@jjrawlins/cdk-ami-builder 0.0.190 → 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/e2e/app.ts +62 -0
- package/e2e/cleanup-post-destroy.sh +111 -0
- package/e2e/cleanup-pre-destroy.sh +45 -0
- 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 +247 -175
- package/node_modules/path-expression-matcher/src/index.d.ts +199 -194
- package/node_modules/path-expression-matcher/src/index.js +3 -2
- package/node_modules/strnum/package.json +1 -1
- package/package.json +15 -16
- 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
|
@@ -530,6 +530,7 @@ import { GetAwsNetworkPerformanceDataCommand, } from "./commands/GetAwsNetworkPe
|
|
|
530
530
|
import { GetCapacityManagerAttributesCommand, } from "./commands/GetCapacityManagerAttributesCommand";
|
|
531
531
|
import { GetCapacityManagerMetricDataCommand, } from "./commands/GetCapacityManagerMetricDataCommand";
|
|
532
532
|
import { GetCapacityManagerMetricDimensionsCommand, } from "./commands/GetCapacityManagerMetricDimensionsCommand";
|
|
533
|
+
import { GetCapacityManagerMonitoredTagKeysCommand, } from "./commands/GetCapacityManagerMonitoredTagKeysCommand";
|
|
533
534
|
import { GetCapacityReservationUsageCommand, } from "./commands/GetCapacityReservationUsageCommand";
|
|
534
535
|
import { GetCoipPoolUsageCommand, } from "./commands/GetCoipPoolUsageCommand";
|
|
535
536
|
import { GetConsoleOutputCommand, } from "./commands/GetConsoleOutputCommand";
|
|
@@ -750,6 +751,7 @@ import { UnassignPrivateIpAddressesCommand, } from "./commands/UnassignPrivateIp
|
|
|
750
751
|
import { UnassignPrivateNatGatewayAddressCommand, } from "./commands/UnassignPrivateNatGatewayAddressCommand";
|
|
751
752
|
import { UnlockSnapshotCommand, } from "./commands/UnlockSnapshotCommand";
|
|
752
753
|
import { UnmonitorInstancesCommand, } from "./commands/UnmonitorInstancesCommand";
|
|
754
|
+
import { UpdateCapacityManagerMonitoredTagKeysCommand, } from "./commands/UpdateCapacityManagerMonitoredTagKeysCommand";
|
|
753
755
|
import { UpdateCapacityManagerOrganizationsAccessCommand, } from "./commands/UpdateCapacityManagerOrganizationsAccessCommand";
|
|
754
756
|
import { UpdateInterruptibleCapacityReservationAllocationCommand, } from "./commands/UpdateInterruptibleCapacityReservationAllocationCommand";
|
|
755
757
|
import { UpdateSecurityGroupRuleDescriptionsEgressCommand, } from "./commands/UpdateSecurityGroupRuleDescriptionsEgressCommand";
|
|
@@ -895,6 +897,7 @@ import { paginateGetAssociatedIpv6PoolCidrs } from "./pagination/GetAssociatedIp
|
|
|
895
897
|
import { paginateGetAwsNetworkPerformanceData } from "./pagination/GetAwsNetworkPerformanceDataPaginator";
|
|
896
898
|
import { paginateGetCapacityManagerMetricData } from "./pagination/GetCapacityManagerMetricDataPaginator";
|
|
897
899
|
import { paginateGetCapacityManagerMetricDimensions } from "./pagination/GetCapacityManagerMetricDimensionsPaginator";
|
|
900
|
+
import { paginateGetCapacityManagerMonitoredTagKeys } from "./pagination/GetCapacityManagerMonitoredTagKeysPaginator";
|
|
898
901
|
import { paginateGetGroupsForCapacityReservation } from "./pagination/GetGroupsForCapacityReservationPaginator";
|
|
899
902
|
import { paginateGetInstanceTypesFromInstanceRequirements, } from "./pagination/GetInstanceTypesFromInstanceRequirementsPaginator";
|
|
900
903
|
import { paginateGetIpamAddressHistory } from "./pagination/GetIpamAddressHistoryPaginator";
|
|
@@ -1498,6 +1501,7 @@ const commands = {
|
|
|
1498
1501
|
GetCapacityManagerAttributesCommand,
|
|
1499
1502
|
GetCapacityManagerMetricDataCommand,
|
|
1500
1503
|
GetCapacityManagerMetricDimensionsCommand,
|
|
1504
|
+
GetCapacityManagerMonitoredTagKeysCommand,
|
|
1501
1505
|
GetCapacityReservationUsageCommand,
|
|
1502
1506
|
GetCoipPoolUsageCommand,
|
|
1503
1507
|
GetConsoleOutputCommand,
|
|
@@ -1718,6 +1722,7 @@ const commands = {
|
|
|
1718
1722
|
UnassignPrivateNatGatewayAddressCommand,
|
|
1719
1723
|
UnlockSnapshotCommand,
|
|
1720
1724
|
UnmonitorInstancesCommand,
|
|
1725
|
+
UpdateCapacityManagerMonitoredTagKeysCommand,
|
|
1721
1726
|
UpdateCapacityManagerOrganizationsAccessCommand,
|
|
1722
1727
|
UpdateInterruptibleCapacityReservationAllocationCommand,
|
|
1723
1728
|
UpdateSecurityGroupRuleDescriptionsEgressCommand,
|
|
@@ -1864,6 +1869,7 @@ const paginators = {
|
|
|
1864
1869
|
paginateGetAwsNetworkPerformanceData,
|
|
1865
1870
|
paginateGetCapacityManagerMetricData,
|
|
1866
1871
|
paginateGetCapacityManagerMetricDimensions,
|
|
1872
|
+
paginateGetCapacityManagerMonitoredTagKeys,
|
|
1867
1873
|
paginateGetGroupsForCapacityReservation,
|
|
1868
1874
|
paginateGetInstanceTypesFromInstanceRequirements,
|
|
1869
1875
|
paginateGetIpamAddressHistory,
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
+
import { GetCapacityManagerMonitoredTagKeys$ } from "../schemas/schemas_0";
|
|
5
|
+
export { $Command };
|
|
6
|
+
export class GetCapacityManagerMonitoredTagKeysCommand extends $Command
|
|
7
|
+
.classBuilder()
|
|
8
|
+
.ep(commonParams)
|
|
9
|
+
.m(function (Command, cs, config, o) {
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
+
})
|
|
12
|
+
.s("AmazonEC2", "GetCapacityManagerMonitoredTagKeys", {})
|
|
13
|
+
.n("EC2Client", "GetCapacityManagerMonitoredTagKeysCommand")
|
|
14
|
+
.sc(GetCapacityManagerMonitoredTagKeys$)
|
|
15
|
+
.build() {
|
|
16
|
+
}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
+
import { UpdateCapacityManagerMonitoredTagKeys$ } from "../schemas/schemas_0";
|
|
5
|
+
export { $Command };
|
|
6
|
+
export class UpdateCapacityManagerMonitoredTagKeysCommand extends $Command
|
|
7
|
+
.classBuilder()
|
|
8
|
+
.ep(commonParams)
|
|
9
|
+
.m(function (Command, cs, config, o) {
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
+
})
|
|
12
|
+
.s("AmazonEC2", "UpdateCapacityManagerMonitoredTagKeys", {})
|
|
13
|
+
.n("EC2Client", "UpdateCapacityManagerMonitoredTagKeysCommand")
|
|
14
|
+
.sc(UpdateCapacityManagerMonitoredTagKeys$)
|
|
15
|
+
.build() {
|
|
16
|
+
}
|
|
@@ -529,6 +529,7 @@ export * from "./GetAwsNetworkPerformanceDataCommand";
|
|
|
529
529
|
export * from "./GetCapacityManagerAttributesCommand";
|
|
530
530
|
export * from "./GetCapacityManagerMetricDataCommand";
|
|
531
531
|
export * from "./GetCapacityManagerMetricDimensionsCommand";
|
|
532
|
+
export * from "./GetCapacityManagerMonitoredTagKeysCommand";
|
|
532
533
|
export * from "./GetCapacityReservationUsageCommand";
|
|
533
534
|
export * from "./GetCoipPoolUsageCommand";
|
|
534
535
|
export * from "./GetConsoleOutputCommand";
|
|
@@ -749,6 +750,7 @@ export * from "./UnassignPrivateIpAddressesCommand";
|
|
|
749
750
|
export * from "./UnassignPrivateNatGatewayAddressCommand";
|
|
750
751
|
export * from "./UnlockSnapshotCommand";
|
|
751
752
|
export * from "./UnmonitorInstancesCommand";
|
|
753
|
+
export * from "./UpdateCapacityManagerMonitoredTagKeysCommand";
|
|
752
754
|
export * from "./UpdateCapacityManagerOrganizationsAccessCommand";
|
|
753
755
|
export * from "./UpdateInterruptibleCapacityReservationAllocationCommand";
|
|
754
756
|
export * from "./UpdateSecurityGroupRuleDescriptionsEgressCommand";
|
|
@@ -3561,6 +3561,7 @@ export const Comparison = {
|
|
|
3561
3561
|
};
|
|
3562
3562
|
export const FilterByDimension = {
|
|
3563
3563
|
ACCOUNT_ID: "account-id",
|
|
3564
|
+
ACCOUNT_NAME: "account-name",
|
|
3564
3565
|
AVAILABILITY_ZONE_ID: "availability-zone-id",
|
|
3565
3566
|
INSTANCE_FAMILY: "instance-family",
|
|
3566
3567
|
INSTANCE_PLATFORM: "instance-platform",
|
|
@@ -3580,6 +3581,7 @@ export const FilterByDimension = {
|
|
|
3580
3581
|
};
|
|
3581
3582
|
export const GroupBy = {
|
|
3582
3583
|
ACCOUNT_ID: "account-id",
|
|
3584
|
+
ACCOUNT_NAME: "account-name",
|
|
3583
3585
|
AVAILABILITY_ZONE_ID: "availability-zone-id",
|
|
3584
3586
|
INSTANCE_FAMILY: "instance-family",
|
|
3585
3587
|
INSTANCE_PLATFORM: "instance-platform",
|
|
@@ -3660,6 +3662,12 @@ export const CapacityTenancy = {
|
|
|
3660
3662
|
DEDICATED: "dedicated",
|
|
3661
3663
|
DEFAULT: "default",
|
|
3662
3664
|
};
|
|
3665
|
+
export const CapacityManagerMonitoredTagKeyStatus = {
|
|
3666
|
+
ACTIVATED: "activated",
|
|
3667
|
+
ACTIVATING: "activating",
|
|
3668
|
+
DEACTIVATING: "deactivating",
|
|
3669
|
+
SUSPENDED: "suspended",
|
|
3670
|
+
};
|
|
3663
3671
|
export const UnlimitedSupportedInstanceFamily = {
|
|
3664
3672
|
t2: "t2",
|
|
3665
3673
|
t3: "t3",
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import { createPaginator } from "@smithy/core";
|
|
2
|
+
import { GetCapacityManagerMonitoredTagKeysCommand, } from "../commands/GetCapacityManagerMonitoredTagKeysCommand";
|
|
3
|
+
import { EC2Client } from "../EC2Client";
|
|
4
|
+
export const paginateGetCapacityManagerMonitoredTagKeys = createPaginator(EC2Client, GetCapacityManagerMonitoredTagKeysCommand, "NextToken", "NextToken", "MaxResults");
|
|
@@ -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";
|
|
@@ -188,8 +188,9 @@ const _ANLBAd = "AddNetworkLoadBalancerArn";
|
|
|
188
188
|
const _ANS = "AddNetworkServices";
|
|
189
189
|
const _ANSc = "AcceleratorNameSet";
|
|
190
190
|
const _ANSd = "AddNetworkService";
|
|
191
|
-
const _ANc = "
|
|
192
|
-
const _ANcc = "
|
|
191
|
+
const _ANc = "AccountName";
|
|
192
|
+
const _ANcc = "AcceleratorNames";
|
|
193
|
+
const _ANcce = "AcceleratorName";
|
|
193
194
|
const _ANt = "AttributeNames";
|
|
194
195
|
const _AO = "AuthenticationOptions";
|
|
195
196
|
const _AOI = "AddressOwnerId";
|
|
@@ -341,6 +342,8 @@ const _ATI = "AccepterTgwInfo";
|
|
|
341
342
|
const _ATIR = "AssociateTrunkInterfaceRequest";
|
|
342
343
|
const _ATIRs = "AssociateTrunkInterfaceResult";
|
|
343
344
|
const _ATIs = "AssociateTrunkInterface";
|
|
345
|
+
const _ATK = "ActivateTagKeys";
|
|
346
|
+
const _ATKc = "ActivateTagKey";
|
|
344
347
|
const _ATL = "AddressTransferList";
|
|
345
348
|
const _ATLr = "ArchitectureTypeList";
|
|
346
349
|
const _ATMMB = "AcceleratorTotalMemoryMiB";
|
|
@@ -777,6 +780,9 @@ const _CMDEIa = "CapacityManagerDataExportIds";
|
|
|
777
780
|
const _CMDER = "CapacityManagerDataExportResponse";
|
|
778
781
|
const _CMDERS = "CapacityManagerDataExportResponseSet";
|
|
779
782
|
const _CMKE = "CustomerManagedKeyEnabled";
|
|
783
|
+
const _CMMTK = "CapacityManagerMonitoredTagKey";
|
|
784
|
+
const _CMMTKL = "CapacityManagerMonitoredTagKeyList";
|
|
785
|
+
const _CMP = "CapacityManagerProvided";
|
|
780
786
|
const _CMPL = "CreateManagedPrefixList";
|
|
781
787
|
const _CMPLR = "CreateManagedPrefixListRequest";
|
|
782
788
|
const _CMPLRr = "CreateManagedPrefixListResult";
|
|
@@ -785,6 +791,9 @@ const _CMSIPMT = "CreateMacSystemIntegrityProtectionModificationTask";
|
|
|
785
791
|
const _CMSIPMTR = "CreateMacSystemIntegrityProtectionModificationTaskRequest";
|
|
786
792
|
const _CMSIPMTRr = "CreateMacSystemIntegrityProtectionModificationTaskResult";
|
|
787
793
|
const _CMSp = "CpuManufacturerSet";
|
|
794
|
+
const _CMTD = "CapacityManagerTagDimension";
|
|
795
|
+
const _CMTDS = "CapacityManagerTagDimensionSet";
|
|
796
|
+
const _CMTK = "CapacityManagerTagKeys";
|
|
788
797
|
const _CMp = "CpuManufacturer";
|
|
789
798
|
const _CN = "CommonName";
|
|
790
799
|
const _CNA = "CoreNetworkArn";
|
|
@@ -2103,6 +2112,8 @@ const _DTIAR = "DescribeTrunkInterfaceAssociationsRequest";
|
|
|
2103
2112
|
const _DTIARe = "DescribeTrunkInterfaceAssociationsResult";
|
|
2104
2113
|
const _DTIR = "DisassociateTrunkInterfaceRequest";
|
|
2105
2114
|
const _DTIRi = "DisassociateTrunkInterfaceResult";
|
|
2115
|
+
const _DTK = "DeactivateTagKeys";
|
|
2116
|
+
const _DTKe = "DeactivateTagKey";
|
|
2106
2117
|
const _DTMF = "DeleteTrafficMirrorFilter";
|
|
2107
2118
|
const _DTMFR = "DeleteTrafficMirrorFilterRequest";
|
|
2108
2119
|
const _DTMFRR = "DeleteTrafficMirrorFilterRuleRequest";
|
|
@@ -2348,8 +2359,8 @@ const _EDH = "EnableDnsHostnames";
|
|
|
2348
2359
|
const _EDP = "EndpointDomainPrefix";
|
|
2349
2360
|
const _EDR = "EndDateRange";
|
|
2350
2361
|
const _EDS = "EnableDnsSupport";
|
|
2351
|
-
const _EDT = "
|
|
2352
|
-
const
|
|
2362
|
+
const _EDT = "EarliestDatapointTimestamp";
|
|
2363
|
+
const _EDTn = "EndDateType";
|
|
2353
2364
|
const _EDVI = "ExcludeDataVolumeIds";
|
|
2354
2365
|
const _EDVIx = "ExcludeDataVolumeId";
|
|
2355
2366
|
const _EDf = "EffectiveDate";
|
|
@@ -2704,6 +2715,9 @@ const _GCMMDRe = "GetCapacityManagerMetricDataResult";
|
|
|
2704
2715
|
const _GCMMDRet = "GetCapacityManagerMetricDimensionsRequest";
|
|
2705
2716
|
const _GCMMDReta = "GetCapacityManagerMetricDimensionsResult";
|
|
2706
2717
|
const _GCMMDe = "GetCapacityManagerMetricDimensions";
|
|
2718
|
+
const _GCMMTK = "GetCapacityManagerMonitoredTagKeys";
|
|
2719
|
+
const _GCMMTKR = "GetCapacityManagerMonitoredTagKeysRequest";
|
|
2720
|
+
const _GCMMTKRe = "GetCapacityManagerMonitoredTagKeysResult";
|
|
2707
2721
|
const _GCO = "GetConsoleOutput";
|
|
2708
2722
|
const _GCOR = "GetConsoleOutputRequest";
|
|
2709
2723
|
const _GCORe = "GetConsoleOutputResult";
|
|
@@ -5602,6 +5616,7 @@ const _TIa = "TargetId";
|
|
|
5602
5616
|
const _TIar = "TargetIops";
|
|
5603
5617
|
const _TIe = "TenantId";
|
|
5604
5618
|
const _TIer = "TerminatingInstances";
|
|
5619
|
+
const _TK = "TagKey";
|
|
5605
5620
|
const _TL = "TagList";
|
|
5606
5621
|
const _TLSGB = "TotalLocalStorageGB";
|
|
5607
5622
|
const _TLSGBR = "TotalLocalStorageGBRequest";
|
|
@@ -5704,6 +5719,9 @@ const _UA = "UpdatedAt";
|
|
|
5704
5719
|
const _UB = "UserBucket";
|
|
5705
5720
|
const _UBD = "UserBucketDetails";
|
|
5706
5721
|
const _UC = "UltraserverCount";
|
|
5722
|
+
const _UCMMTK = "UpdateCapacityManagerMonitoredTagKeys";
|
|
5723
|
+
const _UCMMTKR = "UpdateCapacityManagerMonitoredTagKeysRequest";
|
|
5724
|
+
const _UCMMTKRp = "UpdateCapacityManagerMonitoredTagKeysResult";
|
|
5707
5725
|
const _UCMOA = "UpdateCapacityManagerOrganizationsAccess";
|
|
5708
5726
|
const _UCMOAR = "UpdateCapacityManagerOrganizationsAccessRequest";
|
|
5709
5727
|
const _UCMOARp = "UpdateCapacityManagerOrganizationsAccessResult";
|
|
@@ -6102,6 +6120,7 @@ const _aMS = "acceleratorManufacturerSet";
|
|
|
6102
6120
|
const _aMSp = "applianceModeSupport";
|
|
6103
6121
|
const _aN = "attributeName";
|
|
6104
6122
|
const _aNS = "acceleratorNameSet";
|
|
6123
|
+
const _aNc = "accountName";
|
|
6105
6124
|
const _aO = "authenticationOptions";
|
|
6106
6125
|
const _aOI = "addressOwnerId";
|
|
6107
6126
|
const _aP = "autoPlacement";
|
|
@@ -6315,8 +6334,10 @@ const _cLO = "connectionLogOptions";
|
|
|
6315
6334
|
const _cMDEI = "capacityManagerDataExportId";
|
|
6316
6335
|
const _cMDES = "capacityManagerDataExportSet";
|
|
6317
6336
|
const _cMKE = "customerManagedKeyEnabled";
|
|
6337
|
+
const _cMP = "capacityManagerProvided";
|
|
6318
6338
|
const _cMS = "capacityManagerStatus";
|
|
6319
6339
|
const _cMSp = "cpuManufacturerSet";
|
|
6340
|
+
const _cMTKS = "capacityManagerTagKeySet";
|
|
6320
6341
|
const _cN = "commonName";
|
|
6321
6342
|
const _cNA = "coreNetworkArn";
|
|
6322
6343
|
const _cNAA = "coreNetworkAttachmentArn";
|
|
@@ -6531,8 +6552,8 @@ const _eCx = "explanationCode";
|
|
|
6531
6552
|
const _eD = "endDate";
|
|
6532
6553
|
const _eDH = "enableDnsHostnames";
|
|
6533
6554
|
const _eDS = "enableDnsSupport";
|
|
6534
|
-
const _eDT = "
|
|
6535
|
-
const
|
|
6555
|
+
const _eDT = "earliestDatapointTimestamp";
|
|
6556
|
+
const _eDTn = "endDateType";
|
|
6536
6557
|
const _eDf = "effectiveDate";
|
|
6537
6558
|
const _eDn = "enableDns64";
|
|
6538
6559
|
const _eDnd = "endpointDomain";
|
|
@@ -7900,6 +7921,7 @@ const _tIWE = "terminateInstancesWithExpiration";
|
|
|
7900
7921
|
const _tIa = "targetId";
|
|
7901
7922
|
const _tIar = "targetIops";
|
|
7902
7923
|
const _tIe = "tenantId";
|
|
7924
|
+
const _tK = "tagKey";
|
|
7903
7925
|
const _tLSGB = "totalLocalStorageGB";
|
|
7904
7926
|
const _tLV = "trackLatestVersion";
|
|
7905
7927
|
const _tMAE = "targetMultiAttachEnabled";
|
|
@@ -9445,11 +9467,12 @@ export var CapacityManagerDataExportResponse$ = [3, n0, _CMDER,
|
|
|
9445
9467
|
];
|
|
9446
9468
|
export var CapacityManagerDimension$ = [3, n0, _CMD,
|
|
9447
9469
|
0,
|
|
9448
|
-
[_RR, _AZI, _AIc, _IF, _IT, _IPn, _RAe, _RIe, _RT, _RCT, _RST, _RET, _REDT, _Te, _RSe, _RIMC, _RUFO],
|
|
9470
|
+
[_RR, _AZI, _AIc, _ANc, _IF, _IT, _IPn, _RAe, _RIe, _RT, _RCT, _RST, _RET, _REDT, _Te, _RSe, _RIMC, _RUFO, _T],
|
|
9449
9471
|
[[0, { [_eQN]: `ResourceRegion`,
|
|
9450
9472
|
[_xN]: _rR }], [0, { [_eQN]: `AvailabilityZoneId`,
|
|
9451
9473
|
[_xN]: _aZI }], [0, { [_eQN]: `AccountId`,
|
|
9452
|
-
[_xN]: _aIc }], [0, { [_eQN]: `
|
|
9474
|
+
[_xN]: _aIc }], [0, { [_eQN]: `AccountName`,
|
|
9475
|
+
[_xN]: _aNc }], [0, { [_eQN]: `InstanceFamily`,
|
|
9453
9476
|
[_xN]: _iF }], [0, { [_eQN]: `InstanceType`,
|
|
9454
9477
|
[_xN]: _iT }], [0, { [_eQN]: `InstancePlatform`,
|
|
9455
9478
|
[_xN]: _iPn }], [0, { [_eQN]: `ReservationArn`,
|
|
@@ -9463,11 +9486,29 @@ export var CapacityManagerDimension$ = [3, n0, _CMD,
|
|
|
9463
9486
|
[_xN]: _t }], [0, { [_eQN]: `ReservationState`,
|
|
9464
9487
|
[_xN]: _rS }], [0, { [_eQN]: `ReservationInstanceMatchCriteria`,
|
|
9465
9488
|
[_xN]: _rIMC }], [0, { [_eQN]: `ReservationUnusedFinancialOwner`,
|
|
9466
|
-
[_xN]: _rUFO }]]
|
|
9489
|
+
[_xN]: _rUFO }], [() => CapacityManagerTagDimensionSet, { [_eQN]: `TagSet`,
|
|
9490
|
+
[_xN]: _tS }]]
|
|
9491
|
+
];
|
|
9492
|
+
export var CapacityManagerMonitoredTagKey$ = [3, n0, _CMMTK,
|
|
9493
|
+
0,
|
|
9494
|
+
[_TK, _Sta, _SMt, _CMP, _EDT],
|
|
9495
|
+
[[0, { [_eQN]: `TagKey`,
|
|
9496
|
+
[_xN]: _tK }], [0, { [_eQN]: `Status`,
|
|
9497
|
+
[_xN]: _sta }], [0, { [_eQN]: `StatusMessage`,
|
|
9498
|
+
[_xN]: _sMt }], [2, { [_eQN]: `CapacityManagerProvided`,
|
|
9499
|
+
[_xN]: _cMP }], [4, { [_eQN]: `EarliestDatapointTimestamp`,
|
|
9500
|
+
[_xN]: _eDT }]]
|
|
9501
|
+
];
|
|
9502
|
+
export var CapacityManagerTagDimension$ = [3, n0, _CMTD,
|
|
9503
|
+
0,
|
|
9504
|
+
[_K, _V],
|
|
9505
|
+
[[0, { [_eQN]: `Key`,
|
|
9506
|
+
[_xN]: _k }], [0, { [_eQN]: `Value`,
|
|
9507
|
+
[_xN]: _v }]]
|
|
9467
9508
|
];
|
|
9468
9509
|
export var CapacityReservation$ = [3, n0, _CRa,
|
|
9469
9510
|
0,
|
|
9470
|
-
[_CRI, _OI, _CRA, _AZI, _IT, _IPn, _AZ, _Te, _TIC, _AICv, _EO, _ES, _St, _SD, _ED,
|
|
9511
|
+
[_CRI, _OI, _CRA, _AZI, _IT, _IPn, _AZ, _Te, _TIC, _AICv, _EO, _ES, _St, _SD, _ED, _EDTn, _IMC, _CD, _T, _OA, _CRFIa, _PGA, _CAap, _RT, _URBOI, _CIom, _DP, _CBI, _Int, _ICA, _IIn],
|
|
9471
9512
|
[[0, { [_eQN]: `CapacityReservationId`,
|
|
9472
9513
|
[_xN]: _cRI }], [0, { [_eQN]: `OwnerId`,
|
|
9473
9514
|
[_xN]: _oI }], [0, { [_eQN]: `CapacityReservationArn`,
|
|
@@ -9484,7 +9525,7 @@ export var CapacityReservation$ = [3, n0, _CRa,
|
|
|
9484
9525
|
[_xN]: _st }], [4, { [_eQN]: `StartDate`,
|
|
9485
9526
|
[_xN]: _sD }], [4, { [_eQN]: `EndDate`,
|
|
9486
9527
|
[_xN]: _eD }], [0, { [_eQN]: `EndDateType`,
|
|
9487
|
-
[_xN]:
|
|
9528
|
+
[_xN]: _eDTn }], [0, { [_eQN]: `InstanceMatchCriteria`,
|
|
9488
9529
|
[_xN]: _iMC }], [4, { [_eQN]: `CreateDate`,
|
|
9489
9530
|
[_xN]: _cD }], [() => TagList, { [_eQN]: `TagSet`,
|
|
9490
9531
|
[_xN]: _tS }], [0, { [_eQN]: `OutpostArn`,
|
|
@@ -10084,7 +10125,7 @@ export var CreateCapacityReservationFleetResult$ = [3, n0, _CCRFRre,
|
|
|
10084
10125
|
];
|
|
10085
10126
|
export var CreateCapacityReservationRequest$ = [3, n0, _CCRRr,
|
|
10086
10127
|
0,
|
|
10087
|
-
[_IT, _IPn, _IC, _CT, _AZ, _AZI, _Te, _EO, _ES, _ED,
|
|
10128
|
+
[_IT, _IPn, _IC, _CT, _AZ, _AZI, _Te, _EO, _ES, _ED, _EDTn, _IMC, _TS, _DR, _OA, _PGA, _SD, _CDo, _DP],
|
|
10088
10129
|
[0, 0, 1, 0, 0, 0, 0, 2, 2, 4, 0, 0, [() => TagSpecificationList, 0], 2, 0, 0, 4, 1, 0], 3
|
|
10089
10130
|
];
|
|
10090
10131
|
export var CreateCapacityReservationResult$ = [3, n0, _CCRRre,
|
|
@@ -16596,14 +16637,14 @@ export var GetCapacityManagerAttributesRequest$ = [3, n0, _GCMAR,
|
|
|
16596
16637
|
];
|
|
16597
16638
|
export var GetCapacityManagerAttributesResult$ = [3, n0, _GCMARe,
|
|
16598
16639
|
0,
|
|
16599
|
-
[_CMS, _OAr, _DEC, _ISng, _ISM,
|
|
16640
|
+
[_CMS, _OAr, _DEC, _ISng, _ISM, _EDT, _LDTa],
|
|
16600
16641
|
[[0, { [_eQN]: `CapacityManagerStatus`,
|
|
16601
16642
|
[_xN]: _cMS }], [2, { [_eQN]: `OrganizationsAccess`,
|
|
16602
16643
|
[_xN]: _oAr }], [1, { [_eQN]: `DataExportCount`,
|
|
16603
16644
|
[_xN]: _dEC }], [0, { [_eQN]: `IngestionStatus`,
|
|
16604
16645
|
[_xN]: _iSng }], [0, { [_eQN]: `IngestionStatusMessage`,
|
|
16605
16646
|
[_xN]: _iSM }], [4, { [_eQN]: `EarliestDatapointTimestamp`,
|
|
16606
|
-
[_xN]:
|
|
16647
|
+
[_xN]: _eDT }], [4, { [_eQN]: `LatestDatapointTimestamp`,
|
|
16607
16648
|
[_xN]: _lDTa }]]
|
|
16608
16649
|
];
|
|
16609
16650
|
export var GetCapacityManagerMetricDataRequest$ = [3, n0, _GCMMDR,
|
|
@@ -16630,6 +16671,18 @@ export var GetCapacityManagerMetricDimensionsResult$ = [3, n0, _GCMMDReta,
|
|
|
16630
16671
|
[_xN]: _mDRSe }], [0, { [_eQN]: `NextToken`,
|
|
16631
16672
|
[_xN]: _nTe }]]
|
|
16632
16673
|
];
|
|
16674
|
+
export var GetCapacityManagerMonitoredTagKeysRequest$ = [3, n0, _GCMMTKR,
|
|
16675
|
+
0,
|
|
16676
|
+
[_MR, _NTe, _DR],
|
|
16677
|
+
[1, 0, 2]
|
|
16678
|
+
];
|
|
16679
|
+
export var GetCapacityManagerMonitoredTagKeysResult$ = [3, n0, _GCMMTKRe,
|
|
16680
|
+
0,
|
|
16681
|
+
[_CMTK, _NTe],
|
|
16682
|
+
[[() => CapacityManagerMonitoredTagKeyList, { [_eQN]: `CapacityManagerTagKeySet`,
|
|
16683
|
+
[_xN]: _cMTKS }], [0, { [_eQN]: `NextToken`,
|
|
16684
|
+
[_xN]: _nTe }]]
|
|
16685
|
+
];
|
|
16633
16686
|
export var GetCapacityReservationUsageRequest$ = [3, n0, _GCRUR,
|
|
16634
16687
|
0,
|
|
16635
16688
|
[_CRI, _NTe, _MR, _DR],
|
|
@@ -18355,7 +18408,7 @@ export var InstancePrivateIpAddress$ = [3, n0, _IPIA,
|
|
|
18355
18408
|
];
|
|
18356
18409
|
export var InstanceRequirements$ = [3, n0, _IRn,
|
|
18357
18410
|
0,
|
|
18358
|
-
[_VCC, _MMB, _CM, _MGBPVC, _EITxc, _IGns, _SMPPOLP, _ODMPPOLP, _BMa, _BP, _RHS, _NIC, _LSo, _LST, _TLSGB, _BEBM, _ATc, _AC, _AMc,
|
|
18411
|
+
[_VCC, _MMB, _CM, _MGBPVC, _EITxc, _IGns, _SMPPOLP, _ODMPPOLP, _BMa, _BP, _RHS, _NIC, _LSo, _LST, _TLSGB, _BEBM, _ATc, _AC, _AMc, _ANcc, _ATMMB, _NBGe, _AIT, _MSPAPOOODP, _BPF, _REIT],
|
|
18359
18412
|
[[() => VCpuCountRange$, { [_eQN]: `VCpuCount`,
|
|
18360
18413
|
[_xN]: _vCC }], [() => MemoryMiB$, { [_eQN]: `MemoryMiB`,
|
|
18361
18414
|
[_xN]: _mMB }], [() => CpuManufacturerSet, { [_eQN]: `CpuManufacturerSet`,
|
|
@@ -18386,8 +18439,8 @@ export var InstanceRequirements$ = [3, n0, _IRn,
|
|
|
18386
18439
|
];
|
|
18387
18440
|
export var InstanceRequirementsRequest$ = [3, n0, _IRR,
|
|
18388
18441
|
0,
|
|
18389
|
-
[_VCC, _MMB, _CM, _MGBPVC, _EITxc, _IGns, _SMPPOLP, _ODMPPOLP, _BMa, _BP, _RHS, _NIC, _LSo, _LST, _TLSGB, _BEBM, _ATc, _AC, _AMc,
|
|
18390
|
-
[() => VCpuCountRangeRequest$, () => MemoryMiBRequest$, [() => CpuManufacturerSet, { [_xN]: _CMp }], () => MemoryGiBPerVCpuRequest$, [() => ExcludedInstanceTypeSet, { [_xN]: _EITxcl }], [() => InstanceGenerationSet, { [_xN]: _IGnst }], 1, 1, 0, 0, 2, () => NetworkInterfaceCountRequest$, 0, [() => LocalStorageTypeSet, { [_xN]: _LSTo }], () => TotalLocalStorageGBRequest$, () => BaselineEbsBandwidthMbpsRequest$, [() => AcceleratorTypeSet, { [_xN]: _ATcc }], () => AcceleratorCountRequest$, [() => AcceleratorManufacturerSet, { [_xN]: _AMcc }], [() => AcceleratorNameSet, { [_xN]:
|
|
18442
|
+
[_VCC, _MMB, _CM, _MGBPVC, _EITxc, _IGns, _SMPPOLP, _ODMPPOLP, _BMa, _BP, _RHS, _NIC, _LSo, _LST, _TLSGB, _BEBM, _ATc, _AC, _AMc, _ANcc, _ATMMB, _NBGe, _AIT, _MSPAPOOODP, _BPF, _REIT],
|
|
18443
|
+
[() => VCpuCountRangeRequest$, () => MemoryMiBRequest$, [() => CpuManufacturerSet, { [_xN]: _CMp }], () => MemoryGiBPerVCpuRequest$, [() => ExcludedInstanceTypeSet, { [_xN]: _EITxcl }], [() => InstanceGenerationSet, { [_xN]: _IGnst }], 1, 1, 0, 0, 2, () => NetworkInterfaceCountRequest$, 0, [() => LocalStorageTypeSet, { [_xN]: _LSTo }], () => TotalLocalStorageGBRequest$, () => BaselineEbsBandwidthMbpsRequest$, [() => AcceleratorTypeSet, { [_xN]: _ATcc }], () => AcceleratorCountRequest$, [() => AcceleratorManufacturerSet, { [_xN]: _AMcc }], [() => AcceleratorNameSet, { [_xN]: _ANcce }], () => AcceleratorTotalMemoryMiBRequest$, () => NetworkBandwidthGbpsRequest$, [() => AllowedInstanceTypeSet, { [_xN]: _AITl }], 1, [() => BaselinePerformanceFactorsRequest$, 0], 2], 2
|
|
18391
18444
|
];
|
|
18392
18445
|
export var InstanceRequirementsWithMetadataRequest$ = [3, n0, _IRWMR,
|
|
18393
18446
|
0,
|
|
@@ -19924,7 +19977,7 @@ export var ModifyCapacityReservationFleetResult$ = [3, n0, _MCRFRo,
|
|
|
19924
19977
|
];
|
|
19925
19978
|
export var ModifyCapacityReservationRequest$ = [3, n0, _MCRR,
|
|
19926
19979
|
0,
|
|
19927
|
-
[_CRI, _IC, _ED,
|
|
19980
|
+
[_CRI, _IC, _ED, _EDTn, _Acce, _DR, _AId, _IMC],
|
|
19928
19981
|
[0, 1, 4, 0, 2, 2, 0, 0], 1
|
|
19929
19982
|
];
|
|
19930
19983
|
export var ModifyCapacityReservationResult$ = [3, n0, _MCRRo,
|
|
@@ -24592,6 +24645,17 @@ export var UnsuccessfulItemError$ = [3, n0, _UIEn,
|
|
|
24592
24645
|
[_xN]: _co }], [0, { [_eQN]: `Message`,
|
|
24593
24646
|
[_xN]: _me }]]
|
|
24594
24647
|
];
|
|
24648
|
+
export var UpdateCapacityManagerMonitoredTagKeysRequest$ = [3, n0, _UCMMTKR,
|
|
24649
|
+
0,
|
|
24650
|
+
[_ATK, _DTK, _DR, _CT],
|
|
24651
|
+
[[() => ValueStringList, { [_xN]: _ATKc }], [() => ValueStringList, { [_xN]: _DTKe }], 2, [0, 4]]
|
|
24652
|
+
];
|
|
24653
|
+
export var UpdateCapacityManagerMonitoredTagKeysResult$ = [3, n0, _UCMMTKRp,
|
|
24654
|
+
0,
|
|
24655
|
+
[_CMTK],
|
|
24656
|
+
[[() => CapacityManagerMonitoredTagKeyList, { [_eQN]: `CapacityManagerTagKeySet`,
|
|
24657
|
+
[_xN]: _cMTKS }]]
|
|
24658
|
+
];
|
|
24595
24659
|
export var UpdateCapacityManagerOrganizationsAccessRequest$ = [3, n0, _UCMOAR,
|
|
24596
24660
|
0,
|
|
24597
24661
|
[_OAr, _DR, _CT],
|
|
@@ -25741,6 +25805,14 @@ var CapacityManagerDataExportResponseSet = [1, n0, _CMDERS,
|
|
|
25741
25805
|
0, [() => CapacityManagerDataExportResponse$,
|
|
25742
25806
|
{ [_xN]: _it }]
|
|
25743
25807
|
];
|
|
25808
|
+
var CapacityManagerMonitoredTagKeyList = [1, n0, _CMMTKL,
|
|
25809
|
+
0, [() => CapacityManagerMonitoredTagKey$,
|
|
25810
|
+
{ [_xN]: _it }]
|
|
25811
|
+
];
|
|
25812
|
+
var CapacityManagerTagDimensionSet = [1, n0, _CMTDS,
|
|
25813
|
+
0, [() => CapacityManagerTagDimension$,
|
|
25814
|
+
{ [_xN]: _it }]
|
|
25815
|
+
];
|
|
25744
25816
|
var CapacityReservationBillingRequestSet = [1, n0, _CRBRS,
|
|
25745
25817
|
0, [() => CapacityReservationBillingRequest$,
|
|
25746
25818
|
{ [_xN]: _it }]
|
|
@@ -29911,6 +29983,9 @@ export var GetCapacityManagerMetricData$ = [9, n0, _GCMMD,
|
|
|
29911
29983
|
export var GetCapacityManagerMetricDimensions$ = [9, n0, _GCMMDe,
|
|
29912
29984
|
0, () => GetCapacityManagerMetricDimensionsRequest$, () => GetCapacityManagerMetricDimensionsResult$
|
|
29913
29985
|
];
|
|
29986
|
+
export var GetCapacityManagerMonitoredTagKeys$ = [9, n0, _GCMMTK,
|
|
29987
|
+
0, () => GetCapacityManagerMonitoredTagKeysRequest$, () => GetCapacityManagerMonitoredTagKeysResult$
|
|
29988
|
+
];
|
|
29914
29989
|
export var GetCapacityReservationUsage$ = [9, n0, _GCRU,
|
|
29915
29990
|
0, () => GetCapacityReservationUsageRequest$, () => GetCapacityReservationUsageResult$
|
|
29916
29991
|
];
|
|
@@ -30571,6 +30646,9 @@ export var UnlockSnapshot$ = [9, n0, _USn,
|
|
|
30571
30646
|
export var UnmonitorInstances$ = [9, n0, _UInm,
|
|
30572
30647
|
0, () => UnmonitorInstancesRequest$, () => UnmonitorInstancesResult$
|
|
30573
30648
|
];
|
|
30649
|
+
export var UpdateCapacityManagerMonitoredTagKeys$ = [9, n0, _UCMMTK,
|
|
30650
|
+
0, () => UpdateCapacityManagerMonitoredTagKeysRequest$, () => UpdateCapacityManagerMonitoredTagKeysResult$
|
|
30651
|
+
];
|
|
30574
30652
|
export var UpdateCapacityManagerOrganizationsAccess$ = [9, n0, _UCMOA,
|
|
30575
30653
|
0, () => UpdateCapacityManagerOrganizationsAccessRequest$, () => UpdateCapacityManagerOrganizationsAccessResult$
|
|
30576
30654
|
];
|
|
@@ -531,6 +531,7 @@ import { type GetAwsNetworkPerformanceDataCommandInput, type GetAwsNetworkPerfor
|
|
|
531
531
|
import { type GetCapacityManagerAttributesCommandInput, type GetCapacityManagerAttributesCommandOutput } from "./commands/GetCapacityManagerAttributesCommand";
|
|
532
532
|
import { type GetCapacityManagerMetricDataCommandInput, type GetCapacityManagerMetricDataCommandOutput } from "./commands/GetCapacityManagerMetricDataCommand";
|
|
533
533
|
import { type GetCapacityManagerMetricDimensionsCommandInput, type GetCapacityManagerMetricDimensionsCommandOutput } from "./commands/GetCapacityManagerMetricDimensionsCommand";
|
|
534
|
+
import { type GetCapacityManagerMonitoredTagKeysCommandInput, type GetCapacityManagerMonitoredTagKeysCommandOutput } from "./commands/GetCapacityManagerMonitoredTagKeysCommand";
|
|
534
535
|
import { type GetCapacityReservationUsageCommandInput, type GetCapacityReservationUsageCommandOutput } from "./commands/GetCapacityReservationUsageCommand";
|
|
535
536
|
import { type GetCoipPoolUsageCommandInput, type GetCoipPoolUsageCommandOutput } from "./commands/GetCoipPoolUsageCommand";
|
|
536
537
|
import { type GetConsoleOutputCommandInput, type GetConsoleOutputCommandOutput } from "./commands/GetConsoleOutputCommand";
|
|
@@ -751,6 +752,7 @@ import { type UnassignPrivateIpAddressesCommandInput, type UnassignPrivateIpAddr
|
|
|
751
752
|
import { type UnassignPrivateNatGatewayAddressCommandInput, type UnassignPrivateNatGatewayAddressCommandOutput } from "./commands/UnassignPrivateNatGatewayAddressCommand";
|
|
752
753
|
import { type UnlockSnapshotCommandInput, type UnlockSnapshotCommandOutput } from "./commands/UnlockSnapshotCommand";
|
|
753
754
|
import { type UnmonitorInstancesCommandInput, type UnmonitorInstancesCommandOutput } from "./commands/UnmonitorInstancesCommand";
|
|
755
|
+
import { type UpdateCapacityManagerMonitoredTagKeysCommandInput, type UpdateCapacityManagerMonitoredTagKeysCommandOutput } from "./commands/UpdateCapacityManagerMonitoredTagKeysCommand";
|
|
754
756
|
import { type UpdateCapacityManagerOrganizationsAccessCommandInput, type UpdateCapacityManagerOrganizationsAccessCommandOutput } from "./commands/UpdateCapacityManagerOrganizationsAccessCommand";
|
|
755
757
|
import { type UpdateInterruptibleCapacityReservationAllocationCommandInput, type UpdateInterruptibleCapacityReservationAllocationCommandOutput } from "./commands/UpdateInterruptibleCapacityReservationAllocationCommand";
|
|
756
758
|
import { type UpdateSecurityGroupRuleDescriptionsEgressCommandInput, type UpdateSecurityGroupRuleDescriptionsEgressCommandOutput } from "./commands/UpdateSecurityGroupRuleDescriptionsEgressCommand";
|
|
@@ -4150,6 +4152,13 @@ export interface EC2 {
|
|
|
4150
4152
|
getCapacityManagerMetricDimensions(args: GetCapacityManagerMetricDimensionsCommandInput, options?: __HttpHandlerOptions): Promise<GetCapacityManagerMetricDimensionsCommandOutput>;
|
|
4151
4153
|
getCapacityManagerMetricDimensions(args: GetCapacityManagerMetricDimensionsCommandInput, cb: (err: any, data?: GetCapacityManagerMetricDimensionsCommandOutput) => void): void;
|
|
4152
4154
|
getCapacityManagerMetricDimensions(args: GetCapacityManagerMetricDimensionsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetCapacityManagerMetricDimensionsCommandOutput) => void): void;
|
|
4155
|
+
/**
|
|
4156
|
+
* @see {@link GetCapacityManagerMonitoredTagKeysCommand}
|
|
4157
|
+
*/
|
|
4158
|
+
getCapacityManagerMonitoredTagKeys(): Promise<GetCapacityManagerMonitoredTagKeysCommandOutput>;
|
|
4159
|
+
getCapacityManagerMonitoredTagKeys(args: GetCapacityManagerMonitoredTagKeysCommandInput, options?: __HttpHandlerOptions): Promise<GetCapacityManagerMonitoredTagKeysCommandOutput>;
|
|
4160
|
+
getCapacityManagerMonitoredTagKeys(args: GetCapacityManagerMonitoredTagKeysCommandInput, cb: (err: any, data?: GetCapacityManagerMonitoredTagKeysCommandOutput) => void): void;
|
|
4161
|
+
getCapacityManagerMonitoredTagKeys(args: GetCapacityManagerMonitoredTagKeysCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetCapacityManagerMonitoredTagKeysCommandOutput) => void): void;
|
|
4153
4162
|
/**
|
|
4154
4163
|
* @see {@link GetCapacityReservationUsageCommand}
|
|
4155
4164
|
*/
|
|
@@ -5491,6 +5500,13 @@ export interface EC2 {
|
|
|
5491
5500
|
unmonitorInstances(args: UnmonitorInstancesCommandInput, options?: __HttpHandlerOptions): Promise<UnmonitorInstancesCommandOutput>;
|
|
5492
5501
|
unmonitorInstances(args: UnmonitorInstancesCommandInput, cb: (err: any, data?: UnmonitorInstancesCommandOutput) => void): void;
|
|
5493
5502
|
unmonitorInstances(args: UnmonitorInstancesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UnmonitorInstancesCommandOutput) => void): void;
|
|
5503
|
+
/**
|
|
5504
|
+
* @see {@link UpdateCapacityManagerMonitoredTagKeysCommand}
|
|
5505
|
+
*/
|
|
5506
|
+
updateCapacityManagerMonitoredTagKeys(): Promise<UpdateCapacityManagerMonitoredTagKeysCommandOutput>;
|
|
5507
|
+
updateCapacityManagerMonitoredTagKeys(args: UpdateCapacityManagerMonitoredTagKeysCommandInput, options?: __HttpHandlerOptions): Promise<UpdateCapacityManagerMonitoredTagKeysCommandOutput>;
|
|
5508
|
+
updateCapacityManagerMonitoredTagKeys(args: UpdateCapacityManagerMonitoredTagKeysCommandInput, cb: (err: any, data?: UpdateCapacityManagerMonitoredTagKeysCommandOutput) => void): void;
|
|
5509
|
+
updateCapacityManagerMonitoredTagKeys(args: UpdateCapacityManagerMonitoredTagKeysCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateCapacityManagerMonitoredTagKeysCommandOutput) => void): void;
|
|
5494
5510
|
/**
|
|
5495
5511
|
* @see {@link UpdateCapacityManagerOrganizationsAccessCommand}
|
|
5496
5512
|
*/
|
|
@@ -6496,6 +6512,13 @@ export interface EC2 {
|
|
|
6496
6512
|
* @returns AsyncIterable of {@link GetCapacityManagerMetricDimensionsCommandOutput}.
|
|
6497
6513
|
*/
|
|
6498
6514
|
paginateGetCapacityManagerMetricDimensions(args: GetCapacityManagerMetricDimensionsCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<GetCapacityManagerMetricDimensionsCommandOutput>;
|
|
6515
|
+
/**
|
|
6516
|
+
* @see {@link GetCapacityManagerMonitoredTagKeysCommand}
|
|
6517
|
+
* @param args - command input.
|
|
6518
|
+
* @param paginationConfig - optional pagination config.
|
|
6519
|
+
* @returns AsyncIterable of {@link GetCapacityManagerMonitoredTagKeysCommandOutput}.
|
|
6520
|
+
*/
|
|
6521
|
+
paginateGetCapacityManagerMonitoredTagKeys(args?: GetCapacityManagerMonitoredTagKeysCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<GetCapacityManagerMonitoredTagKeysCommandOutput>;
|
|
6499
6522
|
/**
|
|
6500
6523
|
* @see {@link GetGroupsForCapacityReservationCommand}
|
|
6501
6524
|
* @param args - command input.
|