@alliander-opensource/aws-jwt-sts 0.3.3 → 0.3.4
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/dist/index.js +1 -1
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/node_modules/@aws-lambda-powertools/commons/lib/cjs/version.d.ts +1 -1
- package/node_modules/@aws-lambda-powertools/commons/lib/cjs/version.js +1 -1
- package/node_modules/@aws-lambda-powertools/commons/lib/esm/version.d.ts +1 -1
- package/node_modules/@aws-lambda-powertools/commons/lib/esm/version.js +1 -1
- package/node_modules/@aws-lambda-powertools/commons/package.json +1 -1
- package/node_modules/@aws-lambda-powertools/logger/package.json +2 -2
- package/node_modules/@aws-sdk/client-kms/README.md +11 -9
- package/node_modules/@aws-sdk/client-kms/dist-cjs/index.js +5 -0
- package/node_modules/@aws-sdk/client-kms/dist-es/models/models_0.js +5 -0
- package/node_modules/@aws-sdk/client-kms/dist-types/KMS.d.ts +11 -9
- package/node_modules/@aws-sdk/client-kms/dist-types/KMSClient.d.ts +11 -9
- package/node_modules/@aws-sdk/client-kms/dist-types/commands/CreateKeyCommand.d.ts +16 -15
- package/node_modules/@aws-sdk/client-kms/dist-types/commands/DecryptCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-kms/dist-types/commands/DeleteImportedKeyMaterialCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-kms/dist-types/commands/DescribeKeyCommand.d.ts +3 -2
- package/node_modules/@aws-sdk/client-kms/dist-types/commands/GenerateDataKeyCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-kms/dist-types/commands/GenerateDataKeyPairCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-kms/dist-types/commands/GenerateDataKeyPairWithoutPlaintextCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-kms/dist-types/commands/GenerateDataKeyWithoutPlaintextCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-kms/dist-types/commands/GetPublicKeyCommand.d.ts +2 -2
- package/node_modules/@aws-sdk/client-kms/dist-types/commands/ImportKeyMaterialCommand.d.ts +30 -27
- package/node_modules/@aws-sdk/client-kms/dist-types/commands/ListKeyRotationsCommand.d.ts +3 -3
- package/node_modules/@aws-sdk/client-kms/dist-types/commands/ReEncryptCommand.d.ts +5 -1
- package/node_modules/@aws-sdk/client-kms/dist-types/commands/ReplicateKeyCommand.d.ts +2 -2
- package/node_modules/@aws-sdk/client-kms/dist-types/commands/RotateKeyOnDemandCommand.d.ts +11 -11
- package/node_modules/@aws-sdk/client-kms/dist-types/commands/SignCommand.d.ts +10 -10
- package/node_modules/@aws-sdk/client-kms/dist-types/commands/UpdatePrimaryRegionCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-kms/dist-types/commands/VerifyCommand.d.ts +3 -3
- package/node_modules/@aws-sdk/client-kms/dist-types/endpoint/EndpointParameters.d.ts +8 -8
- package/node_modules/@aws-sdk/client-kms/dist-types/index.d.ts +11 -9
- package/node_modules/@aws-sdk/client-kms/dist-types/models/models_0.d.ts +164 -108
- package/node_modules/@aws-sdk/client-kms/dist-types/runtimeConfig.browser.d.ts +2 -2
- package/node_modules/@aws-sdk/client-kms/dist-types/runtimeConfig.native.d.ts +2 -2
- package/node_modules/@aws-sdk/client-kms/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +11 -8
- package/node_modules/@aws-sdk/client-kms/dist-types/ts3.4/models/models_0.d.ts +5 -0
- package/node_modules/@aws-sdk/client-kms/dist-types/ts3.4/runtimeConfig.browser.d.ts +4 -2
- package/node_modules/@aws-sdk/client-kms/dist-types/ts3.4/runtimeConfig.native.d.ts +4 -2
- package/node_modules/@aws-sdk/client-kms/package.json +12 -12
- package/node_modules/@aws-sdk/client-s3/README.md +8 -0
- package/node_modules/@aws-sdk/client-s3/dist-cjs/index.js +144 -25
- 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 +2 -0
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/RenameObjectCommand.js +28 -0
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/index.js +1 -0
- package/node_modules/@aws-sdk/client-s3/dist-es/models/models_0.js +3 -0
- package/node_modules/@aws-sdk/client-s3/dist-es/models/models_1.js +12 -0
- package/node_modules/@aws-sdk/client-s3/dist-es/protocols/Aws_restXml.js +89 -17
- 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 +7 -0
- package/node_modules/@aws-sdk/client-s3/dist-types/S3Client.d.ts +5 -4
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/CompleteMultipartUploadCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/CopyObjectCommand.d.ts +12 -4
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/CreateBucketCommand.d.ts +16 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/CreateMultipartUploadCommand.d.ts +12 -4
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/CreateSessionCommand.d.ts +2 -2
- 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/GetBucketAclCommand.d.ts +8 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketEncryptionCommand.d.ts +1 -1
- 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/GetBucketLoggingCommand.d.ts +8 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketOwnershipControlsCommand.d.ts +12 -0
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketReplicationCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectAttributesCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectCommand.d.ts +2 -2
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/HeadObjectCommand.d.ts +3 -2
- 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/ListBucketsCommand.d.ts +8 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/ListMultipartUploadsCommand.d.ts +9 -2
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/ListObjectVersionsCommand.d.ts +8 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/ListObjectsCommand.d.ts +9 -2
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/ListObjectsV2Command.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/ListPartsCommand.d.ts +9 -2
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketAclCommand.d.ts +13 -2
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketEncryptionCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketIntelligentTieringConfigurationCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketLoggingCommand.d.ts +13 -2
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketReplicationCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutObjectAclCommand.d.ts +4 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutObjectCommand.d.ts +12 -4
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/RenameObjectCommand.d.ts +144 -0
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/RestoreObjectCommand.d.ts +2 -2
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/UploadPartCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/UploadPartCopyCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/WriteGetObjectResponseCommand.d.ts +2 -2
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/index.d.ts +1 -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 +80 -20
- package/node_modules/@aws-sdk/client-s3/dist-types/models/models_1.d.ts +147 -9
- package/node_modules/@aws-sdk/client-s3/dist-types/protocols/Aws_restXml.d.ts +9 -0
- package/node_modules/@aws-sdk/client-s3/dist-types/runtimeConfig.browser.d.ts +8 -8
- package/node_modules/@aws-sdk/client-s3/dist-types/runtimeConfig.d.ts +6 -6
- package/node_modules/@aws-sdk/client-s3/dist-types/runtimeConfig.native.d.ts +8 -8
- package/node_modules/@aws-sdk/client-s3/dist-types/runtimeConfig.shared.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/S3.d.ts +17 -0
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/S3Client.d.ts +7 -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/index.d.ts +1 -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 +7 -0
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/models/models_1.d.ts +23 -0
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/protocols/Aws_restXml.d.ts +12 -0
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/runtimeConfig.browser.d.ts +20 -8
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/runtimeConfig.d.ts +14 -6
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/runtimeConfig.native.d.ts +20 -8
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/runtimeConfig.shared.d.ts +4 -1
- package/node_modules/@aws-sdk/client-s3/package.json +20 -18
- package/node_modules/@aws-sdk/client-sso/dist-types/endpoint/EndpointParameters.d.ts +8 -8
- package/node_modules/@aws-sdk/client-sso/dist-types/runtimeConfig.browser.d.ts +2 -2
- package/node_modules/@aws-sdk/client-sso/dist-types/runtimeConfig.native.d.ts +2 -2
- package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +11 -8
- package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/runtimeConfig.browser.d.ts +4 -2
- package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/runtimeConfig.native.d.ts +4 -2
- package/node_modules/@aws-sdk/client-sso/package.json +11 -11
- package/node_modules/@aws-sdk/core/package.json +2 -2
- package/node_modules/@aws-sdk/credential-provider-env/package.json +2 -2
- package/node_modules/@aws-sdk/credential-provider-http/package.json +3 -3
- package/node_modules/@aws-sdk/credential-provider-ini/package.json +8 -8
- package/node_modules/@aws-sdk/credential-provider-node/package.json +7 -7
- package/node_modules/@aws-sdk/credential-provider-process/package.json +2 -2
- package/node_modules/@aws-sdk/credential-provider-sso/package.json +4 -4
- package/node_modules/@aws-sdk/credential-provider-web-identity/package.json +3 -3
- 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/package.json +1 -1
- package/node_modules/@aws-sdk/middleware-flexible-checksums/package.json +2 -2
- package/node_modules/@aws-sdk/middleware-sdk-s3/package.json +3 -3
- package/node_modules/@aws-sdk/middleware-user-agent/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/package.json +11 -11
- package/node_modules/@aws-sdk/signature-v4-multi-region/package.json +2 -2
- package/node_modules/@aws-sdk/token-providers/package.json +3 -3
- package/node_modules/@aws-sdk/util-endpoints/dist-cjs/index.js +3 -0
- package/node_modules/@aws-sdk/util-endpoints/dist-cjs/lib/aws/partitions.json +3 -0
- package/node_modules/@aws-sdk/util-endpoints/dist-es/lib/aws/partitions.json +3 -0
- package/node_modules/@aws-sdk/util-endpoints/package.json +1 -1
- package/node_modules/@aws-sdk/util-user-agent-node/package.json +2 -2
- package/node_modules/@smithy/core/dist-cjs/submodules/cbor/index.js +55 -8
- package/node_modules/@smithy/core/dist-cjs/submodules/serde/index.js +34 -2
- package/node_modules/@smithy/core/dist-es/submodules/cbor/byte-printer.js +3 -0
- package/node_modules/@smithy/core/dist-es/submodules/cbor/cbor-decode.js +24 -4
- package/node_modules/@smithy/core/dist-es/submodules/cbor/cbor-encode.js +33 -3
- package/node_modules/@smithy/core/dist-es/submodules/serde/value/NumericValue.js +32 -2
- package/node_modules/@smithy/core/dist-types/submodules/cbor/byte-printer.d.ts +6 -0
- package/node_modules/@smithy/core/dist-types/submodules/serde/value/NumericValue.d.ts +3 -1
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/cbor/byte-printer.d.ts +6 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/serde/value/NumericValue.d.ts +3 -1
- package/node_modules/@smithy/core/package.json +1 -1
- package/node_modules/@smithy/middleware-endpoint/dist-cjs/index.js +16 -1
- package/node_modules/@smithy/middleware-endpoint/dist-cjs/resolveEndpointRequiredConfig.js +1 -0
- package/node_modules/@smithy/middleware-endpoint/dist-es/index.js +1 -0
- package/node_modules/@smithy/middleware-endpoint/dist-es/resolveEndpointRequiredConfig.js +9 -0
- package/node_modules/@smithy/middleware-endpoint/dist-types/index.d.ts +1 -0
- package/node_modules/@smithy/middleware-endpoint/dist-types/resolveEndpointRequiredConfig.d.ts +32 -0
- package/node_modules/@smithy/middleware-endpoint/dist-types/ts3.4/index.d.ts +1 -0
- package/node_modules/@smithy/middleware-endpoint/dist-types/ts3.4/resolveEndpointRequiredConfig.d.ts +32 -0
- package/node_modules/@smithy/middleware-endpoint/package.json +2 -2
- package/node_modules/@smithy/middleware-retry/package.json +4 -4
- package/node_modules/@smithy/service-error-classification/dist-cjs/index.js +2 -1
- package/node_modules/@smithy/service-error-classification/dist-es/constants.js +1 -0
- package/node_modules/@smithy/service-error-classification/dist-es/index.js +2 -1
- package/node_modules/@smithy/service-error-classification/dist-types/constants.d.ts +4 -0
- package/node_modules/@smithy/service-error-classification/dist-types/ts3.4/constants.d.ts +4 -0
- package/node_modules/@smithy/service-error-classification/package.json +1 -1
- package/node_modules/@smithy/smithy-client/package.json +3 -3
- package/node_modules/@smithy/util-defaults-mode-browser/package.json +2 -2
- package/node_modules/@smithy/util-defaults-mode-node/package.json +2 -2
- package/node_modules/@smithy/util-retry/package.json +2 -2
- package/node_modules/@types/uuid/LICENSE +21 -0
- package/node_modules/@types/uuid/README.md +15 -0
- package/node_modules/@types/uuid/index.d.mts +12 -0
- package/node_modules/@types/uuid/index.d.ts +86 -0
- package/node_modules/@types/uuid/package.json +54 -0
- package/package.json +24 -22
|
@@ -371,6 +371,10 @@ import {
|
|
|
371
371
|
PutPublicAccessBlockCommandInput,
|
|
372
372
|
PutPublicAccessBlockCommandOutput,
|
|
373
373
|
} from "./commands/PutPublicAccessBlockCommand";
|
|
374
|
+
import {
|
|
375
|
+
RenameObjectCommandInput,
|
|
376
|
+
RenameObjectCommandOutput,
|
|
377
|
+
} from "./commands/RenameObjectCommand";
|
|
374
378
|
import {
|
|
375
379
|
RestoreObjectCommandInput,
|
|
376
380
|
RestoreObjectCommandOutput,
|
|
@@ -1682,6 +1686,19 @@ export interface S3 {
|
|
|
1682
1686
|
options: __HttpHandlerOptions,
|
|
1683
1687
|
cb: (err: any, data?: PutPublicAccessBlockCommandOutput) => void
|
|
1684
1688
|
): void;
|
|
1689
|
+
renameObject(
|
|
1690
|
+
args: RenameObjectCommandInput,
|
|
1691
|
+
options?: __HttpHandlerOptions
|
|
1692
|
+
): Promise<RenameObjectCommandOutput>;
|
|
1693
|
+
renameObject(
|
|
1694
|
+
args: RenameObjectCommandInput,
|
|
1695
|
+
cb: (err: any, data?: RenameObjectCommandOutput) => void
|
|
1696
|
+
): void;
|
|
1697
|
+
renameObject(
|
|
1698
|
+
args: RenameObjectCommandInput,
|
|
1699
|
+
options: __HttpHandlerOptions,
|
|
1700
|
+
cb: (err: any, data?: RenameObjectCommandOutput) => void
|
|
1701
|
+
): void;
|
|
1685
1702
|
restoreObject(
|
|
1686
1703
|
args: RestoreObjectCommandInput,
|
|
1687
1704
|
options?: __HttpHandlerOptions
|
|
@@ -431,6 +431,10 @@ import {
|
|
|
431
431
|
PutPublicAccessBlockCommandInput,
|
|
432
432
|
PutPublicAccessBlockCommandOutput,
|
|
433
433
|
} from "./commands/PutPublicAccessBlockCommand";
|
|
434
|
+
import {
|
|
435
|
+
RenameObjectCommandInput,
|
|
436
|
+
RenameObjectCommandOutput,
|
|
437
|
+
} from "./commands/RenameObjectCommand";
|
|
434
438
|
import {
|
|
435
439
|
RestoreObjectCommandInput,
|
|
436
440
|
RestoreObjectCommandOutput,
|
|
@@ -552,6 +556,7 @@ export type ServiceInputTypes =
|
|
|
552
556
|
| PutObjectRetentionCommandInput
|
|
553
557
|
| PutObjectTaggingCommandInput
|
|
554
558
|
| PutPublicAccessBlockCommandInput
|
|
559
|
+
| RenameObjectCommandInput
|
|
555
560
|
| RestoreObjectCommandInput
|
|
556
561
|
| SelectObjectContentCommandInput
|
|
557
562
|
| UploadPartCommandInput
|
|
@@ -651,6 +656,7 @@ export type ServiceOutputTypes =
|
|
|
651
656
|
| PutObjectRetentionCommandOutput
|
|
652
657
|
| PutObjectTaggingCommandOutput
|
|
653
658
|
| PutPublicAccessBlockCommandOutput
|
|
659
|
+
| RenameObjectCommandOutput
|
|
654
660
|
| RestoreObjectCommandOutput
|
|
655
661
|
| SelectObjectContentCommandOutput
|
|
656
662
|
| UploadPartCommandOutput
|
|
@@ -687,7 +693,7 @@ export interface ClientDefaults
|
|
|
687
693
|
eventStreamSerdeProvider?: __EventStreamSerdeProvider;
|
|
688
694
|
defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>;
|
|
689
695
|
signingEscapePath?: boolean;
|
|
690
|
-
useArnRegion?: boolean | Provider<boolean>;
|
|
696
|
+
useArnRegion?: boolean | undefined | Provider<boolean | undefined>;
|
|
691
697
|
sdkStreamMixin?: __SdkStreamMixinInjector;
|
|
692
698
|
}
|
|
693
699
|
export type S3ClientConfigType = Partial<
|
|
@@ -0,0 +1,47 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import { RenameObjectOutput, RenameObjectRequest } from "../models/models_1";
|
|
4
|
+
import {
|
|
5
|
+
S3ClientResolvedConfig,
|
|
6
|
+
ServiceInputTypes,
|
|
7
|
+
ServiceOutputTypes,
|
|
8
|
+
} from "../S3Client";
|
|
9
|
+
export { __MetadataBearer };
|
|
10
|
+
export { $Command };
|
|
11
|
+
export interface RenameObjectCommandInput extends RenameObjectRequest {}
|
|
12
|
+
export interface RenameObjectCommandOutput
|
|
13
|
+
extends RenameObjectOutput,
|
|
14
|
+
__MetadataBearer {}
|
|
15
|
+
declare const RenameObjectCommand_base: {
|
|
16
|
+
new (
|
|
17
|
+
input: RenameObjectCommandInput
|
|
18
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
19
|
+
RenameObjectCommandInput,
|
|
20
|
+
RenameObjectCommandOutput,
|
|
21
|
+
S3ClientResolvedConfig,
|
|
22
|
+
ServiceInputTypes,
|
|
23
|
+
ServiceOutputTypes
|
|
24
|
+
>;
|
|
25
|
+
new (
|
|
26
|
+
input: RenameObjectCommandInput
|
|
27
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
28
|
+
RenameObjectCommandInput,
|
|
29
|
+
RenameObjectCommandOutput,
|
|
30
|
+
S3ClientResolvedConfig,
|
|
31
|
+
ServiceInputTypes,
|
|
32
|
+
ServiceOutputTypes
|
|
33
|
+
>;
|
|
34
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
35
|
+
};
|
|
36
|
+
export declare class RenameObjectCommand extends RenameObjectCommand_base {
|
|
37
|
+
protected static __types: {
|
|
38
|
+
api: {
|
|
39
|
+
input: RenameObjectRequest;
|
|
40
|
+
output: {};
|
|
41
|
+
};
|
|
42
|
+
sdk: {
|
|
43
|
+
input: RenameObjectCommandInput;
|
|
44
|
+
output: RenameObjectCommandOutput;
|
|
45
|
+
};
|
|
46
|
+
};
|
|
47
|
+
}
|
|
@@ -91,6 +91,7 @@ export * from "./PutObjectLockConfigurationCommand";
|
|
|
91
91
|
export * from "./PutObjectRetentionCommand";
|
|
92
92
|
export * from "./PutObjectTaggingCommand";
|
|
93
93
|
export * from "./PutPublicAccessBlockCommand";
|
|
94
|
+
export * from "./RenameObjectCommand";
|
|
94
95
|
export * from "./RestoreObjectCommand";
|
|
95
96
|
export * from "./SelectObjectContentCommand";
|
|
96
97
|
export * from "./UploadPartCommand";
|
|
@@ -5,9 +5,9 @@ import {
|
|
|
5
5
|
Provider,
|
|
6
6
|
} from "@smithy/types";
|
|
7
7
|
export interface ClientInputEndpointParameters {
|
|
8
|
-
region?: string | Provider<string>;
|
|
9
|
-
useFipsEndpoint?: boolean | Provider<boolean>;
|
|
10
|
-
useDualstackEndpoint?: boolean | Provider<boolean>;
|
|
8
|
+
region?: string | undefined | Provider<string | undefined>;
|
|
9
|
+
useFipsEndpoint?: boolean | undefined | Provider<boolean | undefined>;
|
|
10
|
+
useDualstackEndpoint?: boolean | undefined | Provider<boolean | undefined>;
|
|
11
11
|
endpoint?:
|
|
12
12
|
| string
|
|
13
13
|
| Provider<string>
|
|
@@ -15,14 +15,23 @@ export interface ClientInputEndpointParameters {
|
|
|
15
15
|
| Provider<Endpoint>
|
|
16
16
|
| EndpointV2
|
|
17
17
|
| Provider<EndpointV2>;
|
|
18
|
-
forcePathStyle?: boolean | Provider<boolean>;
|
|
19
|
-
useAccelerateEndpoint?: boolean | Provider<boolean>;
|
|
20
|
-
useGlobalEndpoint?: boolean | Provider<boolean>;
|
|
21
|
-
disableMultiregionAccessPoints?:
|
|
22
|
-
|
|
23
|
-
|
|
18
|
+
forcePathStyle?: boolean | undefined | Provider<boolean | undefined>;
|
|
19
|
+
useAccelerateEndpoint?: boolean | undefined | Provider<boolean | undefined>;
|
|
20
|
+
useGlobalEndpoint?: boolean | undefined | Provider<boolean | undefined>;
|
|
21
|
+
disableMultiregionAccessPoints?:
|
|
22
|
+
| boolean
|
|
23
|
+
| undefined
|
|
24
|
+
| Provider<boolean | undefined>;
|
|
25
|
+
useArnRegion?: boolean | undefined | Provider<boolean | undefined>;
|
|
26
|
+
disableS3ExpressSessionAuth?:
|
|
27
|
+
| boolean
|
|
28
|
+
| undefined
|
|
29
|
+
| Provider<boolean | undefined>;
|
|
24
30
|
}
|
|
25
|
-
export type ClientResolvedEndpointParameters =
|
|
31
|
+
export type ClientResolvedEndpointParameters = Pick<
|
|
32
|
+
ClientInputEndpointParameters,
|
|
33
|
+
Exclude<keyof ClientInputEndpointParameters, "endpoint">
|
|
34
|
+
> & {
|
|
26
35
|
defaultSigningName: string;
|
|
27
36
|
};
|
|
28
37
|
export declare const resolveClientEndpointParameters: <T>(
|
|
@@ -71,21 +80,21 @@ export declare const commonParams: {
|
|
|
71
80
|
};
|
|
72
81
|
};
|
|
73
82
|
export interface EndpointParameters extends __EndpointParameters {
|
|
74
|
-
Bucket?: string;
|
|
75
|
-
Region?: string;
|
|
76
|
-
UseFIPS?: boolean;
|
|
77
|
-
UseDualStack?: boolean;
|
|
78
|
-
Endpoint?: string;
|
|
79
|
-
ForcePathStyle?: boolean;
|
|
80
|
-
Accelerate?: boolean;
|
|
81
|
-
UseGlobalEndpoint?: boolean;
|
|
82
|
-
UseObjectLambdaEndpoint?: boolean;
|
|
83
|
-
Key?: string;
|
|
84
|
-
Prefix?: string;
|
|
85
|
-
CopySource?: string;
|
|
86
|
-
DisableAccessPoints?: boolean;
|
|
87
|
-
DisableMultiRegionAccessPoints?: boolean;
|
|
88
|
-
UseArnRegion?: boolean;
|
|
89
|
-
UseS3ExpressControlEndpoint?: boolean;
|
|
90
|
-
DisableS3ExpressSessionAuth?: boolean;
|
|
83
|
+
Bucket?: string | undefined;
|
|
84
|
+
Region?: string | undefined;
|
|
85
|
+
UseFIPS?: boolean | undefined;
|
|
86
|
+
UseDualStack?: boolean | undefined;
|
|
87
|
+
Endpoint?: string | undefined;
|
|
88
|
+
ForcePathStyle?: boolean | undefined;
|
|
89
|
+
Accelerate?: boolean | undefined;
|
|
90
|
+
UseGlobalEndpoint?: boolean | undefined;
|
|
91
|
+
UseObjectLambdaEndpoint?: boolean | undefined;
|
|
92
|
+
Key?: string | undefined;
|
|
93
|
+
Prefix?: string | undefined;
|
|
94
|
+
CopySource?: string | undefined;
|
|
95
|
+
DisableAccessPoints?: boolean | undefined;
|
|
96
|
+
DisableMultiRegionAccessPoints?: boolean | undefined;
|
|
97
|
+
UseArnRegion?: boolean | undefined;
|
|
98
|
+
UseS3ExpressControlEndpoint?: boolean | undefined;
|
|
99
|
+
DisableS3ExpressSessionAuth?: boolean | undefined;
|
|
91
100
|
}
|
|
@@ -85,6 +85,7 @@ export declare const ChecksumType: {
|
|
|
85
85
|
export type ChecksumType = (typeof ChecksumType)[keyof typeof ChecksumType];
|
|
86
86
|
export declare const ServerSideEncryption: {
|
|
87
87
|
readonly AES256: "AES256";
|
|
88
|
+
readonly aws_fsx: "aws:fsx";
|
|
88
89
|
readonly aws_kms: "aws:kms";
|
|
89
90
|
readonly aws_kms_dsse: "aws:kms:dsse";
|
|
90
91
|
};
|
|
@@ -204,6 +205,7 @@ export type ObjectLockMode =
|
|
|
204
205
|
export declare const StorageClass: {
|
|
205
206
|
readonly DEEP_ARCHIVE: "DEEP_ARCHIVE";
|
|
206
207
|
readonly EXPRESS_ONEZONE: "EXPRESS_ONEZONE";
|
|
208
|
+
readonly FSX_OPENZFS: "FSX_OPENZFS";
|
|
207
209
|
readonly GLACIER: "GLACIER";
|
|
208
210
|
readonly GLACIER_IR: "GLACIER_IR";
|
|
209
211
|
readonly INTELLIGENT_TIERING: "INTELLIGENT_TIERING";
|
|
@@ -494,6 +496,7 @@ export interface DeleteBucketEncryptionRequest {
|
|
|
494
496
|
export interface DeleteBucketIntelligentTieringConfigurationRequest {
|
|
495
497
|
Bucket: string | undefined;
|
|
496
498
|
Id: string | undefined;
|
|
499
|
+
ExpectedBucketOwner?: string | undefined;
|
|
497
500
|
}
|
|
498
501
|
export interface DeleteBucketInventoryConfigurationRequest {
|
|
499
502
|
Bucket: string | undefined;
|
|
@@ -776,6 +779,7 @@ export interface GetBucketIntelligentTieringConfigurationOutput {
|
|
|
776
779
|
export interface GetBucketIntelligentTieringConfigurationRequest {
|
|
777
780
|
Bucket: string | undefined;
|
|
778
781
|
Id: string | undefined;
|
|
782
|
+
ExpectedBucketOwner?: string | undefined;
|
|
779
783
|
}
|
|
780
784
|
export interface SSEKMS {
|
|
781
785
|
KeyId: string | undefined;
|
|
@@ -1674,6 +1678,7 @@ export interface HeadObjectOutput {
|
|
|
1674
1678
|
RequestCharged?: RequestCharged | undefined;
|
|
1675
1679
|
ReplicationStatus?: ReplicationStatus | undefined;
|
|
1676
1680
|
PartsCount?: number | undefined;
|
|
1681
|
+
TagCount?: number | undefined;
|
|
1677
1682
|
ObjectLockMode?: ObjectLockMode | undefined;
|
|
1678
1683
|
ObjectLockRetainUntilDate?: Date | undefined;
|
|
1679
1684
|
ObjectLockLegalHoldStatus?: ObjectLockLegalHoldStatus | undefined;
|
|
@@ -1723,6 +1728,7 @@ export interface ListBucketIntelligentTieringConfigurationsOutput {
|
|
|
1723
1728
|
export interface ListBucketIntelligentTieringConfigurationsRequest {
|
|
1724
1729
|
Bucket: string | undefined;
|
|
1725
1730
|
ContinuationToken?: string | undefined;
|
|
1731
|
+
ExpectedBucketOwner?: string | undefined;
|
|
1726
1732
|
}
|
|
1727
1733
|
export interface ListBucketInventoryConfigurationsOutput {
|
|
1728
1734
|
ContinuationToken?: string | undefined;
|
|
@@ -1825,6 +1831,7 @@ export interface RestoreStatus {
|
|
|
1825
1831
|
export declare const ObjectStorageClass: {
|
|
1826
1832
|
readonly DEEP_ARCHIVE: "DEEP_ARCHIVE";
|
|
1827
1833
|
readonly EXPRESS_ONEZONE: "EXPRESS_ONEZONE";
|
|
1834
|
+
readonly FSX_OPENZFS: "FSX_OPENZFS";
|
|
1828
1835
|
readonly GLACIER: "GLACIER";
|
|
1829
1836
|
readonly GLACIER_IR: "GLACIER_IR";
|
|
1830
1837
|
readonly INTELLIGENT_TIERING: "INTELLIGENT_TIERING";
|
|
@@ -59,6 +59,7 @@ export interface PutBucketEncryptionRequest {
|
|
|
59
59
|
export interface PutBucketIntelligentTieringConfigurationRequest {
|
|
60
60
|
Bucket: string | undefined;
|
|
61
61
|
Id: string | undefined;
|
|
62
|
+
ExpectedBucketOwner?: string | undefined;
|
|
62
63
|
IntelligentTieringConfiguration: IntelligentTieringConfiguration | undefined;
|
|
63
64
|
}
|
|
64
65
|
export interface PutBucketInventoryConfigurationRequest {
|
|
@@ -341,6 +342,28 @@ export interface PutPublicAccessBlockRequest {
|
|
|
341
342
|
PublicAccessBlockConfiguration: PublicAccessBlockConfiguration | undefined;
|
|
342
343
|
ExpectedBucketOwner?: string | undefined;
|
|
343
344
|
}
|
|
345
|
+
export declare class IdempotencyParameterMismatch extends __BaseException {
|
|
346
|
+
readonly name: "IdempotencyParameterMismatch";
|
|
347
|
+
readonly $fault: "client";
|
|
348
|
+
constructor(
|
|
349
|
+
opts: __ExceptionOptionType<IdempotencyParameterMismatch, __BaseException>
|
|
350
|
+
);
|
|
351
|
+
}
|
|
352
|
+
export interface RenameObjectOutput {}
|
|
353
|
+
export interface RenameObjectRequest {
|
|
354
|
+
Bucket: string | undefined;
|
|
355
|
+
Key: string | undefined;
|
|
356
|
+
RenameSource: string | undefined;
|
|
357
|
+
DestinationIfMatch?: string | undefined;
|
|
358
|
+
DestinationIfNoneMatch?: string | undefined;
|
|
359
|
+
DestinationIfModifiedSince?: Date | undefined;
|
|
360
|
+
DestinationIfUnmodifiedSince?: Date | undefined;
|
|
361
|
+
SourceIfMatch?: string | undefined;
|
|
362
|
+
SourceIfNoneMatch?: string | undefined;
|
|
363
|
+
SourceIfModifiedSince?: Date | undefined;
|
|
364
|
+
SourceIfUnmodifiedSince?: Date | undefined;
|
|
365
|
+
ClientToken?: string | undefined;
|
|
366
|
+
}
|
|
344
367
|
export declare class ObjectAlreadyInActiveTierError extends __BaseException {
|
|
345
368
|
readonly name: "ObjectAlreadyInActiveTierError";
|
|
346
369
|
readonly $fault: "client";
|
|
@@ -379,6 +379,10 @@ import {
|
|
|
379
379
|
PutPublicAccessBlockCommandInput,
|
|
380
380
|
PutPublicAccessBlockCommandOutput,
|
|
381
381
|
} from "../commands/PutPublicAccessBlockCommand";
|
|
382
|
+
import {
|
|
383
|
+
RenameObjectCommandInput,
|
|
384
|
+
RenameObjectCommandOutput,
|
|
385
|
+
} from "../commands/RenameObjectCommand";
|
|
382
386
|
import {
|
|
383
387
|
RestoreObjectCommandInput,
|
|
384
388
|
RestoreObjectCommandOutput,
|
|
@@ -771,6 +775,10 @@ export declare const se_PutPublicAccessBlockCommand: (
|
|
|
771
775
|
input: PutPublicAccessBlockCommandInput,
|
|
772
776
|
context: __SerdeContext
|
|
773
777
|
) => Promise<__HttpRequest>;
|
|
778
|
+
export declare const se_RenameObjectCommand: (
|
|
779
|
+
input: RenameObjectCommandInput,
|
|
780
|
+
context: __SerdeContext
|
|
781
|
+
) => Promise<__HttpRequest>;
|
|
774
782
|
export declare const se_RestoreObjectCommand: (
|
|
775
783
|
input: RestoreObjectCommandInput,
|
|
776
784
|
context: __SerdeContext
|
|
@@ -1163,6 +1171,10 @@ export declare const de_PutPublicAccessBlockCommand: (
|
|
|
1163
1171
|
output: __HttpResponse,
|
|
1164
1172
|
context: __SerdeContext
|
|
1165
1173
|
) => Promise<PutPublicAccessBlockCommandOutput>;
|
|
1174
|
+
export declare const de_RenameObjectCommand: (
|
|
1175
|
+
output: __HttpResponse,
|
|
1176
|
+
context: __SerdeContext
|
|
1177
|
+
) => Promise<RenameObjectCommandOutput>;
|
|
1166
1178
|
export declare const de_RestoreObjectCommand: (
|
|
1167
1179
|
output: __HttpResponse,
|
|
1168
1180
|
context: __SerdeContext
|
|
@@ -28,8 +28,10 @@ export declare const getRuntimeConfig: (config: S3ClientConfig) => {
|
|
|
28
28
|
streamHasher:
|
|
29
29
|
| import("@smithy/types").StreamHasher<import("stream").Readable>
|
|
30
30
|
| import("@smithy/types").StreamHasher<Blob>;
|
|
31
|
-
useDualstackEndpoint: boolean | import("@smithy/types").Provider<boolean
|
|
32
|
-
|
|
31
|
+
useDualstackEndpoint: (boolean | import("@smithy/types").Provider<boolean>) &
|
|
32
|
+
(boolean | import("@smithy/types").Provider<boolean | undefined>);
|
|
33
|
+
useFipsEndpoint: (boolean | import("@smithy/types").Provider<boolean>) &
|
|
34
|
+
(boolean | import("@smithy/types").Provider<boolean | undefined>);
|
|
33
35
|
apiVersion: string;
|
|
34
36
|
cacheMiddleware?: boolean | undefined;
|
|
35
37
|
urlParser: import("@smithy/types").UrlParser;
|
|
@@ -48,7 +50,10 @@ export declare const getRuntimeConfig: (config: S3ClientConfig) => {
|
|
|
48
50
|
logger: import("@smithy/types").Logger;
|
|
49
51
|
extensions: import("./runtimeExtensions").RuntimeExtension[];
|
|
50
52
|
signingEscapePath: boolean;
|
|
51
|
-
useArnRegion:
|
|
53
|
+
useArnRegion:
|
|
54
|
+
| boolean
|
|
55
|
+
| undefined
|
|
56
|
+
| import("@smithy/types").Provider<boolean | undefined>;
|
|
52
57
|
sdkStreamMixin: import("@smithy/types").SdkStreamMixinInjector;
|
|
53
58
|
customUserAgent?: string | import("@smithy/types").UserAgent;
|
|
54
59
|
userAgentAppId?:
|
|
@@ -118,19 +123,26 @@ export declare const getRuntimeConfig: (config: S3ClientConfig) => {
|
|
|
118
123
|
| undefined
|
|
119
124
|
| import("@smithy/types").Provider<string[] | undefined>;
|
|
120
125
|
forcePathStyle?:
|
|
121
|
-
| (boolean &
|
|
126
|
+
| (boolean &
|
|
127
|
+
(boolean | import("@smithy/types").Provider<boolean | undefined>))
|
|
122
128
|
| undefined;
|
|
123
129
|
useAccelerateEndpoint?:
|
|
124
|
-
| (boolean &
|
|
130
|
+
| (boolean &
|
|
131
|
+
(boolean | import("@smithy/types").Provider<boolean | undefined>))
|
|
125
132
|
| undefined;
|
|
126
133
|
disableMultiregionAccessPoints?:
|
|
127
|
-
| (boolean &
|
|
134
|
+
| (boolean &
|
|
135
|
+
(boolean | import("@smithy/types").Provider<boolean | undefined>))
|
|
128
136
|
| undefined;
|
|
129
137
|
followRegionRedirects?: boolean;
|
|
130
138
|
s3ExpressIdentityProvider?: import("@aws-sdk/middleware-sdk-s3").S3ExpressIdentityProvider;
|
|
131
139
|
bucketEndpoint?: boolean;
|
|
132
|
-
useGlobalEndpoint?:
|
|
140
|
+
useGlobalEndpoint?:
|
|
141
|
+
| boolean
|
|
142
|
+
| undefined
|
|
143
|
+
| import("@smithy/types").Provider<boolean | undefined>;
|
|
133
144
|
disableS3ExpressSessionAuth?:
|
|
134
145
|
| boolean
|
|
135
|
-
|
|
|
146
|
+
| undefined
|
|
147
|
+
| import("@smithy/types").Provider<boolean | undefined>;
|
|
136
148
|
};
|
|
@@ -20,7 +20,7 @@ export declare const getRuntimeConfig: (config: S3ClientConfig) => {
|
|
|
20
20
|
) => Promise<import("@aws-sdk/types").UserAgent>;
|
|
21
21
|
disableS3ExpressSessionAuth:
|
|
22
22
|
| boolean
|
|
23
|
-
| import("@aws-sdk/types").Provider<boolean>;
|
|
23
|
+
| import("@aws-sdk/types").Provider<boolean | undefined>;
|
|
24
24
|
eventStreamSerdeProvider: import("@aws-sdk/types").EventStreamSerdeProvider;
|
|
25
25
|
maxAttempts: number | import("@aws-sdk/types").Provider<number>;
|
|
26
26
|
md5: __HashConstructor;
|
|
@@ -48,7 +48,9 @@ export declare const getRuntimeConfig: (config: S3ClientConfig) => {
|
|
|
48
48
|
streamHasher:
|
|
49
49
|
| import("@aws-sdk/types").StreamHasher<import("stream").Readable>
|
|
50
50
|
| import("@aws-sdk/types").StreamHasher<Blob>;
|
|
51
|
-
useArnRegion:
|
|
51
|
+
useArnRegion:
|
|
52
|
+
| boolean
|
|
53
|
+
| import("@aws-sdk/types").Provider<boolean | undefined>;
|
|
52
54
|
useDualstackEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
|
|
53
55
|
useFipsEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
|
|
54
56
|
userAgentAppId:
|
|
@@ -124,16 +126,22 @@ export declare const getRuntimeConfig: (config: S3ClientConfig) => {
|
|
|
124
126
|
import("@smithy/signature-v4").SignatureV4CryptoInit
|
|
125
127
|
) => import("@aws-sdk/types").RequestSigner);
|
|
126
128
|
forcePathStyle?:
|
|
127
|
-
| (boolean &
|
|
129
|
+
| (boolean &
|
|
130
|
+
(boolean | import("@aws-sdk/types").Provider<boolean | undefined>))
|
|
128
131
|
| undefined;
|
|
129
132
|
useAccelerateEndpoint?:
|
|
130
|
-
| (boolean &
|
|
133
|
+
| (boolean &
|
|
134
|
+
(boolean | import("@aws-sdk/types").Provider<boolean | undefined>))
|
|
131
135
|
| undefined;
|
|
132
136
|
disableMultiregionAccessPoints?:
|
|
133
|
-
| (boolean &
|
|
137
|
+
| (boolean &
|
|
138
|
+
(boolean | import("@aws-sdk/types").Provider<boolean | undefined>))
|
|
134
139
|
| undefined;
|
|
135
140
|
followRegionRedirects?: boolean;
|
|
136
141
|
s3ExpressIdentityProvider?: import("@aws-sdk/middleware-sdk-s3").S3ExpressIdentityProvider;
|
|
137
142
|
bucketEndpoint?: boolean;
|
|
138
|
-
useGlobalEndpoint?:
|
|
143
|
+
useGlobalEndpoint?:
|
|
144
|
+
| boolean
|
|
145
|
+
| undefined
|
|
146
|
+
| import("@aws-sdk/types").Provider<boolean | undefined>;
|
|
139
147
|
};
|
|
@@ -19,8 +19,10 @@ export declare const getRuntimeConfig: (config: S3ClientConfig) => {
|
|
|
19
19
|
utf8Encoder: (input: Uint8Array | string) => string;
|
|
20
20
|
disableHostPrefix: boolean;
|
|
21
21
|
serviceId: string;
|
|
22
|
-
useDualstackEndpoint: boolean | import("@smithy/types").Provider<boolean
|
|
23
|
-
|
|
22
|
+
useDualstackEndpoint: (boolean | import("@smithy/types").Provider<boolean>) &
|
|
23
|
+
(boolean | import("@smithy/types").Provider<boolean | undefined>);
|
|
24
|
+
useFipsEndpoint: (boolean | import("@smithy/types").Provider<boolean>) &
|
|
25
|
+
(boolean | import("@smithy/types").Provider<boolean | undefined>);
|
|
24
26
|
region: string | import("@smithy/types").Provider<any>;
|
|
25
27
|
profile?: string;
|
|
26
28
|
defaultUserAgentProvider: (
|
|
@@ -52,7 +54,10 @@ export declare const getRuntimeConfig: (config: S3ClientConfig) => {
|
|
|
52
54
|
import("@smithy/smithy-client").DefaultsMode
|
|
53
55
|
>;
|
|
54
56
|
signingEscapePath: boolean;
|
|
55
|
-
useArnRegion:
|
|
57
|
+
useArnRegion:
|
|
58
|
+
| boolean
|
|
59
|
+
| undefined
|
|
60
|
+
| import("@smithy/types").Provider<boolean | undefined>;
|
|
56
61
|
sdkStreamMixin: import("@smithy/types").SdkStreamMixinInjector;
|
|
57
62
|
customUserAgent?: string | import("@smithy/types").UserAgent;
|
|
58
63
|
userAgentAppId?:
|
|
@@ -122,19 +127,26 @@ export declare const getRuntimeConfig: (config: S3ClientConfig) => {
|
|
|
122
127
|
| undefined
|
|
123
128
|
| import("@smithy/types").Provider<string[] | undefined>;
|
|
124
129
|
forcePathStyle?:
|
|
125
|
-
| (boolean &
|
|
130
|
+
| (boolean &
|
|
131
|
+
(boolean | import("@smithy/types").Provider<boolean | undefined>))
|
|
126
132
|
| undefined;
|
|
127
133
|
useAccelerateEndpoint?:
|
|
128
|
-
| (boolean &
|
|
134
|
+
| (boolean &
|
|
135
|
+
(boolean | import("@smithy/types").Provider<boolean | undefined>))
|
|
129
136
|
| undefined;
|
|
130
137
|
disableMultiregionAccessPoints?:
|
|
131
|
-
| (boolean &
|
|
138
|
+
| (boolean &
|
|
139
|
+
(boolean | import("@smithy/types").Provider<boolean | undefined>))
|
|
132
140
|
| undefined;
|
|
133
141
|
followRegionRedirects?: boolean;
|
|
134
142
|
s3ExpressIdentityProvider?: import("@aws-sdk/middleware-sdk-s3").S3ExpressIdentityProvider;
|
|
135
143
|
bucketEndpoint?: boolean;
|
|
136
|
-
useGlobalEndpoint?:
|
|
144
|
+
useGlobalEndpoint?:
|
|
145
|
+
| boolean
|
|
146
|
+
| undefined
|
|
147
|
+
| import("@smithy/types").Provider<boolean | undefined>;
|
|
137
148
|
disableS3ExpressSessionAuth?:
|
|
138
149
|
| boolean
|
|
139
|
-
|
|
|
150
|
+
| undefined
|
|
151
|
+
| import("@smithy/types").Provider<boolean | undefined>;
|
|
140
152
|
};
|
|
@@ -30,7 +30,10 @@ export declare const getRuntimeConfig: (config: S3ClientConfig) => {
|
|
|
30
30
|
) => import("@smithy/types").RequestSigner);
|
|
31
31
|
signingEscapePath: boolean;
|
|
32
32
|
urlParser: import("@smithy/types").UrlParser;
|
|
33
|
-
useArnRegion:
|
|
33
|
+
useArnRegion:
|
|
34
|
+
| boolean
|
|
35
|
+
| import("@smithy/types").Provider<boolean | undefined>
|
|
36
|
+
| undefined;
|
|
34
37
|
utf8Decoder: import("@smithy/types").Decoder;
|
|
35
38
|
utf8Encoder: (input: Uint8Array | string) => string;
|
|
36
39
|
};
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-s3",
|
|
3
3
|
"description": "AWS SDK for JavaScript S3 Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.837.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-s3",
|
|
@@ -29,24 +29,24 @@
|
|
|
29
29
|
"@aws-crypto/sha1-browser": "5.2.0",
|
|
30
30
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
31
31
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
32
|
-
"@aws-sdk/core": "3.
|
|
33
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
34
|
-
"@aws-sdk/middleware-bucket-endpoint": "3.
|
|
32
|
+
"@aws-sdk/core": "3.835.0",
|
|
33
|
+
"@aws-sdk/credential-provider-node": "3.835.0",
|
|
34
|
+
"@aws-sdk/middleware-bucket-endpoint": "3.830.0",
|
|
35
35
|
"@aws-sdk/middleware-expect-continue": "3.821.0",
|
|
36
|
-
"@aws-sdk/middleware-flexible-checksums": "3.
|
|
36
|
+
"@aws-sdk/middleware-flexible-checksums": "3.835.0",
|
|
37
37
|
"@aws-sdk/middleware-host-header": "3.821.0",
|
|
38
38
|
"@aws-sdk/middleware-location-constraint": "3.821.0",
|
|
39
39
|
"@aws-sdk/middleware-logger": "3.821.0",
|
|
40
40
|
"@aws-sdk/middleware-recursion-detection": "3.821.0",
|
|
41
|
-
"@aws-sdk/middleware-sdk-s3": "3.
|
|
41
|
+
"@aws-sdk/middleware-sdk-s3": "3.835.0",
|
|
42
42
|
"@aws-sdk/middleware-ssec": "3.821.0",
|
|
43
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
43
|
+
"@aws-sdk/middleware-user-agent": "3.835.0",
|
|
44
44
|
"@aws-sdk/region-config-resolver": "3.821.0",
|
|
45
|
-
"@aws-sdk/signature-v4-multi-region": "3.
|
|
45
|
+
"@aws-sdk/signature-v4-multi-region": "3.835.0",
|
|
46
46
|
"@aws-sdk/types": "3.821.0",
|
|
47
|
-
"@aws-sdk/util-endpoints": "3.
|
|
47
|
+
"@aws-sdk/util-endpoints": "3.828.0",
|
|
48
48
|
"@aws-sdk/util-user-agent-browser": "3.821.0",
|
|
49
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
49
|
+
"@aws-sdk/util-user-agent-node": "3.835.0",
|
|
50
50
|
"@aws-sdk/xml-builder": "3.821.0",
|
|
51
51
|
"@smithy/config-resolver": "^4.1.4",
|
|
52
52
|
"@smithy/core": "^3.5.3",
|
|
@@ -60,31 +60,33 @@
|
|
|
60
60
|
"@smithy/invalid-dependency": "^4.0.4",
|
|
61
61
|
"@smithy/md5-js": "^4.0.4",
|
|
62
62
|
"@smithy/middleware-content-length": "^4.0.4",
|
|
63
|
-
"@smithy/middleware-endpoint": "^4.1.
|
|
64
|
-
"@smithy/middleware-retry": "^4.1.
|
|
63
|
+
"@smithy/middleware-endpoint": "^4.1.12",
|
|
64
|
+
"@smithy/middleware-retry": "^4.1.13",
|
|
65
65
|
"@smithy/middleware-serde": "^4.0.8",
|
|
66
66
|
"@smithy/middleware-stack": "^4.0.4",
|
|
67
67
|
"@smithy/node-config-provider": "^4.1.3",
|
|
68
68
|
"@smithy/node-http-handler": "^4.0.6",
|
|
69
69
|
"@smithy/protocol-http": "^5.1.2",
|
|
70
|
-
"@smithy/smithy-client": "^4.4.
|
|
70
|
+
"@smithy/smithy-client": "^4.4.4",
|
|
71
71
|
"@smithy/types": "^4.3.1",
|
|
72
72
|
"@smithy/url-parser": "^4.0.4",
|
|
73
73
|
"@smithy/util-base64": "^4.0.0",
|
|
74
74
|
"@smithy/util-body-length-browser": "^4.0.0",
|
|
75
75
|
"@smithy/util-body-length-node": "^4.0.0",
|
|
76
|
-
"@smithy/util-defaults-mode-browser": "^4.0.
|
|
77
|
-
"@smithy/util-defaults-mode-node": "^4.0.
|
|
76
|
+
"@smithy/util-defaults-mode-browser": "^4.0.20",
|
|
77
|
+
"@smithy/util-defaults-mode-node": "^4.0.20",
|
|
78
78
|
"@smithy/util-endpoints": "^3.0.6",
|
|
79
79
|
"@smithy/util-middleware": "^4.0.4",
|
|
80
|
-
"@smithy/util-retry": "^4.0.
|
|
80
|
+
"@smithy/util-retry": "^4.0.6",
|
|
81
81
|
"@smithy/util-stream": "^4.2.2",
|
|
82
82
|
"@smithy/util-utf8": "^4.0.0",
|
|
83
83
|
"@smithy/util-waiter": "^4.0.5",
|
|
84
|
-
"
|
|
84
|
+
"@types/uuid": "^9.0.1",
|
|
85
|
+
"tslib": "^2.6.2",
|
|
86
|
+
"uuid": "^9.0.1"
|
|
85
87
|
},
|
|
86
88
|
"devDependencies": {
|
|
87
|
-
"@aws-sdk/signature-v4-crt": "3.
|
|
89
|
+
"@aws-sdk/signature-v4-crt": "3.835.0",
|
|
88
90
|
"@tsconfig/node18": "18.2.4",
|
|
89
91
|
"@types/node": "^18.19.69",
|
|
90
92
|
"concurrently": "7.0.0",
|
|
@@ -3,12 +3,12 @@ import { Endpoint, EndpointParameters as __EndpointParameters, EndpointV2, Provi
|
|
|
3
3
|
* @public
|
|
4
4
|
*/
|
|
5
5
|
export interface ClientInputEndpointParameters {
|
|
6
|
-
region?: string | Provider<string>;
|
|
7
|
-
useDualstackEndpoint?: boolean | Provider<boolean>;
|
|
8
|
-
useFipsEndpoint?: boolean | Provider<boolean>;
|
|
6
|
+
region?: string | undefined | Provider<string | undefined>;
|
|
7
|
+
useDualstackEndpoint?: boolean | undefined | Provider<boolean | undefined>;
|
|
8
|
+
useFipsEndpoint?: boolean | undefined | Provider<boolean | undefined>;
|
|
9
9
|
endpoint?: string | Provider<string> | Endpoint | Provider<Endpoint> | EndpointV2 | Provider<EndpointV2>;
|
|
10
10
|
}
|
|
11
|
-
export type ClientResolvedEndpointParameters = ClientInputEndpointParameters & {
|
|
11
|
+
export type ClientResolvedEndpointParameters = Omit<ClientInputEndpointParameters, "endpoint"> & {
|
|
12
12
|
defaultSigningName: string;
|
|
13
13
|
};
|
|
14
14
|
export declare const resolveClientEndpointParameters: <T>(options: T & ClientInputEndpointParameters) => T & ClientResolvedEndpointParameters;
|
|
@@ -31,8 +31,8 @@ export declare const commonParams: {
|
|
|
31
31
|
};
|
|
32
32
|
};
|
|
33
33
|
export interface EndpointParameters extends __EndpointParameters {
|
|
34
|
-
Region?: string;
|
|
35
|
-
UseDualStack?: boolean;
|
|
36
|
-
UseFIPS?: boolean;
|
|
37
|
-
Endpoint?: string;
|
|
34
|
+
Region?: string | undefined;
|
|
35
|
+
UseDualStack?: boolean | undefined;
|
|
36
|
+
UseFIPS?: boolean | undefined;
|
|
37
|
+
Endpoint?: string | undefined;
|
|
38
38
|
}
|
|
@@ -14,8 +14,8 @@ export declare const getRuntimeConfig: (config: SSOClientConfig) => {
|
|
|
14
14
|
retryMode: string | import("@smithy/types").Provider<string>;
|
|
15
15
|
sha256: import("@smithy/types").HashConstructor;
|
|
16
16
|
streamCollector: import("@smithy/types").StreamCollector;
|
|
17
|
-
useDualstackEndpoint: boolean | import("@smithy/types").Provider<boolean
|
|
18
|
-
useFipsEndpoint: boolean | import("@smithy/types").Provider<boolean
|
|
17
|
+
useDualstackEndpoint: (boolean | import("@smithy/types").Provider<boolean>) & (boolean | import("@smithy/types").Provider<boolean | undefined>);
|
|
18
|
+
useFipsEndpoint: (boolean | import("@smithy/types").Provider<boolean>) & (boolean | import("@smithy/types").Provider<boolean | undefined>);
|
|
19
19
|
apiVersion: string;
|
|
20
20
|
cacheMiddleware?: boolean | undefined;
|
|
21
21
|
urlParser: import("@smithy/types").UrlParser;
|
|
@@ -17,8 +17,8 @@ export declare const getRuntimeConfig: (config: SSOClientConfig) => {
|
|
|
17
17
|
utf8Encoder: (input: Uint8Array | string) => string;
|
|
18
18
|
disableHostPrefix: boolean;
|
|
19
19
|
serviceId: string;
|
|
20
|
-
useDualstackEndpoint: boolean | import("@smithy/types").Provider<boolean
|
|
21
|
-
useFipsEndpoint: boolean | import("@smithy/types").Provider<boolean
|
|
20
|
+
useDualstackEndpoint: (boolean | import("@smithy/types").Provider<boolean>) & (boolean | import("@smithy/types").Provider<boolean | undefined>);
|
|
21
|
+
useFipsEndpoint: (boolean | import("@smithy/types").Provider<boolean>) & (boolean | import("@smithy/types").Provider<boolean | undefined>);
|
|
22
22
|
region: string | import("@smithy/types").Provider<any>;
|
|
23
23
|
profile?: string;
|
|
24
24
|
defaultUserAgentProvider: (config?: import("@aws-sdk/util-user-agent-browser").PreviouslyResolved) => Promise<import("@smithy/types").UserAgent>;
|