lambda-live-debugger 1.8.3 → 1.8.5
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/README.md +2 -0
- package/dist/extension/extension.zip +0 -0
- package/dist/extension/nodejs/node_modules/interceptor.js +9110 -7375
- package/dist/extension/nodejs/node_modules/interceptor.js.map +4 -4
- package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/index.js +7 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/models/models_0.js +2 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/protocols/Aws_query.js +4 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/CreateStackInstancesCommand.d.ts +18 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DeleteStackInstancesCommand.d.ts +18 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DescribeGeneratedTemplateCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DescribeStackResourceCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DescribeStackResourceDriftsCommand.d.ts +3 -2
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DescribeStackResourcesCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DescribeStackSetCommand.d.ts +4 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DescribeStackSetOperationCommand.d.ts +4 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DetectStackResourceDriftCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ListStackInstanceResourceDriftsCommand.d.ts +2 -2
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ListStackResourcesCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ListStackSetOperationResultsCommand.d.ts +4 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ListStackSetOperationsCommand.d.ts +4 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ListStackSetsCommand.d.ts +4 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/UpdateStackInstancesCommand.d.ts +18 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/UpdateStackSetCommand.d.ts +18 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/endpoint/EndpointParameters.d.ts +8 -8
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/models/models_0.d.ts +113 -94
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/models/models_1.d.ts +41 -37
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/runtimeConfig.browser.d.ts +2 -2
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/runtimeConfig.native.d.ts +2 -2
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +11 -8
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/models/models_0.d.ts +3 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/runtimeConfig.browser.d.ts +4 -2
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/runtimeConfig.native.d.ts +4 -2
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/client-sso/dist-types/endpoint/EndpointParameters.d.ts +8 -8
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/client-sso/dist-types/runtimeConfig.browser.d.ts +2 -2
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/client-sso/dist-types/runtimeConfig.native.d.ts +2 -2
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +11 -8
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/runtimeConfig.browser.d.ts +4 -2
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/runtimeConfig.native.d.ts +4 -2
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/client-sso/package.json +32 -32
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/core/dist-cjs/submodules/client/index.js +12 -0
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/core/dist-cjs/submodules/protocols/index.js +1509 -14
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/core/dist-es/submodules/client/index.js +1 -0
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/core/dist-es/submodules/client/setTokenFeature.js +7 -0
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/core/dist-es/submodules/protocols/ConfigurableSerdeContext.js +6 -0
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/core/dist-es/submodules/protocols/index.js +13 -0
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/AwsJson1_0Protocol.js +14 -0
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/AwsJson1_1Protocol.js +14 -0
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/AwsJsonRpcProtocol.js +84 -0
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/AwsRestJsonProtocol.js +118 -0
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/JsonCodec.js +20 -0
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/JsonShapeDeserializer.js +105 -0
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/JsonShapeSerializer.js +110 -0
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/jsonReplacer.js +46 -0
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/jsonReviver.js +18 -0
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/core/dist-es/submodules/protocols/query/AwsEc2QueryProtocol.js +17 -0
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/core/dist-es/submodules/protocols/query/AwsQueryProtocol.js +147 -0
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/core/dist-es/submodules/protocols/query/QuerySerializerSettings.js +1 -0
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/core/dist-es/submodules/protocols/query/QueryShapeSerializer.js +156 -0
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/core/dist-es/submodules/protocols/xml/AwsRestXmlProtocol.js +126 -0
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/core/dist-es/submodules/protocols/xml/XmlCodec.js +20 -0
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/core/dist-es/submodules/protocols/xml/XmlShapeDeserializer.js +151 -0
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/core/dist-es/submodules/protocols/xml/XmlShapeSerializer.js +283 -0
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/core/dist-es/submodules/protocols/xml/simpleFormatXml.js +27 -0
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/core/dist-types/submodules/client/index.d.ts +1 -0
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/core/dist-types/submodules/client/setTokenFeature.d.ts +7 -0
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/core/dist-types/submodules/protocols/ConfigurableSerdeContext.d.ts +8 -0
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/core/dist-types/submodules/protocols/common.d.ts +2 -2
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/core/dist-types/submodules/protocols/index.d.ts +13 -0
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/AwsJson1_0Protocol.d.ts +12 -0
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/AwsJson1_1Protocol.d.ts +12 -0
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/AwsJsonRpcProtocol.d.ts +18 -0
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/AwsRestJsonProtocol.d.ts +19 -0
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/JsonCodec.d.ts +19 -0
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/JsonShapeDeserializer.d.ts +13 -0
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/JsonShapeSerializer.d.ts +15 -0
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/jsonReplacer.d.ts +21 -0
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/jsonReviver.d.ts +15 -0
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/parseJsonBody.d.ts +3 -3
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/core/dist-types/submodules/protocols/query/AwsEc2QueryProtocol.d.ts +20 -0
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/core/dist-types/submodules/protocols/query/AwsQueryProtocol.d.ts +39 -0
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/core/dist-types/submodules/protocols/query/QuerySerializerSettings.d.ts +6 -0
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/core/dist-types/submodules/protocols/query/QueryShapeSerializer.d.ts +16 -0
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/core/dist-types/submodules/protocols/xml/AwsRestXmlProtocol.d.ts +21 -0
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/core/dist-types/submodules/protocols/xml/XmlCodec.d.ts +14 -0
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/core/dist-types/submodules/protocols/xml/XmlShapeDeserializer.d.ts +20 -0
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/core/dist-types/submodules/protocols/xml/XmlShapeSerializer.d.ts +21 -0
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/core/dist-types/submodules/protocols/xml/simpleFormatXml.d.ts +6 -0
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/index.d.ts +1 -0
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/setTokenFeature.d.ts +6 -0
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/ConfigurableSerdeContext.d.ts +5 -0
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/common.d.ts +2 -2
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/index.d.ts +13 -0
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/AwsJson1_0Protocol.d.ts +6 -0
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/AwsJson1_1Protocol.d.ts +6 -0
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/AwsJsonRpcProtocol.d.ts +33 -0
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/AwsRestJsonProtocol.d.ts +34 -0
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/JsonCodec.d.ts +16 -0
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/JsonShapeDeserializer.d.ts +13 -0
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/JsonShapeSerializer.d.ts +15 -0
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/jsonReplacer.d.ts +7 -0
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/jsonReviver.d.ts +7 -0
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/parseJsonBody.d.ts +3 -3
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/query/AwsEc2QueryProtocol.d.ts +14 -0
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/query/AwsQueryProtocol.d.ts +55 -0
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/query/QuerySerializerSettings.d.ts +6 -0
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/query/QueryShapeSerializer.d.ts +16 -0
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/xml/AwsRestXmlProtocol.d.ts +39 -0
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/xml/XmlCodec.d.ts +17 -0
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/xml/XmlShapeDeserializer.d.ts +15 -0
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/xml/XmlShapeSerializer.d.ts +21 -0
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/xml/simpleFormatXml.d.ts +1 -0
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/core/package.json +16 -12
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/credential-provider-env/package.json +5 -5
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/credential-provider-http/package.json +10 -10
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/credential-provider-ini/package.json +13 -13
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/credential-provider-node/package.json +12 -12
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/credential-provider-process/package.json +6 -6
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/credential-provider-sso/package.json +8 -8
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/credential-provider-web-identity/package.json +6 -6
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/middleware-host-header/package.json +4 -4
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/middleware-logger/package.json +3 -3
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/middleware-recursion-detection/package.json +4 -4
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/middleware-user-agent/package.json +7 -7
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/region-config-resolver/package.json +5 -5
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/token-providers/dist-cjs/index.js +6 -3
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/token-providers/dist-es/fromEnvSigningName.js +5 -2
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/token-providers/package.json +10 -8
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/types/dist-types/feature-ids.d.ts +7 -1
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/types/dist-types/identity/TokenIdentity.d.ts +10 -0
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/types/dist-types/ts3.4/feature-ids.d.ts +5 -1
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/types/dist-types/ts3.4/identity/TokenIdentity.d.ts +5 -0
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/types/package.json +2 -2
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/util-endpoints/dist-cjs/index.js +33 -0
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/util-endpoints/dist-cjs/lib/aws/partitions.json +3 -0
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/util-endpoints/dist-es/index.js +1 -0
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/util-endpoints/dist-es/lib/aws/partitions.json +3 -0
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/util-endpoints/dist-es/resolveDefaultAwsRegionalEndpointsConfig.js +21 -0
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/util-endpoints/dist-types/index.d.ts +1 -0
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/util-endpoints/dist-types/resolveDefaultAwsRegionalEndpointsConfig.d.ts +56 -0
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/index.d.ts +1 -0
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/resolveDefaultAwsRegionalEndpointsConfig.d.ts +35 -0
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/util-endpoints/package.json +6 -4
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/util-user-agent-browser/package.json +3 -3
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/util-user-agent-node/package.json +5 -5
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/abort-controller/package.json +2 -2
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/config-resolver/package.json +4 -4
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/core/dist-cjs/submodules/cbor/index.js +142 -44
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/core/dist-cjs/submodules/protocols/index.js +110 -106
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/core/dist-cjs/submodules/schema/index.js +96 -7
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/core/dist-cjs/submodules/serde/index.js +45 -54
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/core/dist-es/submodules/cbor/CborCodec.js +77 -41
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/core/dist-es/submodules/cbor/byte-printer.js +3 -0
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/core/dist-es/submodules/cbor/cbor-decode.js +39 -4
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/core/dist-es/submodules/cbor/cbor-encode.js +33 -3
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/core/dist-es/submodules/protocols/HttpBindingProtocol.js +116 -26
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/core/dist-es/submodules/protocols/HttpProtocol.js +8 -89
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/core/dist-es/submodules/schema/TypeRegistry.js +1 -1
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/core/dist-es/submodules/schema/schemas/ErrorSchema.js +10 -0
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/core/dist-es/submodules/schema/schemas/ListSchema.js +10 -0
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/core/dist-es/submodules/schema/schemas/MapSchema.js +10 -0
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/core/dist-es/submodules/schema/schemas/NormalizedSchema.js +22 -0
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/core/dist-es/submodules/schema/schemas/SimpleSchema.js +10 -0
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/core/dist-es/submodules/schema/schemas/StructureSchema.js +10 -0
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/core/dist-es/submodules/serde/copyDocumentWithTransform.js +1 -53
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/core/dist-es/submodules/serde/generateIdempotencyToken.js +2 -0
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/core/dist-es/submodules/serde/index.js +1 -0
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/core/dist-es/submodules/serde/value/NumericValue.js +36 -2
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/core/dist-types/submodules/cbor/CborCodec.d.ts +5 -0
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/core/dist-types/submodules/cbor/byte-printer.d.ts +6 -0
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/core/dist-types/submodules/protocols/HttpBindingProtocol.d.ts +10 -2
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/core/dist-types/submodules/protocols/HttpProtocol.d.ts +6 -0
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/core/dist-types/submodules/schema/schemas/ErrorSchema.d.ts +3 -0
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/core/dist-types/submodules/schema/schemas/ListSchema.d.ts +3 -0
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/core/dist-types/submodules/schema/schemas/MapSchema.d.ts +3 -0
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/core/dist-types/submodules/schema/schemas/NormalizedSchema.d.ts +8 -0
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/core/dist-types/submodules/schema/schemas/SimpleSchema.d.ts +3 -0
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/core/dist-types/submodules/schema/schemas/StructureSchema.d.ts +3 -0
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/core/dist-types/submodules/serde/copyDocumentWithTransform.d.ts +1 -0
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/core/dist-types/submodules/serde/generateIdempotencyToken.d.ts +2 -0
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/core/dist-types/submodules/serde/index.d.ts +1 -0
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/core/dist-types/submodules/serde/value/NumericValue.d.ts +3 -1
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/core/dist-types/ts3.4/submodules/cbor/CborCodec.d.ts +5 -0
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/core/dist-types/ts3.4/submodules/cbor/byte-printer.d.ts +6 -0
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/HttpBindingProtocol.d.ts +10 -2
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/HttpProtocol.d.ts +6 -0
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/ErrorSchema.d.ts +3 -0
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/ListSchema.d.ts +3 -0
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/MapSchema.d.ts +3 -0
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/NormalizedSchema.d.ts +8 -0
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/SimpleSchema.d.ts +3 -0
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/StructureSchema.d.ts +3 -0
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/core/dist-types/ts3.4/submodules/serde/copyDocumentWithTransform.d.ts +1 -0
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/core/dist-types/ts3.4/submodules/serde/generateIdempotencyToken.d.ts +2 -0
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/core/dist-types/ts3.4/submodules/serde/index.d.ts +1 -0
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/core/dist-types/ts3.4/submodules/serde/value/NumericValue.d.ts +3 -1
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/core/package.json +20 -17
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/credential-provider-imds/package.json +5 -5
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/fetch-http-handler/dist-cjs/index.js +2 -2
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/fetch-http-handler/dist-es/fetch-http-handler.js +4 -4
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/fetch-http-handler/dist-types/fetch-http-handler.d.ts +1 -1
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/fetch-http-handler/dist-types/ts3.4/fetch-http-handler.d.ts +1 -1
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/fetch-http-handler/package.json +5 -5
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/hash-node/package.json +2 -2
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/invalid-dependency/package.json +2 -2
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/middleware-content-length/package.json +3 -3
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/middleware-endpoint/dist-cjs/index.js +22 -3
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/middleware-endpoint/dist-cjs/resolveEndpointRequiredConfig.js +1 -0
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/middleware-endpoint/dist-es/adaptors/createConfigValueProvider.js +3 -0
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/middleware-endpoint/dist-es/adaptors/getEndpointFromInstructions.js +2 -1
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/middleware-endpoint/dist-es/endpointMiddleware.js +1 -1
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/middleware-endpoint/dist-es/index.js +1 -0
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/middleware-endpoint/dist-es/resolveEndpointRequiredConfig.js +9 -0
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/middleware-endpoint/dist-types/index.d.ts +1 -0
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/middleware-endpoint/dist-types/resolveEndpointConfig.d.ts +5 -2
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/middleware-endpoint/dist-types/resolveEndpointRequiredConfig.d.ts +32 -0
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/middleware-endpoint/dist-types/ts3.4/index.d.ts +1 -0
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/middleware-endpoint/dist-types/ts3.4/resolveEndpointConfig.d.ts +5 -2
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/middleware-endpoint/dist-types/ts3.4/resolveEndpointRequiredConfig.d.ts +32 -0
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/middleware-endpoint/package.json +8 -8
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/middleware-retry/package.json +9 -9
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/middleware-serde/package.json +3 -3
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/middleware-stack/package.json +2 -2
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/node-config-provider/package.json +4 -4
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/node-http-handler/dist-cjs/index.js +11 -9
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/node-http-handler/dist-es/node-http-handler.js +4 -3
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/node-http-handler/dist-es/node-http2-handler.js +7 -6
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/node-http-handler/dist-types/node-http-handler.d.ts +1 -1
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/node-http-handler/dist-types/node-http2-handler.d.ts +1 -1
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/node-http-handler/dist-types/ts3.4/node-http-handler.d.ts +1 -1
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/node-http-handler/dist-types/ts3.4/node-http2-handler.d.ts +1 -1
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/node-http-handler/package.json +5 -5
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/property-provider/package.json +2 -2
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/protocol-http/package.json +2 -2
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/querystring-builder/package.json +2 -2
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/querystring-parser/package.json +2 -2
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/service-error-classification/dist-cjs/index.js +2 -1
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/service-error-classification/dist-es/constants.js +1 -0
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/service-error-classification/dist-es/index.js +2 -1
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/service-error-classification/dist-types/constants.d.ts +4 -0
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/service-error-classification/dist-types/ts3.4/constants.d.ts +4 -0
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/service-error-classification/package.json +2 -2
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/signature-v4/package.json +4 -4
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/smithy-client/dist-cjs/index.js +1 -0
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/smithy-client/package.json +7 -7
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/types/dist-types/schema/schema.d.ts +1 -0
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/types/dist-types/ts3.4/schema/schema.d.ts +1 -0
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/types/package.json +1 -1
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/url-parser/package.json +3 -3
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/util-defaults-mode-browser/package.json +4 -4
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/util-defaults-mode-node/package.json +7 -7
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/util-endpoints/package.json +3 -3
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/util-middleware/package.json +2 -2
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/util-retry/package.json +3 -3
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/util-stream/package.json +4 -4
- package/node_modules/@aws-sdk/client-cloudformation/package.json +34 -34
- package/node_modules/@aws-sdk/client-cognito-identity/dist-types/endpoint/EndpointParameters.d.ts +8 -8
- package/node_modules/@aws-sdk/client-cognito-identity/dist-types/runtimeConfig.browser.d.ts +2 -2
- package/node_modules/@aws-sdk/client-cognito-identity/dist-types/runtimeConfig.native.d.ts +2 -2
- package/node_modules/@aws-sdk/client-cognito-identity/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +11 -8
- package/node_modules/@aws-sdk/client-cognito-identity/dist-types/ts3.4/runtimeConfig.browser.d.ts +4 -2
- package/node_modules/@aws-sdk/client-cognito-identity/dist-types/ts3.4/runtimeConfig.native.d.ts +4 -2
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/client-sso/dist-types/endpoint/EndpointParameters.d.ts +8 -8
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/client-sso/dist-types/runtimeConfig.browser.d.ts +2 -2
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/client-sso/dist-types/runtimeConfig.native.d.ts +2 -2
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +11 -8
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/runtimeConfig.browser.d.ts +4 -2
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/runtimeConfig.native.d.ts +4 -2
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/client-sso/package.json +32 -32
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/core/dist-cjs/submodules/client/index.js +12 -0
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/core/dist-cjs/submodules/protocols/index.js +1509 -14
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/core/dist-es/submodules/client/index.js +1 -0
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/core/dist-es/submodules/client/setTokenFeature.js +7 -0
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/core/dist-es/submodules/protocols/ConfigurableSerdeContext.js +6 -0
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/core/dist-es/submodules/protocols/index.js +13 -0
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/AwsJson1_0Protocol.js +14 -0
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/AwsJson1_1Protocol.js +14 -0
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/AwsJsonRpcProtocol.js +84 -0
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/AwsRestJsonProtocol.js +118 -0
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/JsonCodec.js +20 -0
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/JsonShapeDeserializer.js +105 -0
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/JsonShapeSerializer.js +110 -0
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/jsonReplacer.js +46 -0
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/jsonReviver.js +18 -0
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/core/dist-es/submodules/protocols/query/AwsEc2QueryProtocol.js +17 -0
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/core/dist-es/submodules/protocols/query/AwsQueryProtocol.js +147 -0
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/core/dist-es/submodules/protocols/query/QuerySerializerSettings.js +1 -0
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/core/dist-es/submodules/protocols/query/QueryShapeSerializer.js +156 -0
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/core/dist-es/submodules/protocols/xml/AwsRestXmlProtocol.js +126 -0
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/core/dist-es/submodules/protocols/xml/XmlCodec.js +20 -0
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/core/dist-es/submodules/protocols/xml/XmlShapeDeserializer.js +151 -0
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/core/dist-es/submodules/protocols/xml/XmlShapeSerializer.js +283 -0
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/core/dist-es/submodules/protocols/xml/simpleFormatXml.js +27 -0
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/core/dist-types/submodules/client/index.d.ts +1 -0
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/core/dist-types/submodules/client/setTokenFeature.d.ts +7 -0
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/core/dist-types/submodules/protocols/ConfigurableSerdeContext.d.ts +8 -0
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/core/dist-types/submodules/protocols/common.d.ts +2 -2
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/core/dist-types/submodules/protocols/index.d.ts +13 -0
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/AwsJson1_0Protocol.d.ts +12 -0
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/AwsJson1_1Protocol.d.ts +12 -0
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/AwsJsonRpcProtocol.d.ts +18 -0
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/AwsRestJsonProtocol.d.ts +19 -0
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/JsonCodec.d.ts +19 -0
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/JsonShapeDeserializer.d.ts +13 -0
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/JsonShapeSerializer.d.ts +15 -0
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/jsonReplacer.d.ts +21 -0
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/jsonReviver.d.ts +15 -0
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/parseJsonBody.d.ts +3 -3
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/core/dist-types/submodules/protocols/query/AwsEc2QueryProtocol.d.ts +20 -0
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/core/dist-types/submodules/protocols/query/AwsQueryProtocol.d.ts +39 -0
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/core/dist-types/submodules/protocols/query/QuerySerializerSettings.d.ts +6 -0
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/core/dist-types/submodules/protocols/query/QueryShapeSerializer.d.ts +16 -0
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/core/dist-types/submodules/protocols/xml/AwsRestXmlProtocol.d.ts +21 -0
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/core/dist-types/submodules/protocols/xml/XmlCodec.d.ts +14 -0
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/core/dist-types/submodules/protocols/xml/XmlShapeDeserializer.d.ts +20 -0
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/core/dist-types/submodules/protocols/xml/XmlShapeSerializer.d.ts +21 -0
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/core/dist-types/submodules/protocols/xml/simpleFormatXml.d.ts +6 -0
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/index.d.ts +1 -0
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/setTokenFeature.d.ts +6 -0
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/ConfigurableSerdeContext.d.ts +5 -0
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/common.d.ts +2 -2
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/index.d.ts +13 -0
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/AwsJson1_0Protocol.d.ts +6 -0
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/AwsJson1_1Protocol.d.ts +6 -0
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/AwsJsonRpcProtocol.d.ts +33 -0
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/AwsRestJsonProtocol.d.ts +34 -0
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/JsonCodec.d.ts +16 -0
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/JsonShapeDeserializer.d.ts +13 -0
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/JsonShapeSerializer.d.ts +15 -0
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/jsonReplacer.d.ts +7 -0
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/jsonReviver.d.ts +7 -0
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/parseJsonBody.d.ts +3 -3
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/query/AwsEc2QueryProtocol.d.ts +14 -0
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/query/AwsQueryProtocol.d.ts +55 -0
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/query/QuerySerializerSettings.d.ts +6 -0
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/query/QueryShapeSerializer.d.ts +16 -0
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/xml/AwsRestXmlProtocol.d.ts +39 -0
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/xml/XmlCodec.d.ts +17 -0
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/xml/XmlShapeDeserializer.d.ts +15 -0
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/xml/XmlShapeSerializer.d.ts +21 -0
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/xml/simpleFormatXml.d.ts +1 -0
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/core/package.json +16 -12
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/credential-provider-env/package.json +5 -5
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/credential-provider-http/package.json +10 -10
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/credential-provider-ini/package.json +13 -13
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/credential-provider-node/package.json +12 -12
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/credential-provider-process/package.json +6 -6
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/credential-provider-sso/package.json +8 -8
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/credential-provider-web-identity/package.json +6 -6
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/middleware-host-header/package.json +4 -4
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/middleware-logger/package.json +3 -3
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/middleware-recursion-detection/package.json +4 -4
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/middleware-user-agent/package.json +7 -7
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/region-config-resolver/package.json +5 -5
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/token-providers/dist-cjs/index.js +6 -3
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/token-providers/dist-es/fromEnvSigningName.js +5 -2
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/token-providers/package.json +10 -8
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/types/dist-types/feature-ids.d.ts +7 -1
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/types/dist-types/identity/TokenIdentity.d.ts +10 -0
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/types/dist-types/ts3.4/feature-ids.d.ts +5 -1
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/types/dist-types/ts3.4/identity/TokenIdentity.d.ts +5 -0
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/types/package.json +2 -2
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/util-endpoints/dist-cjs/index.js +33 -0
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/util-endpoints/dist-cjs/lib/aws/partitions.json +3 -0
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/util-endpoints/dist-es/index.js +1 -0
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/util-endpoints/dist-es/lib/aws/partitions.json +3 -0
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/util-endpoints/dist-es/resolveDefaultAwsRegionalEndpointsConfig.js +21 -0
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/util-endpoints/dist-types/index.d.ts +1 -0
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/util-endpoints/dist-types/resolveDefaultAwsRegionalEndpointsConfig.d.ts +56 -0
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/index.d.ts +1 -0
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/resolveDefaultAwsRegionalEndpointsConfig.d.ts +35 -0
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/util-endpoints/package.json +6 -4
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/util-user-agent-browser/package.json +3 -3
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/util-user-agent-node/package.json +5 -5
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/abort-controller/package.json +2 -2
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/config-resolver/package.json +4 -4
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/core/dist-cjs/submodules/cbor/index.js +142 -44
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/core/dist-cjs/submodules/protocols/index.js +110 -106
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/core/dist-cjs/submodules/schema/index.js +96 -7
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/core/dist-cjs/submodules/serde/index.js +45 -54
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/core/dist-es/submodules/cbor/CborCodec.js +77 -41
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/core/dist-es/submodules/cbor/byte-printer.js +3 -0
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/core/dist-es/submodules/cbor/cbor-decode.js +39 -4
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/core/dist-es/submodules/cbor/cbor-encode.js +33 -3
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/core/dist-es/submodules/protocols/HttpBindingProtocol.js +116 -26
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/core/dist-es/submodules/protocols/HttpProtocol.js +8 -89
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/core/dist-es/submodules/schema/TypeRegistry.js +1 -1
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/core/dist-es/submodules/schema/schemas/ErrorSchema.js +10 -0
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/core/dist-es/submodules/schema/schemas/ListSchema.js +10 -0
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/core/dist-es/submodules/schema/schemas/MapSchema.js +10 -0
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/core/dist-es/submodules/schema/schemas/NormalizedSchema.js +22 -0
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/core/dist-es/submodules/schema/schemas/SimpleSchema.js +10 -0
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/core/dist-es/submodules/schema/schemas/StructureSchema.js +10 -0
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/core/dist-es/submodules/serde/copyDocumentWithTransform.js +1 -53
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/core/dist-es/submodules/serde/generateIdempotencyToken.js +2 -0
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/core/dist-es/submodules/serde/index.js +1 -0
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/core/dist-es/submodules/serde/value/NumericValue.js +36 -2
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/core/dist-types/submodules/cbor/CborCodec.d.ts +5 -0
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/core/dist-types/submodules/cbor/byte-printer.d.ts +6 -0
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/core/dist-types/submodules/protocols/HttpBindingProtocol.d.ts +10 -2
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/core/dist-types/submodules/protocols/HttpProtocol.d.ts +6 -0
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/core/dist-types/submodules/schema/schemas/ErrorSchema.d.ts +3 -0
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/core/dist-types/submodules/schema/schemas/ListSchema.d.ts +3 -0
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/core/dist-types/submodules/schema/schemas/MapSchema.d.ts +3 -0
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/core/dist-types/submodules/schema/schemas/NormalizedSchema.d.ts +8 -0
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/core/dist-types/submodules/schema/schemas/SimpleSchema.d.ts +3 -0
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/core/dist-types/submodules/schema/schemas/StructureSchema.d.ts +3 -0
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/core/dist-types/submodules/serde/copyDocumentWithTransform.d.ts +1 -0
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/core/dist-types/submodules/serde/generateIdempotencyToken.d.ts +2 -0
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/core/dist-types/submodules/serde/index.d.ts +1 -0
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/core/dist-types/submodules/serde/value/NumericValue.d.ts +3 -1
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/core/dist-types/ts3.4/submodules/cbor/CborCodec.d.ts +5 -0
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/core/dist-types/ts3.4/submodules/cbor/byte-printer.d.ts +6 -0
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/HttpBindingProtocol.d.ts +10 -2
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/HttpProtocol.d.ts +6 -0
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/ErrorSchema.d.ts +3 -0
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/ListSchema.d.ts +3 -0
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/MapSchema.d.ts +3 -0
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/NormalizedSchema.d.ts +8 -0
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/SimpleSchema.d.ts +3 -0
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/StructureSchema.d.ts +3 -0
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/core/dist-types/ts3.4/submodules/serde/copyDocumentWithTransform.d.ts +1 -0
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/core/dist-types/ts3.4/submodules/serde/generateIdempotencyToken.d.ts +2 -0
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/core/dist-types/ts3.4/submodules/serde/index.d.ts +1 -0
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/core/dist-types/ts3.4/submodules/serde/value/NumericValue.d.ts +3 -1
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/core/package.json +20 -17
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/credential-provider-imds/package.json +5 -5
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/fetch-http-handler/dist-cjs/index.js +2 -2
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/fetch-http-handler/dist-es/fetch-http-handler.js +4 -4
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/fetch-http-handler/dist-types/fetch-http-handler.d.ts +1 -1
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/fetch-http-handler/dist-types/ts3.4/fetch-http-handler.d.ts +1 -1
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/fetch-http-handler/package.json +5 -5
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/hash-node/package.json +2 -2
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/invalid-dependency/package.json +2 -2
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/middleware-content-length/package.json +3 -3
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/middleware-endpoint/dist-cjs/index.js +22 -3
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/middleware-endpoint/dist-cjs/resolveEndpointRequiredConfig.js +1 -0
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/middleware-endpoint/dist-es/adaptors/createConfigValueProvider.js +3 -0
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/middleware-endpoint/dist-es/adaptors/getEndpointFromInstructions.js +2 -1
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/middleware-endpoint/dist-es/endpointMiddleware.js +1 -1
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/middleware-endpoint/dist-es/index.js +1 -0
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/middleware-endpoint/dist-es/resolveEndpointRequiredConfig.js +9 -0
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/middleware-endpoint/dist-types/index.d.ts +1 -0
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/middleware-endpoint/dist-types/resolveEndpointConfig.d.ts +5 -2
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/middleware-endpoint/dist-types/resolveEndpointRequiredConfig.d.ts +32 -0
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/middleware-endpoint/dist-types/ts3.4/index.d.ts +1 -0
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/middleware-endpoint/dist-types/ts3.4/resolveEndpointConfig.d.ts +5 -2
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/middleware-endpoint/dist-types/ts3.4/resolveEndpointRequiredConfig.d.ts +32 -0
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/middleware-endpoint/package.json +8 -8
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/middleware-retry/package.json +9 -9
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/middleware-serde/package.json +3 -3
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/middleware-stack/package.json +2 -2
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/node-config-provider/package.json +4 -4
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/node-http-handler/dist-cjs/index.js +11 -9
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/node-http-handler/dist-es/node-http-handler.js +4 -3
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/node-http-handler/dist-es/node-http2-handler.js +7 -6
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/node-http-handler/dist-types/node-http-handler.d.ts +1 -1
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/node-http-handler/dist-types/node-http2-handler.d.ts +1 -1
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/node-http-handler/dist-types/ts3.4/node-http-handler.d.ts +1 -1
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/node-http-handler/dist-types/ts3.4/node-http2-handler.d.ts +1 -1
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/node-http-handler/package.json +5 -5
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/property-provider/package.json +2 -2
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/protocol-http/package.json +2 -2
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/querystring-builder/package.json +2 -2
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/querystring-parser/package.json +2 -2
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/service-error-classification/dist-cjs/index.js +2 -1
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/service-error-classification/dist-es/constants.js +1 -0
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/service-error-classification/dist-es/index.js +2 -1
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/service-error-classification/dist-types/constants.d.ts +4 -0
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/service-error-classification/dist-types/ts3.4/constants.d.ts +4 -0
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/service-error-classification/package.json +2 -2
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/signature-v4/package.json +4 -4
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/smithy-client/dist-cjs/index.js +1 -0
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/smithy-client/package.json +7 -7
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/types/dist-types/schema/schema.d.ts +1 -0
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/types/dist-types/ts3.4/schema/schema.d.ts +1 -0
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/types/package.json +1 -1
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/url-parser/package.json +3 -3
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/util-defaults-mode-browser/package.json +4 -4
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/util-defaults-mode-node/package.json +7 -7
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/util-endpoints/package.json +3 -3
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/util-middleware/package.json +2 -2
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/util-retry/package.json +3 -3
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/util-stream/package.json +4 -4
- package/node_modules/@aws-sdk/client-cognito-identity/package.json +34 -34
- package/node_modules/@aws-sdk/client-iam/dist-cjs/index.js +41 -1
- package/node_modules/@aws-sdk/client-iam/dist-es/models/models_0.js +2 -0
- package/node_modules/@aws-sdk/client-iam/dist-es/protocols/Aws_query.js +38 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/ChangePasswordCommand.d.ts +5 -4
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/CreateAccessKeyCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/CreateLoginProfileCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/CreateOpenIDConnectProviderCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/CreatePolicyVersionCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/CreateServiceSpecificCredentialCommand.d.ts +10 -8
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/CreateVirtualMFADeviceCommand.d.ts +4 -3
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/DeleteGroupPolicyCommand.d.ts +2 -2
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/DeleteLoginProfileCommand.d.ts +5 -4
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/DeletePolicyCommand.d.ts +5 -7
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/DeletePolicyVersionCommand.d.ts +2 -2
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/DeleteRoleCommand.d.ts +4 -4
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/DeleteRolePolicyCommand.d.ts +2 -2
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/DeleteServiceLinkedRoleCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/DeleteUserCommand.d.ts +9 -9
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/DeleteUserPolicyCommand.d.ts +2 -2
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/DeleteVirtualMFADeviceCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/DetachGroupPolicyCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/DetachRolePolicyCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/DetachUserPolicyCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/DisableOrganizationsRootCredentialsManagementCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/DisableOrganizationsRootSessionsCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/EnableOrganizationsRootCredentialsManagementCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/EnableOrganizationsRootSessionsCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/GenerateOrganizationsAccessReportCommand.d.ts +5 -5
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/GenerateServiceLastAccessedDetailsCommand.d.ts +6 -6
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/GetAccountAuthorizationDetailsCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/GetContextKeysForCustomPolicyCommand.d.ts +4 -4
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/GetContextKeysForPrincipalPolicyCommand.d.ts +4 -3
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/GetCredentialReportCommand.d.ts +4 -4
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/GetGroupPolicyCommand.d.ts +4 -3
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/GetOrganizationsAccessReportCommand.d.ts +4 -5
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/GetPolicyCommand.d.ts +4 -4
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/GetPolicyVersionCommand.d.ts +5 -3
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/GetRoleCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/GetRolePolicyCommand.d.ts +5 -4
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/GetSSHPublicKeyCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/GetServiceLinkedRoleDeletionStatusCommand.d.ts +2 -2
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/GetUserPolicyCommand.d.ts +5 -4
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/ListAccessKeysCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/ListAttachedGroupPoliciesCommand.d.ts +2 -2
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/ListAttachedRolePoliciesCommand.d.ts +2 -2
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/ListAttachedUserPoliciesCommand.d.ts +2 -2
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/ListGroupPoliciesCommand.d.ts +3 -3
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/ListInstanceProfilesCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/ListOpenIDConnectProvidersCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/ListOrganizationsFeaturesCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/ListPoliciesCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/ListPoliciesGrantingServiceAccessCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/ListRolePoliciesCommand.d.ts +3 -3
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/ListRolesCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/ListSAMLProvidersCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/ListSSHPublicKeysCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/ListServerCertificatesCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/ListServiceSpecificCredentialsCommand.d.ts +9 -2
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/ListSigningCertificatesCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/ListUserPoliciesCommand.d.ts +3 -3
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/ListUsersCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/ListVirtualMFADevicesCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/PutGroupPolicyCommand.d.ts +4 -4
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/ResetServiceSpecificCredentialCommand.d.ts +6 -3
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/SetDefaultPolicyVersionCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/SetSecurityTokenServicePreferencesCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/SimulateCustomPolicyCommand.d.ts +2 -2
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/SimulatePrincipalPolicyCommand.d.ts +3 -4
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/UpdateAccessKeyCommand.d.ts +5 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/UpdateLoginProfileCommand.d.ts +3 -3
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/UpdateRoleDescriptionCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/UpdateSSHPublicKeyCommand.d.ts +5 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/UpdateServiceSpecificCredentialCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/UpdateSigningCertificateCommand.d.ts +5 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/UploadSSHPublicKeyCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/UploadSigningCertificateCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/endpoint/EndpointParameters.d.ts +8 -8
- package/node_modules/@aws-sdk/client-iam/dist-types/models/models_0.d.ts +241 -181
- package/node_modules/@aws-sdk/client-iam/dist-types/models/models_1.d.ts +20 -23
- package/node_modules/@aws-sdk/client-iam/dist-types/runtimeConfig.browser.d.ts +2 -2
- package/node_modules/@aws-sdk/client-iam/dist-types/runtimeConfig.native.d.ts +2 -2
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +11 -8
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/models/models_0.d.ts +15 -3
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/runtimeConfig.browser.d.ts +4 -2
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/runtimeConfig.native.d.ts +4 -2
- package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/client-sso/dist-types/endpoint/EndpointParameters.d.ts +8 -8
- package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/client-sso/dist-types/runtimeConfig.browser.d.ts +2 -2
- package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/client-sso/dist-types/runtimeConfig.native.d.ts +2 -2
- package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +11 -8
- package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/runtimeConfig.browser.d.ts +4 -2
- package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/runtimeConfig.native.d.ts +4 -2
- package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/client-sso/package.json +32 -32
- package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/core/dist-cjs/submodules/client/index.js +12 -0
- package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/core/dist-cjs/submodules/protocols/index.js +1509 -14
- package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/core/dist-es/submodules/client/index.js +1 -0
- package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/core/dist-es/submodules/client/setTokenFeature.js +7 -0
- package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/core/dist-es/submodules/protocols/ConfigurableSerdeContext.js +6 -0
- package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/core/dist-es/submodules/protocols/index.js +13 -0
- package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/AwsJson1_0Protocol.js +14 -0
- package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/AwsJson1_1Protocol.js +14 -0
- package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/AwsJsonRpcProtocol.js +84 -0
- package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/AwsRestJsonProtocol.js +118 -0
- package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/JsonCodec.js +20 -0
- package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/JsonShapeDeserializer.js +105 -0
- package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/JsonShapeSerializer.js +110 -0
- package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/jsonReplacer.js +46 -0
- package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/jsonReviver.js +18 -0
- package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/core/dist-es/submodules/protocols/query/AwsEc2QueryProtocol.js +17 -0
- package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/core/dist-es/submodules/protocols/query/AwsQueryProtocol.js +147 -0
- package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/core/dist-es/submodules/protocols/query/QuerySerializerSettings.js +1 -0
- package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/core/dist-es/submodules/protocols/query/QueryShapeSerializer.js +156 -0
- package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/core/dist-es/submodules/protocols/xml/AwsRestXmlProtocol.js +126 -0
- package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/core/dist-es/submodules/protocols/xml/XmlCodec.js +20 -0
- package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/core/dist-es/submodules/protocols/xml/XmlShapeDeserializer.js +151 -0
- package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/core/dist-es/submodules/protocols/xml/XmlShapeSerializer.js +283 -0
- package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/core/dist-es/submodules/protocols/xml/simpleFormatXml.js +27 -0
- package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/core/dist-types/submodules/client/index.d.ts +1 -0
- package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/core/dist-types/submodules/client/setTokenFeature.d.ts +7 -0
- package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/core/dist-types/submodules/protocols/ConfigurableSerdeContext.d.ts +8 -0
- package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/core/dist-types/submodules/protocols/common.d.ts +2 -2
- package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/core/dist-types/submodules/protocols/index.d.ts +13 -0
- package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/AwsJson1_0Protocol.d.ts +12 -0
- package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/AwsJson1_1Protocol.d.ts +12 -0
- package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/AwsJsonRpcProtocol.d.ts +18 -0
- package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/AwsRestJsonProtocol.d.ts +19 -0
- package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/JsonCodec.d.ts +19 -0
- package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/JsonShapeDeserializer.d.ts +13 -0
- package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/JsonShapeSerializer.d.ts +15 -0
- package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/jsonReplacer.d.ts +21 -0
- package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/jsonReviver.d.ts +15 -0
- package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/parseJsonBody.d.ts +3 -3
- package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/core/dist-types/submodules/protocols/query/AwsEc2QueryProtocol.d.ts +20 -0
- package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/core/dist-types/submodules/protocols/query/AwsQueryProtocol.d.ts +39 -0
- package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/core/dist-types/submodules/protocols/query/QuerySerializerSettings.d.ts +6 -0
- package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/core/dist-types/submodules/protocols/query/QueryShapeSerializer.d.ts +16 -0
- package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/core/dist-types/submodules/protocols/xml/AwsRestXmlProtocol.d.ts +21 -0
- package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/core/dist-types/submodules/protocols/xml/XmlCodec.d.ts +14 -0
- package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/core/dist-types/submodules/protocols/xml/XmlShapeDeserializer.d.ts +20 -0
- package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/core/dist-types/submodules/protocols/xml/XmlShapeSerializer.d.ts +21 -0
- package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/core/dist-types/submodules/protocols/xml/simpleFormatXml.d.ts +6 -0
- package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/index.d.ts +1 -0
- package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/setTokenFeature.d.ts +6 -0
- package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/ConfigurableSerdeContext.d.ts +5 -0
- package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/common.d.ts +2 -2
- package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/index.d.ts +13 -0
- package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/AwsJson1_0Protocol.d.ts +6 -0
- package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/AwsJson1_1Protocol.d.ts +6 -0
- package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/AwsJsonRpcProtocol.d.ts +33 -0
- package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/AwsRestJsonProtocol.d.ts +34 -0
- package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/JsonCodec.d.ts +16 -0
- package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/JsonShapeDeserializer.d.ts +13 -0
- package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/JsonShapeSerializer.d.ts +15 -0
- package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/jsonReplacer.d.ts +7 -0
- package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/jsonReviver.d.ts +7 -0
- package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/parseJsonBody.d.ts +3 -3
- package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/query/AwsEc2QueryProtocol.d.ts +14 -0
- package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/query/AwsQueryProtocol.d.ts +55 -0
- package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/query/QuerySerializerSettings.d.ts +6 -0
- package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/query/QueryShapeSerializer.d.ts +16 -0
- package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/xml/AwsRestXmlProtocol.d.ts +39 -0
- package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/xml/XmlCodec.d.ts +17 -0
- package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/xml/XmlShapeDeserializer.d.ts +15 -0
- package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/xml/XmlShapeSerializer.d.ts +21 -0
- package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/xml/simpleFormatXml.d.ts +1 -0
- package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/core/package.json +16 -12
- package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/credential-provider-env/package.json +5 -5
- package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/credential-provider-http/package.json +10 -10
- package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/credential-provider-ini/package.json +13 -13
- package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/credential-provider-node/package.json +12 -12
- package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/credential-provider-process/package.json +6 -6
- package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/credential-provider-sso/package.json +8 -8
- package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/credential-provider-web-identity/package.json +6 -6
- package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/middleware-host-header/package.json +4 -4
- package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/middleware-logger/package.json +3 -3
- package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/middleware-recursion-detection/package.json +4 -4
- package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/middleware-user-agent/package.json +7 -7
- package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/region-config-resolver/package.json +5 -5
- package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/token-providers/dist-cjs/index.js +6 -3
- package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/token-providers/dist-es/fromEnvSigningName.js +5 -2
- package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/token-providers/package.json +10 -8
- package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/types/dist-types/feature-ids.d.ts +7 -1
- package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/types/dist-types/identity/TokenIdentity.d.ts +10 -0
- package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/types/dist-types/ts3.4/feature-ids.d.ts +5 -1
- package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/types/dist-types/ts3.4/identity/TokenIdentity.d.ts +5 -0
- package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/types/package.json +2 -2
- package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/util-endpoints/dist-cjs/index.js +33 -0
- package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/util-endpoints/dist-cjs/lib/aws/partitions.json +3 -0
- package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/util-endpoints/dist-es/index.js +1 -0
- package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/util-endpoints/dist-es/lib/aws/partitions.json +3 -0
- package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/util-endpoints/dist-es/resolveDefaultAwsRegionalEndpointsConfig.js +21 -0
- package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/util-endpoints/dist-types/index.d.ts +1 -0
- package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/util-endpoints/dist-types/resolveDefaultAwsRegionalEndpointsConfig.d.ts +56 -0
- package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/index.d.ts +1 -0
- package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/resolveDefaultAwsRegionalEndpointsConfig.d.ts +35 -0
- package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/util-endpoints/package.json +6 -4
- package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/util-user-agent-browser/package.json +3 -3
- package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/util-user-agent-node/package.json +5 -5
- package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/abort-controller/package.json +2 -2
- package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/config-resolver/package.json +4 -4
- package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/core/dist-cjs/submodules/cbor/index.js +142 -44
- package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/core/dist-cjs/submodules/protocols/index.js +110 -106
- package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/core/dist-cjs/submodules/schema/index.js +96 -7
- package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/core/dist-cjs/submodules/serde/index.js +45 -54
- package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/core/dist-es/submodules/cbor/CborCodec.js +77 -41
- package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/core/dist-es/submodules/cbor/byte-printer.js +3 -0
- package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/core/dist-es/submodules/cbor/cbor-decode.js +39 -4
- package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/core/dist-es/submodules/cbor/cbor-encode.js +33 -3
- package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/core/dist-es/submodules/protocols/HttpBindingProtocol.js +116 -26
- package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/core/dist-es/submodules/protocols/HttpProtocol.js +8 -89
- package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/core/dist-es/submodules/schema/TypeRegistry.js +1 -1
- package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/core/dist-es/submodules/schema/schemas/ErrorSchema.js +10 -0
- package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/core/dist-es/submodules/schema/schemas/ListSchema.js +10 -0
- package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/core/dist-es/submodules/schema/schemas/MapSchema.js +10 -0
- package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/core/dist-es/submodules/schema/schemas/NormalizedSchema.js +22 -0
- package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/core/dist-es/submodules/schema/schemas/SimpleSchema.js +10 -0
- package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/core/dist-es/submodules/schema/schemas/StructureSchema.js +10 -0
- package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/core/dist-es/submodules/serde/copyDocumentWithTransform.js +1 -53
- package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/core/dist-es/submodules/serde/generateIdempotencyToken.js +2 -0
- package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/core/dist-es/submodules/serde/index.js +1 -0
- package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/core/dist-es/submodules/serde/value/NumericValue.js +36 -2
- package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/core/dist-types/submodules/cbor/CborCodec.d.ts +5 -0
- package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/core/dist-types/submodules/cbor/byte-printer.d.ts +6 -0
- package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/core/dist-types/submodules/protocols/HttpBindingProtocol.d.ts +10 -2
- package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/core/dist-types/submodules/protocols/HttpProtocol.d.ts +6 -0
- package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/core/dist-types/submodules/schema/schemas/ErrorSchema.d.ts +3 -0
- package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/core/dist-types/submodules/schema/schemas/ListSchema.d.ts +3 -0
- package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/core/dist-types/submodules/schema/schemas/MapSchema.d.ts +3 -0
- package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/core/dist-types/submodules/schema/schemas/NormalizedSchema.d.ts +8 -0
- package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/core/dist-types/submodules/schema/schemas/SimpleSchema.d.ts +3 -0
- package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/core/dist-types/submodules/schema/schemas/StructureSchema.d.ts +3 -0
- package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/core/dist-types/submodules/serde/copyDocumentWithTransform.d.ts +1 -0
- package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/core/dist-types/submodules/serde/generateIdempotencyToken.d.ts +2 -0
- package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/core/dist-types/submodules/serde/index.d.ts +1 -0
- package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/core/dist-types/submodules/serde/value/NumericValue.d.ts +3 -1
- package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/core/dist-types/ts3.4/submodules/cbor/CborCodec.d.ts +5 -0
- package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/core/dist-types/ts3.4/submodules/cbor/byte-printer.d.ts +6 -0
- package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/HttpBindingProtocol.d.ts +10 -2
- package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/HttpProtocol.d.ts +6 -0
- package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/ErrorSchema.d.ts +3 -0
- package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/ListSchema.d.ts +3 -0
- package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/MapSchema.d.ts +3 -0
- package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/NormalizedSchema.d.ts +8 -0
- package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/SimpleSchema.d.ts +3 -0
- package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/StructureSchema.d.ts +3 -0
- package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/core/dist-types/ts3.4/submodules/serde/copyDocumentWithTransform.d.ts +1 -0
- package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/core/dist-types/ts3.4/submodules/serde/generateIdempotencyToken.d.ts +2 -0
- package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/core/dist-types/ts3.4/submodules/serde/index.d.ts +1 -0
- package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/core/dist-types/ts3.4/submodules/serde/value/NumericValue.d.ts +3 -1
- package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/core/package.json +20 -17
- package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/credential-provider-imds/package.json +5 -5
- package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/fetch-http-handler/dist-cjs/index.js +2 -2
- package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/fetch-http-handler/dist-es/fetch-http-handler.js +4 -4
- package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/fetch-http-handler/dist-types/fetch-http-handler.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/fetch-http-handler/dist-types/ts3.4/fetch-http-handler.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/fetch-http-handler/package.json +5 -5
- package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/hash-node/package.json +2 -2
- package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/invalid-dependency/package.json +2 -2
- package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/middleware-content-length/package.json +3 -3
- package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/middleware-endpoint/dist-cjs/index.js +22 -3
- package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/middleware-endpoint/dist-cjs/resolveEndpointRequiredConfig.js +1 -0
- package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/middleware-endpoint/dist-es/adaptors/createConfigValueProvider.js +3 -0
- package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/middleware-endpoint/dist-es/adaptors/getEndpointFromInstructions.js +2 -1
- package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/middleware-endpoint/dist-es/endpointMiddleware.js +1 -1
- package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/middleware-endpoint/dist-es/index.js +1 -0
- package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/middleware-endpoint/dist-es/resolveEndpointRequiredConfig.js +9 -0
- package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/middleware-endpoint/dist-types/index.d.ts +1 -0
- package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/middleware-endpoint/dist-types/resolveEndpointConfig.d.ts +5 -2
- package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/middleware-endpoint/dist-types/resolveEndpointRequiredConfig.d.ts +32 -0
- package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/middleware-endpoint/dist-types/ts3.4/index.d.ts +1 -0
- package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/middleware-endpoint/dist-types/ts3.4/resolveEndpointConfig.d.ts +5 -2
- package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/middleware-endpoint/dist-types/ts3.4/resolveEndpointRequiredConfig.d.ts +32 -0
- package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/middleware-endpoint/package.json +8 -8
- package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/middleware-retry/package.json +9 -9
- package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/middleware-serde/package.json +3 -3
- package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/middleware-stack/package.json +2 -2
- package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/node-config-provider/package.json +4 -4
- package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/node-http-handler/dist-cjs/index.js +11 -9
- package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/node-http-handler/dist-es/node-http-handler.js +4 -3
- package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/node-http-handler/dist-es/node-http2-handler.js +7 -6
- package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/node-http-handler/dist-types/node-http-handler.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/node-http-handler/dist-types/node-http2-handler.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/node-http-handler/dist-types/ts3.4/node-http-handler.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/node-http-handler/dist-types/ts3.4/node-http2-handler.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/node-http-handler/package.json +5 -5
- package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/property-provider/package.json +2 -2
- package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/protocol-http/package.json +2 -2
- package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/querystring-builder/package.json +2 -2
- package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/querystring-parser/package.json +2 -2
- package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/service-error-classification/dist-cjs/index.js +2 -1
- package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/service-error-classification/dist-es/constants.js +1 -0
- package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/service-error-classification/dist-es/index.js +2 -1
- package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/service-error-classification/dist-types/constants.d.ts +4 -0
- package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/service-error-classification/dist-types/ts3.4/constants.d.ts +4 -0
- package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/service-error-classification/package.json +2 -2
- package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/signature-v4/package.json +4 -4
- package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/smithy-client/dist-cjs/index.js +1 -0
- package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/smithy-client/package.json +7 -7
- package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/types/dist-types/schema/schema.d.ts +1 -0
- package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/types/dist-types/ts3.4/schema/schema.d.ts +1 -0
- package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/types/package.json +1 -1
- package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/url-parser/package.json +3 -3
- package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/util-defaults-mode-browser/package.json +4 -4
- package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/util-defaults-mode-node/package.json +7 -7
- package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/util-endpoints/package.json +3 -3
- package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/util-middleware/package.json +2 -2
- package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/util-retry/package.json +3 -3
- package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/util-stream/package.json +4 -4
- package/node_modules/@aws-sdk/client-iam/package.json +34 -34
- package/node_modules/@aws-sdk/client-iot/README.md +16 -0
- package/node_modules/@aws-sdk/client-iot/dist-cjs/index.js +101 -0
- package/node_modules/@aws-sdk/client-iot/dist-es/IoT.js +4 -0
- package/node_modules/@aws-sdk/client-iot/dist-es/commands/DescribeEncryptionConfigurationCommand.js +22 -0
- package/node_modules/@aws-sdk/client-iot/dist-es/commands/UpdateEncryptionConfigurationCommand.js +22 -0
- package/node_modules/@aws-sdk/client-iot/dist-es/commands/index.js +2 -0
- package/node_modules/@aws-sdk/client-iot/dist-es/models/models_1.js +8 -0
- package/node_modules/@aws-sdk/client-iot/dist-es/protocols/Aws_restJson1.js +51 -0
- package/node_modules/@aws-sdk/client-iot/dist-types/IoT.d.ts +15 -0
- package/node_modules/@aws-sdk/client-iot/dist-types/IoTClient.d.ts +4 -2
- package/node_modules/@aws-sdk/client-iot/dist-types/commands/CreateTopicRuleCommand.d.ts +3 -0
- package/node_modules/@aws-sdk/client-iot/dist-types/commands/CreateTopicRuleDestinationCommand.d.ts +3 -0
- package/node_modules/@aws-sdk/client-iot/dist-types/commands/DescribeEncryptionConfigurationCommand.d.ts +95 -0
- package/node_modules/@aws-sdk/client-iot/dist-types/commands/ListCommandExecutionsCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iot/dist-types/commands/ListCommandsCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iot/dist-types/commands/ListCustomMetricsCommand.d.ts +1 -2
- package/node_modules/@aws-sdk/client-iot/dist-types/commands/ListTopicRulesCommand.d.ts +3 -0
- package/node_modules/@aws-sdk/client-iot/dist-types/commands/TransferCertificateCommand.d.ts +18 -2
- package/node_modules/@aws-sdk/client-iot/dist-types/commands/UpdateEncryptionConfigurationCommand.d.ts +106 -0
- package/node_modules/@aws-sdk/client-iot/dist-types/commands/index.d.ts +2 -0
- package/node_modules/@aws-sdk/client-iot/dist-types/endpoint/EndpointParameters.d.ts +8 -8
- package/node_modules/@aws-sdk/client-iot/dist-types/models/models_1.d.ts +87 -131
- package/node_modules/@aws-sdk/client-iot/dist-types/models/models_2.d.ts +159 -2
- package/node_modules/@aws-sdk/client-iot/dist-types/protocols/Aws_restJson1.d.ts +18 -0
- package/node_modules/@aws-sdk/client-iot/dist-types/runtimeConfig.browser.d.ts +2 -2
- package/node_modules/@aws-sdk/client-iot/dist-types/runtimeConfig.native.d.ts +2 -2
- package/node_modules/@aws-sdk/client-iot/dist-types/ts3.4/IoT.d.ts +35 -0
- package/node_modules/@aws-sdk/client-iot/dist-types/ts3.4/IoTClient.d.ts +12 -0
- package/node_modules/@aws-sdk/client-iot/dist-types/ts3.4/commands/DescribeEncryptionConfigurationCommand.d.ts +51 -0
- package/node_modules/@aws-sdk/client-iot/dist-types/ts3.4/commands/ListCommandExecutionsCommand.d.ts +2 -4
- package/node_modules/@aws-sdk/client-iot/dist-types/ts3.4/commands/ListCommandsCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iot/dist-types/ts3.4/commands/ListCustomMetricsCommand.d.ts +4 -2
- package/node_modules/@aws-sdk/client-iot/dist-types/ts3.4/commands/UpdateEncryptionConfigurationCommand.d.ts +51 -0
- package/node_modules/@aws-sdk/client-iot/dist-types/ts3.4/commands/index.d.ts +2 -0
- package/node_modules/@aws-sdk/client-iot/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +11 -8
- package/node_modules/@aws-sdk/client-iot/dist-types/ts3.4/models/models_1.d.ts +25 -28
- package/node_modules/@aws-sdk/client-iot/dist-types/ts3.4/models/models_2.d.ts +38 -0
- package/node_modules/@aws-sdk/client-iot/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +24 -0
- package/node_modules/@aws-sdk/client-iot/dist-types/ts3.4/runtimeConfig.browser.d.ts +4 -2
- package/node_modules/@aws-sdk/client-iot/dist-types/ts3.4/runtimeConfig.native.d.ts +4 -2
- package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/client-sso/dist-types/endpoint/EndpointParameters.d.ts +8 -8
- package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/client-sso/dist-types/runtimeConfig.browser.d.ts +2 -2
- package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/client-sso/dist-types/runtimeConfig.native.d.ts +2 -2
- package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +11 -8
- package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/runtimeConfig.browser.d.ts +4 -2
- package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/runtimeConfig.native.d.ts +4 -2
- package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/client-sso/package.json +32 -32
- package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/core/dist-cjs/submodules/client/index.js +12 -0
- package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/core/dist-cjs/submodules/protocols/index.js +1509 -14
- package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/core/dist-es/submodules/client/index.js +1 -0
- package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/core/dist-es/submodules/client/setTokenFeature.js +7 -0
- package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/core/dist-es/submodules/protocols/ConfigurableSerdeContext.js +6 -0
- package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/core/dist-es/submodules/protocols/index.js +13 -0
- package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/AwsJson1_0Protocol.js +14 -0
- package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/AwsJson1_1Protocol.js +14 -0
- package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/AwsJsonRpcProtocol.js +84 -0
- package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/AwsRestJsonProtocol.js +118 -0
- package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/JsonCodec.js +20 -0
- package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/JsonShapeDeserializer.js +105 -0
- package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/JsonShapeSerializer.js +110 -0
- package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/jsonReplacer.js +46 -0
- package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/jsonReviver.js +18 -0
- package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/core/dist-es/submodules/protocols/query/AwsEc2QueryProtocol.js +17 -0
- package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/core/dist-es/submodules/protocols/query/AwsQueryProtocol.js +147 -0
- package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/core/dist-es/submodules/protocols/query/QuerySerializerSettings.js +1 -0
- package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/core/dist-es/submodules/protocols/query/QueryShapeSerializer.js +156 -0
- package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/core/dist-es/submodules/protocols/xml/AwsRestXmlProtocol.js +126 -0
- package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/core/dist-es/submodules/protocols/xml/XmlCodec.js +20 -0
- package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/core/dist-es/submodules/protocols/xml/XmlShapeDeserializer.js +151 -0
- package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/core/dist-es/submodules/protocols/xml/XmlShapeSerializer.js +283 -0
- package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/core/dist-es/submodules/protocols/xml/simpleFormatXml.js +27 -0
- package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/core/dist-types/submodules/client/index.d.ts +1 -0
- package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/core/dist-types/submodules/client/setTokenFeature.d.ts +7 -0
- package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/core/dist-types/submodules/protocols/ConfigurableSerdeContext.d.ts +8 -0
- package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/core/dist-types/submodules/protocols/common.d.ts +2 -2
- package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/core/dist-types/submodules/protocols/index.d.ts +13 -0
- package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/AwsJson1_0Protocol.d.ts +12 -0
- package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/AwsJson1_1Protocol.d.ts +12 -0
- package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/AwsJsonRpcProtocol.d.ts +18 -0
- package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/AwsRestJsonProtocol.d.ts +19 -0
- package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/JsonCodec.d.ts +19 -0
- package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/JsonShapeDeserializer.d.ts +13 -0
- package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/JsonShapeSerializer.d.ts +15 -0
- package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/jsonReplacer.d.ts +21 -0
- package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/jsonReviver.d.ts +15 -0
- package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/parseJsonBody.d.ts +3 -3
- package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/core/dist-types/submodules/protocols/query/AwsEc2QueryProtocol.d.ts +20 -0
- package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/core/dist-types/submodules/protocols/query/AwsQueryProtocol.d.ts +39 -0
- package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/core/dist-types/submodules/protocols/query/QuerySerializerSettings.d.ts +6 -0
- package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/core/dist-types/submodules/protocols/query/QueryShapeSerializer.d.ts +16 -0
- package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/core/dist-types/submodules/protocols/xml/AwsRestXmlProtocol.d.ts +21 -0
- package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/core/dist-types/submodules/protocols/xml/XmlCodec.d.ts +14 -0
- package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/core/dist-types/submodules/protocols/xml/XmlShapeDeserializer.d.ts +20 -0
- package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/core/dist-types/submodules/protocols/xml/XmlShapeSerializer.d.ts +21 -0
- package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/core/dist-types/submodules/protocols/xml/simpleFormatXml.d.ts +6 -0
- package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/index.d.ts +1 -0
- package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/setTokenFeature.d.ts +6 -0
- package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/ConfigurableSerdeContext.d.ts +5 -0
- package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/common.d.ts +2 -2
- package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/index.d.ts +13 -0
- package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/AwsJson1_0Protocol.d.ts +6 -0
- package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/AwsJson1_1Protocol.d.ts +6 -0
- package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/AwsJsonRpcProtocol.d.ts +33 -0
- package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/AwsRestJsonProtocol.d.ts +34 -0
- package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/JsonCodec.d.ts +16 -0
- package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/JsonShapeDeserializer.d.ts +13 -0
- package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/JsonShapeSerializer.d.ts +15 -0
- package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/jsonReplacer.d.ts +7 -0
- package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/jsonReviver.d.ts +7 -0
- package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/parseJsonBody.d.ts +3 -3
- package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/query/AwsEc2QueryProtocol.d.ts +14 -0
- package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/query/AwsQueryProtocol.d.ts +55 -0
- package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/query/QuerySerializerSettings.d.ts +6 -0
- package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/query/QueryShapeSerializer.d.ts +16 -0
- package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/xml/AwsRestXmlProtocol.d.ts +39 -0
- package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/xml/XmlCodec.d.ts +17 -0
- package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/xml/XmlShapeDeserializer.d.ts +15 -0
- package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/xml/XmlShapeSerializer.d.ts +21 -0
- package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/xml/simpleFormatXml.d.ts +1 -0
- package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/core/package.json +16 -12
- package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/credential-provider-env/package.json +5 -5
- package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/credential-provider-http/package.json +10 -10
- package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/credential-provider-ini/package.json +13 -13
- package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/credential-provider-node/package.json +12 -12
- package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/credential-provider-process/package.json +6 -6
- package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/credential-provider-sso/package.json +8 -8
- package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/credential-provider-web-identity/package.json +6 -6
- package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/middleware-host-header/package.json +4 -4
- package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/middleware-logger/package.json +3 -3
- package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/middleware-recursion-detection/package.json +4 -4
- package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/middleware-user-agent/package.json +7 -7
- package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/region-config-resolver/package.json +5 -5
- package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/token-providers/dist-cjs/index.js +6 -3
- package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/token-providers/dist-es/fromEnvSigningName.js +5 -2
- package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/token-providers/package.json +10 -8
- package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/types/dist-types/feature-ids.d.ts +7 -1
- package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/types/dist-types/identity/TokenIdentity.d.ts +10 -0
- package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/types/dist-types/ts3.4/feature-ids.d.ts +5 -1
- package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/types/dist-types/ts3.4/identity/TokenIdentity.d.ts +5 -0
- package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/types/package.json +2 -2
- package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/util-endpoints/dist-cjs/index.js +33 -0
- package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/util-endpoints/dist-cjs/lib/aws/partitions.json +3 -0
- package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/util-endpoints/dist-es/index.js +1 -0
- package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/util-endpoints/dist-es/lib/aws/partitions.json +3 -0
- package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/util-endpoints/dist-es/resolveDefaultAwsRegionalEndpointsConfig.js +21 -0
- package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/util-endpoints/dist-types/index.d.ts +1 -0
- package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/util-endpoints/dist-types/resolveDefaultAwsRegionalEndpointsConfig.d.ts +56 -0
- package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/index.d.ts +1 -0
- package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/resolveDefaultAwsRegionalEndpointsConfig.d.ts +35 -0
- package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/util-endpoints/package.json +6 -4
- package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/util-user-agent-browser/package.json +3 -3
- package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/util-user-agent-node/package.json +5 -5
- package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/abort-controller/package.json +2 -2
- package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/config-resolver/package.json +4 -4
- package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/core/dist-cjs/submodules/cbor/index.js +142 -44
- package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/core/dist-cjs/submodules/protocols/index.js +110 -106
- package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/core/dist-cjs/submodules/schema/index.js +96 -7
- package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/core/dist-cjs/submodules/serde/index.js +45 -54
- package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/core/dist-es/submodules/cbor/CborCodec.js +77 -41
- package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/core/dist-es/submodules/cbor/byte-printer.js +3 -0
- package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/core/dist-es/submodules/cbor/cbor-decode.js +39 -4
- package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/core/dist-es/submodules/cbor/cbor-encode.js +33 -3
- package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/core/dist-es/submodules/protocols/HttpBindingProtocol.js +116 -26
- package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/core/dist-es/submodules/protocols/HttpProtocol.js +8 -89
- package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/core/dist-es/submodules/schema/TypeRegistry.js +1 -1
- package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/core/dist-es/submodules/schema/schemas/ErrorSchema.js +10 -0
- package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/core/dist-es/submodules/schema/schemas/ListSchema.js +10 -0
- package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/core/dist-es/submodules/schema/schemas/MapSchema.js +10 -0
- package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/core/dist-es/submodules/schema/schemas/NormalizedSchema.js +22 -0
- package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/core/dist-es/submodules/schema/schemas/SimpleSchema.js +10 -0
- package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/core/dist-es/submodules/schema/schemas/StructureSchema.js +10 -0
- package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/core/dist-es/submodules/serde/copyDocumentWithTransform.js +1 -53
- package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/core/dist-es/submodules/serde/generateIdempotencyToken.js +2 -0
- package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/core/dist-es/submodules/serde/index.js +1 -0
- package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/core/dist-es/submodules/serde/value/NumericValue.js +36 -2
- package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/core/dist-types/submodules/cbor/CborCodec.d.ts +5 -0
- package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/core/dist-types/submodules/cbor/byte-printer.d.ts +6 -0
- package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/core/dist-types/submodules/protocols/HttpBindingProtocol.d.ts +10 -2
- package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/core/dist-types/submodules/protocols/HttpProtocol.d.ts +6 -0
- package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/core/dist-types/submodules/schema/schemas/ErrorSchema.d.ts +3 -0
- package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/core/dist-types/submodules/schema/schemas/ListSchema.d.ts +3 -0
- package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/core/dist-types/submodules/schema/schemas/MapSchema.d.ts +3 -0
- package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/core/dist-types/submodules/schema/schemas/NormalizedSchema.d.ts +8 -0
- package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/core/dist-types/submodules/schema/schemas/SimpleSchema.d.ts +3 -0
- package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/core/dist-types/submodules/schema/schemas/StructureSchema.d.ts +3 -0
- package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/core/dist-types/submodules/serde/copyDocumentWithTransform.d.ts +1 -0
- package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/core/dist-types/submodules/serde/generateIdempotencyToken.d.ts +2 -0
- package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/core/dist-types/submodules/serde/index.d.ts +1 -0
- package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/core/dist-types/submodules/serde/value/NumericValue.d.ts +3 -1
- package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/core/dist-types/ts3.4/submodules/cbor/CborCodec.d.ts +5 -0
- package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/core/dist-types/ts3.4/submodules/cbor/byte-printer.d.ts +6 -0
- package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/HttpBindingProtocol.d.ts +10 -2
- package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/HttpProtocol.d.ts +6 -0
- package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/ErrorSchema.d.ts +3 -0
- package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/ListSchema.d.ts +3 -0
- package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/MapSchema.d.ts +3 -0
- package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/NormalizedSchema.d.ts +8 -0
- package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/SimpleSchema.d.ts +3 -0
- package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/StructureSchema.d.ts +3 -0
- package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/core/dist-types/ts3.4/submodules/serde/copyDocumentWithTransform.d.ts +1 -0
- package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/core/dist-types/ts3.4/submodules/serde/generateIdempotencyToken.d.ts +2 -0
- package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/core/dist-types/ts3.4/submodules/serde/index.d.ts +1 -0
- package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/core/dist-types/ts3.4/submodules/serde/value/NumericValue.d.ts +3 -1
- package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/core/package.json +20 -17
- package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/credential-provider-imds/package.json +5 -5
- package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/fetch-http-handler/dist-cjs/index.js +2 -2
- package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/fetch-http-handler/dist-es/fetch-http-handler.js +4 -4
- package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/fetch-http-handler/dist-types/fetch-http-handler.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/fetch-http-handler/dist-types/ts3.4/fetch-http-handler.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/fetch-http-handler/package.json +5 -5
- package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/hash-node/package.json +2 -2
- package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/invalid-dependency/package.json +2 -2
- package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/middleware-content-length/package.json +3 -3
- package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/middleware-endpoint/dist-cjs/index.js +22 -3
- package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/middleware-endpoint/dist-cjs/resolveEndpointRequiredConfig.js +1 -0
- package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/middleware-endpoint/dist-es/adaptors/createConfigValueProvider.js +3 -0
- package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/middleware-endpoint/dist-es/adaptors/getEndpointFromInstructions.js +2 -1
- package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/middleware-endpoint/dist-es/endpointMiddleware.js +1 -1
- package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/middleware-endpoint/dist-es/index.js +1 -0
- package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/middleware-endpoint/dist-es/resolveEndpointRequiredConfig.js +9 -0
- package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/middleware-endpoint/dist-types/index.d.ts +1 -0
- package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/middleware-endpoint/dist-types/resolveEndpointConfig.d.ts +5 -2
- package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/middleware-endpoint/dist-types/resolveEndpointRequiredConfig.d.ts +32 -0
- package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/middleware-endpoint/dist-types/ts3.4/index.d.ts +1 -0
- package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/middleware-endpoint/dist-types/ts3.4/resolveEndpointConfig.d.ts +5 -2
- package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/middleware-endpoint/dist-types/ts3.4/resolveEndpointRequiredConfig.d.ts +32 -0
- package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/middleware-endpoint/package.json +8 -8
- package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/middleware-retry/package.json +9 -9
- package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/middleware-serde/package.json +3 -3
- package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/middleware-stack/package.json +2 -2
- package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/node-config-provider/package.json +4 -4
- package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/node-http-handler/dist-cjs/index.js +11 -9
- package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/node-http-handler/dist-es/node-http-handler.js +4 -3
- package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/node-http-handler/dist-es/node-http2-handler.js +7 -6
- package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/node-http-handler/dist-types/node-http-handler.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/node-http-handler/dist-types/node-http2-handler.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/node-http-handler/dist-types/ts3.4/node-http-handler.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/node-http-handler/dist-types/ts3.4/node-http2-handler.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/node-http-handler/package.json +5 -5
- package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/property-provider/package.json +2 -2
- package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/protocol-http/package.json +2 -2
- package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/querystring-builder/package.json +2 -2
- package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/querystring-parser/package.json +2 -2
- package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/service-error-classification/dist-cjs/index.js +2 -1
- package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/service-error-classification/dist-es/constants.js +1 -0
- package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/service-error-classification/dist-es/index.js +2 -1
- package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/service-error-classification/dist-types/constants.d.ts +4 -0
- package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/service-error-classification/dist-types/ts3.4/constants.d.ts +4 -0
- package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/service-error-classification/package.json +2 -2
- package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/signature-v4/package.json +4 -4
- package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/smithy-client/dist-cjs/index.js +1 -0
- package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/smithy-client/package.json +7 -7
- package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/types/dist-types/schema/schema.d.ts +1 -0
- package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/types/dist-types/ts3.4/schema/schema.d.ts +1 -0
- package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/types/package.json +1 -1
- package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/url-parser/package.json +3 -3
- package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/util-defaults-mode-browser/package.json +4 -4
- package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/util-defaults-mode-node/package.json +7 -7
- package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/util-endpoints/package.json +3 -3
- package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/util-middleware/package.json +2 -2
- package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/util-retry/package.json +3 -3
- package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/util-stream/package.json +4 -4
- package/node_modules/@aws-sdk/client-iot/package.json +33 -33
- package/node_modules/@aws-sdk/client-iot-data-plane/dist-types/endpoint/EndpointParameters.d.ts +8 -8
- package/node_modules/@aws-sdk/client-iot-data-plane/dist-types/runtimeConfig.browser.d.ts +2 -2
- package/node_modules/@aws-sdk/client-iot-data-plane/dist-types/runtimeConfig.native.d.ts +2 -2
- package/node_modules/@aws-sdk/client-iot-data-plane/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +11 -8
- package/node_modules/@aws-sdk/client-iot-data-plane/dist-types/ts3.4/runtimeConfig.browser.d.ts +4 -2
- package/node_modules/@aws-sdk/client-iot-data-plane/dist-types/ts3.4/runtimeConfig.native.d.ts +4 -2
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/client-sso/dist-types/endpoint/EndpointParameters.d.ts +8 -8
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/client-sso/dist-types/runtimeConfig.browser.d.ts +2 -2
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/client-sso/dist-types/runtimeConfig.native.d.ts +2 -2
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +11 -8
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/runtimeConfig.browser.d.ts +4 -2
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/runtimeConfig.native.d.ts +4 -2
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/client-sso/package.json +32 -32
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/core/dist-cjs/submodules/client/index.js +12 -0
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/core/dist-cjs/submodules/protocols/index.js +1509 -14
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/core/dist-es/submodules/client/index.js +1 -0
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/core/dist-es/submodules/client/setTokenFeature.js +7 -0
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/core/dist-es/submodules/protocols/ConfigurableSerdeContext.js +6 -0
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/core/dist-es/submodules/protocols/index.js +13 -0
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/AwsJson1_0Protocol.js +14 -0
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/AwsJson1_1Protocol.js +14 -0
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/AwsJsonRpcProtocol.js +84 -0
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/AwsRestJsonProtocol.js +118 -0
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/JsonCodec.js +20 -0
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/JsonShapeDeserializer.js +105 -0
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/JsonShapeSerializer.js +110 -0
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/jsonReplacer.js +46 -0
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/jsonReviver.js +18 -0
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/core/dist-es/submodules/protocols/query/AwsEc2QueryProtocol.js +17 -0
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/core/dist-es/submodules/protocols/query/AwsQueryProtocol.js +147 -0
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/core/dist-es/submodules/protocols/query/QuerySerializerSettings.js +1 -0
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/core/dist-es/submodules/protocols/query/QueryShapeSerializer.js +156 -0
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/core/dist-es/submodules/protocols/xml/AwsRestXmlProtocol.js +126 -0
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/core/dist-es/submodules/protocols/xml/XmlCodec.js +20 -0
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/core/dist-es/submodules/protocols/xml/XmlShapeDeserializer.js +151 -0
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/core/dist-es/submodules/protocols/xml/XmlShapeSerializer.js +283 -0
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/core/dist-es/submodules/protocols/xml/simpleFormatXml.js +27 -0
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/core/dist-types/submodules/client/index.d.ts +1 -0
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/core/dist-types/submodules/client/setTokenFeature.d.ts +7 -0
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/core/dist-types/submodules/protocols/ConfigurableSerdeContext.d.ts +8 -0
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/core/dist-types/submodules/protocols/common.d.ts +2 -2
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/core/dist-types/submodules/protocols/index.d.ts +13 -0
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/AwsJson1_0Protocol.d.ts +12 -0
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/AwsJson1_1Protocol.d.ts +12 -0
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/AwsJsonRpcProtocol.d.ts +18 -0
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/AwsRestJsonProtocol.d.ts +19 -0
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/JsonCodec.d.ts +19 -0
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/JsonShapeDeserializer.d.ts +13 -0
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/JsonShapeSerializer.d.ts +15 -0
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/jsonReplacer.d.ts +21 -0
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/jsonReviver.d.ts +15 -0
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/parseJsonBody.d.ts +3 -3
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/core/dist-types/submodules/protocols/query/AwsEc2QueryProtocol.d.ts +20 -0
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/core/dist-types/submodules/protocols/query/AwsQueryProtocol.d.ts +39 -0
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/core/dist-types/submodules/protocols/query/QuerySerializerSettings.d.ts +6 -0
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/core/dist-types/submodules/protocols/query/QueryShapeSerializer.d.ts +16 -0
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/core/dist-types/submodules/protocols/xml/AwsRestXmlProtocol.d.ts +21 -0
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/core/dist-types/submodules/protocols/xml/XmlCodec.d.ts +14 -0
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/core/dist-types/submodules/protocols/xml/XmlShapeDeserializer.d.ts +20 -0
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/core/dist-types/submodules/protocols/xml/XmlShapeSerializer.d.ts +21 -0
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/core/dist-types/submodules/protocols/xml/simpleFormatXml.d.ts +6 -0
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/index.d.ts +1 -0
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/setTokenFeature.d.ts +6 -0
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/ConfigurableSerdeContext.d.ts +5 -0
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/common.d.ts +2 -2
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/index.d.ts +13 -0
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/AwsJson1_0Protocol.d.ts +6 -0
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/AwsJson1_1Protocol.d.ts +6 -0
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/AwsJsonRpcProtocol.d.ts +33 -0
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/AwsRestJsonProtocol.d.ts +34 -0
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/JsonCodec.d.ts +16 -0
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/JsonShapeDeserializer.d.ts +13 -0
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/JsonShapeSerializer.d.ts +15 -0
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/jsonReplacer.d.ts +7 -0
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/jsonReviver.d.ts +7 -0
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/parseJsonBody.d.ts +3 -3
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/query/AwsEc2QueryProtocol.d.ts +14 -0
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/query/AwsQueryProtocol.d.ts +55 -0
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/query/QuerySerializerSettings.d.ts +6 -0
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/query/QueryShapeSerializer.d.ts +16 -0
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/xml/AwsRestXmlProtocol.d.ts +39 -0
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/xml/XmlCodec.d.ts +17 -0
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/xml/XmlShapeDeserializer.d.ts +15 -0
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/xml/XmlShapeSerializer.d.ts +21 -0
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/xml/simpleFormatXml.d.ts +1 -0
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/core/package.json +16 -12
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/credential-provider-env/package.json +5 -5
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/credential-provider-http/package.json +10 -10
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/credential-provider-ini/package.json +13 -13
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/credential-provider-node/package.json +12 -12
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/credential-provider-process/package.json +6 -6
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/credential-provider-sso/package.json +8 -8
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/credential-provider-web-identity/package.json +6 -6
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/middleware-host-header/package.json +4 -4
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/middleware-logger/package.json +3 -3
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/middleware-recursion-detection/package.json +4 -4
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/middleware-user-agent/package.json +7 -7
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/region-config-resolver/package.json +5 -5
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/token-providers/dist-cjs/index.js +6 -3
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/token-providers/dist-es/fromEnvSigningName.js +5 -2
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/token-providers/package.json +10 -8
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/types/dist-types/feature-ids.d.ts +7 -1
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/types/dist-types/identity/TokenIdentity.d.ts +10 -0
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/types/dist-types/ts3.4/feature-ids.d.ts +5 -1
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/types/dist-types/ts3.4/identity/TokenIdentity.d.ts +5 -0
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/types/package.json +2 -2
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/util-endpoints/dist-cjs/index.js +33 -0
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/util-endpoints/dist-cjs/lib/aws/partitions.json +3 -0
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/util-endpoints/dist-es/index.js +1 -0
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/util-endpoints/dist-es/lib/aws/partitions.json +3 -0
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/util-endpoints/dist-es/resolveDefaultAwsRegionalEndpointsConfig.js +21 -0
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/util-endpoints/dist-types/index.d.ts +1 -0
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/util-endpoints/dist-types/resolveDefaultAwsRegionalEndpointsConfig.d.ts +56 -0
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/index.d.ts +1 -0
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/resolveDefaultAwsRegionalEndpointsConfig.d.ts +35 -0
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/util-endpoints/package.json +6 -4
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/util-user-agent-browser/package.json +3 -3
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/util-user-agent-node/package.json +5 -5
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/abort-controller/package.json +2 -2
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/config-resolver/package.json +4 -4
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/core/dist-cjs/submodules/cbor/index.js +142 -44
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/core/dist-cjs/submodules/protocols/index.js +110 -106
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/core/dist-cjs/submodules/schema/index.js +96 -7
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/core/dist-cjs/submodules/serde/index.js +45 -54
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/core/dist-es/submodules/cbor/CborCodec.js +77 -41
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/core/dist-es/submodules/cbor/byte-printer.js +3 -0
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/core/dist-es/submodules/cbor/cbor-decode.js +39 -4
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/core/dist-es/submodules/cbor/cbor-encode.js +33 -3
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/core/dist-es/submodules/protocols/HttpBindingProtocol.js +116 -26
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/core/dist-es/submodules/protocols/HttpProtocol.js +8 -89
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/core/dist-es/submodules/schema/TypeRegistry.js +1 -1
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/core/dist-es/submodules/schema/schemas/ErrorSchema.js +10 -0
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/core/dist-es/submodules/schema/schemas/ListSchema.js +10 -0
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/core/dist-es/submodules/schema/schemas/MapSchema.js +10 -0
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/core/dist-es/submodules/schema/schemas/NormalizedSchema.js +22 -0
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/core/dist-es/submodules/schema/schemas/SimpleSchema.js +10 -0
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/core/dist-es/submodules/schema/schemas/StructureSchema.js +10 -0
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/core/dist-es/submodules/serde/copyDocumentWithTransform.js +1 -53
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/core/dist-es/submodules/serde/generateIdempotencyToken.js +2 -0
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/core/dist-es/submodules/serde/index.js +1 -0
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/core/dist-es/submodules/serde/value/NumericValue.js +36 -2
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/core/dist-types/submodules/cbor/CborCodec.d.ts +5 -0
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/core/dist-types/submodules/cbor/byte-printer.d.ts +6 -0
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/core/dist-types/submodules/protocols/HttpBindingProtocol.d.ts +10 -2
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/core/dist-types/submodules/protocols/HttpProtocol.d.ts +6 -0
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/core/dist-types/submodules/schema/schemas/ErrorSchema.d.ts +3 -0
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/core/dist-types/submodules/schema/schemas/ListSchema.d.ts +3 -0
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/core/dist-types/submodules/schema/schemas/MapSchema.d.ts +3 -0
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/core/dist-types/submodules/schema/schemas/NormalizedSchema.d.ts +8 -0
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/core/dist-types/submodules/schema/schemas/SimpleSchema.d.ts +3 -0
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/core/dist-types/submodules/schema/schemas/StructureSchema.d.ts +3 -0
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/core/dist-types/submodules/serde/copyDocumentWithTransform.d.ts +1 -0
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/core/dist-types/submodules/serde/generateIdempotencyToken.d.ts +2 -0
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/core/dist-types/submodules/serde/index.d.ts +1 -0
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/core/dist-types/submodules/serde/value/NumericValue.d.ts +3 -1
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/core/dist-types/ts3.4/submodules/cbor/CborCodec.d.ts +5 -0
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/core/dist-types/ts3.4/submodules/cbor/byte-printer.d.ts +6 -0
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/HttpBindingProtocol.d.ts +10 -2
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/HttpProtocol.d.ts +6 -0
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/ErrorSchema.d.ts +3 -0
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/ListSchema.d.ts +3 -0
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/MapSchema.d.ts +3 -0
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/NormalizedSchema.d.ts +8 -0
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/SimpleSchema.d.ts +3 -0
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/StructureSchema.d.ts +3 -0
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/core/dist-types/ts3.4/submodules/serde/copyDocumentWithTransform.d.ts +1 -0
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/core/dist-types/ts3.4/submodules/serde/generateIdempotencyToken.d.ts +2 -0
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/core/dist-types/ts3.4/submodules/serde/index.d.ts +1 -0
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/core/dist-types/ts3.4/submodules/serde/value/NumericValue.d.ts +3 -1
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/core/package.json +20 -17
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/credential-provider-imds/package.json +5 -5
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/fetch-http-handler/dist-cjs/index.js +2 -2
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/fetch-http-handler/dist-es/fetch-http-handler.js +4 -4
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/fetch-http-handler/dist-types/fetch-http-handler.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/fetch-http-handler/dist-types/ts3.4/fetch-http-handler.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/fetch-http-handler/package.json +5 -5
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/hash-node/package.json +2 -2
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/invalid-dependency/package.json +2 -2
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/middleware-content-length/package.json +3 -3
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/middleware-endpoint/dist-cjs/index.js +22 -3
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/middleware-endpoint/dist-cjs/resolveEndpointRequiredConfig.js +1 -0
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/middleware-endpoint/dist-es/adaptors/createConfigValueProvider.js +3 -0
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/middleware-endpoint/dist-es/adaptors/getEndpointFromInstructions.js +2 -1
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/middleware-endpoint/dist-es/endpointMiddleware.js +1 -1
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/middleware-endpoint/dist-es/index.js +1 -0
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/middleware-endpoint/dist-es/resolveEndpointRequiredConfig.js +9 -0
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/middleware-endpoint/dist-types/index.d.ts +1 -0
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/middleware-endpoint/dist-types/resolveEndpointConfig.d.ts +5 -2
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/middleware-endpoint/dist-types/resolveEndpointRequiredConfig.d.ts +32 -0
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/middleware-endpoint/dist-types/ts3.4/index.d.ts +1 -0
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/middleware-endpoint/dist-types/ts3.4/resolveEndpointConfig.d.ts +5 -2
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/middleware-endpoint/dist-types/ts3.4/resolveEndpointRequiredConfig.d.ts +32 -0
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/middleware-endpoint/package.json +8 -8
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/middleware-retry/package.json +9 -9
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/middleware-serde/package.json +3 -3
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/middleware-stack/package.json +2 -2
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/node-config-provider/package.json +4 -4
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/node-http-handler/dist-cjs/index.js +11 -9
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/node-http-handler/dist-es/node-http-handler.js +4 -3
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/node-http-handler/dist-es/node-http2-handler.js +7 -6
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/node-http-handler/dist-types/node-http-handler.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/node-http-handler/dist-types/node-http2-handler.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/node-http-handler/dist-types/ts3.4/node-http-handler.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/node-http-handler/dist-types/ts3.4/node-http2-handler.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/node-http-handler/package.json +5 -5
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/property-provider/package.json +2 -2
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/protocol-http/package.json +2 -2
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/querystring-builder/package.json +2 -2
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/querystring-parser/package.json +2 -2
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/service-error-classification/dist-cjs/index.js +2 -1
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/service-error-classification/dist-es/constants.js +1 -0
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/service-error-classification/dist-es/index.js +2 -1
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/service-error-classification/dist-types/constants.d.ts +4 -0
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/service-error-classification/dist-types/ts3.4/constants.d.ts +4 -0
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/service-error-classification/package.json +2 -2
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/signature-v4/package.json +4 -4
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/smithy-client/dist-cjs/index.js +1 -0
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/smithy-client/package.json +7 -7
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/types/dist-types/schema/schema.d.ts +1 -0
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/types/dist-types/ts3.4/schema/schema.d.ts +1 -0
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/types/package.json +1 -1
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/url-parser/package.json +3 -3
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/util-defaults-mode-browser/package.json +4 -4
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/util-defaults-mode-node/package.json +7 -7
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/util-endpoints/package.json +3 -3
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/util-middleware/package.json +2 -2
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/util-retry/package.json +3 -3
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/util-stream/package.json +4 -4
- package/node_modules/@aws-sdk/client-iot-data-plane/package.json +34 -34
- package/node_modules/@aws-sdk/client-lambda/README.md +1 -66
- package/node_modules/@aws-sdk/client-lambda/dist-cjs/index.js +95 -74
- package/node_modules/@aws-sdk/client-lambda/dist-es/models/models_0.js +56 -43
- package/node_modules/@aws-sdk/client-lambda/dist-es/protocols/Aws_restJson1.js +3 -1
- package/node_modules/@aws-sdk/client-lambda/dist-es/waiters/waitForFunctionActive.js +2 -2
- package/node_modules/@aws-sdk/client-lambda/dist-es/waiters/waitForFunctionActiveV2.js +2 -2
- package/node_modules/@aws-sdk/client-lambda/dist-es/waiters/waitForFunctionExists.js +2 -2
- package/node_modules/@aws-sdk/client-lambda/dist-es/waiters/waitForFunctionUpdated.js +2 -2
- package/node_modules/@aws-sdk/client-lambda/dist-es/waiters/waitForFunctionUpdatedV2.js +2 -2
- package/node_modules/@aws-sdk/client-lambda/dist-es/waiters/waitForPublishedVersionActive.js +2 -2
- package/node_modules/@aws-sdk/client-lambda/dist-types/Lambda.d.ts +1 -65
- package/node_modules/@aws-sdk/client-lambda/dist-types/LambdaClient.d.ts +1 -65
- package/node_modules/@aws-sdk/client-lambda/dist-types/commands/AddLayerVersionPermissionCommand.d.ts +2 -17
- package/node_modules/@aws-sdk/client-lambda/dist-types/commands/AddPermissionCommand.d.ts +2 -24
- package/node_modules/@aws-sdk/client-lambda/dist-types/commands/CreateAliasCommand.d.ts +1 -6
- package/node_modules/@aws-sdk/client-lambda/dist-types/commands/CreateCodeSigningConfigCommand.d.ts +1 -3
- package/node_modules/@aws-sdk/client-lambda/dist-types/commands/CreateEventSourceMappingCommand.d.ts +61 -118
- package/node_modules/@aws-sdk/client-lambda/dist-types/commands/CreateFunctionCommand.d.ts +3 -42
- package/node_modules/@aws-sdk/client-lambda/dist-types/commands/CreateFunctionUrlConfigCommand.d.ts +1 -2
- package/node_modules/@aws-sdk/client-lambda/dist-types/commands/DeleteCodeSigningConfigCommand.d.ts +1 -2
- package/node_modules/@aws-sdk/client-lambda/dist-types/commands/DeleteEventSourceMappingCommand.d.ts +53 -6
- package/node_modules/@aws-sdk/client-lambda/dist-types/commands/DeleteFunctionCommand.d.ts +1 -5
- package/node_modules/@aws-sdk/client-lambda/dist-types/commands/DeleteFunctionEventInvokeConfigCommand.d.ts +1 -2
- package/node_modules/@aws-sdk/client-lambda/dist-types/commands/DeleteFunctionUrlConfigCommand.d.ts +1 -2
- package/node_modules/@aws-sdk/client-lambda/dist-types/commands/DeleteLayerVersionCommand.d.ts +1 -3
- package/node_modules/@aws-sdk/client-lambda/dist-types/commands/GetEventSourceMappingCommand.d.ts +57 -2
- package/node_modules/@aws-sdk/client-lambda/dist-types/commands/GetFunctionCommand.d.ts +1 -3
- package/node_modules/@aws-sdk/client-lambda/dist-types/commands/GetFunctionConcurrencyCommand.d.ts +1 -2
- package/node_modules/@aws-sdk/client-lambda/dist-types/commands/GetFunctionConfigurationCommand.d.ts +1 -3
- package/node_modules/@aws-sdk/client-lambda/dist-types/commands/GetFunctionEventInvokeConfigCommand.d.ts +26 -2
- package/node_modules/@aws-sdk/client-lambda/dist-types/commands/GetFunctionRecursionConfigCommand.d.ts +1 -2
- package/node_modules/@aws-sdk/client-lambda/dist-types/commands/GetLayerVersionByArnCommand.d.ts +1 -3
- package/node_modules/@aws-sdk/client-lambda/dist-types/commands/GetLayerVersionCommand.d.ts +1 -3
- package/node_modules/@aws-sdk/client-lambda/dist-types/commands/GetLayerVersionPolicyCommand.d.ts +1 -2
- package/node_modules/@aws-sdk/client-lambda/dist-types/commands/GetRuntimeManagementConfigCommand.d.ts +1 -3
- package/node_modules/@aws-sdk/client-lambda/dist-types/commands/InvokeAsyncCommand.d.ts +2 -10
- package/node_modules/@aws-sdk/client-lambda/dist-types/commands/InvokeCommand.d.ts +14 -55
- package/node_modules/@aws-sdk/client-lambda/dist-types/commands/InvokeWithResponseStreamCommand.d.ts +14 -31
- package/node_modules/@aws-sdk/client-lambda/dist-types/commands/ListAliasesCommand.d.ts +1 -2
- package/node_modules/@aws-sdk/client-lambda/dist-types/commands/ListCodeSigningConfigsCommand.d.ts +1 -3
- package/node_modules/@aws-sdk/client-lambda/dist-types/commands/ListEventSourceMappingsCommand.d.ts +31 -2
- package/node_modules/@aws-sdk/client-lambda/dist-types/commands/ListFunctionEventInvokeConfigsCommand.d.ts +1 -2
- package/node_modules/@aws-sdk/client-lambda/dist-types/commands/ListFunctionsByCodeSigningConfigCommand.d.ts +1 -2
- package/node_modules/@aws-sdk/client-lambda/dist-types/commands/ListFunctionsCommand.d.ts +1 -9
- package/node_modules/@aws-sdk/client-lambda/dist-types/commands/ListLayerVersionsCommand.d.ts +1 -4
- package/node_modules/@aws-sdk/client-lambda/dist-types/commands/ListLayersCommand.d.ts +1 -6
- package/node_modules/@aws-sdk/client-lambda/dist-types/commands/ListTagsCommand.d.ts +1 -2
- package/node_modules/@aws-sdk/client-lambda/dist-types/commands/ListVersionsByFunctionCommand.d.ts +1 -2
- package/node_modules/@aws-sdk/client-lambda/dist-types/commands/PublishLayerVersionCommand.d.ts +1 -4
- package/node_modules/@aws-sdk/client-lambda/dist-types/commands/PublishVersionCommand.d.ts +2 -18
- package/node_modules/@aws-sdk/client-lambda/dist-types/commands/PutFunctionCodeSigningConfigCommand.d.ts +1 -2
- package/node_modules/@aws-sdk/client-lambda/dist-types/commands/PutFunctionConcurrencyCommand.d.ts +1 -9
- package/node_modules/@aws-sdk/client-lambda/dist-types/commands/PutFunctionEventInvokeConfigCommand.d.ts +25 -14
- package/node_modules/@aws-sdk/client-lambda/dist-types/commands/PutFunctionRecursionConfigCommand.d.ts +1 -7
- package/node_modules/@aws-sdk/client-lambda/dist-types/commands/PutRuntimeManagementConfigCommand.d.ts +1 -2
- package/node_modules/@aws-sdk/client-lambda/dist-types/commands/RemoveLayerVersionPermissionCommand.d.ts +2 -14
- package/node_modules/@aws-sdk/client-lambda/dist-types/commands/RemovePermissionCommand.d.ts +2 -13
- package/node_modules/@aws-sdk/client-lambda/dist-types/commands/UpdateAliasCommand.d.ts +1 -11
- package/node_modules/@aws-sdk/client-lambda/dist-types/commands/UpdateCodeSigningConfigCommand.d.ts +1 -2
- package/node_modules/@aws-sdk/client-lambda/dist-types/commands/UpdateEventSourceMappingCommand.d.ts +93 -121
- package/node_modules/@aws-sdk/client-lambda/dist-types/commands/UpdateFunctionCodeCommand.d.ts +4 -31
- package/node_modules/@aws-sdk/client-lambda/dist-types/commands/UpdateFunctionConfigurationCommand.d.ts +4 -27
- package/node_modules/@aws-sdk/client-lambda/dist-types/commands/UpdateFunctionEventInvokeConfigCommand.d.ts +1 -2
- package/node_modules/@aws-sdk/client-lambda/dist-types/endpoint/EndpointParameters.d.ts +8 -8
- package/node_modules/@aws-sdk/client-lambda/dist-types/index.d.ts +1 -65
- package/node_modules/@aws-sdk/client-lambda/dist-types/models/models_0.d.ts +1385 -2961
- package/node_modules/@aws-sdk/client-lambda/dist-types/runtimeConfig.browser.d.ts +2 -2
- package/node_modules/@aws-sdk/client-lambda/dist-types/runtimeConfig.native.d.ts +2 -2
- package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +11 -8
- package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/models/models_0.d.ts +353 -313
- package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/runtimeConfig.browser.d.ts +4 -2
- package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/runtimeConfig.native.d.ts +4 -2
- package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/client-sso/dist-types/endpoint/EndpointParameters.d.ts +8 -8
- package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/client-sso/dist-types/runtimeConfig.browser.d.ts +2 -2
- package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/client-sso/dist-types/runtimeConfig.native.d.ts +2 -2
- package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +11 -8
- package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/runtimeConfig.browser.d.ts +4 -2
- package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/runtimeConfig.native.d.ts +4 -2
- package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/client-sso/package.json +32 -32
- package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/core/dist-cjs/submodules/client/index.js +12 -0
- package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/core/dist-cjs/submodules/protocols/index.js +1509 -14
- package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/core/dist-es/submodules/client/index.js +1 -0
- package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/core/dist-es/submodules/client/setTokenFeature.js +7 -0
- package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/core/dist-es/submodules/protocols/ConfigurableSerdeContext.js +6 -0
- package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/core/dist-es/submodules/protocols/index.js +13 -0
- package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/AwsJson1_0Protocol.js +14 -0
- package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/AwsJson1_1Protocol.js +14 -0
- package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/AwsJsonRpcProtocol.js +84 -0
- package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/AwsRestJsonProtocol.js +118 -0
- package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/JsonCodec.js +20 -0
- package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/JsonShapeDeserializer.js +105 -0
- package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/JsonShapeSerializer.js +110 -0
- package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/jsonReplacer.js +46 -0
- package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/jsonReviver.js +18 -0
- package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/core/dist-es/submodules/protocols/query/AwsEc2QueryProtocol.js +17 -0
- package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/core/dist-es/submodules/protocols/query/AwsQueryProtocol.js +147 -0
- package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/core/dist-es/submodules/protocols/query/QuerySerializerSettings.js +1 -0
- package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/core/dist-es/submodules/protocols/query/QueryShapeSerializer.js +156 -0
- package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/core/dist-es/submodules/protocols/xml/AwsRestXmlProtocol.js +126 -0
- package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/core/dist-es/submodules/protocols/xml/XmlCodec.js +20 -0
- package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/core/dist-es/submodules/protocols/xml/XmlShapeDeserializer.js +151 -0
- package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/core/dist-es/submodules/protocols/xml/XmlShapeSerializer.js +283 -0
- package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/core/dist-es/submodules/protocols/xml/simpleFormatXml.js +27 -0
- package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/core/dist-types/submodules/client/index.d.ts +1 -0
- package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/core/dist-types/submodules/client/setTokenFeature.d.ts +7 -0
- package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/core/dist-types/submodules/protocols/ConfigurableSerdeContext.d.ts +8 -0
- package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/core/dist-types/submodules/protocols/common.d.ts +2 -2
- package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/core/dist-types/submodules/protocols/index.d.ts +13 -0
- package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/AwsJson1_0Protocol.d.ts +12 -0
- package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/AwsJson1_1Protocol.d.ts +12 -0
- package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/AwsJsonRpcProtocol.d.ts +18 -0
- package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/AwsRestJsonProtocol.d.ts +19 -0
- package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/JsonCodec.d.ts +19 -0
- package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/JsonShapeDeserializer.d.ts +13 -0
- package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/JsonShapeSerializer.d.ts +15 -0
- package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/jsonReplacer.d.ts +21 -0
- package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/jsonReviver.d.ts +15 -0
- package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/parseJsonBody.d.ts +3 -3
- package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/core/dist-types/submodules/protocols/query/AwsEc2QueryProtocol.d.ts +20 -0
- package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/core/dist-types/submodules/protocols/query/AwsQueryProtocol.d.ts +39 -0
- package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/core/dist-types/submodules/protocols/query/QuerySerializerSettings.d.ts +6 -0
- package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/core/dist-types/submodules/protocols/query/QueryShapeSerializer.d.ts +16 -0
- package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/core/dist-types/submodules/protocols/xml/AwsRestXmlProtocol.d.ts +21 -0
- package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/core/dist-types/submodules/protocols/xml/XmlCodec.d.ts +14 -0
- package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/core/dist-types/submodules/protocols/xml/XmlShapeDeserializer.d.ts +20 -0
- package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/core/dist-types/submodules/protocols/xml/XmlShapeSerializer.d.ts +21 -0
- package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/core/dist-types/submodules/protocols/xml/simpleFormatXml.d.ts +6 -0
- package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/index.d.ts +1 -0
- package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/setTokenFeature.d.ts +6 -0
- package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/ConfigurableSerdeContext.d.ts +5 -0
- package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/common.d.ts +2 -2
- package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/index.d.ts +13 -0
- package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/AwsJson1_0Protocol.d.ts +6 -0
- package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/AwsJson1_1Protocol.d.ts +6 -0
- package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/AwsJsonRpcProtocol.d.ts +33 -0
- package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/AwsRestJsonProtocol.d.ts +34 -0
- package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/JsonCodec.d.ts +16 -0
- package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/JsonShapeDeserializer.d.ts +13 -0
- package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/JsonShapeSerializer.d.ts +15 -0
- package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/jsonReplacer.d.ts +7 -0
- package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/jsonReviver.d.ts +7 -0
- package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/parseJsonBody.d.ts +3 -3
- package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/query/AwsEc2QueryProtocol.d.ts +14 -0
- package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/query/AwsQueryProtocol.d.ts +55 -0
- package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/query/QuerySerializerSettings.d.ts +6 -0
- package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/query/QueryShapeSerializer.d.ts +16 -0
- package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/xml/AwsRestXmlProtocol.d.ts +39 -0
- package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/xml/XmlCodec.d.ts +17 -0
- package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/xml/XmlShapeDeserializer.d.ts +15 -0
- package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/xml/XmlShapeSerializer.d.ts +21 -0
- package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/xml/simpleFormatXml.d.ts +1 -0
- package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/core/package.json +16 -12
- package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/credential-provider-env/package.json +5 -5
- package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/credential-provider-http/package.json +10 -10
- package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/credential-provider-ini/package.json +13 -13
- package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/credential-provider-node/package.json +12 -12
- package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/credential-provider-process/package.json +6 -6
- package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/credential-provider-sso/package.json +8 -8
- package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/credential-provider-web-identity/package.json +6 -6
- package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/middleware-host-header/package.json +4 -4
- package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/middleware-logger/package.json +3 -3
- package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/middleware-recursion-detection/package.json +4 -4
- package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/middleware-user-agent/package.json +7 -7
- package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/region-config-resolver/package.json +5 -5
- package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/token-providers/dist-cjs/index.js +6 -3
- package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/token-providers/dist-es/fromEnvSigningName.js +5 -2
- package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/token-providers/package.json +10 -8
- package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/types/dist-types/feature-ids.d.ts +7 -1
- package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/types/dist-types/identity/TokenIdentity.d.ts +10 -0
- package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/types/dist-types/ts3.4/feature-ids.d.ts +5 -1
- package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/types/dist-types/ts3.4/identity/TokenIdentity.d.ts +5 -0
- package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/types/package.json +2 -2
- package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/util-endpoints/dist-cjs/index.js +33 -0
- package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/util-endpoints/dist-cjs/lib/aws/partitions.json +3 -0
- package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/util-endpoints/dist-es/index.js +1 -0
- package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/util-endpoints/dist-es/lib/aws/partitions.json +3 -0
- package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/util-endpoints/dist-es/resolveDefaultAwsRegionalEndpointsConfig.js +21 -0
- package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/util-endpoints/dist-types/index.d.ts +1 -0
- package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/util-endpoints/dist-types/resolveDefaultAwsRegionalEndpointsConfig.d.ts +56 -0
- package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/index.d.ts +1 -0
- package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/resolveDefaultAwsRegionalEndpointsConfig.d.ts +35 -0
- package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/util-endpoints/package.json +6 -4
- package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/util-user-agent-browser/package.json +3 -3
- package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/util-user-agent-node/package.json +5 -5
- package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/abort-controller/package.json +2 -2
- package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/config-resolver/package.json +4 -4
- package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/core/dist-cjs/submodules/cbor/index.js +142 -44
- package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/core/dist-cjs/submodules/protocols/index.js +110 -106
- package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/core/dist-cjs/submodules/schema/index.js +96 -7
- package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/core/dist-cjs/submodules/serde/index.js +45 -54
- package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/core/dist-es/submodules/cbor/CborCodec.js +77 -41
- package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/core/dist-es/submodules/cbor/byte-printer.js +3 -0
- package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/core/dist-es/submodules/cbor/cbor-decode.js +39 -4
- package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/core/dist-es/submodules/cbor/cbor-encode.js +33 -3
- package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/core/dist-es/submodules/protocols/HttpBindingProtocol.js +116 -26
- package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/core/dist-es/submodules/protocols/HttpProtocol.js +8 -89
- package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/core/dist-es/submodules/schema/TypeRegistry.js +1 -1
- package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/core/dist-es/submodules/schema/schemas/ErrorSchema.js +10 -0
- package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/core/dist-es/submodules/schema/schemas/ListSchema.js +10 -0
- package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/core/dist-es/submodules/schema/schemas/MapSchema.js +10 -0
- package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/core/dist-es/submodules/schema/schemas/NormalizedSchema.js +22 -0
- package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/core/dist-es/submodules/schema/schemas/SimpleSchema.js +10 -0
- package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/core/dist-es/submodules/schema/schemas/StructureSchema.js +10 -0
- package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/core/dist-es/submodules/serde/copyDocumentWithTransform.js +1 -53
- package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/core/dist-es/submodules/serde/generateIdempotencyToken.js +2 -0
- package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/core/dist-es/submodules/serde/index.js +1 -0
- package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/core/dist-es/submodules/serde/value/NumericValue.js +36 -2
- package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/core/dist-types/submodules/cbor/CborCodec.d.ts +5 -0
- package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/core/dist-types/submodules/cbor/byte-printer.d.ts +6 -0
- package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/core/dist-types/submodules/protocols/HttpBindingProtocol.d.ts +10 -2
- package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/core/dist-types/submodules/protocols/HttpProtocol.d.ts +6 -0
- package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/core/dist-types/submodules/schema/schemas/ErrorSchema.d.ts +3 -0
- package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/core/dist-types/submodules/schema/schemas/ListSchema.d.ts +3 -0
- package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/core/dist-types/submodules/schema/schemas/MapSchema.d.ts +3 -0
- package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/core/dist-types/submodules/schema/schemas/NormalizedSchema.d.ts +8 -0
- package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/core/dist-types/submodules/schema/schemas/SimpleSchema.d.ts +3 -0
- package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/core/dist-types/submodules/schema/schemas/StructureSchema.d.ts +3 -0
- package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/core/dist-types/submodules/serde/copyDocumentWithTransform.d.ts +1 -0
- package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/core/dist-types/submodules/serde/generateIdempotencyToken.d.ts +2 -0
- package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/core/dist-types/submodules/serde/index.d.ts +1 -0
- package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/core/dist-types/submodules/serde/value/NumericValue.d.ts +3 -1
- package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/core/dist-types/ts3.4/submodules/cbor/CborCodec.d.ts +5 -0
- package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/core/dist-types/ts3.4/submodules/cbor/byte-printer.d.ts +6 -0
- package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/HttpBindingProtocol.d.ts +10 -2
- package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/HttpProtocol.d.ts +6 -0
- package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/ErrorSchema.d.ts +3 -0
- package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/ListSchema.d.ts +3 -0
- package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/MapSchema.d.ts +3 -0
- package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/NormalizedSchema.d.ts +8 -0
- package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/SimpleSchema.d.ts +3 -0
- package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/StructureSchema.d.ts +3 -0
- package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/core/dist-types/ts3.4/submodules/serde/copyDocumentWithTransform.d.ts +1 -0
- package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/core/dist-types/ts3.4/submodules/serde/generateIdempotencyToken.d.ts +2 -0
- package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/core/dist-types/ts3.4/submodules/serde/index.d.ts +1 -0
- package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/core/dist-types/ts3.4/submodules/serde/value/NumericValue.d.ts +3 -1
- package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/core/package.json +20 -17
- package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/credential-provider-imds/package.json +5 -5
- package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/fetch-http-handler/dist-cjs/index.js +2 -2
- package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/fetch-http-handler/dist-es/fetch-http-handler.js +4 -4
- package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/fetch-http-handler/dist-types/fetch-http-handler.d.ts +1 -1
- package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/fetch-http-handler/dist-types/ts3.4/fetch-http-handler.d.ts +1 -1
- package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/fetch-http-handler/package.json +5 -5
- package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/hash-node/package.json +2 -2
- package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/invalid-dependency/package.json +2 -2
- package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/middleware-content-length/package.json +3 -3
- package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/middleware-endpoint/dist-cjs/index.js +22 -3
- package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/middleware-endpoint/dist-cjs/resolveEndpointRequiredConfig.js +1 -0
- package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/middleware-endpoint/dist-es/adaptors/createConfigValueProvider.js +3 -0
- package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/middleware-endpoint/dist-es/adaptors/getEndpointFromInstructions.js +2 -1
- package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/middleware-endpoint/dist-es/endpointMiddleware.js +1 -1
- package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/middleware-endpoint/dist-es/index.js +1 -0
- package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/middleware-endpoint/dist-es/resolveEndpointRequiredConfig.js +9 -0
- package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/middleware-endpoint/dist-types/index.d.ts +1 -0
- package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/middleware-endpoint/dist-types/resolveEndpointConfig.d.ts +5 -2
- package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/middleware-endpoint/dist-types/resolveEndpointRequiredConfig.d.ts +32 -0
- package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/middleware-endpoint/dist-types/ts3.4/index.d.ts +1 -0
- package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/middleware-endpoint/dist-types/ts3.4/resolveEndpointConfig.d.ts +5 -2
- package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/middleware-endpoint/dist-types/ts3.4/resolveEndpointRequiredConfig.d.ts +32 -0
- package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/middleware-endpoint/package.json +8 -8
- package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/middleware-retry/package.json +9 -9
- package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/middleware-serde/package.json +3 -3
- package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/middleware-stack/package.json +2 -2
- package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/node-config-provider/package.json +4 -4
- package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/node-http-handler/dist-cjs/index.js +11 -9
- package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/node-http-handler/dist-es/node-http-handler.js +4 -3
- package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/node-http-handler/dist-es/node-http2-handler.js +7 -6
- package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/node-http-handler/dist-types/node-http-handler.d.ts +1 -1
- package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/node-http-handler/dist-types/node-http2-handler.d.ts +1 -1
- package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/node-http-handler/dist-types/ts3.4/node-http-handler.d.ts +1 -1
- package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/node-http-handler/dist-types/ts3.4/node-http2-handler.d.ts +1 -1
- package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/node-http-handler/package.json +5 -5
- package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/property-provider/package.json +2 -2
- package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/protocol-http/package.json +2 -2
- package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/querystring-builder/package.json +2 -2
- package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/querystring-parser/package.json +2 -2
- package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/service-error-classification/dist-cjs/index.js +2 -1
- package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/service-error-classification/dist-es/constants.js +1 -0
- package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/service-error-classification/dist-es/index.js +2 -1
- package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/service-error-classification/dist-types/constants.d.ts +4 -0
- package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/service-error-classification/dist-types/ts3.4/constants.d.ts +4 -0
- package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/service-error-classification/package.json +2 -2
- package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/signature-v4/package.json +4 -4
- package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/smithy-client/dist-cjs/index.js +1 -0
- package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/smithy-client/package.json +7 -7
- package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/types/dist-types/schema/schema.d.ts +1 -0
- package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/types/dist-types/ts3.4/schema/schema.d.ts +1 -0
- package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/types/package.json +1 -1
- package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/url-parser/package.json +3 -3
- package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/util-defaults-mode-browser/package.json +4 -4
- package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/util-defaults-mode-node/package.json +7 -7
- package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/util-endpoints/package.json +3 -3
- package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/util-middleware/package.json +2 -2
- package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/util-retry/package.json +3 -3
- package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/util-stream/package.json +4 -4
- package/node_modules/@aws-sdk/client-lambda/package.json +38 -38
- package/node_modules/@aws-sdk/client-s3/README.md +48 -0
- package/node_modules/@aws-sdk/client-s3/dist-cjs/auth/httpAuthSchemeProvider.js +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-cjs/index.js +739 -139
- package/node_modules/@aws-sdk/client-s3/dist-cjs/runtimeConfig.shared.js +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-es/S3.js +12 -0
- package/node_modules/@aws-sdk/client-s3/dist-es/auth/httpAuthSchemeProvider.js +2 -2
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/CreateBucketMetadataConfigurationCommand.js +31 -0
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/DeleteBucketMetadataConfigurationCommand.js +26 -0
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketMetadataConfigurationCommand.js +28 -0
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/ListPartsCommand.js +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/RenameObjectCommand.js +28 -0
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/UpdateBucketMetadataInventoryTableConfigurationCommand.js +31 -0
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/UpdateBucketMetadataJournalTableConfigurationCommand.js +31 -0
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/index.js +6 -0
- package/node_modules/@aws-sdk/client-s3/dist-es/models/models_0.js +18 -23
- package/node_modules/@aws-sdk/client-s3/dist-es/models/models_1.js +36 -0
- package/node_modules/@aws-sdk/client-s3/dist-es/protocols/Aws_restXml.js +422 -20
- package/node_modules/@aws-sdk/client-s3/dist-es/runtimeConfig.shared.js +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/S3.d.ts +42 -0
- package/node_modules/@aws-sdk/client-s3/dist-types/S3Client.d.ts +10 -4
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/AbortMultipartUploadCommand.d.ts +17 -22
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/CompleteMultipartUploadCommand.d.ts +47 -58
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/CopyObjectCommand.d.ts +107 -110
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/CreateBucketCommand.d.ts +93 -83
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/CreateBucketMetadataConfigurationCommand.d.ts +182 -0
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/CreateBucketMetadataTableConfigurationCommand.d.ts +25 -12
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/CreateMultipartUploadCommand.d.ts +99 -116
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/CreateSessionCommand.d.ts +47 -52
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketAnalyticsConfigurationCommand.d.ts +7 -9
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketCommand.d.ts +10 -12
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketCorsCommand.d.ts +4 -5
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketEncryptionCommand.d.ts +16 -18
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketIntelligentTieringConfigurationCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketInventoryConfigurationCommand.d.ts +4 -6
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketLifecycleCommand.d.ts +23 -28
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketMetadataConfigurationCommand.d.ts +114 -0
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketMetadataTableConfigurationCommand.d.ts +26 -8
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketMetricsConfigurationCommand.d.ts +9 -12
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketOwnershipControlsCommand.d.ts +5 -6
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketPolicyCommand.d.ts +20 -23
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketReplicationCommand.d.ts +5 -7
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketTaggingCommand.d.ts +2 -3
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketWebsiteCommand.d.ts +9 -10
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteObjectCommand.d.ts +37 -23
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteObjectTaggingCommand.d.ts +7 -7
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteObjectsCommand.d.ts +37 -44
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeletePublicAccessBlockCommand.d.ts +6 -6
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketAccelerateConfigurationCommand.d.ts +14 -17
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketAclCommand.d.ts +17 -12
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketAnalyticsConfigurationCommand.d.ts +8 -11
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketCorsCommand.d.ts +4 -6
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketEncryptionCommand.d.ts +17 -20
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketIntelligentTieringConfigurationCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketInventoryConfigurationCommand.d.ts +6 -8
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketLifecycleConfigurationCommand.d.ts +28 -37
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketLocationCommand.d.ts +4 -5
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketLoggingCommand.d.ts +10 -3
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketMetadataConfigurationCommand.d.ts +146 -0
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketMetadataTableConfigurationCommand.d.ts +25 -8
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketMetricsConfigurationCommand.d.ts +10 -11
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketNotificationConfigurationCommand.d.ts +7 -8
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketOwnershipControlsCommand.d.ts +19 -6
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketPolicyCommand.d.ts +24 -29
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketPolicyStatusCommand.d.ts +5 -6
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketReplicationCommand.d.ts +12 -13
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketRequestPaymentCommand.d.ts +2 -3
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketTaggingCommand.d.ts +2 -3
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketVersioningCommand.d.ts +3 -3
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketWebsiteCommand.d.ts +6 -7
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectAclCommand.d.ts +9 -11
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectAttributesCommand.d.ts +56 -71
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectCommand.d.ts +68 -83
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectLegalHoldCommand.d.ts +1 -2
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectLockConfigurationCommand.d.ts +3 -3
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectRetentionCommand.d.ts +1 -2
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectTaggingCommand.d.ts +8 -10
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectTorrentCommand.d.ts +4 -5
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetPublicAccessBlockCommand.d.ts +10 -12
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/HeadBucketCommand.d.ts +34 -35
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/HeadObjectCommand.d.ts +53 -64
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/ListBucketAnalyticsConfigurationsCommand.d.ts +14 -17
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/ListBucketIntelligentTieringConfigurationsCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/ListBucketInventoryConfigurationsCommand.d.ts +12 -15
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/ListBucketMetricsConfigurationsCommand.d.ts +15 -18
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/ListBucketsCommand.d.ts +19 -10
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/ListDirectoryBucketsCommand.d.ts +10 -9
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/ListMultipartUploadsCommand.d.ts +49 -50
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/ListObjectVersionsCommand.d.ts +15 -10
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/ListObjectsCommand.d.ts +17 -9
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/ListObjectsV2Command.d.ts +29 -32
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/ListPartsCommand.d.ts +30 -26
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketAccelerateConfigurationCommand.d.ts +14 -18
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketAclCommand.d.ts +60 -60
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketAnalyticsConfigurationCommand.d.ts +23 -25
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketCorsCommand.d.ts +23 -27
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketEncryptionCommand.d.ts +41 -49
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketIntelligentTieringConfigurationCommand.d.ts +12 -12
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketInventoryConfigurationCommand.d.ts +33 -37
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketLifecycleConfigurationCommand.d.ts +51 -60
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketLoggingCommand.d.ts +35 -31
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketMetricsConfigurationCommand.d.ts +12 -14
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketNotificationConfigurationCommand.d.ts +29 -35
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketOwnershipControlsCommand.d.ts +4 -6
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketPolicyCommand.d.ts +24 -29
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketReplicationCommand.d.ts +32 -39
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketRequestPaymentCommand.d.ts +4 -5
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketTaggingCommand.d.ts +21 -27
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketVersioningCommand.d.ts +20 -23
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketWebsiteCommand.d.ts +19 -18
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutObjectAclCommand.d.ts +53 -58
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutObjectCommand.d.ts +68 -70
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutObjectLegalHoldCommand.d.ts +1 -3
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutObjectLockConfigurationCommand.d.ts +10 -11
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutObjectRetentionCommand.d.ts +4 -4
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutObjectTaggingCommand.d.ts +18 -24
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutPublicAccessBlockCommand.d.ts +10 -12
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/RenameObjectCommand.d.ts +138 -0
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/RestoreObjectCommand.d.ts +78 -87
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/SelectObjectContentCommand.d.ts +50 -59
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/UpdateBucketMetadataInventoryTableConfigurationCommand.d.ts +161 -0
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/UpdateBucketMetadataJournalTableConfigurationCommand.d.ts +113 -0
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/UploadPartCommand.d.ts +65 -75
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/UploadPartCopyCommand.d.ts +81 -97
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/WriteGetObjectResponseCommand.d.ts +31 -35
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/index.d.ts +6 -0
- package/node_modules/@aws-sdk/client-s3/dist-types/endpoint/EndpointParameters.d.ts +27 -27
- package/node_modules/@aws-sdk/client-s3/dist-types/models/models_0.d.ts +2789 -3602
- package/node_modules/@aws-sdk/client-s3/dist-types/models/models_1.d.ts +2226 -711
- package/node_modules/@aws-sdk/client-s3/dist-types/protocols/Aws_restXml.d.ts +54 -0
- package/node_modules/@aws-sdk/client-s3/dist-types/runtimeConfig.browser.d.ts +9 -9
- package/node_modules/@aws-sdk/client-s3/dist-types/runtimeConfig.d.ts +7 -7
- package/node_modules/@aws-sdk/client-s3/dist-types/runtimeConfig.native.d.ts +9 -9
- package/node_modules/@aws-sdk/client-s3/dist-types/runtimeConfig.shared.d.ts +2 -2
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/S3.d.ts +126 -0
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/S3Client.d.ts +37 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/CreateBucketMetadataConfigurationCommand.d.ts +47 -0
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/DeleteBucketMetadataConfigurationCommand.d.ts +47 -0
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetBucketMetadataConfigurationCommand.d.ts +51 -0
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/ListObjectVersionsCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/ListObjectsCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/ListObjectsV2Command.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/ListPartsCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketAccelerateConfigurationCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketAclCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketAnalyticsConfigurationCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/RenameObjectCommand.d.ts +47 -0
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/UpdateBucketMetadataInventoryTableConfigurationCommand.d.ts +47 -0
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/UpdateBucketMetadataJournalTableConfigurationCommand.d.ts +47 -0
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/index.d.ts +6 -0
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +36 -27
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/models/models_0.d.ts +107 -209
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/models/models_1.d.ts +261 -0
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/protocols/Aws_restXml.d.ts +72 -0
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/runtimeConfig.browser.d.ts +22 -10
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/runtimeConfig.d.ts +16 -8
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/runtimeConfig.native.d.ts +22 -10
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/runtimeConfig.shared.d.ts +6 -3
- package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/client-sso/dist-types/endpoint/EndpointParameters.d.ts +8 -8
- package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/client-sso/dist-types/runtimeConfig.browser.d.ts +2 -2
- package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/client-sso/dist-types/runtimeConfig.native.d.ts +2 -2
- package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +11 -8
- package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/runtimeConfig.browser.d.ts +4 -2
- package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/runtimeConfig.native.d.ts +4 -2
- package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/client-sso/package.json +32 -32
- package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/core/dist-cjs/submodules/client/index.js +12 -0
- package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/core/dist-cjs/submodules/protocols/index.js +1509 -14
- package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/core/dist-es/submodules/client/index.js +1 -0
- package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/core/dist-es/submodules/client/setTokenFeature.js +7 -0
- package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/core/dist-es/submodules/protocols/ConfigurableSerdeContext.js +6 -0
- package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/core/dist-es/submodules/protocols/index.js +13 -0
- package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/AwsJson1_0Protocol.js +14 -0
- package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/AwsJson1_1Protocol.js +14 -0
- package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/AwsJsonRpcProtocol.js +84 -0
- package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/AwsRestJsonProtocol.js +118 -0
- package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/JsonCodec.js +20 -0
- package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/JsonShapeDeserializer.js +105 -0
- package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/JsonShapeSerializer.js +110 -0
- package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/jsonReplacer.js +46 -0
- package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/jsonReviver.js +18 -0
- package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/core/dist-es/submodules/protocols/query/AwsEc2QueryProtocol.js +17 -0
- package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/core/dist-es/submodules/protocols/query/AwsQueryProtocol.js +147 -0
- package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/core/dist-es/submodules/protocols/query/QuerySerializerSettings.js +1 -0
- package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/core/dist-es/submodules/protocols/query/QueryShapeSerializer.js +156 -0
- package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/core/dist-es/submodules/protocols/xml/AwsRestXmlProtocol.js +126 -0
- package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/core/dist-es/submodules/protocols/xml/XmlCodec.js +20 -0
- package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/core/dist-es/submodules/protocols/xml/XmlShapeDeserializer.js +151 -0
- package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/core/dist-es/submodules/protocols/xml/XmlShapeSerializer.js +283 -0
- package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/core/dist-es/submodules/protocols/xml/simpleFormatXml.js +27 -0
- package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/core/dist-types/submodules/client/index.d.ts +1 -0
- package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/core/dist-types/submodules/client/setTokenFeature.d.ts +7 -0
- package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/core/dist-types/submodules/protocols/ConfigurableSerdeContext.d.ts +8 -0
- package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/core/dist-types/submodules/protocols/common.d.ts +2 -2
- package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/core/dist-types/submodules/protocols/index.d.ts +13 -0
- package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/AwsJson1_0Protocol.d.ts +12 -0
- package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/AwsJson1_1Protocol.d.ts +12 -0
- package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/AwsJsonRpcProtocol.d.ts +18 -0
- package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/AwsRestJsonProtocol.d.ts +19 -0
- package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/JsonCodec.d.ts +19 -0
- package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/JsonShapeDeserializer.d.ts +13 -0
- package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/JsonShapeSerializer.d.ts +15 -0
- package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/jsonReplacer.d.ts +21 -0
- package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/jsonReviver.d.ts +15 -0
- package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/parseJsonBody.d.ts +3 -3
- package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/core/dist-types/submodules/protocols/query/AwsEc2QueryProtocol.d.ts +20 -0
- package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/core/dist-types/submodules/protocols/query/AwsQueryProtocol.d.ts +39 -0
- package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/core/dist-types/submodules/protocols/query/QuerySerializerSettings.d.ts +6 -0
- package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/core/dist-types/submodules/protocols/query/QueryShapeSerializer.d.ts +16 -0
- package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/core/dist-types/submodules/protocols/xml/AwsRestXmlProtocol.d.ts +21 -0
- package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/core/dist-types/submodules/protocols/xml/XmlCodec.d.ts +14 -0
- package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/core/dist-types/submodules/protocols/xml/XmlShapeDeserializer.d.ts +20 -0
- package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/core/dist-types/submodules/protocols/xml/XmlShapeSerializer.d.ts +21 -0
- package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/core/dist-types/submodules/protocols/xml/simpleFormatXml.d.ts +6 -0
- package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/index.d.ts +1 -0
- package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/setTokenFeature.d.ts +6 -0
- package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/ConfigurableSerdeContext.d.ts +5 -0
- package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/common.d.ts +2 -2
- package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/index.d.ts +13 -0
- package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/AwsJson1_0Protocol.d.ts +6 -0
- package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/AwsJson1_1Protocol.d.ts +6 -0
- package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/AwsJsonRpcProtocol.d.ts +33 -0
- package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/AwsRestJsonProtocol.d.ts +34 -0
- package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/JsonCodec.d.ts +16 -0
- package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/JsonShapeDeserializer.d.ts +13 -0
- package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/JsonShapeSerializer.d.ts +15 -0
- package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/jsonReplacer.d.ts +7 -0
- package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/jsonReviver.d.ts +7 -0
- package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/parseJsonBody.d.ts +3 -3
- package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/query/AwsEc2QueryProtocol.d.ts +14 -0
- package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/query/AwsQueryProtocol.d.ts +55 -0
- package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/query/QuerySerializerSettings.d.ts +6 -0
- package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/query/QueryShapeSerializer.d.ts +16 -0
- package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/xml/AwsRestXmlProtocol.d.ts +39 -0
- package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/xml/XmlCodec.d.ts +17 -0
- package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/xml/XmlShapeDeserializer.d.ts +15 -0
- package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/xml/XmlShapeSerializer.d.ts +21 -0
- package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/xml/simpleFormatXml.d.ts +1 -0
- package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/core/package.json +16 -12
- package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/credential-provider-env/package.json +5 -5
- package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/credential-provider-http/package.json +10 -10
- package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/credential-provider-ini/package.json +13 -13
- package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/credential-provider-node/package.json +12 -12
- package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/credential-provider-process/package.json +6 -6
- package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/credential-provider-sso/package.json +8 -8
- package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/credential-provider-web-identity/package.json +6 -6
- package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/middleware-host-header/package.json +4 -4
- package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/middleware-logger/package.json +3 -3
- package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/middleware-recursion-detection/package.json +4 -4
- package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/middleware-sdk-s3/package.json +11 -11
- package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/middleware-user-agent/package.json +7 -7
- package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/region-config-resolver/package.json +5 -5
- package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/signature-v4-multi-region/dist-cjs/index.js +8 -0
- package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/signature-v4-multi-region/dist-es/SignatureV4MultiRegion.js +9 -0
- package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/signature-v4-multi-region/dist-types/SignatureV4MultiRegion.d.ts +1 -0
- package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/signature-v4-multi-region/dist-types/ts3.4/SignatureV4MultiRegion.d.ts +1 -0
- package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/signature-v4-multi-region/package.json +6 -6
- package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/token-providers/dist-cjs/index.js +6 -3
- package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/token-providers/dist-es/fromEnvSigningName.js +5 -2
- package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/token-providers/package.json +10 -8
- package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/types/dist-types/feature-ids.d.ts +7 -1
- package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/types/dist-types/identity/TokenIdentity.d.ts +10 -0
- package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/types/dist-types/ts3.4/feature-ids.d.ts +5 -1
- package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/types/dist-types/ts3.4/identity/TokenIdentity.d.ts +5 -0
- package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/types/package.json +2 -2
- package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/util-endpoints/dist-cjs/index.js +33 -0
- package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/util-endpoints/dist-cjs/lib/aws/partitions.json +3 -0
- package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/util-endpoints/dist-es/index.js +1 -0
- package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/util-endpoints/dist-es/lib/aws/partitions.json +3 -0
- package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/util-endpoints/dist-es/resolveDefaultAwsRegionalEndpointsConfig.js +21 -0
- package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/util-endpoints/dist-types/index.d.ts +1 -0
- package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/util-endpoints/dist-types/resolveDefaultAwsRegionalEndpointsConfig.d.ts +56 -0
- package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/index.d.ts +1 -0
- package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/resolveDefaultAwsRegionalEndpointsConfig.d.ts +35 -0
- package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/util-endpoints/package.json +6 -4
- package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/util-user-agent-browser/package.json +3 -3
- package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/util-user-agent-node/package.json +5 -5
- package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/abort-controller/package.json +2 -2
- package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/config-resolver/package.json +4 -4
- package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/core/dist-cjs/submodules/cbor/index.js +142 -44
- package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/core/dist-cjs/submodules/protocols/index.js +110 -106
- package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/core/dist-cjs/submodules/schema/index.js +96 -7
- package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/core/dist-cjs/submodules/serde/index.js +45 -54
- package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/core/dist-es/submodules/cbor/CborCodec.js +77 -41
- package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/core/dist-es/submodules/cbor/byte-printer.js +3 -0
- package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/core/dist-es/submodules/cbor/cbor-decode.js +39 -4
- package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/core/dist-es/submodules/cbor/cbor-encode.js +33 -3
- package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/core/dist-es/submodules/protocols/HttpBindingProtocol.js +116 -26
- package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/core/dist-es/submodules/protocols/HttpProtocol.js +8 -89
- package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/core/dist-es/submodules/schema/TypeRegistry.js +1 -1
- package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/core/dist-es/submodules/schema/schemas/ErrorSchema.js +10 -0
- package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/core/dist-es/submodules/schema/schemas/ListSchema.js +10 -0
- package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/core/dist-es/submodules/schema/schemas/MapSchema.js +10 -0
- package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/core/dist-es/submodules/schema/schemas/NormalizedSchema.js +22 -0
- package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/core/dist-es/submodules/schema/schemas/SimpleSchema.js +10 -0
- package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/core/dist-es/submodules/schema/schemas/StructureSchema.js +10 -0
- package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/core/dist-es/submodules/serde/copyDocumentWithTransform.js +1 -53
- package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/core/dist-es/submodules/serde/generateIdempotencyToken.js +2 -0
- package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/core/dist-es/submodules/serde/index.js +1 -0
- package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/core/dist-es/submodules/serde/value/NumericValue.js +36 -2
- package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/core/dist-types/submodules/cbor/CborCodec.d.ts +5 -0
- package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/core/dist-types/submodules/cbor/byte-printer.d.ts +6 -0
- package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/core/dist-types/submodules/protocols/HttpBindingProtocol.d.ts +10 -2
- package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/core/dist-types/submodules/protocols/HttpProtocol.d.ts +6 -0
- package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/core/dist-types/submodules/schema/schemas/ErrorSchema.d.ts +3 -0
- package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/core/dist-types/submodules/schema/schemas/ListSchema.d.ts +3 -0
- package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/core/dist-types/submodules/schema/schemas/MapSchema.d.ts +3 -0
- package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/core/dist-types/submodules/schema/schemas/NormalizedSchema.d.ts +8 -0
- package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/core/dist-types/submodules/schema/schemas/SimpleSchema.d.ts +3 -0
- package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/core/dist-types/submodules/schema/schemas/StructureSchema.d.ts +3 -0
- package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/core/dist-types/submodules/serde/copyDocumentWithTransform.d.ts +1 -0
- package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/core/dist-types/submodules/serde/generateIdempotencyToken.d.ts +2 -0
- package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/core/dist-types/submodules/serde/index.d.ts +1 -0
- package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/core/dist-types/submodules/serde/value/NumericValue.d.ts +3 -1
- package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/core/dist-types/ts3.4/submodules/cbor/CborCodec.d.ts +5 -0
- package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/core/dist-types/ts3.4/submodules/cbor/byte-printer.d.ts +6 -0
- package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/HttpBindingProtocol.d.ts +10 -2
- package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/HttpProtocol.d.ts +6 -0
- package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/ErrorSchema.d.ts +3 -0
- package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/ListSchema.d.ts +3 -0
- package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/MapSchema.d.ts +3 -0
- package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/NormalizedSchema.d.ts +8 -0
- package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/SimpleSchema.d.ts +3 -0
- package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/StructureSchema.d.ts +3 -0
- package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/core/dist-types/ts3.4/submodules/serde/copyDocumentWithTransform.d.ts +1 -0
- package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/core/dist-types/ts3.4/submodules/serde/generateIdempotencyToken.d.ts +2 -0
- package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/core/dist-types/ts3.4/submodules/serde/index.d.ts +1 -0
- package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/core/dist-types/ts3.4/submodules/serde/value/NumericValue.d.ts +3 -1
- package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/core/package.json +20 -17
- package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/credential-provider-imds/package.json +5 -5
- package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/fetch-http-handler/dist-cjs/index.js +2 -2
- package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/fetch-http-handler/dist-es/fetch-http-handler.js +4 -4
- package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/fetch-http-handler/dist-types/fetch-http-handler.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/fetch-http-handler/dist-types/ts3.4/fetch-http-handler.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/fetch-http-handler/package.json +5 -5
- package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/hash-node/package.json +2 -2
- package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/invalid-dependency/package.json +2 -2
- package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/middleware-content-length/package.json +3 -3
- package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/middleware-endpoint/dist-cjs/index.js +22 -3
- package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/middleware-endpoint/dist-cjs/resolveEndpointRequiredConfig.js +1 -0
- package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/middleware-endpoint/dist-es/adaptors/createConfigValueProvider.js +3 -0
- package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/middleware-endpoint/dist-es/adaptors/getEndpointFromInstructions.js +2 -1
- package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/middleware-endpoint/dist-es/endpointMiddleware.js +1 -1
- package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/middleware-endpoint/dist-es/index.js +1 -0
- package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/middleware-endpoint/dist-es/resolveEndpointRequiredConfig.js +9 -0
- package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/middleware-endpoint/dist-types/index.d.ts +1 -0
- package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/middleware-endpoint/dist-types/resolveEndpointConfig.d.ts +5 -2
- package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/middleware-endpoint/dist-types/resolveEndpointRequiredConfig.d.ts +32 -0
- package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/middleware-endpoint/dist-types/ts3.4/index.d.ts +1 -0
- package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/middleware-endpoint/dist-types/ts3.4/resolveEndpointConfig.d.ts +5 -2
- package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/middleware-endpoint/dist-types/ts3.4/resolveEndpointRequiredConfig.d.ts +32 -0
- package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/middleware-endpoint/package.json +8 -8
- package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/middleware-retry/package.json +9 -9
- package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/middleware-serde/package.json +3 -3
- package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/middleware-stack/package.json +2 -2
- package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/node-config-provider/package.json +4 -4
- package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/node-http-handler/dist-cjs/index.js +11 -9
- package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/node-http-handler/dist-es/node-http-handler.js +4 -3
- package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/node-http-handler/dist-es/node-http2-handler.js +7 -6
- package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/node-http-handler/dist-types/node-http-handler.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/node-http-handler/dist-types/node-http2-handler.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/node-http-handler/dist-types/ts3.4/node-http-handler.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/node-http-handler/dist-types/ts3.4/node-http2-handler.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/node-http-handler/package.json +5 -5
- package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/property-provider/package.json +2 -2
- package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/protocol-http/package.json +2 -2
- package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/querystring-builder/package.json +2 -2
- package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/querystring-parser/package.json +2 -2
- package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/service-error-classification/dist-cjs/index.js +2 -1
- package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/service-error-classification/dist-es/constants.js +1 -0
- package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/service-error-classification/dist-es/index.js +2 -1
- package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/service-error-classification/dist-types/constants.d.ts +4 -0
- package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/service-error-classification/dist-types/ts3.4/constants.d.ts +4 -0
- package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/service-error-classification/package.json +2 -2
- package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/signature-v4/package.json +4 -4
- package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/smithy-client/dist-cjs/index.js +1 -0
- package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/smithy-client/package.json +7 -7
- package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/types/dist-types/schema/schema.d.ts +1 -0
- package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/types/dist-types/ts3.4/schema/schema.d.ts +1 -0
- package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/types/package.json +1 -1
- package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/url-parser/package.json +3 -3
- package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/util-defaults-mode-browser/package.json +4 -4
- package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/util-defaults-mode-node/package.json +7 -7
- package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/util-endpoints/package.json +3 -3
- package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/util-middleware/package.json +2 -2
- package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/util-retry/package.json +3 -3
- package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/util-stream/package.json +4 -4
- package/node_modules/@aws-sdk/client-s3/package.json +53 -51
- package/node_modules/@aws-sdk/credential-provider-cognito-identity/node_modules/@aws-sdk/types/dist-types/feature-ids.d.ts +7 -1
- package/node_modules/@aws-sdk/credential-provider-cognito-identity/node_modules/@aws-sdk/types/dist-types/identity/TokenIdentity.d.ts +10 -0
- package/node_modules/@aws-sdk/credential-provider-cognito-identity/node_modules/@aws-sdk/types/dist-types/ts3.4/feature-ids.d.ts +5 -1
- package/node_modules/@aws-sdk/credential-provider-cognito-identity/node_modules/@aws-sdk/types/dist-types/ts3.4/identity/TokenIdentity.d.ts +5 -0
- package/node_modules/@aws-sdk/credential-provider-cognito-identity/node_modules/@aws-sdk/types/package.json +2 -2
- package/node_modules/@aws-sdk/credential-provider-cognito-identity/node_modules/@smithy/property-provider/package.json +2 -2
- package/node_modules/@aws-sdk/credential-provider-cognito-identity/node_modules/@smithy/types/dist-types/schema/schema.d.ts +1 -0
- package/node_modules/@aws-sdk/credential-provider-cognito-identity/node_modules/@smithy/types/dist-types/ts3.4/schema/schema.d.ts +1 -0
- package/node_modules/@aws-sdk/credential-provider-cognito-identity/node_modules/@smithy/types/package.json +1 -1
- package/node_modules/@aws-sdk/credential-provider-cognito-identity/package.json +5 -5
- package/node_modules/@aws-sdk/credential-providers/dist-types/fromNodeProviderChain.d.ts +2 -4
- package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/client-sso/dist-types/endpoint/EndpointParameters.d.ts +8 -8
- package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/client-sso/dist-types/runtimeConfig.browser.d.ts +2 -2
- package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/client-sso/dist-types/runtimeConfig.native.d.ts +2 -2
- package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +11 -8
- package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/runtimeConfig.browser.d.ts +4 -2
- package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/runtimeConfig.native.d.ts +4 -2
- package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/client-sso/package.json +32 -32
- package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/core/dist-cjs/submodules/client/index.js +12 -0
- package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/core/dist-cjs/submodules/protocols/index.js +1509 -14
- package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/core/dist-es/submodules/client/index.js +1 -0
- package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/core/dist-es/submodules/client/setTokenFeature.js +7 -0
- package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/core/dist-es/submodules/protocols/ConfigurableSerdeContext.js +6 -0
- package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/core/dist-es/submodules/protocols/index.js +13 -0
- package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/AwsJson1_0Protocol.js +14 -0
- package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/AwsJson1_1Protocol.js +14 -0
- package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/AwsJsonRpcProtocol.js +84 -0
- package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/AwsRestJsonProtocol.js +118 -0
- package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/JsonCodec.js +20 -0
- package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/JsonShapeDeserializer.js +105 -0
- package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/JsonShapeSerializer.js +110 -0
- package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/jsonReplacer.js +46 -0
- package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/jsonReviver.js +18 -0
- package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/core/dist-es/submodules/protocols/query/AwsEc2QueryProtocol.js +17 -0
- package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/core/dist-es/submodules/protocols/query/AwsQueryProtocol.js +147 -0
- package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/core/dist-es/submodules/protocols/query/QuerySerializerSettings.js +1 -0
- package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/core/dist-es/submodules/protocols/query/QueryShapeSerializer.js +156 -0
- package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/core/dist-es/submodules/protocols/xml/AwsRestXmlProtocol.js +126 -0
- package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/core/dist-es/submodules/protocols/xml/XmlCodec.js +20 -0
- package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/core/dist-es/submodules/protocols/xml/XmlShapeDeserializer.js +151 -0
- package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/core/dist-es/submodules/protocols/xml/XmlShapeSerializer.js +283 -0
- package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/core/dist-es/submodules/protocols/xml/simpleFormatXml.js +27 -0
- package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/core/dist-types/submodules/client/index.d.ts +1 -0
- package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/core/dist-types/submodules/client/setTokenFeature.d.ts +7 -0
- package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/core/dist-types/submodules/protocols/ConfigurableSerdeContext.d.ts +8 -0
- package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/core/dist-types/submodules/protocols/common.d.ts +2 -2
- package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/core/dist-types/submodules/protocols/index.d.ts +13 -0
- package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/AwsJson1_0Protocol.d.ts +12 -0
- package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/AwsJson1_1Protocol.d.ts +12 -0
- package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/AwsJsonRpcProtocol.d.ts +18 -0
- package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/AwsRestJsonProtocol.d.ts +19 -0
- package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/JsonCodec.d.ts +19 -0
- package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/JsonShapeDeserializer.d.ts +13 -0
- package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/JsonShapeSerializer.d.ts +15 -0
- package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/jsonReplacer.d.ts +21 -0
- package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/jsonReviver.d.ts +15 -0
- package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/parseJsonBody.d.ts +3 -3
- package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/core/dist-types/submodules/protocols/query/AwsEc2QueryProtocol.d.ts +20 -0
- package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/core/dist-types/submodules/protocols/query/AwsQueryProtocol.d.ts +39 -0
- package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/core/dist-types/submodules/protocols/query/QuerySerializerSettings.d.ts +6 -0
- package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/core/dist-types/submodules/protocols/query/QueryShapeSerializer.d.ts +16 -0
- package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/core/dist-types/submodules/protocols/xml/AwsRestXmlProtocol.d.ts +21 -0
- package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/core/dist-types/submodules/protocols/xml/XmlCodec.d.ts +14 -0
- package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/core/dist-types/submodules/protocols/xml/XmlShapeDeserializer.d.ts +20 -0
- package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/core/dist-types/submodules/protocols/xml/XmlShapeSerializer.d.ts +21 -0
- package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/core/dist-types/submodules/protocols/xml/simpleFormatXml.d.ts +6 -0
- package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/index.d.ts +1 -0
- package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/setTokenFeature.d.ts +6 -0
- package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/ConfigurableSerdeContext.d.ts +5 -0
- package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/common.d.ts +2 -2
- package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/index.d.ts +13 -0
- package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/AwsJson1_0Protocol.d.ts +6 -0
- package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/AwsJson1_1Protocol.d.ts +6 -0
- package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/AwsJsonRpcProtocol.d.ts +33 -0
- package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/AwsRestJsonProtocol.d.ts +34 -0
- package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/JsonCodec.d.ts +16 -0
- package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/JsonShapeDeserializer.d.ts +13 -0
- package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/JsonShapeSerializer.d.ts +15 -0
- package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/jsonReplacer.d.ts +7 -0
- package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/jsonReviver.d.ts +7 -0
- package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/parseJsonBody.d.ts +3 -3
- package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/query/AwsEc2QueryProtocol.d.ts +14 -0
- package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/query/AwsQueryProtocol.d.ts +55 -0
- package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/query/QuerySerializerSettings.d.ts +6 -0
- package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/query/QueryShapeSerializer.d.ts +16 -0
- package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/xml/AwsRestXmlProtocol.d.ts +39 -0
- package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/xml/XmlCodec.d.ts +17 -0
- package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/xml/XmlShapeDeserializer.d.ts +15 -0
- package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/xml/XmlShapeSerializer.d.ts +21 -0
- package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/xml/simpleFormatXml.d.ts +1 -0
- package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/core/package.json +16 -12
- package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/credential-provider-env/package.json +5 -5
- package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/credential-provider-http/package.json +10 -10
- package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/credential-provider-ini/package.json +13 -13
- package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/credential-provider-node/package.json +12 -12
- package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/credential-provider-process/package.json +6 -6
- package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/credential-provider-sso/package.json +8 -8
- package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/credential-provider-web-identity/package.json +6 -6
- package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/middleware-host-header/package.json +4 -4
- package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/middleware-logger/package.json +3 -3
- package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/middleware-recursion-detection/package.json +4 -4
- package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/middleware-user-agent/package.json +7 -7
- package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/region-config-resolver/package.json +5 -5
- package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/token-providers/dist-cjs/index.js +6 -3
- package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/token-providers/dist-es/fromEnvSigningName.js +5 -2
- package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/token-providers/package.json +10 -8
- package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/types/dist-types/feature-ids.d.ts +7 -1
- package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/types/dist-types/identity/TokenIdentity.d.ts +10 -0
- package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/types/dist-types/ts3.4/feature-ids.d.ts +5 -1
- package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/types/dist-types/ts3.4/identity/TokenIdentity.d.ts +5 -0
- package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/types/package.json +2 -2
- package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/util-endpoints/dist-cjs/index.js +33 -0
- package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/util-endpoints/dist-cjs/lib/aws/partitions.json +3 -0
- package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/util-endpoints/dist-es/index.js +1 -0
- package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/util-endpoints/dist-es/lib/aws/partitions.json +3 -0
- package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/util-endpoints/dist-es/resolveDefaultAwsRegionalEndpointsConfig.js +21 -0
- package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/util-endpoints/dist-types/index.d.ts +1 -0
- package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/util-endpoints/dist-types/resolveDefaultAwsRegionalEndpointsConfig.d.ts +56 -0
- package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/index.d.ts +1 -0
- package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/resolveDefaultAwsRegionalEndpointsConfig.d.ts +35 -0
- package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/util-endpoints/package.json +6 -4
- package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/util-user-agent-browser/package.json +3 -3
- package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/util-user-agent-node/package.json +5 -5
- package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/abort-controller/package.json +2 -2
- package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/config-resolver/package.json +4 -4
- package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/core/dist-cjs/submodules/cbor/index.js +142 -44
- package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/core/dist-cjs/submodules/protocols/index.js +110 -106
- package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/core/dist-cjs/submodules/schema/index.js +96 -7
- package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/core/dist-cjs/submodules/serde/index.js +45 -54
- package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/core/dist-es/submodules/cbor/CborCodec.js +77 -41
- package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/core/dist-es/submodules/cbor/byte-printer.js +3 -0
- package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/core/dist-es/submodules/cbor/cbor-decode.js +39 -4
- package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/core/dist-es/submodules/cbor/cbor-encode.js +33 -3
- package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/core/dist-es/submodules/protocols/HttpBindingProtocol.js +116 -26
- package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/core/dist-es/submodules/protocols/HttpProtocol.js +8 -89
- package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/core/dist-es/submodules/schema/TypeRegistry.js +1 -1
- package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/core/dist-es/submodules/schema/schemas/ErrorSchema.js +10 -0
- package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/core/dist-es/submodules/schema/schemas/ListSchema.js +10 -0
- package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/core/dist-es/submodules/schema/schemas/MapSchema.js +10 -0
- package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/core/dist-es/submodules/schema/schemas/NormalizedSchema.js +22 -0
- package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/core/dist-es/submodules/schema/schemas/SimpleSchema.js +10 -0
- package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/core/dist-es/submodules/schema/schemas/StructureSchema.js +10 -0
- package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/core/dist-es/submodules/serde/copyDocumentWithTransform.js +1 -53
- package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/core/dist-es/submodules/serde/generateIdempotencyToken.js +2 -0
- package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/core/dist-es/submodules/serde/index.js +1 -0
- package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/core/dist-es/submodules/serde/value/NumericValue.js +36 -2
- package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/core/dist-types/submodules/cbor/CborCodec.d.ts +5 -0
- package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/core/dist-types/submodules/cbor/byte-printer.d.ts +6 -0
- package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/core/dist-types/submodules/protocols/HttpBindingProtocol.d.ts +10 -2
- package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/core/dist-types/submodules/protocols/HttpProtocol.d.ts +6 -0
- package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/core/dist-types/submodules/schema/schemas/ErrorSchema.d.ts +3 -0
- package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/core/dist-types/submodules/schema/schemas/ListSchema.d.ts +3 -0
- package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/core/dist-types/submodules/schema/schemas/MapSchema.d.ts +3 -0
- package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/core/dist-types/submodules/schema/schemas/NormalizedSchema.d.ts +8 -0
- package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/core/dist-types/submodules/schema/schemas/SimpleSchema.d.ts +3 -0
- package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/core/dist-types/submodules/schema/schemas/StructureSchema.d.ts +3 -0
- package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/core/dist-types/submodules/serde/copyDocumentWithTransform.d.ts +1 -0
- package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/core/dist-types/submodules/serde/generateIdempotencyToken.d.ts +2 -0
- package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/core/dist-types/submodules/serde/index.d.ts +1 -0
- package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/core/dist-types/submodules/serde/value/NumericValue.d.ts +3 -1
- package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/core/dist-types/ts3.4/submodules/cbor/CborCodec.d.ts +5 -0
- package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/core/dist-types/ts3.4/submodules/cbor/byte-printer.d.ts +6 -0
- package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/HttpBindingProtocol.d.ts +10 -2
- package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/HttpProtocol.d.ts +6 -0
- package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/ErrorSchema.d.ts +3 -0
- package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/ListSchema.d.ts +3 -0
- package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/MapSchema.d.ts +3 -0
- package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/NormalizedSchema.d.ts +8 -0
- package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/SimpleSchema.d.ts +3 -0
- package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/StructureSchema.d.ts +3 -0
- package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/core/dist-types/ts3.4/submodules/serde/copyDocumentWithTransform.d.ts +1 -0
- package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/core/dist-types/ts3.4/submodules/serde/generateIdempotencyToken.d.ts +2 -0
- package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/core/dist-types/ts3.4/submodules/serde/index.d.ts +1 -0
- package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/core/dist-types/ts3.4/submodules/serde/value/NumericValue.d.ts +3 -1
- package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/core/package.json +20 -17
- package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/credential-provider-imds/package.json +5 -5
- package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/fetch-http-handler/dist-cjs/index.js +2 -2
- package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/fetch-http-handler/dist-es/fetch-http-handler.js +4 -4
- package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/fetch-http-handler/dist-types/fetch-http-handler.d.ts +1 -1
- package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/fetch-http-handler/dist-types/ts3.4/fetch-http-handler.d.ts +1 -1
- package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/fetch-http-handler/package.json +5 -5
- package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/hash-node/package.json +2 -2
- package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/invalid-dependency/package.json +2 -2
- package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/middleware-content-length/package.json +3 -3
- package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/middleware-endpoint/dist-cjs/index.js +22 -3
- package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/middleware-endpoint/dist-cjs/resolveEndpointRequiredConfig.js +1 -0
- package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/middleware-endpoint/dist-es/adaptors/createConfigValueProvider.js +3 -0
- package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/middleware-endpoint/dist-es/adaptors/getEndpointFromInstructions.js +2 -1
- package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/middleware-endpoint/dist-es/endpointMiddleware.js +1 -1
- package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/middleware-endpoint/dist-es/index.js +1 -0
- package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/middleware-endpoint/dist-es/resolveEndpointRequiredConfig.js +9 -0
- package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/middleware-endpoint/dist-types/index.d.ts +1 -0
- package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/middleware-endpoint/dist-types/resolveEndpointConfig.d.ts +5 -2
- package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/middleware-endpoint/dist-types/resolveEndpointRequiredConfig.d.ts +32 -0
- package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/middleware-endpoint/dist-types/ts3.4/index.d.ts +1 -0
- package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/middleware-endpoint/dist-types/ts3.4/resolveEndpointConfig.d.ts +5 -2
- package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/middleware-endpoint/dist-types/ts3.4/resolveEndpointRequiredConfig.d.ts +32 -0
- package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/middleware-endpoint/package.json +8 -8
- package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/middleware-retry/package.json +9 -9
- package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/middleware-serde/package.json +3 -3
- package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/middleware-stack/package.json +2 -2
- package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/node-config-provider/package.json +4 -4
- package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/node-http-handler/dist-cjs/index.js +11 -9
- package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/node-http-handler/dist-es/node-http-handler.js +4 -3
- package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/node-http-handler/dist-es/node-http2-handler.js +7 -6
- package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/node-http-handler/dist-types/node-http-handler.d.ts +1 -1
- package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/node-http-handler/dist-types/node-http2-handler.d.ts +1 -1
- package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/node-http-handler/dist-types/ts3.4/node-http-handler.d.ts +1 -1
- package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/node-http-handler/dist-types/ts3.4/node-http2-handler.d.ts +1 -1
- package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/node-http-handler/package.json +5 -5
- package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/property-provider/package.json +2 -2
- package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/protocol-http/package.json +2 -2
- package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/querystring-builder/package.json +2 -2
- package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/querystring-parser/package.json +2 -2
- package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/service-error-classification/dist-cjs/index.js +2 -1
- package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/service-error-classification/dist-es/constants.js +1 -0
- package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/service-error-classification/dist-es/index.js +2 -1
- package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/service-error-classification/dist-types/constants.d.ts +4 -0
- package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/service-error-classification/dist-types/ts3.4/constants.d.ts +4 -0
- package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/service-error-classification/package.json +2 -2
- package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/signature-v4/package.json +4 -4
- package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/smithy-client/dist-cjs/index.js +1 -0
- package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/smithy-client/package.json +7 -7
- package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/types/dist-types/schema/schema.d.ts +1 -0
- package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/types/dist-types/ts3.4/schema/schema.d.ts +1 -0
- package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/types/package.json +1 -1
- package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/url-parser/package.json +3 -3
- package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/util-defaults-mode-browser/package.json +4 -4
- package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/util-defaults-mode-node/package.json +7 -7
- package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/util-endpoints/package.json +3 -3
- package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/util-middleware/package.json +2 -2
- package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/util-retry/package.json +3 -3
- package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/util-stream/package.json +4 -4
- package/node_modules/@aws-sdk/credential-providers/package.json +19 -19
- package/node_modules/@aws-sdk/middleware-bucket-endpoint/dist-cjs/index.js +7 -36
- package/node_modules/@aws-sdk/middleware-bucket-endpoint/dist-es/NodeUseArnRegionConfigOptions.js +1 -1
- package/node_modules/@aws-sdk/middleware-bucket-endpoint/dist-es/bucketHostname.js +1 -19
- package/node_modules/@aws-sdk/middleware-bucket-endpoint/dist-es/bucketHostnameUtils.js +2 -23
- package/node_modules/@aws-sdk/middleware-bucket-endpoint/dist-es/configurations.js +1 -1
- package/node_modules/@aws-sdk/middleware-bucket-endpoint/dist-types/NodeUseArnRegionConfigOptions.d.ts +2 -2
- package/node_modules/@aws-sdk/middleware-bucket-endpoint/dist-types/bucketEndpointMiddleware.d.ts +12 -0
- package/node_modules/@aws-sdk/middleware-bucket-endpoint/dist-types/bucketHostname.d.ts +8 -0
- package/node_modules/@aws-sdk/middleware-bucket-endpoint/dist-types/bucketHostnameUtils.d.ts +59 -3
- package/node_modules/@aws-sdk/middleware-bucket-endpoint/dist-types/configurations.d.ts +13 -1
- package/node_modules/@aws-sdk/middleware-bucket-endpoint/dist-types/ts3.4/NodeUseArnRegionConfigOptions.d.ts +3 -1
- package/node_modules/@aws-sdk/middleware-bucket-endpoint/dist-types/ts3.4/configurations.d.ts +1 -1
- package/node_modules/@aws-sdk/middleware-bucket-endpoint/node_modules/@aws-sdk/types/dist-types/feature-ids.d.ts +7 -1
- package/node_modules/@aws-sdk/middleware-bucket-endpoint/node_modules/@aws-sdk/types/dist-types/identity/TokenIdentity.d.ts +10 -0
- package/node_modules/@aws-sdk/middleware-bucket-endpoint/node_modules/@aws-sdk/types/dist-types/ts3.4/feature-ids.d.ts +5 -1
- package/node_modules/@aws-sdk/middleware-bucket-endpoint/node_modules/@aws-sdk/types/dist-types/ts3.4/identity/TokenIdentity.d.ts +5 -0
- package/node_modules/@aws-sdk/middleware-bucket-endpoint/node_modules/@aws-sdk/types/package.json +2 -2
- package/node_modules/@aws-sdk/middleware-bucket-endpoint/node_modules/@smithy/node-config-provider/package.json +4 -4
- package/node_modules/@aws-sdk/middleware-bucket-endpoint/node_modules/@smithy/property-provider/package.json +2 -2
- package/node_modules/@aws-sdk/middleware-bucket-endpoint/node_modules/@smithy/protocol-http/package.json +2 -2
- package/node_modules/@aws-sdk/middleware-bucket-endpoint/node_modules/@smithy/types/dist-types/schema/schema.d.ts +1 -0
- package/node_modules/@aws-sdk/middleware-bucket-endpoint/node_modules/@smithy/types/dist-types/ts3.4/schema/schema.d.ts +1 -0
- package/node_modules/@aws-sdk/middleware-bucket-endpoint/node_modules/@smithy/types/package.json +1 -1
- package/node_modules/@aws-sdk/middleware-bucket-endpoint/package.json +5 -5
- package/node_modules/@aws-sdk/middleware-expect-continue/node_modules/@aws-sdk/types/dist-types/feature-ids.d.ts +7 -1
- package/node_modules/@aws-sdk/middleware-expect-continue/node_modules/@aws-sdk/types/dist-types/identity/TokenIdentity.d.ts +10 -0
- package/node_modules/@aws-sdk/middleware-expect-continue/node_modules/@aws-sdk/types/dist-types/ts3.4/feature-ids.d.ts +5 -1
- package/node_modules/@aws-sdk/middleware-expect-continue/node_modules/@aws-sdk/types/dist-types/ts3.4/identity/TokenIdentity.d.ts +5 -0
- package/node_modules/@aws-sdk/middleware-expect-continue/node_modules/@aws-sdk/types/package.json +2 -2
- package/node_modules/@aws-sdk/middleware-expect-continue/node_modules/@smithy/protocol-http/package.json +2 -2
- package/node_modules/@aws-sdk/middleware-expect-continue/node_modules/@smithy/types/dist-types/schema/schema.d.ts +1 -0
- package/node_modules/@aws-sdk/middleware-expect-continue/node_modules/@smithy/types/dist-types/ts3.4/schema/schema.d.ts +1 -0
- package/node_modules/@aws-sdk/middleware-expect-continue/node_modules/@smithy/types/package.json +1 -1
- package/node_modules/@aws-sdk/middleware-expect-continue/package.json +4 -4
- package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@aws-sdk/core/dist-cjs/submodules/client/index.js +12 -0
- package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@aws-sdk/core/dist-cjs/submodules/protocols/index.js +1509 -14
- package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@aws-sdk/core/dist-es/submodules/client/index.js +1 -0
- package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@aws-sdk/core/dist-es/submodules/client/setTokenFeature.js +7 -0
- package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@aws-sdk/core/dist-es/submodules/protocols/ConfigurableSerdeContext.js +6 -0
- package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@aws-sdk/core/dist-es/submodules/protocols/index.js +13 -0
- package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/AwsJson1_0Protocol.js +14 -0
- package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/AwsJson1_1Protocol.js +14 -0
- package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/AwsJsonRpcProtocol.js +84 -0
- package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/AwsRestJsonProtocol.js +118 -0
- package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/JsonCodec.js +20 -0
- package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/JsonShapeDeserializer.js +105 -0
- package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/JsonShapeSerializer.js +110 -0
- package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/jsonReplacer.js +46 -0
- package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/jsonReviver.js +18 -0
- package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@aws-sdk/core/dist-es/submodules/protocols/query/AwsEc2QueryProtocol.js +17 -0
- package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@aws-sdk/core/dist-es/submodules/protocols/query/AwsQueryProtocol.js +147 -0
- package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@aws-sdk/core/dist-es/submodules/protocols/query/QuerySerializerSettings.js +1 -0
- package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@aws-sdk/core/dist-es/submodules/protocols/query/QueryShapeSerializer.js +156 -0
- package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@aws-sdk/core/dist-es/submodules/protocols/xml/AwsRestXmlProtocol.js +126 -0
- package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@aws-sdk/core/dist-es/submodules/protocols/xml/XmlCodec.js +20 -0
- package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@aws-sdk/core/dist-es/submodules/protocols/xml/XmlShapeDeserializer.js +151 -0
- package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@aws-sdk/core/dist-es/submodules/protocols/xml/XmlShapeSerializer.js +283 -0
- package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@aws-sdk/core/dist-es/submodules/protocols/xml/simpleFormatXml.js +27 -0
- package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@aws-sdk/core/dist-types/submodules/client/index.d.ts +1 -0
- package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@aws-sdk/core/dist-types/submodules/client/setTokenFeature.d.ts +7 -0
- package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@aws-sdk/core/dist-types/submodules/protocols/ConfigurableSerdeContext.d.ts +8 -0
- package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@aws-sdk/core/dist-types/submodules/protocols/common.d.ts +2 -2
- package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@aws-sdk/core/dist-types/submodules/protocols/index.d.ts +13 -0
- package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/AwsJson1_0Protocol.d.ts +12 -0
- package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/AwsJson1_1Protocol.d.ts +12 -0
- package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/AwsJsonRpcProtocol.d.ts +18 -0
- package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/AwsRestJsonProtocol.d.ts +19 -0
- package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/JsonCodec.d.ts +19 -0
- package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/JsonShapeDeserializer.d.ts +13 -0
- package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/JsonShapeSerializer.d.ts +15 -0
- package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/jsonReplacer.d.ts +21 -0
- package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/jsonReviver.d.ts +15 -0
- package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/parseJsonBody.d.ts +3 -3
- package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@aws-sdk/core/dist-types/submodules/protocols/query/AwsEc2QueryProtocol.d.ts +20 -0
- package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@aws-sdk/core/dist-types/submodules/protocols/query/AwsQueryProtocol.d.ts +39 -0
- package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@aws-sdk/core/dist-types/submodules/protocols/query/QuerySerializerSettings.d.ts +6 -0
- package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@aws-sdk/core/dist-types/submodules/protocols/query/QueryShapeSerializer.d.ts +16 -0
- package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@aws-sdk/core/dist-types/submodules/protocols/xml/AwsRestXmlProtocol.d.ts +21 -0
- package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@aws-sdk/core/dist-types/submodules/protocols/xml/XmlCodec.d.ts +14 -0
- package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@aws-sdk/core/dist-types/submodules/protocols/xml/XmlShapeDeserializer.d.ts +20 -0
- package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@aws-sdk/core/dist-types/submodules/protocols/xml/XmlShapeSerializer.d.ts +21 -0
- package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@aws-sdk/core/dist-types/submodules/protocols/xml/simpleFormatXml.d.ts +6 -0
- package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/index.d.ts +1 -0
- package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/setTokenFeature.d.ts +6 -0
- package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/ConfigurableSerdeContext.d.ts +5 -0
- package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/common.d.ts +2 -2
- package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/index.d.ts +13 -0
- package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/AwsJson1_0Protocol.d.ts +6 -0
- package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/AwsJson1_1Protocol.d.ts +6 -0
- package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/AwsJsonRpcProtocol.d.ts +33 -0
- package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/AwsRestJsonProtocol.d.ts +34 -0
- package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/JsonCodec.d.ts +16 -0
- package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/JsonShapeDeserializer.d.ts +13 -0
- package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/JsonShapeSerializer.d.ts +15 -0
- package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/jsonReplacer.d.ts +7 -0
- package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/jsonReviver.d.ts +7 -0
- package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/parseJsonBody.d.ts +3 -3
- package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/query/AwsEc2QueryProtocol.d.ts +14 -0
- package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/query/AwsQueryProtocol.d.ts +55 -0
- package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/query/QuerySerializerSettings.d.ts +6 -0
- package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/query/QueryShapeSerializer.d.ts +16 -0
- package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/xml/AwsRestXmlProtocol.d.ts +39 -0
- package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/xml/XmlCodec.d.ts +17 -0
- package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/xml/XmlShapeDeserializer.d.ts +15 -0
- package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/xml/XmlShapeSerializer.d.ts +21 -0
- package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/xml/simpleFormatXml.d.ts +1 -0
- package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@aws-sdk/core/package.json +16 -12
- package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@aws-sdk/types/dist-types/feature-ids.d.ts +7 -1
- package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@aws-sdk/types/dist-types/identity/TokenIdentity.d.ts +10 -0
- package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@aws-sdk/types/dist-types/ts3.4/feature-ids.d.ts +5 -1
- package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@aws-sdk/types/dist-types/ts3.4/identity/TokenIdentity.d.ts +5 -0
- package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@aws-sdk/types/package.json +2 -2
- package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/abort-controller/package.json +2 -2
- package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/core/dist-cjs/submodules/cbor/index.js +142 -44
- package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/core/dist-cjs/submodules/protocols/index.js +110 -106
- package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/core/dist-cjs/submodules/schema/index.js +96 -7
- package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/core/dist-cjs/submodules/serde/index.js +45 -54
- package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/core/dist-es/submodules/cbor/CborCodec.js +77 -41
- package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/core/dist-es/submodules/cbor/byte-printer.js +3 -0
- package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/core/dist-es/submodules/cbor/cbor-decode.js +39 -4
- package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/core/dist-es/submodules/cbor/cbor-encode.js +33 -3
- package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/core/dist-es/submodules/protocols/HttpBindingProtocol.js +116 -26
- package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/core/dist-es/submodules/protocols/HttpProtocol.js +8 -89
- package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/core/dist-es/submodules/schema/TypeRegistry.js +1 -1
- package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/core/dist-es/submodules/schema/schemas/ErrorSchema.js +10 -0
- package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/core/dist-es/submodules/schema/schemas/ListSchema.js +10 -0
- package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/core/dist-es/submodules/schema/schemas/MapSchema.js +10 -0
- package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/core/dist-es/submodules/schema/schemas/NormalizedSchema.js +22 -0
- package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/core/dist-es/submodules/schema/schemas/SimpleSchema.js +10 -0
- package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/core/dist-es/submodules/schema/schemas/StructureSchema.js +10 -0
- package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/core/dist-es/submodules/serde/copyDocumentWithTransform.js +1 -53
- package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/core/dist-es/submodules/serde/generateIdempotencyToken.js +2 -0
- package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/core/dist-es/submodules/serde/index.js +1 -0
- package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/core/dist-es/submodules/serde/value/NumericValue.js +36 -2
- package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/core/dist-types/submodules/cbor/CborCodec.d.ts +5 -0
- package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/core/dist-types/submodules/cbor/byte-printer.d.ts +6 -0
- package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/core/dist-types/submodules/protocols/HttpBindingProtocol.d.ts +10 -2
- package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/core/dist-types/submodules/protocols/HttpProtocol.d.ts +6 -0
- package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/core/dist-types/submodules/schema/schemas/ErrorSchema.d.ts +3 -0
- package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/core/dist-types/submodules/schema/schemas/ListSchema.d.ts +3 -0
- package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/core/dist-types/submodules/schema/schemas/MapSchema.d.ts +3 -0
- package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/core/dist-types/submodules/schema/schemas/NormalizedSchema.d.ts +8 -0
- package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/core/dist-types/submodules/schema/schemas/SimpleSchema.d.ts +3 -0
- package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/core/dist-types/submodules/schema/schemas/StructureSchema.d.ts +3 -0
- package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/core/dist-types/submodules/serde/copyDocumentWithTransform.d.ts +1 -0
- package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/core/dist-types/submodules/serde/generateIdempotencyToken.d.ts +2 -0
- package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/core/dist-types/submodules/serde/index.d.ts +1 -0
- package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/core/dist-types/submodules/serde/value/NumericValue.d.ts +3 -1
- package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/core/dist-types/ts3.4/submodules/cbor/CborCodec.d.ts +5 -0
- package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/core/dist-types/ts3.4/submodules/cbor/byte-printer.d.ts +6 -0
- package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/HttpBindingProtocol.d.ts +10 -2
- package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/HttpProtocol.d.ts +6 -0
- package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/ErrorSchema.d.ts +3 -0
- package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/ListSchema.d.ts +3 -0
- package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/MapSchema.d.ts +3 -0
- package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/NormalizedSchema.d.ts +8 -0
- package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/SimpleSchema.d.ts +3 -0
- package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/StructureSchema.d.ts +3 -0
- package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/core/dist-types/ts3.4/submodules/serde/copyDocumentWithTransform.d.ts +1 -0
- package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/core/dist-types/ts3.4/submodules/serde/generateIdempotencyToken.d.ts +2 -0
- package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/core/dist-types/ts3.4/submodules/serde/index.d.ts +1 -0
- package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/core/dist-types/ts3.4/submodules/serde/value/NumericValue.d.ts +3 -1
- package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/core/package.json +20 -17
- package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/fetch-http-handler/dist-cjs/index.js +2 -2
- package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/fetch-http-handler/dist-es/fetch-http-handler.js +4 -4
- package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/fetch-http-handler/dist-types/fetch-http-handler.d.ts +1 -1
- package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/fetch-http-handler/dist-types/ts3.4/fetch-http-handler.d.ts +1 -1
- package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/fetch-http-handler/package.json +5 -5
- package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/middleware-endpoint/dist-cjs/index.js +22 -3
- package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/middleware-endpoint/dist-cjs/resolveEndpointRequiredConfig.js +1 -0
- package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/middleware-endpoint/dist-es/adaptors/createConfigValueProvider.js +3 -0
- package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/middleware-endpoint/dist-es/adaptors/getEndpointFromInstructions.js +2 -1
- package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/middleware-endpoint/dist-es/endpointMiddleware.js +1 -1
- package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/middleware-endpoint/dist-es/index.js +1 -0
- package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/middleware-endpoint/dist-es/resolveEndpointRequiredConfig.js +9 -0
- package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/middleware-endpoint/dist-types/index.d.ts +1 -0
- package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/middleware-endpoint/dist-types/resolveEndpointConfig.d.ts +5 -2
- package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/middleware-endpoint/dist-types/resolveEndpointRequiredConfig.d.ts +32 -0
- package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/middleware-endpoint/dist-types/ts3.4/index.d.ts +1 -0
- package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/middleware-endpoint/dist-types/ts3.4/resolveEndpointConfig.d.ts +5 -2
- package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/middleware-endpoint/dist-types/ts3.4/resolveEndpointRequiredConfig.d.ts +32 -0
- package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/middleware-endpoint/package.json +8 -8
- package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/middleware-serde/package.json +3 -3
- package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/middleware-stack/package.json +2 -2
- package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/node-config-provider/package.json +4 -4
- package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/node-http-handler/dist-cjs/index.js +11 -9
- package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/node-http-handler/dist-es/node-http-handler.js +4 -3
- package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/node-http-handler/dist-es/node-http2-handler.js +7 -6
- package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/node-http-handler/dist-types/node-http-handler.d.ts +1 -1
- package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/node-http-handler/dist-types/node-http2-handler.d.ts +1 -1
- package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/node-http-handler/dist-types/ts3.4/node-http-handler.d.ts +1 -1
- package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/node-http-handler/dist-types/ts3.4/node-http2-handler.d.ts +1 -1
- package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/node-http-handler/package.json +5 -5
- package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/property-provider/package.json +2 -2
- package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/protocol-http/package.json +2 -2
- package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/querystring-builder/package.json +2 -2
- package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/querystring-parser/package.json +2 -2
- package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/signature-v4/package.json +4 -4
- package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/smithy-client/dist-cjs/index.js +1 -0
- package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/smithy-client/package.json +7 -7
- package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/types/dist-types/schema/schema.d.ts +1 -0
- package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/types/dist-types/ts3.4/schema/schema.d.ts +1 -0
- package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/types/package.json +1 -1
- package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/url-parser/package.json +3 -3
- package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/util-middleware/package.json +2 -2
- package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/util-stream/package.json +4 -4
- package/node_modules/@aws-sdk/middleware-flexible-checksums/package.json +9 -9
- package/node_modules/@aws-sdk/middleware-location-constraint/node_modules/@aws-sdk/types/dist-types/feature-ids.d.ts +7 -1
- package/node_modules/@aws-sdk/middleware-location-constraint/node_modules/@aws-sdk/types/dist-types/identity/TokenIdentity.d.ts +10 -0
- package/node_modules/@aws-sdk/middleware-location-constraint/node_modules/@aws-sdk/types/dist-types/ts3.4/feature-ids.d.ts +5 -1
- package/node_modules/@aws-sdk/middleware-location-constraint/node_modules/@aws-sdk/types/dist-types/ts3.4/identity/TokenIdentity.d.ts +5 -0
- package/node_modules/@aws-sdk/middleware-location-constraint/node_modules/@aws-sdk/types/package.json +2 -2
- package/node_modules/@aws-sdk/middleware-location-constraint/node_modules/@smithy/types/dist-types/schema/schema.d.ts +1 -0
- package/node_modules/@aws-sdk/middleware-location-constraint/node_modules/@smithy/types/dist-types/ts3.4/schema/schema.d.ts +1 -0
- package/node_modules/@aws-sdk/middleware-location-constraint/node_modules/@smithy/types/package.json +1 -1
- package/node_modules/@aws-sdk/middleware-location-constraint/package.json +3 -3
- package/node_modules/@aws-sdk/middleware-ssec/node_modules/@aws-sdk/types/dist-types/feature-ids.d.ts +7 -1
- package/node_modules/@aws-sdk/middleware-ssec/node_modules/@aws-sdk/types/dist-types/identity/TokenIdentity.d.ts +10 -0
- package/node_modules/@aws-sdk/middleware-ssec/node_modules/@aws-sdk/types/dist-types/ts3.4/feature-ids.d.ts +5 -1
- package/node_modules/@aws-sdk/middleware-ssec/node_modules/@aws-sdk/types/dist-types/ts3.4/identity/TokenIdentity.d.ts +5 -0
- package/node_modules/@aws-sdk/middleware-ssec/node_modules/@aws-sdk/types/package.json +2 -2
- package/node_modules/@aws-sdk/middleware-ssec/node_modules/@smithy/types/dist-types/schema/schema.d.ts +1 -0
- package/node_modules/@aws-sdk/middleware-ssec/node_modules/@smithy/types/dist-types/ts3.4/schema/schema.d.ts +1 -0
- package/node_modules/@aws-sdk/middleware-ssec/node_modules/@smithy/types/package.json +1 -1
- package/node_modules/@aws-sdk/middleware-ssec/package.json +3 -3
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/endpoint/EndpointParameters.d.ts +8 -8
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/runtimeConfig.browser.d.ts +2 -2
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/runtimeConfig.native.d.ts +2 -2
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/endpoint/EndpointParameters.d.ts +10 -10
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/runtimeConfig.browser.d.ts +3 -3
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/runtimeConfig.d.ts +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/runtimeConfig.native.d.ts +3 -3
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/endpoint/EndpointParameters.d.ts +11 -8
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/runtimeConfig.browser.d.ts +4 -2
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/runtimeConfig.native.d.ts +4 -2
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/endpoint/EndpointParameters.d.ts +13 -10
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/runtimeConfig.browser.d.ts +8 -3
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/runtimeConfig.d.ts +4 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/runtimeConfig.native.d.ts +8 -3
- package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/core/dist-cjs/submodules/client/index.js +12 -0
- package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/core/dist-cjs/submodules/protocols/index.js +1509 -14
- package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/core/dist-es/submodules/client/index.js +1 -0
- package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/core/dist-es/submodules/client/setTokenFeature.js +7 -0
- package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/core/dist-es/submodules/protocols/ConfigurableSerdeContext.js +6 -0
- package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/core/dist-es/submodules/protocols/index.js +13 -0
- package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/AwsJson1_0Protocol.js +14 -0
- package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/AwsJson1_1Protocol.js +14 -0
- package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/AwsJsonRpcProtocol.js +84 -0
- package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/AwsRestJsonProtocol.js +118 -0
- package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/JsonCodec.js +20 -0
- package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/JsonShapeDeserializer.js +105 -0
- package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/JsonShapeSerializer.js +110 -0
- package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/jsonReplacer.js +46 -0
- package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/jsonReviver.js +18 -0
- package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/core/dist-es/submodules/protocols/query/AwsEc2QueryProtocol.js +17 -0
- package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/core/dist-es/submodules/protocols/query/AwsQueryProtocol.js +147 -0
- package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/core/dist-es/submodules/protocols/query/QuerySerializerSettings.js +1 -0
- package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/core/dist-es/submodules/protocols/query/QueryShapeSerializer.js +156 -0
- package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/core/dist-es/submodules/protocols/xml/AwsRestXmlProtocol.js +126 -0
- package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/core/dist-es/submodules/protocols/xml/XmlCodec.js +20 -0
- package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/core/dist-es/submodules/protocols/xml/XmlShapeDeserializer.js +151 -0
- package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/core/dist-es/submodules/protocols/xml/XmlShapeSerializer.js +283 -0
- package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/core/dist-es/submodules/protocols/xml/simpleFormatXml.js +27 -0
- package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/core/dist-types/submodules/client/index.d.ts +1 -0
- package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/core/dist-types/submodules/client/setTokenFeature.d.ts +7 -0
- package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/core/dist-types/submodules/protocols/ConfigurableSerdeContext.d.ts +8 -0
- package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/core/dist-types/submodules/protocols/common.d.ts +2 -2
- package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/core/dist-types/submodules/protocols/index.d.ts +13 -0
- package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/AwsJson1_0Protocol.d.ts +12 -0
- package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/AwsJson1_1Protocol.d.ts +12 -0
- package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/AwsJsonRpcProtocol.d.ts +18 -0
- package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/AwsRestJsonProtocol.d.ts +19 -0
- package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/JsonCodec.d.ts +19 -0
- package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/JsonShapeDeserializer.d.ts +13 -0
- package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/JsonShapeSerializer.d.ts +15 -0
- package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/jsonReplacer.d.ts +21 -0
- package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/jsonReviver.d.ts +15 -0
- package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/parseJsonBody.d.ts +3 -3
- package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/core/dist-types/submodules/protocols/query/AwsEc2QueryProtocol.d.ts +20 -0
- package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/core/dist-types/submodules/protocols/query/AwsQueryProtocol.d.ts +39 -0
- package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/core/dist-types/submodules/protocols/query/QuerySerializerSettings.d.ts +6 -0
- package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/core/dist-types/submodules/protocols/query/QueryShapeSerializer.d.ts +16 -0
- package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/core/dist-types/submodules/protocols/xml/AwsRestXmlProtocol.d.ts +21 -0
- package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/core/dist-types/submodules/protocols/xml/XmlCodec.d.ts +14 -0
- package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/core/dist-types/submodules/protocols/xml/XmlShapeDeserializer.d.ts +20 -0
- package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/core/dist-types/submodules/protocols/xml/XmlShapeSerializer.d.ts +21 -0
- package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/core/dist-types/submodules/protocols/xml/simpleFormatXml.d.ts +6 -0
- package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/index.d.ts +1 -0
- package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/setTokenFeature.d.ts +6 -0
- package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/ConfigurableSerdeContext.d.ts +5 -0
- package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/common.d.ts +2 -2
- package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/index.d.ts +13 -0
- package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/AwsJson1_0Protocol.d.ts +6 -0
- package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/AwsJson1_1Protocol.d.ts +6 -0
- package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/AwsJsonRpcProtocol.d.ts +33 -0
- package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/AwsRestJsonProtocol.d.ts +34 -0
- package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/JsonCodec.d.ts +16 -0
- package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/JsonShapeDeserializer.d.ts +13 -0
- package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/JsonShapeSerializer.d.ts +15 -0
- package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/jsonReplacer.d.ts +7 -0
- package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/jsonReviver.d.ts +7 -0
- package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/parseJsonBody.d.ts +3 -3
- package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/query/AwsEc2QueryProtocol.d.ts +14 -0
- package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/query/AwsQueryProtocol.d.ts +55 -0
- package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/query/QuerySerializerSettings.d.ts +6 -0
- package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/query/QueryShapeSerializer.d.ts +16 -0
- package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/xml/AwsRestXmlProtocol.d.ts +39 -0
- package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/xml/XmlCodec.d.ts +17 -0
- package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/xml/XmlShapeDeserializer.d.ts +15 -0
- package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/xml/XmlShapeSerializer.d.ts +21 -0
- package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/xml/simpleFormatXml.d.ts +1 -0
- package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/core/package.json +16 -12
- package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/middleware-host-header/package.json +4 -4
- package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/middleware-logger/package.json +3 -3
- package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/middleware-recursion-detection/package.json +4 -4
- package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/middleware-user-agent/package.json +7 -7
- package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/region-config-resolver/package.json +5 -5
- package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/types/dist-types/feature-ids.d.ts +7 -1
- package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/types/dist-types/identity/TokenIdentity.d.ts +10 -0
- package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/types/dist-types/ts3.4/feature-ids.d.ts +5 -1
- package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/types/dist-types/ts3.4/identity/TokenIdentity.d.ts +5 -0
- package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/types/package.json +2 -2
- package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/dist-cjs/index.js +33 -0
- package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/dist-cjs/lib/aws/partitions.json +3 -0
- package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/dist-es/index.js +1 -0
- package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/dist-es/lib/aws/partitions.json +3 -0
- package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/dist-es/resolveDefaultAwsRegionalEndpointsConfig.js +21 -0
- package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/dist-types/index.d.ts +1 -0
- package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/dist-types/resolveDefaultAwsRegionalEndpointsConfig.d.ts +56 -0
- package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/index.d.ts +1 -0
- package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/resolveDefaultAwsRegionalEndpointsConfig.d.ts +35 -0
- package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/package.json +6 -4
- package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-user-agent-browser/package.json +3 -3
- package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-user-agent-node/package.json +5 -5
- package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/abort-controller/package.json +2 -2
- package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/config-resolver/package.json +4 -4
- package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/core/dist-cjs/submodules/cbor/index.js +142 -44
- package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/core/dist-cjs/submodules/protocols/index.js +110 -106
- package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/core/dist-cjs/submodules/schema/index.js +96 -7
- package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/core/dist-cjs/submodules/serde/index.js +45 -54
- package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/core/dist-es/submodules/cbor/CborCodec.js +77 -41
- package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/core/dist-es/submodules/cbor/byte-printer.js +3 -0
- package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/core/dist-es/submodules/cbor/cbor-decode.js +39 -4
- package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/core/dist-es/submodules/cbor/cbor-encode.js +33 -3
- package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/core/dist-es/submodules/protocols/HttpBindingProtocol.js +116 -26
- package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/core/dist-es/submodules/protocols/HttpProtocol.js +8 -89
- package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/core/dist-es/submodules/schema/TypeRegistry.js +1 -1
- package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/core/dist-es/submodules/schema/schemas/ErrorSchema.js +10 -0
- package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/core/dist-es/submodules/schema/schemas/ListSchema.js +10 -0
- package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/core/dist-es/submodules/schema/schemas/MapSchema.js +10 -0
- package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/core/dist-es/submodules/schema/schemas/NormalizedSchema.js +22 -0
- package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/core/dist-es/submodules/schema/schemas/SimpleSchema.js +10 -0
- package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/core/dist-es/submodules/schema/schemas/StructureSchema.js +10 -0
- package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/core/dist-es/submodules/serde/copyDocumentWithTransform.js +1 -53
- package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/core/dist-es/submodules/serde/generateIdempotencyToken.js +2 -0
- package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/core/dist-es/submodules/serde/index.js +1 -0
- package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/core/dist-es/submodules/serde/value/NumericValue.js +36 -2
- package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/core/dist-types/submodules/cbor/CborCodec.d.ts +5 -0
- package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/core/dist-types/submodules/cbor/byte-printer.d.ts +6 -0
- package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/core/dist-types/submodules/protocols/HttpBindingProtocol.d.ts +10 -2
- package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/core/dist-types/submodules/protocols/HttpProtocol.d.ts +6 -0
- package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/core/dist-types/submodules/schema/schemas/ErrorSchema.d.ts +3 -0
- package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/core/dist-types/submodules/schema/schemas/ListSchema.d.ts +3 -0
- package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/core/dist-types/submodules/schema/schemas/MapSchema.d.ts +3 -0
- package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/core/dist-types/submodules/schema/schemas/NormalizedSchema.d.ts +8 -0
- package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/core/dist-types/submodules/schema/schemas/SimpleSchema.d.ts +3 -0
- package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/core/dist-types/submodules/schema/schemas/StructureSchema.d.ts +3 -0
- package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/core/dist-types/submodules/serde/copyDocumentWithTransform.d.ts +1 -0
- package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/core/dist-types/submodules/serde/generateIdempotencyToken.d.ts +2 -0
- package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/core/dist-types/submodules/serde/index.d.ts +1 -0
- package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/core/dist-types/submodules/serde/value/NumericValue.d.ts +3 -1
- package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/core/dist-types/ts3.4/submodules/cbor/CborCodec.d.ts +5 -0
- package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/core/dist-types/ts3.4/submodules/cbor/byte-printer.d.ts +6 -0
- package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/HttpBindingProtocol.d.ts +10 -2
- package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/HttpProtocol.d.ts +6 -0
- package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/ErrorSchema.d.ts +3 -0
- package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/ListSchema.d.ts +3 -0
- package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/MapSchema.d.ts +3 -0
- package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/NormalizedSchema.d.ts +8 -0
- package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/SimpleSchema.d.ts +3 -0
- package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/StructureSchema.d.ts +3 -0
- package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/core/dist-types/ts3.4/submodules/serde/copyDocumentWithTransform.d.ts +1 -0
- package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/core/dist-types/ts3.4/submodules/serde/generateIdempotencyToken.d.ts +2 -0
- package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/core/dist-types/ts3.4/submodules/serde/index.d.ts +1 -0
- package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/core/dist-types/ts3.4/submodules/serde/value/NumericValue.d.ts +3 -1
- package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/core/package.json +20 -17
- package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/credential-provider-imds/package.json +5 -5
- package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/fetch-http-handler/dist-cjs/index.js +2 -2
- package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/fetch-http-handler/dist-es/fetch-http-handler.js +4 -4
- package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/fetch-http-handler/dist-types/fetch-http-handler.d.ts +1 -1
- package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/fetch-http-handler/dist-types/ts3.4/fetch-http-handler.d.ts +1 -1
- package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/fetch-http-handler/package.json +5 -5
- package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/hash-node/package.json +2 -2
- package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/invalid-dependency/package.json +2 -2
- package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/middleware-content-length/package.json +3 -3
- package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/middleware-endpoint/dist-cjs/index.js +22 -3
- package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/middleware-endpoint/dist-cjs/resolveEndpointRequiredConfig.js +1 -0
- package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/middleware-endpoint/dist-es/adaptors/createConfigValueProvider.js +3 -0
- package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/middleware-endpoint/dist-es/adaptors/getEndpointFromInstructions.js +2 -1
- package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/middleware-endpoint/dist-es/endpointMiddleware.js +1 -1
- package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/middleware-endpoint/dist-es/index.js +1 -0
- package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/middleware-endpoint/dist-es/resolveEndpointRequiredConfig.js +9 -0
- package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/middleware-endpoint/dist-types/index.d.ts +1 -0
- package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/middleware-endpoint/dist-types/resolveEndpointConfig.d.ts +5 -2
- package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/middleware-endpoint/dist-types/resolveEndpointRequiredConfig.d.ts +32 -0
- package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/middleware-endpoint/dist-types/ts3.4/index.d.ts +1 -0
- package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/middleware-endpoint/dist-types/ts3.4/resolveEndpointConfig.d.ts +5 -2
- package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/middleware-endpoint/dist-types/ts3.4/resolveEndpointRequiredConfig.d.ts +32 -0
- package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/middleware-endpoint/package.json +8 -8
- package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/middleware-retry/package.json +9 -9
- package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/middleware-serde/package.json +3 -3
- package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/middleware-stack/package.json +2 -2
- package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/node-config-provider/package.json +4 -4
- package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/node-http-handler/dist-cjs/index.js +11 -9
- package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/node-http-handler/dist-es/node-http-handler.js +4 -3
- package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/node-http-handler/dist-es/node-http2-handler.js +7 -6
- package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/node-http-handler/dist-types/node-http-handler.d.ts +1 -1
- package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/node-http-handler/dist-types/node-http2-handler.d.ts +1 -1
- package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/node-http-handler/dist-types/ts3.4/node-http-handler.d.ts +1 -1
- package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/node-http-handler/dist-types/ts3.4/node-http2-handler.d.ts +1 -1
- package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/node-http-handler/package.json +5 -5
- package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/property-provider/package.json +2 -2
- package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/protocol-http/package.json +2 -2
- package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/querystring-builder/package.json +2 -2
- package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/querystring-parser/package.json +2 -2
- package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/service-error-classification/dist-cjs/index.js +2 -1
- package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/service-error-classification/dist-es/constants.js +1 -0
- package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/service-error-classification/dist-es/index.js +2 -1
- package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/service-error-classification/dist-types/constants.d.ts +4 -0
- package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/service-error-classification/dist-types/ts3.4/constants.d.ts +4 -0
- package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/service-error-classification/package.json +2 -2
- package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/signature-v4/package.json +4 -4
- package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/smithy-client/dist-cjs/index.js +1 -0
- package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/smithy-client/package.json +7 -7
- package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/types/dist-types/schema/schema.d.ts +1 -0
- package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/types/dist-types/ts3.4/schema/schema.d.ts +1 -0
- package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/types/package.json +1 -1
- package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/url-parser/package.json +3 -3
- package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/util-defaults-mode-browser/package.json +4 -4
- package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/util-defaults-mode-node/package.json +7 -7
- package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/util-endpoints/package.json +3 -3
- package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/util-middleware/package.json +2 -2
- package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/util-retry/package.json +3 -3
- package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/util-stream/package.json +4 -4
- package/node_modules/@aws-sdk/nested-clients/package.json +32 -32
- package/node_modules/@aws-sdk/xml-builder/node_modules/@smithy/types/dist-types/schema/schema.d.ts +1 -0
- package/node_modules/@aws-sdk/xml-builder/node_modules/@smithy/types/dist-types/ts3.4/schema/schema.d.ts +1 -0
- package/node_modules/@aws-sdk/xml-builder/node_modules/@smithy/types/package.json +1 -1
- package/node_modules/@aws-sdk/xml-builder/package.json +2 -2
- package/node_modules/@inquirer/checkbox/dist/commonjs/index.js +11 -4
- package/node_modules/@inquirer/checkbox/dist/esm/index.js +11 -4
- package/node_modules/@inquirer/checkbox/package.json +7 -7
- package/node_modules/@inquirer/confirm/package.json +6 -6
- package/node_modules/@inquirer/core/dist/commonjs/lib/create-prompt.js +1 -1
- package/node_modules/@inquirer/core/dist/commonjs/lib/hook-engine.d.ts +1 -1
- package/node_modules/@inquirer/core/dist/esm/lib/create-prompt.js +1 -1
- package/node_modules/@inquirer/core/dist/esm/lib/hook-engine.d.ts +1 -1
- package/node_modules/@inquirer/core/package.json +7 -7
- package/node_modules/@inquirer/editor/package.json +6 -6
- package/node_modules/@inquirer/expand/package.json +6 -6
- package/node_modules/@inquirer/figures/package.json +3 -3
- package/node_modules/@inquirer/input/README.md +2 -1
- package/node_modules/@inquirer/input/dist/commonjs/index.d.ts +1 -0
- package/node_modules/@inquirer/input/dist/commonjs/index.js +9 -1
- package/node_modules/@inquirer/input/dist/esm/index.d.ts +1 -0
- package/node_modules/@inquirer/input/dist/esm/index.js +10 -2
- package/node_modules/@inquirer/input/package.json +6 -6
- package/node_modules/@inquirer/number/package.json +6 -6
- package/node_modules/@inquirer/password/package.json +6 -6
- package/node_modules/@inquirer/prompts/package.json +14 -14
- package/node_modules/@inquirer/rawlist/package.json +6 -6
- package/node_modules/@inquirer/search/README.md +15 -7
- package/node_modules/@inquirer/search/dist/commonjs/index.d.ts +4 -0
- package/node_modules/@inquirer/search/dist/commonjs/index.js +2 -2
- package/node_modules/@inquirer/search/dist/esm/index.d.ts +4 -0
- package/node_modules/@inquirer/search/dist/esm/index.js +2 -2
- package/node_modules/@inquirer/search/package.json +7 -7
- package/node_modules/@inquirer/select/dist/commonjs/index.js +12 -2
- package/node_modules/@inquirer/select/dist/esm/index.js +12 -2
- package/node_modules/@inquirer/select/package.json +7 -7
- package/node_modules/@inquirer/type/package.json +3 -3
- package/node_modules/@smithy/eventstream-codec/node_modules/@smithy/types/dist-types/schema/schema.d.ts +1 -0
- package/node_modules/@smithy/eventstream-codec/node_modules/@smithy/types/dist-types/ts3.4/schema/schema.d.ts +1 -0
- package/node_modules/@smithy/eventstream-codec/node_modules/@smithy/types/package.json +1 -1
- package/node_modules/@smithy/eventstream-codec/package.json +2 -2
- package/node_modules/@smithy/eventstream-serde-browser/node_modules/@smithy/types/dist-types/schema/schema.d.ts +1 -0
- package/node_modules/@smithy/eventstream-serde-browser/node_modules/@smithy/types/dist-types/ts3.4/schema/schema.d.ts +1 -0
- package/node_modules/@smithy/eventstream-serde-browser/node_modules/@smithy/types/package.json +1 -1
- package/node_modules/@smithy/eventstream-serde-browser/package.json +3 -3
- package/node_modules/@smithy/eventstream-serde-config-resolver/node_modules/@smithy/types/dist-types/schema/schema.d.ts +1 -0
- package/node_modules/@smithy/eventstream-serde-config-resolver/node_modules/@smithy/types/dist-types/ts3.4/schema/schema.d.ts +1 -0
- package/node_modules/@smithy/eventstream-serde-config-resolver/node_modules/@smithy/types/package.json +1 -1
- package/node_modules/@smithy/eventstream-serde-config-resolver/package.json +2 -2
- package/node_modules/@smithy/eventstream-serde-node/node_modules/@smithy/types/dist-types/schema/schema.d.ts +1 -0
- package/node_modules/@smithy/eventstream-serde-node/node_modules/@smithy/types/dist-types/ts3.4/schema/schema.d.ts +1 -0
- package/node_modules/@smithy/eventstream-serde-node/node_modules/@smithy/types/package.json +1 -1
- package/node_modules/@smithy/eventstream-serde-node/package.json +3 -3
- package/node_modules/@smithy/eventstream-serde-universal/node_modules/@smithy/types/dist-types/schema/schema.d.ts +1 -0
- package/node_modules/@smithy/eventstream-serde-universal/node_modules/@smithy/types/dist-types/ts3.4/schema/schema.d.ts +1 -0
- package/node_modules/@smithy/eventstream-serde-universal/node_modules/@smithy/types/package.json +1 -1
- package/node_modules/@smithy/eventstream-serde-universal/package.json +3 -3
- package/node_modules/@smithy/hash-blob-browser/node_modules/@smithy/types/dist-types/schema/schema.d.ts +1 -0
- package/node_modules/@smithy/hash-blob-browser/node_modules/@smithy/types/dist-types/ts3.4/schema/schema.d.ts +1 -0
- package/node_modules/@smithy/hash-blob-browser/node_modules/@smithy/types/package.json +1 -1
- package/node_modules/@smithy/hash-blob-browser/package.json +2 -2
- package/node_modules/@smithy/hash-stream-node/node_modules/@smithy/types/dist-types/schema/schema.d.ts +1 -0
- package/node_modules/@smithy/hash-stream-node/node_modules/@smithy/types/dist-types/ts3.4/schema/schema.d.ts +1 -0
- package/node_modules/@smithy/hash-stream-node/node_modules/@smithy/types/package.json +1 -1
- package/node_modules/@smithy/hash-stream-node/package.json +2 -2
- package/node_modules/@smithy/md5-js/node_modules/@smithy/types/dist-types/schema/schema.d.ts +1 -0
- package/node_modules/@smithy/md5-js/node_modules/@smithy/types/dist-types/ts3.4/schema/schema.d.ts +1 -0
- package/node_modules/@smithy/md5-js/node_modules/@smithy/types/package.json +1 -1
- package/node_modules/@smithy/md5-js/package.json +2 -2
- package/node_modules/@smithy/shared-ini-file-loader/node_modules/@smithy/types/dist-types/schema/schema.d.ts +1 -0
- package/node_modules/@smithy/shared-ini-file-loader/node_modules/@smithy/types/dist-types/ts3.4/schema/schema.d.ts +1 -0
- package/node_modules/@smithy/shared-ini-file-loader/node_modules/@smithy/types/package.json +1 -1
- package/node_modules/@smithy/shared-ini-file-loader/package.json +2 -2
- package/node_modules/@smithy/util-waiter/dist-cjs/index.js +27 -8
- package/node_modules/@smithy/util-waiter/dist-es/createWaiter.js +27 -8
- package/node_modules/@smithy/util-waiter/node_modules/@smithy/abort-controller/package.json +2 -2
- package/node_modules/@smithy/util-waiter/node_modules/@smithy/types/dist-types/schema/schema.d.ts +1 -0
- package/node_modules/@smithy/util-waiter/node_modules/@smithy/types/dist-types/ts3.4/schema/schema.d.ts +1 -0
- package/node_modules/@smithy/util-waiter/node_modules/@smithy/types/package.json +1 -1
- package/node_modules/@smithy/util-waiter/package.json +3 -3
- package/node_modules/@types/node/README.md +2 -2
- package/node_modules/@types/node/assert.d.ts +8 -6
- package/node_modules/@types/node/async_hooks.d.ts +26 -6
- package/node_modules/@types/node/buffer.d.ts +6 -2
- package/node_modules/@types/node/child_process.d.ts +2 -2
- package/node_modules/@types/node/cluster.d.ts +15 -15
- package/node_modules/@types/node/console.d.ts +17 -17
- package/node_modules/@types/node/crypto.d.ts +52 -29
- package/node_modules/@types/node/dgram.d.ts +1 -1
- package/node_modules/@types/node/diagnostics_channel.d.ts +1 -1
- package/node_modules/@types/node/dns/promises.d.ts +36 -9
- package/node_modules/@types/node/dns.d.ts +89 -36
- package/node_modules/@types/node/domain.d.ts +1 -1
- package/node_modules/@types/node/events.d.ts +1 -2
- package/node_modules/@types/node/fs/promises.d.ts +26 -14
- package/node_modules/@types/node/fs.d.ts +40 -21
- package/node_modules/@types/node/globals.d.ts +7 -6
- package/node_modules/@types/node/globals.typedarray.d.ts +1 -0
- package/node_modules/@types/node/http.d.ts +65 -3
- package/node_modules/@types/node/http2.d.ts +88 -15
- package/node_modules/@types/node/https.d.ts +1 -1
- package/node_modules/@types/node/index.d.ts +7 -5
- package/node_modules/@types/node/inspector.d.ts +166 -13
- package/node_modules/@types/node/module.d.ts +133 -28
- package/node_modules/@types/node/net.d.ts +2 -5
- package/node_modules/@types/node/os.d.ts +8 -7
- package/node_modules/@types/node/package.json +19 -84
- package/node_modules/@types/node/path.d.ts +1 -1
- package/node_modules/@types/node/perf_hooks.d.ts +22 -8
- package/node_modules/@types/node/process.d.ts +21 -11
- package/node_modules/@types/node/punycode.d.ts +1 -1
- package/node_modules/@types/node/querystring.d.ts +1 -1
- package/node_modules/@types/node/readline/promises.d.ts +0 -1
- package/node_modules/@types/node/readline.d.ts +13 -13
- package/node_modules/@types/node/repl.d.ts +25 -17
- package/node_modules/@types/node/sea.d.ts +1 -1
- package/node_modules/@types/node/sqlite.d.ts +182 -3
- package/node_modules/@types/node/stream/web.d.ts +4 -0
- package/node_modules/@types/node/stream.d.ts +25 -25
- package/node_modules/@types/node/string_decoder.d.ts +1 -1
- package/node_modules/@types/node/test.d.ts +1925 -1975
- package/node_modules/@types/node/timers/promises.d.ts +1 -1
- package/node_modules/@types/node/timers.d.ts +1 -3
- package/node_modules/@types/node/tls.d.ts +2 -48
- package/node_modules/@types/node/trace_events.d.ts +6 -6
- package/node_modules/@types/node/ts5.1/compatibility/disposable.d.ts +12 -0
- package/node_modules/@types/node/ts5.1/index.d.ts +98 -0
- package/node_modules/@types/node/ts5.6/compatibility/float16array.d.ts +71 -0
- package/node_modules/@types/node/ts5.6/globals.typedarray.d.ts +1 -0
- package/node_modules/@types/node/ts5.6/index.d.ts +9 -5
- package/node_modules/@types/node/ts5.7/compatibility/float16array.d.ts +72 -0
- package/node_modules/@types/node/ts5.7/index.d.ts +96 -0
- package/node_modules/@types/node/tty.d.ts +1 -1
- package/node_modules/@types/node/url.d.ts +62 -20
- package/node_modules/@types/node/util.d.ts +23 -298
- package/node_modules/@types/node/v8.d.ts +62 -32
- package/node_modules/@types/node/vm.d.ts +17 -10
- package/node_modules/@types/node/wasi.d.ts +1 -1
- package/node_modules/@types/node/worker_threads.d.ts +46 -18
- package/node_modules/@types/node/zlib.d.ts +13 -9
- package/node_modules/chalk/package.json +1 -1
- package/node_modules/chalk/source/vendor/supports-color/index.js +4 -0
- package/node_modules/debug/package.json +2 -3
- package/node_modules/debug/src/browser.js +1 -1
- package/node_modules/debug/src/common.js +1 -1
- package/node_modules/fast-xml-parser/CHANGELOG.md +7 -0
- package/node_modules/fast-xml-parser/lib/fxp.cjs +1 -1
- package/node_modules/fast-xml-parser/lib/fxp.min.js +1 -1
- package/node_modules/fast-xml-parser/lib/fxp.min.js.map +1 -1
- package/node_modules/fast-xml-parser/lib/fxparser.min.js +1 -1
- package/node_modules/fast-xml-parser/lib/fxparser.min.js.map +1 -1
- package/node_modules/fast-xml-parser/package.json +1 -2
- package/node_modules/fast-xml-parser/src/cli/cli.js +4 -0
- package/node_modules/fast-xml-parser/src/fxp.d.ts +5 -5
- package/node_modules/fast-xml-parser/src/xmlparser/DocTypeReader.js +3 -3
- package/node_modules/inquirer/package.json +7 -7
- package/node_modules/run-async/README.md +29 -25
- package/node_modules/run-async/index.d.ts +5 -0
- package/node_modules/run-async/index.js +26 -17
- package/node_modules/run-async/package.json +14 -7
- package/node_modules/typescript/lib/_tsc.js +6798 -5816
- package/node_modules/typescript/lib/cs/diagnosticMessages.generated.json +32 -15
- package/node_modules/typescript/lib/de/diagnosticMessages.generated.json +32 -15
- package/node_modules/typescript/lib/es/diagnosticMessages.generated.json +32 -15
- package/node_modules/typescript/lib/fr/diagnosticMessages.generated.json +32 -15
- package/node_modules/typescript/lib/it/diagnosticMessages.generated.json +32 -15
- package/node_modules/typescript/lib/ja/diagnosticMessages.generated.json +32 -15
- package/node_modules/typescript/lib/ko/diagnosticMessages.generated.json +32 -15
- package/node_modules/typescript/lib/lib.dom.d.ts +14642 -4823
- package/node_modules/typescript/lib/lib.dom.iterable.d.ts +103 -25
- package/node_modules/typescript/lib/lib.es2015.symbol.wellknown.d.ts +1 -1
- package/node_modules/typescript/lib/lib.es2017.sharedmemory.d.ts +1 -1
- package/node_modules/typescript/lib/lib.es2022.intl.d.ts +25 -1
- package/node_modules/typescript/lib/lib.es5.d.ts +9 -2
- package/node_modules/typescript/lib/lib.esnext.d.ts +2 -0
- package/node_modules/typescript/lib/lib.esnext.error.d.ts +24 -0
- package/node_modules/typescript/lib/lib.esnext.sharedmemory.d.ts +25 -0
- package/node_modules/typescript/lib/lib.webworker.d.ts +4593 -1337
- package/node_modules/typescript/lib/lib.webworker.iterable.d.ts +72 -19
- package/node_modules/typescript/lib/pl/diagnosticMessages.generated.json +32 -15
- package/node_modules/typescript/lib/pt-br/diagnosticMessages.generated.json +32 -15
- package/node_modules/typescript/lib/ru/diagnosticMessages.generated.json +32 -15
- package/node_modules/typescript/lib/tr/diagnosticMessages.generated.json +32 -15
- package/node_modules/typescript/lib/typescript.d.ts +252 -213
- package/node_modules/typescript/lib/typescript.js +9139 -8006
- package/node_modules/typescript/lib/zh-cn/diagnosticMessages.generated.json +32 -15
- package/node_modules/typescript/lib/zh-tw/diagnosticMessages.generated.json +32 -15
- package/node_modules/typescript/package.json +22 -22
- package/node_modules/undici-types/agent.d.ts +11 -7
- package/node_modules/undici-types/api.d.ts +24 -24
- package/node_modules/undici-types/balanced-pool.d.ts +11 -11
- package/node_modules/undici-types/cache-interceptor.d.ts +172 -0
- package/node_modules/undici-types/client-stats.d.ts +15 -0
- package/node_modules/undici-types/client.d.ts +18 -16
- package/node_modules/undici-types/cookies.d.ts +2 -0
- package/node_modules/undici-types/diagnostics-channel.d.ts +10 -10
- package/node_modules/undici-types/dispatcher.d.ts +117 -92
- package/node_modules/undici-types/env-http-proxy-agent.d.ts +2 -2
- package/node_modules/undici-types/errors.d.ts +69 -47
- package/node_modules/undici-types/fetch.d.ts +17 -16
- package/node_modules/undici-types/formdata.d.ts +7 -7
- package/node_modules/undici-types/global-dispatcher.d.ts +4 -4
- package/node_modules/undici-types/global-origin.d.ts +5 -5
- package/node_modules/undici-types/h2c-client.d.ts +75 -0
- package/node_modules/undici-types/handlers.d.ts +7 -7
- package/node_modules/undici-types/header.d.ts +157 -1
- package/node_modules/undici-types/index.d.ts +51 -47
- package/node_modules/undici-types/interceptors.d.ts +25 -8
- package/node_modules/undici-types/mock-agent.d.ts +36 -18
- package/node_modules/undici-types/mock-call-history.d.ts +111 -0
- package/node_modules/undici-types/mock-client.d.ts +4 -4
- package/node_modules/undici-types/mock-errors.d.ts +3 -3
- package/node_modules/undici-types/mock-interceptor.d.ts +19 -19
- package/node_modules/undici-types/mock-pool.d.ts +4 -4
- package/node_modules/undici-types/package.json +1 -1
- package/node_modules/undici-types/patch.d.ts +0 -4
- package/node_modules/undici-types/pool-stats.d.ts +8 -8
- package/node_modules/undici-types/pool.d.ts +14 -12
- package/node_modules/undici-types/proxy-agent.d.ts +5 -4
- package/node_modules/undici-types/readable.d.ts +18 -15
- package/node_modules/undici-types/retry-agent.d.ts +1 -1
- package/node_modules/undici-types/retry-handler.d.ts +10 -10
- package/node_modules/undici-types/util.d.ts +3 -3
- package/node_modules/undici-types/utility.d.ts +7 -0
- package/node_modules/undici-types/webidl.d.ts +44 -6
- package/node_modules/undici-types/websocket.d.ts +35 -1
- package/node_modules/yaml/README.md +2 -20
- package/node_modules/yaml/browser/dist/stringify/stringifyString.js +1 -1
- package/node_modules/yaml/dist/stringify/stringifyString.js +1 -1
- package/node_modules/yaml/package.json +2 -1
- package/package.json +30 -30
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/fast-xml-parser/CHANGELOG.md +0 -594
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/fast-xml-parser/LICENSE +0 -21
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/fast-xml-parser/README.md +0 -236
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/fast-xml-parser/package.json +0 -74
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/fast-xml-parser/src/cli/cli.js +0 -93
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/fast-xml-parser/src/cli/man.js +0 -12
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/fast-xml-parser/src/cli/read.js +0 -92
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/fast-xml-parser/src/fxp.d.ts +0 -402
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/fast-xml-parser/src/fxp.js +0 -11
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/fast-xml-parser/src/util.js +0 -72
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/fast-xml-parser/src/v5/CharsSymbol.js +0 -16
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/fast-xml-parser/src/v5/EntitiesParser.js +0 -107
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/fast-xml-parser/src/v5/OptionsBuilder.js +0 -64
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/fast-xml-parser/src/v5/OutputBuilders/BaseOutputBuilder.js +0 -71
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/fast-xml-parser/src/v5/OutputBuilders/JsArrBuilder.js +0 -103
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/fast-xml-parser/src/v5/OutputBuilders/JsMinArrBuilder.js +0 -102
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/fast-xml-parser/src/v5/OutputBuilders/JsObjBuilder.js +0 -156
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/fast-xml-parser/src/v5/OutputBuilders/ParserOptionsBuilder.js +0 -99
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/fast-xml-parser/src/v5/Report.js +0 -0
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/fast-xml-parser/src/v5/TagPath.js +0 -81
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/fast-xml-parser/src/v5/TagPathMatcher.js +0 -15
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/fast-xml-parser/src/v5/XMLParser.js +0 -85
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/fast-xml-parser/src/v5/Xml2JsParser.js +0 -237
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/fast-xml-parser/src/v5/XmlPartReader.js +0 -212
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/fast-xml-parser/src/v5/XmlSpecialTagsReader.js +0 -118
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/fast-xml-parser/src/v5/inputSource/BufferSource.js +0 -118
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/fast-xml-parser/src/v5/inputSource/StringSource.js +0 -123
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/fast-xml-parser/src/v5/valueParsers/EntitiesParser.js +0 -107
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/fast-xml-parser/src/v5/valueParsers/booleanParser.js +0 -23
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/fast-xml-parser/src/v5/valueParsers/booleanParserExt.js +0 -20
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/fast-xml-parser/src/v5/valueParsers/currency.js +0 -40
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/fast-xml-parser/src/v5/valueParsers/join.js +0 -14
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/fast-xml-parser/src/v5/valueParsers/number.js +0 -16
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/fast-xml-parser/src/v5/valueParsers/trim.js +0 -8
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/fast-xml-parser/src/validator.js +0 -425
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/fast-xml-parser/src/xmlbuilder/json2xml.js +0 -281
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/fast-xml-parser/src/xmlbuilder/orderedJs2Xml.js +0 -135
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/fast-xml-parser/src/xmlbuilder/prettifyJs2Xml.js +0 -0
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/fast-xml-parser/src/xmlparser/DocTypeReader.js +0 -152
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/fast-xml-parser/src/xmlparser/OptionsBuilder.js +0 -48
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/fast-xml-parser/src/xmlparser/OrderedObjParser.js +0 -601
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/fast-xml-parser/src/xmlparser/XMLParser.js +0 -58
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/fast-xml-parser/src/xmlparser/node2json.js +0 -113
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/fast-xml-parser/src/xmlparser/xmlNode.js +0 -25
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/strnum/.vscode/launch.json +0 -25
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/strnum/CHANGELOG.md +0 -22
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/strnum/LICENSE +0 -21
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/strnum/README.md +0 -97
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/strnum/package.json +0 -30
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/strnum/strnum.js +0 -111
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/strnum/strnum.test.js +0 -165
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/fast-xml-parser/CHANGELOG.md +0 -594
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/fast-xml-parser/LICENSE +0 -21
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/fast-xml-parser/README.md +0 -236
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/fast-xml-parser/package.json +0 -74
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/fast-xml-parser/src/cli/cli.js +0 -93
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/fast-xml-parser/src/cli/man.js +0 -12
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/fast-xml-parser/src/cli/read.js +0 -92
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/fast-xml-parser/src/fxp.d.ts +0 -402
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/fast-xml-parser/src/fxp.js +0 -11
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/fast-xml-parser/src/util.js +0 -72
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/fast-xml-parser/src/v5/CharsSymbol.js +0 -16
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/fast-xml-parser/src/v5/EntitiesParser.js +0 -107
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/fast-xml-parser/src/v5/OptionsBuilder.js +0 -64
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/fast-xml-parser/src/v5/OutputBuilders/BaseOutputBuilder.js +0 -71
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/fast-xml-parser/src/v5/OutputBuilders/JsArrBuilder.js +0 -103
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/fast-xml-parser/src/v5/OutputBuilders/JsMinArrBuilder.js +0 -102
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/fast-xml-parser/src/v5/OutputBuilders/JsObjBuilder.js +0 -156
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/fast-xml-parser/src/v5/OutputBuilders/ParserOptionsBuilder.js +0 -99
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/fast-xml-parser/src/v5/Report.js +0 -0
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/fast-xml-parser/src/v5/TagPath.js +0 -81
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/fast-xml-parser/src/v5/TagPathMatcher.js +0 -15
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/fast-xml-parser/src/v5/XMLParser.js +0 -85
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/fast-xml-parser/src/v5/Xml2JsParser.js +0 -237
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/fast-xml-parser/src/v5/XmlPartReader.js +0 -212
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/fast-xml-parser/src/v5/XmlSpecialTagsReader.js +0 -118
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/fast-xml-parser/src/v5/inputSource/BufferSource.js +0 -118
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/fast-xml-parser/src/v5/inputSource/StringSource.js +0 -123
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/fast-xml-parser/src/v5/valueParsers/EntitiesParser.js +0 -107
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/fast-xml-parser/src/v5/valueParsers/booleanParser.js +0 -23
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/fast-xml-parser/src/v5/valueParsers/booleanParserExt.js +0 -20
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/fast-xml-parser/src/v5/valueParsers/currency.js +0 -40
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/fast-xml-parser/src/v5/valueParsers/join.js +0 -14
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/fast-xml-parser/src/v5/valueParsers/number.js +0 -16
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/fast-xml-parser/src/v5/valueParsers/trim.js +0 -8
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/fast-xml-parser/src/validator.js +0 -425
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/fast-xml-parser/src/xmlbuilder/json2xml.js +0 -281
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/fast-xml-parser/src/xmlbuilder/orderedJs2Xml.js +0 -135
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/fast-xml-parser/src/xmlbuilder/prettifyJs2Xml.js +0 -0
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/fast-xml-parser/src/xmlparser/DocTypeReader.js +0 -152
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/fast-xml-parser/src/xmlparser/OptionsBuilder.js +0 -48
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/fast-xml-parser/src/xmlparser/OrderedObjParser.js +0 -601
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/fast-xml-parser/src/xmlparser/XMLParser.js +0 -58
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/fast-xml-parser/src/xmlparser/node2json.js +0 -113
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/fast-xml-parser/src/xmlparser/xmlNode.js +0 -25
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/strnum/.vscode/launch.json +0 -25
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/strnum/CHANGELOG.md +0 -22
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/strnum/LICENSE +0 -21
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/strnum/README.md +0 -97
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/strnum/package.json +0 -30
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/strnum/strnum.js +0 -111
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/strnum/strnum.test.js +0 -165
- package/node_modules/@aws-sdk/client-iam/node_modules/fast-xml-parser/CHANGELOG.md +0 -594
- package/node_modules/@aws-sdk/client-iam/node_modules/fast-xml-parser/LICENSE +0 -21
- package/node_modules/@aws-sdk/client-iam/node_modules/fast-xml-parser/README.md +0 -236
- package/node_modules/@aws-sdk/client-iam/node_modules/fast-xml-parser/package.json +0 -74
- package/node_modules/@aws-sdk/client-iam/node_modules/fast-xml-parser/src/cli/cli.js +0 -93
- package/node_modules/@aws-sdk/client-iam/node_modules/fast-xml-parser/src/cli/man.js +0 -12
- package/node_modules/@aws-sdk/client-iam/node_modules/fast-xml-parser/src/cli/read.js +0 -92
- package/node_modules/@aws-sdk/client-iam/node_modules/fast-xml-parser/src/fxp.d.ts +0 -402
- package/node_modules/@aws-sdk/client-iam/node_modules/fast-xml-parser/src/fxp.js +0 -11
- package/node_modules/@aws-sdk/client-iam/node_modules/fast-xml-parser/src/util.js +0 -72
- package/node_modules/@aws-sdk/client-iam/node_modules/fast-xml-parser/src/v5/CharsSymbol.js +0 -16
- package/node_modules/@aws-sdk/client-iam/node_modules/fast-xml-parser/src/v5/EntitiesParser.js +0 -107
- package/node_modules/@aws-sdk/client-iam/node_modules/fast-xml-parser/src/v5/OptionsBuilder.js +0 -64
- package/node_modules/@aws-sdk/client-iam/node_modules/fast-xml-parser/src/v5/OutputBuilders/BaseOutputBuilder.js +0 -71
- package/node_modules/@aws-sdk/client-iam/node_modules/fast-xml-parser/src/v5/OutputBuilders/JsArrBuilder.js +0 -103
- package/node_modules/@aws-sdk/client-iam/node_modules/fast-xml-parser/src/v5/OutputBuilders/JsMinArrBuilder.js +0 -102
- package/node_modules/@aws-sdk/client-iam/node_modules/fast-xml-parser/src/v5/OutputBuilders/JsObjBuilder.js +0 -156
- package/node_modules/@aws-sdk/client-iam/node_modules/fast-xml-parser/src/v5/OutputBuilders/ParserOptionsBuilder.js +0 -99
- package/node_modules/@aws-sdk/client-iam/node_modules/fast-xml-parser/src/v5/Report.js +0 -0
- package/node_modules/@aws-sdk/client-iam/node_modules/fast-xml-parser/src/v5/TagPath.js +0 -81
- package/node_modules/@aws-sdk/client-iam/node_modules/fast-xml-parser/src/v5/TagPathMatcher.js +0 -15
- package/node_modules/@aws-sdk/client-iam/node_modules/fast-xml-parser/src/v5/XMLParser.js +0 -85
- package/node_modules/@aws-sdk/client-iam/node_modules/fast-xml-parser/src/v5/Xml2JsParser.js +0 -237
- package/node_modules/@aws-sdk/client-iam/node_modules/fast-xml-parser/src/v5/XmlPartReader.js +0 -212
- package/node_modules/@aws-sdk/client-iam/node_modules/fast-xml-parser/src/v5/XmlSpecialTagsReader.js +0 -118
- package/node_modules/@aws-sdk/client-iam/node_modules/fast-xml-parser/src/v5/inputSource/BufferSource.js +0 -118
- package/node_modules/@aws-sdk/client-iam/node_modules/fast-xml-parser/src/v5/inputSource/StringSource.js +0 -123
- package/node_modules/@aws-sdk/client-iam/node_modules/fast-xml-parser/src/v5/valueParsers/EntitiesParser.js +0 -107
- package/node_modules/@aws-sdk/client-iam/node_modules/fast-xml-parser/src/v5/valueParsers/booleanParser.js +0 -23
- package/node_modules/@aws-sdk/client-iam/node_modules/fast-xml-parser/src/v5/valueParsers/booleanParserExt.js +0 -20
- package/node_modules/@aws-sdk/client-iam/node_modules/fast-xml-parser/src/v5/valueParsers/currency.js +0 -40
- package/node_modules/@aws-sdk/client-iam/node_modules/fast-xml-parser/src/v5/valueParsers/join.js +0 -14
- package/node_modules/@aws-sdk/client-iam/node_modules/fast-xml-parser/src/v5/valueParsers/number.js +0 -16
- package/node_modules/@aws-sdk/client-iam/node_modules/fast-xml-parser/src/v5/valueParsers/trim.js +0 -8
- package/node_modules/@aws-sdk/client-iam/node_modules/fast-xml-parser/src/validator.js +0 -425
- package/node_modules/@aws-sdk/client-iam/node_modules/fast-xml-parser/src/xmlbuilder/json2xml.js +0 -281
- package/node_modules/@aws-sdk/client-iam/node_modules/fast-xml-parser/src/xmlbuilder/orderedJs2Xml.js +0 -135
- package/node_modules/@aws-sdk/client-iam/node_modules/fast-xml-parser/src/xmlbuilder/prettifyJs2Xml.js +0 -0
- package/node_modules/@aws-sdk/client-iam/node_modules/fast-xml-parser/src/xmlparser/DocTypeReader.js +0 -152
- package/node_modules/@aws-sdk/client-iam/node_modules/fast-xml-parser/src/xmlparser/OptionsBuilder.js +0 -48
- package/node_modules/@aws-sdk/client-iam/node_modules/fast-xml-parser/src/xmlparser/OrderedObjParser.js +0 -601
- package/node_modules/@aws-sdk/client-iam/node_modules/fast-xml-parser/src/xmlparser/XMLParser.js +0 -58
- package/node_modules/@aws-sdk/client-iam/node_modules/fast-xml-parser/src/xmlparser/node2json.js +0 -113
- package/node_modules/@aws-sdk/client-iam/node_modules/fast-xml-parser/src/xmlparser/xmlNode.js +0 -25
- package/node_modules/@aws-sdk/client-iam/node_modules/strnum/.vscode/launch.json +0 -25
- package/node_modules/@aws-sdk/client-iam/node_modules/strnum/CHANGELOG.md +0 -22
- package/node_modules/@aws-sdk/client-iam/node_modules/strnum/LICENSE +0 -21
- package/node_modules/@aws-sdk/client-iam/node_modules/strnum/README.md +0 -97
- package/node_modules/@aws-sdk/client-iam/node_modules/strnum/package.json +0 -30
- package/node_modules/@aws-sdk/client-iam/node_modules/strnum/strnum.js +0 -111
- package/node_modules/@aws-sdk/client-iam/node_modules/strnum/strnum.test.js +0 -165
- package/node_modules/@aws-sdk/client-iot/node_modules/fast-xml-parser/CHANGELOG.md +0 -594
- package/node_modules/@aws-sdk/client-iot/node_modules/fast-xml-parser/LICENSE +0 -21
- package/node_modules/@aws-sdk/client-iot/node_modules/fast-xml-parser/README.md +0 -236
- package/node_modules/@aws-sdk/client-iot/node_modules/fast-xml-parser/package.json +0 -74
- package/node_modules/@aws-sdk/client-iot/node_modules/fast-xml-parser/src/cli/cli.js +0 -93
- package/node_modules/@aws-sdk/client-iot/node_modules/fast-xml-parser/src/cli/man.js +0 -12
- package/node_modules/@aws-sdk/client-iot/node_modules/fast-xml-parser/src/cli/read.js +0 -92
- package/node_modules/@aws-sdk/client-iot/node_modules/fast-xml-parser/src/fxp.d.ts +0 -402
- package/node_modules/@aws-sdk/client-iot/node_modules/fast-xml-parser/src/fxp.js +0 -11
- package/node_modules/@aws-sdk/client-iot/node_modules/fast-xml-parser/src/util.js +0 -72
- package/node_modules/@aws-sdk/client-iot/node_modules/fast-xml-parser/src/v5/CharsSymbol.js +0 -16
- package/node_modules/@aws-sdk/client-iot/node_modules/fast-xml-parser/src/v5/EntitiesParser.js +0 -107
- package/node_modules/@aws-sdk/client-iot/node_modules/fast-xml-parser/src/v5/OptionsBuilder.js +0 -64
- package/node_modules/@aws-sdk/client-iot/node_modules/fast-xml-parser/src/v5/OutputBuilders/BaseOutputBuilder.js +0 -71
- package/node_modules/@aws-sdk/client-iot/node_modules/fast-xml-parser/src/v5/OutputBuilders/JsArrBuilder.js +0 -103
- package/node_modules/@aws-sdk/client-iot/node_modules/fast-xml-parser/src/v5/OutputBuilders/JsMinArrBuilder.js +0 -102
- package/node_modules/@aws-sdk/client-iot/node_modules/fast-xml-parser/src/v5/OutputBuilders/JsObjBuilder.js +0 -156
- package/node_modules/@aws-sdk/client-iot/node_modules/fast-xml-parser/src/v5/OutputBuilders/ParserOptionsBuilder.js +0 -99
- package/node_modules/@aws-sdk/client-iot/node_modules/fast-xml-parser/src/v5/Report.js +0 -0
- package/node_modules/@aws-sdk/client-iot/node_modules/fast-xml-parser/src/v5/TagPath.js +0 -81
- package/node_modules/@aws-sdk/client-iot/node_modules/fast-xml-parser/src/v5/TagPathMatcher.js +0 -15
- package/node_modules/@aws-sdk/client-iot/node_modules/fast-xml-parser/src/v5/XMLParser.js +0 -85
- package/node_modules/@aws-sdk/client-iot/node_modules/fast-xml-parser/src/v5/Xml2JsParser.js +0 -237
- package/node_modules/@aws-sdk/client-iot/node_modules/fast-xml-parser/src/v5/XmlPartReader.js +0 -212
- package/node_modules/@aws-sdk/client-iot/node_modules/fast-xml-parser/src/v5/XmlSpecialTagsReader.js +0 -118
- package/node_modules/@aws-sdk/client-iot/node_modules/fast-xml-parser/src/v5/inputSource/BufferSource.js +0 -118
- package/node_modules/@aws-sdk/client-iot/node_modules/fast-xml-parser/src/v5/inputSource/StringSource.js +0 -123
- package/node_modules/@aws-sdk/client-iot/node_modules/fast-xml-parser/src/v5/valueParsers/EntitiesParser.js +0 -107
- package/node_modules/@aws-sdk/client-iot/node_modules/fast-xml-parser/src/v5/valueParsers/booleanParser.js +0 -23
- package/node_modules/@aws-sdk/client-iot/node_modules/fast-xml-parser/src/v5/valueParsers/booleanParserExt.js +0 -20
- package/node_modules/@aws-sdk/client-iot/node_modules/fast-xml-parser/src/v5/valueParsers/currency.js +0 -40
- package/node_modules/@aws-sdk/client-iot/node_modules/fast-xml-parser/src/v5/valueParsers/join.js +0 -14
- package/node_modules/@aws-sdk/client-iot/node_modules/fast-xml-parser/src/v5/valueParsers/number.js +0 -16
- package/node_modules/@aws-sdk/client-iot/node_modules/fast-xml-parser/src/v5/valueParsers/trim.js +0 -8
- package/node_modules/@aws-sdk/client-iot/node_modules/fast-xml-parser/src/validator.js +0 -425
- package/node_modules/@aws-sdk/client-iot/node_modules/fast-xml-parser/src/xmlbuilder/json2xml.js +0 -281
- package/node_modules/@aws-sdk/client-iot/node_modules/fast-xml-parser/src/xmlbuilder/orderedJs2Xml.js +0 -135
- package/node_modules/@aws-sdk/client-iot/node_modules/fast-xml-parser/src/xmlbuilder/prettifyJs2Xml.js +0 -0
- package/node_modules/@aws-sdk/client-iot/node_modules/fast-xml-parser/src/xmlparser/DocTypeReader.js +0 -152
- package/node_modules/@aws-sdk/client-iot/node_modules/fast-xml-parser/src/xmlparser/OptionsBuilder.js +0 -48
- package/node_modules/@aws-sdk/client-iot/node_modules/fast-xml-parser/src/xmlparser/OrderedObjParser.js +0 -601
- package/node_modules/@aws-sdk/client-iot/node_modules/fast-xml-parser/src/xmlparser/XMLParser.js +0 -58
- package/node_modules/@aws-sdk/client-iot/node_modules/fast-xml-parser/src/xmlparser/node2json.js +0 -113
- package/node_modules/@aws-sdk/client-iot/node_modules/fast-xml-parser/src/xmlparser/xmlNode.js +0 -25
- package/node_modules/@aws-sdk/client-iot/node_modules/strnum/.vscode/launch.json +0 -25
- package/node_modules/@aws-sdk/client-iot/node_modules/strnum/CHANGELOG.md +0 -22
- package/node_modules/@aws-sdk/client-iot/node_modules/strnum/LICENSE +0 -21
- package/node_modules/@aws-sdk/client-iot/node_modules/strnum/README.md +0 -97
- package/node_modules/@aws-sdk/client-iot/node_modules/strnum/package.json +0 -30
- package/node_modules/@aws-sdk/client-iot/node_modules/strnum/strnum.js +0 -111
- package/node_modules/@aws-sdk/client-iot/node_modules/strnum/strnum.test.js +0 -165
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/fast-xml-parser/CHANGELOG.md +0 -594
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/fast-xml-parser/LICENSE +0 -21
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/fast-xml-parser/README.md +0 -236
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/fast-xml-parser/package.json +0 -74
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/fast-xml-parser/src/cli/cli.js +0 -93
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/fast-xml-parser/src/cli/man.js +0 -12
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/fast-xml-parser/src/cli/read.js +0 -92
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/fast-xml-parser/src/fxp.d.ts +0 -402
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/fast-xml-parser/src/fxp.js +0 -11
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/fast-xml-parser/src/util.js +0 -72
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/fast-xml-parser/src/v5/CharsSymbol.js +0 -16
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/fast-xml-parser/src/v5/EntitiesParser.js +0 -107
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/fast-xml-parser/src/v5/OptionsBuilder.js +0 -64
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/fast-xml-parser/src/v5/OutputBuilders/BaseOutputBuilder.js +0 -71
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/fast-xml-parser/src/v5/OutputBuilders/JsArrBuilder.js +0 -103
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/fast-xml-parser/src/v5/OutputBuilders/JsMinArrBuilder.js +0 -102
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/fast-xml-parser/src/v5/OutputBuilders/JsObjBuilder.js +0 -156
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/fast-xml-parser/src/v5/OutputBuilders/ParserOptionsBuilder.js +0 -99
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/fast-xml-parser/src/v5/Report.js +0 -0
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/fast-xml-parser/src/v5/TagPath.js +0 -81
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/fast-xml-parser/src/v5/TagPathMatcher.js +0 -15
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/fast-xml-parser/src/v5/XMLParser.js +0 -85
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/fast-xml-parser/src/v5/Xml2JsParser.js +0 -237
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/fast-xml-parser/src/v5/XmlPartReader.js +0 -212
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/fast-xml-parser/src/v5/XmlSpecialTagsReader.js +0 -118
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/fast-xml-parser/src/v5/inputSource/BufferSource.js +0 -118
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/fast-xml-parser/src/v5/inputSource/StringSource.js +0 -123
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/fast-xml-parser/src/v5/valueParsers/EntitiesParser.js +0 -107
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/fast-xml-parser/src/v5/valueParsers/booleanParser.js +0 -23
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/fast-xml-parser/src/v5/valueParsers/booleanParserExt.js +0 -20
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/fast-xml-parser/src/v5/valueParsers/currency.js +0 -40
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/fast-xml-parser/src/v5/valueParsers/join.js +0 -14
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/fast-xml-parser/src/v5/valueParsers/number.js +0 -16
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/fast-xml-parser/src/v5/valueParsers/trim.js +0 -8
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/fast-xml-parser/src/validator.js +0 -425
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/fast-xml-parser/src/xmlbuilder/json2xml.js +0 -281
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/fast-xml-parser/src/xmlbuilder/orderedJs2Xml.js +0 -135
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/fast-xml-parser/src/xmlbuilder/prettifyJs2Xml.js +0 -0
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/fast-xml-parser/src/xmlparser/DocTypeReader.js +0 -152
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/fast-xml-parser/src/xmlparser/OptionsBuilder.js +0 -48
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/fast-xml-parser/src/xmlparser/OrderedObjParser.js +0 -601
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/fast-xml-parser/src/xmlparser/XMLParser.js +0 -58
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/fast-xml-parser/src/xmlparser/node2json.js +0 -113
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/fast-xml-parser/src/xmlparser/xmlNode.js +0 -25
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/strnum/.vscode/launch.json +0 -25
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/strnum/CHANGELOG.md +0 -22
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/strnum/LICENSE +0 -21
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/strnum/README.md +0 -97
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/strnum/package.json +0 -30
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/strnum/strnum.js +0 -111
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/strnum/strnum.test.js +0 -165
- package/node_modules/@aws-sdk/client-lambda/node_modules/fast-xml-parser/CHANGELOG.md +0 -594
- package/node_modules/@aws-sdk/client-lambda/node_modules/fast-xml-parser/LICENSE +0 -21
- package/node_modules/@aws-sdk/client-lambda/node_modules/fast-xml-parser/README.md +0 -236
- package/node_modules/@aws-sdk/client-lambda/node_modules/fast-xml-parser/package.json +0 -74
- package/node_modules/@aws-sdk/client-lambda/node_modules/fast-xml-parser/src/cli/cli.js +0 -93
- package/node_modules/@aws-sdk/client-lambda/node_modules/fast-xml-parser/src/cli/man.js +0 -12
- package/node_modules/@aws-sdk/client-lambda/node_modules/fast-xml-parser/src/cli/read.js +0 -92
- package/node_modules/@aws-sdk/client-lambda/node_modules/fast-xml-parser/src/fxp.d.ts +0 -402
- package/node_modules/@aws-sdk/client-lambda/node_modules/fast-xml-parser/src/fxp.js +0 -11
- package/node_modules/@aws-sdk/client-lambda/node_modules/fast-xml-parser/src/util.js +0 -72
- package/node_modules/@aws-sdk/client-lambda/node_modules/fast-xml-parser/src/v5/CharsSymbol.js +0 -16
- package/node_modules/@aws-sdk/client-lambda/node_modules/fast-xml-parser/src/v5/EntitiesParser.js +0 -107
- package/node_modules/@aws-sdk/client-lambda/node_modules/fast-xml-parser/src/v5/OptionsBuilder.js +0 -64
- package/node_modules/@aws-sdk/client-lambda/node_modules/fast-xml-parser/src/v5/OutputBuilders/BaseOutputBuilder.js +0 -71
- package/node_modules/@aws-sdk/client-lambda/node_modules/fast-xml-parser/src/v5/OutputBuilders/JsArrBuilder.js +0 -103
- package/node_modules/@aws-sdk/client-lambda/node_modules/fast-xml-parser/src/v5/OutputBuilders/JsMinArrBuilder.js +0 -102
- package/node_modules/@aws-sdk/client-lambda/node_modules/fast-xml-parser/src/v5/OutputBuilders/JsObjBuilder.js +0 -156
- package/node_modules/@aws-sdk/client-lambda/node_modules/fast-xml-parser/src/v5/OutputBuilders/ParserOptionsBuilder.js +0 -99
- package/node_modules/@aws-sdk/client-lambda/node_modules/fast-xml-parser/src/v5/Report.js +0 -0
- package/node_modules/@aws-sdk/client-lambda/node_modules/fast-xml-parser/src/v5/TagPath.js +0 -81
- package/node_modules/@aws-sdk/client-lambda/node_modules/fast-xml-parser/src/v5/TagPathMatcher.js +0 -15
- package/node_modules/@aws-sdk/client-lambda/node_modules/fast-xml-parser/src/v5/XMLParser.js +0 -85
- package/node_modules/@aws-sdk/client-lambda/node_modules/fast-xml-parser/src/v5/Xml2JsParser.js +0 -237
- package/node_modules/@aws-sdk/client-lambda/node_modules/fast-xml-parser/src/v5/XmlPartReader.js +0 -212
- package/node_modules/@aws-sdk/client-lambda/node_modules/fast-xml-parser/src/v5/XmlSpecialTagsReader.js +0 -118
- package/node_modules/@aws-sdk/client-lambda/node_modules/fast-xml-parser/src/v5/inputSource/BufferSource.js +0 -118
- package/node_modules/@aws-sdk/client-lambda/node_modules/fast-xml-parser/src/v5/inputSource/StringSource.js +0 -123
- package/node_modules/@aws-sdk/client-lambda/node_modules/fast-xml-parser/src/v5/valueParsers/EntitiesParser.js +0 -107
- package/node_modules/@aws-sdk/client-lambda/node_modules/fast-xml-parser/src/v5/valueParsers/booleanParser.js +0 -23
- package/node_modules/@aws-sdk/client-lambda/node_modules/fast-xml-parser/src/v5/valueParsers/booleanParserExt.js +0 -20
- package/node_modules/@aws-sdk/client-lambda/node_modules/fast-xml-parser/src/v5/valueParsers/currency.js +0 -40
- package/node_modules/@aws-sdk/client-lambda/node_modules/fast-xml-parser/src/v5/valueParsers/join.js +0 -14
- package/node_modules/@aws-sdk/client-lambda/node_modules/fast-xml-parser/src/v5/valueParsers/number.js +0 -16
- package/node_modules/@aws-sdk/client-lambda/node_modules/fast-xml-parser/src/v5/valueParsers/trim.js +0 -8
- package/node_modules/@aws-sdk/client-lambda/node_modules/fast-xml-parser/src/validator.js +0 -425
- package/node_modules/@aws-sdk/client-lambda/node_modules/fast-xml-parser/src/xmlbuilder/json2xml.js +0 -281
- package/node_modules/@aws-sdk/client-lambda/node_modules/fast-xml-parser/src/xmlbuilder/orderedJs2Xml.js +0 -135
- package/node_modules/@aws-sdk/client-lambda/node_modules/fast-xml-parser/src/xmlbuilder/prettifyJs2Xml.js +0 -0
- package/node_modules/@aws-sdk/client-lambda/node_modules/fast-xml-parser/src/xmlparser/DocTypeReader.js +0 -152
- package/node_modules/@aws-sdk/client-lambda/node_modules/fast-xml-parser/src/xmlparser/OptionsBuilder.js +0 -48
- package/node_modules/@aws-sdk/client-lambda/node_modules/fast-xml-parser/src/xmlparser/OrderedObjParser.js +0 -601
- package/node_modules/@aws-sdk/client-lambda/node_modules/fast-xml-parser/src/xmlparser/XMLParser.js +0 -58
- package/node_modules/@aws-sdk/client-lambda/node_modules/fast-xml-parser/src/xmlparser/node2json.js +0 -113
- package/node_modules/@aws-sdk/client-lambda/node_modules/fast-xml-parser/src/xmlparser/xmlNode.js +0 -25
- package/node_modules/@aws-sdk/client-lambda/node_modules/strnum/.vscode/launch.json +0 -25
- package/node_modules/@aws-sdk/client-lambda/node_modules/strnum/CHANGELOG.md +0 -22
- package/node_modules/@aws-sdk/client-lambda/node_modules/strnum/LICENSE +0 -21
- package/node_modules/@aws-sdk/client-lambda/node_modules/strnum/README.md +0 -97
- package/node_modules/@aws-sdk/client-lambda/node_modules/strnum/package.json +0 -30
- package/node_modules/@aws-sdk/client-lambda/node_modules/strnum/strnum.js +0 -111
- package/node_modules/@aws-sdk/client-lambda/node_modules/strnum/strnum.test.js +0 -165
- package/node_modules/@aws-sdk/client-s3/node_modules/fast-xml-parser/CHANGELOG.md +0 -594
- package/node_modules/@aws-sdk/client-s3/node_modules/fast-xml-parser/LICENSE +0 -21
- package/node_modules/@aws-sdk/client-s3/node_modules/fast-xml-parser/README.md +0 -236
- package/node_modules/@aws-sdk/client-s3/node_modules/fast-xml-parser/package.json +0 -74
- package/node_modules/@aws-sdk/client-s3/node_modules/fast-xml-parser/src/cli/cli.js +0 -93
- package/node_modules/@aws-sdk/client-s3/node_modules/fast-xml-parser/src/cli/man.js +0 -12
- package/node_modules/@aws-sdk/client-s3/node_modules/fast-xml-parser/src/cli/read.js +0 -92
- package/node_modules/@aws-sdk/client-s3/node_modules/fast-xml-parser/src/fxp.d.ts +0 -402
- package/node_modules/@aws-sdk/client-s3/node_modules/fast-xml-parser/src/fxp.js +0 -11
- package/node_modules/@aws-sdk/client-s3/node_modules/fast-xml-parser/src/util.js +0 -72
- package/node_modules/@aws-sdk/client-s3/node_modules/fast-xml-parser/src/v5/CharsSymbol.js +0 -16
- package/node_modules/@aws-sdk/client-s3/node_modules/fast-xml-parser/src/v5/EntitiesParser.js +0 -107
- package/node_modules/@aws-sdk/client-s3/node_modules/fast-xml-parser/src/v5/OptionsBuilder.js +0 -64
- package/node_modules/@aws-sdk/client-s3/node_modules/fast-xml-parser/src/v5/OutputBuilders/BaseOutputBuilder.js +0 -71
- package/node_modules/@aws-sdk/client-s3/node_modules/fast-xml-parser/src/v5/OutputBuilders/JsArrBuilder.js +0 -103
- package/node_modules/@aws-sdk/client-s3/node_modules/fast-xml-parser/src/v5/OutputBuilders/JsMinArrBuilder.js +0 -102
- package/node_modules/@aws-sdk/client-s3/node_modules/fast-xml-parser/src/v5/OutputBuilders/JsObjBuilder.js +0 -156
- package/node_modules/@aws-sdk/client-s3/node_modules/fast-xml-parser/src/v5/OutputBuilders/ParserOptionsBuilder.js +0 -99
- package/node_modules/@aws-sdk/client-s3/node_modules/fast-xml-parser/src/v5/Report.js +0 -0
- package/node_modules/@aws-sdk/client-s3/node_modules/fast-xml-parser/src/v5/TagPath.js +0 -81
- package/node_modules/@aws-sdk/client-s3/node_modules/fast-xml-parser/src/v5/TagPathMatcher.js +0 -15
- package/node_modules/@aws-sdk/client-s3/node_modules/fast-xml-parser/src/v5/XMLParser.js +0 -85
- package/node_modules/@aws-sdk/client-s3/node_modules/fast-xml-parser/src/v5/Xml2JsParser.js +0 -237
- package/node_modules/@aws-sdk/client-s3/node_modules/fast-xml-parser/src/v5/XmlPartReader.js +0 -212
- package/node_modules/@aws-sdk/client-s3/node_modules/fast-xml-parser/src/v5/XmlSpecialTagsReader.js +0 -118
- package/node_modules/@aws-sdk/client-s3/node_modules/fast-xml-parser/src/v5/inputSource/BufferSource.js +0 -118
- package/node_modules/@aws-sdk/client-s3/node_modules/fast-xml-parser/src/v5/inputSource/StringSource.js +0 -123
- package/node_modules/@aws-sdk/client-s3/node_modules/fast-xml-parser/src/v5/valueParsers/EntitiesParser.js +0 -107
- package/node_modules/@aws-sdk/client-s3/node_modules/fast-xml-parser/src/v5/valueParsers/booleanParser.js +0 -23
- package/node_modules/@aws-sdk/client-s3/node_modules/fast-xml-parser/src/v5/valueParsers/booleanParserExt.js +0 -20
- package/node_modules/@aws-sdk/client-s3/node_modules/fast-xml-parser/src/v5/valueParsers/currency.js +0 -40
- package/node_modules/@aws-sdk/client-s3/node_modules/fast-xml-parser/src/v5/valueParsers/join.js +0 -14
- package/node_modules/@aws-sdk/client-s3/node_modules/fast-xml-parser/src/v5/valueParsers/number.js +0 -16
- package/node_modules/@aws-sdk/client-s3/node_modules/fast-xml-parser/src/v5/valueParsers/trim.js +0 -8
- package/node_modules/@aws-sdk/client-s3/node_modules/fast-xml-parser/src/validator.js +0 -425
- package/node_modules/@aws-sdk/client-s3/node_modules/fast-xml-parser/src/xmlbuilder/json2xml.js +0 -281
- package/node_modules/@aws-sdk/client-s3/node_modules/fast-xml-parser/src/xmlbuilder/orderedJs2Xml.js +0 -135
- package/node_modules/@aws-sdk/client-s3/node_modules/fast-xml-parser/src/xmlbuilder/prettifyJs2Xml.js +0 -0
- package/node_modules/@aws-sdk/client-s3/node_modules/fast-xml-parser/src/xmlparser/DocTypeReader.js +0 -152
- package/node_modules/@aws-sdk/client-s3/node_modules/fast-xml-parser/src/xmlparser/OptionsBuilder.js +0 -48
- package/node_modules/@aws-sdk/client-s3/node_modules/fast-xml-parser/src/xmlparser/OrderedObjParser.js +0 -601
- package/node_modules/@aws-sdk/client-s3/node_modules/fast-xml-parser/src/xmlparser/XMLParser.js +0 -58
- package/node_modules/@aws-sdk/client-s3/node_modules/fast-xml-parser/src/xmlparser/node2json.js +0 -113
- package/node_modules/@aws-sdk/client-s3/node_modules/fast-xml-parser/src/xmlparser/xmlNode.js +0 -25
- package/node_modules/@aws-sdk/client-s3/node_modules/strnum/.vscode/launch.json +0 -25
- package/node_modules/@aws-sdk/client-s3/node_modules/strnum/CHANGELOG.md +0 -22
- package/node_modules/@aws-sdk/client-s3/node_modules/strnum/LICENSE +0 -21
- package/node_modules/@aws-sdk/client-s3/node_modules/strnum/README.md +0 -97
- package/node_modules/@aws-sdk/client-s3/node_modules/strnum/package.json +0 -30
- package/node_modules/@aws-sdk/client-s3/node_modules/strnum/strnum.js +0 -111
- package/node_modules/@aws-sdk/client-s3/node_modules/strnum/strnum.test.js +0 -165
- package/node_modules/@aws-sdk/credential-providers/node_modules/fast-xml-parser/CHANGELOG.md +0 -594
- package/node_modules/@aws-sdk/credential-providers/node_modules/fast-xml-parser/LICENSE +0 -21
- package/node_modules/@aws-sdk/credential-providers/node_modules/fast-xml-parser/README.md +0 -236
- package/node_modules/@aws-sdk/credential-providers/node_modules/fast-xml-parser/package.json +0 -74
- package/node_modules/@aws-sdk/credential-providers/node_modules/fast-xml-parser/src/cli/cli.js +0 -93
- package/node_modules/@aws-sdk/credential-providers/node_modules/fast-xml-parser/src/cli/man.js +0 -12
- package/node_modules/@aws-sdk/credential-providers/node_modules/fast-xml-parser/src/cli/read.js +0 -92
- package/node_modules/@aws-sdk/credential-providers/node_modules/fast-xml-parser/src/fxp.d.ts +0 -402
- package/node_modules/@aws-sdk/credential-providers/node_modules/fast-xml-parser/src/fxp.js +0 -11
- package/node_modules/@aws-sdk/credential-providers/node_modules/fast-xml-parser/src/util.js +0 -72
- package/node_modules/@aws-sdk/credential-providers/node_modules/fast-xml-parser/src/v5/CharsSymbol.js +0 -16
- package/node_modules/@aws-sdk/credential-providers/node_modules/fast-xml-parser/src/v5/EntitiesParser.js +0 -107
- package/node_modules/@aws-sdk/credential-providers/node_modules/fast-xml-parser/src/v5/OptionsBuilder.js +0 -64
- package/node_modules/@aws-sdk/credential-providers/node_modules/fast-xml-parser/src/v5/OutputBuilders/BaseOutputBuilder.js +0 -71
- package/node_modules/@aws-sdk/credential-providers/node_modules/fast-xml-parser/src/v5/OutputBuilders/JsArrBuilder.js +0 -103
- package/node_modules/@aws-sdk/credential-providers/node_modules/fast-xml-parser/src/v5/OutputBuilders/JsMinArrBuilder.js +0 -102
- package/node_modules/@aws-sdk/credential-providers/node_modules/fast-xml-parser/src/v5/OutputBuilders/JsObjBuilder.js +0 -156
- package/node_modules/@aws-sdk/credential-providers/node_modules/fast-xml-parser/src/v5/OutputBuilders/ParserOptionsBuilder.js +0 -99
- package/node_modules/@aws-sdk/credential-providers/node_modules/fast-xml-parser/src/v5/Report.js +0 -0
- package/node_modules/@aws-sdk/credential-providers/node_modules/fast-xml-parser/src/v5/TagPath.js +0 -81
- package/node_modules/@aws-sdk/credential-providers/node_modules/fast-xml-parser/src/v5/TagPathMatcher.js +0 -15
- package/node_modules/@aws-sdk/credential-providers/node_modules/fast-xml-parser/src/v5/XMLParser.js +0 -85
- package/node_modules/@aws-sdk/credential-providers/node_modules/fast-xml-parser/src/v5/Xml2JsParser.js +0 -237
- package/node_modules/@aws-sdk/credential-providers/node_modules/fast-xml-parser/src/v5/XmlPartReader.js +0 -212
- package/node_modules/@aws-sdk/credential-providers/node_modules/fast-xml-parser/src/v5/XmlSpecialTagsReader.js +0 -118
- package/node_modules/@aws-sdk/credential-providers/node_modules/fast-xml-parser/src/v5/inputSource/BufferSource.js +0 -118
- package/node_modules/@aws-sdk/credential-providers/node_modules/fast-xml-parser/src/v5/inputSource/StringSource.js +0 -123
- package/node_modules/@aws-sdk/credential-providers/node_modules/fast-xml-parser/src/v5/valueParsers/EntitiesParser.js +0 -107
- package/node_modules/@aws-sdk/credential-providers/node_modules/fast-xml-parser/src/v5/valueParsers/booleanParser.js +0 -23
- package/node_modules/@aws-sdk/credential-providers/node_modules/fast-xml-parser/src/v5/valueParsers/booleanParserExt.js +0 -20
- package/node_modules/@aws-sdk/credential-providers/node_modules/fast-xml-parser/src/v5/valueParsers/currency.js +0 -40
- package/node_modules/@aws-sdk/credential-providers/node_modules/fast-xml-parser/src/v5/valueParsers/join.js +0 -14
- package/node_modules/@aws-sdk/credential-providers/node_modules/fast-xml-parser/src/v5/valueParsers/number.js +0 -16
- package/node_modules/@aws-sdk/credential-providers/node_modules/fast-xml-parser/src/v5/valueParsers/trim.js +0 -8
- package/node_modules/@aws-sdk/credential-providers/node_modules/fast-xml-parser/src/validator.js +0 -425
- package/node_modules/@aws-sdk/credential-providers/node_modules/fast-xml-parser/src/xmlbuilder/json2xml.js +0 -281
- package/node_modules/@aws-sdk/credential-providers/node_modules/fast-xml-parser/src/xmlbuilder/orderedJs2Xml.js +0 -135
- package/node_modules/@aws-sdk/credential-providers/node_modules/fast-xml-parser/src/xmlbuilder/prettifyJs2Xml.js +0 -0
- package/node_modules/@aws-sdk/credential-providers/node_modules/fast-xml-parser/src/xmlparser/DocTypeReader.js +0 -152
- package/node_modules/@aws-sdk/credential-providers/node_modules/fast-xml-parser/src/xmlparser/OptionsBuilder.js +0 -48
- package/node_modules/@aws-sdk/credential-providers/node_modules/fast-xml-parser/src/xmlparser/OrderedObjParser.js +0 -601
- package/node_modules/@aws-sdk/credential-providers/node_modules/fast-xml-parser/src/xmlparser/XMLParser.js +0 -58
- package/node_modules/@aws-sdk/credential-providers/node_modules/fast-xml-parser/src/xmlparser/node2json.js +0 -113
- package/node_modules/@aws-sdk/credential-providers/node_modules/fast-xml-parser/src/xmlparser/xmlNode.js +0 -25
- package/node_modules/@aws-sdk/credential-providers/node_modules/strnum/.vscode/launch.json +0 -25
- package/node_modules/@aws-sdk/credential-providers/node_modules/strnum/CHANGELOG.md +0 -22
- package/node_modules/@aws-sdk/credential-providers/node_modules/strnum/LICENSE +0 -21
- package/node_modules/@aws-sdk/credential-providers/node_modules/strnum/README.md +0 -97
- package/node_modules/@aws-sdk/credential-providers/node_modules/strnum/package.json +0 -30
- package/node_modules/@aws-sdk/credential-providers/node_modules/strnum/strnum.js +0 -111
- package/node_modules/@aws-sdk/credential-providers/node_modules/strnum/strnum.test.js +0 -165
- package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/fast-xml-parser/CHANGELOG.md +0 -594
- package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/fast-xml-parser/LICENSE +0 -21
- package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/fast-xml-parser/README.md +0 -236
- package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/fast-xml-parser/package.json +0 -74
- package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/fast-xml-parser/src/cli/cli.js +0 -93
- package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/fast-xml-parser/src/cli/man.js +0 -12
- package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/fast-xml-parser/src/cli/read.js +0 -92
- package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/fast-xml-parser/src/fxp.d.ts +0 -402
- package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/fast-xml-parser/src/fxp.js +0 -11
- package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/fast-xml-parser/src/util.js +0 -72
- package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/fast-xml-parser/src/v5/CharsSymbol.js +0 -16
- package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/fast-xml-parser/src/v5/EntitiesParser.js +0 -107
- package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/fast-xml-parser/src/v5/OptionsBuilder.js +0 -64
- package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/fast-xml-parser/src/v5/OutputBuilders/BaseOutputBuilder.js +0 -71
- package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/fast-xml-parser/src/v5/OutputBuilders/JsArrBuilder.js +0 -103
- package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/fast-xml-parser/src/v5/OutputBuilders/JsMinArrBuilder.js +0 -102
- package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/fast-xml-parser/src/v5/OutputBuilders/JsObjBuilder.js +0 -156
- package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/fast-xml-parser/src/v5/OutputBuilders/ParserOptionsBuilder.js +0 -99
- package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/fast-xml-parser/src/v5/Report.js +0 -0
- package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/fast-xml-parser/src/v5/TagPath.js +0 -81
- package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/fast-xml-parser/src/v5/TagPathMatcher.js +0 -15
- package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/fast-xml-parser/src/v5/XMLParser.js +0 -85
- package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/fast-xml-parser/src/v5/Xml2JsParser.js +0 -237
- package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/fast-xml-parser/src/v5/XmlPartReader.js +0 -212
- package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/fast-xml-parser/src/v5/XmlSpecialTagsReader.js +0 -118
- package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/fast-xml-parser/src/v5/inputSource/BufferSource.js +0 -118
- package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/fast-xml-parser/src/v5/inputSource/StringSource.js +0 -123
- package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/fast-xml-parser/src/v5/valueParsers/EntitiesParser.js +0 -107
- package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/fast-xml-parser/src/v5/valueParsers/booleanParser.js +0 -23
- package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/fast-xml-parser/src/v5/valueParsers/booleanParserExt.js +0 -20
- package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/fast-xml-parser/src/v5/valueParsers/currency.js +0 -40
- package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/fast-xml-parser/src/v5/valueParsers/join.js +0 -14
- package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/fast-xml-parser/src/v5/valueParsers/number.js +0 -16
- package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/fast-xml-parser/src/v5/valueParsers/trim.js +0 -8
- package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/fast-xml-parser/src/validator.js +0 -425
- package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/fast-xml-parser/src/xmlbuilder/json2xml.js +0 -281
- package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/fast-xml-parser/src/xmlbuilder/orderedJs2Xml.js +0 -135
- package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/fast-xml-parser/src/xmlbuilder/prettifyJs2Xml.js +0 -0
- package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/fast-xml-parser/src/xmlparser/DocTypeReader.js +0 -152
- package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/fast-xml-parser/src/xmlparser/OptionsBuilder.js +0 -48
- package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/fast-xml-parser/src/xmlparser/OrderedObjParser.js +0 -601
- package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/fast-xml-parser/src/xmlparser/XMLParser.js +0 -58
- package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/fast-xml-parser/src/xmlparser/node2json.js +0 -113
- package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/fast-xml-parser/src/xmlparser/xmlNode.js +0 -25
- package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/strnum/.vscode/launch.json +0 -25
- package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/strnum/CHANGELOG.md +0 -22
- package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/strnum/LICENSE +0 -21
- package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/strnum/README.md +0 -97
- package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/strnum/package.json +0 -30
- package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/strnum/strnum.js +0 -111
- package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/strnum/strnum.test.js +0 -165
- package/node_modules/@aws-sdk/nested-clients/node_modules/fast-xml-parser/CHANGELOG.md +0 -594
- package/node_modules/@aws-sdk/nested-clients/node_modules/fast-xml-parser/LICENSE +0 -21
- package/node_modules/@aws-sdk/nested-clients/node_modules/fast-xml-parser/README.md +0 -236
- package/node_modules/@aws-sdk/nested-clients/node_modules/fast-xml-parser/package.json +0 -74
- package/node_modules/@aws-sdk/nested-clients/node_modules/fast-xml-parser/src/cli/cli.js +0 -93
- package/node_modules/@aws-sdk/nested-clients/node_modules/fast-xml-parser/src/cli/man.js +0 -12
- package/node_modules/@aws-sdk/nested-clients/node_modules/fast-xml-parser/src/cli/read.js +0 -92
- package/node_modules/@aws-sdk/nested-clients/node_modules/fast-xml-parser/src/fxp.d.ts +0 -402
- package/node_modules/@aws-sdk/nested-clients/node_modules/fast-xml-parser/src/fxp.js +0 -11
- package/node_modules/@aws-sdk/nested-clients/node_modules/fast-xml-parser/src/util.js +0 -72
- package/node_modules/@aws-sdk/nested-clients/node_modules/fast-xml-parser/src/v5/CharsSymbol.js +0 -16
- package/node_modules/@aws-sdk/nested-clients/node_modules/fast-xml-parser/src/v5/EntitiesParser.js +0 -107
- package/node_modules/@aws-sdk/nested-clients/node_modules/fast-xml-parser/src/v5/OptionsBuilder.js +0 -64
- package/node_modules/@aws-sdk/nested-clients/node_modules/fast-xml-parser/src/v5/OutputBuilders/BaseOutputBuilder.js +0 -71
- package/node_modules/@aws-sdk/nested-clients/node_modules/fast-xml-parser/src/v5/OutputBuilders/JsArrBuilder.js +0 -103
- package/node_modules/@aws-sdk/nested-clients/node_modules/fast-xml-parser/src/v5/OutputBuilders/JsMinArrBuilder.js +0 -102
- package/node_modules/@aws-sdk/nested-clients/node_modules/fast-xml-parser/src/v5/OutputBuilders/JsObjBuilder.js +0 -156
- package/node_modules/@aws-sdk/nested-clients/node_modules/fast-xml-parser/src/v5/OutputBuilders/ParserOptionsBuilder.js +0 -99
- package/node_modules/@aws-sdk/nested-clients/node_modules/fast-xml-parser/src/v5/Report.js +0 -0
- package/node_modules/@aws-sdk/nested-clients/node_modules/fast-xml-parser/src/v5/TagPath.js +0 -81
- package/node_modules/@aws-sdk/nested-clients/node_modules/fast-xml-parser/src/v5/TagPathMatcher.js +0 -15
- package/node_modules/@aws-sdk/nested-clients/node_modules/fast-xml-parser/src/v5/XMLParser.js +0 -85
- package/node_modules/@aws-sdk/nested-clients/node_modules/fast-xml-parser/src/v5/Xml2JsParser.js +0 -237
- package/node_modules/@aws-sdk/nested-clients/node_modules/fast-xml-parser/src/v5/XmlPartReader.js +0 -212
- package/node_modules/@aws-sdk/nested-clients/node_modules/fast-xml-parser/src/v5/XmlSpecialTagsReader.js +0 -118
- package/node_modules/@aws-sdk/nested-clients/node_modules/fast-xml-parser/src/v5/inputSource/BufferSource.js +0 -118
- package/node_modules/@aws-sdk/nested-clients/node_modules/fast-xml-parser/src/v5/inputSource/StringSource.js +0 -123
- package/node_modules/@aws-sdk/nested-clients/node_modules/fast-xml-parser/src/v5/valueParsers/EntitiesParser.js +0 -107
- package/node_modules/@aws-sdk/nested-clients/node_modules/fast-xml-parser/src/v5/valueParsers/booleanParser.js +0 -23
- package/node_modules/@aws-sdk/nested-clients/node_modules/fast-xml-parser/src/v5/valueParsers/booleanParserExt.js +0 -20
- package/node_modules/@aws-sdk/nested-clients/node_modules/fast-xml-parser/src/v5/valueParsers/currency.js +0 -40
- package/node_modules/@aws-sdk/nested-clients/node_modules/fast-xml-parser/src/v5/valueParsers/join.js +0 -14
- package/node_modules/@aws-sdk/nested-clients/node_modules/fast-xml-parser/src/v5/valueParsers/number.js +0 -16
- package/node_modules/@aws-sdk/nested-clients/node_modules/fast-xml-parser/src/v5/valueParsers/trim.js +0 -8
- package/node_modules/@aws-sdk/nested-clients/node_modules/fast-xml-parser/src/validator.js +0 -425
- package/node_modules/@aws-sdk/nested-clients/node_modules/fast-xml-parser/src/xmlbuilder/json2xml.js +0 -281
- package/node_modules/@aws-sdk/nested-clients/node_modules/fast-xml-parser/src/xmlbuilder/orderedJs2Xml.js +0 -135
- package/node_modules/@aws-sdk/nested-clients/node_modules/fast-xml-parser/src/xmlbuilder/prettifyJs2Xml.js +0 -0
- package/node_modules/@aws-sdk/nested-clients/node_modules/fast-xml-parser/src/xmlparser/DocTypeReader.js +0 -152
- package/node_modules/@aws-sdk/nested-clients/node_modules/fast-xml-parser/src/xmlparser/OptionsBuilder.js +0 -48
- package/node_modules/@aws-sdk/nested-clients/node_modules/fast-xml-parser/src/xmlparser/OrderedObjParser.js +0 -601
- package/node_modules/@aws-sdk/nested-clients/node_modules/fast-xml-parser/src/xmlparser/XMLParser.js +0 -58
- package/node_modules/@aws-sdk/nested-clients/node_modules/fast-xml-parser/src/xmlparser/node2json.js +0 -113
- package/node_modules/@aws-sdk/nested-clients/node_modules/fast-xml-parser/src/xmlparser/xmlNode.js +0 -25
- package/node_modules/@aws-sdk/nested-clients/node_modules/strnum/.vscode/launch.json +0 -25
- package/node_modules/@aws-sdk/nested-clients/node_modules/strnum/CHANGELOG.md +0 -22
- package/node_modules/@aws-sdk/nested-clients/node_modules/strnum/LICENSE +0 -21
- package/node_modules/@aws-sdk/nested-clients/node_modules/strnum/README.md +0 -97
- package/node_modules/@aws-sdk/nested-clients/node_modules/strnum/package.json +0 -30
- package/node_modules/@aws-sdk/nested-clients/node_modules/strnum/strnum.js +0 -111
- package/node_modules/@aws-sdk/nested-clients/node_modules/strnum/strnum.test.js +0 -165
- package/node_modules/@types/node/compatibility/disposable.d.ts +0 -16
- package/node_modules/@types/node/compatibility/index.d.ts +0 -9
- package/node_modules/@types/node/compatibility/indexable.d.ts +0 -23
- package/node_modules/undici-types/file.d.ts +0 -39
- package/node_modules/undici-types/filereader.d.ts +0 -54
|
@@ -1,18 +1,1310 @@
|
|
|
1
1
|
import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client";
|
|
2
2
|
import { StreamingBlobTypes } from "@smithy/types";
|
|
3
|
-
import { AccessControlPolicy, BucketVersioningStatus, ChecksumAlgorithm, ChecksumType, CORSRule, ErrorDocument, Grant, IndexDocument, IntelligentTieringConfiguration, InventoryConfiguration, LifecycleRule, LoggingEnabled, MetricsConfiguration, NotificationConfiguration, ObjectCannedACL, ObjectLockConfiguration, ObjectLockLegalHold, ObjectLockLegalHoldStatus, ObjectLockMode, ObjectLockRetention, OwnershipControls, Payer, PublicAccessBlockConfiguration, RedirectAllRequestsTo, ReplicationConfiguration, ReplicationStatus, RequestCharged, RequestPayer, RoutingRule, ServerSideEncryption, ServerSideEncryptionConfiguration, StorageClass, Tag, TransitionDefaultMinimumObjectSize } from "./models_0";
|
|
3
|
+
import { AccelerateConfiguration, AccessControlPolicy, AnalyticsConfiguration, BucketCannedACL, BucketVersioningStatus, ChecksumAlgorithm, ChecksumType, CommonPrefix, CORSRule, EncodingType, ErrorDocument, Grant, IndexDocument, Initiator, IntelligentTieringConfiguration, InventoryConfiguration, InventoryConfigurationState, LifecycleRule, LoggingEnabled, MetadataTableEncryptionConfiguration, MetricsConfiguration, NotificationConfiguration, ObjectCannedACL, ObjectLockConfiguration, ObjectLockLegalHold, ObjectLockLegalHoldStatus, ObjectLockMode, ObjectLockRetention, Owner, OwnershipControls, Payer, PublicAccessBlockConfiguration, RecordExpiration, RedirectAllRequestsTo, ReplicationConfiguration, ReplicationStatus, RequestCharged, RequestPayer, RestoreStatus, RoutingRule, ServerSideEncryption, ServerSideEncryptionConfiguration, StorageClass, Tag, TransitionDefaultMinimumObjectSize } from "./models_0";
|
|
4
4
|
import { S3ServiceException as __BaseException } from "./S3ServiceException";
|
|
5
5
|
/**
|
|
6
|
-
*
|
|
7
|
-
*
|
|
8
|
-
|
|
9
|
-
|
|
6
|
+
* @public
|
|
7
|
+
* @enum
|
|
8
|
+
*/
|
|
9
|
+
export declare const ObjectStorageClass: {
|
|
10
|
+
readonly DEEP_ARCHIVE: "DEEP_ARCHIVE";
|
|
11
|
+
readonly EXPRESS_ONEZONE: "EXPRESS_ONEZONE";
|
|
12
|
+
readonly FSX_OPENZFS: "FSX_OPENZFS";
|
|
13
|
+
readonly GLACIER: "GLACIER";
|
|
14
|
+
readonly GLACIER_IR: "GLACIER_IR";
|
|
15
|
+
readonly INTELLIGENT_TIERING: "INTELLIGENT_TIERING";
|
|
16
|
+
readonly ONEZONE_IA: "ONEZONE_IA";
|
|
17
|
+
readonly OUTPOSTS: "OUTPOSTS";
|
|
18
|
+
readonly REDUCED_REDUNDANCY: "REDUCED_REDUNDANCY";
|
|
19
|
+
readonly SNOW: "SNOW";
|
|
20
|
+
readonly STANDARD: "STANDARD";
|
|
21
|
+
readonly STANDARD_IA: "STANDARD_IA";
|
|
22
|
+
};
|
|
23
|
+
/**
|
|
24
|
+
* @public
|
|
25
|
+
*/
|
|
26
|
+
export type ObjectStorageClass = (typeof ObjectStorageClass)[keyof typeof ObjectStorageClass];
|
|
27
|
+
/**
|
|
28
|
+
* <p>An object consists of data and its descriptive metadata.</p>
|
|
29
|
+
* @public
|
|
30
|
+
*/
|
|
31
|
+
export interface _Object {
|
|
32
|
+
/**
|
|
33
|
+
* <p>The name that you assign to an object. You use the object key to retrieve the object.</p>
|
|
34
|
+
* @public
|
|
35
|
+
*/
|
|
36
|
+
Key?: string | undefined;
|
|
37
|
+
/**
|
|
38
|
+
* <p>Creation date of the object.</p>
|
|
39
|
+
* @public
|
|
40
|
+
*/
|
|
41
|
+
LastModified?: Date | undefined;
|
|
42
|
+
/**
|
|
43
|
+
* <p>The entity tag is a hash of the object. The ETag reflects changes only to the contents of an object,
|
|
44
|
+
* not its metadata. The ETag may or may not be an MD5 digest of the object data. Whether or not it is
|
|
45
|
+
* depends on how the object was created and how it is encrypted as described below:</p>
|
|
46
|
+
* <ul>
|
|
47
|
+
* <li>
|
|
48
|
+
* <p>Objects created by the PUT Object, POST Object, or Copy operation, or through the Amazon Web Services
|
|
49
|
+
* Management Console, and are encrypted by SSE-S3 or plaintext, have ETags that are an MD5 digest of
|
|
50
|
+
* their object data.</p>
|
|
51
|
+
* </li>
|
|
52
|
+
* <li>
|
|
53
|
+
* <p>Objects created by the PUT Object, POST Object, or Copy operation, or through the Amazon Web Services
|
|
54
|
+
* Management Console, and are encrypted by SSE-C or SSE-KMS, have ETags that are not an MD5 digest of
|
|
55
|
+
* their object data.</p>
|
|
56
|
+
* </li>
|
|
57
|
+
* <li>
|
|
58
|
+
* <p>If an object is created by either the Multipart Upload or Part Copy operation, the ETag is not
|
|
59
|
+
* an MD5 digest, regardless of the method of encryption. If an object is larger than 16 MB, the Amazon Web Services
|
|
60
|
+
* Management Console will upload or copy that object as a Multipart Upload, and therefore the ETag
|
|
61
|
+
* will not be an MD5 digest.</p>
|
|
62
|
+
* </li>
|
|
63
|
+
* </ul>
|
|
64
|
+
* <note>
|
|
65
|
+
* <p>
|
|
66
|
+
* <b>Directory buckets</b> - MD5 is not supported by directory buckets.</p>
|
|
67
|
+
* </note>
|
|
68
|
+
* @public
|
|
69
|
+
*/
|
|
70
|
+
ETag?: string | undefined;
|
|
71
|
+
/**
|
|
72
|
+
* <p>The algorithm that was used to create a checksum of the object.</p>
|
|
73
|
+
* @public
|
|
74
|
+
*/
|
|
75
|
+
ChecksumAlgorithm?: ChecksumAlgorithm[] | undefined;
|
|
76
|
+
/**
|
|
77
|
+
* <p>The checksum type that is used to calculate the object’s checksum value. For more information, see
|
|
78
|
+
* <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/checking-object-integrity.html">Checking
|
|
79
|
+
* object integrity</a> in the <i>Amazon S3 User Guide</i>.</p>
|
|
80
|
+
* @public
|
|
81
|
+
*/
|
|
82
|
+
ChecksumType?: ChecksumType | undefined;
|
|
83
|
+
/**
|
|
84
|
+
* <p>Size in bytes of the object</p>
|
|
85
|
+
* @public
|
|
86
|
+
*/
|
|
87
|
+
Size?: number | undefined;
|
|
88
|
+
/**
|
|
89
|
+
* <p>The class of storage used to store the object.</p>
|
|
90
|
+
* <note>
|
|
91
|
+
* <p>
|
|
92
|
+
* <b>Directory buckets</b> -
|
|
93
|
+
* Directory buckets only support <code>EXPRESS_ONEZONE</code> (the S3 Express One Zone storage class) in Availability Zones and <code>ONEZONE_IA</code> (the S3 One Zone-Infrequent Access storage class) in Dedicated Local Zones.</p>
|
|
94
|
+
* </note>
|
|
95
|
+
* @public
|
|
96
|
+
*/
|
|
97
|
+
StorageClass?: ObjectStorageClass | undefined;
|
|
98
|
+
/**
|
|
99
|
+
* <p>The owner of the object</p>
|
|
100
|
+
* <note>
|
|
101
|
+
* <p>
|
|
102
|
+
* <b>Directory buckets</b> - The bucket owner is returned as the
|
|
103
|
+
* object owner.</p>
|
|
104
|
+
* </note>
|
|
105
|
+
* @public
|
|
106
|
+
*/
|
|
107
|
+
Owner?: Owner | undefined;
|
|
108
|
+
/**
|
|
109
|
+
* <p>Specifies the restoration status of an object. Objects in certain storage classes must be restored
|
|
110
|
+
* before they can be retrieved. For more information about these storage classes and how to work with
|
|
111
|
+
* archived objects, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/archived-objects.html">
|
|
112
|
+
* Working with archived objects</a> in the <i>Amazon S3 User Guide</i>.</p>
|
|
113
|
+
* <note>
|
|
114
|
+
* <p>This functionality is not supported for directory buckets. Directory buckets only support <code>EXPRESS_ONEZONE</code> (the S3 Express One Zone storage class) in Availability Zones and <code>ONEZONE_IA</code> (the S3 One Zone-Infrequent Access storage class) in Dedicated Local Zones.</p>
|
|
115
|
+
* </note>
|
|
116
|
+
* @public
|
|
117
|
+
*/
|
|
118
|
+
RestoreStatus?: RestoreStatus | undefined;
|
|
119
|
+
}
|
|
120
|
+
/**
|
|
121
|
+
* @public
|
|
122
|
+
*/
|
|
123
|
+
export interface ListObjectsOutput {
|
|
124
|
+
/**
|
|
125
|
+
* <p>A flag that indicates whether Amazon S3 returned all of the results that satisfied the search
|
|
126
|
+
* criteria.</p>
|
|
127
|
+
* @public
|
|
128
|
+
*/
|
|
129
|
+
IsTruncated?: boolean | undefined;
|
|
130
|
+
/**
|
|
131
|
+
* <p>Indicates where in the bucket listing begins. Marker is included in the response if it was sent with
|
|
132
|
+
* the request.</p>
|
|
133
|
+
* @public
|
|
134
|
+
*/
|
|
135
|
+
Marker?: string | undefined;
|
|
136
|
+
/**
|
|
137
|
+
* <p>When the response is truncated (the <code>IsTruncated</code> element value in the response is
|
|
138
|
+
* <code>true</code>), you can use the key name in this field as the <code>marker</code> parameter in the
|
|
139
|
+
* subsequent request to get the next set of objects. Amazon S3 lists objects in alphabetical order. </p>
|
|
140
|
+
* <note>
|
|
141
|
+
* <p>This element is returned only if you have the <code>delimiter</code> request parameter specified.
|
|
142
|
+
* If the response does not include the <code>NextMarker</code> element and it is truncated, you can use
|
|
143
|
+
* the value of the last <code>Key</code> element in the response as the <code>marker</code> parameter in
|
|
144
|
+
* the subsequent request to get the next set of object keys.</p>
|
|
145
|
+
* </note>
|
|
146
|
+
* @public
|
|
147
|
+
*/
|
|
148
|
+
NextMarker?: string | undefined;
|
|
149
|
+
/**
|
|
150
|
+
* <p>Metadata about each object returned.</p>
|
|
151
|
+
* @public
|
|
152
|
+
*/
|
|
153
|
+
Contents?: _Object[] | undefined;
|
|
154
|
+
/**
|
|
155
|
+
* <p>The bucket name.</p>
|
|
156
|
+
* @public
|
|
157
|
+
*/
|
|
158
|
+
Name?: string | undefined;
|
|
159
|
+
/**
|
|
160
|
+
* <p>Keys that begin with the indicated prefix.</p>
|
|
161
|
+
* @public
|
|
162
|
+
*/
|
|
163
|
+
Prefix?: string | undefined;
|
|
164
|
+
/**
|
|
165
|
+
* <p>Causes keys that contain the same string between the prefix and the first occurrence of the
|
|
166
|
+
* delimiter to be rolled up into a single result element in the <code>CommonPrefixes</code> collection.
|
|
167
|
+
* These rolled-up keys are not returned elsewhere in the response. Each rolled-up result counts as only
|
|
168
|
+
* one return against the <code>MaxKeys</code> value.</p>
|
|
169
|
+
* @public
|
|
170
|
+
*/
|
|
171
|
+
Delimiter?: string | undefined;
|
|
172
|
+
/**
|
|
173
|
+
* <p>The maximum number of keys returned in the response body.</p>
|
|
174
|
+
* @public
|
|
175
|
+
*/
|
|
176
|
+
MaxKeys?: number | undefined;
|
|
177
|
+
/**
|
|
178
|
+
* <p>All of the keys (up to 1,000) rolled up in a common prefix count as a single return when calculating
|
|
179
|
+
* the number of returns. </p>
|
|
180
|
+
* <p>A response can contain <code>CommonPrefixes</code> only if you specify a delimiter.</p>
|
|
181
|
+
* <p>
|
|
182
|
+
* <code>CommonPrefixes</code> contains all (if there are any) keys between <code>Prefix</code> and the
|
|
183
|
+
* next occurrence of the string specified by the delimiter.</p>
|
|
184
|
+
* <p>
|
|
185
|
+
* <code>CommonPrefixes</code> lists keys that act like subdirectories in the directory specified by
|
|
186
|
+
* <code>Prefix</code>.</p>
|
|
187
|
+
* <p>For example, if the prefix is <code>notes/</code> and the delimiter is a slash (<code>/</code>), as
|
|
188
|
+
* in <code>notes/summer/july</code>, the common prefix is <code>notes/summer/</code>. All of the keys that
|
|
189
|
+
* roll up into a common prefix count as a single return when calculating the number of returns.</p>
|
|
190
|
+
* @public
|
|
191
|
+
*/
|
|
192
|
+
CommonPrefixes?: CommonPrefix[] | undefined;
|
|
193
|
+
/**
|
|
194
|
+
* <p>Encoding type used by Amazon S3 to encode the <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/object-keys.html">object keys</a> in the response. Responses are
|
|
195
|
+
* encoded only in UTF-8. An object key can contain any Unicode character. However, the XML 1.0 parser
|
|
196
|
+
* can't parse certain characters, such as characters with an ASCII value from 0 to 10. For characters that
|
|
197
|
+
* aren't supported in XML 1.0, you can add this parameter to request that Amazon S3 encode the keys in the
|
|
198
|
+
* response. For more information about characters to avoid in object key names, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/object-keys.html#object-key-guidelines">Object key
|
|
199
|
+
* naming guidelines</a>.</p>
|
|
200
|
+
* <note>
|
|
201
|
+
* <p>When using the URL encoding type, non-ASCII characters that are used in an object's key name will
|
|
202
|
+
* be percent-encoded according to UTF-8 code values. For example, the object
|
|
203
|
+
* <code>test_file(3).png</code> will appear as <code>test_file%283%29.png</code>.</p>
|
|
204
|
+
* </note>
|
|
205
|
+
* @public
|
|
206
|
+
*/
|
|
207
|
+
EncodingType?: EncodingType | undefined;
|
|
208
|
+
/**
|
|
209
|
+
* <p>If present, indicates that the requester was successfully charged for the request. For more
|
|
210
|
+
* information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/RequesterPaysBuckets.html">Using Requester Pays buckets for storage transfers and usage</a> in the <i>Amazon Simple
|
|
211
|
+
* Storage Service user guide</i>.</p>
|
|
212
|
+
* <note>
|
|
213
|
+
* <p>This functionality is not supported for directory buckets.</p>
|
|
214
|
+
* </note>
|
|
215
|
+
* @public
|
|
216
|
+
*/
|
|
217
|
+
RequestCharged?: RequestCharged | undefined;
|
|
218
|
+
}
|
|
219
|
+
/**
|
|
220
|
+
* @public
|
|
221
|
+
* @enum
|
|
222
|
+
*/
|
|
223
|
+
export declare const OptionalObjectAttributes: {
|
|
224
|
+
readonly RESTORE_STATUS: "RestoreStatus";
|
|
225
|
+
};
|
|
226
|
+
/**
|
|
227
|
+
* @public
|
|
228
|
+
*/
|
|
229
|
+
export type OptionalObjectAttributes = (typeof OptionalObjectAttributes)[keyof typeof OptionalObjectAttributes];
|
|
230
|
+
/**
|
|
231
|
+
* @public
|
|
232
|
+
*/
|
|
233
|
+
export interface ListObjectsRequest {
|
|
234
|
+
/**
|
|
235
|
+
* <p>The name of the bucket containing the objects.</p>
|
|
236
|
+
* <p>
|
|
237
|
+
* <b>Directory buckets</b> - When you use this operation with a directory bucket, you must use virtual-hosted-style requests in the format <code>
|
|
238
|
+
* <i>Bucket-name</i>.s3express-<i>zone-id</i>.<i>region-code</i>.amazonaws.com</code>. Path-style requests are not supported. Directory bucket names must be unique in the chosen Zone (Availability Zone or Local Zone). Bucket names must follow the format <code>
|
|
239
|
+
* <i>bucket-base-name</i>--<i>zone-id</i>--x-s3</code> (for example, <code>
|
|
240
|
+
* <i>amzn-s3-demo-bucket</i>--<i>usw2-az1</i>--x-s3</code>). For information about bucket naming
|
|
241
|
+
* restrictions, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/directory-bucket-naming-rules.html">Directory bucket naming
|
|
242
|
+
* rules</a> in the <i>Amazon S3 User Guide</i>.</p>
|
|
243
|
+
* <p>
|
|
244
|
+
* <b>Access points</b> - When you use this action with an access point for general purpose buckets, you must provide the alias of the access point in place of the bucket name or specify the access point ARN. When you use this action with an access point for directory buckets, you must provide the access point name in place of the bucket name. When using the access point ARN, you must direct requests to the access point hostname. The access point hostname takes the form <i>AccessPointName</i>-<i>AccountId</i>.s3-accesspoint.<i>Region</i>.amazonaws.com. When using this action with an access point through the Amazon Web Services SDKs, you provide the access point ARN in place of the bucket name. For more information about access point ARNs, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/using-access-points.html">Using access points</a> in the <i>Amazon S3 User Guide</i>.</p>
|
|
245
|
+
* <note>
|
|
246
|
+
* <p>Object Lambda access points are not supported by directory buckets.</p>
|
|
247
|
+
* </note>
|
|
248
|
+
* <p>
|
|
249
|
+
* <b>S3 on Outposts</b> - When you use this action with S3 on Outposts, you must direct requests to the S3 on Outposts hostname. The S3 on Outposts hostname takes the
|
|
250
|
+
* form <code>
|
|
251
|
+
* <i>AccessPointName</i>-<i>AccountId</i>.<i>outpostID</i>.s3-outposts.<i>Region</i>.amazonaws.com</code>. When you use this action with S3 on Outposts, the destination bucket must be the Outposts access point ARN or the access point alias. For more information about S3 on Outposts, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/S3onOutposts.html">What is S3 on Outposts?</a> in the <i>Amazon S3 User Guide</i>.</p>
|
|
252
|
+
* <p>Note: To supply the Multi-region Access Point (MRAP) to Bucket, you need to install the "@aws-sdk/signature-v4-crt" package to your project dependencies.
|
|
253
|
+
* For more information, please go to https://github.com/aws/aws-sdk-js-v3#known-issues</p>
|
|
254
|
+
* @public
|
|
255
|
+
*/
|
|
256
|
+
Bucket: string | undefined;
|
|
257
|
+
/**
|
|
258
|
+
* <p>A delimiter is a character that you use to group keys.</p>
|
|
259
|
+
* <p>
|
|
260
|
+
* <code>CommonPrefixes</code> is filtered out from results if it is not lexicographically greater than
|
|
261
|
+
* the key-marker.</p>
|
|
262
|
+
* @public
|
|
263
|
+
*/
|
|
264
|
+
Delimiter?: string | undefined;
|
|
265
|
+
/**
|
|
266
|
+
* <p>Encoding type used by Amazon S3 to encode the <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/object-keys.html">object keys</a> in the response. Responses are
|
|
267
|
+
* encoded only in UTF-8. An object key can contain any Unicode character. However, the XML 1.0 parser
|
|
268
|
+
* can't parse certain characters, such as characters with an ASCII value from 0 to 10. For characters that
|
|
269
|
+
* aren't supported in XML 1.0, you can add this parameter to request that Amazon S3 encode the keys in the
|
|
270
|
+
* response. For more information about characters to avoid in object key names, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/object-keys.html#object-key-guidelines">Object key
|
|
271
|
+
* naming guidelines</a>.</p>
|
|
272
|
+
* <note>
|
|
273
|
+
* <p>When using the URL encoding type, non-ASCII characters that are used in an object's key name will
|
|
274
|
+
* be percent-encoded according to UTF-8 code values. For example, the object
|
|
275
|
+
* <code>test_file(3).png</code> will appear as <code>test_file%283%29.png</code>.</p>
|
|
276
|
+
* </note>
|
|
277
|
+
* @public
|
|
278
|
+
*/
|
|
279
|
+
EncodingType?: EncodingType | undefined;
|
|
280
|
+
/**
|
|
281
|
+
* <p>Marker is where you want Amazon S3 to start listing from. Amazon S3 starts listing after this specified
|
|
282
|
+
* key. Marker can be any key in the bucket.</p>
|
|
283
|
+
* @public
|
|
284
|
+
*/
|
|
285
|
+
Marker?: string | undefined;
|
|
286
|
+
/**
|
|
287
|
+
* <p>Sets the maximum number of keys returned in the response. By default, the action returns up to 1,000
|
|
288
|
+
* key names. The response might contain fewer keys but will never contain more. </p>
|
|
289
|
+
* @public
|
|
290
|
+
*/
|
|
291
|
+
MaxKeys?: number | undefined;
|
|
292
|
+
/**
|
|
293
|
+
* <p>Limits the response to keys that begin with the specified prefix.</p>
|
|
294
|
+
* @public
|
|
295
|
+
*/
|
|
296
|
+
Prefix?: string | undefined;
|
|
297
|
+
/**
|
|
298
|
+
* <p>Confirms that the requester knows that she or he will be charged for the list objects request.
|
|
299
|
+
* Bucket owners need not specify this parameter in their requests.</p>
|
|
300
|
+
* @public
|
|
301
|
+
*/
|
|
302
|
+
RequestPayer?: RequestPayer | undefined;
|
|
303
|
+
/**
|
|
304
|
+
* <p>The account ID of the expected bucket owner. If the account ID that you provide does not match the actual owner of the bucket, the request fails with the HTTP status code <code>403 Forbidden</code> (access denied).</p>
|
|
305
|
+
* @public
|
|
306
|
+
*/
|
|
307
|
+
ExpectedBucketOwner?: string | undefined;
|
|
308
|
+
/**
|
|
309
|
+
* <p>Specifies the optional fields that you want returned in the response. Fields that you do not specify
|
|
310
|
+
* are not returned.</p>
|
|
311
|
+
* @public
|
|
312
|
+
*/
|
|
313
|
+
OptionalObjectAttributes?: OptionalObjectAttributes[] | undefined;
|
|
314
|
+
}
|
|
315
|
+
/**
|
|
316
|
+
* @public
|
|
317
|
+
*/
|
|
318
|
+
export interface ListObjectsV2Output {
|
|
319
|
+
/**
|
|
320
|
+
* <p>Set to <code>false</code> if all of the results were returned. Set to <code>true</code> if more keys
|
|
321
|
+
* are available to return. If the number of results exceeds that specified by <code>MaxKeys</code>, all of
|
|
322
|
+
* the results might not be returned.</p>
|
|
323
|
+
* @public
|
|
324
|
+
*/
|
|
325
|
+
IsTruncated?: boolean | undefined;
|
|
326
|
+
/**
|
|
327
|
+
* <p>Metadata about each object returned.</p>
|
|
328
|
+
* @public
|
|
329
|
+
*/
|
|
330
|
+
Contents?: _Object[] | undefined;
|
|
331
|
+
/**
|
|
332
|
+
* <p>The bucket name.</p>
|
|
333
|
+
* @public
|
|
334
|
+
*/
|
|
335
|
+
Name?: string | undefined;
|
|
336
|
+
/**
|
|
337
|
+
* <p>Keys that begin with the indicated prefix.</p>
|
|
338
|
+
* <note>
|
|
339
|
+
* <p>
|
|
340
|
+
* <b>Directory buckets</b> - For directory buckets, only prefixes that end in a delimiter (<code>/</code>) are supported.</p>
|
|
341
|
+
* </note>
|
|
342
|
+
* @public
|
|
343
|
+
*/
|
|
344
|
+
Prefix?: string | undefined;
|
|
345
|
+
/**
|
|
346
|
+
* <p>Causes keys that contain the same string between the <code>prefix</code> and the first occurrence of
|
|
347
|
+
* the delimiter to be rolled up into a single result element in the <code>CommonPrefixes</code>
|
|
348
|
+
* collection. These rolled-up keys are not returned elsewhere in the response. Each rolled-up result
|
|
349
|
+
* counts as only one return against the <code>MaxKeys</code> value.</p>
|
|
350
|
+
* <note>
|
|
351
|
+
* <p>
|
|
352
|
+
* <b>Directory buckets</b> - For directory buckets, <code>/</code> is the only supported delimiter.</p>
|
|
353
|
+
* </note>
|
|
354
|
+
* @public
|
|
355
|
+
*/
|
|
356
|
+
Delimiter?: string | undefined;
|
|
357
|
+
/**
|
|
358
|
+
* <p>Sets the maximum number of keys returned in the response. By default, the action returns up to 1,000
|
|
359
|
+
* key names. The response might contain fewer keys but will never contain more.</p>
|
|
360
|
+
* @public
|
|
361
|
+
*/
|
|
362
|
+
MaxKeys?: number | undefined;
|
|
363
|
+
/**
|
|
364
|
+
* <p>All of the keys (up to 1,000) that share the same prefix are grouped together. When counting the
|
|
365
|
+
* total numbers of returns by this API operation, this group of keys is considered as one item.</p>
|
|
366
|
+
* <p>A response can contain <code>CommonPrefixes</code> only if you specify a delimiter.</p>
|
|
367
|
+
* <p>
|
|
368
|
+
* <code>CommonPrefixes</code> contains all (if there are any) keys between <code>Prefix</code> and the
|
|
369
|
+
* next occurrence of the string specified by a delimiter.</p>
|
|
370
|
+
* <p>
|
|
371
|
+
* <code>CommonPrefixes</code> lists keys that act like subdirectories in the directory specified by
|
|
372
|
+
* <code>Prefix</code>.</p>
|
|
373
|
+
* <p>For example, if the prefix is <code>notes/</code> and the delimiter is a slash (<code>/</code>) as
|
|
374
|
+
* in <code>notes/summer/july</code>, the common prefix is <code>notes/summer/</code>. All of the keys that
|
|
375
|
+
* roll up into a common prefix count as a single return when calculating the number of returns. </p>
|
|
376
|
+
* <note>
|
|
377
|
+
* <ul>
|
|
378
|
+
* <li>
|
|
379
|
+
* <p>
|
|
380
|
+
* <b>Directory buckets</b> - For directory buckets, only prefixes that end in a delimiter (<code>/</code>) are supported.</p>
|
|
381
|
+
* </li>
|
|
382
|
+
* <li>
|
|
383
|
+
* <p>
|
|
384
|
+
* <b>Directory buckets </b> - When you query
|
|
385
|
+
* <code>ListObjectsV2</code> with a delimiter during in-progress multipart uploads, the
|
|
386
|
+
* <code>CommonPrefixes</code> response parameter contains the prefixes that are associated with
|
|
387
|
+
* the in-progress multipart uploads. For more information about multipart uploads, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/mpuoverview.html">Multipart Upload
|
|
388
|
+
* Overview</a> in the <i>Amazon S3 User Guide</i>.</p>
|
|
389
|
+
* </li>
|
|
390
|
+
* </ul>
|
|
391
|
+
* </note>
|
|
392
|
+
* @public
|
|
393
|
+
*/
|
|
394
|
+
CommonPrefixes?: CommonPrefix[] | undefined;
|
|
395
|
+
/**
|
|
396
|
+
* <p>Encoding type used by Amazon S3 to encode object key names in the XML response.</p>
|
|
397
|
+
* <p>If you specify the <code>encoding-type</code> request parameter, Amazon S3 includes this element in the
|
|
398
|
+
* response, and returns encoded key name values in the following response elements:</p>
|
|
399
|
+
* <p>
|
|
400
|
+
* <code>Delimiter, Prefix, Key,</code> and <code>StartAfter</code>.</p>
|
|
401
|
+
* @public
|
|
402
|
+
*/
|
|
403
|
+
EncodingType?: EncodingType | undefined;
|
|
404
|
+
/**
|
|
405
|
+
* <p>
|
|
406
|
+
* <code>KeyCount</code> is the number of keys returned with this request. <code>KeyCount</code> will
|
|
407
|
+
* always be less than or equal to the <code>MaxKeys</code> field. For example, if you ask for 50 keys,
|
|
408
|
+
* your result will include 50 keys or fewer.</p>
|
|
409
|
+
* @public
|
|
410
|
+
*/
|
|
411
|
+
KeyCount?: number | undefined;
|
|
412
|
+
/**
|
|
413
|
+
* <p> If <code>ContinuationToken</code> was sent with the request, it is included in the response. You
|
|
414
|
+
* can use the returned <code>ContinuationToken</code> for pagination of the list response.</p>
|
|
415
|
+
* @public
|
|
416
|
+
*/
|
|
417
|
+
ContinuationToken?: string | undefined;
|
|
418
|
+
/**
|
|
419
|
+
* <p>
|
|
420
|
+
* <code>NextContinuationToken</code> is sent when <code>isTruncated</code> is true, which means there
|
|
421
|
+
* are more keys in the bucket that can be listed. The next list requests to Amazon S3 can be continued with
|
|
422
|
+
* this <code>NextContinuationToken</code>. <code>NextContinuationToken</code> is obfuscated and is not a
|
|
423
|
+
* real key</p>
|
|
424
|
+
* @public
|
|
425
|
+
*/
|
|
426
|
+
NextContinuationToken?: string | undefined;
|
|
427
|
+
/**
|
|
428
|
+
* <p>If StartAfter was sent with the request, it is included in the response.</p>
|
|
429
|
+
* <note>
|
|
430
|
+
* <p>This functionality is not supported for directory buckets.</p>
|
|
431
|
+
* </note>
|
|
432
|
+
* @public
|
|
433
|
+
*/
|
|
434
|
+
StartAfter?: string | undefined;
|
|
435
|
+
/**
|
|
436
|
+
* <p>If present, indicates that the requester was successfully charged for the request. For more
|
|
437
|
+
* information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/RequesterPaysBuckets.html">Using Requester Pays buckets for storage transfers and usage</a> in the <i>Amazon Simple
|
|
438
|
+
* Storage Service user guide</i>.</p>
|
|
439
|
+
* <note>
|
|
440
|
+
* <p>This functionality is not supported for directory buckets.</p>
|
|
441
|
+
* </note>
|
|
442
|
+
* @public
|
|
443
|
+
*/
|
|
444
|
+
RequestCharged?: RequestCharged | undefined;
|
|
445
|
+
}
|
|
446
|
+
/**
|
|
447
|
+
* @public
|
|
448
|
+
*/
|
|
449
|
+
export interface ListObjectsV2Request {
|
|
450
|
+
/**
|
|
451
|
+
* <p>
|
|
452
|
+
* <b>Directory buckets</b> - When you use this operation with a directory bucket, you must use virtual-hosted-style requests in the format <code>
|
|
453
|
+
* <i>Bucket-name</i>.s3express-<i>zone-id</i>.<i>region-code</i>.amazonaws.com</code>. Path-style requests are not supported. Directory bucket names must be unique in the chosen Zone (Availability Zone or Local Zone). Bucket names must follow the format <code>
|
|
454
|
+
* <i>bucket-base-name</i>--<i>zone-id</i>--x-s3</code> (for example, <code>
|
|
455
|
+
* <i>amzn-s3-demo-bucket</i>--<i>usw2-az1</i>--x-s3</code>). For information about bucket naming
|
|
456
|
+
* restrictions, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/directory-bucket-naming-rules.html">Directory bucket naming
|
|
457
|
+
* rules</a> in the <i>Amazon S3 User Guide</i>.</p>
|
|
458
|
+
* <p>
|
|
459
|
+
* <b>Access points</b> - When you use this action with an access point for general purpose buckets, you must provide the alias of the access point in place of the bucket name or specify the access point ARN. When you use this action with an access point for directory buckets, you must provide the access point name in place of the bucket name. When using the access point ARN, you must direct requests to the access point hostname. The access point hostname takes the form <i>AccessPointName</i>-<i>AccountId</i>.s3-accesspoint.<i>Region</i>.amazonaws.com. When using this action with an access point through the Amazon Web Services SDKs, you provide the access point ARN in place of the bucket name. For more information about access point ARNs, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/using-access-points.html">Using access points</a> in the <i>Amazon S3 User Guide</i>.</p>
|
|
460
|
+
* <note>
|
|
461
|
+
* <p>Object Lambda access points are not supported by directory buckets.</p>
|
|
462
|
+
* </note>
|
|
463
|
+
* <p>
|
|
464
|
+
* <b>S3 on Outposts</b> - When you use this action with S3 on Outposts, you must direct requests to the S3 on Outposts hostname. The S3 on Outposts hostname takes the
|
|
465
|
+
* form <code>
|
|
466
|
+
* <i>AccessPointName</i>-<i>AccountId</i>.<i>outpostID</i>.s3-outposts.<i>Region</i>.amazonaws.com</code>. When you use this action with S3 on Outposts, the destination bucket must be the Outposts access point ARN or the access point alias. For more information about S3 on Outposts, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/S3onOutposts.html">What is S3 on Outposts?</a> in the <i>Amazon S3 User Guide</i>.</p>
|
|
467
|
+
* <p>Note: To supply the Multi-region Access Point (MRAP) to Bucket, you need to install the "@aws-sdk/signature-v4-crt" package to your project dependencies.
|
|
468
|
+
* For more information, please go to https://github.com/aws/aws-sdk-js-v3#known-issues</p>
|
|
469
|
+
* @public
|
|
470
|
+
*/
|
|
471
|
+
Bucket: string | undefined;
|
|
472
|
+
/**
|
|
473
|
+
* <p>A delimiter is a character that you use to group keys.</p>
|
|
474
|
+
* <p>
|
|
475
|
+
* <code>CommonPrefixes</code> is filtered out from results if it is not lexicographically greater than
|
|
476
|
+
* the <code>StartAfter</code> value.</p>
|
|
477
|
+
* <note>
|
|
478
|
+
* <ul>
|
|
479
|
+
* <li>
|
|
480
|
+
* <p>
|
|
481
|
+
* <b>Directory buckets</b> - For directory buckets, <code>/</code> is the only supported delimiter.</p>
|
|
482
|
+
* </li>
|
|
483
|
+
* <li>
|
|
484
|
+
* <p>
|
|
485
|
+
* <b>Directory buckets </b> - When you query
|
|
486
|
+
* <code>ListObjectsV2</code> with a delimiter during in-progress multipart uploads, the
|
|
487
|
+
* <code>CommonPrefixes</code> response parameter contains the prefixes that are associated with
|
|
488
|
+
* the in-progress multipart uploads. For more information about multipart uploads, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/mpuoverview.html">Multipart Upload
|
|
489
|
+
* Overview</a> in the <i>Amazon S3 User Guide</i>.</p>
|
|
490
|
+
* </li>
|
|
491
|
+
* </ul>
|
|
492
|
+
* </note>
|
|
493
|
+
* @public
|
|
494
|
+
*/
|
|
495
|
+
Delimiter?: string | undefined;
|
|
496
|
+
/**
|
|
497
|
+
* <p>Encoding type used by Amazon S3 to encode the <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/object-keys.html">object keys</a> in the response. Responses are
|
|
498
|
+
* encoded only in UTF-8. An object key can contain any Unicode character. However, the XML 1.0 parser
|
|
499
|
+
* can't parse certain characters, such as characters with an ASCII value from 0 to 10. For characters that
|
|
500
|
+
* aren't supported in XML 1.0, you can add this parameter to request that Amazon S3 encode the keys in the
|
|
501
|
+
* response. For more information about characters to avoid in object key names, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/object-keys.html#object-key-guidelines">Object key
|
|
502
|
+
* naming guidelines</a>.</p>
|
|
503
|
+
* <note>
|
|
504
|
+
* <p>When using the URL encoding type, non-ASCII characters that are used in an object's key name will
|
|
505
|
+
* be percent-encoded according to UTF-8 code values. For example, the object
|
|
506
|
+
* <code>test_file(3).png</code> will appear as <code>test_file%283%29.png</code>.</p>
|
|
507
|
+
* </note>
|
|
508
|
+
* @public
|
|
509
|
+
*/
|
|
510
|
+
EncodingType?: EncodingType | undefined;
|
|
511
|
+
/**
|
|
512
|
+
* <p>Sets the maximum number of keys returned in the response. By default, the action returns up to 1,000
|
|
513
|
+
* key names. The response might contain fewer keys but will never contain more.</p>
|
|
514
|
+
* @public
|
|
515
|
+
*/
|
|
516
|
+
MaxKeys?: number | undefined;
|
|
517
|
+
/**
|
|
518
|
+
* <p>Limits the response to keys that begin with the specified prefix.</p>
|
|
519
|
+
* <note>
|
|
520
|
+
* <p>
|
|
521
|
+
* <b>Directory buckets</b> - For directory buckets, only prefixes that end in a delimiter (<code>/</code>) are supported.</p>
|
|
522
|
+
* </note>
|
|
523
|
+
* @public
|
|
524
|
+
*/
|
|
525
|
+
Prefix?: string | undefined;
|
|
526
|
+
/**
|
|
527
|
+
* <p>
|
|
528
|
+
* <code>ContinuationToken</code> indicates to Amazon S3 that the list is being continued on this bucket
|
|
529
|
+
* with a token. <code>ContinuationToken</code> is obfuscated and is not a real key. You can use this
|
|
530
|
+
* <code>ContinuationToken</code> for pagination of the list results. </p>
|
|
531
|
+
* @public
|
|
532
|
+
*/
|
|
533
|
+
ContinuationToken?: string | undefined;
|
|
534
|
+
/**
|
|
535
|
+
* <p>The owner field is not present in <code>ListObjectsV2</code> by default. If you want to return the
|
|
536
|
+
* owner field with each key in the result, then set the <code>FetchOwner</code> field to
|
|
537
|
+
* <code>true</code>.</p>
|
|
538
|
+
* <note>
|
|
539
|
+
* <p>
|
|
540
|
+
* <b>Directory buckets</b> - For directory buckets, the bucket
|
|
541
|
+
* owner is returned as the object owner for all objects.</p>
|
|
542
|
+
* </note>
|
|
543
|
+
* @public
|
|
544
|
+
*/
|
|
545
|
+
FetchOwner?: boolean | undefined;
|
|
546
|
+
/**
|
|
547
|
+
* <p>StartAfter is where you want Amazon S3 to start listing from. Amazon S3 starts listing after this specified
|
|
548
|
+
* key. StartAfter can be any key in the bucket.</p>
|
|
549
|
+
* <note>
|
|
550
|
+
* <p>This functionality is not supported for directory buckets.</p>
|
|
551
|
+
* </note>
|
|
552
|
+
* @public
|
|
553
|
+
*/
|
|
554
|
+
StartAfter?: string | undefined;
|
|
555
|
+
/**
|
|
556
|
+
* <p>Confirms that the requester knows that she or he will be charged for the list objects request in V2
|
|
557
|
+
* style. Bucket owners need not specify this parameter in their requests.</p>
|
|
558
|
+
* <note>
|
|
559
|
+
* <p>This functionality is not supported for directory buckets.</p>
|
|
560
|
+
* </note>
|
|
561
|
+
* @public
|
|
562
|
+
*/
|
|
563
|
+
RequestPayer?: RequestPayer | undefined;
|
|
564
|
+
/**
|
|
565
|
+
* <p>The account ID of the expected bucket owner. If the account ID that you provide does not match the actual owner of the bucket, the request fails with the HTTP status code <code>403 Forbidden</code> (access denied).</p>
|
|
566
|
+
* @public
|
|
567
|
+
*/
|
|
568
|
+
ExpectedBucketOwner?: string | undefined;
|
|
569
|
+
/**
|
|
570
|
+
* <p>Specifies the optional fields that you want returned in the response. Fields that you do not specify
|
|
571
|
+
* are not returned.</p>
|
|
572
|
+
* <note>
|
|
573
|
+
* <p>This functionality is not supported for directory buckets.</p>
|
|
574
|
+
* </note>
|
|
575
|
+
* @public
|
|
576
|
+
*/
|
|
577
|
+
OptionalObjectAttributes?: OptionalObjectAttributes[] | undefined;
|
|
578
|
+
}
|
|
579
|
+
/**
|
|
580
|
+
* <p>Information about the delete marker.</p>
|
|
581
|
+
* @public
|
|
582
|
+
*/
|
|
583
|
+
export interface DeleteMarkerEntry {
|
|
584
|
+
/**
|
|
585
|
+
* <p>The account that created the delete marker. </p>
|
|
586
|
+
* @public
|
|
587
|
+
*/
|
|
588
|
+
Owner?: Owner | undefined;
|
|
589
|
+
/**
|
|
590
|
+
* <p>The object key.</p>
|
|
591
|
+
* @public
|
|
592
|
+
*/
|
|
593
|
+
Key?: string | undefined;
|
|
594
|
+
/**
|
|
595
|
+
* <p>Version ID of an object.</p>
|
|
596
|
+
* @public
|
|
597
|
+
*/
|
|
598
|
+
VersionId?: string | undefined;
|
|
599
|
+
/**
|
|
600
|
+
* <p>Specifies whether the object is (true) or is not (false) the latest version of an object. </p>
|
|
601
|
+
* @public
|
|
602
|
+
*/
|
|
603
|
+
IsLatest?: boolean | undefined;
|
|
604
|
+
/**
|
|
605
|
+
* <p>Date and time when the object was last modified.</p>
|
|
606
|
+
* @public
|
|
607
|
+
*/
|
|
608
|
+
LastModified?: Date | undefined;
|
|
609
|
+
}
|
|
610
|
+
/**
|
|
611
|
+
* @public
|
|
612
|
+
* @enum
|
|
613
|
+
*/
|
|
614
|
+
export declare const ObjectVersionStorageClass: {
|
|
615
|
+
readonly STANDARD: "STANDARD";
|
|
616
|
+
};
|
|
617
|
+
/**
|
|
618
|
+
* @public
|
|
619
|
+
*/
|
|
620
|
+
export type ObjectVersionStorageClass = (typeof ObjectVersionStorageClass)[keyof typeof ObjectVersionStorageClass];
|
|
621
|
+
/**
|
|
622
|
+
* <p>The version of an object.</p>
|
|
623
|
+
* @public
|
|
624
|
+
*/
|
|
625
|
+
export interface ObjectVersion {
|
|
626
|
+
/**
|
|
627
|
+
* <p>The entity tag is an MD5 hash of that version of the object.</p>
|
|
628
|
+
* @public
|
|
629
|
+
*/
|
|
630
|
+
ETag?: string | undefined;
|
|
631
|
+
/**
|
|
632
|
+
* <p>The algorithm that was used to create a checksum of the object.</p>
|
|
633
|
+
* @public
|
|
634
|
+
*/
|
|
635
|
+
ChecksumAlgorithm?: ChecksumAlgorithm[] | undefined;
|
|
636
|
+
/**
|
|
637
|
+
* <p>The checksum type that is used to calculate the object’s checksum value. For more information, see
|
|
638
|
+
* <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/checking-object-integrity.html">Checking
|
|
639
|
+
* object integrity</a> in the <i>Amazon S3 User Guide</i>.</p>
|
|
640
|
+
* @public
|
|
641
|
+
*/
|
|
642
|
+
ChecksumType?: ChecksumType | undefined;
|
|
643
|
+
/**
|
|
644
|
+
* <p>Size in bytes of the object.</p>
|
|
645
|
+
* @public
|
|
646
|
+
*/
|
|
647
|
+
Size?: number | undefined;
|
|
648
|
+
/**
|
|
649
|
+
* <p>The class of storage used to store the object.</p>
|
|
650
|
+
* @public
|
|
651
|
+
*/
|
|
652
|
+
StorageClass?: ObjectVersionStorageClass | undefined;
|
|
653
|
+
/**
|
|
654
|
+
* <p>The object key.</p>
|
|
655
|
+
* @public
|
|
656
|
+
*/
|
|
657
|
+
Key?: string | undefined;
|
|
658
|
+
/**
|
|
659
|
+
* <p>Version ID of an object.</p>
|
|
660
|
+
* @public
|
|
661
|
+
*/
|
|
662
|
+
VersionId?: string | undefined;
|
|
663
|
+
/**
|
|
664
|
+
* <p>Specifies whether the object is (true) or is not (false) the latest version of an object.</p>
|
|
665
|
+
* @public
|
|
666
|
+
*/
|
|
667
|
+
IsLatest?: boolean | undefined;
|
|
668
|
+
/**
|
|
669
|
+
* <p>Date and time when the object was last modified.</p>
|
|
670
|
+
* @public
|
|
671
|
+
*/
|
|
672
|
+
LastModified?: Date | undefined;
|
|
673
|
+
/**
|
|
674
|
+
* <p>Specifies the owner of the object.</p>
|
|
675
|
+
* @public
|
|
676
|
+
*/
|
|
677
|
+
Owner?: Owner | undefined;
|
|
678
|
+
/**
|
|
679
|
+
* <p>Specifies the restoration status of an object. Objects in certain storage classes must be restored
|
|
680
|
+
* before they can be retrieved. For more information about these storage classes and how to work with
|
|
681
|
+
* archived objects, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/archived-objects.html">
|
|
682
|
+
* Working with archived objects</a> in the <i>Amazon S3 User Guide</i>.</p>
|
|
683
|
+
* @public
|
|
684
|
+
*/
|
|
685
|
+
RestoreStatus?: RestoreStatus | undefined;
|
|
686
|
+
}
|
|
687
|
+
/**
|
|
688
|
+
* @public
|
|
689
|
+
*/
|
|
690
|
+
export interface ListObjectVersionsOutput {
|
|
691
|
+
/**
|
|
692
|
+
* <p>A flag that indicates whether Amazon S3 returned all of the results that satisfied the search criteria.
|
|
693
|
+
* If your results were truncated, you can make a follow-up paginated request by using the
|
|
694
|
+
* <code>NextKeyMarker</code> and <code>NextVersionIdMarker</code> response parameters as a starting
|
|
695
|
+
* place in another request to return the rest of the results.</p>
|
|
696
|
+
* @public
|
|
697
|
+
*/
|
|
698
|
+
IsTruncated?: boolean | undefined;
|
|
699
|
+
/**
|
|
700
|
+
* <p>Marks the last key returned in a truncated response.</p>
|
|
701
|
+
* @public
|
|
702
|
+
*/
|
|
703
|
+
KeyMarker?: string | undefined;
|
|
704
|
+
/**
|
|
705
|
+
* <p>Marks the last version of the key returned in a truncated response.</p>
|
|
706
|
+
* @public
|
|
707
|
+
*/
|
|
708
|
+
VersionIdMarker?: string | undefined;
|
|
709
|
+
/**
|
|
710
|
+
* <p>When the number of responses exceeds the value of <code>MaxKeys</code>, <code>NextKeyMarker</code>
|
|
711
|
+
* specifies the first key not returned that satisfies the search criteria. Use this value for the
|
|
712
|
+
* key-marker request parameter in a subsequent request.</p>
|
|
713
|
+
* @public
|
|
714
|
+
*/
|
|
715
|
+
NextKeyMarker?: string | undefined;
|
|
716
|
+
/**
|
|
717
|
+
* <p>When the number of responses exceeds the value of <code>MaxKeys</code>,
|
|
718
|
+
* <code>NextVersionIdMarker</code> specifies the first object version not returned that satisfies the
|
|
719
|
+
* search criteria. Use this value for the <code>version-id-marker</code> request parameter in a subsequent
|
|
720
|
+
* request.</p>
|
|
721
|
+
* @public
|
|
722
|
+
*/
|
|
723
|
+
NextVersionIdMarker?: string | undefined;
|
|
724
|
+
/**
|
|
725
|
+
* <p>Container for version information.</p>
|
|
726
|
+
* @public
|
|
727
|
+
*/
|
|
728
|
+
Versions?: ObjectVersion[] | undefined;
|
|
729
|
+
/**
|
|
730
|
+
* <p>Container for an object that is a delete marker. To learn more about delete markers, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/DeleteMarker.html">Working with delete
|
|
731
|
+
* markers</a>.</p>
|
|
732
|
+
* @public
|
|
733
|
+
*/
|
|
734
|
+
DeleteMarkers?: DeleteMarkerEntry[] | undefined;
|
|
735
|
+
/**
|
|
736
|
+
* <p>The bucket name.</p>
|
|
737
|
+
* @public
|
|
738
|
+
*/
|
|
739
|
+
Name?: string | undefined;
|
|
740
|
+
/**
|
|
741
|
+
* <p>Selects objects that start with the value supplied by this parameter.</p>
|
|
742
|
+
* @public
|
|
743
|
+
*/
|
|
744
|
+
Prefix?: string | undefined;
|
|
745
|
+
/**
|
|
746
|
+
* <p>The delimiter grouping the included keys. A delimiter is a character that you specify to group keys.
|
|
747
|
+
* All keys that contain the same string between the prefix and the first occurrence of the delimiter are
|
|
748
|
+
* grouped under a single result element in <code>CommonPrefixes</code>. These groups are counted as one
|
|
749
|
+
* result against the <code>max-keys</code> limitation. These keys are not returned elsewhere in the
|
|
750
|
+
* response.</p>
|
|
751
|
+
* @public
|
|
752
|
+
*/
|
|
753
|
+
Delimiter?: string | undefined;
|
|
754
|
+
/**
|
|
755
|
+
* <p>Specifies the maximum number of objects to return.</p>
|
|
756
|
+
* @public
|
|
757
|
+
*/
|
|
758
|
+
MaxKeys?: number | undefined;
|
|
759
|
+
/**
|
|
760
|
+
* <p>All of the keys rolled up into a common prefix count as a single return when calculating the number
|
|
761
|
+
* of returns.</p>
|
|
762
|
+
* @public
|
|
763
|
+
*/
|
|
764
|
+
CommonPrefixes?: CommonPrefix[] | undefined;
|
|
765
|
+
/**
|
|
766
|
+
* <p> Encoding type used by Amazon S3 to encode object key names in the XML response.</p>
|
|
767
|
+
* <p>If you specify the <code>encoding-type</code> request parameter, Amazon S3 includes this element in the
|
|
768
|
+
* response, and returns encoded key name values in the following response elements:</p>
|
|
769
|
+
* <p>
|
|
770
|
+
* <code>KeyMarker, NextKeyMarker, Prefix, Key</code>, and <code>Delimiter</code>.</p>
|
|
771
|
+
* @public
|
|
772
|
+
*/
|
|
773
|
+
EncodingType?: EncodingType | undefined;
|
|
774
|
+
/**
|
|
775
|
+
* <p>If present, indicates that the requester was successfully charged for the request. For more
|
|
776
|
+
* information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/RequesterPaysBuckets.html">Using Requester Pays buckets for storage transfers and usage</a> in the <i>Amazon Simple
|
|
777
|
+
* Storage Service user guide</i>.</p>
|
|
778
|
+
* <note>
|
|
779
|
+
* <p>This functionality is not supported for directory buckets.</p>
|
|
780
|
+
* </note>
|
|
781
|
+
* @public
|
|
782
|
+
*/
|
|
783
|
+
RequestCharged?: RequestCharged | undefined;
|
|
784
|
+
}
|
|
785
|
+
/**
|
|
786
|
+
* @public
|
|
787
|
+
*/
|
|
788
|
+
export interface ListObjectVersionsRequest {
|
|
789
|
+
/**
|
|
790
|
+
* <p>The bucket name that contains the objects. </p>
|
|
791
|
+
* <p>Note: To supply the Multi-region Access Point (MRAP) to Bucket, you need to install the "@aws-sdk/signature-v4-crt" package to your project dependencies.
|
|
792
|
+
* For more information, please go to https://github.com/aws/aws-sdk-js-v3#known-issues</p>
|
|
793
|
+
* @public
|
|
794
|
+
*/
|
|
795
|
+
Bucket: string | undefined;
|
|
796
|
+
/**
|
|
797
|
+
* <p>A delimiter is a character that you specify to group keys. All keys that contain the same string
|
|
798
|
+
* between the <code>prefix</code> and the first occurrence of the delimiter are grouped under a single
|
|
799
|
+
* result element in <code>CommonPrefixes</code>. These groups are counted as one result against the
|
|
800
|
+
* <code>max-keys</code> limitation. These keys are not returned elsewhere in the response.</p>
|
|
801
|
+
* <p>
|
|
802
|
+
* <code>CommonPrefixes</code> is filtered out from results if it is not lexicographically greater than
|
|
803
|
+
* the key-marker.</p>
|
|
804
|
+
* @public
|
|
805
|
+
*/
|
|
806
|
+
Delimiter?: string | undefined;
|
|
807
|
+
/**
|
|
808
|
+
* <p>Encoding type used by Amazon S3 to encode the <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/object-keys.html">object keys</a> in the response. Responses are
|
|
809
|
+
* encoded only in UTF-8. An object key can contain any Unicode character. However, the XML 1.0 parser
|
|
810
|
+
* can't parse certain characters, such as characters with an ASCII value from 0 to 10. For characters that
|
|
811
|
+
* aren't supported in XML 1.0, you can add this parameter to request that Amazon S3 encode the keys in the
|
|
812
|
+
* response. For more information about characters to avoid in object key names, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/object-keys.html#object-key-guidelines">Object key
|
|
813
|
+
* naming guidelines</a>.</p>
|
|
814
|
+
* <note>
|
|
815
|
+
* <p>When using the URL encoding type, non-ASCII characters that are used in an object's key name will
|
|
816
|
+
* be percent-encoded according to UTF-8 code values. For example, the object
|
|
817
|
+
* <code>test_file(3).png</code> will appear as <code>test_file%283%29.png</code>.</p>
|
|
818
|
+
* </note>
|
|
819
|
+
* @public
|
|
820
|
+
*/
|
|
821
|
+
EncodingType?: EncodingType | undefined;
|
|
822
|
+
/**
|
|
823
|
+
* <p>Specifies the key to start with when listing objects in a bucket.</p>
|
|
824
|
+
* @public
|
|
825
|
+
*/
|
|
826
|
+
KeyMarker?: string | undefined;
|
|
827
|
+
/**
|
|
828
|
+
* <p>Sets the maximum number of keys returned in the response. By default, the action returns up to 1,000
|
|
829
|
+
* key names. The response might contain fewer keys but will never contain more. If additional keys satisfy
|
|
830
|
+
* the search criteria, but were not returned because <code>max-keys</code> was exceeded, the response
|
|
831
|
+
* contains <code><isTruncated>true</isTruncated></code>. To return the additional keys, see
|
|
832
|
+
* <code>key-marker</code> and <code>version-id-marker</code>.</p>
|
|
833
|
+
* @public
|
|
834
|
+
*/
|
|
835
|
+
MaxKeys?: number | undefined;
|
|
836
|
+
/**
|
|
837
|
+
* <p>Use this parameter to select only those keys that begin with the specified prefix. You can use
|
|
838
|
+
* prefixes to separate a bucket into different groupings of keys. (You can think of using
|
|
839
|
+
* <code>prefix</code> to make groups in the same way that you'd use a folder in a file system.) You can
|
|
840
|
+
* use <code>prefix</code> with <code>delimiter</code> to roll up numerous objects into a single result
|
|
841
|
+
* under <code>CommonPrefixes</code>. </p>
|
|
842
|
+
* @public
|
|
843
|
+
*/
|
|
844
|
+
Prefix?: string | undefined;
|
|
845
|
+
/**
|
|
846
|
+
* <p>Specifies the object version you want to start listing from.</p>
|
|
847
|
+
* @public
|
|
848
|
+
*/
|
|
849
|
+
VersionIdMarker?: string | undefined;
|
|
850
|
+
/**
|
|
851
|
+
* <p>The account ID of the expected bucket owner. If the account ID that you provide does not match the actual owner of the bucket, the request fails with the HTTP status code <code>403 Forbidden</code> (access denied).</p>
|
|
852
|
+
* @public
|
|
853
|
+
*/
|
|
854
|
+
ExpectedBucketOwner?: string | undefined;
|
|
855
|
+
/**
|
|
856
|
+
* <p>Confirms that the requester knows that they will be charged for the request. Bucket owners need not
|
|
857
|
+
* specify this parameter in their requests. If either the source or destination S3 bucket has Requester
|
|
858
|
+
* Pays enabled, the requester will pay for corresponding charges to copy the object. For information about
|
|
859
|
+
* downloading objects from Requester Pays buckets, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/ObjectsinRequesterPaysBuckets.html">Downloading Objects in Requester Pays
|
|
860
|
+
* Buckets</a> in the <i>Amazon S3 User Guide</i>.</p>
|
|
861
|
+
* <note>
|
|
862
|
+
* <p>This functionality is not supported for directory buckets.</p>
|
|
863
|
+
* </note>
|
|
864
|
+
* @public
|
|
865
|
+
*/
|
|
866
|
+
RequestPayer?: RequestPayer | undefined;
|
|
867
|
+
/**
|
|
868
|
+
* <p>Specifies the optional fields that you want returned in the response. Fields that you do not specify
|
|
869
|
+
* are not returned.</p>
|
|
870
|
+
* @public
|
|
871
|
+
*/
|
|
872
|
+
OptionalObjectAttributes?: OptionalObjectAttributes[] | undefined;
|
|
873
|
+
}
|
|
874
|
+
/**
|
|
875
|
+
* <p>Container for elements related to a part.</p>
|
|
876
|
+
* @public
|
|
877
|
+
*/
|
|
878
|
+
export interface Part {
|
|
879
|
+
/**
|
|
880
|
+
* <p>Part number identifying the part. This is a positive integer between 1 and 10,000.</p>
|
|
881
|
+
* @public
|
|
882
|
+
*/
|
|
883
|
+
PartNumber?: number | undefined;
|
|
884
|
+
/**
|
|
885
|
+
* <p>Date and time at which the part was uploaded.</p>
|
|
886
|
+
* @public
|
|
887
|
+
*/
|
|
888
|
+
LastModified?: Date | undefined;
|
|
889
|
+
/**
|
|
890
|
+
* <p>Entity tag returned when the part was uploaded.</p>
|
|
891
|
+
* @public
|
|
892
|
+
*/
|
|
893
|
+
ETag?: string | undefined;
|
|
894
|
+
/**
|
|
895
|
+
* <p>Size in bytes of the uploaded part data.</p>
|
|
896
|
+
* @public
|
|
897
|
+
*/
|
|
898
|
+
Size?: number | undefined;
|
|
899
|
+
/**
|
|
900
|
+
* <p>The Base64 encoded, 32-bit <code>CRC32</code> checksum of the part. This checksum is present if the
|
|
901
|
+
* object was uploaded with the <code>CRC32</code> checksum algorithm. For more information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/checking-object-integrity.html">Checking object
|
|
902
|
+
* integrity</a> in the <i>Amazon S3 User Guide</i>.</p>
|
|
903
|
+
* @public
|
|
904
|
+
*/
|
|
905
|
+
ChecksumCRC32?: string | undefined;
|
|
906
|
+
/**
|
|
907
|
+
* <p>The Base64 encoded, 32-bit <code>CRC32C</code> checksum of the part. This checksum is present if the
|
|
908
|
+
* object was uploaded with the <code>CRC32C</code> checksum algorithm. For more information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/checking-object-integrity.html">Checking object
|
|
909
|
+
* integrity</a> in the <i>Amazon S3 User Guide</i>.</p>
|
|
910
|
+
* @public
|
|
911
|
+
*/
|
|
912
|
+
ChecksumCRC32C?: string | undefined;
|
|
913
|
+
/**
|
|
914
|
+
* <p>The Base64 encoded, 64-bit <code>CRC64NVME</code> checksum of the part. This checksum is present if
|
|
915
|
+
* the multipart upload request was created with the <code>CRC64NVME</code> checksum algorithm, or if the
|
|
916
|
+
* object was uploaded without a checksum (and Amazon S3 added the default checksum, <code>CRC64NVME</code>, to
|
|
917
|
+
* the uploaded object). For more information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/checking-object-integrity.html">Checking object integrity</a> in
|
|
918
|
+
* the <i>Amazon S3 User Guide</i>.</p>
|
|
919
|
+
* @public
|
|
920
|
+
*/
|
|
921
|
+
ChecksumCRC64NVME?: string | undefined;
|
|
922
|
+
/**
|
|
923
|
+
* <p>The Base64 encoded, 160-bit <code>SHA1</code> checksum of the part. This checksum is present if the
|
|
924
|
+
* object was uploaded with the <code>SHA1</code> checksum algorithm. For more information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/checking-object-integrity.html">Checking object
|
|
925
|
+
* integrity</a> in the <i>Amazon S3 User Guide</i>.</p>
|
|
926
|
+
* @public
|
|
927
|
+
*/
|
|
928
|
+
ChecksumSHA1?: string | undefined;
|
|
929
|
+
/**
|
|
930
|
+
* <p>The Base64 encoded, 256-bit <code>SHA256</code> checksum of the part. This checksum is present if
|
|
931
|
+
* the object was uploaded with the <code>SHA256</code> checksum algorithm. For more information, see
|
|
932
|
+
* <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/checking-object-integrity.html">Checking
|
|
933
|
+
* object integrity</a> in the <i>Amazon S3 User Guide</i>.</p>
|
|
934
|
+
* @public
|
|
935
|
+
*/
|
|
936
|
+
ChecksumSHA256?: string | undefined;
|
|
937
|
+
}
|
|
938
|
+
/**
|
|
939
|
+
* @public
|
|
940
|
+
*/
|
|
941
|
+
export interface ListPartsOutput {
|
|
942
|
+
/**
|
|
943
|
+
* <p>If the bucket has a lifecycle rule configured with an action to abort incomplete multipart uploads
|
|
944
|
+
* and the prefix in the lifecycle rule matches the object name in the request, then the response includes
|
|
945
|
+
* this header indicating when the initiated multipart upload will become eligible for abort operation. For
|
|
946
|
+
* more information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/mpuoverview.html#mpu-abort-incomplete-mpu-lifecycle-config">Aborting
|
|
947
|
+
* Incomplete Multipart Uploads Using a Bucket Lifecycle Configuration</a>.</p>
|
|
948
|
+
* <p>The response will also include the <code>x-amz-abort-rule-id</code> header that will provide the ID
|
|
949
|
+
* of the lifecycle configuration rule that defines this action.</p>
|
|
950
|
+
* <note>
|
|
951
|
+
* <p>This functionality is not supported for directory buckets.</p>
|
|
952
|
+
* </note>
|
|
953
|
+
* @public
|
|
954
|
+
*/
|
|
955
|
+
AbortDate?: Date | undefined;
|
|
956
|
+
/**
|
|
957
|
+
* <p>This header is returned along with the <code>x-amz-abort-date</code> header. It identifies
|
|
958
|
+
* applicable lifecycle configuration rule that defines the action to abort incomplete multipart
|
|
959
|
+
* uploads.</p>
|
|
960
|
+
* <note>
|
|
961
|
+
* <p>This functionality is not supported for directory buckets.</p>
|
|
962
|
+
* </note>
|
|
963
|
+
* @public
|
|
964
|
+
*/
|
|
965
|
+
AbortRuleId?: string | undefined;
|
|
966
|
+
/**
|
|
967
|
+
* <p>The name of the bucket to which the multipart upload was initiated. Does not return the access point ARN or
|
|
968
|
+
* access point alias if used.</p>
|
|
969
|
+
* @public
|
|
970
|
+
*/
|
|
971
|
+
Bucket?: string | undefined;
|
|
972
|
+
/**
|
|
973
|
+
* <p>Object key for which the multipart upload was initiated.</p>
|
|
974
|
+
* @public
|
|
975
|
+
*/
|
|
976
|
+
Key?: string | undefined;
|
|
977
|
+
/**
|
|
978
|
+
* <p>Upload ID identifying the multipart upload whose parts are being listed.</p>
|
|
979
|
+
* @public
|
|
980
|
+
*/
|
|
981
|
+
UploadId?: string | undefined;
|
|
982
|
+
/**
|
|
983
|
+
* <p>Specifies the part after which listing should begin. Only parts with higher part numbers will be
|
|
984
|
+
* listed.</p>
|
|
985
|
+
* @public
|
|
986
|
+
*/
|
|
987
|
+
PartNumberMarker?: string | undefined;
|
|
988
|
+
/**
|
|
989
|
+
* <p>When a list is truncated, this element specifies the last part in the list, as well as the value to
|
|
990
|
+
* use for the <code>part-number-marker</code> request parameter in a subsequent request.</p>
|
|
991
|
+
* @public
|
|
992
|
+
*/
|
|
993
|
+
NextPartNumberMarker?: string | undefined;
|
|
994
|
+
/**
|
|
995
|
+
* <p>Maximum number of parts that were allowed in the response.</p>
|
|
996
|
+
* @public
|
|
997
|
+
*/
|
|
998
|
+
MaxParts?: number | undefined;
|
|
999
|
+
/**
|
|
1000
|
+
* <p> Indicates whether the returned list of parts is truncated. A true value indicates that the list was
|
|
1001
|
+
* truncated. A list can be truncated if the number of parts exceeds the limit returned in the MaxParts
|
|
1002
|
+
* element.</p>
|
|
1003
|
+
* @public
|
|
1004
|
+
*/
|
|
1005
|
+
IsTruncated?: boolean | undefined;
|
|
1006
|
+
/**
|
|
1007
|
+
* <p>Container for elements related to a particular part. A response can contain zero or more
|
|
1008
|
+
* <code>Part</code> elements.</p>
|
|
1009
|
+
* @public
|
|
1010
|
+
*/
|
|
1011
|
+
Parts?: Part[] | undefined;
|
|
1012
|
+
/**
|
|
1013
|
+
* <p>Container element that identifies who initiated the multipart upload. If the initiator is an
|
|
1014
|
+
* Amazon Web Services account, this element provides the same information as the <code>Owner</code> element. If the
|
|
1015
|
+
* initiator is an IAM User, this element provides the user ARN and display name.</p>
|
|
1016
|
+
* @public
|
|
1017
|
+
*/
|
|
1018
|
+
Initiator?: Initiator | undefined;
|
|
1019
|
+
/**
|
|
1020
|
+
* <p>Container element that identifies the object owner, after the object is created. If multipart upload
|
|
1021
|
+
* is initiated by an IAM user, this element provides the parent account ID and display name.</p>
|
|
1022
|
+
* <note>
|
|
1023
|
+
* <p>
|
|
1024
|
+
* <b>Directory buckets</b> - The bucket owner is returned as the
|
|
1025
|
+
* object owner for all the parts.</p>
|
|
1026
|
+
* </note>
|
|
1027
|
+
* @public
|
|
1028
|
+
*/
|
|
1029
|
+
Owner?: Owner | undefined;
|
|
1030
|
+
/**
|
|
1031
|
+
* <p>The class of storage used to store the uploaded object.</p>
|
|
1032
|
+
* <note>
|
|
1033
|
+
* <p>
|
|
1034
|
+
* <b>Directory buckets</b> -
|
|
1035
|
+
* Directory buckets only support <code>EXPRESS_ONEZONE</code> (the S3 Express One Zone storage class) in Availability Zones and <code>ONEZONE_IA</code> (the S3 One Zone-Infrequent Access storage class) in Dedicated Local Zones.</p>
|
|
1036
|
+
* </note>
|
|
1037
|
+
* @public
|
|
1038
|
+
*/
|
|
1039
|
+
StorageClass?: StorageClass | undefined;
|
|
1040
|
+
/**
|
|
1041
|
+
* <p>If present, indicates that the requester was successfully charged for the request. For more
|
|
1042
|
+
* information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/RequesterPaysBuckets.html">Using Requester Pays buckets for storage transfers and usage</a> in the <i>Amazon Simple
|
|
1043
|
+
* Storage Service user guide</i>.</p>
|
|
1044
|
+
* <note>
|
|
1045
|
+
* <p>This functionality is not supported for directory buckets.</p>
|
|
1046
|
+
* </note>
|
|
1047
|
+
* @public
|
|
1048
|
+
*/
|
|
1049
|
+
RequestCharged?: RequestCharged | undefined;
|
|
1050
|
+
/**
|
|
1051
|
+
* <p>The algorithm that was used to create a checksum of the object.</p>
|
|
1052
|
+
* @public
|
|
1053
|
+
*/
|
|
1054
|
+
ChecksumAlgorithm?: ChecksumAlgorithm | undefined;
|
|
1055
|
+
/**
|
|
1056
|
+
* <p>The checksum type, which determines how part-level checksums are combined to create an object-level
|
|
1057
|
+
* checksum for multipart objects. You can use this header response to verify that the checksum type that
|
|
1058
|
+
* is received is the same checksum type that was specified in <code>CreateMultipartUpload</code> request.
|
|
1059
|
+
* For more information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/checking-object-integrity.html">Checking object integrity in the Amazon S3
|
|
1060
|
+
* User Guide</a>.</p>
|
|
1061
|
+
* @public
|
|
1062
|
+
*/
|
|
1063
|
+
ChecksumType?: ChecksumType | undefined;
|
|
1064
|
+
}
|
|
1065
|
+
/**
|
|
1066
|
+
* @public
|
|
1067
|
+
*/
|
|
1068
|
+
export interface ListPartsRequest {
|
|
1069
|
+
/**
|
|
1070
|
+
* <p>The name of the bucket to which the parts are being uploaded. </p>
|
|
1071
|
+
* <p>
|
|
1072
|
+
* <b>Directory buckets</b> - When you use this operation with a directory bucket, you must use virtual-hosted-style requests in the format <code>
|
|
1073
|
+
* <i>Bucket-name</i>.s3express-<i>zone-id</i>.<i>region-code</i>.amazonaws.com</code>. Path-style requests are not supported. Directory bucket names must be unique in the chosen Zone (Availability Zone or Local Zone). Bucket names must follow the format <code>
|
|
1074
|
+
* <i>bucket-base-name</i>--<i>zone-id</i>--x-s3</code> (for example, <code>
|
|
1075
|
+
* <i>amzn-s3-demo-bucket</i>--<i>usw2-az1</i>--x-s3</code>). For information about bucket naming
|
|
1076
|
+
* restrictions, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/directory-bucket-naming-rules.html">Directory bucket naming
|
|
1077
|
+
* rules</a> in the <i>Amazon S3 User Guide</i>.</p>
|
|
1078
|
+
* <p>
|
|
1079
|
+
* <b>Access points</b> - When you use this action with an access point for general purpose buckets, you must provide the alias of the access point in place of the bucket name or specify the access point ARN. When you use this action with an access point for directory buckets, you must provide the access point name in place of the bucket name. When using the access point ARN, you must direct requests to the access point hostname. The access point hostname takes the form <i>AccessPointName</i>-<i>AccountId</i>.s3-accesspoint.<i>Region</i>.amazonaws.com. When using this action with an access point through the Amazon Web Services SDKs, you provide the access point ARN in place of the bucket name. For more information about access point ARNs, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/using-access-points.html">Using access points</a> in the <i>Amazon S3 User Guide</i>.</p>
|
|
1080
|
+
* <note>
|
|
1081
|
+
* <p>Object Lambda access points are not supported by directory buckets.</p>
|
|
1082
|
+
* </note>
|
|
1083
|
+
* <p>
|
|
1084
|
+
* <b>S3 on Outposts</b> - When you use this action with S3 on Outposts, you must direct requests to the S3 on Outposts hostname. The S3 on Outposts hostname takes the
|
|
1085
|
+
* form <code>
|
|
1086
|
+
* <i>AccessPointName</i>-<i>AccountId</i>.<i>outpostID</i>.s3-outposts.<i>Region</i>.amazonaws.com</code>. When you use this action with S3 on Outposts, the destination bucket must be the Outposts access point ARN or the access point alias. For more information about S3 on Outposts, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/S3onOutposts.html">What is S3 on Outposts?</a> in the <i>Amazon S3 User Guide</i>.</p>
|
|
1087
|
+
* <p>Note: To supply the Multi-region Access Point (MRAP) to Bucket, you need to install the "@aws-sdk/signature-v4-crt" package to your project dependencies.
|
|
1088
|
+
* For more information, please go to https://github.com/aws/aws-sdk-js-v3#known-issues</p>
|
|
1089
|
+
* @public
|
|
1090
|
+
*/
|
|
1091
|
+
Bucket: string | undefined;
|
|
1092
|
+
/**
|
|
1093
|
+
* <p>Object key for which the multipart upload was initiated.</p>
|
|
1094
|
+
* @public
|
|
1095
|
+
*/
|
|
1096
|
+
Key: string | undefined;
|
|
1097
|
+
/**
|
|
1098
|
+
* <p>Sets the maximum number of parts to return.</p>
|
|
1099
|
+
* @public
|
|
1100
|
+
*/
|
|
1101
|
+
MaxParts?: number | undefined;
|
|
1102
|
+
/**
|
|
1103
|
+
* <p>Specifies the part after which listing should begin. Only parts with higher part numbers will be
|
|
1104
|
+
* listed.</p>
|
|
1105
|
+
* @public
|
|
1106
|
+
*/
|
|
1107
|
+
PartNumberMarker?: string | undefined;
|
|
1108
|
+
/**
|
|
1109
|
+
* <p>Upload ID identifying the multipart upload whose parts are being listed.</p>
|
|
1110
|
+
* @public
|
|
1111
|
+
*/
|
|
1112
|
+
UploadId: string | undefined;
|
|
1113
|
+
/**
|
|
1114
|
+
* <p>Confirms that the requester knows that they will be charged for the request. Bucket owners need not
|
|
1115
|
+
* specify this parameter in their requests. If either the source or destination S3 bucket has Requester
|
|
1116
|
+
* Pays enabled, the requester will pay for corresponding charges to copy the object. For information about
|
|
1117
|
+
* downloading objects from Requester Pays buckets, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/ObjectsinRequesterPaysBuckets.html">Downloading Objects in Requester Pays
|
|
1118
|
+
* Buckets</a> in the <i>Amazon S3 User Guide</i>.</p>
|
|
1119
|
+
* <note>
|
|
1120
|
+
* <p>This functionality is not supported for directory buckets.</p>
|
|
1121
|
+
* </note>
|
|
1122
|
+
* @public
|
|
1123
|
+
*/
|
|
1124
|
+
RequestPayer?: RequestPayer | undefined;
|
|
1125
|
+
/**
|
|
1126
|
+
* <p>The account ID of the expected bucket owner. If the account ID that you provide does not match the actual owner of the bucket, the request fails with the HTTP status code <code>403 Forbidden</code> (access denied).</p>
|
|
1127
|
+
* @public
|
|
1128
|
+
*/
|
|
1129
|
+
ExpectedBucketOwner?: string | undefined;
|
|
1130
|
+
/**
|
|
1131
|
+
* <p>The server-side encryption (SSE) algorithm used to encrypt the object. This parameter is needed only when the object was created
|
|
1132
|
+
* using a checksum algorithm. For more information,
|
|
1133
|
+
* see <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/ServerSideEncryptionCustomerKeys.html">Protecting data using SSE-C keys</a> in the
|
|
1134
|
+
* <i>Amazon S3 User Guide</i>.</p>
|
|
1135
|
+
* <note>
|
|
1136
|
+
* <p>This functionality is not supported for directory buckets.</p>
|
|
1137
|
+
* </note>
|
|
1138
|
+
* @public
|
|
1139
|
+
*/
|
|
1140
|
+
SSECustomerAlgorithm?: string | undefined;
|
|
1141
|
+
/**
|
|
1142
|
+
* <p>The server-side encryption (SSE) customer managed key. This parameter is needed only when the object was created using a checksum algorithm.
|
|
1143
|
+
* For more information, see
|
|
1144
|
+
* <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/ServerSideEncryptionCustomerKeys.html">Protecting data using SSE-C keys</a> in the
|
|
1145
|
+
* <i>Amazon S3 User Guide</i>.</p>
|
|
1146
|
+
* <note>
|
|
1147
|
+
* <p>This functionality is not supported for directory buckets.</p>
|
|
1148
|
+
* </note>
|
|
1149
|
+
* @public
|
|
1150
|
+
*/
|
|
1151
|
+
SSECustomerKey?: string | undefined;
|
|
1152
|
+
/**
|
|
1153
|
+
* <p>The MD5 server-side encryption (SSE) customer managed key. This parameter is needed only when the object was created using a checksum
|
|
1154
|
+
* algorithm. For more information,
|
|
1155
|
+
* see <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/ServerSideEncryptionCustomerKeys.html">Protecting data using SSE-C keys</a> in the
|
|
1156
|
+
* <i>Amazon S3 User Guide</i>.</p>
|
|
1157
|
+
* <note>
|
|
1158
|
+
* <p>This functionality is not supported for directory buckets.</p>
|
|
1159
|
+
* </note>
|
|
1160
|
+
* @public
|
|
1161
|
+
*/
|
|
1162
|
+
SSECustomerKeyMD5?: string | undefined;
|
|
1163
|
+
}
|
|
1164
|
+
/**
|
|
1165
|
+
* @public
|
|
1166
|
+
*/
|
|
1167
|
+
export interface PutBucketAccelerateConfigurationRequest {
|
|
1168
|
+
/**
|
|
1169
|
+
* <p>The name of the bucket for which the accelerate configuration is set.</p>
|
|
1170
|
+
* <p>Note: To supply the Multi-region Access Point (MRAP) to Bucket, you need to install the "@aws-sdk/signature-v4-crt" package to your project dependencies.
|
|
1171
|
+
* For more information, please go to https://github.com/aws/aws-sdk-js-v3#known-issues</p>
|
|
1172
|
+
* @public
|
|
1173
|
+
*/
|
|
1174
|
+
Bucket: string | undefined;
|
|
1175
|
+
/**
|
|
1176
|
+
* <p>Container for setting the transfer acceleration state.</p>
|
|
1177
|
+
* @public
|
|
1178
|
+
*/
|
|
1179
|
+
AccelerateConfiguration: AccelerateConfiguration | undefined;
|
|
1180
|
+
/**
|
|
1181
|
+
* <p>The account ID of the expected bucket owner. If the account ID that you provide does not match the actual owner of the bucket, the request fails with the HTTP status code <code>403 Forbidden</code> (access denied).</p>
|
|
1182
|
+
* @public
|
|
1183
|
+
*/
|
|
1184
|
+
ExpectedBucketOwner?: string | undefined;
|
|
1185
|
+
/**
|
|
1186
|
+
* <p>Indicates the algorithm used to create the checksum for the request when you use the SDK. This header will not provide any
|
|
1187
|
+
* additional functionality if you don't use the SDK. When you send this header, there must be a corresponding <code>x-amz-checksum</code> or
|
|
1188
|
+
* <code>x-amz-trailer</code> header sent. Otherwise, Amazon S3 fails the request with the HTTP status code <code>400 Bad Request</code>. For more
|
|
1189
|
+
* information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/checking-object-integrity.html">Checking object integrity</a> in
|
|
1190
|
+
* the <i>Amazon S3 User Guide</i>.</p>
|
|
1191
|
+
* <p>If you provide an individual checksum, Amazon S3 ignores any provided <code>ChecksumAlgorithm</code>
|
|
1192
|
+
* parameter.</p>
|
|
1193
|
+
* @public
|
|
1194
|
+
*/
|
|
1195
|
+
ChecksumAlgorithm?: ChecksumAlgorithm | undefined;
|
|
1196
|
+
}
|
|
1197
|
+
/**
|
|
1198
|
+
* @public
|
|
1199
|
+
*/
|
|
1200
|
+
export interface PutBucketAclRequest {
|
|
1201
|
+
/**
|
|
1202
|
+
* <p>The canned ACL to apply to the bucket.</p>
|
|
1203
|
+
* @public
|
|
1204
|
+
*/
|
|
1205
|
+
ACL?: BucketCannedACL | undefined;
|
|
1206
|
+
/**
|
|
1207
|
+
* <p>Contains the elements that set the ACL permissions for an object per grantee.</p>
|
|
1208
|
+
* @public
|
|
1209
|
+
*/
|
|
1210
|
+
AccessControlPolicy?: AccessControlPolicy | undefined;
|
|
1211
|
+
/**
|
|
1212
|
+
* <p>The bucket to which to apply the ACL.</p>
|
|
1213
|
+
* <p>Note: To supply the Multi-region Access Point (MRAP) to Bucket, you need to install the "@aws-sdk/signature-v4-crt" package to your project dependencies.
|
|
1214
|
+
* For more information, please go to https://github.com/aws/aws-sdk-js-v3#known-issues</p>
|
|
1215
|
+
* @public
|
|
1216
|
+
*/
|
|
1217
|
+
Bucket: string | undefined;
|
|
1218
|
+
/**
|
|
1219
|
+
* <p>The Base64 encoded 128-bit <code>MD5</code> digest of the data. This header must be used as a
|
|
1220
|
+
* message integrity check to verify that the request body was not corrupted in transit. For more
|
|
1221
|
+
* information, go to <a href="http://www.ietf.org/rfc/rfc1864.txt">RFC 1864.</a>
|
|
1222
|
+
* </p>
|
|
1223
|
+
* <p>For requests made using the Amazon Web Services Command Line Interface (CLI) or Amazon Web Services SDKs, this field is calculated automatically.</p>
|
|
1224
|
+
* @public
|
|
1225
|
+
*/
|
|
1226
|
+
ContentMD5?: string | undefined;
|
|
1227
|
+
/**
|
|
1228
|
+
* <p>Indicates the algorithm used to create the checksum for the request when you use the SDK. This header will not provide any
|
|
1229
|
+
* additional functionality if you don't use the SDK. When you send this header, there must be a corresponding <code>x-amz-checksum</code> or
|
|
1230
|
+
* <code>x-amz-trailer</code> header sent. Otherwise, Amazon S3 fails the request with the HTTP status code <code>400 Bad Request</code>. For more
|
|
1231
|
+
* information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/checking-object-integrity.html">Checking object integrity</a> in
|
|
1232
|
+
* the <i>Amazon S3 User Guide</i>.</p>
|
|
1233
|
+
* <p>If you provide an individual checksum, Amazon S3 ignores any provided <code>ChecksumAlgorithm</code>
|
|
1234
|
+
* parameter.</p>
|
|
1235
|
+
* @public
|
|
1236
|
+
*/
|
|
1237
|
+
ChecksumAlgorithm?: ChecksumAlgorithm | undefined;
|
|
1238
|
+
/**
|
|
1239
|
+
* <p>Allows grantee the read, write, read ACP, and write ACP permissions on the bucket.</p>
|
|
1240
|
+
* @public
|
|
1241
|
+
*/
|
|
1242
|
+
GrantFullControl?: string | undefined;
|
|
1243
|
+
/**
|
|
1244
|
+
* <p>Allows grantee to list the objects in the bucket.</p>
|
|
1245
|
+
* @public
|
|
1246
|
+
*/
|
|
1247
|
+
GrantRead?: string | undefined;
|
|
1248
|
+
/**
|
|
1249
|
+
* <p>Allows grantee to read the bucket ACL.</p>
|
|
1250
|
+
* @public
|
|
1251
|
+
*/
|
|
1252
|
+
GrantReadACP?: string | undefined;
|
|
1253
|
+
/**
|
|
1254
|
+
* <p>Allows grantee to create new objects in the bucket.</p>
|
|
1255
|
+
* <p>For the bucket and object owners of existing objects, also allows deletions and overwrites of those
|
|
1256
|
+
* objects.</p>
|
|
1257
|
+
* @public
|
|
1258
|
+
*/
|
|
1259
|
+
GrantWrite?: string | undefined;
|
|
1260
|
+
/**
|
|
1261
|
+
* <p>Allows grantee to write the ACL for the applicable bucket.</p>
|
|
1262
|
+
* @public
|
|
1263
|
+
*/
|
|
1264
|
+
GrantWriteACP?: string | undefined;
|
|
1265
|
+
/**
|
|
1266
|
+
* <p>The account ID of the expected bucket owner. If the account ID that you provide does not match the actual owner of the bucket, the request fails with the HTTP status code <code>403 Forbidden</code> (access denied).</p>
|
|
1267
|
+
* @public
|
|
1268
|
+
*/
|
|
1269
|
+
ExpectedBucketOwner?: string | undefined;
|
|
1270
|
+
}
|
|
1271
|
+
/**
|
|
1272
|
+
* @public
|
|
1273
|
+
*/
|
|
1274
|
+
export interface PutBucketAnalyticsConfigurationRequest {
|
|
1275
|
+
/**
|
|
1276
|
+
* <p>The name of the bucket to which an analytics configuration is stored.</p>
|
|
1277
|
+
* <p>Note: To supply the Multi-region Access Point (MRAP) to Bucket, you need to install the "@aws-sdk/signature-v4-crt" package to your project dependencies.
|
|
1278
|
+
* For more information, please go to https://github.com/aws/aws-sdk-js-v3#known-issues</p>
|
|
1279
|
+
* @public
|
|
1280
|
+
*/
|
|
1281
|
+
Bucket: string | undefined;
|
|
1282
|
+
/**
|
|
1283
|
+
* <p>The ID that identifies the analytics configuration.</p>
|
|
1284
|
+
* @public
|
|
1285
|
+
*/
|
|
1286
|
+
Id: string | undefined;
|
|
1287
|
+
/**
|
|
1288
|
+
* <p>The configuration and any analyses for the analytics filter.</p>
|
|
1289
|
+
* @public
|
|
1290
|
+
*/
|
|
1291
|
+
AnalyticsConfiguration: AnalyticsConfiguration | undefined;
|
|
1292
|
+
/**
|
|
1293
|
+
* <p>The account ID of the expected bucket owner. If the account ID that you provide does not match the actual owner of the bucket, the request fails with the HTTP status code <code>403 Forbidden</code> (access denied).</p>
|
|
1294
|
+
* @public
|
|
1295
|
+
*/
|
|
1296
|
+
ExpectedBucketOwner?: string | undefined;
|
|
1297
|
+
}
|
|
1298
|
+
/**
|
|
1299
|
+
* <p>Describes the cross-origin access configuration for objects in an Amazon S3 bucket. For more information,
|
|
1300
|
+
* see <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/cors.html">Enabling Cross-Origin Resource
|
|
1301
|
+
* Sharing</a> in the <i>Amazon S3 User Guide</i>.</p>
|
|
10
1302
|
* @public
|
|
11
1303
|
*/
|
|
12
1304
|
export interface CORSConfiguration {
|
|
13
1305
|
/**
|
|
14
|
-
* <p>A set of origins and methods (cross-origin access that you want to allow). You can add
|
|
15
|
-
*
|
|
1306
|
+
* <p>A set of origins and methods (cross-origin access that you want to allow). You can add up to 100
|
|
1307
|
+
* rules to the configuration.</p>
|
|
16
1308
|
* @public
|
|
17
1309
|
*/
|
|
18
1310
|
CORSRules: CORSRule[] | undefined;
|
|
@@ -29,18 +1321,16 @@ export interface PutBucketCorsRequest {
|
|
|
29
1321
|
*/
|
|
30
1322
|
Bucket: string | undefined;
|
|
31
1323
|
/**
|
|
32
|
-
* <p>Describes the cross-origin access configuration for objects in an Amazon S3 bucket. For more
|
|
33
|
-
*
|
|
34
|
-
*
|
|
35
|
-
* <i>Amazon S3 User Guide</i>.</p>
|
|
1324
|
+
* <p>Describes the cross-origin access configuration for objects in an Amazon S3 bucket. For more information,
|
|
1325
|
+
* see <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/cors.html">Enabling Cross-Origin Resource
|
|
1326
|
+
* Sharing</a> in the <i>Amazon S3 User Guide</i>.</p>
|
|
36
1327
|
* @public
|
|
37
1328
|
*/
|
|
38
1329
|
CORSConfiguration: CORSConfiguration | undefined;
|
|
39
1330
|
/**
|
|
40
|
-
* <p>The Base64 encoded 128-bit <code>MD5</code> digest of the data. This header must be used as a
|
|
41
|
-
*
|
|
42
|
-
*
|
|
43
|
-
* 1864.</a>
|
|
1331
|
+
* <p>The Base64 encoded 128-bit <code>MD5</code> digest of the data. This header must be used as a
|
|
1332
|
+
* message integrity check to verify that the request body was not corrupted in transit. For more
|
|
1333
|
+
* information, go to <a href="http://www.ietf.org/rfc/rfc1864.txt">RFC 1864.</a>
|
|
44
1334
|
* </p>
|
|
45
1335
|
* <p>For requests made using the Amazon Web Services Command Line Interface (CLI) or Amazon Web Services SDKs, this field is calculated automatically.</p>
|
|
46
1336
|
* @public
|
|
@@ -52,8 +1342,8 @@ export interface PutBucketCorsRequest {
|
|
|
52
1342
|
* <code>x-amz-trailer</code> header sent. Otherwise, Amazon S3 fails the request with the HTTP status code <code>400 Bad Request</code>. For more
|
|
53
1343
|
* information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/checking-object-integrity.html">Checking object integrity</a> in
|
|
54
1344
|
* the <i>Amazon S3 User Guide</i>.</p>
|
|
55
|
-
* <p>If you provide an individual checksum, Amazon S3 ignores any provided
|
|
56
|
-
*
|
|
1345
|
+
* <p>If you provide an individual checksum, Amazon S3 ignores any provided <code>ChecksumAlgorithm</code>
|
|
1346
|
+
* parameter.</p>
|
|
57
1347
|
* @public
|
|
58
1348
|
*/
|
|
59
1349
|
ChecksumAlgorithm?: ChecksumAlgorithm | undefined;
|
|
@@ -68,8 +1358,8 @@ export interface PutBucketCorsRequest {
|
|
|
68
1358
|
*/
|
|
69
1359
|
export interface PutBucketEncryptionRequest {
|
|
70
1360
|
/**
|
|
71
|
-
* <p>Specifies default encryption for a bucket using server-side encryption with different
|
|
72
|
-
*
|
|
1361
|
+
* <p>Specifies default encryption for a bucket using server-side encryption with different key
|
|
1362
|
+
* options.</p>
|
|
73
1363
|
* <p>
|
|
74
1364
|
* <b>Directory buckets </b> - When you use this operation with a directory bucket, you must use path-style requests in the format <code>https://s3express-control.<i>region-code</i>.amazonaws.com/<i>bucket-name</i>
|
|
75
1365
|
* </code>. Virtual-hosted-style requests aren't supported. Directory bucket names must be unique in the chosen Zone (Availability Zone or Local Zone). Bucket names must also follow the format <code>
|
|
@@ -83,7 +1373,7 @@ export interface PutBucketEncryptionRequest {
|
|
|
83
1373
|
Bucket: string | undefined;
|
|
84
1374
|
/**
|
|
85
1375
|
* <p>The Base64 encoded 128-bit <code>MD5</code> digest of the server-side encryption
|
|
86
|
-
*
|
|
1376
|
+
* configuration.</p>
|
|
87
1377
|
* <p>For requests made using the Amazon Web Services Command Line Interface (CLI) or Amazon Web Services SDKs, this field is calculated automatically.</p>
|
|
88
1378
|
* <note>
|
|
89
1379
|
* <p>This functionality is not supported for directory buckets.</p>
|
|
@@ -97,8 +1387,8 @@ export interface PutBucketEncryptionRequest {
|
|
|
97
1387
|
* <code>x-amz-trailer</code> header sent. Otherwise, Amazon S3 fails the request with the HTTP status code <code>400 Bad Request</code>. For more
|
|
98
1388
|
* information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/checking-object-integrity.html">Checking object integrity</a> in
|
|
99
1389
|
* the <i>Amazon S3 User Guide</i>.</p>
|
|
100
|
-
* <p>If you provide an individual checksum, Amazon S3 ignores any provided
|
|
101
|
-
*
|
|
1390
|
+
* <p>If you provide an individual checksum, Amazon S3 ignores any provided <code>ChecksumAlgorithm</code>
|
|
1391
|
+
* parameter.</p>
|
|
102
1392
|
* <note>
|
|
103
1393
|
* <p>For directory buckets, when you use Amazon Web Services SDKs, <code>CRC32</code> is the default checksum algorithm that's used for performance.</p>
|
|
104
1394
|
* </note>
|
|
@@ -136,6 +1426,11 @@ export interface PutBucketIntelligentTieringConfigurationRequest {
|
|
|
136
1426
|
* @public
|
|
137
1427
|
*/
|
|
138
1428
|
Id: string | undefined;
|
|
1429
|
+
/**
|
|
1430
|
+
* <p>The account ID of the expected bucket owner. If the account ID that you provide does not match the actual owner of the bucket, the request fails with the HTTP status code <code>403 Forbidden</code> (access denied).</p>
|
|
1431
|
+
* @public
|
|
1432
|
+
*/
|
|
1433
|
+
ExpectedBucketOwner?: string | undefined;
|
|
139
1434
|
/**
|
|
140
1435
|
* <p>Container for S3 Intelligent-Tiering configuration.</p>
|
|
141
1436
|
* @public
|
|
@@ -175,37 +1470,35 @@ export interface PutBucketInventoryConfigurationRequest {
|
|
|
175
1470
|
export interface PutBucketLifecycleConfigurationOutput {
|
|
176
1471
|
/**
|
|
177
1472
|
* <p>Indicates which default minimum object size behavior is applied to the lifecycle
|
|
178
|
-
*
|
|
1473
|
+
* configuration.</p>
|
|
179
1474
|
* <note>
|
|
180
|
-
* <p>This parameter applies to general purpose buckets only. It is not supported for
|
|
181
|
-
*
|
|
1475
|
+
* <p>This parameter applies to general purpose buckets only. It is not supported for directory bucket
|
|
1476
|
+
* lifecycle configurations.</p>
|
|
182
1477
|
* </note>
|
|
183
1478
|
* <ul>
|
|
184
1479
|
* <li>
|
|
185
1480
|
* <p>
|
|
186
|
-
* <code>all_storage_classes_128K</code> - Objects smaller than 128 KB will not
|
|
187
|
-
*
|
|
1481
|
+
* <code>all_storage_classes_128K</code> - Objects smaller than 128 KB will not transition to
|
|
1482
|
+
* any storage class by default. </p>
|
|
188
1483
|
* </li>
|
|
189
1484
|
* <li>
|
|
190
1485
|
* <p>
|
|
191
|
-
* <code>varies_by_storage_class</code> - Objects smaller than 128 KB will
|
|
192
|
-
*
|
|
193
|
-
*
|
|
194
|
-
* </p>
|
|
1486
|
+
* <code>varies_by_storage_class</code> - Objects smaller than 128 KB will transition to Glacier
|
|
1487
|
+
* Flexible Retrieval or Glacier Deep Archive storage classes. By default, all other storage classes
|
|
1488
|
+
* will prevent transitions smaller than 128 KB. </p>
|
|
195
1489
|
* </li>
|
|
196
1490
|
* </ul>
|
|
197
|
-
* <p>To customize the minimum object size for any transition you can add a filter that
|
|
198
|
-
*
|
|
199
|
-
*
|
|
200
|
-
* transition behavior.</p>
|
|
1491
|
+
* <p>To customize the minimum object size for any transition you can add a filter that specifies a custom
|
|
1492
|
+
* <code>ObjectSizeGreaterThan</code> or <code>ObjectSizeLessThan</code> in the body of your transition
|
|
1493
|
+
* rule. Custom filters always take precedence over the default transition behavior.</p>
|
|
201
1494
|
* @public
|
|
202
1495
|
*/
|
|
203
1496
|
TransitionDefaultMinimumObjectSize?: TransitionDefaultMinimumObjectSize | undefined;
|
|
204
1497
|
}
|
|
205
1498
|
/**
|
|
206
|
-
* <p>Specifies the lifecycle configuration for objects in an Amazon S3 bucket. For more
|
|
207
|
-
*
|
|
208
|
-
*
|
|
1499
|
+
* <p>Specifies the lifecycle configuration for objects in an Amazon S3 bucket. For more information, see
|
|
1500
|
+
* <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/object-lifecycle-mgmt.html">Object Lifecycle
|
|
1501
|
+
* Management</a> in the <i>Amazon S3 User Guide</i>.</p>
|
|
209
1502
|
* @public
|
|
210
1503
|
*/
|
|
211
1504
|
export interface BucketLifecycleConfiguration {
|
|
@@ -232,8 +1525,8 @@ export interface PutBucketLifecycleConfigurationRequest {
|
|
|
232
1525
|
* <code>x-amz-trailer</code> header sent. Otherwise, Amazon S3 fails the request with the HTTP status code <code>400 Bad Request</code>. For more
|
|
233
1526
|
* information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/checking-object-integrity.html">Checking object integrity</a> in
|
|
234
1527
|
* the <i>Amazon S3 User Guide</i>.</p>
|
|
235
|
-
* <p>If you provide an individual checksum, Amazon S3 ignores any provided
|
|
236
|
-
*
|
|
1528
|
+
* <p>If you provide an individual checksum, Amazon S3 ignores any provided <code>ChecksumAlgorithm</code>
|
|
1529
|
+
* parameter.</p>
|
|
237
1530
|
* @public
|
|
238
1531
|
*/
|
|
239
1532
|
ChecksumAlgorithm?: ChecksumAlgorithm | undefined;
|
|
@@ -245,37 +1538,35 @@ export interface PutBucketLifecycleConfigurationRequest {
|
|
|
245
1538
|
/**
|
|
246
1539
|
* <p>The account ID of the expected bucket owner. If the account ID that you provide does not match the actual owner of the bucket, the request fails with the HTTP status code <code>403 Forbidden</code> (access denied).</p>
|
|
247
1540
|
* <note>
|
|
248
|
-
* <p>This parameter applies to general purpose buckets only. It is not supported for
|
|
249
|
-
*
|
|
1541
|
+
* <p>This parameter applies to general purpose buckets only. It is not supported for directory bucket
|
|
1542
|
+
* lifecycle configurations.</p>
|
|
250
1543
|
* </note>
|
|
251
1544
|
* @public
|
|
252
1545
|
*/
|
|
253
1546
|
ExpectedBucketOwner?: string | undefined;
|
|
254
1547
|
/**
|
|
255
1548
|
* <p>Indicates which default minimum object size behavior is applied to the lifecycle
|
|
256
|
-
*
|
|
1549
|
+
* configuration.</p>
|
|
257
1550
|
* <note>
|
|
258
|
-
* <p>This parameter applies to general purpose buckets only. It is not supported for
|
|
259
|
-
*
|
|
1551
|
+
* <p>This parameter applies to general purpose buckets only. It is not supported for directory bucket
|
|
1552
|
+
* lifecycle configurations.</p>
|
|
260
1553
|
* </note>
|
|
261
1554
|
* <ul>
|
|
262
1555
|
* <li>
|
|
263
1556
|
* <p>
|
|
264
|
-
* <code>all_storage_classes_128K</code> - Objects smaller than 128 KB will not
|
|
265
|
-
*
|
|
1557
|
+
* <code>all_storage_classes_128K</code> - Objects smaller than 128 KB will not transition to
|
|
1558
|
+
* any storage class by default. </p>
|
|
266
1559
|
* </li>
|
|
267
1560
|
* <li>
|
|
268
1561
|
* <p>
|
|
269
|
-
* <code>varies_by_storage_class</code> - Objects smaller than 128 KB will
|
|
270
|
-
*
|
|
271
|
-
*
|
|
272
|
-
* </p>
|
|
1562
|
+
* <code>varies_by_storage_class</code> - Objects smaller than 128 KB will transition to Glacier
|
|
1563
|
+
* Flexible Retrieval or Glacier Deep Archive storage classes. By default, all other storage classes
|
|
1564
|
+
* will prevent transitions smaller than 128 KB. </p>
|
|
273
1565
|
* </li>
|
|
274
1566
|
* </ul>
|
|
275
|
-
* <p>To customize the minimum object size for any transition you can add a filter that
|
|
276
|
-
*
|
|
277
|
-
*
|
|
278
|
-
* transition behavior.</p>
|
|
1567
|
+
* <p>To customize the minimum object size for any transition you can add a filter that specifies a custom
|
|
1568
|
+
* <code>ObjectSizeGreaterThan</code> or <code>ObjectSizeLessThan</code> in the body of your transition
|
|
1569
|
+
* rule. Custom filters always take precedence over the default transition behavior.</p>
|
|
279
1570
|
* @public
|
|
280
1571
|
*/
|
|
281
1572
|
TransitionDefaultMinimumObjectSize?: TransitionDefaultMinimumObjectSize | undefined;
|
|
@@ -286,9 +1577,9 @@ export interface PutBucketLifecycleConfigurationRequest {
|
|
|
286
1577
|
*/
|
|
287
1578
|
export interface BucketLoggingStatus {
|
|
288
1579
|
/**
|
|
289
|
-
* <p>Describes where logs are stored and the prefix that Amazon S3 assigns to all log object keys
|
|
290
|
-
*
|
|
291
|
-
*
|
|
1580
|
+
* <p>Describes where logs are stored and the prefix that Amazon S3 assigns to all log object keys for a
|
|
1581
|
+
* bucket. For more information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/RESTBucketPUTlogging.html">PUT Bucket logging</a> in the
|
|
1582
|
+
* <i>Amazon S3 API Reference</i>.</p>
|
|
292
1583
|
* @public
|
|
293
1584
|
*/
|
|
294
1585
|
LoggingEnabled?: LoggingEnabled | undefined;
|
|
@@ -321,8 +1612,8 @@ export interface PutBucketLoggingRequest {
|
|
|
321
1612
|
* <code>x-amz-trailer</code> header sent. Otherwise, Amazon S3 fails the request with the HTTP status code <code>400 Bad Request</code>. For more
|
|
322
1613
|
* information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/checking-object-integrity.html">Checking object integrity</a> in
|
|
323
1614
|
* the <i>Amazon S3 User Guide</i>.</p>
|
|
324
|
-
* <p>If you provide an individual checksum, Amazon S3 ignores any provided
|
|
325
|
-
*
|
|
1615
|
+
* <p>If you provide an individual checksum, Amazon S3 ignores any provided <code>ChecksumAlgorithm</code>
|
|
1616
|
+
* parameter.</p>
|
|
326
1617
|
* @public
|
|
327
1618
|
*/
|
|
328
1619
|
ChecksumAlgorithm?: ChecksumAlgorithm | undefined;
|
|
@@ -344,8 +1635,8 @@ export interface PutBucketMetricsConfigurationRequest {
|
|
|
344
1635
|
*/
|
|
345
1636
|
Bucket: string | undefined;
|
|
346
1637
|
/**
|
|
347
|
-
* <p>The ID used to identify the metrics configuration. The ID has a 64 character limit and
|
|
348
|
-
*
|
|
1638
|
+
* <p>The ID used to identify the metrics configuration. The ID has a 64 character limit and can only
|
|
1639
|
+
* contain letters, numbers, periods, dashes, and underscores.</p>
|
|
349
1640
|
* @public
|
|
350
1641
|
*/
|
|
351
1642
|
Id: string | undefined;
|
|
@@ -372,8 +1663,8 @@ export interface PutBucketNotificationConfigurationRequest {
|
|
|
372
1663
|
*/
|
|
373
1664
|
Bucket: string | undefined;
|
|
374
1665
|
/**
|
|
375
|
-
* <p>A container for specifying the notification configuration of the bucket. If this element
|
|
376
|
-
*
|
|
1666
|
+
* <p>A container for specifying the notification configuration of the bucket. If this element is empty,
|
|
1667
|
+
* notifications are turned off for the bucket.</p>
|
|
377
1668
|
* @public
|
|
378
1669
|
*/
|
|
379
1670
|
NotificationConfiguration: NotificationConfiguration | undefined;
|
|
@@ -383,8 +1674,8 @@ export interface PutBucketNotificationConfigurationRequest {
|
|
|
383
1674
|
*/
|
|
384
1675
|
ExpectedBucketOwner?: string | undefined;
|
|
385
1676
|
/**
|
|
386
|
-
* <p>Skips validation of Amazon SQS, Amazon SNS, and Lambda
|
|
387
|
-
*
|
|
1677
|
+
* <p>Skips validation of Amazon SQS, Amazon SNS, and Lambda destinations.
|
|
1678
|
+
* True or false value.</p>
|
|
388
1679
|
* @public
|
|
389
1680
|
*/
|
|
390
1681
|
SkipDestinationValidation?: boolean | undefined;
|
|
@@ -412,20 +1703,21 @@ export interface PutBucketOwnershipControlsRequest {
|
|
|
412
1703
|
*/
|
|
413
1704
|
ExpectedBucketOwner?: string | undefined;
|
|
414
1705
|
/**
|
|
415
|
-
* <p>The <code>OwnershipControls</code> (BucketOwnerEnforced, BucketOwnerPreferred, or
|
|
416
|
-
*
|
|
1706
|
+
* <p>The <code>OwnershipControls</code> (BucketOwnerEnforced, BucketOwnerPreferred, or ObjectWriter) that
|
|
1707
|
+
* you want to apply to this Amazon S3 bucket.</p>
|
|
417
1708
|
* @public
|
|
418
1709
|
*/
|
|
419
1710
|
OwnershipControls: OwnershipControls | undefined;
|
|
420
1711
|
/**
|
|
421
|
-
* <p> Indicates the algorithm used to create the checksum for the object when you use the
|
|
422
|
-
*
|
|
423
|
-
*
|
|
424
|
-
*
|
|
425
|
-
*
|
|
426
|
-
*
|
|
427
|
-
*
|
|
428
|
-
* <p>If you provide an individual checksum, Amazon S3 ignores any provided <code>ChecksumAlgorithm</code>
|
|
1712
|
+
* <p> Indicates the algorithm used to create the checksum for the object when you use the SDK. This
|
|
1713
|
+
* header will not provide any additional functionality if you don't use the SDK. When you send this
|
|
1714
|
+
* header, there must be a corresponding <code>x-amz-checksum-<i>algorithm</i>
|
|
1715
|
+
* </code> header
|
|
1716
|
+
* sent. Otherwise, Amazon S3 fails the request with the HTTP status code <code>400 Bad Request</code>. For more
|
|
1717
|
+
* information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/checking-object-integrity.html">Checking object integrity</a> in
|
|
1718
|
+
* the <i>Amazon S3 User Guide</i>.</p>
|
|
1719
|
+
* <p>If you provide an individual checksum, Amazon S3 ignores any provided <code>ChecksumAlgorithm</code>
|
|
1720
|
+
* parameter. </p>
|
|
429
1721
|
* @public
|
|
430
1722
|
*/
|
|
431
1723
|
ChecksumAlgorithm?: ChecksumAlgorithm | undefined;
|
|
@@ -504,8 +1796,8 @@ export interface PutBucketPolicyRequest {
|
|
|
504
1796
|
*/
|
|
505
1797
|
ChecksumAlgorithm?: ChecksumAlgorithm | undefined;
|
|
506
1798
|
/**
|
|
507
|
-
* <p>Set this parameter to true to confirm that you want to remove your permissions to change
|
|
508
|
-
*
|
|
1799
|
+
* <p>Set this parameter to true to confirm that you want to remove your permissions to change this bucket
|
|
1800
|
+
* policy in the future.</p>
|
|
509
1801
|
* <note>
|
|
510
1802
|
* <p>This functionality is not supported for directory buckets.</p>
|
|
511
1803
|
* </note>
|
|
@@ -515,7 +1807,7 @@ export interface PutBucketPolicyRequest {
|
|
|
515
1807
|
/**
|
|
516
1808
|
* <p>The bucket policy as a JSON document.</p>
|
|
517
1809
|
* <p>For directory buckets, the only IAM action supported in the bucket policy is
|
|
518
|
-
*
|
|
1810
|
+
* <code>s3express:CreateSession</code>.</p>
|
|
519
1811
|
* @public
|
|
520
1812
|
*/
|
|
521
1813
|
Policy: string | undefined;
|
|
@@ -541,9 +1833,9 @@ export interface PutBucketReplicationRequest {
|
|
|
541
1833
|
*/
|
|
542
1834
|
Bucket: string | undefined;
|
|
543
1835
|
/**
|
|
544
|
-
* <p>The Base64 encoded 128-bit <code>MD5</code> digest of the data. You must use this header as a
|
|
545
|
-
*
|
|
546
|
-
*
|
|
1836
|
+
* <p>The Base64 encoded 128-bit <code>MD5</code> digest of the data. You must use this header as a
|
|
1837
|
+
* message integrity check to verify that the request body was not corrupted in transit. For more
|
|
1838
|
+
* information, see <a href="http://www.ietf.org/rfc/rfc1864.txt">RFC 1864</a>.</p>
|
|
547
1839
|
* <p>For requests made using the Amazon Web Services Command Line Interface (CLI) or Amazon Web Services SDKs, this field is calculated automatically.</p>
|
|
548
1840
|
* @public
|
|
549
1841
|
*/
|
|
@@ -554,14 +1846,14 @@ export interface PutBucketReplicationRequest {
|
|
|
554
1846
|
* <code>x-amz-trailer</code> header sent. Otherwise, Amazon S3 fails the request with the HTTP status code <code>400 Bad Request</code>. For more
|
|
555
1847
|
* information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/checking-object-integrity.html">Checking object integrity</a> in
|
|
556
1848
|
* the <i>Amazon S3 User Guide</i>.</p>
|
|
557
|
-
* <p>If you provide an individual checksum, Amazon S3 ignores any provided
|
|
558
|
-
*
|
|
1849
|
+
* <p>If you provide an individual checksum, Amazon S3 ignores any provided <code>ChecksumAlgorithm</code>
|
|
1850
|
+
* parameter.</p>
|
|
559
1851
|
* @public
|
|
560
1852
|
*/
|
|
561
1853
|
ChecksumAlgorithm?: ChecksumAlgorithm | undefined;
|
|
562
1854
|
/**
|
|
563
|
-
* <p>A container for replication rules. You can add up to 1,000 rules. The maximum size of a
|
|
564
|
-
*
|
|
1855
|
+
* <p>A container for replication rules. You can add up to 1,000 rules. The maximum size of a replication
|
|
1856
|
+
* configuration is 2 MB.</p>
|
|
565
1857
|
* @public
|
|
566
1858
|
*/
|
|
567
1859
|
ReplicationConfiguration: ReplicationConfiguration | undefined;
|
|
@@ -599,9 +1891,9 @@ export interface PutBucketRequestPaymentRequest {
|
|
|
599
1891
|
*/
|
|
600
1892
|
Bucket: string | undefined;
|
|
601
1893
|
/**
|
|
602
|
-
* <p>The Base64 encoded 128-bit <code>MD5</code> digest of the data. You must use this header as a
|
|
603
|
-
*
|
|
604
|
-
*
|
|
1894
|
+
* <p>The Base64 encoded 128-bit <code>MD5</code> digest of the data. You must use this header as a
|
|
1895
|
+
* message integrity check to verify that the request body was not corrupted in transit. For more
|
|
1896
|
+
* information, see <a href="http://www.ietf.org/rfc/rfc1864.txt">RFC 1864</a>.</p>
|
|
605
1897
|
* <p>For requests made using the Amazon Web Services Command Line Interface (CLI) or Amazon Web Services SDKs, this field is calculated automatically.</p>
|
|
606
1898
|
* @public
|
|
607
1899
|
*/
|
|
@@ -612,8 +1904,8 @@ export interface PutBucketRequestPaymentRequest {
|
|
|
612
1904
|
* <code>x-amz-trailer</code> header sent. Otherwise, Amazon S3 fails the request with the HTTP status code <code>400 Bad Request</code>. For more
|
|
613
1905
|
* information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/checking-object-integrity.html">Checking object integrity</a> in
|
|
614
1906
|
* the <i>Amazon S3 User Guide</i>.</p>
|
|
615
|
-
* <p>If you provide an individual checksum, Amazon S3 ignores any provided
|
|
616
|
-
*
|
|
1907
|
+
* <p>If you provide an individual checksum, Amazon S3 ignores any provided <code>ChecksumAlgorithm</code>
|
|
1908
|
+
* parameter.</p>
|
|
617
1909
|
* @public
|
|
618
1910
|
*/
|
|
619
1911
|
ChecksumAlgorithm?: ChecksumAlgorithm | undefined;
|
|
@@ -651,9 +1943,9 @@ export interface PutBucketTaggingRequest {
|
|
|
651
1943
|
*/
|
|
652
1944
|
Bucket: string | undefined;
|
|
653
1945
|
/**
|
|
654
|
-
* <p>The Base64 encoded 128-bit <code>MD5</code> digest of the data. You must use this header as a
|
|
655
|
-
*
|
|
656
|
-
*
|
|
1946
|
+
* <p>The Base64 encoded 128-bit <code>MD5</code> digest of the data. You must use this header as a
|
|
1947
|
+
* message integrity check to verify that the request body was not corrupted in transit. For more
|
|
1948
|
+
* information, see <a href="http://www.ietf.org/rfc/rfc1864.txt">RFC 1864</a>.</p>
|
|
657
1949
|
* <p>For requests made using the Amazon Web Services Command Line Interface (CLI) or Amazon Web Services SDKs, this field is calculated automatically.</p>
|
|
658
1950
|
* @public
|
|
659
1951
|
*/
|
|
@@ -664,8 +1956,8 @@ export interface PutBucketTaggingRequest {
|
|
|
664
1956
|
* <code>x-amz-trailer</code> header sent. Otherwise, Amazon S3 fails the request with the HTTP status code <code>400 Bad Request</code>. For more
|
|
665
1957
|
* information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/checking-object-integrity.html">Checking object integrity</a> in
|
|
666
1958
|
* the <i>Amazon S3 User Guide</i>.</p>
|
|
667
|
-
* <p>If you provide an individual checksum, Amazon S3 ignores any provided
|
|
668
|
-
*
|
|
1959
|
+
* <p>If you provide an individual checksum, Amazon S3 ignores any provided <code>ChecksumAlgorithm</code>
|
|
1960
|
+
* parameter.</p>
|
|
669
1961
|
* @public
|
|
670
1962
|
*/
|
|
671
1963
|
ChecksumAlgorithm?: ChecksumAlgorithm | undefined;
|
|
@@ -693,15 +1985,15 @@ export declare const MFADelete: {
|
|
|
693
1985
|
*/
|
|
694
1986
|
export type MFADelete = (typeof MFADelete)[keyof typeof MFADelete];
|
|
695
1987
|
/**
|
|
696
|
-
* <p>Describes the versioning state of an Amazon S3 bucket. For more information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/RESTBucketPUTVersioningStatus.html">PUT
|
|
697
|
-
*
|
|
1988
|
+
* <p>Describes the versioning state of an Amazon S3 bucket. For more information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/RESTBucketPUTVersioningStatus.html">PUT Bucket
|
|
1989
|
+
* versioning</a> in the <i>Amazon S3 API Reference</i>.</p>
|
|
698
1990
|
* @public
|
|
699
1991
|
*/
|
|
700
1992
|
export interface VersioningConfiguration {
|
|
701
1993
|
/**
|
|
702
|
-
* <p>Specifies whether MFA delete is enabled in the bucket versioning configuration. This
|
|
703
|
-
*
|
|
704
|
-
*
|
|
1994
|
+
* <p>Specifies whether MFA delete is enabled in the bucket versioning configuration. This element is only
|
|
1995
|
+
* returned if the bucket has been configured with MFA delete. If the bucket has never been so configured,
|
|
1996
|
+
* this element is not returned.</p>
|
|
705
1997
|
* @public
|
|
706
1998
|
*/
|
|
707
1999
|
MFADelete?: MFADelete | undefined;
|
|
@@ -724,9 +2016,8 @@ export interface PutBucketVersioningRequest {
|
|
|
724
2016
|
Bucket: string | undefined;
|
|
725
2017
|
/**
|
|
726
2018
|
* <p>>The Base64 encoded 128-bit <code>MD5</code> digest of the data. You must use this header as a
|
|
727
|
-
*
|
|
728
|
-
*
|
|
729
|
-
* 1864</a>.</p>
|
|
2019
|
+
* message integrity check to verify that the request body was not corrupted in transit. For more
|
|
2020
|
+
* information, see <a href="http://www.ietf.org/rfc/rfc1864.txt">RFC 1864</a>.</p>
|
|
730
2021
|
* <p>For requests made using the Amazon Web Services Command Line Interface (CLI) or Amazon Web Services SDKs, this field is calculated automatically.</p>
|
|
731
2022
|
* @public
|
|
732
2023
|
*/
|
|
@@ -737,14 +2028,14 @@ export interface PutBucketVersioningRequest {
|
|
|
737
2028
|
* <code>x-amz-trailer</code> header sent. Otherwise, Amazon S3 fails the request with the HTTP status code <code>400 Bad Request</code>. For more
|
|
738
2029
|
* information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/checking-object-integrity.html">Checking object integrity</a> in
|
|
739
2030
|
* the <i>Amazon S3 User Guide</i>.</p>
|
|
740
|
-
* <p>If you provide an individual checksum, Amazon S3 ignores any provided
|
|
741
|
-
*
|
|
2031
|
+
* <p>If you provide an individual checksum, Amazon S3 ignores any provided <code>ChecksumAlgorithm</code>
|
|
2032
|
+
* parameter.</p>
|
|
742
2033
|
* @public
|
|
743
2034
|
*/
|
|
744
2035
|
ChecksumAlgorithm?: ChecksumAlgorithm | undefined;
|
|
745
2036
|
/**
|
|
746
|
-
* <p>The concatenation of the authentication device's serial number, a space, and the value
|
|
747
|
-
*
|
|
2037
|
+
* <p>The concatenation of the authentication device's serial number, a space, and the value that is
|
|
2038
|
+
* displayed on your authentication device.</p>
|
|
748
2039
|
* @public
|
|
749
2040
|
*/
|
|
750
2041
|
MFA?: string | undefined;
|
|
@@ -800,9 +2091,9 @@ export interface PutBucketWebsiteRequest {
|
|
|
800
2091
|
*/
|
|
801
2092
|
Bucket: string | undefined;
|
|
802
2093
|
/**
|
|
803
|
-
* <p>The Base64 encoded 128-bit <code>MD5</code> digest of the data. You must use this header as a
|
|
804
|
-
*
|
|
805
|
-
*
|
|
2094
|
+
* <p>The Base64 encoded 128-bit <code>MD5</code> digest of the data. You must use this header as a
|
|
2095
|
+
* message integrity check to verify that the request body was not corrupted in transit. For more
|
|
2096
|
+
* information, see <a href="http://www.ietf.org/rfc/rfc1864.txt">RFC 1864</a>.</p>
|
|
806
2097
|
* <p>For requests made using the Amazon Web Services Command Line Interface (CLI) or Amazon Web Services SDKs, this field is calculated automatically.</p>
|
|
807
2098
|
* @public
|
|
808
2099
|
*/
|
|
@@ -813,8 +2104,8 @@ export interface PutBucketWebsiteRequest {
|
|
|
813
2104
|
* <code>x-amz-trailer</code> header sent. Otherwise, Amazon S3 fails the request with the HTTP status code <code>400 Bad Request</code>. For more
|
|
814
2105
|
* information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/checking-object-integrity.html">Checking object integrity</a> in
|
|
815
2106
|
* the <i>Amazon S3 User Guide</i>.</p>
|
|
816
|
-
* <p>If you provide an individual checksum, Amazon S3 ignores any provided
|
|
817
|
-
*
|
|
2107
|
+
* <p>If you provide an individual checksum, Amazon S3 ignores any provided <code>ChecksumAlgorithm</code>
|
|
2108
|
+
* parameter.</p>
|
|
818
2109
|
* @public
|
|
819
2110
|
*/
|
|
820
2111
|
ChecksumAlgorithm?: ChecksumAlgorithm | undefined;
|
|
@@ -830,11 +2121,8 @@ export interface PutBucketWebsiteRequest {
|
|
|
830
2121
|
ExpectedBucketOwner?: string | undefined;
|
|
831
2122
|
}
|
|
832
2123
|
/**
|
|
833
|
-
* <p>
|
|
834
|
-
*
|
|
835
|
-
* Subsequent write requests must include the appropriate encryption
|
|
836
|
-
* parameters in the request or while creating the session.
|
|
837
|
-
* </p>
|
|
2124
|
+
* <p> The existing object was created with a different encryption type. Subsequent write requests must
|
|
2125
|
+
* include the appropriate encryption parameters in the request or while creating the session. </p>
|
|
838
2126
|
* @public
|
|
839
2127
|
*/
|
|
840
2128
|
export declare class EncryptionTypeMismatch extends __BaseException {
|
|
@@ -846,13 +2134,16 @@ export declare class EncryptionTypeMismatch extends __BaseException {
|
|
|
846
2134
|
constructor(opts: __ExceptionOptionType<EncryptionTypeMismatch, __BaseException>);
|
|
847
2135
|
}
|
|
848
2136
|
/**
|
|
849
|
-
* <p>You may receive this error in multiple cases. Depending on the reason for the error, you may receive
|
|
2137
|
+
* <p>You may receive this error in multiple cases. Depending on the reason for the error, you may receive
|
|
2138
|
+
* one of the messages below:</p>
|
|
850
2139
|
* <ul>
|
|
851
2140
|
* <li>
|
|
852
|
-
* <p>Cannot specify both a write offset value and user-defined object metadata for existing
|
|
2141
|
+
* <p>Cannot specify both a write offset value and user-defined object metadata for existing
|
|
2142
|
+
* objects.</p>
|
|
853
2143
|
* </li>
|
|
854
2144
|
* <li>
|
|
855
|
-
* <p>Checksum Type mismatch occurred, expected checksum Type: sha1, actual checksum Type:
|
|
2145
|
+
* <p>Checksum Type mismatch occurred, expected checksum Type: sha1, actual checksum Type:
|
|
2146
|
+
* crc32c.</p>
|
|
856
2147
|
* </li>
|
|
857
2148
|
* <li>
|
|
858
2149
|
* <p>Request body cannot be empty when 'write offset' is specified.</p>
|
|
@@ -869,9 +2160,7 @@ export declare class InvalidRequest extends __BaseException {
|
|
|
869
2160
|
constructor(opts: __ExceptionOptionType<InvalidRequest, __BaseException>);
|
|
870
2161
|
}
|
|
871
2162
|
/**
|
|
872
|
-
* <p>
|
|
873
|
-
* The write offset value that you specified does not match the current object size.
|
|
874
|
-
* </p>
|
|
2163
|
+
* <p> The write offset value that you specified does not match the current object size. </p>
|
|
875
2164
|
* @public
|
|
876
2165
|
*/
|
|
877
2166
|
export declare class InvalidWriteOffset extends __BaseException {
|
|
@@ -887,12 +2176,13 @@ export declare class InvalidWriteOffset extends __BaseException {
|
|
|
887
2176
|
*/
|
|
888
2177
|
export interface PutObjectOutput {
|
|
889
2178
|
/**
|
|
890
|
-
* <p>If the expiration is configured for the object (see <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_PutBucketLifecycleConfiguration.html">PutBucketLifecycleConfiguration</a>) in the <i>Amazon S3 User Guide</i>,
|
|
891
|
-
*
|
|
892
|
-
*
|
|
893
|
-
*
|
|
2179
|
+
* <p>If the expiration is configured for the object (see <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_PutBucketLifecycleConfiguration.html">PutBucketLifecycleConfiguration</a>) in the <i>Amazon S3 User Guide</i>, the response
|
|
2180
|
+
* includes this header. It includes the <code>expiry-date</code> and <code>rule-id</code> key-value pairs
|
|
2181
|
+
* that provide information about object expiration. The value of the <code>rule-id</code> is
|
|
2182
|
+
* URL-encoded.</p>
|
|
894
2183
|
* <note>
|
|
895
|
-
* <p>Object expiration information is not returned in directory buckets and this header returns the
|
|
2184
|
+
* <p>Object expiration information is not returned in directory buckets and this header returns the
|
|
2185
|
+
* value "<code>NotImplemented</code>" in all responses for directory buckets.</p>
|
|
896
2186
|
* </note>
|
|
897
2187
|
* @public
|
|
898
2188
|
*/
|
|
@@ -900,13 +2190,13 @@ export interface PutObjectOutput {
|
|
|
900
2190
|
/**
|
|
901
2191
|
* <p>Entity tag for the uploaded object.</p>
|
|
902
2192
|
* <p>
|
|
903
|
-
* <b>General purpose buckets </b> - To ensure that data is not
|
|
904
|
-
*
|
|
905
|
-
*
|
|
906
|
-
*
|
|
2193
|
+
* <b>General purpose buckets </b> - To ensure that data is not corrupted
|
|
2194
|
+
* traversing the network, for objects where the ETag is the MD5 digest of the object, you can calculate
|
|
2195
|
+
* the MD5 while putting an object to Amazon S3 and compare the returned ETag to the calculated MD5
|
|
2196
|
+
* value.</p>
|
|
907
2197
|
* <p>
|
|
908
|
-
* <b>Directory buckets </b> - The ETag for the object in
|
|
909
|
-
*
|
|
2198
|
+
* <b>Directory buckets </b> - The ETag for the object in a
|
|
2199
|
+
* directory bucket isn't the MD5 digest of the object.</p>
|
|
910
2200
|
* @public
|
|
911
2201
|
*/
|
|
912
2202
|
ETag?: string | undefined;
|
|
@@ -927,12 +2217,11 @@ export interface PutObjectOutput {
|
|
|
927
2217
|
*/
|
|
928
2218
|
ChecksumCRC32C?: string | undefined;
|
|
929
2219
|
/**
|
|
930
|
-
* <p>The Base64 encoded, 64-bit <code>CRC64NVME</code> checksum of the object. This header
|
|
931
|
-
*
|
|
932
|
-
*
|
|
933
|
-
*
|
|
934
|
-
*
|
|
935
|
-
* in the Amazon S3 User Guide</a>.</p>
|
|
2220
|
+
* <p>The Base64 encoded, 64-bit <code>CRC64NVME</code> checksum of the object. This header is present if
|
|
2221
|
+
* the object was uploaded with the <code>CRC64NVME</code> checksum algorithm, or if it was uploaded
|
|
2222
|
+
* without a checksum (and Amazon S3 added the default checksum, <code>CRC64NVME</code>, to the uploaded
|
|
2223
|
+
* object). For more information about how checksums are calculated with multipart uploads, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/checking-object-integrity.html">Checking object
|
|
2224
|
+
* integrity in the Amazon S3 User Guide</a>.</p>
|
|
936
2225
|
* @public
|
|
937
2226
|
*/
|
|
938
2227
|
ChecksumCRC64NVME?: string | undefined;
|
|
@@ -953,28 +2242,32 @@ export interface PutObjectOutput {
|
|
|
953
2242
|
*/
|
|
954
2243
|
ChecksumSHA256?: string | undefined;
|
|
955
2244
|
/**
|
|
956
|
-
* <p>This header specifies the checksum type of the object, which determines how part-level
|
|
957
|
-
*
|
|
958
|
-
*
|
|
959
|
-
*
|
|
960
|
-
*
|
|
2245
|
+
* <p>This header specifies the checksum type of the object, which determines how part-level checksums are
|
|
2246
|
+
* combined to create an object-level checksum for multipart objects. For <code>PutObject</code> uploads,
|
|
2247
|
+
* the checksum type is always <code>FULL_OBJECT</code>. You can use this header as a data integrity check
|
|
2248
|
+
* to verify that the checksum type that is received is the same checksum that was specified. For more
|
|
2249
|
+
* information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/checking-object-integrity.html">Checking object integrity</a> in
|
|
2250
|
+
* the <i>Amazon S3 User Guide</i>.</p>
|
|
961
2251
|
* @public
|
|
962
2252
|
*/
|
|
963
2253
|
ChecksumType?: ChecksumType | undefined;
|
|
964
2254
|
/**
|
|
965
|
-
* <p>The server-side encryption algorithm used when you store this object in Amazon S3.</p>
|
|
2255
|
+
* <p>The server-side encryption algorithm used when you store this object in Amazon S3 or Amazon FSx.</p>
|
|
2256
|
+
* <note>
|
|
2257
|
+
* <p>When accessing data stored in Amazon FSx file systems using S3 access points, the only valid server side
|
|
2258
|
+
* encryption option is <code>aws:fsx</code>.</p>
|
|
2259
|
+
* </note>
|
|
966
2260
|
* @public
|
|
967
2261
|
*/
|
|
968
2262
|
ServerSideEncryption?: ServerSideEncryption | undefined;
|
|
969
2263
|
/**
|
|
970
2264
|
* <p>Version ID of the object.</p>
|
|
971
|
-
* <p>If you enable versioning for a bucket, Amazon S3 automatically generates a unique version ID
|
|
972
|
-
*
|
|
973
|
-
*
|
|
974
|
-
*
|
|
975
|
-
*
|
|
976
|
-
*
|
|
977
|
-
* information about returning the versioning state of a bucket, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_GetBucketVersioning.html">GetBucketVersioning</a>. </p>
|
|
2265
|
+
* <p>If you enable versioning for a bucket, Amazon S3 automatically generates a unique version ID for the
|
|
2266
|
+
* object being stored. Amazon S3 returns this ID in the response. When you enable versioning for a bucket, if
|
|
2267
|
+
* Amazon S3 receives multiple write requests for the same object simultaneously, it stores all of the objects.
|
|
2268
|
+
* For more information about versioning, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/AddingObjectstoVersioningEnabledBuckets.html">Adding Objects to
|
|
2269
|
+
* Versioning-Enabled Buckets</a> in the <i>Amazon S3 User Guide</i>. For information about
|
|
2270
|
+
* returning the versioning state of a bucket, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_GetBucketVersioning.html">GetBucketVersioning</a>. </p>
|
|
978
2271
|
* <note>
|
|
979
2272
|
* <p>This functionality is not supported for directory buckets.</p>
|
|
980
2273
|
* </note>
|
|
@@ -982,8 +2275,8 @@ export interface PutObjectOutput {
|
|
|
982
2275
|
*/
|
|
983
2276
|
VersionId?: string | undefined;
|
|
984
2277
|
/**
|
|
985
|
-
* <p>If server-side encryption with a customer-provided encryption key was requested, the
|
|
986
|
-
*
|
|
2278
|
+
* <p>If server-side encryption with a customer-provided encryption key was requested, the response will
|
|
2279
|
+
* include this header to confirm the encryption algorithm that's used.</p>
|
|
987
2280
|
* <note>
|
|
988
2281
|
* <p>This functionality is not supported for directory buckets.</p>
|
|
989
2282
|
* </note>
|
|
@@ -991,9 +2284,9 @@ export interface PutObjectOutput {
|
|
|
991
2284
|
*/
|
|
992
2285
|
SSECustomerAlgorithm?: string | undefined;
|
|
993
2286
|
/**
|
|
994
|
-
* <p>If server-side encryption with a customer-provided encryption key was requested, the
|
|
995
|
-
*
|
|
996
|
-
*
|
|
2287
|
+
* <p>If server-side encryption with a customer-provided encryption key was requested, the response will
|
|
2288
|
+
* include this header to provide the round-trip message integrity verification of the customer-provided
|
|
2289
|
+
* encryption key.</p>
|
|
997
2290
|
* <note>
|
|
998
2291
|
* <p>This functionality is not supported for directory buckets.</p>
|
|
999
2292
|
* </note>
|
|
@@ -1015,24 +2308,24 @@ export interface PutObjectOutput {
|
|
|
1015
2308
|
*/
|
|
1016
2309
|
SSEKMSEncryptionContext?: string | undefined;
|
|
1017
2310
|
/**
|
|
1018
|
-
* <p>Indicates whether the uploaded object uses an S3 Bucket Key for server-side encryption
|
|
1019
|
-
*
|
|
2311
|
+
* <p>Indicates whether the uploaded object uses an S3 Bucket Key for server-side encryption with
|
|
2312
|
+
* Key Management Service (KMS) keys (SSE-KMS).</p>
|
|
1020
2313
|
* @public
|
|
1021
2314
|
*/
|
|
1022
2315
|
BucketKeyEnabled?: boolean | undefined;
|
|
1023
2316
|
/**
|
|
1024
|
-
* <p>
|
|
1025
|
-
* The size of the object in bytes. This value is only be present if you append to an object.
|
|
1026
|
-
* </p>
|
|
2317
|
+
* <p> The size of the object in bytes. This value is only be present if you append to an object. </p>
|
|
1027
2318
|
* <note>
|
|
1028
|
-
* <p>This functionality is only supported for objects in the Amazon S3 Express One Zone storage class in
|
|
2319
|
+
* <p>This functionality is only supported for objects in the Amazon S3 Express One Zone storage class in
|
|
2320
|
+
* directory buckets.</p>
|
|
1029
2321
|
* </note>
|
|
1030
2322
|
* @public
|
|
1031
2323
|
*/
|
|
1032
2324
|
Size?: number | undefined;
|
|
1033
2325
|
/**
|
|
1034
|
-
* <p>If present, indicates that the requester was successfully charged for the
|
|
1035
|
-
*
|
|
2326
|
+
* <p>If present, indicates that the requester was successfully charged for the request. For more
|
|
2327
|
+
* information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/RequesterPaysBuckets.html">Using Requester Pays buckets for storage transfers and usage</a> in the <i>Amazon Simple
|
|
2328
|
+
* Storage Service user guide</i>.</p>
|
|
1036
2329
|
* <note>
|
|
1037
2330
|
* <p>This functionality is not supported for directory buckets.</p>
|
|
1038
2331
|
* </note>
|
|
@@ -1045,23 +2338,22 @@ export interface PutObjectOutput {
|
|
|
1045
2338
|
*/
|
|
1046
2339
|
export interface PutObjectRequest {
|
|
1047
2340
|
/**
|
|
1048
|
-
* <p>The canned ACL to apply to the object. For more information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/acl-overview.html#CannedACL">Canned
|
|
1049
|
-
*
|
|
1050
|
-
* <p>When adding a new object, you can use headers to grant ACL-based permissions to
|
|
1051
|
-
*
|
|
1052
|
-
*
|
|
1053
|
-
*
|
|
1054
|
-
*
|
|
1055
|
-
*
|
|
1056
|
-
* <p>If the bucket that you're uploading objects to uses the bucket owner enforced setting
|
|
1057
|
-
*
|
|
1058
|
-
*
|
|
1059
|
-
*
|
|
1060
|
-
*
|
|
1061
|
-
*
|
|
1062
|
-
*
|
|
1063
|
-
*
|
|
1064
|
-
* objects and disabling ACLs</a> in the <i>Amazon S3 User Guide</i>.</p>
|
|
2341
|
+
* <p>The canned ACL to apply to the object. For more information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/acl-overview.html#CannedACL">Canned ACL</a> in the
|
|
2342
|
+
* <i>Amazon S3 User Guide</i>.</p>
|
|
2343
|
+
* <p>When adding a new object, you can use headers to grant ACL-based permissions to individual
|
|
2344
|
+
* Amazon Web Services accounts or to predefined groups defined by Amazon S3. These permissions are then added to the ACL on
|
|
2345
|
+
* the object. By default, all objects are private. Only the owner has full access control. For more
|
|
2346
|
+
* information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/acl-overview.html">Access Control
|
|
2347
|
+
* List (ACL) Overview</a> and <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/acl-using-rest-api.html">Managing ACLs Using the REST API</a> in the
|
|
2348
|
+
* <i>Amazon S3 User Guide</i>.</p>
|
|
2349
|
+
* <p>If the bucket that you're uploading objects to uses the bucket owner enforced setting for S3 Object
|
|
2350
|
+
* Ownership, ACLs are disabled and no longer affect permissions. Buckets that use this setting only accept
|
|
2351
|
+
* PUT requests that don't specify an ACL or PUT requests that specify bucket owner full control ACLs, such
|
|
2352
|
+
* as the <code>bucket-owner-full-control</code> canned ACL or an equivalent form of this ACL expressed in
|
|
2353
|
+
* the XML format. PUT requests that contain other ACLs (for example, custom grants to certain
|
|
2354
|
+
* Amazon Web Services accounts) fail and return a <code>400</code> error with the error code
|
|
2355
|
+
* <code>AccessControlListNotSupported</code>. For more information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/about-object-ownership.html"> Controlling ownership of objects and
|
|
2356
|
+
* disabling ACLs</a> in the <i>Amazon S3 User Guide</i>.</p>
|
|
1065
2357
|
* <note>
|
|
1066
2358
|
* <ul>
|
|
1067
2359
|
* <li>
|
|
@@ -1083,8 +2375,7 @@ export interface PutObjectRequest {
|
|
|
1083
2375
|
/**
|
|
1084
2376
|
* <p>The bucket name to which the PUT action was initiated. </p>
|
|
1085
2377
|
* <p>
|
|
1086
|
-
* <b>Directory buckets</b> -
|
|
1087
|
-
* When you use this operation with a directory bucket, you must use virtual-hosted-style requests in the format <code>
|
|
2378
|
+
* <b>Directory buckets</b> - When you use this operation with a directory bucket, you must use virtual-hosted-style requests in the format <code>
|
|
1088
2379
|
* <i>Bucket-name</i>.s3express-<i>zone-id</i>.<i>region-code</i>.amazonaws.com</code>. Path-style requests are not supported. Directory bucket names must be unique in the chosen Zone (Availability Zone or Local Zone). Bucket names must follow the format <code>
|
|
1089
2380
|
* <i>bucket-base-name</i>--<i>zone-id</i>--x-s3</code> (for example, <code>
|
|
1090
2381
|
* <i>amzn-s3-demo-bucket</i>--<i>usw2-az1</i>--x-s3</code>). For information about bucket naming
|
|
@@ -1105,8 +2396,8 @@ export interface PutObjectRequest {
|
|
|
1105
2396
|
*/
|
|
1106
2397
|
Bucket: string | undefined;
|
|
1107
2398
|
/**
|
|
1108
|
-
* <p>Can be used to specify caching behavior along the request/reply chain. For more
|
|
1109
|
-
*
|
|
2399
|
+
* <p>Can be used to specify caching behavior along the request/reply chain. For more information, see
|
|
2400
|
+
* <a href="http://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html#sec14.9">http://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html#sec14.9</a>.</p>
|
|
1110
2401
|
* @public
|
|
1111
2402
|
*/
|
|
1112
2403
|
CacheControl?: string | undefined;
|
|
@@ -1116,9 +2407,9 @@ export interface PutObjectRequest {
|
|
|
1116
2407
|
*/
|
|
1117
2408
|
ContentDisposition?: string | undefined;
|
|
1118
2409
|
/**
|
|
1119
|
-
* <p>Specifies what content encodings have been applied to the object and thus what decoding
|
|
1120
|
-
*
|
|
1121
|
-
*
|
|
2410
|
+
* <p>Specifies what content encodings have been applied to the object and thus what decoding mechanisms
|
|
2411
|
+
* must be applied to obtain the media-type referenced by the Content-Type header field. For more
|
|
2412
|
+
* information, see <a href="https://www.rfc-editor.org/rfc/rfc9110.html#field.content-encoding">https://www.rfc-editor.org/rfc/rfc9110.html#field.content-encoding</a>.</p>
|
|
1122
2413
|
* @public
|
|
1123
2414
|
*/
|
|
1124
2415
|
ContentEncoding?: string | undefined;
|
|
@@ -1128,22 +2419,22 @@ export interface PutObjectRequest {
|
|
|
1128
2419
|
*/
|
|
1129
2420
|
ContentLanguage?: string | undefined;
|
|
1130
2421
|
/**
|
|
1131
|
-
* <p>Size of the body in bytes. This parameter is useful when the size of the body cannot be
|
|
1132
|
-
*
|
|
2422
|
+
* <p>Size of the body in bytes. This parameter is useful when the size of the body cannot be determined
|
|
2423
|
+
* automatically. For more information, see <a href="https://www.rfc-editor.org/rfc/rfc9110.html#name-content-length">https://www.rfc-editor.org/rfc/rfc9110.html#name-content-length</a>.</p>
|
|
1133
2424
|
* @public
|
|
1134
2425
|
*/
|
|
1135
2426
|
ContentLength?: number | undefined;
|
|
1136
2427
|
/**
|
|
1137
2428
|
* <p>The Base64 encoded 128-bit <code>MD5</code> digest of the message (without the headers) according to
|
|
1138
|
-
*
|
|
1139
|
-
*
|
|
1140
|
-
*
|
|
1141
|
-
*
|
|
2429
|
+
* RFC 1864. This header can be used as a message integrity check to verify that the data is the same data
|
|
2430
|
+
* that was originally sent. Although it is optional, we recommend using the Content-MD5 mechanism as an
|
|
2431
|
+
* end-to-end integrity check. For more information about REST request authentication, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/RESTAuthentication.html">REST
|
|
2432
|
+
* Authentication</a>.</p>
|
|
1142
2433
|
* <note>
|
|
1143
|
-
* <p>The <code>Content-MD5</code> or <code>x-amz-sdk-checksum-algorithm</code> header is
|
|
1144
|
-
*
|
|
1145
|
-
*
|
|
1146
|
-
*
|
|
2434
|
+
* <p>The <code>Content-MD5</code> or <code>x-amz-sdk-checksum-algorithm</code> header is required for
|
|
2435
|
+
* any request to upload an object with a retention period configured using Amazon S3 Object Lock. For more
|
|
2436
|
+
* information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/object-lock-managing.html#object-lock-put-object">Uploading objects
|
|
2437
|
+
* to an Object Lock enabled bucket </a> in the <i>Amazon S3 User Guide</i>.</p>
|
|
1147
2438
|
* </note>
|
|
1148
2439
|
* <note>
|
|
1149
2440
|
* <p>This functionality is not supported for directory buckets.</p>
|
|
@@ -1152,8 +2443,7 @@ export interface PutObjectRequest {
|
|
|
1152
2443
|
*/
|
|
1153
2444
|
ContentMD5?: string | undefined;
|
|
1154
2445
|
/**
|
|
1155
|
-
* <p>A standard MIME type describing the format of the contents. For more information, see
|
|
1156
|
-
* <a href="https://www.rfc-editor.org/rfc/rfc9110.html#name-content-type">https://www.rfc-editor.org/rfc/rfc9110.html#name-content-type</a>.</p>
|
|
2446
|
+
* <p>A standard MIME type describing the format of the contents. For more information, see <a href="https://www.rfc-editor.org/rfc/rfc9110.html#name-content-type">https://www.rfc-editor.org/rfc/rfc9110.html#name-content-type</a>.</p>
|
|
1157
2447
|
* @public
|
|
1158
2448
|
*/
|
|
1159
2449
|
ContentType?: string | undefined;
|
|
@@ -1199,10 +2489,10 @@ export interface PutObjectRequest {
|
|
|
1199
2489
|
* <p>If the individual checksum value you provide through <code>x-amz-checksum-<i>algorithm</i>
|
|
1200
2490
|
* </code> doesn't match the checksum algorithm you set through <code>x-amz-sdk-checksum-algorithm</code>, Amazon S3 fails the request with a <code>BadDigest</code> error.</p>
|
|
1201
2491
|
* <note>
|
|
1202
|
-
* <p>The <code>Content-MD5</code> or <code>x-amz-sdk-checksum-algorithm</code> header is
|
|
1203
|
-
*
|
|
1204
|
-
*
|
|
1205
|
-
*
|
|
2492
|
+
* <p>The <code>Content-MD5</code> or <code>x-amz-sdk-checksum-algorithm</code> header is required for
|
|
2493
|
+
* any request to upload an object with a retention period configured using Amazon S3 Object Lock. For more
|
|
2494
|
+
* information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/object-lock-managing.html#object-lock-put-object">Uploading objects
|
|
2495
|
+
* to an Object Lock enabled bucket </a> in the <i>Amazon S3 User Guide</i>.</p>
|
|
1206
2496
|
* </note>
|
|
1207
2497
|
* <p>For directory buckets, when you use Amazon Web Services SDKs, <code>CRC32</code> is the default checksum algorithm that's used for performance.</p>
|
|
1208
2498
|
* @public
|
|
@@ -1225,11 +2515,11 @@ export interface PutObjectRequest {
|
|
|
1225
2515
|
*/
|
|
1226
2516
|
ChecksumCRC32C?: string | undefined;
|
|
1227
2517
|
/**
|
|
1228
|
-
* <p>This header can be used as a data integrity check to verify that the data received is
|
|
1229
|
-
*
|
|
1230
|
-
*
|
|
1231
|
-
*
|
|
1232
|
-
*
|
|
2518
|
+
* <p>This header can be used as a data integrity check to verify that the data received is the same data
|
|
2519
|
+
* that was originally sent. This header specifies the Base64 encoded, 64-bit <code>CRC64NVME</code>
|
|
2520
|
+
* checksum of the object. The <code>CRC64NVME</code> checksum is always a full object checksum. For more
|
|
2521
|
+
* information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/checking-object-integrity.html">Checking object integrity in the Amazon S3
|
|
2522
|
+
* User Guide</a>.</p>
|
|
1233
2523
|
* @public
|
|
1234
2524
|
*/
|
|
1235
2525
|
ChecksumCRC64NVME?: string | undefined;
|
|
@@ -1250,29 +2540,31 @@ export interface PutObjectRequest {
|
|
|
1250
2540
|
*/
|
|
1251
2541
|
ChecksumSHA256?: string | undefined;
|
|
1252
2542
|
/**
|
|
1253
|
-
* <p>The date and time at which the object is no longer cacheable. For more information, see
|
|
1254
|
-
* <a href="https://www.rfc-editor.org/rfc/rfc7234#section-5.3">https://www.rfc-editor.org/rfc/rfc7234#section-5.3</a>.</p>
|
|
2543
|
+
* <p>The date and time at which the object is no longer cacheable. For more information, see <a href="https://www.rfc-editor.org/rfc/rfc7234#section-5.3">https://www.rfc-editor.org/rfc/rfc7234#section-5.3</a>.</p>
|
|
1255
2544
|
* @public
|
|
1256
2545
|
*/
|
|
1257
2546
|
Expires?: Date | undefined;
|
|
1258
2547
|
/**
|
|
1259
|
-
* <p>Uploads the object only if the ETag (entity tag) value provided during the WRITE
|
|
1260
|
-
*
|
|
1261
|
-
*
|
|
1262
|
-
* <p>If a conflicting operation occurs during the upload S3 returns a <code>409
|
|
2548
|
+
* <p>Uploads the object only if the ETag (entity tag) value provided during the WRITE operation matches
|
|
2549
|
+
* the ETag of the object in S3. If the ETag values do not match, the operation returns a <code>412
|
|
2550
|
+
* Precondition Failed</code> error.</p>
|
|
2551
|
+
* <p>If a conflicting operation occurs during the upload S3 returns a <code>409
|
|
2552
|
+
* ConditionalRequestConflict</code> response. On a 409 failure you should fetch the object's ETag and
|
|
2553
|
+
* retry the upload.</p>
|
|
1263
2554
|
* <p>Expects the ETag value as a string.</p>
|
|
1264
|
-
* <p>For more information about conditional requests, see <a href="https://tools.ietf.org/html/rfc7232">RFC 7232</a>, or <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/conditional-requests.html">Conditional requests</a> in the
|
|
2555
|
+
* <p>For more information about conditional requests, see <a href="https://tools.ietf.org/html/rfc7232">RFC 7232</a>, or <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/conditional-requests.html">Conditional requests</a> in the
|
|
2556
|
+
* <i>Amazon S3 User Guide</i>.</p>
|
|
1265
2557
|
* @public
|
|
1266
2558
|
*/
|
|
1267
2559
|
IfMatch?: string | undefined;
|
|
1268
2560
|
/**
|
|
1269
|
-
* <p>Uploads the object only if the object key name does not already exist in the bucket
|
|
1270
|
-
*
|
|
2561
|
+
* <p>Uploads the object only if the object key name does not already exist in the bucket specified.
|
|
2562
|
+
* Otherwise, Amazon S3 returns a <code>412 Precondition Failed</code> error.</p>
|
|
1271
2563
|
* <p>If a conflicting operation occurs during the upload S3 returns a <code>409
|
|
1272
|
-
*
|
|
1273
|
-
* upload.</p>
|
|
2564
|
+
* ConditionalRequestConflict</code> response. On a 409 failure you should retry the upload.</p>
|
|
1274
2565
|
* <p>Expects the '*' (asterisk) character.</p>
|
|
1275
|
-
* <p>For more information about conditional requests, see <a href="https://tools.ietf.org/html/rfc7232">RFC 7232</a>, or <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/conditional-requests.html">Conditional requests</a> in the
|
|
2566
|
+
* <p>For more information about conditional requests, see <a href="https://tools.ietf.org/html/rfc7232">RFC 7232</a>, or <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/conditional-requests.html">Conditional requests</a> in the
|
|
2567
|
+
* <i>Amazon S3 User Guide</i>.</p>
|
|
1276
2568
|
* @public
|
|
1277
2569
|
*/
|
|
1278
2570
|
IfNoneMatch?: string | undefined;
|
|
@@ -1342,13 +2634,12 @@ export interface PutObjectRequest {
|
|
|
1342
2634
|
*/
|
|
1343
2635
|
Key: string | undefined;
|
|
1344
2636
|
/**
|
|
1345
|
-
* <p>
|
|
1346
|
-
*
|
|
1347
|
-
*
|
|
1348
|
-
* If no object exists, setting this header to 0 will create a new object.
|
|
1349
|
-
* </p>
|
|
2637
|
+
* <p> Specifies the offset for appending data to existing objects in bytes. The offset must be equal to
|
|
2638
|
+
* the size of the existing object being appended to. If no object exists, setting this header to 0 will
|
|
2639
|
+
* create a new object. </p>
|
|
1350
2640
|
* <note>
|
|
1351
|
-
* <p>This functionality is only supported for objects in the Amazon S3 Express One Zone storage class in
|
|
2641
|
+
* <p>This functionality is only supported for objects in the Amazon S3 Express One Zone storage class in
|
|
2642
|
+
* directory buckets.</p>
|
|
1352
2643
|
* </note>
|
|
1353
2644
|
* @public
|
|
1354
2645
|
*/
|
|
@@ -1359,25 +2650,24 @@ export interface PutObjectRequest {
|
|
|
1359
2650
|
*/
|
|
1360
2651
|
Metadata?: Record<string, string> | undefined;
|
|
1361
2652
|
/**
|
|
1362
|
-
* <p>The server-side encryption algorithm that was used when you store this object in Amazon S3
|
|
1363
|
-
*
|
|
2653
|
+
* <p>The server-side encryption algorithm that was used when you store this object in Amazon S3 or
|
|
2654
|
+
* Amazon FSx.</p>
|
|
1364
2655
|
* <ul>
|
|
1365
2656
|
* <li>
|
|
1366
2657
|
* <p>
|
|
1367
|
-
* <b>General purpose buckets </b> - You have four mutually
|
|
1368
|
-
*
|
|
1369
|
-
*
|
|
1370
|
-
*
|
|
1371
|
-
*
|
|
1372
|
-
*
|
|
1373
|
-
*
|
|
1374
|
-
*
|
|
1375
|
-
* Encryption</a> in the <i>Amazon S3 User Guide</i>.</p>
|
|
2658
|
+
* <b>General purpose buckets </b> - You have four mutually exclusive
|
|
2659
|
+
* options to protect data using server-side encryption in Amazon S3, depending on how you choose to manage
|
|
2660
|
+
* the encryption keys. Specifically, the encryption key options are Amazon S3 managed keys (SSE-S3),
|
|
2661
|
+
* Amazon Web Services KMS keys (SSE-KMS or DSSE-KMS), and customer-provided keys (SSE-C). Amazon S3 encrypts data with
|
|
2662
|
+
* server-side encryption by using Amazon S3 managed keys (SSE-S3) by default. You can optionally tell Amazon S3
|
|
2663
|
+
* to encrypt data at rest by using server-side encryption with other key options. For more
|
|
2664
|
+
* information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/UsingServerSideEncryption.html">Using Server-Side Encryption</a> in
|
|
2665
|
+
* the <i>Amazon S3 User Guide</i>.</p>
|
|
1376
2666
|
* </li>
|
|
1377
2667
|
* <li>
|
|
1378
2668
|
* <p>
|
|
1379
2669
|
* <b>Directory buckets </b> -
|
|
1380
|
-
*
|
|
2670
|
+
* For directory buckets, there are only two supported options for server-side encryption: server-side encryption with Amazon S3 managed keys (SSE-S3) (<code>AES256</code>) and server-side encryption with KMS keys (SSE-KMS) (<code>aws:kms</code>). We recommend that the bucket's default encryption uses the desired encryption configuration and you don't override the bucket default encryption in your
|
|
1381
2671
|
* <code>CreateSession</code> requests or <code>PUT</code> object requests. Then, new objects
|
|
1382
2672
|
* are automatically encrypted with the desired encryption settings. For more
|
|
1383
2673
|
* information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/s3-express-serv-side-encryption.html">Protecting data with server-side encryption</a> in the <i>Amazon S3 User Guide</i>. For more information about the encryption overriding behaviors in directory buckets, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/s3-express-specifying-kms-encryption.html">Specifying server-side encryption with KMS for new object uploads</a>. </p>
|
|
@@ -1395,20 +2685,29 @@ export interface PutObjectRequest {
|
|
|
1395
2685
|
* </p>
|
|
1396
2686
|
* </note>
|
|
1397
2687
|
* </li>
|
|
2688
|
+
* <li>
|
|
2689
|
+
* <p>
|
|
2690
|
+
* <b>S3 access points for Amazon FSx </b> - When accessing data stored in
|
|
2691
|
+
* Amazon FSx file systems using S3 access points, the only valid server side encryption option is
|
|
2692
|
+
* <code>aws:fsx</code>. All Amazon FSx file systems have encryption configured by default and are
|
|
2693
|
+
* encrypted at rest. Data is automatically encrypted before being written to the file system, and
|
|
2694
|
+
* automatically decrypted as it is read. These processes are handled transparently by Amazon FSx.</p>
|
|
2695
|
+
* </li>
|
|
1398
2696
|
* </ul>
|
|
1399
2697
|
* @public
|
|
1400
2698
|
*/
|
|
1401
2699
|
ServerSideEncryption?: ServerSideEncryption | undefined;
|
|
1402
2700
|
/**
|
|
1403
|
-
* <p>By default, Amazon S3 uses the STANDARD Storage Class to store newly created objects. The
|
|
1404
|
-
*
|
|
1405
|
-
*
|
|
1406
|
-
*
|
|
1407
|
-
* Classes</a> in the <i>Amazon S3 User Guide</i>.</p>
|
|
2701
|
+
* <p>By default, Amazon S3 uses the STANDARD Storage Class to store newly created objects. The STANDARD
|
|
2702
|
+
* storage class provides high durability and high availability. Depending on performance needs, you can
|
|
2703
|
+
* specify a different Storage Class. For more information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/storage-class-intro.html">Storage Classes</a> in the
|
|
2704
|
+
* <i>Amazon S3 User Guide</i>.</p>
|
|
1408
2705
|
* <note>
|
|
1409
2706
|
* <ul>
|
|
1410
2707
|
* <li>
|
|
1411
|
-
* <p>Directory buckets only support <code>EXPRESS_ONEZONE</code> (the S3 Express One Zone storage class) in
|
|
2708
|
+
* <p>Directory buckets only support <code>EXPRESS_ONEZONE</code> (the S3 Express One Zone storage class) in
|
|
2709
|
+
* Availability Zones and <code>ONEZONE_IA</code> (the S3 One Zone-Infrequent Access storage class) in
|
|
2710
|
+
* Dedicated Local Zones.</p>
|
|
1412
2711
|
* </li>
|
|
1413
2712
|
* <li>
|
|
1414
2713
|
* <p>Amazon S3 on Outposts only uses the OUTPOSTS Storage Class.</p>
|
|
@@ -1419,23 +2718,21 @@ export interface PutObjectRequest {
|
|
|
1419
2718
|
*/
|
|
1420
2719
|
StorageClass?: StorageClass | undefined;
|
|
1421
2720
|
/**
|
|
1422
|
-
* <p>If the bucket is configured as a website, redirects requests for this object to another
|
|
1423
|
-
*
|
|
1424
|
-
*
|
|
1425
|
-
*
|
|
1426
|
-
* <p>In the following example, the request header sets the redirect to an object
|
|
1427
|
-
*
|
|
2721
|
+
* <p>If the bucket is configured as a website, redirects requests for this object to another object in
|
|
2722
|
+
* the same bucket or to an external URL. Amazon S3 stores the value of this header in the object metadata. For
|
|
2723
|
+
* information about object metadata, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/UsingMetadata.html">Object Key and Metadata</a> in the <i>Amazon S3
|
|
2724
|
+
* User Guide</i>.</p>
|
|
2725
|
+
* <p>In the following example, the request header sets the redirect to an object (anotherPage.html) in
|
|
2726
|
+
* the same bucket:</p>
|
|
1428
2727
|
* <p>
|
|
1429
2728
|
* <code>x-amz-website-redirect-location: /anotherPage.html</code>
|
|
1430
2729
|
* </p>
|
|
1431
|
-
* <p>In the following example, the request header sets the object redirect to another
|
|
1432
|
-
* website:</p>
|
|
2730
|
+
* <p>In the following example, the request header sets the object redirect to another website:</p>
|
|
1433
2731
|
* <p>
|
|
1434
2732
|
* <code>x-amz-website-redirect-location: http://www.example.com/</code>
|
|
1435
2733
|
* </p>
|
|
1436
|
-
* <p>For more information about website hosting in Amazon S3, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/WebsiteHosting.html">Hosting Websites on Amazon S3</a> and
|
|
1437
|
-
*
|
|
1438
|
-
* Configure Website Page Redirects</a> in the <i>Amazon S3 User Guide</i>. </p>
|
|
2734
|
+
* <p>For more information about website hosting in Amazon S3, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/WebsiteHosting.html">Hosting Websites on Amazon S3</a> and <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/how-to-page-redirect.html">How to Configure Website Page
|
|
2735
|
+
* Redirects</a> in the <i>Amazon S3 User Guide</i>. </p>
|
|
1439
2736
|
* <note>
|
|
1440
2737
|
* <p>This functionality is not supported for directory buckets.</p>
|
|
1441
2738
|
* </note>
|
|
@@ -1443,8 +2740,7 @@ export interface PutObjectRequest {
|
|
|
1443
2740
|
*/
|
|
1444
2741
|
WebsiteRedirectLocation?: string | undefined;
|
|
1445
2742
|
/**
|
|
1446
|
-
* <p>Specifies the algorithm to use when encrypting the object (for example,
|
|
1447
|
-
* <code>AES256</code>).</p>
|
|
2743
|
+
* <p>Specifies the algorithm to use when encrypting the object (for example, <code>AES256</code>).</p>
|
|
1448
2744
|
* <note>
|
|
1449
2745
|
* <p>This functionality is not supported for directory buckets.</p>
|
|
1450
2746
|
* </note>
|
|
@@ -1452,10 +2748,10 @@ export interface PutObjectRequest {
|
|
|
1452
2748
|
*/
|
|
1453
2749
|
SSECustomerAlgorithm?: string | undefined;
|
|
1454
2750
|
/**
|
|
1455
|
-
* <p>Specifies the customer-provided encryption key for Amazon S3 to use in encrypting data. This
|
|
1456
|
-
*
|
|
1457
|
-
*
|
|
1458
|
-
*
|
|
2751
|
+
* <p>Specifies the customer-provided encryption key for Amazon S3 to use in encrypting data. This value is
|
|
2752
|
+
* used to store the object and then it is discarded; Amazon S3 does not store the encryption key. The key must
|
|
2753
|
+
* be appropriate for use with the algorithm specified in the
|
|
2754
|
+
* <code>x-amz-server-side-encryption-customer-algorithm</code> header.</p>
|
|
1459
2755
|
* <note>
|
|
1460
2756
|
* <p>This functionality is not supported for directory buckets.</p>
|
|
1461
2757
|
* </note>
|
|
@@ -1463,9 +2759,8 @@ export interface PutObjectRequest {
|
|
|
1463
2759
|
*/
|
|
1464
2760
|
SSECustomerKey?: string | undefined;
|
|
1465
2761
|
/**
|
|
1466
|
-
* <p>Specifies the 128-bit MD5 digest of the encryption key according to RFC 1321. Amazon S3 uses
|
|
1467
|
-
*
|
|
1468
|
-
* without error.</p>
|
|
2762
|
+
* <p>Specifies the 128-bit MD5 digest of the encryption key according to RFC 1321. Amazon S3 uses this header
|
|
2763
|
+
* for a message integrity check to ensure that the encryption key was transmitted without error.</p>
|
|
1469
2764
|
* <note>
|
|
1470
2765
|
* <p>This functionality is not supported for directory buckets.</p>
|
|
1471
2766
|
* </note>
|
|
@@ -1521,12 +2816,11 @@ export interface PutObjectRequest {
|
|
|
1521
2816
|
*/
|
|
1522
2817
|
BucketKeyEnabled?: boolean | undefined;
|
|
1523
2818
|
/**
|
|
1524
|
-
* <p>Confirms that the requester knows that they will be charged for the request. Bucket
|
|
1525
|
-
*
|
|
1526
|
-
*
|
|
1527
|
-
*
|
|
1528
|
-
*
|
|
1529
|
-
* Requester Pays Buckets</a> in the <i>Amazon S3 User Guide</i>.</p>
|
|
2819
|
+
* <p>Confirms that the requester knows that they will be charged for the request. Bucket owners need not
|
|
2820
|
+
* specify this parameter in their requests. If either the source or destination S3 bucket has Requester
|
|
2821
|
+
* Pays enabled, the requester will pay for corresponding charges to copy the object. For information about
|
|
2822
|
+
* downloading objects from Requester Pays buckets, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/ObjectsinRequesterPaysBuckets.html">Downloading Objects in Requester Pays
|
|
2823
|
+
* Buckets</a> in the <i>Amazon S3 User Guide</i>.</p>
|
|
1530
2824
|
* <note>
|
|
1531
2825
|
* <p>This functionality is not supported for directory buckets.</p>
|
|
1532
2826
|
* </note>
|
|
@@ -1534,8 +2828,8 @@ export interface PutObjectRequest {
|
|
|
1534
2828
|
*/
|
|
1535
2829
|
RequestPayer?: RequestPayer | undefined;
|
|
1536
2830
|
/**
|
|
1537
|
-
* <p>The tag-set for the object. The tag-set must be encoded as URL Query parameters. (For
|
|
1538
|
-
*
|
|
2831
|
+
* <p>The tag-set for the object. The tag-set must be encoded as URL Query parameters. (For example,
|
|
2832
|
+
* "Key1=Value1")</p>
|
|
1539
2833
|
* <note>
|
|
1540
2834
|
* <p>This functionality is not supported for directory buckets.</p>
|
|
1541
2835
|
* </note>
|
|
@@ -1551,8 +2845,8 @@ export interface PutObjectRequest {
|
|
|
1551
2845
|
*/
|
|
1552
2846
|
ObjectLockMode?: ObjectLockMode | undefined;
|
|
1553
2847
|
/**
|
|
1554
|
-
* <p>The date and time when you want this object's Object Lock to expire. Must be formatted
|
|
1555
|
-
*
|
|
2848
|
+
* <p>The date and time when you want this object's Object Lock to expire. Must be formatted as a
|
|
2849
|
+
* timestamp parameter.</p>
|
|
1556
2850
|
* <note>
|
|
1557
2851
|
* <p>This functionality is not supported for directory buckets.</p>
|
|
1558
2852
|
* </note>
|
|
@@ -1560,9 +2854,9 @@ export interface PutObjectRequest {
|
|
|
1560
2854
|
*/
|
|
1561
2855
|
ObjectLockRetainUntilDate?: Date | undefined;
|
|
1562
2856
|
/**
|
|
1563
|
-
* <p>Specifies whether a legal hold will be applied to this object. For more information
|
|
1564
|
-
*
|
|
1565
|
-
*
|
|
2857
|
+
* <p>Specifies whether a legal hold will be applied to this object. For more information about S3 Object
|
|
2858
|
+
* Lock, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/object-lock.html">Object Lock</a> in
|
|
2859
|
+
* the <i>Amazon S3 User Guide</i>.</p>
|
|
1566
2860
|
* <note>
|
|
1567
2861
|
* <p>This functionality is not supported for directory buckets.</p>
|
|
1568
2862
|
* </note>
|
|
@@ -1576,11 +2870,9 @@ export interface PutObjectRequest {
|
|
|
1576
2870
|
ExpectedBucketOwner?: string | undefined;
|
|
1577
2871
|
}
|
|
1578
2872
|
/**
|
|
1579
|
-
* <p>
|
|
1580
|
-
*
|
|
1581
|
-
*
|
|
1582
|
-
* to copy this object to another and then add more data to the newly copied object.
|
|
1583
|
-
* </p>
|
|
2873
|
+
* <p> You have attempted to add more parts than the maximum of 10000 that are allowed for this object.
|
|
2874
|
+
* You can use the CopyObject operation to copy this object to another and then add more data to the newly
|
|
2875
|
+
* copied object. </p>
|
|
1584
2876
|
* @public
|
|
1585
2877
|
*/
|
|
1586
2878
|
export declare class TooManyParts extends __BaseException {
|
|
@@ -1596,8 +2888,9 @@ export declare class TooManyParts extends __BaseException {
|
|
|
1596
2888
|
*/
|
|
1597
2889
|
export interface PutObjectAclOutput {
|
|
1598
2890
|
/**
|
|
1599
|
-
* <p>If present, indicates that the requester was successfully charged for the
|
|
1600
|
-
*
|
|
2891
|
+
* <p>If present, indicates that the requester was successfully charged for the request. For more
|
|
2892
|
+
* information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/RequesterPaysBuckets.html">Using Requester Pays buckets for storage transfers and usage</a> in the <i>Amazon Simple
|
|
2893
|
+
* Storage Service user guide</i>.</p>
|
|
1601
2894
|
* <note>
|
|
1602
2895
|
* <p>This functionality is not supported for directory buckets.</p>
|
|
1603
2896
|
* </note>
|
|
@@ -1610,8 +2903,7 @@ export interface PutObjectAclOutput {
|
|
|
1610
2903
|
*/
|
|
1611
2904
|
export interface PutObjectAclRequest {
|
|
1612
2905
|
/**
|
|
1613
|
-
* <p>The canned ACL to apply to the object. For more information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/acl-overview.html#CannedACL">Canned
|
|
1614
|
-
* ACL</a>.</p>
|
|
2906
|
+
* <p>The canned ACL to apply to the object. For more information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/acl-overview.html#CannedACL">Canned ACL</a>.</p>
|
|
1615
2907
|
* @public
|
|
1616
2908
|
*/
|
|
1617
2909
|
ACL?: ObjectCannedACL | undefined;
|
|
@@ -1634,10 +2926,9 @@ export interface PutObjectAclRequest {
|
|
|
1634
2926
|
*/
|
|
1635
2927
|
Bucket: string | undefined;
|
|
1636
2928
|
/**
|
|
1637
|
-
* <p>The Base64 encoded 128-bit <code>MD5</code> digest of the data. This header must be used as a
|
|
1638
|
-
*
|
|
1639
|
-
*
|
|
1640
|
-
* 1864.></a>
|
|
2929
|
+
* <p>The Base64 encoded 128-bit <code>MD5</code> digest of the data. This header must be used as a
|
|
2930
|
+
* message integrity check to verify that the request body was not corrupted in transit. For more
|
|
2931
|
+
* information, go to <a href="http://www.ietf.org/rfc/rfc1864.txt">RFC 1864.></a>
|
|
1641
2932
|
* </p>
|
|
1642
2933
|
* <p>For requests made using the Amazon Web Services Command Line Interface (CLI) or Amazon Web Services SDKs, this field is calculated automatically.</p>
|
|
1643
2934
|
* @public
|
|
@@ -1649,14 +2940,13 @@ export interface PutObjectAclRequest {
|
|
|
1649
2940
|
* <code>x-amz-trailer</code> header sent. Otherwise, Amazon S3 fails the request with the HTTP status code <code>400 Bad Request</code>. For more
|
|
1650
2941
|
* information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/checking-object-integrity.html">Checking object integrity</a> in
|
|
1651
2942
|
* the <i>Amazon S3 User Guide</i>.</p>
|
|
1652
|
-
* <p>If you provide an individual checksum, Amazon S3 ignores any provided
|
|
1653
|
-
*
|
|
2943
|
+
* <p>If you provide an individual checksum, Amazon S3 ignores any provided <code>ChecksumAlgorithm</code>
|
|
2944
|
+
* parameter.</p>
|
|
1654
2945
|
* @public
|
|
1655
2946
|
*/
|
|
1656
2947
|
ChecksumAlgorithm?: ChecksumAlgorithm | undefined;
|
|
1657
2948
|
/**
|
|
1658
|
-
* <p>Allows grantee the read, write, read ACP, and write ACP permissions on the
|
|
1659
|
-
* bucket.</p>
|
|
2949
|
+
* <p>Allows grantee the read, write, read ACP, and write ACP permissions on the bucket.</p>
|
|
1660
2950
|
* <p>This functionality is not supported for Amazon S3 on Outposts.</p>
|
|
1661
2951
|
* @public
|
|
1662
2952
|
*/
|
|
@@ -1675,8 +2965,8 @@ export interface PutObjectAclRequest {
|
|
|
1675
2965
|
GrantReadACP?: string | undefined;
|
|
1676
2966
|
/**
|
|
1677
2967
|
* <p>Allows grantee to create new objects in the bucket.</p>
|
|
1678
|
-
* <p>For the bucket and object owners of existing objects, also allows deletions and
|
|
1679
|
-
*
|
|
2968
|
+
* <p>For the bucket and object owners of existing objects, also allows deletions and overwrites of those
|
|
2969
|
+
* objects.</p>
|
|
1680
2970
|
* @public
|
|
1681
2971
|
*/
|
|
1682
2972
|
GrantWrite?: string | undefined;
|
|
@@ -1692,12 +2982,11 @@ export interface PutObjectAclRequest {
|
|
|
1692
2982
|
*/
|
|
1693
2983
|
Key: string | undefined;
|
|
1694
2984
|
/**
|
|
1695
|
-
* <p>Confirms that the requester knows that they will be charged for the request. Bucket
|
|
1696
|
-
*
|
|
1697
|
-
*
|
|
1698
|
-
*
|
|
1699
|
-
*
|
|
1700
|
-
* Requester Pays Buckets</a> in the <i>Amazon S3 User Guide</i>.</p>
|
|
2985
|
+
* <p>Confirms that the requester knows that they will be charged for the request. Bucket owners need not
|
|
2986
|
+
* specify this parameter in their requests. If either the source or destination S3 bucket has Requester
|
|
2987
|
+
* Pays enabled, the requester will pay for corresponding charges to copy the object. For information about
|
|
2988
|
+
* downloading objects from Requester Pays buckets, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/ObjectsinRequesterPaysBuckets.html">Downloading Objects in Requester Pays
|
|
2989
|
+
* Buckets</a> in the <i>Amazon S3 User Guide</i>.</p>
|
|
1701
2990
|
* <note>
|
|
1702
2991
|
* <p>This functionality is not supported for directory buckets.</p>
|
|
1703
2992
|
* </note>
|
|
@@ -1723,8 +3012,9 @@ export interface PutObjectAclRequest {
|
|
|
1723
3012
|
*/
|
|
1724
3013
|
export interface PutObjectLegalHoldOutput {
|
|
1725
3014
|
/**
|
|
1726
|
-
* <p>If present, indicates that the requester was successfully charged for the
|
|
1727
|
-
*
|
|
3015
|
+
* <p>If present, indicates that the requester was successfully charged for the request. For more
|
|
3016
|
+
* information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/RequesterPaysBuckets.html">Using Requester Pays buckets for storage transfers and usage</a> in the <i>Amazon Simple
|
|
3017
|
+
* Storage Service user guide</i>.</p>
|
|
1728
3018
|
* <note>
|
|
1729
3019
|
* <p>This functionality is not supported for directory buckets.</p>
|
|
1730
3020
|
* </note>
|
|
@@ -1751,18 +3041,16 @@ export interface PutObjectLegalHoldRequest {
|
|
|
1751
3041
|
*/
|
|
1752
3042
|
Key: string | undefined;
|
|
1753
3043
|
/**
|
|
1754
|
-
* <p>Container element for the legal hold configuration you want to apply to the specified
|
|
1755
|
-
* object.</p>
|
|
3044
|
+
* <p>Container element for the legal hold configuration you want to apply to the specified object.</p>
|
|
1756
3045
|
* @public
|
|
1757
3046
|
*/
|
|
1758
3047
|
LegalHold?: ObjectLockLegalHold | undefined;
|
|
1759
3048
|
/**
|
|
1760
|
-
* <p>Confirms that the requester knows that they will be charged for the request. Bucket
|
|
1761
|
-
*
|
|
1762
|
-
*
|
|
1763
|
-
*
|
|
1764
|
-
*
|
|
1765
|
-
* Requester Pays Buckets</a> in the <i>Amazon S3 User Guide</i>.</p>
|
|
3049
|
+
* <p>Confirms that the requester knows that they will be charged for the request. Bucket owners need not
|
|
3050
|
+
* specify this parameter in their requests. If either the source or destination S3 bucket has Requester
|
|
3051
|
+
* Pays enabled, the requester will pay for corresponding charges to copy the object. For information about
|
|
3052
|
+
* downloading objects from Requester Pays buckets, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/ObjectsinRequesterPaysBuckets.html">Downloading Objects in Requester Pays
|
|
3053
|
+
* Buckets</a> in the <i>Amazon S3 User Guide</i>.</p>
|
|
1766
3054
|
* <note>
|
|
1767
3055
|
* <p>This functionality is not supported for directory buckets.</p>
|
|
1768
3056
|
* </note>
|
|
@@ -1786,8 +3074,8 @@ export interface PutObjectLegalHoldRequest {
|
|
|
1786
3074
|
* <code>x-amz-trailer</code> header sent. Otherwise, Amazon S3 fails the request with the HTTP status code <code>400 Bad Request</code>. For more
|
|
1787
3075
|
* information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/checking-object-integrity.html">Checking object integrity</a> in
|
|
1788
3076
|
* the <i>Amazon S3 User Guide</i>.</p>
|
|
1789
|
-
* <p>If you provide an individual checksum, Amazon S3 ignores any provided
|
|
1790
|
-
*
|
|
3077
|
+
* <p>If you provide an individual checksum, Amazon S3 ignores any provided <code>ChecksumAlgorithm</code>
|
|
3078
|
+
* parameter.</p>
|
|
1791
3079
|
* @public
|
|
1792
3080
|
*/
|
|
1793
3081
|
ChecksumAlgorithm?: ChecksumAlgorithm | undefined;
|
|
@@ -1802,8 +3090,9 @@ export interface PutObjectLegalHoldRequest {
|
|
|
1802
3090
|
*/
|
|
1803
3091
|
export interface PutObjectLockConfigurationOutput {
|
|
1804
3092
|
/**
|
|
1805
|
-
* <p>If present, indicates that the requester was successfully charged for the
|
|
1806
|
-
*
|
|
3093
|
+
* <p>If present, indicates that the requester was successfully charged for the request. For more
|
|
3094
|
+
* information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/RequesterPaysBuckets.html">Using Requester Pays buckets for storage transfers and usage</a> in the <i>Amazon Simple
|
|
3095
|
+
* Storage Service user guide</i>.</p>
|
|
1807
3096
|
* <note>
|
|
1808
3097
|
* <p>This functionality is not supported for directory buckets.</p>
|
|
1809
3098
|
* </note>
|
|
@@ -1828,12 +3117,11 @@ export interface PutObjectLockConfigurationRequest {
|
|
|
1828
3117
|
*/
|
|
1829
3118
|
ObjectLockConfiguration?: ObjectLockConfiguration | undefined;
|
|
1830
3119
|
/**
|
|
1831
|
-
* <p>Confirms that the requester knows that they will be charged for the request. Bucket
|
|
1832
|
-
*
|
|
1833
|
-
*
|
|
1834
|
-
*
|
|
1835
|
-
*
|
|
1836
|
-
* Requester Pays Buckets</a> in the <i>Amazon S3 User Guide</i>.</p>
|
|
3120
|
+
* <p>Confirms that the requester knows that they will be charged for the request. Bucket owners need not
|
|
3121
|
+
* specify this parameter in their requests. If either the source or destination S3 bucket has Requester
|
|
3122
|
+
* Pays enabled, the requester will pay for corresponding charges to copy the object. For information about
|
|
3123
|
+
* downloading objects from Requester Pays buckets, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/ObjectsinRequesterPaysBuckets.html">Downloading Objects in Requester Pays
|
|
3124
|
+
* Buckets</a> in the <i>Amazon S3 User Guide</i>.</p>
|
|
1837
3125
|
* <note>
|
|
1838
3126
|
* <p>This functionality is not supported for directory buckets.</p>
|
|
1839
3127
|
* </note>
|
|
@@ -1857,8 +3145,8 @@ export interface PutObjectLockConfigurationRequest {
|
|
|
1857
3145
|
* <code>x-amz-trailer</code> header sent. Otherwise, Amazon S3 fails the request with the HTTP status code <code>400 Bad Request</code>. For more
|
|
1858
3146
|
* information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/checking-object-integrity.html">Checking object integrity</a> in
|
|
1859
3147
|
* the <i>Amazon S3 User Guide</i>.</p>
|
|
1860
|
-
* <p>If you provide an individual checksum, Amazon S3 ignores any provided
|
|
1861
|
-
*
|
|
3148
|
+
* <p>If you provide an individual checksum, Amazon S3 ignores any provided <code>ChecksumAlgorithm</code>
|
|
3149
|
+
* parameter.</p>
|
|
1862
3150
|
* @public
|
|
1863
3151
|
*/
|
|
1864
3152
|
ChecksumAlgorithm?: ChecksumAlgorithm | undefined;
|
|
@@ -1873,8 +3161,9 @@ export interface PutObjectLockConfigurationRequest {
|
|
|
1873
3161
|
*/
|
|
1874
3162
|
export interface PutObjectRetentionOutput {
|
|
1875
3163
|
/**
|
|
1876
|
-
* <p>If present, indicates that the requester was successfully charged for the
|
|
1877
|
-
*
|
|
3164
|
+
* <p>If present, indicates that the requester was successfully charged for the request. For more
|
|
3165
|
+
* information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/RequesterPaysBuckets.html">Using Requester Pays buckets for storage transfers and usage</a> in the <i>Amazon Simple
|
|
3166
|
+
* Storage Service user guide</i>.</p>
|
|
1878
3167
|
* <note>
|
|
1879
3168
|
* <p>This functionality is not supported for directory buckets.</p>
|
|
1880
3169
|
* </note>
|
|
@@ -1887,8 +3176,7 @@ export interface PutObjectRetentionOutput {
|
|
|
1887
3176
|
*/
|
|
1888
3177
|
export interface PutObjectRetentionRequest {
|
|
1889
3178
|
/**
|
|
1890
|
-
* <p>The bucket name that contains the object you want to apply this Object Retention
|
|
1891
|
-
* configuration to. </p>
|
|
3179
|
+
* <p>The bucket name that contains the object you want to apply this Object Retention configuration to. </p>
|
|
1892
3180
|
* <p>
|
|
1893
3181
|
* <b>Access points</b> - When you use this action with an access point for general purpose buckets, you must provide the alias of the access point in place of the bucket name or specify the access point ARN. When you use this action with an access point for directory buckets, you must provide the access point name in place of the bucket name. When using the access point ARN, you must direct requests to the access point hostname. The access point hostname takes the form <i>AccessPointName</i>-<i>AccountId</i>.s3-accesspoint.<i>Region</i>.amazonaws.com. When using this action with an access point through the Amazon Web Services SDKs, you provide the access point ARN in place of the bucket name. For more information about access point ARNs, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/using-access-points.html">Using access points</a> in the <i>Amazon S3 User Guide</i>.</p>
|
|
1894
3182
|
* <p>Note: To supply the Multi-region Access Point (MRAP) to Bucket, you need to install the "@aws-sdk/signature-v4-crt" package to your project dependencies.
|
|
@@ -1897,8 +3185,7 @@ export interface PutObjectRetentionRequest {
|
|
|
1897
3185
|
*/
|
|
1898
3186
|
Bucket: string | undefined;
|
|
1899
3187
|
/**
|
|
1900
|
-
* <p>The key name for the object that you want to apply this Object Retention configuration
|
|
1901
|
-
* to.</p>
|
|
3188
|
+
* <p>The key name for the object that you want to apply this Object Retention configuration to.</p>
|
|
1902
3189
|
* @public
|
|
1903
3190
|
*/
|
|
1904
3191
|
Key: string | undefined;
|
|
@@ -1908,12 +3195,11 @@ export interface PutObjectRetentionRequest {
|
|
|
1908
3195
|
*/
|
|
1909
3196
|
Retention?: ObjectLockRetention | undefined;
|
|
1910
3197
|
/**
|
|
1911
|
-
* <p>Confirms that the requester knows that they will be charged for the request. Bucket
|
|
1912
|
-
*
|
|
1913
|
-
*
|
|
1914
|
-
*
|
|
1915
|
-
*
|
|
1916
|
-
* Requester Pays Buckets</a> in the <i>Amazon S3 User Guide</i>.</p>
|
|
3198
|
+
* <p>Confirms that the requester knows that they will be charged for the request. Bucket owners need not
|
|
3199
|
+
* specify this parameter in their requests. If either the source or destination S3 bucket has Requester
|
|
3200
|
+
* Pays enabled, the requester will pay for corresponding charges to copy the object. For information about
|
|
3201
|
+
* downloading objects from Requester Pays buckets, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/ObjectsinRequesterPaysBuckets.html">Downloading Objects in Requester Pays
|
|
3202
|
+
* Buckets</a> in the <i>Amazon S3 User Guide</i>.</p>
|
|
1917
3203
|
* <note>
|
|
1918
3204
|
* <p>This functionality is not supported for directory buckets.</p>
|
|
1919
3205
|
* </note>
|
|
@@ -1921,8 +3207,7 @@ export interface PutObjectRetentionRequest {
|
|
|
1921
3207
|
*/
|
|
1922
3208
|
RequestPayer?: RequestPayer | undefined;
|
|
1923
3209
|
/**
|
|
1924
|
-
* <p>The version ID for the object that you want to apply this Object Retention configuration
|
|
1925
|
-
* to.</p>
|
|
3210
|
+
* <p>The version ID for the object that you want to apply this Object Retention configuration to.</p>
|
|
1926
3211
|
* @public
|
|
1927
3212
|
*/
|
|
1928
3213
|
VersionId?: string | undefined;
|
|
@@ -1943,8 +3228,8 @@ export interface PutObjectRetentionRequest {
|
|
|
1943
3228
|
* <code>x-amz-trailer</code> header sent. Otherwise, Amazon S3 fails the request with the HTTP status code <code>400 Bad Request</code>. For more
|
|
1944
3229
|
* information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/checking-object-integrity.html">Checking object integrity</a> in
|
|
1945
3230
|
* the <i>Amazon S3 User Guide</i>.</p>
|
|
1946
|
-
* <p>If you provide an individual checksum, Amazon S3 ignores any provided
|
|
1947
|
-
*
|
|
3231
|
+
* <p>If you provide an individual checksum, Amazon S3 ignores any provided <code>ChecksumAlgorithm</code>
|
|
3232
|
+
* parameter.</p>
|
|
1948
3233
|
* @public
|
|
1949
3234
|
*/
|
|
1950
3235
|
ChecksumAlgorithm?: ChecksumAlgorithm | undefined;
|
|
@@ -2003,8 +3288,8 @@ export interface PutObjectTaggingRequest {
|
|
|
2003
3288
|
* <code>x-amz-trailer</code> header sent. Otherwise, Amazon S3 fails the request with the HTTP status code <code>400 Bad Request</code>. For more
|
|
2004
3289
|
* information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/checking-object-integrity.html">Checking object integrity</a> in
|
|
2005
3290
|
* the <i>Amazon S3 User Guide</i>.</p>
|
|
2006
|
-
* <p>If you provide an individual checksum, Amazon S3 ignores any provided
|
|
2007
|
-
*
|
|
3291
|
+
* <p>If you provide an individual checksum, Amazon S3 ignores any provided <code>ChecksumAlgorithm</code>
|
|
3292
|
+
* parameter.</p>
|
|
2008
3293
|
* @public
|
|
2009
3294
|
*/
|
|
2010
3295
|
ChecksumAlgorithm?: ChecksumAlgorithm | undefined;
|
|
@@ -2019,12 +3304,11 @@ export interface PutObjectTaggingRequest {
|
|
|
2019
3304
|
*/
|
|
2020
3305
|
ExpectedBucketOwner?: string | undefined;
|
|
2021
3306
|
/**
|
|
2022
|
-
* <p>Confirms that the requester knows that they will be charged for the request. Bucket
|
|
2023
|
-
*
|
|
2024
|
-
*
|
|
2025
|
-
*
|
|
2026
|
-
*
|
|
2027
|
-
* Requester Pays Buckets</a> in the <i>Amazon S3 User Guide</i>.</p>
|
|
3307
|
+
* <p>Confirms that the requester knows that they will be charged for the request. Bucket owners need not
|
|
3308
|
+
* specify this parameter in their requests. If either the source or destination S3 bucket has Requester
|
|
3309
|
+
* Pays enabled, the requester will pay for corresponding charges to copy the object. For information about
|
|
3310
|
+
* downloading objects from Requester Pays buckets, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/ObjectsinRequesterPaysBuckets.html">Downloading Objects in Requester Pays
|
|
3311
|
+
* Buckets</a> in the <i>Amazon S3 User Guide</i>.</p>
|
|
2028
3312
|
* <note>
|
|
2029
3313
|
* <p>This functionality is not supported for directory buckets.</p>
|
|
2030
3314
|
* </note>
|
|
@@ -2037,8 +3321,8 @@ export interface PutObjectTaggingRequest {
|
|
|
2037
3321
|
*/
|
|
2038
3322
|
export interface PutPublicAccessBlockRequest {
|
|
2039
3323
|
/**
|
|
2040
|
-
* <p>The name of the Amazon S3 bucket whose <code>PublicAccessBlock</code> configuration you want
|
|
2041
|
-
*
|
|
3324
|
+
* <p>The name of the Amazon S3 bucket whose <code>PublicAccessBlock</code> configuration you want to
|
|
3325
|
+
* set.</p>
|
|
2042
3326
|
* <p>Note: To supply the Multi-region Access Point (MRAP) to Bucket, you need to install the "@aws-sdk/signature-v4-crt" package to your project dependencies.
|
|
2043
3327
|
* For more information, please go to https://github.com/aws/aws-sdk-js-v3#known-issues</p>
|
|
2044
3328
|
* @public
|
|
@@ -2056,15 +3340,15 @@ export interface PutPublicAccessBlockRequest {
|
|
|
2056
3340
|
* <code>x-amz-trailer</code> header sent. Otherwise, Amazon S3 fails the request with the HTTP status code <code>400 Bad Request</code>. For more
|
|
2057
3341
|
* information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/checking-object-integrity.html">Checking object integrity</a> in
|
|
2058
3342
|
* the <i>Amazon S3 User Guide</i>.</p>
|
|
2059
|
-
* <p>If you provide an individual checksum, Amazon S3 ignores any provided
|
|
2060
|
-
*
|
|
3343
|
+
* <p>If you provide an individual checksum, Amazon S3 ignores any provided <code>ChecksumAlgorithm</code>
|
|
3344
|
+
* parameter.</p>
|
|
2061
3345
|
* @public
|
|
2062
3346
|
*/
|
|
2063
3347
|
ChecksumAlgorithm?: ChecksumAlgorithm | undefined;
|
|
2064
3348
|
/**
|
|
2065
|
-
* <p>The <code>PublicAccessBlock</code> configuration that you want to apply to this Amazon S3
|
|
2066
|
-
*
|
|
2067
|
-
*
|
|
3349
|
+
* <p>The <code>PublicAccessBlock</code> configuration that you want to apply to this Amazon S3 bucket. You can
|
|
3350
|
+
* enable the configuration options in any combination. For more information about when Amazon S3 considers a
|
|
3351
|
+
* bucket or object public, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/access-control-block-public-access.html#access-control-block-public-access-policy-status">The Meaning of "Public"</a> in the <i>Amazon S3 User Guide</i>.</p>
|
|
2068
3352
|
* @public
|
|
2069
3353
|
*/
|
|
2070
3354
|
PublicAccessBlockConfiguration: PublicAccessBlockConfiguration | undefined;
|
|
@@ -2074,6 +3358,124 @@ export interface PutPublicAccessBlockRequest {
|
|
|
2074
3358
|
*/
|
|
2075
3359
|
ExpectedBucketOwner?: string | undefined;
|
|
2076
3360
|
}
|
|
3361
|
+
/**
|
|
3362
|
+
* <p>Parameters on this idempotent request are inconsistent with parameters used in previous request(s). </p>
|
|
3363
|
+
* <p>For a list of error codes and more information on Amazon S3 errors, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/ErrorResponses.html#ErrorCodeList">Error codes</a>.</p>
|
|
3364
|
+
* <note>
|
|
3365
|
+
* <p>Idempotency ensures that an API request completes no more than one time. With an idempotent
|
|
3366
|
+
* request, if the original request completes successfully, any subsequent retries complete successfully
|
|
3367
|
+
* without performing any further actions.</p>
|
|
3368
|
+
* </note>
|
|
3369
|
+
* @public
|
|
3370
|
+
*/
|
|
3371
|
+
export declare class IdempotencyParameterMismatch extends __BaseException {
|
|
3372
|
+
readonly name: "IdempotencyParameterMismatch";
|
|
3373
|
+
readonly $fault: "client";
|
|
3374
|
+
/**
|
|
3375
|
+
* @internal
|
|
3376
|
+
*/
|
|
3377
|
+
constructor(opts: __ExceptionOptionType<IdempotencyParameterMismatch, __BaseException>);
|
|
3378
|
+
}
|
|
3379
|
+
/**
|
|
3380
|
+
* @public
|
|
3381
|
+
*/
|
|
3382
|
+
export interface RenameObjectOutput {
|
|
3383
|
+
}
|
|
3384
|
+
/**
|
|
3385
|
+
* @public
|
|
3386
|
+
*/
|
|
3387
|
+
export interface RenameObjectRequest {
|
|
3388
|
+
/**
|
|
3389
|
+
* <p>The bucket name of the directory bucket containing the object.</p>
|
|
3390
|
+
* <p> You must use virtual-hosted-style requests in the format
|
|
3391
|
+
* <code>Bucket-name.s3express-zone-id.region-code.amazonaws.com</code>. Path-style requests are not
|
|
3392
|
+
* supported. Directory bucket names must be unique in the chosen Availability Zone. Bucket names must
|
|
3393
|
+
* follow the format <code>bucket-base-name--zone-id--x-s3 </code> (for example,
|
|
3394
|
+
* <code>amzn-s3-demo-bucket--usw2-az1--x-s3</code>). For information about bucket naming restrictions, see
|
|
3395
|
+
* <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/directory-bucket-naming-rules.html">Directory bucket naming rules</a> in the <i>Amazon S3 User Guide</i>.</p>
|
|
3396
|
+
* <p>Note: To supply the Multi-region Access Point (MRAP) to Bucket, you need to install the "@aws-sdk/signature-v4-crt" package to your project dependencies.
|
|
3397
|
+
* For more information, please go to https://github.com/aws/aws-sdk-js-v3#known-issues</p>
|
|
3398
|
+
* @public
|
|
3399
|
+
*/
|
|
3400
|
+
Bucket: string | undefined;
|
|
3401
|
+
/**
|
|
3402
|
+
* <p>Key name of the object to rename.</p>
|
|
3403
|
+
* @public
|
|
3404
|
+
*/
|
|
3405
|
+
Key: string | undefined;
|
|
3406
|
+
/**
|
|
3407
|
+
* <p>Specifies the source for the rename operation. The value must be URL encoded.</p>
|
|
3408
|
+
* @public
|
|
3409
|
+
*/
|
|
3410
|
+
RenameSource: string | undefined;
|
|
3411
|
+
/**
|
|
3412
|
+
* <p>Renames the object only if the ETag (entity tag) value provided during the operation matches the
|
|
3413
|
+
* ETag of the object in S3. The <code>If-Match</code> header field makes the request method conditional on
|
|
3414
|
+
* ETags. If the ETag values do not match, the operation returns a <code>412 Precondition Failed</code>
|
|
3415
|
+
* error.</p>
|
|
3416
|
+
* <p>Expects the ETag value as a string.</p>
|
|
3417
|
+
* @public
|
|
3418
|
+
*/
|
|
3419
|
+
DestinationIfMatch?: string | undefined;
|
|
3420
|
+
/**
|
|
3421
|
+
* <p> Renames the object only if the destination does not already exist in the specified directory
|
|
3422
|
+
* bucket. If the object does exist when you send a request with <code>If-None-Match:*</code>, the S3 API
|
|
3423
|
+
* will return a <code>412 Precondition Failed</code> error, preventing an overwrite. The
|
|
3424
|
+
* <code>If-None-Match</code> header prevents overwrites of existing data by validating that there's not
|
|
3425
|
+
* an object with the same key name already in your directory bucket.</p>
|
|
3426
|
+
* <p> Expects the <code>*</code> character (asterisk).</p>
|
|
3427
|
+
* @public
|
|
3428
|
+
*/
|
|
3429
|
+
DestinationIfNoneMatch?: string | undefined;
|
|
3430
|
+
/**
|
|
3431
|
+
* <p>Renames the object if the destination exists and if it has been modified since the specified
|
|
3432
|
+
* time.</p>
|
|
3433
|
+
* @public
|
|
3434
|
+
*/
|
|
3435
|
+
DestinationIfModifiedSince?: Date | undefined;
|
|
3436
|
+
/**
|
|
3437
|
+
* <p>Renames the object if it hasn't been modified since the specified time.</p>
|
|
3438
|
+
* @public
|
|
3439
|
+
*/
|
|
3440
|
+
DestinationIfUnmodifiedSince?: Date | undefined;
|
|
3441
|
+
/**
|
|
3442
|
+
* <p>Renames the object if the source exists and if its entity tag (ETag) matches the specified ETag.
|
|
3443
|
+
* </p>
|
|
3444
|
+
* @public
|
|
3445
|
+
*/
|
|
3446
|
+
SourceIfMatch?: string | undefined;
|
|
3447
|
+
/**
|
|
3448
|
+
* <p>Renames the object if the source exists and if its entity tag (ETag) is different than the specified
|
|
3449
|
+
* ETag. If an asterisk (<code>*</code>) character is provided, the operation will fail and return a
|
|
3450
|
+
* <code>412 Precondition Failed</code> error. </p>
|
|
3451
|
+
* @public
|
|
3452
|
+
*/
|
|
3453
|
+
SourceIfNoneMatch?: string | undefined;
|
|
3454
|
+
/**
|
|
3455
|
+
* <p>Renames the object if the source exists and if it has been modified since the specified time.</p>
|
|
3456
|
+
* @public
|
|
3457
|
+
*/
|
|
3458
|
+
SourceIfModifiedSince?: Date | undefined;
|
|
3459
|
+
/**
|
|
3460
|
+
* <p>Renames the object if the source exists and hasn't been modified since the specified time.</p>
|
|
3461
|
+
* @public
|
|
3462
|
+
*/
|
|
3463
|
+
SourceIfUnmodifiedSince?: Date | undefined;
|
|
3464
|
+
/**
|
|
3465
|
+
* <p> A unique string with a max of 64 ASCII characters in the ASCII range of 33 - 126.</p>
|
|
3466
|
+
* <note>
|
|
3467
|
+
* <p>
|
|
3468
|
+
* <code>RenameObject</code> supports idempotency using a client token. To make an idempotent API request
|
|
3469
|
+
* using <code>RenameObject</code>, specify a client token in the request. You should not reuse the same
|
|
3470
|
+
* client token for other API requests. If you retry a request that completed successfully using the same
|
|
3471
|
+
* client token and the same parameters, the retry succeeds without performing any further actions. If
|
|
3472
|
+
* you retry a successful request using the same client token, but one or more of the parameters are
|
|
3473
|
+
* different, the retry fails and an <code>IdempotentParameterMismatch</code> error is returned. </p>
|
|
3474
|
+
* </note>
|
|
3475
|
+
* @public
|
|
3476
|
+
*/
|
|
3477
|
+
ClientToken?: string | undefined;
|
|
3478
|
+
}
|
|
2077
3479
|
/**
|
|
2078
3480
|
* <p>This action is not allowed against this storage tier.</p>
|
|
2079
3481
|
* @public
|
|
@@ -2091,8 +3493,9 @@ export declare class ObjectAlreadyInActiveTierError extends __BaseException {
|
|
|
2091
3493
|
*/
|
|
2092
3494
|
export interface RestoreObjectOutput {
|
|
2093
3495
|
/**
|
|
2094
|
-
* <p>If present, indicates that the requester was successfully charged for the
|
|
2095
|
-
*
|
|
3496
|
+
* <p>If present, indicates that the requester was successfully charged for the request. For more
|
|
3497
|
+
* information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/RequesterPaysBuckets.html">Using Requester Pays buckets for storage transfers and usage</a> in the <i>Amazon Simple
|
|
3498
|
+
* Storage Service user guide</i>.</p>
|
|
2096
3499
|
* <note>
|
|
2097
3500
|
* <p>This functionality is not supported for directory buckets.</p>
|
|
2098
3501
|
* </note>
|
|
@@ -2100,8 +3503,8 @@ export interface RestoreObjectOutput {
|
|
|
2100
3503
|
*/
|
|
2101
3504
|
RequestCharged?: RequestCharged | undefined;
|
|
2102
3505
|
/**
|
|
2103
|
-
* <p>Indicates the path in the provided S3 output location where Select results will be
|
|
2104
|
-
*
|
|
3506
|
+
* <p>Indicates the path in the provided S3 output location where Select results will be restored
|
|
3507
|
+
* to.</p>
|
|
2105
3508
|
* @public
|
|
2106
3509
|
*/
|
|
2107
3510
|
RestoreOutputPath?: string | undefined;
|
|
@@ -2136,22 +3539,22 @@ export interface GlacierJobParameters {
|
|
|
2136
3539
|
*/
|
|
2137
3540
|
export interface Encryption {
|
|
2138
3541
|
/**
|
|
2139
|
-
* <p>The server-side encryption algorithm used when storing job results in Amazon S3 (for example,
|
|
2140
|
-
*
|
|
3542
|
+
* <p>The server-side encryption algorithm used when storing job results in Amazon S3 (for example, AES256,
|
|
3543
|
+
* <code>aws:kms</code>).</p>
|
|
2141
3544
|
* @public
|
|
2142
3545
|
*/
|
|
2143
3546
|
EncryptionType: ServerSideEncryption | undefined;
|
|
2144
3547
|
/**
|
|
2145
|
-
* <p>If the encryption type is <code>aws:kms</code>, this optional value specifies the ID of
|
|
2146
|
-
*
|
|
2147
|
-
*
|
|
2148
|
-
*
|
|
3548
|
+
* <p>If the encryption type is <code>aws:kms</code>, this optional value specifies the ID of the
|
|
3549
|
+
* symmetric encryption customer managed key to use for encryption of job results. Amazon S3 only supports symmetric
|
|
3550
|
+
* encryption KMS keys. For more information, see <a href="https://docs.aws.amazon.com/kms/latest/developerguide/symmetric-asymmetric.html">Asymmetric keys in KMS</a> in the
|
|
3551
|
+
* <i>Amazon Web Services Key Management Service Developer Guide</i>.</p>
|
|
2149
3552
|
* @public
|
|
2150
3553
|
*/
|
|
2151
3554
|
KMSKeyId?: string | undefined;
|
|
2152
3555
|
/**
|
|
2153
|
-
* <p>If the encryption type is <code>aws:kms</code>, this optional value can be used to
|
|
2154
|
-
*
|
|
3556
|
+
* <p>If the encryption type is <code>aws:kms</code>, this optional value can be used to specify the
|
|
3557
|
+
* encryption context for the restore results.</p>
|
|
2155
3558
|
* @public
|
|
2156
3559
|
*/
|
|
2157
3560
|
KMSContext?: string | undefined;
|
|
@@ -2268,7 +3671,7 @@ export declare const FileHeaderInfo: {
|
|
|
2268
3671
|
export type FileHeaderInfo = (typeof FileHeaderInfo)[keyof typeof FileHeaderInfo];
|
|
2269
3672
|
/**
|
|
2270
3673
|
* <p>Describes how an uncompressed comma-separated values (CSV)-formatted input object is
|
|
2271
|
-
*
|
|
3674
|
+
* formatted.</p>
|
|
2272
3675
|
* @public
|
|
2273
3676
|
*/
|
|
2274
3677
|
export interface CSVInput {
|
|
@@ -2281,51 +3684,50 @@ export interface CSVInput {
|
|
|
2281
3684
|
* </li>
|
|
2282
3685
|
* <li>
|
|
2283
3686
|
* <p>
|
|
2284
|
-
* <code>IGNORE</code>: First line is a header, but you can't use the header values
|
|
2285
|
-
*
|
|
2286
|
-
*
|
|
3687
|
+
* <code>IGNORE</code>: First line is a header, but you can't use the header values to indicate the
|
|
3688
|
+
* column in an expression. You can use column position (such as _1, _2, …) to indicate the column
|
|
3689
|
+
* (<code>SELECT s._1 FROM OBJECT s</code>).</p>
|
|
2287
3690
|
* </li>
|
|
2288
3691
|
* <li>
|
|
2289
3692
|
* <p>
|
|
2290
|
-
* <code>Use</code>: First line is a header, and you can use the header value to
|
|
2291
|
-
*
|
|
3693
|
+
* <code>Use</code>: First line is a header, and you can use the header value to identify a column
|
|
3694
|
+
* in an expression (<code>SELECT "name" FROM OBJECT</code>). </p>
|
|
2292
3695
|
* </li>
|
|
2293
3696
|
* </ul>
|
|
2294
3697
|
* @public
|
|
2295
3698
|
*/
|
|
2296
3699
|
FileHeaderInfo?: FileHeaderInfo | undefined;
|
|
2297
3700
|
/**
|
|
2298
|
-
* <p>A single character used to indicate that a row should be ignored when the character is
|
|
2299
|
-
*
|
|
2300
|
-
*
|
|
3701
|
+
* <p>A single character used to indicate that a row should be ignored when the character is present at
|
|
3702
|
+
* the start of that row. You can specify any character to indicate a comment line. The default character
|
|
3703
|
+
* is <code>#</code>.</p>
|
|
2301
3704
|
* <p>Default: <code>#</code>
|
|
2302
3705
|
* </p>
|
|
2303
3706
|
* @public
|
|
2304
3707
|
*/
|
|
2305
3708
|
Comments?: string | undefined;
|
|
2306
3709
|
/**
|
|
2307
|
-
* <p>A single character used for escaping the quotation mark character inside an already
|
|
2308
|
-
*
|
|
2309
|
-
* "</code>.</p>
|
|
3710
|
+
* <p>A single character used for escaping the quotation mark character inside an already escaped value.
|
|
3711
|
+
* For example, the value <code>""" a , b """</code> is parsed as <code>" a , b "</code>.</p>
|
|
2310
3712
|
* @public
|
|
2311
3713
|
*/
|
|
2312
3714
|
QuoteEscapeCharacter?: string | undefined;
|
|
2313
3715
|
/**
|
|
2314
|
-
* <p>A single character used to separate individual records in the input. Instead of the
|
|
2315
|
-
*
|
|
3716
|
+
* <p>A single character used to separate individual records in the input. Instead of the default value,
|
|
3717
|
+
* you can specify an arbitrary delimiter.</p>
|
|
2316
3718
|
* @public
|
|
2317
3719
|
*/
|
|
2318
3720
|
RecordDelimiter?: string | undefined;
|
|
2319
3721
|
/**
|
|
2320
|
-
* <p>A single character used to separate individual fields in a record. You can specify an
|
|
2321
|
-
*
|
|
3722
|
+
* <p>A single character used to separate individual fields in a record. You can specify an arbitrary
|
|
3723
|
+
* delimiter.</p>
|
|
2322
3724
|
* @public
|
|
2323
3725
|
*/
|
|
2324
3726
|
FieldDelimiter?: string | undefined;
|
|
2325
3727
|
/**
|
|
2326
|
-
* <p>A single character used for escaping when the field delimiter is part of the value. For
|
|
2327
|
-
*
|
|
2328
|
-
*
|
|
3728
|
+
* <p>A single character used for escaping when the field delimiter is part of the value. For example, if
|
|
3729
|
+
* the value is <code>a, b</code>, Amazon S3 wraps this field value in quotation marks, as follows: <code>" a ,
|
|
3730
|
+
* b "</code>.</p>
|
|
2329
3731
|
* <p>Type: String</p>
|
|
2330
3732
|
* <p>Default: <code>"</code>
|
|
2331
3733
|
* </p>
|
|
@@ -2335,9 +3737,8 @@ export interface CSVInput {
|
|
|
2335
3737
|
*/
|
|
2336
3738
|
QuoteCharacter?: string | undefined;
|
|
2337
3739
|
/**
|
|
2338
|
-
* <p>Specifies that CSV field values may contain quoted record delimiters and such records
|
|
2339
|
-
*
|
|
2340
|
-
* performance.</p>
|
|
3740
|
+
* <p>Specifies that CSV field values may contain quoted record delimiters and such records should be
|
|
3741
|
+
* allowed. Default value is FALSE. Setting this value to TRUE may lower performance.</p>
|
|
2341
3742
|
* @public
|
|
2342
3743
|
*/
|
|
2343
3744
|
AllowQuotedRecordDelimiter?: boolean | undefined;
|
|
@@ -2382,8 +3783,7 @@ export interface InputSerialization {
|
|
|
2382
3783
|
*/
|
|
2383
3784
|
CSV?: CSVInput | undefined;
|
|
2384
3785
|
/**
|
|
2385
|
-
* <p>Specifies object's compression format. Valid values: NONE, GZIP, BZIP2. Default Value:
|
|
2386
|
-
* NONE.</p>
|
|
3786
|
+
* <p>Specifies object's compression format. Valid values: NONE, GZIP, BZIP2. Default Value: NONE.</p>
|
|
2387
3787
|
* @public
|
|
2388
3788
|
*/
|
|
2389
3789
|
CompressionType?: CompressionType | undefined;
|
|
@@ -2411,8 +3811,7 @@ export declare const QuoteFields: {
|
|
|
2411
3811
|
*/
|
|
2412
3812
|
export type QuoteFields = (typeof QuoteFields)[keyof typeof QuoteFields];
|
|
2413
3813
|
/**
|
|
2414
|
-
* <p>Describes how uncompressed comma-separated values (CSV)-formatted results are
|
|
2415
|
-
* formatted.</p>
|
|
3814
|
+
* <p>Describes how uncompressed comma-separated values (CSV)-formatted results are formatted.</p>
|
|
2416
3815
|
* @public
|
|
2417
3816
|
*/
|
|
2418
3817
|
export interface CSVOutput {
|
|
@@ -2432,27 +3831,26 @@ export interface CSVOutput {
|
|
|
2432
3831
|
*/
|
|
2433
3832
|
QuoteFields?: QuoteFields | undefined;
|
|
2434
3833
|
/**
|
|
2435
|
-
* <p>The single character used for escaping the quote character inside an already escaped
|
|
2436
|
-
* value.</p>
|
|
3834
|
+
* <p>The single character used for escaping the quote character inside an already escaped value.</p>
|
|
2437
3835
|
* @public
|
|
2438
3836
|
*/
|
|
2439
3837
|
QuoteEscapeCharacter?: string | undefined;
|
|
2440
3838
|
/**
|
|
2441
|
-
* <p>A single character used to separate individual records in the output. Instead of the
|
|
2442
|
-
*
|
|
3839
|
+
* <p>A single character used to separate individual records in the output. Instead of the default value,
|
|
3840
|
+
* you can specify an arbitrary delimiter.</p>
|
|
2443
3841
|
* @public
|
|
2444
3842
|
*/
|
|
2445
3843
|
RecordDelimiter?: string | undefined;
|
|
2446
3844
|
/**
|
|
2447
3845
|
* <p>The value used to separate individual fields in a record. You can specify an arbitrary
|
|
2448
|
-
*
|
|
3846
|
+
* delimiter.</p>
|
|
2449
3847
|
* @public
|
|
2450
3848
|
*/
|
|
2451
3849
|
FieldDelimiter?: string | undefined;
|
|
2452
3850
|
/**
|
|
2453
|
-
* <p>A single character used for escaping when the field delimiter is part of the value. For
|
|
2454
|
-
*
|
|
2455
|
-
*
|
|
3851
|
+
* <p>A single character used for escaping when the field delimiter is part of the value. For example, if
|
|
3852
|
+
* the value is <code>a, b</code>, Amazon S3 wraps this field value in quotation marks, as follows: <code>" a ,
|
|
3853
|
+
* b "</code>.</p>
|
|
2456
3854
|
* @public
|
|
2457
3855
|
*/
|
|
2458
3856
|
QuoteCharacter?: string | undefined;
|
|
@@ -2463,8 +3861,8 @@ export interface CSVOutput {
|
|
|
2463
3861
|
*/
|
|
2464
3862
|
export interface JSONOutput {
|
|
2465
3863
|
/**
|
|
2466
|
-
* <p>The value used to separate individual records in the output. If no value is specified,
|
|
2467
|
-
*
|
|
3864
|
+
* <p>The value used to separate individual records in the output. If no value is specified, Amazon S3 uses a
|
|
3865
|
+
* newline character ('\n').</p>
|
|
2468
3866
|
* @public
|
|
2469
3867
|
*/
|
|
2470
3868
|
RecordDelimiter?: string | undefined;
|
|
@@ -2487,12 +3885,14 @@ export interface OutputSerialization {
|
|
|
2487
3885
|
}
|
|
2488
3886
|
/**
|
|
2489
3887
|
* <important>
|
|
2490
|
-
* <p>Amazon S3 Select is no longer available to new customers. Existing customers of Amazon S3 Select can
|
|
3888
|
+
* <p>Amazon S3 Select is no longer available to new customers. Existing customers of Amazon S3 Select can
|
|
3889
|
+
* continue to use the feature as usual. <a href="http://aws.amazon.com/blogs/storage/how-to-optimize-querying-your-data-in-amazon-s3/">Learn more</a>
|
|
2491
3890
|
* </p>
|
|
2492
3891
|
* </important>
|
|
2493
3892
|
* <p>Describes the parameters for Select job types.</p>
|
|
2494
|
-
* <p>Learn <a href="http://aws.amazon.com/blogs/storage/how-to-optimize-querying-your-data-in-amazon-s3/">How to
|
|
2495
|
-
*
|
|
3893
|
+
* <p>Learn <a href="http://aws.amazon.com/blogs/storage/how-to-optimize-querying-your-data-in-amazon-s3/">How to
|
|
3894
|
+
* optimize querying your data in Amazon S3</a> using <a href="https://docs.aws.amazon.com/athena/latest/ug/what-is.html">Amazon Athena</a>, <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/transforming-objects.html">S3 Object Lambda</a>, or client-side
|
|
3895
|
+
* filtering.</p>
|
|
2496
3896
|
* @public
|
|
2497
3897
|
*/
|
|
2498
3898
|
export interface SelectParameters {
|
|
@@ -2508,7 +3908,8 @@ export interface SelectParameters {
|
|
|
2508
3908
|
ExpressionType: ExpressionType | undefined;
|
|
2509
3909
|
/**
|
|
2510
3910
|
* <important>
|
|
2511
|
-
* <p>Amazon S3 Select is no longer available to new customers. Existing customers of Amazon S3 Select can
|
|
3911
|
+
* <p>Amazon S3 Select is no longer available to new customers. Existing customers of Amazon S3 Select can
|
|
3912
|
+
* continue to use the feature as usual. <a href="http://aws.amazon.com/blogs/storage/how-to-optimize-querying-your-data-in-amazon-s3/">Learn more</a>
|
|
2512
3913
|
* </p>
|
|
2513
3914
|
* </important>
|
|
2514
3915
|
* <p>The expression that is used to query the object.</p>
|
|
@@ -2539,21 +3940,22 @@ export type RestoreRequestType = (typeof RestoreRequestType)[keyof typeof Restor
|
|
|
2539
3940
|
export interface RestoreRequest {
|
|
2540
3941
|
/**
|
|
2541
3942
|
* <p>Lifetime of the active copy in days. Do not use with restores that specify
|
|
2542
|
-
*
|
|
3943
|
+
* <code>OutputLocation</code>.</p>
|
|
2543
3944
|
* <p>The Days element is required for regular restores, and must not be provided for select
|
|
2544
|
-
*
|
|
3945
|
+
* requests.</p>
|
|
2545
3946
|
* @public
|
|
2546
3947
|
*/
|
|
2547
3948
|
Days?: number | undefined;
|
|
2548
3949
|
/**
|
|
2549
|
-
* <p>S3 Glacier related parameters pertaining to this job. Do not use with restores that
|
|
2550
|
-
*
|
|
3950
|
+
* <p>S3 Glacier related parameters pertaining to this job. Do not use with restores that specify
|
|
3951
|
+
* <code>OutputLocation</code>.</p>
|
|
2551
3952
|
* @public
|
|
2552
3953
|
*/
|
|
2553
3954
|
GlacierJobParameters?: GlacierJobParameters | undefined;
|
|
2554
3955
|
/**
|
|
2555
3956
|
* <important>
|
|
2556
|
-
* <p>Amazon S3 Select is no longer available to new customers. Existing customers of Amazon S3 Select can
|
|
3957
|
+
* <p>Amazon S3 Select is no longer available to new customers. Existing customers of Amazon S3 Select can
|
|
3958
|
+
* continue to use the feature as usual. <a href="http://aws.amazon.com/blogs/storage/how-to-optimize-querying-your-data-in-amazon-s3/">Learn more</a>
|
|
2557
3959
|
* </p>
|
|
2558
3960
|
* </important>
|
|
2559
3961
|
* <p>Type of restore request.</p>
|
|
@@ -2572,7 +3974,8 @@ export interface RestoreRequest {
|
|
|
2572
3974
|
Description?: string | undefined;
|
|
2573
3975
|
/**
|
|
2574
3976
|
* <important>
|
|
2575
|
-
* <p>Amazon S3 Select is no longer available to new customers. Existing customers of Amazon S3 Select can
|
|
3977
|
+
* <p>Amazon S3 Select is no longer available to new customers. Existing customers of Amazon S3 Select can
|
|
3978
|
+
* continue to use the feature as usual. <a href="http://aws.amazon.com/blogs/storage/how-to-optimize-querying-your-data-in-amazon-s3/">Learn more</a>
|
|
2576
3979
|
* </p>
|
|
2577
3980
|
* </important>
|
|
2578
3981
|
* <p>Describes the parameters for Select job types.</p>
|
|
@@ -2618,12 +4021,11 @@ export interface RestoreObjectRequest {
|
|
|
2618
4021
|
*/
|
|
2619
4022
|
RestoreRequest?: RestoreRequest | undefined;
|
|
2620
4023
|
/**
|
|
2621
|
-
* <p>Confirms that the requester knows that they will be charged for the request. Bucket
|
|
2622
|
-
*
|
|
2623
|
-
*
|
|
2624
|
-
*
|
|
2625
|
-
*
|
|
2626
|
-
* Requester Pays Buckets</a> in the <i>Amazon S3 User Guide</i>.</p>
|
|
4024
|
+
* <p>Confirms that the requester knows that they will be charged for the request. Bucket owners need not
|
|
4025
|
+
* specify this parameter in their requests. If either the source or destination S3 bucket has Requester
|
|
4026
|
+
* Pays enabled, the requester will pay for corresponding charges to copy the object. For information about
|
|
4027
|
+
* downloading objects from Requester Pays buckets, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/ObjectsinRequesterPaysBuckets.html">Downloading Objects in Requester Pays
|
|
4028
|
+
* Buckets</a> in the <i>Amazon S3 User Guide</i>.</p>
|
|
2627
4029
|
* <note>
|
|
2628
4030
|
* <p>This functionality is not supported for directory buckets.</p>
|
|
2629
4031
|
* </note>
|
|
@@ -2636,8 +4038,8 @@ export interface RestoreObjectRequest {
|
|
|
2636
4038
|
* <code>x-amz-trailer</code> header sent. Otherwise, Amazon S3 fails the request with the HTTP status code <code>400 Bad Request</code>. For more
|
|
2637
4039
|
* information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/checking-object-integrity.html">Checking object integrity</a> in
|
|
2638
4040
|
* the <i>Amazon S3 User Guide</i>.</p>
|
|
2639
|
-
* <p>If you provide an individual checksum, Amazon S3 ignores any provided
|
|
2640
|
-
*
|
|
4041
|
+
* <p>If you provide an individual checksum, Amazon S3 ignores any provided <code>ChecksumAlgorithm</code>
|
|
4042
|
+
* parameter.</p>
|
|
2641
4043
|
* @public
|
|
2642
4044
|
*/
|
|
2643
4045
|
ChecksumAlgorithm?: ChecksumAlgorithm | undefined;
|
|
@@ -2654,9 +4056,8 @@ export interface RestoreObjectRequest {
|
|
|
2654
4056
|
export interface ContinuationEvent {
|
|
2655
4057
|
}
|
|
2656
4058
|
/**
|
|
2657
|
-
* <p>A message that indicates the request is complete and no more messages will be sent. You
|
|
2658
|
-
*
|
|
2659
|
-
* <code>EndEvent</code>.</p>
|
|
4059
|
+
* <p>A message that indicates the request is complete and no more messages will be sent. You should not
|
|
4060
|
+
* assume that the request is complete until the client receives an <code>EndEvent</code>.</p>
|
|
2660
4061
|
* @public
|
|
2661
4062
|
*/
|
|
2662
4063
|
export interface EndEvent {
|
|
@@ -2699,12 +4100,13 @@ export interface ProgressEvent {
|
|
|
2699
4100
|
*/
|
|
2700
4101
|
export interface RecordsEvent {
|
|
2701
4102
|
/**
|
|
2702
|
-
* <p>The byte array of partial, one or more result records. S3 Select doesn't guarantee that
|
|
2703
|
-
*
|
|
2704
|
-
*
|
|
2705
|
-
*
|
|
2706
|
-
*
|
|
2707
|
-
*
|
|
4103
|
+
* <p>The byte array of partial, one or more result records. S3 Select doesn't guarantee that a record
|
|
4104
|
+
* will be self-contained in one record frame. To ensure continuous streaming of data, S3 Select might
|
|
4105
|
+
* split the same record across multiple record frames instead of aggregating the results in memory. Some
|
|
4106
|
+
* S3 clients (for example, the SDKforJava) handle this behavior by creating a
|
|
4107
|
+
* <code>ByteStream</code> out of the response by default. Other clients might not handle this behavior
|
|
4108
|
+
* by default. In those cases, you must aggregate the results on the client side and parse the
|
|
4109
|
+
* response.</p>
|
|
2708
4110
|
* @public
|
|
2709
4111
|
*/
|
|
2710
4112
|
Payload?: Uint8Array | undefined;
|
|
@@ -2842,57 +4244,54 @@ export interface SelectObjectContentOutput {
|
|
|
2842
4244
|
Payload?: AsyncIterable<SelectObjectContentEventStream> | undefined;
|
|
2843
4245
|
}
|
|
2844
4246
|
/**
|
|
2845
|
-
* <p>Container for specifying if periodic <code>QueryProgress</code> messages should be
|
|
2846
|
-
* sent.</p>
|
|
4247
|
+
* <p>Container for specifying if periodic <code>QueryProgress</code> messages should be sent.</p>
|
|
2847
4248
|
* @public
|
|
2848
4249
|
*/
|
|
2849
4250
|
export interface RequestProgress {
|
|
2850
4251
|
/**
|
|
2851
|
-
* <p>Specifies whether periodic QueryProgress frames should be sent. Valid values: TRUE,
|
|
2852
|
-
*
|
|
4252
|
+
* <p>Specifies whether periodic QueryProgress frames should be sent. Valid values: TRUE, FALSE. Default
|
|
4253
|
+
* value: FALSE.</p>
|
|
2853
4254
|
* @public
|
|
2854
4255
|
*/
|
|
2855
4256
|
Enabled?: boolean | undefined;
|
|
2856
4257
|
}
|
|
2857
4258
|
/**
|
|
2858
|
-
* <p>Specifies the byte range of the object to get the records from. A record is processed
|
|
2859
|
-
*
|
|
2860
|
-
*
|
|
2861
|
-
* start and end of the range.</p>
|
|
4259
|
+
* <p>Specifies the byte range of the object to get the records from. A record is processed when its first
|
|
4260
|
+
* byte is contained by the range. This parameter is optional, but when specified, it must not be empty.
|
|
4261
|
+
* See RFC 2616, Section 14.35.1 about how to specify the start and end of the range.</p>
|
|
2862
4262
|
* @public
|
|
2863
4263
|
*/
|
|
2864
4264
|
export interface ScanRange {
|
|
2865
4265
|
/**
|
|
2866
|
-
* <p>Specifies the start of the byte range. This parameter is optional. Valid values:
|
|
2867
|
-
*
|
|
2868
|
-
*
|
|
2869
|
-
*
|
|
2870
|
-
*
|
|
4266
|
+
* <p>Specifies the start of the byte range. This parameter is optional. Valid values: non-negative
|
|
4267
|
+
* integers. The default value is 0. If only <code>start</code> is supplied, it means scan from that point
|
|
4268
|
+
* to the end of the file. For example,
|
|
4269
|
+
* <code><scanrange><start>50</start></scanrange></code> means scan from byte 50
|
|
4270
|
+
* until the end of the file.</p>
|
|
2871
4271
|
* @public
|
|
2872
4272
|
*/
|
|
2873
4273
|
Start?: number | undefined;
|
|
2874
4274
|
/**
|
|
2875
|
-
* <p>Specifies the end of the byte range. This parameter is optional. Valid values:
|
|
2876
|
-
*
|
|
2877
|
-
*
|
|
2878
|
-
*
|
|
2879
|
-
*
|
|
2880
|
-
* last 50 bytes.</p>
|
|
4275
|
+
* <p>Specifies the end of the byte range. This parameter is optional. Valid values: non-negative
|
|
4276
|
+
* integers. The default value is one less than the size of the object being queried. If only the End
|
|
4277
|
+
* parameter is supplied, it is interpreted to mean scan the last N bytes of the file. For example,
|
|
4278
|
+
* <code><scanrange><end>50</end></scanrange></code> means scan the last 50
|
|
4279
|
+
* bytes.</p>
|
|
2881
4280
|
* @public
|
|
2882
4281
|
*/
|
|
2883
4282
|
End?: number | undefined;
|
|
2884
4283
|
}
|
|
2885
4284
|
/**
|
|
2886
4285
|
* <note>
|
|
2887
|
-
* <p>Learn Amazon S3 Select is no longer available to new customers. Existing customers of Amazon S3
|
|
4286
|
+
* <p>Learn Amazon S3 Select is no longer available to new customers. Existing customers of Amazon S3
|
|
4287
|
+
* Select can continue to use the feature as usual. <a href="http://aws.amazon.com/blogs/storage/how-to-optimize-querying-your-data-in-amazon-s3/">Learn more</a>
|
|
2888
4288
|
* </p>
|
|
2889
4289
|
* </note>
|
|
2890
|
-
* <p>Request to filter the contents of an Amazon S3 object based on a simple Structured Query
|
|
2891
|
-
*
|
|
2892
|
-
*
|
|
2893
|
-
*
|
|
2894
|
-
*
|
|
2895
|
-
* <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/RESTObjectSELECTContent.html">S3Select API Documentation</a>.</p>
|
|
4290
|
+
* <p>Request to filter the contents of an Amazon S3 object based on a simple Structured Query Language (SQL)
|
|
4291
|
+
* statement. In the request, along with the SQL expression, you must specify a data serialization format
|
|
4292
|
+
* (JSON or CSV) of the object. Amazon S3 uses this to parse object data into records. It returns only records
|
|
4293
|
+
* that match the specified SQL expression. You must also specify the data serialization format for the
|
|
4294
|
+
* response. For more information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/RESTObjectSELECTContent.html">S3Select API Documentation</a>.</p>
|
|
2896
4295
|
* @public
|
|
2897
4296
|
*/
|
|
2898
4297
|
export interface SelectObjectContentRequest {
|
|
@@ -2958,28 +4357,27 @@ export interface SelectObjectContentRequest {
|
|
|
2958
4357
|
*/
|
|
2959
4358
|
OutputSerialization: OutputSerialization | undefined;
|
|
2960
4359
|
/**
|
|
2961
|
-
* <p>Specifies the byte range of the object to get the records from. A record is processed
|
|
2962
|
-
*
|
|
2963
|
-
*
|
|
2964
|
-
* start and end of the range.</p>
|
|
4360
|
+
* <p>Specifies the byte range of the object to get the records from. A record is processed when its first
|
|
4361
|
+
* byte is contained by the range. This parameter is optional, but when specified, it must not be empty.
|
|
4362
|
+
* See RFC 2616, Section 14.35.1 about how to specify the start and end of the range.</p>
|
|
2965
4363
|
* <p>
|
|
2966
4364
|
* <code>ScanRange</code>may be used in the following ways:</p>
|
|
2967
4365
|
* <ul>
|
|
2968
4366
|
* <li>
|
|
2969
4367
|
* <p>
|
|
2970
4368
|
* <code><scanrange><start>50</start><end>100</end></scanrange></code>
|
|
2971
|
-
*
|
|
2972
|
-
*
|
|
4369
|
+
* - process only the records starting between the bytes 50 and 100 (inclusive, counting from
|
|
4370
|
+
* zero)</p>
|
|
2973
4371
|
* </li>
|
|
2974
4372
|
* <li>
|
|
2975
4373
|
* <p>
|
|
2976
|
-
* <code><scanrange><start>50</start></scanrange></code> -
|
|
2977
|
-
*
|
|
4374
|
+
* <code><scanrange><start>50</start></scanrange></code> - process only the
|
|
4375
|
+
* records starting after the byte 50</p>
|
|
2978
4376
|
* </li>
|
|
2979
4377
|
* <li>
|
|
2980
4378
|
* <p>
|
|
2981
|
-
* <code><scanrange><end>50</end></scanrange></code> -
|
|
2982
|
-
*
|
|
4379
|
+
* <code><scanrange><end>50</end></scanrange></code> - process only the
|
|
4380
|
+
* records within the last 50 bytes of the file.</p>
|
|
2983
4381
|
* </li>
|
|
2984
4382
|
* </ul>
|
|
2985
4383
|
* @public
|
|
@@ -2991,13 +4389,142 @@ export interface SelectObjectContentRequest {
|
|
|
2991
4389
|
*/
|
|
2992
4390
|
ExpectedBucketOwner?: string | undefined;
|
|
2993
4391
|
}
|
|
4392
|
+
/**
|
|
4393
|
+
* <p>
|
|
4394
|
+
* The specified updates to the S3 Metadata inventory table configuration.
|
|
4395
|
+
* </p>
|
|
4396
|
+
* @public
|
|
4397
|
+
*/
|
|
4398
|
+
export interface InventoryTableConfigurationUpdates {
|
|
4399
|
+
/**
|
|
4400
|
+
* <p>
|
|
4401
|
+
* The configuration state of the inventory table, indicating whether the inventory table is enabled
|
|
4402
|
+
* or disabled.
|
|
4403
|
+
* </p>
|
|
4404
|
+
* @public
|
|
4405
|
+
*/
|
|
4406
|
+
ConfigurationState: InventoryConfigurationState | undefined;
|
|
4407
|
+
/**
|
|
4408
|
+
* <p>
|
|
4409
|
+
* The encryption configuration for the inventory table.
|
|
4410
|
+
* </p>
|
|
4411
|
+
* @public
|
|
4412
|
+
*/
|
|
4413
|
+
EncryptionConfiguration?: MetadataTableEncryptionConfiguration | undefined;
|
|
4414
|
+
}
|
|
4415
|
+
/**
|
|
4416
|
+
* @public
|
|
4417
|
+
*/
|
|
4418
|
+
export interface UpdateBucketMetadataInventoryTableConfigurationRequest {
|
|
4419
|
+
/**
|
|
4420
|
+
* <p>
|
|
4421
|
+
* The general purpose bucket that corresponds to the metadata configuration that you want to
|
|
4422
|
+
* enable or disable an inventory table for.
|
|
4423
|
+
* </p>
|
|
4424
|
+
* <p>Note: To supply the Multi-region Access Point (MRAP) to Bucket, you need to install the "@aws-sdk/signature-v4-crt" package to your project dependencies.
|
|
4425
|
+
* For more information, please go to https://github.com/aws/aws-sdk-js-v3#known-issues</p>
|
|
4426
|
+
* @public
|
|
4427
|
+
*/
|
|
4428
|
+
Bucket: string | undefined;
|
|
4429
|
+
/**
|
|
4430
|
+
* <p>
|
|
4431
|
+
* The <code>Content-MD5</code> header for the inventory table configuration.
|
|
4432
|
+
* </p>
|
|
4433
|
+
* @public
|
|
4434
|
+
*/
|
|
4435
|
+
ContentMD5?: string | undefined;
|
|
4436
|
+
/**
|
|
4437
|
+
* <p>
|
|
4438
|
+
* The checksum algorithm to use with your inventory table configuration.
|
|
4439
|
+
* </p>
|
|
4440
|
+
* @public
|
|
4441
|
+
*/
|
|
4442
|
+
ChecksumAlgorithm?: ChecksumAlgorithm | undefined;
|
|
4443
|
+
/**
|
|
4444
|
+
* <p>
|
|
4445
|
+
* The contents of your inventory table configuration.
|
|
4446
|
+
* </p>
|
|
4447
|
+
* @public
|
|
4448
|
+
*/
|
|
4449
|
+
InventoryTableConfiguration: InventoryTableConfigurationUpdates | undefined;
|
|
4450
|
+
/**
|
|
4451
|
+
* <p>
|
|
4452
|
+
* The expected owner of the general purpose bucket that corresponds to the metadata table
|
|
4453
|
+
* configuration that you want to enable or disable an inventory table for.
|
|
4454
|
+
* </p>
|
|
4455
|
+
* @public
|
|
4456
|
+
*/
|
|
4457
|
+
ExpectedBucketOwner?: string | undefined;
|
|
4458
|
+
}
|
|
4459
|
+
/**
|
|
4460
|
+
* <p>
|
|
4461
|
+
* The specified updates to the S3 Metadata journal table configuration.
|
|
4462
|
+
* </p>
|
|
4463
|
+
* @public
|
|
4464
|
+
*/
|
|
4465
|
+
export interface JournalTableConfigurationUpdates {
|
|
4466
|
+
/**
|
|
4467
|
+
* <p>
|
|
4468
|
+
* The journal table record expiration settings for the journal table.
|
|
4469
|
+
* </p>
|
|
4470
|
+
* @public
|
|
4471
|
+
*/
|
|
4472
|
+
RecordExpiration: RecordExpiration | undefined;
|
|
4473
|
+
}
|
|
4474
|
+
/**
|
|
4475
|
+
* @public
|
|
4476
|
+
*/
|
|
4477
|
+
export interface UpdateBucketMetadataJournalTableConfigurationRequest {
|
|
4478
|
+
/**
|
|
4479
|
+
* <p>
|
|
4480
|
+
* The general purpose bucket that corresponds to the metadata configuration that you want to
|
|
4481
|
+
* enable or disable journal table record expiration for.
|
|
4482
|
+
* </p>
|
|
4483
|
+
* <p>Note: To supply the Multi-region Access Point (MRAP) to Bucket, you need to install the "@aws-sdk/signature-v4-crt" package to your project dependencies.
|
|
4484
|
+
* For more information, please go to https://github.com/aws/aws-sdk-js-v3#known-issues</p>
|
|
4485
|
+
* @public
|
|
4486
|
+
*/
|
|
4487
|
+
Bucket: string | undefined;
|
|
4488
|
+
/**
|
|
4489
|
+
* <p>
|
|
4490
|
+
* The <code>Content-MD5</code> header for the journal table configuration.
|
|
4491
|
+
* </p>
|
|
4492
|
+
* @public
|
|
4493
|
+
*/
|
|
4494
|
+
ContentMD5?: string | undefined;
|
|
4495
|
+
/**
|
|
4496
|
+
* <p>
|
|
4497
|
+
* The checksum algorithm to use with your journal table configuration.
|
|
4498
|
+
* </p>
|
|
4499
|
+
* @public
|
|
4500
|
+
*/
|
|
4501
|
+
ChecksumAlgorithm?: ChecksumAlgorithm | undefined;
|
|
4502
|
+
/**
|
|
4503
|
+
* <p>
|
|
4504
|
+
* The contents of your journal table configuration.
|
|
4505
|
+
* </p>
|
|
4506
|
+
* @public
|
|
4507
|
+
*/
|
|
4508
|
+
JournalTableConfiguration: JournalTableConfigurationUpdates | undefined;
|
|
4509
|
+
/**
|
|
4510
|
+
* <p>
|
|
4511
|
+
* The expected owner of the general purpose bucket that corresponds to the metadata table
|
|
4512
|
+
* configuration that you want to enable or disable journal table record expiration for.
|
|
4513
|
+
* </p>
|
|
4514
|
+
* @public
|
|
4515
|
+
*/
|
|
4516
|
+
ExpectedBucketOwner?: string | undefined;
|
|
4517
|
+
}
|
|
2994
4518
|
/**
|
|
2995
4519
|
* @public
|
|
2996
4520
|
*/
|
|
2997
4521
|
export interface UploadPartOutput {
|
|
2998
4522
|
/**
|
|
2999
|
-
* <p>The server-side encryption algorithm used when you store this object in Amazon S3
|
|
3000
|
-
*
|
|
4523
|
+
* <p>The server-side encryption algorithm used when you store this object in Amazon S3 or Amazon FSx.</p>
|
|
4524
|
+
* <note>
|
|
4525
|
+
* <p>When accessing data stored in Amazon FSx file systems using S3 access points, the only valid server side
|
|
4526
|
+
* encryption option is <code>aws:fsx</code>.</p>
|
|
4527
|
+
* </note>
|
|
3001
4528
|
* @public
|
|
3002
4529
|
*/
|
|
3003
4530
|
ServerSideEncryption?: ServerSideEncryption | undefined;
|
|
@@ -3023,9 +4550,10 @@ export interface UploadPartOutput {
|
|
|
3023
4550
|
*/
|
|
3024
4551
|
ChecksumCRC32C?: string | undefined;
|
|
3025
4552
|
/**
|
|
3026
|
-
* <p>This header can be used as a data integrity check to verify that the data received is
|
|
3027
|
-
*
|
|
3028
|
-
*
|
|
4553
|
+
* <p>This header can be used as a data integrity check to verify that the data received is the same data
|
|
4554
|
+
* that was originally sent. This header specifies the Base64 encoded, 64-bit <code>CRC64NVME</code>
|
|
4555
|
+
* checksum of the part. For more information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/checking-object-integrity.html">Checking object integrity</a> in
|
|
4556
|
+
* the <i>Amazon S3 User Guide</i>.</p>
|
|
3029
4557
|
* @public
|
|
3030
4558
|
*/
|
|
3031
4559
|
ChecksumCRC64NVME?: string | undefined;
|
|
@@ -3046,8 +4574,8 @@ export interface UploadPartOutput {
|
|
|
3046
4574
|
*/
|
|
3047
4575
|
ChecksumSHA256?: string | undefined;
|
|
3048
4576
|
/**
|
|
3049
|
-
* <p>If server-side encryption with a customer-provided encryption key was requested, the
|
|
3050
|
-
*
|
|
4577
|
+
* <p>If server-side encryption with a customer-provided encryption key was requested, the response will
|
|
4578
|
+
* include this header to confirm the encryption algorithm that's used.</p>
|
|
3051
4579
|
* <note>
|
|
3052
4580
|
* <p>This functionality is not supported for directory buckets.</p>
|
|
3053
4581
|
* </note>
|
|
@@ -3055,9 +4583,9 @@ export interface UploadPartOutput {
|
|
|
3055
4583
|
*/
|
|
3056
4584
|
SSECustomerAlgorithm?: string | undefined;
|
|
3057
4585
|
/**
|
|
3058
|
-
* <p>If server-side encryption with a customer-provided encryption key was requested, the
|
|
3059
|
-
*
|
|
3060
|
-
*
|
|
4586
|
+
* <p>If server-side encryption with a customer-provided encryption key was requested, the response will
|
|
4587
|
+
* include this header to provide the round-trip message integrity verification of the customer-provided
|
|
4588
|
+
* encryption key.</p>
|
|
3061
4589
|
* <note>
|
|
3062
4590
|
* <p>This functionality is not supported for directory buckets.</p>
|
|
3063
4591
|
* </note>
|
|
@@ -3070,14 +4598,15 @@ export interface UploadPartOutput {
|
|
|
3070
4598
|
*/
|
|
3071
4599
|
SSEKMSKeyId?: string | undefined;
|
|
3072
4600
|
/**
|
|
3073
|
-
* <p>Indicates whether the multipart upload uses an S3 Bucket Key for server-side encryption
|
|
3074
|
-
*
|
|
4601
|
+
* <p>Indicates whether the multipart upload uses an S3 Bucket Key for server-side encryption with
|
|
4602
|
+
* Key Management Service (KMS) keys (SSE-KMS).</p>
|
|
3075
4603
|
* @public
|
|
3076
4604
|
*/
|
|
3077
4605
|
BucketKeyEnabled?: boolean | undefined;
|
|
3078
4606
|
/**
|
|
3079
|
-
* <p>If present, indicates that the requester was successfully charged for the
|
|
3080
|
-
*
|
|
4607
|
+
* <p>If present, indicates that the requester was successfully charged for the request. For more
|
|
4608
|
+
* information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/RequesterPaysBuckets.html">Using Requester Pays buckets for storage transfers and usage</a> in the <i>Amazon Simple
|
|
4609
|
+
* Storage Service user guide</i>.</p>
|
|
3081
4610
|
* <note>
|
|
3082
4611
|
* <p>This functionality is not supported for directory buckets.</p>
|
|
3083
4612
|
* </note>
|
|
@@ -3097,8 +4626,7 @@ export interface UploadPartRequest {
|
|
|
3097
4626
|
/**
|
|
3098
4627
|
* <p>The name of the bucket to which the multipart upload was initiated.</p>
|
|
3099
4628
|
* <p>
|
|
3100
|
-
* <b>Directory buckets</b> -
|
|
3101
|
-
* When you use this operation with a directory bucket, you must use virtual-hosted-style requests in the format <code>
|
|
4629
|
+
* <b>Directory buckets</b> - When you use this operation with a directory bucket, you must use virtual-hosted-style requests in the format <code>
|
|
3102
4630
|
* <i>Bucket-name</i>.s3express-<i>zone-id</i>.<i>region-code</i>.amazonaws.com</code>. Path-style requests are not supported. Directory bucket names must be unique in the chosen Zone (Availability Zone or Local Zone). Bucket names must follow the format <code>
|
|
3103
4631
|
* <i>bucket-base-name</i>--<i>zone-id</i>--x-s3</code> (for example, <code>
|
|
3104
4632
|
* <i>amzn-s3-demo-bucket</i>--<i>usw2-az1</i>--x-s3</code>). For information about bucket naming
|
|
@@ -3119,15 +4647,14 @@ export interface UploadPartRequest {
|
|
|
3119
4647
|
*/
|
|
3120
4648
|
Bucket: string | undefined;
|
|
3121
4649
|
/**
|
|
3122
|
-
* <p>Size of the body in bytes. This parameter is useful when the size of the body cannot be
|
|
3123
|
-
*
|
|
4650
|
+
* <p>Size of the body in bytes. This parameter is useful when the size of the body cannot be determined
|
|
4651
|
+
* automatically.</p>
|
|
3124
4652
|
* @public
|
|
3125
4653
|
*/
|
|
3126
4654
|
ContentLength?: number | undefined;
|
|
3127
4655
|
/**
|
|
3128
|
-
* <p>The Base64 encoded 128-bit MD5 digest of the part data. This parameter is auto-populated
|
|
3129
|
-
*
|
|
3130
|
-
* are specified.</p>
|
|
4656
|
+
* <p>The Base64 encoded 128-bit MD5 digest of the part data. This parameter is auto-populated when using
|
|
4657
|
+
* the command from the CLI. This parameter is required if object lock parameters are specified.</p>
|
|
3131
4658
|
* <note>
|
|
3132
4659
|
* <p>This functionality is not supported for directory buckets.</p>
|
|
3133
4660
|
* </note>
|
|
@@ -3140,10 +4667,10 @@ export interface UploadPartRequest {
|
|
|
3140
4667
|
* <code>x-amz-trailer</code> header sent. Otherwise, Amazon S3 fails the request with the HTTP status code <code>400 Bad Request</code>. For more
|
|
3141
4668
|
* information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/checking-object-integrity.html">Checking object integrity</a> in
|
|
3142
4669
|
* the <i>Amazon S3 User Guide</i>.</p>
|
|
3143
|
-
* <p>If you provide an individual checksum, Amazon S3 ignores any provided
|
|
3144
|
-
*
|
|
3145
|
-
* <p>This checksum algorithm must be the same for all parts and it match the checksum value
|
|
3146
|
-
*
|
|
4670
|
+
* <p>If you provide an individual checksum, Amazon S3 ignores any provided <code>ChecksumAlgorithm</code>
|
|
4671
|
+
* parameter.</p>
|
|
4672
|
+
* <p>This checksum algorithm must be the same for all parts and it match the checksum value supplied in
|
|
4673
|
+
* the <code>CreateMultipartUpload</code> request.</p>
|
|
3147
4674
|
* @public
|
|
3148
4675
|
*/
|
|
3149
4676
|
ChecksumAlgorithm?: ChecksumAlgorithm | undefined;
|
|
@@ -3164,9 +4691,10 @@ export interface UploadPartRequest {
|
|
|
3164
4691
|
*/
|
|
3165
4692
|
ChecksumCRC32C?: string | undefined;
|
|
3166
4693
|
/**
|
|
3167
|
-
* <p>This header can be used as a data integrity check to verify that the data received is
|
|
3168
|
-
*
|
|
3169
|
-
*
|
|
4694
|
+
* <p>This header can be used as a data integrity check to verify that the data received is the same data
|
|
4695
|
+
* that was originally sent. This header specifies the Base64 encoded, 64-bit <code>CRC64NVME</code>
|
|
4696
|
+
* checksum of the part. For more information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/checking-object-integrity.html">Checking object integrity</a> in
|
|
4697
|
+
* the <i>Amazon S3 User Guide</i>.</p>
|
|
3170
4698
|
* @public
|
|
3171
4699
|
*/
|
|
3172
4700
|
ChecksumCRC64NVME?: string | undefined;
|
|
@@ -3192,8 +4720,7 @@ export interface UploadPartRequest {
|
|
|
3192
4720
|
*/
|
|
3193
4721
|
Key: string | undefined;
|
|
3194
4722
|
/**
|
|
3195
|
-
* <p>Part number of part being uploaded. This is a positive integer between 1 and
|
|
3196
|
-
* 10,000.</p>
|
|
4723
|
+
* <p>Part number of part being uploaded. This is a positive integer between 1 and 10,000.</p>
|
|
3197
4724
|
* @public
|
|
3198
4725
|
*/
|
|
3199
4726
|
PartNumber: number | undefined;
|
|
@@ -3211,11 +4738,11 @@ export interface UploadPartRequest {
|
|
|
3211
4738
|
*/
|
|
3212
4739
|
SSECustomerAlgorithm?: string | undefined;
|
|
3213
4740
|
/**
|
|
3214
|
-
* <p>Specifies the customer-provided encryption key for Amazon S3 to use in encrypting data. This
|
|
3215
|
-
*
|
|
3216
|
-
*
|
|
3217
|
-
*
|
|
3218
|
-
*
|
|
4741
|
+
* <p>Specifies the customer-provided encryption key for Amazon S3 to use in encrypting data. This value is
|
|
4742
|
+
* used to store the object and then it is discarded; Amazon S3 does not store the encryption key. The key must
|
|
4743
|
+
* be appropriate for use with the algorithm specified in the
|
|
4744
|
+
* <code>x-amz-server-side-encryption-customer-algorithm header</code>. This must be the same encryption
|
|
4745
|
+
* key specified in the initiate multipart upload request.</p>
|
|
3219
4746
|
* <note>
|
|
3220
4747
|
* <p>This functionality is not supported for directory buckets.</p>
|
|
3221
4748
|
* </note>
|
|
@@ -3223,9 +4750,8 @@ export interface UploadPartRequest {
|
|
|
3223
4750
|
*/
|
|
3224
4751
|
SSECustomerKey?: string | undefined;
|
|
3225
4752
|
/**
|
|
3226
|
-
* <p>Specifies the 128-bit MD5 digest of the encryption key according to RFC 1321. Amazon S3 uses
|
|
3227
|
-
*
|
|
3228
|
-
* without error.</p>
|
|
4753
|
+
* <p>Specifies the 128-bit MD5 digest of the encryption key according to RFC 1321. Amazon S3 uses this header
|
|
4754
|
+
* for a message integrity check to ensure that the encryption key was transmitted without error.</p>
|
|
3229
4755
|
* <note>
|
|
3230
4756
|
* <p>This functionality is not supported for directory buckets.</p>
|
|
3231
4757
|
* </note>
|
|
@@ -3233,12 +4759,11 @@ export interface UploadPartRequest {
|
|
|
3233
4759
|
*/
|
|
3234
4760
|
SSECustomerKeyMD5?: string | undefined;
|
|
3235
4761
|
/**
|
|
3236
|
-
* <p>Confirms that the requester knows that they will be charged for the request. Bucket
|
|
3237
|
-
*
|
|
3238
|
-
*
|
|
3239
|
-
*
|
|
3240
|
-
*
|
|
3241
|
-
* Requester Pays Buckets</a> in the <i>Amazon S3 User Guide</i>.</p>
|
|
4762
|
+
* <p>Confirms that the requester knows that they will be charged for the request. Bucket owners need not
|
|
4763
|
+
* specify this parameter in their requests. If either the source or destination S3 bucket has Requester
|
|
4764
|
+
* Pays enabled, the requester will pay for corresponding charges to copy the object. For information about
|
|
4765
|
+
* downloading objects from Requester Pays buckets, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/ObjectsinRequesterPaysBuckets.html">Downloading Objects in Requester Pays
|
|
4766
|
+
* Buckets</a> in the <i>Amazon S3 User Guide</i>.</p>
|
|
3242
4767
|
* <note>
|
|
3243
4768
|
* <p>This functionality is not supported for directory buckets.</p>
|
|
3244
4769
|
* </note>
|
|
@@ -3267,40 +4792,42 @@ export interface CopyPartResult {
|
|
|
3267
4792
|
*/
|
|
3268
4793
|
LastModified?: Date | undefined;
|
|
3269
4794
|
/**
|
|
3270
|
-
* <p>This header can be used as a data integrity check to verify that the data received is the same data
|
|
3271
|
-
*
|
|
3272
|
-
*
|
|
3273
|
-
*
|
|
4795
|
+
* <p>This header can be used as a data integrity check to verify that the data received is the same data
|
|
4796
|
+
* that was originally sent. This header specifies the Base64 encoded, 32-bit <code>CRC32</code> checksum
|
|
4797
|
+
* of the part. For more information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/checking-object-integrity.html">Checking object integrity</a> in
|
|
4798
|
+
* the <i>Amazon S3 User Guide</i>.</p>
|
|
3274
4799
|
* @public
|
|
3275
4800
|
*/
|
|
3276
4801
|
ChecksumCRC32?: string | undefined;
|
|
3277
4802
|
/**
|
|
3278
|
-
* <p>This header can be used as a data integrity check to verify that the data received is the same data
|
|
3279
|
-
*
|
|
3280
|
-
*
|
|
3281
|
-
*
|
|
4803
|
+
* <p>This header can be used as a data integrity check to verify that the data received is the same data
|
|
4804
|
+
* that was originally sent. This header specifies the Base64 encoded, 32-bit <code>CRC32C</code> checksum
|
|
4805
|
+
* of the part. For more information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/checking-object-integrity.html">Checking object integrity</a> in
|
|
4806
|
+
* the <i>Amazon S3 User Guide</i>.</p>
|
|
3282
4807
|
* @public
|
|
3283
4808
|
*/
|
|
3284
4809
|
ChecksumCRC32C?: string | undefined;
|
|
3285
4810
|
/**
|
|
3286
|
-
* <p>The Base64 encoded, 64-bit <code>CRC64NVME</code> checksum of the part. This checksum is present
|
|
3287
|
-
*
|
|
4811
|
+
* <p>The Base64 encoded, 64-bit <code>CRC64NVME</code> checksum of the part. This checksum is present if
|
|
4812
|
+
* the multipart upload request was created with the <code>CRC64NVME</code> checksum algorithm to the
|
|
4813
|
+
* uploaded object). For more information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/checking-object-integrity.html">Checking object integrity</a> in
|
|
4814
|
+
* the <i>Amazon S3 User Guide</i>.</p>
|
|
3288
4815
|
* @public
|
|
3289
4816
|
*/
|
|
3290
4817
|
ChecksumCRC64NVME?: string | undefined;
|
|
3291
4818
|
/**
|
|
3292
|
-
* <p>This header can be used as a data integrity check to verify that the data received is the same data
|
|
3293
|
-
*
|
|
3294
|
-
*
|
|
3295
|
-
*
|
|
4819
|
+
* <p>This header can be used as a data integrity check to verify that the data received is the same data
|
|
4820
|
+
* that was originally sent. This header specifies the Base64 encoded, 160-bit <code>SHA1</code> checksum
|
|
4821
|
+
* of the part. For more information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/checking-object-integrity.html">Checking object integrity</a> in
|
|
4822
|
+
* the <i>Amazon S3 User Guide</i>.</p>
|
|
3296
4823
|
* @public
|
|
3297
4824
|
*/
|
|
3298
4825
|
ChecksumSHA1?: string | undefined;
|
|
3299
4826
|
/**
|
|
3300
|
-
* <p>This header can be used as a data integrity check to verify that the data received is the same data
|
|
3301
|
-
*
|
|
3302
|
-
*
|
|
3303
|
-
*
|
|
4827
|
+
* <p>This header can be used as a data integrity check to verify that the data received is the same data
|
|
4828
|
+
* that was originally sent. This header specifies the Base64 encoded, 256-bit <code>SHA256</code> checksum
|
|
4829
|
+
* of the part. For more information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/checking-object-integrity.html">Checking object integrity</a> in
|
|
4830
|
+
* the <i>Amazon S3 User Guide</i>.</p>
|
|
3304
4831
|
* @public
|
|
3305
4832
|
*/
|
|
3306
4833
|
ChecksumSHA256?: string | undefined;
|
|
@@ -3310,8 +4837,8 @@ export interface CopyPartResult {
|
|
|
3310
4837
|
*/
|
|
3311
4838
|
export interface UploadPartCopyOutput {
|
|
3312
4839
|
/**
|
|
3313
|
-
* <p>The version of the source object that was copied, if you have enabled versioning on the
|
|
3314
|
-
*
|
|
4840
|
+
* <p>The version of the source object that was copied, if you have enabled versioning on the source
|
|
4841
|
+
* bucket.</p>
|
|
3315
4842
|
* <note>
|
|
3316
4843
|
* <p>This functionality is not supported when the source object is in a directory bucket.</p>
|
|
3317
4844
|
* </note>
|
|
@@ -3324,14 +4851,17 @@ export interface UploadPartCopyOutput {
|
|
|
3324
4851
|
*/
|
|
3325
4852
|
CopyPartResult?: CopyPartResult | undefined;
|
|
3326
4853
|
/**
|
|
3327
|
-
* <p>The server-side encryption algorithm used when you store this object in Amazon S3
|
|
3328
|
-
*
|
|
4854
|
+
* <p>The server-side encryption algorithm used when you store this object in Amazon S3 or Amazon FSx.</p>
|
|
4855
|
+
* <note>
|
|
4856
|
+
* <p>When accessing data stored in Amazon FSx file systems using S3 access points, the only valid server side
|
|
4857
|
+
* encryption option is <code>aws:fsx</code>.</p>
|
|
4858
|
+
* </note>
|
|
3329
4859
|
* @public
|
|
3330
4860
|
*/
|
|
3331
4861
|
ServerSideEncryption?: ServerSideEncryption | undefined;
|
|
3332
4862
|
/**
|
|
3333
|
-
* <p>If server-side encryption with a customer-provided encryption key was requested, the
|
|
3334
|
-
*
|
|
4863
|
+
* <p>If server-side encryption with a customer-provided encryption key was requested, the response will
|
|
4864
|
+
* include this header to confirm the encryption algorithm that's used.</p>
|
|
3335
4865
|
* <note>
|
|
3336
4866
|
* <p>This functionality is not supported for directory buckets.</p>
|
|
3337
4867
|
* </note>
|
|
@@ -3339,9 +4869,9 @@ export interface UploadPartCopyOutput {
|
|
|
3339
4869
|
*/
|
|
3340
4870
|
SSECustomerAlgorithm?: string | undefined;
|
|
3341
4871
|
/**
|
|
3342
|
-
* <p>If server-side encryption with a customer-provided encryption key was requested, the
|
|
3343
|
-
*
|
|
3344
|
-
*
|
|
4872
|
+
* <p>If server-side encryption with a customer-provided encryption key was requested, the response will
|
|
4873
|
+
* include this header to provide the round-trip message integrity verification of the customer-provided
|
|
4874
|
+
* encryption key.</p>
|
|
3345
4875
|
* <note>
|
|
3346
4876
|
* <p>This functionality is not supported for directory buckets.</p>
|
|
3347
4877
|
* </note>
|
|
@@ -3354,14 +4884,15 @@ export interface UploadPartCopyOutput {
|
|
|
3354
4884
|
*/
|
|
3355
4885
|
SSEKMSKeyId?: string | undefined;
|
|
3356
4886
|
/**
|
|
3357
|
-
* <p>Indicates whether the multipart upload uses an S3 Bucket Key for server-side encryption
|
|
3358
|
-
*
|
|
4887
|
+
* <p>Indicates whether the multipart upload uses an S3 Bucket Key for server-side encryption with
|
|
4888
|
+
* Key Management Service (KMS) keys (SSE-KMS).</p>
|
|
3359
4889
|
* @public
|
|
3360
4890
|
*/
|
|
3361
4891
|
BucketKeyEnabled?: boolean | undefined;
|
|
3362
4892
|
/**
|
|
3363
|
-
* <p>If present, indicates that the requester was successfully charged for the
|
|
3364
|
-
*
|
|
4893
|
+
* <p>If present, indicates that the requester was successfully charged for the request. For more
|
|
4894
|
+
* information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/RequesterPaysBuckets.html">Using Requester Pays buckets for storage transfers and usage</a> in the <i>Amazon Simple
|
|
4895
|
+
* Storage Service user guide</i>.</p>
|
|
3365
4896
|
* <note>
|
|
3366
4897
|
* <p>This functionality is not supported for directory buckets.</p>
|
|
3367
4898
|
* </note>
|
|
@@ -3383,8 +4914,10 @@ export interface UploadPartCopyRequest {
|
|
|
3383
4914
|
* restrictions, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/directory-bucket-naming-rules.html">Directory bucket naming
|
|
3384
4915
|
* rules</a> in the <i>Amazon S3 User Guide</i>.</p>
|
|
3385
4916
|
* <note>
|
|
3386
|
-
* <p>Copying objects across different Amazon Web Services Regions isn't supported when the source or destination
|
|
3387
|
-
*
|
|
4917
|
+
* <p>Copying objects across different Amazon Web Services Regions isn't supported when the source or destination
|
|
4918
|
+
* bucket is in Amazon Web Services Local Zones. The source and destination buckets must have the same parent Amazon Web Services Region.
|
|
4919
|
+
* Otherwise, you get an HTTP <code>400 Bad Request</code> error with the error code
|
|
4920
|
+
* <code>InvalidRequest</code>.</p>
|
|
3388
4921
|
* </note>
|
|
3389
4922
|
* <p>
|
|
3390
4923
|
* <b>Access points</b> - When you use this action with an access point for general purpose buckets, you must provide the alias of the access point in place of the bucket name or specify the access point ARN. When you use this action with an access point for directory buckets, you must provide the access point name in place of the bucket name. When using the access point ARN, you must direct requests to the access point hostname. The access point hostname takes the form <i>AccessPointName</i>-<i>AccountId</i>.s3-accesspoint.<i>Region</i>.amazonaws.com. When using this action with an access point through the Amazon Web Services SDKs, you provide the access point ARN in place of the bucket name. For more information about access point ARNs, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/using-access-points.html">Using access points</a> in the <i>Amazon S3 User Guide</i>.</p>
|
|
@@ -3401,15 +4934,14 @@ export interface UploadPartCopyRequest {
|
|
|
3401
4934
|
*/
|
|
3402
4935
|
Bucket: string | undefined;
|
|
3403
4936
|
/**
|
|
3404
|
-
* <p>Specifies the source object for the copy operation. You specify the value in one of two
|
|
3405
|
-
*
|
|
4937
|
+
* <p>Specifies the source object for the copy operation. You specify the value in one of two formats,
|
|
4938
|
+
* depending on whether you want to access the source object through an <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/access-points.html">access point</a>:</p>
|
|
3406
4939
|
* <ul>
|
|
3407
4940
|
* <li>
|
|
3408
|
-
* <p>For objects not accessed through an access point, specify the name of the source bucket
|
|
3409
|
-
*
|
|
3410
|
-
*
|
|
3411
|
-
*
|
|
3412
|
-
* The value must be URL-encoded.</p>
|
|
4941
|
+
* <p>For objects not accessed through an access point, specify the name of the source bucket and key of the
|
|
4942
|
+
* source object, separated by a slash (/). For example, to copy the object
|
|
4943
|
+
* <code>reports/january.pdf</code> from the bucket <code>awsexamplebucket</code>, use
|
|
4944
|
+
* <code>awsexamplebucket/reports/january.pdf</code>. The value must be URL-encoded.</p>
|
|
3413
4945
|
* </li>
|
|
3414
4946
|
* <li>
|
|
3415
4947
|
* <p>For objects accessed through access points, specify the Amazon Resource Name (ARN) of the object as accessed through the access point, in the format <code>arn:aws:s3:<Region>:<account-id>:accesspoint/<access-point-name>/object/<key></code>. For example, to copy the object <code>reports/january.pdf</code> through access point <code>my-access-point</code> owned by account <code>123456789012</code> in Region <code>us-west-2</code>, use the URL encoding of <code>arn:aws:s3:us-west-2:123456789012:accesspoint/my-access-point/object/reports/january.pdf</code>. The value must be URL encoded.</p>
|
|
@@ -3426,22 +4958,19 @@ export interface UploadPartCopyRequest {
|
|
|
3426
4958
|
* <p>Alternatively, for objects accessed through Amazon S3 on Outposts, specify the ARN of the object as accessed in the format <code>arn:aws:s3-outposts:<Region>:<account-id>:outpost/<outpost-id>/object/<key></code>. For example, to copy the object <code>reports/january.pdf</code> through outpost <code>my-outpost</code> owned by account <code>123456789012</code> in Region <code>us-west-2</code>, use the URL encoding of <code>arn:aws:s3-outposts:us-west-2:123456789012:outpost/my-outpost/object/reports/january.pdf</code>. The value must be URL-encoded. </p>
|
|
3427
4959
|
* </li>
|
|
3428
4960
|
* </ul>
|
|
3429
|
-
* <p>If your bucket has versioning enabled, you could have multiple versions of the same
|
|
3430
|
-
*
|
|
3431
|
-
*
|
|
3432
|
-
*
|
|
3433
|
-
*
|
|
3434
|
-
* /awsexamplebucket/reports/january.pdf?versionId=QUpfdndhfd8438MNFDN93jdnJFkdmqnh893</code>). </p>
|
|
4961
|
+
* <p>If your bucket has versioning enabled, you could have multiple versions of the same object. By
|
|
4962
|
+
* default, <code>x-amz-copy-source</code> identifies the current version of the source object to copy. To
|
|
4963
|
+
* copy a specific version of the source object to copy, append <code>?versionId=<version-id></code> to
|
|
4964
|
+
* the <code>x-amz-copy-source</code> request header (for example, <code>x-amz-copy-source:
|
|
4965
|
+
* /awsexamplebucket/reports/january.pdf?versionId=QUpfdndhfd8438MNFDN93jdnJFkdmqnh893</code>). </p>
|
|
3435
4966
|
* <p>If the current version is a delete marker and you don't specify a versionId in the
|
|
3436
|
-
*
|
|
3437
|
-
*
|
|
3438
|
-
*
|
|
3439
|
-
*
|
|
3440
|
-
* marker as a version for the <code>x-amz-copy-source</code>. </p>
|
|
4967
|
+
* <code>x-amz-copy-source</code> request header, Amazon S3 returns a <code>404 Not Found</code> error,
|
|
4968
|
+
* because the object does not exist. If you specify versionId in the <code>x-amz-copy-source</code> and
|
|
4969
|
+
* the versionId is a delete marker, Amazon S3 returns an HTTP <code>400 Bad Request</code> error, because you
|
|
4970
|
+
* are not allowed to specify a delete marker as a version for the <code>x-amz-copy-source</code>. </p>
|
|
3441
4971
|
* <note>
|
|
3442
4972
|
* <p>
|
|
3443
|
-
* <b>Directory buckets</b> -
|
|
3444
|
-
* S3 Versioning isn't enabled and supported for directory buckets.</p>
|
|
4973
|
+
* <b>Directory buckets</b> - S3 Versioning isn't enabled and supported for directory buckets.</p>
|
|
3445
4974
|
* </note>
|
|
3446
4975
|
* @public
|
|
3447
4976
|
*/
|
|
@@ -3449,72 +4978,62 @@ export interface UploadPartCopyRequest {
|
|
|
3449
4978
|
/**
|
|
3450
4979
|
* <p>Copies the object if its entity tag (ETag) matches the specified tag.</p>
|
|
3451
4980
|
* <p>If both of the <code>x-amz-copy-source-if-match</code> and
|
|
3452
|
-
*
|
|
3453
|
-
*
|
|
4981
|
+
* <code>x-amz-copy-source-if-unmodified-since</code> headers are present in the request as
|
|
4982
|
+
* follows:</p>
|
|
3454
4983
|
* <p>
|
|
3455
|
-
* <code>x-amz-copy-source-if-match</code> condition evaluates to <code>true</code>,
|
|
3456
|
-
* and;</p>
|
|
4984
|
+
* <code>x-amz-copy-source-if-match</code> condition evaluates to <code>true</code>, and;</p>
|
|
3457
4985
|
* <p>
|
|
3458
|
-
* <code>x-amz-copy-source-if-unmodified-since</code> condition evaluates to
|
|
3459
|
-
* <code>false</code>;</p>
|
|
4986
|
+
* <code>x-amz-copy-source-if-unmodified-since</code> condition evaluates to <code>false</code>;</p>
|
|
3460
4987
|
* <p>Amazon S3 returns <code>200 OK</code> and copies the data.
|
|
3461
|
-
*
|
|
4988
|
+
* </p>
|
|
3462
4989
|
* @public
|
|
3463
4990
|
*/
|
|
3464
4991
|
CopySourceIfMatch?: string | undefined;
|
|
3465
4992
|
/**
|
|
3466
4993
|
* <p>Copies the object if it has been modified since the specified time.</p>
|
|
3467
4994
|
* <p>If both of the <code>x-amz-copy-source-if-none-match</code> and
|
|
3468
|
-
*
|
|
3469
|
-
* follows:</p>
|
|
4995
|
+
* <code>x-amz-copy-source-if-modified-since</code> headers are present in the request as follows:</p>
|
|
3470
4996
|
* <p>
|
|
3471
|
-
* <code>x-amz-copy-source-if-none-match</code> condition evaluates to <code>false</code>,
|
|
3472
|
-
* and;</p>
|
|
4997
|
+
* <code>x-amz-copy-source-if-none-match</code> condition evaluates to <code>false</code>, and;</p>
|
|
3473
4998
|
* <p>
|
|
3474
|
-
* <code>x-amz-copy-source-if-modified-since</code> condition evaluates to
|
|
3475
|
-
* <code>true</code>;</p>
|
|
4999
|
+
* <code>x-amz-copy-source-if-modified-since</code> condition evaluates to <code>true</code>;</p>
|
|
3476
5000
|
* <p>Amazon S3 returns <code>412 Precondition Failed</code> response code.
|
|
3477
|
-
*
|
|
5001
|
+
* </p>
|
|
3478
5002
|
* @public
|
|
3479
5003
|
*/
|
|
3480
5004
|
CopySourceIfModifiedSince?: Date | undefined;
|
|
3481
5005
|
/**
|
|
3482
5006
|
* <p>Copies the object if its entity tag (ETag) is different than the specified ETag.</p>
|
|
3483
5007
|
* <p>If both of the <code>x-amz-copy-source-if-none-match</code> and
|
|
3484
|
-
*
|
|
3485
|
-
* follows:</p>
|
|
5008
|
+
* <code>x-amz-copy-source-if-modified-since</code> headers are present in the request as follows:</p>
|
|
3486
5009
|
* <p>
|
|
3487
|
-
* <code>x-amz-copy-source-if-none-match</code> condition evaluates to <code>false</code>,
|
|
3488
|
-
* and;</p>
|
|
5010
|
+
* <code>x-amz-copy-source-if-none-match</code> condition evaluates to <code>false</code>, and;</p>
|
|
3489
5011
|
* <p>
|
|
3490
|
-
* <code>x-amz-copy-source-if-modified-since</code> condition evaluates to
|
|
3491
|
-
* <code>true</code>;</p>
|
|
5012
|
+
* <code>x-amz-copy-source-if-modified-since</code> condition evaluates to <code>true</code>;</p>
|
|
3492
5013
|
* <p>Amazon S3 returns <code>412 Precondition Failed</code> response code.
|
|
3493
|
-
*
|
|
5014
|
+
* </p>
|
|
3494
5015
|
* @public
|
|
3495
5016
|
*/
|
|
3496
5017
|
CopySourceIfNoneMatch?: string | undefined;
|
|
3497
5018
|
/**
|
|
3498
5019
|
* <p>Copies the object if it hasn't been modified since the specified time.</p>
|
|
3499
5020
|
* <p>If both of the <code>x-amz-copy-source-if-match</code> and
|
|
3500
|
-
*
|
|
3501
|
-
*
|
|
5021
|
+
* <code>x-amz-copy-source-if-unmodified-since</code> headers are present in the request as
|
|
5022
|
+
* follows:</p>
|
|
3502
5023
|
* <p>
|
|
3503
|
-
* <code>x-amz-copy-source-if-match</code> condition evaluates to <code>true</code>,
|
|
3504
|
-
* and;</p>
|
|
5024
|
+
* <code>x-amz-copy-source-if-match</code> condition evaluates to <code>true</code>, and;</p>
|
|
3505
5025
|
* <p>
|
|
3506
|
-
* <code>x-amz-copy-source-if-unmodified-since</code> condition evaluates to
|
|
3507
|
-
* <code>false</code>;</p>
|
|
5026
|
+
* <code>x-amz-copy-source-if-unmodified-since</code> condition evaluates to <code>false</code>;</p>
|
|
3508
5027
|
* <p>Amazon S3 returns <code>200 OK</code> and copies the data.
|
|
3509
|
-
*
|
|
5028
|
+
* </p>
|
|
3510
5029
|
* @public
|
|
3511
5030
|
*/
|
|
3512
5031
|
CopySourceIfUnmodifiedSince?: Date | undefined;
|
|
3513
5032
|
/**
|
|
3514
5033
|
* <p>The range of bytes to copy from the source object. The range value must use the form
|
|
3515
|
-
*
|
|
3516
|
-
*
|
|
3517
|
-
*
|
|
5034
|
+
* bytes=first-last, where the first and last are the zero-based byte offsets to copy. For example,
|
|
5035
|
+
* bytes=0-9 indicates that you want to copy the first 10 bytes of the source. You can copy a range only if
|
|
5036
|
+
* the source object is greater than 5 MB.</p>
|
|
3518
5037
|
* @public
|
|
3519
5038
|
*/
|
|
3520
5039
|
CopySourceRange?: string | undefined;
|
|
@@ -3524,8 +5043,7 @@ export interface UploadPartCopyRequest {
|
|
|
3524
5043
|
*/
|
|
3525
5044
|
Key: string | undefined;
|
|
3526
5045
|
/**
|
|
3527
|
-
* <p>Part number of part being copied. This is a positive integer between 1 and
|
|
3528
|
-
* 10,000.</p>
|
|
5046
|
+
* <p>Part number of part being copied. This is a positive integer between 1 and 10,000.</p>
|
|
3529
5047
|
* @public
|
|
3530
5048
|
*/
|
|
3531
5049
|
PartNumber: number | undefined;
|
|
@@ -3543,11 +5061,11 @@ export interface UploadPartCopyRequest {
|
|
|
3543
5061
|
*/
|
|
3544
5062
|
SSECustomerAlgorithm?: string | undefined;
|
|
3545
5063
|
/**
|
|
3546
|
-
* <p>Specifies the customer-provided encryption key for Amazon S3 to use in encrypting data. This
|
|
3547
|
-
*
|
|
3548
|
-
*
|
|
3549
|
-
*
|
|
3550
|
-
*
|
|
5064
|
+
* <p>Specifies the customer-provided encryption key for Amazon S3 to use in encrypting data. This value is
|
|
5065
|
+
* used to store the object and then it is discarded; Amazon S3 does not store the encryption key. The key must
|
|
5066
|
+
* be appropriate for use with the algorithm specified in the
|
|
5067
|
+
* <code>x-amz-server-side-encryption-customer-algorithm</code> header. This must be the same encryption
|
|
5068
|
+
* key specified in the initiate multipart upload request.</p>
|
|
3551
5069
|
* <note>
|
|
3552
5070
|
* <p>This functionality is not supported when the destination bucket is a directory bucket.</p>
|
|
3553
5071
|
* </note>
|
|
@@ -3555,9 +5073,8 @@ export interface UploadPartCopyRequest {
|
|
|
3555
5073
|
*/
|
|
3556
5074
|
SSECustomerKey?: string | undefined;
|
|
3557
5075
|
/**
|
|
3558
|
-
* <p>Specifies the 128-bit MD5 digest of the encryption key according to RFC 1321. Amazon S3 uses
|
|
3559
|
-
*
|
|
3560
|
-
* without error.</p>
|
|
5076
|
+
* <p>Specifies the 128-bit MD5 digest of the encryption key according to RFC 1321. Amazon S3 uses this header
|
|
5077
|
+
* for a message integrity check to ensure that the encryption key was transmitted without error.</p>
|
|
3561
5078
|
* <note>
|
|
3562
5079
|
* <p>This functionality is not supported when the destination bucket is a directory bucket.</p>
|
|
3563
5080
|
* </note>
|
|
@@ -3566,7 +5083,7 @@ export interface UploadPartCopyRequest {
|
|
|
3566
5083
|
SSECustomerKeyMD5?: string | undefined;
|
|
3567
5084
|
/**
|
|
3568
5085
|
* <p>Specifies the algorithm to use when decrypting the source object (for example,
|
|
3569
|
-
*
|
|
5086
|
+
* <code>AES256</code>).</p>
|
|
3570
5087
|
* <note>
|
|
3571
5088
|
* <p>This functionality is not supported when the source object is in a directory bucket.</p>
|
|
3572
5089
|
* </note>
|
|
@@ -3574,9 +5091,9 @@ export interface UploadPartCopyRequest {
|
|
|
3574
5091
|
*/
|
|
3575
5092
|
CopySourceSSECustomerAlgorithm?: string | undefined;
|
|
3576
5093
|
/**
|
|
3577
|
-
* <p>Specifies the customer-provided encryption key for Amazon S3 to use to decrypt the source
|
|
3578
|
-
*
|
|
3579
|
-
*
|
|
5094
|
+
* <p>Specifies the customer-provided encryption key for Amazon S3 to use to decrypt the source object. The
|
|
5095
|
+
* encryption key provided in this header must be one that was used when the source object was
|
|
5096
|
+
* created.</p>
|
|
3580
5097
|
* <note>
|
|
3581
5098
|
* <p>This functionality is not supported when the source object is in a directory bucket.</p>
|
|
3582
5099
|
* </note>
|
|
@@ -3584,9 +5101,8 @@ export interface UploadPartCopyRequest {
|
|
|
3584
5101
|
*/
|
|
3585
5102
|
CopySourceSSECustomerKey?: string | undefined;
|
|
3586
5103
|
/**
|
|
3587
|
-
* <p>Specifies the 128-bit MD5 digest of the encryption key according to RFC 1321. Amazon S3 uses
|
|
3588
|
-
*
|
|
3589
|
-
* without error.</p>
|
|
5104
|
+
* <p>Specifies the 128-bit MD5 digest of the encryption key according to RFC 1321. Amazon S3 uses this header
|
|
5105
|
+
* for a message integrity check to ensure that the encryption key was transmitted without error.</p>
|
|
3590
5106
|
* <note>
|
|
3591
5107
|
* <p>This functionality is not supported when the source object is in a directory bucket.</p>
|
|
3592
5108
|
* </note>
|
|
@@ -3594,12 +5110,11 @@ export interface UploadPartCopyRequest {
|
|
|
3594
5110
|
*/
|
|
3595
5111
|
CopySourceSSECustomerKeyMD5?: string | undefined;
|
|
3596
5112
|
/**
|
|
3597
|
-
* <p>Confirms that the requester knows that they will be charged for the request. Bucket
|
|
3598
|
-
*
|
|
3599
|
-
*
|
|
3600
|
-
*
|
|
3601
|
-
*
|
|
3602
|
-
* Requester Pays Buckets</a> in the <i>Amazon S3 User Guide</i>.</p>
|
|
5113
|
+
* <p>Confirms that the requester knows that they will be charged for the request. Bucket owners need not
|
|
5114
|
+
* specify this parameter in their requests. If either the source or destination S3 bucket has Requester
|
|
5115
|
+
* Pays enabled, the requester will pay for corresponding charges to copy the object. For information about
|
|
5116
|
+
* downloading objects from Requester Pays buckets, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/ObjectsinRequesterPaysBuckets.html">Downloading Objects in Requester Pays
|
|
5117
|
+
* Buckets</a> in the <i>Amazon S3 User Guide</i>.</p>
|
|
3603
5118
|
* <note>
|
|
3604
5119
|
* <p>This functionality is not supported for directory buckets.</p>
|
|
3605
5120
|
* </note>
|
|
@@ -3627,8 +5142,8 @@ export interface WriteGetObjectResponseRequest {
|
|
|
3627
5142
|
*/
|
|
3628
5143
|
RequestRoute: string | undefined;
|
|
3629
5144
|
/**
|
|
3630
|
-
* <p>A single use encrypted token that maps <code>WriteGetObjectResponse</code> to the end
|
|
3631
|
-
*
|
|
5145
|
+
* <p>A single use encrypted token that maps <code>WriteGetObjectResponse</code> to the end user
|
|
5146
|
+
* <code>GetObject</code> request.</p>
|
|
3632
5147
|
* @public
|
|
3633
5148
|
*/
|
|
3634
5149
|
RequestToken: string | undefined;
|
|
@@ -3638,8 +5153,8 @@ export interface WriteGetObjectResponseRequest {
|
|
|
3638
5153
|
*/
|
|
3639
5154
|
Body?: StreamingBlobTypes | undefined;
|
|
3640
5155
|
/**
|
|
3641
|
-
* <p>The integer status code for an HTTP response of a corresponding <code>GetObject</code>
|
|
3642
|
-
*
|
|
5156
|
+
* <p>The integer status code for an HTTP response of a corresponding <code>GetObject</code> request. The
|
|
5157
|
+
* following is a list of status codes.</p>
|
|
3643
5158
|
* <ul>
|
|
3644
5159
|
* <li>
|
|
3645
5160
|
* <p>
|
|
@@ -3716,19 +5231,18 @@ export interface WriteGetObjectResponseRequest {
|
|
|
3716
5231
|
*/
|
|
3717
5232
|
StatusCode?: number | undefined;
|
|
3718
5233
|
/**
|
|
3719
|
-
* <p>A string that uniquely identifies an error condition. Returned in the <Code> tag
|
|
3720
|
-
*
|
|
3721
|
-
*
|
|
3722
|
-
*
|
|
3723
|
-
*
|
|
5234
|
+
* <p>A string that uniquely identifies an error condition. Returned in the <Code> tag of the error
|
|
5235
|
+
* XML response for a corresponding <code>GetObject</code> call. Cannot be used with a successful
|
|
5236
|
+
* <code>StatusCode</code> header or when the transformed object is provided in the body. All error codes
|
|
5237
|
+
* from S3 are sentence-cased. The regular expression (regex) value is
|
|
5238
|
+
* <code>"^[A-Z][a-zA-Z]+$"</code>.</p>
|
|
3724
5239
|
* @public
|
|
3725
5240
|
*/
|
|
3726
5241
|
ErrorCode?: string | undefined;
|
|
3727
5242
|
/**
|
|
3728
|
-
* <p>Contains a generic description of the error condition. Returned in the <Message>
|
|
3729
|
-
*
|
|
3730
|
-
*
|
|
3731
|
-
* provided in body.</p>
|
|
5243
|
+
* <p>Contains a generic description of the error condition. Returned in the <Message> tag of the
|
|
5244
|
+
* error XML response for a corresponding <code>GetObject</code> call. Cannot be used with a successful
|
|
5245
|
+
* <code>StatusCode</code> header or when the transformed object is provided in body.</p>
|
|
3732
5246
|
* @public
|
|
3733
5247
|
*/
|
|
3734
5248
|
ErrorMessage?: string | undefined;
|
|
@@ -3748,9 +5262,8 @@ export interface WriteGetObjectResponseRequest {
|
|
|
3748
5262
|
*/
|
|
3749
5263
|
ContentDisposition?: string | undefined;
|
|
3750
5264
|
/**
|
|
3751
|
-
* <p>Specifies what content encodings have been applied to the object and thus what decoding
|
|
3752
|
-
*
|
|
3753
|
-
* field.</p>
|
|
5265
|
+
* <p>Specifies what content encodings have been applied to the object and thus what decoding mechanisms
|
|
5266
|
+
* must be applied to obtain the media-type referenced by the Content-Type header field.</p>
|
|
3754
5267
|
* @public
|
|
3755
5268
|
*/
|
|
3756
5269
|
ContentEncoding?: string | undefined;
|
|
@@ -3775,74 +5288,71 @@ export interface WriteGetObjectResponseRequest {
|
|
|
3775
5288
|
*/
|
|
3776
5289
|
ContentType?: string | undefined;
|
|
3777
5290
|
/**
|
|
3778
|
-
* <p>This header can be used as a data integrity check to verify that the data received is
|
|
3779
|
-
*
|
|
3780
|
-
*
|
|
3781
|
-
*
|
|
3782
|
-
*
|
|
3783
|
-
*
|
|
3784
|
-
*
|
|
3785
|
-
*
|
|
3786
|
-
* headers, this request will fail.</p>
|
|
5291
|
+
* <p>This header can be used as a data integrity check to verify that the data received is the same data
|
|
5292
|
+
* that was originally sent. This specifies the Base64 encoded, 32-bit <code>CRC32</code> checksum of the
|
|
5293
|
+
* object returned by the Object Lambda function. This may not match the checksum for the object stored in
|
|
5294
|
+
* Amazon S3. Amazon S3 will perform validation of the checksum values only when the original <code>GetObject</code>
|
|
5295
|
+
* request required checksum validation. For more information about checksums, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/checking-object-integrity.html">Checking object
|
|
5296
|
+
* integrity</a> in the <i>Amazon S3 User Guide</i>.</p>
|
|
5297
|
+
* <p>Only one checksum header can be specified at a time. If you supply multiple checksum headers, this
|
|
5298
|
+
* request will fail.</p>
|
|
3787
5299
|
* <p></p>
|
|
3788
5300
|
* @public
|
|
3789
5301
|
*/
|
|
3790
5302
|
ChecksumCRC32?: string | undefined;
|
|
3791
5303
|
/**
|
|
3792
|
-
* <p>This header can be used as a data integrity check to verify that the data received is
|
|
3793
|
-
*
|
|
3794
|
-
*
|
|
3795
|
-
*
|
|
3796
|
-
*
|
|
3797
|
-
*
|
|
3798
|
-
*
|
|
3799
|
-
*
|
|
3800
|
-
* headers, this request will fail.</p>
|
|
5304
|
+
* <p>This header can be used as a data integrity check to verify that the data received is the same data
|
|
5305
|
+
* that was originally sent. This specifies the Base64 encoded, 32-bit <code>CRC32C</code> checksum of the
|
|
5306
|
+
* object returned by the Object Lambda function. This may not match the checksum for the object stored in
|
|
5307
|
+
* Amazon S3. Amazon S3 will perform validation of the checksum values only when the original <code>GetObject</code>
|
|
5308
|
+
* request required checksum validation. For more information about checksums, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/checking-object-integrity.html">Checking object
|
|
5309
|
+
* integrity</a> in the <i>Amazon S3 User Guide</i>.</p>
|
|
5310
|
+
* <p>Only one checksum header can be specified at a time. If you supply multiple checksum headers, this
|
|
5311
|
+
* request will fail.</p>
|
|
3801
5312
|
* @public
|
|
3802
5313
|
*/
|
|
3803
5314
|
ChecksumCRC32C?: string | undefined;
|
|
3804
5315
|
/**
|
|
3805
|
-
* <p>This header can be used as a data integrity check to verify that the data received is
|
|
3806
|
-
*
|
|
3807
|
-
*
|
|
5316
|
+
* <p>This header can be used as a data integrity check to verify that the data received is the same data
|
|
5317
|
+
* that was originally sent. This header specifies the Base64 encoded, 64-bit <code>CRC64NVME</code>
|
|
5318
|
+
* checksum of the part. For more information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/checking-object-integrity.html">Checking object integrity</a> in
|
|
5319
|
+
* the <i>Amazon S3 User Guide</i>.</p>
|
|
3808
5320
|
* @public
|
|
3809
5321
|
*/
|
|
3810
5322
|
ChecksumCRC64NVME?: string | undefined;
|
|
3811
5323
|
/**
|
|
3812
|
-
* <p>This header can be used as a data integrity check to verify that the data received is
|
|
3813
|
-
*
|
|
3814
|
-
*
|
|
3815
|
-
*
|
|
3816
|
-
*
|
|
3817
|
-
*
|
|
3818
|
-
*
|
|
3819
|
-
*
|
|
3820
|
-
* headers, this request will fail.</p>
|
|
5324
|
+
* <p>This header can be used as a data integrity check to verify that the data received is the same data
|
|
5325
|
+
* that was originally sent. This specifies the Base64 encoded, 160-bit <code>SHA1</code> digest of the
|
|
5326
|
+
* object returned by the Object Lambda function. This may not match the checksum for the object stored in
|
|
5327
|
+
* Amazon S3. Amazon S3 will perform validation of the checksum values only when the original <code>GetObject</code>
|
|
5328
|
+
* request required checksum validation. For more information about checksums, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/checking-object-integrity.html">Checking object
|
|
5329
|
+
* integrity</a> in the <i>Amazon S3 User Guide</i>.</p>
|
|
5330
|
+
* <p>Only one checksum header can be specified at a time. If you supply multiple checksum headers, this
|
|
5331
|
+
* request will fail.</p>
|
|
3821
5332
|
* @public
|
|
3822
5333
|
*/
|
|
3823
5334
|
ChecksumSHA1?: string | undefined;
|
|
3824
5335
|
/**
|
|
3825
|
-
* <p>This header can be used as a data integrity check to verify that the data received is
|
|
3826
|
-
*
|
|
3827
|
-
*
|
|
3828
|
-
*
|
|
3829
|
-
*
|
|
3830
|
-
*
|
|
3831
|
-
*
|
|
3832
|
-
*
|
|
3833
|
-
* headers, this request will fail.</p>
|
|
5336
|
+
* <p>This header can be used as a data integrity check to verify that the data received is the same data
|
|
5337
|
+
* that was originally sent. This specifies the Base64 encoded, 256-bit <code>SHA256</code> digest of the
|
|
5338
|
+
* object returned by the Object Lambda function. This may not match the checksum for the object stored in
|
|
5339
|
+
* Amazon S3. Amazon S3 will perform validation of the checksum values only when the original <code>GetObject</code>
|
|
5340
|
+
* request required checksum validation. For more information about checksums, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/checking-object-integrity.html">Checking object
|
|
5341
|
+
* integrity</a> in the <i>Amazon S3 User Guide</i>.</p>
|
|
5342
|
+
* <p>Only one checksum header can be specified at a time. If you supply multiple checksum headers, this
|
|
5343
|
+
* request will fail.</p>
|
|
3834
5344
|
* @public
|
|
3835
5345
|
*/
|
|
3836
5346
|
ChecksumSHA256?: string | undefined;
|
|
3837
5347
|
/**
|
|
3838
|
-
* <p>Specifies whether an object stored in Amazon S3 is (<code>true</code>) or is not
|
|
3839
|
-
*
|
|
5348
|
+
* <p>Specifies whether an object stored in Amazon S3 is (<code>true</code>) or is not (<code>false</code>) a
|
|
5349
|
+
* delete marker. To learn more about delete markers, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/DeleteMarker.html">Working with delete markers</a>.</p>
|
|
3840
5350
|
* @public
|
|
3841
5351
|
*/
|
|
3842
5352
|
DeleteMarker?: boolean | undefined;
|
|
3843
5353
|
/**
|
|
3844
|
-
* <p>An opaque identifier assigned by a web server to a specific version of a resource found
|
|
3845
|
-
*
|
|
5354
|
+
* <p>An opaque identifier assigned by a web server to a specific version of a resource found at a URL.
|
|
5355
|
+
* </p>
|
|
3846
5356
|
* @public
|
|
3847
5357
|
*/
|
|
3848
5358
|
ETag?: string | undefined;
|
|
@@ -3852,10 +5362,9 @@ export interface WriteGetObjectResponseRequest {
|
|
|
3852
5362
|
*/
|
|
3853
5363
|
Expires?: Date | undefined;
|
|
3854
5364
|
/**
|
|
3855
|
-
* <p>If the object expiration is configured (see PUT Bucket lifecycle), the response includes
|
|
3856
|
-
*
|
|
3857
|
-
*
|
|
3858
|
-
* is URL-encoded. </p>
|
|
5365
|
+
* <p>If the object expiration is configured (see PUT Bucket lifecycle), the response includes this
|
|
5366
|
+
* header. It includes the <code>expiry-date</code> and <code>rule-id</code> key-value pairs that provide
|
|
5367
|
+
* the object expiration information. The value of the <code>rule-id</code> is URL-encoded. </p>
|
|
3859
5368
|
* @public
|
|
3860
5369
|
*/
|
|
3861
5370
|
Expiration?: string | undefined;
|
|
@@ -3865,10 +5374,9 @@ export interface WriteGetObjectResponseRequest {
|
|
|
3865
5374
|
*/
|
|
3866
5375
|
LastModified?: Date | undefined;
|
|
3867
5376
|
/**
|
|
3868
|
-
* <p>Set to the number of metadata entries not returned in <code>x-amz-meta</code> headers.
|
|
3869
|
-
*
|
|
3870
|
-
*
|
|
3871
|
-
* are not legal HTTP headers.</p>
|
|
5377
|
+
* <p>Set to the number of metadata entries not returned in <code>x-amz-meta</code> headers. This can
|
|
5378
|
+
* happen if you create metadata using an API like SOAP that supports more flexible metadata than the REST
|
|
5379
|
+
* API. For example, using SOAP, you can create metadata whose values are not legal HTTP headers.</p>
|
|
3872
5380
|
* @public
|
|
3873
5381
|
*/
|
|
3874
5382
|
MissingMeta?: number | undefined;
|
|
@@ -3878,8 +5386,9 @@ export interface WriteGetObjectResponseRequest {
|
|
|
3878
5386
|
*/
|
|
3879
5387
|
Metadata?: Record<string, string> | undefined;
|
|
3880
5388
|
/**
|
|
3881
|
-
* <p>Indicates whether an object stored in Amazon S3 has Object Lock enabled. For more information
|
|
3882
|
-
*
|
|
5389
|
+
* <p>Indicates whether an object stored in Amazon S3 has Object Lock enabled. For more information about S3
|
|
5390
|
+
* Object Lock, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/object-lock.html">Object
|
|
5391
|
+
* Lock</a>.</p>
|
|
3883
5392
|
* @public
|
|
3884
5393
|
*/
|
|
3885
5394
|
ObjectLockMode?: ObjectLockMode | undefined;
|
|
@@ -3899,14 +5408,15 @@ export interface WriteGetObjectResponseRequest {
|
|
|
3899
5408
|
*/
|
|
3900
5409
|
PartsCount?: number | undefined;
|
|
3901
5410
|
/**
|
|
3902
|
-
* <p>Indicates if request involves bucket that is either a source or destination in a
|
|
3903
|
-
*
|
|
5411
|
+
* <p>Indicates if request involves bucket that is either a source or destination in a Replication rule.
|
|
5412
|
+
* For more information about S3 Replication, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/replication.html">Replication</a>.</p>
|
|
3904
5413
|
* @public
|
|
3905
5414
|
*/
|
|
3906
5415
|
ReplicationStatus?: ReplicationStatus | undefined;
|
|
3907
5416
|
/**
|
|
3908
|
-
* <p>If present, indicates that the requester was successfully charged for the
|
|
3909
|
-
*
|
|
5417
|
+
* <p>If present, indicates that the requester was successfully charged for the request. For more
|
|
5418
|
+
* information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/RequesterPaysBuckets.html">Using Requester Pays buckets for storage transfers and usage</a> in the <i>Amazon Simple
|
|
5419
|
+
* Storage Service user guide</i>.</p>
|
|
3910
5420
|
* <note>
|
|
3911
5421
|
* <p>This functionality is not supported for directory buckets.</p>
|
|
3912
5422
|
* </note>
|
|
@@ -3914,41 +5424,42 @@ export interface WriteGetObjectResponseRequest {
|
|
|
3914
5424
|
*/
|
|
3915
5425
|
RequestCharged?: RequestCharged | undefined;
|
|
3916
5426
|
/**
|
|
3917
|
-
* <p>Provides information about object restoration operation and expiration time of the
|
|
3918
|
-
*
|
|
5427
|
+
* <p>Provides information about object restoration operation and expiration time of the restored object
|
|
5428
|
+
* copy.</p>
|
|
3919
5429
|
* @public
|
|
3920
5430
|
*/
|
|
3921
5431
|
Restore?: string | undefined;
|
|
3922
5432
|
/**
|
|
3923
|
-
* <p> The server-side encryption algorithm used when storing requested object in Amazon S3
|
|
3924
|
-
*
|
|
5433
|
+
* <p> The server-side encryption algorithm used when storing requested object in Amazon S3 or Amazon FSx.</p>
|
|
5434
|
+
* <note>
|
|
5435
|
+
* <p>When accessing data stored in Amazon FSx file systems using S3 access points, the only valid server side
|
|
5436
|
+
* encryption option is <code>aws:fsx</code>.</p>
|
|
5437
|
+
* </note>
|
|
3925
5438
|
* @public
|
|
3926
5439
|
*/
|
|
3927
5440
|
ServerSideEncryption?: ServerSideEncryption | undefined;
|
|
3928
5441
|
/**
|
|
3929
|
-
* <p>Encryption algorithm used if server-side encryption with a customer-provided encryption
|
|
3930
|
-
*
|
|
5442
|
+
* <p>Encryption algorithm used if server-side encryption with a customer-provided encryption key was
|
|
5443
|
+
* specified for object stored in Amazon S3.</p>
|
|
3931
5444
|
* @public
|
|
3932
5445
|
*/
|
|
3933
5446
|
SSECustomerAlgorithm?: string | undefined;
|
|
3934
5447
|
/**
|
|
3935
|
-
* <p> If present, specifies the ID (Key ID, Key ARN, or Key Alias) of the Amazon Web Services Key
|
|
3936
|
-
*
|
|
3937
|
-
* Amazon S3 object. </p>
|
|
5448
|
+
* <p> If present, specifies the ID (Key ID, Key ARN, or Key Alias) of the Amazon Web Services Key Management Service
|
|
5449
|
+
* (Amazon Web Services KMS) symmetric encryption customer managed key that was used for stored in Amazon S3 object. </p>
|
|
3938
5450
|
* @public
|
|
3939
5451
|
*/
|
|
3940
5452
|
SSEKMSKeyId?: string | undefined;
|
|
3941
5453
|
/**
|
|
3942
|
-
* <p> 128-bit MD5 digest of customer-provided encryption key used in Amazon S3 to encrypt data
|
|
3943
|
-
*
|
|
3944
|
-
*
|
|
3945
|
-
* (SSE-C)</a>.</p>
|
|
5454
|
+
* <p> 128-bit MD5 digest of customer-provided encryption key used in Amazon S3 to encrypt data stored in S3.
|
|
5455
|
+
* For more information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/ServerSideEncryptionCustomerKeys.html">Protecting data using
|
|
5456
|
+
* server-side encryption with customer-provided encryption keys (SSE-C)</a>.</p>
|
|
3946
5457
|
* @public
|
|
3947
5458
|
*/
|
|
3948
5459
|
SSECustomerKeyMD5?: string | undefined;
|
|
3949
5460
|
/**
|
|
3950
|
-
* <p>Provides storage class information of the object. Amazon S3 returns this header for all
|
|
3951
|
-
*
|
|
5461
|
+
* <p>Provides storage class information of the object. Amazon S3 returns this header for all objects except
|
|
5462
|
+
* for S3 Standard storage class objects.</p>
|
|
3952
5463
|
* <p>For more information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/storage-class-intro.html">Storage Classes</a>.</p>
|
|
3953
5464
|
* @public
|
|
3954
5465
|
*/
|
|
@@ -3964,12 +5475,16 @@ export interface WriteGetObjectResponseRequest {
|
|
|
3964
5475
|
*/
|
|
3965
5476
|
VersionId?: string | undefined;
|
|
3966
5477
|
/**
|
|
3967
|
-
* <p> Indicates whether the object stored in Amazon S3 uses an S3 bucket key for server-side
|
|
3968
|
-
*
|
|
5478
|
+
* <p> Indicates whether the object stored in Amazon S3 uses an S3 bucket key for server-side encryption with
|
|
5479
|
+
* Amazon Web Services KMS (SSE-KMS).</p>
|
|
3969
5480
|
* @public
|
|
3970
5481
|
*/
|
|
3971
5482
|
BucketKeyEnabled?: boolean | undefined;
|
|
3972
5483
|
}
|
|
5484
|
+
/**
|
|
5485
|
+
* @internal
|
|
5486
|
+
*/
|
|
5487
|
+
export declare const ListPartsRequestFilterSensitiveLog: (obj: ListPartsRequest) => any;
|
|
3973
5488
|
/**
|
|
3974
5489
|
* @internal
|
|
3975
5490
|
*/
|