Title: Nonlinear Dependence and Lead-Lag Analysis via Chatterjee's Xi
Description: Computes Chatterjee's non-parametric correlation coefficient for time series data. It extends the original metric to time series analysis by providing the univariate Xi-Autocorrelation Function (Xi-ACF), directional Xi-Cross-Correlation Function (Xi-CCF), and multivariate network evaluation matrices. The package allows users to test for non-linear dependence using Iterative Amplitude Adjusted Fourier Transform (IAAFT) and Multivariate IAAFT (MIAAFT) surrogate data with strict Family-Wise Error Rate ('FWER') control via Max-statistic approaches. Methodologies are based on Chatterjee (2021) <doi:10.1080/01621459.2020.1758115>, surrogate data testing methods by Schreiber and Schmitz (1996) <doi:10.1103/PhysRevLett.77.635>, and local structural identification by Watanabe (2026) <doi:10.2139/ssrn.6829431>.
Author: Yasunori Watanabe [aut, cre]
Maintainer: Yasunori Watanabe <watanabe.yasunori@outlook.com>
Diff between xiacf versions 0.6.0 dated 2026-05-29 and 0.6.1 dated 2026-05-31
DESCRIPTION | 8 - MD5 | 50 +++++----- NAMESPACE | 3 NEWS.md | 12 ++ R/RcppExports.R | 9 + R/xi_acf.R | 35 ++----- R/xi_ccf.R | 38 ++++++-- R/xi_matrix.R | 122 +++++++++++++++----------- R/xi_rolling_acf.R | 67 +++++++------- R/xi_rolling_ccf.R | 82 ++++++++++------- README.md | 63 +++++++++---- man/compute_xi_acf_maxstat_cpp.Rd |only man/compute_xi_ccf_maxstat_cpp.Rd |only man/compute_xi_matrix_maxstat_cpp.Rd |only man/figures/README-xi-acf-1.png |binary man/figures/README-xi-ccf-1.png |binary man/figures/README-xi-matrix-1.png |binary man/figures/README-xi-matrix-2.png |binary man/run_rolling_xi_acf.Rd | 11 +- man/run_rolling_xi_ccf.Rd | 6 - src/testing_engine.cpp | 161 +++++++++++++++++------------------ src/xi_math.cpp | 7 - tests/testthat/test-compatibility.R | 19 ++-- tests/testthat/test-core_logic.R | 9 + tests/testthat/test-rolling.R |only tests/testthat/test-xi_acf.R | 20 ---- tests/testthat/test-xi_ccf.R | 38 ++++---- tests/testthat/test-xi_matrix.R | 30 ++++++ 28 files changed, 449 insertions(+), 341 deletions(-)
Title: Advanced Methods for Principal Component Analysis and Principal
Component Regression
Description: Provides a unified framework for principal component analysis (PCA) and principal component regression (PCR), including standard PCA, sparse PCA, robust PCA, and supervised PCA. The package supports automatic selection of the number of components using cumulative variance and elbow methods and integrates PCA with regression modelling through PCR models. It includes tools for PCA suitability assessment using Bartlett's test of sphericity and the Kaiser-Meyer-Olkin (KMO) measure. Visualisation utilities such as scree plots and biplots are provided for interpretation. The methods are designed to handle multicollinearity, outliers, and high-dimensional data, making them suitable for applied statistical modelling and data analysis. The methodology is based on established approaches described in Jolliffe (2002) <doi:10.1007/b98835>, Zou et al. (2006) <doi:10.1111/j.1467-9868.2005.00503.x>, and Hubert et al. (2005) <doi:10.1198/004017004000000563>.
Author: Dr. Pramit Pandit [aut, cre],
Dr. Halagundegowda G R [aut],
Dr. Kamidi Rahul [aut],
Dr. S. Gandhi Doss [aut]
Maintainer: Dr. Pramit Pandit <pramitpandit@gmail.com>
Diff between pcreg versions 0.1.0 dated 2026-05-29 and 0.1.1 dated 2026-05-31
DESCRIPTION | 6 MD5 | 6 R/robust_pcreg.R | 653 +++++++++++++++++++++++++++------------------------- man/robust_pcreg.Rd | 11 4 files changed, 362 insertions(+), 314 deletions(-)
Title: Programming with Big Data -- Scalable Linear Algebra Packages
Description: Utilizing scalable linear algebra packages mainly
including 'BLACS', 'PBLAS', and 'ScaLAPACK' in double precision via
'pbdMPI' based on 'ScaLAPACK' version 2.0.2.
Author: Wei-Chen Chen [aut, cre],
Drew Schmidt [aut],
George Ostrouchov [aut],
Pragneshkumar Patel [aut],
Brian Ripley [ctb]
Maintainer: Wei-Chen Chen <wccsnow@gmail.com>
Diff between pbdSLAP versions 0.3-7 dated 2024-11-13 and 0.3-8 dated 2026-05-31
ChangeLog | 6 +++++ DESCRIPTION | 8 +++--- MD5 | 26 +++++++++++----------- inst/doc/pbdSLAP-guide.pdf |binary src/Makevars.in | 2 - src/PBLAS/PBBLAS/pbdtran.f | 30 +++++++++++++++++--------- src/PBLAS/PTZBLAS/pxerbla.f | 3 +- src/ScaLAPACK/pilaenvx.f | 6 +++-- src/ScaLAPACK/pjlaenv.f | 4 ++- src/TOOLS/pdlaprnt.f | 3 +- src/TOOLS/pilaprnt.f | 3 +- vignettes/pbdSLAP-include/01-introduction.tex | 12 +++++----- vignettes/pbdSLAP-include/02-extra.tex | 6 ++--- vignettes/pbdSLAP-include/pbdSLAP.bib | 24 ++++++++++---------- 14 files changed, 78 insertions(+), 55 deletions(-)
Title: Collection of Correlation, Agreement, and Reliability Estimators
Description: Compute correlation, association, agreement, and reliability
measures for small to high-dimensional datasets through a consistent
matrix-oriented interface. Supports classical correlations (Pearson,
Spearman, Kendall, Chatterjee's rank correlation), distance correlation, partial correlation with
regularised estimators, shrinkage correlation for p >= n settings, robust
correlations including biweight mid-correlation, percentage-bend,
Winsorized, and skipped correlation, latent-variable methods for binary
and ordinal data, pairwise and overall intraclass correlation for wide
data, repeated-measures correlation, and agreement/reliability analyses
based on Cohen's kappa, weighted kappa, multi-rater kappa, Gwet's AC1/AC2,
Krippendorff's alpha, Bland-Altman methods, Lin's concordance correlation
coefficient, Poisson GLMM concordance for count data, and
repeated-measures intraclass/concordance correlation.
Implemented with optimized C++ backends using BLAS/OpenMP and memory-aware
symmetric [...truncated...]
Author: Thiago de Paula Oliveira [aut, cre]
Maintainer: Thiago de Paula Oliveira <thiago.paula.oliveira@gmail.com>
This is a re-admission after prior archival of version 0.11.1 dated 2026-04-18
Diff between matrixCorr versions 0.11.1 dated 2026-04-18 and 0.12.2 dated 2026-05-31
matrixCorr-0.11.1/matrixCorr/LICENSE |only matrixCorr-0.11.1/matrixCorr/man/plot.corr_packed_upper.Rd |only matrixCorr-0.11.1/matrixCorr/man/print.corr_packed_upper.Rd |only matrixCorr-0.11.1/matrixCorr/man/summary.corr_packed_upper.Rd |only matrixCorr-0.11.1/matrixCorr/tests/testthat/Rplots.pdf |only matrixCorr-0.11.1/matrixCorr/tests/testthat/test_s3_dispatch_bruteforce_method_args.R |only matrixCorr-0.12.2/matrixCorr/DESCRIPTION | 47 matrixCorr-0.12.2/matrixCorr/MD5 | 352 + matrixCorr-0.12.2/matrixCorr/NAMESPACE | 139 matrixCorr-0.12.2/matrixCorr/R/RcppExports.R | 148 matrixCorr-0.12.2/matrixCorr/R/accessors.R |only matrixCorr-0.12.2/matrixCorr/R/ba.R | 567 +++ matrixCorr-0.12.2/matrixCorr/R/ba_rm.R | 216 - matrixCorr-0.12.2/matrixCorr/R/bicor.R | 265 - matrixCorr-0.12.2/matrixCorr/R/ccc_glmm.R |only matrixCorr-0.12.2/matrixCorr/R/ccc_repeated.R | 1844 ++++++---- matrixCorr-0.12.2/matrixCorr/R/chatterjee_xi.R |only matrixCorr-0.12.2/matrixCorr/R/cia.R |only matrixCorr-0.12.2/matrixCorr/R/cia_repeated.R |only matrixCorr-0.12.2/matrixCorr/R/cohen_kappa.R |only matrixCorr-0.12.2/matrixCorr/R/concordance_corr.R | 342 + matrixCorr-0.12.2/matrixCorr/R/corr_result_s3.R | 776 ++-- matrixCorr-0.12.2/matrixCorr/R/corr_shared.R |only matrixCorr-0.12.2/matrixCorr/R/dcor.R | 253 - matrixCorr-0.12.2/matrixCorr/R/deprecated.R | 18 matrixCorr-0.12.2/matrixCorr/R/display_utils.R | 1843 +++++---- matrixCorr-0.12.2/matrixCorr/R/gwet_ac.R |only matrixCorr-0.12.2/matrixCorr/R/hsic.R |only matrixCorr-0.12.2/matrixCorr/R/icc.R | 145 matrixCorr-0.12.2/matrixCorr/R/kendall_corr.R | 237 - matrixCorr-0.12.2/matrixCorr/R/krippendorff_alpha.R |only matrixCorr-0.12.2/matrixCorr/R/latent_corr.R | 178 matrixCorr-0.12.2/matrixCorr/R/matrixCorr-package.R | 7 matrixCorr-0.12.2/matrixCorr/R/multirater_kappa.R |only matrixCorr-0.12.2/matrixCorr/R/pbcor.R | 279 - matrixCorr-0.12.2/matrixCorr/R/pcorr.R | 205 - matrixCorr-0.12.2/matrixCorr/R/pearson_corr.R | 406 -- matrixCorr-0.12.2/matrixCorr/R/prob_agree.R |only matrixCorr-0.12.2/matrixCorr/R/rmcorr.R | 588 ++- matrixCorr-0.12.2/matrixCorr/R/robust_corr_inference_helpers.R | 108 matrixCorr-0.12.2/matrixCorr/R/robust_dcor.R |only matrixCorr-0.12.2/matrixCorr/R/schafer_corr.R | 31 matrixCorr-0.12.2/matrixCorr/R/skipcor.R | 171 matrixCorr-0.12.2/matrixCorr/R/spearman_rho.R | 265 - matrixCorr-0.12.2/matrixCorr/R/utils.R | 706 ++- matrixCorr-0.12.2/matrixCorr/R/validate_corr_input.R | 3 matrixCorr-0.12.2/matrixCorr/R/view_corr_shiny.R | 10 matrixCorr-0.12.2/matrixCorr/R/view_rmcorr_shiny.R | 1280 +++--- matrixCorr-0.12.2/matrixCorr/R/weighted_kappa.R |only matrixCorr-0.12.2/matrixCorr/R/wincor.R | 302 - matrixCorr-0.12.2/matrixCorr/README.md | 157 matrixCorr-0.12.2/matrixCorr/inst/app-www/logo.svg | 1710 ++++----- matrixCorr-0.12.2/matrixCorr/inst/doc/v01-matrixCorr-introduction.R | 11 matrixCorr-0.12.2/matrixCorr/inst/doc/v01-matrixCorr-introduction.Rmd | 25 matrixCorr-0.12.2/matrixCorr/inst/doc/v01-matrixCorr-introduction.html | 544 +- matrixCorr-0.12.2/matrixCorr/inst/doc/v02-wide-correlation-workflows.R | 4 matrixCorr-0.12.2/matrixCorr/inst/doc/v02-wide-correlation-workflows.Rmd | 128 matrixCorr-0.12.2/matrixCorr/inst/doc/v02-wide-correlation-workflows.html | 230 - matrixCorr-0.12.2/matrixCorr/inst/doc/v03-robust-and-highdim-correlation.R | 9 matrixCorr-0.12.2/matrixCorr/inst/doc/v03-robust-and-highdim-correlation.Rmd | 479 +- matrixCorr-0.12.2/matrixCorr/inst/doc/v03-robust-and-highdim-correlation.html | 659 +-- matrixCorr-0.12.2/matrixCorr/inst/doc/v04-latent-and-mixed-scale-correlation.R | 4 matrixCorr-0.12.2/matrixCorr/inst/doc/v04-latent-and-mixed-scale-correlation.Rmd | 286 - matrixCorr-0.12.2/matrixCorr/inst/doc/v04-latent-and-mixed-scale-correlation.html | 212 - matrixCorr-0.12.2/matrixCorr/inst/doc/v05-agreement-and-icc-wide.R | 79 matrixCorr-0.12.2/matrixCorr/inst/doc/v05-agreement-and-icc-wide.Rmd | 558 ++- matrixCorr-0.12.2/matrixCorr/inst/doc/v05-agreement-and-icc-wide.html | 534 ++ matrixCorr-0.12.2/matrixCorr/inst/doc/v06-repeated-measures-workflows.R | 4 matrixCorr-0.12.2/matrixCorr/inst/doc/v06-repeated-measures-workflows.Rmd | 406 +- matrixCorr-0.12.2/matrixCorr/inst/doc/v06-repeated-measures-workflows.html | 95 matrixCorr-0.12.2/matrixCorr/inst/repro |only matrixCorr-0.12.2/matrixCorr/man/as.data.frame.corr_edge_list.Rd | 46 matrixCorr-0.12.2/matrixCorr/man/ba.Rd | 121 matrixCorr-0.12.2/matrixCorr/man/ba_rm.Rd | 4 matrixCorr-0.12.2/matrixCorr/man/bicor.Rd | 16 matrixCorr-0.12.2/matrixCorr/man/biserial.Rd | 460 +- matrixCorr-0.12.2/matrixCorr/man/cash-.summary.corr_result.Rd | 38 matrixCorr-0.12.2/matrixCorr/man/ccc.Rd | 50 matrixCorr-0.12.2/matrixCorr/man/ccc_glmm.Rd |only matrixCorr-0.12.2/matrixCorr/man/ccc_rm_reml.Rd | 23 matrixCorr-0.12.2/matrixCorr/man/ccc_rm_ustat.Rd | 47 matrixCorr-0.12.2/matrixCorr/man/cia.Rd |only matrixCorr-0.12.2/matrixCorr/man/cia_rm.Rd |only matrixCorr-0.12.2/matrixCorr/man/cohen_kappa.Rd |only matrixCorr-0.12.2/matrixCorr/man/dcor.Rd | 16 matrixCorr-0.12.2/matrixCorr/man/deprecated-matrixCorr.Rd | 512 +- matrixCorr-0.12.2/matrixCorr/man/dot-mc_abort_condition.Rd |only matrixCorr-0.12.2/matrixCorr/man/estimate.Rd |only matrixCorr-0.12.2/matrixCorr/man/figures/README-unnamed-chunk-3-1.png |binary matrixCorr-0.12.2/matrixCorr/man/figures/logo.svg | 1710 ++++----- matrixCorr-0.12.2/matrixCorr/man/gwet_ac.Rd |only matrixCorr-0.12.2/matrixCorr/man/hsic.Rd |only matrixCorr-0.12.2/matrixCorr/man/icc.Rd | 598 +-- matrixCorr-0.12.2/matrixCorr/man/icc_rm_reml.Rd | 937 ++--- matrixCorr-0.12.2/matrixCorr/man/inform_if_verbose.Rd | 6 matrixCorr-0.12.2/matrixCorr/man/kendall_tau.Rd | 621 +-- matrixCorr-0.12.2/matrixCorr/man/krippendorff_alpha.Rd |only matrixCorr-0.12.2/matrixCorr/man/matrixCorr-internal.Rd | 3 matrixCorr-0.12.2/matrixCorr/man/matrixCorr-package.Rd | 101 matrixCorr-0.12.2/matrixCorr/man/multirater_kappa.Rd |only matrixCorr-0.12.2/matrixCorr/man/pbcor.Rd | 561 +-- matrixCorr-0.12.2/matrixCorr/man/pcorr.Rd | 58 matrixCorr-0.12.2/matrixCorr/man/pearson_corr.Rd | 20 matrixCorr-0.12.2/matrixCorr/man/plot.corr_edge_list.Rd | 80 matrixCorr-0.12.2/matrixCorr/man/plot.corr_matrix.Rd | 86 matrixCorr-0.12.2/matrixCorr/man/plot.corr_sparse.Rd | 80 matrixCorr-0.12.2/matrixCorr/man/plot.prob_agree.Rd |only matrixCorr-0.12.2/matrixCorr/man/polychoric.Rd | 585 +-- matrixCorr-0.12.2/matrixCorr/man/polyserial.Rd | 463 +- matrixCorr-0.12.2/matrixCorr/man/print.corr_edge_list.Rd | 74 matrixCorr-0.12.2/matrixCorr/man/print.summary.corr_result.Rd | 80 matrixCorr-0.12.2/matrixCorr/man/print.summary.latent_corr.Rd | 46 matrixCorr-0.12.2/matrixCorr/man/print.summary.matrixCorr.Rd | 84 matrixCorr-0.12.2/matrixCorr/man/prob_agree.Rd |only matrixCorr-0.12.2/matrixCorr/man/rmcorr.Rd | 418 +- matrixCorr-0.12.2/matrixCorr/man/rmcorr_matrix_methods.Rd | 178 matrixCorr-0.12.2/matrixCorr/man/rmcorr_methods.Rd | 182 matrixCorr-0.12.2/matrixCorr/man/robust_dcor.Rd |only matrixCorr-0.12.2/matrixCorr/man/run_cpp.Rd | 4 matrixCorr-0.12.2/matrixCorr/man/shrinkage_corr.Rd | 500 +- matrixCorr-0.12.2/matrixCorr/man/skipped_corr.Rd | 717 +-- matrixCorr-0.12.2/matrixCorr/man/spearman_rho.Rd | 609 +-- matrixCorr-0.12.2/matrixCorr/man/sub-sub-.summary.corr_result.Rd | 42 matrixCorr-0.12.2/matrixCorr/man/summary.corr_edge_list.Rd | 48 matrixCorr-0.12.2/matrixCorr/man/summary.corr_matrix.Rd | 48 matrixCorr-0.12.2/matrixCorr/man/summary.corr_sparse.Rd | 48 matrixCorr-0.12.2/matrixCorr/man/tetrachoric.Rd | 571 +-- matrixCorr-0.12.2/matrixCorr/man/view_rmcorr_shiny.Rd | 126 matrixCorr-0.12.2/matrixCorr/man/weighted_kappa.Rd |only matrixCorr-0.12.2/matrixCorr/man/wincor.Rd | 571 +-- matrixCorr-0.12.2/matrixCorr/man/xi_corr.Rd |only matrixCorr-0.12.2/matrixCorr/src/RcppExports.cpp | 640 +++ matrixCorr-0.12.2/matrixCorr/src/bland_altman.cpp | 61 matrixCorr-0.12.2/matrixCorr/src/ccc_glmm_poisson.cpp |only matrixCorr-0.12.2/matrixCorr/src/ccc_repeated.cpp | 176 matrixCorr-0.12.2/matrixCorr/src/ccc_repeated_helper.cpp | 41 matrixCorr-0.12.2/matrixCorr/src/ccc_repeated_mixed_model.cpp | 838 ++-- matrixCorr-0.12.2/matrixCorr/src/chatterjee_xi.cpp |only matrixCorr-0.12.2/matrixCorr/src/cia.cpp |only matrixCorr-0.12.2/matrixCorr/src/cia_repeated.cpp |only matrixCorr-0.12.2/matrixCorr/src/cohen_kappa.cpp |only matrixCorr-0.12.2/matrixCorr/src/concordance_corr.cpp | 33 matrixCorr-0.12.2/matrixCorr/src/correlation_math.h |only matrixCorr-0.12.2/matrixCorr/src/distance_correlation.cpp | 503 ++ matrixCorr-0.12.2/matrixCorr/src/gwet_ac.cpp |only matrixCorr-0.12.2/matrixCorr/src/hsic.cpp |only matrixCorr-0.12.2/matrixCorr/src/icc.cpp | 198 - matrixCorr-0.12.2/matrixCorr/src/kendall_corr.cpp | 83 matrixCorr-0.12.2/matrixCorr/src/krippendorff_alpha.cpp |only matrixCorr-0.12.2/matrixCorr/src/matrixCorr_detail.h | 162 matrixCorr-0.12.2/matrixCorr/src/matrixCorr_r_api_compat.h | 18 matrixCorr-0.12.2/matrixCorr/src/multirater_kappa.cpp |only matrixCorr-0.12.2/matrixCorr/src/partial_correlation.cpp | 93 matrixCorr-0.12.2/matrixCorr/src/pearson.cpp | 143 matrixCorr-0.12.2/matrixCorr/src/prob_agree.cpp |only matrixCorr-0.12.2/matrixCorr/src/rmcorr.cpp | 334 + matrixCorr-0.12.2/matrixCorr/src/robust_correlations.cpp | 86 matrixCorr-0.12.2/matrixCorr/src/schafer_strimmer_shrinkage_correlation.cpp | 107 matrixCorr-0.12.2/matrixCorr/src/spearman.cpp | 122 matrixCorr-0.12.2/matrixCorr/src/threshold_triplets.h | 15 matrixCorr-0.12.2/matrixCorr/src/validate_corr_input.cpp | 116 matrixCorr-0.12.2/matrixCorr/src/weighted_kappa.cpp |only matrixCorr-0.12.2/matrixCorr/tests/testthat/test-ccc-glmm-performance-refactor.R |only matrixCorr-0.12.2/matrixCorr/tests/testthat/test-cia-performance-refactor.R |only matrixCorr-0.12.2/matrixCorr/tests/testthat/test-cia-reference-scaling.R |only matrixCorr-0.12.2/matrixCorr/tests/testthat/test-cia-rm-performance-refactor.R |only matrixCorr-0.12.2/matrixCorr/tests/testthat/test-cia-rm.R |only matrixCorr-0.12.2/matrixCorr/tests/testthat/test-cia.R |only matrixCorr-0.12.2/matrixCorr/tests/testthat/test-krippendorff-alpha.R |only matrixCorr-0.12.2/matrixCorr/tests/testthat/test-na-method-complete.R |only matrixCorr-0.12.2/matrixCorr/tests/testthat/test-prob_agree.R |only matrixCorr-0.12.2/matrixCorr/tests/testthat/test-rmcorr-weighted.R |only matrixCorr-0.12.2/matrixCorr/tests/testthat/test-robust-dcor.R |only matrixCorr-0.12.2/matrixCorr/tests/testthat/test_accessors.R |only matrixCorr-0.12.2/matrixCorr/tests/testthat/test_bicor.R | 416 -- matrixCorr-0.12.2/matrixCorr/tests/testthat/test_bland_altman.R | 83 matrixCorr-0.12.2/matrixCorr/tests/testthat/test_ccc_glmm.R |only matrixCorr-0.12.2/matrixCorr/tests/testthat/test_ccc_repeated.R | 567 ++- matrixCorr-0.12.2/matrixCorr/tests/testthat/test_chatterjee_xi.R |only matrixCorr-0.12.2/matrixCorr/tests/testthat/test_cohen_kappa.R |only matrixCorr-0.12.2/matrixCorr/tests/testthat/test_concordance.R | 55 matrixCorr-0.12.2/matrixCorr/tests/testthat/test_corr_result_s3_dispatch.R | 300 - matrixCorr-0.12.2/matrixCorr/tests/testthat/test_dcor.R | 321 - matrixCorr-0.12.2/matrixCorr/tests/testthat/test_deprecated_api.R | 326 - matrixCorr-0.12.2/matrixCorr/tests/testthat/test_display_methods.R | 347 + matrixCorr-0.12.2/matrixCorr/tests/testthat/test_gwet_ac.R |only matrixCorr-0.12.2/matrixCorr/tests/testthat/test_hsic.R |only matrixCorr-0.12.2/matrixCorr/tests/testthat/test_hsic_math_reference.R |only matrixCorr-0.12.2/matrixCorr/tests/testthat/test_icc.R | 1242 +++--- matrixCorr-0.12.2/matrixCorr/tests/testthat/test_kendall.R | 1212 +++--- matrixCorr-0.12.2/matrixCorr/tests/testthat/test_latent_corr.R | 1618 ++++---- matrixCorr-0.12.2/matrixCorr/tests/testthat/test_multirater_kappa.R |only matrixCorr-0.12.2/matrixCorr/tests/testthat/test_output_modes_corr_methods.R | 684 ++- matrixCorr-0.12.2/matrixCorr/tests/testthat/test_pcorr.R | 1006 ++--- matrixCorr-0.12.2/matrixCorr/tests/testthat/test_pearson_corr.R | 7 matrixCorr-0.12.2/matrixCorr/tests/testthat/test_refactor_pairwise_summary.R |only matrixCorr-0.12.2/matrixCorr/tests/testthat/test_rmcorr.R | 510 +- matrixCorr-0.12.2/matrixCorr/tests/testthat/test_robust_extra.R | 1754 ++++----- matrixCorr-0.12.2/matrixCorr/tests/testthat/test_s3_dispatch_all_corr_combinations.R | 574 +-- matrixCorr-0.12.2/matrixCorr/tests/testthat/test_schafer_corr.R | 426 +- matrixCorr-0.12.2/matrixCorr/tests/testthat/test_spearman_rho.R | 2 matrixCorr-0.12.2/matrixCorr/tests/testthat/test_summary_methods.R | 145 matrixCorr-0.12.2/matrixCorr/tests/testthat/test_validate_corr_input.R |only matrixCorr-0.12.2/matrixCorr/tests/testthat/test_view_corr_shiny.R | 12 matrixCorr-0.12.2/matrixCorr/tests/testthat/test_view_rmcorr_shiny.R | 124 matrixCorr-0.12.2/matrixCorr/tests/testthat/test_weighted_kappa.R |only matrixCorr-0.12.2/matrixCorr/vignettes/v01-matrixCorr-introduction.Rmd | 25 matrixCorr-0.12.2/matrixCorr/vignettes/v02-wide-correlation-workflows.Rmd | 128 matrixCorr-0.12.2/matrixCorr/vignettes/v03-robust-and-highdim-correlation.Rmd | 479 +- matrixCorr-0.12.2/matrixCorr/vignettes/v04-latent-and-mixed-scale-correlation.Rmd | 286 - matrixCorr-0.12.2/matrixCorr/vignettes/v05-agreement-and-icc-wide.Rmd | 558 ++- matrixCorr-0.12.2/matrixCorr/vignettes/v06-repeated-measures-workflows.Rmd | 406 +- 212 files changed, 26548 insertions(+), 20287 deletions(-)
Title: Chromatographic File Converter
Description: Reads chromatograms from binary formats into R objects. Currently supports
conversion of 'Agilent ChemStation', 'Agilent MassHunter', 'Agilent OpenLab',
'Shimadzu LabSolutions', 'ThermoRaw', 'Varian Workstation', and 'Waters
Empower' files as well as various other formats. In addition to its
internal parsers, chromConverter contains bindings to parsers in
external libraries, such as 'Aston' <https://github.com/bovee/aston>,
'Entab' <https://github.com/bovee/entab>, 'rainbow' <https://rainbow-api.readthedocs.io/>,
and 'ThermoRawFileParser' <https://github.com/compomics/ThermoRawFileParser>.
Author: Ethan Bass [aut, cre] ,
James Dillon [ctb, cph] ,
Evan Shi [ctb, cph]
Maintainer: Ethan Bass <ethanbass@gmail.com>
Diff between chromConverter versions 0.7.5 dated 2025-03-31 and 0.9.0 dated 2026-05-31
chromConverter-0.7.5/chromConverter/tests/testthat/test-extra.R |only chromConverter-0.7.5/chromConverter/tests/testthat/test_utils.R |only chromConverter-0.9.0/chromConverter/DESCRIPTION | 17 chromConverter-0.9.0/chromConverter/MD5 | 180 ++--- chromConverter-0.9.0/chromConverter/NAMESPACE | 4 chromConverter-0.9.0/chromConverter/NEWS.md | 80 ++ chromConverter-0.9.0/chromConverter/R/agilent_utility_functions.R |only chromConverter-0.9.0/chromConverter/R/attach_metadata.R | 142 ++- chromConverter-0.9.0/chromConverter/R/call_aston.R | 70 - chromConverter-0.9.0/chromConverter/R/call_entab.R | 19 chromConverter-0.9.0/chromConverter/R/call_openchrom.R | 55 - chromConverter-0.9.0/chromConverter/R/call_rainbow.R | 75 +- chromConverter-0.9.0/chromConverter/R/chrom_list-methods.R |only chromConverter-0.9.0/chromConverter/R/olefile_utilities.R | 70 + chromConverter-0.9.0/chromConverter/R/read_acaml.R |only chromConverter-0.9.0/chromConverter/R/read_agilent_amx.R |only chromConverter-0.9.0/chromConverter/R/read_agilent_d.R | 69 + chromConverter-0.9.0/chromConverter/R/read_agilent_dx.R |only chromConverter-0.9.0/chromConverter/R/read_asm.R | 21 chromConverter-0.9.0/chromConverter/R/read_cdf.R | 134 +-- chromConverter-0.9.0/chromConverter/R/read_chemstation_ch.R | 356 ++-------- chromConverter-0.9.0/chromConverter/R/read_chemstation_csv.R | 74 +- chromConverter-0.9.0/chromConverter/R/read_chemstation_ms.R | 74 -- chromConverter-0.9.0/chromConverter/R/read_chemstation_report.R | 25 chromConverter-0.9.0/chromConverter/R/read_chemstation_uv.R | 58 - chromConverter-0.9.0/chromConverter/R/read_chromatotec.R |only chromConverter-0.9.0/chromConverter/R/read_chromeleon.R | 17 chromConverter-0.9.0/chromConverter/R/read_chroms.R | 177 ++-- chromConverter-0.9.0/chromConverter/R/read_mdf.R | 19 chromConverter-0.9.0/chromConverter/R/read_mzml.R | 58 + chromConverter-0.9.0/chromConverter/R/read_peaklist.R | 50 - chromConverter-0.9.0/chromConverter/R/read_shimadzu_ascii.R | 98 +- chromConverter-0.9.0/chromConverter/R/read_shimadzu_gcd.R | 33 chromConverter-0.9.0/chromConverter/R/read_shimadzu_lcd.R | 185 ++--- chromConverter-0.9.0/chromConverter/R/read_shimadzu_peaktable.R | 6 chromConverter-0.9.0/chromConverter/R/read_shimadzu_qgd.R | 102 +- chromConverter-0.9.0/chromConverter/R/read_thermoraw.R | 23 chromConverter-0.9.0/chromConverter/R/read_varian_peaklist.R | 2 chromConverter-0.9.0/chromConverter/R/read_varian_sms.R | 63 - chromConverter-0.9.0/chromConverter/R/read_waters_arw.R | 25 chromConverter-0.9.0/chromConverter/R/read_waters_raw.R | 29 chromConverter-0.9.0/chromConverter/R/reshape_chroms.R | 28 chromConverter-0.9.0/chromConverter/R/utils.R | 161 +++- chromConverter-0.9.0/chromConverter/R/write_andi_ms.R | 68 + chromConverter-0.9.0/chromConverter/R/write_chroms.R | 214 ++++-- chromConverter-0.9.0/chromConverter/R/write_mzml.R | 276 ++++--- chromConverter-0.9.0/chromConverter/R/zzz-roxygen.R |only chromConverter-0.9.0/chromConverter/R/zzz.R | 1 chromConverter-0.9.0/chromConverter/README.md | 28 chromConverter-0.9.0/chromConverter/build/partial.rdb |binary chromConverter-0.9.0/chromConverter/inst/CITATION | 6 chromConverter-0.9.0/chromConverter/man/call_entab.Rd | 24 chromConverter-0.9.0/chromConverter/man/call_openchrom.Rd | 50 - chromConverter-0.9.0/chromConverter/man/call_rainbow.Rd | 50 - chromConverter-0.9.0/chromConverter/man/configure_openchrom.Rd | 2 chromConverter-0.9.0/chromConverter/man/configure_python_environment.Rd | 37 - chromConverter-0.9.0/chromConverter/man/extract_metadata.Rd | 12 chromConverter-0.9.0/chromConverter/man/generic_return_2D.Rd |only chromConverter-0.9.0/chromConverter/man/generic_return_3D.Rd |only chromConverter-0.9.0/chromConverter/man/print.chrom_list.Rd |only chromConverter-0.9.0/chromConverter/man/read_acaml.Rd |only chromConverter-0.9.0/chromConverter/man/read_agilent_amx.Rd |only chromConverter-0.9.0/chromConverter/man/read_agilent_d.Rd | 50 - chromConverter-0.9.0/chromConverter/man/read_agilent_dx.Rd | 57 + chromConverter-0.9.0/chromConverter/man/read_asm.Rd | 19 chromConverter-0.9.0/chromConverter/man/read_cdf.Rd | 15 chromConverter-0.9.0/chromConverter/man/read_chemstation_ch.Rd | 45 - chromConverter-0.9.0/chromConverter/man/read_chemstation_csv.Rd | 33 chromConverter-0.9.0/chromConverter/man/read_chemstation_ms.Rd | 46 - chromConverter-0.9.0/chromConverter/man/read_chemstation_reports.Rd | 16 chromConverter-0.9.0/chromConverter/man/read_chemstation_uv.Rd | 29 chromConverter-0.9.0/chromConverter/man/read_chromatotec.Rd |only chromConverter-0.9.0/chromConverter/man/read_chromeleon.Rd | 16 chromConverter-0.9.0/chromConverter/man/read_chroms.Rd | 97 +- chromConverter-0.9.0/chromConverter/man/read_mdf.Rd | 10 chromConverter-0.9.0/chromConverter/man/read_mzml.Rd | 18 chromConverter-0.9.0/chromConverter/man/read_peaklist.Rd | 37 - chromConverter-0.9.0/chromConverter/man/read_shimadzu.Rd | 39 - chromConverter-0.9.0/chromConverter/man/read_shimadzu_gcd.Rd | 34 chromConverter-0.9.0/chromConverter/man/read_shimadzu_lcd.Rd | 36 - chromConverter-0.9.0/chromConverter/man/read_shimadzu_qgd.Rd | 54 - chromConverter-0.9.0/chromConverter/man/read_sz_lcd_2d.Rd | 22 chromConverter-0.9.0/chromConverter/man/read_sz_lcd_3d.Rd | 25 chromConverter-0.9.0/chromConverter/man/read_thermoraw.Rd | 35 chromConverter-0.9.0/chromConverter/man/read_varian_peaklist.Rd | 6 chromConverter-0.9.0/chromConverter/man/read_varian_sms.Rd | 40 - chromConverter-0.9.0/chromConverter/man/read_waters_arw.Rd | 16 chromConverter-0.9.0/chromConverter/man/read_waters_raw.Rd | 16 chromConverter-0.9.0/chromConverter/man/shared_params.Rd |only chromConverter-0.9.0/chromConverter/man/sp_converter.Rd | 26 chromConverter-0.9.0/chromConverter/man/uv_converter.Rd | 24 chromConverter-0.9.0/chromConverter/man/write_andi_chrom.Rd | 10 chromConverter-0.9.0/chromConverter/man/write_chroms.Rd | 21 chromConverter-0.9.0/chromConverter/man/write_mzml.Rd | 26 chromConverter-0.9.0/chromConverter/tests/testthat/test-extra-agilent.R |only chromConverter-0.9.0/chromConverter/tests/testthat/test-extra-asm.R |only chromConverter-0.9.0/chromConverter/tests/testthat/test-extra-chromeleon.R |only chromConverter-0.9.0/chromConverter/tests/testthat/test-extra-export.R |only chromConverter-0.9.0/chromConverter/tests/testthat/test-extra-misc.R |only chromConverter-0.9.0/chromConverter/tests/testthat/test-extra-shimadzu.R |only chromConverter-0.9.0/chromConverter/tests/testthat/test-extra-waters.R |only chromConverter-0.9.0/chromConverter/tests/testthat/test-read_chroms.R | 89 +- chromConverter-0.9.0/chromConverter/tests/testthat/test-utils.R |only 103 files changed, 2394 insertions(+), 1980 deletions(-)
More information about chromConverter at CRAN
Permanent link
Title: Simple Power Simulations for ANOVAs
Description: A-priori power simulations and power-calculations for within, between and mixed ANOVAs based on target (partial) eta-squared values. Supports complex designs with more than two factors and their interactions with a single function call.
Author: Shaheed Azaad [aut, cre]
Maintainer: Shaheed Azaad <sazaad@uni-muenster.de>
Diff between anovapowersim versions 1.0.0 dated 2026-05-28 and 1.1.0 dated 2026-05-31
DESCRIPTION | 6 MD5 | 22 - NEWS.md | 4 R/power_curve.R | 161 +++++++++++- README.md | 26 +- inst/doc/anovapowersim.R | 6 inst/doc/anovapowersim.Rmd | 8 inst/doc/anovapowersim.html | 52 ++-- inst/extdata/anovapowersim-vignette-results.rds |binary man/power_n.Rd | 20 + tests/testthat/test-power_curve.R | 303 ++++++++++++++++++++++++ vignettes/anovapowersim.Rmd | 8 12 files changed, 526 insertions(+), 90 deletions(-)
Title: A Simplified Interface for 'Amazon Cognito'
Description: Simplifies integration with 'Amazon Cognito' (<https://aws.amazon.com/cognito/>) for R developers, enabling easy management of user authentication, registration, and password flows.
Author: Sanjaya J Shetty [aut, cre]
Maintainer: Sanjaya J Shetty <shettysanjaya01@gmail.com>
Diff between RCognito versions 0.1.0 dated 2024-11-13 and 0.2.0 dated 2026-05-31
DESCRIPTION | 12 LICENSE | 4 MD5 | 56 +-- NAMESPACE | 18 - R/change_password.R | 56 +-- R/confirm_forgot_password.R | 68 ++-- R/confirm_sign_up.R | 90 +++--- R/forgot_password.R | 46 +-- R/sign_in.R | 67 ++-- R/sign_up.R | 74 ++-- R/utils.R | 94 +++--- README.md | 389 +++++++++++++------------- man/change_password.Rd | 42 +- man/confirm_forgot_password.Rd | 46 +-- man/confirm_sign_up_user.Rd | 46 +-- man/forgot_password.Rd | 38 +- man/get_user_list_from_cognito.Rd | 38 +- man/is_valid_email.Rd | 34 +- man/is_valid_token.Rd | 34 +- man/sign_in.Rd | 46 +-- man/sign_up_user.Rd | 50 +-- tests/testthat.R | 24 - tests/testthat/test-change_password.R | 40 ++ tests/testthat/test-confirm_forgot_password.R | 49 +++ tests/testthat/test-confirm_sign_up.R | 90 +++--- tests/testthat/test-forgot_password.R | 44 ++ tests/testthat/test-sign_in.R | 124 ++++---- tests/testthat/test-sign_up.R | 84 +++-- tests/testthat/test-utils.R | 79 +++++ 29 files changed, 1069 insertions(+), 813 deletions(-)
Title: Analysis and Visualization of Complex Networks
Description: Provides tools for the analysis, visualization, and manipulation
of dynamical, social (Saqr et al. (2024) <doi:10.1007/978-3-031-54464-4_10>) and
complex networks (Saqr et al. (2025) <doi:10.1145/3706468.3706513>). The package
supports multiple network formats and offers flexible tools for heterogeneous,
multi-layer, and hierarchical network analysis with simple syntax and
extensive toolset.
Author: Mohammed Saqr [aut, cph],
Sonsoles Lopez-Pernas [aut, cre, cph]
Maintainer: Sonsoles Lopez-Pernas <sonsoles.lopez@uef.fi>
Diff between cograph versions 2.1.1 dated 2026-04-15 and 2.3.6 dated 2026-05-31
cograph-2.1.1/cograph/man/figures/README-alluvial-1.jpeg |only cograph-2.1.1/cograph/man/figures/README-donuts-1.jpeg |only cograph-2.1.1/cograph/man/figures/README-edge-styling-1.jpeg |only cograph-2.1.1/cograph/man/figures/README-layouts-1.jpeg |only cograph-2.1.1/cograph/man/figures/README-node-shapes-1.jpeg |only cograph-2.1.1/cograph/man/figures/README-pies-1.jpeg |only cograph-2.1.1/cograph/man/figures/README-simple-network-1.jpeg |only cograph-2.1.1/cograph/vignettes/articles |only cograph-2.3.6/cograph/DESCRIPTION | 14 cograph-2.3.6/cograph/MD5 | 537 +++++----- cograph-2.3.6/cograph/NAMESPACE | 8 cograph-2.3.6/cograph/NEWS.md | 192 +++ cograph-2.3.6/cograph/R/aes-edges.R | 61 - cograph-2.3.6/cograph/R/aes-nodes.R | 34 cograph-2.3.6/cograph/R/bipartite.R | 4 cograph-2.3.6/cograph/R/blob-helpers.R | 119 ++ cograph-2.3.6/cograph/R/centrality-extended.R | 490 +++++++-- cograph-2.3.6/cograph/R/centrality.R | 484 +++++++-- cograph-2.3.6/cograph/R/class-layout.R | 2 cograph-2.3.6/cograph/R/class-network.R | 98 - cograph-2.3.6/cograph/R/cluster-metrics.R | 319 ++--- cograph-2.3.6/cograph/R/cograph-package.R | 32 cograph-2.3.6/cograph/R/cograph.R | 127 +- cograph-2.3.6/cograph/R/communities.R | 30 cograph-2.3.6/cograph/R/core-periphery.R | 19 cograph-2.3.6/cograph/R/data-hai.R | 4 cograph-2.3.6/cograph/R/disparity.R | 49 cograph-2.3.6/cograph/R/fit-distribution.R | 12 cograph-2.3.6/cograph/R/from-qgraph.R | 54 - cograph-2.3.6/cograph/R/input-edgelist.R | 18 cograph-2.3.6/cograph/R/input-parse.R | 13 cograph-2.3.6/cograph/R/input-tna.R | 10 cograph-2.3.6/cograph/R/layout-circle.R | 2 cograph-2.3.6/cograph/R/layout-gephi-fr.R | 11 cograph-2.3.6/cograph/R/layout-groups.R | 2 cograph-2.3.6/cograph/R/layout-oval.R | 2 cograph-2.3.6/cograph/R/layout-spring.R | 2 cograph-2.3.6/cograph/R/methods-plot.R | 2 cograph-2.3.6/cograph/R/mlna.R | 47 cograph-2.3.6/cograph/R/motifs-api.R | 396 ++++++- cograph-2.3.6/cograph/R/motifs-data.R | 21 cograph-2.3.6/cograph/R/motifs-extract.R | 47 cograph-2.3.6/cograph/R/motifs-plot.R | 133 +- cograph-2.3.6/cograph/R/motifs.R | 59 - cograph-2.3.6/cograph/R/network-summary.R | 53 cograph-2.3.6/cograph/R/network-utils.R | 169 --- cograph-2.3.6/cograph/R/output-save.R | 4 cograph-2.3.6/cograph/R/palettes.R | 13 cograph-2.3.6/cograph/R/panel-layout.R |only cograph-2.3.6/cograph/R/plot-bootstrap.R | 81 - cograph-2.3.6/cograph/R/plot-centrality.R |only cograph-2.3.6/cograph/R/plot-chord.R | 8 cograph-2.3.6/cograph/R/plot-communities.R | 41 cograph-2.3.6/cograph/R/plot-compare.R | 58 - cograph-2.3.6/cograph/R/plot-distributions.R | 39 cograph-2.3.6/cograph/R/plot-forest.R | 26 cograph-2.3.6/cograph/R/plot-heatmap.R | 37 cograph-2.3.6/cograph/R/plot-htna-multi.R | 110 +- cograph-2.3.6/cograph/R/plot-htna.R | 145 +- cograph-2.3.6/cograph/R/plot-mcml.R | 253 ++-- cograph-2.3.6/cograph/R/plot-mixed-network.R | 6 cograph-2.3.6/cograph/R/plot-ml-heatmap.R | 24 cograph-2.3.6/cograph/R/plot-mlvar.R | 12 cograph-2.3.6/cograph/R/plot-nestimate.R | 73 - cograph-2.3.6/cograph/R/plot-permutation.R | 99 + cograph-2.3.6/cograph/R/plot-simplicial.R | 174 ++- cograph-2.3.6/cograph/R/plot-temporal.R | 19 cograph-2.3.6/cograph/R/plot-transitions.R | 136 +- cograph-2.3.6/cograph/R/render-edges.R | 8 cograph-2.3.6/cograph/R/render-ggplot.R | 6 cograph-2.3.6/cograph/R/render-grid.R | 52 cograph-2.3.6/cograph/R/render-legend-shared.R |only cograph-2.3.6/cograph/R/render-nodes.R | 26 cograph-2.3.6/cograph/R/rich-club.R | 16 cograph-2.3.6/cograph/R/robustness.R | 20 cograph-2.3.6/cograph/R/scale-constants.R | 108 +- cograph-2.3.6/cograph/R/shapes-special.R | 14 cograph-2.3.6/cograph/R/shapes-svg.R | 27 cograph-2.3.6/cograph/R/simplify.R | 27 cograph-2.3.6/cograph/R/sonplot-qgraph-geometry.R | 5 cograph-2.3.6/cograph/R/splot-edges.R | 54 - cograph-2.3.6/cograph/R/splot-geometry.R | 49 cograph-2.3.6/cograph/R/splot-labels.R | 6 cograph-2.3.6/cograph/R/splot-nodes.R | 4 cograph-2.3.6/cograph/R/splot-params.R | 131 +- cograph-2.3.6/cograph/R/splot.R | 395 +++++-- cograph-2.3.6/cograph/R/tplot.R | 21 cograph-2.3.6/cograph/R/utils-validation.R | 16 cograph-2.3.6/cograph/R/visual-scale.R |only cograph-2.3.6/cograph/R/vulnerability.R | 78 + cograph-2.3.6/cograph/README.md | 150 -- cograph-2.3.6/cograph/inst/doc/introduction.Rmd | 6 cograph-2.3.6/cograph/inst/doc/introduction.html | 35 cograph-2.3.6/cograph/man/COGRAPH_SCALE.Rd | 6 cograph-2.3.6/cograph/man/CographLayout.Rd | 2 cograph-2.3.6/cograph/man/CographNetwork.Rd | 3 cograph-2.3.6/cograph/man/QGRAPH_SCALE.Rd | 3 cograph-2.3.6/cograph/man/abbrev_label.Rd | 2 cograph-2.3.6/cograph/man/aggregate_duplicate_edges.Rd | 2 cograph-2.3.6/cograph/man/as_cograph.Rd | 34 cograph-2.3.6/cograph/man/as_mcml.Rd | 8 cograph-2.3.6/cograph/man/as_tna.Rd | 76 - cograph-2.3.6/cograph/man/build_edge_labels_from_template.Rd | 3 cograph-2.3.6/cograph/man/build_mcml.Rd | 12 cograph-2.3.6/cograph/man/centrality.Rd | 112 +- cograph-2.3.6/cograph/man/centrality_diffusion.Rd | 21 cograph-2.3.6/cograph/man/centrality_expected_influence_1.Rd |only cograph-2.3.6/cograph/man/centrality_expected_influence_2.Rd |only cograph-2.3.6/cograph/man/centrality_leaderrank.Rd | 2 cograph-2.3.6/cograph/man/centrality_salsa.Rd | 2 cograph-2.3.6/cograph/man/centrality_transitivity.Rd | 7 cograph-2.3.6/cograph/man/cluster_significance.Rd | 51 cograph-2.3.6/cograph/man/cluster_summary.Rd | 65 - cograph-2.3.6/cograph/man/cograph-package.Rd | 34 cograph-2.3.6/cograph/man/cograph.Rd | 35 cograph-2.3.6/cograph/man/color_communities.Rd | 4 cograph-2.3.6/cograph/man/communities.Rd | 16 cograph-2.3.6/cograph/man/community_consensus.Rd | 8 cograph-2.3.6/cograph/man/community_infomap.Rd | 3 cograph-2.3.6/cograph/man/community_sizes.Rd | 2 cograph-2.3.6/cograph/man/compute_plot_limits.Rd | 6 cograph-2.3.6/cograph/man/core_periphery.Rd | 13 cograph-2.3.6/cograph/man/degree_distribution.Rd | 41 cograph-2.3.6/cograph/man/detect_duplicate_edges.Rd | 3 cograph-2.3.6/cograph/man/disparity_filter.Rd | 2 cograph-2.3.6/cograph/man/dot-create_cograph_network.Rd | 4 cograph-2.3.6/cograph/man/dot-plot_compare_all_pairs.Rd | 1 cograph-2.3.6/cograph/man/draw_curved_edge_base.Rd | 4 cograph-2.3.6/cograph/man/draw_donut.Rd | 2 cograph-2.3.6/cograph/man/draw_donut_node_base.Rd | 2 cograph-2.3.6/cograph/man/draw_polygon_donut.Rd | 2 cograph-2.3.6/cograph/man/draw_polygon_donut_node_base.Rd | 2 cograph-2.3.6/cograph/man/draw_self_loop_base.Rd | 6 cograph-2.3.6/cograph/man/extract_motifs.Rd | 21 cograph-2.3.6/cograph/man/extract_triads.Rd | 26 cograph-2.3.6/cograph/man/figures/README-chord-1.jpeg |binary cograph-2.3.6/cograph/man/figures/README-donut-pie-1.jpeg |binary cograph-2.3.6/cograph/man/figures/README-heatmap-1.jpeg |binary cograph-2.3.6/cograph/man/figures/README-tna-plot-1.jpeg |binary cograph-2.3.6/cograph/man/filter_edges.Rd | 38 cograph-2.3.6/cograph/man/filter_nodes.Rd | 40 cograph-2.3.6/cograph/man/format_edge_label_template.Rd | 3 cograph-2.3.6/cograph/man/from_qgraph.Rd | 7 cograph-2.3.6/cograph/man/from_tna.Rd | 15 cograph-2.3.6/cograph/man/get_edge_label_position.Rd | 2 cograph-2.3.6/cograph/man/get_nodes.Rd | 3 cograph-2.3.6/cograph/man/hai_datasets.Rd | 4 cograph-2.3.6/cograph/man/is_bipartite.Rd | 2 cograph-2.3.6/cograph/man/is_tna_network.Rd | 2 cograph-2.3.6/cograph/man/layout_circle.Rd | 2 cograph-2.3.6/cograph/man/layout_gephi_fr.Rd | 11 cograph-2.3.6/cograph/man/layout_groups.Rd | 2 cograph-2.3.6/cograph/man/layout_oval.Rd | 2 cograph-2.3.6/cograph/man/layout_spring.Rd | 2 cograph-2.3.6/cograph/man/mcml.Rd | 6 cograph-2.3.6/cograph/man/motif_census.Rd | 16 cograph-2.3.6/cograph/man/motifs.Rd | 156 ++ cograph-2.3.6/cograph/man/network_global_efficiency.Rd | 3 cograph-2.3.6/cograph/man/network_local_efficiency.Rd | 4 cograph-2.3.6/cograph/man/network_rich_club.Rd | 2 cograph-2.3.6/cograph/man/network_summary.Rd | 3 cograph-2.3.6/cograph/man/nodes.Rd | 3 cograph-2.3.6/cograph/man/overlay_communities.Rd | 27 cograph-2.3.6/cograph/man/palettes.Rd | 3 cograph-2.3.6/cograph/man/panel_layout.Rd |only cograph-2.3.6/cograph/man/parse_input.Rd | 10 cograph-2.3.6/cograph/man/plot-nestimate.Rd | 6 cograph-2.3.6/cograph/man/plot.cograph_cluster_significance.Rd | 14 cograph-2.3.6/cograph/man/plot.cograph_core_periphery.Rd | 7 cograph-2.3.6/cograph/man/plot.cograph_degree_fit.Rd | 12 cograph-2.3.6/cograph/man/plot.cograph_motif_analysis.Rd | 26 cograph-2.3.6/cograph/man/plot.cograph_motifs.Rd | 7 cograph-2.3.6/cograph/man/plot.cograph_network.Rd | 2 cograph-2.3.6/cograph/man/plot.cograph_rich_club.Rd | 7 cograph-2.3.6/cograph/man/plot.cograph_vulnerability.Rd | 6 cograph-2.3.6/cograph/man/plot.tna_disparity.Rd | 22 cograph-2.3.6/cograph/man/plot_alluvial.Rd | 49 cograph-2.3.6/cograph/man/plot_bootstrap_forest.Rd | 22 cograph-2.3.6/cograph/man/plot_centrality.Rd |only cograph-2.3.6/cograph/man/plot_centrality_compare.Rd |only cograph-2.3.6/cograph/man/plot_centrality_distribution.Rd | 5 cograph-2.3.6/cograph/man/plot_centrality_heatmap.Rd |only cograph-2.3.6/cograph/man/plot_chord.Rd | 8 cograph-2.3.6/cograph/man/plot_compare.Rd | 27 cograph-2.3.6/cograph/man/plot_comparison_heatmap.Rd | 10 cograph-2.3.6/cograph/man/plot_degree_correlation.Rd | 10 cograph-2.3.6/cograph/man/plot_edge_diff_forest.Rd | 7 cograph-2.3.6/cograph/man/plot_group_permutation.Rd | 20 cograph-2.3.6/cograph/man/plot_heatmap.Rd | 34 cograph-2.3.6/cograph/man/plot_htna.Rd | 57 - cograph-2.3.6/cograph/man/plot_mcml.Rd | 114 -- cograph-2.3.6/cograph/man/plot_mixed_network.Rd | 6 cograph-2.3.6/cograph/man/plot_ml_heatmap.Rd | 22 cograph-2.3.6/cograph/man/plot_mlna.Rd | 41 cograph-2.3.6/cograph/man/plot_motifs.Rd |only cograph-2.3.6/cograph/man/plot_mtna.Rd | 55 - cograph-2.3.6/cograph/man/plot_net_bootstrap_group.Rd | 24 cograph-2.3.6/cograph/man/plot_net_stability.Rd | 11 cograph-2.3.6/cograph/man/plot_netobject_group.Rd | 6 cograph-2.3.6/cograph/man/plot_netobject_ml.Rd | 5 cograph-2.3.6/cograph/man/plot_network_evolution.Rd | 19 cograph-2.3.6/cograph/man/plot_permutation.Rd | 31 cograph-2.3.6/cograph/man/plot_simplicial.Rd | 79 + cograph-2.3.6/cograph/man/plot_temporal.Rd | 19 cograph-2.3.6/cograph/man/plot_tna.Rd | 6 cograph-2.3.6/cograph/man/plot_trajectories.Rd | 71 - cograph-2.3.6/cograph/man/plot_transitions.Rd | 90 - cograph-2.3.6/cograph/man/project_bipartite.Rd | 2 cograph-2.3.6/cograph/man/qgraph_default_esize.Rd | 3 cograph-2.3.6/cograph/man/qgraph_scale_edge_widths.Rd | 2 cograph-2.3.6/cograph/man/register_svg_shape.Rd | 12 cograph-2.3.6/cograph/man/render-ggplot.Rd | 2 cograph-2.3.6/cograph/man/render-grid.Rd | 2 cograph-2.3.6/cograph/man/render-legend-shared.Rd |only cograph-2.3.6/cograph/man/render_legend_splot.Rd | 3 cograph-2.3.6/cograph/man/rescale_layout.Rd | 5 cograph-2.3.6/cograph/man/resolve_centrality_sizes.Rd | 6 cograph-2.3.6/cograph/man/resolve_edge_widths.Rd | 13 cograph-2.3.6/cograph/man/resolve_label_sizes.Rd | 25 cograph-2.3.6/cograph/man/rich_club.Rd | 12 cograph-2.3.6/cograph/man/robustness_summary.Rd | 10 cograph-2.3.6/cograph/man/scale_edge_widths.Rd | 31 cograph-2.3.6/cograph/man/select_edges.Rd | 37 cograph-2.3.6/cograph/man/select_nodes.Rd | 31 cograph-2.3.6/cograph/man/set_groups.Rd | 36 cograph-2.3.6/cograph/man/simplify.Rd | 25 cograph-2.3.6/cograph/man/sn_edges.Rd | 61 - cograph-2.3.6/cograph/man/sn_layout.Rd | 14 cograph-2.3.6/cograph/man/sn_nodes.Rd | 34 cograph-2.3.6/cograph/man/sn_palette.Rd | 17 cograph-2.3.6/cograph/man/sn_save.Rd | 2 cograph-2.3.6/cograph/man/sn_save_ggplot.Rd | 2 cograph-2.3.6/cograph/man/sn_theme.Rd | 13 cograph-2.3.6/cograph/man/soplot.Rd | 8 cograph-2.3.6/cograph/man/splot.Rd | 100 + cograph-2.3.6/cograph/man/splot.tna_bootstrap.Rd | 26 cograph-2.3.6/cograph/man/splot.tna_disparity.Rd | 20 cograph-2.3.6/cograph/man/subgraphs.Rd | 18 cograph-2.3.6/cograph/man/summarize_network.Rd | 10 cograph-2.3.6/cograph/man/supra_adjacency.Rd | 16 cograph-2.3.6/cograph/man/to_matrix.Rd | 3 cograph-2.3.6/cograph/man/triad_census.Rd | 4 cograph-2.3.6/cograph/man/validate_network.Rd | 3 cograph-2.3.6/cograph/man/visual-scale.Rd |only cograph-2.3.6/cograph/man/vulnerability.Rd | 33 cograph-2.3.6/cograph/tests/testthat/helper-test-utils.R | 12 cograph-2.3.6/cograph/tests/testthat/test-audit-fixes.R | 166 +++ cograph-2.3.6/cograph/tests/testthat/test-bootstrap-permutation-label-controls.R |only cograph-2.3.6/cograph/tests/testthat/test-centrality-extended.R | 175 +++ cograph-2.3.6/cograph/tests/testthat/test-centrality.R | 165 +++ cograph-2.3.6/cograph/tests/testthat/test-cluster-metrics.R | 41 cograph-2.3.6/cograph/tests/testthat/test-combined.R |only cograph-2.3.6/cograph/tests/testthat/test-coverage-class-network-41.R | 23 cograph-2.3.6/cograph/tests/testthat/test-coverage-cluster-metrics-41.R | 6 cograph-2.3.6/cograph/tests/testthat/test-coverage-from-qgraph-40.R | 2 cograph-2.3.6/cograph/tests/testthat/test-coverage-motifs-41.R | 2 cograph-2.3.6/cograph/tests/testthat/test-coverage-motifs-43.R | 2 cograph-2.3.6/cograph/tests/testthat/test-coverage-plot-hon-40.R | 44 cograph-2.3.6/cograph/tests/testthat/test-coverage-plot-htna-40.R | 74 + cograph-2.3.6/cograph/tests/testthat/test-coverage-plot-mcml-42.R | 35 cograph-2.3.6/cograph/tests/testthat/test-coverage-render-grid-41.R | 3 cograph-2.3.6/cograph/tests/testthat/test-coverage-splot-41.R | 9 cograph-2.3.6/cograph/tests/testthat/test-coverage-splot-42.R | 12 cograph-2.3.6/cograph/tests/testthat/test-coverage-utils-validation-41.R | 21 cograph-2.3.6/cograph/tests/testthat/test-edge-label-coupling.R |only cograph-2.3.6/cograph/tests/testthat/test-motifs-api.R | 141 ++ cograph-2.3.6/cograph/tests/testthat/test-motifs-equivalence.R | 8 cograph-2.3.6/cograph/tests/testthat/test-overlay-communities.R | 6 cograph-2.3.6/cograph/tests/testthat/test-panel-layout.R |only cograph-2.3.6/cograph/tests/testthat/test-plot-forest.R | 4 cograph-2.3.6/cograph/tests/testthat/test-plot-simplicial.R | 124 ++ cograph-2.3.6/cograph/tests/testthat/test-plot-tna-arg-merge.R |only cograph-2.3.6/cograph/tests/testthat/test-splot-device-scaling.R |only cograph-2.3.6/cograph/tests/testthat/test-splot.R | 5 cograph-2.3.6/cograph/tests/testthat/test-tna-temporal.R | 6 cograph-2.3.6/cograph/tests/testthat/test-validate-nestimate-bootstrap-permutation.R | 70 + cograph-2.3.6/cograph/tests/testthat/test-visual-scale.R |only cograph-2.3.6/cograph/tests/testthat/test-visual-sweep.R |only cograph-2.3.6/cograph/tools |only cograph-2.3.6/cograph/vignettes/introduction.Rmd | 6 280 files changed, 6333 insertions(+), 3731 deletions(-)
Title: Miscellaneous Functions for Processing and Sample Selection of
Spectroscopic Data
Description: Functions to preprocess spectroscopic data
and conduct (representative) sample selection/calibration sampling.
Author: Antoine Stevens [aut] ,
Leonardo Ramirez-Lopez [aut, cre]
Maintainer: Leonardo Ramirez-Lopez <ramirez.lopez.leo@gmail.com>
Diff between prospectr versions 0.2.8 dated 2025-03-05 and 0.2.9 dated 2026-05-31
prospectr-0.2.8/prospectr/inst/doc/prospectr.R |only prospectr-0.2.8/prospectr/inst/doc/prospectr.Rmd |only prospectr-0.2.8/prospectr/inst/doc/prospectr.html |only prospectr-0.2.8/prospectr/vignettes/prospectr.Rmd |only prospectr-0.2.9/prospectr/DESCRIPTION | 29 - prospectr-0.2.9/prospectr/LICENSE | 2 prospectr-0.2.9/prospectr/MD5 | 135 +++--- prospectr-0.2.9/prospectr/NEWS.md | 64 ++ prospectr-0.2.9/prospectr/R/cochranTest.R | 8 prospectr-0.2.9/prospectr/R/continuumRemoval.R | 176 +++++-- prospectr-0.2.9/prospectr/R/detrend.R | 52 +- prospectr-0.2.9/prospectr/R/duplex.R | 6 prospectr-0.2.9/prospectr/R/honigs.R | 2 prospectr-0.2.9/prospectr/R/kenstone.R | 3 prospectr-0.2.9/prospectr/R/msc.R | 2 prospectr-0.2.9/prospectr/R/naes.R | 2 prospectr-0.2.9/prospectr/R/prospectr.R | 4 prospectr-0.2.9/prospectr/R/puchwein.R | 2 prospectr-0.2.9/prospectr/R/readASD.R | 10 prospectr-0.2.9/prospectr/R/read_nircal.R | 18 prospectr-0.2.9/prospectr/R/savitzkyGolay.R | 2 prospectr-0.2.9/prospectr/R/shenkWest.R | 4 prospectr-0.2.9/prospectr/R/standardNormalVariate.R | 38 + prospectr-0.2.9/prospectr/README.md | 223 ++++------ prospectr-0.2.9/prospectr/build/stage23.rdb |binary prospectr-0.2.9/prospectr/build/vignette.rds |binary prospectr-0.2.9/prospectr/inst/doc/aa-intro.R |only prospectr-0.2.9/prospectr/inst/doc/aa-intro.html |only prospectr-0.2.9/prospectr/inst/doc/aa-intro.qmd |only prospectr-0.2.9/prospectr/inst/doc/bb-pre-processing-spectral-data.R |only prospectr-0.2.9/prospectr/inst/doc/bb-pre-processing-spectral-data.html |only prospectr-0.2.9/prospectr/inst/doc/bb-pre-processing-spectral-data.qmd |only prospectr-0.2.9/prospectr/inst/doc/cc-selecting-representative-calibration-samples.R |only prospectr-0.2.9/prospectr/inst/doc/cc-selecting-representative-calibration-samples.html |only prospectr-0.2.9/prospectr/inst/doc/cc-selecting-representative-calibration-samples.qmd |only prospectr-0.2.9/prospectr/man/cochranTest.Rd | 4 prospectr-0.2.9/prospectr/man/continuumRemoval.Rd | 95 ++-- prospectr-0.2.9/prospectr/man/detrend.Rd | 20 prospectr-0.2.9/prospectr/man/duplex.Rd | 2 prospectr-0.2.9/prospectr/man/honigs.Rd | 2 prospectr-0.2.9/prospectr/man/kenStone.Rd | 3 prospectr-0.2.9/prospectr/man/msc.Rd | 2 prospectr-0.2.9/prospectr/man/naes.Rd | 2 prospectr-0.2.9/prospectr/man/prospectr-package.Rd | 4 prospectr-0.2.9/prospectr/man/puchwein.Rd | 2 prospectr-0.2.9/prospectr/man/savitzkyGolay.Rd | 2 prospectr-0.2.9/prospectr/man/shenkWest.Rd | 2 prospectr-0.2.9/prospectr/man/standardNormalVariate.Rd | 5 prospectr-0.2.9/prospectr/src/Makevars | 1 prospectr-0.2.9/prospectr/src/Makevars.win | 1 prospectr-0.2.9/prospectr/tests/testthat/test-baseline.R | 56 ++ prospectr-0.2.9/prospectr/tests/testthat/test-binning.R | 47 ++ prospectr-0.2.9/prospectr/tests/testthat/test-blockNorm.R | 45 +- prospectr-0.2.9/prospectr/tests/testthat/test-blockScale.R | 43 + prospectr-0.2.9/prospectr/tests/testthat/test-cochranTest.R |only prospectr-0.2.9/prospectr/tests/testthat/test-continuumRemoval.R | 81 +++ prospectr-0.2.9/prospectr/tests/testthat/test-cpp-internals.R |only prospectr-0.2.9/prospectr/tests/testthat/test-detrend.R | 74 +++ prospectr-0.2.9/prospectr/tests/testthat/test-duplex.R | 70 +++ prospectr-0.2.9/prospectr/tests/testthat/test-gapDer.R | 70 +++ prospectr-0.2.9/prospectr/tests/testthat/test-honigs.R | 53 ++ prospectr-0.2.9/prospectr/tests/testthat/test-kenStone.R | 60 ++ prospectr-0.2.9/prospectr/tests/testthat/test-movav.R | 48 ++ prospectr-0.2.9/prospectr/tests/testthat/test-msc.R | 58 ++ prospectr-0.2.9/prospectr/tests/testthat/test-naes.R | 110 ++++ prospectr-0.2.9/prospectr/tests/testthat/test-puchwein.R |only prospectr-0.2.9/prospectr/tests/testthat/test-readASD.R |only prospectr-0.2.9/prospectr/tests/testthat/test-read_nircal.R |only prospectr-0.2.9/prospectr/tests/testthat/test-resample.R | 78 +++ prospectr-0.2.9/prospectr/tests/testthat/test-resample2.R | 79 +++ prospectr-0.2.9/prospectr/tests/testthat/test-savitzkyGolay.R | 72 +++ prospectr-0.2.9/prospectr/tests/testthat/test-shenkWest.R | 68 ++- prospectr-0.2.9/prospectr/tests/testthat/test-spliceCorrection.R |only prospectr-0.2.9/prospectr/tests/testthat/test-standardNormalVariate.R | 64 ++ prospectr-0.2.9/prospectr/tests/testthat/testdata |only prospectr-0.2.9/prospectr/vignettes/aa-intro.qmd |only prospectr-0.2.9/prospectr/vignettes/bb-pre-processing-spectral-data.qmd |only prospectr-0.2.9/prospectr/vignettes/cc-selecting-representative-calibration-samples.qmd |only prospectr-0.2.9/prospectr/vignettes/elsevier-harvard.csl |only prospectr-0.2.9/prospectr/vignettes/prospectr.bib | 32 + 80 files changed, 1705 insertions(+), 432 deletions(-)
Title: Network Estimation, Bootstrap, and Higher-Order Analysis
Description: Estimate, compare, and analyze dynamic and psychological networks
using a unified interface. Provides transition network analysis
estimation (transition, frequency, co-occurrence, attention-weighted)
Saqr et al. (2025) <doi:10.1145/3706468.3706513>, psychological
network methods (correlation, partial correlation, 'graphical lasso',
'Ising') Saqr, Beck, and Lopez-Pernas (2024)
<doi:10.1007/978-3-031-54464-4_19>,
and higher-order network methods including higher-order networks,
higher-order network embedding, hyper-path anomaly, and multi-order
generative model. Supports bootstrap inference, permutation testing,
split-half reliability, centrality stability analysis, mixed Markov
models, multi-cluster multi-layer networks and clustering.
Author: Mohammed Saqr [aut, cre, cph],
Sonsoles Lopez-Pernas [aut],
Kamila Misiejuk [aut]
Maintainer: Mohammed Saqr <saqr@saqr.me>
Diff between Nestimate versions 0.4.3 dated 2026-04-20 and 0.6.0 dated 2026-05-31
Nestimate-0.4.3/Nestimate/man/plot.mcml.Rd |only Nestimate-0.4.3/Nestimate/man/plot.net_link_prediction.Rd |only Nestimate-0.6.0/Nestimate/DESCRIPTION | 24 Nestimate-0.6.0/Nestimate/MD5 | 423 ++- Nestimate-0.6.0/Nestimate/NAMESPACE | 123 Nestimate-0.6.0/Nestimate/NEWS.md | 186 + Nestimate-0.6.0/Nestimate/R/association_rules.R | 11 Nestimate-0.6.0/Nestimate/R/bipartite_groups.R |only Nestimate-0.6.0/Nestimate/R/boot_glasso.R | 50 Nestimate-0.6.0/Nestimate/R/bootstrap_network.R | 179 + Nestimate-0.6.0/Nestimate/R/build_network.R | 664 ++++- Nestimate-0.6.0/Nestimate/R/casedrop_reliability.R |only Nestimate-0.6.0/Nestimate/R/centrality_measures.R | 23 Nestimate-0.6.0/Nestimate/R/centrality_stability.R | 89 Nestimate-0.6.0/Nestimate/R/chain_structure.R |only Nestimate-0.6.0/Nestimate/R/clique_expansion.R |only Nestimate-0.6.0/Nestimate/R/cluster_choice.R |only Nestimate-0.6.0/Nestimate/R/cluster_data.R | 1027 ++++++-- Nestimate-0.6.0/Nestimate/R/cluster_diagnostics.R |only Nestimate-0.6.0/Nestimate/R/compare_network.R |only Nestimate-0.6.0/Nestimate/R/data_conversion.R | 277 +- Nestimate-0.6.0/Nestimate/R/distribution_plot.R | 49 Nestimate-0.6.0/Nestimate/R/estimate_network.R | 39 Nestimate-0.6.0/Nestimate/R/estimator_registry.R | 2 Nestimate-0.6.0/Nestimate/R/estimators.R | 532 +++- Nestimate-0.6.0/Nestimate/R/extraction.R | 57 Nestimate-0.6.0/Nestimate/R/frequencies.R | 41 Nestimate-0.6.0/Nestimate/R/gimme.R | 123 Nestimate-0.6.0/Nestimate/R/hon.R | 16 Nestimate-0.6.0/Nestimate/R/honem.R | 14 Nestimate-0.6.0/Nestimate/R/hypa.R | 406 ++- Nestimate-0.6.0/Nestimate/R/hypergraph.R |only Nestimate-0.6.0/Nestimate/R/hypergraph_centrality.R |only Nestimate-0.6.0/Nestimate/R/hypergraph_measures.R |only Nestimate-0.6.0/Nestimate/R/link_prediction.R | 64 Nestimate-0.6.0/Nestimate/R/magnitude_difference.R |only Nestimate-0.6.0/Nestimate/R/markov.R | 147 - Nestimate-0.6.0/Nestimate/R/markov_order.R |only Nestimate-0.6.0/Nestimate/R/mcml.R | 1253 ++++++++-- Nestimate-0.6.0/Nestimate/R/mgm.R | 32 Nestimate-0.6.0/Nestimate/R/mlvar.R | 15 Nestimate-0.6.0/Nestimate/R/mmm.R | 735 ++++- Nestimate-0.6.0/Nestimate/R/mogen.R | 88 Nestimate-0.6.0/Nestimate/R/nct.R | 57 Nestimate-0.6.0/Nestimate/R/path_dependence.R |only Nestimate-0.6.0/Nestimate/R/permutation_test.R | 70 Nestimate-0.6.0/Nestimate/R/ph_distances.R |only Nestimate-0.6.0/Nestimate/R/plot-utils.R | 136 + Nestimate-0.6.0/Nestimate/R/plot_state_frequencies.R |only Nestimate-0.6.0/Nestimate/R/reliability.R | 132 - Nestimate-0.6.0/Nestimate/R/rename_models.R |only Nestimate-0.6.0/Nestimate/R/sequence_compare.R | 35 Nestimate-0.6.0/Nestimate/R/sequence_plot.R | 170 + Nestimate-0.6.0/Nestimate/R/sequence_terminal.R |only Nestimate-0.6.0/Nestimate/R/simplicial.R | 759 ++++-- Nestimate-0.6.0/Nestimate/R/summary_network.R |only Nestimate-0.6.0/Nestimate/R/transition_entropy.R |only Nestimate-0.6.0/Nestimate/R/utils.R | 188 + Nestimate-0.6.0/Nestimate/R/wtna.R | 60 Nestimate-0.6.0/Nestimate/README.md | 18 Nestimate-0.6.0/Nestimate/inst/WORDLIST | 266 +- Nestimate-0.6.0/Nestimate/inst/doc/clustering.R | 125 Nestimate-0.6.0/Nestimate/inst/doc/clustering.Rmd | 219 + Nestimate-0.6.0/Nestimate/inst/doc/clustering.html | 492 ++- Nestimate-0.6.0/Nestimate/inst/doc/markov-stability.R | 41 Nestimate-0.6.0/Nestimate/inst/doc/markov-stability.Rmd | 51 Nestimate-0.6.0/Nestimate/inst/doc/markov-stability.html | 56 Nestimate-0.6.0/Nestimate/inst/doc/sequence-comparison.R | 20 Nestimate-0.6.0/Nestimate/inst/doc/sequence-comparison.Rmd | 30 Nestimate-0.6.0/Nestimate/inst/doc/sequence-comparison.html | 113 Nestimate-0.6.0/Nestimate/inst/doc/sequence-plots.R | 44 Nestimate-0.6.0/Nestimate/inst/doc/sequence-plots.Rmd | 16 Nestimate-0.6.0/Nestimate/inst/doc/sequence-plots.html | 55 Nestimate-0.6.0/Nestimate/inst/doc/transition-networks.R | 41 Nestimate-0.6.0/Nestimate/inst/doc/transition-networks.Rmd | 51 Nestimate-0.6.0/Nestimate/inst/doc/transition-networks.html | 353 +- Nestimate-0.6.0/Nestimate/inst/extdata |only Nestimate-0.6.0/Nestimate/man/Nestimate-package.Rd | 2 Nestimate-0.6.0/Nestimate/man/actor_endpoints.Rd |only Nestimate-0.6.0/Nestimate/man/as_tna.Rd | 34 Nestimate-0.6.0/Nestimate/man/bipartite_groups.Rd |only Nestimate-0.6.0/Nestimate/man/boot_glasso.Rd | 22 Nestimate-0.6.0/Nestimate/man/bootstrap_network.Rd | 12 Nestimate-0.6.0/Nestimate/man/bottleneck_distance.Rd |only Nestimate-0.6.0/Nestimate/man/build_clusters.Rd | 65 Nestimate-0.6.0/Nestimate/man/build_gimme.Rd | 33 Nestimate-0.6.0/Nestimate/man/build_hon.Rd | 5 Nestimate-0.6.0/Nestimate/man/build_hypa.Rd | 83 Nestimate-0.6.0/Nestimate/man/build_hypergraph.Rd |only Nestimate-0.6.0/Nestimate/man/build_ising.Rd | 6 Nestimate-0.6.0/Nestimate/man/build_mcml.Rd | 60 Nestimate-0.6.0/Nestimate/man/build_mlvar.Rd | 13 Nestimate-0.6.0/Nestimate/man/build_mmm.Rd | 63 Nestimate-0.6.0/Nestimate/man/build_mogen.Rd | 4 Nestimate-0.6.0/Nestimate/man/build_network.Rd | 57 Nestimate-0.6.0/Nestimate/man/build_simplicial.Rd | 51 Nestimate-0.6.0/Nestimate/man/casedrop_reliability.Rd |only Nestimate-0.6.0/Nestimate/man/centrality_stability.Rd | 19 Nestimate-0.6.0/Nestimate/man/chain_structure.Rd |only Nestimate-0.6.0/Nestimate/man/clique_expansion.Rd |only Nestimate-0.6.0/Nestimate/man/cluster_choice.Rd |only Nestimate-0.6.0/Nestimate/man/cluster_data.Rd |only Nestimate-0.6.0/Nestimate/man/cluster_diagnostics.Rd |only Nestimate-0.6.0/Nestimate/man/cluster_mmm.Rd | 89 Nestimate-0.6.0/Nestimate/man/cluster_network.Rd | 22 Nestimate-0.6.0/Nestimate/man/cluster_summary.Rd | 82 Nestimate-0.6.0/Nestimate/man/compare_mmm.Rd | 20 Nestimate-0.6.0/Nestimate/man/compare_model.Rd |only Nestimate-0.6.0/Nestimate/man/compare_model.netobject_group.Rd |only Nestimate-0.6.0/Nestimate/man/convert_sequence_format.Rd | 10 Nestimate-0.6.0/Nestimate/man/distribution_plot.Rd | 17 Nestimate-0.6.0/Nestimate/man/estimate_network.Rd | 9 Nestimate-0.6.0/Nestimate/man/hypergraph_centrality.Rd |only Nestimate-0.6.0/Nestimate/man/hypergraph_measures.Rd |only Nestimate-0.6.0/Nestimate/man/magnitude_difference.Rd |only Nestimate-0.6.0/Nestimate/man/mark_first_state.Rd |only Nestimate-0.6.0/Nestimate/man/mark_terminal_state.Rd |only Nestimate-0.6.0/Nestimate/man/markov_order_test.Rd |only Nestimate-0.6.0/Nestimate/man/markov_stability.Rd | 6 Nestimate-0.6.0/Nestimate/man/mogen_transitions.Rd | 5 Nestimate-0.6.0/Nestimate/man/mosaic_plot.Rd |only Nestimate-0.6.0/Nestimate/man/net_aggregate_weights.Rd | 24 Nestimate-0.6.0/Nestimate/man/net_centrality.Rd | 6 Nestimate-0.6.0/Nestimate/man/path_counts.Rd | 4 Nestimate-0.6.0/Nestimate/man/path_dependence.Rd |only Nestimate-0.6.0/Nestimate/man/permutation.Rd | 4 Nestimate-0.6.0/Nestimate/man/persistence_landscape.Rd |only Nestimate-0.6.0/Nestimate/man/persistent_homology.Rd | 57 Nestimate-0.6.0/Nestimate/man/plot.chain_structure.Rd |only Nestimate-0.6.0/Nestimate/man/plot.cluster_choice.Rd |only Nestimate-0.6.0/Nestimate/man/plot.mmm_compare.Rd | 2 Nestimate-0.6.0/Nestimate/man/plot.net_cluster_diagnostics.Rd |only Nestimate-0.6.0/Nestimate/man/plot.net_clustering.Rd | 14 Nestimate-0.6.0/Nestimate/man/plot.net_comparison.Rd |only Nestimate-0.6.0/Nestimate/man/plot.net_gimme.Rd | 3 Nestimate-0.6.0/Nestimate/man/plot.net_markov_order.Rd |only Nestimate-0.6.0/Nestimate/man/plot.net_mmm.Rd | 9 Nestimate-0.6.0/Nestimate/man/plot.net_mmm_clustering.Rd |only Nestimate-0.6.0/Nestimate/man/plot.net_path_dependence.Rd |only Nestimate-0.6.0/Nestimate/man/plot.net_reliability.Rd | 11 Nestimate-0.6.0/Nestimate/man/plot.net_sequence_comparison.Rd | 3 Nestimate-0.6.0/Nestimate/man/plot.net_transition_entropy.Rd |only Nestimate-0.6.0/Nestimate/man/plot.persistence_landscape.Rd |only Nestimate-0.6.0/Nestimate/man/plot.persistent_homology.Rd | 13 Nestimate-0.6.0/Nestimate/man/plot.q_analysis.Rd | 9 Nestimate-0.6.0/Nestimate/man/plot.simplicial_complex.Rd | 11 Nestimate-0.6.0/Nestimate/man/plot_mosaic.Rd |only Nestimate-0.6.0/Nestimate/man/plot_state_frequencies.Rd |only Nestimate-0.6.0/Nestimate/man/predictability.Rd | 7 Nestimate-0.6.0/Nestimate/man/prepare_onehot.Rd | 12 Nestimate-0.6.0/Nestimate/man/print.chain_structure.Rd |only Nestimate-0.6.0/Nestimate/man/print.chain_structure_group.Rd |only Nestimate-0.6.0/Nestimate/man/print.cluster_choice.Rd |only Nestimate-0.6.0/Nestimate/man/print.mcml.Rd | 2 Nestimate-0.6.0/Nestimate/man/print.mcml_layer.Rd |only Nestimate-0.6.0/Nestimate/man/print.mmm_compare.Rd | 2 Nestimate-0.6.0/Nestimate/man/print.net_cluster_diagnostics.Rd |only Nestimate-0.6.0/Nestimate/man/print.net_clustering.Rd | 14 Nestimate-0.6.0/Nestimate/man/print.net_gimme.Rd | 3 Nestimate-0.6.0/Nestimate/man/print.net_markov_order.Rd |only Nestimate-0.6.0/Nestimate/man/print.net_markov_order_group.Rd |only Nestimate-0.6.0/Nestimate/man/print.net_markov_stability_group.Rd |only Nestimate-0.6.0/Nestimate/man/print.net_mmm.Rd | 14 Nestimate-0.6.0/Nestimate/man/print.net_mmm_clustering.Rd |only Nestimate-0.6.0/Nestimate/man/print.net_mpt_group.Rd |only Nestimate-0.6.0/Nestimate/man/print.net_path_dependence.Rd |only Nestimate-0.6.0/Nestimate/man/print.net_stability_group.Rd |only Nestimate-0.6.0/Nestimate/man/print.net_transition_entropy.Rd |only Nestimate-0.6.0/Nestimate/man/print.net_transition_entropy_group.Rd |only Nestimate-0.6.0/Nestimate/man/print.netobject_group.Rd | 14 Nestimate-0.6.0/Nestimate/man/print.persistence_landscape.Rd |only Nestimate-0.6.0/Nestimate/man/print.summary.net_path_dependence.Rd |only Nestimate-0.6.0/Nestimate/man/print.summary.net_transition_entropy.Rd |only Nestimate-0.6.0/Nestimate/man/print.summary_chain_structure.Rd |only Nestimate-0.6.0/Nestimate/man/print.tidy_covariates.Rd |only Nestimate-0.6.0/Nestimate/man/print.wtna_perm_mixed.Rd |only Nestimate-0.6.0/Nestimate/man/rename_models.Rd |only Nestimate-0.6.0/Nestimate/man/sequence_plot.Rd | 29 Nestimate-0.6.0/Nestimate/man/state_distribution.Rd |only Nestimate-0.6.0/Nestimate/man/state_freq.Rd |only Nestimate-0.6.0/Nestimate/man/summary.chain_structure.Rd |only Nestimate-0.6.0/Nestimate/man/summary.chain_structure_group.Rd |only Nestimate-0.6.0/Nestimate/man/summary.cluster_choice.Rd |only Nestimate-0.6.0/Nestimate/man/summary.mcml.Rd | 10 Nestimate-0.6.0/Nestimate/man/summary.mmm_compare.Rd |only Nestimate-0.6.0/Nestimate/man/summary.nest_initial_probs.Rd |only Nestimate-0.6.0/Nestimate/man/summary.nest_transition_counts.Rd |only Nestimate-0.6.0/Nestimate/man/summary.nest_transition_matrix.Rd |only Nestimate-0.6.0/Nestimate/man/summary.net_clustering.Rd | 2 Nestimate-0.6.0/Nestimate/man/summary.net_gimme.Rd | 3 Nestimate-0.6.0/Nestimate/man/summary.net_hon.Rd | 5 Nestimate-0.6.0/Nestimate/man/summary.net_honem.Rd | 5 Nestimate-0.6.0/Nestimate/man/summary.net_hypa.Rd | 16 Nestimate-0.6.0/Nestimate/man/summary.net_markov_order.Rd |only Nestimate-0.6.0/Nestimate/man/summary.net_mmm.Rd | 16 Nestimate-0.6.0/Nestimate/man/summary.net_mogen.Rd | 6 Nestimate-0.6.0/Nestimate/man/summary.net_nct.Rd |only Nestimate-0.6.0/Nestimate/man/summary.net_path_dependence.Rd |only Nestimate-0.6.0/Nestimate/man/summary.net_reliability.Rd |only Nestimate-0.6.0/Nestimate/man/summary.net_sequence_comparison.Rd | 4 Nestimate-0.6.0/Nestimate/man/summary.net_stability_group.Rd |only Nestimate-0.6.0/Nestimate/man/summary.net_transition_entropy.Rd |only Nestimate-0.6.0/Nestimate/man/summary.netobject.Rd |only Nestimate-0.6.0/Nestimate/man/summary.netobject_group.Rd |only Nestimate-0.6.0/Nestimate/man/summary.wtna_perm_mixed.Rd |only Nestimate-0.6.0/Nestimate/man/transition_entropy.Rd |only Nestimate-0.6.0/Nestimate/man/wtna.Rd | 14 Nestimate-0.6.0/Nestimate/tests/testthat/helper-simulate.R | 159 - Nestimate-0.6.0/Nestimate/tests/testthat/test-association_rules.R | 15 Nestimate-0.6.0/Nestimate/tests/testthat/test-association_rules_arules.R | 464 --- Nestimate-0.6.0/Nestimate/tests/testthat/test-bipartite_groups.R |only Nestimate-0.6.0/Nestimate/tests/testthat/test-boot_glasso.R | 210 - Nestimate-0.6.0/Nestimate/tests/testthat/test-bootstrap_network.R | 205 + Nestimate-0.6.0/Nestimate/tests/testthat/test-build_clusters.R | 402 ++- Nestimate-0.6.0/Nestimate/tests/testthat/test-build_network.R | 642 ++++- Nestimate-0.6.0/Nestimate/tests/testthat/test-casedrop_reliability.R |only Nestimate-0.6.0/Nestimate/tests/testthat/test-centrality_stability.R | 362 -- Nestimate-0.6.0/Nestimate/tests/testthat/test-chain_structure.R |only Nestimate-0.6.0/Nestimate/tests/testthat/test-clique_expansion.R |only Nestimate-0.6.0/Nestimate/tests/testthat/test-cluster-choice.R |only Nestimate-0.6.0/Nestimate/tests/testthat/test-cluster-diagnostics.R |only Nestimate-0.6.0/Nestimate/tests/testthat/test-cograph_network.R | 130 - Nestimate-0.6.0/Nestimate/tests/testthat/test-covariate-estimators.R |only Nestimate-0.6.0/Nestimate/tests/testthat/test-data_conversion.R | 13 Nestimate-0.6.0/Nestimate/tests/testthat/test-estimate_network.R | 39 Nestimate-0.6.0/Nestimate/tests/testthat/test-estimator_attention.R | 41 Nestimate-0.6.0/Nestimate/tests/testthat/test-estimator_ising.R | 59 Nestimate-0.6.0/Nestimate/tests/testthat/test-extraction.R | 17 Nestimate-0.6.0/Nestimate/tests/testthat/test-fix-FIX1.R |only Nestimate-0.6.0/Nestimate/tests/testthat/test-fix-FIX2.R |only Nestimate-0.6.0/Nestimate/tests/testthat/test-fix-FIX3.R |only Nestimate-0.6.0/Nestimate/tests/testthat/test-fix-FIX4.R |only Nestimate-0.6.0/Nestimate/tests/testthat/test-fix-FIX5.R |only Nestimate-0.6.0/Nestimate/tests/testthat/test-fix-FIX6.R |only Nestimate-0.6.0/Nestimate/tests/testthat/test-fix-FIX7.R |only Nestimate-0.6.0/Nestimate/tests/testthat/test-fix-FIX8.R |only Nestimate-0.6.0/Nestimate/tests/testthat/test-fix-codex-mgm-group.R |only Nestimate-0.6.0/Nestimate/tests/testthat/test-fix-codex.R |only Nestimate-0.6.0/Nestimate/tests/testthat/test-fix-mgm-typewarn.R |only Nestimate-0.6.0/Nestimate/tests/testthat/test-frequencies.R | 66 Nestimate-0.6.0/Nestimate/tests/testthat/test-hon.R | 643 ----- Nestimate-0.6.0/Nestimate/tests/testthat/test-honem.R | 6 Nestimate-0.6.0/Nestimate/tests/testthat/test-hypa.R | 83 Nestimate-0.6.0/Nestimate/tests/testthat/test-hypergraph.R |only Nestimate-0.6.0/Nestimate/tests/testthat/test-hypergraph_centrality.R |only Nestimate-0.6.0/Nestimate/tests/testthat/test-hypergraph_measures.R |only Nestimate-0.6.0/Nestimate/tests/testthat/test-import_onehot.R | 110 Nestimate-0.6.0/Nestimate/tests/testthat/test-magnitude-difference.R |only Nestimate-0.6.0/Nestimate/tests/testthat/test-markov.R | 120 Nestimate-0.6.0/Nestimate/tests/testthat/test-markov_order.R |only Nestimate-0.6.0/Nestimate/tests/testthat/test-mcml.R | 1155 ++++++++- Nestimate-0.6.0/Nestimate/tests/testthat/test-mgm-moderated.R | 44 Nestimate-0.6.0/Nestimate/tests/testthat/test-mlvar.R | 78 Nestimate-0.6.0/Nestimate/tests/testthat/test-mmm.R | 259 +- Nestimate-0.6.0/Nestimate/tests/testthat/test-mogen.R | 347 -- Nestimate-0.6.0/Nestimate/tests/testthat/test-mosaic_plot.R |only Nestimate-0.6.0/Nestimate/tests/testthat/test-network_reliability.R | 300 -- Nestimate-0.6.0/Nestimate/tests/testthat/test-path_dependence.R |only Nestimate-0.6.0/Nestimate/tests/testthat/test-pathways.R | 17 Nestimate-0.6.0/Nestimate/tests/testthat/test-permutation.R | 231 + Nestimate-0.6.0/Nestimate/tests/testthat/test-persistent_homology.R |only Nestimate-0.6.0/Nestimate/tests/testthat/test-plot-family-class.R |only Nestimate-0.6.0/Nestimate/tests/testthat/test-plot_state_frequencies.R |only Nestimate-0.6.0/Nestimate/tests/testthat/test-print-cluster.R |only Nestimate-0.6.0/Nestimate/tests/testthat/test-sequence_plot.R | 56 Nestimate-0.6.0/Nestimate/tests/testthat/test-sequence_terminal.R |only Nestimate-0.6.0/Nestimate/tests/testthat/test-simplicial.R | 225 + Nestimate-0.6.0/Nestimate/tests/testthat/test-transition_entropy.R |only Nestimate-0.6.0/Nestimate/tests/testthat/test-utils.R | 8 Nestimate-0.6.0/Nestimate/tests/testthat/test-wtna.R | 150 + Nestimate-0.6.0/Nestimate/vignettes/clustering.Rmd | 219 + Nestimate-0.6.0/Nestimate/vignettes/markov-stability.Rmd | 51 Nestimate-0.6.0/Nestimate/vignettes/sequence-comparison.Rmd | 30 Nestimate-0.6.0/Nestimate/vignettes/sequence-plots.Rmd | 16 Nestimate-0.6.0/Nestimate/vignettes/transition-networks.Rmd | 51 275 files changed, 12119 insertions(+), 6328 deletions(-)
Title: Linear Networks Functionality of the 'spatstat' Family
Description: Defines types of spatial data on a linear network
and provides functionality for geometrical operations,
data analysis and modelling of data on a linear network,
in the 'spatstat' family of packages.
Contains definitions and support for linear networks, including creation of networks, geometrical measurements, topological connectivity, geometrical operations such as inserting and deleting vertices, intersecting a network with another object, and interactive editing of networks.
Data types defined on a network include point patterns, pixel images, functions, and tessellations.
Exploratory methods include kernel estimation of intensity on a network, K-functions and pair correlation functions on a network, simulation envelopes, nearest neighbour distance and empty space distance, relative risk estimation with cross-validated bandwidth selection. Formal hypothesis tests of random pattern (chi-squared, Kolmogorov-Smirnov, Monte Carlo, Diggle-Cressie-Loosmore-Ford, Dao-Genton, two-stage Mont [...truncated...]
Author: Adrian Baddeley [aut, cre, cph] ,
Rolf Turner [aut, cph] ,
Ege Rubak [aut, cph] ,
Greg McSwiggan [aut, cph],
Tilman Davies [ctb, cph],
Mehdi Moradi [ctb, cph],
Suman Rakshit [ctb, cph],
Ottmar Cronie [ctb]
Maintainer: Adrian Baddeley <Adrian.Baddeley@curtin.edu.au>
Diff between spatstat.linnet versions 3.5-0 dated 2026-03-31 and 3.5-1 dated 2026-05-31
DESCRIPTION | 18 +++++++++--------- MD5 | 23 ++++++++++++----------- NAMESPACE | 2 ++ NEWS | 11 +++++++++++ R/lppm.R | 11 +++++++++-- build/partial.rdb |binary inst/doc/packagesizes.txt | 1 + inst/info/packagesizes.txt | 1 + man/intensity.lppm.Rd |only man/macros/defns.Rd | 1 + man/relrisk.lpp.Rd | 15 +++++++++------ man/spatstat.linnet-internal.Rd | 6 +++--- tests/testsMtoZ.R | 6 +++--- 13 files changed, 61 insertions(+), 34 deletions(-)
More information about spatstat.linnet at CRAN
Permanent link
Title: Read Markdown Tables into Tibbles
Description: Efficient reading of raw markdown tables into tibbles. Designed to
accept content from strings, files, and URLs with the ability to extract
and read multiple tables from markdown for analysis.
Author: Jordan Bradford [aut, cre, cph]
Maintainer: Jordan Bradford <jrdnbradford@gmail.com>
Diff between readMDTable versions 0.3.2 dated 2025-05-05 and 0.3.3 dated 2026-05-31
DESCRIPTION | 11 ++++++----- MD5 | 16 ++++++++-------- NEWS.md | 5 +++++ R/read_md_table_content.R | 2 +- build/vignette.rds |binary inst/doc/rvest-benchmarks.html | 8 ++++---- man/extract_md_tables.Rd | 3 ++- man/readMDTable-package.Rd | 5 +++++ man/read_md_table.Rd | 3 ++- 9 files changed, 33 insertions(+), 20 deletions(-)
Title: Signal and Image Processing Toolbox for Analyzing Intracranial
Electroencephalography Data
Description: Implemented fast and memory-efficient Notch-filter,
Welch-periodogram, discrete wavelet spectrogram for minutes of
high-resolution signals, fast 3D convolution, image registration,
3D mesh manipulation; providing fundamental toolbox for intracranial
Electroencephalography (iEEG) pipelines.
Documentation and examples about 'RAVE' project are provided at
<https://rave.wiki>, and the paper by John F. Magnotti,
Zhengjia Wang, Michael S. Beauchamp (2020)
<doi:10.1016/j.neuroimage.2020.117341>; see 'citation("ravetools")' for
details.
Author: Zhengjia Wang [aut, cre],
John Magnotti [aut],
Michael Beauchamp [aut],
Trustees of the University of Pennsylvania [cph] ,
Karim Rahim [cph, ctb] ,
Thomas Possidente [cph, ctb] ,
Michael Prerau [cph, ctb] ,
Marcus Geelnard [ctb, cph] ,
Stefan Schlage [...truncated...]
Maintainer: Zhengjia Wang <dipterix.wang@gmail.com>
Diff between ravetools versions 0.2.5 dated 2026-05-23 and 0.2.6 dated 2026-05-31
DESCRIPTION | 6 +-- MD5 | 53 +++++++++++++++------------- NAMESPACE | 3 + NEWS.md | 9 ++++ R/aaa.R | 2 - R/carla.R | 4 +- R/crp.R | 4 +- R/curve-catmull.R | 8 ++-- R/filter-diagnosis.R | 22 +++++++---- R/filter-fir-design.R | 4 +- R/geometry-plane.R | 5 ++ R/imaging-fill-surface.R | 87 ++++++++++++++++++++++++++++++++++++++++++++-- R/plot-mesh-dotcloud.R |only R/plot-mesh-polygon.R |only R/vcg.R | 20 ++++++++++ R/wavelet-double.R | 2 - man/crp.Rd | 4 +- man/ensure_mesh3d.Rd |only man/fill_surface.Rd | 40 ++++++++++++++++++++- man/plot_mesh_dotcloud.Rd |only man/plot_mesh_polygon.Rd |only man/project_plane.Rd | 33 ++++++++++++++++- man/vcg_kdtree_nearest.Rd | 30 +++++++++++++++ man/vcg_mesh_volume.Rd | 30 +++++++++++++++ man/vcg_raycaster.Rd | 30 +++++++++++++++ man/vcg_smooth.Rd | 30 +++++++++++++++ man/vcg_subdivision.Rd | 30 +++++++++++++++ man/vcg_subset_vertex.Rd | 30 +++++++++++++++ man/vcg_uniform_remesh.Rd | 30 +++++++++++++++ man/vcg_update_normals.Rd | 30 +++++++++++++++ 30 files changed, 492 insertions(+), 54 deletions(-)
Title: 'Amazon Web Services' Security, Identity, & Compliance Services
Description: Interface to 'Amazon Web Services' security, identity, and
compliance services, including the 'Identity & Access Management'
('IAM') service for managing access to services and resources, and
more <https://aws.amazon.com/>.
Author: David Kretch [aut],
Adam Banker [aut],
Dyfan Jones [cre],
Amazon.com, Inc. [cph]
Maintainer: Dyfan Jones <dyfan.r.jones@gmail.com>
Diff between paws.security.identity versions 0.9.0 dated 2025-03-14 and 0.10.0 dated 2026-05-31
DESCRIPTION | 11 MD5 | 3184 +++---- R/accessanalyzer_interfaces.R | 40 R/accessanalyzer_operations.R | 284 R/accessanalyzer_service.R | 40 R/account_interfaces.R | 48 R/account_operations.R | 539 - R/account_service.R | 7 R/acm_interfaces.R | 38 R/acm_operations.R | 298 R/acm_service.R | 11 R/acmpca_operations.R | 429 - R/acmpca_service.R | 28 R/cleanroomsml_interfaces.R | 70 R/cleanroomsml_operations.R | 681 - R/cleanroomsml_service.R | 21 R/clouddirectory_operations.R | 328 R/clouddirectory_service.R | 12 R/cloudhsm_operations.R | 101 R/cloudhsm_service.R | 14 R/cloudhsmv2_operations.R | 178 R/cloudhsmv2_service.R | 6 R/cognitoidentity_operations.R | 161 R/cognitoidentity_service.R | 26 R/cognitoidentityprovider_interfaces.R | 138 R/cognitoidentityprovider_operations.R | 4173 +++------- R/cognitoidentityprovider_service.R | 204 R/cognitosync_operations.R | 99 R/cognitosync_service.R | 24 R/detective_operations.R | 126 R/detective_service.R | 69 R/directoryservice_interfaces.R | 150 R/directoryservice_operations.R | 832 + R/directoryservice_service.R | 32 R/fms_operations.R | 311 R/fms_service.R | 12 R/guardduty_interfaces.R | 314 R/guardduty_operations.R | 3827 +++++++-- R/guardduty_service.R | 46 R/iam_interfaces.R | 136 R/iam_operations.R | 3872 +++------ R/iam_service.R | 45 R/iamrolesanywhere_interfaces.R | 74 R/iamrolesanywhere_operations.R | 124 R/iamrolesanywhere_service.R | 25 R/identitystore_interfaces.R | 26 R/identitystore_operations.R | 186 R/identitystore_service.R | 17 R/inspector2_interfaces.R | 314 R/inspector2_operations.R | 889 +- R/inspector2_service.R | 24 R/inspector_operations.R | 243 R/inspector_service.R | 7 R/kms_interfaces.R | 64 R/kms_operations.R | 2972 ++----- R/kms_service.R | 101 R/macie2_interfaces.R | 6 R/macie2_operations.R | 735 - R/macie2_service.R | 2 R/pcaconnectorad_interfaces.R | 6 R/pcaconnectorad_operations.R | 172 R/pcaconnectorad_service.R | 9 R/ram_interfaces.R | 20 R/ram_operations.R | 1193 -- R/ram_service.R | 19 R/secretsmanager_interfaces.R | 12 R/secretsmanager_operations.R | 662 - R/secretsmanager_service.R | 39 R/securityhub_interfaces.R | 396 R/securityhub_operations.R | 1932 +++- R/securityhub_service.R | 228 R/securitylake_operations.R | 140 R/securitylake_service.R | 43 R/shield_operations.R | 312 R/shield_service.R | 9 R/sso_operations.R | 26 R/sso_service.R | 25 R/ssoadmin_interfaces.R | 204 R/ssoadmin_operations.R | 986 +- R/ssoadmin_service.R | 49 R/ssooidc_interfaces.R | 2 R/ssooidc_operations.R | 147 R/ssooidc_service.R | 60 R/sts_interfaces.R | 24 R/sts_operations.R | 819 - R/sts_service.R | 12 R/verifiedpermissions_interfaces.R | 122 R/verifiedpermissions_operations.R | 939 +- R/verifiedpermissions_service.R | 94 R/waf_operations.R | 723 - R/waf_service.R | 24 R/wafregional_operations.R | 764 - R/wafregional_service.R | 28 R/wafv2_interfaces.R | 38 R/wafv2_operations.R | 1350 +-- R/wafv2_service.R | 69 man/accessanalyzer.Rd | 45 man/accessanalyzer_cancel_policy_generation.Rd | 8 man/accessanalyzer_check_access_not_granted.Rd | 17 man/accessanalyzer_check_no_new_access.Rd | 10 man/accessanalyzer_check_no_public_access.Rd | 7 man/accessanalyzer_create_access_preview.Rd | 9 man/accessanalyzer_create_analyzer.Rd | 27 man/accessanalyzer_create_service_linked_analyzer.Rd |only man/accessanalyzer_delete_archive_rule.Rd | 3 man/accessanalyzer_delete_service_linked_analyzer.Rd |only man/accessanalyzer_generate_finding_recommendation.Rd | 3 man/accessanalyzer_get_access_preview.Rd | 3 man/accessanalyzer_get_analyzed_resource.Rd | 3 man/accessanalyzer_get_finding.Rd | 3 man/accessanalyzer_get_finding_recommendation.Rd | 3 man/accessanalyzer_get_finding_v2.Rd | 3 man/accessanalyzer_get_findings_statistics.Rd | 3 man/accessanalyzer_get_generated_policy.Rd | 22 man/accessanalyzer_list_access_preview_findings.Rd | 3 man/accessanalyzer_list_access_previews.Rd | 3 man/accessanalyzer_list_analyzed_resources.Rd | 3 man/accessanalyzer_list_findings.Rd | 3 man/accessanalyzer_list_findings_v2.Rd | 5 man/accessanalyzer_list_policy_generations.Rd | 4 man/accessanalyzer_start_policy_generation.Rd | 16 man/accessanalyzer_start_resource_scan.Rd | 7 man/accessanalyzer_update_analyzer.Rd | 2 man/accessanalyzer_update_archive_rule.Rd | 3 man/accessanalyzer_update_findings.Rd | 7 man/accessanalyzer_validate_policy.Rd | 34 man/account.Rd | 3 man/account_accept_primary_email_update.Rd | 23 man/account_delete_alternate_contact.Rd | 28 man/account_disable_region.Rd | 27 man/account_enable_region.Rd | 28 man/account_get_account_information.Rd |only man/account_get_alternate_contact.Rd | 28 man/account_get_contact_information.Rd | 20 man/account_get_gov_cloud_account_information.Rd |only man/account_get_primary_email.Rd | 12 man/account_get_region_opt_status.Rd | 24 man/account_list_regions.Rd | 40 man/account_put_account_name.Rd |only man/account_put_alternate_contact.Rd | 44 man/account_put_contact_information.Rd | 25 man/account_start_primary_email_update.Rd | 15 man/acm.Rd | 8 man/acm_add_tags_to_certificate.Rd | 3 man/acm_delete_certificate.Rd | 5 man/acm_describe_certificate.Rd | 3 man/acm_export_certificate.Rd | 15 man/acm_import_certificate.Rd | 4 man/acm_list_certificates.Rd | 23 man/acm_list_tags_for_certificate.Rd | 3 man/acm_put_account_configuration.Rd | 8 man/acm_remove_tags_from_certificate.Rd | 3 man/acm_renew_certificate.Rd | 5 man/acm_request_certificate.Rd | 108 man/acm_resend_validation_email.Rd | 18 man/acm_revoke_certificate.Rd |only man/acm_search_certificates.Rd |only man/acm_update_certificate_options.Rd | 9 man/acmpca.Rd | 25 man/acmpca_create_certificate_authority.Rd | 67 man/acmpca_create_certificate_authority_audit_report.Rd | 6 man/acmpca_create_permission.Rd | 14 man/acmpca_delete_certificate_authority.Rd | 7 man/acmpca_delete_permission.Rd | 9 man/acmpca_delete_policy.Rd | 6 man/acmpca_describe_certificate_authority.Rd | 4 man/acmpca_describe_certificate_authority_audit_report.Rd | 7 man/acmpca_get_certificate.Rd | 9 man/acmpca_get_certificate_authority_csr.Rd | 4 man/acmpca_get_policy.Rd | 7 man/acmpca_import_certificate_authority_certificate.Rd | 17 man/acmpca_issue_certificate.Rd | 126 man/acmpca_list_certificate_authorities.Rd | 16 man/acmpca_list_permissions.Rd | 19 man/acmpca_list_tags.Rd | 14 man/acmpca_put_policy.Rd | 12 man/acmpca_restore_certificate_authority.Rd | 4 man/acmpca_revoke_certificate.Rd | 15 man/acmpca_tag_certificate_authority.Rd | 4 man/acmpca_untag_certificate_authority.Rd | 4 man/acmpca_update_certificate_authority.Rd | 42 man/cleanroomsml.Rd | 17 man/cleanroomsml_cancel_trained_model.Rd | 13 man/cleanroomsml_cancel_trained_model_inference_job.Rd | 6 man/cleanroomsml_create_audience_model.Rd | 30 man/cleanroomsml_create_configured_audience_model.Rd | 63 man/cleanroomsml_create_configured_model_algorithm.Rd | 34 man/cleanroomsml_create_configured_model_algorithm_association.Rd | 33 man/cleanroomsml_create_ml_input_channel.Rd | 32 man/cleanroomsml_create_trained_model.Rd | 55 man/cleanroomsml_create_training_dataset.Rd | 36 man/cleanroomsml_delete_audience_generation_job.Rd | 3 man/cleanroomsml_delete_audience_model.Rd | 3 man/cleanroomsml_delete_configured_audience_model.Rd | 3 man/cleanroomsml_delete_configured_audience_model_policy.Rd | 3 man/cleanroomsml_delete_configured_model_algorithm.Rd | 3 man/cleanroomsml_delete_configured_model_algorithm_association.Rd | 6 man/cleanroomsml_delete_ml_configuration.Rd | 3 man/cleanroomsml_delete_ml_input_channel_data.Rd | 6 man/cleanroomsml_delete_trained_model_output.Rd | 18 man/cleanroomsml_delete_training_dataset.Rd | 3 man/cleanroomsml_get_audience_generation_job.Rd | 3 man/cleanroomsml_get_audience_model.Rd | 3 man/cleanroomsml_get_collab_config_model_algori_associ.Rd | 6 man/cleanroomsml_get_collaboration_ml_input_channel.Rd | 6 man/cleanroomsml_get_collaboration_trained_model.Rd | 11 man/cleanroomsml_get_configured_audience_model.Rd | 3 man/cleanroomsml_get_configured_audience_model_policy.Rd | 3 man/cleanroomsml_get_configured_model_algorithm.Rd | 3 man/cleanroomsml_get_configured_model_algorithm_association.Rd | 6 man/cleanroomsml_get_ml_configuration.Rd | 3 man/cleanroomsml_get_ml_input_channel.Rd | 6 man/cleanroomsml_get_trained_model.Rd | 14 man/cleanroomsml_get_trained_model_inference_job.Rd | 6 man/cleanroomsml_get_training_dataset.Rd | 3 man/cleanroomsml_list_audience_export_jobs.Rd | 6 man/cleanroomsml_list_audience_generation_jobs.Rd | 9 man/cleanroomsml_list_audience_models.Rd | 3 man/cleanroomsml_list_collab_config_model_algori_associ.Rd | 6 man/cleanroomsml_list_collaboration_ml_input_channels.Rd | 6 man/cleanroomsml_list_collaboration_trained_model_export_jobs.Rd | 14 man/cleanroomsml_list_collaboration_trained_model_inference_jobs.Rd | 14 man/cleanroomsml_list_collaboration_trained_models.Rd | 6 man/cleanroomsml_list_configured_audience_models.Rd | 3 man/cleanroomsml_list_configured_model_algorithm_associations.Rd | 6 man/cleanroomsml_list_configured_model_algorithms.Rd | 3 man/cleanroomsml_list_ml_input_channels.Rd | 6 man/cleanroomsml_list_tags_for_resource.Rd | 3 man/cleanroomsml_list_trained_model_inference_jobs.Rd | 11 man/cleanroomsml_list_trained_model_versions.Rd |only man/cleanroomsml_list_trained_models.Rd | 6 man/cleanroomsml_list_training_datasets.Rd | 3 man/cleanroomsml_put_configured_audience_model_policy.Rd | 6 man/cleanroomsml_put_ml_configuration.Rd | 3 man/cleanroomsml_start_audience_export_job.Rd | 5 man/cleanroomsml_start_audience_generation_job.Rd | 27 man/cleanroomsml_start_trained_model_export_job.Rd | 9 man/cleanroomsml_start_trained_model_inference_job.Rd | 50 man/cleanroomsml_tag_resource.Rd | 24 man/cleanroomsml_untag_resource.Rd | 3 man/cleanroomsml_update_configured_audience_model.Rd | 9 man/clouddirectory.Rd | 7 man/clouddirectory_add_facet_to_object.Rd | 6 man/clouddirectory_apply_schema.Rd | 6 man/clouddirectory_attach_object.Rd | 3 man/clouddirectory_attach_policy.Rd | 6 man/clouddirectory_attach_to_index.Rd | 3 man/clouddirectory_attach_typed_link.Rd | 3 man/clouddirectory_batch_read.Rd | 7 man/clouddirectory_batch_write.Rd | 3 man/clouddirectory_create_directory.Rd | 3 man/clouddirectory_create_facet.Rd | 15 man/clouddirectory_create_index.Rd | 6 man/clouddirectory_create_object.Rd | 12 man/clouddirectory_create_schema.Rd | 3 man/clouddirectory_create_typed_link_facet.Rd | 3 man/clouddirectory_delete_facet.Rd | 3 man/clouddirectory_delete_object.Rd | 3 man/clouddirectory_delete_schema.Rd | 3 man/clouddirectory_delete_typed_link_facet.Rd | 3 man/clouddirectory_detach_from_index.Rd | 3 man/clouddirectory_detach_object.Rd | 6 man/clouddirectory_detach_policy.Rd | 6 man/clouddirectory_detach_typed_link.Rd | 3 man/clouddirectory_get_facet.Rd | 3 man/clouddirectory_get_link_attributes.Rd | 6 man/clouddirectory_get_object_attributes.Rd | 6 man/clouddirectory_get_typed_link_facet_information.Rd | 3 man/clouddirectory_list_applied_schema_arns.Rd | 5 man/clouddirectory_list_directories.Rd | 3 man/clouddirectory_list_incoming_typed_links.Rd | 11 man/clouddirectory_list_index.Rd | 3 man/clouddirectory_list_managed_schema_arns.Rd | 3 man/clouddirectory_list_object_attributes.Rd | 16 man/clouddirectory_list_object_children.Rd | 13 man/clouddirectory_list_object_parent_paths.Rd | 3 man/clouddirectory_list_object_parents.Rd | 16 man/clouddirectory_list_object_policies.Rd | 10 man/clouddirectory_list_outgoing_typed_links.Rd | 11 man/clouddirectory_list_policy_attachments.Rd | 10 man/clouddirectory_list_published_schema_arns.Rd | 5 man/clouddirectory_list_tags_for_resource.Rd | 9 man/clouddirectory_list_typed_link_facet_attributes.Rd | 3 man/clouddirectory_list_typed_link_facet_names.Rd | 3 man/clouddirectory_lookup_policy.Rd | 6 man/clouddirectory_publish_schema.Rd | 13 man/clouddirectory_tag_resource.Rd | 3 man/clouddirectory_untag_resource.Rd | 3 man/clouddirectory_update_facet.Rd | 10 man/clouddirectory_update_link_attributes.Rd | 4 man/clouddirectory_update_object_attributes.Rd | 3 man/clouddirectory_update_schema.Rd | 3 man/clouddirectory_update_typed_link_facet.Rd | 13 man/clouddirectory_upgrade_applied_schema.Rd | 5 man/clouddirectory_upgrade_published_schema.Rd | 9 man/cloudhsm.Rd | 7 man/cloudhsm_add_tags_to_resource.Rd | 2 man/cloudhsm_create_hapg.Rd | 2 man/cloudhsm_create_hsm.Rd | 20 man/cloudhsm_create_luna_client.Rd | 5 man/cloudhsm_delete_hapg.Rd | 2 man/cloudhsm_delete_hsm.Rd | 2 man/cloudhsm_delete_luna_client.Rd | 2 man/cloudhsm_describe_hapg.Rd | 2 man/cloudhsm_describe_hsm.Rd | 8 man/cloudhsm_describe_luna_client.Rd | 2 man/cloudhsm_get_config.Rd | 5 man/cloudhsm_list_available_zones.Rd | 2 man/cloudhsm_list_hapgs.Rd | 6 man/cloudhsm_list_hsms.Rd | 5 man/cloudhsm_list_luna_clients.Rd | 6 man/cloudhsm_list_tags_for_resource.Rd | 2 man/cloudhsm_modify_hapg.Rd | 5 man/cloudhsm_modify_hsm.Rd | 15 man/cloudhsm_modify_luna_client.Rd | 2 man/cloudhsm_remove_tags_from_resource.Rd | 6 man/cloudhsmv2.Rd | 3 man/cloudhsmv2_copy_backup_to_region.Rd | 5 man/cloudhsmv2_create_cluster.Rd | 21 man/cloudhsmv2_create_hsm.Rd | 12 man/cloudhsmv2_delete_backup.Rd | 3 man/cloudhsmv2_delete_cluster.Rd | 3 man/cloudhsmv2_delete_hsm.Rd | 9 man/cloudhsmv2_delete_resource_policy.Rd | 3 man/cloudhsmv2_describe_backups.Rd | 44 man/cloudhsmv2_describe_clusters.Rd | 17 man/cloudhsmv2_get_resource_policy.Rd | 3 man/cloudhsmv2_initialize_cluster.Rd | 13 man/cloudhsmv2_list_tags.Rd | 11 man/cloudhsmv2_modify_backup_attributes.Rd | 8 man/cloudhsmv2_modify_cluster.Rd | 3 man/cloudhsmv2_put_resource_policy.Rd | 6 man/cloudhsmv2_restore_backup.Rd | 3 man/cloudhsmv2_tag_resource.Rd | 4 man/cloudhsmv2_untag_resource.Rd | 7 man/cognitoidentity.Rd | 22 man/cognitoidentity_create_identity_pool.Rd | 22 man/cognitoidentity_get_credentials_for_identity.Rd | 19 man/cognitoidentity_get_id.Rd | 13 man/cognitoidentity_get_open_id_token.Rd | 6 man/cognitoidentity_get_open_id_token_for_developer_identity.Rd | 24 man/cognitoidentity_get_principal_tag_attribute_map.Rd | 3 man/cognitoidentity_list_identities.Rd | 4 man/cognitoidentity_list_tags_for_resource.Rd | 3 man/cognitoidentity_lookup_developer_identity.Rd | 13 man/cognitoidentity_merge_developer_identities.Rd | 13 man/cognitoidentity_set_identity_pool_roles.Rd | 9 man/cognitoidentity_set_principal_tag_attribute_map.Rd | 3 man/cognitoidentity_unlink_developer_identity.Rd | 3 man/cognitoidentity_unlink_identity.Rd | 3 man/cognitoidentity_update_identity_pool.Rd | 16 man/cognitoidentityprovider.Rd | 183 man/cognitoidentityprovider_add_custom_attributes.Rd | 26 man/cognitoidentityprovider_add_user_pool_client_secret.Rd |only man/cognitoidentityprovider_admin_add_user_to_group.Rd | 9 man/cognitoidentityprovider_admin_confirm_sign_up.Rd | 42 man/cognitoidentityprovider_admin_create_user.Rd | 176 man/cognitoidentityprovider_admin_delete_user.Rd | 6 man/cognitoidentityprovider_admin_delete_user_attributes.Rd | 14 man/cognitoidentityprovider_admin_disable_provider_for_user.Rd | 5 man/cognitoidentityprovider_admin_disable_user.Rd | 6 man/cognitoidentityprovider_admin_enable_user.Rd | 10 man/cognitoidentityprovider_admin_forget_device.Rd | 11 man/cognitoidentityprovider_admin_get_device.Rd | 15 man/cognitoidentityprovider_admin_get_user.Rd | 13 man/cognitoidentityprovider_admin_initiate_auth.Rd | 155 man/cognitoidentityprovider_admin_link_provider_for_user.Rd | 63 man/cognitoidentityprovider_admin_list_devices.Rd | 16 man/cognitoidentityprovider_admin_list_groups_for_user.Rd | 16 man/cognitoidentityprovider_admin_list_user_auth_events.Rd | 20 man/cognitoidentityprovider_admin_remove_user_from_group.Rd | 16 man/cognitoidentityprovider_admin_reset_user_password.Rd | 42 man/cognitoidentityprovider_admin_respond_to_auth_challenge.Rd | 168 man/cognitoidentityprovider_admin_set_user_mfa_preference.Rd | 22 man/cognitoidentityprovider_admin_set_user_password.Rd | 15 man/cognitoidentityprovider_admin_set_user_settings.Rd | 14 man/cognitoidentityprovider_admin_update_auth_event_feedback.Rd | 26 man/cognitoidentityprovider_admin_update_device_status.Rd | 12 man/cognitoidentityprovider_admin_update_user_attributes.Rd | 61 man/cognitoidentityprovider_admin_user_global_sign_out.Rd | 6 man/cognitoidentityprovider_associate_software_token.Rd | 12 man/cognitoidentityprovider_change_password.Rd | 11 man/cognitoidentityprovider_complete_web_authn_registration.Rd | 12 man/cognitoidentityprovider_confirm_device.Rd | 6 man/cognitoidentityprovider_confirm_forgot_password.Rd | 64 man/cognitoidentityprovider_confirm_sign_up.Rd | 82 man/cognitoidentityprovider_create_group.Rd | 32 man/cognitoidentityprovider_create_identity_provider.Rd | 76 man/cognitoidentityprovider_create_managed_login_branding.Rd | 40 man/cognitoidentityprovider_create_resource_server.Rd | 14 man/cognitoidentityprovider_create_terms.Rd |only man/cognitoidentityprovider_create_user_import_job.Rd | 6 man/cognitoidentityprovider_create_user_pool.Rd | 197 man/cognitoidentityprovider_create_user_pool_client.Rd | 316 man/cognitoidentityprovider_create_user_pool_domain.Rd | 32 man/cognitoidentityprovider_delete_managed_login_branding.Rd | 3 man/cognitoidentityprovider_delete_terms.Rd |only man/cognitoidentityprovider_delete_user.Rd | 7 man/cognitoidentityprovider_delete_user_attributes.Rd | 13 man/cognitoidentityprovider_delete_user_pool_client_secret.Rd |only man/cognitoidentityprovider_delete_user_pool_domain.Rd | 4 man/cognitoidentityprovider_delete_web_authn_credential.Rd | 11 man/cognitoidentityprovider_desc_mana_logi_bran_by_clie.Rd | 10 man/cognitoidentityprovider_describe_managed_login_branding.Rd | 10 man/cognitoidentityprovider_describe_resource_server.Rd | 9 man/cognitoidentityprovider_describe_risk_configuration.Rd | 12 man/cognitoidentityprovider_describe_terms.Rd |only man/cognitoidentityprovider_describe_user_pool_client.Rd | 3 man/cognitoidentityprovider_describe_user_pool_domain.Rd | 4 man/cognitoidentityprovider_forget_device.Rd | 10 man/cognitoidentityprovider_forgot_password.Rd | 62 man/cognitoidentityprovider_get_csv_header.Rd | 8 man/cognitoidentityprovider_get_device.Rd | 10 man/cognitoidentityprovider_get_group.Rd | 9 man/cognitoidentityprovider_get_identity_provider_by_identifier.Rd | 10 man/cognitoidentityprovider_get_log_delivery_configuration.Rd | 7 man/cognitoidentityprovider_get_signing_certificate.Rd | 6 man/cognitoidentityprovider_get_tokens_from_refresh_token.Rd |only man/cognitoidentityprovider_get_ui_customization.Rd | 10 man/cognitoidentityprovider_get_user.Rd | 8 man/cognitoidentityprovider_get_user_attribute_verification_code.Rd | 40 man/cognitoidentityprovider_get_user_auth_factors.Rd | 3 man/cognitoidentityprovider_get_user_pool_mfa_config.Rd | 7 man/cognitoidentityprovider_global_sign_out.Rd | 3 man/cognitoidentityprovider_initiate_auth.Rd | 164 man/cognitoidentityprovider_list_devices.Rd | 18 man/cognitoidentityprovider_list_groups.Rd | 12 man/cognitoidentityprovider_list_identity_providers.Rd | 11 man/cognitoidentityprovider_list_resource_servers.Rd | 10 man/cognitoidentityprovider_list_tags_for_resource.Rd | 5 man/cognitoidentityprovider_list_terms.Rd |only man/cognitoidentityprovider_list_user_import_jobs.Rd | 15 man/cognitoidentityprovider_list_user_pool_client_secrets.Rd |only man/cognitoidentityprovider_list_user_pool_clients.Rd | 11 man/cognitoidentityprovider_list_user_pools.Rd | 12 man/cognitoidentityprovider_list_users.Rd | 79 man/cognitoidentityprovider_list_users_in_group.Rd | 15 man/cognitoidentityprovider_list_web_authn_credentials.Rd | 16 man/cognitoidentityprovider_resend_confirmation_code.Rd | 63 man/cognitoidentityprovider_respond_to_auth_challenge.Rd | 157 man/cognitoidentityprovider_revoke_token.Rd | 5 man/cognitoidentityprovider_set_log_delivery_configuration.Rd | 2 man/cognitoidentityprovider_set_risk_configuration.Rd | 20 man/cognitoidentityprovider_set_ui_customization.Rd | 14 man/cognitoidentityprovider_set_user_mfa_preference.Rd | 19 man/cognitoidentityprovider_set_user_pool_mfa_config.Rd | 36 man/cognitoidentityprovider_set_user_settings.Rd | 8 man/cognitoidentityprovider_sign_up.Rd | 86 man/cognitoidentityprovider_start_user_import_job.Rd | 9 man/cognitoidentityprovider_start_web_authn_registration.Rd | 9 man/cognitoidentityprovider_stop_user_import_job.Rd | 9 man/cognitoidentityprovider_tag_resource.Rd | 2 man/cognitoidentityprovider_untag_resource.Rd | 9 man/cognitoidentityprovider_update_auth_event_feedback.Rd | 25 man/cognitoidentityprovider_update_device_status.Rd | 13 man/cognitoidentityprovider_update_group.Rd | 22 man/cognitoidentityprovider_update_identity_provider.Rd | 64 man/cognitoidentityprovider_update_managed_login_branding.Rd | 35 man/cognitoidentityprovider_update_resource_server.Rd | 19 man/cognitoidentityprovider_update_terms.Rd |only man/cognitoidentityprovider_update_user_attributes.Rd | 51 man/cognitoidentityprovider_update_user_pool.Rd | 148 man/cognitoidentityprovider_update_user_pool_client.Rd | 313 man/cognitoidentityprovider_update_user_pool_domain.Rd | 28 man/cognitoidentityprovider_verify_software_token.Rd | 19 man/cognitoidentityprovider_verify_user_attribute.Rd | 12 man/cognitosync.Rd | 19 man/cognitosync_bulk_publish.Rd | 4 man/cognitosync_delete_dataset.Rd | 11 man/cognitosync_describe_dataset.Rd | 11 man/cognitosync_describe_identity_pool_usage.Rd | 4 man/cognitosync_describe_identity_usage.Rd | 8 man/cognitosync_get_bulk_publish_details.Rd | 4 man/cognitosync_get_identity_pool_configuration.Rd | 4 man/cognitosync_list_datasets.Rd | 8 man/cognitosync_list_records.Rd | 11 man/cognitosync_register_device.Rd | 4 man/cognitosync_set_identity_pool_configuration.Rd | 4 man/cognitosync_subscribe_to_dataset.Rd | 4 man/cognitosync_unsubscribe_from_dataset.Rd | 4 man/cognitosync_update_records.Rd | 20 man/detective.Rd | 61 man/detective_accept_invitation.Rd | 3 man/detective_batch_get_graph_member_datasources.Rd | 3 man/detective_create_graph.Rd | 5 man/detective_create_members.Rd | 16 man/detective_delete_members.Rd | 4 man/detective_disassociate_membership.Rd | 3 man/detective_enable_organization_admin_account.Rd | 3 man/detective_get_members.Rd | 8 man/detective_list_datasource_packages.Rd | 4 man/detective_list_graphs.Rd | 8 man/detective_list_indicators.Rd | 11 man/detective_list_investigations.Rd | 8 man/detective_list_invitations.Rd | 8 man/detective_list_members.Rd | 11 man/detective_list_organization_admin_accounts.Rd | 4 man/detective_reject_invitation.Rd | 3 man/detective_start_investigation.Rd | 6 man/detective_start_monitoring_member.Rd | 3 man/detective_tag_resource.Rd | 5 man/detective_untag_resource.Rd | 3 man/detective_update_investigation_state.Rd | 3 man/detective_update_organization_configuration.Rd | 3 man/directoryservice.Rd | 28 man/directoryservice_accept_shared_directory.Rd | 3 man/directoryservice_add_ip_routes.Rd | 63 man/directoryservice_add_region.Rd | 8 man/directoryservice_connect_directory.Rd | 11 man/directoryservice_create_alias.Rd | 4 man/directoryservice_create_computer.Rd | 9 man/directoryservice_create_conditional_forwarder.Rd | 14 man/directoryservice_create_directory.Rd | 40 man/directoryservice_create_hybrid_ad.Rd |only man/directoryservice_create_log_subscription.Rd | 6 man/directoryservice_create_microsoft_ad.Rd | 34 man/directoryservice_create_trust.Rd | 15 man/directoryservice_delete_ad_assessment.Rd |only man/directoryservice_delete_conditional_forwarder.Rd | 3 man/directoryservice_deregister_event_topic.Rd | 6 man/directoryservice_describe_ad_assessment.Rd |only man/directoryservice_describe_ca_enrollment_policy.Rd |only man/directoryservice_describe_client_authentication_settings.Rd | 13 man/directoryservice_describe_conditional_forwarders.Rd | 7 man/directoryservice_describe_directories.Rd | 12 man/directoryservice_describe_domain_controllers.Rd | 10 man/directoryservice_describe_event_topics.Rd | 8 man/directoryservice_describe_hybrid_ad_update.Rd |only man/directoryservice_describe_ldaps_settings.Rd | 3 man/directoryservice_describe_regions.Rd | 4 man/directoryservice_describe_settings.Rd | 4 man/directoryservice_describe_shared_directories.Rd | 5 man/directoryservice_describe_snapshots.Rd | 11 man/directoryservice_describe_trusts.Rd | 11 man/directoryservice_describe_update_directory.Rd | 5 man/directoryservice_disable_ca_enrollment_policy.Rd |only man/directoryservice_disable_client_authentication.Rd | 3 man/directoryservice_disable_directory_data_access.Rd | 2 man/directoryservice_disable_ldaps.Rd | 3 man/directoryservice_disable_sso.Rd | 14 man/directoryservice_enable_ca_enrollment_policy.Rd |only man/directoryservice_enable_client_authentication.Rd | 5 man/directoryservice_enable_directory_data_access.Rd | 2 man/directoryservice_enable_ldaps.Rd | 3 man/directoryservice_enable_radius.Rd | 3 man/directoryservice_enable_sso.Rd | 14 man/directoryservice_list_ad_assessments.Rd |only man/directoryservice_list_certificates.Rd | 5 man/directoryservice_list_ip_routes.Rd | 10 man/directoryservice_list_log_subscriptions.Rd | 6 man/directoryservice_list_schema_extensions.Rd | 7 man/directoryservice_register_certificate.Rd | 7 man/directoryservice_register_event_topic.Rd | 7 man/directoryservice_reject_shared_directory.Rd | 3 man/directoryservice_remove_ip_routes.Rd | 13 man/directoryservice_remove_region.Rd | 3 man/directoryservice_reset_user_password.Rd | 3 man/directoryservice_share_directory.Rd | 16 man/directoryservice_start_ad_assessment.Rd |only man/directoryservice_start_schema_extension.Rd | 11 man/directoryservice_unshare_directory.Rd | 6 man/directoryservice_update_conditional_forwarder.Rd | 14 man/directoryservice_update_directory_setup.Rd | 21 man/directoryservice_update_hybrid_ad.Rd |only man/directoryservice_update_number_of_domain_controllers.Rd | 3 man/directoryservice_update_radius.Rd | 6 man/fms.Rd | 8 man/fms_associate_admin_account.Rd | 6 man/fms_batch_associate_resource.Rd | 7 man/fms_batch_disassociate_resource.Rd | 7 man/fms_delete_apps_list.Rd | 5 man/fms_delete_policy.Rd | 24 man/fms_delete_protocols_list.Rd | 5 man/fms_delete_resource_set.Rd | 3 man/fms_get_apps_list.Rd | 6 man/fms_get_compliance_detail.Rd | 7 man/fms_get_protection_status.Rd | 26 man/fms_get_protocols_list.Rd | 6 man/fms_get_resource_set.Rd | 3 man/fms_get_violation_details.Rd | 9 man/fms_list_admin_accounts_for_organization.Rd | 11 man/fms_list_admins_managing_account.Rd | 11 man/fms_list_apps_lists.Rd | 17 man/fms_list_compliance_status.Rd | 15 man/fms_list_discovered_resources.Rd | 15 man/fms_list_member_accounts.Rd | 13 man/fms_list_policies.Rd | 15 man/fms_list_protocols_lists.Rd | 17 man/fms_list_resource_set_resources.Rd | 14 man/fms_list_resource_sets.Rd | 11 man/fms_list_tags_for_resource.Rd | 4 man/fms_list_third_party_firewall_firewall_policies.Rd | 16 man/fms_put_admin_account.Rd | 12 man/fms_put_notification_channel.Rd | 6 man/fms_put_resource_set.Rd | 7 man/fms_tag_resource.Rd | 4 man/fms_untag_resource.Rd | 4 man/guardduty.Rd | 46 man/guardduty_accept_administrator_invitation.Rd | 6 man/guardduty_accept_invitation.Rd | 10 man/guardduty_archive_findings.Rd | 7 man/guardduty_create_detector.Rd | 4 man/guardduty_create_filter.Rd | 732 + man/guardduty_create_ip_set.Rd | 18 man/guardduty_create_malware_protection_plan.Rd | 10 man/guardduty_create_members.Rd | 10 man/guardduty_create_publishing_destination.Rd | 18 man/guardduty_create_sample_findings.Rd | 4 man/guardduty_create_threat_entity_set.Rd |only man/guardduty_create_threat_intel_set.Rd | 21 man/guardduty_create_trusted_entity_set.Rd |only man/guardduty_decline_invitations.Rd | 4 man/guardduty_delete_detector.Rd | 4 man/guardduty_delete_filter.Rd | 4 man/guardduty_delete_invitations.Rd | 4 man/guardduty_delete_ip_set.Rd | 4 man/guardduty_delete_members.Rd | 10 man/guardduty_delete_publishing_destination.Rd | 7 man/guardduty_delete_threat_entity_set.Rd |only man/guardduty_delete_threat_intel_set.Rd | 7 man/guardduty_delete_trusted_entity_set.Rd |only man/guardduty_describe_malware_scans.Rd | 20 man/guardduty_describe_organization_configuration.Rd | 16 man/guardduty_describe_publishing_destination.Rd | 7 man/guardduty_disable_organization_admin_account.Rd | 3 man/guardduty_disassociate_members.Rd | 6 man/guardduty_enable_organization_admin_account.Rd | 3 man/guardduty_get_coverage_statistics.Rd | 4 man/guardduty_get_detector.Rd | 4 man/guardduty_get_filter.Rd | 4 man/guardduty_get_findings.Rd | 7 man/guardduty_get_findings_statistics.Rd | 13 man/guardduty_get_ip_set.Rd | 4 man/guardduty_get_malware_scan.Rd |only man/guardduty_get_malware_scan_settings.Rd | 4 man/guardduty_get_master_account.Rd | 4 man/guardduty_get_member_detectors.Rd | 4 man/guardduty_get_members.Rd | 10 man/guardduty_get_remaining_free_trial_days.Rd | 8 man/guardduty_get_threat_entity_set.Rd |only man/guardduty_get_threat_intel_set.Rd | 7 man/guardduty_get_trusted_entity_set.Rd |only man/guardduty_get_usage_statistics.Rd | 15 man/guardduty_invite_members.Rd | 17 man/guardduty_list_coverage.Rd | 12 man/guardduty_list_detectors.Rd | 9 man/guardduty_list_filters.Rd | 13 man/guardduty_list_findings.Rd | 23 man/guardduty_list_invitations.Rd | 9 man/guardduty_list_ip_sets.Rd | 12 man/guardduty_list_malware_protection_plans.Rd | 6 man/guardduty_list_malware_scans.Rd |only man/guardduty_list_members.Rd | 19 man/guardduty_list_organization_admin_accounts.Rd | 5 man/guardduty_list_publishing_destinations.Rd | 12 man/guardduty_list_threat_entity_sets.Rd |only man/guardduty_list_threat_intel_sets.Rd | 17 man/guardduty_list_trusted_entity_sets.Rd |only man/guardduty_send_object_malware_scan.Rd |only man/guardduty_start_malware_scan.Rd | 15 man/guardduty_start_monitoring_members.Rd | 10 man/guardduty_stop_monitoring_members.Rd | 7 man/guardduty_tag_resource.Rd | 3 man/guardduty_unarchive_findings.Rd | 4 man/guardduty_update_detector.Rd | 11 man/guardduty_update_filter.Rd | 719 + man/guardduty_update_findings_feedback.Rd | 7 man/guardduty_update_ip_set.Rd | 15 man/guardduty_update_malware_protection_plan.Rd | 10 man/guardduty_update_malware_scan_settings.Rd | 10 man/guardduty_update_member_detectors.Rd | 7 man/guardduty_update_organization_configuration.Rd | 51 man/guardduty_update_publishing_destination.Rd | 10 man/guardduty_update_threat_entity_set.Rd |only man/guardduty_update_threat_intel_set.Rd | 15 man/guardduty_update_trusted_entity_set.Rd |only man/iam.Rd | 40 man/iam_accept_delegation_request.Rd |only man/iam_add_client_id_to_open_id_connect_provider.Rd | 9 man/iam_add_role_to_instance_profile.Rd | 8 man/iam_add_user_to_group.Rd | 8 man/iam_associate_delegation_request.Rd |only man/iam_attach_group_policy.Rd | 7 man/iam_attach_role_policy.Rd | 7 man/iam_attach_user_policy.Rd | 10 man/iam_change_password.Rd | 13 man/iam_create_access_key.Rd | 4 man/iam_create_account_alias.Rd | 4 man/iam_create_delegation_request.Rd |only man/iam_create_group.Rd | 17 man/iam_create_instance_profile.Rd | 37 man/iam_create_login_profile.Rd | 34 man/iam_create_open_id_connect_provider.Rd | 83 man/iam_create_policy.Rd | 68 man/iam_create_policy_version.Rd | 42 man/iam_create_role.Rd | 103 man/iam_create_saml_provider.Rd | 31 man/iam_create_service_linked_role.Rd | 20 man/iam_create_service_specific_credential.Rd | 21 man/iam_create_user.Rd | 49 man/iam_create_virtual_mfa_device.Rd | 42 man/iam_deactivate_mfa_device.Rd | 17 man/iam_delete_access_key.Rd | 10 man/iam_delete_account_alias.Rd | 4 man/iam_delete_group.Rd | 4 man/iam_delete_group_policy.Rd | 11 man/iam_delete_instance_profile.Rd | 4 man/iam_delete_login_profile.Rd | 16 man/iam_delete_open_id_connect_provider.Rd | 6 man/iam_delete_policy.Rd | 3 man/iam_delete_policy_version.Rd | 14 man/iam_delete_role.Rd | 4 man/iam_delete_role_permissions_boundary.Rd | 3 man/iam_delete_role_policy.Rd | 11 man/iam_delete_server_certificate.Rd | 4 man/iam_delete_service_specific_credential.Rd | 15 man/iam_delete_signing_certificate.Rd | 8 man/iam_delete_ssh_public_key.Rd | 7 man/iam_delete_user.Rd | 4 man/iam_delete_user_permissions_boundary.Rd | 3 man/iam_delete_user_policy.Rd | 11 man/iam_delete_virtual_mfa_device.Rd | 7 man/iam_detach_group_policy.Rd | 10 man/iam_detach_role_policy.Rd | 10 man/iam_detach_user_policy.Rd | 10 man/iam_disable_outbound_web_identity_federation.Rd |only man/iam_enable_mfa_device.Rd | 29 man/iam_enable_outbound_web_identity_federation.Rd |only man/iam_generate_organizations_access_report.Rd | 15 man/iam_generate_service_last_accessed_details.Rd | 11 man/iam_get_access_key_last_used.Rd | 3 man/iam_get_account_authorization_details.Rd | 23 man/iam_get_context_keys_for_custom_policy.Rd | 17 man/iam_get_context_keys_for_principal_policy.Rd | 28 man/iam_get_delegation_request.Rd |only man/iam_get_group.Rd | 19 man/iam_get_group_policy.Rd | 8 man/iam_get_human_readable_summary.Rd |only man/iam_get_instance_profile.Rd | 4 man/iam_get_login_profile.Rd | 10 man/iam_get_mfa_device.Rd | 4 man/iam_get_open_id_connect_provider.Rd | 9 man/iam_get_organizations_access_report.Rd | 23 man/iam_get_outbound_web_identity_federation_info.Rd |only man/iam_get_policy.Rd | 6 man/iam_get_policy_version.Rd | 11 man/iam_get_role.Rd | 4 man/iam_get_role_policy.Rd | 8 man/iam_get_saml_provider.Rd | 6 man/iam_get_server_certificate.Rd | 7 man/iam_get_service_last_accessed_details.Rd | 21 man/iam_get_service_last_accessed_details_with_entities.Rd | 30 man/iam_get_service_linked_role_deletion_status.Rd | 5 man/iam_get_ssh_public_key.Rd | 11 man/iam_get_user.Rd | 5 man/iam_get_user_policy.Rd | 8 man/iam_list_access_keys.Rd | 19 man/iam_list_account_aliases.Rd | 15 man/iam_list_attached_group_policies.Rd | 42 man/iam_list_attached_role_policies.Rd | 42 man/iam_list_attached_user_policies.Rd | 42 man/iam_list_delegation_requests.Rd |only man/iam_list_entities_for_policy.Rd | 57 man/iam_list_group_policies.Rd | 19 man/iam_list_groups.Rd | 27 man/iam_list_groups_for_user.Rd | 19 man/iam_list_instance_profile_tags.Rd | 19 man/iam_list_instance_profiles.Rd | 28 man/iam_list_instance_profiles_for_role.Rd | 19 man/iam_list_mfa_device_tags.Rd | 23 man/iam_list_mfa_devices.Rd | 19 man/iam_list_open_id_connect_provider_tags.Rd | 22 man/iam_list_policies.Rd | 54 man/iam_list_policies_granting_service_access.Rd | 18 man/iam_list_policy_tags.Rd | 19 man/iam_list_policy_versions.Rd | 21 man/iam_list_role_policies.Rd | 19 man/iam_list_role_tags.Rd | 19 man/iam_list_roles.Rd | 27 man/iam_list_saml_provider_tags.Rd | 22 man/iam_list_server_certificate_tags.Rd | 19 man/iam_list_server_certificates.Rd | 28 man/iam_list_service_specific_credentials.Rd | 26 man/iam_list_signing_certificates.Rd | 19 man/iam_list_ssh_public_keys.Rd | 23 man/iam_list_user_policies.Rd | 19 man/iam_list_user_tags.Rd | 19 man/iam_list_users.Rd | 28 man/iam_list_virtual_mfa_devices.Rd | 19 man/iam_put_group_policy.Rd | 28 man/iam_put_role_permissions_boundary.Rd | 16 man/iam_put_role_policy.Rd | 28 man/iam_put_user_permissions_boundary.Rd | 16 man/iam_put_user_policy.Rd | 28 man/iam_reject_delegation_request.Rd |only man/iam_remove_client_id_from_open_id_connect_provider.Rd | 13 man/iam_remove_role_from_instance_profile.Rd | 8 man/iam_remove_user_from_group.Rd | 8 man/iam_reset_service_specific_credential.Rd | 11 man/iam_resync_mfa_device.Rd | 8 man/iam_send_delegation_token.Rd |only man/iam_set_default_policy_version.Rd | 9 man/iam_set_security_token_service_preferences.Rd | 10 man/iam_simulate_custom_policy.Rd | 197 man/iam_simulate_principal_policy.Rd | 207 man/iam_tag_instance_profile.Rd | 7 man/iam_tag_mfa_device.Rd | 11 man/iam_tag_open_id_connect_provider.Rd | 10 man/iam_tag_policy.Rd | 10 man/iam_tag_role.Rd | 7 man/iam_tag_saml_provider.Rd | 10 man/iam_tag_server_certificate.Rd | 7 man/iam_tag_user.Rd | 7 man/iam_untag_instance_profile.Rd | 7 man/iam_untag_mfa_device.Rd | 11 man/iam_untag_open_id_connect_provider.Rd | 7 man/iam_untag_policy.Rd | 10 man/iam_untag_role.Rd | 7 man/iam_untag_saml_provider.Rd | 10 man/iam_untag_server_certificate.Rd | 10 man/iam_untag_user.Rd | 7 man/iam_update_access_key.Rd | 11 man/iam_update_account_password_policy.Rd | 97 man/iam_update_assume_role_policy.Rd | 22 man/iam_update_delegation_request.Rd |only man/iam_update_group.Rd | 24 man/iam_update_login_profile.Rd | 25 man/iam_update_open_id_connect_provider_thumbprint.Rd | 13 man/iam_update_role.Rd | 19 man/iam_update_saml_provider.Rd | 14 man/iam_update_server_certificate.Rd | 22 man/iam_update_service_specific_credential.Rd | 11 man/iam_update_signing_certificate.Rd | 11 man/iam_update_ssh_public_key.Rd | 11 man/iam_update_user.Rd | 24 man/iam_upload_server_certificate.Rd | 85 man/iam_upload_signing_certificate.Rd | 17 man/iam_upload_ssh_public_key.Rd | 22 man/iamrolesanywhere.Rd | 20 man/iamrolesanywhere_create_profile.Rd | 38 man/iamrolesanywhere_create_trust_anchor.Rd | 14 man/iamrolesanywhere_delete_attribute_mapping.Rd | 9 man/iamrolesanywhere_import_crl.Rd | 9 man/iamrolesanywhere_list_crls.Rd | 4 man/iamrolesanywhere_list_profiles.Rd | 4 man/iamrolesanywhere_list_subjects.Rd | 4 man/iamrolesanywhere_list_trust_anchors.Rd | 4 man/iamrolesanywhere_put_attribute_mapping.Rd | 8 man/iamrolesanywhere_put_notification_settings.Rd | 6 man/iamrolesanywhere_reset_notification_settings.Rd | 9 man/iamrolesanywhere_update_crl.Rd | 6 man/iamrolesanywhere_update_profile.Rd | 31 man/iamrolesanywhere_update_trust_anchor.Rd | 6 man/identitystore.Rd | 16 man/identitystore_create_group.Rd | 5 man/identitystore_create_group_membership.Rd | 4 man/identitystore_create_user.Rd | 52 man/identitystore_describe_group.Rd | 6 man/identitystore_describe_user.Rd | 10 man/identitystore_get_group_id.Rd | 6 man/identitystore_get_group_membership_id.Rd | 4 man/identitystore_get_user_id.Rd | 6 man/identitystore_list_group_memberships.Rd | 15 man/identitystore_list_group_memberships_for_member.Rd | 20 man/identitystore_list_groups.Rd | 23 man/identitystore_list_users.Rd | 26 man/identitystore_update_group.Rd | 9 man/identitystore_update_user.Rd | 9 man/inspector.Rd | 4 man/inspector2.Rd | 20 man/inspector2_associate_member.Rd | 5 man/inspector2_batch_associate_code_security_scan_configuration.Rd |only man/inspector2_batch_disass_code_securi_scan_config.Rd |only man/inspector2_batch_get_account_status.Rd | 3 man/inspector2_batch_get_code_snippet.Rd | 3 man/inspector2_batch_get_member_ec_2_deep_inspection_status.Rd | 6 man/inspector2_batch_update_member_ec_2_deep_inspection_status.Rd | 3 man/inspector2_create_cis_scan_configuration.Rd | 13 man/inspector2_create_code_security_integration.Rd |only man/inspector2_create_code_security_scan_configuration.Rd |only man/inspector2_create_filter.Rd | 15 man/inspector2_create_sbom_export.Rd | 10 man/inspector2_delete_code_security_integration.Rd |only man/inspector2_delete_code_security_scan_configuration.Rd |only man/inspector2_disable_delegated_admin_account.Rd | 3 man/inspector2_disassociate_member.Rd | 3 man/inspector2_enable.Rd | 6 man/inspector2_enable_delegated_admin_account.Rd | 9 man/inspector2_get_cis_scan_report.Rd | 9 man/inspector2_get_cis_scan_result_details.Rd | 24 man/inspector2_get_clusters_for_image.Rd |only man/inspector2_get_code_security_integration.Rd |only man/inspector2_get_code_security_scan.Rd |only man/inspector2_get_code_security_scan_configuration.Rd |only man/inspector2_get_encryption_key.Rd | 6 man/inspector2_get_member.Rd | 3 man/inspector2_list_account_permissions.Rd | 20 man/inspector2_list_cis_scan_configurations.Rd | 16 man/inspector2_list_cis_scan_resul_aggre_by_targe_resou.Rd | 22 man/inspector2_list_cis_scan_results_aggregated_by_checks.Rd | 22 man/inspector2_list_cis_scans.Rd | 19 man/inspector2_list_code_securi_scan_config_associ.Rd |only man/inspector2_list_code_security_integrations.Rd |only man/inspector2_list_code_security_scan_configurations.Rd |only man/inspector2_list_coverage.Rd | 19 man/inspector2_list_coverage_statistics.Rd | 8 man/inspector2_list_delegated_admin_accounts.Rd | 12 man/inspector2_list_filters.Rd | 22 man/inspector2_list_finding_aggregations.Rd | 26 man/inspector2_list_findings.Rd | 16 man/inspector2_list_members.Rd | 19 man/inspector2_list_usage_totals.Rd | 18 man/inspector2_reset_encryption_key.Rd | 6 man/inspector2_search_vulnerabilities.Rd | 5 man/inspector2_send_cis_session_telemetry.Rd | 6 man/inspector2_start_cis_session.Rd | 6 man/inspector2_start_code_security_scan.Rd |only man/inspector2_stop_cis_session.Rd | 6 man/inspector2_update_cis_scan_configuration.Rd | 7 man/inspector2_update_code_security_integration.Rd |only man/inspector2_update_code_security_scan_configuration.Rd |only man/inspector2_update_configuration.Rd | 10 man/inspector2_update_ec_2_deep_inspection_configuration.Rd | 9 man/inspector2_update_encryption_key.Rd | 6 man/inspector2_update_filter.Rd | 9 man/inspector2_update_org_ec_2_deep_inspection_configuration.Rd | 3 man/inspector2_update_organization_configuration.Rd | 3 man/inspector_add_attributes_to_findings.Rd | 3 man/inspector_create_assessment_target.Rd | 8 man/inspector_create_assessment_template.Rd | 16 man/inspector_create_exclusions_preview.Rd | 3 man/inspector_create_resource_group.Rd | 3 man/inspector_describe_assessment_targets.Rd | 3 man/inspector_describe_exclusions.Rd | 3 man/inspector_describe_findings.Rd | 3 man/inspector_get_assessment_report.Rd | 10 man/inspector_get_exclusions_preview.Rd | 16 man/inspector_get_telemetry_metadata.Rd | 3 man/inspector_list_assessment_run_agents.Rd | 17 man/inspector_list_assessment_runs.Rd | 20 man/inspector_list_assessment_targets.Rd | 16 man/inspector_list_assessment_templates.Rd | 19 man/inspector_list_event_subscriptions.Rd | 12 man/inspector_list_exclusions.Rd | 13 man/inspector_list_findings.Rd | 19 man/inspector_list_rules_packages.Rd | 9 man/inspector_list_tags_for_resource.Rd | 3 man/inspector_preview_agents.Rd | 9 man/inspector_register_cross_account_access_role.Rd | 3 man/inspector_remove_attributes_from_findings.Rd | 6 man/inspector_set_tags_for_resource.Rd | 3 man/inspector_start_assessment_run.Rd | 7 man/inspector_stop_assessment_run.Rd | 6 man/inspector_subscribe_to_event.Rd | 3 man/inspector_unsubscribe_from_event.Rd | 3 man/inspector_update_assessment_target.Rd | 3 man/kms.Rd | 84 man/kms_cancel_key_deletion.Rd | 6 man/kms_connect_custom_key_store.Rd | 7 man/kms_create_alias.Rd | 26 man/kms_create_custom_key_store.Rd | 202 man/kms_create_grant.Rd | 147 man/kms_create_key.Rd | 308 man/kms_decrypt.Rd | 112 man/kms_delete_alias.Rd | 3 man/kms_delete_custom_key_store.Rd | 7 man/kms_delete_imported_key_material.Rd | 17 man/kms_derive_shared_secret.Rd | 92 man/kms_describe_custom_key_stores.Rd | 34 man/kms_describe_key.Rd | 27 man/kms_disable_key.Rd | 8 man/kms_disable_key_rotation.Rd | 14 man/kms_disconnect_custom_key_store.Rd | 7 man/kms_enable_key.Rd | 8 man/kms_enable_key_rotation.Rd | 30 man/kms_encrypt.Rd | 65 man/kms_generate_data_key.Rd | 108 man/kms_generate_data_key_pair.Rd | 90 man/kms_generate_data_key_pair_without_plaintext.Rd | 56 man/kms_generate_data_key_without_plaintext.Rd | 66 man/kms_generate_mac.Rd | 25 man/kms_generate_random.Rd | 41 man/kms_get_key_last_usage.Rd |only man/kms_get_key_policy.Rd | 11 man/kms_get_key_rotation_status.Rd | 11 man/kms_get_parameters_for_import.Rd | 63 man/kms_get_public_key.Rd | 19 man/kms_import_key_material.Rd | 101 man/kms_list_aliases.Rd | 28 man/kms_list_grants.Rd | 42 man/kms_list_key_policies.Rd | 17 man/kms_list_key_rotations.Rd | 34 man/kms_list_keys.Rd | 11 man/kms_list_resource_tags.Rd | 20 man/kms_list_retirable_grants.Rd | 46 man/kms_put_key_policy.Rd | 66 man/kms_re_encrypt.Rd | 147 man/kms_replicate_key.Rd | 161 man/kms_retire_grant.Rd | 30 man/kms_revoke_grant.Rd | 22 man/kms_rotate_key_on_demand.Rd | 14 man/kms_schedule_key_deletion.Rd | 20 man/kms_sign.Rd | 100 man/kms_tag_resource.Rd | 18 man/kms_untag_resource.Rd | 8 man/kms_update_alias.Rd | 32 man/kms_update_custom_key_store.Rd | 144 man/kms_update_key_description.Rd | 9 man/kms_update_primary_region.Rd | 16 man/kms_verify.Rd | 100 man/kms_verify_mac.Rd | 34 man/macie2_accept_invitation.Rd | 8 man/macie2_batch_get_custom_data_identifiers.Rd | 3 man/macie2_batch_update_automated_discovery_accounts.Rd | 5 man/macie2_create_allow_list.Rd | 21 man/macie2_create_classification_job.Rd | 114 man/macie2_create_custom_data_identifier.Rd | 84 man/macie2_create_findings_filter.Rd | 48 man/macie2_create_invitations.Rd | 12 man/macie2_create_member.Rd | 7 man/macie2_create_sample_findings.Rd | 4 man/macie2_decline_invitations.Rd | 3 man/macie2_delete_allow_list.Rd | 13 man/macie2_delete_custom_data_identifier.Rd | 3 man/macie2_delete_findings_filter.Rd | 3 man/macie2_delete_invitations.Rd | 3 man/macie2_delete_member.Rd | 3 man/macie2_describe_buckets.Rd | 6 man/macie2_disable_organization_admin_account.Rd | 3 man/macie2_disassociate_member.Rd | 3 man/macie2_enable_macie.Rd | 10 man/macie2_enable_organization_admin_account.Rd | 6 man/macie2_get_allow_list.Rd | 3 man/macie2_get_classification_scope.Rd | 3 man/macie2_get_custom_data_identifier.Rd | 3 man/macie2_get_finding_statistics.Rd | 15 man/macie2_get_findings.Rd | 4 man/macie2_get_findings_filter.Rd | 3 man/macie2_get_member.Rd | 3 man/macie2_get_resource_profile.Rd | 3 man/macie2_get_sensitivity_inspection_template.Rd | 3 man/macie2_get_usage_statistics.Rd | 12 man/macie2_get_usage_totals.Rd | 6 man/macie2_list_allow_lists.Rd | 6 man/macie2_list_automated_discovery_accounts.Rd | 12 man/macie2_list_classification_jobs.Rd | 3 man/macie2_list_classification_scopes.Rd | 6 man/macie2_list_custom_data_identifiers.Rd | 3 man/macie2_list_findings.Rd | 3 man/macie2_list_findings_filters.Rd | 6 man/macie2_list_invitations.Rd | 6 man/macie2_list_managed_data_identifiers.Rd | 3 man/macie2_list_members.Rd | 11 man/macie2_list_organization_admin_accounts.Rd | 6 man/macie2_list_resource_profile_artifacts.Rd | 6 man/macie2_list_resource_profile_detections.Rd | 9 man/macie2_list_sensitivity_inspection_templates.Rd | 6 man/macie2_put_classification_export_configuration.Rd | 3 man/macie2_put_findings_publication_configuration.Rd | 6 man/macie2_search_resources.Rd | 9 man/macie2_tag_resource.Rd | 7 man/macie2_test_custom_data_identifier.Rd | 25 man/macie2_untag_resource.Rd | 4 man/macie2_update_allow_list.Rd | 18 man/macie2_update_automated_discovery_configuration.Rd | 21 man/macie2_update_classification_job.Rd | 29 man/macie2_update_classification_scope.Rd | 6 man/macie2_update_findings_filter.Rd | 40 man/macie2_update_macie_session.Rd | 8 man/macie2_update_member_session.Rd | 7 man/macie2_update_organization_configuration.Rd | 3 man/macie2_update_resource_profile.Rd | 8 man/macie2_update_resource_profile_detections.Rd | 8 man/macie2_update_reveal_configuration.Rd | 6 man/macie2_update_sensitivity_inspection_template.Rd | 19 man/pcaconnectorad.Rd | 5 man/pcaconnectorad_create_connector.Rd | 2 man/pcaconnectorad_create_directory_registration.Rd | 3 man/pcaconnectorad_create_service_principal_name.Rd | 6 man/pcaconnectorad_create_template.Rd | 8 man/pcaconnectorad_create_template_group_access_control_entry.Rd | 12 man/pcaconnectorad_delete_connector.Rd | 3 man/pcaconnectorad_delete_directory_registration.Rd | 3 man/pcaconnectorad_delete_service_principal_name.Rd | 6 man/pcaconnectorad_delete_template.Rd | 3 man/pcaconnectorad_delete_template_group_access_control_entry.Rd | 6 man/pcaconnectorad_get_connector.Rd | 3 man/pcaconnectorad_get_directory_registration.Rd | 3 man/pcaconnectorad_get_service_principal_name.Rd | 6 man/pcaconnectorad_get_template.Rd | 3 man/pcaconnectorad_get_template_group_access_control_entry.Rd | 6 man/pcaconnectorad_list_connectors.Rd | 10 man/pcaconnectorad_list_directory_registrations.Rd | 10 man/pcaconnectorad_list_service_principal_names.Rd | 13 man/pcaconnectorad_list_tags_for_resource.Rd | 3 man/pcaconnectorad_list_template_group_access_control_entries.Rd | 13 man/pcaconnectorad_list_templates.Rd | 13 man/pcaconnectorad_tag_resource.Rd | 6 man/pcaconnectorad_untag_resource.Rd | 6 man/pcaconnectorad_update_template.Rd | 13 man/pcaconnectorad_update_template_group_access_control_entry.Rd | 12 man/ram.Rd | 14 man/ram_accept_resource_share_invitation.Rd | 17 man/ram_associate_resource_share.Rd | 62 man/ram_associate_resource_share_permission.Rd | 59 man/ram_create_permission.Rd | 56 man/ram_create_permission_version.Rd | 39 man/ram_create_resource_share.Rd | 75 man/ram_delete_permission.Rd | 17 man/ram_delete_permission_version.Rd | 37 man/ram_delete_resource_share.Rd | 17 man/ram_disassociate_resource_share.Rd | 58 man/ram_disassociate_resource_share_permission.Rd | 22 man/ram_get_permission.Rd | 14 man/ram_get_resource_policies.Rd | 20 man/ram_get_resource_share_associations.Rd | 42 man/ram_get_resource_share_invitations.Rd | 23 man/ram_get_resource_shares.Rd | 46 man/ram_list_pending_invitation_resources.Rd | 34 man/ram_list_permission_associations.Rd | 56 man/ram_list_permission_versions.Rd | 23 man/ram_list_permissions.Rd | 28 man/ram_list_principals.Rd | 64 man/ram_list_replace_permission_associations_work.Rd | 25 man/ram_list_resource_share_permissions.Rd | 21 man/ram_list_resource_types.Rd | 29 man/ram_list_resources.Rd | 56 man/ram_list_source_associations.Rd |only man/ram_promote_permission_created_from_policy.Rd | 21 man/ram_promote_resource_share_created_from_policy.Rd | 3 man/ram_reject_resource_share_invitation.Rd | 17 man/ram_replace_permission_associations.Rd | 38 man/ram_set_default_permission_version.Rd | 22 man/ram_tag_resource.Rd | 12 man/ram_untag_resource.Rd | 10 man/ram_update_resource_share.Rd | 23 man/reexports.Rd | 2 man/secretsmanager.Rd | 29 man/secretsmanager_batch_get_secret_value.Rd | 17 man/secretsmanager_cancel_rotate_secret.Rd | 3 man/secretsmanager_create_secret.Rd | 132 man/secretsmanager_delete_resource_policy.Rd | 6 man/secretsmanager_delete_secret.Rd | 36 man/secretsmanager_describe_secret.Rd | 3 man/secretsmanager_get_random_password.Rd | 32 man/secretsmanager_get_resource_policy.Rd | 6 man/secretsmanager_get_secret_value.Rd | 22 man/secretsmanager_list_secret_version_ids.Rd | 18 man/secretsmanager_list_secrets.Rd | 19 man/secretsmanager_put_resource_policy.Rd | 22 man/secretsmanager_put_secret_value.Rd | 95 man/secretsmanager_replicate_secret_to_regions.Rd | 3 man/secretsmanager_restore_secret.Rd | 3 man/secretsmanager_rotate_secret.Rd | 80 man/secretsmanager_stop_replication_to_replica.Rd | 2 man/secretsmanager_tag_resource.Rd | 14 man/secretsmanager_untag_resource.Rd | 11 man/secretsmanager_update_secret.Rd | 85 man/secretsmanager_update_secret_version_stage.Rd | 19 man/secretsmanager_validate_resource_policy.Rd | 8 man/securityhub.Rd | 211 man/securityhub_accept_administrator_invitation.Rd | 12 man/securityhub_accept_invitation.Rd | 6 man/securityhub_batch_delete_automation_rules.Rd | 3 man/securityhub_batch_get_configuration_policy_associations.Rd | 9 man/securityhub_batch_get_security_controls.Rd | 4 man/securityhub_batch_get_standards_control_associations.Rd | 6 man/securityhub_batch_import_findings.Rd | 8 man/securityhub_batch_update_automation_rules.Rd | 3 man/securityhub_batch_update_findings.Rd | 43 man/securityhub_batch_update_findings_v2.Rd |only man/securityhub_batch_update_standards_control_associations.Rd | 5 man/securityhub_create_action_target.Rd | 7 man/securityhub_create_aggregator_v2.Rd |only man/securityhub_create_automation_rule.Rd | 30 man/securityhub_create_automation_rule_v2.Rd |only man/securityhub_create_configuration_policy.Rd | 19 man/securityhub_create_connector_v2.Rd |only man/securityhub_create_finding_aggregator.Rd | 37 man/securityhub_create_insight.Rd | 13 man/securityhub_create_members.Rd | 8 man/securityhub_create_ticket_v2.Rd |only man/securityhub_decline_invitations.Rd | 9 man/securityhub_delete_action_target.Rd | 4 man/securityhub_delete_aggregator_v2.Rd |only man/securityhub_delete_automation_rule_v2.Rd |only man/securityhub_delete_configuration_policy.Rd | 5 man/securityhub_delete_connector_v2.Rd |only man/securityhub_delete_finding_aggregator.Rd | 3 man/securityhub_delete_invitations.Rd | 9 man/securityhub_delete_members.Rd | 4 man/securityhub_describe_action_targets.Rd | 15 man/securityhub_describe_hub.Rd | 4 man/securityhub_describe_organization_configuration.Rd | 4 man/securityhub_describe_products.Rd | 12 man/securityhub_describe_products_v2.Rd |only man/securityhub_describe_security_hub_v2.Rd |only man/securityhub_describe_standards.Rd | 12 man/securityhub_describe_standards_controls.Rd | 13 man/securityhub_disable_import_findings_for_product.Rd | 4 man/securityhub_disable_organization_admin_account.Rd | 11 man/securityhub_disable_security_hub.Rd | 6 man/securityhub_disable_security_hub_v2.Rd |only man/securityhub_disassociate_from_administrator_account.Rd | 4 man/securityhub_disassociate_members.Rd | 3 man/securityhub_enable_import_findings_for_product.Rd | 4 man/securityhub_enable_organization_admin_account.Rd | 12 man/securityhub_enable_security_hub.Rd | 27 man/securityhub_enable_security_hub_v2.Rd |only man/securityhub_generate_recommended_policy_v2.Rd |only man/securityhub_get_administrator_account.Rd | 6 man/securityhub_get_aggregator_v2.Rd |only man/securityhub_get_automation_rule_v2.Rd |only man/securityhub_get_configuration_policy.Rd | 5 man/securityhub_get_configuration_policy_association.Rd | 5 man/securityhub_get_connector_v2.Rd |only man/securityhub_get_enabled_standards.Rd | 11 man/securityhub_get_finding_aggregator.Rd | 4 man/securityhub_get_finding_history.Rd | 65 man/securityhub_get_finding_statistics_v2.Rd |only man/securityhub_get_findings.Rd | 20 man/securityhub_get_findings_trends_v2.Rd |only man/securityhub_get_findings_v2.Rd |only man/securityhub_get_insight_results.Rd | 6 man/securityhub_get_insights.Rd | 12 man/securityhub_get_invitations_count.Rd | 6 man/securityhub_get_members.Rd | 7 man/securityhub_get_recommended_policy_v2.Rd |only man/securityhub_get_resources_statistics_v2.Rd |only man/securityhub_get_resources_trends_v2.Rd |only man/securityhub_get_resources_v2.Rd |only man/securityhub_get_security_control_definition.Rd | 3 man/securityhub_invite_members.Rd | 9 man/securityhub_list_aggregators_v2.Rd |only man/securityhub_list_automation_rules.Rd | 8 man/securityhub_list_automation_rules_v2.Rd |only man/securityhub_list_configuration_policies.Rd | 24 man/securityhub_list_configuration_policy_associations.Rd | 26 man/securityhub_list_connectors_v2.Rd |only man/securityhub_list_enabled_products_for_import.Rd | 12 man/securityhub_list_finding_aggregators.Rd | 6 man/securityhub_list_invitations.Rd | 14 man/securityhub_list_members.Rd | 27 man/securityhub_list_organization_admin_accounts.Rd | 15 man/securityhub_list_security_control_definitions.Rd | 10 man/securityhub_list_standards_control_associations.Rd | 13 man/securityhub_register_connector_v2.Rd |only man/securityhub_start_configuration_policy_association.Rd | 9 man/securityhub_start_configuration_policy_disassociation.Rd | 9 man/securityhub_tag_resource.Rd | 4 man/securityhub_untag_resource.Rd | 3 man/securityhub_update_action_target.Rd | 4 man/securityhub_update_aggregator_v2.Rd |only man/securityhub_update_automation_rule_v2.Rd |only man/securityhub_update_configuration_policy.Rd | 25 man/securityhub_update_connector_v2.Rd |only man/securityhub_update_finding_aggregator.Rd | 42 man/securityhub_update_findings.Rd | 3 man/securityhub_update_insight.Rd | 5 man/securityhub_update_organization_configuration.Rd | 36 man/securityhub_update_security_control.Rd | 4 man/securityhub_update_security_hub_configuration.Rd | 38 man/securityhub_update_standards_control.Rd | 3 man/securitylake.Rd | 40 man/securitylake_create_aws_log_source.Rd | 3 man/securitylake_create_custom_log_source.Rd | 15 man/securitylake_create_data_lake.Rd | 11 man/securitylake_create_data_lake_exception_subscription.Rd | 6 man/securitylake_create_data_lake_organization_configuration.Rd | 3 man/securitylake_create_subscriber.Rd | 8 man/securitylake_create_subscriber_notification.Rd | 3 man/securitylake_delete_aws_log_source.Rd | 3 man/securitylake_delete_custom_log_source.Rd | 3 man/securitylake_delete_data_lake_organization_configuration.Rd | 3 man/securitylake_delete_subscriber.Rd | 3 man/securitylake_get_data_lake_sources.Rd | 16 man/securitylake_get_subscriber.Rd | 3 man/securitylake_list_data_lake_exceptions.Rd | 8 man/securitylake_list_log_sources.Rd | 6 man/securitylake_list_subscribers.Rd | 3 man/securitylake_list_tags_for_resource.Rd | 3 man/securitylake_register_data_lake_delegated_administrator.Rd | 3 man/securitylake_tag_resource.Rd | 8 man/securitylake_untag_resource.Rd | 6 man/securitylake_update_data_lake.Rd | 7 man/securitylake_update_data_lake_exception_subscription.Rd | 3 man/securitylake_update_subscriber.Rd | 7 man/securitylake_update_subscriber_notification.Rd | 3 man/shield.Rd | 6 man/shield_associate_drt_role.Rd | 8 man/shield_associate_health_check.Rd | 6 man/shield_associate_proactive_engagement_details.Rd | 13 man/shield_create_protection.Rd | 18 man/shield_create_protection_group.Rd | 35 man/shield_delete_protection_group.Rd | 4 man/shield_describe_protection.Rd | 8 man/shield_describe_protection_group.Rd | 4 man/shield_disassociate_health_check.Rd | 6 man/shield_enable_application_layer_automatic_response.Rd | 8 man/shield_list_attacks.Rd | 42 man/shield_list_protection_groups.Rd | 29 man/shield_list_protections.Rd | 29 man/shield_list_resources_in_protection_group.Rd | 28 man/shield_tag_resource.Rd | 3 man/shield_untag_resource.Rd | 3 man/shield_update_application_layer_automatic_response.Rd | 8 man/shield_update_emergency_contact_settings.Rd | 8 man/shield_update_protection_group.Rd | 34 man/shield_update_subscription.Rd | 8 man/sso.Rd | 21 man/sso_get_role_credentials.Rd | 5 man/sso_list_account_roles.Rd | 8 man/sso_list_accounts.Rd | 8 man/sso_logout.Rd | 5 man/ssoadmin.Rd | 44 man/ssoadmin_add_region.Rd |only man/ssoadmin_attac_custo_manag_polic_refer_to_permi_set.Rd | 13 man/ssoadmin_attach_managed_policy_to_permission_set.Rd | 15 man/ssoadmin_create_account_assignment.Rd | 27 man/ssoadmin_create_application.Rd | 45 man/ssoadmin_create_application_assignment.Rd | 8 man/ssoadmin_create_instanc_access_control_attribu_configu.Rd | 15 man/ssoadmin_create_instance.Rd | 18 man/ssoadmin_create_permission_set.Rd | 19 man/ssoadmin_create_trusted_token_issuer.Rd | 38 man/ssoadmin_delete_account_assignment.Rd | 26 man/ssoadmin_delete_application.Rd | 4 man/ssoadmin_delete_application_assignment.Rd | 6 man/ssoadmin_delete_application_authentication_method.Rd | 3 man/ssoadmin_delete_inline_policy_from_permission_set.Rd | 5 man/ssoadmin_delete_instanc_access_control_attribu_configu.Rd | 3 man/ssoadmin_delete_instance.Rd | 3 man/ssoadmin_delete_permission_set.Rd | 5 man/ssoadmin_delete_permissions_boundary_from_permission_set.Rd | 3 man/ssoadmin_describ_instanc_access_control_attribu_configu.Rd | 3 man/ssoadmin_describe_account_assignment_creation_status.Rd | 11 man/ssoadmin_describe_account_assignment_deletion_status.Rd | 11 man/ssoadmin_describe_application.Rd | 4 man/ssoadmin_describe_application_assignment.Rd | 10 man/ssoadmin_describe_application_provider.Rd | 3 man/ssoadmin_describe_instance.Rd | 3 man/ssoadmin_describe_permission_set.Rd | 5 man/ssoadmin_describe_permission_set_provisioning_status.Rd | 9 man/ssoadmin_describe_region.Rd |only man/ssoadmin_describe_trusted_token_issuer.Rd | 3 man/ssoadmin_detac_custo_manag_polic_refer_from_permi_set.Rd | 13 man/ssoadmin_detach_managed_policy_from_permission_set.Rd | 14 man/ssoadmin_get_application_access_scope.Rd | 6 man/ssoadmin_get_application_assignment_configuration.Rd | 4 man/ssoadmin_get_application_session_configuration.Rd |only man/ssoadmin_get_inline_policy_for_permission_set.Rd | 5 man/ssoadmin_get_permissions_boundary_for_permission_set.Rd | 3 man/ssoadmin_list_account_assignment_creation_status.Rd | 16 man/ssoadmin_list_account_assignment_deletion_status.Rd | 16 man/ssoadmin_list_account_assignments.Rd | 21 man/ssoadmin_list_account_assignments_for_principal.Rd | 38 man/ssoadmin_list_accounts_for_provisioned_permission_set.Rd | 22 man/ssoadmin_list_application_access_scopes.Rd | 15 man/ssoadmin_list_application_assignments.Rd | 15 man/ssoadmin_list_application_assignments_for_principal.Rd | 39 man/ssoadmin_list_application_authentication_methods.Rd | 9 man/ssoadmin_list_application_grants.Rd | 6 man/ssoadmin_list_application_providers.Rd | 15 man/ssoadmin_list_applications.Rd | 28 man/ssoadmin_list_custo_manag_polic_refer_in_permi_set.Rd | 14 man/ssoadmin_list_instances.Rd | 3 man/ssoadmin_list_managed_policies_in_permission_set.Rd | 16 man/ssoadmin_list_permission_set_provisioning_status.Rd | 16 man/ssoadmin_list_permission_sets.Rd | 12 man/ssoadmin_list_permission_sets_provisioned_to_account.Rd | 21 man/ssoadmin_list_regions.Rd |only man/ssoadmin_list_tags_for_resource.Rd | 14 man/ssoadmin_list_trusted_token_issuers.Rd | 18 man/ssoadmin_provision_permission_set.Rd | 8 man/ssoadmin_put_application_access_scope.Rd | 13 man/ssoadmin_put_application_assignment_configuration.Rd | 9 man/ssoadmin_put_application_authentication_method.Rd | 14 man/ssoadmin_put_application_grant.Rd | 10 man/ssoadmin_put_application_session_configuration.Rd |only man/ssoadmin_put_inline_policy_to_permission_set.Rd | 13 man/ssoadmin_put_permissions_boundary_to_permission_set.Rd | 3 man/ssoadmin_remove_region.Rd |only man/ssoadmin_tag_resource.Rd | 5 man/ssoadmin_untag_resource.Rd | 5 man/ssoadmin_update_application.Rd | 17 man/ssoadmin_update_instanc_access_control_attribu_configu.Rd | 9 man/ssoadmin_update_instance.Rd | 15 man/ssoadmin_update_permission_set.Rd | 21 man/ssoadmin_update_trusted_token_issuer.Rd | 12 man/ssooidc.Rd | 44 man/ssooidc_create_token.Rd | 58 man/ssooidc_create_token_with_iam.Rd | 75 man/ssooidc_register_client.Rd | 29 man/ssooidc_start_device_authorization.Rd | 12 man/sts.Rd | 9 man/sts_assume_role.Rd | 278 man/sts_assume_role_with_saml.Rd | 93 man/sts_assume_role_with_web_identity.Rd | 143 man/sts_assume_root.Rd | 11 man/sts_get_access_key_info.Rd | 3 man/sts_get_delegated_access_token.Rd |only man/sts_get_federation_token.Rd | 162 man/sts_get_session_token.Rd | 32 man/sts_get_web_identity_token.Rd |only man/verifiedpermissions.Rd | 73 man/verifiedpermissions_batch_is_authorized.Rd | 21 man/verifiedpermissions_batch_is_authorized_with_token.Rd | 56 man/verifiedpermissions_create_identity_source.Rd | 44 man/verifiedpermissions_create_policy.Rd | 50 man/verifiedpermissions_create_policy_store.Rd | 50 man/verifiedpermissions_create_policy_store_alias.Rd |only man/verifiedpermissions_create_policy_template.Rd | 43 man/verifiedpermissions_delete_identity_source.Rd | 11 man/verifiedpermissions_delete_policy.Rd | 19 man/verifiedpermissions_delete_policy_store.Rd | 4 man/verifiedpermissions_delete_policy_store_alias.Rd |only man/verifiedpermissions_delete_policy_template.Rd | 19 man/verifiedpermissions_get_identity_source.Rd | 11 man/verifiedpermissions_get_policy.Rd | 19 man/verifiedpermissions_get_policy_store.Rd | 16 man/verifiedpermissions_get_policy_store_alias.Rd |only man/verifiedpermissions_get_policy_template.Rd | 19 man/verifiedpermissions_get_schema.Rd | 10 man/verifiedpermissions_is_authorized.Rd | 30 man/verifiedpermissions_is_authorized_with_token.Rd | 52 man/verifiedpermissions_list_identity_sources.Rd | 37 man/verifiedpermissions_list_policies.Rd | 39 man/verifiedpermissions_list_policy_store_aliases.Rd |only man/verifiedpermissions_list_policy_stores.Rd | 19 man/verifiedpermissions_list_policy_templates.Rd | 30 man/verifiedpermissions_list_tags_for_resource.Rd |only man/verifiedpermissions_put_schema.Rd | 13 man/verifiedpermissions_tag_resource.Rd |only man/verifiedpermissions_untag_resource.Rd |only man/verifiedpermissions_update_identity_source.Rd | 17 man/verifiedpermissions_update_policy.Rd | 38 man/verifiedpermissions_update_policy_store.Rd | 21 man/verifiedpermissions_update_policy_template.Rd | 31 man/waf.Rd | 19 man/waf_create_byte_match_set.Rd | 6 man/waf_create_geo_match_set.Rd | 6 man/waf_create_ip_set.Rd | 6 man/waf_create_rate_based_rule.Rd | 30 man/waf_create_regex_match_set.Rd | 6 man/waf_create_regex_pattern_set.Rd | 6 man/waf_create_rule.Rd | 14 man/waf_create_rule_group.Rd | 15 man/waf_create_size_constraint_set.Rd | 6 man/waf_create_sql_injection_match_set.Rd | 7 man/waf_create_web_acl.Rd | 19 man/waf_create_web_acl_migration_stack.Rd | 19 man/waf_create_xss_match_set.Rd | 6 man/waf_delete_byte_match_set.Rd | 8 man/waf_delete_geo_match_set.Rd | 8 man/waf_delete_ip_set.Rd | 7 man/waf_delete_logging_configuration.Rd | 3 man/waf_delete_permission_policy.Rd | 3 man/waf_delete_rate_based_rule.Rd | 7 man/waf_delete_regex_match_set.Rd | 8 man/waf_delete_regex_pattern_set.Rd | 8 man/waf_delete_rule.Rd | 7 man/waf_delete_rule_group.Rd | 8 man/waf_delete_size_constraint_set.Rd | 8 man/waf_delete_sql_injection_match_set.Rd | 9 man/waf_delete_web_acl.Rd | 7 man/waf_delete_xss_match_set.Rd | 8 man/waf_get_byte_match_set.Rd | 5 man/waf_get_change_token_status.Rd | 4 man/waf_get_geo_match_set.Rd | 5 man/waf_get_ip_set.Rd | 4 man/waf_get_logging_configuration.Rd | 3 man/waf_get_permission_policy.Rd | 3 man/waf_get_rate_based_rule.Rd | 4 man/waf_get_rate_based_rule_managed_keys.Rd | 8 man/waf_get_regex_match_set.Rd | 5 man/waf_get_regex_pattern_set.Rd | 5 man/waf_get_rule.Rd | 3 man/waf_get_rule_group.Rd | 4 man/waf_get_sampled_requests.Rd | 27 man/waf_get_size_constraint_set.Rd | 5 man/waf_get_sql_injection_match_set.Rd | 6 man/waf_get_web_acl.Rd | 4 man/waf_get_xss_match_set.Rd | 5 man/waf_list_activated_rules_in_rule_group.Rd | 16 man/waf_list_byte_match_sets.Rd | 13 man/waf_list_geo_match_sets.Rd | 13 man/waf_list_ip_sets.Rd | 11 man/waf_list_logging_configurations.Rd | 15 man/waf_list_rate_based_rules.Rd | 12 man/waf_list_regex_match_sets.Rd | 13 man/waf_list_regex_pattern_sets.Rd | 14 man/waf_list_rule_groups.Rd | 12 man/waf_list_rules.Rd | 12 man/waf_list_size_constraint_sets.Rd | 14 man/waf_list_sql_injection_match_sets.Rd | 13 man/waf_list_subscribed_rule_groups.Rd | 13 man/waf_list_tags_for_resource.Rd | 4 man/waf_list_web_ac_ls.Rd | 13 man/waf_list_xss_match_sets.Rd | 13 man/waf_put_logging_configuration.Rd | 7 man/waf_put_permission_policy.Rd | 3 man/waf_update_byte_match_set.Rd | 15 man/waf_update_geo_match_set.Rd | 16 man/waf_update_ip_set.Rd | 10 man/waf_update_rate_based_rule.Rd | 16 man/waf_update_regex_match_set.Rd | 12 man/waf_update_regex_pattern_set.Rd | 11 man/waf_update_rule.Rd | 10 man/waf_update_rule_group.Rd | 17 man/waf_update_size_constraint_set.Rd | 15 man/waf_update_sql_injection_match_set.Rd | 19 man/waf_update_web_acl.Rd | 22 man/waf_update_xss_match_set.Rd | 12 man/wafregional.Rd | 22 man/wafregional_associate_web_acl.Rd | 9 man/wafregional_create_byte_match_set.Rd | 6 man/wafregional_create_geo_match_set.Rd | 6 man/wafregional_create_ip_set.Rd | 6 man/wafregional_create_rate_based_rule.Rd | 30 man/wafregional_create_regex_match_set.Rd | 6 man/wafregional_create_regex_pattern_set.Rd | 6 man/wafregional_create_rule.Rd | 14 man/wafregional_create_rule_group.Rd | 15 man/wafregional_create_size_constraint_set.Rd | 6 man/wafregional_create_sql_injection_match_set.Rd | 7 man/wafregional_create_web_acl.Rd | 19 man/wafregional_create_web_acl_migration_stack.Rd | 19 man/wafregional_create_xss_match_set.Rd | 6 man/wafregional_delete_byte_match_set.Rd | 8 man/wafregional_delete_geo_match_set.Rd | 8 man/wafregional_delete_ip_set.Rd | 7 man/wafregional_delete_logging_configuration.Rd | 3 man/wafregional_delete_permission_policy.Rd | 3 man/wafregional_delete_rate_based_rule.Rd | 8 man/wafregional_delete_regex_match_set.Rd | 8 man/wafregional_delete_regex_pattern_set.Rd | 8 man/wafregional_delete_rule.Rd | 7 man/wafregional_delete_rule_group.Rd | 8 man/wafregional_delete_size_constraint_set.Rd | 9 man/wafregional_delete_sql_injection_match_set.Rd | 9 man/wafregional_delete_web_acl.Rd | 7 man/wafregional_delete_xss_match_set.Rd | 8 man/wafregional_disassociate_web_acl.Rd | 10 man/wafregional_get_byte_match_set.Rd | 5 man/wafregional_get_change_token_status.Rd | 4 man/wafregional_get_geo_match_set.Rd | 5 man/wafregional_get_ip_set.Rd | 4 man/wafregional_get_logging_configuration.Rd | 3 man/wafregional_get_permission_policy.Rd | 3 man/wafregional_get_rate_based_rule.Rd | 5 man/wafregional_get_rate_based_rule_managed_keys.Rd | 8 man/wafregional_get_regex_match_set.Rd | 5 man/wafregional_get_regex_pattern_set.Rd | 5 man/wafregional_get_rule.Rd | 4 man/wafregional_get_rule_group.Rd | 4 man/wafregional_get_sampled_requests.Rd | 27 man/wafregional_get_size_constraint_set.Rd | 6 man/wafregional_get_sql_injection_match_set.Rd | 6 man/wafregional_get_web_acl.Rd | 4 man/wafregional_get_web_acl_for_resource.Rd | 9 man/wafregional_get_xss_match_set.Rd | 5 man/wafregional_list_activated_rules_in_rule_group.Rd | 16 man/wafregional_list_byte_match_sets.Rd | 13 man/wafregional_list_geo_match_sets.Rd | 13 man/wafregional_list_ip_sets.Rd | 11 man/wafregional_list_logging_configurations.Rd | 15 man/wafregional_list_rate_based_rules.Rd | 12 man/wafregional_list_regex_match_sets.Rd | 13 man/wafregional_list_regex_pattern_sets.Rd | 14 man/wafregional_list_resources_for_web_acl.Rd | 6 man/wafregional_list_rule_groups.Rd | 12 man/wafregional_list_rules.Rd | 12 man/wafregional_list_size_constraint_sets.Rd | 14 man/wafregional_list_sql_injection_match_sets.Rd | 13 man/wafregional_list_subscribed_rule_groups.Rd | 13 man/wafregional_list_tags_for_resource.Rd | 4 man/wafregional_list_web_ac_ls.Rd | 13 man/wafregional_list_xss_match_sets.Rd | 13 man/wafregional_put_logging_configuration.Rd | 7 man/wafregional_put_permission_policy.Rd | 3 man/wafregional_update_byte_match_set.Rd | 15 man/wafregional_update_geo_match_set.Rd | 16 man/wafregional_update_ip_set.Rd | 10 man/wafregional_update_rate_based_rule.Rd | 17 man/wafregional_update_regex_match_set.Rd | 12 man/wafregional_update_regex_pattern_set.Rd | 11 man/wafregional_update_rule.Rd | 10 man/wafregional_update_rule_group.Rd | 17 man/wafregional_update_size_constraint_set.Rd | 16 man/wafregional_update_sql_injection_match_set.Rd | 19 man/wafregional_update_web_acl.Rd | 22 man/wafregional_update_xss_match_set.Rd | 12 man/wafv2.Rd | 52 man/wafv2_associate_web_acl.Rd | 25 man/wafv2_check_capacity.Rd | 12 man/wafv2_create_api_key.Rd | 12 man/wafv2_create_ip_set.Rd | 39 man/wafv2_create_regex_pattern_set.Rd | 12 man/wafv2_create_rule_group.Rd | 53 man/wafv2_create_web_acl.Rd | 118 man/wafv2_delete_api_key.Rd | 9 man/wafv2_delete_firewall_manager_rule_groups.Rd | 9 man/wafv2_delete_ip_set.Rd | 25 man/wafv2_delete_logging_configuration.Rd | 17 man/wafv2_delete_permission_policy.Rd | 3 man/wafv2_delete_regex_pattern_set.Rd | 25 man/wafv2_delete_rule_group.Rd | 25 man/wafv2_delete_web_acl.Rd | 25 man/wafv2_describe_all_managed_products.Rd | 9 man/wafv2_describe_managed_products_by_vendor.Rd | 12 man/wafv2_describe_managed_rule_group.Rd | 19 man/wafv2_disassociate_web_acl.Rd | 22 man/wafv2_get_decrypted_api_key.Rd | 9 man/wafv2_get_ip_set.Rd | 16 man/wafv2_get_logging_configuration.Rd | 17 man/wafv2_get_managed_rule_set.Rd | 19 man/wafv2_get_permission_policy.Rd | 3 man/wafv2_get_rate_based_statement_managed_keys.Rd | 25 man/wafv2_get_regex_pattern_set.Rd | 16 man/wafv2_get_rule_group.Rd | 16 man/wafv2_get_sampled_requests.Rd | 29 man/wafv2_get_top_path_statistics_by_traffic.Rd |only man/wafv2_get_web_acl.Rd | 20 man/wafv2_get_web_acl_for_resource.Rd | 22 man/wafv2_list_api_keys.Rd | 19 man/wafv2_list_available_managed_rule_group_versions.Rd | 25 man/wafv2_list_available_managed_rule_groups.Rd | 19 man/wafv2_list_ip_sets.Rd | 19 man/wafv2_list_logging_configurations.Rd | 36 man/wafv2_list_managed_rule_sets.Rd | 19 man/wafv2_list_mobile_sdk_releases.Rd | 10 man/wafv2_list_regex_pattern_sets.Rd | 19 man/wafv2_list_resources_for_web_acl.Rd | 8 man/wafv2_list_rule_groups.Rd | 19 man/wafv2_list_tags_for_resource.Rd | 10 man/wafv2_list_web_ac_ls.Rd | 19 man/wafv2_put_managed_rule_set_versions.Rd | 36 man/wafv2_put_permission_policy.Rd | 11 man/wafv2_update_ip_set.Rd | 52 man/wafv2_update_managed_rule_set_version_expiry_date.Rd | 36 man/wafv2_update_regex_pattern_set.Rd | 25 man/wafv2_update_rule_group.Rd | 56 man/wafv2_update_web_acl.Rd | 141 tests/testthat/test_directoryservice.R | 4 tests/testthat/test_guardduty.R | 8 tests/testthat/test_iam.R | 4 tests/testthat/test_inspector2.R | 8 tests/testthat/test_kms.R | 4 tests/testthat/test_ram.R | 4 tests/testthat/test_securityhub.R | 36 tests/testthat/test_verifiedpermissions.R | 4 1651 files changed, 26764 insertions(+), 38599 deletions(-)
More information about paws.security.identity at CRAN
Permanent link
Title: 'Amazon Web Services' Compute Services
Description: Interface to 'Amazon Web Services' compute services,
including 'Elastic Compute Cloud' ('EC2'), 'Lambda'
functions-as-a-service, containers, batch processing, and more
<https://aws.amazon.com/>.
Author: David Kretch [aut],
Adam Banker [aut],
Dyfan Jones [cre],
Amazon.com, Inc. [cph]
Maintainer: Dyfan Jones <dyfan.r.jones@gmail.com>
Diff between paws.compute versions 0.9.0 dated 2025-03-14 and 0.10.0 dated 2026-05-31
DESCRIPTION | 11 MD5 | 2838 - R/apprunner_operations.R | 452 R/apprunner_service.R | 34 R/batch_interfaces.R | 270 R/batch_operations.R | 1552 R/batch_service.R | 43 R/braket_interfaces.R | 80 R/braket_operations.R | 277 R/braket_service.R | 52 R/computeoptimizer_interfaces.R | 2 R/computeoptimizer_operations.R | 863 R/computeoptimizer_service.R | 26 R/ec2_interfaces.R | 1690 - R/ec2_operations.R |16280 ++++------ R/ec2_service.R | 145 R/ec2instanceconnect_operations.R | 12 R/ec2instanceconnect_service.R | 15 R/ecr_interfaces.R | 156 R/ecr_operations.R | 915 R/ecr_service.R | 24 R/ecrpublic_operations.R | 244 R/ecrpublic_service.R | 13 R/ecs_interfaces.R | 296 R/ecs_operations.R | 3300 -- R/ecs_service.R | 41 R/eks_interfaces.R | 146 R/eks_operations.R | 1419 R/eks_service.R | 23 R/elasticbeanstalk_operations.R | 558 R/elasticbeanstalk_service.R | 20 R/emrcontainers_interfaces.R | 8 R/emrcontainers_operations.R | 31 R/emrcontainers_service.R | 27 R/emrserverless_interfaces.R | 86 R/emrserverless_operations.R | 343 R/emrserverless_service.R | 29 R/imagebuilder_interfaces.R | 80 R/imagebuilder_operations.R | 933 R/imagebuilder_service.R | 10 R/lambda_interfaces.R | 322 R/lambda_operations.R | 1848 - R/lambda_service.R | 104 R/lightsail_interfaces.R | 26 R/lightsail_operations.R | 2118 - R/lightsail_service.R | 25 R/proton_operations.R | 754 R/proton_service.R | 116 R/serverlessapplicationrepository_operations.R | 154 R/serverlessapplicationrepository_service.R | 50 man/apprunner.Rd | 28 man/apprunner_associate_custom_domain.Rd | 11 man/apprunner_create_auto_scaling_configuration.Rd | 50 man/apprunner_create_connection.Rd | 7 man/apprunner_create_observability_configuration.Rd | 20 man/apprunner_create_service.Rd | 38 man/apprunner_create_vpc_connector.Rd | 15 man/apprunner_create_vpc_ingress_connection.Rd | 14 man/apprunner_delete_auto_scaling_configuration.Rd | 13 man/apprunner_delete_connection.Rd | 3 man/apprunner_delete_observability_configuration.Rd | 7 man/apprunner_delete_service.Rd | 3 man/apprunner_delete_vpc_connector.Rd | 3 man/apprunner_delete_vpc_ingress_connection.Rd | 3 man/apprunner_describe_auto_scaling_configuration.Rd | 7 man/apprunner_describe_custom_domains.Rd | 16 man/apprunner_describe_observability_configuration.Rd | 7 man/apprunner_describe_service.Rd | 3 man/apprunner_describe_vpc_connector.Rd | 3 man/apprunner_describe_vpc_ingress_connection.Rd | 3 man/apprunner_disassociate_custom_domain.Rd | 6 man/apprunner_list_auto_scaling_configurations.Rd | 24 man/apprunner_list_connections.Rd | 16 man/apprunner_list_observability_configurations.Rd | 24 man/apprunner_list_operations.Rd | 16 man/apprunner_list_services.Rd | 13 man/apprunner_list_services_for_auto_scaling_configuration.Rd | 20 man/apprunner_list_tags_for_resource.Rd | 3 man/apprunner_list_vpc_connectors.Rd | 13 man/apprunner_list_vpc_ingress_connections.Rd | 16 man/apprunner_pause_service.Rd | 3 man/apprunner_resume_service.Rd | 3 man/apprunner_start_deployment.Rd | 3 man/apprunner_tag_resource.Rd | 7 man/apprunner_untag_resource.Rd | 3 man/apprunner_update_default_auto_scaling_configuration.Rd | 7 man/apprunner_update_service.Rd | 29 man/apprunner_update_vpc_ingress_connection.Rd | 7 man/batch.Rd | 43 man/batch_cancel_job.Rd | 5 man/batch_create_compute_environment.Rd | 120 man/batch_create_consumable_resource.Rd |only man/batch_create_job_queue.Rd | 86 man/batch_create_quota_share.Rd |only man/batch_create_scheduling_policy.Rd | 24 man/batch_create_service_environment.Rd |only man/batch_delete_compute_environment.Rd | 3 man/batch_delete_consumable_resource.Rd |only man/batch_delete_job_queue.Rd | 5 man/batch_delete_quota_share.Rd |only man/batch_delete_service_environment.Rd |only man/batch_deregister_job_definition.Rd | 3 man/batch_describe_compute_environments.Rd | 26 man/batch_describe_consumable_resource.Rd |only man/batch_describe_job_definitions.Rd | 29 man/batch_describe_job_queues.Rd | 25 man/batch_describe_quota_share.Rd |only man/batch_describe_scheduling_policies.Rd | 3 man/batch_describe_service_environments.Rd |only man/batch_describe_service_job.Rd |only man/batch_get_job_queue_snapshot.Rd | 6 man/batch_list_consumable_resources.Rd |only man/batch_list_jobs.Rd | 89 man/batch_list_jobs_by_consumable_resource.Rd |only man/batch_list_quota_shares.Rd |only man/batch_list_scheduling_policies.Rd | 23 man/batch_list_service_jobs.Rd |only man/batch_list_tags_for_resource.Rd | 6 man/batch_register_job_definition.Rd | 122 man/batch_submit_job.Rd | 147 man/batch_submit_service_job.Rd |only man/batch_tag_resource.Rd | 10 man/batch_terminate_job.Rd | 5 man/batch_terminate_service_job.Rd |only man/batch_untag_resource.Rd | 5 man/batch_update_compute_environment.Rd | 91 man/batch_update_consumable_resource.Rd |only man/batch_update_job_queue.Rd | 52 man/batch_update_quota_share.Rd |only man/batch_update_scheduling_policy.Rd | 10 man/batch_update_service_environment.Rd |only man/batch_update_service_job.Rd |only man/braket.Rd | 41 man/braket_cancel_job.Rd | 6 man/braket_cancel_quantum_task.Rd | 6 man/braket_create_job.Rd | 61 man/braket_create_quantum_task.Rd | 35 man/braket_create_spending_limit.Rd |only man/braket_delete_spending_limit.Rd |only man/braket_get_job.Rd | 10 man/braket_get_quantum_task.Rd | 6 man/braket_search_devices.Rd | 8 man/braket_search_jobs.Rd | 13 man/braket_search_quantum_tasks.Rd | 8 man/braket_search_spending_limits.Rd |only man/braket_tag_resource.Rd | 2 man/braket_untag_resource.Rd | 3 man/braket_update_spending_limit.Rd |only man/computeoptimizer.Rd | 21 man/computeoptimizer_delete_recommendation_preferences.Rd | 12 man/computeoptimizer_describe_recommendation_export_jobs.Rd | 15 man/computeoptimizer_export_auto_scaling_group_recommendations.Rd | 62 man/computeoptimizer_export_ebs_volume_recommendations.Rd | 44 man/computeoptimizer_export_ec2_instance_recommendations.Rd | 57 man/computeoptimizer_export_ecs_service_recommendations.Rd | 42 man/computeoptimizer_export_idle_recommendations.Rd | 43 man/computeoptimizer_export_lambda_function_recommendations.Rd | 44 man/computeoptimizer_export_license_recommendations.Rd | 41 man/computeoptimizer_export_rds_database_recommendations.Rd | 50 man/computeoptimizer_get_auto_scaling_group_recommendations.Rd | 25 man/computeoptimizer_get_ebs_volume_recommendations.Rd | 19 man/computeoptimizer_get_ec2_instance_recommendations.Rd | 22 man/computeoptimizer_get_ec2_recommendation_projected_metrics.Rd | 6 man/computeoptimizer_get_ecs_service_recommendations.Rd | 19 man/computeoptimizer_get_effective_recommendation_preferences.Rd | 4 man/computeoptimizer_get_enrollment_statuses_for_organization.Rd | 10 man/computeoptimizer_get_idle_recommendations.Rd | 16 man/computeoptimizer_get_lambda_function_recommendations.Rd | 31 man/computeoptimizer_get_license_recommendations.Rd | 16 man/computeoptimizer_get_rds_datab_recom_proje_metri.Rd | 8 man/computeoptimizer_get_rds_database_recommendations.Rd | 26 man/computeoptimizer_get_recommendation_preferences.Rd | 25 man/computeoptimizer_get_recommendation_summaries.Rd | 13 man/computeoptimizer_put_recommendation_preferences.Rd | 124 man/computeoptimizer_update_enrollment_status.Rd | 17 man/ec2.Rd | 137 man/ec2_accept_address_transfer.Rd | 11 man/ec2_accept_capacity_reservation_billing_ownership.Rd | 5 man/ec2_accept_reserved_instances_exchange_quote.Rd | 11 man/ec2_accept_transit_gateway_client_vpn_attachment.Rd |only man/ec2_accept_transit_gateway_multicast_domain_associations.Rd | 8 man/ec2_accept_transit_gateway_peering_attachment.Rd | 5 man/ec2_accept_transit_gateway_vpc_attachment.Rd | 5 man/ec2_accept_vpc_endpoint_connections.Rd | 5 man/ec2_accept_vpc_peering_connection.Rd | 8 man/ec2_advertise_byoip_cidr.Rd | 21 man/ec2_allocate_address.Rd | 31 man/ec2_allocate_hosts.Rd | 83 man/ec2_allocate_ipam_pool_cidr.Rd | 45 man/ec2_apply_security_groups_to_client_vpn_target_network.Rd | 9 man/ec2_assign_ipv_6_addresses.Rd | 17 man/ec2_assign_private_ip_addresses.Rd | 28 man/ec2_assign_private_nat_gateway_address.Rd | 11 man/ec2_associate_address.Rd | 31 man/ec2_associate_capacity_reservation_billing_owner.Rd | 5 man/ec2_associate_client_vpn_target_network.Rd | 20 man/ec2_associate_dhcp_options.Rd | 8 man/ec2_associate_enclave_certificate_iam_role.Rd | 8 man/ec2_associate_instance_event_window.Rd | 5 man/ec2_associate_ipam_byoasn.Rd | 5 man/ec2_associate_ipam_resource_discovery.Rd | 5 man/ec2_associate_nat_gateway_address.Rd | 20 man/ec2_associate_route_server.Rd |only man/ec2_associate_route_table.Rd | 8 man/ec2_associate_security_group_vpc.Rd | 5 man/ec2_associate_transit_gateway_multicast_domain.Rd | 11 man/ec2_associate_transit_gateway_policy_table.Rd | 11 man/ec2_associate_transit_gateway_route_table.Rd | 5 man/ec2_associate_trunk_interface.Rd | 8 man/ec2_associate_vpc_cidr_block.Rd | 40 man/ec2_attach_classic_link_vpc.Rd | 8 man/ec2_attach_internet_gateway.Rd | 5 man/ec2_attach_network_interface.Rd | 15 man/ec2_attach_verified_access_trust_provider.Rd | 8 man/ec2_attach_volume.Rd | 24 man/ec2_attach_vpn_gateway.Rd | 5 man/ec2_authorize_client_vpn_ingress.Rd | 21 man/ec2_authorize_security_group_egress.Rd | 5 man/ec2_authorize_security_group_ingress.Rd | 64 man/ec2_bundle_instance.Rd | 10 man/ec2_cancel_bundle_task.Rd | 5 man/ec2_cancel_capacity_reservation.Rd | 5 man/ec2_cancel_capacity_reservation_fleets.Rd | 5 man/ec2_cancel_conversion_task.Rd | 5 man/ec2_cancel_declarative_policies_report.Rd | 5 man/ec2_cancel_export_task.Rd | 4 man/ec2_cancel_image_launch_permission.Rd | 5 man/ec2_cancel_import_task.Rd | 5 man/ec2_cancel_spot_fleet_requests.Rd | 11 man/ec2_cancel_spot_instance_requests.Rd | 5 man/ec2_confirm_product_instance.Rd | 5 man/ec2_copy_fpga_image.Rd | 8 man/ec2_copy_image.Rd | 95 man/ec2_copy_snapshot.Rd | 99 man/ec2_copy_volumes.Rd |only man/ec2_creat_local_gatew_route_table_virtu_inter_group_assoc.Rd | 11 man/ec2_create_capacity_manager_data_export.Rd |only man/ec2_create_capacity_reservation.Rd | 119 man/ec2_create_capacity_reservation_by_splitting.Rd | 11 man/ec2_create_capacity_reservation_fleet.Rd | 66 man/ec2_create_carrier_gateway.Rd | 8 man/ec2_create_client_vpn_endpoint.Rd | 81 man/ec2_create_client_vpn_route.Rd | 28 man/ec2_create_coip_cidr.Rd | 5 man/ec2_create_coip_pool.Rd | 5 man/ec2_create_customer_gateway.Rd | 29 man/ec2_create_default_subnet.Rd | 24 man/ec2_create_default_vpc.Rd | 5 man/ec2_create_delegate_mac_volume_ownership_task.Rd |only man/ec2_create_dhcp_options.Rd | 5 man/ec2_create_egress_only_internet_gateway.Rd | 8 man/ec2_create_fleet.Rd | 73 man/ec2_create_flow_logs.Rd | 69 man/ec2_create_fpga_image.Rd | 11 man/ec2_create_image.Rd | 58 man/ec2_create_image_usage_report.Rd |only man/ec2_create_instance_connect_endpoint.Rd | 38 man/ec2_create_instance_event_window.Rd | 24 man/ec2_create_instance_export_task.Rd | 3 man/ec2_create_internet_gateway.Rd | 5 man/ec2_create_interruptible_capacity_reservation_allocation.Rd |only man/ec2_create_ipam.Rd | 48 man/ec2_create_ipam_external_resource_verification_token.Rd | 10 man/ec2_create_ipam_policy.Rd |only man/ec2_create_ipam_pool.Rd | 96 man/ec2_create_ipam_prefix_list_resolver.Rd |only man/ec2_create_ipam_prefix_list_resolver_target.Rd |only man/ec2_create_ipam_resource_discovery.Rd | 10 man/ec2_create_ipam_scope.Rd | 21 man/ec2_create_key_pair.Rd | 8 man/ec2_create_launch_template.Rd | 18 man/ec2_create_launch_template_version.Rd | 35 man/ec2_create_local_gateway_route.Rd | 12 man/ec2_create_local_gateway_route_table.Rd | 5 man/ec2_create_local_gateway_route_table_vpc_association.Rd | 5 man/ec2_create_local_gateway_virtual_interface.Rd |only man/ec2_create_local_gateway_virtual_interface_group.Rd |only man/ec2_create_mac_system_integrity_protection_modification_task.Rd |only man/ec2_create_managed_prefix_list.Rd | 11 man/ec2_create_nat_gateway.Rd | 59 man/ec2_create_network_acl.Rd | 8 man/ec2_create_network_acl_entry.Rd | 37 man/ec2_create_network_insights_access_scope.Rd | 8 man/ec2_create_network_insights_path.Rd | 28 man/ec2_create_network_interface.Rd | 106 man/ec2_create_network_interface_permission.Rd | 5 man/ec2_create_placement_group.Rd | 17 man/ec2_create_public_ipv_4_pool.Rd | 17 man/ec2_create_replace_root_volume_task.Rd | 58 man/ec2_create_reserved_instances_listing.Rd | 12 man/ec2_create_restore_image_task.Rd | 16 man/ec2_create_route.Rd | 28 man/ec2_create_route_server.Rd |only man/ec2_create_route_server_endpoint.Rd |only man/ec2_create_route_server_peer.Rd |only man/ec2_create_route_table.Rd | 8 man/ec2_create_secondary_network.Rd |only man/ec2_create_secondary_subnet.Rd |only man/ec2_create_security_group.Rd | 15 man/ec2_create_snapshot.Rd | 27 man/ec2_create_snapshots.Rd | 30 man/ec2_create_spot_datafeed_subscription.Rd | 9 man/ec2_create_store_image_task.Rd | 13 man/ec2_create_subnet.Rd | 29 man/ec2_create_subnet_cidr_reservation.Rd | 14 man/ec2_create_tags.Rd | 12 man/ec2_create_traffic_mirror_filter.Rd | 8 man/ec2_create_traffic_mirror_filter_rule.Rd | 15 man/ec2_create_traffic_mirror_session.Rd | 38 man/ec2_create_traffic_mirror_target.Rd | 11 man/ec2_create_transit_gateway.Rd | 5 man/ec2_create_transit_gateway_connect.Rd | 8 man/ec2_create_transit_gateway_connect_peer.Rd | 19 man/ec2_create_transit_gateway_metering_policy.Rd |only man/ec2_create_transit_gateway_metering_policy_entry.Rd |only man/ec2_create_transit_gateway_multicast_domain.Rd | 5 man/ec2_create_transit_gateway_peering_attachment.Rd | 11 man/ec2_create_transit_gateway_policy_table.Rd | 8 man/ec2_create_transit_gateway_prefix_list_reference.Rd | 5 man/ec2_create_transit_gateway_route.Rd | 8 man/ec2_create_transit_gateway_route_table.Rd | 5 man/ec2_create_transit_gateway_route_table_announcement.Rd | 8 man/ec2_create_transit_gateway_vpc_attachment.Rd | 10 man/ec2_create_verified_access_endpoint.Rd | 31 man/ec2_create_verified_access_group.Rd | 8 man/ec2_create_verified_access_instance.Rd | 11 man/ec2_create_verified_access_trust_provider.Rd | 20 man/ec2_create_volume.Rd | 138 man/ec2_create_vpc.Rd | 73 man/ec2_create_vpc_block_public_access_exclusion.Rd | 19 man/ec2_create_vpc_encryption_control.Rd |only man/ec2_create_vpc_endpoint.Rd | 48 man/ec2_create_vpc_endpoint_connection_notification.Rd | 11 man/ec2_create_vpc_endpoint_service_configuration.Rd | 17 man/ec2_create_vpc_peering_connection.Rd | 14 man/ec2_create_vpn_concentrator.Rd |only man/ec2_create_vpn_connection.Rd | 17 man/ec2_create_vpn_gateway.Rd | 10 man/ec2_delet_local_gatew_route_table_virtu_inter_group_assoc.Rd | 8 man/ec2_delete_capacity_manager_data_export.Rd |only man/ec2_delete_carrier_gateway.Rd | 5 man/ec2_delete_client_vpn_endpoint.Rd | 5 man/ec2_delete_client_vpn_route.Rd | 5 man/ec2_delete_coip_cidr.Rd | 5 man/ec2_delete_coip_pool.Rd | 5 man/ec2_delete_customer_gateway.Rd | 5 man/ec2_delete_dhcp_options.Rd | 5 man/ec2_delete_egress_only_internet_gateway.Rd | 5 man/ec2_delete_fleets.Rd | 22 man/ec2_delete_flow_logs.Rd | 5 man/ec2_delete_fpga_image.Rd | 5 man/ec2_delete_image_usage_report.Rd |only man/ec2_delete_instance_connect_endpoint.Rd | 5 man/ec2_delete_instance_event_window.Rd | 8 man/ec2_delete_internet_gateway.Rd | 5 man/ec2_delete_ipam.Rd | 20 man/ec2_delete_ipam_external_resource_verification_token.Rd | 7 man/ec2_delete_ipam_policy.Rd |only man/ec2_delete_ipam_pool.Rd | 12 man/ec2_delete_ipam_prefix_list_resolver.Rd |only man/ec2_delete_ipam_prefix_list_resolver_target.Rd |only man/ec2_delete_ipam_resource_discovery.Rd | 5 man/ec2_delete_ipam_scope.Rd | 5 man/ec2_delete_key_pair.Rd | 5 man/ec2_delete_launch_template.Rd | 11 man/ec2_delete_launch_template_versions.Rd | 14 man/ec2_delete_local_gateway_route.Rd | 12 man/ec2_delete_local_gateway_route_table.Rd | 5 man/ec2_delete_local_gateway_route_table_vpc_association.Rd | 5 man/ec2_delete_local_gateway_virtual_interface.Rd |only man/ec2_delete_local_gateway_virtual_interface_group.Rd |only man/ec2_delete_managed_prefix_list.Rd | 5 man/ec2_delete_nat_gateway.Rd | 5 man/ec2_delete_network_acl.Rd | 5 man/ec2_delete_network_acl_entry.Rd | 5 man/ec2_delete_network_insights_access_scope.Rd | 5 man/ec2_delete_network_insights_access_scope_analysis.Rd | 5 man/ec2_delete_network_insights_analysis.Rd | 5 man/ec2_delete_network_insights_path.Rd | 5 man/ec2_delete_network_interface.Rd | 5 man/ec2_delete_network_interface_permission.Rd | 8 man/ec2_delete_placement_group.Rd | 5 man/ec2_delete_public_ipv_4_pool.Rd | 11 man/ec2_delete_queued_reserved_instances.Rd | 5 man/ec2_delete_route.Rd | 11 man/ec2_delete_route_server.Rd |only man/ec2_delete_route_server_endpoint.Rd |only man/ec2_delete_route_server_peer.Rd |only man/ec2_delete_route_table.Rd | 5 man/ec2_delete_secondary_network.Rd |only man/ec2_delete_secondary_subnet.Rd |only man/ec2_delete_security_group.Rd | 9 man/ec2_delete_snapshot.Rd | 5 man/ec2_delete_spot_datafeed_subscription.Rd | 5 man/ec2_delete_subnet.Rd | 5 man/ec2_delete_subnet_cidr_reservation.Rd | 5 man/ec2_delete_tags.Rd | 18 man/ec2_delete_traffic_mirror_filter.Rd | 5 man/ec2_delete_traffic_mirror_filter_rule.Rd | 5 man/ec2_delete_traffic_mirror_session.Rd | 5 man/ec2_delete_traffic_mirror_target.Rd | 5 man/ec2_delete_transit_gateway.Rd | 5 man/ec2_delete_transit_gateway_client_vpn_attachment.Rd |only man/ec2_delete_transit_gateway_connect.Rd | 5 man/ec2_delete_transit_gateway_connect_peer.Rd | 5 man/ec2_delete_transit_gateway_metering_policy.Rd |only man/ec2_delete_transit_gateway_metering_policy_entry.Rd |only man/ec2_delete_transit_gateway_multicast_domain.Rd | 5 man/ec2_delete_transit_gateway_peering_attachment.Rd | 5 man/ec2_delete_transit_gateway_policy_table.Rd | 5 man/ec2_delete_transit_gateway_prefix_list_reference.Rd | 5 man/ec2_delete_transit_gateway_route.Rd | 8 man/ec2_delete_transit_gateway_route_table.Rd | 5 man/ec2_delete_transit_gateway_route_table_announcement.Rd | 5 man/ec2_delete_transit_gateway_vpc_attachment.Rd | 5 man/ec2_delete_verified_access_endpoint.Rd | 8 man/ec2_delete_verified_access_group.Rd | 8 man/ec2_delete_verified_access_instance.Rd | 8 man/ec2_delete_verified_access_trust_provider.Rd | 8 man/ec2_delete_volume.Rd | 5 man/ec2_delete_vpc.Rd | 5 man/ec2_delete_vpc_block_public_access_exclusion.Rd | 5 man/ec2_delete_vpc_encryption_control.Rd |only man/ec2_delete_vpc_endpoint_connection_notifications.Rd | 5 man/ec2_delete_vpc_endpoint_service_configurations.Rd | 5 man/ec2_delete_vpc_endpoints.Rd | 5 man/ec2_delete_vpc_peering_connection.Rd | 5 man/ec2_delete_vpn_concentrator.Rd |only man/ec2_delete_vpn_connection.Rd | 5 man/ec2_delete_vpn_gateway.Rd | 5 man/ec2_deprovision_byoip_cidr.Rd | 8 man/ec2_deprovision_ipam_byoasn.Rd | 5 man/ec2_deprovision_ipam_pool_cidr.Rd | 5 man/ec2_deprovision_public_ipv_4_pool_cidr.Rd | 11 man/ec2_deregister_image.Rd | 15 man/ec2_deregister_instance_event_notification_attributes.Rd | 5 man/ec2_deregister_transit_gateway_multicast_group_members.Rd | 5 man/ec2_deregister_transit_gateway_multicast_group_sources.Rd | 5 man/ec2_descr_local_gatew_route_table_virtu_inter_group_assoc.Rd | 24 man/ec2_describe_account_attributes.Rd | 5 man/ec2_describe_address_transfers.Rd | 11 man/ec2_describe_addresses.Rd | 31 man/ec2_describe_addresses_attribute.Rd | 9 man/ec2_describe_aggregate_id_format.Rd | 5 man/ec2_describe_availability_zones.Rd | 47 man/ec2_describe_aws_network_performance_metric_subscriptions.Rd | 9 man/ec2_describe_bundle_tasks.Rd | 14 man/ec2_describe_byoip_cidrs.Rd | 16 man/ec2_describe_capacity_block_extension_history.Rd | 19 man/ec2_describe_capacity_block_extension_offerings.Rd | 10 man/ec2_describe_capacity_block_offerings.Rd | 30 man/ec2_describe_capacity_block_status.Rd |only man/ec2_describe_capacity_blocks.Rd |only man/ec2_describe_capacity_manager_data_exports.Rd |only man/ec2_describe_capacity_reservation_billing_requests.Rd | 30 man/ec2_describe_capacity_reservation_fleets.Rd | 20 man/ec2_describe_capacity_reservation_topology.Rd |only man/ec2_describe_capacity_reservations.Rd | 93 man/ec2_describe_carrier_gateways.Rd | 25 man/ec2_describe_classic_link_instances.Rd | 29 man/ec2_describe_client_vpn_authorization_rules.Rd | 15 man/ec2_describe_client_vpn_connections.Rd | 12 man/ec2_describe_client_vpn_endpoints.Rd | 9 man/ec2_describe_client_vpn_routes.Rd | 15 man/ec2_describe_client_vpn_target_networks.Rd | 12 man/ec2_describe_coip_pools.Rd | 12 man/ec2_describe_conversion_tasks.Rd | 5 man/ec2_describe_customer_gateways.Rd | 27 man/ec2_describe_declarative_policies_reports.Rd | 13 man/ec2_describe_dhcp_options.Rd | 26 man/ec2_describe_egress_only_internet_gateways.Rd | 23 man/ec2_describe_elastic_gpus.Rd | 24 man/ec2_describe_export_image_tasks.Rd | 8 man/ec2_describe_fast_launch_images.Rd | 13 man/ec2_describe_fast_snapshot_restores.Rd | 22 man/ec2_describe_fleet_history.Rd | 16 man/ec2_describe_fleet_instances.Rd | 13 man/ec2_describe_fleets.Rd | 30 man/ec2_describe_flow_logs.Rd | 29 man/ec2_describe_fpga_image_attribute.Rd | 5 man/ec2_describe_fpga_images.Rd | 25 man/ec2_describe_host_reservation_offerings.Rd | 23 man/ec2_describe_host_reservations.Rd | 21 man/ec2_describe_hosts.Rd | 31 man/ec2_describe_iam_instance_profile_associations.Rd | 11 man/ec2_describe_id_format.Rd | 11 man/ec2_describe_identity_id_format.Rd | 14 man/ec2_describe_image_attribute.Rd | 10 man/ec2_describe_image_references.Rd |only man/ec2_describe_image_usage_report_entries.Rd |only man/ec2_describe_image_usage_reports.Rd |only man/ec2_describe_images.Rd | 121 man/ec2_describe_import_image_tasks.Rd | 8 man/ec2_describe_import_snapshot_tasks.Rd | 9 man/ec2_describe_instance_attribute.Rd | 7 man/ec2_describe_instance_connect_endpoints.Rd | 40 man/ec2_describe_instance_credit_specifications.Rd | 16 man/ec2_describe_instance_event_notification_attributes.Rd | 5 man/ec2_describe_instance_event_windows.Rd | 42 man/ec2_describe_instance_image_metadata.Rd | 56 man/ec2_describe_instance_sql_ha_history_states.Rd |only man/ec2_describe_instance_sql_ha_states.Rd |only man/ec2_describe_instance_status.Rd | 81 man/ec2_describe_instance_topology.Rd | 33 man/ec2_describe_instance_type_offerings.Rd | 33 man/ec2_describe_instance_types.Rd | 179 man/ec2_describe_instances.Rd | 419 man/ec2_describe_internet_gateways.Rd | 30 man/ec2_describe_ipam_byoasn.Rd | 9 man/ec2_describe_ipam_external_resource_verification_tokens.Rd | 10 man/ec2_describe_ipam_policies.Rd |only man/ec2_describe_ipam_pool_allocations.Rd |only man/ec2_describe_ipam_pools.Rd | 10 man/ec2_describe_ipam_prefix_list_resolver_targets.Rd |only man/ec2_describe_ipam_prefix_list_resolvers.Rd |only man/ec2_describe_ipam_resource_discoveries.Rd | 11 man/ec2_describe_ipam_resource_discovery_associations.Rd | 11 man/ec2_describe_ipam_scopes.Rd | 10 man/ec2_describe_ipams.Rd | 10 man/ec2_describe_ipv_6_pools.Rd | 19 man/ec2_describe_key_pairs.Rd | 15 man/ec2_describe_launch_template_versions.Rd | 76 man/ec2_describe_launch_templates.Rd | 24 man/ec2_describe_local_gateway_route_table_vpc_associations.Rd | 21 man/ec2_describe_local_gateway_route_tables.Rd | 18 man/ec2_describe_local_gateway_virtual_interface_groups.Rd | 18 man/ec2_describe_local_gateway_virtual_interfaces.Rd | 18 man/ec2_describe_local_gateways.Rd | 12 man/ec2_describe_locked_snapshots.Rd | 16 man/ec2_describe_mac_hosts.Rd | 11 man/ec2_describe_mac_modification_tasks.Rd |only man/ec2_describe_managed_prefix_lists.Rd | 9 man/ec2_describe_moving_addresses.Rd | 14 man/ec2_describe_nat_gateways.Rd | 26 man/ec2_describe_network_acls.Rd | 56 man/ec2_describe_network_insights_access_scope_analyses.Rd | 17 man/ec2_describe_network_insights_access_scopes.Rd | 9 man/ec2_describe_network_insights_analyses.Rd | 17 man/ec2_describe_network_insights_paths.Rd | 33 man/ec2_describe_network_interface_attribute.Rd | 5 man/ec2_describe_network_interface_permissions.Rd | 24 man/ec2_describe_network_interfaces.Rd | 127 man/ec2_describe_outpost_lags.Rd |only man/ec2_describe_placement_groups.Rd | 31 man/ec2_describe_prefix_lists.Rd | 9 man/ec2_describe_principal_id_format.Rd | 20 man/ec2_describe_public_ipv_4_pools.Rd | 14 man/ec2_describe_regions.Rd | 17 man/ec2_describe_replace_root_volume_tasks.Rd | 16 man/ec2_describe_reserved_instances.Rd | 58 man/ec2_describe_reserved_instances_listings.Rd | 6 man/ec2_describe_reserved_instances_modifications.Rd | 24 man/ec2_describe_reserved_instances_offerings.Rd | 81 man/ec2_describe_route_server_endpoints.Rd |only man/ec2_describe_route_server_peers.Rd |only man/ec2_describe_route_servers.Rd |only man/ec2_describe_route_tables.Rd | 77 man/ec2_describe_scheduled_instance_availability.Rd | 25 man/ec2_describe_scheduled_instances.Rd | 13 man/ec2_describe_secondary_interfaces.Rd |only man/ec2_describe_secondary_networks.Rd |only man/ec2_describe_secondary_subnets.Rd |only man/ec2_describe_security_group_references.Rd | 5 man/ec2_describe_security_group_rules.Rd | 20 man/ec2_describe_security_group_vpc_associations.Rd | 24 man/ec2_describe_security_groups.Rd | 100 man/ec2_describe_service_link_virtual_interfaces.Rd |only man/ec2_describe_snapshot_attribute.Rd | 5 man/ec2_describe_snapshot_tier_status.Rd | 20 man/ec2_describe_snapshots.Rd | 60 man/ec2_describe_spot_datafeed_subscription.Rd | 5 man/ec2_describe_spot_fleet_instances.Rd | 13 man/ec2_describe_spot_fleet_request_history.Rd | 16 man/ec2_describe_spot_fleet_requests.Rd | 13 man/ec2_describe_spot_instance_requests.Rd | 105 man/ec2_describe_spot_price_history.Rd | 52 man/ec2_describe_stale_security_groups.Rd | 13 man/ec2_describe_store_image_tasks.Rd | 33 man/ec2_describe_subnets.Rd | 91 man/ec2_describe_tags.Rd | 21 man/ec2_describe_traffic_mirror_filter_rules.Rd | 27 man/ec2_describe_traffic_mirror_filters.Rd | 9 man/ec2_describe_traffic_mirror_sessions.Rd | 18 man/ec2_describe_traffic_mirror_targets.Rd | 18 man/ec2_describe_transit_gateway_attachments.Rd | 29 man/ec2_describe_transit_gateway_connect_peers.Rd | 12 man/ec2_describe_transit_gateway_connects.Rd | 17 man/ec2_describe_transit_gateway_metering_policies.Rd |only man/ec2_describe_transit_gateway_multicast_domains.Rd | 15 man/ec2_describe_transit_gateway_peering_attachments.Rd | 30 man/ec2_describe_transit_gateway_policy_tables.Rd | 9 man/ec2_describe_transit_gateway_route_table_announcements.Rd | 9 man/ec2_describe_transit_gateway_route_tables.Rd | 23 man/ec2_describe_transit_gateway_vpc_attachments.Rd | 14 man/ec2_describe_transit_gateways.Rd | 48 man/ec2_describe_trunk_interface_associations.Rd | 12 man/ec2_describe_verified_access_endpoints.Rd | 9 man/ec2_describe_verified_access_groups.Rd | 9 man/ec2_describe_verified_access_instance_logging_configurations.Rd | 9 man/ec2_describe_verified_access_instances.Rd | 9 man/ec2_describe_verified_access_trust_providers.Rd | 9 man/ec2_describe_volume_attribute.Rd | 5 man/ec2_describe_volume_status.Rd | 34 man/ec2_describe_volumes.Rd | 70 man/ec2_describe_volumes_modifications.Rd | 27 man/ec2_describe_vpc_attribute.Rd | 5 man/ec2_describe_vpc_block_public_access_exclusions.Rd | 33 man/ec2_describe_vpc_block_public_access_options.Rd | 5 man/ec2_describe_vpc_classic_link.Rd | 18 man/ec2_describe_vpc_classic_link_dns_support.Rd | 8 man/ec2_describe_vpc_encryption_controls.Rd |only man/ec2_describe_vpc_endpoint_associations.Rd | 21 man/ec2_describe_vpc_endpoint_connection_notifications.Rd | 15 man/ec2_describe_vpc_endpoint_connections.Rd | 21 man/ec2_describe_vpc_endpoint_service_configurations.Rd | 27 man/ec2_describe_vpc_endpoint_service_permissions.Rd | 16 man/ec2_describe_vpc_endpoint_services.Rd | 34 man/ec2_describe_vpc_endpoints.Rd | 32 man/ec2_describe_vpc_peering_connections.Rd | 45 man/ec2_describe_vpcs.Rd | 52 man/ec2_describe_vpn_concentrators.Rd |only man/ec2_describe_vpn_connections.Rd | 43 man/ec2_describe_vpn_gateways.Rd | 31 man/ec2_detach_classic_link_vpc.Rd | 5 man/ec2_detach_internet_gateway.Rd | 5 man/ec2_detach_network_interface.Rd | 19 man/ec2_detach_verified_access_trust_provider.Rd | 8 man/ec2_detach_volume.Rd | 16 man/ec2_detach_vpn_gateway.Rd | 5 man/ec2_disable_address_transfer.Rd | 5 man/ec2_disable_allowed_images_settings.Rd | 5 man/ec2_disable_aws_network_performance_metric_subscription.Rd | 11 man/ec2_disable_capacity_manager.Rd |only man/ec2_disable_ebs_encryption_by_default.Rd | 5 man/ec2_disable_fast_launch.Rd | 9 man/ec2_disable_fast_snapshot_restores.Rd | 16 man/ec2_disable_image.Rd | 5 man/ec2_disable_image_block_public_access.Rd | 5 man/ec2_disable_image_deprecation.Rd | 5 man/ec2_disable_image_deregistration_protection.Rd | 5 man/ec2_disable_instance_sql_ha_standby_detections.Rd |only man/ec2_disable_ipam_organization_admin_account.Rd | 8 man/ec2_disable_ipam_policy.Rd |only man/ec2_disable_route_server_propagation.Rd |only man/ec2_disable_serial_console_access.Rd | 5 man/ec2_disable_snapshot_block_public_access.Rd | 5 man/ec2_disable_transit_gateway_route_table_propagation.Rd | 5 man/ec2_disable_vgw_route_propagation.Rd | 5 man/ec2_disable_vpc_classic_link.Rd | 5 man/ec2_disassociate_address.Rd | 5 man/ec2_disassociate_capacity_reservation_billing_owner.Rd | 5 man/ec2_disassociate_client_vpn_target_network.Rd | 8 man/ec2_disassociate_enclave_certificate_iam_role.Rd | 5 man/ec2_disassociate_instance_event_window.Rd | 5 man/ec2_disassociate_ipam_byoasn.Rd | 5 man/ec2_disassociate_ipam_resource_discovery.Rd | 5 man/ec2_disassociate_nat_gateway_address.Rd | 12 man/ec2_disassociate_route_server.Rd |only man/ec2_disassociate_route_table.Rd | 8 man/ec2_disassociate_security_group_vpc.Rd | 5 man/ec2_disassociate_transit_gateway_multicast_domain.Rd | 5 man/ec2_disassociate_transit_gateway_policy_table.Rd | 8 man/ec2_disassociate_transit_gateway_route_table.Rd | 5 man/ec2_disassociate_trunk_interface.Rd | 8 man/ec2_enable_address_transfer.Rd | 8 man/ec2_enable_allowed_images_settings.Rd | 9 man/ec2_enable_aws_network_performance_metric_subscription.Rd | 15 man/ec2_enable_capacity_manager.Rd |only man/ec2_enable_ebs_encryption_by_default.Rd | 5 man/ec2_enable_fast_launch.Rd | 21 man/ec2_enable_fast_snapshot_restores.Rd | 20 man/ec2_enable_image.Rd | 5 man/ec2_enable_image_block_public_access.Rd | 9 man/ec2_enable_image_deprecation.Rd | 13 man/ec2_enable_image_deregistration_protection.Rd | 8 man/ec2_enable_instance_sql_ha_standby_detections.Rd |only man/ec2_enable_ipam_organization_admin_account.Rd | 8 man/ec2_enable_ipam_policy.Rd |only man/ec2_enable_reachability_analyzer_organization_sharing.Rd | 5 man/ec2_enable_route_server_propagation.Rd |only man/ec2_enable_serial_console_access.Rd | 5 man/ec2_enable_snapshot_block_public_access.Rd | 22 man/ec2_enable_transit_gateway_route_table_propagation.Rd | 5 man/ec2_enable_vgw_route_propagation.Rd | 12 man/ec2_enable_volume_io.Rd | 5 man/ec2_enable_vpc_classic_link.Rd | 5 man/ec2_export_client_vpn_client_certificate_revocation_list.Rd | 5 man/ec2_export_client_vpn_client_configuration.Rd | 5 man/ec2_export_image.Rd | 15 man/ec2_export_transit_gateway_routes.Rd | 26 man/ec2_export_verified_access_instance_client_configuration.Rd | 5 man/ec2_get_active_vpn_tunnel_status.Rd |only man/ec2_get_allowed_images_settings.Rd | 5 man/ec2_get_associated_enclave_certificate_iam_roles.Rd | 8 man/ec2_get_associated_ipv_6_pool_cidrs.Rd | 9 man/ec2_get_aws_network_performance_data.Rd | 17 man/ec2_get_capacity_manager_attributes.Rd |only man/ec2_get_capacity_manager_metric_data.Rd |only man/ec2_get_capacity_manager_metric_dimensions.Rd |only man/ec2_get_capacity_manager_monitored_tag_keys.Rd |only man/ec2_get_capacity_reservation_usage.Rd | 10 man/ec2_get_coip_pool_usage.Rd | 18 man/ec2_get_console_output.Rd | 5 man/ec2_get_console_screenshot.Rd | 8 man/ec2_get_declarative_policies_report_summary.Rd | 5 man/ec2_get_default_credit_specification.Rd | 5 man/ec2_get_ebs_default_kms_key_id.Rd | 7 man/ec2_get_ebs_encryption_by_default.Rd | 5 man/ec2_get_enabled_ipam_policy.Rd |only man/ec2_get_flow_logs_integration_template.Rd | 8 man/ec2_get_groups_for_capacity_reservation.Rd | 14 man/ec2_get_image_ancestry.Rd |only man/ec2_get_image_block_public_access_state.Rd | 5 man/ec2_get_instance_metadata_defaults.Rd | 5 man/ec2_get_instance_tpm_ek_pub.Rd | 10 man/ec2_get_instance_types_from_instance_requirements.Rd | 18 man/ec2_get_instance_uefi_data.Rd | 5 man/ec2_get_ipam_address_history.Rd | 21 man/ec2_get_ipam_discovered_accounts.Rd | 14 man/ec2_get_ipam_discovered_public_addresses.Rd | 8 man/ec2_get_ipam_discovered_resource_cidrs.Rd | 11 man/ec2_get_ipam_policy_allocation_rules.Rd |only man/ec2_get_ipam_policy_organization_targets.Rd |only man/ec2_get_ipam_pool_allocations.Rd | 8 man/ec2_get_ipam_pool_cidrs.Rd | 10 man/ec2_get_ipam_prefix_list_resolver_rules.Rd |only man/ec2_get_ipam_prefix_list_resolver_version_entries.Rd |only man/ec2_get_ipam_prefix_list_resolver_versions.Rd |only man/ec2_get_ipam_resource_cidrs.Rd | 10 man/ec2_get_launch_template_data.Rd | 5 man/ec2_get_managed_prefix_list_associations.Rd | 9 man/ec2_get_managed_prefix_list_entries.Rd | 12 man/ec2_get_managed_resource_visibility.Rd |only man/ec2_get_network_insights_access_scope_analysis_findings.Rd | 9 man/ec2_get_network_insights_access_scope_content.Rd | 5 man/ec2_get_password_data.Rd | 5 man/ec2_get_reserved_instances_exchange_quote.Rd | 8 man/ec2_get_route_server_associations.Rd |only man/ec2_get_route_server_propagations.Rd |only man/ec2_get_route_server_routing_database.Rd |only man/ec2_get_security_groups_for_vpc.Rd | 19 man/ec2_get_serial_console_access_status.Rd | 5 man/ec2_get_snapshot_block_public_access_state.Rd | 5 man/ec2_get_spot_placement_scores.Rd | 51 man/ec2_get_subnet_cidr_reservations.Rd | 19 man/ec2_get_transit_gateway_attachment_propagations.Rd | 12 man/ec2_get_transit_gateway_metering_policy_entries.Rd |only man/ec2_get_transit_gateway_multicast_domain_associations.Rd | 15 man/ec2_get_transit_gateway_policy_table_associations.Rd | 9 man/ec2_get_transit_gateway_policy_table_entries.Rd | 9 man/ec2_get_transit_gateway_prefix_list_references.Rd | 25 man/ec2_get_transit_gateway_route_table_associations.Rd | 12 man/ec2_get_transit_gateway_route_table_propagations.Rd | 12 man/ec2_get_verified_access_endpoint_policy.Rd | 5 man/ec2_get_verified_access_endpoint_targets.Rd | 9 man/ec2_get_verified_access_group_policy.Rd | 5 man/ec2_get_vpc_resources_blocking_encryption_enforcement.Rd |only man/ec2_get_vpn_connection_device_sample_configuration.Rd | 19 man/ec2_get_vpn_connection_device_types.Rd | 25 man/ec2_get_vpn_tunnel_replacement_status.Rd | 5 man/ec2_import_client_vpn_client_certificate_revocation_list.Rd | 12 man/ec2_import_image.Rd | 68 man/ec2_import_instance.Rd | 5 man/ec2_import_key_pair.Rd | 5 man/ec2_import_snapshot.Rd | 39 man/ec2_import_volume.Rd | 16 man/ec2_list_images_in_recycle_bin.Rd | 17 man/ec2_list_snapshots_in_recycle_bin.Rd | 16 man/ec2_list_volumes_in_recycle_bin.Rd |only man/ec2_lock_snapshot.Rd | 63 man/ec2_modify_address_attribute.Rd | 5 man/ec2_modify_availability_zone_group.Rd | 12 man/ec2_modify_capacity_reservation.Rd | 51 man/ec2_modify_capacity_reservation_fleet.Rd | 33 man/ec2_modify_client_vpn_endpoint.Rd | 48 man/ec2_modify_default_credit_specification.Rd | 5 man/ec2_modify_ebs_default_kms_key_id.Rd | 19 man/ec2_modify_fleet.Rd | 9 man/ec2_modify_fpga_image_attribute.Rd | 15 man/ec2_modify_hosts.Rd | 36 man/ec2_modify_id_format.Rd | 13 man/ec2_modify_identity_id_format.Rd | 17 man/ec2_modify_image_attribute.Rd | 44 man/ec2_modify_instance_attribute.Rd | 118 man/ec2_modify_instance_capacity_reservation_attributes.Rd | 5 man/ec2_modify_instance_connect_endpoint.Rd |only man/ec2_modify_instance_cpu_options.Rd | 16 man/ec2_modify_instance_credit_specification.Rd | 8 man/ec2_modify_instance_event_start_time.Rd | 5 man/ec2_modify_instance_event_window.Rd | 20 man/ec2_modify_instance_maintenance_options.Rd | 17 man/ec2_modify_instance_metadata_defaults.Rd | 31 man/ec2_modify_instance_metadata_options.Rd | 52 man/ec2_modify_instance_network_performance_options.Rd | 17 man/ec2_modify_instance_placement.Rd | 27 man/ec2_modify_ipam.Rd | 31 man/ec2_modify_ipam_policy_allocation_rules.Rd |only man/ec2_modify_ipam_pool.Rd | 38 man/ec2_modify_ipam_pool_allocation.Rd |only man/ec2_modify_ipam_prefix_list_resolver.Rd |only man/ec2_modify_ipam_prefix_list_resolver_target.Rd |only man/ec2_modify_ipam_resource_cidr.Rd | 9 man/ec2_modify_ipam_resource_discovery.Rd | 42 man/ec2_modify_ipam_scope.Rd | 19 man/ec2_modify_launch_template.Rd | 16 man/ec2_modify_local_gateway_route.Rd | 12 man/ec2_modify_managed_prefix_list.Rd | 21 man/ec2_modify_managed_resource_visibility.Rd |only man/ec2_modify_network_interface_attribute.Rd | 53 man/ec2_modify_private_dns_name_options.Rd | 17 man/ec2_modify_public_ip_dns_name_options.Rd |only man/ec2_modify_reserved_instances.Rd | 3 man/ec2_modify_route_server.Rd |only man/ec2_modify_security_group_rules.Rd | 5 man/ec2_modify_snapshot_attribute.Rd | 8 man/ec2_modify_snapshot_tier.Rd | 5 man/ec2_modify_spot_fleet_request.Rd | 9 man/ec2_modify_subnet_attribute.Rd | 74 man/ec2_modify_traffic_mirror_filter_network_services.Rd | 8 man/ec2_modify_traffic_mirror_filter_rule.Rd | 15 man/ec2_modify_traffic_mirror_session.Rd | 30 man/ec2_modify_transit_gateway.Rd | 5 man/ec2_modify_transit_gateway_metering_policy.Rd |only man/ec2_modify_transit_gateway_prefix_list_reference.Rd | 5 man/ec2_modify_transit_gateway_vpc_attachment.Rd | 8 man/ec2_modify_verified_access_endpoint.Rd | 11 man/ec2_modify_verified_access_endpoint_policy.Rd | 8 man/ec2_modify_verified_access_group.Rd | 8 man/ec2_modify_verified_access_group_policy.Rd | 8 man/ec2_modify_verified_access_instance.Rd | 8 man/ec2_modify_verified_access_instance_logging_configuration.Rd | 8 man/ec2_modify_verified_access_trust_provider.Rd | 14 man/ec2_modify_volume.Rd | 49 man/ec2_modify_volume_attribute.Rd | 5 man/ec2_modify_vpc_attribute.Rd | 21 man/ec2_modify_vpc_block_public_access_exclusion.Rd | 13 man/ec2_modify_vpc_block_public_access_options.Rd | 18 man/ec2_modify_vpc_encryption_control.Rd |only man/ec2_modify_vpc_endpoint.Rd | 34 man/ec2_modify_vpc_endpoint_connection_notification.Rd | 8 man/ec2_modify_vpc_endpoint_service_configuration.Rd | 26 man/ec2_modify_vpc_endpoint_service_payer_responsibility.Rd | 9 man/ec2_modify_vpc_endpoint_service_permissions.Rd | 14 man/ec2_modify_vpc_peering_connection_options.Rd | 5 man/ec2_modify_vpc_tenancy.Rd | 5 man/ec2_modify_vpn_connection.Rd | 8 man/ec2_modify_vpn_connection_options.Rd | 14 man/ec2_modify_vpn_tunnel_certificate.Rd | 5 man/ec2_modify_vpn_tunnel_options.Rd | 13 man/ec2_monitor_instances.Rd | 5 man/ec2_move_address_to_vpc.Rd | 5 man/ec2_move_byoip_cidr_to_ipam.Rd | 5 man/ec2_move_capacity_reservation_instances.Rd | 11 man/ec2_provision_byoip_cidr.Rd | 32 man/ec2_provision_ipam_byoasn.Rd | 5 man/ec2_provision_ipam_pool_cidr.Rd | 37 man/ec2_provision_public_ipv_4_pool_cidr.Rd | 14 man/ec2_purchase_capacity_block.Rd | 5 man/ec2_purchase_capacity_block_extension.Rd | 5 man/ec2_purchase_host_reservation.Rd | 18 man/ec2_purchase_reserved_instances_offering.Rd | 12 man/ec2_purchase_scheduled_instances.Rd | 8 man/ec2_reboot_instances.Rd | 5 man/ec2_register_image.Rd | 104 man/ec2_register_instance_event_notification_attributes.Rd | 5 man/ec2_register_transit_gateway_multicast_group_members.Rd | 8 man/ec2_register_transit_gateway_multicast_group_sources.Rd | 8 man/ec2_reject_capacity_reservation_billing_ownership.Rd | 5 man/ec2_reject_transit_gateway_client_vpn_attachment.Rd |only man/ec2_reject_transit_gateway_multicast_domain_associations.Rd | 8 man/ec2_reject_transit_gateway_peering_attachment.Rd | 5 man/ec2_reject_transit_gateway_vpc_attachment.Rd | 5 man/ec2_reject_vpc_endpoint_connections.Rd | 5 man/ec2_reject_vpc_peering_connection.Rd | 5 man/ec2_release_address.Rd | 11 man/ec2_release_ipam_pool_allocation.Rd | 8 man/ec2_replace_image_criteria_in_allowed_images_settings.Rd | 9 man/ec2_replace_network_acl_association.Rd | 8 man/ec2_replace_network_acl_entry.Rd | 26 man/ec2_replace_route.Rd | 20 man/ec2_replace_route_table_association.Rd | 5 man/ec2_replace_transit_gateway_route.Rd | 8 man/ec2_replace_vpn_tunnel.Rd | 5 man/ec2_report_instance_status.Rd | 24 man/ec2_request_spot_fleet.Rd | 5 man/ec2_request_spot_instances.Rd | 82 man/ec2_reset_address_attribute.Rd | 5 man/ec2_reset_ebs_default_kms_key_id.Rd | 5 man/ec2_reset_fpga_image_attribute.Rd | 5 man/ec2_reset_image_attribute.Rd | 8 man/ec2_reset_instance_attribute.Rd | 8 man/ec2_reset_network_interface_attribute.Rd | 5 man/ec2_reset_snapshot_attribute.Rd | 8 man/ec2_restore_address_to_classic.Rd | 5 man/ec2_restore_image_from_recycle_bin.Rd | 7 man/ec2_restore_managed_prefix_list_version.Rd | 5 man/ec2_restore_snapshot_from_recycle_bin.Rd | 5 man/ec2_restore_snapshot_tier.Rd | 16 man/ec2_restore_volume_from_recycle_bin.Rd |only man/ec2_revoke_client_vpn_ingress.Rd | 17 man/ec2_revoke_security_group_egress.Rd | 17 man/ec2_revoke_security_group_ingress.Rd | 38 man/ec2_run_instances.Rd | 234 man/ec2_run_scheduled_instances.Rd | 11 man/ec2_search_local_gateway_routes.Rd | 24 man/ec2_search_transit_gateway_multicast_groups.Rd | 24 man/ec2_search_transit_gateway_routes.Rd | 38 man/ec2_send_diagnostic_interrupt.Rd | 5 man/ec2_start_declarative_policies_report.Rd | 8 man/ec2_start_instances.Rd | 5 man/ec2_start_network_insights_access_scope_analysis.Rd | 8 man/ec2_start_network_insights_analysis.Rd | 14 man/ec2_start_vpc_endpoint_service_private_dns_verification.Rd | 5 man/ec2_stop_instances.Rd | 35 man/ec2_terminate_client_vpn_connections.Rd | 9 man/ec2_terminate_instances.Rd | 25 man/ec2_unassign_private_ip_addresses.Rd | 4 man/ec2_unassign_private_nat_gateway_address.Rd | 9 man/ec2_unlock_snapshot.Rd | 5 man/ec2_unmonitor_instances.Rd | 5 man/ec2_update_capacity_manager_monitored_tag_keys.Rd |only man/ec2_update_capacity_manager_organizations_access.Rd |only man/ec2_update_interruptible_capacity_reservation_allocation.Rd |only man/ec2_update_security_group_rule_descriptions_egress.Rd | 18 man/ec2_update_security_group_rule_descriptions_ingress.Rd | 19 man/ec2_withdraw_byoip_cidr.Rd | 5 man/ec2instanceconnect.Rd | 9 man/ec2instanceconnect_send_serial_console_ssh_public_key.Rd | 5 man/ec2instanceconnect_send_ssh_public_key.Rd | 6 man/ecr.Rd | 21 man/ecr_batch_check_layer_availability.Rd | 7 man/ecr_batch_delete_image.Rd | 8 man/ecr_batch_get_image.Rd | 12 man/ecr_complete_layer_upload.Rd | 8 man/ecr_create_pull_through_cache_rule.Rd | 40 man/ecr_create_repository.Rd | 45 man/ecr_create_repository_creation_template.Rd | 56 man/ecr_delete_lifecycle_policy.Rd | 4 man/ecr_delete_pull_through_cache_rule.Rd | 7 man/ecr_delete_repository.Rd | 8 man/ecr_delete_repository_creation_template.Rd | 3 man/ecr_delete_repository_policy.Rd | 7 man/ecr_delete_signing_configuration.Rd |only man/ecr_deregister_pull_time_update_exclusion.Rd |only man/ecr_describe_image_replication_status.Rd | 5 man/ecr_describe_image_scan_findings.Rd | 26 man/ecr_describe_image_signing_status.Rd |only man/ecr_describe_images.Rd | 27 man/ecr_describe_pull_through_cache_rules.Rd | 25 man/ecr_describe_repositories.Rd | 32 man/ecr_describe_repository_creation_templates.Rd | 26 man/ecr_get_account_setting.Rd | 3 man/ecr_get_authorization_token.Rd | 4 man/ecr_get_download_url_for_layer.Rd | 7 man/ecr_get_lifecycle_policy.Rd | 4 man/ecr_get_lifecycle_policy_preview.Rd | 26 man/ecr_get_repository_policy.Rd | 4 man/ecr_get_signing_configuration.Rd |only man/ecr_initiate_layer_upload.Rd | 4 man/ecr_list_image_referrers.Rd |only man/ecr_list_images.Rd | 27 man/ecr_list_pull_time_update_exclusions.Rd |only man/ecr_list_tags_for_resource.Rd | 4 man/ecr_put_account_setting.Rd | 7 man/ecr_put_image.Rd | 12 man/ecr_put_image_scanning_configuration.Rd | 12 man/ecr_put_image_tag_mutability.Rd | 18 man/ecr_put_lifecycle_policy.Rd | 4 man/ecr_put_registry_policy.Rd | 4 man/ecr_put_registry_scanning_configuration.Rd | 15 man/ecr_put_signing_configuration.Rd |only man/ecr_register_pull_time_update_exclusion.Rd |only man/ecr_set_repository_policy.Rd | 13 man/ecr_start_image_scan.Rd | 6 man/ecr_start_lifecycle_policy_preview.Rd | 7 man/ecr_tag_resource.Rd | 7 man/ecr_untag_resource.Rd | 4 man/ecr_update_image_storage_class.Rd |only man/ecr_update_pull_through_cache_rule.Rd | 16 man/ecr_update_repository_creation_template.Rd | 53 man/ecr_upload_layer_part.Rd | 14 man/ecr_validate_pull_through_cache_rule.Rd | 3 man/ecrpublic.Rd | 9 man/ecrpublic_batch_check_layer_availability.Rd | 7 man/ecrpublic_batch_delete_image.Rd | 8 man/ecrpublic_complete_layer_upload.Rd | 11 man/ecrpublic_create_repository.Rd | 14 man/ecrpublic_delete_repository.Rd | 8 man/ecrpublic_delete_repository_policy.Rd | 7 man/ecrpublic_describe_image_tags.Rd | 28 man/ecrpublic_describe_images.Rd | 25 man/ecrpublic_describe_registries.Rd | 23 man/ecrpublic_describe_repositories.Rd | 33 man/ecrpublic_get_repository_catalog_data.Rd | 4 man/ecrpublic_get_repository_policy.Rd | 4 man/ecrpublic_initiate_layer_upload.Rd | 4 man/ecrpublic_list_tags_for_resource.Rd | 4 man/ecrpublic_put_image.Rd | 13 man/ecrpublic_put_registry_catalog_data.Rd | 6 man/ecrpublic_put_repository_catalog_data.Rd | 7 man/ecrpublic_set_repository_policy.Rd | 13 man/ecrpublic_tag_resource.Rd | 7 man/ecrpublic_untag_resource.Rd | 3 man/ecrpublic_upload_layer_part.Rd | 14 man/ecs.Rd | 43 man/ecs_continue_service_deployment.Rd |only man/ecs_create_capacity_provider.Rd | 46 man/ecs_create_cluster.Rd | 98 man/ecs_create_daemon.Rd |only man/ecs_create_express_gateway_service.Rd |only man/ecs_create_service.Rd | 343 man/ecs_create_task_set.Rd | 108 man/ecs_delete_account_setting.Rd | 17 man/ecs_delete_attributes.Rd | 10 man/ecs_delete_capacity_provider.Rd | 7 man/ecs_delete_cluster.Rd | 3 man/ecs_delete_daemon.Rd |only man/ecs_delete_daemon_task_definition.Rd |only man/ecs_delete_express_gateway_service.Rd |only man/ecs_delete_service.Rd | 8 man/ecs_delete_task_definitions.Rd | 4 man/ecs_delete_task_set.Rd | 12 man/ecs_deregister_container_instance.Rd | 22 man/ecs_deregister_task_definition.Rd | 4 man/ecs_describe_capacity_providers.Rd | 35 man/ecs_describe_clusters.Rd | 25 man/ecs_describe_container_instances.Rd | 15 man/ecs_describe_daemon.Rd |only man/ecs_describe_daemon_deployments.Rd |only man/ecs_describe_daemon_revisions.Rd |only man/ecs_describe_daemon_task_definition.Rd |only man/ecs_describe_express_gateway_service.Rd |only man/ecs_describe_service_revisions.Rd | 3 man/ecs_describe_services.Rd | 13 man/ecs_describe_task_definition.Rd | 8 man/ecs_describe_task_sets.Rd | 10 man/ecs_describe_tasks.Rd | 9 man/ecs_discover_poll_endpoint.Rd | 7 man/ecs_execute_command.Rd | 10 man/ecs_get_task_protection.Rd | 3 man/ecs_list_account_settings.Rd | 50 man/ecs_list_attributes.Rd | 32 man/ecs_list_clusters.Rd | 21 man/ecs_list_container_instances.Rd | 40 man/ecs_list_daemon_deployments.Rd |only man/ecs_list_daemon_task_definitions.Rd |only man/ecs_list_daemons.Rd |only man/ecs_list_service_deployments.Rd | 33 man/ecs_list_services.Rd | 42 man/ecs_list_services_by_namespace.Rd | 30 man/ecs_list_tags_for_resource.Rd | 4 man/ecs_list_task_definition_families.Rd | 38 man/ecs_list_task_definitions.Rd | 42 man/ecs_list_tasks.Rd | 84 man/ecs_put_account_setting.Rd | 132 man/ecs_put_account_setting_default.Rd | 118 man/ecs_put_attributes.Rd | 8 man/ecs_put_cluster_capacity_providers.Rd | 53 man/ecs_register_container_instance.Rd | 43 man/ecs_register_daemon_task_definition.Rd |only man/ecs_register_task_definition.Rd | 285 man/ecs_run_task.Rd | 234 man/ecs_start_task.Rd | 108 man/ecs_stop_service_deployment.Rd |only man/ecs_stop_task.Rd | 10 man/ecs_submit_attachment_state_changes.Rd | 3 man/ecs_submit_container_state_change.Rd | 3 man/ecs_submit_task_state_change.Rd | 3 man/ecs_tag_resource.Rd | 31 man/ecs_untag_resource.Rd | 4 man/ecs_update_capacity_provider.Rd | 14 man/ecs_update_cluster.Rd | 17 man/ecs_update_cluster_settings.Rd | 13 man/ecs_update_container_agent.Rd | 7 man/ecs_update_container_instances_state.Rd | 11 man/ecs_update_daemon.Rd |only man/ecs_update_express_gateway_service.Rd |only man/ecs_update_service.Rd | 314 man/ecs_update_service_primary_task_set.Rd | 9 man/ecs_update_task_protection.Rd | 16 man/ecs_update_task_set.Rd | 12 man/eks.Rd | 21 man/eks_associate_access_policy.Rd | 9 man/eks_associate_encryption_config.Rd | 3 man/eks_associate_identity_provider_config.Rd | 10 man/eks_create_access_entry.Rd | 91 man/eks_create_addon.Rd | 78 man/eks_create_capability.Rd |only man/eks_create_cluster.Rd | 117 man/eks_create_eks_anywhere_subscription.Rd | 43 man/eks_create_fargate_profile.Rd | 31 man/eks_create_nodegroup.Rd | 134 man/eks_create_pod_identity_association.Rd | 69 man/eks_delete_addon.Rd | 8 man/eks_delete_capability.Rd |only man/eks_describe_addon.Rd | 4 man/eks_describe_addon_configuration.Rd | 8 man/eks_describe_addon_versions.Rd | 36 man/eks_describe_capability.Rd |only man/eks_describe_cluster_versions.Rd | 3 man/eks_describe_insights_refresh.Rd |only man/eks_describe_update.Rd | 17 man/eks_disassociate_access_policy.Rd | 4 man/eks_disassociate_identity_provider_config.Rd | 3 man/eks_list_access_entries.Rd | 22 man/eks_list_access_policies.Rd | 17 man/eks_list_addons.Rd | 17 man/eks_list_associated_access_policies.Rd | 17 man/eks_list_capabilities.Rd |only man/eks_list_clusters.Rd | 23 man/eks_list_eks_anywhere_subscriptions.Rd | 16 man/eks_list_fargate_profiles.Rd | 17 man/eks_list_identity_provider_configs.Rd | 17 man/eks_list_insights.Rd | 22 man/eks_list_nodegroups.Rd | 17 man/eks_list_pod_identity_associations.Rd | 26 man/eks_list_tags_for_resource.Rd | 3 man/eks_list_updates.Rd | 24 man/eks_register_cluster.Rd | 10 man/eks_start_insights_refresh.Rd |only man/eks_tag_resource.Rd | 4 man/eks_update_access_entry.Rd | 37 man/eks_update_addon.Rd | 61 man/eks_update_capability.Rd |only man/eks_update_cluster_config.Rd | 67 man/eks_update_cluster_version.Rd | 12 man/eks_update_eks_anywhere_subscription.Rd | 6 man/eks_update_nodegroup_config.Rd | 15 man/eks_update_nodegroup_version.Rd | 46 man/eks_update_pod_identity_association.Rd | 30 man/elasticbeanstalk.Rd | 15 man/elasticbeanstalk_abort_environment_update.Rd | 6 man/elasticbeanstalk_associate_environment_operations_role.Rd | 3 man/elasticbeanstalk_compose_environments.Rd | 14 man/elasticbeanstalk_create_application.Rd | 6 man/elasticbeanstalk_create_application_version.Rd | 42 man/elasticbeanstalk_create_configuration_template.Rd | 61 man/elasticbeanstalk_create_environment.Rd | 74 man/elasticbeanstalk_create_platform_version.Rd | 4 man/elasticbeanstalk_delete_application.Rd | 3 man/elasticbeanstalk_delete_application_version.Rd | 4 man/elasticbeanstalk_describe_application_versions.Rd | 13 man/elasticbeanstalk_describe_applications.Rd | 3 man/elasticbeanstalk_describe_configuration_options.Rd | 14 man/elasticbeanstalk_describe_configuration_settings.Rd | 11 man/elasticbeanstalk_describe_environment_health.Rd | 4 man/elasticbeanstalk_describe_environment_resources.Rd | 8 man/elasticbeanstalk_describe_environments.Rd | 28 man/elasticbeanstalk_describe_events.Rd | 37 man/elasticbeanstalk_describe_instances_health.Rd | 4 man/elasticbeanstalk_disassociate_environment_operations_role.Rd | 3 man/elasticbeanstalk_list_platform_branches.Rd | 23 man/elasticbeanstalk_list_platform_versions.Rd | 8 man/elasticbeanstalk_list_tags_for_resource.Rd | 3 man/elasticbeanstalk_rebuild_environment.Rd | 8 man/elasticbeanstalk_request_environment_info.Rd | 20 man/elasticbeanstalk_restart_app_server.Rd | 8 man/elasticbeanstalk_retrieve_environment_info.Rd | 14 man/elasticbeanstalk_swap_environment_cnam_es.Rd | 18 man/elasticbeanstalk_terminate_environment.Rd | 21 man/elasticbeanstalk_update_application.Rd | 7 man/elasticbeanstalk_update_application_version.Rd | 8 man/elasticbeanstalk_update_configuration_template.Rd | 14 man/elasticbeanstalk_update_environment.Rd | 53 man/elasticbeanstalk_update_tags_for_resource.Rd | 6 man/elasticbeanstalk_validate_configuration_settings.Rd | 6 man/emrcontainers.Rd | 21 man/emrcontainers_create_managed_endpoint.Rd | 6 man/emrcontainers_create_security_configuration.Rd | 6 man/emrcontainers_get_managed_endpoint_session_credentials.Rd | 9 man/emrcontainers_list_virtual_clusters.Rd | 8 man/emrserverless.Rd | 26 man/emrserverless_cancel_job_run.Rd | 8 man/emrserverless_create_application.Rd | 53 man/emrserverless_get_dashboard_for_job_run.Rd | 6 man/emrserverless_get_job_run.Rd | 3 man/emrserverless_get_resource_dashboard.Rd |only man/emrserverless_get_session.Rd |only man/emrserverless_get_session_endpoint.Rd |only man/emrserverless_list_applications.Rd | 4 man/emrserverless_list_job_runs.Rd | 3 man/emrserverless_list_sessions.Rd |only man/emrserverless_list_tags_for_resource.Rd | 4 man/emrserverless_start_job_run.Rd | 9 man/emrserverless_start_session.Rd |only man/emrserverless_tag_resource.Rd | 4 man/emrserverless_terminate_session.Rd |only man/emrserverless_untag_resource.Rd | 4 man/emrserverless_update_application.Rd | 62 man/imagebuilder.Rd | 8 man/imagebuilder_cancel_image_creation.Rd | 7 man/imagebuilder_cancel_lifecycle_execution.Rd | 7 man/imagebuilder_create_component.Rd | 56 man/imagebuilder_create_container_recipe.Rd | 44 man/imagebuilder_create_distribution_configuration.Rd | 4 man/imagebuilder_create_image.Rd | 29 man/imagebuilder_create_image_pipeline.Rd | 33 man/imagebuilder_create_image_recipe.Rd | 53 man/imagebuilder_create_infrastructure_configuration.Rd | 61 man/imagebuilder_create_lifecycle_policy.Rd | 10 man/imagebuilder_create_workflow.Rd | 52 man/imagebuilder_delete_distribution_configuration.Rd | 3 man/imagebuilder_delete_image.Rd | 3 man/imagebuilder_delete_infrastructure_configuration.Rd | 3 man/imagebuilder_delete_lifecycle_policy.Rd | 3 man/imagebuilder_distribute_image.Rd |only man/imagebuilder_get_component.Rd | 3 man/imagebuilder_get_component_policy.Rd | 3 man/imagebuilder_get_container_recipe_policy.Rd | 3 man/imagebuilder_get_distribution_configuration.Rd | 3 man/imagebuilder_get_image_pipeline.Rd | 3 man/imagebuilder_get_image_policy.Rd | 3 man/imagebuilder_get_image_recipe.Rd | 3 man/imagebuilder_get_image_recipe_policy.Rd | 3 man/imagebuilder_get_infrastructure_configuration.Rd | 3 man/imagebuilder_get_lifecycle_execution.Rd | 3 man/imagebuilder_get_lifecycle_policy.Rd | 3 man/imagebuilder_get_marketplace_resource.Rd | 9 man/imagebuilder_get_workflow.Rd | 3 man/imagebuilder_get_workflow_execution.Rd | 3 man/imagebuilder_get_workflow_step_execution.Rd | 3 man/imagebuilder_import_component.Rd | 43 man/imagebuilder_import_disk_image.Rd | 32 man/imagebuilder_import_vm_image.Rd | 36 man/imagebuilder_list_component_build_versions.Rd | 10 man/imagebuilder_list_components.Rd | 11 man/imagebuilder_list_container_recipes.Rd | 9 man/imagebuilder_list_distribution_configurations.Rd | 5 man/imagebuilder_list_image_build_versions.Rd | 10 man/imagebuilder_list_image_packages.Rd | 8 man/imagebuilder_list_image_pipeline_images.Rd | 8 man/imagebuilder_list_image_pipelines.Rd | 5 man/imagebuilder_list_image_recipes.Rd | 11 man/imagebuilder_list_image_scan_finding_aggregations.Rd | 5 man/imagebuilder_list_image_scan_findings.Rd | 11 man/imagebuilder_list_images.Rd | 11 man/imagebuilder_list_infrastructure_configurations.Rd | 5 man/imagebuilder_list_lifecycle_execution_resources.Rd | 17 man/imagebuilder_list_lifecycle_executions.Rd | 8 man/imagebuilder_list_lifecycle_policies.Rd | 8 man/imagebuilder_list_tags_for_resource.Rd | 3 man/imagebuilder_list_waiting_workflow_steps.Rd | 5 man/imagebuilder_list_workflow_build_versions.Rd | 10 man/imagebuilder_list_workflow_executions.Rd | 8 man/imagebuilder_list_workflow_step_executions.Rd | 8 man/imagebuilder_list_workflows.Rd | 8 man/imagebuilder_put_component_policy.Rd | 3 man/imagebuilder_put_container_recipe_policy.Rd | 3 man/imagebuilder_put_image_policy.Rd | 3 man/imagebuilder_put_image_recipe_policy.Rd | 3 man/imagebuilder_retry_image.Rd |only man/imagebuilder_send_workflow_step_action.Rd | 10 man/imagebuilder_start_image_pipeline_execution.Rd | 15 man/imagebuilder_start_resource_state_update.Rd | 16 man/imagebuilder_update_distribution_configuration.Rd | 7 man/imagebuilder_update_image_pipeline.Rd | 33 man/imagebuilder_update_infrastructure_configuration.Rd | 54 man/imagebuilder_update_lifecycle_policy.Rd | 7 man/lambda.Rd | 86 man/lambda_add_layer_version_permission.Rd | 23 man/lambda_add_permission.Rd | 71 man/lambda_checkpoint_durable_execution.Rd |only man/lambda_create_alias.Rd | 9 man/lambda_create_capacity_provider.Rd |only man/lambda_create_code_signing_config.Rd | 3 man/lambda_create_event_source_mapping.Rd | 131 man/lambda_create_function.Rd | 143 man/lambda_create_function_url_config.Rd | 25 man/lambda_delete_alias.Rd | 6 man/lambda_delete_capacity_provider.Rd |only man/lambda_delete_function.Rd | 13 man/lambda_delete_function_code_signing_config.Rd | 6 man/lambda_delete_function_concurrency.Rd | 6 man/lambda_delete_function_event_invoke_config.Rd | 10 man/lambda_delete_function_url_config.Rd | 6 man/lambda_delete_provisioned_concurrency_config.Rd | 6 man/lambda_get_alias.Rd | 6 man/lambda_get_capacity_provider.Rd |only man/lambda_get_durable_execution.Rd |only man/lambda_get_durable_execution_history.Rd |only man/lambda_get_durable_execution_state.Rd |only man/lambda_get_function.Rd | 13 man/lambda_get_function_code_signing_config.Rd | 6 man/lambda_get_function_concurrency.Rd | 6 man/lambda_get_function_configuration.Rd | 13 man/lambda_get_function_event_invoke_config.Rd | 10 man/lambda_get_function_recursion_config.Rd | 2 man/lambda_get_function_scaling_config.Rd |only man/lambda_get_function_url_config.Rd | 6 man/lambda_get_policy.Rd | 10 man/lambda_get_provisioned_concurrency_config.Rd | 6 man/lambda_get_runtime_management_config.Rd | 10 man/lambda_invoke.Rd | 51 man/lambda_invoke_async.Rd | 6 man/lambda_invoke_with_response_stream.Rd | 29 man/lambda_list_aliases.Rd | 12 man/lambda_list_capacity_providers.Rd |only man/lambda_list_code_signing_configs.Rd | 3 man/lambda_list_durable_executions_by_function.Rd |only man/lambda_list_event_source_mappings.Rd | 19 man/lambda_list_function_event_invoke_configs.Rd | 9 man/lambda_list_function_url_configs.Rd | 14 man/lambda_list_function_versions_by_capacity_provider.Rd |only man/lambda_list_functions.Rd | 16 man/lambda_list_functions_by_code_signing_config.Rd | 3 man/lambda_list_layer_versions.Rd | 3 man/lambda_list_layers.Rd | 3 man/lambda_list_provisioned_concurrency_configs.Rd | 9 man/lambda_list_tags.Rd | 3 man/lambda_list_versions_by_function.Rd | 14 man/lambda_publish_layer_version.Rd | 13 man/lambda_publish_version.Rd | 28 man/lambda_put_function_code_signing_config.Rd | 6 man/lambda_put_function_concurrency.Rd | 6 man/lambda_put_function_event_invoke_config.Rd | 19 man/lambda_put_function_recursion_config.Rd | 25 man/lambda_put_function_scaling_config.Rd |only man/lambda_put_provisioned_concurrency_config.Rd | 9 man/lambda_put_runtime_management_config.Rd | 33 man/lambda_remove_layer_version_permission.Rd | 4 man/lambda_remove_permission.Rd | 17 man/lambda_send_durable_execution_callback_failure.Rd |only man/lambda_send_durable_execution_callback_heartbeat.Rd |only man/lambda_send_durable_execution_callback_success.Rd |only man/lambda_stop_durable_execution.Rd |only man/lambda_update_alias.Rd | 13 man/lambda_update_capacity_provider.Rd |only man/lambda_update_event_source_mapping.Rd | 117 man/lambda_update_function_code.Rd | 67 man/lambda_update_function_configuration.Rd | 104 man/lambda_update_function_event_invoke_config.Rd | 19 man/lambda_update_function_url_config.Rd | 25 man/lightsail.Rd | 19 man/lightsail_attach_certificate_to_distribution.Rd | 15 man/lightsail_attach_disk.Rd | 6 man/lightsail_attach_instances_to_load_balancer.Rd | 10 man/lightsail_attach_load_balancer_tls_certificate.Rd | 3 man/lightsail_copy_snapshot.Rd | 34 man/lightsail_create_bucket.Rd | 21 man/lightsail_create_bucket_access_key.Rd | 3 man/lightsail_create_certificate.Rd | 12 man/lightsail_create_cloud_formation_stack.Rd | 5 man/lightsail_create_contact_method.Rd | 37 man/lightsail_create_container_service.Rd | 81 man/lightsail_create_container_service_deployment.Rd | 6 man/lightsail_create_disk.Rd | 13 man/lightsail_create_disk_from_snapshot.Rd | 52 man/lightsail_create_disk_snapshot.Rd | 24 man/lightsail_create_distribution.Rd | 33 man/lightsail_create_domain.Rd | 3 man/lightsail_create_domain_entry.Rd | 6 man/lightsail_create_instance_snapshot.Rd | 3 man/lightsail_create_instances.Rd | 53 man/lightsail_create_instances_from_snapshot.Rd | 68 man/lightsail_create_key_pair.Rd | 3 man/lightsail_create_load_balancer.Rd | 38 man/lightsail_create_load_balancer_tls_certificate.Rd | 15 man/lightsail_create_relational_database.Rd | 84 man/lightsail_create_relational_database_from_snapshot.Rd | 45 man/lightsail_create_relational_database_snapshot.Rd | 3 man/lightsail_delete_auto_snapshot.Rd | 7 man/lightsail_delete_bucket.Rd | 14 man/lightsail_delete_bucket_access_key.Rd | 3 man/lightsail_delete_certificate.Rd | 3 man/lightsail_delete_contact_method.Rd | 8 man/lightsail_delete_container_image.Rd | 13 man/lightsail_delete_distribution.Rd | 3 man/lightsail_delete_domain_entry.Rd | 3 man/lightsail_delete_instance.Rd | 3 man/lightsail_delete_key_pair.Rd | 3 man/lightsail_delete_known_host_keys.Rd | 3 man/lightsail_delete_load_balancer_tls_certificate.Rd | 5 man/lightsail_delete_relational_database.Rd | 14 man/lightsail_detach_certificate_from_distribution.Rd | 3 man/lightsail_detach_disk.Rd | 3 man/lightsail_detach_instances_from_load_balancer.Rd | 3 man/lightsail_enable_add_on.Rd | 3 man/lightsail_get_active_names.Rd | 5 man/lightsail_get_alarms.Rd | 8 man/lightsail_get_auto_snapshots.Rd | 3 man/lightsail_get_blueprints.Rd | 11 man/lightsail_get_bucket_bundles.Rd | 3 man/lightsail_get_bucket_metric_data.Rd | 41 man/lightsail_get_buckets.Rd | 22 man/lightsail_get_bundles.Rd | 8 man/lightsail_get_certificates.Rd | 21 man/lightsail_get_cloud_formation_stack_records.Rd | 5 man/lightsail_get_contact_methods.Rd | 6 man/lightsail_get_container_images.Rd | 3 man/lightsail_get_container_log.Rd | 35 man/lightsail_get_container_service_metric_data.Rd | 39 man/lightsail_get_container_services.Rd | 3 man/lightsail_get_cost_estimate.Rd | 12 man/lightsail_get_disk_snapshots.Rd | 5 man/lightsail_get_disks.Rd | 5 man/lightsail_get_distribution_latest_cache_reset.Rd | 9 man/lightsail_get_distribution_metric_data.Rd | 72 man/lightsail_get_distributions.Rd | 8 man/lightsail_get_domains.Rd | 5 man/lightsail_get_export_snapshot_records.Rd | 6 man/lightsail_get_instance_metric_data.Rd | 108 man/lightsail_get_instance_snapshots.Rd | 5 man/lightsail_get_instances.Rd | 5 man/lightsail_get_key_pairs.Rd | 8 man/lightsail_get_load_balancer_metric_data.Rd | 109 man/lightsail_get_load_balancer_tls_certificates.Rd | 3 man/lightsail_get_load_balancer_tls_policies.Rd | 6 man/lightsail_get_load_balancers.Rd | 5 man/lightsail_get_operations.Rd | 5 man/lightsail_get_operations_for_resource.Rd | 6 man/lightsail_get_regions.Rd | 8 man/lightsail_get_relational_database_blueprints.Rd | 6 man/lightsail_get_relational_database_bundles.Rd | 9 man/lightsail_get_relational_database_events.Rd | 9 man/lightsail_get_relational_database_log_events.Rd | 31 man/lightsail_get_relational_database_master_user_password.Rd | 6 man/lightsail_get_relational_database_metric_data.Rd | 60 man/lightsail_get_relational_database_parameters.Rd | 6 man/lightsail_get_relational_database_snapshots.Rd | 6 man/lightsail_get_relational_databases.Rd | 6 man/lightsail_get_setup_history.Rd | 5 man/lightsail_get_static_ips.Rd | 5 man/lightsail_put_alarm.Rd | 113 man/lightsail_put_instance_public_ports.Rd | 3 man/lightsail_register_container_image.Rd | 28 man/lightsail_reset_distribution_cache.Rd | 3 man/lightsail_set_ip_address_type.Rd | 22 man/lightsail_set_resource_access_for_bucket.Rd | 9 man/lightsail_setup_instance_https.Rd | 6 man/lightsail_stop_instance.Rd | 7 man/lightsail_stop_relational_database.Rd | 3 man/lightsail_tag_resource.Rd | 3 man/lightsail_test_alarm.Rd | 4 man/lightsail_untag_resource.Rd | 3 man/lightsail_update_bucket.Rd | 22 man/lightsail_update_bucket_bundle.Rd | 3 man/lightsail_update_container_service.Rd | 53 man/lightsail_update_distribution.Rd | 38 man/lightsail_update_distribution_bundle.Rd | 6 man/lightsail_update_domain_entry.Rd | 3 man/lightsail_update_instance_metadata_options.Rd | 41 man/lightsail_update_load_balancer_attribute.Rd | 33 man/lightsail_update_relational_database.Rd | 55 man/proton.Rd | 108 man/proton_create_component.Rd | 42 man/proton_create_environment.Rd | 72 man/proton_create_environment_account_connection.Rd | 54 man/proton_create_environment_template.Rd | 9 man/proton_create_environment_template_version.Rd | 19 man/proton_create_repository.Rd | 14 man/proton_create_service.Rd | 36 man/proton_create_service_instance.Rd | 12 man/proton_create_service_template.Rd | 15 man/proton_create_service_template_version.Rd | 32 man/proton_create_template_sync_config.Rd | 4 man/proton_delete_service_sync_config.Rd | 3 man/proton_get_deployment.Rd | 3 man/proton_get_environment_account_connection.Rd | 3 man/proton_get_environment_template.Rd | 3 man/proton_get_environment_template_version.Rd | 9 man/proton_get_service_instance.Rd | 3 man/proton_get_service_instance_sync_status.Rd | 3 man/proton_get_service_sync_blocker_summary.Rd | 7 man/proton_get_service_sync_config.Rd | 3 man/proton_get_service_template_version.Rd | 9 man/proton_list_component_outputs.Rd | 3 man/proton_list_component_provisioned_resources.Rd | 4 man/proton_list_components.Rd | 14 man/proton_list_deployments.Rd | 16 man/proton_list_environment_account_connections.Rd | 11 man/proton_list_environment_outputs.Rd | 4 man/proton_list_environment_provisioned_resources.Rd | 4 man/proton_list_environment_template_versions.Rd | 13 man/proton_list_environment_templates.Rd | 4 man/proton_list_environments.Rd | 4 man/proton_list_repositories.Rd | 3 man/proton_list_repository_sync_definitions.Rd | 4 man/proton_list_service_instance_outputs.Rd | 3 man/proton_list_service_instance_provisioned_resources.Rd | 4 man/proton_list_service_instances.Rd | 11 man/proton_list_service_pipeline_outputs.Rd | 3 man/proton_list_service_pipeline_provisioned_resources.Rd | 4 man/proton_list_service_template_versions.Rd | 13 man/proton_list_service_templates.Rd | 4 man/proton_list_services.Rd | 3 man/proton_list_tags_for_resource.Rd | 4 man/proton_notify_resource_deployment_status_change.Rd | 3 man/proton_tag_resource.Rd | 3 man/proton_untag_resource.Rd | 6 man/proton_update_account_settings.Rd | 23 man/proton_update_component.Rd | 36 man/proton_update_environment.Rd | 50 man/proton_update_environment_account_connection.Rd | 20 man/proton_update_environment_template.Rd | 3 man/proton_update_environment_template_version.Rd | 6 man/proton_update_service.Rd | 6 man/proton_update_service_instance.Rd | 21 man/proton_update_service_pipeline.Rd | 27 man/proton_update_service_sync_config.Rd | 3 man/proton_update_service_template.Rd | 3 man/proton_update_service_template_version.Rd | 20 man/proton_update_template_sync_config.Rd | 3 man/reexports.Rd | 2 man/serverlessapplicationrepository.Rd | 48 man/serverlessapplicationrepository_cre_clo_for_cha_set.Rd | 92 man/serverlessapplicationrepository_create_application.Rd | 50 man/serverlessapplicationrepository_create_application_version.Rd | 6 man/serverlessapplicationrepository_get_cloud_formation_template.Rd | 3 man/serverlessapplicationrepository_update_application.Rd | 9 tests/testthat/test_batch.R | 12 tests/testthat/test_ec2.R | 200 tests/testthat/test_ecr.R | 4 tests/testthat/test_ecs.R | 8 tests/testthat/test_imagebuilder.R | 12 tests/testthat/test_lambda.R | 4 1515 files changed, 26490 insertions(+), 38015 deletions(-)
Title: Derivative-Based Optimization with User-Defined Convergence
Criteria
Description: Provides a derivative-based optimization framework that allows users
to combine eight convergence criteria. Unlike standard optimization functions, this package includes a
built-in mechanism to verify the positive definiteness of the Hessian matrix
at the point of convergence. This additional check helps prevent the solver
from falsely identifying non-optimal solutions, such as saddle points, as
valid minima.
Author: Eunseong Cho [aut, cre]
Maintainer: Eunseong Cho <bene@kw.ac.kr>
Diff between optimflex versions 0.1.6 dated 2026-04-11 and 0.1.7 dated 2026-05-31
DESCRIPTION | 6 MD5 | 8 NEWS.md | 3 R/dogleg.R | 537 ++++++++++++++++++++++--------------------- R/double_dogleg.R | 666 +++++++++++++++++++++++++++--------------------------- 5 files changed, 620 insertions(+), 600 deletions(-)
Title: Nonlinear Mixed Effects Models in Population PK/PD, Estimation
Routines
Description: Fit and compare nonlinear mixed-effects models in
differential equations with flexible dosing information commonly seen
in pharmacokinetics and pharmacodynamics (Almquist, Leander, and
Jirstrand 2015 <doi:10.1007/s10928-015-9409-1>). Differential equation
solving is by compiled C code provided in the 'rxode2' package (Wang,
Hallow, and James 2015 <doi:10.1002/psp4.12052>).
Author: Matthew Fidler [aut, cre] ,
Wenping Wang [aut],
Audrey Lavenu [ctb],
Ben Goodrich [ctb],
David Ardia [cph],
Dirk Eddelbuettel [cph],
Elizabeth Eskow [ctb],
Emmanuelle Comets [ctb],
Hadley Wickham [ctb],
Hajar Besbassi [ctb],
Johannes Pfeifer [ctb],
J [...truncated...]
Maintainer: Matthew Fidler <matthew.fidler@gmail.com>
Diff between nlmixr2est versions 5.0.2 dated 2025-11-28 and 6.0.0 dated 2026-05-31
nlmixr2est-5.0.2/nlmixr2est/tests/testthat/_snaps |only nlmixr2est-5.0.2/nlmixr2est/tests/testthat/test-focei-wang2007.R |only nlmixr2est-5.0.2/nlmixr2est/tests/testthat/test-restart.qs2 |only nlmixr2est-5.0.2/nlmixr2est/tests/testthat/test-resume-bobyqa.R |only nlmixr2est-5.0.2/nlmixr2est/tests/testthatdatos_pac.qs2 |only nlmixr2est-5.0.2/nlmixr2est/tests/testthatout.focei.prop.qs2 |only nlmixr2est-5.0.2/nlmixr2est/tests/testthattest-cwres-3.0.3.qs2 |only nlmixr2est-5.0.2/nlmixr2est/tests/testthattest-resume-bobyqa.qs2 |only nlmixr2est-5.0.2/nlmixr2est/tests/testthattest-saem-theo_sd.qs2 |only nlmixr2est-6.0.0/nlmixr2est/DESCRIPTION | 97 nlmixr2est-6.0.0/nlmixr2est/MD5 | 308 - nlmixr2est-6.0.0/nlmixr2est/NAMESPACE | 13 nlmixr2est-6.0.0/nlmixr2est/NEWS.md | 61 nlmixr2est-6.0.0/nlmixr2est/R/RcppExports.R | 8 nlmixr2est-6.0.0/nlmixr2est/R/aaaCranNlmixrThreads.R |only nlmixr2est-6.0.0/nlmixr2est/R/agq.R | 16 nlmixr2est-6.0.0/nlmixr2est/R/agqGen.R | 2220 +++++----- nlmixr2est-6.0.0/nlmixr2est/R/augPred.R | 41 nlmixr2est-6.0.0/nlmixr2est/R/benchmarking.R |only nlmixr2est-6.0.0/nlmixr2est/R/bobyqa.R | 14 nlmixr2est-6.0.0/nlmixr2est/R/broom.R | 10 nlmixr2est-6.0.0/nlmixr2est/R/build.R | 6 nlmixr2est-6.0.0/nlmixr2est/R/compat.R | 33 nlmixr2est-6.0.0/nlmixr2est/R/deparse.R | 2 nlmixr2est-6.0.0/nlmixr2est/R/fo.R | 1 nlmixr2est-6.0.0/nlmixr2est/R/foce.R | 5 nlmixr2est-6.0.0/nlmixr2est/R/focei.R | 250 - nlmixr2est-6.0.0/nlmixr2est/R/foceiControl.R | 65 nlmixr2est-6.0.0/nlmixr2est/R/foi.R | 1 nlmixr2est-6.0.0/nlmixr2est/R/hook.R | 333 + nlmixr2est-6.0.0/nlmixr2est/R/iov.R | 309 + nlmixr2est-6.0.0/nlmixr2est/R/laplace.R | 10 nlmixr2est-6.0.0/nlmixr2est/R/lbfgsb3c.R | 16 nlmixr2est-6.0.0/nlmixr2est/R/mix.R | 16 nlmixr2est-6.0.0/nlmixr2est/R/mu2.R | 79 nlmixr2est-6.0.0/nlmixr2est/R/n1qn1.R | 21 nlmixr2est-6.0.0/nlmixr2est/R/newuoa.R | 21 nlmixr2est-6.0.0/nlmixr2est/R/nlm.R | 56 nlmixr2est-6.0.0/nlmixr2est/R/nlmShared.R | 50 nlmixr2est-6.0.0/nlmixr2est/R/nlme.R | 12 nlmixr2est-6.0.0/nlmixr2est/R/nlminb.R | 19 nlmixr2est-6.0.0/nlmixr2est/R/nlmixr2.R | 12 nlmixr2est-6.0.0/nlmixr2est/R/nlmixr2Est.R | 10 nlmixr2est-6.0.0/nlmixr2est/R/nlmixr2_md5.R | 2 nlmixr2est-6.0.0/nlmixr2est/R/nlmixr2output.R | 2 nlmixr2est-6.0.0/nlmixr2est/R/nls.R | 39 nlmixr2est-6.0.0/nlmixr2est/R/nmObjGet.R | 49 nlmixr2est-6.0.0/nlmixr2est/R/optim.R | 22 nlmixr2est-6.0.0/nlmixr2est/R/posthoc.R | 1 nlmixr2est-6.0.0/nlmixr2est/R/preProcessBoundedTransform.R |only nlmixr2est-6.0.0/nlmixr2est/R/preProcessCovariatesPresent.R | 5 nlmixr2est-6.0.0/nlmixr2est/R/preProcessZeroOmega.R | 4 nlmixr2est-6.0.0/nlmixr2est/R/reexports.R | 4 nlmixr2est-6.0.0/nlmixr2est/R/resid.R | 2 nlmixr2est-6.0.0/nlmixr2est/R/rxEtCompat.R |only nlmixr2est-6.0.0/nlmixr2est/R/rxsolve.R | 112 nlmixr2est-6.0.0/nlmixr2est/R/saem.R | 154 nlmixr2est-6.0.0/nlmixr2est/R/saemControl.R | 10 nlmixr2est-6.0.0/nlmixr2est/R/saem_fit.R | 5 nlmixr2est-6.0.0/nlmixr2est/R/uobyqa.R | 16 nlmixr2est-6.0.0/nlmixr2est/R/zzz.R | 5 nlmixr2est-6.0.0/nlmixr2est/inst/benchmarks |only nlmixr2est-6.0.0/nlmixr2est/inst/reprex_fbio_eta_parallel.R |only nlmixr2est-6.0.0/nlmixr2est/inst/tools/workaround.R | 3 nlmixr2est-6.0.0/nlmixr2est/man/aaaCranNlmixrThreads.Rd |only nlmixr2est-6.0.0/nlmixr2est/man/bobyqaControl.Rd | 7 nlmixr2est-6.0.0/nlmixr2est/man/dot-nlmFamilyAdjustOutput.Rd |only nlmixr2est-6.0.0/nlmixr2est/man/dot-uiApplyMu2.Rd | 11 nlmixr2est-6.0.0/nlmixr2est/man/dot-uiFinalizeMu2.Rd | 2 nlmixr2est-6.0.0/nlmixr2est/man/foceiControl.Rd | 28 nlmixr2est-6.0.0/nlmixr2est/man/lbfgsb3cControl.Rd | 7 nlmixr2est-6.0.0/nlmixr2est/man/n1qn1Control.Rd | 18 nlmixr2est-6.0.0/nlmixr2est/man/newuoaControl.Rd | 18 nlmixr2est-6.0.0/nlmixr2est/man/nlmControl.Rd | 18 nlmixr2est-6.0.0/nlmixr2est/man/nlminbControl.Rd | 9 nlmixr2est-6.0.0/nlmixr2est/man/nlmixr2.Rd | 2 nlmixr2est-6.0.0/nlmixr2est/man/nlmixr2Est.Rd | 8 nlmixr2est-6.0.0/nlmixr2est/man/nlmixr2NlmeControl.Rd | 10 nlmixr2est-6.0.0/nlmixr2est/man/nlmixr2fix.Rd | 31 nlmixr2est-6.0.0/nlmixr2est/man/nlsControl.Rd | 20 nlmixr2est-6.0.0/nlmixr2est/man/optimControl.Rd | 18 nlmixr2est-6.0.0/nlmixr2est/man/postFinalObjectHooks.Rd |only nlmixr2est-6.0.0/nlmixr2est/man/postFinalObjectHooksAdd.Rd |only nlmixr2est-6.0.0/nlmixr2est/man/postFinalObjectHooksRm.Rd |only nlmixr2est-6.0.0/nlmixr2est/man/preFinalParTableHooks.Rd |only nlmixr2est-6.0.0/nlmixr2est/man/preFinalParTableHooksAdd.Rd |only nlmixr2est-6.0.0/nlmixr2est/man/preFinalParTableHooksRm.Rd |only nlmixr2est-6.0.0/nlmixr2est/man/preProcessHooks.Rd | 12 nlmixr2est-6.0.0/nlmixr2est/man/preProcessHooksAdd.Rd | 12 nlmixr2est-6.0.0/nlmixr2est/man/preProcessHooksRm.Rd | 12 nlmixr2est-6.0.0/nlmixr2est/man/predict.nlmixr2FitCore.Rd |only nlmixr2est-6.0.0/nlmixr2est/man/reexports.Rd | 7 nlmixr2est-6.0.0/nlmixr2est/man/rmEta.Rd | 4 nlmixr2est-6.0.0/nlmixr2est/man/saemControl.Rd | 26 nlmixr2est-6.0.0/nlmixr2est/man/uobyqaControl.Rd | 18 nlmixr2est-6.0.0/nlmixr2est/src/RcppExports.cpp | 19 nlmixr2est-6.0.0/nlmixr2est/src/censEst.cpp | 5 nlmixr2est-6.0.0/nlmixr2est/src/censEst.h | 37 nlmixr2est-6.0.0/nlmixr2est/src/init.c | 7 nlmixr2est-6.0.0/nlmixr2est/src/inner.cpp | 1316 ++++- nlmixr2est-6.0.0/nlmixr2est/src/neldermead.cpp | 25 nlmixr2est-6.0.0/nlmixr2est/src/nlm.cpp | 200 nlmixr2est-6.0.0/nlmixr2est/src/npde.cpp | 24 nlmixr2est-6.0.0/nlmixr2est/src/res.cpp | 7 nlmixr2est-6.0.0/nlmixr2est/src/rprintf.c | 2 nlmixr2est-6.0.0/nlmixr2est/src/rxProtect.h |only nlmixr2est-6.0.0/nlmixr2est/src/saem.cpp | 216 nlmixr2est-6.0.0/nlmixr2est/src/shi21.cpp | 4 nlmixr2est-6.0.0/nlmixr2est/src/utilc.c | 74 nlmixr2est-6.0.0/nlmixr2est/tests/testthat.R | 8 nlmixr2est-6.0.0/nlmixr2est/tests/testthat/datos_pac.rds |only nlmixr2est-6.0.0/nlmixr2est/tests/testthat/fixtures |only nlmixr2est-6.0.0/nlmixr2est/tests/testthat/helper-models.R |only nlmixr2est-6.0.0/nlmixr2est/tests/testthat/helper-quiet.R | 1 nlmixr2est-6.0.0/nlmixr2est/tests/testthat/helper-wang2007.R |only nlmixr2est-6.0.0/nlmixr2est/tests/testthat/helper-zzz-fits.R |only nlmixr2est-6.0.0/nlmixr2est/tests/testthat/out.focei.prop.rds |only nlmixr2est-6.0.0/nlmixr2est/tests/testthat/test-addCwres.R | 8 nlmixr2est-6.0.0/nlmixr2est/tests/testthat/test-augpred.R | 83 nlmixr2est-6.0.0/nlmixr2est/tests/testthat/test-benchmarking.R |only nlmixr2est-6.0.0/nlmixr2est/tests/testthat/test-bounded-transform.R |only nlmixr2est-6.0.0/nlmixr2est/tests/testthat/test-broom.R | 56 nlmixr2est-6.0.0/nlmixr2est/tests/testthat/test-coerce.R | 25 nlmixr2est-6.0.0/nlmixr2est/tests/testthat/test-cov-focei.R | 2 nlmixr2est-6.0.0/nlmixr2est/tests/testthat/test-cwres-3.0.3.rds |only nlmixr2est-6.0.0/nlmixr2est/tests/testthat/test-cwres.R | 22 nlmixr2est-6.0.0/nlmixr2est/tests/testthat/test-fix-cov.R | 12 nlmixr2est-6.0.0/nlmixr2est/tests/testthat/test-fix-eta.R | 9 nlmixr2est-6.0.0/nlmixr2est/tests/testthat/test-focei-cens.R | 2 nlmixr2est-6.0.0/nlmixr2est/tests/testthat/test-focei-char.R | 2 nlmixr2est-6.0.0/nlmixr2est/tests/testthat/test-focei-inner.R | 6 nlmixr2est-6.0.0/nlmixr2est/tests/testthat/test-focei-llik.R | 20 nlmixr2est-6.0.0/nlmixr2est/tests/testthat/test-focei-parallel.R |only nlmixr2est-6.0.0/nlmixr2est/tests/testthat/test-focei-preprocess.R | 129 nlmixr2est-6.0.0/nlmixr2est/tests/testthat/test-focei-wang2007-basic.R |only nlmixr2est-6.0.0/nlmixr2est/tests/testthat/test-focei-wang2007-bounded.R |only nlmixr2est-6.0.0/nlmixr2est/tests/testthat/test-focei-wang2007-boxcox-half.R |only nlmixr2est-6.0.0/nlmixr2est/tests/testthat/test-focei-wang2007-boxcox-lnorm.R |only nlmixr2est-6.0.0/nlmixr2est/tests/testthat/test-focei-wang2007-boxcox.R |only nlmixr2est-6.0.0/nlmixr2est/tests/testthat/test-focei-wang2007-combined.R |only nlmixr2est-6.0.0/nlmixr2est/tests/testthat/test-focei-wang2007-lognormal.R |only nlmixr2est-6.0.0/nlmixr2est/tests/testthat/test-focei-wang2007-power.R |only nlmixr2est-6.0.0/nlmixr2est/tests/testthat/test-focei-wang2007-yeojohnson.R |only nlmixr2est-6.0.0/nlmixr2est/tests/testthat/test-indTolRelax-propagation.R |only nlmixr2est-6.0.0/nlmixr2est/tests/testthat/test-ini-ui.R | 29 nlmixr2est-6.0.0/nlmixr2est/tests/testthat/test-inpar-saem.R | 3 nlmixr2est-6.0.0/nlmixr2est/tests/testthat/test-integerish-focei-print.R | 9 nlmixr2est-6.0.0/nlmixr2est/tests/testthat/test-iov.R | 96 nlmixr2est-6.0.0/nlmixr2est/tests/testthat/test-keep.R | 7 nlmixr2est-6.0.0/nlmixr2est/tests/testthat/test-lag.R | 36 nlmixr2est-6.0.0/nlmixr2est/tests/testthat/test-model.R | 36 nlmixr2est-6.0.0/nlmixr2est/tests/testthat/test-nlm-cens.R |only nlmixr2est-6.0.0/nlmixr2est/tests/testthat/test-nlm.R | 70 nlmixr2est-6.0.0/nlmixr2est/tests/testthat/test-nlme.R | 9 nlmixr2est-6.0.0/nlmixr2est/tests/testthat/test-nlmixr2output.R | 2 nlmixr2est-6.0.0/nlmixr2est/tests/testthat/test-nlmixr3-load.R | 6 nlmixr2est-6.0.0/nlmixr2est/tests/testthat/test-nls.R | 11 nlmixr2est-6.0.0/nlmixr2est/tests/testthat/test-nonmu.R | 37 nlmixr2est-6.0.0/nlmixr2est/tests/testthat/test-np.R | 64 nlmixr2est-6.0.0/nlmixr2est/tests/testthat/test-optim.R | 4 nlmixr2est-6.0.0/nlmixr2est/tests/testthat/test-parFixedDf.R |only nlmixr2est-6.0.0/nlmixr2est/tests/testthat/test-piping.R | 15 nlmixr2est-6.0.0/nlmixr2est/tests/testthat/test-posthoc.R | 2 nlmixr2est-6.0.0/nlmixr2est/tests/testthat/test-predict.R | 70 nlmixr2est-6.0.0/nlmixr2est/tests/testthat/test-restart.R | 4 nlmixr2est-6.0.0/nlmixr2est/tests/testthat/test-restart.rds |only nlmixr2est-6.0.0/nlmixr2est/tests/testthat/test-rxsolve.R | 2 nlmixr2est-6.0.0/nlmixr2est/tests/testthat/test-rxuideparse.R | 7 nlmixr2est-6.0.0/nlmixr2est/tests/testthat/test-saem-no-pop.R | 6 nlmixr2est-6.0.0/nlmixr2est/tests/testthat/test-saem-theo_sd.R | 4 nlmixr2est-6.0.0/nlmixr2est/tests/testthat/test-saem-theo_sd.rds |only nlmixr2est-6.0.0/nlmixr2est/tests/testthat/test-simulation.R | 2 nlmixr2est-6.0.0/nlmixr2est/tests/testthat/test-str-est.R | 17 nlmixr2est-6.0.0/nlmixr2est/tests/testthat/test-tad-in-models.R | 6 nlmixr2est-6.0.0/nlmixr2est/tests/testthat/test-tolFactor.R |only 175 files changed, 4942 insertions(+), 2781 deletions(-)
Title: Tools for Analyzing Mixed Effect Regression Models
Description: Provides methods for extracting results from mixed-effect model
objects fit with the 'lme4' package. Allows construction of prediction intervals
efficiently from large scale linear and generalized linear mixed-effects models.
This method draws from the simulation framework used in the Gelman and Hill (2007) textbook:
Data Analysis Using Regression and Multilevel/Hierarchical Models.
Author: Jared E. Knowles [aut, cre],
Carl Frederick [aut],
Alex Whitworth [ctb]
Maintainer: Jared E. Knowles <jared@civilytics.com>
Diff between merTools versions 0.6.4 dated 2026-01-23 and 1.0.0 dated 2026-05-31
merTools-0.6.4/merTools/man/sum.mm.Rd |only merTools-0.6.4/merTools/vignettes/precompile.R |only merTools-1.0.0/merTools/DESCRIPTION | 18 merTools-1.0.0/merTools/MD5 | 199 - merTools-1.0.0/merTools/NAMESPACE | 34 merTools-1.0.0/merTools/NEWS.md | 628 ++- merTools-1.0.0/merTools/R/REmargins.R | 5 merTools-1.0.0/merTools/R/helpers.R | 10 merTools-1.0.0/merTools/R/merData.R | 45 merTools-1.0.0/merTools/R/merExpectedRank.R | 2 merTools-1.0.0/merTools/R/merFastDisplay.R | 6 merTools-1.0.0/merTools/R/merPlots.R | 114 merTools-1.0.0/merTools/R/merPredict.R | 784 +--- merTools-1.0.0/merTools/R/merSubstEff.R | 3 merTools-1.0.0/merTools/R/merTools-package.r | 21 merTools-1.0.0/merTools/R/predictInterval_helpers.R |only merTools-1.0.0/merTools/R/shinyMer.R | 36 merTools-1.0.0/merTools/R/zzz.R | 23 merTools-1.0.0/merTools/README.md | 1038 +++--- merTools-1.0.0/merTools/build/partial.rdb |only merTools-1.0.0/merTools/build/vignette.rds |binary merTools-1.0.0/merTools/inst/CITATION |only merTools-1.0.0/merTools/inst/WORDLIST |only merTools-1.0.0/merTools/inst/doc/Using_predictInterval.Rmd | 1159 +++--- merTools-1.0.0/merTools/inst/doc/Using_predictInterval.html | 518 +-- merTools-1.0.0/merTools/inst/doc/brms_validation.Rmd |only merTools-1.0.0/merTools/inst/doc/brms_validation.html |only merTools-1.0.0/merTools/inst/doc/contextual_effects.Rmd |only merTools-1.0.0/merTools/inst/doc/contextual_effects.html |only merTools-1.0.0/merTools/inst/doc/imputation.Rmd | 1683 +++++----- merTools-1.0.0/merTools/inst/doc/imputation.html | 1253 +++---- merTools-1.0.0/merTools/inst/doc/marginal_effects.Rmd | 167 merTools-1.0.0/merTools/inst/doc/marginal_effects.html | 59 merTools-1.0.0/merTools/inst/doc/merToolsIntro.Rmd | 1079 +++--- merTools-1.0.0/merTools/inst/doc/merToolsIntro.html | 462 +- merTools-1.0.0/merTools/inst/examples |only merTools-1.0.0/merTools/inst/shiny-apps/shinyMer/global.R | 48 merTools-1.0.0/merTools/inst/shiny-apps/shinyMer/server.r | 353 +- merTools-1.0.0/merTools/inst/shiny-apps/shinyMer/ui.R | 182 - merTools-1.0.0/merTools/man/REimpact.Rd | 3 merTools-1.0.0/merTools/man/REmargins.Rd | 5 merTools-1.0.0/merTools/man/averageObs.Rd | 13 merTools-1.0.0/merTools/man/combine_components.Rd |only merTools-1.0.0/merTools/man/combine_postvar_blocks.Rd |only merTools-1.0.0/merTools/man/expectedRank.Rd | 2 merTools-1.0.0/merTools/man/fastdisp.Rd | 4 merTools-1.0.0/merTools/man/figures/README_FEsimPlot-1.png |binary merTools-1.0.0/merTools/man/figures/README_reImpactCompare-1.png |only merTools-1.0.0/merTools/man/figures/README_reImpactplot-1.png |binary merTools-1.0.0/merTools/man/figures/README_reSimplot-1.png |binary merTools-1.0.0/merTools/man/figures/README_substImpactPredict-1.png |binary merTools-1.0.0/merTools/man/figures/README_unnamed-chunk-12-1.png |binary merTools-1.0.0/merTools/man/figures/README_unnamed-chunk-14-1.png |binary merTools-1.0.0/merTools/man/figures/README_unnamed-chunk-7-1.png |binary merTools-1.0.0/merTools/man/figures/README_unnamed-chunk-8-1.png |binary merTools-1.0.0/merTools/man/findFormFuns.Rd | 7 merTools-1.0.0/merTools/man/inverse_link.Rd |only merTools-1.0.0/merTools/man/merTools-package.Rd | 25 merTools-1.0.0/merTools/man/plotREimpact.Rd |only merTools-1.0.0/merTools/man/predictInterval.Rd | 88 merTools-1.0.0/merTools/man/simulate_fixed_effects.Rd |only merTools-1.0.0/merTools/man/simulate_glmm_response.Rd |only merTools-1.0.0/merTools/man/simulate_random_effects.Rd |only merTools-1.0.0/merTools/man/simulate_residual_variance.Rd |only merTools-1.0.0/merTools/man/summarise_predictions.Rd |only merTools-1.0.0/merTools/man/tmp.pred.Rd |only merTools-1.0.0/merTools/tests/comparisons/predictInterval-regression.R |only merTools-1.0.0/merTools/tests/testthat/README.md |only merTools-1.0.0/merTools/tests/testthat/_snaps/predict2.md | 29 merTools-1.0.0/merTools/tests/testthat/_snaps/predictInterval-snapshot.md |only merTools-1.0.0/merTools/tests/testthat/helper-seed.R |only merTools-1.0.0/merTools/tests/testthat/test-REmargins.R | 6 merTools-1.0.0/merTools/tests/testthat/test-expectedRank.R | 2 merTools-1.0.0/merTools/tests/testthat/test-fastdisp.R |only merTools-1.0.0/merTools/tests/testthat/test-helpers.R | 17 merTools-1.0.0/merTools/tests/testthat/test-merData.R | 40 merTools-1.0.0/merTools/tests/testthat/test-merExtract.R | 22 merTools-1.0.0/merTools/tests/testthat/test-merModList.R | 4 merTools-1.0.0/merTools/tests/testthat/test-plotREimpact.R |only merTools-1.0.0/merTools/tests/testthat/test-predict-nested-unobserved.R |only merTools-1.0.0/merTools/tests/testthat/test-predict-newlevels.R |only merTools-1.0.0/merTools/tests/testthat/test-predict-uncorrelated-re.R |only merTools-1.0.0/merTools/tests/testthat/test-predict.R | 79 merTools-1.0.0/merTools/tests/testthat/test-predict1.R | 40 merTools-1.0.0/merTools/tests/testthat/test-predict2.R | 51 merTools-1.0.0/merTools/tests/testthat/test-predict3.R | 37 merTools-1.0.0/merTools/tests/testthat/test-predict4.R | 50 merTools-1.0.0/merTools/tests/testthat/test-predictInterval-accuracy.R |only merTools-1.0.0/merTools/tests/testthat/test-predictInterval-helpers.R |only merTools-1.0.0/merTools/tests/testthat/test-predictInterval-invariants.R |only merTools-1.0.0/merTools/tests/testthat/test-predictInterval-snapshot.R |only merTools-1.0.0/merTools/tests/testthat/test-seeds.R | 20 merTools-1.0.0/merTools/tests/testthat/test-subboot.R | 12 merTools-1.0.0/merTools/tests/testthat/test-substEff.R | 37 merTools-1.0.0/merTools/vignettes/Using_predictInterval.Rmd | 1159 +++--- merTools-1.0.0/merTools/vignettes/brms-glmm-1.png |only merTools-1.0.0/merTools/vignettes/brms-intervals-1.png |only merTools-1.0.0/merTools/vignettes/brms-point-1.png |only merTools-1.0.0/merTools/vignettes/brms_validation.Rmd |only merTools-1.0.0/merTools/vignettes/context-feplot-1.png |only merTools-1.0.0/merTools/vignettes/context-reimpact-1.png |only merTools-1.0.0/merTools/vignettes/context-wiggle-1.png |only merTools-1.0.0/merTools/vignettes/contextual_effects.Rmd |only merTools-1.0.0/merTools/vignettes/imputation.Rmd | 1683 +++++----- merTools-1.0.0/merTools/vignettes/marginal_effects.Rmd | 167 merTools-1.0.0/merTools/vignettes/merToolsIntro.Rmd | 1079 +++--- merTools-1.0.0/merTools/vignettes/mertoolsIntro-excluderesidvar-1.png |binary merTools-1.0.0/merTools/vignettes/mertoolsIntro-fixeffplot-1.png |binary merTools-1.0.0/merTools/vignettes/mertoolsIntro-predictplotwiggle-1.png |binary merTools-1.0.0/merTools/vignettes/mertoolsIntro-quickFEplot-1.png |binary merTools-1.0.0/merTools/vignettes/mertoolsIntro-refplot1-1.png |binary merTools-1.0.0/merTools/vignettes/mertoolsIntro-speedexample-1.png |binary merTools-1.0.0/merTools/vignettes/mertoolsIntro-wiggle2-1.png |binary merTools-1.0.0/merTools/vignettes/mertoolsIntro-wiggleanddraw-1.png |binary merTools-1.0.0/merTools/vignettes/mertoolsIntro-wigglesubsamples-1.png |binary merTools-1.0.0/merTools/vignettes/mfx-mfxplot1-1.png |binary merTools-1.0.0/merTools/vignettes/usage-Inspect_predInt_2-1.png |binary merTools-1.0.0/merTools/vignettes/usage-arm.Sim-1.png |binary merTools-1.0.0/merTools/vignettes/usage-bootMer.1-1.png |binary merTools-1.0.0/merTools/vignettes/usage-bootMer.2-1.png |binary merTools-1.0.0/merTools/vignettes/usage-bootMer.3-1.png |binary merTools-1.0.0/merTools/vignettes/usage-stancomp-1.png |binary 122 files changed, 7712 insertions(+), 6898 deletions(-)
Title: Static Library and Headers for 'OpenEXR' Image I/O
Description: Provides the 'OpenEXR' static library and 'C++' headers
for high-dynamic-range image I/O (see <https://openexr.com/>)
needed to link R packages against the 'OpenEXR' library, along
with a basic R interface to load 'EXR' images.
Author: Tyler Morgan-Wall [aut, cre] ,
Aaron Demolder [ctb, cph],
Abe Fettig [ctb, cph],
Aloys Baillet [ctb, cph],
Andre Mazzone [ctb, cph],
Andrew Kunz [ctb, cph],
Anton Dukhovnikov [ctb, cph],
Antonio Rojas [ctb, cph],
Aras Pranckevicius [ctb, cph],
Arkady [...truncated...]
Maintainer: Tyler Morgan-Wall <tylermw@gmail.com>
Diff between libopenexr versions 3.4.4-2 dated 2026-03-10 and 3.4.12-4 dated 2026-05-31
DESCRIPTION | 6 MD5 | 70 - inst/include/OpenEXR/OpenEXRConfig.h | 16 inst/include/openjph/ojph_arch.h | 6 inst/include/openjph/ojph_message.h | 103 - inst/include/openjph/ojph_version.h | 2 man/figures |only src/Makevars.in | 17 src/Makevars.win.in | 17 src/OpenEXR/CMakeLists.txt | 4 src/OpenEXR/cmake/CMakeLists.txt | 12 src/OpenEXR/cmake/LibraryDefine.cmake | 4 src/OpenEXR/cmake/OpenEXRConfig.h.in | 4 src/OpenEXR/cmake/OpenEXRSetup.cmake | 15 src/OpenEXR/external/OpenJPH/CMakeLists.txt | 2 src/OpenEXR/external/OpenJPH/src/core/CMakeLists.txt | 3 src/OpenEXR/external/OpenJPH/src/core/codestream/ojph_codestream_local.cpp | 340 +++--- src/OpenEXR/external/OpenJPH/src/core/codestream/ojph_params.cpp | 6 src/OpenEXR/external/OpenJPH/src/core/codestream/ojph_precinct.cpp | 26 src/OpenEXR/external/OpenJPH/src/core/openjph/ojph_arch.h | 6 src/OpenEXR/external/OpenJPH/src/core/openjph/ojph_message.h | 103 - src/OpenEXR/external/OpenJPH/src/core/openjph/ojph_version.h | 2 src/OpenEXR/external/OpenJPH/src/core/others/ojph_arch.cpp | 32 src/OpenEXR/external/OpenJPH/src/core/others/ojph_message.cpp | 20 src/OpenEXR/external/current_deflate_version | 2 src/OpenEXR/external/deflate/NEWS.md | 6 src/OpenEXR/external/deflate/README.md | 1 src/OpenEXR/external/deflate/lib/x86/adler32_impl.h | 4 src/OpenEXR/external/deflate/lib/x86/crc32_impl.h | 4 src/OpenEXR/external/deflate/libdeflate.h | 4 src/OpenEXR/src/lib/OpenEXRCore/internal_b44_table_init.c | 4 src/OpenEXR/src/lib/OpenEXRCore/internal_dwa_table_init.c | 4 src/OpenEXR/src/lib/OpenEXRCore/internal_thread.h | 18 tools/config.R | 34 tools/config/configure.R | 538 +++++----- tools/write-runtime-metadata.R |only 36 files changed, 820 insertions(+), 615 deletions(-)
Title: Implements the Leiden Algorithm via an R Interface
Description: An R interface to the Leiden algorithm, an iterative community detection algorithm on networks. The algorithm is designed to converge to a partition in which all subsets of all communities are locally optimally assigned, yielding communities guaranteed to be connected. The implementation proves to be fast, scales well, and can be run on graphs of millions of nodes (as long as they can fit in memory). The original implementation was constructed as a python interface "leidenalg" found here: <https://github.com/vtraag/leidenalg>. The algorithm was originally described in Traag, V.A., Waltman, L. & van Eck, N.J. "From Louvain to Leiden: guaranteeing well-connected communities". Sci Rep 9, 5233 (2019) <doi:10.1038/s41598-019-41695-z>.
Author: Peter Kharchenko [aut],
Viktor Petukhov [aut],
Yichen Wang [aut],
V.A. Traag [ctb],
Gabor Csardi [ctb],
Tamas Nepusz [ctb],
Minh Van Nguyen [ctb],
Evan Biederstedt [cre, aut]
Maintainer: Evan Biederstedt <evan.biederstedt@gmail.com>
Diff between leidenAlg versions 1.1.7 dated 2026-04-16 and 1.1.8 dated 2026-05-31
DESCRIPTION | 6 +++--- MD5 | 8 ++++---- README.md | 2 +- src/rigraph/vendor/arpack/dmout.f | 2 +- src/rigraph/vendor/arpack/dvout.f | 2 +- 5 files changed, 10 insertions(+), 10 deletions(-)
Title: File IO for Intracranial Electroencephalography
Description: Integrated toolbox supporting common file formats used for intracranial
Electroencephalography (iEEG) and deep-brain stimulation (DBS) study.
Author: Zhengjia Wang [aut, cre]
Maintainer: Zhengjia Wang <dipterix.wang@gmail.com>
Diff between ieegio versions 0.0.9 dated 2026-01-27 and 0.1.0 dated 2026-05-31
DESCRIPTION | 10 MD5 | 142 ++++---- NAMESPACE | 1 NEWS.md | 9 R/LazyFST-class.R | 116 +++---- R/aaa-000.R | 103 +++--- R/aaa-cache.R | 6 R/aaa-generics-streamlines.R | 102 +++--- R/aaa-generics-surface.R | 394 +++++++++++++++--------- R/aaa-generics-volume.R | 105 +++--- R/as_ieegio_space.R | 16 R/as_ieegio_surface.R | 62 +-- R/as_ieegio_transform.R | 139 ++++---- R/as_ieegio_volume.R | 35 +- R/bci2000-cache.R | 27 - R/bci2000.R | 27 - R/brainvis-cache.R | 33 +- R/brainvis.R | 90 ++--- R/edf-cache.R | 22 - R/edf.R | 288 +++++++++-------- R/file_system.R | 50 +-- R/freesurfer.R | 57 +-- R/gifti.R | 81 ++-- R/hdf5-class.R | 293 ++++++++--------- R/hdf5.R | 64 ++- R/ini.R | 6 R/json.R | 8 R/mat.R | 26 - R/math-curve.R |only R/math-volume.R | 48 +- R/math.R | 129 ++++--- R/mgz.R | 43 +- R/nifti.R | 88 ++--- R/nsx-cache.R | 22 - R/nsx.R | 23 - R/nwb-class.R | 24 - R/nwb-generics.R | 84 ++--- R/py-setup.R | 41 +- R/r3js.R | 14 R/rgl.R | 9 R/samples.R | 29 - R/stl.R | 12 R/tck.R | 34 +- R/trk.R | 68 ++-- R/tt.R | 12 R/utils-surf2surf.R | 12 R/utils-vol2surf.R | 16 R/vtk.R | 27 - R/xml.R | 32 - R/yaml.R | 14 R/zzz.R | 34 +- build/vignette.rds |binary inst/doc/read-ephys.R | 4 inst/doc/read-ephys.Rmd | 4 inst/doc/read-imaging-data.R | 8 inst/doc/read-imaging-data.Rmd | 8 inst/doc/read-imaging-data.html | 2 man/LazyFST.Rd | 217 ++++++------- man/LazyH5.Rd | 340 ++++++++++---------- man/NWBHDF5IO.Rd | 276 ++++++++-------- man/SignalDataCache.Rd | 155 ++++----- man/burn_curve.Rd |only man/plot.ieegio_surface.Rd | 21 - tests/testthat/teardown.R | 4 tests/testthat/test-apply-transform-to-points.R | 166 +++++----- tests/testthat/test-edf.R | 4 tests/testthat/test-hdf5.R | 42 +- tests/testthat/test-rgbaNifti.R | 4 tests/testthat/test-space.R | 4 tests/testthat/test-transform.R | 10 tests/testthat/test-volume.R | 181 ++++++++++- vignettes/read-ephys.Rmd | 4 vignettes/read-imaging-data.Rmd | 8 73 files changed, 2505 insertions(+), 2084 deletions(-)