p6-cdk-s3-protector 0.0.45 → 0.0.47
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 +4362 -58
- package/API.md +2 -2
- package/lib/p6cdks3protector.js +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-cjs/index.js +9984 -8599
- package/node_modules/@aws-sdk/client-s3/dist-cjs/runtimeConfig.shared.js +6 -0
- package/node_modules/@aws-sdk/client-s3/dist-es/S3Client.js +2 -0
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/AbortMultipartUploadCommand.js +3 -10
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/CompleteMultipartUploadCommand.js +2 -7
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/CopyObjectCommand.js +2 -7
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/CreateBucketCommand.js +2 -6
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/CreateBucketMetadataConfigurationCommand.js +2 -6
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/CreateBucketMetadataTableConfigurationCommand.js +2 -6
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/CreateMultipartUploadCommand.js +2 -7
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/CreateSessionCommand.js +3 -11
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/DeleteBucketAnalyticsConfigurationCommand.js +3 -9
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/DeleteBucketCommand.js +3 -9
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/DeleteBucketCorsCommand.js +3 -9
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/DeleteBucketEncryptionCommand.js +3 -9
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/DeleteBucketIntelligentTieringConfigurationCommand.js +3 -9
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/DeleteBucketInventoryConfigurationCommand.js +3 -9
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/DeleteBucketLifecycleCommand.js +3 -9
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/DeleteBucketMetadataConfigurationCommand.js +3 -9
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/DeleteBucketMetadataTableConfigurationCommand.js +3 -9
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/DeleteBucketMetricsConfigurationCommand.js +3 -9
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/DeleteBucketOwnershipControlsCommand.js +3 -9
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/DeleteBucketPolicyCommand.js +3 -9
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/DeleteBucketReplicationCommand.js +3 -9
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/DeleteBucketTaggingCommand.js +3 -9
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/DeleteBucketWebsiteCommand.js +3 -9
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/DeleteObjectCommand.js +3 -10
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/DeleteObjectTaggingCommand.js +3 -10
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/DeleteObjectsCommand.js +2 -6
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/DeletePublicAccessBlockCommand.js +3 -9
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketAccelerateConfigurationCommand.js +3 -10
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketAclCommand.js +3 -10
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketAnalyticsConfigurationCommand.js +3 -10
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketCorsCommand.js +3 -10
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketEncryptionCommand.js +3 -11
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketIntelligentTieringConfigurationCommand.js +3 -10
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketInventoryConfigurationCommand.js +3 -11
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketLifecycleConfigurationCommand.js +3 -10
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketLocationCommand.js +3 -10
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketLoggingCommand.js +3 -10
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketMetadataConfigurationCommand.js +3 -10
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketMetadataTableConfigurationCommand.js +3 -10
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketMetricsConfigurationCommand.js +3 -10
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketNotificationConfigurationCommand.js +3 -10
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketOwnershipControlsCommand.js +3 -10
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketPolicyCommand.js +3 -10
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketPolicyStatusCommand.js +3 -10
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketReplicationCommand.js +3 -10
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketRequestPaymentCommand.js +3 -10
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketTaggingCommand.js +3 -10
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketVersioningCommand.js +3 -10
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketWebsiteCommand.js +3 -10
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetObjectAclCommand.js +3 -10
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetObjectAttributesCommand.js +2 -7
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetObjectCommand.js +2 -7
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetObjectLegalHoldCommand.js +3 -10
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetObjectLockConfigurationCommand.js +3 -10
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetObjectRetentionCommand.js +3 -10
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetObjectTaggingCommand.js +3 -10
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetObjectTorrentCommand.js +3 -10
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetPublicAccessBlockCommand.js +3 -10
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/HeadBucketCommand.js +3 -10
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/HeadObjectCommand.js +2 -7
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/ListBucketAnalyticsConfigurationsCommand.js +3 -10
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/ListBucketIntelligentTieringConfigurationsCommand.js +3 -10
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/ListBucketInventoryConfigurationsCommand.js +3 -11
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/ListBucketMetricsConfigurationsCommand.js +3 -10
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/ListBucketsCommand.js +3 -10
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/ListDirectoryBucketsCommand.js +3 -10
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/ListMultipartUploadsCommand.js +3 -10
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/ListObjectVersionsCommand.js +3 -10
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/ListObjectsCommand.js +3 -10
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/ListObjectsV2Command.js +3 -10
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/ListPartsCommand.js +2 -7
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketAccelerateConfigurationCommand.js +2 -6
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketAclCommand.js +2 -6
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketAnalyticsConfigurationCommand.js +3 -9
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketCorsCommand.js +2 -6
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketEncryptionCommand.js +2 -7
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketIntelligentTieringConfigurationCommand.js +3 -9
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketInventoryConfigurationCommand.js +3 -10
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketLifecycleConfigurationCommand.js +2 -6
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketLoggingCommand.js +2 -6
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketMetricsConfigurationCommand.js +3 -9
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketNotificationConfigurationCommand.js +3 -9
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketOwnershipControlsCommand.js +2 -6
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketPolicyCommand.js +2 -6
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketReplicationCommand.js +2 -6
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketRequestPaymentCommand.js +2 -6
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketTaggingCommand.js +2 -6
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketVersioningCommand.js +2 -6
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketWebsiteCommand.js +2 -6
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutObjectAclCommand.js +2 -6
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutObjectCommand.js +2 -7
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutObjectLegalHoldCommand.js +2 -6
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutObjectLockConfigurationCommand.js +2 -6
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutObjectRetentionCommand.js +2 -6
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutObjectTaggingCommand.js +2 -6
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutPublicAccessBlockCommand.js +2 -6
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/RenameObjectCommand.js +3 -10
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/RestoreObjectCommand.js +2 -7
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/SelectObjectContentCommand.js +2 -7
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/UpdateBucketMetadataInventoryTableConfigurationCommand.js +2 -6
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/UpdateBucketMetadataJournalTableConfigurationCommand.js +2 -6
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/UploadPartCommand.js +2 -7
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/UploadPartCopyCommand.js +2 -7
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/WriteGetObjectResponseCommand.js +3 -10
- package/node_modules/@aws-sdk/client-s3/dist-es/models/models_0.js +0 -151
- package/node_modules/@aws-sdk/client-s3/dist-es/models/models_1.js +0 -108
- package/node_modules/@aws-sdk/client-s3/dist-es/runtimeConfig.shared.js +6 -0
- package/node_modules/@aws-sdk/client-s3/dist-es/schemas/schemas_0.js +10281 -0
- package/node_modules/@aws-sdk/client-s3/dist-types/S3Client.d.ts +10 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/models/models_0.d.ts +8 -106
- package/node_modules/@aws-sdk/client-s3/dist-types/models/models_1.d.ts +4 -73
- package/node_modules/@aws-sdk/client-s3/dist-types/runtimeConfig.browser.d.ts +1 -0
- package/node_modules/@aws-sdk/client-s3/dist-types/runtimeConfig.d.ts +1 -0
- package/node_modules/@aws-sdk/client-s3/dist-types/runtimeConfig.native.d.ts +1 -0
- package/node_modules/@aws-sdk/client-s3/dist-types/runtimeConfig.shared.d.ts +2 -0
- package/node_modules/@aws-sdk/client-s3/dist-types/schemas/schemas_0.d.ts +494 -0
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/S3Client.d.ts +4 -0
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/models/models_0.d.ts +0 -78
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/models/models_1.d.ts +0 -54
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/runtimeConfig.browser.d.ts +6 -0
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/runtimeConfig.d.ts +6 -0
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/runtimeConfig.native.d.ts +6 -0
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/runtimeConfig.shared.d.ts +7 -0
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/schemas/schemas_0.d.ts +500 -0
- package/node_modules/@aws-sdk/client-s3/package.json +9 -11
- package/node_modules/@aws-sdk/client-s3-control/dist-cjs/index.js +5497 -7718
- package/node_modules/@aws-sdk/client-s3-control/dist-cjs/runtimeConfig.shared.js +6 -0
- package/node_modules/@aws-sdk/client-s3-control/dist-es/S3ControlClient.js +2 -0
- package/node_modules/@aws-sdk/client-s3-control/dist-es/commands/AssociateAccessGrantsIdentityCenterCommand.js +2 -6
- package/node_modules/@aws-sdk/client-s3-control/dist-es/commands/CreateAccessGrantCommand.js +2 -6
- package/node_modules/@aws-sdk/client-s3-control/dist-es/commands/CreateAccessGrantsInstanceCommand.js +2 -6
- package/node_modules/@aws-sdk/client-s3-control/dist-es/commands/CreateAccessGrantsLocationCommand.js +2 -6
- package/node_modules/@aws-sdk/client-s3-control/dist-es/commands/CreateAccessPointCommand.js +3 -10
- package/node_modules/@aws-sdk/client-s3-control/dist-es/commands/CreateAccessPointForObjectLambdaCommand.js +3 -10
- package/node_modules/@aws-sdk/client-s3-control/dist-es/commands/CreateBucketCommand.js +2 -6
- package/node_modules/@aws-sdk/client-s3-control/dist-es/commands/CreateJobCommand.js +3 -10
- package/node_modules/@aws-sdk/client-s3-control/dist-es/commands/CreateMultiRegionAccessPointCommand.js +2 -6
- package/node_modules/@aws-sdk/client-s3-control/dist-es/commands/CreateStorageLensGroupCommand.js +3 -10
- package/node_modules/@aws-sdk/client-s3-control/dist-es/commands/DeleteAccessGrantCommand.js +2 -6
- package/node_modules/@aws-sdk/client-s3-control/dist-es/commands/DeleteAccessGrantsInstanceCommand.js +2 -6
- package/node_modules/@aws-sdk/client-s3-control/dist-es/commands/DeleteAccessGrantsInstanceResourcePolicyCommand.js +2 -6
- package/node_modules/@aws-sdk/client-s3-control/dist-es/commands/DeleteAccessGrantsLocationCommand.js +2 -6
- package/node_modules/@aws-sdk/client-s3-control/dist-es/commands/DeleteAccessPointCommand.js +3 -10
- package/node_modules/@aws-sdk/client-s3-control/dist-es/commands/DeleteAccessPointForObjectLambdaCommand.js +3 -10
- package/node_modules/@aws-sdk/client-s3-control/dist-es/commands/DeleteAccessPointPolicyCommand.js +3 -10
- package/node_modules/@aws-sdk/client-s3-control/dist-es/commands/DeleteAccessPointPolicyForObjectLambdaCommand.js +3 -10
- package/node_modules/@aws-sdk/client-s3-control/dist-es/commands/DeleteAccessPointScopeCommand.js +3 -10
- package/node_modules/@aws-sdk/client-s3-control/dist-es/commands/DeleteBucketCommand.js +3 -10
- package/node_modules/@aws-sdk/client-s3-control/dist-es/commands/DeleteBucketLifecycleConfigurationCommand.js +3 -10
- package/node_modules/@aws-sdk/client-s3-control/dist-es/commands/DeleteBucketPolicyCommand.js +3 -10
- package/node_modules/@aws-sdk/client-s3-control/dist-es/commands/DeleteBucketReplicationCommand.js +3 -10
- package/node_modules/@aws-sdk/client-s3-control/dist-es/commands/DeleteBucketTaggingCommand.js +3 -10
- package/node_modules/@aws-sdk/client-s3-control/dist-es/commands/DeleteJobTaggingCommand.js +3 -10
- package/node_modules/@aws-sdk/client-s3-control/dist-es/commands/DeleteMultiRegionAccessPointCommand.js +2 -6
- package/node_modules/@aws-sdk/client-s3-control/dist-es/commands/DeletePublicAccessBlockCommand.js +3 -10
- package/node_modules/@aws-sdk/client-s3-control/dist-es/commands/DeleteStorageLensConfigurationCommand.js +3 -10
- package/node_modules/@aws-sdk/client-s3-control/dist-es/commands/DeleteStorageLensConfigurationTaggingCommand.js +3 -10
- package/node_modules/@aws-sdk/client-s3-control/dist-es/commands/DeleteStorageLensGroupCommand.js +3 -10
- package/node_modules/@aws-sdk/client-s3-control/dist-es/commands/DescribeJobCommand.js +3 -10
- package/node_modules/@aws-sdk/client-s3-control/dist-es/commands/DescribeMultiRegionAccessPointOperationCommand.js +2 -6
- package/node_modules/@aws-sdk/client-s3-control/dist-es/commands/DissociateAccessGrantsIdentityCenterCommand.js +2 -6
- package/node_modules/@aws-sdk/client-s3-control/dist-es/commands/GetAccessGrantCommand.js +2 -6
- package/node_modules/@aws-sdk/client-s3-control/dist-es/commands/GetAccessGrantsInstanceCommand.js +2 -6
- package/node_modules/@aws-sdk/client-s3-control/dist-es/commands/GetAccessGrantsInstanceForPrefixCommand.js +2 -6
- package/node_modules/@aws-sdk/client-s3-control/dist-es/commands/GetAccessGrantsInstanceResourcePolicyCommand.js +2 -6
- package/node_modules/@aws-sdk/client-s3-control/dist-es/commands/GetAccessGrantsLocationCommand.js +2 -6
- package/node_modules/@aws-sdk/client-s3-control/dist-es/commands/GetAccessPointCommand.js +3 -10
- package/node_modules/@aws-sdk/client-s3-control/dist-es/commands/GetAccessPointConfigurationForObjectLambdaCommand.js +3 -10
- package/node_modules/@aws-sdk/client-s3-control/dist-es/commands/GetAccessPointForObjectLambdaCommand.js +3 -10
- package/node_modules/@aws-sdk/client-s3-control/dist-es/commands/GetAccessPointPolicyCommand.js +3 -10
- package/node_modules/@aws-sdk/client-s3-control/dist-es/commands/GetAccessPointPolicyForObjectLambdaCommand.js +3 -10
- package/node_modules/@aws-sdk/client-s3-control/dist-es/commands/GetAccessPointPolicyStatusCommand.js +3 -10
- package/node_modules/@aws-sdk/client-s3-control/dist-es/commands/GetAccessPointPolicyStatusForObjectLambdaCommand.js +3 -10
- package/node_modules/@aws-sdk/client-s3-control/dist-es/commands/GetAccessPointScopeCommand.js +3 -10
- package/node_modules/@aws-sdk/client-s3-control/dist-es/commands/GetBucketCommand.js +3 -10
- package/node_modules/@aws-sdk/client-s3-control/dist-es/commands/GetBucketLifecycleConfigurationCommand.js +3 -10
- package/node_modules/@aws-sdk/client-s3-control/dist-es/commands/GetBucketPolicyCommand.js +3 -10
- package/node_modules/@aws-sdk/client-s3-control/dist-es/commands/GetBucketReplicationCommand.js +3 -10
- package/node_modules/@aws-sdk/client-s3-control/dist-es/commands/GetBucketTaggingCommand.js +3 -10
- package/node_modules/@aws-sdk/client-s3-control/dist-es/commands/GetBucketVersioningCommand.js +3 -10
- package/node_modules/@aws-sdk/client-s3-control/dist-es/commands/GetDataAccessCommand.js +2 -7
- package/node_modules/@aws-sdk/client-s3-control/dist-es/commands/GetJobTaggingCommand.js +3 -10
- package/node_modules/@aws-sdk/client-s3-control/dist-es/commands/GetMultiRegionAccessPointCommand.js +2 -6
- package/node_modules/@aws-sdk/client-s3-control/dist-es/commands/GetMultiRegionAccessPointPolicyCommand.js +2 -6
- package/node_modules/@aws-sdk/client-s3-control/dist-es/commands/GetMultiRegionAccessPointPolicyStatusCommand.js +2 -6
- package/node_modules/@aws-sdk/client-s3-control/dist-es/commands/GetMultiRegionAccessPointRoutesCommand.js +2 -6
- package/node_modules/@aws-sdk/client-s3-control/dist-es/commands/GetPublicAccessBlockCommand.js +3 -10
- package/node_modules/@aws-sdk/client-s3-control/dist-es/commands/GetStorageLensConfigurationCommand.js +3 -10
- package/node_modules/@aws-sdk/client-s3-control/dist-es/commands/GetStorageLensConfigurationTaggingCommand.js +3 -10
- package/node_modules/@aws-sdk/client-s3-control/dist-es/commands/GetStorageLensGroupCommand.js +3 -10
- package/node_modules/@aws-sdk/client-s3-control/dist-es/commands/ListAccessGrantsCommand.js +2 -6
- package/node_modules/@aws-sdk/client-s3-control/dist-es/commands/ListAccessGrantsInstancesCommand.js +2 -6
- package/node_modules/@aws-sdk/client-s3-control/dist-es/commands/ListAccessGrantsLocationsCommand.js +2 -6
- package/node_modules/@aws-sdk/client-s3-control/dist-es/commands/ListAccessPointsCommand.js +3 -10
- package/node_modules/@aws-sdk/client-s3-control/dist-es/commands/ListAccessPointsForDirectoryBucketsCommand.js +3 -10
- package/node_modules/@aws-sdk/client-s3-control/dist-es/commands/ListAccessPointsForObjectLambdaCommand.js +3 -10
- package/node_modules/@aws-sdk/client-s3-control/dist-es/commands/ListCallerAccessGrantsCommand.js +2 -6
- package/node_modules/@aws-sdk/client-s3-control/dist-es/commands/ListJobsCommand.js +3 -10
- package/node_modules/@aws-sdk/client-s3-control/dist-es/commands/ListMultiRegionAccessPointsCommand.js +2 -6
- package/node_modules/@aws-sdk/client-s3-control/dist-es/commands/ListRegionalBucketsCommand.js +3 -10
- package/node_modules/@aws-sdk/client-s3-control/dist-es/commands/ListStorageLensConfigurationsCommand.js +3 -10
- package/node_modules/@aws-sdk/client-s3-control/dist-es/commands/ListStorageLensGroupsCommand.js +3 -10
- package/node_modules/@aws-sdk/client-s3-control/dist-es/commands/ListTagsForResourceCommand.js +3 -10
- package/node_modules/@aws-sdk/client-s3-control/dist-es/commands/PutAccessGrantsInstanceResourcePolicyCommand.js +2 -6
- package/node_modules/@aws-sdk/client-s3-control/dist-es/commands/PutAccessPointConfigurationForObjectLambdaCommand.js +3 -10
- package/node_modules/@aws-sdk/client-s3-control/dist-es/commands/PutAccessPointPolicyCommand.js +3 -10
- package/node_modules/@aws-sdk/client-s3-control/dist-es/commands/PutAccessPointPolicyForObjectLambdaCommand.js +3 -10
- package/node_modules/@aws-sdk/client-s3-control/dist-es/commands/PutAccessPointScopeCommand.js +3 -10
- package/node_modules/@aws-sdk/client-s3-control/dist-es/commands/PutBucketLifecycleConfigurationCommand.js +2 -6
- package/node_modules/@aws-sdk/client-s3-control/dist-es/commands/PutBucketPolicyCommand.js +2 -6
- package/node_modules/@aws-sdk/client-s3-control/dist-es/commands/PutBucketReplicationCommand.js +2 -6
- package/node_modules/@aws-sdk/client-s3-control/dist-es/commands/PutBucketTaggingCommand.js +2 -6
- package/node_modules/@aws-sdk/client-s3-control/dist-es/commands/PutBucketVersioningCommand.js +2 -6
- package/node_modules/@aws-sdk/client-s3-control/dist-es/commands/PutJobTaggingCommand.js +3 -10
- package/node_modules/@aws-sdk/client-s3-control/dist-es/commands/PutMultiRegionAccessPointPolicyCommand.js +2 -6
- package/node_modules/@aws-sdk/client-s3-control/dist-es/commands/PutPublicAccessBlockCommand.js +3 -10
- package/node_modules/@aws-sdk/client-s3-control/dist-es/commands/PutStorageLensConfigurationCommand.js +3 -10
- package/node_modules/@aws-sdk/client-s3-control/dist-es/commands/PutStorageLensConfigurationTaggingCommand.js +3 -10
- package/node_modules/@aws-sdk/client-s3-control/dist-es/commands/SubmitMultiRegionAccessPointRoutesCommand.js +2 -6
- package/node_modules/@aws-sdk/client-s3-control/dist-es/commands/TagResourceCommand.js +3 -10
- package/node_modules/@aws-sdk/client-s3-control/dist-es/commands/UntagResourceCommand.js +3 -10
- package/node_modules/@aws-sdk/client-s3-control/dist-es/commands/UpdateAccessGrantsLocationCommand.js +2 -6
- package/node_modules/@aws-sdk/client-s3-control/dist-es/commands/UpdateJobPriorityCommand.js +3 -10
- package/node_modules/@aws-sdk/client-s3-control/dist-es/commands/UpdateJobStatusCommand.js +3 -10
- package/node_modules/@aws-sdk/client-s3-control/dist-es/commands/UpdateStorageLensGroupCommand.js +3 -10
- package/node_modules/@aws-sdk/client-s3-control/dist-es/models/models_0.js +0 -43
- package/node_modules/@aws-sdk/client-s3-control/dist-es/runtimeConfig.shared.js +6 -0
- package/node_modules/@aws-sdk/client-s3-control/dist-es/schemas/schemas_0.js +5577 -0
- package/node_modules/@aws-sdk/client-s3-control/dist-types/S3ControlClient.d.ts +10 -1
- package/node_modules/@aws-sdk/client-s3-control/dist-types/models/models_0.d.ts +12 -11
- package/node_modules/@aws-sdk/client-s3-control/dist-types/runtimeConfig.browser.d.ts +1 -0
- package/node_modules/@aws-sdk/client-s3-control/dist-types/runtimeConfig.d.ts +1 -0
- package/node_modules/@aws-sdk/client-s3-control/dist-types/runtimeConfig.native.d.ts +1 -0
- package/node_modules/@aws-sdk/client-s3-control/dist-types/runtimeConfig.shared.d.ts +2 -0
- package/node_modules/@aws-sdk/client-s3-control/dist-types/schemas/schemas_0.d.ts +460 -0
- package/node_modules/@aws-sdk/client-s3-control/dist-types/ts3.4/S3ControlClient.d.ts +4 -0
- package/node_modules/@aws-sdk/client-s3-control/dist-types/ts3.4/models/models_0.d.ts +0 -10
- package/node_modules/@aws-sdk/client-s3-control/dist-types/ts3.4/runtimeConfig.browser.d.ts +6 -0
- package/node_modules/@aws-sdk/client-s3-control/dist-types/ts3.4/runtimeConfig.d.ts +6 -0
- package/node_modules/@aws-sdk/client-s3-control/dist-types/ts3.4/runtimeConfig.native.d.ts +6 -0
- package/node_modules/@aws-sdk/client-s3-control/dist-types/ts3.4/runtimeConfig.shared.d.ts +7 -0
- package/node_modules/@aws-sdk/client-s3-control/dist-types/ts3.4/schemas/schemas_0.d.ts +466 -0
- package/node_modules/@aws-sdk/client-s3-control/package.json +5 -7
- package/node_modules/@aws-sdk/client-sso/package.json +4 -4
- package/node_modules/@aws-sdk/client-sts/package.json +5 -5
- package/node_modules/@aws-sdk/core/dist-cjs/index.js +44 -17
- package/node_modules/@aws-sdk/core/dist-cjs/submodules/protocols/index.js +44 -17
- package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/ProtocolLib.js +19 -3
- package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/cbor/AwsSmithyRpcV2CborProtocol.js +4 -3
- package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/AwsJsonRpcProtocol.js +4 -3
- package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/AwsRestJsonProtocol.js +13 -3
- package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/query/AwsQueryProtocol.js +2 -2
- package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/xml/AwsRestXmlProtocol.js +2 -2
- package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/ProtocolLib.d.ts +7 -1
- package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/AwsJsonRpcProtocol.d.ts +3 -0
- package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/AwsRestJsonProtocol.d.ts +11 -1
- package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/query/AwsQueryProtocol.d.ts +3 -0
- package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/xml/AwsRestXmlProtocol.d.ts +3 -0
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/ProtocolLib.d.ts +7 -1
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/AwsRestJsonProtocol.d.ts +6 -0
- package/node_modules/@aws-sdk/core/package.json +1 -1
- package/node_modules/@aws-sdk/credential-provider-node/node_modules/@aws-sdk/credential-provider-env/package.json +2 -2
- package/node_modules/@aws-sdk/credential-provider-node/node_modules/@aws-sdk/credential-provider-http/package.json +2 -2
- package/node_modules/@aws-sdk/credential-provider-node/node_modules/@aws-sdk/credential-provider-ini/package.json +8 -8
- package/node_modules/@aws-sdk/credential-provider-node/node_modules/@aws-sdk/credential-provider-process/package.json +2 -2
- package/node_modules/@aws-sdk/credential-provider-node/node_modules/@aws-sdk/credential-provider-sso/package.json +4 -4
- package/node_modules/@aws-sdk/credential-provider-node/node_modules/@aws-sdk/credential-provider-web-identity/package.json +3 -3
- package/node_modules/@aws-sdk/credential-provider-node/node_modules/@aws-sdk/nested-clients/package.json +4 -4
- package/node_modules/@aws-sdk/credential-provider-node/package.json +7 -7
- package/node_modules/@aws-sdk/middleware-flexible-checksums/package.json +2 -2
- package/node_modules/@aws-sdk/middleware-sdk-s3/package.json +2 -2
- package/node_modules/@aws-sdk/middleware-user-agent/package.json +2 -2
- package/node_modules/@aws-sdk/signature-v4-multi-region/package.json +2 -2
- package/node_modules/@aws-sdk/token-providers/node_modules/@aws-sdk/nested-clients/package.json +4 -4
- package/node_modules/@aws-sdk/token-providers/package.json +3 -3
- package/node_modules/@aws-sdk/util-user-agent-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 +1 -0
- package/node_modules/cdk-iam-floyd/lib/generated/index.js +6 -3
- package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/appconfig.d.ts +1 -1
- package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/appconfig.js +2 -2
- package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/batch.d.ts +15 -0
- package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/batch.js +16 -1
- package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/connect.d.ts +19 -0
- package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/connect.js +23 -1
- package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/connectcustomerprofiles.d.ts +172 -0
- package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/connectcustomerprofiles.js +229 -2
- package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/costexplorerservice.d.ts +1 -1
- package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/costexplorerservice.js +2 -2
- package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/databasemigrationservice.d.ts +56 -0
- package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/databasemigrationservice.js +78 -1
- package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/datazone.d.ts +168 -0
- package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/datazone.js +253 -1
- package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/ec2autoscaling.d.ts +8 -0
- package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/ec2autoscaling.js +9 -1
- package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/elastickubernetesservice.d.ts +18 -0
- package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/elastickubernetesservice.js +21 -1
- package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/groundstation.d.ts +8 -0
- package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/groundstation.js +12 -1
- package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/guardduty.d.ts +12 -0
- package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/guardduty.js +14 -2
- package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/invoicingservice.d.ts +3 -3
- package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/invoicingservice.js +4 -4
- package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/managedstreamingforapachekafka.d.ts +8 -0
- package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/managedstreamingforapachekafka.js +12 -1
- package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/marketplaceentitlementservice.d.ts +1 -1
- package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/marketplaceentitlementservice.js +2 -2
- package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/marketplacemeteringservice.d.ts +4 -4
- package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/marketplacemeteringservice.js +5 -5
- package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/route53.d.ts +8 -0
- package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/route53.js +12 -1
- package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/s3tables.d.ts +125 -0
- package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/s3tables.js +146 -2
- package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/sagemakerunifiedstudiomcpisamanagedmcpsolutionforawsdataprocessingserviceslikeemr-glue-athena.d.ts +41 -0
- package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/sagemakerunifiedstudiomcpisamanagedmcpsolutionforawsdataprocessingserviceslikeemr-glue-athena.js +60 -0
- package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/securitytokenservice.d.ts +64 -0
- package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/securitytokenservice.js +78 -1
- package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/support.d.ts +27 -0
- package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/support.js +37 -1
- package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/supportconsole.d.ts +12 -0
- package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/supportconsole.js +19 -1
- package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/usersubscriptions.d.ts +8 -0
- package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/usersubscriptions.js +12 -1
- package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/vpclattice.d.ts +116 -0
- package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/vpclattice.js +137 -1
- package/node_modules/cdk-iam-floyd/package.json +4 -4
- package/package.json +7 -7
- package/node_modules/@aws-sdk/client-s3/dist-es/protocols/Aws_restXml.js +0 -8103
- package/node_modules/@aws-sdk/client-s3/dist-types/protocols/Aws_restXml.d.ts +0 -938
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/protocols/Aws_restXml.d.ts +0 -1257
- package/node_modules/@aws-sdk/client-s3-control/dist-es/protocols/Aws_restXml.js +0 -7280
- package/node_modules/@aws-sdk/client-s3-control/dist-types/protocols/Aws_restXml.d.ts +0 -875
- package/node_modules/@aws-sdk/client-s3-control/dist-types/ts3.4/protocols/Aws_restXml.d.ts +0 -1169
package/node_modules/@aws-sdk/client-s3-control/dist-es/commands/PutBucketReplicationCommand.js
CHANGED
|
@@ -1,10 +1,9 @@
|
|
|
1
1
|
import { getProcessArnablesPlugin } from "@aws-sdk/middleware-sdk-s3-control";
|
|
2
2
|
import { getApplyMd5BodyChecksumPlugin } from "@smithy/middleware-apply-body-checksum";
|
|
3
3
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
4
|
-
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
5
4
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
6
5
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
7
|
-
import {
|
|
6
|
+
import { PutBucketReplication } from "../schemas/schemas_0";
|
|
8
7
|
export { $Command };
|
|
9
8
|
export class PutBucketReplicationCommand extends $Command
|
|
10
9
|
.classBuilder()
|
|
@@ -16,7 +15,6 @@ export class PutBucketReplicationCommand extends $Command
|
|
|
16
15
|
})
|
|
17
16
|
.m(function (Command, cs, config, o) {
|
|
18
17
|
return [
|
|
19
|
-
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
20
18
|
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
21
19
|
getProcessArnablesPlugin(config),
|
|
22
20
|
getApplyMd5BodyChecksumPlugin(config),
|
|
@@ -24,8 +22,6 @@ export class PutBucketReplicationCommand extends $Command
|
|
|
24
22
|
})
|
|
25
23
|
.s("AWSS3ControlServiceV20180820", "PutBucketReplication", {})
|
|
26
24
|
.n("S3ControlClient", "PutBucketReplicationCommand")
|
|
27
|
-
.
|
|
28
|
-
.ser(se_PutBucketReplicationCommand)
|
|
29
|
-
.de(de_PutBucketReplicationCommand)
|
|
25
|
+
.sc(PutBucketReplication)
|
|
30
26
|
.build() {
|
|
31
27
|
}
|
|
@@ -1,10 +1,9 @@
|
|
|
1
1
|
import { getProcessArnablesPlugin } from "@aws-sdk/middleware-sdk-s3-control";
|
|
2
2
|
import { getApplyMd5BodyChecksumPlugin } from "@smithy/middleware-apply-body-checksum";
|
|
3
3
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
4
|
-
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
5
4
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
6
5
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
7
|
-
import {
|
|
6
|
+
import { PutBucketTagging } from "../schemas/schemas_0";
|
|
8
7
|
export { $Command };
|
|
9
8
|
export class PutBucketTaggingCommand extends $Command
|
|
10
9
|
.classBuilder()
|
|
@@ -16,7 +15,6 @@ export class PutBucketTaggingCommand extends $Command
|
|
|
16
15
|
})
|
|
17
16
|
.m(function (Command, cs, config, o) {
|
|
18
17
|
return [
|
|
19
|
-
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
20
18
|
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
21
19
|
getProcessArnablesPlugin(config),
|
|
22
20
|
getApplyMd5BodyChecksumPlugin(config),
|
|
@@ -24,8 +22,6 @@ export class PutBucketTaggingCommand extends $Command
|
|
|
24
22
|
})
|
|
25
23
|
.s("AWSS3ControlServiceV20180820", "PutBucketTagging", {})
|
|
26
24
|
.n("S3ControlClient", "PutBucketTaggingCommand")
|
|
27
|
-
.
|
|
28
|
-
.ser(se_PutBucketTaggingCommand)
|
|
29
|
-
.de(de_PutBucketTaggingCommand)
|
|
25
|
+
.sc(PutBucketTagging)
|
|
30
26
|
.build() {
|
|
31
27
|
}
|
package/node_modules/@aws-sdk/client-s3-control/dist-es/commands/PutBucketVersioningCommand.js
CHANGED
|
@@ -1,10 +1,9 @@
|
|
|
1
1
|
import { getProcessArnablesPlugin } from "@aws-sdk/middleware-sdk-s3-control";
|
|
2
2
|
import { getApplyMd5BodyChecksumPlugin } from "@smithy/middleware-apply-body-checksum";
|
|
3
3
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
4
|
-
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
5
4
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
6
5
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
7
|
-
import {
|
|
6
|
+
import { PutBucketVersioning } from "../schemas/schemas_0";
|
|
8
7
|
export { $Command };
|
|
9
8
|
export class PutBucketVersioningCommand extends $Command
|
|
10
9
|
.classBuilder()
|
|
@@ -16,7 +15,6 @@ export class PutBucketVersioningCommand extends $Command
|
|
|
16
15
|
})
|
|
17
16
|
.m(function (Command, cs, config, o) {
|
|
18
17
|
return [
|
|
19
|
-
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
20
18
|
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
21
19
|
getProcessArnablesPlugin(config),
|
|
22
20
|
getApplyMd5BodyChecksumPlugin(config),
|
|
@@ -24,8 +22,6 @@ export class PutBucketVersioningCommand extends $Command
|
|
|
24
22
|
})
|
|
25
23
|
.s("AWSS3ControlServiceV20180820", "PutBucketVersioning", {})
|
|
26
24
|
.n("S3ControlClient", "PutBucketVersioningCommand")
|
|
27
|
-
.
|
|
28
|
-
.ser(se_PutBucketVersioningCommand)
|
|
29
|
-
.de(de_PutBucketVersioningCommand)
|
|
25
|
+
.sc(PutBucketVersioning)
|
|
30
26
|
.build() {
|
|
31
27
|
}
|
|
@@ -1,9 +1,8 @@
|
|
|
1
1
|
import { getProcessArnablesPlugin } from "@aws-sdk/middleware-sdk-s3-control";
|
|
2
2
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
3
|
-
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
4
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
5
4
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
6
|
-
import {
|
|
5
|
+
import { PutJobTagging } from "../schemas/schemas_0";
|
|
7
6
|
export { $Command };
|
|
8
7
|
export class PutJobTaggingCommand extends $Command
|
|
9
8
|
.classBuilder()
|
|
@@ -13,16 +12,10 @@ export class PutJobTaggingCommand extends $Command
|
|
|
13
12
|
AccountId: { type: "contextParams", name: "AccountId" },
|
|
14
13
|
})
|
|
15
14
|
.m(function (Command, cs, config, o) {
|
|
16
|
-
return [
|
|
17
|
-
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
18
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
19
|
-
getProcessArnablesPlugin(config),
|
|
20
|
-
];
|
|
15
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions()), getProcessArnablesPlugin(config)];
|
|
21
16
|
})
|
|
22
17
|
.s("AWSS3ControlServiceV20180820", "PutJobTagging", {})
|
|
23
18
|
.n("S3ControlClient", "PutJobTaggingCommand")
|
|
24
|
-
.
|
|
25
|
-
.ser(se_PutJobTaggingCommand)
|
|
26
|
-
.de(de_PutJobTaggingCommand)
|
|
19
|
+
.sc(PutJobTagging)
|
|
27
20
|
.build() {
|
|
28
21
|
}
|
|
@@ -1,10 +1,9 @@
|
|
|
1
1
|
import { getProcessArnablesPlugin } from "@aws-sdk/middleware-sdk-s3-control";
|
|
2
2
|
import { getApplyMd5BodyChecksumPlugin } from "@smithy/middleware-apply-body-checksum";
|
|
3
3
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
4
|
-
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
5
4
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
6
5
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
7
|
-
import {
|
|
6
|
+
import { PutMultiRegionAccessPointPolicy } from "../schemas/schemas_0";
|
|
8
7
|
export { $Command };
|
|
9
8
|
export class PutMultiRegionAccessPointPolicyCommand extends $Command
|
|
10
9
|
.classBuilder()
|
|
@@ -15,7 +14,6 @@ export class PutMultiRegionAccessPointPolicyCommand extends $Command
|
|
|
15
14
|
})
|
|
16
15
|
.m(function (Command, cs, config, o) {
|
|
17
16
|
return [
|
|
18
|
-
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
19
17
|
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
20
18
|
getProcessArnablesPlugin(config),
|
|
21
19
|
getApplyMd5BodyChecksumPlugin(config),
|
|
@@ -23,8 +21,6 @@ export class PutMultiRegionAccessPointPolicyCommand extends $Command
|
|
|
23
21
|
})
|
|
24
22
|
.s("AWSS3ControlServiceV20180820", "PutMultiRegionAccessPointPolicy", {})
|
|
25
23
|
.n("S3ControlClient", "PutMultiRegionAccessPointPolicyCommand")
|
|
26
|
-
.
|
|
27
|
-
.ser(se_PutMultiRegionAccessPointPolicyCommand)
|
|
28
|
-
.de(de_PutMultiRegionAccessPointPolicyCommand)
|
|
24
|
+
.sc(PutMultiRegionAccessPointPolicy)
|
|
29
25
|
.build() {
|
|
30
26
|
}
|
package/node_modules/@aws-sdk/client-s3-control/dist-es/commands/PutPublicAccessBlockCommand.js
CHANGED
|
@@ -1,9 +1,8 @@
|
|
|
1
1
|
import { getProcessArnablesPlugin } from "@aws-sdk/middleware-sdk-s3-control";
|
|
2
2
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
3
|
-
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
4
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
5
4
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
6
|
-
import {
|
|
5
|
+
import { PutPublicAccessBlock } from "../schemas/schemas_0";
|
|
7
6
|
export { $Command };
|
|
8
7
|
export class PutPublicAccessBlockCommand extends $Command
|
|
9
8
|
.classBuilder()
|
|
@@ -13,16 +12,10 @@ export class PutPublicAccessBlockCommand extends $Command
|
|
|
13
12
|
AccountId: { type: "contextParams", name: "AccountId" },
|
|
14
13
|
})
|
|
15
14
|
.m(function (Command, cs, config, o) {
|
|
16
|
-
return [
|
|
17
|
-
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
18
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
19
|
-
getProcessArnablesPlugin(config),
|
|
20
|
-
];
|
|
15
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions()), getProcessArnablesPlugin(config)];
|
|
21
16
|
})
|
|
22
17
|
.s("AWSS3ControlServiceV20180820", "PutPublicAccessBlock", {})
|
|
23
18
|
.n("S3ControlClient", "PutPublicAccessBlockCommand")
|
|
24
|
-
.
|
|
25
|
-
.ser(se_PutPublicAccessBlockCommand)
|
|
26
|
-
.de(de_PutPublicAccessBlockCommand)
|
|
19
|
+
.sc(PutPublicAccessBlock)
|
|
27
20
|
.build() {
|
|
28
21
|
}
|
|
@@ -1,9 +1,8 @@
|
|
|
1
1
|
import { getProcessArnablesPlugin } from "@aws-sdk/middleware-sdk-s3-control";
|
|
2
2
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
3
|
-
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
4
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
5
4
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
6
|
-
import {
|
|
5
|
+
import { PutStorageLensConfiguration } from "../schemas/schemas_0";
|
|
7
6
|
export { $Command };
|
|
8
7
|
export class PutStorageLensConfigurationCommand extends $Command
|
|
9
8
|
.classBuilder()
|
|
@@ -13,16 +12,10 @@ export class PutStorageLensConfigurationCommand extends $Command
|
|
|
13
12
|
AccountId: { type: "contextParams", name: "AccountId" },
|
|
14
13
|
})
|
|
15
14
|
.m(function (Command, cs, config, o) {
|
|
16
|
-
return [
|
|
17
|
-
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
18
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
19
|
-
getProcessArnablesPlugin(config),
|
|
20
|
-
];
|
|
15
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions()), getProcessArnablesPlugin(config)];
|
|
21
16
|
})
|
|
22
17
|
.s("AWSS3ControlServiceV20180820", "PutStorageLensConfiguration", {})
|
|
23
18
|
.n("S3ControlClient", "PutStorageLensConfigurationCommand")
|
|
24
|
-
.
|
|
25
|
-
.ser(se_PutStorageLensConfigurationCommand)
|
|
26
|
-
.de(de_PutStorageLensConfigurationCommand)
|
|
19
|
+
.sc(PutStorageLensConfiguration)
|
|
27
20
|
.build() {
|
|
28
21
|
}
|
|
@@ -1,9 +1,8 @@
|
|
|
1
1
|
import { getProcessArnablesPlugin } from "@aws-sdk/middleware-sdk-s3-control";
|
|
2
2
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
3
|
-
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
4
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
5
4
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
6
|
-
import {
|
|
5
|
+
import { PutStorageLensConfigurationTagging } from "../schemas/schemas_0";
|
|
7
6
|
export { $Command };
|
|
8
7
|
export class PutStorageLensConfigurationTaggingCommand extends $Command
|
|
9
8
|
.classBuilder()
|
|
@@ -13,16 +12,10 @@ export class PutStorageLensConfigurationTaggingCommand extends $Command
|
|
|
13
12
|
AccountId: { type: "contextParams", name: "AccountId" },
|
|
14
13
|
})
|
|
15
14
|
.m(function (Command, cs, config, o) {
|
|
16
|
-
return [
|
|
17
|
-
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
18
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
19
|
-
getProcessArnablesPlugin(config),
|
|
20
|
-
];
|
|
15
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions()), getProcessArnablesPlugin(config)];
|
|
21
16
|
})
|
|
22
17
|
.s("AWSS3ControlServiceV20180820", "PutStorageLensConfigurationTagging", {})
|
|
23
18
|
.n("S3ControlClient", "PutStorageLensConfigurationTaggingCommand")
|
|
24
|
-
.
|
|
25
|
-
.ser(se_PutStorageLensConfigurationTaggingCommand)
|
|
26
|
-
.de(de_PutStorageLensConfigurationTaggingCommand)
|
|
19
|
+
.sc(PutStorageLensConfigurationTagging)
|
|
27
20
|
.build() {
|
|
28
21
|
}
|
|
@@ -1,10 +1,9 @@
|
|
|
1
1
|
import { getProcessArnablesPlugin } from "@aws-sdk/middleware-sdk-s3-control";
|
|
2
2
|
import { getApplyMd5BodyChecksumPlugin } from "@smithy/middleware-apply-body-checksum";
|
|
3
3
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
4
|
-
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
5
4
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
6
5
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
7
|
-
import {
|
|
6
|
+
import { SubmitMultiRegionAccessPointRoutes } from "../schemas/schemas_0";
|
|
8
7
|
export { $Command };
|
|
9
8
|
export class SubmitMultiRegionAccessPointRoutesCommand extends $Command
|
|
10
9
|
.classBuilder()
|
|
@@ -15,7 +14,6 @@ export class SubmitMultiRegionAccessPointRoutesCommand extends $Command
|
|
|
15
14
|
})
|
|
16
15
|
.m(function (Command, cs, config, o) {
|
|
17
16
|
return [
|
|
18
|
-
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
19
17
|
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
20
18
|
getProcessArnablesPlugin(config),
|
|
21
19
|
getApplyMd5BodyChecksumPlugin(config),
|
|
@@ -23,8 +21,6 @@ export class SubmitMultiRegionAccessPointRoutesCommand extends $Command
|
|
|
23
21
|
})
|
|
24
22
|
.s("AWSS3ControlServiceV20180820", "SubmitMultiRegionAccessPointRoutes", {})
|
|
25
23
|
.n("S3ControlClient", "SubmitMultiRegionAccessPointRoutesCommand")
|
|
26
|
-
.
|
|
27
|
-
.ser(se_SubmitMultiRegionAccessPointRoutesCommand)
|
|
28
|
-
.de(de_SubmitMultiRegionAccessPointRoutesCommand)
|
|
24
|
+
.sc(SubmitMultiRegionAccessPointRoutes)
|
|
29
25
|
.build() {
|
|
30
26
|
}
|
|
@@ -1,9 +1,8 @@
|
|
|
1
1
|
import { getProcessArnablesPlugin } from "@aws-sdk/middleware-sdk-s3-control";
|
|
2
2
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
3
|
-
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
4
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
5
4
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
6
|
-
import {
|
|
5
|
+
import { TagResource } from "../schemas/schemas_0";
|
|
7
6
|
export { $Command };
|
|
8
7
|
export class TagResourceCommand extends $Command
|
|
9
8
|
.classBuilder()
|
|
@@ -14,16 +13,10 @@ export class TagResourceCommand extends $Command
|
|
|
14
13
|
AccountId: { type: "contextParams", name: "AccountId" },
|
|
15
14
|
})
|
|
16
15
|
.m(function (Command, cs, config, o) {
|
|
17
|
-
return [
|
|
18
|
-
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
19
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
20
|
-
getProcessArnablesPlugin(config),
|
|
21
|
-
];
|
|
16
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions()), getProcessArnablesPlugin(config)];
|
|
22
17
|
})
|
|
23
18
|
.s("AWSS3ControlServiceV20180820", "TagResource", {})
|
|
24
19
|
.n("S3ControlClient", "TagResourceCommand")
|
|
25
|
-
.
|
|
26
|
-
.ser(se_TagResourceCommand)
|
|
27
|
-
.de(de_TagResourceCommand)
|
|
20
|
+
.sc(TagResource)
|
|
28
21
|
.build() {
|
|
29
22
|
}
|
|
@@ -1,9 +1,8 @@
|
|
|
1
1
|
import { getProcessArnablesPlugin } from "@aws-sdk/middleware-sdk-s3-control";
|
|
2
2
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
3
|
-
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
4
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
5
4
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
6
|
-
import {
|
|
5
|
+
import { UntagResource } from "../schemas/schemas_0";
|
|
7
6
|
export { $Command };
|
|
8
7
|
export class UntagResourceCommand extends $Command
|
|
9
8
|
.classBuilder()
|
|
@@ -14,16 +13,10 @@ export class UntagResourceCommand extends $Command
|
|
|
14
13
|
AccountId: { type: "contextParams", name: "AccountId" },
|
|
15
14
|
})
|
|
16
15
|
.m(function (Command, cs, config, o) {
|
|
17
|
-
return [
|
|
18
|
-
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
19
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
20
|
-
getProcessArnablesPlugin(config),
|
|
21
|
-
];
|
|
16
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions()), getProcessArnablesPlugin(config)];
|
|
22
17
|
})
|
|
23
18
|
.s("AWSS3ControlServiceV20180820", "UntagResource", {})
|
|
24
19
|
.n("S3ControlClient", "UntagResourceCommand")
|
|
25
|
-
.
|
|
26
|
-
.ser(se_UntagResourceCommand)
|
|
27
|
-
.de(de_UntagResourceCommand)
|
|
20
|
+
.sc(UntagResource)
|
|
28
21
|
.build() {
|
|
29
22
|
}
|
|
@@ -1,10 +1,9 @@
|
|
|
1
1
|
import { getProcessArnablesPlugin } from "@aws-sdk/middleware-sdk-s3-control";
|
|
2
2
|
import { getApplyMd5BodyChecksumPlugin } from "@smithy/middleware-apply-body-checksum";
|
|
3
3
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
4
|
-
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
5
4
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
6
5
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
7
|
-
import {
|
|
6
|
+
import { UpdateAccessGrantsLocation } from "../schemas/schemas_0";
|
|
8
7
|
export { $Command };
|
|
9
8
|
export class UpdateAccessGrantsLocationCommand extends $Command
|
|
10
9
|
.classBuilder()
|
|
@@ -15,7 +14,6 @@ export class UpdateAccessGrantsLocationCommand extends $Command
|
|
|
15
14
|
})
|
|
16
15
|
.m(function (Command, cs, config, o) {
|
|
17
16
|
return [
|
|
18
|
-
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
19
17
|
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
20
18
|
getProcessArnablesPlugin(config),
|
|
21
19
|
getApplyMd5BodyChecksumPlugin(config),
|
|
@@ -23,8 +21,6 @@ export class UpdateAccessGrantsLocationCommand extends $Command
|
|
|
23
21
|
})
|
|
24
22
|
.s("AWSS3ControlServiceV20180820", "UpdateAccessGrantsLocation", {})
|
|
25
23
|
.n("S3ControlClient", "UpdateAccessGrantsLocationCommand")
|
|
26
|
-
.
|
|
27
|
-
.ser(se_UpdateAccessGrantsLocationCommand)
|
|
28
|
-
.de(de_UpdateAccessGrantsLocationCommand)
|
|
24
|
+
.sc(UpdateAccessGrantsLocation)
|
|
29
25
|
.build() {
|
|
30
26
|
}
|
package/node_modules/@aws-sdk/client-s3-control/dist-es/commands/UpdateJobPriorityCommand.js
CHANGED
|
@@ -1,9 +1,8 @@
|
|
|
1
1
|
import { getProcessArnablesPlugin } from "@aws-sdk/middleware-sdk-s3-control";
|
|
2
2
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
3
|
-
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
4
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
5
4
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
6
|
-
import {
|
|
5
|
+
import { UpdateJobPriority } from "../schemas/schemas_0";
|
|
7
6
|
export { $Command };
|
|
8
7
|
export class UpdateJobPriorityCommand extends $Command
|
|
9
8
|
.classBuilder()
|
|
@@ -13,16 +12,10 @@ export class UpdateJobPriorityCommand extends $Command
|
|
|
13
12
|
AccountId: { type: "contextParams", name: "AccountId" },
|
|
14
13
|
})
|
|
15
14
|
.m(function (Command, cs, config, o) {
|
|
16
|
-
return [
|
|
17
|
-
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
18
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
19
|
-
getProcessArnablesPlugin(config),
|
|
20
|
-
];
|
|
15
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions()), getProcessArnablesPlugin(config)];
|
|
21
16
|
})
|
|
22
17
|
.s("AWSS3ControlServiceV20180820", "UpdateJobPriority", {})
|
|
23
18
|
.n("S3ControlClient", "UpdateJobPriorityCommand")
|
|
24
|
-
.
|
|
25
|
-
.ser(se_UpdateJobPriorityCommand)
|
|
26
|
-
.de(de_UpdateJobPriorityCommand)
|
|
19
|
+
.sc(UpdateJobPriority)
|
|
27
20
|
.build() {
|
|
28
21
|
}
|
|
@@ -1,9 +1,8 @@
|
|
|
1
1
|
import { getProcessArnablesPlugin } from "@aws-sdk/middleware-sdk-s3-control";
|
|
2
2
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
3
|
-
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
4
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
5
4
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
6
|
-
import {
|
|
5
|
+
import { UpdateJobStatus } from "../schemas/schemas_0";
|
|
7
6
|
export { $Command };
|
|
8
7
|
export class UpdateJobStatusCommand extends $Command
|
|
9
8
|
.classBuilder()
|
|
@@ -13,16 +12,10 @@ export class UpdateJobStatusCommand extends $Command
|
|
|
13
12
|
AccountId: { type: "contextParams", name: "AccountId" },
|
|
14
13
|
})
|
|
15
14
|
.m(function (Command, cs, config, o) {
|
|
16
|
-
return [
|
|
17
|
-
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
18
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
19
|
-
getProcessArnablesPlugin(config),
|
|
20
|
-
];
|
|
15
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions()), getProcessArnablesPlugin(config)];
|
|
21
16
|
})
|
|
22
17
|
.s("AWSS3ControlServiceV20180820", "UpdateJobStatus", {})
|
|
23
18
|
.n("S3ControlClient", "UpdateJobStatusCommand")
|
|
24
|
-
.
|
|
25
|
-
.ser(se_UpdateJobStatusCommand)
|
|
26
|
-
.de(de_UpdateJobStatusCommand)
|
|
19
|
+
.sc(UpdateJobStatus)
|
|
27
20
|
.build() {
|
|
28
21
|
}
|
package/node_modules/@aws-sdk/client-s3-control/dist-es/commands/UpdateStorageLensGroupCommand.js
CHANGED
|
@@ -1,9 +1,8 @@
|
|
|
1
1
|
import { getProcessArnablesPlugin } from "@aws-sdk/middleware-sdk-s3-control";
|
|
2
2
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
3
|
-
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
4
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
5
4
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
6
|
-
import {
|
|
5
|
+
import { UpdateStorageLensGroup } from "../schemas/schemas_0";
|
|
7
6
|
export { $Command };
|
|
8
7
|
export class UpdateStorageLensGroupCommand extends $Command
|
|
9
8
|
.classBuilder()
|
|
@@ -13,16 +12,10 @@ export class UpdateStorageLensGroupCommand extends $Command
|
|
|
13
12
|
AccountId: { type: "contextParams", name: "AccountId" },
|
|
14
13
|
})
|
|
15
14
|
.m(function (Command, cs, config, o) {
|
|
16
|
-
return [
|
|
17
|
-
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
18
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
19
|
-
getProcessArnablesPlugin(config),
|
|
20
|
-
];
|
|
15
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions()), getProcessArnablesPlugin(config)];
|
|
21
16
|
})
|
|
22
17
|
.s("AWSS3ControlServiceV20180820", "UpdateStorageLensGroup", {})
|
|
23
18
|
.n("S3ControlClient", "UpdateStorageLensGroupCommand")
|
|
24
|
-
.
|
|
25
|
-
.ser(se_UpdateStorageLensGroupCommand)
|
|
26
|
-
.de(de_UpdateStorageLensGroupCommand)
|
|
19
|
+
.sc(UpdateStorageLensGroup)
|
|
27
20
|
.build() {
|
|
28
21
|
}
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
import { SENSITIVE_STRING } from "@smithy/smithy-client";
|
|
2
1
|
import { S3ControlServiceException as __BaseException } from "./S3ControlServiceException";
|
|
3
2
|
export const OwnerOverride = {
|
|
4
3
|
Destination: "Destination",
|
|
@@ -47,14 +46,6 @@ export const ObjectLambdaTransformationConfigurationAction = {
|
|
|
47
46
|
ListObjects: "ListObjects",
|
|
48
47
|
ListObjectsV2: "ListObjectsV2",
|
|
49
48
|
};
|
|
50
|
-
export var ObjectLambdaContentTransformation;
|
|
51
|
-
(function (ObjectLambdaContentTransformation) {
|
|
52
|
-
ObjectLambdaContentTransformation.visit = (value, visitor) => {
|
|
53
|
-
if (value.AwsLambda !== undefined)
|
|
54
|
-
return visitor.AwsLambda(value.AwsLambda);
|
|
55
|
-
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
56
|
-
};
|
|
57
|
-
})(ObjectLambdaContentTransformation || (ObjectLambdaContentTransformation = {}));
|
|
58
49
|
export const ObjectLambdaAccessPointAliasStatus = {
|
|
59
50
|
PROVISIONING: "PROVISIONING",
|
|
60
51
|
READY: "READY",
|
|
@@ -126,22 +117,6 @@ export const JobManifestFormat = {
|
|
|
126
117
|
S3BatchOperations_CSV_20180820: "S3BatchOperations_CSV_20180820",
|
|
127
118
|
S3InventoryReport_CSV_20161130: "S3InventoryReport_CSV_20161130",
|
|
128
119
|
};
|
|
129
|
-
export var ObjectEncryptionFilter;
|
|
130
|
-
(function (ObjectEncryptionFilter) {
|
|
131
|
-
ObjectEncryptionFilter.visit = (value, visitor) => {
|
|
132
|
-
if (value.SSES3 !== undefined)
|
|
133
|
-
return visitor.SSES3(value.SSES3);
|
|
134
|
-
if (value.SSEKMS !== undefined)
|
|
135
|
-
return visitor.SSEKMS(value.SSEKMS);
|
|
136
|
-
if (value.DSSEKMS !== undefined)
|
|
137
|
-
return visitor.DSSEKMS(value.DSSEKMS);
|
|
138
|
-
if (value.SSEC !== undefined)
|
|
139
|
-
return visitor.SSEC(value.SSEC);
|
|
140
|
-
if (value.NOTSSE !== undefined)
|
|
141
|
-
return visitor.NOTSSE(value.NOTSSE);
|
|
142
|
-
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
143
|
-
};
|
|
144
|
-
})(ObjectEncryptionFilter || (ObjectEncryptionFilter = {}));
|
|
145
120
|
export const S3StorageClass = {
|
|
146
121
|
DEEP_ARCHIVE: "DEEP_ARCHIVE",
|
|
147
122
|
GLACIER: "GLACIER",
|
|
@@ -160,14 +135,6 @@ export const ReplicationStatus = {
|
|
|
160
135
|
export const GeneratedManifestFormat = {
|
|
161
136
|
S3InventoryReport_CSV_20211130: "S3InventoryReport_CSV_20211130",
|
|
162
137
|
};
|
|
163
|
-
export var JobManifestGenerator;
|
|
164
|
-
(function (JobManifestGenerator) {
|
|
165
|
-
JobManifestGenerator.visit = (value, visitor) => {
|
|
166
|
-
if (value.S3JobManifestGenerator !== undefined)
|
|
167
|
-
return visitor.S3JobManifestGenerator(value.S3JobManifestGenerator);
|
|
168
|
-
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
169
|
-
};
|
|
170
|
-
})(JobManifestGenerator || (JobManifestGenerator = {}));
|
|
171
138
|
export const ComputeObjectChecksumAlgorithm = {
|
|
172
139
|
CRC32: "CRC32",
|
|
173
140
|
CRC32C: "CRC32C",
|
|
@@ -401,13 +368,3 @@ export const Format = {
|
|
|
401
368
|
export const OutputSchemaVersion = {
|
|
402
369
|
V_1: "V_1",
|
|
403
370
|
};
|
|
404
|
-
export const CredentialsFilterSensitiveLog = (obj) => ({
|
|
405
|
-
...obj,
|
|
406
|
-
...(obj.AccessKeyId && { AccessKeyId: SENSITIVE_STRING }),
|
|
407
|
-
...(obj.SecretAccessKey && { SecretAccessKey: SENSITIVE_STRING }),
|
|
408
|
-
...(obj.SessionToken && { SessionToken: SENSITIVE_STRING }),
|
|
409
|
-
});
|
|
410
|
-
export const GetDataAccessResultFilterSensitiveLog = (obj) => ({
|
|
411
|
-
...obj,
|
|
412
|
-
...(obj.Credentials && { Credentials: SENSITIVE_STRING }),
|
|
413
|
-
});
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import { AwsSdkSigV4Signer } from "@aws-sdk/core";
|
|
2
|
+
import { AwsRestXmlProtocol } from "@aws-sdk/core/protocols";
|
|
2
3
|
import { NoOpLogger } from "@smithy/smithy-client";
|
|
3
4
|
import { parseUrl } from "@smithy/url-parser";
|
|
4
5
|
import { fromBase64, toBase64 } from "@smithy/util-base64";
|
|
@@ -22,6 +23,11 @@ export const getRuntimeConfig = (config) => {
|
|
|
22
23
|
},
|
|
23
24
|
],
|
|
24
25
|
logger: config?.logger ?? new NoOpLogger(),
|
|
26
|
+
protocol: config?.protocol ??
|
|
27
|
+
new AwsRestXmlProtocol({
|
|
28
|
+
defaultNamespace: "com.amazonaws.s3control",
|
|
29
|
+
xmlNamespace: "http://awss3control.amazonaws.com/doc/2018-08-20/",
|
|
30
|
+
}),
|
|
25
31
|
serviceId: config?.serviceId ?? "S3 Control",
|
|
26
32
|
signingEscapePath: config?.signingEscapePath ?? false,
|
|
27
33
|
urlParser: config?.urlParser ?? parseUrl,
|