@aws-sdk/client-s3-control 3.300.0 → 3.301.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (65) hide show
  1. package/dist-types/commands/CreateAccessPointCommand.d.ts +3 -3
  2. package/dist-types/commands/CreateAccessPointForObjectLambdaCommand.d.ts +8 -8
  3. package/dist-types/commands/CreateBucketCommand.d.ts +2 -2
  4. package/dist-types/commands/CreateJobCommand.d.ts +33 -33
  5. package/dist-types/commands/CreateMultiRegionAccessPointCommand.d.ts +5 -5
  6. package/dist-types/commands/DeleteAccessPointCommand.d.ts +1 -1
  7. package/dist-types/commands/DeleteAccessPointForObjectLambdaCommand.d.ts +1 -1
  8. package/dist-types/commands/DeleteAccessPointPolicyCommand.d.ts +1 -1
  9. package/dist-types/commands/DeleteAccessPointPolicyForObjectLambdaCommand.d.ts +1 -1
  10. package/dist-types/commands/DeleteBucketCommand.d.ts +1 -1
  11. package/dist-types/commands/DeleteBucketLifecycleConfigurationCommand.d.ts +1 -1
  12. package/dist-types/commands/DeleteBucketPolicyCommand.d.ts +1 -1
  13. package/dist-types/commands/DeleteBucketReplicationCommand.d.ts +1 -1
  14. package/dist-types/commands/DeleteBucketTaggingCommand.d.ts +1 -1
  15. package/dist-types/commands/DeleteJobTaggingCommand.d.ts +1 -1
  16. package/dist-types/commands/DeleteMultiRegionAccessPointCommand.d.ts +2 -2
  17. package/dist-types/commands/DeletePublicAccessBlockCommand.d.ts +1 -1
  18. package/dist-types/commands/DeleteStorageLensConfigurationCommand.d.ts +1 -1
  19. package/dist-types/commands/DeleteStorageLensConfigurationTaggingCommand.d.ts +1 -1
  20. package/dist-types/commands/DescribeJobCommand.d.ts +1 -1
  21. package/dist-types/commands/DescribeMultiRegionAccessPointOperationCommand.d.ts +1 -1
  22. package/dist-types/commands/GetAccessPointCommand.d.ts +1 -1
  23. package/dist-types/commands/GetAccessPointConfigurationForObjectLambdaCommand.d.ts +1 -1
  24. package/dist-types/commands/GetAccessPointForObjectLambdaCommand.d.ts +1 -1
  25. package/dist-types/commands/GetAccessPointPolicyCommand.d.ts +1 -1
  26. package/dist-types/commands/GetAccessPointPolicyForObjectLambdaCommand.d.ts +1 -1
  27. package/dist-types/commands/GetAccessPointPolicyStatusCommand.d.ts +1 -1
  28. package/dist-types/commands/GetAccessPointPolicyStatusForObjectLambdaCommand.d.ts +1 -1
  29. package/dist-types/commands/GetBucketCommand.d.ts +1 -1
  30. package/dist-types/commands/GetBucketLifecycleConfigurationCommand.d.ts +1 -1
  31. package/dist-types/commands/GetBucketPolicyCommand.d.ts +1 -1
  32. package/dist-types/commands/GetBucketReplicationCommand.d.ts +1 -1
  33. package/dist-types/commands/GetBucketTaggingCommand.d.ts +1 -1
  34. package/dist-types/commands/GetBucketVersioningCommand.d.ts +1 -1
  35. package/dist-types/commands/GetJobTaggingCommand.d.ts +1 -1
  36. package/dist-types/commands/GetMultiRegionAccessPointCommand.d.ts +1 -1
  37. package/dist-types/commands/GetMultiRegionAccessPointPolicyCommand.d.ts +1 -1
  38. package/dist-types/commands/GetMultiRegionAccessPointPolicyStatusCommand.d.ts +1 -1
  39. package/dist-types/commands/GetMultiRegionAccessPointRoutesCommand.d.ts +1 -1
  40. package/dist-types/commands/GetPublicAccessBlockCommand.d.ts +1 -1
  41. package/dist-types/commands/GetStorageLensConfigurationCommand.d.ts +1 -1
  42. package/dist-types/commands/GetStorageLensConfigurationTaggingCommand.d.ts +1 -1
  43. package/dist-types/commands/ListAccessPointsCommand.d.ts +1 -1
  44. package/dist-types/commands/ListAccessPointsForObjectLambdaCommand.d.ts +1 -1
  45. package/dist-types/commands/ListJobsCommand.d.ts +2 -2
  46. package/dist-types/commands/ListMultiRegionAccessPointsCommand.d.ts +1 -1
  47. package/dist-types/commands/ListRegionalBucketsCommand.d.ts +1 -1
  48. package/dist-types/commands/ListStorageLensConfigurationsCommand.d.ts +1 -1
  49. package/dist-types/commands/PutAccessPointConfigurationForObjectLambdaCommand.d.ts +8 -8
  50. package/dist-types/commands/PutAccessPointPolicyCommand.d.ts +1 -1
  51. package/dist-types/commands/PutAccessPointPolicyForObjectLambdaCommand.d.ts +1 -1
  52. package/dist-types/commands/PutBucketLifecycleConfigurationCommand.d.ts +15 -15
  53. package/dist-types/commands/PutBucketPolicyCommand.d.ts +1 -1
  54. package/dist-types/commands/PutBucketReplicationCommand.d.ts +19 -19
  55. package/dist-types/commands/PutBucketTaggingCommand.d.ts +4 -4
  56. package/dist-types/commands/PutBucketVersioningCommand.d.ts +2 -2
  57. package/dist-types/commands/PutJobTaggingCommand.d.ts +3 -3
  58. package/dist-types/commands/PutMultiRegionAccessPointPolicyCommand.d.ts +2 -2
  59. package/dist-types/commands/PutPublicAccessBlockCommand.d.ts +2 -2
  60. package/dist-types/commands/PutStorageLensConfigurationCommand.d.ts +23 -23
  61. package/dist-types/commands/PutStorageLensConfigurationTaggingCommand.d.ts +3 -3
  62. package/dist-types/commands/SubmitMultiRegionAccessPointRoutesCommand.d.ts +3 -3
  63. package/dist-types/commands/UpdateJobPriorityCommand.d.ts +1 -1
  64. package/dist-types/commands/UpdateJobStatusCommand.d.ts +1 -1
  65. package/package.json +3 -3
@@ -56,14 +56,14 @@ export interface CreateAccessPointCommandOutput extends CreateAccessPointResult,
56
56
  * import { S3ControlClient, CreateAccessPointCommand } from "@aws-sdk/client-s3-control"; // ES Modules import
57
57
  * // const { S3ControlClient, CreateAccessPointCommand } = require("@aws-sdk/client-s3-control"); // CommonJS import
58
58
  * const client = new S3ControlClient(config);
59
- * const input = {
59
+ * const input = { // CreateAccessPointRequest
60
60
  * AccountId: "STRING_VALUE",
61
61
  * Name: "STRING_VALUE", // required
62
62
  * Bucket: "STRING_VALUE", // required
63
- * VpcConfiguration: {
63
+ * VpcConfiguration: { // VpcConfiguration
64
64
  * VpcId: "STRING_VALUE", // required
65
65
  * },
66
- * PublicAccessBlockConfiguration: {
66
+ * PublicAccessBlockConfiguration: { // PublicAccessBlockConfiguration
67
67
  * BlockPublicAcls: true || false,
68
68
  * IgnorePublicAcls: true || false,
69
69
  * BlockPublicPolicy: true || false,
@@ -46,22 +46,22 @@ export interface CreateAccessPointForObjectLambdaCommandOutput extends CreateAcc
46
46
  * import { S3ControlClient, CreateAccessPointForObjectLambdaCommand } from "@aws-sdk/client-s3-control"; // ES Modules import
47
47
  * // const { S3ControlClient, CreateAccessPointForObjectLambdaCommand } = require("@aws-sdk/client-s3-control"); // CommonJS import
48
48
  * const client = new S3ControlClient(config);
49
- * const input = {
49
+ * const input = { // CreateAccessPointForObjectLambdaRequest
50
50
  * AccountId: "STRING_VALUE",
51
51
  * Name: "STRING_VALUE", // required
52
- * Configuration: {
52
+ * Configuration: { // ObjectLambdaConfiguration
53
53
  * SupportingAccessPoint: "STRING_VALUE", // required
54
54
  * CloudWatchMetricsEnabled: true || false,
55
- * AllowedFeatures: [
55
+ * AllowedFeatures: [ // ObjectLambdaAllowedFeaturesList
56
56
  * "GetObject-Range" || "GetObject-PartNumber" || "HeadObject-Range" || "HeadObject-PartNumber",
57
57
  * ],
58
- * TransformationConfigurations: [ // required
59
- * {
60
- * Actions: [ // required
58
+ * TransformationConfigurations: [ // ObjectLambdaTransformationConfigurationsList // required
59
+ * { // ObjectLambdaTransformationConfiguration
60
+ * Actions: [ // ObjectLambdaTransformationConfigurationActionsList // required
61
61
  * "GetObject" || "HeadObject" || "ListObjects" || "ListObjectsV2",
62
62
  * ],
63
- * ContentTransformation: { // Union: only one key present
64
- * AwsLambda: {
63
+ * ContentTransformation: { // ObjectLambdaContentTransformation Union: only one key present
64
+ * AwsLambda: { // AwsLambdaTransformation
65
65
  * FunctionArn: "STRING_VALUE", // required
66
66
  * FunctionPayload: "STRING_VALUE",
67
67
  * },
@@ -79,10 +79,10 @@ export interface CreateBucketCommandOutput extends CreateBucketResult, __Metadat
79
79
  * import { S3ControlClient, CreateBucketCommand } from "@aws-sdk/client-s3-control"; // ES Modules import
80
80
  * // const { S3ControlClient, CreateBucketCommand } = require("@aws-sdk/client-s3-control"); // CommonJS import
81
81
  * const client = new S3ControlClient(config);
82
- * const input = {
82
+ * const input = { // CreateBucketRequest
83
83
  * ACL: "private" || "public-read" || "public-read-write" || "authenticated-read",
84
84
  * Bucket: "STRING_VALUE", // required
85
- * CreateBucketConfiguration: {
85
+ * CreateBucketConfiguration: { // CreateBucketConfiguration
86
86
  * LocationConstraint: "EU" || "eu-west-1" || "us-west-1" || "us-west-2" || "ap-south-1" || "ap-southeast-1" || "ap-southeast-2" || "ap-northeast-1" || "sa-east-1" || "cn-north-1" || "eu-central-1",
87
87
  * },
88
88
  * GrantFullControl: "STRING_VALUE",
@@ -58,19 +58,19 @@ export interface CreateJobCommandOutput extends CreateJobResult, __MetadataBeare
58
58
  * import { S3ControlClient, CreateJobCommand } from "@aws-sdk/client-s3-control"; // ES Modules import
59
59
  * // const { S3ControlClient, CreateJobCommand } = require("@aws-sdk/client-s3-control"); // CommonJS import
60
60
  * const client = new S3ControlClient(config);
61
- * const input = {
61
+ * const input = { // CreateJobRequest
62
62
  * AccountId: "STRING_VALUE",
63
63
  * ConfirmationRequired: true || false,
64
- * Operation: {
65
- * LambdaInvoke: {
64
+ * Operation: { // JobOperation
65
+ * LambdaInvoke: { // LambdaInvokeOperation
66
66
  * FunctionArn: "STRING_VALUE",
67
67
  * },
68
- * S3PutObjectCopy: {
68
+ * S3PutObjectCopy: { // S3CopyObjectOperation
69
69
  * TargetResource: "STRING_VALUE",
70
70
  * CannedAccessControlList: "private" || "public-read" || "public-read-write" || "aws-exec-read" || "authenticated-read" || "bucket-owner-read" || "bucket-owner-full-control",
71
- * AccessControlGrants: [
72
- * {
73
- * Grantee: {
71
+ * AccessControlGrants: [ // S3GrantList
72
+ * { // S3Grant
73
+ * Grantee: { // S3Grantee
74
74
  * TypeIdentifier: "id" || "emailAddress" || "uri",
75
75
  * Identifier: "STRING_VALUE",
76
76
  * DisplayName: "STRING_VALUE",
@@ -80,12 +80,12 @@ export interface CreateJobCommandOutput extends CreateJobResult, __MetadataBeare
80
80
  * ],
81
81
  * MetadataDirective: "COPY" || "REPLACE",
82
82
  * ModifiedSinceConstraint: new Date("TIMESTAMP"),
83
- * NewObjectMetadata: {
83
+ * NewObjectMetadata: { // S3ObjectMetadata
84
84
  * CacheControl: "STRING_VALUE",
85
85
  * ContentDisposition: "STRING_VALUE",
86
86
  * ContentEncoding: "STRING_VALUE",
87
87
  * ContentLanguage: "STRING_VALUE",
88
- * UserMetadata: {
88
+ * UserMetadata: { // S3UserMetadata
89
89
  * "<keys>": "STRING_VALUE",
90
90
  * },
91
91
  * ContentLength: Number("long"),
@@ -95,8 +95,8 @@ export interface CreateJobCommandOutput extends CreateJobResult, __MetadataBeare
95
95
  * RequesterCharged: true || false,
96
96
  * SSEAlgorithm: "AES256" || "KMS",
97
97
  * },
98
- * NewObjectTagging: [
99
- * {
98
+ * NewObjectTagging: [ // S3TagSet
99
+ * { // S3Tag
100
100
  * Key: "STRING_VALUE", // required
101
101
  * Value: "STRING_VALUE", // required
102
102
  * },
@@ -113,10 +113,10 @@ export interface CreateJobCommandOutput extends CreateJobResult, __MetadataBeare
113
113
  * BucketKeyEnabled: true || false,
114
114
  * ChecksumAlgorithm: "CRC32" || "CRC32C" || "SHA1" || "SHA256",
115
115
  * },
116
- * S3PutObjectAcl: {
117
- * AccessControlPolicy: {
118
- * AccessControlList: {
119
- * Owner: {
116
+ * S3PutObjectAcl: { // S3SetObjectAclOperation
117
+ * AccessControlPolicy: { // S3AccessControlPolicy
118
+ * AccessControlList: { // S3AccessControlList
119
+ * Owner: { // S3ObjectOwner
120
120
  * ID: "STRING_VALUE",
121
121
  * DisplayName: "STRING_VALUE",
122
122
  * },
@@ -134,7 +134,7 @@ export interface CreateJobCommandOutput extends CreateJobResult, __MetadataBeare
134
134
  * CannedAccessControlList: "private" || "public-read" || "public-read-write" || "aws-exec-read" || "authenticated-read" || "bucket-owner-read" || "bucket-owner-full-control",
135
135
  * },
136
136
  * },
137
- * S3PutObjectTagging: {
137
+ * S3PutObjectTagging: { // S3SetObjectTaggingOperation
138
138
  * TagSet: [
139
139
  * {
140
140
  * Key: "STRING_VALUE", // required
@@ -143,25 +143,25 @@ export interface CreateJobCommandOutput extends CreateJobResult, __MetadataBeare
143
143
  * ],
144
144
  * },
145
145
  * S3DeleteObjectTagging: {},
146
- * S3InitiateRestoreObject: {
146
+ * S3InitiateRestoreObject: { // S3InitiateRestoreObjectOperation
147
147
  * ExpirationInDays: Number("int"),
148
148
  * GlacierJobTier: "BULK" || "STANDARD",
149
149
  * },
150
- * S3PutObjectLegalHold: {
151
- * LegalHold: {
150
+ * S3PutObjectLegalHold: { // S3SetObjectLegalHoldOperation
151
+ * LegalHold: { // S3ObjectLockLegalHold
152
152
  * Status: "OFF" || "ON", // required
153
153
  * },
154
154
  * },
155
- * S3PutObjectRetention: {
155
+ * S3PutObjectRetention: { // S3SetObjectRetentionOperation
156
156
  * BypassGovernanceRetention: true || false,
157
- * Retention: {
157
+ * Retention: { // S3Retention
158
158
  * RetainUntilDate: new Date("TIMESTAMP"),
159
159
  * Mode: "COMPLIANCE" || "GOVERNANCE",
160
160
  * },
161
161
  * },
162
162
  * S3ReplicateObject: {},
163
163
  * },
164
- * Report: {
164
+ * Report: { // JobReport
165
165
  * Bucket: "STRING_VALUE",
166
166
  * Format: "Report_CSV_20180820",
167
167
  * Enabled: true || false, // required
@@ -169,14 +169,14 @@ export interface CreateJobCommandOutput extends CreateJobResult, __MetadataBeare
169
169
  * ReportScope: "AllTasks" || "FailedTasksOnly",
170
170
  * },
171
171
  * ClientRequestToken: "STRING_VALUE", // required
172
- * Manifest: {
173
- * Spec: {
172
+ * Manifest: { // JobManifest
173
+ * Spec: { // JobManifestSpec
174
174
  * Format: "S3BatchOperations_CSV_20180820" || "S3InventoryReport_CSV_20161130", // required
175
- * Fields: [
175
+ * Fields: [ // JobManifestFieldList
176
176
  * "Ignore" || "Bucket" || "Key" || "VersionId",
177
177
  * ],
178
178
  * },
179
- * Location: {
179
+ * Location: { // JobManifestLocation
180
180
  * ObjectArn: "STRING_VALUE", // required
181
181
  * ObjectVersionId: "STRING_VALUE",
182
182
  * ETag: "STRING_VALUE", // required
@@ -191,27 +191,27 @@ export interface CreateJobCommandOutput extends CreateJobResult, __MetadataBeare
191
191
  * Value: "STRING_VALUE", // required
192
192
  * },
193
193
  * ],
194
- * ManifestGenerator: { // Union: only one key present
195
- * S3JobManifestGenerator: {
194
+ * ManifestGenerator: { // JobManifestGenerator Union: only one key present
195
+ * S3JobManifestGenerator: { // S3JobManifestGenerator
196
196
  * ExpectedBucketOwner: "STRING_VALUE",
197
197
  * SourceBucket: "STRING_VALUE", // required
198
- * ManifestOutputLocation: {
198
+ * ManifestOutputLocation: { // S3ManifestOutputLocation
199
199
  * ExpectedManifestBucketOwner: "STRING_VALUE",
200
200
  * Bucket: "STRING_VALUE", // required
201
201
  * ManifestPrefix: "STRING_VALUE",
202
- * ManifestEncryption: {
202
+ * ManifestEncryption: { // GeneratedManifestEncryption
203
203
  * SSES3: {},
204
- * SSEKMS: {
204
+ * SSEKMS: { // SSEKMSEncryption
205
205
  * KeyId: "STRING_VALUE", // required
206
206
  * },
207
207
  * },
208
208
  * ManifestFormat: "S3InventoryReport_CSV_20211130", // required
209
209
  * },
210
- * Filter: {
210
+ * Filter: { // JobManifestGeneratorFilter
211
211
  * EligibleForReplication: true || false,
212
212
  * CreatedAfter: new Date("TIMESTAMP"),
213
213
  * CreatedBefore: new Date("TIMESTAMP"),
214
- * ObjectReplicationStatuses: [
214
+ * ObjectReplicationStatuses: [ // ReplicationStatusFilterList
215
215
  * "COMPLETED" || "FAILED" || "REPLICA" || "NONE",
216
216
  * ],
217
217
  * },
@@ -58,19 +58,19 @@ export interface CreateMultiRegionAccessPointCommandOutput extends CreateMultiRe
58
58
  * import { S3ControlClient, CreateMultiRegionAccessPointCommand } from "@aws-sdk/client-s3-control"; // ES Modules import
59
59
  * // const { S3ControlClient, CreateMultiRegionAccessPointCommand } = require("@aws-sdk/client-s3-control"); // CommonJS import
60
60
  * const client = new S3ControlClient(config);
61
- * const input = {
61
+ * const input = { // CreateMultiRegionAccessPointRequest
62
62
  * AccountId: "STRING_VALUE",
63
63
  * ClientToken: "STRING_VALUE", // required
64
- * Details: {
64
+ * Details: { // CreateMultiRegionAccessPointInput
65
65
  * Name: "STRING_VALUE", // required
66
- * PublicAccessBlock: {
66
+ * PublicAccessBlock: { // PublicAccessBlockConfiguration
67
67
  * BlockPublicAcls: true || false,
68
68
  * IgnorePublicAcls: true || false,
69
69
  * BlockPublicPolicy: true || false,
70
70
  * RestrictPublicBuckets: true || false,
71
71
  * },
72
- * Regions: [ // required
73
- * {
72
+ * Regions: [ // RegionCreationList // required
73
+ * { // Region
74
74
  * Bucket: "STRING_VALUE", // required
75
75
  * BucketAccountId: "STRING_VALUE",
76
76
  * },
@@ -45,7 +45,7 @@ export interface DeleteAccessPointCommandOutput extends __MetadataBearer {
45
45
  * import { S3ControlClient, DeleteAccessPointCommand } from "@aws-sdk/client-s3-control"; // ES Modules import
46
46
  * // const { S3ControlClient, DeleteAccessPointCommand } = require("@aws-sdk/client-s3-control"); // CommonJS import
47
47
  * const client = new S3ControlClient(config);
48
- * const input = {
48
+ * const input = { // DeleteAccessPointRequest
49
49
  * AccountId: "STRING_VALUE",
50
50
  * Name: "STRING_VALUE", // required
51
51
  * };
@@ -45,7 +45,7 @@ export interface DeleteAccessPointForObjectLambdaCommandOutput extends __Metadat
45
45
  * import { S3ControlClient, DeleteAccessPointForObjectLambdaCommand } from "@aws-sdk/client-s3-control"; // ES Modules import
46
46
  * // const { S3ControlClient, DeleteAccessPointForObjectLambdaCommand } = require("@aws-sdk/client-s3-control"); // CommonJS import
47
47
  * const client = new S3ControlClient(config);
48
- * const input = {
48
+ * const input = { // DeleteAccessPointForObjectLambdaRequest
49
49
  * AccountId: "STRING_VALUE",
50
50
  * Name: "STRING_VALUE", // required
51
51
  * };
@@ -41,7 +41,7 @@ export interface DeleteAccessPointPolicyCommandOutput extends __MetadataBearer {
41
41
  * import { S3ControlClient, DeleteAccessPointPolicyCommand } from "@aws-sdk/client-s3-control"; // ES Modules import
42
42
  * // const { S3ControlClient, DeleteAccessPointPolicyCommand } = require("@aws-sdk/client-s3-control"); // CommonJS import
43
43
  * const client = new S3ControlClient(config);
44
- * const input = {
44
+ * const input = { // DeleteAccessPointPolicyRequest
45
45
  * AccountId: "STRING_VALUE",
46
46
  * Name: "STRING_VALUE", // required
47
47
  * };
@@ -40,7 +40,7 @@ export interface DeleteAccessPointPolicyForObjectLambdaCommandOutput extends __M
40
40
  * import { S3ControlClient, DeleteAccessPointPolicyForObjectLambdaCommand } from "@aws-sdk/client-s3-control"; // ES Modules import
41
41
  * // const { S3ControlClient, DeleteAccessPointPolicyForObjectLambdaCommand } = require("@aws-sdk/client-s3-control"); // CommonJS import
42
42
  * const client = new S3ControlClient(config);
43
- * const input = {
43
+ * const input = { // DeleteAccessPointPolicyForObjectLambdaRequest
44
44
  * AccountId: "STRING_VALUE",
45
45
  * Name: "STRING_VALUE", // required
46
46
  * };
@@ -53,7 +53,7 @@ export interface DeleteBucketCommandOutput extends __MetadataBearer {
53
53
  * import { S3ControlClient, DeleteBucketCommand } from "@aws-sdk/client-s3-control"; // ES Modules import
54
54
  * // const { S3ControlClient, DeleteBucketCommand } = require("@aws-sdk/client-s3-control"); // CommonJS import
55
55
  * const client = new S3ControlClient(config);
56
- * const input = {
56
+ * const input = { // DeleteBucketRequest
57
57
  * AccountId: "STRING_VALUE",
58
58
  * Bucket: "STRING_VALUE", // required
59
59
  * };
@@ -54,7 +54,7 @@ export interface DeleteBucketLifecycleConfigurationCommandOutput extends __Metad
54
54
  * import { S3ControlClient, DeleteBucketLifecycleConfigurationCommand } from "@aws-sdk/client-s3-control"; // ES Modules import
55
55
  * // const { S3ControlClient, DeleteBucketLifecycleConfigurationCommand } = require("@aws-sdk/client-s3-control"); // CommonJS import
56
56
  * const client = new S3ControlClient(config);
57
- * const input = {
57
+ * const input = { // DeleteBucketLifecycleConfigurationRequest
58
58
  * AccountId: "STRING_VALUE",
59
59
  * Bucket: "STRING_VALUE", // required
60
60
  * };
@@ -61,7 +61,7 @@ export interface DeleteBucketPolicyCommandOutput extends __MetadataBearer {
61
61
  * import { S3ControlClient, DeleteBucketPolicyCommand } from "@aws-sdk/client-s3-control"; // ES Modules import
62
62
  * // const { S3ControlClient, DeleteBucketPolicyCommand } = require("@aws-sdk/client-s3-control"); // CommonJS import
63
63
  * const client = new S3ControlClient(config);
64
- * const input = {
64
+ * const input = { // DeleteBucketPolicyRequest
65
65
  * AccountId: "STRING_VALUE",
66
66
  * Bucket: "STRING_VALUE", // required
67
67
  * };
@@ -60,7 +60,7 @@ export interface DeleteBucketReplicationCommandOutput extends __MetadataBearer {
60
60
  * import { S3ControlClient, DeleteBucketReplicationCommand } from "@aws-sdk/client-s3-control"; // ES Modules import
61
61
  * // const { S3ControlClient, DeleteBucketReplicationCommand } = require("@aws-sdk/client-s3-control"); // CommonJS import
62
62
  * const client = new S3ControlClient(config);
63
- * const input = {
63
+ * const input = { // DeleteBucketReplicationRequest
64
64
  * AccountId: "STRING_VALUE",
65
65
  * Bucket: "STRING_VALUE", // required
66
66
  * };
@@ -48,7 +48,7 @@ export interface DeleteBucketTaggingCommandOutput extends __MetadataBearer {
48
48
  * import { S3ControlClient, DeleteBucketTaggingCommand } from "@aws-sdk/client-s3-control"; // ES Modules import
49
49
  * // const { S3ControlClient, DeleteBucketTaggingCommand } = require("@aws-sdk/client-s3-control"); // CommonJS import
50
50
  * const client = new S3ControlClient(config);
51
- * const input = {
51
+ * const input = { // DeleteBucketTaggingRequest
52
52
  * AccountId: "STRING_VALUE",
53
53
  * Bucket: "STRING_VALUE", // required
54
54
  * };
@@ -50,7 +50,7 @@ export interface DeleteJobTaggingCommandOutput extends DeleteJobTaggingResult, _
50
50
  * import { S3ControlClient, DeleteJobTaggingCommand } from "@aws-sdk/client-s3-control"; // ES Modules import
51
51
  * // const { S3ControlClient, DeleteJobTaggingCommand } = require("@aws-sdk/client-s3-control"); // CommonJS import
52
52
  * const client = new S3ControlClient(config);
53
- * const input = {
53
+ * const input = { // DeleteJobTaggingRequest
54
54
  * AccountId: "STRING_VALUE",
55
55
  * JobId: "STRING_VALUE", // required
56
56
  * };
@@ -57,10 +57,10 @@ export interface DeleteMultiRegionAccessPointCommandOutput extends DeleteMultiRe
57
57
  * import { S3ControlClient, DeleteMultiRegionAccessPointCommand } from "@aws-sdk/client-s3-control"; // ES Modules import
58
58
  * // const { S3ControlClient, DeleteMultiRegionAccessPointCommand } = require("@aws-sdk/client-s3-control"); // CommonJS import
59
59
  * const client = new S3ControlClient(config);
60
- * const input = {
60
+ * const input = { // DeleteMultiRegionAccessPointRequest
61
61
  * AccountId: "STRING_VALUE",
62
62
  * ClientToken: "STRING_VALUE", // required
63
- * Details: {
63
+ * Details: { // DeleteMultiRegionAccessPointInput
64
64
  * Name: "STRING_VALUE", // required
65
65
  * },
66
66
  * };
@@ -41,7 +41,7 @@ export interface DeletePublicAccessBlockCommandOutput extends __MetadataBearer {
41
41
  * import { S3ControlClient, DeletePublicAccessBlockCommand } from "@aws-sdk/client-s3-control"; // ES Modules import
42
42
  * // const { S3ControlClient, DeletePublicAccessBlockCommand } = require("@aws-sdk/client-s3-control"); // CommonJS import
43
43
  * const client = new S3ControlClient(config);
44
- * const input = {
44
+ * const input = { // DeletePublicAccessBlockRequest
45
45
  * AccountId: "STRING_VALUE",
46
46
  * };
47
47
  * const command = new DeletePublicAccessBlockCommand(input);
@@ -34,7 +34,7 @@ export interface DeleteStorageLensConfigurationCommandOutput extends __MetadataB
34
34
  * import { S3ControlClient, DeleteStorageLensConfigurationCommand } from "@aws-sdk/client-s3-control"; // ES Modules import
35
35
  * // const { S3ControlClient, DeleteStorageLensConfigurationCommand } = require("@aws-sdk/client-s3-control"); // CommonJS import
36
36
  * const client = new S3ControlClient(config);
37
- * const input = {
37
+ * const input = { // DeleteStorageLensConfigurationRequest
38
38
  * ConfigId: "STRING_VALUE", // required
39
39
  * AccountId: "STRING_VALUE",
40
40
  * };
@@ -35,7 +35,7 @@ export interface DeleteStorageLensConfigurationTaggingCommandOutput extends Dele
35
35
  * import { S3ControlClient, DeleteStorageLensConfigurationTaggingCommand } from "@aws-sdk/client-s3-control"; // ES Modules import
36
36
  * // const { S3ControlClient, DeleteStorageLensConfigurationTaggingCommand } = require("@aws-sdk/client-s3-control"); // CommonJS import
37
37
  * const client = new S3ControlClient(config);
38
- * const input = {
38
+ * const input = { // DeleteStorageLensConfigurationTaggingRequest
39
39
  * ConfigId: "STRING_VALUE", // required
40
40
  * AccountId: "STRING_VALUE",
41
41
  * };
@@ -51,7 +51,7 @@ export interface DescribeJobCommandOutput extends DescribeJobResult, __MetadataB
51
51
  * import { S3ControlClient, DescribeJobCommand } from "@aws-sdk/client-s3-control"; // ES Modules import
52
52
  * // const { S3ControlClient, DescribeJobCommand } = require("@aws-sdk/client-s3-control"); // CommonJS import
53
53
  * const client = new S3ControlClient(config);
54
- * const input = {
54
+ * const input = { // DescribeJobRequest
55
55
  * AccountId: "STRING_VALUE",
56
56
  * JobId: "STRING_VALUE", // required
57
57
  * };
@@ -51,7 +51,7 @@ export interface DescribeMultiRegionAccessPointOperationCommandOutput extends De
51
51
  * import { S3ControlClient, DescribeMultiRegionAccessPointOperationCommand } from "@aws-sdk/client-s3-control"; // ES Modules import
52
52
  * // const { S3ControlClient, DescribeMultiRegionAccessPointOperationCommand } = require("@aws-sdk/client-s3-control"); // CommonJS import
53
53
  * const client = new S3ControlClient(config);
54
- * const input = {
54
+ * const input = { // DescribeMultiRegionAccessPointOperationRequest
55
55
  * AccountId: "STRING_VALUE",
56
56
  * RequestTokenARN: "STRING_VALUE", // required
57
57
  * };
@@ -46,7 +46,7 @@ export interface GetAccessPointCommandOutput extends GetAccessPointResult, __Met
46
46
  * import { S3ControlClient, GetAccessPointCommand } from "@aws-sdk/client-s3-control"; // ES Modules import
47
47
  * // const { S3ControlClient, GetAccessPointCommand } = require("@aws-sdk/client-s3-control"); // CommonJS import
48
48
  * const client = new S3ControlClient(config);
49
- * const input = {
49
+ * const input = { // GetAccessPointRequest
50
50
  * AccountId: "STRING_VALUE",
51
51
  * Name: "STRING_VALUE", // required
52
52
  * };
@@ -35,7 +35,7 @@ export interface GetAccessPointConfigurationForObjectLambdaCommandOutput extends
35
35
  * import { S3ControlClient, GetAccessPointConfigurationForObjectLambdaCommand } from "@aws-sdk/client-s3-control"; // ES Modules import
36
36
  * // const { S3ControlClient, GetAccessPointConfigurationForObjectLambdaCommand } = require("@aws-sdk/client-s3-control"); // CommonJS import
37
37
  * const client = new S3ControlClient(config);
38
- * const input = {
38
+ * const input = { // GetAccessPointConfigurationForObjectLambdaRequest
39
39
  * AccountId: "STRING_VALUE",
40
40
  * Name: "STRING_VALUE", // required
41
41
  * };
@@ -44,7 +44,7 @@ export interface GetAccessPointForObjectLambdaCommandOutput extends GetAccessPoi
44
44
  * import { S3ControlClient, GetAccessPointForObjectLambdaCommand } from "@aws-sdk/client-s3-control"; // ES Modules import
45
45
  * // const { S3ControlClient, GetAccessPointForObjectLambdaCommand } = require("@aws-sdk/client-s3-control"); // CommonJS import
46
46
  * const client = new S3ControlClient(config);
47
- * const input = {
47
+ * const input = { // GetAccessPointForObjectLambdaRequest
48
48
  * AccountId: "STRING_VALUE",
49
49
  * Name: "STRING_VALUE", // required
50
50
  * };
@@ -39,7 +39,7 @@ export interface GetAccessPointPolicyCommandOutput extends GetAccessPointPolicyR
39
39
  * import { S3ControlClient, GetAccessPointPolicyCommand } from "@aws-sdk/client-s3-control"; // ES Modules import
40
40
  * // const { S3ControlClient, GetAccessPointPolicyCommand } = require("@aws-sdk/client-s3-control"); // CommonJS import
41
41
  * const client = new S3ControlClient(config);
42
- * const input = {
42
+ * const input = { // GetAccessPointPolicyRequest
43
43
  * AccountId: "STRING_VALUE",
44
44
  * Name: "STRING_VALUE", // required
45
45
  * };
@@ -40,7 +40,7 @@ export interface GetAccessPointPolicyForObjectLambdaCommandOutput extends GetAcc
40
40
  * import { S3ControlClient, GetAccessPointPolicyForObjectLambdaCommand } from "@aws-sdk/client-s3-control"; // ES Modules import
41
41
  * // const { S3ControlClient, GetAccessPointPolicyForObjectLambdaCommand } = require("@aws-sdk/client-s3-control"); // CommonJS import
42
42
  * const client = new S3ControlClient(config);
43
- * const input = {
43
+ * const input = { // GetAccessPointPolicyForObjectLambdaRequest
44
44
  * AccountId: "STRING_VALUE",
45
45
  * Name: "STRING_VALUE", // required
46
46
  * };
@@ -28,7 +28,7 @@ export interface GetAccessPointPolicyStatusCommandOutput extends GetAccessPointP
28
28
  * import { S3ControlClient, GetAccessPointPolicyStatusCommand } from "@aws-sdk/client-s3-control"; // ES Modules import
29
29
  * // const { S3ControlClient, GetAccessPointPolicyStatusCommand } = require("@aws-sdk/client-s3-control"); // CommonJS import
30
30
  * const client = new S3ControlClient(config);
31
- * const input = {
31
+ * const input = { // GetAccessPointPolicyStatusRequest
32
32
  * AccountId: "STRING_VALUE",
33
33
  * Name: "STRING_VALUE", // required
34
34
  * };
@@ -26,7 +26,7 @@ export interface GetAccessPointPolicyStatusForObjectLambdaCommandOutput extends
26
26
  * import { S3ControlClient, GetAccessPointPolicyStatusForObjectLambdaCommand } from "@aws-sdk/client-s3-control"; // ES Modules import
27
27
  * // const { S3ControlClient, GetAccessPointPolicyStatusForObjectLambdaCommand } = require("@aws-sdk/client-s3-control"); // CommonJS import
28
28
  * const client = new S3ControlClient(config);
29
- * const input = {
29
+ * const input = { // GetAccessPointPolicyStatusForObjectLambdaRequest
30
30
  * AccountId: "STRING_VALUE",
31
31
  * Name: "STRING_VALUE", // required
32
32
  * };
@@ -54,7 +54,7 @@ export interface GetBucketCommandOutput extends GetBucketResult, __MetadataBeare
54
54
  * import { S3ControlClient, GetBucketCommand } from "@aws-sdk/client-s3-control"; // ES Modules import
55
55
  * // const { S3ControlClient, GetBucketCommand } = require("@aws-sdk/client-s3-control"); // CommonJS import
56
56
  * const client = new S3ControlClient(config);
57
- * const input = {
57
+ * const input = { // GetBucketRequest
58
58
  * AccountId: "STRING_VALUE",
59
59
  * Bucket: "STRING_VALUE", // required
60
60
  * };
@@ -73,7 +73,7 @@ export interface GetBucketLifecycleConfigurationCommandOutput extends GetBucketL
73
73
  * import { S3ControlClient, GetBucketLifecycleConfigurationCommand } from "@aws-sdk/client-s3-control"; // ES Modules import
74
74
  * // const { S3ControlClient, GetBucketLifecycleConfigurationCommand } = require("@aws-sdk/client-s3-control"); // CommonJS import
75
75
  * const client = new S3ControlClient(config);
76
- * const input = {
76
+ * const input = { // GetBucketLifecycleConfigurationRequest
77
77
  * AccountId: "STRING_VALUE",
78
78
  * Bucket: "STRING_VALUE", // required
79
79
  * };
@@ -66,7 +66,7 @@ export interface GetBucketPolicyCommandOutput extends GetBucketPolicyResult, __M
66
66
  * import { S3ControlClient, GetBucketPolicyCommand } from "@aws-sdk/client-s3-control"; // ES Modules import
67
67
  * // const { S3ControlClient, GetBucketPolicyCommand } = require("@aws-sdk/client-s3-control"); // CommonJS import
68
68
  * const client = new S3ControlClient(config);
69
- * const input = {
69
+ * const input = { // GetBucketPolicyRequest
70
70
  * AccountId: "STRING_VALUE",
71
71
  * Bucket: "STRING_VALUE", // required
72
72
  * };
@@ -66,7 +66,7 @@ export interface GetBucketReplicationCommandOutput extends GetBucketReplicationR
66
66
  * import { S3ControlClient, GetBucketReplicationCommand } from "@aws-sdk/client-s3-control"; // ES Modules import
67
67
  * // const { S3ControlClient, GetBucketReplicationCommand } = require("@aws-sdk/client-s3-control"); // CommonJS import
68
68
  * const client = new S3ControlClient(config);
69
- * const input = {
69
+ * const input = { // GetBucketReplicationRequest
70
70
  * AccountId: "STRING_VALUE",
71
71
  * Bucket: "STRING_VALUE", // required
72
72
  * };
@@ -62,7 +62,7 @@ export interface GetBucketTaggingCommandOutput extends GetBucketTaggingResult, _
62
62
  * import { S3ControlClient, GetBucketTaggingCommand } from "@aws-sdk/client-s3-control"; // ES Modules import
63
63
  * // const { S3ControlClient, GetBucketTaggingCommand } = require("@aws-sdk/client-s3-control"); // CommonJS import
64
64
  * const client = new S3ControlClient(config);
65
- * const input = {
65
+ * const input = { // GetBucketTaggingRequest
66
66
  * AccountId: "STRING_VALUE",
67
67
  * Bucket: "STRING_VALUE", // required
68
68
  * };
@@ -63,7 +63,7 @@ export interface GetBucketVersioningCommandOutput extends GetBucketVersioningRes
63
63
  * import { S3ControlClient, GetBucketVersioningCommand } from "@aws-sdk/client-s3-control"; // ES Modules import
64
64
  * // const { S3ControlClient, GetBucketVersioningCommand } = require("@aws-sdk/client-s3-control"); // CommonJS import
65
65
  * const client = new S3ControlClient(config);
66
- * const input = {
66
+ * const input = { // GetBucketVersioningRequest
67
67
  * AccountId: "STRING_VALUE",
68
68
  * Bucket: "STRING_VALUE", // required
69
69
  * };
@@ -50,7 +50,7 @@ export interface GetJobTaggingCommandOutput extends GetJobTaggingResult, __Metad
50
50
  * import { S3ControlClient, GetJobTaggingCommand } from "@aws-sdk/client-s3-control"; // ES Modules import
51
51
  * // const { S3ControlClient, GetJobTaggingCommand } = require("@aws-sdk/client-s3-control"); // CommonJS import
52
52
  * const client = new S3ControlClient(config);
53
- * const input = {
53
+ * const input = { // GetJobTaggingRequest
54
54
  * AccountId: "STRING_VALUE",
55
55
  * JobId: "STRING_VALUE", // required
56
56
  * };
@@ -52,7 +52,7 @@ export interface GetMultiRegionAccessPointCommandOutput extends GetMultiRegionAc
52
52
  * import { S3ControlClient, GetMultiRegionAccessPointCommand } from "@aws-sdk/client-s3-control"; // ES Modules import
53
53
  * // const { S3ControlClient, GetMultiRegionAccessPointCommand } = require("@aws-sdk/client-s3-control"); // CommonJS import
54
54
  * const client = new S3ControlClient(config);
55
- * const input = {
55
+ * const input = { // GetMultiRegionAccessPointRequest
56
56
  * AccountId: "STRING_VALUE",
57
57
  * Name: "STRING_VALUE", // required
58
58
  * };
@@ -43,7 +43,7 @@ export interface GetMultiRegionAccessPointPolicyCommandOutput extends GetMultiRe
43
43
  * import { S3ControlClient, GetMultiRegionAccessPointPolicyCommand } from "@aws-sdk/client-s3-control"; // ES Modules import
44
44
  * // const { S3ControlClient, GetMultiRegionAccessPointPolicyCommand } = require("@aws-sdk/client-s3-control"); // CommonJS import
45
45
  * const client = new S3ControlClient(config);
46
- * const input = {
46
+ * const input = { // GetMultiRegionAccessPointPolicyRequest
47
47
  * AccountId: "STRING_VALUE",
48
48
  * Name: "STRING_VALUE", // required
49
49
  * };
@@ -44,7 +44,7 @@ export interface GetMultiRegionAccessPointPolicyStatusCommandOutput extends GetM
44
44
  * import { S3ControlClient, GetMultiRegionAccessPointPolicyStatusCommand } from "@aws-sdk/client-s3-control"; // ES Modules import
45
45
  * // const { S3ControlClient, GetMultiRegionAccessPointPolicyStatusCommand } = require("@aws-sdk/client-s3-control"); // CommonJS import
46
46
  * const client = new S3ControlClient(config);
47
- * const input = {
47
+ * const input = { // GetMultiRegionAccessPointPolicyStatusRequest
48
48
  * AccountId: "STRING_VALUE",
49
49
  * Name: "STRING_VALUE", // required
50
50
  * };
@@ -59,7 +59,7 @@ export interface GetMultiRegionAccessPointRoutesCommandOutput extends GetMultiRe
59
59
  * import { S3ControlClient, GetMultiRegionAccessPointRoutesCommand } from "@aws-sdk/client-s3-control"; // ES Modules import
60
60
  * // const { S3ControlClient, GetMultiRegionAccessPointRoutesCommand } = require("@aws-sdk/client-s3-control"); // CommonJS import
61
61
  * const client = new S3ControlClient(config);
62
- * const input = {
62
+ * const input = { // GetMultiRegionAccessPointRoutesRequest
63
63
  * AccountId: "STRING_VALUE",
64
64
  * Mrap: "STRING_VALUE", // required
65
65
  * };