@rio-cloud/cdk-v2-constructs 8.0.0 → 8.0.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.jsii +201 -8
- package/lib/contributions/team-transport-two/datadog-synthetics/datadog-synthetics-test-custom-resource/handler.cjs +12840 -11026
- package/lib/datadogv2/secret-locator-custom-resource/on-create.cjs +13300 -11334
- package/lib/datadogv2/service-catalog-custom-resource/on-create.cjs +13139 -11325
- package/lib/fargate/codedeploy-custom-resources/create-deployment-is-complete.cjs +12298 -10499
- package/lib/fargate/codedeploy-custom-resources/create-deployment-on-create.cjs +12298 -10499
- package/lib/fargate/codedeploy-custom-resources/run-monitoring-test-suite-runner.cjs +15137 -12200
- package/lib/watchful/targetgroup.js +2 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/auth/httpAuthSchemeProvider.js +2 -2
- package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/endpoint/bdd.js +52 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/endpoint/endpointResolver.js +2 -2
- package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/runtimeConfig.js +4 -3
- package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/runtimeConfig.shared.js +2 -2
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/CloudFormation.js +8 -8
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/auth/httpAuthSchemeProvider.js +1 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/endpoint/bdd.js +49 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/endpoint/endpointResolver.js +3 -3
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/runtimeConfig.js +2 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/runtimeConfig.shared.js +1 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/waiters/waitForChangeSetCreateComplete.js +1 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/waiters/waitForStackCreateComplete.js +1 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/waiters/waitForStackDeleteComplete.js +1 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/waiters/waitForStackExists.js +1 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/waiters/waitForStackImportComplete.js +1 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/waiters/waitForStackRefactorCreateComplete.js +1 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/waiters/waitForStackRefactorExecuteComplete.js +1 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/waiters/waitForStackRollbackComplete.js +1 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/waiters/waitForStackUpdateComplete.js +1 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/waiters/waitForTypeRegistrationComplete.js +1 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/CloudFormation.d.ts +90 -90
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/CloudFormationClient.d.ts +93 -93
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/auth/httpAuthExtensionConfiguration.d.ts +1 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/auth/httpAuthSchemeProvider.d.ts +1 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/endpoint/bdd.d.ts +2 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/index.d.ts +1 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/models/models_0.d.ts +1 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/pagination/DescribeAccountLimitsPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/pagination/DescribeChangeSetPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/pagination/DescribeEventsPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/pagination/DescribeStackEventsPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/pagination/DescribeStackResourceDriftsPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/pagination/DescribeStacksPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/pagination/ListChangeSetsPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/pagination/ListExportsPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/pagination/ListGeneratedTemplatesPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/pagination/ListImportsPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/pagination/ListResourceScanRelatedResourcesPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/pagination/ListResourceScanResourcesPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/pagination/ListResourceScansPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/pagination/ListStackInstancesPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/pagination/ListStackRefactorActionsPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/pagination/ListStackRefactorsPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/pagination/ListStackResourcesPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/pagination/ListStackSetOperationResultsPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/pagination/ListStackSetOperationsPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/pagination/ListStackSetsPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/pagination/ListStacksPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/pagination/ListTypeRegistrationsPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/pagination/ListTypeVersionsPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/pagination/ListTypesPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/runtimeConfig.browser.d.ts +1 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/runtimeConfig.d.ts +1 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/runtimeConfig.native.d.ts +1 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/CloudFormationClient.d.ts +2 -3
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +1 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/auth/httpAuthSchemeProvider.d.ts +1 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/endpoint/bdd.d.ts +2 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/runtimeConfig.browser.d.ts +1 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/runtimeConfig.d.ts +1 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/runtimeConfig.native.d.ts +1 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/waiters/waitForChangeSetCreateComplete.d.ts +3 -3
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/waiters/waitForStackCreateComplete.d.ts +3 -3
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/waiters/waitForStackDeleteComplete.d.ts +3 -3
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/waiters/waitForStackExists.d.ts +3 -3
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/waiters/waitForStackImportComplete.d.ts +3 -3
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/waiters/waitForStackRefactorCreateComplete.d.ts +3 -3
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/waiters/waitForStackRefactorExecuteComplete.d.ts +3 -3
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/waiters/waitForStackRollbackComplete.d.ts +3 -3
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/waiters/waitForStackUpdateComplete.d.ts +3 -3
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/waiters/waitForTypeRegistrationComplete.d.ts +3 -3
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/util-retry/dist-cjs/index.js +149 -84
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/util-retry/dist-es/AdaptiveRetryStrategy.js +10 -4
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/util-retry/dist-es/ConfiguredRetryStrategy.js +2 -2
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/util-retry/dist-es/DefaultRateLimiter.js +30 -29
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/util-retry/dist-es/DefaultRetryBackoffStrategy.js +14 -0
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/util-retry/dist-es/DefaultRetryToken.js +25 -0
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/util-retry/dist-es/StandardRetryStrategy.js +56 -30
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/util-retry/dist-es/index.js +1 -0
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/util-retry/dist-es/retries-2026-config.js +18 -0
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/util-retry/dist-types/AdaptiveRetryStrategy.d.ts +13 -8
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/util-retry/dist-types/ConfiguredRetryStrategy.d.ts +2 -2
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/util-retry/dist-types/DefaultRateLimiter.d.ts +78 -8
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/util-retry/dist-types/DefaultRetryBackoffStrategy.d.ts +12 -0
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/util-retry/dist-types/DefaultRetryToken.d.ts +15 -0
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/util-retry/dist-types/StandardRetryStrategy.d.ts +35 -5
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/util-retry/dist-types/config.d.ts +4 -4
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/util-retry/dist-types/constants.d.ts +15 -14
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/util-retry/dist-types/index.d.ts +1 -0
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/util-retry/dist-types/retries-2026-config.d.ts +11 -0
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/util-retry/dist-types/types.d.ts +1 -1
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/util-retry/package.json +10 -11
- package/node_modules/@aws-sdk/client-cloudformation/package.json +34 -34
- package/node_modules/@aws-sdk/client-codedeploy/dist-cjs/auth/httpAuthSchemeProvider.js +2 -2
- package/node_modules/@aws-sdk/client-codedeploy/dist-cjs/endpoint/bdd.js +49 -0
- package/node_modules/@aws-sdk/client-codedeploy/dist-cjs/endpoint/endpointResolver.js +2 -2
- package/node_modules/@aws-sdk/client-codedeploy/dist-cjs/runtimeConfig.js +4 -3
- package/node_modules/@aws-sdk/client-codedeploy/dist-cjs/runtimeConfig.shared.js +2 -2
- package/node_modules/@aws-sdk/client-codedeploy/dist-es/CodeDeploy.js +1 -1
- package/node_modules/@aws-sdk/client-codedeploy/dist-es/auth/httpAuthSchemeProvider.js +1 -1
- package/node_modules/@aws-sdk/client-codedeploy/dist-es/endpoint/bdd.js +46 -0
- package/node_modules/@aws-sdk/client-codedeploy/dist-es/endpoint/endpointResolver.js +3 -3
- package/node_modules/@aws-sdk/client-codedeploy/dist-es/runtimeConfig.js +2 -1
- package/node_modules/@aws-sdk/client-codedeploy/dist-es/runtimeConfig.shared.js +1 -1
- package/node_modules/@aws-sdk/client-codedeploy/dist-es/waiters/waitForDeploymentSuccessful.js +1 -1
- package/node_modules/@aws-sdk/client-codedeploy/dist-types/CodeDeploy.d.ts +47 -47
- package/node_modules/@aws-sdk/client-codedeploy/dist-types/CodeDeployClient.d.ts +50 -50
- package/node_modules/@aws-sdk/client-codedeploy/dist-types/auth/httpAuthExtensionConfiguration.d.ts +1 -1
- package/node_modules/@aws-sdk/client-codedeploy/dist-types/auth/httpAuthSchemeProvider.d.ts +1 -1
- package/node_modules/@aws-sdk/client-codedeploy/dist-types/endpoint/bdd.d.ts +2 -0
- package/node_modules/@aws-sdk/client-codedeploy/dist-types/index.d.ts +1 -1
- package/node_modules/@aws-sdk/client-codedeploy/dist-types/models/models_0.d.ts +1 -1
- package/node_modules/@aws-sdk/client-codedeploy/dist-types/pagination/ListApplicationRevisionsPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-codedeploy/dist-types/pagination/ListApplicationsPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-codedeploy/dist-types/pagination/ListDeploymentConfigsPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-codedeploy/dist-types/pagination/ListDeploymentGroupsPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-codedeploy/dist-types/pagination/ListDeploymentInstancesPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-codedeploy/dist-types/pagination/ListDeploymentsPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-codedeploy/dist-types/runtimeConfig.browser.d.ts +1 -1
- package/node_modules/@aws-sdk/client-codedeploy/dist-types/runtimeConfig.d.ts +1 -1
- package/node_modules/@aws-sdk/client-codedeploy/dist-types/runtimeConfig.native.d.ts +1 -1
- package/node_modules/@aws-sdk/client-codedeploy/dist-types/ts3.4/CodeDeployClient.d.ts +2 -3
- package/node_modules/@aws-sdk/client-codedeploy/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +1 -1
- package/node_modules/@aws-sdk/client-codedeploy/dist-types/ts3.4/auth/httpAuthSchemeProvider.d.ts +1 -1
- package/node_modules/@aws-sdk/client-codedeploy/dist-types/ts3.4/endpoint/bdd.d.ts +2 -0
- package/node_modules/@aws-sdk/client-codedeploy/dist-types/ts3.4/runtimeConfig.browser.d.ts +1 -1
- package/node_modules/@aws-sdk/client-codedeploy/dist-types/ts3.4/runtimeConfig.d.ts +1 -1
- package/node_modules/@aws-sdk/client-codedeploy/dist-types/ts3.4/runtimeConfig.native.d.ts +1 -1
- package/node_modules/@aws-sdk/client-codedeploy/dist-types/waiters/waitForDeploymentSuccessful.d.ts +3 -3
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@smithy/util-retry/dist-cjs/index.js +149 -84
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@smithy/util-retry/dist-es/AdaptiveRetryStrategy.js +10 -4
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@smithy/util-retry/dist-es/ConfiguredRetryStrategy.js +2 -2
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@smithy/util-retry/dist-es/DefaultRateLimiter.js +30 -29
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@smithy/util-retry/dist-es/DefaultRetryBackoffStrategy.js +14 -0
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@smithy/util-retry/dist-es/DefaultRetryToken.js +25 -0
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@smithy/util-retry/dist-es/StandardRetryStrategy.js +56 -30
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@smithy/util-retry/dist-es/index.js +1 -0
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@smithy/util-retry/dist-es/retries-2026-config.js +18 -0
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@smithy/util-retry/dist-types/AdaptiveRetryStrategy.d.ts +13 -8
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@smithy/util-retry/dist-types/ConfiguredRetryStrategy.d.ts +2 -2
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@smithy/util-retry/dist-types/DefaultRateLimiter.d.ts +78 -8
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@smithy/util-retry/dist-types/DefaultRetryBackoffStrategy.d.ts +12 -0
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@smithy/util-retry/dist-types/DefaultRetryToken.d.ts +15 -0
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@smithy/util-retry/dist-types/StandardRetryStrategy.d.ts +35 -5
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@smithy/util-retry/dist-types/config.d.ts +4 -4
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@smithy/util-retry/dist-types/constants.d.ts +15 -14
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@smithy/util-retry/dist-types/index.d.ts +1 -0
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@smithy/util-retry/dist-types/retries-2026-config.d.ts +11 -0
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@smithy/util-retry/dist-types/types.d.ts +1 -1
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@smithy/util-retry/package.json +10 -11
- package/node_modules/@aws-sdk/client-codedeploy/package.json +34 -34
- package/node_modules/@aws-sdk/client-ecs/README.md +91 -7
- package/node_modules/@aws-sdk/client-ecs/dist-cjs/auth/httpAuthSchemeProvider.js +2 -2
- package/node_modules/@aws-sdk/client-ecs/dist-cjs/endpoint/bdd.js +49 -0
- package/node_modules/@aws-sdk/client-ecs/dist-cjs/endpoint/endpointResolver.js +2 -2
- package/node_modules/@aws-sdk/client-ecs/dist-cjs/index.js +535 -33
- package/node_modules/@aws-sdk/client-ecs/dist-cjs/models/errors.js +37 -11
- package/node_modules/@aws-sdk/client-ecs/dist-cjs/runtimeConfig.js +4 -3
- package/node_modules/@aws-sdk/client-ecs/dist-cjs/runtimeConfig.shared.js +2 -2
- package/node_modules/@aws-sdk/client-ecs/dist-cjs/schemas/schemas_0.js +575 -138
- package/node_modules/@aws-sdk/client-ecs/dist-es/ECS.js +35 -1
- package/node_modules/@aws-sdk/client-ecs/dist-es/auth/httpAuthSchemeProvider.js +1 -1
- package/node_modules/@aws-sdk/client-ecs/dist-es/commands/CreateDaemonCommand.js +16 -0
- package/node_modules/@aws-sdk/client-ecs/dist-es/commands/DeleteDaemonCommand.js +16 -0
- package/node_modules/@aws-sdk/client-ecs/dist-es/commands/DeleteDaemonTaskDefinitionCommand.js +16 -0
- package/node_modules/@aws-sdk/client-ecs/dist-es/commands/DescribeDaemonCommand.js +16 -0
- package/node_modules/@aws-sdk/client-ecs/dist-es/commands/DescribeDaemonDeploymentsCommand.js +16 -0
- package/node_modules/@aws-sdk/client-ecs/dist-es/commands/DescribeDaemonRevisionsCommand.js +16 -0
- package/node_modules/@aws-sdk/client-ecs/dist-es/commands/DescribeDaemonTaskDefinitionCommand.js +16 -0
- package/node_modules/@aws-sdk/client-ecs/dist-es/commands/ListDaemonDeploymentsCommand.js +16 -0
- package/node_modules/@aws-sdk/client-ecs/dist-es/commands/ListDaemonTaskDefinitionsCommand.js +16 -0
- package/node_modules/@aws-sdk/client-ecs/dist-es/commands/ListDaemonsCommand.js +16 -0
- package/node_modules/@aws-sdk/client-ecs/dist-es/commands/RegisterDaemonTaskDefinitionCommand.js +16 -0
- package/node_modules/@aws-sdk/client-ecs/dist-es/commands/UpdateDaemonCommand.js +16 -0
- package/node_modules/@aws-sdk/client-ecs/dist-es/commands/index.js +12 -0
- package/node_modules/@aws-sdk/client-ecs/dist-es/endpoint/bdd.js +46 -0
- package/node_modules/@aws-sdk/client-ecs/dist-es/endpoint/endpointResolver.js +3 -3
- package/node_modules/@aws-sdk/client-ecs/dist-es/index.js +1 -0
- package/node_modules/@aws-sdk/client-ecs/dist-es/models/enums.js +76 -33
- package/node_modules/@aws-sdk/client-ecs/dist-es/models/errors.js +32 -8
- package/node_modules/@aws-sdk/client-ecs/dist-es/runtimeConfig.js +2 -1
- package/node_modules/@aws-sdk/client-ecs/dist-es/runtimeConfig.shared.js +1 -1
- package/node_modules/@aws-sdk/client-ecs/dist-es/schemas/schemas_0.js +567 -131
- package/node_modules/@aws-sdk/client-ecs/dist-es/waiters/index.js +5 -0
- package/node_modules/@aws-sdk/client-ecs/dist-es/waiters/waitForDaemonActive.js +40 -0
- package/node_modules/@aws-sdk/client-ecs/dist-es/waiters/waitForDaemonDeploymentStopped.js +54 -0
- package/node_modules/@aws-sdk/client-ecs/dist-es/waiters/waitForDaemonDeploymentSuccessful.js +99 -0
- package/node_modules/@aws-sdk/client-ecs/dist-es/waiters/waitForDaemonTaskDefinitionActive.js +49 -0
- package/node_modules/@aws-sdk/client-ecs/dist-es/waiters/waitForDaemonTaskDefinitionDeleted.js +31 -0
- package/node_modules/@aws-sdk/client-ecs/dist-es/waiters/waitForServicesInactive.js +1 -1
- package/node_modules/@aws-sdk/client-ecs/dist-es/waiters/waitForServicesStable.js +1 -1
- package/node_modules/@aws-sdk/client-ecs/dist-es/waiters/waitForTasksRunning.js +1 -1
- package/node_modules/@aws-sdk/client-ecs/dist-es/waiters/waitForTasksStopped.js +1 -1
- package/node_modules/@aws-sdk/client-ecs/dist-types/ECS.d.ts +180 -64
- package/node_modules/@aws-sdk/client-ecs/dist-types/ECSClient.d.ts +81 -69
- package/node_modules/@aws-sdk/client-ecs/dist-types/auth/httpAuthExtensionConfiguration.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ecs/dist-types/auth/httpAuthSchemeProvider.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ecs/dist-types/commands/CreateCapacityProviderCommand.d.ts +15 -0
- package/node_modules/@aws-sdk/client-ecs/dist-types/commands/CreateClusterCommand.d.ts +3 -0
- package/node_modules/@aws-sdk/client-ecs/dist-types/commands/CreateDaemonCommand.d.ts +150 -0
- package/node_modules/@aws-sdk/client-ecs/dist-types/commands/CreateTaskSetCommand.d.ts +4 -1
- package/node_modules/@aws-sdk/client-ecs/dist-types/commands/DeleteAccountSettingCommand.d.ts +3 -0
- package/node_modules/@aws-sdk/client-ecs/dist-types/commands/DeleteAttributesCommand.d.ts +9 -0
- package/node_modules/@aws-sdk/client-ecs/dist-types/commands/DeleteCapacityProviderCommand.d.ts +12 -0
- package/node_modules/@aws-sdk/client-ecs/dist-types/commands/DeleteClusterCommand.d.ts +3 -0
- package/node_modules/@aws-sdk/client-ecs/dist-types/commands/DeleteDaemonCommand.d.ts +121 -0
- package/node_modules/@aws-sdk/client-ecs/dist-types/commands/DeleteDaemonTaskDefinitionCommand.d.ts +101 -0
- package/node_modules/@aws-sdk/client-ecs/dist-types/commands/DeleteServiceCommand.d.ts +3 -0
- package/node_modules/@aws-sdk/client-ecs/dist-types/commands/DeleteTaskDefinitionsCommand.d.ts +9 -1
- package/node_modules/@aws-sdk/client-ecs/dist-types/commands/DeleteTaskSetCommand.d.ts +4 -1
- package/node_modules/@aws-sdk/client-ecs/dist-types/commands/DeregisterContainerInstanceCommand.d.ts +5 -1
- package/node_modules/@aws-sdk/client-ecs/dist-types/commands/DeregisterTaskDefinitionCommand.d.ts +10 -0
- package/node_modules/@aws-sdk/client-ecs/dist-types/commands/DescribeCapacityProvidersCommand.d.ts +9 -0
- package/node_modules/@aws-sdk/client-ecs/dist-types/commands/DescribeClustersCommand.d.ts +3 -0
- package/node_modules/@aws-sdk/client-ecs/dist-types/commands/DescribeContainerInstancesCommand.d.ts +5 -1
- package/node_modules/@aws-sdk/client-ecs/dist-types/commands/DescribeDaemonCommand.d.ts +148 -0
- package/node_modules/@aws-sdk/client-ecs/dist-types/commands/DescribeDaemonDeploymentsCommand.d.ts +229 -0
- package/node_modules/@aws-sdk/client-ecs/dist-types/commands/DescribeDaemonRevisionsCommand.d.ts +155 -0
- package/node_modules/@aws-sdk/client-ecs/dist-types/commands/DescribeDaemonTaskDefinitionCommand.d.ts +286 -0
- package/node_modules/@aws-sdk/client-ecs/dist-types/commands/DescribeServicesCommand.d.ts +3 -0
- package/node_modules/@aws-sdk/client-ecs/dist-types/commands/DescribeTaskDefinitionCommand.d.ts +10 -0
- package/node_modules/@aws-sdk/client-ecs/dist-types/commands/DescribeTaskSetsCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ecs/dist-types/commands/DescribeTasksCommand.d.ts +4 -1
- package/node_modules/@aws-sdk/client-ecs/dist-types/commands/DiscoverPollEndpointCommand.d.ts +6 -0
- package/node_modules/@aws-sdk/client-ecs/dist-types/commands/GetTaskProtectionCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ecs/dist-types/commands/ListAccountSettingsCommand.d.ts +3 -0
- package/node_modules/@aws-sdk/client-ecs/dist-types/commands/ListAttributesCommand.d.ts +9 -0
- package/node_modules/@aws-sdk/client-ecs/dist-types/commands/ListClustersCommand.d.ts +3 -0
- package/node_modules/@aws-sdk/client-ecs/dist-types/commands/ListContainerInstancesCommand.d.ts +3 -0
- package/node_modules/@aws-sdk/client-ecs/dist-types/commands/ListDaemonDeploymentsCommand.d.ts +145 -0
- package/node_modules/@aws-sdk/client-ecs/dist-types/commands/ListDaemonTaskDefinitionsCommand.d.ts +129 -0
- package/node_modules/@aws-sdk/client-ecs/dist-types/commands/ListDaemonsCommand.d.ts +133 -0
- package/node_modules/@aws-sdk/client-ecs/dist-types/commands/ListServiceDeploymentsCommand.d.ts +3 -0
- package/node_modules/@aws-sdk/client-ecs/dist-types/commands/ListServicesByNamespaceCommand.d.ts +3 -0
- package/node_modules/@aws-sdk/client-ecs/dist-types/commands/ListServicesCommand.d.ts +3 -0
- package/node_modules/@aws-sdk/client-ecs/dist-types/commands/ListTagsForResourceCommand.d.ts +3 -0
- package/node_modules/@aws-sdk/client-ecs/dist-types/commands/ListTaskDefinitionFamiliesCommand.d.ts +3 -0
- package/node_modules/@aws-sdk/client-ecs/dist-types/commands/ListTaskDefinitionsCommand.d.ts +4 -1
- package/node_modules/@aws-sdk/client-ecs/dist-types/commands/ListTasksCommand.d.ts +4 -0
- package/node_modules/@aws-sdk/client-ecs/dist-types/commands/PutAccountSettingCommand.d.ts +3 -0
- package/node_modules/@aws-sdk/client-ecs/dist-types/commands/PutAccountSettingDefaultCommand.d.ts +3 -0
- package/node_modules/@aws-sdk/client-ecs/dist-types/commands/PutAttributesCommand.d.ts +9 -0
- package/node_modules/@aws-sdk/client-ecs/dist-types/commands/PutClusterCapacityProvidersCommand.d.ts +3 -0
- package/node_modules/@aws-sdk/client-ecs/dist-types/commands/RegisterContainerInstanceCommand.d.ts +8 -1
- package/node_modules/@aws-sdk/client-ecs/dist-types/commands/RegisterDaemonTaskDefinitionCommand.d.ts +277 -0
- package/node_modules/@aws-sdk/client-ecs/dist-types/commands/RegisterTaskDefinitionCommand.d.ts +20 -1
- package/node_modules/@aws-sdk/client-ecs/dist-types/commands/RunTaskCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ecs/dist-types/commands/StartTaskCommand.d.ts +7 -1
- package/node_modules/@aws-sdk/client-ecs/dist-types/commands/StopTaskCommand.d.ts +4 -1
- package/node_modules/@aws-sdk/client-ecs/dist-types/commands/SubmitAttachmentStateChangesCommand.d.ts +3 -0
- package/node_modules/@aws-sdk/client-ecs/dist-types/commands/SubmitContainerStateChangeCommand.d.ts +6 -0
- package/node_modules/@aws-sdk/client-ecs/dist-types/commands/SubmitTaskStateChangeCommand.d.ts +3 -0
- package/node_modules/@aws-sdk/client-ecs/dist-types/commands/TagResourceCommand.d.ts +6 -0
- package/node_modules/@aws-sdk/client-ecs/dist-types/commands/UntagResourceCommand.d.ts +4 -1
- package/node_modules/@aws-sdk/client-ecs/dist-types/commands/UpdateCapacityProviderCommand.d.ts +15 -0
- package/node_modules/@aws-sdk/client-ecs/dist-types/commands/UpdateClusterCommand.d.ts +3 -0
- package/node_modules/@aws-sdk/client-ecs/dist-types/commands/UpdateClusterSettingsCommand.d.ts +6 -0
- package/node_modules/@aws-sdk/client-ecs/dist-types/commands/UpdateContainerAgentCommand.d.ts +5 -1
- package/node_modules/@aws-sdk/client-ecs/dist-types/commands/UpdateContainerInstancesStateCommand.d.ts +5 -1
- package/node_modules/@aws-sdk/client-ecs/dist-types/commands/UpdateDaemonCommand.d.ts +149 -0
- package/node_modules/@aws-sdk/client-ecs/dist-types/commands/UpdateTaskProtectionCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ecs/dist-types/commands/UpdateTaskSetCommand.d.ts +4 -1
- package/node_modules/@aws-sdk/client-ecs/dist-types/commands/index.d.ts +12 -0
- package/node_modules/@aws-sdk/client-ecs/dist-types/endpoint/bdd.d.ts +2 -0
- package/node_modules/@aws-sdk/client-ecs/dist-types/index.d.ts +2 -1
- package/node_modules/@aws-sdk/client-ecs/dist-types/models/enums.d.ts +167 -60
- package/node_modules/@aws-sdk/client-ecs/dist-types/models/errors.d.ts +32 -8
- package/node_modules/@aws-sdk/client-ecs/dist-types/models/models_0.d.ts +2653 -2595
- package/node_modules/@aws-sdk/client-ecs/dist-types/models/models_1.d.ts +1299 -0
- package/node_modules/@aws-sdk/client-ecs/dist-types/pagination/ListAccountSettingsPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ecs/dist-types/pagination/ListAttributesPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ecs/dist-types/pagination/ListClustersPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ecs/dist-types/pagination/ListContainerInstancesPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ecs/dist-types/pagination/ListServicesByNamespacePaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ecs/dist-types/pagination/ListServicesPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ecs/dist-types/pagination/ListTaskDefinitionFamiliesPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ecs/dist-types/pagination/ListTaskDefinitionsPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ecs/dist-types/pagination/ListTasksPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ecs/dist-types/runtimeConfig.browser.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ecs/dist-types/runtimeConfig.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ecs/dist-types/runtimeConfig.native.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ecs/dist-types/schemas/schemas_0.d.ts +61 -0
- package/node_modules/@aws-sdk/client-ecs/dist-types/ts3.4/ECS.d.ts +251 -0
- package/node_modules/@aws-sdk/client-ecs/dist-types/ts3.4/ECSClient.d.ts +74 -3
- package/node_modules/@aws-sdk/client-ecs/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ecs/dist-types/ts3.4/auth/httpAuthSchemeProvider.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ecs/dist-types/ts3.4/commands/CreateDaemonCommand.d.ts +47 -0
- package/node_modules/@aws-sdk/client-ecs/dist-types/ts3.4/commands/CreateTaskSetCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ecs/dist-types/ts3.4/commands/DeleteDaemonCommand.d.ts +47 -0
- package/node_modules/@aws-sdk/client-ecs/dist-types/ts3.4/commands/DeleteDaemonTaskDefinitionCommand.d.ts +51 -0
- package/node_modules/@aws-sdk/client-ecs/dist-types/ts3.4/commands/DeleteTaskDefinitionsCommand.d.ts +2 -4
- package/node_modules/@aws-sdk/client-ecs/dist-types/ts3.4/commands/DeleteTaskSetCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ecs/dist-types/ts3.4/commands/DescribeDaemonCommand.d.ts +50 -0
- package/node_modules/@aws-sdk/client-ecs/dist-types/ts3.4/commands/DescribeDaemonDeploymentsCommand.d.ts +51 -0
- package/node_modules/@aws-sdk/client-ecs/dist-types/ts3.4/commands/DescribeDaemonRevisionsCommand.d.ts +51 -0
- package/node_modules/@aws-sdk/client-ecs/dist-types/ts3.4/commands/DescribeDaemonTaskDefinitionCommand.d.ts +51 -0
- package/node_modules/@aws-sdk/client-ecs/dist-types/ts3.4/commands/DescribeTaskSetsCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ecs/dist-types/ts3.4/commands/DescribeTasksCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ecs/dist-types/ts3.4/commands/GetTaskProtectionCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ecs/dist-types/ts3.4/commands/ListDaemonDeploymentsCommand.d.ts +51 -0
- package/node_modules/@aws-sdk/client-ecs/dist-types/ts3.4/commands/ListDaemonTaskDefinitionsCommand.d.ts +51 -0
- package/node_modules/@aws-sdk/client-ecs/dist-types/ts3.4/commands/ListDaemonsCommand.d.ts +47 -0
- package/node_modules/@aws-sdk/client-ecs/dist-types/ts3.4/commands/ListTaskDefinitionsCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ecs/dist-types/ts3.4/commands/RegisterDaemonTaskDefinitionCommand.d.ts +51 -0
- package/node_modules/@aws-sdk/client-ecs/dist-types/ts3.4/commands/RegisterTaskDefinitionCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ecs/dist-types/ts3.4/commands/RunTaskCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ecs/dist-types/ts3.4/commands/StartTaskCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ecs/dist-types/ts3.4/commands/StopTaskCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ecs/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ecs/dist-types/ts3.4/commands/UpdateDaemonCommand.d.ts +47 -0
- package/node_modules/@aws-sdk/client-ecs/dist-types/ts3.4/commands/UpdateTaskProtectionCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ecs/dist-types/ts3.4/commands/UpdateTaskSetCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ecs/dist-types/ts3.4/commands/index.d.ts +12 -0
- package/node_modules/@aws-sdk/client-ecs/dist-types/ts3.4/endpoint/bdd.d.ts +2 -0
- package/node_modules/@aws-sdk/client-ecs/dist-types/ts3.4/index.d.ts +1 -0
- package/node_modules/@aws-sdk/client-ecs/dist-types/ts3.4/models/enums.d.ts +98 -40
- package/node_modules/@aws-sdk/client-ecs/dist-types/ts3.4/models/errors.d.ts +21 -7
- package/node_modules/@aws-sdk/client-ecs/dist-types/ts3.4/models/models_0.d.ts +361 -334
- package/node_modules/@aws-sdk/client-ecs/dist-types/ts3.4/models/models_1.d.ts +335 -0
- package/node_modules/@aws-sdk/client-ecs/dist-types/ts3.4/runtimeConfig.browser.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ecs/dist-types/ts3.4/runtimeConfig.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ecs/dist-types/ts3.4/runtimeConfig.native.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ecs/dist-types/ts3.4/schemas/schemas_0.d.ts +61 -0
- package/node_modules/@aws-sdk/client-ecs/dist-types/ts3.4/waiters/index.d.ts +5 -0
- package/node_modules/@aws-sdk/client-ecs/dist-types/ts3.4/waiters/waitForDaemonActive.d.ts +11 -0
- package/node_modules/@aws-sdk/client-ecs/dist-types/ts3.4/waiters/waitForDaemonDeploymentStopped.d.ts +11 -0
- package/node_modules/@aws-sdk/client-ecs/dist-types/ts3.4/waiters/waitForDaemonDeploymentSuccessful.d.ts +11 -0
- package/node_modules/@aws-sdk/client-ecs/dist-types/ts3.4/waiters/waitForDaemonTaskDefinitionActive.d.ts +11 -0
- package/node_modules/@aws-sdk/client-ecs/dist-types/ts3.4/waiters/waitForDaemonTaskDefinitionDeleted.d.ts +11 -0
- package/node_modules/@aws-sdk/client-ecs/dist-types/waiters/index.d.ts +5 -0
- package/node_modules/@aws-sdk/client-ecs/dist-types/waiters/waitForDaemonActive.d.ts +14 -0
- package/node_modules/@aws-sdk/client-ecs/dist-types/waiters/waitForDaemonDeploymentStopped.d.ts +14 -0
- package/node_modules/@aws-sdk/client-ecs/dist-types/waiters/waitForDaemonDeploymentSuccessful.d.ts +14 -0
- package/node_modules/@aws-sdk/client-ecs/dist-types/waiters/waitForDaemonTaskDefinitionActive.d.ts +14 -0
- package/node_modules/@aws-sdk/client-ecs/dist-types/waiters/waitForDaemonTaskDefinitionDeleted.d.ts +14 -0
- package/node_modules/@aws-sdk/client-ecs/dist-types/waiters/waitForServicesInactive.d.ts +3 -3
- package/node_modules/@aws-sdk/client-ecs/dist-types/waiters/waitForServicesStable.d.ts +3 -3
- package/node_modules/@aws-sdk/client-ecs/dist-types/waiters/waitForTasksRunning.d.ts +3 -3
- package/node_modules/@aws-sdk/client-ecs/dist-types/waiters/waitForTasksStopped.d.ts +3 -3
- package/node_modules/@aws-sdk/client-ecs/node_modules/@smithy/util-retry/dist-cjs/index.js +149 -84
- package/node_modules/@aws-sdk/client-ecs/node_modules/@smithy/util-retry/dist-es/AdaptiveRetryStrategy.js +10 -4
- package/node_modules/@aws-sdk/client-ecs/node_modules/@smithy/util-retry/dist-es/ConfiguredRetryStrategy.js +2 -2
- package/node_modules/@aws-sdk/client-ecs/node_modules/@smithy/util-retry/dist-es/DefaultRateLimiter.js +30 -29
- package/node_modules/@aws-sdk/client-ecs/node_modules/@smithy/util-retry/dist-es/DefaultRetryBackoffStrategy.js +14 -0
- package/node_modules/@aws-sdk/client-ecs/node_modules/@smithy/util-retry/dist-es/DefaultRetryToken.js +25 -0
- package/node_modules/@aws-sdk/client-ecs/node_modules/@smithy/util-retry/dist-es/StandardRetryStrategy.js +56 -30
- package/node_modules/@aws-sdk/client-ecs/node_modules/@smithy/util-retry/dist-es/index.js +1 -0
- package/node_modules/@aws-sdk/client-ecs/node_modules/@smithy/util-retry/dist-es/retries-2026-config.js +18 -0
- package/node_modules/@aws-sdk/client-ecs/node_modules/@smithy/util-retry/dist-types/AdaptiveRetryStrategy.d.ts +13 -8
- package/node_modules/@aws-sdk/client-ecs/node_modules/@smithy/util-retry/dist-types/ConfiguredRetryStrategy.d.ts +2 -2
- package/node_modules/@aws-sdk/client-ecs/node_modules/@smithy/util-retry/dist-types/DefaultRateLimiter.d.ts +78 -8
- package/node_modules/@aws-sdk/client-ecs/node_modules/@smithy/util-retry/dist-types/DefaultRetryBackoffStrategy.d.ts +12 -0
- package/node_modules/@aws-sdk/client-ecs/node_modules/@smithy/util-retry/dist-types/DefaultRetryToken.d.ts +15 -0
- package/node_modules/@aws-sdk/client-ecs/node_modules/@smithy/util-retry/dist-types/StandardRetryStrategy.d.ts +35 -5
- package/node_modules/@aws-sdk/client-ecs/node_modules/@smithy/util-retry/dist-types/config.d.ts +4 -4
- package/node_modules/@aws-sdk/client-ecs/node_modules/@smithy/util-retry/dist-types/constants.d.ts +15 -14
- package/node_modules/@aws-sdk/client-ecs/node_modules/@smithy/util-retry/dist-types/index.d.ts +1 -0
- package/node_modules/@aws-sdk/client-ecs/node_modules/@smithy/util-retry/dist-types/retries-2026-config.d.ts +11 -0
- package/node_modules/@aws-sdk/client-ecs/node_modules/@smithy/util-retry/dist-types/types.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ecs/node_modules/@smithy/util-retry/package.json +10 -11
- package/node_modules/@aws-sdk/client-ecs/package.json +34 -34
- package/node_modules/@aws-sdk/client-organizations/dist-cjs/auth/httpAuthSchemeProvider.js +2 -2
- package/node_modules/@aws-sdk/client-organizations/dist-cjs/endpoint/bdd.js +70 -0
- package/node_modules/@aws-sdk/client-organizations/dist-cjs/endpoint/endpointResolver.js +2 -2
- package/node_modules/@aws-sdk/client-organizations/dist-cjs/runtimeConfig.js +4 -3
- package/node_modules/@aws-sdk/client-organizations/dist-cjs/runtimeConfig.shared.js +2 -2
- package/node_modules/@aws-sdk/client-organizations/dist-cjs/schemas/schemas_0.js +15 -13
- package/node_modules/@aws-sdk/client-organizations/dist-es/Organizations.js +3 -3
- package/node_modules/@aws-sdk/client-organizations/dist-es/auth/httpAuthSchemeProvider.js +1 -1
- package/node_modules/@aws-sdk/client-organizations/dist-es/endpoint/bdd.js +67 -0
- package/node_modules/@aws-sdk/client-organizations/dist-es/endpoint/endpointResolver.js +3 -3
- package/node_modules/@aws-sdk/client-organizations/dist-es/runtimeConfig.js +2 -1
- package/node_modules/@aws-sdk/client-organizations/dist-es/runtimeConfig.shared.js +1 -1
- package/node_modules/@aws-sdk/client-organizations/dist-es/schemas/schemas_0.js +15 -13
- package/node_modules/@aws-sdk/client-organizations/dist-types/Organizations.d.ts +63 -63
- package/node_modules/@aws-sdk/client-organizations/dist-types/OrganizationsClient.d.ts +66 -66
- package/node_modules/@aws-sdk/client-organizations/dist-types/auth/httpAuthExtensionConfiguration.d.ts +1 -1
- package/node_modules/@aws-sdk/client-organizations/dist-types/auth/httpAuthSchemeProvider.d.ts +1 -1
- package/node_modules/@aws-sdk/client-organizations/dist-types/commands/CloseAccountCommand.d.ts +2 -2
- package/node_modules/@aws-sdk/client-organizations/dist-types/commands/CreateOrganizationalUnitCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-organizations/dist-types/commands/DescribeAccountCommand.d.ts +3 -0
- package/node_modules/@aws-sdk/client-organizations/dist-types/commands/DescribeOrganizationalUnitCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-organizations/dist-types/commands/ListAccountsCommand.d.ts +3 -0
- package/node_modules/@aws-sdk/client-organizations/dist-types/commands/ListAccountsForParentCommand.d.ts +3 -0
- package/node_modules/@aws-sdk/client-organizations/dist-types/commands/ListAccountsWithInvalidEffectivePolicyCommand.d.ts +3 -0
- package/node_modules/@aws-sdk/client-organizations/dist-types/commands/ListOrganizationalUnitsForParentCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-organizations/dist-types/commands/UpdateOrganizationalUnitCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-organizations/dist-types/endpoint/bdd.d.ts +2 -0
- package/node_modules/@aws-sdk/client-organizations/dist-types/index.d.ts +1 -1
- package/node_modules/@aws-sdk/client-organizations/dist-types/models/errors.d.ts +1 -1
- package/node_modules/@aws-sdk/client-organizations/dist-types/models/models_0.d.ts +11 -1
- package/node_modules/@aws-sdk/client-organizations/dist-types/pagination/ListAWSServiceAccessForOrganizationPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-organizations/dist-types/pagination/ListAccountsForParentPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-organizations/dist-types/pagination/ListAccountsPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-organizations/dist-types/pagination/ListAccountsWithInvalidEffectivePolicyPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-organizations/dist-types/pagination/ListChildrenPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-organizations/dist-types/pagination/ListCreateAccountStatusPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-organizations/dist-types/pagination/ListDelegatedAdministratorsPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-organizations/dist-types/pagination/ListDelegatedServicesForAccountPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-organizations/dist-types/pagination/ListEffectivePolicyValidationErrorsPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-organizations/dist-types/pagination/ListHandshakesForAccountPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-organizations/dist-types/pagination/ListHandshakesForOrganizationPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-organizations/dist-types/pagination/ListOrganizationalUnitsForParentPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-organizations/dist-types/pagination/ListParentsPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-organizations/dist-types/pagination/ListPoliciesForTargetPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-organizations/dist-types/pagination/ListPoliciesPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-organizations/dist-types/pagination/ListRootsPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-organizations/dist-types/pagination/ListTagsForResourcePaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-organizations/dist-types/pagination/ListTargetsForPolicyPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-organizations/dist-types/runtimeConfig.browser.d.ts +1 -1
- package/node_modules/@aws-sdk/client-organizations/dist-types/runtimeConfig.d.ts +1 -1
- package/node_modules/@aws-sdk/client-organizations/dist-types/runtimeConfig.native.d.ts +1 -1
- package/node_modules/@aws-sdk/client-organizations/dist-types/ts3.4/OrganizationsClient.d.ts +2 -3
- package/node_modules/@aws-sdk/client-organizations/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +1 -1
- package/node_modules/@aws-sdk/client-organizations/dist-types/ts3.4/auth/httpAuthSchemeProvider.d.ts +1 -1
- package/node_modules/@aws-sdk/client-organizations/dist-types/ts3.4/endpoint/bdd.d.ts +2 -0
- package/node_modules/@aws-sdk/client-organizations/dist-types/ts3.4/models/models_0.d.ts +2 -0
- package/node_modules/@aws-sdk/client-organizations/dist-types/ts3.4/runtimeConfig.browser.d.ts +1 -1
- package/node_modules/@aws-sdk/client-organizations/dist-types/ts3.4/runtimeConfig.d.ts +1 -1
- package/node_modules/@aws-sdk/client-organizations/dist-types/ts3.4/runtimeConfig.native.d.ts +1 -1
- package/node_modules/@aws-sdk/client-organizations/node_modules/@smithy/util-retry/dist-cjs/index.js +149 -84
- package/node_modules/@aws-sdk/client-organizations/node_modules/@smithy/util-retry/dist-es/AdaptiveRetryStrategy.js +10 -4
- package/node_modules/@aws-sdk/client-organizations/node_modules/@smithy/util-retry/dist-es/ConfiguredRetryStrategy.js +2 -2
- package/node_modules/@aws-sdk/client-organizations/node_modules/@smithy/util-retry/dist-es/DefaultRateLimiter.js +30 -29
- package/node_modules/@aws-sdk/client-organizations/node_modules/@smithy/util-retry/dist-es/DefaultRetryBackoffStrategy.js +14 -0
- package/node_modules/@aws-sdk/client-organizations/node_modules/@smithy/util-retry/dist-es/DefaultRetryToken.js +25 -0
- package/node_modules/@aws-sdk/client-organizations/node_modules/@smithy/util-retry/dist-es/StandardRetryStrategy.js +56 -30
- package/node_modules/@aws-sdk/client-organizations/node_modules/@smithy/util-retry/dist-es/index.js +1 -0
- package/node_modules/@aws-sdk/client-organizations/node_modules/@smithy/util-retry/dist-es/retries-2026-config.js +18 -0
- package/node_modules/@aws-sdk/client-organizations/node_modules/@smithy/util-retry/dist-types/AdaptiveRetryStrategy.d.ts +13 -8
- package/node_modules/@aws-sdk/client-organizations/node_modules/@smithy/util-retry/dist-types/ConfiguredRetryStrategy.d.ts +2 -2
- package/node_modules/@aws-sdk/client-organizations/node_modules/@smithy/util-retry/dist-types/DefaultRateLimiter.d.ts +78 -8
- package/node_modules/@aws-sdk/client-organizations/node_modules/@smithy/util-retry/dist-types/DefaultRetryBackoffStrategy.d.ts +12 -0
- package/node_modules/@aws-sdk/client-organizations/node_modules/@smithy/util-retry/dist-types/DefaultRetryToken.d.ts +15 -0
- package/node_modules/@aws-sdk/client-organizations/node_modules/@smithy/util-retry/dist-types/StandardRetryStrategy.d.ts +35 -5
- package/node_modules/@aws-sdk/client-organizations/node_modules/@smithy/util-retry/dist-types/config.d.ts +4 -4
- package/node_modules/@aws-sdk/client-organizations/node_modules/@smithy/util-retry/dist-types/constants.d.ts +15 -14
- package/node_modules/@aws-sdk/client-organizations/node_modules/@smithy/util-retry/dist-types/index.d.ts +1 -0
- package/node_modules/@aws-sdk/client-organizations/node_modules/@smithy/util-retry/dist-types/retries-2026-config.d.ts +11 -0
- package/node_modules/@aws-sdk/client-organizations/node_modules/@smithy/util-retry/dist-types/types.d.ts +1 -1
- package/node_modules/@aws-sdk/client-organizations/node_modules/@smithy/util-retry/package.json +10 -11
- package/node_modules/@aws-sdk/client-organizations/package.json +33 -33
- package/node_modules/@aws-sdk/client-secrets-manager/dist-cjs/auth/httpAuthSchemeProvider.js +2 -2
- package/node_modules/@aws-sdk/client-secrets-manager/dist-cjs/endpoint/bdd.js +60 -0
- package/node_modules/@aws-sdk/client-secrets-manager/dist-cjs/endpoint/endpointResolver.js +2 -2
- package/node_modules/@aws-sdk/client-secrets-manager/dist-cjs/runtimeConfig.js +4 -3
- package/node_modules/@aws-sdk/client-secrets-manager/dist-cjs/runtimeConfig.shared.js +2 -2
- package/node_modules/@aws-sdk/client-secrets-manager/dist-es/SecretsManager.js +2 -2
- package/node_modules/@aws-sdk/client-secrets-manager/dist-es/auth/httpAuthSchemeProvider.js +1 -1
- package/node_modules/@aws-sdk/client-secrets-manager/dist-es/endpoint/bdd.js +57 -0
- package/node_modules/@aws-sdk/client-secrets-manager/dist-es/endpoint/endpointResolver.js +3 -3
- package/node_modules/@aws-sdk/client-secrets-manager/dist-es/runtimeConfig.js +2 -1
- package/node_modules/@aws-sdk/client-secrets-manager/dist-es/runtimeConfig.shared.js +1 -1
- package/node_modules/@aws-sdk/client-secrets-manager/dist-types/SecretsManager.d.ts +23 -23
- package/node_modules/@aws-sdk/client-secrets-manager/dist-types/SecretsManagerClient.d.ts +26 -26
- package/node_modules/@aws-sdk/client-secrets-manager/dist-types/auth/httpAuthExtensionConfiguration.d.ts +1 -1
- package/node_modules/@aws-sdk/client-secrets-manager/dist-types/auth/httpAuthSchemeProvider.d.ts +1 -1
- package/node_modules/@aws-sdk/client-secrets-manager/dist-types/endpoint/bdd.d.ts +2 -0
- package/node_modules/@aws-sdk/client-secrets-manager/dist-types/index.d.ts +1 -1
- package/node_modules/@aws-sdk/client-secrets-manager/dist-types/models/models_0.d.ts +1 -1
- package/node_modules/@aws-sdk/client-secrets-manager/dist-types/pagination/BatchGetSecretValuePaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-secrets-manager/dist-types/pagination/ListSecretVersionIdsPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-secrets-manager/dist-types/pagination/ListSecretsPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-secrets-manager/dist-types/runtimeConfig.browser.d.ts +1 -1
- package/node_modules/@aws-sdk/client-secrets-manager/dist-types/runtimeConfig.d.ts +1 -1
- package/node_modules/@aws-sdk/client-secrets-manager/dist-types/runtimeConfig.native.d.ts +1 -1
- package/node_modules/@aws-sdk/client-secrets-manager/dist-types/ts3.4/SecretsManagerClient.d.ts +2 -3
- package/node_modules/@aws-sdk/client-secrets-manager/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +1 -1
- package/node_modules/@aws-sdk/client-secrets-manager/dist-types/ts3.4/auth/httpAuthSchemeProvider.d.ts +1 -1
- package/node_modules/@aws-sdk/client-secrets-manager/dist-types/ts3.4/endpoint/bdd.d.ts +2 -0
- package/node_modules/@aws-sdk/client-secrets-manager/dist-types/ts3.4/runtimeConfig.browser.d.ts +1 -1
- package/node_modules/@aws-sdk/client-secrets-manager/dist-types/ts3.4/runtimeConfig.d.ts +1 -1
- package/node_modules/@aws-sdk/client-secrets-manager/dist-types/ts3.4/runtimeConfig.native.d.ts +1 -1
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@smithy/util-retry/dist-cjs/index.js +149 -84
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@smithy/util-retry/dist-es/AdaptiveRetryStrategy.js +10 -4
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@smithy/util-retry/dist-es/ConfiguredRetryStrategy.js +2 -2
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@smithy/util-retry/dist-es/DefaultRateLimiter.js +30 -29
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@smithy/util-retry/dist-es/DefaultRetryBackoffStrategy.js +14 -0
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@smithy/util-retry/dist-es/DefaultRetryToken.js +25 -0
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@smithy/util-retry/dist-es/StandardRetryStrategy.js +56 -30
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@smithy/util-retry/dist-es/index.js +1 -0
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@smithy/util-retry/dist-es/retries-2026-config.js +18 -0
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@smithy/util-retry/dist-types/AdaptiveRetryStrategy.d.ts +13 -8
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@smithy/util-retry/dist-types/ConfiguredRetryStrategy.d.ts +2 -2
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@smithy/util-retry/dist-types/DefaultRateLimiter.d.ts +78 -8
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@smithy/util-retry/dist-types/DefaultRetryBackoffStrategy.d.ts +12 -0
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@smithy/util-retry/dist-types/DefaultRetryToken.d.ts +15 -0
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@smithy/util-retry/dist-types/StandardRetryStrategy.d.ts +35 -5
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@smithy/util-retry/dist-types/config.d.ts +4 -4
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@smithy/util-retry/dist-types/constants.d.ts +15 -14
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@smithy/util-retry/dist-types/index.d.ts +1 -0
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@smithy/util-retry/dist-types/retries-2026-config.d.ts +11 -0
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@smithy/util-retry/dist-types/types.d.ts +1 -1
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@smithy/util-retry/package.json +10 -11
- package/node_modules/@aws-sdk/client-secrets-manager/package.json +34 -34
- package/node_modules/@aws-sdk/client-ssm/dist-cjs/auth/httpAuthSchemeProvider.js +2 -2
- package/node_modules/@aws-sdk/client-ssm/dist-cjs/endpoint/bdd.js +52 -0
- package/node_modules/@aws-sdk/client-ssm/dist-cjs/endpoint/endpointResolver.js +2 -2
- package/node_modules/@aws-sdk/client-ssm/dist-cjs/runtimeConfig.js +4 -3
- package/node_modules/@aws-sdk/client-ssm/dist-cjs/runtimeConfig.shared.js +2 -2
- package/node_modules/@aws-sdk/client-ssm/dist-es/SSM.js +3 -3
- package/node_modules/@aws-sdk/client-ssm/dist-es/auth/httpAuthSchemeProvider.js +1 -1
- package/node_modules/@aws-sdk/client-ssm/dist-es/endpoint/bdd.js +49 -0
- package/node_modules/@aws-sdk/client-ssm/dist-es/endpoint/endpointResolver.js +3 -3
- package/node_modules/@aws-sdk/client-ssm/dist-es/runtimeConfig.js +2 -1
- package/node_modules/@aws-sdk/client-ssm/dist-es/runtimeConfig.shared.js +1 -1
- package/node_modules/@aws-sdk/client-ssm/dist-es/waiters/waitForCommandExecuted.js +2 -2
- package/node_modules/@aws-sdk/client-ssm/dist-types/SSM.d.ts +146 -146
- package/node_modules/@aws-sdk/client-ssm/dist-types/SSMClient.d.ts +149 -149
- package/node_modules/@aws-sdk/client-ssm/dist-types/auth/httpAuthExtensionConfiguration.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/auth/httpAuthSchemeProvider.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/endpoint/bdd.d.ts +2 -0
- package/node_modules/@aws-sdk/client-ssm/dist-types/index.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/models/models_0.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/models/models_1.d.ts +2 -2
- package/node_modules/@aws-sdk/client-ssm/dist-types/pagination/DescribeActivationsPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/pagination/DescribeAssociationExecutionTargetsPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/pagination/DescribeAssociationExecutionsPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/pagination/DescribeAutomationExecutionsPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/pagination/DescribeAutomationStepExecutionsPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/pagination/DescribeAvailablePatchesPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/pagination/DescribeEffectiveInstanceAssociationsPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/pagination/DescribeEffectivePatchesForPatchBaselinePaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/pagination/DescribeInstanceAssociationsStatusPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/pagination/DescribeInstanceInformationPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/pagination/DescribeInstancePatchStatesForPatchGroupPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/pagination/DescribeInstancePatchStatesPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/pagination/DescribeInstancePatchesPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/pagination/DescribeInstancePropertiesPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/pagination/DescribeInventoryDeletionsPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/pagination/DescribeMaintenanceWindowExecutionTaskInvocationsPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/pagination/DescribeMaintenanceWindowExecutionTasksPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/pagination/DescribeMaintenanceWindowExecutionsPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/pagination/DescribeMaintenanceWindowSchedulePaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/pagination/DescribeMaintenanceWindowTargetsPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/pagination/DescribeMaintenanceWindowTasksPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/pagination/DescribeMaintenanceWindowsForTargetPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/pagination/DescribeMaintenanceWindowsPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/pagination/DescribeOpsItemsPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/pagination/DescribeParametersPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/pagination/DescribePatchBaselinesPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/pagination/DescribePatchGroupsPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/pagination/DescribePatchPropertiesPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/pagination/DescribeSessionsPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/pagination/GetInventoryPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/pagination/GetInventorySchemaPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/pagination/GetOpsSummaryPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/pagination/GetParameterHistoryPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/pagination/GetParametersByPathPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/pagination/GetResourcePoliciesPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/pagination/ListAssociationVersionsPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/pagination/ListAssociationsPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/pagination/ListCommandInvocationsPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/pagination/ListCommandsPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/pagination/ListComplianceItemsPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/pagination/ListComplianceSummariesPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/pagination/ListDocumentVersionsPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/pagination/ListDocumentsPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/pagination/ListNodesPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/pagination/ListNodesSummaryPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/pagination/ListOpsItemEventsPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/pagination/ListOpsItemRelatedItemsPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/pagination/ListOpsMetadataPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/pagination/ListResourceComplianceSummariesPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/pagination/ListResourceDataSyncPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/runtimeConfig.browser.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/runtimeConfig.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/runtimeConfig.native.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/SSMClient.d.ts +2 -3
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/auth/httpAuthSchemeProvider.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/endpoint/bdd.d.ts +2 -0
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/models/models_1.d.ts +11 -11
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/runtimeConfig.browser.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/runtimeConfig.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/runtimeConfig.native.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/waiters/waitForCommandExecuted.d.ts +3 -3
- package/node_modules/@aws-sdk/client-ssm/node_modules/@smithy/util-retry/dist-cjs/index.js +149 -84
- package/node_modules/@aws-sdk/client-ssm/node_modules/@smithy/util-retry/dist-es/AdaptiveRetryStrategy.js +10 -4
- package/node_modules/@aws-sdk/client-ssm/node_modules/@smithy/util-retry/dist-es/ConfiguredRetryStrategy.js +2 -2
- package/node_modules/@aws-sdk/client-ssm/node_modules/@smithy/util-retry/dist-es/DefaultRateLimiter.js +30 -29
- package/node_modules/@aws-sdk/client-ssm/node_modules/@smithy/util-retry/dist-es/DefaultRetryBackoffStrategy.js +14 -0
- package/node_modules/@aws-sdk/client-ssm/node_modules/@smithy/util-retry/dist-es/DefaultRetryToken.js +25 -0
- package/node_modules/@aws-sdk/client-ssm/node_modules/@smithy/util-retry/dist-es/StandardRetryStrategy.js +56 -30
- package/node_modules/@aws-sdk/client-ssm/node_modules/@smithy/util-retry/dist-es/index.js +1 -0
- package/node_modules/@aws-sdk/client-ssm/node_modules/@smithy/util-retry/dist-es/retries-2026-config.js +18 -0
- package/node_modules/@aws-sdk/client-ssm/node_modules/@smithy/util-retry/dist-types/AdaptiveRetryStrategy.d.ts +13 -8
- package/node_modules/@aws-sdk/client-ssm/node_modules/@smithy/util-retry/dist-types/ConfiguredRetryStrategy.d.ts +2 -2
- package/node_modules/@aws-sdk/client-ssm/node_modules/@smithy/util-retry/dist-types/DefaultRateLimiter.d.ts +78 -8
- package/node_modules/@aws-sdk/client-ssm/node_modules/@smithy/util-retry/dist-types/DefaultRetryBackoffStrategy.d.ts +12 -0
- package/node_modules/@aws-sdk/client-ssm/node_modules/@smithy/util-retry/dist-types/DefaultRetryToken.d.ts +15 -0
- package/node_modules/@aws-sdk/client-ssm/node_modules/@smithy/util-retry/dist-types/StandardRetryStrategy.d.ts +35 -5
- package/node_modules/@aws-sdk/client-ssm/node_modules/@smithy/util-retry/dist-types/config.d.ts +4 -4
- package/node_modules/@aws-sdk/client-ssm/node_modules/@smithy/util-retry/dist-types/constants.d.ts +15 -14
- package/node_modules/@aws-sdk/client-ssm/node_modules/@smithy/util-retry/dist-types/index.d.ts +1 -0
- package/node_modules/@aws-sdk/client-ssm/node_modules/@smithy/util-retry/dist-types/retries-2026-config.d.ts +11 -0
- package/node_modules/@aws-sdk/client-ssm/node_modules/@smithy/util-retry/dist-types/types.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ssm/node_modules/@smithy/util-retry/package.json +10 -11
- package/node_modules/@aws-sdk/client-ssm/package.json +34 -34
- package/node_modules/@aws-sdk/core/dist-cjs/index.js +89 -61
- package/node_modules/@aws-sdk/core/dist-cjs/submodules/client/index.js +20 -0
- package/node_modules/@aws-sdk/core/dist-cjs/submodules/protocols/index.js +70 -61
- package/node_modules/@aws-sdk/core/dist-es/submodules/client/index.js +1 -0
- package/node_modules/@aws-sdk/core/dist-es/submodules/client/longPollMiddleware.js +15 -0
- package/node_modules/@aws-sdk/core/dist-es/submodules/client/setFeature.js +2 -0
- package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/ProtocolLib.js +11 -10
- package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/UnionSerde.js +4 -1
- package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/AwsJsonRpcProtocol.js +4 -5
- package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/AwsRestJsonProtocol.js +2 -1
- package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/JsonShapeDeserializer.js +6 -4
- package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/JsonShapeSerializer.js +15 -10
- package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/experimental/SinglePassJsonShapeSerializer.js +2 -1
- package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/parseJsonBody.js +17 -17
- package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/query/AwsQueryProtocol.js +3 -8
- package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/query/QueryShapeSerializer.js +2 -1
- package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/xml/AwsRestXmlProtocol.js +2 -2
- package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/xml/XmlShapeSerializer.js +4 -2
- package/node_modules/@aws-sdk/core/dist-types/submodules/client/index.d.ts +1 -0
- package/node_modules/@aws-sdk/core/dist-types/submodules/client/longPollMiddleware.d.ts +14 -0
- package/node_modules/@aws-sdk/core/dist-types/submodules/client/setFeature.d.ts +1 -1
- package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/JsonShapeSerializer.d.ts +2 -2
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/index.d.ts +1 -0
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/longPollMiddleware.d.ts +15 -0
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/JsonShapeSerializer.d.ts +1 -1
- package/node_modules/@aws-sdk/core/node_modules/@smithy/util-retry/LICENSE +201 -0
- package/node_modules/@aws-sdk/core/node_modules/@smithy/util-retry/README.md +78 -0
- package/node_modules/@aws-sdk/core/node_modules/@smithy/util-retry/dist-cjs/index.js +343 -0
- package/node_modules/@aws-sdk/core/node_modules/@smithy/util-retry/dist-es/AdaptiveRetryStrategy.js +33 -0
- package/node_modules/@aws-sdk/core/node_modules/@smithy/util-retry/dist-es/ConfiguredRetryStrategy.js +19 -0
- package/node_modules/@aws-sdk/core/node_modules/@smithy/util-retry/dist-es/DefaultRateLimiter.js +110 -0
- package/node_modules/@aws-sdk/core/node_modules/@smithy/util-retry/dist-es/DefaultRetryBackoffStrategy.js +14 -0
- package/node_modules/@aws-sdk/core/node_modules/@smithy/util-retry/dist-es/DefaultRetryToken.js +25 -0
- package/node_modules/@aws-sdk/core/node_modules/@smithy/util-retry/dist-es/StandardRetryStrategy.js +93 -0
- package/node_modules/@aws-sdk/core/node_modules/@smithy/util-retry/dist-es/config.js +7 -0
- package/node_modules/@aws-sdk/core/node_modules/@smithy/util-retry/dist-es/constants.js +9 -0
- package/node_modules/@aws-sdk/core/node_modules/@smithy/util-retry/dist-es/index.js +8 -0
- package/node_modules/@aws-sdk/core/node_modules/@smithy/util-retry/dist-es/retries-2026-config.js +18 -0
- package/node_modules/@aws-sdk/core/node_modules/@smithy/util-retry/dist-es/types.js +1 -0
- package/node_modules/@aws-sdk/core/node_modules/@smithy/util-retry/dist-types/AdaptiveRetryStrategy.d.ts +38 -0
- package/node_modules/@aws-sdk/core/node_modules/@smithy/util-retry/dist-types/ConfiguredRetryStrategy.d.ts +32 -0
- package/node_modules/@aws-sdk/core/node_modules/@smithy/util-retry/dist-types/DefaultRateLimiter.d.ts +119 -0
- package/node_modules/@aws-sdk/core/node_modules/@smithy/util-retry/dist-types/DefaultRetryBackoffStrategy.d.ts +12 -0
- package/node_modules/@aws-sdk/core/node_modules/@smithy/util-retry/dist-types/DefaultRetryToken.d.ts +15 -0
- package/node_modules/@aws-sdk/core/node_modules/@smithy/util-retry/dist-types/StandardRetryStrategy.d.ts +56 -0
- package/node_modules/@aws-sdk/core/node_modules/@smithy/util-retry/dist-types/config.d.ts +20 -0
- package/node_modules/@aws-sdk/core/node_modules/@smithy/util-retry/dist-types/constants.d.ts +60 -0
- package/node_modules/@aws-sdk/core/node_modules/@smithy/util-retry/dist-types/index.d.ts +8 -0
- package/node_modules/@aws-sdk/core/node_modules/@smithy/util-retry/dist-types/retries-2026-config.d.ts +11 -0
- package/node_modules/@aws-sdk/core/node_modules/@smithy/util-retry/dist-types/types.d.ts +19 -0
- package/node_modules/@aws-sdk/core/node_modules/@smithy/util-retry/package.json +70 -0
- package/node_modules/@aws-sdk/core/package.json +14 -12
- package/node_modules/@aws-sdk/credential-provider-env/README.md +12 -3
- package/node_modules/@aws-sdk/credential-provider-env/package.json +5 -5
- package/node_modules/@aws-sdk/credential-provider-http/package.json +10 -10
- package/node_modules/@aws-sdk/credential-provider-ini/README.md +12 -3
- package/node_modules/@aws-sdk/credential-provider-ini/package.json +14 -14
- package/node_modules/@aws-sdk/credential-provider-login/README.md +12 -3
- package/node_modules/@aws-sdk/credential-provider-login/package.json +8 -8
- package/node_modules/@aws-sdk/credential-provider-node/package.json +12 -12
- package/node_modules/@aws-sdk/credential-provider-process/README.md +12 -3
- package/node_modules/@aws-sdk/credential-provider-process/package.json +6 -6
- package/node_modules/@aws-sdk/credential-provider-sso/README.md +12 -3
- package/node_modules/@aws-sdk/credential-provider-sso/package.json +8 -8
- package/node_modules/@aws-sdk/credential-provider-web-identity/README.md +12 -3
- package/node_modules/@aws-sdk/credential-provider-web-identity/package.json +7 -7
- package/node_modules/@aws-sdk/middleware-host-header/package.json +4 -4
- package/node_modules/@aws-sdk/middleware-logger/package.json +3 -3
- package/node_modules/@aws-sdk/middleware-recursion-detection/README.md +10 -3
- package/node_modules/@aws-sdk/middleware-recursion-detection/package.json +4 -4
- package/node_modules/@aws-sdk/middleware-sdk-s3/LICENSE +201 -0
- package/node_modules/@aws-sdk/middleware-sdk-s3/README.md +4 -0
- package/node_modules/@aws-sdk/middleware-sdk-s3/dist-cjs/index.js +581 -0
- package/node_modules/@aws-sdk/middleware-sdk-s3/dist-cjs/toStream.browser.js +11 -0
- package/node_modules/@aws-sdk/middleware-sdk-s3/dist-cjs/toStream.js +7 -0
- package/node_modules/@aws-sdk/middleware-sdk-s3/dist-es/bucket-endpoint-middleware.js +36 -0
- package/node_modules/@aws-sdk/middleware-sdk-s3/dist-es/check-content-length-header.js +32 -0
- package/node_modules/@aws-sdk/middleware-sdk-s3/dist-es/index.js +9 -0
- package/node_modules/@aws-sdk/middleware-sdk-s3/dist-es/protocol/S3RestXmlProtocol.js +25 -0
- package/node_modules/@aws-sdk/middleware-sdk-s3/dist-es/region-redirect-endpoint-middleware.js +41 -0
- package/node_modules/@aws-sdk/middleware-sdk-s3/dist-es/region-redirect-middleware.js +42 -0
- package/node_modules/@aws-sdk/middleware-sdk-s3/dist-es/s3-expires-middleware.js +33 -0
- package/node_modules/@aws-sdk/middleware-sdk-s3/dist-es/s3-express/classes/S3ExpressIdentityCache.js +39 -0
- package/node_modules/@aws-sdk/middleware-sdk-s3/dist-es/s3-express/classes/S3ExpressIdentityCacheEntry.js +14 -0
- package/node_modules/@aws-sdk/middleware-sdk-s3/dist-es/s3-express/classes/S3ExpressIdentityProviderImpl.js +49 -0
- package/node_modules/@aws-sdk/middleware-sdk-s3/dist-es/s3-express/classes/SignatureV4S3Express.js +41 -0
- package/node_modules/@aws-sdk/middleware-sdk-s3/dist-es/s3-express/constants.js +13 -0
- package/node_modules/@aws-sdk/middleware-sdk-s3/dist-es/s3-express/functions/s3ExpressHttpSigningMiddleware.js +38 -0
- package/node_modules/@aws-sdk/middleware-sdk-s3/dist-es/s3-express/functions/s3ExpressMiddleware.js +41 -0
- package/node_modules/@aws-sdk/middleware-sdk-s3/dist-es/s3-express/functions/signS3Express.js +7 -0
- package/node_modules/@aws-sdk/middleware-sdk-s3/dist-es/s3-express/index.js +7 -0
- package/node_modules/@aws-sdk/middleware-sdk-s3/dist-es/s3-express/interfaces/S3ExpressIdentity.js +1 -0
- package/node_modules/@aws-sdk/middleware-sdk-s3/dist-es/s3-express/interfaces/S3ExpressIdentityProvider.js +1 -0
- package/node_modules/@aws-sdk/middleware-sdk-s3/dist-es/s3Configuration.js +17 -0
- package/node_modules/@aws-sdk/middleware-sdk-s3/dist-es/throw-200-exceptions.js +51 -0
- package/node_modules/@aws-sdk/middleware-sdk-s3/dist-es/toStream.browser.js +8 -0
- package/node_modules/@aws-sdk/middleware-sdk-s3/dist-es/toStream.js +4 -0
- package/node_modules/@aws-sdk/middleware-sdk-s3/dist-es/validate-bucket-name.js +25 -0
- package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/bucket-endpoint-middleware.d.ts +13 -0
- package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/check-content-length-header.d.ts +16 -0
- package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/index.d.ts +9 -0
- package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/protocol/S3RestXmlProtocol.d.ts +20 -0
- package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/region-redirect-endpoint-middleware.d.ts +10 -0
- package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/region-redirect-middleware.d.ts +20 -0
- package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/s3-expires-middleware.d.ts +26 -0
- package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/s3-express/classes/S3ExpressIdentityCache.d.ts +16 -0
- package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/s3-express/classes/S3ExpressIdentityCacheEntry.d.ts +16 -0
- package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/s3-express/classes/S3ExpressIdentityProviderImpl.d.ts +32 -0
- package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/s3-express/classes/SignatureV4S3Express.d.ts +17 -0
- package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/s3-express/constants.d.ts +37 -0
- package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/s3-express/functions/s3ExpressHttpSigningMiddleware.d.ts +27 -0
- package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/s3-express/functions/s3ExpressMiddleware.d.ts +32 -0
- package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/s3-express/functions/signS3Express.d.ts +9 -0
- package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/s3-express/index.d.ts +9 -0
- package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/s3-express/interfaces/S3ExpressIdentity.d.ts +6 -0
- package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/s3-express/interfaces/S3ExpressIdentityProvider.d.ts +12 -0
- package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/s3Configuration.d.ts +79 -0
- package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/throw-200-exceptions.d.ts +21 -0
- package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/toStream.browser.d.ts +4 -0
- package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/toStream.d.ts +5 -0
- package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/ts3.4/bucket-endpoint-middleware.d.ts +9 -0
- package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/ts3.4/check-content-length-header.d.ts +13 -0
- package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/ts3.4/index.d.ts +9 -0
- package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/ts3.4/protocol/S3RestXmlProtocol.d.ts +15 -0
- package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/ts3.4/region-redirect-endpoint-middleware.d.ts +6 -0
- package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/ts3.4/region-redirect-middleware.d.ts +17 -0
- package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/ts3.4/s3-expires-middleware.d.ts +14 -0
- package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/ts3.4/s3-express/classes/S3ExpressIdentityCache.d.ts +14 -0
- package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/ts3.4/s3-express/classes/S3ExpressIdentityCacheEntry.d.ts +12 -0
- package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/ts3.4/s3-express/classes/S3ExpressIdentityProviderImpl.d.ts +31 -0
- package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/ts3.4/s3-express/classes/SignatureV4S3Express.d.ts +19 -0
- package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/ts3.4/s3-express/constants.d.ts +11 -0
- package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/ts3.4/s3-express/functions/s3ExpressHttpSigningMiddleware.d.ts +40 -0
- package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/ts3.4/s3-express/functions/s3ExpressMiddleware.d.ts +27 -0
- package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/ts3.4/s3-express/functions/signS3Express.d.ts +21 -0
- package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/ts3.4/s3-express/index.d.ts +17 -0
- package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/ts3.4/s3-express/interfaces/S3ExpressIdentity.d.ts +2 -0
- package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/ts3.4/s3-express/interfaces/S3ExpressIdentityProvider.d.ts +8 -0
- package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/ts3.4/s3Configuration.d.ts +33 -0
- package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/ts3.4/throw-200-exceptions.d.ts +19 -0
- package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/ts3.4/toStream.browser.d.ts +1 -0
- package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/ts3.4/toStream.d.ts +2 -0
- package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/ts3.4/validate-bucket-name.d.ts +13 -0
- package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/validate-bucket-name.d.ts +14 -0
- package/node_modules/@aws-sdk/middleware-sdk-s3/package.json +79 -0
- package/node_modules/@aws-sdk/middleware-user-agent/dist-cjs/index.js +10 -10
- package/node_modules/@aws-sdk/middleware-user-agent/dist-es/check-features.js +1 -1
- package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@smithy/util-retry/dist-cjs/index.js +149 -84
- package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@smithy/util-retry/dist-es/AdaptiveRetryStrategy.js +10 -4
- package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@smithy/util-retry/dist-es/ConfiguredRetryStrategy.js +2 -2
- package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@smithy/util-retry/dist-es/DefaultRateLimiter.js +30 -29
- package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@smithy/util-retry/dist-es/DefaultRetryBackoffStrategy.js +14 -0
- package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@smithy/util-retry/dist-es/DefaultRetryToken.js +25 -0
- package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@smithy/util-retry/dist-es/StandardRetryStrategy.js +56 -30
- package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@smithy/util-retry/dist-es/index.js +1 -0
- package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@smithy/util-retry/dist-es/retries-2026-config.js +18 -0
- package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@smithy/util-retry/dist-types/AdaptiveRetryStrategy.d.ts +13 -8
- package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@smithy/util-retry/dist-types/ConfiguredRetryStrategy.d.ts +2 -2
- package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@smithy/util-retry/dist-types/DefaultRateLimiter.d.ts +78 -8
- package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@smithy/util-retry/dist-types/DefaultRetryBackoffStrategy.d.ts +12 -0
- package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@smithy/util-retry/dist-types/DefaultRetryToken.d.ts +15 -0
- package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@smithy/util-retry/dist-types/StandardRetryStrategy.d.ts +35 -5
- package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@smithy/util-retry/dist-types/config.d.ts +4 -4
- package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@smithy/util-retry/dist-types/constants.d.ts +15 -14
- package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@smithy/util-retry/dist-types/index.d.ts +1 -0
- package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@smithy/util-retry/dist-types/retries-2026-config.d.ts +11 -0
- package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@smithy/util-retry/dist-types/types.d.ts +1 -1
- package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@smithy/util-retry/package.json +10 -11
- package/node_modules/@aws-sdk/middleware-user-agent/package.json +8 -8
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/cognito-identity/auth/httpAuthSchemeProvider.js +2 -2
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/cognito-identity/endpoint/bdd.js +100 -0
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/cognito-identity/endpoint/endpointResolver.js +2 -2
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/cognito-identity/runtimeConfig.js +4 -3
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/cognito-identity/runtimeConfig.shared.js +4 -4
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/auth/httpAuthSchemeProvider.js +2 -2
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/endpoint/bdd.js +90 -0
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/endpoint/endpointResolver.js +2 -2
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/runtimeConfig.js +4 -3
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/runtimeConfig.shared.js +4 -4
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso/auth/httpAuthSchemeProvider.js +2 -2
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso/endpoint/bdd.js +80 -0
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso/endpoint/endpointResolver.js +2 -2
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso/runtimeConfig.js +4 -3
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso/runtimeConfig.shared.js +4 -4
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/auth/httpAuthSchemeProvider.js +2 -2
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/endpoint/bdd.js +80 -0
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/endpoint/endpointResolver.js +2 -2
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/runtimeConfig.js +4 -3
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/runtimeConfig.shared.js +4 -4
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/STSClient.js +1 -0
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/auth/httpAuthSchemeProvider.js +89 -7
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/endpoint/bdd.js +150 -0
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/endpoint/endpointResolver.js +2 -2
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/models/errors.js +1 -0
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/runtimeConfig.js +13 -6
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/runtimeConfig.shared.js +11 -4
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/cognito-identity/CognitoIdentity.js +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/cognito-identity/CognitoIdentityClient.js +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/cognito-identity/auth/httpAuthSchemeProvider.js +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/cognito-identity/endpoint/bdd.js +97 -0
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/cognito-identity/endpoint/endpointResolver.js +3 -3
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/cognito-identity/runtimeConfig.js +2 -1
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/cognito-identity/runtimeConfig.shared.js +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/Signin.js +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/SigninClient.js +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/auth/httpAuthSchemeProvider.js +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/endpoint/bdd.js +87 -0
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/endpoint/endpointResolver.js +3 -3
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/runtimeConfig.js +2 -1
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/runtimeConfig.shared.js +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso/SSO.js +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso/SSOClient.js +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso/auth/httpAuthSchemeProvider.js +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso/endpoint/bdd.js +77 -0
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso/endpoint/endpointResolver.js +3 -3
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso/runtimeConfig.js +2 -1
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso/runtimeConfig.shared.js +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/SSOOIDC.js +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/SSOOIDCClient.js +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/auth/httpAuthSchemeProvider.js +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/endpoint/bdd.js +77 -0
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/endpoint/endpointResolver.js +3 -3
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/runtimeConfig.js +2 -1
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/runtimeConfig.shared.js +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/STS.js +2 -2
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/STSClient.js +2 -1
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/auth/httpAuthSchemeProvider.js +88 -4
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/endpoint/bdd.js +147 -0
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/endpoint/endpointResolver.js +3 -3
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/models/errors.js +1 -0
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/runtimeConfig.js +8 -1
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/runtimeConfig.shared.js +8 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/CognitoIdentity.d.ts +2 -2
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/CognitoIdentityClient.d.ts +3 -4
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/auth/httpAuthExtensionConfiguration.d.ts +1 -2
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/auth/httpAuthSchemeProvider.d.ts +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/endpoint/bdd.d.ts +2 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/index.d.ts +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/runtimeConfig.browser.d.ts +2 -2
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/runtimeConfig.d.ts +2 -2
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/runtimeConfig.native.d.ts +2 -2
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/runtimeConfig.shared.d.ts +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/Signin.d.ts +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/SigninClient.d.ts +3 -4
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/auth/httpAuthExtensionConfiguration.d.ts +1 -2
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/auth/httpAuthSchemeProvider.d.ts +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/endpoint/bdd.d.ts +2 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/index.d.ts +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/runtimeConfig.browser.d.ts +2 -2
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/runtimeConfig.d.ts +2 -2
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/runtimeConfig.native.d.ts +2 -2
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/runtimeConfig.shared.d.ts +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso/SSO.d.ts +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso/SSOClient.d.ts +3 -4
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso/auth/httpAuthExtensionConfiguration.d.ts +1 -2
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso/auth/httpAuthSchemeProvider.d.ts +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso/endpoint/bdd.d.ts +2 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso/index.d.ts +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso/runtimeConfig.browser.d.ts +2 -2
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso/runtimeConfig.d.ts +2 -2
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso/runtimeConfig.native.d.ts +2 -2
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso/runtimeConfig.shared.d.ts +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/SSOOIDC.d.ts +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/SSOOIDCClient.d.ts +3 -4
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/auth/httpAuthExtensionConfiguration.d.ts +1 -2
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/auth/httpAuthSchemeProvider.d.ts +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/endpoint/bdd.d.ts +2 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/index.d.ts +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/runtimeConfig.browser.d.ts +2 -2
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/runtimeConfig.d.ts +2 -2
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/runtimeConfig.native.d.ts +2 -2
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/runtimeConfig.shared.d.ts +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/STS.d.ts +2 -2
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/STSClient.d.ts +3 -4
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/auth/httpAuthExtensionConfiguration.d.ts +1 -2
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/auth/httpAuthSchemeProvider.d.ts +16 -9
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/endpoint/bdd.d.ts +2 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/index.d.ts +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/models/errors.d.ts +1 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/runtimeConfig.browser.d.ts +5 -4
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/runtimeConfig.d.ts +11 -5
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/runtimeConfig.native.d.ts +5 -4
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/runtimeConfig.shared.d.ts +4 -2
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/CognitoIdentityClient.d.ts +2 -2
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/auth/httpAuthExtensionConfiguration.d.ts +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/auth/httpAuthSchemeProvider.d.ts +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/endpoint/bdd.d.ts +2 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/runtimeConfig.browser.d.ts +2 -2
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/runtimeConfig.d.ts +2 -2
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/runtimeConfig.native.d.ts +2 -2
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/runtimeConfig.shared.d.ts +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/SigninClient.d.ts +2 -5
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/auth/httpAuthExtensionConfiguration.d.ts +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/auth/httpAuthSchemeProvider.d.ts +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/endpoint/bdd.d.ts +2 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/runtimeConfig.browser.d.ts +2 -2
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/runtimeConfig.d.ts +2 -2
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/runtimeConfig.native.d.ts +2 -2
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/runtimeConfig.shared.d.ts +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso/SSOClient.d.ts +2 -2
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso/auth/httpAuthExtensionConfiguration.d.ts +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso/auth/httpAuthSchemeProvider.d.ts +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso/endpoint/bdd.d.ts +2 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso/runtimeConfig.browser.d.ts +2 -2
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso/runtimeConfig.d.ts +2 -2
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso/runtimeConfig.native.d.ts +2 -2
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso/runtimeConfig.shared.d.ts +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/SSOOIDCClient.d.ts +2 -2
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/auth/httpAuthExtensionConfiguration.d.ts +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/auth/httpAuthSchemeProvider.d.ts +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/endpoint/bdd.d.ts +2 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/runtimeConfig.browser.d.ts +2 -2
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/runtimeConfig.d.ts +2 -2
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/runtimeConfig.native.d.ts +2 -2
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/runtimeConfig.shared.d.ts +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/STSClient.d.ts +2 -5
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/auth/httpAuthExtensionConfiguration.d.ts +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/auth/httpAuthSchemeProvider.d.ts +22 -11
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/endpoint/bdd.d.ts +2 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/models/errors.d.ts +1 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/runtimeConfig.browser.d.ts +13 -7
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/runtimeConfig.d.ts +36 -17
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/runtimeConfig.native.d.ts +13 -7
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/runtimeConfig.shared.d.ts +9 -2
- package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/util-retry/dist-cjs/index.js +149 -84
- package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/util-retry/dist-es/AdaptiveRetryStrategy.js +10 -4
- package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/util-retry/dist-es/ConfiguredRetryStrategy.js +2 -2
- package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/util-retry/dist-es/DefaultRateLimiter.js +30 -29
- package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/util-retry/dist-es/DefaultRetryBackoffStrategy.js +14 -0
- package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/util-retry/dist-es/DefaultRetryToken.js +25 -0
- package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/util-retry/dist-es/StandardRetryStrategy.js +56 -30
- package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/util-retry/dist-es/index.js +1 -0
- package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/util-retry/dist-es/retries-2026-config.js +18 -0
- package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/util-retry/dist-types/AdaptiveRetryStrategy.d.ts +13 -8
- package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/util-retry/dist-types/ConfiguredRetryStrategy.d.ts +2 -2
- package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/util-retry/dist-types/DefaultRateLimiter.d.ts +78 -8
- package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/util-retry/dist-types/DefaultRetryBackoffStrategy.d.ts +12 -0
- package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/util-retry/dist-types/DefaultRetryToken.d.ts +15 -0
- package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/util-retry/dist-types/StandardRetryStrategy.d.ts +35 -5
- package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/util-retry/dist-types/config.d.ts +4 -4
- package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/util-retry/dist-types/constants.d.ts +15 -14
- package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/util-retry/dist-types/index.d.ts +1 -0
- package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/util-retry/dist-types/retries-2026-config.d.ts +11 -0
- package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/util-retry/dist-types/types.d.ts +1 -1
- package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/util-retry/package.json +10 -11
- package/node_modules/@aws-sdk/nested-clients/package.json +33 -32
- package/node_modules/@aws-sdk/region-config-resolver/README.md +11 -4
- package/node_modules/@aws-sdk/region-config-resolver/package.json +5 -5
- package/node_modules/@aws-sdk/signature-v4-multi-region/LICENSE +201 -0
- package/node_modules/@aws-sdk/signature-v4-multi-region/README.md +32 -0
- package/node_modules/@aws-sdk/signature-v4-multi-region/dist-cjs/index.js +121 -0
- package/node_modules/@aws-sdk/signature-v4-multi-region/dist-es/SignatureV4MultiRegion.js +112 -0
- package/node_modules/@aws-sdk/signature-v4-multi-region/dist-es/index.js +2 -0
- package/node_modules/@aws-sdk/signature-v4-multi-region/dist-es/signature-v4-crt-container.js +3 -0
- package/node_modules/@aws-sdk/signature-v4-multi-region/dist-types/SignatureV4MultiRegion.d.ts +35 -0
- package/node_modules/@aws-sdk/signature-v4-multi-region/dist-types/index.d.ts +5 -0
- package/node_modules/@aws-sdk/signature-v4-multi-region/dist-types/signature-v4-crt-container.d.ts +28 -0
- package/node_modules/@aws-sdk/signature-v4-multi-region/dist-types/ts3.4/SignatureV4MultiRegion.d.ts +41 -0
- package/node_modules/@aws-sdk/signature-v4-multi-region/dist-types/ts3.4/index.d.ts +2 -0
- package/node_modules/@aws-sdk/signature-v4-multi-region/dist-types/ts3.4/signature-v4-crt-container.d.ts +20 -0
- package/node_modules/@aws-sdk/signature-v4-multi-region/package.json +61 -0
- package/node_modules/@aws-sdk/token-providers/package.json +7 -7
- package/node_modules/@aws-sdk/types/package.json +2 -2
- package/node_modules/@aws-sdk/util-arn-parser/README.md +4 -0
- package/node_modules/@aws-sdk/util-arn-parser/dist-cjs/index.js +27 -0
- package/node_modules/@aws-sdk/util-arn-parser/dist-es/index.js +21 -0
- package/node_modules/@aws-sdk/util-arn-parser/dist-types/index.d.ts +32 -0
- package/node_modules/@aws-sdk/util-arn-parser/dist-types/ts3.4/index.d.ts +14 -0
- package/node_modules/@aws-sdk/util-arn-parser/package.json +55 -0
- package/node_modules/@aws-sdk/util-endpoints/package.json +5 -5
- package/node_modules/@aws-sdk/util-user-agent-browser/package.json +3 -3
- package/node_modules/@aws-sdk/util-user-agent-node/README.md +10 -3
- package/node_modules/@aws-sdk/util-user-agent-node/package.json +5 -5
- package/node_modules/@aws-sdk/xml-builder/README.md +10 -3
- package/node_modules/@aws-sdk/xml-builder/dist-cjs/xml-parser.js +0 -2
- package/node_modules/@aws-sdk/xml-builder/dist-es/xml-parser.js +0 -2
- package/node_modules/@aws-sdk/xml-builder/package.json +3 -3
- package/node_modules/@nodable/entities/README.md +41 -0
- package/node_modules/@nodable/entities/package.json +54 -0
- package/node_modules/@nodable/entities/src/EntityDecoder.js +543 -0
- package/node_modules/@nodable/entities/src/EntityEncoder.js +194 -0
- package/node_modules/@nodable/entities/src/entities.js +1177 -0
- package/node_modules/@nodable/entities/src/entityTries.js +49 -0
- package/node_modules/@nodable/entities/src/index.d.ts +264 -0
- package/node_modules/@nodable/entities/src/index.js +29 -0
- package/node_modules/@smithy/config-resolver/README.md +10 -3
- package/node_modules/@smithy/config-resolver/package.json +10 -11
- package/node_modules/@smithy/core/README.md +12 -1
- package/node_modules/@smithy/core/dist-cjs/getSmithyContext.js +6 -0
- package/node_modules/@smithy/core/dist-cjs/index.js +3 -2
- package/node_modules/@smithy/core/dist-cjs/middleware-http-auth-scheme/getHttpAuthSchemeEndpointRuleSetPlugin.js +21 -0
- package/node_modules/@smithy/core/dist-cjs/middleware-http-auth-scheme/getHttpAuthSchemePlugin.js +21 -0
- package/node_modules/@smithy/core/dist-cjs/middleware-http-auth-scheme/httpAuthSchemeMiddleware.js +46 -0
- package/node_modules/@smithy/core/dist-cjs/middleware-http-auth-scheme/index.js +6 -0
- package/node_modules/@smithy/core/dist-cjs/middleware-http-auth-scheme/resolveAuthOptions.js +24 -0
- package/node_modules/@smithy/core/dist-cjs/middleware-http-signing/getHttpSigningMiddleware.js +19 -0
- package/node_modules/@smithy/core/dist-cjs/middleware-http-signing/httpSigningMiddleware.js +27 -0
- package/node_modules/@smithy/core/dist-cjs/middleware-http-signing/index.js +5 -0
- package/node_modules/@smithy/core/dist-cjs/normalizeProvider.js +10 -0
- package/node_modules/@smithy/core/dist-cjs/pagination/createPaginator.js +44 -0
- package/node_modules/@smithy/core/dist-cjs/request-builder/requestBuilder.js +5 -0
- package/node_modules/@smithy/core/dist-cjs/setFeature.js +14 -0
- package/node_modules/@smithy/core/dist-cjs/submodules/cbor/index.js +32 -14
- package/node_modules/@smithy/core/dist-cjs/submodules/endpoints/index.js +2 -2
- package/node_modules/@smithy/core/dist-cjs/submodules/event-streams/index.js +16 -8
- package/node_modules/@smithy/core/dist-cjs/submodules/protocols/index.js +25 -27
- package/node_modules/@smithy/core/dist-cjs/submodules/schema/index.js +6 -1
- package/node_modules/@smithy/core/dist-cjs/submodules/serde/index.js +6 -3
- package/node_modules/@smithy/core/dist-cjs/util-identity-and-auth/DefaultIdentityProviderConfig.js +18 -0
- package/node_modules/@smithy/core/dist-cjs/util-identity-and-auth/httpAuthSchemes/httpApiKeyAuth.js +38 -0
- package/node_modules/@smithy/core/dist-cjs/util-identity-and-auth/httpAuthSchemes/httpBearerAuth.js +15 -0
- package/node_modules/@smithy/core/dist-cjs/util-identity-and-auth/httpAuthSchemes/index.js +6 -0
- package/node_modules/@smithy/core/dist-cjs/util-identity-and-auth/httpAuthSchemes/noAuth.js +9 -0
- package/node_modules/@smithy/core/dist-cjs/util-identity-and-auth/index.js +6 -0
- package/node_modules/@smithy/core/dist-cjs/util-identity-and-auth/memoizeIdentityProvider.js +61 -0
- package/node_modules/@smithy/core/dist-es/submodules/cbor/CborCodec.js +23 -11
- package/node_modules/@smithy/core/dist-es/submodules/cbor/parseCborBody.js +9 -3
- package/node_modules/@smithy/core/dist-es/submodules/endpoints/toEndpointV1.js +2 -2
- package/node_modules/@smithy/core/dist-es/submodules/event-streams/EventStreamSerde.js +16 -8
- package/node_modules/@smithy/core/dist-es/submodules/protocols/HttpBindingProtocol.js +10 -12
- package/node_modules/@smithy/core/dist-es/submodules/protocols/HttpProtocol.js +8 -6
- package/node_modules/@smithy/core/dist-es/submodules/protocols/RpcProtocol.js +7 -9
- package/node_modules/@smithy/core/dist-es/submodules/schema/TypeRegistry.js +6 -1
- package/node_modules/@smithy/core/dist-es/submodules/serde/parse-utils.js +6 -3
- package/node_modules/@smithy/core/dist-es/util-identity-and-auth/DefaultIdentityProviderConfig.js +2 -1
- package/node_modules/@smithy/core/dist-types/submodules/protocols/RpcProtocol.d.ts +1 -1
- package/node_modules/@smithy/core/dist-types/submodules/schema/TypeRegistry.d.ts +1 -1
- package/node_modules/@smithy/core/package.json +15 -16
- package/node_modules/@smithy/credential-provider-imds/README.md +12 -3
- package/node_modules/@smithy/credential-provider-imds/package.json +9 -10
- package/node_modules/@smithy/fetch-http-handler/package.json +12 -13
- package/node_modules/@smithy/hash-node/README.md +10 -3
- package/node_modules/@smithy/hash-node/package.json +6 -7
- package/node_modules/@smithy/invalid-dependency/README.md +10 -3
- package/node_modules/@smithy/invalid-dependency/package.json +6 -7
- package/node_modules/@smithy/middleware-content-length/README.md +13 -0
- package/node_modules/@smithy/middleware-content-length/package.json +7 -8
- package/node_modules/@smithy/middleware-endpoint/README.md +10 -3
- package/node_modules/@smithy/middleware-endpoint/dist-cjs/index.js +2 -2
- package/node_modules/@smithy/middleware-endpoint/package.json +13 -14
- package/node_modules/@smithy/middleware-retry/README.md +13 -0
- package/node_modules/@smithy/middleware-retry/dist-cjs/index.js +70 -29
- package/node_modules/@smithy/middleware-retry/dist-es/index.js +5 -4
- package/node_modules/@smithy/middleware-retry/dist-es/longPollMiddleware.js +15 -0
- package/node_modules/@smithy/middleware-retry/dist-es/parseRetryAfterHeader.js +49 -0
- package/node_modules/@smithy/middleware-retry/dist-es/retry-pre-sra-deprecated/StandardRetryStrategy.js +94 -0
- package/node_modules/@smithy/middleware-retry/dist-es/retry-pre-sra-deprecated/types.js +1 -0
- package/node_modules/@smithy/middleware-retry/dist-es/retryMiddleware.js +13 -20
- package/node_modules/@smithy/middleware-retry/dist-types/configurations.d.ts +3 -1
- package/node_modules/@smithy/middleware-retry/dist-types/index.d.ts +5 -4
- package/node_modules/@smithy/middleware-retry/dist-types/longPollMiddleware.d.ts +15 -0
- package/node_modules/@smithy/middleware-retry/dist-types/omitRetryHeadersMiddleware.d.ts +2 -0
- package/node_modules/@smithy/middleware-retry/dist-types/parseRetryAfterHeader.d.ts +10 -0
- package/node_modules/@smithy/middleware-retry/dist-types/retry-pre-sra-deprecated/AdaptiveRetryStrategy.d.ts +24 -0
- package/node_modules/@smithy/middleware-retry/dist-types/retry-pre-sra-deprecated/defaultRetryQuota.d.ts +26 -0
- package/node_modules/@smithy/middleware-retry/dist-types/retry-pre-sra-deprecated/delayDecider.d.ts +6 -0
- package/node_modules/@smithy/middleware-retry/dist-types/retryMiddleware.d.ts +0 -4
- package/node_modules/@smithy/middleware-retry/node_modules/@smithy/util-retry/dist-cjs/index.js +149 -84
- package/node_modules/@smithy/middleware-retry/node_modules/@smithy/util-retry/dist-es/AdaptiveRetryStrategy.js +10 -4
- package/node_modules/@smithy/middleware-retry/node_modules/@smithy/util-retry/dist-es/ConfiguredRetryStrategy.js +2 -2
- package/node_modules/@smithy/middleware-retry/node_modules/@smithy/util-retry/dist-es/DefaultRateLimiter.js +30 -29
- package/node_modules/@smithy/middleware-retry/node_modules/@smithy/util-retry/dist-es/DefaultRetryBackoffStrategy.js +14 -0
- package/node_modules/@smithy/middleware-retry/node_modules/@smithy/util-retry/dist-es/DefaultRetryToken.js +25 -0
- package/node_modules/@smithy/middleware-retry/node_modules/@smithy/util-retry/dist-es/StandardRetryStrategy.js +56 -30
- package/node_modules/@smithy/middleware-retry/node_modules/@smithy/util-retry/dist-es/index.js +1 -0
- package/node_modules/@smithy/middleware-retry/node_modules/@smithy/util-retry/dist-es/retries-2026-config.js +18 -0
- package/node_modules/@smithy/middleware-retry/node_modules/@smithy/util-retry/dist-types/AdaptiveRetryStrategy.d.ts +13 -8
- package/node_modules/@smithy/middleware-retry/node_modules/@smithy/util-retry/dist-types/ConfiguredRetryStrategy.d.ts +2 -2
- package/node_modules/@smithy/middleware-retry/node_modules/@smithy/util-retry/dist-types/DefaultRateLimiter.d.ts +78 -8
- package/node_modules/@smithy/middleware-retry/node_modules/@smithy/util-retry/dist-types/DefaultRetryBackoffStrategy.d.ts +12 -0
- package/node_modules/@smithy/middleware-retry/node_modules/@smithy/util-retry/dist-types/DefaultRetryToken.d.ts +15 -0
- package/node_modules/@smithy/middleware-retry/node_modules/@smithy/util-retry/dist-types/StandardRetryStrategy.d.ts +35 -5
- package/node_modules/@smithy/middleware-retry/node_modules/@smithy/util-retry/dist-types/config.d.ts +4 -4
- package/node_modules/@smithy/middleware-retry/node_modules/@smithy/util-retry/dist-types/constants.d.ts +15 -14
- package/node_modules/@smithy/middleware-retry/node_modules/@smithy/util-retry/dist-types/index.d.ts +1 -0
- package/node_modules/@smithy/middleware-retry/node_modules/@smithy/util-retry/dist-types/retries-2026-config.d.ts +11 -0
- package/node_modules/@smithy/middleware-retry/node_modules/@smithy/util-retry/dist-types/types.d.ts +1 -1
- package/node_modules/@smithy/middleware-retry/node_modules/@smithy/util-retry/package.json +10 -11
- package/node_modules/@smithy/middleware-retry/package.json +16 -16
- package/node_modules/@smithy/middleware-serde/README.md +13 -0
- package/node_modules/@smithy/middleware-serde/package.json +10 -11
- package/node_modules/@smithy/middleware-stack/README.md +13 -0
- package/node_modules/@smithy/middleware-stack/package.json +7 -8
- package/node_modules/@smithy/node-config-provider/README.md +10 -3
- package/node_modules/@smithy/node-config-provider/package.json +8 -9
- package/node_modules/@smithy/node-http-handler/dist-cjs/index.js +208 -102
- package/node_modules/@smithy/node-http-handler/dist-es/http2/ClientHttp2SessionRef.js +50 -0
- package/node_modules/@smithy/node-http-handler/dist-es/node-http2-connection-manager.js +83 -41
- package/node_modules/@smithy/node-http-handler/dist-es/node-http2-connection-pool.js +32 -18
- package/node_modules/@smithy/node-http-handler/dist-es/node-http2-handler.js +44 -43
- package/node_modules/@smithy/node-http-handler/dist-types/http2/ClientHttp2SessionRef.d.ts +46 -0
- package/node_modules/@smithy/node-http-handler/dist-types/node-http2-connection-manager.d.ts +32 -14
- package/node_modules/@smithy/node-http-handler/dist-types/node-http2-connection-pool.d.ts +32 -8
- package/node_modules/@smithy/node-http-handler/dist-types/node-http2-handler.d.ts +14 -6
- package/node_modules/@smithy/node-http-handler/package.json +10 -11
- package/node_modules/@smithy/property-provider/README.md +10 -3
- package/node_modules/@smithy/property-provider/package.json +6 -7
- package/node_modules/@smithy/protocol-http/README.md +13 -0
- package/node_modules/@smithy/protocol-http/package.json +6 -7
- package/node_modules/@smithy/querystring-builder/README.md +10 -3
- package/node_modules/@smithy/querystring-builder/package.json +6 -7
- package/node_modules/@smithy/querystring-parser/README.md +10 -3
- package/node_modules/@smithy/querystring-parser/package.json +6 -7
- package/node_modules/@smithy/service-error-classification/README.md +13 -0
- package/node_modules/@smithy/service-error-classification/dist-cjs/index.js +5 -0
- package/node_modules/@smithy/service-error-classification/dist-es/index.js +4 -0
- package/node_modules/@smithy/service-error-classification/dist-types/index.d.ts +6 -0
- package/node_modules/@smithy/service-error-classification/package.json +6 -7
- package/node_modules/@smithy/shared-ini-file-loader/package.json +7 -8
- package/node_modules/@smithy/signature-v4/dist-cjs/index.js +24 -5
- package/node_modules/@smithy/signature-v4/dist-es/SignatureV4.js +11 -5
- package/node_modules/@smithy/signature-v4/dist-types/SignatureV4.d.ts +3 -3
- package/node_modules/@smithy/signature-v4/package.json +9 -10
- package/node_modules/@smithy/smithy-client/README.md +10 -3
- package/node_modules/@smithy/smithy-client/dist-cjs/index.js +9 -2
- package/node_modules/@smithy/smithy-client/dist-es/command.js +8 -1
- package/node_modules/@smithy/smithy-client/package.json +14 -15
- package/node_modules/@smithy/types/dist-types/connection/config.d.ts +5 -0
- package/node_modules/@smithy/types/dist-types/middleware.d.ts +6 -0
- package/node_modules/@smithy/types/dist-types/retry.d.ts +4 -0
- package/node_modules/@smithy/types/dist-types/signature.d.ts +20 -3
- package/node_modules/@smithy/types/package.json +7 -8
- package/node_modules/@smithy/url-parser/README.md +10 -3
- package/node_modules/@smithy/url-parser/package.json +7 -8
- package/node_modules/@smithy/util-defaults-mode-browser/README.md +10 -3
- package/node_modules/@smithy/util-defaults-mode-browser/package.json +8 -9
- package/node_modules/@smithy/util-defaults-mode-node/README.md +10 -3
- package/node_modules/@smithy/util-defaults-mode-node/package.json +11 -12
- package/node_modules/@smithy/util-endpoints/README.md +10 -3
- package/node_modules/@smithy/util-endpoints/dist-cjs/index.js +212 -111
- package/node_modules/@smithy/util-endpoints/dist-es/bdd/BinaryDecisionDiagram.js +15 -0
- package/node_modules/@smithy/util-endpoints/dist-es/decideEndpoint.js +42 -0
- package/node_modules/@smithy/util-endpoints/dist-es/index.js +2 -0
- package/node_modules/@smithy/util-endpoints/dist-es/lib/coalesce.js +8 -0
- package/node_modules/@smithy/util-endpoints/dist-es/lib/getAttr.js +2 -1
- package/node_modules/@smithy/util-endpoints/dist-es/lib/index.js +3 -0
- package/node_modules/@smithy/util-endpoints/dist-es/lib/ite.js +3 -0
- package/node_modules/@smithy/util-endpoints/dist-es/lib/split.js +13 -0
- package/node_modules/@smithy/util-endpoints/dist-es/lib/substring.js +1 -1
- package/node_modules/@smithy/util-endpoints/dist-es/resolveEndpoint.js +8 -13
- package/node_modules/@smithy/util-endpoints/dist-es/utils/endpointFunctions.js +4 -1
- package/node_modules/@smithy/util-endpoints/dist-es/utils/evaluateCondition.js +9 -7
- package/node_modules/@smithy/util-endpoints/dist-es/utils/evaluateConditions.js +12 -8
- package/node_modules/@smithy/util-endpoints/dist-es/utils/evaluateEndpointRule.js +14 -13
- package/node_modules/@smithy/util-endpoints/dist-es/utils/evaluateErrorRule.js +7 -4
- package/node_modules/@smithy/util-endpoints/dist-es/utils/evaluateExpression.js +22 -5
- package/node_modules/@smithy/util-endpoints/dist-es/utils/evaluateRules.js +4 -4
- package/node_modules/@smithy/util-endpoints/dist-es/utils/evaluateTemplate.js +3 -6
- package/node_modules/@smithy/util-endpoints/dist-es/utils/getEndpointHeaders.js +5 -5
- package/node_modules/@smithy/util-endpoints/dist-es/utils/getEndpointProperties.js +4 -4
- package/node_modules/@smithy/util-endpoints/dist-es/utils/getReferenceValue.js +1 -5
- package/node_modules/@smithy/util-endpoints/dist-types/bdd/BinaryDecisionDiagram.d.ts +22 -0
- package/node_modules/@smithy/util-endpoints/dist-types/decideEndpoint.d.ts +7 -0
- package/node_modules/@smithy/util-endpoints/dist-types/index.d.ts +2 -0
- package/node_modules/@smithy/util-endpoints/dist-types/lib/coalesce.d.ts +7 -0
- package/node_modules/@smithy/util-endpoints/dist-types/lib/index.d.ts +3 -0
- package/node_modules/@smithy/util-endpoints/dist-types/lib/ite.d.ts +6 -0
- package/node_modules/@smithy/util-endpoints/dist-types/lib/split.d.ts +11 -0
- package/node_modules/@smithy/util-endpoints/dist-types/types/shared.d.ts +3 -3
- package/node_modules/@smithy/util-endpoints/dist-types/utils/endpointFunctions.d.ts +2 -11
- package/node_modules/@smithy/util-endpoints/dist-types/utils/evaluateCondition.d.ts +6 -3
- package/node_modules/@smithy/util-endpoints/dist-types/utils/evaluateConditions.d.ts +3 -3
- package/node_modules/@smithy/util-endpoints/dist-types/utils/getEndpointHeaders.d.ts +1 -1
- package/node_modules/@smithy/util-endpoints/dist-types/utils/getEndpointProperties.d.ts +2 -2
- package/node_modules/@smithy/util-endpoints/dist-types/utils/getReferenceValue.d.ts +3 -1
- package/node_modules/@smithy/util-endpoints/package.json +9 -10
- package/node_modules/@smithy/util-middleware/README.md +9 -4
- package/node_modules/@smithy/util-middleware/package.json +6 -7
- package/node_modules/@smithy/util-stream/package.json +12 -13
- package/node_modules/@smithy/util-waiter/README.md +10 -3
- package/node_modules/@smithy/util-waiter/package.json +7 -8
- package/node_modules/fast-xml-builder/package.json +1 -1
- package/node_modules/fast-xml-builder/src/fxb.js +6 -2
- package/node_modules/fast-xml-builder/src/orderedJs2Xml.js +16 -2
- package/node_modules/fast-xml-parser/CHANGELOG.md +53 -0
- package/node_modules/fast-xml-parser/README.md +8 -28
- package/node_modules/fast-xml-parser/lib/fxbuilder.min.js +1 -1
- package/node_modules/fast-xml-parser/lib/fxbuilder.min.js.map +1 -1
- package/node_modules/fast-xml-parser/lib/fxp.cjs +1 -1
- package/node_modules/fast-xml-parser/lib/fxp.d.cts +172 -6
- package/node_modules/fast-xml-parser/lib/fxp.min.js +1 -1
- package/node_modules/fast-xml-parser/lib/fxp.min.js.map +1 -1
- package/node_modules/fast-xml-parser/lib/fxparser.min.js +1 -1
- package/node_modules/fast-xml-parser/lib/fxparser.min.js.map +1 -1
- package/node_modules/fast-xml-parser/package.json +5 -4
- package/node_modules/fast-xml-parser/src/fxp.d.ts +162 -3
- package/node_modules/fast-xml-parser/src/xmlparser/DocTypeReader.js +2 -5
- package/node_modules/fast-xml-parser/src/xmlparser/OptionsBuilder.js +15 -11
- package/node_modules/fast-xml-parser/src/xmlparser/OrderedObjParser.js +168 -244
- package/node_modules/fast-xml-parser/src/xmlparser/XMLParser.js +1 -1
- package/node_modules/path-expression-matcher/README.md +214 -62
- package/node_modules/path-expression-matcher/lib/pem.cjs +1 -1
- package/node_modules/path-expression-matcher/lib/pem.d.cts +111 -0
- package/node_modules/path-expression-matcher/lib/pem.min.js +1 -1
- package/node_modules/path-expression-matcher/lib/pem.min.js.map +1 -1
- package/node_modules/path-expression-matcher/package.json +1 -1
- package/node_modules/path-expression-matcher/src/Expression.js +2 -2
- package/node_modules/path-expression-matcher/src/ExpressionSet.js +209 -0
- package/node_modules/path-expression-matcher/src/Matcher.js +247 -175
- package/node_modules/path-expression-matcher/src/index.d.ts +199 -194
- package/node_modules/path-expression-matcher/src/index.js +3 -2
- package/node_modules/strnum/CHANGELOG.md +9 -2
- package/node_modules/strnum/package.json +1 -1
- package/node_modules/strnum/strnum.js +12 -6
- package/package.json +9 -12
- package/version.json +1 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/endpoint/ruleset.js +0 -7
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/endpoint/ruleset.js +0 -4
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/endpoint/ruleset.d.ts +0 -2
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/endpoint/ruleset.d.ts +0 -2
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/util-retry/dist-es/defaultRetryBackoffStrategy.js +0 -14
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/util-retry/dist-es/defaultRetryToken.js +0 -11
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/util-retry/dist-types/defaultRetryBackoffStrategy.d.ts +0 -5
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/util-retry/dist-types/defaultRetryToken.d.ts +0 -9
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/util-retry/dist-types/ts3.4/AdaptiveRetryStrategy.d.ts +0 -33
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/util-retry/dist-types/ts3.4/ConfiguredRetryStrategy.d.ts +0 -32
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/util-retry/dist-types/ts3.4/DefaultRateLimiter.d.ts +0 -49
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/util-retry/dist-types/ts3.4/StandardRetryStrategy.d.ts +0 -26
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/util-retry/dist-types/ts3.4/config.d.ts +0 -20
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/util-retry/dist-types/ts3.4/constants.d.ts +0 -59
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/util-retry/dist-types/ts3.4/defaultRetryBackoffStrategy.d.ts +0 -5
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/util-retry/dist-types/ts3.4/defaultRetryToken.d.ts +0 -9
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/util-retry/dist-types/ts3.4/index.d.ts +0 -7
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/util-retry/dist-types/ts3.4/types.d.ts +0 -19
- package/node_modules/@aws-sdk/client-codedeploy/dist-cjs/endpoint/ruleset.js +0 -7
- package/node_modules/@aws-sdk/client-codedeploy/dist-es/endpoint/ruleset.js +0 -4
- package/node_modules/@aws-sdk/client-codedeploy/dist-types/endpoint/ruleset.d.ts +0 -2
- package/node_modules/@aws-sdk/client-codedeploy/dist-types/ts3.4/endpoint/ruleset.d.ts +0 -2
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@smithy/util-retry/dist-es/defaultRetryBackoffStrategy.js +0 -14
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@smithy/util-retry/dist-es/defaultRetryToken.js +0 -11
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@smithy/util-retry/dist-types/defaultRetryBackoffStrategy.d.ts +0 -5
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@smithy/util-retry/dist-types/defaultRetryToken.d.ts +0 -9
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@smithy/util-retry/dist-types/ts3.4/AdaptiveRetryStrategy.d.ts +0 -33
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@smithy/util-retry/dist-types/ts3.4/ConfiguredRetryStrategy.d.ts +0 -32
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@smithy/util-retry/dist-types/ts3.4/DefaultRateLimiter.d.ts +0 -49
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@smithy/util-retry/dist-types/ts3.4/StandardRetryStrategy.d.ts +0 -26
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@smithy/util-retry/dist-types/ts3.4/config.d.ts +0 -20
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@smithy/util-retry/dist-types/ts3.4/constants.d.ts +0 -59
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@smithy/util-retry/dist-types/ts3.4/defaultRetryBackoffStrategy.d.ts +0 -5
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@smithy/util-retry/dist-types/ts3.4/defaultRetryToken.d.ts +0 -9
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@smithy/util-retry/dist-types/ts3.4/index.d.ts +0 -7
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@smithy/util-retry/dist-types/ts3.4/types.d.ts +0 -19
- package/node_modules/@aws-sdk/client-ecs/dist-cjs/endpoint/ruleset.js +0 -7
- package/node_modules/@aws-sdk/client-ecs/dist-es/endpoint/ruleset.js +0 -4
- package/node_modules/@aws-sdk/client-ecs/dist-types/endpoint/ruleset.d.ts +0 -2
- package/node_modules/@aws-sdk/client-ecs/dist-types/ts3.4/endpoint/ruleset.d.ts +0 -2
- package/node_modules/@aws-sdk/client-ecs/node_modules/@smithy/util-retry/dist-es/defaultRetryBackoffStrategy.js +0 -14
- package/node_modules/@aws-sdk/client-ecs/node_modules/@smithy/util-retry/dist-es/defaultRetryToken.js +0 -11
- package/node_modules/@aws-sdk/client-ecs/node_modules/@smithy/util-retry/dist-types/defaultRetryBackoffStrategy.d.ts +0 -5
- package/node_modules/@aws-sdk/client-ecs/node_modules/@smithy/util-retry/dist-types/defaultRetryToken.d.ts +0 -9
- package/node_modules/@aws-sdk/client-ecs/node_modules/@smithy/util-retry/dist-types/ts3.4/AdaptiveRetryStrategy.d.ts +0 -33
- package/node_modules/@aws-sdk/client-ecs/node_modules/@smithy/util-retry/dist-types/ts3.4/ConfiguredRetryStrategy.d.ts +0 -32
- package/node_modules/@aws-sdk/client-ecs/node_modules/@smithy/util-retry/dist-types/ts3.4/DefaultRateLimiter.d.ts +0 -49
- package/node_modules/@aws-sdk/client-ecs/node_modules/@smithy/util-retry/dist-types/ts3.4/StandardRetryStrategy.d.ts +0 -26
- package/node_modules/@aws-sdk/client-ecs/node_modules/@smithy/util-retry/dist-types/ts3.4/config.d.ts +0 -20
- package/node_modules/@aws-sdk/client-ecs/node_modules/@smithy/util-retry/dist-types/ts3.4/constants.d.ts +0 -59
- package/node_modules/@aws-sdk/client-ecs/node_modules/@smithy/util-retry/dist-types/ts3.4/defaultRetryBackoffStrategy.d.ts +0 -5
- package/node_modules/@aws-sdk/client-ecs/node_modules/@smithy/util-retry/dist-types/ts3.4/defaultRetryToken.d.ts +0 -9
- package/node_modules/@aws-sdk/client-ecs/node_modules/@smithy/util-retry/dist-types/ts3.4/index.d.ts +0 -7
- package/node_modules/@aws-sdk/client-ecs/node_modules/@smithy/util-retry/dist-types/ts3.4/types.d.ts +0 -19
- package/node_modules/@aws-sdk/client-organizations/dist-cjs/endpoint/ruleset.js +0 -7
- package/node_modules/@aws-sdk/client-organizations/dist-es/endpoint/ruleset.js +0 -4
- package/node_modules/@aws-sdk/client-organizations/dist-types/endpoint/ruleset.d.ts +0 -2
- package/node_modules/@aws-sdk/client-organizations/dist-types/ts3.4/endpoint/ruleset.d.ts +0 -2
- package/node_modules/@aws-sdk/client-organizations/node_modules/@smithy/util-retry/dist-es/defaultRetryBackoffStrategy.js +0 -14
- package/node_modules/@aws-sdk/client-organizations/node_modules/@smithy/util-retry/dist-es/defaultRetryToken.js +0 -11
- package/node_modules/@aws-sdk/client-organizations/node_modules/@smithy/util-retry/dist-types/defaultRetryBackoffStrategy.d.ts +0 -5
- package/node_modules/@aws-sdk/client-organizations/node_modules/@smithy/util-retry/dist-types/defaultRetryToken.d.ts +0 -9
- package/node_modules/@aws-sdk/client-organizations/node_modules/@smithy/util-retry/dist-types/ts3.4/AdaptiveRetryStrategy.d.ts +0 -33
- package/node_modules/@aws-sdk/client-organizations/node_modules/@smithy/util-retry/dist-types/ts3.4/ConfiguredRetryStrategy.d.ts +0 -32
- package/node_modules/@aws-sdk/client-organizations/node_modules/@smithy/util-retry/dist-types/ts3.4/DefaultRateLimiter.d.ts +0 -49
- package/node_modules/@aws-sdk/client-organizations/node_modules/@smithy/util-retry/dist-types/ts3.4/StandardRetryStrategy.d.ts +0 -26
- package/node_modules/@aws-sdk/client-organizations/node_modules/@smithy/util-retry/dist-types/ts3.4/config.d.ts +0 -20
- package/node_modules/@aws-sdk/client-organizations/node_modules/@smithy/util-retry/dist-types/ts3.4/constants.d.ts +0 -59
- package/node_modules/@aws-sdk/client-organizations/node_modules/@smithy/util-retry/dist-types/ts3.4/defaultRetryBackoffStrategy.d.ts +0 -5
- package/node_modules/@aws-sdk/client-organizations/node_modules/@smithy/util-retry/dist-types/ts3.4/defaultRetryToken.d.ts +0 -9
- package/node_modules/@aws-sdk/client-organizations/node_modules/@smithy/util-retry/dist-types/ts3.4/index.d.ts +0 -7
- package/node_modules/@aws-sdk/client-organizations/node_modules/@smithy/util-retry/dist-types/ts3.4/types.d.ts +0 -19
- package/node_modules/@aws-sdk/client-secrets-manager/dist-cjs/endpoint/ruleset.js +0 -7
- package/node_modules/@aws-sdk/client-secrets-manager/dist-es/endpoint/ruleset.js +0 -4
- package/node_modules/@aws-sdk/client-secrets-manager/dist-types/endpoint/ruleset.d.ts +0 -2
- package/node_modules/@aws-sdk/client-secrets-manager/dist-types/ts3.4/endpoint/ruleset.d.ts +0 -2
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@smithy/util-retry/dist-es/defaultRetryBackoffStrategy.js +0 -14
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@smithy/util-retry/dist-es/defaultRetryToken.js +0 -11
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@smithy/util-retry/dist-types/defaultRetryBackoffStrategy.d.ts +0 -5
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@smithy/util-retry/dist-types/defaultRetryToken.d.ts +0 -9
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@smithy/util-retry/dist-types/ts3.4/AdaptiveRetryStrategy.d.ts +0 -33
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@smithy/util-retry/dist-types/ts3.4/ConfiguredRetryStrategy.d.ts +0 -32
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@smithy/util-retry/dist-types/ts3.4/DefaultRateLimiter.d.ts +0 -49
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@smithy/util-retry/dist-types/ts3.4/StandardRetryStrategy.d.ts +0 -26
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@smithy/util-retry/dist-types/ts3.4/config.d.ts +0 -20
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@smithy/util-retry/dist-types/ts3.4/constants.d.ts +0 -59
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@smithy/util-retry/dist-types/ts3.4/defaultRetryBackoffStrategy.d.ts +0 -5
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@smithy/util-retry/dist-types/ts3.4/defaultRetryToken.d.ts +0 -9
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@smithy/util-retry/dist-types/ts3.4/index.d.ts +0 -7
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@smithy/util-retry/dist-types/ts3.4/types.d.ts +0 -19
- package/node_modules/@aws-sdk/client-ssm/dist-cjs/endpoint/ruleset.js +0 -7
- package/node_modules/@aws-sdk/client-ssm/dist-es/endpoint/ruleset.js +0 -4
- package/node_modules/@aws-sdk/client-ssm/dist-types/endpoint/ruleset.d.ts +0 -2
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/endpoint/ruleset.d.ts +0 -2
- package/node_modules/@aws-sdk/client-ssm/node_modules/@smithy/util-retry/dist-es/defaultRetryBackoffStrategy.js +0 -14
- package/node_modules/@aws-sdk/client-ssm/node_modules/@smithy/util-retry/dist-es/defaultRetryToken.js +0 -11
- package/node_modules/@aws-sdk/client-ssm/node_modules/@smithy/util-retry/dist-types/defaultRetryBackoffStrategy.d.ts +0 -5
- package/node_modules/@aws-sdk/client-ssm/node_modules/@smithy/util-retry/dist-types/defaultRetryToken.d.ts +0 -9
- package/node_modules/@aws-sdk/client-ssm/node_modules/@smithy/util-retry/dist-types/ts3.4/AdaptiveRetryStrategy.d.ts +0 -33
- package/node_modules/@aws-sdk/client-ssm/node_modules/@smithy/util-retry/dist-types/ts3.4/ConfiguredRetryStrategy.d.ts +0 -32
- package/node_modules/@aws-sdk/client-ssm/node_modules/@smithy/util-retry/dist-types/ts3.4/DefaultRateLimiter.d.ts +0 -49
- package/node_modules/@aws-sdk/client-ssm/node_modules/@smithy/util-retry/dist-types/ts3.4/StandardRetryStrategy.d.ts +0 -26
- package/node_modules/@aws-sdk/client-ssm/node_modules/@smithy/util-retry/dist-types/ts3.4/config.d.ts +0 -20
- package/node_modules/@aws-sdk/client-ssm/node_modules/@smithy/util-retry/dist-types/ts3.4/constants.d.ts +0 -59
- package/node_modules/@aws-sdk/client-ssm/node_modules/@smithy/util-retry/dist-types/ts3.4/defaultRetryBackoffStrategy.d.ts +0 -5
- package/node_modules/@aws-sdk/client-ssm/node_modules/@smithy/util-retry/dist-types/ts3.4/defaultRetryToken.d.ts +0 -9
- package/node_modules/@aws-sdk/client-ssm/node_modules/@smithy/util-retry/dist-types/ts3.4/index.d.ts +0 -7
- package/node_modules/@aws-sdk/client-ssm/node_modules/@smithy/util-retry/dist-types/ts3.4/types.d.ts +0 -19
- package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@smithy/util-retry/dist-es/defaultRetryBackoffStrategy.js +0 -14
- package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@smithy/util-retry/dist-es/defaultRetryToken.js +0 -11
- package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@smithy/util-retry/dist-types/defaultRetryBackoffStrategy.d.ts +0 -5
- package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@smithy/util-retry/dist-types/defaultRetryToken.d.ts +0 -9
- package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@smithy/util-retry/dist-types/ts3.4/AdaptiveRetryStrategy.d.ts +0 -33
- package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@smithy/util-retry/dist-types/ts3.4/ConfiguredRetryStrategy.d.ts +0 -32
- package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@smithy/util-retry/dist-types/ts3.4/DefaultRateLimiter.d.ts +0 -49
- package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@smithy/util-retry/dist-types/ts3.4/StandardRetryStrategy.d.ts +0 -26
- package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@smithy/util-retry/dist-types/ts3.4/config.d.ts +0 -20
- package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@smithy/util-retry/dist-types/ts3.4/constants.d.ts +0 -59
- package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@smithy/util-retry/dist-types/ts3.4/defaultRetryBackoffStrategy.d.ts +0 -5
- package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@smithy/util-retry/dist-types/ts3.4/defaultRetryToken.d.ts +0 -9
- package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@smithy/util-retry/dist-types/ts3.4/index.d.ts +0 -7
- package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@smithy/util-retry/dist-types/ts3.4/types.d.ts +0 -19
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/cognito-identity/endpoint/ruleset.js +0 -146
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/endpoint/ruleset.js +0 -133
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso/endpoint/ruleset.js +0 -106
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/endpoint/ruleset.js +0 -106
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/endpoint/ruleset.js +0 -145
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/cognito-identity/endpoint/ruleset.js +0 -143
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/endpoint/ruleset.js +0 -130
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso/endpoint/ruleset.js +0 -103
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/endpoint/ruleset.js +0 -103
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/endpoint/ruleset.js +0 -142
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/endpoint/ruleset.d.ts +0 -2
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/endpoint/ruleset.d.ts +0 -2
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso/endpoint/ruleset.d.ts +0 -2
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/endpoint/ruleset.d.ts +0 -2
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/endpoint/ruleset.d.ts +0 -2
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/endpoint/ruleset.d.ts +0 -2
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/endpoint/ruleset.d.ts +0 -2
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso/endpoint/ruleset.d.ts +0 -2
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/endpoint/ruleset.d.ts +0 -2
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/endpoint/ruleset.d.ts +0 -2
- package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/util-retry/dist-es/defaultRetryBackoffStrategy.js +0 -14
- package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/util-retry/dist-es/defaultRetryToken.js +0 -11
- package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/util-retry/dist-types/defaultRetryBackoffStrategy.d.ts +0 -5
- package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/util-retry/dist-types/defaultRetryToken.d.ts +0 -9
- package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/util-retry/dist-types/ts3.4/AdaptiveRetryStrategy.d.ts +0 -33
- package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/util-retry/dist-types/ts3.4/ConfiguredRetryStrategy.d.ts +0 -32
- package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/util-retry/dist-types/ts3.4/DefaultRateLimiter.d.ts +0 -49
- package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/util-retry/dist-types/ts3.4/StandardRetryStrategy.d.ts +0 -26
- package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/util-retry/dist-types/ts3.4/config.d.ts +0 -20
- package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/util-retry/dist-types/ts3.4/constants.d.ts +0 -59
- package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/util-retry/dist-types/ts3.4/defaultRetryBackoffStrategy.d.ts +0 -5
- package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/util-retry/dist-types/ts3.4/defaultRetryToken.d.ts +0 -9
- package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/util-retry/dist-types/ts3.4/index.d.ts +0 -7
- package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/util-retry/dist-types/ts3.4/types.d.ts +0 -19
- package/node_modules/@smithy/abort-controller/README.md +0 -4
- package/node_modules/@smithy/abort-controller/dist-cjs/index.js +0 -32
- package/node_modules/@smithy/abort-controller/dist-es/AbortController.js +0 -7
- package/node_modules/@smithy/abort-controller/dist-es/AbortSignal.js +0 -20
- package/node_modules/@smithy/abort-controller/dist-es/index.js +0 -2
- package/node_modules/@smithy/abort-controller/dist-types/AbortController.d.ts +0 -16
- package/node_modules/@smithy/abort-controller/dist-types/AbortSignal.d.ts +0 -21
- package/node_modules/@smithy/abort-controller/dist-types/index.d.ts +0 -9
- package/node_modules/@smithy/abort-controller/dist-types/ts3.4/AbortController.d.ts +0 -16
- package/node_modules/@smithy/abort-controller/dist-types/ts3.4/AbortSignal.d.ts +0 -21
- package/node_modules/@smithy/abort-controller/dist-types/ts3.4/index.d.ts +0 -9
- package/node_modules/@smithy/abort-controller/package.json +0 -63
- package/node_modules/@smithy/config-resolver/dist-types/ts3.4/endpointsConfig/NodeUseDualstackEndpointConfigOptions.d.ts +0 -23
- package/node_modules/@smithy/config-resolver/dist-types/ts3.4/endpointsConfig/NodeUseFipsEndpointConfigOptions.d.ts +0 -23
- package/node_modules/@smithy/config-resolver/dist-types/ts3.4/endpointsConfig/index.d.ts +0 -16
- package/node_modules/@smithy/config-resolver/dist-types/ts3.4/endpointsConfig/resolveCustomEndpointsConfig.d.ts +0 -37
- package/node_modules/@smithy/config-resolver/dist-types/ts3.4/endpointsConfig/resolveEndpointsConfig.d.ts +0 -57
- package/node_modules/@smithy/config-resolver/dist-types/ts3.4/endpointsConfig/utils/getEndpointFromRegion.d.ts +0 -11
- package/node_modules/@smithy/config-resolver/dist-types/ts3.4/index.d.ts +0 -12
- package/node_modules/@smithy/config-resolver/dist-types/ts3.4/regionConfig/checkRegion.d.ts +0 -9
- package/node_modules/@smithy/config-resolver/dist-types/ts3.4/regionConfig/config.d.ts +0 -17
- package/node_modules/@smithy/config-resolver/dist-types/ts3.4/regionConfig/getRealRegion.d.ts +0 -4
- package/node_modules/@smithy/config-resolver/dist-types/ts3.4/regionConfig/index.d.ts +0 -8
- package/node_modules/@smithy/config-resolver/dist-types/ts3.4/regionConfig/isFipsRegion.d.ts +0 -4
- package/node_modules/@smithy/config-resolver/dist-types/ts3.4/regionConfig/resolveRegionConfig.d.ts +0 -34
- package/node_modules/@smithy/config-resolver/dist-types/ts3.4/regionInfo/EndpointVariant.d.ts +0 -11
- package/node_modules/@smithy/config-resolver/dist-types/ts3.4/regionInfo/EndpointVariantTag.d.ts +0 -10
- package/node_modules/@smithy/config-resolver/dist-types/ts3.4/regionInfo/PartitionHash.d.ts +0 -15
- package/node_modules/@smithy/config-resolver/dist-types/ts3.4/regionInfo/RegionHash.d.ts +0 -13
- package/node_modules/@smithy/config-resolver/dist-types/ts3.4/regionInfo/getHostnameFromVariants.d.ts +0 -14
- package/node_modules/@smithy/config-resolver/dist-types/ts3.4/regionInfo/getRegionInfo.d.ts +0 -19
- package/node_modules/@smithy/config-resolver/dist-types/ts3.4/regionInfo/getResolvedHostname.d.ts +0 -13
- package/node_modules/@smithy/config-resolver/dist-types/ts3.4/regionInfo/getResolvedPartition.d.ts +0 -13
- package/node_modules/@smithy/config-resolver/dist-types/ts3.4/regionInfo/getResolvedSigningRegion.d.ts +0 -14
- package/node_modules/@smithy/config-resolver/dist-types/ts3.4/regionInfo/index.d.ts +0 -12
- package/node_modules/@smithy/core/dist-types/ts3.4/getSmithyContext.d.ts +0 -5
- package/node_modules/@smithy/core/dist-types/ts3.4/index.d.ts +0 -8
- package/node_modules/@smithy/core/dist-types/ts3.4/middleware-http-auth-scheme/getHttpAuthSchemeEndpointRuleSetPlugin.d.ts +0 -18
- package/node_modules/@smithy/core/dist-types/ts3.4/middleware-http-auth-scheme/getHttpAuthSchemePlugin.d.ts +0 -18
- package/node_modules/@smithy/core/dist-types/ts3.4/middleware-http-auth-scheme/httpAuthSchemeMiddleware.d.ts +0 -33
- package/node_modules/@smithy/core/dist-types/ts3.4/middleware-http-auth-scheme/index.d.ts +0 -3
- package/node_modules/@smithy/core/dist-types/ts3.4/middleware-http-auth-scheme/resolveAuthOptions.d.ts +0 -10
- package/node_modules/@smithy/core/dist-types/ts3.4/middleware-http-signing/getHttpSigningMiddleware.d.ts +0 -9
- package/node_modules/@smithy/core/dist-types/ts3.4/middleware-http-signing/httpSigningMiddleware.d.ts +0 -5
- package/node_modules/@smithy/core/dist-types/ts3.4/middleware-http-signing/index.d.ts +0 -2
- package/node_modules/@smithy/core/dist-types/ts3.4/normalizeProvider.d.ts +0 -7
- package/node_modules/@smithy/core/dist-types/ts3.4/pagination/createPaginator.d.ts +0 -7
- package/node_modules/@smithy/core/dist-types/ts3.4/request-builder/requestBuilder.d.ts +0 -5
- package/node_modules/@smithy/core/dist-types/ts3.4/setFeature.d.ts +0 -12
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/cbor/CborCodec.d.ts +0 -33
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/cbor/SmithyRpcV2CborProtocol.d.ts +0 -28
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/cbor/byte-printer.d.ts +0 -6
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/cbor/cbor-decode.d.ts +0 -17
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/cbor/cbor-encode.d.ts +0 -9
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/cbor/cbor-types.d.ts +0 -65
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/cbor/cbor.d.ts +0 -26
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/cbor/index.d.ts +0 -5
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/cbor/parseCborBody.d.ts +0 -31
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/endpoints/index.d.ts +0 -1
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/endpoints/toEndpointV1.d.ts +0 -6
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/event-streams/EventStreamSerde.d.ts +0 -60
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/event-streams/index.d.ts +0 -1
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/HttpBindingProtocol.d.ts +0 -31
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/HttpProtocol.d.ts +0 -89
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/RpcProtocol.d.ts +0 -16
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/SerdeContext.d.ts +0 -16
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/collect-stream-body.d.ts +0 -10
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/extended-encode-uri-component.d.ts +0 -7
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/index.d.ts +0 -13
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/requestBuilder.d.ts +0 -51
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/resolve-path.d.ts +0 -4
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/serde/FromStringShapeDeserializer.d.ts +0 -13
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/serde/HttpInterceptingShapeDeserializer.d.ts +0 -21
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/serde/HttpInterceptingShapeSerializer.d.ts +0 -23
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/serde/ToStringShapeSerializer.d.ts +0 -14
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/serde/determineTimestampFormat.d.ts +0 -9
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/TypeRegistry.d.ts +0 -71
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/deref.d.ts +0 -6
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/index.d.ts +0 -14
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/middleware/getSchemaSerdePlugin.d.ts +0 -14
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/middleware/schema-middleware-types.d.ts +0 -11
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/middleware/schemaDeserializationMiddleware.d.ts +0 -9
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/middleware/schemaSerializationMiddleware.d.ts +0 -6
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/ErrorSchema.d.ts +0 -37
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/ListSchema.d.ts +0 -23
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/MapSchema.d.ts +0 -24
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/NormalizedSchema.d.ts +0 -146
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/OperationSchema.d.ts +0 -23
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/Schema.d.ts +0 -16
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/SimpleSchema.d.ts +0 -28
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/StructureSchema.d.ts +0 -23
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/operation.d.ts +0 -7
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/sentinels.d.ts +0 -23
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/translateTraits.d.ts +0 -13
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/serde/copyDocumentWithTransform.d.ts +0 -6
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/serde/date-utils.d.ts +0 -73
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/serde/generateIdempotencyToken.d.ts +0 -2
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/serde/index.d.ts +0 -10
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/serde/lazy-json.d.ts +0 -45
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/serde/parse-utils.d.ts +0 -270
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/serde/quote-header.d.ts +0 -6
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/serde/schema-serde-lib/schema-date-utils.d.ts +0 -47
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/serde/split-every.d.ts +0 -11
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/serde/split-header.d.ts +0 -5
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/serde/value/NumericValue.d.ts +0 -33
- package/node_modules/@smithy/core/dist-types/ts3.4/util-identity-and-auth/DefaultIdentityProviderConfig.d.ts +0 -15
- package/node_modules/@smithy/core/dist-types/ts3.4/util-identity-and-auth/httpAuthSchemes/httpApiKeyAuth.d.ts +0 -8
- package/node_modules/@smithy/core/dist-types/ts3.4/util-identity-and-auth/httpAuthSchemes/httpBearerAuth.d.ts +0 -8
- package/node_modules/@smithy/core/dist-types/ts3.4/util-identity-and-auth/httpAuthSchemes/index.d.ts +0 -3
- package/node_modules/@smithy/core/dist-types/ts3.4/util-identity-and-auth/httpAuthSchemes/noAuth.d.ts +0 -8
- package/node_modules/@smithy/core/dist-types/ts3.4/util-identity-and-auth/index.d.ts +0 -3
- package/node_modules/@smithy/core/dist-types/ts3.4/util-identity-and-auth/memoizeIdentityProvider.d.ts +0 -30
- package/node_modules/@smithy/credential-provider-imds/dist-types/ts3.4/config/Endpoint.d.ts +0 -7
- package/node_modules/@smithy/credential-provider-imds/dist-types/ts3.4/config/EndpointConfigOptions.d.ts +0 -13
- package/node_modules/@smithy/credential-provider-imds/dist-types/ts3.4/config/EndpointMode.d.ts +0 -7
- package/node_modules/@smithy/credential-provider-imds/dist-types/ts3.4/config/EndpointModeConfigOptions.d.ts +0 -13
- package/node_modules/@smithy/credential-provider-imds/dist-types/ts3.4/error/InstanceMetadataV1FallbackError.d.ts +0 -12
- package/node_modules/@smithy/credential-provider-imds/dist-types/ts3.4/fromContainerMetadata.d.ts +0 -21
- package/node_modules/@smithy/credential-provider-imds/dist-types/ts3.4/fromInstanceMetadata.d.ts +0 -10
- package/node_modules/@smithy/credential-provider-imds/dist-types/ts3.4/index.d.ts +0 -28
- package/node_modules/@smithy/credential-provider-imds/dist-types/ts3.4/remoteProvider/ImdsCredentials.d.ts +0 -19
- package/node_modules/@smithy/credential-provider-imds/dist-types/ts3.4/remoteProvider/RemoteProviderInit.d.ts +0 -40
- package/node_modules/@smithy/credential-provider-imds/dist-types/ts3.4/remoteProvider/httpRequest.d.ts +0 -6
- package/node_modules/@smithy/credential-provider-imds/dist-types/ts3.4/remoteProvider/index.d.ts +0 -8
- package/node_modules/@smithy/credential-provider-imds/dist-types/ts3.4/remoteProvider/retry.d.ts +0 -10
- package/node_modules/@smithy/credential-provider-imds/dist-types/ts3.4/types.d.ts +0 -7
- package/node_modules/@smithy/credential-provider-imds/dist-types/ts3.4/utils/getExtendedInstanceMetadataCredentials.d.ts +0 -6
- package/node_modules/@smithy/credential-provider-imds/dist-types/ts3.4/utils/getInstanceMetadataEndpoint.d.ts +0 -21
- package/node_modules/@smithy/credential-provider-imds/dist-types/ts3.4/utils/staticStabilityProvider.d.ts +0 -16
- package/node_modules/@smithy/fetch-http-handler/dist-types/ts3.4/create-request.d.ts +0 -6
- package/node_modules/@smithy/fetch-http-handler/dist-types/ts3.4/fetch-http-handler.d.ts +0 -42
- package/node_modules/@smithy/fetch-http-handler/dist-types/ts3.4/index.d.ts +0 -2
- package/node_modules/@smithy/fetch-http-handler/dist-types/ts3.4/request-timeout.d.ts +0 -1
- package/node_modules/@smithy/fetch-http-handler/dist-types/ts3.4/stream-collector.d.ts +0 -2
- package/node_modules/@smithy/hash-node/dist-types/ts3.4/index.d.ts +0 -13
- package/node_modules/@smithy/invalid-dependency/dist-types/ts3.4/index.d.ts +0 -8
- package/node_modules/@smithy/invalid-dependency/dist-types/ts3.4/invalidFunction.d.ts +0 -4
- package/node_modules/@smithy/invalid-dependency/dist-types/ts3.4/invalidProvider.d.ts +0 -5
- package/node_modules/@smithy/middleware-content-length/dist-types/ts3.4/index.d.ts +0 -6
- package/node_modules/@smithy/middleware-endpoint/dist-types/ts3.4/adaptors/createConfigValueProvider.d.ts +0 -14
- package/node_modules/@smithy/middleware-endpoint/dist-types/ts3.4/adaptors/getEndpointFromConfig.browser.d.ts +0 -1
- package/node_modules/@smithy/middleware-endpoint/dist-types/ts3.4/adaptors/getEndpointFromConfig.d.ts +0 -4
- package/node_modules/@smithy/middleware-endpoint/dist-types/ts3.4/adaptors/getEndpointFromInstructions.d.ts +0 -28
- package/node_modules/@smithy/middleware-endpoint/dist-types/ts3.4/adaptors/getEndpointUrlConfig.d.ts +0 -2
- package/node_modules/@smithy/middleware-endpoint/dist-types/ts3.4/adaptors/index.d.ts +0 -8
- package/node_modules/@smithy/middleware-endpoint/dist-types/ts3.4/adaptors/toEndpointV1.d.ts +0 -6
- package/node_modules/@smithy/middleware-endpoint/dist-types/ts3.4/endpointMiddleware.d.ts +0 -10
- package/node_modules/@smithy/middleware-endpoint/dist-types/ts3.4/getEndpointPlugin.d.ts +0 -11
- package/node_modules/@smithy/middleware-endpoint/dist-types/ts3.4/index.d.ts +0 -18
- package/node_modules/@smithy/middleware-endpoint/dist-types/ts3.4/resolveEndpointConfig.d.ts +0 -109
- package/node_modules/@smithy/middleware-endpoint/dist-types/ts3.4/resolveEndpointRequiredConfig.d.ts +0 -32
- package/node_modules/@smithy/middleware-endpoint/dist-types/ts3.4/service-customizations/index.d.ts +0 -4
- package/node_modules/@smithy/middleware-endpoint/dist-types/ts3.4/service-customizations/s3.d.ts +0 -26
- package/node_modules/@smithy/middleware-endpoint/dist-types/ts3.4/types.d.ts +0 -41
- package/node_modules/@smithy/middleware-retry/dist-es/StandardRetryStrategy.js +0 -94
- package/node_modules/@smithy/middleware-retry/dist-types/AdaptiveRetryStrategy.d.ts +0 -23
- package/node_modules/@smithy/middleware-retry/dist-types/defaultRetryQuota.d.ts +0 -24
- package/node_modules/@smithy/middleware-retry/dist-types/delayDecider.d.ts +0 -5
- package/node_modules/@smithy/middleware-retry/dist-types/ts3.4/AdaptiveRetryStrategy.d.ts +0 -23
- package/node_modules/@smithy/middleware-retry/dist-types/ts3.4/StandardRetryStrategy.d.ts +0 -33
- package/node_modules/@smithy/middleware-retry/dist-types/ts3.4/configurations.d.ts +0 -66
- package/node_modules/@smithy/middleware-retry/dist-types/ts3.4/defaultRetryQuota.d.ts +0 -24
- package/node_modules/@smithy/middleware-retry/dist-types/ts3.4/delayDecider.d.ts +0 -5
- package/node_modules/@smithy/middleware-retry/dist-types/ts3.4/index.d.ts +0 -7
- package/node_modules/@smithy/middleware-retry/dist-types/ts3.4/isStreamingPayload/isStreamingPayload.browser.d.ts +0 -5
- package/node_modules/@smithy/middleware-retry/dist-types/ts3.4/isStreamingPayload/isStreamingPayload.d.ts +0 -5
- package/node_modules/@smithy/middleware-retry/dist-types/ts3.4/omitRetryHeadersMiddleware.d.ts +0 -13
- package/node_modules/@smithy/middleware-retry/dist-types/ts3.4/retryDecider.d.ts +0 -6
- package/node_modules/@smithy/middleware-retry/dist-types/ts3.4/retryMiddleware.d.ts +0 -18
- package/node_modules/@smithy/middleware-retry/dist-types/ts3.4/types.d.ts +0 -65
- package/node_modules/@smithy/middleware-retry/dist-types/ts3.4/util.d.ts +0 -2
- package/node_modules/@smithy/middleware-retry/node_modules/@smithy/util-retry/dist-es/defaultRetryBackoffStrategy.js +0 -14
- package/node_modules/@smithy/middleware-retry/node_modules/@smithy/util-retry/dist-es/defaultRetryToken.js +0 -11
- package/node_modules/@smithy/middleware-retry/node_modules/@smithy/util-retry/dist-types/defaultRetryBackoffStrategy.d.ts +0 -5
- package/node_modules/@smithy/middleware-retry/node_modules/@smithy/util-retry/dist-types/defaultRetryToken.d.ts +0 -9
- package/node_modules/@smithy/middleware-retry/node_modules/@smithy/util-retry/dist-types/ts3.4/AdaptiveRetryStrategy.d.ts +0 -33
- package/node_modules/@smithy/middleware-retry/node_modules/@smithy/util-retry/dist-types/ts3.4/ConfiguredRetryStrategy.d.ts +0 -32
- package/node_modules/@smithy/middleware-retry/node_modules/@smithy/util-retry/dist-types/ts3.4/DefaultRateLimiter.d.ts +0 -49
- package/node_modules/@smithy/middleware-retry/node_modules/@smithy/util-retry/dist-types/ts3.4/StandardRetryStrategy.d.ts +0 -26
- package/node_modules/@smithy/middleware-retry/node_modules/@smithy/util-retry/dist-types/ts3.4/config.d.ts +0 -20
- package/node_modules/@smithy/middleware-retry/node_modules/@smithy/util-retry/dist-types/ts3.4/constants.d.ts +0 -59
- package/node_modules/@smithy/middleware-retry/node_modules/@smithy/util-retry/dist-types/ts3.4/defaultRetryBackoffStrategy.d.ts +0 -5
- package/node_modules/@smithy/middleware-retry/node_modules/@smithy/util-retry/dist-types/ts3.4/defaultRetryToken.d.ts +0 -9
- package/node_modules/@smithy/middleware-retry/node_modules/@smithy/util-retry/dist-types/ts3.4/index.d.ts +0 -7
- package/node_modules/@smithy/middleware-retry/node_modules/@smithy/util-retry/dist-types/ts3.4/types.d.ts +0 -19
- package/node_modules/@smithy/middleware-serde/dist-types/ts3.4/deserializerMiddleware.d.ts +0 -6
- package/node_modules/@smithy/middleware-serde/dist-types/ts3.4/index.d.ts +0 -3
- package/node_modules/@smithy/middleware-serde/dist-types/ts3.4/serdePlugin.d.ts +0 -24
- package/node_modules/@smithy/middleware-serde/dist-types/ts3.4/serializerMiddleware.d.ts +0 -6
- package/node_modules/@smithy/middleware-stack/dist-types/ts3.4/MiddlewareStack.d.ts +0 -5
- package/node_modules/@smithy/middleware-stack/dist-types/ts3.4/index.d.ts +0 -1
- package/node_modules/@smithy/middleware-stack/dist-types/ts3.4/types.d.ts +0 -22
- package/node_modules/@smithy/node-config-provider/dist-types/ts3.4/configLoader.d.ts +0 -31
- package/node_modules/@smithy/node-config-provider/dist-types/ts3.4/fromEnv.d.ts +0 -20
- package/node_modules/@smithy/node-config-provider/dist-types/ts3.4/fromSharedConfigFiles.d.ts +0 -22
- package/node_modules/@smithy/node-config-provider/dist-types/ts3.4/fromStatic.d.ts +0 -9
- package/node_modules/@smithy/node-config-provider/dist-types/ts3.4/getSelectorName.d.ts +0 -9
- package/node_modules/@smithy/node-config-provider/dist-types/ts3.4/index.d.ts +0 -4
- package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/build-abort-error.d.ts +0 -10
- package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/constants.d.ts +0 -5
- package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/get-transformed-headers.d.ts +0 -4
- package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/index.d.ts +0 -3
- package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/node-http-handler.d.ts +0 -46
- package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/node-http2-connection-manager.d.ts +0 -24
- package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/node-http2-connection-pool.d.ts +0 -12
- package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/node-http2-handler.d.ts +0 -63
- package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/readable.mock.d.ts +0 -13
- package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/server.mock.d.ts +0 -12
- package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/set-connection-timeout.d.ts +0 -2
- package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/set-request-timeout.d.ts +0 -6
- package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/set-socket-keep-alive.d.ts +0 -6
- package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/set-socket-timeout.d.ts +0 -2
- package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/stream-collector/collector.d.ts +0 -5
- package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/stream-collector/index.d.ts +0 -6
- package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/stream-collector/readable.mock.d.ts +0 -13
- package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/timing.d.ts +0 -8
- package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/write-request-body.d.ts +0 -12
- package/node_modules/@smithy/property-provider/dist-types/ts3.4/CredentialsProviderError.d.ts +0 -31
- package/node_modules/@smithy/property-provider/dist-types/ts3.4/ProviderError.d.ts +0 -39
- package/node_modules/@smithy/property-provider/dist-types/ts3.4/TokenProviderError.d.ts +0 -31
- package/node_modules/@smithy/property-provider/dist-types/ts3.4/chain.d.ts +0 -13
- package/node_modules/@smithy/property-provider/dist-types/ts3.4/fromStatic.d.ts +0 -5
- package/node_modules/@smithy/property-provider/dist-types/ts3.4/index.d.ts +0 -24
- package/node_modules/@smithy/property-provider/dist-types/ts3.4/memoize.d.ts +0 -40
- package/node_modules/@smithy/protocol-http/dist-types/ts3.4/Field.d.ts +0 -50
- package/node_modules/@smithy/protocol-http/dist-types/ts3.4/Fields.d.ts +0 -44
- package/node_modules/@smithy/protocol-http/dist-types/ts3.4/extensions/httpExtensionConfiguration.d.ts +0 -33
- package/node_modules/@smithy/protocol-http/dist-types/ts3.4/extensions/index.d.ts +0 -1
- package/node_modules/@smithy/protocol-http/dist-types/ts3.4/httpHandler.d.ts +0 -35
- package/node_modules/@smithy/protocol-http/dist-types/ts3.4/httpRequest.d.ts +0 -56
- package/node_modules/@smithy/protocol-http/dist-types/ts3.4/httpResponse.d.ts +0 -29
- package/node_modules/@smithy/protocol-http/dist-types/ts3.4/index.d.ts +0 -8
- package/node_modules/@smithy/protocol-http/dist-types/ts3.4/isValidHostname.d.ts +0 -1
- package/node_modules/@smithy/protocol-http/dist-types/ts3.4/types.d.ts +0 -21
- package/node_modules/@smithy/querystring-builder/dist-types/ts3.4/index.d.ts +0 -5
- package/node_modules/@smithy/querystring-parser/dist-types/ts3.4/index.d.ts +0 -5
- package/node_modules/@smithy/service-error-classification/dist-types/ts3.4/constants.d.ts +0 -30
- package/node_modules/@smithy/service-error-classification/dist-types/ts3.4/index.d.ts +0 -24
- package/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/constants.d.ts +0 -4
- package/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/externalDataInterceptor.d.ts +0 -9
- package/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/getConfigData.d.ts +0 -8
- package/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/getConfigFilepath.d.ts +0 -2
- package/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/getCredentialsFilepath.d.ts +0 -2
- package/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/getHomeDir.d.ts +0 -6
- package/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/getProfileName.d.ts +0 -15
- package/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/getSSOTokenFilepath.d.ts +0 -5
- package/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/getSSOTokenFromFile.d.ts +0 -52
- package/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/getSsoSessionData.d.ts +0 -6
- package/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/index.d.ts +0 -10
- package/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/loadSharedConfigFiles.d.ts +0 -33
- package/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/loadSsoSessionData.d.ts +0 -17
- package/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/mergeConfigFiles.d.ts +0 -7
- package/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/parseIni.d.ts +0 -2
- package/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/parseKnownFiles.d.ts +0 -18
- package/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/readFile.d.ts +0 -21
- package/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/types.d.ts +0 -16
- package/node_modules/@smithy/signature-v4/dist-types/ts3.4/HeaderFormatter.d.ts +0 -24
- package/node_modules/@smithy/signature-v4/dist-types/ts3.4/SignatureV4.d.ts +0 -21
- package/node_modules/@smithy/signature-v4/dist-types/ts3.4/SignatureV4Base.d.ts +0 -69
- package/node_modules/@smithy/signature-v4/dist-types/ts3.4/constants.d.ts +0 -43
- package/node_modules/@smithy/signature-v4/dist-types/ts3.4/credentialDerivation.d.ts +0 -30
- package/node_modules/@smithy/signature-v4/dist-types/ts3.4/getCanonicalHeaders.d.ts +0 -5
- package/node_modules/@smithy/signature-v4/dist-types/ts3.4/getCanonicalQuery.d.ts +0 -5
- package/node_modules/@smithy/signature-v4/dist-types/ts3.4/getPayloadHash.d.ts +0 -5
- package/node_modules/@smithy/signature-v4/dist-types/ts3.4/headerUtil.d.ts +0 -4
- package/node_modules/@smithy/signature-v4/dist-types/ts3.4/index.d.ts +0 -11
- package/node_modules/@smithy/signature-v4/dist-types/ts3.4/moveHeadersToQuery.d.ts +0 -10
- package/node_modules/@smithy/signature-v4/dist-types/ts3.4/prepareRequest.d.ts +0 -5
- package/node_modules/@smithy/signature-v4/dist-types/ts3.4/signature-v4a-container.d.ts +0 -24
- package/node_modules/@smithy/signature-v4/dist-types/ts3.4/suite.fixture.d.ts +0 -14
- package/node_modules/@smithy/signature-v4/dist-types/ts3.4/utilDate.d.ts +0 -2
- package/node_modules/@smithy/smithy-client/dist-types/ts3.4/NoOpLogger.d.ts +0 -11
- package/node_modules/@smithy/smithy-client/dist-types/ts3.4/client.d.ts +0 -87
- package/node_modules/@smithy/smithy-client/dist-types/ts3.4/collect-stream-body.d.ts +0 -5
- package/node_modules/@smithy/smithy-client/dist-types/ts3.4/command.d.ts +0 -119
- package/node_modules/@smithy/smithy-client/dist-types/ts3.4/constants.d.ts +0 -4
- package/node_modules/@smithy/smithy-client/dist-types/ts3.4/create-aggregated-client.d.ts +0 -18
- package/node_modules/@smithy/smithy-client/dist-types/ts3.4/default-error-handler.d.ts +0 -15
- package/node_modules/@smithy/smithy-client/dist-types/ts3.4/defaults-mode.d.ts +0 -28
- package/node_modules/@smithy/smithy-client/dist-types/ts3.4/emitWarningIfUnsupportedVersion.d.ts +0 -8
- package/node_modules/@smithy/smithy-client/dist-types/ts3.4/exceptions.d.ts +0 -42
- package/node_modules/@smithy/smithy-client/dist-types/ts3.4/extended-encode-uri-component.d.ts +0 -5
- package/node_modules/@smithy/smithy-client/dist-types/ts3.4/extensions/checksum.d.ts +0 -26
- package/node_modules/@smithy/smithy-client/dist-types/ts3.4/extensions/defaultExtensionConfiguration.d.ts +0 -38
- package/node_modules/@smithy/smithy-client/dist-types/ts3.4/extensions/index.d.ts +0 -1
- package/node_modules/@smithy/smithy-client/dist-types/ts3.4/extensions/retry.d.ts +0 -18
- package/node_modules/@smithy/smithy-client/dist-types/ts3.4/get-array-if-single-item.d.ts +0 -7
- package/node_modules/@smithy/smithy-client/dist-types/ts3.4/get-value-from-text-node.d.ts +0 -7
- package/node_modules/@smithy/smithy-client/dist-types/ts3.4/index.d.ts +0 -21
- package/node_modules/@smithy/smithy-client/dist-types/ts3.4/is-serializable-header-value.d.ts +0 -5
- package/node_modules/@smithy/smithy-client/dist-types/ts3.4/object-mapping.d.ts +0 -178
- package/node_modules/@smithy/smithy-client/dist-types/ts3.4/resolve-path.d.ts +0 -5
- package/node_modules/@smithy/smithy-client/dist-types/ts3.4/schemaLogFilter.d.ts +0 -9
- package/node_modules/@smithy/smithy-client/dist-types/ts3.4/ser-utils.d.ts +0 -15
- package/node_modules/@smithy/smithy-client/dist-types/ts3.4/serde-json.d.ts +0 -12
- package/node_modules/@smithy/types/dist-types/ts3.4/abort-handler.d.ts +0 -7
- package/node_modules/@smithy/types/dist-types/ts3.4/abort.d.ts +0 -50
- package/node_modules/@smithy/types/dist-types/ts3.4/auth/HttpApiKeyAuth.d.ts +0 -7
- package/node_modules/@smithy/types/dist-types/ts3.4/auth/HttpAuthScheme.d.ts +0 -49
- package/node_modules/@smithy/types/dist-types/ts3.4/auth/HttpAuthSchemeProvider.d.ts +0 -20
- package/node_modules/@smithy/types/dist-types/ts3.4/auth/HttpSigner.d.ts +0 -41
- package/node_modules/@smithy/types/dist-types/ts3.4/auth/IdentityProviderConfig.d.ts +0 -14
- package/node_modules/@smithy/types/dist-types/ts3.4/auth/auth.d.ts +0 -57
- package/node_modules/@smithy/types/dist-types/ts3.4/auth/index.d.ts +0 -6
- package/node_modules/@smithy/types/dist-types/ts3.4/blob/blob-payload-input-types.d.ts +0 -40
- package/node_modules/@smithy/types/dist-types/ts3.4/checksum.d.ts +0 -63
- package/node_modules/@smithy/types/dist-types/ts3.4/client.d.ts +0 -57
- package/node_modules/@smithy/types/dist-types/ts3.4/command.d.ts +0 -28
- package/node_modules/@smithy/types/dist-types/ts3.4/connection/config.d.ts +0 -10
- package/node_modules/@smithy/types/dist-types/ts3.4/connection/index.d.ts +0 -3
- package/node_modules/@smithy/types/dist-types/ts3.4/connection/manager.d.ts +0 -34
- package/node_modules/@smithy/types/dist-types/ts3.4/connection/pool.d.ts +0 -32
- package/node_modules/@smithy/types/dist-types/ts3.4/crypto.d.ts +0 -60
- package/node_modules/@smithy/types/dist-types/ts3.4/downlevel-ts3.4/transform/type-transform.d.ts +0 -41
- package/node_modules/@smithy/types/dist-types/ts3.4/encode.d.ts +0 -31
- package/node_modules/@smithy/types/dist-types/ts3.4/endpoint.d.ts +0 -77
- package/node_modules/@smithy/types/dist-types/ts3.4/endpoints/EndpointRuleObject.d.ts +0 -27
- package/node_modules/@smithy/types/dist-types/ts3.4/endpoints/ErrorRuleObject.d.ts +0 -10
- package/node_modules/@smithy/types/dist-types/ts3.4/endpoints/RuleSetObject.d.ts +0 -28
- package/node_modules/@smithy/types/dist-types/ts3.4/endpoints/TreeRuleObject.d.ts +0 -16
- package/node_modules/@smithy/types/dist-types/ts3.4/endpoints/index.d.ts +0 -5
- package/node_modules/@smithy/types/dist-types/ts3.4/endpoints/shared.d.ts +0 -55
- package/node_modules/@smithy/types/dist-types/ts3.4/eventStream.d.ts +0 -137
- package/node_modules/@smithy/types/dist-types/ts3.4/extensions/checksum.d.ts +0 -58
- package/node_modules/@smithy/types/dist-types/ts3.4/extensions/defaultClientConfiguration.d.ts +0 -33
- package/node_modules/@smithy/types/dist-types/ts3.4/extensions/defaultExtensionConfiguration.d.ts +0 -9
- package/node_modules/@smithy/types/dist-types/ts3.4/extensions/index.d.ts +0 -4
- package/node_modules/@smithy/types/dist-types/ts3.4/extensions/retry.d.ts +0 -18
- package/node_modules/@smithy/types/dist-types/ts3.4/externals-check/browser-externals-check.d.ts +0 -35
- package/node_modules/@smithy/types/dist-types/ts3.4/feature-ids.d.ts +0 -16
- package/node_modules/@smithy/types/dist-types/ts3.4/http/httpHandlerInitialization.d.ts +0 -128
- package/node_modules/@smithy/types/dist-types/ts3.4/http.d.ts +0 -113
- package/node_modules/@smithy/types/dist-types/ts3.4/identity/apiKeyIdentity.d.ts +0 -14
- package/node_modules/@smithy/types/dist-types/ts3.4/identity/awsCredentialIdentity.d.ts +0 -31
- package/node_modules/@smithy/types/dist-types/ts3.4/identity/identity.d.ts +0 -15
- package/node_modules/@smithy/types/dist-types/ts3.4/identity/index.d.ts +0 -4
- package/node_modules/@smithy/types/dist-types/ts3.4/identity/tokenIdentity.d.ts +0 -14
- package/node_modules/@smithy/types/dist-types/ts3.4/index.d.ts +0 -43
- package/node_modules/@smithy/types/dist-types/ts3.4/logger.d.ts +0 -13
- package/node_modules/@smithy/types/dist-types/ts3.4/middleware.d.ts +0 -534
- package/node_modules/@smithy/types/dist-types/ts3.4/pagination.d.ts +0 -33
- package/node_modules/@smithy/types/dist-types/ts3.4/profile.d.ts +0 -30
- package/node_modules/@smithy/types/dist-types/ts3.4/response.d.ts +0 -40
- package/node_modules/@smithy/types/dist-types/ts3.4/retry.d.ts +0 -133
- package/node_modules/@smithy/types/dist-types/ts3.4/schema/schema-deprecated.d.ts +0 -149
- package/node_modules/@smithy/types/dist-types/ts3.4/schema/schema.d.ts +0 -251
- package/node_modules/@smithy/types/dist-types/ts3.4/schema/sentinels.d.ts +0 -65
- package/node_modules/@smithy/types/dist-types/ts3.4/schema/static-schemas.d.ts +0 -118
- package/node_modules/@smithy/types/dist-types/ts3.4/schema/traits.d.ts +0 -46
- package/node_modules/@smithy/types/dist-types/ts3.4/serde.d.ts +0 -114
- package/node_modules/@smithy/types/dist-types/ts3.4/shapes.d.ts +0 -82
- package/node_modules/@smithy/types/dist-types/ts3.4/signature.d.ts +0 -155
- package/node_modules/@smithy/types/dist-types/ts3.4/stream.d.ts +0 -22
- package/node_modules/@smithy/types/dist-types/ts3.4/streaming-payload/streaming-blob-common-types.d.ts +0 -32
- package/node_modules/@smithy/types/dist-types/ts3.4/streaming-payload/streaming-blob-payload-input-types.d.ts +0 -60
- package/node_modules/@smithy/types/dist-types/ts3.4/streaming-payload/streaming-blob-payload-output-types.d.ts +0 -51
- package/node_modules/@smithy/types/dist-types/ts3.4/transfer.d.ts +0 -41
- package/node_modules/@smithy/types/dist-types/ts3.4/transform/client-method-transforms.d.ts +0 -26
- package/node_modules/@smithy/types/dist-types/ts3.4/transform/client-payload-blob-type-narrow.d.ts +0 -81
- package/node_modules/@smithy/types/dist-types/ts3.4/transform/exact.d.ts +0 -14
- package/node_modules/@smithy/types/dist-types/ts3.4/transform/mutable.d.ts +0 -6
- package/node_modules/@smithy/types/dist-types/ts3.4/transform/no-undefined.d.ts +0 -88
- package/node_modules/@smithy/types/dist-types/ts3.4/transform/type-transform.d.ts +0 -41
- package/node_modules/@smithy/types/dist-types/ts3.4/uri.d.ts +0 -17
- package/node_modules/@smithy/types/dist-types/ts3.4/util.d.ts +0 -192
- package/node_modules/@smithy/types/dist-types/ts3.4/waiter.d.ts +0 -35
- package/node_modules/@smithy/url-parser/dist-types/ts3.4/index.d.ts +0 -5
- package/node_modules/@smithy/util-defaults-mode-browser/dist-types/ts3.4/constants.d.ts +0 -12
- package/node_modules/@smithy/util-defaults-mode-browser/dist-types/ts3.4/index.d.ts +0 -4
- package/node_modules/@smithy/util-defaults-mode-browser/dist-types/ts3.4/resolveDefaultsModeConfig.d.ts +0 -17
- package/node_modules/@smithy/util-defaults-mode-browser/dist-types/ts3.4/resolveDefaultsModeConfig.native.d.ts +0 -16
- package/node_modules/@smithy/util-defaults-mode-node/dist-types/ts3.4/constants.d.ts +0 -24
- package/node_modules/@smithy/util-defaults-mode-node/dist-types/ts3.4/defaultsModeConfig.d.ts +0 -6
- package/node_modules/@smithy/util-defaults-mode-node/dist-types/ts3.4/index.d.ts +0 -4
- package/node_modules/@smithy/util-defaults-mode-node/dist-types/ts3.4/resolveDefaultsModeConfig.d.ts +0 -17
- package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/cache/EndpointCache.d.ts +0 -34
- package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/debug/debugId.d.ts +0 -1
- package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/debug/index.d.ts +0 -2
- package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/debug/toDebugString.d.ts +0 -9
- package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/getEndpointUrlConfig.d.ts +0 -2
- package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/index.d.ts +0 -6
- package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/lib/booleanEquals.d.ts +0 -5
- package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/lib/getAttr.d.ts +0 -7
- package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/lib/getAttrPathList.d.ts +0 -4
- package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/lib/index.d.ts +0 -9
- package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/lib/isIpAddress.d.ts +0 -4
- package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/lib/isSet.d.ts +0 -5
- package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/lib/isValidHostLabel.d.ts +0 -7
- package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/lib/not.d.ts +0 -5
- package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/lib/parseURL.d.ts +0 -5
- package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/lib/stringEquals.d.ts +0 -5
- package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/lib/substring.d.ts +0 -7
- package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/lib/uriEncode.d.ts +0 -4
- package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/resolveEndpoint.d.ts +0 -6
- package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/types/EndpointError.d.ts +0 -3
- package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/types/EndpointFunctions.d.ts +0 -2
- package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/types/EndpointRuleObject.d.ts +0 -5
- package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/types/ErrorRuleObject.d.ts +0 -2
- package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/types/RuleSetObject.d.ts +0 -4
- package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/types/TreeRuleObject.d.ts +0 -3
- package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/types/index.d.ts +0 -7
- package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/types/shared.d.ts +0 -25
- package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/utils/callFunction.d.ts +0 -1
- package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/utils/customEndpointFunctions.d.ts +0 -4
- package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/utils/endpointFunctions.d.ts +0 -11
- package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/utils/evaluateCondition.d.ts +0 -8
- package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/utils/evaluateConditions.d.ts +0 -8
- package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/utils/evaluateEndpointRule.d.ts +0 -3
- package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/utils/evaluateErrorRule.d.ts +0 -2
- package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/utils/evaluateExpression.d.ts +0 -7
- package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/utils/evaluateRules.d.ts +0 -8
- package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/utils/evaluateTemplate.d.ts +0 -2
- package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/utils/evaluateTreeRule.d.ts +0 -1
- package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/utils/getEndpointHeaders.d.ts +0 -2
- package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/utils/getEndpointProperties.d.ts +0 -8
- package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/utils/getEndpointProperty.d.ts +0 -1
- package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/utils/getEndpointUrl.d.ts +0 -2
- package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/utils/getReferenceValue.d.ts +0 -2
- package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/utils/index.d.ts +0 -2
- package/node_modules/@smithy/util-middleware/dist-types/ts3.4/getSmithyContext.d.ts +0 -5
- package/node_modules/@smithy/util-middleware/dist-types/ts3.4/index.d.ts +0 -8
- package/node_modules/@smithy/util-middleware/dist-types/ts3.4/normalizeProvider.d.ts +0 -7
- package/node_modules/@smithy/util-stream/dist-types/ts3.4/ByteArrayCollector.d.ts +0 -13
- package/node_modules/@smithy/util-stream/dist-types/ts3.4/blob/Uint8ArrayBlobAdapter.d.ts +0 -22
- package/node_modules/@smithy/util-stream/dist-types/ts3.4/checksum/ChecksumStream.browser.d.ts +0 -37
- package/node_modules/@smithy/util-stream/dist-types/ts3.4/checksum/ChecksumStream.d.ts +0 -61
- package/node_modules/@smithy/util-stream/dist-types/ts3.4/checksum/createChecksumStream.browser.d.ts +0 -14
- package/node_modules/@smithy/util-stream/dist-types/ts3.4/checksum/createChecksumStream.d.ts +0 -13
- package/node_modules/@smithy/util-stream/dist-types/ts3.4/createBufferedReadable.d.ts +0 -15
- package/node_modules/@smithy/util-stream/dist-types/ts3.4/createBufferedReadableStream.d.ts +0 -54
- package/node_modules/@smithy/util-stream/dist-types/ts3.4/getAwsChunkedEncodingStream.browser.d.ts +0 -5
- package/node_modules/@smithy/util-stream/dist-types/ts3.4/getAwsChunkedEncodingStream.d.ts +0 -10
- package/node_modules/@smithy/util-stream/dist-types/ts3.4/headStream.browser.d.ts +0 -7
- package/node_modules/@smithy/util-stream/dist-types/ts3.4/headStream.d.ts +0 -9
- package/node_modules/@smithy/util-stream/dist-types/ts3.4/index.d.ts +0 -12
- package/node_modules/@smithy/util-stream/dist-types/ts3.4/sdk-stream-mixin.browser.d.ts +0 -7
- package/node_modules/@smithy/util-stream/dist-types/ts3.4/sdk-stream-mixin.d.ts +0 -8
- package/node_modules/@smithy/util-stream/dist-types/ts3.4/splitStream.browser.d.ts +0 -8
- package/node_modules/@smithy/util-stream/dist-types/ts3.4/splitStream.d.ts +0 -17
- package/node_modules/@smithy/util-stream/dist-types/ts3.4/stream-type-check.d.ts +0 -17
- package/node_modules/@smithy/util-waiter/dist-types/ts3.4/circularReplacer.d.ts +0 -6
- package/node_modules/@smithy/util-waiter/dist-types/ts3.4/createWaiter.d.ts +0 -11
- package/node_modules/@smithy/util-waiter/dist-types/ts3.4/index.d.ts +0 -2
- package/node_modules/@smithy/util-waiter/dist-types/ts3.4/poller.d.ts +0 -10
- package/node_modules/@smithy/util-waiter/dist-types/ts3.4/utils/index.d.ts +0 -8
- package/node_modules/@smithy/util-waiter/dist-types/ts3.4/utils/sleep.d.ts +0 -4
- package/node_modules/@smithy/util-waiter/dist-types/ts3.4/utils/validate.d.ts +0 -8
- package/node_modules/@smithy/util-waiter/dist-types/ts3.4/waiter.d.ts +0 -49
- package/node_modules/fast-xml-parser/lib/pem.d.cts +0 -148
- package/node_modules/fast-xml-parser/src/pem.d.ts +0 -135
- package/node_modules/strnum/.github/SECURITY.md +0 -5
- package/node_modules/strnum/.vscode/launch.json +0 -25
- package/node_modules/strnum/algo.stflow +0 -84
- package/node_modules/strnum/tests/infinity_test.js +0 -18
- package/node_modules/strnum/tests/strnum_test.js +0 -172
- /package/node_modules/{@smithy/middleware-retry/dist-es/types.js → @aws-sdk/client-ecs/dist-es/models/models_1.js} +0 -0
- /package/node_modules/{@smithy/abort-controller → @aws-sdk/util-arn-parser}/LICENSE +0 -0
- /package/node_modules/@smithy/middleware-retry/dist-es/{AdaptiveRetryStrategy.js → retry-pre-sra-deprecated/AdaptiveRetryStrategy.js} +0 -0
- /package/node_modules/@smithy/middleware-retry/dist-es/{defaultRetryQuota.js → retry-pre-sra-deprecated/defaultRetryQuota.js} +0 -0
- /package/node_modules/@smithy/middleware-retry/dist-es/{delayDecider.js → retry-pre-sra-deprecated/delayDecider.js} +0 -0
- /package/node_modules/@smithy/middleware-retry/dist-es/{retryDecider.js → retry-pre-sra-deprecated/retryDecider.js} +0 -0
- /package/node_modules/@smithy/middleware-retry/dist-types/{StandardRetryStrategy.d.ts → retry-pre-sra-deprecated/StandardRetryStrategy.d.ts} +0 -0
- /package/node_modules/@smithy/middleware-retry/dist-types/{retryDecider.d.ts → retry-pre-sra-deprecated/retryDecider.d.ts} +0 -0
- /package/node_modules/@smithy/middleware-retry/dist-types/{types.d.ts → retry-pre-sra-deprecated/types.d.ts} +0 -0
|
@@ -10,6 +10,7 @@ const _AM = "AcceleratorManufacturer";
|
|
|
10
10
|
const _AMS = "AcceleratorManufacturerSet";
|
|
11
11
|
const _AN = "AcceleratorName";
|
|
12
12
|
const _ANS = "AcceleratorNameSet";
|
|
13
|
+
const _ARC = "AutoRepairConfiguration";
|
|
13
14
|
const _ASC = "AttachmentStateChange";
|
|
14
15
|
const _ASCt = "AttachmentStateChanges";
|
|
15
16
|
const _ASGP = "AutoScalingGroupProvider";
|
|
@@ -38,9 +39,12 @@ const _CCTE = "ClusterContainsTasksException";
|
|
|
38
39
|
const _CCl = "ClusterConfiguration";
|
|
39
40
|
const _CCr = "CreateCluster";
|
|
40
41
|
const _CD = "ContainerDefinition";
|
|
42
|
+
const _CDR = "CreateDaemonRequest";
|
|
43
|
+
const _CDRr = "CreateDaemonResponse";
|
|
41
44
|
const _CDo = "ContainerDependency";
|
|
42
45
|
const _CDon = "ContainerDefinitions";
|
|
43
46
|
const _CDont = "ContainerDependencies";
|
|
47
|
+
const _CDr = "CreateDaemon";
|
|
44
48
|
const _CE = "ClientException";
|
|
45
49
|
const _CEGS = "CreateExpressGatewayService";
|
|
46
50
|
const _CEGSR = "CreateExpressGatewayServiceRequest";
|
|
@@ -80,6 +84,7 @@ const _Co = "Container";
|
|
|
80
84
|
const _Con = "Containers";
|
|
81
85
|
const _D = "Deployment";
|
|
82
86
|
const _DA = "DeploymentAlarms";
|
|
87
|
+
const _DAC = "DaemonAlarmConfiguration";
|
|
83
88
|
const _DAR = "DeleteAttributesRequest";
|
|
84
89
|
const _DARe = "DeleteAttributesResponse";
|
|
85
90
|
const _DAS = "DeleteAccountSetting";
|
|
@@ -87,19 +92,26 @@ const _DASR = "DeleteAccountSettingRequest";
|
|
|
87
92
|
const _DASRe = "DeleteAccountSettingResponse";
|
|
88
93
|
const _DAe = "DeleteAttributes";
|
|
89
94
|
const _DC = "DeploymentConfiguration";
|
|
90
|
-
const _DCB = "
|
|
91
|
-
const
|
|
95
|
+
const _DCB = "DaemonCircuitBreaker";
|
|
96
|
+
const _DCBe = "DeploymentCircuitBreaker";
|
|
97
|
+
const _DCD = "DaemonContainerDefinition";
|
|
98
|
+
const _DCDL = "DaemonContainerDefinitionList";
|
|
99
|
+
const _DCI = "DaemonContainerImage";
|
|
92
100
|
const _DCIR = "DeregisterContainerInstanceRequest";
|
|
93
101
|
const _DCIRe = "DeregisterContainerInstanceResponse";
|
|
94
102
|
const _DCIRes = "DescribeContainerInstancesRequest";
|
|
95
103
|
const _DCIResc = "DescribeContainerInstancesResponse";
|
|
96
|
-
const
|
|
97
|
-
const
|
|
104
|
+
const _DCIa = "DaemonContainerImages";
|
|
105
|
+
const _DCIe = "DeregisterContainerInstance";
|
|
106
|
+
const _DCIes = "DescribeContainerInstances";
|
|
107
|
+
const _DCP = "DaemonCapacityProvider";
|
|
108
|
+
const _DCPL = "DaemonCapacityProviderList";
|
|
98
109
|
const _DCPR = "DeleteCapacityProviderRequest";
|
|
99
110
|
const _DCPRe = "DeleteCapacityProviderResponse";
|
|
100
111
|
const _DCPRes = "DescribeCapacityProvidersRequest";
|
|
101
112
|
const _DCPResc = "DescribeCapacityProvidersResponse";
|
|
102
|
-
const _DCPe = "
|
|
113
|
+
const _DCPe = "DeleteCapacityProvider";
|
|
114
|
+
const _DCPes = "DescribeCapacityProviders";
|
|
103
115
|
const _DCR = "DeleteClusterRequest";
|
|
104
116
|
const _DCRe = "DeleteClusterResponse";
|
|
105
117
|
const _DCRes = "DescribeClustersRequest";
|
|
@@ -107,6 +119,35 @@ const _DCResc = "DescribeClustersResponse";
|
|
|
107
119
|
const _DCe = "DeploymentController";
|
|
108
120
|
const _DCel = "DeleteCluster";
|
|
109
121
|
const _DCes = "DescribeClusters";
|
|
122
|
+
const _DD = "DaemonDeployment";
|
|
123
|
+
const _DDA = "DaemonDeploymentAlarms";
|
|
124
|
+
const _DDC = "DaemonDeploymentConfiguration";
|
|
125
|
+
const _DDCP = "DaemonDeploymentCapacityProvider";
|
|
126
|
+
const _DDCPL = "DaemonDeploymentCapacityProviderList";
|
|
127
|
+
const _DDD = "DescribeDaemonDeployments";
|
|
128
|
+
const _DDDR = "DescribeDaemonDeploymentsRequest";
|
|
129
|
+
const _DDDRe = "DescribeDaemonDeploymentsResponse";
|
|
130
|
+
const _DDL = "DaemonDeploymentList";
|
|
131
|
+
const _DDR = "DeleteDaemonRequest";
|
|
132
|
+
const _DDRD = "DaemonDeploymentRevisionDetail";
|
|
133
|
+
const _DDRDL = "DaemonDeploymentRevisionDetailList";
|
|
134
|
+
const _DDRR = "DescribeDaemonRevisionsRequest";
|
|
135
|
+
const _DDRRe = "DescribeDaemonRevisionsResponse";
|
|
136
|
+
const _DDRe = "DeleteDaemonResponse";
|
|
137
|
+
const _DDRes = "DescribeDaemonRequest";
|
|
138
|
+
const _DDResc = "DescribeDaemonResponse";
|
|
139
|
+
const _DDRescr = "DescribeDaemonRevisions";
|
|
140
|
+
const _DDS = "DaemonDeploymentSummary";
|
|
141
|
+
const _DDSL = "DaemonDeploymentSummaryList";
|
|
142
|
+
const _DDTD = "DeleteDaemonTaskDefinition";
|
|
143
|
+
const _DDTDR = "DeleteDaemonTaskDefinitionRequest";
|
|
144
|
+
const _DDTDRe = "DeleteDaemonTaskDefinitionResponse";
|
|
145
|
+
const _DDTDRes = "DescribeDaemonTaskDefinitionRequest";
|
|
146
|
+
const _DDTDResc = "DescribeDaemonTaskDefinitionResponse";
|
|
147
|
+
const _DDTDe = "DescribeDaemonTaskDefinition";
|
|
148
|
+
const _DDa = "DaemonDetail";
|
|
149
|
+
const _DDe = "DeleteDaemon";
|
|
150
|
+
const _DDes = "DescribeDaemon";
|
|
110
151
|
const _DEGS = "DeleteExpressGatewayService";
|
|
111
152
|
const _DEGSR = "DeleteExpressGatewayServiceRequest";
|
|
112
153
|
const _DEGSRe = "DeleteExpressGatewayServiceResponse";
|
|
@@ -117,13 +158,22 @@ const _DES = "DeploymentEphemeralStorage";
|
|
|
117
158
|
const _DL = "DevicesList";
|
|
118
159
|
const _DLH = "DeploymentLifecycleHook";
|
|
119
160
|
const _DLHL = "DeploymentLifecycleHookList";
|
|
161
|
+
const _DLP = "DaemonLinuxParameters";
|
|
162
|
+
const _DNAE = "DaemonNotActiveException";
|
|
163
|
+
const _DNFE = "DaemonNotFoundException";
|
|
120
164
|
const _DPE = "DiscoverPollEndpoint";
|
|
121
165
|
const _DPER = "DiscoverPollEndpointRequest";
|
|
122
166
|
const _DPERi = "DiscoverPollEndpointResponse";
|
|
123
|
-
const
|
|
167
|
+
const _DR = "DaemonRevision";
|
|
168
|
+
const _DRD = "DaemonRevisionDetail";
|
|
169
|
+
const _DRDL = "DaemonRevisionDetailList";
|
|
170
|
+
const _DRa = "DaemonRollback";
|
|
171
|
+
const _DRae = "DaemonRevisions";
|
|
172
|
+
const _DS = "DaemonSummary";
|
|
124
173
|
const _DSD = "DescribeServiceDeployments";
|
|
125
174
|
const _DSDR = "DescribeServiceDeploymentsRequest";
|
|
126
175
|
const _DSDRe = "DescribeServiceDeploymentsResponse";
|
|
176
|
+
const _DSL = "DaemonSummariesList";
|
|
127
177
|
const _DSR = "DeleteServiceRequest";
|
|
128
178
|
const _DSRR = "DescribeServiceRevisionsRequest";
|
|
129
179
|
const _DSRRe = "DescribeServiceRevisionsResponse";
|
|
@@ -131,16 +181,20 @@ const _DSRe = "DeleteServiceResponse";
|
|
|
131
181
|
const _DSRes = "DescribeServicesRequest";
|
|
132
182
|
const _DSResc = "DescribeServicesResponse";
|
|
133
183
|
const _DSRescr = "DescribeServiceRevisions";
|
|
134
|
-
const _DSe = "
|
|
184
|
+
const _DSe = "DeleteService";
|
|
185
|
+
const _DSes = "DescribeServices";
|
|
135
186
|
const _DT = "DescribeTasks";
|
|
136
|
-
const _DTD = "
|
|
187
|
+
const _DTD = "DaemonTaskDefinition";
|
|
137
188
|
const _DTDR = "DeleteTaskDefinitionsRequest";
|
|
138
189
|
const _DTDRe = "DeleteTaskDefinitionsResponse";
|
|
139
190
|
const _DTDRer = "DeregisterTaskDefinitionRequest";
|
|
140
191
|
const _DTDRere = "DeregisterTaskDefinitionResponse";
|
|
141
192
|
const _DTDRes = "DescribeTaskDefinitionRequest";
|
|
142
193
|
const _DTDResc = "DescribeTaskDefinitionResponse";
|
|
143
|
-
const
|
|
194
|
+
const _DTDS = "DaemonTaskDefinitionSummary";
|
|
195
|
+
const _DTDSa = "DaemonTaskDefinitionSummaries";
|
|
196
|
+
const _DTDe = "DeleteTaskDefinitions";
|
|
197
|
+
const _DTDer = "DeregisterTaskDefinition";
|
|
144
198
|
const _DTDes = "DescribeTaskDefinition";
|
|
145
199
|
const _DTR = "DescribeTasksRequest";
|
|
146
200
|
const _DTRe = "DescribeTasksResponse";
|
|
@@ -150,7 +204,9 @@ const _DTSRe = "DeleteTaskSetResponse";
|
|
|
150
204
|
const _DTSRes = "DescribeTaskSetsRequest";
|
|
151
205
|
const _DTSResc = "DescribeTaskSetsResponse";
|
|
152
206
|
const _DTSe = "DescribeTaskSets";
|
|
207
|
+
const _DV = "DaemonVolume";
|
|
153
208
|
const _DVC = "DockerVolumeConfiguration";
|
|
209
|
+
const _DVL = "DaemonVolumeList";
|
|
154
210
|
const _De = "Device";
|
|
155
211
|
const _Dep = "Deployments";
|
|
156
212
|
const _EBSTS = "EBSTagSpecification";
|
|
@@ -223,6 +279,15 @@ const _LCR = "ListClustersRequest";
|
|
|
223
279
|
const _LCRi = "ListClustersResponse";
|
|
224
280
|
const _LCi = "ListClusters";
|
|
225
281
|
const _LCo = "LogConfiguration";
|
|
282
|
+
const _LD = "ListDaemons";
|
|
283
|
+
const _LDD = "ListDaemonDeployments";
|
|
284
|
+
const _LDDR = "ListDaemonDeploymentsRequest";
|
|
285
|
+
const _LDDRi = "ListDaemonDeploymentsResponse";
|
|
286
|
+
const _LDR = "ListDaemonsRequest";
|
|
287
|
+
const _LDRi = "ListDaemonsResponse";
|
|
288
|
+
const _LDTD = "ListDaemonTaskDefinitions";
|
|
289
|
+
const _LDTDR = "ListDaemonTaskDefinitionsRequest";
|
|
290
|
+
const _LDTDRi = "ListDaemonTaskDefinitionsResponse";
|
|
226
291
|
const _LEE = "LimitExceededException";
|
|
227
292
|
const _LP = "LinuxParameters";
|
|
228
293
|
const _LS = "ListServices";
|
|
@@ -257,6 +322,7 @@ const _MASCa = "ManagedAgentStateChanges";
|
|
|
257
322
|
const _MAa = "ManagedAgents";
|
|
258
323
|
const _MC = "ManagedCertificate";
|
|
259
324
|
const _MGBPVCR = "MemoryGiBPerVCpuRequest";
|
|
325
|
+
const _MILSC = "ManagedInstancesLocalStorageConfiguration";
|
|
260
326
|
const _MINC = "ManagedInstancesNetworkConfiguration";
|
|
261
327
|
const _MIP = "ManagedIngressPath";
|
|
262
328
|
const _MIPa = "ManagedInstancesProvider";
|
|
@@ -322,6 +388,9 @@ const _RCI = "RegisterContainerInstance";
|
|
|
322
388
|
const _RCIR = "RegisterContainerInstanceRequest";
|
|
323
389
|
const _RCIRe = "RegisterContainerInstanceResponse";
|
|
324
390
|
const _RCe = "ResolvedConfiguration";
|
|
391
|
+
const _RDTD = "RegisterDaemonTaskDefinition";
|
|
392
|
+
const _RDTDR = "RegisterDaemonTaskDefinitionRequest";
|
|
393
|
+
const _RDTDRe = "RegisterDaemonTaskDefinitionResponse";
|
|
325
394
|
const _RIUE = "ResourceInUseException";
|
|
326
395
|
const _RNFE = "ResourceNotFoundException";
|
|
327
396
|
const _RP = "RuntimePlatform";
|
|
@@ -369,6 +438,7 @@ const _SDe = "ServiceDeployments";
|
|
|
369
438
|
const _SE = "ServerException";
|
|
370
439
|
const _SEe = "ServiceEvent";
|
|
371
440
|
const _SEer = "ServiceEvents";
|
|
441
|
+
const _SFVC = "S3FilesVolumeConfiguration";
|
|
372
442
|
const _SL = "SecretList";
|
|
373
443
|
const _SMEBSVC = "ServiceManagedEBSVolumeConfiguration";
|
|
374
444
|
const _SNAE = "ServiceNotActiveException";
|
|
@@ -445,6 +515,9 @@ const _UCRp = "UpdateClusterResponse";
|
|
|
445
515
|
const _UCS = "UpdateClusterSettings";
|
|
446
516
|
const _UCSR = "UpdateClusterSettingsRequest";
|
|
447
517
|
const _UCSRp = "UpdateClusterSettingsResponse";
|
|
518
|
+
const _UD = "UpdateDaemon";
|
|
519
|
+
const _UDR = "UpdateDaemonRequest";
|
|
520
|
+
const _UDRp = "UpdateDaemonResponse";
|
|
448
521
|
const _UEGS = "UpdatedExpressGatewayService";
|
|
449
522
|
const _UEGSR = "UpdateExpressGatewayServiceRequest";
|
|
450
523
|
const _UEGSRp = "UpdateExpressGatewayServiceResponse";
|
|
@@ -495,15 +568,18 @@ const _aN = "alarmNames";
|
|
|
495
568
|
const _aNc = "acceleratorNames";
|
|
496
569
|
const _aNt = "attributeName";
|
|
497
570
|
const _aP = "appProtocol";
|
|
571
|
+
const _aPA = "accessPointArn";
|
|
498
572
|
const _aPAA = "awsPcaAuthorityArn";
|
|
499
573
|
const _aPI = "assignPublicIp";
|
|
500
574
|
const _aPIc = "accessPointId";
|
|
501
|
-
const
|
|
575
|
+
const _aRC = "autoRepairConfiguration";
|
|
576
|
+
const _aS = "actionsStatus";
|
|
502
577
|
const _aSC = "activeServicesCount";
|
|
503
578
|
const _aSGA = "autoScalingGroupArn";
|
|
504
579
|
const _aSGP = "autoScalingGroupProvider";
|
|
505
580
|
const _aSM = "autoScalingMetric";
|
|
506
581
|
const _aSTV = "autoScalingTargetValue";
|
|
582
|
+
const _aSt = "attachmentsStatus";
|
|
507
583
|
const _aSu = "autoScaling";
|
|
508
584
|
const _aT = "accessType";
|
|
509
585
|
const _aTGA = "alternateTargetGroupArn";
|
|
@@ -537,17 +613,18 @@ const _cAo = "containerArn";
|
|
|
537
613
|
const _cAon = "connectivityAt";
|
|
538
614
|
const _cAp = "cpuArchitecture";
|
|
539
615
|
const _cAr = "createdAt";
|
|
540
|
-
const _cB = "
|
|
616
|
+
const _cB = "circuitBreaker";
|
|
541
617
|
const _cBTIM = "canaryBakeTimeInMinutes";
|
|
618
|
+
const _cBr = "createdBy";
|
|
542
619
|
const _cC = "canaryConfiguration";
|
|
543
|
-
const _cD = "
|
|
620
|
+
const _cD = "containerDefinitions";
|
|
544
621
|
const _cDC = "computedDesiredCount";
|
|
545
|
-
const
|
|
546
|
-
const _cI = "
|
|
622
|
+
const _cDu = "currentDeployment";
|
|
623
|
+
const _cI = "containerImages";
|
|
547
624
|
const _cIA = "containerInstanceArn";
|
|
548
625
|
const _cIAo = "containerInstanceArns";
|
|
549
|
-
const _cIo = "
|
|
550
|
-
const _cIon = "
|
|
626
|
+
const _cIo = "containerInstance";
|
|
627
|
+
const _cIon = "containerInstances";
|
|
551
628
|
const _cM = "cpuManufacturers";
|
|
552
629
|
const _cN = "clusterName";
|
|
553
630
|
const _cNo = "containerName";
|
|
@@ -555,6 +632,7 @@ const _cO = "containerOverrides";
|
|
|
555
632
|
const _cOT = "capacityOptionType";
|
|
556
633
|
const _cP = "canaryPercent";
|
|
557
634
|
const _cPA = "capacityProviderArn";
|
|
635
|
+
const _cPAa = "capacityProviderArns";
|
|
558
636
|
const _cPN = "capacityProviderName";
|
|
559
637
|
const _cPR = "containerPortRange";
|
|
560
638
|
const _cPS = "capacityProviderStrategy";
|
|
@@ -563,7 +641,8 @@ const _cPap = "capacityProviders";
|
|
|
563
641
|
const _cPo = "containerPath";
|
|
564
642
|
const _cPon = "containerPort";
|
|
565
643
|
const _cPr = "credentialsParameter";
|
|
566
|
-
const _cR = "
|
|
644
|
+
const _cR = "currentRevisions";
|
|
645
|
+
const _cRa = "capacityReservations";
|
|
567
646
|
const _cS = "credentialSpecs";
|
|
568
647
|
const _cSD = "currentServiceDeployment";
|
|
569
648
|
const _cSR = "currentServiceRevisions";
|
|
@@ -584,15 +663,22 @@ const _conta = "containers";
|
|
|
584
663
|
const _cou = "count";
|
|
585
664
|
const _cp = "cpu";
|
|
586
665
|
const _d = "details";
|
|
587
|
-
const _dA = "
|
|
588
|
-
const _dAe = "
|
|
589
|
-
const
|
|
666
|
+
const _dA = "daemonArn";
|
|
667
|
+
const _dAe = "deploymentArn";
|
|
668
|
+
const _dAer = "deregisteredAt";
|
|
669
|
+
const _dAi = "discoveryArn";
|
|
670
|
+
const _dC = "deploymentConfiguration";
|
|
590
671
|
const _dCB = "deploymentCircuitBreaker";
|
|
591
672
|
const _dCPS = "defaultCapacityProviderStrategy";
|
|
592
|
-
const _dCe = "
|
|
673
|
+
const _dCe = "desiredCount";
|
|
593
674
|
const _dCep = "deploymentController";
|
|
675
|
+
const _dD = "daemonDeployments";
|
|
676
|
+
const _dDA = "daemonDeploymentArn";
|
|
677
|
+
const _dDAa = "daemonDeploymentArns";
|
|
678
|
+
const _dIC = "drainingInstanceCount";
|
|
594
679
|
const _dL = "dockerLabels";
|
|
595
680
|
const _dN = "disableNetworking";
|
|
681
|
+
const _dNa = "daemonName";
|
|
596
682
|
const _dNe = "deviceName";
|
|
597
683
|
const _dNi = "discoveryName";
|
|
598
684
|
const _dNn = "dnsName";
|
|
@@ -600,17 +686,27 @@ const _dNo = "domainName";
|
|
|
600
686
|
const _dO = "dependsOn";
|
|
601
687
|
const _dOT = "deleteOnTermination";
|
|
602
688
|
const _dOr = "driverOpts";
|
|
689
|
+
const _dP = "drainPercent";
|
|
690
|
+
const _dR = "daemonRevisions";
|
|
691
|
+
const _dRA = "daemonRevisionArn";
|
|
692
|
+
const _dRAa = "daemonRevisionArns";
|
|
693
|
+
const _dRAe = "deleteRequestedAt";
|
|
603
694
|
const _dS = "dnsServers";
|
|
604
695
|
const _dSD = "dnsSearchDomains";
|
|
696
|
+
const _dSL = "daemonSummariesList";
|
|
605
697
|
const _dSO = "dockerSecurityOptions";
|
|
606
698
|
const _dSe = "desiredStatus";
|
|
607
699
|
const _dT = "deviceType";
|
|
700
|
+
const _dTD = "daemonTaskDefinition";
|
|
701
|
+
const _dTDA = "daemonTaskDefinitionArn";
|
|
702
|
+
const _dTDa = "daemonTaskDefinitions";
|
|
608
703
|
const _dV = "doubleValue";
|
|
609
704
|
const _dVC = "dockerVolumeConfiguration";
|
|
610
705
|
const _dVo = "dockerVersion";
|
|
611
|
-
const
|
|
706
|
+
const _da = "daemon";
|
|
707
|
+
const _de = "devices";
|
|
612
708
|
const _dep = "deployments";
|
|
613
|
-
const
|
|
709
|
+
const _det = "detail";
|
|
614
710
|
const _do = "domain";
|
|
615
711
|
const _dr = "driver";
|
|
616
712
|
const _dro = "drop";
|
|
@@ -644,7 +740,7 @@ const _es = "essential";
|
|
|
644
740
|
const _ev = "events";
|
|
645
741
|
const _ex = "expression";
|
|
646
742
|
const _exa = "exact";
|
|
647
|
-
const _f = "
|
|
743
|
+
const _f = "family";
|
|
648
744
|
const _fA = "finishedAt";
|
|
649
745
|
const _fC = "firelensConfiguration";
|
|
650
746
|
const _fCa = "failureCount";
|
|
@@ -653,16 +749,17 @@ const _fES = "fargateEphemeralStorage";
|
|
|
653
749
|
const _fESKKI = "fargateEphemeralStorageKmsKeyId";
|
|
654
750
|
const _fND = "forceNewDeployment";
|
|
655
751
|
const _fP = "familyPrefix";
|
|
752
|
+
const _fSA = "fileSystemArn";
|
|
656
753
|
const _fSI = "fileSystemId";
|
|
657
754
|
const _fT = "failedTasks";
|
|
658
755
|
const _fTi = "filesystemType";
|
|
659
756
|
const _fWFSVC = "fsxWindowsFileServerVolumeConfiguration";
|
|
660
757
|
const _fa = "failures";
|
|
661
758
|
const _fam = "families";
|
|
662
|
-
const _fami = "family";
|
|
663
759
|
const _fi = "filter";
|
|
664
760
|
const _fie = "field";
|
|
665
|
-
const _fo = "
|
|
761
|
+
const _fo = "force";
|
|
762
|
+
const _for = "format";
|
|
666
763
|
const _g = "group";
|
|
667
764
|
const _gDE = "guardDutyEnabled";
|
|
668
765
|
const _gI = "gpuIds";
|
|
@@ -672,6 +769,7 @@ const _hCGPS = "healthCheckGracePeriodSeconds";
|
|
|
672
769
|
const _hCP = "healthCheckPath";
|
|
673
770
|
const _hCPe = "healthCheckPort";
|
|
674
771
|
const _hD = "hookDetails";
|
|
772
|
+
const _hE = "httpError";
|
|
675
773
|
const _hL = "hardLimit";
|
|
676
774
|
const _hP = "hostPath";
|
|
677
775
|
const _hPR = "hostPortRange";
|
|
@@ -730,6 +828,7 @@ const _lP = "linuxParameters";
|
|
|
730
828
|
const _lS = "lastStatus";
|
|
731
829
|
const _lSA = "lastStartedAt";
|
|
732
830
|
const _lSC = "lastStatusChange";
|
|
831
|
+
const _lSCo = "localStorageConfiguration";
|
|
733
832
|
const _lSP = "logStreamPrefix";
|
|
734
833
|
const _lST = "localStorageTypes";
|
|
735
834
|
const _lSi = "lifecycleStages";
|
|
@@ -826,6 +925,7 @@ const _rAes = "resourceArn";
|
|
|
826
925
|
const _rB = "registeredBy";
|
|
827
926
|
const _rC = "repositoryCredentials";
|
|
828
927
|
const _rCIC = "registeredContainerInstancesCount";
|
|
928
|
+
const _rCP = "rollbackCapacityProviders";
|
|
829
929
|
const _rCe = "requiresCompatibilities";
|
|
830
930
|
const _rCes = "resolvedConfiguration";
|
|
831
931
|
const _rCu = "runningCount";
|
|
@@ -833,6 +933,7 @@ const _rD = "rootDirectory";
|
|
|
833
933
|
const _rGA = "reservationGroupArn";
|
|
834
934
|
const _rHS = "requireHibernateSupport";
|
|
835
935
|
const _rI = "resourceIds";
|
|
936
|
+
const _rIC = "runningInstanceCount";
|
|
836
937
|
const _rIe = "referenceId";
|
|
837
938
|
const _rIu = "runtimeId";
|
|
838
939
|
const _rMT = "resourceManagementType";
|
|
@@ -851,18 +952,19 @@ const _rT = "resourceType";
|
|
|
851
952
|
const _rTC = "runningTasksCount";
|
|
852
953
|
const _rTCe = "requestedTaskCount";
|
|
853
954
|
const _rTCu = "runningTaskCount";
|
|
955
|
+
const _rTDRA = "rollbackTargetDaemonRevisionArn";
|
|
854
956
|
const _rTTW = "requestedTestTrafficWeight";
|
|
855
|
-
const _re = "
|
|
856
|
-
const
|
|
957
|
+
const _re = "revision";
|
|
958
|
+
const _ret = "retries";
|
|
857
959
|
const _ro = "role";
|
|
858
960
|
const _rol = "rollback";
|
|
859
961
|
const _ru = "rule";
|
|
860
962
|
const _s = "smithy.ts.sdk.synthetic.com.amazonaws.ecs";
|
|
861
|
-
const _sA = "
|
|
862
|
-
const _sAe = "
|
|
863
|
-
const
|
|
864
|
-
const
|
|
865
|
-
const
|
|
963
|
+
const _sA = "startedAt";
|
|
964
|
+
const _sAe = "serviceArn";
|
|
965
|
+
const _sAer = "serviceArns";
|
|
966
|
+
const _sAt = "stoppedAt";
|
|
967
|
+
const _sAto = "stoppingAt";
|
|
866
968
|
const _sB = "startedBy";
|
|
867
969
|
const _sBN = "s3BucketName";
|
|
868
970
|
const _sBTIM = "stepBakeTimeInMinutes";
|
|
@@ -878,6 +980,7 @@ const _sCtop = "stopCode";
|
|
|
878
980
|
const _sD = "serviceDeployments";
|
|
879
981
|
const _sDA = "serviceDeploymentArns";
|
|
880
982
|
const _sDAe = "serviceDeploymentArn";
|
|
983
|
+
const _sDR = "sourceDaemonRevisions";
|
|
881
984
|
const _sEE = "s3EncryptionEnabled";
|
|
882
985
|
const _sG = "securityGroups";
|
|
883
986
|
const _sGI = "securityGroupIds";
|
|
@@ -915,6 +1018,7 @@ const _sTt = "stopTimeout";
|
|
|
915
1018
|
const _sTto = "stopType";
|
|
916
1019
|
const _sU = "streamUrl";
|
|
917
1020
|
const _sV = "sourceVolume";
|
|
1021
|
+
const _sVC = "s3filesVolumeConfiguration";
|
|
918
1022
|
const _sc = "scale";
|
|
919
1023
|
const _sch = "scheme";
|
|
920
1024
|
const _sco = "scope";
|
|
@@ -941,6 +1045,9 @@ const _tCa = "targetConfiguration";
|
|
|
941
1045
|
const _tD = "taskDefinition";
|
|
942
1046
|
const _tDA = "taskDefinitionArns";
|
|
943
1047
|
const _tDAa = "taskDefinitionArn";
|
|
1048
|
+
const _tDIC = "totalDrainingInstanceCount";
|
|
1049
|
+
const _tDR = "targetDaemonRevision";
|
|
1050
|
+
const _tDRA = "targetDaemonRevisionArn";
|
|
944
1051
|
const _tDa = "taskDefinitions";
|
|
945
1052
|
const _tE = "telemetryEndpoint";
|
|
946
1053
|
const _tEP = "transitEncryptionPort";
|
|
@@ -954,6 +1061,8 @@ const _tLSGB = "totalLocalStorageGB";
|
|
|
954
1061
|
const _tP = "terminationPolicy";
|
|
955
1062
|
const _tR = "totalResources";
|
|
956
1063
|
const _tRA = "taskRoleArn";
|
|
1064
|
+
const _tRC = "totalRunningCount";
|
|
1065
|
+
const _tRIC = "totalRunningInstanceCount";
|
|
957
1066
|
const _tS = "taskSet";
|
|
958
1067
|
const _tSA = "taskSetArn";
|
|
959
1068
|
const _tSR = "targetServiceRevision";
|
|
@@ -974,6 +1083,7 @@ const _tl = "tls";
|
|
|
974
1083
|
const _tm = "tmpfs";
|
|
975
1084
|
const _u = "user";
|
|
976
1085
|
const _uA = "updatedAt";
|
|
1086
|
+
const _uLS = "useLocalStorage";
|
|
977
1087
|
const _uS = "updateStatus";
|
|
978
1088
|
const _uSR = "updateStatusReason";
|
|
979
1089
|
const _ul = "ulimits";
|
|
@@ -996,13 +1106,13 @@ const _xN = "xmlName";
|
|
|
996
1106
|
const n0 = "com.amazonaws.ecs";
|
|
997
1107
|
import { TypeRegistry } from "@smithy/core/schema";
|
|
998
1108
|
import { ECSServiceException } from "../models/ECSServiceException";
|
|
999
|
-
import { AccessDeniedException, AttributeLimitExceededException, BlockedException, ClientException, ClusterContainsCapacityProviderException, ClusterContainsContainerInstancesException, ClusterContainsServicesException, ClusterContainsTasksException, ClusterNotFoundException, ConflictException, InvalidParameterException, LimitExceededException, MissingVersionException, NamespaceNotFoundException, NoUpdateAvailableException, PlatformTaskDefinitionIncompatibilityException, PlatformUnknownException, ResourceInUseException, ResourceNotFoundException, ServerException, ServiceDeploymentNotFoundException, ServiceNotActiveException, ServiceNotFoundException, TargetNotConnectedException, TargetNotFoundException, TaskSetNotFoundException, UnsupportedFeatureException, UpdateInProgressException, } from "../models/errors";
|
|
1109
|
+
import { AccessDeniedException, AttributeLimitExceededException, BlockedException, ClientException, ClusterContainsCapacityProviderException, ClusterContainsContainerInstancesException, ClusterContainsServicesException, ClusterContainsTasksException, ClusterNotFoundException, ConflictException, DaemonNotActiveException, DaemonNotFoundException, InvalidParameterException, LimitExceededException, MissingVersionException, NamespaceNotFoundException, NoUpdateAvailableException, PlatformTaskDefinitionIncompatibilityException, PlatformUnknownException, ResourceInUseException, ResourceNotFoundException, ServerException, ServiceDeploymentNotFoundException, ServiceNotActiveException, ServiceNotFoundException, TargetNotConnectedException, TargetNotFoundException, TaskSetNotFoundException, UnsupportedFeatureException, UpdateInProgressException, } from "../models/errors";
|
|
1000
1110
|
const _s_registry = TypeRegistry.for(_s);
|
|
1001
1111
|
export var ECSServiceException$ = [-3, _s, "ECSServiceException", 0, [], []];
|
|
1002
1112
|
_s_registry.registerError(ECSServiceException$, ECSServiceException);
|
|
1003
1113
|
const n0_registry = TypeRegistry.for(n0);
|
|
1004
1114
|
export var AccessDeniedException$ = [-3, n0, _ADE,
|
|
1005
|
-
{ [_e]: _c },
|
|
1115
|
+
{ [_e]: _c, [_hE]: 403 },
|
|
1006
1116
|
[_m],
|
|
1007
1117
|
[0]
|
|
1008
1118
|
];
|
|
@@ -1061,6 +1171,18 @@ export var ConflictException$ = [-3, n0, _CEo,
|
|
|
1061
1171
|
[64 | 0, 0]
|
|
1062
1172
|
];
|
|
1063
1173
|
n0_registry.registerError(ConflictException$, ConflictException);
|
|
1174
|
+
export var DaemonNotActiveException$ = [-3, n0, _DNAE,
|
|
1175
|
+
{ [_e]: _c },
|
|
1176
|
+
[_m],
|
|
1177
|
+
[0]
|
|
1178
|
+
];
|
|
1179
|
+
n0_registry.registerError(DaemonNotActiveException$, DaemonNotActiveException);
|
|
1180
|
+
export var DaemonNotFoundException$ = [-3, n0, _DNFE,
|
|
1181
|
+
{ [_e]: _c },
|
|
1182
|
+
[_m],
|
|
1183
|
+
[0]
|
|
1184
|
+
];
|
|
1185
|
+
n0_registry.registerError(DaemonNotFoundException$, DaemonNotFoundException);
|
|
1064
1186
|
export var InvalidParameterException$ = [-3, n0, _IPE,
|
|
1065
1187
|
{ [_e]: _c },
|
|
1066
1188
|
[_m],
|
|
@@ -1204,6 +1326,11 @@ export var Attribute$ = [3, n0, _At,
|
|
|
1204
1326
|
[_n, _v, _tT, _tI],
|
|
1205
1327
|
[0, 0, 0, 0], 1
|
|
1206
1328
|
];
|
|
1329
|
+
export var AutoRepairConfiguration$ = [3, n0, _ARC,
|
|
1330
|
+
0,
|
|
1331
|
+
[_aS],
|
|
1332
|
+
[0]
|
|
1333
|
+
];
|
|
1207
1334
|
export var AutoScalingGroupProvider$ = [3, n0, _ASGP,
|
|
1208
1335
|
0,
|
|
1209
1336
|
[_aSGA, _mS, _mTP, _mD],
|
|
@@ -1246,7 +1373,7 @@ export var CapacityReservationRequest$ = [3, n0, _CRR,
|
|
|
1246
1373
|
];
|
|
1247
1374
|
export var Cluster$ = [3, n0, _C,
|
|
1248
1375
|
0,
|
|
1249
|
-
[_cA, _cN, _co, _st, _rCIC, _rTC, _pTC, _aSC, _sta, _ta, _set, _cPap, _dCPS, _a,
|
|
1376
|
+
[_cA, _cN, _co, _st, _rCIC, _rTC, _pTC, _aSC, _sta, _ta, _set, _cPap, _dCPS, _a, _aSt, _sCD],
|
|
1250
1377
|
[0, 0, () => ClusterConfiguration$, 0, 1, 1, 1, 1, () => Statistics, () => Tags, () => ClusterSettings, 64 | 0, () => CapacityProviderStrategy, () => Attachments, 0, () => ClusterServiceConnectDefaults$]
|
|
1251
1378
|
];
|
|
1252
1379
|
export var ClusterConfiguration$ = [3, n0, _CCl,
|
|
@@ -1277,7 +1404,7 @@ export var Container$ = [3, n0, _Co,
|
|
|
1277
1404
|
export var ContainerDefinition$ = [3, n0, _CD,
|
|
1278
1405
|
0,
|
|
1279
1406
|
[_n, _im, _rC, _cp, _me, _mR, _l, _pM, _es, _rPe, _eP, _com, _en, _eF, _mP, _vF, _lP, _sec, _dO, _sT, _sTt, _vC, _h, _u, _wD, _dN, _p, _rRF, _dS, _dSD, _eH, _dSO, _in, _pT, _dL, _ul, _lC, _hC, _sC, _rR, _fC, _cS],
|
|
1280
|
-
[0, 0, () => RepositoryCredentials$, 1, 1, 1, 64 | 0, () => PortMappingList, 2, () => ContainerRestartPolicy$, 64 | 0, 64 | 0, () => EnvironmentVariables, () => EnvironmentFiles, () => MountPointList, () => VolumeFromList, () => LinuxParameters$, () => SecretList, () => ContainerDependencies, 1, 1, 0, 0, 0, 0, 2, 2, 2, 64 | 0, 64 | 0, () => HostEntryList, 64 | 0, 2, 2, 128 | 0, () => UlimitList, () => LogConfiguration$, () => HealthCheck$, () => SystemControls, () => ResourceRequirements, () => FirelensConfiguration$, 64 | 0]
|
|
1407
|
+
[0, 0, [() => RepositoryCredentials$, 0], 1, 1, 1, 64 | 0, () => PortMappingList, 2, () => ContainerRestartPolicy$, 64 | 0, 64 | 0, [() => EnvironmentVariables, 0], () => EnvironmentFiles, () => MountPointList, () => VolumeFromList, () => LinuxParameters$, () => SecretList, () => ContainerDependencies, 1, 1, 0, 0, 0, 0, 2, 2, 2, 64 | 0, 64 | 0, () => HostEntryList, 64 | 0, 2, 2, 128 | 0, () => UlimitList, () => LogConfiguration$, () => HealthCheck$, () => SystemControls, () => ResourceRequirements, () => FirelensConfiguration$, 64 | 0]
|
|
1281
1408
|
];
|
|
1282
1409
|
export var ContainerDependency$ = [3, n0, _CDo,
|
|
1283
1410
|
0,
|
|
@@ -1302,7 +1429,7 @@ export var ContainerInstanceHealthStatus$ = [3, n0, _CIHS,
|
|
|
1302
1429
|
export var ContainerOverride$ = [3, n0, _CO,
|
|
1303
1430
|
0,
|
|
1304
1431
|
[_n, _com, _en, _eF, _cp, _me, _mR, _rR],
|
|
1305
|
-
[0, 64 | 0, () => EnvironmentVariables, () => EnvironmentFiles, 1, 1, 1, () => ResourceRequirements]
|
|
1432
|
+
[0, 64 | 0, [() => EnvironmentVariables, 0], () => EnvironmentFiles, 1, 1, 1, () => ResourceRequirements]
|
|
1306
1433
|
];
|
|
1307
1434
|
export var ContainerRestartPolicy$ = [3, n0, _CRP,
|
|
1308
1435
|
0,
|
|
@@ -1334,6 +1461,16 @@ export var CreateClusterResponse$ = [3, n0, _CCRr,
|
|
|
1334
1461
|
[_cl],
|
|
1335
1462
|
[() => Cluster$]
|
|
1336
1463
|
];
|
|
1464
|
+
export var CreateDaemonRequest$ = [3, n0, _CDR,
|
|
1465
|
+
0,
|
|
1466
|
+
[_dNa, _dTDA, _cPAa, _cA, _dC, _ta, _pTr, _eECSMT, _eEC, _cT],
|
|
1467
|
+
[0, 0, 64 | 0, 0, () => DaemonDeploymentConfiguration$, () => Tags, 0, 2, 2, 0], 3
|
|
1468
|
+
];
|
|
1469
|
+
export var CreateDaemonResponse$ = [3, n0, _CDRr,
|
|
1470
|
+
0,
|
|
1471
|
+
[_dA, _st, _cAr, _dAe],
|
|
1472
|
+
[0, 0, 4, 0]
|
|
1473
|
+
];
|
|
1337
1474
|
export var CreatedAt$ = [3, n0, _CA,
|
|
1338
1475
|
0,
|
|
1339
1476
|
[_be, _af],
|
|
@@ -1342,21 +1479,21 @@ export var CreatedAt$ = [3, n0, _CA,
|
|
|
1342
1479
|
export var CreateExpressGatewayServiceRequest$ = [3, n0, _CEGSR,
|
|
1343
1480
|
0,
|
|
1344
1481
|
[_eRA, _iRA, _pC, _sN, _cl, _hCP, _tRA, _nC, _cp, _me, _sTc, _ta],
|
|
1345
|
-
[0, 0, () => ExpressGatewayContainer$, 0, 0, 0, 0, () => ExpressGatewayServiceNetworkConfiguration$, 0, 0, () => ExpressGatewayScalingTarget$, () => Tags], 3
|
|
1482
|
+
[0, 0, [() => ExpressGatewayContainer$, 0], 0, 0, 0, 0, () => ExpressGatewayServiceNetworkConfiguration$, 0, 0, () => ExpressGatewayScalingTarget$, () => Tags], 3
|
|
1346
1483
|
];
|
|
1347
1484
|
export var CreateExpressGatewayServiceResponse$ = [3, n0, _CEGSRr,
|
|
1348
1485
|
0,
|
|
1349
1486
|
[_ser],
|
|
1350
|
-
[() => ECSExpressGatewayService
|
|
1487
|
+
[[() => ECSExpressGatewayService$, 0]]
|
|
1351
1488
|
];
|
|
1352
1489
|
export var CreateManagedInstancesProviderConfiguration$ = [3, n0, _CMIPC,
|
|
1353
1490
|
0,
|
|
1354
|
-
[_iRA, _iLT, _pTr, _iO],
|
|
1355
|
-
[0, [() => InstanceLaunchTemplate$, 0], 0, () => InfrastructureOptimization$], 2
|
|
1491
|
+
[_iRA, _iLT, _pTr, _iO, _aRC],
|
|
1492
|
+
[0, [() => InstanceLaunchTemplate$, 0], 0, () => InfrastructureOptimization$, () => AutoRepairConfiguration$], 2
|
|
1356
1493
|
];
|
|
1357
1494
|
export var CreateServiceRequest$ = [3, n0, _CSR,
|
|
1358
1495
|
0,
|
|
1359
|
-
[_sN, _cl, _tD, _aZR, _lB, _sRe,
|
|
1496
|
+
[_sN, _cl, _tD, _aZR, _lB, _sRe, _dCe, _cT, _lT, _cPS, _pV, _ro, _dC, _pCl, _pS, _nC, _hCGPS, _sS, _dCep, _ta, _eECSMT, _pTr, _eEC, _sCC, _vCo, _vLC],
|
|
1360
1497
|
[0, 0, 0, 0, () => LoadBalancers, () => ServiceRegistries, 1, 0, 0, () => CapacityProviderStrategy, 0, 0, () => DeploymentConfiguration$, () => PlacementConstraints, () => PlacementStrategies, () => NetworkConfiguration$, 1, 0, () => DeploymentController$, () => Tags, 2, 0, 2, () => ServiceConnectConfiguration$, () => ServiceVolumeConfigurations, () => VpcLatticeConfigurations], 1
|
|
1361
1498
|
];
|
|
1362
1499
|
export var CreateServiceResponse$ = [3, n0, _CSRr,
|
|
@@ -1374,6 +1511,106 @@ export var CreateTaskSetResponse$ = [3, n0, _CTSRr,
|
|
|
1374
1511
|
[_tS],
|
|
1375
1512
|
[() => TaskSet$]
|
|
1376
1513
|
];
|
|
1514
|
+
export var DaemonAlarmConfiguration$ = [3, n0, _DAC,
|
|
1515
|
+
0,
|
|
1516
|
+
[_aN, _enab],
|
|
1517
|
+
[64 | 0, 2]
|
|
1518
|
+
];
|
|
1519
|
+
export var DaemonCapacityProvider$ = [3, n0, _DCP,
|
|
1520
|
+
0,
|
|
1521
|
+
[_ar, _rCu],
|
|
1522
|
+
[0, 1]
|
|
1523
|
+
];
|
|
1524
|
+
export var DaemonCircuitBreaker$ = [3, n0, _DCB,
|
|
1525
|
+
0,
|
|
1526
|
+
[_fCa, _st, _th],
|
|
1527
|
+
[1, 0, 1]
|
|
1528
|
+
];
|
|
1529
|
+
export var DaemonContainerDefinition$ = [3, n0, _DCD,
|
|
1530
|
+
0,
|
|
1531
|
+
[_im, _n, _me, _mR, _rC, _hC, _cp, _es, _eP, _com, _wD, _eF, _en, _sec, _rRF, _mP, _lC, _fC, _p, _u, _ul, _lP, _dO, _sT, _sTt, _sC, _in, _pT, _rPe],
|
|
1532
|
+
[0, 0, 1, 1, [() => RepositoryCredentials$, 0], () => HealthCheck$, 1, 2, 64 | 0, 64 | 0, 0, () => EnvironmentFiles, [() => EnvironmentVariables, 0], () => SecretList, 2, () => MountPointList, () => LogConfiguration$, () => FirelensConfiguration$, 2, 0, () => UlimitList, () => DaemonLinuxParameters$, () => ContainerDependencies, 1, 1, () => SystemControls, 2, 2, () => ContainerRestartPolicy$], 1
|
|
1533
|
+
];
|
|
1534
|
+
export var DaemonContainerImage$ = [3, n0, _DCI,
|
|
1535
|
+
0,
|
|
1536
|
+
[_cNo, _iD, _im],
|
|
1537
|
+
[0, 0, 0]
|
|
1538
|
+
];
|
|
1539
|
+
export var DaemonDeployment$ = [3, n0, _DD,
|
|
1540
|
+
0,
|
|
1541
|
+
[_dDA, _cA, _st, _sR, _tDR, _sDR, _cB, _al, _rol, _dC, _cAr, _sA, _sAt, _fA],
|
|
1542
|
+
[0, 0, 0, 0, () => DaemonDeploymentRevisionDetail$, () => DaemonDeploymentRevisionDetailList, () => DaemonCircuitBreaker$, () => DaemonDeploymentAlarms$, () => DaemonRollback$, () => DaemonDeploymentConfiguration$, 4, 4, 4, 4]
|
|
1543
|
+
];
|
|
1544
|
+
export var DaemonDeploymentAlarms$ = [3, n0, _DDA,
|
|
1545
|
+
0,
|
|
1546
|
+
[_st, _aN, _tAN],
|
|
1547
|
+
[0, 64 | 0, 64 | 0]
|
|
1548
|
+
];
|
|
1549
|
+
export var DaemonDeploymentCapacityProvider$ = [3, n0, _DDCP,
|
|
1550
|
+
0,
|
|
1551
|
+
[_ar, _rIC, _dIC],
|
|
1552
|
+
[0, 1, 1]
|
|
1553
|
+
];
|
|
1554
|
+
export var DaemonDeploymentConfiguration$ = [3, n0, _DDC,
|
|
1555
|
+
0,
|
|
1556
|
+
[_dP, _al, _bTIM],
|
|
1557
|
+
[1, () => DaemonAlarmConfiguration$, 1]
|
|
1558
|
+
];
|
|
1559
|
+
export var DaemonDeploymentRevisionDetail$ = [3, n0, _DDRD,
|
|
1560
|
+
0,
|
|
1561
|
+
[_ar, _cPap, _tRIC, _tDIC],
|
|
1562
|
+
[0, () => DaemonDeploymentCapacityProviderList, 1, 1]
|
|
1563
|
+
];
|
|
1564
|
+
export var DaemonDeploymentSummary$ = [3, n0, _DDS,
|
|
1565
|
+
0,
|
|
1566
|
+
[_dDA, _dA, _cA, _st, _sR, _tDRA, _cAr, _sA, _sAt, _fA],
|
|
1567
|
+
[0, 0, 0, 0, 0, 0, 4, 4, 4, 4]
|
|
1568
|
+
];
|
|
1569
|
+
export var DaemonDetail$ = [3, n0, _DDa,
|
|
1570
|
+
0,
|
|
1571
|
+
[_dA, _cA, _st, _cR, _dAe, _cAr, _uA],
|
|
1572
|
+
[0, 0, 0, () => DaemonRevisionDetailList, 0, 4, 4]
|
|
1573
|
+
];
|
|
1574
|
+
export var DaemonLinuxParameters$ = [3, n0, _DLP,
|
|
1575
|
+
0,
|
|
1576
|
+
[_ca, _de, _iPE, _tm],
|
|
1577
|
+
[() => KernelCapabilities$, () => DevicesList, 2, () => TmpfsList]
|
|
1578
|
+
];
|
|
1579
|
+
export var DaemonRevision$ = [3, n0, _DR,
|
|
1580
|
+
0,
|
|
1581
|
+
[_dRA, _cA, _dA, _dTDA, _cAr, _cI, _pTr, _eECSMT, _eEC],
|
|
1582
|
+
[0, 0, 0, 0, 4, () => DaemonContainerImages, 0, 2, 2]
|
|
1583
|
+
];
|
|
1584
|
+
export var DaemonRevisionDetail$ = [3, n0, _DRD,
|
|
1585
|
+
0,
|
|
1586
|
+
[_ar, _cPap, _tRC],
|
|
1587
|
+
[0, () => DaemonCapacityProviderList, 1]
|
|
1588
|
+
];
|
|
1589
|
+
export var DaemonRollback$ = [3, n0, _DRa,
|
|
1590
|
+
0,
|
|
1591
|
+
[_r, _sA, _rTDRA, _rCP],
|
|
1592
|
+
[0, 4, 0, 64 | 0]
|
|
1593
|
+
];
|
|
1594
|
+
export var DaemonSummary$ = [3, n0, _DS,
|
|
1595
|
+
0,
|
|
1596
|
+
[_dA, _st, _cAr, _uA],
|
|
1597
|
+
[0, 0, 4, 4]
|
|
1598
|
+
];
|
|
1599
|
+
export var DaemonTaskDefinition$ = [3, n0, _DTD,
|
|
1600
|
+
0,
|
|
1601
|
+
[_dTDA, _f, _re, _tRA, _eRA, _cD, _vo, _cp, _me, _st, _rAe, _dRAe, _rB],
|
|
1602
|
+
[0, 0, 1, 0, 0, [() => DaemonContainerDefinitionList, 0], () => DaemonVolumeList, 0, 0, 0, 4, 4, 0]
|
|
1603
|
+
];
|
|
1604
|
+
export var DaemonTaskDefinitionSummary$ = [3, n0, _DTDS,
|
|
1605
|
+
0,
|
|
1606
|
+
[_ar, _rAe, _rB, _dRAe, _st],
|
|
1607
|
+
[0, 4, 0, 4, 0]
|
|
1608
|
+
];
|
|
1609
|
+
export var DaemonVolume$ = [3, n0, _DV,
|
|
1610
|
+
0,
|
|
1611
|
+
[_n, _ho],
|
|
1612
|
+
[0, () => HostVolumeProperties$]
|
|
1613
|
+
];
|
|
1377
1614
|
export var DeleteAccountSettingRequest$ = [3, n0, _DASR,
|
|
1378
1615
|
0,
|
|
1379
1616
|
[_n, _pA],
|
|
@@ -1414,19 +1651,39 @@ export var DeleteClusterResponse$ = [3, n0, _DCRe,
|
|
|
1414
1651
|
[_cl],
|
|
1415
1652
|
[() => Cluster$]
|
|
1416
1653
|
];
|
|
1654
|
+
export var DeleteDaemonRequest$ = [3, n0, _DDR,
|
|
1655
|
+
0,
|
|
1656
|
+
[_dA],
|
|
1657
|
+
[0], 1
|
|
1658
|
+
];
|
|
1659
|
+
export var DeleteDaemonResponse$ = [3, n0, _DDRe,
|
|
1660
|
+
0,
|
|
1661
|
+
[_dA, _st, _cAr, _uA, _dAe],
|
|
1662
|
+
[0, 0, 4, 4, 0]
|
|
1663
|
+
];
|
|
1664
|
+
export var DeleteDaemonTaskDefinitionRequest$ = [3, n0, _DDTDR,
|
|
1665
|
+
0,
|
|
1666
|
+
[_dTD],
|
|
1667
|
+
[0], 1
|
|
1668
|
+
];
|
|
1669
|
+
export var DeleteDaemonTaskDefinitionResponse$ = [3, n0, _DDTDRe,
|
|
1670
|
+
0,
|
|
1671
|
+
[_dTDA],
|
|
1672
|
+
[0]
|
|
1673
|
+
];
|
|
1417
1674
|
export var DeleteExpressGatewayServiceRequest$ = [3, n0, _DEGSR,
|
|
1418
1675
|
0,
|
|
1419
|
-
[
|
|
1676
|
+
[_sAe],
|
|
1420
1677
|
[0], 1
|
|
1421
1678
|
];
|
|
1422
1679
|
export var DeleteExpressGatewayServiceResponse$ = [3, n0, _DEGSRe,
|
|
1423
1680
|
0,
|
|
1424
1681
|
[_ser],
|
|
1425
|
-
[() => ECSExpressGatewayService
|
|
1682
|
+
[[() => ECSExpressGatewayService$, 0]]
|
|
1426
1683
|
];
|
|
1427
1684
|
export var DeleteServiceRequest$ = [3, n0, _DSR,
|
|
1428
1685
|
0,
|
|
1429
|
-
[_ser, _cl,
|
|
1686
|
+
[_ser, _cl, _fo],
|
|
1430
1687
|
[0, 0, 2], 1
|
|
1431
1688
|
];
|
|
1432
1689
|
export var DeleteServiceResponse$ = [3, n0, _DSRe,
|
|
@@ -1442,11 +1699,11 @@ export var DeleteTaskDefinitionsRequest$ = [3, n0, _DTDR,
|
|
|
1442
1699
|
export var DeleteTaskDefinitionsResponse$ = [3, n0, _DTDRe,
|
|
1443
1700
|
0,
|
|
1444
1701
|
[_tDa, _fa],
|
|
1445
|
-
[() => TaskDefinitionList, () => Failures]
|
|
1702
|
+
[[() => TaskDefinitionList, 0], () => Failures]
|
|
1446
1703
|
];
|
|
1447
1704
|
export var DeleteTaskSetRequest$ = [3, n0, _DTSR,
|
|
1448
1705
|
0,
|
|
1449
|
-
[_cl, _ser, _tS,
|
|
1706
|
+
[_cl, _ser, _tS, _fo],
|
|
1450
1707
|
[0, 0, 0, 2], 3
|
|
1451
1708
|
];
|
|
1452
1709
|
export var DeleteTaskSetResponse$ = [3, n0, _DTSRe,
|
|
@@ -1456,7 +1713,7 @@ export var DeleteTaskSetResponse$ = [3, n0, _DTSRe,
|
|
|
1456
1713
|
];
|
|
1457
1714
|
export var Deployment$ = [3, n0, _D,
|
|
1458
1715
|
0,
|
|
1459
|
-
[_i, _st, _tD,
|
|
1716
|
+
[_i, _st, _tD, _dCe, _pCe, _rCu, _fT, _cAr, _uA, _cPS, _lT, _pV, _pF, _nC, _rS, _rSR, _sCC, _sCR, _vCo, _fES, _vLC],
|
|
1460
1717
|
[0, 0, 0, 1, 1, 1, 1, 4, 4, () => CapacityProviderStrategy, 0, 0, 0, () => NetworkConfiguration$, 0, 0, () => ServiceConnectConfiguration$, () => ServiceConnectServiceResourceList, () => ServiceVolumeConfigurations, () => DeploymentEphemeralStorage$, () => VpcLatticeConfigurations]
|
|
1461
1718
|
];
|
|
1462
1719
|
export var DeploymentAlarms$ = [3, n0, _DA,
|
|
@@ -1464,7 +1721,7 @@ export var DeploymentAlarms$ = [3, n0, _DA,
|
|
|
1464
1721
|
[_aN, _rol, _enab],
|
|
1465
1722
|
[64 | 0, 2, 2], 3
|
|
1466
1723
|
];
|
|
1467
|
-
export var DeploymentCircuitBreaker$ = [3, n0,
|
|
1724
|
+
export var DeploymentCircuitBreaker$ = [3, n0, _DCBe,
|
|
1468
1725
|
0,
|
|
1469
1726
|
[_enab, _rol],
|
|
1470
1727
|
[2, 2], 2
|
|
@@ -1491,12 +1748,12 @@ export var DeploymentLifecycleHook$ = [3, n0, _DLH,
|
|
|
1491
1748
|
];
|
|
1492
1749
|
export var DeregisterContainerInstanceRequest$ = [3, n0, _DCIR,
|
|
1493
1750
|
0,
|
|
1494
|
-
[
|
|
1751
|
+
[_cIo, _cl, _fo],
|
|
1495
1752
|
[0, 0, 2], 1
|
|
1496
1753
|
];
|
|
1497
1754
|
export var DeregisterContainerInstanceResponse$ = [3, n0, _DCIRe,
|
|
1498
1755
|
0,
|
|
1499
|
-
[
|
|
1756
|
+
[_cIo],
|
|
1500
1757
|
[() => ContainerInstance$]
|
|
1501
1758
|
];
|
|
1502
1759
|
export var DeregisterTaskDefinitionRequest$ = [3, n0, _DTDRer,
|
|
@@ -1507,7 +1764,7 @@ export var DeregisterTaskDefinitionRequest$ = [3, n0, _DTDRer,
|
|
|
1507
1764
|
export var DeregisterTaskDefinitionResponse$ = [3, n0, _DTDRere,
|
|
1508
1765
|
0,
|
|
1509
1766
|
[_tD],
|
|
1510
|
-
[() => TaskDefinition
|
|
1767
|
+
[[() => TaskDefinition$, 0]]
|
|
1511
1768
|
];
|
|
1512
1769
|
export var DescribeCapacityProvidersRequest$ = [3, n0, _DCPRes,
|
|
1513
1770
|
0,
|
|
@@ -1531,23 +1788,63 @@ export var DescribeClustersResponse$ = [3, n0, _DCResc,
|
|
|
1531
1788
|
];
|
|
1532
1789
|
export var DescribeContainerInstancesRequest$ = [3, n0, _DCIRes,
|
|
1533
1790
|
0,
|
|
1534
|
-
[
|
|
1791
|
+
[_cIon, _cl, _inc],
|
|
1535
1792
|
[64 | 0, 0, 64 | 0], 1
|
|
1536
1793
|
];
|
|
1537
1794
|
export var DescribeContainerInstancesResponse$ = [3, n0, _DCIResc,
|
|
1538
1795
|
0,
|
|
1539
|
-
[
|
|
1796
|
+
[_cIon, _fa],
|
|
1540
1797
|
[() => ContainerInstances, () => Failures]
|
|
1541
1798
|
];
|
|
1799
|
+
export var DescribeDaemonDeploymentsRequest$ = [3, n0, _DDDR,
|
|
1800
|
+
0,
|
|
1801
|
+
[_dDAa],
|
|
1802
|
+
[64 | 0], 1
|
|
1803
|
+
];
|
|
1804
|
+
export var DescribeDaemonDeploymentsResponse$ = [3, n0, _DDDRe,
|
|
1805
|
+
0,
|
|
1806
|
+
[_fa, _dD],
|
|
1807
|
+
[() => Failures, () => DaemonDeploymentList]
|
|
1808
|
+
];
|
|
1809
|
+
export var DescribeDaemonRequest$ = [3, n0, _DDRes,
|
|
1810
|
+
0,
|
|
1811
|
+
[_dA],
|
|
1812
|
+
[0], 1
|
|
1813
|
+
];
|
|
1814
|
+
export var DescribeDaemonResponse$ = [3, n0, _DDResc,
|
|
1815
|
+
0,
|
|
1816
|
+
[_da],
|
|
1817
|
+
[() => DaemonDetail$]
|
|
1818
|
+
];
|
|
1819
|
+
export var DescribeDaemonRevisionsRequest$ = [3, n0, _DDRR,
|
|
1820
|
+
0,
|
|
1821
|
+
[_dRAa],
|
|
1822
|
+
[64 | 0], 1
|
|
1823
|
+
];
|
|
1824
|
+
export var DescribeDaemonRevisionsResponse$ = [3, n0, _DDRRe,
|
|
1825
|
+
0,
|
|
1826
|
+
[_dR, _fa],
|
|
1827
|
+
[() => DaemonRevisions, () => Failures]
|
|
1828
|
+
];
|
|
1829
|
+
export var DescribeDaemonTaskDefinitionRequest$ = [3, n0, _DDTDRes,
|
|
1830
|
+
0,
|
|
1831
|
+
[_dTD],
|
|
1832
|
+
[0], 1
|
|
1833
|
+
];
|
|
1834
|
+
export var DescribeDaemonTaskDefinitionResponse$ = [3, n0, _DDTDResc,
|
|
1835
|
+
0,
|
|
1836
|
+
[_dTD],
|
|
1837
|
+
[[() => DaemonTaskDefinition$, 0]]
|
|
1838
|
+
];
|
|
1542
1839
|
export var DescribeExpressGatewayServiceRequest$ = [3, n0, _DEGSRes,
|
|
1543
1840
|
0,
|
|
1544
|
-
[
|
|
1841
|
+
[_sAe, _inc],
|
|
1545
1842
|
[0, 64 | 0], 1
|
|
1546
1843
|
];
|
|
1547
1844
|
export var DescribeExpressGatewayServiceResponse$ = [3, n0, _DEGSResc,
|
|
1548
1845
|
0,
|
|
1549
1846
|
[_ser],
|
|
1550
|
-
[() => ECSExpressGatewayService
|
|
1847
|
+
[[() => ECSExpressGatewayService$, 0]]
|
|
1551
1848
|
];
|
|
1552
1849
|
export var DescribeServiceDeploymentsRequest$ = [3, n0, _DSDR,
|
|
1553
1850
|
0,
|
|
@@ -1587,7 +1884,7 @@ export var DescribeTaskDefinitionRequest$ = [3, n0, _DTDRes,
|
|
|
1587
1884
|
export var DescribeTaskDefinitionResponse$ = [3, n0, _DTDResc,
|
|
1588
1885
|
0,
|
|
1589
1886
|
[_tD, _ta],
|
|
1590
|
-
[() => TaskDefinition$, () => Tags]
|
|
1887
|
+
[[() => TaskDefinition$, 0], () => Tags]
|
|
1591
1888
|
];
|
|
1592
1889
|
export var DescribeTaskSetsRequest$ = [3, n0, _DTSRes,
|
|
1593
1890
|
0,
|
|
@@ -1607,7 +1904,7 @@ export var DescribeTasksRequest$ = [3, n0, _DTR,
|
|
|
1607
1904
|
export var DescribeTasksResponse$ = [3, n0, _DTRe,
|
|
1608
1905
|
0,
|
|
1609
1906
|
[_tas, _fa],
|
|
1610
|
-
[() => Tasks, () => Failures]
|
|
1907
|
+
[[() => Tasks, 0], () => Failures]
|
|
1611
1908
|
];
|
|
1612
1909
|
export var Device$ = [3, n0, _De,
|
|
1613
1910
|
0,
|
|
@@ -1616,7 +1913,7 @@ export var Device$ = [3, n0, _De,
|
|
|
1616
1913
|
];
|
|
1617
1914
|
export var DiscoverPollEndpointRequest$ = [3, n0, _DPER,
|
|
1618
1915
|
0,
|
|
1619
|
-
[
|
|
1916
|
+
[_cIo, _cl],
|
|
1620
1917
|
[0, 0]
|
|
1621
1918
|
];
|
|
1622
1919
|
export var DiscoverPollEndpointResponse$ = [3, n0, _DPERi,
|
|
@@ -1636,8 +1933,8 @@ export var EBSTagSpecification$ = [3, n0, _EBSTS,
|
|
|
1636
1933
|
];
|
|
1637
1934
|
export var ECSExpressGatewayService$ = [3, n0, _ECSEGS,
|
|
1638
1935
|
0,
|
|
1639
|
-
[_cl, _sN,
|
|
1640
|
-
[0, 0, 0, 0, () => ExpressGatewayServiceStatus$, 0, () => ExpressGatewayServiceConfigurations, () => Tags, 4, 4]
|
|
1936
|
+
[_cl, _sN, _sAe, _iRA, _st, _cDu, _aCc, _ta, _cAr, _uA],
|
|
1937
|
+
[0, 0, 0, 0, () => ExpressGatewayServiceStatus$, 0, [() => ExpressGatewayServiceConfigurations, 0], () => Tags, 4, 4]
|
|
1641
1938
|
];
|
|
1642
1939
|
export var ECSManagedResources$ = [3, n0, _ECSMR,
|
|
1643
1940
|
0,
|
|
@@ -1687,7 +1984,7 @@ export var ExecuteCommandResponse$ = [3, n0, _ECRx,
|
|
|
1687
1984
|
export var ExpressGatewayContainer$ = [3, n0, _EGC,
|
|
1688
1985
|
0,
|
|
1689
1986
|
[_im, _cPon, _aLC, _rC, _com, _en, _sec],
|
|
1690
|
-
[0, 1, () => ExpressGatewayServiceAwsLogsConfiguration$, () => ExpressGatewayRepositoryCredentials$, 64 | 0, () => EnvironmentVariables, () => SecretList], 1
|
|
1987
|
+
[0, 1, () => ExpressGatewayServiceAwsLogsConfiguration$, () => ExpressGatewayRepositoryCredentials$, 64 | 0, [() => EnvironmentVariables, 0], () => SecretList], 1
|
|
1691
1988
|
];
|
|
1692
1989
|
export var ExpressGatewayRepositoryCredentials$ = [3, n0, _EGRC,
|
|
1693
1990
|
0,
|
|
@@ -1707,7 +2004,7 @@ export var ExpressGatewayServiceAwsLogsConfiguration$ = [3, n0, _EGSALC,
|
|
|
1707
2004
|
export var ExpressGatewayServiceConfiguration$ = [3, n0, _EGSC,
|
|
1708
2005
|
0,
|
|
1709
2006
|
[_sRAe, _eRA, _tRA, _cp, _me, _nC, _hCP, _pC, _sTc, _iP, _cAr],
|
|
1710
|
-
[0, 0, 0, 0, 0, () => ExpressGatewayServiceNetworkConfiguration$, 0, () => ExpressGatewayContainer$, () => ExpressGatewayScalingTarget$, () => IngressPathSummaries, 4]
|
|
2007
|
+
[0, 0, 0, 0, 0, () => ExpressGatewayServiceNetworkConfiguration$, 0, [() => ExpressGatewayContainer$, 0], () => ExpressGatewayScalingTarget$, () => IngressPathSummaries, 4]
|
|
1711
2008
|
];
|
|
1712
2009
|
export var ExpressGatewayServiceNetworkConfiguration$ = [3, n0, _EGSNC,
|
|
1713
2010
|
0,
|
|
@@ -1721,7 +2018,7 @@ export var ExpressGatewayServiceStatus$ = [3, n0, _EGSS,
|
|
|
1721
2018
|
];
|
|
1722
2019
|
export var Failure$ = [3, n0, _F,
|
|
1723
2020
|
0,
|
|
1724
|
-
[_ar, _r,
|
|
2021
|
+
[_ar, _r, _det],
|
|
1725
2022
|
[0, 0, 0]
|
|
1726
2023
|
];
|
|
1727
2024
|
export var FirelensConfiguration$ = [3, n0, _FC,
|
|
@@ -1751,7 +2048,7 @@ export var GetTaskProtectionResponse$ = [3, n0, _GTPRe,
|
|
|
1751
2048
|
];
|
|
1752
2049
|
export var HealthCheck$ = [3, n0, _HC,
|
|
1753
2050
|
0,
|
|
1754
|
-
[_com, _int, _ti,
|
|
2051
|
+
[_com, _int, _ti, _ret, _sP],
|
|
1755
2052
|
[64 | 0, 1, 1, 1, 1], 1
|
|
1756
2053
|
];
|
|
1757
2054
|
export var HostEntry$ = [3, n0, _HE,
|
|
@@ -1786,18 +2083,18 @@ export var IngressPathSummary$ = [3, n0, _IPS,
|
|
|
1786
2083
|
];
|
|
1787
2084
|
export var InstanceHealthCheckResult$ = [3, n0, _IHCR,
|
|
1788
2085
|
0,
|
|
1789
|
-
[_t, _st, _lU, _lSC],
|
|
1790
|
-
[0, 0, 4, 4]
|
|
2086
|
+
[_t, _st, _sR, _lU, _lSC],
|
|
2087
|
+
[0, 0, 0, 4, 4]
|
|
1791
2088
|
];
|
|
1792
2089
|
export var InstanceLaunchTemplate$ = [3, n0, _ILT,
|
|
1793
2090
|
0,
|
|
1794
|
-
[_eIPA, _nC, _sCto, _mo, _cOT, _iMTP, _iR, _fE,
|
|
1795
|
-
[0, () => ManagedInstancesNetworkConfiguration$, () => ManagedInstancesStorageConfiguration$, 0, 0, 2, [() => InstanceRequirementsRequest$, 0], 2, () => CapacityReservationRequest$], 2
|
|
2091
|
+
[_eIPA, _nC, _sCto, _lSCo, _mo, _cOT, _iMTP, _iR, _fE, _cRa],
|
|
2092
|
+
[0, () => ManagedInstancesNetworkConfiguration$, () => ManagedInstancesStorageConfiguration$, () => ManagedInstancesLocalStorageConfiguration$, 0, 0, 2, [() => InstanceRequirementsRequest$, 0], 2, () => CapacityReservationRequest$], 2
|
|
1796
2093
|
];
|
|
1797
2094
|
export var InstanceLaunchTemplateUpdate$ = [3, n0, _ILTU,
|
|
1798
2095
|
0,
|
|
1799
|
-
[_eIPA, _nC, _sCto, _iMTP, _mo, _iR,
|
|
1800
|
-
[0, () => ManagedInstancesNetworkConfiguration$, () => ManagedInstancesStorageConfiguration$, 2, 0, [() => InstanceRequirementsRequest$, 0], () => CapacityReservationRequest$]
|
|
2096
|
+
[_eIPA, _nC, _sCto, _iMTP, _lSCo, _mo, _iR, _cRa],
|
|
2097
|
+
[0, () => ManagedInstancesNetworkConfiguration$, () => ManagedInstancesStorageConfiguration$, 2, () => ManagedInstancesLocalStorageConfiguration$, 0, [() => InstanceRequirementsRequest$, 0], () => CapacityReservationRequest$]
|
|
1801
2098
|
];
|
|
1802
2099
|
export var InstanceRequirementsRequest$ = [3, n0, _IRR,
|
|
1803
2100
|
0,
|
|
@@ -1821,7 +2118,7 @@ export var LinearConfiguration$ = [3, n0, _LC,
|
|
|
1821
2118
|
];
|
|
1822
2119
|
export var LinuxParameters$ = [3, n0, _LP,
|
|
1823
2120
|
0,
|
|
1824
|
-
[_ca,
|
|
2121
|
+
[_ca, _de, _iPE, _sMS, _tm, _mSa, _sw],
|
|
1825
2122
|
[() => KernelCapabilities$, () => DevicesList, 2, 1, () => TmpfsList, 1, 1]
|
|
1826
2123
|
];
|
|
1827
2124
|
export var ListAccountSettingsRequest$ = [3, n0, _LASR,
|
|
@@ -1864,6 +2161,36 @@ export var ListContainerInstancesResponse$ = [3, n0, _LCIRi,
|
|
|
1864
2161
|
[_cIAo, _nT],
|
|
1865
2162
|
[64 | 0, 0]
|
|
1866
2163
|
];
|
|
2164
|
+
export var ListDaemonDeploymentsRequest$ = [3, n0, _LDDR,
|
|
2165
|
+
0,
|
|
2166
|
+
[_dA, _st, _cAr, _mRa, _nT],
|
|
2167
|
+
[0, 64 | 0, () => CreatedAt$, 1, 0], 1
|
|
2168
|
+
];
|
|
2169
|
+
export var ListDaemonDeploymentsResponse$ = [3, n0, _LDDRi,
|
|
2170
|
+
0,
|
|
2171
|
+
[_nT, _dD],
|
|
2172
|
+
[0, () => DaemonDeploymentSummaryList]
|
|
2173
|
+
];
|
|
2174
|
+
export var ListDaemonsRequest$ = [3, n0, _LDR,
|
|
2175
|
+
0,
|
|
2176
|
+
[_cA, _cPAa, _mRa, _nT],
|
|
2177
|
+
[0, 64 | 0, 1, 0]
|
|
2178
|
+
];
|
|
2179
|
+
export var ListDaemonsResponse$ = [3, n0, _LDRi,
|
|
2180
|
+
0,
|
|
2181
|
+
[_dSL, _nT],
|
|
2182
|
+
[() => DaemonSummariesList, 0]
|
|
2183
|
+
];
|
|
2184
|
+
export var ListDaemonTaskDefinitionsRequest$ = [3, n0, _LDTDR,
|
|
2185
|
+
0,
|
|
2186
|
+
[_fP, _f, _re, _st, _so, _nT, _mRa],
|
|
2187
|
+
[0, 0, 0, 0, 0, 0, 1]
|
|
2188
|
+
];
|
|
2189
|
+
export var ListDaemonTaskDefinitionsResponse$ = [3, n0, _LDTDRi,
|
|
2190
|
+
0,
|
|
2191
|
+
[_dTDa, _nT],
|
|
2192
|
+
[() => DaemonTaskDefinitionSummaries, 0]
|
|
2193
|
+
];
|
|
1867
2194
|
export var ListServiceDeploymentsRequest$ = [3, n0, _LSDR,
|
|
1868
2195
|
0,
|
|
1869
2196
|
[_ser, _cl, _st, _cAr, _nT, _mRa],
|
|
@@ -1881,7 +2208,7 @@ export var ListServicesByNamespaceRequest$ = [3, n0, _LSBNR,
|
|
|
1881
2208
|
];
|
|
1882
2209
|
export var ListServicesByNamespaceResponse$ = [3, n0, _LSBNRi,
|
|
1883
2210
|
0,
|
|
1884
|
-
[
|
|
2211
|
+
[_sAer, _nT],
|
|
1885
2212
|
[64 | 0, 0]
|
|
1886
2213
|
];
|
|
1887
2214
|
export var ListServicesRequest$ = [3, n0, _LSR,
|
|
@@ -1891,7 +2218,7 @@ export var ListServicesRequest$ = [3, n0, _LSR,
|
|
|
1891
2218
|
];
|
|
1892
2219
|
export var ListServicesResponse$ = [3, n0, _LSRi,
|
|
1893
2220
|
0,
|
|
1894
|
-
[
|
|
2221
|
+
[_sAer, _nT],
|
|
1895
2222
|
[64 | 0, 0]
|
|
1896
2223
|
];
|
|
1897
2224
|
export var ListTagsForResourceRequest$ = [3, n0, _LTFRR,
|
|
@@ -1926,8 +2253,8 @@ export var ListTaskDefinitionsResponse$ = [3, n0, _LTDRi,
|
|
|
1926
2253
|
];
|
|
1927
2254
|
export var ListTasksRequest$ = [3, n0, _LTR,
|
|
1928
2255
|
0,
|
|
1929
|
-
[_cl,
|
|
1930
|
-
[0, 0, 0, 0, 1, 0, 0, 0, 0]
|
|
2256
|
+
[_cl, _cIo, _f, _nT, _mRa, _sB, _sN, _dSe, _lT, _dNa],
|
|
2257
|
+
[0, 0, 0, 0, 1, 0, 0, 0, 0, 0]
|
|
1931
2258
|
];
|
|
1932
2259
|
export var ListTasksResponse$ = [3, n0, _LTRi,
|
|
1933
2260
|
0,
|
|
@@ -1974,6 +2301,11 @@ export var ManagedIngressPath$ = [3, n0, _MIP,
|
|
|
1974
2301
|
[_aT, _end, _lBo, _lBSG, _ce, _li, _ru, _tG],
|
|
1975
2302
|
[0, 0, () => ManagedLoadBalancer$, () => ManagedSecurityGroups, () => ManagedCertificate$, () => ManagedListener$, () => ManagedListenerRule$, () => ManagedTargetGroups], 2
|
|
1976
2303
|
];
|
|
2304
|
+
export var ManagedInstancesLocalStorageConfiguration$ = [3, n0, _MILSC,
|
|
2305
|
+
0,
|
|
2306
|
+
[_uLS],
|
|
2307
|
+
[2]
|
|
2308
|
+
];
|
|
1977
2309
|
export var ManagedInstancesNetworkConfiguration$ = [3, n0, _MINC,
|
|
1978
2310
|
0,
|
|
1979
2311
|
[_su, _sG],
|
|
@@ -1981,8 +2313,8 @@ export var ManagedInstancesNetworkConfiguration$ = [3, n0, _MINC,
|
|
|
1981
2313
|
];
|
|
1982
2314
|
export var ManagedInstancesProvider$ = [3, n0, _MIPa,
|
|
1983
2315
|
0,
|
|
1984
|
-
[_iRA, _iLT, _pTr, _iO],
|
|
1985
|
-
[0, [() => InstanceLaunchTemplate$, 0], 0, () => InfrastructureOptimization$]
|
|
2316
|
+
[_iRA, _iLT, _pTr, _iO, _aRC],
|
|
2317
|
+
[0, [() => InstanceLaunchTemplate$, 0], 0, () => InfrastructureOptimization$, () => AutoRepairConfiguration$]
|
|
1986
2318
|
];
|
|
1987
2319
|
export var ManagedInstancesStorageConfiguration$ = [3, n0, _MISC,
|
|
1988
2320
|
0,
|
|
@@ -2156,21 +2488,31 @@ export var RegisterContainerInstanceRequest$ = [3, n0, _RCIR,
|
|
|
2156
2488
|
];
|
|
2157
2489
|
export var RegisterContainerInstanceResponse$ = [3, n0, _RCIRe,
|
|
2158
2490
|
0,
|
|
2159
|
-
[
|
|
2491
|
+
[_cIo],
|
|
2160
2492
|
[() => ContainerInstance$]
|
|
2161
2493
|
];
|
|
2494
|
+
export var RegisterDaemonTaskDefinitionRequest$ = [3, n0, _RDTDR,
|
|
2495
|
+
0,
|
|
2496
|
+
[_f, _cD, _tRA, _eRA, _cp, _me, _vo, _ta],
|
|
2497
|
+
[0, [() => DaemonContainerDefinitionList, 0], 0, 0, 0, 0, () => DaemonVolumeList, () => Tags], 2
|
|
2498
|
+
];
|
|
2499
|
+
export var RegisterDaemonTaskDefinitionResponse$ = [3, n0, _RDTDRe,
|
|
2500
|
+
0,
|
|
2501
|
+
[_dTDA],
|
|
2502
|
+
[0]
|
|
2503
|
+
];
|
|
2162
2504
|
export var RegisterTaskDefinitionRequest$ = [3, n0, _RTDR,
|
|
2163
2505
|
0,
|
|
2164
|
-
[
|
|
2165
|
-
[0, () => ContainerDefinitions, 0, 0, 0, () => VolumeList, () => TaskDefinitionPlacementConstraints, 64 | 0, 0, 0, () => Tags, 0, 0, () => ProxyConfiguration$, () => InferenceAccelerators, () => EphemeralStorage$, () => RuntimePlatform$, 2], 2
|
|
2506
|
+
[_f, _cD, _tRA, _eRA, _nM, _vo, _pCl, _rCe, _cp, _me, _ta, _pMi, _iM, _pCr, _iAn, _eSp, _rPu, _eFI],
|
|
2507
|
+
[0, [() => ContainerDefinitions, 0], 0, 0, 0, () => VolumeList, () => TaskDefinitionPlacementConstraints, 64 | 0, 0, 0, () => Tags, 0, 0, () => ProxyConfiguration$, () => InferenceAccelerators, () => EphemeralStorage$, () => RuntimePlatform$, 2], 2
|
|
2166
2508
|
];
|
|
2167
2509
|
export var RegisterTaskDefinitionResponse$ = [3, n0, _RTDRe,
|
|
2168
2510
|
0,
|
|
2169
2511
|
[_tD, _ta],
|
|
2170
|
-
[() => TaskDefinition$, () => Tags]
|
|
2512
|
+
[[() => TaskDefinition$, 0], () => Tags]
|
|
2171
2513
|
];
|
|
2172
2514
|
export var RepositoryCredentials$ = [3, n0, _RC,
|
|
2173
|
-
|
|
2515
|
+
8,
|
|
2174
2516
|
[_cPr],
|
|
2175
2517
|
[0], 1
|
|
2176
2518
|
];
|
|
@@ -2191,24 +2533,29 @@ export var ResourceRequirement$ = [3, n0, _RR,
|
|
|
2191
2533
|
];
|
|
2192
2534
|
export var Rollback$ = [3, n0, _Ro,
|
|
2193
2535
|
0,
|
|
2194
|
-
[_r,
|
|
2536
|
+
[_r, _sA, _sRAe],
|
|
2195
2537
|
[0, 4, 0]
|
|
2196
2538
|
];
|
|
2197
2539
|
export var RunTaskRequest$ = [3, n0, _RTR,
|
|
2198
2540
|
0,
|
|
2199
2541
|
[_tD, _cPS, _cl, _cou, _eECSMT, _eEC, _g, _lT, _nC, _ov, _pCl, _pS, _pV, _pTr, _rIe, _sB, _ta, _cT, _vCo],
|
|
2200
|
-
[0, () => CapacityProviderStrategy, 0, 1, 2, 2, 0, 0, () => NetworkConfiguration$, () => TaskOverride$, () => PlacementConstraints, () => PlacementStrategies, 0, 0, 0, 0, () => Tags, [0, 4], () => TaskVolumeConfigurations], 1
|
|
2542
|
+
[0, () => CapacityProviderStrategy, 0, 1, 2, 2, 0, 0, () => NetworkConfiguration$, [() => TaskOverride$, 0], () => PlacementConstraints, () => PlacementStrategies, 0, 0, 0, 0, () => Tags, [0, 4], () => TaskVolumeConfigurations], 1
|
|
2201
2543
|
];
|
|
2202
2544
|
export var RunTaskResponse$ = [3, n0, _RTRu,
|
|
2203
2545
|
0,
|
|
2204
2546
|
[_tas, _fa],
|
|
2205
|
-
[() => Tasks, () => Failures]
|
|
2547
|
+
[[() => Tasks, 0], () => Failures]
|
|
2206
2548
|
];
|
|
2207
2549
|
export var RuntimePlatform$ = [3, n0, _RP,
|
|
2208
2550
|
0,
|
|
2209
2551
|
[_cAp, _oSF],
|
|
2210
2552
|
[0, 0]
|
|
2211
2553
|
];
|
|
2554
|
+
export var S3FilesVolumeConfiguration$ = [3, n0, _SFVC,
|
|
2555
|
+
0,
|
|
2556
|
+
[_fSA, _rD, _tEP, _aPA],
|
|
2557
|
+
[0, 0, 1, 0], 1
|
|
2558
|
+
];
|
|
2212
2559
|
export var Scale$ = [3, n0, _S,
|
|
2213
2560
|
0,
|
|
2214
2561
|
[_v, _un],
|
|
@@ -2221,12 +2568,12 @@ export var Secret$ = [3, n0, _Se,
|
|
|
2221
2568
|
];
|
|
2222
2569
|
export var Service$ = [3, n0, _Ser,
|
|
2223
2570
|
0,
|
|
2224
|
-
[
|
|
2571
|
+
[_sAe, _sN, _cA, _lB, _sRe, _st, _dCe, _rCu, _pCe, _lT, _cPS, _pV, _pF, _tD, _dC, _tSa, _dep, _rA, _ev, _cAr, _cSD, _cSR, _pCl, _pS, _nC, _hCGPS, _sS, _dCep, _ta, _cBr, _eECSMT, _pTr, _eEC, _aZR, _rMT],
|
|
2225
2572
|
[0, 0, 0, () => LoadBalancers, () => ServiceRegistries, 0, 1, 1, 1, 0, () => CapacityProviderStrategy, 0, 0, 0, () => DeploymentConfiguration$, () => TaskSets, () => Deployments, 0, () => ServiceEvents, 4, 0, () => ServiceCurrentRevisionSummaryList, () => PlacementConstraints, () => PlacementStrategies, () => NetworkConfiguration$, 1, 0, () => DeploymentController$, () => Tags, 0, 2, 0, 2, 0, 0]
|
|
2226
2573
|
];
|
|
2227
2574
|
export var ServiceConnectAccessLogConfiguration$ = [3, n0, _SCALC,
|
|
2228
2575
|
0,
|
|
2229
|
-
[
|
|
2576
|
+
[_for, _iQP],
|
|
2230
2577
|
[0, 0], 1
|
|
2231
2578
|
];
|
|
2232
2579
|
export var ServiceConnectClientAlias$ = [3, n0, _SCCA,
|
|
@@ -2246,7 +2593,7 @@ export var ServiceConnectService$ = [3, n0, _SCS,
|
|
|
2246
2593
|
];
|
|
2247
2594
|
export var ServiceConnectServiceResource$ = [3, n0, _SCSR,
|
|
2248
2595
|
0,
|
|
2249
|
-
[_dNi,
|
|
2596
|
+
[_dNi, _dAi],
|
|
2250
2597
|
[0, 0]
|
|
2251
2598
|
];
|
|
2252
2599
|
export var ServiceConnectTestTrafficHeaderMatchRules$ = [3, n0, _SCTTHMR,
|
|
@@ -2281,7 +2628,7 @@ export var ServiceCurrentRevisionSummary$ = [3, n0, _SCRS,
|
|
|
2281
2628
|
];
|
|
2282
2629
|
export var ServiceDeployment$ = [3, n0, _SD,
|
|
2283
2630
|
0,
|
|
2284
|
-
[_sDAe,
|
|
2631
|
+
[_sDAe, _sAe, _cA, _cAr, _sA, _fA, _sAt, _uA, _sSR, _tSR, _st, _sR, _lSif, _dC, _rol, _dCB, _al],
|
|
2285
2632
|
[0, 0, 0, 4, 4, 4, 4, 4, () => ServiceRevisionsSummaryList, () => ServiceRevisionSummary$, 0, 0, 0, () => DeploymentConfiguration$, () => Rollback$, () => ServiceDeploymentCircuitBreaker$, () => ServiceDeploymentAlarms$]
|
|
2286
2633
|
];
|
|
2287
2634
|
export var ServiceDeploymentAlarms$ = [3, n0, _SDA,
|
|
@@ -2291,7 +2638,7 @@ export var ServiceDeploymentAlarms$ = [3, n0, _SDA,
|
|
|
2291
2638
|
];
|
|
2292
2639
|
export var ServiceDeploymentBrief$ = [3, n0, _SDB,
|
|
2293
2640
|
0,
|
|
2294
|
-
[_sDAe,
|
|
2641
|
+
[_sDAe, _sAe, _cA, _sA, _cAr, _fA, _tSRA, _st, _sR],
|
|
2295
2642
|
[0, 0, 0, 4, 4, 4, 0, 0, 0]
|
|
2296
2643
|
];
|
|
2297
2644
|
export var ServiceDeploymentCircuitBreaker$ = [3, n0, _SDCB,
|
|
@@ -2316,7 +2663,7 @@ export var ServiceRegistry$ = [3, n0, _SR,
|
|
|
2316
2663
|
];
|
|
2317
2664
|
export var ServiceRevision$ = [3, n0, _SRe,
|
|
2318
2665
|
0,
|
|
2319
|
-
[_sRAe,
|
|
2666
|
+
[_sRAe, _sAe, _cA, _tD, _cPS, _lT, _pV, _pF, _lB, _sRe, _nC, _cI, _gDE, _sCC, _vCo, _fES, _cAr, _vLC, _rCes, _eMR],
|
|
2320
2667
|
[0, 0, 0, 0, () => CapacityProviderStrategy, 0, 0, 0, () => LoadBalancers, () => ServiceRegistries, () => NetworkConfiguration$, () => ContainerImages, 2, () => ServiceConnectConfiguration$, () => ServiceVolumeConfigurations, () => DeploymentEphemeralStorage$, 4, () => VpcLatticeConfigurations, () => ResolvedConfiguration$, () => ECSManagedResources$]
|
|
2321
2668
|
];
|
|
2322
2669
|
export var ServiceRevisionLoadBalancer$ = [3, n0, _SRLB,
|
|
@@ -2346,13 +2693,13 @@ export var Setting$ = [3, n0, _Set,
|
|
|
2346
2693
|
];
|
|
2347
2694
|
export var StartTaskRequest$ = [3, n0, _STR,
|
|
2348
2695
|
0,
|
|
2349
|
-
[
|
|
2350
|
-
[64 | 0, 0, 0, 2, 2, 0, () => NetworkConfiguration$, () => TaskOverride$, 0, 0, 0, () => Tags, () => TaskVolumeConfigurations], 2
|
|
2696
|
+
[_cIon, _tD, _cl, _eECSMT, _eEC, _g, _nC, _ov, _pTr, _rIe, _sB, _ta, _vCo],
|
|
2697
|
+
[64 | 0, 0, 0, 2, 2, 0, () => NetworkConfiguration$, [() => TaskOverride$, 0], 0, 0, 0, () => Tags, () => TaskVolumeConfigurations], 2
|
|
2351
2698
|
];
|
|
2352
2699
|
export var StartTaskResponse$ = [3, n0, _STRt,
|
|
2353
2700
|
0,
|
|
2354
2701
|
[_tas, _fa],
|
|
2355
|
-
[() => Tasks, () => Failures]
|
|
2702
|
+
[[() => Tasks, 0], () => Failures]
|
|
2356
2703
|
];
|
|
2357
2704
|
export var StopServiceDeploymentRequest$ = [3, n0, _SSDR,
|
|
2358
2705
|
0,
|
|
@@ -2372,7 +2719,7 @@ export var StopTaskRequest$ = [3, n0, _STRto,
|
|
|
2372
2719
|
export var StopTaskResponse$ = [3, n0, _STRtop,
|
|
2373
2720
|
0,
|
|
2374
2721
|
[_task],
|
|
2375
|
-
[() => Task
|
|
2722
|
+
[[() => Task$, 0]]
|
|
2376
2723
|
];
|
|
2377
2724
|
export var SubmitAttachmentStateChangesRequest$ = [3, n0, _SASCR,
|
|
2378
2725
|
0,
|
|
@@ -2426,13 +2773,13 @@ export var TagResourceResponse$ = [3, n0, _TRRa,
|
|
|
2426
2773
|
];
|
|
2427
2774
|
export var Task$ = [3, n0, _Ta,
|
|
2428
2775
|
0,
|
|
2429
|
-
[_a, _at, _aZ, _cPN, _cA, _conn, _cAon, _cIA, _conta, _cp, _cAr, _dSe, _eEC, _eSA, _g, _hS, _iAn, _lS, _lT, _me, _ov, _pV, _pF, _pSA, _pSAu,
|
|
2430
|
-
[() => Attachments, () => Attributes, 0, 0, 0, 0, 4, 0, () => Containers, 0, 4, 0, 2, 4, 0, 0, () => InferenceAccelerators, 0, 0, 0, () => TaskOverride$, 0, 0, 4, 4, 4, 0, 0, 4, 0, 4, () => Tags, 0, 0, 1, () => EphemeralStorage$, () => TaskEphemeralStorage$]
|
|
2776
|
+
[_a, _at, _aZ, _cPN, _cA, _conn, _cAon, _cIA, _conta, _cp, _cAr, _dSe, _eEC, _eSA, _g, _hS, _iAn, _lS, _lT, _me, _ov, _pV, _pF, _pSA, _pSAu, _sA, _sB, _sCtop, _sAt, _sRt, _sAto, _ta, _tA, _tDAa, _ve, _eSp, _fES],
|
|
2777
|
+
[() => Attachments, () => Attributes, 0, 0, 0, 0, 4, 0, () => Containers, 0, 4, 0, 2, 4, 0, 0, () => InferenceAccelerators, 0, 0, 0, [() => TaskOverride$, 0], 0, 0, 4, 4, 4, 0, 0, 4, 0, 4, () => Tags, 0, 0, 1, () => EphemeralStorage$, () => TaskEphemeralStorage$]
|
|
2431
2778
|
];
|
|
2432
2779
|
export var TaskDefinition$ = [3, n0, _TD,
|
|
2433
2780
|
0,
|
|
2434
|
-
[_tDAa,
|
|
2435
|
-
[0, () => ContainerDefinitions, 0, 0, 0, 0, 1, () => VolumeList, 0, () => RequiresAttributes, () => TaskDefinitionPlacementConstraints, 64 | 0, () => RuntimePlatform$, 64 | 0, 0, 0, () => InferenceAccelerators, 0, 0, () => ProxyConfiguration$, 4, 4, 0, () => EphemeralStorage$, 2]
|
|
2781
|
+
[_tDAa, _cD, _f, _tRA, _eRA, _nM, _re, _vo, _st, _rAeq, _pCl, _comp, _rPu, _rCe, _cp, _me, _iAn, _pMi, _iM, _pCr, _rAe, _dAer, _dRAe, _rB, _eSp, _eFI],
|
|
2782
|
+
[0, [() => ContainerDefinitions, 0], 0, 0, 0, 0, 1, () => VolumeList, 0, () => RequiresAttributes, () => TaskDefinitionPlacementConstraints, 64 | 0, () => RuntimePlatform$, 64 | 0, 0, 0, () => InferenceAccelerators, 0, 0, () => ProxyConfiguration$, 4, 4, 4, 0, () => EphemeralStorage$, 2]
|
|
2436
2783
|
];
|
|
2437
2784
|
export var TaskDefinitionPlacementConstraint$ = [3, n0, _TDPC,
|
|
2438
2785
|
0,
|
|
@@ -2457,11 +2804,11 @@ export var TaskManagedEBSVolumeTerminationPolicy$ = [3, n0, _TMEBSVTP,
|
|
|
2457
2804
|
export var TaskOverride$ = [3, n0, _TO,
|
|
2458
2805
|
0,
|
|
2459
2806
|
[_cO, _cp, _iAO, _eRA, _me, _tRA, _eSp],
|
|
2460
|
-
[() => ContainerOverrides, 0, () => InferenceAcceleratorOverrides, 0, 0, 0, () => EphemeralStorage$]
|
|
2807
|
+
[[() => ContainerOverrides, 0], 0, () => InferenceAcceleratorOverrides, 0, 0, 0, () => EphemeralStorage$]
|
|
2461
2808
|
];
|
|
2462
2809
|
export var TaskSet$ = [3, n0, _TS,
|
|
2463
2810
|
0,
|
|
2464
|
-
[_i, _tSA,
|
|
2811
|
+
[_i, _tSA, _sAe, _cA, _sB, _eI, _st, _tD, _cDC, _pCe, _rCu, _cAr, _uA, _lT, _cPS, _pV, _pF, _nC, _lB, _sRe, _sc, _sSt, _sSA, _ta, _fES],
|
|
2465
2812
|
[0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 4, 4, 0, () => CapacityProviderStrategy, 0, 0, () => NetworkConfiguration$, () => LoadBalancers, () => ServiceRegistries, () => Scale$, 0, 4, () => Tags, () => DeploymentEphemeralStorage$]
|
|
2466
2813
|
];
|
|
2467
2814
|
export var TaskVolumeConfiguration$ = [3, n0, _TVC,
|
|
@@ -2531,43 +2878,53 @@ export var UpdateClusterSettingsResponse$ = [3, n0, _UCSRp,
|
|
|
2531
2878
|
];
|
|
2532
2879
|
export var UpdateContainerAgentRequest$ = [3, n0, _UCAR,
|
|
2533
2880
|
0,
|
|
2534
|
-
[
|
|
2881
|
+
[_cIo, _cl],
|
|
2535
2882
|
[0, 0], 1
|
|
2536
2883
|
];
|
|
2537
2884
|
export var UpdateContainerAgentResponse$ = [3, n0, _UCARp,
|
|
2538
2885
|
0,
|
|
2539
|
-
[
|
|
2886
|
+
[_cIo],
|
|
2540
2887
|
[() => ContainerInstance$]
|
|
2541
2888
|
];
|
|
2542
2889
|
export var UpdateContainerInstancesStateRequest$ = [3, n0, _UCISR,
|
|
2543
2890
|
0,
|
|
2544
|
-
[
|
|
2891
|
+
[_cIon, _st, _cl],
|
|
2545
2892
|
[64 | 0, 0, 0], 2
|
|
2546
2893
|
];
|
|
2547
2894
|
export var UpdateContainerInstancesStateResponse$ = [3, n0, _UCISRp,
|
|
2548
2895
|
0,
|
|
2549
|
-
[
|
|
2896
|
+
[_cIon, _fa],
|
|
2550
2897
|
[() => ContainerInstances, () => Failures]
|
|
2551
2898
|
];
|
|
2899
|
+
export var UpdateDaemonRequest$ = [3, n0, _UDR,
|
|
2900
|
+
0,
|
|
2901
|
+
[_dA, _dTDA, _cPAa, _dC, _pTr, _eECSMT, _eEC],
|
|
2902
|
+
[0, 0, 64 | 0, () => DaemonDeploymentConfiguration$, 0, 2, 2], 3
|
|
2903
|
+
];
|
|
2904
|
+
export var UpdateDaemonResponse$ = [3, n0, _UDRp,
|
|
2905
|
+
0,
|
|
2906
|
+
[_dA, _st, _cAr, _uA, _dAe],
|
|
2907
|
+
[0, 0, 4, 4, 0]
|
|
2908
|
+
];
|
|
2552
2909
|
export var UpdatedExpressGatewayService$ = [3, n0, _UEGS,
|
|
2553
2910
|
0,
|
|
2554
|
-
[
|
|
2555
|
-
[0, 0, 0, () => ExpressGatewayServiceStatus$, () => ExpressGatewayServiceConfiguration$, 4, 4]
|
|
2911
|
+
[_sAe, _cl, _sN, _st, _tCa, _cAr, _uA],
|
|
2912
|
+
[0, 0, 0, () => ExpressGatewayServiceStatus$, [() => ExpressGatewayServiceConfiguration$, 0], 4, 4]
|
|
2556
2913
|
];
|
|
2557
2914
|
export var UpdateExpressGatewayServiceRequest$ = [3, n0, _UEGSR,
|
|
2558
2915
|
0,
|
|
2559
|
-
[
|
|
2560
|
-
[0, 0, 0, () => ExpressGatewayContainer$, 0, () => ExpressGatewayServiceNetworkConfiguration$, 0, 0, () => ExpressGatewayScalingTarget$], 1
|
|
2916
|
+
[_sAe, _eRA, _hCP, _pC, _tRA, _nC, _cp, _me, _sTc],
|
|
2917
|
+
[0, 0, 0, [() => ExpressGatewayContainer$, 0], 0, () => ExpressGatewayServiceNetworkConfiguration$, 0, 0, () => ExpressGatewayScalingTarget$], 1
|
|
2561
2918
|
];
|
|
2562
2919
|
export var UpdateExpressGatewayServiceResponse$ = [3, n0, _UEGSRp,
|
|
2563
2920
|
0,
|
|
2564
2921
|
[_ser],
|
|
2565
|
-
[() => UpdatedExpressGatewayService
|
|
2922
|
+
[[() => UpdatedExpressGatewayService$, 0]]
|
|
2566
2923
|
];
|
|
2567
2924
|
export var UpdateManagedInstancesProviderConfiguration$ = [3, n0, _UMIPC,
|
|
2568
2925
|
0,
|
|
2569
|
-
[_iRA, _iLT, _pTr, _iO],
|
|
2570
|
-
[0, [() => InstanceLaunchTemplateUpdate$, 0], 0, () => InfrastructureOptimization$], 2
|
|
2926
|
+
[_iRA, _iLT, _pTr, _iO, _aRC],
|
|
2927
|
+
[0, [() => InstanceLaunchTemplateUpdate$, 0], 0, () => InfrastructureOptimization$, () => AutoRepairConfiguration$], 2
|
|
2571
2928
|
];
|
|
2572
2929
|
export var UpdateServicePrimaryTaskSetRequest$ = [3, n0, _USPTSR,
|
|
2573
2930
|
0,
|
|
@@ -2581,7 +2938,7 @@ export var UpdateServicePrimaryTaskSetResponse$ = [3, n0, _USPTSRp,
|
|
|
2581
2938
|
];
|
|
2582
2939
|
export var UpdateServiceRequest$ = [3, n0, _USR,
|
|
2583
2940
|
0,
|
|
2584
|
-
[_ser, _cl,
|
|
2941
|
+
[_ser, _cl, _dCe, _tD, _cPS, _dC, _aZR, _nC, _pCl, _pS, _pV, _fND, _hCGPS, _dCep, _eEC, _eECSMT, _lB, _pTr, _sRe, _sCC, _vCo, _vLC],
|
|
2585
2942
|
[0, 0, 1, 0, () => CapacityProviderStrategy, () => DeploymentConfiguration$, 0, () => NetworkConfiguration$, () => PlacementConstraints, () => PlacementStrategies, 0, 2, 1, () => DeploymentController$, 2, 2, () => LoadBalancers, 0, () => ServiceRegistries, () => ServiceConnectConfiguration$, () => ServiceVolumeConfigurations, () => VpcLatticeConfigurations], 1
|
|
2586
2943
|
];
|
|
2587
2944
|
export var UpdateServiceResponse$ = [3, n0, _USRp,
|
|
@@ -2621,8 +2978,8 @@ export var VersionInfo$ = [3, n0, _VI,
|
|
|
2621
2978
|
];
|
|
2622
2979
|
export var Volume$ = [3, n0, _V,
|
|
2623
2980
|
0,
|
|
2624
|
-
[_n, _ho, _dVC, _eVC, _fWFSVC, _cAL],
|
|
2625
|
-
[0, () => HostVolumeProperties$, () => DockerVolumeConfiguration$, () => EFSVolumeConfiguration$, () => FSxWindowsFileServerVolumeConfiguration$, 2]
|
|
2981
|
+
[_n, _ho, _dVC, _eVC, _sVC, _fWFSVC, _cAL],
|
|
2982
|
+
[0, () => HostVolumeProperties$, () => DockerVolumeConfiguration$, () => EFSVolumeConfiguration$, () => S3FilesVolumeConfiguration$, () => FSxWindowsFileServerVolumeConfiguration$, 2]
|
|
2626
2983
|
];
|
|
2627
2984
|
export var VolumeFrom$ = [3, n0, _VF,
|
|
2628
2985
|
0,
|
|
@@ -2679,7 +3036,8 @@ var ClusterSettings = [1, n0, _CSl,
|
|
|
2679
3036
|
];
|
|
2680
3037
|
var CompatibilityList = 64 | 0;
|
|
2681
3038
|
var ContainerDefinitions = [1, n0, _CDon,
|
|
2682
|
-
0, () => ContainerDefinition
|
|
3039
|
+
0, [() => ContainerDefinition$,
|
|
3040
|
+
0]
|
|
2683
3041
|
];
|
|
2684
3042
|
var ContainerDependencies = [1, n0, _CDont,
|
|
2685
3043
|
0, () => ContainerDependency$
|
|
@@ -2692,7 +3050,8 @@ var ContainerInstances = [1, n0, _CIont,
|
|
|
2692
3050
|
0, () => ContainerInstance$
|
|
2693
3051
|
];
|
|
2694
3052
|
var ContainerOverrides = [1, n0, _COo,
|
|
2695
|
-
0, () => ContainerOverride
|
|
3053
|
+
0, [() => ContainerOverride$,
|
|
3054
|
+
0]
|
|
2696
3055
|
];
|
|
2697
3056
|
var Containers = [1, n0, _Con,
|
|
2698
3057
|
0, () => Container$
|
|
@@ -2704,6 +3063,44 @@ var CpuManufacturerSet = [1, n0, _CMS,
|
|
|
2704
3063
|
0, [0,
|
|
2705
3064
|
{ [_xN]: _it }]
|
|
2706
3065
|
];
|
|
3066
|
+
var DaemonCapacityProviderList = [1, n0, _DCPL,
|
|
3067
|
+
0, () => DaemonCapacityProvider$
|
|
3068
|
+
];
|
|
3069
|
+
var DaemonContainerDefinitionList = [1, n0, _DCDL,
|
|
3070
|
+
0, [() => DaemonContainerDefinition$,
|
|
3071
|
+
0]
|
|
3072
|
+
];
|
|
3073
|
+
var DaemonContainerImages = [1, n0, _DCIa,
|
|
3074
|
+
0, () => DaemonContainerImage$
|
|
3075
|
+
];
|
|
3076
|
+
var DaemonDeploymentCapacityProviderList = [1, n0, _DDCPL,
|
|
3077
|
+
0, () => DaemonDeploymentCapacityProvider$
|
|
3078
|
+
];
|
|
3079
|
+
var DaemonDeploymentList = [1, n0, _DDL,
|
|
3080
|
+
0, () => DaemonDeployment$
|
|
3081
|
+
];
|
|
3082
|
+
var DaemonDeploymentRevisionDetailList = [1, n0, _DDRDL,
|
|
3083
|
+
0, () => DaemonDeploymentRevisionDetail$
|
|
3084
|
+
];
|
|
3085
|
+
var DaemonDeploymentStatusList = 64 | 0;
|
|
3086
|
+
var DaemonDeploymentSummaryList = [1, n0, _DDSL,
|
|
3087
|
+
0, () => DaemonDeploymentSummary$
|
|
3088
|
+
];
|
|
3089
|
+
var DaemonRevisionDetailList = [1, n0, _DRDL,
|
|
3090
|
+
0, () => DaemonRevisionDetail$
|
|
3091
|
+
];
|
|
3092
|
+
var DaemonRevisions = [1, n0, _DRae,
|
|
3093
|
+
0, () => DaemonRevision$
|
|
3094
|
+
];
|
|
3095
|
+
var DaemonSummariesList = [1, n0, _DSL,
|
|
3096
|
+
0, () => DaemonSummary$
|
|
3097
|
+
];
|
|
3098
|
+
var DaemonTaskDefinitionSummaries = [1, n0, _DTDSa,
|
|
3099
|
+
0, () => DaemonTaskDefinitionSummary$
|
|
3100
|
+
];
|
|
3101
|
+
var DaemonVolumeList = [1, n0, _DVL,
|
|
3102
|
+
0, () => DaemonVolume$
|
|
3103
|
+
];
|
|
2707
3104
|
var DeploymentLifecycleHookList = [1, n0, _DLHL,
|
|
2708
3105
|
0, () => DeploymentLifecycleHook$
|
|
2709
3106
|
];
|
|
@@ -2722,14 +3119,15 @@ var EnvironmentFiles = [1, n0, _EFn,
|
|
|
2722
3119
|
0, () => EnvironmentFile$
|
|
2723
3120
|
];
|
|
2724
3121
|
var EnvironmentVariables = [1, n0, _EV,
|
|
2725
|
-
|
|
3122
|
+
8, () => KeyValuePair$
|
|
2726
3123
|
];
|
|
2727
3124
|
var ExcludedInstanceTypeSet = [1, n0, _EITS,
|
|
2728
3125
|
0, [0,
|
|
2729
3126
|
{ [_xN]: _it }]
|
|
2730
3127
|
];
|
|
2731
3128
|
var ExpressGatewayServiceConfigurations = [1, n0, _EGSCx,
|
|
2732
|
-
0, () => ExpressGatewayServiceConfiguration
|
|
3129
|
+
0, [() => ExpressGatewayServiceConfiguration$,
|
|
3130
|
+
0]
|
|
2733
3131
|
];
|
|
2734
3132
|
var ExpressGatewayServiceIncludeList = 64 | 0;
|
|
2735
3133
|
var Failures = [1, n0, _Fa,
|
|
@@ -2884,14 +3282,16 @@ var Tags = [1, n0, _Tag,
|
|
|
2884
3282
|
];
|
|
2885
3283
|
var TaskDefinitionFieldList = 64 | 0;
|
|
2886
3284
|
var TaskDefinitionList = [1, n0, _TDL,
|
|
2887
|
-
0, () => TaskDefinition
|
|
3285
|
+
0, [() => TaskDefinition$,
|
|
3286
|
+
0]
|
|
2888
3287
|
];
|
|
2889
3288
|
var TaskDefinitionPlacementConstraints = [1, n0, _TDPCa,
|
|
2890
3289
|
0, () => TaskDefinitionPlacementConstraint$
|
|
2891
3290
|
];
|
|
2892
3291
|
var TaskFieldList = 64 | 0;
|
|
2893
3292
|
var Tasks = [1, n0, _Tas,
|
|
2894
|
-
0, () => Task
|
|
3293
|
+
0, [() => Task$,
|
|
3294
|
+
0]
|
|
2895
3295
|
];
|
|
2896
3296
|
var TaskSetFieldList = 64 | 0;
|
|
2897
3297
|
var TaskSets = [1, n0, _TSa,
|
|
@@ -2925,6 +3325,9 @@ export var CreateCapacityProvider$ = [9, n0, _CCP,
|
|
|
2925
3325
|
export var CreateCluster$ = [9, n0, _CCr,
|
|
2926
3326
|
0, () => CreateClusterRequest$, () => CreateClusterResponse$
|
|
2927
3327
|
];
|
|
3328
|
+
export var CreateDaemon$ = [9, n0, _CDr,
|
|
3329
|
+
0, () => CreateDaemonRequest$, () => CreateDaemonResponse$
|
|
3330
|
+
];
|
|
2928
3331
|
export var CreateExpressGatewayService$ = [9, n0, _CEGS,
|
|
2929
3332
|
0, () => CreateExpressGatewayServiceRequest$, () => CreateExpressGatewayServiceResponse$
|
|
2930
3333
|
];
|
|
@@ -2940,39 +3343,57 @@ export var DeleteAccountSetting$ = [9, n0, _DAS,
|
|
|
2940
3343
|
export var DeleteAttributes$ = [9, n0, _DAe,
|
|
2941
3344
|
0, () => DeleteAttributesRequest$, () => DeleteAttributesResponse$
|
|
2942
3345
|
];
|
|
2943
|
-
export var DeleteCapacityProvider$ = [9, n0,
|
|
3346
|
+
export var DeleteCapacityProvider$ = [9, n0, _DCPe,
|
|
2944
3347
|
2, () => DeleteCapacityProviderRequest$, () => DeleteCapacityProviderResponse$
|
|
2945
3348
|
];
|
|
2946
3349
|
export var DeleteCluster$ = [9, n0, _DCel,
|
|
2947
3350
|
2, () => DeleteClusterRequest$, () => DeleteClusterResponse$
|
|
2948
3351
|
];
|
|
3352
|
+
export var DeleteDaemon$ = [9, n0, _DDe,
|
|
3353
|
+
2, () => DeleteDaemonRequest$, () => DeleteDaemonResponse$
|
|
3354
|
+
];
|
|
3355
|
+
export var DeleteDaemonTaskDefinition$ = [9, n0, _DDTD,
|
|
3356
|
+
0, () => DeleteDaemonTaskDefinitionRequest$, () => DeleteDaemonTaskDefinitionResponse$
|
|
3357
|
+
];
|
|
2949
3358
|
export var DeleteExpressGatewayService$ = [9, n0, _DEGS,
|
|
2950
3359
|
0, () => DeleteExpressGatewayServiceRequest$, () => DeleteExpressGatewayServiceResponse$
|
|
2951
3360
|
];
|
|
2952
|
-
export var DeleteService$ = [9, n0,
|
|
3361
|
+
export var DeleteService$ = [9, n0, _DSe,
|
|
2953
3362
|
2, () => DeleteServiceRequest$, () => DeleteServiceResponse$
|
|
2954
3363
|
];
|
|
2955
|
-
export var DeleteTaskDefinitions$ = [9, n0,
|
|
3364
|
+
export var DeleteTaskDefinitions$ = [9, n0, _DTDe,
|
|
2956
3365
|
0, () => DeleteTaskDefinitionsRequest$, () => DeleteTaskDefinitionsResponse$
|
|
2957
3366
|
];
|
|
2958
3367
|
export var DeleteTaskSet$ = [9, n0, _DTS,
|
|
2959
3368
|
2, () => DeleteTaskSetRequest$, () => DeleteTaskSetResponse$
|
|
2960
3369
|
];
|
|
2961
|
-
export var DeregisterContainerInstance$ = [9, n0,
|
|
3370
|
+
export var DeregisterContainerInstance$ = [9, n0, _DCIe,
|
|
2962
3371
|
0, () => DeregisterContainerInstanceRequest$, () => DeregisterContainerInstanceResponse$
|
|
2963
3372
|
];
|
|
2964
|
-
export var DeregisterTaskDefinition$ = [9, n0,
|
|
3373
|
+
export var DeregisterTaskDefinition$ = [9, n0, _DTDer,
|
|
2965
3374
|
0, () => DeregisterTaskDefinitionRequest$, () => DeregisterTaskDefinitionResponse$
|
|
2966
3375
|
];
|
|
2967
|
-
export var DescribeCapacityProviders$ = [9, n0,
|
|
3376
|
+
export var DescribeCapacityProviders$ = [9, n0, _DCPes,
|
|
2968
3377
|
0, () => DescribeCapacityProvidersRequest$, () => DescribeCapacityProvidersResponse$
|
|
2969
3378
|
];
|
|
2970
3379
|
export var DescribeClusters$ = [9, n0, _DCes,
|
|
2971
3380
|
0, () => DescribeClustersRequest$, () => DescribeClustersResponse$
|
|
2972
3381
|
];
|
|
2973
|
-
export var DescribeContainerInstances$ = [9, n0,
|
|
3382
|
+
export var DescribeContainerInstances$ = [9, n0, _DCIes,
|
|
2974
3383
|
0, () => DescribeContainerInstancesRequest$, () => DescribeContainerInstancesResponse$
|
|
2975
3384
|
];
|
|
3385
|
+
export var DescribeDaemon$ = [9, n0, _DDes,
|
|
3386
|
+
0, () => DescribeDaemonRequest$, () => DescribeDaemonResponse$
|
|
3387
|
+
];
|
|
3388
|
+
export var DescribeDaemonDeployments$ = [9, n0, _DDD,
|
|
3389
|
+
0, () => DescribeDaemonDeploymentsRequest$, () => DescribeDaemonDeploymentsResponse$
|
|
3390
|
+
];
|
|
3391
|
+
export var DescribeDaemonRevisions$ = [9, n0, _DDRescr,
|
|
3392
|
+
0, () => DescribeDaemonRevisionsRequest$, () => DescribeDaemonRevisionsResponse$
|
|
3393
|
+
];
|
|
3394
|
+
export var DescribeDaemonTaskDefinition$ = [9, n0, _DDTDe,
|
|
3395
|
+
0, () => DescribeDaemonTaskDefinitionRequest$, () => DescribeDaemonTaskDefinitionResponse$
|
|
3396
|
+
];
|
|
2976
3397
|
export var DescribeExpressGatewayService$ = [9, n0, _DEGSe,
|
|
2977
3398
|
0, () => DescribeExpressGatewayServiceRequest$, () => DescribeExpressGatewayServiceResponse$
|
|
2978
3399
|
];
|
|
@@ -2982,7 +3403,7 @@ export var DescribeServiceDeployments$ = [9, n0, _DSD,
|
|
|
2982
3403
|
export var DescribeServiceRevisions$ = [9, n0, _DSRescr,
|
|
2983
3404
|
0, () => DescribeServiceRevisionsRequest$, () => DescribeServiceRevisionsResponse$
|
|
2984
3405
|
];
|
|
2985
|
-
export var DescribeServices$ = [9, n0,
|
|
3406
|
+
export var DescribeServices$ = [9, n0, _DSes,
|
|
2986
3407
|
0, () => DescribeServicesRequest$, () => DescribeServicesResponse$
|
|
2987
3408
|
];
|
|
2988
3409
|
export var DescribeTaskDefinition$ = [9, n0, _DTDes,
|
|
@@ -3015,6 +3436,15 @@ export var ListClusters$ = [9, n0, _LCi,
|
|
|
3015
3436
|
export var ListContainerInstances$ = [9, n0, _LCI,
|
|
3016
3437
|
0, () => ListContainerInstancesRequest$, () => ListContainerInstancesResponse$
|
|
3017
3438
|
];
|
|
3439
|
+
export var ListDaemonDeployments$ = [9, n0, _LDD,
|
|
3440
|
+
0, () => ListDaemonDeploymentsRequest$, () => ListDaemonDeploymentsResponse$
|
|
3441
|
+
];
|
|
3442
|
+
export var ListDaemons$ = [9, n0, _LD,
|
|
3443
|
+
0, () => ListDaemonsRequest$, () => ListDaemonsResponse$
|
|
3444
|
+
];
|
|
3445
|
+
export var ListDaemonTaskDefinitions$ = [9, n0, _LDTD,
|
|
3446
|
+
0, () => ListDaemonTaskDefinitionsRequest$, () => ListDaemonTaskDefinitionsResponse$
|
|
3447
|
+
];
|
|
3018
3448
|
export var ListServiceDeployments$ = [9, n0, _LSD,
|
|
3019
3449
|
0, () => ListServiceDeploymentsRequest$, () => ListServiceDeploymentsResponse$
|
|
3020
3450
|
];
|
|
@@ -3051,6 +3481,9 @@ export var PutClusterCapacityProviders$ = [9, n0, _PCCP,
|
|
|
3051
3481
|
export var RegisterContainerInstance$ = [9, n0, _RCI,
|
|
3052
3482
|
0, () => RegisterContainerInstanceRequest$, () => RegisterContainerInstanceResponse$
|
|
3053
3483
|
];
|
|
3484
|
+
export var RegisterDaemonTaskDefinition$ = [9, n0, _RDTD,
|
|
3485
|
+
0, () => RegisterDaemonTaskDefinitionRequest$, () => RegisterDaemonTaskDefinitionResponse$
|
|
3486
|
+
];
|
|
3054
3487
|
export var RegisterTaskDefinition$ = [9, n0, _RTD,
|
|
3055
3488
|
0, () => RegisterTaskDefinitionRequest$, () => RegisterTaskDefinitionResponse$
|
|
3056
3489
|
];
|
|
@@ -3096,6 +3529,9 @@ export var UpdateContainerAgent$ = [9, n0, _UCA,
|
|
|
3096
3529
|
export var UpdateContainerInstancesState$ = [9, n0, _UCIS,
|
|
3097
3530
|
0, () => UpdateContainerInstancesStateRequest$, () => UpdateContainerInstancesStateResponse$
|
|
3098
3531
|
];
|
|
3532
|
+
export var UpdateDaemon$ = [9, n0, _UD,
|
|
3533
|
+
0, () => UpdateDaemonRequest$, () => UpdateDaemonResponse$
|
|
3534
|
+
];
|
|
3099
3535
|
export var UpdateExpressGatewayService$ = [9, n0, _UEGSp,
|
|
3100
3536
|
0, () => UpdateExpressGatewayServiceRequest$, () => UpdateExpressGatewayServiceResponse$
|
|
3101
3537
|
];
|