@aws-sdk/client-s3-control 3.934.0 → 3.935.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 (81) hide show
  1. package/dist-cjs/index.js +282 -282
  2. package/dist-es/index.js +2 -1
  3. package/dist-es/models/enums.js +281 -0
  4. package/dist-es/models/errors.js +165 -0
  5. package/dist-es/models/models_0.js +1 -370
  6. package/dist-es/schemas/schemas_0.js +1 -1
  7. package/dist-types/commands/ListAccessPointsForObjectLambdaCommand.d.ts +1 -2
  8. package/dist-types/commands/ListCallerAccessGrantsCommand.d.ts +1 -1
  9. package/dist-types/commands/ListJobsCommand.d.ts +1 -1
  10. package/dist-types/commands/ListMultiRegionAccessPointsCommand.d.ts +1 -1
  11. package/dist-types/commands/ListRegionalBucketsCommand.d.ts +1 -1
  12. package/dist-types/commands/ListStorageLensConfigurationsCommand.d.ts +1 -1
  13. package/dist-types/commands/ListStorageLensGroupsCommand.d.ts +1 -1
  14. package/dist-types/commands/ListTagsForResourceCommand.d.ts +1 -1
  15. package/dist-types/commands/PutAccessGrantsInstanceResourcePolicyCommand.d.ts +1 -1
  16. package/dist-types/commands/PutAccessPointConfigurationForObjectLambdaCommand.d.ts +1 -1
  17. package/dist-types/commands/PutAccessPointPolicyCommand.d.ts +1 -1
  18. package/dist-types/commands/PutAccessPointPolicyForObjectLambdaCommand.d.ts +1 -1
  19. package/dist-types/commands/PutAccessPointScopeCommand.d.ts +1 -1
  20. package/dist-types/commands/PutBucketLifecycleConfigurationCommand.d.ts +1 -1
  21. package/dist-types/commands/PutBucketPolicyCommand.d.ts +1 -1
  22. package/dist-types/commands/PutBucketReplicationCommand.d.ts +1 -1
  23. package/dist-types/commands/PutBucketTaggingCommand.d.ts +1 -1
  24. package/dist-types/commands/PutBucketVersioningCommand.d.ts +1 -1
  25. package/dist-types/commands/PutJobTaggingCommand.d.ts +1 -1
  26. package/dist-types/commands/PutMultiRegionAccessPointPolicyCommand.d.ts +1 -1
  27. package/dist-types/commands/PutPublicAccessBlockCommand.d.ts +1 -1
  28. package/dist-types/commands/PutStorageLensConfigurationCommand.d.ts +1 -1
  29. package/dist-types/commands/PutStorageLensConfigurationTaggingCommand.d.ts +1 -1
  30. package/dist-types/commands/SubmitMultiRegionAccessPointRoutesCommand.d.ts +1 -1
  31. package/dist-types/commands/TagResourceCommand.d.ts +1 -1
  32. package/dist-types/commands/UntagResourceCommand.d.ts +1 -1
  33. package/dist-types/commands/UpdateAccessGrantsLocationCommand.d.ts +1 -1
  34. package/dist-types/commands/UpdateJobPriorityCommand.d.ts +1 -1
  35. package/dist-types/commands/UpdateJobStatusCommand.d.ts +1 -1
  36. package/dist-types/commands/UpdateStorageLensGroupCommand.d.ts +1 -1
  37. package/dist-types/index.d.ts +3 -1
  38. package/dist-types/models/enums.d.ts +689 -0
  39. package/dist-types/models/errors.d.ts +160 -0
  40. package/dist-types/models/models_0.d.ts +1165 -753
  41. package/dist-types/ts3.4/commands/ListAccessPointsForObjectLambdaCommand.d.ts +4 -2
  42. package/dist-types/ts3.4/commands/ListCallerAccessGrantsCommand.d.ts +1 -1
  43. package/dist-types/ts3.4/commands/ListJobsCommand.d.ts +1 -1
  44. package/dist-types/ts3.4/commands/ListMultiRegionAccessPointsCommand.d.ts +1 -1
  45. package/dist-types/ts3.4/commands/ListRegionalBucketsCommand.d.ts +1 -1
  46. package/dist-types/ts3.4/commands/ListStorageLensConfigurationsCommand.d.ts +1 -1
  47. package/dist-types/ts3.4/commands/ListStorageLensGroupsCommand.d.ts +1 -1
  48. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +1 -1
  49. package/dist-types/ts3.4/commands/PutAccessGrantsInstanceResourcePolicyCommand.d.ts +1 -1
  50. package/dist-types/ts3.4/commands/PutAccessPointConfigurationForObjectLambdaCommand.d.ts +1 -1
  51. package/dist-types/ts3.4/commands/PutAccessPointPolicyCommand.d.ts +1 -1
  52. package/dist-types/ts3.4/commands/PutAccessPointPolicyForObjectLambdaCommand.d.ts +1 -1
  53. package/dist-types/ts3.4/commands/PutAccessPointScopeCommand.d.ts +1 -1
  54. package/dist-types/ts3.4/commands/PutBucketLifecycleConfigurationCommand.d.ts +1 -1
  55. package/dist-types/ts3.4/commands/PutBucketPolicyCommand.d.ts +1 -1
  56. package/dist-types/ts3.4/commands/PutBucketReplicationCommand.d.ts +1 -1
  57. package/dist-types/ts3.4/commands/PutBucketTaggingCommand.d.ts +1 -1
  58. package/dist-types/ts3.4/commands/PutBucketVersioningCommand.d.ts +1 -1
  59. package/dist-types/ts3.4/commands/PutJobTaggingCommand.d.ts +1 -1
  60. package/dist-types/ts3.4/commands/PutMultiRegionAccessPointPolicyCommand.d.ts +1 -1
  61. package/dist-types/ts3.4/commands/PutPublicAccessBlockCommand.d.ts +1 -1
  62. package/dist-types/ts3.4/commands/PutStorageLensConfigurationCommand.d.ts +1 -1
  63. package/dist-types/ts3.4/commands/PutStorageLensConfigurationTaggingCommand.d.ts +1 -1
  64. package/dist-types/ts3.4/commands/SubmitMultiRegionAccessPointRoutesCommand.d.ts +1 -1
  65. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +1 -1
  66. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +1 -1
  67. package/dist-types/ts3.4/commands/UpdateAccessGrantsLocationCommand.d.ts +1 -1
  68. package/dist-types/ts3.4/commands/UpdateJobPriorityCommand.d.ts +1 -1
  69. package/dist-types/ts3.4/commands/UpdateJobStatusCommand.d.ts +1 -1
  70. package/dist-types/ts3.4/commands/UpdateStorageLensGroupCommand.d.ts +1 -1
  71. package/dist-types/ts3.4/index.d.ts +3 -1
  72. package/dist-types/ts3.4/models/enums.d.ts +371 -0
  73. package/dist-types/ts3.4/models/errors.d.ts +95 -0
  74. package/dist-types/ts3.4/models/models_0.d.ts +307 -412
  75. package/package.json +12 -12
  76. package/dist-es/models/index.js +0 -2
  77. package/dist-es/models/models_1.js +0 -77
  78. package/dist-types/models/index.d.ts +0 -2
  79. package/dist-types/models/models_1.d.ts +0 -1263
  80. package/dist-types/ts3.4/models/index.d.ts +0 -2
  81. package/dist-types/ts3.4/models/models_1.d.ts +0 -330
@@ -1,370 +1 @@
1
- import { S3ControlServiceException as __BaseException } from "./S3ControlServiceException";
2
- export const OwnerOverride = {
3
- Destination: "Destination",
4
- };
5
- export const GranteeType = {
6
- DIRECTORY_GROUP: "DIRECTORY_GROUP",
7
- DIRECTORY_USER: "DIRECTORY_USER",
8
- IAM: "IAM",
9
- };
10
- export const Permission = {
11
- READ: "READ",
12
- READWRITE: "READWRITE",
13
- WRITE: "WRITE",
14
- };
15
- export const NetworkOrigin = {
16
- Internet: "Internet",
17
- VPC: "VPC",
18
- };
19
- export const AsyncOperationName = {
20
- CreateMultiRegionAccessPoint: "CreateMultiRegionAccessPoint",
21
- DeleteMultiRegionAccessPoint: "DeleteMultiRegionAccessPoint",
22
- PutMultiRegionAccessPointPolicy: "PutMultiRegionAccessPointPolicy",
23
- };
24
- export const S3PrefixType = {
25
- Object: "Object",
26
- };
27
- export const ScopePermission = {
28
- AbortMultipartUpload: "AbortMultipartUpload",
29
- DeleteObject: "DeleteObject",
30
- GetObject: "GetObject",
31
- GetObjectAttributes: "GetObjectAttributes",
32
- ListBucket: "ListBucket",
33
- ListBucketMultipartUploads: "ListBucketMultipartUploads",
34
- ListMultipartUploadParts: "ListMultipartUploadParts",
35
- PutObject: "PutObject",
36
- };
37
- export const ObjectLambdaAllowedFeature = {
38
- GetObjectPartNumber: "GetObject-PartNumber",
39
- GetObjectRange: "GetObject-Range",
40
- HeadObjectPartNumber: "HeadObject-PartNumber",
41
- HeadObjectRange: "HeadObject-Range",
42
- };
43
- export const ObjectLambdaTransformationConfigurationAction = {
44
- GetObject: "GetObject",
45
- HeadObject: "HeadObject",
46
- ListObjects: "ListObjects",
47
- ListObjectsV2: "ListObjectsV2",
48
- };
49
- export const ObjectLambdaAccessPointAliasStatus = {
50
- PROVISIONING: "PROVISIONING",
51
- READY: "READY",
52
- };
53
- export class BucketAlreadyExists extends __BaseException {
54
- name = "BucketAlreadyExists";
55
- $fault = "client";
56
- constructor(opts) {
57
- super({
58
- name: "BucketAlreadyExists",
59
- $fault: "client",
60
- ...opts,
61
- });
62
- Object.setPrototypeOf(this, BucketAlreadyExists.prototype);
63
- }
64
- }
65
- export class BucketAlreadyOwnedByYou extends __BaseException {
66
- name = "BucketAlreadyOwnedByYou";
67
- $fault = "client";
68
- constructor(opts) {
69
- super({
70
- name: "BucketAlreadyOwnedByYou",
71
- $fault: "client",
72
- ...opts,
73
- });
74
- Object.setPrototypeOf(this, BucketAlreadyOwnedByYou.prototype);
75
- }
76
- }
77
- export const BucketCannedACL = {
78
- authenticated_read: "authenticated-read",
79
- private: "private",
80
- public_read: "public-read",
81
- public_read_write: "public-read-write",
82
- };
83
- export const BucketLocationConstraint = {
84
- EU: "EU",
85
- ap_northeast_1: "ap-northeast-1",
86
- ap_south_1: "ap-south-1",
87
- ap_southeast_1: "ap-southeast-1",
88
- ap_southeast_2: "ap-southeast-2",
89
- cn_north_1: "cn-north-1",
90
- eu_central_1: "eu-central-1",
91
- eu_west_1: "eu-west-1",
92
- sa_east_1: "sa-east-1",
93
- us_west_1: "us-west-1",
94
- us_west_2: "us-west-2",
95
- };
96
- export class BadRequestException extends __BaseException {
97
- name = "BadRequestException";
98
- $fault = "client";
99
- Message;
100
- constructor(opts) {
101
- super({
102
- name: "BadRequestException",
103
- $fault: "client",
104
- ...opts,
105
- });
106
- Object.setPrototypeOf(this, BadRequestException.prototype);
107
- this.Message = opts.Message;
108
- }
109
- }
110
- export const JobManifestFieldName = {
111
- Bucket: "Bucket",
112
- Ignore: "Ignore",
113
- Key: "Key",
114
- VersionId: "VersionId",
115
- };
116
- export const JobManifestFormat = {
117
- S3BatchOperations_CSV_20180820: "S3BatchOperations_CSV_20180820",
118
- S3InventoryReport_CSV_20161130: "S3InventoryReport_CSV_20161130",
119
- };
120
- export const S3StorageClass = {
121
- DEEP_ARCHIVE: "DEEP_ARCHIVE",
122
- GLACIER: "GLACIER",
123
- GLACIER_IR: "GLACIER_IR",
124
- INTELLIGENT_TIERING: "INTELLIGENT_TIERING",
125
- ONEZONE_IA: "ONEZONE_IA",
126
- STANDARD: "STANDARD",
127
- STANDARD_IA: "STANDARD_IA",
128
- };
129
- export const ReplicationStatus = {
130
- COMPLETED: "COMPLETED",
131
- FAILED: "FAILED",
132
- NONE: "NONE",
133
- REPLICA: "REPLICA",
134
- };
135
- export const GeneratedManifestFormat = {
136
- S3InventoryReport_CSV_20211130: "S3InventoryReport_CSV_20211130",
137
- };
138
- export const ComputeObjectChecksumAlgorithm = {
139
- CRC32: "CRC32",
140
- CRC32C: "CRC32C",
141
- CRC64NVME: "CRC64NVME",
142
- MD5: "MD5",
143
- SHA1: "SHA1",
144
- SHA256: "SHA256",
145
- };
146
- export const ComputeObjectChecksumType = {
147
- COMPOSITE: "COMPOSITE",
148
- FULL_OBJECT: "FULL_OBJECT",
149
- };
150
- export const S3GlacierJobTier = {
151
- BULK: "BULK",
152
- STANDARD: "STANDARD",
153
- };
154
- export const S3GranteeTypeIdentifier = {
155
- CANONICAL: "id",
156
- EMAIL_ADDRESS: "emailAddress",
157
- GROUP: "uri",
158
- };
159
- export const S3Permission = {
160
- FULL_CONTROL: "FULL_CONTROL",
161
- READ: "READ",
162
- READ_ACP: "READ_ACP",
163
- WRITE: "WRITE",
164
- WRITE_ACP: "WRITE_ACP",
165
- };
166
- export const S3CannedAccessControlList = {
167
- AUTHENTICATED_READ: "authenticated-read",
168
- AWS_EXEC_READ: "aws-exec-read",
169
- BUCKET_OWNER_FULL_CONTROL: "bucket-owner-full-control",
170
- BUCKET_OWNER_READ: "bucket-owner-read",
171
- PRIVATE: "private",
172
- PUBLIC_READ: "public-read",
173
- PUBLIC_READ_WRITE: "public-read-write",
174
- };
175
- export const S3ChecksumAlgorithm = {
176
- CRC32: "CRC32",
177
- CRC32C: "CRC32C",
178
- CRC64NVME: "CRC64NVME",
179
- SHA1: "SHA1",
180
- SHA256: "SHA256",
181
- };
182
- export const S3MetadataDirective = {
183
- COPY: "COPY",
184
- REPLACE: "REPLACE",
185
- };
186
- export const S3SSEAlgorithm = {
187
- AES256: "AES256",
188
- KMS: "KMS",
189
- };
190
- export const S3ObjectLockLegalHoldStatus = {
191
- OFF: "OFF",
192
- ON: "ON",
193
- };
194
- export const S3ObjectLockMode = {
195
- COMPLIANCE: "COMPLIANCE",
196
- GOVERNANCE: "GOVERNANCE",
197
- };
198
- export const S3ObjectLockRetentionMode = {
199
- COMPLIANCE: "COMPLIANCE",
200
- GOVERNANCE: "GOVERNANCE",
201
- };
202
- export const JobReportFormat = {
203
- Report_CSV_20180820: "Report_CSV_20180820",
204
- };
205
- export const JobReportScope = {
206
- AllTasks: "AllTasks",
207
- FailedTasksOnly: "FailedTasksOnly",
208
- };
209
- export class IdempotencyException extends __BaseException {
210
- name = "IdempotencyException";
211
- $fault = "client";
212
- Message;
213
- constructor(opts) {
214
- super({
215
- name: "IdempotencyException",
216
- $fault: "client",
217
- ...opts,
218
- });
219
- Object.setPrototypeOf(this, IdempotencyException.prototype);
220
- this.Message = opts.Message;
221
- }
222
- }
223
- export class InternalServiceException extends __BaseException {
224
- name = "InternalServiceException";
225
- $fault = "server";
226
- Message;
227
- constructor(opts) {
228
- super({
229
- name: "InternalServiceException",
230
- $fault: "server",
231
- ...opts,
232
- });
233
- Object.setPrototypeOf(this, InternalServiceException.prototype);
234
- this.Message = opts.Message;
235
- }
236
- }
237
- export class TooManyRequestsException extends __BaseException {
238
- name = "TooManyRequestsException";
239
- $fault = "client";
240
- Message;
241
- constructor(opts) {
242
- super({
243
- name: "TooManyRequestsException",
244
- $fault: "client",
245
- ...opts,
246
- });
247
- Object.setPrototypeOf(this, TooManyRequestsException.prototype);
248
- this.Message = opts.Message;
249
- }
250
- }
251
- export class NotFoundException extends __BaseException {
252
- name = "NotFoundException";
253
- $fault = "client";
254
- Message;
255
- constructor(opts) {
256
- super({
257
- name: "NotFoundException",
258
- $fault: "client",
259
- ...opts,
260
- });
261
- Object.setPrototypeOf(this, NotFoundException.prototype);
262
- this.Message = opts.Message;
263
- }
264
- }
265
- export const JobStatus = {
266
- Active: "Active",
267
- Cancelled: "Cancelled",
268
- Cancelling: "Cancelling",
269
- Complete: "Complete",
270
- Completing: "Completing",
271
- Failed: "Failed",
272
- Failing: "Failing",
273
- New: "New",
274
- Paused: "Paused",
275
- Pausing: "Pausing",
276
- Preparing: "Preparing",
277
- Ready: "Ready",
278
- Suspended: "Suspended",
279
- };
280
- export const TransitionStorageClass = {
281
- DEEP_ARCHIVE: "DEEP_ARCHIVE",
282
- GLACIER: "GLACIER",
283
- INTELLIGENT_TIERING: "INTELLIGENT_TIERING",
284
- ONEZONE_IA: "ONEZONE_IA",
285
- STANDARD_IA: "STANDARD_IA",
286
- };
287
- export const ExpirationStatus = {
288
- Disabled: "Disabled",
289
- Enabled: "Enabled",
290
- };
291
- export const DeleteMarkerReplicationStatus = {
292
- Disabled: "Disabled",
293
- Enabled: "Enabled",
294
- };
295
- export const MetricsStatus = {
296
- Disabled: "Disabled",
297
- Enabled: "Enabled",
298
- };
299
- export const ReplicationTimeStatus = {
300
- Disabled: "Disabled",
301
- Enabled: "Enabled",
302
- };
303
- export const ReplicationStorageClass = {
304
- DEEP_ARCHIVE: "DEEP_ARCHIVE",
305
- GLACIER: "GLACIER",
306
- GLACIER_IR: "GLACIER_IR",
307
- INTELLIGENT_TIERING: "INTELLIGENT_TIERING",
308
- ONEZONE_IA: "ONEZONE_IA",
309
- OUTPOSTS: "OUTPOSTS",
310
- REDUCED_REDUNDANCY: "REDUCED_REDUNDANCY",
311
- STANDARD: "STANDARD",
312
- STANDARD_IA: "STANDARD_IA",
313
- };
314
- export const ExistingObjectReplicationStatus = {
315
- Disabled: "Disabled",
316
- Enabled: "Enabled",
317
- };
318
- export const ReplicaModificationsStatus = {
319
- Disabled: "Disabled",
320
- Enabled: "Enabled",
321
- };
322
- export const SseKmsEncryptedObjectsStatus = {
323
- Disabled: "Disabled",
324
- Enabled: "Enabled",
325
- };
326
- export const ReplicationRuleStatus = {
327
- Disabled: "Disabled",
328
- Enabled: "Enabled",
329
- };
330
- export const MFADeleteStatus = {
331
- Disabled: "Disabled",
332
- Enabled: "Enabled",
333
- };
334
- export const BucketVersioningStatus = {
335
- Enabled: "Enabled",
336
- Suspended: "Suspended",
337
- };
338
- export const Privilege = {
339
- Default: "Default",
340
- Minimal: "Minimal",
341
- };
342
- export const MultiRegionAccessPointStatus = {
343
- CREATING: "CREATING",
344
- DELETING: "DELETING",
345
- INCONSISTENT_ACROSS_REGIONS: "INCONSISTENT_ACROSS_REGIONS",
346
- PARTIALLY_CREATED: "PARTIALLY_CREATED",
347
- PARTIALLY_DELETED: "PARTIALLY_DELETED",
348
- READY: "READY",
349
- };
350
- export class NoSuchPublicAccessBlockConfiguration extends __BaseException {
351
- name = "NoSuchPublicAccessBlockConfiguration";
352
- $fault = "client";
353
- Message;
354
- constructor(opts) {
355
- super({
356
- name: "NoSuchPublicAccessBlockConfiguration",
357
- $fault: "client",
358
- ...opts,
359
- });
360
- Object.setPrototypeOf(this, NoSuchPublicAccessBlockConfiguration.prototype);
361
- this.Message = opts.Message;
362
- }
363
- }
364
- export const Format = {
365
- CSV: "CSV",
366
- Parquet: "Parquet",
367
- };
368
- export const OutputSchemaVersion = {
369
- V_1: "V_1",
370
- };
1
+ export {};
@@ -773,7 +773,7 @@ const _xam = "x-amz-mfa";
773
773
  const _xaoi = "x-amz-outpost-id";
774
774
  const n0 = "com.amazonaws.s3control";
775
775
  import { TypeRegistry } from "@smithy/core/schema";
776
- import { BadRequestException as __BadRequestException, BucketAlreadyExists as __BucketAlreadyExists, BucketAlreadyOwnedByYou as __BucketAlreadyOwnedByYou, IdempotencyException as __IdempotencyException, InternalServiceException as __InternalServiceException, InvalidNextTokenException as __InvalidNextTokenException, InvalidRequestException as __InvalidRequestException, JobStatusException as __JobStatusException, NoSuchPublicAccessBlockConfiguration as __NoSuchPublicAccessBlockConfiguration, NotFoundException as __NotFoundException, TooManyRequestsException as __TooManyRequestsException, TooManyTagsException as __TooManyTagsException, } from "../models/index";
776
+ import { BadRequestException as __BadRequestException, BucketAlreadyExists as __BucketAlreadyExists, BucketAlreadyOwnedByYou as __BucketAlreadyOwnedByYou, IdempotencyException as __IdempotencyException, InternalServiceException as __InternalServiceException, InvalidNextTokenException as __InvalidNextTokenException, InvalidRequestException as __InvalidRequestException, JobStatusException as __JobStatusException, NoSuchPublicAccessBlockConfiguration as __NoSuchPublicAccessBlockConfiguration, NotFoundException as __NotFoundException, TooManyRequestsException as __TooManyRequestsException, TooManyTagsException as __TooManyTagsException, } from "../models/errors";
777
777
  import { S3ControlServiceException as __S3ControlServiceException } from "../models/S3ControlServiceException";
778
778
  export var AccessKeyId = [0, n0, _AKI, 8, 0];
779
779
  export var SecretAccessKey = [0, n0, _SAK, 8, 0];
@@ -1,7 +1,6 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import { ListAccessPointsForObjectLambdaRequest } from "../models/models_0";
4
- import { ListAccessPointsForObjectLambdaResult } from "../models/models_1";
3
+ import { ListAccessPointsForObjectLambdaRequest, ListAccessPointsForObjectLambdaResult } from "../models/models_0";
5
4
  import { S3ControlClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../S3ControlClient";
6
5
  /**
7
6
  * @public
@@ -1,6 +1,6 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import { ListCallerAccessGrantsRequest, ListCallerAccessGrantsResult } from "../models/models_1";
3
+ import { ListCallerAccessGrantsRequest, ListCallerAccessGrantsResult } from "../models/models_0";
4
4
  import { S3ControlClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../S3ControlClient";
5
5
  /**
6
6
  * @public
@@ -1,6 +1,6 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import { ListJobsRequest, ListJobsResult } from "../models/models_1";
3
+ import { ListJobsRequest, ListJobsResult } from "../models/models_0";
4
4
  import { S3ControlClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../S3ControlClient";
5
5
  /**
6
6
  * @public
@@ -1,6 +1,6 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import { ListMultiRegionAccessPointsRequest, ListMultiRegionAccessPointsResult } from "../models/models_1";
3
+ import { ListMultiRegionAccessPointsRequest, ListMultiRegionAccessPointsResult } from "../models/models_0";
4
4
  import { S3ControlClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../S3ControlClient";
5
5
  /**
6
6
  * @public
@@ -1,6 +1,6 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import { ListRegionalBucketsRequest, ListRegionalBucketsResult } from "../models/models_1";
3
+ import { ListRegionalBucketsRequest, ListRegionalBucketsResult } from "../models/models_0";
4
4
  import { S3ControlClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../S3ControlClient";
5
5
  /**
6
6
  * @public
@@ -1,6 +1,6 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import { ListStorageLensConfigurationsRequest, ListStorageLensConfigurationsResult } from "../models/models_1";
3
+ import { ListStorageLensConfigurationsRequest, ListStorageLensConfigurationsResult } from "../models/models_0";
4
4
  import { S3ControlClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../S3ControlClient";
5
5
  /**
6
6
  * @public
@@ -1,6 +1,6 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import { ListStorageLensGroupsRequest, ListStorageLensGroupsResult } from "../models/models_1";
3
+ import { ListStorageLensGroupsRequest, ListStorageLensGroupsResult } from "../models/models_0";
4
4
  import { S3ControlClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../S3ControlClient";
5
5
  /**
6
6
  * @public
@@ -1,6 +1,6 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import { ListTagsForResourceRequest, ListTagsForResourceResult } from "../models/models_1";
3
+ import { ListTagsForResourceRequest, ListTagsForResourceResult } from "../models/models_0";
4
4
  import { S3ControlClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../S3ControlClient";
5
5
  /**
6
6
  * @public
@@ -1,6 +1,6 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import { PutAccessGrantsInstanceResourcePolicyRequest, PutAccessGrantsInstanceResourcePolicyResult } from "../models/models_1";
3
+ import { PutAccessGrantsInstanceResourcePolicyRequest, PutAccessGrantsInstanceResourcePolicyResult } from "../models/models_0";
4
4
  import { S3ControlClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../S3ControlClient";
5
5
  /**
6
6
  * @public
@@ -1,6 +1,6 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import { PutAccessPointConfigurationForObjectLambdaRequest } from "../models/models_1";
3
+ import { PutAccessPointConfigurationForObjectLambdaRequest } from "../models/models_0";
4
4
  import { S3ControlClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../S3ControlClient";
5
5
  /**
6
6
  * @public
@@ -1,6 +1,6 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import { PutAccessPointPolicyRequest } from "../models/models_1";
3
+ import { PutAccessPointPolicyRequest } from "../models/models_0";
4
4
  import { S3ControlClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../S3ControlClient";
5
5
  /**
6
6
  * @public
@@ -1,6 +1,6 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import { PutAccessPointPolicyForObjectLambdaRequest } from "../models/models_1";
3
+ import { PutAccessPointPolicyForObjectLambdaRequest } from "../models/models_0";
4
4
  import { S3ControlClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../S3ControlClient";
5
5
  /**
6
6
  * @public
@@ -1,6 +1,6 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import { PutAccessPointScopeRequest } from "../models/models_1";
3
+ import { PutAccessPointScopeRequest } from "../models/models_0";
4
4
  import { S3ControlClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../S3ControlClient";
5
5
  /**
6
6
  * @public
@@ -1,6 +1,6 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import { PutBucketLifecycleConfigurationRequest } from "../models/models_1";
3
+ import { PutBucketLifecycleConfigurationRequest } from "../models/models_0";
4
4
  import { S3ControlClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../S3ControlClient";
5
5
  /**
6
6
  * @public
@@ -1,6 +1,6 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import { PutBucketPolicyRequest } from "../models/models_1";
3
+ import { PutBucketPolicyRequest } from "../models/models_0";
4
4
  import { S3ControlClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../S3ControlClient";
5
5
  /**
6
6
  * @public
@@ -1,6 +1,6 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import { PutBucketReplicationRequest } from "../models/models_1";
3
+ import { PutBucketReplicationRequest } from "../models/models_0";
4
4
  import { S3ControlClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../S3ControlClient";
5
5
  /**
6
6
  * @public
@@ -1,6 +1,6 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import { PutBucketTaggingRequest } from "../models/models_1";
3
+ import { PutBucketTaggingRequest } from "../models/models_0";
4
4
  import { S3ControlClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../S3ControlClient";
5
5
  /**
6
6
  * @public
@@ -1,6 +1,6 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import { PutBucketVersioningRequest } from "../models/models_1";
3
+ import { PutBucketVersioningRequest } from "../models/models_0";
4
4
  import { S3ControlClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../S3ControlClient";
5
5
  /**
6
6
  * @public
@@ -1,6 +1,6 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import { PutJobTaggingRequest, PutJobTaggingResult } from "../models/models_1";
3
+ import { PutJobTaggingRequest, PutJobTaggingResult } from "../models/models_0";
4
4
  import { S3ControlClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../S3ControlClient";
5
5
  /**
6
6
  * @public
@@ -1,6 +1,6 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import { PutMultiRegionAccessPointPolicyRequest, PutMultiRegionAccessPointPolicyResult } from "../models/models_1";
3
+ import { PutMultiRegionAccessPointPolicyRequest, PutMultiRegionAccessPointPolicyResult } from "../models/models_0";
4
4
  import { S3ControlClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../S3ControlClient";
5
5
  /**
6
6
  * @public
@@ -1,6 +1,6 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import { PutPublicAccessBlockRequest } from "../models/models_1";
3
+ import { PutPublicAccessBlockRequest } from "../models/models_0";
4
4
  import { S3ControlClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../S3ControlClient";
5
5
  /**
6
6
  * @public
@@ -1,6 +1,6 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import { PutStorageLensConfigurationRequest } from "../models/models_1";
3
+ import { PutStorageLensConfigurationRequest } from "../models/models_0";
4
4
  import { S3ControlClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../S3ControlClient";
5
5
  /**
6
6
  * @public
@@ -1,6 +1,6 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import { PutStorageLensConfigurationTaggingRequest, PutStorageLensConfigurationTaggingResult } from "../models/models_1";
3
+ import { PutStorageLensConfigurationTaggingRequest, PutStorageLensConfigurationTaggingResult } from "../models/models_0";
4
4
  import { S3ControlClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../S3ControlClient";
5
5
  /**
6
6
  * @public
@@ -1,6 +1,6 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import { SubmitMultiRegionAccessPointRoutesRequest, SubmitMultiRegionAccessPointRoutesResult } from "../models/models_1";
3
+ import { SubmitMultiRegionAccessPointRoutesRequest, SubmitMultiRegionAccessPointRoutesResult } from "../models/models_0";
4
4
  import { S3ControlClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../S3ControlClient";
5
5
  /**
6
6
  * @public
@@ -1,6 +1,6 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import { TagResourceRequest, TagResourceResult } from "../models/models_1";
3
+ import { TagResourceRequest, TagResourceResult } from "../models/models_0";
4
4
  import { S3ControlClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../S3ControlClient";
5
5
  /**
6
6
  * @public
@@ -1,6 +1,6 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import { UntagResourceRequest, UntagResourceResult } from "../models/models_1";
3
+ import { UntagResourceRequest, UntagResourceResult } from "../models/models_0";
4
4
  import { S3ControlClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../S3ControlClient";
5
5
  /**
6
6
  * @public
@@ -1,6 +1,6 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import { UpdateAccessGrantsLocationRequest, UpdateAccessGrantsLocationResult } from "../models/models_1";
3
+ import { UpdateAccessGrantsLocationRequest, UpdateAccessGrantsLocationResult } from "../models/models_0";
4
4
  import { S3ControlClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../S3ControlClient";
5
5
  /**
6
6
  * @public
@@ -1,6 +1,6 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import { UpdateJobPriorityRequest, UpdateJobPriorityResult } from "../models/models_1";
3
+ import { UpdateJobPriorityRequest, UpdateJobPriorityResult } from "../models/models_0";
4
4
  import { S3ControlClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../S3ControlClient";
5
5
  /**
6
6
  * @public
@@ -1,6 +1,6 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import { UpdateJobStatusRequest, UpdateJobStatusResult } from "../models/models_1";
3
+ import { UpdateJobStatusRequest, UpdateJobStatusResult } from "../models/models_0";
4
4
  import { S3ControlClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../S3ControlClient";
5
5
  /**
6
6
  * @public