├── .github └── workflows │ ├── scrape-azure.yml │ ├── scrape-sqlite3.yml │ └── scrape.yml ├── README.md ├── aws ├── account.txt ├── account │ ├── delete-alternate-contact.txt │ ├── disable-region.txt │ ├── enable-region.txt │ ├── get-alternate-contact.txt │ ├── get-contact-information.txt │ ├── get-primary-email.txt │ ├── get-region-opt-status.txt │ ├── list-regions.txt │ ├── put-alternate-contact.txt │ ├── put-contact-information.txt │ └── start-primary-email-update.txt ├── acm-pca.txt ├── acm-pca │ ├── create-certificate-authority-audit-report.txt │ ├── create-permission.txt │ ├── delete-certificate-authority.txt │ ├── delete-permission.txt │ ├── delete-policy.txt │ ├── describe-certificate-authority-audit-report.txt │ ├── describe-certificate-authority.txt │ ├── get-certificate-authority-certificate.txt │ ├── get-certificate-authority-csr.txt │ ├── get-certificate.txt │ ├── get-policy.txt │ ├── import-certificate-authority-certificate.txt │ ├── issue-certificate.txt │ ├── list-certificate-authorities.txt │ ├── list-permissions.txt │ ├── list-tags.txt │ ├── put-policy.txt │ ├── restore-certificate-authority.txt │ ├── revoke-certificate.txt │ ├── tag-certificate-authority.txt │ ├── untag-certificate-authority.txt │ ├── update-certificate-authority.txt │ ├── wait.txt │ └── wait │ │ ├── certificate-authority-csr-created.txt │ │ └── certificate-issued.txt ├── acm.txt ├── acm │ ├── delete-certificate.txt │ ├── describe-certificate.txt │ ├── export-certificate.txt │ ├── get-account-configuration.txt │ ├── get-certificate.txt │ ├── import-certificate.txt │ ├── list-certificates.txt │ ├── list-tags-for-certificate.txt │ ├── put-account-configuration.txt │ ├── remove-tags-from-certificate.txt │ ├── renew-certificate.txt │ ├── request-certificate.txt │ ├── resend-validation-email.txt │ ├── update-certificate-options.txt │ └── wait.txt ├── alexaforbusiness.txt ├── alexaforbusiness │ ├── associate-contact-with-address-book.txt │ ├── associate-device-with-network-profile.txt │ ├── associate-device-with-room.txt │ ├── associate-skill-group-with-room.txt │ ├── associate-skill-with-skill-group.txt │ ├── associate-skill-with-users.txt │ ├── create-address-book.txt │ ├── create-business-report-schedule.txt │ ├── create-conference-provider.txt │ ├── create-contact.txt │ ├── create-gateway-group.txt │ ├── create-network-profile.txt │ ├── create-profile.txt │ ├── create-room.txt │ ├── create-skill-group.txt │ ├── create-user.txt │ ├── delete-address-book.txt │ ├── delete-business-report-schedule.txt │ ├── delete-conference-provider.txt │ ├── delete-contact.txt │ ├── delete-device-usage-data.txt │ ├── delete-device.txt │ ├── delete-gateway-group.txt │ ├── delete-network-profile.txt │ ├── delete-profile.txt │ ├── delete-room-skill-parameter.txt │ ├── delete-room.txt │ ├── delete-skill-authorization.txt │ ├── delete-skill-group.txt │ ├── delete-user.txt │ ├── disassociate-contact-from-address-book.txt │ ├── disassociate-device-from-room.txt │ ├── disassociate-skill-from-skill-group.txt │ ├── disassociate-skill-from-users.txt │ ├── disassociate-skill-group-from-room.txt │ ├── forget-smart-home-appliances.txt │ ├── get-address-book.txt │ ├── get-conference-preference.txt │ ├── get-conference-provider.txt │ ├── get-contact.txt │ ├── get-device.txt │ ├── get-gateway-group.txt │ ├── get-gateway.txt │ ├── get-invitation-configuration.txt │ ├── get-network-profile.txt │ ├── get-profile.txt │ ├── get-room-skill-parameter.txt │ ├── get-room.txt │ ├── get-skill-group.txt │ ├── list-business-report-schedules.txt │ ├── list-conference-providers.txt │ ├── list-device-events.txt │ ├── list-gateway-groups.txt │ ├── list-gateways.txt │ ├── list-skills-store-categories.txt │ ├── list-skills-store-skills-by-category.txt │ ├── list-skills.txt │ ├── list-smart-home-appliances.txt │ ├── list-tags.txt │ ├── put-conference-preference.txt │ ├── put-invitation-configuration.txt │ ├── put-room-skill-parameter.txt │ ├── put-skill-authorization.txt │ ├── register-avs-device.txt │ ├── reject-skill.txt │ ├── resolve-room.txt │ ├── revoke-invitation.txt │ ├── search-address-books.txt │ ├── search-contacts.txt │ ├── search-devices.txt │ ├── search-network-profiles.txt │ ├── search-profiles.txt │ ├── search-rooms.txt │ ├── search-skill-groups.txt │ ├── search-users.txt │ ├── send-announcement.txt │ ├── send-invitation.txt │ ├── start-device-sync.txt │ ├── start-smart-home-appliance-discovery.txt │ ├── tag-resource.txt │ ├── untag-resource.txt │ ├── update-address-book.txt │ ├── update-business-report-schedule.txt │ ├── update-conference-provider.txt │ ├── update-contact.txt │ ├── update-device.txt │ ├── update-gateway-group.txt │ ├── update-gateway.txt │ ├── update-network-profile.txt │ ├── update-profile.txt │ ├── update-room.txt │ └── update-skill-group.txt ├── amp.txt ├── amp │ ├── create-logging-configuration.txt │ ├── create-rule-groups-namespace.txt │ ├── create-scraper.txt │ ├── create-workspace.txt │ ├── delete-alert-manager-definition.txt │ ├── delete-logging-configuration.txt │ ├── delete-rule-groups-namespace.txt │ ├── delete-scraper.txt │ ├── delete-workspace.txt │ ├── describe-alert-manager-definition.txt │ ├── describe-logging-configuration.txt │ ├── describe-rule-groups-namespace.txt │ ├── describe-scraper.txt │ ├── describe-workspace.txt │ ├── get-default-scraper-configuration.txt │ ├── list-rule-groups-namespaces.txt │ ├── list-scrapers.txt │ ├── list-tags-for-resource.txt │ ├── list-workspaces.txt │ ├── put-alert-manager-definition.txt │ ├── put-rule-groups-namespace.txt │ ├── tag-resource.txt │ ├── untag-resource.txt │ ├── update-logging-configuration.txt │ ├── update-scraper.txt │ ├── update-workspace-alias.txt │ ├── wait.txt │ └── wait │ │ ├── scraper-deleted.txt │ │ ├── workspace-active.txt │ │ └── workspace-deleted.txt ├── amplify.txt ├── amplify │ ├── create-backend-environment.txt │ ├── create-branch.txt │ ├── create-deployment.txt │ ├── create-domain-association.txt │ ├── create-webhook.txt │ ├── delete-app.txt │ ├── delete-backend-environment.txt │ ├── delete-branch.txt │ ├── delete-domain-association.txt │ ├── delete-job.txt │ ├── delete-webhook.txt │ ├── generate-access-logs.txt │ ├── get-app.txt │ ├── get-artifact-url.txt │ ├── get-backend-environment.txt │ ├── get-branch.txt │ ├── get-domain-association.txt │ ├── get-job.txt │ ├── get-webhook.txt │ ├── list-apps.txt │ ├── list-artifacts.txt │ ├── list-backend-environments.txt │ ├── list-branches.txt │ ├── list-domain-associations.txt │ ├── list-jobs.txt │ ├── list-tags-for-resource.txt │ ├── list-webhooks.txt │ ├── start-deployment.txt │ ├── start-job.txt │ ├── stop-job.txt │ ├── tag-resource.txt │ ├── untag-resource.txt │ ├── update-app.txt │ ├── update-branch.txt │ ├── update-domain-association.txt │ └── update-webhook.txt ├── amplifybackend.txt ├── amplifybackend │ ├── create-backend-api.txt │ ├── create-backend-auth.txt │ ├── create-backend-config.txt │ ├── create-backend-storage.txt │ ├── create-backend.txt │ ├── create-token.txt │ ├── delete-backend-api.txt │ ├── delete-backend-auth.txt │ ├── delete-backend-storage.txt │ ├── delete-backend.txt │ ├── delete-token.txt │ ├── generate-backend-api-models.txt │ ├── get-backend-api-models.txt │ ├── get-backend-api.txt │ ├── get-backend-auth.txt │ ├── get-backend-job.txt │ ├── get-backend-storage.txt │ ├── get-backend.txt │ ├── get-token.txt │ ├── import-backend-auth.txt │ ├── import-backend-storage.txt │ ├── list-backend-jobs.txt │ ├── list-s3-buckets.txt │ ├── remove-all-backends.txt │ ├── remove-backend-config.txt │ ├── update-backend-api.txt │ ├── update-backend-auth.txt │ ├── update-backend-config.txt │ ├── update-backend-job.txt │ └── update-backend-storage.txt ├── amplifyuibuilder.txt ├── amplifyuibuilder │ ├── create-form.txt │ ├── create-theme.txt │ ├── delete-component.txt │ ├── delete-form.txt │ ├── delete-theme.txt │ ├── exchange-code-for-token.txt │ ├── export-components.txt │ ├── export-forms.txt │ ├── export-themes.txt │ ├── get-codegen-job.txt │ ├── get-component.txt │ ├── get-form.txt │ ├── get-metadata.txt │ ├── get-theme.txt │ ├── list-codegen-jobs.txt │ ├── list-components.txt │ ├── list-forms.txt │ ├── list-tags-for-resource.txt │ ├── list-themes.txt │ ├── put-metadata-flag.txt │ ├── refresh-token.txt │ ├── start-codegen-job.txt │ ├── tag-resource.txt │ ├── untag-resource.txt │ ├── update-component.txt │ ├── update-form.txt │ └── update-theme.txt ├── apigateway.txt ├── apigateway │ ├── create-authorizer.txt │ ├── create-base-path-mapping.txt │ ├── create-deployment.txt │ ├── create-documentation-part.txt │ ├── create-documentation-version.txt │ ├── create-domain-name-access-association.txt │ ├── create-domain-name.txt │ ├── create-model.txt │ ├── create-request-validator.txt │ ├── create-resource.txt │ ├── create-rest-api.txt │ ├── create-stage.txt │ ├── create-usage-plan-key.txt │ ├── create-usage-plan.txt │ ├── create-vpc-link.txt │ ├── delete-api-key.txt │ ├── delete-authorizer.txt │ ├── delete-base-path-mapping.txt │ ├── delete-client-certificate.txt │ ├── delete-deployment.txt │ ├── delete-documentation-part.txt │ ├── delete-documentation-version.txt │ ├── delete-domain-name-access-association.txt │ ├── delete-domain-name.txt │ ├── delete-gateway-response.txt │ ├── delete-integration-response.txt │ ├── delete-integration.txt │ ├── delete-method-response.txt │ ├── delete-method.txt │ ├── delete-model.txt │ ├── delete-request-validator.txt │ ├── delete-resource.txt │ ├── delete-rest-api.txt │ ├── delete-stage.txt │ ├── delete-usage-plan-key.txt │ ├── delete-usage-plan.txt │ ├── delete-vpc-link.txt │ ├── flush-stage-authorizers-cache.txt │ ├── flush-stage-cache.txt │ ├── generate-client-certificate.txt │ ├── get-account.txt │ ├── get-api-key.txt │ ├── get-api-keys.txt │ ├── get-authorizer.txt │ ├── get-authorizers.txt │ ├── get-base-path-mapping.txt │ ├── get-base-path-mappings.txt │ ├── get-client-certificate.txt │ ├── get-client-certificates.txt │ ├── get-deployment.txt │ ├── get-deployments.txt │ ├── get-documentation-part.txt │ ├── get-documentation-parts.txt │ ├── get-documentation-version.txt │ ├── get-documentation-versions.txt │ ├── get-domain-name-access-associations.txt │ ├── get-domain-name.txt │ ├── get-domain-names.txt │ ├── get-export.txt │ ├── get-gateway-response.txt │ ├── get-gateway-responses.txt │ ├── get-integration-response.txt │ ├── get-integration.txt │ ├── get-method-response.txt │ ├── get-method.txt │ ├── get-model-template.txt │ ├── get-model.txt │ ├── get-models.txt │ ├── get-request-validator.txt │ ├── get-request-validators.txt │ ├── get-resource.txt │ ├── get-resources.txt │ ├── get-rest-api.txt │ ├── get-rest-apis.txt │ ├── get-sdk-type.txt │ ├── get-sdk-types.txt │ ├── get-sdk.txt │ ├── get-stage.txt │ ├── get-stages.txt │ ├── get-tags.txt │ ├── get-usage-plan-key.txt │ ├── get-usage-plan-keys.txt │ ├── get-usage-plan.txt │ ├── get-usage-plans.txt │ ├── get-usage.txt │ ├── get-vpc-link.txt │ ├── get-vpc-links.txt │ ├── import-api-keys.txt │ ├── import-documentation-parts.txt │ ├── import-rest-api.txt │ ├── put-gateway-response.txt │ ├── put-integration-response.txt │ ├── put-integration.txt │ ├── put-method-response.txt │ ├── put-method.txt │ ├── put-rest-api.txt │ ├── reject-domain-name-access-association.txt │ ├── tag-resource.txt │ ├── test-invoke-authorizer.txt │ ├── test-invoke-method.txt │ ├── untag-resource.txt │ ├── update-account.txt │ ├── update-api-key.txt │ ├── update-authorizer.txt │ ├── update-base-path-mapping.txt │ ├── update-client-certificate.txt │ ├── update-deployment.txt │ ├── update-documentation-part.txt │ ├── update-documentation-version.txt │ ├── update-domain-name.txt │ ├── update-gateway-response.txt │ ├── update-integration-response.txt │ ├── update-integration.txt │ ├── update-method-response.txt │ ├── update-method.txt │ ├── update-model.txt │ ├── update-request-validator.txt │ ├── update-resource.txt │ ├── update-rest-api.txt │ ├── update-stage.txt │ ├── update-usage-plan.txt │ ├── update-usage.txt │ └── update-vpc-link.txt ├── apigatewaymanagementapi.txt ├── apigatewaymanagementapi │ ├── get-connection.txt │ └── post-to-connection.txt ├── apigatewayv2.txt ├── apigatewayv2 │ ├── create-api-mapping.txt │ ├── create-authorizer.txt │ ├── create-deployment.txt │ ├── create-domain-name.txt │ ├── create-integration-response.txt │ ├── create-integration.txt │ ├── create-model.txt │ ├── create-route-response.txt │ ├── create-route.txt │ ├── create-stage.txt │ ├── create-vpc-link.txt │ ├── delete-access-log-settings.txt │ ├── delete-api-mapping.txt │ ├── delete-api.txt │ ├── delete-authorizer.txt │ ├── delete-cors-configuration.txt │ ├── delete-deployment.txt │ ├── delete-domain-name.txt │ ├── delete-integration-response.txt │ ├── delete-integration.txt │ ├── delete-model.txt │ ├── delete-route-request-parameter.txt │ ├── delete-route-response.txt │ ├── delete-route-settings.txt │ ├── delete-route.txt │ ├── delete-stage.txt │ ├── delete-vpc-link.txt │ ├── export-api.txt │ ├── get-api-mapping.txt │ ├── get-api-mappings.txt │ ├── get-api.txt │ ├── get-apis.txt │ ├── get-authorizer.txt │ ├── get-authorizers.txt │ ├── get-deployment.txt │ ├── get-deployments.txt │ ├── get-domain-name.txt │ ├── get-domain-names.txt │ ├── get-integration-response.txt │ ├── get-integration-responses.txt │ ├── get-integration.txt │ ├── get-integrations.txt │ ├── get-model-template.txt │ ├── get-model.txt │ ├── get-models.txt │ ├── get-route-response.txt │ ├── get-route-responses.txt │ ├── get-route.txt │ ├── get-routes.txt │ ├── get-stage.txt │ ├── get-stages.txt │ ├── get-tags.txt │ ├── get-vpc-link.txt │ ├── get-vpc-links.txt │ ├── import-api.txt │ ├── reimport-api.txt │ ├── reset-authorizers-cache.txt │ ├── tag-resource.txt │ ├── untag-resource.txt │ ├── update-api-mapping.txt │ ├── update-api.txt │ ├── update-authorizer.txt │ ├── update-deployment.txt │ ├── update-domain-name.txt │ ├── update-integration-response.txt │ ├── update-integration.txt │ ├── update-model.txt │ ├── update-route-response.txt │ ├── update-route.txt │ ├── update-stage.txt │ └── update-vpc-link.txt ├── appconfig.txt ├── appconfig │ ├── create-configuration-profile.txt │ ├── create-deployment-strategy.txt │ ├── create-environment.txt │ ├── create-extension-association.txt │ ├── create-extension.txt │ ├── create-hosted-configuration-version.txt │ ├── delete-application.txt │ ├── delete-configuration-profile.txt │ ├── delete-deployment-strategy.txt │ ├── delete-environment.txt │ ├── delete-extension-association.txt │ ├── delete-extension.txt │ ├── delete-hosted-configuration-version.txt │ ├── get-account-settings.txt │ ├── get-application.txt │ ├── get-configuration-profile.txt │ ├── get-configuration.txt │ ├── get-deployment-strategy.txt │ ├── get-deployment.txt │ ├── get-environment.txt │ ├── get-extension-association.txt │ ├── get-extension.txt │ ├── get-hosted-configuration-version.txt │ ├── list-applications.txt │ ├── list-configuration-profiles.txt │ ├── list-deployment-strategies.txt │ ├── list-deployments.txt │ ├── list-environments.txt │ ├── list-extension-associations.txt │ ├── list-extensions.txt │ ├── list-hosted-configuration-versions.txt │ ├── list-tags-for-resource.txt │ ├── start-deployment.txt │ ├── stop-deployment.txt │ ├── tag-resource.txt │ ├── untag-resource.txt │ ├── update-account-settings.txt │ ├── update-application.txt │ ├── update-configuration-profile.txt │ ├── update-deployment-strategy.txt │ ├── update-environment.txt │ ├── update-extension-association.txt │ ├── update-extension.txt │ └── validate-configuration.txt ├── appconfigdata.txt ├── appconfigdata │ └── start-configuration-session.txt ├── appfabric.txt ├── appfabric │ ├── connect-app-authorization.txt │ ├── create-app-authorization.txt │ ├── create-app-bundle.txt │ ├── create-ingestion-destination.txt │ ├── create-ingestion.txt │ ├── delete-app-authorization.txt │ ├── delete-app-bundle.txt │ ├── delete-ingestion-destination.txt │ ├── delete-ingestion.txt │ ├── get-app-authorization.txt │ ├── get-app-bundle.txt │ ├── get-ingestion-destination.txt │ ├── get-ingestion.txt │ ├── list-app-authorizations.txt │ ├── list-app-bundles.txt │ ├── list-ingestion-destinations.txt │ ├── list-ingestions.txt │ ├── list-tags-for-resource.txt │ ├── start-ingestion.txt │ ├── start-user-access-tasks.txt │ ├── stop-ingestion.txt │ ├── tag-resource.txt │ ├── untag-resource.txt │ ├── update-app-authorization.txt │ └── update-ingestion-destination.txt ├── appflow.txt ├── appflow │ ├── create-connector-profile.txt │ ├── create-flow.txt │ ├── delete-connector-profile.txt │ ├── delete-flow.txt │ ├── describe-connector-entity.txt │ ├── describe-connector-profiles.txt │ ├── describe-connector.txt │ ├── describe-connectors.txt │ ├── describe-flow-execution-records.txt │ ├── describe-flow.txt │ ├── list-connector-entities.txt │ ├── list-connectors.txt │ ├── list-flows.txt │ ├── list-tags-for-resource.txt │ ├── register-connector.txt │ ├── reset-connector-metadata-cache.txt │ ├── start-flow.txt │ ├── stop-flow.txt │ ├── tag-resource.txt │ ├── unregister-connector.txt │ ├── untag-resource.txt │ ├── update-connector-profile.txt │ ├── update-connector-registration.txt │ └── update-flow.txt ├── appintegrations.txt ├── appintegrations │ ├── create-data-integration-association.txt │ ├── create-data-integration.txt │ ├── create-event-integration.txt │ ├── delete-application.txt │ ├── delete-data-integration.txt │ ├── delete-event-integration.txt │ ├── get-application.txt │ ├── get-data-integration.txt │ ├── get-event-integration.txt │ ├── list-application-associations.txt │ ├── list-applications.txt │ ├── list-data-integration-associations.txt │ ├── list-data-integrations.txt │ ├── list-event-integration-associations.txt │ ├── list-event-integrations.txt │ ├── list-tags-for-resource.txt │ ├── tag-resource.txt │ ├── untag-resource.txt │ ├── update-application.txt │ ├── update-data-integration-association.txt │ ├── update-data-integration.txt │ └── update-event-integration.txt ├── application-autoscaling.txt ├── application-autoscaling │ ├── delete-scheduled-action.txt │ ├── deregister-scalable-target.txt │ ├── describe-scalable-targets.txt │ ├── describe-scaling-activities.txt │ ├── describe-scaling-policies.txt │ ├── describe-scheduled-actions.txt │ ├── get-predictive-scaling-forecast.txt │ ├── list-tags-for-resource.txt │ ├── put-scaling-policy.txt │ ├── put-scheduled-action.txt │ ├── register-scalable-target.txt │ ├── tag-resource.txt │ └── untag-resource.txt ├── application-insights.txt ├── application-insights │ ├── create-application.txt │ ├── create-component.txt │ ├── create-log-pattern.txt │ ├── delete-application.txt │ ├── delete-component.txt │ ├── delete-log-pattern.txt │ ├── describe-application.txt │ ├── describe-component-configuration-recommendation.txt │ ├── describe-component-configuration.txt │ ├── describe-component.txt │ ├── describe-log-pattern.txt │ ├── describe-observation.txt │ ├── describe-problem-observations.txt │ ├── describe-problem.txt │ ├── describe-workload.txt │ ├── list-applications.txt │ ├── list-components.txt │ ├── list-configuration-history.txt │ ├── list-log-pattern-sets.txt │ ├── list-log-patterns.txt │ ├── list-problems.txt │ ├── list-tags-for-resource.txt │ ├── list-workloads.txt │ ├── remove-workload.txt │ ├── tag-resource.txt │ ├── untag-resource.txt │ ├── update-application.txt │ ├── update-component-configuration.txt │ ├── update-component.txt │ ├── update-log-pattern.txt │ ├── update-problem.txt │ └── update-workload.txt ├── application-signals.txt ├── application-signals │ ├── create-service-level-objective.txt │ ├── delete-service-level-objective.txt │ ├── get-service-level-objective.txt │ ├── get-service.txt │ ├── list-service-dependencies.txt │ ├── list-service-dependents.txt │ ├── list-service-level-objectives.txt │ ├── list-service-operations.txt │ ├── list-services.txt │ ├── list-tags-for-resource.txt │ ├── start-discovery.txt │ ├── tag-resource.txt │ ├── untag-resource.txt │ └── update-service-level-objective.txt ├── applicationcostprofiler.txt ├── applicationcostprofiler │ ├── get-report-definition.txt │ ├── import-application-usage.txt │ ├── list-report-definitions.txt │ ├── put-report-definition.txt │ └── update-report-definition.txt ├── appmesh.txt ├── appmesh │ ├── create-mesh.txt │ ├── create-route.txt │ ├── create-virtual-gateway.txt │ ├── create-virtual-node.txt │ ├── create-virtual-router.txt │ ├── create-virtual-service.txt │ ├── delete-gateway-route.txt │ ├── delete-mesh.txt │ ├── delete-route.txt │ ├── delete-virtual-gateway.txt │ ├── delete-virtual-node.txt │ ├── delete-virtual-router.txt │ ├── delete-virtual-service.txt │ ├── describe-gateway-route.txt │ ├── describe-mesh.txt │ ├── describe-route.txt │ ├── describe-virtual-gateway.txt │ ├── describe-virtual-node.txt │ ├── describe-virtual-router.txt │ ├── describe-virtual-service.txt │ ├── list-gateway-routes.txt │ ├── list-meshes.txt │ ├── list-routes.txt │ ├── list-tags-for-resource.txt │ ├── list-virtual-gateways.txt │ ├── list-virtual-nodes.txt │ ├── list-virtual-routers.txt │ ├── list-virtual-services.txt │ ├── tag-resource.txt │ ├── untag-resource.txt │ ├── update-gateway-route.txt │ ├── update-mesh.txt │ ├── update-route.txt │ ├── update-virtual-gateway.txt │ ├── update-virtual-node.txt │ ├── update-virtual-router.txt │ └── update-virtual-service.txt ├── apprunner.txt ├── apprunner │ ├── create-auto-scaling-configuration.txt │ ├── create-connection.txt │ ├── create-observability-configuration.txt │ ├── create-service.txt │ ├── create-vpc-connector.txt │ ├── create-vpc-ingress-connection.txt │ ├── delete-auto-scaling-configuration.txt │ ├── delete-connection.txt │ ├── delete-observability-configuration.txt │ ├── delete-service.txt │ ├── delete-vpc-connector.txt │ ├── delete-vpc-ingress-connection.txt │ ├── describe-auto-scaling-configuration.txt │ ├── describe-custom-domains.txt │ ├── describe-observability-configuration.txt │ ├── describe-service.txt │ ├── describe-vpc-connector.txt │ ├── describe-vpc-ingress-connection.txt │ ├── disassociate-custom-domain.txt │ ├── list-auto-scaling-configurations.txt │ ├── list-connections.txt │ ├── list-observability-configurations.txt │ ├── list-operations.txt │ ├── list-services-for-auto-scaling-configuration.txt │ ├── list-services.txt │ ├── list-tags-for-resource.txt │ ├── list-vpc-connectors.txt │ ├── list-vpc-ingress-connections.txt │ ├── pause-service.txt │ ├── resume-service.txt │ ├── start-deployment.txt │ ├── tag-resource.txt │ ├── untag-resource.txt │ ├── update-default-auto-scaling-configuration.txt │ ├── update-service.txt │ └── update-vpc-ingress-connection.txt ├── appstream.txt ├── appstream │ ├── associate-application-fleet.txt │ ├── associate-application-to-entitlement.txt │ ├── associate-fleet.txt │ ├── batch-associate-user-stack.txt │ ├── batch-disassociate-user-stack.txt │ ├── copy-image.txt │ ├── create-app-block-builder-streaming-url.txt │ ├── create-app-block-builder.txt │ ├── create-app-block.txt │ ├── create-application.txt │ ├── create-directory-config.txt │ ├── create-entitlement.txt │ ├── create-fleet.txt │ ├── create-image-builder-streaming-url.txt │ ├── create-image-builder.txt │ ├── create-stack.txt │ ├── create-streaming-url.txt │ ├── create-theme-for-stack.txt │ ├── create-updated-image.txt │ ├── create-usage-report-subscription.txt │ ├── create-user.txt │ ├── delete-app-block-builder.txt │ ├── delete-app-block.txt │ ├── delete-application.txt │ ├── delete-directory-config.txt │ ├── delete-entitlement.txt │ ├── delete-fleet.txt │ ├── delete-image-builder.txt │ ├── delete-image-permissions.txt │ ├── delete-image.txt │ ├── delete-stack.txt │ ├── delete-theme-for-stack.txt │ ├── delete-usage-report-subscription.txt │ ├── delete-user.txt │ ├── describe-app-block-builder-app-block-associations.txt │ ├── describe-app-block-builders.txt │ ├── describe-app-blocks.txt │ ├── describe-application-fleet-associations.txt │ ├── describe-applications.txt │ ├── describe-directory-configs.txt │ ├── describe-entitlements.txt │ ├── describe-fleets.txt │ ├── describe-image-builders.txt │ ├── describe-image-permissions.txt │ ├── describe-images.txt │ ├── describe-sessions.txt │ ├── describe-stacks.txt │ ├── describe-theme-for-stack.txt │ ├── describe-usage-report-subscriptions.txt │ ├── describe-user-stack-associations.txt │ ├── describe-users.txt │ ├── disable-user.txt │ ├── disassociate-app-block-builder-app-block.txt │ ├── disassociate-application-fleet.txt │ ├── disassociate-application-from-entitlement.txt │ ├── disassociate-fleet.txt │ ├── enable-user.txt │ ├── expire-session.txt │ ├── list-associated-fleets.txt │ ├── list-associated-stacks.txt │ ├── list-entitled-applications.txt │ ├── list-tags-for-resource.txt │ ├── start-app-block-builder.txt │ ├── start-fleet.txt │ ├── start-image-builder.txt │ ├── stop-app-block-builder.txt │ ├── stop-fleet.txt │ ├── stop-image-builder.txt │ ├── tag-resource.txt │ ├── untag-resource.txt │ ├── update-app-block-builder.txt │ ├── update-application.txt │ ├── update-directory-config.txt │ ├── update-entitlement.txt │ ├── update-fleet.txt │ ├── update-image-permissions.txt │ ├── update-stack.txt │ ├── update-theme-for-stack.txt │ ├── wait.txt │ └── wait │ │ └── fleet-stopped.txt ├── appsync.txt ├── appsync │ ├── associate-merged-graphql-api.txt │ ├── associate-source-graphql-api.txt │ ├── create-api-cache.txt │ ├── create-api-key.txt │ ├── create-api.txt │ ├── create-channel-namespace.txt │ ├── create-data-source.txt │ ├── create-domain-name.txt │ ├── create-function.txt │ ├── create-graphql-api.txt │ ├── create-resolver.txt │ ├── create-type.txt │ ├── delete-api-cache.txt │ ├── delete-api-key.txt │ ├── delete-api.txt │ ├── delete-channel-namespace.txt │ ├── delete-data-source.txt │ ├── delete-domain-name.txt │ ├── delete-function.txt │ ├── delete-graphql-api.txt │ ├── delete-resolver.txt │ ├── delete-type.txt │ ├── disassociate-api.txt │ ├── disassociate-merged-graphql-api.txt │ ├── disassociate-source-graphql-api.txt │ ├── evaluate-code.txt │ ├── evaluate-mapping-template.txt │ ├── flush-api-cache.txt │ ├── get-api-association.txt │ ├── get-api-cache.txt │ ├── get-api.txt │ ├── get-channel-namespace.txt │ ├── get-data-source-introspection.txt │ ├── get-data-source.txt │ ├── get-domain-name.txt │ ├── get-function.txt │ ├── get-graphql-api-environment-variables.txt │ ├── get-graphql-api.txt │ ├── get-introspection-schema.txt │ ├── get-resolver.txt │ ├── get-schema-creation-status.txt │ ├── get-source-api-association.txt │ ├── get-type.txt │ ├── list-api-keys.txt │ ├── list-apis.txt │ ├── list-channel-namespaces.txt │ ├── list-data-sources.txt │ ├── list-domain-names.txt │ ├── list-functions.txt │ ├── list-graphql-apis.txt │ ├── list-resolvers-by-function.txt │ ├── list-resolvers.txt │ ├── list-source-api-associations.txt │ ├── list-tags-for-resource.txt │ ├── list-types-by-association.txt │ ├── list-types.txt │ ├── put-graphql-api-environment-variables.txt │ ├── start-data-source-introspection.txt │ ├── start-schema-creation.txt │ ├── start-schema-merge.txt │ ├── tag-resource.txt │ ├── untag-resource.txt │ ├── update-api-cache.txt │ ├── update-api-key.txt │ ├── update-api.txt │ ├── update-channel-namespace.txt │ ├── update-data-source.txt │ ├── update-domain-name.txt │ ├── update-function.txt │ ├── update-graphql-api.txt │ ├── update-resolver.txt │ ├── update-source-api-association.txt │ └── update-type.txt ├── apptest.txt ├── apptest │ ├── create-test-configuration.txt │ ├── create-test-suite.txt │ ├── delete-test-case.txt │ ├── delete-test-configuration.txt │ ├── delete-test-run.txt │ ├── delete-test-suite.txt │ ├── get-test-case.txt │ ├── get-test-configuration.txt │ ├── get-test-run-step.txt │ ├── get-test-suite.txt │ ├── list-tags-for-resource.txt │ ├── list-test-cases.txt │ ├── list-test-configurations.txt │ ├── list-test-run-steps.txt │ ├── list-test-run-test-cases.txt │ ├── list-test-runs.txt │ ├── list-test-suites.txt │ ├── start-test-run.txt │ ├── tag-resource.txt │ ├── untag-resource.txt │ ├── update-test-case.txt │ ├── update-test-configuration.txt │ └── update-test-suite.txt ├── arc-zonal-shift.txt ├── arc-zonal-shift │ ├── create-practice-run-configuration.txt │ ├── delete-practice-run-configuration.txt │ ├── get-autoshift-observer-notification-status.txt │ ├── get-managed-resource.txt │ ├── list-autoshifts.txt │ ├── list-managed-resources.txt │ ├── list-zonal-shifts.txt │ ├── start-zonal-shift.txt │ ├── update-autoshift-observer-notification-status.txt │ ├── update-practice-run-configuration.txt │ ├── update-zonal-autoshift-configuration.txt │ └── update-zonal-shift.txt ├── artifact.txt ├── artifact │ ├── get-report-metadata.txt │ ├── get-report.txt │ ├── get-term-for-report.txt │ ├── list-reports.txt │ └── put-account-settings.txt ├── athena.txt ├── athena │ ├── batch-get-prepared-statement.txt │ ├── batch-get-query-execution.txt │ ├── cancel-capacity-reservation.txt │ ├── create-capacity-reservation.txt │ ├── create-data-catalog.txt │ ├── create-named-query.txt │ ├── create-notebook.txt │ ├── create-prepared-statement.txt │ ├── create-presigned-notebook-url.txt │ ├── create-work-group.txt │ ├── delete-capacity-reservation.txt │ ├── delete-data-catalog.txt │ ├── delete-named-query.txt │ ├── delete-notebook.txt │ ├── delete-prepared-statement.txt │ ├── delete-work-group.txt │ ├── export-notebook.txt │ ├── get-calculation-execution-code.txt │ ├── get-calculation-execution-status.txt │ ├── get-calculation-execution.txt │ ├── get-capacity-assignment-configuration.txt │ ├── get-capacity-reservation.txt │ ├── get-data-catalog.txt │ ├── get-database.txt │ ├── get-named-query.txt │ ├── get-notebook-metadata.txt │ ├── get-prepared-statement.txt │ ├── get-query-execution.txt │ ├── get-query-results.txt │ ├── get-query-runtime-statistics.txt │ ├── get-session-status.txt │ ├── get-session.txt │ ├── get-table-metadata.txt │ ├── get-work-group.txt │ ├── import-notebook.txt │ ├── list-application-dpu-sizes.txt │ ├── list-calculation-executions.txt │ ├── list-capacity-reservations.txt │ ├── list-data-catalogs.txt │ ├── list-databases.txt │ ├── list-engine-versions.txt │ ├── list-executors.txt │ ├── list-named-queries.txt │ ├── list-notebook-metadata.txt │ ├── list-notebook-sessions.txt │ ├── list-prepared-statements.txt │ ├── list-query-executions.txt │ ├── list-sessions.txt │ ├── list-table-metadata.txt │ ├── list-tags-for-resource.txt │ ├── list-work-groups.txt │ ├── put-capacity-assignment-configuration.txt │ ├── start-calculation-execution.txt │ ├── start-query-execution.txt │ ├── start-session.txt │ ├── stop-calculation-execution.txt │ ├── stop-query-execution.txt │ ├── tag-resource.txt │ ├── terminate-session.txt │ ├── untag-resource.txt │ ├── update-capacity-reservation.txt │ ├── update-data-catalog.txt │ ├── update-named-query.txt │ ├── update-notebook-metadata.txt │ ├── update-notebook.txt │ ├── update-prepared-statement.txt │ └── update-work-group.txt ├── auditmanager.txt ├── auditmanager │ ├── batch-associate-assessment-report-evidence.txt │ ├── batch-create-delegation-by-assessment.txt │ ├── batch-delete-delegation-by-assessment.txt │ ├── batch-disassociate-assessment-report-evidence.txt │ ├── batch-import-evidence-to-assessment-control.txt │ ├── create-assessment-framework.txt │ ├── create-assessment-report.txt │ ├── create-assessment.txt │ ├── create-control.txt │ ├── delete-assessment-framework-share.txt │ ├── delete-assessment-framework.txt │ ├── delete-assessment-report.txt │ ├── delete-assessment.txt │ ├── delete-control.txt │ ├── deregister-account.txt │ ├── deregister-organization-admin-account.txt │ ├── disassociate-assessment-report-evidence-folder.txt │ ├── get-account-status.txt │ ├── get-assessment-framework.txt │ ├── get-assessment-report-url.txt │ ├── get-assessment.txt │ ├── get-change-logs.txt │ ├── get-control.txt │ ├── get-delegations.txt │ ├── get-evidence-by-evidence-folder.txt │ ├── get-evidence-file-upload-url.txt │ ├── get-evidence-folder.txt │ ├── get-evidence-folders-by-assessment-control.txt │ ├── get-evidence-folders-by-assessment.txt │ ├── get-evidence.txt │ ├── get-insights-by-assessment.txt │ ├── get-insights.txt │ ├── get-organization-admin-account.txt │ ├── get-services-in-scope.txt │ ├── get-settings.txt │ ├── list-assessment-control-insights-by-control-domain.txt │ ├── list-assessment-framework-share-requests.txt │ ├── list-assessment-frameworks.txt │ ├── list-assessment-reports.txt │ ├── list-assessments.txt │ ├── list-control-domain-insights-by-assessment.txt │ ├── list-control-domain-insights.txt │ ├── list-control-insights-by-control-domain.txt │ ├── list-controls.txt │ ├── list-keywords-for-data-source.txt │ ├── list-notifications.txt │ ├── list-tags-for-resource.txt │ ├── register-account.txt │ ├── register-organization-admin-account.txt │ ├── start-assessment-framework-share.txt │ ├── tag-resource.txt │ ├── untag-resource.txt │ ├── update-assessment-control-set-status.txt │ ├── update-assessment-control.txt │ ├── update-assessment-framework-share.txt │ ├── update-assessment-framework.txt │ ├── update-assessment-status.txt │ ├── update-assessment.txt │ ├── update-control.txt │ ├── update-settings.txt │ └── validate-assessment-report-integrity.txt ├── autoscaling-plans.txt ├── autoscaling-plans │ ├── delete-scaling-plan.txt │ ├── describe-scaling-plan-resources.txt │ ├── describe-scaling-plans.txt │ ├── get-scaling-plan-resource-forecast-data.txt │ └── update-scaling-plan.txt ├── autoscaling.txt ├── autoscaling │ ├── attach-load-balancer-target-groups.txt │ ├── attach-load-balancers.txt │ ├── attach-traffic-sources.txt │ ├── batch-delete-scheduled-action.txt │ ├── batch-put-scheduled-update-group-action.txt │ ├── cancel-instance-refresh.txt │ ├── complete-lifecycle-action.txt │ ├── create-auto-scaling-group.txt │ ├── create-launch-configuration.txt │ ├── create-or-update-tags.txt │ ├── delete-auto-scaling-group.txt │ ├── delete-launch-configuration.txt │ ├── delete-lifecycle-hook.txt │ ├── delete-notification-configuration.txt │ ├── delete-policy.txt │ ├── delete-scheduled-action.txt │ ├── delete-tags.txt │ ├── delete-warm-pool.txt │ ├── describe-account-limits.txt │ ├── describe-adjustment-types.txt │ ├── describe-auto-scaling-groups.txt │ ├── describe-auto-scaling-instances.txt │ ├── describe-auto-scaling-notification-types.txt │ ├── describe-instance-refreshes.txt │ ├── describe-launch-configurations.txt │ ├── describe-lifecycle-hook-types.txt │ ├── describe-lifecycle-hooks.txt │ ├── describe-load-balancer-target-groups.txt │ ├── describe-load-balancers.txt │ ├── describe-metric-collection-types.txt │ ├── describe-notification-configurations.txt │ ├── describe-policies.txt │ ├── describe-scaling-activities.txt │ ├── describe-scaling-process-types.txt │ ├── describe-scheduled-actions.txt │ ├── describe-tags.txt │ ├── describe-termination-policy-types.txt │ ├── describe-traffic-sources.txt │ ├── describe-warm-pool.txt │ ├── detach-instances.txt │ ├── detach-load-balancer-target-groups.txt │ ├── detach-load-balancers.txt │ ├── detach-traffic-sources.txt │ ├── disable-metrics-collection.txt │ ├── enable-metrics-collection.txt │ ├── enter-standby.txt │ ├── execute-policy.txt │ ├── exit-standby.txt │ ├── get-predictive-scaling-forecast.txt │ ├── put-lifecycle-hook.txt │ ├── put-notification-configuration.txt │ ├── put-scaling-policy.txt │ ├── put-scheduled-update-group-action.txt │ ├── put-warm-pool.txt │ ├── record-lifecycle-action-heartbeat.txt │ ├── resume-processes.txt │ ├── rollback-instance-refresh.txt │ ├── set-desired-capacity.txt │ ├── set-instance-health.txt │ ├── set-instance-protection.txt │ ├── start-instance-refresh.txt │ ├── suspend-processes.txt │ ├── terminate-instance-in-auto-scaling-group.txt │ └── update-auto-scaling-group.txt ├── aws-version.txt ├── b2bi.txt ├── b2bi │ ├── create-partnership.txt │ ├── create-profile.txt │ ├── create-starter-mapping-template.txt │ ├── create-transformer.txt │ ├── delete-capability.txt │ ├── delete-partnership.txt │ ├── delete-profile.txt │ ├── delete-transformer.txt │ ├── generate-mapping.txt │ ├── get-capability.txt │ ├── get-partnership.txt │ ├── get-profile.txt │ ├── get-transformer-job.txt │ ├── get-transformer.txt │ ├── list-capabilities.txt │ ├── list-partnerships.txt │ ├── list-profiles.txt │ ├── list-tags-for-resource.txt │ ├── list-transformers.txt │ ├── start-transformer-job.txt │ ├── tag-resource.txt │ ├── test-conversion.txt │ ├── test-mapping.txt │ ├── test-parsing.txt │ ├── untag-resource.txt │ ├── update-capability.txt │ ├── update-partnership.txt │ ├── update-profile.txt │ └── update-transformer.txt ├── backup-gateway.txt ├── backup-gateway │ ├── create-gateway.txt │ ├── delete-gateway.txt │ ├── delete-hypervisor.txt │ ├── disassociate-gateway-from-server.txt │ ├── get-bandwidth-rate-limit-schedule.txt │ ├── get-gateway.txt │ ├── get-hypervisor-property-mappings.txt │ ├── get-hypervisor.txt │ ├── get-virtual-machine.txt │ ├── import-hypervisor-configuration.txt │ ├── list-gateways.txt │ ├── list-hypervisors.txt │ ├── list-tags-for-resource.txt │ ├── list-virtual-machines.txt │ ├── put-bandwidth-rate-limit-schedule.txt │ ├── put-hypervisor-property-mappings.txt │ ├── put-maintenance-start-time.txt │ ├── start-virtual-machines-metadata-sync.txt │ ├── tag-resource.txt │ ├── test-hypervisor-configuration.txt │ ├── untag-resource.txt │ ├── update-gateway-information.txt │ ├── update-gateway-software-now.txt │ └── update-hypervisor.txt ├── backup.txt ├── backup │ ├── create-backup-plan.txt │ ├── create-backup-selection.txt │ ├── create-backup-vault.txt │ ├── create-framework.txt │ ├── create-legal-hold.txt │ ├── create-logically-air-gapped-backup-vault.txt │ ├── create-report-plan.txt │ ├── create-restore-testing-plan.txt │ ├── create-restore-testing-selection.txt │ ├── delete-backup-plan.txt │ ├── delete-backup-selection.txt │ ├── delete-backup-vault-access-policy.txt │ ├── delete-backup-vault-lock-configuration.txt │ ├── delete-backup-vault-notifications.txt │ ├── delete-backup-vault.txt │ ├── delete-framework.txt │ ├── delete-recovery-point.txt │ ├── delete-report-plan.txt │ ├── delete-restore-testing-plan.txt │ ├── delete-restore-testing-selection.txt │ ├── describe-backup-job.txt │ ├── describe-backup-vault.txt │ ├── describe-copy-job.txt │ ├── describe-framework.txt │ ├── describe-global-settings.txt │ ├── describe-protected-resource.txt │ ├── describe-recovery-point.txt │ ├── describe-region-settings.txt │ ├── describe-report-job.txt │ ├── describe-report-plan.txt │ ├── describe-restore-job.txt │ ├── disassociate-recovery-point-from-parent.txt │ ├── disassociate-recovery-point.txt │ ├── export-backup-plan-template.txt │ ├── get-backup-plan-from-json.txt │ ├── get-backup-plan-from-template.txt │ ├── get-backup-plan.txt │ ├── get-backup-selection.txt │ ├── get-backup-vault-access-policy.txt │ ├── get-backup-vault-notifications.txt │ ├── get-legal-hold.txt │ ├── get-recovery-point-restore-metadata.txt │ ├── get-restore-job-metadata.txt │ ├── get-restore-testing-inferred-metadata.txt │ ├── get-restore-testing-plan.txt │ ├── get-restore-testing-selection.txt │ ├── get-supported-resource-types.txt │ ├── list-backup-job-summaries.txt │ ├── list-backup-jobs.txt │ ├── list-backup-plan-templates.txt │ ├── list-backup-plan-versions.txt │ ├── list-backup-plans.txt │ ├── list-backup-selections.txt │ ├── list-backup-vaults.txt │ ├── list-copy-job-summaries.txt │ ├── list-copy-jobs.txt │ ├── list-frameworks.txt │ ├── list-legal-holds.txt │ ├── list-protected-resources-by-backup-vault.txt │ ├── list-protected-resources.txt │ ├── list-recovery-points-by-backup-vault.txt │ ├── list-recovery-points-by-legal-hold.txt │ ├── list-recovery-points-by-resource.txt │ ├── list-report-jobs.txt │ ├── list-report-plans.txt │ ├── list-restore-job-summaries.txt │ ├── list-restore-jobs-by-protected-resource.txt │ ├── list-restore-jobs.txt │ ├── list-restore-testing-plans.txt │ ├── list-restore-testing-selections.txt │ ├── list-tags.txt │ ├── put-backup-vault-access-policy.txt │ ├── put-backup-vault-lock-configuration.txt │ ├── put-backup-vault-notifications.txt │ ├── put-restore-validation-result.txt │ ├── start-backup-job.txt │ ├── start-copy-job.txt │ ├── start-report-job.txt │ ├── start-restore-job.txt │ ├── stop-backup-job.txt │ ├── tag-resource.txt │ ├── untag-resource.txt │ ├── update-backup-plan.txt │ ├── update-framework.txt │ ├── update-global-settings.txt │ ├── update-recovery-point-lifecycle.txt │ ├── update-region-settings.txt │ ├── update-report-plan.txt │ ├── update-restore-testing-plan.txt │ └── update-restore-testing-selection.txt ├── backupstorage.txt ├── backupstorage │ ├── get-chunk.txt │ ├── get-object-metadata.txt │ ├── list-chunks.txt │ ├── list-objects.txt │ ├── notify-object-complete.txt │ ├── put-chunk.txt │ ├── put-object.txt │ └── start-object.txt ├── batch.txt ├── batch │ ├── create-compute-environment.txt │ ├── create-job-queue.txt │ ├── create-scheduling-policy.txt │ ├── delete-compute-environment.txt │ ├── delete-job-queue.txt │ ├── delete-scheduling-policy.txt │ ├── deregister-job-definition.txt │ ├── describe-compute-environments.txt │ ├── describe-job-definitions.txt │ ├── describe-job-queues.txt │ ├── describe-jobs.txt │ ├── describe-scheduling-policies.txt │ ├── get-job-queue-snapshot.txt │ ├── list-jobs.txt │ ├── list-scheduling-policies.txt │ ├── list-tags-for-resource.txt │ ├── register-job-definition.txt │ ├── submit-job.txt │ ├── tag-resource.txt │ ├── terminate-job.txt │ ├── untag-resource.txt │ ├── update-compute-environment.txt │ ├── update-job-queue.txt │ └── update-scheduling-policy.txt ├── bcm-data-exports.txt ├── bcm-data-exports │ ├── delete-export.txt │ ├── get-execution.txt │ ├── get-export.txt │ ├── get-table.txt │ ├── list-executions.txt │ ├── list-exports.txt │ ├── list-tables.txt │ ├── list-tags-for-resource.txt │ ├── tag-resource.txt │ ├── untag-resource.txt │ └── update-export.txt ├── bcm-pricing-calculator.txt ├── bcm-pricing-calculator │ ├── batch-create-bill-scenario-usage-modification.txt │ ├── batch-create-workload-estimate-usage.txt │ ├── batch-delete-bill-scenario-commitment-modification.txt │ ├── batch-delete-bill-scenario-usage-modification.txt │ ├── batch-delete-workload-estimate-usage.txt │ ├── batch-update-bill-scenario-commitment-modification.txt │ ├── batch-update-bill-scenario-usage-modification.txt │ ├── batch-update-workload-estimate-usage.txt │ ├── create-bill-estimate.txt │ ├── create-bill-scenario.txt │ ├── create-workload-estimate.txt │ ├── delete-bill-estimate.txt │ ├── delete-bill-scenario.txt │ ├── delete-workload-estimate.txt │ ├── get-bill-estimate.txt │ ├── get-bill-scenario.txt │ ├── get-preferences.txt │ ├── get-workload-estimate.txt │ ├── list-bill-estimate-commitments.txt │ ├── list-bill-estimate-input-commitment-modifications.txt │ ├── list-bill-estimate-input-usage-modifications.txt │ ├── list-bill-estimate-line-items.txt │ ├── list-bill-estimates.txt │ ├── list-bill-scenario-commitment-modifications.txt │ ├── list-bill-scenario-usage-modifications.txt │ ├── list-bill-scenarios.txt │ ├── list-tags-for-resource.txt │ ├── list-workload-estimate-usage.txt │ ├── list-workload-estimates.txt │ ├── tag-resource.txt │ ├── untag-resource.txt │ ├── update-bill-estimate.txt │ ├── update-bill-scenario.txt │ ├── update-preferences.txt │ └── update-workload-estimate.txt ├── bedrock-agent-runtime.txt ├── bedrock-agent-runtime │ ├── generate-query.txt │ ├── get-agent-memory.txt │ ├── rerank.txt │ ├── retrieve-and-generate.txt │ └── retrieve.txt ├── bedrock-agent.txt ├── bedrock-agent │ ├── associate-agent-knowledge-base.txt │ ├── create-agent-action-group.txt │ ├── create-agent-alias.txt │ ├── create-agent.txt │ ├── create-data-source.txt │ ├── create-flow-alias.txt │ ├── create-flow-version.txt │ ├── create-flow.txt │ ├── create-knowledge-base.txt │ ├── create-prompt-version.txt │ ├── create-prompt.txt │ ├── delete-agent-action-group.txt │ ├── delete-agent-alias.txt │ ├── delete-agent-version.txt │ ├── delete-agent.txt │ ├── delete-data-source.txt │ ├── delete-flow-alias.txt │ ├── delete-flow-version.txt │ ├── delete-flow.txt │ ├── delete-knowledge-base-documents.txt │ ├── delete-knowledge-base.txt │ ├── delete-prompt.txt │ ├── disassociate-agent-collaborator.txt │ ├── disassociate-agent-knowledge-base.txt │ ├── get-agent-action-group.txt │ ├── get-agent-alias.txt │ ├── get-agent-collaborator.txt │ ├── get-agent-knowledge-base.txt │ ├── get-agent-version.txt │ ├── get-agent.txt │ ├── get-data-source.txt │ ├── get-flow-alias.txt │ ├── get-flow-version.txt │ ├── get-flow.txt │ ├── get-ingestion-job.txt │ ├── get-knowledge-base-documents.txt │ ├── get-knowledge-base.txt │ ├── get-prompt.txt │ ├── ingest-knowledge-base-documents.txt │ ├── list-agent-action-groups.txt │ ├── list-agent-aliases.txt │ ├── list-agent-collaborators.txt │ ├── list-agent-knowledge-bases.txt │ ├── list-agent-versions.txt │ ├── list-agents.txt │ ├── list-data-sources.txt │ ├── list-flow-aliases.txt │ ├── list-flow-versions.txt │ ├── list-flows.txt │ ├── list-ingestion-jobs.txt │ ├── list-knowledge-base-documents.txt │ ├── list-knowledge-bases.txt │ ├── list-prompts.txt │ ├── list-tags-for-resource.txt │ ├── prepare-agent.txt │ ├── prepare-flow.txt │ ├── start-ingestion-job.txt │ ├── stop-ingestion-job.txt │ ├── tag-resource.txt │ ├── untag-resource.txt │ ├── update-agent-action-group.txt │ ├── update-agent-alias.txt │ ├── update-agent-collaborator.txt │ ├── update-agent-knowledge-base.txt │ ├── update-agent.txt │ ├── update-data-source.txt │ ├── update-flow-alias.txt │ ├── update-flow.txt │ ├── update-knowledge-base.txt │ ├── update-prompt.txt │ └── validate-flow-definition.txt ├── bedrock-data-automation-runtime.txt ├── bedrock-data-automation-runtime │ └── invoke-data-automation-async.txt ├── bedrock-data-automation.txt ├── bedrock-data-automation │ ├── create-blueprint-version.txt │ ├── create-data-automation-project.txt │ ├── delete-blueprint.txt │ ├── delete-data-automation-project.txt │ ├── get-blueprint.txt │ ├── get-data-automation-project.txt │ ├── list-blueprints.txt │ ├── list-data-automation-projects.txt │ ├── update-blueprint.txt │ └── update-data-automation-project.txt ├── bedrock-runtime.txt ├── bedrock-runtime │ ├── converse.txt │ ├── get-async-invoke.txt │ ├── invoke-model.txt │ ├── list-async-invokes.txt │ └── start-async-invoke.txt ├── bedrock.txt ├── bedrock │ ├── create-evaluation-job.txt │ ├── create-guardrail-version.txt │ ├── create-guardrail.txt │ ├── create-inference-profile.txt │ ├── create-marketplace-model-endpoint.txt │ ├── create-model-copy-job.txt │ ├── create-model-customization-job.txt │ ├── create-model-import-job.txt │ ├── create-model-invocation-job.txt │ ├── create-provisioned-model-throughput.txt │ ├── delete-custom-model.txt │ ├── delete-guardrail.txt │ ├── delete-imported-model.txt │ ├── delete-inference-profile.txt │ ├── delete-marketplace-model-endpoint.txt │ ├── delete-model-invocation-logging-configuration.txt │ ├── delete-provisioned-model-throughput.txt │ ├── deregister-marketplace-model-endpoint.txt │ ├── get-custom-model.txt │ ├── get-evaluation-job.txt │ ├── get-foundation-model.txt │ ├── get-guardrail.txt │ ├── get-imported-model.txt │ ├── get-inference-profile.txt │ ├── get-marketplace-model-endpoint.txt │ ├── get-model-copy-job.txt │ ├── get-model-customization-job.txt │ ├── get-model-import-job.txt │ ├── get-model-invocation-job.txt │ ├── get-model-invocation-logging-configuration.txt │ ├── get-prompt-router.txt │ ├── get-provisioned-model-throughput.txt │ ├── list-custom-models.txt │ ├── list-evaluation-jobs.txt │ ├── list-foundation-models.txt │ ├── list-guardrails.txt │ ├── list-imported-models.txt │ ├── list-inference-profiles.txt │ ├── list-marketplace-model-endpoints.txt │ ├── list-model-copy-jobs.txt │ ├── list-model-customization-jobs.txt │ ├── list-model-import-jobs.txt │ ├── list-model-invocation-jobs.txt │ ├── list-prompt-routers.txt │ ├── list-provisioned-model-throughputs.txt │ ├── list-tags-for-resource.txt │ ├── put-model-invocation-logging-configuration.txt │ ├── register-marketplace-model-endpoint.txt │ ├── stop-evaluation-job.txt │ ├── stop-model-customization-job.txt │ ├── stop-model-invocation-job.txt │ ├── tag-resource.txt │ ├── untag-resource.txt │ ├── update-guardrail.txt │ ├── update-marketplace-model-endpoint.txt │ └── update-provisioned-model-throughput.txt ├── billing.txt ├── billing │ └── list-billing-views.txt ├── billingconductor.txt ├── billingconductor │ ├── associate-pricing-rules.txt │ ├── batch-associate-resources-to-custom-line-item.txt │ ├── batch-disassociate-resources-from-custom-line-item.txt │ ├── create-billing-group.txt │ ├── create-custom-line-item.txt │ ├── create-pricing-plan.txt │ ├── create-pricing-rule.txt │ ├── delete-billing-group.txt │ ├── delete-custom-line-item.txt │ ├── delete-pricing-plan.txt │ ├── delete-pricing-rule.txt │ ├── disassociate-accounts.txt │ ├── disassociate-pricing-rules.txt │ ├── get-billing-group-cost-report.txt │ ├── list-account-associations.txt │ ├── list-billing-group-cost-reports.txt │ ├── list-billing-groups.txt │ ├── list-custom-line-item-versions.txt │ ├── list-custom-line-items.txt │ ├── list-pricing-plans-associated-with-pricing-rule.txt │ ├── list-pricing-plans.txt │ ├── list-pricing-rules-associated-to-pricing-plan.txt │ ├── list-pricing-rules.txt │ ├── list-resources-associated-to-custom-line-item.txt │ ├── list-tags-for-resource.txt │ ├── tag-resource.txt │ ├── untag-resource.txt │ ├── update-billing-group.txt │ ├── update-custom-line-item.txt │ ├── update-pricing-plan.txt │ └── update-pricing-rule.txt ├── braket.txt ├── braket │ ├── cancel-quantum-task.txt │ ├── create-job.txt │ ├── create-quantum-task.txt │ ├── get-device.txt │ ├── get-job.txt │ ├── get-quantum-task.txt │ ├── list-tags-for-resource.txt │ ├── search-devices.txt │ ├── search-jobs.txt │ ├── search-quantum-tasks.txt │ ├── tag-resource.txt │ └── untag-resource.txt ├── budgets.txt ├── budgets │ ├── create-budget-action.txt │ ├── create-notification.txt │ ├── create-subscriber.txt │ ├── delete-budget-action.txt │ ├── delete-budget.txt │ ├── delete-notification.txt │ ├── delete-subscriber.txt │ ├── describe-budget-action-histories.txt │ ├── describe-budget-action.txt │ ├── describe-budget-actions-for-account.txt │ ├── describe-budget-actions-for-budget.txt │ ├── describe-budget-notifications-for-account.txt │ ├── describe-budget-performance-history.txt │ ├── describe-budget.txt │ ├── describe-budgets.txt │ ├── describe-notifications-for-budget.txt │ ├── describe-subscribers-for-notification.txt │ ├── execute-budget-action.txt │ ├── list-tags-for-resource.txt │ ├── tag-resource.txt │ ├── untag-resource.txt │ ├── update-budget-action.txt │ ├── update-budget.txt │ ├── update-notification.txt │ └── update-subscriber.txt ├── ce.txt ├── ce │ ├── create-anomaly-subscription.txt │ ├── create-cost-category-definition.txt │ ├── delete-anomaly-monitor.txt │ ├── delete-anomaly-subscription.txt │ ├── delete-cost-category-definition.txt │ ├── describe-cost-category-definition.txt │ ├── get-anomalies.txt │ ├── get-anomaly-monitors.txt │ ├── get-anomaly-subscriptions.txt │ ├── get-approximate-usage-records.txt │ ├── get-commitment-purchase-analysis.txt │ ├── get-cost-and-usage-with-resources.txt │ ├── get-cost-and-usage.txt │ ├── get-cost-categories.txt │ ├── get-cost-forecast.txt │ ├── get-dimension-values.txt │ ├── get-reservation-coverage.txt │ ├── get-reservation-purchase-recommendation.txt │ ├── get-reservation-utilization.txt │ ├── get-rightsizing-recommendation.txt │ ├── get-savings-plan-purchase-recommendation-details.txt │ ├── get-savings-plans-coverage.txt │ ├── get-savings-plans-purchase-recommendation.txt │ ├── get-savings-plans-utilization-details.txt │ ├── get-savings-plans-utilization.txt │ ├── get-tags.txt │ ├── get-usage-forecast.txt │ ├── list-commitment-purchase-analyses.txt │ ├── list-cost-allocation-tag-backfill-history.txt │ ├── list-cost-allocation-tags.txt │ ├── list-cost-category-definitions.txt │ ├── list-savings-plans-purchase-recommendation-generation.txt │ ├── list-tags-for-resource.txt │ ├── provide-anomaly-feedback.txt │ ├── start-commitment-purchase-analysis.txt │ ├── start-cost-allocation-tag-backfill.txt │ ├── start-savings-plans-purchase-recommendation-generation.txt │ ├── tag-resource.txt │ ├── untag-resource.txt │ ├── update-anomaly-monitor.txt │ ├── update-anomaly-subscription.txt │ ├── update-cost-allocation-tags-status.txt │ └── update-cost-category-definition.txt ├── chatbot.txt ├── chatbot │ ├── create-chime-webhook-configuration.txt │ ├── create-custom-action.txt │ ├── create-microsoft-teams-channel-configuration.txt │ ├── create-slack-channel-configuration.txt │ ├── delete-chime-webhook-configuration.txt │ ├── delete-custom-action.txt │ ├── delete-microsoft-teams-channel-configuration.txt │ ├── delete-microsoft-teams-configured-team.txt │ ├── delete-microsoft-teams-user-identity.txt │ ├── delete-slack-channel-configuration.txt │ ├── delete-slack-user-identity.txt │ ├── delete-slack-workspace-authorization.txt │ ├── describe-chime-webhook-configurations.txt │ ├── describe-slack-channel-configurations.txt │ ├── describe-slack-user-identities.txt │ ├── describe-slack-workspaces.txt │ ├── disassociate-from-configuration.txt │ ├── get-account-preferences.txt │ ├── get-custom-action.txt │ ├── get-microsoft-teams-channel-configuration.txt │ ├── list-associations.txt │ ├── list-custom-actions.txt │ ├── list-microsoft-teams-channel-configurations.txt │ ├── list-microsoft-teams-configured-teams.txt │ ├── list-microsoft-teams-user-identities.txt │ ├── list-tags-for-resource.txt │ ├── tag-resource.txt │ ├── untag-resource.txt │ ├── update-account-preferences.txt │ ├── update-chime-webhook-configuration.txt │ ├── update-custom-action.txt │ ├── update-microsoft-teams-channel-configuration.txt │ └── update-slack-channel-configuration.txt ├── chime-sdk-identity.txt ├── chime-sdk-identity │ ├── create-app-instance-admin.txt │ ├── create-app-instance-bot.txt │ ├── create-app-instance-user.txt │ ├── delete-app-instance-admin.txt │ ├── delete-app-instance-bot.txt │ ├── delete-app-instance-user.txt │ ├── delete-app-instance.txt │ ├── deregister-app-instance-user-endpoint.txt │ ├── describe-app-instance-admin.txt │ ├── describe-app-instance-bot.txt │ ├── describe-app-instance-user-endpoint.txt │ ├── describe-app-instance-user.txt │ ├── describe-app-instance.txt │ ├── get-app-instance-retention-settings.txt │ ├── list-app-instance-admins.txt │ ├── list-app-instance-bots.txt │ ├── list-app-instance-user-endpoints.txt │ ├── list-app-instance-users.txt │ ├── list-app-instances.txt │ ├── list-tags-for-resource.txt │ ├── put-app-instance-retention-settings.txt │ ├── put-app-instance-user-expiration-settings.txt │ ├── register-app-instance-user-endpoint.txt │ ├── tag-resource.txt │ ├── untag-resource.txt │ ├── update-app-instance-bot.txt │ ├── update-app-instance-user-endpoint.txt │ ├── update-app-instance-user.txt │ └── update-app-instance.txt ├── chime-sdk-media-pipelines.txt ├── chime-sdk-media-pipelines │ ├── create-media-concatenation-pipeline.txt │ ├── create-media-insights-pipeline-configuration.txt │ ├── create-media-insights-pipeline.txt │ ├── create-media-live-connector-pipeline.txt │ ├── create-media-pipeline-kinesis-video-stream-pool.txt │ ├── create-media-stream-pipeline.txt │ ├── delete-media-capture-pipeline.txt │ ├── delete-media-insights-pipeline-configuration.txt │ ├── delete-media-pipeline-kinesis-video-stream-pool.txt │ ├── delete-media-pipeline.txt │ ├── get-media-capture-pipeline.txt │ ├── get-media-insights-pipeline-configuration.txt │ ├── get-media-pipeline-kinesis-video-stream-pool.txt │ ├── get-media-pipeline.txt │ ├── get-speaker-search-task.txt │ ├── get-voice-tone-analysis-task.txt │ ├── list-media-capture-pipelines.txt │ ├── list-media-insights-pipeline-configurations.txt │ ├── list-media-pipeline-kinesis-video-stream-pools.txt │ ├── list-media-pipelines.txt │ ├── list-tags-for-resource.txt │ ├── start-speaker-search-task.txt │ ├── start-voice-tone-analysis-task.txt │ ├── stop-speaker-search-task.txt │ ├── stop-voice-tone-analysis-task.txt │ ├── tag-resource.txt │ ├── untag-resource.txt │ ├── update-media-insights-pipeline-configuration.txt │ ├── update-media-insights-pipeline-status.txt │ └── update-media-pipeline-kinesis-video-stream-pool.txt ├── chime-sdk-meetings.txt ├── chime-sdk-meetings │ ├── batch-update-attendee-capabilities-except.txt │ ├── create-attendee.txt │ ├── create-meeting-with-attendees.txt │ ├── create-meeting.txt │ ├── delete-attendee.txt │ ├── delete-meeting.txt │ ├── get-attendee.txt │ ├── get-meeting.txt │ ├── list-attendees.txt │ ├── list-tags-for-resource.txt │ ├── start-meeting-transcription.txt │ ├── stop-meeting-transcription.txt │ ├── tag-resource.txt │ ├── untag-resource.txt │ └── update-attendee-capabilities.txt ├── chime-sdk-messaging.txt ├── chime-sdk-messaging │ ├── batch-create-channel-membership.txt │ ├── channel-flow-callback.txt │ ├── create-channel-ban.txt │ ├── create-channel-flow.txt │ ├── create-channel-membership.txt │ ├── create-channel-moderator.txt │ ├── create-channel.txt │ ├── delete-channel-ban.txt │ ├── delete-channel-flow.txt │ ├── delete-channel-membership.txt │ ├── delete-channel-message.txt │ ├── delete-channel-moderator.txt │ ├── delete-channel.txt │ ├── delete-messaging-streaming-configurations.txt │ ├── describe-channel-ban.txt │ ├── describe-channel-flow.txt │ ├── describe-channel-membership-for-app-instance-user.txt │ ├── describe-channel-membership.txt │ ├── describe-channel-moderated-by-app-instance-user.txt │ ├── describe-channel-moderator.txt │ ├── describe-channel.txt │ ├── disassociate-channel-flow.txt │ ├── get-channel-membership-preferences.txt │ ├── get-channel-message-status.txt │ ├── get-channel-message.txt │ ├── get-messaging-session-endpoint.txt │ ├── get-messaging-streaming-configurations.txt │ ├── list-channel-bans.txt │ ├── list-channel-flows.txt │ ├── list-channel-memberships-for-app-instance-user.txt │ ├── list-channel-memberships.txt │ ├── list-channel-messages.txt │ ├── list-channel-moderators.txt │ ├── list-channels-associated-with-channel-flow.txt │ ├── list-channels-moderated-by-app-instance-user.txt │ ├── list-channels.txt │ ├── list-sub-channels.txt │ ├── list-tags-for-resource.txt │ ├── put-channel-expiration-settings.txt │ ├── put-channel-membership-preferences.txt │ ├── put-messaging-streaming-configurations.txt │ ├── redact-channel-message.txt │ ├── search-channels.txt │ ├── send-channel-message.txt │ ├── tag-resource.txt │ ├── untag-resource.txt │ ├── update-channel-flow.txt │ ├── update-channel-message.txt │ ├── update-channel-read-marker.txt │ └── update-channel.txt ├── chime-sdk-voice.txt ├── chime-sdk-voice │ ├── associate-phone-numbers-with-voice-connector-group.txt │ ├── batch-delete-phone-number.txt │ ├── batch-update-phone-number.txt │ ├── create-phone-number-order.txt │ ├── create-proxy-session.txt │ ├── create-sip-media-application-call.txt │ ├── create-sip-media-application.txt │ ├── create-sip-rule.txt │ ├── create-voice-connector-group.txt │ ├── create-voice-connector.txt │ ├── create-voice-profile-domain.txt │ ├── create-voice-profile.txt │ ├── delete-phone-number.txt │ ├── delete-proxy-session.txt │ ├── delete-sip-media-application.txt │ ├── delete-sip-rule.txt │ ├── delete-voice-connector-emergency-calling-configuration.txt │ ├── delete-voice-connector-external-systems-configuration.txt │ ├── delete-voice-connector-group.txt │ ├── delete-voice-connector-origination.txt │ ├── delete-voice-connector-proxy.txt │ ├── delete-voice-connector-streaming-configuration.txt │ ├── delete-voice-connector-termination-credentials.txt │ ├── delete-voice-connector-termination.txt │ ├── delete-voice-connector.txt │ ├── delete-voice-profile-domain.txt │ ├── delete-voice-profile.txt │ ├── disassociate-phone-numbers-from-voice-connector-group.txt │ ├── disassociate-phone-numbers-from-voice-connector.txt │ ├── get-global-settings.txt │ ├── get-phone-number-order.txt │ ├── get-phone-number-settings.txt │ ├── get-phone-number.txt │ ├── get-proxy-session.txt │ ├── get-sip-media-application-alexa-skill-configuration.txt │ ├── get-sip-media-application-logging-configuration.txt │ ├── get-sip-media-application.txt │ ├── get-sip-rule.txt │ ├── get-speaker-search-task.txt │ ├── get-voice-connector-emergency-calling-configuration.txt │ ├── get-voice-connector-external-systems-configuration.txt │ ├── get-voice-connector-group.txt │ ├── get-voice-connector-logging-configuration.txt │ ├── get-voice-connector-origination.txt │ ├── get-voice-connector-proxy.txt │ ├── get-voice-connector-streaming-configuration.txt │ ├── get-voice-connector-termination-health.txt │ ├── get-voice-connector-termination.txt │ ├── get-voice-connector.txt │ ├── get-voice-profile-domain.txt │ ├── get-voice-profile.txt │ ├── get-voice-tone-analysis-task.txt │ ├── list-available-voice-connector-regions.txt │ ├── list-phone-number-orders.txt │ ├── list-phone-numbers.txt │ ├── list-proxy-sessions.txt │ ├── list-sip-media-applications.txt │ ├── list-sip-rules.txt │ ├── list-supported-phone-number-countries.txt │ ├── list-tags-for-resource.txt │ ├── list-voice-connector-groups.txt │ ├── list-voice-connector-termination-credentials.txt │ ├── list-voice-connectors.txt │ ├── list-voice-profile-domains.txt │ ├── list-voice-profiles.txt │ ├── put-sip-media-application-alexa-skill-configuration.txt │ ├── put-sip-media-application-logging-configuration.txt │ ├── put-voice-connector-emergency-calling-configuration.txt │ ├── put-voice-connector-external-systems-configuration.txt │ ├── put-voice-connector-logging-configuration.txt │ ├── put-voice-connector-origination.txt │ ├── put-voice-connector-proxy.txt │ ├── put-voice-connector-streaming-configuration.txt │ ├── put-voice-connector-termination-credentials.txt │ ├── put-voice-connector-termination.txt │ ├── restore-phone-number.txt │ ├── search-available-phone-numbers.txt │ ├── start-speaker-search-task.txt │ ├── start-voice-tone-analysis-task.txt │ ├── stop-speaker-search-task.txt │ ├── stop-voice-tone-analysis-task.txt │ ├── tag-resource.txt │ ├── untag-resource.txt │ ├── update-global-settings.txt │ ├── update-phone-number-settings.txt │ ├── update-phone-number.txt │ ├── update-proxy-session.txt │ ├── update-sip-media-application-call.txt │ ├── update-sip-media-application.txt │ ├── update-sip-rule.txt │ ├── update-voice-connector-group.txt │ ├── update-voice-connector.txt │ ├── update-voice-profile-domain.txt │ ├── update-voice-profile.txt │ └── validate-e911-address.txt ├── chime.txt ├── chime │ ├── associate-phone-numbers-with-voice-connector-group.txt │ ├── associate-phone-numbers-with-voice-connector.txt │ ├── associate-signin-delegate-groups-with-account.txt │ ├── batch-create-attendee.txt │ ├── batch-create-channel-membership.txt │ ├── batch-create-room-membership.txt │ ├── batch-delete-phone-number.txt │ ├── batch-suspend-user.txt │ ├── batch-unsuspend-user.txt │ ├── batch-update-phone-number.txt │ ├── batch-update-user.txt │ ├── create-account.txt │ ├── create-app-instance-admin.txt │ ├── create-app-instance-user.txt │ ├── create-app-instance.txt │ ├── create-attendee.txt │ ├── create-bot.txt │ ├── create-channel-ban.txt │ ├── create-channel-membership.txt │ ├── create-channel-moderator.txt │ ├── create-channel.txt │ ├── create-media-capture-pipeline.txt │ ├── create-meeting-dial-out.txt │ ├── create-meeting-with-attendees.txt │ ├── create-meeting.txt │ ├── create-phone-number-order.txt │ ├── create-proxy-session.txt │ ├── create-room-membership.txt │ ├── create-room.txt │ ├── create-sip-media-application-call.txt │ ├── create-sip-media-application.txt │ ├── create-sip-rule.txt │ ├── create-user.txt │ ├── create-voice-connector-group.txt │ ├── create-voice-connector.txt │ ├── delete-account.txt │ ├── delete-app-instance-admin.txt │ ├── delete-app-instance-streaming-configurations.txt │ ├── delete-app-instance-user.txt │ ├── delete-app-instance.txt │ ├── delete-attendee.txt │ ├── delete-channel-ban.txt │ ├── delete-channel-membership.txt │ ├── delete-channel-message.txt │ ├── delete-channel-moderator.txt │ ├── delete-channel.txt │ ├── delete-events-configuration.txt │ ├── delete-media-capture-pipeline.txt │ ├── delete-meeting.txt │ ├── delete-phone-number.txt │ ├── delete-proxy-session.txt │ ├── delete-room-membership.txt │ ├── delete-room.txt │ ├── delete-sip-media-application.txt │ ├── delete-sip-rule.txt │ ├── delete-voice-connector-emergency-calling-configuration.txt │ ├── delete-voice-connector-group.txt │ ├── delete-voice-connector-origination.txt │ ├── delete-voice-connector-proxy.txt │ ├── delete-voice-connector-streaming-configuration.txt │ ├── delete-voice-connector-termination-credentials.txt │ ├── delete-voice-connector-termination.txt │ ├── delete-voice-connector.txt │ ├── describe-app-instance-admin.txt │ ├── describe-app-instance-user.txt │ ├── describe-app-instance.txt │ ├── describe-channel-ban.txt │ ├── describe-channel-membership-for-app-instance-user.txt │ ├── describe-channel-membership.txt │ ├── describe-channel-moderated-by-app-instance-user.txt │ ├── describe-channel-moderator.txt │ ├── describe-channel.txt │ ├── disassociate-phone-number-from-user.txt │ ├── disassociate-phone-numbers-from-voice-connector-group.txt │ ├── disassociate-phone-numbers-from-voice-connector.txt │ ├── disassociate-signin-delegate-groups-from-account.txt │ ├── get-account-settings.txt │ ├── get-account.txt │ ├── get-app-instance-retention-settings.txt │ ├── get-app-instance-streaming-configurations.txt │ ├── get-attendee.txt │ ├── get-bot.txt │ ├── get-channel-message.txt │ ├── get-events-configuration.txt │ ├── get-global-settings.txt │ ├── get-media-capture-pipeline.txt │ ├── get-meeting.txt │ ├── get-messaging-session-endpoint.txt │ ├── get-phone-number-order.txt │ ├── get-phone-number-settings.txt │ ├── get-phone-number.txt │ ├── get-proxy-session.txt │ ├── get-retention-settings.txt │ ├── get-room.txt │ ├── get-sip-media-application-logging-configuration.txt │ ├── get-sip-media-application.txt │ ├── get-sip-rule.txt │ ├── get-user-settings.txt │ ├── get-user.txt │ ├── get-voice-connector-emergency-calling-configuration.txt │ ├── get-voice-connector-group.txt │ ├── get-voice-connector-logging-configuration.txt │ ├── get-voice-connector-origination.txt │ ├── get-voice-connector-proxy.txt │ ├── get-voice-connector-streaming-configuration.txt │ ├── get-voice-connector-termination-health.txt │ ├── get-voice-connector-termination.txt │ ├── get-voice-connector.txt │ ├── invite-users.txt │ ├── list-accounts.txt │ ├── list-app-instance-admins.txt │ ├── list-app-instance-users.txt │ ├── list-app-instances.txt │ ├── list-attendee-tags.txt │ ├── list-attendees.txt │ ├── list-bots.txt │ ├── list-channel-bans.txt │ ├── list-channel-memberships-for-app-instance-user.txt │ ├── list-channel-memberships.txt │ ├── list-channel-messages.txt │ ├── list-channel-moderators.txt │ ├── list-channels-moderated-by-app-instance-user.txt │ ├── list-channels.txt │ ├── list-media-capture-pipelines.txt │ ├── list-meeting-tags.txt │ ├── list-meetings.txt │ ├── list-phone-number-orders.txt │ ├── list-phone-numbers.txt │ ├── list-proxy-sessions.txt │ ├── list-room-memberships.txt │ ├── list-rooms.txt │ ├── list-sip-media-applications.txt │ ├── list-sip-rules.txt │ ├── list-supported-phone-number-countries.txt │ ├── list-tags-for-resource.txt │ ├── list-users.txt │ ├── list-voice-connector-groups.txt │ ├── list-voice-connector-termination-credentials.txt │ ├── list-voice-connectors.txt │ ├── logout-user.txt │ ├── put-app-instance-retention-settings.txt │ ├── put-app-instance-streaming-configurations.txt │ ├── put-events-configuration.txt │ ├── put-retention-settings.txt │ ├── put-sip-media-application-logging-configuration.txt │ ├── put-voice-connector-emergency-calling-configuration.txt │ ├── put-voice-connector-logging-configuration.txt │ ├── put-voice-connector-origination.txt │ ├── put-voice-connector-proxy.txt │ ├── put-voice-connector-streaming-configuration.txt │ ├── put-voice-connector-termination-credentials.txt │ ├── put-voice-connector-termination.txt │ ├── redact-channel-message.txt │ ├── redact-conversation-message.txt │ ├── redact-room-message.txt │ ├── regenerate-security-token.txt │ ├── reset-personal-pin.txt │ ├── restore-phone-number.txt │ ├── search-available-phone-numbers.txt │ ├── send-channel-message.txt │ ├── start-meeting-transcription.txt │ ├── stop-meeting-transcription.txt │ ├── tag-attendee.txt │ ├── tag-meeting.txt │ ├── tag-resource.txt │ ├── untag-attendee.txt │ ├── untag-meeting.txt │ ├── untag-resource.txt │ ├── update-account-settings.txt │ ├── update-account.txt │ ├── update-app-instance-user.txt │ ├── update-app-instance.txt │ ├── update-bot.txt │ ├── update-channel-message.txt │ ├── update-channel-read-marker.txt │ ├── update-channel.txt │ ├── update-global-settings.txt │ ├── update-phone-number-settings.txt │ ├── update-phone-number.txt │ ├── update-proxy-session.txt │ ├── update-room-membership.txt │ ├── update-room.txt │ ├── update-sip-media-application-call.txt │ ├── update-sip-media-application.txt │ ├── update-sip-rule.txt │ ├── update-user-settings.txt │ ├── update-user.txt │ ├── update-voice-connector-group.txt │ ├── update-voice-connector.txt │ └── validate-e911-address.txt ├── cleanrooms.txt ├── cleanrooms │ ├── batch-get-schema-analysis-rule.txt │ ├── batch-get-schema.txt │ ├── create-analysis-template.txt │ ├── create-collaboration.txt │ ├── create-configured-audience-model-association.txt │ ├── create-configured-table-analysis-rule.txt │ ├── create-configured-table-association-analysis-rule.txt │ ├── create-configured-table-association.txt │ ├── create-configured-table.txt │ ├── create-id-mapping-table.txt │ ├── create-id-namespace-association.txt │ ├── create-membership.txt │ ├── create-privacy-budget-template.txt │ ├── delete-analysis-template.txt │ ├── delete-collaboration.txt │ ├── delete-configured-audience-model-association.txt │ ├── delete-configured-table-analysis-rule.txt │ ├── delete-configured-table-association-analysis-rule.txt │ ├── delete-configured-table-association.txt │ ├── delete-configured-table.txt │ ├── delete-id-mapping-table.txt │ ├── delete-id-namespace-association.txt │ ├── delete-member.txt │ ├── delete-membership.txt │ ├── delete-privacy-budget-template.txt │ ├── get-analysis-template.txt │ ├── get-collaboration-analysis-template.txt │ ├── get-collaboration-configured-audience-model-association.txt │ ├── get-collaboration-id-namespace-association.txt │ ├── get-collaboration-privacy-budget-template.txt │ ├── get-collaboration.txt │ ├── get-configured-audience-model-association.txt │ ├── get-configured-table-analysis-rule.txt │ ├── get-configured-table-association-analysis-rule.txt │ ├── get-configured-table-association.txt │ ├── get-configured-table.txt │ ├── get-id-mapping-table.txt │ ├── get-id-namespace-association.txt │ ├── get-membership.txt │ ├── get-privacy-budget-template.txt │ ├── get-protected-query.txt │ ├── get-schema-analysis-rule.txt │ ├── get-schema.txt │ ├── list-analysis-templates.txt │ ├── list-collaboration-analysis-templates.txt │ ├── list-collaboration-configured-audience-model-associations.txt │ ├── list-collaboration-id-namespace-associations.txt │ ├── list-collaboration-privacy-budget-templates.txt │ ├── list-collaboration-privacy-budgets.txt │ ├── list-collaborations.txt │ ├── list-configured-audience-model-associations.txt │ ├── list-configured-table-associations.txt │ ├── list-configured-tables.txt │ ├── list-id-mapping-tables.txt │ ├── list-id-namespace-associations.txt │ ├── list-members.txt │ ├── list-memberships.txt │ ├── list-privacy-budget-templates.txt │ ├── list-privacy-budgets.txt │ ├── list-protected-queries.txt │ ├── list-schemas.txt │ ├── list-tags-for-resource.txt │ ├── populate-id-mapping-table.txt │ ├── preview-privacy-impact.txt │ ├── start-protected-query.txt │ ├── tag-resource.txt │ ├── untag-resource.txt │ ├── update-analysis-template.txt │ ├── update-collaboration.txt │ ├── update-configured-audience-model-association.txt │ ├── update-configured-table-analysis-rule.txt │ ├── update-configured-table-association-analysis-rule.txt │ ├── update-configured-table-association.txt │ ├── update-configured-table.txt │ ├── update-id-mapping-table.txt │ ├── update-id-namespace-association.txt │ ├── update-membership.txt │ ├── update-privacy-budget-template.txt │ └── update-protected-query.txt ├── cleanroomsml.txt ├── cleanroomsml │ ├── cancel-trained-model-inference-job.txt │ ├── create-audience-model.txt │ ├── create-configured-audience-model.txt │ ├── create-configured-model-algorithm-association.txt │ ├── create-configured-model-algorithm.txt │ ├── create-ml-input-channel.txt │ ├── create-trained-model.txt │ ├── create-training-dataset.txt │ ├── delete-audience-generation-job.txt │ ├── delete-audience-model.txt │ ├── delete-configured-audience-model-policy.txt │ ├── delete-configured-audience-model.txt │ ├── delete-configured-model-algorithm-association.txt │ ├── delete-configured-model-algorithm.txt │ ├── delete-ml-configuration.txt │ ├── delete-ml-input-channel-data.txt │ ├── delete-trained-model-output.txt │ ├── delete-training-dataset.txt │ ├── get-audience-generation-job.txt │ ├── get-audience-model.txt │ ├── get-collaboration-configured-model-algorithm-association.txt │ ├── get-collaboration-ml-input-channel.txt │ ├── get-collaboration-trained-model.txt │ ├── get-configured-audience-model-policy.txt │ ├── get-configured-audience-model.txt │ ├── get-configured-model-algorithm-association.txt │ ├── get-configured-model-algorithm.txt │ ├── get-ml-configuration.txt │ ├── get-ml-input-channel.txt │ ├── get-trained-model-inference-job.txt │ ├── get-trained-model.txt │ ├── get-training-dataset.txt │ ├── list-audience-export-jobs.txt │ ├── list-audience-generation-jobs.txt │ ├── list-audience-models.txt │ ├── list-collaboration-configured-model-algorithm-associations.txt │ ├── list-collaboration-ml-input-channels.txt │ ├── list-collaboration-trained-model-export-jobs.txt │ ├── list-collaboration-trained-model-inference-jobs.txt │ ├── list-collaboration-trained-models.txt │ ├── list-configured-audience-models.txt │ ├── list-configured-model-algorithm-associations.txt │ ├── list-configured-model-algorithms.txt │ ├── list-ml-input-channels.txt │ ├── list-tags-for-resource.txt │ ├── list-trained-model-inference-jobs.txt │ ├── list-trained-models.txt │ ├── list-training-datasets.txt │ ├── put-configured-audience-model-policy.txt │ ├── put-ml-configuration.txt │ ├── start-audience-export-job.txt │ ├── start-audience-generation-job.txt │ ├── start-trained-model-export-job.txt │ ├── start-trained-model-inference-job.txt │ ├── tag-resource.txt │ ├── untag-resource.txt │ └── update-configured-audience-model.txt ├── cli-dev.txt ├── cloud9.txt ├── cloud9 │ ├── create-environment-membership.txt │ ├── delete-environment-membership.txt │ ├── delete-environment.txt │ ├── describe-environment-memberships.txt │ ├── describe-environment-status.txt │ ├── describe-environments.txt │ ├── list-environments.txt │ ├── list-tags-for-resource.txt │ ├── tag-resource.txt │ ├── untag-resource.txt │ ├── update-environment-membership.txt │ └── update-environment.txt ├── cloudcontrol.txt ├── cloudcontrol │ ├── create-resource.txt │ ├── delete-resource.txt │ ├── get-resource-request-status.txt │ ├── get-resource.txt │ ├── list-resource-requests.txt │ ├── list-resources.txt │ ├── update-resource.txt │ └── wait.txt ├── clouddirectory.txt ├── clouddirectory │ ├── apply-schema.txt │ ├── attach-object.txt │ ├── attach-policy.txt │ ├── attach-to-index.txt │ ├── attach-typed-link.txt │ ├── batch-read.txt │ ├── batch-write.txt │ ├── create-directory.txt │ ├── create-facet.txt │ ├── create-index.txt │ ├── create-object.txt │ ├── create-schema.txt │ ├── create-typed-link-facet.txt │ ├── delete-directory.txt │ ├── delete-facet.txt │ ├── delete-object.txt │ ├── delete-schema.txt │ ├── delete-typed-link-facet.txt │ ├── detach-from-index.txt │ ├── detach-object.txt │ ├── detach-policy.txt │ ├── detach-typed-link.txt │ ├── disable-directory.txt │ ├── enable-directory.txt │ ├── get-applied-schema-version.txt │ ├── get-directory.txt │ ├── get-facet.txt │ ├── get-link-attributes.txt │ ├── get-object-attributes.txt │ ├── get-object-information.txt │ ├── get-schema-as-json.txt │ ├── get-typed-link-facet-information.txt │ ├── list-applied-schema-arns.txt │ ├── list-attached-indices.txt │ ├── list-development-schema-arns.txt │ ├── list-directories.txt │ ├── list-facet-attributes.txt │ ├── list-facet-names.txt │ ├── list-incoming-typed-links.txt │ ├── list-index.txt │ ├── list-managed-schema-arns.txt │ ├── list-object-attributes.txt │ ├── list-object-children.txt │ ├── list-object-parent-paths.txt │ ├── list-object-parents.txt │ ├── list-object-policies.txt │ ├── list-outgoing-typed-links.txt │ ├── list-policy-attachments.txt │ ├── list-published-schema-arns.txt │ ├── list-tags-for-resource.txt │ ├── list-typed-link-facet-attributes.txt │ ├── list-typed-link-facet-names.txt │ ├── lookup-policy.txt │ ├── publish-schema.txt │ ├── put-schema-from-json.txt │ ├── remove-facet-from-object.txt │ ├── tag-resource.txt │ ├── untag-resource.txt │ ├── update-facet.txt │ ├── update-link-attributes.txt │ ├── update-object-attributes.txt │ ├── update-schema.txt │ ├── update-typed-link-facet.txt │ ├── upgrade-applied-schema.txt │ └── upgrade-published-schema.txt ├── cloudformation.txt ├── cloudformation │ ├── activate-type.txt │ ├── batch-describe-type-configurations.txt │ ├── cancel-update-stack.txt │ ├── continue-update-rollback.txt │ ├── create-change-set.txt │ ├── create-generated-template.txt │ ├── create-stack-instances.txt │ ├── create-stack-set.txt │ ├── create-stack.txt │ ├── deactivate-organizations-access.txt │ ├── deactivate-type.txt │ ├── delete-change-set.txt │ ├── delete-generated-template.txt │ ├── delete-stack-instances.txt │ ├── delete-stack-set.txt │ ├── delete-stack.txt │ ├── deploy.txt │ ├── deregister-type.txt │ ├── describe-account-limits.txt │ ├── describe-change-set-hooks.txt │ ├── describe-change-set.txt │ ├── describe-generated-template.txt │ ├── describe-organizations-access.txt │ ├── describe-publisher.txt │ ├── describe-resource-scan.txt │ ├── describe-stack-drift-detection-status.txt │ ├── describe-stack-events.txt │ ├── describe-stack-instance.txt │ ├── describe-stack-resource-drifts.txt │ ├── describe-stack-resource.txt │ ├── describe-stack-resources.txt │ ├── describe-stack-set-operation.txt │ ├── describe-stack-set.txt │ ├── describe-stacks.txt │ ├── describe-type-registration.txt │ ├── describe-type.txt │ ├── detect-stack-drift.txt │ ├── detect-stack-resource-drift.txt │ ├── detect-stack-set-drift.txt │ ├── estimate-template-cost.txt │ ├── execute-change-set.txt │ ├── get-generated-template.txt │ ├── get-stack-policy.txt │ ├── get-template-summary.txt │ ├── get-template.txt │ ├── import-stacks-to-stack-set.txt │ ├── list-change-sets.txt │ ├── list-exports.txt │ ├── list-generated-templates.txt │ ├── list-hook-results.txt │ ├── list-imports.txt │ ├── list-resource-scan-related-resources.txt │ ├── list-resource-scan-resources.txt │ ├── list-resource-scans.txt │ ├── list-stack-instance-resource-drifts.txt │ ├── list-stack-instances.txt │ ├── list-stack-resources.txt │ ├── list-stack-set-auto-deployment-targets.txt │ ├── list-stack-set-operation-results.txt │ ├── list-stack-set-operations.txt │ ├── list-stack-sets.txt │ ├── list-stacks.txt │ ├── list-type-registrations.txt │ ├── list-type-versions.txt │ ├── list-types.txt │ ├── package.txt │ ├── publish-type.txt │ ├── record-handler-progress.txt │ ├── register-publisher.txt │ ├── register-type.txt │ ├── rollback-stack.txt │ ├── set-stack-policy.txt │ ├── set-type-configuration.txt │ ├── set-type-default-version.txt │ ├── signal-resource.txt │ ├── start-resource-scan.txt │ ├── stop-stack-set-operation.txt │ ├── test-type.txt │ ├── update-generated-template.txt │ ├── update-stack-instances.txt │ ├── update-stack-set.txt │ ├── update-stack.txt │ ├── update-termination-protection.txt │ ├── validate-template.txt │ ├── wait.txt │ └── wait │ │ ├── stack-create-complete.txt │ │ ├── stack-delete-complete.txt │ │ ├── stack-exists.txt │ │ ├── stack-import-complete.txt │ │ ├── stack-rollback-complete.txt │ │ ├── stack-update-complete.txt │ │ └── type-registration-complete.txt ├── cloudfront-keyvaluestore.txt ├── cloudfront-keyvaluestore │ ├── describe-key-value-store.txt │ ├── get-key.txt │ ├── list-keys.txt │ ├── put-key.txt │ └── update-keys.txt ├── cloudfront.txt ├── cloudfront │ ├── copy-distribution.txt │ ├── create-anycast-ip-list.txt │ ├── create-cache-policy.txt │ ├── create-cloud-front-origin-access-identity.txt │ ├── create-continuous-deployment-policy.txt │ ├── create-distribution-with-tags.txt │ ├── create-distribution.txt │ ├── create-field-level-encryption-config.txt │ ├── create-field-level-encryption-profile.txt │ ├── create-function.txt │ ├── create-invalidation.txt │ ├── create-key-group.txt │ ├── create-key-value-store.txt │ ├── create-monitoring-subscription.txt │ ├── create-origin-access-control.txt │ ├── create-origin-request-policy.txt │ ├── create-public-key.txt │ ├── create-realtime-log-config.txt │ ├── create-response-headers-policy.txt │ ├── create-streaming-distribution-with-tags.txt │ ├── create-streaming-distribution.txt │ ├── create-vpc-origin.txt │ ├── delete-anycast-ip-list.txt │ ├── delete-cache-policy.txt │ ├── delete-cloud-front-origin-access-identity.txt │ ├── delete-continuous-deployment-policy.txt │ ├── delete-distribution.txt │ ├── delete-field-level-encryption-config.txt │ ├── delete-field-level-encryption-profile.txt │ ├── delete-function.txt │ ├── delete-key-group.txt │ ├── delete-key-value-store.txt │ ├── delete-monitoring-subscription.txt │ ├── delete-origin-access-control.txt │ ├── delete-origin-request-policy.txt │ ├── delete-public-key.txt │ ├── delete-realtime-log-config.txt │ ├── delete-response-headers-policy.txt │ ├── delete-streaming-distribution.txt │ ├── delete-vpc-origin.txt │ ├── describe-function.txt │ ├── describe-key-value-store.txt │ ├── get-anycast-ip-list.txt │ ├── get-cache-policy-config.txt │ ├── get-cache-policy.txt │ ├── get-cloud-front-origin-access-identity-config.txt │ ├── get-cloud-front-origin-access-identity.txt │ ├── get-continuous-deployment-policy-config.txt │ ├── get-continuous-deployment-policy.txt │ ├── get-distribution-config.txt │ ├── get-distribution.txt │ ├── get-field-level-encryption-config.txt │ ├── get-field-level-encryption-profile-config.txt │ ├── get-field-level-encryption-profile.txt │ ├── get-field-level-encryption.txt │ ├── get-function.txt │ ├── get-invalidation.txt │ ├── get-key-group-config.txt │ ├── get-key-group.txt │ ├── get-monitoring-subscription.txt │ ├── get-origin-access-control-config.txt │ ├── get-origin-access-control.txt │ ├── get-origin-request-policy-config.txt │ ├── get-origin-request-policy.txt │ ├── get-public-key-config.txt │ ├── get-public-key.txt │ ├── get-realtime-log-config.txt │ ├── get-response-headers-policy-config.txt │ ├── get-response-headers-policy.txt │ ├── get-streaming-distribution-config.txt │ ├── get-streaming-distribution.txt │ ├── get-vpc-origin.txt │ ├── list-anycast-ip-lists.txt │ ├── list-cache-policies.txt │ ├── list-cloud-front-origin-access-identities.txt │ ├── list-conflicting-aliases.txt │ ├── list-continuous-deployment-policies.txt │ ├── list-distributions-by-anycast-ip-list-id.txt │ ├── list-distributions-by-cache-policy-id.txt │ ├── list-distributions-by-key-group.txt │ ├── list-distributions-by-origin-request-policy-id.txt │ ├── list-distributions-by-realtime-log-config.txt │ ├── list-distributions-by-response-headers-policy-id.txt │ ├── list-distributions-by-vpc-origin-id.txt │ ├── list-distributions-by-web-acl-id.txt │ ├── list-distributions.txt │ ├── list-field-level-encryption-configs.txt │ ├── list-field-level-encryption-profiles.txt │ ├── list-functions.txt │ ├── list-invalidations.txt │ ├── list-key-groups.txt │ ├── list-key-value-stores.txt │ ├── list-origin-access-controls.txt │ ├── list-origin-request-policies.txt │ ├── list-public-keys.txt │ ├── list-realtime-log-configs.txt │ ├── list-response-headers-policies.txt │ ├── list-streaming-distributions.txt │ ├── list-tags-for-resource.txt │ ├── list-vpc-origins.txt │ ├── publish-function.txt │ ├── sign.txt │ ├── tag-resource.txt │ ├── test-function.txt │ ├── untag-resource.txt │ ├── update-cache-policy.txt │ ├── update-cloud-front-origin-access-identity.txt │ ├── update-continuous-deployment-policy.txt │ ├── update-distribution-with-staging-config.txt │ ├── update-distribution.txt │ ├── update-field-level-encryption-config.txt │ ├── update-field-level-encryption-profile.txt │ ├── update-function.txt │ ├── update-key-group.txt │ ├── update-key-value-store.txt │ ├── update-origin-access-control.txt │ ├── update-origin-request-policy.txt │ ├── update-public-key.txt │ ├── update-realtime-log-config.txt │ ├── update-response-headers-policy.txt │ ├── update-streaming-distribution.txt │ ├── update-vpc-origin.txt │ ├── wait.txt │ └── wait │ │ ├── invalidation-completed.txt │ │ └── streaming-distribution-deployed.txt ├── cloudhsm.txt ├── cloudhsm │ ├── create-hapg.txt │ ├── create-hsm.txt │ ├── create-luna-client.txt │ ├── delete-hapg.txt │ ├── delete-hsm.txt │ ├── delete-luna-client.txt │ ├── describe-hapg.txt │ ├── describe-hsm.txt │ ├── describe-luna-client.txt │ ├── get-config.txt │ ├── list-available-zones.txt │ ├── list-hapgs.txt │ ├── list-hsms.txt │ ├── list-luna-clients.txt │ ├── list-tags-for-resource.txt │ ├── modify-hapg.txt │ ├── modify-hsm.txt │ ├── modify-luna-client.txt │ └── remove-tags-from-resource.txt ├── cloudhsmv2.txt ├── cloudhsmv2 │ ├── create-cluster.txt │ ├── create-hsm.txt │ ├── delete-backup.txt │ ├── delete-cluster.txt │ ├── delete-hsm.txt │ ├── delete-resource-policy.txt │ ├── describe-backups.txt │ ├── describe-clusters.txt │ ├── get-resource-policy.txt │ ├── initialize-cluster.txt │ ├── list-tags.txt │ ├── modify-backup-attributes.txt │ ├── modify-cluster.txt │ ├── put-resource-policy.txt │ ├── restore-backup.txt │ ├── tag-resource.txt │ └── untag-resource.txt ├── cloudsearch.txt ├── cloudsearch │ ├── create-domain.txt │ ├── define-analysis-scheme.txt │ ├── define-expression.txt │ ├── define-index-field.txt │ ├── define-suggester.txt │ ├── delete-analysis-scheme.txt │ ├── delete-domain.txt │ ├── delete-expression.txt │ ├── delete-index-field.txt │ ├── delete-suggester.txt │ ├── describe-analysis-schemes.txt │ ├── describe-availability-options.txt │ ├── describe-domain-endpoint-options.txt │ ├── describe-domains.txt │ ├── describe-expressions.txt │ ├── describe-index-fields.txt │ ├── describe-scaling-parameters.txt │ ├── describe-service-access-policies.txt │ ├── describe-suggesters.txt │ ├── index-documents.txt │ ├── list-domain-names.txt │ ├── update-availability-options.txt │ ├── update-domain-endpoint-options.txt │ ├── update-scaling-parameters.txt │ └── update-service-access-policies.txt ├── cloudsearchdomain.txt ├── cloudsearchdomain │ ├── search.txt │ ├── suggest.txt │ └── upload-documents.txt ├── cloudtrail-data.txt ├── cloudtrail-data │ └── put-audit-events.txt ├── cloudtrail.txt ├── cloudtrail │ ├── cancel-query.txt │ ├── create-channel.txt │ ├── create-dashboard.txt │ ├── create-event-data-store.txt │ ├── create-trail.txt │ ├── delete-channel.txt │ ├── delete-dashboard.txt │ ├── delete-event-data-store.txt │ ├── delete-resource-policy.txt │ ├── delete-trail.txt │ ├── deregister-organization-delegated-admin.txt │ ├── describe-query.txt │ ├── describe-trails.txt │ ├── disable-federation.txt │ ├── enable-federation.txt │ ├── generate-query.txt │ ├── get-channel.txt │ ├── get-dashboard.txt │ ├── get-event-data-store.txt │ ├── get-event-selectors.txt │ ├── get-import.txt │ ├── get-insight-selectors.txt │ ├── get-query-results.txt │ ├── get-resource-policy.txt │ ├── get-trail-status.txt │ ├── get-trail.txt │ ├── list-channels.txt │ ├── list-dashboards.txt │ ├── list-event-data-stores.txt │ ├── list-import-failures.txt │ ├── list-imports.txt │ ├── list-insights-metric-data.txt │ ├── list-public-keys.txt │ ├── list-queries.txt │ ├── list-tags.txt │ ├── list-trails.txt │ ├── lookup-events.txt │ ├── put-event-selectors.txt │ ├── put-insight-selectors.txt │ ├── put-resource-policy.txt │ ├── register-organization-delegated-admin.txt │ ├── remove-tags.txt │ ├── restore-event-data-store.txt │ ├── start-dashboard-refresh.txt │ ├── start-event-data-store-ingestion.txt │ ├── start-import.txt │ ├── start-logging.txt │ ├── start-query.txt │ ├── stop-event-data-store-ingestion.txt │ ├── stop-import.txt │ ├── stop-logging.txt │ ├── update-channel.txt │ ├── update-dashboard.txt │ ├── update-event-data-store.txt │ ├── update-trail.txt │ └── validate-logs.txt ├── cloudwatch.txt ├── cloudwatch │ ├── delete-anomaly-detector.txt │ ├── delete-dashboards.txt │ ├── delete-insight-rules.txt │ ├── delete-metric-stream.txt │ ├── describe-alarm-history.txt │ ├── describe-alarms-for-metric.txt │ ├── describe-alarms.txt │ ├── describe-anomaly-detectors.txt │ ├── describe-insight-rules.txt │ ├── disable-alarm-actions.txt │ ├── disable-insight-rules.txt │ ├── enable-alarm-actions.txt │ ├── enable-insight-rules.txt │ ├── get-dashboard.txt │ ├── get-insight-rule-report.txt │ ├── get-metric-data.txt │ ├── get-metric-statistics.txt │ ├── get-metric-stream.txt │ ├── get-metric-widget-image.txt │ ├── list-dashboards.txt │ ├── list-managed-insight-rules.txt │ ├── list-metric-streams.txt │ ├── list-metrics.txt │ ├── list-tags-for-resource.txt │ ├── put-anomaly-detector.txt │ ├── put-composite-alarm.txt │ ├── put-dashboard.txt │ ├── put-insight-rule.txt │ ├── put-managed-insight-rules.txt │ ├── put-metric-alarm.txt │ ├── put-metric-data.txt │ ├── put-metric-stream.txt │ ├── set-alarm-state.txt │ ├── start-metric-streams.txt │ ├── stop-metric-streams.txt │ ├── tag-resource.txt │ ├── untag-resource.txt │ ├── wait.txt │ └── wait │ │ └── composite-alarm-exists.txt ├── codeartifact.txt ├── codeartifact │ ├── copy-package-versions.txt │ ├── create-domain.txt │ ├── create-package-group.txt │ ├── create-repository.txt │ ├── delete-domain-permissions-policy.txt │ ├── delete-domain.txt │ ├── delete-package-group.txt │ ├── delete-package-versions.txt │ ├── delete-package.txt │ ├── delete-repository-permissions-policy.txt │ ├── delete-repository.txt │ ├── describe-domain.txt │ ├── describe-package-group.txt │ ├── describe-package-version.txt │ ├── describe-package.txt │ ├── describe-repository.txt │ ├── disassociate-external-connection.txt │ ├── dispose-package-versions.txt │ ├── get-associated-package-group.txt │ ├── get-authorization-token.txt │ ├── get-domain-permissions-policy.txt │ ├── get-package-version-asset.txt │ ├── get-package-version-readme.txt │ ├── get-repository-endpoint.txt │ ├── get-repository-permissions-policy.txt │ ├── list-allowed-repositories-for-group.txt │ ├── list-associated-packages.txt │ ├── list-domains.txt │ ├── list-package-groups.txt │ ├── list-package-version-assets.txt │ ├── list-package-version-dependencies.txt │ ├── list-package-versions.txt │ ├── list-packages.txt │ ├── list-repositories-in-domain.txt │ ├── list-repositories.txt │ ├── list-sub-package-groups.txt │ ├── list-tags-for-resource.txt │ ├── login.txt │ ├── publish-package-version.txt │ ├── put-domain-permissions-policy.txt │ ├── put-package-origin-configuration.txt │ ├── put-repository-permissions-policy.txt │ ├── tag-resource.txt │ ├── untag-resource.txt │ ├── update-package-group-origin-configuration.txt │ ├── update-package-group.txt │ ├── update-package-versions-status.txt │ └── update-repository.txt ├── codebuild.txt ├── codebuild │ ├── batch-get-build-batches.txt │ ├── batch-get-builds.txt │ ├── batch-get-fleets.txt │ ├── batch-get-projects.txt │ ├── batch-get-report-groups.txt │ ├── batch-get-reports.txt │ ├── create-fleet.txt │ ├── create-project.txt │ ├── create-report-group.txt │ ├── create-webhook.txt │ ├── delete-build-batch.txt │ ├── delete-fleet.txt │ ├── delete-project.txt │ ├── delete-report-group.txt │ ├── delete-report.txt │ ├── delete-resource-policy.txt │ ├── delete-source-credentials.txt │ ├── delete-webhook.txt │ ├── describe-code-coverages.txt │ ├── describe-test-cases.txt │ ├── get-report-group-trend.txt │ ├── get-resource-policy.txt │ ├── import-source-credentials.txt │ ├── invalidate-project-cache.txt │ ├── list-build-batches-for-project.txt │ ├── list-build-batches.txt │ ├── list-builds-for-project.txt │ ├── list-builds.txt │ ├── list-curated-environment-images.txt │ ├── list-fleets.txt │ ├── list-projects.txt │ ├── list-report-groups.txt │ ├── list-reports-for-report-group.txt │ ├── list-reports.txt │ ├── list-shared-projects.txt │ ├── list-shared-report-groups.txt │ ├── list-source-credentials.txt │ ├── put-resource-policy.txt │ ├── retry-build-batch.txt │ ├── retry-build.txt │ ├── start-build-batch.txt │ ├── start-build.txt │ ├── stop-build-batch.txt │ ├── stop-build.txt │ ├── update-fleet.txt │ ├── update-project-visibility.txt │ ├── update-project.txt │ ├── update-report-group.txt │ └── update-webhook.txt ├── codecatalyst.txt ├── codecatalyst │ ├── create-dev-environment.txt │ ├── create-project.txt │ ├── create-source-repository-branch.txt │ ├── create-source-repository.txt │ ├── delete-access-token.txt │ ├── delete-dev-environment.txt │ ├── delete-project.txt │ ├── delete-source-repository.txt │ ├── delete-space.txt │ ├── get-dev-environment.txt │ ├── get-project.txt │ ├── get-source-repository-clone-urls.txt │ ├── get-source-repository.txt │ ├── get-space.txt │ ├── get-subscription.txt │ ├── get-user-details.txt │ ├── get-workflow-run.txt │ ├── get-workflow.txt │ ├── list-access-tokens.txt │ ├── list-dev-environment-sessions.txt │ ├── list-dev-environments.txt │ ├── list-event-logs.txt │ ├── list-projects.txt │ ├── list-source-repositories.txt │ ├── list-source-repository-branches.txt │ ├── list-spaces.txt │ ├── list-workflow-runs.txt │ ├── list-workflows.txt │ ├── start-dev-environment-session.txt │ ├── start-dev-environment.txt │ ├── start-workflow-run.txt │ ├── stop-dev-environment-session.txt │ ├── stop-dev-environment.txt │ ├── update-dev-environment.txt │ ├── update-project.txt │ ├── update-space.txt │ └── verify-session.txt ├── codecommit.txt ├── codecommit │ ├── batch-associate-approval-rule-template-with-repositories.txt │ ├── batch-describe-merge-conflicts.txt │ ├── batch-disassociate-approval-rule-template-from-repositories.txt │ ├── batch-get-commits.txt │ ├── batch-get-repositories.txt │ ├── create-approval-rule-template.txt │ ├── create-branch.txt │ ├── create-commit.txt │ ├── create-pull-request-approval-rule.txt │ ├── create-pull-request.txt │ ├── create-repository.txt │ ├── create-unreferenced-merge-commit.txt │ ├── credential-helper.txt │ ├── delete-approval-rule-template.txt │ ├── delete-branch.txt │ ├── delete-comment-content.txt │ ├── delete-file.txt │ ├── delete-pull-request-approval-rule.txt │ ├── delete-repository.txt │ ├── describe-merge-conflicts.txt │ ├── describe-pull-request-events.txt │ ├── disassociate-approval-rule-template-from-repository.txt │ ├── evaluate-pull-request-approval-rules.txt │ ├── get-approval-rule-template.txt │ ├── get-blob.txt │ ├── get-branch.txt │ ├── get-comment-reactions.txt │ ├── get-comment.txt │ ├── get-comments-for-compared-commit.txt │ ├── get-comments-for-pull-request.txt │ ├── get-commit.txt │ ├── get-differences.txt │ ├── get-file.txt │ ├── get-folder.txt │ ├── get-merge-commit.txt │ ├── get-merge-conflicts.txt │ ├── get-merge-options.txt │ ├── get-pull-request-approval-states.txt │ ├── get-pull-request-override-state.txt │ ├── get-pull-request.txt │ ├── get-repository-triggers.txt │ ├── get-repository.txt │ ├── list-approval-rule-templates.txt │ ├── list-associated-approval-rule-templates-for-repository.txt │ ├── list-branches.txt │ ├── list-file-commit-history.txt │ ├── list-pull-requests.txt │ ├── list-repositories-for-approval-rule-template.txt │ ├── list-repositories.txt │ ├── list-tags-for-resource.txt │ ├── merge-branches-by-fast-forward.txt │ ├── merge-branches-by-squash.txt │ ├── merge-branches-by-three-way.txt │ ├── merge-pull-request-by-fast-forward.txt │ ├── merge-pull-request-by-squash.txt │ ├── merge-pull-request-by-three-way.txt │ ├── override-pull-request-approval-rules.txt │ ├── post-comment-for-compared-commit.txt │ ├── post-comment-for-pull-request.txt │ ├── post-comment-reply.txt │ ├── put-comment-reaction.txt │ ├── put-file.txt │ ├── put-repository-triggers.txt │ ├── tag-resource.txt │ ├── test-repository-triggers.txt │ ├── untag-resource.txt │ ├── update-approval-rule-template-content.txt │ ├── update-approval-rule-template-description.txt │ ├── update-approval-rule-template-name.txt │ ├── update-comment.txt │ ├── update-default-branch.txt │ ├── update-pull-request-approval-rule-content.txt │ ├── update-pull-request-approval-state.txt │ ├── update-pull-request-description.txt │ ├── update-pull-request-status.txt │ ├── update-pull-request-title.txt │ ├── update-repository-description.txt │ ├── update-repository-encryption-key.txt │ └── update-repository-name.txt ├── codeconnections.txt ├── codeconnections │ ├── create-host.txt │ ├── create-repository-link.txt │ ├── create-sync-configuration.txt │ ├── delete-connection.txt │ ├── delete-host.txt │ ├── delete-repository-link.txt │ ├── delete-sync-configuration.txt │ ├── get-connection.txt │ ├── get-host.txt │ ├── get-repository-link.txt │ ├── get-repository-sync-status.txt │ ├── get-resource-sync-status.txt │ ├── get-sync-blocker-summary.txt │ ├── get-sync-configuration.txt │ ├── list-connections.txt │ ├── list-hosts.txt │ ├── list-repository-links.txt │ ├── list-repository-sync-definitions.txt │ ├── list-sync-configurations.txt │ ├── list-tags-for-resource.txt │ ├── tag-resource.txt │ ├── untag-resource.txt │ ├── update-host.txt │ ├── update-repository-link.txt │ ├── update-sync-blocker.txt │ └── update-sync-configuration.txt ├── codeguru-reviewer.txt ├── codeguru-reviewer │ ├── create-code-review.txt │ ├── describe-code-review.txt │ ├── describe-recommendation-feedback.txt │ ├── describe-repository-association.txt │ ├── disassociate-repository.txt │ ├── list-code-reviews.txt │ ├── list-recommendation-feedback.txt │ ├── list-recommendations.txt │ ├── list-repository-associations.txt │ ├── list-tags-for-resource.txt │ ├── put-recommendation-feedback.txt │ ├── tag-resource.txt │ ├── untag-resource.txt │ ├── wait.txt │ └── wait │ │ └── repository-association-succeeded.txt ├── codeguru-security.txt ├── codeguru-security │ ├── create-scan.txt │ ├── create-upload-url.txt │ ├── get-account-configuration.txt │ ├── get-findings.txt │ ├── get-metrics-summary.txt │ ├── get-scan.txt │ ├── list-findings-metrics.txt │ ├── list-scans.txt │ ├── list-tags-for-resource.txt │ ├── tag-resource.txt │ ├── untag-resource.txt │ └── update-account-configuration.txt ├── codeguruprofiler.txt ├── codeguruprofiler │ ├── batch-get-frame-metric-data.txt │ ├── configure-agent.txt │ ├── create-profiling-group.txt │ ├── delete-profiling-group.txt │ ├── describe-profiling-group.txt │ ├── get-findings-report-account-summary.txt │ ├── get-notification-configuration.txt │ ├── get-policy.txt │ ├── get-profile.txt │ ├── get-recommendations.txt │ ├── list-findings-reports.txt │ ├── list-profile-times.txt │ ├── list-profiling-groups.txt │ ├── list-tags-for-resource.txt │ ├── post-agent-profile.txt │ ├── put-permission.txt │ ├── remove-notification-channel.txt │ ├── remove-permission.txt │ ├── submit-feedback.txt │ ├── tag-resource.txt │ ├── untag-resource.txt │ └── update-profiling-group.txt ├── codepipeline.txt ├── codepipeline │ ├── acknowledge-third-party-job.txt │ ├── create-custom-action-type.txt │ ├── create-pipeline.txt │ ├── delete-custom-action-type.txt │ ├── delete-pipeline.txt │ ├── delete-webhook.txt │ ├── deregister-webhook-with-third-party.txt │ ├── disable-stage-transition.txt │ ├── enable-stage-transition.txt │ ├── get-action-type.txt │ ├── get-job-details.txt │ ├── get-pipeline-execution.txt │ ├── get-pipeline-state.txt │ ├── get-pipeline.txt │ ├── get-third-party-job-details.txt │ ├── list-action-executions.txt │ ├── list-action-types.txt │ ├── list-pipeline-executions.txt │ ├── list-pipelines.txt │ ├── list-rule-executions.txt │ ├── list-rule-types.txt │ ├── list-tags-for-resource.txt │ ├── list-webhooks.txt │ ├── override-stage-condition.txt │ ├── poll-for-jobs.txt │ ├── poll-for-third-party-jobs.txt │ ├── put-action-revision.txt │ ├── put-approval-result.txt │ ├── put-job-failure-result.txt │ ├── put-job-success-result.txt │ ├── put-third-party-job-failure-result.txt │ ├── put-third-party-job-success-result.txt │ ├── put-webhook.txt │ ├── register-webhook-with-third-party.txt │ ├── retry-stage-execution.txt │ ├── rollback-stage.txt │ ├── start-pipeline-execution.txt │ ├── stop-pipeline-execution.txt │ ├── tag-resource.txt │ ├── untag-resource.txt │ ├── update-action-type.txt │ └── update-pipeline.txt ├── codestar-connections.txt ├── codestar-connections │ ├── create-host.txt │ ├── create-repository-link.txt │ ├── create-sync-configuration.txt │ ├── delete-connection.txt │ ├── delete-host.txt │ ├── delete-repository-link.txt │ ├── delete-sync-configuration.txt │ ├── get-connection.txt │ ├── get-host.txt │ ├── get-repository-link.txt │ ├── get-repository-sync-status.txt │ ├── get-resource-sync-status.txt │ ├── get-sync-blocker-summary.txt │ ├── get-sync-configuration.txt │ ├── list-connections.txt │ ├── list-hosts.txt │ ├── list-repository-links.txt │ ├── list-repository-sync-definitions.txt │ ├── list-sync-configurations.txt │ ├── list-tags-for-resource.txt │ ├── tag-resource.txt │ ├── untag-resource.txt │ ├── update-host.txt │ ├── update-repository-link.txt │ ├── update-sync-blocker.txt │ └── update-sync-configuration.txt ├── codestar-notifications.txt ├── codestar-notifications │ ├── delete-notification-rule.txt │ ├── delete-target.txt │ ├── describe-notification-rule.txt │ ├── list-event-types.txt │ ├── list-notification-rules.txt │ ├── list-tags-for-resource.txt │ ├── list-targets.txt │ ├── subscribe.txt │ ├── tag-resource.txt │ ├── unsubscribe.txt │ ├── untag-resource.txt │ └── update-notification-rule.txt ├── codestar.txt ├── codestar │ ├── create-project.txt │ ├── create-user-profile.txt │ ├── delete-project.txt │ ├── delete-user-profile.txt │ ├── describe-project.txt │ ├── describe-user-profile.txt │ ├── disassociate-team-member.txt │ ├── list-projects.txt │ ├── list-resources.txt │ ├── list-tags-for-project.txt │ ├── list-team-members.txt │ ├── list-user-profiles.txt │ ├── tag-project.txt │ ├── untag-project.txt │ ├── update-project.txt │ ├── update-team-member.txt │ └── update-user-profile.txt ├── cognito-identity.txt ├── cognito-identity │ ├── delete-identities.txt │ ├── delete-identity-pool.txt │ ├── describe-identity-pool.txt │ ├── describe-identity.txt │ ├── get-credentials-for-identity.txt │ ├── get-id.txt │ ├── get-identity-pool-roles.txt │ ├── get-open-id-token-for-developer-identity.txt │ ├── get-open-id-token.txt │ ├── get-principal-tag-attribute-map.txt │ ├── list-identities.txt │ ├── list-identity-pools.txt │ ├── list-tags-for-resource.txt │ ├── lookup-developer-identity.txt │ ├── merge-developer-identities.txt │ ├── set-identity-pool-roles.txt │ ├── set-principal-tag-attribute-map.txt │ ├── tag-resource.txt │ ├── unlink-developer-identity.txt │ ├── unlink-identity.txt │ ├── untag-resource.txt │ └── update-identity-pool.txt ├── cognito-idp.txt ├── cognito-idp │ ├── admin-add-user-to-group.txt │ ├── admin-confirm-sign-up.txt │ ├── admin-create-user.txt │ ├── admin-delete-user-attributes.txt │ ├── admin-delete-user.txt │ ├── admin-disable-provider-for-user.txt │ ├── admin-disable-user.txt │ ├── admin-enable-user.txt │ ├── admin-forget-device.txt │ ├── admin-get-device.txt │ ├── admin-get-user.txt │ ├── admin-initiate-auth.txt │ ├── admin-link-provider-for-user.txt │ ├── admin-list-devices.txt │ ├── admin-list-groups-for-user.txt │ ├── admin-list-user-auth-events.txt │ ├── admin-remove-user-from-group.txt │ ├── admin-reset-user-password.txt │ ├── admin-respond-to-auth-challenge.txt │ ├── admin-set-user-mfa-preference.txt │ ├── admin-set-user-password.txt │ ├── admin-set-user-settings.txt │ ├── admin-update-auth-event-feedback.txt │ ├── admin-update-device-status.txt │ ├── admin-update-user-attributes.txt │ ├── admin-user-global-sign-out.txt │ ├── associate-software-token.txt │ ├── change-password.txt │ ├── complete-web-authn-registration.txt │ ├── confirm-device.txt │ ├── confirm-forgot-password.txt │ ├── confirm-sign-up.txt │ ├── create-group.txt │ ├── create-identity-provider.txt │ ├── create-managed-login-branding.txt │ ├── create-resource-server.txt │ ├── create-user-import-job.txt │ ├── create-user-pool-client.txt │ ├── create-user-pool-domain.txt │ ├── create-user-pool.txt │ ├── delete-group.txt │ ├── delete-identity-provider.txt │ ├── delete-managed-login-branding.txt │ ├── delete-resource-server.txt │ ├── delete-user-attributes.txt │ ├── delete-user-pool-client.txt │ ├── delete-user-pool-domain.txt │ ├── delete-user-pool.txt │ ├── delete-user.txt │ ├── delete-web-authn-credential.txt │ ├── describe-identity-provider.txt │ ├── describe-managed-login-branding-by-client.txt │ ├── describe-managed-login-branding.txt │ ├── describe-resource-server.txt │ ├── describe-risk-configuration.txt │ ├── describe-user-import-job.txt │ ├── describe-user-pool-client.txt │ ├── describe-user-pool-domain.txt │ ├── describe-user-pool.txt │ ├── forget-device.txt │ ├── forgot-password.txt │ ├── get-csv-header.txt │ ├── get-device.txt │ ├── get-group.txt │ ├── get-identity-provider-by-identifier.txt │ ├── get-log-delivery-configuration.txt │ ├── get-signing-certificate.txt │ ├── get-ui-customization.txt │ ├── get-user-attribute-verification-code.txt │ ├── get-user-auth-factors.txt │ ├── get-user-pool-mfa-config.txt │ ├── get-user.txt │ ├── global-sign-out.txt │ ├── initiate-auth.txt │ ├── list-devices.txt │ ├── list-groups.txt │ ├── list-identity-providers.txt │ ├── list-resource-servers.txt │ ├── list-tags-for-resource.txt │ ├── list-user-import-jobs.txt │ ├── list-user-pool-clients.txt │ ├── list-user-pools.txt │ ├── list-users-in-group.txt │ ├── list-users.txt │ ├── list-web-authn-credentials.txt │ ├── resend-confirmation-code.txt │ ├── respond-to-auth-challenge.txt │ ├── revoke-token.txt │ ├── set-log-delivery-configuration.txt │ ├── set-risk-configuration.txt │ ├── set-ui-customization.txt │ ├── set-user-mfa-preference.txt │ ├── set-user-pool-mfa-config.txt │ ├── set-user-settings.txt │ ├── sign-up.txt │ ├── start-user-import-job.txt │ ├── start-web-authn-registration.txt │ ├── stop-user-import-job.txt │ ├── tag-resource.txt │ ├── untag-resource.txt │ ├── update-auth-event-feedback.txt │ ├── update-device-status.txt │ ├── update-group.txt │ ├── update-identity-provider.txt │ ├── update-managed-login-branding.txt │ ├── update-resource-server.txt │ ├── update-user-attributes.txt │ ├── update-user-pool-client.txt │ ├── update-user-pool-domain.txt │ ├── update-user-pool.txt │ ├── verify-software-token.txt │ └── verify-user-attribute.txt ├── cognito-sync.txt ├── cognito-sync │ ├── delete-dataset.txt │ ├── describe-dataset.txt │ ├── describe-identity-pool-usage.txt │ ├── describe-identity-usage.txt │ ├── get-bulk-publish-details.txt │ ├── get-cognito-events.txt │ ├── get-identity-pool-configuration.txt │ ├── list-datasets.txt │ ├── list-identity-pool-usage.txt │ ├── list-records.txt │ ├── register-device.txt │ ├── set-cognito-events.txt │ ├── set-identity-pool-configuration.txt │ ├── subscribe-to-dataset.txt │ ├── unsubscribe-from-dataset.txt │ └── update-records.txt ├── comprehend.txt ├── comprehend │ ├── batch-detect-entities.txt │ ├── batch-detect-key-phrases.txt │ ├── batch-detect-sentiment.txt │ ├── batch-detect-syntax.txt │ ├── batch-detect-targeted-sentiment.txt │ ├── classify-document.txt │ ├── contains-pii-entities.txt │ ├── create-dataset.txt │ ├── create-document-classifier.txt │ ├── create-endpoint.txt │ ├── create-entity-recognizer.txt │ ├── create-flywheel.txt │ ├── delete-document-classifier.txt │ ├── delete-endpoint.txt │ ├── delete-entity-recognizer.txt │ ├── delete-flywheel.txt │ ├── delete-resource-policy.txt │ ├── describe-dataset.txt │ ├── describe-document-classification-job.txt │ ├── describe-document-classifier.txt │ ├── describe-dominant-language-detection-job.txt │ ├── describe-endpoint.txt │ ├── describe-entities-detection-job.txt │ ├── describe-entity-recognizer.txt │ ├── describe-events-detection-job.txt │ ├── describe-flywheel-iteration.txt │ ├── describe-flywheel.txt │ ├── describe-key-phrases-detection-job.txt │ ├── describe-pii-entities-detection-job.txt │ ├── describe-resource-policy.txt │ ├── describe-sentiment-detection-job.txt │ ├── describe-targeted-sentiment-detection-job.txt │ ├── describe-topics-detection-job.txt │ ├── detect-dominant-language.txt │ ├── detect-entities.txt │ ├── detect-key-phrases.txt │ ├── detect-pii-entities.txt │ ├── detect-sentiment.txt │ ├── detect-syntax.txt │ ├── detect-targeted-sentiment.txt │ ├── detect-toxic-content.txt │ ├── import-model.txt │ ├── list-datasets.txt │ ├── list-document-classification-jobs.txt │ ├── list-document-classifier-summaries.txt │ ├── list-document-classifiers.txt │ ├── list-dominant-language-detection-jobs.txt │ ├── list-endpoints.txt │ ├── list-entities-detection-jobs.txt │ ├── list-entity-recognizer-summaries.txt │ ├── list-entity-recognizers.txt │ ├── list-events-detection-jobs.txt │ ├── list-flywheel-iteration-history.txt │ ├── list-flywheels.txt │ ├── list-key-phrases-detection-jobs.txt │ ├── list-pii-entities-detection-jobs.txt │ ├── list-sentiment-detection-jobs.txt │ ├── list-tags-for-resource.txt │ ├── list-targeted-sentiment-detection-jobs.txt │ ├── list-topics-detection-jobs.txt │ ├── put-resource-policy.txt │ ├── start-document-classification-job.txt │ ├── start-dominant-language-detection-job.txt │ ├── start-entities-detection-job.txt │ ├── start-events-detection-job.txt │ ├── start-flywheel-iteration.txt │ ├── start-key-phrases-detection-job.txt │ ├── start-pii-entities-detection-job.txt │ ├── start-sentiment-detection-job.txt │ ├── start-targeted-sentiment-detection-job.txt │ ├── start-topics-detection-job.txt │ ├── stop-dominant-language-detection-job.txt │ ├── stop-entities-detection-job.txt │ ├── stop-events-detection-job.txt │ ├── stop-key-phrases-detection-job.txt │ ├── stop-pii-entities-detection-job.txt │ ├── stop-sentiment-detection-job.txt │ ├── stop-targeted-sentiment-detection-job.txt │ ├── stop-training-document-classifier.txt │ ├── stop-training-entity-recognizer.txt │ ├── tag-resource.txt │ ├── untag-resource.txt │ ├── update-endpoint.txt │ └── update-flywheel.txt ├── comprehendmedical.txt ├── comprehendmedical │ ├── describe-icd10-cm-inference-job.txt │ ├── describe-phi-detection-job.txt │ ├── describe-rx-norm-inference-job.txt │ ├── describe-snomedct-inference-job.txt │ ├── detect-entities-v2.txt │ ├── detect-phi.txt │ ├── infer-icd10-cm.txt │ ├── infer-rx-norm.txt │ ├── infer-snomedct.txt │ ├── list-entities-detection-v2-jobs.txt │ ├── list-icd10-cm-inference-jobs.txt │ ├── list-phi-detection-jobs.txt │ ├── list-rx-norm-inference-jobs.txt │ ├── list-snomedct-inference-jobs.txt │ ├── start-entities-detection-v2-job.txt │ ├── start-icd10-cm-inference-job.txt │ ├── start-phi-detection-job.txt │ ├── start-rx-norm-inference-job.txt │ ├── start-snomedct-inference-job.txt │ ├── stop-entities-detection-v2-job.txt │ ├── stop-icd10-cm-inference-job.txt │ ├── stop-phi-detection-job.txt │ ├── stop-rx-norm-inference-job.txt │ └── stop-snomedct-inference-job.txt ├── compute-optimizer.txt ├── compute-optimizer │ ├── describe-recommendation-export-jobs.txt │ ├── export-auto-scaling-group-recommendations.txt │ ├── export-ebs-volume-recommendations.txt │ ├── export-ec2-instance-recommendations.txt │ ├── export-ecs-service-recommendations.txt │ ├── export-idle-recommendations.txt │ ├── export-lambda-function-recommendations.txt │ ├── export-license-recommendations.txt │ ├── export-rds-database-recommendations.txt │ ├── get-auto-scaling-group-recommendations.txt │ ├── get-ebs-volume-recommendations.txt │ ├── get-ec2-instance-recommendations.txt │ ├── get-ec2-recommendation-projected-metrics.txt │ ├── get-ecs-service-recommendation-projected-metrics.txt │ ├── get-ecs-service-recommendations.txt │ ├── get-effective-recommendation-preferences.txt │ ├── get-enrollment-status.txt │ ├── get-enrollment-statuses-for-organization.txt │ ├── get-idle-recommendations.txt │ ├── get-lambda-function-recommendations.txt │ ├── get-license-recommendations.txt │ ├── get-rds-database-recommendation-projected-metrics.txt │ ├── get-rds-database-recommendations.txt │ ├── get-recommendation-preferences.txt │ ├── get-recommendation-summaries.txt │ ├── put-recommendation-preferences.txt │ └── update-enrollment-status.txt ├── configservice.txt ├── configservice │ ├── batch-get-aggregate-resource-config.txt │ ├── batch-get-resource-config.txt │ ├── delete-aggregation-authorization.txt │ ├── delete-config-rule.txt │ ├── delete-configuration-aggregator.txt │ ├── delete-configuration-recorder.txt │ ├── delete-conformance-pack.txt │ ├── delete-delivery-channel.txt │ ├── delete-evaluation-results.txt │ ├── delete-organization-config-rule.txt │ ├── delete-organization-conformance-pack.txt │ ├── delete-pending-aggregation-request.txt │ ├── delete-remediation-configuration.txt │ ├── delete-remediation-exceptions.txt │ ├── delete-resource-config.txt │ ├── delete-retention-configuration.txt │ ├── delete-service-linked-configuration-recorder.txt │ ├── delete-stored-query.txt │ ├── deliver-config-snapshot.txt │ ├── describe-aggregate-compliance-by-config-rules.txt │ ├── describe-aggregate-compliance-by-conformance-packs.txt │ ├── describe-aggregation-authorizations.txt │ ├── describe-compliance-by-config-rule.txt │ ├── describe-compliance-by-resource.txt │ ├── describe-config-rule-evaluation-status.txt │ ├── describe-config-rules.txt │ ├── describe-configuration-aggregator-sources-status.txt │ ├── describe-configuration-aggregators.txt │ ├── describe-configuration-recorder-status.txt │ ├── describe-configuration-recorders.txt │ ├── describe-conformance-pack-compliance.txt │ ├── describe-conformance-pack-status.txt │ ├── describe-conformance-packs.txt │ ├── describe-delivery-channel-status.txt │ ├── describe-delivery-channels.txt │ ├── describe-organization-config-rule-statuses.txt │ ├── describe-organization-config-rules.txt │ ├── describe-organization-conformance-pack-statuses.txt │ ├── describe-organization-conformance-packs.txt │ ├── describe-pending-aggregation-requests.txt │ ├── describe-remediation-configurations.txt │ ├── describe-remediation-exceptions.txt │ ├── describe-remediation-execution-status.txt │ ├── describe-retention-configurations.txt │ ├── disassociate-resource-types.txt │ ├── get-aggregate-compliance-details-by-config-rule.txt │ ├── get-aggregate-config-rule-compliance-summary.txt │ ├── get-aggregate-conformance-pack-compliance-summary.txt │ ├── get-aggregate-discovered-resource-counts.txt │ ├── get-aggregate-resource-config.txt │ ├── get-compliance-details-by-config-rule.txt │ ├── get-compliance-details-by-resource.txt │ ├── get-compliance-summary-by-config-rule.txt │ ├── get-compliance-summary-by-resource-type.txt │ ├── get-conformance-pack-compliance-details.txt │ ├── get-conformance-pack-compliance-summary.txt │ ├── get-custom-rule-policy.txt │ ├── get-discovered-resource-counts.txt │ ├── get-organization-config-rule-detailed-status.txt │ ├── get-organization-conformance-pack-detailed-status.txt │ ├── get-organization-custom-rule-policy.txt │ ├── get-resource-config-history.txt │ ├── get-resource-evaluation-summary.txt │ ├── get-status.txt │ ├── get-stored-query.txt │ ├── list-aggregate-discovered-resources.txt │ ├── list-configuration-recorders.txt │ ├── list-conformance-pack-compliance-scores.txt │ ├── list-discovered-resources.txt │ ├── list-resource-evaluations.txt │ ├── list-stored-queries.txt │ ├── list-tags-for-resource.txt │ ├── put-aggregation-authorization.txt │ ├── put-config-rule.txt │ ├── put-configuration-aggregator.txt │ ├── put-configuration-recorder.txt │ ├── put-conformance-pack.txt │ ├── put-delivery-channel.txt │ ├── put-evaluations.txt │ ├── put-external-evaluation.txt │ ├── put-organization-config-rule.txt │ ├── put-organization-conformance-pack.txt │ ├── put-remediation-configurations.txt │ ├── put-remediation-exceptions.txt │ ├── put-resource-config.txt │ ├── put-retention-configuration.txt │ ├── put-service-linked-configuration-recorder.txt │ ├── put-stored-query.txt │ ├── select-aggregate-resource-config.txt │ ├── select-resource-config.txt │ ├── start-config-rules-evaluation.txt │ ├── start-configuration-recorder.txt │ ├── start-remediation-execution.txt │ ├── start-resource-evaluation.txt │ ├── stop-configuration-recorder.txt │ ├── subscribe.txt │ ├── tag-resource.txt │ └── untag-resource.txt ├── configure.txt ├── configure │ ├── get.txt │ ├── import.txt │ ├── list-profiles.txt │ ├── list.txt │ ├── set.txt │ └── sso.txt ├── connect-contact-lens.txt ├── connect-contact-lens │ └── list-realtime-contact-analysis-segments.txt ├── connect.txt ├── connect │ ├── associate-analytics-data-set.txt │ ├── associate-approved-origin.txt │ ├── associate-bot.txt │ ├── associate-default-vocabulary.txt │ ├── associate-flow.txt │ ├── associate-instance-storage-config.txt │ ├── associate-lambda-function.txt │ ├── associate-lex-bot.txt │ ├── associate-phone-number-contact-flow.txt │ ├── associate-queue-quick-connects.txt │ ├── associate-routing-profile-queues.txt │ ├── associate-security-key.txt │ ├── associate-traffic-distribution-group-user.txt │ ├── associate-user-proficiencies.txt │ ├── batch-associate-analytics-data-set.txt │ ├── batch-disassociate-analytics-data-set.txt │ ├── batch-get-attached-file-metadata.txt │ ├── batch-get-flow-association.txt │ ├── batch-put-contact.txt │ ├── claim-phone-number.txt │ ├── complete-attached-file-upload.txt │ ├── create-agent-status.txt │ ├── create-contact-flow-module.txt │ ├── create-contact-flow-version.txt │ ├── create-contact-flow.txt │ ├── create-contact.txt │ ├── create-email-address.txt │ ├── create-evaluation-form.txt │ ├── create-hours-of-operation.txt │ ├── create-instance.txt │ ├── create-integration-association.txt │ ├── create-participant.txt │ ├── create-persistent-contact-association.txt │ ├── create-predefined-attribute.txt │ ├── create-prompt.txt │ ├── create-queue.txt │ ├── create-quick-connect.txt │ ├── create-routing-profile.txt │ ├── create-rule.txt │ ├── create-security-profile.txt │ ├── create-task-template.txt │ ├── create-traffic-distribution-group.txt │ ├── create-use-case.txt │ ├── create-user-hierarchy-group.txt │ ├── create-user.txt │ ├── create-view-version.txt │ ├── create-view.txt │ ├── create-vocabulary.txt │ ├── deactivate-evaluation-form.txt │ ├── delete-attached-file.txt │ ├── delete-contact-evaluation.txt │ ├── delete-contact-flow-module.txt │ ├── delete-contact-flow.txt │ ├── delete-email-address.txt │ ├── delete-evaluation-form.txt │ ├── delete-hours-of-operation.txt │ ├── delete-instance.txt │ ├── delete-integration-association.txt │ ├── delete-predefined-attribute.txt │ ├── delete-prompt.txt │ ├── delete-queue.txt │ ├── delete-quick-connect.txt │ ├── delete-routing-profile.txt │ ├── delete-rule.txt │ ├── delete-security-profile.txt │ ├── delete-task-template.txt │ ├── delete-traffic-distribution-group.txt │ ├── delete-use-case.txt │ ├── delete-user-hierarchy-group.txt │ ├── delete-user.txt │ ├── delete-view-version.txt │ ├── delete-view.txt │ ├── delete-vocabulary.txt │ ├── describe-agent-status.txt │ ├── describe-authentication-profile.txt │ ├── describe-contact-evaluation.txt │ ├── describe-contact-flow-module.txt │ ├── describe-contact-flow.txt │ ├── describe-contact.txt │ ├── describe-email-address.txt │ ├── describe-evaluation-form.txt │ ├── describe-hours-of-operation.txt │ ├── describe-instance-attribute.txt │ ├── describe-instance-storage-config.txt │ ├── describe-instance.txt │ ├── describe-phone-number.txt │ ├── describe-predefined-attribute.txt │ ├── describe-prompt.txt │ ├── describe-queue.txt │ ├── describe-quick-connect.txt │ ├── describe-routing-profile.txt │ ├── describe-rule.txt │ ├── describe-security-profile.txt │ ├── describe-traffic-distribution-group.txt │ ├── describe-user-hierarchy-group.txt │ ├── describe-user-hierarchy-structure.txt │ ├── describe-user.txt │ ├── describe-view.txt │ ├── describe-vocabulary.txt │ ├── disassociate-analytics-data-set.txt │ ├── disassociate-approved-origin.txt │ ├── disassociate-bot.txt │ ├── disassociate-flow.txt │ ├── disassociate-instance-storage-config.txt │ ├── disassociate-lambda-function.txt │ ├── disassociate-lex-bot.txt │ ├── disassociate-phone-number-contact-flow.txt │ ├── disassociate-queue-quick-connects.txt │ ├── disassociate-routing-profile-queues.txt │ ├── disassociate-security-key.txt │ ├── disassociate-traffic-distribution-group-user.txt │ ├── disassociate-user-proficiencies.txt │ ├── dismiss-user-contact.txt │ ├── get-attached-file.txt │ ├── get-contact-attributes.txt │ ├── get-current-metric-data.txt │ ├── get-current-user-data.txt │ ├── get-federation-token.txt │ ├── get-flow-association.txt │ ├── get-metric-data-v2.txt │ ├── get-metric-data.txt │ ├── get-prompt-file.txt │ ├── get-task-template.txt │ ├── get-traffic-distribution.txt │ ├── import-phone-number.txt │ ├── list-agent-statuses.txt │ ├── list-analytics-data-associations.txt │ ├── list-approved-origins.txt │ ├── list-associated-contacts.txt │ ├── list-authentication-profiles.txt │ ├── list-bots.txt │ ├── list-contact-evaluations.txt │ ├── list-contact-flow-modules.txt │ ├── list-contact-flow-versions.txt │ ├── list-contact-flows.txt │ ├── list-contact-references.txt │ ├── list-default-vocabularies.txt │ ├── list-evaluation-form-versions.txt │ ├── list-evaluation-forms.txt │ ├── list-flow-associations.txt │ ├── list-hours-of-operations.txt │ ├── list-instance-attributes.txt │ ├── list-instance-storage-configs.txt │ ├── list-instances.txt │ ├── list-integration-associations.txt │ ├── list-lambda-functions.txt │ ├── list-lex-bots.txt │ ├── list-phone-numbers-v2.txt │ ├── list-phone-numbers.txt │ ├── list-predefined-attributes.txt │ ├── list-prompts.txt │ ├── list-queue-quick-connects.txt │ ├── list-queues.txt │ ├── list-quick-connects.txt │ ├── list-realtime-contact-analysis-segments-v2.txt │ ├── list-routing-profile-queues.txt │ ├── list-routing-profiles.txt │ ├── list-rules.txt │ ├── list-security-keys.txt │ ├── list-security-profile-applications.txt │ ├── list-security-profile-permissions.txt │ ├── list-security-profiles.txt │ ├── list-tags-for-resource.txt │ ├── list-task-templates.txt │ ├── list-traffic-distribution-group-users.txt │ ├── list-traffic-distribution-groups.txt │ ├── list-use-cases.txt │ ├── list-user-hierarchy-groups.txt │ ├── list-user-proficiencies.txt │ ├── list-users.txt │ ├── list-view-versions.txt │ ├── list-views.txt │ ├── monitor-contact.txt │ ├── pause-contact.txt │ ├── put-user-status.txt │ ├── release-phone-number.txt │ ├── replicate-instance.txt │ ├── resume-contact-recording.txt │ ├── resume-contact.txt │ ├── search-agent-statuses.txt │ ├── search-available-phone-numbers.txt │ ├── search-contact-flow-modules.txt │ ├── search-contact-flows.txt │ ├── search-contacts.txt │ ├── search-email-addresses.txt │ ├── search-hours-of-operations.txt │ ├── search-predefined-attributes.txt │ ├── search-prompts.txt │ ├── search-queues.txt │ ├── search-quick-connects.txt │ ├── search-resource-tags.txt │ ├── search-routing-profiles.txt │ ├── search-security-profiles.txt │ ├── search-user-hierarchy-groups.txt │ ├── search-users.txt │ ├── search-vocabularies.txt │ ├── send-chat-integration-event.txt │ ├── send-outbound-email.txt │ ├── start-attached-file-upload.txt │ ├── start-chat-contact.txt │ ├── start-contact-evaluation.txt │ ├── start-contact-recording.txt │ ├── start-contact-streaming.txt │ ├── start-email-contact.txt │ ├── start-outbound-chat-contact.txt │ ├── start-outbound-email-contact.txt │ ├── start-outbound-voice-contact.txt │ ├── start-screen-sharing.txt │ ├── start-task-contact.txt │ ├── start-web-rtc-contact.txt │ ├── stop-contact-recording.txt │ ├── stop-contact-streaming.txt │ ├── stop-contact.txt │ ├── submit-contact-evaluation.txt │ ├── suspend-contact-recording.txt │ ├── tag-contact.txt │ ├── tag-resource.txt │ ├── transfer-contact.txt │ ├── untag-contact.txt │ ├── untag-resource.txt │ ├── update-agent-status.txt │ ├── update-authentication-profile.txt │ ├── update-contact-attributes.txt │ ├── update-contact-evaluation.txt │ ├── update-contact-flow-content.txt │ ├── update-contact-flow-metadata.txt │ ├── update-contact-flow-module-content.txt │ ├── update-contact-flow-module-metadata.txt │ ├── update-contact-flow-name.txt │ ├── update-contact-routing-data.txt │ ├── update-contact-schedule.txt │ ├── update-contact.txt │ ├── update-email-address-metadata.txt │ ├── update-evaluation-form.txt │ ├── update-hours-of-operation.txt │ ├── update-instance-attribute.txt │ ├── update-instance-storage-config.txt │ ├── update-participant-role-config.txt │ ├── update-phone-number-metadata.txt │ ├── update-phone-number.txt │ ├── update-predefined-attribute.txt │ ├── update-prompt.txt │ ├── update-queue-hours-of-operation.txt │ ├── update-queue-max-contacts.txt │ ├── update-queue-name.txt │ ├── update-queue-outbound-caller-config.txt │ ├── update-queue-outbound-email-config.txt │ ├── update-queue-status.txt │ ├── update-quick-connect-config.txt │ ├── update-quick-connect-name.txt │ ├── update-routing-profile-agent-availability-timer.txt │ ├── update-routing-profile-concurrency.txt │ ├── update-routing-profile-default-outbound-queue.txt │ ├── update-routing-profile-name.txt │ ├── update-routing-profile-queues.txt │ ├── update-rule.txt │ ├── update-security-profile.txt │ ├── update-task-template.txt │ ├── update-traffic-distribution.txt │ ├── update-user-hierarchy-group-name.txt │ ├── update-user-hierarchy-structure.txt │ ├── update-user-hierarchy.txt │ ├── update-user-identity-info.txt │ ├── update-user-phone-config.txt │ ├── update-user-proficiencies.txt │ ├── update-user-routing-profile.txt │ ├── update-user-security-profiles.txt │ ├── update-view-content.txt │ └── update-view-metadata.txt ├── connectcampaigns.txt ├── connectcampaigns │ ├── delete-campaign.txt │ ├── delete-connect-instance-config.txt │ ├── delete-instance-onboarding-job.txt │ ├── describe-campaign.txt │ ├── get-campaign-state-batch.txt │ ├── get-campaign-state.txt │ ├── get-connect-instance-config.txt │ ├── get-instance-onboarding-job-status.txt │ ├── list-campaigns.txt │ ├── list-tags-for-resource.txt │ ├── pause-campaign.txt │ ├── put-dial-request-batch.txt │ ├── resume-campaign.txt │ ├── start-campaign.txt │ ├── start-instance-onboarding-job.txt │ ├── stop-campaign.txt │ ├── tag-resource.txt │ ├── untag-resource.txt │ ├── update-campaign-dialer-config.txt │ ├── update-campaign-name.txt │ └── update-campaign-outbound-call-config.txt ├── connectcampaignsv2.txt ├── connectcampaignsv2 │ ├── delete-campaign-channel-subtype-config.txt │ ├── delete-campaign-communication-limits.txt │ ├── delete-campaign-communication-time.txt │ ├── delete-campaign.txt │ ├── delete-connect-instance-config.txt │ ├── delete-connect-instance-integration.txt │ ├── delete-instance-onboarding-job.txt │ ├── describe-campaign.txt │ ├── get-campaign-state-batch.txt │ ├── get-campaign-state.txt │ ├── get-connect-instance-config.txt │ ├── get-instance-onboarding-job-status.txt │ ├── list-campaigns.txt │ ├── list-connect-instance-integrations.txt │ ├── list-tags-for-resource.txt │ ├── pause-campaign.txt │ ├── put-connect-instance-integration.txt │ ├── put-outbound-request-batch.txt │ ├── put-profile-outbound-request-batch.txt │ ├── resume-campaign.txt │ ├── start-campaign.txt │ ├── start-instance-onboarding-job.txt │ ├── stop-campaign.txt │ ├── tag-resource.txt │ ├── untag-resource.txt │ ├── update-campaign-channel-subtype-config.txt │ ├── update-campaign-communication-limits.txt │ ├── update-campaign-communication-time.txt │ ├── update-campaign-flow-association.txt │ ├── update-campaign-name.txt │ ├── update-campaign-schedule.txt │ └── update-campaign-source.txt ├── connectcases.txt ├── connectcases │ ├── batch-put-field-options.txt │ ├── create-case.txt │ ├── create-domain.txt │ ├── create-field.txt │ ├── create-layout.txt │ ├── create-related-item.txt │ ├── create-template.txt │ ├── delete-domain.txt │ ├── delete-field.txt │ ├── delete-layout.txt │ ├── delete-template.txt │ ├── get-case-audit-events.txt │ ├── get-case-event-configuration.txt │ ├── get-case.txt │ ├── get-domain.txt │ ├── get-layout.txt │ ├── get-template.txt │ ├── list-cases-for-contact.txt │ ├── list-domains.txt │ ├── list-field-options.txt │ ├── list-fields.txt │ ├── list-layouts.txt │ ├── list-tags-for-resource.txt │ ├── list-templates.txt │ ├── put-case-event-configuration.txt │ ├── search-cases.txt │ ├── search-related-items.txt │ ├── tag-resource.txt │ ├── untag-resource.txt │ ├── update-case.txt │ ├── update-field.txt │ ├── update-layout.txt │ └── update-template.txt ├── connectparticipant.txt ├── connectparticipant │ ├── create-participant-connection.txt │ ├── describe-view.txt │ ├── disconnect-participant.txt │ ├── get-attachment.txt │ ├── get-transcript.txt │ ├── send-event.txt │ ├── send-message.txt │ └── start-attachment-upload.txt ├── controlcatalog.txt ├── controlcatalog │ ├── list-common-controls.txt │ ├── list-controls.txt │ ├── list-domains.txt │ └── list-objectives.txt ├── controltower.txt ├── controltower │ ├── delete-landing-zone.txt │ ├── disable-baseline.txt │ ├── disable-control.txt │ ├── enable-baseline.txt │ ├── enable-control.txt │ ├── get-baseline-operation.txt │ ├── get-baseline.txt │ ├── get-control-operation.txt │ ├── get-enabled-baseline.txt │ ├── get-enabled-control.txt │ ├── get-landing-zone-operation.txt │ ├── get-landing-zone.txt │ ├── list-baselines.txt │ ├── list-control-operations.txt │ ├── list-enabled-baselines.txt │ ├── list-enabled-controls.txt │ ├── list-landing-zone-operations.txt │ ├── list-landing-zones.txt │ ├── list-tags-for-resource.txt │ ├── reset-enabled-baseline.txt │ ├── reset-enabled-control.txt │ ├── reset-landing-zone.txt │ ├── tag-resource.txt │ ├── untag-resource.txt │ ├── update-enabled-baseline.txt │ ├── update-enabled-control.txt │ └── update-landing-zone.txt ├── cost-optimization-hub.txt ├── cost-optimization-hub │ ├── get-recommendation.txt │ ├── list-enrollment-statuses.txt │ ├── list-recommendation-summaries.txt │ ├── list-recommendations.txt │ ├── update-enrollment-status.txt │ └── update-preferences.txt ├── cur.txt ├── cur │ ├── describe-report-definitions.txt │ ├── list-tags-for-resource.txt │ ├── modify-report-definition.txt │ ├── put-report-definition.txt │ ├── tag-resource.txt │ └── untag-resource.txt ├── customer-profiles.txt ├── customer-profiles │ ├── batch-get-calculated-attribute-for-profile.txt │ ├── batch-get-profile.txt │ ├── create-calculated-attribute-definition.txt │ ├── create-domain.txt │ ├── create-event-stream.txt │ ├── create-event-trigger.txt │ ├── create-integration-workflow.txt │ ├── create-profile.txt │ ├── create-segment-definition.txt │ ├── create-segment-estimate.txt │ ├── create-segment-snapshot.txt │ ├── delete-calculated-attribute-definition.txt │ ├── delete-domain.txt │ ├── delete-event-stream.txt │ ├── delete-event-trigger.txt │ ├── delete-integration.txt │ ├── delete-profile-key.txt │ ├── delete-profile-object-type.txt │ ├── delete-profile-object.txt │ ├── delete-profile.txt │ ├── delete-segment-definition.txt │ ├── delete-workflow.txt │ ├── detect-profile-object-type.txt │ ├── get-auto-merging-preview.txt │ ├── get-calculated-attribute-definition.txt │ ├── get-calculated-attribute-for-profile.txt │ ├── get-domain.txt │ ├── get-event-stream.txt │ ├── get-event-trigger.txt │ ├── get-identity-resolution-job.txt │ ├── get-integration.txt │ ├── get-matches.txt │ ├── get-profile-object-type-template.txt │ ├── get-profile-object-type.txt │ ├── get-segment-definition.txt │ ├── get-segment-estimate.txt │ ├── get-segment-membership.txt │ ├── get-segment-snapshot.txt │ ├── get-similar-profiles.txt │ ├── get-workflow-steps.txt │ ├── get-workflow.txt │ ├── list-account-integrations.txt │ ├── list-calculated-attribute-definitions.txt │ ├── list-calculated-attributes-for-profile.txt │ ├── list-domains.txt │ ├── list-event-streams.txt │ ├── list-event-triggers.txt │ ├── list-identity-resolution-jobs.txt │ ├── list-integrations.txt │ ├── list-object-type-attributes.txt │ ├── list-profile-attribute-values.txt │ ├── list-profile-object-type-templates.txt │ ├── list-profile-object-types.txt │ ├── list-profile-objects.txt │ ├── list-rule-based-matches.txt │ ├── list-segment-definitions.txt │ ├── list-tags-for-resource.txt │ ├── list-workflows.txt │ ├── merge-profiles.txt │ ├── put-integration.txt │ ├── put-profile-object-type.txt │ ├── put-profile-object.txt │ ├── search-profiles.txt │ ├── tag-resource.txt │ ├── untag-resource.txt │ ├── update-calculated-attribute-definition.txt │ ├── update-domain.txt │ ├── update-event-trigger.txt │ └── update-profile.txt ├── databrew.txt ├── databrew │ ├── create-dataset.txt │ ├── create-profile-job.txt │ ├── create-project.txt │ ├── create-recipe-job.txt │ ├── create-recipe.txt │ ├── create-ruleset.txt │ ├── create-schedule.txt │ ├── delete-dataset.txt │ ├── delete-job.txt │ ├── delete-project.txt │ ├── delete-recipe-version.txt │ ├── delete-ruleset.txt │ ├── delete-schedule.txt │ ├── describe-dataset.txt │ ├── describe-job-run.txt │ ├── describe-job.txt │ ├── describe-project.txt │ ├── describe-recipe.txt │ ├── describe-ruleset.txt │ ├── describe-schedule.txt │ ├── list-datasets.txt │ ├── list-job-runs.txt │ ├── list-jobs.txt │ ├── list-projects.txt │ ├── list-recipe-versions.txt │ ├── list-recipes.txt │ ├── list-rulesets.txt │ ├── list-schedules.txt │ ├── list-tags-for-resource.txt │ ├── publish-recipe.txt │ ├── send-project-session-action.txt │ ├── start-job-run.txt │ ├── start-project-session.txt │ ├── stop-job-run.txt │ ├── tag-resource.txt │ ├── untag-resource.txt │ ├── update-dataset.txt │ ├── update-profile-job.txt │ ├── update-project.txt │ ├── update-recipe-job.txt │ ├── update-recipe.txt │ ├── update-ruleset.txt │ └── update-schedule.txt ├── dataexchange.txt ├── dataexchange │ ├── cancel-job.txt │ ├── create-data-grant.txt │ ├── create-data-set.txt │ ├── create-event-action.txt │ ├── create-job.txt │ ├── create-revision.txt │ ├── delete-asset.txt │ ├── delete-data-grant.txt │ ├── delete-data-set.txt │ ├── delete-event-action.txt │ ├── delete-revision.txt │ ├── get-asset.txt │ ├── get-data-grant.txt │ ├── get-data-set.txt │ ├── get-event-action.txt │ ├── get-job.txt │ ├── get-received-data-grant.txt │ ├── get-revision.txt │ ├── list-data-grants.txt │ ├── list-data-set-revisions.txt │ ├── list-data-sets.txt │ ├── list-event-actions.txt │ ├── list-jobs.txt │ ├── list-received-data-grants.txt │ ├── list-revision-assets.txt │ ├── list-tags-for-resource.txt │ ├── revoke-revision.txt │ ├── send-api-asset.txt │ ├── send-data-set-notification.txt │ ├── start-job.txt │ ├── tag-resource.txt │ ├── untag-resource.txt │ ├── update-asset.txt │ ├── update-data-set.txt │ ├── update-event-action.txt │ └── update-revision.txt ├── datapipeline.txt ├── datapipeline │ ├── add-tags.txt │ ├── create-default-roles.txt │ ├── create-pipeline.txt │ ├── deactivate-pipeline.txt │ ├── delete-pipeline.txt │ ├── describe-objects.txt │ ├── describe-pipelines.txt │ ├── evaluate-expression.txt │ ├── get-pipeline-definition.txt │ ├── list-pipelines.txt │ ├── list-runs.txt │ ├── poll-for-task.txt │ ├── put-pipeline-definition.txt │ ├── query-objects.txt │ ├── remove-tags.txt │ ├── report-task-progress.txt │ ├── report-task-runner-heartbeat.txt │ ├── set-status.txt │ ├── set-task-status.txt │ └── validate-pipeline-definition.txt ├── datasync.txt ├── datasync │ ├── cancel-task-execution.txt │ ├── create-agent.txt │ ├── create-location-azure-blob.txt │ ├── create-location-efs.txt │ ├── create-location-fsx-lustre.txt │ ├── create-location-fsx-ontap.txt │ ├── create-location-fsx-open-zfs.txt │ ├── create-location-fsx-windows.txt │ ├── create-location-hdfs.txt │ ├── create-location-nfs.txt │ ├── create-location-object-storage.txt │ ├── create-location-s3.txt │ ├── create-location-smb.txt │ ├── create-task.txt │ ├── delete-agent.txt │ ├── delete-location.txt │ ├── delete-task.txt │ ├── describe-agent.txt │ ├── describe-discovery-job.txt │ ├── describe-location-azure-blob.txt │ ├── describe-location-efs.txt │ ├── describe-location-fsx-lustre.txt │ ├── describe-location-fsx-ontap.txt │ ├── describe-location-fsx-open-zfs.txt │ ├── describe-location-fsx-windows.txt │ ├── describe-location-hdfs.txt │ ├── describe-location-nfs.txt │ ├── describe-location-object-storage.txt │ ├── describe-location-s3.txt │ ├── describe-location-smb.txt │ ├── describe-storage-system-resource-metrics.txt │ ├── describe-storage-system-resources.txt │ ├── describe-storage-system.txt │ ├── describe-task-execution.txt │ ├── describe-task.txt │ ├── generate-recommendations.txt │ ├── list-agents.txt │ ├── list-discovery-jobs.txt │ ├── list-locations.txt │ ├── list-storage-systems.txt │ ├── list-tags-for-resource.txt │ ├── list-task-executions.txt │ ├── list-tasks.txt │ ├── remove-storage-system.txt │ ├── start-discovery-job.txt │ ├── start-task-execution.txt │ ├── stop-discovery-job.txt │ ├── tag-resource.txt │ ├── untag-resource.txt │ ├── update-agent.txt │ ├── update-discovery-job.txt │ ├── update-location-azure-blob.txt │ ├── update-location-hdfs.txt │ ├── update-location-nfs.txt │ ├── update-location-object-storage.txt │ ├── update-location-smb.txt │ ├── update-storage-system.txt │ ├── update-task-execution.txt │ └── update-task.txt ├── datazone.txt ├── datazone │ ├── accept-subscription-request.txt │ ├── add-entity-owner.txt │ ├── add-policy-grant.txt │ ├── associate-environment-role.txt │ ├── cancel-metadata-generation-run.txt │ ├── cancel-subscription.txt │ ├── create-asset-filter.txt │ ├── create-asset-revision.txt │ ├── create-asset-type.txt │ ├── create-asset.txt │ ├── create-connection.txt │ ├── create-data-product-revision.txt │ ├── create-data-product.txt │ ├── create-data-source.txt │ ├── create-domain-unit.txt │ ├── create-domain.txt │ ├── create-environment-action.txt │ ├── create-environment-profile.txt │ ├── create-environment.txt │ ├── create-form-type.txt │ ├── create-glossary-term.txt │ ├── create-glossary.txt │ ├── create-group-profile.txt │ ├── create-listing-change-set.txt │ ├── create-project-membership.txt │ ├── create-project-profile.txt │ ├── create-project.txt │ ├── create-rule.txt │ ├── create-subscription-grant.txt │ ├── create-subscription-request.txt │ ├── create-subscription-target.txt │ ├── create-user-profile.txt │ ├── delete-asset-filter.txt │ ├── delete-asset-type.txt │ ├── delete-asset.txt │ ├── delete-connection.txt │ ├── delete-data-product.txt │ ├── delete-data-source.txt │ ├── delete-domain-unit.txt │ ├── delete-domain.txt │ ├── delete-environment-action.txt │ ├── delete-environment-blueprint-configuration.txt │ ├── delete-environment-profile.txt │ ├── delete-environment.txt │ ├── delete-form-type.txt │ ├── delete-glossary-term.txt │ ├── delete-glossary.txt │ ├── delete-listing.txt │ ├── delete-project-membership.txt │ ├── delete-project-profile.txt │ ├── delete-project.txt │ ├── delete-rule.txt │ ├── delete-subscription-grant.txt │ ├── delete-subscription-request.txt │ ├── delete-subscription-target.txt │ ├── delete-time-series-data-points.txt │ ├── disassociate-environment-role.txt │ ├── get-asset-filter.txt │ ├── get-asset-type.txt │ ├── get-asset.txt │ ├── get-connection.txt │ ├── get-data-product.txt │ ├── get-data-source-run.txt │ ├── get-data-source.txt │ ├── get-domain-unit.txt │ ├── get-domain.txt │ ├── get-environment-action.txt │ ├── get-environment-blueprint-configuration.txt │ ├── get-environment-blueprint.txt │ ├── get-environment-credentials.txt │ ├── get-environment-profile.txt │ ├── get-environment.txt │ ├── get-form-type.txt │ ├── get-glossary-term.txt │ ├── get-glossary.txt │ ├── get-group-profile.txt │ ├── get-iam-portal-login-url.txt │ ├── get-job-run.txt │ ├── get-lineage-event.txt │ ├── get-lineage-node.txt │ ├── get-listing.txt │ ├── get-metadata-generation-run.txt │ ├── get-project-profile.txt │ ├── get-project.txt │ ├── get-rule.txt │ ├── get-subscription-grant.txt │ ├── get-subscription-request-details.txt │ ├── get-subscription-target.txt │ ├── get-subscription.txt │ ├── get-time-series-data-point.txt │ ├── get-user-profile.txt │ ├── list-asset-filters.txt │ ├── list-asset-revisions.txt │ ├── list-connections.txt │ ├── list-data-product-revisions.txt │ ├── list-data-source-run-activities.txt │ ├── list-data-source-runs.txt │ ├── list-data-sources.txt │ ├── list-domain-units-for-parent.txt │ ├── list-domains.txt │ ├── list-entity-owners.txt │ ├── list-environment-actions.txt │ ├── list-environment-blueprint-configurations.txt │ ├── list-environment-blueprints.txt │ ├── list-environment-profiles.txt │ ├── list-environments.txt │ ├── list-job-runs.txt │ ├── list-lineage-events.txt │ ├── list-lineage-node-history.txt │ ├── list-metadata-generation-runs.txt │ ├── list-notifications.txt │ ├── list-policy-grants.txt │ ├── list-project-memberships.txt │ ├── list-project-profiles.txt │ ├── list-projects.txt │ ├── list-rules.txt │ ├── list-subscription-grants.txt │ ├── list-subscription-requests.txt │ ├── list-subscription-targets.txt │ ├── list-subscriptions.txt │ ├── list-tags-for-resource.txt │ ├── list-time-series-data-points.txt │ ├── post-lineage-event.txt │ ├── post-time-series-data-points.txt │ ├── put-environment-blueprint-configuration.txt │ ├── reject-predictions.txt │ ├── reject-subscription-request.txt │ ├── remove-entity-owner.txt │ ├── remove-policy-grant.txt │ ├── revoke-subscription.txt │ ├── search-group-profiles.txt │ ├── search-listings.txt │ ├── search-types.txt │ ├── search-user-profiles.txt │ ├── search.txt │ ├── start-data-source-run.txt │ ├── start-metadata-generation-run.txt │ ├── tag-resource.txt │ ├── untag-resource.txt │ ├── update-asset-filter.txt │ ├── update-connection.txt │ ├── update-data-source.txt │ ├── update-domain-unit.txt │ ├── update-domain.txt │ ├── update-environment-action.txt │ ├── update-environment-profile.txt │ ├── update-environment.txt │ ├── update-glossary-term.txt │ ├── update-glossary.txt │ ├── update-group-profile.txt │ ├── update-project-profile.txt │ ├── update-project.txt │ ├── update-rule.txt │ ├── update-subscription-grant-status.txt │ ├── update-subscription-request.txt │ ├── update-subscription-target.txt │ └── update-user-profile.txt ├── dax.txt ├── dax │ ├── create-parameter-group.txt │ ├── create-subnet-group.txt │ ├── decrease-replication-factor.txt │ ├── delete-cluster.txt │ ├── delete-parameter-group.txt │ ├── delete-subnet-group.txt │ ├── describe-clusters.txt │ ├── describe-default-parameters.txt │ ├── describe-events.txt │ ├── describe-parameter-groups.txt │ ├── describe-parameters.txt │ ├── describe-subnet-groups.txt │ ├── increase-replication-factor.txt │ ├── list-tags.txt │ ├── reboot-node.txt │ ├── tag-resource.txt │ ├── untag-resource.txt │ ├── update-cluster.txt │ ├── update-parameter-group.txt │ └── update-subnet-group.txt ├── ddb.txt ├── ddb │ └── select.txt ├── deadline.txt ├── deadline │ ├── associate-member-to-fleet.txt │ ├── associate-member-to-job.txt │ ├── associate-member-to-queue.txt │ ├── assume-fleet-role-for-read.txt │ ├── assume-fleet-role-for-worker.txt │ ├── assume-queue-role-for-read.txt │ ├── assume-queue-role-for-user.txt │ ├── assume-queue-role-for-worker.txt │ ├── batch-get-job-entity.txt │ ├── copy-job-template.txt │ ├── create-budget.txt │ ├── create-farm.txt │ ├── create-fleet.txt │ ├── create-job.txt │ ├── create-license-endpoint.txt │ ├── create-monitor.txt │ ├── create-queue-environment.txt │ ├── create-queue-fleet-association.txt │ ├── create-queue.txt │ ├── create-storage-profile.txt │ ├── create-worker.txt │ ├── delete-budget.txt │ ├── delete-farm.txt │ ├── delete-fleet.txt │ ├── delete-license-endpoint.txt │ ├── delete-metered-product.txt │ ├── delete-monitor.txt │ ├── delete-queue-environment.txt │ ├── delete-queue-fleet-association.txt │ ├── delete-queue.txt │ ├── delete-storage-profile.txt │ ├── delete-worker.txt │ ├── disassociate-member-from-farm.txt │ ├── disassociate-member-from-fleet.txt │ ├── disassociate-member-from-job.txt │ ├── disassociate-member-from-queue.txt │ ├── get-budget.txt │ ├── get-farm.txt │ ├── get-fleet.txt │ ├── get-job.txt │ ├── get-license-endpoint.txt │ ├── get-monitor.txt │ ├── get-queue-environment.txt │ ├── get-queue-fleet-association.txt │ ├── get-queue.txt │ ├── get-session-action.txt │ ├── get-session.txt │ ├── get-sessions-statistics-aggregation.txt │ ├── get-step.txt │ ├── get-storage-profile-for-queue.txt │ ├── get-storage-profile.txt │ ├── get-task.txt │ ├── get-worker.txt │ ├── list-available-metered-products.txt │ ├── list-budgets.txt │ ├── list-farm-members.txt │ ├── list-farms.txt │ ├── list-fleet-members.txt │ ├── list-fleets.txt │ ├── list-job-members.txt │ ├── list-job-parameter-definitions.txt │ ├── list-jobs.txt │ ├── list-license-endpoints.txt │ ├── list-metered-products.txt │ ├── list-monitors.txt │ ├── list-queue-environments.txt │ ├── list-queue-fleet-associations.txt │ ├── list-queue-members.txt │ ├── list-queues.txt │ ├── list-session-actions.txt │ ├── list-sessions-for-worker.txt │ ├── list-sessions.txt │ ├── list-step-consumers.txt │ ├── list-step-dependencies.txt │ ├── list-steps.txt │ ├── list-storage-profiles-for-queue.txt │ ├── list-storage-profiles.txt │ ├── list-tags-for-resource.txt │ ├── list-tasks.txt │ ├── list-workers.txt │ ├── put-metered-product.txt │ ├── search-jobs.txt │ ├── search-steps.txt │ ├── search-tasks.txt │ ├── search-workers.txt │ ├── start-sessions-statistics-aggregation.txt │ ├── tag-resource.txt │ ├── untag-resource.txt │ ├── update-budget.txt │ ├── update-farm.txt │ ├── update-fleet.txt │ ├── update-job.txt │ ├── update-monitor.txt │ ├── update-queue-environment.txt │ ├── update-queue-fleet-association.txt │ ├── update-queue.txt │ ├── update-session.txt │ ├── update-step.txt │ ├── update-storage-profile.txt │ ├── update-task.txt │ ├── update-worker-schedule.txt │ ├── update-worker.txt │ ├── wait.txt │ └── wait │ │ ├── job-create-complete.txt │ │ ├── license-endpoint-deleted.txt │ │ ├── license-endpoint-valid.txt │ │ ├── queue-fleet-association-stopped.txt │ │ ├── queue-scheduling-blocked.txt │ │ └── queue-scheduling.txt ├── deploy.txt ├── deploy │ ├── batch-get-application-revisions.txt │ ├── batch-get-applications.txt │ ├── batch-get-deployment-groups.txt │ ├── batch-get-deployment-targets.txt │ ├── batch-get-deployments.txt │ ├── batch-get-on-premises-instances.txt │ ├── continue-deployment.txt │ ├── create-application.txt │ ├── create-deployment-config.txt │ ├── create-deployment-group.txt │ ├── create-deployment.txt │ ├── delete-application.txt │ ├── delete-deployment-config.txt │ ├── delete-deployment-group.txt │ ├── delete-git-hub-account-token.txt │ ├── delete-resources-by-external-id.txt │ ├── deregister-on-premises-instance.txt │ ├── deregister.txt │ ├── get-application-revision.txt │ ├── get-application.txt │ ├── get-deployment-config.txt │ ├── get-deployment-group.txt │ ├── get-deployment-target.txt │ ├── get-deployment.txt │ ├── get-on-premises-instance.txt │ ├── install.txt │ ├── list-application-revisions.txt │ ├── list-applications.txt │ ├── list-deployment-configs.txt │ ├── list-deployment-groups.txt │ ├── list-deployment-targets.txt │ ├── list-deployments.txt │ ├── list-git-hub-account-token-names.txt │ ├── list-on-premises-instances.txt │ ├── list-tags-for-resource.txt │ ├── push.txt │ ├── put-lifecycle-event-hook-execution-status.txt │ ├── register-application-revision.txt │ ├── register-on-premises-instance.txt │ ├── register.txt │ ├── remove-tags-from-on-premises-instances.txt │ ├── stop-deployment.txt │ ├── tag-resource.txt │ ├── uninstall.txt │ ├── untag-resource.txt │ ├── update-application.txt │ ├── update-deployment-group.txt │ └── wait.txt ├── detective.txt ├── detective │ ├── batch-get-graph-member-datasources.txt │ ├── batch-get-membership-datasources.txt │ ├── create-graph.txt │ ├── create-members.txt │ ├── delete-graph.txt │ ├── delete-members.txt │ ├── describe-organization-configuration.txt │ ├── disable-organization-admin-account.txt │ ├── disassociate-membership.txt │ ├── enable-organization-admin-account.txt │ ├── get-investigation.txt │ ├── get-members.txt │ ├── list-datasource-packages.txt │ ├── list-graphs.txt │ ├── list-indicators.txt │ ├── list-investigations.txt │ ├── list-invitations.txt │ ├── list-members.txt │ ├── list-organization-admin-accounts.txt │ ├── list-tags-for-resource.txt │ ├── reject-invitation.txt │ ├── start-investigation.txt │ ├── start-monitoring-member.txt │ ├── tag-resource.txt │ ├── untag-resource.txt │ ├── update-datasource-packages.txt │ ├── update-investigation-state.txt │ └── update-organization-configuration.txt ├── devicefarm.txt ├── devicefarm │ ├── create-instance-profile.txt │ ├── create-network-profile.txt │ ├── create-project.txt │ ├── create-remote-access-session.txt │ ├── create-test-grid-project.txt │ ├── create-test-grid-url.txt │ ├── create-upload.txt │ ├── create-vpce-configuration.txt │ ├── delete-device-pool.txt │ ├── delete-instance-profile.txt │ ├── delete-network-profile.txt │ ├── delete-project.txt │ ├── delete-remote-access-session.txt │ ├── delete-run.txt │ ├── delete-test-grid-project.txt │ ├── delete-upload.txt │ ├── delete-vpce-configuration.txt │ ├── get-account-settings.txt │ ├── get-device-instance.txt │ ├── get-device-pool-compatibility.txt │ ├── get-device-pool.txt │ ├── get-device.txt │ ├── get-instance-profile.txt │ ├── get-job.txt │ ├── get-network-profile.txt │ ├── get-offering-status.txt │ ├── get-project.txt │ ├── get-remote-access-session.txt │ ├── get-run.txt │ ├── get-suite.txt │ ├── get-test-grid-project.txt │ ├── get-test-grid-session.txt │ ├── get-test.txt │ ├── get-upload.txt │ ├── get-vpce-configuration.txt │ ├── install-to-remote-access-session.txt │ ├── list-artifacts.txt │ ├── list-device-instances.txt │ ├── list-device-pools.txt │ ├── list-devices.txt │ ├── list-instance-profiles.txt │ ├── list-jobs.txt │ ├── list-network-profiles.txt │ ├── list-offering-promotions.txt │ ├── list-offering-transactions.txt │ ├── list-offerings.txt │ ├── list-projects.txt │ ├── list-remote-access-sessions.txt │ ├── list-runs.txt │ ├── list-samples.txt │ ├── list-suites.txt │ ├── list-tags-for-resource.txt │ ├── list-test-grid-projects.txt │ ├── list-test-grid-session-actions.txt │ ├── list-test-grid-session-artifacts.txt │ ├── list-test-grid-sessions.txt │ ├── list-tests.txt │ ├── list-unique-problems.txt │ ├── list-uploads.txt │ ├── list-vpce-configurations.txt │ ├── purchase-offering.txt │ ├── renew-offering.txt │ ├── schedule-run.txt │ ├── stop-job.txt │ ├── stop-remote-access-session.txt │ ├── stop-run.txt │ ├── tag-resource.txt │ ├── untag-resource.txt │ ├── update-device-instance.txt │ ├── update-device-pool.txt │ ├── update-instance-profile.txt │ ├── update-network-profile.txt │ ├── update-project.txt │ ├── update-test-grid-project.txt │ ├── update-upload.txt │ └── update-vpce-configuration.txt ├── devops-guru.txt ├── devops-guru │ ├── delete-insight.txt │ ├── describe-account-health.txt │ ├── describe-account-overview.txt │ ├── describe-anomaly.txt │ ├── describe-event-sources-config.txt │ ├── describe-feedback.txt │ ├── describe-insight.txt │ ├── describe-organization-health.txt │ ├── describe-organization-overview.txt │ ├── describe-organization-resource-collection-health.txt │ ├── describe-resource-collection-health.txt │ ├── describe-service-integration.txt │ ├── get-cost-estimation.txt │ ├── get-resource-collection.txt │ ├── list-anomalies-for-insight.txt │ ├── list-anomalous-log-groups.txt │ ├── list-events.txt │ ├── list-insights.txt │ ├── list-monitored-resources.txt │ ├── list-notification-channels.txt │ ├── list-organization-insights.txt │ ├── list-recommendations.txt │ ├── put-feedback.txt │ ├── remove-notification-channel.txt │ ├── search-insights.txt │ ├── search-organization-insights.txt │ ├── start-cost-estimation.txt │ ├── update-event-sources-config.txt │ ├── update-resource-collection.txt │ └── update-service-integration.txt ├── directconnect.txt ├── directconnect │ ├── allocate-hosted-connection.txt │ ├── allocate-private-virtual-interface.txt │ ├── allocate-public-virtual-interface.txt │ ├── allocate-transit-virtual-interface.txt │ ├── associate-connection-with-lag.txt │ ├── associate-hosted-connection.txt │ ├── associate-mac-sec-key.txt │ ├── associate-virtual-interface.txt │ ├── confirm-connection.txt │ ├── confirm-customer-agreement.txt │ ├── confirm-private-virtual-interface.txt │ ├── confirm-public-virtual-interface.txt │ ├── confirm-transit-virtual-interface.txt │ ├── create-bgp-peer.txt │ ├── create-connection.txt │ ├── create-direct-connect-gateway-association-proposal.txt │ ├── create-direct-connect-gateway-association.txt │ ├── create-direct-connect-gateway.txt │ ├── create-interconnect.txt │ ├── create-lag.txt │ ├── create-private-virtual-interface.txt │ ├── create-public-virtual-interface.txt │ ├── create-transit-virtual-interface.txt │ ├── delete-bgp-peer.txt │ ├── delete-connection.txt │ ├── delete-direct-connect-gateway-association-proposal.txt │ ├── delete-direct-connect-gateway-association.txt │ ├── delete-direct-connect-gateway.txt │ ├── delete-interconnect.txt │ ├── delete-lag.txt │ ├── delete-virtual-interface.txt │ ├── describe-connections.txt │ ├── describe-customer-metadata.txt │ ├── describe-direct-connect-gateway-association-proposals.txt │ ├── describe-direct-connect-gateway-associations.txt │ ├── describe-direct-connect-gateway-attachments.txt │ ├── describe-direct-connect-gateways.txt │ ├── describe-hosted-connections.txt │ ├── describe-interconnects.txt │ ├── describe-lags.txt │ ├── describe-loa.txt │ ├── describe-locations.txt │ ├── describe-router-configuration.txt │ ├── describe-tags.txt │ ├── describe-virtual-gateways.txt │ ├── describe-virtual-interfaces.txt │ ├── disassociate-connection-from-lag.txt │ ├── disassociate-mac-sec-key.txt │ ├── list-virtual-interface-test-history.txt │ ├── start-bgp-failover-test.txt │ ├── stop-bgp-failover-test.txt │ ├── tag-resource.txt │ ├── untag-resource.txt │ ├── update-connection.txt │ ├── update-direct-connect-gateway-association.txt │ ├── update-direct-connect-gateway.txt │ ├── update-lag.txt │ └── update-virtual-interface-attributes.txt ├── discovery.txt ├── discovery │ ├── batch-delete-agents.txt │ ├── batch-delete-import-data.txt │ ├── create-application.txt │ ├── create-tags.txt │ ├── delete-applications.txt │ ├── delete-tags.txt │ ├── describe-agents.txt │ ├── describe-batch-delete-configuration-task.txt │ ├── describe-configurations.txt │ ├── describe-continuous-exports.txt │ ├── describe-export-tasks.txt │ ├── describe-import-tasks.txt │ ├── describe-tags.txt │ ├── disassociate-configuration-items-from-application.txt │ ├── get-discovery-summary.txt │ ├── list-configurations.txt │ ├── list-server-neighbors.txt │ ├── start-batch-delete-configuration-task.txt │ ├── start-continuous-export.txt │ ├── start-data-collection-by-agent-ids.txt │ ├── start-export-task.txt │ ├── start-import-task.txt │ ├── stop-continuous-export.txt │ ├── stop-data-collection-by-agent-ids.txt │ └── update-application.txt ├── dlm.txt ├── dlm │ ├── create-lifecycle-policy.txt │ ├── delete-lifecycle-policy.txt │ ├── get-lifecycle-policies.txt │ ├── get-lifecycle-policy.txt │ ├── list-tags-for-resource.txt │ ├── tag-resource.txt │ ├── untag-resource.txt │ └── update-lifecycle-policy.txt ├── dms.txt ├── dms │ ├── apply-pending-maintenance-action.txt │ ├── batch-start-recommendations.txt │ ├── cancel-replication-task-assessment-run.txt │ ├── create-data-migration.txt │ ├── create-data-provider.txt │ ├── create-endpoint.txt │ ├── create-event-subscription.txt │ ├── create-fleet-advisor-collector.txt │ ├── create-instance-profile.txt │ ├── create-migration-project.txt │ ├── create-replication-config.txt │ ├── create-replication-instance.txt │ ├── create-replication-subnet-group.txt │ ├── create-replication-task.txt │ ├── delete-certificate.txt │ ├── delete-connection.txt │ ├── delete-data-migration.txt │ ├── delete-data-provider.txt │ ├── delete-endpoint.txt │ ├── delete-event-subscription.txt │ ├── delete-fleet-advisor-collector.txt │ ├── delete-fleet-advisor-databases.txt │ ├── delete-instance-profile.txt │ ├── delete-migration-project.txt │ ├── delete-replication-config.txt │ ├── delete-replication-instance.txt │ ├── delete-replication-subnet-group.txt │ ├── delete-replication-task-assessment-run.txt │ ├── delete-replication-task.txt │ ├── describe-account-attributes.txt │ ├── describe-applicable-individual-assessments.txt │ ├── describe-certificates.txt │ ├── describe-connections.txt │ ├── describe-conversion-configuration.txt │ ├── describe-data-migrations.txt │ ├── describe-data-providers.txt │ ├── describe-endpoint-settings.txt │ ├── describe-endpoint-types.txt │ ├── describe-endpoints.txt │ ├── describe-engine-versions.txt │ ├── describe-event-categories.txt │ ├── describe-event-subscriptions.txt │ ├── describe-events.txt │ ├── describe-extension-pack-associations.txt │ ├── describe-fleet-advisor-collectors.txt │ ├── describe-fleet-advisor-databases.txt │ ├── describe-fleet-advisor-lsa-analysis.txt │ ├── describe-fleet-advisor-schema-object-summary.txt │ ├── describe-fleet-advisor-schemas.txt │ ├── describe-instance-profiles.txt │ ├── describe-metadata-model-assessments.txt │ ├── describe-metadata-model-conversions.txt │ ├── describe-metadata-model-exports-as-script.txt │ ├── describe-metadata-model-exports-to-target.txt │ ├── describe-metadata-model-imports.txt │ ├── describe-migration-projects.txt │ ├── describe-orderable-replication-instances.txt │ ├── describe-pending-maintenance-actions.txt │ ├── describe-recommendation-limitations.txt │ ├── describe-recommendations.txt │ ├── describe-refresh-schemas-status.txt │ ├── describe-replication-configs.txt │ ├── describe-replication-instance-task-logs.txt │ ├── describe-replication-instances.txt │ ├── describe-replication-subnet-groups.txt │ ├── describe-replication-table-statistics.txt │ ├── describe-replication-task-assessment-results.txt │ ├── describe-replication-task-assessment-runs.txt │ ├── describe-replication-task-individual-assessments.txt │ ├── describe-replication-tasks.txt │ ├── describe-replications.txt │ ├── describe-schemas.txt │ ├── describe-table-statistics.txt │ ├── export-metadata-model-assessment.txt │ ├── import-certificate.txt │ ├── list-tags-for-resource.txt │ ├── modify-conversion-configuration.txt │ ├── modify-data-migration.txt │ ├── modify-data-provider.txt │ ├── modify-endpoint.txt │ ├── modify-event-subscription.txt │ ├── modify-instance-profile.txt │ ├── modify-migration-project.txt │ ├── modify-replication-config.txt │ ├── modify-replication-instance.txt │ ├── modify-replication-subnet-group.txt │ ├── modify-replication-task.txt │ ├── move-replication-task.txt │ ├── reboot-replication-instance.txt │ ├── refresh-schemas.txt │ ├── reload-replication-tables.txt │ ├── reload-tables.txt │ ├── remove-tags-from-resource.txt │ ├── run-fleet-advisor-lsa-analysis.txt │ ├── start-data-migration.txt │ ├── start-extension-pack-association.txt │ ├── start-metadata-model-assessment.txt │ ├── start-metadata-model-conversion.txt │ ├── start-metadata-model-export-as-script.txt │ ├── start-metadata-model-export-to-target.txt │ ├── start-metadata-model-import.txt │ ├── start-recommendations.txt │ ├── start-replication-task-assessment-run.txt │ ├── start-replication-task-assessment.txt │ ├── start-replication-task.txt │ ├── start-replication.txt │ ├── stop-data-migration.txt │ ├── stop-replication-task.txt │ ├── stop-replication.txt │ ├── test-connection.txt │ ├── update-subscriptions-to-event-bridge.txt │ ├── wait.txt │ └── wait │ │ ├── replication-instance-available.txt │ │ ├── replication-instance-deleted.txt │ │ ├── replication-task-deleted.txt │ │ ├── replication-task-ready.txt │ │ ├── replication-task-running.txt │ │ ├── replication-task-stopped.txt │ │ └── test-connection-succeeds.txt ├── docdb-elastic.txt ├── docdb-elastic │ ├── copy-cluster-snapshot.txt │ ├── create-cluster-snapshot.txt │ ├── create-cluster.txt │ ├── delete-cluster-snapshot.txt │ ├── delete-cluster.txt │ ├── get-cluster-snapshot.txt │ ├── get-cluster.txt │ ├── get-pending-maintenance-action.txt │ ├── list-cluster-snapshots.txt │ ├── list-clusters.txt │ ├── list-pending-maintenance-actions.txt │ ├── list-tags-for-resource.txt │ ├── restore-cluster-from-snapshot.txt │ ├── start-cluster.txt │ ├── stop-cluster.txt │ ├── tag-resource.txt │ ├── untag-resource.txt │ └── update-cluster.txt ├── docdb.txt ├── docdb │ ├── add-tags-to-resource.txt │ ├── apply-pending-maintenance-action.txt │ ├── copy-db-cluster-parameter-group.txt │ ├── copy-db-cluster-snapshot.txt │ ├── create-db-cluster-parameter-group.txt │ ├── create-db-cluster-snapshot.txt │ ├── create-db-cluster.txt │ ├── create-db-instance.txt │ ├── create-db-subnet-group.txt │ ├── create-event-subscription.txt │ ├── create-global-cluster.txt │ ├── delete-db-cluster-parameter-group.txt │ ├── delete-db-cluster-snapshot.txt │ ├── delete-db-cluster.txt │ ├── delete-db-instance.txt │ ├── delete-db-subnet-group.txt │ ├── delete-event-subscription.txt │ ├── delete-global-cluster.txt │ ├── describe-certificates.txt │ ├── describe-db-cluster-parameter-groups.txt │ ├── describe-db-cluster-parameters.txt │ ├── describe-db-cluster-snapshot-attributes.txt │ ├── describe-db-cluster-snapshots.txt │ ├── describe-db-clusters.txt │ ├── describe-db-engine-versions.txt │ ├── describe-db-instances.txt │ ├── describe-db-subnet-groups.txt │ ├── describe-engine-default-cluster-parameters.txt │ ├── describe-event-categories.txt │ ├── describe-event-subscriptions.txt │ ├── describe-events.txt │ ├── describe-global-clusters.txt │ ├── describe-orderable-db-instance-options.txt │ ├── describe-pending-maintenance-actions.txt │ ├── failover-db-cluster.txt │ ├── failover-global-cluster.txt │ ├── list-tags-for-resource.txt │ ├── modify-db-cluster-parameter-group.txt │ ├── modify-db-cluster-snapshot-attribute.txt │ ├── modify-db-cluster.txt │ ├── modify-db-instance.txt │ ├── modify-db-subnet-group.txt │ ├── modify-event-subscription.txt │ ├── modify-global-cluster.txt │ ├── reboot-db-instance.txt │ ├── remove-from-global-cluster.txt │ ├── remove-source-identifier-from-subscription.txt │ ├── remove-tags-from-resource.txt │ ├── reset-db-cluster-parameter-group.txt │ ├── restore-db-cluster-from-snapshot.txt │ ├── restore-db-cluster-to-point-in-time.txt │ ├── start-db-cluster.txt │ ├── stop-db-cluster.txt │ ├── switchover-global-cluster.txt │ ├── wait.txt │ └── wait │ │ └── db-instance-deleted.txt ├── drs.txt ├── drs │ ├── create-extended-source-server.txt │ ├── create-launch-configuration-template.txt │ ├── create-replication-configuration-template.txt │ ├── create-source-network.txt │ ├── delete-job.txt │ ├── delete-launch-action.txt │ ├── delete-launch-configuration-template.txt │ ├── delete-recovery-instance.txt │ ├── delete-replication-configuration-template.txt │ ├── delete-source-network.txt │ ├── delete-source-server.txt │ ├── describe-job-log-items.txt │ ├── describe-jobs.txt │ ├── describe-launch-configuration-templates.txt │ ├── describe-recovery-instances.txt │ ├── describe-recovery-snapshots.txt │ ├── describe-replication-configuration-templates.txt │ ├── describe-source-networks.txt │ ├── describe-source-servers.txt │ ├── disconnect-recovery-instance.txt │ ├── disconnect-source-server.txt │ ├── export-source-network-cfn-template.txt │ ├── get-failback-replication-configuration.txt │ ├── get-launch-configuration.txt │ ├── get-replication-configuration.txt │ ├── initialize-service.txt │ ├── list-extensible-source-servers.txt │ ├── list-launch-actions.txt │ ├── list-staging-accounts.txt │ ├── list-tags-for-resource.txt │ ├── put-launch-action.txt │ ├── retry-data-replication.txt │ ├── reverse-replication.txt │ ├── start-failback-launch.txt │ ├── start-recovery.txt │ ├── start-replication.txt │ ├── start-source-network-recovery.txt │ ├── start-source-network-replication.txt │ ├── stop-failback.txt │ ├── stop-replication.txt │ ├── stop-source-network-replication.txt │ ├── tag-resource.txt │ ├── terminate-recovery-instances.txt │ ├── untag-resource.txt │ ├── update-failback-replication-configuration.txt │ ├── update-launch-configuration-template.txt │ ├── update-launch-configuration.txt │ ├── update-replication-configuration-template.txt │ └── update-replication-configuration.txt ├── ds-data.txt ├── ds-data │ ├── create-group.txt │ ├── create-user.txt │ ├── delete-group.txt │ ├── delete-user.txt │ ├── describe-group.txt │ ├── describe-user.txt │ ├── disable-user.txt │ ├── list-group-members.txt │ ├── list-groups-for-member.txt │ ├── list-groups.txt │ ├── list-users.txt │ ├── remove-group-member.txt │ ├── search-groups.txt │ ├── search-users.txt │ ├── update-group.txt │ └── update-user.txt ├── ds.txt ├── ds │ ├── add-ip-routes.txt │ ├── add-region.txt │ ├── add-tags-to-resource.txt │ ├── cancel-schema-extension.txt │ ├── connect-directory.txt │ ├── create-alias.txt │ ├── create-computer.txt │ ├── create-conditional-forwarder.txt │ ├── create-directory.txt │ ├── create-log-subscription.txt │ ├── create-microsoft-ad.txt │ ├── create-snapshot.txt │ ├── create-trust.txt │ ├── delete-conditional-forwarder.txt │ ├── delete-directory.txt │ ├── delete-log-subscription.txt │ ├── delete-snapshot.txt │ ├── delete-trust.txt │ ├── deregister-certificate.txt │ ├── deregister-event-topic.txt │ ├── describe-certificate.txt │ ├── describe-client-authentication-settings.txt │ ├── describe-conditional-forwarders.txt │ ├── describe-directories.txt │ ├── describe-directory-data-access.txt │ ├── describe-domain-controllers.txt │ ├── describe-event-topics.txt │ ├── describe-ldaps-settings.txt │ ├── describe-regions.txt │ ├── describe-settings.txt │ ├── describe-shared-directories.txt │ ├── describe-snapshots.txt │ ├── describe-trusts.txt │ ├── describe-update-directory.txt │ ├── disable-client-authentication.txt │ ├── disable-directory-data-access.txt │ ├── disable-ldaps.txt │ ├── disable-radius.txt │ ├── disable-sso.txt │ ├── enable-client-authentication.txt │ ├── enable-directory-data-access.txt │ ├── enable-ldaps.txt │ ├── enable-radius.txt │ ├── enable-sso.txt │ ├── get-directory-limits.txt │ ├── get-snapshot-limits.txt │ ├── list-certificates.txt │ ├── list-ip-routes.txt │ ├── list-log-subscriptions.txt │ ├── list-schema-extensions.txt │ ├── list-tags-for-resource.txt │ ├── register-certificate.txt │ ├── register-event-topic.txt │ ├── reject-shared-directory.txt │ ├── remove-ip-routes.txt │ ├── remove-region.txt │ ├── remove-tags-from-resource.txt │ ├── reset-user-password.txt │ ├── restore-from-snapshot.txt │ ├── share-directory.txt │ ├── start-schema-extension.txt │ ├── unshare-directory.txt │ ├── update-conditional-forwarder.txt │ ├── update-directory-setup.txt │ ├── update-number-of-domain-controllers.txt │ ├── update-radius.txt │ ├── update-settings.txt │ ├── update-trust.txt │ └── verify-trust.txt ├── dsql.txt ├── dsql │ ├── create-multi-region-clusters.txt │ ├── delete-cluster.txt │ ├── delete-multi-region-clusters.txt │ ├── get-cluster.txt │ ├── list-clusters.txt │ ├── list-tags-for-resource.txt │ ├── tag-resource.txt │ ├── untag-resource.txt │ ├── update-cluster.txt │ ├── wait.txt │ └── wait │ │ └── cluster-not-exists.txt ├── dynamodb.txt ├── dynamodb │ ├── batch-get-item.txt │ ├── batch-write-item.txt │ ├── create-backup.txt │ ├── create-global-table.txt │ ├── create-table.txt │ ├── delete-backup.txt │ ├── delete-item.txt │ ├── delete-resource-policy.txt │ ├── delete-table.txt │ ├── describe-backup.txt │ ├── describe-continuous-backups.txt │ ├── describe-contributor-insights.txt │ ├── describe-endpoints.txt │ ├── describe-export.txt │ ├── describe-global-table-settings.txt │ ├── describe-global-table.txt │ ├── describe-import.txt │ ├── describe-kinesis-streaming-destination.txt │ ├── describe-limits.txt │ ├── describe-table-replica-auto-scaling.txt │ ├── describe-table.txt │ ├── describe-time-to-live.txt │ ├── disable-kinesis-streaming-destination.txt │ ├── enable-kinesis-streaming-destination.txt │ ├── execute-statement.txt │ ├── execute-transaction.txt │ ├── export-table-to-point-in-time.txt │ ├── get-item.txt │ ├── get-resource-policy.txt │ ├── import-table.txt │ ├── list-backups.txt │ ├── list-contributor-insights.txt │ ├── list-exports.txt │ ├── list-global-tables.txt │ ├── list-imports.txt │ ├── list-tables.txt │ ├── list-tags-of-resource.txt │ ├── put-item.txt │ ├── put-resource-policy.txt │ ├── query.txt │ ├── restore-table-from-backup.txt │ ├── restore-table-to-point-in-time.txt │ ├── scan.txt │ ├── tag-resource.txt │ ├── transact-get-items.txt │ ├── transact-write-items.txt │ ├── untag-resource.txt │ ├── update-continuous-backups.txt │ ├── update-contributor-insights.txt │ ├── update-global-table-settings.txt │ ├── update-global-table.txt │ ├── update-item.txt │ ├── update-kinesis-streaming-destination.txt │ ├── update-table-replica-auto-scaling.txt │ ├── update-table.txt │ ├── update-time-to-live.txt │ ├── wait.txt │ ├── wait │ │ └── table-not-exists.txt │ └── wizard.txt ├── dynamodbstreams.txt ├── dynamodbstreams │ ├── get-records.txt │ ├── get-shard-iterator.txt │ └── list-streams.txt ├── ebs.txt ├── ebs │ ├── get-snapshot-block.txt │ ├── list-changed-blocks.txt │ ├── list-snapshot-blocks.txt │ ├── put-snapshot-block.txt │ └── start-snapshot.txt ├── ec2-instance-connect.txt ├── ec2-instance-connect │ ├── send-serial-console-ssh-public-key.txt │ └── send-ssh-public-key.txt ├── ec2.txt ├── ec2 │ ├── accept-capacity-reservation-billing-ownership.txt │ ├── accept-reserved-instances-exchange-quote.txt │ ├── accept-transit-gateway-multicast-domain-associations.txt │ ├── accept-transit-gateway-peering-attachment.txt │ ├── accept-transit-gateway-vpc-attachment.txt │ ├── accept-vpc-endpoint-connections.txt │ ├── accept-vpc-peering-connection.txt │ ├── advertise-byoip-cidr.txt │ ├── allocate-address.txt │ ├── allocate-hosts.txt │ ├── allocate-ipam-pool-cidr.txt │ ├── apply-security-groups-to-client-vpn-target-network.txt │ ├── assign-ipv6-addresses.txt │ ├── assign-private-ip-addresses.txt │ ├── assign-private-nat-gateway-address.txt │ ├── associate-address.txt │ ├── associate-capacity-reservation-billing-owner.txt │ ├── associate-client-vpn-target-network.txt │ ├── associate-dhcp-options.txt │ ├── associate-enclave-certificate-iam-role.txt │ ├── associate-iam-instance-profile.txt │ ├── associate-instance-event-window.txt │ ├── associate-ipam-byoasn.txt │ ├── associate-ipam-resource-discovery.txt │ ├── associate-nat-gateway-address.txt │ ├── associate-route-table.txt │ ├── associate-security-group-vpc.txt │ ├── associate-subnet-cidr-block.txt │ ├── associate-transit-gateway-multicast-domain.txt │ ├── associate-transit-gateway-policy-table.txt │ ├── associate-transit-gateway-route-table.txt │ ├── associate-trunk-interface.txt │ ├── associate-vpc-cidr-block.txt │ ├── attach-classic-link-vpc.txt │ ├── attach-internet-gateway.txt │ ├── attach-network-interface.txt │ ├── attach-verified-access-trust-provider.txt │ ├── attach-volume.txt │ ├── attach-vpn-gateway.txt │ ├── authorize-client-vpn-ingress.txt │ ├── authorize-security-group-egress.txt │ ├── authorize-security-group-ingress.txt │ ├── bundle-instance.txt │ ├── cancel-bundle-task.txt │ ├── cancel-capacity-reservation-fleets.txt │ ├── cancel-capacity-reservation.txt │ ├── cancel-conversion-task.txt │ ├── cancel-declarative-policies-report.txt │ ├── cancel-export-task.txt │ ├── cancel-image-launch-permission.txt │ ├── cancel-import-task.txt │ ├── cancel-reserved-instances-listing.txt │ ├── cancel-spot-fleet-requests.txt │ ├── cancel-spot-instance-requests.txt │ ├── confirm-product-instance.txt │ ├── copy-fpga-image.txt │ ├── copy-image.txt │ ├── copy-snapshot.txt │ ├── create-capacity-reservation-by-splitting.txt │ ├── create-capacity-reservation-fleet.txt │ ├── create-capacity-reservation.txt │ ├── create-carrier-gateway.txt │ ├── create-client-vpn-endpoint.txt │ ├── create-client-vpn-route.txt │ ├── create-coip-cidr.txt │ ├── create-coip-pool.txt │ ├── create-customer-gateway.txt │ ├── create-default-subnet.txt │ ├── create-default-vpc.txt │ ├── create-dhcp-options.txt │ ├── create-egress-only-internet-gateway.txt │ ├── create-fleet.txt │ ├── create-flow-logs.txt │ ├── create-fpga-image.txt │ ├── create-image.txt │ ├── create-instance-connect-endpoint.txt │ ├── create-instance-event-window.txt │ ├── create-instance-export-task.txt │ ├── create-internet-gateway.txt │ ├── create-ipam-external-resource-verification-token.txt │ ├── create-ipam-pool.txt │ ├── create-ipam-resource-discovery.txt │ ├── create-ipam-scope.txt │ ├── create-ipam.txt │ ├── create-key-pair.txt │ ├── create-launch-template-version.txt │ ├── create-launch-template.txt │ ├── create-local-gateway-route-table-virtual-interface-group-association.txt │ ├── create-local-gateway-route-table-vpc-association.txt │ ├── create-local-gateway-route-table.txt │ ├── create-local-gateway-route.txt │ ├── create-managed-prefix-list.txt │ ├── create-nat-gateway.txt │ ├── create-network-acl-entry.txt │ ├── create-network-acl.txt │ ├── create-network-insights-access-scope.txt │ ├── create-network-insights-path.txt │ ├── create-network-interface-permission.txt │ ├── create-network-interface.txt │ ├── create-placement-group.txt │ ├── create-public-ipv4-pool.txt │ ├── create-replace-root-volume-task.txt │ ├── create-reserved-instances-listing.txt │ ├── create-restore-image-task.txt │ ├── create-route-table.txt │ ├── create-route.txt │ ├── create-security-group.txt │ ├── create-snapshot.txt │ ├── create-snapshots.txt │ ├── create-spot-datafeed-subscription.txt │ ├── create-store-image-task.txt │ ├── create-subnet-cidr-reservation.txt │ ├── create-subnet.txt │ ├── create-tags.txt │ ├── create-traffic-mirror-filter-rule.txt │ ├── create-traffic-mirror-filter.txt │ ├── create-traffic-mirror-session.txt │ ├── create-traffic-mirror-target.txt │ ├── create-transit-gateway-connect-peer.txt │ ├── create-transit-gateway-connect.txt │ ├── create-transit-gateway-multicast-domain.txt │ ├── create-transit-gateway-peering-attachment.txt │ ├── create-transit-gateway-policy-table.txt │ ├── create-transit-gateway-prefix-list-reference.txt │ ├── create-transit-gateway-route-table-announcement.txt │ ├── create-transit-gateway-route-table.txt │ ├── create-transit-gateway-route.txt │ ├── create-transit-gateway-vpc-attachment.txt │ ├── create-transit-gateway.txt │ ├── create-verified-access-endpoint.txt │ ├── create-verified-access-group.txt │ ├── create-verified-access-instance.txt │ ├── create-verified-access-trust-provider.txt │ ├── create-volume.txt │ ├── create-vpc-block-public-access-exclusion.txt │ ├── create-vpc-endpoint-connection-notification.txt │ ├── create-vpc-endpoint-service-configuration.txt │ ├── create-vpc-endpoint.txt │ ├── create-vpc-peering-connection.txt │ ├── create-vpc.txt │ ├── create-vpn-connection-route.txt │ ├── create-vpn-connection.txt │ ├── create-vpn-gateway.txt │ ├── delete-carrier-gateway.txt │ ├── delete-client-vpn-endpoint.txt │ ├── delete-client-vpn-route.txt │ ├── delete-coip-cidr.txt │ ├── delete-coip-pool.txt │ ├── delete-customer-gateway.txt │ ├── delete-dhcp-options.txt │ ├── delete-egress-only-internet-gateway.txt │ ├── delete-fleets.txt │ ├── delete-flow-logs.txt │ ├── delete-fpga-image.txt │ ├── delete-instance-connect-endpoint.txt │ ├── delete-instance-event-window.txt │ ├── delete-internet-gateway.txt │ ├── delete-ipam-external-resource-verification-token.txt │ ├── delete-ipam-pool.txt │ ├── delete-ipam-resource-discovery.txt │ ├── delete-ipam-scope.txt │ ├── delete-ipam.txt │ ├── delete-key-pair.txt │ ├── delete-launch-template-versions.txt │ ├── delete-launch-template.txt │ ├── delete-local-gateway-route-table-virtual-interface-group-association.txt │ ├── delete-local-gateway-route-table-vpc-association.txt │ ├── delete-local-gateway-route-table.txt │ ├── delete-local-gateway-route.txt │ ├── delete-managed-prefix-list.txt │ ├── delete-nat-gateway.txt │ ├── delete-network-acl-entry.txt │ ├── delete-network-acl.txt │ ├── delete-network-insights-access-scope-analysis.txt │ ├── delete-network-insights-access-scope.txt │ ├── delete-network-insights-analysis.txt │ ├── delete-network-insights-path.txt │ ├── delete-network-interface-permission.txt │ ├── delete-network-interface.txt │ ├── delete-placement-group.txt │ ├── delete-public-ipv4-pool.txt │ ├── delete-queued-reserved-instances.txt │ ├── delete-route-table.txt │ ├── delete-route.txt │ ├── delete-security-group.txt │ ├── delete-snapshot.txt │ ├── delete-spot-datafeed-subscription.txt │ ├── delete-subnet-cidr-reservation.txt │ ├── delete-subnet.txt │ ├── delete-tags.txt │ ├── delete-traffic-mirror-filter-rule.txt │ ├── delete-traffic-mirror-filter.txt │ ├── delete-traffic-mirror-session.txt │ ├── delete-traffic-mirror-target.txt │ ├── delete-transit-gateway-connect-peer.txt │ ├── delete-transit-gateway-connect.txt │ ├── delete-transit-gateway-multicast-domain.txt │ ├── delete-transit-gateway-peering-attachment.txt │ ├── delete-transit-gateway-policy-table.txt │ ├── delete-transit-gateway-prefix-list-reference.txt │ ├── delete-transit-gateway-route-table-announcement.txt │ ├── delete-transit-gateway-route-table.txt │ ├── delete-transit-gateway-route.txt │ ├── delete-transit-gateway-vpc-attachment.txt │ ├── delete-transit-gateway.txt │ ├── delete-verified-access-endpoint.txt │ ├── delete-verified-access-group.txt │ ├── delete-verified-access-instance.txt │ ├── delete-verified-access-trust-provider.txt │ ├── delete-volume.txt │ ├── delete-vpc-block-public-access-exclusion.txt │ ├── delete-vpc-endpoint-connection-notifications.txt │ ├── delete-vpc-endpoint-service-configurations.txt │ ├── delete-vpc-endpoints.txt │ ├── delete-vpc-peering-connection.txt │ ├── delete-vpc.txt │ ├── delete-vpn-connection-route.txt │ ├── delete-vpn-connection.txt │ ├── delete-vpn-gateway.txt │ ├── deprovision-byoip-cidr.txt │ ├── deprovision-ipam-byoasn.txt │ ├── deprovision-ipam-pool-cidr.txt │ ├── deprovision-public-ipv4-pool-cidr.txt │ ├── deregister-image.txt │ ├── deregister-instance-event-notification-attributes.txt │ ├── deregister-transit-gateway-multicast-group-members.txt │ ├── deregister-transit-gateway-multicast-group-sources.txt │ ├── describe-account-attributes.txt │ ├── describe-address-transfers.txt │ ├── describe-addresses-attribute.txt │ ├── describe-addresses.txt │ ├── describe-aggregate-id-format.txt │ ├── describe-availability-zones.txt │ ├── describe-aws-network-performance-metric-subscriptions.txt │ ├── describe-bundle-tasks.txt │ ├── describe-byoip-cidrs.txt │ ├── describe-capacity-block-extension-history.txt │ ├── describe-capacity-block-extension-offerings.txt │ ├── describe-capacity-block-offerings.txt │ ├── describe-capacity-reservation-billing-requests.txt │ ├── describe-capacity-reservation-fleets.txt │ ├── describe-capacity-reservations.txt │ ├── describe-carrier-gateways.txt │ ├── describe-classic-link-instances.txt │ ├── describe-client-vpn-authorization-rules.txt │ ├── describe-client-vpn-connections.txt │ ├── describe-client-vpn-endpoints.txt │ ├── describe-client-vpn-routes.txt │ ├── describe-client-vpn-target-networks.txt │ ├── describe-coip-pools.txt │ ├── describe-conversion-tasks.txt │ ├── describe-customer-gateways.txt │ ├── describe-declarative-policies-reports.txt │ ├── describe-dhcp-options.txt │ ├── describe-egress-only-internet-gateways.txt │ ├── describe-elastic-gpus.txt │ ├── describe-export-image-tasks.txt │ ├── describe-export-tasks.txt │ ├── describe-fast-launch-images.txt │ ├── describe-fast-snapshot-restores.txt │ ├── describe-fleet-history.txt │ ├── describe-fleet-instances.txt │ ├── describe-fleets.txt │ ├── describe-flow-logs.txt │ ├── describe-fpga-image-attribute.txt │ ├── describe-fpga-images.txt │ ├── describe-host-reservation-offerings.txt │ ├── describe-host-reservations.txt │ ├── describe-hosts.txt │ ├── describe-iam-instance-profile-associations.txt │ ├── describe-id-format.txt │ ├── describe-identity-id-format.txt │ ├── describe-image-attribute.txt │ ├── describe-images.txt │ ├── describe-import-image-tasks.txt │ ├── describe-import-snapshot-tasks.txt │ ├── describe-instance-attribute.txt │ ├── describe-instance-connect-endpoints.txt │ ├── describe-instance-credit-specifications.txt │ ├── describe-instance-event-notification-attributes.txt │ ├── describe-instance-event-windows.txt │ ├── describe-instance-image-metadata.txt │ ├── describe-instance-status.txt │ ├── describe-instance-topology.txt │ ├── describe-instance-type-offerings.txt │ ├── describe-instance-types.txt │ ├── describe-instances.txt │ ├── describe-internet-gateways.txt │ ├── describe-ipam-byoasn.txt │ ├── describe-ipam-external-resource-verification-tokens.txt │ ├── describe-ipam-pools.txt │ ├── describe-ipam-resource-discoveries.txt │ ├── describe-ipam-resource-discovery-associations.txt │ ├── describe-ipam-scopes.txt │ ├── describe-ipams.txt │ ├── describe-ipv6-pools.txt │ ├── describe-key-pairs.txt │ ├── describe-launch-template-versions.txt │ ├── describe-launch-templates.txt │ ├── describe-local-gateway-route-table-vpc-associations.txt │ ├── describe-local-gateway-route-tables.txt │ ├── describe-local-gateway-virtual-interface-groups.txt │ ├── describe-local-gateway-virtual-interfaces.txt │ ├── describe-local-gateways.txt │ ├── describe-locked-snapshots.txt │ ├── describe-mac-hosts.txt │ ├── describe-managed-prefix-lists.txt │ ├── describe-moving-addresses.txt │ ├── describe-nat-gateways.txt │ ├── describe-network-acls.txt │ ├── describe-network-insights-access-scope-analyses.txt │ ├── describe-network-insights-access-scopes.txt │ ├── describe-network-insights-analyses.txt │ ├── describe-network-insights-paths.txt │ ├── describe-network-interface-attribute.txt │ ├── describe-network-interface-permissions.txt │ ├── describe-network-interfaces.txt │ ├── describe-placement-groups.txt │ ├── describe-prefix-lists.txt │ ├── describe-principal-id-format.txt │ ├── describe-public-ipv4-pools.txt │ ├── describe-regions.txt │ ├── describe-replace-root-volume-tasks.txt │ ├── describe-reserved-instances-listings.txt │ ├── describe-reserved-instances-modifications.txt │ ├── describe-reserved-instances-offerings.txt │ ├── describe-reserved-instances.txt │ ├── describe-route-tables.txt │ ├── describe-scheduled-instance-availability.txt │ ├── describe-scheduled-instances.txt │ ├── describe-security-group-references.txt │ ├── describe-security-group-rules.txt │ ├── describe-security-group-vpc-associations.txt │ ├── describe-security-groups.txt │ ├── describe-snapshot-attribute.txt │ ├── describe-snapshot-tier-status.txt │ ├── describe-snapshots.txt │ ├── describe-spot-datafeed-subscription.txt │ ├── describe-spot-fleet-instances.txt │ ├── describe-spot-fleet-request-history.txt │ ├── describe-spot-fleet-requests.txt │ ├── describe-spot-instance-requests.txt │ ├── describe-spot-price-history.txt │ ├── describe-stale-security-groups.txt │ ├── describe-store-image-tasks.txt │ ├── describe-subnets.txt │ ├── describe-tags.txt │ ├── describe-traffic-mirror-filter-rules.txt │ ├── describe-traffic-mirror-filters.txt │ ├── describe-traffic-mirror-sessions.txt │ ├── describe-traffic-mirror-targets.txt │ ├── describe-transit-gateway-attachments.txt │ ├── describe-transit-gateway-connect-peers.txt │ ├── describe-transit-gateway-connects.txt │ ├── describe-transit-gateway-multicast-domains.txt │ ├── describe-transit-gateway-peering-attachments.txt │ ├── describe-transit-gateway-policy-tables.txt │ ├── describe-transit-gateway-route-table-announcements.txt │ ├── describe-transit-gateway-route-tables.txt │ ├── describe-transit-gateway-vpc-attachments.txt │ ├── describe-transit-gateways.txt │ ├── describe-trunk-interface-associations.txt │ ├── describe-verified-access-endpoints.txt │ ├── describe-verified-access-groups.txt │ ├── describe-verified-access-instance-logging-configurations.txt │ ├── describe-verified-access-instances.txt │ ├── describe-verified-access-trust-providers.txt │ ├── describe-volume-attribute.txt │ ├── describe-volume-status.txt │ ├── describe-volumes-modifications.txt │ ├── describe-volumes.txt │ ├── describe-vpc-attribute.txt │ ├── describe-vpc-block-public-access-exclusions.txt │ ├── describe-vpc-block-public-access-options.txt │ ├── describe-vpc-classic-link-dns-support.txt │ ├── describe-vpc-classic-link.txt │ ├── describe-vpc-endpoint-associations.txt │ ├── describe-vpc-endpoint-connection-notifications.txt │ ├── describe-vpc-endpoint-connections.txt │ ├── describe-vpc-endpoint-service-configurations.txt │ ├── describe-vpc-endpoint-service-permissions.txt │ ├── describe-vpc-endpoint-services.txt │ ├── describe-vpc-endpoints.txt │ ├── describe-vpc-peering-connections.txt │ ├── describe-vpcs.txt │ ├── describe-vpn-connections.txt │ ├── describe-vpn-gateways.txt │ ├── detach-classic-link-vpc.txt │ ├── detach-internet-gateway.txt │ ├── detach-network-interface.txt │ ├── detach-verified-access-trust-provider.txt │ ├── detach-volume.txt │ ├── detach-vpn-gateway.txt │ ├── disable-address-transfer.txt │ ├── disable-allowed-images-settings.txt │ ├── disable-aws-network-performance-metric-subscription.txt │ ├── disable-ebs-encryption-by-default.txt │ ├── disable-fast-launch.txt │ ├── disable-fast-snapshot-restores.txt │ ├── disable-image-block-public-access.txt │ ├── disable-image-deprecation.txt │ ├── disable-image-deregistration-protection.txt │ ├── disable-image.txt │ ├── disable-ipam-organization-admin-account.txt │ ├── disable-serial-console-access.txt │ ├── disable-snapshot-block-public-access.txt │ ├── disable-transit-gateway-route-table-propagation.txt │ ├── disable-vgw-route-propagation.txt │ ├── disable-vpc-classic-link-dns-support.txt │ ├── disable-vpc-classic-link.txt │ ├── disassociate-address.txt │ ├── disassociate-capacity-reservation-billing-owner.txt │ ├── disassociate-client-vpn-target-network.txt │ ├── disassociate-enclave-certificate-iam-role.txt │ ├── disassociate-iam-instance-profile.txt │ ├── disassociate-instance-event-window.txt │ ├── disassociate-ipam-byoasn.txt │ ├── disassociate-ipam-resource-discovery.txt │ ├── disassociate-nat-gateway-address.txt │ ├── disassociate-route-table.txt │ ├── disassociate-security-group-vpc.txt │ ├── disassociate-subnet-cidr-block.txt │ ├── disassociate-transit-gateway-multicast-domain.txt │ ├── disassociate-transit-gateway-policy-table.txt │ ├── disassociate-transit-gateway-route-table.txt │ ├── disassociate-trunk-interface.txt │ ├── disassociate-vpc-cidr-block.txt │ ├── enable-address-transfer.txt │ ├── enable-allowed-images-settings.txt │ ├── enable-aws-network-performance-metric-subscription.txt │ ├── enable-ebs-encryption-by-default.txt │ ├── enable-fast-launch.txt │ ├── enable-fast-snapshot-restores.txt │ ├── enable-image-block-public-access.txt │ ├── enable-image-deprecation.txt │ ├── enable-image-deregistration-protection.txt │ ├── enable-image.txt │ ├── enable-ipam-organization-admin-account.txt │ ├── enable-reachability-analyzer-organization-sharing.txt │ ├── enable-serial-console-access.txt │ ├── enable-snapshot-block-public-access.txt │ ├── enable-transit-gateway-route-table-propagation.txt │ ├── enable-vgw-route-propagation.txt │ ├── enable-volume-io.txt │ ├── enable-vpc-classic-link-dns-support.txt │ ├── enable-vpc-classic-link.txt │ ├── export-client-vpn-client-certificate-revocation-list.txt │ ├── export-client-vpn-client-configuration.txt │ ├── export-image.txt │ ├── export-transit-gateway-routes.txt │ ├── export-verified-access-instance-client-configuration.txt │ ├── get-allowed-images-settings.txt │ ├── get-associated-enclave-certificate-iam-roles.txt │ ├── get-associated-ipv6-pool-cidrs.txt │ ├── get-aws-network-performance-data.txt │ ├── get-capacity-reservation-usage.txt │ ├── get-coip-pool-usage.txt │ ├── get-console-output.txt │ ├── get-console-screenshot.txt │ ├── get-declarative-policies-report-summary.txt │ ├── get-default-credit-specification.txt │ ├── get-ebs-default-kms-key-id.txt │ ├── get-ebs-encryption-by-default.txt │ ├── get-flow-logs-integration-template.txt │ ├── get-groups-for-capacity-reservation.txt │ ├── get-host-reservation-purchase-preview.txt │ ├── get-image-block-public-access-state.txt │ ├── get-instance-metadata-defaults.txt │ ├── get-instance-tpm-ek-pub.txt │ ├── get-instance-types-from-instance-requirements.txt │ ├── get-instance-uefi-data.txt │ ├── get-ipam-address-history.txt │ ├── get-ipam-discovered-accounts.txt │ ├── get-ipam-discovered-public-addresses.txt │ ├── get-ipam-discovered-resource-cidrs.txt │ ├── get-ipam-pool-allocations.txt │ ├── get-ipam-pool-cidrs.txt │ ├── get-ipam-resource-cidrs.txt │ ├── get-launch-template-data.txt │ ├── get-managed-prefix-list-associations.txt │ ├── get-managed-prefix-list-entries.txt │ ├── get-network-insights-access-scope-analysis-findings.txt │ ├── get-network-insights-access-scope-content.txt │ ├── get-password-data.txt │ ├── get-reserved-instances-exchange-quote.txt │ ├── get-security-groups-for-vpc.txt │ ├── get-serial-console-access-status.txt │ ├── get-snapshot-block-public-access-state.txt │ ├── get-spot-placement-scores.txt │ ├── get-subnet-cidr-reservations.txt │ ├── get-transit-gateway-attachment-propagations.txt │ ├── get-transit-gateway-multicast-domain-associations.txt │ ├── get-transit-gateway-policy-table-associations.txt │ ├── get-transit-gateway-policy-table-entries.txt │ ├── get-transit-gateway-prefix-list-references.txt │ ├── get-transit-gateway-route-table-associations.txt │ ├── get-transit-gateway-route-table-propagations.txt │ ├── get-verified-access-endpoint-policy.txt │ ├── get-verified-access-endpoint-targets.txt │ ├── get-verified-access-group-policy.txt │ ├── get-vpn-connection-device-sample-configuration.txt │ ├── get-vpn-connection-device-types.txt │ ├── get-vpn-tunnel-replacement-status.txt │ ├── import-client-vpn-client-certificate-revocation-list.txt │ ├── import-image.txt │ ├── import-key-pair.txt │ ├── import-snapshot.txt │ ├── list-images-in-recycle-bin.txt │ ├── list-snapshots-in-recycle-bin.txt │ ├── lock-snapshot.txt │ ├── modify-address-attribute.txt │ ├── modify-availability-zone-group.txt │ ├── modify-capacity-reservation-fleet.txt │ ├── modify-capacity-reservation.txt │ ├── modify-client-vpn-endpoint.txt │ ├── modify-default-credit-specification.txt │ ├── modify-ebs-default-kms-key-id.txt │ ├── modify-fleet.txt │ ├── modify-fpga-image-attribute.txt │ ├── modify-hosts.txt │ ├── modify-id-format.txt │ ├── modify-identity-id-format.txt │ ├── modify-image-attribute.txt │ ├── modify-instance-attribute.txt │ ├── modify-instance-capacity-reservation-attributes.txt │ ├── modify-instance-cpu-options.txt │ ├── modify-instance-credit-specification.txt │ ├── modify-instance-event-start-time.txt │ ├── modify-instance-event-window.txt │ ├── modify-instance-maintenance-options.txt │ ├── modify-instance-metadata-defaults.txt │ ├── modify-instance-metadata-options.txt │ ├── modify-instance-network-performance-options.txt │ ├── modify-instance-placement.txt │ ├── modify-ipam-pool.txt │ ├── modify-ipam-resource-cidr.txt │ ├── modify-ipam-resource-discovery.txt │ ├── modify-ipam-scope.txt │ ├── modify-ipam.txt │ ├── modify-launch-template.txt │ ├── modify-local-gateway-route.txt │ ├── modify-managed-prefix-list.txt │ ├── modify-network-interface-attribute.txt │ ├── modify-private-dns-name-options.txt │ ├── modify-reserved-instances.txt │ ├── modify-security-group-rules.txt │ ├── modify-snapshot-attribute.txt │ ├── modify-snapshot-tier.txt │ ├── modify-spot-fleet-request.txt │ ├── modify-subnet-attribute.txt │ ├── modify-traffic-mirror-filter-network-services.txt │ ├── modify-traffic-mirror-filter-rule.txt │ ├── modify-traffic-mirror-session.txt │ ├── modify-transit-gateway-prefix-list-reference.txt │ ├── modify-transit-gateway-vpc-attachment.txt │ ├── modify-transit-gateway.txt │ ├── modify-verified-access-endpoint-policy.txt │ ├── modify-verified-access-endpoint.txt │ ├── modify-verified-access-group-policy.txt │ ├── modify-verified-access-group.txt │ ├── modify-verified-access-instance-logging-configuration.txt │ ├── modify-verified-access-instance.txt │ ├── modify-verified-access-trust-provider.txt │ ├── modify-volume-attribute.txt │ ├── modify-volume.txt │ ├── modify-vpc-attribute.txt │ ├── modify-vpc-block-public-access-exclusion.txt │ ├── modify-vpc-block-public-access-options.txt │ ├── modify-vpc-endpoint-connection-notification.txt │ ├── modify-vpc-endpoint-service-configuration.txt │ ├── modify-vpc-endpoint-service-payer-responsibility.txt │ ├── modify-vpc-endpoint-service-permissions.txt │ ├── modify-vpc-endpoint.txt │ ├── modify-vpc-peering-connection-options.txt │ ├── modify-vpc-tenancy.txt │ ├── modify-vpn-connection-options.txt │ ├── modify-vpn-connection.txt │ ├── modify-vpn-tunnel-certificate.txt │ ├── modify-vpn-tunnel-options.txt │ ├── monitor-instances.txt │ ├── move-address-to-vpc.txt │ ├── move-byoip-cidr-to-ipam.txt │ ├── move-capacity-reservation-instances.txt │ ├── provision-byoip-cidr.txt │ ├── provision-ipam-byoasn.txt │ ├── provision-ipam-pool-cidr.txt │ ├── provision-public-ipv4-pool-cidr.txt │ ├── purchase-capacity-block-extension.txt │ ├── purchase-capacity-block.txt │ ├── purchase-host-reservation.txt │ ├── purchase-reserved-instances-offering.txt │ ├── purchase-scheduled-instances.txt │ ├── reboot-instances.txt │ ├── register-image.txt │ ├── register-instance-event-notification-attributes.txt │ ├── register-transit-gateway-multicast-group-members.txt │ ├── register-transit-gateway-multicast-group-sources.txt │ ├── reject-capacity-reservation-billing-ownership.txt │ ├── reject-transit-gateway-multicast-domain-associations.txt │ ├── reject-transit-gateway-peering-attachment.txt │ ├── reject-transit-gateway-vpc-attachment.txt │ ├── reject-vpc-endpoint-connections.txt │ ├── reject-vpc-peering-connection.txt │ ├── release-address.txt │ ├── release-hosts.txt │ ├── release-ipam-pool-allocation.txt │ ├── replace-iam-instance-profile-association.txt │ ├── replace-image-criteria-in-allowed-images-settings.txt │ ├── replace-network-acl-association.txt │ ├── replace-network-acl-entry.txt │ ├── replace-route-table-association.txt │ ├── replace-route.txt │ ├── replace-transit-gateway-route.txt │ ├── replace-vpn-tunnel.txt │ ├── report-instance-status.txt │ ├── request-spot-fleet.txt │ ├── request-spot-instances.txt │ ├── reset-address-attribute.txt │ ├── reset-ebs-default-kms-key-id.txt │ ├── reset-fpga-image-attribute.txt │ ├── reset-image-attribute.txt │ ├── reset-instance-attribute.txt │ ├── reset-network-interface-attribute.txt │ ├── reset-snapshot-attribute.txt │ ├── restore-address-to-classic.txt │ ├── restore-image-from-recycle-bin.txt │ ├── restore-managed-prefix-list-version.txt │ ├── restore-snapshot-from-recycle-bin.txt │ ├── restore-snapshot-tier.txt │ ├── revoke-client-vpn-ingress.txt │ ├── revoke-security-group-egress.txt │ ├── revoke-security-group-ingress.txt │ ├── run-instances.txt │ ├── run-scheduled-instances.txt │ ├── search-local-gateway-routes.txt │ ├── search-transit-gateway-multicast-groups.txt │ ├── search-transit-gateway-routes.txt │ ├── send-diagnostic-interrupt.txt │ ├── start-declarative-policies-report.txt │ ├── start-instances.txt │ ├── start-network-insights-access-scope-analysis.txt │ ├── start-network-insights-analysis.txt │ ├── start-vpc-endpoint-service-private-dns-verification.txt │ ├── stop-instances.txt │ ├── terminate-client-vpn-connections.txt │ ├── terminate-instances.txt │ ├── unassign-ipv6-addresses.txt │ ├── unassign-private-ip-addresses.txt │ ├── unassign-private-nat-gateway-address.txt │ ├── unlock-snapshot.txt │ ├── unmonitor-instances.txt │ ├── update-security-group-rule-descriptions-egress.txt │ ├── update-security-group-rule-descriptions-ingress.txt │ ├── wait.txt │ ├── wait │ │ ├── conversion-task-cancelled.txt │ │ ├── conversion-task-completed.txt │ │ ├── conversion-task-deleted.txt │ │ ├── customer-gateway-available.txt │ │ ├── export-task-cancelled.txt │ │ ├── export-task-completed.txt │ │ ├── image-available.txt │ │ ├── image-exists.txt │ │ ├── instance-exists.txt │ │ ├── instance-running.txt │ │ ├── instance-status-ok.txt │ │ ├── instance-stopped.txt │ │ ├── instance-terminated.txt │ │ ├── internet-gateway-exists.txt │ │ ├── key-pair-exists.txt │ │ ├── nat-gateway-available.txt │ │ ├── nat-gateway-deleted.txt │ │ ├── network-interface-available.txt │ │ ├── password-data-available.txt │ │ ├── security-group-exists.txt │ │ ├── snapshot-completed.txt │ │ ├── snapshot-imported.txt │ │ ├── spot-instance-request-fulfilled.txt │ │ ├── store-image-task-complete.txt │ │ ├── subnet-available.txt │ │ ├── system-status-ok.txt │ │ ├── volume-available.txt │ │ ├── volume-deleted.txt │ │ ├── volume-in-use.txt │ │ ├── vpc-available.txt │ │ ├── vpc-exists.txt │ │ ├── vpc-peering-connection-deleted.txt │ │ ├── vpc-peering-connection-exists.txt │ │ ├── vpn-connection-available.txt │ │ └── vpn-connection-deleted.txt │ └── withdraw-byoip-cidr.txt ├── ecr-public.txt ├── ecr-public │ ├── batch-delete-image.txt │ ├── complete-layer-upload.txt │ ├── create-repository.txt │ ├── delete-repository-policy.txt │ ├── delete-repository.txt │ ├── describe-image-tags.txt │ ├── describe-images.txt │ ├── describe-registries.txt │ ├── describe-repositories.txt │ ├── get-authorization-token.txt │ ├── get-login-password.txt │ ├── get-registry-catalog-data.txt │ ├── get-repository-catalog-data.txt │ ├── get-repository-policy.txt │ ├── initiate-layer-upload.txt │ ├── list-tags-for-resource.txt │ ├── put-image.txt │ ├── put-registry-catalog-data.txt │ ├── put-repository-catalog-data.txt │ ├── set-repository-policy.txt │ ├── tag-resource.txt │ ├── untag-resource.txt │ └── upload-layer-part.txt ├── ecr.txt ├── ecr │ ├── batch-delete-image.txt │ ├── batch-get-image.txt │ ├── batch-get-repository-scanning-configuration.txt │ ├── complete-layer-upload.txt │ ├── create-pull-through-cache-rule.txt │ ├── create-repository-creation-template.txt │ ├── create-repository.txt │ ├── delete-lifecycle-policy.txt │ ├── delete-pull-through-cache-rule.txt │ ├── delete-registry-policy.txt │ ├── delete-repository-creation-template.txt │ ├── delete-repository-policy.txt │ ├── delete-repository.txt │ ├── describe-image-replication-status.txt │ ├── describe-image-scan-findings.txt │ ├── describe-images.txt │ ├── describe-pull-through-cache-rules.txt │ ├── describe-registry.txt │ ├── describe-repositories.txt │ ├── describe-repository-creation-templates.txt │ ├── get-account-setting.txt │ ├── get-authorization-token.txt │ ├── get-download-url-for-layer.txt │ ├── get-lifecycle-policy-preview.txt │ ├── get-lifecycle-policy.txt │ ├── get-login-password.txt │ ├── get-login.txt │ ├── get-registry-policy.txt │ ├── get-registry-scanning-configuration.txt │ ├── get-repository-policy.txt │ ├── initiate-layer-upload.txt │ ├── list-images.txt │ ├── list-tags-for-resource.txt │ ├── put-account-setting.txt │ ├── put-image-scanning-configuration.txt │ ├── put-image-tag-mutability.txt │ ├── put-image.txt │ ├── put-lifecycle-policy.txt │ ├── put-registry-policy.txt │ ├── put-registry-scanning-configuration.txt │ ├── put-replication-configuration.txt │ ├── set-repository-policy.txt │ ├── start-image-scan.txt │ ├── start-lifecycle-policy-preview.txt │ ├── tag-resource.txt │ ├── untag-resource.txt │ ├── update-pull-through-cache-rule.txt │ ├── update-repository-creation-template.txt │ ├── upload-layer-part.txt │ ├── validate-pull-through-cache-rule.txt │ ├── wait.txt │ └── wait │ │ └── lifecycle-policy-preview-complete.txt ├── ecs.txt ├── ecs │ ├── create-cluster.txt │ ├── create-service.txt │ ├── create-task-set.txt │ ├── delete-account-setting.txt │ ├── delete-attributes.txt │ ├── delete-capacity-provider.txt │ ├── delete-cluster.txt │ ├── delete-service.txt │ ├── delete-task-definitions.txt │ ├── delete-task-set.txt │ ├── deploy.txt │ ├── deregister-container-instance.txt │ ├── deregister-task-definition.txt │ ├── describe-capacity-providers.txt │ ├── describe-clusters.txt │ ├── describe-container-instances.txt │ ├── describe-service-deployments.txt │ ├── describe-service-revisions.txt │ ├── describe-services.txt │ ├── describe-task-definition.txt │ ├── describe-task-sets.txt │ ├── describe-tasks.txt │ ├── discover-poll-endpoint.txt │ ├── execute-command.txt │ ├── get-task-protection.txt │ ├── list-account-settings.txt │ ├── list-attributes.txt │ ├── list-clusters.txt │ ├── list-container-instances.txt │ ├── list-service-deployments.txt │ ├── list-services-by-namespace.txt │ ├── list-services.txt │ ├── list-tags-for-resource.txt │ ├── list-task-definition-families.txt │ ├── list-task-definitions.txt │ ├── list-tasks.txt │ ├── put-account-setting-default.txt │ ├── put-account-setting.txt │ ├── put-attributes.txt │ ├── put-cluster-capacity-providers.txt │ ├── register-container-instance.txt │ ├── register-task-definition.txt │ ├── run-task.txt │ ├── start-task.txt │ ├── stop-task.txt │ ├── submit-attachment-state-changes.txt │ ├── submit-container-state-change.txt │ ├── submit-task-state-change.txt │ ├── tag-resource.txt │ ├── untag-resource.txt │ ├── update-capacity-provider.txt │ ├── update-cluster-settings.txt │ ├── update-cluster.txt │ ├── update-container-agent.txt │ ├── update-container-instances-state.txt │ ├── update-service-primary-task-set.txt │ ├── update-service.txt │ ├── update-task-protection.txt │ ├── update-task-set.txt │ ├── wait.txt │ └── wait │ │ ├── services-stable.txt │ │ ├── tasks-running.txt │ │ └── tasks-stopped.txt ├── efs.txt ├── efs │ ├── create-file-system.txt │ ├── create-mount-target.txt │ ├── create-replication-configuration.txt │ ├── delete-access-point.txt │ ├── delete-file-system-policy.txt │ ├── delete-file-system.txt │ ├── delete-mount-target.txt │ ├── delete-replication-configuration.txt │ ├── describe-access-points.txt │ ├── describe-account-preferences.txt │ ├── describe-backup-policy.txt │ ├── describe-file-system-policy.txt │ ├── describe-file-systems.txt │ ├── describe-lifecycle-configuration.txt │ ├── describe-mount-target-security-groups.txt │ ├── describe-mount-targets.txt │ ├── describe-replication-configurations.txt │ ├── list-tags-for-resource.txt │ ├── modify-mount-target-security-groups.txt │ ├── put-account-preferences.txt │ ├── put-backup-policy.txt │ ├── put-file-system-policy.txt │ ├── put-lifecycle-configuration.txt │ ├── tag-resource.txt │ ├── untag-resource.txt │ ├── update-file-system-protection.txt │ └── update-file-system.txt ├── eks-auth.txt ├── eks.txt ├── eks │ ├── associate-encryption-config.txt │ ├── associate-identity-provider-config.txt │ ├── create-access-entry.txt │ ├── create-addon.txt │ ├── create-cluster.txt │ ├── create-eks-anywhere-subscription.txt │ ├── create-fargate-profile.txt │ ├── create-nodegroup.txt │ ├── create-pod-identity-association.txt │ ├── delete-access-entry.txt │ ├── delete-addon.txt │ ├── delete-cluster.txt │ ├── delete-eks-anywhere-subscription.txt │ ├── delete-fargate-profile.txt │ ├── delete-nodegroup.txt │ ├── delete-pod-identity-association.txt │ ├── deregister-cluster.txt │ ├── describe-access-entry.txt │ ├── describe-addon-configuration.txt │ ├── describe-addon-versions.txt │ ├── describe-addon.txt │ ├── describe-cluster.txt │ ├── describe-eks-anywhere-subscription.txt │ ├── describe-fargate-profile.txt │ ├── describe-identity-provider-config.txt │ ├── describe-insight.txt │ ├── describe-nodegroup.txt │ ├── describe-pod-identity-association.txt │ ├── describe-update.txt │ ├── disassociate-access-policy.txt │ ├── disassociate-identity-provider-config.txt │ ├── get-token.txt │ ├── list-access-entries.txt │ ├── list-access-policies.txt │ ├── list-addons.txt │ ├── list-associated-access-policies.txt │ ├── list-clusters.txt │ ├── list-eks-anywhere-subscriptions.txt │ ├── list-fargate-profiles.txt │ ├── list-identity-provider-configs.txt │ ├── list-insights.txt │ ├── list-nodegroups.txt │ ├── list-pod-identity-associations.txt │ ├── list-tags-for-resource.txt │ ├── list-updates.txt │ ├── register-cluster.txt │ ├── tag-resource.txt │ ├── untag-resource.txt │ ├── update-access-entry.txt │ ├── update-addon.txt │ ├── update-cluster-config.txt │ ├── update-cluster-version.txt │ ├── update-eks-anywhere-subscription.txt │ ├── update-kubeconfig.txt │ ├── update-nodegroup-config.txt │ ├── update-nodegroup-version.txt │ ├── update-pod-identity-association.txt │ ├── wait.txt │ └── wait │ │ ├── addon-deleted.txt │ │ ├── cluster-active.txt │ │ ├── cluster-deleted.txt │ │ ├── fargate-profile-active.txt │ │ ├── fargate-profile-deleted.txt │ │ ├── nodegroup-active.txt │ │ └── nodegroup-deleted.txt ├── elastic-inference.txt ├── elastic-inference │ ├── describe-accelerator-types.txt │ ├── describe-accelerators.txt │ ├── list-tags-for-resource.txt │ ├── tag-resource.txt │ └── untag-resource.txt ├── elasticache.txt ├── elasticache │ ├── authorize-cache-security-group-ingress.txt │ ├── batch-apply-update-action.txt │ ├── batch-stop-update-action.txt │ ├── complete-migration.txt │ ├── copy-serverless-cache-snapshot.txt │ ├── copy-snapshot.txt │ ├── create-cache-cluster.txt │ ├── create-cache-parameter-group.txt │ ├── create-cache-security-group.txt │ ├── create-cache-subnet-group.txt │ ├── create-global-replication-group.txt │ ├── create-replication-group.txt │ ├── create-serverless-cache-snapshot.txt │ ├── create-serverless-cache.txt │ ├── create-snapshot.txt │ ├── create-user-group.txt │ ├── create-user.txt │ ├── decrease-node-groups-in-global-replication-group.txt │ ├── decrease-replica-count.txt │ ├── delete-cache-cluster.txt │ ├── delete-cache-parameter-group.txt │ ├── delete-cache-security-group.txt │ ├── delete-cache-subnet-group.txt │ ├── delete-global-replication-group.txt │ ├── delete-replication-group.txt │ ├── delete-serverless-cache-snapshot.txt │ ├── delete-serverless-cache.txt │ ├── delete-snapshot.txt │ ├── delete-user-group.txt │ ├── delete-user.txt │ ├── describe-cache-clusters.txt │ ├── describe-cache-engine-versions.txt │ ├── describe-cache-parameter-groups.txt │ ├── describe-cache-parameters.txt │ ├── describe-cache-security-groups.txt │ ├── describe-cache-subnet-groups.txt │ ├── describe-engine-default-parameters.txt │ ├── describe-events.txt │ ├── describe-global-replication-groups.txt │ ├── describe-replication-groups.txt │ ├── describe-reserved-cache-nodes-offerings.txt │ ├── describe-reserved-cache-nodes.txt │ ├── describe-serverless-cache-snapshots.txt │ ├── describe-serverless-caches.txt │ ├── describe-service-updates.txt │ ├── describe-snapshots.txt │ ├── describe-update-actions.txt │ ├── describe-user-groups.txt │ ├── describe-users.txt │ ├── disassociate-global-replication-group.txt │ ├── export-serverless-cache-snapshot.txt │ ├── failover-global-replication-group.txt │ ├── increase-node-groups-in-global-replication-group.txt │ ├── increase-replica-count.txt │ ├── list-allowed-node-type-modifications.txt │ ├── list-tags-for-resource.txt │ ├── modify-cache-cluster.txt │ ├── modify-cache-parameter-group.txt │ ├── modify-cache-subnet-group.txt │ ├── modify-global-replication-group.txt │ ├── modify-replication-group-shard-configuration.txt │ ├── modify-replication-group.txt │ ├── modify-serverless-cache.txt │ ├── modify-user-group.txt │ ├── modify-user.txt │ ├── purchase-reserved-cache-nodes-offering.txt │ ├── rebalance-slots-in-global-replication-group.txt │ ├── reboot-cache-cluster.txt │ ├── remove-tags-from-resource.txt │ ├── reset-cache-parameter-group.txt │ ├── revoke-cache-security-group-ingress.txt │ ├── start-migration.txt │ ├── test-failover.txt │ ├── test-migration.txt │ ├── wait.txt │ └── wait │ │ ├── cache-cluster-deleted.txt │ │ ├── replication-group-available.txt │ │ └── replication-group-deleted.txt ├── elasticbeanstalk.txt ├── elasticbeanstalk │ ├── apply-environment-managed-action.txt │ ├── associate-environment-operations-role.txt │ ├── check-dns-availability.txt │ ├── compose-environments.txt │ ├── create-application-version.txt │ ├── create-application.txt │ ├── create-configuration-template.txt │ ├── create-environment.txt │ ├── create-platform-version.txt │ ├── create-storage-location.txt │ ├── delete-application-version.txt │ ├── delete-application.txt │ ├── delete-configuration-template.txt │ ├── delete-environment-configuration.txt │ ├── delete-platform-version.txt │ ├── describe-account-attributes.txt │ ├── describe-application-versions.txt │ ├── describe-applications.txt │ ├── describe-configuration-options.txt │ ├── describe-configuration-settings.txt │ ├── describe-environment-health.txt │ ├── describe-environment-managed-action-history.txt │ ├── describe-environment-managed-actions.txt │ ├── describe-environment-resources.txt │ ├── describe-environments.txt │ ├── describe-events.txt │ ├── describe-instances-health.txt │ ├── describe-platform-version.txt │ ├── disassociate-environment-operations-role.txt │ ├── list-available-solution-stacks.txt │ ├── list-platform-branches.txt │ ├── list-platform-versions.txt │ ├── list-tags-for-resource.txt │ ├── rebuild-environment.txt │ ├── request-environment-info.txt │ ├── restart-app-server.txt │ ├── retrieve-environment-info.txt │ ├── swap-environment-cnames.txt │ ├── terminate-environment.txt │ ├── update-application-resource-lifecycle.txt │ ├── update-application-version.txt │ ├── update-application.txt │ ├── update-configuration-template.txt │ ├── update-environment.txt │ ├── update-tags-for-resource.txt │ ├── validate-configuration-settings.txt │ ├── wait.txt │ └── wait │ │ ├── environment-terminated.txt │ │ └── environment-updated.txt ├── elastictranscoder.txt ├── elastictranscoder │ ├── create-job.txt │ ├── create-pipeline.txt │ ├── create-preset.txt │ ├── delete-pipeline.txt │ ├── delete-preset.txt │ ├── list-jobs-by-pipeline.txt │ ├── list-jobs-by-status.txt │ ├── list-pipelines.txt │ ├── list-presets.txt │ ├── read-job.txt │ ├── read-pipeline.txt │ ├── read-preset.txt │ ├── update-pipeline-notifications.txt │ ├── update-pipeline-status.txt │ ├── update-pipeline.txt │ └── wait.txt ├── elb.txt ├── elb │ ├── apply-security-groups-to-load-balancer.txt │ ├── attach-load-balancer-to-subnets.txt │ ├── configure-health-check.txt │ ├── create-app-cookie-stickiness-policy.txt │ ├── create-lb-cookie-stickiness-policy.txt │ ├── create-load-balancer-listeners.txt │ ├── create-load-balancer-policy.txt │ ├── create-load-balancer.txt │ ├── delete-load-balancer-listeners.txt │ ├── delete-load-balancer-policy.txt │ ├── delete-load-balancer.txt │ ├── deregister-instances-from-load-balancer.txt │ ├── describe-account-limits.txt │ ├── describe-instance-health.txt │ ├── describe-load-balancer-attributes.txt │ ├── describe-load-balancer-policies.txt │ ├── describe-load-balancer-policy-types.txt │ ├── describe-load-balancers.txt │ ├── describe-tags.txt │ ├── detach-load-balancer-from-subnets.txt │ ├── disable-availability-zones-for-load-balancer.txt │ ├── enable-availability-zones-for-load-balancer.txt │ ├── modify-load-balancer-attributes.txt │ ├── register-instances-with-load-balancer.txt │ ├── remove-tags.txt │ ├── set-load-balancer-listener-ssl-certificate.txt │ ├── set-load-balancer-policies-for-backend-server.txt │ ├── set-load-balancer-policies-of-listener.txt │ ├── wait.txt │ └── wait │ │ ├── instance-deregistered.txt │ │ └── instance-in-service.txt ├── elbv2.txt ├── elbv2 │ ├── add-tags.txt │ ├── add-trust-store-revocations.txt │ ├── create-listener.txt │ ├── create-load-balancer.txt │ ├── create-rule.txt │ ├── create-target-group.txt │ ├── create-trust-store.txt │ ├── delete-listener.txt │ ├── delete-load-balancer.txt │ ├── delete-rule.txt │ ├── delete-shared-trust-store-association.txt │ ├── delete-target-group.txt │ ├── delete-trust-store.txt │ ├── deregister-targets.txt │ ├── describe-account-limits.txt │ ├── describe-capacity-reservation.txt │ ├── describe-listener-attributes.txt │ ├── describe-listener-certificates.txt │ ├── describe-listeners.txt │ ├── describe-load-balancer-attributes.txt │ ├── describe-load-balancers.txt │ ├── describe-rules.txt │ ├── describe-ssl-policies.txt │ ├── describe-tags.txt │ ├── describe-target-group-attributes.txt │ ├── describe-target-groups.txt │ ├── describe-target-health.txt │ ├── describe-trust-store-associations.txt │ ├── describe-trust-store-revocations.txt │ ├── describe-trust-stores.txt │ ├── get-resource-policy.txt │ ├── get-trust-store-ca-certificates-bundle.txt │ ├── get-trust-store-revocation-content.txt │ ├── modify-capacity-reservation.txt │ ├── modify-listener-attributes.txt │ ├── modify-listener.txt │ ├── modify-load-balancer-attributes.txt │ ├── modify-rule.txt │ ├── modify-target-group-attributes.txt │ ├── modify-target-group.txt │ ├── modify-trust-store.txt │ ├── register-targets.txt │ ├── remove-listener-certificates.txt │ ├── remove-tags.txt │ ├── remove-trust-store-revocations.txt │ ├── set-ip-address-type.txt │ ├── set-rule-priorities.txt │ ├── set-security-groups.txt │ ├── set-subnets.txt │ ├── wait.txt │ └── wait │ │ ├── load-balancer-exists.txt │ │ ├── load-balancers-deleted.txt │ │ ├── target-deregistered.txt │ │ └── target-in-service.txt ├── emr-containers.txt ├── emr-containers │ ├── create-job-template.txt │ ├── create-managed-endpoint.txt │ ├── create-security-configuration.txt │ ├── create-virtual-cluster.txt │ ├── delete-job-template.txt │ ├── delete-managed-endpoint.txt │ ├── delete-virtual-cluster.txt │ ├── describe-job-run.txt │ ├── describe-job-template.txt │ ├── describe-managed-endpoint.txt │ ├── describe-security-configuration.txt │ ├── describe-virtual-cluster.txt │ ├── get-managed-endpoint-session-credentials.txt │ ├── list-job-runs.txt │ ├── list-job-templates.txt │ ├── list-managed-endpoints.txt │ ├── list-security-configurations.txt │ ├── list-tags-for-resource.txt │ ├── list-virtual-clusters.txt │ ├── start-job-run.txt │ ├── tag-resource.txt │ ├── untag-resource.txt │ └── update-role-trust-policy.txt ├── emr-serverless.txt ├── emr-serverless │ ├── create-application.txt │ ├── delete-application.txt │ ├── get-application.txt │ ├── get-dashboard-for-job-run.txt │ ├── get-job-run.txt │ ├── list-applications.txt │ ├── list-job-run-attempts.txt │ ├── list-job-runs.txt │ ├── list-tags-for-resource.txt │ ├── start-application.txt │ ├── start-job-run.txt │ ├── stop-application.txt │ ├── tag-resource.txt │ ├── untag-resource.txt │ └── update-application.txt ├── emr.txt ├── emr │ ├── add-instance-groups.txt │ ├── add-steps.txt │ ├── add-tags.txt │ ├── cancel-steps.txt │ ├── create-cluster.txt │ ├── create-default-roles.txt │ ├── create-hbase-backup.txt │ ├── create-security-configuration.txt │ ├── create-studio-session-mapping.txt │ ├── create-studio.txt │ ├── delete-security-configuration.txt │ ├── delete-studio-session-mapping.txt │ ├── delete-studio.txt │ ├── describe-cluster.txt │ ├── describe-notebook-execution.txt │ ├── describe-release-label.txt │ ├── describe-security-configuration.txt │ ├── describe-step.txt │ ├── describe-studio.txt │ ├── disable-hbase-backups.txt │ ├── get-auto-termination-policy.txt │ ├── get-block-public-access-configuration.txt │ ├── get-cluster-session-credentials.txt │ ├── get-managed-scaling-policy.txt │ ├── get-studio-session-mapping.txt │ ├── get.txt │ ├── install-applications.txt │ ├── list-clusters.txt │ ├── list-instance-fleets.txt │ ├── list-instances.txt │ ├── list-notebook-executions.txt │ ├── list-release-labels.txt │ ├── list-security-configurations.txt │ ├── list-steps.txt │ ├── list-studio-session-mappings.txt │ ├── list-studios.txt │ ├── list-supported-instance-types.txt │ ├── modify-cluster-attributes.txt │ ├── modify-cluster.txt │ ├── modify-instance-fleet.txt │ ├── modify-instance-groups.txt │ ├── put-auto-scaling-policy.txt │ ├── put-auto-termination-policy.txt │ ├── put-block-public-access-configuration.txt │ ├── put-managed-scaling-policy.txt │ ├── put.txt │ ├── remove-auto-scaling-policy.txt │ ├── remove-auto-termination-policy.txt │ ├── remove-managed-scaling-policy.txt │ ├── remove-tags.txt │ ├── restore-from-hbase-backup.txt │ ├── schedule-hbase-backup.txt │ ├── set-unhealthy-node-replacement.txt │ ├── socks.txt │ ├── ssh.txt │ ├── start-notebook-execution.txt │ ├── stop-notebook-execution.txt │ ├── terminate-clusters.txt │ ├── update-studio-session-mapping.txt │ ├── update-studio.txt │ ├── wait.txt │ └── wait │ │ ├── cluster-terminated.txt │ │ └── step-complete.txt ├── entityresolution.txt ├── entityresolution │ ├── batch-delete-unique-id.txt │ ├── create-id-mapping-workflow.txt │ ├── create-id-namespace.txt │ ├── create-matching-workflow.txt │ ├── create-schema-mapping.txt │ ├── delete-id-mapping-workflow.txt │ ├── delete-id-namespace.txt │ ├── delete-matching-workflow.txt │ ├── delete-policy-statement.txt │ ├── delete-schema-mapping.txt │ ├── get-id-mapping-job.txt │ ├── get-id-mapping-workflow.txt │ ├── get-id-namespace.txt │ ├── get-match-id.txt │ ├── get-matching-job.txt │ ├── get-matching-workflow.txt │ ├── get-policy.txt │ ├── get-provider-service.txt │ ├── get-schema-mapping.txt │ ├── list-id-mapping-jobs.txt │ ├── list-id-mapping-workflows.txt │ ├── list-id-namespaces.txt │ ├── list-matching-jobs.txt │ ├── list-matching-workflows.txt │ ├── list-provider-services.txt │ ├── list-schema-mappings.txt │ ├── list-tags-for-resource.txt │ ├── put-policy.txt │ ├── start-id-mapping-job.txt │ ├── start-matching-job.txt │ ├── tag-resource.txt │ ├── untag-resource.txt │ ├── update-id-mapping-workflow.txt │ ├── update-id-namespace.txt │ ├── update-matching-workflow.txt │ └── update-schema-mapping.txt ├── es.txt ├── es │ ├── add-tags.txt │ ├── associate-package.txt │ ├── authorize-vpc-endpoint-access.txt │ ├── cancel-domain-config-change.txt │ ├── cancel-elasticsearch-service-software-update.txt │ ├── create-elasticsearch-domain.txt │ ├── create-outbound-cross-cluster-search-connection.txt │ ├── create-package.txt │ ├── create-vpc-endpoint.txt │ ├── delete-elasticsearch-domain.txt │ ├── delete-elasticsearch-service-role.txt │ ├── delete-inbound-cross-cluster-search-connection.txt │ ├── delete-outbound-cross-cluster-search-connection.txt │ ├── delete-package.txt │ ├── delete-vpc-endpoint.txt │ ├── describe-domain-auto-tunes.txt │ ├── describe-domain-change-progress.txt │ ├── describe-elasticsearch-domain-config.txt │ ├── describe-elasticsearch-domain.txt │ ├── describe-elasticsearch-domains.txt │ ├── describe-elasticsearch-instance-type-limits.txt │ ├── describe-inbound-cross-cluster-search-connections.txt │ ├── describe-outbound-cross-cluster-search-connections.txt │ ├── describe-packages.txt │ ├── describe-reserved-elasticsearch-instance-offerings.txt │ ├── describe-reserved-elasticsearch-instances.txt │ ├── describe-vpc-endpoints.txt │ ├── dissociate-package.txt │ ├── get-compatible-elasticsearch-versions.txt │ ├── get-package-version-history.txt │ ├── get-upgrade-history.txt │ ├── get-upgrade-status.txt │ ├── list-domain-names.txt │ ├── list-domains-for-package.txt │ ├── list-elasticsearch-instance-types.txt │ ├── list-elasticsearch-versions.txt │ ├── list-packages-for-domain.txt │ ├── list-tags.txt │ ├── list-vpc-endpoint-access.txt │ ├── list-vpc-endpoints-for-domain.txt │ ├── list-vpc-endpoints.txt │ ├── purchase-reserved-elasticsearch-instance-offering.txt │ ├── reject-inbound-cross-cluster-search-connection.txt │ ├── remove-tags.txt │ ├── revoke-vpc-endpoint-access.txt │ ├── start-elasticsearch-service-software-update.txt │ ├── update-elasticsearch-domain-config.txt │ ├── update-package.txt │ ├── update-vpc-endpoint.txt │ └── upgrade-elasticsearch-domain.txt ├── events.txt ├── events │ ├── cancel-replay.txt │ ├── create-api-destination.txt │ ├── create-archive.txt │ ├── create-connection.txt │ ├── create-endpoint.txt │ ├── create-event-bus.txt │ ├── create-partner-event-source.txt │ ├── deactivate-event-source.txt │ ├── deauthorize-connection.txt │ ├── delete-api-destination.txt │ ├── delete-archive.txt │ ├── delete-connection.txt │ ├── delete-endpoint.txt │ ├── delete-event-bus.txt │ ├── delete-partner-event-source.txt │ ├── delete-rule.txt │ ├── describe-api-destination.txt │ ├── describe-archive.txt │ ├── describe-connection.txt │ ├── describe-endpoint.txt │ ├── describe-event-bus.txt │ ├── describe-event-source.txt │ ├── describe-partner-event-source.txt │ ├── describe-replay.txt │ ├── describe-rule.txt │ ├── disable-rule.txt │ ├── enable-rule.txt │ ├── list-api-destinations.txt │ ├── list-archives.txt │ ├── list-connections.txt │ ├── list-endpoints.txt │ ├── list-event-buses.txt │ ├── list-event-sources.txt │ ├── list-partner-event-source-accounts.txt │ ├── list-partner-event-sources.txt │ ├── list-replays.txt │ ├── list-rule-names-by-target.txt │ ├── list-rules.txt │ ├── list-tags-for-resource.txt │ ├── list-targets-by-rule.txt │ ├── put-events.txt │ ├── put-partner-events.txt │ ├── put-permission.txt │ ├── put-rule.txt │ ├── put-targets.txt │ ├── remove-permission.txt │ ├── remove-targets.txt │ ├── start-replay.txt │ ├── tag-resource.txt │ ├── test-event-pattern.txt │ ├── untag-resource.txt │ ├── update-api-destination.txt │ ├── update-archive.txt │ ├── update-connection.txt │ ├── update-endpoint.txt │ ├── update-event-bus.txt │ └── wizard.txt ├── evidently.txt ├── evidently │ ├── create-experiment.txt │ ├── create-feature.txt │ ├── create-launch.txt │ ├── create-project.txt │ ├── create-segment.txt │ ├── delete-experiment.txt │ ├── delete-feature.txt │ ├── delete-launch.txt │ ├── delete-project.txt │ ├── delete-segment.txt │ ├── evaluate-feature.txt │ ├── get-experiment-results.txt │ ├── get-experiment.txt │ ├── get-feature.txt │ ├── get-launch.txt │ ├── get-project.txt │ ├── get-segment.txt │ ├── list-experiments.txt │ ├── list-features.txt │ ├── list-launches.txt │ ├── list-projects.txt │ ├── list-segment-references.txt │ ├── list-segments.txt │ ├── list-tags-for-resource.txt │ ├── put-project-events.txt │ ├── start-experiment.txt │ ├── start-launch.txt │ ├── stop-experiment.txt │ ├── stop-launch.txt │ ├── tag-resource.txt │ ├── test-segment-pattern.txt │ ├── untag-resource.txt │ ├── update-experiment.txt │ ├── update-feature.txt │ ├── update-launch.txt │ ├── update-project-data-delivery.txt │ └── update-project.txt ├── finspace-data.txt ├── finspace-data │ ├── create-changeset.txt │ ├── create-data-view.txt │ ├── create-dataset.txt │ ├── create-permission-group.txt │ ├── create-user.txt │ ├── delete-dataset.txt │ ├── delete-permission-group.txt │ ├── disable-user.txt │ ├── disassociate-user-from-permission-group.txt │ ├── enable-user.txt │ ├── get-changeset.txt │ ├── get-data-view.txt │ ├── get-dataset.txt │ ├── get-external-data-view-access-details.txt │ ├── get-permission-group.txt │ ├── get-programmatic-access-credentials.txt │ ├── get-user.txt │ ├── get-working-location.txt │ ├── list-changesets.txt │ ├── list-data-views.txt │ ├── list-datasets.txt │ ├── list-permission-groups-by-user.txt │ ├── list-permission-groups.txt │ ├── list-users-by-permission-group.txt │ ├── list-users.txt │ ├── reset-user-password.txt │ ├── update-changeset.txt │ ├── update-dataset.txt │ ├── update-permission-group.txt │ └── update-user.txt ├── finspace.txt ├── finspace │ ├── create-kx-changeset.txt │ ├── create-kx-cluster.txt │ ├── create-kx-database.txt │ ├── create-kx-dataview.txt │ ├── create-kx-environment.txt │ ├── create-kx-scaling-group.txt │ ├── create-kx-user.txt │ ├── create-kx-volume.txt │ ├── delete-environment.txt │ ├── delete-kx-cluster-node.txt │ ├── delete-kx-cluster.txt │ ├── delete-kx-database.txt │ ├── delete-kx-dataview.txt │ ├── delete-kx-environment.txt │ ├── delete-kx-scaling-group.txt │ ├── delete-kx-user.txt │ ├── delete-kx-volume.txt │ ├── get-environment.txt │ ├── get-kx-changeset.txt │ ├── get-kx-cluster.txt │ ├── get-kx-connection-string.txt │ ├── get-kx-database.txt │ ├── get-kx-dataview.txt │ ├── get-kx-environment.txt │ ├── get-kx-scaling-group.txt │ ├── get-kx-user.txt │ ├── get-kx-volume.txt │ ├── list-environments.txt │ ├── list-kx-changesets.txt │ ├── list-kx-cluster-nodes.txt │ ├── list-kx-clusters.txt │ ├── list-kx-databases.txt │ ├── list-kx-dataviews.txt │ ├── list-kx-environments.txt │ ├── list-kx-scaling-groups.txt │ ├── list-kx-users.txt │ ├── list-kx-volumes.txt │ ├── list-tags-for-resource.txt │ ├── tag-resource.txt │ ├── untag-resource.txt │ ├── update-environment.txt │ ├── update-kx-cluster-code-configuration.txt │ ├── update-kx-cluster-databases.txt │ ├── update-kx-database.txt │ ├── update-kx-dataview.txt │ ├── update-kx-environment-network.txt │ ├── update-kx-environment.txt │ ├── update-kx-user.txt │ └── update-kx-volume.txt ├── firehose.txt ├── firehose │ ├── delete-delivery-stream.txt │ ├── describe-delivery-stream.txt │ ├── get-kinesis-stream.txt │ ├── list-delivery-streams.txt │ ├── list-tags-for-delivery-stream.txt │ ├── put-record-batch.txt │ ├── put-record.txt │ ├── start-delivery-stream-encryption.txt │ ├── stop-delivery-stream-encryption.txt │ ├── tag-delivery-stream.txt │ ├── untag-delivery-stream.txt │ ├── update-destination.txt │ └── verify-resources-exist-for-tagris.txt ├── fis.txt ├── fis │ ├── create-target-account-configuration.txt │ ├── delete-experiment-template.txt │ ├── delete-target-account-configuration.txt │ ├── get-action.txt │ ├── get-experiment-target-account-configuration.txt │ ├── get-experiment-template.txt │ ├── get-experiment.txt │ ├── get-safety-lever.txt │ ├── get-target-account-configuration.txt │ ├── get-target-resource-type.txt │ ├── list-actions.txt │ ├── list-experiment-resolved-targets.txt │ ├── list-experiment-target-account-configurations.txt │ ├── list-experiment-templates.txt │ ├── list-experiments.txt │ ├── list-tags-for-resource.txt │ ├── list-target-account-configurations.txt │ ├── list-target-resource-types.txt │ ├── start-experiment.txt │ ├── stop-experiment.txt │ ├── tag-resource.txt │ ├── untag-resource.txt │ ├── update-experiment-template.txt │ ├── update-safety-lever-state.txt │ └── update-target-account-configuration.txt ├── fms.txt ├── fms │ ├── associate-third-party-firewall.txt │ ├── batch-associate-resource.txt │ ├── batch-disassociate-resource.txt │ ├── delete-apps-list.txt │ ├── delete-notification-channel.txt │ ├── delete-policy.txt │ ├── delete-protocols-list.txt │ ├── delete-resource-set.txt │ ├── disassociate-admin-account.txt │ ├── disassociate-third-party-firewall.txt │ ├── get-admin-account.txt │ ├── get-admin-scope.txt │ ├── get-apps-list.txt │ ├── get-compliance-detail.txt │ ├── get-notification-channel.txt │ ├── get-policy.txt │ ├── get-protection-status.txt │ ├── get-protocols-list.txt │ ├── get-resource-set.txt │ ├── get-third-party-firewall-association-status.txt │ ├── get-violation-details.txt │ ├── list-admin-accounts-for-organization.txt │ ├── list-admins-managing-account.txt │ ├── list-apps-lists.txt │ ├── list-compliance-status.txt │ ├── list-discovered-resources.txt │ ├── list-member-accounts.txt │ ├── list-policies.txt │ ├── list-protocols-lists.txt │ ├── list-resource-set-resources.txt │ ├── list-resource-sets.txt │ ├── list-tags-for-resource.txt │ ├── list-third-party-firewall-firewall-policies.txt │ ├── put-admin-account.txt │ ├── put-apps-list.txt │ ├── put-notification-channel.txt │ ├── put-policy.txt │ ├── put-protocols-list.txt │ ├── put-resource-set.txt │ ├── tag-resource.txt │ └── untag-resource.txt ├── forecast.txt ├── forecast │ ├── create-dataset-group.txt │ ├── create-dataset-import-job.txt │ ├── create-dataset.txt │ ├── create-explainability-export.txt │ ├── create-explainability.txt │ ├── create-forecast-export-job.txt │ ├── create-forecast.txt │ ├── create-monitor.txt │ ├── create-predictor-backtest-export-job.txt │ ├── create-predictor.txt │ ├── create-what-if-analysis.txt │ ├── create-what-if-forecast-export.txt │ ├── create-what-if-forecast.txt │ ├── delete-dataset-group.txt │ ├── delete-dataset-import-job.txt │ ├── delete-dataset.txt │ ├── delete-explainability-export.txt │ ├── delete-explainability.txt │ ├── delete-forecast-export-job.txt │ ├── delete-forecast.txt │ ├── delete-monitor.txt │ ├── delete-predictor-backtest-export-job.txt │ ├── delete-predictor.txt │ ├── delete-resource-tree.txt │ ├── delete-what-if-analysis.txt │ ├── delete-what-if-forecast-export.txt │ ├── delete-what-if-forecast.txt │ ├── describe-auto-predictor.txt │ ├── describe-dataset-group.txt │ ├── describe-dataset-import-job.txt │ ├── describe-dataset.txt │ ├── describe-explainability-export.txt │ ├── describe-explainability.txt │ ├── describe-forecast-export-job.txt │ ├── describe-forecast.txt │ ├── describe-monitor.txt │ ├── describe-predictor-backtest-export-job.txt │ ├── describe-predictor.txt │ ├── describe-what-if-analysis.txt │ ├── describe-what-if-forecast-export.txt │ ├── describe-what-if-forecast.txt │ ├── get-accuracy-metrics.txt │ ├── list-dataset-groups.txt │ ├── list-dataset-import-jobs.txt │ ├── list-datasets.txt │ ├── list-explainabilities.txt │ ├── list-explainability-exports.txt │ ├── list-forecast-export-jobs.txt │ ├── list-forecasts.txt │ ├── list-monitor-evaluations.txt │ ├── list-monitors.txt │ ├── list-predictor-backtest-export-jobs.txt │ ├── list-predictors.txt │ ├── list-tags-for-resource.txt │ ├── list-what-if-analyses.txt │ ├── list-what-if-forecast-exports.txt │ ├── list-what-if-forecasts.txt │ ├── resume-resource.txt │ ├── stop-resource.txt │ ├── tag-resource.txt │ ├── untag-resource.txt │ └── update-dataset-group.txt ├── forecastquery.txt ├── forecastquery │ ├── query-forecast.txt │ └── query-what-if-forecast.txt ├── frauddetector.txt ├── frauddetector │ ├── batch-get-variable.txt │ ├── cancel-batch-import-job.txt │ ├── cancel-batch-prediction-job.txt │ ├── create-batch-import-job.txt │ ├── create-batch-prediction-job.txt │ ├── create-detector-version.txt │ ├── create-list.txt │ ├── create-model-version.txt │ ├── create-model.txt │ ├── create-rule.txt │ ├── create-variable.txt │ ├── delete-batch-import-job.txt │ ├── delete-batch-prediction-job.txt │ ├── delete-detector-version.txt │ ├── delete-detector.txt │ ├── delete-entity-type.txt │ ├── delete-event-type.txt │ ├── delete-event.txt │ ├── delete-events-by-event-type.txt │ ├── delete-external-model.txt │ ├── delete-label.txt │ ├── delete-list.txt │ ├── delete-model-version.txt │ ├── delete-model.txt │ ├── delete-outcome.txt │ ├── delete-rule.txt │ ├── delete-variable.txt │ ├── describe-detector.txt │ ├── describe-model-versions.txt │ ├── get-batch-import-jobs.txt │ ├── get-batch-prediction-jobs.txt │ ├── get-delete-events-by-event-type-status.txt │ ├── get-detector-version.txt │ ├── get-detectors.txt │ ├── get-entity-types.txt │ ├── get-event-prediction-metadata.txt │ ├── get-event-prediction.txt │ ├── get-event-types.txt │ ├── get-event.txt │ ├── get-external-models.txt │ ├── get-kms-encryption-key.txt │ ├── get-labels.txt │ ├── get-list-elements.txt │ ├── get-lists-metadata.txt │ ├── get-model-version.txt │ ├── get-models.txt │ ├── get-outcomes.txt │ ├── get-rules.txt │ ├── get-variables.txt │ ├── list-event-predictions.txt │ ├── list-tags-for-resource.txt │ ├── put-detector.txt │ ├── put-entity-type.txt │ ├── put-event-type.txt │ ├── put-external-model.txt │ ├── put-kms-encryption-key.txt │ ├── put-label.txt │ ├── put-outcome.txt │ ├── send-event.txt │ ├── tag-resource.txt │ ├── untag-resource.txt │ ├── update-detector-version-metadata.txt │ ├── update-detector-version-status.txt │ ├── update-detector-version.txt │ ├── update-event-label.txt │ ├── update-list.txt │ ├── update-model-version-status.txt │ ├── update-model-version.txt │ ├── update-model.txt │ ├── update-rule-metadata.txt │ ├── update-rule-version.txt │ └── update-variable.txt ├── freetier.txt ├── fsx.txt ├── fsx │ ├── cancel-data-repository-task.txt │ ├── copy-backup.txt │ ├── copy-snapshot-and-update-volume.txt │ ├── create-backup.txt │ ├── create-data-repository-association.txt │ ├── create-data-repository-task.txt │ ├── create-file-cache.txt │ ├── create-file-system-from-backup.txt │ ├── create-file-system.txt │ ├── create-snapshot.txt │ ├── create-storage-virtual-machine.txt │ ├── create-volume-from-backup.txt │ ├── create-volume.txt │ ├── delete-backup.txt │ ├── delete-data-repository-association.txt │ ├── delete-file-cache.txt │ ├── delete-file-system.txt │ ├── delete-snapshot.txt │ ├── delete-storage-virtual-machine.txt │ ├── delete-volume.txt │ ├── describe-backups.txt │ ├── describe-data-repository-associations.txt │ ├── describe-data-repository-tasks.txt │ ├── describe-file-caches.txt │ ├── describe-file-system-aliases.txt │ ├── describe-file-systems.txt │ ├── describe-shared-vpc-configuration.txt │ ├── describe-snapshots.txt │ ├── describe-storage-virtual-machines.txt │ ├── describe-volumes.txt │ ├── disassociate-file-system-aliases.txt │ ├── list-tags-for-resource.txt │ ├── release-file-system-nfs-v3-locks.txt │ ├── restore-volume-from-snapshot.txt │ ├── start-misconfigured-state-recovery.txt │ ├── tag-resource.txt │ ├── untag-resource.txt │ ├── update-data-repository-association.txt │ ├── update-file-cache.txt │ ├── update-file-system.txt │ ├── update-shared-vpc-configuration.txt │ ├── update-snapshot.txt │ ├── update-storage-virtual-machine.txt │ └── update-volume.txt ├── gamelift.txt ├── gamelift │ ├── claim-game-server.txt │ ├── create-alias.txt │ ├── create-build.txt │ ├── create-container-fleet.txt │ ├── create-container-group-definition.txt │ ├── create-fleet-locations.txt │ ├── create-fleet.txt │ ├── create-game-server-group.txt │ ├── create-game-session-queue.txt │ ├── create-game-session.txt │ ├── create-location.txt │ ├── create-matchmaking-configuration.txt │ ├── create-matchmaking-rule-set.txt │ ├── create-player-session.txt │ ├── create-player-sessions.txt │ ├── create-script.txt │ ├── create-vpc-peering-authorization.txt │ ├── create-vpc-peering-connection.txt │ ├── delete-alias.txt │ ├── delete-build.txt │ ├── delete-container-fleet.txt │ ├── delete-container-group-definition.txt │ ├── delete-fleet-locations.txt │ ├── delete-fleet.txt │ ├── delete-game-server-group.txt │ ├── delete-game-session-queue.txt │ ├── delete-location.txt │ ├── delete-matchmaking-configuration.txt │ ├── delete-matchmaking-rule-set.txt │ ├── delete-scaling-policy.txt │ ├── delete-script.txt │ ├── delete-vpc-peering-authorization.txt │ ├── delete-vpc-peering-connection.txt │ ├── deregister-compute.txt │ ├── deregister-game-server.txt │ ├── describe-alias.txt │ ├── describe-build.txt │ ├── describe-compute.txt │ ├── describe-container-fleet.txt │ ├── describe-container-group-definition.txt │ ├── describe-ec2-instance-limits.txt │ ├── describe-fleet-attributes.txt │ ├── describe-fleet-capacity.txt │ ├── describe-fleet-deployment.txt │ ├── describe-fleet-events.txt │ ├── describe-fleet-location-attributes.txt │ ├── describe-fleet-location-capacity.txt │ ├── describe-fleet-location-utilization.txt │ ├── describe-fleet-port-settings.txt │ ├── describe-fleet-utilization.txt │ ├── describe-game-server-group.txt │ ├── describe-game-server-instances.txt │ ├── describe-game-server.txt │ ├── describe-game-session-details.txt │ ├── describe-game-session-placement.txt │ ├── describe-game-session-queues.txt │ ├── describe-game-sessions.txt │ ├── describe-instances.txt │ ├── describe-matchmaking-configurations.txt │ ├── describe-matchmaking-rule-sets.txt │ ├── describe-matchmaking.txt │ ├── describe-player-sessions.txt │ ├── describe-runtime-configuration.txt │ ├── describe-scaling-policies.txt │ ├── describe-script.txt │ ├── describe-vpc-peering-authorizations.txt │ ├── describe-vpc-peering-connections.txt │ ├── get-compute-access.txt │ ├── get-compute-auth-token.txt │ ├── get-game-session-log-url.txt │ ├── get-game-session-log.txt │ ├── get-instance-access.txt │ ├── list-aliases.txt │ ├── list-builds.txt │ ├── list-compute.txt │ ├── list-container-fleets.txt │ ├── list-container-group-definition-versions.txt │ ├── list-container-group-definitions.txt │ ├── list-fleet-deployments.txt │ ├── list-fleets.txt │ ├── list-game-server-groups.txt │ ├── list-game-servers.txt │ ├── list-locations.txt │ ├── list-scripts.txt │ ├── list-tags-for-resource.txt │ ├── put-scaling-policy.txt │ ├── register-compute.txt │ ├── register-game-server.txt │ ├── request-upload-credentials.txt │ ├── resolve-alias.txt │ ├── resume-game-server-group.txt │ ├── search-game-sessions.txt │ ├── start-fleet-actions.txt │ ├── start-game-session-placement.txt │ ├── start-match-backfill.txt │ ├── start-matchmaking.txt │ ├── stop-fleet-actions.txt │ ├── stop-game-session-placement.txt │ ├── stop-matchmaking.txt │ ├── suspend-game-server-group.txt │ ├── tag-resource.txt │ ├── untag-resource.txt │ ├── update-alias.txt │ ├── update-build.txt │ ├── update-container-fleet.txt │ ├── update-container-group-definition.txt │ ├── update-fleet-attributes.txt │ ├── update-fleet-capacity.txt │ ├── update-fleet-port-settings.txt │ ├── update-game-server-group.txt │ ├── update-game-server.txt │ ├── update-game-session-queue.txt │ ├── update-game-session.txt │ ├── update-matchmaking-configuration.txt │ ├── update-runtime-configuration.txt │ ├── update-script.txt │ ├── upload-build.txt │ └── validate-matchmaking-rule-set.txt ├── gamesparks.txt ├── gamesparks │ ├── create-snapshot.txt │ ├── create-stage.txt │ ├── delete-game.txt │ ├── delete-stage.txt │ ├── disconnect-player.txt │ ├── export-snapshot.txt │ ├── get-extension-version.txt │ ├── get-extension.txt │ ├── get-game-configuration.txt │ ├── get-game.txt │ ├── get-generated-code-job.txt │ ├── get-player-connection-status.txt │ ├── get-snapshot.txt │ ├── get-stage-deployment.txt │ ├── get-stage.txt │ ├── import-game-configuration.txt │ ├── list-extension-versions.txt │ ├── list-extensions.txt │ ├── list-games.txt │ ├── list-generated-code-jobs.txt │ ├── list-snapshots.txt │ ├── list-stage-deployments.txt │ ├── list-stages.txt │ ├── list-tags-for-resource.txt │ ├── start-generated-code-job.txt │ ├── start-stage-deployment.txt │ ├── tag-resource.txt │ ├── untag-resource.txt │ ├── update-game-configuration.txt │ ├── update-game.txt │ ├── update-snapshot.txt │ └── update-stage.txt ├── geo-maps.txt ├── geo-maps │ ├── get-sprites.txt │ ├── get-static-map.txt │ ├── get-style-descriptor.txt │ └── get-tile.txt ├── geo-places.txt ├── geo-places │ ├── geocode.txt │ ├── get-place.txt │ ├── reverse-geocode.txt │ ├── search-nearby.txt │ ├── search-text.txt │ └── suggest.txt ├── geo-routes.txt ├── geo-routes │ ├── calculate-route-matrix.txt │ ├── calculate-routes.txt │ ├── optimize-waypoints.txt │ └── snap-to-roads.txt ├── glacier.txt ├── glacier │ ├── abort-vault-lock.txt │ ├── add-tags-to-vault.txt │ ├── complete-multipart-upload.txt │ ├── complete-vault-lock.txt │ ├── create-vault.txt │ ├── delete-archive.txt │ ├── delete-vault-access-policy.txt │ ├── delete-vault-notifications.txt │ ├── delete-vault.txt │ ├── describe-job.txt │ ├── describe-vault.txt │ ├── get-data-retrieval-policy.txt │ ├── get-job-output.txt │ ├── get-vault-access-policy.txt │ ├── get-vault-lock.txt │ ├── get-vault-notifications.txt │ ├── initiate-job.txt │ ├── initiate-multipart-upload.txt │ ├── initiate-vault-lock.txt │ ├── list-jobs.txt │ ├── list-multipart-uploads.txt │ ├── list-parts.txt │ ├── list-provisioned-capacity.txt │ ├── list-tags-for-vault.txt │ ├── list-vaults.txt │ ├── purchase-provisioned-capacity.txt │ ├── remove-tags-from-vault.txt │ ├── set-data-retrieval-policy.txt │ ├── set-vault-access-policy.txt │ ├── set-vault-notifications.txt │ ├── upload-archive.txt │ ├── upload-multipart-part.txt │ ├── wait.txt │ └── wait │ │ └── vault-not-exists.txt ├── globalaccelerator.txt ├── globalaccelerator │ ├── add-endpoints.txt │ ├── advertise-byoip-cidr.txt │ ├── allow-custom-routing-traffic.txt │ ├── create-accelerator.txt │ ├── create-cross-account-attachment.txt │ ├── create-custom-routing-accelerator.txt │ ├── create-custom-routing-endpoint-group.txt │ ├── create-custom-routing-listener.txt │ ├── create-endpoint-group.txt │ ├── create-listener.txt │ ├── delete-accelerator.txt │ ├── delete-cross-account-attachment.txt │ ├── delete-custom-routing-accelerator.txt │ ├── delete-custom-routing-endpoint-group.txt │ ├── delete-custom-routing-listener.txt │ ├── delete-endpoint-group.txt │ ├── delete-listener.txt │ ├── deny-custom-routing-traffic.txt │ ├── deprovision-byoip-cidr.txt │ ├── describe-accelerator-attributes.txt │ ├── describe-accelerator.txt │ ├── describe-cross-account-attachment.txt │ ├── describe-custom-routing-accelerator-attributes.txt │ ├── describe-custom-routing-accelerator.txt │ ├── describe-custom-routing-endpoint-group.txt │ ├── describe-custom-routing-listener.txt │ ├── describe-endpoint-group.txt │ ├── describe-listener.txt │ ├── list-accelerators.txt │ ├── list-byoip-cidrs.txt │ ├── list-cross-account-attachments.txt │ ├── list-cross-account-resource-accounts.txt │ ├── list-cross-account-resources.txt │ ├── list-custom-routing-accelerators.txt │ ├── list-custom-routing-endpoint-groups.txt │ ├── list-custom-routing-listeners.txt │ ├── list-custom-routing-port-mappings-by-destination.txt │ ├── list-custom-routing-port-mappings.txt │ ├── list-endpoint-groups.txt │ ├── list-listeners.txt │ ├── list-tags-for-resource.txt │ ├── provision-byoip-cidr.txt │ ├── remove-custom-routing-endpoints.txt │ ├── remove-endpoints.txt │ ├── tag-resource.txt │ ├── untag-resource.txt │ ├── update-accelerator-attributes.txt │ ├── update-accelerator.txt │ ├── update-cross-account-attachment.txt │ ├── update-custom-routing-accelerator-attributes.txt │ ├── update-custom-routing-accelerator.txt │ ├── update-custom-routing-listener.txt │ ├── update-endpoint-group.txt │ ├── update-listener.txt │ └── withdraw-byoip-cidr.txt ├── glue.txt ├── glue │ ├── batch-delete-connection.txt │ ├── batch-delete-partition.txt │ ├── batch-delete-table-version.txt │ ├── batch-delete-table.txt │ ├── batch-get-blueprints.txt │ ├── batch-get-crawlers.txt │ ├── batch-get-custom-entity-types.txt │ ├── batch-get-data-quality-result.txt │ ├── batch-get-dev-endpoints.txt │ ├── batch-get-jobs.txt │ ├── batch-get-partition.txt │ ├── batch-get-table-optimizer.txt │ ├── batch-get-triggers.txt │ ├── batch-get-workflows.txt │ ├── batch-put-data-quality-statistic-annotation.txt │ ├── batch-stop-job-run.txt │ ├── batch-update-partition.txt │ ├── cancel-data-quality-rule-recommendation-run.txt │ ├── cancel-data-quality-ruleset-evaluation-run.txt │ ├── cancel-ml-task-run.txt │ ├── cancel-statement.txt │ ├── check-schema-version-validity.txt │ ├── create-blueprint.txt │ ├── create-catalog.txt │ ├── create-classifier.txt │ ├── create-column-statistics-task-settings.txt │ ├── create-connection.txt │ ├── create-crawler.txt │ ├── create-custom-entity-type.txt │ ├── create-data-quality-ruleset.txt │ ├── create-database.txt │ ├── create-dev-endpoint.txt │ ├── create-integration-resource-property.txt │ ├── create-integration-table-properties.txt │ ├── create-integration.txt │ ├── create-job.txt │ ├── create-ml-transform.txt │ ├── create-partition-index.txt │ ├── create-partition.txt │ ├── create-registry.txt │ ├── create-schema.txt │ ├── create-script.txt │ ├── create-security-configuration.txt │ ├── create-session.txt │ ├── create-table-optimizer.txt │ ├── create-table.txt │ ├── create-trigger.txt │ ├── create-usage-profile.txt │ ├── create-user-defined-function.txt │ ├── create-workflow.txt │ ├── delete-blueprint.txt │ ├── delete-catalog.txt │ ├── delete-classifier.txt │ ├── delete-column-statistics-for-partition.txt │ ├── delete-column-statistics-for-table.txt │ ├── delete-column-statistics-task-settings.txt │ ├── delete-connection.txt │ ├── delete-crawler.txt │ ├── delete-custom-entity-type.txt │ ├── delete-data-quality-ruleset.txt │ ├── delete-database.txt │ ├── delete-dev-endpoint.txt │ ├── delete-integration-table-properties.txt │ ├── delete-integration.txt │ ├── delete-job.txt │ ├── delete-ml-transform.txt │ ├── delete-partition-index.txt │ ├── delete-partition.txt │ ├── delete-registry.txt │ ├── delete-resource-policy.txt │ ├── delete-schema-versions.txt │ ├── delete-schema.txt │ ├── delete-security-configuration.txt │ ├── delete-session.txt │ ├── delete-table-optimizer.txt │ ├── delete-table-version.txt │ ├── delete-table.txt │ ├── delete-trigger.txt │ ├── delete-usage-profile.txt │ ├── delete-user-defined-function.txt │ ├── delete-workflow.txt │ ├── describe-connection-type.txt │ ├── describe-entity.txt │ ├── describe-inbound-integrations.txt │ ├── describe-integrations.txt │ ├── get-blueprint-run.txt │ ├── get-blueprint-runs.txt │ ├── get-blueprint.txt │ ├── get-catalog-import-status.txt │ ├── get-catalog.txt │ ├── get-catalogs.txt │ ├── get-classifier.txt │ ├── get-classifiers.txt │ ├── get-column-statistics-for-partition.txt │ ├── get-column-statistics-for-table.txt │ ├── get-column-statistics-task-run.txt │ ├── get-column-statistics-task-runs.txt │ ├── get-column-statistics-task-settings.txt │ ├── get-connection.txt │ ├── get-connections.txt │ ├── get-crawler-metrics.txt │ ├── get-crawler.txt │ ├── get-crawlers.txt │ ├── get-custom-entity-type.txt │ ├── get-data-catalog-encryption-settings.txt │ ├── get-data-quality-model-result.txt │ ├── get-data-quality-model.txt │ ├── get-data-quality-result.txt │ ├── get-data-quality-rule-recommendation-run.txt │ ├── get-data-quality-ruleset-evaluation-run.txt │ ├── get-data-quality-ruleset.txt │ ├── get-database.txt │ ├── get-databases.txt │ ├── get-dataflow-graph.txt │ ├── get-dev-endpoint.txt │ ├── get-dev-endpoints.txt │ ├── get-entity-records.txt │ ├── get-integration-resource-property.txt │ ├── get-integration-table-properties.txt │ ├── get-job-bookmark.txt │ ├── get-job-run.txt │ ├── get-job-runs.txt │ ├── get-job.txt │ ├── get-jobs.txt │ ├── get-mapping.txt │ ├── get-ml-task-run.txt │ ├── get-ml-task-runs.txt │ ├── get-ml-transform.txt │ ├── get-ml-transforms.txt │ ├── get-partition-indexes.txt │ ├── get-partition.txt │ ├── get-partitions.txt │ ├── get-plan.txt │ ├── get-registry.txt │ ├── get-resource-policies.txt │ ├── get-resource-policy.txt │ ├── get-schema-by-definition.txt │ ├── get-schema-version.txt │ ├── get-schema-versions-diff.txt │ ├── get-schema.txt │ ├── get-security-configuration.txt │ ├── get-security-configurations.txt │ ├── get-session.txt │ ├── get-statement.txt │ ├── get-table-optimizer.txt │ ├── get-table-version.txt │ ├── get-table-versions.txt │ ├── get-table.txt │ ├── get-tables.txt │ ├── get-tags.txt │ ├── get-trigger.txt │ ├── get-triggers.txt │ ├── get-unfiltered-partition-metadata.txt │ ├── get-unfiltered-partitions-metadata.txt │ ├── get-unfiltered-table-metadata.txt │ ├── get-usage-profile.txt │ ├── get-user-defined-function.txt │ ├── get-user-defined-functions.txt │ ├── get-workflow-run-properties.txt │ ├── get-workflow-run.txt │ ├── get-workflow-runs.txt │ ├── get-workflow.txt │ ├── import-catalog-to-glue.txt │ ├── list-blueprints.txt │ ├── list-column-statistics-task-runs.txt │ ├── list-connection-types.txt │ ├── list-crawlers.txt │ ├── list-crawls.txt │ ├── list-custom-entity-types.txt │ ├── list-data-quality-results.txt │ ├── list-data-quality-rule-recommendation-runs.txt │ ├── list-data-quality-ruleset-evaluation-runs.txt │ ├── list-data-quality-rulesets.txt │ ├── list-data-quality-statistic-annotations.txt │ ├── list-data-quality-statistics.txt │ ├── list-dev-endpoints.txt │ ├── list-entities.txt │ ├── list-jobs.txt │ ├── list-ml-transforms.txt │ ├── list-registries.txt │ ├── list-schema-versions.txt │ ├── list-schemas.txt │ ├── list-sessions.txt │ ├── list-statements.txt │ ├── list-table-optimizer-runs.txt │ ├── list-triggers.txt │ ├── list-usage-profiles.txt │ ├── list-workflows.txt │ ├── modify-integration.txt │ ├── put-data-catalog-encryption-settings.txt │ ├── put-data-quality-profile-annotation.txt │ ├── put-resource-policy.txt │ ├── put-schema-version-metadata.txt │ ├── put-workflow-run-properties.txt │ ├── query-schema-version-metadata.txt │ ├── register-schema-version.txt │ ├── remove-schema-version-metadata.txt │ ├── reset-job-bookmark.txt │ ├── resume-workflow-run.txt │ ├── run-statement.txt │ ├── search-tables.txt │ ├── start-blueprint-run.txt │ ├── start-column-statistics-task-run-schedule.txt │ ├── start-column-statistics-task-run.txt │ ├── start-crawler-schedule.txt │ ├── start-crawler.txt │ ├── start-data-quality-rule-recommendation-run.txt │ ├── start-data-quality-ruleset-evaluation-run.txt │ ├── start-export-labels-task-run.txt │ ├── start-import-labels-task-run.txt │ ├── start-job-run.txt │ ├── start-ml-evaluation-task-run.txt │ ├── start-ml-labeling-set-generation-task-run.txt │ ├── start-trigger.txt │ ├── start-workflow-run.txt │ ├── stop-column-statistics-task-run-schedule.txt │ ├── stop-column-statistics-task-run.txt │ ├── stop-crawler-schedule.txt │ ├── stop-crawler.txt │ ├── stop-session.txt │ ├── stop-trigger.txt │ ├── stop-workflow-run.txt │ ├── tag-resource.txt │ ├── test-connection.txt │ ├── untag-resource.txt │ ├── update-blueprint.txt │ ├── update-catalog.txt │ ├── update-classifier.txt │ ├── update-column-statistics-for-partition.txt │ ├── update-column-statistics-for-table.txt │ ├── update-column-statistics-task-settings.txt │ ├── update-connection.txt │ ├── update-crawler-schedule.txt │ ├── update-crawler.txt │ ├── update-data-quality-ruleset.txt │ ├── update-database.txt │ ├── update-dev-endpoint.txt │ ├── update-integration-resource-property.txt │ ├── update-integration-table-properties.txt │ ├── update-job-from-source-control.txt │ ├── update-job.txt │ ├── update-ml-transform.txt │ ├── update-partition.txt │ ├── update-registry.txt │ ├── update-schema.txt │ ├── update-source-control-from-job.txt │ ├── update-table-optimizer.txt │ ├── update-table.txt │ ├── update-trigger.txt │ ├── update-usage-profile.txt │ ├── update-user-defined-function.txt │ └── update-workflow.txt ├── grafana.txt ├── grafana │ ├── create-workspace-api-key.txt │ ├── create-workspace-service-account-token.txt │ ├── create-workspace-service-account.txt │ ├── create-workspace.txt │ ├── delete-workspace-api-key.txt │ ├── delete-workspace-service-account-token.txt │ ├── delete-workspace-service-account.txt │ ├── delete-workspace.txt │ ├── describe-workspace-authentication.txt │ ├── describe-workspace-configuration.txt │ ├── describe-workspace.txt │ ├── disassociate-license.txt │ ├── list-permissions.txt │ ├── list-tags-for-resource.txt │ ├── list-versions.txt │ ├── list-workspace-service-account-tokens.txt │ ├── list-workspace-service-accounts.txt │ ├── list-workspaces.txt │ ├── tag-resource.txt │ ├── untag-resource.txt │ ├── update-permissions.txt │ ├── update-workspace-authentication.txt │ ├── update-workspace-configuration.txt │ └── update-workspace.txt ├── greengrass.txt ├── greengrass │ ├── associate-service-role-to-account.txt │ ├── create-connector-definition-version.txt │ ├── create-connector-definition.txt │ ├── create-core-definition-version.txt │ ├── create-core-definition.txt │ ├── create-deployment.txt │ ├── create-device-definition-version.txt │ ├── create-device-definition.txt │ ├── create-function-definition-version.txt │ ├── create-function-definition.txt │ ├── create-group-certificate-authority.txt │ ├── create-group-version.txt │ ├── create-group.txt │ ├── create-logger-definition-version.txt │ ├── create-logger-definition.txt │ ├── create-resource-definition-version.txt │ ├── create-resource-definition.txt │ ├── create-software-update-job.txt │ ├── create-subscription-definition-version.txt │ ├── create-subscription-definition.txt │ ├── delete-connector-definition.txt │ ├── delete-core-definition.txt │ ├── delete-device-definition.txt │ ├── delete-function-definition.txt │ ├── delete-group.txt │ ├── delete-logger-definition.txt │ ├── delete-resource-definition.txt │ ├── delete-subscription-definition.txt │ ├── disassociate-role-from-group.txt │ ├── disassociate-service-role-from-account.txt │ ├── get-associated-role.txt │ ├── get-bulk-deployment-status.txt │ ├── get-connectivity-info.txt │ ├── get-connector-definition-version.txt │ ├── get-connector-definition.txt │ ├── get-core-definition-version.txt │ ├── get-core-definition.txt │ ├── get-deployment-status.txt │ ├── get-device-definition-version.txt │ ├── get-device-definition.txt │ ├── get-function-definition-version.txt │ ├── get-function-definition.txt │ ├── get-group-certificate-authority.txt │ ├── get-group-certificate-configuration.txt │ ├── get-group-version.txt │ ├── get-group.txt │ ├── get-logger-definition-version.txt │ ├── get-logger-definition.txt │ ├── get-resource-definition-version.txt │ ├── get-resource-definition.txt │ ├── get-service-role-for-account.txt │ ├── get-subscription-definition-version.txt │ ├── get-subscription-definition.txt │ ├── get-thing-runtime-configuration.txt │ ├── list-bulk-deployment-detailed-reports.txt │ ├── list-bulk-deployments.txt │ ├── list-connector-definition-versions.txt │ ├── list-connector-definitions.txt │ ├── list-core-definition-versions.txt │ ├── list-core-definitions.txt │ ├── list-deployments.txt │ ├── list-device-definition-versions.txt │ ├── list-device-definitions.txt │ ├── list-function-definition-versions.txt │ ├── list-function-definitions.txt │ ├── list-group-certificate-authorities.txt │ ├── list-group-versions.txt │ ├── list-groups.txt │ ├── list-logger-definition-versions.txt │ ├── list-logger-definitions.txt │ ├── list-resource-definition-versions.txt │ ├── list-resource-definitions.txt │ ├── list-subscription-definition-versions.txt │ ├── list-subscription-definitions.txt │ ├── list-tags-for-resource.txt │ ├── reset-deployments.txt │ ├── start-bulk-deployment.txt │ ├── stop-bulk-deployment.txt │ ├── tag-resource.txt │ ├── untag-resource.txt │ ├── update-connectivity-info.txt │ ├── update-connector-definition.txt │ ├── update-core-definition.txt │ ├── update-device-definition.txt │ ├── update-function-definition.txt │ ├── update-group-certificate-configuration.txt │ ├── update-group.txt │ ├── update-logger-definition.txt │ ├── update-resource-definition.txt │ ├── update-subscription-definition.txt │ └── update-thing-runtime-configuration.txt ├── greengrassv2.txt ├── greengrassv2 │ ├── batch-associate-client-device-with-core-device.txt │ ├── batch-disassociate-client-device-from-core-device.txt │ ├── cancel-deployment.txt │ ├── create-component-version.txt │ ├── create-deployment.txt │ ├── delete-component.txt │ ├── delete-core-device.txt │ ├── delete-deployment.txt │ ├── describe-component.txt │ ├── disassociate-service-role-from-account.txt │ ├── get-component-version-artifact.txt │ ├── get-component.txt │ ├── get-connectivity-info.txt │ ├── get-core-device.txt │ ├── get-deployment.txt │ ├── get-service-role-for-account.txt │ ├── list-client-devices-associated-with-core-device.txt │ ├── list-component-versions.txt │ ├── list-components.txt │ ├── list-core-devices.txt │ ├── list-deployments.txt │ ├── list-effective-deployments.txt │ ├── list-installed-components.txt │ ├── list-tags-for-resource.txt │ ├── resolve-component-candidates.txt │ ├── tag-resource.txt │ ├── untag-resource.txt │ └── update-connectivity-info.txt ├── groundstation.txt ├── groundstation │ ├── create-config.txt │ ├── create-dataflow-endpoint-group.txt │ ├── create-ephemeris.txt │ ├── create-mission-profile.txt │ ├── delete-config.txt │ ├── delete-dataflow-endpoint-group.txt │ ├── delete-ephemeris.txt │ ├── delete-mission-profile.txt │ ├── describe-contact.txt │ ├── describe-ephemeris.txt │ ├── get-agent-configuration.txt │ ├── get-config.txt │ ├── get-dataflow-endpoint-group.txt │ ├── get-minute-usage.txt │ ├── get-mission-profile.txt │ ├── get-satellite.txt │ ├── list-configs.txt │ ├── list-contacts.txt │ ├── list-dataflow-endpoint-groups.txt │ ├── list-ephemerides.txt │ ├── list-ground-stations.txt │ ├── list-mission-profiles.txt │ ├── list-satellites.txt │ ├── list-tags-for-resource.txt │ ├── register-agent.txt │ ├── reserve-contact.txt │ ├── tag-resource.txt │ ├── untag-resource.txt │ ├── update-agent-status.txt │ ├── update-config.txt │ ├── update-ephemeris.txt │ ├── update-mission-profile.txt │ └── wait.txt ├── guardduty.txt ├── guardduty │ ├── archive-findings.txt │ ├── create-detector.txt │ ├── create-filter.txt │ ├── create-ip-set.txt │ ├── create-malware-protection-plan.txt │ ├── create-members.txt │ ├── create-publishing-destination.txt │ ├── create-sample-findings.txt │ ├── create-threat-intel-set.txt │ ├── decline-invitations.txt │ ├── delete-detector.txt │ ├── delete-filter.txt │ ├── delete-invitations.txt │ ├── delete-ip-set.txt │ ├── delete-malware-protection-plan.txt │ ├── delete-members.txt │ ├── delete-publishing-destination.txt │ ├── delete-threat-intel-set.txt │ ├── describe-malware-scans.txt │ ├── describe-organization-configuration.txt │ ├── describe-publishing-destination.txt │ ├── disable-organization-admin-account.txt │ ├── disassociate-from-administrator-account.txt │ ├── disassociate-from-master-account.txt │ ├── disassociate-members.txt │ ├── enable-organization-admin-account.txt │ ├── get-administrator-account.txt │ ├── get-coverage-statistics.txt │ ├── get-detector.txt │ ├── get-filter.txt │ ├── get-findings-statistics.txt │ ├── get-findings.txt │ ├── get-invitations-count.txt │ ├── get-ip-set.txt │ ├── get-malware-protection-plan.txt │ ├── get-malware-scan-settings.txt │ ├── get-master-account.txt │ ├── get-member-detectors.txt │ ├── get-members.txt │ ├── get-organization-statistics.txt │ ├── get-remaining-free-trial-days.txt │ ├── get-threat-intel-set.txt │ ├── get-usage-statistics.txt │ ├── invite-members.txt │ ├── list-coverage.txt │ ├── list-detectors.txt │ ├── list-filters.txt │ ├── list-findings.txt │ ├── list-invitations.txt │ ├── list-ip-sets.txt │ ├── list-malware-protection-plans.txt │ ├── list-members.txt │ ├── list-organization-admin-accounts.txt │ ├── list-publishing-destinations.txt │ ├── list-tags-for-resource.txt │ ├── list-threat-intel-sets.txt │ ├── start-malware-scan.txt │ ├── start-monitoring-members.txt │ ├── stop-monitoring-members.txt │ ├── tag-resource.txt │ ├── unarchive-findings.txt │ ├── untag-resource.txt │ ├── update-detector.txt │ ├── update-filter.txt │ ├── update-findings-feedback.txt │ ├── update-ip-set.txt │ ├── update-malware-protection-plan.txt │ ├── update-malware-scan-settings.txt │ ├── update-member-detectors.txt │ ├── update-organization-configuration.txt │ ├── update-publishing-destination.txt │ └── update-threat-intel-set.txt ├── health.txt ├── health │ ├── describe-affected-entities-for-organization.txt │ ├── describe-affected-entities.txt │ ├── describe-entity-aggregates-for-organization.txt │ ├── describe-entity-aggregates.txt │ ├── describe-event-aggregates.txt │ ├── describe-event-details-for-organization.txt │ ├── describe-event-details.txt │ ├── describe-event-types.txt │ ├── describe-events-for-organization.txt │ ├── describe-events.txt │ ├── describe-health-service-status-for-organization.txt │ ├── disable-health-service-access-for-organization.txt │ └── enable-health-service-access-for-organization.txt ├── healthlake.txt ├── healthlake │ ├── delete-fhir-datastore.txt │ ├── describe-fhir-datastore.txt │ ├── describe-fhir-export-job.txt │ ├── describe-fhir-import-job.txt │ ├── list-fhir-datastores.txt │ ├── list-fhir-export-jobs.txt │ ├── list-fhir-import-jobs.txt │ ├── list-tags-for-resource.txt │ ├── start-fhir-export-job.txt │ ├── start-fhir-import-job.txt │ ├── tag-resource.txt │ └── untag-resource.txt ├── history.txt ├── history │ └── show.txt ├── honeycode.txt ├── honeycode │ ├── batch-delete-table-rows.txt │ ├── batch-update-table-rows.txt │ ├── batch-upsert-table-rows.txt │ ├── describe-table-data-import-job.txt │ ├── get-screen-data.txt │ ├── invoke-screen-automation.txt │ ├── list-table-columns.txt │ ├── list-table-rows.txt │ ├── list-tables.txt │ ├── list-tags-for-resource.txt │ ├── query-table-rows.txt │ ├── start-table-data-import-job.txt │ ├── tag-resource.txt │ └── untag-resource.txt ├── iam.txt ├── iam │ ├── add-role-to-instance-profile.txt │ ├── add-user-to-group.txt │ ├── attach-group-policy.txt │ ├── attach-role-policy.txt │ ├── attach-user-policy.txt │ ├── change-password.txt │ ├── create-access-key.txt │ ├── create-account-alias.txt │ ├── create-group.txt │ ├── create-instance-profile.txt │ ├── create-login-profile.txt │ ├── create-open-id-connect-provider.txt │ ├── create-policy-version.txt │ ├── create-policy.txt │ ├── create-role.txt │ ├── create-saml-provider.txt │ ├── create-service-linked-role.txt │ ├── create-service-specific-credential.txt │ ├── create-user.txt │ ├── create-virtual-mfa-device.txt │ ├── deactivate-mfa-device.txt │ ├── delete-access-key.txt │ ├── delete-account-alias.txt │ ├── delete-account-password-policy.txt │ ├── delete-group-policy.txt │ ├── delete-group.txt │ ├── delete-instance-profile.txt │ ├── delete-login-profile.txt │ ├── delete-open-id-connect-provider.txt │ ├── delete-policy-version.txt │ ├── delete-policy.txt │ ├── delete-role-permissions-boundary.txt │ ├── delete-role-policy.txt │ ├── delete-role.txt │ ├── delete-saml-provider.txt │ ├── delete-server-certificate.txt │ ├── delete-service-linked-role.txt │ ├── delete-service-specific-credential.txt │ ├── delete-signing-certificate.txt │ ├── delete-ssh-public-key.txt │ ├── delete-user-permissions-boundary.txt │ ├── delete-user-policy.txt │ ├── delete-user.txt │ ├── delete-virtual-mfa-device.txt │ ├── detach-group-policy.txt │ ├── detach-role-policy.txt │ ├── detach-user-policy.txt │ ├── disable-organizations-root-credentials-management.txt │ ├── disable-organizations-root-sessions.txt │ ├── enable-mfa-device.txt │ ├── enable-organizations-root-credentials-management.txt │ ├── enable-organizations-root-sessions.txt │ ├── generate-credential-report.txt │ ├── generate-organizations-access-report.txt │ ├── generate-service-last-accessed-details.txt │ ├── get-access-key-last-used.txt │ ├── get-account-authorization-details.txt │ ├── get-account-password-policy.txt │ ├── get-account-summary.txt │ ├── get-context-keys-for-custom-policy.txt │ ├── get-context-keys-for-principal-policy.txt │ ├── get-credential-report.txt │ ├── get-group-policy.txt │ ├── get-group.txt │ ├── get-instance-profile.txt │ ├── get-login-profile.txt │ ├── get-mfa-device.txt │ ├── get-open-id-connect-provider.txt │ ├── get-organizations-access-report.txt │ ├── get-policy-version.txt │ ├── get-policy.txt │ ├── get-role-policy.txt │ ├── get-role.txt │ ├── get-saml-provider.txt │ ├── get-server-certificate.txt │ ├── get-service-last-accessed-details-with-entities.txt │ ├── get-service-last-accessed-details.txt │ ├── get-service-linked-role-deletion-status.txt │ ├── get-ssh-public-key.txt │ ├── get-user-policy.txt │ ├── get-user.txt │ ├── list-access-keys.txt │ ├── list-account-aliases.txt │ ├── list-attached-group-policies.txt │ ├── list-attached-role-policies.txt │ ├── list-attached-user-policies.txt │ ├── list-entities-for-policy.txt │ ├── list-group-policies.txt │ ├── list-groups-for-user.txt │ ├── list-groups.txt │ ├── list-instance-profile-tags.txt │ ├── list-instance-profiles-for-role.txt │ ├── list-instance-profiles.txt │ ├── list-mfa-device-tags.txt │ ├── list-mfa-devices.txt │ ├── list-open-id-connect-provider-tags.txt │ ├── list-open-id-connect-providers.txt │ ├── list-organizations-features.txt │ ├── list-policies-granting-service-access.txt │ ├── list-policies.txt │ ├── list-policy-tags.txt │ ├── list-policy-versions.txt │ ├── list-role-policies.txt │ ├── list-role-tags.txt │ ├── list-roles.txt │ ├── list-saml-provider-tags.txt │ ├── list-saml-providers.txt │ ├── list-server-certificate-tags.txt │ ├── list-server-certificates.txt │ ├── list-service-specific-credentials.txt │ ├── list-signing-certificates.txt │ ├── list-ssh-public-keys.txt │ ├── list-user-policies.txt │ ├── list-user-tags.txt │ ├── list-users.txt │ ├── list-virtual-mfa-devices.txt │ ├── put-group-policy.txt │ ├── put-role-permissions-boundary.txt │ ├── put-role-policy.txt │ ├── put-user-permissions-boundary.txt │ ├── put-user-policy.txt │ ├── remove-client-id-from-open-id-connect-provider.txt │ ├── remove-role-from-instance-profile.txt │ ├── remove-user-from-group.txt │ ├── reset-service-specific-credential.txt │ ├── resync-mfa-device.txt │ ├── set-default-policy-version.txt │ ├── set-security-token-service-preferences.txt │ ├── simulate-custom-policy.txt │ ├── simulate-principal-policy.txt │ ├── tag-instance-profile.txt │ ├── tag-mfa-device.txt │ ├── tag-open-id-connect-provider.txt │ ├── tag-policy.txt │ ├── tag-role.txt │ ├── tag-saml-provider.txt │ ├── tag-server-certificate.txt │ ├── tag-user.txt │ ├── untag-instance-profile.txt │ ├── untag-mfa-device.txt │ ├── untag-open-id-connect-provider.txt │ ├── untag-policy.txt │ ├── untag-role.txt │ ├── untag-saml-provider.txt │ ├── untag-server-certificate.txt │ ├── untag-user.txt │ ├── update-access-key.txt │ ├── update-account-password-policy.txt │ ├── update-assume-role-policy.txt │ ├── update-group.txt │ ├── update-login-profile.txt │ ├── update-open-id-connect-provider-thumbprint.txt │ ├── update-role-description.txt │ ├── update-role.txt │ ├── update-saml-provider.txt │ ├── update-server-certificate.txt │ ├── update-service-specific-credential.txt │ ├── update-signing-certificate.txt │ ├── update-ssh-public-key.txt │ ├── update-user.txt │ ├── upload-server-certificate.txt │ ├── upload-signing-certificate.txt │ ├── upload-ssh-public-key.txt │ ├── wait.txt │ ├── wait │ │ ├── policy-exists.txt │ │ ├── role-exists.txt │ │ └── user-exists.txt │ └── wizard.txt ├── identitystore.txt ├── identitystore │ ├── create-group-membership.txt │ ├── create-user.txt │ ├── delete-group-membership.txt │ ├── delete-group.txt │ ├── delete-user.txt │ ├── describe-group-membership.txt │ ├── describe-group.txt │ ├── describe-user.txt │ ├── get-group-id.txt │ ├── get-group-membership-id.txt │ ├── get-user-id.txt │ ├── is-member-in-groups.txt │ ├── list-group-memberships-for-member.txt │ ├── list-group-memberships.txt │ ├── list-groups.txt │ ├── list-users.txt │ ├── update-group.txt │ └── update-user.txt ├── imagebuilder.txt ├── imagebuilder │ ├── cancel-lifecycle-execution.txt │ ├── create-component.txt │ ├── create-container-recipe.txt │ ├── create-distribution-configuration.txt │ ├── create-image-pipeline.txt │ ├── create-image-recipe.txt │ ├── create-image.txt │ ├── create-infrastructure-configuration.txt │ ├── create-lifecycle-policy.txt │ ├── create-workflow.txt │ ├── delete-component.txt │ ├── delete-container-recipe.txt │ ├── delete-distribution-configuration.txt │ ├── delete-image-pipeline.txt │ ├── delete-image-recipe.txt │ ├── delete-image.txt │ ├── delete-infrastructure-configuration.txt │ ├── delete-lifecycle-policy.txt │ ├── delete-workflow.txt │ ├── get-component-policy.txt │ ├── get-component.txt │ ├── get-container-recipe-policy.txt │ ├── get-container-recipe.txt │ ├── get-distribution-configuration.txt │ ├── get-image-pipeline.txt │ ├── get-image-policy.txt │ ├── get-image-recipe-policy.txt │ ├── get-image-recipe.txt │ ├── get-image.txt │ ├── get-infrastructure-configuration.txt │ ├── get-lifecycle-execution.txt │ ├── get-lifecycle-policy.txt │ ├── get-marketplace-resource.txt │ ├── get-workflow-execution.txt │ ├── get-workflow-step-execution.txt │ ├── get-workflow.txt │ ├── import-component.txt │ ├── import-vm-image.txt │ ├── list-component-build-versions.txt │ ├── list-components.txt │ ├── list-container-recipes.txt │ ├── list-distribution-configurations.txt │ ├── list-image-build-versions.txt │ ├── list-image-packages.txt │ ├── list-image-pipeline-images.txt │ ├── list-image-pipelines.txt │ ├── list-image-recipes.txt │ ├── list-image-scan-finding-aggregations.txt │ ├── list-image-scan-findings.txt │ ├── list-images.txt │ ├── list-infrastructure-configurations.txt │ ├── list-lifecycle-execution-resources.txt │ ├── list-lifecycle-executions.txt │ ├── list-lifecycle-policies.txt │ ├── list-tags-for-resource.txt │ ├── list-waiting-workflow-steps.txt │ ├── list-workflow-build-versions.txt │ ├── list-workflow-executions.txt │ ├── list-workflow-step-executions.txt │ ├── list-workflows.txt │ ├── put-component-policy.txt │ ├── put-container-recipe-policy.txt │ ├── put-image-policy.txt │ ├── put-image-recipe-policy.txt │ ├── send-workflow-step-action.txt │ ├── start-image-pipeline-execution.txt │ ├── start-resource-state-update.txt │ ├── tag-resource.txt │ ├── untag-resource.txt │ ├── update-distribution-configuration.txt │ ├── update-image-pipeline.txt │ ├── update-infrastructure-configuration.txt │ └── update-lifecycle-policy.txt ├── importexport.txt ├── importexport │ ├── create-job.txt │ ├── get-shipping-label.txt │ ├── get-status.txt │ ├── list-jobs.txt │ └── update-job.txt ├── index.txt ├── inspector-scan.txt ├── inspector-scan │ └── scan-sbom.txt ├── inspector.txt ├── inspector │ ├── create-assessment-target.txt │ ├── create-assessment-template.txt │ ├── create-exclusions-preview.txt │ ├── create-resource-group.txt │ ├── delete-assessment-run.txt │ ├── delete-assessment-target.txt │ ├── delete-assessment-template.txt │ ├── describe-assessment-runs.txt │ ├── describe-assessment-targets.txt │ ├── describe-assessment-templates.txt │ ├── describe-cross-account-access-role.txt │ ├── describe-exclusions.txt │ ├── describe-findings.txt │ ├── describe-resource-groups.txt │ ├── describe-rules-packages.txt │ ├── get-assessment-report.txt │ ├── get-exclusions-preview.txt │ ├── get-telemetry-metadata.txt │ ├── list-assessment-run-agents.txt │ ├── list-assessment-runs.txt │ ├── list-assessment-targets.txt │ ├── list-assessment-templates.txt │ ├── list-event-subscriptions.txt │ ├── list-exclusions.txt │ ├── list-findings.txt │ ├── list-rules-packages.txt │ ├── list-tags-for-resource.txt │ ├── preview-agents.txt │ ├── register-cross-account-access-role.txt │ ├── remove-attributes-from-findings.txt │ ├── set-tags-for-resource.txt │ ├── start-assessment-run.txt │ ├── stop-assessment-run.txt │ ├── subscribe-to-event.txt │ ├── unsubscribe-from-event.txt │ └── update-assessment-target.txt ├── inspector2.txt ├── inspector2 │ ├── batch-get-account-status.txt │ ├── batch-get-code-snippet.txt │ ├── batch-get-finding-details.txt │ ├── batch-get-free-trial-info.txt │ ├── batch-get-member-ec2-deep-inspection-status.txt │ ├── batch-update-member-ec2-deep-inspection-status.txt │ ├── cancel-findings-report.txt │ ├── cancel-sbom-export.txt │ ├── create-cis-scan-configuration.txt │ ├── create-filter.txt │ ├── create-findings-report.txt │ ├── create-sbom-export.txt │ ├── delete-cis-scan-configuration.txt │ ├── delete-filter.txt │ ├── describe-organization-configuration.txt │ ├── disable-delegated-admin-account.txt │ ├── disable.txt │ ├── disassociate-member.txt │ ├── enable-delegated-admin-account.txt │ ├── enable.txt │ ├── get-cis-scan-report.txt │ ├── get-cis-scan-result-details.txt │ ├── get-configuration.txt │ ├── get-delegated-admin-account.txt │ ├── get-ec2-deep-inspection-configuration.txt │ ├── get-encryption-key.txt │ ├── get-findings-report-status.txt │ ├── get-member.txt │ ├── get-sbom-export.txt │ ├── list-account-permissions.txt │ ├── list-cis-scan-configurations.txt │ ├── list-cis-scan-results-aggregated-by-checks.txt │ ├── list-cis-scan-results-aggregated-by-target-resource.txt │ ├── list-cis-scans.txt │ ├── list-coverage-statistics.txt │ ├── list-coverage.txt │ ├── list-delegated-admin-accounts.txt │ ├── list-filters.txt │ ├── list-finding-aggregations.txt │ ├── list-findings.txt │ ├── list-members.txt │ ├── list-tags-for-resource.txt │ ├── list-usage-totals.txt │ ├── reset-encryption-key.txt │ ├── search-vulnerabilities.txt │ ├── send-cis-session-health.txt │ ├── send-cis-session-telemetry.txt │ ├── start-cis-session.txt │ ├── stop-cis-session.txt │ ├── tag-resource.txt │ ├── untag-resource.txt │ ├── update-cis-scan-configuration.txt │ ├── update-configuration.txt │ ├── update-ec2-deep-inspection-configuration.txt │ ├── update-encryption-key.txt │ ├── update-filter.txt │ ├── update-org-ec2-deep-inspection-configuration.txt │ └── update-organization-configuration.txt ├── internetmonitor.txt ├── internetmonitor │ ├── delete-monitor.txt │ ├── get-health-event.txt │ ├── get-internet-event.txt │ ├── get-monitor.txt │ ├── get-query-results.txt │ ├── get-query-status.txt │ ├── list-health-events.txt │ ├── list-internet-events.txt │ ├── list-monitors.txt │ ├── list-tags-for-resource.txt │ ├── start-query.txt │ ├── stop-query.txt │ ├── tag-resource.txt │ ├── untag-resource.txt │ └── update-monitor.txt ├── invoicing.txt ├── invoicing │ ├── create-invoice-unit.txt │ ├── delete-invoice-unit.txt │ ├── get-invoice-unit.txt │ ├── list-invoice-units.txt │ ├── list-tags-for-resource.txt │ ├── tag-resource.txt │ ├── untag-resource.txt │ └── update-invoice-unit.txt ├── iot-data.txt ├── iot-data │ ├── get-retained-message.txt │ ├── get-thing-shadow.txt │ ├── list-named-shadows-for-thing.txt │ ├── list-retained-messages.txt │ ├── publish.txt │ └── update-thing-shadow.txt ├── iot-jobs-data.txt ├── iot-jobs-data │ ├── get-pending-job-executions.txt │ ├── start-command-execution.txt │ ├── start-next-pending-job-execution.txt │ └── update-job-execution.txt ├── iot-roborunner.txt ├── iot-roborunner │ ├── create-site.txt │ ├── create-worker-fleet.txt │ ├── create-worker.txt │ ├── delete-destination.txt │ ├── delete-site.txt │ ├── delete-worker-fleet.txt │ ├── delete-worker.txt │ ├── get-destination.txt │ ├── get-site.txt │ ├── get-worker-fleet.txt │ ├── get-worker.txt │ ├── list-destinations.txt │ ├── list-sites.txt │ ├── list-worker-fleets.txt │ ├── list-workers.txt │ ├── update-destination.txt │ ├── update-site.txt │ ├── update-worker-fleet.txt │ └── update-worker.txt ├── iot.txt ├── iot │ ├── add-thing-to-billing-group.txt │ ├── add-thing-to-thing-group.txt │ ├── associate-sbom-with-package-version.txt │ ├── associate-targets-with-job.txt │ ├── attach-policy.txt │ ├── attach-security-profile.txt │ ├── attach-thing-principal.txt │ ├── cancel-audit-mitigation-actions-task.txt │ ├── cancel-audit-task.txt │ ├── cancel-certificate-transfer.txt │ ├── cancel-detect-mitigation-actions-task.txt │ ├── cancel-job-execution.txt │ ├── cancel-job.txt │ ├── clear-default-authorizer.txt │ ├── confirm-topic-rule-destination.txt │ ├── create-audit-suppression.txt │ ├── create-authorizer.txt │ ├── create-billing-group.txt │ ├── create-certificate-from-csr.txt │ ├── create-certificate-provider.txt │ ├── create-command.txt │ ├── create-custom-metric.txt │ ├── create-dimension.txt │ ├── create-domain-configuration.txt │ ├── create-dynamic-thing-group.txt │ ├── create-fleet-metric.txt │ ├── create-job-template.txt │ ├── create-job.txt │ ├── create-keys-and-certificate.txt │ ├── create-mitigation-action.txt │ ├── create-ota-update.txt │ ├── create-package-version.txt │ ├── create-package.txt │ ├── create-policy-version.txt │ ├── create-policy.txt │ ├── create-provisioning-claim.txt │ ├── create-provisioning-template-version.txt │ ├── create-provisioning-template.txt │ ├── create-role-alias.txt │ ├── create-scheduled-audit.txt │ ├── create-security-profile.txt │ ├── create-stream.txt │ ├── create-thing-group.txt │ ├── create-thing-type.txt │ ├── create-thing.txt │ ├── create-topic-rule-destination.txt │ ├── create-topic-rule.txt │ ├── delete-account-audit-configuration.txt │ ├── delete-audit-suppression.txt │ ├── delete-authorizer.txt │ ├── delete-billing-group.txt │ ├── delete-ca-certificate.txt │ ├── delete-certificate-provider.txt │ ├── delete-certificate.txt │ ├── delete-command-execution.txt │ ├── delete-command.txt │ ├── delete-custom-metric.txt │ ├── delete-dimension.txt │ ├── delete-domain-configuration.txt │ ├── delete-dynamic-thing-group.txt │ ├── delete-fleet-metric.txt │ ├── delete-job-execution.txt │ ├── delete-job-template.txt │ ├── delete-job.txt │ ├── delete-mitigation-action.txt │ ├── delete-ota-update.txt │ ├── delete-package-version.txt │ ├── delete-package.txt │ ├── delete-policy-version.txt │ ├── delete-policy.txt │ ├── delete-provisioning-template-version.txt │ ├── delete-provisioning-template.txt │ ├── delete-registration-code.txt │ ├── delete-role-alias.txt │ ├── delete-scheduled-audit.txt │ ├── delete-security-profile.txt │ ├── delete-stream.txt │ ├── delete-thing-group.txt │ ├── delete-thing-type.txt │ ├── delete-thing.txt │ ├── delete-topic-rule-destination.txt │ ├── delete-topic-rule.txt │ ├── delete-v2-logging-level.txt │ ├── deprecate-thing-type.txt │ ├── describe-account-audit-configuration.txt │ ├── describe-audit-finding.txt │ ├── describe-audit-mitigation-actions-task.txt │ ├── describe-audit-suppression.txt │ ├── describe-audit-task.txt │ ├── describe-authorizer.txt │ ├── describe-billing-group.txt │ ├── describe-ca-certificate.txt │ ├── describe-certificate-provider.txt │ ├── describe-certificate.txt │ ├── describe-custom-metric.txt │ ├── describe-default-authorizer.txt │ ├── describe-detect-mitigation-actions-task.txt │ ├── describe-dimension.txt │ ├── describe-domain-configuration.txt │ ├── describe-endpoint.txt │ ├── describe-event-configurations.txt │ ├── describe-fleet-metric.txt │ ├── describe-index.txt │ ├── describe-job-execution.txt │ ├── describe-job-template.txt │ ├── describe-job.txt │ ├── describe-managed-job-template.txt │ ├── describe-mitigation-action.txt │ ├── describe-provisioning-template-version.txt │ ├── describe-provisioning-template.txt │ ├── describe-role-alias.txt │ ├── describe-scheduled-audit.txt │ ├── describe-security-profile.txt │ ├── describe-stream.txt │ ├── describe-thing-group.txt │ ├── describe-thing-registration-task.txt │ ├── describe-thing-type.txt │ ├── describe-thing.txt │ ├── detach-policy.txt │ ├── detach-security-profile.txt │ ├── detach-thing-principal.txt │ ├── disable-topic-rule.txt │ ├── disassociate-sbom-from-package-version.txt │ ├── enable-topic-rule.txt │ ├── get-behavior-model-training-summaries.txt │ ├── get-buckets-aggregation.txt │ ├── get-cardinality.txt │ ├── get-command-execution.txt │ ├── get-command.txt │ ├── get-effective-policies.txt │ ├── get-indexing-configuration.txt │ ├── get-job-document.txt │ ├── get-logging-options.txt │ ├── get-ota-update.txt │ ├── get-package-configuration.txt │ ├── get-package-version.txt │ ├── get-package.txt │ ├── get-percentiles.txt │ ├── get-policy-version.txt │ ├── get-policy.txt │ ├── get-registration-code.txt │ ├── get-statistics.txt │ ├── get-topic-rule-destination.txt │ ├── get-topic-rule.txt │ ├── get-v2-logging-options.txt │ ├── list-active-violations.txt │ ├── list-attached-policies.txt │ ├── list-audit-findings.txt │ ├── list-audit-mitigation-actions-executions.txt │ ├── list-audit-mitigation-actions-tasks.txt │ ├── list-audit-suppressions.txt │ ├── list-audit-tasks.txt │ ├── list-authorizers.txt │ ├── list-billing-groups.txt │ ├── list-ca-certificates.txt │ ├── list-certificate-providers.txt │ ├── list-certificates-by-ca.txt │ ├── list-certificates.txt │ ├── list-command-executions.txt │ ├── list-commands.txt │ ├── list-custom-metrics.txt │ ├── list-detect-mitigation-actions-executions.txt │ ├── list-detect-mitigation-actions-tasks.txt │ ├── list-dimensions.txt │ ├── list-domain-configurations.txt │ ├── list-fleet-metrics.txt │ ├── list-indices.txt │ ├── list-job-executions-for-job.txt │ ├── list-job-executions-for-thing.txt │ ├── list-job-templates.txt │ ├── list-jobs.txt │ ├── list-managed-job-templates.txt │ ├── list-metric-values.txt │ ├── list-mitigation-actions.txt │ ├── list-ota-updates.txt │ ├── list-outgoing-certificates.txt │ ├── list-package-versions.txt │ ├── list-packages.txt │ ├── list-policies.txt │ ├── list-policy-versions.txt │ ├── list-principal-things-v2.txt │ ├── list-principal-things.txt │ ├── list-provisioning-template-versions.txt │ ├── list-provisioning-templates.txt │ ├── list-related-resources-for-audit-finding.txt │ ├── list-role-aliases.txt │ ├── list-sbom-validation-results.txt │ ├── list-scheduled-audits.txt │ ├── list-security-profiles-for-target.txt │ ├── list-security-profiles.txt │ ├── list-streams.txt │ ├── list-tags-for-resource.txt │ ├── list-targets-for-policy.txt │ ├── list-targets-for-security-profile.txt │ ├── list-thing-groups-for-thing.txt │ ├── list-thing-groups.txt │ ├── list-thing-principals-v2.txt │ ├── list-thing-principals.txt │ ├── list-thing-registration-task-reports.txt │ ├── list-thing-registration-tasks.txt │ ├── list-thing-types.txt │ ├── list-things-in-billing-group.txt │ ├── list-things-in-thing-group.txt │ ├── list-things.txt │ ├── list-topic-rule-destinations.txt │ ├── list-topic-rules.txt │ ├── list-v2-logging-levels.txt │ ├── list-violation-events.txt │ ├── put-verification-state-on-violation.txt │ ├── register-ca-certificate.txt │ ├── register-certificate-without-ca.txt │ ├── register-certificate.txt │ ├── register-thing.txt │ ├── reject-certificate-transfer.txt │ ├── remove-thing-from-billing-group.txt │ ├── remove-thing-from-thing-group.txt │ ├── replace-topic-rule.txt │ ├── search-index.txt │ ├── set-default-authorizer.txt │ ├── set-default-policy-version.txt │ ├── set-logging-options.txt │ ├── set-v2-logging-level.txt │ ├── set-v2-logging-options.txt │ ├── start-audit-mitigation-actions-task.txt │ ├── start-detect-mitigation-actions-task.txt │ ├── start-on-demand-audit-task.txt │ ├── start-thing-registration-task.txt │ ├── stop-thing-registration-task.txt │ ├── tag-resource.txt │ ├── test-authorization.txt │ ├── test-invoke-authorizer.txt │ ├── transfer-certificate.txt │ ├── untag-resource.txt │ ├── update-account-audit-configuration.txt │ ├── update-audit-suppression.txt │ ├── update-authorizer.txt │ ├── update-billing-group.txt │ ├── update-ca-certificate.txt │ ├── update-certificate-provider.txt │ ├── update-certificate.txt │ ├── update-command.txt │ ├── update-custom-metric.txt │ ├── update-dimension.txt │ ├── update-domain-configuration.txt │ ├── update-dynamic-thing-group.txt │ ├── update-event-configurations.txt │ ├── update-fleet-metric.txt │ ├── update-indexing-configuration.txt │ ├── update-job.txt │ ├── update-mitigation-action.txt │ ├── update-package-configuration.txt │ ├── update-package-version.txt │ ├── update-package.txt │ ├── update-provisioning-template.txt │ ├── update-role-alias.txt │ ├── update-scheduled-audit.txt │ ├── update-security-profile.txt │ ├── update-stream.txt │ ├── update-thing-group.txt │ ├── update-thing-groups-for-thing.txt │ ├── update-thing-type.txt │ ├── update-thing.txt │ ├── update-topic-rule-destination.txt │ └── validate-security-profile-behaviors.txt ├── iot1click-devices.txt ├── iot1click-devices │ ├── describe-device.txt │ ├── finalize-device-claim.txt │ ├── get-device-methods.txt │ ├── initiate-device-claim.txt │ ├── invoke-device-method.txt │ ├── list-device-events.txt │ ├── list-devices.txt │ ├── list-tags-for-resource.txt │ ├── tag-resource.txt │ ├── unclaim-device.txt │ ├── untag-resource.txt │ └── update-device-state.txt ├── iot1click-projects.txt ├── iot1click-projects │ ├── create-placement.txt │ ├── create-project.txt │ ├── delete-placement.txt │ ├── delete-project.txt │ ├── describe-placement.txt │ ├── describe-project.txt │ ├── disassociate-device-from-placement.txt │ ├── get-devices-in-placement.txt │ ├── list-placements.txt │ ├── list-projects.txt │ ├── list-tags-for-resource.txt │ ├── tag-resource.txt │ ├── untag-resource.txt │ ├── update-placement.txt │ └── update-project.txt ├── iotanalytics.txt ├── iotanalytics │ ├── cancel-pipeline-reprocessing.txt │ ├── create-channel.txt │ ├── create-dataset-content.txt │ ├── create-dataset.txt │ ├── create-datastore.txt │ ├── create-pipeline.txt │ ├── delete-channel.txt │ ├── delete-dataset-content.txt │ ├── delete-dataset.txt │ ├── delete-datastore.txt │ ├── delete-pipeline.txt │ ├── describe-channel.txt │ ├── describe-dataset.txt │ ├── describe-datastore.txt │ ├── describe-logging-options.txt │ ├── describe-pipeline.txt │ ├── get-dataset-content.txt │ ├── list-channels.txt │ ├── list-dataset-contents.txt │ ├── list-datasets.txt │ ├── list-datastores.txt │ ├── list-pipelines.txt │ ├── list-tags-for-resource.txt │ ├── put-logging-options.txt │ ├── run-pipeline-activity.txt │ ├── sample-channel-data.txt │ ├── start-pipeline-reprocessing.txt │ ├── tag-resource.txt │ ├── untag-resource.txt │ ├── update-channel.txt │ ├── update-dataset.txt │ ├── update-datastore.txt │ └── update-pipeline.txt ├── iotdeviceadvisor.txt ├── iotdeviceadvisor │ ├── delete-suite-definition.txt │ ├── get-endpoint.txt │ ├── get-suite-definition.txt │ ├── get-suite-run-report.txt │ ├── get-suite-run.txt │ ├── list-suite-definitions.txt │ ├── list-suite-runs.txt │ ├── list-tags-for-resource.txt │ ├── start-suite-run.txt │ ├── stop-suite-run.txt │ ├── tag-resource.txt │ ├── untag-resource.txt │ └── update-suite-definition.txt ├── iotevents-data.txt ├── iotevents-data │ ├── batch-delete-detector.txt │ ├── batch-disable-alarm.txt │ ├── batch-enable-alarm.txt │ ├── batch-put-message.txt │ ├── batch-reset-alarm.txt │ ├── batch-snooze-alarm.txt │ ├── batch-update-detector.txt │ ├── describe-alarm.txt │ ├── describe-detector.txt │ ├── list-alarms.txt │ └── list-detectors.txt ├── iotevents.txt ├── iotevents │ ├── create-detector-model.txt │ ├── create-input.txt │ ├── delete-alarm-model.txt │ ├── delete-detector-model.txt │ ├── delete-input.txt │ ├── describe-alarm-model.txt │ ├── describe-detector-model-analysis.txt │ ├── describe-detector-model.txt │ ├── describe-input.txt │ ├── describe-logging-options.txt │ ├── get-detector-model-analysis-results.txt │ ├── list-alarm-model-versions.txt │ ├── list-alarm-models.txt │ ├── list-detector-model-versions.txt │ ├── list-detector-models.txt │ ├── list-input-routings.txt │ ├── list-inputs.txt │ ├── list-tags-for-resource.txt │ ├── put-logging-options.txt │ ├── start-detector-model-analysis.txt │ ├── tag-resource.txt │ ├── untag-resource.txt │ ├── update-alarm-model.txt │ ├── update-detector-model.txt │ └── update-input.txt ├── iotfleethub.txt ├── iotfleethub │ ├── delete-application.txt │ ├── describe-application.txt │ ├── list-applications.txt │ ├── list-tags-for-resource.txt │ ├── tag-resource.txt │ ├── untag-resource.txt │ └── update-application.txt ├── iotfleetwise.txt ├── iotfleetwise │ ├── batch-create-vehicle.txt │ ├── batch-update-vehicle.txt │ ├── create-campaign.txt │ ├── create-decoder-manifest.txt │ ├── create-fleet.txt │ ├── create-model-manifest.txt │ ├── create-signal-catalog.txt │ ├── create-state-template.txt │ ├── create-vehicle.txt │ ├── delete-campaign.txt │ ├── delete-decoder-manifest.txt │ ├── delete-fleet.txt │ ├── delete-model-manifest.txt │ ├── delete-signal-catalog.txt │ ├── delete-state-template.txt │ ├── delete-vehicle.txt │ ├── disassociate-vehicle-fleet.txt │ ├── get-campaign.txt │ ├── get-decoder-manifest.txt │ ├── get-encryption-configuration.txt │ ├── get-fleet.txt │ ├── get-logging-options.txt │ ├── get-model-manifest.txt │ ├── get-register-account-status.txt │ ├── get-signal-catalog.txt │ ├── get-state-template.txt │ ├── get-vehicle-status.txt │ ├── get-vehicle.txt │ ├── import-decoder-manifest.txt │ ├── import-signal-catalog.txt │ ├── list-campaigns.txt │ ├── list-decoder-manifest-network-interfaces.txt │ ├── list-decoder-manifest-signals.txt │ ├── list-decoder-manifests.txt │ ├── list-fleets-for-vehicle.txt │ ├── list-fleets.txt │ ├── list-model-manifest-nodes.txt │ ├── list-model-manifests.txt │ ├── list-signal-catalog-nodes.txt │ ├── list-signal-catalogs.txt │ ├── list-state-templates.txt │ ├── list-tags-for-resource.txt │ ├── list-vehicles-in-fleet.txt │ ├── list-vehicles.txt │ ├── put-encryption-configuration.txt │ ├── put-logging-options.txt │ ├── register-account.txt │ ├── tag-resource.txt │ ├── untag-resource.txt │ ├── update-campaign.txt │ ├── update-decoder-manifest.txt │ ├── update-fleet.txt │ ├── update-model-manifest.txt │ ├── update-signal-catalog.txt │ ├── update-state-template.txt │ └── update-vehicle.txt ├── iotsecuretunneling.txt ├── iotsecuretunneling │ ├── describe-tunnel.txt │ ├── list-tags-for-resource.txt │ ├── list-tunnels.txt │ ├── open-tunnel.txt │ ├── rotate-tunnel-access-token.txt │ ├── tag-resource.txt │ └── untag-resource.txt ├── iotsitewise.txt ├── iotsitewise │ ├── associate-time-series-to-asset-property.txt │ ├── batch-associate-project-assets.txt │ ├── batch-disassociate-project-assets.txt │ ├── batch-get-asset-property-aggregates.txt │ ├── batch-get-asset-property-value-history.txt │ ├── batch-get-asset-property-value.txt │ ├── batch-put-asset-property-value.txt │ ├── create-access-policy.txt │ ├── create-asset-model-composite-model.txt │ ├── create-asset-model.txt │ ├── create-asset.txt │ ├── create-bulk-import-job.txt │ ├── create-dashboard.txt │ ├── create-dataset.txt │ ├── create-gateway.txt │ ├── create-portal.txt │ ├── create-project.txt │ ├── delete-access-policy.txt │ ├── delete-asset-model-composite-model.txt │ ├── delete-asset-model.txt │ ├── delete-asset.txt │ ├── delete-dashboard.txt │ ├── delete-dataset.txt │ ├── delete-gateway.txt │ ├── delete-portal.txt │ ├── delete-project.txt │ ├── delete-time-series.txt │ ├── describe-access-policy.txt │ ├── describe-action.txt │ ├── describe-asset-composite-model.txt │ ├── describe-asset-model-composite-model.txt │ ├── describe-asset-model.txt │ ├── describe-asset-property.txt │ ├── describe-asset.txt │ ├── describe-bulk-import-job.txt │ ├── describe-dashboard.txt │ ├── describe-dataset.txt │ ├── describe-default-encryption-configuration.txt │ ├── describe-gateway-capability-configuration.txt │ ├── describe-gateway.txt │ ├── describe-logging-options.txt │ ├── describe-portal.txt │ ├── describe-project.txt │ ├── describe-storage-configuration.txt │ ├── describe-time-series.txt │ ├── disassociate-assets.txt │ ├── disassociate-time-series-from-asset-property.txt │ ├── execute-action.txt │ ├── execute-query.txt │ ├── get-asset-property-aggregates.txt │ ├── get-asset-property-value-history.txt │ ├── get-asset-property-value.txt │ ├── get-interpolated-asset-property-values.txt │ ├── list-access-policies.txt │ ├── list-actions.txt │ ├── list-asset-model-composite-models.txt │ ├── list-asset-model-properties.txt │ ├── list-asset-models.txt │ ├── list-asset-properties.txt │ ├── list-asset-relationships.txt │ ├── list-assets.txt │ ├── list-associated-assets.txt │ ├── list-bulk-import-jobs.txt │ ├── list-composition-relationships.txt │ ├── list-dashboards.txt │ ├── list-datasets.txt │ ├── list-gateways.txt │ ├── list-portals.txt │ ├── list-project-assets.txt │ ├── list-projects.txt │ ├── list-tags-for-resource.txt │ ├── list-time-series.txt │ ├── put-default-encryption-configuration.txt │ ├── put-logging-options.txt │ ├── put-storage-configuration.txt │ ├── tag-resource.txt │ ├── untag-resource.txt │ ├── update-access-policy.txt │ ├── update-asset-model-composite-model.txt │ ├── update-asset-model.txt │ ├── update-asset-property.txt │ ├── update-asset.txt │ ├── update-dashboard.txt │ ├── update-dataset.txt │ ├── update-gateway-capability-configuration.txt │ ├── update-gateway.txt │ ├── update-portal.txt │ ├── update-project.txt │ ├── wait.txt │ └── wait │ │ ├── asset-model-active.txt │ │ ├── asset-model-not-exists.txt │ │ ├── asset-not-exists.txt │ │ ├── portal-active.txt │ │ └── portal-not-exists.txt ├── iotthingsgraph.txt ├── iotthingsgraph │ ├── create-flow-template.txt │ ├── create-system-instance.txt │ ├── create-system-template.txt │ ├── delete-flow-template.txt │ ├── delete-namespace.txt │ ├── delete-system-instance.txt │ ├── delete-system-template.txt │ ├── deploy-system-instance.txt │ ├── deprecate-flow-template.txt │ ├── deprecate-system-template.txt │ ├── describe-namespace.txt │ ├── dissociate-entity-from-thing.txt │ ├── get-entities.txt │ ├── get-flow-template-revisions.txt │ ├── get-flow-template.txt │ ├── get-namespace-deletion-status.txt │ ├── get-system-instance.txt │ ├── get-system-template-revisions.txt │ ├── get-system-template.txt │ ├── get-upload-status.txt │ ├── list-flow-execution-messages.txt │ ├── list-tags-for-resource.txt │ ├── search-entities.txt │ ├── search-flow-executions.txt │ ├── search-flow-templates.txt │ ├── search-system-instances.txt │ ├── search-system-templates.txt │ ├── search-things.txt │ ├── tag-resource.txt │ ├── undeploy-system-instance.txt │ ├── untag-resource.txt │ ├── update-flow-template.txt │ ├── update-system-template.txt │ └── upload-entity-definitions.txt ├── iottwinmaker.txt ├── iottwinmaker │ ├── cancel-metadata-transfer-job.txt │ ├── create-component-type.txt │ ├── create-entity.txt │ ├── create-metadata-transfer-job.txt │ ├── create-scene.txt │ ├── create-sync-job.txt │ ├── create-workspace.txt │ ├── delete-component-type.txt │ ├── delete-entity.txt │ ├── delete-scene.txt │ ├── delete-sync-job.txt │ ├── delete-workspace.txt │ ├── execute-query.txt │ ├── get-component-type.txt │ ├── get-entity.txt │ ├── get-metadata-transfer-job.txt │ ├── get-pricing-plan.txt │ ├── get-property-value-history.txt │ ├── get-property-value.txt │ ├── get-scene.txt │ ├── get-sync-job.txt │ ├── get-workspace.txt │ ├── list-component-types.txt │ ├── list-components.txt │ ├── list-entities.txt │ ├── list-metadata-transfer-jobs.txt │ ├── list-properties.txt │ ├── list-scenes.txt │ ├── list-sync-jobs.txt │ ├── list-sync-resources.txt │ ├── list-tags-for-resource.txt │ ├── list-workspaces.txt │ ├── tag-resource.txt │ ├── untag-resource.txt │ ├── update-component-type.txt │ ├── update-entity.txt │ ├── update-pricing-plan.txt │ ├── update-scene.txt │ └── update-workspace.txt ├── iotwireless.txt ├── iotwireless │ ├── associate-multicast-group-with-fuota-task.txt │ ├── associate-wireless-device-with-fuota-task.txt │ ├── associate-wireless-device-with-multicast-group.txt │ ├── associate-wireless-device-with-thing.txt │ ├── associate-wireless-gateway-with-certificate.txt │ ├── associate-wireless-gateway-with-thing.txt │ ├── cancel-multicast-group-session.txt │ ├── create-destination.txt │ ├── create-device-profile.txt │ ├── create-fuota-task.txt │ ├── create-multicast-group.txt │ ├── create-network-analyzer-configuration.txt │ ├── create-service-profile.txt │ ├── create-wireless-device.txt │ ├── create-wireless-gateway-task-definition.txt │ ├── create-wireless-gateway-task.txt │ ├── create-wireless-gateway.txt │ ├── delete-destination.txt │ ├── delete-device-profile.txt │ ├── delete-fuota-task.txt │ ├── delete-multicast-group.txt │ ├── delete-network-analyzer-configuration.txt │ ├── delete-queued-messages.txt │ ├── delete-service-profile.txt │ ├── delete-wireless-device-import-task.txt │ ├── delete-wireless-device.txt │ ├── delete-wireless-gateway-task-definition.txt │ ├── delete-wireless-gateway-task.txt │ ├── delete-wireless-gateway.txt │ ├── deregister-wireless-device.txt │ ├── disassociate-aws-account-from-partner-account.txt │ ├── disassociate-multicast-group-from-fuota-task.txt │ ├── disassociate-wireless-device-from-fuota-task.txt │ ├── disassociate-wireless-device-from-multicast-group.txt │ ├── disassociate-wireless-device-from-thing.txt │ ├── disassociate-wireless-gateway-from-certificate.txt │ ├── disassociate-wireless-gateway-from-thing.txt │ ├── get-destination.txt │ ├── get-device-profile.txt │ ├── get-event-configuration-by-resource-types.txt │ ├── get-fuota-task.txt │ ├── get-log-levels-by-resource-types.txt │ ├── get-metric-configuration.txt │ ├── get-metrics.txt │ ├── get-multicast-group-session.txt │ ├── get-multicast-group.txt │ ├── get-network-analyzer-configuration.txt │ ├── get-partner-account.txt │ ├── get-position-configuration.txt │ ├── get-position-estimate.txt │ ├── get-position.txt │ ├── get-resource-event-configuration.txt │ ├── get-resource-log-level.txt │ ├── get-resource-position.txt │ ├── get-service-endpoint.txt │ ├── get-service-profile.txt │ ├── get-wireless-device-import-task.txt │ ├── get-wireless-device-statistics.txt │ ├── get-wireless-device.txt │ ├── get-wireless-gateway-certificate.txt │ ├── get-wireless-gateway-firmware-information.txt │ ├── get-wireless-gateway-statistics.txt │ ├── get-wireless-gateway-task-definition.txt │ ├── get-wireless-gateway-task.txt │ ├── get-wireless-gateway.txt │ ├── list-destinations.txt │ ├── list-device-profiles.txt │ ├── list-devices-for-wireless-device-import-task.txt │ ├── list-event-configurations.txt │ ├── list-fuota-tasks.txt │ ├── list-multicast-groups-by-fuota-task.txt │ ├── list-multicast-groups.txt │ ├── list-network-analyzer-configurations.txt │ ├── list-partner-accounts.txt │ ├── list-position-configurations.txt │ ├── list-queued-messages.txt │ ├── list-service-profiles.txt │ ├── list-tags-for-resource.txt │ ├── list-wireless-device-import-tasks.txt │ ├── list-wireless-devices.txt │ ├── list-wireless-gateway-task-definitions.txt │ ├── list-wireless-gateways.txt │ ├── put-position-configuration.txt │ ├── put-resource-log-level.txt │ ├── reset-all-resource-log-levels.txt │ ├── reset-resource-log-level.txt │ ├── send-data-to-multicast-group.txt │ ├── send-data-to-wireless-device.txt │ ├── start-bulk-associate-wireless-device-with-multicast-group.txt │ ├── start-bulk-disassociate-wireless-device-from-multicast-group.txt │ ├── start-fuota-task.txt │ ├── start-multicast-group-session.txt │ ├── start-single-wireless-device-import-task.txt │ ├── start-wireless-device-import-task.txt │ ├── tag-resource.txt │ ├── test-wireless-device.txt │ ├── untag-resource.txt │ ├── update-destination.txt │ ├── update-event-configuration-by-resource-types.txt │ ├── update-fuota-task.txt │ ├── update-log-levels-by-resource-types.txt │ ├── update-metric-configuration.txt │ ├── update-multicast-group.txt │ ├── update-network-analyzer-configuration.txt │ ├── update-partner-account.txt │ ├── update-position.txt │ ├── update-resource-event-configuration.txt │ ├── update-resource-position.txt │ ├── update-wireless-device-import-task.txt │ ├── update-wireless-device.txt │ └── update-wireless-gateway.txt ├── ivs-realtime.txt ├── ivs-realtime │ ├── create-ingest-configuration.txt │ ├── create-participant-token.txt │ ├── create-stage.txt │ ├── create-storage-configuration.txt │ ├── delete-encoder-configuration.txt │ ├── delete-ingest-configuration.txt │ ├── delete-public-key.txt │ ├── delete-stage.txt │ ├── delete-storage-configuration.txt │ ├── disconnect-participant.txt │ ├── get-composition.txt │ ├── get-encoder-configuration.txt │ ├── get-ingest-configuration.txt │ ├── get-participant.txt │ ├── get-public-key.txt │ ├── get-stage-session.txt │ ├── get-stage.txt │ ├── get-storage-configuration.txt │ ├── import-public-key.txt │ ├── list-compositions.txt │ ├── list-encoder-configurations.txt │ ├── list-ingest-configurations.txt │ ├── list-participant-events.txt │ ├── list-participants.txt │ ├── list-public-keys.txt │ ├── list-stage-sessions.txt │ ├── list-stages.txt │ ├── list-storage-configurations.txt │ ├── list-tags-for-resource.txt │ ├── start-composition.txt │ ├── stop-composition.txt │ ├── tag-resource.txt │ ├── untag-resource.txt │ ├── update-ingest-configuration.txt │ └── update-stage.txt ├── ivs.txt ├── ivs │ ├── batch-get-stream-key.txt │ ├── batch-start-viewer-session-revocation.txt │ ├── create-channel.txt │ ├── create-playback-restriction-policy.txt │ ├── create-recording-configuration.txt │ ├── create-stream-key.txt │ ├── delete-channel.txt │ ├── delete-playback-key-pair.txt │ ├── delete-playback-restriction-policy.txt │ ├── delete-recording-configuration.txt │ ├── delete-stream-key.txt │ ├── get-channel.txt │ ├── get-playback-key-pair.txt │ ├── get-playback-restriction-policy.txt │ ├── get-recording-configuration.txt │ ├── get-stream-key.txt │ ├── get-stream-session.txt │ ├── get-stream.txt │ ├── import-playback-key-pair.txt │ ├── list-channels.txt │ ├── list-playback-key-pairs.txt │ ├── list-playback-restriction-policies.txt │ ├── list-recording-configurations.txt │ ├── list-stream-keys.txt │ ├── list-stream-sessions.txt │ ├── list-streams.txt │ ├── list-tags-for-resource.txt │ ├── put-metadata.txt │ ├── start-viewer-session-revocation.txt │ ├── stop-stream.txt │ ├── tag-resource.txt │ ├── untag-resource.txt │ ├── update-channel.txt │ └── update-playback-restriction-policy.txt ├── ivschat.txt ├── ivschat │ ├── create-logging-configuration.txt │ ├── create-room.txt │ ├── delete-logging-configuration.txt │ ├── delete-message.txt │ ├── delete-room.txt │ ├── disconnect-user.txt │ ├── get-logging-configuration.txt │ ├── get-room.txt │ ├── list-logging-configurations.txt │ ├── list-rooms.txt │ ├── list-tags-for-resource.txt │ ├── send-event.txt │ ├── tag-resource.txt │ ├── untag-resource.txt │ ├── update-logging-configuration.txt │ └── update-room.txt ├── kafka.txt ├── kafka │ ├── batch-disassociate-scram-secret.txt │ ├── create-cluster-v2.txt │ ├── create-cluster.txt │ ├── create-configuration.txt │ ├── create-replicator.txt │ ├── create-vpc-connection.txt │ ├── delete-cluster-policy.txt │ ├── delete-cluster.txt │ ├── delete-configuration.txt │ ├── delete-replicator.txt │ ├── delete-vpc-connection.txt │ ├── describe-cluster-operation-v2.txt │ ├── describe-cluster-operation.txt │ ├── describe-cluster-v2.txt │ ├── describe-cluster.txt │ ├── describe-configuration-revision.txt │ ├── describe-configuration.txt │ ├── describe-replicator.txt │ ├── describe-vpc-connection.txt │ ├── get-bootstrap-brokers.txt │ ├── get-cluster-policy.txt │ ├── get-compatible-kafka-versions.txt │ ├── list-client-vpc-connections.txt │ ├── list-cluster-operations-v2.txt │ ├── list-cluster-operations.txt │ ├── list-clusters-v2.txt │ ├── list-clusters.txt │ ├── list-configuration-revisions.txt │ ├── list-configurations.txt │ ├── list-kafka-versions.txt │ ├── list-nodes.txt │ ├── list-replicators.txt │ ├── list-scram-secrets.txt │ ├── list-tags-for-resource.txt │ ├── list-vpc-connections.txt │ ├── put-cluster-policy.txt │ ├── reboot-broker.txt │ ├── reject-client-vpc-connection.txt │ ├── tag-resource.txt │ ├── untag-resource.txt │ ├── update-broker-count.txt │ ├── update-broker-storage.txt │ ├── update-broker-type.txt │ ├── update-cluster-configuration.txt │ ├── update-cluster-kafka-version.txt │ ├── update-configuration.txt │ ├── update-connectivity.txt │ ├── update-monitoring.txt │ ├── update-replication-info.txt │ ├── update-security.txt │ └── update-storage.txt ├── kafkaconnect.txt ├── kafkaconnect │ ├── create-custom-plugin.txt │ ├── create-worker-configuration.txt │ ├── delete-connector.txt │ ├── delete-custom-plugin.txt │ ├── delete-worker-configuration.txt │ ├── describe-connector.txt │ ├── describe-custom-plugin.txt │ ├── describe-worker-configuration.txt │ ├── list-connectors.txt │ ├── list-custom-plugins.txt │ ├── list-tags-for-resource.txt │ ├── list-worker-configurations.txt │ ├── tag-resource.txt │ ├── untag-resource.txt │ └── update-connector.txt ├── kendra-ranking.txt ├── kendra-ranking │ ├── delete-rescore-execution-plan.txt │ ├── describe-rescore-execution-plan.txt │ ├── list-rescore-execution-plans.txt │ ├── list-tags-for-resource.txt │ ├── rescore.txt │ ├── tag-resource.txt │ ├── untag-resource.txt │ └── update-rescore-execution-plan.txt ├── kendra.txt ├── kendra │ ├── associate-personas-to-entities.txt │ ├── batch-delete-document.txt │ ├── batch-delete-featured-results-set.txt │ ├── batch-get-document-status.txt │ ├── batch-put-document.txt │ ├── clear-query-suggestions.txt │ ├── create-access-control-configuration.txt │ ├── create-data-source.txt │ ├── create-experience.txt │ ├── create-faq.txt │ ├── create-featured-results-set.txt │ ├── create-index.txt │ ├── create-query-suggestions-block-list.txt │ ├── create-thesaurus.txt │ ├── delete-access-control-configuration.txt │ ├── delete-data-source.txt │ ├── delete-experience.txt │ ├── delete-faq.txt │ ├── delete-index.txt │ ├── delete-principal-mapping.txt │ ├── delete-query-suggestions-block-list.txt │ ├── delete-thesaurus.txt │ ├── describe-access-control-configuration.txt │ ├── describe-data-source.txt │ ├── describe-experience.txt │ ├── describe-faq.txt │ ├── describe-featured-results-set.txt │ ├── describe-index.txt │ ├── describe-principal-mapping.txt │ ├── describe-query-suggestions-block-list.txt │ ├── describe-query-suggestions-config.txt │ ├── describe-thesaurus.txt │ ├── disassociate-entities-from-experience.txt │ ├── disassociate-personas-from-entities.txt │ ├── get-query-suggestions.txt │ ├── get-snapshots.txt │ ├── list-access-control-configurations.txt │ ├── list-data-source-sync-jobs.txt │ ├── list-data-sources.txt │ ├── list-entity-personas.txt │ ├── list-experience-entities.txt │ ├── list-experiences.txt │ ├── list-faqs.txt │ ├── list-featured-results-sets.txt │ ├── list-groups-older-than-ordering-id.txt │ ├── list-indices.txt │ ├── list-query-suggestions-block-lists.txt │ ├── list-tags-for-resource.txt │ ├── list-thesauri.txt │ ├── put-principal-mapping.txt │ ├── query.txt │ ├── retrieve.txt │ ├── start-data-source-sync-job.txt │ ├── stop-data-source-sync-job.txt │ ├── submit-feedback.txt │ ├── tag-resource.txt │ ├── untag-resource.txt │ ├── update-access-control-configuration.txt │ ├── update-data-source.txt │ ├── update-experience.txt │ ├── update-featured-results-set.txt │ ├── update-index.txt │ ├── update-query-suggestions-block-list.txt │ ├── update-query-suggestions-config.txt │ └── update-thesaurus.txt ├── keyspaces.txt ├── keyspaces │ ├── create-table.txt │ ├── create-type.txt │ ├── delete-keyspace.txt │ ├── delete-table.txt │ ├── delete-type.txt │ ├── get-keyspace.txt │ ├── get-table-auto-scaling-settings.txt │ ├── get-table.txt │ ├── get-type.txt │ ├── list-keyspaces.txt │ ├── list-tables.txt │ ├── list-tags-for-resource.txt │ ├── list-types.txt │ ├── restore-table.txt │ ├── tag-resource.txt │ ├── untag-resource.txt │ ├── update-keyspace.txt │ └── update-table.txt ├── kinesis-video-archived-media.txt ├── kinesis-video-archived-media │ ├── get-dash-streaming-session-url.txt │ ├── get-hls-streaming-session-url.txt │ ├── get-images.txt │ ├── get-media-for-fragment-list.txt │ └── list-fragments.txt ├── kinesis-video-media.txt ├── kinesis-video-signaling.txt ├── kinesis-video-signaling │ └── send-alexa-offer-to-master.txt ├── kinesis-video-webrtc-storage.txt ├── kinesis-video-webrtc-storage │ ├── join-storage-session-as-viewer.txt │ └── join-storage-session.txt ├── kinesis.txt ├── kinesis │ ├── create-stream.txt │ ├── decrease-stream-retention-period.txt │ ├── delete-resource-policy.txt │ ├── delete-stream.txt │ ├── deregister-stream-consumer.txt │ ├── describe-limits.txt │ ├── describe-stream-consumer.txt │ ├── describe-stream-summary.txt │ ├── describe-stream.txt │ ├── disable-enhanced-monitoring.txt │ ├── enable-enhanced-monitoring.txt │ ├── get-records.txt │ ├── get-resource-policy.txt │ ├── get-shard-iterator.txt │ ├── increase-stream-retention-period.txt │ ├── list-shards.txt │ ├── list-stream-consumers.txt │ ├── list-streams.txt │ ├── list-tags-for-stream.txt │ ├── merge-shards.txt │ ├── put-record.txt │ ├── put-records.txt │ ├── put-resource-policy.txt │ ├── register-stream-consumer.txt │ ├── remove-tags-from-stream.txt │ ├── split-shard.txt │ ├── start-stream-encryption.txt │ ├── stop-stream-encryption.txt │ ├── update-shard-count.txt │ ├── update-stream-mode.txt │ ├── wait.txt │ └── wait │ │ └── stream-not-exists.txt ├── kinesisanalytics.txt ├── kinesisanalytics │ ├── add-application-input-processing-configuration.txt │ ├── add-application-input.txt │ ├── add-application-output.txt │ ├── add-application-reference-data-source.txt │ ├── create-application.txt │ ├── delete-application-cloud-watch-logging-option.txt │ ├── delete-application-input-processing-configuration.txt │ ├── delete-application-output.txt │ ├── delete-application-reference-data-source.txt │ ├── delete-application.txt │ ├── describe-application.txt │ ├── discover-input-schema.txt │ ├── list-applications.txt │ ├── list-tags-for-resource.txt │ ├── start-application.txt │ ├── stop-application.txt │ ├── tag-resource.txt │ ├── untag-resource.txt │ └── update-application.txt ├── kinesisanalyticsv2.txt ├── kinesisanalyticsv2 │ ├── add-application-input-processing-configuration.txt │ ├── add-application-input.txt │ ├── add-application-output.txt │ ├── add-application-reference-data-source.txt │ ├── add-application-vpc-configuration.txt │ ├── create-application-presigned-url.txt │ ├── create-application-snapshot.txt │ ├── create-application.txt │ ├── delete-application-cloud-watch-logging-option.txt │ ├── delete-application-input-processing-configuration.txt │ ├── delete-application-output.txt │ ├── delete-application-reference-data-source.txt │ ├── delete-application-snapshot.txt │ ├── delete-application-vpc-configuration.txt │ ├── delete-application.txt │ ├── describe-application-operation.txt │ ├── describe-application-snapshot.txt │ ├── describe-application-version.txt │ ├── describe-application.txt │ ├── discover-input-schema.txt │ ├── list-application-operations.txt │ ├── list-application-snapshots.txt │ ├── list-application-versions.txt │ ├── list-applications.txt │ ├── list-tags-for-resource.txt │ ├── rollback-application.txt │ ├── start-application.txt │ ├── stop-application.txt │ ├── tag-resource.txt │ ├── untag-resource.txt │ ├── update-application-maintenance-configuration.txt │ └── update-application.txt ├── kinesisvideo.txt ├── kinesisvideo │ ├── create-stream.txt │ ├── delete-edge-configuration.txt │ ├── delete-signaling-channel.txt │ ├── delete-stream.txt │ ├── describe-edge-configuration.txt │ ├── describe-image-generation-configuration.txt │ ├── describe-mapped-resource-configuration.txt │ ├── describe-media-storage-configuration.txt │ ├── describe-notification-configuration.txt │ ├── describe-signaling-channel.txt │ ├── describe-stream.txt │ ├── get-data-endpoint.txt │ ├── get-signaling-channel-endpoint.txt │ ├── list-edge-agent-configurations.txt │ ├── list-signaling-channels.txt │ ├── list-streams.txt │ ├── list-tags-for-resource.txt │ ├── list-tags-for-stream.txt │ ├── start-edge-configuration-update.txt │ ├── tag-resource.txt │ ├── tag-stream.txt │ ├── untag-resource.txt │ ├── untag-stream.txt │ ├── update-data-retention.txt │ ├── update-image-generation-configuration.txt │ ├── update-media-storage-configuration.txt │ ├── update-notification-configuration.txt │ ├── update-signaling-channel.txt │ └── update-stream.txt ├── kms.txt ├── kms │ ├── connect-custom-key-store.txt │ ├── create-alias.txt │ ├── create-custom-key-store.txt │ ├── create-grant.txt │ ├── create-key.txt │ ├── decrypt.txt │ ├── delete-alias.txt │ ├── delete-custom-key-store.txt │ ├── delete-imported-key-material.txt │ ├── derive-shared-secret.txt │ ├── describe-custom-key-stores.txt │ ├── describe-key.txt │ ├── disable-key-rotation.txt │ ├── disable-key.txt │ ├── disconnect-custom-key-store.txt │ ├── enable-key-rotation.txt │ ├── enable-key.txt │ ├── encrypt.txt │ ├── generate-data-key-pair-without-plaintext.txt │ ├── generate-data-key-pair.txt │ ├── generate-data-key-without-plaintext.txt │ ├── generate-data-key.txt │ ├── generate-mac.txt │ ├── generate-random.txt │ ├── get-key-policy.txt │ ├── get-key-rotation-status.txt │ ├── get-parameters-for-import.txt │ ├── get-public-key.txt │ ├── import-key-material.txt │ ├── list-aliases.txt │ ├── list-grants.txt │ ├── list-key-policies.txt │ ├── list-key-rotations.txt │ ├── list-keys.txt │ ├── list-resource-tags.txt │ ├── list-retirable-grants.txt │ ├── put-key-policy.txt │ ├── re-encrypt.txt │ ├── replicate-key.txt │ ├── retire-grant.txt │ ├── revoke-grant.txt │ ├── rotate-key-on-demand.txt │ ├── schedule-key-deletion.txt │ ├── sign.txt │ ├── tag-resource.txt │ ├── untag-resource.txt │ ├── update-alias.txt │ ├── update-custom-key-store.txt │ ├── update-key-description.txt │ ├── update-primary-region.txt │ ├── verify-mac.txt │ └── verify.txt ├── lakeformation.txt ├── lakeformation │ ├── assume-decorated-role-with-saml.txt │ ├── batch-grant-permissions.txt │ ├── batch-revoke-permissions.txt │ ├── cancel-transaction.txt │ ├── commit-transaction.txt │ ├── create-data-cells-filter.txt │ ├── create-lake-formation-identity-center-configuration.txt │ ├── create-lake-formation-opt-in.txt │ ├── create-lf-tag-expression.txt │ ├── create-lf-tag.txt │ ├── delete-data-cells-filter.txt │ ├── delete-lake-formation-identity-center-configuration.txt │ ├── delete-lake-formation-opt-in.txt │ ├── delete-lf-tag-expression.txt │ ├── delete-lf-tag.txt │ ├── delete-objects-on-cancel.txt │ ├── deregister-resource.txt │ ├── describe-lake-formation-identity-center-configuration.txt │ ├── describe-resource.txt │ ├── describe-transaction.txt │ ├── extend-transaction.txt │ ├── get-data-cells-filter.txt │ ├── get-data-lake-principal.txt │ ├── get-data-lake-settings.txt │ ├── get-effective-permissions-for-path.txt │ ├── get-lf-tag-expression.txt │ ├── get-lf-tag.txt │ ├── get-query-state.txt │ ├── get-query-statistics.txt │ ├── get-resource-lf-tags.txt │ ├── get-table-objects.txt │ ├── get-temporary-glue-partition-credentials.txt │ ├── get-temporary-glue-table-credentials.txt │ ├── get-work-unit-results.txt │ ├── get-work-units.txt │ ├── grant-permissions.txt │ ├── list-data-cells-filter.txt │ ├── list-lake-formation-opt-ins.txt │ ├── list-lf-tag-expressions.txt │ ├── list-lf-tags.txt │ ├── list-permissions.txt │ ├── list-resources.txt │ ├── list-table-storage-optimizers.txt │ ├── list-transactions.txt │ ├── put-data-lake-settings.txt │ ├── register-resource.txt │ ├── remove-lf-tags-from-resource.txt │ ├── revoke-permissions.txt │ ├── search-databases-by-lf-tags.txt │ ├── search-tables-by-lf-tags.txt │ ├── start-query-planning.txt │ ├── start-transaction.txt │ ├── update-data-cells-filter.txt │ ├── update-lake-formation-identity-center-configuration.txt │ ├── update-lf-tag-expression.txt │ ├── update-lf-tag.txt │ ├── update-resource.txt │ ├── update-table-objects.txt │ └── update-table-storage-optimizer.txt ├── lambda.txt ├── lambda │ ├── add-permission.txt │ ├── create-alias.txt │ ├── create-code-signing-config.txt │ ├── create-event-source-mapping.txt │ ├── create-function-url-config.txt │ ├── create-function.txt │ ├── delete-alias.txt │ ├── delete-code-signing-config.txt │ ├── delete-event-source-mapping.txt │ ├── delete-function-code-signing-config.txt │ ├── delete-function-concurrency.txt │ ├── delete-function-event-invoke-config.txt │ ├── delete-function-url-config.txt │ ├── delete-function.txt │ ├── delete-layer-version.txt │ ├── delete-provisioned-concurrency-config.txt │ ├── delete-resource-policy.txt │ ├── get-account-settings.txt │ ├── get-alias.txt │ ├── get-code-signing-config.txt │ ├── get-event-source-mapping.txt │ ├── get-function-code-signing-config.txt │ ├── get-function-concurrency.txt │ ├── get-function-configuration.txt │ ├── get-function-event-invoke-config.txt │ ├── get-function-recursion-config.txt │ ├── get-function-url-config.txt │ ├── get-function.txt │ ├── get-layer-version-by-arn.txt │ ├── get-layer-version-policy.txt │ ├── get-layer-version.txt │ ├── get-policy.txt │ ├── get-provisioned-concurrency-config.txt │ ├── get-public-access-block-config.txt │ ├── get-resource-policy.txt │ ├── get-runtime-management-config.txt │ ├── invoke.txt │ ├── list-aliases.txt │ ├── list-code-signing-configs.txt │ ├── list-event-source-mappings.txt │ ├── list-function-event-invoke-configs.txt │ ├── list-function-url-configs.txt │ ├── list-functions-by-code-signing-config.txt │ ├── list-functions.txt │ ├── list-layer-versions.txt │ ├── list-layers.txt │ ├── list-provisioned-concurrency-configs.txt │ ├── list-tags.txt │ ├── list-versions-by-function.txt │ ├── publish-layer-version.txt │ ├── publish-version.txt │ ├── put-function-code-signing-config.txt │ ├── put-function-concurrency.txt │ ├── put-function-event-invoke-config.txt │ ├── put-function-recursion-config.txt │ ├── put-provisioned-concurrency-config.txt │ ├── put-public-access-block-config.txt │ ├── put-resource-policy.txt │ ├── put-runtime-management-config.txt │ ├── remove-layer-version-permission.txt │ ├── remove-permission.txt │ ├── tag-resource.txt │ ├── untag-resource.txt │ ├── update-alias.txt │ ├── update-code-signing-config.txt │ ├── update-event-source-mapping.txt │ ├── update-function-code.txt │ ├── update-function-configuration.txt │ ├── update-function-event-invoke-config.txt │ ├── update-function-url-config.txt │ ├── wait.txt │ ├── wait │ │ ├── function-active-v2.txt │ │ ├── function-exists.txt │ │ ├── function-updated-v2.txt │ │ ├── function-updated.txt │ │ └── published-version-active.txt │ └── wizard.txt ├── launch-wizard.txt ├── launch-wizard │ ├── delete-deployment.txt │ ├── get-deployment.txt │ ├── get-workload-deployment-pattern.txt │ ├── get-workload.txt │ ├── list-deployment-events.txt │ ├── list-deployments.txt │ ├── list-tags-for-resource.txt │ ├── list-workload-deployment-patterns.txt │ ├── list-workloads.txt │ ├── tag-resource.txt │ └── untag-resource.txt ├── lex-models.txt ├── lex-models │ ├── create-intent-version.txt │ ├── create-slot-type-version.txt │ ├── delete-bot-alias.txt │ ├── delete-bot-channel-association.txt │ ├── delete-bot-version.txt │ ├── delete-bot.txt │ ├── delete-intent-version.txt │ ├── delete-intent.txt │ ├── delete-slot-type-version.txt │ ├── delete-slot-type.txt │ ├── delete-utterances.txt │ ├── get-bot-alias.txt │ ├── get-bot-aliases.txt │ ├── get-bot-channel-association.txt │ ├── get-bot-channel-associations.txt │ ├── get-bot-versions.txt │ ├── get-bot.txt │ ├── get-bots.txt │ ├── get-builtin-intent.txt │ ├── get-builtin-intents.txt │ ├── get-builtin-slot-types.txt │ ├── get-export.txt │ ├── get-import.txt │ ├── get-intent-versions.txt │ ├── get-intent.txt │ ├── get-intents.txt │ ├── get-migration.txt │ ├── get-migrations.txt │ ├── get-slot-type-versions.txt │ ├── get-slot-type.txt │ ├── get-slot-types.txt │ ├── get-utterances-view.txt │ ├── list-tags-for-resource.txt │ ├── put-bot-alias.txt │ ├── put-bot.txt │ ├── put-intent.txt │ ├── put-slot-type.txt │ ├── start-import.txt │ ├── start-migration.txt │ ├── tag-resource.txt │ └── untag-resource.txt ├── lex-runtime.txt ├── lex-runtime │ ├── get-session.txt │ ├── post-content.txt │ ├── post-text.txt │ └── put-session.txt ├── lexv2-models.txt ├── lexv2-models │ ├── batch-delete-custom-vocabulary-item.txt │ ├── batch-update-custom-vocabulary-item.txt │ ├── build-bot-locale.txt │ ├── create-bot-alias.txt │ ├── create-bot-locale.txt │ ├── create-bot-replica.txt │ ├── create-bot-version.txt │ ├── create-bot.txt │ ├── create-export.txt │ ├── create-intent.txt │ ├── create-resource-policy-statement.txt │ ├── create-resource-policy.txt │ ├── create-slot-type.txt │ ├── create-slot.txt │ ├── create-test-set-discrepancy-report.txt │ ├── create-upload-url.txt │ ├── delete-bot-alias.txt │ ├── delete-bot-locale.txt │ ├── delete-bot-replica.txt │ ├── delete-bot-version.txt │ ├── delete-bot.txt │ ├── delete-custom-vocabulary.txt │ ├── delete-export.txt │ ├── delete-import.txt │ ├── delete-intent.txt │ ├── delete-resource-policy-statement.txt │ ├── delete-resource-policy.txt │ ├── delete-slot-type.txt │ ├── delete-slot.txt │ ├── delete-test-set.txt │ ├── delete-utterances.txt │ ├── describe-bot-alias.txt │ ├── describe-bot-locale.txt │ ├── describe-bot-recommendation.txt │ ├── describe-bot-replica.txt │ ├── describe-bot-resource-generation.txt │ ├── describe-bot-version.txt │ ├── describe-bot.txt │ ├── describe-custom-vocabulary-metadata.txt │ ├── describe-export.txt │ ├── describe-import.txt │ ├── describe-intent.txt │ ├── describe-resource-policy.txt │ ├── describe-slot-type.txt │ ├── describe-slot.txt │ ├── describe-test-execution.txt │ ├── describe-test-set-discrepancy-report.txt │ ├── describe-test-set-generation.txt │ ├── describe-test-set.txt │ ├── generate-bot-element.txt │ ├── get-test-execution-artifacts-url.txt │ ├── list-aggregated-utterances.txt │ ├── list-bot-alias-replicas.txt │ ├── list-bot-aliases.txt │ ├── list-bot-locales.txt │ ├── list-bot-recommendations.txt │ ├── list-bot-replicas.txt │ ├── list-bot-resource-generations.txt │ ├── list-bot-version-replicas.txt │ ├── list-bot-versions.txt │ ├── list-bots.txt │ ├── list-built-in-intents.txt │ ├── list-built-in-slot-types.txt │ ├── list-custom-vocabulary-items.txt │ ├── list-exports.txt │ ├── list-imports.txt │ ├── list-intent-metrics.txt │ ├── list-intent-paths.txt │ ├── list-intent-stage-metrics.txt │ ├── list-intents.txt │ ├── list-recommended-intents.txt │ ├── list-session-analytics-data.txt │ ├── list-session-metrics.txt │ ├── list-slot-types.txt │ ├── list-slots.txt │ ├── list-tags-for-resource.txt │ ├── list-test-execution-result-items.txt │ ├── list-test-executions.txt │ ├── list-test-set-records.txt │ ├── list-test-sets.txt │ ├── list-utterance-analytics-data.txt │ ├── list-utterance-metrics.txt │ ├── search-associated-transcripts.txt │ ├── start-bot-recommendation.txt │ ├── start-bot-resource-generation.txt │ ├── start-import.txt │ ├── start-test-execution.txt │ ├── start-test-set-generation.txt │ ├── stop-bot-recommendation.txt │ ├── tag-resource.txt │ ├── untag-resource.txt │ ├── update-bot-alias.txt │ ├── update-bot-locale.txt │ ├── update-bot-recommendation.txt │ ├── update-bot.txt │ ├── update-export.txt │ ├── update-intent.txt │ ├── update-resource-policy.txt │ ├── update-slot-type.txt │ ├── update-slot.txt │ ├── update-test-set.txt │ ├── wait.txt │ └── wait │ │ ├── bot-available.txt │ │ ├── bot-export-completed.txt │ │ ├── bot-import-completed.txt │ │ ├── bot-locale-built.txt │ │ ├── bot-locale-created.txt │ │ ├── bot-locale-express-testing-available.txt │ │ └── bot-version-available.txt ├── lexv2-runtime.txt ├── lexv2-runtime │ ├── get-session.txt │ ├── put-session.txt │ ├── recognize-text.txt │ └── recognize-utterance.txt ├── license-manager-linux-subscriptions.txt ├── license-manager-linux-subscriptions │ ├── get-registered-subscription-provider.txt │ ├── get-service-settings.txt │ ├── list-linux-subscription-instances.txt │ ├── list-linux-subscriptions.txt │ ├── list-registered-subscription-providers.txt │ ├── list-tags-for-resource.txt │ ├── register-subscription-provider.txt │ ├── tag-resource.txt │ ├── untag-resource.txt │ └── update-service-settings.txt ├── license-manager-user-subscriptions.txt ├── license-manager-user-subscriptions │ ├── create-license-server-endpoint.txt │ ├── delete-license-server-endpoint.txt │ ├── deregister-identity-provider.txt │ ├── disassociate-user.txt │ ├── list-identity-providers.txt │ ├── list-instances.txt │ ├── list-license-server-endpoints.txt │ ├── list-product-subscriptions.txt │ ├── list-tags-for-resource.txt │ ├── list-user-associations.txt │ ├── register-identity-provider.txt │ ├── start-product-subscription.txt │ ├── stop-product-subscription.txt │ ├── tag-resource.txt │ ├── untag-resource.txt │ └── update-identity-provider-settings.txt ├── license-manager.txt ├── license-manager │ ├── check-in-license.txt │ ├── checkout-borrow-license.txt │ ├── checkout-license.txt │ ├── create-grant-version.txt │ ├── create-grant.txt │ ├── create-license-configuration.txt │ ├── create-license-conversion-task-for-resource.txt │ ├── create-license-manager-report-generator.txt │ ├── create-license-version.txt │ ├── create-license.txt │ ├── create-token.txt │ ├── delete-grant.txt │ ├── delete-license-configuration.txt │ ├── delete-license-manager-report-generator.txt │ ├── delete-license.txt │ ├── delete-token.txt │ ├── extend-license-consumption.txt │ ├── get-access-token.txt │ ├── get-grant.txt │ ├── get-license-configuration.txt │ ├── get-license-conversion-task.txt │ ├── get-license-manager-report-generator.txt │ ├── get-license-usage.txt │ ├── get-license.txt │ ├── get-service-settings.txt │ ├── list-associations-for-license-configuration.txt │ ├── list-distributed-grants.txt │ ├── list-failures-for-license-configuration-operations.txt │ ├── list-license-configurations.txt │ ├── list-license-conversion-tasks.txt │ ├── list-license-manager-report-generators.txt │ ├── list-license-specifications-for-resource.txt │ ├── list-license-versions.txt │ ├── list-licenses.txt │ ├── list-received-grants-for-organization.txt │ ├── list-received-grants.txt │ ├── list-received-licenses-for-organization.txt │ ├── list-received-licenses.txt │ ├── list-resource-inventory.txt │ ├── list-tags-for-resource.txt │ ├── list-tokens.txt │ ├── list-usage-for-license-configuration.txt │ ├── reject-grant.txt │ ├── tag-resource.txt │ ├── untag-resource.txt │ ├── update-license-configuration.txt │ ├── update-license-manager-report-generator.txt │ ├── update-license-specifications-for-resource.txt │ └── update-service-settings.txt ├── lightsail.txt ├── lightsail │ ├── attach-certificate-to-distribution.txt │ ├── attach-disk.txt │ ├── attach-instances-to-load-balancer.txt │ ├── attach-load-balancer-tls-certificate.txt │ ├── attach-static-ip.txt │ ├── close-instance-public-ports.txt │ ├── copy-snapshot.txt │ ├── create-bucket-access-key.txt │ ├── create-bucket.txt │ ├── create-certificate.txt │ ├── create-cloud-formation-stack.txt │ ├── create-contact-method.txt │ ├── create-container-service-deployment.txt │ ├── create-container-service-registry-login.txt │ ├── create-container-service.txt │ ├── create-disk-from-snapshot.txt │ ├── create-disk-snapshot.txt │ ├── create-disk.txt │ ├── create-distribution.txt │ ├── create-domain-entry.txt │ ├── create-domain.txt │ ├── create-gui-session-access-details.txt │ ├── create-instance-snapshot.txt │ ├── create-instances-from-snapshot.txt │ ├── create-instances.txt │ ├── create-key-pair.txt │ ├── create-load-balancer-tls-certificate.txt │ ├── create-load-balancer.txt │ ├── create-relational-database-from-snapshot.txt │ ├── create-relational-database-snapshot.txt │ ├── create-relational-database.txt │ ├── delete-alarm.txt │ ├── delete-auto-snapshot.txt │ ├── delete-bucket-access-key.txt │ ├── delete-bucket.txt │ ├── delete-certificate.txt │ ├── delete-contact-method.txt │ ├── delete-container-image.txt │ ├── delete-container-service.txt │ ├── delete-disk-snapshot.txt │ ├── delete-disk.txt │ ├── delete-distribution.txt │ ├── delete-domain-entry.txt │ ├── delete-domain.txt │ ├── delete-instance-snapshot.txt │ ├── delete-instance.txt │ ├── delete-key-pair.txt │ ├── delete-known-host-keys.txt │ ├── delete-load-balancer-tls-certificate.txt │ ├── delete-load-balancer.txt │ ├── delete-relational-database-snapshot.txt │ ├── delete-relational-database.txt │ ├── detach-certificate-from-distribution.txt │ ├── detach-disk.txt │ ├── detach-instances-from-load-balancer.txt │ ├── detach-static-ip.txt │ ├── disable-add-on.txt │ ├── download-default-key-pair.txt │ ├── enable-add-on.txt │ ├── export-snapshot.txt │ ├── get-active-names.txt │ ├── get-alarms.txt │ ├── get-auto-snapshots.txt │ ├── get-blueprints.txt │ ├── get-bucket-access-keys.txt │ ├── get-bucket-bundles.txt │ ├── get-bucket-metric-data.txt │ ├── get-buckets.txt │ ├── get-bundles.txt │ ├── get-certificates.txt │ ├── get-cloud-formation-stack-records.txt │ ├── get-contact-methods.txt │ ├── get-container-api-metadata.txt │ ├── get-container-images.txt │ ├── get-container-log.txt │ ├── get-container-service-deployments.txt │ ├── get-container-service-metric-data.txt │ ├── get-container-service-powers.txt │ ├── get-container-services.txt │ ├── get-cost-estimate.txt │ ├── get-disk-snapshot.txt │ ├── get-disk-snapshots.txt │ ├── get-disk.txt │ ├── get-disks.txt │ ├── get-distribution-bundles.txt │ ├── get-distribution-latest-cache-reset.txt │ ├── get-distribution-metric-data.txt │ ├── get-distributions.txt │ ├── get-domain.txt │ ├── get-domains.txt │ ├── get-export-snapshot-records.txt │ ├── get-instance-access-details.txt │ ├── get-instance-metric-data.txt │ ├── get-instance-port-states.txt │ ├── get-instance-snapshot.txt │ ├── get-instance-snapshots.txt │ ├── get-instance-state.txt │ ├── get-instance.txt │ ├── get-instances.txt │ ├── get-key-pair.txt │ ├── get-key-pairs.txt │ ├── get-load-balancer-metric-data.txt │ ├── get-load-balancer-tls-certificates.txt │ ├── get-load-balancer-tls-policies.txt │ ├── get-load-balancer.txt │ ├── get-load-balancers.txt │ ├── get-operation.txt │ ├── get-operations-for-resource.txt │ ├── get-operations.txt │ ├── get-regions.txt │ ├── get-relational-database-blueprints.txt │ ├── get-relational-database-bundles.txt │ ├── get-relational-database-events.txt │ ├── get-relational-database-log-events.txt │ ├── get-relational-database-log-streams.txt │ ├── get-relational-database-master-user-password.txt │ ├── get-relational-database-metric-data.txt │ ├── get-relational-database-parameters.txt │ ├── get-relational-database-snapshot.txt │ ├── get-relational-database-snapshots.txt │ ├── get-relational-database.txt │ ├── get-relational-databases.txt │ ├── get-setup-history.txt │ ├── get-static-ip.txt │ ├── get-static-ips.txt │ ├── import-key-pair.txt │ ├── is-vpc-peered.txt │ ├── open-instance-public-ports.txt │ ├── peer-vpc.txt │ ├── push-container-image.txt │ ├── put-alarm.txt │ ├── put-instance-public-ports.txt │ ├── reboot-instance.txt │ ├── reboot-relational-database.txt │ ├── register-container-image.txt │ ├── release-static-ip.txt │ ├── reset-distribution-cache.txt │ ├── send-contact-method-verification.txt │ ├── set-ip-address-type.txt │ ├── set-resource-access-for-bucket.txt │ ├── setup-instance-https.txt │ ├── start-gui-session.txt │ ├── start-instance.txt │ ├── start-relational-database.txt │ ├── stop-gui-session.txt │ ├── stop-instance.txt │ ├── stop-relational-database.txt │ ├── tag-resource.txt │ ├── test-alarm.txt │ ├── unpeer-vpc.txt │ ├── untag-resource.txt │ ├── update-bucket-bundle.txt │ ├── update-bucket.txt │ ├── update-container-service.txt │ ├── update-distribution-bundle.txt │ ├── update-distribution.txt │ ├── update-domain-entry.txt │ ├── update-instance-metadata-options.txt │ ├── update-load-balancer-attribute.txt │ ├── update-relational-database-parameters.txt │ └── update-relational-database.txt ├── location.txt ├── location │ ├── batch-delete-device-position-history.txt │ ├── batch-delete-geofence.txt │ ├── batch-evaluate-geofences.txt │ ├── batch-get-device-position.txt │ ├── batch-put-geofence.txt │ ├── batch-update-device-position.txt │ ├── calculate-route-matrix.txt │ ├── calculate-route.txt │ ├── create-geofence-collection.txt │ ├── create-key.txt │ ├── create-map.txt │ ├── create-place-index.txt │ ├── create-route-calculator.txt │ ├── create-tracker.txt │ ├── delete-geofence-collection.txt │ ├── delete-key.txt │ ├── delete-map.txt │ ├── delete-place-index.txt │ ├── delete-route-calculator.txt │ ├── delete-tracker.txt │ ├── describe-geofence-collection.txt │ ├── describe-key.txt │ ├── describe-map.txt │ ├── describe-place-index.txt │ ├── describe-route-calculator.txt │ ├── describe-tracker.txt │ ├── disassociate-tracker-consumer.txt │ ├── forecast-geofence-events.txt │ ├── get-device-position-history.txt │ ├── get-device-position.txt │ ├── get-geofence.txt │ ├── get-map-glyphs.txt │ ├── get-map-sprites.txt │ ├── get-map-style-descriptor.txt │ ├── get-map-tile.txt │ ├── get-place.txt │ ├── list-device-positions.txt │ ├── list-geofence-collections.txt │ ├── list-geofences.txt │ ├── list-keys.txt │ ├── list-maps.txt │ ├── list-place-indexes.txt │ ├── list-route-calculators.txt │ ├── list-tags-for-resource.txt │ ├── list-tracker-consumers.txt │ ├── list-trackers.txt │ ├── put-geofence.txt │ ├── search-place-index-for-position.txt │ ├── search-place-index-for-suggestions.txt │ ├── search-place-index-for-text.txt │ ├── tag-resource.txt │ ├── untag-resource.txt │ ├── update-geofence-collection.txt │ ├── update-key.txt │ ├── update-map.txt │ ├── update-place-index.txt │ ├── update-route-calculator.txt │ ├── update-tracker.txt │ └── verify-device-position.txt ├── logs.txt ├── logs │ ├── cancel-export-task.txt │ ├── create-delivery.txt │ ├── create-export-task.txt │ ├── create-log-anomaly-detector.txt │ ├── create-log-group.txt │ ├── create-log-stream.txt │ ├── delete-account-policy.txt │ ├── delete-data-protection-policy.txt │ ├── delete-delivery-destination-policy.txt │ ├── delete-delivery-destination.txt │ ├── delete-delivery-source.txt │ ├── delete-delivery.txt │ ├── delete-destination.txt │ ├── delete-index-policy.txt │ ├── delete-integration.txt │ ├── delete-log-anomaly-detector.txt │ ├── delete-log-group.txt │ ├── delete-log-stream.txt │ ├── delete-metric-filter.txt │ ├── delete-query-definition.txt │ ├── delete-resource-policy.txt │ ├── delete-retention-policy.txt │ ├── delete-subscription-filter.txt │ ├── delete-transformer.txt │ ├── describe-account-policies.txt │ ├── describe-configuration-templates.txt │ ├── describe-deliveries.txt │ ├── describe-delivery-destinations.txt │ ├── describe-delivery-sources.txt │ ├── describe-destinations.txt │ ├── describe-export-tasks.txt │ ├── describe-field-indexes.txt │ ├── describe-index-policies.txt │ ├── describe-log-groups.txt │ ├── describe-log-streams.txt │ ├── describe-metric-filters.txt │ ├── describe-queries.txt │ ├── describe-query-definitions.txt │ ├── describe-resource-policies.txt │ ├── describe-subscription-filters.txt │ ├── disassociate-kms-key.txt │ ├── filter-log-events.txt │ ├── get-data-protection-policy.txt │ ├── get-delivery-destination-policy.txt │ ├── get-delivery-destination.txt │ ├── get-delivery-source.txt │ ├── get-delivery.txt │ ├── get-integration.txt │ ├── get-log-anomaly-detector.txt │ ├── get-log-events.txt │ ├── get-log-group-fields.txt │ ├── get-log-record.txt │ ├── get-query-results.txt │ ├── get-transformer.txt │ ├── list-anomalies.txt │ ├── list-integrations.txt │ ├── list-log-anomaly-detectors.txt │ ├── list-log-groups-for-query.txt │ ├── list-tags-for-resource.txt │ ├── list-tags-log-group.txt │ ├── put-account-policy.txt │ ├── put-data-protection-policy.txt │ ├── put-delivery-destination-policy.txt │ ├── put-delivery-destination.txt │ ├── put-delivery-source.txt │ ├── put-destination-policy.txt │ ├── put-destination.txt │ ├── put-index-policy.txt │ ├── put-integration.txt │ ├── put-log-events.txt │ ├── put-metric-filter.txt │ ├── put-query-definition.txt │ ├── put-resource-policy.txt │ ├── put-retention-policy.txt │ ├── put-subscription-filter.txt │ ├── put-transformer.txt │ ├── start-live-tail.txt │ ├── start-query.txt │ ├── stop-query.txt │ ├── tag-log-group.txt │ ├── tag-resource.txt │ ├── tail.txt │ ├── test-metric-filter.txt │ ├── test-transformer.txt │ ├── untag-log-group.txt │ ├── untag-resource.txt │ ├── update-anomaly.txt │ ├── update-delivery-configuration.txt │ └── update-log-anomaly-detector.txt ├── lookoutequipment.txt ├── lookoutequipment │ ├── create-inference-scheduler.txt │ ├── create-label-group.txt │ ├── create-label.txt │ ├── create-model.txt │ ├── create-retraining-scheduler.txt │ ├── delete-dataset.txt │ ├── delete-inference-scheduler.txt │ ├── delete-label-group.txt │ ├── delete-label.txt │ ├── delete-model.txt │ ├── delete-resource-policy.txt │ ├── delete-retraining-scheduler.txt │ ├── describe-data-ingestion-job.txt │ ├── describe-dataset.txt │ ├── describe-inference-scheduler.txt │ ├── describe-label-group.txt │ ├── describe-label.txt │ ├── describe-model-version.txt │ ├── describe-model.txt │ ├── describe-resource-policy.txt │ ├── describe-retraining-scheduler.txt │ ├── import-dataset.txt │ ├── import-model-version.txt │ ├── list-data-ingestion-jobs.txt │ ├── list-datasets.txt │ ├── list-inference-events.txt │ ├── list-inference-executions.txt │ ├── list-inference-schedulers.txt │ ├── list-label-groups.txt │ ├── list-labels.txt │ ├── list-model-versions.txt │ ├── list-models.txt │ ├── list-retraining-schedulers.txt │ ├── list-sensor-statistics.txt │ ├── list-tags-for-resource.txt │ ├── put-resource-policy.txt │ ├── start-data-ingestion-job.txt │ ├── start-inference-scheduler.txt │ ├── start-retraining-scheduler.txt │ ├── stop-inference-scheduler.txt │ ├── stop-retraining-scheduler.txt │ ├── tag-resource.txt │ ├── untag-resource.txt │ ├── update-active-model-version.txt │ ├── update-inference-scheduler.txt │ ├── update-label-group.txt │ ├── update-model.txt │ └── update-retraining-scheduler.txt ├── lookoutmetrics.txt ├── lookoutmetrics │ ├── back-test-anomaly-detector.txt │ ├── create-alert.txt │ ├── create-anomaly-detector.txt │ ├── create-metric-set.txt │ ├── deactivate-anomaly-detector.txt │ ├── delete-alert.txt │ ├── delete-anomaly-detector.txt │ ├── describe-alert.txt │ ├── describe-anomaly-detection-executions.txt │ ├── describe-anomaly-detector.txt │ ├── describe-metric-set.txt │ ├── detect-metric-set-config.txt │ ├── get-anomaly-group.txt │ ├── get-data-quality-metrics.txt │ ├── get-feedback.txt │ ├── get-sample-data.txt │ ├── list-alerts.txt │ ├── list-anomaly-detectors.txt │ ├── list-anomaly-group-related-metrics.txt │ ├── list-anomaly-group-summaries.txt │ ├── list-anomaly-group-time-series.txt │ ├── list-metric-sets.txt │ ├── list-tags-for-resource.txt │ ├── put-feedback.txt │ ├── tag-resource.txt │ ├── untag-resource.txt │ ├── update-alert.txt │ ├── update-anomaly-detector.txt │ └── update-metric-set.txt ├── lookoutvision.txt ├── lookoutvision │ ├── create-model.txt │ ├── create-project.txt │ ├── delete-dataset.txt │ ├── delete-model.txt │ ├── delete-project.txt │ ├── describe-dataset.txt │ ├── describe-model-packaging-job.txt │ ├── describe-model.txt │ ├── describe-project.txt │ ├── detect-anomalies.txt │ ├── list-dataset-entries.txt │ ├── list-model-packaging-jobs.txt │ ├── list-models.txt │ ├── list-projects.txt │ ├── list-tags-for-resource.txt │ ├── start-model-packaging-job.txt │ ├── start-model.txt │ ├── stop-model.txt │ ├── tag-resource.txt │ ├── untag-resource.txt │ └── update-dataset-entries.txt ├── m2.txt ├── m2 │ ├── create-application.txt │ ├── create-data-set-import-task.txt │ ├── create-deployment.txt │ ├── create-environment.txt │ ├── delete-application-from-environment.txt │ ├── delete-application.txt │ ├── delete-environment.txt │ ├── get-application-version.txt │ ├── get-application.txt │ ├── get-batch-job-execution.txt │ ├── get-data-set-details.txt │ ├── get-data-set-import-task.txt │ ├── get-deployment.txt │ ├── get-environment.txt │ ├── get-signed-bluinsights-url.txt │ ├── list-application-versions.txt │ ├── list-applications.txt │ ├── list-batch-job-definitions.txt │ ├── list-batch-job-executions.txt │ ├── list-batch-job-restart-points.txt │ ├── list-data-set-import-history.txt │ ├── list-data-sets.txt │ ├── list-deployments.txt │ ├── list-engine-versions.txt │ ├── list-environments.txt │ ├── list-tags-for-resource.txt │ ├── start-application.txt │ ├── start-batch-job.txt │ ├── stop-application.txt │ ├── tag-resource.txt │ ├── untag-resource.txt │ ├── update-application.txt │ └── update-environment.txt ├── machinelearning.txt ├── machinelearning │ ├── create-batch-prediction.txt │ ├── create-data-source-from-rds.txt │ ├── create-data-source-from-redshift.txt │ ├── create-data-source-from-s3.txt │ ├── create-evaluation.txt │ ├── create-ml-model.txt │ ├── create-realtime-endpoint.txt │ ├── delete-batch-prediction.txt │ ├── delete-data-source.txt │ ├── delete-evaluation.txt │ ├── delete-ml-model.txt │ ├── delete-realtime-endpoint.txt │ ├── delete-tags.txt │ ├── describe-batch-predictions.txt │ ├── describe-data-sources.txt │ ├── describe-evaluations.txt │ ├── describe-ml-models.txt │ ├── describe-tags.txt │ ├── get-batch-prediction.txt │ ├── get-data-source.txt │ ├── get-evaluation.txt │ ├── get-ml-model.txt │ ├── predict.txt │ ├── update-batch-prediction.txt │ ├── update-data-source.txt │ ├── update-evaluation.txt │ ├── update-ml-model.txt │ ├── wait.txt │ └── wait │ │ ├── data-source-available.txt │ │ ├── evaluation-available.txt │ │ └── ml-model-available.txt ├── macie.txt ├── macie │ ├── associate-s3-resources.txt │ ├── disassociate-member-account.txt │ ├── disassociate-s3-resources.txt │ ├── list-member-accounts.txt │ ├── list-s3-resources.txt │ └── update-s3-resources.txt ├── macie2.txt ├── macie2 │ ├── batch-get-custom-data-identifiers.txt │ ├── batch-update-automated-discovery-accounts.txt │ ├── create-allow-list.txt │ ├── create-classification-job.txt │ ├── create-custom-data-identifier.txt │ ├── create-findings-filter.txt │ ├── create-invitations.txt │ ├── create-member.txt │ ├── create-sample-findings.txt │ ├── decline-invitations.txt │ ├── delete-allow-list.txt │ ├── delete-custom-data-identifier.txt │ ├── delete-findings-filter.txt │ ├── delete-invitations.txt │ ├── delete-member.txt │ ├── describe-buckets.txt │ ├── describe-classification-job.txt │ ├── describe-organization-configuration.txt │ ├── disable-macie.txt │ ├── disable-organization-admin-account.txt │ ├── disassociate-from-administrator-account.txt │ ├── disassociate-from-master-account.txt │ ├── disassociate-member.txt │ ├── enable-macie.txt │ ├── enable-organization-admin-account.txt │ ├── get-administrator-account.txt │ ├── get-allow-list.txt │ ├── get-automated-discovery-configuration.txt │ ├── get-bucket-statistics.txt │ ├── get-classification-export-configuration.txt │ ├── get-classification-scope.txt │ ├── get-custom-data-identifier.txt │ ├── get-finding-statistics.txt │ ├── get-findings-filter.txt │ ├── get-findings-publication-configuration.txt │ ├── get-findings.txt │ ├── get-invitations-count.txt │ ├── get-macie-session.txt │ ├── get-master-account.txt │ ├── get-member.txt │ ├── get-resource-profile.txt │ ├── get-reveal-configuration.txt │ ├── get-sensitive-data-occurrences-availability.txt │ ├── get-sensitive-data-occurrences.txt │ ├── get-sensitivity-inspection-template.txt │ ├── get-usage-statistics.txt │ ├── get-usage-totals.txt │ ├── list-allow-lists.txt │ ├── list-automated-discovery-accounts.txt │ ├── list-classification-jobs.txt │ ├── list-classification-scopes.txt │ ├── list-custom-data-identifiers.txt │ ├── list-findings-filters.txt │ ├── list-findings.txt │ ├── list-invitations.txt │ ├── list-managed-data-identifiers.txt │ ├── list-members.txt │ ├── list-organization-admin-accounts.txt │ ├── list-resource-profile-artifacts.txt │ ├── list-resource-profile-detections.txt │ ├── list-sensitivity-inspection-templates.txt │ ├── list-tags-for-resource.txt │ ├── put-classification-export-configuration.txt │ ├── put-findings-publication-configuration.txt │ ├── search-resources.txt │ ├── tag-resource.txt │ ├── test-custom-data-identifier.txt │ ├── untag-resource.txt │ ├── update-allow-list.txt │ ├── update-automated-discovery-configuration.txt │ ├── update-classification-job.txt │ ├── update-classification-scope.txt │ ├── update-findings-filter.txt │ ├── update-macie-session.txt │ ├── update-member-session.txt │ ├── update-organization-configuration.txt │ ├── update-resource-profile-detections.txt │ ├── update-resource-profile.txt │ ├── update-reveal-configuration.txt │ ├── update-sensitivity-inspection-template.txt │ └── wait.txt ├── mailmanager.txt ├── mailmanager │ ├── create-addon-subscription.txt │ ├── create-archive.txt │ ├── create-ingress-point.txt │ ├── create-relay.txt │ ├── create-rule-set.txt │ ├── create-traffic-policy.txt │ ├── delete-addon-instance.txt │ ├── delete-addon-subscription.txt │ ├── delete-archive.txt │ ├── delete-ingress-point.txt │ ├── delete-relay.txt │ ├── delete-rule-set.txt │ ├── delete-traffic-policy.txt │ ├── get-addon-instance.txt │ ├── get-addon-subscription.txt │ ├── get-archive-export.txt │ ├── get-archive-message-content.txt │ ├── get-archive-message.txt │ ├── get-archive-search-results.txt │ ├── get-archive-search.txt │ ├── get-archive.txt │ ├── get-ingress-point.txt │ ├── get-relay.txt │ ├── get-rule-set.txt │ ├── get-traffic-policy.txt │ ├── list-addon-instances.txt │ ├── list-addon-subscriptions.txt │ ├── list-archive-exports.txt │ ├── list-archive-searches.txt │ ├── list-archives.txt │ ├── list-ingress-points.txt │ ├── list-relays.txt │ ├── list-rule-sets.txt │ ├── list-tags-for-resource.txt │ ├── list-traffic-policies.txt │ ├── start-archive-export.txt │ ├── start-archive-search.txt │ ├── stop-archive-export.txt │ ├── stop-archive-search.txt │ ├── tag-resource.txt │ ├── untag-resource.txt │ ├── update-archive.txt │ ├── update-ingress-point.txt │ ├── update-relay.txt │ ├── update-rule-set.txt │ └── update-traffic-policy.txt ├── managedblockchain-query.txt ├── managedblockchain-query │ ├── get-asset-contract.txt │ ├── get-token-balance.txt │ ├── get-transaction.txt │ ├── list-asset-contracts.txt │ ├── list-filtered-transaction-events.txt │ ├── list-token-balances.txt │ ├── list-transaction-events.txt │ └── list-transactions.txt ├── managedblockchain.txt ├── managedblockchain │ ├── create-member.txt │ ├── create-network.txt │ ├── create-node.txt │ ├── create-proposal.txt │ ├── delete-accessor.txt │ ├── delete-member.txt │ ├── delete-node.txt │ ├── get-accessor.txt │ ├── get-member.txt │ ├── get-network.txt │ ├── get-node.txt │ ├── get-proposal.txt │ ├── list-accessors.txt │ ├── list-invitations.txt │ ├── list-members.txt │ ├── list-networks.txt │ ├── list-nodes.txt │ ├── list-proposal-votes.txt │ ├── list-proposals.txt │ ├── list-tags-for-resource.txt │ ├── reject-invitation.txt │ ├── tag-resource.txt │ ├── untag-resource.txt │ ├── update-member.txt │ ├── update-node.txt │ └── vote-on-proposal.txt ├── marketplace-agreement.txt ├── marketplace-agreement │ ├── get-agreement-terms.txt │ └── search-agreements.txt ├── marketplace-catalog.txt ├── marketplace-catalog │ ├── cancel-change-set.txt │ ├── delete-resource-policy.txt │ ├── describe-change-set.txt │ ├── describe-entity.txt │ ├── get-resource-policy.txt │ ├── list-change-sets.txt │ ├── list-entities.txt │ ├── list-tags-for-resource.txt │ ├── put-resource-policy.txt │ ├── start-change-set.txt │ ├── tag-resource.txt │ └── untag-resource.txt ├── marketplace-deployment.txt ├── marketplace-deployment │ ├── list-tags-for-resource.txt │ ├── put-deployment-parameter.txt │ ├── tag-resource.txt │ └── untag-resource.txt ├── marketplace-entitlement.txt ├── marketplace-reporting.txt ├── marketplacecommerceanalytics.txt ├── marketplacecommerceanalytics │ └── start-support-data-export.txt ├── mediaconnect.txt ├── mediaconnect │ ├── add-bridge-sources.txt │ ├── add-flow-media-streams.txt │ ├── add-flow-outputs.txt │ ├── add-flow-sources.txt │ ├── add-flow-vpc-interfaces.txt │ ├── create-bridge.txt │ ├── create-flow.txt │ ├── create-gateway.txt │ ├── delete-bridge.txt │ ├── delete-flow.txt │ ├── delete-gateway.txt │ ├── deregister-gateway-instance.txt │ ├── describe-bridge.txt │ ├── describe-flow-source-metadata.txt │ ├── describe-flow-source-thumbnail.txt │ ├── describe-flow.txt │ ├── describe-gateway-instance.txt │ ├── describe-gateway.txt │ ├── describe-offering.txt │ ├── describe-reservation.txt │ ├── grant-flow-entitlements.txt │ ├── list-bridges.txt │ ├── list-entitlements.txt │ ├── list-flows.txt │ ├── list-gateway-instances.txt │ ├── list-gateways.txt │ ├── list-offerings.txt │ ├── list-reservations.txt │ ├── list-tags-for-resource.txt │ ├── purchase-offering.txt │ ├── remove-bridge-output.txt │ ├── remove-bridge-source.txt │ ├── remove-flow-media-stream.txt │ ├── remove-flow-output.txt │ ├── remove-flow-source.txt │ ├── remove-flow-vpc-interface.txt │ ├── revoke-flow-entitlement.txt │ ├── start-flow.txt │ ├── stop-flow.txt │ ├── tag-resource.txt │ ├── untag-resource.txt │ ├── update-bridge-output.txt │ ├── update-bridge-source.txt │ ├── update-bridge-state.txt │ ├── update-bridge.txt │ ├── update-flow-entitlement.txt │ ├── update-flow-media-stream.txt │ ├── update-flow-output.txt │ ├── update-flow-source.txt │ ├── update-flow.txt │ ├── update-gateway-instance.txt │ ├── wait.txt │ └── wait │ │ ├── flow-deleted.txt │ │ └── flow-standby.txt ├── mediaconvert.txt ├── mediaconvert │ ├── cancel-job.txt │ ├── create-job-template.txt │ ├── create-job.txt │ ├── create-preset.txt │ ├── create-queue.txt │ ├── delete-job-template.txt │ ├── delete-policy.txt │ ├── delete-preset.txt │ ├── delete-queue.txt │ ├── describe-endpoints.txt │ ├── disassociate-certificate.txt │ ├── get-job-template.txt │ ├── get-job.txt │ ├── get-policy.txt │ ├── get-preset.txt │ ├── get-queue.txt │ ├── list-job-templates.txt │ ├── list-jobs.txt │ ├── list-presets.txt │ ├── list-queues.txt │ ├── list-tags-for-resource.txt │ ├── list-versions.txt │ ├── put-policy.txt │ ├── search-jobs.txt │ ├── tag-resource.txt │ ├── untag-resource.txt │ ├── update-job-template.txt │ ├── update-preset.txt │ └── update-queue.txt ├── medialive.txt ├── medialive │ ├── batch-delete.txt │ ├── batch-start.txt │ ├── batch-stop.txt │ ├── batch-update-schedule.txt │ ├── cancel-input-device-transfer.txt │ ├── claim-device.txt │ ├── create-channel-placement-group.txt │ ├── create-channel.txt │ ├── create-cloud-watch-alarm-template-group.txt │ ├── create-cloud-watch-alarm-template.txt │ ├── create-cluster.txt │ ├── create-event-bridge-rule-template-group.txt │ ├── create-event-bridge-rule-template.txt │ ├── create-input-security-group.txt │ ├── create-input.txt │ ├── create-multiplex-program.txt │ ├── create-multiplex.txt │ ├── create-network.txt │ ├── create-node-registration-script.txt │ ├── create-node.txt │ ├── create-partner-input.txt │ ├── create-signal-map.txt │ ├── create-tags.txt │ ├── delete-channel-placement-group.txt │ ├── delete-channel.txt │ ├── delete-cloud-watch-alarm-template-group.txt │ ├── delete-cloud-watch-alarm-template.txt │ ├── delete-cluster.txt │ ├── delete-event-bridge-rule-template-group.txt │ ├── delete-event-bridge-rule-template.txt │ ├── delete-input-security-group.txt │ ├── delete-input.txt │ ├── delete-multiplex-program.txt │ ├── delete-multiplex.txt │ ├── delete-network.txt │ ├── delete-node.txt │ ├── delete-reservation.txt │ ├── delete-schedule.txt │ ├── delete-signal-map.txt │ ├── delete-tags.txt │ ├── describe-account-configuration.txt │ ├── describe-channel-placement-group.txt │ ├── describe-channel.txt │ ├── describe-cluster.txt │ ├── describe-input-device-thumbnail.txt │ ├── describe-input-device.txt │ ├── describe-input-security-group.txt │ ├── describe-input.txt │ ├── describe-multiplex-program.txt │ ├── describe-multiplex.txt │ ├── describe-network.txt │ ├── describe-node.txt │ ├── describe-offering.txt │ ├── describe-reservation.txt │ ├── describe-schedule.txt │ ├── describe-thumbnails.txt │ ├── get-cloud-watch-alarm-template-group.txt │ ├── get-cloud-watch-alarm-template.txt │ ├── get-event-bridge-rule-template-group.txt │ ├── get-event-bridge-rule-template.txt │ ├── get-signal-map.txt │ ├── list-channel-placement-groups.txt │ ├── list-channels.txt │ ├── list-cloud-watch-alarm-template-groups.txt │ ├── list-cloud-watch-alarm-templates.txt │ ├── list-clusters.txt │ ├── list-event-bridge-rule-template-groups.txt │ ├── list-event-bridge-rule-templates.txt │ ├── list-input-device-transfers.txt │ ├── list-input-devices.txt │ ├── list-input-security-groups.txt │ ├── list-inputs.txt │ ├── list-multiplex-programs.txt │ ├── list-multiplexes.txt │ ├── list-networks.txt │ ├── list-nodes.txt │ ├── list-offerings.txt │ ├── list-reservations.txt │ ├── list-signal-maps.txt │ ├── list-tags-for-resource.txt │ ├── purchase-offering.txt │ ├── reboot-input-device.txt │ ├── reject-input-device-transfer.txt │ ├── restart-channel-pipelines.txt │ ├── start-channel.txt │ ├── start-delete-monitor-deployment.txt │ ├── start-input-device-maintenance-window.txt │ ├── start-input-device.txt │ ├── start-monitor-deployment.txt │ ├── start-multiplex.txt │ ├── start-update-signal-map.txt │ ├── stop-channel.txt │ ├── stop-input-device.txt │ ├── stop-multiplex.txt │ ├── transfer-input-device.txt │ ├── update-account-configuration.txt │ ├── update-channel-class.txt │ ├── update-channel-placement-group.txt │ ├── update-channel.txt │ ├── update-cloud-watch-alarm-template-group.txt │ ├── update-cloud-watch-alarm-template.txt │ ├── update-cluster.txt │ ├── update-event-bridge-rule-template-group.txt │ ├── update-event-bridge-rule-template.txt │ ├── update-input-device.txt │ ├── update-input-security-group.txt │ ├── update-input.txt │ ├── update-multiplex-program.txt │ ├── update-multiplex.txt │ ├── update-network.txt │ ├── update-node-state.txt │ ├── update-node.txt │ ├── update-reservation.txt │ ├── wait.txt │ └── wait │ │ ├── channel-deleted.txt │ │ ├── channel-placement-group-assigned.txt │ │ ├── channel-placement-group-deleted.txt │ │ ├── channel-placement-group-unassigned.txt │ │ ├── channel-running.txt │ │ ├── channel-stopped.txt │ │ ├── cluster-created.txt │ │ ├── cluster-deleted.txt │ │ ├── input-attached.txt │ │ ├── input-deleted.txt │ │ ├── input-detached.txt │ │ ├── multiplex-created.txt │ │ ├── multiplex-deleted.txt │ │ ├── multiplex-running.txt │ │ ├── multiplex-stopped.txt │ │ ├── node-deregistered.txt │ │ ├── node-registered.txt │ │ ├── signal-map-created.txt │ │ ├── signal-map-monitor-deleted.txt │ │ ├── signal-map-monitor-deployed.txt │ │ └── signal-map-updated.txt ├── mediapackage-vod.txt ├── mediapackage-vod │ ├── create-asset.txt │ ├── create-packaging-configuration.txt │ ├── create-packaging-group.txt │ ├── delete-asset.txt │ ├── delete-packaging-configuration.txt │ ├── delete-packaging-group.txt │ ├── describe-asset.txt │ ├── describe-packaging-configuration.txt │ ├── describe-packaging-group.txt │ ├── list-assets.txt │ ├── list-packaging-configurations.txt │ ├── list-packaging-groups.txt │ ├── list-tags-for-resource.txt │ ├── tag-resource.txt │ ├── untag-resource.txt │ └── update-packaging-group.txt ├── mediapackage.txt ├── mediapackage │ ├── create-channel.txt │ ├── create-harvest-job.txt │ ├── create-origin-endpoint.txt │ ├── delete-channel.txt │ ├── delete-origin-endpoint.txt │ ├── describe-channel.txt │ ├── describe-harvest-job.txt │ ├── describe-origin-endpoint.txt │ ├── list-channels.txt │ ├── list-harvest-jobs.txt │ ├── list-origin-endpoints.txt │ ├── list-tags-for-resource.txt │ ├── rotate-ingest-endpoint-credentials.txt │ ├── tag-resource.txt │ ├── untag-resource.txt │ ├── update-channel.txt │ └── update-origin-endpoint.txt ├── mediapackagev2.txt ├── mediapackagev2 │ ├── create-channel-group.txt │ ├── create-channel.txt │ ├── create-harvest-job.txt │ ├── create-origin-endpoint.txt │ ├── delete-channel-group.txt │ ├── delete-channel-policy.txt │ ├── delete-channel.txt │ ├── delete-origin-endpoint-policy.txt │ ├── delete-origin-endpoint.txt │ ├── get-channel-group.txt │ ├── get-channel-policy.txt │ ├── get-channel.txt │ ├── get-harvest-job.txt │ ├── get-origin-endpoint-policy.txt │ ├── get-origin-endpoint.txt │ ├── list-channel-groups.txt │ ├── list-channels.txt │ ├── list-harvest-jobs.txt │ ├── list-origin-endpoints.txt │ ├── list-tags-for-resource.txt │ ├── put-channel-policy.txt │ ├── put-origin-endpoint-policy.txt │ ├── tag-resource.txt │ ├── untag-resource.txt │ ├── update-channel-group.txt │ ├── update-channel.txt │ ├── update-origin-endpoint.txt │ └── wait.txt ├── mediastore-data.txt ├── mediastore-data │ ├── describe-object.txt │ ├── get-object.txt │ ├── list-items.txt │ └── put-object.txt ├── mediastore.txt ├── mediastore │ ├── delete-container-policy.txt │ ├── delete-container.txt │ ├── delete-cors-policy.txt │ ├── delete-lifecycle-policy.txt │ ├── delete-metric-policy.txt │ ├── describe-container.txt │ ├── get-container-policy.txt │ ├── get-cors-policy.txt │ ├── get-lifecycle-policy.txt │ ├── get-metric-policy.txt │ ├── list-containers.txt │ ├── list-tags-for-resource.txt │ ├── put-container-policy.txt │ ├── put-cors-policy.txt │ ├── put-lifecycle-policy.txt │ ├── put-metric-policy.txt │ ├── start-access-logging.txt │ ├── stop-access-logging.txt │ ├── tag-resource.txt │ └── untag-resource.txt ├── mediatailor.txt ├── mediatailor │ ├── configure-logs-for-playback-configuration.txt │ ├── create-channel.txt │ ├── create-live-source.txt │ ├── create-prefetch-schedule.txt │ ├── create-program.txt │ ├── create-source-location.txt │ ├── create-vod-source.txt │ ├── delete-channel-policy.txt │ ├── delete-channel.txt │ ├── delete-live-source.txt │ ├── delete-playback-configuration.txt │ ├── delete-prefetch-schedule.txt │ ├── delete-program.txt │ ├── delete-source-location.txt │ ├── delete-vod-source.txt │ ├── describe-channel.txt │ ├── describe-live-source.txt │ ├── describe-program.txt │ ├── describe-source-location.txt │ ├── describe-vod-source.txt │ ├── get-channel-policy.txt │ ├── get-channel-schedule.txt │ ├── get-playback-configuration.txt │ ├── get-prefetch-schedule.txt │ ├── list-alerts.txt │ ├── list-channels.txt │ ├── list-live-sources.txt │ ├── list-playback-configurations.txt │ ├── list-prefetch-schedules.txt │ ├── list-source-locations.txt │ ├── list-tags-for-resource.txt │ ├── list-vod-sources.txt │ ├── put-channel-policy.txt │ ├── put-playback-configuration.txt │ ├── start-channel.txt │ ├── stop-channel.txt │ ├── tag-resource.txt │ ├── untag-resource.txt │ ├── update-channel.txt │ ├── update-live-source.txt │ ├── update-program.txt │ ├── update-source-location.txt │ └── update-vod-source.txt ├── medical-imaging.txt ├── medical-imaging │ ├── create-datastore.txt │ ├── delete-datastore.txt │ ├── delete-image-set.txt │ ├── get-datastore.txt │ ├── get-dicom-import-job.txt │ ├── get-image-frame.txt │ ├── get-image-set-metadata.txt │ ├── get-image-set.txt │ ├── list-datastores.txt │ ├── list-dicom-import-jobs.txt │ ├── list-image-set-versions.txt │ ├── list-tags-for-resource.txt │ ├── search-image-sets.txt │ ├── start-dicom-import-job.txt │ ├── tag-resource.txt │ ├── untag-resource.txt │ └── update-image-set-metadata.txt ├── memorydb.txt ├── memorydb │ ├── copy-snapshot.txt │ ├── create-acl.txt │ ├── create-cluster.txt │ ├── create-multi-region-cluster.txt │ ├── create-parameter-group.txt │ ├── create-snapshot.txt │ ├── create-subnet-group.txt │ ├── create-user.txt │ ├── delete-acl.txt │ ├── delete-cluster.txt │ ├── delete-multi-region-cluster.txt │ ├── delete-parameter-group.txt │ ├── delete-snapshot.txt │ ├── delete-subnet-group.txt │ ├── delete-user.txt │ ├── describe-acls.txt │ ├── describe-clusters.txt │ ├── describe-engine-versions.txt │ ├── describe-events.txt │ ├── describe-multi-region-clusters.txt │ ├── describe-parameter-groups.txt │ ├── describe-parameters.txt │ ├── describe-reserved-nodes-offerings.txt │ ├── describe-reserved-nodes.txt │ ├── describe-service-updates.txt │ ├── describe-snapshots.txt │ ├── describe-subnet-groups.txt │ ├── describe-users.txt │ ├── failover-shard.txt │ ├── list-allowed-multi-region-cluster-updates.txt │ ├── list-allowed-node-type-updates.txt │ ├── list-tags.txt │ ├── purchase-reserved-nodes-offering.txt │ ├── reset-parameter-group.txt │ ├── tag-resource.txt │ ├── untag-resource.txt │ ├── update-acl.txt │ ├── update-cluster.txt │ ├── update-multi-region-cluster.txt │ ├── update-parameter-group.txt │ ├── update-subnet-group.txt │ └── update-user.txt ├── meteringmarketplace.txt ├── meteringmarketplace │ ├── meter-usage.txt │ ├── register-usage.txt │ └── resolve-customer.txt ├── mgh.txt ├── mgh │ ├── associate-discovered-resource.txt │ ├── create-progress-update-stream.txt │ ├── delete-progress-update-stream.txt │ ├── describe-application-state.txt │ ├── describe-migration-task.txt │ ├── disassociate-created-artifact.txt │ ├── disassociate-discovered-resource.txt │ ├── import-migration-task.txt │ ├── list-application-states.txt │ ├── list-created-artifacts.txt │ ├── list-discovered-resources.txt │ ├── list-migration-tasks.txt │ ├── list-progress-update-streams.txt │ ├── notify-application-state.txt │ ├── notify-migration-task-state.txt │ └── put-resource-attributes.txt ├── mgn.txt ├── mgn │ ├── archive-wave.txt │ ├── associate-applications.txt │ ├── associate-source-servers.txt │ ├── change-server-life-cycle-state.txt │ ├── create-application.txt │ ├── create-connector.txt │ ├── create-launch-configuration-template.txt │ ├── create-replication-configuration-template.txt │ ├── create-wave.txt │ ├── delete-application.txt │ ├── delete-connector.txt │ ├── delete-job.txt │ ├── delete-launch-configuration-template.txt │ ├── delete-replication-configuration-template.txt │ ├── delete-source-server.txt │ ├── delete-vcenter-client.txt │ ├── delete-wave.txt │ ├── describe-job-log-items.txt │ ├── describe-jobs.txt │ ├── describe-launch-configuration-templates.txt │ ├── describe-replication-configuration-templates.txt │ ├── describe-source-servers.txt │ ├── describe-vcenter-clients.txt │ ├── disassociate-applications.txt │ ├── disassociate-source-servers.txt │ ├── disconnect-from-service.txt │ ├── finalize-cutover.txt │ ├── get-launch-configuration.txt │ ├── get-replication-configuration.txt │ ├── initialize-service.txt │ ├── list-applications.txt │ ├── list-connectors.txt │ ├── list-export-errors.txt │ ├── list-exports.txt │ ├── list-import-errors.txt │ ├── list-imports.txt │ ├── list-managed-accounts.txt │ ├── list-source-server-actions.txt │ ├── list-tags-for-resource.txt │ ├── list-template-actions.txt │ ├── list-waves.txt │ ├── mark-as-archived.txt │ ├── pause-replication.txt │ ├── put-source-server-action.txt │ ├── put-template-action.txt │ ├── remove-source-server-action.txt │ ├── remove-template-action.txt │ ├── resume-replication.txt │ ├── retry-data-replication.txt │ ├── start-cutover.txt │ ├── start-export.txt │ ├── start-import.txt │ ├── start-replication.txt │ ├── start-test.txt │ ├── stop-replication.txt │ ├── tag-resource.txt │ ├── terminate-target-instances.txt │ ├── unarchive-application.txt │ ├── unarchive-wave.txt │ ├── untag-resource.txt │ ├── update-application.txt │ ├── update-connector.txt │ ├── update-launch-configuration-template.txt │ ├── update-launch-configuration.txt │ ├── update-replication-configuration-template.txt │ ├── update-replication-configuration.txt │ ├── update-source-server-replication-type.txt │ ├── update-source-server.txt │ └── update-wave.txt ├── migration-hub-refactor-spaces.txt ├── migration-hub-refactor-spaces │ ├── create-environment.txt │ ├── create-route.txt │ ├── create-service.txt │ ├── delete-application.txt │ ├── delete-environment.txt │ ├── delete-resource-policy.txt │ ├── delete-route.txt │ ├── delete-service.txt │ ├── get-application.txt │ ├── get-environment.txt │ ├── get-resource-policy.txt │ ├── get-route.txt │ ├── get-service.txt │ ├── list-applications.txt │ ├── list-environment-vpcs.txt │ ├── list-environments.txt │ ├── list-routes.txt │ ├── list-services.txt │ ├── list-tags-for-resource.txt │ ├── put-resource-policy.txt │ ├── tag-resource.txt │ ├── untag-resource.txt │ └── update-route.txt ├── migrationhub-config.txt ├── migrationhub-config │ ├── delete-home-region-control.txt │ ├── describe-home-region-controls.txt │ └── get-home-region.txt ├── migrationhuborchestrator.txt ├── migrationhuborchestrator │ ├── create-workflow-step-group.txt │ ├── create-workflow-step.txt │ ├── create-workflow.txt │ ├── delete-template.txt │ ├── delete-workflow-step-group.txt │ ├── delete-workflow-step.txt │ ├── delete-workflow.txt │ ├── get-template-step-group.txt │ ├── get-template-step.txt │ ├── get-template.txt │ ├── get-workflow-step-group.txt │ ├── get-workflow-step.txt │ ├── get-workflow.txt │ ├── list-plugins.txt │ ├── list-tags-for-resource.txt │ ├── list-template-step-groups.txt │ ├── list-template-steps.txt │ ├── list-templates.txt │ ├── list-workflow-step-groups.txt │ ├── list-workflow-steps.txt │ ├── list-workflows.txt │ ├── retry-workflow-step.txt │ ├── start-workflow.txt │ ├── stop-workflow.txt │ ├── tag-resource.txt │ ├── untag-resource.txt │ ├── update-template.txt │ ├── update-workflow-step-group.txt │ ├── update-workflow-step.txt │ └── update-workflow.txt ├── migrationhubstrategy.txt ├── migrationhubstrategy │ ├── get-application-component-strategies.txt │ ├── get-assessment.txt │ ├── get-import-file-task.txt │ ├── get-latest-assessment-id.txt │ ├── get-portfolio-preferences.txt │ ├── get-portfolio-summary.txt │ ├── get-recommendation-report-details.txt │ ├── get-server-details.txt │ ├── get-server-strategies.txt │ ├── list-analyzable-servers.txt │ ├── list-application-components.txt │ ├── list-collectors.txt │ ├── list-import-file-task.txt │ ├── list-servers.txt │ ├── put-portfolio-preferences.txt │ ├── start-assessment.txt │ ├── start-import-file-task.txt │ ├── start-recommendation-report-generation.txt │ ├── stop-assessment.txt │ ├── update-application-component-config.txt │ └── update-server-config.txt ├── mobile.txt ├── mobile │ ├── delete-project.txt │ ├── describe-bundle.txt │ ├── describe-project.txt │ ├── export-bundle.txt │ ├── export-project.txt │ ├── list-bundles.txt │ ├── list-projects.txt │ └── update-project.txt ├── mq.txt ├── mq │ ├── create-configuration.txt │ ├── create-tags.txt │ ├── create-user.txt │ ├── delete-broker.txt │ ├── delete-tags.txt │ ├── delete-user.txt │ ├── describe-broker-engine-types.txt │ ├── describe-broker-instance-options.txt │ ├── describe-broker.txt │ ├── describe-configuration-revision.txt │ ├── describe-configuration.txt │ ├── describe-user.txt │ ├── list-brokers.txt │ ├── list-configuration-revisions.txt │ ├── list-configurations.txt │ ├── list-tags.txt │ ├── list-users.txt │ ├── promote.txt │ ├── reboot-broker.txt │ ├── update-broker.txt │ ├── update-configuration.txt │ └── update-user.txt ├── mturk.txt ├── mturk │ ├── approve-assignment.txt │ ├── associate-qualification-with-worker.txt │ ├── create-additional-assignments-for-hit.txt │ ├── create-hit-type.txt │ ├── create-hit-with-hit-type.txt │ ├── create-hit.txt │ ├── create-qualification-type.txt │ ├── create-worker-block.txt │ ├── delete-hit.txt │ ├── delete-qualification-type.txt │ ├── delete-worker-block.txt │ ├── disassociate-qualification-from-worker.txt │ ├── get-account-balance.txt │ ├── get-assignment.txt │ ├── get-file-upload-url.txt │ ├── get-hit.txt │ ├── get-qualification-score.txt │ ├── get-qualification-type.txt │ ├── list-assignments-for-hit.txt │ ├── list-bonus-payments.txt │ ├── list-hits-for-qualification-type.txt │ ├── list-hits.txt │ ├── list-qualification-requests.txt │ ├── list-qualification-types.txt │ ├── list-review-policy-results-for-hit.txt │ ├── list-reviewable-hits.txt │ ├── list-worker-blocks.txt │ ├── list-workers-with-qualification-type.txt │ ├── notify-workers.txt │ ├── reject-assignment.txt │ ├── reject-qualification-request.txt │ ├── send-bonus.txt │ ├── send-test-event-notification.txt │ ├── update-expiration-for-hit.txt │ ├── update-hit-review-status.txt │ ├── update-hit-type-of-hit.txt │ ├── update-notification-settings.txt │ └── update-qualification-type.txt ├── mwaa.txt ├── mwaa │ ├── create-environment.txt │ ├── create-web-login-token.txt │ ├── delete-environment.txt │ ├── get-environment.txt │ ├── invoke-rest-api.txt │ ├── list-environments.txt │ ├── list-tags-for-resource.txt │ ├── publish-metrics.txt │ ├── tag-resource.txt │ ├── untag-resource.txt │ └── update-environment.txt ├── neptune-graph.txt ├── neptune-graph │ ├── cancel-import-task.txt │ ├── cancel-query.txt │ ├── create-graph-snapshot.txt │ ├── create-graph-using-import-task.txt │ ├── create-graph.txt │ ├── create-private-graph-endpoint.txt │ ├── delete-graph-snapshot.txt │ ├── delete-graph.txt │ ├── delete-private-graph-endpoint.txt │ ├── execute-query.txt │ ├── get-export-task.txt │ ├── get-graph-snapshot.txt │ ├── get-graph-summary.txt │ ├── get-graph.txt │ ├── get-import-task.txt │ ├── get-private-graph-endpoint.txt │ ├── get-query.txt │ ├── list-export-tasks.txt │ ├── list-graph-snapshots.txt │ ├── list-graphs.txt │ ├── list-import-tasks.txt │ ├── list-private-graph-endpoints.txt │ ├── list-queries.txt │ ├── list-tags-for-resource.txt │ ├── reset-graph.txt │ ├── restore-graph-from-snapshot.txt │ ├── start-export-task.txt │ ├── start-import-task.txt │ ├── tag-resource.txt │ ├── untag-resource.txt │ ├── update-graph.txt │ ├── wait.txt │ └── wait │ │ ├── export-task-successful.txt │ │ ├── graph-available.txt │ │ ├── graph-deleted.txt │ │ ├── graph-snapshot-available.txt │ │ ├── graph-snapshot-deleted.txt │ │ ├── import-task-cancelled.txt │ │ ├── import-task-successful.txt │ │ ├── private-graph-endpoint-available.txt │ │ └── private-graph-endpoint-deleted.txt ├── neptune.txt ├── neptune │ ├── add-source-identifier-to-subscription.txt │ ├── add-tags-to-resource.txt │ ├── apply-pending-maintenance-action.txt │ ├── copy-db-cluster-parameter-group.txt │ ├── copy-db-cluster-snapshot.txt │ ├── copy-db-parameter-group.txt │ ├── create-db-cluster-endpoint.txt │ ├── create-db-cluster-parameter-group.txt │ ├── create-db-cluster-snapshot.txt │ ├── create-db-cluster.txt │ ├── create-db-instance.txt │ ├── create-db-parameter-group.txt │ ├── create-db-subnet-group.txt │ ├── create-event-subscription.txt │ ├── create-global-cluster.txt │ ├── delete-db-cluster-endpoint.txt │ ├── delete-db-cluster-parameter-group.txt │ ├── delete-db-cluster-snapshot.txt │ ├── delete-db-cluster.txt │ ├── delete-db-instance.txt │ ├── delete-db-parameter-group.txt │ ├── delete-db-subnet-group.txt │ ├── delete-event-subscription.txt │ ├── delete-global-cluster.txt │ ├── describe-db-cluster-endpoints.txt │ ├── describe-db-cluster-parameter-groups.txt │ ├── describe-db-cluster-parameters.txt │ ├── describe-db-cluster-snapshot-attributes.txt │ ├── describe-db-cluster-snapshots.txt │ ├── describe-db-clusters.txt │ ├── describe-db-engine-versions.txt │ ├── describe-db-instances.txt │ ├── describe-db-parameter-groups.txt │ ├── describe-db-parameters.txt │ ├── describe-db-subnet-groups.txt │ ├── describe-engine-default-cluster-parameters.txt │ ├── describe-engine-default-parameters.txt │ ├── describe-event-categories.txt │ ├── describe-event-subscriptions.txt │ ├── describe-events.txt │ ├── describe-global-clusters.txt │ ├── describe-orderable-db-instance-options.txt │ ├── describe-pending-maintenance-actions.txt │ ├── describe-valid-db-instance-modifications.txt │ ├── failover-db-cluster.txt │ ├── failover-global-cluster.txt │ ├── list-tags-for-resource.txt │ ├── modify-db-cluster-endpoint.txt │ ├── modify-db-cluster-parameter-group.txt │ ├── modify-db-cluster-snapshot-attribute.txt │ ├── modify-db-cluster.txt │ ├── modify-db-instance.txt │ ├── modify-db-parameter-group.txt │ ├── modify-db-subnet-group.txt │ ├── modify-event-subscription.txt │ ├── modify-global-cluster.txt │ ├── promote-read-replica-db-cluster.txt │ ├── reboot-db-instance.txt │ ├── remove-from-global-cluster.txt │ ├── remove-role-from-db-cluster.txt │ ├── remove-source-identifier-from-subscription.txt │ ├── remove-tags-from-resource.txt │ ├── reset-db-cluster-parameter-group.txt │ ├── reset-db-parameter-group.txt │ ├── restore-db-cluster-from-snapshot.txt │ ├── restore-db-cluster-to-point-in-time.txt │ ├── start-db-cluster.txt │ ├── stop-db-cluster.txt │ ├── wait.txt │ └── wait │ │ └── db-instance-deleted.txt ├── neptunedata.txt ├── neptunedata │ ├── cancel-loader-job.txt │ ├── cancel-ml-data-processing-job.txt │ ├── cancel-ml-model-training-job.txt │ ├── cancel-ml-model-transform-job.txt │ ├── cancel-open-cypher-query.txt │ ├── create-ml-endpoint.txt │ ├── delete-ml-endpoint.txt │ ├── delete-propertygraph-statistics.txt │ ├── delete-sparql-statistics.txt │ ├── execute-fast-reset.txt │ ├── execute-gremlin-explain-query.txt │ ├── execute-gremlin-profile-query.txt │ ├── execute-gremlin-query.txt │ ├── execute-open-cypher-explain-query.txt │ ├── execute-open-cypher-query.txt │ ├── get-engine-status.txt │ ├── get-gremlin-query-status.txt │ ├── get-loader-job-status.txt │ ├── get-ml-data-processing-job.txt │ ├── get-ml-endpoint.txt │ ├── get-ml-model-training-job.txt │ ├── get-ml-model-transform-job.txt │ ├── get-open-cypher-query-status.txt │ ├── get-propertygraph-statistics.txt │ ├── get-propertygraph-stream.txt │ ├── get-propertygraph-summary.txt │ ├── get-rdf-graph-summary.txt │ ├── get-sparql-statistics.txt │ ├── get-sparql-stream.txt │ ├── list-gremlin-queries.txt │ ├── list-loader-jobs.txt │ ├── list-ml-data-processing-jobs.txt │ ├── list-ml-endpoints.txt │ ├── list-ml-model-training-jobs.txt │ ├── list-ml-model-transform-jobs.txt │ ├── list-open-cypher-queries.txt │ ├── manage-propertygraph-statistics.txt │ ├── manage-sparql-statistics.txt │ ├── start-loader-job.txt │ ├── start-ml-data-processing-job.txt │ ├── start-ml-model-training-job.txt │ └── start-ml-model-transform-job.txt ├── network-firewall.txt ├── network-firewall │ ├── associate-subnets.txt │ ├── create-firewall-policy.txt │ ├── create-firewall.txt │ ├── create-rule-group.txt │ ├── create-tls-inspection-configuration.txt │ ├── delete-firewall-policy.txt │ ├── delete-firewall.txt │ ├── delete-resource-policy.txt │ ├── delete-rule-group.txt │ ├── delete-tls-inspection-configuration.txt │ ├── describe-firewall-policy.txt │ ├── describe-firewall.txt │ ├── describe-logging-configuration.txt │ ├── describe-resource-policy.txt │ ├── describe-rule-group-metadata.txt │ ├── describe-rule-group.txt │ ├── describe-tls-inspection-configuration.txt │ ├── disassociate-subnets.txt │ ├── list-firewall-policies.txt │ ├── list-firewalls.txt │ ├── list-rule-groups.txt │ ├── list-tags-for-resource.txt │ ├── list-tls-inspection-configurations.txt │ ├── put-resource-policy.txt │ ├── tag-resource.txt │ ├── untag-resource.txt │ ├── update-firewall-delete-protection.txt │ ├── update-firewall-description.txt │ ├── update-firewall-encryption-configuration.txt │ ├── update-firewall-policy-change-protection.txt │ ├── update-firewall-policy.txt │ ├── update-logging-configuration.txt │ ├── update-rule-group.txt │ ├── update-subnet-change-protection.txt │ └── update-tls-inspection-configuration.txt ├── networkflowmonitor.txt ├── networkflowmonitor │ ├── create-scope.txt │ ├── delete-monitor.txt │ ├── delete-scope.txt │ ├── get-monitor.txt │ ├── get-query-results-monitor-top-contributors.txt │ ├── get-query-results-workload-insights-top-contributors-data.txt │ ├── get-query-results-workload-insights-top-contributors.txt │ ├── get-query-status-monitor-top-contributors.txt │ ├── get-query-status-workload-insights-top-contributors-data.txt │ ├── get-query-status-workload-insights-top-contributors.txt │ ├── get-scope.txt │ ├── list-monitors.txt │ ├── list-scopes.txt │ ├── list-tags-for-resource.txt │ ├── start-query-monitor-top-contributors.txt │ ├── start-query-workload-insights-top-contributors-data.txt │ ├── start-query-workload-insights-top-contributors.txt │ ├── stop-query-monitor-top-contributors.txt │ ├── stop-query-workload-insights-top-contributors-data.txt │ ├── stop-query-workload-insights-top-contributors.txt │ ├── tag-resource.txt │ ├── untag-resource.txt │ ├── update-monitor.txt │ └── update-scope.txt ├── networkmanager.txt ├── networkmanager │ ├── associate-connect-peer.txt │ ├── associate-customer-gateway.txt │ ├── associate-link.txt │ ├── associate-transit-gateway-connect-peer.txt │ ├── create-connect-attachment.txt │ ├── create-connect-peer.txt │ ├── create-connection.txt │ ├── create-core-network.txt │ ├── create-device.txt │ ├── create-direct-connect-gateway-attachment.txt │ ├── create-global-network.txt │ ├── create-link.txt │ ├── create-site-to-site-vpn-attachment.txt │ ├── create-site.txt │ ├── create-transit-gateway-peering.txt │ ├── create-transit-gateway-route-table-attachment.txt │ ├── create-vpc-attachment.txt │ ├── delete-attachment.txt │ ├── delete-connect-peer.txt │ ├── delete-connection.txt │ ├── delete-core-network-policy-version.txt │ ├── delete-core-network.txt │ ├── delete-device.txt │ ├── delete-global-network.txt │ ├── delete-link.txt │ ├── delete-peering.txt │ ├── delete-resource-policy.txt │ ├── delete-site.txt │ ├── deregister-transit-gateway.txt │ ├── describe-global-networks.txt │ ├── disassociate-connect-peer.txt │ ├── disassociate-customer-gateway.txt │ ├── disassociate-link.txt │ ├── disassociate-transit-gateway-connect-peer.txt │ ├── execute-core-network-change-set.txt │ ├── get-connect-attachment.txt │ ├── get-connect-peer-associations.txt │ ├── get-connect-peer.txt │ ├── get-connections.txt │ ├── get-core-network-change-events.txt │ ├── get-core-network-change-set.txt │ ├── get-core-network-policy.txt │ ├── get-core-network.txt │ ├── get-customer-gateway-associations.txt │ ├── get-devices.txt │ ├── get-direct-connect-gateway-attachment.txt │ ├── get-link-associations.txt │ ├── get-links.txt │ ├── get-network-resource-counts.txt │ ├── get-network-resource-relationships.txt │ ├── get-network-resources.txt │ ├── get-network-routes.txt │ ├── get-network-telemetry.txt │ ├── get-resource-policy.txt │ ├── get-route-analysis.txt │ ├── get-site-to-site-vpn-attachment.txt │ ├── get-sites.txt │ ├── get-transit-gateway-connect-peer-associations.txt │ ├── get-transit-gateway-peering.txt │ ├── get-transit-gateway-registrations.txt │ ├── get-transit-gateway-route-table-attachment.txt │ ├── get-vpc-attachment.txt │ ├── list-attachments.txt │ ├── list-connect-peers.txt │ ├── list-core-network-policy-versions.txt │ ├── list-core-networks.txt │ ├── list-organization-service-access-status.txt │ ├── list-peerings.txt │ ├── list-tags-for-resource.txt │ ├── put-core-network-policy.txt │ ├── put-resource-policy.txt │ ├── register-transit-gateway.txt │ ├── reject-attachment.txt │ ├── restore-core-network-policy-version.txt │ ├── start-organization-service-access-update.txt │ ├── start-route-analysis.txt │ ├── tag-resource.txt │ ├── untag-resource.txt │ ├── update-connection.txt │ ├── update-core-network.txt │ ├── update-device.txt │ ├── update-direct-connect-gateway-attachment.txt │ ├── update-global-network.txt │ ├── update-link.txt │ ├── update-network-resource-metadata.txt │ ├── update-site.txt │ └── update-vpc-attachment.txt ├── networkmonitor.txt ├── networkmonitor │ ├── create-probe.txt │ ├── delete-monitor.txt │ ├── delete-probe.txt │ ├── get-monitor.txt │ ├── get-probe.txt │ ├── list-monitors.txt │ ├── list-tags-for-resource.txt │ ├── tag-resource.txt │ ├── untag-resource.txt │ ├── update-monitor.txt │ └── update-probe.txt ├── nimble.txt ├── nimble │ ├── create-launch-profile.txt │ ├── create-streaming-image.txt │ ├── create-streaming-session-stream.txt │ ├── create-streaming-session.txt │ ├── create-studio-component.txt │ ├── create-studio.txt │ ├── delete-launch-profile-member.txt │ ├── delete-launch-profile.txt │ ├── delete-streaming-image.txt │ ├── delete-streaming-session.txt │ ├── delete-studio-component.txt │ ├── delete-studio-member.txt │ ├── delete-studio.txt │ ├── get-eula.txt │ ├── get-launch-profile-details.txt │ ├── get-launch-profile-initialization.txt │ ├── get-launch-profile-member.txt │ ├── get-launch-profile.txt │ ├── get-streaming-image.txt │ ├── get-streaming-session-backup.txt │ ├── get-streaming-session-stream.txt │ ├── get-streaming-session.txt │ ├── get-studio-component.txt │ ├── get-studio-member.txt │ ├── get-studio.txt │ ├── list-eula-acceptances.txt │ ├── list-eulas.txt │ ├── list-launch-profile-members.txt │ ├── list-launch-profiles.txt │ ├── list-streaming-images.txt │ ├── list-streaming-session-backups.txt │ ├── list-streaming-sessions.txt │ ├── list-studio-components.txt │ ├── list-studio-members.txt │ ├── list-studios.txt │ ├── list-tags-for-resource.txt │ ├── put-launch-profile-members.txt │ ├── put-studio-members.txt │ ├── start-streaming-session.txt │ ├── start-studio-sso-configuration-repair.txt │ ├── stop-streaming-session.txt │ ├── tag-resource.txt │ ├── untag-resource.txt │ ├── update-launch-profile-member.txt │ ├── update-launch-profile.txt │ ├── update-streaming-image.txt │ ├── update-studio-component.txt │ ├── update-studio.txt │ ├── wait.txt │ └── wait │ │ ├── launch-profile-ready.txt │ │ ├── streaming-image-deleted.txt │ │ ├── streaming-image-ready.txt │ │ ├── streaming-session-deleted.txt │ │ ├── streaming-session-ready.txt │ │ ├── streaming-session-stopped.txt │ │ ├── streaming-session-stream-ready.txt │ │ ├── studio-component-deleted.txt │ │ ├── studio-component-ready.txt │ │ ├── studio-deleted.txt │ │ └── studio-ready.txt ├── notifications.txt ├── notifications │ ├── create-event-rule.txt │ ├── create-notification-configuration.txt │ ├── delete-event-rule.txt │ ├── delete-notification-configuration.txt │ ├── deregister-notification-hub.txt │ ├── disassociate-channel.txt │ ├── get-event-rule.txt │ ├── get-notification-configuration.txt │ ├── get-notification-event.txt │ ├── list-channels.txt │ ├── list-event-rules.txt │ ├── list-notification-configurations.txt │ ├── list-notification-events.txt │ ├── list-notification-hubs.txt │ ├── list-tags-for-resource.txt │ ├── register-notification-hub.txt │ ├── tag-resource.txt │ ├── untag-resource.txt │ ├── update-event-rule.txt │ └── update-notification-configuration.txt ├── notificationscontacts.txt ├── notificationscontacts │ ├── create-email-contact.txt │ ├── delete-email-contact.txt │ ├── get-email-contact.txt │ ├── list-email-contacts.txt │ ├── list-tags-for-resource.txt │ ├── send-activation-code.txt │ ├── tag-resource.txt │ └── untag-resource.txt ├── oam.txt ├── oam │ ├── create-sink.txt │ ├── delete-link.txt │ ├── delete-sink.txt │ ├── get-link.txt │ ├── get-sink-policy.txt │ ├── get-sink.txt │ ├── list-attached-links.txt │ ├── list-links.txt │ ├── list-sinks.txt │ ├── list-tags-for-resource.txt │ ├── put-sink-policy.txt │ ├── tag-resource.txt │ ├── untag-resource.txt │ └── update-link.txt ├── observabilityadmin.txt ├── observabilityadmin │ ├── get-telemetry-evaluation-status-for-organization.txt │ ├── list-resource-telemetry-for-organization.txt │ ├── list-resource-telemetry.txt │ ├── start-telemetry-evaluation-for-organization.txt │ ├── start-telemetry-evaluation.txt │ ├── stop-telemetry-evaluation-for-organization.txt │ └── stop-telemetry-evaluation.txt ├── omics.txt ├── omics │ ├── accept-share.txt │ ├── batch-delete-read-set.txt │ ├── cancel-annotation-import-job.txt │ ├── cancel-run.txt │ ├── cancel-variant-import-job.txt │ ├── complete-multipart-read-set-upload.txt │ ├── create-annotation-store-version.txt │ ├── create-annotation-store.txt │ ├── create-multipart-read-set-upload.txt │ ├── create-reference-store.txt │ ├── create-run-cache.txt │ ├── create-run-group.txt │ ├── create-sequence-store.txt │ ├── create-share.txt │ ├── create-variant-store.txt │ ├── create-workflow.txt │ ├── delete-annotation-store-versions.txt │ ├── delete-annotation-store.txt │ ├── delete-reference-store.txt │ ├── delete-reference.txt │ ├── delete-run-cache.txt │ ├── delete-run-group.txt │ ├── delete-run.txt │ ├── delete-s3-access-policy.txt │ ├── delete-sequence-store.txt │ ├── delete-share.txt │ ├── delete-variant-store.txt │ ├── delete-workflow.txt │ ├── get-annotation-import-job.txt │ ├── get-annotation-store-version.txt │ ├── get-annotation-store.txt │ ├── get-read-set-activation-job.txt │ ├── get-read-set-export-job.txt │ ├── get-read-set-import-job.txt │ ├── get-read-set-metadata.txt │ ├── get-read-set.txt │ ├── get-reference-import-job.txt │ ├── get-reference-metadata.txt │ ├── get-reference-store.txt │ ├── get-reference.txt │ ├── get-run-cache.txt │ ├── get-run-group.txt │ ├── get-run-task.txt │ ├── get-run.txt │ ├── get-s3-access-policy.txt │ ├── get-sequence-store.txt │ ├── get-share.txt │ ├── get-variant-import-job.txt │ ├── get-variant-store.txt │ ├── get-workflow.txt │ ├── list-annotation-import-jobs.txt │ ├── list-annotation-store-versions.txt │ ├── list-annotation-stores.txt │ ├── list-multipart-read-set-uploads.txt │ ├── list-read-set-activation-jobs.txt │ ├── list-read-set-export-jobs.txt │ ├── list-read-set-import-jobs.txt │ ├── list-read-set-upload-parts.txt │ ├── list-read-sets.txt │ ├── list-reference-import-jobs.txt │ ├── list-reference-stores.txt │ ├── list-references.txt │ ├── list-run-caches.txt │ ├── list-run-groups.txt │ ├── list-run-tasks.txt │ ├── list-runs.txt │ ├── list-sequence-stores.txt │ ├── list-shares.txt │ ├── list-tags-for-resource.txt │ ├── list-variant-import-jobs.txt │ ├── list-variant-stores.txt │ ├── list-workflows.txt │ ├── put-s3-access-policy.txt │ ├── start-annotation-import-job.txt │ ├── start-read-set-activation-job.txt │ ├── start-read-set-export-job.txt │ ├── start-read-set-import-job.txt │ ├── start-reference-import-job.txt │ ├── start-run.txt │ ├── start-variant-import-job.txt │ ├── tag-resource.txt │ ├── untag-resource.txt │ ├── update-annotation-store-version.txt │ ├── update-annotation-store.txt │ ├── update-run-cache.txt │ ├── update-run-group.txt │ ├── update-sequence-store.txt │ ├── update-variant-store.txt │ ├── update-workflow.txt │ ├── upload-read-set-part.txt │ ├── wait.txt │ └── wait │ │ ├── annotation-store-created.txt │ │ ├── annotation-store-deleted.txt │ │ ├── annotation-store-version-created.txt │ │ ├── annotation-store-version-deleted.txt │ │ ├── read-set-activation-job-completed.txt │ │ ├── read-set-export-job-completed.txt │ │ ├── read-set-import-job-completed.txt │ │ ├── reference-import-job-completed.txt │ │ ├── run-completed.txt │ │ ├── run-running.txt │ │ ├── task-completed.txt │ │ ├── task-running.txt │ │ ├── variant-import-job-created.txt │ │ ├── variant-store-created.txt │ │ ├── variant-store-deleted.txt │ │ └── workflow-active.txt ├── opensearch.txt ├── opensearch │ ├── add-data-source.txt │ ├── add-direct-query-data-source.txt │ ├── add-tags.txt │ ├── associate-package.txt │ ├── associate-packages.txt │ ├── authorize-vpc-endpoint-access.txt │ ├── cancel-domain-config-change.txt │ ├── cancel-service-software-update.txt │ ├── create-application.txt │ ├── create-domain.txt │ ├── create-outbound-connection.txt │ ├── create-package.txt │ ├── create-vpc-endpoint.txt │ ├── delete-application.txt │ ├── delete-data-source.txt │ ├── delete-direct-query-data-source.txt │ ├── delete-domain.txt │ ├── delete-inbound-connection.txt │ ├── delete-outbound-connection.txt │ ├── delete-package.txt │ ├── delete-vpc-endpoint.txt │ ├── describe-domain-auto-tunes.txt │ ├── describe-domain-change-progress.txt │ ├── describe-domain-config.txt │ ├── describe-domain-health.txt │ ├── describe-domain-nodes.txt │ ├── describe-domain.txt │ ├── describe-domains.txt │ ├── describe-dry-run-progress.txt │ ├── describe-inbound-connections.txt │ ├── describe-instance-type-limits.txt │ ├── describe-outbound-connections.txt │ ├── describe-packages.txt │ ├── describe-reserved-instance-offerings.txt │ ├── describe-reserved-instances.txt │ ├── describe-vpc-endpoints.txt │ ├── dissociate-package.txt │ ├── dissociate-packages.txt │ ├── get-application.txt │ ├── get-compatible-versions.txt │ ├── get-data-source.txt │ ├── get-direct-query-data-source.txt │ ├── get-domain-maintenance-status.txt │ ├── get-package-version-history.txt │ ├── get-upgrade-history.txt │ ├── get-upgrade-status.txt │ ├── list-applications.txt │ ├── list-data-sources.txt │ ├── list-direct-query-data-sources.txt │ ├── list-domain-maintenances.txt │ ├── list-domain-names.txt │ ├── list-domains-for-package.txt │ ├── list-instance-type-details.txt │ ├── list-packages-for-domain.txt │ ├── list-scheduled-actions.txt │ ├── list-tags.txt │ ├── list-versions.txt │ ├── list-vpc-endpoint-access.txt │ ├── list-vpc-endpoints-for-domain.txt │ ├── list-vpc-endpoints.txt │ ├── purchase-reserved-instance-offering.txt │ ├── reject-inbound-connection.txt │ ├── remove-tags.txt │ ├── revoke-vpc-endpoint-access.txt │ ├── start-domain-maintenance.txt │ ├── start-service-software-update.txt │ ├── update-application.txt │ ├── update-data-source.txt │ ├── update-direct-query-data-source.txt │ ├── update-domain-config.txt │ ├── update-package-scope.txt │ ├── update-package.txt │ ├── update-scheduled-action.txt │ ├── update-vpc-endpoint.txt │ └── upgrade-domain.txt ├── opensearchserverless.txt ├── opensearchserverless │ ├── batch-get-effective-lifecycle-policy.txt │ ├── batch-get-lifecycle-policy.txt │ ├── batch-get-vpc-endpoint.txt │ ├── create-access-policy.txt │ ├── create-collection.txt │ ├── create-lifecycle-policy.txt │ ├── create-security-config.txt │ ├── create-security-policy.txt │ ├── create-vpc-endpoint.txt │ ├── delete-access-policy.txt │ ├── delete-collection.txt │ ├── delete-lifecycle-policy.txt │ ├── delete-security-config.txt │ ├── delete-security-policy.txt │ ├── delete-vpc-endpoint.txt │ ├── get-access-policy.txt │ ├── get-account-settings.txt │ ├── get-policies-stats.txt │ ├── get-security-config.txt │ ├── get-security-policy.txt │ ├── list-access-policies.txt │ ├── list-collections.txt │ ├── list-lifecycle-policies.txt │ ├── list-security-configs.txt │ ├── list-security-policies.txt │ ├── list-tags-for-resource.txt │ ├── list-vpc-endpoints.txt │ ├── tag-resource.txt │ ├── untag-resource.txt │ ├── update-access-policy.txt │ ├── update-account-settings.txt │ ├── update-collection.txt │ ├── update-lifecycle-policy.txt │ ├── update-security-config.txt │ ├── update-security-policy.txt │ └── update-vpc-endpoint.txt ├── opsworks-cm.txt ├── opsworks-cm │ ├── create-backup.txt │ ├── create-server.txt │ ├── delete-backup.txt │ ├── delete-server.txt │ ├── describe-account-attributes.txt │ ├── describe-backups.txt │ ├── describe-events.txt │ ├── describe-node-association-status.txt │ ├── describe-servers.txt │ ├── disassociate-node.txt │ ├── export-server-engine-attribute.txt │ ├── list-tags-for-resource.txt │ ├── restore-server.txt │ ├── start-maintenance.txt │ ├── tag-resource.txt │ ├── untag-resource.txt │ ├── update-server-engine-attributes.txt │ ├── update-server.txt │ └── wait.txt ├── opsworks.txt ├── opsworks │ ├── assign-volume.txt │ ├── associate-elastic-ip.txt │ ├── attach-elastic-load-balancer.txt │ ├── clone-stack.txt │ ├── create-app.txt │ ├── create-deployment.txt │ ├── create-instance.txt │ ├── create-layer.txt │ ├── create-stack.txt │ ├── create-user-profile.txt │ ├── delete-app.txt │ ├── delete-instance.txt │ ├── delete-layer.txt │ ├── delete-stack.txt │ ├── delete-user-profile.txt │ ├── deregister-ecs-cluster.txt │ ├── deregister-elastic-ip.txt │ ├── deregister-instance.txt │ ├── deregister-rds-db-instance.txt │ ├── deregister-volume.txt │ ├── describe-agent-versions.txt │ ├── describe-apps.txt │ ├── describe-commands.txt │ ├── describe-deployments.txt │ ├── describe-ecs-clusters.txt │ ├── describe-elastic-ips.txt │ ├── describe-elastic-load-balancers.txt │ ├── describe-instances.txt │ ├── describe-layers.txt │ ├── describe-load-based-auto-scaling.txt │ ├── describe-my-user-profile.txt │ ├── describe-operating-systems.txt │ ├── describe-permissions.txt │ ├── describe-raid-arrays.txt │ ├── describe-rds-db-instances.txt │ ├── describe-service-errors.txt │ ├── describe-stack-provisioning-parameters.txt │ ├── describe-stack-summary.txt │ ├── describe-stacks.txt │ ├── describe-time-based-auto-scaling.txt │ ├── describe-user-profiles.txt │ ├── describe-volumes.txt │ ├── detach-elastic-load-balancer.txt │ ├── disassociate-elastic-ip.txt │ ├── get-hostname-suggestion.txt │ ├── grant-access.txt │ ├── list-tags.txt │ ├── reboot-instance.txt │ ├── register-ecs-cluster.txt │ ├── register-elastic-ip.txt │ ├── register-instance.txt │ ├── register-rds-db-instance.txt │ ├── register-volume.txt │ ├── register.txt │ ├── set-load-based-auto-scaling.txt │ ├── set-permission.txt │ ├── set-time-based-auto-scaling.txt │ ├── start-instance.txt │ ├── start-stack.txt │ ├── stop-instance.txt │ ├── stop-stack.txt │ ├── tag-resource.txt │ ├── unassign-instance.txt │ ├── unassign-volume.txt │ ├── untag-resource.txt │ ├── update-app.txt │ ├── update-elastic-ip.txt │ ├── update-instance.txt │ ├── update-layer.txt │ ├── update-my-user-profile.txt │ ├── update-rds-db-instance.txt │ ├── update-stack.txt │ ├── update-user-profile.txt │ ├── update-volume.txt │ ├── wait.txt │ └── wait │ │ ├── deployment-successful.txt │ │ ├── instance-online.txt │ │ ├── instance-registered.txt │ │ ├── instance-stopped.txt │ │ └── instance-terminated.txt ├── organizations.txt ├── organizations │ ├── attach-policy.txt │ ├── cancel-handshake.txt │ ├── close-account.txt │ ├── create-account.txt │ ├── create-gov-cloud-account.txt │ ├── create-organization.txt │ ├── create-organizational-unit.txt │ ├── create-policy.txt │ ├── decline-handshake.txt │ ├── delete-organization.txt │ ├── delete-organizational-unit.txt │ ├── delete-policy.txt │ ├── delete-resource-policy.txt │ ├── deregister-delegated-administrator.txt │ ├── describe-account.txt │ ├── describe-create-account-status.txt │ ├── describe-effective-policy.txt │ ├── describe-handshake.txt │ ├── describe-organization.txt │ ├── describe-organizational-unit.txt │ ├── describe-policy.txt │ ├── describe-resource-policy.txt │ ├── detach-policy.txt │ ├── disable-aws-service-access.txt │ ├── disable-policy-type.txt │ ├── enable-all-features.txt │ ├── enable-aws-service-access.txt │ ├── enable-policy-type.txt │ ├── invite-account-to-organization.txt │ ├── leave-organization.txt │ ├── list-accounts-for-parent.txt │ ├── list-accounts.txt │ ├── list-aws-service-access-for-organization.txt │ ├── list-children.txt │ ├── list-create-account-status.txt │ ├── list-delegated-administrators.txt │ ├── list-delegated-services-for-account.txt │ ├── list-handshakes-for-account.txt │ ├── list-handshakes-for-organization.txt │ ├── list-organizational-units-for-parent.txt │ ├── list-parents.txt │ ├── list-policies-for-target.txt │ ├── list-policies.txt │ ├── list-roots.txt │ ├── list-tags-for-resource.txt │ ├── list-targets-for-policy.txt │ ├── move-account.txt │ ├── put-resource-policy.txt │ ├── register-delegated-administrator.txt │ ├── remove-account-from-organization.txt │ ├── tag-resource.txt │ ├── untag-resource.txt │ ├── update-organizational-unit.txt │ └── update-policy.txt ├── osis.txt ├── osis │ ├── delete-pipeline.txt │ ├── get-pipeline-blueprint.txt │ ├── get-pipeline-change-progress.txt │ ├── get-pipeline.txt │ ├── list-pipeline-blueprints.txt │ ├── list-pipelines.txt │ ├── list-tags-for-resource.txt │ ├── start-pipeline.txt │ ├── stop-pipeline.txt │ ├── tag-resource.txt │ ├── untag-resource.txt │ ├── update-pipeline.txt │ └── validate-pipeline.txt ├── outposts.txt ├── outposts │ ├── cancel-order.txt │ ├── create-order.txt │ ├── create-outpost.txt │ ├── create-site.txt │ ├── delete-outpost.txt │ ├── delete-site.txt │ ├── get-capacity-task.txt │ ├── get-catalog-item.txt │ ├── get-connection.txt │ ├── get-order.txt │ ├── get-outpost-instance-types.txt │ ├── get-outpost-supported-instance-types.txt │ ├── get-outpost.txt │ ├── get-site-address.txt │ ├── get-site.txt │ ├── list-asset-instances.txt │ ├── list-assets.txt │ ├── list-blocking-instances-for-capacity-task.txt │ ├── list-capacity-tasks.txt │ ├── list-catalog-items.txt │ ├── list-orders.txt │ ├── list-outposts.txt │ ├── list-sites.txt │ ├── list-tags-for-resource.txt │ ├── start-capacity-task.txt │ ├── start-connection.txt │ ├── tag-resource.txt │ ├── untag-resource.txt │ ├── update-outpost.txt │ ├── update-site-address.txt │ ├── update-site-rack-physical-properties.txt │ └── update-site.txt ├── panorama.txt ├── panorama │ ├── create-job-for-devices.txt │ ├── create-node-from-template-job.txt │ ├── create-package-import-job.txt │ ├── create-package.txt │ ├── delete-device.txt │ ├── delete-package.txt │ ├── deregister-package-version.txt │ ├── describe-application-instance-details.txt │ ├── describe-application-instance.txt │ ├── describe-device-job.txt │ ├── describe-device.txt │ ├── describe-node-from-template-job.txt │ ├── describe-node.txt │ ├── describe-package-import-job.txt │ ├── describe-package-version.txt │ ├── describe-package.txt │ ├── list-application-instance-dependencies.txt │ ├── list-application-instance-node-instances.txt │ ├── list-application-instances.txt │ ├── list-devices-jobs.txt │ ├── list-devices.txt │ ├── list-node-from-template-jobs.txt │ ├── list-nodes.txt │ ├── list-package-import-jobs.txt │ ├── list-packages.txt │ ├── list-tags-for-resource.txt │ ├── provision-device.txt │ ├── register-package-version.txt │ ├── remove-application-instance.txt │ ├── signal-application-instance-node-instances.txt │ ├── tag-resource.txt │ ├── untag-resource.txt │ └── update-device-metadata.txt ├── partnercentral-selling.txt ├── partnercentral-selling │ ├── assign-opportunity.txt │ ├── associate-opportunity.txt │ ├── create-engagement-invitation.txt │ ├── create-engagement.txt │ ├── create-opportunity.txt │ ├── create-resource-snapshot-job.txt │ ├── create-resource-snapshot.txt │ ├── delete-resource-snapshot-job.txt │ ├── disassociate-opportunity.txt │ ├── get-aws-opportunity-summary.txt │ ├── get-engagement-invitation.txt │ ├── get-engagement.txt │ ├── get-opportunity.txt │ ├── get-resource-snapshot-job.txt │ ├── get-resource-snapshot.txt │ ├── get-selling-system-settings.txt │ ├── list-engagement-by-accepting-invitation-tasks.txt │ ├── list-engagement-from-opportunity-tasks.txt │ ├── list-engagement-invitations.txt │ ├── list-engagement-members.txt │ ├── list-engagement-resource-associations.txt │ ├── list-engagements.txt │ ├── list-opportunities.txt │ ├── list-resource-snapshot-jobs.txt │ ├── list-resource-snapshots.txt │ ├── list-solutions.txt │ ├── put-selling-system-settings.txt │ ├── reject-engagement-invitation.txt │ ├── start-engagement-by-accepting-invitation-task.txt │ ├── start-engagement-from-opportunity-task.txt │ ├── start-resource-snapshot-job.txt │ ├── stop-resource-snapshot-job.txt │ ├── submit-opportunity.txt │ └── update-opportunity.txt ├── payment-cryptography-data.txt ├── payment-cryptography-data │ ├── encrypt-data.txt │ ├── generate-card-validation-data.txt │ ├── generate-mac-emv-pin-change.txt │ ├── generate-mac.txt │ ├── generate-pin-data.txt │ ├── re-encrypt-data.txt │ ├── translate-pin-data.txt │ ├── verify-auth-request-cryptogram.txt │ ├── verify-card-validation-data.txt │ ├── verify-mac.txt │ └── verify-pin-data.txt ├── payment-cryptography.txt ├── payment-cryptography │ ├── create-key.txt │ ├── delete-alias.txt │ ├── delete-key.txt │ ├── export-key.txt │ ├── get-alias.txt │ ├── get-key.txt │ ├── get-parameters-for-export.txt │ ├── get-parameters-for-import.txt │ ├── get-public-key-certificate.txt │ ├── import-key.txt │ ├── list-aliases.txt │ ├── list-keys.txt │ ├── list-tags-for-resource.txt │ ├── restore-key.txt │ ├── start-key-usage.txt │ ├── stop-key-usage.txt │ ├── tag-resource.txt │ ├── untag-resource.txt │ └── update-alias.txt ├── pca-connector-ad.txt ├── pca-connector-ad │ ├── create-directory-registration.txt │ ├── create-service-principal-name.txt │ ├── create-template-group-access-control-entry.txt │ ├── create-template.txt │ ├── delete-connector.txt │ ├── delete-directory-registration.txt │ ├── delete-service-principal-name.txt │ ├── delete-template-group-access-control-entry.txt │ ├── delete-template.txt │ ├── get-connector.txt │ ├── get-directory-registration.txt │ ├── get-service-principal-name.txt │ ├── get-template-group-access-control-entry.txt │ ├── get-template.txt │ ├── list-connectors.txt │ ├── list-directory-registrations.txt │ ├── list-service-principal-names.txt │ ├── list-tags-for-resource.txt │ ├── list-template-group-access-control-entries.txt │ ├── list-templates.txt │ ├── tag-resource.txt │ ├── untag-resource.txt │ ├── update-template-group-access-control-entry.txt │ └── update-template.txt ├── pca-connector-scep.txt ├── pca-connector-scep │ ├── create-connector.txt │ ├── delete-challenge.txt │ ├── delete-connector.txt │ ├── get-challenge-metadata.txt │ ├── get-challenge-password.txt │ ├── get-connector.txt │ ├── list-challenge-metadata.txt │ ├── list-connectors.txt │ ├── list-tags-for-resource.txt │ ├── tag-resource.txt │ └── untag-resource.txt ├── pcs.txt ├── pcs │ ├── create-compute-node-group.txt │ ├── create-queue.txt │ ├── delete-cluster.txt │ ├── delete-compute-node-group.txt │ ├── delete-queue.txt │ ├── get-cluster.txt │ ├── get-compute-node-group.txt │ ├── get-queue.txt │ ├── list-clusters.txt │ ├── list-compute-node-groups.txt │ ├── list-queues.txt │ ├── list-tags-for-resource.txt │ ├── register-compute-node-group-instance.txt │ ├── tag-resource.txt │ ├── untag-resource.txt │ ├── update-compute-node-group.txt │ └── update-queue.txt ├── personalize-events.txt ├── personalize-events │ ├── put-action-interactions.txt │ ├── put-actions.txt │ ├── put-events.txt │ ├── put-items.txt │ └── put-users.txt ├── personalize-runtime.txt ├── personalize-runtime │ ├── get-personalized-ranking.txt │ └── get-recommendations.txt ├── personalize.txt ├── personalize │ ├── create-batch-segment-job.txt │ ├── create-campaign.txt │ ├── create-data-deletion-job.txt │ ├── create-dataset-export-job.txt │ ├── create-dataset-group.txt │ ├── create-dataset-import-job.txt │ ├── create-dataset.txt │ ├── create-event-tracker.txt │ ├── create-filter.txt │ ├── create-metric-attribution.txt │ ├── create-recommender.txt │ ├── create-schema.txt │ ├── create-solution-version.txt │ ├── create-solution.txt │ ├── delete-campaign.txt │ ├── delete-dataset-group.txt │ ├── delete-dataset.txt │ ├── delete-event-tracker.txt │ ├── delete-filter.txt │ ├── delete-metric-attribution.txt │ ├── delete-recommender.txt │ ├── delete-schema.txt │ ├── delete-solution.txt │ ├── describe-algorithm.txt │ ├── describe-batch-inference-job.txt │ ├── describe-batch-segment-job.txt │ ├── describe-campaign.txt │ ├── describe-data-deletion-job.txt │ ├── describe-dataset-export-job.txt │ ├── describe-dataset-group.txt │ ├── describe-dataset-import-job.txt │ ├── describe-dataset.txt │ ├── describe-event-tracker.txt │ ├── describe-feature-transformation.txt │ ├── describe-filter.txt │ ├── describe-metric-attribution.txt │ ├── describe-recipe.txt │ ├── describe-recommender.txt │ ├── describe-schema.txt │ ├── describe-solution-version.txt │ ├── describe-solution.txt │ ├── get-solution-metrics.txt │ ├── list-batch-inference-jobs.txt │ ├── list-batch-segment-jobs.txt │ ├── list-campaigns.txt │ ├── list-data-deletion-jobs.txt │ ├── list-dataset-export-jobs.txt │ ├── list-dataset-groups.txt │ ├── list-dataset-import-jobs.txt │ ├── list-datasets.txt │ ├── list-event-trackers.txt │ ├── list-filters.txt │ ├── list-metric-attribution-metrics.txt │ ├── list-metric-attributions.txt │ ├── list-recipes.txt │ ├── list-recommenders.txt │ ├── list-schemas.txt │ ├── list-solution-versions.txt │ ├── list-solutions.txt │ ├── list-tags-for-resource.txt │ ├── start-recommender.txt │ ├── stop-recommender.txt │ ├── stop-solution-version-creation.txt │ ├── tag-resource.txt │ ├── untag-resource.txt │ ├── update-campaign.txt │ ├── update-dataset.txt │ ├── update-metric-attribution.txt │ ├── update-recommender.txt │ └── update-solution.txt ├── pi.txt ├── pi │ ├── delete-performance-analysis-report.txt │ ├── describe-dimension-keys.txt │ ├── get-dimension-key-details.txt │ ├── get-performance-analysis-report.txt │ ├── get-resource-metadata.txt │ ├── get-resource-metrics.txt │ ├── list-available-resource-dimensions.txt │ ├── list-available-resource-metrics.txt │ ├── list-performance-analysis-reports.txt │ ├── list-tags-for-resource.txt │ ├── tag-resource.txt │ └── untag-resource.txt ├── pinpoint-email.txt ├── pinpoint-email │ ├── create-configuration-set-event-destination.txt │ ├── create-dedicated-ip-pool.txt │ ├── create-deliverability-test-report.txt │ ├── create-email-identity.txt │ ├── delete-configuration-set-event-destination.txt │ ├── delete-configuration-set.txt │ ├── delete-dedicated-ip-pool.txt │ ├── delete-email-identity.txt │ ├── get-account.txt │ ├── get-blacklist-reports.txt │ ├── get-configuration-set-event-destinations.txt │ ├── get-configuration-set.txt │ ├── get-dedicated-ip.txt │ ├── get-dedicated-ips.txt │ ├── get-deliverability-dashboard-options.txt │ ├── get-deliverability-test-report.txt │ ├── get-domain-deliverability-campaign.txt │ ├── get-domain-statistics-report.txt │ ├── get-email-identity.txt │ ├── list-configuration-sets.txt │ ├── list-dedicated-ip-pools.txt │ ├── list-deliverability-test-reports.txt │ ├── list-domain-deliverability-campaigns.txt │ ├── list-email-identities.txt │ ├── list-tags-for-resource.txt │ ├── put-account-dedicated-ip-warmup-attributes.txt │ ├── put-account-sending-attributes.txt │ ├── put-configuration-set-delivery-options.txt │ ├── put-configuration-set-reputation-options.txt │ ├── put-configuration-set-sending-options.txt │ ├── put-configuration-set-tracking-options.txt │ ├── put-dedicated-ip-in-pool.txt │ ├── put-dedicated-ip-warmup-attributes.txt │ ├── put-deliverability-dashboard-option.txt │ ├── put-email-identity-dkim-attributes.txt │ ├── put-email-identity-feedback-attributes.txt │ ├── put-email-identity-mail-from-attributes.txt │ ├── send-email.txt │ ├── tag-resource.txt │ ├── untag-resource.txt │ └── update-configuration-set-event-destination.txt ├── pinpoint-sms-voice-v2.txt ├── pinpoint-sms-voice-v2 │ ├── associate-protect-configuration.txt │ ├── create-configuration-set.txt │ ├── create-event-destination.txt │ ├── create-opt-out-list.txt │ ├── create-pool.txt │ ├── create-protect-configuration.txt │ ├── create-registration-association.txt │ ├── create-registration-attachment.txt │ ├── create-registration-version.txt │ ├── create-registration.txt │ ├── create-verified-destination-number.txt │ ├── delete-account-default-protect-configuration.txt │ ├── delete-configuration-set.txt │ ├── delete-default-message-type.txt │ ├── delete-default-sender-id.txt │ ├── delete-event-destination.txt │ ├── delete-keyword.txt │ ├── delete-media-message-spend-limit-override.txt │ ├── delete-opt-out-list.txt │ ├── delete-opted-out-number.txt │ ├── delete-pool.txt │ ├── delete-protect-configuration-rule-set-number-override.txt │ ├── delete-protect-configuration.txt │ ├── delete-registration-attachment.txt │ ├── delete-registration-field-value.txt │ ├── delete-registration.txt │ ├── delete-resource-policy.txt │ ├── delete-text-message-spend-limit-override.txt │ ├── delete-verified-destination-number.txt │ ├── delete-voice-message-spend-limit-override.txt │ ├── describe-account-attributes.txt │ ├── describe-account-limits.txt │ ├── describe-configuration-sets.txt │ ├── describe-keywords.txt │ ├── describe-opt-out-lists.txt │ ├── describe-opted-out-numbers.txt │ ├── describe-phone-numbers.txt │ ├── describe-pools.txt │ ├── describe-protect-configurations.txt │ ├── describe-registration-attachments.txt │ ├── describe-registration-field-definitions.txt │ ├── describe-registration-field-values.txt │ ├── describe-registration-section-definitions.txt │ ├── describe-registration-type-definitions.txt │ ├── describe-registration-versions.txt │ ├── describe-registrations.txt │ ├── describe-sender-ids.txt │ ├── describe-spend-limits.txt │ ├── describe-verified-destination-numbers.txt │ ├── disassociate-origination-identity.txt │ ├── disassociate-protect-configuration.txt │ ├── discard-registration-version.txt │ ├── get-protect-configuration-country-rule-set.txt │ ├── get-resource-policy.txt │ ├── list-pool-origination-identities.txt │ ├── list-protect-configuration-rule-set-number-overrides.txt │ ├── list-registration-associations.txt │ ├── list-tags-for-resource.txt │ ├── put-keyword.txt │ ├── put-message-feedback.txt │ ├── put-opted-out-number.txt │ ├── put-protect-configuration-rule-set-number-override.txt │ ├── put-registration-field-value.txt │ ├── put-resource-policy.txt │ ├── release-phone-number.txt │ ├── release-sender-id.txt │ ├── request-phone-number.txt │ ├── request-sender-id.txt │ ├── send-destination-number-verification-code.txt │ ├── send-media-message.txt │ ├── send-text-message.txt │ ├── send-voice-message.txt │ ├── set-account-default-protect-configuration.txt │ ├── set-default-message-feedback-enabled.txt │ ├── set-default-message-type.txt │ ├── set-default-sender-id.txt │ ├── set-media-message-spend-limit-override.txt │ ├── set-text-message-spend-limit-override.txt │ ├── set-voice-message-spend-limit-override.txt │ ├── submit-registration-version.txt │ ├── tag-resource.txt │ ├── untag-resource.txt │ ├── update-event-destination.txt │ ├── update-phone-number.txt │ ├── update-pool.txt │ ├── update-protect-configuration-country-rule-set.txt │ ├── update-protect-configuration.txt │ ├── update-sender-id.txt │ └── verify-destination-number.txt ├── pinpoint-sms-voice.txt ├── pinpoint-sms-voice │ ├── create-configuration-set-event-destination.txt │ ├── delete-configuration-set-event-destination.txt │ ├── delete-configuration-set.txt │ ├── get-configuration-set-event-destinations.txt │ ├── send-voice-message.txt │ └── update-configuration-set-event-destination.txt ├── pinpoint.txt ├── pinpoint │ ├── create-campaign.txt │ ├── create-email-template.txt │ ├── create-export-job.txt │ ├── create-import-job.txt │ ├── create-in-app-template.txt │ ├── create-journey.txt │ ├── create-push-template.txt │ ├── create-recommender-configuration.txt │ ├── create-segment.txt │ ├── create-sms-template.txt │ ├── create-voice-template.txt │ ├── delete-adm-channel.txt │ ├── delete-apns-channel.txt │ ├── delete-apns-sandbox-channel.txt │ ├── delete-apns-voip-channel.txt │ ├── delete-apns-voip-sandbox-channel.txt │ ├── delete-app.txt │ ├── delete-baidu-channel.txt │ ├── delete-campaign.txt │ ├── delete-email-channel.txt │ ├── delete-email-template.txt │ ├── delete-endpoint.txt │ ├── delete-event-stream.txt │ ├── delete-gcm-channel.txt │ ├── delete-in-app-template.txt │ ├── delete-journey.txt │ ├── delete-push-template.txt │ ├── delete-recommender-configuration.txt │ ├── delete-segment.txt │ ├── delete-sms-channel.txt │ ├── delete-sms-template.txt │ ├── delete-user-endpoints.txt │ ├── delete-voice-channel.txt │ ├── delete-voice-template.txt │ ├── get-adm-channel.txt │ ├── get-apns-channel.txt │ ├── get-apns-sandbox-channel.txt │ ├── get-apns-voip-channel.txt │ ├── get-apns-voip-sandbox-channel.txt │ ├── get-app.txt │ ├── get-application-date-range-kpi.txt │ ├── get-application-settings.txt │ ├── get-apps.txt │ ├── get-baidu-channel.txt │ ├── get-campaign-activities.txt │ ├── get-campaign-date-range-kpi.txt │ ├── get-campaign-version.txt │ ├── get-campaign-versions.txt │ ├── get-campaign.txt │ ├── get-campaigns.txt │ ├── get-channels.txt │ ├── get-email-channel.txt │ ├── get-email-template.txt │ ├── get-endpoint.txt │ ├── get-event-stream.txt │ ├── get-export-job.txt │ ├── get-export-jobs.txt │ ├── get-gcm-channel.txt │ ├── get-import-job.txt │ ├── get-import-jobs.txt │ ├── get-in-app-messages.txt │ ├── get-in-app-template.txt │ ├── get-journey-date-range-kpi.txt │ ├── get-journey-execution-activity-metrics.txt │ ├── get-journey-execution-metrics.txt │ ├── get-journey-run-execution-activity-metrics.txt │ ├── get-journey-run-execution-metrics.txt │ ├── get-journey-runs.txt │ ├── get-journey.txt │ ├── get-push-template.txt │ ├── get-recommender-configuration.txt │ ├── get-recommender-configurations.txt │ ├── get-segment-export-jobs.txt │ ├── get-segment-import-jobs.txt │ ├── get-segment-version.txt │ ├── get-segment-versions.txt │ ├── get-segment.txt │ ├── get-segments.txt │ ├── get-sms-channel.txt │ ├── get-sms-template.txt │ ├── get-user-endpoints.txt │ ├── get-voice-channel.txt │ ├── get-voice-template.txt │ ├── list-journeys.txt │ ├── list-tags-for-resource.txt │ ├── list-template-versions.txt │ ├── list-templates.txt │ ├── phone-number-validate.txt │ ├── put-event-stream.txt │ ├── put-events.txt │ ├── remove-attributes.txt │ ├── send-messages.txt │ ├── send-otp-message.txt │ ├── send-users-messages.txt │ ├── tag-resource.txt │ ├── untag-resource.txt │ ├── update-adm-channel.txt │ ├── update-apns-channel.txt │ ├── update-apns-sandbox-channel.txt │ ├── update-apns-voip-channel.txt │ ├── update-apns-voip-sandbox-channel.txt │ ├── update-application-settings.txt │ ├── update-baidu-channel.txt │ ├── update-campaign.txt │ ├── update-email-channel.txt │ ├── update-email-template.txt │ ├── update-endpoint.txt │ ├── update-endpoints-batch.txt │ ├── update-gcm-channel.txt │ ├── update-in-app-template.txt │ ├── update-journey-state.txt │ ├── update-journey.txt │ ├── update-push-template.txt │ ├── update-recommender-configuration.txt │ ├── update-segment.txt │ ├── update-sms-channel.txt │ ├── update-sms-template.txt │ ├── update-template-active-version.txt │ ├── update-voice-channel.txt │ ├── update-voice-template.txt │ └── verify-otp-message.txt ├── pipes.txt ├── pipes │ ├── delete-pipe.txt │ ├── describe-pipe.txt │ ├── list-pipes.txt │ ├── list-tags-for-resource.txt │ ├── start-pipe.txt │ ├── stop-pipe.txt │ ├── tag-resource.txt │ ├── untag-resource.txt │ └── update-pipe.txt ├── polly.txt ├── polly │ ├── describe-voices.txt │ ├── get-lexicon.txt │ ├── get-speech-synthesis-task.txt │ ├── list-lexicons.txt │ ├── list-speech-synthesis-tasks.txt │ ├── put-lexicon.txt │ ├── start-speech-synthesis-task.txt │ └── synthesize-speech.txt ├── pricing.txt ├── pricing │ ├── get-attribute-values.txt │ ├── get-price-list-file-url.txt │ ├── get-products.txt │ └── list-price-lists.txt ├── privatenetworks.txt ├── privatenetworks │ ├── activate-device-identifier.txt │ ├── activate-network-site.txt │ ├── configure-access-point.txt │ ├── create-network-site.txt │ ├── create-network.txt │ ├── deactivate-device-identifier.txt │ ├── delete-network-site.txt │ ├── delete-network.txt │ ├── get-device-identifier.txt │ ├── get-network-resource.txt │ ├── get-network-site.txt │ ├── get-network.txt │ ├── get-order.txt │ ├── list-device-identifiers.txt │ ├── list-network-resources.txt │ ├── list-network-sites.txt │ ├── list-networks.txt │ ├── list-orders.txt │ ├── list-tags-for-resource.txt │ ├── ping.txt │ ├── start-network-resource-update.txt │ ├── tag-resource.txt │ ├── untag-resource.txt │ ├── update-network-site-plan.txt │ └── update-network-site.txt ├── proton.txt ├── proton │ ├── cancel-component-deployment.txt │ ├── cancel-environment-deployment.txt │ ├── cancel-service-instance-deployment.txt │ ├── cancel-service-pipeline-deployment.txt │ ├── create-component.txt │ ├── create-environment-account-connection.txt │ ├── create-environment-template-version.txt │ ├── create-environment-template.txt │ ├── create-environment.txt │ ├── create-repository.txt │ ├── create-service-instance.txt │ ├── create-service-sync-config.txt │ ├── create-service-template-version.txt │ ├── create-service-template.txt │ ├── create-service.txt │ ├── create-template-sync-config.txt │ ├── delete-component.txt │ ├── delete-deployment.txt │ ├── delete-environment-account-connection.txt │ ├── delete-environment-template-version.txt │ ├── delete-environment-template.txt │ ├── delete-environment.txt │ ├── delete-repository.txt │ ├── delete-service-sync-config.txt │ ├── delete-service-template-version.txt │ ├── delete-service-template.txt │ ├── delete-service.txt │ ├── delete-template-sync-config.txt │ ├── get-account-settings.txt │ ├── get-component.txt │ ├── get-deployment.txt │ ├── get-environment-account-connection.txt │ ├── get-environment-template-version.txt │ ├── get-environment-template.txt │ ├── get-environment.txt │ ├── get-repository-sync-status.txt │ ├── get-repository.txt │ ├── get-resources-summary.txt │ ├── get-service-instance-sync-status.txt │ ├── get-service-instance.txt │ ├── get-service-sync-blocker-summary.txt │ ├── get-service-sync-config.txt │ ├── get-service-template-version.txt │ ├── get-service-template.txt │ ├── get-service.txt │ ├── get-template-sync-config.txt │ ├── get-template-sync-status.txt │ ├── list-component-outputs.txt │ ├── list-component-provisioned-resources.txt │ ├── list-components.txt │ ├── list-deployments.txt │ ├── list-environment-account-connections.txt │ ├── list-environment-outputs.txt │ ├── list-environment-provisioned-resources.txt │ ├── list-environment-template-versions.txt │ ├── list-environment-templates.txt │ ├── list-environments.txt │ ├── list-repositories.txt │ ├── list-repository-sync-definitions.txt │ ├── list-service-instance-outputs.txt │ ├── list-service-instance-provisioned-resources.txt │ ├── list-service-instances.txt │ ├── list-service-pipeline-outputs.txt │ ├── list-service-pipeline-provisioned-resources.txt │ ├── list-service-template-versions.txt │ ├── list-service-templates.txt │ ├── list-services.txt │ ├── list-tags-for-resource.txt │ ├── notify-resource-deployment-status-change.txt │ ├── reject-environment-account-connection.txt │ ├── tag-resource.txt │ ├── untag-resource.txt │ ├── update-account-settings.txt │ ├── update-component.txt │ ├── update-environment-account-connection.txt │ ├── update-environment-template-version.txt │ ├── update-environment-template.txt │ ├── update-environment.txt │ ├── update-service-instance.txt │ ├── update-service-pipeline.txt │ ├── update-service-sync-blocker.txt │ ├── update-service-sync-config.txt │ ├── update-service-template-version.txt │ ├── update-service-template.txt │ ├── update-service.txt │ ├── update-template-sync-config.txt │ ├── wait.txt │ └── wait │ │ ├── component-deployed.txt │ │ ├── environment-deployed.txt │ │ ├── environment-template-version-registered.txt │ │ ├── service-created.txt │ │ ├── service-deleted.txt │ │ ├── service-instance-deployed.txt │ │ ├── service-pipeline-deployed.txt │ │ ├── service-template-version-registered.txt │ │ └── service-updated.txt ├── qapps.txt ├── qapps │ ├── associate-q-app-with-user.txt │ ├── batch-create-category.txt │ ├── batch-delete-category.txt │ ├── batch-update-category.txt │ ├── create-library-item.txt │ ├── create-presigned-url.txt │ ├── create-q-app.txt │ ├── delete-library-item.txt │ ├── delete-q-app.txt │ ├── describe-q-app-permissions.txt │ ├── disassociate-library-item-review.txt │ ├── disassociate-q-app-from-user.txt │ ├── export-q-app-session-data.txt │ ├── get-library-item.txt │ ├── get-q-app-session-metadata.txt │ ├── get-q-app-session.txt │ ├── get-q-app.txt │ ├── import-document.txt │ ├── list-categories.txt │ ├── list-library-items.txt │ ├── list-q-app-session-data.txt │ ├── list-q-apps.txt │ ├── list-tags-for-resource.txt │ ├── predict-q-app.txt │ ├── start-q-app-session.txt │ ├── stop-q-app-session.txt │ ├── tag-resource.txt │ ├── untag-resource.txt │ ├── update-library-item-metadata.txt │ ├── update-library-item.txt │ ├── update-q-app-permissions.txt │ ├── update-q-app-session-metadata.txt │ ├── update-q-app-session.txt │ └── update-q-app.txt ├── qbusiness.txt ├── qbusiness │ ├── batch-delete-document.txt │ ├── batch-put-document.txt │ ├── chat-sync.txt │ ├── create-application.txt │ ├── create-data-accessor.txt │ ├── create-data-source.txt │ ├── create-index.txt │ ├── create-plugin.txt │ ├── create-retriever.txt │ ├── create-user.txt │ ├── create-web-experience.txt │ ├── delete-application.txt │ ├── delete-chat-controls-configuration.txt │ ├── delete-conversation.txt │ ├── delete-data-accessor.txt │ ├── delete-data-source.txt │ ├── delete-group.txt │ ├── delete-index.txt │ ├── delete-plugin.txt │ ├── delete-retriever.txt │ ├── delete-user.txt │ ├── delete-web-experience.txt │ ├── disassociate-permission.txt │ ├── get-application.txt │ ├── get-chat-controls-configuration.txt │ ├── get-data-accessor.txt │ ├── get-data-source.txt │ ├── get-group.txt │ ├── get-index.txt │ ├── get-media.txt │ ├── get-plugin.txt │ ├── get-policy.txt │ ├── get-retriever.txt │ ├── get-user.txt │ ├── get-web-experience.txt │ ├── list-applications.txt │ ├── list-attachments.txt │ ├── list-conversations.txt │ ├── list-data-accessors.txt │ ├── list-data-source-sync-jobs.txt │ ├── list-data-sources.txt │ ├── list-documents.txt │ ├── list-groups.txt │ ├── list-indices.txt │ ├── list-messages.txt │ ├── list-plugin-actions.txt │ ├── list-plugin-type-actions.txt │ ├── list-plugin-type-metadata.txt │ ├── list-plugins.txt │ ├── list-retrievers.txt │ ├── list-tags-for-resource.txt │ ├── list-web-experiences.txt │ ├── put-feedback.txt │ ├── put-group.txt │ ├── search-relevant-content.txt │ ├── start-data-source-sync-job.txt │ ├── stop-data-source-sync-job.txt │ ├── tag-resource.txt │ ├── untag-resource.txt │ ├── update-application.txt │ ├── update-chat-controls-configuration.txt │ ├── update-data-accessor.txt │ ├── update-data-source.txt │ ├── update-index.txt │ ├── update-plugin.txt │ ├── update-retriever.txt │ ├── update-user.txt │ └── update-web-experience.txt ├── qconnect.txt ├── qconnect │ ├── create-ai-agent-version.txt │ ├── create-ai-agent.txt │ ├── create-ai-guardrail-version.txt │ ├── create-ai-guardrail.txt │ ├── create-ai-prompt-version.txt │ ├── create-ai-prompt.txt │ ├── create-assistant-association.txt │ ├── create-assistant.txt │ ├── create-content-association.txt │ ├── create-content.txt │ ├── create-knowledge-base.txt │ ├── create-message-template-attachment.txt │ ├── create-message-template-version.txt │ ├── create-message-template.txt │ ├── create-quick-response.txt │ ├── create-session.txt │ ├── deactivate-message-template.txt │ ├── delete-ai-agent-version.txt │ ├── delete-ai-agent.txt │ ├── delete-ai-guardrail-version.txt │ ├── delete-ai-guardrail.txt │ ├── delete-ai-prompt-version.txt │ ├── delete-ai-prompt.txt │ ├── delete-assistant-association.txt │ ├── delete-assistant.txt │ ├── delete-content-association.txt │ ├── delete-content.txt │ ├── delete-import-job.txt │ ├── delete-knowledge-base.txt │ ├── delete-message-template-attachment.txt │ ├── delete-message-template.txt │ ├── delete-quick-response.txt │ ├── get-ai-agent.txt │ ├── get-ai-guardrail.txt │ ├── get-ai-prompt.txt │ ├── get-assistant-association.txt │ ├── get-assistant.txt │ ├── get-content-association.txt │ ├── get-content-summary.txt │ ├── get-content.txt │ ├── get-import-job.txt │ ├── get-knowledge-base.txt │ ├── get-message-template.txt │ ├── get-next-message.txt │ ├── get-quick-response.txt │ ├── get-recommendations.txt │ ├── get-session.txt │ ├── list-ai-agent-versions.txt │ ├── list-ai-agents.txt │ ├── list-ai-guardrail-versions.txt │ ├── list-ai-guardrails.txt │ ├── list-ai-prompt-versions.txt │ ├── list-ai-prompts.txt │ ├── list-assistant-associations.txt │ ├── list-assistants.txt │ ├── list-content-associations.txt │ ├── list-contents.txt │ ├── list-import-jobs.txt │ ├── list-knowledge-bases.txt │ ├── list-message-template-versions.txt │ ├── list-message-templates.txt │ ├── list-messages.txt │ ├── list-quick-responses.txt │ ├── list-tags-for-resource.txt │ ├── notify-recommendations-received.txt │ ├── put-feedback.txt │ ├── query-assistant.txt │ ├── remove-assistant-ai-agent.txt │ ├── remove-knowledge-base-template-uri.txt │ ├── render-message-template.txt │ ├── search-content.txt │ ├── search-message-templates.txt │ ├── search-quick-responses.txt │ ├── search-sessions.txt │ ├── send-message.txt │ ├── start-content-upload.txt │ ├── start-import-job.txt │ ├── tag-resource.txt │ ├── untag-resource.txt │ ├── update-ai-agent.txt │ ├── update-ai-guardrail.txt │ ├── update-ai-prompt.txt │ ├── update-assistant-ai-agent.txt │ ├── update-content.txt │ ├── update-knowledge-base-template-uri.txt │ ├── update-message-template-metadata.txt │ ├── update-message-template.txt │ ├── update-quick-response.txt │ ├── update-session-data.txt │ └── update-session.txt ├── qldb-session.txt ├── qldb-session │ └── send-command.txt ├── qldb.txt ├── qldb │ ├── create-ledger.txt │ ├── delete-ledger.txt │ ├── describe-journal-kinesis-stream.txt │ ├── describe-journal-s3-export.txt │ ├── describe-ledger.txt │ ├── export-journal-to-s3.txt │ ├── get-block.txt │ ├── get-digest.txt │ ├── get-revision.txt │ ├── list-journal-kinesis-streams-for-ledger.txt │ ├── list-journal-s3-exports-for-ledger.txt │ ├── list-journal-s3-exports.txt │ ├── list-ledgers.txt │ ├── list-tags-for-resource.txt │ ├── stream-journal-to-kinesis.txt │ ├── tag-resource.txt │ ├── untag-resource.txt │ ├── update-ledger-permissions-mode.txt │ └── update-ledger.txt ├── quicksight.txt ├── quicksight │ ├── batch-delete-topic-reviewed-answer.txt │ ├── cancel-ingestion.txt │ ├── create-account-customization.txt │ ├── create-account-subscription.txt │ ├── create-analysis.txt │ ├── create-brand.txt │ ├── create-custom-permissions.txt │ ├── create-dashboard.txt │ ├── create-data-set.txt │ ├── create-data-source.txt │ ├── create-folder-membership.txt │ ├── create-folder.txt │ ├── create-group-membership.txt │ ├── create-group.txt │ ├── create-iam-policy-assignment.txt │ ├── create-ingestion.txt │ ├── create-namespace.txt │ ├── create-refresh-schedule.txt │ ├── create-role-membership.txt │ ├── create-template-alias.txt │ ├── create-template.txt │ ├── create-theme-alias.txt │ ├── create-theme.txt │ ├── create-topic-refresh-schedule.txt │ ├── create-topic.txt │ ├── create-vpc-connection.txt │ ├── delete-account-customization.txt │ ├── delete-account-subscription.txt │ ├── delete-analysis.txt │ ├── delete-brand-assignment.txt │ ├── delete-brand.txt │ ├── delete-custom-permissions.txt │ ├── delete-dashboard.txt │ ├── delete-data-set-refresh-properties.txt │ ├── delete-data-set.txt │ ├── delete-data-source.txt │ ├── delete-default-q-business-application.txt │ ├── delete-folder-membership.txt │ ├── delete-folder.txt │ ├── delete-group-membership.txt │ ├── delete-group.txt │ ├── delete-iam-policy-assignment.txt │ ├── delete-identity-propagation-config.txt │ ├── delete-namespace.txt │ ├── delete-refresh-schedule.txt │ ├── delete-role-custom-permission.txt │ ├── delete-role-membership.txt │ ├── delete-template-alias.txt │ ├── delete-template.txt │ ├── delete-theme-alias.txt │ ├── delete-theme.txt │ ├── delete-topic-refresh-schedule.txt │ ├── delete-topic.txt │ ├── delete-user-by-principal-id.txt │ ├── delete-user-custom-permission.txt │ ├── delete-user.txt │ ├── delete-vpc-connection.txt │ ├── describe-account-customization.txt │ ├── describe-account-settings.txt │ ├── describe-account-subscription.txt │ ├── describe-analysis-definition.txt │ ├── describe-analysis-permissions.txt │ ├── describe-analysis.txt │ ├── describe-asset-bundle-export-job.txt │ ├── describe-asset-bundle-import-job.txt │ ├── describe-brand-assignment.txt │ ├── describe-brand-published-version.txt │ ├── describe-brand.txt │ ├── describe-custom-permissions.txt │ ├── describe-dashboard-definition.txt │ ├── describe-dashboard-permissions.txt │ ├── describe-dashboard-snapshot-job-result.txt │ ├── describe-dashboard-snapshot-job.txt │ ├── describe-dashboard.txt │ ├── describe-dashboards-qa-configuration.txt │ ├── describe-data-set-permissions.txt │ ├── describe-data-set-refresh-properties.txt │ ├── describe-data-set.txt │ ├── describe-data-source-permissions.txt │ ├── describe-data-source.txt │ ├── describe-default-q-business-application.txt │ ├── describe-folder-permissions.txt │ ├── describe-folder-resolved-permissions.txt │ ├── describe-folder.txt │ ├── describe-group-membership.txt │ ├── describe-group.txt │ ├── describe-iam-policy-assignment.txt │ ├── describe-ingestion.txt │ ├── describe-ip-restriction.txt │ ├── describe-key-registration.txt │ ├── describe-namespace.txt │ ├── describe-q-personalization-configuration.txt │ ├── describe-quick-sight-q-search-configuration.txt │ ├── describe-refresh-schedule.txt │ ├── describe-role-custom-permission.txt │ ├── describe-template-alias.txt │ ├── describe-template-definition.txt │ ├── describe-template-permissions.txt │ ├── describe-template.txt │ ├── describe-theme-alias.txt │ ├── describe-theme-permissions.txt │ ├── describe-theme.txt │ ├── describe-topic-permissions.txt │ ├── describe-topic-refresh-schedule.txt │ ├── describe-topic-refresh.txt │ ├── describe-topic.txt │ ├── describe-user.txt │ ├── describe-vpc-connection.txt │ ├── generate-embed-url-for-anonymous-user.txt │ ├── generate-embed-url-for-registered-user-with-identity.txt │ ├── generate-embed-url-for-registered-user.txt │ ├── get-dashboard-embed-url.txt │ ├── get-session-embed-url.txt │ ├── list-analyses.txt │ ├── list-asset-bundle-export-jobs.txt │ ├── list-asset-bundle-import-jobs.txt │ ├── list-brands.txt │ ├── list-custom-permissions.txt │ ├── list-dashboard-versions.txt │ ├── list-dashboards.txt │ ├── list-data-sets.txt │ ├── list-data-sources.txt │ ├── list-folder-members.txt │ ├── list-folders-for-resource.txt │ ├── list-folders.txt │ ├── list-group-memberships.txt │ ├── list-groups.txt │ ├── list-iam-policy-assignments-for-user.txt │ ├── list-iam-policy-assignments.txt │ ├── list-identity-propagation-configs.txt │ ├── list-ingestions.txt │ ├── list-namespaces.txt │ ├── list-refresh-schedules.txt │ ├── list-role-memberships.txt │ ├── list-tags-for-resource.txt │ ├── list-template-aliases.txt │ ├── list-template-versions.txt │ ├── list-templates.txt │ ├── list-theme-aliases.txt │ ├── list-theme-versions.txt │ ├── list-themes.txt │ ├── list-topic-refresh-schedules.txt │ ├── list-topic-reviewed-answers.txt │ ├── list-topics.txt │ ├── list-user-groups.txt │ ├── list-users.txt │ ├── list-vpc-connections.txt │ ├── predict-qa-results.txt │ ├── put-data-set-refresh-properties.txt │ ├── register-user.txt │ ├── restore-analysis.txt │ ├── search-analyses.txt │ ├── search-dashboards.txt │ ├── search-data-sets.txt │ ├── search-data-sources.txt │ ├── search-folders.txt │ ├── search-groups.txt │ ├── search-topics.txt │ ├── start-asset-bundle-export-job.txt │ ├── start-asset-bundle-import-job.txt │ ├── start-dashboard-snapshot-job-schedule.txt │ ├── start-dashboard-snapshot-job.txt │ ├── tag-resource.txt │ ├── untag-resource.txt │ ├── update-account-customization.txt │ ├── update-account-settings.txt │ ├── update-analysis-permissions.txt │ ├── update-analysis.txt │ ├── update-application-with-token-exchange-grant.txt │ ├── update-brand-assignment.txt │ ├── update-brand-published-version.txt │ ├── update-brand.txt │ ├── update-custom-permissions.txt │ ├── update-dashboard-links.txt │ ├── update-dashboard-permissions.txt │ ├── update-dashboard-published-version.txt │ ├── update-dashboard.txt │ ├── update-dashboards-qa-configuration.txt │ ├── update-data-set-permissions.txt │ ├── update-data-set.txt │ ├── update-data-source-permissions.txt │ ├── update-data-source.txt │ ├── update-default-q-business-application.txt │ ├── update-folder-permissions.txt │ ├── update-folder.txt │ ├── update-group.txt │ ├── update-iam-policy-assignment.txt │ ├── update-identity-propagation-config.txt │ ├── update-ip-restriction.txt │ ├── update-key-registration.txt │ ├── update-public-sharing-settings.txt │ ├── update-q-personalization-configuration.txt │ ├── update-quick-sight-q-search-configuration.txt │ ├── update-refresh-schedule.txt │ ├── update-role-custom-permission.txt │ ├── update-spice-capacity-configuration.txt │ ├── update-template-alias.txt │ ├── update-template-permissions.txt │ ├── update-template.txt │ ├── update-theme-alias.txt │ ├── update-theme-permissions.txt │ ├── update-theme.txt │ ├── update-topic-permissions.txt │ ├── update-topic-refresh-schedule.txt │ ├── update-topic.txt │ ├── update-user-custom-permission.txt │ ├── update-user.txt │ └── update-vpc-connection.txt ├── ram.txt ├── ram │ ├── associate-resource-share-permission.txt │ ├── associate-resource-share.txt │ ├── create-permission-version.txt │ ├── create-permission.txt │ ├── create-resource-share.txt │ ├── delete-permission-version.txt │ ├── delete-permission.txt │ ├── delete-resource-share.txt │ ├── disassociate-resource-share-permission.txt │ ├── disassociate-resource-share.txt │ ├── enable-sharing-with-aws-organization.txt │ ├── get-permission.txt │ ├── get-resource-policies.txt │ ├── get-resource-share-associations.txt │ ├── get-resource-share-invitations.txt │ ├── get-resource-shares.txt │ ├── list-pending-invitation-resources.txt │ ├── list-permission-associations.txt │ ├── list-permission-versions.txt │ ├── list-permissions.txt │ ├── list-principals.txt │ ├── list-replace-permission-associations-work.txt │ ├── list-resource-share-permissions.txt │ ├── list-resource-types.txt │ ├── list-resources.txt │ ├── promote-permission-created-from-policy.txt │ ├── promote-resource-share-created-from-policy.txt │ ├── reject-resource-share-invitation.txt │ ├── replace-permission-associations.txt │ ├── set-default-permission-version.txt │ ├── tag-resource.txt │ ├── untag-resource.txt │ └── update-resource-share.txt ├── rbin.txt ├── rbin │ ├── delete-rule.txt │ ├── get-rule.txt │ ├── list-rules.txt │ ├── list-tags-for-resource.txt │ ├── lock-rule.txt │ ├── tag-resource.txt │ ├── unlock-rule.txt │ ├── untag-resource.txt │ └── update-rule.txt ├── rds-data.txt ├── rds-data │ ├── begin-transaction.txt │ ├── commit-transaction.txt │ ├── execute-statement.txt │ └── rollback-transaction.txt ├── rds.txt ├── rds │ ├── add-role-to-db-cluster.txt │ ├── add-role-to-db-instance.txt │ ├── add-source-identifier-to-subscription.txt │ ├── add-tags-to-resource.txt │ ├── apply-pending-maintenance-action.txt │ ├── authorize-db-security-group-ingress.txt │ ├── backtrack-db-cluster.txt │ ├── cancel-export-task.txt │ ├── copy-db-cluster-parameter-group.txt │ ├── copy-db-cluster-snapshot.txt │ ├── copy-db-parameter-group.txt │ ├── copy-db-snapshot.txt │ ├── copy-option-group.txt │ ├── create-blue-green-deployment.txt │ ├── create-custom-availability-zone.txt │ ├── create-custom-db-engine-version.txt │ ├── create-db-cluster-endpoint.txt │ ├── create-db-cluster-parameter-group.txt │ ├── create-db-cluster-snapshot.txt │ ├── create-db-cluster.txt │ ├── create-db-instance-read-replica.txt │ ├── create-db-instance.txt │ ├── create-db-parameter-group.txt │ ├── create-db-proxy-endpoint.txt │ ├── create-db-proxy.txt │ ├── create-db-security-group.txt │ ├── create-db-shard-group.txt │ ├── create-db-snapshot.txt │ ├── create-db-subnet-group.txt │ ├── create-event-subscription.txt │ ├── create-global-cluster.txt │ ├── create-integration.txt │ ├── create-option-group.txt │ ├── create-tenant-database.txt │ ├── delete-blue-green-deployment.txt │ ├── delete-custom-availability-zone.txt │ ├── delete-custom-db-engine-version.txt │ ├── delete-db-cluster-automated-backup.txt │ ├── delete-db-cluster-endpoint.txt │ ├── delete-db-cluster-parameter-group.txt │ ├── delete-db-cluster-snapshot.txt │ ├── delete-db-cluster.txt │ ├── delete-db-instance-automated-backup.txt │ ├── delete-db-instance.txt │ ├── delete-db-parameter-group.txt │ ├── delete-db-proxy-endpoint.txt │ ├── delete-db-proxy.txt │ ├── delete-db-security-group.txt │ ├── delete-db-shard-group.txt │ ├── delete-db-snapshot.txt │ ├── delete-db-subnet-group.txt │ ├── delete-event-subscription.txt │ ├── delete-global-cluster.txt │ ├── delete-installation-media.txt │ ├── delete-integration.txt │ ├── delete-option-group.txt │ ├── delete-tenant-database.txt │ ├── deregister-db-proxy-targets.txt │ ├── describe-account-attributes.txt │ ├── describe-blue-green-deployments.txt │ ├── describe-certificates.txt │ ├── describe-custom-availability-zones.txt │ ├── describe-db-cluster-automated-backups.txt │ ├── describe-db-cluster-backtracks.txt │ ├── describe-db-cluster-endpoints.txt │ ├── describe-db-cluster-parameter-groups.txt │ ├── describe-db-cluster-parameters.txt │ ├── describe-db-cluster-snapshot-attributes.txt │ ├── describe-db-cluster-snapshots.txt │ ├── describe-db-clusters.txt │ ├── describe-db-engine-versions.txt │ ├── describe-db-instance-automated-backups.txt │ ├── describe-db-instances.txt │ ├── describe-db-log-files.txt │ ├── describe-db-parameter-groups.txt │ ├── describe-db-parameters.txt │ ├── describe-db-proxies.txt │ ├── describe-db-proxy-endpoints.txt │ ├── describe-db-proxy-target-groups.txt │ ├── describe-db-proxy-targets.txt │ ├── describe-db-recommendations.txt │ ├── describe-db-security-groups.txt │ ├── describe-db-shard-groups.txt │ ├── describe-db-snapshot-attributes.txt │ ├── describe-db-snapshot-tenant-databases.txt │ ├── describe-db-snapshots.txt │ ├── describe-db-subnet-groups.txt │ ├── describe-engine-default-cluster-parameters.txt │ ├── describe-engine-default-parameters.txt │ ├── describe-event-categories.txt │ ├── describe-event-subscriptions.txt │ ├── describe-events.txt │ ├── describe-export-tasks.txt │ ├── describe-global-clusters.txt │ ├── describe-installation-media.txt │ ├── describe-integrations.txt │ ├── describe-option-group-options.txt │ ├── describe-option-groups.txt │ ├── describe-orderable-db-instance-options.txt │ ├── describe-pending-maintenance-actions.txt │ ├── describe-reserved-db-instances-offerings.txt │ ├── describe-reserved-db-instances.txt │ ├── describe-source-regions.txt │ ├── describe-tenant-databases.txt │ ├── describe-valid-db-instance-modifications.txt │ ├── disable-http-endpoint.txt │ ├── download-db-log-file-portion.txt │ ├── enable-http-endpoint.txt │ ├── failover-db-cluster.txt │ ├── failover-global-cluster.txt │ ├── generate-db-auth-token.txt │ ├── import-installation-media.txt │ ├── list-tags-for-resource.txt │ ├── modify-activity-stream.txt │ ├── modify-certificates.txt │ ├── modify-current-db-cluster-capacity.txt │ ├── modify-custom-db-engine-version.txt │ ├── modify-db-cluster-endpoint.txt │ ├── modify-db-cluster-parameter-group.txt │ ├── modify-db-cluster-snapshot-attribute.txt │ ├── modify-db-cluster.txt │ ├── modify-db-instance.txt │ ├── modify-db-parameter-group.txt │ ├── modify-db-proxy-endpoint.txt │ ├── modify-db-proxy-target-group.txt │ ├── modify-db-proxy.txt │ ├── modify-db-recommendation.txt │ ├── modify-db-shard-group.txt │ ├── modify-db-snapshot-attribute.txt │ ├── modify-db-snapshot.txt │ ├── modify-db-subnet-group.txt │ ├── modify-event-subscription.txt │ ├── modify-global-cluster.txt │ ├── modify-integration.txt │ ├── modify-tenant-database.txt │ ├── promote-read-replica-db-cluster.txt │ ├── promote-read-replica.txt │ ├── purchase-reserved-db-instances-offering.txt │ ├── reboot-db-cluster.txt │ ├── reboot-db-instance.txt │ ├── reboot-db-shard-group.txt │ ├── register-db-proxy-targets.txt │ ├── remove-from-global-cluster.txt │ ├── remove-option-from-option-group.txt │ ├── remove-role-from-db-cluster.txt │ ├── remove-role-from-db-instance.txt │ ├── remove-source-identifier-from-subscription.txt │ ├── remove-tags-from-resource.txt │ ├── reset-db-cluster-parameter-group.txt │ ├── reset-db-parameter-group.txt │ ├── restore-db-cluster-from-s3.txt │ ├── restore-db-cluster-from-snapshot.txt │ ├── restore-db-cluster-to-point-in-time.txt │ ├── restore-db-instance-from-db-snapshot.txt │ ├── restore-db-instance-from-s3.txt │ ├── restore-db-instance-to-point-in-time.txt │ ├── revoke-db-security-group-ingress.txt │ ├── start-activity-stream.txt │ ├── start-db-cluster.txt │ ├── start-db-instance-automated-backups-replication.txt │ ├── start-db-instance.txt │ ├── start-export-task.txt │ ├── stop-activity-stream.txt │ ├── stop-db-cluster.txt │ ├── stop-db-instance-automated-backups-replication.txt │ ├── stop-db-instance.txt │ ├── switchover-blue-green-deployment.txt │ ├── switchover-global-cluster.txt │ ├── switchover-read-replica.txt │ ├── wait.txt │ └── wait │ │ ├── db-cluster-deleted.txt │ │ ├── db-cluster-snapshot-available.txt │ │ ├── db-cluster-snapshot-deleted.txt │ │ ├── db-instance-available.txt │ │ ├── db-instance-deleted.txt │ │ ├── db-snapshot-available.txt │ │ ├── db-snapshot-completed.txt │ │ ├── db-snapshot-deleted.txt │ │ ├── tenant-database-available.txt │ │ └── tenant-database-deleted.txt ├── redshift-data.txt ├── redshift-data │ ├── cancel-statement.txt │ ├── describe-statement.txt │ ├── describe-table.txt │ ├── execute-statement.txt │ ├── get-statement-result-v2.txt │ ├── get-statement-result.txt │ ├── list-databases.txt │ ├── list-schemas.txt │ ├── list-statements.txt │ └── list-tables.txt ├── redshift-serverless.txt ├── redshift-serverless │ ├── create-custom-domain-association.txt │ ├── create-endpoint-access.txt │ ├── create-namespace.txt │ ├── create-scheduled-action.txt │ ├── create-snapshot-copy-configuration.txt │ ├── create-snapshot.txt │ ├── create-usage-limit.txt │ ├── create-workgroup.txt │ ├── delete-custom-domain-association.txt │ ├── delete-endpoint-access.txt │ ├── delete-namespace.txt │ ├── delete-resource-policy.txt │ ├── delete-scheduled-action.txt │ ├── delete-snapshot-copy-configuration.txt │ ├── delete-snapshot.txt │ ├── delete-usage-limit.txt │ ├── delete-workgroup.txt │ ├── get-credentials.txt │ ├── get-custom-domain-association.txt │ ├── get-endpoint-access.txt │ ├── get-namespace.txt │ ├── get-recovery-point.txt │ ├── get-resource-policy.txt │ ├── get-scheduled-action.txt │ ├── get-snapshot.txt │ ├── get-table-restore-status.txt │ ├── get-usage-limit.txt │ ├── get-workgroup.txt │ ├── list-custom-domain-associations.txt │ ├── list-endpoint-access.txt │ ├── list-managed-workgroups.txt │ ├── list-namespaces.txt │ ├── list-recovery-points.txt │ ├── list-scheduled-actions.txt │ ├── list-snapshot-copy-configurations.txt │ ├── list-snapshots.txt │ ├── list-table-restore-status.txt │ ├── list-tags-for-resource.txt │ ├── list-usage-limits.txt │ ├── list-workgroups.txt │ ├── put-resource-policy.txt │ ├── restore-from-recovery-point.txt │ ├── restore-from-snapshot.txt │ ├── restore-table-from-recovery-point.txt │ ├── restore-table-from-snapshot.txt │ ├── tag-resource.txt │ ├── untag-resource.txt │ ├── update-custom-domain-association.txt │ ├── update-endpoint-access.txt │ ├── update-namespace.txt │ ├── update-scheduled-action.txt │ ├── update-snapshot-copy-configuration.txt │ ├── update-snapshot.txt │ ├── update-usage-limit.txt │ └── update-workgroup.txt ├── redshift.txt ├── redshift │ ├── add-partner.txt │ ├── associate-data-share-consumer.txt │ ├── authorize-cluster-security-group-ingress.txt │ ├── authorize-data-share.txt │ ├── authorize-endpoint-access.txt │ ├── authorize-snapshot-access.txt │ ├── batch-delete-cluster-snapshots.txt │ ├── batch-modify-cluster-snapshots.txt │ ├── cancel-resize.txt │ ├── copy-cluster-snapshot.txt │ ├── create-authentication-profile.txt │ ├── create-cluster-parameter-group.txt │ ├── create-cluster-security-group.txt │ ├── create-cluster-snapshot.txt │ ├── create-cluster-subnet-group.txt │ ├── create-cluster.txt │ ├── create-custom-domain-association.txt │ ├── create-endpoint-access.txt │ ├── create-event-subscription.txt │ ├── create-hsm-client-certificate.txt │ ├── create-hsm-configuration.txt │ ├── create-integration.txt │ ├── create-redshift-idc-application.txt │ ├── create-scheduled-action.txt │ ├── create-snapshot-copy-grant.txt │ ├── create-snapshot-schedule.txt │ ├── create-tags.txt │ ├── create-usage-limit.txt │ ├── deauthorize-data-share.txt │ ├── delete-authentication-profile.txt │ ├── delete-cluster-parameter-group.txt │ ├── delete-cluster-security-group.txt │ ├── delete-cluster-snapshot.txt │ ├── delete-cluster-subnet-group.txt │ ├── delete-cluster.txt │ ├── delete-custom-domain-association.txt │ ├── delete-endpoint-access.txt │ ├── delete-event-subscription.txt │ ├── delete-hsm-client-certificate.txt │ ├── delete-hsm-configuration.txt │ ├── delete-integration.txt │ ├── delete-partner.txt │ ├── delete-redshift-idc-application.txt │ ├── delete-resource-policy.txt │ ├── delete-scheduled-action.txt │ ├── delete-snapshot-copy-grant.txt │ ├── delete-snapshot-schedule.txt │ ├── delete-tags.txt │ ├── delete-usage-limit.txt │ ├── deregister-namespace.txt │ ├── describe-account-attributes.txt │ ├── describe-authentication-profiles.txt │ ├── describe-cluster-db-revisions.txt │ ├── describe-cluster-parameter-groups.txt │ ├── describe-cluster-parameters.txt │ ├── describe-cluster-security-groups.txt │ ├── describe-cluster-snapshots.txt │ ├── describe-cluster-subnet-groups.txt │ ├── describe-cluster-tracks.txt │ ├── describe-cluster-versions.txt │ ├── describe-clusters.txt │ ├── describe-custom-domain-associations.txt │ ├── describe-data-shares-for-consumer.txt │ ├── describe-data-shares-for-producer.txt │ ├── describe-data-shares.txt │ ├── describe-default-cluster-parameters.txt │ ├── describe-endpoint-access.txt │ ├── describe-endpoint-authorization.txt │ ├── describe-event-categories.txt │ ├── describe-event-subscriptions.txt │ ├── describe-events.txt │ ├── describe-hsm-client-certificates.txt │ ├── describe-hsm-configurations.txt │ ├── describe-inbound-integrations.txt │ ├── describe-integrations.txt │ ├── describe-logging-status.txt │ ├── describe-node-configuration-options.txt │ ├── describe-orderable-cluster-options.txt │ ├── describe-partners.txt │ ├── describe-redshift-idc-applications.txt │ ├── describe-reserved-node-exchange-status.txt │ ├── describe-reserved-node-offerings.txt │ ├── describe-reserved-nodes.txt │ ├── describe-resize.txt │ ├── describe-scheduled-actions.txt │ ├── describe-snapshot-copy-grants.txt │ ├── describe-snapshot-schedules.txt │ ├── describe-storage.txt │ ├── describe-table-restore-status.txt │ ├── describe-tags.txt │ ├── describe-usage-limits.txt │ ├── disable-logging.txt │ ├── disable-snapshot-copy.txt │ ├── disassociate-data-share-consumer.txt │ ├── enable-logging.txt │ ├── enable-snapshot-copy.txt │ ├── failover-primary-compute.txt │ ├── get-cluster-credentials-with-iam.txt │ ├── get-cluster-credentials.txt │ ├── get-reserved-node-exchange-configuration-options.txt │ ├── get-reserved-node-exchange-offerings.txt │ ├── get-resource-policy.txt │ ├── list-recommendations.txt │ ├── modify-aqua-configuration.txt │ ├── modify-authentication-profile.txt │ ├── modify-cluster-db-revision.txt │ ├── modify-cluster-iam-roles.txt │ ├── modify-cluster-maintenance.txt │ ├── modify-cluster-parameter-group.txt │ ├── modify-cluster-snapshot-schedule.txt │ ├── modify-cluster-snapshot.txt │ ├── modify-cluster-subnet-group.txt │ ├── modify-cluster.txt │ ├── modify-custom-domain-association.txt │ ├── modify-endpoint-access.txt │ ├── modify-event-subscription.txt │ ├── modify-integration.txt │ ├── modify-redshift-idc-application.txt │ ├── modify-scheduled-action.txt │ ├── modify-snapshot-copy-retention-period.txt │ ├── modify-snapshot-schedule.txt │ ├── modify-usage-limit.txt │ ├── pause-cluster.txt │ ├── purchase-reserved-node-offering.txt │ ├── put-resource-policy.txt │ ├── reboot-cluster.txt │ ├── register-namespace.txt │ ├── reject-data-share.txt │ ├── reset-cluster-parameter-group.txt │ ├── resize-cluster.txt │ ├── restore-from-cluster-snapshot.txt │ ├── restore-table-from-cluster-snapshot.txt │ ├── resume-cluster.txt │ ├── revoke-cluster-security-group-ingress.txt │ ├── revoke-endpoint-access.txt │ ├── revoke-snapshot-access.txt │ ├── rotate-encryption-key.txt │ ├── update-partner-status.txt │ ├── wait.txt │ └── wait │ │ ├── cluster-deleted.txt │ │ ├── cluster-restored.txt │ │ └── snapshot-available.txt ├── redshiftserverless.txt ├── redshiftserverless │ ├── create-endpoint-access.txt │ ├── create-namespace.txt │ ├── create-snapshot.txt │ ├── create-usage-limit.txt │ ├── create-workgroup.txt │ ├── delete-endpoint-access.txt │ ├── delete-namespace.txt │ ├── delete-resource-policy.txt │ ├── delete-snapshot.txt │ ├── delete-usage-limit.txt │ ├── delete-workgroup.txt │ ├── get-credentials.txt │ ├── get-endpoint-access.txt │ ├── get-namespace.txt │ ├── get-recovery-point.txt │ ├── get-resource-policy.txt │ ├── get-snapshot.txt │ ├── get-usage-limit.txt │ ├── get-workgroup.txt │ ├── list-endpoint-access.txt │ ├── list-namespaces.txt │ ├── list-recovery-points.txt │ ├── list-snapshots.txt │ ├── list-tags-for-resource.txt │ ├── list-usage-limits.txt │ ├── list-workgroups.txt │ ├── put-resource-policy.txt │ ├── restore-from-recovery-point.txt │ ├── restore-from-snapshot.txt │ ├── tag-resource.txt │ ├── untag-resource.txt │ ├── update-endpoint-access.txt │ ├── update-namespace.txt │ ├── update-snapshot.txt │ ├── update-usage-limit.txt │ └── update-workgroup.txt ├── rekognition.txt ├── rekognition │ ├── compare-faces.txt │ ├── copy-project-version.txt │ ├── create-collection.txt │ ├── create-dataset.txt │ ├── create-face-liveness-session.txt │ ├── create-project-version.txt │ ├── create-project.txt │ ├── create-stream-processor.txt │ ├── create-user.txt │ ├── delete-collection.txt │ ├── delete-dataset.txt │ ├── delete-faces.txt │ ├── delete-project-policy.txt │ ├── delete-project-version.txt │ ├── delete-project.txt │ ├── delete-stream-processor.txt │ ├── delete-user.txt │ ├── describe-collection.txt │ ├── describe-dataset.txt │ ├── describe-project-versions.txt │ ├── describe-projects.txt │ ├── describe-stream-processor.txt │ ├── detect-custom-labels.txt │ ├── detect-faces.txt │ ├── detect-labels.txt │ ├── detect-moderation-labels.txt │ ├── detect-protective-equipment.txt │ ├── detect-text.txt │ ├── disassociate-faces.txt │ ├── distribute-dataset-entries.txt │ ├── get-celebrity-info.txt │ ├── get-celebrity-recognition.txt │ ├── get-content-moderation.txt │ ├── get-face-detection.txt │ ├── get-face-liveness-session-results.txt │ ├── get-face-search.txt │ ├── get-label-detection.txt │ ├── get-media-analysis-job.txt │ ├── get-person-tracking.txt │ ├── get-segment-detection.txt │ ├── get-text-detection.txt │ ├── index-faces.txt │ ├── list-collections.txt │ ├── list-dataset-entries.txt │ ├── list-dataset-labels.txt │ ├── list-faces.txt │ ├── list-media-analysis-jobs.txt │ ├── list-project-policies.txt │ ├── list-stream-processors.txt │ ├── list-tags-for-resource.txt │ ├── list-users.txt │ ├── put-project-policy.txt │ ├── recognize-celebrities.txt │ ├── search-faces-by-image.txt │ ├── search-faces.txt │ ├── search-users-by-image.txt │ ├── search-users.txt │ ├── start-celebrity-recognition.txt │ ├── start-content-moderation.txt │ ├── start-face-detection.txt │ ├── start-face-search.txt │ ├── start-label-detection.txt │ ├── start-media-analysis-job.txt │ ├── start-person-tracking.txt │ ├── start-project-version.txt │ ├── start-segment-detection.txt │ ├── start-stream-processor.txt │ ├── start-text-detection.txt │ ├── stop-project-version.txt │ ├── stop-stream-processor.txt │ ├── tag-resource.txt │ ├── untag-resource.txt │ ├── update-dataset-entries.txt │ ├── update-stream-processor.txt │ ├── wait.txt │ └── wait │ │ └── project-version-training-completed.txt ├── repostspace.txt ├── repostspace │ ├── batch-remove-role.txt │ ├── create-space.txt │ ├── delete-space.txt │ ├── deregister-admin.txt │ ├── get-space.txt │ ├── list-spaces.txt │ ├── list-tags-for-resource.txt │ ├── register-admin.txt │ ├── send-invites.txt │ ├── tag-resource.txt │ ├── untag-resource.txt │ └── update-space.txt ├── resiliencehub.txt ├── resiliencehub │ ├── add-draft-app-version-resource-mappings.txt │ ├── batch-update-recommendation-status.txt │ ├── create-app-version-app-component.txt │ ├── create-app-version-resource.txt │ ├── create-app.txt │ ├── create-recommendation-template.txt │ ├── create-resiliency-policy.txt │ ├── delete-app-assessment.txt │ ├── delete-app-input-source.txt │ ├── delete-app-version-app-component.txt │ ├── delete-app-version-resource.txt │ ├── delete-app.txt │ ├── delete-recommendation-template.txt │ ├── delete-resiliency-policy.txt │ ├── describe-app-assessment.txt │ ├── describe-app-version-app-component.txt │ ├── describe-app-version-resource.txt │ ├── describe-app-version-resources-resolution-status.txt │ ├── describe-app-version-template.txt │ ├── describe-app-version.txt │ ├── describe-app.txt │ ├── describe-draft-app-version-resources-import-status.txt │ ├── describe-metrics-export.txt │ ├── describe-resiliency-policy.txt │ ├── describe-resource-grouping-recommendation-task.txt │ ├── import-resources-to-draft-app-version.txt │ ├── list-alarm-recommendations.txt │ ├── list-app-assessment-compliance-drifts.txt │ ├── list-app-assessment-resource-drifts.txt │ ├── list-app-assessments.txt │ ├── list-app-component-compliances.txt │ ├── list-app-component-recommendations.txt │ ├── list-app-input-sources.txt │ ├── list-app-version-app-components.txt │ ├── list-app-version-resource-mappings.txt │ ├── list-app-version-resources.txt │ ├── list-app-versions.txt │ ├── list-apps.txt │ ├── list-metrics.txt │ ├── list-recommendation-templates.txt │ ├── list-resiliency-policies.txt │ ├── list-resource-grouping-recommendations.txt │ ├── list-sop-recommendations.txt │ ├── list-suggested-resiliency-policies.txt │ ├── list-tags-for-resource.txt │ ├── list-test-recommendations.txt │ ├── list-unsupported-app-version-resources.txt │ ├── publish-app-version.txt │ ├── put-draft-app-version-template.txt │ ├── reject-resource-grouping-recommendations.txt │ ├── remove-draft-app-version-resource-mappings.txt │ ├── resolve-app-version-resources.txt │ ├── start-app-assessment.txt │ ├── start-metrics-export.txt │ ├── start-resource-grouping-recommendation-task.txt │ ├── tag-resource.txt │ ├── untag-resource.txt │ ├── update-app-version-app-component.txt │ ├── update-app-version-resource.txt │ ├── update-app-version.txt │ ├── update-app.txt │ └── update-resiliency-policy.txt ├── resource-explorer-2.txt ├── resource-explorer-2 │ ├── batch-get-view.txt │ ├── create-index.txt │ ├── create-view.txt │ ├── delete-index.txt │ ├── delete-view.txt │ ├── disassociate-default-view.txt │ ├── get-account-level-service-configuration.txt │ ├── get-default-view.txt │ ├── get-index.txt │ ├── get-managed-view.txt │ ├── get-view.txt │ ├── list-indexes-for-members.txt │ ├── list-indexes.txt │ ├── list-managed-views.txt │ ├── list-resources.txt │ ├── list-supported-resource-types.txt │ ├── list-tags-for-resource.txt │ ├── list-views.txt │ ├── search.txt │ ├── tag-resource.txt │ ├── untag-resource.txt │ ├── update-index-type.txt │ └── update-view.txt ├── resource-groups.txt ├── resource-groups │ ├── create-group.txt │ ├── delete-group.txt │ ├── get-account-settings.txt │ ├── get-group-configuration.txt │ ├── get-group-query.txt │ ├── get-group.txt │ ├── get-tag-sync-task.txt │ ├── get-tags.txt │ ├── group-resources.txt │ ├── list-group-resources.txt │ ├── list-grouping-statuses.txt │ ├── list-groups.txt │ ├── list-tag-sync-tasks.txt │ ├── put-group-configuration.txt │ ├── search-resources.txt │ ├── start-tag-sync-task.txt │ ├── tag.txt │ ├── ungroup-resources.txt │ ├── untag.txt │ ├── update-account-settings.txt │ ├── update-group-query.txt │ └── update-group.txt ├── resourcegroupstaggingapi.txt ├── resourcegroupstaggingapi │ ├── get-compliance-summary.txt │ ├── get-resources.txt │ ├── get-tag-keys.txt │ ├── get-tag-values.txt │ ├── start-report-creation.txt │ ├── tag-resources.txt │ └── untag-resources.txt ├── robomaker.txt ├── robomaker │ ├── batch-describe-simulation-job.txt │ ├── cancel-deployment-job.txt │ ├── cancel-simulation-job-batch.txt │ ├── cancel-simulation-job.txt │ ├── cancel-world-export-job.txt │ ├── cancel-world-generation-job.txt │ ├── create-deployment-job.txt │ ├── create-fleet.txt │ ├── create-robot-application-version.txt │ ├── create-robot-application.txt │ ├── create-robot.txt │ ├── create-simulation-application-version.txt │ ├── create-simulation-application.txt │ ├── create-simulation-job.txt │ ├── create-world-export-job.txt │ ├── create-world-generation-job.txt │ ├── create-world-template.txt │ ├── delete-fleet.txt │ ├── delete-robot-application.txt │ ├── delete-robot.txt │ ├── delete-simulation-application.txt │ ├── delete-world-template.txt │ ├── deregister-robot.txt │ ├── describe-deployment-job.txt │ ├── describe-fleet.txt │ ├── describe-robot-application.txt │ ├── describe-robot.txt │ ├── describe-simulation-application.txt │ ├── describe-simulation-job-batch.txt │ ├── describe-simulation-job.txt │ ├── describe-world-export-job.txt │ ├── describe-world-generation-job.txt │ ├── describe-world-template.txt │ ├── describe-world.txt │ ├── get-world-template-body.txt │ ├── list-deployment-jobs.txt │ ├── list-fleets.txt │ ├── list-robot-applications.txt │ ├── list-robots.txt │ ├── list-simulation-applications.txt │ ├── list-simulation-job-batches.txt │ ├── list-simulation-jobs.txt │ ├── list-tags-for-resource.txt │ ├── list-world-export-jobs.txt │ ├── list-world-generation-jobs.txt │ ├── list-world-templates.txt │ ├── list-worlds.txt │ ├── register-robot.txt │ ├── restart-simulation-job.txt │ ├── start-simulation-job-batch.txt │ ├── sync-deployment-job.txt │ ├── tag-resource.txt │ ├── untag-resource.txt │ ├── update-robot-application.txt │ ├── update-simulation-application.txt │ └── update-world-template.txt ├── rolesanywhere.txt ├── rolesanywhere │ ├── create-trust-anchor.txt │ ├── delete-attribute-mapping.txt │ ├── delete-crl.txt │ ├── delete-profile.txt │ ├── delete-trust-anchor.txt │ ├── disable-crl.txt │ ├── disable-profile.txt │ ├── disable-trust-anchor.txt │ ├── enable-crl.txt │ ├── enable-profile.txt │ ├── enable-trust-anchor.txt │ ├── get-crl.txt │ ├── get-profile.txt │ ├── get-subject.txt │ ├── get-trust-anchor.txt │ ├── import-crl.txt │ ├── list-crls.txt │ ├── list-profiles.txt │ ├── list-subjects.txt │ ├── list-tags-for-resource.txt │ ├── list-trust-anchors.txt │ ├── put-attribute-mapping.txt │ ├── put-notification-settings.txt │ ├── reset-notification-settings.txt │ ├── tag-resource.txt │ ├── untag-resource.txt │ ├── update-crl.txt │ ├── update-profile.txt │ └── update-trust-anchor.txt ├── route53-recovery-cluster.txt ├── route53-recovery-cluster │ ├── list-routing-controls.txt │ ├── update-routing-control-state.txt │ └── update-routing-control-states.txt ├── route53-recovery-control-config.txt ├── route53-recovery-control-config │ ├── create-control-panel.txt │ ├── create-routing-control.txt │ ├── create-safety-rule.txt │ ├── delete-cluster.txt │ ├── delete-control-panel.txt │ ├── delete-routing-control.txt │ ├── delete-safety-rule.txt │ ├── describe-cluster.txt │ ├── describe-control-panel.txt │ ├── describe-routing-control.txt │ ├── describe-safety-rule.txt │ ├── get-resource-policy.txt │ ├── list-associated-route53-health-checks.txt │ ├── list-clusters.txt │ ├── list-control-panels.txt │ ├── list-routing-controls.txt │ ├── list-safety-rules.txt │ ├── list-tags-for-resource.txt │ ├── tag-resource.txt │ ├── untag-resource.txt │ ├── update-control-panel.txt │ ├── update-routing-control.txt │ ├── update-safety-rule.txt │ ├── wait.txt │ └── wait │ │ ├── cluster-deleted.txt │ │ ├── control-panel-created.txt │ │ ├── control-panel-deleted.txt │ │ ├── routing-control-created.txt │ │ └── routing-control-deleted.txt ├── route53-recovery-readiness.txt ├── route53-recovery-readiness │ ├── create-cross-account-authorization.txt │ ├── create-readiness-check.txt │ ├── create-recovery-group.txt │ ├── create-resource-set.txt │ ├── delete-cell.txt │ ├── delete-cross-account-authorization.txt │ ├── delete-readiness-check.txt │ ├── delete-recovery-group.txt │ ├── delete-resource-set.txt │ ├── get-architecture-recommendations.txt │ ├── get-cell-readiness-summary.txt │ ├── get-cell.txt │ ├── get-readiness-check-resource-status.txt │ ├── get-readiness-check-status.txt │ ├── get-readiness-check.txt │ ├── get-recovery-group-readiness-summary.txt │ ├── get-recovery-group.txt │ ├── get-resource-set.txt │ ├── list-cells.txt │ ├── list-cross-account-authorizations.txt │ ├── list-readiness-checks.txt │ ├── list-recovery-groups.txt │ ├── list-resource-sets.txt │ ├── list-rules.txt │ ├── list-tags-for-resources.txt │ ├── tag-resource.txt │ ├── untag-resource.txt │ ├── update-cell.txt │ ├── update-readiness-check.txt │ ├── update-recovery-group.txt │ └── update-resource-set.txt ├── route53.txt ├── route53 │ ├── associate-vpc-with-hosted-zone.txt │ ├── change-cidr-collection.txt │ ├── change-resource-record-sets.txt │ ├── change-tags-for-resource.txt │ ├── create-cidr-collection.txt │ ├── create-health-check.txt │ ├── create-hosted-zone.txt │ ├── create-key-signing-key.txt │ ├── create-query-logging-config.txt │ ├── create-reusable-delegation-set.txt │ ├── create-traffic-policy-instance.txt │ ├── create-traffic-policy-version.txt │ ├── create-traffic-policy.txt │ ├── create-vpc-association-authorization.txt │ ├── deactivate-key-signing-key.txt │ ├── delete-cidr-collection.txt │ ├── delete-health-check.txt │ ├── delete-hosted-zone.txt │ ├── delete-key-signing-key.txt │ ├── delete-query-logging-config.txt │ ├── delete-reusable-delegation-set.txt │ ├── delete-traffic-policy-instance.txt │ ├── delete-traffic-policy.txt │ ├── delete-vpc-association-authorization.txt │ ├── disable-hosted-zone-dnssec.txt │ ├── disassociate-vpc-from-hosted-zone.txt │ ├── enable-hosted-zone-dnssec.txt │ ├── get-account-limit.txt │ ├── get-change.txt │ ├── get-checker-ip-ranges.txt │ ├── get-dnssec.txt │ ├── get-geo-location.txt │ ├── get-health-check-count.txt │ ├── get-health-check-last-failure-reason.txt │ ├── get-health-check-status.txt │ ├── get-health-check.txt │ ├── get-hosted-zone-count.txt │ ├── get-hosted-zone-limit.txt │ ├── get-hosted-zone.txt │ ├── get-query-logging-config.txt │ ├── get-reusable-delegation-set-limit.txt │ ├── get-reusable-delegation-set.txt │ ├── get-traffic-policy-instance-count.txt │ ├── get-traffic-policy-instance.txt │ ├── get-traffic-policy.txt │ ├── list-cidr-blocks.txt │ ├── list-cidr-collections.txt │ ├── list-cidr-locations.txt │ ├── list-geo-locations.txt │ ├── list-health-checks.txt │ ├── list-hosted-zones-by-name.txt │ ├── list-hosted-zones-by-vpc.txt │ ├── list-hosted-zones.txt │ ├── list-query-logging-configs.txt │ ├── list-resource-record-sets.txt │ ├── list-reusable-delegation-sets.txt │ ├── list-tags-for-resource.txt │ ├── list-tags-for-resources.txt │ ├── list-traffic-policies.txt │ ├── list-traffic-policy-instances-by-hosted-zone.txt │ ├── list-traffic-policy-instances-by-policy.txt │ ├── list-traffic-policy-instances.txt │ ├── list-traffic-policy-versions.txt │ ├── list-vpc-association-authorizations.txt │ ├── test-dns-answer.txt │ ├── update-health-check.txt │ ├── update-hosted-zone-comment.txt │ ├── update-traffic-policy-comment.txt │ ├── update-traffic-policy-instance.txt │ └── wait.txt ├── route53domains.txt ├── route53domains │ ├── associate-delegation-signer-to-domain.txt │ ├── cancel-domain-transfer-to-another-aws-account.txt │ ├── check-domain-availability.txt │ ├── check-domain-transferability.txt │ ├── delete-domain.txt │ ├── delete-tags-for-domain.txt │ ├── disable-domain-auto-renew.txt │ ├── disable-domain-transfer-lock.txt │ ├── disassociate-delegation-signer-from-domain.txt │ ├── enable-domain-auto-renew.txt │ ├── enable-domain-transfer-lock.txt │ ├── get-contact-reachability-status.txt │ ├── get-domain-detail.txt │ ├── get-domain-suggestions.txt │ ├── get-operation-detail.txt │ ├── list-domains.txt │ ├── list-operations.txt │ ├── list-prices.txt │ ├── list-tags-for-domain.txt │ ├── push-domain.txt │ ├── register-domain.txt │ ├── reject-domain-transfer-from-another-aws-account.txt │ ├── renew-domain.txt │ ├── resend-contact-reachability-email.txt │ ├── resend-operation-authorization.txt │ ├── retrieve-domain-auth-code.txt │ ├── transfer-domain-to-another-aws-account.txt │ ├── transfer-domain.txt │ ├── update-domain-contact-privacy.txt │ ├── update-domain-contact.txt │ ├── update-domain-nameservers.txt │ ├── update-tags-for-domain.txt │ └── view-billing.txt ├── route53profiles.txt ├── route53profiles │ ├── associate-resource-to-profile.txt │ ├── create-profile.txt │ ├── delete-profile.txt │ ├── disassociate-profile.txt │ ├── disassociate-resource-from-profile.txt │ ├── get-profile-association.txt │ ├── get-profile-resource-association.txt │ ├── get-profile.txt │ ├── list-profile-associations.txt │ ├── list-profile-resource-associations.txt │ ├── list-profiles.txt │ ├── list-tags-for-resource.txt │ ├── tag-resource.txt │ ├── untag-resource.txt │ └── update-profile-resource-association.txt ├── route53resolver.txt ├── route53resolver │ ├── associate-resolver-endpoint-ip-address.txt │ ├── associate-resolver-query-log-config.txt │ ├── associate-resolver-rule.txt │ ├── create-firewall-domain-list.txt │ ├── create-firewall-rule-group.txt │ ├── create-firewall-rule.txt │ ├── create-outpost-resolver.txt │ ├── create-resolver-endpoint.txt │ ├── create-resolver-query-log-config.txt │ ├── create-resolver-rule.txt │ ├── delete-firewall-domain-list.txt │ ├── delete-firewall-rule-group.txt │ ├── delete-firewall-rule.txt │ ├── delete-outpost-resolver.txt │ ├── delete-resolver-endpoint.txt │ ├── delete-resolver-query-log-config.txt │ ├── delete-resolver-rule.txt │ ├── disassociate-firewall-rule-group.txt │ ├── disassociate-resolver-endpoint-ip-address.txt │ ├── disassociate-resolver-query-log-config.txt │ ├── disassociate-resolver-rule.txt │ ├── get-firewall-config.txt │ ├── get-firewall-domain-list.txt │ ├── get-firewall-rule-group-association.txt │ ├── get-firewall-rule-group-policy.txt │ ├── get-firewall-rule-group.txt │ ├── get-outpost-resolver.txt │ ├── get-resolver-config.txt │ ├── get-resolver-dnssec-config.txt │ ├── get-resolver-endpoint.txt │ ├── get-resolver-query-log-config-association.txt │ ├── get-resolver-query-log-config-policy.txt │ ├── get-resolver-query-log-config.txt │ ├── get-resolver-rule-association.txt │ ├── get-resolver-rule-policy.txt │ ├── get-resolver-rule.txt │ ├── import-firewall-domains.txt │ ├── list-firewall-configs.txt │ ├── list-firewall-domain-lists.txt │ ├── list-firewall-domains.txt │ ├── list-firewall-rule-group-associations.txt │ ├── list-firewall-rule-groups.txt │ ├── list-firewall-rules.txt │ ├── list-outpost-resolvers.txt │ ├── list-resolver-configs.txt │ ├── list-resolver-dnssec-configs.txt │ ├── list-resolver-endpoint-ip-addresses.txt │ ├── list-resolver-endpoints.txt │ ├── list-resolver-query-log-config-associations.txt │ ├── list-resolver-query-log-configs.txt │ ├── list-resolver-rule-associations.txt │ ├── list-resolver-rules.txt │ ├── list-tags-for-resource.txt │ ├── put-firewall-rule-group-policy.txt │ ├── put-resolver-query-log-config-policy.txt │ ├── put-resolver-rule-policy.txt │ ├── tag-resource.txt │ ├── untag-resource.txt │ ├── update-firewall-config.txt │ ├── update-firewall-domains.txt │ ├── update-firewall-rule-group-association.txt │ ├── update-firewall-rule.txt │ ├── update-outpost-resolver.txt │ ├── update-resolver-config.txt │ ├── update-resolver-dnssec-config.txt │ ├── update-resolver-endpoint.txt │ └── update-resolver-rule.txt ├── rum.txt ├── rum │ ├── batch-delete-rum-metric-definitions.txt │ ├── batch-get-rum-metric-definitions.txt │ ├── create-app-monitor.txt │ ├── delete-app-monitor.txt │ ├── delete-rum-metrics-destination.txt │ ├── get-app-monitor-data.txt │ ├── get-app-monitor.txt │ ├── list-app-monitors.txt │ ├── list-rum-metrics-destinations.txt │ ├── list-tags-for-resource.txt │ ├── put-rum-events.txt │ ├── put-rum-metrics-destination.txt │ ├── tag-resource.txt │ ├── untag-resource.txt │ ├── update-app-monitor.txt │ └── update-rum-metric-definition.txt ├── s3.txt ├── s3 │ ├── ls.txt │ ├── mb.txt │ ├── mv.txt │ ├── presign.txt │ ├── rb.txt │ ├── rm.txt │ ├── sync.txt │ └── website.txt ├── s3api.txt ├── s3api │ ├── complete-multipart-upload.txt │ ├── copy-object.txt │ ├── create-bucket-metadata-table-configuration.txt │ ├── create-bucket.txt │ ├── create-multipart-upload.txt │ ├── create-session.txt │ ├── delete-bucket-analytics-configuration.txt │ ├── delete-bucket-cors.txt │ ├── delete-bucket-encryption.txt │ ├── delete-bucket-intelligent-tiering-configuration.txt │ ├── delete-bucket-inventory-configuration.txt │ ├── delete-bucket-lifecycle.txt │ ├── delete-bucket-metadata-table-configuration.txt │ ├── delete-bucket-metrics-configuration.txt │ ├── delete-bucket-ownership-controls.txt │ ├── delete-bucket-policy.txt │ ├── delete-bucket-replication.txt │ ├── delete-bucket-tagging.txt │ ├── delete-bucket-website.txt │ ├── delete-bucket.txt │ ├── delete-object-tagging.txt │ ├── delete-object.txt │ ├── delete-objects.txt │ ├── delete-public-access-block.txt │ ├── get-bucket-accelerate-configuration.txt │ ├── get-bucket-acl.txt │ ├── get-bucket-analytics-configuration.txt │ ├── get-bucket-cors.txt │ ├── get-bucket-encryption.txt │ ├── get-bucket-intelligent-tiering-configuration.txt │ ├── get-bucket-inventory-configuration.txt │ ├── get-bucket-lifecycle-configuration.txt │ ├── get-bucket-location.txt │ ├── get-bucket-logging.txt │ ├── get-bucket-metadata-table-configuration.txt │ ├── get-bucket-metrics-configuration.txt │ ├── get-bucket-notification-configuration.txt │ ├── get-bucket-ownership-controls.txt │ ├── get-bucket-policy-status.txt │ ├── get-bucket-policy.txt │ ├── get-bucket-replication.txt │ ├── get-bucket-request-payment.txt │ ├── get-bucket-tagging.txt │ ├── get-bucket-versioning.txt │ ├── get-bucket-website.txt │ ├── get-object-acl.txt │ ├── get-object-attributes.txt │ ├── get-object-legal-hold.txt │ ├── get-object-lock-configuration.txt │ ├── get-object-retention.txt │ ├── get-object-tagging.txt │ ├── get-object-torrent.txt │ ├── get-object.txt │ ├── get-public-access-block.txt │ ├── head-bucket.txt │ ├── head-object.txt │ ├── list-bucket-analytics-configurations.txt │ ├── list-bucket-intelligent-tiering-configurations.txt │ ├── list-bucket-inventory-configurations.txt │ ├── list-bucket-metrics-configurations.txt │ ├── list-buckets.txt │ ├── list-directory-buckets.txt │ ├── list-multipart-uploads.txt │ ├── list-object-versions.txt │ ├── list-objects-v2.txt │ ├── list-objects.txt │ ├── list-parts.txt │ ├── put-bucket-accelerate-configuration.txt │ ├── put-bucket-acl.txt │ ├── put-bucket-analytics-configuration.txt │ ├── put-bucket-cors.txt │ ├── put-bucket-encryption.txt │ ├── put-bucket-intelligent-tiering-configuration.txt │ ├── put-bucket-inventory-configuration.txt │ ├── put-bucket-lifecycle-configuration.txt │ ├── put-bucket-logging.txt │ ├── put-bucket-metrics-configuration.txt │ ├── put-bucket-notification-configuration.txt │ ├── put-bucket-ownership-controls.txt │ ├── put-bucket-policy.txt │ ├── put-bucket-replication.txt │ ├── put-bucket-request-payment.txt │ ├── put-bucket-tagging.txt │ ├── put-bucket-versioning.txt │ ├── put-bucket-website.txt │ ├── put-object-acl.txt │ ├── put-object-legal-hold.txt │ ├── put-object-lock-configuration.txt │ ├── put-object-retention.txt │ ├── put-object-tagging.txt │ ├── put-object.txt │ ├── put-public-access-block.txt │ ├── restore-object.txt │ ├── select-object-content.txt │ ├── upload-part-copy.txt │ ├── upload-part.txt │ ├── wait.txt │ ├── wait │ │ ├── bucket-not-exists.txt │ │ ├── object-exists.txt │ │ └── object-not-exists.txt │ └── write-get-object-response.txt ├── s3control.txt ├── s3control │ ├── create-access-grant.txt │ ├── create-access-grants-instance.txt │ ├── create-access-grants-location.txt │ ├── create-access-point-for-object-lambda.txt │ ├── create-access-point.txt │ ├── create-bucket.txt │ ├── create-job.txt │ ├── create-multi-region-access-point.txt │ ├── create-storage-lens-group.txt │ ├── delete-access-grant.txt │ ├── delete-access-grants-instance-resource-policy.txt │ ├── delete-access-grants-instance.txt │ ├── delete-access-grants-location.txt │ ├── delete-access-point-for-object-lambda.txt │ ├── delete-access-point-policy-for-object-lambda.txt │ ├── delete-access-point-policy.txt │ ├── delete-access-point.txt │ ├── delete-bucket-lifecycle-configuration.txt │ ├── delete-bucket-policy.txt │ ├── delete-bucket-replication.txt │ ├── delete-bucket-tagging.txt │ ├── delete-bucket.txt │ ├── delete-job-tagging.txt │ ├── delete-multi-region-access-point.txt │ ├── delete-public-access-block.txt │ ├── delete-storage-lens-configuration-tagging.txt │ ├── delete-storage-lens-configuration.txt │ ├── delete-storage-lens-group.txt │ ├── describe-job.txt │ ├── describe-multi-region-access-point-operation.txt │ ├── dissociate-access-grants-identity-center.txt │ ├── get-access-grant.txt │ ├── get-access-grants-instance-for-prefix.txt │ ├── get-access-grants-instance-resource-policy.txt │ ├── get-access-grants-instance.txt │ ├── get-access-grants-location.txt │ ├── get-access-point-configuration-for-object-lambda.txt │ ├── get-access-point-for-object-lambda.txt │ ├── get-access-point-policy-for-object-lambda.txt │ ├── get-access-point-policy-status-for-object-lambda.txt │ ├── get-access-point-policy-status.txt │ ├── get-access-point-policy.txt │ ├── get-access-point.txt │ ├── get-bucket-lifecycle-configuration.txt │ ├── get-bucket-policy.txt │ ├── get-bucket-replication.txt │ ├── get-bucket-tagging.txt │ ├── get-bucket-versioning.txt │ ├── get-bucket.txt │ ├── get-data-access.txt │ ├── get-job-tagging.txt │ ├── get-multi-region-access-point-policy-status.txt │ ├── get-multi-region-access-point-policy.txt │ ├── get-multi-region-access-point-routes.txt │ ├── get-multi-region-access-point.txt │ ├── get-public-access-block.txt │ ├── get-storage-lens-configuration-tagging.txt │ ├── get-storage-lens-configuration.txt │ ├── get-storage-lens-group.txt │ ├── list-access-grants-instances.txt │ ├── list-access-grants-locations.txt │ ├── list-access-grants.txt │ ├── list-access-points-for-object-lambda.txt │ ├── list-access-points.txt │ ├── list-caller-access-grants.txt │ ├── list-jobs.txt │ ├── list-multi-region-access-points.txt │ ├── list-regional-buckets.txt │ ├── list-storage-lens-configurations.txt │ ├── list-storage-lens-groups.txt │ ├── list-tags-for-resource.txt │ ├── put-access-grants-instance-resource-policy.txt │ ├── put-access-point-configuration-for-object-lambda.txt │ ├── put-access-point-policy-for-object-lambda.txt │ ├── put-access-point-policy.txt │ ├── put-bucket-lifecycle-configuration.txt │ ├── put-bucket-policy.txt │ ├── put-bucket-replication.txt │ ├── put-bucket-tagging.txt │ ├── put-bucket-versioning.txt │ ├── put-job-tagging.txt │ ├── put-multi-region-access-point-policy.txt │ ├── put-public-access-block.txt │ ├── put-storage-lens-configuration-tagging.txt │ ├── put-storage-lens-configuration.txt │ ├── submit-multi-region-access-point-routes.txt │ ├── tag-resource.txt │ ├── untag-resource.txt │ ├── update-access-grants-location.txt │ ├── update-job-priority.txt │ ├── update-job-status.txt │ └── update-storage-lens-group.txt ├── s3outposts.txt ├── s3outposts │ ├── delete-endpoint.txt │ ├── list-endpoints.txt │ ├── list-outposts-with-s3.txt │ └── list-shared-endpoints.txt ├── s3tables.txt ├── s3tables │ ├── create-table-bucket.txt │ ├── create-table.txt │ ├── delete-namespace.txt │ ├── delete-table-bucket-policy.txt │ ├── delete-table-bucket.txt │ ├── delete-table-policy.txt │ ├── delete-table.txt │ ├── get-namespace.txt │ ├── get-table-bucket-maintenance-configuration.txt │ ├── get-table-bucket-policy.txt │ ├── get-table-bucket.txt │ ├── get-table-maintenance-configuration.txt │ ├── get-table-maintenance-job-status.txt │ ├── get-table-metadata-location.txt │ ├── get-table-policy.txt │ ├── get-table.txt │ ├── list-namespaces.txt │ ├── list-table-buckets.txt │ ├── list-tables.txt │ ├── put-table-bucket-maintenance-configuration.txt │ ├── put-table-bucket-policy.txt │ ├── put-table-maintenance-configuration.txt │ ├── put-table-policy.txt │ ├── rename-table.txt │ └── update-table-metadata-location.txt ├── sagemaker-a2i-runtime.txt ├── sagemaker-a2i-runtime │ ├── describe-human-loop.txt │ ├── list-human-loops.txt │ ├── start-human-loop.txt │ └── stop-human-loop.txt ├── sagemaker-edge.txt ├── sagemaker-edge │ ├── get-device-registration.txt │ └── send-heartbeat.txt ├── sagemaker-featurestore-runtime.txt ├── sagemaker-featurestore-runtime │ ├── delete-record.txt │ ├── get-record.txt │ └── put-record.txt ├── sagemaker-geospatial.txt ├── sagemaker-geospatial │ ├── delete-vector-enrichment-job.txt │ ├── export-earth-observation-job.txt │ ├── export-vector-enrichment-job.txt │ ├── get-earth-observation-job.txt │ ├── get-raster-data-collection.txt │ ├── get-tile.txt │ ├── get-vector-enrichment-job.txt │ ├── list-earth-observation-jobs.txt │ ├── list-raster-data-collections.txt │ ├── list-tags-for-resource.txt │ ├── list-vector-enrichment-jobs.txt │ ├── search-raster-data-collection.txt │ ├── start-earth-observation-job.txt │ ├── start-vector-enrichment-job.txt │ ├── stop-earth-observation-job.txt │ ├── stop-vector-enrichment-job.txt │ ├── tag-resource.txt │ └── untag-resource.txt ├── sagemaker-metrics.txt ├── sagemaker-metrics │ └── batch-put-metrics.txt ├── sagemaker-runtime.txt ├── sagemaker-runtime │ ├── invoke-endpoint-async.txt │ └── invoke-endpoint.txt ├── sagemaker.txt ├── sagemaker │ ├── add-tags.txt │ ├── associate-trial-component.txt │ ├── batch-delete-cluster-nodes.txt │ ├── batch-describe-model-package.txt │ ├── create-action.txt │ ├── create-algorithm.txt │ ├── create-app-image-config.txt │ ├── create-app.txt │ ├── create-artifact.txt │ ├── create-auto-ml-job-v2.txt │ ├── create-auto-ml-job.txt │ ├── create-cluster-scheduler-config.txt │ ├── create-cluster.txt │ ├── create-code-repository.txt │ ├── create-compilation-job.txt │ ├── create-compute-quota.txt │ ├── create-context.txt │ ├── create-data-quality-job-definition.txt │ ├── create-device-fleet.txt │ ├── create-domain.txt │ ├── create-edge-deployment-plan.txt │ ├── create-edge-deployment-stage.txt │ ├── create-edge-packaging-job.txt │ ├── create-endpoint-config.txt │ ├── create-endpoint.txt │ ├── create-experiment.txt │ ├── create-feature-group.txt │ ├── create-flow-definition.txt │ ├── create-hub-content-reference.txt │ ├── create-hub.txt │ ├── create-human-task-ui.txt │ ├── create-hyper-parameter-tuning-job.txt │ ├── create-image-version.txt │ ├── create-image.txt │ ├── create-inference-component.txt │ ├── create-inference-experiment.txt │ ├── create-inference-recommendations-job.txt │ ├── create-labeling-job.txt │ ├── create-mlflow-tracking-server.txt │ ├── create-model-bias-job-definition.txt │ ├── create-model-card-export-job.txt │ ├── create-model-card.txt │ ├── create-model-explainability-job-definition.txt │ ├── create-model-package-group.txt │ ├── create-model-package.txt │ ├── create-model-quality-job-definition.txt │ ├── create-model.txt │ ├── create-monitoring-schedule.txt │ ├── create-notebook-instance-lifecycle-config.txt │ ├── create-notebook-instance.txt │ ├── create-optimization-job.txt │ ├── create-partner-app-presigned-url.txt │ ├── create-partner-app.txt │ ├── create-pipeline.txt │ ├── create-presigned-domain-url.txt │ ├── create-presigned-mlflow-tracking-server-url.txt │ ├── create-presigned-notebook-instance-url.txt │ ├── create-processing-job.txt │ ├── create-project.txt │ ├── create-space.txt │ ├── create-studio-lifecycle-config.txt │ ├── create-training-job.txt │ ├── create-training-plan.txt │ ├── create-transform-job.txt │ ├── create-trial-component.txt │ ├── create-trial.txt │ ├── create-user-profile.txt │ ├── create-workforce.txt │ ├── create-workteam.txt │ ├── delete-action.txt │ ├── delete-algorithm.txt │ ├── delete-app-image-config.txt │ ├── delete-app.txt │ ├── delete-artifact.txt │ ├── delete-association.txt │ ├── delete-cluster-scheduler-config.txt │ ├── delete-cluster.txt │ ├── delete-code-repository.txt │ ├── delete-compilation-job.txt │ ├── delete-compute-quota.txt │ ├── delete-context.txt │ ├── delete-data-quality-job-definition.txt │ ├── delete-device-fleet.txt │ ├── delete-domain.txt │ ├── delete-edge-deployment-plan.txt │ ├── delete-edge-deployment-stage.txt │ ├── delete-endpoint-config.txt │ ├── delete-endpoint.txt │ ├── delete-experiment.txt │ ├── delete-feature-group.txt │ ├── delete-flow-definition.txt │ ├── delete-hub-content-reference.txt │ ├── delete-hub-content.txt │ ├── delete-hub.txt │ ├── delete-human-task-ui.txt │ ├── delete-hyper-parameter-tuning-job.txt │ ├── delete-image-version.txt │ ├── delete-image.txt │ ├── delete-inference-component.txt │ ├── delete-inference-experiment.txt │ ├── delete-mlflow-tracking-server.txt │ ├── delete-model-bias-job-definition.txt │ ├── delete-model-card.txt │ ├── delete-model-explainability-job-definition.txt │ ├── delete-model-package-group-policy.txt │ ├── delete-model-package-group.txt │ ├── delete-model-package.txt │ ├── delete-model-quality-job-definition.txt │ ├── delete-model.txt │ ├── delete-monitoring-schedule.txt │ ├── delete-notebook-instance-lifecycle-config.txt │ ├── delete-notebook-instance.txt │ ├── delete-optimization-job.txt │ ├── delete-partner-app.txt │ ├── delete-pipeline.txt │ ├── delete-project.txt │ ├── delete-space.txt │ ├── delete-studio-lifecycle-config.txt │ ├── delete-tags.txt │ ├── delete-trial-component.txt │ ├── delete-trial.txt │ ├── delete-user-profile.txt │ ├── delete-workforce.txt │ ├── delete-workteam.txt │ ├── deregister-devices.txt │ ├── describe-action.txt │ ├── describe-algorithm.txt │ ├── describe-app-image-config.txt │ ├── describe-app.txt │ ├── describe-artifact.txt │ ├── describe-auto-ml-job-v2.txt │ ├── describe-auto-ml-job.txt │ ├── describe-cluster-node.txt │ ├── describe-cluster-scheduler-config.txt │ ├── describe-cluster.txt │ ├── describe-code-repository.txt │ ├── describe-compilation-job.txt │ ├── describe-compute-quota.txt │ ├── describe-context.txt │ ├── describe-data-quality-job-definition.txt │ ├── describe-device-fleet.txt │ ├── describe-device.txt │ ├── describe-domain.txt │ ├── describe-edge-deployment-plan.txt │ ├── describe-edge-packaging-job.txt │ ├── describe-endpoint-config.txt │ ├── describe-endpoint.txt │ ├── describe-experiment.txt │ ├── describe-feature-group.txt │ ├── describe-feature-metadata.txt │ ├── describe-flow-definition.txt │ ├── describe-hub-content.txt │ ├── describe-hub.txt │ ├── describe-human-task-ui.txt │ ├── describe-hyper-parameter-tuning-job.txt │ ├── describe-image-version.txt │ ├── describe-image.txt │ ├── describe-inference-component.txt │ ├── describe-inference-experiment.txt │ ├── describe-inference-recommendations-job.txt │ ├── describe-labeling-job.txt │ ├── describe-lineage-group.txt │ ├── describe-mlflow-tracking-server.txt │ ├── describe-model-bias-job-definition.txt │ ├── describe-model-card-export-job.txt │ ├── describe-model-card.txt │ ├── describe-model-explainability-job-definition.txt │ ├── describe-model-package-group.txt │ ├── describe-model-package.txt │ ├── describe-model-quality-job-definition.txt │ ├── describe-model.txt │ ├── describe-monitoring-schedule.txt │ ├── describe-notebook-instance-lifecycle-config.txt │ ├── describe-notebook-instance.txt │ ├── describe-optimization-job.txt │ ├── describe-partner-app.txt │ ├── describe-pipeline-definition-for-execution.txt │ ├── describe-pipeline-execution.txt │ ├── describe-pipeline.txt │ ├── describe-processing-job.txt │ ├── describe-project.txt │ ├── describe-space.txt │ ├── describe-studio-lifecycle-config.txt │ ├── describe-subscribed-workteam.txt │ ├── describe-training-job.txt │ ├── describe-training-plan.txt │ ├── describe-transform-job.txt │ ├── describe-trial-component.txt │ ├── describe-trial.txt │ ├── describe-user-profile.txt │ ├── describe-workforce.txt │ ├── describe-workteam.txt │ ├── disable-sagemaker-servicecatalog-portfolio.txt │ ├── disassociate-trial-component.txt │ ├── enable-sagemaker-servicecatalog-portfolio.txt │ ├── get-device-fleet-report.txt │ ├── get-lineage-group-policy.txt │ ├── get-model-package-group-policy.txt │ ├── get-sagemaker-servicecatalog-portfolio-status.txt │ ├── get-scaling-configuration-recommendation.txt │ ├── get-search-suggestions.txt │ ├── import-hub-content.txt │ ├── list-actions.txt │ ├── list-algorithms.txt │ ├── list-aliases.txt │ ├── list-app-image-configs.txt │ ├── list-apps.txt │ ├── list-artifacts.txt │ ├── list-associations.txt │ ├── list-auto-ml-jobs.txt │ ├── list-candidates-for-auto-ml-job.txt │ ├── list-cluster-nodes.txt │ ├── list-cluster-scheduler-configs.txt │ ├── list-clusters.txt │ ├── list-code-repositories.txt │ ├── list-compilation-jobs.txt │ ├── list-compute-quotas.txt │ ├── list-contexts.txt │ ├── list-data-quality-job-definitions.txt │ ├── list-device-fleets.txt │ ├── list-devices.txt │ ├── list-domains.txt │ ├── list-edge-deployment-plans.txt │ ├── list-edge-packaging-jobs.txt │ ├── list-endpoint-configs.txt │ ├── list-endpoints.txt │ ├── list-experiments.txt │ ├── list-feature-groups.txt │ ├── list-flow-definitions.txt │ ├── list-hub-content-versions.txt │ ├── list-hub-contents.txt │ ├── list-hubs.txt │ ├── list-human-task-uis.txt │ ├── list-hyper-parameter-tuning-jobs.txt │ ├── list-image-versions.txt │ ├── list-images.txt │ ├── list-inference-components.txt │ ├── list-inference-experiments.txt │ ├── list-inference-recommendations-job-steps.txt │ ├── list-inference-recommendations-jobs.txt │ ├── list-labeling-jobs-for-workteam.txt │ ├── list-labeling-jobs.txt │ ├── list-lineage-groups.txt │ ├── list-mlflow-tracking-servers.txt │ ├── list-model-bias-job-definitions.txt │ ├── list-model-card-export-jobs.txt │ ├── list-model-card-versions.txt │ ├── list-model-cards.txt │ ├── list-model-explainability-job-definitions.txt │ ├── list-model-metadata.txt │ ├── list-model-package-groups.txt │ ├── list-model-packages.txt │ ├── list-model-quality-job-definitions.txt │ ├── list-models.txt │ ├── list-monitoring-alert-history.txt │ ├── list-monitoring-alerts.txt │ ├── list-monitoring-executions.txt │ ├── list-monitoring-schedules.txt │ ├── list-notebook-instance-lifecycle-configs.txt │ ├── list-notebook-instances.txt │ ├── list-optimization-jobs.txt │ ├── list-partner-apps.txt │ ├── list-pipeline-execution-steps.txt │ ├── list-pipeline-executions.txt │ ├── list-pipeline-parameters-for-execution.txt │ ├── list-pipelines.txt │ ├── list-processing-jobs.txt │ ├── list-projects.txt │ ├── list-resource-catalogs.txt │ ├── list-spaces.txt │ ├── list-stage-devices.txt │ ├── list-studio-lifecycle-configs.txt │ ├── list-subscribed-workteams.txt │ ├── list-tags.txt │ ├── list-training-jobs-for-hyper-parameter-tuning-job.txt │ ├── list-training-jobs.txt │ ├── list-training-plans.txt │ ├── list-transform-jobs.txt │ ├── list-trial-components.txt │ ├── list-trials.txt │ ├── list-user-profiles.txt │ ├── list-workforces.txt │ ├── list-workteams.txt │ ├── put-model-package-group-policy.txt │ ├── query-lineage.txt │ ├── register-devices.txt │ ├── render-ui-template.txt │ ├── retry-pipeline-execution.txt │ ├── search-training-plan-offerings.txt │ ├── search.txt │ ├── send-pipeline-execution-step-failure.txt │ ├── send-pipeline-execution-step-success.txt │ ├── start-edge-deployment-stage.txt │ ├── start-inference-experiment.txt │ ├── start-mlflow-tracking-server.txt │ ├── start-monitoring-schedule.txt │ ├── start-notebook-instance.txt │ ├── start-pipeline-execution.txt │ ├── stop-auto-ml-job.txt │ ├── stop-compilation-job.txt │ ├── stop-edge-deployment-stage.txt │ ├── stop-edge-packaging-job.txt │ ├── stop-hyper-parameter-tuning-job.txt │ ├── stop-inference-experiment.txt │ ├── stop-inference-recommendations-job.txt │ ├── stop-labeling-job.txt │ ├── stop-mlflow-tracking-server.txt │ ├── stop-monitoring-schedule.txt │ ├── stop-notebook-instance.txt │ ├── stop-optimization-job.txt │ ├── stop-pipeline-execution.txt │ ├── stop-processing-job.txt │ ├── stop-training-job.txt │ ├── stop-transform-job.txt │ ├── update-action.txt │ ├── update-app-image-config.txt │ ├── update-artifact.txt │ ├── update-cluster-scheduler-config.txt │ ├── update-cluster-software.txt │ ├── update-cluster.txt │ ├── update-code-repository.txt │ ├── update-compute-quota.txt │ ├── update-context.txt │ ├── update-device-fleet.txt │ ├── update-devices.txt │ ├── update-domain.txt │ ├── update-endpoint-weights-and-capacities.txt │ ├── update-endpoint.txt │ ├── update-experiment.txt │ ├── update-feature-group.txt │ ├── update-feature-metadata.txt │ ├── update-hub.txt │ ├── update-image-version.txt │ ├── update-image.txt │ ├── update-inference-component-runtime-config.txt │ ├── update-inference-component.txt │ ├── update-inference-experiment.txt │ ├── update-mlflow-tracking-server.txt │ ├── update-model-card.txt │ ├── update-model-package.txt │ ├── update-monitoring-alert.txt │ ├── update-monitoring-schedule.txt │ ├── update-notebook-instance-lifecycle-config.txt │ ├── update-notebook-instance.txt │ ├── update-partner-app.txt │ ├── update-pipeline-execution.txt │ ├── update-pipeline.txt │ ├── update-project.txt │ ├── update-space.txt │ ├── update-training-job.txt │ ├── update-trial-component.txt │ ├── update-trial.txt │ ├── update-user-profile.txt │ ├── update-workforce.txt │ ├── update-workteam.txt │ ├── wait.txt │ └── wait │ │ ├── endpoint-in-service.txt │ │ ├── image-created.txt │ │ ├── image-deleted.txt │ │ ├── image-updated.txt │ │ ├── image-version-created.txt │ │ ├── image-version-deleted.txt │ │ ├── notebook-instance-deleted.txt │ │ ├── notebook-instance-in-service.txt │ │ ├── notebook-instance-stopped.txt │ │ ├── processing-job-completed-or-stopped.txt │ │ ├── training-job-completed-or-stopped.txt │ │ └── transform-job-completed-or-stopped.txt ├── savingsplans.txt ├── savingsplans │ ├── delete-queued-savings-plan.txt │ ├── describe-savings-plan-rates.txt │ ├── describe-savings-plans-offering-rates.txt │ ├── describe-savings-plans-offerings.txt │ ├── describe-savings-plans.txt │ ├── list-tags-for-resource.txt │ ├── return-savings-plan.txt │ ├── tag-resource.txt │ └── untag-resource.txt ├── scheduler.txt ├── scheduler │ ├── create-schedule-group.txt │ ├── delete-schedule-group.txt │ ├── delete-schedule.txt │ ├── get-schedule-group.txt │ ├── get-schedule.txt │ ├── list-schedule-groups.txt │ ├── list-schedules.txt │ ├── list-tags-for-resource.txt │ ├── tag-resource.txt │ ├── untag-resource.txt │ └── update-schedule.txt ├── schemas.txt ├── schemas │ ├── create-registry.txt │ ├── create-schema.txt │ ├── delete-discoverer.txt │ ├── delete-registry.txt │ ├── delete-resource-policy.txt │ ├── delete-schema-version.txt │ ├── delete-schema.txt │ ├── describe-code-binding.txt │ ├── describe-discoverer.txt │ ├── describe-registry.txt │ ├── describe-schema.txt │ ├── export-schema.txt │ ├── get-code-binding-source.txt │ ├── get-discovered-schema.txt │ ├── get-resource-policy.txt │ ├── list-discoverers.txt │ ├── list-registries.txt │ ├── list-schema-versions.txt │ ├── list-schemas.txt │ ├── list-tags-for-resource.txt │ ├── put-code-binding.txt │ ├── put-resource-policy.txt │ ├── search-schemas.txt │ ├── start-discoverer.txt │ ├── stop-discoverer.txt │ ├── tag-resource.txt │ ├── untag-resource.txt │ ├── update-discoverer.txt │ ├── update-registry.txt │ ├── update-schema.txt │ └── wait.txt ├── sdb.txt ├── sdb │ ├── batch-put-attributes.txt │ ├── create-domain.txt │ ├── delete-attributes.txt │ ├── delete-domain.txt │ ├── domain-metadata.txt │ ├── get-attributes.txt │ ├── list-domains.txt │ ├── put-attributes.txt │ └── select.txt ├── secretsmanager.txt ├── secretsmanager │ ├── cancel-rotate-secret.txt │ ├── create-secret.txt │ ├── delete-resource-policy.txt │ ├── delete-secret.txt │ ├── describe-secret.txt │ ├── get-random-password.txt │ ├── get-resource-policy.txt │ ├── get-secret-value.txt │ ├── list-secret-version-ids.txt │ ├── list-secrets.txt │ ├── put-resource-policy.txt │ ├── put-secret-value.txt │ ├── remove-regions-from-replication.txt │ ├── replicate-secret-to-regions.txt │ ├── restore-secret.txt │ ├── rotate-secret.txt │ ├── stop-replication-to-replica.txt │ ├── tag-resource.txt │ ├── untag-resource.txt │ ├── update-secret-version-stage.txt │ ├── update-secret.txt │ └── validate-resource-policy.txt ├── security-ir.txt ├── security-ir │ ├── cancel-membership.txt │ ├── close-case.txt │ ├── create-case-comment.txt │ ├── create-case.txt │ ├── create-membership.txt │ ├── get-case-attachment-download-url.txt │ ├── get-case-attachment-upload-url.txt │ ├── get-case.txt │ ├── get-membership.txt │ ├── list-case-edits.txt │ ├── list-cases.txt │ ├── list-comments.txt │ ├── list-memberships.txt │ ├── list-tags-for-resource.txt │ ├── tag-resource.txt │ ├── untag-resource.txt │ ├── update-case-comment.txt │ ├── update-case-status.txt │ ├── update-case.txt │ ├── update-membership.txt │ └── update-resolver-type.txt ├── securityhub.txt ├── securityhub │ ├── batch-delete-automation-rules.txt │ ├── batch-disable-standards.txt │ ├── batch-enable-standards.txt │ ├── batch-get-automation-rules.txt │ ├── batch-get-configuration-policy-associations.txt │ ├── batch-get-security-controls.txt │ ├── batch-get-standards-control-associations.txt │ ├── batch-import-findings.txt │ ├── batch-update-automation-rules.txt │ ├── batch-update-findings.txt │ ├── batch-update-standards-control-associations.txt │ ├── create-action-target.txt │ ├── create-automation-rule.txt │ ├── create-configuration-policy.txt │ ├── create-finding-aggregator.txt │ ├── create-insight.txt │ ├── create-members.txt │ ├── decline-invitations.txt │ ├── delete-action-target.txt │ ├── delete-configuration-policy.txt │ ├── delete-finding-aggregator.txt │ ├── delete-insight.txt │ ├── delete-invitations.txt │ ├── delete-members.txt │ ├── describe-action-targets.txt │ ├── describe-hub.txt │ ├── describe-organization-configuration.txt │ ├── describe-products.txt │ ├── describe-standards-controls.txt │ ├── describe-standards.txt │ ├── disable-import-findings-for-product.txt │ ├── disable-organization-admin-account.txt │ ├── disable-security-hub.txt │ ├── disassociate-from-administrator-account.txt │ ├── disassociate-members.txt │ ├── enable-import-findings-for-product.txt │ ├── enable-organization-admin-account.txt │ ├── enable-security-hub.txt │ ├── get-administrator-account.txt │ ├── get-configuration-policy-association.txt │ ├── get-configuration-policy.txt │ ├── get-enabled-standards.txt │ ├── get-finding-aggregator.txt │ ├── get-finding-history.txt │ ├── get-findings.txt │ ├── get-insight-results.txt │ ├── get-insights.txt │ ├── get-invitations-count.txt │ ├── get-members.txt │ ├── get-security-control-definition.txt │ ├── invite-members.txt │ ├── list-automation-rules.txt │ ├── list-configuration-policies.txt │ ├── list-configuration-policy-associations.txt │ ├── list-enabled-products-for-import.txt │ ├── list-finding-aggregators.txt │ ├── list-invitations.txt │ ├── list-members.txt │ ├── list-organization-admin-accounts.txt │ ├── list-security-control-definitions.txt │ ├── list-standards-control-associations.txt │ ├── list-tags-for-resource.txt │ ├── start-configuration-policy-association.txt │ ├── start-configuration-policy-disassociation.txt │ ├── tag-resource.txt │ ├── untag-resource.txt │ ├── update-action-target.txt │ ├── update-configuration-policy.txt │ ├── update-finding-aggregator.txt │ ├── update-findings.txt │ ├── update-insight.txt │ ├── update-organization-configuration.txt │ ├── update-security-control.txt │ ├── update-security-hub-configuration.txt │ └── update-standards-control.txt ├── securitylake.txt ├── securitylake │ ├── create-custom-log-source.txt │ ├── create-data-lake-exception-subscription.txt │ ├── create-data-lake-organization-configuration.txt │ ├── create-data-lake.txt │ ├── create-datalake-auto-enable.txt │ ├── create-datalake-delegated-admin.txt │ ├── create-datalake-exceptions-subscription.txt │ ├── create-datalake.txt │ ├── create-subscriber-notification.txt │ ├── create-subscriber.txt │ ├── create-subscription-notification-configuration.txt │ ├── delete-aws-log-source.txt │ ├── delete-custom-log-source.txt │ ├── delete-data-lake-exception-subscription.txt │ ├── delete-data-lake-organization-configuration.txt │ ├── delete-data-lake.txt │ ├── delete-datalake-auto-enable.txt │ ├── delete-datalake-delegated-admin.txt │ ├── delete-datalake-exceptions-subscription.txt │ ├── delete-datalake.txt │ ├── delete-subscriber-notification.txt │ ├── delete-subscriber.txt │ ├── delete-subscription-notification-configuration.txt │ ├── deregister-data-lake-delegated-administrator.txt │ ├── get-data-lake-exception-subscription.txt │ ├── get-data-lake-organization-configuration.txt │ ├── get-data-lake-sources.txt │ ├── get-datalake-auto-enable.txt │ ├── get-datalake-exceptions-expiry.txt │ ├── get-datalake-exceptions-subscription.txt │ ├── get-datalake-status.txt │ ├── get-datalake.txt │ ├── get-subscriber.txt │ ├── list-data-lake-exceptions.txt │ ├── list-data-lakes.txt │ ├── list-datalake-exceptions.txt │ ├── list-log-sources.txt │ ├── list-subscribers.txt │ ├── list-tags-for-resource.txt │ ├── register-data-lake-delegated-administrator.txt │ ├── tag-resource.txt │ ├── untag-resource.txt │ ├── update-data-lake-exception-subscription.txt │ ├── update-data-lake.txt │ ├── update-datalake-exceptions-expiry.txt │ ├── update-datalake-exceptions-subscription.txt │ ├── update-datalake.txt │ ├── update-subscriber-notification.txt │ ├── update-subscriber.txt │ └── update-subscription-notification-configuration.txt ├── serverlessrepo.txt ├── serverlessrepo │ ├── create-application-version.txt │ ├── create-cloud-formation-change-set.txt │ ├── create-cloud-formation-template.txt │ ├── delete-application.txt │ ├── get-application-policy.txt │ ├── get-application.txt │ ├── get-cloud-formation-template.txt │ ├── list-application-dependencies.txt │ ├── list-application-versions.txt │ ├── list-applications.txt │ ├── put-application-policy.txt │ ├── unshare-application.txt │ └── update-application.txt ├── service-quotas.txt ├── service-quotas │ ├── delete-service-quota-increase-request-from-template.txt │ ├── disassociate-service-quota-template.txt │ ├── get-association-for-service-quota-template.txt │ ├── get-aws-default-service-quota.txt │ ├── get-requested-service-quota-change.txt │ ├── get-service-quota-increase-request-from-template.txt │ ├── get-service-quota.txt │ ├── list-aws-default-service-quotas.txt │ ├── list-requested-service-quota-change-history-by-quota.txt │ ├── list-requested-service-quota-change-history.txt │ ├── list-service-quota-increase-requests-in-template.txt │ ├── list-service-quotas.txt │ ├── list-services.txt │ ├── list-tags-for-resource.txt │ ├── put-service-quota-increase-request-into-template.txt │ ├── request-service-quota-increase.txt │ ├── tag-resource.txt │ └── untag-resource.txt ├── servicecatalog-appregistry.txt ├── servicecatalog-appregistry │ ├── associate-resource.txt │ ├── create-application.txt │ ├── create-attribute-group.txt │ ├── delete-application.txt │ ├── delete-attribute-group.txt │ ├── disassociate-attribute-group.txt │ ├── disassociate-resource.txt │ ├── get-application.txt │ ├── get-associated-resource.txt │ ├── get-attribute-group.txt │ ├── get-configuration.txt │ ├── list-applications.txt │ ├── list-associated-attribute-groups.txt │ ├── list-associated-resources.txt │ ├── list-attribute-groups-for-application.txt │ ├── list-attribute-groups.txt │ ├── list-tags-for-resource.txt │ ├── put-configuration.txt │ ├── sync-resource.txt │ ├── tag-resource.txt │ ├── untag-resource.txt │ ├── update-application.txt │ └── update-attribute-group.txt ├── servicecatalog.txt ├── servicecatalog │ ├── associate-budget-with-resource.txt │ ├── associate-principal-with-portfolio.txt │ ├── associate-product-with-portfolio.txt │ ├── associate-service-action-with-provisioning-artifact.txt │ ├── associate-tag-option-with-resource.txt │ ├── batch-associate-service-action-with-provisioning-artifact.txt │ ├── batch-disassociate-service-action-from-provisioning-artifact.txt │ ├── copy-product.txt │ ├── create-constraint.txt │ ├── create-portfolio-share.txt │ ├── create-portfolio.txt │ ├── create-product.txt │ ├── create-provisioned-product-plan.txt │ ├── create-provisioning-artifact.txt │ ├── create-service-action.txt │ ├── create-tag-option.txt │ ├── delete-constraint.txt │ ├── delete-portfolio-share.txt │ ├── delete-portfolio.txt │ ├── delete-product.txt │ ├── delete-provisioned-product-plan.txt │ ├── delete-provisioning-artifact.txt │ ├── delete-service-action.txt │ ├── delete-tag-option.txt │ ├── describe-constraint.txt │ ├── describe-copy-product-status.txt │ ├── describe-portfolio-share-status.txt │ ├── describe-portfolio-shares.txt │ ├── describe-portfolio.txt │ ├── describe-product-as-admin.txt │ ├── describe-product-view.txt │ ├── describe-product.txt │ ├── describe-provisioned-product-plan.txt │ ├── describe-provisioned-product.txt │ ├── describe-provisioning-artifact.txt │ ├── describe-provisioning-parameters.txt │ ├── describe-record.txt │ ├── describe-service-action-execution-parameters.txt │ ├── describe-service-action.txt │ ├── describe-tag-option.txt │ ├── disable-aws-organizations-access.txt │ ├── disassociate-budget-from-resource.txt │ ├── disassociate-principal-from-portfolio.txt │ ├── disassociate-product-from-portfolio.txt │ ├── disassociate-service-action-from-provisioning-artifact.txt │ ├── disassociate-tag-option-from-resource.txt │ ├── enable-aws-organizations-access.txt │ ├── execute-provisioned-product-plan.txt │ ├── execute-provisioned-product-service-action.txt │ ├── generate.txt │ ├── generate │ │ └── provisioning-artifact.txt │ ├── get-aws-organizations-access-status.txt │ ├── get-provisioned-product-outputs.txt │ ├── import-as-provisioned-product.txt │ ├── list-accepted-portfolio-shares.txt │ ├── list-budgets-for-resource.txt │ ├── list-constraints-for-portfolio.txt │ ├── list-launch-paths.txt │ ├── list-organization-portfolio-access.txt │ ├── list-portfolio-access.txt │ ├── list-portfolios-for-product.txt │ ├── list-portfolios.txt │ ├── list-principals-for-portfolio.txt │ ├── list-provisioned-product-plans.txt │ ├── list-provisioning-artifacts-for-service-action.txt │ ├── list-provisioning-artifacts.txt │ ├── list-record-history.txt │ ├── list-resources-for-tag-option.txt │ ├── list-service-actions-for-provisioning-artifact.txt │ ├── list-service-actions.txt │ ├── list-stack-instances-for-provisioned-product.txt │ ├── list-tag-options.txt │ ├── notify-provision-product-engine-workflow-result.txt │ ├── notify-terminate-provisioned-product-engine-workflow-result.txt │ ├── notify-update-provisioned-product-engine-workflow-result.txt │ ├── provision-product.txt │ ├── reject-portfolio-share.txt │ ├── scan-provisioned-products.txt │ ├── search-products-as-admin.txt │ ├── search-products.txt │ ├── search-provisioned-products.txt │ ├── terminate-provisioned-product.txt │ ├── update-constraint.txt │ ├── update-portfolio-share.txt │ ├── update-portfolio.txt │ ├── update-product.txt │ ├── update-provisioned-product-properties.txt │ ├── update-provisioned-product.txt │ ├── update-provisioning-artifact.txt │ ├── update-service-action.txt │ └── update-tag-option.txt ├── servicediscovery.txt ├── servicediscovery │ ├── create-private-dns-namespace.txt │ ├── create-public-dns-namespace.txt │ ├── create-service.txt │ ├── delete-namespace.txt │ ├── delete-service.txt │ ├── deregister-instance.txt │ ├── discover-instances-revision.txt │ ├── discover-instances.txt │ ├── get-instance.txt │ ├── get-instances-health-status.txt │ ├── get-namespace.txt │ ├── get-operation.txt │ ├── get-service.txt │ ├── list-instances.txt │ ├── list-namespaces.txt │ ├── list-operations.txt │ ├── list-services.txt │ ├── list-tags-for-resource.txt │ ├── register-instance.txt │ ├── tag-resource.txt │ ├── untag-resource.txt │ ├── update-http-namespace.txt │ ├── update-instance-custom-health-status.txt │ ├── update-private-dns-namespace.txt │ ├── update-public-dns-namespace.txt │ └── update-service.txt ├── ses.txt ├── ses │ ├── create-configuration-set-event-destination.txt │ ├── create-configuration-set-tracking-options.txt │ ├── create-configuration-set.txt │ ├── create-custom-verification-email-template.txt │ ├── create-receipt-filter.txt │ ├── create-receipt-rule-set.txt │ ├── create-receipt-rule.txt │ ├── create-template.txt │ ├── delete-configuration-set-event-destination.txt │ ├── delete-configuration-set-tracking-options.txt │ ├── delete-configuration-set.txt │ ├── delete-custom-verification-email-template.txt │ ├── delete-identity-policy.txt │ ├── delete-identity.txt │ ├── delete-receipt-filter.txt │ ├── delete-receipt-rule-set.txt │ ├── delete-receipt-rule.txt │ ├── delete-template.txt │ ├── describe-active-receipt-rule-set.txt │ ├── describe-configuration-set.txt │ ├── describe-receipt-rule-set.txt │ ├── describe-receipt-rule.txt │ ├── get-account-sending-enabled.txt │ ├── get-custom-verification-email-template.txt │ ├── get-identity-dkim-attributes.txt │ ├── get-identity-mail-from-domain-attributes.txt │ ├── get-identity-notification-attributes.txt │ ├── get-identity-policies.txt │ ├── get-identity-verification-attributes.txt │ ├── get-send-quota.txt │ ├── get-send-statistics.txt │ ├── get-template.txt │ ├── list-configuration-sets.txt │ ├── list-custom-verification-email-templates.txt │ ├── list-identities.txt │ ├── list-identity-policies.txt │ ├── list-receipt-filters.txt │ ├── list-receipt-rule-sets.txt │ ├── list-templates.txt │ ├── put-configuration-set-delivery-options.txt │ ├── put-identity-policy.txt │ ├── reorder-receipt-rule-set.txt │ ├── send-bounce.txt │ ├── send-bulk-templated-email.txt │ ├── send-custom-verification-email.txt │ ├── send-email.txt │ ├── send-raw-email.txt │ ├── send-templated-email.txt │ ├── set-active-receipt-rule-set.txt │ ├── set-identity-dkim-enabled.txt │ ├── set-identity-feedback-forwarding-enabled.txt │ ├── set-identity-headers-in-notifications-enabled.txt │ ├── set-identity-mail-from-domain.txt │ ├── set-identity-notification-topic.txt │ ├── set-receipt-rule-position.txt │ ├── test-render-template.txt │ ├── update-account-sending-enabled.txt │ ├── update-configuration-set-event-destination.txt │ ├── update-configuration-set-reputation-metrics-enabled.txt │ ├── update-configuration-set-sending-enabled.txt │ ├── update-configuration-set-tracking-options.txt │ ├── update-custom-verification-email-template.txt │ ├── update-receipt-rule.txt │ ├── update-template.txt │ ├── verify-domain-dkim.txt │ ├── verify-domain-identity.txt │ ├── verify-email-identity.txt │ └── wait.txt ├── sesv2.txt ├── sesv2 │ ├── cancel-export-job.txt │ ├── create-configuration-set-event-destination.txt │ ├── create-configuration-set.txt │ ├── create-contact-list.txt │ ├── create-contact.txt │ ├── create-custom-verification-email-template.txt │ ├── create-dedicated-ip-pool.txt │ ├── create-deliverability-test-report.txt │ ├── create-email-identity-policy.txt │ ├── create-email-identity.txt │ ├── create-email-template.txt │ ├── create-export-job.txt │ ├── create-import-job.txt │ ├── delete-configuration-set-event-destination.txt │ ├── delete-configuration-set.txt │ ├── delete-contact-list.txt │ ├── delete-contact.txt │ ├── delete-custom-verification-email-template.txt │ ├── delete-dedicated-ip-pool.txt │ ├── delete-email-identity-policy.txt │ ├── delete-email-identity.txt │ ├── delete-email-template.txt │ ├── delete-suppressed-destination.txt │ ├── get-account.txt │ ├── get-blacklist-reports.txt │ ├── get-configuration-set-event-destinations.txt │ ├── get-configuration-set.txt │ ├── get-contact-list.txt │ ├── get-contact.txt │ ├── get-custom-verification-email-template.txt │ ├── get-dedicated-ip-pool.txt │ ├── get-dedicated-ip.txt │ ├── get-dedicated-ips.txt │ ├── get-deliverability-dashboard-options.txt │ ├── get-deliverability-test-report.txt │ ├── get-domain-deliverability-campaign.txt │ ├── get-domain-statistics-report.txt │ ├── get-email-identity-policies.txt │ ├── get-email-identity.txt │ ├── get-email-template.txt │ ├── get-export-job.txt │ ├── get-import-job.txt │ ├── get-message-insights.txt │ ├── get-suppressed-destination.txt │ ├── list-configuration-sets.txt │ ├── list-contact-lists.txt │ ├── list-contacts.txt │ ├── list-custom-verification-email-templates.txt │ ├── list-dedicated-ip-pools.txt │ ├── list-deliverability-test-reports.txt │ ├── list-domain-deliverability-campaigns.txt │ ├── list-email-identities.txt │ ├── list-email-templates.txt │ ├── list-export-jobs.txt │ ├── list-import-jobs.txt │ ├── list-recommendations.txt │ ├── list-suppressed-destinations.txt │ ├── list-tags-for-resource.txt │ ├── put-account-dedicated-ip-warmup-attributes.txt │ ├── put-account-details.txt │ ├── put-account-sending-attributes.txt │ ├── put-account-suppression-attributes.txt │ ├── put-account-vdm-attributes.txt │ ├── put-configuration-set-delivery-options.txt │ ├── put-configuration-set-reputation-options.txt │ ├── put-configuration-set-sending-options.txt │ ├── put-configuration-set-suppression-options.txt │ ├── put-configuration-set-tracking-options.txt │ ├── put-configuration-set-vdm-options.txt │ ├── put-dedicated-ip-in-pool.txt │ ├── put-dedicated-ip-pool-scaling-attributes.txt │ ├── put-dedicated-ip-warmup-attributes.txt │ ├── put-deliverability-dashboard-option.txt │ ├── put-email-identity-configuration-set-attributes.txt │ ├── put-email-identity-dkim-attributes.txt │ ├── put-email-identity-dkim-signing-attributes.txt │ ├── put-email-identity-feedback-attributes.txt │ ├── put-email-identity-mail-from-attributes.txt │ ├── put-suppressed-destination.txt │ ├── send-bulk-email.txt │ ├── send-custom-verification-email.txt │ ├── send-email.txt │ ├── tag-resource.txt │ ├── test-render-email-template.txt │ ├── untag-resource.txt │ ├── update-configuration-set-event-destination.txt │ ├── update-contact-list.txt │ ├── update-contact.txt │ ├── update-custom-verification-email-template.txt │ ├── update-email-identity-policy.txt │ └── update-email-template.txt ├── shield.txt ├── shield │ ├── associate-drt-role.txt │ ├── associate-health-check.txt │ ├── associate-proactive-engagement-details.txt │ ├── create-protection-group.txt │ ├── create-protection.txt │ ├── create-subscription.txt │ ├── delete-protection-group.txt │ ├── delete-protection.txt │ ├── describe-attack-statistics.txt │ ├── describe-attack.txt │ ├── describe-drt-access.txt │ ├── describe-emergency-contact-settings.txt │ ├── describe-protection-group.txt │ ├── describe-protection.txt │ ├── describe-subscription.txt │ ├── disable-application-layer-automatic-response.txt │ ├── disable-proactive-engagement.txt │ ├── disassociate-drt-log-bucket.txt │ ├── disassociate-drt-role.txt │ ├── disassociate-health-check.txt │ ├── enable-application-layer-automatic-response.txt │ ├── enable-proactive-engagement.txt │ ├── get-subscription-state.txt │ ├── list-attacks.txt │ ├── list-protection-groups.txt │ ├── list-protections.txt │ ├── list-resources-in-protection-group.txt │ ├── list-tags-for-resource.txt │ ├── tag-resource.txt │ ├── untag-resource.txt │ ├── update-application-layer-automatic-response.txt │ ├── update-emergency-contact-settings.txt │ ├── update-protection-group.txt │ └── update-subscription.txt ├── signer.txt ├── signer │ ├── cancel-signing-profile.txt │ ├── describe-signing-job.txt │ ├── get-revocation-status.txt │ ├── get-signing-platform.txt │ ├── get-signing-profile.txt │ ├── list-profile-permissions.txt │ ├── list-signing-jobs.txt │ ├── list-signing-platforms.txt │ ├── list-signing-profiles.txt │ ├── list-tags-for-resource.txt │ ├── put-signing-profile.txt │ ├── remove-profile-permission.txt │ ├── revoke-signature.txt │ ├── revoke-signing-profile.txt │ ├── sign-payload.txt │ ├── start-signing-job.txt │ ├── tag-resource.txt │ ├── untag-resource.txt │ └── wait.txt ├── simspaceweaver.txt ├── simspaceweaver │ ├── delete-app.txt │ ├── delete-simulation.txt │ ├── describe-app.txt │ ├── describe-simulation.txt │ ├── list-apps.txt │ ├── list-simulations.txt │ ├── list-tags-for-resource.txt │ ├── start-app.txt │ ├── start-clock.txt │ ├── start-simulation.txt │ ├── stop-app.txt │ ├── stop-clock.txt │ ├── stop-simulation.txt │ ├── tag-resource.txt │ └── untag-resource.txt ├── sms.txt ├── sms │ ├── create-replication-job.txt │ ├── delete-app-launch-configuration.txt │ ├── delete-app-replication-configuration.txt │ ├── delete-app-validation-configuration.txt │ ├── delete-app.txt │ ├── delete-replication-job.txt │ ├── delete-server-catalog.txt │ ├── disassociate-connector.txt │ ├── generate-change-set.txt │ ├── generate-template.txt │ ├── get-app-launch-configuration.txt │ ├── get-app-replication-configuration.txt │ ├── get-app-validation-configuration.txt │ ├── get-app-validation-output.txt │ ├── get-app.txt │ ├── get-connectors.txt │ ├── get-replication-jobs.txt │ ├── get-replication-runs.txt │ ├── get-servers.txt │ ├── import-app-catalog.txt │ ├── import-server-catalog.txt │ ├── launch-app.txt │ ├── list-apps.txt │ ├── notify-app-validation-output.txt │ ├── put-app-launch-configuration.txt │ ├── put-app-replication-configuration.txt │ ├── put-app-validation-configuration.txt │ ├── start-app-replication.txt │ ├── start-on-demand-app-replication.txt │ ├── start-on-demand-replication-run.txt │ ├── stop-app-replication.txt │ ├── terminate-app.txt │ ├── update-app.txt │ └── update-replication-job.txt ├── snow-device-management.txt ├── snow-device-management │ ├── create-task.txt │ ├── describe-device-ec2-instances.txt │ ├── describe-device.txt │ ├── describe-execution.txt │ ├── describe-task.txt │ ├── list-device-resources.txt │ ├── list-devices.txt │ ├── list-executions.txt │ ├── list-tags-for-resource.txt │ ├── list-tasks.txt │ ├── tag-resource.txt │ └── untag-resource.txt ├── snowball.txt ├── snowball │ ├── cancel-job.txt │ ├── create-address.txt │ ├── create-cluster.txt │ ├── create-job.txt │ ├── create-long-term-pricing.txt │ ├── create-return-shipping-label.txt │ ├── describe-address.txt │ ├── describe-addresses.txt │ ├── describe-cluster.txt │ ├── describe-job.txt │ ├── describe-return-shipping-label.txt │ ├── get-job-manifest.txt │ ├── get-job-unlock-code.txt │ ├── get-snowball-usage.txt │ ├── get-software-updates.txt │ ├── list-cluster-jobs.txt │ ├── list-clusters.txt │ ├── list-compatible-images.txt │ ├── list-jobs.txt │ ├── list-long-term-pricing.txt │ ├── list-pickup-locations.txt │ ├── list-service-versions.txt │ ├── update-cluster.txt │ ├── update-job-shipment-state.txt │ ├── update-job.txt │ └── update-long-term-pricing.txt ├── sns.txt ├── sns │ ├── check-if-phone-number-is-opted-out.txt │ ├── confirm-subscription.txt │ ├── create-platform-application.txt │ ├── create-platform-endpoint.txt │ ├── create-sms-sandbox-phone-number.txt │ ├── create-topic.txt │ ├── delete-endpoint.txt │ ├── delete-platform-application.txt │ ├── delete-sms-sandbox-phone-number.txt │ ├── delete-topic.txt │ ├── get-data-protection-policy.txt │ ├── get-endpoint-attributes.txt │ ├── get-platform-application-attributes.txt │ ├── get-sms-attributes.txt │ ├── get-sms-sandbox-account-status.txt │ ├── get-subscription-attributes.txt │ ├── get-topic-attributes.txt │ ├── list-endpoints-by-platform-application.txt │ ├── list-origination-numbers.txt │ ├── list-phone-numbers-opted-out.txt │ ├── list-platform-applications.txt │ ├── list-sms-sandbox-phone-numbers.txt │ ├── list-subscriptions-by-topic.txt │ ├── list-subscriptions.txt │ ├── list-tags-for-resource.txt │ ├── list-topics.txt │ ├── opt-in-phone-number.txt │ ├── publish-batch.txt │ ├── publish.txt │ ├── put-data-protection-policy.txt │ ├── remove-permission.txt │ ├── set-endpoint-attributes.txt │ ├── set-platform-application-attributes.txt │ ├── set-sms-attributes.txt │ ├── set-subscription-attributes.txt │ ├── set-topic-attributes.txt │ ├── subscribe.txt │ ├── tag-resource.txt │ ├── unsubscribe.txt │ ├── untag-resource.txt │ └── verify-sms-sandbox-phone-number.txt ├── socialmessaging.txt ├── socialmessaging │ ├── delete-whatsapp-media-message.txt │ ├── disassociate-whatsapp-business-account.txt │ ├── get-linked-whatsapp-business-account-phone-number.txt │ ├── get-linked-whatsapp-business-account.txt │ ├── get-whatsapp-message-media.txt │ ├── list-linked-whatsapp-business-accounts.txt │ ├── list-tags-for-resource.txt │ ├── post-whatsapp-message-media.txt │ ├── put-whatsapp-business-account-event-destinations.txt │ ├── send-whatsapp-message.txt │ ├── tag-resource.txt │ └── untag-resource.txt ├── sqs.txt ├── sqs │ ├── cancel-message-move-task.txt │ ├── change-message-visibility-batch.txt │ ├── change-message-visibility.txt │ ├── create-queue.txt │ ├── delete-message-batch.txt │ ├── delete-message.txt │ ├── delete-queue.txt │ ├── get-queue-attributes.txt │ ├── get-queue-url.txt │ ├── list-dead-letter-source-queues.txt │ ├── list-message-move-tasks.txt │ ├── list-queue-tags.txt │ ├── list-queues.txt │ ├── purge-queue.txt │ ├── receive-message.txt │ ├── remove-permission.txt │ ├── send-message-batch.txt │ ├── send-message.txt │ ├── set-queue-attributes.txt │ ├── start-message-move-task.txt │ ├── tag-queue.txt │ └── untag-queue.txt ├── ssm-contacts.txt ├── ssm-contacts │ ├── activate-contact-channel.txt │ ├── create-contact-channel.txt │ ├── create-contact.txt │ ├── create-rotation-override.txt │ ├── create-rotation.txt │ ├── deactivate-contact-channel.txt │ ├── delete-contact-channel.txt │ ├── delete-contact.txt │ ├── delete-rotation-override.txt │ ├── delete-rotation.txt │ ├── describe-engagement.txt │ ├── describe-page.txt │ ├── get-contact-channel.txt │ ├── get-contact-policy.txt │ ├── get-contact.txt │ ├── get-rotation-override.txt │ ├── get-rotation.txt │ ├── list-contact-channels.txt │ ├── list-contacts.txt │ ├── list-engagements.txt │ ├── list-page-receipts.txt │ ├── list-page-resolutions.txt │ ├── list-pages-by-contact.txt │ ├── list-pages-by-engagement.txt │ ├── list-preview-rotation-shifts.txt │ ├── list-rotation-overrides.txt │ ├── list-rotation-shifts.txt │ ├── list-rotations.txt │ ├── list-tags-for-resource.txt │ ├── put-contact-policy.txt │ ├── send-activation-code.txt │ ├── start-engagement.txt │ ├── stop-engagement.txt │ ├── tag-resource.txt │ ├── untag-resource.txt │ ├── update-contact-channel.txt │ ├── update-contact.txt │ └── update-rotation.txt ├── ssm-incidents.txt ├── ssm-incidents │ ├── create-replication-set.txt │ ├── create-response-plan.txt │ ├── create-timeline-event.txt │ ├── delete-incident-record.txt │ ├── delete-replication-set.txt │ ├── delete-resource-policy.txt │ ├── delete-response-plan.txt │ ├── delete-timeline-event.txt │ ├── get-incident-record.txt │ ├── get-replication-set.txt │ ├── get-resource-policies.txt │ ├── get-response-plan.txt │ ├── get-timeline-event.txt │ ├── list-incident-findings.txt │ ├── list-incident-records.txt │ ├── list-related-items.txt │ ├── list-replication-sets.txt │ ├── list-response-plans.txt │ ├── list-tags-for-resource.txt │ ├── list-timeline-events.txt │ ├── put-resource-policy.txt │ ├── start-incident.txt │ ├── tag-resource.txt │ ├── untag-resource.txt │ ├── update-deletion-protection.txt │ ├── update-incident-record.txt │ ├── update-related-items.txt │ ├── update-replication-set.txt │ ├── update-response-plan.txt │ ├── update-timeline-event.txt │ ├── wait.txt │ └── wait │ │ └── wait-for-replication-set-deleted.txt ├── ssm-quicksetup.txt ├── ssm-quicksetup │ ├── delete-configuration-manager.txt │ ├── get-configuration-manager.txt │ ├── get-configuration.txt │ ├── get-service-settings.txt │ ├── list-configuration-managers.txt │ ├── list-configurations.txt │ ├── list-quick-setup-types.txt │ ├── list-tags-for-resource.txt │ ├── tag-resource.txt │ ├── untag-resource.txt │ ├── update-configuration-definition.txt │ ├── update-configuration-manager.txt │ └── update-service-settings.txt ├── ssm-sap.txt ├── ssm-sap │ ├── deregister-application.txt │ ├── get-application.txt │ ├── get-component.txt │ ├── get-database.txt │ ├── get-operation.txt │ ├── get-resource-permission.txt │ ├── list-applications.txt │ ├── list-components.txt │ ├── list-databases.txt │ ├── list-operation-events.txt │ ├── list-operations.txt │ ├── list-tags-for-resource.txt │ ├── put-resource-permission.txt │ ├── register-application.txt │ ├── start-application-refresh.txt │ ├── start-application.txt │ ├── stop-application.txt │ ├── tag-resource.txt │ ├── untag-resource.txt │ └── update-application-settings.txt ├── ssm.txt ├── ssm │ ├── associate-ops-item-related-item.txt │ ├── cancel-command.txt │ ├── cancel-maintenance-window-execution.txt │ ├── create-activation.txt │ ├── create-association-batch.txt │ ├── create-association.txt │ ├── create-document.txt │ ├── create-maintenance-window.txt │ ├── create-ops-item.txt │ ├── create-ops-metadata.txt │ ├── create-patch-baseline.txt │ ├── create-resource-data-sync.txt │ ├── delete-activation.txt │ ├── delete-association.txt │ ├── delete-document.txt │ ├── delete-inventory.txt │ ├── delete-maintenance-window.txt │ ├── delete-ops-item.txt │ ├── delete-ops-metadata.txt │ ├── delete-parameter.txt │ ├── delete-parameters.txt │ ├── delete-patch-baseline.txt │ ├── delete-resource-data-sync.txt │ ├── delete-resource-policy.txt │ ├── deregister-managed-instance.txt │ ├── deregister-patch-baseline-for-patch-group.txt │ ├── deregister-target-from-maintenance-window.txt │ ├── deregister-task-from-maintenance-window.txt │ ├── describe-activations.txt │ ├── describe-association-execution-targets.txt │ ├── describe-association-executions.txt │ ├── describe-association.txt │ ├── describe-automation-executions.txt │ ├── describe-automation-step-executions.txt │ ├── describe-available-patches.txt │ ├── describe-document-permission.txt │ ├── describe-document.txt │ ├── describe-effective-instance-associations.txt │ ├── describe-effective-patches-for-patch-baseline.txt │ ├── describe-instance-associations-status.txt │ ├── describe-instance-information.txt │ ├── describe-instance-patch-states-for-patch-group.txt │ ├── describe-instance-patch-states.txt │ ├── describe-instance-patches.txt │ ├── describe-instance-properties.txt │ ├── describe-inventory-deletions.txt │ ├── describe-maintenance-window-execution-task-invocations.txt │ ├── describe-maintenance-window-execution-tasks.txt │ ├── describe-maintenance-window-executions.txt │ ├── describe-maintenance-window-schedule.txt │ ├── describe-maintenance-window-targets.txt │ ├── describe-maintenance-window-tasks.txt │ ├── describe-maintenance-windows-for-target.txt │ ├── describe-maintenance-windows.txt │ ├── describe-ops-items.txt │ ├── describe-parameters.txt │ ├── describe-patch-baselines.txt │ ├── describe-patch-group-state.txt │ ├── describe-patch-groups.txt │ ├── describe-patch-properties.txt │ ├── describe-sessions.txt │ ├── disassociate-ops-item-related-item.txt │ ├── get-automation-execution.txt │ ├── get-calendar-state.txt │ ├── get-command-invocation.txt │ ├── get-connection-status.txt │ ├── get-default-patch-baseline.txt │ ├── get-deployable-patch-snapshot-for-instance.txt │ ├── get-document.txt │ ├── get-execution-preview.txt │ ├── get-inventory-schema.txt │ ├── get-inventory.txt │ ├── get-maintenance-window-execution-task-invocation.txt │ ├── get-maintenance-window-execution-task.txt │ ├── get-maintenance-window-execution.txt │ ├── get-maintenance-window-task.txt │ ├── get-maintenance-window.txt │ ├── get-ops-item.txt │ ├── get-ops-metadata.txt │ ├── get-ops-summary.txt │ ├── get-parameter-history.txt │ ├── get-parameter.txt │ ├── get-parameters-by-path.txt │ ├── get-parameters.txt │ ├── get-patch-baseline-for-patch-group.txt │ ├── get-patch-baseline.txt │ ├── get-resource-policies.txt │ ├── get-service-setting.txt │ ├── label-parameter-version.txt │ ├── list-association-versions.txt │ ├── list-associations.txt │ ├── list-command-invocations.txt │ ├── list-commands.txt │ ├── list-compliance-items.txt │ ├── list-compliance-summaries.txt │ ├── list-document-metadata-history.txt │ ├── list-document-versions.txt │ ├── list-documents.txt │ ├── list-inventory-entries.txt │ ├── list-nodes-summary.txt │ ├── list-nodes.txt │ ├── list-ops-item-events.txt │ ├── list-ops-item-related-items.txt │ ├── list-ops-metadata.txt │ ├── list-resource-compliance-summaries.txt │ ├── list-resource-data-sync.txt │ ├── list-tags-for-resource.txt │ ├── modify-document-permission.txt │ ├── put-compliance-items.txt │ ├── put-inventory.txt │ ├── put-parameter.txt │ ├── put-resource-policy.txt │ ├── register-default-patch-baseline.txt │ ├── register-patch-baseline-for-patch-group.txt │ ├── register-target-with-maintenance-window.txt │ ├── register-task-with-maintenance-window.txt │ ├── remove-tags-from-resource.txt │ ├── reset-service-setting.txt │ ├── resume-session.txt │ ├── send-automation-signal.txt │ ├── send-command.txt │ ├── start-associations-once.txt │ ├── start-automation-execution.txt │ ├── start-change-request-execution.txt │ ├── start-execution-preview.txt │ ├── start-session.txt │ ├── stop-automation-execution.txt │ ├── terminate-session.txt │ ├── unlabel-parameter-version.txt │ ├── update-association-status.txt │ ├── update-association.txt │ ├── update-document-default-version.txt │ ├── update-document-metadata.txt │ ├── update-document.txt │ ├── update-maintenance-window-target.txt │ ├── update-maintenance-window-task.txt │ ├── update-maintenance-window.txt │ ├── update-managed-instance-role.txt │ ├── update-ops-item.txt │ ├── update-ops-metadata.txt │ ├── update-patch-baseline.txt │ ├── update-resource-data-sync.txt │ ├── update-service-setting.txt │ └── wait.txt ├── sso-admin.txt ├── sso-admin │ ├── attach-managed-policy-to-permission-set.txt │ ├── create-account-assignment.txt │ ├── create-application-assignment.txt │ ├── create-application.txt │ ├── create-instance-access-control-attribute-configuration.txt │ ├── create-instance.txt │ ├── create-permission-set.txt │ ├── create-trusted-token-issuer.txt │ ├── delete-account-assignment.txt │ ├── delete-application-access-scope.txt │ ├── delete-application-assignment.txt │ ├── delete-application-authentication-method.txt │ ├── delete-application-grant.txt │ ├── delete-application.txt │ ├── delete-inline-policy-from-permission-set.txt │ ├── delete-instance-access-control-attribute-configuration.txt │ ├── delete-instance.txt │ ├── delete-permission-set.txt │ ├── delete-permissions-boundary-from-permission-set.txt │ ├── delete-trusted-token-issuer.txt │ ├── describe-account-assignment-creation-status.txt │ ├── describe-account-assignment-deletion-status.txt │ ├── describe-application-assignment.txt │ ├── describe-application-provider.txt │ ├── describe-application.txt │ ├── describe-instance-access-control-attribute-configuration.txt │ ├── describe-instance.txt │ ├── describe-permission-set-provisioning-status.txt │ ├── describe-permission-set.txt │ ├── describe-trusted-token-issuer.txt │ ├── detach-customer-managed-policy-reference-from-permission-set.txt │ ├── detach-managed-policy-from-permission-set.txt │ ├── get-application-access-scope.txt │ ├── get-application-assignment-configuration.txt │ ├── get-application-authentication-method.txt │ ├── get-application-grant.txt │ ├── get-inline-policy-for-permission-set.txt │ ├── get-permissions-boundary-for-permission-set.txt │ ├── list-account-assignment-creation-status.txt │ ├── list-account-assignment-deletion-status.txt │ ├── list-account-assignments-for-principal.txt │ ├── list-account-assignments.txt │ ├── list-accounts-for-provisioned-permission-set.txt │ ├── list-application-access-scopes.txt │ ├── list-application-assignments-for-principal.txt │ ├── list-application-assignments.txt │ ├── list-application-authentication-methods.txt │ ├── list-application-grants.txt │ ├── list-application-providers.txt │ ├── list-applications.txt │ ├── list-customer-managed-policy-references-in-permission-set.txt │ ├── list-instances.txt │ ├── list-managed-policies-in-permission-set.txt │ ├── list-permission-set-provisioning-status.txt │ ├── list-permission-sets-provisioned-to-account.txt │ ├── list-permission-sets.txt │ ├── list-tags-for-resource.txt │ ├── list-trusted-token-issuers.txt │ ├── provision-permission-set.txt │ ├── put-application-access-scope.txt │ ├── put-application-assignment-configuration.txt │ ├── put-application-authentication-method.txt │ ├── put-application-grant.txt │ ├── put-inline-policy-to-permission-set.txt │ ├── put-permissions-boundary-to-permission-set.txt │ ├── tag-resource.txt │ ├── untag-resource.txt │ ├── update-application.txt │ ├── update-instance-access-control-attribute-configuration.txt │ ├── update-instance.txt │ ├── update-permission-set.txt │ └── update-trusted-token-issuer.txt ├── sso-oidc.txt ├── sso-oidc │ ├── create-token-with-iam.txt │ ├── register-client.txt │ └── start-device-authorization.txt ├── sso.txt ├── sso │ ├── list-account-roles.txt │ ├── list-accounts.txt │ ├── login.txt │ └── logout.txt ├── stepfunctions.txt ├── stepfunctions │ ├── create-state-machine-alias.txt │ ├── create-state-machine.txt │ ├── delete-activity.txt │ ├── delete-state-machine-alias.txt │ ├── delete-state-machine-version.txt │ ├── delete-state-machine.txt │ ├── describe-activity.txt │ ├── describe-execution.txt │ ├── describe-map-run.txt │ ├── describe-state-machine-alias.txt │ ├── describe-state-machine-for-execution.txt │ ├── describe-state-machine.txt │ ├── get-activity-task.txt │ ├── get-execution-history.txt │ ├── list-activities.txt │ ├── list-executions.txt │ ├── list-map-runs.txt │ ├── list-state-machine-aliases.txt │ ├── list-state-machine-versions.txt │ ├── list-state-machines.txt │ ├── list-tags-for-resource.txt │ ├── publish-state-machine-version.txt │ ├── redrive-execution.txt │ ├── send-task-failure.txt │ ├── send-task-heartbeat.txt │ ├── send-task-success.txt │ ├── start-execution.txt │ ├── start-sync-execution.txt │ ├── stop-execution.txt │ ├── tag-resource.txt │ ├── test-state.txt │ ├── untag-resource.txt │ ├── update-map-run.txt │ ├── update-state-machine-alias.txt │ ├── update-state-machine.txt │ └── validate-state-machine-definition.txt ├── storagegateway.txt ├── storagegateway │ ├── add-cache.txt │ ├── add-tags-to-resource.txt │ ├── add-upload-buffer.txt │ ├── add-working-storage.txt │ ├── assign-tape-pool.txt │ ├── associate-file-system.txt │ ├── attach-volume.txt │ ├── cancel-archival.txt │ ├── cancel-retrieval.txt │ ├── create-cached-iscsi-volume.txt │ ├── create-nfs-file-share.txt │ ├── create-smb-file-share.txt │ ├── create-snapshot-from-volume-recovery-point.txt │ ├── create-snapshot.txt │ ├── create-stored-iscsi-volume.txt │ ├── create-tape-pool.txt │ ├── create-tape-with-barcode.txt │ ├── create-tapes.txt │ ├── delete-automatic-tape-creation-policy.txt │ ├── delete-bandwidth-rate-limit.txt │ ├── delete-chap-credentials.txt │ ├── delete-file-share.txt │ ├── delete-gateway.txt │ ├── delete-snapshot-schedule.txt │ ├── delete-tape-archive.txt │ ├── delete-tape-pool.txt │ ├── delete-tape.txt │ ├── delete-volume.txt │ ├── describe-availability-monitor-test.txt │ ├── describe-bandwidth-rate-limit-schedule.txt │ ├── describe-bandwidth-rate-limit.txt │ ├── describe-cache.txt │ ├── describe-cached-iscsi-volumes.txt │ ├── describe-chap-credentials.txt │ ├── describe-file-system-associations.txt │ ├── describe-gateway-information.txt │ ├── describe-maintenance-start-time.txt │ ├── describe-nfs-file-shares.txt │ ├── describe-smb-file-shares.txt │ ├── describe-smb-settings.txt │ ├── describe-snapshot-schedule.txt │ ├── describe-stored-iscsi-volumes.txt │ ├── describe-tape-archives.txt │ ├── describe-tape-recovery-points.txt │ ├── describe-tapes.txt │ ├── describe-upload-buffer.txt │ ├── describe-vtl-devices.txt │ ├── describe-working-storage.txt │ ├── detach-volume.txt │ ├── disable-gateway.txt │ ├── disassociate-file-system.txt │ ├── join-domain.txt │ ├── list-automatic-tape-creation-policies.txt │ ├── list-file-shares.txt │ ├── list-file-system-associations.txt │ ├── list-gateways.txt │ ├── list-local-disks.txt │ ├── list-tags-for-resource.txt │ ├── list-tape-pools.txt │ ├── list-tapes.txt │ ├── list-volume-initiators.txt │ ├── list-volume-recovery-points.txt │ ├── list-volumes.txt │ ├── notify-when-uploaded.txt │ ├── refresh-cache.txt │ ├── remove-tags-from-resource.txt │ ├── reset-cache.txt │ ├── retrieve-tape-archive.txt │ ├── retrieve-tape-recovery-point.txt │ ├── set-local-console-password.txt │ ├── set-smb-guest-password.txt │ ├── shutdown-gateway.txt │ ├── start-availability-monitor-test.txt │ ├── start-gateway.txt │ ├── update-automatic-tape-creation-policy.txt │ ├── update-bandwidth-rate-limit-schedule.txt │ ├── update-bandwidth-rate-limit.txt │ ├── update-chap-credentials.txt │ ├── update-file-system-association.txt │ ├── update-gateway-information.txt │ ├── update-gateway-software-now.txt │ ├── update-maintenance-start-time.txt │ ├── update-nfs-file-share.txt │ ├── update-smb-file-share-visibility.txt │ ├── update-smb-file-share.txt │ ├── update-smb-local-groups.txt │ ├── update-smb-security-strategy.txt │ ├── update-snapshot-schedule.txt │ └── update-vtl-device-type.txt ├── sts.txt ├── sts │ ├── assume-role-with-saml.txt │ ├── assume-role-with-web-identity.txt │ ├── assume-root.txt │ ├── decode-authorization-message.txt │ ├── get-access-key-info.txt │ ├── get-caller-identity.txt │ ├── get-federation-token.txt │ └── get-session-token.txt ├── supplychain.txt ├── supplychain │ ├── create-data-integration-flow.txt │ ├── create-data-lake-dataset.txt │ ├── create-instance.txt │ ├── delete-data-integration-flow.txt │ ├── delete-data-lake-dataset.txt │ ├── delete-instance.txt │ ├── get-bill-of-materials-import-job.txt │ ├── get-data-integration-flow.txt │ ├── get-data-lake-dataset.txt │ ├── get-instance.txt │ ├── list-data-integration-flows.txt │ ├── list-data-lake-datasets.txt │ ├── list-instances.txt │ ├── list-tags-for-resource.txt │ ├── send-data-integration-event.txt │ ├── tag-resource.txt │ ├── untag-resource.txt │ ├── update-data-integration-flow.txt │ ├── update-data-lake-dataset.txt │ └── update-instance.txt ├── support-app.txt ├── support-app │ ├── delete-account-alias.txt │ ├── delete-slack-channel-configuration.txt │ ├── delete-slack-workspace-configuration.txt │ ├── get-account-alias.txt │ ├── list-slack-channel-configurations.txt │ ├── list-slack-workspace-configurations.txt │ ├── put-account-alias.txt │ ├── register-slack-workspace-for-organization.txt │ └── update-slack-channel-configuration.txt ├── support.txt ├── support │ ├── add-communication-to-case.txt │ ├── create-case.txt │ ├── describe-attachment.txt │ ├── describe-cases.txt │ ├── describe-communications.txt │ ├── describe-create-case-options.txt │ ├── describe-services.txt │ ├── describe-severity-levels.txt │ ├── describe-supported-languages.txt │ ├── describe-trusted-advisor-check-refresh-statuses.txt │ ├── describe-trusted-advisor-check-result.txt │ ├── describe-trusted-advisor-check-summaries.txt │ ├── describe-trusted-advisor-checks.txt │ ├── refresh-trusted-advisor-check.txt │ └── resolve-case.txt ├── swf.txt ├── swf │ ├── count-open-workflow-executions.txt │ ├── count-pending-activity-tasks.txt │ ├── count-pending-decision-tasks.txt │ ├── delete-activity-type.txt │ ├── delete-workflow-type.txt │ ├── deprecate-activity-type.txt │ ├── deprecate-domain.txt │ ├── deprecate-workflow-type.txt │ ├── describe-activity-type.txt │ ├── describe-domain.txt │ ├── describe-workflow-execution.txt │ ├── describe-workflow-type.txt │ ├── get-workflow-execution-history.txt │ ├── list-activity-types.txt │ ├── list-closed-workflow-executions.txt │ ├── list-domains.txt │ ├── list-open-workflow-executions.txt │ ├── list-tags-for-resource.txt │ ├── list-workflow-types.txt │ ├── poll-for-activity-task.txt │ ├── poll-for-decision-task.txt │ ├── record-activity-task-heartbeat.txt │ ├── register-activity-type.txt │ ├── register-domain.txt │ ├── register-workflow-type.txt │ ├── request-cancel-workflow-execution.txt │ ├── respond-activity-task-canceled.txt │ ├── respond-activity-task-completed.txt │ ├── respond-activity-task-failed.txt │ ├── respond-decision-task-completed.txt │ ├── signal-workflow-execution.txt │ ├── start-workflow-execution.txt │ ├── tag-resource.txt │ ├── terminate-workflow-execution.txt │ ├── undeprecate-activity-type.txt │ ├── undeprecate-domain.txt │ ├── undeprecate-workflow-type.txt │ └── untag-resource.txt ├── synthetics.txt ├── synthetics │ ├── create-canary.txt │ ├── create-group.txt │ ├── delete-canary.txt │ ├── delete-group.txt │ ├── describe-canaries-last-run.txt │ ├── describe-canaries.txt │ ├── describe-runtime-versions.txt │ ├── disassociate-resource.txt │ ├── get-canary-runs.txt │ ├── get-canary.txt │ ├── get-group.txt │ ├── list-associated-groups.txt │ ├── list-group-resources.txt │ ├── list-groups.txt │ ├── list-tags-for-resource.txt │ ├── start-canary.txt │ ├── stop-canary.txt │ ├── tag-resource.txt │ ├── untag-resource.txt │ └── update-canary.txt ├── taxsettings.txt ├── taxsettings │ ├── batch-get-tax-exemptions.txt │ ├── batch-put-tax-registration.txt │ ├── delete-supplemental-tax-registration.txt │ ├── delete-tax-registration.txt │ ├── get-tax-exemption-types.txt │ ├── get-tax-inheritance.txt │ ├── get-tax-registration-document.txt │ ├── get-tax-registration.txt │ ├── list-supplemental-tax-registrations.txt │ ├── list-tax-exemptions.txt │ ├── list-tax-registrations.txt │ ├── put-supplemental-tax-registration.txt │ ├── put-tax-exemption.txt │ ├── put-tax-inheritance.txt │ └── put-tax-registration.txt ├── textract.txt ├── textract │ ├── analyze-expense.txt │ ├── analyze-id.txt │ ├── create-adapter-version.txt │ ├── create-adapter.txt │ ├── delete-adapter-version.txt │ ├── delete-adapter.txt │ ├── detect-document-text.txt │ ├── get-adapter-version.txt │ ├── get-adapter.txt │ ├── get-document-analysis.txt │ ├── get-document-text-detection.txt │ ├── get-expense-analysis.txt │ ├── get-lending-analysis-summary.txt │ ├── get-lending-analysis.txt │ ├── list-adapter-versions.txt │ ├── list-adapters.txt │ ├── list-tags-for-resource.txt │ ├── start-document-analysis.txt │ ├── start-document-text-detection.txt │ ├── start-expense-analysis.txt │ ├── start-lending-analysis.txt │ ├── tag-resource.txt │ ├── untag-resource.txt │ └── update-adapter.txt ├── timestream-influxdb.txt ├── timestream-influxdb │ ├── create-db-parameter-group.txt │ ├── delete-db-instance.txt │ ├── get-db-instance.txt │ ├── get-db-parameter-group.txt │ ├── list-db-instances.txt │ ├── list-db-parameter-groups.txt │ ├── list-tags-for-resource.txt │ ├── tag-resource.txt │ ├── untag-resource.txt │ └── update-db-instance.txt ├── timestream-query.txt ├── timestream-query │ ├── create-scheduled-query.txt │ ├── delete-scheduled-query.txt │ ├── describe-account-settings.txt │ ├── describe-endpoints.txt │ ├── describe-scheduled-query.txt │ ├── execute-scheduled-query.txt │ ├── list-scheduled-queries.txt │ ├── list-tags-for-resource.txt │ ├── prepare-query.txt │ ├── query.txt │ ├── tag-resource.txt │ ├── untag-resource.txt │ ├── update-account-settings.txt │ └── update-scheduled-query.txt ├── timestream-write.txt ├── timestream-write │ ├── create-database.txt │ ├── create-table.txt │ ├── delete-database.txt │ ├── delete-table.txt │ ├── describe-batch-load-task.txt │ ├── describe-database.txt │ ├── describe-endpoints.txt │ ├── describe-table.txt │ ├── list-batch-load-tasks.txt │ ├── list-databases.txt │ ├── list-tables.txt │ ├── list-tags-for-resource.txt │ ├── resume-batch-load-task.txt │ ├── tag-resource.txt │ ├── untag-resource.txt │ ├── update-database.txt │ ├── update-table.txt │ └── write-records.txt ├── tnb.txt ├── tnb │ ├── create-sol-function-package.txt │ ├── create-sol-network-instance.txt │ ├── create-sol-network-package.txt │ ├── delete-sol-function-package.txt │ ├── delete-sol-network-instance.txt │ ├── delete-sol-network-package.txt │ ├── get-sol-function-instance.txt │ ├── get-sol-function-package-content.txt │ ├── get-sol-function-package-descriptor.txt │ ├── get-sol-function-package.txt │ ├── get-sol-network-instance.txt │ ├── get-sol-network-operation.txt │ ├── get-sol-network-package-content.txt │ ├── get-sol-network-package-descriptor.txt │ ├── get-sol-network-package.txt │ ├── instantiate-sol-network-instance.txt │ ├── list-sol-function-instances.txt │ ├── list-sol-function-packages.txt │ ├── list-sol-network-instances.txt │ ├── list-sol-network-operations.txt │ ├── list-sol-network-packages.txt │ ├── list-tags-for-resource.txt │ ├── put-sol-function-package-content.txt │ ├── put-sol-network-package-content.txt │ ├── tag-resource.txt │ ├── terminate-sol-network-instance.txt │ ├── untag-resource.txt │ ├── update-sol-function-package.txt │ ├── update-sol-network-instance.txt │ ├── update-sol-network-package.txt │ ├── validate-sol-function-package-content.txt │ └── validate-sol-network-package-content.txt ├── transcribe.txt ├── transcribe │ ├── create-language-model.txt │ ├── create-medical-vocabulary.txt │ ├── create-vocabulary-filter.txt │ ├── create-vocabulary.txt │ ├── delete-call-analytics-category.txt │ ├── delete-call-analytics-job.txt │ ├── delete-language-model.txt │ ├── delete-medical-scribe-job.txt │ ├── delete-medical-transcription-job.txt │ ├── delete-medical-vocabulary.txt │ ├── delete-transcription-job.txt │ ├── delete-vocabulary-filter.txt │ ├── delete-vocabulary.txt │ ├── describe-language-model.txt │ ├── get-call-analytics-category.txt │ ├── get-call-analytics-job.txt │ ├── get-medical-scribe-job.txt │ ├── get-medical-transcription-job.txt │ ├── get-medical-vocabulary.txt │ ├── get-transcription-job.txt │ ├── get-vocabulary-filter.txt │ ├── get-vocabulary.txt │ ├── list-call-analytics-categories.txt │ ├── list-call-analytics-jobs.txt │ ├── list-language-models.txt │ ├── list-medical-scribe-jobs.txt │ ├── list-medical-transcription-jobs.txt │ ├── list-medical-vocabularies.txt │ ├── list-tags-for-resource.txt │ ├── list-transcription-jobs.txt │ ├── list-vocabularies.txt │ ├── list-vocabulary-filters.txt │ ├── start-call-analytics-job.txt │ ├── start-medical-scribe-job.txt │ ├── start-medical-transcription-job.txt │ ├── start-transcription-job.txt │ ├── tag-resource.txt │ ├── untag-resource.txt │ ├── update-call-analytics-category.txt │ ├── update-medical-vocabulary.txt │ ├── update-vocabulary-filter.txt │ └── update-vocabulary.txt ├── transfer.txt ├── transfer │ ├── create-agreement.txt │ ├── create-connector.txt │ ├── create-profile.txt │ ├── create-server.txt │ ├── create-user.txt │ ├── create-web-app.txt │ ├── create-workflow.txt │ ├── delete-access.txt │ ├── delete-agreement.txt │ ├── delete-certificate.txt │ ├── delete-connector.txt │ ├── delete-host-key.txt │ ├── delete-profile.txt │ ├── delete-server.txt │ ├── delete-ssh-public-key.txt │ ├── delete-user.txt │ ├── delete-web-app-customization.txt │ ├── delete-web-app.txt │ ├── delete-workflow.txt │ ├── describe-access.txt │ ├── describe-agreement.txt │ ├── describe-certificate.txt │ ├── describe-connector.txt │ ├── describe-execution.txt │ ├── describe-host-key.txt │ ├── describe-profile.txt │ ├── describe-security-policy.txt │ ├── describe-server.txt │ ├── describe-user.txt │ ├── describe-web-app-customization.txt │ ├── describe-web-app.txt │ ├── describe-workflow.txt │ ├── import-certificate.txt │ ├── import-host-key.txt │ ├── import-ssh-public-key.txt │ ├── list-accesses.txt │ ├── list-agreements.txt │ ├── list-certificates.txt │ ├── list-connectors.txt │ ├── list-executions.txt │ ├── list-file-transfer-results.txt │ ├── list-host-keys.txt │ ├── list-profiles.txt │ ├── list-security-policies.txt │ ├── list-servers.txt │ ├── list-tags-for-resource.txt │ ├── list-users.txt │ ├── list-web-apps.txt │ ├── list-workflows.txt │ ├── send-workflow-step-state.txt │ ├── start-directory-listing.txt │ ├── start-file-transfer.txt │ ├── start-server.txt │ ├── stop-server.txt │ ├── tag-resource.txt │ ├── test-connection.txt │ ├── test-identity-provider.txt │ ├── untag-resource.txt │ ├── update-access.txt │ ├── update-agreement.txt │ ├── update-certificate.txt │ ├── update-connector.txt │ ├── update-host-key.txt │ ├── update-profile.txt │ ├── update-server.txt │ ├── update-user.txt │ ├── update-web-app-customization.txt │ ├── update-web-app.txt │ ├── wait.txt │ └── wait │ │ └── server-online.txt ├── translate.txt ├── translate │ ├── delete-parallel-data.txt │ ├── delete-terminology.txt │ ├── describe-text-translation-job.txt │ ├── get-parallel-data.txt │ ├── get-terminology.txt │ ├── import-terminology.txt │ ├── list-languages.txt │ ├── list-parallel-data.txt │ ├── list-tags-for-resource.txt │ ├── list-terminologies.txt │ ├── list-text-translation-jobs.txt │ ├── start-text-translation-job.txt │ ├── stop-text-translation-job.txt │ ├── tag-resource.txt │ ├── translate-document.txt │ ├── translate-text.txt │ ├── untag-resource.txt │ └── update-parallel-data.txt ├── trustedadvisor.txt ├── trustedadvisor │ ├── get-organization-recommendation.txt │ ├── get-recommendation.txt │ ├── list-checks.txt │ ├── list-organization-recommendation-accounts.txt │ ├── list-organization-recommendation-resources.txt │ ├── list-organization-recommendations.txt │ ├── list-recommendation-resources.txt │ ├── list-recommendations.txt │ ├── update-organization-recommendation-lifecycle.txt │ └── update-recommendation-lifecycle.txt ├── verifiedpermissions.txt ├── verifiedpermissions │ ├── batch-is-authorized-with-token.txt │ ├── batch-is-authorized.txt │ ├── create-identity-source.txt │ ├── create-policy-store.txt │ ├── create-policy-template.txt │ ├── create-policy.txt │ ├── delete-identity-source.txt │ ├── delete-policy-store.txt │ ├── delete-policy-template.txt │ ├── delete-policy.txt │ ├── get-identity-source.txt │ ├── get-policy-store.txt │ ├── get-policy-template.txt │ ├── get-policy.txt │ ├── get-schema.txt │ ├── is-authorized-with-token.txt │ ├── is-authorized.txt │ ├── list-identity-sources.txt │ ├── list-policies.txt │ ├── list-policy-stores.txt │ ├── list-policy-templates.txt │ ├── put-schema.txt │ ├── update-identity-source.txt │ ├── update-policy-store.txt │ ├── update-policy-template.txt │ └── update-policy.txt ├── voice-id.txt ├── voice-id │ ├── create-domain.txt │ ├── create-watchlist.txt │ ├── delete-domain.txt │ ├── delete-fraudster.txt │ ├── delete-speaker.txt │ ├── delete-watchlist.txt │ ├── describe-domain.txt │ ├── describe-fraudster-registration-job.txt │ ├── describe-fraudster.txt │ ├── describe-speaker-enrollment-job.txt │ ├── describe-speaker.txt │ ├── describe-watchlist.txt │ ├── disassociate-fraudster.txt │ ├── evaluate-session.txt │ ├── list-domains.txt │ ├── list-fraudster-registration-jobs.txt │ ├── list-fraudsters.txt │ ├── list-speaker-enrollment-jobs.txt │ ├── list-speakers.txt │ ├── list-tags-for-resource.txt │ ├── list-watchlists.txt │ ├── opt-out-speaker.txt │ ├── start-fraudster-registration-job.txt │ ├── start-speaker-enrollment-job.txt │ ├── tag-resource.txt │ ├── untag-resource.txt │ ├── update-domain.txt │ └── update-watchlist.txt ├── vpc-lattice.txt ├── vpc-lattice │ ├── create-access-log-subscription.txt │ ├── create-listener.txt │ ├── create-resource-configuration.txt │ ├── create-resource-gateway.txt │ ├── create-rule.txt │ ├── create-service-network-resource-association.txt │ ├── create-service-network-service-association.txt │ ├── create-service-network-vpc-association.txt │ ├── create-service-network.txt │ ├── create-service.txt │ ├── create-target-group.txt │ ├── delete-access-log-subscription.txt │ ├── delete-auth-policy.txt │ ├── delete-listener.txt │ ├── delete-resource-configuration.txt │ ├── delete-resource-endpoint-association.txt │ ├── delete-resource-gateway.txt │ ├── delete-resource-policy.txt │ ├── delete-rule.txt │ ├── delete-service-network-resource-association.txt │ ├── delete-service-network-service-association.txt │ ├── delete-service-network-vpc-association.txt │ ├── delete-service-network.txt │ ├── delete-service.txt │ ├── delete-target-group.txt │ ├── deregister-targets.txt │ ├── get-access-log-subscription.txt │ ├── get-auth-policy.txt │ ├── get-listener.txt │ ├── get-resource-configuration.txt │ ├── get-resource-gateway.txt │ ├── get-resource-policy.txt │ ├── get-rule.txt │ ├── get-service-network-resource-association.txt │ ├── get-service-network-service-association.txt │ ├── get-service-network-vpc-association.txt │ ├── get-service-network.txt │ ├── get-service.txt │ ├── get-target-group.txt │ ├── list-access-log-subscriptions.txt │ ├── list-listeners.txt │ ├── list-resource-configurations.txt │ ├── list-resource-endpoint-associations.txt │ ├── list-resource-gateways.txt │ ├── list-rules.txt │ ├── list-service-network-resource-associations.txt │ ├── list-service-network-service-associations.txt │ ├── list-service-network-vpc-associations.txt │ ├── list-service-network-vpc-endpoint-associations.txt │ ├── list-service-networks.txt │ ├── list-services.txt │ ├── list-tags-for-resource.txt │ ├── list-target-groups.txt │ ├── list-targets.txt │ ├── put-auth-policy.txt │ ├── put-resource-policy.txt │ ├── register-targets.txt │ ├── tag-resource.txt │ ├── untag-resource.txt │ ├── update-access-log-subscription.txt │ ├── update-listener.txt │ ├── update-resource-configuration.txt │ ├── update-resource-gateway.txt │ ├── update-rule.txt │ ├── update-service-network-vpc-association.txt │ ├── update-service-network.txt │ ├── update-service.txt │ └── update-target-group.txt ├── waf-regional.txt ├── waf-regional │ ├── create-byte-match-set.txt │ ├── create-geo-match-set.txt │ ├── create-ip-set.txt │ ├── create-rate-based-rule.txt │ ├── create-regex-match-set.txt │ ├── create-regex-pattern-set.txt │ ├── create-rule-group.txt │ ├── create-rule.txt │ ├── create-size-constraint-set.txt │ ├── create-sql-injection-match-set.txt │ ├── create-web-acl-migration-stack.txt │ ├── create-web-acl.txt │ ├── create-xss-match-set.txt │ ├── delete-byte-match-set.txt │ ├── delete-geo-match-set.txt │ ├── delete-ip-set.txt │ ├── delete-logging-configuration.txt │ ├── delete-permission-policy.txt │ ├── delete-rate-based-rule.txt │ ├── delete-regex-match-set.txt │ ├── delete-regex-pattern-set.txt │ ├── delete-rule-group.txt │ ├── delete-rule.txt │ ├── delete-size-constraint-set.txt │ ├── delete-sql-injection-match-set.txt │ ├── delete-web-acl.txt │ ├── delete-xss-match-set.txt │ ├── disassociate-web-acl.txt │ ├── get-byte-match-set.txt │ ├── get-change-token-status.txt │ ├── get-change-token.txt │ ├── get-geo-match-set.txt │ ├── get-ip-set.txt │ ├── get-logging-configuration.txt │ ├── get-permission-policy.txt │ ├── get-rate-based-rule-managed-keys.txt │ ├── get-rate-based-rule.txt │ ├── get-regex-match-set.txt │ ├── get-regex-pattern-set.txt │ ├── get-rule-group.txt │ ├── get-rule.txt │ ├── get-sampled-requests.txt │ ├── get-size-constraint-set.txt │ ├── get-sql-injection-match-set.txt │ ├── get-web-acl-for-resource.txt │ ├── get-web-acl.txt │ ├── get-xss-match-set.txt │ ├── list-activated-rules-in-rule-group.txt │ ├── list-byte-match-sets.txt │ ├── list-geo-match-sets.txt │ ├── list-ip-sets.txt │ ├── list-logging-configurations.txt │ ├── list-rate-based-rules.txt │ ├── list-regex-match-sets.txt │ ├── list-regex-pattern-sets.txt │ ├── list-resources-for-web-acl.txt │ ├── list-rule-groups.txt │ ├── list-rules.txt │ ├── list-size-constraint-sets.txt │ ├── list-sql-injection-match-sets.txt │ ├── list-subscribed-rule-groups.txt │ ├── list-tags-for-resource.txt │ ├── list-web-acls.txt │ ├── list-xss-match-sets.txt │ ├── put-logging-configuration.txt │ ├── put-permission-policy.txt │ ├── tag-resource.txt │ ├── untag-resource.txt │ ├── update-byte-match-set.txt │ ├── update-geo-match-set.txt │ ├── update-ip-set.txt │ ├── update-rate-based-rule.txt │ ├── update-regex-match-set.txt │ ├── update-regex-pattern-set.txt │ ├── update-rule-group.txt │ ├── update-rule.txt │ ├── update-size-constraint-set.txt │ ├── update-sql-injection-match-set.txt │ ├── update-web-acl.txt │ └── update-xss-match-set.txt ├── waf.txt ├── waf │ ├── create-geo-match-set.txt │ ├── create-ip-set.txt │ ├── create-rate-based-rule.txt │ ├── create-regex-match-set.txt │ ├── create-regex-pattern-set.txt │ ├── create-rule-group.txt │ ├── create-rule.txt │ ├── create-size-constraint-set.txt │ ├── create-sql-injection-match-set.txt │ ├── create-web-acl-migration-stack.txt │ ├── create-web-acl.txt │ ├── create-xss-match-set.txt │ ├── delete-byte-match-set.txt │ ├── delete-geo-match-set.txt │ ├── delete-ip-set.txt │ ├── delete-logging-configuration.txt │ ├── delete-permission-policy.txt │ ├── delete-rate-based-rule.txt │ ├── delete-regex-match-set.txt │ ├── delete-regex-pattern-set.txt │ ├── delete-rule-group.txt │ ├── delete-rule.txt │ ├── delete-size-constraint-set.txt │ ├── delete-sql-injection-match-set.txt │ ├── delete-web-acl.txt │ ├── delete-xss-match-set.txt │ ├── get-byte-match-set.txt │ ├── get-change-token-status.txt │ ├── get-change-token.txt │ ├── get-geo-match-set.txt │ ├── get-ip-set.txt │ ├── get-logging-configuration.txt │ ├── get-permission-policy.txt │ ├── get-rate-based-rule-managed-keys.txt │ ├── get-rate-based-rule.txt │ ├── get-regex-match-set.txt │ ├── get-regex-pattern-set.txt │ ├── get-rule-group.txt │ ├── get-rule.txt │ ├── get-sampled-requests.txt │ ├── get-size-constraint-set.txt │ ├── get-sql-injection-match-set.txt │ ├── get-web-acl.txt │ ├── get-xss-match-set.txt │ ├── list-activated-rules-in-rule-group.txt │ ├── list-byte-match-sets.txt │ ├── list-geo-match-sets.txt │ ├── list-ip-sets.txt │ ├── list-logging-configurations.txt │ ├── list-rate-based-rules.txt │ ├── list-regex-match-sets.txt │ ├── list-regex-pattern-sets.txt │ ├── list-rule-groups.txt │ ├── list-rules.txt │ ├── list-size-constraint-sets.txt │ ├── list-sql-injection-match-sets.txt │ ├── list-subscribed-rule-groups.txt │ ├── list-tags-for-resource.txt │ ├── list-web-acls.txt │ ├── list-xss-match-sets.txt │ ├── put-logging-configuration.txt │ ├── put-permission-policy.txt │ ├── tag-resource.txt │ ├── untag-resource.txt │ ├── update-byte-match-set.txt │ ├── update-geo-match-set.txt │ ├── update-ip-set.txt │ ├── update-rate-based-rule.txt │ ├── update-regex-match-set.txt │ ├── update-regex-pattern-set.txt │ ├── update-rule-group.txt │ ├── update-rule.txt │ ├── update-size-constraint-set.txt │ ├── update-sql-injection-match-set.txt │ ├── update-web-acl.txt │ └── update-xss-match-set.txt ├── wafv2.txt ├── wafv2 │ ├── check-capacity.txt │ ├── create-api-key.txt │ ├── create-ip-set.txt │ ├── create-regex-pattern-set.txt │ ├── create-rule-group.txt │ ├── create-web-acl.txt │ ├── delete-api-key.txt │ ├── delete-firewall-manager-rule-groups.txt │ ├── delete-ip-set.txt │ ├── delete-logging-configuration.txt │ ├── delete-permission-policy.txt │ ├── delete-regex-pattern-set.txt │ ├── delete-rule-group.txt │ ├── delete-web-acl.txt │ ├── describe-all-managed-products.txt │ ├── describe-managed-products-by-vendor.txt │ ├── describe-managed-rule-group.txt │ ├── disassociate-web-acl.txt │ ├── generate-mobile-sdk-release-url.txt │ ├── get-decrypted-api-key.txt │ ├── get-ip-set.txt │ ├── get-logging-configuration.txt │ ├── get-managed-rule-set.txt │ ├── get-mobile-sdk-release.txt │ ├── get-permission-policy.txt │ ├── get-rate-based-statement-managed-keys.txt │ ├── get-regex-pattern-set.txt │ ├── get-rule-group.txt │ ├── get-sampled-requests.txt │ ├── get-web-acl-for-resource.txt │ ├── get-web-acl.txt │ ├── list-api-keys.txt │ ├── list-available-managed-rule-group-versions.txt │ ├── list-available-managed-rule-groups.txt │ ├── list-ip-sets.txt │ ├── list-logging-configurations.txt │ ├── list-managed-rule-sets.txt │ ├── list-mobile-sdk-releases.txt │ ├── list-regex-pattern-sets.txt │ ├── list-resources-for-web-acl.txt │ ├── list-rule-groups.txt │ ├── list-tags-for-resource.txt │ ├── list-web-acls.txt │ ├── put-logging-configuration.txt │ ├── put-managed-rule-set-versions.txt │ ├── put-permission-policy.txt │ ├── tag-resource.txt │ ├── untag-resource.txt │ ├── update-ip-set.txt │ ├── update-managed-rule-set-version-expiry-date.txt │ ├── update-regex-pattern-set.txt │ ├── update-rule-group.txt │ └── update-web-acl.txt ├── wellarchitected.txt ├── wellarchitected │ ├── associate-profiles.txt │ ├── create-lens-share.txt │ ├── create-lens-version.txt │ ├── create-milestone.txt │ ├── create-profile-share.txt │ ├── create-profile.txt │ ├── create-review-template.txt │ ├── create-template-share.txt │ ├── create-workload-share.txt │ ├── create-workload.txt │ ├── delete-lens-share.txt │ ├── delete-lens.txt │ ├── delete-profile-share.txt │ ├── delete-profile.txt │ ├── delete-review-template.txt │ ├── delete-template-share.txt │ ├── delete-workload-share.txt │ ├── delete-workload.txt │ ├── disassociate-lenses.txt │ ├── disassociate-profiles.txt │ ├── export-lens.txt │ ├── get-answer.txt │ ├── get-consolidated-report.txt │ ├── get-global-settings.txt │ ├── get-lens-review-report.txt │ ├── get-lens-review.txt │ ├── get-lens-version-difference.txt │ ├── get-lens.txt │ ├── get-milestone.txt │ ├── get-profile-template.txt │ ├── get-profile.txt │ ├── get-review-template-answer.txt │ ├── get-review-template-lens-review.txt │ ├── get-review-template.txt │ ├── get-workload.txt │ ├── import-lens.txt │ ├── list-answers.txt │ ├── list-check-details.txt │ ├── list-check-summaries.txt │ ├── list-lens-review-improvements.txt │ ├── list-lens-reviews.txt │ ├── list-lens-shares.txt │ ├── list-lenses.txt │ ├── list-milestones.txt │ ├── list-notifications.txt │ ├── list-profile-notifications.txt │ ├── list-profile-shares.txt │ ├── list-profiles.txt │ ├── list-review-template-answers.txt │ ├── list-review-templates.txt │ ├── list-share-invitations.txt │ ├── list-tags-for-resource.txt │ ├── list-template-shares.txt │ ├── list-workload-shares.txt │ ├── list-workloads.txt │ ├── tag-resource.txt │ ├── untag-resource.txt │ ├── update-answer.txt │ ├── update-global-settings.txt │ ├── update-integration.txt │ ├── update-lens-review.txt │ ├── update-profile.txt │ ├── update-review-template-answer.txt │ ├── update-review-template-lens-review.txt │ ├── update-review-template.txt │ ├── update-share-invitation.txt │ ├── update-workload-share.txt │ ├── update-workload.txt │ ├── upgrade-lens-review.txt │ ├── upgrade-profile-version.txt │ └── upgrade-review-template-lens-review.txt ├── wisdom.txt ├── wisdom │ ├── create-assistant-association.txt │ ├── create-content.txt │ ├── create-knowledge-base.txt │ ├── create-quick-response.txt │ ├── create-session.txt │ ├── delete-assistant-association.txt │ ├── delete-assistant.txt │ ├── delete-content.txt │ ├── delete-import-job.txt │ ├── delete-knowledge-base.txt │ ├── delete-quick-response.txt │ ├── get-assistant-association.txt │ ├── get-assistant.txt │ ├── get-content-summary.txt │ ├── get-content.txt │ ├── get-import-job.txt │ ├── get-knowledge-base.txt │ ├── get-quick-response.txt │ ├── get-recommendations.txt │ ├── get-session.txt │ ├── list-assistant-associations.txt │ ├── list-assistants.txt │ ├── list-contents.txt │ ├── list-import-jobs.txt │ ├── list-knowledge-bases.txt │ ├── list-quick-responses.txt │ ├── list-tags-for-resource.txt │ ├── notify-recommendations-received.txt │ ├── put-feedback.txt │ ├── query-assistant.txt │ ├── remove-knowledge-base-template-uri.txt │ ├── search-content.txt │ ├── search-quick-responses.txt │ ├── search-sessions.txt │ ├── start-content-upload.txt │ ├── start-import-job.txt │ ├── tag-resource.txt │ ├── untag-resource.txt │ ├── update-content.txt │ ├── update-knowledge-base-template-uri.txt │ └── update-quick-response.txt ├── workdocs.txt ├── workdocs │ ├── activate-user.txt │ ├── add-resource-permissions.txt │ ├── create-comment.txt │ ├── create-custom-metadata.txt │ ├── create-folder.txt │ ├── create-labels.txt │ ├── create-notification-subscription.txt │ ├── create-user.txt │ ├── deactivate-user.txt │ ├── delete-comment.txt │ ├── delete-custom-metadata.txt │ ├── delete-document-version.txt │ ├── delete-document.txt │ ├── delete-folder-contents.txt │ ├── delete-folder.txt │ ├── delete-labels.txt │ ├── delete-notification-subscription.txt │ ├── delete-user.txt │ ├── describe-activities.txt │ ├── describe-comments.txt │ ├── describe-document-versions.txt │ ├── describe-folder-contents.txt │ ├── describe-groups.txt │ ├── describe-notification-subscriptions.txt │ ├── describe-resource-permissions.txt │ ├── describe-root-folders.txt │ ├── describe-users.txt │ ├── get-current-user.txt │ ├── get-document-path.txt │ ├── get-document-version.txt │ ├── get-document.txt │ ├── get-folder-path.txt │ ├── get-folder.txt │ ├── get-resources.txt │ ├── initiate-document-version-upload.txt │ ├── remove-all-resource-permissions.txt │ ├── remove-resource-permission.txt │ ├── restore-document-versions.txt │ ├── search-resources.txt │ ├── update-document-version.txt │ ├── update-document.txt │ ├── update-folder.txt │ └── update-user.txt ├── worklink.txt ├── worklink │ ├── associate-website-authorization-provider.txt │ ├── associate-website-certificate-authority.txt │ ├── create-fleet.txt │ ├── delete-fleet.txt │ ├── describe-audit-stream-configuration.txt │ ├── describe-company-network-configuration.txt │ ├── describe-device-policy-configuration.txt │ ├── describe-device.txt │ ├── describe-domain.txt │ ├── describe-fleet-metadata.txt │ ├── describe-identity-provider-configuration.txt │ ├── describe-website-certificate-authority.txt │ ├── disassociate-domain.txt │ ├── disassociate-website-authorization-provider.txt │ ├── disassociate-website-certificate-authority.txt │ ├── list-devices.txt │ ├── list-domains.txt │ ├── list-fleets.txt │ ├── list-tags-for-resource.txt │ ├── list-website-authorization-providers.txt │ ├── list-website-certificate-authorities.txt │ ├── restore-domain-access.txt │ ├── revoke-domain-access.txt │ ├── sign-out-user.txt │ ├── tag-resource.txt │ ├── untag-resource.txt │ ├── update-audit-stream-configuration.txt │ ├── update-company-network-configuration.txt │ ├── update-device-policy-configuration.txt │ ├── update-domain-metadata.txt │ ├── update-fleet-metadata.txt │ └── update-identity-provider-configuration.txt ├── workmail.txt ├── workmail │ ├── associate-member-to-group.txt │ ├── assume-impersonation-role.txt │ ├── cancel-mailbox-export-job.txt │ ├── create-alias.txt │ ├── create-availability-configuration.txt │ ├── create-group.txt │ ├── create-identity-center-application.txt │ ├── create-impersonation-role.txt │ ├── create-mobile-device-access-rule.txt │ ├── create-organization.txt │ ├── create-resource.txt │ ├── create-user.txt │ ├── delete-access-control-rule.txt │ ├── delete-alias.txt │ ├── delete-availability-configuration.txt │ ├── delete-email-monitoring-configuration.txt │ ├── delete-group.txt │ ├── delete-identity-center-application.txt │ ├── delete-identity-provider-configuration.txt │ ├── delete-impersonation-role.txt │ ├── delete-mailbox-permissions.txt │ ├── delete-mobile-device-access-override.txt │ ├── delete-mobile-device-access-rule.txt │ ├── delete-organization.txt │ ├── delete-personal-access-token.txt │ ├── delete-resource.txt │ ├── delete-retention-policy.txt │ ├── delete-user.txt │ ├── deregister-from-work-mail.txt │ ├── deregister-mail-domain.txt │ ├── describe-email-monitoring-configuration.txt │ ├── describe-entity.txt │ ├── describe-group.txt │ ├── describe-identity-provider-configuration.txt │ ├── describe-inbound-dmarc-settings.txt │ ├── describe-mailbox-export-job.txt │ ├── describe-organization.txt │ ├── describe-resource.txt │ ├── describe-user.txt │ ├── disassociate-delegate-from-resource.txt │ ├── disassociate-member-from-group.txt │ ├── get-access-control-effect.txt │ ├── get-default-retention-policy.txt │ ├── get-impersonation-role-effect.txt │ ├── get-impersonation-role.txt │ ├── get-mail-domain.txt │ ├── get-mailbox-details.txt │ ├── get-mobile-device-access-effect.txt │ ├── get-mobile-device-access-override.txt │ ├── get-personal-access-token-metadata.txt │ ├── list-access-control-rules.txt │ ├── list-aliases.txt │ ├── list-availability-configurations.txt │ ├── list-group-members.txt │ ├── list-groups-for-entity.txt │ ├── list-groups.txt │ ├── list-impersonation-roles.txt │ ├── list-mail-domains.txt │ ├── list-mailbox-export-jobs.txt │ ├── list-mailbox-permissions.txt │ ├── list-mobile-device-access-overrides.txt │ ├── list-mobile-device-access-rules.txt │ ├── list-organizations.txt │ ├── list-personal-access-tokens.txt │ ├── list-resource-delegates.txt │ ├── list-resources.txt │ ├── list-tags-for-resource.txt │ ├── list-users.txt │ ├── put-access-control-rule.txt │ ├── put-email-monitoring-configuration.txt │ ├── put-identity-provider-configuration.txt │ ├── put-inbound-dmarc-settings.txt │ ├── put-mailbox-permissions.txt │ ├── put-mobile-device-access-override.txt │ ├── put-retention-policy.txt │ ├── register-mail-domain.txt │ ├── register-to-work-mail.txt │ ├── reset-password.txt │ ├── start-mailbox-export-job.txt │ ├── tag-resource.txt │ ├── test-availability-configuration.txt │ ├── untag-resource.txt │ ├── update-availability-configuration.txt │ ├── update-default-mail-domain.txt │ ├── update-group.txt │ ├── update-impersonation-role.txt │ ├── update-mailbox-quota.txt │ ├── update-mobile-device-access-rule.txt │ ├── update-primary-email-address.txt │ ├── update-resource.txt │ └── update-user.txt ├── workmailmessageflow.txt ├── workmailmessageflow │ └── put-raw-message-content.txt ├── workspaces-thin-client.txt ├── workspaces-thin-client │ ├── delete-device.txt │ ├── delete-environment.txt │ ├── deregister-device.txt │ ├── get-device.txt │ ├── get-environment.txt │ ├── get-software-set.txt │ ├── list-devices.txt │ ├── list-environments.txt │ ├── list-software-sets.txt │ ├── list-tags-for-resource.txt │ ├── tag-resource.txt │ ├── untag-resource.txt │ ├── update-device.txt │ ├── update-environment.txt │ └── update-software-set.txt ├── workspaces-web.txt ├── workspaces-web │ ├── associate-data-protection-settings.txt │ ├── associate-ip-access-settings.txt │ ├── associate-network-settings.txt │ ├── associate-trust-store.txt │ ├── associate-user-access-logging-settings.txt │ ├── associate-user-settings.txt │ ├── create-browser-settings.txt │ ├── create-data-protection-settings.txt │ ├── create-identity-provider.txt │ ├── create-ip-access-settings.txt │ ├── create-network-settings.txt │ ├── create-portal.txt │ ├── create-trust-store.txt │ ├── create-user-access-logging-settings.txt │ ├── create-user-settings.txt │ ├── delete-browser-settings.txt │ ├── delete-data-protection-settings.txt │ ├── delete-identity-provider.txt │ ├── delete-ip-access-settings.txt │ ├── delete-network-settings.txt │ ├── delete-portal.txt │ ├── delete-trust-store.txt │ ├── delete-user-access-logging-settings.txt │ ├── delete-user-settings.txt │ ├── disassociate-browser-settings.txt │ ├── disassociate-data-protection-settings.txt │ ├── disassociate-ip-access-settings.txt │ ├── disassociate-network-settings.txt │ ├── disassociate-trust-store.txt │ ├── disassociate-user-access-logging-settings.txt │ ├── disassociate-user-settings.txt │ ├── expire-session.txt │ ├── get-browser-settings.txt │ ├── get-data-protection-settings.txt │ ├── get-identity-provider.txt │ ├── get-ip-access-settings.txt │ ├── get-network-settings.txt │ ├── get-portal-service-provider-metadata.txt │ ├── get-portal.txt │ ├── get-session.txt │ ├── get-trust-store-certificate.txt │ ├── get-trust-store.txt │ ├── get-user-access-logging-settings.txt │ ├── get-user-settings.txt │ ├── list-browser-settings.txt │ ├── list-data-protection-settings.txt │ ├── list-identity-providers.txt │ ├── list-ip-access-settings.txt │ ├── list-network-settings.txt │ ├── list-portals.txt │ ├── list-sessions.txt │ ├── list-tags-for-resource.txt │ ├── list-trust-store-certificates.txt │ ├── list-trust-stores.txt │ ├── list-user-access-logging-settings.txt │ ├── list-user-settings.txt │ ├── tag-resource.txt │ ├── untag-resource.txt │ ├── update-browser-settings.txt │ ├── update-data-protection-settings.txt │ ├── update-identity-provider.txt │ ├── update-ip-access-settings.txt │ ├── update-network-settings.txt │ ├── update-portal.txt │ ├── update-trust-store.txt │ ├── update-user-access-logging-settings.txt │ └── update-user-settings.txt ├── workspaces.txt ├── workspaces │ ├── associate-connection-alias.txt │ ├── associate-ip-groups.txt │ ├── associate-workspace-application.txt │ ├── authorize-ip-rules.txt │ ├── copy-workspace-image.txt │ ├── create-account-link-invitation.txt │ ├── create-connect-client-add-in.txt │ ├── create-connection-alias.txt │ ├── create-ip-group.txt │ ├── create-standby-workspaces.txt │ ├── create-tags.txt │ ├── create-updated-workspace-image.txt │ ├── create-workspace-bundle.txt │ ├── create-workspace-image.txt │ ├── create-workspaces-pool.txt │ ├── create-workspaces.txt │ ├── delete-account-link-invitation.txt │ ├── delete-client-branding.txt │ ├── delete-connect-client-add-in.txt │ ├── delete-connection-alias.txt │ ├── delete-ip-group.txt │ ├── delete-tags.txt │ ├── delete-workspace-bundle.txt │ ├── delete-workspace-image.txt │ ├── deploy-workspace-applications.txt │ ├── deregister-workspace-directory.txt │ ├── describe-account-modifications.txt │ ├── describe-account.txt │ ├── describe-application-associations.txt │ ├── describe-applications.txt │ ├── describe-bundle-associations.txt │ ├── describe-client-branding.txt │ ├── describe-client-properties.txt │ ├── describe-connect-client-add-ins.txt │ ├── describe-connection-alias-permissions.txt │ ├── describe-connection-aliases.txt │ ├── describe-image-associations.txt │ ├── describe-ip-groups.txt │ ├── describe-tags.txt │ ├── describe-workspace-associations.txt │ ├── describe-workspace-bundles.txt │ ├── describe-workspace-directories.txt │ ├── describe-workspace-image-permissions.txt │ ├── describe-workspace-images.txt │ ├── describe-workspace-snapshots.txt │ ├── describe-workspaces-connection-status.txt │ ├── describe-workspaces-pool-sessions.txt │ ├── describe-workspaces-pools.txt │ ├── describe-workspaces.txt │ ├── disassociate-connection-alias.txt │ ├── disassociate-ip-groups.txt │ ├── disassociate-workspace-application.txt │ ├── get-account-link.txt │ ├── import-client-branding.txt │ ├── import-workspace-image.txt │ ├── list-account-links.txt │ ├── list-available-management-cidr-ranges.txt │ ├── migrate-workspace.txt │ ├── modify-account.txt │ ├── modify-certificate-based-auth-properties.txt │ ├── modify-client-properties.txt │ ├── modify-saml-properties.txt │ ├── modify-selfservice-permissions.txt │ ├── modify-streaming-properties.txt │ ├── modify-workspace-access-properties.txt │ ├── modify-workspace-creation-properties.txt │ ├── modify-workspace-properties.txt │ ├── modify-workspace-state.txt │ ├── reboot-workspaces.txt │ ├── rebuild-workspaces.txt │ ├── register-workspace-directory.txt │ ├── reject-account-link-invitation.txt │ ├── restore-workspace.txt │ ├── revoke-ip-rules.txt │ ├── start-workspaces-pool.txt │ ├── start-workspaces.txt │ ├── stop-workspaces-pool.txt │ ├── stop-workspaces.txt │ ├── terminate-workspaces-pool-session.txt │ ├── terminate-workspaces-pool.txt │ ├── terminate-workspaces.txt │ ├── update-connect-client-add-in.txt │ ├── update-connection-alias-permission.txt │ ├── update-rules-of-ip-group.txt │ ├── update-workspace-bundle.txt │ ├── update-workspace-image-permission.txt │ └── update-workspaces-pool.txt ├── xray.txt └── xray │ ├── cancel-trace-retrieval.txt │ ├── create-group.txt │ ├── create-sampling-rule.txt │ ├── delete-group.txt │ ├── delete-resource-policy.txt │ ├── delete-sampling-rule.txt │ ├── get-encryption-config.txt │ ├── get-group.txt │ ├── get-groups.txt │ ├── get-indexing-rules.txt │ ├── get-insight-events.txt │ ├── get-insight-impact-graph.txt │ ├── get-insight-summaries.txt │ ├── get-insight.txt │ ├── get-retrieved-traces-graph.txt │ ├── get-sampling-rules.txt │ ├── get-sampling-statistic-summaries.txt │ ├── get-sampling-targets.txt │ ├── get-service-graph.txt │ ├── get-time-series-service-statistics.txt │ ├── get-trace-graph.txt │ ├── get-trace-segment-destination.txt │ ├── get-trace-summaries.txt │ ├── list-resource-policies.txt │ ├── list-retrieved-traces.txt │ ├── list-tags-for-resource.txt │ ├── put-encryption-config.txt │ ├── put-resource-policy.txt │ ├── put-telemetry-records.txt │ ├── put-trace-segments.txt │ ├── start-trace-retrieval.txt │ ├── tag-resource.txt │ ├── untag-resource.txt │ ├── update-group.txt │ ├── update-indexing-rule.txt │ ├── update-sampling-rule.txt │ └── update-trace-segment-destination.txt ├── aws_commands.py ├── azure.sh ├── azure ├── Door,.txt ├── Front.txt ├── account.txt ├── acr.txt ├── ad.txt ├── advisor.txt ├── afd.txt ├── aks.txt ├── ams.txt ├── apim.txt ├── appconfig.txt ├── appservice.txt ├── aro.txt ├── artifacts.txt ├── azure-help.txt ├── azure-version.txt ├── backup.txt ├── batch.txt ├── bicep.txt ├── billing.txt ├── boards.txt ├── bot.txt ├── cache.txt ├── capacity.txt ├── cdn.txt ├── cloud.txt ├── cognitiveservices.txt ├── compute-fleet.txt ├── compute-recommender.txt ├── config.txt ├── configure.txt ├── connection.txt ├── consumption.txt ├── container.txt ├── containerapp.txt ├── cosmosdb.txt ├── data-boundary.txt ├── databoxedge.txt ├── deployment-scripts.txt ├── deployment.txt ├── deploymentmanager.txt ├── devops.txt ├── disk-access.txt ├── disk-encryption-set.txt ├── disk.txt ├── dla.txt ├── dls.txt ├── dms.txt ├── eventgrid.txt ├── eventhubs.txt ├── extension.txt ├── feature.txt ├── feedback.txt ├── find.txt ├── functionapp.txt ├── group.txt ├── hdinsight.txt ├── https.txt ├── identity.txt ├── image.txt ├── interactive.txt ├── iot.txt ├── keyvault.txt ├── kusto.txt ├── lab.txt ├── local-context.txt ├── lock.txt ├── logicapp.txt ├── login.txt ├── logout.txt ├── managed-cassandra.txt ├── managedapp.txt ├── managedservices.txt ├── maps.txt ├── mariadb.txt ├── monitor.txt ├── mysql.txt ├── netappfiles.txt ├── network.txt ├── pipelines.txt ├── policy.txt ├── postgres.txt ├── ppg.txt ├── private-link.txt ├── provider.txt ├── redis.txt ├── relay.txt ├── repos.txt ├── reservations.txt ├── resource.txt ├── resourcemanagement.txt ├── rest.txt ├── restore-point.txt ├── role.txt ├── search.txt ├── security.txt ├── see.txt ├── servicebus.txt ├── sf.txt ├── sig.txt ├── signalr.txt ├── snapshot.txt ├── sql.txt ├── sshkey.txt ├── stack.txt ├── staticwebapp.txt ├── storage.txt ├── survey.txt ├── synapse.txt ├── tag.txt ├── term.txt ├── ts.txt ├── upgrade.txt ├── version.txt ├── vm.txt ├── vmss.txt └── webapp.txt ├── azure_commands_help.py ├── fly.sh ├── fly_commands_help.py ├── flyctl ├── agent-ping.txt ├── agent-restart.txt ├── agent-run.txt ├── agent-start.txt ├── agent-stop.txt ├── agent.txt ├── apps-create.txt ├── apps-destroy.txt ├── apps-errors.txt ├── apps-list.txt ├── apps-move.txt ├── apps-open.txt ├── apps-releases.txt ├── apps-restart.txt ├── apps.txt ├── auth-authenticated.txt ├── auth-docker.txt ├── auth-login.txt ├── auth-logout.txt ├── auth-signup.txt ├── auth-token.txt ├── auth-whoami.txt ├── auth.txt ├── autoscale-balanced.txt ├── autoscale-disable.txt ├── autoscale-set.txt ├── autoscale-show.txt ├── autoscale-standard.txt ├── autoscale.txt ├── builds-list.txt ├── builds.txt ├── certs-add.txt ├── certs-check.txt ├── certs-list.txt ├── certs-remove.txt ├── certs-show.txt ├── certs.txt ├── checks-handlers-create.txt ├── checks-handlers-delete.txt ├── checks-handlers-list.txt ├── checks-handlers.txt ├── checks-list.txt ├── checks.txt ├── completion-bash.txt ├── completion-fish.txt ├── completion-powershell.txt ├── completion-zsh.txt ├── completion.txt ├── config-display.txt ├── config-env.txt ├── config-save.txt ├── config-show.txt ├── config-validate.txt ├── config.txt ├── console.txt ├── consul-attach.txt ├── consul-detach.txt ├── consul.txt ├── create.txt ├── curl.txt ├── dashboard-metrics.txt ├── dashboard.txt ├── deploy.txt ├── destroy.txt ├── dig.txt ├── dns-records-export.txt ├── dns-records-import.txt ├── dns-records-list.txt ├── dns-records.txt ├── docs.txt ├── doctor-diag.txt ├── doctor.txt ├── domains-add.txt ├── domains-list.txt ├── domains-register.txt ├── domains-show.txt ├── domains.txt ├── extensions-planetscale-create.txt ├── extensions-planetscale-dashboard.txt ├── extensions-planetscale-destroy.txt ├── extensions-planetscale-list.txt ├── extensions-planetscale-status.txt ├── extensions-planetscale.txt ├── extensions-sentry-create.txt ├── extensions-sentry-dashboard.txt ├── extensions-sentry.txt ├── extensions.txt ├── fly.graphql ├── flyctl-flyctl-version.txt ├── flyctl-help.txt ├── help-commands.txt ├── help.txt ├── history.txt ├── image-show.txt ├── image-update.txt ├── image.txt ├── info.txt ├── ips-allocate-v4.txt ├── ips-allocate-v6.txt ├── ips-list.txt ├── ips-private.txt ├── ips-release.txt ├── ips.txt ├── jobs-open.txt ├── jobs.txt ├── launch.txt ├── list-apps.txt ├── list-orgs.txt ├── list.txt ├── logs-dashboard.txt ├── logs-ship.txt ├── logs-shipper-setup.txt ├── logs-shipper.txt ├── logs-unship.txt ├── logs.txt ├── machine-api-proxy.txt ├── machine-clone.txt ├── machine-destroy.txt ├── machine-exec.txt ├── machine-kill.txt ├── machine-launch.txt ├── machine-leases-clear.txt ├── machine-leases-view.txt ├── machine-leases.txt ├── machine-list.txt ├── machine-remove.txt ├── machine-restart.txt ├── machine-run.txt ├── machine-start.txt ├── machine-status.txt ├── machine-stop.txt ├── machine-update.txt ├── machine.txt ├── migrate-to-v2-troubleshoot.txt ├── migrate-to-v2.txt ├── monitor.txt ├── move.txt ├── open.txt ├── orgs-apps-v2-default-off.txt ├── orgs-apps-v2-default-on.txt ├── orgs-apps-v2-show.txt ├── orgs-apps-v2.txt ├── orgs-builder-show.txt ├── orgs-builder-update.txt ├── orgs-builder.txt ├── orgs-create.txt ├── orgs-delete.txt ├── orgs-invite.txt ├── orgs-list.txt ├── orgs-remove.txt ├── orgs-show.txt ├── orgs.txt ├── ping.txt ├── planetscale-create.txt ├── planetscale-dashboard.txt ├── planetscale-destroy.txt ├── planetscale-list.txt ├── planetscale-status.txt ├── planetscale.txt ├── platform-regions.txt ├── platform-status.txt ├── platform-vm-sizes.txt ├── platform.txt ├── postgres-attach.txt ├── postgres-barman-backup.txt ├── postgres-barman-check.txt ├── postgres-barman-create.txt ├── postgres-barman-list-backup.txt ├── postgres-barman-recover.txt ├── postgres-barman-show-backup.txt ├── postgres-barman-switch-wal.txt ├── postgres-barman.txt ├── postgres-config-show.txt ├── postgres-config-update.txt ├── postgres-config-view.txt ├── postgres-config.txt ├── postgres-connect.txt ├── postgres-create.txt ├── postgres-db-list.txt ├── postgres-db.txt ├── postgres-detach.txt ├── postgres-events-list.txt ├── postgres-events.txt ├── postgres-failover.txt ├── postgres-import.txt ├── postgres-list.txt ├── postgres-restart.txt ├── postgres-update.txt ├── postgres-users-list.txt ├── postgres-users.txt ├── postgres.txt ├── proxy.txt ├── redis-connect.txt ├── redis-create.txt ├── redis-dashboard.txt ├── redis-delete.txt ├── redis-destroy.txt ├── redis-list.txt ├── redis-plans.txt ├── redis-proxy.txt ├── redis-reset.txt ├── redis-status.txt ├── redis-update.txt ├── redis.txt ├── regions-add.txt ├── regions-backup.txt ├── regions-list.txt ├── regions-remove.txt ├── regions-set.txt ├── regions.txt ├── releases.txt ├── restart.txt ├── resume.txt ├── scale-count.txt ├── scale-memory.txt ├── scale-show.txt ├── scale-vm.txt ├── scale.txt ├── secrets-deploy.txt ├── secrets-import.txt ├── secrets-list.txt ├── secrets-set.txt ├── secrets-unset.txt ├── secrets.txt ├── services-list.txt ├── services.txt ├── settings-analytics-disable.txt ├── settings-analytics-enable.txt ├── settings-analytics.txt ├── settings-autoupdate-disable.txt ├── settings-autoupdate-enable.txt ├── settings-autoupdate.txt ├── settings-synthetics-disable.txt ├── settings-synthetics-enable.txt ├── settings-synthetics.txt ├── settings.txt ├── sftp-find.txt ├── sftp-get.txt ├── sftp-shell.txt ├── sftp.txt ├── ssh-console.txt ├── ssh-establish.txt ├── ssh-issue.txt ├── ssh-log.txt ├── ssh-sftp-find.txt ├── ssh-sftp-get.txt ├── ssh-sftp-shell.txt ├── ssh-sftp.txt ├── ssh.txt ├── status-instance.txt ├── status.txt ├── suspend.txt ├── synthetics-agent.txt ├── synthetics.txt ├── tokens-create-deploy.txt ├── tokens-create-litefs-cloud.txt ├── tokens-create-org.txt ├── tokens-create.txt ├── tokens-list.txt ├── tokens-revoke.txt ├── tokens.txt ├── turboku.txt ├── version-update.txt ├── version-upgrade.txt ├── version.txt ├── vm-restart.txt ├── vm-status.txt ├── vm-stop.txt ├── vm.txt ├── volumes-create.txt ├── volumes-delete.txt ├── volumes-destroy.txt ├── volumes-extend.txt ├── volumes-fork.txt ├── volumes-list.txt ├── volumes-show.txt ├── volumes-snapshots-list.txt ├── volumes-snapshots.txt ├── volumes.txt ├── wireguard-create.txt ├── wireguard-list.txt ├── wireguard-remove.txt ├── wireguard-reset.txt ├── wireguard-status.txt ├── wireguard-token-create.txt ├── wireguard-token-delete.txt ├── wireguard-token-list.txt ├── wireguard-token-start.txt ├── wireguard-token-update.txt ├── wireguard-token.txt ├── wireguard-websockets.txt └── wireguard.txt ├── github └── github.graphql ├── griffe └── sqlite-utils.json ├── requirements.txt ├── sqlite3-help.md ├── sqlite3_help.py ├── vercel ├── alias.txt ├── billing.txt ├── bisect.txt ├── certs.txt ├── dev.txt ├── dns.txt ├── domains.txt ├── env.txt ├── git.txt ├── index.txt ├── init.txt ├── inspect.txt ├── link.txt ├── logout.txt ├── logs.txt ├── ls.txt ├── projects.txt ├── promote.txt ├── pull.txt ├── redeploy.txt ├── rm.txt ├── rollback.txt ├── secrets.txt ├── teams.txt └── whoami.txt └── vercel_commands.py /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/README.md -------------------------------------------------------------------------------- /aws/account.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/aws/account.txt -------------------------------------------------------------------------------- /aws/acm-pca.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/aws/acm-pca.txt -------------------------------------------------------------------------------- /aws/acm-pca/wait.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/aws/acm-pca/wait.txt -------------------------------------------------------------------------------- /aws/acm.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/aws/acm.txt -------------------------------------------------------------------------------- /aws/acm/wait.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/aws/acm/wait.txt -------------------------------------------------------------------------------- /aws/alexaforbusiness.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/aws/alexaforbusiness.txt -------------------------------------------------------------------------------- /aws/amp.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/aws/amp.txt -------------------------------------------------------------------------------- /aws/amp/tag-resource.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/aws/amp/tag-resource.txt -------------------------------------------------------------------------------- /aws/amp/wait.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/aws/amp/wait.txt -------------------------------------------------------------------------------- /aws/amplify.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/aws/amplify.txt -------------------------------------------------------------------------------- /aws/amplify/get-app.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/aws/amplify/get-app.txt -------------------------------------------------------------------------------- /aws/amplify/get-job.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/aws/amplify/get-job.txt -------------------------------------------------------------------------------- /aws/amplify/stop-job.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/aws/amplify/stop-job.txt -------------------------------------------------------------------------------- /aws/amplifybackend.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/aws/amplifybackend.txt -------------------------------------------------------------------------------- /aws/amplifyuibuilder.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/aws/amplifyuibuilder.txt -------------------------------------------------------------------------------- /aws/apigateway.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/aws/apigateway.txt -------------------------------------------------------------------------------- /aws/apigatewayv2.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/aws/apigatewayv2.txt -------------------------------------------------------------------------------- /aws/appconfig.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/aws/appconfig.txt -------------------------------------------------------------------------------- /aws/appconfigdata.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/aws/appconfigdata.txt -------------------------------------------------------------------------------- /aws/appfabric.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/aws/appfabric.txt -------------------------------------------------------------------------------- /aws/appflow.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/aws/appflow.txt -------------------------------------------------------------------------------- /aws/appintegrations.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/aws/appintegrations.txt -------------------------------------------------------------------------------- /aws/appmesh.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/aws/appmesh.txt -------------------------------------------------------------------------------- /aws/apprunner.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/aws/apprunner.txt -------------------------------------------------------------------------------- /aws/appstream.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/aws/appstream.txt -------------------------------------------------------------------------------- /aws/appstream/wait.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/aws/appstream/wait.txt -------------------------------------------------------------------------------- /aws/appsync.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/aws/appsync.txt -------------------------------------------------------------------------------- /aws/appsync/get-api.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/aws/appsync/get-api.txt -------------------------------------------------------------------------------- /aws/appsync/get-type.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/aws/appsync/get-type.txt -------------------------------------------------------------------------------- /aws/apptest.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/aws/apptest.txt -------------------------------------------------------------------------------- /aws/arc-zonal-shift.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/aws/arc-zonal-shift.txt -------------------------------------------------------------------------------- /aws/artifact.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/aws/artifact.txt -------------------------------------------------------------------------------- /aws/athena.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/aws/athena.txt -------------------------------------------------------------------------------- /aws/auditmanager.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/aws/auditmanager.txt -------------------------------------------------------------------------------- /aws/autoscaling.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/aws/autoscaling.txt -------------------------------------------------------------------------------- /aws/aws-version.txt: -------------------------------------------------------------------------------- 1 | aws-cli/1.36.18 Python/3.10.15 Linux/6.5.0-1025-azure botocore/1.35.77 2 | -------------------------------------------------------------------------------- /aws/b2bi.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/aws/b2bi.txt -------------------------------------------------------------------------------- /aws/b2bi/get-profile.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/aws/b2bi/get-profile.txt -------------------------------------------------------------------------------- /aws/backup-gateway.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/aws/backup-gateway.txt -------------------------------------------------------------------------------- /aws/backup.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/aws/backup.txt -------------------------------------------------------------------------------- /aws/backup/list-tags.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/aws/backup/list-tags.txt -------------------------------------------------------------------------------- /aws/backupstorage.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/aws/backupstorage.txt -------------------------------------------------------------------------------- /aws/batch.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/aws/batch.txt -------------------------------------------------------------------------------- /aws/batch/list-jobs.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/aws/batch/list-jobs.txt -------------------------------------------------------------------------------- /aws/batch/submit-job.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/aws/batch/submit-job.txt -------------------------------------------------------------------------------- /aws/bcm-data-exports.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/aws/bcm-data-exports.txt -------------------------------------------------------------------------------- /aws/bedrock-agent.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/aws/bedrock-agent.txt -------------------------------------------------------------------------------- /aws/bedrock-runtime.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/aws/bedrock-runtime.txt -------------------------------------------------------------------------------- /aws/bedrock.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/aws/bedrock.txt -------------------------------------------------------------------------------- /aws/billing.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/aws/billing.txt -------------------------------------------------------------------------------- /aws/billingconductor.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/aws/billingconductor.txt -------------------------------------------------------------------------------- /aws/braket.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/aws/braket.txt -------------------------------------------------------------------------------- /aws/braket/get-job.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/aws/braket/get-job.txt -------------------------------------------------------------------------------- /aws/budgets.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/aws/budgets.txt -------------------------------------------------------------------------------- /aws/ce.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/aws/ce.txt -------------------------------------------------------------------------------- /aws/ce/get-anomalies.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/aws/ce/get-anomalies.txt -------------------------------------------------------------------------------- /aws/ce/get-tags.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/aws/ce/get-tags.txt -------------------------------------------------------------------------------- /aws/ce/tag-resource.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/aws/ce/tag-resource.txt -------------------------------------------------------------------------------- /aws/chatbot.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/aws/chatbot.txt -------------------------------------------------------------------------------- /aws/chime-sdk-voice.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/aws/chime-sdk-voice.txt -------------------------------------------------------------------------------- /aws/chime.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/aws/chime.txt -------------------------------------------------------------------------------- /aws/chime/create-bot.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/aws/chime/create-bot.txt -------------------------------------------------------------------------------- /aws/chime/get-bot.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/aws/chime/get-bot.txt -------------------------------------------------------------------------------- /aws/chime/get-room.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/aws/chime/get-room.txt -------------------------------------------------------------------------------- /aws/chime/get-user.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/aws/chime/get-user.txt -------------------------------------------------------------------------------- /aws/chime/list-bots.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/aws/chime/list-bots.txt -------------------------------------------------------------------------------- /aws/chime/list-rooms.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/aws/chime/list-rooms.txt -------------------------------------------------------------------------------- /aws/chime/list-users.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/aws/chime/list-users.txt -------------------------------------------------------------------------------- /aws/chime/update-bot.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/aws/chime/update-bot.txt -------------------------------------------------------------------------------- /aws/cleanrooms.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/aws/cleanrooms.txt -------------------------------------------------------------------------------- /aws/cleanroomsml.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/aws/cleanroomsml.txt -------------------------------------------------------------------------------- /aws/cli-dev.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/aws/cli-dev.txt -------------------------------------------------------------------------------- /aws/cloud9.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/aws/cloud9.txt -------------------------------------------------------------------------------- /aws/cloudcontrol.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/aws/cloudcontrol.txt -------------------------------------------------------------------------------- /aws/clouddirectory.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/aws/clouddirectory.txt -------------------------------------------------------------------------------- /aws/cloudformation.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/aws/cloudformation.txt -------------------------------------------------------------------------------- /aws/cloudfront.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/aws/cloudfront.txt -------------------------------------------------------------------------------- /aws/cloudfront/sign.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/aws/cloudfront/sign.txt -------------------------------------------------------------------------------- /aws/cloudfront/wait.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/aws/cloudfront/wait.txt -------------------------------------------------------------------------------- /aws/cloudhsm.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/aws/cloudhsm.txt -------------------------------------------------------------------------------- /aws/cloudhsmv2.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/aws/cloudhsmv2.txt -------------------------------------------------------------------------------- /aws/cloudsearch.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/aws/cloudsearch.txt -------------------------------------------------------------------------------- /aws/cloudtrail-data.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/aws/cloudtrail-data.txt -------------------------------------------------------------------------------- /aws/cloudtrail.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/aws/cloudtrail.txt -------------------------------------------------------------------------------- /aws/cloudwatch.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/aws/cloudwatch.txt -------------------------------------------------------------------------------- /aws/cloudwatch/wait.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/aws/cloudwatch/wait.txt -------------------------------------------------------------------------------- /aws/codeartifact.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/aws/codeartifact.txt -------------------------------------------------------------------------------- /aws/codebuild.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/aws/codebuild.txt -------------------------------------------------------------------------------- /aws/codecatalyst.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/aws/codecatalyst.txt -------------------------------------------------------------------------------- /aws/codecommit.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/aws/codecommit.txt -------------------------------------------------------------------------------- /aws/codeconnections.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/aws/codeconnections.txt -------------------------------------------------------------------------------- /aws/codeguruprofiler.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/aws/codeguruprofiler.txt -------------------------------------------------------------------------------- /aws/codepipeline.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/aws/codepipeline.txt -------------------------------------------------------------------------------- /aws/codestar.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/aws/codestar.txt -------------------------------------------------------------------------------- /aws/cognito-identity.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/aws/cognito-identity.txt -------------------------------------------------------------------------------- /aws/cognito-idp.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/aws/cognito-idp.txt -------------------------------------------------------------------------------- /aws/cognito-sync.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/aws/cognito-sync.txt -------------------------------------------------------------------------------- /aws/comprehend.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/aws/comprehend.txt -------------------------------------------------------------------------------- /aws/configservice.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/aws/configservice.txt -------------------------------------------------------------------------------- /aws/configure.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/aws/configure.txt -------------------------------------------------------------------------------- /aws/configure/get.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/aws/configure/get.txt -------------------------------------------------------------------------------- /aws/configure/import.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/aws/configure/import.txt -------------------------------------------------------------------------------- /aws/configure/list.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/aws/configure/list.txt -------------------------------------------------------------------------------- /aws/configure/set.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/aws/configure/set.txt -------------------------------------------------------------------------------- /aws/configure/sso.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/aws/configure/sso.txt -------------------------------------------------------------------------------- /aws/connect.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/aws/connect.txt -------------------------------------------------------------------------------- /aws/connectcampaigns.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/aws/connectcampaigns.txt -------------------------------------------------------------------------------- /aws/connectcases.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/aws/connectcases.txt -------------------------------------------------------------------------------- /aws/controlcatalog.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/aws/controlcatalog.txt -------------------------------------------------------------------------------- /aws/controltower.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/aws/controltower.txt -------------------------------------------------------------------------------- /aws/cur.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/aws/cur.txt -------------------------------------------------------------------------------- /aws/cur/tag-resource.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/aws/cur/tag-resource.txt -------------------------------------------------------------------------------- /aws/databrew.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/aws/databrew.txt -------------------------------------------------------------------------------- /aws/dataexchange.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/aws/dataexchange.txt -------------------------------------------------------------------------------- /aws/datapipeline.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/aws/datapipeline.txt -------------------------------------------------------------------------------- /aws/datasync.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/aws/datasync.txt -------------------------------------------------------------------------------- /aws/datazone.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/aws/datazone.txt -------------------------------------------------------------------------------- /aws/datazone/search.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/aws/datazone/search.txt -------------------------------------------------------------------------------- /aws/dax.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/aws/dax.txt -------------------------------------------------------------------------------- /aws/dax/list-tags.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/aws/dax/list-tags.txt -------------------------------------------------------------------------------- /aws/dax/reboot-node.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/aws/dax/reboot-node.txt -------------------------------------------------------------------------------- /aws/dax/tag-resource.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/aws/dax/tag-resource.txt -------------------------------------------------------------------------------- /aws/ddb.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/aws/ddb.txt -------------------------------------------------------------------------------- /aws/ddb/select.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/aws/ddb/select.txt -------------------------------------------------------------------------------- /aws/deadline.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/aws/deadline.txt -------------------------------------------------------------------------------- /aws/deadline/get-job.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/aws/deadline/get-job.txt -------------------------------------------------------------------------------- /aws/deadline/wait.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/aws/deadline/wait.txt -------------------------------------------------------------------------------- /aws/deploy.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/aws/deploy.txt -------------------------------------------------------------------------------- /aws/deploy/install.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/aws/deploy/install.txt -------------------------------------------------------------------------------- /aws/deploy/push.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/aws/deploy/push.txt -------------------------------------------------------------------------------- /aws/deploy/register.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/aws/deploy/register.txt -------------------------------------------------------------------------------- /aws/deploy/uninstall.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/aws/deploy/uninstall.txt -------------------------------------------------------------------------------- /aws/deploy/wait.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/aws/deploy/wait.txt -------------------------------------------------------------------------------- /aws/detective.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/aws/detective.txt -------------------------------------------------------------------------------- /aws/devicefarm.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/aws/devicefarm.txt -------------------------------------------------------------------------------- /aws/devops-guru.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/aws/devops-guru.txt -------------------------------------------------------------------------------- /aws/directconnect.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/aws/directconnect.txt -------------------------------------------------------------------------------- /aws/discovery.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/aws/discovery.txt -------------------------------------------------------------------------------- /aws/dlm.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/aws/dlm.txt -------------------------------------------------------------------------------- /aws/dlm/tag-resource.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/aws/dlm/tag-resource.txt -------------------------------------------------------------------------------- /aws/dms.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/aws/dms.txt -------------------------------------------------------------------------------- /aws/dms/wait.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/aws/dms/wait.txt -------------------------------------------------------------------------------- /aws/docdb-elastic.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/aws/docdb-elastic.txt -------------------------------------------------------------------------------- /aws/docdb.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/aws/docdb.txt -------------------------------------------------------------------------------- /aws/docdb/wait.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/aws/docdb/wait.txt -------------------------------------------------------------------------------- /aws/drs.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/aws/drs.txt -------------------------------------------------------------------------------- /aws/drs/delete-job.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/aws/drs/delete-job.txt -------------------------------------------------------------------------------- /aws/drs/tag-resource.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/aws/drs/tag-resource.txt -------------------------------------------------------------------------------- /aws/ds-data.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/aws/ds-data.txt -------------------------------------------------------------------------------- /aws/ds.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/aws/ds.txt -------------------------------------------------------------------------------- /aws/ds/add-ip-routes.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/aws/ds/add-ip-routes.txt -------------------------------------------------------------------------------- /aws/ds/add-region.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/aws/ds/add-region.txt -------------------------------------------------------------------------------- /aws/ds/create-alias.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/aws/ds/create-alias.txt -------------------------------------------------------------------------------- /aws/ds/create-trust.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/aws/ds/create-trust.txt -------------------------------------------------------------------------------- /aws/ds/delete-trust.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/aws/ds/delete-trust.txt -------------------------------------------------------------------------------- /aws/ds/disable-ldaps.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/aws/ds/disable-ldaps.txt -------------------------------------------------------------------------------- /aws/ds/disable-sso.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/aws/ds/disable-sso.txt -------------------------------------------------------------------------------- /aws/ds/enable-ldaps.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/aws/ds/enable-ldaps.txt -------------------------------------------------------------------------------- /aws/ds/enable-radius.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/aws/ds/enable-radius.txt -------------------------------------------------------------------------------- /aws/ds/enable-sso.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/aws/ds/enable-sso.txt -------------------------------------------------------------------------------- /aws/ds/remove-region.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/aws/ds/remove-region.txt -------------------------------------------------------------------------------- /aws/ds/update-radius.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/aws/ds/update-radius.txt -------------------------------------------------------------------------------- /aws/ds/update-trust.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/aws/ds/update-trust.txt -------------------------------------------------------------------------------- /aws/ds/verify-trust.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/aws/ds/verify-trust.txt -------------------------------------------------------------------------------- /aws/dsql.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/aws/dsql.txt -------------------------------------------------------------------------------- /aws/dsql/get-cluster.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/aws/dsql/get-cluster.txt -------------------------------------------------------------------------------- /aws/dsql/wait.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/aws/dsql/wait.txt -------------------------------------------------------------------------------- /aws/dynamodb.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/aws/dynamodb.txt -------------------------------------------------------------------------------- /aws/dynamodb/query.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/aws/dynamodb/query.txt -------------------------------------------------------------------------------- /aws/dynamodb/scan.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/aws/dynamodb/scan.txt -------------------------------------------------------------------------------- /aws/dynamodb/wait.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/aws/dynamodb/wait.txt -------------------------------------------------------------------------------- /aws/dynamodb/wizard.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/aws/dynamodb/wizard.txt -------------------------------------------------------------------------------- /aws/dynamodbstreams.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/aws/dynamodbstreams.txt -------------------------------------------------------------------------------- /aws/ebs.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/aws/ebs.txt -------------------------------------------------------------------------------- /aws/ec2.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/aws/ec2.txt -------------------------------------------------------------------------------- /aws/ec2/copy-image.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/aws/ec2/copy-image.txt -------------------------------------------------------------------------------- /aws/ec2/create-fleet.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/aws/ec2/create-fleet.txt -------------------------------------------------------------------------------- /aws/ec2/create-image.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/aws/ec2/create-image.txt -------------------------------------------------------------------------------- /aws/ec2/create-ipam.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/aws/ec2/create-ipam.txt -------------------------------------------------------------------------------- /aws/ec2/create-route.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/aws/ec2/create-route.txt -------------------------------------------------------------------------------- /aws/ec2/create-tags.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/aws/ec2/create-tags.txt -------------------------------------------------------------------------------- /aws/ec2/create-vpc.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/aws/ec2/create-vpc.txt -------------------------------------------------------------------------------- /aws/ec2/delete-ipam.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/aws/ec2/delete-ipam.txt -------------------------------------------------------------------------------- /aws/ec2/delete-route.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/aws/ec2/delete-route.txt -------------------------------------------------------------------------------- /aws/ec2/delete-tags.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/aws/ec2/delete-tags.txt -------------------------------------------------------------------------------- /aws/ec2/delete-vpc.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/aws/ec2/delete-vpc.txt -------------------------------------------------------------------------------- /aws/ec2/enable-image.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/aws/ec2/enable-image.txt -------------------------------------------------------------------------------- /aws/ec2/export-image.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/aws/ec2/export-image.txt -------------------------------------------------------------------------------- /aws/ec2/import-image.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/aws/ec2/import-image.txt -------------------------------------------------------------------------------- /aws/ec2/modify-fleet.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/aws/ec2/modify-fleet.txt -------------------------------------------------------------------------------- /aws/ec2/modify-hosts.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/aws/ec2/modify-hosts.txt -------------------------------------------------------------------------------- /aws/ec2/modify-ipam.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/aws/ec2/modify-ipam.txt -------------------------------------------------------------------------------- /aws/ec2/wait.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/aws/ec2/wait.txt -------------------------------------------------------------------------------- /aws/ecr-public.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/aws/ecr-public.txt -------------------------------------------------------------------------------- /aws/ecr.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/aws/ecr.txt -------------------------------------------------------------------------------- /aws/ecr/get-login.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/aws/ecr/get-login.txt -------------------------------------------------------------------------------- /aws/ecr/list-images.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/aws/ecr/list-images.txt -------------------------------------------------------------------------------- /aws/ecr/put-image.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/aws/ecr/put-image.txt -------------------------------------------------------------------------------- /aws/ecr/tag-resource.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/aws/ecr/tag-resource.txt -------------------------------------------------------------------------------- /aws/ecr/wait.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/aws/ecr/wait.txt -------------------------------------------------------------------------------- /aws/ecs.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/aws/ecs.txt -------------------------------------------------------------------------------- /aws/ecs/deploy.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/aws/ecs/deploy.txt -------------------------------------------------------------------------------- /aws/ecs/list-tasks.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/aws/ecs/list-tasks.txt -------------------------------------------------------------------------------- /aws/ecs/run-task.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/aws/ecs/run-task.txt -------------------------------------------------------------------------------- /aws/ecs/start-task.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/aws/ecs/start-task.txt -------------------------------------------------------------------------------- /aws/ecs/stop-task.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/aws/ecs/stop-task.txt -------------------------------------------------------------------------------- /aws/ecs/tag-resource.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/aws/ecs/tag-resource.txt -------------------------------------------------------------------------------- /aws/ecs/wait.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/aws/ecs/wait.txt -------------------------------------------------------------------------------- /aws/efs.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/aws/efs.txt -------------------------------------------------------------------------------- /aws/efs/tag-resource.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/aws/efs/tag-resource.txt -------------------------------------------------------------------------------- /aws/eks-auth.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/aws/eks-auth.txt -------------------------------------------------------------------------------- /aws/eks.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/aws/eks.txt -------------------------------------------------------------------------------- /aws/eks/create-addon.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/aws/eks/create-addon.txt -------------------------------------------------------------------------------- /aws/eks/delete-addon.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/aws/eks/delete-addon.txt -------------------------------------------------------------------------------- /aws/eks/get-token.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/aws/eks/get-token.txt -------------------------------------------------------------------------------- /aws/eks/list-addons.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/aws/eks/list-addons.txt -------------------------------------------------------------------------------- /aws/eks/list-updates.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/aws/eks/list-updates.txt -------------------------------------------------------------------------------- /aws/eks/tag-resource.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/aws/eks/tag-resource.txt -------------------------------------------------------------------------------- /aws/eks/update-addon.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/aws/eks/update-addon.txt -------------------------------------------------------------------------------- /aws/eks/wait.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/aws/eks/wait.txt -------------------------------------------------------------------------------- /aws/elasticache.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/aws/elasticache.txt -------------------------------------------------------------------------------- /aws/elasticache/wait.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/aws/elasticache/wait.txt -------------------------------------------------------------------------------- /aws/elasticbeanstalk.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/aws/elasticbeanstalk.txt -------------------------------------------------------------------------------- /aws/elb.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/aws/elb.txt -------------------------------------------------------------------------------- /aws/elb/remove-tags.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/aws/elb/remove-tags.txt -------------------------------------------------------------------------------- /aws/elb/wait.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/aws/elb/wait.txt -------------------------------------------------------------------------------- /aws/elbv2.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/aws/elbv2.txt -------------------------------------------------------------------------------- /aws/elbv2/add-tags.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/aws/elbv2/add-tags.txt -------------------------------------------------------------------------------- /aws/elbv2/wait.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/aws/elbv2/wait.txt -------------------------------------------------------------------------------- /aws/emr-containers.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/aws/emr-containers.txt -------------------------------------------------------------------------------- /aws/emr-serverless.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/aws/emr-serverless.txt -------------------------------------------------------------------------------- /aws/emr.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/aws/emr.txt -------------------------------------------------------------------------------- /aws/emr/add-steps.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/aws/emr/add-steps.txt -------------------------------------------------------------------------------- /aws/emr/add-tags.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/aws/emr/add-tags.txt -------------------------------------------------------------------------------- /aws/emr/cancel-steps.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/aws/emr/cancel-steps.txt -------------------------------------------------------------------------------- /aws/emr/get.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/aws/emr/get.txt -------------------------------------------------------------------------------- /aws/emr/list-steps.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/aws/emr/list-steps.txt -------------------------------------------------------------------------------- /aws/emr/list-studios.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/aws/emr/list-studios.txt -------------------------------------------------------------------------------- /aws/emr/put.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/aws/emr/put.txt -------------------------------------------------------------------------------- /aws/emr/remove-tags.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/aws/emr/remove-tags.txt -------------------------------------------------------------------------------- /aws/emr/socks.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/aws/emr/socks.txt -------------------------------------------------------------------------------- /aws/emr/ssh.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/aws/emr/ssh.txt -------------------------------------------------------------------------------- /aws/emr/wait.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/aws/emr/wait.txt -------------------------------------------------------------------------------- /aws/entityresolution.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/aws/entityresolution.txt -------------------------------------------------------------------------------- /aws/es.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/aws/es.txt -------------------------------------------------------------------------------- /aws/es/add-tags.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/aws/es/add-tags.txt -------------------------------------------------------------------------------- /aws/es/list-tags.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/aws/es/list-tags.txt -------------------------------------------------------------------------------- /aws/es/remove-tags.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/aws/es/remove-tags.txt -------------------------------------------------------------------------------- /aws/events.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/aws/events.txt -------------------------------------------------------------------------------- /aws/events/put-rule.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/aws/events/put-rule.txt -------------------------------------------------------------------------------- /aws/events/wizard.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/aws/events/wizard.txt -------------------------------------------------------------------------------- /aws/evidently.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/aws/evidently.txt -------------------------------------------------------------------------------- /aws/finspace-data.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/aws/finspace-data.txt -------------------------------------------------------------------------------- /aws/finspace.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/aws/finspace.txt -------------------------------------------------------------------------------- /aws/firehose.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/aws/firehose.txt -------------------------------------------------------------------------------- /aws/fis.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/aws/fis.txt -------------------------------------------------------------------------------- /aws/fis/get-action.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/aws/fis/get-action.txt -------------------------------------------------------------------------------- /aws/fis/list-actions.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/aws/fis/list-actions.txt -------------------------------------------------------------------------------- /aws/fis/tag-resource.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/aws/fis/tag-resource.txt -------------------------------------------------------------------------------- /aws/fms.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/aws/fms.txt -------------------------------------------------------------------------------- /aws/fms/get-policy.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/aws/fms/get-policy.txt -------------------------------------------------------------------------------- /aws/fms/put-policy.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/aws/fms/put-policy.txt -------------------------------------------------------------------------------- /aws/fms/tag-resource.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/aws/fms/tag-resource.txt -------------------------------------------------------------------------------- /aws/forecast.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/aws/forecast.txt -------------------------------------------------------------------------------- /aws/forecastquery.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/aws/forecastquery.txt -------------------------------------------------------------------------------- /aws/frauddetector.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/aws/frauddetector.txt -------------------------------------------------------------------------------- /aws/freetier.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/aws/freetier.txt -------------------------------------------------------------------------------- /aws/fsx.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/aws/fsx.txt -------------------------------------------------------------------------------- /aws/fsx/copy-backup.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/aws/fsx/copy-backup.txt -------------------------------------------------------------------------------- /aws/fsx/tag-resource.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/aws/fsx/tag-resource.txt -------------------------------------------------------------------------------- /aws/gamelift.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/aws/gamelift.txt -------------------------------------------------------------------------------- /aws/gamesparks.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/aws/gamesparks.txt -------------------------------------------------------------------------------- /aws/geo-maps.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/aws/geo-maps.txt -------------------------------------------------------------------------------- /aws/geo-places.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/aws/geo-places.txt -------------------------------------------------------------------------------- /aws/geo-routes.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/aws/geo-routes.txt -------------------------------------------------------------------------------- /aws/glacier.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/aws/glacier.txt -------------------------------------------------------------------------------- /aws/glacier/wait.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/aws/glacier/wait.txt -------------------------------------------------------------------------------- /aws/glue.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/aws/glue.txt -------------------------------------------------------------------------------- /aws/glue/create-job.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/aws/glue/create-job.txt -------------------------------------------------------------------------------- /aws/glue/delete-job.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/aws/glue/delete-job.txt -------------------------------------------------------------------------------- /aws/glue/get-catalog.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/aws/glue/get-catalog.txt -------------------------------------------------------------------------------- /aws/glue/get-crawler.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/aws/glue/get-crawler.txt -------------------------------------------------------------------------------- /aws/glue/get-job-run.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/aws/glue/get-job-run.txt -------------------------------------------------------------------------------- /aws/glue/get-job.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/aws/glue/get-job.txt -------------------------------------------------------------------------------- /aws/glue/get-jobs.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/aws/glue/get-jobs.txt -------------------------------------------------------------------------------- /aws/glue/get-mapping.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/aws/glue/get-mapping.txt -------------------------------------------------------------------------------- /aws/glue/get-plan.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/aws/glue/get-plan.txt -------------------------------------------------------------------------------- /aws/glue/get-schema.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/aws/glue/get-schema.txt -------------------------------------------------------------------------------- /aws/glue/get-session.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/aws/glue/get-session.txt -------------------------------------------------------------------------------- /aws/glue/get-table.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/aws/glue/get-table.txt -------------------------------------------------------------------------------- /aws/glue/get-tables.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/aws/glue/get-tables.txt -------------------------------------------------------------------------------- /aws/glue/get-tags.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/aws/glue/get-tags.txt -------------------------------------------------------------------------------- /aws/glue/get-trigger.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/aws/glue/get-trigger.txt -------------------------------------------------------------------------------- /aws/glue/list-crawls.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/aws/glue/list-crawls.txt -------------------------------------------------------------------------------- /aws/glue/list-jobs.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/aws/glue/list-jobs.txt -------------------------------------------------------------------------------- /aws/glue/update-job.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/aws/glue/update-job.txt -------------------------------------------------------------------------------- /aws/grafana.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/aws/grafana.txt -------------------------------------------------------------------------------- /aws/greengrass.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/aws/greengrass.txt -------------------------------------------------------------------------------- /aws/greengrassv2.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/aws/greengrassv2.txt -------------------------------------------------------------------------------- /aws/groundstation.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/aws/groundstation.txt -------------------------------------------------------------------------------- /aws/guardduty.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/aws/guardduty.txt -------------------------------------------------------------------------------- /aws/health.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/aws/health.txt -------------------------------------------------------------------------------- /aws/healthlake.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/aws/healthlake.txt -------------------------------------------------------------------------------- /aws/history.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/aws/history.txt -------------------------------------------------------------------------------- /aws/history/show.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/aws/history/show.txt -------------------------------------------------------------------------------- /aws/honeycode.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/aws/honeycode.txt -------------------------------------------------------------------------------- /aws/iam.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/aws/iam.txt -------------------------------------------------------------------------------- /aws/iam/create-group.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/aws/iam/create-group.txt -------------------------------------------------------------------------------- /aws/iam/create-role.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/aws/iam/create-role.txt -------------------------------------------------------------------------------- /aws/iam/create-user.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/aws/iam/create-user.txt -------------------------------------------------------------------------------- /aws/iam/delete-group.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/aws/iam/delete-group.txt -------------------------------------------------------------------------------- /aws/iam/delete-role.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/aws/iam/delete-role.txt -------------------------------------------------------------------------------- /aws/iam/delete-user.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/aws/iam/delete-user.txt -------------------------------------------------------------------------------- /aws/iam/get-group.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/aws/iam/get-group.txt -------------------------------------------------------------------------------- /aws/iam/get-policy.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/aws/iam/get-policy.txt -------------------------------------------------------------------------------- /aws/iam/get-role.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/aws/iam/get-role.txt -------------------------------------------------------------------------------- /aws/iam/get-user.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/aws/iam/get-user.txt -------------------------------------------------------------------------------- /aws/iam/list-groups.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/aws/iam/list-groups.txt -------------------------------------------------------------------------------- /aws/iam/list-roles.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/aws/iam/list-roles.txt -------------------------------------------------------------------------------- /aws/iam/list-users.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/aws/iam/list-users.txt -------------------------------------------------------------------------------- /aws/iam/tag-policy.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/aws/iam/tag-policy.txt -------------------------------------------------------------------------------- /aws/iam/tag-role.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/aws/iam/tag-role.txt -------------------------------------------------------------------------------- /aws/iam/tag-user.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/aws/iam/tag-user.txt -------------------------------------------------------------------------------- /aws/iam/untag-policy.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/aws/iam/untag-policy.txt -------------------------------------------------------------------------------- /aws/iam/untag-role.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/aws/iam/untag-role.txt -------------------------------------------------------------------------------- /aws/iam/untag-user.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/aws/iam/untag-user.txt -------------------------------------------------------------------------------- /aws/iam/update-group.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/aws/iam/update-group.txt -------------------------------------------------------------------------------- /aws/iam/update-role.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/aws/iam/update-role.txt -------------------------------------------------------------------------------- /aws/iam/update-user.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/aws/iam/update-user.txt -------------------------------------------------------------------------------- /aws/iam/wait.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/aws/iam/wait.txt -------------------------------------------------------------------------------- /aws/iam/wizard.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/aws/iam/wizard.txt -------------------------------------------------------------------------------- /aws/identitystore.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/aws/identitystore.txt -------------------------------------------------------------------------------- /aws/imagebuilder.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/aws/imagebuilder.txt -------------------------------------------------------------------------------- /aws/importexport.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/aws/importexport.txt -------------------------------------------------------------------------------- /aws/index.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/aws/index.txt -------------------------------------------------------------------------------- /aws/inspector-scan.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/aws/inspector-scan.txt -------------------------------------------------------------------------------- /aws/inspector.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/aws/inspector.txt -------------------------------------------------------------------------------- /aws/inspector2.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/aws/inspector2.txt -------------------------------------------------------------------------------- /aws/internetmonitor.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/aws/internetmonitor.txt -------------------------------------------------------------------------------- /aws/invoicing.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/aws/invoicing.txt -------------------------------------------------------------------------------- /aws/iot-data.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/aws/iot-data.txt -------------------------------------------------------------------------------- /aws/iot-data/publish.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/aws/iot-data/publish.txt -------------------------------------------------------------------------------- /aws/iot-jobs-data.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/aws/iot-jobs-data.txt -------------------------------------------------------------------------------- /aws/iot-roborunner.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/aws/iot-roborunner.txt -------------------------------------------------------------------------------- /aws/iot.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/aws/iot.txt -------------------------------------------------------------------------------- /aws/iot/cancel-job.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/aws/iot/cancel-job.txt -------------------------------------------------------------------------------- /aws/iot/create-job.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/aws/iot/create-job.txt -------------------------------------------------------------------------------- /aws/iot/create-thing.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/aws/iot/create-thing.txt -------------------------------------------------------------------------------- /aws/iot/delete-job.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/aws/iot/delete-job.txt -------------------------------------------------------------------------------- /aws/iot/delete-thing.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/aws/iot/delete-thing.txt -------------------------------------------------------------------------------- /aws/iot/describe-job.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/aws/iot/describe-job.txt -------------------------------------------------------------------------------- /aws/iot/get-command.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/aws/iot/get-command.txt -------------------------------------------------------------------------------- /aws/iot/get-package.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/aws/iot/get-package.txt -------------------------------------------------------------------------------- /aws/iot/get-policy.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/aws/iot/get-policy.txt -------------------------------------------------------------------------------- /aws/iot/list-indices.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/aws/iot/list-indices.txt -------------------------------------------------------------------------------- /aws/iot/list-jobs.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/aws/iot/list-jobs.txt -------------------------------------------------------------------------------- /aws/iot/list-streams.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/aws/iot/list-streams.txt -------------------------------------------------------------------------------- /aws/iot/list-things.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/aws/iot/list-things.txt -------------------------------------------------------------------------------- /aws/iot/search-index.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/aws/iot/search-index.txt -------------------------------------------------------------------------------- /aws/iot/tag-resource.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/aws/iot/tag-resource.txt -------------------------------------------------------------------------------- /aws/iot/update-job.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/aws/iot/update-job.txt -------------------------------------------------------------------------------- /aws/iot/update-thing.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/aws/iot/update-thing.txt -------------------------------------------------------------------------------- /aws/iotanalytics.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/aws/iotanalytics.txt -------------------------------------------------------------------------------- /aws/iotdeviceadvisor.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/aws/iotdeviceadvisor.txt -------------------------------------------------------------------------------- /aws/iotevents-data.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/aws/iotevents-data.txt -------------------------------------------------------------------------------- /aws/iotevents.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/aws/iotevents.txt -------------------------------------------------------------------------------- /aws/iotfleethub.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/aws/iotfleethub.txt -------------------------------------------------------------------------------- /aws/iotfleetwise.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/aws/iotfleetwise.txt -------------------------------------------------------------------------------- /aws/iotsitewise.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/aws/iotsitewise.txt -------------------------------------------------------------------------------- /aws/iotsitewise/wait.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/aws/iotsitewise/wait.txt -------------------------------------------------------------------------------- /aws/iotthingsgraph.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/aws/iotthingsgraph.txt -------------------------------------------------------------------------------- /aws/iottwinmaker.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/aws/iottwinmaker.txt -------------------------------------------------------------------------------- /aws/iotwireless.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/aws/iotwireless.txt -------------------------------------------------------------------------------- /aws/ivs-realtime.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/aws/ivs-realtime.txt -------------------------------------------------------------------------------- /aws/ivs.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/aws/ivs.txt -------------------------------------------------------------------------------- /aws/ivs/get-channel.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/aws/ivs/get-channel.txt -------------------------------------------------------------------------------- /aws/ivs/get-stream.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/aws/ivs/get-stream.txt -------------------------------------------------------------------------------- /aws/ivs/list-streams.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/aws/ivs/list-streams.txt -------------------------------------------------------------------------------- /aws/ivs/put-metadata.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/aws/ivs/put-metadata.txt -------------------------------------------------------------------------------- /aws/ivs/stop-stream.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/aws/ivs/stop-stream.txt -------------------------------------------------------------------------------- /aws/ivs/tag-resource.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/aws/ivs/tag-resource.txt -------------------------------------------------------------------------------- /aws/ivschat.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/aws/ivschat.txt -------------------------------------------------------------------------------- /aws/ivschat/get-room.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/aws/ivschat/get-room.txt -------------------------------------------------------------------------------- /aws/kafka.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/aws/kafka.txt -------------------------------------------------------------------------------- /aws/kafka/list-nodes.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/aws/kafka/list-nodes.txt -------------------------------------------------------------------------------- /aws/kafkaconnect.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/aws/kafkaconnect.txt -------------------------------------------------------------------------------- /aws/kendra-ranking.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/aws/kendra-ranking.txt -------------------------------------------------------------------------------- /aws/kendra.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/aws/kendra.txt -------------------------------------------------------------------------------- /aws/kendra/list-faqs.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/aws/kendra/list-faqs.txt -------------------------------------------------------------------------------- /aws/kendra/query.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/aws/kendra/query.txt -------------------------------------------------------------------------------- /aws/kendra/retrieve.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/aws/kendra/retrieve.txt -------------------------------------------------------------------------------- /aws/keyspaces.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/aws/keyspaces.txt -------------------------------------------------------------------------------- /aws/kinesis.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/aws/kinesis.txt -------------------------------------------------------------------------------- /aws/kinesis/wait.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/aws/kinesis/wait.txt -------------------------------------------------------------------------------- /aws/kinesisanalytics.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/aws/kinesisanalytics.txt -------------------------------------------------------------------------------- /aws/kinesisvideo.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/aws/kinesisvideo.txt -------------------------------------------------------------------------------- /aws/kms.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/aws/kms.txt -------------------------------------------------------------------------------- /aws/kms/create-alias.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/aws/kms/create-alias.txt -------------------------------------------------------------------------------- /aws/kms/create-grant.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/aws/kms/create-grant.txt -------------------------------------------------------------------------------- /aws/kms/create-key.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/aws/kms/create-key.txt -------------------------------------------------------------------------------- /aws/kms/decrypt.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/aws/kms/decrypt.txt -------------------------------------------------------------------------------- /aws/kms/delete-alias.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/aws/kms/delete-alias.txt -------------------------------------------------------------------------------- /aws/kms/describe-key.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/aws/kms/describe-key.txt -------------------------------------------------------------------------------- /aws/kms/disable-key.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/aws/kms/disable-key.txt -------------------------------------------------------------------------------- /aws/kms/enable-key.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/aws/kms/enable-key.txt -------------------------------------------------------------------------------- /aws/kms/encrypt.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/aws/kms/encrypt.txt -------------------------------------------------------------------------------- /aws/kms/generate-mac.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/aws/kms/generate-mac.txt -------------------------------------------------------------------------------- /aws/kms/list-aliases.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/aws/kms/list-aliases.txt -------------------------------------------------------------------------------- /aws/kms/list-grants.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/aws/kms/list-grants.txt -------------------------------------------------------------------------------- /aws/kms/list-keys.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/aws/kms/list-keys.txt -------------------------------------------------------------------------------- /aws/kms/re-encrypt.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/aws/kms/re-encrypt.txt -------------------------------------------------------------------------------- /aws/kms/retire-grant.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/aws/kms/retire-grant.txt -------------------------------------------------------------------------------- /aws/kms/revoke-grant.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/aws/kms/revoke-grant.txt -------------------------------------------------------------------------------- /aws/kms/sign.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/aws/kms/sign.txt -------------------------------------------------------------------------------- /aws/kms/tag-resource.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/aws/kms/tag-resource.txt -------------------------------------------------------------------------------- /aws/kms/update-alias.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/aws/kms/update-alias.txt -------------------------------------------------------------------------------- /aws/kms/verify-mac.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/aws/kms/verify-mac.txt -------------------------------------------------------------------------------- /aws/kms/verify.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/aws/kms/verify.txt -------------------------------------------------------------------------------- /aws/lakeformation.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/aws/lakeformation.txt -------------------------------------------------------------------------------- /aws/lambda.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/aws/lambda.txt -------------------------------------------------------------------------------- /aws/lambda/get-alias.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/aws/lambda/get-alias.txt -------------------------------------------------------------------------------- /aws/lambda/invoke.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/aws/lambda/invoke.txt -------------------------------------------------------------------------------- /aws/lambda/list-tags.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/aws/lambda/list-tags.txt -------------------------------------------------------------------------------- /aws/lambda/wait.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/aws/lambda/wait.txt -------------------------------------------------------------------------------- /aws/lambda/wizard.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/aws/lambda/wizard.txt -------------------------------------------------------------------------------- /aws/launch-wizard.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/aws/launch-wizard.txt -------------------------------------------------------------------------------- /aws/lex-models.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/aws/lex-models.txt -------------------------------------------------------------------------------- /aws/lex-runtime.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/aws/lex-runtime.txt -------------------------------------------------------------------------------- /aws/lexv2-models.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/aws/lexv2-models.txt -------------------------------------------------------------------------------- /aws/lexv2-runtime.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/aws/lexv2-runtime.txt -------------------------------------------------------------------------------- /aws/license-manager.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/aws/license-manager.txt -------------------------------------------------------------------------------- /aws/lightsail.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/aws/lightsail.txt -------------------------------------------------------------------------------- /aws/location.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/aws/location.txt -------------------------------------------------------------------------------- /aws/logs.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/aws/logs.txt -------------------------------------------------------------------------------- /aws/logs/start-query.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/aws/logs/start-query.txt -------------------------------------------------------------------------------- /aws/logs/stop-query.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/aws/logs/stop-query.txt -------------------------------------------------------------------------------- /aws/logs/tail.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/aws/logs/tail.txt -------------------------------------------------------------------------------- /aws/lookoutequipment.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/aws/lookoutequipment.txt -------------------------------------------------------------------------------- /aws/lookoutmetrics.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/aws/lookoutmetrics.txt -------------------------------------------------------------------------------- /aws/lookoutvision.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/aws/lookoutvision.txt -------------------------------------------------------------------------------- /aws/m2.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/aws/m2.txt -------------------------------------------------------------------------------- /aws/m2/tag-resource.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/aws/m2/tag-resource.txt -------------------------------------------------------------------------------- /aws/machinelearning.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/aws/machinelearning.txt -------------------------------------------------------------------------------- /aws/macie.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/aws/macie.txt -------------------------------------------------------------------------------- /aws/macie2.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/aws/macie2.txt -------------------------------------------------------------------------------- /aws/macie2/wait.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/aws/macie2/wait.txt -------------------------------------------------------------------------------- /aws/mailmanager.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/aws/mailmanager.txt -------------------------------------------------------------------------------- /aws/mediaconnect.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/aws/mediaconnect.txt -------------------------------------------------------------------------------- /aws/mediaconvert.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/aws/mediaconvert.txt -------------------------------------------------------------------------------- /aws/medialive.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/aws/medialive.txt -------------------------------------------------------------------------------- /aws/medialive/wait.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/aws/medialive/wait.txt -------------------------------------------------------------------------------- /aws/mediapackage-vod.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/aws/mediapackage-vod.txt -------------------------------------------------------------------------------- /aws/mediapackage.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/aws/mediapackage.txt -------------------------------------------------------------------------------- /aws/mediapackagev2.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/aws/mediapackagev2.txt -------------------------------------------------------------------------------- /aws/mediastore-data.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/aws/mediastore-data.txt -------------------------------------------------------------------------------- /aws/mediastore.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/aws/mediastore.txt -------------------------------------------------------------------------------- /aws/mediatailor.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/aws/mediatailor.txt -------------------------------------------------------------------------------- /aws/medical-imaging.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/aws/medical-imaging.txt -------------------------------------------------------------------------------- /aws/memorydb.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/aws/memorydb.txt -------------------------------------------------------------------------------- /aws/mgh.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/aws/mgh.txt -------------------------------------------------------------------------------- /aws/mgn.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/aws/mgn.txt -------------------------------------------------------------------------------- /aws/mgn/archive-wave.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/aws/mgn/archive-wave.txt -------------------------------------------------------------------------------- /aws/mgn/create-wave.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/aws/mgn/create-wave.txt -------------------------------------------------------------------------------- /aws/mgn/delete-job.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/aws/mgn/delete-job.txt -------------------------------------------------------------------------------- /aws/mgn/delete-wave.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/aws/mgn/delete-wave.txt -------------------------------------------------------------------------------- /aws/mgn/list-exports.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/aws/mgn/list-exports.txt -------------------------------------------------------------------------------- /aws/mgn/list-imports.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/aws/mgn/list-imports.txt -------------------------------------------------------------------------------- /aws/mgn/list-waves.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/aws/mgn/list-waves.txt -------------------------------------------------------------------------------- /aws/mgn/start-export.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/aws/mgn/start-export.txt -------------------------------------------------------------------------------- /aws/mgn/start-import.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/aws/mgn/start-import.txt -------------------------------------------------------------------------------- /aws/mgn/start-test.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/aws/mgn/start-test.txt -------------------------------------------------------------------------------- /aws/mgn/tag-resource.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/aws/mgn/tag-resource.txt -------------------------------------------------------------------------------- /aws/mgn/update-wave.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/aws/mgn/update-wave.txt -------------------------------------------------------------------------------- /aws/mobile.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/aws/mobile.txt -------------------------------------------------------------------------------- /aws/mq.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/aws/mq.txt -------------------------------------------------------------------------------- /aws/mq/create-tags.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/aws/mq/create-tags.txt -------------------------------------------------------------------------------- /aws/mq/create-user.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/aws/mq/create-user.txt -------------------------------------------------------------------------------- /aws/mq/delete-broker.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/aws/mq/delete-broker.txt -------------------------------------------------------------------------------- /aws/mq/delete-tags.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/aws/mq/delete-tags.txt -------------------------------------------------------------------------------- /aws/mq/delete-user.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/aws/mq/delete-user.txt -------------------------------------------------------------------------------- /aws/mq/describe-user.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/aws/mq/describe-user.txt -------------------------------------------------------------------------------- /aws/mq/list-brokers.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/aws/mq/list-brokers.txt -------------------------------------------------------------------------------- /aws/mq/list-tags.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/aws/mq/list-tags.txt -------------------------------------------------------------------------------- /aws/mq/list-users.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/aws/mq/list-users.txt -------------------------------------------------------------------------------- /aws/mq/promote.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/aws/mq/promote.txt -------------------------------------------------------------------------------- /aws/mq/reboot-broker.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/aws/mq/reboot-broker.txt -------------------------------------------------------------------------------- /aws/mq/update-broker.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/aws/mq/update-broker.txt -------------------------------------------------------------------------------- /aws/mq/update-user.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/aws/mq/update-user.txt -------------------------------------------------------------------------------- /aws/mturk.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/aws/mturk.txt -------------------------------------------------------------------------------- /aws/mturk/create-hit.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/aws/mturk/create-hit.txt -------------------------------------------------------------------------------- /aws/mturk/delete-hit.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/aws/mturk/delete-hit.txt -------------------------------------------------------------------------------- /aws/mturk/get-hit.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/aws/mturk/get-hit.txt -------------------------------------------------------------------------------- /aws/mturk/list-hits.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/aws/mturk/list-hits.txt -------------------------------------------------------------------------------- /aws/mturk/send-bonus.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/aws/mturk/send-bonus.txt -------------------------------------------------------------------------------- /aws/mwaa.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/aws/mwaa.txt -------------------------------------------------------------------------------- /aws/neptune-graph.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/aws/neptune-graph.txt -------------------------------------------------------------------------------- /aws/neptune.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/aws/neptune.txt -------------------------------------------------------------------------------- /aws/neptune/wait.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/aws/neptune/wait.txt -------------------------------------------------------------------------------- /aws/neptunedata.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/aws/neptunedata.txt -------------------------------------------------------------------------------- /aws/network-firewall.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/aws/network-firewall.txt -------------------------------------------------------------------------------- /aws/networkmanager.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/aws/networkmanager.txt -------------------------------------------------------------------------------- /aws/networkmonitor.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/aws/networkmonitor.txt -------------------------------------------------------------------------------- /aws/nimble.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/aws/nimble.txt -------------------------------------------------------------------------------- /aws/nimble/get-eula.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/aws/nimble/get-eula.txt -------------------------------------------------------------------------------- /aws/nimble/wait.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/aws/nimble/wait.txt -------------------------------------------------------------------------------- /aws/notifications.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/aws/notifications.txt -------------------------------------------------------------------------------- /aws/oam.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/aws/oam.txt -------------------------------------------------------------------------------- /aws/oam/create-sink.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/aws/oam/create-sink.txt -------------------------------------------------------------------------------- /aws/oam/delete-link.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/aws/oam/delete-link.txt -------------------------------------------------------------------------------- /aws/oam/delete-sink.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/aws/oam/delete-sink.txt -------------------------------------------------------------------------------- /aws/oam/get-link.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/aws/oam/get-link.txt -------------------------------------------------------------------------------- /aws/oam/get-sink.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/aws/oam/get-sink.txt -------------------------------------------------------------------------------- /aws/oam/list-links.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/aws/oam/list-links.txt -------------------------------------------------------------------------------- /aws/oam/list-sinks.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/aws/oam/list-sinks.txt -------------------------------------------------------------------------------- /aws/oam/tag-resource.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/aws/oam/tag-resource.txt -------------------------------------------------------------------------------- /aws/oam/update-link.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/aws/oam/update-link.txt -------------------------------------------------------------------------------- /aws/omics.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/aws/omics.txt -------------------------------------------------------------------------------- /aws/omics/cancel-run.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/aws/omics/cancel-run.txt -------------------------------------------------------------------------------- /aws/omics/delete-run.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/aws/omics/delete-run.txt -------------------------------------------------------------------------------- /aws/omics/get-run.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/aws/omics/get-run.txt -------------------------------------------------------------------------------- /aws/omics/get-share.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/aws/omics/get-share.txt -------------------------------------------------------------------------------- /aws/omics/list-runs.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/aws/omics/list-runs.txt -------------------------------------------------------------------------------- /aws/omics/start-run.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/aws/omics/start-run.txt -------------------------------------------------------------------------------- /aws/omics/wait.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/aws/omics/wait.txt -------------------------------------------------------------------------------- /aws/opensearch.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/aws/opensearch.txt -------------------------------------------------------------------------------- /aws/opsworks-cm.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/aws/opsworks-cm.txt -------------------------------------------------------------------------------- /aws/opsworks-cm/wait.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/aws/opsworks-cm/wait.txt -------------------------------------------------------------------------------- /aws/opsworks.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/aws/opsworks.txt -------------------------------------------------------------------------------- /aws/opsworks/wait.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/aws/opsworks/wait.txt -------------------------------------------------------------------------------- /aws/organizations.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/aws/organizations.txt -------------------------------------------------------------------------------- /aws/osis.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/aws/osis.txt -------------------------------------------------------------------------------- /aws/outposts.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/aws/outposts.txt -------------------------------------------------------------------------------- /aws/panorama.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/aws/panorama.txt -------------------------------------------------------------------------------- /aws/pca-connector-ad.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/aws/pca-connector-ad.txt -------------------------------------------------------------------------------- /aws/pcs.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/aws/pcs.txt -------------------------------------------------------------------------------- /aws/pcs/create-queue.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/aws/pcs/create-queue.txt -------------------------------------------------------------------------------- /aws/pcs/delete-queue.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/aws/pcs/delete-queue.txt -------------------------------------------------------------------------------- /aws/pcs/get-cluster.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/aws/pcs/get-cluster.txt -------------------------------------------------------------------------------- /aws/pcs/get-queue.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/aws/pcs/get-queue.txt -------------------------------------------------------------------------------- /aws/pcs/list-queues.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/aws/pcs/list-queues.txt -------------------------------------------------------------------------------- /aws/pcs/tag-resource.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/aws/pcs/tag-resource.txt -------------------------------------------------------------------------------- /aws/pcs/update-queue.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/aws/pcs/update-queue.txt -------------------------------------------------------------------------------- /aws/personalize.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/aws/personalize.txt -------------------------------------------------------------------------------- /aws/pi.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/aws/pi.txt -------------------------------------------------------------------------------- /aws/pi/tag-resource.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/aws/pi/tag-resource.txt -------------------------------------------------------------------------------- /aws/pinpoint-email.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/aws/pinpoint-email.txt -------------------------------------------------------------------------------- /aws/pinpoint.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/aws/pinpoint.txt -------------------------------------------------------------------------------- /aws/pinpoint/get-app.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/aws/pinpoint/get-app.txt -------------------------------------------------------------------------------- /aws/pipes.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/aws/pipes.txt -------------------------------------------------------------------------------- /aws/pipes/list-pipes.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/aws/pipes/list-pipes.txt -------------------------------------------------------------------------------- /aws/pipes/start-pipe.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/aws/pipes/start-pipe.txt -------------------------------------------------------------------------------- /aws/pipes/stop-pipe.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/aws/pipes/stop-pipe.txt -------------------------------------------------------------------------------- /aws/polly.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/aws/polly.txt -------------------------------------------------------------------------------- /aws/pricing.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/aws/pricing.txt -------------------------------------------------------------------------------- /aws/privatenetworks.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/aws/privatenetworks.txt -------------------------------------------------------------------------------- /aws/proton.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/aws/proton.txt -------------------------------------------------------------------------------- /aws/proton/wait.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/aws/proton/wait.txt -------------------------------------------------------------------------------- /aws/qapps.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/aws/qapps.txt -------------------------------------------------------------------------------- /aws/qapps/get-q-app.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/aws/qapps/get-q-app.txt -------------------------------------------------------------------------------- /aws/qbusiness.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/aws/qbusiness.txt -------------------------------------------------------------------------------- /aws/qconnect.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/aws/qconnect.txt -------------------------------------------------------------------------------- /aws/qldb-session.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/aws/qldb-session.txt -------------------------------------------------------------------------------- /aws/qldb.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/aws/qldb.txt -------------------------------------------------------------------------------- /aws/qldb/get-block.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/aws/qldb/get-block.txt -------------------------------------------------------------------------------- /aws/qldb/get-digest.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/aws/qldb/get-digest.txt -------------------------------------------------------------------------------- /aws/quicksight.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/aws/quicksight.txt -------------------------------------------------------------------------------- /aws/ram.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/aws/ram.txt -------------------------------------------------------------------------------- /aws/ram/tag-resource.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/aws/ram/tag-resource.txt -------------------------------------------------------------------------------- /aws/rbin.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/aws/rbin.txt -------------------------------------------------------------------------------- /aws/rbin/delete-rule.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/aws/rbin/delete-rule.txt -------------------------------------------------------------------------------- /aws/rbin/get-rule.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/aws/rbin/get-rule.txt -------------------------------------------------------------------------------- /aws/rbin/list-rules.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/aws/rbin/list-rules.txt -------------------------------------------------------------------------------- /aws/rbin/lock-rule.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/aws/rbin/lock-rule.txt -------------------------------------------------------------------------------- /aws/rbin/unlock-rule.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/aws/rbin/unlock-rule.txt -------------------------------------------------------------------------------- /aws/rbin/update-rule.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/aws/rbin/update-rule.txt -------------------------------------------------------------------------------- /aws/rds-data.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/aws/rds-data.txt -------------------------------------------------------------------------------- /aws/rds.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/aws/rds.txt -------------------------------------------------------------------------------- /aws/rds/wait.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/aws/rds/wait.txt -------------------------------------------------------------------------------- /aws/redshift-data.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/aws/redshift-data.txt -------------------------------------------------------------------------------- /aws/redshift.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/aws/redshift.txt -------------------------------------------------------------------------------- /aws/redshift/wait.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/aws/redshift/wait.txt -------------------------------------------------------------------------------- /aws/rekognition.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/aws/rekognition.txt -------------------------------------------------------------------------------- /aws/rekognition/wait.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/aws/rekognition/wait.txt -------------------------------------------------------------------------------- /aws/repostspace.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/aws/repostspace.txt -------------------------------------------------------------------------------- /aws/resiliencehub.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/aws/resiliencehub.txt -------------------------------------------------------------------------------- /aws/resource-groups.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/aws/resource-groups.txt -------------------------------------------------------------------------------- /aws/robomaker.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/aws/robomaker.txt -------------------------------------------------------------------------------- /aws/rolesanywhere.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/aws/rolesanywhere.txt -------------------------------------------------------------------------------- /aws/route53.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/aws/route53.txt -------------------------------------------------------------------------------- /aws/route53/wait.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/aws/route53/wait.txt -------------------------------------------------------------------------------- /aws/route53domains.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/aws/route53domains.txt -------------------------------------------------------------------------------- /aws/route53profiles.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/aws/route53profiles.txt -------------------------------------------------------------------------------- /aws/route53resolver.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/aws/route53resolver.txt -------------------------------------------------------------------------------- /aws/rum.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/aws/rum.txt -------------------------------------------------------------------------------- /aws/rum/tag-resource.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/aws/rum/tag-resource.txt -------------------------------------------------------------------------------- /aws/s3.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/aws/s3.txt -------------------------------------------------------------------------------- /aws/s3/ls.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/aws/s3/ls.txt -------------------------------------------------------------------------------- /aws/s3/mb.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/aws/s3/mb.txt -------------------------------------------------------------------------------- /aws/s3/mv.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/aws/s3/mv.txt -------------------------------------------------------------------------------- /aws/s3/presign.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/aws/s3/presign.txt -------------------------------------------------------------------------------- /aws/s3/rb.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/aws/s3/rb.txt -------------------------------------------------------------------------------- /aws/s3/rm.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/aws/s3/rm.txt -------------------------------------------------------------------------------- /aws/s3/sync.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/aws/s3/sync.txt -------------------------------------------------------------------------------- /aws/s3/website.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/aws/s3/website.txt -------------------------------------------------------------------------------- /aws/s3api.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/aws/s3api.txt -------------------------------------------------------------------------------- /aws/s3api/get-object.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/aws/s3api/get-object.txt -------------------------------------------------------------------------------- /aws/s3api/list-parts.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/aws/s3api/list-parts.txt -------------------------------------------------------------------------------- /aws/s3api/put-object.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/aws/s3api/put-object.txt -------------------------------------------------------------------------------- /aws/s3api/wait.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/aws/s3api/wait.txt -------------------------------------------------------------------------------- /aws/s3control.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/aws/s3control.txt -------------------------------------------------------------------------------- /aws/s3outposts.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/aws/s3outposts.txt -------------------------------------------------------------------------------- /aws/s3tables.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/aws/s3tables.txt -------------------------------------------------------------------------------- /aws/sagemaker-edge.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/aws/sagemaker-edge.txt -------------------------------------------------------------------------------- /aws/sagemaker.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/aws/sagemaker.txt -------------------------------------------------------------------------------- /aws/sagemaker/search.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/aws/sagemaker/search.txt -------------------------------------------------------------------------------- /aws/sagemaker/wait.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/aws/sagemaker/wait.txt -------------------------------------------------------------------------------- /aws/savingsplans.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/aws/savingsplans.txt -------------------------------------------------------------------------------- /aws/scheduler.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/aws/scheduler.txt -------------------------------------------------------------------------------- /aws/schemas.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/aws/schemas.txt -------------------------------------------------------------------------------- /aws/schemas/wait.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/aws/schemas/wait.txt -------------------------------------------------------------------------------- /aws/sdb.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/aws/sdb.txt -------------------------------------------------------------------------------- /aws/sdb/list-domains.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/aws/sdb/list-domains.txt -------------------------------------------------------------------------------- /aws/sdb/select.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/aws/sdb/select.txt -------------------------------------------------------------------------------- /aws/secretsmanager.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/aws/secretsmanager.txt -------------------------------------------------------------------------------- /aws/security-ir.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/aws/security-ir.txt -------------------------------------------------------------------------------- /aws/securityhub.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/aws/securityhub.txt -------------------------------------------------------------------------------- /aws/securitylake.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/aws/securitylake.txt -------------------------------------------------------------------------------- /aws/serverlessrepo.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/aws/serverlessrepo.txt -------------------------------------------------------------------------------- /aws/service-quotas.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/aws/service-quotas.txt -------------------------------------------------------------------------------- /aws/servicecatalog.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/aws/servicecatalog.txt -------------------------------------------------------------------------------- /aws/servicediscovery.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/aws/servicediscovery.txt -------------------------------------------------------------------------------- /aws/ses.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/aws/ses.txt -------------------------------------------------------------------------------- /aws/ses/get-template.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/aws/ses/get-template.txt -------------------------------------------------------------------------------- /aws/ses/send-bounce.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/aws/ses/send-bounce.txt -------------------------------------------------------------------------------- /aws/ses/send-email.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/aws/ses/send-email.txt -------------------------------------------------------------------------------- /aws/ses/wait.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/aws/ses/wait.txt -------------------------------------------------------------------------------- /aws/sesv2.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/aws/sesv2.txt -------------------------------------------------------------------------------- /aws/sesv2/send-email.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/aws/sesv2/send-email.txt -------------------------------------------------------------------------------- /aws/shield.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/aws/shield.txt -------------------------------------------------------------------------------- /aws/signer.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/aws/signer.txt -------------------------------------------------------------------------------- /aws/signer/wait.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/aws/signer/wait.txt -------------------------------------------------------------------------------- /aws/simspaceweaver.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/aws/simspaceweaver.txt -------------------------------------------------------------------------------- /aws/sms.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/aws/sms.txt -------------------------------------------------------------------------------- /aws/sms/delete-app.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/aws/sms/delete-app.txt -------------------------------------------------------------------------------- /aws/sms/get-app.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/aws/sms/get-app.txt -------------------------------------------------------------------------------- /aws/sms/get-servers.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/aws/sms/get-servers.txt -------------------------------------------------------------------------------- /aws/sms/launch-app.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/aws/sms/launch-app.txt -------------------------------------------------------------------------------- /aws/sms/list-apps.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/aws/sms/list-apps.txt -------------------------------------------------------------------------------- /aws/sms/update-app.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/aws/sms/update-app.txt -------------------------------------------------------------------------------- /aws/snowball.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/aws/snowball.txt -------------------------------------------------------------------------------- /aws/sns.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/aws/sns.txt -------------------------------------------------------------------------------- /aws/sns/create-topic.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/aws/sns/create-topic.txt -------------------------------------------------------------------------------- /aws/sns/delete-topic.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/aws/sns/delete-topic.txt -------------------------------------------------------------------------------- /aws/sns/list-topics.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/aws/sns/list-topics.txt -------------------------------------------------------------------------------- /aws/sns/publish.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/aws/sns/publish.txt -------------------------------------------------------------------------------- /aws/sns/subscribe.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/aws/sns/subscribe.txt -------------------------------------------------------------------------------- /aws/sns/tag-resource.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/aws/sns/tag-resource.txt -------------------------------------------------------------------------------- /aws/sns/unsubscribe.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/aws/sns/unsubscribe.txt -------------------------------------------------------------------------------- /aws/socialmessaging.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/aws/socialmessaging.txt -------------------------------------------------------------------------------- /aws/sqs.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/aws/sqs.txt -------------------------------------------------------------------------------- /aws/sqs/create-queue.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/aws/sqs/create-queue.txt -------------------------------------------------------------------------------- /aws/sqs/delete-queue.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/aws/sqs/delete-queue.txt -------------------------------------------------------------------------------- /aws/sqs/list-queues.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/aws/sqs/list-queues.txt -------------------------------------------------------------------------------- /aws/sqs/purge-queue.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/aws/sqs/purge-queue.txt -------------------------------------------------------------------------------- /aws/sqs/send-message.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/aws/sqs/send-message.txt -------------------------------------------------------------------------------- /aws/sqs/tag-queue.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/aws/sqs/tag-queue.txt -------------------------------------------------------------------------------- /aws/sqs/untag-queue.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/aws/sqs/untag-queue.txt -------------------------------------------------------------------------------- /aws/ssm-contacts.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/aws/ssm-contacts.txt -------------------------------------------------------------------------------- /aws/ssm-incidents.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/aws/ssm-incidents.txt -------------------------------------------------------------------------------- /aws/ssm-quicksetup.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/aws/ssm-quicksetup.txt -------------------------------------------------------------------------------- /aws/ssm-sap.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/aws/ssm-sap.txt -------------------------------------------------------------------------------- /aws/ssm.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/aws/ssm.txt -------------------------------------------------------------------------------- /aws/ssm/get-document.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/aws/ssm/get-document.txt -------------------------------------------------------------------------------- /aws/ssm/get-ops-item.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/aws/ssm/get-ops-item.txt -------------------------------------------------------------------------------- /aws/ssm/list-nodes.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/aws/ssm/list-nodes.txt -------------------------------------------------------------------------------- /aws/ssm/send-command.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/aws/ssm/send-command.txt -------------------------------------------------------------------------------- /aws/ssm/wait.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/aws/ssm/wait.txt -------------------------------------------------------------------------------- /aws/sso-admin.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/aws/sso-admin.txt -------------------------------------------------------------------------------- /aws/sso-oidc.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/aws/sso-oidc.txt -------------------------------------------------------------------------------- /aws/sso.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/aws/sso.txt -------------------------------------------------------------------------------- /aws/sso/login.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/aws/sso/login.txt -------------------------------------------------------------------------------- /aws/sso/logout.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/aws/sso/logout.txt -------------------------------------------------------------------------------- /aws/stepfunctions.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/aws/stepfunctions.txt -------------------------------------------------------------------------------- /aws/storagegateway.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/aws/storagegateway.txt -------------------------------------------------------------------------------- /aws/sts.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/aws/sts.txt -------------------------------------------------------------------------------- /aws/sts/assume-root.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/aws/sts/assume-root.txt -------------------------------------------------------------------------------- /aws/supplychain.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/aws/supplychain.txt -------------------------------------------------------------------------------- /aws/support-app.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/aws/support-app.txt -------------------------------------------------------------------------------- /aws/support.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/aws/support.txt -------------------------------------------------------------------------------- /aws/swf.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/aws/swf.txt -------------------------------------------------------------------------------- /aws/synthetics.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/aws/synthetics.txt -------------------------------------------------------------------------------- /aws/taxsettings.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/aws/taxsettings.txt -------------------------------------------------------------------------------- /aws/textract.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/aws/textract.txt -------------------------------------------------------------------------------- /aws/tnb.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/aws/tnb.txt -------------------------------------------------------------------------------- /aws/transcribe.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/aws/transcribe.txt -------------------------------------------------------------------------------- /aws/transfer.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/aws/transfer.txt -------------------------------------------------------------------------------- /aws/transfer/wait.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/aws/transfer/wait.txt -------------------------------------------------------------------------------- /aws/translate.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/aws/translate.txt -------------------------------------------------------------------------------- /aws/voice-id.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/aws/voice-id.txt -------------------------------------------------------------------------------- /aws/vpc-lattice.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/aws/vpc-lattice.txt -------------------------------------------------------------------------------- /aws/waf-regional.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/aws/waf-regional.txt -------------------------------------------------------------------------------- /aws/waf.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/aws/waf.txt -------------------------------------------------------------------------------- /aws/waf/get-rule.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/aws/waf/get-rule.txt -------------------------------------------------------------------------------- /aws/wafv2.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/aws/wafv2.txt -------------------------------------------------------------------------------- /aws/wisdom.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/aws/wisdom.txt -------------------------------------------------------------------------------- /aws/workdocs.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/aws/workdocs.txt -------------------------------------------------------------------------------- /aws/worklink.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/aws/worklink.txt -------------------------------------------------------------------------------- /aws/workmail.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/aws/workmail.txt -------------------------------------------------------------------------------- /aws/workspaces.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/aws/workspaces.txt -------------------------------------------------------------------------------- /aws/xray.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/aws/xray.txt -------------------------------------------------------------------------------- /aws_commands.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/aws_commands.py -------------------------------------------------------------------------------- /azure.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/azure.sh -------------------------------------------------------------------------------- /azure/Door,.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /azure/Front.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /azure/account.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/azure/account.txt -------------------------------------------------------------------------------- /azure/acr.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/azure/acr.txt -------------------------------------------------------------------------------- /azure/ad.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/azure/ad.txt -------------------------------------------------------------------------------- /azure/advisor.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/azure/advisor.txt -------------------------------------------------------------------------------- /azure/afd.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/azure/afd.txt -------------------------------------------------------------------------------- /azure/aks.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/azure/aks.txt -------------------------------------------------------------------------------- /azure/ams.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/azure/ams.txt -------------------------------------------------------------------------------- /azure/apim.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/azure/apim.txt -------------------------------------------------------------------------------- /azure/appconfig.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/azure/appconfig.txt -------------------------------------------------------------------------------- /azure/appservice.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/azure/appservice.txt -------------------------------------------------------------------------------- /azure/aro.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/azure/aro.txt -------------------------------------------------------------------------------- /azure/artifacts.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/azure/artifacts.txt -------------------------------------------------------------------------------- /azure/azure-help.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/azure/azure-help.txt -------------------------------------------------------------------------------- /azure/backup.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/azure/backup.txt -------------------------------------------------------------------------------- /azure/batch.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/azure/batch.txt -------------------------------------------------------------------------------- /azure/bicep.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/azure/bicep.txt -------------------------------------------------------------------------------- /azure/billing.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/azure/billing.txt -------------------------------------------------------------------------------- /azure/boards.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/azure/boards.txt -------------------------------------------------------------------------------- /azure/bot.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/azure/bot.txt -------------------------------------------------------------------------------- /azure/cache.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/azure/cache.txt -------------------------------------------------------------------------------- /azure/capacity.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/azure/capacity.txt -------------------------------------------------------------------------------- /azure/cdn.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/azure/cdn.txt -------------------------------------------------------------------------------- /azure/cloud.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/azure/cloud.txt -------------------------------------------------------------------------------- /azure/config.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/azure/config.txt -------------------------------------------------------------------------------- /azure/configure.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/azure/configure.txt -------------------------------------------------------------------------------- /azure/connection.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/azure/connection.txt -------------------------------------------------------------------------------- /azure/consumption.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/azure/consumption.txt -------------------------------------------------------------------------------- /azure/container.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/azure/container.txt -------------------------------------------------------------------------------- /azure/cosmosdb.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/azure/cosmosdb.txt -------------------------------------------------------------------------------- /azure/databoxedge.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/azure/databoxedge.txt -------------------------------------------------------------------------------- /azure/deployment.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/azure/deployment.txt -------------------------------------------------------------------------------- /azure/devops.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/azure/devops.txt -------------------------------------------------------------------------------- /azure/disk-access.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/azure/disk-access.txt -------------------------------------------------------------------------------- /azure/disk.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/azure/disk.txt -------------------------------------------------------------------------------- /azure/dla.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/azure/dla.txt -------------------------------------------------------------------------------- /azure/dls.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/azure/dls.txt -------------------------------------------------------------------------------- /azure/dms.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/azure/dms.txt -------------------------------------------------------------------------------- /azure/eventgrid.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/azure/eventgrid.txt -------------------------------------------------------------------------------- /azure/eventhubs.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/azure/eventhubs.txt -------------------------------------------------------------------------------- /azure/extension.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/azure/extension.txt -------------------------------------------------------------------------------- /azure/feature.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/azure/feature.txt -------------------------------------------------------------------------------- /azure/feedback.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/azure/feedback.txt -------------------------------------------------------------------------------- /azure/find.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/azure/find.txt -------------------------------------------------------------------------------- /azure/functionapp.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/azure/functionapp.txt -------------------------------------------------------------------------------- /azure/group.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/azure/group.txt -------------------------------------------------------------------------------- /azure/hdinsight.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/azure/hdinsight.txt -------------------------------------------------------------------------------- /azure/https.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /azure/identity.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/azure/identity.txt -------------------------------------------------------------------------------- /azure/image.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/azure/image.txt -------------------------------------------------------------------------------- /azure/interactive.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/azure/interactive.txt -------------------------------------------------------------------------------- /azure/iot.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/azure/iot.txt -------------------------------------------------------------------------------- /azure/keyvault.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/azure/keyvault.txt -------------------------------------------------------------------------------- /azure/kusto.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/azure/kusto.txt -------------------------------------------------------------------------------- /azure/lab.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/azure/lab.txt -------------------------------------------------------------------------------- /azure/lock.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/azure/lock.txt -------------------------------------------------------------------------------- /azure/logicapp.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/azure/logicapp.txt -------------------------------------------------------------------------------- /azure/login.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/azure/login.txt -------------------------------------------------------------------------------- /azure/logout.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/azure/logout.txt -------------------------------------------------------------------------------- /azure/managedapp.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/azure/managedapp.txt -------------------------------------------------------------------------------- /azure/maps.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/azure/maps.txt -------------------------------------------------------------------------------- /azure/mariadb.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/azure/mariadb.txt -------------------------------------------------------------------------------- /azure/monitor.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/azure/monitor.txt -------------------------------------------------------------------------------- /azure/mysql.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/azure/mysql.txt -------------------------------------------------------------------------------- /azure/netappfiles.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/azure/netappfiles.txt -------------------------------------------------------------------------------- /azure/network.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/azure/network.txt -------------------------------------------------------------------------------- /azure/pipelines.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/azure/pipelines.txt -------------------------------------------------------------------------------- /azure/policy.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/azure/policy.txt -------------------------------------------------------------------------------- /azure/postgres.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/azure/postgres.txt -------------------------------------------------------------------------------- /azure/ppg.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/azure/ppg.txt -------------------------------------------------------------------------------- /azure/provider.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/azure/provider.txt -------------------------------------------------------------------------------- /azure/redis.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/azure/redis.txt -------------------------------------------------------------------------------- /azure/relay.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/azure/relay.txt -------------------------------------------------------------------------------- /azure/repos.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/azure/repos.txt -------------------------------------------------------------------------------- /azure/resource.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/azure/resource.txt -------------------------------------------------------------------------------- /azure/rest.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/azure/rest.txt -------------------------------------------------------------------------------- /azure/role.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/azure/role.txt -------------------------------------------------------------------------------- /azure/search.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/azure/search.txt -------------------------------------------------------------------------------- /azure/security.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/azure/security.txt -------------------------------------------------------------------------------- /azure/see.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /azure/servicebus.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/azure/servicebus.txt -------------------------------------------------------------------------------- /azure/sf.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/azure/sf.txt -------------------------------------------------------------------------------- /azure/sig.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/azure/sig.txt -------------------------------------------------------------------------------- /azure/signalr.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/azure/signalr.txt -------------------------------------------------------------------------------- /azure/snapshot.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/azure/snapshot.txt -------------------------------------------------------------------------------- /azure/sql.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/azure/sql.txt -------------------------------------------------------------------------------- /azure/sshkey.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/azure/sshkey.txt -------------------------------------------------------------------------------- /azure/stack.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/azure/stack.txt -------------------------------------------------------------------------------- /azure/storage.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/azure/storage.txt -------------------------------------------------------------------------------- /azure/survey.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/azure/survey.txt -------------------------------------------------------------------------------- /azure/synapse.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/azure/synapse.txt -------------------------------------------------------------------------------- /azure/tag.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/azure/tag.txt -------------------------------------------------------------------------------- /azure/term.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/azure/term.txt -------------------------------------------------------------------------------- /azure/ts.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/azure/ts.txt -------------------------------------------------------------------------------- /azure/upgrade.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/azure/upgrade.txt -------------------------------------------------------------------------------- /azure/version.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/azure/version.txt -------------------------------------------------------------------------------- /azure/vm.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/azure/vm.txt -------------------------------------------------------------------------------- /azure/vmss.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/azure/vmss.txt -------------------------------------------------------------------------------- /azure/webapp.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/azure/webapp.txt -------------------------------------------------------------------------------- /fly.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/fly.sh -------------------------------------------------------------------------------- /fly_commands_help.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/fly_commands_help.py -------------------------------------------------------------------------------- /flyctl/agent-ping.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/flyctl/agent-ping.txt -------------------------------------------------------------------------------- /flyctl/agent-run.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/flyctl/agent-run.txt -------------------------------------------------------------------------------- /flyctl/agent-stop.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/flyctl/agent-stop.txt -------------------------------------------------------------------------------- /flyctl/agent.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/flyctl/agent.txt -------------------------------------------------------------------------------- /flyctl/apps-list.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/flyctl/apps-list.txt -------------------------------------------------------------------------------- /flyctl/apps-move.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/flyctl/apps-move.txt -------------------------------------------------------------------------------- /flyctl/apps-open.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/flyctl/apps-open.txt -------------------------------------------------------------------------------- /flyctl/apps.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/flyctl/apps.txt -------------------------------------------------------------------------------- /flyctl/auth-login.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/flyctl/auth-login.txt -------------------------------------------------------------------------------- /flyctl/auth-token.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/flyctl/auth-token.txt -------------------------------------------------------------------------------- /flyctl/auth.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/flyctl/auth.txt -------------------------------------------------------------------------------- /flyctl/autoscale.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/flyctl/autoscale.txt -------------------------------------------------------------------------------- /flyctl/builds.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/flyctl/builds.txt -------------------------------------------------------------------------------- /flyctl/certs-add.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/flyctl/certs-add.txt -------------------------------------------------------------------------------- /flyctl/certs-list.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/flyctl/certs-list.txt -------------------------------------------------------------------------------- /flyctl/certs-show.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/flyctl/certs-show.txt -------------------------------------------------------------------------------- /flyctl/certs.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/flyctl/certs.txt -------------------------------------------------------------------------------- /flyctl/checks.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/flyctl/checks.txt -------------------------------------------------------------------------------- /flyctl/completion.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/flyctl/completion.txt -------------------------------------------------------------------------------- /flyctl/config-env.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/flyctl/config-env.txt -------------------------------------------------------------------------------- /flyctl/config.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/flyctl/config.txt -------------------------------------------------------------------------------- /flyctl/console.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/flyctl/console.txt -------------------------------------------------------------------------------- /flyctl/consul.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/flyctl/consul.txt -------------------------------------------------------------------------------- /flyctl/create.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/flyctl/create.txt -------------------------------------------------------------------------------- /flyctl/curl.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/flyctl/curl.txt -------------------------------------------------------------------------------- /flyctl/dashboard.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/flyctl/dashboard.txt -------------------------------------------------------------------------------- /flyctl/deploy.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/flyctl/deploy.txt -------------------------------------------------------------------------------- /flyctl/destroy.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/flyctl/destroy.txt -------------------------------------------------------------------------------- /flyctl/dig.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/flyctl/dig.txt -------------------------------------------------------------------------------- /flyctl/docs.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/flyctl/docs.txt -------------------------------------------------------------------------------- /flyctl/doctor.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/flyctl/doctor.txt -------------------------------------------------------------------------------- /flyctl/domains.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/flyctl/domains.txt -------------------------------------------------------------------------------- /flyctl/extensions.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/flyctl/extensions.txt -------------------------------------------------------------------------------- /flyctl/fly.graphql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/flyctl/fly.graphql -------------------------------------------------------------------------------- /flyctl/help.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/flyctl/help.txt -------------------------------------------------------------------------------- /flyctl/history.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/flyctl/history.txt -------------------------------------------------------------------------------- /flyctl/image-show.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/flyctl/image-show.txt -------------------------------------------------------------------------------- /flyctl/image.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/flyctl/image.txt -------------------------------------------------------------------------------- /flyctl/info.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/flyctl/info.txt -------------------------------------------------------------------------------- /flyctl/ips-list.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/flyctl/ips-list.txt -------------------------------------------------------------------------------- /flyctl/ips.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/flyctl/ips.txt -------------------------------------------------------------------------------- /flyctl/jobs-open.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/flyctl/jobs-open.txt -------------------------------------------------------------------------------- /flyctl/jobs.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/flyctl/jobs.txt -------------------------------------------------------------------------------- /flyctl/launch.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/flyctl/launch.txt -------------------------------------------------------------------------------- /flyctl/list-apps.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/flyctl/list-apps.txt -------------------------------------------------------------------------------- /flyctl/list-orgs.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/flyctl/list-orgs.txt -------------------------------------------------------------------------------- /flyctl/list.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/flyctl/list.txt -------------------------------------------------------------------------------- /flyctl/logs-ship.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/flyctl/logs-ship.txt -------------------------------------------------------------------------------- /flyctl/logs.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/flyctl/logs.txt -------------------------------------------------------------------------------- /flyctl/machine.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/flyctl/machine.txt -------------------------------------------------------------------------------- /flyctl/monitor.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/flyctl/monitor.txt -------------------------------------------------------------------------------- /flyctl/move.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/flyctl/move.txt -------------------------------------------------------------------------------- /flyctl/open.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/flyctl/open.txt -------------------------------------------------------------------------------- /flyctl/orgs-list.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/flyctl/orgs-list.txt -------------------------------------------------------------------------------- /flyctl/orgs-show.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/flyctl/orgs-show.txt -------------------------------------------------------------------------------- /flyctl/orgs.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/flyctl/orgs.txt -------------------------------------------------------------------------------- /flyctl/ping.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/flyctl/ping.txt -------------------------------------------------------------------------------- /flyctl/platform.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/flyctl/platform.txt -------------------------------------------------------------------------------- /flyctl/postgres.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/flyctl/postgres.txt -------------------------------------------------------------------------------- /flyctl/proxy.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/flyctl/proxy.txt -------------------------------------------------------------------------------- /flyctl/redis-list.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/flyctl/redis-list.txt -------------------------------------------------------------------------------- /flyctl/redis.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/flyctl/redis.txt -------------------------------------------------------------------------------- /flyctl/regions.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/flyctl/regions.txt -------------------------------------------------------------------------------- /flyctl/releases.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/flyctl/releases.txt -------------------------------------------------------------------------------- /flyctl/restart.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/flyctl/restart.txt -------------------------------------------------------------------------------- /flyctl/resume.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/flyctl/resume.txt -------------------------------------------------------------------------------- /flyctl/scale-show.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/flyctl/scale-show.txt -------------------------------------------------------------------------------- /flyctl/scale-vm.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/flyctl/scale-vm.txt -------------------------------------------------------------------------------- /flyctl/scale.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/flyctl/scale.txt -------------------------------------------------------------------------------- /flyctl/secrets.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/flyctl/secrets.txt -------------------------------------------------------------------------------- /flyctl/services.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/flyctl/services.txt -------------------------------------------------------------------------------- /flyctl/settings.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/flyctl/settings.txt -------------------------------------------------------------------------------- /flyctl/sftp-find.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/flyctl/sftp-find.txt -------------------------------------------------------------------------------- /flyctl/sftp-get.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/flyctl/sftp-get.txt -------------------------------------------------------------------------------- /flyctl/sftp-shell.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/flyctl/sftp-shell.txt -------------------------------------------------------------------------------- /flyctl/sftp.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/flyctl/sftp.txt -------------------------------------------------------------------------------- /flyctl/ssh-issue.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/flyctl/ssh-issue.txt -------------------------------------------------------------------------------- /flyctl/ssh-log.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/flyctl/ssh-log.txt -------------------------------------------------------------------------------- /flyctl/ssh-sftp.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/flyctl/ssh-sftp.txt -------------------------------------------------------------------------------- /flyctl/ssh.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/flyctl/ssh.txt -------------------------------------------------------------------------------- /flyctl/status.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/flyctl/status.txt -------------------------------------------------------------------------------- /flyctl/suspend.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/flyctl/suspend.txt -------------------------------------------------------------------------------- /flyctl/synthetics.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/flyctl/synthetics.txt -------------------------------------------------------------------------------- /flyctl/tokens.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/flyctl/tokens.txt -------------------------------------------------------------------------------- /flyctl/turboku.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/flyctl/turboku.txt -------------------------------------------------------------------------------- /flyctl/version.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/flyctl/version.txt -------------------------------------------------------------------------------- /flyctl/vm-restart.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/flyctl/vm-restart.txt -------------------------------------------------------------------------------- /flyctl/vm-status.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/flyctl/vm-status.txt -------------------------------------------------------------------------------- /flyctl/vm-stop.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/flyctl/vm-stop.txt -------------------------------------------------------------------------------- /flyctl/vm.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/flyctl/vm.txt -------------------------------------------------------------------------------- /flyctl/volumes.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/flyctl/volumes.txt -------------------------------------------------------------------------------- /flyctl/wireguard.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/flyctl/wireguard.txt -------------------------------------------------------------------------------- /github/github.graphql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/github/github.graphql -------------------------------------------------------------------------------- /requirements.txt: -------------------------------------------------------------------------------- 1 | griffe 2 | sqlite-utils 3 | -------------------------------------------------------------------------------- /sqlite3-help.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/sqlite3-help.md -------------------------------------------------------------------------------- /sqlite3_help.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/sqlite3_help.py -------------------------------------------------------------------------------- /vercel/alias.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/vercel/alias.txt -------------------------------------------------------------------------------- /vercel/billing.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/vercel/billing.txt -------------------------------------------------------------------------------- /vercel/bisect.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/vercel/bisect.txt -------------------------------------------------------------------------------- /vercel/certs.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/vercel/certs.txt -------------------------------------------------------------------------------- /vercel/dev.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/vercel/dev.txt -------------------------------------------------------------------------------- /vercel/dns.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/vercel/dns.txt -------------------------------------------------------------------------------- /vercel/domains.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/vercel/domains.txt -------------------------------------------------------------------------------- /vercel/env.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/vercel/env.txt -------------------------------------------------------------------------------- /vercel/git.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/vercel/git.txt -------------------------------------------------------------------------------- /vercel/index.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/vercel/index.txt -------------------------------------------------------------------------------- /vercel/init.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/vercel/init.txt -------------------------------------------------------------------------------- /vercel/inspect.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/vercel/inspect.txt -------------------------------------------------------------------------------- /vercel/link.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/vercel/link.txt -------------------------------------------------------------------------------- /vercel/logout.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/vercel/logout.txt -------------------------------------------------------------------------------- /vercel/logs.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/vercel/logs.txt -------------------------------------------------------------------------------- /vercel/ls.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/vercel/ls.txt -------------------------------------------------------------------------------- /vercel/projects.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/vercel/projects.txt -------------------------------------------------------------------------------- /vercel/promote.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/vercel/promote.txt -------------------------------------------------------------------------------- /vercel/pull.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/vercel/pull.txt -------------------------------------------------------------------------------- /vercel/redeploy.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/vercel/redeploy.txt -------------------------------------------------------------------------------- /vercel/rm.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/vercel/rm.txt -------------------------------------------------------------------------------- /vercel/rollback.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/vercel/rollback.txt -------------------------------------------------------------------------------- /vercel/secrets.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/vercel/secrets.txt -------------------------------------------------------------------------------- /vercel/teams.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/vercel/teams.txt -------------------------------------------------------------------------------- /vercel/whoami.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/vercel/whoami.txt -------------------------------------------------------------------------------- /vercel_commands.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/help-scraper/HEAD/vercel_commands.py --------------------------------------------------------------------------------