@aws-sdk/client-s3-control 3.1045.0 → 3.1046.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist-cjs/auth/httpAuthSchemeProvider.js +4 -4
- package/dist-cjs/endpoint/bdd.js +2 -2
- package/dist-cjs/endpoint/endpointResolver.js +4 -4
- package/dist-cjs/index.js +210 -211
- package/dist-cjs/models/S3ControlServiceException.js +3 -3
- package/dist-cjs/runtimeConfig.browser.js +15 -18
- package/dist-cjs/runtimeConfig.js +22 -26
- package/dist-cjs/runtimeConfig.shared.js +9 -10
- package/dist-es/S3Control.js +1 -1
- package/dist-es/S3ControlClient.js +5 -5
- package/dist-es/auth/httpAuthSchemeProvider.js +1 -1
- package/dist-es/commands/AssociateAccessGrantsIdentityCenterCommand.js +2 -2
- package/dist-es/commands/CreateAccessGrantCommand.js +2 -2
- package/dist-es/commands/CreateAccessGrantsInstanceCommand.js +2 -2
- package/dist-es/commands/CreateAccessGrantsLocationCommand.js +2 -2
- package/dist-es/commands/CreateAccessPointCommand.js +2 -2
- package/dist-es/commands/CreateAccessPointForObjectLambdaCommand.js +2 -2
- package/dist-es/commands/CreateBucketCommand.js +2 -2
- package/dist-es/commands/CreateJobCommand.js +2 -2
- package/dist-es/commands/CreateMultiRegionAccessPointCommand.js +2 -2
- package/dist-es/commands/CreateStorageLensGroupCommand.js +2 -2
- package/dist-es/commands/DeleteAccessGrantCommand.js +2 -2
- package/dist-es/commands/DeleteAccessGrantsInstanceCommand.js +2 -2
- package/dist-es/commands/DeleteAccessGrantsInstanceResourcePolicyCommand.js +2 -2
- package/dist-es/commands/DeleteAccessGrantsLocationCommand.js +2 -2
- package/dist-es/commands/DeleteAccessPointCommand.js +2 -2
- package/dist-es/commands/DeleteAccessPointForObjectLambdaCommand.js +2 -2
- package/dist-es/commands/DeleteAccessPointPolicyCommand.js +2 -2
- package/dist-es/commands/DeleteAccessPointPolicyForObjectLambdaCommand.js +2 -2
- package/dist-es/commands/DeleteAccessPointScopeCommand.js +2 -2
- package/dist-es/commands/DeleteBucketCommand.js +2 -2
- package/dist-es/commands/DeleteBucketLifecycleConfigurationCommand.js +2 -2
- package/dist-es/commands/DeleteBucketPolicyCommand.js +2 -2
- package/dist-es/commands/DeleteBucketReplicationCommand.js +2 -2
- package/dist-es/commands/DeleteBucketTaggingCommand.js +2 -2
- package/dist-es/commands/DeleteJobTaggingCommand.js +2 -2
- package/dist-es/commands/DeleteMultiRegionAccessPointCommand.js +2 -2
- package/dist-es/commands/DeletePublicAccessBlockCommand.js +2 -2
- package/dist-es/commands/DeleteStorageLensConfigurationCommand.js +2 -2
- package/dist-es/commands/DeleteStorageLensConfigurationTaggingCommand.js +2 -2
- package/dist-es/commands/DeleteStorageLensGroupCommand.js +2 -2
- package/dist-es/commands/DescribeJobCommand.js +2 -2
- package/dist-es/commands/DescribeMultiRegionAccessPointOperationCommand.js +2 -2
- package/dist-es/commands/DissociateAccessGrantsIdentityCenterCommand.js +2 -2
- package/dist-es/commands/GetAccessGrantCommand.js +2 -2
- package/dist-es/commands/GetAccessGrantsInstanceCommand.js +2 -2
- package/dist-es/commands/GetAccessGrantsInstanceForPrefixCommand.js +2 -2
- package/dist-es/commands/GetAccessGrantsInstanceResourcePolicyCommand.js +2 -2
- package/dist-es/commands/GetAccessGrantsLocationCommand.js +2 -2
- package/dist-es/commands/GetAccessPointCommand.js +2 -2
- package/dist-es/commands/GetAccessPointConfigurationForObjectLambdaCommand.js +2 -2
- package/dist-es/commands/GetAccessPointForObjectLambdaCommand.js +2 -2
- package/dist-es/commands/GetAccessPointPolicyCommand.js +2 -2
- package/dist-es/commands/GetAccessPointPolicyForObjectLambdaCommand.js +2 -2
- package/dist-es/commands/GetAccessPointPolicyStatusCommand.js +2 -2
- package/dist-es/commands/GetAccessPointPolicyStatusForObjectLambdaCommand.js +2 -2
- package/dist-es/commands/GetAccessPointScopeCommand.js +2 -2
- package/dist-es/commands/GetBucketCommand.js +2 -2
- package/dist-es/commands/GetBucketLifecycleConfigurationCommand.js +2 -2
- package/dist-es/commands/GetBucketPolicyCommand.js +2 -2
- package/dist-es/commands/GetBucketReplicationCommand.js +2 -2
- package/dist-es/commands/GetBucketTaggingCommand.js +2 -2
- package/dist-es/commands/GetBucketVersioningCommand.js +2 -2
- package/dist-es/commands/GetDataAccessCommand.js +2 -2
- package/dist-es/commands/GetJobTaggingCommand.js +2 -2
- package/dist-es/commands/GetMultiRegionAccessPointCommand.js +2 -2
- package/dist-es/commands/GetMultiRegionAccessPointPolicyCommand.js +2 -2
- package/dist-es/commands/GetMultiRegionAccessPointPolicyStatusCommand.js +2 -2
- package/dist-es/commands/GetMultiRegionAccessPointRoutesCommand.js +2 -2
- package/dist-es/commands/GetPublicAccessBlockCommand.js +2 -2
- package/dist-es/commands/GetStorageLensConfigurationCommand.js +2 -2
- package/dist-es/commands/GetStorageLensConfigurationTaggingCommand.js +2 -2
- package/dist-es/commands/GetStorageLensGroupCommand.js +2 -2
- package/dist-es/commands/ListAccessGrantsCommand.js +2 -2
- package/dist-es/commands/ListAccessGrantsInstancesCommand.js +2 -2
- package/dist-es/commands/ListAccessGrantsLocationsCommand.js +2 -2
- package/dist-es/commands/ListAccessPointsCommand.js +2 -2
- package/dist-es/commands/ListAccessPointsForDirectoryBucketsCommand.js +2 -2
- package/dist-es/commands/ListAccessPointsForObjectLambdaCommand.js +2 -2
- package/dist-es/commands/ListCallerAccessGrantsCommand.js +2 -2
- package/dist-es/commands/ListJobsCommand.js +2 -2
- package/dist-es/commands/ListMultiRegionAccessPointsCommand.js +2 -2
- package/dist-es/commands/ListRegionalBucketsCommand.js +2 -2
- package/dist-es/commands/ListStorageLensConfigurationsCommand.js +2 -2
- package/dist-es/commands/ListStorageLensGroupsCommand.js +2 -2
- package/dist-es/commands/ListTagsForResourceCommand.js +2 -2
- package/dist-es/commands/PutAccessGrantsInstanceResourcePolicyCommand.js +2 -2
- package/dist-es/commands/PutAccessPointConfigurationForObjectLambdaCommand.js +2 -2
- package/dist-es/commands/PutAccessPointPolicyCommand.js +2 -2
- package/dist-es/commands/PutAccessPointPolicyForObjectLambdaCommand.js +2 -2
- package/dist-es/commands/PutAccessPointScopeCommand.js +2 -2
- package/dist-es/commands/PutBucketLifecycleConfigurationCommand.js +2 -2
- package/dist-es/commands/PutBucketPolicyCommand.js +2 -2
- package/dist-es/commands/PutBucketReplicationCommand.js +2 -2
- package/dist-es/commands/PutBucketTaggingCommand.js +2 -2
- package/dist-es/commands/PutBucketVersioningCommand.js +2 -2
- package/dist-es/commands/PutJobTaggingCommand.js +2 -2
- package/dist-es/commands/PutMultiRegionAccessPointPolicyCommand.js +2 -2
- package/dist-es/commands/PutPublicAccessBlockCommand.js +2 -2
- package/dist-es/commands/PutStorageLensConfigurationCommand.js +2 -2
- package/dist-es/commands/PutStorageLensConfigurationTaggingCommand.js +2 -2
- package/dist-es/commands/SubmitMultiRegionAccessPointRoutesCommand.js +2 -2
- package/dist-es/commands/TagResourceCommand.js +2 -2
- package/dist-es/commands/UntagResourceCommand.js +2 -2
- package/dist-es/commands/UpdateAccessGrantsLocationCommand.js +2 -2
- package/dist-es/commands/UpdateJobPriorityCommand.js +2 -2
- package/dist-es/commands/UpdateJobStatusCommand.js +2 -2
- package/dist-es/commands/UpdateStorageLensGroupCommand.js +2 -2
- package/dist-es/endpoint/bdd.js +1 -1
- package/dist-es/endpoint/endpointResolver.js +1 -1
- package/dist-es/models/S3ControlServiceException.js +1 -1
- package/dist-es/runtimeConfig.browser.js +5 -8
- package/dist-es/runtimeConfig.js +5 -9
- package/dist-es/runtimeConfig.shared.js +3 -4
- package/dist-es/runtimeExtensions.js +2 -2
- package/dist-types/S3ControlClient.d.ts +5 -5
- package/dist-types/commands/AssociateAccessGrantsIdentityCenterCommand.d.ts +6 -4
- package/dist-types/commands/CreateAccessGrantCommand.d.ts +6 -4
- package/dist-types/commands/CreateAccessGrantsInstanceCommand.d.ts +6 -4
- package/dist-types/commands/CreateAccessGrantsLocationCommand.d.ts +6 -4
- package/dist-types/commands/CreateAccessPointCommand.d.ts +6 -4
- package/dist-types/commands/CreateAccessPointForObjectLambdaCommand.d.ts +6 -4
- package/dist-types/commands/CreateBucketCommand.d.ts +6 -4
- package/dist-types/commands/CreateJobCommand.d.ts +6 -4
- package/dist-types/commands/CreateMultiRegionAccessPointCommand.d.ts +6 -4
- package/dist-types/commands/CreateStorageLensGroupCommand.d.ts +6 -4
- package/dist-types/commands/DeleteAccessGrantCommand.d.ts +6 -4
- package/dist-types/commands/DeleteAccessGrantsInstanceCommand.d.ts +6 -4
- package/dist-types/commands/DeleteAccessGrantsInstanceResourcePolicyCommand.d.ts +6 -4
- package/dist-types/commands/DeleteAccessGrantsLocationCommand.d.ts +6 -4
- package/dist-types/commands/DeleteAccessPointCommand.d.ts +6 -4
- package/dist-types/commands/DeleteAccessPointForObjectLambdaCommand.d.ts +6 -4
- package/dist-types/commands/DeleteAccessPointPolicyCommand.d.ts +6 -4
- package/dist-types/commands/DeleteAccessPointPolicyForObjectLambdaCommand.d.ts +6 -4
- package/dist-types/commands/DeleteAccessPointScopeCommand.d.ts +6 -4
- package/dist-types/commands/DeleteBucketCommand.d.ts +6 -4
- package/dist-types/commands/DeleteBucketLifecycleConfigurationCommand.d.ts +6 -4
- package/dist-types/commands/DeleteBucketPolicyCommand.d.ts +6 -4
- package/dist-types/commands/DeleteBucketReplicationCommand.d.ts +6 -4
- package/dist-types/commands/DeleteBucketTaggingCommand.d.ts +6 -4
- package/dist-types/commands/DeleteJobTaggingCommand.d.ts +6 -4
- package/dist-types/commands/DeleteMultiRegionAccessPointCommand.d.ts +6 -4
- package/dist-types/commands/DeletePublicAccessBlockCommand.d.ts +6 -4
- package/dist-types/commands/DeleteStorageLensConfigurationCommand.d.ts +6 -4
- package/dist-types/commands/DeleteStorageLensConfigurationTaggingCommand.d.ts +6 -4
- package/dist-types/commands/DeleteStorageLensGroupCommand.d.ts +6 -4
- package/dist-types/commands/DescribeJobCommand.d.ts +6 -4
- package/dist-types/commands/DescribeMultiRegionAccessPointOperationCommand.d.ts +6 -4
- package/dist-types/commands/DissociateAccessGrantsIdentityCenterCommand.d.ts +6 -4
- package/dist-types/commands/GetAccessGrantCommand.d.ts +6 -4
- package/dist-types/commands/GetAccessGrantsInstanceCommand.d.ts +6 -4
- package/dist-types/commands/GetAccessGrantsInstanceForPrefixCommand.d.ts +6 -4
- package/dist-types/commands/GetAccessGrantsInstanceResourcePolicyCommand.d.ts +6 -4
- package/dist-types/commands/GetAccessGrantsLocationCommand.d.ts +6 -4
- package/dist-types/commands/GetAccessPointCommand.d.ts +6 -4
- package/dist-types/commands/GetAccessPointConfigurationForObjectLambdaCommand.d.ts +6 -4
- package/dist-types/commands/GetAccessPointForObjectLambdaCommand.d.ts +6 -4
- package/dist-types/commands/GetAccessPointPolicyCommand.d.ts +6 -4
- package/dist-types/commands/GetAccessPointPolicyForObjectLambdaCommand.d.ts +6 -4
- package/dist-types/commands/GetAccessPointPolicyStatusCommand.d.ts +6 -4
- package/dist-types/commands/GetAccessPointPolicyStatusForObjectLambdaCommand.d.ts +6 -4
- package/dist-types/commands/GetAccessPointScopeCommand.d.ts +6 -4
- package/dist-types/commands/GetBucketCommand.d.ts +6 -4
- package/dist-types/commands/GetBucketLifecycleConfigurationCommand.d.ts +6 -4
- package/dist-types/commands/GetBucketPolicyCommand.d.ts +6 -4
- package/dist-types/commands/GetBucketReplicationCommand.d.ts +6 -4
- package/dist-types/commands/GetBucketTaggingCommand.d.ts +6 -4
- package/dist-types/commands/GetBucketVersioningCommand.d.ts +6 -4
- package/dist-types/commands/GetDataAccessCommand.d.ts +6 -4
- package/dist-types/commands/GetJobTaggingCommand.d.ts +6 -4
- package/dist-types/commands/GetMultiRegionAccessPointCommand.d.ts +6 -4
- package/dist-types/commands/GetMultiRegionAccessPointPolicyCommand.d.ts +6 -4
- package/dist-types/commands/GetMultiRegionAccessPointPolicyStatusCommand.d.ts +6 -4
- package/dist-types/commands/GetMultiRegionAccessPointRoutesCommand.d.ts +6 -4
- package/dist-types/commands/GetPublicAccessBlockCommand.d.ts +6 -4
- package/dist-types/commands/GetStorageLensConfigurationCommand.d.ts +6 -4
- package/dist-types/commands/GetStorageLensConfigurationTaggingCommand.d.ts +6 -4
- package/dist-types/commands/GetStorageLensGroupCommand.d.ts +6 -4
- package/dist-types/commands/ListAccessGrantsCommand.d.ts +6 -4
- package/dist-types/commands/ListAccessGrantsInstancesCommand.d.ts +6 -4
- package/dist-types/commands/ListAccessGrantsLocationsCommand.d.ts +6 -4
- package/dist-types/commands/ListAccessPointsCommand.d.ts +6 -4
- package/dist-types/commands/ListAccessPointsForDirectoryBucketsCommand.d.ts +6 -4
- package/dist-types/commands/ListAccessPointsForObjectLambdaCommand.d.ts +6 -4
- package/dist-types/commands/ListCallerAccessGrantsCommand.d.ts +6 -4
- package/dist-types/commands/ListJobsCommand.d.ts +6 -4
- package/dist-types/commands/ListMultiRegionAccessPointsCommand.d.ts +6 -4
- package/dist-types/commands/ListRegionalBucketsCommand.d.ts +6 -4
- package/dist-types/commands/ListStorageLensConfigurationsCommand.d.ts +6 -4
- package/dist-types/commands/ListStorageLensGroupsCommand.d.ts +6 -4
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +6 -4
- package/dist-types/commands/PutAccessGrantsInstanceResourcePolicyCommand.d.ts +6 -4
- package/dist-types/commands/PutAccessPointConfigurationForObjectLambdaCommand.d.ts +6 -4
- package/dist-types/commands/PutAccessPointPolicyCommand.d.ts +6 -4
- package/dist-types/commands/PutAccessPointPolicyForObjectLambdaCommand.d.ts +6 -4
- package/dist-types/commands/PutAccessPointScopeCommand.d.ts +6 -4
- package/dist-types/commands/PutBucketLifecycleConfigurationCommand.d.ts +6 -4
- package/dist-types/commands/PutBucketPolicyCommand.d.ts +6 -4
- package/dist-types/commands/PutBucketReplicationCommand.d.ts +6 -4
- package/dist-types/commands/PutBucketTaggingCommand.d.ts +6 -4
- package/dist-types/commands/PutBucketVersioningCommand.d.ts +6 -4
- package/dist-types/commands/PutJobTaggingCommand.d.ts +6 -4
- package/dist-types/commands/PutMultiRegionAccessPointPolicyCommand.d.ts +6 -4
- package/dist-types/commands/PutPublicAccessBlockCommand.d.ts +6 -4
- package/dist-types/commands/PutStorageLensConfigurationCommand.d.ts +6 -4
- package/dist-types/commands/PutStorageLensConfigurationTaggingCommand.d.ts +6 -4
- package/dist-types/commands/SubmitMultiRegionAccessPointRoutesCommand.d.ts +6 -4
- package/dist-types/commands/TagResourceCommand.d.ts +6 -4
- package/dist-types/commands/UntagResourceCommand.d.ts +6 -4
- package/dist-types/commands/UpdateAccessGrantsLocationCommand.d.ts +6 -4
- package/dist-types/commands/UpdateJobPriorityCommand.d.ts +6 -4
- package/dist-types/commands/UpdateJobStatusCommand.d.ts +6 -4
- package/dist-types/commands/UpdateStorageLensGroupCommand.d.ts +6 -4
- package/dist-types/endpoint/bdd.d.ts +1 -1
- package/dist-types/extensionConfiguration.d.ts +1 -1
- package/dist-types/models/S3ControlServiceException.d.ts +1 -1
- package/dist-types/models/errors.d.ts +1 -1
- package/dist-types/runtimeConfig.browser.d.ts +2 -2
- package/dist-types/runtimeConfig.d.ts +2 -2
- package/dist-types/runtimeConfig.native.d.ts +2 -2
- package/dist-types/ts3.4/S3ControlClient.d.ts +8 -14
- package/dist-types/ts3.4/commands/AssociateAccessGrantsIdentityCenterCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateAccessGrantCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateAccessGrantsInstanceCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateAccessGrantsLocationCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateAccessPointCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateAccessPointForObjectLambdaCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateBucketCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateJobCommand.d.ts +6 -8
- package/dist-types/ts3.4/commands/CreateMultiRegionAccessPointCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateStorageLensGroupCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteAccessGrantCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteAccessGrantsInstanceCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteAccessGrantsInstanceResourcePolicyCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteAccessGrantsLocationCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteAccessPointCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteAccessPointForObjectLambdaCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteAccessPointPolicyCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteAccessPointPolicyForObjectLambdaCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteAccessPointScopeCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteBucketCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteBucketLifecycleConfigurationCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteBucketPolicyCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteBucketReplicationCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteBucketTaggingCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteJobTaggingCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteMultiRegionAccessPointCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeletePublicAccessBlockCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteStorageLensConfigurationCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteStorageLensConfigurationTaggingCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteStorageLensGroupCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DescribeJobCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DescribeMultiRegionAccessPointOperationCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DissociateAccessGrantsIdentityCenterCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetAccessGrantCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetAccessGrantsInstanceCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetAccessGrantsInstanceForPrefixCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetAccessGrantsInstanceResourcePolicyCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetAccessGrantsLocationCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetAccessPointCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetAccessPointConfigurationForObjectLambdaCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetAccessPointForObjectLambdaCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetAccessPointPolicyCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetAccessPointPolicyForObjectLambdaCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetAccessPointPolicyStatusCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetAccessPointPolicyStatusForObjectLambdaCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetAccessPointScopeCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetBucketCommand.d.ts +6 -8
- package/dist-types/ts3.4/commands/GetBucketLifecycleConfigurationCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetBucketPolicyCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetBucketReplicationCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetBucketTaggingCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetBucketVersioningCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetDataAccessCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetJobTaggingCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetMultiRegionAccessPointCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetMultiRegionAccessPointPolicyCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetMultiRegionAccessPointPolicyStatusCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetMultiRegionAccessPointRoutesCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetPublicAccessBlockCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetStorageLensConfigurationCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetStorageLensConfigurationTaggingCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetStorageLensGroupCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListAccessGrantsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListAccessGrantsInstancesCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListAccessGrantsLocationsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListAccessPointsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListAccessPointsForDirectoryBucketsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListAccessPointsForObjectLambdaCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListCallerAccessGrantsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListJobsCommand.d.ts +6 -6
- package/dist-types/ts3.4/commands/ListMultiRegionAccessPointsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListRegionalBucketsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListStorageLensConfigurationsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListStorageLensGroupsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/PutAccessGrantsInstanceResourcePolicyCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/PutAccessPointConfigurationForObjectLambdaCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/PutAccessPointPolicyCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/PutAccessPointPolicyForObjectLambdaCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/PutAccessPointScopeCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/PutBucketLifecycleConfigurationCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/PutBucketPolicyCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/PutBucketReplicationCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/PutBucketTaggingCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/PutBucketVersioningCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/PutJobTaggingCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/PutMultiRegionAccessPointPolicyCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/PutPublicAccessBlockCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/PutStorageLensConfigurationCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/PutStorageLensConfigurationTaggingCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/SubmitMultiRegionAccessPointRoutesCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateAccessGrantsLocationCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateJobPriorityCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateJobStatusCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateStorageLensGroupCommand.d.ts +6 -4
- package/dist-types/ts3.4/endpoint/bdd.d.ts +1 -1
- package/dist-types/ts3.4/extensionConfiguration.d.ts +1 -1
- package/dist-types/ts3.4/models/S3ControlServiceException.d.ts +1 -1
- package/dist-types/ts3.4/models/errors.d.ts +1 -1
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +2 -2
- package/dist-types/ts3.4/runtimeConfig.d.ts +2 -2
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +3 -3
- package/package.json +17 -41
package/dist-cjs/index.js
CHANGED
|
@@ -5,17 +5,16 @@ var middlewareLogger = require('@aws-sdk/middleware-logger');
|
|
|
5
5
|
var middlewareRecursionDetection = require('@aws-sdk/middleware-recursion-detection');
|
|
6
6
|
var middlewareSdkS3Control = require('@aws-sdk/middleware-sdk-s3-control');
|
|
7
7
|
var middlewareUserAgent = require('@aws-sdk/middleware-user-agent');
|
|
8
|
-
var configResolver = require('@smithy/config-resolver');
|
|
9
8
|
var core = require('@smithy/core');
|
|
9
|
+
var client = require('@smithy/core/client');
|
|
10
|
+
var config = require('@smithy/core/config');
|
|
11
|
+
var endpoints = require('@smithy/core/endpoints');
|
|
12
|
+
var protocols = require('@smithy/core/protocols');
|
|
13
|
+
var retry = require('@smithy/core/retry');
|
|
10
14
|
var schema = require('@smithy/core/schema');
|
|
11
|
-
var middlewareContentLength = require('@smithy/middleware-content-length');
|
|
12
|
-
var middlewareEndpoint = require('@smithy/middleware-endpoint');
|
|
13
|
-
var middlewareRetry = require('@smithy/middleware-retry');
|
|
14
|
-
var smithyClient = require('@smithy/smithy-client');
|
|
15
15
|
var httpAuthSchemeProvider = require('./auth/httpAuthSchemeProvider');
|
|
16
16
|
var runtimeConfig = require('./runtimeConfig');
|
|
17
17
|
var regionConfigResolver = require('@aws-sdk/region-config-resolver');
|
|
18
|
-
var protocolHttp = require('@smithy/protocol-http');
|
|
19
18
|
var middlewareApplyBodyChecksum = require('@smithy/middleware-apply-body-checksum');
|
|
20
19
|
var schemas_0 = require('./schemas/schemas_0');
|
|
21
20
|
var errors = require('./models/errors');
|
|
@@ -76,12 +75,12 @@ const resolveHttpAuthRuntimeConfig = (config) => {
|
|
|
76
75
|
};
|
|
77
76
|
|
|
78
77
|
const resolveRuntimeExtensions = (runtimeConfig, extensions) => {
|
|
79
|
-
const extensionConfiguration = Object.assign(regionConfigResolver.getAwsRegionExtensionConfiguration(runtimeConfig),
|
|
78
|
+
const extensionConfiguration = Object.assign(regionConfigResolver.getAwsRegionExtensionConfiguration(runtimeConfig), client.getDefaultExtensionConfiguration(runtimeConfig), protocols.getHttpHandlerExtensionConfiguration(runtimeConfig), getHttpAuthExtensionConfiguration(runtimeConfig));
|
|
80
79
|
extensions.forEach((extension) => extension.configure(extensionConfiguration));
|
|
81
|
-
return Object.assign(runtimeConfig, regionConfigResolver.resolveAwsRegionExtensionConfiguration(extensionConfiguration),
|
|
80
|
+
return Object.assign(runtimeConfig, regionConfigResolver.resolveAwsRegionExtensionConfiguration(extensionConfiguration), client.resolveDefaultRuntimeConfig(extensionConfiguration), protocols.resolveHttpHandlerRuntimeConfig(extensionConfiguration), resolveHttpAuthRuntimeConfig(extensionConfiguration));
|
|
82
81
|
};
|
|
83
82
|
|
|
84
|
-
class S3ControlClient extends
|
|
83
|
+
class S3ControlClient extends client.Client {
|
|
85
84
|
config;
|
|
86
85
|
constructor(...[configuration]) {
|
|
87
86
|
const _config_0 = runtimeConfig.getRuntimeConfig(configuration || {});
|
|
@@ -89,18 +88,18 @@ class S3ControlClient extends smithyClient.Client {
|
|
|
89
88
|
this.initConfig = _config_0;
|
|
90
89
|
const _config_1 = resolveClientEndpointParameters(_config_0);
|
|
91
90
|
const _config_2 = middlewareUserAgent.resolveUserAgentConfig(_config_1);
|
|
92
|
-
const _config_3 =
|
|
93
|
-
const _config_4 =
|
|
91
|
+
const _config_3 = retry.resolveRetryConfig(_config_2);
|
|
92
|
+
const _config_4 = config.resolveRegionConfig(_config_3);
|
|
94
93
|
const _config_5 = middlewareHostHeader.resolveHostHeaderConfig(_config_4);
|
|
95
|
-
const _config_6 =
|
|
94
|
+
const _config_6 = endpoints.resolveEndpointConfig(_config_5);
|
|
96
95
|
const _config_7 = middlewareSdkS3Control.resolveS3ControlConfig(_config_6);
|
|
97
96
|
const _config_8 = httpAuthSchemeProvider.resolveHttpAuthSchemeConfig(_config_7);
|
|
98
97
|
const _config_9 = resolveRuntimeExtensions(_config_8, configuration?.extensions || []);
|
|
99
98
|
this.config = _config_9;
|
|
100
99
|
this.middlewareStack.use(schema.getSchemaSerdePlugin(this.config));
|
|
101
100
|
this.middlewareStack.use(middlewareUserAgent.getUserAgentPlugin(this.config));
|
|
102
|
-
this.middlewareStack.use(
|
|
103
|
-
this.middlewareStack.use(
|
|
101
|
+
this.middlewareStack.use(retry.getRetryPlugin(this.config));
|
|
102
|
+
this.middlewareStack.use(protocols.getContentLengthPlugin(this.config));
|
|
104
103
|
this.middlewareStack.use(middlewareHostHeader.getHostHeaderPlugin(this.config));
|
|
105
104
|
this.middlewareStack.use(middlewareLogger.getLoggerPlugin(this.config));
|
|
106
105
|
this.middlewareStack.use(middlewareRecursionDetection.getRecursionDetectionPlugin(this.config));
|
|
@@ -118,7 +117,7 @@ class S3ControlClient extends smithyClient.Client {
|
|
|
118
117
|
}
|
|
119
118
|
}
|
|
120
119
|
|
|
121
|
-
class AssociateAccessGrantsIdentityCenterCommand extends
|
|
120
|
+
class AssociateAccessGrantsIdentityCenterCommand extends client.Command
|
|
122
121
|
.classBuilder()
|
|
123
122
|
.ep({
|
|
124
123
|
...commonParams,
|
|
@@ -127,7 +126,7 @@ class AssociateAccessGrantsIdentityCenterCommand extends smithyClient.Command
|
|
|
127
126
|
})
|
|
128
127
|
.m(function (Command, cs, config, o) {
|
|
129
128
|
return [
|
|
130
|
-
|
|
129
|
+
endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
131
130
|
middlewareSdkS3Control.getProcessArnablesPlugin(config),
|
|
132
131
|
middlewareApplyBodyChecksum.getApplyMd5BodyChecksumPlugin(config),
|
|
133
132
|
];
|
|
@@ -138,7 +137,7 @@ class AssociateAccessGrantsIdentityCenterCommand extends smithyClient.Command
|
|
|
138
137
|
.build() {
|
|
139
138
|
}
|
|
140
139
|
|
|
141
|
-
class CreateAccessGrantCommand extends
|
|
140
|
+
class CreateAccessGrantCommand extends client.Command
|
|
142
141
|
.classBuilder()
|
|
143
142
|
.ep({
|
|
144
143
|
...commonParams,
|
|
@@ -147,7 +146,7 @@ class CreateAccessGrantCommand extends smithyClient.Command
|
|
|
147
146
|
})
|
|
148
147
|
.m(function (Command, cs, config, o) {
|
|
149
148
|
return [
|
|
150
|
-
|
|
149
|
+
endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
151
150
|
middlewareSdkS3Control.getProcessArnablesPlugin(config),
|
|
152
151
|
middlewareApplyBodyChecksum.getApplyMd5BodyChecksumPlugin(config),
|
|
153
152
|
];
|
|
@@ -158,7 +157,7 @@ class CreateAccessGrantCommand extends smithyClient.Command
|
|
|
158
157
|
.build() {
|
|
159
158
|
}
|
|
160
159
|
|
|
161
|
-
class CreateAccessGrantsInstanceCommand extends
|
|
160
|
+
class CreateAccessGrantsInstanceCommand extends client.Command
|
|
162
161
|
.classBuilder()
|
|
163
162
|
.ep({
|
|
164
163
|
...commonParams,
|
|
@@ -167,7 +166,7 @@ class CreateAccessGrantsInstanceCommand extends smithyClient.Command
|
|
|
167
166
|
})
|
|
168
167
|
.m(function (Command, cs, config, o) {
|
|
169
168
|
return [
|
|
170
|
-
|
|
169
|
+
endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
171
170
|
middlewareSdkS3Control.getProcessArnablesPlugin(config),
|
|
172
171
|
middlewareApplyBodyChecksum.getApplyMd5BodyChecksumPlugin(config),
|
|
173
172
|
];
|
|
@@ -178,7 +177,7 @@ class CreateAccessGrantsInstanceCommand extends smithyClient.Command
|
|
|
178
177
|
.build() {
|
|
179
178
|
}
|
|
180
179
|
|
|
181
|
-
class CreateAccessGrantsLocationCommand extends
|
|
180
|
+
class CreateAccessGrantsLocationCommand extends client.Command
|
|
182
181
|
.classBuilder()
|
|
183
182
|
.ep({
|
|
184
183
|
...commonParams,
|
|
@@ -187,7 +186,7 @@ class CreateAccessGrantsLocationCommand extends smithyClient.Command
|
|
|
187
186
|
})
|
|
188
187
|
.m(function (Command, cs, config, o) {
|
|
189
188
|
return [
|
|
190
|
-
|
|
189
|
+
endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
191
190
|
middlewareSdkS3Control.getProcessArnablesPlugin(config),
|
|
192
191
|
middlewareApplyBodyChecksum.getApplyMd5BodyChecksumPlugin(config),
|
|
193
192
|
];
|
|
@@ -198,7 +197,7 @@ class CreateAccessGrantsLocationCommand extends smithyClient.Command
|
|
|
198
197
|
.build() {
|
|
199
198
|
}
|
|
200
199
|
|
|
201
|
-
class CreateAccessPointCommand extends
|
|
200
|
+
class CreateAccessPointCommand extends client.Command
|
|
202
201
|
.classBuilder()
|
|
203
202
|
.ep({
|
|
204
203
|
...commonParams,
|
|
@@ -209,7 +208,7 @@ class CreateAccessPointCommand extends smithyClient.Command
|
|
|
209
208
|
})
|
|
210
209
|
.m(function (Command, cs, config, o) {
|
|
211
210
|
return [
|
|
212
|
-
|
|
211
|
+
endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
213
212
|
middlewareSdkS3Control.getProcessArnablesPlugin(config),
|
|
214
213
|
];
|
|
215
214
|
})
|
|
@@ -219,7 +218,7 @@ class CreateAccessPointCommand extends smithyClient.Command
|
|
|
219
218
|
.build() {
|
|
220
219
|
}
|
|
221
220
|
|
|
222
|
-
class CreateAccessPointForObjectLambdaCommand extends
|
|
221
|
+
class CreateAccessPointForObjectLambdaCommand extends client.Command
|
|
223
222
|
.classBuilder()
|
|
224
223
|
.ep({
|
|
225
224
|
...commonParams,
|
|
@@ -228,7 +227,7 @@ class CreateAccessPointForObjectLambdaCommand extends smithyClient.Command
|
|
|
228
227
|
})
|
|
229
228
|
.m(function (Command, cs, config, o) {
|
|
230
229
|
return [
|
|
231
|
-
|
|
230
|
+
endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
232
231
|
middlewareSdkS3Control.getProcessArnablesPlugin(config),
|
|
233
232
|
];
|
|
234
233
|
})
|
|
@@ -238,7 +237,7 @@ class CreateAccessPointForObjectLambdaCommand extends smithyClient.Command
|
|
|
238
237
|
.build() {
|
|
239
238
|
}
|
|
240
239
|
|
|
241
|
-
class CreateBucketCommand extends
|
|
240
|
+
class CreateBucketCommand extends client.Command
|
|
242
241
|
.classBuilder()
|
|
243
242
|
.ep({
|
|
244
243
|
...commonParams,
|
|
@@ -247,7 +246,7 @@ class CreateBucketCommand extends smithyClient.Command
|
|
|
247
246
|
})
|
|
248
247
|
.m(function (Command, cs, config, o) {
|
|
249
248
|
return [
|
|
250
|
-
|
|
249
|
+
endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
251
250
|
middlewareSdkS3Control.getRedirectFromPostIdPlugin(config),
|
|
252
251
|
middlewareApplyBodyChecksum.getApplyMd5BodyChecksumPlugin(config),
|
|
253
252
|
];
|
|
@@ -258,7 +257,7 @@ class CreateBucketCommand extends smithyClient.Command
|
|
|
258
257
|
.build() {
|
|
259
258
|
}
|
|
260
259
|
|
|
261
|
-
class CreateJobCommand extends
|
|
260
|
+
class CreateJobCommand extends client.Command
|
|
262
261
|
.classBuilder()
|
|
263
262
|
.ep({
|
|
264
263
|
...commonParams,
|
|
@@ -267,7 +266,7 @@ class CreateJobCommand extends smithyClient.Command
|
|
|
267
266
|
})
|
|
268
267
|
.m(function (Command, cs, config, o) {
|
|
269
268
|
return [
|
|
270
|
-
|
|
269
|
+
endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
271
270
|
middlewareSdkS3Control.getProcessArnablesPlugin(config),
|
|
272
271
|
];
|
|
273
272
|
})
|
|
@@ -277,7 +276,7 @@ class CreateJobCommand extends smithyClient.Command
|
|
|
277
276
|
.build() {
|
|
278
277
|
}
|
|
279
278
|
|
|
280
|
-
class CreateMultiRegionAccessPointCommand extends
|
|
279
|
+
class CreateMultiRegionAccessPointCommand extends client.Command
|
|
281
280
|
.classBuilder()
|
|
282
281
|
.ep({
|
|
283
282
|
...commonParams,
|
|
@@ -286,7 +285,7 @@ class CreateMultiRegionAccessPointCommand extends smithyClient.Command
|
|
|
286
285
|
})
|
|
287
286
|
.m(function (Command, cs, config, o) {
|
|
288
287
|
return [
|
|
289
|
-
|
|
288
|
+
endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
290
289
|
middlewareSdkS3Control.getProcessArnablesPlugin(config),
|
|
291
290
|
middlewareApplyBodyChecksum.getApplyMd5BodyChecksumPlugin(config),
|
|
292
291
|
];
|
|
@@ -297,7 +296,7 @@ class CreateMultiRegionAccessPointCommand extends smithyClient.Command
|
|
|
297
296
|
.build() {
|
|
298
297
|
}
|
|
299
298
|
|
|
300
|
-
class CreateStorageLensGroupCommand extends
|
|
299
|
+
class CreateStorageLensGroupCommand extends client.Command
|
|
301
300
|
.classBuilder()
|
|
302
301
|
.ep({
|
|
303
302
|
...commonParams,
|
|
@@ -306,7 +305,7 @@ class CreateStorageLensGroupCommand extends smithyClient.Command
|
|
|
306
305
|
})
|
|
307
306
|
.m(function (Command, cs, config, o) {
|
|
308
307
|
return [
|
|
309
|
-
|
|
308
|
+
endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
310
309
|
middlewareSdkS3Control.getProcessArnablesPlugin(config),
|
|
311
310
|
];
|
|
312
311
|
})
|
|
@@ -316,7 +315,7 @@ class CreateStorageLensGroupCommand extends smithyClient.Command
|
|
|
316
315
|
.build() {
|
|
317
316
|
}
|
|
318
317
|
|
|
319
|
-
class DeleteAccessGrantCommand extends
|
|
318
|
+
class DeleteAccessGrantCommand extends client.Command
|
|
320
319
|
.classBuilder()
|
|
321
320
|
.ep({
|
|
322
321
|
...commonParams,
|
|
@@ -325,7 +324,7 @@ class DeleteAccessGrantCommand extends smithyClient.Command
|
|
|
325
324
|
})
|
|
326
325
|
.m(function (Command, cs, config, o) {
|
|
327
326
|
return [
|
|
328
|
-
|
|
327
|
+
endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
329
328
|
middlewareSdkS3Control.getProcessArnablesPlugin(config),
|
|
330
329
|
middlewareApplyBodyChecksum.getApplyMd5BodyChecksumPlugin(config),
|
|
331
330
|
];
|
|
@@ -336,7 +335,7 @@ class DeleteAccessGrantCommand extends smithyClient.Command
|
|
|
336
335
|
.build() {
|
|
337
336
|
}
|
|
338
337
|
|
|
339
|
-
class DeleteAccessGrantsInstanceCommand extends
|
|
338
|
+
class DeleteAccessGrantsInstanceCommand extends client.Command
|
|
340
339
|
.classBuilder()
|
|
341
340
|
.ep({
|
|
342
341
|
...commonParams,
|
|
@@ -345,7 +344,7 @@ class DeleteAccessGrantsInstanceCommand extends smithyClient.Command
|
|
|
345
344
|
})
|
|
346
345
|
.m(function (Command, cs, config, o) {
|
|
347
346
|
return [
|
|
348
|
-
|
|
347
|
+
endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
349
348
|
middlewareSdkS3Control.getProcessArnablesPlugin(config),
|
|
350
349
|
middlewareApplyBodyChecksum.getApplyMd5BodyChecksumPlugin(config),
|
|
351
350
|
];
|
|
@@ -356,7 +355,7 @@ class DeleteAccessGrantsInstanceCommand extends smithyClient.Command
|
|
|
356
355
|
.build() {
|
|
357
356
|
}
|
|
358
357
|
|
|
359
|
-
class DeleteAccessGrantsInstanceResourcePolicyCommand extends
|
|
358
|
+
class DeleteAccessGrantsInstanceResourcePolicyCommand extends client.Command
|
|
360
359
|
.classBuilder()
|
|
361
360
|
.ep({
|
|
362
361
|
...commonParams,
|
|
@@ -365,7 +364,7 @@ class DeleteAccessGrantsInstanceResourcePolicyCommand extends smithyClient.Comma
|
|
|
365
364
|
})
|
|
366
365
|
.m(function (Command, cs, config, o) {
|
|
367
366
|
return [
|
|
368
|
-
|
|
367
|
+
endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
369
368
|
middlewareSdkS3Control.getProcessArnablesPlugin(config),
|
|
370
369
|
middlewareApplyBodyChecksum.getApplyMd5BodyChecksumPlugin(config),
|
|
371
370
|
];
|
|
@@ -376,7 +375,7 @@ class DeleteAccessGrantsInstanceResourcePolicyCommand extends smithyClient.Comma
|
|
|
376
375
|
.build() {
|
|
377
376
|
}
|
|
378
377
|
|
|
379
|
-
class DeleteAccessGrantsLocationCommand extends
|
|
378
|
+
class DeleteAccessGrantsLocationCommand extends client.Command
|
|
380
379
|
.classBuilder()
|
|
381
380
|
.ep({
|
|
382
381
|
...commonParams,
|
|
@@ -385,7 +384,7 @@ class DeleteAccessGrantsLocationCommand extends smithyClient.Command
|
|
|
385
384
|
})
|
|
386
385
|
.m(function (Command, cs, config, o) {
|
|
387
386
|
return [
|
|
388
|
-
|
|
387
|
+
endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
389
388
|
middlewareSdkS3Control.getProcessArnablesPlugin(config),
|
|
390
389
|
middlewareApplyBodyChecksum.getApplyMd5BodyChecksumPlugin(config),
|
|
391
390
|
];
|
|
@@ -396,7 +395,7 @@ class DeleteAccessGrantsLocationCommand extends smithyClient.Command
|
|
|
396
395
|
.build() {
|
|
397
396
|
}
|
|
398
397
|
|
|
399
|
-
class DeleteAccessPointCommand extends
|
|
398
|
+
class DeleteAccessPointCommand extends client.Command
|
|
400
399
|
.classBuilder()
|
|
401
400
|
.ep({
|
|
402
401
|
...commonParams,
|
|
@@ -406,7 +405,7 @@ class DeleteAccessPointCommand extends smithyClient.Command
|
|
|
406
405
|
})
|
|
407
406
|
.m(function (Command, cs, config, o) {
|
|
408
407
|
return [
|
|
409
|
-
|
|
408
|
+
endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
410
409
|
middlewareSdkS3Control.getProcessArnablesPlugin(config),
|
|
411
410
|
];
|
|
412
411
|
})
|
|
@@ -416,7 +415,7 @@ class DeleteAccessPointCommand extends smithyClient.Command
|
|
|
416
415
|
.build() {
|
|
417
416
|
}
|
|
418
417
|
|
|
419
|
-
class DeleteAccessPointForObjectLambdaCommand extends
|
|
418
|
+
class DeleteAccessPointForObjectLambdaCommand extends client.Command
|
|
420
419
|
.classBuilder()
|
|
421
420
|
.ep({
|
|
422
421
|
...commonParams,
|
|
@@ -425,7 +424,7 @@ class DeleteAccessPointForObjectLambdaCommand extends smithyClient.Command
|
|
|
425
424
|
})
|
|
426
425
|
.m(function (Command, cs, config, o) {
|
|
427
426
|
return [
|
|
428
|
-
|
|
427
|
+
endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
429
428
|
middlewareSdkS3Control.getProcessArnablesPlugin(config),
|
|
430
429
|
];
|
|
431
430
|
})
|
|
@@ -435,7 +434,7 @@ class DeleteAccessPointForObjectLambdaCommand extends smithyClient.Command
|
|
|
435
434
|
.build() {
|
|
436
435
|
}
|
|
437
436
|
|
|
438
|
-
class DeleteAccessPointPolicyCommand extends
|
|
437
|
+
class DeleteAccessPointPolicyCommand extends client.Command
|
|
439
438
|
.classBuilder()
|
|
440
439
|
.ep({
|
|
441
440
|
...commonParams,
|
|
@@ -445,7 +444,7 @@ class DeleteAccessPointPolicyCommand extends smithyClient.Command
|
|
|
445
444
|
})
|
|
446
445
|
.m(function (Command, cs, config, o) {
|
|
447
446
|
return [
|
|
448
|
-
|
|
447
|
+
endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
449
448
|
middlewareSdkS3Control.getProcessArnablesPlugin(config),
|
|
450
449
|
];
|
|
451
450
|
})
|
|
@@ -455,7 +454,7 @@ class DeleteAccessPointPolicyCommand extends smithyClient.Command
|
|
|
455
454
|
.build() {
|
|
456
455
|
}
|
|
457
456
|
|
|
458
|
-
class DeleteAccessPointPolicyForObjectLambdaCommand extends
|
|
457
|
+
class DeleteAccessPointPolicyForObjectLambdaCommand extends client.Command
|
|
459
458
|
.classBuilder()
|
|
460
459
|
.ep({
|
|
461
460
|
...commonParams,
|
|
@@ -464,7 +463,7 @@ class DeleteAccessPointPolicyForObjectLambdaCommand extends smithyClient.Command
|
|
|
464
463
|
})
|
|
465
464
|
.m(function (Command, cs, config, o) {
|
|
466
465
|
return [
|
|
467
|
-
|
|
466
|
+
endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
468
467
|
middlewareSdkS3Control.getProcessArnablesPlugin(config),
|
|
469
468
|
];
|
|
470
469
|
})
|
|
@@ -474,7 +473,7 @@ class DeleteAccessPointPolicyForObjectLambdaCommand extends smithyClient.Command
|
|
|
474
473
|
.build() {
|
|
475
474
|
}
|
|
476
475
|
|
|
477
|
-
class DeleteAccessPointScopeCommand extends
|
|
476
|
+
class DeleteAccessPointScopeCommand extends client.Command
|
|
478
477
|
.classBuilder()
|
|
479
478
|
.ep({
|
|
480
479
|
...commonParams,
|
|
@@ -485,7 +484,7 @@ class DeleteAccessPointScopeCommand extends smithyClient.Command
|
|
|
485
484
|
})
|
|
486
485
|
.m(function (Command, cs, config, o) {
|
|
487
486
|
return [
|
|
488
|
-
|
|
487
|
+
endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
489
488
|
middlewareSdkS3Control.getProcessArnablesPlugin(config),
|
|
490
489
|
];
|
|
491
490
|
})
|
|
@@ -495,7 +494,7 @@ class DeleteAccessPointScopeCommand extends smithyClient.Command
|
|
|
495
494
|
.build() {
|
|
496
495
|
}
|
|
497
496
|
|
|
498
|
-
class DeleteBucketCommand extends
|
|
497
|
+
class DeleteBucketCommand extends client.Command
|
|
499
498
|
.classBuilder()
|
|
500
499
|
.ep({
|
|
501
500
|
...commonParams,
|
|
@@ -505,7 +504,7 @@ class DeleteBucketCommand extends smithyClient.Command
|
|
|
505
504
|
})
|
|
506
505
|
.m(function (Command, cs, config, o) {
|
|
507
506
|
return [
|
|
508
|
-
|
|
507
|
+
endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
509
508
|
middlewareSdkS3Control.getProcessArnablesPlugin(config),
|
|
510
509
|
];
|
|
511
510
|
})
|
|
@@ -515,7 +514,7 @@ class DeleteBucketCommand extends smithyClient.Command
|
|
|
515
514
|
.build() {
|
|
516
515
|
}
|
|
517
516
|
|
|
518
|
-
class DeleteBucketLifecycleConfigurationCommand extends
|
|
517
|
+
class DeleteBucketLifecycleConfigurationCommand extends client.Command
|
|
519
518
|
.classBuilder()
|
|
520
519
|
.ep({
|
|
521
520
|
...commonParams,
|
|
@@ -525,7 +524,7 @@ class DeleteBucketLifecycleConfigurationCommand extends smithyClient.Command
|
|
|
525
524
|
})
|
|
526
525
|
.m(function (Command, cs, config, o) {
|
|
527
526
|
return [
|
|
528
|
-
|
|
527
|
+
endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
529
528
|
middlewareSdkS3Control.getProcessArnablesPlugin(config),
|
|
530
529
|
];
|
|
531
530
|
})
|
|
@@ -535,7 +534,7 @@ class DeleteBucketLifecycleConfigurationCommand extends smithyClient.Command
|
|
|
535
534
|
.build() {
|
|
536
535
|
}
|
|
537
536
|
|
|
538
|
-
class DeleteBucketPolicyCommand extends
|
|
537
|
+
class DeleteBucketPolicyCommand extends client.Command
|
|
539
538
|
.classBuilder()
|
|
540
539
|
.ep({
|
|
541
540
|
...commonParams,
|
|
@@ -545,7 +544,7 @@ class DeleteBucketPolicyCommand extends smithyClient.Command
|
|
|
545
544
|
})
|
|
546
545
|
.m(function (Command, cs, config, o) {
|
|
547
546
|
return [
|
|
548
|
-
|
|
547
|
+
endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
549
548
|
middlewareSdkS3Control.getProcessArnablesPlugin(config),
|
|
550
549
|
];
|
|
551
550
|
})
|
|
@@ -555,7 +554,7 @@ class DeleteBucketPolicyCommand extends smithyClient.Command
|
|
|
555
554
|
.build() {
|
|
556
555
|
}
|
|
557
556
|
|
|
558
|
-
class DeleteBucketReplicationCommand extends
|
|
557
|
+
class DeleteBucketReplicationCommand extends client.Command
|
|
559
558
|
.classBuilder()
|
|
560
559
|
.ep({
|
|
561
560
|
...commonParams,
|
|
@@ -565,7 +564,7 @@ class DeleteBucketReplicationCommand extends smithyClient.Command
|
|
|
565
564
|
})
|
|
566
565
|
.m(function (Command, cs, config, o) {
|
|
567
566
|
return [
|
|
568
|
-
|
|
567
|
+
endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
569
568
|
middlewareSdkS3Control.getProcessArnablesPlugin(config),
|
|
570
569
|
];
|
|
571
570
|
})
|
|
@@ -575,7 +574,7 @@ class DeleteBucketReplicationCommand extends smithyClient.Command
|
|
|
575
574
|
.build() {
|
|
576
575
|
}
|
|
577
576
|
|
|
578
|
-
class DeleteBucketTaggingCommand extends
|
|
577
|
+
class DeleteBucketTaggingCommand extends client.Command
|
|
579
578
|
.classBuilder()
|
|
580
579
|
.ep({
|
|
581
580
|
...commonParams,
|
|
@@ -585,7 +584,7 @@ class DeleteBucketTaggingCommand extends smithyClient.Command
|
|
|
585
584
|
})
|
|
586
585
|
.m(function (Command, cs, config, o) {
|
|
587
586
|
return [
|
|
588
|
-
|
|
587
|
+
endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
589
588
|
middlewareSdkS3Control.getProcessArnablesPlugin(config),
|
|
590
589
|
];
|
|
591
590
|
})
|
|
@@ -595,7 +594,7 @@ class DeleteBucketTaggingCommand extends smithyClient.Command
|
|
|
595
594
|
.build() {
|
|
596
595
|
}
|
|
597
596
|
|
|
598
|
-
class DeleteJobTaggingCommand extends
|
|
597
|
+
class DeleteJobTaggingCommand extends client.Command
|
|
599
598
|
.classBuilder()
|
|
600
599
|
.ep({
|
|
601
600
|
...commonParams,
|
|
@@ -604,7 +603,7 @@ class DeleteJobTaggingCommand extends smithyClient.Command
|
|
|
604
603
|
})
|
|
605
604
|
.m(function (Command, cs, config, o) {
|
|
606
605
|
return [
|
|
607
|
-
|
|
606
|
+
endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
608
607
|
middlewareSdkS3Control.getProcessArnablesPlugin(config),
|
|
609
608
|
];
|
|
610
609
|
})
|
|
@@ -614,7 +613,7 @@ class DeleteJobTaggingCommand extends smithyClient.Command
|
|
|
614
613
|
.build() {
|
|
615
614
|
}
|
|
616
615
|
|
|
617
|
-
class DeleteMultiRegionAccessPointCommand extends
|
|
616
|
+
class DeleteMultiRegionAccessPointCommand extends client.Command
|
|
618
617
|
.classBuilder()
|
|
619
618
|
.ep({
|
|
620
619
|
...commonParams,
|
|
@@ -623,7 +622,7 @@ class DeleteMultiRegionAccessPointCommand extends smithyClient.Command
|
|
|
623
622
|
})
|
|
624
623
|
.m(function (Command, cs, config, o) {
|
|
625
624
|
return [
|
|
626
|
-
|
|
625
|
+
endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
627
626
|
middlewareSdkS3Control.getProcessArnablesPlugin(config),
|
|
628
627
|
middlewareApplyBodyChecksum.getApplyMd5BodyChecksumPlugin(config),
|
|
629
628
|
];
|
|
@@ -634,7 +633,7 @@ class DeleteMultiRegionAccessPointCommand extends smithyClient.Command
|
|
|
634
633
|
.build() {
|
|
635
634
|
}
|
|
636
635
|
|
|
637
|
-
class DeletePublicAccessBlockCommand extends
|
|
636
|
+
class DeletePublicAccessBlockCommand extends client.Command
|
|
638
637
|
.classBuilder()
|
|
639
638
|
.ep({
|
|
640
639
|
...commonParams,
|
|
@@ -643,7 +642,7 @@ class DeletePublicAccessBlockCommand extends smithyClient.Command
|
|
|
643
642
|
})
|
|
644
643
|
.m(function (Command, cs, config, o) {
|
|
645
644
|
return [
|
|
646
|
-
|
|
645
|
+
endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
647
646
|
middlewareSdkS3Control.getProcessArnablesPlugin(config),
|
|
648
647
|
];
|
|
649
648
|
})
|
|
@@ -653,7 +652,7 @@ class DeletePublicAccessBlockCommand extends smithyClient.Command
|
|
|
653
652
|
.build() {
|
|
654
653
|
}
|
|
655
654
|
|
|
656
|
-
class DeleteStorageLensConfigurationCommand extends
|
|
655
|
+
class DeleteStorageLensConfigurationCommand extends client.Command
|
|
657
656
|
.classBuilder()
|
|
658
657
|
.ep({
|
|
659
658
|
...commonParams,
|
|
@@ -662,7 +661,7 @@ class DeleteStorageLensConfigurationCommand extends smithyClient.Command
|
|
|
662
661
|
})
|
|
663
662
|
.m(function (Command, cs, config, o) {
|
|
664
663
|
return [
|
|
665
|
-
|
|
664
|
+
endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
666
665
|
middlewareSdkS3Control.getProcessArnablesPlugin(config),
|
|
667
666
|
];
|
|
668
667
|
})
|
|
@@ -672,7 +671,7 @@ class DeleteStorageLensConfigurationCommand extends smithyClient.Command
|
|
|
672
671
|
.build() {
|
|
673
672
|
}
|
|
674
673
|
|
|
675
|
-
class DeleteStorageLensConfigurationTaggingCommand extends
|
|
674
|
+
class DeleteStorageLensConfigurationTaggingCommand extends client.Command
|
|
676
675
|
.classBuilder()
|
|
677
676
|
.ep({
|
|
678
677
|
...commonParams,
|
|
@@ -681,7 +680,7 @@ class DeleteStorageLensConfigurationTaggingCommand extends smithyClient.Command
|
|
|
681
680
|
})
|
|
682
681
|
.m(function (Command, cs, config, o) {
|
|
683
682
|
return [
|
|
684
|
-
|
|
683
|
+
endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
685
684
|
middlewareSdkS3Control.getProcessArnablesPlugin(config),
|
|
686
685
|
];
|
|
687
686
|
})
|
|
@@ -691,7 +690,7 @@ class DeleteStorageLensConfigurationTaggingCommand extends smithyClient.Command
|
|
|
691
690
|
.build() {
|
|
692
691
|
}
|
|
693
692
|
|
|
694
|
-
class DeleteStorageLensGroupCommand extends
|
|
693
|
+
class DeleteStorageLensGroupCommand extends client.Command
|
|
695
694
|
.classBuilder()
|
|
696
695
|
.ep({
|
|
697
696
|
...commonParams,
|
|
@@ -700,7 +699,7 @@ class DeleteStorageLensGroupCommand extends smithyClient.Command
|
|
|
700
699
|
})
|
|
701
700
|
.m(function (Command, cs, config, o) {
|
|
702
701
|
return [
|
|
703
|
-
|
|
702
|
+
endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
704
703
|
middlewareSdkS3Control.getProcessArnablesPlugin(config),
|
|
705
704
|
];
|
|
706
705
|
})
|
|
@@ -710,7 +709,7 @@ class DeleteStorageLensGroupCommand extends smithyClient.Command
|
|
|
710
709
|
.build() {
|
|
711
710
|
}
|
|
712
711
|
|
|
713
|
-
class DescribeJobCommand extends
|
|
712
|
+
class DescribeJobCommand extends client.Command
|
|
714
713
|
.classBuilder()
|
|
715
714
|
.ep({
|
|
716
715
|
...commonParams,
|
|
@@ -719,7 +718,7 @@ class DescribeJobCommand extends smithyClient.Command
|
|
|
719
718
|
})
|
|
720
719
|
.m(function (Command, cs, config, o) {
|
|
721
720
|
return [
|
|
722
|
-
|
|
721
|
+
endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
723
722
|
middlewareSdkS3Control.getProcessArnablesPlugin(config),
|
|
724
723
|
];
|
|
725
724
|
})
|
|
@@ -729,7 +728,7 @@ class DescribeJobCommand extends smithyClient.Command
|
|
|
729
728
|
.build() {
|
|
730
729
|
}
|
|
731
730
|
|
|
732
|
-
class DescribeMultiRegionAccessPointOperationCommand extends
|
|
731
|
+
class DescribeMultiRegionAccessPointOperationCommand extends client.Command
|
|
733
732
|
.classBuilder()
|
|
734
733
|
.ep({
|
|
735
734
|
...commonParams,
|
|
@@ -738,7 +737,7 @@ class DescribeMultiRegionAccessPointOperationCommand extends smithyClient.Comman
|
|
|
738
737
|
})
|
|
739
738
|
.m(function (Command, cs, config, o) {
|
|
740
739
|
return [
|
|
741
|
-
|
|
740
|
+
endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
742
741
|
middlewareSdkS3Control.getProcessArnablesPlugin(config),
|
|
743
742
|
middlewareApplyBodyChecksum.getApplyMd5BodyChecksumPlugin(config),
|
|
744
743
|
];
|
|
@@ -749,7 +748,7 @@ class DescribeMultiRegionAccessPointOperationCommand extends smithyClient.Comman
|
|
|
749
748
|
.build() {
|
|
750
749
|
}
|
|
751
750
|
|
|
752
|
-
class DissociateAccessGrantsIdentityCenterCommand extends
|
|
751
|
+
class DissociateAccessGrantsIdentityCenterCommand extends client.Command
|
|
753
752
|
.classBuilder()
|
|
754
753
|
.ep({
|
|
755
754
|
...commonParams,
|
|
@@ -758,7 +757,7 @@ class DissociateAccessGrantsIdentityCenterCommand extends smithyClient.Command
|
|
|
758
757
|
})
|
|
759
758
|
.m(function (Command, cs, config, o) {
|
|
760
759
|
return [
|
|
761
|
-
|
|
760
|
+
endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
762
761
|
middlewareSdkS3Control.getProcessArnablesPlugin(config),
|
|
763
762
|
middlewareApplyBodyChecksum.getApplyMd5BodyChecksumPlugin(config),
|
|
764
763
|
];
|
|
@@ -769,7 +768,7 @@ class DissociateAccessGrantsIdentityCenterCommand extends smithyClient.Command
|
|
|
769
768
|
.build() {
|
|
770
769
|
}
|
|
771
770
|
|
|
772
|
-
class GetAccessGrantCommand extends
|
|
771
|
+
class GetAccessGrantCommand extends client.Command
|
|
773
772
|
.classBuilder()
|
|
774
773
|
.ep({
|
|
775
774
|
...commonParams,
|
|
@@ -778,7 +777,7 @@ class GetAccessGrantCommand extends smithyClient.Command
|
|
|
778
777
|
})
|
|
779
778
|
.m(function (Command, cs, config, o) {
|
|
780
779
|
return [
|
|
781
|
-
|
|
780
|
+
endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
782
781
|
middlewareSdkS3Control.getProcessArnablesPlugin(config),
|
|
783
782
|
middlewareApplyBodyChecksum.getApplyMd5BodyChecksumPlugin(config),
|
|
784
783
|
];
|
|
@@ -789,7 +788,7 @@ class GetAccessGrantCommand extends smithyClient.Command
|
|
|
789
788
|
.build() {
|
|
790
789
|
}
|
|
791
790
|
|
|
792
|
-
class GetAccessGrantsInstanceCommand extends
|
|
791
|
+
class GetAccessGrantsInstanceCommand extends client.Command
|
|
793
792
|
.classBuilder()
|
|
794
793
|
.ep({
|
|
795
794
|
...commonParams,
|
|
@@ -798,7 +797,7 @@ class GetAccessGrantsInstanceCommand extends smithyClient.Command
|
|
|
798
797
|
})
|
|
799
798
|
.m(function (Command, cs, config, o) {
|
|
800
799
|
return [
|
|
801
|
-
|
|
800
|
+
endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
802
801
|
middlewareSdkS3Control.getProcessArnablesPlugin(config),
|
|
803
802
|
middlewareApplyBodyChecksum.getApplyMd5BodyChecksumPlugin(config),
|
|
804
803
|
];
|
|
@@ -809,7 +808,7 @@ class GetAccessGrantsInstanceCommand extends smithyClient.Command
|
|
|
809
808
|
.build() {
|
|
810
809
|
}
|
|
811
810
|
|
|
812
|
-
class GetAccessGrantsInstanceForPrefixCommand extends
|
|
811
|
+
class GetAccessGrantsInstanceForPrefixCommand extends client.Command
|
|
813
812
|
.classBuilder()
|
|
814
813
|
.ep({
|
|
815
814
|
...commonParams,
|
|
@@ -818,7 +817,7 @@ class GetAccessGrantsInstanceForPrefixCommand extends smithyClient.Command
|
|
|
818
817
|
})
|
|
819
818
|
.m(function (Command, cs, config, o) {
|
|
820
819
|
return [
|
|
821
|
-
|
|
820
|
+
endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
822
821
|
middlewareSdkS3Control.getProcessArnablesPlugin(config),
|
|
823
822
|
middlewareApplyBodyChecksum.getApplyMd5BodyChecksumPlugin(config),
|
|
824
823
|
];
|
|
@@ -829,7 +828,7 @@ class GetAccessGrantsInstanceForPrefixCommand extends smithyClient.Command
|
|
|
829
828
|
.build() {
|
|
830
829
|
}
|
|
831
830
|
|
|
832
|
-
class GetAccessGrantsInstanceResourcePolicyCommand extends
|
|
831
|
+
class GetAccessGrantsInstanceResourcePolicyCommand extends client.Command
|
|
833
832
|
.classBuilder()
|
|
834
833
|
.ep({
|
|
835
834
|
...commonParams,
|
|
@@ -838,7 +837,7 @@ class GetAccessGrantsInstanceResourcePolicyCommand extends smithyClient.Command
|
|
|
838
837
|
})
|
|
839
838
|
.m(function (Command, cs, config, o) {
|
|
840
839
|
return [
|
|
841
|
-
|
|
840
|
+
endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
842
841
|
middlewareSdkS3Control.getProcessArnablesPlugin(config),
|
|
843
842
|
middlewareApplyBodyChecksum.getApplyMd5BodyChecksumPlugin(config),
|
|
844
843
|
];
|
|
@@ -849,7 +848,7 @@ class GetAccessGrantsInstanceResourcePolicyCommand extends smithyClient.Command
|
|
|
849
848
|
.build() {
|
|
850
849
|
}
|
|
851
850
|
|
|
852
|
-
class GetAccessGrantsLocationCommand extends
|
|
851
|
+
class GetAccessGrantsLocationCommand extends client.Command
|
|
853
852
|
.classBuilder()
|
|
854
853
|
.ep({
|
|
855
854
|
...commonParams,
|
|
@@ -858,7 +857,7 @@ class GetAccessGrantsLocationCommand extends smithyClient.Command
|
|
|
858
857
|
})
|
|
859
858
|
.m(function (Command, cs, config, o) {
|
|
860
859
|
return [
|
|
861
|
-
|
|
860
|
+
endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
862
861
|
middlewareSdkS3Control.getProcessArnablesPlugin(config),
|
|
863
862
|
middlewareApplyBodyChecksum.getApplyMd5BodyChecksumPlugin(config),
|
|
864
863
|
];
|
|
@@ -869,7 +868,7 @@ class GetAccessGrantsLocationCommand extends smithyClient.Command
|
|
|
869
868
|
.build() {
|
|
870
869
|
}
|
|
871
870
|
|
|
872
|
-
class GetAccessPointCommand extends
|
|
871
|
+
class GetAccessPointCommand extends client.Command
|
|
873
872
|
.classBuilder()
|
|
874
873
|
.ep({
|
|
875
874
|
...commonParams,
|
|
@@ -879,7 +878,7 @@ class GetAccessPointCommand extends smithyClient.Command
|
|
|
879
878
|
})
|
|
880
879
|
.m(function (Command, cs, config, o) {
|
|
881
880
|
return [
|
|
882
|
-
|
|
881
|
+
endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
883
882
|
middlewareSdkS3Control.getProcessArnablesPlugin(config),
|
|
884
883
|
];
|
|
885
884
|
})
|
|
@@ -889,7 +888,7 @@ class GetAccessPointCommand extends smithyClient.Command
|
|
|
889
888
|
.build() {
|
|
890
889
|
}
|
|
891
890
|
|
|
892
|
-
class GetAccessPointConfigurationForObjectLambdaCommand extends
|
|
891
|
+
class GetAccessPointConfigurationForObjectLambdaCommand extends client.Command
|
|
893
892
|
.classBuilder()
|
|
894
893
|
.ep({
|
|
895
894
|
...commonParams,
|
|
@@ -898,7 +897,7 @@ class GetAccessPointConfigurationForObjectLambdaCommand extends smithyClient.Com
|
|
|
898
897
|
})
|
|
899
898
|
.m(function (Command, cs, config, o) {
|
|
900
899
|
return [
|
|
901
|
-
|
|
900
|
+
endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
902
901
|
middlewareSdkS3Control.getProcessArnablesPlugin(config),
|
|
903
902
|
];
|
|
904
903
|
})
|
|
@@ -908,7 +907,7 @@ class GetAccessPointConfigurationForObjectLambdaCommand extends smithyClient.Com
|
|
|
908
907
|
.build() {
|
|
909
908
|
}
|
|
910
909
|
|
|
911
|
-
class GetAccessPointForObjectLambdaCommand extends
|
|
910
|
+
class GetAccessPointForObjectLambdaCommand extends client.Command
|
|
912
911
|
.classBuilder()
|
|
913
912
|
.ep({
|
|
914
913
|
...commonParams,
|
|
@@ -917,7 +916,7 @@ class GetAccessPointForObjectLambdaCommand extends smithyClient.Command
|
|
|
917
916
|
})
|
|
918
917
|
.m(function (Command, cs, config, o) {
|
|
919
918
|
return [
|
|
920
|
-
|
|
919
|
+
endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
921
920
|
middlewareSdkS3Control.getProcessArnablesPlugin(config),
|
|
922
921
|
];
|
|
923
922
|
})
|
|
@@ -927,7 +926,7 @@ class GetAccessPointForObjectLambdaCommand extends smithyClient.Command
|
|
|
927
926
|
.build() {
|
|
928
927
|
}
|
|
929
928
|
|
|
930
|
-
class GetAccessPointPolicyCommand extends
|
|
929
|
+
class GetAccessPointPolicyCommand extends client.Command
|
|
931
930
|
.classBuilder()
|
|
932
931
|
.ep({
|
|
933
932
|
...commonParams,
|
|
@@ -937,7 +936,7 @@ class GetAccessPointPolicyCommand extends smithyClient.Command
|
|
|
937
936
|
})
|
|
938
937
|
.m(function (Command, cs, config, o) {
|
|
939
938
|
return [
|
|
940
|
-
|
|
939
|
+
endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
941
940
|
middlewareSdkS3Control.getProcessArnablesPlugin(config),
|
|
942
941
|
];
|
|
943
942
|
})
|
|
@@ -947,7 +946,7 @@ class GetAccessPointPolicyCommand extends smithyClient.Command
|
|
|
947
946
|
.build() {
|
|
948
947
|
}
|
|
949
948
|
|
|
950
|
-
class GetAccessPointPolicyForObjectLambdaCommand extends
|
|
949
|
+
class GetAccessPointPolicyForObjectLambdaCommand extends client.Command
|
|
951
950
|
.classBuilder()
|
|
952
951
|
.ep({
|
|
953
952
|
...commonParams,
|
|
@@ -956,7 +955,7 @@ class GetAccessPointPolicyForObjectLambdaCommand extends smithyClient.Command
|
|
|
956
955
|
})
|
|
957
956
|
.m(function (Command, cs, config, o) {
|
|
958
957
|
return [
|
|
959
|
-
|
|
958
|
+
endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
960
959
|
middlewareSdkS3Control.getProcessArnablesPlugin(config),
|
|
961
960
|
];
|
|
962
961
|
})
|
|
@@ -966,7 +965,7 @@ class GetAccessPointPolicyForObjectLambdaCommand extends smithyClient.Command
|
|
|
966
965
|
.build() {
|
|
967
966
|
}
|
|
968
967
|
|
|
969
|
-
class GetAccessPointPolicyStatusCommand extends
|
|
968
|
+
class GetAccessPointPolicyStatusCommand extends client.Command
|
|
970
969
|
.classBuilder()
|
|
971
970
|
.ep({
|
|
972
971
|
...commonParams,
|
|
@@ -976,7 +975,7 @@ class GetAccessPointPolicyStatusCommand extends smithyClient.Command
|
|
|
976
975
|
})
|
|
977
976
|
.m(function (Command, cs, config, o) {
|
|
978
977
|
return [
|
|
979
|
-
|
|
978
|
+
endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
980
979
|
middlewareSdkS3Control.getProcessArnablesPlugin(config),
|
|
981
980
|
];
|
|
982
981
|
})
|
|
@@ -986,7 +985,7 @@ class GetAccessPointPolicyStatusCommand extends smithyClient.Command
|
|
|
986
985
|
.build() {
|
|
987
986
|
}
|
|
988
987
|
|
|
989
|
-
class GetAccessPointPolicyStatusForObjectLambdaCommand extends
|
|
988
|
+
class GetAccessPointPolicyStatusForObjectLambdaCommand extends client.Command
|
|
990
989
|
.classBuilder()
|
|
991
990
|
.ep({
|
|
992
991
|
...commonParams,
|
|
@@ -995,7 +994,7 @@ class GetAccessPointPolicyStatusForObjectLambdaCommand extends smithyClient.Comm
|
|
|
995
994
|
})
|
|
996
995
|
.m(function (Command, cs, config, o) {
|
|
997
996
|
return [
|
|
998
|
-
|
|
997
|
+
endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
999
998
|
middlewareSdkS3Control.getProcessArnablesPlugin(config),
|
|
1000
999
|
];
|
|
1001
1000
|
})
|
|
@@ -1005,7 +1004,7 @@ class GetAccessPointPolicyStatusForObjectLambdaCommand extends smithyClient.Comm
|
|
|
1005
1004
|
.build() {
|
|
1006
1005
|
}
|
|
1007
1006
|
|
|
1008
|
-
class GetAccessPointScopeCommand extends
|
|
1007
|
+
class GetAccessPointScopeCommand extends client.Command
|
|
1009
1008
|
.classBuilder()
|
|
1010
1009
|
.ep({
|
|
1011
1010
|
...commonParams,
|
|
@@ -1016,7 +1015,7 @@ class GetAccessPointScopeCommand extends smithyClient.Command
|
|
|
1016
1015
|
})
|
|
1017
1016
|
.m(function (Command, cs, config, o) {
|
|
1018
1017
|
return [
|
|
1019
|
-
|
|
1018
|
+
endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
1020
1019
|
middlewareSdkS3Control.getProcessArnablesPlugin(config),
|
|
1021
1020
|
];
|
|
1022
1021
|
})
|
|
@@ -1026,7 +1025,7 @@ class GetAccessPointScopeCommand extends smithyClient.Command
|
|
|
1026
1025
|
.build() {
|
|
1027
1026
|
}
|
|
1028
1027
|
|
|
1029
|
-
class GetBucketCommand extends
|
|
1028
|
+
class GetBucketCommand extends client.Command
|
|
1030
1029
|
.classBuilder()
|
|
1031
1030
|
.ep({
|
|
1032
1031
|
...commonParams,
|
|
@@ -1036,7 +1035,7 @@ class GetBucketCommand extends smithyClient.Command
|
|
|
1036
1035
|
})
|
|
1037
1036
|
.m(function (Command, cs, config, o) {
|
|
1038
1037
|
return [
|
|
1039
|
-
|
|
1038
|
+
endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
1040
1039
|
middlewareSdkS3Control.getProcessArnablesPlugin(config),
|
|
1041
1040
|
];
|
|
1042
1041
|
})
|
|
@@ -1046,7 +1045,7 @@ class GetBucketCommand extends smithyClient.Command
|
|
|
1046
1045
|
.build() {
|
|
1047
1046
|
}
|
|
1048
1047
|
|
|
1049
|
-
class GetBucketLifecycleConfigurationCommand extends
|
|
1048
|
+
class GetBucketLifecycleConfigurationCommand extends client.Command
|
|
1050
1049
|
.classBuilder()
|
|
1051
1050
|
.ep({
|
|
1052
1051
|
...commonParams,
|
|
@@ -1056,7 +1055,7 @@ class GetBucketLifecycleConfigurationCommand extends smithyClient.Command
|
|
|
1056
1055
|
})
|
|
1057
1056
|
.m(function (Command, cs, config, o) {
|
|
1058
1057
|
return [
|
|
1059
|
-
|
|
1058
|
+
endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
1060
1059
|
middlewareSdkS3Control.getProcessArnablesPlugin(config),
|
|
1061
1060
|
];
|
|
1062
1061
|
})
|
|
@@ -1066,7 +1065,7 @@ class GetBucketLifecycleConfigurationCommand extends smithyClient.Command
|
|
|
1066
1065
|
.build() {
|
|
1067
1066
|
}
|
|
1068
1067
|
|
|
1069
|
-
class GetBucketPolicyCommand extends
|
|
1068
|
+
class GetBucketPolicyCommand extends client.Command
|
|
1070
1069
|
.classBuilder()
|
|
1071
1070
|
.ep({
|
|
1072
1071
|
...commonParams,
|
|
@@ -1076,7 +1075,7 @@ class GetBucketPolicyCommand extends smithyClient.Command
|
|
|
1076
1075
|
})
|
|
1077
1076
|
.m(function (Command, cs, config, o) {
|
|
1078
1077
|
return [
|
|
1079
|
-
|
|
1078
|
+
endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
1080
1079
|
middlewareSdkS3Control.getProcessArnablesPlugin(config),
|
|
1081
1080
|
];
|
|
1082
1081
|
})
|
|
@@ -1086,7 +1085,7 @@ class GetBucketPolicyCommand extends smithyClient.Command
|
|
|
1086
1085
|
.build() {
|
|
1087
1086
|
}
|
|
1088
1087
|
|
|
1089
|
-
class GetBucketReplicationCommand extends
|
|
1088
|
+
class GetBucketReplicationCommand extends client.Command
|
|
1090
1089
|
.classBuilder()
|
|
1091
1090
|
.ep({
|
|
1092
1091
|
...commonParams,
|
|
@@ -1096,7 +1095,7 @@ class GetBucketReplicationCommand extends smithyClient.Command
|
|
|
1096
1095
|
})
|
|
1097
1096
|
.m(function (Command, cs, config, o) {
|
|
1098
1097
|
return [
|
|
1099
|
-
|
|
1098
|
+
endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
1100
1099
|
middlewareSdkS3Control.getProcessArnablesPlugin(config),
|
|
1101
1100
|
];
|
|
1102
1101
|
})
|
|
@@ -1106,7 +1105,7 @@ class GetBucketReplicationCommand extends smithyClient.Command
|
|
|
1106
1105
|
.build() {
|
|
1107
1106
|
}
|
|
1108
1107
|
|
|
1109
|
-
class GetBucketTaggingCommand extends
|
|
1108
|
+
class GetBucketTaggingCommand extends client.Command
|
|
1110
1109
|
.classBuilder()
|
|
1111
1110
|
.ep({
|
|
1112
1111
|
...commonParams,
|
|
@@ -1116,7 +1115,7 @@ class GetBucketTaggingCommand extends smithyClient.Command
|
|
|
1116
1115
|
})
|
|
1117
1116
|
.m(function (Command, cs, config, o) {
|
|
1118
1117
|
return [
|
|
1119
|
-
|
|
1118
|
+
endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
1120
1119
|
middlewareSdkS3Control.getProcessArnablesPlugin(config),
|
|
1121
1120
|
];
|
|
1122
1121
|
})
|
|
@@ -1126,7 +1125,7 @@ class GetBucketTaggingCommand extends smithyClient.Command
|
|
|
1126
1125
|
.build() {
|
|
1127
1126
|
}
|
|
1128
1127
|
|
|
1129
|
-
class GetBucketVersioningCommand extends
|
|
1128
|
+
class GetBucketVersioningCommand extends client.Command
|
|
1130
1129
|
.classBuilder()
|
|
1131
1130
|
.ep({
|
|
1132
1131
|
...commonParams,
|
|
@@ -1136,7 +1135,7 @@ class GetBucketVersioningCommand extends smithyClient.Command
|
|
|
1136
1135
|
})
|
|
1137
1136
|
.m(function (Command, cs, config, o) {
|
|
1138
1137
|
return [
|
|
1139
|
-
|
|
1138
|
+
endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
1140
1139
|
middlewareSdkS3Control.getProcessArnablesPlugin(config),
|
|
1141
1140
|
];
|
|
1142
1141
|
})
|
|
@@ -1146,7 +1145,7 @@ class GetBucketVersioningCommand extends smithyClient.Command
|
|
|
1146
1145
|
.build() {
|
|
1147
1146
|
}
|
|
1148
1147
|
|
|
1149
|
-
class GetDataAccessCommand extends
|
|
1148
|
+
class GetDataAccessCommand extends client.Command
|
|
1150
1149
|
.classBuilder()
|
|
1151
1150
|
.ep({
|
|
1152
1151
|
...commonParams,
|
|
@@ -1155,7 +1154,7 @@ class GetDataAccessCommand extends smithyClient.Command
|
|
|
1155
1154
|
})
|
|
1156
1155
|
.m(function (Command, cs, config, o) {
|
|
1157
1156
|
return [
|
|
1158
|
-
|
|
1157
|
+
endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
1159
1158
|
middlewareSdkS3Control.getProcessArnablesPlugin(config),
|
|
1160
1159
|
middlewareApplyBodyChecksum.getApplyMd5BodyChecksumPlugin(config),
|
|
1161
1160
|
];
|
|
@@ -1166,7 +1165,7 @@ class GetDataAccessCommand extends smithyClient.Command
|
|
|
1166
1165
|
.build() {
|
|
1167
1166
|
}
|
|
1168
1167
|
|
|
1169
|
-
class GetJobTaggingCommand extends
|
|
1168
|
+
class GetJobTaggingCommand extends client.Command
|
|
1170
1169
|
.classBuilder()
|
|
1171
1170
|
.ep({
|
|
1172
1171
|
...commonParams,
|
|
@@ -1175,7 +1174,7 @@ class GetJobTaggingCommand extends smithyClient.Command
|
|
|
1175
1174
|
})
|
|
1176
1175
|
.m(function (Command, cs, config, o) {
|
|
1177
1176
|
return [
|
|
1178
|
-
|
|
1177
|
+
endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
1179
1178
|
middlewareSdkS3Control.getProcessArnablesPlugin(config),
|
|
1180
1179
|
];
|
|
1181
1180
|
})
|
|
@@ -1185,7 +1184,7 @@ class GetJobTaggingCommand extends smithyClient.Command
|
|
|
1185
1184
|
.build() {
|
|
1186
1185
|
}
|
|
1187
1186
|
|
|
1188
|
-
class GetMultiRegionAccessPointCommand extends
|
|
1187
|
+
class GetMultiRegionAccessPointCommand extends client.Command
|
|
1189
1188
|
.classBuilder()
|
|
1190
1189
|
.ep({
|
|
1191
1190
|
...commonParams,
|
|
@@ -1194,7 +1193,7 @@ class GetMultiRegionAccessPointCommand extends smithyClient.Command
|
|
|
1194
1193
|
})
|
|
1195
1194
|
.m(function (Command, cs, config, o) {
|
|
1196
1195
|
return [
|
|
1197
|
-
|
|
1196
|
+
endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
1198
1197
|
middlewareSdkS3Control.getProcessArnablesPlugin(config),
|
|
1199
1198
|
middlewareApplyBodyChecksum.getApplyMd5BodyChecksumPlugin(config),
|
|
1200
1199
|
];
|
|
@@ -1205,7 +1204,7 @@ class GetMultiRegionAccessPointCommand extends smithyClient.Command
|
|
|
1205
1204
|
.build() {
|
|
1206
1205
|
}
|
|
1207
1206
|
|
|
1208
|
-
class GetMultiRegionAccessPointPolicyCommand extends
|
|
1207
|
+
class GetMultiRegionAccessPointPolicyCommand extends client.Command
|
|
1209
1208
|
.classBuilder()
|
|
1210
1209
|
.ep({
|
|
1211
1210
|
...commonParams,
|
|
@@ -1214,7 +1213,7 @@ class GetMultiRegionAccessPointPolicyCommand extends smithyClient.Command
|
|
|
1214
1213
|
})
|
|
1215
1214
|
.m(function (Command, cs, config, o) {
|
|
1216
1215
|
return [
|
|
1217
|
-
|
|
1216
|
+
endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
1218
1217
|
middlewareSdkS3Control.getProcessArnablesPlugin(config),
|
|
1219
1218
|
middlewareApplyBodyChecksum.getApplyMd5BodyChecksumPlugin(config),
|
|
1220
1219
|
];
|
|
@@ -1225,7 +1224,7 @@ class GetMultiRegionAccessPointPolicyCommand extends smithyClient.Command
|
|
|
1225
1224
|
.build() {
|
|
1226
1225
|
}
|
|
1227
1226
|
|
|
1228
|
-
class GetMultiRegionAccessPointPolicyStatusCommand extends
|
|
1227
|
+
class GetMultiRegionAccessPointPolicyStatusCommand extends client.Command
|
|
1229
1228
|
.classBuilder()
|
|
1230
1229
|
.ep({
|
|
1231
1230
|
...commonParams,
|
|
@@ -1234,7 +1233,7 @@ class GetMultiRegionAccessPointPolicyStatusCommand extends smithyClient.Command
|
|
|
1234
1233
|
})
|
|
1235
1234
|
.m(function (Command, cs, config, o) {
|
|
1236
1235
|
return [
|
|
1237
|
-
|
|
1236
|
+
endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
1238
1237
|
middlewareSdkS3Control.getProcessArnablesPlugin(config),
|
|
1239
1238
|
middlewareApplyBodyChecksum.getApplyMd5BodyChecksumPlugin(config),
|
|
1240
1239
|
];
|
|
@@ -1245,7 +1244,7 @@ class GetMultiRegionAccessPointPolicyStatusCommand extends smithyClient.Command
|
|
|
1245
1244
|
.build() {
|
|
1246
1245
|
}
|
|
1247
1246
|
|
|
1248
|
-
class GetMultiRegionAccessPointRoutesCommand extends
|
|
1247
|
+
class GetMultiRegionAccessPointRoutesCommand extends client.Command
|
|
1249
1248
|
.classBuilder()
|
|
1250
1249
|
.ep({
|
|
1251
1250
|
...commonParams,
|
|
@@ -1254,7 +1253,7 @@ class GetMultiRegionAccessPointRoutesCommand extends smithyClient.Command
|
|
|
1254
1253
|
})
|
|
1255
1254
|
.m(function (Command, cs, config, o) {
|
|
1256
1255
|
return [
|
|
1257
|
-
|
|
1256
|
+
endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
1258
1257
|
middlewareSdkS3Control.getProcessArnablesPlugin(config),
|
|
1259
1258
|
middlewareApplyBodyChecksum.getApplyMd5BodyChecksumPlugin(config),
|
|
1260
1259
|
];
|
|
@@ -1265,7 +1264,7 @@ class GetMultiRegionAccessPointRoutesCommand extends smithyClient.Command
|
|
|
1265
1264
|
.build() {
|
|
1266
1265
|
}
|
|
1267
1266
|
|
|
1268
|
-
class GetPublicAccessBlockCommand extends
|
|
1267
|
+
class GetPublicAccessBlockCommand extends client.Command
|
|
1269
1268
|
.classBuilder()
|
|
1270
1269
|
.ep({
|
|
1271
1270
|
...commonParams,
|
|
@@ -1274,7 +1273,7 @@ class GetPublicAccessBlockCommand extends smithyClient.Command
|
|
|
1274
1273
|
})
|
|
1275
1274
|
.m(function (Command, cs, config, o) {
|
|
1276
1275
|
return [
|
|
1277
|
-
|
|
1276
|
+
endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
1278
1277
|
middlewareSdkS3Control.getProcessArnablesPlugin(config),
|
|
1279
1278
|
];
|
|
1280
1279
|
})
|
|
@@ -1284,7 +1283,7 @@ class GetPublicAccessBlockCommand extends smithyClient.Command
|
|
|
1284
1283
|
.build() {
|
|
1285
1284
|
}
|
|
1286
1285
|
|
|
1287
|
-
class GetStorageLensConfigurationCommand extends
|
|
1286
|
+
class GetStorageLensConfigurationCommand extends client.Command
|
|
1288
1287
|
.classBuilder()
|
|
1289
1288
|
.ep({
|
|
1290
1289
|
...commonParams,
|
|
@@ -1293,7 +1292,7 @@ class GetStorageLensConfigurationCommand extends smithyClient.Command
|
|
|
1293
1292
|
})
|
|
1294
1293
|
.m(function (Command, cs, config, o) {
|
|
1295
1294
|
return [
|
|
1296
|
-
|
|
1295
|
+
endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
1297
1296
|
middlewareSdkS3Control.getProcessArnablesPlugin(config),
|
|
1298
1297
|
];
|
|
1299
1298
|
})
|
|
@@ -1303,7 +1302,7 @@ class GetStorageLensConfigurationCommand extends smithyClient.Command
|
|
|
1303
1302
|
.build() {
|
|
1304
1303
|
}
|
|
1305
1304
|
|
|
1306
|
-
class GetStorageLensConfigurationTaggingCommand extends
|
|
1305
|
+
class GetStorageLensConfigurationTaggingCommand extends client.Command
|
|
1307
1306
|
.classBuilder()
|
|
1308
1307
|
.ep({
|
|
1309
1308
|
...commonParams,
|
|
@@ -1312,7 +1311,7 @@ class GetStorageLensConfigurationTaggingCommand extends smithyClient.Command
|
|
|
1312
1311
|
})
|
|
1313
1312
|
.m(function (Command, cs, config, o) {
|
|
1314
1313
|
return [
|
|
1315
|
-
|
|
1314
|
+
endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
1316
1315
|
middlewareSdkS3Control.getProcessArnablesPlugin(config),
|
|
1317
1316
|
];
|
|
1318
1317
|
})
|
|
@@ -1322,7 +1321,7 @@ class GetStorageLensConfigurationTaggingCommand extends smithyClient.Command
|
|
|
1322
1321
|
.build() {
|
|
1323
1322
|
}
|
|
1324
1323
|
|
|
1325
|
-
class GetStorageLensGroupCommand extends
|
|
1324
|
+
class GetStorageLensGroupCommand extends client.Command
|
|
1326
1325
|
.classBuilder()
|
|
1327
1326
|
.ep({
|
|
1328
1327
|
...commonParams,
|
|
@@ -1331,7 +1330,7 @@ class GetStorageLensGroupCommand extends smithyClient.Command
|
|
|
1331
1330
|
})
|
|
1332
1331
|
.m(function (Command, cs, config, o) {
|
|
1333
1332
|
return [
|
|
1334
|
-
|
|
1333
|
+
endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
1335
1334
|
middlewareSdkS3Control.getProcessArnablesPlugin(config),
|
|
1336
1335
|
];
|
|
1337
1336
|
})
|
|
@@ -1341,7 +1340,7 @@ class GetStorageLensGroupCommand extends smithyClient.Command
|
|
|
1341
1340
|
.build() {
|
|
1342
1341
|
}
|
|
1343
1342
|
|
|
1344
|
-
class ListAccessGrantsCommand extends
|
|
1343
|
+
class ListAccessGrantsCommand extends client.Command
|
|
1345
1344
|
.classBuilder()
|
|
1346
1345
|
.ep({
|
|
1347
1346
|
...commonParams,
|
|
@@ -1350,7 +1349,7 @@ class ListAccessGrantsCommand extends smithyClient.Command
|
|
|
1350
1349
|
})
|
|
1351
1350
|
.m(function (Command, cs, config, o) {
|
|
1352
1351
|
return [
|
|
1353
|
-
|
|
1352
|
+
endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
1354
1353
|
middlewareSdkS3Control.getProcessArnablesPlugin(config),
|
|
1355
1354
|
middlewareApplyBodyChecksum.getApplyMd5BodyChecksumPlugin(config),
|
|
1356
1355
|
];
|
|
@@ -1361,7 +1360,7 @@ class ListAccessGrantsCommand extends smithyClient.Command
|
|
|
1361
1360
|
.build() {
|
|
1362
1361
|
}
|
|
1363
1362
|
|
|
1364
|
-
class ListAccessGrantsInstancesCommand extends
|
|
1363
|
+
class ListAccessGrantsInstancesCommand extends client.Command
|
|
1365
1364
|
.classBuilder()
|
|
1366
1365
|
.ep({
|
|
1367
1366
|
...commonParams,
|
|
@@ -1370,7 +1369,7 @@ class ListAccessGrantsInstancesCommand extends smithyClient.Command
|
|
|
1370
1369
|
})
|
|
1371
1370
|
.m(function (Command, cs, config, o) {
|
|
1372
1371
|
return [
|
|
1373
|
-
|
|
1372
|
+
endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
1374
1373
|
middlewareSdkS3Control.getProcessArnablesPlugin(config),
|
|
1375
1374
|
middlewareApplyBodyChecksum.getApplyMd5BodyChecksumPlugin(config),
|
|
1376
1375
|
];
|
|
@@ -1381,7 +1380,7 @@ class ListAccessGrantsInstancesCommand extends smithyClient.Command
|
|
|
1381
1380
|
.build() {
|
|
1382
1381
|
}
|
|
1383
1382
|
|
|
1384
|
-
class ListAccessGrantsLocationsCommand extends
|
|
1383
|
+
class ListAccessGrantsLocationsCommand extends client.Command
|
|
1385
1384
|
.classBuilder()
|
|
1386
1385
|
.ep({
|
|
1387
1386
|
...commonParams,
|
|
@@ -1390,7 +1389,7 @@ class ListAccessGrantsLocationsCommand extends smithyClient.Command
|
|
|
1390
1389
|
})
|
|
1391
1390
|
.m(function (Command, cs, config, o) {
|
|
1392
1391
|
return [
|
|
1393
|
-
|
|
1392
|
+
endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
1394
1393
|
middlewareSdkS3Control.getProcessArnablesPlugin(config),
|
|
1395
1394
|
middlewareApplyBodyChecksum.getApplyMd5BodyChecksumPlugin(config),
|
|
1396
1395
|
];
|
|
@@ -1401,7 +1400,7 @@ class ListAccessGrantsLocationsCommand extends smithyClient.Command
|
|
|
1401
1400
|
.build() {
|
|
1402
1401
|
}
|
|
1403
1402
|
|
|
1404
|
-
class ListAccessPointsCommand extends
|
|
1403
|
+
class ListAccessPointsCommand extends client.Command
|
|
1405
1404
|
.classBuilder()
|
|
1406
1405
|
.ep({
|
|
1407
1406
|
...commonParams,
|
|
@@ -1411,7 +1410,7 @@ class ListAccessPointsCommand extends smithyClient.Command
|
|
|
1411
1410
|
})
|
|
1412
1411
|
.m(function (Command, cs, config, o) {
|
|
1413
1412
|
return [
|
|
1414
|
-
|
|
1413
|
+
endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
1415
1414
|
middlewareSdkS3Control.getProcessArnablesPlugin(config),
|
|
1416
1415
|
];
|
|
1417
1416
|
})
|
|
@@ -1421,7 +1420,7 @@ class ListAccessPointsCommand extends smithyClient.Command
|
|
|
1421
1420
|
.build() {
|
|
1422
1421
|
}
|
|
1423
1422
|
|
|
1424
|
-
class ListAccessPointsForDirectoryBucketsCommand extends
|
|
1423
|
+
class ListAccessPointsForDirectoryBucketsCommand extends client.Command
|
|
1425
1424
|
.classBuilder()
|
|
1426
1425
|
.ep({
|
|
1427
1426
|
...commonParams,
|
|
@@ -1431,7 +1430,7 @@ class ListAccessPointsForDirectoryBucketsCommand extends smithyClient.Command
|
|
|
1431
1430
|
})
|
|
1432
1431
|
.m(function (Command, cs, config, o) {
|
|
1433
1432
|
return [
|
|
1434
|
-
|
|
1433
|
+
endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
1435
1434
|
middlewareSdkS3Control.getProcessArnablesPlugin(config),
|
|
1436
1435
|
];
|
|
1437
1436
|
})
|
|
@@ -1441,7 +1440,7 @@ class ListAccessPointsForDirectoryBucketsCommand extends smithyClient.Command
|
|
|
1441
1440
|
.build() {
|
|
1442
1441
|
}
|
|
1443
1442
|
|
|
1444
|
-
class ListAccessPointsForObjectLambdaCommand extends
|
|
1443
|
+
class ListAccessPointsForObjectLambdaCommand extends client.Command
|
|
1445
1444
|
.classBuilder()
|
|
1446
1445
|
.ep({
|
|
1447
1446
|
...commonParams,
|
|
@@ -1450,7 +1449,7 @@ class ListAccessPointsForObjectLambdaCommand extends smithyClient.Command
|
|
|
1450
1449
|
})
|
|
1451
1450
|
.m(function (Command, cs, config, o) {
|
|
1452
1451
|
return [
|
|
1453
|
-
|
|
1452
|
+
endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
1454
1453
|
middlewareSdkS3Control.getProcessArnablesPlugin(config),
|
|
1455
1454
|
];
|
|
1456
1455
|
})
|
|
@@ -1460,7 +1459,7 @@ class ListAccessPointsForObjectLambdaCommand extends smithyClient.Command
|
|
|
1460
1459
|
.build() {
|
|
1461
1460
|
}
|
|
1462
1461
|
|
|
1463
|
-
class ListCallerAccessGrantsCommand extends
|
|
1462
|
+
class ListCallerAccessGrantsCommand extends client.Command
|
|
1464
1463
|
.classBuilder()
|
|
1465
1464
|
.ep({
|
|
1466
1465
|
...commonParams,
|
|
@@ -1469,7 +1468,7 @@ class ListCallerAccessGrantsCommand extends smithyClient.Command
|
|
|
1469
1468
|
})
|
|
1470
1469
|
.m(function (Command, cs, config, o) {
|
|
1471
1470
|
return [
|
|
1472
|
-
|
|
1471
|
+
endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
1473
1472
|
middlewareSdkS3Control.getProcessArnablesPlugin(config),
|
|
1474
1473
|
middlewareApplyBodyChecksum.getApplyMd5BodyChecksumPlugin(config),
|
|
1475
1474
|
];
|
|
@@ -1480,7 +1479,7 @@ class ListCallerAccessGrantsCommand extends smithyClient.Command
|
|
|
1480
1479
|
.build() {
|
|
1481
1480
|
}
|
|
1482
1481
|
|
|
1483
|
-
class ListJobsCommand extends
|
|
1482
|
+
class ListJobsCommand extends client.Command
|
|
1484
1483
|
.classBuilder()
|
|
1485
1484
|
.ep({
|
|
1486
1485
|
...commonParams,
|
|
@@ -1489,7 +1488,7 @@ class ListJobsCommand extends smithyClient.Command
|
|
|
1489
1488
|
})
|
|
1490
1489
|
.m(function (Command, cs, config, o) {
|
|
1491
1490
|
return [
|
|
1492
|
-
|
|
1491
|
+
endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
1493
1492
|
middlewareSdkS3Control.getProcessArnablesPlugin(config),
|
|
1494
1493
|
];
|
|
1495
1494
|
})
|
|
@@ -1499,7 +1498,7 @@ class ListJobsCommand extends smithyClient.Command
|
|
|
1499
1498
|
.build() {
|
|
1500
1499
|
}
|
|
1501
1500
|
|
|
1502
|
-
class ListMultiRegionAccessPointsCommand extends
|
|
1501
|
+
class ListMultiRegionAccessPointsCommand extends client.Command
|
|
1503
1502
|
.classBuilder()
|
|
1504
1503
|
.ep({
|
|
1505
1504
|
...commonParams,
|
|
@@ -1508,7 +1507,7 @@ class ListMultiRegionAccessPointsCommand extends smithyClient.Command
|
|
|
1508
1507
|
})
|
|
1509
1508
|
.m(function (Command, cs, config, o) {
|
|
1510
1509
|
return [
|
|
1511
|
-
|
|
1510
|
+
endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
1512
1511
|
middlewareSdkS3Control.getProcessArnablesPlugin(config),
|
|
1513
1512
|
middlewareApplyBodyChecksum.getApplyMd5BodyChecksumPlugin(config),
|
|
1514
1513
|
];
|
|
@@ -1519,7 +1518,7 @@ class ListMultiRegionAccessPointsCommand extends smithyClient.Command
|
|
|
1519
1518
|
.build() {
|
|
1520
1519
|
}
|
|
1521
1520
|
|
|
1522
|
-
class ListRegionalBucketsCommand extends
|
|
1521
|
+
class ListRegionalBucketsCommand extends client.Command
|
|
1523
1522
|
.classBuilder()
|
|
1524
1523
|
.ep({
|
|
1525
1524
|
...commonParams,
|
|
@@ -1529,7 +1528,7 @@ class ListRegionalBucketsCommand extends smithyClient.Command
|
|
|
1529
1528
|
})
|
|
1530
1529
|
.m(function (Command, cs, config, o) {
|
|
1531
1530
|
return [
|
|
1532
|
-
|
|
1531
|
+
endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
1533
1532
|
middlewareSdkS3Control.getRedirectFromPostIdPlugin(config),
|
|
1534
1533
|
];
|
|
1535
1534
|
})
|
|
@@ -1539,7 +1538,7 @@ class ListRegionalBucketsCommand extends smithyClient.Command
|
|
|
1539
1538
|
.build() {
|
|
1540
1539
|
}
|
|
1541
1540
|
|
|
1542
|
-
class ListStorageLensConfigurationsCommand extends
|
|
1541
|
+
class ListStorageLensConfigurationsCommand extends client.Command
|
|
1543
1542
|
.classBuilder()
|
|
1544
1543
|
.ep({
|
|
1545
1544
|
...commonParams,
|
|
@@ -1548,7 +1547,7 @@ class ListStorageLensConfigurationsCommand extends smithyClient.Command
|
|
|
1548
1547
|
})
|
|
1549
1548
|
.m(function (Command, cs, config, o) {
|
|
1550
1549
|
return [
|
|
1551
|
-
|
|
1550
|
+
endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
1552
1551
|
middlewareSdkS3Control.getProcessArnablesPlugin(config),
|
|
1553
1552
|
];
|
|
1554
1553
|
})
|
|
@@ -1558,7 +1557,7 @@ class ListStorageLensConfigurationsCommand extends smithyClient.Command
|
|
|
1558
1557
|
.build() {
|
|
1559
1558
|
}
|
|
1560
1559
|
|
|
1561
|
-
class ListStorageLensGroupsCommand extends
|
|
1560
|
+
class ListStorageLensGroupsCommand extends client.Command
|
|
1562
1561
|
.classBuilder()
|
|
1563
1562
|
.ep({
|
|
1564
1563
|
...commonParams,
|
|
@@ -1567,7 +1566,7 @@ class ListStorageLensGroupsCommand extends smithyClient.Command
|
|
|
1567
1566
|
})
|
|
1568
1567
|
.m(function (Command, cs, config, o) {
|
|
1569
1568
|
return [
|
|
1570
|
-
|
|
1569
|
+
endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
1571
1570
|
middlewareSdkS3Control.getProcessArnablesPlugin(config),
|
|
1572
1571
|
];
|
|
1573
1572
|
})
|
|
@@ -1577,7 +1576,7 @@ class ListStorageLensGroupsCommand extends smithyClient.Command
|
|
|
1577
1576
|
.build() {
|
|
1578
1577
|
}
|
|
1579
1578
|
|
|
1580
|
-
class ListTagsForResourceCommand extends
|
|
1579
|
+
class ListTagsForResourceCommand extends client.Command
|
|
1581
1580
|
.classBuilder()
|
|
1582
1581
|
.ep({
|
|
1583
1582
|
...commonParams,
|
|
@@ -1587,7 +1586,7 @@ class ListTagsForResourceCommand extends smithyClient.Command
|
|
|
1587
1586
|
})
|
|
1588
1587
|
.m(function (Command, cs, config, o) {
|
|
1589
1588
|
return [
|
|
1590
|
-
|
|
1589
|
+
endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
1591
1590
|
middlewareSdkS3Control.getProcessArnablesPlugin(config),
|
|
1592
1591
|
];
|
|
1593
1592
|
})
|
|
@@ -1597,7 +1596,7 @@ class ListTagsForResourceCommand extends smithyClient.Command
|
|
|
1597
1596
|
.build() {
|
|
1598
1597
|
}
|
|
1599
1598
|
|
|
1600
|
-
class PutAccessGrantsInstanceResourcePolicyCommand extends
|
|
1599
|
+
class PutAccessGrantsInstanceResourcePolicyCommand extends client.Command
|
|
1601
1600
|
.classBuilder()
|
|
1602
1601
|
.ep({
|
|
1603
1602
|
...commonParams,
|
|
@@ -1606,7 +1605,7 @@ class PutAccessGrantsInstanceResourcePolicyCommand extends smithyClient.Command
|
|
|
1606
1605
|
})
|
|
1607
1606
|
.m(function (Command, cs, config, o) {
|
|
1608
1607
|
return [
|
|
1609
|
-
|
|
1608
|
+
endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
1610
1609
|
middlewareSdkS3Control.getProcessArnablesPlugin(config),
|
|
1611
1610
|
middlewareApplyBodyChecksum.getApplyMd5BodyChecksumPlugin(config),
|
|
1612
1611
|
];
|
|
@@ -1617,7 +1616,7 @@ class PutAccessGrantsInstanceResourcePolicyCommand extends smithyClient.Command
|
|
|
1617
1616
|
.build() {
|
|
1618
1617
|
}
|
|
1619
1618
|
|
|
1620
|
-
class PutAccessPointConfigurationForObjectLambdaCommand extends
|
|
1619
|
+
class PutAccessPointConfigurationForObjectLambdaCommand extends client.Command
|
|
1621
1620
|
.classBuilder()
|
|
1622
1621
|
.ep({
|
|
1623
1622
|
...commonParams,
|
|
@@ -1626,7 +1625,7 @@ class PutAccessPointConfigurationForObjectLambdaCommand extends smithyClient.Com
|
|
|
1626
1625
|
})
|
|
1627
1626
|
.m(function (Command, cs, config, o) {
|
|
1628
1627
|
return [
|
|
1629
|
-
|
|
1628
|
+
endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
1630
1629
|
middlewareSdkS3Control.getProcessArnablesPlugin(config),
|
|
1631
1630
|
];
|
|
1632
1631
|
})
|
|
@@ -1636,7 +1635,7 @@ class PutAccessPointConfigurationForObjectLambdaCommand extends smithyClient.Com
|
|
|
1636
1635
|
.build() {
|
|
1637
1636
|
}
|
|
1638
1637
|
|
|
1639
|
-
class PutAccessPointPolicyCommand extends
|
|
1638
|
+
class PutAccessPointPolicyCommand extends client.Command
|
|
1640
1639
|
.classBuilder()
|
|
1641
1640
|
.ep({
|
|
1642
1641
|
...commonParams,
|
|
@@ -1646,7 +1645,7 @@ class PutAccessPointPolicyCommand extends smithyClient.Command
|
|
|
1646
1645
|
})
|
|
1647
1646
|
.m(function (Command, cs, config, o) {
|
|
1648
1647
|
return [
|
|
1649
|
-
|
|
1648
|
+
endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
1650
1649
|
middlewareSdkS3Control.getProcessArnablesPlugin(config),
|
|
1651
1650
|
];
|
|
1652
1651
|
})
|
|
@@ -1656,7 +1655,7 @@ class PutAccessPointPolicyCommand extends smithyClient.Command
|
|
|
1656
1655
|
.build() {
|
|
1657
1656
|
}
|
|
1658
1657
|
|
|
1659
|
-
class PutAccessPointPolicyForObjectLambdaCommand extends
|
|
1658
|
+
class PutAccessPointPolicyForObjectLambdaCommand extends client.Command
|
|
1660
1659
|
.classBuilder()
|
|
1661
1660
|
.ep({
|
|
1662
1661
|
...commonParams,
|
|
@@ -1665,7 +1664,7 @@ class PutAccessPointPolicyForObjectLambdaCommand extends smithyClient.Command
|
|
|
1665
1664
|
})
|
|
1666
1665
|
.m(function (Command, cs, config, o) {
|
|
1667
1666
|
return [
|
|
1668
|
-
|
|
1667
|
+
endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
1669
1668
|
middlewareSdkS3Control.getProcessArnablesPlugin(config),
|
|
1670
1669
|
];
|
|
1671
1670
|
})
|
|
@@ -1675,7 +1674,7 @@ class PutAccessPointPolicyForObjectLambdaCommand extends smithyClient.Command
|
|
|
1675
1674
|
.build() {
|
|
1676
1675
|
}
|
|
1677
1676
|
|
|
1678
|
-
class PutAccessPointScopeCommand extends
|
|
1677
|
+
class PutAccessPointScopeCommand extends client.Command
|
|
1679
1678
|
.classBuilder()
|
|
1680
1679
|
.ep({
|
|
1681
1680
|
...commonParams,
|
|
@@ -1686,7 +1685,7 @@ class PutAccessPointScopeCommand extends smithyClient.Command
|
|
|
1686
1685
|
})
|
|
1687
1686
|
.m(function (Command, cs, config, o) {
|
|
1688
1687
|
return [
|
|
1689
|
-
|
|
1688
|
+
endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
1690
1689
|
middlewareSdkS3Control.getProcessArnablesPlugin(config),
|
|
1691
1690
|
];
|
|
1692
1691
|
})
|
|
@@ -1696,7 +1695,7 @@ class PutAccessPointScopeCommand extends smithyClient.Command
|
|
|
1696
1695
|
.build() {
|
|
1697
1696
|
}
|
|
1698
1697
|
|
|
1699
|
-
class PutBucketLifecycleConfigurationCommand extends
|
|
1698
|
+
class PutBucketLifecycleConfigurationCommand extends client.Command
|
|
1700
1699
|
.classBuilder()
|
|
1701
1700
|
.ep({
|
|
1702
1701
|
...commonParams,
|
|
@@ -1706,7 +1705,7 @@ class PutBucketLifecycleConfigurationCommand extends smithyClient.Command
|
|
|
1706
1705
|
})
|
|
1707
1706
|
.m(function (Command, cs, config, o) {
|
|
1708
1707
|
return [
|
|
1709
|
-
|
|
1708
|
+
endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
1710
1709
|
middlewareSdkS3Control.getProcessArnablesPlugin(config),
|
|
1711
1710
|
middlewareApplyBodyChecksum.getApplyMd5BodyChecksumPlugin(config),
|
|
1712
1711
|
];
|
|
@@ -1717,7 +1716,7 @@ class PutBucketLifecycleConfigurationCommand extends smithyClient.Command
|
|
|
1717
1716
|
.build() {
|
|
1718
1717
|
}
|
|
1719
1718
|
|
|
1720
|
-
class PutBucketPolicyCommand extends
|
|
1719
|
+
class PutBucketPolicyCommand extends client.Command
|
|
1721
1720
|
.classBuilder()
|
|
1722
1721
|
.ep({
|
|
1723
1722
|
...commonParams,
|
|
@@ -1727,7 +1726,7 @@ class PutBucketPolicyCommand extends smithyClient.Command
|
|
|
1727
1726
|
})
|
|
1728
1727
|
.m(function (Command, cs, config, o) {
|
|
1729
1728
|
return [
|
|
1730
|
-
|
|
1729
|
+
endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
1731
1730
|
middlewareSdkS3Control.getProcessArnablesPlugin(config),
|
|
1732
1731
|
middlewareApplyBodyChecksum.getApplyMd5BodyChecksumPlugin(config),
|
|
1733
1732
|
];
|
|
@@ -1738,7 +1737,7 @@ class PutBucketPolicyCommand extends smithyClient.Command
|
|
|
1738
1737
|
.build() {
|
|
1739
1738
|
}
|
|
1740
1739
|
|
|
1741
|
-
class PutBucketReplicationCommand extends
|
|
1740
|
+
class PutBucketReplicationCommand extends client.Command
|
|
1742
1741
|
.classBuilder()
|
|
1743
1742
|
.ep({
|
|
1744
1743
|
...commonParams,
|
|
@@ -1748,7 +1747,7 @@ class PutBucketReplicationCommand extends smithyClient.Command
|
|
|
1748
1747
|
})
|
|
1749
1748
|
.m(function (Command, cs, config, o) {
|
|
1750
1749
|
return [
|
|
1751
|
-
|
|
1750
|
+
endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
1752
1751
|
middlewareSdkS3Control.getProcessArnablesPlugin(config),
|
|
1753
1752
|
middlewareApplyBodyChecksum.getApplyMd5BodyChecksumPlugin(config),
|
|
1754
1753
|
];
|
|
@@ -1759,7 +1758,7 @@ class PutBucketReplicationCommand extends smithyClient.Command
|
|
|
1759
1758
|
.build() {
|
|
1760
1759
|
}
|
|
1761
1760
|
|
|
1762
|
-
class PutBucketTaggingCommand extends
|
|
1761
|
+
class PutBucketTaggingCommand extends client.Command
|
|
1763
1762
|
.classBuilder()
|
|
1764
1763
|
.ep({
|
|
1765
1764
|
...commonParams,
|
|
@@ -1769,7 +1768,7 @@ class PutBucketTaggingCommand extends smithyClient.Command
|
|
|
1769
1768
|
})
|
|
1770
1769
|
.m(function (Command, cs, config, o) {
|
|
1771
1770
|
return [
|
|
1772
|
-
|
|
1771
|
+
endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
1773
1772
|
middlewareSdkS3Control.getProcessArnablesPlugin(config),
|
|
1774
1773
|
middlewareApplyBodyChecksum.getApplyMd5BodyChecksumPlugin(config),
|
|
1775
1774
|
];
|
|
@@ -1780,7 +1779,7 @@ class PutBucketTaggingCommand extends smithyClient.Command
|
|
|
1780
1779
|
.build() {
|
|
1781
1780
|
}
|
|
1782
1781
|
|
|
1783
|
-
class PutBucketVersioningCommand extends
|
|
1782
|
+
class PutBucketVersioningCommand extends client.Command
|
|
1784
1783
|
.classBuilder()
|
|
1785
1784
|
.ep({
|
|
1786
1785
|
...commonParams,
|
|
@@ -1790,7 +1789,7 @@ class PutBucketVersioningCommand extends smithyClient.Command
|
|
|
1790
1789
|
})
|
|
1791
1790
|
.m(function (Command, cs, config, o) {
|
|
1792
1791
|
return [
|
|
1793
|
-
|
|
1792
|
+
endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
1794
1793
|
middlewareSdkS3Control.getProcessArnablesPlugin(config),
|
|
1795
1794
|
middlewareApplyBodyChecksum.getApplyMd5BodyChecksumPlugin(config),
|
|
1796
1795
|
];
|
|
@@ -1801,7 +1800,7 @@ class PutBucketVersioningCommand extends smithyClient.Command
|
|
|
1801
1800
|
.build() {
|
|
1802
1801
|
}
|
|
1803
1802
|
|
|
1804
|
-
class PutJobTaggingCommand extends
|
|
1803
|
+
class PutJobTaggingCommand extends client.Command
|
|
1805
1804
|
.classBuilder()
|
|
1806
1805
|
.ep({
|
|
1807
1806
|
...commonParams,
|
|
@@ -1810,7 +1809,7 @@ class PutJobTaggingCommand extends smithyClient.Command
|
|
|
1810
1809
|
})
|
|
1811
1810
|
.m(function (Command, cs, config, o) {
|
|
1812
1811
|
return [
|
|
1813
|
-
|
|
1812
|
+
endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
1814
1813
|
middlewareSdkS3Control.getProcessArnablesPlugin(config),
|
|
1815
1814
|
];
|
|
1816
1815
|
})
|
|
@@ -1820,7 +1819,7 @@ class PutJobTaggingCommand extends smithyClient.Command
|
|
|
1820
1819
|
.build() {
|
|
1821
1820
|
}
|
|
1822
1821
|
|
|
1823
|
-
class PutMultiRegionAccessPointPolicyCommand extends
|
|
1822
|
+
class PutMultiRegionAccessPointPolicyCommand extends client.Command
|
|
1824
1823
|
.classBuilder()
|
|
1825
1824
|
.ep({
|
|
1826
1825
|
...commonParams,
|
|
@@ -1829,7 +1828,7 @@ class PutMultiRegionAccessPointPolicyCommand extends smithyClient.Command
|
|
|
1829
1828
|
})
|
|
1830
1829
|
.m(function (Command, cs, config, o) {
|
|
1831
1830
|
return [
|
|
1832
|
-
|
|
1831
|
+
endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
1833
1832
|
middlewareSdkS3Control.getProcessArnablesPlugin(config),
|
|
1834
1833
|
middlewareApplyBodyChecksum.getApplyMd5BodyChecksumPlugin(config),
|
|
1835
1834
|
];
|
|
@@ -1840,7 +1839,7 @@ class PutMultiRegionAccessPointPolicyCommand extends smithyClient.Command
|
|
|
1840
1839
|
.build() {
|
|
1841
1840
|
}
|
|
1842
1841
|
|
|
1843
|
-
class PutPublicAccessBlockCommand extends
|
|
1842
|
+
class PutPublicAccessBlockCommand extends client.Command
|
|
1844
1843
|
.classBuilder()
|
|
1845
1844
|
.ep({
|
|
1846
1845
|
...commonParams,
|
|
@@ -1849,7 +1848,7 @@ class PutPublicAccessBlockCommand extends smithyClient.Command
|
|
|
1849
1848
|
})
|
|
1850
1849
|
.m(function (Command, cs, config, o) {
|
|
1851
1850
|
return [
|
|
1852
|
-
|
|
1851
|
+
endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
1853
1852
|
middlewareSdkS3Control.getProcessArnablesPlugin(config),
|
|
1854
1853
|
];
|
|
1855
1854
|
})
|
|
@@ -1859,7 +1858,7 @@ class PutPublicAccessBlockCommand extends smithyClient.Command
|
|
|
1859
1858
|
.build() {
|
|
1860
1859
|
}
|
|
1861
1860
|
|
|
1862
|
-
class PutStorageLensConfigurationCommand extends
|
|
1861
|
+
class PutStorageLensConfigurationCommand extends client.Command
|
|
1863
1862
|
.classBuilder()
|
|
1864
1863
|
.ep({
|
|
1865
1864
|
...commonParams,
|
|
@@ -1868,7 +1867,7 @@ class PutStorageLensConfigurationCommand extends smithyClient.Command
|
|
|
1868
1867
|
})
|
|
1869
1868
|
.m(function (Command, cs, config, o) {
|
|
1870
1869
|
return [
|
|
1871
|
-
|
|
1870
|
+
endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
1872
1871
|
middlewareSdkS3Control.getProcessArnablesPlugin(config),
|
|
1873
1872
|
];
|
|
1874
1873
|
})
|
|
@@ -1878,7 +1877,7 @@ class PutStorageLensConfigurationCommand extends smithyClient.Command
|
|
|
1878
1877
|
.build() {
|
|
1879
1878
|
}
|
|
1880
1879
|
|
|
1881
|
-
class PutStorageLensConfigurationTaggingCommand extends
|
|
1880
|
+
class PutStorageLensConfigurationTaggingCommand extends client.Command
|
|
1882
1881
|
.classBuilder()
|
|
1883
1882
|
.ep({
|
|
1884
1883
|
...commonParams,
|
|
@@ -1887,7 +1886,7 @@ class PutStorageLensConfigurationTaggingCommand extends smithyClient.Command
|
|
|
1887
1886
|
})
|
|
1888
1887
|
.m(function (Command, cs, config, o) {
|
|
1889
1888
|
return [
|
|
1890
|
-
|
|
1889
|
+
endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
1891
1890
|
middlewareSdkS3Control.getProcessArnablesPlugin(config),
|
|
1892
1891
|
];
|
|
1893
1892
|
})
|
|
@@ -1897,7 +1896,7 @@ class PutStorageLensConfigurationTaggingCommand extends smithyClient.Command
|
|
|
1897
1896
|
.build() {
|
|
1898
1897
|
}
|
|
1899
1898
|
|
|
1900
|
-
class SubmitMultiRegionAccessPointRoutesCommand extends
|
|
1899
|
+
class SubmitMultiRegionAccessPointRoutesCommand extends client.Command
|
|
1901
1900
|
.classBuilder()
|
|
1902
1901
|
.ep({
|
|
1903
1902
|
...commonParams,
|
|
@@ -1906,7 +1905,7 @@ class SubmitMultiRegionAccessPointRoutesCommand extends smithyClient.Command
|
|
|
1906
1905
|
})
|
|
1907
1906
|
.m(function (Command, cs, config, o) {
|
|
1908
1907
|
return [
|
|
1909
|
-
|
|
1908
|
+
endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
1910
1909
|
middlewareSdkS3Control.getProcessArnablesPlugin(config),
|
|
1911
1910
|
middlewareApplyBodyChecksum.getApplyMd5BodyChecksumPlugin(config),
|
|
1912
1911
|
];
|
|
@@ -1917,7 +1916,7 @@ class SubmitMultiRegionAccessPointRoutesCommand extends smithyClient.Command
|
|
|
1917
1916
|
.build() {
|
|
1918
1917
|
}
|
|
1919
1918
|
|
|
1920
|
-
class TagResourceCommand extends
|
|
1919
|
+
class TagResourceCommand extends client.Command
|
|
1921
1920
|
.classBuilder()
|
|
1922
1921
|
.ep({
|
|
1923
1922
|
...commonParams,
|
|
@@ -1927,7 +1926,7 @@ class TagResourceCommand extends smithyClient.Command
|
|
|
1927
1926
|
})
|
|
1928
1927
|
.m(function (Command, cs, config, o) {
|
|
1929
1928
|
return [
|
|
1930
|
-
|
|
1929
|
+
endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
1931
1930
|
middlewareSdkS3Control.getProcessArnablesPlugin(config),
|
|
1932
1931
|
];
|
|
1933
1932
|
})
|
|
@@ -1937,7 +1936,7 @@ class TagResourceCommand extends smithyClient.Command
|
|
|
1937
1936
|
.build() {
|
|
1938
1937
|
}
|
|
1939
1938
|
|
|
1940
|
-
class UntagResourceCommand extends
|
|
1939
|
+
class UntagResourceCommand extends client.Command
|
|
1941
1940
|
.classBuilder()
|
|
1942
1941
|
.ep({
|
|
1943
1942
|
...commonParams,
|
|
@@ -1947,7 +1946,7 @@ class UntagResourceCommand extends smithyClient.Command
|
|
|
1947
1946
|
})
|
|
1948
1947
|
.m(function (Command, cs, config, o) {
|
|
1949
1948
|
return [
|
|
1950
|
-
|
|
1949
|
+
endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
1951
1950
|
middlewareSdkS3Control.getProcessArnablesPlugin(config),
|
|
1952
1951
|
];
|
|
1953
1952
|
})
|
|
@@ -1957,7 +1956,7 @@ class UntagResourceCommand extends smithyClient.Command
|
|
|
1957
1956
|
.build() {
|
|
1958
1957
|
}
|
|
1959
1958
|
|
|
1960
|
-
class UpdateAccessGrantsLocationCommand extends
|
|
1959
|
+
class UpdateAccessGrantsLocationCommand extends client.Command
|
|
1961
1960
|
.classBuilder()
|
|
1962
1961
|
.ep({
|
|
1963
1962
|
...commonParams,
|
|
@@ -1966,7 +1965,7 @@ class UpdateAccessGrantsLocationCommand extends smithyClient.Command
|
|
|
1966
1965
|
})
|
|
1967
1966
|
.m(function (Command, cs, config, o) {
|
|
1968
1967
|
return [
|
|
1969
|
-
|
|
1968
|
+
endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
1970
1969
|
middlewareSdkS3Control.getProcessArnablesPlugin(config),
|
|
1971
1970
|
middlewareApplyBodyChecksum.getApplyMd5BodyChecksumPlugin(config),
|
|
1972
1971
|
];
|
|
@@ -1977,7 +1976,7 @@ class UpdateAccessGrantsLocationCommand extends smithyClient.Command
|
|
|
1977
1976
|
.build() {
|
|
1978
1977
|
}
|
|
1979
1978
|
|
|
1980
|
-
class UpdateJobPriorityCommand extends
|
|
1979
|
+
class UpdateJobPriorityCommand extends client.Command
|
|
1981
1980
|
.classBuilder()
|
|
1982
1981
|
.ep({
|
|
1983
1982
|
...commonParams,
|
|
@@ -1986,7 +1985,7 @@ class UpdateJobPriorityCommand extends smithyClient.Command
|
|
|
1986
1985
|
})
|
|
1987
1986
|
.m(function (Command, cs, config, o) {
|
|
1988
1987
|
return [
|
|
1989
|
-
|
|
1988
|
+
endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
1990
1989
|
middlewareSdkS3Control.getProcessArnablesPlugin(config),
|
|
1991
1990
|
];
|
|
1992
1991
|
})
|
|
@@ -1996,7 +1995,7 @@ class UpdateJobPriorityCommand extends smithyClient.Command
|
|
|
1996
1995
|
.build() {
|
|
1997
1996
|
}
|
|
1998
1997
|
|
|
1999
|
-
class UpdateJobStatusCommand extends
|
|
1998
|
+
class UpdateJobStatusCommand extends client.Command
|
|
2000
1999
|
.classBuilder()
|
|
2001
2000
|
.ep({
|
|
2002
2001
|
...commonParams,
|
|
@@ -2005,7 +2004,7 @@ class UpdateJobStatusCommand extends smithyClient.Command
|
|
|
2005
2004
|
})
|
|
2006
2005
|
.m(function (Command, cs, config, o) {
|
|
2007
2006
|
return [
|
|
2008
|
-
|
|
2007
|
+
endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
2009
2008
|
middlewareSdkS3Control.getProcessArnablesPlugin(config),
|
|
2010
2009
|
];
|
|
2011
2010
|
})
|
|
@@ -2015,7 +2014,7 @@ class UpdateJobStatusCommand extends smithyClient.Command
|
|
|
2015
2014
|
.build() {
|
|
2016
2015
|
}
|
|
2017
2016
|
|
|
2018
|
-
class UpdateStorageLensGroupCommand extends
|
|
2017
|
+
class UpdateStorageLensGroupCommand extends client.Command
|
|
2019
2018
|
.classBuilder()
|
|
2020
2019
|
.ep({
|
|
2021
2020
|
...commonParams,
|
|
@@ -2024,7 +2023,7 @@ class UpdateStorageLensGroupCommand extends smithyClient.Command
|
|
|
2024
2023
|
})
|
|
2025
2024
|
.m(function (Command, cs, config, o) {
|
|
2026
2025
|
return [
|
|
2027
|
-
|
|
2026
|
+
endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
2028
2027
|
middlewareSdkS3Control.getProcessArnablesPlugin(config),
|
|
2029
2028
|
];
|
|
2030
2029
|
})
|
|
@@ -2173,7 +2172,7 @@ const paginators = {
|
|
|
2173
2172
|
};
|
|
2174
2173
|
class S3Control extends S3ControlClient {
|
|
2175
2174
|
}
|
|
2176
|
-
|
|
2175
|
+
client.createAggregatedClient(commands, S3Control, { paginators });
|
|
2177
2176
|
|
|
2178
2177
|
const OwnerOverride = {
|
|
2179
2178
|
Destination: "Destination",
|
|
@@ -2467,8 +2466,8 @@ const RequestedJobStatus = {
|
|
|
2467
2466
|
Ready: "Ready",
|
|
2468
2467
|
};
|
|
2469
2468
|
|
|
2470
|
-
exports.$Command =
|
|
2471
|
-
exports.__Client =
|
|
2469
|
+
exports.$Command = client.Command;
|
|
2470
|
+
exports.__Client = client.Client;
|
|
2472
2471
|
exports.S3ControlServiceException = S3ControlServiceException.S3ControlServiceException;
|
|
2473
2472
|
exports.AssociateAccessGrantsIdentityCenterCommand = AssociateAccessGrantsIdentityCenterCommand;
|
|
2474
2473
|
exports.AsyncOperationName = AsyncOperationName;
|