@jjrawlins/cdk-ami-builder 0.0.191 → 0.0.192
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 +11 -11
- package/cdkamibuilder/jsii/jsii.go +2 -2
- package/cdkamibuilder/version +1 -1
- package/lib/ImagePipeline/ImagePipeline.js +1 -1
- package/lib/Lambdas/CheckStateMachineStatus/CheckStateMachineStatus-function.js +1 -1
- package/lib/Lambdas/StartStateMachine/StartStateMachine-function.js +1 -1
- package/node_modules/@aws-sdk/client-ec2/README.md +14 -0
- package/node_modules/@aws-sdk/client-ec2/dist-cjs/index.js +41 -0
- package/node_modules/@aws-sdk/client-ec2/dist-cjs/schemas/schemas_0.js +156 -78
- package/node_modules/@aws-sdk/client-ec2/dist-es/EC2.js +6 -0
- package/node_modules/@aws-sdk/client-ec2/dist-es/commands/GetCapacityManagerMonitoredTagKeysCommand.js +16 -0
- package/node_modules/@aws-sdk/client-ec2/dist-es/commands/UpdateCapacityManagerMonitoredTagKeysCommand.js +16 -0
- package/node_modules/@aws-sdk/client-ec2/dist-es/commands/index.js +2 -0
- package/node_modules/@aws-sdk/client-ec2/dist-es/models/enums.js +8 -0
- package/node_modules/@aws-sdk/client-ec2/dist-es/pagination/GetCapacityManagerMonitoredTagKeysPaginator.js +4 -0
- package/node_modules/@aws-sdk/client-ec2/dist-es/pagination/index.js +1 -0
- package/node_modules/@aws-sdk/client-ec2/dist-es/schemas/schemas_0.js +96 -18
- package/node_modules/@aws-sdk/client-ec2/dist-types/EC2.d.ts +23 -0
- package/node_modules/@aws-sdk/client-ec2/dist-types/EC2Client.d.ts +4 -2
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/GetCapacityManagerMetricDataCommand.d.ts +9 -2
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/GetCapacityManagerMetricDimensionsCommand.d.ts +9 -2
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/GetCapacityManagerMonitoredTagKeysCommand.d.ts +87 -0
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/GetConsoleScreenshotCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/GetDeclarativePoliciesReportSummaryCommand.d.ts +1 -2
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/ModifyTrafficMirrorFilterNetworkServicesCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/ModifyTrafficMirrorFilterRuleCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/UpdateCapacityManagerMonitoredTagKeysCommand.d.ts +91 -0
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/index.d.ts +2 -0
- package/node_modules/@aws-sdk/client-ec2/dist-types/models/enums.d.ts +16 -0
- package/node_modules/@aws-sdk/client-ec2/dist-types/models/models_5.d.ts +126 -79
- package/node_modules/@aws-sdk/client-ec2/dist-types/models/models_6.d.ts +81 -122
- package/node_modules/@aws-sdk/client-ec2/dist-types/models/models_7.d.ts +168 -3
- package/node_modules/@aws-sdk/client-ec2/dist-types/pagination/GetCapacityManagerMonitoredTagKeysPaginator.d.ts +7 -0
- package/node_modules/@aws-sdk/client-ec2/dist-types/pagination/index.d.ts +1 -0
- package/node_modules/@aws-sdk/client-ec2/dist-types/schemas/schemas_0.d.ts +8 -0
- package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/EC2.d.ts +55 -0
- package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/EC2Client.d.ts +12 -0
- package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/commands/GetCapacityManagerMonitoredTagKeysCommand.d.ts +51 -0
- package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/commands/GetConsoleScreenshotCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/commands/GetDeclarativePoliciesReportSummaryCommand.d.ts +4 -2
- package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/commands/ModifyTrafficMirrorFilterNetworkServicesCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/commands/ModifyTrafficMirrorFilterRuleCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/commands/UpdateCapacityManagerMonitoredTagKeysCommand.d.ts +51 -0
- package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/commands/index.d.ts +2 -0
- package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/models/enums.d.ts +10 -0
- package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/models/models_5.d.ts +23 -18
- package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/models/models_6.d.ts +19 -34
- package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/models/models_7.d.ts +43 -0
- package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/pagination/GetCapacityManagerMonitoredTagKeysPaginator.d.ts +11 -0
- package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/pagination/index.d.ts +1 -0
- package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/schemas/schemas_0.d.ts +8 -0
- package/node_modules/@aws-sdk/client-ec2/package.json +36 -36
- package/node_modules/@aws-sdk/client-ecs/dist-cjs/schemas/schemas_0.js +45 -32
- package/node_modules/@aws-sdk/client-ecs/dist-es/schemas/schemas_0.js +41 -28
- package/node_modules/@aws-sdk/client-ecs/dist-types/commands/CreateCapacityProviderCommand.d.ts +3 -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/CreateTaskSetCommand.d.ts +3 -0
- 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 +6 -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/DeleteServiceCommand.d.ts +3 -0
- package/node_modules/@aws-sdk/client-ecs/dist-types/commands/DeleteTaskDefinitionsCommand.d.ts +6 -0
- package/node_modules/@aws-sdk/client-ecs/dist-types/commands/DeleteTaskSetCommand.d.ts +3 -0
- package/node_modules/@aws-sdk/client-ecs/dist-types/commands/DeregisterContainerInstanceCommand.d.ts +3 -0
- package/node_modules/@aws-sdk/client-ecs/dist-types/commands/DeregisterTaskDefinitionCommand.d.ts +9 -0
- package/node_modules/@aws-sdk/client-ecs/dist-types/commands/DescribeCapacityProvidersCommand.d.ts +3 -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 +3 -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 +9 -0
- package/node_modules/@aws-sdk/client-ecs/dist-types/commands/DescribeTasksCommand.d.ts +3 -0
- 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/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/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 -2
- package/node_modules/@aws-sdk/client-ecs/dist-types/commands/ListTasksCommand.d.ts +3 -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 +6 -0
- package/node_modules/@aws-sdk/client-ecs/dist-types/commands/RegisterTaskDefinitionCommand.d.ts +18 -0
- package/node_modules/@aws-sdk/client-ecs/dist-types/commands/StartTaskCommand.d.ts +6 -0
- package/node_modules/@aws-sdk/client-ecs/dist-types/commands/StopTaskCommand.d.ts +3 -0
- 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 +3 -0
- package/node_modules/@aws-sdk/client-ecs/dist-types/commands/UpdateCapacityProviderCommand.d.ts +3 -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 +3 -0
- package/node_modules/@aws-sdk/client-ecs/dist-types/commands/UpdateContainerInstancesStateCommand.d.ts +3 -0
- package/node_modules/@aws-sdk/client-ecs/dist-types/commands/UpdateTaskSetCommand.d.ts +3 -0
- package/node_modules/@aws-sdk/client-ecs/dist-types/models/models_0.d.ts +38 -34
- package/node_modules/@aws-sdk/client-ecs/dist-types/models/models_1.d.ts +40 -1
- package/node_modules/@aws-sdk/client-ecs/dist-types/schemas/schemas_0.d.ts +1 -0
- package/node_modules/@aws-sdk/client-ecs/dist-types/ts3.4/commands/ListTaskDefinitionsCommand.d.ts +4 -2
- package/node_modules/@aws-sdk/client-ecs/dist-types/ts3.4/models/models_0.d.ts +7 -7
- package/node_modules/@aws-sdk/client-ecs/dist-types/ts3.4/models/models_1.d.ts +9 -0
- package/node_modules/@aws-sdk/client-ecs/dist-types/ts3.4/schemas/schemas_0.d.ts +1 -0
- package/node_modules/@aws-sdk/client-ecs/package.json +34 -34
- package/node_modules/@aws-sdk/client-kms/package.json +33 -33
- package/node_modules/@aws-sdk/client-s3/dist-cjs/index.js +5 -0
- package/node_modules/@aws-sdk/client-s3/dist-es/models/enums.js +5 -0
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/CreateBucketCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketLocationCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/models/enums.d.ts +5 -0
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/models/enums.d.ts +5 -0
- package/node_modules/@aws-sdk/client-s3/package.json +50 -50
- package/node_modules/@aws-sdk/client-secrets-manager/package.json +34 -34
- package/node_modules/@aws-sdk/client-sfn/dist-cjs/index.js +5 -1
- package/node_modules/@aws-sdk/client-sfn/dist-es/commands/GetActivityTaskCommand.js +5 -1
- package/node_modules/@aws-sdk/client-sfn/package.json +33 -33
- package/node_modules/@aws-sdk/client-sns/package.json +33 -33
- package/node_modules/@aws-sdk/client-sqs/dist-cjs/index.js +2 -0
- package/node_modules/@aws-sdk/client-sqs/dist-es/commands/ReceiveMessageCommand.js +2 -0
- package/node_modules/@aws-sdk/client-sqs/package.json +36 -36
- package/node_modules/@aws-sdk/client-ssm/package.json +34 -34
- package/node_modules/@aws-sdk/core/dist-cjs/index.js +17 -0
- package/node_modules/@aws-sdk/core/dist-cjs/submodules/client/index.js +17 -0
- 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-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/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/package.json +11 -11
- package/node_modules/@aws-sdk/crc64-nvme/package.json +2 -2
- 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/package.json +14 -14
- 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/package.json +6 -6
- package/node_modules/@aws-sdk/credential-provider-sso/package.json +8 -8
- package/node_modules/@aws-sdk/credential-provider-web-identity/package.json +7 -7
- package/node_modules/@aws-sdk/middleware-bucket-endpoint/package.json +5 -5
- package/node_modules/@aws-sdk/middleware-expect-continue/package.json +4 -4
- package/node_modules/@aws-sdk/middleware-flexible-checksums/package.json +10 -10
- package/node_modules/@aws-sdk/middleware-host-header/package.json +4 -4
- package/node_modules/@aws-sdk/middleware-location-constraint/package.json +3 -3
- package/node_modules/@aws-sdk/middleware-logger/package.json +3 -3
- package/node_modules/@aws-sdk/middleware-recursion-detection/package.json +4 -4
- package/node_modules/@aws-sdk/middleware-sdk-ec2/package.json +8 -8
- package/node_modules/@aws-sdk/middleware-sdk-s3/package.json +11 -11
- package/node_modules/@aws-sdk/middleware-sdk-sqs/package.json +4 -4
- package/node_modules/@aws-sdk/middleware-ssec/package.json +3 -3
- package/node_modules/@aws-sdk/middleware-user-agent/package.json +8 -8
- package/node_modules/@aws-sdk/nested-clients/package.json +32 -32
- package/node_modules/@aws-sdk/region-config-resolver/package.json +5 -5
- package/node_modules/@aws-sdk/signature-v4-multi-region/package.json +6 -6
- 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-endpoints/package.json +5 -5
- package/node_modules/@aws-sdk/util-format-url/package.json +4 -4
- package/node_modules/@aws-sdk/util-user-agent-browser/package.json +3 -3
- package/node_modules/@aws-sdk/util-user-agent-node/package.json +5 -5
- package/node_modules/@aws-sdk/xml-builder/package.json +2 -2
- 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/dist-cjs/getSmithyContext.js +6 -0
- package/node_modules/@smithy/core/dist-cjs/index.js +1 -1
- 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/util-identity-and-auth/DefaultIdentityProviderConfig.js +17 -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/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/eventstream-codec/README.md +13 -0
- package/node_modules/@smithy/eventstream-codec/dist-cjs/index.js +13 -0
- package/node_modules/@smithy/eventstream-codec/package.json +6 -7
- package/node_modules/@smithy/eventstream-serde-browser/README.md +10 -3
- package/node_modules/@smithy/eventstream-serde-browser/package.json +7 -8
- package/node_modules/@smithy/eventstream-serde-config-resolver/README.md +10 -3
- package/node_modules/@smithy/eventstream-serde-config-resolver/package.json +7 -8
- package/node_modules/@smithy/eventstream-serde-node/README.md +10 -3
- package/node_modules/@smithy/eventstream-serde-node/package.json +7 -8
- package/node_modules/@smithy/eventstream-serde-universal/README.md +10 -3
- package/node_modules/@smithy/eventstream-serde-universal/package.json +9 -10
- package/node_modules/@smithy/fetch-http-handler/package.json +12 -13
- package/node_modules/@smithy/hash-blob-browser/README.md +10 -3
- package/node_modules/@smithy/hash-blob-browser/package.json +6 -7
- package/node_modules/@smithy/hash-node/README.md +10 -3
- package/node_modules/@smithy/hash-node/package.json +6 -7
- package/node_modules/@smithy/hash-stream-node/README.md +9 -4
- package/node_modules/@smithy/hash-stream-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/md5-js/README.md +10 -3
- package/node_modules/@smithy/md5-js/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/dist-cjs/index.js +2 -2
- package/node_modules/@smithy/middleware-endpoint/package.json +13 -14
- 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/{StandardRetryStrategy.js → retry-pre-sra-deprecated/StandardRetryStrategy.js} +1 -1
- 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/{AdaptiveRetryStrategy.d.ts → retry-pre-sra-deprecated/AdaptiveRetryStrategy.d.ts} +2 -1
- package/node_modules/@smithy/middleware-retry/dist-types/{defaultRetryQuota.d.ts → retry-pre-sra-deprecated/defaultRetryQuota.d.ts} +2 -0
- package/node_modules/@smithy/middleware-retry/dist-types/{delayDecider.d.ts → retry-pre-sra-deprecated/delayDecider.d.ts} +2 -1
- package/node_modules/@smithy/middleware-retry/dist-types/retryMiddleware.d.ts +0 -4
- package/node_modules/@smithy/middleware-retry/package.json +16 -16
- 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/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/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 +13 -0
- package/node_modules/@smithy/signature-v4/package.json +9 -10
- package/node_modules/@smithy/smithy-client/dist-cjs/index.js +1 -1
- package/node_modules/@smithy/smithy-client/package.json +14 -15
- 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/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/package.json +8 -9
- 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/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-retry/dist-cjs/index.js +129 -76
- package/node_modules/@smithy/util-retry/dist-es/AdaptiveRetryStrategy.js +10 -4
- package/node_modules/@smithy/util-retry/dist-es/ConfiguredRetryStrategy.js +2 -2
- package/node_modules/@smithy/util-retry/dist-es/DefaultRateLimiter.js +24 -25
- package/node_modules/@smithy/util-retry/dist-es/DefaultRetryBackoffStrategy.js +14 -0
- package/node_modules/@smithy/util-retry/dist-es/DefaultRetryToken.js +25 -0
- package/node_modules/@smithy/util-retry/dist-es/StandardRetryStrategy.js +42 -26
- package/node_modules/@smithy/util-retry/dist-es/index.js +1 -0
- package/node_modules/@smithy/util-retry/dist-es/retries-2026-config.js +18 -0
- package/node_modules/@smithy/util-retry/dist-types/AdaptiveRetryStrategy.d.ts +13 -8
- package/node_modules/@smithy/util-retry/dist-types/ConfiguredRetryStrategy.d.ts +2 -2
- package/node_modules/@smithy/util-retry/dist-types/DefaultRateLimiter.d.ts +7 -7
- package/node_modules/@smithy/util-retry/dist-types/DefaultRetryBackoffStrategy.d.ts +12 -0
- package/node_modules/@smithy/util-retry/dist-types/DefaultRetryToken.d.ts +15 -0
- package/node_modules/@smithy/util-retry/dist-types/StandardRetryStrategy.d.ts +26 -4
- package/node_modules/@smithy/util-retry/dist-types/config.d.ts +4 -4
- package/node_modules/@smithy/util-retry/dist-types/constants.d.ts +15 -14
- package/node_modules/@smithy/util-retry/dist-types/index.d.ts +1 -0
- package/node_modules/@smithy/util-retry/dist-types/retries-2026-config.d.ts +11 -0
- package/node_modules/@smithy/util-retry/dist-types/types.d.ts +1 -1
- package/node_modules/@smithy/util-retry/package.json +10 -11
- package/node_modules/@smithy/util-stream/package.json +12 -13
- package/node_modules/@smithy/util-waiter/package.json +7 -8
- 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 +235 -177
- 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/package.json +1 -1
- package/package.json +13 -13
- 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/eventstream-codec/dist-types/ts3.4/EventStreamCodec.d.ts +0 -31
- package/node_modules/@smithy/eventstream-codec/dist-types/ts3.4/HeaderMarshaller.d.ts +0 -12
- package/node_modules/@smithy/eventstream-codec/dist-types/ts3.4/Int64.d.ts +0 -20
- package/node_modules/@smithy/eventstream-codec/dist-types/ts3.4/Message.d.ts +0 -26
- package/node_modules/@smithy/eventstream-codec/dist-types/ts3.4/MessageDecoderStream.d.ts +0 -17
- package/node_modules/@smithy/eventstream-codec/dist-types/ts3.4/MessageEncoderStream.d.ts +0 -18
- package/node_modules/@smithy/eventstream-codec/dist-types/ts3.4/SmithyMessageDecoderStream.d.ts +0 -17
- package/node_modules/@smithy/eventstream-codec/dist-types/ts3.4/SmithyMessageEncoderStream.d.ts +0 -17
- package/node_modules/@smithy/eventstream-codec/dist-types/ts3.4/TestVectors.fixture.d.ts +0 -2
- package/node_modules/@smithy/eventstream-codec/dist-types/ts3.4/index.d.ts +0 -8
- package/node_modules/@smithy/eventstream-codec/dist-types/ts3.4/splitMessage.d.ts +0 -11
- package/node_modules/@smithy/eventstream-codec/dist-types/ts3.4/vectorTypes.fixture.d.ts +0 -12
- package/node_modules/@smithy/eventstream-serde-browser/dist-types/ts3.4/EventStreamMarshaller.d.ts +0 -47
- package/node_modules/@smithy/eventstream-serde-browser/dist-types/ts3.4/index.d.ts +0 -12
- package/node_modules/@smithy/eventstream-serde-browser/dist-types/ts3.4/provider.d.ts +0 -3
- package/node_modules/@smithy/eventstream-serde-browser/dist-types/ts3.4/utils.d.ts +0 -13
- package/node_modules/@smithy/eventstream-serde-config-resolver/dist-types/ts3.4/EventStreamSerdeConfig.d.ts +0 -27
- package/node_modules/@smithy/eventstream-serde-config-resolver/dist-types/ts3.4/index.d.ts +0 -4
- package/node_modules/@smithy/eventstream-serde-node/dist-types/ts3.4/EventStreamMarshaller.d.ts +0 -23
- package/node_modules/@smithy/eventstream-serde-node/dist-types/ts3.4/index.d.ts +0 -8
- package/node_modules/@smithy/eventstream-serde-node/dist-types/ts3.4/provider.d.ts +0 -3
- package/node_modules/@smithy/eventstream-serde-node/dist-types/ts3.4/utils.d.ts +0 -12
- package/node_modules/@smithy/eventstream-serde-universal/dist-types/ts3.4/EventStreamMarshaller.d.ts +0 -23
- package/node_modules/@smithy/eventstream-serde-universal/dist-types/ts3.4/getChunkedStream.d.ts +0 -4
- package/node_modules/@smithy/eventstream-serde-universal/dist-types/ts3.4/getUnmarshalledStream.d.ts +0 -18
- package/node_modules/@smithy/eventstream-serde-universal/dist-types/ts3.4/index.d.ts +0 -8
- package/node_modules/@smithy/eventstream-serde-universal/dist-types/ts3.4/provider.d.ts +0 -3
- 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-blob-browser/dist-types/ts3.4/index.d.ts +0 -5
- package/node_modules/@smithy/hash-node/dist-types/ts3.4/index.d.ts +0 -13
- package/node_modules/@smithy/hash-stream-node/dist-types/ts3.4/HashCalculator.d.ts +0 -11
- package/node_modules/@smithy/hash-stream-node/dist-types/ts3.4/fileStreamHasher.d.ts +0 -6
- package/node_modules/@smithy/hash-stream-node/dist-types/ts3.4/index.d.ts +0 -8
- package/node_modules/@smithy/hash-stream-node/dist-types/ts3.4/readableStreamHasher.d.ts +0 -6
- 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/md5-js/dist-types/ts3.4/constants.d.ts +0 -12
- package/node_modules/@smithy/md5-js/dist-types/ts3.4/index.d.ts +0 -16
- 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-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-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-retry/dist-es/defaultRetryBackoffStrategy.js +0 -14
- package/node_modules/@smithy/util-retry/dist-es/defaultRetryToken.js +0 -11
- package/node_modules/@smithy/util-retry/dist-types/defaultRetryBackoffStrategy.d.ts +0 -5
- package/node_modules/@smithy/util-retry/dist-types/defaultRetryToken.d.ts +0 -9
- package/node_modules/@smithy/util-retry/dist-types/ts3.4/AdaptiveRetryStrategy.d.ts +0 -33
- package/node_modules/@smithy/util-retry/dist-types/ts3.4/ConfiguredRetryStrategy.d.ts +0 -32
- package/node_modules/@smithy/util-retry/dist-types/ts3.4/DefaultRateLimiter.d.ts +0 -119
- package/node_modules/@smithy/util-retry/dist-types/ts3.4/StandardRetryStrategy.d.ts +0 -26
- package/node_modules/@smithy/util-retry/dist-types/ts3.4/config.d.ts +0 -20
- package/node_modules/@smithy/util-retry/dist-types/ts3.4/constants.d.ts +0 -59
- package/node_modules/@smithy/util-retry/dist-types/ts3.4/defaultRetryBackoffStrategy.d.ts +0 -5
- package/node_modules/@smithy/util-retry/dist-types/ts3.4/defaultRetryToken.d.ts +0 -9
- package/node_modules/@smithy/util-retry/dist-types/ts3.4/index.d.ts +0 -7
- package/node_modules/@smithy/util-retry/dist-types/ts3.4/types.d.ts +0 -19
- 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/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 -175
- package/node_modules/strnum/tests/temp.js +0 -8
- /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-es/{types.js → retry-pre-sra-deprecated/types.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
|
@@ -72,10 +72,6 @@ import {
|
|
|
72
72
|
SSEType,
|
|
73
73
|
TargetCapacityUnitType,
|
|
74
74
|
TargetStorageTier,
|
|
75
|
-
TrafficDirection,
|
|
76
|
-
TrafficMirrorFilterRuleField,
|
|
77
|
-
TrafficMirrorNetworkService,
|
|
78
|
-
TrafficMirrorRuleAction,
|
|
79
75
|
TransitGatewayAssociationState,
|
|
80
76
|
TransitGatewayAttachmentResourceType,
|
|
81
77
|
TransitGatewayPropagationState,
|
|
@@ -135,9 +131,6 @@ import {
|
|
|
135
131
|
} from "./models_1";
|
|
136
132
|
import {
|
|
137
133
|
SubnetCidrReservation,
|
|
138
|
-
TrafficMirrorFilter,
|
|
139
|
-
TrafficMirrorFilterRule,
|
|
140
|
-
TrafficMirrorPortRangeRequest,
|
|
141
134
|
TransitGatewayMeteringPolicyEntry,
|
|
142
135
|
TransitGatewayPrefixListReference,
|
|
143
136
|
} from "./models_2";
|
|
@@ -159,7 +152,25 @@ import {
|
|
|
159
152
|
LaunchTemplateConfig,
|
|
160
153
|
ReservedInstancesConfiguration,
|
|
161
154
|
} from "./models_4";
|
|
162
|
-
import {
|
|
155
|
+
import { RouteServerPropagation } from "./models_5";
|
|
156
|
+
export interface GetConsoleScreenshotRequest {
|
|
157
|
+
DryRun?: boolean | undefined;
|
|
158
|
+
InstanceId: string | undefined;
|
|
159
|
+
WakeUp?: boolean | undefined;
|
|
160
|
+
}
|
|
161
|
+
export interface GetConsoleScreenshotResult {
|
|
162
|
+
ImageData?: string | undefined;
|
|
163
|
+
InstanceId?: string | undefined;
|
|
164
|
+
}
|
|
165
|
+
export interface GetDeclarativePoliciesReportSummaryRequest {
|
|
166
|
+
DryRun?: boolean | undefined;
|
|
167
|
+
ReportId: string | undefined;
|
|
168
|
+
}
|
|
169
|
+
export interface RegionalSummary {
|
|
170
|
+
RegionName?: string | undefined;
|
|
171
|
+
NumberOfMatchedAccounts?: number | undefined;
|
|
172
|
+
NumberOfUnmatchedAccounts?: number | undefined;
|
|
173
|
+
}
|
|
163
174
|
export interface AttributeSummary {
|
|
164
175
|
AttributeName?: string | undefined;
|
|
165
176
|
MostFrequentValue?: string | undefined;
|
|
@@ -1881,29 +1892,3 @@ export interface ModifySubnetAttributeRequest {
|
|
|
1881
1892
|
EnableLniAtDeviceIndex?: number | undefined;
|
|
1882
1893
|
DisableLniAtDeviceIndex?: AttributeBooleanValue | undefined;
|
|
1883
1894
|
}
|
|
1884
|
-
export interface ModifyTrafficMirrorFilterNetworkServicesRequest {
|
|
1885
|
-
TrafficMirrorFilterId: string | undefined;
|
|
1886
|
-
AddNetworkServices?: TrafficMirrorNetworkService[] | undefined;
|
|
1887
|
-
RemoveNetworkServices?: TrafficMirrorNetworkService[] | undefined;
|
|
1888
|
-
DryRun?: boolean | undefined;
|
|
1889
|
-
}
|
|
1890
|
-
export interface ModifyTrafficMirrorFilterNetworkServicesResult {
|
|
1891
|
-
TrafficMirrorFilter?: TrafficMirrorFilter | undefined;
|
|
1892
|
-
}
|
|
1893
|
-
export interface ModifyTrafficMirrorFilterRuleRequest {
|
|
1894
|
-
TrafficMirrorFilterRuleId: string | undefined;
|
|
1895
|
-
TrafficDirection?: TrafficDirection | undefined;
|
|
1896
|
-
RuleNumber?: number | undefined;
|
|
1897
|
-
RuleAction?: TrafficMirrorRuleAction | undefined;
|
|
1898
|
-
DestinationPortRange?: TrafficMirrorPortRangeRequest | undefined;
|
|
1899
|
-
SourcePortRange?: TrafficMirrorPortRangeRequest | undefined;
|
|
1900
|
-
Protocol?: number | undefined;
|
|
1901
|
-
DestinationCidrBlock?: string | undefined;
|
|
1902
|
-
SourceCidrBlock?: string | undefined;
|
|
1903
|
-
Description?: string | undefined;
|
|
1904
|
-
RemoveFields?: TrafficMirrorFilterRuleField[] | undefined;
|
|
1905
|
-
DryRun?: boolean | undefined;
|
|
1906
|
-
}
|
|
1907
|
-
export interface ModifyTrafficMirrorFilterRuleResult {
|
|
1908
|
-
TrafficMirrorFilterRule?: TrafficMirrorFilterRule | undefined;
|
|
1909
|
-
}
|
|
@@ -47,6 +47,10 @@ import {
|
|
|
47
47
|
SSEType,
|
|
48
48
|
Status,
|
|
49
49
|
TpmSupportValues,
|
|
50
|
+
TrafficDirection,
|
|
51
|
+
TrafficMirrorFilterRuleField,
|
|
52
|
+
TrafficMirrorNetworkService,
|
|
53
|
+
TrafficMirrorRuleAction,
|
|
50
54
|
TrafficMirrorSessionField,
|
|
51
55
|
TransitGatewayAttachmentResourceType,
|
|
52
56
|
VerificationMethod,
|
|
@@ -100,6 +104,9 @@ import {
|
|
|
100
104
|
Phase2EncryptionAlgorithmsRequestListValue,
|
|
101
105
|
Phase2IntegrityAlgorithmsRequestListValue,
|
|
102
106
|
SubnetConfiguration,
|
|
107
|
+
TrafficMirrorFilter,
|
|
108
|
+
TrafficMirrorFilterRule,
|
|
109
|
+
TrafficMirrorPortRangeRequest,
|
|
103
110
|
TrafficMirrorSession,
|
|
104
111
|
TransitGateway,
|
|
105
112
|
TransitGatewayMeteringPolicy,
|
|
@@ -136,11 +143,38 @@ import {
|
|
|
136
143
|
SpotPlacement,
|
|
137
144
|
} from "./models_4";
|
|
138
145
|
import {
|
|
146
|
+
CapacityManagerMonitoredTagKey,
|
|
139
147
|
VerifiedAccessInstanceLoggingConfiguration,
|
|
140
148
|
VolumeModification,
|
|
141
149
|
VpcBlockPublicAccessOptions,
|
|
142
150
|
} from "./models_5";
|
|
143
151
|
import { CapacityReservationSpecification, Purchase } from "./models_6";
|
|
152
|
+
export interface ModifyTrafficMirrorFilterNetworkServicesRequest {
|
|
153
|
+
TrafficMirrorFilterId: string | undefined;
|
|
154
|
+
AddNetworkServices?: TrafficMirrorNetworkService[] | undefined;
|
|
155
|
+
RemoveNetworkServices?: TrafficMirrorNetworkService[] | undefined;
|
|
156
|
+
DryRun?: boolean | undefined;
|
|
157
|
+
}
|
|
158
|
+
export interface ModifyTrafficMirrorFilterNetworkServicesResult {
|
|
159
|
+
TrafficMirrorFilter?: TrafficMirrorFilter | undefined;
|
|
160
|
+
}
|
|
161
|
+
export interface ModifyTrafficMirrorFilterRuleRequest {
|
|
162
|
+
TrafficMirrorFilterRuleId: string | undefined;
|
|
163
|
+
TrafficDirection?: TrafficDirection | undefined;
|
|
164
|
+
RuleNumber?: number | undefined;
|
|
165
|
+
RuleAction?: TrafficMirrorRuleAction | undefined;
|
|
166
|
+
DestinationPortRange?: TrafficMirrorPortRangeRequest | undefined;
|
|
167
|
+
SourcePortRange?: TrafficMirrorPortRangeRequest | undefined;
|
|
168
|
+
Protocol?: number | undefined;
|
|
169
|
+
DestinationCidrBlock?: string | undefined;
|
|
170
|
+
SourceCidrBlock?: string | undefined;
|
|
171
|
+
Description?: string | undefined;
|
|
172
|
+
RemoveFields?: TrafficMirrorFilterRuleField[] | undefined;
|
|
173
|
+
DryRun?: boolean | undefined;
|
|
174
|
+
}
|
|
175
|
+
export interface ModifyTrafficMirrorFilterRuleResult {
|
|
176
|
+
TrafficMirrorFilterRule?: TrafficMirrorFilterRule | undefined;
|
|
177
|
+
}
|
|
144
178
|
export interface ModifyTrafficMirrorSessionRequest {
|
|
145
179
|
TrafficMirrorSessionId: string | undefined;
|
|
146
180
|
TrafficMirrorTargetId?: string | undefined;
|
|
@@ -1575,6 +1609,15 @@ export interface UnmonitorInstancesRequest {
|
|
|
1575
1609
|
export interface UnmonitorInstancesResult {
|
|
1576
1610
|
InstanceMonitorings?: InstanceMonitoring[] | undefined;
|
|
1577
1611
|
}
|
|
1612
|
+
export interface UpdateCapacityManagerMonitoredTagKeysRequest {
|
|
1613
|
+
ActivateTagKeys?: string[] | undefined;
|
|
1614
|
+
DeactivateTagKeys?: string[] | undefined;
|
|
1615
|
+
DryRun?: boolean | undefined;
|
|
1616
|
+
ClientToken?: string | undefined;
|
|
1617
|
+
}
|
|
1618
|
+
export interface UpdateCapacityManagerMonitoredTagKeysResult {
|
|
1619
|
+
CapacityManagerTagKeys?: CapacityManagerMonitoredTagKey[] | undefined;
|
|
1620
|
+
}
|
|
1578
1621
|
export interface UpdateCapacityManagerOrganizationsAccessRequest {
|
|
1579
1622
|
OrganizationsAccess: boolean | undefined;
|
|
1580
1623
|
DryRun?: boolean | undefined;
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { Paginator } from "@smithy/types";
|
|
2
|
+
import {
|
|
3
|
+
GetCapacityManagerMonitoredTagKeysCommandInput,
|
|
4
|
+
GetCapacityManagerMonitoredTagKeysCommandOutput,
|
|
5
|
+
} from "../commands/GetCapacityManagerMonitoredTagKeysCommand";
|
|
6
|
+
import { EC2PaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare const paginateGetCapacityManagerMonitoredTagKeys: (
|
|
8
|
+
config: EC2PaginationConfiguration,
|
|
9
|
+
input: GetCapacityManagerMonitoredTagKeysCommandInput,
|
|
10
|
+
...rest: any[]
|
|
11
|
+
) => Paginator<GetCapacityManagerMonitoredTagKeysCommandOutput>;
|
|
@@ -138,6 +138,7 @@ export * from "./GetAssociatedIpv6PoolCidrsPaginator";
|
|
|
138
138
|
export * from "./GetAwsNetworkPerformanceDataPaginator";
|
|
139
139
|
export * from "./GetCapacityManagerMetricDataPaginator";
|
|
140
140
|
export * from "./GetCapacityManagerMetricDimensionsPaginator";
|
|
141
|
+
export * from "./GetCapacityManagerMonitoredTagKeysPaginator";
|
|
141
142
|
export * from "./GetGroupsForCapacityReservationPaginator";
|
|
142
143
|
export * from "./GetInstanceTypesFromInstanceRequirementsPaginator";
|
|
143
144
|
export * from "./GetIpamAddressHistoryPaginator";
|
|
@@ -187,6 +187,8 @@ export declare var CapacityBlockStatus$: StaticStructureSchema;
|
|
|
187
187
|
export declare var CapacityManagerCondition$: StaticStructureSchema;
|
|
188
188
|
export declare var CapacityManagerDataExportResponse$: StaticStructureSchema;
|
|
189
189
|
export declare var CapacityManagerDimension$: StaticStructureSchema;
|
|
190
|
+
export declare var CapacityManagerMonitoredTagKey$: StaticStructureSchema;
|
|
191
|
+
export declare var CapacityManagerTagDimension$: StaticStructureSchema;
|
|
190
192
|
export declare var CapacityReservation$: StaticStructureSchema;
|
|
191
193
|
export declare var CapacityReservationBillingRequest$: StaticStructureSchema;
|
|
192
194
|
export declare var CapacityReservationCommitmentInfo$: StaticStructureSchema;
|
|
@@ -1293,6 +1295,8 @@ export declare var GetCapacityManagerMetricDataRequest$: StaticStructureSchema;
|
|
|
1293
1295
|
export declare var GetCapacityManagerMetricDataResult$: StaticStructureSchema;
|
|
1294
1296
|
export declare var GetCapacityManagerMetricDimensionsRequest$: StaticStructureSchema;
|
|
1295
1297
|
export declare var GetCapacityManagerMetricDimensionsResult$: StaticStructureSchema;
|
|
1298
|
+
export declare var GetCapacityManagerMonitoredTagKeysRequest$: StaticStructureSchema;
|
|
1299
|
+
export declare var GetCapacityManagerMonitoredTagKeysResult$: StaticStructureSchema;
|
|
1296
1300
|
export declare var GetCapacityReservationUsageRequest$: StaticStructureSchema;
|
|
1297
1301
|
export declare var GetCapacityReservationUsageResult$: StaticStructureSchema;
|
|
1298
1302
|
export declare var GetCoipPoolUsageRequest$: StaticStructureSchema;
|
|
@@ -2275,6 +2279,8 @@ export declare var UnsuccessfulInstanceCreditSpecificationItem$: StaticStructure
|
|
|
2275
2279
|
export declare var UnsuccessfulInstanceCreditSpecificationItemError$: StaticStructureSchema;
|
|
2276
2280
|
export declare var UnsuccessfulItem$: StaticStructureSchema;
|
|
2277
2281
|
export declare var UnsuccessfulItemError$: StaticStructureSchema;
|
|
2282
|
+
export declare var UpdateCapacityManagerMonitoredTagKeysRequest$: StaticStructureSchema;
|
|
2283
|
+
export declare var UpdateCapacityManagerMonitoredTagKeysResult$: StaticStructureSchema;
|
|
2278
2284
|
export declare var UpdateCapacityManagerOrganizationsAccessRequest$: StaticStructureSchema;
|
|
2279
2285
|
export declare var UpdateCapacityManagerOrganizationsAccessResult$: StaticStructureSchema;
|
|
2280
2286
|
export declare var UpdateInterruptibleCapacityReservationAllocationRequest$: StaticStructureSchema;
|
|
@@ -2895,6 +2901,7 @@ export declare var GetAwsNetworkPerformanceData$: StaticOperationSchema;
|
|
|
2895
2901
|
export declare var GetCapacityManagerAttributes$: StaticOperationSchema;
|
|
2896
2902
|
export declare var GetCapacityManagerMetricData$: StaticOperationSchema;
|
|
2897
2903
|
export declare var GetCapacityManagerMetricDimensions$: StaticOperationSchema;
|
|
2904
|
+
export declare var GetCapacityManagerMonitoredTagKeys$: StaticOperationSchema;
|
|
2898
2905
|
export declare var GetCapacityReservationUsage$: StaticOperationSchema;
|
|
2899
2906
|
export declare var GetCoipPoolUsage$: StaticOperationSchema;
|
|
2900
2907
|
export declare var GetConsoleOutput$: StaticOperationSchema;
|
|
@@ -3115,6 +3122,7 @@ export declare var UnassignPrivateIpAddresses$: StaticOperationSchema;
|
|
|
3115
3122
|
export declare var UnassignPrivateNatGatewayAddress$: StaticOperationSchema;
|
|
3116
3123
|
export declare var UnlockSnapshot$: StaticOperationSchema;
|
|
3117
3124
|
export declare var UnmonitorInstances$: StaticOperationSchema;
|
|
3125
|
+
export declare var UpdateCapacityManagerMonitoredTagKeys$: StaticOperationSchema;
|
|
3118
3126
|
export declare var UpdateCapacityManagerOrganizationsAccess$: StaticOperationSchema;
|
|
3119
3127
|
export declare var UpdateInterruptibleCapacityReservationAllocation$: StaticOperationSchema;
|
|
3120
3128
|
export declare var UpdateSecurityGroupRuleDescriptionsEgress$: StaticOperationSchema;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-ec2",
|
|
3
3
|
"description": "AWS SDK for JavaScript Ec2 Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.1029.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:types' 'yarn:build:es' && yarn build:cjs",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-ec2",
|
|
@@ -25,48 +25,48 @@
|
|
|
25
25
|
"dependencies": {
|
|
26
26
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
27
27
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
28
|
-
"@aws-sdk/core": "^3.973.
|
|
29
|
-
"@aws-sdk/credential-provider-node": "^3.972.
|
|
30
|
-
"@aws-sdk/middleware-host-header": "^3.972.
|
|
31
|
-
"@aws-sdk/middleware-logger": "^3.972.
|
|
32
|
-
"@aws-sdk/middleware-recursion-detection": "^3.972.
|
|
33
|
-
"@aws-sdk/middleware-sdk-ec2": "^3.972.
|
|
34
|
-
"@aws-sdk/middleware-user-agent": "^3.972.
|
|
35
|
-
"@aws-sdk/region-config-resolver": "^3.972.
|
|
36
|
-
"@aws-sdk/types": "^3.973.
|
|
37
|
-
"@aws-sdk/util-endpoints": "^3.996.
|
|
38
|
-
"@aws-sdk/util-user-agent-browser": "^3.972.
|
|
39
|
-
"@aws-sdk/util-user-agent-node": "^3.973.
|
|
40
|
-
"@smithy/config-resolver": "^4.4.
|
|
41
|
-
"@smithy/core": "^3.23.
|
|
42
|
-
"@smithy/fetch-http-handler": "^5.3.
|
|
43
|
-
"@smithy/hash-node": "^4.2.
|
|
44
|
-
"@smithy/invalid-dependency": "^4.2.
|
|
45
|
-
"@smithy/middleware-content-length": "^4.2.
|
|
46
|
-
"@smithy/middleware-endpoint": "^4.4.
|
|
47
|
-
"@smithy/middleware-retry": "^4.
|
|
48
|
-
"@smithy/middleware-serde": "^4.2.
|
|
49
|
-
"@smithy/middleware-stack": "^4.2.
|
|
50
|
-
"@smithy/node-config-provider": "^4.3.
|
|
51
|
-
"@smithy/node-http-handler": "^4.5.
|
|
52
|
-
"@smithy/protocol-http": "^5.3.
|
|
53
|
-
"@smithy/smithy-client": "^4.12.
|
|
54
|
-
"@smithy/types": "^4.
|
|
55
|
-
"@smithy/url-parser": "^4.2.
|
|
28
|
+
"@aws-sdk/core": "^3.973.27",
|
|
29
|
+
"@aws-sdk/credential-provider-node": "^3.972.30",
|
|
30
|
+
"@aws-sdk/middleware-host-header": "^3.972.9",
|
|
31
|
+
"@aws-sdk/middleware-logger": "^3.972.9",
|
|
32
|
+
"@aws-sdk/middleware-recursion-detection": "^3.972.10",
|
|
33
|
+
"@aws-sdk/middleware-sdk-ec2": "^3.972.19",
|
|
34
|
+
"@aws-sdk/middleware-user-agent": "^3.972.29",
|
|
35
|
+
"@aws-sdk/region-config-resolver": "^3.972.11",
|
|
36
|
+
"@aws-sdk/types": "^3.973.7",
|
|
37
|
+
"@aws-sdk/util-endpoints": "^3.996.6",
|
|
38
|
+
"@aws-sdk/util-user-agent-browser": "^3.972.9",
|
|
39
|
+
"@aws-sdk/util-user-agent-node": "^3.973.15",
|
|
40
|
+
"@smithy/config-resolver": "^4.4.14",
|
|
41
|
+
"@smithy/core": "^3.23.14",
|
|
42
|
+
"@smithy/fetch-http-handler": "^5.3.16",
|
|
43
|
+
"@smithy/hash-node": "^4.2.13",
|
|
44
|
+
"@smithy/invalid-dependency": "^4.2.13",
|
|
45
|
+
"@smithy/middleware-content-length": "^4.2.13",
|
|
46
|
+
"@smithy/middleware-endpoint": "^4.4.29",
|
|
47
|
+
"@smithy/middleware-retry": "^4.5.0",
|
|
48
|
+
"@smithy/middleware-serde": "^4.2.17",
|
|
49
|
+
"@smithy/middleware-stack": "^4.2.13",
|
|
50
|
+
"@smithy/node-config-provider": "^4.3.13",
|
|
51
|
+
"@smithy/node-http-handler": "^4.5.2",
|
|
52
|
+
"@smithy/protocol-http": "^5.3.13",
|
|
53
|
+
"@smithy/smithy-client": "^4.12.9",
|
|
54
|
+
"@smithy/types": "^4.14.0",
|
|
55
|
+
"@smithy/url-parser": "^4.2.13",
|
|
56
56
|
"@smithy/util-base64": "^4.3.2",
|
|
57
57
|
"@smithy/util-body-length-browser": "^4.2.2",
|
|
58
58
|
"@smithy/util-body-length-node": "^4.2.3",
|
|
59
|
-
"@smithy/util-defaults-mode-browser": "^4.3.
|
|
60
|
-
"@smithy/util-defaults-mode-node": "^4.2.
|
|
61
|
-
"@smithy/util-endpoints": "^3.3.
|
|
62
|
-
"@smithy/util-middleware": "^4.2.
|
|
63
|
-
"@smithy/util-retry": "^4.
|
|
59
|
+
"@smithy/util-defaults-mode-browser": "^4.3.45",
|
|
60
|
+
"@smithy/util-defaults-mode-node": "^4.2.49",
|
|
61
|
+
"@smithy/util-endpoints": "^3.3.4",
|
|
62
|
+
"@smithy/util-middleware": "^4.2.13",
|
|
63
|
+
"@smithy/util-retry": "^4.3.0",
|
|
64
64
|
"@smithy/util-utf8": "^4.2.2",
|
|
65
|
-
"@smithy/util-waiter": "^4.2.
|
|
65
|
+
"@smithy/util-waiter": "^4.2.15",
|
|
66
66
|
"tslib": "^2.6.2"
|
|
67
67
|
},
|
|
68
68
|
"devDependencies": {
|
|
69
|
-
"@smithy/snapshot-testing": "^2.0.
|
|
69
|
+
"@smithy/snapshot-testing": "^2.0.5",
|
|
70
70
|
"@tsconfig/node20": "20.1.8",
|
|
71
71
|
"@types/node": "^20.14.8",
|
|
72
72
|
"concurrently": "7.0.0",
|
|
@@ -5,10 +5,10 @@ exports.DeleteCapacityProviderResponse$ = exports.DeleteCapacityProviderRequest$
|
|
|
5
5
|
exports.DescribeTaskSetsRequest$ = exports.DescribeTaskDefinitionResponse$ = exports.DescribeTaskDefinitionRequest$ = exports.DescribeServicesResponse$ = exports.DescribeServicesRequest$ = exports.DescribeServiceRevisionsResponse$ = exports.DescribeServiceRevisionsRequest$ = exports.DescribeServiceDeploymentsResponse$ = exports.DescribeServiceDeploymentsRequest$ = exports.DescribeExpressGatewayServiceResponse$ = exports.DescribeExpressGatewayServiceRequest$ = exports.DescribeDaemonTaskDefinitionResponse$ = exports.DescribeDaemonTaskDefinitionRequest$ = exports.DescribeDaemonRevisionsResponse$ = exports.DescribeDaemonRevisionsRequest$ = exports.DescribeDaemonResponse$ = exports.DescribeDaemonRequest$ = exports.DescribeDaemonDeploymentsResponse$ = exports.DescribeDaemonDeploymentsRequest$ = exports.DescribeContainerInstancesResponse$ = exports.DescribeContainerInstancesRequest$ = exports.DescribeClustersResponse$ = exports.DescribeClustersRequest$ = exports.DescribeCapacityProvidersResponse$ = exports.DescribeCapacityProvidersRequest$ = exports.DeregisterTaskDefinitionResponse$ = exports.DeregisterTaskDefinitionRequest$ = exports.DeregisterContainerInstanceResponse$ = exports.DeregisterContainerInstanceRequest$ = exports.DeploymentLifecycleHook$ = exports.DeploymentEphemeralStorage$ = exports.DeploymentController$ = exports.DeploymentConfiguration$ = exports.DeploymentCircuitBreaker$ = exports.DeploymentAlarms$ = exports.Deployment$ = exports.DeleteTaskSetResponse$ = exports.DeleteTaskSetRequest$ = exports.DeleteTaskDefinitionsResponse$ = exports.DeleteTaskDefinitionsRequest$ = exports.DeleteServiceResponse$ = exports.DeleteServiceRequest$ = exports.DeleteExpressGatewayServiceResponse$ = exports.DeleteExpressGatewayServiceRequest$ = exports.DeleteDaemonTaskDefinitionResponse$ = exports.DeleteDaemonTaskDefinitionRequest$ = exports.DeleteDaemonResponse$ = exports.DeleteDaemonRequest$ = exports.DeleteClusterResponse$ = exports.DeleteClusterRequest$ = void 0;
|
|
6
6
|
exports.ListAttributesResponse$ = exports.ListAttributesRequest$ = exports.ListAccountSettingsResponse$ = exports.ListAccountSettingsRequest$ = exports.LinuxParameters$ = exports.LinearConfiguration$ = exports.KeyValuePair$ = exports.KernelCapabilities$ = exports.InstanceRequirementsRequest$ = exports.InstanceLaunchTemplateUpdate$ = exports.InstanceLaunchTemplate$ = exports.InstanceHealthCheckResult$ = exports.IngressPathSummary$ = exports.InfrastructureOptimization$ = exports.InferenceAcceleratorOverride$ = exports.InferenceAccelerator$ = exports.HostVolumeProperties$ = exports.HostEntry$ = exports.HealthCheck$ = exports.GetTaskProtectionResponse$ = exports.GetTaskProtectionRequest$ = exports.FSxWindowsFileServerVolumeConfiguration$ = exports.FSxWindowsFileServerAuthorizationConfig$ = exports.FirelensConfiguration$ = exports.Failure$ = exports.ExpressGatewayServiceStatus$ = exports.ExpressGatewayServiceNetworkConfiguration$ = exports.ExpressGatewayServiceConfiguration$ = exports.ExpressGatewayServiceAwsLogsConfiguration$ = exports.ExpressGatewayScalingTarget$ = exports.ExpressGatewayRepositoryCredentials$ = exports.ExpressGatewayContainer$ = exports.ExecuteCommandResponse$ = exports.ExecuteCommandRequest$ = exports.ExecuteCommandLogConfiguration$ = exports.ExecuteCommandConfiguration$ = exports.EphemeralStorage$ = exports.EnvironmentFile$ = exports.EFSVolumeConfiguration$ = exports.EFSAuthorizationConfig$ = exports.ECSManagedResources$ = exports.ECSExpressGatewayService$ = exports.EBSTagSpecification$ = exports.DockerVolumeConfiguration$ = exports.DiscoverPollEndpointResponse$ = exports.DiscoverPollEndpointRequest$ = exports.Device$ = exports.DescribeTasksResponse$ = exports.DescribeTasksRequest$ = exports.DescribeTaskSetsResponse$ = void 0;
|
|
7
7
|
exports.NetworkBandwidthGbpsRequest$ = exports.MountPoint$ = exports.MemoryMiBRequest$ = exports.MemoryGiBPerVCpuRequest$ = exports.ManagedTargetGroup$ = exports.ManagedStorageConfiguration$ = exports.ManagedSecurityGroup$ = exports.ManagedScaling$ = exports.ManagedScalableTarget$ = exports.ManagedMetricAlarm$ = exports.ManagedLogGroup$ = exports.ManagedLoadBalancer$ = exports.ManagedListenerRule$ = exports.ManagedListener$ = exports.ManagedInstancesStorageConfiguration$ = exports.ManagedInstancesProvider$ = exports.ManagedInstancesNetworkConfiguration$ = exports.ManagedInstancesLocalStorageConfiguration$ = exports.ManagedIngressPath$ = exports.ManagedCertificate$ = exports.ManagedAutoScaling$ = exports.ManagedApplicationAutoScalingPolicy$ = exports.ManagedAgentStateChange$ = exports.ManagedAgent$ = exports.LogConfiguration$ = exports.LoadBalancer$ = exports.ListTasksResponse$ = exports.ListTasksRequest$ = exports.ListTaskDefinitionsResponse$ = exports.ListTaskDefinitionsRequest$ = exports.ListTaskDefinitionFamiliesResponse$ = exports.ListTaskDefinitionFamiliesRequest$ = exports.ListTagsForResourceResponse$ = exports.ListTagsForResourceRequest$ = exports.ListServicesResponse$ = exports.ListServicesRequest$ = exports.ListServicesByNamespaceResponse$ = exports.ListServicesByNamespaceRequest$ = exports.ListServiceDeploymentsResponse$ = exports.ListServiceDeploymentsRequest$ = exports.ListDaemonTaskDefinitionsResponse$ = exports.ListDaemonTaskDefinitionsRequest$ = exports.ListDaemonsResponse$ = exports.ListDaemonsRequest$ = exports.ListDaemonDeploymentsResponse$ = exports.ListDaemonDeploymentsRequest$ = exports.ListContainerInstancesResponse$ = exports.ListContainerInstancesRequest$ = exports.ListClustersResponse$ = exports.ListClustersRequest$ = void 0;
|
|
8
|
-
exports.
|
|
9
|
-
exports.
|
|
10
|
-
exports.
|
|
11
|
-
exports.UpdateTaskSet$ = exports.UpdateTaskProtection$ = exports.UpdateServicePrimaryTaskSet$ = exports.UpdateService$ = exports.UpdateExpressGatewayService$ = exports.UpdateDaemon$ = exports.UpdateContainerInstancesState$ = exports.UpdateContainerAgent$ = exports.UpdateClusterSettings$ = exports.UpdateCluster$ = exports.UpdateCapacityProvider$ = exports.UntagResource$ = exports.TagResource$ = exports.SubmitTaskStateChange$ = exports.SubmitContainerStateChange$ = exports.SubmitAttachmentStateChanges$ = exports.StopTask$ = exports.StopServiceDeployment$ = exports.StartTask$ = exports.RunTask$ = exports.RegisterTaskDefinition$ = exports.RegisterDaemonTaskDefinition$ = exports.RegisterContainerInstance$ = exports.PutClusterCapacityProviders$ = exports.PutAttributes$ = exports.PutAccountSettingDefault$ = exports.PutAccountSetting$ = exports.ListTasks$ = exports.ListTaskDefinitions$ = exports.ListTaskDefinitionFamilies$ = exports.ListTagsForResource$ = exports.ListServicesByNamespace$ = exports.ListServices$ = exports.ListServiceDeployments$ = exports.ListDaemonTaskDefinitions$ = exports.ListDaemons$ = exports.ListDaemonDeployments$ = exports.ListContainerInstances$ = exports.ListClusters$ = exports.ListAttributes$ = exports.ListAccountSettings$ = exports.GetTaskProtection$ = exports.ExecuteCommand$ = exports.DiscoverPollEndpoint$ = exports.DescribeTaskSets$ = void 0;
|
|
8
|
+
exports.ServiceDeploymentBrief$ = exports.ServiceDeploymentAlarms$ = exports.ServiceDeployment$ = exports.ServiceCurrentRevisionSummary$ = exports.ServiceConnectTlsConfiguration$ = exports.ServiceConnectTlsCertificateAuthority$ = exports.ServiceConnectTestTrafficRules$ = exports.ServiceConnectTestTrafficHeaderRules$ = exports.ServiceConnectTestTrafficHeaderMatchRules$ = exports.ServiceConnectServiceResource$ = exports.ServiceConnectService$ = exports.ServiceConnectConfiguration$ = exports.ServiceConnectClientAlias$ = exports.ServiceConnectAccessLogConfiguration$ = exports.Service$ = exports.Secret$ = exports.Scale$ = exports.S3FilesVolumeConfiguration$ = exports.RuntimePlatform$ = exports.RunTaskResponse$ = exports.RunTaskRequest$ = exports.Rollback$ = exports.ResourceRequirement$ = exports.Resource$ = exports.ResolvedConfiguration$ = exports.RepositoryCredentials$ = exports.RegisterTaskDefinitionResponse$ = exports.RegisterTaskDefinitionRequest$ = exports.RegisterDaemonTaskDefinitionResponse$ = exports.RegisterDaemonTaskDefinitionRequest$ = exports.RegisterContainerInstanceResponse$ = exports.RegisterContainerInstanceRequest$ = exports.PutClusterCapacityProvidersResponse$ = exports.PutClusterCapacityProvidersRequest$ = exports.PutAttributesResponse$ = exports.PutAttributesRequest$ = exports.PutAccountSettingResponse$ = exports.PutAccountSettingRequest$ = exports.PutAccountSettingDefaultResponse$ = exports.PutAccountSettingDefaultRequest$ = exports.ProxyConfiguration$ = exports.ProtectedTask$ = exports.PortMapping$ = exports.PlatformDevice$ = exports.PlacementStrategy$ = exports.PlacementConstraint$ = exports.NetworkInterfaceCountRequest$ = exports.NetworkInterface$ = exports.NetworkConfiguration$ = exports.NetworkBinding$ = void 0;
|
|
9
|
+
exports.UpdateContainerInstancesStateRequest$ = exports.UpdateContainerAgentResponse$ = exports.UpdateContainerAgentRequest$ = exports.UpdateClusterSettingsResponse$ = exports.UpdateClusterSettingsRequest$ = exports.UpdateClusterResponse$ = exports.UpdateClusterRequest$ = exports.UpdateCapacityProviderResponse$ = exports.UpdateCapacityProviderRequest$ = exports.UntagResourceResponse$ = exports.UntagResourceRequest$ = exports.Ulimit$ = exports.TotalLocalStorageGBRequest$ = exports.Tmpfs$ = exports.TimeoutConfiguration$ = exports.TaskVolumeConfiguration$ = exports.TaskSet$ = exports.TaskOverride$ = exports.TaskManagedEBSVolumeTerminationPolicy$ = exports.TaskManagedEBSVolumeConfiguration$ = exports.TaskEphemeralStorage$ = exports.TaskDefinitionPlacementConstraint$ = exports.TaskDefinition$ = exports.Task$ = exports.TagResourceResponse$ = exports.TagResourceRequest$ = exports.Tag$ = exports.SystemControl$ = exports.SubmitTaskStateChangeResponse$ = exports.SubmitTaskStateChangeRequest$ = exports.SubmitContainerStateChangeResponse$ = exports.SubmitContainerStateChangeRequest$ = exports.SubmitAttachmentStateChangesResponse$ = exports.SubmitAttachmentStateChangesRequest$ = exports.StopTaskResponse$ = exports.StopTaskRequest$ = exports.StopServiceDeploymentResponse$ = exports.StopServiceDeploymentRequest$ = exports.StartTaskResponse$ = exports.StartTaskRequest$ = exports.Setting$ = exports.Session$ = exports.ServiceVolumeConfiguration$ = exports.ServiceRevisionSummary$ = exports.ServiceRevisionLoadBalancer$ = exports.ServiceRevision$ = exports.ServiceRegistry$ = exports.ServiceManagedEBSVolumeConfiguration$ = exports.ServiceEvent$ = exports.ServiceDeploymentCircuitBreaker$ = void 0;
|
|
10
|
+
exports.DescribeTaskDefinition$ = exports.DescribeServices$ = exports.DescribeServiceRevisions$ = exports.DescribeServiceDeployments$ = exports.DescribeExpressGatewayService$ = exports.DescribeDaemonTaskDefinition$ = exports.DescribeDaemonRevisions$ = exports.DescribeDaemonDeployments$ = exports.DescribeDaemon$ = exports.DescribeContainerInstances$ = exports.DescribeClusters$ = exports.DescribeCapacityProviders$ = exports.DeregisterTaskDefinition$ = exports.DeregisterContainerInstance$ = exports.DeleteTaskSet$ = exports.DeleteTaskDefinitions$ = exports.DeleteService$ = exports.DeleteExpressGatewayService$ = exports.DeleteDaemonTaskDefinition$ = exports.DeleteDaemon$ = exports.DeleteCluster$ = exports.DeleteCapacityProvider$ = exports.DeleteAttributes$ = exports.DeleteAccountSetting$ = exports.CreateTaskSet$ = exports.CreateService$ = exports.CreateExpressGatewayService$ = exports.CreateDaemon$ = exports.CreateCluster$ = exports.CreateCapacityProvider$ = exports.VpcLatticeConfiguration$ = exports.VolumeFrom$ = exports.Volume$ = exports.VersionInfo$ = exports.VCpuCountRangeRequest$ = exports.UpdateTaskSetResponse$ = exports.UpdateTaskSetRequest$ = exports.UpdateTaskProtectionResponse$ = exports.UpdateTaskProtectionRequest$ = exports.UpdateServiceResponse$ = exports.UpdateServiceRequest$ = exports.UpdateServicePrimaryTaskSetResponse$ = exports.UpdateServicePrimaryTaskSetRequest$ = exports.UpdateManagedInstancesProviderConfiguration$ = exports.UpdateExpressGatewayServiceResponse$ = exports.UpdateExpressGatewayServiceRequest$ = exports.UpdatedExpressGatewayService$ = exports.UpdateDaemonResponse$ = exports.UpdateDaemonRequest$ = exports.UpdateContainerInstancesStateResponse$ = void 0;
|
|
11
|
+
exports.UpdateTaskSet$ = exports.UpdateTaskProtection$ = exports.UpdateServicePrimaryTaskSet$ = exports.UpdateService$ = exports.UpdateExpressGatewayService$ = exports.UpdateDaemon$ = exports.UpdateContainerInstancesState$ = exports.UpdateContainerAgent$ = exports.UpdateClusterSettings$ = exports.UpdateCluster$ = exports.UpdateCapacityProvider$ = exports.UntagResource$ = exports.TagResource$ = exports.SubmitTaskStateChange$ = exports.SubmitContainerStateChange$ = exports.SubmitAttachmentStateChanges$ = exports.StopTask$ = exports.StopServiceDeployment$ = exports.StartTask$ = exports.RunTask$ = exports.RegisterTaskDefinition$ = exports.RegisterDaemonTaskDefinition$ = exports.RegisterContainerInstance$ = exports.PutClusterCapacityProviders$ = exports.PutAttributes$ = exports.PutAccountSettingDefault$ = exports.PutAccountSetting$ = exports.ListTasks$ = exports.ListTaskDefinitions$ = exports.ListTaskDefinitionFamilies$ = exports.ListTagsForResource$ = exports.ListServicesByNamespace$ = exports.ListServices$ = exports.ListServiceDeployments$ = exports.ListDaemonTaskDefinitions$ = exports.ListDaemons$ = exports.ListDaemonDeployments$ = exports.ListContainerInstances$ = exports.ListClusters$ = exports.ListAttributes$ = exports.ListAccountSettings$ = exports.GetTaskProtection$ = exports.ExecuteCommand$ = exports.DiscoverPollEndpoint$ = exports.DescribeTaskSets$ = exports.DescribeTasks$ = void 0;
|
|
12
12
|
const _A = "Attachment";
|
|
13
13
|
const _AC = "AdvancedConfiguration";
|
|
14
14
|
const _ACR = "AcceleratorCountRequest";
|
|
@@ -448,6 +448,7 @@ const _SDe = "ServiceDeployments";
|
|
|
448
448
|
const _SE = "ServerException";
|
|
449
449
|
const _SEe = "ServiceEvent";
|
|
450
450
|
const _SEer = "ServiceEvents";
|
|
451
|
+
const _SFVC = "S3FilesVolumeConfiguration";
|
|
451
452
|
const _SL = "SecretList";
|
|
452
453
|
const _SMEBSVC = "ServiceManagedEBSVolumeConfiguration";
|
|
453
454
|
const _SNAE = "ServiceNotActiveException";
|
|
@@ -577,6 +578,7 @@ const _aN = "alarmNames";
|
|
|
577
578
|
const _aNc = "acceleratorNames";
|
|
578
579
|
const _aNt = "attributeName";
|
|
579
580
|
const _aP = "appProtocol";
|
|
581
|
+
const _aPA = "accessPointArn";
|
|
580
582
|
const _aPAA = "awsPcaAuthorityArn";
|
|
581
583
|
const _aPI = "assignPublicIp";
|
|
582
584
|
const _aPIc = "accessPointId";
|
|
@@ -755,6 +757,7 @@ const _fES = "fargateEphemeralStorage";
|
|
|
755
757
|
const _fESKKI = "fargateEphemeralStorageKmsKeyId";
|
|
756
758
|
const _fND = "forceNewDeployment";
|
|
757
759
|
const _fP = "familyPrefix";
|
|
760
|
+
const _fSA = "fileSystemArn";
|
|
758
761
|
const _fSI = "fileSystemId";
|
|
759
762
|
const _fT = "failedTasks";
|
|
760
763
|
const _fTi = "filesystemType";
|
|
@@ -774,6 +777,7 @@ const _hCGPS = "healthCheckGracePeriodSeconds";
|
|
|
774
777
|
const _hCP = "healthCheckPath";
|
|
775
778
|
const _hCPe = "healthCheckPort";
|
|
776
779
|
const _hD = "hookDetails";
|
|
780
|
+
const _hE = "httpError";
|
|
777
781
|
const _hL = "hardLimit";
|
|
778
782
|
const _hP = "hostPath";
|
|
779
783
|
const _hPR = "hostPortRange";
|
|
@@ -1022,6 +1026,7 @@ const _sTt = "stopTimeout";
|
|
|
1022
1026
|
const _sTto = "stopType";
|
|
1023
1027
|
const _sU = "streamUrl";
|
|
1024
1028
|
const _sV = "sourceVolume";
|
|
1029
|
+
const _sVC = "s3filesVolumeConfiguration";
|
|
1025
1030
|
const _sc = "scale";
|
|
1026
1031
|
const _sch = "scheme";
|
|
1027
1032
|
const _sco = "scope";
|
|
@@ -1115,7 +1120,7 @@ exports.ECSServiceException$ = [-3, _s, "ECSServiceException", 0, [], []];
|
|
|
1115
1120
|
_s_registry.registerError(exports.ECSServiceException$, ECSServiceException_1.ECSServiceException);
|
|
1116
1121
|
const n0_registry = schema_1.TypeRegistry.for(n0);
|
|
1117
1122
|
exports.AccessDeniedException$ = [-3, n0, _ADE,
|
|
1118
|
-
{ [_e]: _c },
|
|
1123
|
+
{ [_e]: _c, [_hE]: 403 },
|
|
1119
1124
|
[_m],
|
|
1120
1125
|
[0]
|
|
1121
1126
|
];
|
|
@@ -1402,7 +1407,7 @@ exports.Container$ = [3, n0, _Co,
|
|
|
1402
1407
|
exports.ContainerDefinition$ = [3, n0, _CD,
|
|
1403
1408
|
0,
|
|
1404
1409
|
[_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],
|
|
1405
|
-
[0, 0, [() => exports.RepositoryCredentials$, 0], 1, 1, 1, 64 | 0, () => PortMappingList, 2, () => exports.ContainerRestartPolicy$, 64 | 0, 64 | 0, () => EnvironmentVariables, () => EnvironmentFiles, () => MountPointList, () => VolumeFromList, () => exports.LinuxParameters$, () => SecretList, () => ContainerDependencies, 1, 1, 0, 0, 0, 0, 2, 2, 2, 64 | 0, 64 | 0, () => HostEntryList, 64 | 0, 2, 2, 128 | 0, () => UlimitList, () => exports.LogConfiguration$, () => exports.HealthCheck$, () => SystemControls, () => ResourceRequirements, () => exports.FirelensConfiguration$, 64 | 0]
|
|
1410
|
+
[0, 0, [() => exports.RepositoryCredentials$, 0], 1, 1, 1, 64 | 0, () => PortMappingList, 2, () => exports.ContainerRestartPolicy$, 64 | 0, 64 | 0, [() => EnvironmentVariables, 0], () => EnvironmentFiles, () => MountPointList, () => VolumeFromList, () => exports.LinuxParameters$, () => SecretList, () => ContainerDependencies, 1, 1, 0, 0, 0, 0, 2, 2, 2, 64 | 0, 64 | 0, () => HostEntryList, 64 | 0, 2, 2, 128 | 0, () => UlimitList, () => exports.LogConfiguration$, () => exports.HealthCheck$, () => SystemControls, () => ResourceRequirements, () => exports.FirelensConfiguration$, 64 | 0]
|
|
1406
1411
|
];
|
|
1407
1412
|
exports.ContainerDependency$ = [3, n0, _CDo,
|
|
1408
1413
|
0,
|
|
@@ -1427,7 +1432,7 @@ exports.ContainerInstanceHealthStatus$ = [3, n0, _CIHS,
|
|
|
1427
1432
|
exports.ContainerOverride$ = [3, n0, _CO,
|
|
1428
1433
|
0,
|
|
1429
1434
|
[_n, _com, _en, _eF, _cp, _me, _mR, _rR],
|
|
1430
|
-
[0, 64 | 0, () => EnvironmentVariables, () => EnvironmentFiles, 1, 1, 1, () => ResourceRequirements]
|
|
1435
|
+
[0, 64 | 0, [() => EnvironmentVariables, 0], () => EnvironmentFiles, 1, 1, 1, () => ResourceRequirements]
|
|
1431
1436
|
];
|
|
1432
1437
|
exports.ContainerRestartPolicy$ = [3, n0, _CRP,
|
|
1433
1438
|
0,
|
|
@@ -1477,12 +1482,12 @@ exports.CreatedAt$ = [3, n0, _CA,
|
|
|
1477
1482
|
exports.CreateExpressGatewayServiceRequest$ = [3, n0, _CEGSR,
|
|
1478
1483
|
0,
|
|
1479
1484
|
[_eRA, _iRA, _pC, _sN, _cl, _hCP, _tRA, _nC, _cp, _me, _sTc, _ta],
|
|
1480
|
-
[0, 0, () => exports.ExpressGatewayContainer$, 0, 0, 0, 0, () => exports.ExpressGatewayServiceNetworkConfiguration$, 0, 0, () => exports.ExpressGatewayScalingTarget$, () => Tags], 3
|
|
1485
|
+
[0, 0, [() => exports.ExpressGatewayContainer$, 0], 0, 0, 0, 0, () => exports.ExpressGatewayServiceNetworkConfiguration$, 0, 0, () => exports.ExpressGatewayScalingTarget$, () => Tags], 3
|
|
1481
1486
|
];
|
|
1482
1487
|
exports.CreateExpressGatewayServiceResponse$ = [3, n0, _CEGSRr,
|
|
1483
1488
|
0,
|
|
1484
1489
|
[_ser],
|
|
1485
|
-
[() => exports.ECSExpressGatewayService
|
|
1490
|
+
[[() => exports.ECSExpressGatewayService$, 0]]
|
|
1486
1491
|
];
|
|
1487
1492
|
exports.CreateManagedInstancesProviderConfiguration$ = [3, n0, _CMIPC,
|
|
1488
1493
|
0,
|
|
@@ -1527,7 +1532,7 @@ exports.DaemonCircuitBreaker$ = [3, n0, _DCB,
|
|
|
1527
1532
|
exports.DaemonContainerDefinition$ = [3, n0, _DCD,
|
|
1528
1533
|
0,
|
|
1529
1534
|
[_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],
|
|
1530
|
-
[0, 0, 1, 1, [() => exports.RepositoryCredentials$, 0], () => exports.HealthCheck$, 1, 2, 64 | 0, 64 | 0, 0, () => EnvironmentFiles, () => EnvironmentVariables, () => SecretList, 2, () => MountPointList, () => exports.LogConfiguration$, () => exports.FirelensConfiguration$, 2, 0, () => UlimitList, () => exports.DaemonLinuxParameters$, () => ContainerDependencies, 1, 1, () => SystemControls, 2, 2, () => exports.ContainerRestartPolicy$], 1
|
|
1535
|
+
[0, 0, 1, 1, [() => exports.RepositoryCredentials$, 0], () => exports.HealthCheck$, 1, 2, 64 | 0, 64 | 0, 0, () => EnvironmentFiles, [() => EnvironmentVariables, 0], () => SecretList, 2, () => MountPointList, () => exports.LogConfiguration$, () => exports.FirelensConfiguration$, 2, 0, () => UlimitList, () => exports.DaemonLinuxParameters$, () => ContainerDependencies, 1, 1, () => SystemControls, 2, 2, () => exports.ContainerRestartPolicy$], 1
|
|
1531
1536
|
];
|
|
1532
1537
|
exports.DaemonContainerImage$ = [3, n0, _DCI,
|
|
1533
1538
|
0,
|
|
@@ -1677,7 +1682,7 @@ exports.DeleteExpressGatewayServiceRequest$ = [3, n0, _DEGSR,
|
|
|
1677
1682
|
exports.DeleteExpressGatewayServiceResponse$ = [3, n0, _DEGSRe,
|
|
1678
1683
|
0,
|
|
1679
1684
|
[_ser],
|
|
1680
|
-
[() => exports.ECSExpressGatewayService
|
|
1685
|
+
[[() => exports.ECSExpressGatewayService$, 0]]
|
|
1681
1686
|
];
|
|
1682
1687
|
exports.DeleteServiceRequest$ = [3, n0, _DSR,
|
|
1683
1688
|
0,
|
|
@@ -1842,7 +1847,7 @@ exports.DescribeExpressGatewayServiceRequest$ = [3, n0, _DEGSRes,
|
|
|
1842
1847
|
exports.DescribeExpressGatewayServiceResponse$ = [3, n0, _DEGSResc,
|
|
1843
1848
|
0,
|
|
1844
1849
|
[_ser],
|
|
1845
|
-
[() => exports.ECSExpressGatewayService
|
|
1850
|
+
[[() => exports.ECSExpressGatewayService$, 0]]
|
|
1846
1851
|
];
|
|
1847
1852
|
exports.DescribeServiceDeploymentsRequest$ = [3, n0, _DSDR,
|
|
1848
1853
|
0,
|
|
@@ -1902,7 +1907,7 @@ exports.DescribeTasksRequest$ = [3, n0, _DTR,
|
|
|
1902
1907
|
exports.DescribeTasksResponse$ = [3, n0, _DTRe,
|
|
1903
1908
|
0,
|
|
1904
1909
|
[_tas, _fa],
|
|
1905
|
-
[() => Tasks, () => Failures]
|
|
1910
|
+
[[() => Tasks, 0], () => Failures]
|
|
1906
1911
|
];
|
|
1907
1912
|
exports.Device$ = [3, n0, _De,
|
|
1908
1913
|
0,
|
|
@@ -1932,7 +1937,7 @@ exports.EBSTagSpecification$ = [3, n0, _EBSTS,
|
|
|
1932
1937
|
exports.ECSExpressGatewayService$ = [3, n0, _ECSEGS,
|
|
1933
1938
|
0,
|
|
1934
1939
|
[_cl, _sN, _sAe, _iRA, _st, _cDu, _aCc, _ta, _cAr, _uA],
|
|
1935
|
-
[0, 0, 0, 0, () => exports.ExpressGatewayServiceStatus$, 0, () => ExpressGatewayServiceConfigurations, () => Tags, 4, 4]
|
|
1940
|
+
[0, 0, 0, 0, () => exports.ExpressGatewayServiceStatus$, 0, [() => ExpressGatewayServiceConfigurations, 0], () => Tags, 4, 4]
|
|
1936
1941
|
];
|
|
1937
1942
|
exports.ECSManagedResources$ = [3, n0, _ECSMR,
|
|
1938
1943
|
0,
|
|
@@ -1982,7 +1987,7 @@ exports.ExecuteCommandResponse$ = [3, n0, _ECRx,
|
|
|
1982
1987
|
exports.ExpressGatewayContainer$ = [3, n0, _EGC,
|
|
1983
1988
|
0,
|
|
1984
1989
|
[_im, _cPon, _aLC, _rC, _com, _en, _sec],
|
|
1985
|
-
[0, 1, () => exports.ExpressGatewayServiceAwsLogsConfiguration$, () => exports.ExpressGatewayRepositoryCredentials$, 64 | 0, () => EnvironmentVariables, () => SecretList], 1
|
|
1990
|
+
[0, 1, () => exports.ExpressGatewayServiceAwsLogsConfiguration$, () => exports.ExpressGatewayRepositoryCredentials$, 64 | 0, [() => EnvironmentVariables, 0], () => SecretList], 1
|
|
1986
1991
|
];
|
|
1987
1992
|
exports.ExpressGatewayRepositoryCredentials$ = [3, n0, _EGRC,
|
|
1988
1993
|
0,
|
|
@@ -2002,7 +2007,7 @@ exports.ExpressGatewayServiceAwsLogsConfiguration$ = [3, n0, _EGSALC,
|
|
|
2002
2007
|
exports.ExpressGatewayServiceConfiguration$ = [3, n0, _EGSC,
|
|
2003
2008
|
0,
|
|
2004
2009
|
[_sRAe, _eRA, _tRA, _cp, _me, _nC, _hCP, _pC, _sTc, _iP, _cAr],
|
|
2005
|
-
[0, 0, 0, 0, 0, () => exports.ExpressGatewayServiceNetworkConfiguration$, 0, () => exports.ExpressGatewayContainer$, () => exports.ExpressGatewayScalingTarget$, () => IngressPathSummaries, 4]
|
|
2010
|
+
[0, 0, 0, 0, 0, () => exports.ExpressGatewayServiceNetworkConfiguration$, 0, [() => exports.ExpressGatewayContainer$, 0], () => exports.ExpressGatewayScalingTarget$, () => IngressPathSummaries, 4]
|
|
2006
2011
|
];
|
|
2007
2012
|
exports.ExpressGatewayServiceNetworkConfiguration$ = [3, n0, _EGSNC,
|
|
2008
2013
|
0,
|
|
@@ -2537,18 +2542,23 @@ exports.Rollback$ = [3, n0, _Ro,
|
|
|
2537
2542
|
exports.RunTaskRequest$ = [3, n0, _RTR,
|
|
2538
2543
|
0,
|
|
2539
2544
|
[_tD, _cPS, _cl, _cou, _eECSMT, _eEC, _g, _lT, _nC, _ov, _pCl, _pS, _pV, _pTr, _rIe, _sB, _ta, _cT, _vCo],
|
|
2540
|
-
[0, () => CapacityProviderStrategy, 0, 1, 2, 2, 0, 0, () => exports.NetworkConfiguration$, () => exports.TaskOverride$, () => PlacementConstraints, () => PlacementStrategies, 0, 0, 0, 0, () => Tags, [0, 4], () => TaskVolumeConfigurations], 1
|
|
2545
|
+
[0, () => CapacityProviderStrategy, 0, 1, 2, 2, 0, 0, () => exports.NetworkConfiguration$, [() => exports.TaskOverride$, 0], () => PlacementConstraints, () => PlacementStrategies, 0, 0, 0, 0, () => Tags, [0, 4], () => TaskVolumeConfigurations], 1
|
|
2541
2546
|
];
|
|
2542
2547
|
exports.RunTaskResponse$ = [3, n0, _RTRu,
|
|
2543
2548
|
0,
|
|
2544
2549
|
[_tas, _fa],
|
|
2545
|
-
[() => Tasks, () => Failures]
|
|
2550
|
+
[[() => Tasks, 0], () => Failures]
|
|
2546
2551
|
];
|
|
2547
2552
|
exports.RuntimePlatform$ = [3, n0, _RP,
|
|
2548
2553
|
0,
|
|
2549
2554
|
[_cAp, _oSF],
|
|
2550
2555
|
[0, 0]
|
|
2551
2556
|
];
|
|
2557
|
+
exports.S3FilesVolumeConfiguration$ = [3, n0, _SFVC,
|
|
2558
|
+
0,
|
|
2559
|
+
[_fSA, _rD, _tEP, _aPA],
|
|
2560
|
+
[0, 0, 1, 0], 1
|
|
2561
|
+
];
|
|
2552
2562
|
exports.Scale$ = [3, n0, _S,
|
|
2553
2563
|
0,
|
|
2554
2564
|
[_v, _un],
|
|
@@ -2687,12 +2697,12 @@ exports.Setting$ = [3, n0, _Set,
|
|
|
2687
2697
|
exports.StartTaskRequest$ = [3, n0, _STR,
|
|
2688
2698
|
0,
|
|
2689
2699
|
[_cIon, _tD, _cl, _eECSMT, _eEC, _g, _nC, _ov, _pTr, _rIe, _sB, _ta, _vCo],
|
|
2690
|
-
[64 | 0, 0, 0, 2, 2, 0, () => exports.NetworkConfiguration$, () => exports.TaskOverride$, 0, 0, 0, () => Tags, () => TaskVolumeConfigurations], 2
|
|
2700
|
+
[64 | 0, 0, 0, 2, 2, 0, () => exports.NetworkConfiguration$, [() => exports.TaskOverride$, 0], 0, 0, 0, () => Tags, () => TaskVolumeConfigurations], 2
|
|
2691
2701
|
];
|
|
2692
2702
|
exports.StartTaskResponse$ = [3, n0, _STRt,
|
|
2693
2703
|
0,
|
|
2694
2704
|
[_tas, _fa],
|
|
2695
|
-
[() => Tasks, () => Failures]
|
|
2705
|
+
[[() => Tasks, 0], () => Failures]
|
|
2696
2706
|
];
|
|
2697
2707
|
exports.StopServiceDeploymentRequest$ = [3, n0, _SSDR,
|
|
2698
2708
|
0,
|
|
@@ -2712,7 +2722,7 @@ exports.StopTaskRequest$ = [3, n0, _STRto,
|
|
|
2712
2722
|
exports.StopTaskResponse$ = [3, n0, _STRtop,
|
|
2713
2723
|
0,
|
|
2714
2724
|
[_task],
|
|
2715
|
-
[() => exports.Task
|
|
2725
|
+
[[() => exports.Task$, 0]]
|
|
2716
2726
|
];
|
|
2717
2727
|
exports.SubmitAttachmentStateChangesRequest$ = [3, n0, _SASCR,
|
|
2718
2728
|
0,
|
|
@@ -2767,7 +2777,7 @@ exports.TagResourceResponse$ = [3, n0, _TRRa,
|
|
|
2767
2777
|
exports.Task$ = [3, n0, _Ta,
|
|
2768
2778
|
0,
|
|
2769
2779
|
[_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],
|
|
2770
|
-
[() => Attachments, () => Attributes, 0, 0, 0, 0, 4, 0, () => Containers, 0, 4, 0, 2, 4, 0, 0, () => InferenceAccelerators, 0, 0, 0, () => exports.TaskOverride$, 0, 0, 4, 4, 4, 0, 0, 4, 0, 4, () => Tags, 0, 0, 1, () => exports.EphemeralStorage$, () => exports.TaskEphemeralStorage$]
|
|
2780
|
+
[() => Attachments, () => Attributes, 0, 0, 0, 0, 4, 0, () => Containers, 0, 4, 0, 2, 4, 0, 0, () => InferenceAccelerators, 0, 0, 0, [() => exports.TaskOverride$, 0], 0, 0, 4, 4, 4, 0, 0, 4, 0, 4, () => Tags, 0, 0, 1, () => exports.EphemeralStorage$, () => exports.TaskEphemeralStorage$]
|
|
2771
2781
|
];
|
|
2772
2782
|
exports.TaskDefinition$ = [3, n0, _TD,
|
|
2773
2783
|
0,
|
|
@@ -2797,7 +2807,7 @@ exports.TaskManagedEBSVolumeTerminationPolicy$ = [3, n0, _TMEBSVTP,
|
|
|
2797
2807
|
exports.TaskOverride$ = [3, n0, _TO,
|
|
2798
2808
|
0,
|
|
2799
2809
|
[_cO, _cp, _iAO, _eRA, _me, _tRA, _eSp],
|
|
2800
|
-
[() => ContainerOverrides, 0, () => InferenceAcceleratorOverrides, 0, 0, 0, () => exports.EphemeralStorage$]
|
|
2810
|
+
[[() => ContainerOverrides, 0], 0, () => InferenceAcceleratorOverrides, 0, 0, 0, () => exports.EphemeralStorage$]
|
|
2801
2811
|
];
|
|
2802
2812
|
exports.TaskSet$ = [3, n0, _TS,
|
|
2803
2813
|
0,
|
|
@@ -2902,17 +2912,17 @@ exports.UpdateDaemonResponse$ = [3, n0, _UDRp,
|
|
|
2902
2912
|
exports.UpdatedExpressGatewayService$ = [3, n0, _UEGS,
|
|
2903
2913
|
0,
|
|
2904
2914
|
[_sAe, _cl, _sN, _st, _tCa, _cAr, _uA],
|
|
2905
|
-
[0, 0, 0, () => exports.ExpressGatewayServiceStatus$, () => exports.ExpressGatewayServiceConfiguration$, 4, 4]
|
|
2915
|
+
[0, 0, 0, () => exports.ExpressGatewayServiceStatus$, [() => exports.ExpressGatewayServiceConfiguration$, 0], 4, 4]
|
|
2906
2916
|
];
|
|
2907
2917
|
exports.UpdateExpressGatewayServiceRequest$ = [3, n0, _UEGSR,
|
|
2908
2918
|
0,
|
|
2909
2919
|
[_sAe, _eRA, _hCP, _pC, _tRA, _nC, _cp, _me, _sTc],
|
|
2910
|
-
[0, 0, 0, () => exports.ExpressGatewayContainer$, 0, () => exports.ExpressGatewayServiceNetworkConfiguration$, 0, 0, () => exports.ExpressGatewayScalingTarget$], 1
|
|
2920
|
+
[0, 0, 0, [() => exports.ExpressGatewayContainer$, 0], 0, () => exports.ExpressGatewayServiceNetworkConfiguration$, 0, 0, () => exports.ExpressGatewayScalingTarget$], 1
|
|
2911
2921
|
];
|
|
2912
2922
|
exports.UpdateExpressGatewayServiceResponse$ = [3, n0, _UEGSRp,
|
|
2913
2923
|
0,
|
|
2914
2924
|
[_ser],
|
|
2915
|
-
[() => exports.UpdatedExpressGatewayService
|
|
2925
|
+
[[() => exports.UpdatedExpressGatewayService$, 0]]
|
|
2916
2926
|
];
|
|
2917
2927
|
exports.UpdateManagedInstancesProviderConfiguration$ = [3, n0, _UMIPC,
|
|
2918
2928
|
0,
|
|
@@ -2971,8 +2981,8 @@ exports.VersionInfo$ = [3, n0, _VI,
|
|
|
2971
2981
|
];
|
|
2972
2982
|
exports.Volume$ = [3, n0, _V,
|
|
2973
2983
|
0,
|
|
2974
|
-
[_n, _ho, _dVC, _eVC, _fWFSVC, _cAL],
|
|
2975
|
-
[0, () => exports.HostVolumeProperties$, () => exports.DockerVolumeConfiguration$, () => exports.EFSVolumeConfiguration$, () => exports.FSxWindowsFileServerVolumeConfiguration$, 2]
|
|
2984
|
+
[_n, _ho, _dVC, _eVC, _sVC, _fWFSVC, _cAL],
|
|
2985
|
+
[0, () => exports.HostVolumeProperties$, () => exports.DockerVolumeConfiguration$, () => exports.EFSVolumeConfiguration$, () => exports.S3FilesVolumeConfiguration$, () => exports.FSxWindowsFileServerVolumeConfiguration$, 2]
|
|
2976
2986
|
];
|
|
2977
2987
|
exports.VolumeFrom$ = [3, n0, _VF,
|
|
2978
2988
|
0,
|
|
@@ -3043,7 +3053,8 @@ var ContainerInstances = [1, n0, _CIont,
|
|
|
3043
3053
|
0, () => exports.ContainerInstance$
|
|
3044
3054
|
];
|
|
3045
3055
|
var ContainerOverrides = [1, n0, _COo,
|
|
3046
|
-
0, () => exports.ContainerOverride
|
|
3056
|
+
0, [() => exports.ContainerOverride$,
|
|
3057
|
+
0]
|
|
3047
3058
|
];
|
|
3048
3059
|
var Containers = [1, n0, _Con,
|
|
3049
3060
|
0, () => exports.Container$
|
|
@@ -3111,14 +3122,15 @@ var EnvironmentFiles = [1, n0, _EFn,
|
|
|
3111
3122
|
0, () => exports.EnvironmentFile$
|
|
3112
3123
|
];
|
|
3113
3124
|
var EnvironmentVariables = [1, n0, _EV,
|
|
3114
|
-
|
|
3125
|
+
8, () => exports.KeyValuePair$
|
|
3115
3126
|
];
|
|
3116
3127
|
var ExcludedInstanceTypeSet = [1, n0, _EITS,
|
|
3117
3128
|
0, [0,
|
|
3118
3129
|
{ [_xN]: _it }]
|
|
3119
3130
|
];
|
|
3120
3131
|
var ExpressGatewayServiceConfigurations = [1, n0, _EGSCx,
|
|
3121
|
-
0, () => exports.ExpressGatewayServiceConfiguration
|
|
3132
|
+
0, [() => exports.ExpressGatewayServiceConfiguration$,
|
|
3133
|
+
0]
|
|
3122
3134
|
];
|
|
3123
3135
|
var ExpressGatewayServiceIncludeList = 64 | 0;
|
|
3124
3136
|
var Failures = [1, n0, _Fa,
|
|
@@ -3281,7 +3293,8 @@ var TaskDefinitionPlacementConstraints = [1, n0, _TDPCa,
|
|
|
3281
3293
|
];
|
|
3282
3294
|
var TaskFieldList = 64 | 0;
|
|
3283
3295
|
var Tasks = [1, n0, _Tas,
|
|
3284
|
-
0, () => exports.Task
|
|
3296
|
+
0, [() => exports.Task$,
|
|
3297
|
+
0]
|
|
3285
3298
|
];
|
|
3286
3299
|
var TaskSetFieldList = 64 | 0;
|
|
3287
3300
|
var TaskSets = [1, n0, _TSa,
|