p6-cdk-s3-protector 0.0.48 → 0.0.50
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.jsii +7 -7
- package/lib/p6cdks3protector.js +1 -1
- package/node_modules/@aws/lambda-invoke-store/README.md +35 -27
- package/node_modules/@aws/lambda-invoke-store/dist-cjs/invoke-store.js +104 -46
- package/node_modules/@aws/lambda-invoke-store/dist-es/invoke-store.js +104 -46
- package/node_modules/@aws/lambda-invoke-store/dist-types/invoke-store.benchmark.d.ts +1 -0
- package/node_modules/@aws/lambda-invoke-store/dist-types/invoke-store.d.ts +40 -47
- package/node_modules/@aws/lambda-invoke-store/package.json +2 -2
- package/node_modules/@aws-sdk/client-s3/dist-cjs/index.js +525 -491
- package/node_modules/@aws-sdk/client-s3/dist-es/index.js +2 -1
- package/node_modules/@aws-sdk/client-s3/dist-es/models/enums.js +392 -0
- package/node_modules/@aws-sdk/client-s3/dist-es/models/errors.js +173 -0
- package/node_modules/@aws-sdk/client-s3/dist-es/models/models_0.js +1 -436
- package/node_modules/@aws-sdk/client-s3/dist-es/models/models_1.js +1 -126
- package/node_modules/@aws-sdk/client-s3/dist-es/schemas/schemas_0.js +62 -33
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketTaggingCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteObjectCommand.d.ts +8 -3
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteObjectsCommand.d.ts +5 -0
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketEncryptionCommand.d.ts +7 -2
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketPolicyCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketTaggingCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/ListObjectVersionsCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/ListObjectsCommand.d.ts +1 -1
- 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 +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketAccelerateConfigurationCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketAclCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketAnalyticsConfigurationCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketCorsCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketEncryptionCommand.d.ts +7 -2
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketIntelligentTieringConfigurationCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketInventoryConfigurationCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketLifecycleConfigurationCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketLoggingCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketMetricsConfigurationCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketNotificationConfigurationCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketOwnershipControlsCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketPolicyCommand.d.ts +1 -1
- 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/PutBucketRequestPaymentCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketTaggingCommand.d.ts +2 -2
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketVersioningCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketWebsiteCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutObjectAclCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutObjectCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutObjectLegalHoldCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutObjectLockConfigurationCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutObjectRetentionCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutObjectTaggingCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutPublicAccessBlockCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/RenameObjectCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/RestoreObjectCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/index.d.ts +4 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/models/enums.d.ts +960 -0
- package/node_modules/@aws-sdk/client-s3/dist-types/models/errors.d.ts +207 -0
- package/node_modules/@aws-sdk/client-s3/dist-types/models/models_0.d.ts +3701 -929
- package/node_modules/@aws-sdk/client-s3/dist-types/models/models_1.d.ts +3 -3889
- package/node_modules/@aws-sdk/client-s3/dist-types/schemas/schemas_0.d.ts +2 -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/PutBucketCorsCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketEncryptionCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketIntelligentTieringConfigurationCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketInventoryConfigurationCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketLifecycleConfigurationCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketLoggingCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketMetricsConfigurationCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketNotificationConfigurationCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketOwnershipControlsCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketPolicyCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketReplicationCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketRequestPaymentCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketTaggingCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketVersioningCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketWebsiteCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutObjectAclCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutObjectCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutObjectLegalHoldCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutObjectLockConfigurationCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutObjectRetentionCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutObjectTaggingCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutPublicAccessBlockCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/RenameObjectCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/RestoreObjectCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/index.d.ts +4 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/models/enums.d.ts +514 -0
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/models/errors.d.ts +87 -0
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/models/models_0.d.ts +607 -487
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/models/models_1.d.ts +11 -677
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/schemas/schemas_0.d.ts +2 -0
- package/node_modules/@aws-sdk/client-s3/package.json +27 -27
- package/node_modules/@aws-sdk/client-s3-control/dist-cjs/index.js +282 -282
- package/node_modules/@aws-sdk/client-s3-control/dist-es/index.js +2 -1
- package/node_modules/@aws-sdk/client-s3-control/dist-es/models/enums.js +281 -0
- package/node_modules/@aws-sdk/client-s3-control/dist-es/models/errors.js +165 -0
- package/node_modules/@aws-sdk/client-s3-control/dist-es/models/models_0.js +1 -370
- package/node_modules/@aws-sdk/client-s3-control/dist-es/schemas/schemas_0.js +1 -1
- package/node_modules/@aws-sdk/client-s3-control/dist-types/commands/ListAccessPointsForObjectLambdaCommand.d.ts +1 -2
- package/node_modules/@aws-sdk/client-s3-control/dist-types/commands/ListCallerAccessGrantsCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3-control/dist-types/commands/ListJobsCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3-control/dist-types/commands/ListMultiRegionAccessPointsCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3-control/dist-types/commands/ListRegionalBucketsCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3-control/dist-types/commands/ListStorageLensConfigurationsCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3-control/dist-types/commands/ListStorageLensGroupsCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3-control/dist-types/commands/ListTagsForResourceCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3-control/dist-types/commands/PutAccessGrantsInstanceResourcePolicyCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3-control/dist-types/commands/PutAccessPointConfigurationForObjectLambdaCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3-control/dist-types/commands/PutAccessPointPolicyCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3-control/dist-types/commands/PutAccessPointPolicyForObjectLambdaCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3-control/dist-types/commands/PutAccessPointScopeCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3-control/dist-types/commands/PutBucketLifecycleConfigurationCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3-control/dist-types/commands/PutBucketPolicyCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3-control/dist-types/commands/PutBucketReplicationCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3-control/dist-types/commands/PutBucketTaggingCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3-control/dist-types/commands/PutBucketVersioningCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3-control/dist-types/commands/PutJobTaggingCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3-control/dist-types/commands/PutMultiRegionAccessPointPolicyCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3-control/dist-types/commands/PutPublicAccessBlockCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3-control/dist-types/commands/PutStorageLensConfigurationCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3-control/dist-types/commands/PutStorageLensConfigurationTaggingCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3-control/dist-types/commands/SubmitMultiRegionAccessPointRoutesCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3-control/dist-types/commands/TagResourceCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3-control/dist-types/commands/UntagResourceCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3-control/dist-types/commands/UpdateAccessGrantsLocationCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3-control/dist-types/commands/UpdateJobPriorityCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3-control/dist-types/commands/UpdateJobStatusCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3-control/dist-types/commands/UpdateStorageLensGroupCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3-control/dist-types/index.d.ts +3 -1
- package/node_modules/@aws-sdk/client-s3-control/dist-types/models/enums.d.ts +689 -0
- package/node_modules/@aws-sdk/client-s3-control/dist-types/models/errors.d.ts +160 -0
- package/node_modules/@aws-sdk/client-s3-control/dist-types/models/models_0.d.ts +1165 -753
- package/node_modules/@aws-sdk/client-s3-control/dist-types/ts3.4/commands/ListAccessPointsForObjectLambdaCommand.d.ts +4 -2
- package/node_modules/@aws-sdk/client-s3-control/dist-types/ts3.4/commands/ListCallerAccessGrantsCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3-control/dist-types/ts3.4/commands/ListJobsCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3-control/dist-types/ts3.4/commands/ListMultiRegionAccessPointsCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3-control/dist-types/ts3.4/commands/ListRegionalBucketsCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3-control/dist-types/ts3.4/commands/ListStorageLensConfigurationsCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3-control/dist-types/ts3.4/commands/ListStorageLensGroupsCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3-control/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3-control/dist-types/ts3.4/commands/PutAccessGrantsInstanceResourcePolicyCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3-control/dist-types/ts3.4/commands/PutAccessPointConfigurationForObjectLambdaCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3-control/dist-types/ts3.4/commands/PutAccessPointPolicyCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3-control/dist-types/ts3.4/commands/PutAccessPointPolicyForObjectLambdaCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3-control/dist-types/ts3.4/commands/PutAccessPointScopeCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3-control/dist-types/ts3.4/commands/PutBucketLifecycleConfigurationCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3-control/dist-types/ts3.4/commands/PutBucketPolicyCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3-control/dist-types/ts3.4/commands/PutBucketReplicationCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3-control/dist-types/ts3.4/commands/PutBucketTaggingCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3-control/dist-types/ts3.4/commands/PutBucketVersioningCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3-control/dist-types/ts3.4/commands/PutJobTaggingCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3-control/dist-types/ts3.4/commands/PutMultiRegionAccessPointPolicyCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3-control/dist-types/ts3.4/commands/PutPublicAccessBlockCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3-control/dist-types/ts3.4/commands/PutStorageLensConfigurationCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3-control/dist-types/ts3.4/commands/PutStorageLensConfigurationTaggingCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3-control/dist-types/ts3.4/commands/SubmitMultiRegionAccessPointRoutesCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3-control/dist-types/ts3.4/commands/TagResourceCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3-control/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3-control/dist-types/ts3.4/commands/UpdateAccessGrantsLocationCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3-control/dist-types/ts3.4/commands/UpdateJobPriorityCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3-control/dist-types/ts3.4/commands/UpdateJobStatusCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3-control/dist-types/ts3.4/commands/UpdateStorageLensGroupCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3-control/dist-types/ts3.4/index.d.ts +3 -1
- package/node_modules/@aws-sdk/client-s3-control/dist-types/ts3.4/models/enums.d.ts +371 -0
- package/node_modules/@aws-sdk/client-s3-control/dist-types/ts3.4/models/errors.d.ts +95 -0
- package/node_modules/@aws-sdk/client-s3-control/dist-types/ts3.4/models/models_0.d.ts +307 -412
- package/node_modules/@aws-sdk/client-s3-control/package.json +21 -21
- package/node_modules/@aws-sdk/client-sso/dist-es/index.js +1 -1
- package/node_modules/@aws-sdk/client-sso/dist-es/models/errors.js +49 -0
- package/node_modules/@aws-sdk/client-sso/dist-es/models/models_0.js +1 -49
- package/node_modules/@aws-sdk/client-sso/dist-es/schemas/schemas_0.js +1 -1
- package/node_modules/@aws-sdk/client-sso/dist-types/index.d.ts +2 -1
- package/node_modules/@aws-sdk/client-sso/dist-types/models/errors.d.ts +53 -0
- package/node_modules/@aws-sdk/client-sso/dist-types/models/models_0.d.ts +0 -53
- package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/index.d.ts +2 -1
- package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/models/errors.d.ts +30 -0
- package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/models/models_0.d.ts +0 -30
- package/node_modules/@aws-sdk/client-sso/package.json +18 -18
- package/node_modules/@aws-sdk/client-sts/README.md +8 -0
- package/node_modules/@aws-sdk/client-sts/dist-cjs/index.js +125 -0
- package/node_modules/@aws-sdk/client-sts/dist-es/STS.js +2 -0
- package/node_modules/@aws-sdk/{token-providers/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/commands/CreateTokenCommand.js → client-sts/dist-es/commands/GetWebIdentityTokenCommand.js} +5 -5
- package/node_modules/@aws-sdk/client-sts/dist-es/commands/index.js +1 -0
- package/node_modules/@aws-sdk/client-sts/dist-es/index.js +1 -1
- package/node_modules/@aws-sdk/{token-providers/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/models/models_0.js → client-sts/dist-es/models/errors.js} +60 -0
- package/node_modules/@aws-sdk/client-sts/dist-es/models/models_0.js +1 -109
- package/node_modules/@aws-sdk/client-sts/dist-es/schemas/schemas_0.js +74 -1
- package/node_modules/@aws-sdk/client-sts/dist-types/STS.d.ts +7 -0
- package/node_modules/@aws-sdk/client-sts/dist-types/STSClient.d.ts +3 -2
- package/node_modules/@aws-sdk/client-sts/dist-types/commands/AssumeRoleCommand.d.ts +2 -3
- package/node_modules/@aws-sdk/client-sts/dist-types/commands/AssumeRoleWithSAMLCommand.d.ts +2 -3
- package/node_modules/@aws-sdk/client-sts/dist-types/commands/AssumeRoleWithWebIdentityCommand.d.ts +2 -3
- package/node_modules/@aws-sdk/client-sts/dist-types/commands/AssumeRootCommand.d.ts +2 -3
- package/node_modules/@aws-sdk/client-sts/dist-types/commands/GetDelegatedAccessTokenCommand.d.ts +19 -5
- package/node_modules/@aws-sdk/client-sts/dist-types/commands/GetFederationTokenCommand.d.ts +2 -3
- package/node_modules/@aws-sdk/client-sts/dist-types/commands/GetSessionTokenCommand.d.ts +2 -3
- package/node_modules/@aws-sdk/client-sts/dist-types/commands/GetWebIdentityTokenCommand.d.ts +98 -0
- package/node_modules/@aws-sdk/client-sts/dist-types/commands/index.d.ts +1 -0
- package/node_modules/@aws-sdk/client-sts/dist-types/index.d.ts +2 -1
- package/node_modules/@aws-sdk/client-sts/dist-types/models/errors.d.ts +172 -0
- package/node_modules/@aws-sdk/client-sts/dist-types/models/models_0.d.ts +61 -137
- package/node_modules/@aws-sdk/client-sts/dist-types/schemas/schemas_0.d.ts +8 -0
- package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/STS.d.ts +17 -0
- package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/STSClient.d.ts +8 -2
- package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/commands/GetWebIdentityTokenCommand.d.ts +51 -0
- package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/commands/index.d.ts +1 -0
- package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/index.d.ts +2 -1
- package/node_modules/@aws-sdk/{credential-provider-node/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/models/models_0.d.ts → client-sts/dist-types/ts3.4/models/errors.d.ts} +47 -59
- package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/models/models_0.d.ts +10 -71
- package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/schemas/schemas_0.d.ts +8 -0
- package/node_modules/@aws-sdk/client-sts/package.json +19 -19
- package/node_modules/@aws-sdk/core/package.json +4 -4
- package/node_modules/@aws-sdk/credential-provider-login/README.md +7 -0
- package/node_modules/@aws-sdk/credential-provider-login/dist-cjs/index.js +286 -0
- package/node_modules/@aws-sdk/credential-provider-login/dist-es/LoginCredentialsFetcher.js +262 -0
- package/node_modules/@aws-sdk/credential-provider-login/dist-es/fromLoginCredentials.js +21 -0
- package/node_modules/@aws-sdk/credential-provider-login/dist-es/index.js +2 -0
- package/node_modules/@aws-sdk/credential-provider-login/dist-types/LoginCredentialsFetcher.d.ts +42 -0
- package/node_modules/@aws-sdk/credential-provider-login/dist-types/fromLoginCredentials.d.ts +7 -0
- package/node_modules/@aws-sdk/credential-provider-login/dist-types/index.d.ts +8 -0
- package/node_modules/@aws-sdk/credential-provider-login/dist-types/ts3.4/LoginCredentialsFetcher.d.ts +24 -0
- package/node_modules/@aws-sdk/credential-provider-login/dist-types/ts3.4/fromLoginCredentials.d.ts +5 -0
- package/node_modules/@aws-sdk/credential-provider-login/dist-types/ts3.4/index.d.ts +2 -0
- package/node_modules/@aws-sdk/credential-provider-login/dist-types/ts3.4/types.d.ts +39 -0
- package/node_modules/@aws-sdk/credential-provider-login/dist-types/types.d.ts +59 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/property-provider/LICENSE +201 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/property-provider/README.md +10 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/property-provider/dist-cjs/index.js +117 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/property-provider/dist-es/CredentialsProviderError.js +8 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/property-provider/dist-es/ProviderError.js +23 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/property-provider/dist-es/TokenProviderError.js +8 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/property-provider/dist-es/chain.js +21 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/property-provider/dist-es/fromStatic.js +1 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/property-provider/dist-es/index.js +6 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/property-provider/dist-es/memoize.js +45 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/property-provider/dist-types/CredentialsProviderError.d.ts +31 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/property-provider/dist-types/ProviderError.d.ts +39 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/property-provider/dist-types/TokenProviderError.d.ts +31 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/property-provider/dist-types/chain.d.ts +13 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/property-provider/dist-types/fromStatic.d.ts +5 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/property-provider/dist-types/index.d.ts +24 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/property-provider/dist-types/memoize.d.ts +40 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/property-provider/dist-types/ts3.4/CredentialsProviderError.d.ts +31 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/property-provider/dist-types/ts3.4/ProviderError.d.ts +39 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/property-provider/dist-types/ts3.4/TokenProviderError.d.ts +31 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/property-provider/dist-types/ts3.4/chain.d.ts +13 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/property-provider/dist-types/ts3.4/fromStatic.d.ts +5 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/property-provider/dist-types/ts3.4/index.d.ts +24 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/property-provider/dist-types/ts3.4/memoize.d.ts +40 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/property-provider/package.json +61 -0
- package/node_modules/@aws-sdk/credential-provider-login/package.json +68 -0
- package/node_modules/@aws-sdk/credential-provider-node/node_modules/@aws-sdk/credential-provider-env/package.json +3 -3
- package/node_modules/@aws-sdk/credential-provider-node/node_modules/@aws-sdk/credential-provider-http/package.json +4 -4
- package/node_modules/@aws-sdk/credential-provider-node/node_modules/@aws-sdk/credential-provider-ini/dist-cjs/index.js +15 -0
- package/node_modules/@aws-sdk/credential-provider-node/node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveLoginCredentials.js +12 -0
- package/node_modules/@aws-sdk/credential-provider-node/node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveProfileData.js +4 -0
- package/node_modules/@aws-sdk/credential-provider-node/node_modules/@aws-sdk/credential-provider-ini/dist-types/fromIni.d.ts +4 -3
- package/node_modules/@aws-sdk/credential-provider-node/node_modules/@aws-sdk/credential-provider-ini/dist-types/resolveLoginCredentials.d.ts +10 -0
- package/node_modules/@aws-sdk/credential-provider-node/node_modules/@aws-sdk/credential-provider-ini/dist-types/ts3.4/fromIni.d.ts +3 -1
- package/node_modules/@aws-sdk/credential-provider-node/node_modules/@aws-sdk/credential-provider-ini/dist-types/ts3.4/resolveLoginCredentials.d.ts +7 -0
- package/node_modules/@aws-sdk/credential-provider-node/node_modules/@aws-sdk/credential-provider-ini/package.json +10 -9
- package/node_modules/@aws-sdk/credential-provider-node/node_modules/@aws-sdk/credential-provider-process/package.json +3 -3
- package/node_modules/@aws-sdk/credential-provider-node/node_modules/@aws-sdk/credential-provider-sso/package.json +5 -5
- package/node_modules/@aws-sdk/credential-provider-node/node_modules/@aws-sdk/credential-provider-web-identity/package.json +4 -4
- package/node_modules/@aws-sdk/credential-provider-node/package.json +8 -8
- package/node_modules/@aws-sdk/middleware-bucket-endpoint/package.json +2 -2
- package/node_modules/@aws-sdk/middleware-expect-continue/package.json +2 -2
- package/node_modules/@aws-sdk/middleware-flexible-checksums/package.json +3 -3
- package/node_modules/@aws-sdk/middleware-host-header/package.json +2 -2
- package/node_modules/@aws-sdk/middleware-location-constraint/package.json +2 -2
- package/node_modules/@aws-sdk/middleware-logger/package.json +2 -2
- package/node_modules/@aws-sdk/middleware-recursion-detection/dist-cjs/recursionDetectionMiddleware.js +2 -1
- package/node_modules/@aws-sdk/middleware-recursion-detection/dist-es/recursionDetectionMiddleware.js +2 -1
- package/node_modules/@aws-sdk/middleware-recursion-detection/package.json +3 -3
- package/node_modules/@aws-sdk/middleware-sdk-s3/package.json +5 -5
- package/node_modules/@aws-sdk/middleware-sdk-s3-control/package.json +4 -4
- package/node_modules/@aws-sdk/middleware-ssec/package.json +2 -2
- package/node_modules/@aws-sdk/middleware-user-agent/package.json +5 -5
- package/node_modules/@aws-sdk/{token-providers/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc → nested-clients/dist-cjs/submodules/signin}/auth/httpAuthSchemeProvider.js +7 -7
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/endpoint/ruleset.js +7 -0
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/index.js +439 -0
- package/node_modules/@aws-sdk/{token-providers/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc → nested-clients/dist-cjs/submodules/signin}/runtimeConfig.shared.js +4 -4
- package/node_modules/@aws-sdk/{credential-provider-node/node_modules/@aws-sdk/nested-clients → nested-clients}/dist-cjs/submodules/sso-oidc/index.js +10 -9
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/Signin.js +9 -0
- package/node_modules/@aws-sdk/{token-providers/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/STSClient.js → nested-clients/dist-es/submodules/signin/SigninClient.js} +3 -3
- package/node_modules/@aws-sdk/{token-providers/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc → nested-clients/dist-es/submodules/signin}/auth/httpAuthSchemeProvider.js +4 -4
- package/node_modules/@aws-sdk/{token-providers/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/commands/AssumeRoleCommand.js → nested-clients/dist-es/submodules/signin/commands/CreateOAuth2TokenCommand.js} +5 -5
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/commands/index.js +1 -0
- package/node_modules/@aws-sdk/{token-providers/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc → nested-clients/dist-es/submodules/signin}/endpoint/EndpointParameters.js +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/endpoint/ruleset.js +4 -0
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/index.js +6 -0
- package/node_modules/@aws-sdk/{token-providers/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/models/STSServiceException.js → nested-clients/dist-es/submodules/signin/models/SigninServiceException.js} +2 -2
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/models/enums.js +8 -0
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/models/errors.js +57 -0
- package/node_modules/@aws-sdk/{token-providers/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc → nested-clients/dist-es/submodules/signin}/runtimeConfig.shared.js +5 -5
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/schemas/schemas_0.js +221 -0
- package/node_modules/@aws-sdk/{credential-provider-node/node_modules/@aws-sdk/nested-clients → nested-clients}/dist-es/submodules/sso-oidc/index.js +2 -1
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/models/enums.js +9 -0
- package/node_modules/@aws-sdk/{credential-provider-node/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/models/models_0.js → nested-clients/dist-es/submodules/sso-oidc/models/errors.js} +0 -9
- package/node_modules/@aws-sdk/{token-providers/node_modules/@aws-sdk/nested-clients → nested-clients}/dist-es/submodules/sso-oidc/schemas/schemas_0.js +1 -1
- package/node_modules/@aws-sdk/{token-providers/node_modules/@aws-sdk/nested-clients → nested-clients}/dist-es/submodules/sts/index.js +1 -1
- package/node_modules/@aws-sdk/{credential-provider-node/node_modules/@aws-sdk/nested-clients → nested-clients}/dist-es/submodules/sts/schemas/schemas_0.js +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/Signin.d.ts +18 -0
- package/node_modules/@aws-sdk/{token-providers/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/STSClient.d.ts → nested-clients/dist-types/submodules/signin/SigninClient.d.ts} +15 -18
- package/node_modules/@aws-sdk/{token-providers/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts → nested-clients/dist-types/submodules/signin}/auth/httpAuthExtensionConfiguration.d.ts +4 -4
- package/node_modules/@aws-sdk/{token-providers/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc → nested-clients/dist-types/submodules/signin}/auth/httpAuthSchemeProvider.d.ts +8 -8
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/commands/CreateOAuth2TokenCommand.d.ts +157 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/commands/index.d.ts +1 -0
- package/node_modules/@aws-sdk/{token-providers/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts → nested-clients/dist-types/submodules/signin}/extensionConfiguration.d.ts +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/index.d.ts +16 -0
- package/node_modules/@aws-sdk/{token-providers/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/models/STSServiceException.d.ts → nested-clients/dist-types/submodules/signin/models/SigninServiceException.d.ts} +2 -2
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/models/enums.d.ts +34 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/models/errors.d.ts +102 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/models/models_0.d.ts +142 -0
- package/node_modules/@aws-sdk/{token-providers/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc → nested-clients/dist-types/submodules/signin}/runtimeConfig.browser.d.ts +4 -3
- package/node_modules/@aws-sdk/{token-providers/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc → nested-clients/dist-types/submodules/signin}/runtimeConfig.d.ts +4 -3
- package/node_modules/@aws-sdk/{token-providers/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc → nested-clients/dist-types/submodules/signin}/runtimeConfig.native.d.ts +4 -3
- package/node_modules/@aws-sdk/{token-providers/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc → nested-clients/dist-types/submodules/signin}/runtimeConfig.shared.d.ts +3 -3
- package/node_modules/@aws-sdk/{token-providers/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts → nested-clients/dist-types/submodules/signin}/runtimeExtensions.d.ts +2 -2
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/schemas/schemas_0.d.ts +14 -0
- package/node_modules/@aws-sdk/{credential-provider-node/node_modules/@aws-sdk/nested-clients → nested-clients}/dist-types/submodules/sso-oidc/index.d.ts +3 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/models/enums.d.ts +25 -0
- package/node_modules/@aws-sdk/{token-providers/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/models/models_0.d.ts → nested-clients/dist-types/submodules/sso-oidc/models/errors.d.ts} +1 -134
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/models/models_0.d.ts +109 -0
- package/node_modules/@aws-sdk/{credential-provider-node/node_modules/@aws-sdk/nested-clients → nested-clients}/dist-types/submodules/sts/index.d.ts +2 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/models/errors.d.ts +108 -0
- package/node_modules/@aws-sdk/{token-providers/node_modules/@aws-sdk/nested-clients → nested-clients}/dist-types/submodules/sts/models/models_0.d.ts +0 -108
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/index.d.ts +1 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/Signin.d.ts +22 -0
- package/node_modules/@aws-sdk/{token-providers/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/SSOOIDCClient.d.ts → nested-clients/dist-types/ts3.4/submodules/signin/SigninClient.d.ts} +16 -14
- package/node_modules/@aws-sdk/{token-providers/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts → nested-clients/dist-types/ts3.4/submodules/signin}/auth/httpAuthExtensionConfiguration.d.ts +4 -4
- package/node_modules/@aws-sdk/{token-providers/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc → nested-clients/dist-types/ts3.4/submodules/signin}/auth/httpAuthSchemeProvider.d.ts +13 -13
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/commands/CreateOAuth2TokenCommand.d.ts +47 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/commands/index.d.ts +1 -0
- package/node_modules/@aws-sdk/{token-providers/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts → nested-clients/dist-types/ts3.4/submodules/signin}/extensionConfiguration.d.ts +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/index.d.ts +10 -0
- package/node_modules/@aws-sdk/{token-providers/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/models/STSServiceException.d.ts → nested-clients/dist-types/ts3.4/submodules/signin/models/SigninServiceException.d.ts} +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/models/enums.d.ts +10 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/models/errors.d.ts +35 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/models/models_0.d.ts +26 -0
- package/node_modules/@aws-sdk/{token-providers/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts → nested-clients/dist-types/ts3.4/submodules/signin}/runtimeConfig.browser.d.ts +4 -8
- package/node_modules/@aws-sdk/{token-providers/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc → nested-clients/dist-types/ts3.4/submodules/signin}/runtimeConfig.d.ts +6 -3
- package/node_modules/@aws-sdk/{token-providers/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts → nested-clients/dist-types/ts3.4/submodules/signin}/runtimeConfig.native.d.ts +4 -8
- package/node_modules/@aws-sdk/{token-providers/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc → nested-clients/dist-types/ts3.4/submodules/signin}/runtimeConfig.shared.d.ts +3 -3
- package/node_modules/@aws-sdk/{token-providers/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts → nested-clients/dist-types/ts3.4/submodules/signin}/runtimeExtensions.d.ts +2 -2
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/schemas/schemas_0.d.ts +19 -0
- package/node_modules/@aws-sdk/{token-providers/node_modules/@aws-sdk/nested-clients → nested-clients}/dist-types/ts3.4/submodules/sso-oidc/index.d.ts +3 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/models/enums.d.ts +13 -0
- package/node_modules/@aws-sdk/{credential-provider-node/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/models/models_0.d.ts → nested-clients/dist-types/ts3.4/submodules/sso-oidc/models/errors.d.ts} +4 -31
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/models/models_0.d.ts +18 -0
- package/node_modules/@aws-sdk/{credential-provider-node/node_modules/@aws-sdk/nested-clients → nested-clients}/dist-types/ts3.4/submodules/sts/index.d.ts +2 -1
- package/node_modules/@aws-sdk/{token-providers/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/models/models_0.d.ts → nested-clients/dist-types/ts3.4/submodules/sts/models/errors.d.ts} +0 -59
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/models/models_0.d.ts +59 -0
- package/node_modules/@aws-sdk/{token-providers/node_modules/@aws-sdk/nested-clients → nested-clients}/package.json +29 -18
- package/node_modules/@aws-sdk/{token-providers/node_modules/@aws-sdk/nested-clients/sts.d.ts → nested-clients/signin.d.ts} +2 -2
- package/node_modules/@aws-sdk/{token-providers/node_modules/@aws-sdk/nested-clients/sts.js → nested-clients/signin.js} +1 -1
- package/node_modules/@aws-sdk/region-config-resolver/package.json +2 -2
- package/node_modules/@aws-sdk/signature-v4-multi-region/package.json +3 -3
- package/node_modules/@aws-sdk/token-providers/package.json +4 -4
- package/node_modules/@aws-sdk/types/dist-types/feature-ids.d.ts +2 -0
- package/node_modules/@aws-sdk/types/dist-types/ts3.4/feature-ids.d.ts +2 -0
- package/node_modules/@aws-sdk/types/package.json +1 -1
- package/node_modules/@aws-sdk/util-endpoints/package.json +2 -2
- package/node_modules/@aws-sdk/util-user-agent-browser/package.json +2 -2
- package/node_modules/@aws-sdk/util-user-agent-node/package.json +3 -3
- package/node_modules/@smithy/core/dist-cjs/submodules/cbor/index.js +0 -1
- package/node_modules/@smithy/core/dist-cjs/submodules/protocols/index.js +6 -0
- package/node_modules/@smithy/core/dist-cjs/submodules/schema/index.js +3 -0
- package/node_modules/@smithy/core/dist-es/submodules/cbor/SmithyRpcV2CborProtocol.js +0 -1
- package/node_modules/@smithy/core/dist-es/submodules/protocols/HttpBindingProtocol.js +6 -0
- package/node_modules/@smithy/core/dist-es/submodules/schema/middleware/schemaDeserializationMiddleware.js +3 -0
- package/node_modules/@smithy/core/dist-types/submodules/protocols/HttpBindingProtocol.d.ts +6 -2
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/HttpBindingProtocol.d.ts +6 -2
- package/node_modules/@smithy/core/package.json +2 -2
- package/node_modules/@smithy/middleware-endpoint/package.json +3 -3
- package/node_modules/@smithy/middleware-retry/package.json +2 -2
- package/node_modules/@smithy/middleware-serde/dist-cjs/index.js +3 -0
- package/node_modules/@smithy/middleware-serde/dist-es/deserializerMiddleware.js +3 -0
- package/node_modules/@smithy/middleware-serde/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/cdk-iam-floyd/README.md +4 -4
- package/node_modules/cdk-iam-floyd/lib/generated/aws-managed-policies/cdk-iam-floyd.d.ts +8 -0
- package/node_modules/cdk-iam-floyd/lib/generated/aws-managed-policies/cdk-iam-floyd.js +17 -1
- package/node_modules/cdk-iam-floyd/lib/generated/aws-managed-policies/iam-floyd.d.ts +8 -0
- package/node_modules/cdk-iam-floyd/lib/generated/aws-managed-policies/iam-floyd.js +9 -1
- package/node_modules/cdk-iam-floyd/lib/generated/index.d.ts +3 -1
- package/node_modules/cdk-iam-floyd/lib/generated/index.js +15 -11
- package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/appstream2-0.d.ts +94 -0
- package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/appstream2-0.js +123 -2
- package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/athena.d.ts +38 -0
- package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/athena.js +47 -1
- package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/billing.d.ts +8 -0
- package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/billing.js +9 -1
- package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/cloudformation.d.ts +26 -0
- package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/cloudformation.js +32 -1
- package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/eksmcpserver.d.ts +41 -0
- package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/eksmcpserver.js +60 -0
- package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/glue.d.ts +55 -0
- package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/glue.js +61 -1
- package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/healthlake.d.ts +56 -0
- package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/healthlake.js +78 -1
- package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/lambda.d.ts +2 -0
- package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/lambda.js +3 -1
- package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/mwaaserverless.d.ts +213 -0
- package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/mwaaserverless.js +280 -0
- package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/opensearchservice.d.ts +32 -0
- package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/opensearchservice.js +45 -1
- package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/route53.d.ts +0 -8
- package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/route53.js +1 -12
- package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/{sagemakerunifiedstudiomcpisamanagedmcpsolutionforawsdataprocessingserviceslikeemr-glue-athena.d.ts → sagemakerunifiedstudiomcpisamanagedmcpsolutionforawsdataprocessingserviceslikeemr-glue_athena.d.ts} +2 -2
- package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/{sagemakerunifiedstudiomcpisamanagedmcpsolutionforawsdataprocessingserviceslikeemr-glue-athena.js → sagemakerunifiedstudiomcpisamanagedmcpsolutionforawsdataprocessingserviceslikeemr-glue_athena.js} +3 -3
- package/node_modules/cdk-iam-floyd/package.json +1 -1
- package/package.json +12 -12
- package/node_modules/@aws-sdk/client-s3/dist-es/models/index.js +0 -2
- package/node_modules/@aws-sdk/client-s3/dist-types/models/index.d.ts +0 -2
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/models/index.d.ts +0 -2
- package/node_modules/@aws-sdk/client-s3-control/dist-es/models/index.js +0 -2
- package/node_modules/@aws-sdk/client-s3-control/dist-es/models/models_1.js +0 -77
- package/node_modules/@aws-sdk/client-s3-control/dist-types/models/index.d.ts +0 -2
- package/node_modules/@aws-sdk/client-s3-control/dist-types/models/models_1.d.ts +0 -1263
- package/node_modules/@aws-sdk/client-s3-control/dist-types/ts3.4/models/index.d.ts +0 -2
- package/node_modules/@aws-sdk/client-s3-control/dist-types/ts3.4/models/models_1.d.ts +0 -330
- package/node_modules/@aws-sdk/client-sso/dist-es/models/index.js +0 -1
- package/node_modules/@aws-sdk/client-sso/dist-types/models/index.d.ts +0 -1
- package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/models/index.d.ts +0 -1
- package/node_modules/@aws-sdk/client-sts/dist-es/models/index.js +0 -1
- package/node_modules/@aws-sdk/client-sts/dist-types/models/index.d.ts +0 -1
- package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/models/index.d.ts +0 -1
- package/node_modules/@aws-sdk/credential-provider-node/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/models/index.js +0 -1
- package/node_modules/@aws-sdk/credential-provider-node/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/schemas/schemas_0.js +0 -211
- package/node_modules/@aws-sdk/credential-provider-node/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/index.js +0 -6
- package/node_modules/@aws-sdk/credential-provider-node/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/models/index.js +0 -1
- package/node_modules/@aws-sdk/credential-provider-node/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/models/index.d.ts +0 -1
- package/node_modules/@aws-sdk/credential-provider-node/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/models/models_0.d.ts +0 -412
- package/node_modules/@aws-sdk/credential-provider-node/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/models/index.d.ts +0 -1
- package/node_modules/@aws-sdk/credential-provider-node/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/models/models_0.d.ts +0 -696
- package/node_modules/@aws-sdk/credential-provider-node/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/index.d.ts +0 -8
- package/node_modules/@aws-sdk/credential-provider-node/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/models/index.d.ts +0 -1
- package/node_modules/@aws-sdk/credential-provider-node/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/models/index.d.ts +0 -1
- package/node_modules/@aws-sdk/credential-provider-node/node_modules/@aws-sdk/nested-clients/package.json +0 -116
- package/node_modules/@aws-sdk/token-providers/node_modules/@aws-sdk/nested-clients/README.md +0 -13
- package/node_modules/@aws-sdk/token-providers/node_modules/@aws-sdk/nested-clients/dist-cjs/index.js +0 -2
- package/node_modules/@aws-sdk/token-providers/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/endpoint/ruleset.js +0 -7
- package/node_modules/@aws-sdk/token-providers/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/index.js +0 -560
- package/node_modules/@aws-sdk/token-providers/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/runtimeConfig.browser.js +0 -38
- package/node_modules/@aws-sdk/token-providers/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/STSClient.js +0 -54
- package/node_modules/@aws-sdk/token-providers/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/auth/httpAuthExtensionConfiguration.js +0 -43
- package/node_modules/@aws-sdk/token-providers/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/auth/httpAuthSchemeProvider.js +0 -62
- package/node_modules/@aws-sdk/token-providers/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/endpoint/EndpointParameters.js +0 -19
- package/node_modules/@aws-sdk/token-providers/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/endpoint/endpointResolver.js +0 -18
- package/node_modules/@aws-sdk/token-providers/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/endpoint/ruleset.js +0 -7
- package/node_modules/@aws-sdk/token-providers/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/index.js +0 -488
- package/node_modules/@aws-sdk/token-providers/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/runtimeConfig.js +0 -68
- package/node_modules/@aws-sdk/token-providers/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/runtimeConfig.native.js +0 -15
- package/node_modules/@aws-sdk/token-providers/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/runtimeConfig.shared.js +0 -47
- package/node_modules/@aws-sdk/token-providers/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/runtimeExtensions.js +0 -13
- package/node_modules/@aws-sdk/token-providers/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/SSOOIDC.js +0 -9
- package/node_modules/@aws-sdk/token-providers/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/SSOOIDCClient.js +0 -50
- package/node_modules/@aws-sdk/token-providers/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/commands/index.js +0 -1
- package/node_modules/@aws-sdk/token-providers/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/endpoint/ruleset.js +0 -4
- package/node_modules/@aws-sdk/token-providers/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/index.js +0 -5
- package/node_modules/@aws-sdk/token-providers/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/models/SSOOIDCServiceException.js +0 -8
- package/node_modules/@aws-sdk/token-providers/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/models/index.js +0 -1
- package/node_modules/@aws-sdk/token-providers/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/models/models_0.js +0 -190
- package/node_modules/@aws-sdk/token-providers/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/runtimeConfig.browser.js +0 -33
- package/node_modules/@aws-sdk/token-providers/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/STS.js +0 -11
- package/node_modules/@aws-sdk/token-providers/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/auth/httpAuthExtensionConfiguration.js +0 -38
- package/node_modules/@aws-sdk/token-providers/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/auth/httpAuthSchemeProvider.js +0 -55
- package/node_modules/@aws-sdk/token-providers/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/commands/AssumeRoleWithWebIdentityCommand.js +0 -16
- package/node_modules/@aws-sdk/token-providers/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/commands/index.js +0 -2
- package/node_modules/@aws-sdk/token-providers/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/defaultRoleAssumers.js +0 -22
- package/node_modules/@aws-sdk/token-providers/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/defaultStsRoleAssumers.js +0 -106
- package/node_modules/@aws-sdk/token-providers/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/endpoint/EndpointParameters.js +0 -15
- package/node_modules/@aws-sdk/token-providers/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/endpoint/endpointResolver.js +0 -14
- package/node_modules/@aws-sdk/token-providers/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/endpoint/ruleset.js +0 -4
- package/node_modules/@aws-sdk/token-providers/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/models/index.js +0 -1
- package/node_modules/@aws-sdk/token-providers/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/runtimeConfig.js +0 -63
- package/node_modules/@aws-sdk/token-providers/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/runtimeConfig.native.js +0 -11
- package/node_modules/@aws-sdk/token-providers/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/runtimeConfig.shared.js +0 -43
- package/node_modules/@aws-sdk/token-providers/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/runtimeExtensions.js +0 -9
- package/node_modules/@aws-sdk/token-providers/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/schemas/schemas_0.js +0 -214
- package/node_modules/@aws-sdk/token-providers/node_modules/@aws-sdk/nested-clients/dist-types/index.d.ts +0 -7
- package/node_modules/@aws-sdk/token-providers/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/SSOOIDC.d.ts +0 -55
- package/node_modules/@aws-sdk/token-providers/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/SSOOIDCClient.d.ts +0 -229
- package/node_modules/@aws-sdk/token-providers/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/auth/httpAuthExtensionConfiguration.d.ts +0 -29
- package/node_modules/@aws-sdk/token-providers/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/commands/CreateTokenCommand.d.ts +0 -176
- package/node_modules/@aws-sdk/token-providers/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/commands/index.d.ts +0 -1
- package/node_modules/@aws-sdk/token-providers/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/extensionConfiguration.d.ts +0 -9
- package/node_modules/@aws-sdk/token-providers/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/index.d.ts +0 -51
- package/node_modules/@aws-sdk/token-providers/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/models/SSOOIDCServiceException.d.ts +0 -14
- package/node_modules/@aws-sdk/token-providers/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/models/index.d.ts +0 -1
- package/node_modules/@aws-sdk/token-providers/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/runtimeExtensions.d.ts +0 -17
- package/node_modules/@aws-sdk/token-providers/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/schemas/schemas_0.d.ts +0 -23
- package/node_modules/@aws-sdk/token-providers/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/STS.d.ts +0 -27
- package/node_modules/@aws-sdk/token-providers/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/auth/httpAuthSchemeProvider.d.ts +0 -85
- package/node_modules/@aws-sdk/token-providers/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/commands/AssumeRoleCommand.d.ts +0 -271
- package/node_modules/@aws-sdk/token-providers/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/commands/AssumeRoleWithWebIdentityCommand.d.ts +0 -291
- package/node_modules/@aws-sdk/token-providers/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/commands/index.d.ts +0 -2
- package/node_modules/@aws-sdk/token-providers/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/defaultRoleAssumers.d.ts +0 -23
- package/node_modules/@aws-sdk/token-providers/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/defaultStsRoleAssumers.d.ts +0 -43
- package/node_modules/@aws-sdk/token-providers/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/endpoint/EndpointParameters.d.ts +0 -44
- package/node_modules/@aws-sdk/token-providers/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/endpoint/endpointResolver.d.ts +0 -5
- package/node_modules/@aws-sdk/token-providers/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/index.d.ts +0 -17
- package/node_modules/@aws-sdk/token-providers/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/models/index.d.ts +0 -1
- package/node_modules/@aws-sdk/token-providers/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/runtimeConfig.browser.d.ts +0 -60
- package/node_modules/@aws-sdk/token-providers/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/runtimeConfig.d.ts +0 -58
- package/node_modules/@aws-sdk/token-providers/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/runtimeConfig.native.d.ts +0 -59
- package/node_modules/@aws-sdk/token-providers/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/runtimeConfig.shared.d.ts +0 -33
- package/node_modules/@aws-sdk/token-providers/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/schemas/schemas_0.d.ts +0 -26
- package/node_modules/@aws-sdk/token-providers/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/SSOOIDC.d.ts +0 -22
- package/node_modules/@aws-sdk/token-providers/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/auth/httpAuthExtensionConfiguration.d.ts +0 -32
- package/node_modules/@aws-sdk/token-providers/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/commands/CreateTokenCommand.d.ts +0 -43
- package/node_modules/@aws-sdk/token-providers/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/commands/index.d.ts +0 -1
- package/node_modules/@aws-sdk/token-providers/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/endpoint/ruleset.d.ts +0 -2
- package/node_modules/@aws-sdk/token-providers/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/extensionConfiguration.d.ts +0 -9
- package/node_modules/@aws-sdk/token-providers/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/models/SSOOIDCServiceException.d.ts +0 -9
- package/node_modules/@aws-sdk/token-providers/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/models/index.d.ts +0 -1
- package/node_modules/@aws-sdk/token-providers/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/models/models_0.d.ts +0 -132
- package/node_modules/@aws-sdk/token-providers/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/runtimeConfig.browser.d.ts +0 -116
- package/node_modules/@aws-sdk/token-providers/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/runtimeConfig.native.d.ts +0 -120
- package/node_modules/@aws-sdk/token-providers/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/runtimeExtensions.d.ts +0 -11
- package/node_modules/@aws-sdk/token-providers/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/schemas/schemas_0.d.ts +0 -28
- package/node_modules/@aws-sdk/token-providers/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/STS.d.ts +0 -39
- package/node_modules/@aws-sdk/token-providers/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/STSClient.d.ts +0 -132
- package/node_modules/@aws-sdk/token-providers/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/auth/httpAuthSchemeProvider.d.ts +0 -57
- package/node_modules/@aws-sdk/token-providers/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/commands/AssumeRoleCommand.d.ts +0 -47
- package/node_modules/@aws-sdk/token-providers/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/commands/AssumeRoleWithWebIdentityCommand.d.ts +0 -51
- package/node_modules/@aws-sdk/token-providers/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/commands/index.d.ts +0 -2
- package/node_modules/@aws-sdk/token-providers/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/defaultRoleAssumers.d.ts +0 -19
- package/node_modules/@aws-sdk/token-providers/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/defaultStsRoleAssumers.d.ts +0 -33
- package/node_modules/@aws-sdk/token-providers/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/endpoint/EndpointParameters.d.ts +0 -57
- package/node_modules/@aws-sdk/token-providers/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/endpoint/endpointResolver.d.ts +0 -8
- package/node_modules/@aws-sdk/token-providers/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/endpoint/ruleset.d.ts +0 -2
- package/node_modules/@aws-sdk/token-providers/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/index.d.ts +0 -9
- package/node_modules/@aws-sdk/token-providers/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/models/index.d.ts +0 -1
- package/node_modules/@aws-sdk/token-providers/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/runtimeConfig.d.ts +0 -107
- package/node_modules/@aws-sdk/token-providers/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/runtimeConfig.shared.d.ts +0 -53
- package/node_modules/@aws-sdk/token-providers/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/schemas/schemas_0.d.ts +0 -32
- package/node_modules/@aws-sdk/token-providers/node_modules/@aws-sdk/nested-clients/sso-oidc.d.ts +0 -7
- package/node_modules/@aws-sdk/token-providers/node_modules/@aws-sdk/nested-clients/sso-oidc.js +0 -5
- package/node_modules/@aws-sdk/{credential-provider-node/node_modules/@aws-sdk/nested-clients/dist-es/index.js → credential-provider-login/dist-es/types.js} +0 -0
- package/node_modules/@aws-sdk/{credential-provider-node/node_modules/@aws-sdk/nested-clients → nested-clients}/README.md +0 -0
- package/node_modules/@aws-sdk/{credential-provider-node/node_modules/@aws-sdk/nested-clients → nested-clients}/dist-cjs/index.js +0 -0
- package/node_modules/@aws-sdk/{credential-provider-node/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc → nested-clients/dist-cjs/submodules/signin}/endpoint/endpointResolver.js +0 -0
- package/node_modules/@aws-sdk/{credential-provider-node/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts → nested-clients/dist-cjs/submodules/signin}/runtimeConfig.browser.js +0 -0
- package/node_modules/@aws-sdk/{credential-provider-node/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc → nested-clients/dist-cjs/submodules/signin}/runtimeConfig.js +0 -0
- package/node_modules/@aws-sdk/{credential-provider-node/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc → nested-clients/dist-cjs/submodules/signin}/runtimeConfig.native.js +0 -0
- package/node_modules/@aws-sdk/{credential-provider-node/node_modules/@aws-sdk/nested-clients → nested-clients}/dist-cjs/submodules/sso-oidc/auth/httpAuthSchemeProvider.js +0 -0
- package/node_modules/@aws-sdk/{token-providers/node_modules/@aws-sdk/nested-clients → nested-clients}/dist-cjs/submodules/sso-oidc/endpoint/endpointResolver.js +0 -0
- package/node_modules/@aws-sdk/{credential-provider-node/node_modules/@aws-sdk/nested-clients → nested-clients}/dist-cjs/submodules/sso-oidc/endpoint/ruleset.js +0 -0
- package/node_modules/@aws-sdk/{credential-provider-node/node_modules/@aws-sdk/nested-clients → nested-clients}/dist-cjs/submodules/sso-oidc/runtimeConfig.browser.js +0 -0
- package/node_modules/@aws-sdk/{token-providers/node_modules/@aws-sdk/nested-clients → nested-clients}/dist-cjs/submodules/sso-oidc/runtimeConfig.js +0 -0
- package/node_modules/@aws-sdk/{credential-provider-node/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts → nested-clients/dist-cjs/submodules/sso-oidc}/runtimeConfig.native.js +0 -0
- package/node_modules/@aws-sdk/{credential-provider-node/node_modules/@aws-sdk/nested-clients → nested-clients}/dist-cjs/submodules/sso-oidc/runtimeConfig.shared.js +0 -0
- package/node_modules/@aws-sdk/{credential-provider-node/node_modules/@aws-sdk/nested-clients → nested-clients}/dist-cjs/submodules/sts/STSClient.js +0 -0
- package/node_modules/@aws-sdk/{credential-provider-node/node_modules/@aws-sdk/nested-clients → nested-clients}/dist-cjs/submodules/sts/auth/httpAuthExtensionConfiguration.js +0 -0
- package/node_modules/@aws-sdk/{credential-provider-node/node_modules/@aws-sdk/nested-clients → nested-clients}/dist-cjs/submodules/sts/auth/httpAuthSchemeProvider.js +0 -0
- package/node_modules/@aws-sdk/{credential-provider-node/node_modules/@aws-sdk/nested-clients → nested-clients}/dist-cjs/submodules/sts/endpoint/EndpointParameters.js +0 -0
- package/node_modules/@aws-sdk/{credential-provider-node/node_modules/@aws-sdk/nested-clients → nested-clients}/dist-cjs/submodules/sts/endpoint/endpointResolver.js +0 -0
- package/node_modules/@aws-sdk/{credential-provider-node/node_modules/@aws-sdk/nested-clients → nested-clients}/dist-cjs/submodules/sts/endpoint/ruleset.js +0 -0
- package/node_modules/@aws-sdk/{credential-provider-node/node_modules/@aws-sdk/nested-clients → nested-clients}/dist-cjs/submodules/sts/index.js +0 -0
- package/node_modules/@aws-sdk/{token-providers/node_modules/@aws-sdk/nested-clients → nested-clients}/dist-cjs/submodules/sts/runtimeConfig.browser.js +0 -0
- package/node_modules/@aws-sdk/{credential-provider-node/node_modules/@aws-sdk/nested-clients → nested-clients}/dist-cjs/submodules/sts/runtimeConfig.js +0 -0
- package/node_modules/@aws-sdk/{token-providers/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc → nested-clients/dist-cjs/submodules/sts}/runtimeConfig.native.js +0 -0
- package/node_modules/@aws-sdk/{credential-provider-node/node_modules/@aws-sdk/nested-clients → nested-clients}/dist-cjs/submodules/sts/runtimeConfig.shared.js +0 -0
- package/node_modules/@aws-sdk/{credential-provider-node/node_modules/@aws-sdk/nested-clients → nested-clients}/dist-cjs/submodules/sts/runtimeExtensions.js +0 -0
- package/node_modules/@aws-sdk/{token-providers/node_modules/@aws-sdk/nested-clients → nested-clients}/dist-es/index.js +0 -0
- package/node_modules/@aws-sdk/{credential-provider-node/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc → nested-clients/dist-es/submodules/signin}/auth/httpAuthExtensionConfiguration.js +0 -0
- package/node_modules/@aws-sdk/{credential-provider-node/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc → nested-clients/dist-es/submodules/signin}/endpoint/endpointResolver.js +0 -0
- package/node_modules/@aws-sdk/{credential-provider-node/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc → nested-clients/dist-es/submodules/signin}/extensionConfiguration.js +0 -0
- package/node_modules/@aws-sdk/{credential-provider-node/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/extensionConfiguration.js → nested-clients/dist-es/submodules/signin/models/models_0.js} +0 -0
- package/node_modules/@aws-sdk/{credential-provider-node/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts → nested-clients/dist-es/submodules/signin}/runtimeConfig.browser.js +0 -0
- package/node_modules/@aws-sdk/{credential-provider-node/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc → nested-clients/dist-es/submodules/signin}/runtimeConfig.js +0 -0
- package/node_modules/@aws-sdk/{credential-provider-node/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc → nested-clients/dist-es/submodules/signin}/runtimeConfig.native.js +0 -0
- package/node_modules/@aws-sdk/{credential-provider-node/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc → nested-clients/dist-es/submodules/signin}/runtimeExtensions.js +0 -0
- package/node_modules/@aws-sdk/{credential-provider-node/node_modules/@aws-sdk/nested-clients → nested-clients}/dist-es/submodules/sso-oidc/SSOOIDC.js +0 -0
- package/node_modules/@aws-sdk/{credential-provider-node/node_modules/@aws-sdk/nested-clients → nested-clients}/dist-es/submodules/sso-oidc/SSOOIDCClient.js +0 -0
- package/node_modules/@aws-sdk/{credential-provider-node/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts → nested-clients/dist-es/submodules/sso-oidc}/auth/httpAuthExtensionConfiguration.js +0 -0
- package/node_modules/@aws-sdk/{credential-provider-node/node_modules/@aws-sdk/nested-clients → nested-clients}/dist-es/submodules/sso-oidc/auth/httpAuthSchemeProvider.js +0 -0
- package/node_modules/@aws-sdk/{credential-provider-node/node_modules/@aws-sdk/nested-clients → nested-clients}/dist-es/submodules/sso-oidc/commands/CreateTokenCommand.js +0 -0
- package/node_modules/@aws-sdk/{credential-provider-node/node_modules/@aws-sdk/nested-clients → nested-clients}/dist-es/submodules/sso-oidc/commands/index.js +0 -0
- package/node_modules/@aws-sdk/{credential-provider-node/node_modules/@aws-sdk/nested-clients → nested-clients}/dist-es/submodules/sso-oidc/endpoint/EndpointParameters.js +0 -0
- package/node_modules/@aws-sdk/{token-providers/node_modules/@aws-sdk/nested-clients → nested-clients}/dist-es/submodules/sso-oidc/endpoint/endpointResolver.js +0 -0
- package/node_modules/@aws-sdk/{credential-provider-node/node_modules/@aws-sdk/nested-clients → nested-clients}/dist-es/submodules/sso-oidc/endpoint/ruleset.js +0 -0
- package/node_modules/@aws-sdk/{token-providers/node_modules/@aws-sdk/nested-clients → nested-clients}/dist-es/submodules/sso-oidc/extensionConfiguration.js +0 -0
- package/node_modules/@aws-sdk/{credential-provider-node/node_modules/@aws-sdk/nested-clients → nested-clients}/dist-es/submodules/sso-oidc/models/SSOOIDCServiceException.js +0 -0
- package/node_modules/@aws-sdk/{credential-provider-node/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/index.d.ts → nested-clients/dist-es/submodules/sso-oidc/models/models_0.js} +0 -0
- package/node_modules/@aws-sdk/{credential-provider-node/node_modules/@aws-sdk/nested-clients → nested-clients}/dist-es/submodules/sso-oidc/runtimeConfig.browser.js +0 -0
- package/node_modules/@aws-sdk/{token-providers/node_modules/@aws-sdk/nested-clients → nested-clients}/dist-es/submodules/sso-oidc/runtimeConfig.js +0 -0
- package/node_modules/@aws-sdk/{credential-provider-node/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts → nested-clients/dist-es/submodules/sso-oidc}/runtimeConfig.native.js +0 -0
- package/node_modules/@aws-sdk/{credential-provider-node/node_modules/@aws-sdk/nested-clients → nested-clients}/dist-es/submodules/sso-oidc/runtimeConfig.shared.js +0 -0
- package/node_modules/@aws-sdk/{credential-provider-node/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts → nested-clients/dist-es/submodules/sso-oidc}/runtimeExtensions.js +0 -0
- package/node_modules/@aws-sdk/{credential-provider-node/node_modules/@aws-sdk/nested-clients → nested-clients}/dist-es/submodules/sts/STS.js +0 -0
- package/node_modules/@aws-sdk/{credential-provider-node/node_modules/@aws-sdk/nested-clients → nested-clients}/dist-es/submodules/sts/STSClient.js +0 -0
- package/node_modules/@aws-sdk/{token-providers/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc → nested-clients/dist-es/submodules/sts}/auth/httpAuthExtensionConfiguration.js +0 -0
- package/node_modules/@aws-sdk/{credential-provider-node/node_modules/@aws-sdk/nested-clients → nested-clients}/dist-es/submodules/sts/auth/httpAuthSchemeProvider.js +0 -0
- package/node_modules/@aws-sdk/{credential-provider-node/node_modules/@aws-sdk/nested-clients → nested-clients}/dist-es/submodules/sts/commands/AssumeRoleCommand.js +0 -0
- package/node_modules/@aws-sdk/{credential-provider-node/node_modules/@aws-sdk/nested-clients → nested-clients}/dist-es/submodules/sts/commands/AssumeRoleWithWebIdentityCommand.js +0 -0
- package/node_modules/@aws-sdk/{credential-provider-node/node_modules/@aws-sdk/nested-clients → nested-clients}/dist-es/submodules/sts/commands/index.js +0 -0
- package/node_modules/@aws-sdk/{credential-provider-node/node_modules/@aws-sdk/nested-clients → nested-clients}/dist-es/submodules/sts/defaultRoleAssumers.js +0 -0
- package/node_modules/@aws-sdk/{credential-provider-node/node_modules/@aws-sdk/nested-clients → nested-clients}/dist-es/submodules/sts/defaultStsRoleAssumers.js +0 -0
- package/node_modules/@aws-sdk/{credential-provider-node/node_modules/@aws-sdk/nested-clients → nested-clients}/dist-es/submodules/sts/endpoint/EndpointParameters.js +0 -0
- package/node_modules/@aws-sdk/{credential-provider-node/node_modules/@aws-sdk/nested-clients → nested-clients}/dist-es/submodules/sts/endpoint/endpointResolver.js +0 -0
- package/node_modules/@aws-sdk/{credential-provider-node/node_modules/@aws-sdk/nested-clients → nested-clients}/dist-es/submodules/sts/endpoint/ruleset.js +0 -0
- package/node_modules/@aws-sdk/{token-providers/node_modules/@aws-sdk/nested-clients → nested-clients}/dist-es/submodules/sts/extensionConfiguration.js +0 -0
- package/node_modules/@aws-sdk/{credential-provider-node/node_modules/@aws-sdk/nested-clients → nested-clients}/dist-es/submodules/sts/models/STSServiceException.js +0 -0
- package/node_modules/@aws-sdk/{credential-provider-node/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/models/models_0.js → nested-clients/dist-es/submodules/sts/models/errors.js} +0 -0
- package/node_modules/@aws-sdk/{token-providers/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/index.d.ts → nested-clients/dist-es/submodules/sts/models/models_0.js} +0 -0
- package/node_modules/@aws-sdk/{token-providers/node_modules/@aws-sdk/nested-clients → nested-clients}/dist-es/submodules/sts/runtimeConfig.browser.js +0 -0
- package/node_modules/@aws-sdk/{credential-provider-node/node_modules/@aws-sdk/nested-clients → nested-clients}/dist-es/submodules/sts/runtimeConfig.js +0 -0
- package/node_modules/@aws-sdk/{token-providers/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc → nested-clients/dist-es/submodules/sts}/runtimeConfig.native.js +0 -0
- package/node_modules/@aws-sdk/{credential-provider-node/node_modules/@aws-sdk/nested-clients → nested-clients}/dist-es/submodules/sts/runtimeConfig.shared.js +0 -0
- package/node_modules/@aws-sdk/{token-providers/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc → nested-clients/dist-es/submodules/sts}/runtimeExtensions.js +0 -0
- package/node_modules/@aws-sdk/{credential-provider-node/node_modules/@aws-sdk/nested-clients → nested-clients}/dist-types/index.d.ts +0 -0
- package/node_modules/@aws-sdk/{token-providers/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc → nested-clients/dist-types/submodules/signin}/endpoint/EndpointParameters.d.ts +2 -2
- package/node_modules/@aws-sdk/{credential-provider-node/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc → nested-clients/dist-types/submodules/signin}/endpoint/endpointResolver.d.ts +0 -0
- package/node_modules/@aws-sdk/{credential-provider-node/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc → nested-clients/dist-types/submodules/signin}/endpoint/ruleset.d.ts +0 -0
- package/node_modules/@aws-sdk/{credential-provider-node/node_modules/@aws-sdk/nested-clients → nested-clients}/dist-types/submodules/sso-oidc/SSOOIDC.d.ts +0 -0
- package/node_modules/@aws-sdk/{credential-provider-node/node_modules/@aws-sdk/nested-clients → nested-clients}/dist-types/submodules/sso-oidc/SSOOIDCClient.d.ts +0 -0
- package/node_modules/@aws-sdk/{credential-provider-node/node_modules/@aws-sdk/nested-clients → nested-clients}/dist-types/submodules/sso-oidc/auth/httpAuthExtensionConfiguration.d.ts +0 -0
- package/node_modules/@aws-sdk/{credential-provider-node/node_modules/@aws-sdk/nested-clients → nested-clients}/dist-types/submodules/sso-oidc/auth/httpAuthSchemeProvider.d.ts +0 -0
- package/node_modules/@aws-sdk/{credential-provider-node/node_modules/@aws-sdk/nested-clients → nested-clients}/dist-types/submodules/sso-oidc/commands/CreateTokenCommand.d.ts +0 -0
- package/node_modules/@aws-sdk/{credential-provider-node/node_modules/@aws-sdk/nested-clients → nested-clients}/dist-types/submodules/sso-oidc/commands/index.d.ts +0 -0
- package/node_modules/@aws-sdk/{credential-provider-node/node_modules/@aws-sdk/nested-clients → nested-clients}/dist-types/submodules/sso-oidc/endpoint/EndpointParameters.d.ts +0 -0
- package/node_modules/@aws-sdk/{credential-provider-node/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts → nested-clients/dist-types/submodules/sso-oidc}/endpoint/endpointResolver.d.ts +0 -0
- package/node_modules/@aws-sdk/{credential-provider-node/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts → nested-clients/dist-types/submodules/sso-oidc}/endpoint/ruleset.d.ts +0 -0
- package/node_modules/@aws-sdk/{credential-provider-node/node_modules/@aws-sdk/nested-clients → nested-clients}/dist-types/submodules/sso-oidc/extensionConfiguration.d.ts +0 -0
- package/node_modules/@aws-sdk/{credential-provider-node/node_modules/@aws-sdk/nested-clients → nested-clients}/dist-types/submodules/sso-oidc/models/SSOOIDCServiceException.d.ts +0 -0
- package/node_modules/@aws-sdk/{credential-provider-node/node_modules/@aws-sdk/nested-clients → nested-clients}/dist-types/submodules/sso-oidc/runtimeConfig.browser.d.ts +0 -0
- package/node_modules/@aws-sdk/{credential-provider-node/node_modules/@aws-sdk/nested-clients → nested-clients}/dist-types/submodules/sso-oidc/runtimeConfig.d.ts +0 -0
- package/node_modules/@aws-sdk/{credential-provider-node/node_modules/@aws-sdk/nested-clients → nested-clients}/dist-types/submodules/sso-oidc/runtimeConfig.native.d.ts +0 -0
- package/node_modules/@aws-sdk/{credential-provider-node/node_modules/@aws-sdk/nested-clients → nested-clients}/dist-types/submodules/sso-oidc/runtimeConfig.shared.d.ts +0 -0
- package/node_modules/@aws-sdk/{credential-provider-node/node_modules/@aws-sdk/nested-clients → nested-clients}/dist-types/submodules/sso-oidc/runtimeExtensions.d.ts +0 -0
- package/node_modules/@aws-sdk/{credential-provider-node/node_modules/@aws-sdk/nested-clients → nested-clients}/dist-types/submodules/sso-oidc/schemas/schemas_0.d.ts +0 -0
- package/node_modules/@aws-sdk/{credential-provider-node/node_modules/@aws-sdk/nested-clients → nested-clients}/dist-types/submodules/sts/STS.d.ts +0 -0
- package/node_modules/@aws-sdk/{credential-provider-node/node_modules/@aws-sdk/nested-clients → nested-clients}/dist-types/submodules/sts/STSClient.d.ts +0 -0
- package/node_modules/@aws-sdk/{credential-provider-node/node_modules/@aws-sdk/nested-clients → nested-clients}/dist-types/submodules/sts/auth/httpAuthExtensionConfiguration.d.ts +0 -0
- package/node_modules/@aws-sdk/{credential-provider-node/node_modules/@aws-sdk/nested-clients → nested-clients}/dist-types/submodules/sts/auth/httpAuthSchemeProvider.d.ts +0 -0
- package/node_modules/@aws-sdk/{credential-provider-node/node_modules/@aws-sdk/nested-clients → nested-clients}/dist-types/submodules/sts/commands/AssumeRoleCommand.d.ts +0 -0
- package/node_modules/@aws-sdk/{credential-provider-node/node_modules/@aws-sdk/nested-clients → nested-clients}/dist-types/submodules/sts/commands/AssumeRoleWithWebIdentityCommand.d.ts +0 -0
- package/node_modules/@aws-sdk/{credential-provider-node/node_modules/@aws-sdk/nested-clients → nested-clients}/dist-types/submodules/sts/commands/index.d.ts +0 -0
- package/node_modules/@aws-sdk/{credential-provider-node/node_modules/@aws-sdk/nested-clients → nested-clients}/dist-types/submodules/sts/defaultRoleAssumers.d.ts +0 -0
- package/node_modules/@aws-sdk/{credential-provider-node/node_modules/@aws-sdk/nested-clients → nested-clients}/dist-types/submodules/sts/defaultStsRoleAssumers.d.ts +0 -0
- package/node_modules/@aws-sdk/{credential-provider-node/node_modules/@aws-sdk/nested-clients → nested-clients}/dist-types/submodules/sts/endpoint/EndpointParameters.d.ts +0 -0
- package/node_modules/@aws-sdk/{token-providers/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc → nested-clients/dist-types/submodules/sts}/endpoint/endpointResolver.d.ts +0 -0
- package/node_modules/@aws-sdk/{credential-provider-node/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc → nested-clients/dist-types/submodules/sts}/endpoint/ruleset.d.ts +0 -0
- package/node_modules/@aws-sdk/{credential-provider-node/node_modules/@aws-sdk/nested-clients → nested-clients}/dist-types/submodules/sts/extensionConfiguration.d.ts +0 -0
- package/node_modules/@aws-sdk/{credential-provider-node/node_modules/@aws-sdk/nested-clients → nested-clients}/dist-types/submodules/sts/models/STSServiceException.d.ts +0 -0
- package/node_modules/@aws-sdk/{credential-provider-node/node_modules/@aws-sdk/nested-clients → nested-clients}/dist-types/submodules/sts/runtimeConfig.browser.d.ts +0 -0
- package/node_modules/@aws-sdk/{credential-provider-node/node_modules/@aws-sdk/nested-clients → nested-clients}/dist-types/submodules/sts/runtimeConfig.d.ts +0 -0
- package/node_modules/@aws-sdk/{credential-provider-node/node_modules/@aws-sdk/nested-clients → nested-clients}/dist-types/submodules/sts/runtimeConfig.native.d.ts +0 -0
- package/node_modules/@aws-sdk/{credential-provider-node/node_modules/@aws-sdk/nested-clients → nested-clients}/dist-types/submodules/sts/runtimeConfig.shared.d.ts +0 -0
- package/node_modules/@aws-sdk/{credential-provider-node/node_modules/@aws-sdk/nested-clients → nested-clients}/dist-types/submodules/sts/runtimeExtensions.d.ts +0 -0
- package/node_modules/@aws-sdk/{credential-provider-node/node_modules/@aws-sdk/nested-clients → nested-clients}/dist-types/submodules/sts/schemas/schemas_0.d.ts +0 -0
- package/node_modules/@aws-sdk/{token-providers/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc → nested-clients/dist-types/ts3.4/submodules/signin}/endpoint/EndpointParameters.d.ts +2 -2
- /package/node_modules/@aws-sdk/{credential-provider-node/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc → nested-clients/dist-types/ts3.4/submodules/signin}/endpoint/endpointResolver.d.ts +0 -0
- /package/node_modules/@aws-sdk/{credential-provider-node/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts → nested-clients/dist-types/ts3.4/submodules/signin}/endpoint/ruleset.d.ts +0 -0
- /package/node_modules/@aws-sdk/{credential-provider-node/node_modules/@aws-sdk/nested-clients → nested-clients}/dist-types/ts3.4/submodules/sso-oidc/SSOOIDC.d.ts +0 -0
- /package/node_modules/@aws-sdk/{credential-provider-node/node_modules/@aws-sdk/nested-clients → nested-clients}/dist-types/ts3.4/submodules/sso-oidc/SSOOIDCClient.d.ts +0 -0
- /package/node_modules/@aws-sdk/{credential-provider-node/node_modules/@aws-sdk/nested-clients → nested-clients}/dist-types/ts3.4/submodules/sso-oidc/auth/httpAuthExtensionConfiguration.d.ts +0 -0
- /package/node_modules/@aws-sdk/{credential-provider-node/node_modules/@aws-sdk/nested-clients → nested-clients}/dist-types/ts3.4/submodules/sso-oidc/auth/httpAuthSchemeProvider.d.ts +0 -0
- /package/node_modules/@aws-sdk/{credential-provider-node/node_modules/@aws-sdk/nested-clients → nested-clients}/dist-types/ts3.4/submodules/sso-oidc/commands/CreateTokenCommand.d.ts +0 -0
- /package/node_modules/@aws-sdk/{credential-provider-node/node_modules/@aws-sdk/nested-clients → nested-clients}/dist-types/ts3.4/submodules/sso-oidc/commands/index.d.ts +0 -0
- /package/node_modules/@aws-sdk/{credential-provider-node/node_modules/@aws-sdk/nested-clients → nested-clients}/dist-types/ts3.4/submodules/sso-oidc/endpoint/EndpointParameters.d.ts +0 -0
- /package/node_modules/@aws-sdk/{credential-provider-node/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts → nested-clients/dist-types/ts3.4/submodules/sso-oidc}/endpoint/endpointResolver.d.ts +0 -0
- /package/node_modules/@aws-sdk/{token-providers/node_modules/@aws-sdk/nested-clients/dist-types → nested-clients/dist-types/ts3.4}/submodules/sso-oidc/endpoint/ruleset.d.ts +0 -0
- /package/node_modules/@aws-sdk/{credential-provider-node/node_modules/@aws-sdk/nested-clients → nested-clients}/dist-types/ts3.4/submodules/sso-oidc/extensionConfiguration.d.ts +0 -0
- /package/node_modules/@aws-sdk/{credential-provider-node/node_modules/@aws-sdk/nested-clients → nested-clients}/dist-types/ts3.4/submodules/sso-oidc/models/SSOOIDCServiceException.d.ts +0 -0
- /package/node_modules/@aws-sdk/{credential-provider-node/node_modules/@aws-sdk/nested-clients → nested-clients}/dist-types/ts3.4/submodules/sso-oidc/runtimeConfig.browser.d.ts +0 -0
- /package/node_modules/@aws-sdk/{credential-provider-node/node_modules/@aws-sdk/nested-clients → nested-clients}/dist-types/ts3.4/submodules/sso-oidc/runtimeConfig.d.ts +0 -0
- /package/node_modules/@aws-sdk/{credential-provider-node/node_modules/@aws-sdk/nested-clients → nested-clients}/dist-types/ts3.4/submodules/sso-oidc/runtimeConfig.native.d.ts +0 -0
- /package/node_modules/@aws-sdk/{credential-provider-node/node_modules/@aws-sdk/nested-clients → nested-clients}/dist-types/ts3.4/submodules/sso-oidc/runtimeConfig.shared.d.ts +0 -0
- /package/node_modules/@aws-sdk/{credential-provider-node/node_modules/@aws-sdk/nested-clients → nested-clients}/dist-types/ts3.4/submodules/sso-oidc/runtimeExtensions.d.ts +0 -0
- /package/node_modules/@aws-sdk/{credential-provider-node/node_modules/@aws-sdk/nested-clients → nested-clients}/dist-types/ts3.4/submodules/sso-oidc/schemas/schemas_0.d.ts +0 -0
- /package/node_modules/@aws-sdk/{credential-provider-node/node_modules/@aws-sdk/nested-clients → nested-clients}/dist-types/ts3.4/submodules/sts/STS.d.ts +0 -0
- /package/node_modules/@aws-sdk/{credential-provider-node/node_modules/@aws-sdk/nested-clients → nested-clients}/dist-types/ts3.4/submodules/sts/STSClient.d.ts +0 -0
- /package/node_modules/@aws-sdk/{credential-provider-node/node_modules/@aws-sdk/nested-clients → nested-clients}/dist-types/ts3.4/submodules/sts/auth/httpAuthExtensionConfiguration.d.ts +0 -0
- /package/node_modules/@aws-sdk/{credential-provider-node/node_modules/@aws-sdk/nested-clients → nested-clients}/dist-types/ts3.4/submodules/sts/auth/httpAuthSchemeProvider.d.ts +0 -0
- /package/node_modules/@aws-sdk/{credential-provider-node/node_modules/@aws-sdk/nested-clients → nested-clients}/dist-types/ts3.4/submodules/sts/commands/AssumeRoleCommand.d.ts +0 -0
- /package/node_modules/@aws-sdk/{credential-provider-node/node_modules/@aws-sdk/nested-clients → nested-clients}/dist-types/ts3.4/submodules/sts/commands/AssumeRoleWithWebIdentityCommand.d.ts +0 -0
- /package/node_modules/@aws-sdk/{credential-provider-node/node_modules/@aws-sdk/nested-clients → nested-clients}/dist-types/ts3.4/submodules/sts/commands/index.d.ts +0 -0
- /package/node_modules/@aws-sdk/{credential-provider-node/node_modules/@aws-sdk/nested-clients → nested-clients}/dist-types/ts3.4/submodules/sts/defaultRoleAssumers.d.ts +0 -0
- /package/node_modules/@aws-sdk/{credential-provider-node/node_modules/@aws-sdk/nested-clients → nested-clients}/dist-types/ts3.4/submodules/sts/defaultStsRoleAssumers.d.ts +0 -0
- /package/node_modules/@aws-sdk/{credential-provider-node/node_modules/@aws-sdk/nested-clients → nested-clients}/dist-types/ts3.4/submodules/sts/endpoint/EndpointParameters.d.ts +0 -0
- /package/node_modules/@aws-sdk/{token-providers/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc → nested-clients/dist-types/ts3.4/submodules/sts}/endpoint/endpointResolver.d.ts +0 -0
- /package/node_modules/@aws-sdk/{token-providers/node_modules/@aws-sdk/nested-clients/dist-types → nested-clients/dist-types/ts3.4}/submodules/sts/endpoint/ruleset.d.ts +0 -0
- /package/node_modules/@aws-sdk/{credential-provider-node/node_modules/@aws-sdk/nested-clients → nested-clients}/dist-types/ts3.4/submodules/sts/extensionConfiguration.d.ts +0 -0
- /package/node_modules/@aws-sdk/{credential-provider-node/node_modules/@aws-sdk/nested-clients → nested-clients}/dist-types/ts3.4/submodules/sts/models/STSServiceException.d.ts +0 -0
- /package/node_modules/@aws-sdk/{credential-provider-node/node_modules/@aws-sdk/nested-clients → nested-clients}/dist-types/ts3.4/submodules/sts/runtimeConfig.browser.d.ts +0 -0
- /package/node_modules/@aws-sdk/{credential-provider-node/node_modules/@aws-sdk/nested-clients → nested-clients}/dist-types/ts3.4/submodules/sts/runtimeConfig.d.ts +0 -0
- /package/node_modules/@aws-sdk/{credential-provider-node/node_modules/@aws-sdk/nested-clients → nested-clients}/dist-types/ts3.4/submodules/sts/runtimeConfig.native.d.ts +0 -0
- /package/node_modules/@aws-sdk/{credential-provider-node/node_modules/@aws-sdk/nested-clients → nested-clients}/dist-types/ts3.4/submodules/sts/runtimeConfig.shared.d.ts +0 -0
- /package/node_modules/@aws-sdk/{credential-provider-node/node_modules/@aws-sdk/nested-clients → nested-clients}/dist-types/ts3.4/submodules/sts/runtimeExtensions.d.ts +0 -0
- /package/node_modules/@aws-sdk/{credential-provider-node/node_modules/@aws-sdk/nested-clients → nested-clients}/dist-types/ts3.4/submodules/sts/schemas/schemas_0.d.ts +0 -0
- /package/node_modules/@aws-sdk/{credential-provider-node/node_modules/@aws-sdk/nested-clients → nested-clients}/sso-oidc.d.ts +0 -0
- /package/node_modules/@aws-sdk/{credential-provider-node/node_modules/@aws-sdk/nested-clients → nested-clients}/sso-oidc.js +0 -0
- /package/node_modules/@aws-sdk/{credential-provider-node/node_modules/@aws-sdk/nested-clients → nested-clients}/sts.d.ts +0 -0
- /package/node_modules/@aws-sdk/{credential-provider-node/node_modules/@aws-sdk/nested-clients → nested-clients}/sts.js +0 -0
|
@@ -54,12 +54,6 @@ let S3ServiceException$1 = class S3ServiceException extends smithyClient.Service
|
|
|
54
54
|
}
|
|
55
55
|
};
|
|
56
56
|
|
|
57
|
-
const RequestCharged = {
|
|
58
|
-
requester: "requester",
|
|
59
|
-
};
|
|
60
|
-
const RequestPayer = {
|
|
61
|
-
requester: "requester",
|
|
62
|
-
};
|
|
63
57
|
let NoSuchUpload$1 = class NoSuchUpload extends S3ServiceException$1 {
|
|
64
58
|
name = "NoSuchUpload";
|
|
65
59
|
$fault = "client";
|
|
@@ -72,81 +66,6 @@ let NoSuchUpload$1 = class NoSuchUpload extends S3ServiceException$1 {
|
|
|
72
66
|
Object.setPrototypeOf(this, NoSuchUpload.prototype);
|
|
73
67
|
}
|
|
74
68
|
};
|
|
75
|
-
const BucketAccelerateStatus = {
|
|
76
|
-
Enabled: "Enabled",
|
|
77
|
-
Suspended: "Suspended",
|
|
78
|
-
};
|
|
79
|
-
const Type = {
|
|
80
|
-
AmazonCustomerByEmail: "AmazonCustomerByEmail",
|
|
81
|
-
CanonicalUser: "CanonicalUser",
|
|
82
|
-
Group: "Group",
|
|
83
|
-
};
|
|
84
|
-
const Permission = {
|
|
85
|
-
FULL_CONTROL: "FULL_CONTROL",
|
|
86
|
-
READ: "READ",
|
|
87
|
-
READ_ACP: "READ_ACP",
|
|
88
|
-
WRITE: "WRITE",
|
|
89
|
-
WRITE_ACP: "WRITE_ACP",
|
|
90
|
-
};
|
|
91
|
-
const OwnerOverride = {
|
|
92
|
-
Destination: "Destination",
|
|
93
|
-
};
|
|
94
|
-
const ChecksumType = {
|
|
95
|
-
COMPOSITE: "COMPOSITE",
|
|
96
|
-
FULL_OBJECT: "FULL_OBJECT",
|
|
97
|
-
};
|
|
98
|
-
const ServerSideEncryption = {
|
|
99
|
-
AES256: "AES256",
|
|
100
|
-
aws_fsx: "aws:fsx",
|
|
101
|
-
aws_kms: "aws:kms",
|
|
102
|
-
aws_kms_dsse: "aws:kms:dsse",
|
|
103
|
-
};
|
|
104
|
-
const ObjectCannedACL = {
|
|
105
|
-
authenticated_read: "authenticated-read",
|
|
106
|
-
aws_exec_read: "aws-exec-read",
|
|
107
|
-
bucket_owner_full_control: "bucket-owner-full-control",
|
|
108
|
-
bucket_owner_read: "bucket-owner-read",
|
|
109
|
-
private: "private",
|
|
110
|
-
public_read: "public-read",
|
|
111
|
-
public_read_write: "public-read-write",
|
|
112
|
-
};
|
|
113
|
-
const ChecksumAlgorithm = {
|
|
114
|
-
CRC32: "CRC32",
|
|
115
|
-
CRC32C: "CRC32C",
|
|
116
|
-
CRC64NVME: "CRC64NVME",
|
|
117
|
-
SHA1: "SHA1",
|
|
118
|
-
SHA256: "SHA256",
|
|
119
|
-
};
|
|
120
|
-
const MetadataDirective = {
|
|
121
|
-
COPY: "COPY",
|
|
122
|
-
REPLACE: "REPLACE",
|
|
123
|
-
};
|
|
124
|
-
const ObjectLockLegalHoldStatus = {
|
|
125
|
-
OFF: "OFF",
|
|
126
|
-
ON: "ON",
|
|
127
|
-
};
|
|
128
|
-
const ObjectLockMode = {
|
|
129
|
-
COMPLIANCE: "COMPLIANCE",
|
|
130
|
-
GOVERNANCE: "GOVERNANCE",
|
|
131
|
-
};
|
|
132
|
-
const StorageClass = {
|
|
133
|
-
DEEP_ARCHIVE: "DEEP_ARCHIVE",
|
|
134
|
-
EXPRESS_ONEZONE: "EXPRESS_ONEZONE",
|
|
135
|
-
FSX_OPENZFS: "FSX_OPENZFS",
|
|
136
|
-
GLACIER: "GLACIER",
|
|
137
|
-
GLACIER_IR: "GLACIER_IR",
|
|
138
|
-
INTELLIGENT_TIERING: "INTELLIGENT_TIERING",
|
|
139
|
-
ONEZONE_IA: "ONEZONE_IA",
|
|
140
|
-
OUTPOSTS: "OUTPOSTS",
|
|
141
|
-
REDUCED_REDUNDANCY: "REDUCED_REDUNDANCY",
|
|
142
|
-
SNOW: "SNOW",
|
|
143
|
-
STANDARD: "STANDARD",
|
|
144
|
-
STANDARD_IA: "STANDARD_IA",
|
|
145
|
-
};
|
|
146
|
-
const TaggingDirective = {
|
|
147
|
-
COPY: "COPY",
|
|
148
|
-
REPLACE: "REPLACE",
|
|
149
|
-
};
|
|
150
69
|
let ObjectNotInActiveTierError$1 = class ObjectNotInActiveTierError extends S3ServiceException$1 {
|
|
151
70
|
name = "ObjectNotInActiveTierError";
|
|
152
71
|
$fault = "client";
|
|
@@ -183,79 +102,6 @@ let BucketAlreadyOwnedByYou$1 = class BucketAlreadyOwnedByYou extends S3ServiceE
|
|
|
183
102
|
Object.setPrototypeOf(this, BucketAlreadyOwnedByYou.prototype);
|
|
184
103
|
}
|
|
185
104
|
};
|
|
186
|
-
const BucketCannedACL = {
|
|
187
|
-
authenticated_read: "authenticated-read",
|
|
188
|
-
private: "private",
|
|
189
|
-
public_read: "public-read",
|
|
190
|
-
public_read_write: "public-read-write",
|
|
191
|
-
};
|
|
192
|
-
const DataRedundancy = {
|
|
193
|
-
SingleAvailabilityZone: "SingleAvailabilityZone",
|
|
194
|
-
SingleLocalZone: "SingleLocalZone",
|
|
195
|
-
};
|
|
196
|
-
const BucketType = {
|
|
197
|
-
Directory: "Directory",
|
|
198
|
-
};
|
|
199
|
-
const LocationType = {
|
|
200
|
-
AvailabilityZone: "AvailabilityZone",
|
|
201
|
-
LocalZone: "LocalZone",
|
|
202
|
-
};
|
|
203
|
-
const BucketLocationConstraint = {
|
|
204
|
-
EU: "EU",
|
|
205
|
-
af_south_1: "af-south-1",
|
|
206
|
-
ap_east_1: "ap-east-1",
|
|
207
|
-
ap_northeast_1: "ap-northeast-1",
|
|
208
|
-
ap_northeast_2: "ap-northeast-2",
|
|
209
|
-
ap_northeast_3: "ap-northeast-3",
|
|
210
|
-
ap_south_1: "ap-south-1",
|
|
211
|
-
ap_south_2: "ap-south-2",
|
|
212
|
-
ap_southeast_1: "ap-southeast-1",
|
|
213
|
-
ap_southeast_2: "ap-southeast-2",
|
|
214
|
-
ap_southeast_3: "ap-southeast-3",
|
|
215
|
-
ap_southeast_4: "ap-southeast-4",
|
|
216
|
-
ap_southeast_5: "ap-southeast-5",
|
|
217
|
-
ca_central_1: "ca-central-1",
|
|
218
|
-
cn_north_1: "cn-north-1",
|
|
219
|
-
cn_northwest_1: "cn-northwest-1",
|
|
220
|
-
eu_central_1: "eu-central-1",
|
|
221
|
-
eu_central_2: "eu-central-2",
|
|
222
|
-
eu_north_1: "eu-north-1",
|
|
223
|
-
eu_south_1: "eu-south-1",
|
|
224
|
-
eu_south_2: "eu-south-2",
|
|
225
|
-
eu_west_1: "eu-west-1",
|
|
226
|
-
eu_west_2: "eu-west-2",
|
|
227
|
-
eu_west_3: "eu-west-3",
|
|
228
|
-
il_central_1: "il-central-1",
|
|
229
|
-
me_central_1: "me-central-1",
|
|
230
|
-
me_south_1: "me-south-1",
|
|
231
|
-
sa_east_1: "sa-east-1",
|
|
232
|
-
us_east_2: "us-east-2",
|
|
233
|
-
us_gov_east_1: "us-gov-east-1",
|
|
234
|
-
us_gov_west_1: "us-gov-west-1",
|
|
235
|
-
us_west_1: "us-west-1",
|
|
236
|
-
us_west_2: "us-west-2",
|
|
237
|
-
};
|
|
238
|
-
const ObjectOwnership = {
|
|
239
|
-
BucketOwnerEnforced: "BucketOwnerEnforced",
|
|
240
|
-
BucketOwnerPreferred: "BucketOwnerPreferred",
|
|
241
|
-
ObjectWriter: "ObjectWriter",
|
|
242
|
-
};
|
|
243
|
-
const InventoryConfigurationState = {
|
|
244
|
-
DISABLED: "DISABLED",
|
|
245
|
-
ENABLED: "ENABLED",
|
|
246
|
-
};
|
|
247
|
-
const TableSseAlgorithm = {
|
|
248
|
-
AES256: "AES256",
|
|
249
|
-
aws_kms: "aws:kms",
|
|
250
|
-
};
|
|
251
|
-
const ExpirationState = {
|
|
252
|
-
DISABLED: "DISABLED",
|
|
253
|
-
ENABLED: "ENABLED",
|
|
254
|
-
};
|
|
255
|
-
const SessionMode = {
|
|
256
|
-
ReadOnly: "ReadOnly",
|
|
257
|
-
ReadWrite: "ReadWrite",
|
|
258
|
-
};
|
|
259
105
|
let NoSuchBucket$1 = class NoSuchBucket extends S3ServiceException$1 {
|
|
260
106
|
name = "NoSuchBucket";
|
|
261
107
|
$fault = "client";
|
|
@@ -268,287 +114,81 @@ let NoSuchBucket$1 = class NoSuchBucket extends S3ServiceException$1 {
|
|
|
268
114
|
Object.setPrototypeOf(this, NoSuchBucket.prototype);
|
|
269
115
|
}
|
|
270
116
|
};
|
|
271
|
-
|
|
272
|
-
|
|
117
|
+
let InvalidObjectState$1 = class InvalidObjectState extends S3ServiceException$1 {
|
|
118
|
+
name = "InvalidObjectState";
|
|
119
|
+
$fault = "client";
|
|
120
|
+
StorageClass;
|
|
121
|
+
AccessTier;
|
|
122
|
+
constructor(opts) {
|
|
123
|
+
super({
|
|
124
|
+
name: "InvalidObjectState",
|
|
125
|
+
$fault: "client",
|
|
126
|
+
...opts,
|
|
127
|
+
});
|
|
128
|
+
Object.setPrototypeOf(this, InvalidObjectState.prototype);
|
|
129
|
+
this.StorageClass = opts.StorageClass;
|
|
130
|
+
this.AccessTier = opts.AccessTier;
|
|
131
|
+
}
|
|
273
132
|
};
|
|
274
|
-
|
|
275
|
-
|
|
133
|
+
let NoSuchKey$1 = class NoSuchKey extends S3ServiceException$1 {
|
|
134
|
+
name = "NoSuchKey";
|
|
135
|
+
$fault = "client";
|
|
136
|
+
constructor(opts) {
|
|
137
|
+
super({
|
|
138
|
+
name: "NoSuchKey",
|
|
139
|
+
$fault: "client",
|
|
140
|
+
...opts,
|
|
141
|
+
});
|
|
142
|
+
Object.setPrototypeOf(this, NoSuchKey.prototype);
|
|
143
|
+
}
|
|
276
144
|
};
|
|
277
|
-
|
|
278
|
-
|
|
279
|
-
|
|
145
|
+
let NotFound$1 = class NotFound extends S3ServiceException$1 {
|
|
146
|
+
name = "NotFound";
|
|
147
|
+
$fault = "client";
|
|
148
|
+
constructor(opts) {
|
|
149
|
+
super({
|
|
150
|
+
name: "NotFound",
|
|
151
|
+
$fault: "client",
|
|
152
|
+
...opts,
|
|
153
|
+
});
|
|
154
|
+
Object.setPrototypeOf(this, NotFound.prototype);
|
|
155
|
+
}
|
|
280
156
|
};
|
|
281
|
-
|
|
282
|
-
|
|
283
|
-
|
|
157
|
+
let EncryptionTypeMismatch$1 = class EncryptionTypeMismatch extends S3ServiceException$1 {
|
|
158
|
+
name = "EncryptionTypeMismatch";
|
|
159
|
+
$fault = "client";
|
|
160
|
+
constructor(opts) {
|
|
161
|
+
super({
|
|
162
|
+
name: "EncryptionTypeMismatch",
|
|
163
|
+
$fault: "client",
|
|
164
|
+
...opts,
|
|
165
|
+
});
|
|
166
|
+
Object.setPrototypeOf(this, EncryptionTypeMismatch.prototype);
|
|
167
|
+
}
|
|
284
168
|
};
|
|
285
|
-
|
|
286
|
-
|
|
287
|
-
|
|
288
|
-
|
|
169
|
+
let InvalidRequest$1 = class InvalidRequest extends S3ServiceException$1 {
|
|
170
|
+
name = "InvalidRequest";
|
|
171
|
+
$fault = "client";
|
|
172
|
+
constructor(opts) {
|
|
173
|
+
super({
|
|
174
|
+
name: "InvalidRequest",
|
|
175
|
+
$fault: "client",
|
|
176
|
+
...opts,
|
|
177
|
+
});
|
|
178
|
+
Object.setPrototypeOf(this, InvalidRequest.prototype);
|
|
179
|
+
}
|
|
289
180
|
};
|
|
290
|
-
|
|
291
|
-
|
|
292
|
-
|
|
293
|
-
|
|
294
|
-
|
|
295
|
-
|
|
296
|
-
|
|
297
|
-
|
|
298
|
-
|
|
299
|
-
|
|
300
|
-
|
|
301
|
-
LastModifiedDate: "LastModifiedDate",
|
|
302
|
-
ObjectAccessControlList: "ObjectAccessControlList",
|
|
303
|
-
ObjectLockLegalHoldStatus: "ObjectLockLegalHoldStatus",
|
|
304
|
-
ObjectLockMode: "ObjectLockMode",
|
|
305
|
-
ObjectLockRetainUntilDate: "ObjectLockRetainUntilDate",
|
|
306
|
-
ObjectOwner: "ObjectOwner",
|
|
307
|
-
ReplicationStatus: "ReplicationStatus",
|
|
308
|
-
Size: "Size",
|
|
309
|
-
StorageClass: "StorageClass",
|
|
310
|
-
};
|
|
311
|
-
const InventoryFrequency = {
|
|
312
|
-
Daily: "Daily",
|
|
313
|
-
Weekly: "Weekly",
|
|
314
|
-
};
|
|
315
|
-
const TransitionStorageClass = {
|
|
316
|
-
DEEP_ARCHIVE: "DEEP_ARCHIVE",
|
|
317
|
-
GLACIER: "GLACIER",
|
|
318
|
-
GLACIER_IR: "GLACIER_IR",
|
|
319
|
-
INTELLIGENT_TIERING: "INTELLIGENT_TIERING",
|
|
320
|
-
ONEZONE_IA: "ONEZONE_IA",
|
|
321
|
-
STANDARD_IA: "STANDARD_IA",
|
|
322
|
-
};
|
|
323
|
-
const ExpirationStatus = {
|
|
324
|
-
Disabled: "Disabled",
|
|
325
|
-
Enabled: "Enabled",
|
|
326
|
-
};
|
|
327
|
-
const TransitionDefaultMinimumObjectSize = {
|
|
328
|
-
all_storage_classes_128K: "all_storage_classes_128K",
|
|
329
|
-
varies_by_storage_class: "varies_by_storage_class",
|
|
330
|
-
};
|
|
331
|
-
const BucketLogsPermission = {
|
|
332
|
-
FULL_CONTROL: "FULL_CONTROL",
|
|
333
|
-
READ: "READ",
|
|
334
|
-
WRITE: "WRITE",
|
|
335
|
-
};
|
|
336
|
-
const PartitionDateSource = {
|
|
337
|
-
DeliveryTime: "DeliveryTime",
|
|
338
|
-
EventTime: "EventTime",
|
|
339
|
-
};
|
|
340
|
-
const S3TablesBucketType = {
|
|
341
|
-
aws: "aws",
|
|
342
|
-
customer: "customer",
|
|
343
|
-
};
|
|
344
|
-
const Event = {
|
|
345
|
-
s3_IntelligentTiering: "s3:IntelligentTiering",
|
|
346
|
-
s3_LifecycleExpiration_: "s3:LifecycleExpiration:*",
|
|
347
|
-
s3_LifecycleExpiration_Delete: "s3:LifecycleExpiration:Delete",
|
|
348
|
-
s3_LifecycleExpiration_DeleteMarkerCreated: "s3:LifecycleExpiration:DeleteMarkerCreated",
|
|
349
|
-
s3_LifecycleTransition: "s3:LifecycleTransition",
|
|
350
|
-
s3_ObjectAcl_Put: "s3:ObjectAcl:Put",
|
|
351
|
-
s3_ObjectCreated_: "s3:ObjectCreated:*",
|
|
352
|
-
s3_ObjectCreated_CompleteMultipartUpload: "s3:ObjectCreated:CompleteMultipartUpload",
|
|
353
|
-
s3_ObjectCreated_Copy: "s3:ObjectCreated:Copy",
|
|
354
|
-
s3_ObjectCreated_Post: "s3:ObjectCreated:Post",
|
|
355
|
-
s3_ObjectCreated_Put: "s3:ObjectCreated:Put",
|
|
356
|
-
s3_ObjectRemoved_: "s3:ObjectRemoved:*",
|
|
357
|
-
s3_ObjectRemoved_Delete: "s3:ObjectRemoved:Delete",
|
|
358
|
-
s3_ObjectRemoved_DeleteMarkerCreated: "s3:ObjectRemoved:DeleteMarkerCreated",
|
|
359
|
-
s3_ObjectRestore_: "s3:ObjectRestore:*",
|
|
360
|
-
s3_ObjectRestore_Completed: "s3:ObjectRestore:Completed",
|
|
361
|
-
s3_ObjectRestore_Delete: "s3:ObjectRestore:Delete",
|
|
362
|
-
s3_ObjectRestore_Post: "s3:ObjectRestore:Post",
|
|
363
|
-
s3_ObjectTagging_: "s3:ObjectTagging:*",
|
|
364
|
-
s3_ObjectTagging_Delete: "s3:ObjectTagging:Delete",
|
|
365
|
-
s3_ObjectTagging_Put: "s3:ObjectTagging:Put",
|
|
366
|
-
s3_ReducedRedundancyLostObject: "s3:ReducedRedundancyLostObject",
|
|
367
|
-
s3_Replication_: "s3:Replication:*",
|
|
368
|
-
s3_Replication_OperationFailedReplication: "s3:Replication:OperationFailedReplication",
|
|
369
|
-
s3_Replication_OperationMissedThreshold: "s3:Replication:OperationMissedThreshold",
|
|
370
|
-
s3_Replication_OperationNotTracked: "s3:Replication:OperationNotTracked",
|
|
371
|
-
s3_Replication_OperationReplicatedAfterThreshold: "s3:Replication:OperationReplicatedAfterThreshold",
|
|
372
|
-
};
|
|
373
|
-
const FilterRuleName = {
|
|
374
|
-
prefix: "prefix",
|
|
375
|
-
suffix: "suffix",
|
|
376
|
-
};
|
|
377
|
-
const DeleteMarkerReplicationStatus = {
|
|
378
|
-
Disabled: "Disabled",
|
|
379
|
-
Enabled: "Enabled",
|
|
380
|
-
};
|
|
381
|
-
const MetricsStatus = {
|
|
382
|
-
Disabled: "Disabled",
|
|
383
|
-
Enabled: "Enabled",
|
|
384
|
-
};
|
|
385
|
-
const ReplicationTimeStatus = {
|
|
386
|
-
Disabled: "Disabled",
|
|
387
|
-
Enabled: "Enabled",
|
|
388
|
-
};
|
|
389
|
-
const ExistingObjectReplicationStatus = {
|
|
390
|
-
Disabled: "Disabled",
|
|
391
|
-
Enabled: "Enabled",
|
|
392
|
-
};
|
|
393
|
-
const ReplicaModificationsStatus = {
|
|
394
|
-
Disabled: "Disabled",
|
|
395
|
-
Enabled: "Enabled",
|
|
396
|
-
};
|
|
397
|
-
const SseKmsEncryptedObjectsStatus = {
|
|
398
|
-
Disabled: "Disabled",
|
|
399
|
-
Enabled: "Enabled",
|
|
400
|
-
};
|
|
401
|
-
const ReplicationRuleStatus = {
|
|
402
|
-
Disabled: "Disabled",
|
|
403
|
-
Enabled: "Enabled",
|
|
404
|
-
};
|
|
405
|
-
const Payer = {
|
|
406
|
-
BucketOwner: "BucketOwner",
|
|
407
|
-
Requester: "Requester",
|
|
408
|
-
};
|
|
409
|
-
const MFADeleteStatus = {
|
|
410
|
-
Disabled: "Disabled",
|
|
411
|
-
Enabled: "Enabled",
|
|
412
|
-
};
|
|
413
|
-
const BucketVersioningStatus = {
|
|
414
|
-
Enabled: "Enabled",
|
|
415
|
-
Suspended: "Suspended",
|
|
416
|
-
};
|
|
417
|
-
const Protocol = {
|
|
418
|
-
http: "http",
|
|
419
|
-
https: "https",
|
|
420
|
-
};
|
|
421
|
-
const ReplicationStatus = {
|
|
422
|
-
COMPLETE: "COMPLETE",
|
|
423
|
-
COMPLETED: "COMPLETED",
|
|
424
|
-
FAILED: "FAILED",
|
|
425
|
-
PENDING: "PENDING",
|
|
426
|
-
REPLICA: "REPLICA",
|
|
427
|
-
};
|
|
428
|
-
const ChecksumMode = {
|
|
429
|
-
ENABLED: "ENABLED",
|
|
430
|
-
};
|
|
431
|
-
let InvalidObjectState$1 = class InvalidObjectState extends S3ServiceException$1 {
|
|
432
|
-
name = "InvalidObjectState";
|
|
433
|
-
$fault = "client";
|
|
434
|
-
StorageClass;
|
|
435
|
-
AccessTier;
|
|
436
|
-
constructor(opts) {
|
|
437
|
-
super({
|
|
438
|
-
name: "InvalidObjectState",
|
|
439
|
-
$fault: "client",
|
|
440
|
-
...opts,
|
|
441
|
-
});
|
|
442
|
-
Object.setPrototypeOf(this, InvalidObjectState.prototype);
|
|
443
|
-
this.StorageClass = opts.StorageClass;
|
|
444
|
-
this.AccessTier = opts.AccessTier;
|
|
445
|
-
}
|
|
446
|
-
};
|
|
447
|
-
let NoSuchKey$1 = class NoSuchKey extends S3ServiceException$1 {
|
|
448
|
-
name = "NoSuchKey";
|
|
449
|
-
$fault = "client";
|
|
450
|
-
constructor(opts) {
|
|
451
|
-
super({
|
|
452
|
-
name: "NoSuchKey",
|
|
453
|
-
$fault: "client",
|
|
454
|
-
...opts,
|
|
455
|
-
});
|
|
456
|
-
Object.setPrototypeOf(this, NoSuchKey.prototype);
|
|
457
|
-
}
|
|
458
|
-
};
|
|
459
|
-
const ObjectAttributes = {
|
|
460
|
-
CHECKSUM: "Checksum",
|
|
461
|
-
ETAG: "ETag",
|
|
462
|
-
OBJECT_PARTS: "ObjectParts",
|
|
463
|
-
OBJECT_SIZE: "ObjectSize",
|
|
464
|
-
STORAGE_CLASS: "StorageClass",
|
|
465
|
-
};
|
|
466
|
-
const ObjectLockEnabled = {
|
|
467
|
-
Enabled: "Enabled",
|
|
468
|
-
};
|
|
469
|
-
const ObjectLockRetentionMode = {
|
|
470
|
-
COMPLIANCE: "COMPLIANCE",
|
|
471
|
-
GOVERNANCE: "GOVERNANCE",
|
|
472
|
-
};
|
|
473
|
-
let NotFound$1 = class NotFound extends S3ServiceException$1 {
|
|
474
|
-
name = "NotFound";
|
|
475
|
-
$fault = "client";
|
|
476
|
-
constructor(opts) {
|
|
477
|
-
super({
|
|
478
|
-
name: "NotFound",
|
|
479
|
-
$fault: "client",
|
|
480
|
-
...opts,
|
|
481
|
-
});
|
|
482
|
-
Object.setPrototypeOf(this, NotFound.prototype);
|
|
483
|
-
}
|
|
484
|
-
};
|
|
485
|
-
const ArchiveStatus = {
|
|
486
|
-
ARCHIVE_ACCESS: "ARCHIVE_ACCESS",
|
|
487
|
-
DEEP_ARCHIVE_ACCESS: "DEEP_ARCHIVE_ACCESS",
|
|
488
|
-
};
|
|
489
|
-
const EncodingType = {
|
|
490
|
-
url: "url",
|
|
491
|
-
};
|
|
492
|
-
|
|
493
|
-
const ObjectStorageClass = {
|
|
494
|
-
DEEP_ARCHIVE: "DEEP_ARCHIVE",
|
|
495
|
-
EXPRESS_ONEZONE: "EXPRESS_ONEZONE",
|
|
496
|
-
FSX_OPENZFS: "FSX_OPENZFS",
|
|
497
|
-
GLACIER: "GLACIER",
|
|
498
|
-
GLACIER_IR: "GLACIER_IR",
|
|
499
|
-
INTELLIGENT_TIERING: "INTELLIGENT_TIERING",
|
|
500
|
-
ONEZONE_IA: "ONEZONE_IA",
|
|
501
|
-
OUTPOSTS: "OUTPOSTS",
|
|
502
|
-
REDUCED_REDUNDANCY: "REDUCED_REDUNDANCY",
|
|
503
|
-
SNOW: "SNOW",
|
|
504
|
-
STANDARD: "STANDARD",
|
|
505
|
-
STANDARD_IA: "STANDARD_IA",
|
|
506
|
-
};
|
|
507
|
-
const OptionalObjectAttributes = {
|
|
508
|
-
RESTORE_STATUS: "RestoreStatus",
|
|
509
|
-
};
|
|
510
|
-
const ObjectVersionStorageClass = {
|
|
511
|
-
STANDARD: "STANDARD",
|
|
512
|
-
};
|
|
513
|
-
const MFADelete = {
|
|
514
|
-
Disabled: "Disabled",
|
|
515
|
-
Enabled: "Enabled",
|
|
516
|
-
};
|
|
517
|
-
let EncryptionTypeMismatch$1 = class EncryptionTypeMismatch extends S3ServiceException$1 {
|
|
518
|
-
name = "EncryptionTypeMismatch";
|
|
519
|
-
$fault = "client";
|
|
520
|
-
constructor(opts) {
|
|
521
|
-
super({
|
|
522
|
-
name: "EncryptionTypeMismatch",
|
|
523
|
-
$fault: "client",
|
|
524
|
-
...opts,
|
|
525
|
-
});
|
|
526
|
-
Object.setPrototypeOf(this, EncryptionTypeMismatch.prototype);
|
|
527
|
-
}
|
|
528
|
-
};
|
|
529
|
-
let InvalidRequest$1 = class InvalidRequest extends S3ServiceException$1 {
|
|
530
|
-
name = "InvalidRequest";
|
|
531
|
-
$fault = "client";
|
|
532
|
-
constructor(opts) {
|
|
533
|
-
super({
|
|
534
|
-
name: "InvalidRequest",
|
|
535
|
-
$fault: "client",
|
|
536
|
-
...opts,
|
|
537
|
-
});
|
|
538
|
-
Object.setPrototypeOf(this, InvalidRequest.prototype);
|
|
539
|
-
}
|
|
540
|
-
};
|
|
541
|
-
let InvalidWriteOffset$1 = class InvalidWriteOffset extends S3ServiceException$1 {
|
|
542
|
-
name = "InvalidWriteOffset";
|
|
543
|
-
$fault = "client";
|
|
544
|
-
constructor(opts) {
|
|
545
|
-
super({
|
|
546
|
-
name: "InvalidWriteOffset",
|
|
547
|
-
$fault: "client",
|
|
548
|
-
...opts,
|
|
549
|
-
});
|
|
550
|
-
Object.setPrototypeOf(this, InvalidWriteOffset.prototype);
|
|
551
|
-
}
|
|
181
|
+
let InvalidWriteOffset$1 = class InvalidWriteOffset extends S3ServiceException$1 {
|
|
182
|
+
name = "InvalidWriteOffset";
|
|
183
|
+
$fault = "client";
|
|
184
|
+
constructor(opts) {
|
|
185
|
+
super({
|
|
186
|
+
name: "InvalidWriteOffset",
|
|
187
|
+
$fault: "client",
|
|
188
|
+
...opts,
|
|
189
|
+
});
|
|
190
|
+
Object.setPrototypeOf(this, InvalidWriteOffset.prototype);
|
|
191
|
+
}
|
|
552
192
|
};
|
|
553
193
|
let TooManyParts$1 = class TooManyParts extends S3ServiceException$1 {
|
|
554
194
|
name = "TooManyParts";
|
|
@@ -586,35 +226,6 @@ let ObjectAlreadyInActiveTierError$1 = class ObjectAlreadyInActiveTierError exte
|
|
|
586
226
|
Object.setPrototypeOf(this, ObjectAlreadyInActiveTierError.prototype);
|
|
587
227
|
}
|
|
588
228
|
};
|
|
589
|
-
const Tier = {
|
|
590
|
-
Bulk: "Bulk",
|
|
591
|
-
Expedited: "Expedited",
|
|
592
|
-
Standard: "Standard",
|
|
593
|
-
};
|
|
594
|
-
const ExpressionType = {
|
|
595
|
-
SQL: "SQL",
|
|
596
|
-
};
|
|
597
|
-
const CompressionType = {
|
|
598
|
-
BZIP2: "BZIP2",
|
|
599
|
-
GZIP: "GZIP",
|
|
600
|
-
NONE: "NONE",
|
|
601
|
-
};
|
|
602
|
-
const FileHeaderInfo = {
|
|
603
|
-
IGNORE: "IGNORE",
|
|
604
|
-
NONE: "NONE",
|
|
605
|
-
USE: "USE",
|
|
606
|
-
};
|
|
607
|
-
const JSONType = {
|
|
608
|
-
DOCUMENT: "DOCUMENT",
|
|
609
|
-
LINES: "LINES",
|
|
610
|
-
};
|
|
611
|
-
const QuoteFields = {
|
|
612
|
-
ALWAYS: "ALWAYS",
|
|
613
|
-
ASNEEDED: "ASNEEDED",
|
|
614
|
-
};
|
|
615
|
-
const RestoreRequestType = {
|
|
616
|
-
SELECT: "SELECT",
|
|
617
|
-
};
|
|
618
229
|
|
|
619
230
|
const _A = "Account";
|
|
620
231
|
const _AAO = "AnalyticsAndOperator";
|
|
@@ -655,6 +266,7 @@ const _BA = "BucketArn";
|
|
|
655
266
|
const _BAE = "BucketAlreadyExists";
|
|
656
267
|
const _BAI = "BucketAccountId";
|
|
657
268
|
const _BAOBY = "BucketAlreadyOwnedByYou";
|
|
269
|
+
const _BET = "BlockedEncryptionTypes";
|
|
658
270
|
const _BGR = "BypassGovernanceRetention";
|
|
659
271
|
const _BI = "BucketInfo";
|
|
660
272
|
const _BKE = "BucketKeyEnabled";
|
|
@@ -841,10 +453,11 @@ const _EODM = "ExpiredObjectDeleteMarker";
|
|
|
841
453
|
const _EOR = "ExistingObjectReplication";
|
|
842
454
|
const _ES = "ExpiresString";
|
|
843
455
|
const _ESBO = "ExpectedSourceBucketOwner";
|
|
844
|
-
const _ET = "
|
|
456
|
+
const _ET = "EncryptionType";
|
|
457
|
+
const _ETL = "EncryptionTypeList";
|
|
845
458
|
const _ETM = "EncryptionTypeMismatch";
|
|
846
|
-
const
|
|
847
|
-
const
|
|
459
|
+
const _ETa = "ETag";
|
|
460
|
+
const _ETn = "EncodingType";
|
|
848
461
|
const _ETv = "EventThreshold";
|
|
849
462
|
const _ETx = "ExpressionType";
|
|
850
463
|
const _En = "Encryption";
|
|
@@ -1730,6 +1343,21 @@ var AnalyticsExportDestination = [
|
|
|
1730
1343
|
[() => AnalyticsS3BucketDestination],
|
|
1731
1344
|
];
|
|
1732
1345
|
var AnalyticsS3BucketDestination = [3, n0, _ASBD, 0, [_Fo, _BAI, _B, _P], [0, 0, 0, 0]];
|
|
1346
|
+
var BlockedEncryptionTypes = [
|
|
1347
|
+
3,
|
|
1348
|
+
n0,
|
|
1349
|
+
_BET,
|
|
1350
|
+
0,
|
|
1351
|
+
[_ET],
|
|
1352
|
+
[
|
|
1353
|
+
[
|
|
1354
|
+
() => EncryptionTypeList,
|
|
1355
|
+
{
|
|
1356
|
+
[_xF]: 1,
|
|
1357
|
+
},
|
|
1358
|
+
],
|
|
1359
|
+
],
|
|
1360
|
+
];
|
|
1733
1361
|
var Bucket = [3, n0, _B, 0, [_N, _CD, _BR, _BA], [0, 4, 0, 0]];
|
|
1734
1362
|
var BucketAlreadyExists = [
|
|
1735
1363
|
-3,
|
|
@@ -1803,7 +1431,7 @@ var CompletedPart = [
|
|
|
1803
1431
|
n0,
|
|
1804
1432
|
_CPo,
|
|
1805
1433
|
0,
|
|
1806
|
-
[
|
|
1434
|
+
[_ETa, _CCRC, _CCRCC, _CCRCNVME, _CSHA, _CSHAh, _PN],
|
|
1807
1435
|
[0, 0, 0, 0, 0, 0, 1],
|
|
1808
1436
|
];
|
|
1809
1437
|
var CompleteMultipartUploadOutput = [
|
|
@@ -1813,7 +1441,7 @@ var CompleteMultipartUploadOutput = [
|
|
|
1813
1441
|
{
|
|
1814
1442
|
[_xN]: _CMUR,
|
|
1815
1443
|
},
|
|
1816
|
-
[_L, _B, _K, _E,
|
|
1444
|
+
[_L, _B, _K, _E, _ETa, _CCRC, _CCRCC, _CCRCNVME, _CSHA, _CSHAh, _CT, _SSE, _VI, _SSEKMSKI, _BKE, _RC],
|
|
1817
1445
|
[
|
|
1818
1446
|
0,
|
|
1819
1447
|
0,
|
|
@@ -2368,7 +1996,7 @@ var CopyObjectResult = [
|
|
|
2368
1996
|
n0,
|
|
2369
1997
|
_COR,
|
|
2370
1998
|
0,
|
|
2371
|
-
[
|
|
1999
|
+
[_ETa, _LM, _CT, _CCRC, _CCRCC, _CCRCNVME, _CSHA, _CSHAh],
|
|
2372
2000
|
[0, 4, 0, 0, 0, 0, 0, 0],
|
|
2373
2001
|
];
|
|
2374
2002
|
var CopyPartResult = [
|
|
@@ -2376,7 +2004,7 @@ var CopyPartResult = [
|
|
|
2376
2004
|
n0,
|
|
2377
2005
|
_CPR,
|
|
2378
2006
|
0,
|
|
2379
|
-
[
|
|
2007
|
+
[_ETa, _LM, _CCRC, _CCRCC, _CCRCNVME, _CSHA, _CSHAh],
|
|
2380
2008
|
[0, 4, 0, 0, 0, 0, 0],
|
|
2381
2009
|
];
|
|
2382
2010
|
var CORSConfiguration = [
|
|
@@ -3508,7 +3136,7 @@ var Destination = [
|
|
|
3508
3136
|
[0, 0, 0, () => AccessControlTranslation, () => EncryptionConfiguration, () => ReplicationTime, () => Metrics],
|
|
3509
3137
|
];
|
|
3510
3138
|
var DestinationResult = [3, n0, _DRes, 0, [_TBT, _TBA, _TN], [0, 0, 0]];
|
|
3511
|
-
var Encryption = [3, n0, _En, 0, [
|
|
3139
|
+
var Encryption = [3, n0, _En, 0, [_ET, _KMSKI, _KMSC], [0, [() => SSEKMSKeyId, 0], 0]];
|
|
3512
3140
|
var EncryptionConfiguration = [3, n0, _EC, 0, [_RKKID], [0]];
|
|
3513
3141
|
var EncryptionTypeMismatch = [
|
|
3514
3142
|
-3,
|
|
@@ -4207,7 +3835,7 @@ var GetObjectAttributesOutput = [
|
|
|
4207
3835
|
{
|
|
4208
3836
|
[_xN]: _GOARe,
|
|
4209
3837
|
},
|
|
4210
|
-
[_DM, _LM, _VI, _RC,
|
|
3838
|
+
[_DM, _LM, _VI, _RC, _ETa, _C, _OP, _SC, _OS],
|
|
4211
3839
|
[
|
|
4212
3840
|
[
|
|
4213
3841
|
2,
|
|
@@ -4413,7 +4041,7 @@ var GetObjectOutput = [
|
|
|
4413
4041
|
_Re,
|
|
4414
4042
|
_LM,
|
|
4415
4043
|
_CLo,
|
|
4416
|
-
|
|
4044
|
+
_ETa,
|
|
4417
4045
|
_CCRC,
|
|
4418
4046
|
_CCRCC,
|
|
4419
4047
|
_CCRCNVME,
|
|
@@ -4487,7 +4115,7 @@ var GetObjectOutput = [
|
|
|
4487
4115
|
[
|
|
4488
4116
|
0,
|
|
4489
4117
|
{
|
|
4490
|
-
[_hH]:
|
|
4118
|
+
[_hH]: _ETa,
|
|
4491
4119
|
},
|
|
4492
4120
|
],
|
|
4493
4121
|
[
|
|
@@ -5091,7 +4719,7 @@ var HeadObjectOutput = [
|
|
|
5091
4719
|
_CSHA,
|
|
5092
4720
|
_CSHAh,
|
|
5093
4721
|
_CT,
|
|
5094
|
-
|
|
4722
|
+
_ETa,
|
|
5095
4723
|
_MM,
|
|
5096
4724
|
_VI,
|
|
5097
4725
|
_CC,
|
|
@@ -5200,7 +4828,7 @@ var HeadObjectOutput = [
|
|
|
5200
4828
|
[
|
|
5201
4829
|
0,
|
|
5202
4830
|
{
|
|
5203
|
-
[_hH]:
|
|
4831
|
+
[_hH]: _ETa,
|
|
5204
4832
|
},
|
|
5205
4833
|
],
|
|
5206
4834
|
[
|
|
@@ -6042,7 +5670,7 @@ var ListMultipartUploadsOutput = [
|
|
|
6042
5670
|
{
|
|
6043
5671
|
[_xN]: _LMUR,
|
|
6044
5672
|
},
|
|
6045
|
-
[_B, _KM, _UIM, _NKM, _P, _Deli, _NUIM, _MUa, _IT, _U, _CPom,
|
|
5673
|
+
[_B, _KM, _UIM, _NKM, _P, _Deli, _NUIM, _MUa, _IT, _U, _CPom, _ETn, _RC],
|
|
6046
5674
|
[
|
|
6047
5675
|
0,
|
|
6048
5676
|
0,
|
|
@@ -6080,7 +5708,7 @@ var ListMultipartUploadsRequest = [
|
|
|
6080
5708
|
n0,
|
|
6081
5709
|
_LMURi,
|
|
6082
5710
|
0,
|
|
6083
|
-
[_B, _Deli,
|
|
5711
|
+
[_B, _Deli, _ETn, _KM, _MUa, _P, _UIM, _EBO, _RP],
|
|
6084
5712
|
[
|
|
6085
5713
|
[0, 1],
|
|
6086
5714
|
[
|
|
@@ -6140,7 +5768,7 @@ var ListObjectsOutput = [
|
|
|
6140
5768
|
{
|
|
6141
5769
|
[_xN]: _LBRi,
|
|
6142
5770
|
},
|
|
6143
|
-
[_IT, _Ma, _NM, _Con, _N, _P, _Deli, _MK, _CPom,
|
|
5771
|
+
[_IT, _Ma, _NM, _Con, _N, _P, _Deli, _MK, _CPom, _ETn, _RC],
|
|
6144
5772
|
[
|
|
6145
5773
|
2,
|
|
6146
5774
|
0,
|
|
@@ -6175,7 +5803,7 @@ var ListObjectsRequest = [
|
|
|
6175
5803
|
n0,
|
|
6176
5804
|
_LOR,
|
|
6177
5805
|
0,
|
|
6178
|
-
[_B, _Deli,
|
|
5806
|
+
[_B, _Deli, _ETn, _Ma, _MK, _P, _RP, _EBO, _OOA],
|
|
6179
5807
|
[
|
|
6180
5808
|
[0, 1],
|
|
6181
5809
|
[
|
|
@@ -6235,7 +5863,7 @@ var ListObjectsV2Output = [
|
|
|
6235
5863
|
{
|
|
6236
5864
|
[_xN]: _LBRi,
|
|
6237
5865
|
},
|
|
6238
|
-
[_IT, _Con, _N, _P, _Deli, _MK, _CPom,
|
|
5866
|
+
[_IT, _Con, _N, _P, _Deli, _MK, _CPom, _ETn, _KC, _CTon, _NCT, _SA, _RC],
|
|
6239
5867
|
[
|
|
6240
5868
|
2,
|
|
6241
5869
|
[
|
|
@@ -6272,7 +5900,7 @@ var ListObjectsV2Request = [
|
|
|
6272
5900
|
n0,
|
|
6273
5901
|
_LOVR,
|
|
6274
5902
|
0,
|
|
6275
|
-
[_B, _Deli,
|
|
5903
|
+
[_B, _Deli, _ETn, _MK, _P, _CTon, _FO, _SA, _RP, _EBO, _OOA],
|
|
6276
5904
|
[
|
|
6277
5905
|
[0, 1],
|
|
6278
5906
|
[
|
|
@@ -6344,7 +5972,7 @@ var ListObjectVersionsOutput = [
|
|
|
6344
5972
|
{
|
|
6345
5973
|
[_xN]: _LVR,
|
|
6346
5974
|
},
|
|
6347
|
-
[_IT, _KM, _VIM, _NKM, _NVIM, _Ve, _DMe, _N, _P, _Deli, _MK, _CPom,
|
|
5975
|
+
[_IT, _KM, _VIM, _NKM, _NVIM, _Ve, _DMe, _N, _P, _Deli, _MK, _CPom, _ETn, _RC],
|
|
6348
5976
|
[
|
|
6349
5977
|
2,
|
|
6350
5978
|
0,
|
|
@@ -6389,7 +6017,7 @@ var ListObjectVersionsRequest = [
|
|
|
6389
6017
|
n0,
|
|
6390
6018
|
_LOVRi,
|
|
6391
6019
|
0,
|
|
6392
|
-
[_B, _Deli,
|
|
6020
|
+
[_B, _Deli, _ETn, _KM, _MK, _P, _VIM, _EBO, _RP, _OOA],
|
|
6393
6021
|
[
|
|
6394
6022
|
[0, 1],
|
|
6395
6023
|
[
|
|
@@ -6719,7 +6347,7 @@ var _Object = [
|
|
|
6719
6347
|
n0,
|
|
6720
6348
|
_Obj,
|
|
6721
6349
|
0,
|
|
6722
|
-
[_K, _LM,
|
|
6350
|
+
[_K, _LM, _ETa, _CA, _CT, _Si, _SC, _O, _RSe],
|
|
6723
6351
|
[
|
|
6724
6352
|
0,
|
|
6725
6353
|
4,
|
|
@@ -6749,7 +6377,7 @@ var ObjectAlreadyInActiveTierError = [
|
|
|
6749
6377
|
[],
|
|
6750
6378
|
];
|
|
6751
6379
|
schema.TypeRegistry.for(n0).registerError(ObjectAlreadyInActiveTierError, ObjectAlreadyInActiveTierError$1);
|
|
6752
|
-
var ObjectIdentifier = [3, n0, _OI, 0, [_K, _VI,
|
|
6380
|
+
var ObjectIdentifier = [3, n0, _OI, 0, [_K, _VI, _ETa, _LMT, _Si], [0, 0, 0, 6, 1]];
|
|
6753
6381
|
var ObjectLockConfiguration = [3, n0, _OLC, 0, [_OLE, _Ru], [0, () => ObjectLockRule]];
|
|
6754
6382
|
var ObjectLockLegalHold = [3, n0, _OLLH, 0, [_S], [0]];
|
|
6755
6383
|
var ObjectLockRetention = [3, n0, _OLR, 0, [_Mo, _RUD], [0, 5]];
|
|
@@ -6779,7 +6407,7 @@ var ObjectVersion = [
|
|
|
6779
6407
|
n0,
|
|
6780
6408
|
_OV,
|
|
6781
6409
|
0,
|
|
6782
|
-
[
|
|
6410
|
+
[_ETa, _CA, _CT, _Si, _SC, _K, _VI, _IL, _LM, _O, _RSe],
|
|
6783
6411
|
[
|
|
6784
6412
|
0,
|
|
6785
6413
|
[
|
|
@@ -6832,7 +6460,7 @@ var Part = [
|
|
|
6832
6460
|
n0,
|
|
6833
6461
|
_Par,
|
|
6834
6462
|
0,
|
|
6835
|
-
[_PN, _LM,
|
|
6463
|
+
[_PN, _LM, _ETa, _Si, _CCRC, _CCRCC, _CCRCNVME, _CSHA, _CSHAh],
|
|
6836
6464
|
[1, 4, 0, 1, 0, 0, 0, 0, 0],
|
|
6837
6465
|
];
|
|
6838
6466
|
var PartitionedPrefix = [
|
|
@@ -7797,7 +7425,7 @@ var PutObjectOutput = [
|
|
|
7797
7425
|
0,
|
|
7798
7426
|
[
|
|
7799
7427
|
_E,
|
|
7800
|
-
|
|
7428
|
+
_ETa,
|
|
7801
7429
|
_CCRC,
|
|
7802
7430
|
_CCRCC,
|
|
7803
7431
|
_CCRCNVME,
|
|
@@ -7824,7 +7452,7 @@ var PutObjectOutput = [
|
|
|
7824
7452
|
[
|
|
7825
7453
|
0,
|
|
7826
7454
|
{
|
|
7827
|
-
[_hH]:
|
|
7455
|
+
[_hH]: _ETa,
|
|
7828
7456
|
},
|
|
7829
7457
|
],
|
|
7830
7458
|
[
|
|
@@ -8734,8 +8362,8 @@ var ServerSideEncryptionRule = [
|
|
|
8734
8362
|
n0,
|
|
8735
8363
|
_SSER,
|
|
8736
8364
|
0,
|
|
8737
|
-
[_ASSEBD, _BKE],
|
|
8738
|
-
[[() => ServerSideEncryptionByDefault, 0], 2],
|
|
8365
|
+
[_ASSEBD, _BKE, _BET],
|
|
8366
|
+
[[() => ServerSideEncryptionByDefault, 0], 2, [() => BlockedEncryptionTypes, 0]],
|
|
8739
8367
|
];
|
|
8740
8368
|
var SessionCredentials = [
|
|
8741
8369
|
3,
|
|
@@ -9178,7 +8806,7 @@ var UploadPartOutput = [
|
|
|
9178
8806
|
n0,
|
|
9179
8807
|
_UPO,
|
|
9180
8808
|
0,
|
|
9181
|
-
[_SSE,
|
|
8809
|
+
[_SSE, _ETa, _CCRC, _CCRCC, _CCRCNVME, _CSHA, _CSHAh, _SSECA, _SSECKMD, _SSEKMSKI, _BKE, _RC],
|
|
9182
8810
|
[
|
|
9183
8811
|
[
|
|
9184
8812
|
0,
|
|
@@ -9189,7 +8817,7 @@ var UploadPartOutput = [
|
|
|
9189
8817
|
[
|
|
9190
8818
|
0,
|
|
9191
8819
|
{
|
|
9192
|
-
[_hH]:
|
|
8820
|
+
[_hH]: _ETa,
|
|
9193
8821
|
},
|
|
9194
8822
|
],
|
|
9195
8823
|
[
|
|
@@ -9425,7 +9053,7 @@ var WriteGetObjectResponseRequest = [
|
|
|
9425
9053
|
_CSHA,
|
|
9426
9054
|
_CSHAh,
|
|
9427
9055
|
_DM,
|
|
9428
|
-
|
|
9056
|
+
_ETa,
|
|
9429
9057
|
_Ex,
|
|
9430
9058
|
_E,
|
|
9431
9059
|
_LM,
|
|
@@ -9713,6 +9341,18 @@ var CompletedPartList = [1, n0, _CPLo, 0, () => CompletedPart];
|
|
|
9713
9341
|
var CORSRules = [1, n0, _CORSR, 0, [() => CORSRule, 0]];
|
|
9714
9342
|
var DeletedObjects = [1, n0, _DOe, 0, () => DeletedObject];
|
|
9715
9343
|
var DeleteMarkers = [1, n0, _DMe, 0, () => DeleteMarkerEntry];
|
|
9344
|
+
var EncryptionTypeList = [
|
|
9345
|
+
1,
|
|
9346
|
+
n0,
|
|
9347
|
+
_ETL,
|
|
9348
|
+
0,
|
|
9349
|
+
[
|
|
9350
|
+
0,
|
|
9351
|
+
{
|
|
9352
|
+
[_xN]: _ET,
|
|
9353
|
+
},
|
|
9354
|
+
],
|
|
9355
|
+
];
|
|
9716
9356
|
var Errors = [1, n0, _Er, 0, () => _Error];
|
|
9717
9357
|
var FilterRuleList = [1, n0, _FRL, 0, () => FilterRule];
|
|
9718
9358
|
var Grants = [
|
|
@@ -13061,6 +12701,399 @@ const waitUntilObjectNotExists = async (params, input) => {
|
|
|
13061
12701
|
return utilWaiter.checkExceptions(result);
|
|
13062
12702
|
};
|
|
13063
12703
|
|
|
12704
|
+
const RequestCharged = {
|
|
12705
|
+
requester: "requester",
|
|
12706
|
+
};
|
|
12707
|
+
const RequestPayer = {
|
|
12708
|
+
requester: "requester",
|
|
12709
|
+
};
|
|
12710
|
+
const BucketAccelerateStatus = {
|
|
12711
|
+
Enabled: "Enabled",
|
|
12712
|
+
Suspended: "Suspended",
|
|
12713
|
+
};
|
|
12714
|
+
const Type = {
|
|
12715
|
+
AmazonCustomerByEmail: "AmazonCustomerByEmail",
|
|
12716
|
+
CanonicalUser: "CanonicalUser",
|
|
12717
|
+
Group: "Group",
|
|
12718
|
+
};
|
|
12719
|
+
const Permission = {
|
|
12720
|
+
FULL_CONTROL: "FULL_CONTROL",
|
|
12721
|
+
READ: "READ",
|
|
12722
|
+
READ_ACP: "READ_ACP",
|
|
12723
|
+
WRITE: "WRITE",
|
|
12724
|
+
WRITE_ACP: "WRITE_ACP",
|
|
12725
|
+
};
|
|
12726
|
+
const OwnerOverride = {
|
|
12727
|
+
Destination: "Destination",
|
|
12728
|
+
};
|
|
12729
|
+
const ChecksumType = {
|
|
12730
|
+
COMPOSITE: "COMPOSITE",
|
|
12731
|
+
FULL_OBJECT: "FULL_OBJECT",
|
|
12732
|
+
};
|
|
12733
|
+
const ServerSideEncryption = {
|
|
12734
|
+
AES256: "AES256",
|
|
12735
|
+
aws_fsx: "aws:fsx",
|
|
12736
|
+
aws_kms: "aws:kms",
|
|
12737
|
+
aws_kms_dsse: "aws:kms:dsse",
|
|
12738
|
+
};
|
|
12739
|
+
const ObjectCannedACL = {
|
|
12740
|
+
authenticated_read: "authenticated-read",
|
|
12741
|
+
aws_exec_read: "aws-exec-read",
|
|
12742
|
+
bucket_owner_full_control: "bucket-owner-full-control",
|
|
12743
|
+
bucket_owner_read: "bucket-owner-read",
|
|
12744
|
+
private: "private",
|
|
12745
|
+
public_read: "public-read",
|
|
12746
|
+
public_read_write: "public-read-write",
|
|
12747
|
+
};
|
|
12748
|
+
const ChecksumAlgorithm = {
|
|
12749
|
+
CRC32: "CRC32",
|
|
12750
|
+
CRC32C: "CRC32C",
|
|
12751
|
+
CRC64NVME: "CRC64NVME",
|
|
12752
|
+
SHA1: "SHA1",
|
|
12753
|
+
SHA256: "SHA256",
|
|
12754
|
+
};
|
|
12755
|
+
const MetadataDirective = {
|
|
12756
|
+
COPY: "COPY",
|
|
12757
|
+
REPLACE: "REPLACE",
|
|
12758
|
+
};
|
|
12759
|
+
const ObjectLockLegalHoldStatus = {
|
|
12760
|
+
OFF: "OFF",
|
|
12761
|
+
ON: "ON",
|
|
12762
|
+
};
|
|
12763
|
+
const ObjectLockMode = {
|
|
12764
|
+
COMPLIANCE: "COMPLIANCE",
|
|
12765
|
+
GOVERNANCE: "GOVERNANCE",
|
|
12766
|
+
};
|
|
12767
|
+
const StorageClass = {
|
|
12768
|
+
DEEP_ARCHIVE: "DEEP_ARCHIVE",
|
|
12769
|
+
EXPRESS_ONEZONE: "EXPRESS_ONEZONE",
|
|
12770
|
+
FSX_OPENZFS: "FSX_OPENZFS",
|
|
12771
|
+
GLACIER: "GLACIER",
|
|
12772
|
+
GLACIER_IR: "GLACIER_IR",
|
|
12773
|
+
INTELLIGENT_TIERING: "INTELLIGENT_TIERING",
|
|
12774
|
+
ONEZONE_IA: "ONEZONE_IA",
|
|
12775
|
+
OUTPOSTS: "OUTPOSTS",
|
|
12776
|
+
REDUCED_REDUNDANCY: "REDUCED_REDUNDANCY",
|
|
12777
|
+
SNOW: "SNOW",
|
|
12778
|
+
STANDARD: "STANDARD",
|
|
12779
|
+
STANDARD_IA: "STANDARD_IA",
|
|
12780
|
+
};
|
|
12781
|
+
const TaggingDirective = {
|
|
12782
|
+
COPY: "COPY",
|
|
12783
|
+
REPLACE: "REPLACE",
|
|
12784
|
+
};
|
|
12785
|
+
const BucketCannedACL = {
|
|
12786
|
+
authenticated_read: "authenticated-read",
|
|
12787
|
+
private: "private",
|
|
12788
|
+
public_read: "public-read",
|
|
12789
|
+
public_read_write: "public-read-write",
|
|
12790
|
+
};
|
|
12791
|
+
const DataRedundancy = {
|
|
12792
|
+
SingleAvailabilityZone: "SingleAvailabilityZone",
|
|
12793
|
+
SingleLocalZone: "SingleLocalZone",
|
|
12794
|
+
};
|
|
12795
|
+
const BucketType = {
|
|
12796
|
+
Directory: "Directory",
|
|
12797
|
+
};
|
|
12798
|
+
const LocationType = {
|
|
12799
|
+
AvailabilityZone: "AvailabilityZone",
|
|
12800
|
+
LocalZone: "LocalZone",
|
|
12801
|
+
};
|
|
12802
|
+
const BucketLocationConstraint = {
|
|
12803
|
+
EU: "EU",
|
|
12804
|
+
af_south_1: "af-south-1",
|
|
12805
|
+
ap_east_1: "ap-east-1",
|
|
12806
|
+
ap_northeast_1: "ap-northeast-1",
|
|
12807
|
+
ap_northeast_2: "ap-northeast-2",
|
|
12808
|
+
ap_northeast_3: "ap-northeast-3",
|
|
12809
|
+
ap_south_1: "ap-south-1",
|
|
12810
|
+
ap_south_2: "ap-south-2",
|
|
12811
|
+
ap_southeast_1: "ap-southeast-1",
|
|
12812
|
+
ap_southeast_2: "ap-southeast-2",
|
|
12813
|
+
ap_southeast_3: "ap-southeast-3",
|
|
12814
|
+
ap_southeast_4: "ap-southeast-4",
|
|
12815
|
+
ap_southeast_5: "ap-southeast-5",
|
|
12816
|
+
ca_central_1: "ca-central-1",
|
|
12817
|
+
cn_north_1: "cn-north-1",
|
|
12818
|
+
cn_northwest_1: "cn-northwest-1",
|
|
12819
|
+
eu_central_1: "eu-central-1",
|
|
12820
|
+
eu_central_2: "eu-central-2",
|
|
12821
|
+
eu_north_1: "eu-north-1",
|
|
12822
|
+
eu_south_1: "eu-south-1",
|
|
12823
|
+
eu_south_2: "eu-south-2",
|
|
12824
|
+
eu_west_1: "eu-west-1",
|
|
12825
|
+
eu_west_2: "eu-west-2",
|
|
12826
|
+
eu_west_3: "eu-west-3",
|
|
12827
|
+
il_central_1: "il-central-1",
|
|
12828
|
+
me_central_1: "me-central-1",
|
|
12829
|
+
me_south_1: "me-south-1",
|
|
12830
|
+
sa_east_1: "sa-east-1",
|
|
12831
|
+
us_east_2: "us-east-2",
|
|
12832
|
+
us_gov_east_1: "us-gov-east-1",
|
|
12833
|
+
us_gov_west_1: "us-gov-west-1",
|
|
12834
|
+
us_west_1: "us-west-1",
|
|
12835
|
+
us_west_2: "us-west-2",
|
|
12836
|
+
};
|
|
12837
|
+
const ObjectOwnership = {
|
|
12838
|
+
BucketOwnerEnforced: "BucketOwnerEnforced",
|
|
12839
|
+
BucketOwnerPreferred: "BucketOwnerPreferred",
|
|
12840
|
+
ObjectWriter: "ObjectWriter",
|
|
12841
|
+
};
|
|
12842
|
+
const InventoryConfigurationState = {
|
|
12843
|
+
DISABLED: "DISABLED",
|
|
12844
|
+
ENABLED: "ENABLED",
|
|
12845
|
+
};
|
|
12846
|
+
const TableSseAlgorithm = {
|
|
12847
|
+
AES256: "AES256",
|
|
12848
|
+
aws_kms: "aws:kms",
|
|
12849
|
+
};
|
|
12850
|
+
const ExpirationState = {
|
|
12851
|
+
DISABLED: "DISABLED",
|
|
12852
|
+
ENABLED: "ENABLED",
|
|
12853
|
+
};
|
|
12854
|
+
const SessionMode = {
|
|
12855
|
+
ReadOnly: "ReadOnly",
|
|
12856
|
+
ReadWrite: "ReadWrite",
|
|
12857
|
+
};
|
|
12858
|
+
const AnalyticsS3ExportFileFormat = {
|
|
12859
|
+
CSV: "CSV",
|
|
12860
|
+
};
|
|
12861
|
+
const StorageClassAnalysisSchemaVersion = {
|
|
12862
|
+
V_1: "V_1",
|
|
12863
|
+
};
|
|
12864
|
+
const EncryptionType = {
|
|
12865
|
+
NONE: "NONE",
|
|
12866
|
+
SSE_C: "SSE-C",
|
|
12867
|
+
};
|
|
12868
|
+
const IntelligentTieringStatus = {
|
|
12869
|
+
Disabled: "Disabled",
|
|
12870
|
+
Enabled: "Enabled",
|
|
12871
|
+
};
|
|
12872
|
+
const IntelligentTieringAccessTier = {
|
|
12873
|
+
ARCHIVE_ACCESS: "ARCHIVE_ACCESS",
|
|
12874
|
+
DEEP_ARCHIVE_ACCESS: "DEEP_ARCHIVE_ACCESS",
|
|
12875
|
+
};
|
|
12876
|
+
const InventoryFormat = {
|
|
12877
|
+
CSV: "CSV",
|
|
12878
|
+
ORC: "ORC",
|
|
12879
|
+
Parquet: "Parquet",
|
|
12880
|
+
};
|
|
12881
|
+
const InventoryIncludedObjectVersions = {
|
|
12882
|
+
All: "All",
|
|
12883
|
+
Current: "Current",
|
|
12884
|
+
};
|
|
12885
|
+
const InventoryOptionalField = {
|
|
12886
|
+
BucketKeyStatus: "BucketKeyStatus",
|
|
12887
|
+
ChecksumAlgorithm: "ChecksumAlgorithm",
|
|
12888
|
+
ETag: "ETag",
|
|
12889
|
+
EncryptionStatus: "EncryptionStatus",
|
|
12890
|
+
IntelligentTieringAccessTier: "IntelligentTieringAccessTier",
|
|
12891
|
+
IsMultipartUploaded: "IsMultipartUploaded",
|
|
12892
|
+
LastModifiedDate: "LastModifiedDate",
|
|
12893
|
+
ObjectAccessControlList: "ObjectAccessControlList",
|
|
12894
|
+
ObjectLockLegalHoldStatus: "ObjectLockLegalHoldStatus",
|
|
12895
|
+
ObjectLockMode: "ObjectLockMode",
|
|
12896
|
+
ObjectLockRetainUntilDate: "ObjectLockRetainUntilDate",
|
|
12897
|
+
ObjectOwner: "ObjectOwner",
|
|
12898
|
+
ReplicationStatus: "ReplicationStatus",
|
|
12899
|
+
Size: "Size",
|
|
12900
|
+
StorageClass: "StorageClass",
|
|
12901
|
+
};
|
|
12902
|
+
const InventoryFrequency = {
|
|
12903
|
+
Daily: "Daily",
|
|
12904
|
+
Weekly: "Weekly",
|
|
12905
|
+
};
|
|
12906
|
+
const TransitionStorageClass = {
|
|
12907
|
+
DEEP_ARCHIVE: "DEEP_ARCHIVE",
|
|
12908
|
+
GLACIER: "GLACIER",
|
|
12909
|
+
GLACIER_IR: "GLACIER_IR",
|
|
12910
|
+
INTELLIGENT_TIERING: "INTELLIGENT_TIERING",
|
|
12911
|
+
ONEZONE_IA: "ONEZONE_IA",
|
|
12912
|
+
STANDARD_IA: "STANDARD_IA",
|
|
12913
|
+
};
|
|
12914
|
+
const ExpirationStatus = {
|
|
12915
|
+
Disabled: "Disabled",
|
|
12916
|
+
Enabled: "Enabled",
|
|
12917
|
+
};
|
|
12918
|
+
const TransitionDefaultMinimumObjectSize = {
|
|
12919
|
+
all_storage_classes_128K: "all_storage_classes_128K",
|
|
12920
|
+
varies_by_storage_class: "varies_by_storage_class",
|
|
12921
|
+
};
|
|
12922
|
+
const BucketLogsPermission = {
|
|
12923
|
+
FULL_CONTROL: "FULL_CONTROL",
|
|
12924
|
+
READ: "READ",
|
|
12925
|
+
WRITE: "WRITE",
|
|
12926
|
+
};
|
|
12927
|
+
const PartitionDateSource = {
|
|
12928
|
+
DeliveryTime: "DeliveryTime",
|
|
12929
|
+
EventTime: "EventTime",
|
|
12930
|
+
};
|
|
12931
|
+
const S3TablesBucketType = {
|
|
12932
|
+
aws: "aws",
|
|
12933
|
+
customer: "customer",
|
|
12934
|
+
};
|
|
12935
|
+
const Event = {
|
|
12936
|
+
s3_IntelligentTiering: "s3:IntelligentTiering",
|
|
12937
|
+
s3_LifecycleExpiration_: "s3:LifecycleExpiration:*",
|
|
12938
|
+
s3_LifecycleExpiration_Delete: "s3:LifecycleExpiration:Delete",
|
|
12939
|
+
s3_LifecycleExpiration_DeleteMarkerCreated: "s3:LifecycleExpiration:DeleteMarkerCreated",
|
|
12940
|
+
s3_LifecycleTransition: "s3:LifecycleTransition",
|
|
12941
|
+
s3_ObjectAcl_Put: "s3:ObjectAcl:Put",
|
|
12942
|
+
s3_ObjectCreated_: "s3:ObjectCreated:*",
|
|
12943
|
+
s3_ObjectCreated_CompleteMultipartUpload: "s3:ObjectCreated:CompleteMultipartUpload",
|
|
12944
|
+
s3_ObjectCreated_Copy: "s3:ObjectCreated:Copy",
|
|
12945
|
+
s3_ObjectCreated_Post: "s3:ObjectCreated:Post",
|
|
12946
|
+
s3_ObjectCreated_Put: "s3:ObjectCreated:Put",
|
|
12947
|
+
s3_ObjectRemoved_: "s3:ObjectRemoved:*",
|
|
12948
|
+
s3_ObjectRemoved_Delete: "s3:ObjectRemoved:Delete",
|
|
12949
|
+
s3_ObjectRemoved_DeleteMarkerCreated: "s3:ObjectRemoved:DeleteMarkerCreated",
|
|
12950
|
+
s3_ObjectRestore_: "s3:ObjectRestore:*",
|
|
12951
|
+
s3_ObjectRestore_Completed: "s3:ObjectRestore:Completed",
|
|
12952
|
+
s3_ObjectRestore_Delete: "s3:ObjectRestore:Delete",
|
|
12953
|
+
s3_ObjectRestore_Post: "s3:ObjectRestore:Post",
|
|
12954
|
+
s3_ObjectTagging_: "s3:ObjectTagging:*",
|
|
12955
|
+
s3_ObjectTagging_Delete: "s3:ObjectTagging:Delete",
|
|
12956
|
+
s3_ObjectTagging_Put: "s3:ObjectTagging:Put",
|
|
12957
|
+
s3_ReducedRedundancyLostObject: "s3:ReducedRedundancyLostObject",
|
|
12958
|
+
s3_Replication_: "s3:Replication:*",
|
|
12959
|
+
s3_Replication_OperationFailedReplication: "s3:Replication:OperationFailedReplication",
|
|
12960
|
+
s3_Replication_OperationMissedThreshold: "s3:Replication:OperationMissedThreshold",
|
|
12961
|
+
s3_Replication_OperationNotTracked: "s3:Replication:OperationNotTracked",
|
|
12962
|
+
s3_Replication_OperationReplicatedAfterThreshold: "s3:Replication:OperationReplicatedAfterThreshold",
|
|
12963
|
+
};
|
|
12964
|
+
const FilterRuleName = {
|
|
12965
|
+
prefix: "prefix",
|
|
12966
|
+
suffix: "suffix",
|
|
12967
|
+
};
|
|
12968
|
+
const DeleteMarkerReplicationStatus = {
|
|
12969
|
+
Disabled: "Disabled",
|
|
12970
|
+
Enabled: "Enabled",
|
|
12971
|
+
};
|
|
12972
|
+
const MetricsStatus = {
|
|
12973
|
+
Disabled: "Disabled",
|
|
12974
|
+
Enabled: "Enabled",
|
|
12975
|
+
};
|
|
12976
|
+
const ReplicationTimeStatus = {
|
|
12977
|
+
Disabled: "Disabled",
|
|
12978
|
+
Enabled: "Enabled",
|
|
12979
|
+
};
|
|
12980
|
+
const ExistingObjectReplicationStatus = {
|
|
12981
|
+
Disabled: "Disabled",
|
|
12982
|
+
Enabled: "Enabled",
|
|
12983
|
+
};
|
|
12984
|
+
const ReplicaModificationsStatus = {
|
|
12985
|
+
Disabled: "Disabled",
|
|
12986
|
+
Enabled: "Enabled",
|
|
12987
|
+
};
|
|
12988
|
+
const SseKmsEncryptedObjectsStatus = {
|
|
12989
|
+
Disabled: "Disabled",
|
|
12990
|
+
Enabled: "Enabled",
|
|
12991
|
+
};
|
|
12992
|
+
const ReplicationRuleStatus = {
|
|
12993
|
+
Disabled: "Disabled",
|
|
12994
|
+
Enabled: "Enabled",
|
|
12995
|
+
};
|
|
12996
|
+
const Payer = {
|
|
12997
|
+
BucketOwner: "BucketOwner",
|
|
12998
|
+
Requester: "Requester",
|
|
12999
|
+
};
|
|
13000
|
+
const MFADeleteStatus = {
|
|
13001
|
+
Disabled: "Disabled",
|
|
13002
|
+
Enabled: "Enabled",
|
|
13003
|
+
};
|
|
13004
|
+
const BucketVersioningStatus = {
|
|
13005
|
+
Enabled: "Enabled",
|
|
13006
|
+
Suspended: "Suspended",
|
|
13007
|
+
};
|
|
13008
|
+
const Protocol = {
|
|
13009
|
+
http: "http",
|
|
13010
|
+
https: "https",
|
|
13011
|
+
};
|
|
13012
|
+
const ReplicationStatus = {
|
|
13013
|
+
COMPLETE: "COMPLETE",
|
|
13014
|
+
COMPLETED: "COMPLETED",
|
|
13015
|
+
FAILED: "FAILED",
|
|
13016
|
+
PENDING: "PENDING",
|
|
13017
|
+
REPLICA: "REPLICA",
|
|
13018
|
+
};
|
|
13019
|
+
const ChecksumMode = {
|
|
13020
|
+
ENABLED: "ENABLED",
|
|
13021
|
+
};
|
|
13022
|
+
const ObjectAttributes = {
|
|
13023
|
+
CHECKSUM: "Checksum",
|
|
13024
|
+
ETAG: "ETag",
|
|
13025
|
+
OBJECT_PARTS: "ObjectParts",
|
|
13026
|
+
OBJECT_SIZE: "ObjectSize",
|
|
13027
|
+
STORAGE_CLASS: "StorageClass",
|
|
13028
|
+
};
|
|
13029
|
+
const ObjectLockEnabled = {
|
|
13030
|
+
Enabled: "Enabled",
|
|
13031
|
+
};
|
|
13032
|
+
const ObjectLockRetentionMode = {
|
|
13033
|
+
COMPLIANCE: "COMPLIANCE",
|
|
13034
|
+
GOVERNANCE: "GOVERNANCE",
|
|
13035
|
+
};
|
|
13036
|
+
const ArchiveStatus = {
|
|
13037
|
+
ARCHIVE_ACCESS: "ARCHIVE_ACCESS",
|
|
13038
|
+
DEEP_ARCHIVE_ACCESS: "DEEP_ARCHIVE_ACCESS",
|
|
13039
|
+
};
|
|
13040
|
+
const EncodingType = {
|
|
13041
|
+
url: "url",
|
|
13042
|
+
};
|
|
13043
|
+
const ObjectStorageClass = {
|
|
13044
|
+
DEEP_ARCHIVE: "DEEP_ARCHIVE",
|
|
13045
|
+
EXPRESS_ONEZONE: "EXPRESS_ONEZONE",
|
|
13046
|
+
FSX_OPENZFS: "FSX_OPENZFS",
|
|
13047
|
+
GLACIER: "GLACIER",
|
|
13048
|
+
GLACIER_IR: "GLACIER_IR",
|
|
13049
|
+
INTELLIGENT_TIERING: "INTELLIGENT_TIERING",
|
|
13050
|
+
ONEZONE_IA: "ONEZONE_IA",
|
|
13051
|
+
OUTPOSTS: "OUTPOSTS",
|
|
13052
|
+
REDUCED_REDUNDANCY: "REDUCED_REDUNDANCY",
|
|
13053
|
+
SNOW: "SNOW",
|
|
13054
|
+
STANDARD: "STANDARD",
|
|
13055
|
+
STANDARD_IA: "STANDARD_IA",
|
|
13056
|
+
};
|
|
13057
|
+
const OptionalObjectAttributes = {
|
|
13058
|
+
RESTORE_STATUS: "RestoreStatus",
|
|
13059
|
+
};
|
|
13060
|
+
const ObjectVersionStorageClass = {
|
|
13061
|
+
STANDARD: "STANDARD",
|
|
13062
|
+
};
|
|
13063
|
+
const MFADelete = {
|
|
13064
|
+
Disabled: "Disabled",
|
|
13065
|
+
Enabled: "Enabled",
|
|
13066
|
+
};
|
|
13067
|
+
const Tier = {
|
|
13068
|
+
Bulk: "Bulk",
|
|
13069
|
+
Expedited: "Expedited",
|
|
13070
|
+
Standard: "Standard",
|
|
13071
|
+
};
|
|
13072
|
+
const ExpressionType = {
|
|
13073
|
+
SQL: "SQL",
|
|
13074
|
+
};
|
|
13075
|
+
const CompressionType = {
|
|
13076
|
+
BZIP2: "BZIP2",
|
|
13077
|
+
GZIP: "GZIP",
|
|
13078
|
+
NONE: "NONE",
|
|
13079
|
+
};
|
|
13080
|
+
const FileHeaderInfo = {
|
|
13081
|
+
IGNORE: "IGNORE",
|
|
13082
|
+
NONE: "NONE",
|
|
13083
|
+
USE: "USE",
|
|
13084
|
+
};
|
|
13085
|
+
const JSONType = {
|
|
13086
|
+
DOCUMENT: "DOCUMENT",
|
|
13087
|
+
LINES: "LINES",
|
|
13088
|
+
};
|
|
13089
|
+
const QuoteFields = {
|
|
13090
|
+
ALWAYS: "ALWAYS",
|
|
13091
|
+
ASNEEDED: "ASNEEDED",
|
|
13092
|
+
};
|
|
13093
|
+
const RestoreRequestType = {
|
|
13094
|
+
SELECT: "SELECT",
|
|
13095
|
+
};
|
|
13096
|
+
|
|
13064
13097
|
Object.defineProperty(exports, "$Command", {
|
|
13065
13098
|
enumerable: true,
|
|
13066
13099
|
get: function () { return smithyClient.Command; }
|
|
@@ -13113,6 +13146,7 @@ exports.DeleteObjectTaggingCommand = DeleteObjectTaggingCommand;
|
|
|
13113
13146
|
exports.DeleteObjectsCommand = DeleteObjectsCommand;
|
|
13114
13147
|
exports.DeletePublicAccessBlockCommand = DeletePublicAccessBlockCommand;
|
|
13115
13148
|
exports.EncodingType = EncodingType;
|
|
13149
|
+
exports.EncryptionType = EncryptionType;
|
|
13116
13150
|
exports.EncryptionTypeMismatch = EncryptionTypeMismatch$1;
|
|
13117
13151
|
exports.Event = Event;
|
|
13118
13152
|
exports.ExistingObjectReplicationStatus = ExistingObjectReplicationStatus;
|