Title: Reproducible Pipeline Infrastructure for Neuroscience
Description: Defines the underlying pipeline structure for reproducible
neuroscience, adopted by 'RAVE' (reproducible analysis and visualization
of intracranial electroencephalography); provides high-level class
definition to build, compile, set, execute, and share analysis pipelines.
Both R and 'Python' are supported, with 'Markdown' and 'shiny' dashboard
templates for extending and building customized pipelines. See the full
documentations at <https://rave.wiki>; to cite us,
check out our paper by Magnotti, Wang, and Beauchamp (2020,
<doi:10.1016/j.neuroimage.2020.117341>), or run
citation("ravepipeline") for details.
Author: Zhengjia Wang [aut, cre, cph],
John Magnotti [ctb, res],
Xiang Zhang [ctb, res],
Michael Beauchamp [ctb, res],
Trustees of University of Pennsylvania [cph]
Maintainer: Zhengjia Wang <dipterix.wang@gmail.com>
Diff between ravepipeline versions 0.0.3 dated 2025-09-10 and 0.1.0 dated 2026-05-30
DESCRIPTION | 24 MD5 | 166 +- NAMESPACE | 13 NEWS.md | 46 R/aaa.R | 39 R/base64-embed.R |only R/base64.R | 16 R/class-FileMap.R | 210 +-- R/class-PipelineCollections.R | 108 - R/class-PipelineTools.R | 468 ++++++- R/commons.R | 240 +++ R/fastmap2.R | 72 - R/fastqueue2.R | 46 R/filearray.R | 4 R/filesys.R | 50 R/fst.R | 16 R/jobs.R | 359 ++++- R/json.R | 7 R/logger.R | 228 +-- R/mcp-helpers.R |only R/module-create.R | 37 R/module-install.R | 8 R/module-registry.R | 70 - R/options.R | 304 ++-- R/os_info.R | 28 R/parallel-lapply_jobs.R | 68 - R/parallel.R | 14 R/pipeline-docs.R | 9 R/pipeline-import-settings.R |only R/pipeline-install.R | 105 - R/pipeline-knitr.R | 148 +- R/pipeline-report.R | 192 ++- R/pipeline-result.R | 346 ++++- R/pipeline-run.R | 136 +- R/pipeline-serializers-brain.R | 36 R/pipeline-serializers-custom-py.R | 6 R/pipeline-serializers-custom-r.R | 16 R/pipeline-serializers-filearray.R | 32 R/pipeline-serializers.R | 20 R/pipeline-target-helpers.R | 2 R/pipeline-tools.R | 407 ++++-- R/pkginstall.R | 14 R/progress.R | 88 - R/rstudio.R | 10 R/serialize.R | 36 R/simplelocker.R | 12 R/snippet-install.R | 30 R/string.R | 78 - R/yaml.R | 12 R/zzz.R | 36 README.md | 1 inst/WORDLIST | 2 inst/rave-modules/template/R/aa.R | 8 inst/rave-modules/template/R/loader.R | 32 inst/rave-modules/template/R/module_html.R | 17 inst/rave-modules/template/R/module_server.R | 78 - inst/rave-modules/template/agents.yaml |only inst/rave-modules/template/module-ui.html | 10 inst/rave-modules/template/server.R | 2 inst/rave-pipelines/template-py/debug.R | 2 inst/rave-pipelines/template-py/migrate.R | 10 inst/rave-pipelines/template-r/debug.R | 2 inst/rave-pipelines/template-r/migrate.R | 10 inst/rave-pipelines/template-rmd-bare/debug.R | 2 inst/rave-pipelines/template-rmd-bare/migrate.R | 10 inst/rave-pipelines/template-rmd-scheduler/debug.R | 2 inst/rave-pipelines/template-rmd-scheduler/migrate.R | 10 inst/rave-pipelines/template-rmd/debug.R | 2 inst/rave-pipelines/template-rmd/main.Rmd | 22 inst/rave-pipelines/template-rmd/migrate.R | 10 inst/rave.yaml |only man/PipelineCollections.Rd | 219 +-- man/PipelineResult.Rd | 279 ++-- man/PipelineTools.Rd | 1163 ++++++++++--------- man/RAVEFileArray.Rd | 162 +- man/RAVESerializable.Rd | 151 +- man/html-embed.Rd |only man/pipeline_plot_data.Rd |only man/pipeline_translate_settings.Rd |only man/rave-pipeline-jobs.Rd | 17 man/rave-pipeline-preferences.Rd |only man/rave-pipeline.Rd | 31 man/rave-snippet.Rd | 2 man/ravepipeline-constants.Rd | 5 man/reexports.Rd | 6 tests/testthat.R | 2 tests/testthat/test-base64-embed.R |only tests/testthat/test-fastmap2.R | 22 tests/testthat/test-rdsmap.R | 44 89 files changed, 4145 insertions(+), 2602 deletions(-)
Title: 'Amazon Web Services' Storage Services
Description: Interface to 'Amazon Web Services' storage services,
including 'Simple Storage Service' ('S3') 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.storage versions 0.9.0 dated 2025-03-14 and 0.10.0 dated 2026-05-30
DESCRIPTION | 11 MD5 | 1309 +- R/backup_interfaces.R | 234 R/backup_operations.R | 1736 +-- R/backup_service.R | 32 R/dlm_interfaces.R | 6 R/dlm_operations.R | 122 R/dlm_service.R | 12 R/ebs_operations.R | 193 R/ebs_service.R | 33 R/efs_interfaces.R | 6 R/efs_operations.R | 424 R/efs_service.R | 14 R/finspacedata_operations.R | 182 R/finspacedata_service.R | 2 R/fsx_interfaces.R | 88 R/fsx_operations.R | 1029 - R/fsx_service.R | 8 R/glacier_operations.R | 344 R/glacier_service.R | 52 R/omics_interfaces.R | 204 R/omics_operations.R | 1209 +- R/omics_service.R | 169 R/recyclebin_operations.R | 101 R/recyclebin_service.R | 22 R/s3_custom.R | 24 R/s3_interfaces.R | 152 R/s3_operations.R | 5602 +++------- R/s3_service.R | 47 R/s3control_interfaces.R | 64 R/s3control_operations.R | 1045 - R/s3control_service.R | 27 R/s3outposts_operations.R | 24 R/s3outposts_service.R | 2 R/s3tables_interfaces.R | 284 R/s3tables_operations.R | 839 + R/s3tables_service.R | 41 R/storagegateway_interfaces.R | 12 R/storagegateway_operations.R | 1523 -- R/storagegateway_service.R | 86 man/backup.Rd | 30 man/backup_associate_backup_vault_mpa_approval_team.Rd |only man/backup_create_backup_plan.Rd | 11 man/backup_create_backup_selection.Rd | 7 man/backup_create_backup_vault.Rd | 16 man/backup_create_framework.Rd | 15 man/backup_create_legal_hold.Rd | 12 man/backup_create_logically_air_gapped_backup_vault.Rd | 15 man/backup_create_report_plan.Rd | 25 man/backup_create_restore_access_backup_vault.Rd |only man/backup_create_restore_testing_plan.Rd | 14 man/backup_create_restore_testing_selection.Rd | 16 man/backup_create_tiering_configuration.Rd |only man/backup_delete_backup_selection.Rd | 3 man/backup_delete_backup_vault.Rd | 4 man/backup_delete_backup_vault_access_policy.Rd | 5 man/backup_delete_backup_vault_notifications.Rd | 4 man/backup_delete_recovery_point.Rd | 8 man/backup_delete_restore_testing_selection.Rd | 6 man/backup_delete_tiering_configuration.Rd |only man/backup_describe_backup_vault.Rd | 4 man/backup_describe_global_settings.Rd | 7 man/backup_describe_protected_resource.Rd | 3 man/backup_describe_recovery_point.Rd | 8 man/backup_describe_report_job.Rd | 4 man/backup_describe_scan_job.Rd |only man/backup_disassociate_backup_vault_mpa_approval_team.Rd |only man/backup_disassociate_recovery_point.Rd | 3 man/backup_disassociate_recovery_point_from_parent.Rd | 9 man/backup_get_backup_plan.Rd | 11 man/backup_get_backup_selection.Rd | 3 man/backup_get_backup_vault_access_policy.Rd | 4 man/backup_get_backup_vault_notifications.Rd | 4 man/backup_get_pitr_malware_scan_results.Rd |only man/backup_get_recovery_point_index_details.Rd | 7 man/backup_get_recovery_point_restore_metadata.Rd | 8 man/backup_get_restore_testing_inferred_metadata.Rd | 9 man/backup_get_tiering_configuration.Rd |only man/backup_list_backup_job_summaries.Rd | 56 man/backup_list_backup_jobs.Rd | 49 man/backup_list_backup_plan_templates.Rd | 5 man/backup_list_backup_plan_versions.Rd | 5 man/backup_list_backup_plans.Rd | 8 man/backup_list_backup_selections.Rd | 5 man/backup_list_backup_vaults.Rd | 5 man/backup_list_copy_job_summaries.Rd | 37 man/backup_list_copy_jobs.Rd | 43 man/backup_list_frameworks.Rd | 7 man/backup_list_indexed_recovery_points.Rd | 22 man/backup_list_legal_holds.Rd | 5 man/backup_list_protected_resources.Rd | 5 man/backup_list_protected_resources_by_backup_vault.Rd | 11 man/backup_list_recovery_points_by_backup_vault.Rd | 28 man/backup_list_recovery_points_by_legal_hold.Rd | 5 man/backup_list_recovery_points_by_resource.Rd | 14 man/backup_list_report_jobs.Rd | 34 man/backup_list_report_plans.Rd | 7 man/backup_list_restore_access_backup_vaults.Rd |only man/backup_list_restore_job_summaries.Rd | 29 man/backup_list_restore_jobs.Rd | 29 man/backup_list_restore_jobs_by_protected_resource.Rd | 14 man/backup_list_restore_testing_plans.Rd | 5 man/backup_list_restore_testing_selections.Rd | 8 man/backup_list_scan_job_summaries.Rd |only man/backup_list_scan_jobs.Rd |only man/backup_list_tags.Rd | 10 man/backup_list_tiering_configurations.Rd |only man/backup_put_backup_vault_access_policy.Rd | 4 man/backup_put_backup_vault_lock_configuration.Rd | 84 man/backup_put_backup_vault_notifications.Rd | 27 man/backup_put_restore_validation_result.Rd | 3 man/backup_revoke_restore_access_backup_vault.Rd |only man/backup_start_backup_job.Rd | 88 man/backup_start_copy_job.Rd | 36 man/backup_start_report_job.Rd | 5 man/backup_start_restore_job.Rd | 34 man/backup_start_scan_job.Rd |only man/backup_tag_resource.Rd | 19 man/backup_untag_resource.Rd | 10 man/backup_update_backup_plan.Rd | 3 man/backup_update_framework.Rd | 15 man/backup_update_global_settings.Rd | 16 man/backup_update_recovery_point_index_settings.Rd | 10 man/backup_update_recovery_point_lifecycle.Rd | 18 man/backup_update_region_settings.Rd | 16 man/backup_update_report_plan.Rd | 24 man/backup_update_restore_testing_selection.Rd | 11 man/backup_update_tiering_configuration.Rd |only man/dlm.Rd | 9 man/dlm_create_lifecycle_policy.Rd | 65 man/dlm_get_lifecycle_policies.Rd | 6 man/dlm_update_lifecycle_policy.Rd | 55 man/ebs.Rd | 27 man/ebs_complete_snapshot.Rd | 14 man/ebs_get_snapshot_block.Rd | 16 man/ebs_list_changed_blocks.Rd | 19 man/ebs_list_snapshot_blocks.Rd | 12 man/ebs_put_snapshot_block.Rd | 33 man/ebs_start_snapshot.Rd | 81 man/efs.Rd | 10 man/efs_create_access_point.Rd | 28 man/efs_create_file_system.Rd | 101 man/efs_create_mount_target.Rd | 22 man/efs_create_replication_configuration.Rd | 7 man/efs_create_tags.Rd | 3 man/efs_delete_file_system_policy.Rd | 3 man/efs_delete_replication_configuration.Rd | 18 man/efs_describe_access_points.Rd | 14 man/efs_describe_account_preferences.Rd | 8 man/efs_describe_backup_policy.Rd | 3 man/efs_describe_file_systems.Rd | 17 man/efs_describe_lifecycle_configuration.Rd | 9 man/efs_describe_mount_targets.Rd | 24 man/efs_describe_replication_configurations.Rd | 11 man/efs_describe_tags.Rd | 9 man/efs_list_tags_for_resource.Rd | 11 man/efs_modify_mount_target_security_groups.Rd | 2 man/efs_put_account_preferences.Rd | 9 man/efs_put_backup_policy.Rd | 3 man/efs_put_file_system_policy.Rd | 18 man/efs_put_lifecycle_configuration.Rd | 35 man/efs_untag_resource.Rd | 3 man/efs_update_file_system.Rd | 13 man/efs_update_file_system_protection.Rd | 16 man/finspacedata_create_changeset.Rd | 32 man/finspacedata_create_data_view.Rd | 4 man/finspacedata_create_permission_group.Rd | 25 man/finspacedata_create_user.Rd | 23 man/finspacedata_get_changeset.Rd | 3 man/finspacedata_get_working_location.Rd | 8 man/finspacedata_list_changesets.Rd | 3 man/finspacedata_reset_user_password.Rd | 3 man/finspacedata_update_changeset.Rd | 22 man/finspacedata_update_permission_group.Rd | 25 man/finspacedata_update_user.Rd | 16 man/fsx.Rd | 6 man/fsx_associate_file_system_aliases.Rd | 19 man/fsx_copy_backup.Rd | 41 man/fsx_copy_snapshot_and_update_volume.Rd | 35 man/fsx_create_and_attach_s3_access_point.Rd |only man/fsx_create_backup.Rd | 11 man/fsx_create_data_repository_association.Rd | 64 man/fsx_create_data_repository_task.Rd | 61 man/fsx_create_file_cache.Rd | 51 man/fsx_create_file_system.Rd | 174 man/fsx_create_file_system_from_backup.Rd | 106 man/fsx_create_snapshot.Rd | 4 man/fsx_create_storage_virtual_machine.Rd | 31 man/fsx_create_volume.Rd | 7 man/fsx_create_volume_from_backup.Rd | 6 man/fsx_delete_backup.Rd | 4 man/fsx_delete_data_repository_association.Rd | 5 man/fsx_delete_file_cache.Rd | 2 man/fsx_delete_file_system.Rd | 12 man/fsx_delete_snapshot.Rd | 2 man/fsx_delete_storage_virtual_machine.Rd | 2 man/fsx_delete_volume.Rd | 9 man/fsx_describe_backups.Rd | 17 man/fsx_describe_data_repository_associations.Rd | 10 man/fsx_describe_data_repository_tasks.Rd | 12 man/fsx_describe_file_caches.Rd | 4 man/fsx_describe_file_system_aliases.Rd | 15 man/fsx_describe_file_systems.Rd | 13 man/fsx_describe_s3_access_point_attachments.Rd |only man/fsx_describe_snapshots.Rd | 16 man/fsx_describe_storage_virtual_machines.Rd | 4 man/fsx_describe_volumes.Rd | 4 man/fsx_detach_and_delete_s3_access_point.Rd |only man/fsx_disassociate_file_system_aliases.Rd | 5 man/fsx_list_tags_for_resource.Rd | 10 man/fsx_release_file_system_nfs_v3_locks.Rd | 4 man/fsx_restore_volume_from_snapshot.Rd | 17 man/fsx_start_misconfigured_state_recovery.Rd | 4 man/fsx_tag_resource.Rd | 6 man/fsx_untag_resource.Rd | 3 man/fsx_update_data_repository_association.Rd | 18 man/fsx_update_file_cache.Rd | 2 man/fsx_update_file_system.Rd | 71 man/fsx_update_shared_vpc_configuration.Rd | 6 man/fsx_update_snapshot.Rd | 5 man/fsx_update_storage_virtual_machine.Rd | 8 man/fsx_update_volume.Rd | 10 man/glacier.Rd | 43 man/glacier_abort_multipart_upload.Rd | 6 man/glacier_abort_vault_lock.Rd | 7 man/glacier_add_tags_to_vault.Rd | 11 man/glacier_complete_multipart_upload.Rd | 23 man/glacier_complete_vault_lock.Rd | 10 man/glacier_create_vault.Rd | 9 man/glacier_delete_archive.Rd | 6 man/glacier_delete_vault.Rd | 8 man/glacier_delete_vault_access_policy.Rd | 8 man/glacier_delete_vault_notifications.Rd | 8 man/glacier_describe_job.Rd | 10 man/glacier_describe_vault.Rd | 8 man/glacier_get_data_retrieval_policy.Rd | 7 man/glacier_get_job_output.Rd | 38 man/glacier_get_vault_access_policy.Rd | 6 man/glacier_get_vault_lock.Rd | 6 man/glacier_get_vault_notifications.Rd | 6 man/glacier_initiate_job.Rd | 6 man/glacier_initiate_multipart_upload.Rd | 16 man/glacier_initiate_vault_lock.Rd | 10 man/glacier_list_jobs.Rd | 19 man/glacier_list_multipart_uploads.Rd | 16 man/glacier_list_parts.Rd | 16 man/glacier_list_provisioned_capacity.Rd | 6 man/glacier_list_tags_for_vault.Rd | 8 man/glacier_list_vaults.Rd | 14 man/glacier_purchase_provisioned_capacity.Rd | 6 man/glacier_remove_tags_from_vault.Rd | 8 man/glacier_set_data_retrieval_policy.Rd | 7 man/glacier_set_vault_access_policy.Rd | 6 man/glacier_set_vault_notifications.Rd | 6 man/glacier_upload_archive.Rd | 8 man/glacier_upload_multipart_part.Rd | 11 man/omics.Rd | 166 man/omics_abort_multipart_read_set_upload.Rd | 5 man/omics_batch_delete_read_set.Rd | 2 man/omics_cancel_annotation_import_job.Rd | 5 man/omics_cancel_run.Rd | 5 man/omics_cancel_run_batch.Rd |only man/omics_cancel_variant_import_job.Rd | 5 man/omics_complete_multipart_read_set_upload.Rd | 6 man/omics_create_annotation_store.Rd | 8 man/omics_create_annotation_store_version.Rd | 6 man/omics_create_configuration.Rd |only man/omics_create_multipart_read_set_upload.Rd | 11 man/omics_create_reference_store.Rd | 7 man/omics_create_run_cache.Rd | 41 man/omics_create_run_group.Rd | 18 man/omics_create_sequence_store.Rd | 19 man/omics_create_share.Rd | 3 man/omics_create_variant_store.Rd | 5 man/omics_create_workflow.Rd | 59 man/omics_create_workflow_version.Rd |only man/omics_delete_annotation_store.Rd | 5 man/omics_delete_annotation_store_versions.Rd | 3 man/omics_delete_batch.Rd |only man/omics_delete_configuration.Rd |only man/omics_delete_reference.Rd | 5 man/omics_delete_reference_store.Rd | 5 man/omics_delete_run.Rd | 5 man/omics_delete_run_batch.Rd |only man/omics_delete_run_cache.Rd | 5 man/omics_delete_run_group.Rd | 5 man/omics_delete_sequence_store.Rd | 5 man/omics_delete_variant_store.Rd | 5 man/omics_delete_workflow.Rd | 4 man/omics_delete_workflow_version.Rd |only man/omics_get_annotation_import_job.Rd | 5 man/omics_get_annotation_store.Rd | 5 man/omics_get_annotation_store_version.Rd | 6 man/omics_get_batch.Rd |only man/omics_get_configuration.Rd |only man/omics_get_read_set.Rd | 5 man/omics_get_read_set_activation_job.Rd | 5 man/omics_get_read_set_export_job.Rd | 5 man/omics_get_read_set_import_job.Rd | 5 man/omics_get_read_set_metadata.Rd | 5 man/omics_get_reference.Rd | 5 man/omics_get_reference_import_job.Rd | 4 man/omics_get_reference_metadata.Rd | 4 man/omics_get_run.Rd | 4 man/omics_get_run_cache.Rd | 5 man/omics_get_run_group.Rd | 4 man/omics_get_run_task.Rd | 4 man/omics_get_sequence_store.Rd | 5 man/omics_get_variant_import_job.Rd | 5 man/omics_get_variant_store.Rd | 5 man/omics_get_workflow.Rd | 4 man/omics_get_workflow_version.Rd |only man/omics_list_annotation_import_jobs.Rd | 8 man/omics_list_annotation_store_versions.Rd | 6 man/omics_list_annotation_stores.Rd | 8 man/omics_list_batch.Rd |only man/omics_list_configurations.Rd |only man/omics_list_multipart_read_set_uploads.Rd | 8 man/omics_list_read_set_activation_jobs.Rd | 11 man/omics_list_read_set_export_jobs.Rd | 7 man/omics_list_read_set_import_jobs.Rd | 8 man/omics_list_read_set_upload_parts.Rd | 13 man/omics_list_read_sets.Rd | 8 man/omics_list_reference_import_jobs.Rd | 8 man/omics_list_reference_stores.Rd | 8 man/omics_list_references.Rd | 8 man/omics_list_run_caches.Rd | 7 man/omics_list_run_groups.Rd | 8 man/omics_list_run_tasks.Rd | 8 man/omics_list_runs.Rd | 10 man/omics_list_runs_in_batch.Rd |only man/omics_list_sequence_stores.Rd | 8 man/omics_list_shares.Rd | 7 man/omics_list_variant_import_jobs.Rd | 8 man/omics_list_variant_stores.Rd | 8 man/omics_list_workflow_versions.Rd |only man/omics_list_workflows.Rd | 7 man/omics_start_annotation_import_job.Rd | 5 man/omics_start_read_set_activation_job.Rd | 8 man/omics_start_read_set_export_job.Rd | 7 man/omics_start_read_set_import_job.Rd | 7 man/omics_start_reference_import_job.Rd | 8 man/omics_start_run.Rd | 75 man/omics_start_run_batch.Rd |only man/omics_start_variant_import_job.Rd | 5 man/omics_update_annotation_store.Rd | 5 man/omics_update_run_cache.Rd | 5 man/omics_update_run_group.Rd | 5 man/omics_update_sequence_store.Rd | 9 man/omics_update_variant_store.Rd | 5 man/omics_update_workflow.Rd | 19 man/omics_update_workflow_version.Rd |only man/omics_upload_read_set_part.Rd | 4 man/recyclebin.Rd | 19 man/recyclebin_create_rule.Rd | 41 man/recyclebin_list_rules.Rd | 25 man/recyclebin_untag_resource.Rd | 3 man/recyclebin_update_rule.Rd | 34 man/reexports.Rd | 2 man/s3.Rd | 45 man/s3_abort_multipart_upload.Rd | 56 man/s3_complete_multipart_upload.Rd | 172 man/s3_copy_object.Rd | 655 - man/s3_create_bucket.Rd | 47 man/s3_create_bucket_metadata_configuration.Rd |only man/s3_create_bucket_metadata_table_configuration.Rd | 11 man/s3_create_multipart_upload.Rd | 360 man/s3_create_session.Rd | 82 man/s3_delete_bucket.Rd | 19 man/s3_delete_bucket_analytics_configuration.Rd | 4 man/s3_delete_bucket_cors.Rd | 4 man/s3_delete_bucket_encryption.Rd | 22 man/s3_delete_bucket_intelligent_tiering_configuration.Rd | 11 man/s3_delete_bucket_inventory_configuration.Rd | 15 man/s3_delete_bucket_lifecycle.Rd | 7 man/s3_delete_bucket_metadata_configuration.Rd |only man/s3_delete_bucket_metadata_table_configuration.Rd | 11 man/s3_delete_bucket_metrics_configuration.Rd | 19 man/s3_delete_bucket_ownership_controls.Rd | 4 man/s3_delete_bucket_policy.Rd | 19 man/s3_delete_bucket_replication.Rd | 4 man/s3_delete_bucket_tagging.Rd | 4 man/s3_delete_bucket_website.Rd | 4 man/s3_delete_object.Rd | 87 man/s3_delete_object_tagging.Rd | 27 man/s3_delete_objects.Rd | 96 man/s3_delete_public_access_block.Rd | 7 man/s3_get_bucket_abac.Rd |only man/s3_get_bucket_accelerate_configuration.Rd | 11 man/s3_get_bucket_acl.Rd | 13 man/s3_get_bucket_analytics_configuration.Rd | 7 man/s3_get_bucket_cors.Rd | 13 man/s3_get_bucket_encryption.Rd | 24 man/s3_get_bucket_intelligent_tiering_configuration.Rd | 11 man/s3_get_bucket_inventory_configuration.Rd | 16 man/s3_get_bucket_lifecycle.Rd | 4 man/s3_get_bucket_lifecycle_configuration.Rd | 7 man/s3_get_bucket_location.Rd | 17 man/s3_get_bucket_logging.Rd | 4 man/s3_get_bucket_metadata_configuration.Rd |only man/s3_get_bucket_metadata_table_configuration.Rd | 11 man/s3_get_bucket_metrics_configuration.Rd | 19 man/s3_get_bucket_notification.Rd | 13 man/s3_get_bucket_notification_configuration.Rd | 13 man/s3_get_bucket_ownership_controls.Rd | 7 man/s3_get_bucket_policy.Rd | 43 man/s3_get_bucket_policy_status.Rd | 7 man/s3_get_bucket_replication.Rd | 4 man/s3_get_bucket_request_payment.Rd | 7 man/s3_get_bucket_tagging.Rd | 4 man/s3_get_bucket_versioning.Rd | 4 man/s3_get_bucket_website.Rd | 4 man/s3_get_object.Rd | 173 man/s3_get_object_acl.Rd | 22 man/s3_get_object_attributes.Rd | 79 man/s3_get_object_legal_hold.Rd | 36 man/s3_get_object_lock_configuration.Rd | 15 man/s3_get_object_retention.Rd | 36 man/s3_get_object_tagging.Rd | 33 man/s3_get_object_torrent.Rd | 11 man/s3_get_public_access_block.Rd | 7 man/s3_head_bucket.Rd | 56 man/s3_head_object.Rd | 113 man/s3_list_bucket_analytics_configurations.Rd | 10 man/s3_list_bucket_intelligent_tiering_configurations.Rd | 11 man/s3_list_bucket_inventory_configurations.Rd | 20 man/s3_list_bucket_metrics_configurations.Rd | 20 man/s3_list_buckets.Rd | 37 man/s3_list_directory_buckets.Rd | 9 man/s3_list_multipart_uploads.Rd | 119 man/s3_list_object_versions.Rd | 40 man/s3_list_objects.Rd | 76 man/s3_list_objects_v2.Rd | 111 man/s3_list_parts.Rd | 67 man/s3_put_bucket_abac.Rd |only man/s3_put_bucket_accelerate_configuration.Rd | 15 man/s3_put_bucket_acl.Rd | 41 man/s3_put_bucket_analytics_configuration.Rd | 4 man/s3_put_bucket_cors.Rd | 37 man/s3_put_bucket_encryption.Rd | 61 man/s3_put_bucket_intelligent_tiering_configuration.Rd | 6 man/s3_put_bucket_inventory_configuration.Rd | 15 man/s3_put_bucket_lifecycle.Rd | 21 man/s3_put_bucket_lifecycle_configuration.Rd | 37 man/s3_put_bucket_logging.Rd | 33 man/s3_put_bucket_metrics_configuration.Rd | 19 man/s3_put_bucket_notification.Rd | 24 man/s3_put_bucket_notification_configuration.Rd | 9 man/s3_put_bucket_ownership_controls.Rd | 23 man/s3_put_bucket_policy.Rd | 57 man/s3_put_bucket_replication.Rd | 29 man/s3_put_bucket_request_payment.Rd | 27 man/s3_put_bucket_tagging.Rd | 27 man/s3_put_bucket_versioning.Rd | 30 man/s3_put_bucket_website.Rd | 27 man/s3_put_object.Rd | 447 man/s3_put_object_acl.Rd | 72 man/s3_put_object_legal_hold.Rd | 46 man/s3_put_object_lock_configuration.Rd | 35 man/s3_put_object_retention.Rd | 52 man/s3_put_object_tagging.Rd | 45 man/s3_put_public_access_block.Rd | 39 man/s3_rename_object.Rd |only man/s3_restore_object.Rd | 47 man/s3_select_object_content.Rd | 42 man/s3_update_bucket_metadata_inventory_table_configuration.Rd |only man/s3_update_bucket_metadata_journal_table_configuration.Rd |only man/s3_update_object_encryption.Rd |only man/s3_upload_part.Rd | 150 man/s3_upload_part_copy.Rd | 189 man/s3_write_get_object_response.Rd | 176 man/s3control.Rd | 25 man/s3control_associate_access_grants_identity_center.Rd | 8 man/s3control_create_access_grant.Rd | 47 man/s3control_create_access_grants_instance.Rd | 15 man/s3control_create_access_grants_location.Rd | 18 man/s3control_create_access_point.Rd | 66 man/s3control_create_access_point_for_object_lambda.Rd | 3 man/s3control_create_bucket.Rd | 9 man/s3control_create_job.Rd | 40 man/s3control_create_multi_region_access_point.Rd | 10 man/s3control_create_storage_lens_group.Rd | 6 man/s3control_delete_access_grant.Rd | 3 man/s3control_delete_access_grants_location.Rd | 6 man/s3control_delete_access_point.Rd | 20 man/s3control_delete_access_point_for_object_lambda.Rd | 3 man/s3control_delete_access_point_policy.Rd | 17 man/s3control_delete_access_point_policy_for_object_lambda.Rd | 6 man/s3control_delete_access_point_scope.Rd |only man/s3control_delete_bucket.Rd | 13 man/s3control_delete_bucket_lifecycle_configuration.Rd | 13 man/s3control_delete_bucket_policy.Rd | 13 man/s3control_delete_bucket_replication.Rd | 19 man/s3control_delete_bucket_tagging.Rd | 16 man/s3control_delete_job_tagging.Rd | 3 man/s3control_delete_multi_region_access_point.Rd | 9 man/s3control_delete_public_access_block.Rd | 3 man/s3control_delete_storage_lens_group.Rd | 3 man/s3control_describe_job.Rd | 3 man/s3control_describe_multi_region_access_point_operation.Rd | 8 man/s3control_get_access_grant.Rd | 3 man/s3control_get_access_grants_location.Rd | 5 man/s3control_get_access_point.Rd | 23 man/s3control_get_access_point_configuration_for_object_lambda.Rd | 6 man/s3control_get_access_point_for_object_lambda.Rd | 3 man/s3control_get_access_point_policy.Rd | 18 man/s3control_get_access_point_policy_for_object_lambda.Rd | 3 man/s3control_get_access_point_policy_status_for_object_lambda.Rd | 3 man/s3control_get_access_point_scope.Rd |only man/s3control_get_bucket.Rd | 13 man/s3control_get_bucket_lifecycle_configuration.Rd | 13 man/s3control_get_bucket_policy.Rd | 13 man/s3control_get_bucket_replication.Rd | 13 man/s3control_get_bucket_tagging.Rd | 13 man/s3control_get_data_access.Rd | 34 man/s3control_get_job_tagging.Rd | 3 man/s3control_get_multi_region_access_point.Rd | 10 man/s3control_get_multi_region_access_point_policy.Rd | 9 man/s3control_get_multi_region_access_point_policy_status.Rd | 9 man/s3control_get_multi_region_access_point_routes.Rd | 3 man/s3control_get_public_access_block.Rd | 3 man/s3control_get_storage_lens_group.Rd | 6 man/s3control_list_access_grants.Rd | 42 man/s3control_list_access_grants_instances.Rd | 9 man/s3control_list_access_grants_locations.Rd | 18 man/s3control_list_access_points.Rd | 39 man/s3control_list_access_points_for_directory_buckets.Rd |only man/s3control_list_access_points_for_object_lambda.Rd | 13 man/s3control_list_caller_access_grants.Rd | 19 man/s3control_list_jobs.Rd | 15 man/s3control_list_multi_region_access_points.Rd | 3 man/s3control_list_regional_buckets.Rd | 4 man/s3control_list_storage_lens_groups.Rd | 3 man/s3control_list_tags_for_resource.Rd | 10 man/s3control_put_access_grants_instance_resource_policy.Rd | 6 man/s3control_put_access_point_configuration_for_object_lambda.Rd | 3 man/s3control_put_access_point_policy.Rd | 27 man/s3control_put_access_point_policy_for_object_lambda.Rd | 3 man/s3control_put_access_point_scope.Rd |only man/s3control_put_bucket_policy.Rd | 16 man/s3control_put_bucket_replication.Rd | 13 man/s3control_put_bucket_tagging.Rd | 13 man/s3control_put_bucket_versioning.Rd | 3 man/s3control_put_job_tagging.Rd | 3 man/s3control_put_multi_region_access_point_policy.Rd | 9 man/s3control_put_public_access_block.Rd | 6 man/s3control_submit_multi_region_access_point_routes.Rd | 7 man/s3control_tag_resource.Rd | 15 man/s3control_untag_resource.Rd | 15 man/s3control_update_access_grants_location.Rd | 18 man/s3control_update_job_priority.Rd | 3 man/s3control_update_job_status.Rd | 6 man/s3outposts_create_endpoint.Rd | 12 man/s3outposts_list_endpoints.Rd | 3 man/s3outposts_list_outposts_with_s3.Rd | 6 man/s3outposts_list_shared_endpoints.Rd | 3 man/s3tables.Rd | 37 man/s3tables_create_namespace.Rd | 3 man/s3tables_create_table.Rd | 24 man/s3tables_create_table_bucket.Rd | 15 man/s3tables_delete_namespace.Rd | 3 man/s3tables_delete_table.Rd | 3 man/s3tables_delete_table_bucket_encryption.Rd |only man/s3tables_delete_table_bucket_metrics_configuration.Rd |only man/s3tables_delete_table_bucket_replication.Rd |only man/s3tables_delete_table_policy.Rd | 3 man/s3tables_delete_table_replication.Rd |only man/s3tables_get_table.Rd | 16 man/s3tables_get_table_bucket_encryption.Rd |only man/s3tables_get_table_bucket_maintenance_configuration.Rd | 3 man/s3tables_get_table_bucket_metrics_configuration.Rd |only man/s3tables_get_table_bucket_replication.Rd |only man/s3tables_get_table_bucket_storage_class.Rd |only man/s3tables_get_table_encryption.Rd |only man/s3tables_get_table_maintenance_job_status.Rd | 7 man/s3tables_get_table_policy.Rd | 3 man/s3tables_get_table_record_expiration_configuration.Rd |only man/s3tables_get_table_record_expiration_job_status.Rd |only man/s3tables_get_table_replication.Rd |only man/s3tables_get_table_replication_status.Rd |only man/s3tables_get_table_storage_class.Rd |only man/s3tables_list_namespaces.Rd | 5 man/s3tables_list_table_buckets.Rd | 10 man/s3tables_list_tables.Rd | 5 man/s3tables_list_tags_for_resource.Rd |only man/s3tables_put_table_bucket_encryption.Rd |only man/s3tables_put_table_bucket_maintenance_configuration.Rd | 6 man/s3tables_put_table_bucket_metrics_configuration.Rd |only man/s3tables_put_table_bucket_policy.Rd | 6 man/s3tables_put_table_bucket_replication.Rd |only man/s3tables_put_table_bucket_storage_class.Rd |only man/s3tables_put_table_maintenance_configuration.Rd | 5 man/s3tables_put_table_policy.Rd | 9 man/s3tables_put_table_record_expiration_configuration.Rd |only man/s3tables_put_table_replication.Rd |only man/s3tables_tag_resource.Rd |only man/s3tables_untag_resource.Rd |only man/storagegateway.Rd | 63 man/storagegateway_activate_gateway.Rd | 60 man/storagegateway_add_cache.Rd | 7 man/storagegateway_add_tags_to_resource.Rd | 8 man/storagegateway_add_upload_buffer.Rd | 7 man/storagegateway_add_working_storage.Rd | 7 man/storagegateway_assign_tape_pool.Rd | 16 man/storagegateway_associate_file_system.Rd | 23 man/storagegateway_attach_volume.Rd | 30 man/storagegateway_cancel_archival.Rd | 5 man/storagegateway_cancel_retrieval.Rd | 5 man/storagegateway_create_cachedi_scsi_volume.Rd | 60 man/storagegateway_create_nfs_file_share.Rd | 151 man/storagegateway_create_smb_file_share.Rd | 197 man/storagegateway_create_snapshot.Rd | 17 man/storagegateway_create_snapshot_from_volume_recovery_point.Rd | 17 man/storagegateway_create_storedi_scsi_volume.Rd | 56 man/storagegateway_create_tape_pool.Rd | 23 man/storagegateway_create_tape_with_barcode.Rd | 41 man/storagegateway_create_tapes.Rd | 48 man/storagegateway_delete_automatic_tape_creation_policy.Rd | 2 man/storagegateway_delete_bandwidth_rate_limit.Rd | 5 man/storagegateway_delete_chap_credentials.Rd | 4 man/storagegateway_delete_file_share.Rd | 6 man/storagegateway_delete_gateway.Rd | 2 man/storagegateway_delete_tape.Rd | 10 man/storagegateway_delete_tape_archive.Rd | 8 man/storagegateway_delete_volume.Rd | 4 man/storagegateway_describe_availability_monitor_test.Rd | 2 man/storagegateway_describe_bandwidth_rate_limit.Rd | 2 man/storagegateway_describe_bandwidth_rate_limit_schedule.Rd | 2 man/storagegateway_describe_cache.Rd | 2 man/storagegateway_describe_cachedi_scsi_volumes.Rd | 6 man/storagegateway_describe_chap_credentials.Rd | 4 man/storagegateway_describe_file_system_associations.Rd | 3 man/storagegateway_describe_gateway_information.Rd | 2 man/storagegateway_describe_maintenance_start_time.Rd | 2 man/storagegateway_describe_nfs_file_shares.Rd | 3 man/storagegateway_describe_smb_file_shares.Rd | 3 man/storagegateway_describe_smb_settings.Rd | 2 man/storagegateway_describe_snapshot_schedule.Rd | 4 man/storagegateway_describe_storedi_scsi_volumes.Rd | 6 man/storagegateway_describe_tape_archives.Rd | 9 man/storagegateway_describe_tape_recovery_points.Rd | 8 man/storagegateway_describe_tapes.Rd | 14 man/storagegateway_describe_upload_buffer.Rd | 2 man/storagegateway_describe_vtl_devices.Rd | 15 man/storagegateway_describe_working_storage.Rd | 2 man/storagegateway_detach_volume.Rd | 5 man/storagegateway_disable_gateway.Rd | 2 man/storagegateway_disassociate_file_system.Rd | 9 man/storagegateway_evict_files_failing_upload.Rd |only man/storagegateway_join_domain.Rd | 35 man/storagegateway_list_automatic_tape_creation_policies.Rd | 2 man/storagegateway_list_cache_reports.Rd | 6 man/storagegateway_list_file_shares.Rd | 11 man/storagegateway_list_file_system_associations.Rd | 13 man/storagegateway_list_gateways.Rd | 6 man/storagegateway_list_local_disks.Rd | 2 man/storagegateway_list_tags_for_resource.Rd | 9 man/storagegateway_list_tape_pools.Rd | 10 man/storagegateway_list_tapes.Rd | 8 man/storagegateway_list_volume_initiators.Rd | 4 man/storagegateway_list_volume_recovery_points.Rd | 2 man/storagegateway_list_volumes.Rd | 9 man/storagegateway_notify_when_uploaded.Rd | 2 man/storagegateway_refresh_cache.Rd | 16 man/storagegateway_remove_tags_from_resource.Rd | 6 man/storagegateway_reset_cache.Rd | 2 man/storagegateway_retrieve_tape_archive.Rd | 11 man/storagegateway_retrieve_tape_recovery_point.Rd | 5 man/storagegateway_set_local_console_password.Rd | 2 man/storagegateway_set_smb_guest_password.Rd | 3 man/storagegateway_shutdown_gateway.Rd | 2 man/storagegateway_start_availability_monitor_test.Rd | 2 man/storagegateway_start_cache_report.Rd | 39 man/storagegateway_start_gateway.Rd | 2 man/storagegateway_update_automatic_tape_creation_policy.Rd | 6 man/storagegateway_update_bandwidth_rate_limit.Rd | 2 man/storagegateway_update_bandwidth_rate_limit_schedule.Rd | 6 man/storagegateway_update_chap_credentials.Rd | 10 man/storagegateway_update_file_system_association.Rd | 9 man/storagegateway_update_gateway_information.Rd | 12 man/storagegateway_update_gateway_software_now.Rd | 2 man/storagegateway_update_maintenance_start_time.Rd | 35 man/storagegateway_update_nfs_file_share.Rd | 100 man/storagegateway_update_smb_file_share.Rd | 131 man/storagegateway_update_smb_file_share_visibility.Rd | 2 man/storagegateway_update_smb_local_groups.Rd | 5 man/storagegateway_update_smb_security_strategy.Rd | 24 man/storagegateway_update_snapshot_schedule.Rd | 19 tests/testthat/test_backup.R | 24 tests/testthat/test_fsx.R | 8 tests/testthat/test_omics.R | 8 691 files changed, 11564 insertions(+), 17842 deletions(-)
Title: 'Amazon Web Services' Networking & Content Delivery Services
Description: Interface to 'Amazon Web Services' networking and content
delivery services, including 'Route 53' Domain Name System service,
'CloudFront' content delivery, load balancing, 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.networking versions 0.9.0 dated 2025-03-14 and 0.10.0 dated 2026-05-30
DESCRIPTION | 11 MD5 | 1673 +++---- R/apigateway_interfaces.R | 46 R/apigateway_operations.R | 783 --- R/apigateway_service.R | 8 R/apigatewaymanagementapi_service.R | 10 R/apigatewayv2_interfaces.R | 386 + R/apigatewayv2_operations.R | 1865 +++++--- R/apigatewayv2_service.R | 33 R/appfabric_operations.R | 297 - R/appfabric_service.R | 16 R/appmesh_operations.R | 471 -- R/appmesh_service.R | 22 R/arczonalshift_interfaces.R | 54 R/arczonalshift_operations.R | 388 - R/arczonalshift_service.R | 72 R/backupgateway_interfaces.R | 24 R/backupgateway_operations.R | 107 R/backupgateway_service.R | 17 R/cloudfront_interfaces.R | 580 ++ R/cloudfront_operations.R | 2096 +++++++-- R/cloudfront_service.R | 61 R/cloudfrontkeyvaluestore_operations.R | 16 R/cloudfrontkeyvaluestore_service.R | 5 R/directconnect_interfaces.R | 94 R/directconnect_operations.R | 299 - R/directconnect_service.R | 19 R/elb_operations.R | 85 R/elb_service.R | 31 R/elbv2_interfaces.R | 56 R/elbv2_operations.R | 512 -- R/elbv2_service.R | 33 R/globalaccelerator_operations.R | 641 -- R/globalaccelerator_service.R | 88 R/networkfirewall_interfaces.R | 514 ++ R/networkfirewall_operations.R | 2307 +++++++--- R/networkfirewall_service.R | 165 R/networkmanager_interfaces.R | 106 R/networkmanager_operations.R | 340 + R/networkmanager_service.R | 13 R/route53_interfaces.R | 22 R/route53_operations.R | 1231 +---- R/route53_service.R | 16 R/route53domains_operations.R | 375 - R/route53domains_service.R | 5 R/route53profiles_operations.R | 77 R/route53profiles_service.R | 5 R/route53recoverycluster_operations.R | 33 R/route53recoverycluster_service.R | 73 R/route53recoverycontrolconfig_interfaces.R | 20 R/route53recoverycontrolconfig_operations.R | 62 R/route53recoverycontrolconfig_service.R | 6 R/route53recoveryreadiness_operations.R | 46 R/route53recoveryreadiness_service.R | 2 R/route53resolver_interfaces.R | 30 R/route53resolver_operations.R | 1123 +--- R/route53resolver_service.R | 56 R/servicediscovery_interfaces.R | 24 R/servicediscovery_operations.R | 502 -- R/servicediscovery_service.R | 12 R/telconetworkbuilder_operations.R | 70 R/telconetworkbuilder_service.R | 8 R/vpclattice_interfaces.R | 230 R/vpclattice_operations.R | 618 +- R/vpclattice_service.R | 18 man/apigateway.Rd | 6 man/apigateway_create_api_key.Rd | 14 man/apigateway_create_authorizer.Rd | 79 man/apigateway_create_base_path_mapping.Rd | 12 man/apigateway_create_deployment.Rd | 14 man/apigateway_create_documentation_part.Rd | 7 man/apigateway_create_domain_name.Rd | 80 man/apigateway_create_domain_name_access_association.Rd | 7 man/apigateway_create_model.Rd | 3 man/apigateway_create_request_validator.Rd | 6 man/apigateway_create_rest_api.Rd | 49 man/apigateway_create_stage.Rd | 15 man/apigateway_create_usage_plan.Rd | 4 man/apigateway_create_usage_plan_key.Rd | 3 man/apigateway_create_vpc_link.Rd | 8 man/apigateway_delete_base_path_mapping.Rd | 3 man/apigateway_delete_domain_name.Rd | 3 man/apigateway_delete_usage_plan_key.Rd | 3 man/apigateway_delete_vpc_link.Rd | 3 man/apigateway_generate_client_certificate.Rd | 4 man/apigateway_get_api_key.Rd | 3 man/apigateway_get_api_keys.Rd | 9 man/apigateway_get_authorizers.Rd | 3 man/apigateway_get_base_path_mapping.Rd | 8 man/apigateway_get_base_path_mappings.Rd | 6 man/apigateway_get_client_certificates.Rd | 3 man/apigateway_get_deployment.Rd | 11 man/apigateway_get_deployments.Rd | 3 man/apigateway_get_documentation_parts.Rd | 7 man/apigateway_get_documentation_versions.Rd | 3 man/apigateway_get_domain_name.Rd | 3 man/apigateway_get_domain_name_access_associations.Rd | 8 man/apigateway_get_domain_names.Rd | 3 man/apigateway_get_export.Rd | 17 man/apigateway_get_gateway_responses.Rd | 8 man/apigateway_get_model.Rd | 4 man/apigateway_get_models.Rd | 3 man/apigateway_get_request_validators.Rd | 3 man/apigateway_get_resource.Rd | 8 man/apigateway_get_resources.Rd | 11 man/apigateway_get_rest_apis.Rd | 3 man/apigateway_get_sdk.Rd | 11 man/apigateway_get_sdk_types.Rd | 3 man/apigateway_get_tags.Rd | 6 man/apigateway_get_usage.Rd | 3 man/apigateway_get_usage_plan_key.Rd | 6 man/apigateway_get_usage_plan_keys.Rd | 9 man/apigateway_get_usage_plans.Rd | 3 man/apigateway_get_vpc_link.Rd | 3 man/apigateway_get_vpc_links.Rd | 3 man/apigateway_import_api_keys.Rd | 9 man/apigateway_import_documentation_parts.Rd | 11 man/apigateway_import_rest_api.Rd | 24 man/apigateway_put_gateway_response.Rd | 6 man/apigateway_put_integration.Rd | 97 man/apigateway_put_integration_response.Rd | 25 man/apigateway_put_method.Rd | 42 man/apigateway_put_method_response.Rd | 18 man/apigateway_put_rest_api.Rd | 16 man/apigateway_tag_resource.Rd | 4 man/apigateway_test_invoke_authorizer.Rd | 19 man/apigateway_test_invoke_method.Rd | 14 man/apigateway_update_base_path_mapping.Rd | 3 man/apigateway_update_deployment.Rd | 3 man/apigateway_update_domain_name.Rd | 3 man/apigateway_update_usage.Rd | 3 man/apigateway_update_vpc_link.Rd | 3 man/apigatewaymanagementapi.Rd | 8 man/apigatewayv2.Rd | 31 man/apigatewayv2_create_api.Rd | 55 man/apigatewayv2_create_authorizer.Rd | 74 man/apigatewayv2_create_domain_name.Rd | 3 man/apigatewayv2_create_integration.Rd | 179 man/apigatewayv2_create_integration_response.Rd | 42 man/apigatewayv2_create_model.Rd | 3 man/apigatewayv2_create_portal.Rd |only man/apigatewayv2_create_portal_product.Rd |only man/apigatewayv2_create_product_page.Rd |only man/apigatewayv2_create_product_rest_endpoint_page.Rd |only man/apigatewayv2_create_route.Rd | 21 man/apigatewayv2_create_route_response.Rd | 3 man/apigatewayv2_create_routing_rule.Rd |only man/apigatewayv2_create_stage.Rd | 13 man/apigatewayv2_delete_access_log_settings.Rd | 3 man/apigatewayv2_delete_portal.Rd |only man/apigatewayv2_delete_portal_product.Rd |only man/apigatewayv2_delete_portal_product_sharing_policy.Rd |only man/apigatewayv2_delete_product_page.Rd |only man/apigatewayv2_delete_product_rest_endpoint_page.Rd |only man/apigatewayv2_delete_route_settings.Rd | 3 man/apigatewayv2_delete_routing_rule.Rd |only man/apigatewayv2_delete_stage.Rd | 3 man/apigatewayv2_disable_portal.Rd |only man/apigatewayv2_export_api.Rd | 16 man/apigatewayv2_get_api_mappings.Rd | 3 man/apigatewayv2_get_apis.Rd | 3 man/apigatewayv2_get_authorizers.Rd | 3 man/apigatewayv2_get_deployments.Rd | 3 man/apigatewayv2_get_domain_names.Rd | 3 man/apigatewayv2_get_integration_responses.Rd | 3 man/apigatewayv2_get_integrations.Rd | 3 man/apigatewayv2_get_models.Rd | 3 man/apigatewayv2_get_portal.Rd |only man/apigatewayv2_get_portal_product.Rd |only man/apigatewayv2_get_portal_product_sharing_policy.Rd |only man/apigatewayv2_get_product_page.Rd |only man/apigatewayv2_get_product_rest_endpoint_page.Rd |only man/apigatewayv2_get_route_responses.Rd | 3 man/apigatewayv2_get_routes.Rd | 3 man/apigatewayv2_get_routing_rule.Rd |only man/apigatewayv2_get_stage.Rd | 3 man/apigatewayv2_get_stages.Rd | 3 man/apigatewayv2_get_vpc_links.Rd | 3 man/apigatewayv2_import_api.Rd | 9 man/apigatewayv2_list_portal_products.Rd |only man/apigatewayv2_list_portals.Rd |only man/apigatewayv2_list_product_pages.Rd |only man/apigatewayv2_list_product_rest_endpoint_pages.Rd |only man/apigatewayv2_list_routing_rules.Rd |only man/apigatewayv2_preview_portal.Rd |only man/apigatewayv2_publish_portal.Rd |only man/apigatewayv2_put_portal_product_sharing_policy.Rd |only man/apigatewayv2_put_routing_rule.Rd |only man/apigatewayv2_reimport_api.Rd | 9 man/apigatewayv2_reset_authorizers_cache.Rd | 4 man/apigatewayv2_tag_resource.Rd | 3 man/apigatewayv2_update_api.Rd | 47 man/apigatewayv2_update_authorizer.Rd | 71 man/apigatewayv2_update_domain_name.Rd | 5 man/apigatewayv2_update_integration.Rd | 179 man/apigatewayv2_update_integration_response.Rd | 49 man/apigatewayv2_update_model.Rd | 3 man/apigatewayv2_update_portal.Rd |only man/apigatewayv2_update_portal_product.Rd |only man/apigatewayv2_update_product_page.Rd |only man/apigatewayv2_update_product_rest_endpoint_page.Rd |only man/apigatewayv2_update_route.Rd | 21 man/apigatewayv2_update_route_response.Rd | 3 man/apigatewayv2_update_stage.Rd | 16 man/appfabric.Rd | 11 man/appfabric_batch_get_user_access_tasks.Rd | 3 man/appfabric_connect_app_authorization.Rd | 10 man/appfabric_create_app_authorization.Rd | 34 man/appfabric_create_app_bundle.Rd | 21 man/appfabric_create_ingestion.Rd | 24 man/appfabric_create_ingestion_destination.Rd | 27 man/appfabric_delete_app_authorization.Rd | 6 man/appfabric_delete_app_bundle.Rd | 3 man/appfabric_delete_ingestion.Rd | 6 man/appfabric_delete_ingestion_destination.Rd | 9 man/appfabric_get_app_authorization.Rd | 6 man/appfabric_get_app_bundle.Rd | 3 man/appfabric_get_ingestion.Rd | 6 man/appfabric_get_ingestion_destination.Rd | 9 man/appfabric_list_app_authorizations.Rd | 16 man/appfabric_list_app_bundles.Rd | 13 man/appfabric_list_ingestion_destinations.Rd | 19 man/appfabric_list_ingestions.Rd | 16 man/appfabric_list_tags_for_resource.Rd | 3 man/appfabric_start_ingestion.Rd | 6 man/appfabric_start_user_access_tasks.Rd | 3 man/appfabric_stop_ingestion.Rd | 6 man/appfabric_tag_resource.Rd | 3 man/appfabric_untag_resource.Rd | 3 man/appfabric_update_app_authorization.Rd | 17 man/appfabric_update_ingestion_destination.Rd | 9 man/appmesh.Rd | 17 man/appmesh_create_gateway_route.Rd | 21 man/appmesh_create_mesh.Rd | 10 man/appmesh_create_route.Rd | 21 man/appmesh_create_virtual_gateway.Rd | 15 man/appmesh_create_virtual_node.Rd | 15 man/appmesh_create_virtual_router.Rd | 15 man/appmesh_create_virtual_service.Rd | 15 man/appmesh_delete_gateway_route.Rd | 5 man/appmesh_delete_route.Rd | 5 man/appmesh_delete_virtual_gateway.Rd | 5 man/appmesh_delete_virtual_node.Rd | 5 man/appmesh_delete_virtual_router.Rd | 5 man/appmesh_delete_virtual_service.Rd | 5 man/appmesh_describe_gateway_route.Rd | 8 man/appmesh_describe_mesh.Rd | 5 man/appmesh_describe_route.Rd | 5 man/appmesh_describe_virtual_gateway.Rd | 5 man/appmesh_describe_virtual_node.Rd | 5 man/appmesh_describe_virtual_router.Rd | 5 man/appmesh_describe_virtual_service.Rd | 5 man/appmesh_list_gateway_routes.Rd | 23 man/appmesh_list_meshes.Rd | 20 man/appmesh_list_routes.Rd | 21 man/appmesh_list_tags_for_resource.Rd | 22 man/appmesh_list_virtual_gateways.Rd | 23 man/appmesh_list_virtual_nodes.Rd | 23 man/appmesh_list_virtual_routers.Rd | 23 man/appmesh_list_virtual_services.Rd | 23 man/appmesh_tag_resource.Rd | 4 man/appmesh_update_gateway_route.Rd | 15 man/appmesh_update_mesh.Rd | 4 man/appmesh_update_route.Rd | 9 man/appmesh_update_virtual_gateway.Rd | 12 man/appmesh_update_virtual_node.Rd | 12 man/appmesh_update_virtual_router.Rd | 12 man/appmesh_update_virtual_service.Rd | 12 man/arczonalshift.Rd | 69 man/arczonalshift_cancel_practice_run.Rd |only man/arczonalshift_cancel_zonal_shift.Rd | 4 man/arczonalshift_create_practice_run_configuration.Rd | 87 man/arczonalshift_delete_practice_run_configuration.Rd | 4 man/arczonalshift_get_autoshift_observer_notification_status.Rd | 4 man/arczonalshift_get_managed_resource.Rd | 18 man/arczonalshift_list_autoshifts.Rd | 18 man/arczonalshift_list_managed_resources.Rd | 14 man/arczonalshift_list_zonal_shifts.Rd | 34 man/arczonalshift_start_practice_run.Rd |only man/arczonalshift_start_zonal_shift.Rd | 51 man/arczonalshift_update_autoshift_observer_notification_status.Rd | 6 man/arczonalshift_update_practice_run_configuration.Rd | 66 man/arczonalshift_update_zonal_autoshift_configuration.Rd | 12 man/arczonalshift_update_zonal_shift.Rd | 38 man/backupgateway.Rd | 15 man/backupgateway_associate_gateway_to_server.Rd | 7 man/backupgateway_create_gateway.Rd | 3 man/backupgateway_get_bandwidth_rate_limit_schedule.Rd | 5 man/backupgateway_get_hypervisor_property_mappings.Rd | 2 man/backupgateway_import_hypervisor_configuration.Rd | 19 man/backupgateway_list_gateways.Rd | 5 man/backupgateway_list_hypervisors.Rd | 5 man/backupgateway_list_virtual_machines.Rd | 8 man/backupgateway_put_bandwidth_rate_limit_schedule.Rd | 13 man/backupgateway_put_hypervisor_property_mappings.Rd | 11 man/backupgateway_put_maintenance_start_time.Rd | 19 man/backupgateway_test_hypervisor_configuration.Rd | 11 man/backupgateway_untag_resource.Rd | 3 man/backupgateway_update_hypervisor.Rd | 20 man/cloudfront.Rd | 58 man/cloudfront_associate_alias.Rd | 9 man/cloudfront_associate_distribution_tenant_web_acl.Rd |only man/cloudfront_associate_distribution_web_acl.Rd |only man/cloudfront_copy_distribution.Rd | 22 man/cloudfront_create_anycast_ip_list.Rd | 22 man/cloudfront_create_connection_function.Rd |only man/cloudfront_create_connection_group.Rd |only man/cloudfront_create_distribution_tenant.Rd |only man/cloudfront_create_function.Rd | 11 man/cloudfront_create_invalidation_for_distribution_tenant.Rd |only man/cloudfront_create_key_value_store.Rd | 15 man/cloudfront_create_monitoring_subscription.Rd | 10 man/cloudfront_create_realtime_log_config.Rd | 10 man/cloudfront_create_response_headers_policy.Rd | 3 man/cloudfront_create_trust_store.Rd |only man/cloudfront_create_vpc_origin.Rd | 2 man/cloudfront_delete_anycast_ip_list.Rd | 3 man/cloudfront_delete_cache_policy.Rd | 10 man/cloudfront_delete_cloud_front_origin_access_identity.Rd | 3 man/cloudfront_delete_connection_function.Rd |only man/cloudfront_delete_connection_group.Rd |only man/cloudfront_delete_continuous_deployment_policy.Rd | 6 man/cloudfront_delete_distribution.Rd | 3 man/cloudfront_delete_distribution_tenant.Rd |only man/cloudfront_delete_field_level_encryption_config.Rd | 3 man/cloudfront_delete_field_level_encryption_profile.Rd | 3 man/cloudfront_delete_function.Rd | 4 man/cloudfront_delete_key_group.Rd | 8 man/cloudfront_delete_origin_access_control.Rd | 6 man/cloudfront_delete_origin_request_policy.Rd | 11 man/cloudfront_delete_public_key.Rd | 3 man/cloudfront_delete_realtime_log_config.Rd | 3 man/cloudfront_delete_resource_policy.Rd |only man/cloudfront_delete_response_headers_policy.Rd | 10 man/cloudfront_delete_streaming_distribution.Rd | 3 man/cloudfront_delete_trust_store.Rd |only man/cloudfront_delete_vpc_origin.Rd | 4 man/cloudfront_describe_connection_function.Rd |only man/cloudfront_disassociate_distribution_tenant_web_acl.Rd |only man/cloudfront_disassociate_distribution_web_acl.Rd |only man/cloudfront_get_cache_policy.Rd | 7 man/cloudfront_get_cache_policy_config.Rd | 7 man/cloudfront_get_connection_function.Rd |only man/cloudfront_get_connection_group.Rd |only man/cloudfront_get_connection_group_by_routing_endpoint.Rd |only man/cloudfront_get_continuous_deployment_policy_config.Rd | 3 man/cloudfront_get_distribution.Rd | 3 man/cloudfront_get_distribution_config.Rd | 3 man/cloudfront_get_distribution_tenant.Rd |only man/cloudfront_get_distribution_tenant_by_domain.Rd |only man/cloudfront_get_field_level_encryption_profile_config.Rd | 3 man/cloudfront_get_invalidation.Rd | 3 man/cloudfront_get_invalidation_for_distribution_tenant.Rd |only man/cloudfront_get_key_group.Rd | 3 man/cloudfront_get_key_group_config.Rd | 3 man/cloudfront_get_managed_certificate_details.Rd |only man/cloudfront_get_origin_request_policy.Rd | 9 man/cloudfront_get_origin_request_policy_config.Rd | 9 man/cloudfront_get_realtime_log_config.Rd | 3 man/cloudfront_get_resource_policy.Rd |only man/cloudfront_get_response_headers_policy.Rd | 8 man/cloudfront_get_response_headers_policy_config.Rd | 8 man/cloudfront_get_trust_store.Rd |only man/cloudfront_list_anycast_ip_lists.Rd | 8 man/cloudfront_list_cache_policies.Rd | 15 man/cloudfront_list_cloud_front_origin_access_identities.Rd | 9 man/cloudfront_list_conflicting_aliases.Rd | 17 man/cloudfront_list_connection_functions.Rd |only man/cloudfront_list_connection_groups.Rd |only man/cloudfront_list_continuous_deployment_policies.Rd | 9 man/cloudfront_list_distribution_tenants.Rd |only man/cloudfront_list_distribution_tenants_by_customization.Rd |only man/cloudfront_list_distributions.Rd | 6 man/cloudfront_list_distributions_by_anycast_ip_list_id.Rd | 8 man/cloudfront_list_distributions_by_cache_policy_id.Rd | 9 man/cloudfront_list_distributions_by_connection_function.Rd |only man/cloudfront_list_distributions_by_connection_mode.Rd |only man/cloudfront_list_distributions_by_key_group.Rd | 9 man/cloudfront_list_distributions_by_origin_request_policy_id.Rd | 9 man/cloudfront_list_distributions_by_owned_resource.Rd |only man/cloudfront_list_distributions_by_realtime_log_config.Rd | 12 man/cloudfront_list_distributions_by_response_headers_policy_id.Rd | 12 man/cloudfront_list_distributions_by_trust_store.Rd |only man/cloudfront_list_distributions_by_web_acl_id.Rd | 20 man/cloudfront_list_domain_conflicts.Rd |only man/cloudfront_list_field_level_encryption_configs.Rd | 9 man/cloudfront_list_field_level_encryption_profiles.Rd | 9 man/cloudfront_list_functions.Rd | 9 man/cloudfront_list_invalidations.Rd | 11 man/cloudfront_list_invalidations_for_distribution_tenant.Rd |only man/cloudfront_list_key_groups.Rd | 6 man/cloudfront_list_origin_access_controls.Rd | 9 man/cloudfront_list_origin_request_policies.Rd | 18 man/cloudfront_list_public_keys.Rd | 6 man/cloudfront_list_realtime_log_configs.Rd | 9 man/cloudfront_list_response_headers_policies.Rd | 18 man/cloudfront_list_trust_stores.Rd |only man/cloudfront_publish_connection_function.Rd |only man/cloudfront_publish_function.Rd | 4 man/cloudfront_put_resource_policy.Rd |only man/cloudfront_test_connection_function.Rd |only man/cloudfront_test_function.Rd | 11 man/cloudfront_update_anycast_ip_list.Rd |only man/cloudfront_update_cache_policy.Rd | 9 man/cloudfront_update_cloud_front_origin_access_identity.Rd | 3 man/cloudfront_update_connection_function.Rd |only man/cloudfront_update_connection_group.Rd |only man/cloudfront_update_continuous_deployment_policy.Rd | 6 man/cloudfront_update_distribution.Rd | 3 man/cloudfront_update_distribution_tenant.Rd |only man/cloudfront_update_distribution_with_staging_config.Rd | 9 man/cloudfront_update_domain_association.Rd |only man/cloudfront_update_field_level_encryption_config.Rd | 3 man/cloudfront_update_field_level_encryption_profile.Rd | 3 man/cloudfront_update_function.Rd | 8 man/cloudfront_update_key_group.Rd | 3 man/cloudfront_update_origin_access_control.Rd | 6 man/cloudfront_update_origin_request_policy.Rd | 10 man/cloudfront_update_public_key.Rd | 3 man/cloudfront_update_realtime_log_config.Rd | 11 man/cloudfront_update_response_headers_policy.Rd | 4 man/cloudfront_update_streaming_distribution.Rd | 3 man/cloudfront_update_trust_store.Rd |only man/cloudfront_verify_dns_configuration.Rd |only man/cloudfrontkeyvaluestore.Rd | 3 man/cloudfrontkeyvaluestore_delete_key.Rd | 3 man/cloudfrontkeyvaluestore_list_keys.Rd | 7 man/cloudfrontkeyvaluestore_put_key.Rd | 3 man/cloudfrontkeyvaluestore_update_keys.Rd | 3 man/directconnect.Rd | 17 man/directconnect_accept_direct_connec_gatewa_associ_propos.Rd | 9 man/directconnect_allocate_connection_on_interconnect.Rd | 9 man/directconnect_allocate_hosted_connection.Rd | 9 man/directconnect_allocate_private_virtual_interface.Rd | 6 man/directconnect_allocate_public_virtual_interface.Rd | 6 man/directconnect_allocate_transit_virtual_interface.Rd | 6 man/directconnect_associate_mac_sec_key.Rd | 34 man/directconnect_create_connection.Rd | 10 man/directconnect_create_direct_connec_gatewa_associ_propos.Rd | 6 man/directconnect_create_direct_connect_gateway.Rd | 8 man/directconnect_create_direct_connect_gateway_association.Rd | 6 man/directconnect_create_interconnect.Rd | 5 man/directconnect_create_lag.Rd | 13 man/directconnect_delete_bgp_peer.Rd | 18 man/directconnect_descri_direct_connec_gatewa_associ_propos.Rd | 7 man/directconnect_describe_connection_loa.Rd | 8 man/directconnect_describe_connections.Rd | 12 man/directconnect_describe_direct_connect_gateway_associations.Rd | 7 man/directconnect_describe_direct_connect_gateway_attachments.Rd | 7 man/directconnect_describe_direct_connect_gateways.Rd | 7 man/directconnect_describe_hosted_connections.Rd | 12 man/directconnect_describe_interconnect_loa.Rd | 7 man/directconnect_describe_interconnects.Rd | 12 man/directconnect_describe_lags.Rd | 8 man/directconnect_describe_loa.Rd | 7 man/directconnect_describe_router_configuration.Rd | 3 man/directconnect_describe_virtual_interfaces.Rd | 10 man/directconnect_disassociate_mac_sec_key.Rd | 14 man/directconnect_list_virtual_interface_test_history.Rd | 10 man/directconnect_update_connection.Rd | 9 man/directconnect_update_direct_connect_gateway_association.Rd | 3 man/directconnect_update_lag.Rd | 6 man/directconnect_update_virtual_interface_attributes.Rd | 3 man/elb.Rd | 28 man/elb_apply_security_groups_to_load_balancer.Rd | 3 man/elb_attach_load_balancer_to_subnets.Rd | 3 man/elb_create_app_cookie_stickiness_policy.Rd | 4 man/elb_create_lb_cookie_stickiness_policy.Rd | 9 man/elb_create_load_balancer.Rd | 32 man/elb_create_load_balancer_policy.Rd | 6 man/elb_describe_account_limits.Rd | 3 man/elb_describe_load_balancer_policy_types.Rd | 3 man/elb_describe_load_balancers.Rd | 6 man/elb_enable_availability_zones_for_load_balancer.Rd | 3 man/elb_remove_tags.Rd | 3 man/elb_set_load_balancer_policies_for_backend_server.Rd | 3 man/elb_set_load_balancer_policies_of_listener.Rd | 4 man/elbv2.Rd | 28 man/elbv2_add_listener_certificates.Rd | 3 man/elbv2_create_listener.Rd | 38 man/elbv2_create_load_balancer.Rd | 115 man/elbv2_create_rule.Rd | 14 man/elbv2_create_target_group.Rd | 125 man/elbv2_create_trust_store.Rd | 3 man/elbv2_deregister_targets.Rd | 4 man/elbv2_describe_account_limits.Rd | 3 man/elbv2_describe_listener_certificates.Rd | 3 man/elbv2_describe_listeners.Rd | 3 man/elbv2_describe_load_balancers.Rd | 6 man/elbv2_describe_rules.Rd | 5 man/elbv2_describe_ssl_policies.Rd | 6 man/elbv2_describe_tags.Rd | 3 man/elbv2_describe_target_groups.Rd | 3 man/elbv2_describe_trust_store_associations.Rd | 3 man/elbv2_describe_trust_store_revocations.Rd | 3 man/elbv2_describe_trust_stores.Rd | 3 man/elbv2_modify_ip_pools.Rd |only man/elbv2_modify_listener.Rd | 35 man/elbv2_modify_rule.Rd | 12 man/elbv2_modify_target_group.Rd | 39 man/elbv2_modify_trust_store.Rd | 3 man/elbv2_remove_listener_certificates.Rd | 3 man/elbv2_set_ip_address_type.Rd | 14 man/elbv2_set_security_groups.Rd | 4 man/elbv2_set_subnets.Rd | 57 man/globalaccelerator.Rd | 75 man/globalaccelerator_add_custom_routing_endpoints.Rd | 3 man/globalaccelerator_advertise_byoip_cidr.Rd | 7 man/globalaccelerator_allow_custom_routing_traffic.Rd | 38 man/globalaccelerator_create_accelerator.Rd | 54 man/globalaccelerator_create_cross_account_attachment.Rd | 15 man/globalaccelerator_create_custom_routing_accelerator.Rd | 54 man/globalaccelerator_create_custom_routing_endpoint_group.Rd | 13 man/globalaccelerator_create_custom_routing_listener.Rd | 12 man/globalaccelerator_create_endpoint_group.Rd | 56 man/globalaccelerator_create_listener.Rd | 30 man/globalaccelerator_delete_cross_account_attachment.Rd | 3 man/globalaccelerator_delete_custom_routing_accelerator.Rd | 3 man/globalaccelerator_deny_custom_routing_traffic.Rd | 33 man/globalaccelerator_deprovision_byoip_cidr.Rd | 6 man/globalaccelerator_descri_custom_routin_accele_attrib.Rd | 3 man/globalaccelerator_describe_accelerator_attributes.Rd | 3 man/globalaccelerator_describe_cross_account_attachment.Rd | 3 man/globalaccelerator_list_accelerators.Rd | 6 man/globalaccelerator_list_byoip_cidrs.Rd | 4 man/globalaccelerator_list_cross_account_attachments.Rd | 6 man/globalaccelerator_list_cross_account_resources.Rd | 9 man/globalaccelerator_list_custo_routi_port_mappi_by_desti.Rd | 9 man/globalaccelerator_list_custom_routing_accelerators.Rd | 6 man/globalaccelerator_list_custom_routing_endpoint_groups.Rd | 9 man/globalaccelerator_list_custom_routing_listeners.Rd | 6 man/globalaccelerator_list_custom_routing_port_mappings.Rd | 12 man/globalaccelerator_list_endpoint_groups.Rd | 6 man/globalaccelerator_list_listeners.Rd | 9 man/globalaccelerator_list_tags_for_resource.Rd | 3 man/globalaccelerator_provision_byoip_cidr.Rd | 11 man/globalaccelerator_remove_custom_routing_endpoints.Rd | 6 man/globalaccelerator_tag_resource.Rd | 6 man/globalaccelerator_untag_resource.Rd | 3 man/globalaccelerator_update_accelerator.Rd | 13 man/globalaccelerator_update_accelerator_attributes.Rd | 25 man/globalaccelerator_update_cross_account_attachment.Rd | 38 man/globalaccelerator_update_custom_routin_accele_attrib.Rd | 31 man/globalaccelerator_update_custom_routing_accelerator.Rd | 13 man/globalaccelerator_update_custom_routing_listener.Rd | 7 man/globalaccelerator_update_endpoint_group.Rd | 51 man/globalaccelerator_update_listener.Rd | 30 man/globalaccelerator_withdraw_byoip_cidr.Rd | 3 man/networkfirewall.Rd | 141 man/networkfirewall_accep_netwo_firew_trans_gatew_attac.Rd |only man/networkfirewall_associate_availability_zones.Rd |only man/networkfirewall_associate_firewall_policy.Rd | 25 man/networkfirewall_associate_subnets.Rd | 25 man/networkfirewall_attach_rule_groups_to_proxy_configuration.Rd |only man/networkfirewall_create_firewall.Rd | 62 man/networkfirewall_create_firewall_policy.Rd | 20 man/networkfirewall_create_proxy.Rd |only man/networkfirewall_create_proxy_configuration.Rd |only man/networkfirewall_create_proxy_rule_group.Rd |only man/networkfirewall_create_proxy_rules.Rd |only man/networkfirewall_create_rule_group.Rd | 112 man/networkfirewall_create_tls_inspection_configuration.Rd | 28 man/networkfirewall_create_vpc_endpoint_association.Rd |only man/networkfirewall_delet_netwo_firew_trans_gatew_attac.Rd |only man/networkfirewall_delete_firewall.Rd | 3 man/networkfirewall_delete_firewall_policy.Rd | 3 man/networkfirewall_delete_proxy.Rd |only man/networkfirewall_delete_proxy_configuration.Rd |only man/networkfirewall_delete_proxy_rule_group.Rd |only man/networkfirewall_delete_proxy_rules.Rd |only man/networkfirewall_delete_resource_policy.Rd | 3 man/networkfirewall_delete_rule_group.Rd | 10 man/networkfirewall_delete_tls_inspection_configuration.Rd | 3 man/networkfirewall_delete_vpc_endpoint_association.Rd |only man/networkfirewall_describe_firewall.Rd | 3 man/networkfirewall_describe_firewall_metadata.Rd |only man/networkfirewall_describe_firewall_policy.Rd | 3 man/networkfirewall_describe_flow_operation.Rd |only man/networkfirewall_describe_logging_configuration.Rd | 3 man/networkfirewall_describe_proxy.Rd |only man/networkfirewall_describe_proxy_configuration.Rd |only man/networkfirewall_describe_proxy_rule.Rd |only man/networkfirewall_describe_proxy_rule_group.Rd |only man/networkfirewall_describe_resource_policy.Rd | 3 man/networkfirewall_describe_rule_group.Rd | 18 man/networkfirewall_describe_rule_group_metadata.Rd | 13 man/networkfirewall_describe_rule_group_summary.Rd |only man/networkfirewall_describe_tls_inspection_configuration.Rd | 3 man/networkfirewall_describe_vpc_endpoint_association.Rd |only man/networkfirewall_detach_rule_groups_from_proxy_configuration.Rd |only man/networkfirewall_disassociate_availability_zones.Rd |only man/networkfirewall_disassociate_subnets.Rd | 25 man/networkfirewall_get_analysis_report_results.Rd | 19 man/networkfirewall_list_analysis_reports.Rd | 14 man/networkfirewall_list_firewall_policies.Rd | 11 man/networkfirewall_list_firewalls.Rd | 15 man/networkfirewall_list_flow_operation_results.Rd |only man/networkfirewall_list_flow_operations.Rd |only man/networkfirewall_list_proxies.Rd |only man/networkfirewall_list_proxy_configurations.Rd |only man/networkfirewall_list_proxy_rule_groups.Rd |only man/networkfirewall_list_rule_groups.Rd | 25 man/networkfirewall_list_tags_for_resource.Rd | 11 man/networkfirewall_list_tls_inspection_configurations.Rd | 11 man/networkfirewall_list_vpc_endpoint_associations.Rd |only man/networkfirewall_put_resource_policy.Rd | 29 man/networkfirewall_rejec_netwo_firew_trans_gatew_attac.Rd |only man/networkfirewall_start_analysis_report.Rd | 3 man/networkfirewall_start_flow_capture.Rd |only man/networkfirewall_start_flow_flush.Rd |only man/networkfirewall_update_availability_zone_change_protection.Rd |only man/networkfirewall_update_firewall_analysis_settings.Rd | 28 man/networkfirewall_update_firewall_delete_protection.Rd | 31 man/networkfirewall_update_firewall_description.Rd | 28 man/networkfirewall_update_firewall_encryption_configuration.Rd | 23 man/networkfirewall_update_firewall_policy.Rd | 39 man/networkfirewall_update_firewall_policy_change_protection.Rd | 31 man/networkfirewall_update_logging_configuration.Rd | 15 man/networkfirewall_update_proxy.Rd |only man/networkfirewall_update_proxy_configuration.Rd |only man/networkfirewall_update_proxy_rule.Rd |only man/networkfirewall_update_proxy_rule_group_priorities.Rd |only man/networkfirewall_update_proxy_rule_priorities.Rd |only man/networkfirewall_update_rule_group.Rd | 87 man/networkfirewall_update_subnet_change_protection.Rd | 31 man/networkfirewall_update_tls_inspection_configuration.Rd | 45 man/networkmanager.Rd | 11 man/networkmanager_create_connect_attachment.Rd | 3 man/networkmanager_create_connect_peer.Rd | 9 man/networkmanager_create_core_network_prefix_list_association.Rd |only man/networkmanager_create_device.Rd | 3 man/networkmanager_create_direct_connect_gateway_attachment.Rd | 12 man/networkmanager_create_link.Rd | 6 man/networkmanager_create_site.Rd | 4 man/networkmanager_create_site_to_site_vpn_attachment.Rd | 6 man/networkmanager_create_transit_gateway_route_table_attachment.Rd | 7 man/networkmanager_create_vpc_attachment.Rd | 3 man/networkmanager_delete_core_network_prefix_list_association.Rd |only man/networkmanager_get_customer_gateway_associations.Rd | 3 man/networkmanager_get_direct_connect_gateway_attachment.Rd | 3 man/networkmanager_get_network_routes.Rd | 6 man/networkmanager_get_transit_gateway_registrations.Rd | 3 man/networkmanager_list_attachment_routing_policy_associations.Rd |only man/networkmanager_list_core_network_prefix_list_associations.Rd |only man/networkmanager_list_core_network_routing_information.Rd |only man/networkmanager_put_attachment_routing_policy_label.Rd |only man/networkmanager_remove_attachment_routing_policy_label.Rd |only man/networkmanager_start_organization_service_access_update.Rd | 3 man/networkmanager_start_route_analysis.Rd | 3 man/networkmanager_update_device.Rd | 5 man/networkmanager_update_direct_connect_gateway_attachment.Rd | 8 man/reexports.Rd | 2 man/route53.Rd | 4 man/route53_activate_key_signing_key.Rd | 4 man/route53_associate_vpc_with_hosted_zone.Rd | 9 man/route53_change_cidr_collection.Rd | 16 man/route53_change_resource_record_sets.Rd | 6 man/route53_change_tags_for_resource.Rd | 11 man/route53_create_cidr_collection.Rd | 7 man/route53_create_health_check.Rd | 28 man/route53_create_hosted_zone.Rd | 58 man/route53_create_key_signing_key.Rd | 19 man/route53_create_query_logging_config.Rd | 13 man/route53_create_reusable_delegation_set.Rd | 12 man/route53_create_traffic_policy.Rd | 6 man/route53_create_traffic_policy_instance.Rd | 17 man/route53_create_traffic_policy_version.Rd | 10 man/route53_create_vpc_association_authorization.Rd | 6 man/route53_delete_traffic_policy_instance.Rd | 4 man/route53_delete_vpc_association_authorization.Rd | 9 man/route53_disassociate_vpc_from_hosted_zone.Rd | 6 man/route53_get_account_limit.Rd | 18 man/route53_get_change.Rd | 5 man/route53_get_geo_location.Rd | 13 man/route53_get_health_check.Rd | 5 man/route53_get_health_check_last_failure_reason.Rd | 11 man/route53_get_health_check_status.Rd | 10 man/route53_get_hosted_zone_limit.Rd | 6 man/route53_get_query_logging_config.Rd | 3 man/route53_get_reusable_delegation_set.Rd | 3 man/route53_get_reusable_delegation_set_limit.Rd | 4 man/route53_get_traffic_policy.Rd | 3 man/route53_get_traffic_policy_instance.Rd | 3 man/route53_list_cidr_blocks.Rd | 3 man/route53_list_cidr_collections.Rd | 6 man/route53_list_cidr_locations.Rd | 9 man/route53_list_geo_locations.Rd | 31 man/route53_list_health_checks.Rd | 17 man/route53_list_hosted_zones.Rd | 21 man/route53_list_hosted_zones_by_name.Rd | 29 man/route53_list_hosted_zones_by_vpc.Rd | 20 man/route53_list_query_logging_configs.Rd | 38 man/route53_list_resource_record_sets.Rd | 38 man/route53_list_reusable_delegation_sets.Rd | 16 man/route53_list_tags_for_resources.Rd | 3 man/route53_list_traffic_policies.Rd | 19 man/route53_list_traffic_policy_instances.Rd | 57 man/route53_list_traffic_policy_instances_by_hosted_zone.Rd | 35 man/route53_list_traffic_policy_instances_by_policy.Rd | 77 man/route53_list_traffic_policy_versions.Rd | 22 man/route53_list_vpc_association_authorizations.Rd | 14 man/route53_test_dns_answer.Rd | 30 man/route53_update_health_check.Rd | 304 - man/route53_update_hosted_zone_comment.Rd | 4 man/route53_update_hosted_zone_features.Rd |only man/route53_update_traffic_policy_comment.Rd | 6 man/route53_update_traffic_policy_instance.Rd | 10 man/route53domains.Rd | 3 man/route53domains_accep_domai_trans_from_anoth_aws_accou.Rd | 9 man/route53domains_associate_delegation_signer_to_domain.Rd | 3 man/route53domains_cancel_domain_transfer_to_another_aws_account.Rd | 3 man/route53domains_check_domain_availability.Rd | 16 man/route53domains_check_domain_transferability.Rd | 15 man/route53domains_disassociate_delegation_signer_from_domain.Rd | 4 man/route53domains_get_contact_reachability_status.Rd | 3 man/route53domains_get_domain_suggestions.Rd | 24 man/route53domains_get_operation_detail.Rd | 4 man/route53domains_list_domains.Rd | 18 man/route53domains_list_operations.Rd | 12 man/route53domains_list_prices.Rd | 16 man/route53domains_register_domain.Rd | 86 man/route53domains_rejec_domai_trans_from_anoth_aws_accou.Rd | 5 man/route53domains_renew_domain.Rd | 8 man/route53domains_resend_contact_reachability_email.Rd | 3 man/route53domains_transfer_domain.Rd | 60 man/route53domains_transfer_domain_to_another_aws_account.Rd | 6 man/route53domains_update_domain_contact.Rd | 3 man/route53domains_update_domain_contact_privacy.Rd | 48 man/route53domains_update_tags_for_domain.Rd | 4 man/route53domains_view_billing.Rd | 19 man/route53profiles.Rd | 3 man/route53profiles_associate_profile.Rd | 3 man/route53profiles_associate_resource_to_profile.Rd | 4 man/route53profiles_create_profile.Rd | 12 man/route53profiles_get_profile_resource_association.Rd | 3 man/route53profiles_list_profile_associations.Rd | 14 man/route53profiles_list_profile_resource_associations.Rd | 14 man/route53profiles_list_profiles.Rd | 14 man/route53profiles_list_tags_for_resource.Rd | 3 man/route53profiles_tag_resource.Rd | 3 man/route53profiles_untag_resource.Rd | 3 man/route53profiles_update_profile_resource_association.Rd | 4 man/route53recoverycluster.Rd | 48 man/route53recoverycluster_get_routing_control_state.Rd | 3 man/route53recoverycluster_list_routing_controls.Rd | 9 man/route53recoverycluster_update_routing_control_state.Rd | 11 man/route53recoverycluster_update_routing_control_states.Rd | 8 man/route53recoverycontrolconfig.Rd | 4 man/route53recoverycontrolconfig_create_cluster.Rd | 9 man/route53recoverycontrolconfig_create_control_panel.Rd | 4 man/route53recoverycontrolconfig_create_routing_control.Rd | 10 man/route53recoverycontrolconfig_create_safety_rule.Rd | 4 man/route53recoverycontrolconfig_delete_routing_control.Rd | 3 man/route53recoverycontrolconfig_update_cluster.Rd |only man/route53recoveryreadiness_create_cell.Rd | 6 man/route53recoveryreadiness_create_readiness_check.Rd | 2 man/route53recoveryreadiness_create_recovery_group.Rd | 2 man/route53recoveryreadiness_create_resource_set.Rd | 13 man/route53recoveryreadiness_get_readiness_check_resource_status.Rd | 4 man/route53recoveryreadiness_update_cell.Rd | 3 man/route53recoveryreadiness_update_recovery_group.Rd | 3 man/route53recoveryreadiness_update_resource_set.Rd | 13 man/route53resolver.Rd | 51 man/route53resolver_associate_firewall_rule_group.Rd | 29 man/route53resolver_associate_resolver_endpoint_ip_address.Rd | 7 man/route53resolver_associate_resolver_query_log_config.Rd | 6 man/route53resolver_associate_resolver_rule.Rd | 9 man/route53resolver_create_firewall_domain_list.Rd | 8 man/route53resolver_create_firewall_rule.Rd | 103 man/route53resolver_create_firewall_rule_group.Rd | 7 man/route53resolver_create_outpost_resolver.Rd | 18 man/route53resolver_create_resolver_endpoint.Rd | 82 man/route53resolver_create_resolver_query_log_config.Rd | 13 man/route53resolver_create_resolver_rule.Rd | 65 man/route53resolver_delete_firewall_rule.Rd | 16 man/route53resolver_delete_firewall_rule_group.Rd | 3 man/route53resolver_disassociate_resolver_endpoint_ip_address.Rd | 3 man/route53resolver_disassociate_resolver_query_log_config.Rd | 6 man/route53resolver_disassociate_resolver_rule.Rd | 3 man/route53resolver_get_resolver_dnssec_config.Rd | 3 man/route53resolver_get_resolver_query_log_config.Rd | 3 man/route53resolver_get_resolver_query_log_config_association.Rd | 3 man/route53resolver_get_resolver_query_log_config_policy.Rd | 3 man/route53resolver_get_resolver_rule_association.Rd | 3 man/route53resolver_get_resolver_rule_policy.Rd | 3 man/route53resolver_import_firewall_domains.Rd | 14 man/route53resolver_list_firewall_configs.Rd | 14 man/route53resolver_list_firewall_domain_lists.Rd | 14 man/route53resolver_list_firewall_domains.Rd | 14 man/route53resolver_list_firewall_rule_group_associations.Rd | 38 man/route53resolver_list_firewall_rule_groups.Rd | 14 man/route53resolver_list_firewall_rules.Rd | 34 man/route53resolver_list_outpost_resolvers.Rd | 4 man/route53resolver_list_resolver_configs.Rd | 18 man/route53resolver_list_resolver_dnssec_configs.Rd | 17 man/route53resolver_list_resolver_endpoint_ip_addresses.Rd | 16 man/route53resolver_list_resolver_endpoints.Rd | 24 man/route53resolver_list_resolver_query_log_config_associations.Rd | 83 man/route53resolver_list_resolver_query_log_configs.Rd | 88 man/route53resolver_list_resolver_rule_associations.Rd | 19 man/route53resolver_list_resolver_rules.Rd | 23 man/route53resolver_list_tags_for_resource.Rd | 17 man/route53resolver_put_firewall_rule_group_policy.Rd | 6 man/route53resolver_put_resolver_query_log_config_policy.Rd | 13 man/route53resolver_put_resolver_rule_policy.Rd | 13 man/route53resolver_tag_resource.Rd | 4 man/route53resolver_untag_resource.Rd | 4 man/route53resolver_update_firewall_config.Rd | 15 man/route53resolver_update_firewall_domains.Rd | 18 man/route53resolver_update_firewall_rule.Rd | 102 man/route53resolver_update_firewall_rule_group_association.Rd | 15 man/route53resolver_update_resolver_config.Rd | 14 man/route53resolver_update_resolver_dnssec_config.Rd | 7 man/route53resolver_update_resolver_endpoint.Rd | 41 man/servicediscovery.Rd | 10 man/servicediscovery_create_http_namespace.Rd | 10 man/servicediscovery_create_private_dns_namespace.Rd | 14 man/servicediscovery_create_public_dns_namespace.Rd | 13 man/servicediscovery_create_service.Rd | 64 man/servicediscovery_delete_namespace.Rd | 2 man/servicediscovery_delete_service.Rd | 2 man/servicediscovery_delete_service_attributes.Rd | 2 man/servicediscovery_deregister_instance.Rd | 5 man/servicediscovery_discover_instances.Rd | 48 man/servicediscovery_discover_instances_revision.Rd | 14 man/servicediscovery_get_instance.Rd | 2 man/servicediscovery_get_instances_health_status.Rd | 34 man/servicediscovery_get_namespace.Rd | 2 man/servicediscovery_get_operation.Rd | 4 man/servicediscovery_get_service.Rd | 2 man/servicediscovery_get_service_attributes.Rd | 2 man/servicediscovery_list_instances.Rd | 15 man/servicediscovery_list_namespaces.Rd | 34 man/servicediscovery_list_operations.Rd | 26 man/servicediscovery_list_services.Rd | 25 man/servicediscovery_list_tags_for_resource.Rd | 3 man/servicediscovery_register_instance.Rd | 131 man/servicediscovery_tag_resource.Rd | 7 man/servicediscovery_untag_resource.Rd | 3 man/servicediscovery_update_http_namespace.Rd | 8 man/servicediscovery_update_instance_custom_health_status.Rd | 3 man/servicediscovery_update_private_dns_namespace.Rd | 8 man/servicediscovery_update_public_dns_namespace.Rd | 8 man/servicediscovery_update_service.Rd | 5 man/servicediscovery_update_service_attributes.Rd | 2 man/telconetworkbuilder.Rd | 6 man/telconetworkbuilder_create_sol_function_package.Rd | 5 man/telconetworkbuilder_create_sol_network_instance.Rd | 5 man/telconetworkbuilder_create_sol_network_package.Rd | 5 man/telconetworkbuilder_get_sol_function_package_content.Rd | 3 man/telconetworkbuilder_get_sol_function_package_descriptor.Rd | 3 man/telconetworkbuilder_instantiate_sol_network_instance.Rd | 11 man/telconetworkbuilder_list_sol_network_operations.Rd | 3 man/telconetworkbuilder_tag_resource.Rd | 5 man/telconetworkbuilder_terminate_sol_network_instance.Rd | 6 man/telconetworkbuilder_update_sol_network_instance.Rd | 21 man/telconetworkbuilder_update_sol_network_package.Rd | 3 man/vpclattice.Rd | 13 man/vpclattice_batch_update_rule.Rd | 6 man/vpclattice_create_access_log_subscription.Rd | 14 man/vpclattice_create_listener.Rd | 31 man/vpclattice_create_resource_configuration.Rd | 77 man/vpclattice_create_resource_gateway.Rd | 49 man/vpclattice_create_rule.Rd | 30 man/vpclattice_create_service.Rd | 34 man/vpclattice_create_service_network.Rd | 29 man/vpclattice_create_service_network_resource_association.Rd | 17 man/vpclattice_create_service_network_service_association.Rd | 9 man/vpclattice_create_service_network_vpc_association.Rd | 29 man/vpclattice_create_target_group.Rd | 23 man/vpclattice_delete_domain_verification.Rd |only man/vpclattice_delete_listener.Rd | 6 man/vpclattice_delete_rule.Rd | 6 man/vpclattice_get_domain_verification.Rd |only man/vpclattice_get_listener.Rd | 6 man/vpclattice_get_rule.Rd | 6 man/vpclattice_list_access_log_subscriptions.Rd | 8 man/vpclattice_list_domain_verifications.Rd |only man/vpclattice_list_listeners.Rd | 8 man/vpclattice_list_resource_configurations.Rd | 17 man/vpclattice_list_resource_endpoint_associations.Rd | 14 man/vpclattice_list_resource_gateways.Rd | 3 man/vpclattice_list_rules.Rd | 8 man/vpclattice_list_service_network_resource_associations.Rd | 16 man/vpclattice_list_service_network_service_associations.Rd | 14 man/vpclattice_list_service_network_vpc_associations.Rd | 14 man/vpclattice_list_service_network_vpc_endpoint_associations.Rd | 11 man/vpclattice_list_target_groups.Rd | 8 man/vpclattice_list_targets.Rd | 6 man/vpclattice_put_auth_policy.Rd | 8 man/vpclattice_put_resource_policy.Rd | 8 man/vpclattice_start_domain_verification.Rd |only man/vpclattice_update_listener.Rd | 8 man/vpclattice_update_resource_configuration.Rd | 22 man/vpclattice_update_rule.Rd | 17 man/vpclattice_update_service.Rd | 18 man/vpclattice_update_service_network.Rd | 12 man/vpclattice_update_service_network_vpc_association.Rd | 8 man/vpclattice_update_target_group.Rd | 6 tests/testthat/test_apigatewayv2.R | 14 tests/testthat/test_cloudfront.R | 20 tests/testthat/test_networkfirewall.R | 52 tests/testthat/test_vpclattice.R | 4 903 files changed, 13809 insertions(+), 15900 deletions(-)
More information about paws.networking at CRAN
Permanent link
Title: 'Amazon Web Services' End User Computing Services
Description: Interface to 'Amazon Web Services' end user computing
services, including collaborative document editing, mobile intranet,
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.end.user.computing versions 0.9.0 dated 2025-03-14 and 0.10.0 dated 2026-05-30
DESCRIPTION | 11 MD5 | 614 ++-- R/appstream_interfaces.R | 174 + R/appstream_operations.R | 1395 ++++++---- R/appstream_service.R | 54 R/chatbot_operations.R | 302 -- R/chatbot_service.R | 13 R/ivschat_operations.R | 101 R/ivschat_service.R | 116 R/workdocs_operations.R | 255 - R/workdocs_service.R | 46 R/workmail_operations.R | 508 +-- R/workmail_service.R | 22 R/workmailmessageflow_service.R | 5 R/workspaces_interfaces.R | 64 R/workspaces_operations.R | 360 +- R/workspaces_service.R | 32 R/workspacesweb_interfaces.R | 216 + R/workspacesweb_operations.R | 848 +++--- R/workspacesweb_service.R | 20 man/appstream.Rd | 50 man/appstream_associate_software_to_image_builder.Rd |only man/appstream_copy_image.Rd | 6 man/appstream_create_app_block.Rd | 6 man/appstream_create_app_block_builder.Rd | 40 man/appstream_create_app_block_builder_streaming_url.Rd | 3 man/appstream_create_application.Rd | 12 man/appstream_create_directory_config.Rd | 24 man/appstream_create_entitlement.Rd | 2 man/appstream_create_export_image_task.Rd |only man/appstream_create_fleet.Rd | 151 - man/appstream_create_image_builder.Rd | 138 man/appstream_create_image_builder_streaming_url.Rd | 3 man/appstream_create_imported_image.Rd |only man/appstream_create_stack.Rd | 44 man/appstream_create_streaming_url.Rd | 17 man/appstream_create_theme_for_stack.Rd | 19 man/appstream_create_updated_image.Rd | 24 man/appstream_create_user.Rd | 14 man/appstream_delete_directory_config.Rd | 5 man/appstream_delete_image_permissions.Rd | 3 man/appstream_describe_app_block_builder_app_block_associations.Rd | 3 man/appstream_describe_app_block_builders.Rd | 3 man/appstream_describe_app_blocks.Rd | 3 man/appstream_describe_app_license_usage.Rd |only man/appstream_describe_application_fleet_associations.Rd | 3 man/appstream_describe_applications.Rd | 3 man/appstream_describe_directory_configs.Rd | 8 man/appstream_describe_entitlements.Rd | 3 man/appstream_describe_fleets.Rd | 3 man/appstream_describe_image_builders.Rd | 3 man/appstream_describe_image_permissions.Rd | 9 man/appstream_describe_images.Rd | 3 man/appstream_describe_sessions.Rd | 13 man/appstream_describe_software_associations.Rd |only man/appstream_describe_stacks.Rd | 3 man/appstream_describe_usage_report_subscriptions.Rd | 3 man/appstream_describe_user_stack_associations.Rd | 6 man/appstream_describe_users.Rd | 6 man/appstream_disable_user.Rd | 2 man/appstream_disassociate_software_from_image_builder.Rd |only man/appstream_drain_session_instance.Rd |only man/appstream_enable_user.Rd | 7 man/appstream_get_export_image_task.Rd |only man/appstream_list_associated_fleets.Rd | 3 man/appstream_list_associated_stacks.Rd | 3 man/appstream_list_entitled_applications.Rd | 3 man/appstream_list_export_image_tasks.Rd |only man/appstream_list_tags_for_resource.Rd | 5 man/appstream_start_image_builder.Rd | 3 man/appstream_start_software_deployment_to_image_builder.Rd |only man/appstream_tag_resource.Rd | 12 man/appstream_untag_resource.Rd | 5 man/appstream_update_app_block_builder.Rd | 30 man/appstream_update_application.Rd | 6 man/appstream_update_directory_config.Rd | 21 man/appstream_update_fleet.Rd | 127 man/appstream_update_image_permissions.Rd | 3 man/appstream_update_stack.Rd | 34 man/appstream_update_theme_for_stack.Rd | 30 man/chatbot.Rd | 11 man/chatbot_create_chime_webhook_configuration.Rd | 18 man/chatbot_create_custom_action.Rd | 24 man/chatbot_create_microsoft_teams_channel_configuration.Rd | 21 man/chatbot_create_slack_channel_configuration.Rd | 20 man/chatbot_delete_chime_webhook_configuration.Rd | 3 man/chatbot_delete_microsoft_teams_channel_configuration.Rd | 3 man/chatbot_delete_microsoft_teams_configured_team.Rd | 5 man/chatbot_delete_microsoft_teams_user_identity.Rd | 3 man/chatbot_delete_slack_channel_configuration.Rd | 3 man/chatbot_delete_slack_user_identity.Rd | 3 man/chatbot_describe_chime_webhook_configurations.Rd | 12 man/chatbot_describe_slack_channel_configurations.Rd | 12 man/chatbot_describe_slack_user_identities.Rd | 12 man/chatbot_describe_slack_workspaces.Rd | 9 man/chatbot_disassociate_from_configuration.Rd | 3 man/chatbot_get_custom_action.Rd | 3 man/chatbot_get_microsoft_teams_channel_configuration.Rd | 3 man/chatbot_list_associations.Rd | 9 man/chatbot_list_custom_actions.Rd | 9 man/chatbot_list_microsoft_teams_channel_configurations.Rd | 14 man/chatbot_list_microsoft_teams_configured_teams.Rd | 9 man/chatbot_list_microsoft_teams_user_identities.Rd | 12 man/chatbot_untag_resource.Rd | 8 man/chatbot_update_account_preferences.Rd | 10 man/chatbot_update_chime_webhook_configuration.Rd | 15 man/chatbot_update_custom_action.Rd | 9 man/chatbot_update_microsoft_teams_channel_configuration.Rd | 16 man/chatbot_update_slack_channel_configuration.Rd | 20 man/ivschat.Rd | 92 man/ivschat_create_chat_token.Rd | 17 man/ivschat_create_logging_configuration.Rd | 11 man/ivschat_create_room.Rd | 14 man/ivschat_delete_message.Rd | 7 man/ivschat_disconnect_user.Rd | 3 man/ivschat_get_room.Rd | 3 man/ivschat_list_logging_configurations.Rd | 3 man/ivschat_list_rooms.Rd | 3 man/ivschat_send_event.Rd | 6 man/ivschat_tag_resource.Rd | 7 man/ivschat_untag_resource.Rd | 7 man/ivschat_update_logging_configuration.Rd | 4 man/ivschat_update_room.Rd | 11 man/reexports.Rd | 2 man/workdocs.Rd | 37 man/workdocs_abort_document_version_upload.Rd | 3 man/workdocs_activate_user.Rd | 3 man/workdocs_add_resource_permissions.Rd | 3 man/workdocs_create_comment.Rd | 11 man/workdocs_create_custom_metadata.Rd | 6 man/workdocs_create_folder.Rd | 3 man/workdocs_create_labels.Rd | 3 man/workdocs_create_notification_subscription.Rd | 6 man/workdocs_create_user.Rd | 3 man/workdocs_deactivate_user.Rd | 3 man/workdocs_delete_comment.Rd | 3 man/workdocs_delete_custom_metadata.Rd | 9 man/workdocs_delete_document.Rd | 3 man/workdocs_delete_document_version.Rd | 3 man/workdocs_delete_folder.Rd | 3 man/workdocs_delete_folder_contents.Rd | 3 man/workdocs_delete_labels.Rd | 3 man/workdocs_delete_user.Rd | 4 man/workdocs_describe_activities.Rd | 30 man/workdocs_describe_comments.Rd | 6 man/workdocs_describe_document_versions.Rd | 12 man/workdocs_describe_folder_contents.Rd | 9 man/workdocs_describe_groups.Rd | 6 man/workdocs_describe_notification_subscriptions.Rd | 3 man/workdocs_describe_resource_permissions.Rd | 6 man/workdocs_describe_root_folders.Rd | 3 man/workdocs_describe_users.Rd | 26 man/workdocs_get_document.Rd | 3 man/workdocs_get_document_path.Rd | 6 man/workdocs_get_document_version.Rd | 6 man/workdocs_get_folder.Rd | 3 man/workdocs_get_folder_path.Rd | 6 man/workdocs_get_resources.Rd | 9 man/workdocs_initiate_document_version_upload.Rd | 3 man/workdocs_remove_all_resource_permissions.Rd | 3 man/workdocs_remove_resource_permission.Rd | 3 man/workdocs_restore_document_versions.Rd | 3 man/workdocs_search_resources.Rd | 19 man/workdocs_update_document.Rd | 6 man/workdocs_update_document_version.Rd | 3 man/workdocs_update_folder.Rd | 6 man/workdocs_update_user.Rd | 6 man/workmail.Rd | 20 man/workmail_associate_delegate_to_resource.Rd | 9 man/workmail_associate_member_to_group.Rd | 12 man/workmail_assume_impersonation_role.Rd | 3 man/workmail_create_availability_configuration.Rd | 14 man/workmail_create_group.Rd | 3 man/workmail_create_impersonation_role.Rd | 3 man/workmail_create_mobile_device_access_rule.Rd | 15 man/workmail_create_organization.Rd | 4 man/workmail_create_resource.Rd | 9 man/workmail_create_user.Rd | 14 man/workmail_delete_alias.Rd | 7 man/workmail_delete_availability_configuration.Rd | 3 man/workmail_delete_email_monitoring_configuration.Rd | 3 man/workmail_delete_group.Rd | 6 man/workmail_delete_mailbox_permissions.Rd | 17 man/workmail_delete_mobile_device_access_override.Rd | 9 man/workmail_delete_organization.Rd | 9 man/workmail_delete_resource.Rd | 6 man/workmail_delete_user.Rd | 6 man/workmail_deregister_from_work_mail.Rd | 10 man/workmail_describe_email_monitoring_configuration.Rd | 3 man/workmail_describe_group.Rd | 6 man/workmail_describe_resource.Rd | 6 man/workmail_describe_user.Rd | 6 man/workmail_disassociate_delegate_from_resource.Rd | 15 man/workmail_disassociate_member_from_group.Rd | 12 man/workmail_get_access_control_effect.Rd | 3 man/workmail_get_impersonation_role_effect.Rd | 6 man/workmail_get_mailbox_details.Rd | 9 man/workmail_get_mobile_device_access_override.Rd | 9 man/workmail_list_aliases.Rd | 3 man/workmail_list_availability_configurations.Rd | 6 man/workmail_list_group_members.Rd | 12 man/workmail_list_groups.Rd | 6 man/workmail_list_groups_for_entity.Rd | 9 man/workmail_list_impersonation_roles.Rd | 6 man/workmail_list_mail_domains.Rd | 3 man/workmail_list_mailbox_permissions.Rd | 15 man/workmail_list_mobile_device_access_overrides.Rd | 12 man/workmail_list_organizations.Rd | 3 man/workmail_list_resource_delegates.Rd | 9 man/workmail_list_resources.Rd | 6 man/workmail_list_users.Rd | 6 man/workmail_put_access_control_rule.Rd | 8 man/workmail_put_email_monitoring_configuration.Rd | 11 man/workmail_put_mailbox_permissions.Rd | 31 man/workmail_put_mobile_device_access_override.Rd | 9 man/workmail_register_to_work_mail.Rd | 11 man/workmail_reset_password.Rd | 3 man/workmail_start_mailbox_export_job.Rd | 13 man/workmail_test_availability_configuration.Rd | 11 man/workmail_update_availability_configuration.Rd | 13 man/workmail_update_group.Rd | 6 man/workmail_update_impersonation_role.Rd | 3 man/workmail_update_mailbox_quota.Rd | 9 man/workmail_update_mobile_device_access_rule.Rd | 15 man/workmail_update_primary_email_address.Rd | 8 man/workmail_update_resource.Rd | 6 man/workmail_update_user.Rd | 10 man/workmailmessageflow.Rd | 3 man/workspaces.Rd | 28 man/workspaces_accept_account_link_invitation.Rd | 3 man/workspaces_create_account_link_invitation.Rd | 3 man/workspaces_create_connection_alias.Rd | 9 man/workspaces_create_tags.Rd | 4 man/workspaces_create_updated_workspace_image.Rd | 4 man/workspaces_create_workspace_bundle.Rd | 10 man/workspaces_create_workspace_image.Rd | 4 man/workspaces_create_workspaces_pool.Rd | 5 man/workspaces_delete_account_link_invitation.Rd | 3 man/workspaces_delete_client_branding.Rd | 3 man/workspaces_delete_tags.Rd | 4 man/workspaces_deploy_workspace_applications.Rd | 4 man/workspaces_deregister_workspace_directory.Rd | 4 man/workspaces_describe_account_modifications.Rd | 3 man/workspaces_describe_application_associations.Rd | 3 man/workspaces_describe_applications.Rd | 3 man/workspaces_describe_client_branding.Rd | 3 man/workspaces_describe_connect_client_add_ins.Rd | 3 man/workspaces_describe_connection_alias_permissions.Rd | 3 man/workspaces_describe_connection_aliases.Rd | 3 man/workspaces_describe_custom_workspace_image_import.Rd |only man/workspaces_describe_ip_groups.Rd | 3 man/workspaces_describe_tags.Rd | 4 man/workspaces_describe_workspace_bundles.Rd | 13 man/workspaces_describe_workspace_directories.Rd | 6 man/workspaces_describe_workspace_image_permissions.Rd | 3 man/workspaces_describe_workspace_images.Rd | 3 man/workspaces_describe_workspaces.Rd | 29 man/workspaces_describe_workspaces_connection_status.Rd | 3 man/workspaces_describe_workspaces_pool_sessions.Rd | 5 man/workspaces_describe_workspaces_pools.Rd | 3 man/workspaces_import_client_branding.Rd | 3 man/workspaces_import_custom_workspace_image.Rd |only man/workspaces_import_workspace_image.Rd | 30 man/workspaces_list_account_links.Rd | 3 man/workspaces_list_available_management_cidr_ranges.Rd | 7 man/workspaces_modify_account.Rd | 8 man/workspaces_modify_certificate_based_auth_properties.Rd | 3 man/workspaces_modify_endpoint_encryption_mode.Rd |only man/workspaces_modify_saml_properties.Rd | 6 man/workspaces_register_workspace_directory.Rd | 26 man/workspaces_update_connection_alias_permission.Rd | 6 man/workspaces_update_workspace_image_permission.Rd | 9 man/workspaces_update_workspaces_pool.Rd | 5 man/workspacesweb.Rd | 16 man/workspacesweb_associate_browser_settings.Rd | 6 man/workspacesweb_associate_data_protection_settings.Rd | 8 man/workspacesweb_associate_ip_access_settings.Rd | 6 man/workspacesweb_associate_network_settings.Rd | 6 man/workspacesweb_associate_session_logger.Rd |only man/workspacesweb_create_browser_settings.Rd | 28 man/workspacesweb_create_data_protection_settings.Rd | 31 man/workspacesweb_create_identity_provider.Rd | 44 man/workspacesweb_create_ip_access_settings.Rd | 30 man/workspacesweb_create_network_settings.Rd | 27 man/workspacesweb_create_portal.Rd | 45 man/workspacesweb_create_session_logger.Rd |only man/workspacesweb_create_trust_store.Rd | 15 man/workspacesweb_create_user_access_logging_settings.Rd | 18 man/workspacesweb_create_user_settings.Rd | 74 man/workspacesweb_delete_session_logger.Rd |only man/workspacesweb_disassociate_session_logger.Rd |only man/workspacesweb_get_session_logger.Rd |only man/workspacesweb_get_trust_store_certificate.Rd | 6 man/workspacesweb_list_browser_settings.Rd | 7 man/workspacesweb_list_data_protection_settings.Rd | 9 man/workspacesweb_list_identity_providers.Rd | 7 man/workspacesweb_list_ip_access_settings.Rd | 7 man/workspacesweb_list_network_settings.Rd | 7 man/workspacesweb_list_portals.Rd | 7 man/workspacesweb_list_session_loggers.Rd |only man/workspacesweb_list_sessions.Rd | 17 man/workspacesweb_list_trust_store_certificates.Rd | 11 man/workspacesweb_list_trust_stores.Rd | 7 man/workspacesweb_list_user_access_logging_settings.Rd | 9 man/workspacesweb_list_user_settings.Rd | 7 man/workspacesweb_tag_resource.Rd | 15 man/workspacesweb_update_browser_settings.Rd | 21 man/workspacesweb_update_data_protection_settings.Rd | 22 man/workspacesweb_update_identity_provider.Rd | 39 man/workspacesweb_update_ip_access_settings.Rd | 23 man/workspacesweb_update_network_settings.Rd | 26 man/workspacesweb_update_portal.Rd | 28 man/workspacesweb_update_session_logger.Rd |only man/workspacesweb_update_trust_store.Rd | 17 man/workspacesweb_update_user_access_logging_settings.Rd | 17 man/workspacesweb_update_user_settings.Rd | 69 tests/testthat/test_appstream.R | 8 tests/testthat/test_workspacesweb.R | 4 318 files changed, 3764 insertions(+), 4663 deletions(-)
More information about paws.end.user.computing at CRAN
Permanent link
Title: 'Amazon Web Services' Developer Tools Services
Description: Interface to 'Amazon Web Services' developer tools services,
including version control, continuous integration and deployment, and
more <https://aws.amazon.com/products/developer-tools/>.
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.developer.tools versions 0.9.0 dated 2025-03-14 and 0.10.0 dated 2026-05-30
DESCRIPTION | 11 MD5 | 1134 +++---- R/cloud9_operations.R | 139 R/cloud9_service.R | 51 R/cloudcontrolapi_operations.R | 279 - R/cloudcontrolapi_service.R | 6 R/codeartifact_operations.R | 651 +--- R/codeartifact_service.R | 257 - R/codebuild_interfaces.R | 156 R/codebuild_operations.R | 1582 ++++------ R/codebuild_service.R | 22 R/codecatalyst_operations.R | 207 - R/codecatalyst_service.R | 133 R/codecommit_operations.R | 905 +---- R/codecommit_service.R | 347 -- R/codeconnections_operations.R | 137 R/codeconnections_service.R | 72 R/codedeploy_operations.R | 577 +-- R/codedeploy_service.R | 90 R/codeguruprofiler_operations.R | 311 - R/codeguruprofiler_service.R | 27 R/codegurureviewer_operations.R | 223 - R/codegurureviewer_service.R | 20 R/codegurusecurity_interfaces.R | 28 R/codegurusecurity_operations.R | 141 R/codegurusecurity_service.R | 17 R/codepipeline_interfaces.R | 22 R/codepipeline_operations.R | 298 - R/codepipeline_service.R | 152 R/codestarconnections_operations.R | 131 R/codestarconnections_service.R | 96 R/codestarnotifications_operations.R | 133 R/codestarnotifications_service.R | 63 R/devopsguru_operations.R | 162 - R/devopsguru_service.R | 24 R/drs_interfaces.R | 104 R/drs_operations.R | 286 - R/drs_service.R | 4 R/fis_operations.R | 39 R/fis_service.R | 7 R/wellarchitected_operations.R | 825 +++-- R/wellarchitected_service.R | 9 R/xray_interfaces.R | 16 R/xray_operations.R | 208 - R/xray_service.R | 10 man/cloud9.Rd | 45 man/cloud9_create_environment_ec2.Rd | 72 man/cloud9_create_environment_membership.Rd | 9 man/cloud9_delete_environment_membership.Rd | 3 man/cloud9_describe_environment_memberships.Rd | 17 man/cloud9_list_environments.Rd | 7 man/cloud9_list_tags_for_resource.Rd | 3 man/cloud9_tag_resource.Rd | 3 man/cloud9_untag_resource.Rd | 6 man/cloud9_update_environment.Rd | 9 man/cloud9_update_environment_membership.Rd | 9 man/cloudcontrolapi.Rd | 3 man/cloudcontrolapi_cancel_resource_request.Rd | 3 man/cloudcontrolapi_create_resource.Rd | 51 man/cloudcontrolapi_delete_resource.Rd | 54 man/cloudcontrolapi_get_resource.Rd | 33 man/cloudcontrolapi_get_resource_request_status.Rd | 6 man/cloudcontrolapi_list_resource_requests.Rd | 12 man/cloudcontrolapi_list_resources.Rd | 31 man/cloudcontrolapi_update_resource.Rd | 63 man/codeartifact.Rd | 241 - man/codeartifact_associate_external_connection.Rd | 6 man/codeartifact_copy_package_versions.Rd | 46 man/codeartifact_create_domain.Rd | 20 man/codeartifact_create_package_group.Rd | 6 man/codeartifact_create_repository.Rd | 8 man/codeartifact_delete_domain.Rd | 3 man/codeartifact_delete_domain_permissions_policy.Rd | 10 man/codeartifact_delete_package.Rd | 13 man/codeartifact_delete_package_group.Rd | 3 man/codeartifact_delete_package_versions.Rd | 13 man/codeartifact_delete_repository.Rd | 3 man/codeartifact_delete_repository_permissions_policy.Rd | 14 man/codeartifact_describe_domain.Rd | 3 man/codeartifact_describe_package.Rd | 16 man/codeartifact_describe_package_group.Rd | 3 man/codeartifact_describe_package_version.Rd | 16 man/codeartifact_describe_repository.Rd | 3 man/codeartifact_disassociate_external_connection.Rd | 9 man/codeartifact_dispose_package_versions.Rd | 19 man/codeartifact_get_associated_package_group.Rd | 20 man/codeartifact_get_authorization_token.Rd | 12 man/codeartifact_get_domain_permissions_policy.Rd | 3 man/codeartifact_get_package_version_asset.Rd | 26 man/codeartifact_get_package_version_readme.Rd | 20 man/codeartifact_get_repository_endpoint.Rd | 7 man/codeartifact_get_repository_permissions_policy.Rd | 9 man/codeartifact_list_allowed_repositories_for_group.Rd | 16 man/codeartifact_list_associated_packages.Rd | 15 man/codeartifact_list_domains.Rd | 4 man/codeartifact_list_package_groups.Rd | 11 man/codeartifact_list_package_version_assets.Rd | 30 man/codeartifact_list_package_version_dependencies.Rd | 21 man/codeartifact_list_package_versions.Rd | 24 man/codeartifact_list_packages.Rd | 39 man/codeartifact_list_repositories.Rd | 7 man/codeartifact_list_repositories_in_domain.Rd | 13 man/codeartifact_list_sub_package_groups.Rd | 10 man/codeartifact_publish_package_version.Rd | 32 man/codeartifact_put_domain_permissions_policy.Rd | 10 man/codeartifact_put_package_origin_configuration.Rd | 22 man/codeartifact_put_repository_permissions_policy.Rd | 14 man/codeartifact_tag_resource.Rd | 3 man/codeartifact_untag_resource.Rd | 3 man/codeartifact_update_package_group.Rd | 6 man/codeartifact_update_package_group_origin_configuration.Rd | 18 man/codeartifact_update_package_versions_status.Rd | 34 man/codeartifact_update_repository.Rd | 8 man/codebuild.Rd | 20 man/codebuild_batch_get_command_executions.Rd |only man/codebuild_batch_get_projects.Rd | 4 man/codebuild_batch_get_sandboxes.Rd |only man/codebuild_create_fleet.Rd | 155 man/codebuild_create_project.Rd | 91 man/codebuild_create_report_group.Rd | 6 man/codebuild_create_webhook.Rd | 35 man/codebuild_delete_report_group.Rd | 10 man/codebuild_describe_code_coverages.Rd | 5 man/codebuild_describe_test_cases.Rd | 12 man/codebuild_get_report_group_trend.Rd | 12 man/codebuild_import_source_credentials.Rd | 17 man/codebuild_list_build_batches.Rd | 11 man/codebuild_list_build_batches_for_project.Rd | 11 man/codebuild_list_builds.Rd | 7 man/codebuild_list_builds_for_project.Rd | 20 man/codebuild_list_command_executions_for_sandbox.Rd |only man/codebuild_list_fleets.Rd | 22 man/codebuild_list_projects.Rd | 19 man/codebuild_list_report_groups.Rd | 21 man/codebuild_list_reports.Rd | 21 man/codebuild_list_reports_for_report_group.Rd | 15 man/codebuild_list_sandboxes.Rd |only man/codebuild_list_sandboxes_for_project.Rd |only man/codebuild_list_shared_projects.Rd | 18 man/codebuild_list_shared_report_groups.Rd | 18 man/codebuild_put_resource_policy.Rd | 7 man/codebuild_retry_build.Rd | 7 man/codebuild_retry_build_batch.Rd | 9 man/codebuild_start_build.Rd | 205 - man/codebuild_start_build_batch.Rd | 154 man/codebuild_start_command_execution.Rd |only man/codebuild_start_sandbox.Rd |only man/codebuild_start_sandbox_connection.Rd |only man/codebuild_stop_sandbox.Rd |only man/codebuild_update_fleet.Rd | 155 man/codebuild_update_project.Rd | 91 man/codebuild_update_project_visibility.Rd | 13 man/codebuild_update_report_group.Rd | 6 man/codebuild_update_webhook.Rd | 25 man/codecatalyst.Rd | 145 man/codecatalyst_create_access_token.Rd | 3 man/codecatalyst_create_dev_environment.Rd | 35 man/codecatalyst_create_project.Rd | 4 man/codecatalyst_create_source_repository.Rd | 3 man/codecatalyst_create_source_repository_branch.Rd | 3 man/codecatalyst_delete_access_token.Rd | 4 man/codecatalyst_delete_dev_environment.Rd | 4 man/codecatalyst_delete_project.Rd | 3 man/codecatalyst_delete_space.Rd | 3 man/codecatalyst_get_dev_environment.Rd | 4 man/codecatalyst_get_workflow.Rd | 3 man/codecatalyst_get_workflow_run.Rd | 3 man/codecatalyst_list_access_tokens.Rd | 8 man/codecatalyst_list_dev_environment_sessions.Rd | 8 man/codecatalyst_list_dev_environments.Rd | 11 man/codecatalyst_list_event_logs.Rd | 14 man/codecatalyst_list_projects.Rd | 11 man/codecatalyst_list_source_repositories.Rd | 8 man/codecatalyst_list_source_repository_branches.Rd | 8 man/codecatalyst_list_spaces.Rd | 3 man/codecatalyst_list_workflow_runs.Rd | 11 man/codecatalyst_list_workflows.Rd | 8 man/codecatalyst_start_dev_environment.Rd | 7 man/codecatalyst_start_dev_environment_session.Rd | 2 man/codecatalyst_start_workflow_run.Rd | 8 man/codecatalyst_stop_dev_environment_session.Rd | 7 man/codecatalyst_update_dev_environment.Rd | 25 man/codecommit.Rd | 296 - man/codecommit_batch_associ_approv_rule_templa_with_reposi.Rd | 6 man/codecommit_batch_describe_merge_conflicts.Rd | 28 man/codecommit_batch_disass_approv_rule_templa_from_reposi.Rd | 9 man/codecommit_batch_get_commits.Rd | 3 man/codecommit_batch_get_repositories.Rd | 3 man/codecommit_create_approval_rule_template.Rd | 43 man/codecommit_create_commit.Rd | 19 man/codecommit_create_pull_request.Rd | 18 man/codecommit_create_pull_request_approval_rule.Rd | 37 man/codecommit_create_repository.Rd | 24 man/codecommit_create_unreferenced_merge_commit.Rd | 33 man/codecommit_delete_comment_content.Rd | 5 man/codecommit_delete_file.Rd | 36 man/codecommit_delete_pull_request_approval_rule.Rd | 3 man/codecommit_describe_merge_conflicts.Rd | 25 man/codecommit_describe_pull_request_events.Rd | 17 man/codecommit_disass_approv_rule_templa_from_reposi.Rd | 3 man/codecommit_evaluate_pull_request_approval_rules.Rd | 4 man/codecommit_get_approval_rule_template.Rd | 3 man/codecommit_get_branch.Rd | 3 man/codecommit_get_comment.Rd | 5 man/codecommit_get_comment_reactions.Rd | 9 man/codecommit_get_comments_for_compared_commit.Rd | 12 man/codecommit_get_comments_for_pull_request.Rd | 24 man/codecommit_get_differences.Rd | 31 man/codecommit_get_file.Rd | 9 man/codecommit_get_folder.Rd | 11 man/codecommit_get_merge_commit.Rd | 20 man/codecommit_get_merge_conflicts.Rd | 20 man/codecommit_get_merge_options.Rd | 20 man/codecommit_get_pull_request.Rd | 3 man/codecommit_get_pull_request_override_state.Rd | 7 man/codecommit_list_approval_rule_templates.Rd | 6 man/codecommit_list_associ_approv_rule_templa_for_reposi.Rd | 9 man/codecommit_list_file_commit_history.Rd | 11 man/codecommit_list_pull_requests.Rd | 13 man/codecommit_list_repositories.Rd | 5 man/codecommit_list_repositories_for_approval_rule_template.Rd | 9 man/codecommit_list_tags_for_resource.Rd | 6 man/codecommit_merge_branches_by_fast_forward.Rd | 6 man/codecommit_merge_branches_by_squash.Rd | 33 man/codecommit_merge_branches_by_three_way.Rd | 32 man/codecommit_merge_pull_request_by_fast_forward.Rd | 8 man/codecommit_merge_pull_request_by_squash.Rd | 36 man/codecommit_merge_pull_request_by_three_way.Rd | 36 man/codecommit_override_pull_request_approval_rules.Rd | 12 man/codecommit_post_comment_for_compared_commit.Rd | 16 man/codecommit_post_comment_for_pull_request.Rd | 26 man/codecommit_post_comment_reply.Rd | 12 man/codecommit_put_comment_reaction.Rd | 5 man/codecommit_put_file.Rd | 34 man/codecommit_put_repository_triggers.Rd | 3 man/codecommit_tag_resource.Rd | 3 man/codecommit_untag_resource.Rd | 3 man/codecommit_update_approval_rule_template_content.Rd | 10 man/codecommit_update_comment.Rd | 6 man/codecommit_update_default_branch.Rd | 3 man/codecommit_update_pull_request_approval_rule_content.Rd | 33 man/codecommit_update_pull_request_description.Rd | 6 man/codecommit_update_pull_request_status.Rd | 7 man/codecommit_update_pull_request_title.Rd | 3 man/codecommit_update_repository_description.Rd | 6 man/codecommit_update_repository_encryption_key.Rd | 10 man/codeconnections.Rd | 69 man/codeconnections_create_connection.Rd | 6 man/codeconnections_create_host.Rd | 12 man/codeconnections_create_repository_link.Rd | 9 man/codeconnections_create_sync_configuration.Rd | 28 man/codeconnections_delete_sync_configuration.Rd | 3 man/codeconnections_get_repository_sync_status.Rd | 3 man/codeconnections_get_resource_sync_status.Rd | 3 man/codeconnections_get_sync_blocker_summary.Rd | 3 man/codeconnections_get_sync_configuration.Rd | 6 man/codeconnections_list_connections.Rd | 14 man/codeconnections_list_hosts.Rd | 8 man/codeconnections_list_repository_links.Rd | 6 man/codeconnections_list_repository_sync_definitions.Rd | 6 man/codeconnections_list_sync_configurations.Rd | 9 man/codeconnections_list_tags_for_resource.Rd | 3 man/codeconnections_tag_resource.Rd | 3 man/codeconnections_update_host.Rd | 4 man/codeconnections_update_repository_link.Rd | 8 man/codeconnections_update_sync_configuration.Rd | 9 man/codedeploy.Rd | 69 man/codedeploy_add_tags_to_on_premises_instances.Rd | 3 man/codedeploy_batch_get_application_revisions.Rd | 7 man/codedeploy_batch_get_applications.Rd | 3 man/codedeploy_batch_get_deployment_groups.Rd | 3 man/codedeploy_batch_get_deployment_instances.Rd | 3 man/codedeploy_batch_get_deployment_targets.Rd | 21 man/codedeploy_batch_get_deployments.Rd | 3 man/codedeploy_batch_get_on_premises_instances.Rd | 3 man/codedeploy_continue_deployment.Rd | 8 man/codedeploy_create_application.Rd | 10 man/codedeploy_create_deployment.Rd | 94 man/codedeploy_create_deployment_config.Rd | 26 man/codedeploy_create_deployment_group.Rd | 103 man/codedeploy_delete_application.Rd | 3 man/codedeploy_delete_deployment_config.Rd | 3 man/codedeploy_delete_deployment_group.Rd | 3 man/codedeploy_delete_resources_by_external_id.Rd | 3 man/codedeploy_get_application.Rd | 3 man/codedeploy_get_application_revision.Rd | 3 man/codedeploy_get_deployment.Rd | 3 man/codedeploy_get_deployment_config.Rd | 3 man/codedeploy_get_deployment_group.Rd | 3 man/codedeploy_list_application_revisions.Rd | 31 man/codedeploy_list_applications.Rd | 3 man/codedeploy_list_deployment_configs.Rd | 5 man/codedeploy_list_deployment_groups.Rd | 6 man/codedeploy_list_deployment_instances.Rd | 14 man/codedeploy_list_deployment_targets.Rd | 11 man/codedeploy_list_deployments.Rd | 23 man/codedeploy_list_git_hub_account_token_names.Rd | 4 man/codedeploy_list_on_premises_instances.Rd | 13 man/codedeploy_list_tags_for_resource.Rd | 9 man/codedeploy_put_lifecycle_event_hook_execution_status.Rd | 11 man/codedeploy_register_application_revision.Rd | 6 man/codedeploy_skip_wait_time_for_instance_termination.Rd | 3 man/codedeploy_stop_deployment.Rd | 4 man/codedeploy_tag_resource.Rd | 7 man/codedeploy_untag_resource.Rd | 7 man/codedeploy_update_deployment_group.Rd | 96 man/codeguruprofiler.Rd | 24 man/codeguruprofiler_add_notification_channels.Rd | 3 man/codeguruprofiler_batch_get_frame_metric_data.Rd | 28 man/codeguruprofiler_configure_agent.Rd | 32 man/codeguruprofiler_create_profiling_group.Rd | 13 man/codeguruprofiler_get_findings_report_account_summary.Rd | 25 man/codeguruprofiler_get_notification_configuration.Rd | 3 man/codeguruprofiler_get_profile.Rd | 31 man/codeguruprofiler_get_recommendations.Rd | 13 man/codeguruprofiler_list_findings_reports.Rd | 42 man/codeguruprofiler_list_profile_times.Rd | 27 man/codeguruprofiler_list_profiling_groups.Rd | 26 man/codeguruprofiler_list_tags_for_resource.Rd | 3 man/codeguruprofiler_post_agent_profile.Rd | 11 man/codeguruprofiler_put_permission.Rd | 15 man/codeguruprofiler_remove_notification_channel.Rd | 3 man/codeguruprofiler_remove_permission.Rd | 9 man/codeguruprofiler_submit_feedback.Rd | 7 man/codeguruprofiler_tag_resource.Rd | 3 man/codeguruprofiler_untag_resource.Rd | 6 man/codeguruprofiler_update_profiling_group.Rd | 3 man/codegurureviewer.Rd | 17 man/codegurureviewer_associate_repository.Rd | 22 man/codegurureviewer_create_code_review.Rd | 18 man/codegurureviewer_describe_code_review.Rd | 4 man/codegurureviewer_describe_recommendation_feedback.Rd | 15 man/codegurureviewer_describe_repository_association.Rd | 5 man/codegurureviewer_disassociate_repository.Rd | 5 man/codegurureviewer_list_code_reviews.Rd | 21 man/codegurureviewer_list_recommendation_feedback.Rd | 21 man/codegurureviewer_list_recommendations.Rd | 7 man/codegurureviewer_list_repository_associations.Rd | 54 man/codegurureviewer_list_tags_for_resource.Rd | 5 man/codegurureviewer_put_recommendation_feedback.Rd | 10 man/codegurureviewer_tag_resource.Rd | 16 man/codegurureviewer_untag_resource.Rd | 8 man/codegurusecurity.Rd | 12 man/codegurusecurity_batch_get_findings.Rd | 4 man/codegurusecurity_create_scan.Rd | 39 man/codegurusecurity_create_upload_url.Rd | 6 man/codegurusecurity_get_findings.Rd | 20 man/codegurusecurity_get_metrics_summary.Rd | 3 man/codegurusecurity_get_scan.Rd | 9 man/codegurusecurity_list_findings_metrics.Rd | 23 man/codegurusecurity_list_scans.Rd | 13 man/codegurusecurity_list_tags_for_resource.Rd | 5 man/codegurusecurity_tag_resource.Rd | 15 man/codegurusecurity_untag_resource.Rd | 5 man/codegurusecurity_update_account_configuration.Rd | 5 man/codepipeline.Rd | 134 man/codepipeline_acknowledge_job.Rd | 8 man/codepipeline_acknowledge_third_party_job.Rd | 10 man/codepipeline_create_custom_action_type.Rd | 11 man/codepipeline_create_pipeline.Rd | 3 man/codepipeline_delete_custom_action_type.Rd | 6 man/codepipeline_disable_stage_transition.Rd | 15 man/codepipeline_enable_stage_transition.Rd | 12 man/codepipeline_get_action_type.Rd | 9 man/codepipeline_get_pipeline.Rd | 6 man/codepipeline_get_pipeline_execution.Rd | 3 man/codepipeline_get_third_party_job_details.Rd | 4 man/codepipeline_list_action_executions.Rd | 13 man/codepipeline_list_action_types.Rd | 4 man/codepipeline_list_deploy_action_execution_targets.Rd |only man/codepipeline_list_pipeline_executions.Rd | 13 man/codepipeline_list_pipelines.Rd | 8 man/codepipeline_list_rule_executions.Rd | 12 man/codepipeline_list_tags_for_resource.Rd | 4 man/codepipeline_list_webhooks.Rd | 7 man/codepipeline_override_stage_condition.Rd | 6 man/codepipeline_poll_for_jobs.Rd | 6 man/codepipeline_put_action_revision.Rd | 6 man/codepipeline_put_approval_result.Rd | 12 man/codepipeline_put_job_failure_result.Rd | 3 man/codepipeline_put_job_success_result.Rd | 20 man/codepipeline_put_third_party_job_failure_result.Rd | 7 man/codepipeline_put_third_party_job_success_result.Rd | 18 man/codepipeline_put_webhook.Rd | 6 man/codepipeline_register_webhook_with_third_party.Rd | 3 man/codepipeline_retry_stage_execution.Rd | 4 man/codepipeline_start_pipeline_execution.Rd | 12 man/codepipeline_stop_pipeline_execution.Rd | 10 man/codestarconnections.Rd | 73 man/codestarconnections_create_connection.Rd | 6 man/codestarconnections_create_host.Rd | 12 man/codestarconnections_create_repository_link.Rd | 9 man/codestarconnections_create_sync_configuration.Rd | 25 man/codestarconnections_delete_sync_configuration.Rd | 3 man/codestarconnections_get_repository_sync_status.Rd | 3 man/codestarconnections_get_resource_sync_status.Rd | 3 man/codestarconnections_get_sync_blocker_summary.Rd | 3 man/codestarconnections_get_sync_configuration.Rd | 6 man/codestarconnections_list_connections.Rd | 14 man/codestarconnections_list_hosts.Rd | 8 man/codestarconnections_list_repository_links.Rd | 6 man/codestarconnections_list_repository_sync_definitions.Rd | 6 man/codestarconnections_list_sync_configurations.Rd | 9 man/codestarconnections_list_tags_for_resource.Rd | 3 man/codestarconnections_tag_resource.Rd | 3 man/codestarconnections_update_host.Rd | 4 man/codestarconnections_update_repository_link.Rd | 8 man/codestarconnections_update_sync_configuration.Rd | 6 man/codestarnotifications.Rd | 54 man/codestarnotifications_create_notification_rule.Rd | 52 man/codestarnotifications_delete_notification_rule.Rd | 3 man/codestarnotifications_delete_target.Rd | 8 man/codestarnotifications_list_event_types.Rd | 7 man/codestarnotifications_list_notification_rules.Rd | 13 man/codestarnotifications_list_targets.Rd | 13 man/codestarnotifications_subscribe.Rd | 15 man/codestarnotifications_tag_resource.Rd | 3 man/codestarnotifications_unsubscribe.Rd | 11 man/codestarnotifications_untag_resource.Rd | 3 man/codestarnotifications_update_notification_rule.Rd | 16 man/devopsguru.Rd | 19 man/devopsguru_add_notification_channel.Rd | 4 man/devopsguru_describe_account_overview.Rd | 9 man/devopsguru_describe_organization_overview.Rd | 9 man/devopsguru_describe_organization_resource_collection_health.Rd | 16 man/devopsguru_describe_resource_collection_health.Rd | 12 man/devopsguru_get_cost_estimation.Rd | 3 man/devopsguru_get_resource_collection.Rd | 7 man/devopsguru_list_anomalies_for_insight.Rd | 10 man/devopsguru_list_anomalous_log_groups.Rd | 7 man/devopsguru_list_events.Rd | 7 man/devopsguru_list_insights.Rd | 10 man/devopsguru_list_monitored_resources.Rd | 10 man/devopsguru_list_notification_channels.Rd | 3 man/devopsguru_list_organization_insights.Rd | 9 man/devopsguru_list_recommendations.Rd | 3 man/devopsguru_put_feedback.Rd | 3 man/devopsguru_search_insights.Rd | 13 man/devopsguru_search_organization_insights.Rd | 12 man/devopsguru_start_cost_estimation.Rd | 3 man/devopsguru_update_event_sources_config.Rd | 3 man/devopsguru_update_resource_collection.Rd | 5 man/devopsguru_update_service_integration.Rd | 4 man/drs_associate_source_network_stack.Rd | 6 man/drs_create_extended_source_server.Rd | 3 man/drs_create_launch_configuration_template.Rd | 29 man/drs_create_replication_configuration_template.Rd | 59 man/drs_create_source_network.Rd | 6 man/drs_delete_launch_action.Rd | 6 man/drs_describe_launch_configuration_templates.Rd | 3 man/drs_describe_recovery_snapshots.Rd | 14 man/drs_describe_replication_configuration_templates.Rd | 9 man/drs_export_source_network_cfn_template.Rd | 3 man/drs_get_failback_replication_configuration.Rd | 3 man/drs_get_launch_configuration.Rd | 3 man/drs_list_extensible_source_servers.Rd | 9 man/drs_list_launch_actions.Rd | 8 man/drs_put_launch_action.Rd | 34 man/drs_reverse_replication.Rd | 3 man/drs_start_failback_launch.Rd | 3 man/drs_start_recovery.Rd | 6 man/drs_start_source_network_recovery.Rd | 7 man/drs_update_failback_replication_configuration.Rd | 17 man/drs_update_launch_configuration.Rd | 31 man/drs_update_launch_configuration_template.Rd | 28 man/drs_update_replication_configuration.Rd | 66 man/drs_update_replication_configuration_template.Rd | 54 man/fis.Rd | 4 man/fis_create_experiment_template.Rd | 6 man/fis_create_target_account_configuration.Rd | 3 man/fis_list_actions.Rd | 4 man/fis_list_experiment_resolved_targets.Rd | 4 man/fis_list_experiment_templates.Rd | 4 man/fis_list_experiments.Rd | 4 man/fis_list_target_account_configurations.Rd | 4 man/fis_list_target_resource_types.Rd | 4 man/fis_start_experiment.Rd | 3 man/fis_update_experiment_template.Rd | 3 man/reexports.Rd | 2 man/wellarchitected.Rd | 5 man/wellarchitected_associate_lenses.Rd | 6 man/wellarchitected_associate_profiles.Rd | 2 man/wellarchitected_create_lens_share.Rd | 16 man/wellarchitected_create_lens_version.Rd | 14 man/wellarchitected_create_milestone.Rd | 12 man/wellarchitected_create_profile.Rd | 6 man/wellarchitected_create_profile_share.Rd | 8 man/wellarchitected_create_review_template.Rd | 10 man/wellarchitected_create_template_share.Rd | 8 man/wellarchitected_create_workload.Rd | 72 man/wellarchitected_create_workload_share.Rd | 12 man/wellarchitected_delete_lens.Rd | 14 man/wellarchitected_delete_lens_share.Rd | 16 man/wellarchitected_delete_profile.Rd | 6 man/wellarchitected_delete_profile_share.Rd | 8 man/wellarchitected_delete_review_template.Rd | 6 man/wellarchitected_delete_template_share.Rd | 8 man/wellarchitected_delete_workload.Rd | 8 man/wellarchitected_delete_workload_share.Rd | 10 man/wellarchitected_disassociate_lenses.Rd | 6 man/wellarchitected_disassociate_profiles.Rd | 2 man/wellarchitected_export_lens.Rd | 8 man/wellarchitected_get_answer.Rd | 16 man/wellarchitected_get_consolidated_report.Rd | 5 man/wellarchitected_get_lens.Rd | 8 man/wellarchitected_get_lens_review.Rd | 14 man/wellarchitected_get_lens_review_report.Rd | 14 man/wellarchitected_get_lens_version_difference.Rd | 8 man/wellarchitected_get_milestone.Rd | 6 man/wellarchitected_get_review_template_answer.Rd | 10 man/wellarchitected_get_review_template_lens_review.Rd | 8 man/wellarchitected_get_workload.Rd | 2 man/wellarchitected_import_lens.Rd | 14 man/wellarchitected_list_answers.Rd | 20 man/wellarchitected_list_check_details.Rd | 14 man/wellarchitected_list_check_summaries.Rd | 14 man/wellarchitected_list_lens_review_improvements.Rd | 20 man/wellarchitected_list_lens_reviews.Rd | 10 man/wellarchitected_list_lens_shares.Rd | 15 man/wellarchitected_list_lenses.Rd | 6 man/wellarchitected_list_milestones.Rd | 6 man/wellarchitected_list_notifications.Rd | 4 man/wellarchitected_list_profile_notifications.Rd | 6 man/wellarchitected_list_profile_shares.Rd | 7 man/wellarchitected_list_profiles.Rd | 7 man/wellarchitected_list_review_template_answers.Rd | 14 man/wellarchitected_list_review_templates.Rd | 4 man/wellarchitected_list_share_invitations.Rd | 13 man/wellarchitected_list_tags_for_resource.Rd | 2 man/wellarchitected_list_template_shares.Rd | 7 man/wellarchitected_list_workload_shares.Rd | 9 man/wellarchitected_list_workloads.Rd | 4 man/wellarchitected_tag_resource.Rd | 2 man/wellarchitected_untag_resource.Rd | 5 man/wellarchitected_update_answer.Rd | 25 man/wellarchitected_update_integration.Rd | 8 man/wellarchitected_update_lens_review.Rd | 18 man/wellarchitected_update_review_template.Rd | 7 man/wellarchitected_update_review_template_answer.Rd | 20 man/wellarchitected_update_review_template_lens_review.Rd | 16 man/wellarchitected_update_share_invitation.Rd | 2 man/wellarchitected_update_workload.Rd | 73 man/wellarchitected_update_workload_share.Rd | 6 man/wellarchitected_upgrade_lens_review.Rd | 20 man/wellarchitected_upgrade_profile_version.Rd | 12 man/wellarchitected_upgrade_review_template_lens_review.Rd | 14 man/xray.Rd | 8 man/xray_create_group.Rd | 20 man/xray_create_sampling_rule.Rd | 11 man/xray_delete_resource_policy.Rd | 5 man/xray_delete_sampling_rule.Rd | 6 man/xray_get_indexing_rules.Rd | 3 man/xray_get_insight.Rd | 3 man/xray_get_insight_events.Rd | 6 man/xray_get_insight_impact_graph.Rd | 14 man/xray_get_insight_summaries.Rd | 9 man/xray_get_retrieved_traces_graph.Rd | 3 man/xray_get_sampling_targets.Rd | 7 man/xray_get_service_graph.Rd | 3 man/xray_get_time_series_service_statistics.Rd | 10 man/xray_get_trace_segment_destination.Rd | 4 man/xray_get_trace_summaries.Rd | 12 man/xray_list_retrieved_traces.Rd | 3 man/xray_list_tags_for_resource.Rd | 4 man/xray_put_encryption_config.Rd | 12 man/xray_put_resource_policy.Rd | 32 man/xray_put_telemetry_records.Rd | 6 man/xray_put_trace_segments.Rd | 3 man/xray_start_trace_retrieval.Rd | 12 man/xray_tag_resource.Rd | 11 man/xray_untag_resource.Rd | 3 man/xray_update_group.Rd | 10 tests/testthat/test_codebuild.R | 4 573 files changed, 6556 insertions(+), 11665 deletions(-)
More information about paws.developer.tools at CRAN
Permanent link
Title: 'Amazon Web Services' Customer Engagement Services
Description: Interface to 'Amazon Web Services' customer engagement
services, including 'Simple Email Service', 'Connect' contact center
service, 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.customer.engagement versions 0.9.0 dated 2025-03-14 and 0.10.0 dated 2026-05-30
DESCRIPTION | 11 MD5 | 1839 +- R/connect_interfaces.R | 1182 + R/connect_operations.R | 8672 +++++----- R/connect_service.R | 435 R/connectcampaignservice_operations.R | 74 R/connectcampaignservice_service.R | 2 R/connectcampaignservicev2_interfaces.R | 62 R/connectcampaignservicev2_operations.R | 258 R/connectcampaignservicev2_service.R | 6 R/connectcases_interfaces.R | 132 R/connectcases_operations.R | 357 R/connectcases_service.R | 22 R/connectcontactlens_operations.R | 4 R/connectcontactlens_service.R | 20 R/connectparticipant_interfaces.R | 6 R/connectparticipant_operations.R | 99 R/connectparticipant_service.R | 21 R/connectwisdomservice_operations.R | 364 R/connectwisdomservice_service.R | 9 R/customerprofiles_interfaces.R | 498 R/customerprofiles_operations.R | 1554 + R/customerprofiles_service.R | 62 R/pinpoint_operations.R | 1260 - R/pinpoint_service.R | 2 R/pinpointemail_operations.R | 292 R/pinpointemail_service.R | 42 R/pinpointsmsvoice_operations.R | 23 R/pinpointsmsvoice_service.R | 2 R/pinpointsmsvoicev2_interfaces.R | 222 R/pinpointsmsvoicev2_operations.R | 1393 - R/pinpointsmsvoicev2_service.R | 75 R/ses_operations.R | 690 R/ses_service.R | 35 R/sesv2_interfaces.R | 186 R/sesv2_operations.R | 1147 - R/sesv2_service.R | 26 man/connect.Rd | 428 man/connect_activate_evaluation_form.Rd | 10 man/connect_associate_analytics_data_set.Rd | 14 man/connect_associate_approved_origin.Rd | 12 man/connect_associate_bot.Rd | 14 man/connect_associate_contact_with_user.Rd |only man/connect_associate_default_vocabulary.Rd | 11 man/connect_associate_email_address_alias.Rd |only man/connect_associate_flow.Rd | 9 man/connect_associate_hours_of_operations.Rd |only man/connect_associate_instance_storage_config.Rd | 26 man/connect_associate_lambda_function.Rd | 15 man/connect_associate_lex_bot.Rd | 12 man/connect_associate_phone_number_contact_flow.Rd | 7 man/connect_associate_queue_email_addresses.Rd |only man/connect_associate_queue_quick_connects.Rd | 8 man/connect_associate_routing_profile_queues.Rd | 12 man/connect_associate_security_key.Rd | 12 man/connect_associate_security_profiles.Rd |only man/connect_associate_traffic_distribution_group_user.Rd | 9 man/connect_associate_user_proficiencies.Rd | 3 man/connect_associate_workspace.Rd |only man/connect_batch_associate_analytics_data_set.Rd | 12 man/connect_batch_create_data_table_value.Rd |only man/connect_batch_delete_data_table_value.Rd |only man/connect_batch_describe_data_table_value.Rd |only man/connect_batch_disassociate_analytics_data_set.Rd | 14 man/connect_batch_get_attached_file_metadata.Rd | 6 man/connect_batch_get_flow_association.Rd | 9 man/connect_batch_put_contact.Rd | 14 man/connect_batch_update_data_table_value.Rd |only man/connect_claim_phone_number.Rd | 29 man/connect_complete_attached_file_upload.Rd | 8 man/connect_create_agent_status.Rd | 11 man/connect_create_contact.Rd | 67 man/connect_create_contact_flow.Rd | 21 man/connect_create_contact_flow_module.Rd | 26 man/connect_create_contact_flow_module_alias.Rd |only man/connect_create_contact_flow_module_version.Rd |only man/connect_create_contact_flow_version.Rd | 2 man/connect_create_data_table.Rd |only man/connect_create_data_table_attribute.Rd |only man/connect_create_email_address.Rd | 18 man/connect_create_evaluation_form.Rd | 36 man/connect_create_hours_of_operation.Rd | 19 man/connect_create_hours_of_operation_override.Rd | 23 man/connect_create_instance.Rd | 9 man/connect_create_integration_association.Rd | 25 man/connect_create_notification.Rd |only man/connect_create_participant.Rd | 19 man/connect_create_persistent_contact_association.Rd | 66 man/connect_create_predefined_attribute.Rd | 21 man/connect_create_prompt.Rd | 13 man/connect_create_push_notification_registration.Rd | 10 man/connect_create_queue.Rd | 16 man/connect_create_quick_connect.Rd | 10 man/connect_create_routing_profile.Rd | 35 man/connect_create_rule.Rd | 12 man/connect_create_security_profile.Rd | 35 man/connect_create_task_template.Rd | 26 man/connect_create_test_case.Rd |only man/connect_create_traffic_distribution_group.Rd | 15 man/connect_create_use_case.Rd | 9 man/connect_create_user.Rd | 52 man/connect_create_user_hierarchy_group.Rd | 12 man/connect_create_view.Rd | 17 man/connect_create_view_version.Rd | 3 man/connect_create_vocabulary.Rd | 28 man/connect_create_workspace.Rd |only man/connect_create_workspace_page.Rd |only man/connect_deactivate_evaluation_form.Rd | 11 man/connect_delete_attached_file.Rd | 4 man/connect_delete_contact_evaluation.Rd | 7 man/connect_delete_contact_flow.Rd | 7 man/connect_delete_contact_flow_module.Rd | 3 man/connect_delete_contact_flow_module_alias.Rd |only man/connect_delete_contact_flow_module_version.Rd |only man/connect_delete_contact_flow_version.Rd | 3 man/connect_delete_data_table.Rd |only man/connect_delete_data_table_attribute.Rd |only man/connect_delete_email_address.Rd | 7 man/connect_delete_evaluation_form.Rd | 7 man/connect_delete_hours_of_operation.Rd | 8 man/connect_delete_hours_of_operation_override.Rd | 6 man/connect_delete_instance.Rd | 12 man/connect_delete_integration_association.Rd | 9 man/connect_delete_notification.Rd |only man/connect_delete_predefined_attribute.Rd | 7 man/connect_delete_prompt.Rd | 3 man/connect_delete_push_notification_registration.Rd | 5 man/connect_delete_queue.Rd | 3 man/connect_delete_quick_connect.Rd | 3 man/connect_delete_routing_profile.Rd | 3 man/connect_delete_rule.Rd | 7 man/connect_delete_security_profile.Rd | 3 man/connect_delete_task_template.Rd | 3 man/connect_delete_test_case.Rd |only man/connect_delete_traffic_distribution_group.Rd | 3 man/connect_delete_use_case.Rd | 3 man/connect_delete_user.Rd | 7 man/connect_delete_user_hierarchy_group.Rd | 3 man/connect_delete_view.Rd | 3 man/connect_delete_view_version.Rd | 3 man/connect_delete_vocabulary.Rd | 3 man/connect_delete_workspace.Rd |only man/connect_delete_workspace_media.Rd |only man/connect_delete_workspace_page.Rd |only man/connect_describe_agent_status.Rd | 8 man/connect_describe_attached_files_configuration.Rd |only man/connect_describe_authentication_profile.Rd | 7 man/connect_describe_contact.Rd | 7 man/connect_describe_contact_evaluation.Rd | 8 man/connect_describe_contact_flow.Rd | 2 man/connect_describe_contact_flow_module.Rd | 3 man/connect_describe_contact_flow_module_alias.Rd |only man/connect_describe_data_table.Rd |only man/connect_describe_data_table_attribute.Rd |only man/connect_describe_email_address.Rd | 7 man/connect_describe_evaluation_form.Rd | 7 man/connect_describe_hours_of_operation.Rd | 8 man/connect_describe_hours_of_operation_override.Rd | 2 man/connect_describe_instance.Rd | 7 man/connect_describe_instance_attribute.Rd | 7 man/connect_describe_instance_storage_config.Rd | 10 man/connect_describe_notification.Rd |only man/connect_describe_phone_number.Rd | 6 man/connect_describe_predefined_attribute.Rd | 7 man/connect_describe_prompt.Rd | 3 man/connect_describe_queue.Rd | 8 man/connect_describe_quick_connect.Rd | 3 man/connect_describe_routing_profile.Rd | 3 man/connect_describe_rule.Rd | 7 man/connect_describe_security_profile.Rd | 3 man/connect_describe_test_case.Rd |only man/connect_describe_traffic_distribution_group.Rd | 5 man/connect_describe_user.Rd | 5 man/connect_describe_user_hierarchy_group.Rd | 3 man/connect_describe_user_hierarchy_structure.Rd | 7 man/connect_describe_view.Rd | 10 man/connect_describe_vocabulary.Rd | 3 man/connect_describe_workspace.Rd |only man/connect_disassociate_analytics_data_set.Rd | 12 man/connect_disassociate_approved_origin.Rd | 12 man/connect_disassociate_bot.Rd | 14 man/connect_disassociate_email_address_alias.Rd |only man/connect_disassociate_flow.Rd | 9 man/connect_disassociate_hours_of_operations.Rd |only man/connect_disassociate_instance_storage_config.Rd | 15 man/connect_disassociate_lambda_function.Rd | 15 man/connect_disassociate_lex_bot.Rd | 15 man/connect_disassociate_phone_number_contact_flow.Rd | 9 man/connect_disassociate_queue_email_addresses.Rd |only man/connect_disassociate_queue_quick_connects.Rd | 8 man/connect_disassociate_routing_profile_queues.Rd | 10 man/connect_disassociate_security_key.Rd | 15 man/connect_disassociate_security_profiles.Rd |only man/connect_disassociate_traffic_distribution_group_user.Rd | 6 man/connect_disassociate_user_proficiencies.Rd | 3 man/connect_disassociate_workspace.Rd |only man/connect_dismiss_user_contact.Rd | 3 man/connect_evaluate_data_table_values.Rd |only man/connect_get_attached_file.Rd | 11 man/connect_get_contact_attributes.Rd | 2 man/connect_get_contact_metrics.Rd |only man/connect_get_current_metric_data.Rd | 138 man/connect_get_current_user_data.Rd | 25 man/connect_get_effective_hours_of_operations.Rd | 6 man/connect_get_federation_token.Rd | 7 man/connect_get_flow_association.Rd | 9 man/connect_get_metric_data.Rd | 144 man/connect_get_metric_data_v2.Rd | 1226 - man/connect_get_prompt_file.Rd | 3 man/connect_get_task_template.Rd | 12 man/connect_get_test_case_execution_summary.Rd |only man/connect_get_traffic_distribution.Rd | 5 man/connect_import_phone_number.Rd | 20 man/connect_import_workspace_media.Rd |only man/connect_list_agent_statuses.Rd | 12 man/connect_list_analytics_data_associations.Rd | 13 man/connect_list_analytics_data_lake_data_sets.Rd | 11 man/connect_list_approved_origins.Rd | 11 man/connect_list_associated_contacts.Rd | 16 man/connect_list_attached_files_configurations.Rd |only man/connect_list_authentication_profiles.Rd | 11 man/connect_list_bots.Rd | 11 man/connect_list_child_hours_of_operations.Rd |only man/connect_list_contact_evaluations.Rd | 16 man/connect_list_contact_flow_module_aliases.Rd |only man/connect_list_contact_flow_module_versions.Rd |only man/connect_list_contact_flow_modules.Rd | 13 man/connect_list_contact_flow_versions.Rd | 13 man/connect_list_contact_flows.Rd | 14 man/connect_list_contact_references.Rd | 14 man/connect_list_data_table_attributes.Rd |only man/connect_list_data_table_primary_values.Rd |only man/connect_list_data_table_values.Rd |only man/connect_list_data_tables.Rd |only man/connect_list_default_vocabularies.Rd | 15 man/connect_list_entity_security_profiles.Rd |only man/connect_list_evaluation_form_versions.Rd | 11 man/connect_list_evaluation_forms.Rd | 11 man/connect_list_flow_associations.Rd | 7 man/connect_list_hours_of_operation_overrides.Rd | 11 man/connect_list_hours_of_operations.Rd | 14 man/connect_list_instance_attributes.Rd | 11 man/connect_list_instance_storage_configs.Rd | 11 man/connect_list_instances.Rd | 8 man/connect_list_integration_associations.Rd | 11 man/connect_list_lambda_functions.Rd | 11 man/connect_list_lex_bots.Rd | 14 man/connect_list_notifications.Rd |only man/connect_list_phone_numbers.Rd | 22 man/connect_list_phone_numbers_v2.Rd | 26 man/connect_list_predefined_attributes.Rd | 11 man/connect_list_prompts.Rd | 15 man/connect_list_queue_email_addresses.Rd |only man/connect_list_queue_quick_connects.Rd | 15 man/connect_list_queues.Rd | 14 man/connect_list_quick_connects.Rd | 20 man/connect_list_realtime_contact_analysis_segments_v2.Rd | 19 man/connect_list_routing_profile_manual_assignment_queues.Rd |only man/connect_list_routing_profile_queues.Rd | 10 man/connect_list_routing_profiles.Rd | 14 man/connect_list_rules.Rd | 11 man/connect_list_security_keys.Rd | 11 man/connect_list_security_profile_applications.Rd | 13 man/connect_list_security_profile_flow_modules.Rd |only man/connect_list_security_profile_permissions.Rd | 7 man/connect_list_security_profiles.Rd | 14 man/connect_list_tags_for_resource.Rd | 4 man/connect_list_task_templates.Rd | 19 man/connect_list_test_case_execution_records.Rd |only man/connect_list_test_case_executions.Rd |only man/connect_list_test_cases.Rd |only man/connect_list_traffic_distribution_group_users.Rd | 9 man/connect_list_traffic_distribution_groups.Rd | 7 man/connect_list_use_cases.Rd | 7 man/connect_list_user_hierarchy_groups.Rd | 14 man/connect_list_user_notifications.Rd |only man/connect_list_user_proficiencies.Rd | 7 man/connect_list_users.Rd | 16 man/connect_list_view_versions.Rd | 14 man/connect_list_views.Rd | 10 man/connect_list_workspace_media.Rd |only man/connect_list_workspace_pages.Rd |only man/connect_list_workspaces.Rd |only man/connect_monitor_contact.Rd | 12 man/connect_pause_contact.Rd | 3 man/connect_put_user_status.Rd | 7 man/connect_release_phone_number.Rd | 11 man/connect_replicate_instance.Rd | 23 man/connect_resume_contact.Rd | 3 man/connect_resume_contact_recording.Rd | 6 man/connect_search_agent_statuses.Rd | 11 man/connect_search_available_phone_numbers.Rd | 24 man/connect_search_contact_evaluations.Rd |only man/connect_search_contact_flow_modules.Rd | 15 man/connect_search_contact_flows.Rd | 15 man/connect_search_contacts.Rd | 11 man/connect_search_data_tables.Rd |only man/connect_search_email_addresses.Rd | 7 man/connect_search_evaluation_forms.Rd |only man/connect_search_hours_of_operation_overrides.Rd | 12 man/connect_search_hours_of_operations.Rd | 11 man/connect_search_notifications.Rd |only man/connect_search_predefined_attributes.Rd | 9 man/connect_search_prompts.Rd | 12 man/connect_search_queues.Rd | 15 man/connect_search_quick_connects.Rd | 11 man/connect_search_resource_tags.Rd | 15 man/connect_search_routing_profiles.Rd | 15 man/connect_search_security_profiles.Rd | 17 man/connect_search_test_cases.Rd |only man/connect_search_user_hierarchy_groups.Rd | 11 man/connect_search_users.Rd | 13 man/connect_search_views.Rd |only man/connect_search_vocabularies.Rd | 14 man/connect_search_workspace_associations.Rd |only man/connect_search_workspaces.Rd |only man/connect_send_chat_integration_event.Rd | 22 man/connect_send_outbound_email.Rd | 14 man/connect_start_attached_file_upload.Rd | 19 man/connect_start_chat_contact.Rd | 91 man/connect_start_contact_evaluation.Rd | 22 man/connect_start_contact_media_processing.Rd |only man/connect_start_contact_recording.Rd | 6 man/connect_start_contact_streaming.Rd | 11 man/connect_start_email_contact.Rd | 59 man/connect_start_outbound_chat_contact.Rd | 55 man/connect_start_outbound_email_contact.Rd | 14 man/connect_start_outbound_voice_contact.Rd | 75 man/connect_start_screen_sharing.Rd | 12 man/connect_start_task_contact.Rd | 107 man/connect_start_test_case_execution.Rd |only man/connect_start_web_rtc_contact.Rd | 51 man/connect_stop_contact.Rd | 6 man/connect_stop_contact_media_processing.Rd |only man/connect_stop_contact_recording.Rd | 6 man/connect_stop_contact_streaming.Rd | 6 man/connect_stop_test_case_execution.Rd |only man/connect_submit_contact_evaluation.Rd | 12 man/connect_suspend_contact_recording.Rd | 11 man/connect_tag_contact.Rd | 10 man/connect_tag_resource.Rd | 3 man/connect_transfer_contact.Rd | 16 man/connect_untag_contact.Rd | 10 man/connect_update_agent_status.Rd | 8 man/connect_update_attached_files_configuration.Rd |only man/connect_update_authentication_profile.Rd | 35 man/connect_update_contact.Rd | 50 man/connect_update_contact_attributes.Rd | 25 man/connect_update_contact_evaluation.Rd | 14 man/connect_update_contact_flow_content.Rd | 5 man/connect_update_contact_flow_metadata.Rd | 3 man/connect_update_contact_flow_module_alias.Rd |only man/connect_update_contact_flow_module_content.Rd | 16 man/connect_update_contact_flow_module_metadata.Rd | 3 man/connect_update_contact_flow_name.Rd | 2 man/connect_update_contact_routing_data.Rd | 18 man/connect_update_contact_schedule.Rd | 7 man/connect_update_data_table_attribute.Rd |only man/connect_update_data_table_metadata.Rd |only man/connect_update_data_table_primary_values.Rd |only man/connect_update_email_address_metadata.Rd | 10 man/connect_update_evaluation_form.Rd | 33 man/connect_update_hours_of_operation.Rd | 8 man/connect_update_hours_of_operation_override.Rd | 17 man/connect_update_instance_attribute.Rd | 17 man/connect_update_instance_storage_config.Rd | 17 man/connect_update_notification_content.Rd |only man/connect_update_participant_authentication.Rd | 16 man/connect_update_participant_role_config.Rd | 7 man/connect_update_phone_number.Rd | 20 man/connect_update_phone_number_metadata.Rd | 5 man/connect_update_predefined_attribute.Rd | 20 man/connect_update_prompt.Rd | 8 man/connect_update_queue_hours_of_operation.Rd | 8 man/connect_update_queue_max_contacts.Rd | 12 man/connect_update_queue_name.Rd | 8 man/connect_update_queue_outbound_caller_config.Rd | 9 man/connect_update_queue_outbound_email_config.Rd | 3 man/connect_update_queue_status.Rd | 8 man/connect_update_quick_connect_config.Rd | 3 man/connect_update_quick_connect_name.Rd | 3 man/connect_update_routing_profile_agent_availability_timer.Rd | 7 man/connect_update_routing_profile_concurrency.Rd | 3 man/connect_update_routing_profile_default_outbound_queue.Rd | 3 man/connect_update_routing_profile_name.Rd | 6 man/connect_update_routing_profile_queues.Rd | 7 man/connect_update_rule.Rd | 12 man/connect_update_security_profile.Rd | 27 man/connect_update_task_template.Rd | 23 man/connect_update_test_case.Rd |only man/connect_update_traffic_distribution.Rd | 9 man/connect_update_user_config.Rd |only man/connect_update_user_hierarchy.Rd | 3 man/connect_update_user_hierarchy_group_name.Rd | 3 man/connect_update_user_hierarchy_structure.Rd | 3 man/connect_update_user_identity_info.Rd | 3 man/connect_update_user_notification_status.Rd |only man/connect_update_user_phone_config.Rd | 3 man/connect_update_user_proficiencies.Rd | 7 man/connect_update_user_routing_profile.Rd | 3 man/connect_update_user_security_profiles.Rd | 3 man/connect_update_view_content.Rd | 14 man/connect_update_view_metadata.Rd | 3 man/connect_update_workspace_metadata.Rd |only man/connect_update_workspace_page.Rd |only man/connect_update_workspace_theme.Rd |only man/connect_update_workspace_visibility.Rd |only man/connectcampaignservice_create_campaign.Rd | 10 man/connectcampaignservice_delete_campaign.Rd | 2 man/connectcampaignservice_delete_connect_instance_config.Rd | 2 man/connectcampaignservice_delete_instance_onboarding_job.Rd | 2 man/connectcampaignservice_describe_campaign.Rd | 2 man/connectcampaignservice_get_campaign_state.Rd | 2 man/connectcampaignservice_get_campaign_state_batch.Rd | 2 man/connectcampaignservice_get_connect_instance_config.Rd | 2 man/connectcampaignservice_get_instance_onboarding_job_status.Rd | 2 man/connectcampaignservice_list_campaigns.Rd | 6 man/connectcampaignservice_list_tags_for_resource.Rd | 2 man/connectcampaignservice_pause_campaign.Rd | 2 man/connectcampaignservice_put_dial_request_batch.Rd | 4 man/connectcampaignservice_resume_campaign.Rd | 2 man/connectcampaignservice_start_campaign.Rd | 2 man/connectcampaignservice_start_instance_onboarding_job.Rd | 4 man/connectcampaignservice_stop_campaign.Rd | 2 man/connectcampaignservice_tag_resource.Rd | 4 man/connectcampaignservice_untag_resource.Rd | 4 man/connectcampaignservice_update_campaign_dialer_config.Rd | 4 man/connectcampaignservice_update_campaign_name.Rd | 4 man/connectcampaignservice_update_campaign_outbound_call_config.Rd | 8 man/connectcampaignservicev2.Rd | 4 man/connectcampaignservicev2_create_campaign.Rd | 26 man/connectcampaignservicev2_dele_camp_chan_subt_conf.Rd | 4 man/connectcampaignservicev2_delet_campa_commu_limit.Rd | 4 man/connectcampaignservicev2_delete_campaign.Rd | 2 man/connectcampaignservicev2_delete_campaign_communication_time.Rd | 4 man/connectcampaignservicev2_delete_campaign_entry_limits.Rd |only man/connectcampaignservicev2_delete_connect_instance_config.Rd | 4 man/connectcampaignservicev2_delete_connect_instance_integration.Rd | 4 man/connectcampaignservicev2_delete_instance_onboarding_job.Rd | 2 man/connectcampaignservicev2_describe_campaign.Rd | 2 man/connectcampaignservicev2_get_campaign_state.Rd | 2 man/connectcampaignservicev2_get_campaign_state_batch.Rd | 2 man/connectcampaignservicev2_get_connect_instance_config.Rd | 2 man/connectcampaignservicev2_get_instance_communication_limits.Rd |only man/connectcampaignservicev2_get_instance_onboarding_job_status.Rd | 2 man/connectcampaignservicev2_list_campaigns.Rd | 6 man/connectcampaignservicev2_list_connect_instance_integrations.Rd | 6 man/connectcampaignservicev2_list_tags_for_resource.Rd | 2 man/connectcampaignservicev2_pause_campaign.Rd | 2 man/connectcampaignservicev2_put_connect_instance_integration.Rd | 4 man/connectcampaignservicev2_put_instance_communication_limits.Rd |only man/connectcampaignservicev2_put_outbound_request_batch.Rd | 4 man/connectcampaignservicev2_put_profile_outbound_request_batch.Rd | 4 man/connectcampaignservicev2_resume_campaign.Rd | 2 man/connectcampaignservicev2_start_campaign.Rd | 2 man/connectcampaignservicev2_start_instance_onboarding_job.Rd | 4 man/connectcampaignservicev2_stop_campaign.Rd | 2 man/connectcampaignservicev2_tag_resource.Rd | 4 man/connectcampaignservicev2_untag_resource.Rd | 4 man/connectcampaignservicev2_upda_camp_chan_subt_conf.Rd | 4 man/connectcampaignservicev2_updat_campa_commu_limit.Rd | 4 man/connectcampaignservicev2_update_campaign_communication_time.Rd | 4 man/connectcampaignservicev2_update_campaign_entry_limits.Rd |only man/connectcampaignservicev2_update_campaign_flow_association.Rd | 4 man/connectcampaignservicev2_update_campaign_name.Rd | 4 man/connectcampaignservicev2_update_campaign_schedule.Rd | 4 man/connectcampaignservicev2_update_campaign_source.Rd | 4 man/connectcases.Rd | 11 man/connectcases_batch_get_case_rule.Rd | 6 man/connectcases_create_case.Rd | 21 man/connectcases_create_case_rule.Rd | 6 man/connectcases_create_domain.Rd | 3 man/connectcases_create_field.Rd | 17 man/connectcases_create_layout.Rd | 7 man/connectcases_create_related_item.Rd | 14 man/connectcases_create_template.Rd | 23 man/connectcases_delete_case.Rd |only man/connectcases_delete_case_rule.Rd | 6 man/connectcases_delete_field.Rd | 2 man/connectcases_delete_related_item.Rd |only man/connectcases_get_case.Rd | 4 man/connectcases_get_case_audit_events.Rd | 8 man/connectcases_list_case_rules.Rd | 4 man/connectcases_list_cases_for_contact.Rd | 10 man/connectcases_list_domains.Rd | 4 man/connectcases_list_field_options.Rd | 7 man/connectcases_list_fields.Rd | 4 man/connectcases_list_layouts.Rd | 4 man/connectcases_list_templates.Rd | 4 man/connectcases_put_case_event_configuration.Rd | 3 man/connectcases_search_all_related_items.Rd |only man/connectcases_search_cases.Rd | 25 man/connectcases_search_related_items.Rd | 17 man/connectcases_tag_resource.Rd | 3 man/connectcases_update_case.Rd | 12 man/connectcases_update_case_rule.Rd | 12 man/connectcases_update_field.Rd | 14 man/connectcases_update_layout.Rd | 7 man/connectcases_update_related_item.Rd |only man/connectcases_update_template.Rd | 25 man/connectcontactlens.Rd | 11 man/connectcontactlens_list_realtime_contact_analysis_segments.Rd | 4 man/connectparticipant.Rd | 13 man/connectparticipant_complete_attachment_upload.Rd | 5 man/connectparticipant_create_participant_connection.Rd | 12 man/connectparticipant_describe_view.Rd | 3 man/connectparticipant_disconnect_participant.Rd | 5 man/connectparticipant_get_attachment.Rd | 4 man/connectparticipant_get_authentication_url.Rd | 3 man/connectparticipant_get_transcript.Rd | 10 man/connectparticipant_send_event.Rd | 17 man/connectparticipant_send_message.Rd | 23 man/connectparticipant_start_attachment_upload.Rd | 9 man/connectwisdomservice.Rd | 7 man/connectwisdomservice_create_assistant.Rd | 18 man/connectwisdomservice_create_assistant_association.Rd | 8 man/connectwisdomservice_create_content.Rd | 35 man/connectwisdomservice_create_knowledge_base.Rd | 22 man/connectwisdomservice_create_quick_response.Rd | 28 man/connectwisdomservice_create_session.Rd | 8 man/connectwisdomservice_delete_assistant.Rd | 3 man/connectwisdomservice_delete_assistant_association.Rd | 6 man/connectwisdomservice_delete_content.Rd | 8 man/connectwisdomservice_delete_import_job.Rd | 4 man/connectwisdomservice_delete_knowledge_base.Rd | 3 man/connectwisdomservice_delete_quick_response.Rd | 4 man/connectwisdomservice_get_assistant.Rd | 3 man/connectwisdomservice_get_assistant_association.Rd | 6 man/connectwisdomservice_get_content.Rd | 8 man/connectwisdomservice_get_content_summary.Rd | 8 man/connectwisdomservice_get_knowledge_base.Rd | 5 man/connectwisdomservice_get_quick_response.Rd | 3 man/connectwisdomservice_get_recommendations.Rd | 12 man/connectwisdomservice_get_session.Rd | 6 man/connectwisdomservice_list_assistant_associations.Rd | 7 man/connectwisdomservice_list_assistants.Rd | 4 man/connectwisdomservice_list_contents.Rd | 9 man/connectwisdomservice_list_import_jobs.Rd | 9 man/connectwisdomservice_list_knowledge_bases.Rd | 4 man/connectwisdomservice_list_quick_responses.Rd | 9 man/connectwisdomservice_notify_recommendations_received.Rd | 6 man/connectwisdomservice_query_assistant.Rd | 7 man/connectwisdomservice_remove_knowledge_base_template_uri.Rd | 5 man/connectwisdomservice_search_content.Rd | 9 man/connectwisdomservice_search_quick_responses.Rd | 11 man/connectwisdomservice_search_sessions.Rd | 7 man/connectwisdomservice_start_content_upload.Rd | 8 man/connectwisdomservice_start_import_job.Rd | 17 man/connectwisdomservice_update_content.Rd | 33 man/connectwisdomservice_update_knowledge_base_template_uri.Rd | 5 man/connectwisdomservice_update_quick_response.Rd | 23 man/customerprofiles.Rd | 54 man/customerprofiles_add_profile_key.Rd | 8 man/customerprofiles_batch_get_calculated_attribute_for_profile.Rd | 3 man/customerprofiles_create_calculated_attribute_definition.Rd | 12 man/customerprofiles_create_domain.Rd | 42 man/customerprofiles_create_domain_layout.Rd |only man/customerprofiles_create_event_stream.Rd | 7 man/customerprofiles_create_event_trigger.Rd | 10 man/customerprofiles_create_integration_workflow.Rd | 4 man/customerprofiles_create_profile.Rd | 19 man/customerprofiles_create_recommender.Rd |only man/customerprofiles_create_recommender_filter.Rd |only man/customerprofiles_create_recommender_schema.Rd |only man/customerprofiles_create_segment_definition.Rd | 11 man/customerprofiles_create_segment_estimate.Rd | 10 man/customerprofiles_create_segment_snapshot.Rd | 11 man/customerprofiles_create_upload_job.Rd |only man/customerprofiles_delete_domain_layout.Rd |only man/customerprofiles_delete_domain_object_type.Rd |only man/customerprofiles_delete_recommender.Rd |only man/customerprofiles_delete_recommender_filter.Rd |only man/customerprofiles_delete_recommender_schema.Rd |only man/customerprofiles_get_auto_merging_preview.Rd | 6 man/customerprofiles_get_domain_layout.Rd |only man/customerprofiles_get_domain_object_type.Rd |only man/customerprofiles_get_matches.Rd | 4 man/customerprofiles_get_object_type_attribute_statistics.Rd |only man/customerprofiles_get_profile_history_record.Rd |only man/customerprofiles_get_profile_recommendations.Rd |only man/customerprofiles_get_recommender.Rd |only man/customerprofiles_get_recommender_filter.Rd |only man/customerprofiles_get_recommender_schema.Rd |only man/customerprofiles_get_segment_estimate.Rd | 4 man/customerprofiles_get_segment_membership.Rd | 3 man/customerprofiles_get_similar_profiles.Rd | 4 man/customerprofiles_get_upload_job.Rd |only man/customerprofiles_get_upload_job_path.Rd |only man/customerprofiles_get_workflow_steps.Rd | 4 man/customerprofiles_list_account_integrations.Rd | 3 man/customerprofiles_list_calculated_attribute_definitions.Rd | 6 man/customerprofiles_list_calculated_attributes_for_profile.Rd | 3 man/customerprofiles_list_domain_layouts.Rd |only man/customerprofiles_list_domain_object_types.Rd |only man/customerprofiles_list_identity_resolution_jobs.Rd | 4 man/customerprofiles_list_integrations.Rd | 3 man/customerprofiles_list_object_type_attribute_values.Rd |only man/customerprofiles_list_profile_history_records.Rd |only man/customerprofiles_list_profile_objects.Rd | 3 man/customerprofiles_list_recommender_filters.Rd |only man/customerprofiles_list_recommender_recipes.Rd |only man/customerprofiles_list_recommender_schemas.Rd |only man/customerprofiles_list_recommenders.Rd |only man/customerprofiles_list_rule_based_matches.Rd | 4 man/customerprofiles_list_upload_jobs.Rd |only man/customerprofiles_list_workflows.Rd | 4 man/customerprofiles_merge_profiles.Rd | 5 man/customerprofiles_put_domain_object_type.Rd |only man/customerprofiles_put_integration.Rd | 24 man/customerprofiles_put_profile_object_type.Rd | 25 man/customerprofiles_search_profiles.Rd | 35 man/customerprofiles_start_recommender.Rd |only man/customerprofiles_start_upload_job.Rd |only man/customerprofiles_stop_recommender.Rd |only man/customerprofiles_stop_upload_job.Rd |only man/customerprofiles_update_calculated_attribute_definition.Rd | 3 man/customerprofiles_update_domain.Rd | 44 man/customerprofiles_update_domain_layout.Rd |only man/customerprofiles_update_event_trigger.Rd | 10 man/customerprofiles_update_profile.Rd | 19 man/customerprofiles_update_recommender.Rd |only man/pinpoint_create_app.Rd | 2 man/pinpoint_create_campaign.Rd | 5 man/pinpoint_create_email_template.Rd | 7 man/pinpoint_create_export_job.Rd | 5 man/pinpoint_create_import_job.Rd | 5 man/pinpoint_create_in_app_template.Rd | 7 man/pinpoint_create_journey.Rd | 5 man/pinpoint_create_push_template.Rd | 7 man/pinpoint_create_recommender_configuration.Rd | 2 man/pinpoint_create_segment.Rd | 5 man/pinpoint_create_sms_template.Rd | 7 man/pinpoint_create_voice_template.Rd | 7 man/pinpoint_delete_adm_channel.Rd | 3 man/pinpoint_delete_apns_channel.Rd | 3 man/pinpoint_delete_apns_sandbox_channel.Rd | 3 man/pinpoint_delete_apns_voip_channel.Rd | 3 man/pinpoint_delete_apns_voip_sandbox_channel.Rd | 3 man/pinpoint_delete_app.Rd | 3 man/pinpoint_delete_baidu_channel.Rd | 3 man/pinpoint_delete_campaign.Rd | 3 man/pinpoint_delete_email_channel.Rd | 3 man/pinpoint_delete_email_template.Rd | 28 man/pinpoint_delete_endpoint.Rd | 6 man/pinpoint_delete_event_stream.Rd | 3 man/pinpoint_delete_gcm_channel.Rd | 3 man/pinpoint_delete_in_app_template.Rd | 28 man/pinpoint_delete_journey.Rd | 3 man/pinpoint_delete_push_template.Rd | 28 man/pinpoint_delete_recommender_configuration.Rd | 4 man/pinpoint_delete_segment.Rd | 3 man/pinpoint_delete_sms_channel.Rd | 3 man/pinpoint_delete_sms_template.Rd | 28 man/pinpoint_delete_user_endpoints.Rd | 3 man/pinpoint_delete_voice_channel.Rd | 3 man/pinpoint_delete_voice_template.Rd | 28 man/pinpoint_get_adm_channel.Rd | 3 man/pinpoint_get_apns_channel.Rd | 3 man/pinpoint_get_apns_sandbox_channel.Rd | 3 man/pinpoint_get_apns_voip_channel.Rd | 3 man/pinpoint_get_apns_voip_sandbox_channel.Rd | 3 man/pinpoint_get_app.Rd | 3 man/pinpoint_get_application_date_range_kpi.Rd | 29 man/pinpoint_get_application_settings.Rd | 3 man/pinpoint_get_apps.Rd | 7 man/pinpoint_get_baidu_channel.Rd | 3 man/pinpoint_get_campaign.Rd | 3 man/pinpoint_get_campaign_activities.Rd | 10 man/pinpoint_get_campaign_date_range_kpi.Rd | 37 man/pinpoint_get_campaign_version.Rd | 3 man/pinpoint_get_campaign_versions.Rd | 10 man/pinpoint_get_campaigns.Rd | 10 man/pinpoint_get_channels.Rd | 3 man/pinpoint_get_email_channel.Rd | 3 man/pinpoint_get_email_template.Rd | 28 man/pinpoint_get_endpoint.Rd | 6 man/pinpoint_get_event_stream.Rd | 3 man/pinpoint_get_export_job.Rd | 3 man/pinpoint_get_export_jobs.Rd | 10 man/pinpoint_get_gcm_channel.Rd | 3 man/pinpoint_get_import_job.Rd | 3 man/pinpoint_get_import_jobs.Rd | 10 man/pinpoint_get_in_app_messages.Rd | 3 man/pinpoint_get_in_app_template.Rd | 28 man/pinpoint_get_journey.Rd | 3 man/pinpoint_get_journey_date_range_kpi.Rd | 35 man/pinpoint_get_journey_execution_activity_metrics.Rd | 11 man/pinpoint_get_journey_execution_metrics.Rd | 11 man/pinpoint_get_journey_run_execution_activity_metrics.Rd | 11 man/pinpoint_get_journey_run_execution_metrics.Rd | 11 man/pinpoint_get_journey_runs.Rd | 10 man/pinpoint_get_push_template.Rd | 28 man/pinpoint_get_recommender_configuration.Rd | 4 man/pinpoint_get_recommender_configurations.Rd | 7 man/pinpoint_get_segment.Rd | 3 man/pinpoint_get_segment_export_jobs.Rd | 10 man/pinpoint_get_segment_import_jobs.Rd | 10 man/pinpoint_get_segment_version.Rd | 3 man/pinpoint_get_segment_versions.Rd | 10 man/pinpoint_get_segments.Rd | 10 man/pinpoint_get_sms_channel.Rd | 3 man/pinpoint_get_sms_template.Rd | 28 man/pinpoint_get_user_endpoints.Rd | 3 man/pinpoint_get_voice_channel.Rd | 3 man/pinpoint_get_voice_template.Rd | 28 man/pinpoint_list_journeys.Rd | 10 man/pinpoint_list_template_versions.Rd | 16 man/pinpoint_list_templates.Rd | 16 man/pinpoint_phone_number_validate.Rd | 2 man/pinpoint_put_event_stream.Rd | 5 man/pinpoint_put_events.Rd | 5 man/pinpoint_remove_attributes.Rd | 17 man/pinpoint_send_messages.Rd | 5 man/pinpoint_send_otp_message.Rd | 2 man/pinpoint_send_users_messages.Rd | 5 man/pinpoint_tag_resource.Rd | 2 man/pinpoint_untag_resource.Rd | 4 man/pinpoint_update_adm_channel.Rd | 5 man/pinpoint_update_apns_channel.Rd | 5 man/pinpoint_update_apns_sandbox_channel.Rd | 5 man/pinpoint_update_apns_voip_channel.Rd | 5 man/pinpoint_update_apns_voip_sandbox_channel.Rd | 5 man/pinpoint_update_application_settings.Rd | 5 man/pinpoint_update_baidu_channel.Rd | 5 man/pinpoint_update_campaign.Rd | 5 man/pinpoint_update_email_channel.Rd | 5 man/pinpoint_update_email_template.Rd | 50 man/pinpoint_update_endpoint.Rd | 8 man/pinpoint_update_endpoints_batch.Rd | 5 man/pinpoint_update_gcm_channel.Rd | 5 man/pinpoint_update_in_app_template.Rd | 50 man/pinpoint_update_journey.Rd | 5 man/pinpoint_update_journey_state.Rd | 5 man/pinpoint_update_push_template.Rd | 50 man/pinpoint_update_recommender_configuration.Rd | 6 man/pinpoint_update_segment.Rd | 5 man/pinpoint_update_sms_channel.Rd | 5 man/pinpoint_update_sms_template.Rd | 50 man/pinpoint_update_template_active_version.Rd | 10 man/pinpoint_update_voice_channel.Rd | 5 man/pinpoint_update_voice_template.Rd | 48 man/pinpoint_verify_otp_message.Rd | 2 man/pinpointemail.Rd | 35 man/pinpointemail_create_configuration_set.Rd | 16 man/pinpointemail_create_configuration_set_event_destination.Rd | 6 man/pinpointemail_create_dedicated_ip_pool.Rd | 3 man/pinpointemail_create_deliverability_test_report.Rd | 12 man/pinpointemail_create_email_identity.Rd | 3 man/pinpointemail_delete_configuration_set_event_destination.Rd | 3 man/pinpointemail_delete_email_identity.Rd | 3 man/pinpointemail_get_blacklist_reports.Rd | 4 man/pinpointemail_get_configuration_set.Rd | 3 man/pinpointemail_get_dedicated_ip.Rd | 4 man/pinpointemail_get_dedicated_ips.Rd | 12 man/pinpointemail_get_domain_deliverability_campaign.Rd | 6 man/pinpointemail_get_domain_statistics_report.Rd | 7 man/pinpointemail_list_configuration_sets.Rd | 10 man/pinpointemail_list_dedicated_ip_pools.Rd | 10 man/pinpointemail_list_deliverability_test_reports.Rd | 14 man/pinpointemail_list_domain_deliverability_campaigns.Rd | 19 man/pinpointemail_list_email_identities.Rd | 13 man/pinpointemail_list_tags_for_resource.Rd | 3 man/pinpointemail_put_account_dedicated_ip_warmup_attributes.Rd | 5 man/pinpointemail_put_account_sending_attributes.Rd | 6 man/pinpointemail_put_configuration_set_delivery_options.Rd | 12 man/pinpointemail_put_configuration_set_reputation_options.Rd | 7 man/pinpointemail_put_configuration_set_sending_options.Rd | 6 man/pinpointemail_put_configuration_set_tracking_options.Rd | 3 man/pinpointemail_put_dedicated_ip_in_pool.Rd | 7 man/pinpointemail_put_dedicated_ip_warmup_attributes.Rd | 6 man/pinpointemail_put_deliverability_dashboard_option.Rd | 6 man/pinpointemail_put_email_identity_dkim_attributes.Rd | 5 man/pinpointemail_put_email_identity_feedback_attributes.Rd | 16 man/pinpointemail_put_email_identity_mail_from_attributes.Rd | 19 man/pinpointemail_send_email.Rd | 20 man/pinpointemail_tag_resource.Rd | 8 man/pinpointemail_untag_resource.Rd | 12 man/pinpointemail_update_configuration_set_event_destination.Rd | 3 man/pinpointsmsvoice_create_configuration_set_event_destination.Rd | 2 man/pinpointsmsvoice_list_configuration_sets.Rd | 6 man/pinpointsmsvoice_send_voice_message.Rd | 13 man/pinpointsmsvoice_update_configuration_set_event_destination.Rd | 2 man/pinpointsmsvoicev2.Rd | 73 man/pinpointsmsvoicev2_associate_origination_identity.Rd | 26 man/pinpointsmsvoicev2_carrier_lookup.Rd |only man/pinpointsmsvoicev2_create_configuration_set.Rd | 7 man/pinpointsmsvoicev2_create_event_destination.Rd | 22 man/pinpointsmsvoicev2_create_notify_configuration.Rd |only man/pinpointsmsvoicev2_create_opt_out_list.Rd | 7 man/pinpointsmsvoicev2_create_pool.Rd | 42 man/pinpointsmsvoicev2_create_protect_configuration.Rd | 10 man/pinpointsmsvoicev2_create_rcs_agent.Rd |only man/pinpointsmsvoicev2_create_registration.Rd | 12 man/pinpointsmsvoicev2_create_registration_association.Rd | 3 man/pinpointsmsvoicev2_create_registration_attachment.Rd | 13 man/pinpointsmsvoicev2_create_verified_destination_number.Rd | 10 man/pinpointsmsvoicev2_delet_notif_messa_spend_limit_overr.Rd |only man/pinpointsmsvoicev2_delete_configuration_set.Rd | 6 man/pinpointsmsvoicev2_delete_default_message_type.Rd | 6 man/pinpointsmsvoicev2_delete_default_sender_id.Rd | 6 man/pinpointsmsvoicev2_delete_event_destination.Rd | 6 man/pinpointsmsvoicev2_delete_keyword.Rd | 10 man/pinpointsmsvoicev2_delete_notify_configuration.Rd |only man/pinpointsmsvoicev2_delete_opt_out_list.Rd | 8 man/pinpointsmsvoicev2_delete_opted_out_number.Rd | 3 man/pinpointsmsvoicev2_delete_pool.Rd | 7 man/pinpointsmsvoicev2_delete_rcs_agent.Rd |only man/pinpointsmsvoicev2_delete_registration_field_value.Rd | 4 man/pinpointsmsvoicev2_delete_resource_policy.Rd | 9 man/pinpointsmsvoicev2_delete_text_message_spend_limit_override.Rd | 2 man/pinpointsmsvoicev2_delete_voice_message_spend_limit_override.Rd | 2 man/pinpointsmsvoicev2_describe_account_attributes.Rd | 3 man/pinpointsmsvoicev2_describe_account_limits.Rd | 9 man/pinpointsmsvoicev2_describe_configuration_sets.Rd | 6 man/pinpointsmsvoicev2_describe_keywords.Rd | 13 man/pinpointsmsvoicev2_describe_notify_configurations.Rd |only man/pinpointsmsvoicev2_describe_notify_templates.Rd |only man/pinpointsmsvoicev2_describe_opt_out_lists.Rd | 13 man/pinpointsmsvoicev2_describe_opted_out_numbers.Rd | 13 man/pinpointsmsvoicev2_describe_phone_numbers.Rd | 14 man/pinpointsmsvoicev2_describe_pools.Rd | 13 man/pinpointsmsvoicev2_describe_protect_configurations.Rd | 3 man/pinpointsmsvoicev2_describe_rcs_agent_country_launch_status.Rd |only man/pinpointsmsvoicev2_describe_rcs_agents.Rd |only man/pinpointsmsvoicev2_describe_registration_attachments.Rd | 6 man/pinpointsmsvoicev2_describe_registration_field_definitions.Rd | 8 man/pinpointsmsvoicev2_describe_registration_field_values.Rd | 3 man/pinpointsmsvoicev2_describe_registration_section_definitions.Rd | 8 man/pinpointsmsvoicev2_describe_registration_type_definitions.Rd | 8 man/pinpointsmsvoicev2_describe_registration_versions.Rd | 3 man/pinpointsmsvoicev2_describe_registrations.Rd | 3 man/pinpointsmsvoicev2_describe_sender_ids.Rd | 10 man/pinpointsmsvoicev2_describe_spend_limits.Rd | 3 man/pinpointsmsvoicev2_describe_verified_destination_numbers.Rd | 6 man/pinpointsmsvoicev2_disassociate_origination_identity.Rd | 25 man/pinpointsmsvoicev2_get_prote_confi_count_rule_set.Rd | 3 man/pinpointsmsvoicev2_get_resource_policy.Rd | 7 man/pinpointsmsvoicev2_list_notify_countries.Rd |only man/pinpointsmsvoicev2_list_pool_origination_identities.Rd | 12 man/pinpointsmsvoicev2_list_prot_conf_rule_set_numb_over.Rd | 6 man/pinpointsmsvoicev2_list_registration_associations.Rd | 6 man/pinpointsmsvoicev2_put_keyword.Rd | 10 man/pinpointsmsvoicev2_put_opted_out_number.Rd | 3 man/pinpointsmsvoicev2_put_prot_conf_rule_set_numb_over.Rd | 16 man/pinpointsmsvoicev2_put_registration_field_value.Rd | 4 man/pinpointsmsvoicev2_put_resource_policy.Rd | 11 man/pinpointsmsvoicev2_release_phone_number.Rd | 8 man/pinpointsmsvoicev2_release_sender_id.Rd | 3 man/pinpointsmsvoicev2_request_phone_number.Rd | 44 man/pinpointsmsvoicev2_request_sender_id.Rd | 14 man/pinpointsmsvoicev2_send_destination_number_verification_code.Rd | 25 man/pinpointsmsvoicev2_send_media_message.Rd | 30 man/pinpointsmsvoicev2_send_notify_text_message.Rd |only man/pinpointsmsvoicev2_send_notify_voice_message.Rd |only man/pinpointsmsvoicev2_send_text_message.Rd | 69 man/pinpointsmsvoicev2_send_voice_message.Rd | 28 man/pinpointsmsvoicev2_set_default_message_feedback_enabled.Rd | 3 man/pinpointsmsvoicev2_set_default_message_type.Rd | 7 man/pinpointsmsvoicev2_set_default_sender_id.Rd | 11 man/pinpointsmsvoicev2_set_notify_message_spend_limit_override.Rd |only man/pinpointsmsvoicev2_submit_registration_version.Rd | 7 man/pinpointsmsvoicev2_tag_resource.Rd | 5 man/pinpointsmsvoicev2_untag_resource.Rd | 2 man/pinpointsmsvoicev2_updat_prote_confi_count_rule_set.Rd | 14 man/pinpointsmsvoicev2_update_event_destination.Rd | 12 man/pinpointsmsvoicev2_update_notify_configuration.Rd |only man/pinpointsmsvoicev2_update_phone_number.Rd | 28 man/pinpointsmsvoicev2_update_pool.Rd | 25 man/pinpointsmsvoicev2_update_protect_configuration.Rd | 3 man/pinpointsmsvoicev2_update_rcs_agent.Rd |only man/pinpointsmsvoicev2_update_sender_id.Rd | 6 man/pinpointsmsvoicev2_verify_destination_number.Rd | 3 man/reexports.Rd | 2 man/ses.Rd | 10 man/ses_clone_receipt_rule_set.Rd | 6 man/ses_create_configuration_set_event_destination.Rd | 6 man/ses_create_configuration_set_tracking_options.Rd | 7 man/ses_create_custom_verification_email_template.Rd | 11 man/ses_create_receipt_filter.Rd | 4 man/ses_create_receipt_rule.Rd | 7 man/ses_create_receipt_rule_set.Rd | 6 man/ses_create_template.Rd | 3 man/ses_delete_configuration_set_event_destination.Rd | 3 man/ses_delete_identity.Rd | 3 man/ses_delete_identity_policy.Rd | 5 man/ses_delete_receipt_rule.Rd | 3 man/ses_get_identity_dkim_attributes.Rd | 3 man/ses_get_identity_notification_attributes.Rd | 5 man/ses_get_identity_policies.Rd | 10 man/ses_list_configuration_sets.Rd | 4 man/ses_list_custom_verification_email_templates.Rd | 8 man/ses_list_identities.Rd | 7 man/ses_list_identity_policies.Rd | 6 man/ses_list_receipt_rule_sets.Rd | 4 man/ses_list_templates.Rd | 9 man/ses_put_configuration_set_delivery_options.Rd | 3 man/ses_put_identity_policy.Rd | 11 man/ses_send_bounce.Rd | 20 man/ses_send_bulk_templated_email.Rd | 92 man/ses_send_custom_verification_email.Rd | 3 man/ses_send_email.Rd | 75 man/ses_send_raw_email.Rd | 130 man/ses_send_templated_email.Rd | 88 man/ses_set_active_receipt_rule_set.Rd | 3 man/ses_set_identity_dkim_enabled.Rd | 3 man/ses_set_identity_feedback_forwarding_enabled.Rd | 11 man/ses_set_identity_headers_in_notifications_enabled.Rd | 15 man/ses_set_identity_mail_from_domain.Rd | 17 man/ses_set_identity_notification_topic.Rd | 12 man/ses_set_receipt_rule_position.Rd | 6 man/ses_test_render_template.Rd | 4 man/ses_update_account_sending_enabled.Rd | 3 man/ses_update_configuration_set_reputation_metrics_enabled.Rd | 4 man/ses_update_configuration_set_sending_enabled.Rd | 3 man/ses_update_configuration_set_tracking_options.Rd | 4 man/ses_update_custom_verification_email_template.Rd | 11 man/ses_update_template.Rd | 2 man/sesv2.Rd | 23 man/sesv2_create_configuration_set.Rd | 27 man/sesv2_create_configuration_set_event_destination.Rd | 3 man/sesv2_create_contact.Rd | 3 man/sesv2_create_contact_list.Rd | 3 man/sesv2_create_custom_verification_email_template.Rd | 14 man/sesv2_create_dedicated_ip_pool.Rd | 3 man/sesv2_create_deliverability_test_report.Rd | 12 man/sesv2_create_email_identity.Rd | 14 man/sesv2_create_email_identity_policy.Rd | 6 man/sesv2_create_email_template.Rd | 7 man/sesv2_create_multi_region_endpoint.Rd | 6 man/sesv2_create_tenant.Rd |only man/sesv2_create_tenant_resource_association.Rd |only man/sesv2_delete_configuration_set_event_destination.Rd | 3 man/sesv2_delete_custom_verification_email_template.Rd | 3 man/sesv2_delete_email_identity_policy.Rd | 3 man/sesv2_delete_suppressed_destination.Rd | 3 man/sesv2_delete_tenant.Rd |only man/sesv2_delete_tenant_resource_association.Rd |only man/sesv2_get_blacklist_reports.Rd | 4 man/sesv2_get_custom_verification_email_template.Rd | 3 man/sesv2_get_dedicated_ip.Rd | 4 man/sesv2_get_dedicated_ips.Rd | 12 man/sesv2_get_domain_deliverability_campaign.Rd | 3 man/sesv2_get_domain_statistics_report.Rd | 7 man/sesv2_get_email_address_insights.Rd |only man/sesv2_get_message_insights.Rd | 3 man/sesv2_get_reputation_entity.Rd |only man/sesv2_get_tenant.Rd |only man/sesv2_list_configuration_sets.Rd | 10 man/sesv2_list_contact_lists.Rd | 10 man/sesv2_list_contacts.Rd | 12 man/sesv2_list_custom_verification_email_templates.Rd | 11 man/sesv2_list_dedicated_ip_pools.Rd | 10 man/sesv2_list_deliverability_test_reports.Rd | 14 man/sesv2_list_domain_deliverability_campaigns.Rd | 16 man/sesv2_list_email_identities.Rd | 13 man/sesv2_list_email_templates.Rd | 10 man/sesv2_list_export_jobs.Rd | 11 man/sesv2_list_import_jobs.Rd | 14 man/sesv2_list_multi_region_endpoints.Rd | 11 man/sesv2_list_recommendations.Rd | 14 man/sesv2_list_reputation_entities.Rd |only man/sesv2_list_resource_tenants.Rd |only man/sesv2_list_suppressed_destinations.Rd | 16 man/sesv2_list_tags_for_resource.Rd | 3 man/sesv2_list_tenant_resources.Rd |only man/sesv2_list_tenants.Rd |only man/sesv2_put_account_dedicated_ip_warmup_attributes.Rd | 5 man/sesv2_put_account_details.Rd | 20 man/sesv2_put_account_sending_attributes.Rd | 6 man/sesv2_put_account_suppression_attributes.Rd | 19 man/sesv2_put_configuration_set_archiving_options.Rd | 6 man/sesv2_put_configuration_set_delivery_options.Rd | 14 man/sesv2_put_configuration_set_reputation_options.Rd | 4 man/sesv2_put_configuration_set_sending_options.Rd | 6 man/sesv2_put_configuration_set_suppression_options.Rd | 20 man/sesv2_put_configuration_set_tracking_options.Rd | 2 man/sesv2_put_dedicated_ip_in_pool.Rd | 7 man/sesv2_put_dedicated_ip_warmup_attributes.Rd | 6 man/sesv2_put_deliverability_dashboard_option.Rd | 6 man/sesv2_put_email_identity_dkim_attributes.Rd | 4 man/sesv2_put_email_identity_dkim_signing_attributes.Rd | 11 man/sesv2_put_email_identity_feedback_attributes.Rd | 10 man/sesv2_put_email_identity_mail_from_attributes.Rd | 16 man/sesv2_put_suppressed_destination.Rd | 6 man/sesv2_send_bulk_email.Rd | 52 man/sesv2_send_custom_verification_email.Rd | 3 man/sesv2_send_email.Rd | 57 man/sesv2_tag_resource.Rd | 8 man/sesv2_test_render_email_template.Rd | 4 man/sesv2_untag_resource.Rd | 12 man/sesv2_update_configuration_set_event_destination.Rd | 3 man/sesv2_update_contact.Rd | 3 man/sesv2_update_contact_list.Rd | 3 man/sesv2_update_custom_verification_email_template.Rd | 14 man/sesv2_update_email_identity_policy.Rd | 6 man/sesv2_update_email_template.Rd | 3 man/sesv2_update_reputation_entity_customer_managed_status.Rd |only man/sesv2_update_reputation_entity_policy.Rd |only tests/testthat/test_customerprofiles.R | 8 tests/testthat/test_pinpointsmsvoicev2.R | 32 tests/testthat/test_sesv2.R | 8 1001 files changed, 16678 insertions(+), 15137 deletions(-)
More information about paws.customer.engagement at CRAN
Permanent link
Title: 'Amazon Web Services' Cost Management Services
Description: Interface to 'Amazon Web Services' cost management services,
including cost and usage reports, budgets, pricing, 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.cost.management versions 0.9.0 dated 2025-03-14 and 0.10.0 dated 2026-05-30
DESCRIPTION | 11 MD5 | 444 +-- R/billing_interfaces.R | 36 R/billing_operations.R | 126 R/billing_service.R | 10 R/billingconductor_interfaces.R | 20 R/billingconductor_operations.R | 212 - R/billingconductor_service.R | 27 R/budgets_interfaces.R | 14 R/budgets_operations.R | 192 - R/budgets_service.R | 39 R/costandusagereportservice_operations.R | 23 R/costandusagereportservice_service.R | 17 R/costexplorer_interfaces.R | 48 R/costexplorer_operations.R | 1447 ++++------ R/costexplorer_service.R | 27 R/marketplacecatalog_interfaces.R | 4 R/marketplacecatalog_operations.R | 90 R/marketplacecatalog_service.R | 11 R/marketplacecommerceanalytics_operations.R | 109 R/marketplacecommerceanalytics_service.R | 2 R/marketplaceentitlementservice_interfaces.R | 2 R/marketplaceentitlementservice_operations.R | 22 R/marketplaceentitlementservice_service.R | 13 R/marketplacemetering_interfaces.R | 8 R/marketplacemetering_operations.R | 78 R/marketplacemetering_service.R | 123 R/paymentcryptographycontrolplane_interfaces.R | 176 + R/paymentcryptographycontrolplane_operations.R | 651 +++- R/paymentcryptographycontrolplane_service.R | 48 R/paymentcryptographydataplane_interfaces.R | 48 R/paymentcryptographydataplane_operations.R | 326 +- R/paymentcryptographydataplane_service.R | 20 R/pricing_operations.R | 56 R/pricing_service.R | 30 R/savingsplans_operations.R | 47 R/savingsplans_service.R | 14 man/billing.Rd | 8 man/billing_associate_source_views.Rd |only man/billing_create_billing_view.Rd | 16 man/billing_delete_billing_view.Rd | 7 man/billing_disassociate_source_views.Rd |only man/billing_get_billing_view.Rd | 3 man/billing_get_resource_policy.Rd | 3 man/billing_list_billing_views.Rd | 17 man/billing_list_source_views_for_billing_view.Rd | 6 man/billing_update_billing_view.Rd | 7 man/billingconductor.Rd | 21 man/billingconductor_associate_accounts.Rd | 3 man/billingconductor_batch_assoc_resou_to_custo_line_item.Rd | 2 man/billingconductor_batch_disas_resou_from_custo_line_item.Rd | 2 man/billingconductor_create_billing_group.Rd | 12 man/billingconductor_create_custom_line_item.Rd | 26 man/billingconductor_create_pricing_plan.Rd | 12 man/billingconductor_create_pricing_rule.Rd | 42 man/billingconductor_delete_billing_group.Rd | 3 man/billingconductor_delete_custom_line_item.Rd | 2 man/billingconductor_delete_pricing_rule.Rd | 3 man/billingconductor_disassociate_accounts.Rd | 3 man/billingconductor_disassociate_pricing_rules.Rd | 6 man/billingconductor_get_billing_group_cost_report.Rd | 17 man/billingconductor_list_account_associations.Rd | 9 man/billingconductor_list_billing_group_cost_reports.Rd | 3 man/billingconductor_list_billing_groups.Rd | 6 man/billingconductor_list_custom_line_item_versions.Rd | 6 man/billingconductor_list_custom_line_items.Rd | 7 man/billingconductor_list_prici_plans_assoc_with_prici_rule.Rd | 3 man/billingconductor_list_prici_rules_assoc_to_prici_plan.Rd | 6 man/billingconductor_list_pricing_plans.Rd | 6 man/billingconductor_list_pricing_rules.Rd | 6 man/billingconductor_list_resou_assoc_to_custo_line_item.Rd | 6 man/billingconductor_list_tags_for_resource.Rd | 3 man/billingconductor_update_billing_group.Rd | 12 man/billingconductor_update_custom_line_item.Rd | 5 man/billingconductor_update_pricing_plan.Rd | 3 man/billingconductor_update_pricing_rule.Rd | 5 man/budgets.Rd | 34 man/budgets_create_budget.Rd | 10 man/budgets_create_budget_action.Rd | 25 man/budgets_create_notification.Rd | 10 man/budgets_create_subscriber.Rd | 6 man/budgets_delete_budget.Rd | 3 man/budgets_delete_budget_action.Rd | 6 man/budgets_delete_notification.Rd | 3 man/budgets_delete_subscriber.Rd | 3 man/budgets_describe_budget.Rd | 7 man/budgets_describe_budget_action.Rd | 6 man/budgets_describe_budget_action_histories.Rd | 12 man/budgets_describe_budget_actions_for_account.Rd | 6 man/budgets_describe_budget_actions_for_budget.Rd | 10 man/budgets_describe_budget_notifications_for_account.Rd | 7 man/budgets_describe_budget_performance_history.Rd | 13 man/budgets_describe_budgets.Rd | 18 man/budgets_describe_notifications_for_budget.Rd | 9 man/budgets_describe_subscribers_for_notification.Rd | 9 man/budgets_execute_budget_action.Rd | 6 man/budgets_update_budget.Rd | 3 man/budgets_update_budget_action.Rd | 17 man/budgets_update_notification.Rd | 3 man/budgets_update_subscriber.Rd | 3 man/costandusagereportservice.Rd | 15 man/costandusagereportservice_delete_report_definition.Rd | 3 man/costandusagereportservice_describe_report_definitions.Rd | 4 man/costandusagereportservice_list_tags_for_resource.Rd | 3 man/costandusagereportservice_modify_report_definition.Rd | 4 man/costandusagereportservice_put_report_definition.Rd | 3 man/costandusagereportservice_tag_resource.Rd | 3 man/costandusagereportservice_untag_resource.Rd | 3 man/costexplorer.Rd | 24 man/costexplorer_create_anomaly_monitor.Rd | 18 man/costexplorer_create_anomaly_subscription.Rd | 18 man/costexplorer_create_cost_category_definition.Rd | 40 man/costexplorer_delete_anomaly_monitor.Rd | 3 man/costexplorer_delete_anomaly_subscription.Rd | 3 man/costexplorer_delete_cost_category_definition.Rd | 6 man/costexplorer_describe_cost_category_definition.Rd | 8 man/costexplorer_get_anomalies.Rd | 15 man/costexplorer_get_anomaly_monitors.Rd | 4 man/costexplorer_get_anomaly_subscriptions.Rd | 4 man/costexplorer_get_approximate_usage_records.Rd | 10 man/costexplorer_get_cost_and_usage.Rd | 92 man/costexplorer_get_cost_and_usage_comparisons.Rd |only man/costexplorer_get_cost_and_usage_with_resources.Rd | 91 man/costexplorer_get_cost_categories.Rd | 94 man/costexplorer_get_cost_comparison_drivers.Rd |only man/costexplorer_get_cost_forecast.Rd | 39 man/costexplorer_get_dimension_values.Rd | 226 - man/costexplorer_get_reservation_coverage.Rd | 42 man/costexplorer_get_reservation_purchase_recommendation.Rd | 61 man/costexplorer_get_reservation_utilization.Rd | 45 man/costexplorer_get_rightsizing_recommendation.Rd | 62 man/costexplorer_get_savings_plans_coverage.Rd | 43 man/costexplorer_get_savings_plans_purchase_recommendation.Rd | 33 man/costexplorer_get_savings_plans_utilization.Rd | 25 man/costexplorer_get_savings_plans_utilization_details.Rd | 21 man/costexplorer_get_tags.Rd | 79 man/costexplorer_get_usage_forecast.Rd | 38 man/costexplorer_list_commitment_purchase_analyses.Rd | 3 man/costexplorer_list_cost_allocation_tag_backfill_history.Rd | 4 man/costexplorer_list_cost_allocation_tags.Rd | 16 man/costexplorer_list_cost_category_definitions.Rd | 15 man/costexplorer_list_cost_category_resource_associations.Rd |only man/costexplorer_list_saving_plans_purcha_recomm_genera.Rd | 3 man/costexplorer_list_tags_for_resource.Rd | 4 man/costexplorer_provide_anomaly_feedback.Rd | 3 man/costexplorer_start_cost_allocation_tag_backfill.Rd | 6 man/costexplorer_tag_resource.Rd | 17 man/costexplorer_untag_resource.Rd | 9 man/costexplorer_update_anomaly_subscription.Rd | 31 man/costexplorer_update_cost_allocation_tags_status.Rd | 3 man/costexplorer_update_cost_category_definition.Rd | 23 man/marketplacecatalog.Rd | 9 man/marketplacecatalog_cancel_change_set.Rd | 7 man/marketplacecatalog_delete_resource_policy.Rd | 3 man/marketplacecatalog_describe_change_set.Rd | 7 man/marketplacecatalog_describe_entity.Rd | 3 man/marketplacecatalog_get_resource_policy.Rd | 3 man/marketplacecatalog_list_change_sets.Rd | 7 man/marketplacecatalog_list_entities.Rd | 34 man/marketplacecatalog_list_tags_for_resource.Rd | 3 man/marketplacecatalog_put_resource_policy.Rd | 3 man/marketplacecatalog_start_change_set.Rd | 11 man/marketplacecatalog_tag_resource.Rd | 6 man/marketplacecatalog_untag_resource.Rd | 6 man/marketplacecommerceanalytics_generate_data_set.Rd | 66 man/marketplacecommerceanalytics_start_support_data_export.Rd | 55 man/marketplaceentitlementservice.Rd | 9 man/marketplaceentitlementservice_get_entitlements.Rd | 28 man/marketplacemetering.Rd | 112 man/marketplacemetering_batch_meter_usage.Rd | 17 man/marketplacemetering_meter_usage.Rd | 38 man/marketplacemetering_register_usage.Rd | 18 man/marketplacemetering_resolve_customer.Rd | 7 man/paymentcryptographycontrolplane.Rd | 48 man/paymentcryptographycontrolplane_add_key_replication_regions.Rd |only man/paymentcryptographycontrolplane_associate_mpa_team.Rd |only man/paymentcryptographycontrolplane_create_alias.Rd | 9 man/paymentcryptographycontrolplane_create_key.Rd | 58 man/paymentcryptographycontrolplane_delete_alias.Rd | 4 man/paymentcryptographycontrolplane_delete_resource_policy.Rd |only man/paymentcryptographycontrolplane_dis_def_key_rep_reg.Rd |only man/paymentcryptographycontrolplane_disassociate_mpa_team.Rd |only man/paymentcryptographycontrolplane_ena_def_key_rep_reg.Rd |only man/paymentcryptographycontrolplane_export_key.Rd | 6 man/paymentcryptographycontrolplane_get_cer_sig_req.Rd |only man/paymentcryptographycontrolplane_get_def_key_rep_reg.Rd |only man/paymentcryptographycontrolplane_get_key.Rd | 8 man/paymentcryptographycontrolplane_get_mpa_team_association.Rd |only man/paymentcryptographycontrolplane_get_parameters_for_export.Rd | 14 man/paymentcryptographycontrolplane_get_parameters_for_import.Rd | 19 man/paymentcryptographycontrolplane_get_resource_policy.Rd |only man/paymentcryptographycontrolplane_import_key.Rd | 51 man/paymentcryptographycontrolplane_list_aliases.Rd | 12 man/paymentcryptographycontrolplane_list_keys.Rd | 12 man/paymentcryptographycontrolplane_list_tags_for_resource.Rd | 12 man/paymentcryptographycontrolplane_put_resource_policy.Rd |only man/paymentcryptographycontrolplane_rem_key_rep_reg.Rd |only man/paymentcryptographycontrolplane_restore_key.Rd | 3 man/paymentcryptographycontrolplane_tag_resource.Rd | 19 man/paymentcryptographycontrolplane_untag_resource.Rd | 7 man/paymentcryptographycontrolplane_update_alias.Rd | 3 man/paymentcryptographydataplane.Rd | 15 man/paymentcryptographydataplane_decrypt_data.Rd | 10 man/paymentcryptographydataplane_encrypt_data.Rd | 16 man/paymentcryptographydataplane_gene_auth_requ_cryp.Rd |only man/paymentcryptographydataplane_generate_as_2805_kek_validation.Rd |only man/paymentcryptographydataplane_generate_card_validation_data.Rd | 10 man/paymentcryptographydataplane_generate_mac.Rd | 6 man/paymentcryptographydataplane_generate_mac_emv_pin_change.Rd | 19 man/paymentcryptographydataplane_generate_pin_data.Rd | 32 man/paymentcryptographydataplane_re_encrypt_data.Rd | 19 man/paymentcryptographydataplane_translate_key_material.Rd |only man/paymentcryptographydataplane_translate_pin_data.Rd | 35 man/paymentcryptographydataplane_verify_auth_request_cryptogram.Rd | 25 man/paymentcryptographydataplane_verify_card_validation_data.Rd | 13 man/paymentcryptographydataplane_verify_mac.Rd | 9 man/paymentcryptographydataplane_verify_pin_data.Rd | 29 man/pricing.Rd | 25 man/pricing_describe_services.Rd | 8 man/pricing_get_attribute_values.Rd | 9 man/pricing_get_price_list_file_url.Rd | 8 man/pricing_get_products.Rd | 6 man/pricing_list_price_lists.Rd | 25 man/reexports.Rd | 2 man/savingsplans.Rd | 10 man/savingsplans_create_savings_plan.Rd | 14 man/savingsplans_describe_savings_plan_rates.Rd | 7 man/savingsplans_describe_savings_plans.Rd | 3 man/savingsplans_describe_savings_plans_offering_rates.Rd | 11 man/savingsplans_describe_savings_plans_offerings.Rd | 6 man/savingsplans_return_savings_plan.Rd | 3 man/savingsplans_tag_resource.Rd | 3 tests/testthat/test_costexplorer.R | 8 233 files changed, 3564 insertions(+), 3985 deletions(-)
More information about paws.cost.management at CRAN
Permanent link
Title: 'Amazon Web Services' Application Integration Services
Description: Interface to 'Amazon Web Services' application integration
services, including 'Simple Queue Service' ('SQS') message queue,
'Simple Notification Service' ('SNS') publish/subscribe messaging, 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.application.integration versions 0.9.0 dated 2025-03-14 and 0.10.0 dated 2026-05-30
DESCRIPTION | 11 MD5 | 605 ++--- R/eventbridge_interfaces.R | 22 R/eventbridge_operations.R | 601 ++--- R/eventbridge_service.R | 24 R/eventbridgepipes_operations.R | 49 R/eventbridgepipes_service.R | 10 R/eventbridgescheduler_operations.R | 171 - R/eventbridgescheduler_service.R | 9 R/locationservice_interfaces.R | 164 + R/locationservice_operations.R | 1271 ++++-------- R/locationservice_service.R | 61 R/mq_interfaces.R | 12 R/mq_operations.R | 236 -- R/mq_service.R | 9 R/mwaa_interfaces.R | 4 R/mwaa_operations.R | 394 --- R/mwaa_service.R | 17 R/resourceexplorer_interfaces.R | 142 + R/resourceexplorer_operations.R | 636 +++--- R/resourceexplorer_service.R | 46 R/schemas_operations.R | 48 R/schemas_service.R | 2 R/sfn_interfaces.R | 4 R/sfn_operations.R | 528 +--- R/sfn_service.R | 30 R/sns_operations.R | 995 +++------ R/sns_service.R | 25 R/sqs_operations.R | 1229 +++-------- R/sqs_service.R | 36 R/swf_operations.R | 690 +----- R/swf_service.R | 17 man/eventbridge.Rd | 21 man/eventbridge_create_api_destination.Rd | 7 man/eventbridge_create_archive.Rd | 16 man/eventbridge_create_connection.Rd | 18 man/eventbridge_create_endpoint.Rd | 11 man/eventbridge_create_event_bus.Rd | 53 man/eventbridge_create_partner_event_source.Rd | 9 man/eventbridge_delete_endpoint.Rd | 3 man/eventbridge_delete_partner_event_source.Rd | 3 man/eventbridge_delete_rule.Rd | 11 man/eventbridge_describe_endpoint.Rd | 6 man/eventbridge_describe_event_bus.Rd | 3 man/eventbridge_describe_rule.Rd | 3 man/eventbridge_disable_rule.Rd | 3 man/eventbridge_enable_rule.Rd | 3 man/eventbridge_list_api_destinations.Rd | 13 man/eventbridge_list_archives.Rd | 13 man/eventbridge_list_connections.Rd | 13 man/eventbridge_list_endpoints.Rd | 17 man/eventbridge_list_event_buses.Rd | 17 man/eventbridge_list_event_sources.Rd | 17 man/eventbridge_list_partner_event_source_accounts.Rd | 17 man/eventbridge_list_partner_event_sources.Rd | 17 man/eventbridge_list_replays.Rd | 13 man/eventbridge_list_rule_names_by_target.Rd | 13 man/eventbridge_list_rules.Rd | 13 man/eventbridge_list_targets_by_rule.Rd | 13 man/eventbridge_put_events.Rd | 8 man/eventbridge_put_permission.Rd | 45 man/eventbridge_put_rule.Rd | 42 man/eventbridge_put_targets.Rd | 3 man/eventbridge_remove_permission.Rd | 6 man/eventbridge_remove_targets.Rd | 11 man/eventbridge_start_replay.Rd | 9 man/eventbridge_test_event_pattern.Rd | 7 man/eventbridge_update_api_destination.Rd | 3 man/eventbridge_update_archive.Rd | 13 man/eventbridge_update_connection.Rd | 15 man/eventbridge_update_endpoint.Rd | 3 man/eventbridge_update_event_bus.Rd | 44 man/eventbridgepipes.Rd | 8 man/eventbridgepipes_create_pipe.Rd | 15 man/eventbridgepipes_list_pipes.Rd | 10 man/eventbridgepipes_update_pipe.Rd | 22 man/eventbridgescheduler.Rd | 7 man/eventbridgescheduler_create_schedule.Rd | 53 man/eventbridgescheduler_create_schedule_group.Rd | 5 man/eventbridgescheduler_delete_schedule.Rd | 8 man/eventbridgescheduler_delete_schedule_group.Rd | 5 man/eventbridgescheduler_get_schedule.Rd | 4 man/eventbridgescheduler_list_schedule_groups.Rd | 10 man/eventbridgescheduler_list_schedules.Rd | 13 man/eventbridgescheduler_list_tags_for_resource.Rd | 3 man/eventbridgescheduler_tag_resource.Rd | 3 man/eventbridgescheduler_untag_resource.Rd | 3 man/eventbridgescheduler_update_schedule.Rd | 62 man/locationservice.Rd | 59 man/locationservice_associate_tracker_consumer.Rd | 10 man/locationservice_batch_delete_device_position_history.Rd | 3 man/locationservice_batch_evaluate_geofences.Rd | 6 man/locationservice_batch_get_device_position.Rd | 3 man/locationservice_calculate_route.Rd | 84 man/locationservice_calculate_route_matrix.Rd | 83 man/locationservice_cancel_job.Rd |only man/locationservice_create_geofence_collection.Rd | 16 man/locationservice_create_key.Rd | 21 man/locationservice_create_map.Rd | 23 man/locationservice_create_place_index.Rd | 45 man/locationservice_create_route_calculator.Rd | 40 man/locationservice_create_tracker.Rd | 62 man/locationservice_delete_key.Rd | 7 man/locationservice_delete_map.Rd | 4 man/locationservice_delete_place_index.Rd | 4 man/locationservice_delete_route_calculator.Rd | 5 man/locationservice_describe_map.Rd | 4 man/locationservice_describe_place_index.Rd | 4 man/locationservice_describe_route_calculator.Rd | 4 man/locationservice_disassociate_tracker_consumer.Rd | 7 man/locationservice_forecast_geofence_events.Rd | 24 man/locationservice_get_device_position_history.Rd | 23 man/locationservice_get_job.Rd |only man/locationservice_get_map_glyphs.Rd | 75 man/locationservice_get_map_sprites.Rd | 13 man/locationservice_get_map_style_descriptor.Rd | 7 man/locationservice_get_map_tile.Rd | 7 man/locationservice_get_place.Rd | 30 man/locationservice_list_device_positions.Rd | 3 man/locationservice_list_geofence_collections.Rd | 3 man/locationservice_list_geofences.Rd | 3 man/locationservice_list_jobs.Rd |only man/locationservice_list_keys.Rd | 3 man/locationservice_list_maps.Rd | 7 man/locationservice_list_place_indexes.Rd | 10 man/locationservice_list_route_calculators.Rd | 7 man/locationservice_list_tags_for_resource.Rd | 6 man/locationservice_list_tracker_consumers.Rd | 6 man/locationservice_list_trackers.Rd | 3 man/locationservice_put_geofence.Rd | 12 man/locationservice_search_place_index_for_position.Rd | 37 man/locationservice_search_place_index_for_suggestions.Rd | 98 man/locationservice_search_place_index_for_text.Rd | 98 man/locationservice_start_job.Rd |only man/locationservice_tag_resource.Rd | 15 man/locationservice_untag_resource.Rd | 6 man/locationservice_update_geofence_collection.Rd | 3 man/locationservice_update_key.Rd | 12 man/locationservice_update_map.Rd | 10 man/locationservice_update_place_index.Rd | 7 man/locationservice_update_route_calculator.Rd | 7 man/locationservice_update_tracker.Rd | 33 man/locationservice_verify_device_position.Rd | 6 man/mq.Rd | 7 man/mq_create_broker.Rd | 84 man/mq_create_configuration.Rd | 16 man/mq_create_user.Rd | 13 man/mq_delete_configuration.Rd |only man/mq_delete_user.Rd | 4 man/mq_describe_broker_engine_types.Rd | 6 man/mq_describe_broker_instance_options.Rd | 6 man/mq_describe_user.Rd | 4 man/mq_list_brokers.Rd | 6 man/mq_list_configuration_revisions.Rd | 6 man/mq_list_configurations.Rd | 6 man/mq_list_users.Rd | 6 man/mq_promote.Rd | 3 man/mq_update_broker.Rd | 30 man/mq_update_configuration.Rd | 3 man/mq_update_user.Rd | 13 man/mwaa.Rd | 12 man/mwaa_create_cli_token.Rd | 3 man/mwaa_create_environment.Rd | 187 - man/mwaa_create_web_login_token.Rd | 3 man/mwaa_delete_environment.Rd | 3 man/mwaa_get_environment.Rd | 3 man/mwaa_invoke_rest_api.Rd | 15 man/mwaa_list_environments.Rd | 3 man/mwaa_list_tags_for_resource.Rd | 4 man/mwaa_publish_metrics.Rd | 3 man/mwaa_tag_resource.Rd | 7 man/mwaa_untag_resource.Rd | 7 man/mwaa_update_environment.Rd | 203 - man/reexports.Rd | 2 man/resourceexplorer.Rd | 40 man/resourceexplorer_associate_default_view.Rd | 5 man/resourceexplorer_batch_get_view.Rd | 3 man/resourceexplorer_create_index.Rd | 9 man/resourceexplorer_create_resource_explorer_setup.Rd |only man/resourceexplorer_create_view.Rd | 55 man/resourceexplorer_delete_index.Rd | 3 man/resourceexplorer_delete_resource_explorer_setup.Rd |only man/resourceexplorer_delete_view.Rd | 3 man/resourceexplorer_get_resource_explorer_setup.Rd |only man/resourceexplorer_get_service_index.Rd |only man/resourceexplorer_get_service_view.Rd |only man/resourceexplorer_get_view.Rd | 3 man/resourceexplorer_list_indexes.Rd | 32 man/resourceexplorer_list_indexes_for_members.Rd | 21 man/resourceexplorer_list_managed_views.Rd | 21 man/resourceexplorer_list_resources.Rd | 44 man/resourceexplorer_list_service_indexes.Rd |only man/resourceexplorer_list_service_views.Rd |only man/resourceexplorer_list_streaming_access_for_services.Rd |only man/resourceexplorer_list_supported_resource_types.Rd | 22 man/resourceexplorer_list_tags_for_resource.Rd | 3 man/resourceexplorer_list_views.Rd | 20 man/resourceexplorer_search.Rd | 59 man/resourceexplorer_tag_resource.Rd | 8 man/resourceexplorer_untag_resource.Rd | 6 man/resourceexplorer_update_index_type.Rd | 7 man/resourceexplorer_update_view.Rd | 31 man/schemas_create_discoverer.Rd | 3 man/schemas_get_discovered_schema.Rd | 4 man/schemas_list_discoverers.Rd | 12 man/schemas_list_registries.Rd | 12 man/schemas_list_schema_versions.Rd | 6 man/schemas_list_schemas.Rd | 9 man/schemas_search_schemas.Rd | 9 man/schemas_update_discoverer.Rd | 3 man/sfn.Rd | 32 man/sfn_create_activity.Rd | 19 man/sfn_create_state_machine.Rd | 35 man/sfn_create_state_machine_alias.Rd | 10 man/sfn_describe_execution.Rd | 6 man/sfn_describe_state_machine.Rd | 19 man/sfn_describe_state_machine_for_execution.Rd | 8 man/sfn_get_activity_task.Rd | 8 man/sfn_get_execution_history.Rd | 17 man/sfn_list_activities.Rd | 14 man/sfn_list_executions.Rd | 69 man/sfn_list_map_runs.Rd | 17 man/sfn_list_state_machine_aliases.Rd | 20 man/sfn_list_state_machine_versions.Rd | 14 man/sfn_list_state_machines.Rd | 14 man/sfn_list_tags_for_resource.Rd | 3 man/sfn_publish_state_machine_version.Rd | 14 man/sfn_redrive_execution.Rd | 8 man/sfn_send_task_failure.Rd | 5 man/sfn_send_task_heartbeat.Rd | 5 man/sfn_send_task_success.Rd | 8 man/sfn_start_execution.Rd | 59 man/sfn_start_sync_execution.Rd | 21 man/sfn_tag_resource.Rd | 6 man/sfn_test_state.Rd | 55 man/sfn_untag_resource.Rd | 3 man/sfn_update_map_run.Rd | 3 man/sfn_update_state_machine.Rd | 7 man/sfn_update_state_machine_alias.Rd | 3 man/sfn_validate_state_machine_definition.Rd | 19 man/sns.Rd | 23 man/sns_add_permission.Rd | 7 man/sns_confirm_subscription.Rd | 9 man/sns_create_platform_application.Rd | 12 man/sns_create_platform_endpoint.Rd | 17 man/sns_create_sms_sandbox_phone_number.Rd | 4 man/sns_create_topic.Rd | 124 - man/sns_get_data_protection_policy.Rd | 3 man/sns_get_endpoint_attributes.Rd | 3 man/sns_get_sms_attributes.Rd | 6 man/sns_list_endpoints_by_platform_application.Rd | 8 man/sns_list_origination_numbers.Rd | 4 man/sns_list_phone_numbers_opted_out.Rd | 5 man/sns_list_platform_applications.Rd | 5 man/sns_list_sms_sandbox_phone_numbers.Rd | 3 man/sns_list_subscriptions.Rd | 3 man/sns_list_subscriptions_by_topic.Rd | 4 man/sns_publish.Rd | 142 - man/sns_publish_batch.Rd | 10 man/sns_put_data_protection_policy.Rd | 6 man/sns_set_endpoint_attributes.Rd | 20 man/sns_set_platform_application_attributes.Rd | 71 man/sns_set_sms_attributes.Rd | 73 man/sns_set_subscription_attributes.Rd | 38 man/sns_set_topic_attributes.Rd | 172 - man/sns_subscribe.Rd | 99 man/sns_tag_resource.Rd | 3 man/sns_verify_sms_sandbox_phone_number.Rd | 3 man/sqs.Rd | 15 man/sqs_add_permission.Rd | 33 man/sqs_change_message_visibility.Rd | 7 man/sqs_change_message_visibility_batch.Rd | 3 man/sqs_create_queue.Rd | 220 -- man/sqs_get_queue_attributes.Rd | 168 - man/sqs_get_queue_url.Rd | 9 man/sqs_list_dead_letter_source_queues.Rd | 4 man/sqs_list_message_move_tasks.Rd | 4 man/sqs_list_queues.Rd | 7 man/sqs_purge_queue.Rd | 3 man/sqs_receive_message.Rd | 224 -- man/sqs_remove_permission.Rd | 3 man/sqs_send_message.Rd | 142 - man/sqs_set_queue_attributes.Rd | 180 - man/sqs_start_message_move_task.Rd | 18 man/swf.Rd | 15 man/swf_count_closed_workflow_executions.Rd | 37 man/swf_count_open_workflow_executions.Rd | 18 man/swf_describe_activity_type.Rd | 4 man/swf_get_workflow_execution_history.Rd | 17 man/swf_list_activity_types.Rd | 17 man/swf_list_closed_workflow_executions.Rd | 61 man/swf_list_domains.Rd | 17 man/swf_list_open_workflow_executions.Rd | 41 man/swf_list_workflow_types.Rd | 17 man/swf_poll_for_activity_task.Rd | 10 man/swf_poll_for_decision_task.Rd | 58 man/swf_record_activity_task_heartbeat.Rd | 5 man/swf_register_activity_type.Rd | 78 man/swf_register_domain.Rd | 28 man/swf_register_workflow_type.Rd | 88 man/swf_respond_activity_task_canceled.Rd | 5 man/swf_respond_activity_task_completed.Rd | 8 man/swf_respond_activity_task_failed.Rd | 5 man/swf_respond_decision_task_completed.Rd | 31 man/swf_signal_workflow_execution.Rd | 6 man/swf_start_workflow_execution.Rd | 136 - man/swf_tag_resource.Rd | 3 man/swf_terminate_workflow_execution.Rd | 18 tests/testthat/test_locationservice.R | 8 tests/testthat/test_resourceexplorer.R | 24 310 files changed, 4844 insertions(+), 9422 deletions(-)
More information about paws.application.integration at CRAN
Permanent link
Title: 'Amazon Web Services' Analytics Services
Description: Interface to 'Amazon Web Services' 'analytics' services,
including 'Elastic MapReduce' 'Hadoop' and 'Spark' big data service,
'Elasticsearch' search engine, 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.analytics versions 0.9.0 dated 2025-03-14 and 0.10.0 dated 2026-05-30
DESCRIPTION | 11 MD5 | 2369 ++++--- R/athena_interfaces.R | 44 R/athena_operations.R | 517 - R/athena_service.R | 21 R/cloudsearch_operations.R | 86 R/cloudsearch_service.R | 15 R/cloudsearchdomain_operations.R | 333 - R/cloudsearchdomain_service.R | 17 R/datapipeline_operations.R | 145 R/datapipeline_service.R | 26 R/datazone_interfaces.R | 802 +- R/datazone_operations.R | 2931 +++++---- R/datazone_service.R | 46 R/elasticsearchservice_interfaces.R | 18 R/elasticsearchservice_operations.R | 253 R/elasticsearchservice_service.R | 18 R/emr_interfaces.R | 64 R/emr_operations.R | 720 -- R/emr_service.R | 12 R/entityresolution_interfaces.R | 112 R/entityresolution_operations.R | 361 - R/entityresolution_service.R | 29 R/firehose_operations.R | 139 R/firehose_service.R | 10 R/glue_interfaces.R | 294 R/glue_operations.R | 2425 +++---- R/glue_service.R | 14 R/gluedatabrew_operations.R | 264 R/gluedatabrew_service.R | 8 R/healthlake_interfaces.R | 6 R/healthlake_operations.R | 174 R/healthlake_service.R | 28 R/ivs_interfaces.R | 128 R/ivs_operations.R | 432 - R/ivs_service.R | 128 R/ivsrealtime_interfaces.R | 70 R/ivsrealtime_operations.R | 315 - R/ivsrealtime_service.R | 73 R/kafka_interfaces.R | 114 R/kafka_operations.R | 474 + R/kafka_service.R | 11 R/kafkaconnect_interfaces.R | 10 R/kafkaconnect_operations.R | 76 R/kafkaconnect_service.R | 2 R/kendra_operations.R | 931 --- R/kendra_service.R | 2 R/kendraranking_operations.R | 51 R/kendraranking_service.R | 5 R/kinesis_interfaces.R | 140 R/kinesis_operations.R | 781 +- R/kinesis_service.R | 14 R/kinesisanalytics_operations.R | 207 R/kinesisanalytics_service.R | 10 R/kinesisanalyticsv2_interfaces.R | 18 R/kinesisanalyticsv2_operations.R | 305 - R/kinesisanalyticsv2_service.R | 15 R/mturk_operations.R | 449 - R/mturk_service.R | 2 R/opensearchingestion_interfaces.R | 110 R/opensearchingestion_operations.R | 302 R/opensearchingestion_service.R | 16 R/opensearchservice_interfaces.R | 200 R/opensearchservice_operations.R | 1022 +-- R/opensearchservice_service.R | 34 R/opensearchserviceserverless_interfaces.R | 132 R/opensearchserviceserverless_operations.R | 494 + R/opensearchserviceserverless_service.R | 27 R/quicksight_interfaces.R | 360 + R/quicksight_operations.R | 3044 ++++------ R/quicksight_service.R | 143 man/athena.Rd | 16 man/athena_create_data_catalog.Rd | 72 man/athena_create_named_query.Rd | 13 man/athena_create_notebook.Rd | 15 man/athena_create_work_group.Rd | 11 man/athena_delete_data_catalog.Rd | 5 man/athena_delete_work_group.Rd | 3 man/athena_get_capacity_assignment_configuration.Rd | 3 man/athena_get_data_catalog.Rd | 3 man/athena_get_database.Rd | 3 man/athena_get_named_query.Rd | 3 man/athena_get_query_results.Rd | 14 man/athena_get_query_runtime_statistics.Rd | 2 man/athena_get_resource_dashboard.Rd |only man/athena_get_session_endpoint.Rd |only man/athena_get_table_metadata.Rd | 6 man/athena_import_notebook.Rd | 15 man/athena_list_application_dpu_sizes.Rd | 3 man/athena_list_calculation_executions.Rd | 14 man/athena_list_capacity_reservations.Rd | 3 man/athena_list_data_catalogs.Rd | 8 man/athena_list_databases.Rd | 8 man/athena_list_engine_versions.Rd | 5 man/athena_list_executors.Rd | 11 man/athena_list_named_queries.Rd | 9 man/athena_list_notebook_metadata.Rd | 6 man/athena_list_notebook_sessions.Rd | 5 man/athena_list_prepared_statements.Rd | 5 man/athena_list_query_executions.Rd | 9 man/athena_list_sessions.Rd | 17 man/athena_list_table_metadata.Rd | 14 man/athena_list_tags_for_resource.Rd | 7 man/athena_list_work_groups.Rd | 5 man/athena_put_capacity_assignment_configuration.Rd | 3 man/athena_start_calculation_execution.Rd | 15 man/athena_start_query_execution.Rd | 38 man/athena_start_session.Rd | 38 man/athena_tag_resource.Rd | 3 man/athena_untag_resource.Rd | 3 man/athena_update_data_catalog.Rd | 30 man/athena_update_notebook.Rd | 12 man/athena_update_notebook_metadata.Rd | 9 man/cloudsearch.Rd | 13 man/cloudsearch_build_suggesters.Rd | 2 man/cloudsearch_create_domain.Rd | 5 man/cloudsearch_define_analysis_scheme.Rd | 4 man/cloudsearch_define_expression.Rd | 4 man/cloudsearch_define_index_field.Rd | 2 man/cloudsearch_define_suggester.Rd | 4 man/cloudsearch_delete_analysis_scheme.Rd | 2 man/cloudsearch_delete_expression.Rd | 2 man/cloudsearch_delete_index_field.Rd | 5 man/cloudsearch_delete_suggester.Rd | 2 man/cloudsearch_describe_analysis_schemes.Rd | 3 man/cloudsearch_describe_availability_options.Rd | 3 man/cloudsearch_describe_domain_endpoint_options.Rd | 4 man/cloudsearch_describe_expressions.Rd | 7 man/cloudsearch_describe_index_fields.Rd | 6 man/cloudsearch_describe_scaling_parameters.Rd | 2 man/cloudsearch_describe_service_access_policies.Rd | 3 man/cloudsearch_describe_suggesters.Rd | 3 man/cloudsearch_index_documents.Rd | 2 man/cloudsearch_update_availability_options.Rd | 7 man/cloudsearch_update_domain_endpoint_options.Rd | 5 man/cloudsearch_update_scaling_parameters.Rd | 4 man/cloudsearch_update_service_access_policies.Rd | 5 man/cloudsearchdomain.Rd | 12 man/cloudsearchdomain_search.Rd | 323 - man/cloudsearchdomain_upload_documents.Rd | 3 man/datapipeline.Rd | 24 man/datapipeline_activate_pipeline.Rd | 3 man/datapipeline_create_pipeline.Rd | 24 man/datapipeline_deactivate_pipeline.Rd | 4 man/datapipeline_describe_objects.Rd | 12 man/datapipeline_describe_pipelines.Rd | 4 man/datapipeline_get_pipeline_definition.Rd | 4 man/datapipeline_list_pipelines.Rd | 5 man/datapipeline_poll_for_task.Rd | 16 man/datapipeline_put_pipeline_definition.Rd | 3 man/datapipeline_query_objects.Rd | 17 man/datapipeline_report_task_progress.Rd | 6 man/datapipeline_report_task_runner_heartbeat.Rd | 13 man/datapipeline_set_status.Rd | 7 man/datapipeline_set_task_status.Rd | 21 man/datapipeline_validate_pipeline_definition.Rd | 3 man/datazone.Rd | 42 man/datazone_accept_predictions.Rd | 24 man/datazone_accept_subscription_request.Rd | 20 man/datazone_add_entity_owner.Rd | 15 man/datazone_add_policy_grant.Rd | 21 man/datazone_associate_environment_role.Rd | 3 man/datazone_associate_governed_terms.Rd |only man/datazone_batch_get_attributes_metadata.Rd |only man/datazone_batch_put_attributes_metadata.Rd |only man/datazone_cancel_metadata_generation_run.Rd | 3 man/datazone_cancel_subscription.Rd | 3 man/datazone_create_account_pool.Rd |only man/datazone_create_asset.Rd | 36 man/datazone_create_asset_filter.Rd | 19 man/datazone_create_asset_revision.Rd | 34 man/datazone_create_asset_type.Rd | 16 man/datazone_create_connection.Rd | 18 man/datazone_create_data_product.Rd | 25 man/datazone_create_data_product_revision.Rd | 25 man/datazone_create_data_source.Rd | 53 man/datazone_create_domain.Rd | 33 man/datazone_create_domain_unit.Rd | 15 man/datazone_create_environment.Rd | 42 man/datazone_create_environment_action.Rd | 12 man/datazone_create_environment_blueprint.Rd |only man/datazone_create_environment_profile.Rd | 28 man/datazone_create_form_type.Rd | 15 man/datazone_create_glossary.Rd | 21 man/datazone_create_glossary_term.Rd | 22 man/datazone_create_group_profile.Rd | 15 man/datazone_create_listing_change_set.Rd | 17 man/datazone_create_notebook.Rd |only man/datazone_create_project.Rd | 30 man/datazone_create_project_membership.Rd | 11 man/datazone_create_project_profile.Rd | 27 man/datazone_create_rule.Rd | 27 man/datazone_create_subscription_grant.Rd | 21 man/datazone_create_subscription_request.Rd | 27 man/datazone_create_subscription_target.Rd | 33 man/datazone_create_user_profile.Rd | 15 man/datazone_delete_account_pool.Rd |only man/datazone_delete_asset_filter.Rd | 6 man/datazone_delete_data_export_configuration.Rd |only man/datazone_delete_data_product.Rd | 3 man/datazone_delete_data_source.Rd | 13 man/datazone_delete_domain.Rd | 10 man/datazone_delete_environment.Rd | 3 man/datazone_delete_environment_action.Rd | 3 man/datazone_delete_environment_blueprint.Rd |only man/datazone_delete_environment_blueprint_configuration.Rd | 3 man/datazone_delete_environment_profile.Rd | 3 man/datazone_delete_form_type.Rd | 7 man/datazone_delete_glossary.Rd | 3 man/datazone_delete_glossary_term.Rd | 3 man/datazone_delete_notebook.Rd |only man/datazone_delete_project.Rd | 3 man/datazone_delete_project_membership.Rd | 10 man/datazone_delete_subscription_grant.Rd | 3 man/datazone_delete_subscription_request.Rd | 3 man/datazone_delete_subscription_target.Rd | 6 man/datazone_delete_time_series_data_points.Rd | 12 man/datazone_disassociate_environment_role.Rd | 3 man/datazone_disassociate_governed_terms.Rd |only man/datazone_get_account_pool.Rd |only man/datazone_get_asset.Rd | 4 man/datazone_get_asset_filter.Rd | 6 man/datazone_get_data_export_configuration.Rd |only man/datazone_get_environment_action.Rd | 4 man/datazone_get_environment_credentials.Rd | 3 man/datazone_get_environment_profile.Rd | 3 man/datazone_get_form_type.Rd | 3 man/datazone_get_glossary.Rd | 3 man/datazone_get_glossary_term.Rd | 3 man/datazone_get_group_profile.Rd | 3 man/datazone_get_iam_portal_login_url.Rd | 3 man/datazone_get_lineage_node.Rd | 11 man/datazone_get_metadata_generation_run.Rd | 7 man/datazone_get_notebook.Rd |only man/datazone_get_notebook_export.Rd |only man/datazone_get_notebook_run.Rd |only man/datazone_get_rule.Rd | 3 man/datazone_get_subscription_grant.Rd | 3 man/datazone_get_subscription_request_details.Rd | 3 man/datazone_get_subscription_target.Rd | 3 man/datazone_get_time_series_data_point.Rd | 12 man/datazone_get_user_profile.Rd | 14 man/datazone_list_account_pools.Rd |only man/datazone_list_accounts_in_account_pool.Rd |only man/datazone_list_asset_filters.Rd | 27 man/datazone_list_asset_revisions.Rd | 19 man/datazone_list_connections.Rd | 34 man/datazone_list_data_product_revisions.Rd | 19 man/datazone_list_data_source_run_activities.Rd | 25 man/datazone_list_data_source_runs.Rd | 29 man/datazone_list_data_sources.Rd | 38 man/datazone_list_domain_units_for_parent.Rd | 22 man/datazone_list_domains.Rd | 17 man/datazone_list_entity_owners.Rd | 21 man/datazone_list_environment_actions.Rd | 23 man/datazone_list_environment_blueprint_configurations.Rd | 17 man/datazone_list_environment_blueprints.Rd | 24 man/datazone_list_environment_profiles.Rd | 39 man/datazone_list_environments.Rd | 48 man/datazone_list_job_runs.Rd | 23 man/datazone_list_lineage_events.Rd | 27 man/datazone_list_lineage_node_history.Rd | 39 man/datazone_list_metadata_generation_runs.Rd | 29 man/datazone_list_notebook_runs.Rd |only man/datazone_list_notebooks.Rd |only man/datazone_list_notifications.Rd | 33 man/datazone_list_policy_grants.Rd | 27 man/datazone_list_project_memberships.Rd | 29 man/datazone_list_project_profiles.Rd | 23 man/datazone_list_projects.Rd | 26 man/datazone_list_rules.Rd | 45 man/datazone_list_subscription_grants.Rd | 45 man/datazone_list_subscription_requests.Rd | 50 man/datazone_list_subscription_targets.Rd | 32 man/datazone_list_subscriptions.Rd | 57 man/datazone_list_time_series_data_points.Rd | 30 man/datazone_post_lineage_event.Rd | 10 man/datazone_post_time_series_data_points.Rd | 12 man/datazone_put_data_export_configuration.Rd |only man/datazone_put_environment_blueprint_configuration.Rd | 29 man/datazone_query_graph.Rd |only man/datazone_reject_predictions.Rd | 20 man/datazone_reject_subscription_request.Rd | 11 man/datazone_remove_entity_owner.Rd | 15 man/datazone_remove_policy_grant.Rd | 18 man/datazone_revoke_subscription.Rd | 6 man/datazone_search.Rd | 38 man/datazone_search_group_profiles.Rd | 25 man/datazone_search_listings.Rd | 45 man/datazone_search_types.Rd | 37 man/datazone_search_user_profiles.Rd | 29 man/datazone_start_data_source_run.Rd | 10 man/datazone_start_metadata_generation_run.Rd | 20 man/datazone_start_notebook_export.Rd |only man/datazone_start_notebook_import.Rd |only man/datazone_start_notebook_run.Rd |only man/datazone_stop_notebook_run.Rd |only man/datazone_tag_resource.Rd | 3 man/datazone_untag_resource.Rd | 3 man/datazone_update_account_pool.Rd |only man/datazone_update_asset_filter.Rd | 20 man/datazone_update_connection.Rd | 13 man/datazone_update_data_source.Rd | 43 man/datazone_update_domain.Rd | 27 man/datazone_update_domain_unit.Rd | 6 man/datazone_update_environment.Rd | 28 man/datazone_update_environment_action.Rd | 10 man/datazone_update_environment_blueprint.Rd |only man/datazone_update_environment_profile.Rd | 33 man/datazone_update_glossary.Rd | 23 man/datazone_update_glossary_term.Rd | 27 man/datazone_update_group_profile.Rd | 3 man/datazone_update_notebook.Rd |only man/datazone_update_project.Rd | 35 man/datazone_update_project_profile.Rd | 29 man/datazone_update_root_domain_unit_owner.Rd |only man/datazone_update_rule.Rd | 20 man/datazone_update_subscription_grant_status.Rd | 24 man/datazone_update_subscription_request.Rd | 7 man/datazone_update_subscription_target.Rd | 51 man/datazone_update_user_profile.Rd | 14 man/elasticsearchservice.Rd | 12 man/elasticsearchservice_associate_package.Rd | 4 man/elasticsearchservice_cance_elast_servi_softw_updat.Rd | 3 man/elasticsearchservice_cancel_domain_config_change.Rd | 3 man/elasticsearchservice_creat_outbo_cross_clust_searc_conne.Rd | 6 man/elasticsearchservice_create_elasticsearch_domain.Rd | 59 man/elasticsearchservice_delete_elasticsearch_domain.Rd | 3 man/elasticsearchservice_delete_package.Rd | 4 man/elasticsearchservice_descr_elast_insta_type_limit.Rd | 7 man/elasticsearchservice_descr_inbou_cross_clust_searc_conne.Rd | 9 man/elasticsearchservice_descr_outbo_cross_clust_searc_conne.Rd | 9 man/elasticsearchservice_descr_reser_elast_insta_offer.Rd | 10 man/elasticsearchservice_descri_reserv_elasti_instan.Rd | 10 man/elasticsearchservice_describe_domain_auto_tunes.Rd | 6 man/elasticsearchservice_describe_domain_change_progress.Rd | 4 man/elasticsearchservice_describe_packages.Rd | 7 man/elasticsearchservice_dissociate_package.Rd | 4 man/elasticsearchservice_get_compatible_elasticsearch_versions.Rd | 2 man/elasticsearchservice_get_package_version_history.Rd | 4 man/elasticsearchservice_get_upgrade_history.Rd | 6 man/elasticsearchservice_get_upgrade_status.Rd | 2 man/elasticsearchservice_list_domain_names.Rd | 3 man/elasticsearchservice_list_domains_for_package.Rd | 4 man/elasticsearchservice_list_elasticsearch_instance_types.Rd | 13 man/elasticsearchservice_list_elasticsearch_versions.Rd | 5 man/elasticsearchservice_list_packages_for_domain.Rd | 4 man/elasticsearchservice_list_tags.Rd | 3 man/elasticsearchservice_list_vpc_endpoint_access.Rd | 3 man/elasticsearchservice_remove_tags.Rd | 6 man/elasticsearchservice_start_elast_servi_softw_updat.Rd | 3 man/elasticsearchservice_update_elasticsearch_domain_config.Rd | 49 man/elasticsearchservice_update_package.Rd | 5 man/elasticsearchservice_upgrade_elasticsearch_domain.Rd | 5 man/emr.Rd | 10 man/emr_add_job_flow_steps.Rd | 12 man/emr_add_tags.Rd | 8 man/emr_cancel_steps.Rd | 10 man/emr_create_persistent_app_ui.Rd |only man/emr_create_security_configuration.Rd | 4 man/emr_create_studio.Rd | 82 man/emr_create_studio_session_mapping.Rd | 26 man/emr_delete_studio_session_mapping.Rd | 19 man/emr_describe_persistent_app_ui.Rd |only man/emr_get_auto_termination_policy.Rd | 3 man/emr_get_cluster_session_credentials.Rd | 6 man/emr_get_managed_scaling_policy.Rd | 3 man/emr_get_on_cluster_app_ui_presigned_url.Rd |only man/emr_get_persistent_app_ui_presigned_url.Rd |only man/emr_get_studio_session_mapping.Rd | 15 man/emr_list_clusters.Rd | 4 man/emr_list_instances.Rd | 3 man/emr_list_notebook_executions.Rd | 34 man/emr_list_release_labels.Rd | 16 man/emr_list_steps.Rd | 10 man/emr_list_studio_session_mappings.Rd | 4 man/emr_list_supported_instance_types.Rd | 6 man/emr_modify_cluster.Rd | 14 man/emr_put_auto_scaling_policy.Rd | 6 man/emr_put_auto_termination_policy.Rd | 3 man/emr_put_block_public_access_configuration.Rd | 18 man/emr_put_managed_scaling_policy.Rd | 3 man/emr_remove_auto_scaling_policy.Rd | 6 man/emr_remove_auto_termination_policy.Rd | 3 man/emr_remove_managed_scaling_policy.Rd | 3 man/emr_remove_tags.Rd | 3 man/emr_run_job_flow.Rd | 197 man/emr_set_keep_job_flow_alive_when_no_steps.Rd | 7 man/emr_set_termination_protection.Rd | 8 man/emr_set_unhealthy_node_replacement.Rd | 8 man/emr_set_visible_to_all_users.Rd | 7 man/emr_start_notebook_execution.Rd | 31 man/emr_update_studio.Rd | 12 man/emr_update_studio_session_mapping.Rd | 18 man/entityresolution.Rd | 28 man/entityresolution_add_policy_statement.Rd | 31 man/entityresolution_batch_delete_unique_id.Rd | 8 man/entityresolution_create_id_mapping_workflow.Rd | 29 man/entityresolution_create_id_namespace.Rd | 34 man/entityresolution_create_matching_workflow.Rd | 35 man/entityresolution_create_schema_mapping.Rd | 11 man/entityresolution_delete_policy_statement.Rd | 3 man/entityresolution_generate_match_id.Rd |only man/entityresolution_get_id_mapping_job.Rd | 10 man/entityresolution_get_match_id.Rd | 13 man/entityresolution_get_matching_job.Rd | 10 man/entityresolution_get_policy.Rd | 3 man/entityresolution_get_provider_service.Rd | 3 man/entityresolution_list_id_mapping_jobs.Rd | 8 man/entityresolution_list_id_mapping_workflows.Rd | 6 man/entityresolution_list_id_namespaces.Rd | 6 man/entityresolution_list_matching_jobs.Rd | 8 man/entityresolution_list_matching_workflows.Rd | 6 man/entityresolution_list_provider_services.Rd | 6 man/entityresolution_list_schema_mappings.Rd | 6 man/entityresolution_put_policy.Rd | 15 man/entityresolution_start_id_mapping_job.Rd | 16 man/entityresolution_update_id_mapping_workflow.Rd | 26 man/entityresolution_update_id_namespace.Rd | 18 man/entityresolution_update_matching_workflow.Rd | 30 man/entityresolution_update_schema_mapping.Rd | 13 man/firehose.Rd | 8 man/firehose_create_delivery_stream.Rd | 65 man/firehose_delete_delivery_stream.Rd | 10 man/firehose_describe_delivery_stream.Rd | 6 man/firehose_list_delivery_streams.Rd | 14 man/firehose_list_tags_for_delivery_stream.Rd | 10 man/firehose_start_delivery_stream_encryption.Rd | 6 man/firehose_stop_delivery_stream_encryption.Rd | 3 man/firehose_untag_delivery_stream.Rd | 3 man/firehose_update_destination.Rd | 11 man/glue.Rd | 12 man/glue_batch_create_partition.Rd | 9 man/glue_batch_delete_connection.Rd | 3 man/glue_batch_delete_partition.Rd | 6 man/glue_batch_delete_table.Rd | 6 man/glue_batch_delete_table_version.Rd | 12 man/glue_batch_get_blueprints.Rd | 3 man/glue_batch_get_crawlers.Rd | 3 man/glue_batch_get_dev_endpoints.Rd | 3 man/glue_batch_get_jobs.Rd | 3 man/glue_batch_get_partition.Rd | 11 man/glue_batch_get_table_optimizer.Rd | 3 man/glue_batch_get_triggers.Rd | 3 man/glue_batch_get_workflows.Rd | 6 man/glue_batch_put_data_quality_statistic_annotation.Rd | 4 man/glue_batch_stop_job_run.Rd | 3 man/glue_batch_update_partition.Rd | 9 man/glue_check_schema_version_validity.Rd | 3 man/glue_create_catalog.Rd | 5 man/glue_create_column_statistics_task_settings.Rd | 3 man/glue_create_connection.Rd | 3 man/glue_create_crawler.Rd | 36 man/glue_create_custom_entity_type.Rd | 10 man/glue_create_data_quality_ruleset.Rd | 10 man/glue_create_database.Rd | 3 man/glue_create_dev_endpoint.Rd | 107 man/glue_create_glue_identity_center_configuration.Rd |only man/glue_create_integration.Rd | 12 man/glue_create_integration_resource_property.Rd | 5 man/glue_create_integration_table_properties.Rd | 4 man/glue_create_job.Rd | 228 man/glue_create_ml_transform.Rd | 103 man/glue_create_partition.Rd | 6 man/glue_create_partition_index.Rd | 9 man/glue_create_registry.Rd | 10 man/glue_create_schema.Rd | 63 man/glue_create_session.Rd | 59 man/glue_create_table.Rd | 20 man/glue_create_table_optimizer.Rd | 3 man/glue_create_trigger.Rd | 14 man/glue_create_usage_profile.Rd | 3 man/glue_create_user_defined_function.Rd | 6 man/glue_create_workflow.Rd | 17 man/glue_delete_column_statistics_for_partition.Rd | 3 man/glue_delete_column_statistics_for_table.Rd | 3 man/glue_delete_connection.Rd | 3 man/glue_delete_connection_type.Rd |only man/glue_delete_database.Rd | 6 man/glue_delete_glue_identity_center_configuration.Rd |only man/glue_delete_integration_resource_property.Rd |only man/glue_delete_partition.Rd | 3 man/glue_delete_partition_index.Rd | 6 man/glue_delete_registry.Rd | 3 man/glue_delete_schema.Rd | 3 man/glue_delete_schema_versions.Rd | 3 man/glue_delete_table.Rd | 9 man/glue_delete_table_version.Rd | 12 man/glue_delete_user_defined_function.Rd | 4 man/glue_describe_connection_type.Rd | 2 man/glue_describe_entity.Rd | 9 man/glue_describe_inbound_integrations.Rd | 6 man/glue_describe_integrations.Rd | 7 man/glue_get_catalog.Rd | 3 man/glue_get_catalog_import_status.Rd | 3 man/glue_get_catalogs.Rd | 23 man/glue_get_column_statistics_for_partition.Rd | 3 man/glue_get_column_statistics_for_table.Rd | 3 man/glue_get_connection.Rd | 13 man/glue_get_connections.Rd | 10 man/glue_get_data_catalog_encryption_settings.Rd | 4 man/glue_get_database.Rd | 6 man/glue_get_databases.Rd | 19 man/glue_get_entity_records.Rd | 9 man/glue_get_glue_identity_center_configuration.Rd |only man/glue_get_integration_table_properties.Rd | 2 man/glue_get_materialized_view_refresh_task_run.Rd |only man/glue_get_ml_task_runs.Rd | 6 man/glue_get_ml_transform.Rd | 3 man/glue_get_partition.Rd | 13 man/glue_get_partition_indexes.Rd | 6 man/glue_get_partitions.Rd | 53 man/glue_get_plan.Rd | 4 man/glue_get_registry.Rd | 3 man/glue_get_resource_policy.Rd | 5 man/glue_get_schema.Rd | 10 man/glue_get_schema_by_definition.Rd | 9 man/glue_get_schema_version.Rd | 14 man/glue_get_schema_versions_diff.Rd | 9 man/glue_get_table.Rd | 19 man/glue_get_table_version.Rd | 17 man/glue_get_table_versions.Rd | 14 man/glue_get_tables.Rd | 27 man/glue_get_tags.Rd | 3 man/glue_get_triggers.Rd | 4 man/glue_get_unfiltered_partition_metadata.Rd | 7 man/glue_get_unfiltered_partitions_metadata.Rd | 42 man/glue_get_unfiltered_table_metadata.Rd | 55 man/glue_get_user_defined_function.Rd | 4 man/glue_get_user_defined_functions.Rd | 18 man/glue_get_workflow.Rd | 3 man/glue_import_catalog_to_glue.Rd | 3 man/glue_list_connection_types.Rd | 2 man/glue_list_crawls.Rd | 6 man/glue_list_entities.Rd | 10 man/glue_list_integration_resource_properties.Rd |only man/glue_list_materialized_view_refresh_task_runs.Rd |only man/glue_list_ml_transforms.Rd | 3 man/glue_list_registries.Rd | 3 man/glue_list_schema_versions.Rd | 13 man/glue_list_schemas.Rd | 6 man/glue_list_sessions.Rd | 3 man/glue_list_triggers.Rd | 4 man/glue_modify_integration.Rd | 3 man/glue_put_data_catalog_encryption_settings.Rd | 3 man/glue_put_resource_policy.Rd | 20 man/glue_put_workflow_run_properties.Rd | 8 man/glue_query_schema_version_metadata.Rd | 9 man/glue_register_connection_type.Rd |only man/glue_register_schema_version.Rd | 13 man/glue_remove_schema_version_metadata.Rd | 3 man/glue_resume_workflow_run.Rd | 3 man/glue_search_tables.Rd | 31 man/glue_start_column_statistics_task_run.Rd | 12 man/glue_start_column_statistics_task_run_schedule.Rd | 3 man/glue_start_data_quality_rule_recommendation_run.Rd | 11 man/glue_start_data_quality_ruleset_evaluation_run.Rd | 13 man/glue_start_import_labels_task_run.Rd | 3 man/glue_start_job_run.Rd | 159 man/glue_start_materialized_view_refresh_task_run.Rd |only man/glue_start_ml_labeling_set_generation_task_run.Rd | 3 man/glue_start_workflow_run.Rd | 5 man/glue_stop_column_statistics_task_run_schedule.Rd | 3 man/glue_stop_materialized_view_refresh_task_run.Rd |only man/glue_tag_resource.Rd | 3 man/glue_test_connection.Rd | 3 man/glue_untag_resource.Rd | 3 man/glue_update_catalog.Rd | 3 man/glue_update_column_statistics_for_partition.Rd | 3 man/glue_update_column_statistics_for_table.Rd | 3 man/glue_update_column_statistics_task_settings.Rd | 3 man/glue_update_connection.Rd | 3 man/glue_update_crawler.Rd | 27 man/glue_update_crawler_schedule.Rd | 5 man/glue_update_data_quality_ruleset.Rd | 3 man/glue_update_database.Rd | 9 man/glue_update_dev_endpoint.Rd | 15 man/glue_update_glue_identity_center_configuration.Rd |only man/glue_update_job.Rd | 3 man/glue_update_job_from_source_control.Rd | 13 man/glue_update_ml_transform.Rd | 46 man/glue_update_partition.Rd | 6 man/glue_update_registry.Rd | 6 man/glue_update_schema.Rd | 12 man/glue_update_source_control_from_job.Rd | 13 man/glue_update_table.Rd | 27 man/glue_update_table_optimizer.Rd | 3 man/glue_update_usage_profile.Rd | 3 man/glue_update_user_defined_function.Rd | 10 man/glue_update_workflow.Rd | 14 man/gluedatabrew.Rd | 6 man/gluedatabrew_batch_delete_recipe_version.Rd | 4 man/gluedatabrew_create_dataset.Rd | 13 man/gluedatabrew_create_profile_job.Rd | 32 man/gluedatabrew_create_project.Rd | 8 man/gluedatabrew_create_recipe.Rd | 7 man/gluedatabrew_create_recipe_job.Rd | 29 man/gluedatabrew_create_ruleset.Rd | 9 man/gluedatabrew_create_schedule.Rd | 7 man/gluedatabrew_delete_recipe_version.Rd | 4 man/gluedatabrew_describe_recipe.Rd | 3 man/gluedatabrew_list_datasets.Rd | 3 man/gluedatabrew_list_job_runs.Rd | 3 man/gluedatabrew_list_jobs.Rd | 11 man/gluedatabrew_list_projects.Rd | 3 man/gluedatabrew_list_recipe_versions.Rd | 3 man/gluedatabrew_list_recipes.Rd | 8 man/gluedatabrew_list_rulesets.Rd | 9 man/gluedatabrew_list_schedules.Rd | 3 man/gluedatabrew_list_tags_for_resource.Rd | 3 man/gluedatabrew_publish_recipe.Rd | 3 man/gluedatabrew_send_project_session_action.Rd | 14 man/gluedatabrew_start_project_session.Rd | 3 man/gluedatabrew_tag_resource.Rd | 4 man/gluedatabrew_untag_resource.Rd | 3 man/gluedatabrew_update_dataset.Rd | 10 man/gluedatabrew_update_profile_job.Rd | 27 man/gluedatabrew_update_project.Rd | 5 man/gluedatabrew_update_recipe.Rd | 3 man/gluedatabrew_update_recipe_job.Rd | 21 man/gluedatabrew_update_ruleset.Rd | 3 man/gluedatabrew_update_schedule.Rd | 4 man/healthlake.Rd | 26 man/healthlake_create_fhir_datastore.Rd | 22 man/healthlake_delete_fhir_datastore.Rd | 6 man/healthlake_describe_fhir_datastore.Rd | 9 man/healthlake_describe_fhir_export_job.Rd | 10 man/healthlake_describe_fhir_import_job.Rd | 10 man/healthlake_list_fhir_datastores.Rd | 11 man/healthlake_list_fhir_export_jobs.Rd | 21 man/healthlake_list_fhir_import_jobs.Rd | 25 man/healthlake_list_tags_for_resource.Rd | 3 man/healthlake_start_fhir_export_job.Rd | 16 man/healthlake_start_fhir_import_job.Rd | 23 man/healthlake_tag_resource.Rd | 9 man/healthlake_untag_resource.Rd | 9 man/ivs.Rd | 99 man/ivs_create_ad_configuration.Rd |only man/ivs_create_channel.Rd | 77 man/ivs_create_playback_restriction_policy.Rd | 19 man/ivs_create_recording_configuration.Rd | 30 man/ivs_create_stream_key.Rd | 7 man/ivs_delete_ad_configuration.Rd |only man/ivs_get_ad_configuration.Rd |only man/ivs_get_stream_session.Rd | 4 man/ivs_import_playback_key_pair.Rd | 13 man/ivs_insert_ad_break.Rd |only man/ivs_list_ad_configurations.Rd |only man/ivs_list_channels.Rd | 17 man/ivs_list_playback_key_pairs.Rd | 8 man/ivs_list_playback_restriction_policies.Rd | 7 man/ivs_list_recording_configurations.Rd | 8 man/ivs_list_stream_keys.Rd | 7 man/ivs_list_stream_sessions.Rd | 7 man/ivs_list_streams.Rd | 7 man/ivs_put_metadata.Rd | 3 man/ivs_start_viewer_session_revocation.Rd | 8 man/ivs_tag_resource.Rd | 10 man/ivs_untag_resource.Rd | 10 man/ivs_update_channel.Rd | 58 man/ivs_update_playback_restriction_policy.Rd | 16 man/ivsrealtime.Rd | 59 man/ivsrealtime_create_encoder_configuration.Rd | 10 man/ivsrealtime_create_ingest_configuration.Rd | 39 man/ivsrealtime_create_participant_token.Rd | 17 man/ivsrealtime_create_stage.Rd | 13 man/ivsrealtime_create_storage_configuration.Rd | 10 man/ivsrealtime_delete_ingest_configuration.Rd | 5 man/ivsrealtime_disconnect_participant.Rd | 7 man/ivsrealtime_get_participant.Rd | 4 man/ivsrealtime_import_public_key.Rd | 7 man/ivsrealtime_list_compositions.Rd | 6 man/ivsrealtime_list_encoder_configurations.Rd | 3 man/ivsrealtime_list_ingest_configurations.Rd | 9 man/ivsrealtime_list_participant_events.Rd | 7 man/ivsrealtime_list_participant_replicas.Rd |only man/ivsrealtime_list_participants.Rd | 28 man/ivsrealtime_list_public_keys.Rd | 3 man/ivsrealtime_list_stage_sessions.Rd | 3 man/ivsrealtime_list_stages.Rd | 3 man/ivsrealtime_list_storage_configurations.Rd | 6 man/ivsrealtime_start_composition.Rd | 7 man/ivsrealtime_start_participant_replication.Rd |only man/ivsrealtime_stop_participant_replication.Rd |only man/ivsrealtime_tag_resource.Rd | 7 man/ivsrealtime_untag_resource.Rd | 7 man/ivsrealtime_update_ingest_configuration.Rd | 11 man/ivsrealtime_update_stage.Rd | 3 man/kafka.Rd | 9 man/kafka_create_cluster.Rd | 12 man/kafka_create_configuration.Rd | 9 man/kafka_create_replicator.Rd | 14 man/kafka_create_topic.Rd |only man/kafka_delete_configuration.Rd | 3 man/kafka_delete_topic.Rd |only man/kafka_delete_vpc_connection.Rd | 3 man/kafka_describe_cluster_operation.Rd | 3 man/kafka_describe_configuration.Rd | 3 man/kafka_describe_configuration_revision.Rd | 3 man/kafka_describe_topic.Rd |only man/kafka_describe_topic_partitions.Rd |only man/kafka_describe_vpc_connection.Rd | 3 man/kafka_list_client_vpc_connections.Rd | 8 man/kafka_list_cluster_operations.Rd | 8 man/kafka_list_clusters.Rd | 11 man/kafka_list_clusters_v2.Rd | 11 man/kafka_list_configuration_revisions.Rd | 11 man/kafka_list_configurations.Rd | 8 man/kafka_list_kafka_versions.Rd | 7 man/kafka_list_nodes.Rd | 8 man/kafka_list_replicators.Rd | 7 man/kafka_list_tags_for_resource.Rd | 3 man/kafka_list_topics.Rd |only man/kafka_list_vpc_connections.Rd | 8 man/kafka_reboot_broker.Rd | 3 man/kafka_tag_resource.Rd | 3 man/kafka_untag_resource.Rd | 22 man/kafka_update_broker_count.Rd | 6 man/kafka_update_broker_storage.Rd | 6 man/kafka_update_broker_type.Rd | 6 man/kafka_update_cluster_configuration.Rd | 3 man/kafka_update_cluster_kafka_version.Rd | 3 man/kafka_update_configuration.Rd | 6 man/kafka_update_connectivity.Rd | 15 man/kafka_update_monitoring.Rd | 9 man/kafka_update_rebalancing.Rd |only man/kafka_update_replication_info.Rd | 19 man/kafka_update_security.Rd | 4 man/kafka_update_storage.Rd | 3 man/kafka_update_topic.Rd |only man/kafkaconnect_create_connector.Rd | 30 man/kafkaconnect_delete_custom_plugin.Rd | 3 man/kafkaconnect_delete_worker_configuration.Rd | 3 man/kafkaconnect_describe_connector.Rd | 3 man/kafkaconnect_describe_worker_configuration.Rd | 3 man/kafkaconnect_list_connector_operations.Rd | 7 man/kafkaconnect_list_connectors.Rd | 4 man/kafkaconnect_list_custom_plugins.Rd | 4 man/kafkaconnect_list_tags_for_resource.Rd | 3 man/kafkaconnect_list_worker_configurations.Rd | 7 man/kafkaconnect_tag_resource.Rd | 3 man/kafkaconnect_untag_resource.Rd | 3 man/kafkaconnect_update_connector.Rd | 5 man/kendra_associate_personas_to_entities.Rd | 5 man/kendra_batch_delete_document.Rd | 2 man/kendra_batch_get_document_status.Rd | 9 man/kendra_batch_put_document.Rd | 19 man/kendra_create_access_control_configuration.Rd | 19 man/kendra_create_data_source.Rd | 68 man/kendra_create_experience.Rd | 18 man/kendra_create_faq.Rd | 23 man/kendra_create_featured_results_set.Rd | 37 man/kendra_create_index.Rd | 69 man/kendra_create_query_suggestions_block_list.Rd | 23 man/kendra_create_thesaurus.Rd | 13 man/kendra_delete_principal_mapping.Rd | 28 man/kendra_describe_access_control_configuration.Rd | 3 man/kendra_describe_experience.Rd | 3 man/kendra_describe_featured_results_set.Rd | 3 man/kendra_describe_principal_mapping.Rd | 9 man/kendra_describe_query_suggestions_config.Rd | 3 man/kendra_disassociate_personas_from_entities.Rd | 3 man/kendra_get_query_suggestions.Rd | 27 man/kendra_get_snapshots.Rd | 30 man/kendra_list_access_control_configurations.Rd | 5 man/kendra_list_data_source_sync_jobs.Rd | 14 man/kendra_list_data_sources.Rd | 8 man/kendra_list_entity_personas.Rd | 5 man/kendra_list_experience_entities.Rd | 5 man/kendra_list_experiences.Rd | 5 man/kendra_list_faqs.Rd | 7 man/kendra_list_featured_results_sets.Rd | 4 man/kendra_list_groups_older_than_ordering_id.Rd | 17 man/kendra_list_indices.Rd | 4 man/kendra_list_query_suggestions_block_lists.Rd | 8 man/kendra_list_tags_for_resource.Rd | 7 man/kendra_list_thesauri.Rd | 5 man/kendra_put_principal_mapping.Rd | 43 man/kendra_query.Rd | 108 man/kendra_retrieve.Rd | 64 man/kendra_stop_data_source_sync_job.Rd | 3 man/kendra_submit_feedback.Rd | 10 man/kendra_tag_resource.Rd | 10 man/kendra_untag_resource.Rd | 10 man/kendra_update_access_control_configuration.Rd | 10 man/kendra_update_data_source.Rd | 25 man/kendra_update_experience.Rd | 9 man/kendra_update_featured_results_set.Rd | 15 man/kendra_update_index.Rd | 41 man/kendra_update_query_suggestions_block_list.Rd | 14 man/kendra_update_query_suggestions_config.Rd | 52 man/kendra_update_thesaurus.Rd | 5 man/kendraranking.Rd | 3 man/kendraranking_create_rescore_execution_plan.Rd | 17 man/kendraranking_describe_rescore_execution_plan.Rd | 3 man/kendraranking_list_rescore_execution_plans.Rd | 4 man/kendraranking_list_tags_for_resource.Rd | 3 man/kendraranking_rescore.Rd | 7 man/kendraranking_tag_resource.Rd | 3 man/kendraranking_untag_resource.Rd | 6 man/kendraranking_update_rescore_execution_plan.Rd | 6 man/kinesis.Rd | 12 man/kinesis_add_tags_to_stream.Rd | 11 man/kinesis_create_stream.Rd | 25 man/kinesis_decrease_stream_retention_period.Rd | 8 man/kinesis_delete_resource_policy.Rd | 4 man/kinesis_delete_stream.Rd | 10 man/kinesis_deregister_stream_consumer.Rd | 15 man/kinesis_describe_account_settings.Rd |only man/kinesis_describe_stream.Rd | 19 man/kinesis_describe_stream_consumer.Rd | 11 man/kinesis_describe_stream_summary.Rd | 8 man/kinesis_disable_enhanced_monitoring.Rd | 14 man/kinesis_enable_enhanced_monitoring.Rd | 11 man/kinesis_get_records.Rd | 18 man/kinesis_get_resource_policy.Rd | 4 man/kinesis_get_shard_iterator.Rd | 40 man/kinesis_increase_stream_retention_period.Rd | 8 man/kinesis_list_shards.Rd | 106 man/kinesis_list_stream_consumers.Rd | 56 man/kinesis_list_streams.Rd | 5 man/kinesis_list_tags_for_resource.Rd |only man/kinesis_list_tags_for_stream.Rd | 14 man/kinesis_merge_shards.Rd | 8 man/kinesis_put_record.Rd | 38 man/kinesis_put_records.Rd | 9 man/kinesis_put_resource_policy.Rd | 8 man/kinesis_register_stream_consumer.Rd | 17 man/kinesis_remove_tags_from_stream.Rd | 9 man/kinesis_split_shard.Rd | 14 man/kinesis_start_stream_encryption.Rd | 20 man/kinesis_stop_stream_encryption.Rd | 20 man/kinesis_subscribe_to_shard.Rd | 15 man/kinesis_tag_resource.Rd |only man/kinesis_untag_resource.Rd |only man/kinesis_update_account_settings.Rd |only man/kinesis_update_max_record_size.Rd |only man/kinesis_update_shard_count.Rd | 18 man/kinesis_update_stream_mode.Rd | 19 man/kinesis_update_stream_warm_throughput.Rd |only man/kinesisanalytics.Rd | 8 man/kinesisanalytics_add_applic_input_proces_config.Rd | 20 man/kinesisanalytics_add_application_cloud_watch_logging_option.Rd | 4 man/kinesisanalytics_add_application_input.Rd | 11 man/kinesisanalytics_add_application_output.Rd | 16 man/kinesisanalytics_add_application_reference_data_source.Rd | 15 man/kinesisanalytics_create_application.Rd | 84 man/kinesisanalytics_delet_appli_cloud_watch_loggi_optio.Rd | 5 man/kinesisanalytics_delete_applic_input_proces_config.Rd | 6 man/kinesisanalytics_delete_application.Rd | 4 man/kinesisanalytics_delete_application_output.Rd | 16 man/kinesisanalytics_delete_application_reference_data_source.Rd | 13 man/kinesisanalytics_discover_input_schema.Rd | 14 man/kinesisanalytics_list_applications.Rd | 5 man/kinesisanalytics_start_application.Rd | 5 man/kinesisanalytics_untag_resource.Rd | 3 man/kinesisanalytics_update_application.Rd | 4 man/kinesisanalyticsv2.Rd | 13 man/kinesisanalyticsv2_add_appli_cloud_watch_loggi_optio.Rd | 14 man/kinesisanalyticsv2_add_applic_input_proces_config.Rd | 16 man/kinesisanalyticsv2_add_application_input.Rd | 8 man/kinesisanalyticsv2_add_application_output.Rd | 16 man/kinesisanalyticsv2_add_application_reference_data_source.Rd | 12 man/kinesisanalyticsv2_add_application_vpc_configuration.Rd | 17 man/kinesisanalyticsv2_create_application.Rd | 18 man/kinesisanalyticsv2_create_application_presigned_url.Rd | 3 man/kinesisanalyticsv2_delet_appli_cloud_watch_loggi_optio.Rd | 19 man/kinesisanalyticsv2_delete_applic_input_proces_config.Rd | 12 man/kinesisanalyticsv2_delete_application.Rd | 4 man/kinesisanalyticsv2_delete_application_output.Rd | 16 man/kinesisanalyticsv2_delete_application_reference_data_source.Rd | 13 man/kinesisanalyticsv2_delete_application_snapshot.Rd | 3 man/kinesisanalyticsv2_delete_application_vpc_configuration.Rd | 14 man/kinesisanalyticsv2_describe_application.Rd | 3 man/kinesisanalyticsv2_describe_application_operation.Rd | 9 man/kinesisanalyticsv2_describe_application_snapshot.Rd | 3 man/kinesisanalyticsv2_describe_application_version.Rd | 6 man/kinesisanalyticsv2_discover_input_schema.Rd | 9 man/kinesisanalyticsv2_list_application_operations.Rd | 16 man/kinesisanalyticsv2_list_application_snapshots.Rd | 5 man/kinesisanalyticsv2_list_application_versions.Rd | 7 man/kinesisanalyticsv2_list_applications.Rd | 4 man/kinesisanalyticsv2_rollback_application.Rd | 4 man/kinesisanalyticsv2_start_application.Rd | 3 man/kinesisanalyticsv2_stop_application.Rd | 15 man/kinesisanalyticsv2_untag_resource.Rd | 3 man/kinesisanalyticsv2_update_applic_mainte_config.Rd | 3 man/kinesisanalyticsv2_update_application.Rd | 30 man/mturk_accept_qualification_request.Rd | 7 man/mturk_approve_assignment.Rd | 9 man/mturk_associate_qualification_with_worker.Rd | 8 man/mturk_create_additional_assignments_for_hit.Rd | 8 man/mturk_create_hit.Rd | 122 man/mturk_create_hit_type.Rd | 46 man/mturk_create_hit_with_hit_type.Rd | 74 man/mturk_create_qualification_type.Rd | 64 man/mturk_create_worker_block.Rd | 4 man/mturk_delete_worker_block.Rd | 3 man/mturk_disassociate_qualification_from_worker.Rd | 3 man/mturk_get_file_upload_url.Rd | 6 man/mturk_list_assignments_for_hit.Rd | 2 man/mturk_list_bonus_payments.Rd | 12 man/mturk_list_hi_ts.Rd | 2 man/mturk_list_qualification_requests.Rd | 2 man/mturk_list_qualification_types.Rd | 15 man/mturk_list_review_policy_results_for_hit.Rd | 10 man/mturk_list_reviewable_hi_ts.Rd | 6 man/mturk_list_worker_blocks.Rd | 2 man/mturk_notify_workers.Rd | 9 man/mturk_reject_assignment.Rd | 6 man/mturk_reject_qualification_request.Rd | 7 man/mturk_send_bonus.Rd | 14 man/mturk_send_test_event_notification.Rd | 9 man/mturk_update_hit_review_status.Rd | 6 man/mturk_update_notification_settings.Rd | 8 man/mturk_update_qualification_type.Rd | 45 man/opensearchingestion.Rd | 13 man/opensearchingestion_create_pipeline.Rd | 21 man/opensearchingestion_create_pipeline_endpoint.Rd |only man/opensearchingestion_delete_pipeline_endpoint.Rd |only man/opensearchingestion_delete_resource_policy.Rd |only man/opensearchingestion_get_resource_policy.Rd |only man/opensearchingestion_list_pipeline_endpoint_connections.Rd |only man/opensearchingestion_list_pipeline_endpoints.Rd |only man/opensearchingestion_list_pipelines.Rd | 9 man/opensearchingestion_put_resource_policy.Rd |only man/opensearchingestion_revoke_pipeline_endpoint_connections.Rd |only man/opensearchingestion_update_pipeline.Rd | 13 man/opensearchingestion_validate_pipeline.Rd | 5 man/opensearchservice.Rd | 30 man/opensearchservice_add_direct_query_data_source.Rd | 19 man/opensearchservice_add_tags.Rd | 3 man/opensearchservice_associate_package.Rd | 10 man/opensearchservice_associate_packages.Rd | 5 man/opensearchservice_authorize_vpc_endpoint_access.Rd | 5 man/opensearchservice_cancel_domain_config_change.Rd | 5 man/opensearchservice_cancel_service_software_update.Rd | 3 man/opensearchservice_create_application.Rd | 25 man/opensearchservice_create_domain.Rd | 85 man/opensearchservice_create_index.Rd |only man/opensearchservice_create_package.Rd | 7 man/opensearchservice_delete_application.Rd | 7 man/opensearchservice_delete_direct_query_data_source.Rd | 3 man/opensearchservice_delete_index.Rd |only man/opensearchservice_delete_package.Rd | 4 man/opensearchservice_deregister_capability.Rd |only man/opensearchservice_describe_domain_auto_tunes.Rd | 10 man/opensearchservice_describe_domain_change_progress.Rd | 4 man/opensearchservice_describe_domain_config.Rd | 3 man/opensearchservice_describe_domains.Rd | 3 man/opensearchservice_describe_dry_run_progress.Rd | 4 man/opensearchservice_describe_inbound_connections.Rd | 13 man/opensearchservice_describe_insight_details.Rd |only man/opensearchservice_describe_instance_type_limits.Rd | 9 man/opensearchservice_describe_outbound_connections.Rd | 10 man/opensearchservice_describe_packages.Rd | 11 man/opensearchservice_describe_reserved_instance_offerings.Rd | 14 man/opensearchservice_describe_reserved_instances.Rd | 14 man/opensearchservice_dissociate_package.Rd | 4 man/opensearchservice_dissociate_packages.Rd | 6 man/opensearchservice_get_application.Rd | 7 man/opensearchservice_get_capability.Rd |only man/opensearchservice_get_compatible_versions.Rd | 3 man/opensearchservice_get_default_application_setting.Rd |only man/opensearchservice_get_direct_query_data_source.Rd | 3 man/opensearchservice_get_index.Rd |only man/opensearchservice_get_package_version_history.Rd | 10 man/opensearchservice_get_upgrade_history.Rd | 10 man/opensearchservice_list_applications.Rd | 12 man/opensearchservice_list_direct_query_data_sources.Rd | 2 man/opensearchservice_list_domain_maintenances.Rd | 10 man/opensearchservice_list_domains_for_package.Rd | 13 man/opensearchservice_list_insights.Rd |only man/opensearchservice_list_instance_type_details.Rd | 17 man/opensearchservice_list_packages_for_domain.Rd | 10 man/opensearchservice_list_scheduled_actions.Rd | 10 man/opensearchservice_list_tags.Rd | 3 man/opensearchservice_list_versions.Rd | 9 man/opensearchservice_list_vpc_endpoint_access.Rd | 10 man/opensearchservice_list_vpc_endpoints.Rd | 6 man/opensearchservice_list_vpc_endpoints_for_domain.Rd | 5 man/opensearchservice_put_default_application_setting.Rd |only man/opensearchservice_register_capability.Rd |only man/opensearchservice_remove_tags.Rd | 6 man/opensearchservice_revoke_vpc_endpoint_access.Rd | 5 man/opensearchservice_rollback_service_software_update.Rd |only man/opensearchservice_start_service_software_update.Rd | 22 man/opensearchservice_update_application.Rd | 11 man/opensearchservice_update_direct_query_data_source.Rd | 17 man/opensearchservice_update_domain_config.Rd | 71 man/opensearchservice_update_index.Rd |only man/opensearchservice_update_package.Rd | 3 man/opensearchservice_update_package_scope.Rd | 3 man/opensearchservice_update_scheduled_action.Rd | 26 man/opensearchservice_upgrade_domain.Rd | 12 man/opensearchserviceserverless.Rd | 21 man/opensearchserviceserverless_batch_get_collection.Rd | 13 man/opensearchserviceserverless_batch_get_collection_group.Rd |only man/opensearchserviceserverless_create_access_policy.Rd | 3 man/opensearchserviceserverless_create_collection.Rd | 12 man/opensearchserviceserverless_create_collection_group.Rd |only man/opensearchserviceserverless_create_index.Rd |only man/opensearchserviceserverless_create_lifecycle_policy.Rd | 3 man/opensearchserviceserverless_create_security_config.Rd | 10 man/opensearchserviceserverless_create_security_policy.Rd | 3 man/opensearchserviceserverless_create_vpc_endpoint.Rd | 7 man/opensearchserviceserverless_delete_collection.Rd | 8 man/opensearchserviceserverless_delete_collection_group.Rd |only man/opensearchserviceserverless_delete_index.Rd |only man/opensearchserviceserverless_delete_security_config.Rd | 4 man/opensearchserviceserverless_get_index.Rd |only man/opensearchserviceserverless_list_access_policies.Rd | 14 man/opensearchserviceserverless_list_collection_groups.Rd |only man/opensearchserviceserverless_list_collections.Rd | 10 man/opensearchserviceserverless_list_lifecycle_policies.Rd | 14 man/opensearchserviceserverless_list_security_configs.Rd | 11 man/opensearchserviceserverless_list_security_policies.Rd | 14 man/opensearchserviceserverless_list_tags_for_resource.Rd | 4 man/opensearchserviceserverless_list_vpc_endpoints.Rd | 15 man/opensearchserviceserverless_tag_resource.Rd | 7 man/opensearchserviceserverless_untag_resource.Rd | 7 man/opensearchserviceserverless_update_access_policy.Rd | 3 man/opensearchserviceserverless_update_account_settings.Rd | 2 man/opensearchserviceserverless_update_collection.Rd | 3 man/opensearchserviceserverless_update_collection_group.Rd |only man/opensearchserviceserverless_update_index.Rd |only man/opensearchserviceserverless_update_lifecycle_policy.Rd | 3 man/opensearchserviceserverless_update_security_config.Rd | 14 man/opensearchserviceserverless_update_security_policy.Rd | 3 man/opensearchserviceserverless_update_vpc_endpoint.Rd | 7 man/quicksight.Rd | 141 man/quicksight_batch_create_topic_reviewed_answer.Rd | 7 man/quicksight_batch_delete_topic_reviewed_answer.Rd | 7 man/quicksight_create_account_customization.Rd | 20 man/quicksight_create_account_subscription.Rd | 158 man/quicksight_create_action_connector.Rd |only man/quicksight_create_analysis.Rd | 55 man/quicksight_create_brand.Rd | 6 man/quicksight_create_custom_permissions.Rd | 3 man/quicksight_create_dashboard.Rd | 77 man/quicksight_create_data_set.Rd | 41 man/quicksight_create_data_source.Rd | 25 man/quicksight_create_folder.Rd | 12 man/quicksight_create_group.Rd | 8 man/quicksight_create_group_membership.Rd | 8 man/quicksight_create_iam_policy_assignment.Rd | 23 man/quicksight_create_namespace.Rd | 13 man/quicksight_create_role_membership.Rd | 11 man/quicksight_create_template.Rd | 54 man/quicksight_create_template_alias.Rd | 7 man/quicksight_create_theme.Rd | 22 man/quicksight_create_theme_alias.Rd | 7 man/quicksight_create_topic.Rd | 14 man/quicksight_create_topic_refresh_schedule.Rd | 6 man/quicksight_create_vpc_connection.Rd | 10 man/quicksight_delete_account_custom_permission.Rd |only man/quicksight_delete_account_customization.Rd | 14 man/quicksight_delete_account_subscription.Rd | 9 man/quicksight_delete_action_connector.Rd |only man/quicksight_delete_analysis.Rd | 16 man/quicksight_delete_brand.Rd | 6 man/quicksight_delete_brand_assignment.Rd | 3 man/quicksight_delete_custom_permissions.Rd | 3 man/quicksight_delete_dashboard.Rd | 6 man/quicksight_delete_data_set.Rd | 3 man/quicksight_delete_data_source.Rd | 3 man/quicksight_delete_default_q_business_application.Rd | 12 man/quicksight_delete_group.Rd | 8 man/quicksight_delete_group_membership.Rd | 4 man/quicksight_delete_iam_policy_assignment.Rd | 3 man/quicksight_delete_identity_propagation_config.Rd | 11 man/quicksight_delete_namespace.Rd | 3 man/quicksight_delete_role_custom_permission.Rd | 4 man/quicksight_delete_role_membership.Rd | 5 man/quicksight_delete_template.Rd | 8 man/quicksight_delete_template_alias.Rd | 8 man/quicksight_delete_theme.Rd | 7 man/quicksight_delete_theme_alias.Rd | 3 man/quicksight_delete_topic.Rd | 6 man/quicksight_delete_topic_refresh_schedule.Rd | 3 man/quicksight_delete_user.Rd | 8 man/quicksight_delete_user_by_principal_id.Rd | 4 man/quicksight_delete_user_custom_permission.Rd | 6 man/quicksight_delete_vpc_connection.Rd | 7 man/quicksight_describe_account_custom_permission.Rd |only man/quicksight_describe_account_customization.Rd | 18 man/quicksight_describe_account_settings.Rd | 9 man/quicksight_describe_account_subscription.Rd | 7 man/quicksight_describe_action_connector.Rd |only man/quicksight_describe_action_connector_permissions.Rd |only man/quicksight_describe_analysis.Rd | 7 man/quicksight_describe_analysis_definition.Rd | 7 man/quicksight_describe_analysis_permissions.Rd | 7 man/quicksight_describe_asset_bundle_export_job.Rd | 5 man/quicksight_describe_asset_bundle_import_job.Rd | 7 man/quicksight_describe_automation_job.Rd |only man/quicksight_describe_brand.Rd | 2 man/quicksight_describe_brand_assignment.Rd | 3 man/quicksight_describe_brand_published_version.Rd | 2 man/quicksight_describe_custom_permissions.Rd | 3 man/quicksight_describe_dashboard.Rd | 6 man/quicksight_describe_dashboard_definition.Rd | 6 man/quicksight_describe_dashboard_permissions.Rd | 3 man/quicksight_describe_dashboard_snapshot_job.Rd | 8 man/quicksight_describe_dashboard_snapshot_job_result.Rd | 8 man/quicksight_describe_dashboards_qa_configuration.Rd | 3 man/quicksight_describe_data_set.Rd | 3 man/quicksight_describe_data_set_permissions.Rd | 3 man/quicksight_describe_data_source.Rd | 3 man/quicksight_describe_data_source_permissions.Rd | 3 man/quicksight_describe_default_q_business_application.Rd | 14 man/quicksight_describe_group.Rd | 8 man/quicksight_describe_group_membership.Rd | 4 man/quicksight_describe_iam_policy_assignment.Rd | 3 man/quicksight_describe_key_registration.Rd | 7 man/quicksight_describe_namespace.Rd | 3 man/quicksight_describe_q_personalization_configuration.Rd | 3 man/quicksight_describe_quick_sight_q_search_configuration.Rd | 7 man/quicksight_describe_role_custom_permission.Rd | 5 man/quicksight_describe_self_upgrade_configuration.Rd |only man/quicksight_describe_template.Rd | 13 man/quicksight_describe_template_alias.Rd | 9 man/quicksight_describe_template_definition.Rd | 10 man/quicksight_describe_template_permissions.Rd | 3 man/quicksight_describe_theme.Rd | 13 man/quicksight_describe_theme_alias.Rd | 3 man/quicksight_describe_theme_permissions.Rd | 3 man/quicksight_describe_topic.Rd | 3 man/quicksight_describe_topic_permissions.Rd | 6 man/quicksight_describe_topic_refresh.Rd | 9 man/quicksight_describe_topic_refresh_schedule.Rd | 4 man/quicksight_describe_user.Rd | 4 man/quicksight_describe_vpc_connection.Rd | 7 man/quicksight_gener_embed_url_for_regis_user_with_ident.Rd | 8 man/quicksight_generate_embed_url_for_anonymous_user.Rd | 60 man/quicksight_generate_embed_url_for_registered_user.Rd | 30 man/quicksight_get_dashboard_embed_url.Rd | 55 man/quicksight_get_flow_metadata.Rd |only man/quicksight_get_flow_permissions.Rd |only man/quicksight_get_identity_context.Rd |only man/quicksight_get_session_embed_url.Rd | 31 man/quicksight_list_action_connectors.Rd |only man/quicksight_list_analyses.Rd | 4 man/quicksight_list_asset_bundle_export_jobs.Rd | 6 man/quicksight_list_asset_bundle_import_jobs.Rd | 6 man/quicksight_list_brands.Rd | 10 man/quicksight_list_custom_permissions.Rd | 6 man/quicksight_list_dashboard_versions.Rd | 10 man/quicksight_list_dashboards.Rd | 6 man/quicksight_list_data_sets.Rd | 3 man/quicksight_list_data_sources.Rd | 3 man/quicksight_list_flows.Rd |only man/quicksight_list_folder_members.Rd | 3 man/quicksight_list_folders.Rd | 3 man/quicksight_list_folders_for_resource.Rd | 6 man/quicksight_list_group_memberships.Rd | 4 man/quicksight_list_groups.Rd | 8 man/quicksight_list_iam_policy_assignments.Rd | 10 man/quicksight_list_iam_policy_assignments_for_user.Rd | 3 man/quicksight_list_identity_propagation_configs.Rd | 10 man/quicksight_list_ingestions.Rd | 5 man/quicksight_list_namespaces.Rd | 13 man/quicksight_list_role_memberships.Rd | 5 man/quicksight_list_self_upgrades.Rd |only man/quicksight_list_tags_for_resource.Rd | 3 man/quicksight_list_template_aliases.Rd | 6 man/quicksight_list_template_versions.Rd | 12 man/quicksight_list_templates.Rd | 10 man/quicksight_list_theme_aliases.Rd | 6 man/quicksight_list_theme_versions.Rd | 6 man/quicksight_list_themes.Rd | 15 man/quicksight_list_topic_refresh_schedules.Rd | 6 man/quicksight_list_topic_reviewed_answers.Rd | 7 man/quicksight_list_topics.Rd | 6 man/quicksight_list_user_groups.Rd | 11 man/quicksight_list_users.Rd | 8 man/quicksight_list_vpc_connections.Rd | 6 man/quicksight_predict_qa_results.Rd | 3 man/quicksight_register_user.Rd | 99 man/quicksight_restore_analysis.Rd | 7 man/quicksight_search_action_connectors.Rd |only man/quicksight_search_analyses.Rd | 6 man/quicksight_search_dashboards.Rd | 10 man/quicksight_search_flows.Rd |only man/quicksight_search_folders.Rd | 7 man/quicksight_search_groups.Rd | 13 man/quicksight_search_topics.Rd | 10 man/quicksight_start_asset_bundle_export_job.Rd | 56 man/quicksight_start_asset_bundle_import_job.Rd | 25 man/quicksight_start_automation_job.Rd |only man/quicksight_start_dashboard_snapshot_job.Rd | 18 man/quicksight_start_dashboard_snapshot_job_schedule.Rd | 11 man/quicksight_tag_resource.Rd | 9 man/quicksight_untag_resource.Rd | 3 man/quicksight_update_account_custom_permission.Rd |only man/quicksight_update_account_customization.Rd | 14 man/quicksight_update_account_settings.Rd | 22 man/quicksight_update_action_connector.Rd |only man/quicksight_update_action_connector_permissions.Rd |only man/quicksight_update_analysis.Rd | 35 man/quicksight_update_analysis_permissions.Rd | 13 man/quicksight_update_application_with_token_exchange_grant.Rd | 9 man/quicksight_update_brand.Rd | 2 man/quicksight_update_brand_assignment.Rd | 3 man/quicksight_update_brand_published_version.Rd | 2 man/quicksight_update_custom_permissions.Rd | 3 man/quicksight_update_dashboard.Rd | 54 man/quicksight_update_dashboard_links.Rd | 6 man/quicksight_update_dashboard_permissions.Rd | 3 man/quicksight_update_dashboard_published_version.Rd | 3 man/quicksight_update_dashboards_qa_configuration.Rd | 3 man/quicksight_update_data_set.Rd | 31 man/quicksight_update_data_set_permissions.Rd | 4 man/quicksight_update_data_source.Rd | 16 man/quicksight_update_data_source_permissions.Rd | 9 man/quicksight_update_default_q_business_application.Rd | 14 man/quicksight_update_flow_permissions.Rd |only man/quicksight_update_folder.Rd | 3 man/quicksight_update_folder_permissions.Rd | 9 man/quicksight_update_group.Rd | 4 man/quicksight_update_iam_policy_assignment.Rd | 21 man/quicksight_update_identity_propagation_config.Rd | 13 man/quicksight_update_ip_restriction.Rd | 10 man/quicksight_update_key_registration.Rd | 10 man/quicksight_update_public_sharing_settings.Rd | 12 man/quicksight_update_q_personalization_configuration.Rd | 7 man/quicksight_update_quick_sight_q_search_configuration.Rd | 10 man/quicksight_update_role_custom_permission.Rd | 5 man/quicksight_update_self_upgrade.Rd |only man/quicksight_update_self_upgrade_configuration.Rd |only man/quicksight_update_spice_capacity_configuration.Rd | 14 man/quicksight_update_template.Rd | 37 man/quicksight_update_template_alias.Rd | 9 man/quicksight_update_theme.Rd | 12 man/quicksight_update_theme_alias.Rd | 3 man/quicksight_update_topic.Rd | 15 man/quicksight_update_topic_permissions.Rd | 6 man/quicksight_update_topic_refresh_schedule.Rd | 6 man/quicksight_update_user.Rd | 93 man/quicksight_update_user_custom_permission.Rd | 3 man/quicksight_update_vpc_connection.Rd | 7 man/reexports.Rd | 2 tests/testthat/test_glue.R | 4 tests/testthat/test_ivs.R | 4 tests/testthat/test_kinesis.R | 4 tests/testthat/test_opensearchingestion.R | 16 tests/testthat/test_opensearchserviceserverless.R | 4 1247 files changed, 16721 insertions(+), 20789 deletions(-)
More information about paws.analytics at CRAN
Permanent link
Title: Implements Queue, PriorityQueue and Stack Classes
Description: Provides three classes: Queue, PriorityQueue and Stack. Queue is just a
"plain vanilla" FIFO queue; PriorityQueue orders items according to priority. Stack implements LIFO.
Author: Andrew Collier [aut, cre]
Maintainer: Andrew Collier <andrew.b.collier@gmail.com>
Diff between liqueueR versions 0.0.1 dated 2016-08-22 and 0.0.5 dated 2026-05-30
DESCRIPTION | 14 ++++---- MD5 | 16 ++++----- R/queue.R | 61 +++++++++++++++++++++++------------ README.md | 3 + man/PriorityQueue-class.Rd | 7 ++-- man/Queue-class.Rd | 5 +- man/Stack-class.Rd | 5 +- tests/testthat/test_priority_queue.R | 35 +++++++++++++++++++- tests/testthat/test_queue.R | 4 ++ 9 files changed, 108 insertions(+), 42 deletions(-)
Title: Presentation-Ready Data Summary and Analytic Result Tables
Description: Creates presentation-ready tables summarizing data sets,
regression models, and more. The code to create the tables is concise
and highly customizable. Data frames can be summarized with any
function, e.g. mean(), median(), even user-written functions.
Regression models are summarized and include the reference rows for
categorical variables. Common regression models, such as logistic
regression and Cox proportional hazards regression, are automatically
identified and the tables are pre-filled with appropriate column
headers.
Author: Daniel D. Sjoberg [aut, cre] ,
Joseph Larmarange [aut] ,
Michael Curry [aut] ,
Emily de la Rua [aut] ,
Jessica Lavery [aut] ,
Karissa Whiting [aut] ,
Emily C. Zabor [aut] ,
Xing Bai [ctb],
Malcolm Barrett [ctb] ,
Esther Drill [ctb] ,
Jessica Flynn [c [...truncated...]
Maintainer: Daniel D. Sjoberg <danield.sjoberg@gmail.com>
Diff between gtsummary versions 2.5.0 dated 2025-12-05 and 2.5.1 dated 2026-05-30
DESCRIPTION | 10 MD5 | 100 +- NEWS.md | 14 R/add_difference.tbl_svysummary.R | 8 R/add_p.tbl_survfit.R | 2 R/as_flex_table.R | 2 R/as_gt.R | 2 R/as_hux_table.R | 2 R/as_kable_extra.R | 2 R/assign_tests.R | 2 R/brdg_hierarchical.R | 2 R/set_gtsummary_theme.R | 4 R/sort_hierarchical.R | 14 R/style_number.R | 70 + R/sysdata.rda |binary R/tbl_ard_hierarchical.R | 7 R/tbl_ard_strata.R | 2 R/tbl_ard_summary.R | 4 R/tbl_ard_wide_summary.R | 4 R/tbl_hierarchical.R | 20 R/tbl_merge.R | 10 R/theme_gtsummary.R | 8 R/utils-add_p_tests.R | 5 R/utils-translations.R | 17 README.md | 16 inst/doc/gtsummary_definition.html | 1100 +++++++++++++------------- man/add_difference.tbl_svysummary.Rd | 8 man/add_nevent.tbl_survfit.Rd | 4 man/add_p.tbl_survfit.Rd | 6 man/gtsummary-package.Rd | 1 man/head.gtsummary.Rd | 4 man/label_style.Rd | 4 man/modify_column_merge.Rd | 6 man/modify_indent.Rd | 6 man/modify_table_styling.Rd | 6 man/reexports.Rd | 2 man/style_sigfig.Rd | 2 man/tbl_custom_summary.Rd | 2 man/tbl_regression_methods.Rd | 2 man/tbl_svysummary.Rd | 8 man/tests.Rd | 1 man/theme_gtsummary.Rd | 6 tests/testthat/_snaps/add_p.tbl_summary.md | 28 tests/testthat/_snaps/add_p.tbl_svysummary.md | 2 tests/testthat/test-add_p.tbl_summary.R | 8 tests/testthat/test-as_gt.R | 8 tests/testthat/test-filter_hierarchical.R | 23 tests/testthat/test-inline_text.R | 2 tests/testthat/test-sort_hierarchical.R | 23 tests/testthat/test-style_number.R | 5 tests/testthat/test-tbl_hierarchical.R | 41 51 files changed, 908 insertions(+), 727 deletions(-)
Title: Casting Values into Shape
Description: Helper functions with a consistent interface to coerce and verify
the types and shapes of values for input checking.
Author: Kevin Kuo [aut] ,
Tomasz Kalinowski [cre]
Maintainer: Tomasz Kalinowski <tomasz@posit.co>
Diff between forge versions 0.2.0 dated 2019-02-26 and 0.2.1 dated 2026-05-30
forge-0.2.0/forge/R/vctrs.R |only forge-0.2.1/forge/DESCRIPTION | 20 - forge-0.2.1/forge/MD5 | 15 - forge-0.2.1/forge/NEWS.md | 6 forge-0.2.1/forge/R/cast.R | 13 - forge-0.2.1/forge/R/cast_utils.R | 8 forge-0.2.1/forge/README.md | 22 - forge-0.2.1/forge/man/cast.Rd | 302 +++++++++++++++++++-------- forge-0.2.1/forge/tests/testthat/test-cast.R | 28 ++ 9 files changed, 289 insertions(+), 125 deletions(-)
Title: Learning R with Dr. Hu
Description: Provides interactive workshops for learning R easily and happily.
Each workshop is a self-contained 'Quarto' Live document whose code cells run
in the browser via 'WebAssembly', so learners can read the instructions and
run the exercises side by side without a local R setup. The materials
accompany the "Learning R with Dr. Hu" workshop series.
Author: Yue Hu [aut, cre],
Qian Qiu [ctb, trl],
Xinyi Ye [ctb, trl],
Yufei Sun [ctb]
Maintainer: Yue Hu <yuehu@tsinghua.edu.cn>
Diff between drhur versions 1.1.0 dated 2023-05-17 and 2.0.0 dated 2026-05-30
drhur-1.1.0/drhur/inst/tutorials |only drhur-2.0.0/drhur/DESCRIPTION | 26 ++- drhur-2.0.0/drhur/MD5 | 98 ++++++----- drhur-2.0.0/drhur/NAMESPACE | 3 drhur-2.0.0/drhur/NEWS.md | 14 + drhur-2.0.0/drhur/R/drhur.R | 180 ++++++++++++++++++---- drhur-2.0.0/drhur/README.md | 64 +++++-- drhur-2.0.0/drhur/build/vignette.rds |binary drhur-2.0.0/drhur/inst/doc/drhur-vignette.R | 16 + drhur-2.0.0/drhur/inst/doc/drhur-vignette.Rmd | 25 ++- drhur-2.0.0/drhur/inst/doc/drhur-vignette.html | 46 ++++- drhur-2.0.0/drhur/inst/doc/drhur-vignette_cn.R | 16 + drhur-2.0.0/drhur/inst/doc/drhur-vignette_cn.Rmd | 21 ++ drhur-2.0.0/drhur/inst/doc/drhur-vignette_cn.html | 33 +++- drhur-2.0.0/drhur/inst/quarto_live |only drhur-2.0.0/drhur/man/drhur.Rd | 82 ++++++++-- drhur-2.0.0/drhur/vignettes/drhur-vignette.Rmd | 25 ++- drhur-2.0.0/drhur/vignettes/drhur-vignette_cn.Rmd | 21 ++ 18 files changed, 510 insertions(+), 160 deletions(-)
Title: A Distributed Worker Launcher Framework
Description: In computationally demanding analysis projects,
statisticians and data scientists asynchronously
deploy long-running tasks to distributed systems,
ranging from traditional clusters to cloud services.
The 'NNG'-powered 'mirai' R package by Gao (2023)
<doi:10.5281/zenodo.7912722> is a sleek
and sophisticated scheduler that
efficiently processes these intense workloads.
The 'crew' package extends 'mirai' with a unifying
interface for third-party worker launchers.
Inspiration also comes from packages.
'future' by Bengtsson (2021) <doi:10.32614/RJ-2021-048>,
'rrq' by FitzJohn and Ashton (2023) <https://github.com/mrc-ide/rrq>,
'clustermq' by Schubert (2019) <doi:10.1093/bioinformatics/btz284>),
and 'batchtools' by Lang, Bischel, and Surmann (2017)
<doi:10.21105/joss.00135>.
Author: William Michael Landau [aut, cre] ,
Daniel Woodie [ctb],
Eli Lilly and Company [cph, fnd]
Maintainer: William Michael Landau <will.landau.oss@gmail.com>
Diff between crew versions 1.3.0 dated 2025-09-13 and 1.3.1 dated 2026-05-30
crew-1.3.0/crew/R/utils_mirai.R |only crew-1.3.0/crew/inst/doc/promises.Rmd |only crew-1.3.0/crew/inst/doc/promises.html |only crew-1.3.0/crew/tests/testthat/test-utils_mirai.R |only crew-1.3.0/crew/vignettes/promises.Rmd |only crew-1.3.1/crew/DESCRIPTION | 12 crew-1.3.1/crew/MD5 | 85 ++-- crew-1.3.1/crew/NAMESPACE | 5 crew-1.3.1/crew/NEWS.md | 20 + crew-1.3.1/crew/R/crew_clean.R | 21 - crew-1.3.1/crew/R/crew_client.R | 6 crew-1.3.1/crew/R/crew_controller.R | 127 ++++-- crew-1.3.1/crew/R/crew_controller_group.R | 43 +- crew-1.3.1/crew/R/crew_launcher.R | 37 - crew-1.3.1/crew/R/crew_monitor_local.R | 15 crew-1.3.1/crew/R/crew_package.R | 2 crew-1.3.1/crew/build/vignette.rds |binary crew-1.3.1/crew/inst/WORDLIST | 3 crew-1.3.1/crew/inst/doc/groups.html | 3 crew-1.3.1/crew/inst/doc/introduction.Rmd | 96 +---- crew-1.3.1/crew/inst/doc/introduction.html | 224 +++--------- crew-1.3.1/crew/inst/doc/logging.Rmd | 2 crew-1.3.1/crew/inst/doc/logging.html | 41 +- crew-1.3.1/crew/inst/doc/mirai.R |only crew-1.3.1/crew/inst/doc/mirai.Rmd |only crew-1.3.1/crew/inst/doc/mirai.html |only crew-1.3.1/crew/inst/doc/plugins.Rmd | 33 - crew-1.3.1/crew/inst/doc/plugins.html | 223 +++++------ crew-1.3.1/crew/inst/doc/risks.Rmd | 14 crew-1.3.1/crew/inst/doc/risks.html | 53 +- crew-1.3.1/crew/inst/doc/shiny.html | 5 crew-1.3.1/crew/man/crew_class_controller.Rd | 62 ++- crew-1.3.1/crew/man/crew_class_controller_group.Rd | 38 +- crew-1.3.1/crew/man/crew_class_controller_sequential.Rd | 1 crew-1.3.1/crew/man/crew_class_launcher.Rd | 7 crew-1.3.1/crew/man/crew_class_monitor_local.Rd | 12 crew-1.3.1/crew/man/crew_clean.Rd | 23 - crew-1.3.1/crew/tests/testthat/test-crew_client.R | 5 crew-1.3.1/crew/tests/testthat/test-crew_controller.R | 42 +- crew-1.3.1/crew/tests/testthat/test-crew_controller_local.R | 13 crew-1.3.1/crew/tests/testthat/test-crew_launcher.R | 9 crew-1.3.1/crew/tests/testthat/test-crew_monitor_local.R | 11 crew-1.3.1/crew/tests/testthat/test-crew_worker.R | 23 - crew-1.3.1/crew/vignettes/introduction.Rmd | 96 +---- crew-1.3.1/crew/vignettes/logging.Rmd | 2 crew-1.3.1/crew/vignettes/mirai.Rmd |only crew-1.3.1/crew/vignettes/plugins.Rmd | 33 - crew-1.3.1/crew/vignettes/risks.Rmd | 14 48 files changed, 681 insertions(+), 780 deletions(-)
Title: Covariate Balance Tables and Plots
Description: Generate balance tables and plots for covariates of groups preprocessed through
matching, weighting or subclassification, for example, using propensity scores. Includes
integration with 'MatchIt', 'WeightIt', 'MatchThem', 'twang', 'Matching', 'optmatch', 'CBPS', 'ebal',
'cem', 'sbw', and 'designmatch' for assessing balance on the output of their preprocessing
functions. Users can also specify data for balance assessment not generated through
the above packages. Also included are methods for assessing balance in clustered or
multiply imputed data sets or data sets with multi-category, continuous, or longitudinal treatments.
Author: Noah Greifer [aut, cre]
Maintainer: Noah Greifer <noah.greifer@gmail.com>
Diff between cobalt versions 4.6.2 dated 2026-01-29 and 4.6.3 dated 2026-05-30
cobalt-4.6.2/cobalt/R/chk-functions.R |only cobalt-4.6.3/cobalt/DESCRIPTION | 18 cobalt-4.6.3/cobalt/MD5 | 127 +-- cobalt-4.6.3/cobalt/NEWS.md | 6 cobalt-4.6.3/cobalt/R/bal.compute.R | 150 ++-- cobalt-4.6.3/cobalt/R/bal.plot.R | 129 +-- cobalt-4.6.3/cobalt/R/bal.tab.CBPS.R | 2 cobalt-4.6.3/cobalt/R/bal.tab.Match.R | 2 cobalt-4.6.3/cobalt/R/bal.tab.R | 2 cobalt-4.6.3/cobalt/R/bal.tab.cem.match.R | 2 cobalt-4.6.3/cobalt/R/bal.tab.default.R | 2 cobalt-4.6.3/cobalt/R/bal.tab.formula.R | 4 cobalt-4.6.3/cobalt/R/bal.tab.matchit.R | 2 cobalt-4.6.3/cobalt/R/bal.tab.mimids.R | 2 cobalt-4.6.3/cobalt/R/bal.tab.optmatch.R | 2 cobalt-4.6.3/cobalt/R/bal.tab.ps.R | 2 cobalt-4.6.3/cobalt/R/bal.tab.sbwcau.R | 2 cobalt-4.6.3/cobalt/R/bal.tab.time.list.R | 4 cobalt-4.6.3/cobalt/R/bal.tab.weightit.R | 2 cobalt-4.6.3/cobalt/R/balance-statistics.R | 18 cobalt-4.6.3/cobalt/R/balance-summary.R | 174 ++-- cobalt-4.6.3/cobalt/R/base.bal.tab.R | 2 cobalt-4.6.3/cobalt/R/class-bal.tab.cluster.R | 6 cobalt-4.6.3/cobalt/R/class-bal.tab.imp.R | 6 cobalt-4.6.3/cobalt/R/class-bal.tab.multi.R | 6 cobalt-4.6.3/cobalt/R/class-bal.tab.subclass.R | 4 cobalt-4.6.3/cobalt/R/f.build.R | 8 cobalt-4.6.3/cobalt/R/functions_for_processing.R | 311 ++++---- cobalt-4.6.3/cobalt/R/get.w.R | 14 cobalt-4.6.3/cobalt/R/love.plot.R | 88 +- cobalt-4.6.3/cobalt/R/print.bal.tab.R | 156 ++-- cobalt-4.6.3/cobalt/R/set.cobalt.options.R | 12 cobalt-4.6.3/cobalt/R/splitfactor.R | 130 +-- cobalt-4.6.3/cobalt/R/utils.R | 211 ++--- cobalt-4.6.3/cobalt/R/var.names.R | 14 cobalt-4.6.3/cobalt/R/x2base.R | 306 ++++---- cobalt-4.6.3/cobalt/README.md | 6 cobalt-4.6.3/cobalt/build/stage23.rdb |binary cobalt-4.6.3/cobalt/build/vignette.rds |binary cobalt-4.6.3/cobalt/inst/doc/cobalt.Rmd | 33 cobalt-4.6.3/cobalt/inst/doc/cobalt.html | 408 +++++------ cobalt-4.6.3/cobalt/inst/doc/faq.html | 7 cobalt-4.6.3/cobalt/inst/doc/longitudinal-treat.Rmd | 2 cobalt-4.6.3/cobalt/inst/doc/longitudinal-treat.html | 19 cobalt-4.6.3/cobalt/inst/doc/love.plot.Rmd | 11 cobalt-4.6.3/cobalt/inst/doc/love.plot.html | 25 cobalt-4.6.3/cobalt/inst/doc/optimizing-balance.Rmd | 2 cobalt-4.6.3/cobalt/inst/doc/optimizing-balance.html | 64 - cobalt-4.6.3/cobalt/inst/doc/other-packages.html | 234 +++--- cobalt-4.6.3/cobalt/inst/doc/segmented-data.Rmd | 9 cobalt-4.6.3/cobalt/inst/doc/segmented-data.html | 90 +- cobalt-4.6.3/cobalt/man/bal.plot.Rd | 2 cobalt-4.6.3/cobalt/man/cobalt-package.Rd | 5 cobalt-4.6.3/cobalt/man/figures/README-unnamed-chunk-3-1.png |binary cobalt-4.6.3/cobalt/man/figures/README-unnamed-chunk-3-2.png |binary cobalt-4.6.3/cobalt/man/figures/README-unnamed-chunk-4-1.png |binary cobalt-4.6.3/cobalt/man/var.names.Rd | 2 cobalt-4.6.3/cobalt/tests/testthat/Rplots.pdf |binary cobalt-4.6.3/cobalt/tests/testthat/helpers.R | 4 cobalt-4.6.3/cobalt/tests/testthat/test-splitfactor.R | 7 cobalt-4.6.3/cobalt/vignettes/cobalt.Rmd | 33 cobalt-4.6.3/cobalt/vignettes/longitudinal-treat.Rmd | 2 cobalt-4.6.3/cobalt/vignettes/love.plot.Rmd | 11 cobalt-4.6.3/cobalt/vignettes/optimizing-balance.Rmd | 2 cobalt-4.6.3/cobalt/vignettes/segmented-data.Rmd | 9 65 files changed, 1451 insertions(+), 1462 deletions(-)
Title: Package Admix for Admixture (aka Contamination) Models
Description: Implements techniques to estimate the unknown quantities
related to two-component admixture models, where the two components
can belong to any distribution (note that in the case of multinomial
mixtures, the two components must belong to the same family).
Estimation methods depend on the assumptions made on the unknown
component density; see Bordes and Vandekerkhove (2010)
<doi:10.3103/S1066530710010023>, Patra and Sen (2016)
<doi:10.1111/rssb.12148>, and Milhaud, Pommeret, Salhi, Vandekerkhove
(2024) <doi:10.3150/23-BEJ1593>. In practice, one can estimate both
the mixture weight and the unknown component density in a wide variety
of frameworks. On top of that, hypothesis tests can be performed in
one and two-sample contexts to test the unknown component density (see
Milhaud, Pommeret, Salhi and Vandekerkhove (2022)
<doi:10.1016/j.jspi.2021.05.010>, and Milhaud, Pommeret, Salhi,
Vandekerkhove (2024) <doi:10.3150/23-BEJ1593>). Finally, clustering of
unknown [...truncated...]
Author: Xavier Milhaud [aut, cre],
Pierre Vandekerkhove [ctb],
Denys Pommeret [ctb],
Yahia Salhi [ctb]
Maintainer: Xavier Milhaud <xavier.milhaud.research@gmail.com>
Diff between admix versions 2.5.2 dated 2026-01-08 and 2.6.1 dated 2026-05-30
DESCRIPTION | 14 - MD5 | 120 ++++++++++----- NAMESPACE | 3 R/IBM_k_samples_test.R | 45 +++-- R/admix_cluster.R | 69 ++++++-- R/admix_estim.R | 174 ++++++++++++++++------ R/admix_model.R | 139 +++++++---------- R/admix_test.R | 31 ++- R/decontaminated_dist.R | 93 ++++++++++- R/estim_BVdk.R | 233 ++++++++++++++++-------------- R/estim_IBM.R | 134 ++++++++++------- R/estim_PS.R | 117 +++++++++------ R/gaussianity_test.R | 40 +++-- R/orthobasis_test.R | 35 ++-- R/twoComp_mixt.R | 203 +++++++++++++------------- R/utils.R | 197 ++++++++++++++++++------- build/partial.rdb |binary inst/doc/admixture-weight-estimation.R | 4 inst/doc/admixture-weight-estimation.Rmd | 4 inst/doc/admixture-weight-estimation.html | 84 +++++----- man/IBM_k_samples_test.Rd | 21 ++ man/admix_cluster.Rd | 24 ++- man/admix_estim.Rd | 34 +++- man/admix_model.Rd | 8 - man/admix_test.Rd | 29 ++- man/decontaminated_density.Rd | 24 +-- man/detect_support_type.Rd | 4 man/distribution_type.Rd |only man/estim_BVdk.Rd | 13 + man/estim_IBM.Rd | 10 - man/estim_PS.Rd | 9 - man/gaussianity_test.Rd | 16 +- man/get_distribution_parameters.Rd |only man/orthobasis_test.Rd | 21 +- man/plot.admix_model.Rd | 11 - man/plot.decontaminated_density.Rd | 72 +++++++++ man/plot.twoComp_mixt.Rd | 46 +++++ man/print.admix_model.Rd | 5 man/summary.admix_model.Rd | 3 man/summary.estim_BVdk.Rd | 4 man/summary.estim_IBM.Rd | 4 man/summary.estim_PS.Rd | 4 man/twoComp_mixt.Rd | 34 +--- man/validate_distribution.Rd |only tests |only vignettes/admixture-weight-estimation.Rmd | 4 46 files changed, 1379 insertions(+), 760 deletions(-)
Title: Sample Selection Models
Description: In order to facilitate the adjustment of the sample selection models
existing in the literature, we created the 'ssmodels' package. Our package
allows the adjustment of the classic Heckman model (Heckman (1976),
Heckman (1979) <doi:10.2307/1912352>), and the estimation of the parameters of
this model via the maximum likelihood method and two-step method, in addition
to the adjustment of the Heckman-t models introduced in the literature by
Marchenko and Genton (2012) <doi:10.1080/01621459.2012.656011> and the
Heckman-Skew model introduced in the literature by Ogundimu and Hutton (2016)
<doi:10.1111/sjos.12171>. We also implemented functions to adjust the
generalized version of the Heckman model, introduced by Bastos, Barreto-Souza,
and Genton (2021) <doi:10.5705/ss.202021.0068>, that allows the inclusion of
covariables to the dispersion and correlation parameters, and a function to
adjust the Heckman-BS model introduced by Bastos and Barreto-Souza (2020)
<doi: [...truncated...]
Author: Fernando de Souza Bastos [aut, cre],
Wagner Barreto de Souza [aut]
Maintainer: Fernando de Souza Bastos <fernando.bastos@ufv.br>
Diff between ssmodels versions 2.0.1 dated 2025-06-02 and 2.0.2 dated 2026-05-30
ssmodels-2.0.1/ssmodels/build |only ssmodels-2.0.1/ssmodels/inst/doc |only ssmodels-2.0.1/ssmodels/vignettes |only ssmodels-2.0.2/ssmodels/DESCRIPTION | 19 ssmodels-2.0.2/ssmodels/MD5 | 106 +- ssmodels-2.0.2/ssmodels/NAMESPACE | 7 ssmodels-2.0.2/ssmodels/NEWS.md | 18 ssmodels-2.0.2/ssmodels/R/HCinitial.R | 116 -- ssmodels-2.0.2/ssmodels/R/HeckmanBS.R | 555 +++++++------ ssmodels-2.0.2/ssmodels/R/HeckmanCL.R | 468 +++++------ ssmodels-2.0.2/ssmodels/R/HeckmanGe.R | 503 ++++------- ssmodels-2.0.2/ssmodels/R/HeckmanSK.R | 674 +++++++++------- ssmodels-2.0.2/ssmodels/R/HeckmantS.R | 417 +++------ ssmodels-2.0.2/ssmodels/R/IMR.R | 20 ssmodels-2.0.2/ssmodels/R/data.R | 234 +++-- ssmodels-2.0.2/ssmodels/R/extract_model_components.R | 251 +++-- ssmodels-2.0.2/ssmodels/R/postprocess_theta.R | 121 -- ssmodels-2.0.2/ssmodels/R/step2.R | 125 +- ssmodels-2.0.2/ssmodels/R/summary.HeckmanBS.R | 193 +--- ssmodels-2.0.2/ssmodels/R/summary.HeckmanCL.R | 194 +--- ssmodels-2.0.2/ssmodels/R/summary.HeckmanGe.R | 190 +--- ssmodels-2.0.2/ssmodels/R/summary.HeckmanSK.R | 156 +-- ssmodels-2.0.2/ssmodels/R/summary.HeckmantS.R | 156 +-- ssmodels-2.0.2/ssmodels/R/twostep.R | 108 -- ssmodels-2.0.2/ssmodels/R/utils-internal.R |only ssmodels-2.0.2/ssmodels/inst/CHANGES_CORRECOES.md |only ssmodels-2.0.2/ssmodels/inst/correcoes_diff.patch |only ssmodels-2.0.2/ssmodels/inst/validation |only ssmodels-2.0.2/ssmodels/man/HCinitial.Rd | 45 - ssmodels-2.0.2/ssmodels/man/HeckmanBS.Rd | 113 +- ssmodels-2.0.2/ssmodels/man/HeckmanCL.Rd | 105 +- ssmodels-2.0.2/ssmodels/man/HeckmanGe.Rd | 74 - ssmodels-2.0.2/ssmodels/man/HeckmanSK.Rd | 119 +- ssmodels-2.0.2/ssmodels/man/HeckmantS.Rd | 57 - ssmodels-2.0.2/ssmodels/man/IMR.Rd | 20 ssmodels-2.0.2/ssmodels/man/MEPS2001.Rd | 13 ssmodels-2.0.2/ssmodels/man/Mroz87.Rd | 30 ssmodels-2.0.2/ssmodels/man/PSID2.Rd | 16 ssmodels-2.0.2/ssmodels/man/RandHIE.Rd | 16 ssmodels-2.0.2/ssmodels/man/extract_model_components.Rd | 46 - ssmodels-2.0.2/ssmodels/man/nhanes.Rd | 18 ssmodels-2.0.2/ssmodels/man/postprocess_theta.Rd | 38 ssmodels-2.0.2/ssmodels/man/ssmodels.Rd | 98 +- ssmodels-2.0.2/ssmodels/man/step2.Rd | 49 - ssmodels-2.0.2/ssmodels/man/summary.HeckmanBS.Rd | 38 ssmodels-2.0.2/ssmodels/man/summary.HeckmanCL.Rd | 39 ssmodels-2.0.2/ssmodels/man/summary.HeckmanGe.Rd | 42 ssmodels-2.0.2/ssmodels/man/summary.HeckmanSK.Rd | 39 ssmodels-2.0.2/ssmodels/man/summary.HeckmantS.Rd | 39 ssmodels-2.0.2/ssmodels/man/twostep.Rd | 37 ssmodels-2.0.2/ssmodels/tests |only 51 files changed, 2564 insertions(+), 3158 deletions(-)
Title: Visualizing Pedigrees with 'ggplot2' and 'plotly'
Description: Provides plotting functions for visualizing pedigrees and family trees. The package complements a behavior genetics package 'BGmisc' [Garrison et al. (2024) <doi:10.21105/joss.06203>] by rendering pedigrees using the 'ggplot2' framework. Features include support for duplicated individuals, complex mating structures, integration with simulated pedigrees, and layout customization. Due to the impending deprecation of kinship2, version 1.0 incorporates the layout helper functions from kinship2. The pedigree alignment algorithms are adapted from 'kinship2' [Sinnwell et al. (2014) <doi:10.1159/000363105>]. We gratefully acknowledge the original authors: Jason Sinnwell, Terry Therneau, Daniel Schaid, and Elizabeth Atkinson for their foundational work.
Author: S. Mason Garrison [aut, cre, cph]
Maintainer: S. Mason Garrison <garrissm@wfu.edu>
Diff between ggpedigree versions 1.1.1.1 dated 2026-03-16 and 1.2.0 dated 2026-05-30
DESCRIPTION | 18 MD5 | 87 ++- NAMESPACE | 2 NEWS.md | 14 R/buildPlotConfig.R | 10 R/calcConnections.R | 80 ++- R/defaultPlotConfig.R | 154 ++++++ R/ggPedigreeInteractive.R | 18 R/ggPhenotypeByDegree.R | 20 R/ggRelatednessMatrix.R | 27 - R/ggpedigree.R | 31 + R/ggpedigreeCore.R | 685 +++++++------------------------ R/ggpedigreeCoreHelpers.R | 8 R/ggpedigreeCoreLabels.R |only R/ggpedigreeCoreLayout.R |only R/ggpedigreeCoreScales.R |only R/ggpedigreeCoreSegments.R |only R/ggpedigreeHelpers.R | 33 - R/kinship2_pedigree.R | 2 README.md | 6 build/partial.rdb |binary build/vignette.rds |binary data/redsquirrels.rda |binary data/redsquirrels_full.rda |binary inst/doc/v20_interactiveplots.html | 4 inst/doc/v30_matrix.html | 4 man/buildSpouseSegments.Rd | 4 man/dot-addLabels.Rd | 2 man/dot-addNodes.Rd | 26 + man/dot-addOverlay.Rd | 4 man/dot-addScales.Rd | 28 + man/dot-addSelfSegment.Rd | 2 man/dot-addShapeOverlay.Rd |only man/dot-addTwins.Rd | 2 man/dot-adjustSpacing.Rd | 2 man/dot-applyRadialLayout.Rd |only man/getDefaultPlotConfig.Rd | 103 ++++ man/ggPedigree.Rd | 30 + man/ggPedigree.core.Rd | 25 + man/ggPedigreeInteractive.Rd | 37 + man/ggRelatednessMatrix.Rd | 8 man/ggpedigree-package.Rd | 5 tests/testthat/Rplots.pdf |binary tests/testthat/test-calcConnections.R | 123 +---- tests/testthat/test-clinicalPedigree.R |only tests/testthat/test-defaultPlotConfig.R | 8 tests/testthat/test-ggPedigree.R | 45 ++ tests/testthat/test-kinship2_pedigrees.R | 173 +++---- 48 files changed, 964 insertions(+), 866 deletions(-)