p6-cdk-s3-protector 0.0.45 → 0.0.47
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.jsii +4362 -58
- package/API.md +2 -2
- package/lib/p6cdks3protector.js +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-cjs/index.js +9984 -8599
- package/node_modules/@aws-sdk/client-s3/dist-cjs/runtimeConfig.shared.js +6 -0
- package/node_modules/@aws-sdk/client-s3/dist-es/S3Client.js +2 -0
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/AbortMultipartUploadCommand.js +3 -10
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/CompleteMultipartUploadCommand.js +2 -7
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/CopyObjectCommand.js +2 -7
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/CreateBucketCommand.js +2 -6
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/CreateBucketMetadataConfigurationCommand.js +2 -6
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/CreateBucketMetadataTableConfigurationCommand.js +2 -6
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/CreateMultipartUploadCommand.js +2 -7
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/CreateSessionCommand.js +3 -11
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/DeleteBucketAnalyticsConfigurationCommand.js +3 -9
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/DeleteBucketCommand.js +3 -9
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/DeleteBucketCorsCommand.js +3 -9
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/DeleteBucketEncryptionCommand.js +3 -9
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/DeleteBucketIntelligentTieringConfigurationCommand.js +3 -9
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/DeleteBucketInventoryConfigurationCommand.js +3 -9
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/DeleteBucketLifecycleCommand.js +3 -9
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/DeleteBucketMetadataConfigurationCommand.js +3 -9
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/DeleteBucketMetadataTableConfigurationCommand.js +3 -9
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/DeleteBucketMetricsConfigurationCommand.js +3 -9
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/DeleteBucketOwnershipControlsCommand.js +3 -9
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/DeleteBucketPolicyCommand.js +3 -9
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/DeleteBucketReplicationCommand.js +3 -9
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/DeleteBucketTaggingCommand.js +3 -9
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/DeleteBucketWebsiteCommand.js +3 -9
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/DeleteObjectCommand.js +3 -10
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/DeleteObjectTaggingCommand.js +3 -10
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/DeleteObjectsCommand.js +2 -6
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/DeletePublicAccessBlockCommand.js +3 -9
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketAccelerateConfigurationCommand.js +3 -10
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketAclCommand.js +3 -10
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketAnalyticsConfigurationCommand.js +3 -10
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketCorsCommand.js +3 -10
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketEncryptionCommand.js +3 -11
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketIntelligentTieringConfigurationCommand.js +3 -10
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketInventoryConfigurationCommand.js +3 -11
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketLifecycleConfigurationCommand.js +3 -10
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketLocationCommand.js +3 -10
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketLoggingCommand.js +3 -10
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketMetadataConfigurationCommand.js +3 -10
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketMetadataTableConfigurationCommand.js +3 -10
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketMetricsConfigurationCommand.js +3 -10
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketNotificationConfigurationCommand.js +3 -10
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketOwnershipControlsCommand.js +3 -10
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketPolicyCommand.js +3 -10
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketPolicyStatusCommand.js +3 -10
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketReplicationCommand.js +3 -10
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketRequestPaymentCommand.js +3 -10
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketTaggingCommand.js +3 -10
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketVersioningCommand.js +3 -10
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketWebsiteCommand.js +3 -10
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetObjectAclCommand.js +3 -10
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetObjectAttributesCommand.js +2 -7
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetObjectCommand.js +2 -7
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetObjectLegalHoldCommand.js +3 -10
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetObjectLockConfigurationCommand.js +3 -10
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetObjectRetentionCommand.js +3 -10
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetObjectTaggingCommand.js +3 -10
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetObjectTorrentCommand.js +3 -10
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetPublicAccessBlockCommand.js +3 -10
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/HeadBucketCommand.js +3 -10
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/HeadObjectCommand.js +2 -7
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/ListBucketAnalyticsConfigurationsCommand.js +3 -10
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/ListBucketIntelligentTieringConfigurationsCommand.js +3 -10
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/ListBucketInventoryConfigurationsCommand.js +3 -11
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/ListBucketMetricsConfigurationsCommand.js +3 -10
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/ListBucketsCommand.js +3 -10
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/ListDirectoryBucketsCommand.js +3 -10
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/ListMultipartUploadsCommand.js +3 -10
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/ListObjectVersionsCommand.js +3 -10
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/ListObjectsCommand.js +3 -10
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/ListObjectsV2Command.js +3 -10
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/ListPartsCommand.js +2 -7
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketAccelerateConfigurationCommand.js +2 -6
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketAclCommand.js +2 -6
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketAnalyticsConfigurationCommand.js +3 -9
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketCorsCommand.js +2 -6
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketEncryptionCommand.js +2 -7
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketIntelligentTieringConfigurationCommand.js +3 -9
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketInventoryConfigurationCommand.js +3 -10
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketLifecycleConfigurationCommand.js +2 -6
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketLoggingCommand.js +2 -6
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketMetricsConfigurationCommand.js +3 -9
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketNotificationConfigurationCommand.js +3 -9
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketOwnershipControlsCommand.js +2 -6
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketPolicyCommand.js +2 -6
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketReplicationCommand.js +2 -6
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketRequestPaymentCommand.js +2 -6
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketTaggingCommand.js +2 -6
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketVersioningCommand.js +2 -6
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketWebsiteCommand.js +2 -6
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutObjectAclCommand.js +2 -6
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutObjectCommand.js +2 -7
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutObjectLegalHoldCommand.js +2 -6
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutObjectLockConfigurationCommand.js +2 -6
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutObjectRetentionCommand.js +2 -6
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutObjectTaggingCommand.js +2 -6
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutPublicAccessBlockCommand.js +2 -6
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/RenameObjectCommand.js +3 -10
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/RestoreObjectCommand.js +2 -7
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/SelectObjectContentCommand.js +2 -7
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/UpdateBucketMetadataInventoryTableConfigurationCommand.js +2 -6
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/UpdateBucketMetadataJournalTableConfigurationCommand.js +2 -6
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/UploadPartCommand.js +2 -7
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/UploadPartCopyCommand.js +2 -7
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/WriteGetObjectResponseCommand.js +3 -10
- package/node_modules/@aws-sdk/client-s3/dist-es/models/models_0.js +0 -151
- package/node_modules/@aws-sdk/client-s3/dist-es/models/models_1.js +0 -108
- package/node_modules/@aws-sdk/client-s3/dist-es/runtimeConfig.shared.js +6 -0
- package/node_modules/@aws-sdk/client-s3/dist-es/schemas/schemas_0.js +10281 -0
- package/node_modules/@aws-sdk/client-s3/dist-types/S3Client.d.ts +10 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/models/models_0.d.ts +8 -106
- package/node_modules/@aws-sdk/client-s3/dist-types/models/models_1.d.ts +4 -73
- package/node_modules/@aws-sdk/client-s3/dist-types/runtimeConfig.browser.d.ts +1 -0
- package/node_modules/@aws-sdk/client-s3/dist-types/runtimeConfig.d.ts +1 -0
- package/node_modules/@aws-sdk/client-s3/dist-types/runtimeConfig.native.d.ts +1 -0
- package/node_modules/@aws-sdk/client-s3/dist-types/runtimeConfig.shared.d.ts +2 -0
- package/node_modules/@aws-sdk/client-s3/dist-types/schemas/schemas_0.d.ts +494 -0
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/S3Client.d.ts +4 -0
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/models/models_0.d.ts +0 -78
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/models/models_1.d.ts +0 -54
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/runtimeConfig.browser.d.ts +6 -0
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/runtimeConfig.d.ts +6 -0
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/runtimeConfig.native.d.ts +6 -0
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/runtimeConfig.shared.d.ts +7 -0
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/schemas/schemas_0.d.ts +500 -0
- package/node_modules/@aws-sdk/client-s3/package.json +9 -11
- package/node_modules/@aws-sdk/client-s3-control/dist-cjs/index.js +5497 -7718
- package/node_modules/@aws-sdk/client-s3-control/dist-cjs/runtimeConfig.shared.js +6 -0
- package/node_modules/@aws-sdk/client-s3-control/dist-es/S3ControlClient.js +2 -0
- package/node_modules/@aws-sdk/client-s3-control/dist-es/commands/AssociateAccessGrantsIdentityCenterCommand.js +2 -6
- package/node_modules/@aws-sdk/client-s3-control/dist-es/commands/CreateAccessGrantCommand.js +2 -6
- package/node_modules/@aws-sdk/client-s3-control/dist-es/commands/CreateAccessGrantsInstanceCommand.js +2 -6
- package/node_modules/@aws-sdk/client-s3-control/dist-es/commands/CreateAccessGrantsLocationCommand.js +2 -6
- package/node_modules/@aws-sdk/client-s3-control/dist-es/commands/CreateAccessPointCommand.js +3 -10
- package/node_modules/@aws-sdk/client-s3-control/dist-es/commands/CreateAccessPointForObjectLambdaCommand.js +3 -10
- package/node_modules/@aws-sdk/client-s3-control/dist-es/commands/CreateBucketCommand.js +2 -6
- package/node_modules/@aws-sdk/client-s3-control/dist-es/commands/CreateJobCommand.js +3 -10
- package/node_modules/@aws-sdk/client-s3-control/dist-es/commands/CreateMultiRegionAccessPointCommand.js +2 -6
- package/node_modules/@aws-sdk/client-s3-control/dist-es/commands/CreateStorageLensGroupCommand.js +3 -10
- package/node_modules/@aws-sdk/client-s3-control/dist-es/commands/DeleteAccessGrantCommand.js +2 -6
- package/node_modules/@aws-sdk/client-s3-control/dist-es/commands/DeleteAccessGrantsInstanceCommand.js +2 -6
- package/node_modules/@aws-sdk/client-s3-control/dist-es/commands/DeleteAccessGrantsInstanceResourcePolicyCommand.js +2 -6
- package/node_modules/@aws-sdk/client-s3-control/dist-es/commands/DeleteAccessGrantsLocationCommand.js +2 -6
- package/node_modules/@aws-sdk/client-s3-control/dist-es/commands/DeleteAccessPointCommand.js +3 -10
- package/node_modules/@aws-sdk/client-s3-control/dist-es/commands/DeleteAccessPointForObjectLambdaCommand.js +3 -10
- package/node_modules/@aws-sdk/client-s3-control/dist-es/commands/DeleteAccessPointPolicyCommand.js +3 -10
- package/node_modules/@aws-sdk/client-s3-control/dist-es/commands/DeleteAccessPointPolicyForObjectLambdaCommand.js +3 -10
- package/node_modules/@aws-sdk/client-s3-control/dist-es/commands/DeleteAccessPointScopeCommand.js +3 -10
- package/node_modules/@aws-sdk/client-s3-control/dist-es/commands/DeleteBucketCommand.js +3 -10
- package/node_modules/@aws-sdk/client-s3-control/dist-es/commands/DeleteBucketLifecycleConfigurationCommand.js +3 -10
- package/node_modules/@aws-sdk/client-s3-control/dist-es/commands/DeleteBucketPolicyCommand.js +3 -10
- package/node_modules/@aws-sdk/client-s3-control/dist-es/commands/DeleteBucketReplicationCommand.js +3 -10
- package/node_modules/@aws-sdk/client-s3-control/dist-es/commands/DeleteBucketTaggingCommand.js +3 -10
- package/node_modules/@aws-sdk/client-s3-control/dist-es/commands/DeleteJobTaggingCommand.js +3 -10
- package/node_modules/@aws-sdk/client-s3-control/dist-es/commands/DeleteMultiRegionAccessPointCommand.js +2 -6
- package/node_modules/@aws-sdk/client-s3-control/dist-es/commands/DeletePublicAccessBlockCommand.js +3 -10
- package/node_modules/@aws-sdk/client-s3-control/dist-es/commands/DeleteStorageLensConfigurationCommand.js +3 -10
- package/node_modules/@aws-sdk/client-s3-control/dist-es/commands/DeleteStorageLensConfigurationTaggingCommand.js +3 -10
- package/node_modules/@aws-sdk/client-s3-control/dist-es/commands/DeleteStorageLensGroupCommand.js +3 -10
- package/node_modules/@aws-sdk/client-s3-control/dist-es/commands/DescribeJobCommand.js +3 -10
- package/node_modules/@aws-sdk/client-s3-control/dist-es/commands/DescribeMultiRegionAccessPointOperationCommand.js +2 -6
- package/node_modules/@aws-sdk/client-s3-control/dist-es/commands/DissociateAccessGrantsIdentityCenterCommand.js +2 -6
- package/node_modules/@aws-sdk/client-s3-control/dist-es/commands/GetAccessGrantCommand.js +2 -6
- package/node_modules/@aws-sdk/client-s3-control/dist-es/commands/GetAccessGrantsInstanceCommand.js +2 -6
- package/node_modules/@aws-sdk/client-s3-control/dist-es/commands/GetAccessGrantsInstanceForPrefixCommand.js +2 -6
- package/node_modules/@aws-sdk/client-s3-control/dist-es/commands/GetAccessGrantsInstanceResourcePolicyCommand.js +2 -6
- package/node_modules/@aws-sdk/client-s3-control/dist-es/commands/GetAccessGrantsLocationCommand.js +2 -6
- package/node_modules/@aws-sdk/client-s3-control/dist-es/commands/GetAccessPointCommand.js +3 -10
- package/node_modules/@aws-sdk/client-s3-control/dist-es/commands/GetAccessPointConfigurationForObjectLambdaCommand.js +3 -10
- package/node_modules/@aws-sdk/client-s3-control/dist-es/commands/GetAccessPointForObjectLambdaCommand.js +3 -10
- package/node_modules/@aws-sdk/client-s3-control/dist-es/commands/GetAccessPointPolicyCommand.js +3 -10
- package/node_modules/@aws-sdk/client-s3-control/dist-es/commands/GetAccessPointPolicyForObjectLambdaCommand.js +3 -10
- package/node_modules/@aws-sdk/client-s3-control/dist-es/commands/GetAccessPointPolicyStatusCommand.js +3 -10
- package/node_modules/@aws-sdk/client-s3-control/dist-es/commands/GetAccessPointPolicyStatusForObjectLambdaCommand.js +3 -10
- package/node_modules/@aws-sdk/client-s3-control/dist-es/commands/GetAccessPointScopeCommand.js +3 -10
- package/node_modules/@aws-sdk/client-s3-control/dist-es/commands/GetBucketCommand.js +3 -10
- package/node_modules/@aws-sdk/client-s3-control/dist-es/commands/GetBucketLifecycleConfigurationCommand.js +3 -10
- package/node_modules/@aws-sdk/client-s3-control/dist-es/commands/GetBucketPolicyCommand.js +3 -10
- package/node_modules/@aws-sdk/client-s3-control/dist-es/commands/GetBucketReplicationCommand.js +3 -10
- package/node_modules/@aws-sdk/client-s3-control/dist-es/commands/GetBucketTaggingCommand.js +3 -10
- package/node_modules/@aws-sdk/client-s3-control/dist-es/commands/GetBucketVersioningCommand.js +3 -10
- package/node_modules/@aws-sdk/client-s3-control/dist-es/commands/GetDataAccessCommand.js +2 -7
- package/node_modules/@aws-sdk/client-s3-control/dist-es/commands/GetJobTaggingCommand.js +3 -10
- package/node_modules/@aws-sdk/client-s3-control/dist-es/commands/GetMultiRegionAccessPointCommand.js +2 -6
- package/node_modules/@aws-sdk/client-s3-control/dist-es/commands/GetMultiRegionAccessPointPolicyCommand.js +2 -6
- package/node_modules/@aws-sdk/client-s3-control/dist-es/commands/GetMultiRegionAccessPointPolicyStatusCommand.js +2 -6
- package/node_modules/@aws-sdk/client-s3-control/dist-es/commands/GetMultiRegionAccessPointRoutesCommand.js +2 -6
- package/node_modules/@aws-sdk/client-s3-control/dist-es/commands/GetPublicAccessBlockCommand.js +3 -10
- package/node_modules/@aws-sdk/client-s3-control/dist-es/commands/GetStorageLensConfigurationCommand.js +3 -10
- package/node_modules/@aws-sdk/client-s3-control/dist-es/commands/GetStorageLensConfigurationTaggingCommand.js +3 -10
- package/node_modules/@aws-sdk/client-s3-control/dist-es/commands/GetStorageLensGroupCommand.js +3 -10
- package/node_modules/@aws-sdk/client-s3-control/dist-es/commands/ListAccessGrantsCommand.js +2 -6
- package/node_modules/@aws-sdk/client-s3-control/dist-es/commands/ListAccessGrantsInstancesCommand.js +2 -6
- package/node_modules/@aws-sdk/client-s3-control/dist-es/commands/ListAccessGrantsLocationsCommand.js +2 -6
- package/node_modules/@aws-sdk/client-s3-control/dist-es/commands/ListAccessPointsCommand.js +3 -10
- package/node_modules/@aws-sdk/client-s3-control/dist-es/commands/ListAccessPointsForDirectoryBucketsCommand.js +3 -10
- package/node_modules/@aws-sdk/client-s3-control/dist-es/commands/ListAccessPointsForObjectLambdaCommand.js +3 -10
- package/node_modules/@aws-sdk/client-s3-control/dist-es/commands/ListCallerAccessGrantsCommand.js +2 -6
- package/node_modules/@aws-sdk/client-s3-control/dist-es/commands/ListJobsCommand.js +3 -10
- package/node_modules/@aws-sdk/client-s3-control/dist-es/commands/ListMultiRegionAccessPointsCommand.js +2 -6
- package/node_modules/@aws-sdk/client-s3-control/dist-es/commands/ListRegionalBucketsCommand.js +3 -10
- package/node_modules/@aws-sdk/client-s3-control/dist-es/commands/ListStorageLensConfigurationsCommand.js +3 -10
- package/node_modules/@aws-sdk/client-s3-control/dist-es/commands/ListStorageLensGroupsCommand.js +3 -10
- package/node_modules/@aws-sdk/client-s3-control/dist-es/commands/ListTagsForResourceCommand.js +3 -10
- package/node_modules/@aws-sdk/client-s3-control/dist-es/commands/PutAccessGrantsInstanceResourcePolicyCommand.js +2 -6
- package/node_modules/@aws-sdk/client-s3-control/dist-es/commands/PutAccessPointConfigurationForObjectLambdaCommand.js +3 -10
- package/node_modules/@aws-sdk/client-s3-control/dist-es/commands/PutAccessPointPolicyCommand.js +3 -10
- package/node_modules/@aws-sdk/client-s3-control/dist-es/commands/PutAccessPointPolicyForObjectLambdaCommand.js +3 -10
- package/node_modules/@aws-sdk/client-s3-control/dist-es/commands/PutAccessPointScopeCommand.js +3 -10
- package/node_modules/@aws-sdk/client-s3-control/dist-es/commands/PutBucketLifecycleConfigurationCommand.js +2 -6
- package/node_modules/@aws-sdk/client-s3-control/dist-es/commands/PutBucketPolicyCommand.js +2 -6
- package/node_modules/@aws-sdk/client-s3-control/dist-es/commands/PutBucketReplicationCommand.js +2 -6
- package/node_modules/@aws-sdk/client-s3-control/dist-es/commands/PutBucketTaggingCommand.js +2 -6
- package/node_modules/@aws-sdk/client-s3-control/dist-es/commands/PutBucketVersioningCommand.js +2 -6
- package/node_modules/@aws-sdk/client-s3-control/dist-es/commands/PutJobTaggingCommand.js +3 -10
- package/node_modules/@aws-sdk/client-s3-control/dist-es/commands/PutMultiRegionAccessPointPolicyCommand.js +2 -6
- package/node_modules/@aws-sdk/client-s3-control/dist-es/commands/PutPublicAccessBlockCommand.js +3 -10
- package/node_modules/@aws-sdk/client-s3-control/dist-es/commands/PutStorageLensConfigurationCommand.js +3 -10
- package/node_modules/@aws-sdk/client-s3-control/dist-es/commands/PutStorageLensConfigurationTaggingCommand.js +3 -10
- package/node_modules/@aws-sdk/client-s3-control/dist-es/commands/SubmitMultiRegionAccessPointRoutesCommand.js +2 -6
- package/node_modules/@aws-sdk/client-s3-control/dist-es/commands/TagResourceCommand.js +3 -10
- package/node_modules/@aws-sdk/client-s3-control/dist-es/commands/UntagResourceCommand.js +3 -10
- package/node_modules/@aws-sdk/client-s3-control/dist-es/commands/UpdateAccessGrantsLocationCommand.js +2 -6
- package/node_modules/@aws-sdk/client-s3-control/dist-es/commands/UpdateJobPriorityCommand.js +3 -10
- package/node_modules/@aws-sdk/client-s3-control/dist-es/commands/UpdateJobStatusCommand.js +3 -10
- package/node_modules/@aws-sdk/client-s3-control/dist-es/commands/UpdateStorageLensGroupCommand.js +3 -10
- package/node_modules/@aws-sdk/client-s3-control/dist-es/models/models_0.js +0 -43
- package/node_modules/@aws-sdk/client-s3-control/dist-es/runtimeConfig.shared.js +6 -0
- package/node_modules/@aws-sdk/client-s3-control/dist-es/schemas/schemas_0.js +5577 -0
- package/node_modules/@aws-sdk/client-s3-control/dist-types/S3ControlClient.d.ts +10 -1
- package/node_modules/@aws-sdk/client-s3-control/dist-types/models/models_0.d.ts +12 -11
- package/node_modules/@aws-sdk/client-s3-control/dist-types/runtimeConfig.browser.d.ts +1 -0
- package/node_modules/@aws-sdk/client-s3-control/dist-types/runtimeConfig.d.ts +1 -0
- package/node_modules/@aws-sdk/client-s3-control/dist-types/runtimeConfig.native.d.ts +1 -0
- package/node_modules/@aws-sdk/client-s3-control/dist-types/runtimeConfig.shared.d.ts +2 -0
- package/node_modules/@aws-sdk/client-s3-control/dist-types/schemas/schemas_0.d.ts +460 -0
- package/node_modules/@aws-sdk/client-s3-control/dist-types/ts3.4/S3ControlClient.d.ts +4 -0
- package/node_modules/@aws-sdk/client-s3-control/dist-types/ts3.4/models/models_0.d.ts +0 -10
- package/node_modules/@aws-sdk/client-s3-control/dist-types/ts3.4/runtimeConfig.browser.d.ts +6 -0
- package/node_modules/@aws-sdk/client-s3-control/dist-types/ts3.4/runtimeConfig.d.ts +6 -0
- package/node_modules/@aws-sdk/client-s3-control/dist-types/ts3.4/runtimeConfig.native.d.ts +6 -0
- package/node_modules/@aws-sdk/client-s3-control/dist-types/ts3.4/runtimeConfig.shared.d.ts +7 -0
- package/node_modules/@aws-sdk/client-s3-control/dist-types/ts3.4/schemas/schemas_0.d.ts +466 -0
- package/node_modules/@aws-sdk/client-s3-control/package.json +5 -7
- package/node_modules/@aws-sdk/client-sso/package.json +4 -4
- package/node_modules/@aws-sdk/client-sts/package.json +5 -5
- package/node_modules/@aws-sdk/core/dist-cjs/index.js +44 -17
- package/node_modules/@aws-sdk/core/dist-cjs/submodules/protocols/index.js +44 -17
- package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/ProtocolLib.js +19 -3
- package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/cbor/AwsSmithyRpcV2CborProtocol.js +4 -3
- package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/AwsJsonRpcProtocol.js +4 -3
- package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/AwsRestJsonProtocol.js +13 -3
- package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/query/AwsQueryProtocol.js +2 -2
- package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/xml/AwsRestXmlProtocol.js +2 -2
- package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/ProtocolLib.d.ts +7 -1
- package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/AwsJsonRpcProtocol.d.ts +3 -0
- package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/AwsRestJsonProtocol.d.ts +11 -1
- package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/query/AwsQueryProtocol.d.ts +3 -0
- package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/xml/AwsRestXmlProtocol.d.ts +3 -0
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/ProtocolLib.d.ts +7 -1
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/AwsRestJsonProtocol.d.ts +6 -0
- package/node_modules/@aws-sdk/core/package.json +1 -1
- package/node_modules/@aws-sdk/credential-provider-node/node_modules/@aws-sdk/credential-provider-env/package.json +2 -2
- package/node_modules/@aws-sdk/credential-provider-node/node_modules/@aws-sdk/credential-provider-http/package.json +2 -2
- package/node_modules/@aws-sdk/credential-provider-node/node_modules/@aws-sdk/credential-provider-ini/package.json +8 -8
- package/node_modules/@aws-sdk/credential-provider-node/node_modules/@aws-sdk/credential-provider-process/package.json +2 -2
- package/node_modules/@aws-sdk/credential-provider-node/node_modules/@aws-sdk/credential-provider-sso/package.json +4 -4
- package/node_modules/@aws-sdk/credential-provider-node/node_modules/@aws-sdk/credential-provider-web-identity/package.json +3 -3
- package/node_modules/@aws-sdk/credential-provider-node/node_modules/@aws-sdk/nested-clients/package.json +4 -4
- package/node_modules/@aws-sdk/credential-provider-node/package.json +7 -7
- package/node_modules/@aws-sdk/middleware-flexible-checksums/package.json +2 -2
- package/node_modules/@aws-sdk/middleware-sdk-s3/package.json +2 -2
- package/node_modules/@aws-sdk/middleware-user-agent/package.json +2 -2
- package/node_modules/@aws-sdk/signature-v4-multi-region/package.json +2 -2
- package/node_modules/@aws-sdk/token-providers/node_modules/@aws-sdk/nested-clients/package.json +4 -4
- package/node_modules/@aws-sdk/token-providers/package.json +3 -3
- package/node_modules/@aws-sdk/util-user-agent-node/package.json +2 -2
- package/node_modules/cdk-iam-floyd/README.md +4 -4
- package/node_modules/cdk-iam-floyd/lib/generated/aws-managed-policies/cdk-iam-floyd.d.ts +8 -0
- package/node_modules/cdk-iam-floyd/lib/generated/aws-managed-policies/cdk-iam-floyd.js +17 -1
- package/node_modules/cdk-iam-floyd/lib/generated/aws-managed-policies/iam-floyd.d.ts +8 -0
- package/node_modules/cdk-iam-floyd/lib/generated/aws-managed-policies/iam-floyd.js +9 -1
- package/node_modules/cdk-iam-floyd/lib/generated/index.d.ts +1 -0
- package/node_modules/cdk-iam-floyd/lib/generated/index.js +6 -3
- package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/appconfig.d.ts +1 -1
- package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/appconfig.js +2 -2
- package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/batch.d.ts +15 -0
- package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/batch.js +16 -1
- package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/connect.d.ts +19 -0
- package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/connect.js +23 -1
- package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/connectcustomerprofiles.d.ts +172 -0
- package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/connectcustomerprofiles.js +229 -2
- package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/costexplorerservice.d.ts +1 -1
- package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/costexplorerservice.js +2 -2
- package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/databasemigrationservice.d.ts +56 -0
- package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/databasemigrationservice.js +78 -1
- package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/datazone.d.ts +168 -0
- package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/datazone.js +253 -1
- package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/ec2autoscaling.d.ts +8 -0
- package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/ec2autoscaling.js +9 -1
- package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/elastickubernetesservice.d.ts +18 -0
- package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/elastickubernetesservice.js +21 -1
- package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/groundstation.d.ts +8 -0
- package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/groundstation.js +12 -1
- package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/guardduty.d.ts +12 -0
- package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/guardduty.js +14 -2
- package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/invoicingservice.d.ts +3 -3
- package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/invoicingservice.js +4 -4
- package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/managedstreamingforapachekafka.d.ts +8 -0
- package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/managedstreamingforapachekafka.js +12 -1
- package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/marketplaceentitlementservice.d.ts +1 -1
- package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/marketplaceentitlementservice.js +2 -2
- package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/marketplacemeteringservice.d.ts +4 -4
- package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/marketplacemeteringservice.js +5 -5
- package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/route53.d.ts +8 -0
- package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/route53.js +12 -1
- package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/s3tables.d.ts +125 -0
- package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/s3tables.js +146 -2
- package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/sagemakerunifiedstudiomcpisamanagedmcpsolutionforawsdataprocessingserviceslikeemr-glue-athena.d.ts +41 -0
- package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/sagemakerunifiedstudiomcpisamanagedmcpsolutionforawsdataprocessingserviceslikeemr-glue-athena.js +60 -0
- package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/securitytokenservice.d.ts +64 -0
- package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/securitytokenservice.js +78 -1
- package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/support.d.ts +27 -0
- package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/support.js +37 -1
- package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/supportconsole.d.ts +12 -0
- package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/supportconsole.js +19 -1
- package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/usersubscriptions.d.ts +8 -0
- package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/usersubscriptions.js +12 -1
- package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/vpclattice.d.ts +116 -0
- package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/vpclattice.js +137 -1
- package/node_modules/cdk-iam-floyd/package.json +4 -4
- package/package.json +7 -7
- package/node_modules/@aws-sdk/client-s3/dist-es/protocols/Aws_restXml.js +0 -8103
- package/node_modules/@aws-sdk/client-s3/dist-types/protocols/Aws_restXml.d.ts +0 -938
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/protocols/Aws_restXml.d.ts +0 -1257
- package/node_modules/@aws-sdk/client-s3-control/dist-es/protocols/Aws_restXml.js +0 -7280
- package/node_modules/@aws-sdk/client-s3-control/dist-types/protocols/Aws_restXml.d.ts +0 -875
- package/node_modules/@aws-sdk/client-s3-control/dist-types/ts3.4/protocols/Aws_restXml.d.ts +0 -1169
|
@@ -1,875 +0,0 @@
|
|
|
1
|
-
import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http";
|
|
2
|
-
import { SerdeContext as __SerdeContext } from "@smithy/types";
|
|
3
|
-
import { AssociateAccessGrantsIdentityCenterCommandInput, AssociateAccessGrantsIdentityCenterCommandOutput } from "../commands/AssociateAccessGrantsIdentityCenterCommand";
|
|
4
|
-
import { CreateAccessGrantCommandInput, CreateAccessGrantCommandOutput } from "../commands/CreateAccessGrantCommand";
|
|
5
|
-
import { CreateAccessGrantsInstanceCommandInput, CreateAccessGrantsInstanceCommandOutput } from "../commands/CreateAccessGrantsInstanceCommand";
|
|
6
|
-
import { CreateAccessGrantsLocationCommandInput, CreateAccessGrantsLocationCommandOutput } from "../commands/CreateAccessGrantsLocationCommand";
|
|
7
|
-
import { CreateAccessPointCommandInput, CreateAccessPointCommandOutput } from "../commands/CreateAccessPointCommand";
|
|
8
|
-
import { CreateAccessPointForObjectLambdaCommandInput, CreateAccessPointForObjectLambdaCommandOutput } from "../commands/CreateAccessPointForObjectLambdaCommand";
|
|
9
|
-
import { CreateBucketCommandInput, CreateBucketCommandOutput } from "../commands/CreateBucketCommand";
|
|
10
|
-
import { CreateJobCommandInput, CreateJobCommandOutput } from "../commands/CreateJobCommand";
|
|
11
|
-
import { CreateMultiRegionAccessPointCommandInput, CreateMultiRegionAccessPointCommandOutput } from "../commands/CreateMultiRegionAccessPointCommand";
|
|
12
|
-
import { CreateStorageLensGroupCommandInput, CreateStorageLensGroupCommandOutput } from "../commands/CreateStorageLensGroupCommand";
|
|
13
|
-
import { DeleteAccessGrantCommandInput, DeleteAccessGrantCommandOutput } from "../commands/DeleteAccessGrantCommand";
|
|
14
|
-
import { DeleteAccessGrantsInstanceCommandInput, DeleteAccessGrantsInstanceCommandOutput } from "../commands/DeleteAccessGrantsInstanceCommand";
|
|
15
|
-
import { DeleteAccessGrantsInstanceResourcePolicyCommandInput, DeleteAccessGrantsInstanceResourcePolicyCommandOutput } from "../commands/DeleteAccessGrantsInstanceResourcePolicyCommand";
|
|
16
|
-
import { DeleteAccessGrantsLocationCommandInput, DeleteAccessGrantsLocationCommandOutput } from "../commands/DeleteAccessGrantsLocationCommand";
|
|
17
|
-
import { DeleteAccessPointCommandInput, DeleteAccessPointCommandOutput } from "../commands/DeleteAccessPointCommand";
|
|
18
|
-
import { DeleteAccessPointForObjectLambdaCommandInput, DeleteAccessPointForObjectLambdaCommandOutput } from "../commands/DeleteAccessPointForObjectLambdaCommand";
|
|
19
|
-
import { DeleteAccessPointPolicyCommandInput, DeleteAccessPointPolicyCommandOutput } from "../commands/DeleteAccessPointPolicyCommand";
|
|
20
|
-
import { DeleteAccessPointPolicyForObjectLambdaCommandInput, DeleteAccessPointPolicyForObjectLambdaCommandOutput } from "../commands/DeleteAccessPointPolicyForObjectLambdaCommand";
|
|
21
|
-
import { DeleteAccessPointScopeCommandInput, DeleteAccessPointScopeCommandOutput } from "../commands/DeleteAccessPointScopeCommand";
|
|
22
|
-
import { DeleteBucketCommandInput, DeleteBucketCommandOutput } from "../commands/DeleteBucketCommand";
|
|
23
|
-
import { DeleteBucketLifecycleConfigurationCommandInput, DeleteBucketLifecycleConfigurationCommandOutput } from "../commands/DeleteBucketLifecycleConfigurationCommand";
|
|
24
|
-
import { DeleteBucketPolicyCommandInput, DeleteBucketPolicyCommandOutput } from "../commands/DeleteBucketPolicyCommand";
|
|
25
|
-
import { DeleteBucketReplicationCommandInput, DeleteBucketReplicationCommandOutput } from "../commands/DeleteBucketReplicationCommand";
|
|
26
|
-
import { DeleteBucketTaggingCommandInput, DeleteBucketTaggingCommandOutput } from "../commands/DeleteBucketTaggingCommand";
|
|
27
|
-
import { DeleteJobTaggingCommandInput, DeleteJobTaggingCommandOutput } from "../commands/DeleteJobTaggingCommand";
|
|
28
|
-
import { DeleteMultiRegionAccessPointCommandInput, DeleteMultiRegionAccessPointCommandOutput } from "../commands/DeleteMultiRegionAccessPointCommand";
|
|
29
|
-
import { DeletePublicAccessBlockCommandInput, DeletePublicAccessBlockCommandOutput } from "../commands/DeletePublicAccessBlockCommand";
|
|
30
|
-
import { DeleteStorageLensConfigurationCommandInput, DeleteStorageLensConfigurationCommandOutput } from "../commands/DeleteStorageLensConfigurationCommand";
|
|
31
|
-
import { DeleteStorageLensConfigurationTaggingCommandInput, DeleteStorageLensConfigurationTaggingCommandOutput } from "../commands/DeleteStorageLensConfigurationTaggingCommand";
|
|
32
|
-
import { DeleteStorageLensGroupCommandInput, DeleteStorageLensGroupCommandOutput } from "../commands/DeleteStorageLensGroupCommand";
|
|
33
|
-
import { DescribeJobCommandInput, DescribeJobCommandOutput } from "../commands/DescribeJobCommand";
|
|
34
|
-
import { DescribeMultiRegionAccessPointOperationCommandInput, DescribeMultiRegionAccessPointOperationCommandOutput } from "../commands/DescribeMultiRegionAccessPointOperationCommand";
|
|
35
|
-
import { DissociateAccessGrantsIdentityCenterCommandInput, DissociateAccessGrantsIdentityCenterCommandOutput } from "../commands/DissociateAccessGrantsIdentityCenterCommand";
|
|
36
|
-
import { GetAccessGrantCommandInput, GetAccessGrantCommandOutput } from "../commands/GetAccessGrantCommand";
|
|
37
|
-
import { GetAccessGrantsInstanceCommandInput, GetAccessGrantsInstanceCommandOutput } from "../commands/GetAccessGrantsInstanceCommand";
|
|
38
|
-
import { GetAccessGrantsInstanceForPrefixCommandInput, GetAccessGrantsInstanceForPrefixCommandOutput } from "../commands/GetAccessGrantsInstanceForPrefixCommand";
|
|
39
|
-
import { GetAccessGrantsInstanceResourcePolicyCommandInput, GetAccessGrantsInstanceResourcePolicyCommandOutput } from "../commands/GetAccessGrantsInstanceResourcePolicyCommand";
|
|
40
|
-
import { GetAccessGrantsLocationCommandInput, GetAccessGrantsLocationCommandOutput } from "../commands/GetAccessGrantsLocationCommand";
|
|
41
|
-
import { GetAccessPointCommandInput, GetAccessPointCommandOutput } from "../commands/GetAccessPointCommand";
|
|
42
|
-
import { GetAccessPointConfigurationForObjectLambdaCommandInput, GetAccessPointConfigurationForObjectLambdaCommandOutput } from "../commands/GetAccessPointConfigurationForObjectLambdaCommand";
|
|
43
|
-
import { GetAccessPointForObjectLambdaCommandInput, GetAccessPointForObjectLambdaCommandOutput } from "../commands/GetAccessPointForObjectLambdaCommand";
|
|
44
|
-
import { GetAccessPointPolicyCommandInput, GetAccessPointPolicyCommandOutput } from "../commands/GetAccessPointPolicyCommand";
|
|
45
|
-
import { GetAccessPointPolicyForObjectLambdaCommandInput, GetAccessPointPolicyForObjectLambdaCommandOutput } from "../commands/GetAccessPointPolicyForObjectLambdaCommand";
|
|
46
|
-
import { GetAccessPointPolicyStatusCommandInput, GetAccessPointPolicyStatusCommandOutput } from "../commands/GetAccessPointPolicyStatusCommand";
|
|
47
|
-
import { GetAccessPointPolicyStatusForObjectLambdaCommandInput, GetAccessPointPolicyStatusForObjectLambdaCommandOutput } from "../commands/GetAccessPointPolicyStatusForObjectLambdaCommand";
|
|
48
|
-
import { GetAccessPointScopeCommandInput, GetAccessPointScopeCommandOutput } from "../commands/GetAccessPointScopeCommand";
|
|
49
|
-
import { GetBucketCommandInput, GetBucketCommandOutput } from "../commands/GetBucketCommand";
|
|
50
|
-
import { GetBucketLifecycleConfigurationCommandInput, GetBucketLifecycleConfigurationCommandOutput } from "../commands/GetBucketLifecycleConfigurationCommand";
|
|
51
|
-
import { GetBucketPolicyCommandInput, GetBucketPolicyCommandOutput } from "../commands/GetBucketPolicyCommand";
|
|
52
|
-
import { GetBucketReplicationCommandInput, GetBucketReplicationCommandOutput } from "../commands/GetBucketReplicationCommand";
|
|
53
|
-
import { GetBucketTaggingCommandInput, GetBucketTaggingCommandOutput } from "../commands/GetBucketTaggingCommand";
|
|
54
|
-
import { GetBucketVersioningCommandInput, GetBucketVersioningCommandOutput } from "../commands/GetBucketVersioningCommand";
|
|
55
|
-
import { GetDataAccessCommandInput, GetDataAccessCommandOutput } from "../commands/GetDataAccessCommand";
|
|
56
|
-
import { GetJobTaggingCommandInput, GetJobTaggingCommandOutput } from "../commands/GetJobTaggingCommand";
|
|
57
|
-
import { GetMultiRegionAccessPointCommandInput, GetMultiRegionAccessPointCommandOutput } from "../commands/GetMultiRegionAccessPointCommand";
|
|
58
|
-
import { GetMultiRegionAccessPointPolicyCommandInput, GetMultiRegionAccessPointPolicyCommandOutput } from "../commands/GetMultiRegionAccessPointPolicyCommand";
|
|
59
|
-
import { GetMultiRegionAccessPointPolicyStatusCommandInput, GetMultiRegionAccessPointPolicyStatusCommandOutput } from "../commands/GetMultiRegionAccessPointPolicyStatusCommand";
|
|
60
|
-
import { GetMultiRegionAccessPointRoutesCommandInput, GetMultiRegionAccessPointRoutesCommandOutput } from "../commands/GetMultiRegionAccessPointRoutesCommand";
|
|
61
|
-
import { GetPublicAccessBlockCommandInput, GetPublicAccessBlockCommandOutput } from "../commands/GetPublicAccessBlockCommand";
|
|
62
|
-
import { GetStorageLensConfigurationCommandInput, GetStorageLensConfigurationCommandOutput } from "../commands/GetStorageLensConfigurationCommand";
|
|
63
|
-
import { GetStorageLensConfigurationTaggingCommandInput, GetStorageLensConfigurationTaggingCommandOutput } from "../commands/GetStorageLensConfigurationTaggingCommand";
|
|
64
|
-
import { GetStorageLensGroupCommandInput, GetStorageLensGroupCommandOutput } from "../commands/GetStorageLensGroupCommand";
|
|
65
|
-
import { ListAccessGrantsCommandInput, ListAccessGrantsCommandOutput } from "../commands/ListAccessGrantsCommand";
|
|
66
|
-
import { ListAccessGrantsInstancesCommandInput, ListAccessGrantsInstancesCommandOutput } from "../commands/ListAccessGrantsInstancesCommand";
|
|
67
|
-
import { ListAccessGrantsLocationsCommandInput, ListAccessGrantsLocationsCommandOutput } from "../commands/ListAccessGrantsLocationsCommand";
|
|
68
|
-
import { ListAccessPointsCommandInput, ListAccessPointsCommandOutput } from "../commands/ListAccessPointsCommand";
|
|
69
|
-
import { ListAccessPointsForDirectoryBucketsCommandInput, ListAccessPointsForDirectoryBucketsCommandOutput } from "../commands/ListAccessPointsForDirectoryBucketsCommand";
|
|
70
|
-
import { ListAccessPointsForObjectLambdaCommandInput, ListAccessPointsForObjectLambdaCommandOutput } from "../commands/ListAccessPointsForObjectLambdaCommand";
|
|
71
|
-
import { ListCallerAccessGrantsCommandInput, ListCallerAccessGrantsCommandOutput } from "../commands/ListCallerAccessGrantsCommand";
|
|
72
|
-
import { ListJobsCommandInput, ListJobsCommandOutput } from "../commands/ListJobsCommand";
|
|
73
|
-
import { ListMultiRegionAccessPointsCommandInput, ListMultiRegionAccessPointsCommandOutput } from "../commands/ListMultiRegionAccessPointsCommand";
|
|
74
|
-
import { ListRegionalBucketsCommandInput, ListRegionalBucketsCommandOutput } from "../commands/ListRegionalBucketsCommand";
|
|
75
|
-
import { ListStorageLensConfigurationsCommandInput, ListStorageLensConfigurationsCommandOutput } from "../commands/ListStorageLensConfigurationsCommand";
|
|
76
|
-
import { ListStorageLensGroupsCommandInput, ListStorageLensGroupsCommandOutput } from "../commands/ListStorageLensGroupsCommand";
|
|
77
|
-
import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "../commands/ListTagsForResourceCommand";
|
|
78
|
-
import { PutAccessGrantsInstanceResourcePolicyCommandInput, PutAccessGrantsInstanceResourcePolicyCommandOutput } from "../commands/PutAccessGrantsInstanceResourcePolicyCommand";
|
|
79
|
-
import { PutAccessPointConfigurationForObjectLambdaCommandInput, PutAccessPointConfigurationForObjectLambdaCommandOutput } from "../commands/PutAccessPointConfigurationForObjectLambdaCommand";
|
|
80
|
-
import { PutAccessPointPolicyCommandInput, PutAccessPointPolicyCommandOutput } from "../commands/PutAccessPointPolicyCommand";
|
|
81
|
-
import { PutAccessPointPolicyForObjectLambdaCommandInput, PutAccessPointPolicyForObjectLambdaCommandOutput } from "../commands/PutAccessPointPolicyForObjectLambdaCommand";
|
|
82
|
-
import { PutAccessPointScopeCommandInput, PutAccessPointScopeCommandOutput } from "../commands/PutAccessPointScopeCommand";
|
|
83
|
-
import { PutBucketLifecycleConfigurationCommandInput, PutBucketLifecycleConfigurationCommandOutput } from "../commands/PutBucketLifecycleConfigurationCommand";
|
|
84
|
-
import { PutBucketPolicyCommandInput, PutBucketPolicyCommandOutput } from "../commands/PutBucketPolicyCommand";
|
|
85
|
-
import { PutBucketReplicationCommandInput, PutBucketReplicationCommandOutput } from "../commands/PutBucketReplicationCommand";
|
|
86
|
-
import { PutBucketTaggingCommandInput, PutBucketTaggingCommandOutput } from "../commands/PutBucketTaggingCommand";
|
|
87
|
-
import { PutBucketVersioningCommandInput, PutBucketVersioningCommandOutput } from "../commands/PutBucketVersioningCommand";
|
|
88
|
-
import { PutJobTaggingCommandInput, PutJobTaggingCommandOutput } from "../commands/PutJobTaggingCommand";
|
|
89
|
-
import { PutMultiRegionAccessPointPolicyCommandInput, PutMultiRegionAccessPointPolicyCommandOutput } from "../commands/PutMultiRegionAccessPointPolicyCommand";
|
|
90
|
-
import { PutPublicAccessBlockCommandInput, PutPublicAccessBlockCommandOutput } from "../commands/PutPublicAccessBlockCommand";
|
|
91
|
-
import { PutStorageLensConfigurationCommandInput, PutStorageLensConfigurationCommandOutput } from "../commands/PutStorageLensConfigurationCommand";
|
|
92
|
-
import { PutStorageLensConfigurationTaggingCommandInput, PutStorageLensConfigurationTaggingCommandOutput } from "../commands/PutStorageLensConfigurationTaggingCommand";
|
|
93
|
-
import { SubmitMultiRegionAccessPointRoutesCommandInput, SubmitMultiRegionAccessPointRoutesCommandOutput } from "../commands/SubmitMultiRegionAccessPointRoutesCommand";
|
|
94
|
-
import { TagResourceCommandInput, TagResourceCommandOutput } from "../commands/TagResourceCommand";
|
|
95
|
-
import { UntagResourceCommandInput, UntagResourceCommandOutput } from "../commands/UntagResourceCommand";
|
|
96
|
-
import { UpdateAccessGrantsLocationCommandInput, UpdateAccessGrantsLocationCommandOutput } from "../commands/UpdateAccessGrantsLocationCommand";
|
|
97
|
-
import { UpdateJobPriorityCommandInput, UpdateJobPriorityCommandOutput } from "../commands/UpdateJobPriorityCommand";
|
|
98
|
-
import { UpdateJobStatusCommandInput, UpdateJobStatusCommandOutput } from "../commands/UpdateJobStatusCommand";
|
|
99
|
-
import { UpdateStorageLensGroupCommandInput, UpdateStorageLensGroupCommandOutput } from "../commands/UpdateStorageLensGroupCommand";
|
|
100
|
-
/**
|
|
101
|
-
* serializeAws_restXmlAssociateAccessGrantsIdentityCenterCommand
|
|
102
|
-
*/
|
|
103
|
-
export declare const se_AssociateAccessGrantsIdentityCenterCommand: (input: AssociateAccessGrantsIdentityCenterCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
104
|
-
/**
|
|
105
|
-
* serializeAws_restXmlCreateAccessGrantCommand
|
|
106
|
-
*/
|
|
107
|
-
export declare const se_CreateAccessGrantCommand: (input: CreateAccessGrantCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
108
|
-
/**
|
|
109
|
-
* serializeAws_restXmlCreateAccessGrantsInstanceCommand
|
|
110
|
-
*/
|
|
111
|
-
export declare const se_CreateAccessGrantsInstanceCommand: (input: CreateAccessGrantsInstanceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
112
|
-
/**
|
|
113
|
-
* serializeAws_restXmlCreateAccessGrantsLocationCommand
|
|
114
|
-
*/
|
|
115
|
-
export declare const se_CreateAccessGrantsLocationCommand: (input: CreateAccessGrantsLocationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
116
|
-
/**
|
|
117
|
-
* serializeAws_restXmlCreateAccessPointCommand
|
|
118
|
-
*/
|
|
119
|
-
export declare const se_CreateAccessPointCommand: (input: CreateAccessPointCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
120
|
-
/**
|
|
121
|
-
* serializeAws_restXmlCreateAccessPointForObjectLambdaCommand
|
|
122
|
-
*/
|
|
123
|
-
export declare const se_CreateAccessPointForObjectLambdaCommand: (input: CreateAccessPointForObjectLambdaCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
124
|
-
/**
|
|
125
|
-
* serializeAws_restXmlCreateBucketCommand
|
|
126
|
-
*/
|
|
127
|
-
export declare const se_CreateBucketCommand: (input: CreateBucketCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
128
|
-
/**
|
|
129
|
-
* serializeAws_restXmlCreateJobCommand
|
|
130
|
-
*/
|
|
131
|
-
export declare const se_CreateJobCommand: (input: CreateJobCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
132
|
-
/**
|
|
133
|
-
* serializeAws_restXmlCreateMultiRegionAccessPointCommand
|
|
134
|
-
*/
|
|
135
|
-
export declare const se_CreateMultiRegionAccessPointCommand: (input: CreateMultiRegionAccessPointCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
136
|
-
/**
|
|
137
|
-
* serializeAws_restXmlCreateStorageLensGroupCommand
|
|
138
|
-
*/
|
|
139
|
-
export declare const se_CreateStorageLensGroupCommand: (input: CreateStorageLensGroupCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
140
|
-
/**
|
|
141
|
-
* serializeAws_restXmlDeleteAccessGrantCommand
|
|
142
|
-
*/
|
|
143
|
-
export declare const se_DeleteAccessGrantCommand: (input: DeleteAccessGrantCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
144
|
-
/**
|
|
145
|
-
* serializeAws_restXmlDeleteAccessGrantsInstanceCommand
|
|
146
|
-
*/
|
|
147
|
-
export declare const se_DeleteAccessGrantsInstanceCommand: (input: DeleteAccessGrantsInstanceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
148
|
-
/**
|
|
149
|
-
* serializeAws_restXmlDeleteAccessGrantsInstanceResourcePolicyCommand
|
|
150
|
-
*/
|
|
151
|
-
export declare const se_DeleteAccessGrantsInstanceResourcePolicyCommand: (input: DeleteAccessGrantsInstanceResourcePolicyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
152
|
-
/**
|
|
153
|
-
* serializeAws_restXmlDeleteAccessGrantsLocationCommand
|
|
154
|
-
*/
|
|
155
|
-
export declare const se_DeleteAccessGrantsLocationCommand: (input: DeleteAccessGrantsLocationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
156
|
-
/**
|
|
157
|
-
* serializeAws_restXmlDeleteAccessPointCommand
|
|
158
|
-
*/
|
|
159
|
-
export declare const se_DeleteAccessPointCommand: (input: DeleteAccessPointCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
160
|
-
/**
|
|
161
|
-
* serializeAws_restXmlDeleteAccessPointForObjectLambdaCommand
|
|
162
|
-
*/
|
|
163
|
-
export declare const se_DeleteAccessPointForObjectLambdaCommand: (input: DeleteAccessPointForObjectLambdaCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
164
|
-
/**
|
|
165
|
-
* serializeAws_restXmlDeleteAccessPointPolicyCommand
|
|
166
|
-
*/
|
|
167
|
-
export declare const se_DeleteAccessPointPolicyCommand: (input: DeleteAccessPointPolicyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
168
|
-
/**
|
|
169
|
-
* serializeAws_restXmlDeleteAccessPointPolicyForObjectLambdaCommand
|
|
170
|
-
*/
|
|
171
|
-
export declare const se_DeleteAccessPointPolicyForObjectLambdaCommand: (input: DeleteAccessPointPolicyForObjectLambdaCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
172
|
-
/**
|
|
173
|
-
* serializeAws_restXmlDeleteAccessPointScopeCommand
|
|
174
|
-
*/
|
|
175
|
-
export declare const se_DeleteAccessPointScopeCommand: (input: DeleteAccessPointScopeCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
176
|
-
/**
|
|
177
|
-
* serializeAws_restXmlDeleteBucketCommand
|
|
178
|
-
*/
|
|
179
|
-
export declare const se_DeleteBucketCommand: (input: DeleteBucketCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
180
|
-
/**
|
|
181
|
-
* serializeAws_restXmlDeleteBucketLifecycleConfigurationCommand
|
|
182
|
-
*/
|
|
183
|
-
export declare const se_DeleteBucketLifecycleConfigurationCommand: (input: DeleteBucketLifecycleConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
184
|
-
/**
|
|
185
|
-
* serializeAws_restXmlDeleteBucketPolicyCommand
|
|
186
|
-
*/
|
|
187
|
-
export declare const se_DeleteBucketPolicyCommand: (input: DeleteBucketPolicyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
188
|
-
/**
|
|
189
|
-
* serializeAws_restXmlDeleteBucketReplicationCommand
|
|
190
|
-
*/
|
|
191
|
-
export declare const se_DeleteBucketReplicationCommand: (input: DeleteBucketReplicationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
192
|
-
/**
|
|
193
|
-
* serializeAws_restXmlDeleteBucketTaggingCommand
|
|
194
|
-
*/
|
|
195
|
-
export declare const se_DeleteBucketTaggingCommand: (input: DeleteBucketTaggingCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
196
|
-
/**
|
|
197
|
-
* serializeAws_restXmlDeleteJobTaggingCommand
|
|
198
|
-
*/
|
|
199
|
-
export declare const se_DeleteJobTaggingCommand: (input: DeleteJobTaggingCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
200
|
-
/**
|
|
201
|
-
* serializeAws_restXmlDeleteMultiRegionAccessPointCommand
|
|
202
|
-
*/
|
|
203
|
-
export declare const se_DeleteMultiRegionAccessPointCommand: (input: DeleteMultiRegionAccessPointCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
204
|
-
/**
|
|
205
|
-
* serializeAws_restXmlDeletePublicAccessBlockCommand
|
|
206
|
-
*/
|
|
207
|
-
export declare const se_DeletePublicAccessBlockCommand: (input: DeletePublicAccessBlockCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
208
|
-
/**
|
|
209
|
-
* serializeAws_restXmlDeleteStorageLensConfigurationCommand
|
|
210
|
-
*/
|
|
211
|
-
export declare const se_DeleteStorageLensConfigurationCommand: (input: DeleteStorageLensConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
212
|
-
/**
|
|
213
|
-
* serializeAws_restXmlDeleteStorageLensConfigurationTaggingCommand
|
|
214
|
-
*/
|
|
215
|
-
export declare const se_DeleteStorageLensConfigurationTaggingCommand: (input: DeleteStorageLensConfigurationTaggingCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
216
|
-
/**
|
|
217
|
-
* serializeAws_restXmlDeleteStorageLensGroupCommand
|
|
218
|
-
*/
|
|
219
|
-
export declare const se_DeleteStorageLensGroupCommand: (input: DeleteStorageLensGroupCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
220
|
-
/**
|
|
221
|
-
* serializeAws_restXmlDescribeJobCommand
|
|
222
|
-
*/
|
|
223
|
-
export declare const se_DescribeJobCommand: (input: DescribeJobCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
224
|
-
/**
|
|
225
|
-
* serializeAws_restXmlDescribeMultiRegionAccessPointOperationCommand
|
|
226
|
-
*/
|
|
227
|
-
export declare const se_DescribeMultiRegionAccessPointOperationCommand: (input: DescribeMultiRegionAccessPointOperationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
228
|
-
/**
|
|
229
|
-
* serializeAws_restXmlDissociateAccessGrantsIdentityCenterCommand
|
|
230
|
-
*/
|
|
231
|
-
export declare const se_DissociateAccessGrantsIdentityCenterCommand: (input: DissociateAccessGrantsIdentityCenterCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
232
|
-
/**
|
|
233
|
-
* serializeAws_restXmlGetAccessGrantCommand
|
|
234
|
-
*/
|
|
235
|
-
export declare const se_GetAccessGrantCommand: (input: GetAccessGrantCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
236
|
-
/**
|
|
237
|
-
* serializeAws_restXmlGetAccessGrantsInstanceCommand
|
|
238
|
-
*/
|
|
239
|
-
export declare const se_GetAccessGrantsInstanceCommand: (input: GetAccessGrantsInstanceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
240
|
-
/**
|
|
241
|
-
* serializeAws_restXmlGetAccessGrantsInstanceForPrefixCommand
|
|
242
|
-
*/
|
|
243
|
-
export declare const se_GetAccessGrantsInstanceForPrefixCommand: (input: GetAccessGrantsInstanceForPrefixCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
244
|
-
/**
|
|
245
|
-
* serializeAws_restXmlGetAccessGrantsInstanceResourcePolicyCommand
|
|
246
|
-
*/
|
|
247
|
-
export declare const se_GetAccessGrantsInstanceResourcePolicyCommand: (input: GetAccessGrantsInstanceResourcePolicyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
248
|
-
/**
|
|
249
|
-
* serializeAws_restXmlGetAccessGrantsLocationCommand
|
|
250
|
-
*/
|
|
251
|
-
export declare const se_GetAccessGrantsLocationCommand: (input: GetAccessGrantsLocationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
252
|
-
/**
|
|
253
|
-
* serializeAws_restXmlGetAccessPointCommand
|
|
254
|
-
*/
|
|
255
|
-
export declare const se_GetAccessPointCommand: (input: GetAccessPointCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
256
|
-
/**
|
|
257
|
-
* serializeAws_restXmlGetAccessPointConfigurationForObjectLambdaCommand
|
|
258
|
-
*/
|
|
259
|
-
export declare const se_GetAccessPointConfigurationForObjectLambdaCommand: (input: GetAccessPointConfigurationForObjectLambdaCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
260
|
-
/**
|
|
261
|
-
* serializeAws_restXmlGetAccessPointForObjectLambdaCommand
|
|
262
|
-
*/
|
|
263
|
-
export declare const se_GetAccessPointForObjectLambdaCommand: (input: GetAccessPointForObjectLambdaCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
264
|
-
/**
|
|
265
|
-
* serializeAws_restXmlGetAccessPointPolicyCommand
|
|
266
|
-
*/
|
|
267
|
-
export declare const se_GetAccessPointPolicyCommand: (input: GetAccessPointPolicyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
268
|
-
/**
|
|
269
|
-
* serializeAws_restXmlGetAccessPointPolicyForObjectLambdaCommand
|
|
270
|
-
*/
|
|
271
|
-
export declare const se_GetAccessPointPolicyForObjectLambdaCommand: (input: GetAccessPointPolicyForObjectLambdaCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
272
|
-
/**
|
|
273
|
-
* serializeAws_restXmlGetAccessPointPolicyStatusCommand
|
|
274
|
-
*/
|
|
275
|
-
export declare const se_GetAccessPointPolicyStatusCommand: (input: GetAccessPointPolicyStatusCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
276
|
-
/**
|
|
277
|
-
* serializeAws_restXmlGetAccessPointPolicyStatusForObjectLambdaCommand
|
|
278
|
-
*/
|
|
279
|
-
export declare const se_GetAccessPointPolicyStatusForObjectLambdaCommand: (input: GetAccessPointPolicyStatusForObjectLambdaCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
280
|
-
/**
|
|
281
|
-
* serializeAws_restXmlGetAccessPointScopeCommand
|
|
282
|
-
*/
|
|
283
|
-
export declare const se_GetAccessPointScopeCommand: (input: GetAccessPointScopeCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
284
|
-
/**
|
|
285
|
-
* serializeAws_restXmlGetBucketCommand
|
|
286
|
-
*/
|
|
287
|
-
export declare const se_GetBucketCommand: (input: GetBucketCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
288
|
-
/**
|
|
289
|
-
* serializeAws_restXmlGetBucketLifecycleConfigurationCommand
|
|
290
|
-
*/
|
|
291
|
-
export declare const se_GetBucketLifecycleConfigurationCommand: (input: GetBucketLifecycleConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
292
|
-
/**
|
|
293
|
-
* serializeAws_restXmlGetBucketPolicyCommand
|
|
294
|
-
*/
|
|
295
|
-
export declare const se_GetBucketPolicyCommand: (input: GetBucketPolicyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
296
|
-
/**
|
|
297
|
-
* serializeAws_restXmlGetBucketReplicationCommand
|
|
298
|
-
*/
|
|
299
|
-
export declare const se_GetBucketReplicationCommand: (input: GetBucketReplicationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
300
|
-
/**
|
|
301
|
-
* serializeAws_restXmlGetBucketTaggingCommand
|
|
302
|
-
*/
|
|
303
|
-
export declare const se_GetBucketTaggingCommand: (input: GetBucketTaggingCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
304
|
-
/**
|
|
305
|
-
* serializeAws_restXmlGetBucketVersioningCommand
|
|
306
|
-
*/
|
|
307
|
-
export declare const se_GetBucketVersioningCommand: (input: GetBucketVersioningCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
308
|
-
/**
|
|
309
|
-
* serializeAws_restXmlGetDataAccessCommand
|
|
310
|
-
*/
|
|
311
|
-
export declare const se_GetDataAccessCommand: (input: GetDataAccessCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
312
|
-
/**
|
|
313
|
-
* serializeAws_restXmlGetJobTaggingCommand
|
|
314
|
-
*/
|
|
315
|
-
export declare const se_GetJobTaggingCommand: (input: GetJobTaggingCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
316
|
-
/**
|
|
317
|
-
* serializeAws_restXmlGetMultiRegionAccessPointCommand
|
|
318
|
-
*/
|
|
319
|
-
export declare const se_GetMultiRegionAccessPointCommand: (input: GetMultiRegionAccessPointCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
320
|
-
/**
|
|
321
|
-
* serializeAws_restXmlGetMultiRegionAccessPointPolicyCommand
|
|
322
|
-
*/
|
|
323
|
-
export declare const se_GetMultiRegionAccessPointPolicyCommand: (input: GetMultiRegionAccessPointPolicyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
324
|
-
/**
|
|
325
|
-
* serializeAws_restXmlGetMultiRegionAccessPointPolicyStatusCommand
|
|
326
|
-
*/
|
|
327
|
-
export declare const se_GetMultiRegionAccessPointPolicyStatusCommand: (input: GetMultiRegionAccessPointPolicyStatusCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
328
|
-
/**
|
|
329
|
-
* serializeAws_restXmlGetMultiRegionAccessPointRoutesCommand
|
|
330
|
-
*/
|
|
331
|
-
export declare const se_GetMultiRegionAccessPointRoutesCommand: (input: GetMultiRegionAccessPointRoutesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
332
|
-
/**
|
|
333
|
-
* serializeAws_restXmlGetPublicAccessBlockCommand
|
|
334
|
-
*/
|
|
335
|
-
export declare const se_GetPublicAccessBlockCommand: (input: GetPublicAccessBlockCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
336
|
-
/**
|
|
337
|
-
* serializeAws_restXmlGetStorageLensConfigurationCommand
|
|
338
|
-
*/
|
|
339
|
-
export declare const se_GetStorageLensConfigurationCommand: (input: GetStorageLensConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
340
|
-
/**
|
|
341
|
-
* serializeAws_restXmlGetStorageLensConfigurationTaggingCommand
|
|
342
|
-
*/
|
|
343
|
-
export declare const se_GetStorageLensConfigurationTaggingCommand: (input: GetStorageLensConfigurationTaggingCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
344
|
-
/**
|
|
345
|
-
* serializeAws_restXmlGetStorageLensGroupCommand
|
|
346
|
-
*/
|
|
347
|
-
export declare const se_GetStorageLensGroupCommand: (input: GetStorageLensGroupCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
348
|
-
/**
|
|
349
|
-
* serializeAws_restXmlListAccessGrantsCommand
|
|
350
|
-
*/
|
|
351
|
-
export declare const se_ListAccessGrantsCommand: (input: ListAccessGrantsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
352
|
-
/**
|
|
353
|
-
* serializeAws_restXmlListAccessGrantsInstancesCommand
|
|
354
|
-
*/
|
|
355
|
-
export declare const se_ListAccessGrantsInstancesCommand: (input: ListAccessGrantsInstancesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
356
|
-
/**
|
|
357
|
-
* serializeAws_restXmlListAccessGrantsLocationsCommand
|
|
358
|
-
*/
|
|
359
|
-
export declare const se_ListAccessGrantsLocationsCommand: (input: ListAccessGrantsLocationsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
360
|
-
/**
|
|
361
|
-
* serializeAws_restXmlListAccessPointsCommand
|
|
362
|
-
*/
|
|
363
|
-
export declare const se_ListAccessPointsCommand: (input: ListAccessPointsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
364
|
-
/**
|
|
365
|
-
* serializeAws_restXmlListAccessPointsForDirectoryBucketsCommand
|
|
366
|
-
*/
|
|
367
|
-
export declare const se_ListAccessPointsForDirectoryBucketsCommand: (input: ListAccessPointsForDirectoryBucketsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
368
|
-
/**
|
|
369
|
-
* serializeAws_restXmlListAccessPointsForObjectLambdaCommand
|
|
370
|
-
*/
|
|
371
|
-
export declare const se_ListAccessPointsForObjectLambdaCommand: (input: ListAccessPointsForObjectLambdaCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
372
|
-
/**
|
|
373
|
-
* serializeAws_restXmlListCallerAccessGrantsCommand
|
|
374
|
-
*/
|
|
375
|
-
export declare const se_ListCallerAccessGrantsCommand: (input: ListCallerAccessGrantsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
376
|
-
/**
|
|
377
|
-
* serializeAws_restXmlListJobsCommand
|
|
378
|
-
*/
|
|
379
|
-
export declare const se_ListJobsCommand: (input: ListJobsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
380
|
-
/**
|
|
381
|
-
* serializeAws_restXmlListMultiRegionAccessPointsCommand
|
|
382
|
-
*/
|
|
383
|
-
export declare const se_ListMultiRegionAccessPointsCommand: (input: ListMultiRegionAccessPointsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
384
|
-
/**
|
|
385
|
-
* serializeAws_restXmlListRegionalBucketsCommand
|
|
386
|
-
*/
|
|
387
|
-
export declare const se_ListRegionalBucketsCommand: (input: ListRegionalBucketsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
388
|
-
/**
|
|
389
|
-
* serializeAws_restXmlListStorageLensConfigurationsCommand
|
|
390
|
-
*/
|
|
391
|
-
export declare const se_ListStorageLensConfigurationsCommand: (input: ListStorageLensConfigurationsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
392
|
-
/**
|
|
393
|
-
* serializeAws_restXmlListStorageLensGroupsCommand
|
|
394
|
-
*/
|
|
395
|
-
export declare const se_ListStorageLensGroupsCommand: (input: ListStorageLensGroupsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
396
|
-
/**
|
|
397
|
-
* serializeAws_restXmlListTagsForResourceCommand
|
|
398
|
-
*/
|
|
399
|
-
export declare const se_ListTagsForResourceCommand: (input: ListTagsForResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
400
|
-
/**
|
|
401
|
-
* serializeAws_restXmlPutAccessGrantsInstanceResourcePolicyCommand
|
|
402
|
-
*/
|
|
403
|
-
export declare const se_PutAccessGrantsInstanceResourcePolicyCommand: (input: PutAccessGrantsInstanceResourcePolicyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
404
|
-
/**
|
|
405
|
-
* serializeAws_restXmlPutAccessPointConfigurationForObjectLambdaCommand
|
|
406
|
-
*/
|
|
407
|
-
export declare const se_PutAccessPointConfigurationForObjectLambdaCommand: (input: PutAccessPointConfigurationForObjectLambdaCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
408
|
-
/**
|
|
409
|
-
* serializeAws_restXmlPutAccessPointPolicyCommand
|
|
410
|
-
*/
|
|
411
|
-
export declare const se_PutAccessPointPolicyCommand: (input: PutAccessPointPolicyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
412
|
-
/**
|
|
413
|
-
* serializeAws_restXmlPutAccessPointPolicyForObjectLambdaCommand
|
|
414
|
-
*/
|
|
415
|
-
export declare const se_PutAccessPointPolicyForObjectLambdaCommand: (input: PutAccessPointPolicyForObjectLambdaCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
416
|
-
/**
|
|
417
|
-
* serializeAws_restXmlPutAccessPointScopeCommand
|
|
418
|
-
*/
|
|
419
|
-
export declare const se_PutAccessPointScopeCommand: (input: PutAccessPointScopeCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
420
|
-
/**
|
|
421
|
-
* serializeAws_restXmlPutBucketLifecycleConfigurationCommand
|
|
422
|
-
*/
|
|
423
|
-
export declare const se_PutBucketLifecycleConfigurationCommand: (input: PutBucketLifecycleConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
424
|
-
/**
|
|
425
|
-
* serializeAws_restXmlPutBucketPolicyCommand
|
|
426
|
-
*/
|
|
427
|
-
export declare const se_PutBucketPolicyCommand: (input: PutBucketPolicyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
428
|
-
/**
|
|
429
|
-
* serializeAws_restXmlPutBucketReplicationCommand
|
|
430
|
-
*/
|
|
431
|
-
export declare const se_PutBucketReplicationCommand: (input: PutBucketReplicationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
432
|
-
/**
|
|
433
|
-
* serializeAws_restXmlPutBucketTaggingCommand
|
|
434
|
-
*/
|
|
435
|
-
export declare const se_PutBucketTaggingCommand: (input: PutBucketTaggingCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
436
|
-
/**
|
|
437
|
-
* serializeAws_restXmlPutBucketVersioningCommand
|
|
438
|
-
*/
|
|
439
|
-
export declare const se_PutBucketVersioningCommand: (input: PutBucketVersioningCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
440
|
-
/**
|
|
441
|
-
* serializeAws_restXmlPutJobTaggingCommand
|
|
442
|
-
*/
|
|
443
|
-
export declare const se_PutJobTaggingCommand: (input: PutJobTaggingCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
444
|
-
/**
|
|
445
|
-
* serializeAws_restXmlPutMultiRegionAccessPointPolicyCommand
|
|
446
|
-
*/
|
|
447
|
-
export declare const se_PutMultiRegionAccessPointPolicyCommand: (input: PutMultiRegionAccessPointPolicyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
448
|
-
/**
|
|
449
|
-
* serializeAws_restXmlPutPublicAccessBlockCommand
|
|
450
|
-
*/
|
|
451
|
-
export declare const se_PutPublicAccessBlockCommand: (input: PutPublicAccessBlockCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
452
|
-
/**
|
|
453
|
-
* serializeAws_restXmlPutStorageLensConfigurationCommand
|
|
454
|
-
*/
|
|
455
|
-
export declare const se_PutStorageLensConfigurationCommand: (input: PutStorageLensConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
456
|
-
/**
|
|
457
|
-
* serializeAws_restXmlPutStorageLensConfigurationTaggingCommand
|
|
458
|
-
*/
|
|
459
|
-
export declare const se_PutStorageLensConfigurationTaggingCommand: (input: PutStorageLensConfigurationTaggingCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
460
|
-
/**
|
|
461
|
-
* serializeAws_restXmlSubmitMultiRegionAccessPointRoutesCommand
|
|
462
|
-
*/
|
|
463
|
-
export declare const se_SubmitMultiRegionAccessPointRoutesCommand: (input: SubmitMultiRegionAccessPointRoutesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
464
|
-
/**
|
|
465
|
-
* serializeAws_restXmlTagResourceCommand
|
|
466
|
-
*/
|
|
467
|
-
export declare const se_TagResourceCommand: (input: TagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
468
|
-
/**
|
|
469
|
-
* serializeAws_restXmlUntagResourceCommand
|
|
470
|
-
*/
|
|
471
|
-
export declare const se_UntagResourceCommand: (input: UntagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
472
|
-
/**
|
|
473
|
-
* serializeAws_restXmlUpdateAccessGrantsLocationCommand
|
|
474
|
-
*/
|
|
475
|
-
export declare const se_UpdateAccessGrantsLocationCommand: (input: UpdateAccessGrantsLocationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
476
|
-
/**
|
|
477
|
-
* serializeAws_restXmlUpdateJobPriorityCommand
|
|
478
|
-
*/
|
|
479
|
-
export declare const se_UpdateJobPriorityCommand: (input: UpdateJobPriorityCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
480
|
-
/**
|
|
481
|
-
* serializeAws_restXmlUpdateJobStatusCommand
|
|
482
|
-
*/
|
|
483
|
-
export declare const se_UpdateJobStatusCommand: (input: UpdateJobStatusCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
484
|
-
/**
|
|
485
|
-
* serializeAws_restXmlUpdateStorageLensGroupCommand
|
|
486
|
-
*/
|
|
487
|
-
export declare const se_UpdateStorageLensGroupCommand: (input: UpdateStorageLensGroupCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
488
|
-
/**
|
|
489
|
-
* deserializeAws_restXmlAssociateAccessGrantsIdentityCenterCommand
|
|
490
|
-
*/
|
|
491
|
-
export declare const de_AssociateAccessGrantsIdentityCenterCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<AssociateAccessGrantsIdentityCenterCommandOutput>;
|
|
492
|
-
/**
|
|
493
|
-
* deserializeAws_restXmlCreateAccessGrantCommand
|
|
494
|
-
*/
|
|
495
|
-
export declare const de_CreateAccessGrantCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateAccessGrantCommandOutput>;
|
|
496
|
-
/**
|
|
497
|
-
* deserializeAws_restXmlCreateAccessGrantsInstanceCommand
|
|
498
|
-
*/
|
|
499
|
-
export declare const de_CreateAccessGrantsInstanceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateAccessGrantsInstanceCommandOutput>;
|
|
500
|
-
/**
|
|
501
|
-
* deserializeAws_restXmlCreateAccessGrantsLocationCommand
|
|
502
|
-
*/
|
|
503
|
-
export declare const de_CreateAccessGrantsLocationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateAccessGrantsLocationCommandOutput>;
|
|
504
|
-
/**
|
|
505
|
-
* deserializeAws_restXmlCreateAccessPointCommand
|
|
506
|
-
*/
|
|
507
|
-
export declare const de_CreateAccessPointCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateAccessPointCommandOutput>;
|
|
508
|
-
/**
|
|
509
|
-
* deserializeAws_restXmlCreateAccessPointForObjectLambdaCommand
|
|
510
|
-
*/
|
|
511
|
-
export declare const de_CreateAccessPointForObjectLambdaCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateAccessPointForObjectLambdaCommandOutput>;
|
|
512
|
-
/**
|
|
513
|
-
* deserializeAws_restXmlCreateBucketCommand
|
|
514
|
-
*/
|
|
515
|
-
export declare const de_CreateBucketCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateBucketCommandOutput>;
|
|
516
|
-
/**
|
|
517
|
-
* deserializeAws_restXmlCreateJobCommand
|
|
518
|
-
*/
|
|
519
|
-
export declare const de_CreateJobCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateJobCommandOutput>;
|
|
520
|
-
/**
|
|
521
|
-
* deserializeAws_restXmlCreateMultiRegionAccessPointCommand
|
|
522
|
-
*/
|
|
523
|
-
export declare const de_CreateMultiRegionAccessPointCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateMultiRegionAccessPointCommandOutput>;
|
|
524
|
-
/**
|
|
525
|
-
* deserializeAws_restXmlCreateStorageLensGroupCommand
|
|
526
|
-
*/
|
|
527
|
-
export declare const de_CreateStorageLensGroupCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateStorageLensGroupCommandOutput>;
|
|
528
|
-
/**
|
|
529
|
-
* deserializeAws_restXmlDeleteAccessGrantCommand
|
|
530
|
-
*/
|
|
531
|
-
export declare const de_DeleteAccessGrantCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteAccessGrantCommandOutput>;
|
|
532
|
-
/**
|
|
533
|
-
* deserializeAws_restXmlDeleteAccessGrantsInstanceCommand
|
|
534
|
-
*/
|
|
535
|
-
export declare const de_DeleteAccessGrantsInstanceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteAccessGrantsInstanceCommandOutput>;
|
|
536
|
-
/**
|
|
537
|
-
* deserializeAws_restXmlDeleteAccessGrantsInstanceResourcePolicyCommand
|
|
538
|
-
*/
|
|
539
|
-
export declare const de_DeleteAccessGrantsInstanceResourcePolicyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteAccessGrantsInstanceResourcePolicyCommandOutput>;
|
|
540
|
-
/**
|
|
541
|
-
* deserializeAws_restXmlDeleteAccessGrantsLocationCommand
|
|
542
|
-
*/
|
|
543
|
-
export declare const de_DeleteAccessGrantsLocationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteAccessGrantsLocationCommandOutput>;
|
|
544
|
-
/**
|
|
545
|
-
* deserializeAws_restXmlDeleteAccessPointCommand
|
|
546
|
-
*/
|
|
547
|
-
export declare const de_DeleteAccessPointCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteAccessPointCommandOutput>;
|
|
548
|
-
/**
|
|
549
|
-
* deserializeAws_restXmlDeleteAccessPointForObjectLambdaCommand
|
|
550
|
-
*/
|
|
551
|
-
export declare const de_DeleteAccessPointForObjectLambdaCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteAccessPointForObjectLambdaCommandOutput>;
|
|
552
|
-
/**
|
|
553
|
-
* deserializeAws_restXmlDeleteAccessPointPolicyCommand
|
|
554
|
-
*/
|
|
555
|
-
export declare const de_DeleteAccessPointPolicyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteAccessPointPolicyCommandOutput>;
|
|
556
|
-
/**
|
|
557
|
-
* deserializeAws_restXmlDeleteAccessPointPolicyForObjectLambdaCommand
|
|
558
|
-
*/
|
|
559
|
-
export declare const de_DeleteAccessPointPolicyForObjectLambdaCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteAccessPointPolicyForObjectLambdaCommandOutput>;
|
|
560
|
-
/**
|
|
561
|
-
* deserializeAws_restXmlDeleteAccessPointScopeCommand
|
|
562
|
-
*/
|
|
563
|
-
export declare const de_DeleteAccessPointScopeCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteAccessPointScopeCommandOutput>;
|
|
564
|
-
/**
|
|
565
|
-
* deserializeAws_restXmlDeleteBucketCommand
|
|
566
|
-
*/
|
|
567
|
-
export declare const de_DeleteBucketCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteBucketCommandOutput>;
|
|
568
|
-
/**
|
|
569
|
-
* deserializeAws_restXmlDeleteBucketLifecycleConfigurationCommand
|
|
570
|
-
*/
|
|
571
|
-
export declare const de_DeleteBucketLifecycleConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteBucketLifecycleConfigurationCommandOutput>;
|
|
572
|
-
/**
|
|
573
|
-
* deserializeAws_restXmlDeleteBucketPolicyCommand
|
|
574
|
-
*/
|
|
575
|
-
export declare const de_DeleteBucketPolicyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteBucketPolicyCommandOutput>;
|
|
576
|
-
/**
|
|
577
|
-
* deserializeAws_restXmlDeleteBucketReplicationCommand
|
|
578
|
-
*/
|
|
579
|
-
export declare const de_DeleteBucketReplicationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteBucketReplicationCommandOutput>;
|
|
580
|
-
/**
|
|
581
|
-
* deserializeAws_restXmlDeleteBucketTaggingCommand
|
|
582
|
-
*/
|
|
583
|
-
export declare const de_DeleteBucketTaggingCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteBucketTaggingCommandOutput>;
|
|
584
|
-
/**
|
|
585
|
-
* deserializeAws_restXmlDeleteJobTaggingCommand
|
|
586
|
-
*/
|
|
587
|
-
export declare const de_DeleteJobTaggingCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteJobTaggingCommandOutput>;
|
|
588
|
-
/**
|
|
589
|
-
* deserializeAws_restXmlDeleteMultiRegionAccessPointCommand
|
|
590
|
-
*/
|
|
591
|
-
export declare const de_DeleteMultiRegionAccessPointCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteMultiRegionAccessPointCommandOutput>;
|
|
592
|
-
/**
|
|
593
|
-
* deserializeAws_restXmlDeletePublicAccessBlockCommand
|
|
594
|
-
*/
|
|
595
|
-
export declare const de_DeletePublicAccessBlockCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeletePublicAccessBlockCommandOutput>;
|
|
596
|
-
/**
|
|
597
|
-
* deserializeAws_restXmlDeleteStorageLensConfigurationCommand
|
|
598
|
-
*/
|
|
599
|
-
export declare const de_DeleteStorageLensConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteStorageLensConfigurationCommandOutput>;
|
|
600
|
-
/**
|
|
601
|
-
* deserializeAws_restXmlDeleteStorageLensConfigurationTaggingCommand
|
|
602
|
-
*/
|
|
603
|
-
export declare const de_DeleteStorageLensConfigurationTaggingCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteStorageLensConfigurationTaggingCommandOutput>;
|
|
604
|
-
/**
|
|
605
|
-
* deserializeAws_restXmlDeleteStorageLensGroupCommand
|
|
606
|
-
*/
|
|
607
|
-
export declare const de_DeleteStorageLensGroupCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteStorageLensGroupCommandOutput>;
|
|
608
|
-
/**
|
|
609
|
-
* deserializeAws_restXmlDescribeJobCommand
|
|
610
|
-
*/
|
|
611
|
-
export declare const de_DescribeJobCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeJobCommandOutput>;
|
|
612
|
-
/**
|
|
613
|
-
* deserializeAws_restXmlDescribeMultiRegionAccessPointOperationCommand
|
|
614
|
-
*/
|
|
615
|
-
export declare const de_DescribeMultiRegionAccessPointOperationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeMultiRegionAccessPointOperationCommandOutput>;
|
|
616
|
-
/**
|
|
617
|
-
* deserializeAws_restXmlDissociateAccessGrantsIdentityCenterCommand
|
|
618
|
-
*/
|
|
619
|
-
export declare const de_DissociateAccessGrantsIdentityCenterCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DissociateAccessGrantsIdentityCenterCommandOutput>;
|
|
620
|
-
/**
|
|
621
|
-
* deserializeAws_restXmlGetAccessGrantCommand
|
|
622
|
-
*/
|
|
623
|
-
export declare const de_GetAccessGrantCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetAccessGrantCommandOutput>;
|
|
624
|
-
/**
|
|
625
|
-
* deserializeAws_restXmlGetAccessGrantsInstanceCommand
|
|
626
|
-
*/
|
|
627
|
-
export declare const de_GetAccessGrantsInstanceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetAccessGrantsInstanceCommandOutput>;
|
|
628
|
-
/**
|
|
629
|
-
* deserializeAws_restXmlGetAccessGrantsInstanceForPrefixCommand
|
|
630
|
-
*/
|
|
631
|
-
export declare const de_GetAccessGrantsInstanceForPrefixCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetAccessGrantsInstanceForPrefixCommandOutput>;
|
|
632
|
-
/**
|
|
633
|
-
* deserializeAws_restXmlGetAccessGrantsInstanceResourcePolicyCommand
|
|
634
|
-
*/
|
|
635
|
-
export declare const de_GetAccessGrantsInstanceResourcePolicyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetAccessGrantsInstanceResourcePolicyCommandOutput>;
|
|
636
|
-
/**
|
|
637
|
-
* deserializeAws_restXmlGetAccessGrantsLocationCommand
|
|
638
|
-
*/
|
|
639
|
-
export declare const de_GetAccessGrantsLocationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetAccessGrantsLocationCommandOutput>;
|
|
640
|
-
/**
|
|
641
|
-
* deserializeAws_restXmlGetAccessPointCommand
|
|
642
|
-
*/
|
|
643
|
-
export declare const de_GetAccessPointCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetAccessPointCommandOutput>;
|
|
644
|
-
/**
|
|
645
|
-
* deserializeAws_restXmlGetAccessPointConfigurationForObjectLambdaCommand
|
|
646
|
-
*/
|
|
647
|
-
export declare const de_GetAccessPointConfigurationForObjectLambdaCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetAccessPointConfigurationForObjectLambdaCommandOutput>;
|
|
648
|
-
/**
|
|
649
|
-
* deserializeAws_restXmlGetAccessPointForObjectLambdaCommand
|
|
650
|
-
*/
|
|
651
|
-
export declare const de_GetAccessPointForObjectLambdaCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetAccessPointForObjectLambdaCommandOutput>;
|
|
652
|
-
/**
|
|
653
|
-
* deserializeAws_restXmlGetAccessPointPolicyCommand
|
|
654
|
-
*/
|
|
655
|
-
export declare const de_GetAccessPointPolicyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetAccessPointPolicyCommandOutput>;
|
|
656
|
-
/**
|
|
657
|
-
* deserializeAws_restXmlGetAccessPointPolicyForObjectLambdaCommand
|
|
658
|
-
*/
|
|
659
|
-
export declare const de_GetAccessPointPolicyForObjectLambdaCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetAccessPointPolicyForObjectLambdaCommandOutput>;
|
|
660
|
-
/**
|
|
661
|
-
* deserializeAws_restXmlGetAccessPointPolicyStatusCommand
|
|
662
|
-
*/
|
|
663
|
-
export declare const de_GetAccessPointPolicyStatusCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetAccessPointPolicyStatusCommandOutput>;
|
|
664
|
-
/**
|
|
665
|
-
* deserializeAws_restXmlGetAccessPointPolicyStatusForObjectLambdaCommand
|
|
666
|
-
*/
|
|
667
|
-
export declare const de_GetAccessPointPolicyStatusForObjectLambdaCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetAccessPointPolicyStatusForObjectLambdaCommandOutput>;
|
|
668
|
-
/**
|
|
669
|
-
* deserializeAws_restXmlGetAccessPointScopeCommand
|
|
670
|
-
*/
|
|
671
|
-
export declare const de_GetAccessPointScopeCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetAccessPointScopeCommandOutput>;
|
|
672
|
-
/**
|
|
673
|
-
* deserializeAws_restXmlGetBucketCommand
|
|
674
|
-
*/
|
|
675
|
-
export declare const de_GetBucketCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetBucketCommandOutput>;
|
|
676
|
-
/**
|
|
677
|
-
* deserializeAws_restXmlGetBucketLifecycleConfigurationCommand
|
|
678
|
-
*/
|
|
679
|
-
export declare const de_GetBucketLifecycleConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetBucketLifecycleConfigurationCommandOutput>;
|
|
680
|
-
/**
|
|
681
|
-
* deserializeAws_restXmlGetBucketPolicyCommand
|
|
682
|
-
*/
|
|
683
|
-
export declare const de_GetBucketPolicyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetBucketPolicyCommandOutput>;
|
|
684
|
-
/**
|
|
685
|
-
* deserializeAws_restXmlGetBucketReplicationCommand
|
|
686
|
-
*/
|
|
687
|
-
export declare const de_GetBucketReplicationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetBucketReplicationCommandOutput>;
|
|
688
|
-
/**
|
|
689
|
-
* deserializeAws_restXmlGetBucketTaggingCommand
|
|
690
|
-
*/
|
|
691
|
-
export declare const de_GetBucketTaggingCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetBucketTaggingCommandOutput>;
|
|
692
|
-
/**
|
|
693
|
-
* deserializeAws_restXmlGetBucketVersioningCommand
|
|
694
|
-
*/
|
|
695
|
-
export declare const de_GetBucketVersioningCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetBucketVersioningCommandOutput>;
|
|
696
|
-
/**
|
|
697
|
-
* deserializeAws_restXmlGetDataAccessCommand
|
|
698
|
-
*/
|
|
699
|
-
export declare const de_GetDataAccessCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetDataAccessCommandOutput>;
|
|
700
|
-
/**
|
|
701
|
-
* deserializeAws_restXmlGetJobTaggingCommand
|
|
702
|
-
*/
|
|
703
|
-
export declare const de_GetJobTaggingCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetJobTaggingCommandOutput>;
|
|
704
|
-
/**
|
|
705
|
-
* deserializeAws_restXmlGetMultiRegionAccessPointCommand
|
|
706
|
-
*/
|
|
707
|
-
export declare const de_GetMultiRegionAccessPointCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetMultiRegionAccessPointCommandOutput>;
|
|
708
|
-
/**
|
|
709
|
-
* deserializeAws_restXmlGetMultiRegionAccessPointPolicyCommand
|
|
710
|
-
*/
|
|
711
|
-
export declare const de_GetMultiRegionAccessPointPolicyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetMultiRegionAccessPointPolicyCommandOutput>;
|
|
712
|
-
/**
|
|
713
|
-
* deserializeAws_restXmlGetMultiRegionAccessPointPolicyStatusCommand
|
|
714
|
-
*/
|
|
715
|
-
export declare const de_GetMultiRegionAccessPointPolicyStatusCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetMultiRegionAccessPointPolicyStatusCommandOutput>;
|
|
716
|
-
/**
|
|
717
|
-
* deserializeAws_restXmlGetMultiRegionAccessPointRoutesCommand
|
|
718
|
-
*/
|
|
719
|
-
export declare const de_GetMultiRegionAccessPointRoutesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetMultiRegionAccessPointRoutesCommandOutput>;
|
|
720
|
-
/**
|
|
721
|
-
* deserializeAws_restXmlGetPublicAccessBlockCommand
|
|
722
|
-
*/
|
|
723
|
-
export declare const de_GetPublicAccessBlockCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetPublicAccessBlockCommandOutput>;
|
|
724
|
-
/**
|
|
725
|
-
* deserializeAws_restXmlGetStorageLensConfigurationCommand
|
|
726
|
-
*/
|
|
727
|
-
export declare const de_GetStorageLensConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetStorageLensConfigurationCommandOutput>;
|
|
728
|
-
/**
|
|
729
|
-
* deserializeAws_restXmlGetStorageLensConfigurationTaggingCommand
|
|
730
|
-
*/
|
|
731
|
-
export declare const de_GetStorageLensConfigurationTaggingCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetStorageLensConfigurationTaggingCommandOutput>;
|
|
732
|
-
/**
|
|
733
|
-
* deserializeAws_restXmlGetStorageLensGroupCommand
|
|
734
|
-
*/
|
|
735
|
-
export declare const de_GetStorageLensGroupCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetStorageLensGroupCommandOutput>;
|
|
736
|
-
/**
|
|
737
|
-
* deserializeAws_restXmlListAccessGrantsCommand
|
|
738
|
-
*/
|
|
739
|
-
export declare const de_ListAccessGrantsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListAccessGrantsCommandOutput>;
|
|
740
|
-
/**
|
|
741
|
-
* deserializeAws_restXmlListAccessGrantsInstancesCommand
|
|
742
|
-
*/
|
|
743
|
-
export declare const de_ListAccessGrantsInstancesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListAccessGrantsInstancesCommandOutput>;
|
|
744
|
-
/**
|
|
745
|
-
* deserializeAws_restXmlListAccessGrantsLocationsCommand
|
|
746
|
-
*/
|
|
747
|
-
export declare const de_ListAccessGrantsLocationsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListAccessGrantsLocationsCommandOutput>;
|
|
748
|
-
/**
|
|
749
|
-
* deserializeAws_restXmlListAccessPointsCommand
|
|
750
|
-
*/
|
|
751
|
-
export declare const de_ListAccessPointsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListAccessPointsCommandOutput>;
|
|
752
|
-
/**
|
|
753
|
-
* deserializeAws_restXmlListAccessPointsForDirectoryBucketsCommand
|
|
754
|
-
*/
|
|
755
|
-
export declare const de_ListAccessPointsForDirectoryBucketsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListAccessPointsForDirectoryBucketsCommandOutput>;
|
|
756
|
-
/**
|
|
757
|
-
* deserializeAws_restXmlListAccessPointsForObjectLambdaCommand
|
|
758
|
-
*/
|
|
759
|
-
export declare const de_ListAccessPointsForObjectLambdaCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListAccessPointsForObjectLambdaCommandOutput>;
|
|
760
|
-
/**
|
|
761
|
-
* deserializeAws_restXmlListCallerAccessGrantsCommand
|
|
762
|
-
*/
|
|
763
|
-
export declare const de_ListCallerAccessGrantsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListCallerAccessGrantsCommandOutput>;
|
|
764
|
-
/**
|
|
765
|
-
* deserializeAws_restXmlListJobsCommand
|
|
766
|
-
*/
|
|
767
|
-
export declare const de_ListJobsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListJobsCommandOutput>;
|
|
768
|
-
/**
|
|
769
|
-
* deserializeAws_restXmlListMultiRegionAccessPointsCommand
|
|
770
|
-
*/
|
|
771
|
-
export declare const de_ListMultiRegionAccessPointsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListMultiRegionAccessPointsCommandOutput>;
|
|
772
|
-
/**
|
|
773
|
-
* deserializeAws_restXmlListRegionalBucketsCommand
|
|
774
|
-
*/
|
|
775
|
-
export declare const de_ListRegionalBucketsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListRegionalBucketsCommandOutput>;
|
|
776
|
-
/**
|
|
777
|
-
* deserializeAws_restXmlListStorageLensConfigurationsCommand
|
|
778
|
-
*/
|
|
779
|
-
export declare const de_ListStorageLensConfigurationsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListStorageLensConfigurationsCommandOutput>;
|
|
780
|
-
/**
|
|
781
|
-
* deserializeAws_restXmlListStorageLensGroupsCommand
|
|
782
|
-
*/
|
|
783
|
-
export declare const de_ListStorageLensGroupsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListStorageLensGroupsCommandOutput>;
|
|
784
|
-
/**
|
|
785
|
-
* deserializeAws_restXmlListTagsForResourceCommand
|
|
786
|
-
*/
|
|
787
|
-
export declare const de_ListTagsForResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListTagsForResourceCommandOutput>;
|
|
788
|
-
/**
|
|
789
|
-
* deserializeAws_restXmlPutAccessGrantsInstanceResourcePolicyCommand
|
|
790
|
-
*/
|
|
791
|
-
export declare const de_PutAccessGrantsInstanceResourcePolicyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<PutAccessGrantsInstanceResourcePolicyCommandOutput>;
|
|
792
|
-
/**
|
|
793
|
-
* deserializeAws_restXmlPutAccessPointConfigurationForObjectLambdaCommand
|
|
794
|
-
*/
|
|
795
|
-
export declare const de_PutAccessPointConfigurationForObjectLambdaCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<PutAccessPointConfigurationForObjectLambdaCommandOutput>;
|
|
796
|
-
/**
|
|
797
|
-
* deserializeAws_restXmlPutAccessPointPolicyCommand
|
|
798
|
-
*/
|
|
799
|
-
export declare const de_PutAccessPointPolicyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<PutAccessPointPolicyCommandOutput>;
|
|
800
|
-
/**
|
|
801
|
-
* deserializeAws_restXmlPutAccessPointPolicyForObjectLambdaCommand
|
|
802
|
-
*/
|
|
803
|
-
export declare const de_PutAccessPointPolicyForObjectLambdaCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<PutAccessPointPolicyForObjectLambdaCommandOutput>;
|
|
804
|
-
/**
|
|
805
|
-
* deserializeAws_restXmlPutAccessPointScopeCommand
|
|
806
|
-
*/
|
|
807
|
-
export declare const de_PutAccessPointScopeCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<PutAccessPointScopeCommandOutput>;
|
|
808
|
-
/**
|
|
809
|
-
* deserializeAws_restXmlPutBucketLifecycleConfigurationCommand
|
|
810
|
-
*/
|
|
811
|
-
export declare const de_PutBucketLifecycleConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<PutBucketLifecycleConfigurationCommandOutput>;
|
|
812
|
-
/**
|
|
813
|
-
* deserializeAws_restXmlPutBucketPolicyCommand
|
|
814
|
-
*/
|
|
815
|
-
export declare const de_PutBucketPolicyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<PutBucketPolicyCommandOutput>;
|
|
816
|
-
/**
|
|
817
|
-
* deserializeAws_restXmlPutBucketReplicationCommand
|
|
818
|
-
*/
|
|
819
|
-
export declare const de_PutBucketReplicationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<PutBucketReplicationCommandOutput>;
|
|
820
|
-
/**
|
|
821
|
-
* deserializeAws_restXmlPutBucketTaggingCommand
|
|
822
|
-
*/
|
|
823
|
-
export declare const de_PutBucketTaggingCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<PutBucketTaggingCommandOutput>;
|
|
824
|
-
/**
|
|
825
|
-
* deserializeAws_restXmlPutBucketVersioningCommand
|
|
826
|
-
*/
|
|
827
|
-
export declare const de_PutBucketVersioningCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<PutBucketVersioningCommandOutput>;
|
|
828
|
-
/**
|
|
829
|
-
* deserializeAws_restXmlPutJobTaggingCommand
|
|
830
|
-
*/
|
|
831
|
-
export declare const de_PutJobTaggingCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<PutJobTaggingCommandOutput>;
|
|
832
|
-
/**
|
|
833
|
-
* deserializeAws_restXmlPutMultiRegionAccessPointPolicyCommand
|
|
834
|
-
*/
|
|
835
|
-
export declare const de_PutMultiRegionAccessPointPolicyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<PutMultiRegionAccessPointPolicyCommandOutput>;
|
|
836
|
-
/**
|
|
837
|
-
* deserializeAws_restXmlPutPublicAccessBlockCommand
|
|
838
|
-
*/
|
|
839
|
-
export declare const de_PutPublicAccessBlockCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<PutPublicAccessBlockCommandOutput>;
|
|
840
|
-
/**
|
|
841
|
-
* deserializeAws_restXmlPutStorageLensConfigurationCommand
|
|
842
|
-
*/
|
|
843
|
-
export declare const de_PutStorageLensConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<PutStorageLensConfigurationCommandOutput>;
|
|
844
|
-
/**
|
|
845
|
-
* deserializeAws_restXmlPutStorageLensConfigurationTaggingCommand
|
|
846
|
-
*/
|
|
847
|
-
export declare const de_PutStorageLensConfigurationTaggingCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<PutStorageLensConfigurationTaggingCommandOutput>;
|
|
848
|
-
/**
|
|
849
|
-
* deserializeAws_restXmlSubmitMultiRegionAccessPointRoutesCommand
|
|
850
|
-
*/
|
|
851
|
-
export declare const de_SubmitMultiRegionAccessPointRoutesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<SubmitMultiRegionAccessPointRoutesCommandOutput>;
|
|
852
|
-
/**
|
|
853
|
-
* deserializeAws_restXmlTagResourceCommand
|
|
854
|
-
*/
|
|
855
|
-
export declare const de_TagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<TagResourceCommandOutput>;
|
|
856
|
-
/**
|
|
857
|
-
* deserializeAws_restXmlUntagResourceCommand
|
|
858
|
-
*/
|
|
859
|
-
export declare const de_UntagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UntagResourceCommandOutput>;
|
|
860
|
-
/**
|
|
861
|
-
* deserializeAws_restXmlUpdateAccessGrantsLocationCommand
|
|
862
|
-
*/
|
|
863
|
-
export declare const de_UpdateAccessGrantsLocationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateAccessGrantsLocationCommandOutput>;
|
|
864
|
-
/**
|
|
865
|
-
* deserializeAws_restXmlUpdateJobPriorityCommand
|
|
866
|
-
*/
|
|
867
|
-
export declare const de_UpdateJobPriorityCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateJobPriorityCommandOutput>;
|
|
868
|
-
/**
|
|
869
|
-
* deserializeAws_restXmlUpdateJobStatusCommand
|
|
870
|
-
*/
|
|
871
|
-
export declare const de_UpdateJobStatusCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateJobStatusCommandOutput>;
|
|
872
|
-
/**
|
|
873
|
-
* deserializeAws_restXmlUpdateStorageLensGroupCommand
|
|
874
|
-
*/
|
|
875
|
-
export declare const de_UpdateStorageLensGroupCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateStorageLensGroupCommandOutput>;
|