@aws-sdk/client-s3-control 3.299.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 +15 -0
  2. package/dist-types/commands/CreateAccessPointForObjectLambdaCommand.d.ts +24 -0
  3. package/dist-types/commands/CreateBucketCommand.d.ts +14 -0
  4. package/dist-types/commands/CreateJobCommand.d.ts +161 -0
  5. package/dist-types/commands/CreateMultiRegionAccessPointCommand.d.ts +19 -0
  6. package/dist-types/commands/DeleteAccessPointCommand.d.ts +4 -0
  7. package/dist-types/commands/DeleteAccessPointForObjectLambdaCommand.d.ts +4 -0
  8. package/dist-types/commands/DeleteAccessPointPolicyCommand.d.ts +4 -0
  9. package/dist-types/commands/DeleteAccessPointPolicyForObjectLambdaCommand.d.ts +4 -0
  10. package/dist-types/commands/DeleteBucketCommand.d.ts +4 -0
  11. package/dist-types/commands/DeleteBucketLifecycleConfigurationCommand.d.ts +4 -0
  12. package/dist-types/commands/DeleteBucketPolicyCommand.d.ts +4 -0
  13. package/dist-types/commands/DeleteBucketReplicationCommand.d.ts +4 -0
  14. package/dist-types/commands/DeleteBucketTaggingCommand.d.ts +4 -0
  15. package/dist-types/commands/DeleteJobTaggingCommand.d.ts +4 -0
  16. package/dist-types/commands/DeleteMultiRegionAccessPointCommand.d.ts +7 -0
  17. package/dist-types/commands/DeletePublicAccessBlockCommand.d.ts +3 -0
  18. package/dist-types/commands/DeleteStorageLensConfigurationCommand.d.ts +4 -0
  19. package/dist-types/commands/DeleteStorageLensConfigurationTaggingCommand.d.ts +4 -0
  20. package/dist-types/commands/DescribeJobCommand.d.ts +4 -0
  21. package/dist-types/commands/DescribeMultiRegionAccessPointOperationCommand.d.ts +4 -0
  22. package/dist-types/commands/GetAccessPointCommand.d.ts +4 -0
  23. package/dist-types/commands/GetAccessPointConfigurationForObjectLambdaCommand.d.ts +4 -0
  24. package/dist-types/commands/GetAccessPointForObjectLambdaCommand.d.ts +4 -0
  25. package/dist-types/commands/GetAccessPointPolicyCommand.d.ts +4 -0
  26. package/dist-types/commands/GetAccessPointPolicyForObjectLambdaCommand.d.ts +4 -0
  27. package/dist-types/commands/GetAccessPointPolicyStatusCommand.d.ts +4 -0
  28. package/dist-types/commands/GetAccessPointPolicyStatusForObjectLambdaCommand.d.ts +4 -0
  29. package/dist-types/commands/GetBucketCommand.d.ts +4 -0
  30. package/dist-types/commands/GetBucketLifecycleConfigurationCommand.d.ts +4 -0
  31. package/dist-types/commands/GetBucketPolicyCommand.d.ts +4 -0
  32. package/dist-types/commands/GetBucketReplicationCommand.d.ts +4 -0
  33. package/dist-types/commands/GetBucketTaggingCommand.d.ts +4 -0
  34. package/dist-types/commands/GetBucketVersioningCommand.d.ts +4 -0
  35. package/dist-types/commands/GetJobTaggingCommand.d.ts +4 -0
  36. package/dist-types/commands/GetMultiRegionAccessPointCommand.d.ts +4 -0
  37. package/dist-types/commands/GetMultiRegionAccessPointPolicyCommand.d.ts +4 -0
  38. package/dist-types/commands/GetMultiRegionAccessPointPolicyStatusCommand.d.ts +4 -0
  39. package/dist-types/commands/GetMultiRegionAccessPointRoutesCommand.d.ts +4 -0
  40. package/dist-types/commands/GetPublicAccessBlockCommand.d.ts +3 -0
  41. package/dist-types/commands/GetStorageLensConfigurationCommand.d.ts +4 -0
  42. package/dist-types/commands/GetStorageLensConfigurationTaggingCommand.d.ts +4 -0
  43. package/dist-types/commands/ListAccessPointsCommand.d.ts +6 -0
  44. package/dist-types/commands/ListAccessPointsForObjectLambdaCommand.d.ts +5 -0
  45. package/dist-types/commands/ListJobsCommand.d.ts +8 -0
  46. package/dist-types/commands/ListMultiRegionAccessPointsCommand.d.ts +5 -0
  47. package/dist-types/commands/ListRegionalBucketsCommand.d.ts +6 -0
  48. package/dist-types/commands/ListStorageLensConfigurationsCommand.d.ts +4 -0
  49. package/dist-types/commands/PutAccessPointConfigurationForObjectLambdaCommand.d.ts +24 -0
  50. package/dist-types/commands/PutAccessPointPolicyCommand.d.ts +5 -0
  51. package/dist-types/commands/PutAccessPointPolicyForObjectLambdaCommand.d.ts +5 -0
  52. package/dist-types/commands/PutBucketLifecycleConfigurationCommand.d.ts +57 -0
  53. package/dist-types/commands/PutBucketPolicyCommand.d.ts +6 -0
  54. package/dist-types/commands/PutBucketReplicationCommand.d.ts +69 -0
  55. package/dist-types/commands/PutBucketTaggingCommand.d.ts +12 -0
  56. package/dist-types/commands/PutBucketVersioningCommand.d.ts +9 -0
  57. package/dist-types/commands/PutJobTaggingCommand.d.ts +10 -0
  58. package/dist-types/commands/PutMultiRegionAccessPointPolicyCommand.d.ts +8 -0
  59. package/dist-types/commands/PutPublicAccessBlockCommand.d.ts +9 -0
  60. package/dist-types/commands/PutStorageLensConfigurationCommand.d.ts +90 -0
  61. package/dist-types/commands/PutStorageLensConfigurationTaggingCommand.d.ts +10 -0
  62. package/dist-types/commands/SubmitMultiRegionAccessPointRoutesCommand.d.ts +11 -0
  63. package/dist-types/commands/UpdateJobPriorityCommand.d.ts +5 -0
  64. package/dist-types/commands/UpdateJobStatusCommand.d.ts +6 -0
  65. package/package.json +9 -9
@@ -56,6 +56,21 @@ 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 = { // CreateAccessPointRequest
60
+ * AccountId: "STRING_VALUE",
61
+ * Name: "STRING_VALUE", // required
62
+ * Bucket: "STRING_VALUE", // required
63
+ * VpcConfiguration: { // VpcConfiguration
64
+ * VpcId: "STRING_VALUE", // required
65
+ * },
66
+ * PublicAccessBlockConfiguration: { // PublicAccessBlockConfiguration
67
+ * BlockPublicAcls: true || false,
68
+ * IgnorePublicAcls: true || false,
69
+ * BlockPublicPolicy: true || false,
70
+ * RestrictPublicBuckets: true || false,
71
+ * },
72
+ * BucketAccountId: "STRING_VALUE",
73
+ * };
59
74
  * const command = new CreateAccessPointCommand(input);
60
75
  * const response = await client.send(command);
61
76
  * ```
@@ -46,6 +46,30 @@ 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 = { // CreateAccessPointForObjectLambdaRequest
50
+ * AccountId: "STRING_VALUE",
51
+ * Name: "STRING_VALUE", // required
52
+ * Configuration: { // ObjectLambdaConfiguration
53
+ * SupportingAccessPoint: "STRING_VALUE", // required
54
+ * CloudWatchMetricsEnabled: true || false,
55
+ * AllowedFeatures: [ // ObjectLambdaAllowedFeaturesList
56
+ * "GetObject-Range" || "GetObject-PartNumber" || "HeadObject-Range" || "HeadObject-PartNumber",
57
+ * ],
58
+ * TransformationConfigurations: [ // ObjectLambdaTransformationConfigurationsList // required
59
+ * { // ObjectLambdaTransformationConfiguration
60
+ * Actions: [ // ObjectLambdaTransformationConfigurationActionsList // required
61
+ * "GetObject" || "HeadObject" || "ListObjects" || "ListObjectsV2",
62
+ * ],
63
+ * ContentTransformation: { // ObjectLambdaContentTransformation Union: only one key present
64
+ * AwsLambda: { // AwsLambdaTransformation
65
+ * FunctionArn: "STRING_VALUE", // required
66
+ * FunctionPayload: "STRING_VALUE",
67
+ * },
68
+ * },
69
+ * },
70
+ * ],
71
+ * },
72
+ * };
49
73
  * const command = new CreateAccessPointForObjectLambdaCommand(input);
50
74
  * const response = await client.send(command);
51
75
  * ```
@@ -79,6 +79,20 @@ 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 = { // CreateBucketRequest
83
+ * ACL: "private" || "public-read" || "public-read-write" || "authenticated-read",
84
+ * Bucket: "STRING_VALUE", // required
85
+ * CreateBucketConfiguration: { // CreateBucketConfiguration
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
+ * },
88
+ * GrantFullControl: "STRING_VALUE",
89
+ * GrantRead: "STRING_VALUE",
90
+ * GrantReadACP: "STRING_VALUE",
91
+ * GrantWrite: "STRING_VALUE",
92
+ * GrantWriteACP: "STRING_VALUE",
93
+ * ObjectLockEnabledForBucket: true || false,
94
+ * OutpostId: "STRING_VALUE",
95
+ * };
82
96
  * const command = new CreateBucketCommand(input);
83
97
  * const response = await client.send(command);
84
98
  * ```
@@ -58,6 +58,167 @@ 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 = { // CreateJobRequest
62
+ * AccountId: "STRING_VALUE",
63
+ * ConfirmationRequired: true || false,
64
+ * Operation: { // JobOperation
65
+ * LambdaInvoke: { // LambdaInvokeOperation
66
+ * FunctionArn: "STRING_VALUE",
67
+ * },
68
+ * S3PutObjectCopy: { // S3CopyObjectOperation
69
+ * TargetResource: "STRING_VALUE",
70
+ * CannedAccessControlList: "private" || "public-read" || "public-read-write" || "aws-exec-read" || "authenticated-read" || "bucket-owner-read" || "bucket-owner-full-control",
71
+ * AccessControlGrants: [ // S3GrantList
72
+ * { // S3Grant
73
+ * Grantee: { // S3Grantee
74
+ * TypeIdentifier: "id" || "emailAddress" || "uri",
75
+ * Identifier: "STRING_VALUE",
76
+ * DisplayName: "STRING_VALUE",
77
+ * },
78
+ * Permission: "FULL_CONTROL" || "READ" || "WRITE" || "READ_ACP" || "WRITE_ACP",
79
+ * },
80
+ * ],
81
+ * MetadataDirective: "COPY" || "REPLACE",
82
+ * ModifiedSinceConstraint: new Date("TIMESTAMP"),
83
+ * NewObjectMetadata: { // S3ObjectMetadata
84
+ * CacheControl: "STRING_VALUE",
85
+ * ContentDisposition: "STRING_VALUE",
86
+ * ContentEncoding: "STRING_VALUE",
87
+ * ContentLanguage: "STRING_VALUE",
88
+ * UserMetadata: { // S3UserMetadata
89
+ * "<keys>": "STRING_VALUE",
90
+ * },
91
+ * ContentLength: Number("long"),
92
+ * ContentMD5: "STRING_VALUE",
93
+ * ContentType: "STRING_VALUE",
94
+ * HttpExpiresDate: new Date("TIMESTAMP"),
95
+ * RequesterCharged: true || false,
96
+ * SSEAlgorithm: "AES256" || "KMS",
97
+ * },
98
+ * NewObjectTagging: [ // S3TagSet
99
+ * { // S3Tag
100
+ * Key: "STRING_VALUE", // required
101
+ * Value: "STRING_VALUE", // required
102
+ * },
103
+ * ],
104
+ * RedirectLocation: "STRING_VALUE",
105
+ * RequesterPays: true || false,
106
+ * StorageClass: "STANDARD" || "STANDARD_IA" || "ONEZONE_IA" || "GLACIER" || "INTELLIGENT_TIERING" || "DEEP_ARCHIVE" || "GLACIER_IR",
107
+ * UnModifiedSinceConstraint: new Date("TIMESTAMP"),
108
+ * SSEAwsKmsKeyId: "STRING_VALUE",
109
+ * TargetKeyPrefix: "STRING_VALUE",
110
+ * ObjectLockLegalHoldStatus: "OFF" || "ON",
111
+ * ObjectLockMode: "COMPLIANCE" || "GOVERNANCE",
112
+ * ObjectLockRetainUntilDate: new Date("TIMESTAMP"),
113
+ * BucketKeyEnabled: true || false,
114
+ * ChecksumAlgorithm: "CRC32" || "CRC32C" || "SHA1" || "SHA256",
115
+ * },
116
+ * S3PutObjectAcl: { // S3SetObjectAclOperation
117
+ * AccessControlPolicy: { // S3AccessControlPolicy
118
+ * AccessControlList: { // S3AccessControlList
119
+ * Owner: { // S3ObjectOwner
120
+ * ID: "STRING_VALUE",
121
+ * DisplayName: "STRING_VALUE",
122
+ * },
123
+ * Grants: [
124
+ * {
125
+ * Grantee: {
126
+ * TypeIdentifier: "id" || "emailAddress" || "uri",
127
+ * Identifier: "STRING_VALUE",
128
+ * DisplayName: "STRING_VALUE",
129
+ * },
130
+ * Permission: "FULL_CONTROL" || "READ" || "WRITE" || "READ_ACP" || "WRITE_ACP",
131
+ * },
132
+ * ],
133
+ * },
134
+ * CannedAccessControlList: "private" || "public-read" || "public-read-write" || "aws-exec-read" || "authenticated-read" || "bucket-owner-read" || "bucket-owner-full-control",
135
+ * },
136
+ * },
137
+ * S3PutObjectTagging: { // S3SetObjectTaggingOperation
138
+ * TagSet: [
139
+ * {
140
+ * Key: "STRING_VALUE", // required
141
+ * Value: "STRING_VALUE", // required
142
+ * },
143
+ * ],
144
+ * },
145
+ * S3DeleteObjectTagging: {},
146
+ * S3InitiateRestoreObject: { // S3InitiateRestoreObjectOperation
147
+ * ExpirationInDays: Number("int"),
148
+ * GlacierJobTier: "BULK" || "STANDARD",
149
+ * },
150
+ * S3PutObjectLegalHold: { // S3SetObjectLegalHoldOperation
151
+ * LegalHold: { // S3ObjectLockLegalHold
152
+ * Status: "OFF" || "ON", // required
153
+ * },
154
+ * },
155
+ * S3PutObjectRetention: { // S3SetObjectRetentionOperation
156
+ * BypassGovernanceRetention: true || false,
157
+ * Retention: { // S3Retention
158
+ * RetainUntilDate: new Date("TIMESTAMP"),
159
+ * Mode: "COMPLIANCE" || "GOVERNANCE",
160
+ * },
161
+ * },
162
+ * S3ReplicateObject: {},
163
+ * },
164
+ * Report: { // JobReport
165
+ * Bucket: "STRING_VALUE",
166
+ * Format: "Report_CSV_20180820",
167
+ * Enabled: true || false, // required
168
+ * Prefix: "STRING_VALUE",
169
+ * ReportScope: "AllTasks" || "FailedTasksOnly",
170
+ * },
171
+ * ClientRequestToken: "STRING_VALUE", // required
172
+ * Manifest: { // JobManifest
173
+ * Spec: { // JobManifestSpec
174
+ * Format: "S3BatchOperations_CSV_20180820" || "S3InventoryReport_CSV_20161130", // required
175
+ * Fields: [ // JobManifestFieldList
176
+ * "Ignore" || "Bucket" || "Key" || "VersionId",
177
+ * ],
178
+ * },
179
+ * Location: { // JobManifestLocation
180
+ * ObjectArn: "STRING_VALUE", // required
181
+ * ObjectVersionId: "STRING_VALUE",
182
+ * ETag: "STRING_VALUE", // required
183
+ * },
184
+ * },
185
+ * Description: "STRING_VALUE",
186
+ * Priority: Number("int"), // required
187
+ * RoleArn: "STRING_VALUE", // required
188
+ * Tags: [
189
+ * {
190
+ * Key: "STRING_VALUE", // required
191
+ * Value: "STRING_VALUE", // required
192
+ * },
193
+ * ],
194
+ * ManifestGenerator: { // JobManifestGenerator Union: only one key present
195
+ * S3JobManifestGenerator: { // S3JobManifestGenerator
196
+ * ExpectedBucketOwner: "STRING_VALUE",
197
+ * SourceBucket: "STRING_VALUE", // required
198
+ * ManifestOutputLocation: { // S3ManifestOutputLocation
199
+ * ExpectedManifestBucketOwner: "STRING_VALUE",
200
+ * Bucket: "STRING_VALUE", // required
201
+ * ManifestPrefix: "STRING_VALUE",
202
+ * ManifestEncryption: { // GeneratedManifestEncryption
203
+ * SSES3: {},
204
+ * SSEKMS: { // SSEKMSEncryption
205
+ * KeyId: "STRING_VALUE", // required
206
+ * },
207
+ * },
208
+ * ManifestFormat: "S3InventoryReport_CSV_20211130", // required
209
+ * },
210
+ * Filter: { // JobManifestGeneratorFilter
211
+ * EligibleForReplication: true || false,
212
+ * CreatedAfter: new Date("TIMESTAMP"),
213
+ * CreatedBefore: new Date("TIMESTAMP"),
214
+ * ObjectReplicationStatuses: [ // ReplicationStatusFilterList
215
+ * "COMPLETED" || "FAILED" || "REPLICA" || "NONE",
216
+ * ],
217
+ * },
218
+ * EnableManifestOutput: true || false, // required
219
+ * },
220
+ * },
221
+ * };
61
222
  * const command = new CreateJobCommand(input);
62
223
  * const response = await client.send(command);
63
224
  * ```
@@ -58,6 +58,25 @@ 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 = { // CreateMultiRegionAccessPointRequest
62
+ * AccountId: "STRING_VALUE",
63
+ * ClientToken: "STRING_VALUE", // required
64
+ * Details: { // CreateMultiRegionAccessPointInput
65
+ * Name: "STRING_VALUE", // required
66
+ * PublicAccessBlock: { // PublicAccessBlockConfiguration
67
+ * BlockPublicAcls: true || false,
68
+ * IgnorePublicAcls: true || false,
69
+ * BlockPublicPolicy: true || false,
70
+ * RestrictPublicBuckets: true || false,
71
+ * },
72
+ * Regions: [ // RegionCreationList // required
73
+ * { // Region
74
+ * Bucket: "STRING_VALUE", // required
75
+ * BucketAccountId: "STRING_VALUE",
76
+ * },
77
+ * ],
78
+ * },
79
+ * };
61
80
  * const command = new CreateMultiRegionAccessPointCommand(input);
62
81
  * const response = await client.send(command);
63
82
  * ```
@@ -45,6 +45,10 @@ 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 = { // DeleteAccessPointRequest
49
+ * AccountId: "STRING_VALUE",
50
+ * Name: "STRING_VALUE", // required
51
+ * };
48
52
  * const command = new DeleteAccessPointCommand(input);
49
53
  * const response = await client.send(command);
50
54
  * ```
@@ -45,6 +45,10 @@ 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 = { // DeleteAccessPointForObjectLambdaRequest
49
+ * AccountId: "STRING_VALUE",
50
+ * Name: "STRING_VALUE", // required
51
+ * };
48
52
  * const command = new DeleteAccessPointForObjectLambdaCommand(input);
49
53
  * const response = await client.send(command);
50
54
  * ```
@@ -41,6 +41,10 @@ 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 = { // DeleteAccessPointPolicyRequest
45
+ * AccountId: "STRING_VALUE",
46
+ * Name: "STRING_VALUE", // required
47
+ * };
44
48
  * const command = new DeleteAccessPointPolicyCommand(input);
45
49
  * const response = await client.send(command);
46
50
  * ```
@@ -40,6 +40,10 @@ 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 = { // DeleteAccessPointPolicyForObjectLambdaRequest
44
+ * AccountId: "STRING_VALUE",
45
+ * Name: "STRING_VALUE", // required
46
+ * };
43
47
  * const command = new DeleteAccessPointPolicyForObjectLambdaCommand(input);
44
48
  * const response = await client.send(command);
45
49
  * ```
@@ -53,6 +53,10 @@ 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 = { // DeleteBucketRequest
57
+ * AccountId: "STRING_VALUE",
58
+ * Bucket: "STRING_VALUE", // required
59
+ * };
56
60
  * const command = new DeleteBucketCommand(input);
57
61
  * const response = await client.send(command);
58
62
  * ```
@@ -54,6 +54,10 @@ 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 = { // DeleteBucketLifecycleConfigurationRequest
58
+ * AccountId: "STRING_VALUE",
59
+ * Bucket: "STRING_VALUE", // required
60
+ * };
57
61
  * const command = new DeleteBucketLifecycleConfigurationCommand(input);
58
62
  * const response = await client.send(command);
59
63
  * ```
@@ -61,6 +61,10 @@ 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 = { // DeleteBucketPolicyRequest
65
+ * AccountId: "STRING_VALUE",
66
+ * Bucket: "STRING_VALUE", // required
67
+ * };
64
68
  * const command = new DeleteBucketPolicyCommand(input);
65
69
  * const response = await client.send(command);
66
70
  * ```
@@ -60,6 +60,10 @@ 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 = { // DeleteBucketReplicationRequest
64
+ * AccountId: "STRING_VALUE",
65
+ * Bucket: "STRING_VALUE", // required
66
+ * };
63
67
  * const command = new DeleteBucketReplicationCommand(input);
64
68
  * const response = await client.send(command);
65
69
  * ```
@@ -48,6 +48,10 @@ 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 = { // DeleteBucketTaggingRequest
52
+ * AccountId: "STRING_VALUE",
53
+ * Bucket: "STRING_VALUE", // required
54
+ * };
51
55
  * const command = new DeleteBucketTaggingCommand(input);
52
56
  * const response = await client.send(command);
53
57
  * ```
@@ -50,6 +50,10 @@ 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 = { // DeleteJobTaggingRequest
54
+ * AccountId: "STRING_VALUE",
55
+ * JobId: "STRING_VALUE", // required
56
+ * };
53
57
  * const command = new DeleteJobTaggingCommand(input);
54
58
  * const response = await client.send(command);
55
59
  * ```
@@ -57,6 +57,13 @@ 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 = { // DeleteMultiRegionAccessPointRequest
61
+ * AccountId: "STRING_VALUE",
62
+ * ClientToken: "STRING_VALUE", // required
63
+ * Details: { // DeleteMultiRegionAccessPointInput
64
+ * Name: "STRING_VALUE", // required
65
+ * },
66
+ * };
60
67
  * const command = new DeleteMultiRegionAccessPointCommand(input);
61
68
  * const response = await client.send(command);
62
69
  * ```
@@ -41,6 +41,9 @@ 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 = { // DeletePublicAccessBlockRequest
45
+ * AccountId: "STRING_VALUE",
46
+ * };
44
47
  * const command = new DeletePublicAccessBlockCommand(input);
45
48
  * const response = await client.send(command);
46
49
  * ```
@@ -34,6 +34,10 @@ 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 = { // DeleteStorageLensConfigurationRequest
38
+ * ConfigId: "STRING_VALUE", // required
39
+ * AccountId: "STRING_VALUE",
40
+ * };
37
41
  * const command = new DeleteStorageLensConfigurationCommand(input);
38
42
  * const response = await client.send(command);
39
43
  * ```
@@ -35,6 +35,10 @@ 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 = { // DeleteStorageLensConfigurationTaggingRequest
39
+ * ConfigId: "STRING_VALUE", // required
40
+ * AccountId: "STRING_VALUE",
41
+ * };
38
42
  * const command = new DeleteStorageLensConfigurationTaggingCommand(input);
39
43
  * const response = await client.send(command);
40
44
  * ```
@@ -51,6 +51,10 @@ 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 = { // DescribeJobRequest
55
+ * AccountId: "STRING_VALUE",
56
+ * JobId: "STRING_VALUE", // required
57
+ * };
54
58
  * const command = new DescribeJobCommand(input);
55
59
  * const response = await client.send(command);
56
60
  * ```
@@ -51,6 +51,10 @@ 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 = { // DescribeMultiRegionAccessPointOperationRequest
55
+ * AccountId: "STRING_VALUE",
56
+ * RequestTokenARN: "STRING_VALUE", // required
57
+ * };
54
58
  * const command = new DescribeMultiRegionAccessPointOperationCommand(input);
55
59
  * const response = await client.send(command);
56
60
  * ```
@@ -46,6 +46,10 @@ 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 = { // GetAccessPointRequest
50
+ * AccountId: "STRING_VALUE",
51
+ * Name: "STRING_VALUE", // required
52
+ * };
49
53
  * const command = new GetAccessPointCommand(input);
50
54
  * const response = await client.send(command);
51
55
  * ```
@@ -35,6 +35,10 @@ 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 = { // GetAccessPointConfigurationForObjectLambdaRequest
39
+ * AccountId: "STRING_VALUE",
40
+ * Name: "STRING_VALUE", // required
41
+ * };
38
42
  * const command = new GetAccessPointConfigurationForObjectLambdaCommand(input);
39
43
  * const response = await client.send(command);
40
44
  * ```
@@ -44,6 +44,10 @@ 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 = { // GetAccessPointForObjectLambdaRequest
48
+ * AccountId: "STRING_VALUE",
49
+ * Name: "STRING_VALUE", // required
50
+ * };
47
51
  * const command = new GetAccessPointForObjectLambdaCommand(input);
48
52
  * const response = await client.send(command);
49
53
  * ```
@@ -39,6 +39,10 @@ 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 = { // GetAccessPointPolicyRequest
43
+ * AccountId: "STRING_VALUE",
44
+ * Name: "STRING_VALUE", // required
45
+ * };
42
46
  * const command = new GetAccessPointPolicyCommand(input);
43
47
  * const response = await client.send(command);
44
48
  * ```
@@ -40,6 +40,10 @@ 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 = { // GetAccessPointPolicyForObjectLambdaRequest
44
+ * AccountId: "STRING_VALUE",
45
+ * Name: "STRING_VALUE", // required
46
+ * };
43
47
  * const command = new GetAccessPointPolicyForObjectLambdaCommand(input);
44
48
  * const response = await client.send(command);
45
49
  * ```
@@ -28,6 +28,10 @@ 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 = { // GetAccessPointPolicyStatusRequest
32
+ * AccountId: "STRING_VALUE",
33
+ * Name: "STRING_VALUE", // required
34
+ * };
31
35
  * const command = new GetAccessPointPolicyStatusCommand(input);
32
36
  * const response = await client.send(command);
33
37
  * ```
@@ -26,6 +26,10 @@ 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 = { // GetAccessPointPolicyStatusForObjectLambdaRequest
30
+ * AccountId: "STRING_VALUE",
31
+ * Name: "STRING_VALUE", // required
32
+ * };
29
33
  * const command = new GetAccessPointPolicyStatusForObjectLambdaCommand(input);
30
34
  * const response = await client.send(command);
31
35
  * ```
@@ -54,6 +54,10 @@ 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 = { // GetBucketRequest
58
+ * AccountId: "STRING_VALUE",
59
+ * Bucket: "STRING_VALUE", // required
60
+ * };
57
61
  * const command = new GetBucketCommand(input);
58
62
  * const response = await client.send(command);
59
63
  * ```
@@ -73,6 +73,10 @@ 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 = { // GetBucketLifecycleConfigurationRequest
77
+ * AccountId: "STRING_VALUE",
78
+ * Bucket: "STRING_VALUE", // required
79
+ * };
76
80
  * const command = new GetBucketLifecycleConfigurationCommand(input);
77
81
  * const response = await client.send(command);
78
82
  * ```
@@ -66,6 +66,10 @@ 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 = { // GetBucketPolicyRequest
70
+ * AccountId: "STRING_VALUE",
71
+ * Bucket: "STRING_VALUE", // required
72
+ * };
69
73
  * const command = new GetBucketPolicyCommand(input);
70
74
  * const response = await client.send(command);
71
75
  * ```
@@ -66,6 +66,10 @@ 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 = { // GetBucketReplicationRequest
70
+ * AccountId: "STRING_VALUE",
71
+ * Bucket: "STRING_VALUE", // required
72
+ * };
69
73
  * const command = new GetBucketReplicationCommand(input);
70
74
  * const response = await client.send(command);
71
75
  * ```
@@ -62,6 +62,10 @@ 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 = { // GetBucketTaggingRequest
66
+ * AccountId: "STRING_VALUE",
67
+ * Bucket: "STRING_VALUE", // required
68
+ * };
65
69
  * const command = new GetBucketTaggingCommand(input);
66
70
  * const response = await client.send(command);
67
71
  * ```
@@ -63,6 +63,10 @@ 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 = { // GetBucketVersioningRequest
67
+ * AccountId: "STRING_VALUE",
68
+ * Bucket: "STRING_VALUE", // required
69
+ * };
66
70
  * const command = new GetBucketVersioningCommand(input);
67
71
  * const response = await client.send(command);
68
72
  * ```