@aws-sdk/client-s3-control 3.974.0 → 3.978.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist-cjs/index.js CHANGED
@@ -646,6 +646,7 @@ const _Jo = "Jobs";
646
646
  const _K = "Key";
647
647
  const _KI = "KeyId";
648
648
  const _KKA = "KmsKeyArn";
649
+ const _KMSKA = "KMSKeyArn";
649
650
  const _KNC = "KeyNameConstraint";
650
651
  const _L = "Location";
651
652
  const _LAG = "ListAccessGrants";
@@ -967,6 +968,9 @@ const _SSP = "S3SubPrefix";
967
968
  const _ST = "SessionToken";
968
969
  const _STS = "S3TagSet";
969
970
  const _STa = "S3Tag";
971
+ const _SUOE = "S3UpdateObjectEncryption";
972
+ const _SUOEO = "S3UpdateObjectEncryptionOperation";
973
+ const _SUOESSEKMS = "S3UpdateObjectEncryptionSSEKMS";
970
974
  const _SUR = "StatusUpdateReason";
971
975
  const _Sp = "Spec";
972
976
  const _St = "Status";
@@ -1240,7 +1244,7 @@ var CreateBucketResult$ = [3, n0, _CBRr,
1240
1244
  var CreateJobRequest$ = [3, n0, _CJR,
1241
1245
  0,
1242
1246
  [_Op, _Re, _Pr, _RA, _AI, _CR, _CRT, _Ma, _D, _T, _MG],
1243
- [() => JobOperation$, () => JobReport$, 1, 0, [0, { [_hL]: 1, [_hH]: _xaai }], 2, [0, 4], () => JobManifest$, 0, () => S3TagSet, [() => JobManifestGenerator$, 0]], 4
1247
+ [[() => JobOperation$, 0], () => JobReport$, 1, 0, [0, { [_hL]: 1, [_hH]: _xaai }], 2, [0, 4], () => JobManifest$, 0, () => S3TagSet, [() => JobManifestGenerator$, 0]], 4
1244
1248
  ];
1245
1249
  var CreateJobResult$ = [3, n0, _CJRr,
1246
1250
  0,
@@ -1789,7 +1793,7 @@ schema.TypeRegistry.for(n0).registerError(InvalidRequestException$, InvalidReque
1789
1793
  var JobDescriptor$ = [3, n0, _JD,
1790
1794
  0,
1791
1795
  [_JI, _CR, _D, _JA, _St, _Ma, _Op, _Pr, _PSr, _SUR, _FR, _Re, _CT, _TD, _RA, _SD, _SCu, _MG, _GMD],
1792
- [0, 2, 0, 0, 0, () => JobManifest$, () => JobOperation$, 1, () => JobProgressSummary$, 0, () => JobFailureList, () => JobReport$, 4, 4, 0, 4, 0, [() => JobManifestGenerator$, 0], () => S3GeneratedManifestDescriptor$]
1796
+ [0, 2, 0, 0, 0, () => JobManifest$, [() => JobOperation$, 0], 1, () => JobProgressSummary$, 0, () => JobFailureList, () => JobReport$, 4, 4, 0, 4, 0, [() => JobManifestGenerator$, 0], () => S3GeneratedManifestDescriptor$]
1793
1797
  ];
1794
1798
  var JobFailure$ = [3, n0, _JF,
1795
1799
  0,
@@ -1823,8 +1827,8 @@ var JobManifestSpec$ = [3, n0, _JMS,
1823
1827
  ];
1824
1828
  var JobOperation$ = [3, n0, _JO,
1825
1829
  0,
1826
- [_LI, _SPOC, _SPOA, _SPOT, _SDOT, _SIRO, _SPOLH, _SPOR, _SRO, _SCOC],
1827
- [() => LambdaInvokeOperation$, () => S3CopyObjectOperation$, () => S3SetObjectAclOperation$, () => S3SetObjectTaggingOperation$, () => S3DeleteObjectTaggingOperation$, () => S3InitiateRestoreObjectOperation$, () => S3SetObjectLegalHoldOperation$, () => S3SetObjectRetentionOperation$, () => S3ReplicateObjectOperation$, () => S3ComputeObjectChecksumOperation$]
1830
+ [_LI, _SPOC, _SPOA, _SPOT, _SDOT, _SIRO, _SPOLH, _SPOR, _SRO, _SCOC, _SUOE],
1831
+ [() => LambdaInvokeOperation$, () => S3CopyObjectOperation$, () => S3SetObjectAclOperation$, () => S3SetObjectTaggingOperation$, () => S3DeleteObjectTaggingOperation$, () => S3InitiateRestoreObjectOperation$, () => S3SetObjectLegalHoldOperation$, () => S3SetObjectRetentionOperation$, () => S3ReplicateObjectOperation$, () => S3ComputeObjectChecksumOperation$, [() => S3UpdateObjectEncryptionOperation$, 0]]
1828
1832
  ];
1829
1833
  var JobProgressSummary$ = [3, n0, _JPS,
1830
1834
  0,
@@ -2109,6 +2113,11 @@ var NotSSEFilter$ = [3, n0, _NSSEF,
2109
2113
  [],
2110
2114
  []
2111
2115
  ];
2116
+ var ObjectEncryption$ = [3, n0, _OE,
2117
+ 0,
2118
+ [_SSEKMS],
2119
+ [[() => S3UpdateObjectEncryptionSSEKMS$, { [_xN]: _SK }]]
2120
+ ];
2112
2121
  var ObjectLambdaAccessPoint$ = [3, n0, _OLAP,
2113
2122
  0,
2114
2123
  [_N, _OLAPA, _A],
@@ -2414,6 +2423,16 @@ var S3Tag$ = [3, n0, _STa,
2414
2423
  [_K, _V],
2415
2424
  [0, 0], 2
2416
2425
  ];
2426
+ var S3UpdateObjectEncryptionOperation$ = [3, n0, _SUOEO,
2427
+ 0,
2428
+ [_OE],
2429
+ [[() => ObjectEncryption$, 0]]
2430
+ ];
2431
+ var S3UpdateObjectEncryptionSSEKMS$ = [3, n0, _SUOESSEKMS,
2432
+ { [_xN]: _SK },
2433
+ [_KMSKA, _BKE],
2434
+ [0, 2], 1
2435
+ ];
2417
2436
  var Scope$ = [3, n0, _S,
2418
2437
  0,
2419
2438
  [_Pref, _Pe],
@@ -5006,6 +5025,30 @@ class UpdateStorageLensGroupCommand extends smithyClient.Command
5006
5025
  .build() {
5007
5026
  }
5008
5027
 
5028
+ const paginateListAccessGrantsInstances = core.createPaginator(S3ControlClient, ListAccessGrantsInstancesCommand, "NextToken", "NextToken", "MaxResults");
5029
+
5030
+ const paginateListAccessGrantsLocations = core.createPaginator(S3ControlClient, ListAccessGrantsLocationsCommand, "NextToken", "NextToken", "MaxResults");
5031
+
5032
+ const paginateListAccessGrants = core.createPaginator(S3ControlClient, ListAccessGrantsCommand, "NextToken", "NextToken", "MaxResults");
5033
+
5034
+ const paginateListAccessPointsForDirectoryBuckets = core.createPaginator(S3ControlClient, ListAccessPointsForDirectoryBucketsCommand, "NextToken", "NextToken", "MaxResults");
5035
+
5036
+ const paginateListAccessPointsForObjectLambda = core.createPaginator(S3ControlClient, ListAccessPointsForObjectLambdaCommand, "NextToken", "NextToken", "MaxResults");
5037
+
5038
+ const paginateListAccessPoints = core.createPaginator(S3ControlClient, ListAccessPointsCommand, "NextToken", "NextToken", "MaxResults");
5039
+
5040
+ const paginateListCallerAccessGrants = core.createPaginator(S3ControlClient, ListCallerAccessGrantsCommand, "NextToken", "NextToken", "MaxResults");
5041
+
5042
+ const paginateListJobs = core.createPaginator(S3ControlClient, ListJobsCommand, "NextToken", "NextToken", "MaxResults");
5043
+
5044
+ const paginateListMultiRegionAccessPoints = core.createPaginator(S3ControlClient, ListMultiRegionAccessPointsCommand, "NextToken", "NextToken", "MaxResults");
5045
+
5046
+ const paginateListRegionalBuckets = core.createPaginator(S3ControlClient, ListRegionalBucketsCommand, "NextToken", "NextToken", "MaxResults");
5047
+
5048
+ const paginateListStorageLensConfigurations = core.createPaginator(S3ControlClient, ListStorageLensConfigurationsCommand, "NextToken", "NextToken", "");
5049
+
5050
+ const paginateListStorageLensGroups = core.createPaginator(S3ControlClient, ListStorageLensGroupsCommand, "NextToken", "NextToken", "");
5051
+
5009
5052
  const commands = {
5010
5053
  AssociateAccessGrantsIdentityCenterCommand,
5011
5054
  CreateAccessGrantCommand,
@@ -5105,33 +5148,23 @@ const commands = {
5105
5148
  UpdateJobStatusCommand,
5106
5149
  UpdateStorageLensGroupCommand,
5107
5150
  };
5151
+ const paginators = {
5152
+ paginateListAccessGrants,
5153
+ paginateListAccessGrantsInstances,
5154
+ paginateListAccessGrantsLocations,
5155
+ paginateListAccessPoints,
5156
+ paginateListAccessPointsForDirectoryBuckets,
5157
+ paginateListAccessPointsForObjectLambda,
5158
+ paginateListCallerAccessGrants,
5159
+ paginateListJobs,
5160
+ paginateListMultiRegionAccessPoints,
5161
+ paginateListRegionalBuckets,
5162
+ paginateListStorageLensConfigurations,
5163
+ paginateListStorageLensGroups,
5164
+ };
5108
5165
  class S3Control extends S3ControlClient {
5109
5166
  }
5110
- smithyClient.createAggregatedClient(commands, S3Control);
5111
-
5112
- const paginateListAccessGrants = core.createPaginator(S3ControlClient, ListAccessGrantsCommand, "NextToken", "NextToken", "MaxResults");
5113
-
5114
- const paginateListAccessGrantsInstances = core.createPaginator(S3ControlClient, ListAccessGrantsInstancesCommand, "NextToken", "NextToken", "MaxResults");
5115
-
5116
- const paginateListAccessGrantsLocations = core.createPaginator(S3ControlClient, ListAccessGrantsLocationsCommand, "NextToken", "NextToken", "MaxResults");
5117
-
5118
- const paginateListAccessPoints = core.createPaginator(S3ControlClient, ListAccessPointsCommand, "NextToken", "NextToken", "MaxResults");
5119
-
5120
- const paginateListAccessPointsForDirectoryBuckets = core.createPaginator(S3ControlClient, ListAccessPointsForDirectoryBucketsCommand, "NextToken", "NextToken", "MaxResults");
5121
-
5122
- const paginateListAccessPointsForObjectLambda = core.createPaginator(S3ControlClient, ListAccessPointsForObjectLambdaCommand, "NextToken", "NextToken", "MaxResults");
5123
-
5124
- const paginateListCallerAccessGrants = core.createPaginator(S3ControlClient, ListCallerAccessGrantsCommand, "NextToken", "NextToken", "MaxResults");
5125
-
5126
- const paginateListJobs = core.createPaginator(S3ControlClient, ListJobsCommand, "NextToken", "NextToken", "MaxResults");
5127
-
5128
- const paginateListMultiRegionAccessPoints = core.createPaginator(S3ControlClient, ListMultiRegionAccessPointsCommand, "NextToken", "NextToken", "MaxResults");
5129
-
5130
- const paginateListRegionalBuckets = core.createPaginator(S3ControlClient, ListRegionalBucketsCommand, "NextToken", "NextToken", "MaxResults");
5131
-
5132
- const paginateListStorageLensConfigurations = core.createPaginator(S3ControlClient, ListStorageLensConfigurationsCommand, "NextToken", "NextToken", "");
5133
-
5134
- const paginateListStorageLensGroups = core.createPaginator(S3ControlClient, ListStorageLensGroupsCommand, "NextToken", "NextToken", "");
5167
+ smithyClient.createAggregatedClient(commands, S3Control, { paginators });
5135
5168
 
5136
5169
  const OwnerOverride = {
5137
5170
  Destination: "Destination",
@@ -5405,6 +5438,7 @@ const OperationName = {
5405
5438
  S3PutObjectRetention: "S3PutObjectRetention",
5406
5439
  S3PutObjectTagging: "S3PutObjectTagging",
5407
5440
  S3ReplicateObject: "S3ReplicateObject",
5441
+ S3UpdateObjectEncryption: "S3UpdateObjectEncryption",
5408
5442
  };
5409
5443
  const MFADelete = {
5410
5444
  Disabled: "Disabled",
@@ -5811,6 +5845,7 @@ exports.NoncurrentVersionTransition$ = NoncurrentVersionTransition$;
5811
5845
  exports.NotFoundException = NotFoundException;
5812
5846
  exports.NotFoundException$ = NotFoundException$;
5813
5847
  exports.NotSSEFilter$ = NotSSEFilter$;
5848
+ exports.ObjectEncryption$ = ObjectEncryption$;
5814
5849
  exports.ObjectEncryptionFilter$ = ObjectEncryptionFilter$;
5815
5850
  exports.ObjectLambdaAccessPoint$ = ObjectLambdaAccessPoint$;
5816
5851
  exports.ObjectLambdaAccessPointAlias$ = ObjectLambdaAccessPointAlias$;
@@ -5934,6 +5969,8 @@ exports.S3SetObjectRetentionOperation$ = S3SetObjectRetentionOperation$;
5934
5969
  exports.S3SetObjectTaggingOperation$ = S3SetObjectTaggingOperation$;
5935
5970
  exports.S3StorageClass = S3StorageClass;
5936
5971
  exports.S3Tag$ = S3Tag$;
5972
+ exports.S3UpdateObjectEncryptionOperation$ = S3UpdateObjectEncryptionOperation$;
5973
+ exports.S3UpdateObjectEncryptionSSEKMS$ = S3UpdateObjectEncryptionSSEKMS$;
5937
5974
  exports.SSECFilter$ = SSECFilter$;
5938
5975
  exports.SSEKMS$ = SSEKMS$;
5939
5976
  exports.SSEKMSEncryption$ = SSEKMSEncryption$;
@@ -96,6 +96,18 @@ import { UpdateAccessGrantsLocationCommand, } from "./commands/UpdateAccessGrant
96
96
  import { UpdateJobPriorityCommand, } from "./commands/UpdateJobPriorityCommand";
97
97
  import { UpdateJobStatusCommand, } from "./commands/UpdateJobStatusCommand";
98
98
  import { UpdateStorageLensGroupCommand, } from "./commands/UpdateStorageLensGroupCommand";
99
+ import { paginateListAccessGrantsInstances } from "./pagination/ListAccessGrantsInstancesPaginator";
100
+ import { paginateListAccessGrantsLocations } from "./pagination/ListAccessGrantsLocationsPaginator";
101
+ import { paginateListAccessGrants } from "./pagination/ListAccessGrantsPaginator";
102
+ import { paginateListAccessPointsForDirectoryBuckets } from "./pagination/ListAccessPointsForDirectoryBucketsPaginator";
103
+ import { paginateListAccessPointsForObjectLambda } from "./pagination/ListAccessPointsForObjectLambdaPaginator";
104
+ import { paginateListAccessPoints } from "./pagination/ListAccessPointsPaginator";
105
+ import { paginateListCallerAccessGrants } from "./pagination/ListCallerAccessGrantsPaginator";
106
+ import { paginateListJobs } from "./pagination/ListJobsPaginator";
107
+ import { paginateListMultiRegionAccessPoints } from "./pagination/ListMultiRegionAccessPointsPaginator";
108
+ import { paginateListRegionalBuckets } from "./pagination/ListRegionalBucketsPaginator";
109
+ import { paginateListStorageLensConfigurations } from "./pagination/ListStorageLensConfigurationsPaginator";
110
+ import { paginateListStorageLensGroups } from "./pagination/ListStorageLensGroupsPaginator";
99
111
  import { S3ControlClient } from "./S3ControlClient";
100
112
  const commands = {
101
113
  AssociateAccessGrantsIdentityCenterCommand,
@@ -196,6 +208,20 @@ const commands = {
196
208
  UpdateJobStatusCommand,
197
209
  UpdateStorageLensGroupCommand,
198
210
  };
211
+ const paginators = {
212
+ paginateListAccessGrants,
213
+ paginateListAccessGrantsInstances,
214
+ paginateListAccessGrantsLocations,
215
+ paginateListAccessPoints,
216
+ paginateListAccessPointsForDirectoryBuckets,
217
+ paginateListAccessPointsForObjectLambda,
218
+ paginateListCallerAccessGrants,
219
+ paginateListJobs,
220
+ paginateListMultiRegionAccessPoints,
221
+ paginateListRegionalBuckets,
222
+ paginateListStorageLensConfigurations,
223
+ paginateListStorageLensGroups,
224
+ };
199
225
  export class S3Control extends S3ControlClient {
200
226
  }
201
- createAggregatedClient(commands, S3Control);
227
+ createAggregatedClient(commands, S3Control, { paginators });
@@ -270,6 +270,7 @@ export const OperationName = {
270
270
  S3PutObjectRetention: "S3PutObjectRetention",
271
271
  S3PutObjectTagging: "S3PutObjectTagging",
272
272
  S3ReplicateObject: "S3ReplicateObject",
273
+ S3UpdateObjectEncryption: "S3UpdateObjectEncryption",
273
274
  };
274
275
  export const MFADelete = {
275
276
  Disabled: "Disabled",
@@ -357,6 +357,7 @@ const _Jo = "Jobs";
357
357
  const _K = "Key";
358
358
  const _KI = "KeyId";
359
359
  const _KKA = "KmsKeyArn";
360
+ const _KMSKA = "KMSKeyArn";
360
361
  const _KNC = "KeyNameConstraint";
361
362
  const _L = "Location";
362
363
  const _LAG = "ListAccessGrants";
@@ -678,6 +679,9 @@ const _SSP = "S3SubPrefix";
678
679
  const _ST = "SessionToken";
679
680
  const _STS = "S3TagSet";
680
681
  const _STa = "S3Tag";
682
+ const _SUOE = "S3UpdateObjectEncryption";
683
+ const _SUOEO = "S3UpdateObjectEncryptionOperation";
684
+ const _SUOESSEKMS = "S3UpdateObjectEncryptionSSEKMS";
681
685
  const _SUR = "StatusUpdateReason";
682
686
  const _Sp = "Spec";
683
687
  const _St = "Status";
@@ -954,7 +958,7 @@ export var CreateBucketResult$ = [3, n0, _CBRr,
954
958
  export var CreateJobRequest$ = [3, n0, _CJR,
955
959
  0,
956
960
  [_Op, _Re, _Pr, _RA, _AI, _CR, _CRT, _Ma, _D, _T, _MG],
957
- [() => JobOperation$, () => JobReport$, 1, 0, [0, { [_hL]: 1, [_hH]: _xaai }], 2, [0, 4], () => JobManifest$, 0, () => S3TagSet, [() => JobManifestGenerator$, 0]], 4
961
+ [[() => JobOperation$, 0], () => JobReport$, 1, 0, [0, { [_hL]: 1, [_hH]: _xaai }], 2, [0, 4], () => JobManifest$, 0, () => S3TagSet, [() => JobManifestGenerator$, 0]], 4
958
962
  ];
959
963
  export var CreateJobResult$ = [3, n0, _CJRr,
960
964
  0,
@@ -1503,7 +1507,7 @@ TypeRegistry.for(n0).registerError(InvalidRequestException$, InvalidRequestExcep
1503
1507
  export var JobDescriptor$ = [3, n0, _JD,
1504
1508
  0,
1505
1509
  [_JI, _CR, _D, _JA, _St, _Ma, _Op, _Pr, _PSr, _SUR, _FR, _Re, _CT, _TD, _RA, _SD, _SCu, _MG, _GMD],
1506
- [0, 2, 0, 0, 0, () => JobManifest$, () => JobOperation$, 1, () => JobProgressSummary$, 0, () => JobFailureList, () => JobReport$, 4, 4, 0, 4, 0, [() => JobManifestGenerator$, 0], () => S3GeneratedManifestDescriptor$]
1510
+ [0, 2, 0, 0, 0, () => JobManifest$, [() => JobOperation$, 0], 1, () => JobProgressSummary$, 0, () => JobFailureList, () => JobReport$, 4, 4, 0, 4, 0, [() => JobManifestGenerator$, 0], () => S3GeneratedManifestDescriptor$]
1507
1511
  ];
1508
1512
  export var JobFailure$ = [3, n0, _JF,
1509
1513
  0,
@@ -1537,8 +1541,8 @@ export var JobManifestSpec$ = [3, n0, _JMS,
1537
1541
  ];
1538
1542
  export var JobOperation$ = [3, n0, _JO,
1539
1543
  0,
1540
- [_LI, _SPOC, _SPOA, _SPOT, _SDOT, _SIRO, _SPOLH, _SPOR, _SRO, _SCOC],
1541
- [() => LambdaInvokeOperation$, () => S3CopyObjectOperation$, () => S3SetObjectAclOperation$, () => S3SetObjectTaggingOperation$, () => S3DeleteObjectTaggingOperation$, () => S3InitiateRestoreObjectOperation$, () => S3SetObjectLegalHoldOperation$, () => S3SetObjectRetentionOperation$, () => S3ReplicateObjectOperation$, () => S3ComputeObjectChecksumOperation$]
1544
+ [_LI, _SPOC, _SPOA, _SPOT, _SDOT, _SIRO, _SPOLH, _SPOR, _SRO, _SCOC, _SUOE],
1545
+ [() => LambdaInvokeOperation$, () => S3CopyObjectOperation$, () => S3SetObjectAclOperation$, () => S3SetObjectTaggingOperation$, () => S3DeleteObjectTaggingOperation$, () => S3InitiateRestoreObjectOperation$, () => S3SetObjectLegalHoldOperation$, () => S3SetObjectRetentionOperation$, () => S3ReplicateObjectOperation$, () => S3ComputeObjectChecksumOperation$, [() => S3UpdateObjectEncryptionOperation$, 0]]
1542
1546
  ];
1543
1547
  export var JobProgressSummary$ = [3, n0, _JPS,
1544
1548
  0,
@@ -1823,6 +1827,11 @@ export var NotSSEFilter$ = [3, n0, _NSSEF,
1823
1827
  [],
1824
1828
  []
1825
1829
  ];
1830
+ export var ObjectEncryption$ = [3, n0, _OE,
1831
+ 0,
1832
+ [_SSEKMS],
1833
+ [[() => S3UpdateObjectEncryptionSSEKMS$, { [_xN]: _SK }]]
1834
+ ];
1826
1835
  export var ObjectLambdaAccessPoint$ = [3, n0, _OLAP,
1827
1836
  0,
1828
1837
  [_N, _OLAPA, _A],
@@ -2128,6 +2137,16 @@ export var S3Tag$ = [3, n0, _STa,
2128
2137
  [_K, _V],
2129
2138
  [0, 0], 2
2130
2139
  ];
2140
+ export var S3UpdateObjectEncryptionOperation$ = [3, n0, _SUOEO,
2141
+ 0,
2142
+ [_OE],
2143
+ [[() => ObjectEncryption$, 0]]
2144
+ ];
2145
+ export var S3UpdateObjectEncryptionSSEKMS$ = [3, n0, _SUOESSEKMS,
2146
+ { [_xN]: _SK },
2147
+ [_KMSKA, _BKE],
2148
+ [0, 2], 1
2149
+ ];
2131
2150
  export var Scope$ = [3, n0, _S,
2132
2151
  0,
2133
2152
  [_Pref, _Pe],
@@ -1,4 +1,4 @@
1
- import type { HttpHandlerOptions as __HttpHandlerOptions } from "@smithy/types";
1
+ import type { HttpHandlerOptions as __HttpHandlerOptions, PaginationConfiguration, Paginator } from "@smithy/types";
2
2
  import { AssociateAccessGrantsIdentityCenterCommandInput, AssociateAccessGrantsIdentityCenterCommandOutput } from "./commands/AssociateAccessGrantsIdentityCenterCommand";
3
3
  import { CreateAccessGrantCommandInput, CreateAccessGrantCommandOutput } from "./commands/CreateAccessGrantCommand";
4
4
  import { CreateAccessGrantsInstanceCommandInput, CreateAccessGrantsInstanceCommandOutput } from "./commands/CreateAccessGrantsInstanceCommand";
@@ -700,6 +700,90 @@ export interface S3Control {
700
700
  updateStorageLensGroup(args: UpdateStorageLensGroupCommandInput, options?: __HttpHandlerOptions): Promise<UpdateStorageLensGroupCommandOutput>;
701
701
  updateStorageLensGroup(args: UpdateStorageLensGroupCommandInput, cb: (err: any, data?: UpdateStorageLensGroupCommandOutput) => void): void;
702
702
  updateStorageLensGroup(args: UpdateStorageLensGroupCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateStorageLensGroupCommandOutput) => void): void;
703
+ /**
704
+ * @see {@link ListAccessGrantsCommand}
705
+ * @param args - command input.
706
+ * @param paginationConfig - optional pagination config.
707
+ * @returns AsyncIterable of {@link ListAccessGrantsCommandOutput}.
708
+ */
709
+ paginateListAccessGrants(args?: ListAccessGrantsCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<ListAccessGrantsCommandOutput>;
710
+ /**
711
+ * @see {@link ListAccessGrantsInstancesCommand}
712
+ * @param args - command input.
713
+ * @param paginationConfig - optional pagination config.
714
+ * @returns AsyncIterable of {@link ListAccessGrantsInstancesCommandOutput}.
715
+ */
716
+ paginateListAccessGrantsInstances(args?: ListAccessGrantsInstancesCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<ListAccessGrantsInstancesCommandOutput>;
717
+ /**
718
+ * @see {@link ListAccessGrantsLocationsCommand}
719
+ * @param args - command input.
720
+ * @param paginationConfig - optional pagination config.
721
+ * @returns AsyncIterable of {@link ListAccessGrantsLocationsCommandOutput}.
722
+ */
723
+ paginateListAccessGrantsLocations(args?: ListAccessGrantsLocationsCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<ListAccessGrantsLocationsCommandOutput>;
724
+ /**
725
+ * @see {@link ListAccessPointsCommand}
726
+ * @param args - command input.
727
+ * @param paginationConfig - optional pagination config.
728
+ * @returns AsyncIterable of {@link ListAccessPointsCommandOutput}.
729
+ */
730
+ paginateListAccessPoints(args?: ListAccessPointsCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<ListAccessPointsCommandOutput>;
731
+ /**
732
+ * @see {@link ListAccessPointsForDirectoryBucketsCommand}
733
+ * @param args - command input.
734
+ * @param paginationConfig - optional pagination config.
735
+ * @returns AsyncIterable of {@link ListAccessPointsForDirectoryBucketsCommandOutput}.
736
+ */
737
+ paginateListAccessPointsForDirectoryBuckets(args?: ListAccessPointsForDirectoryBucketsCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<ListAccessPointsForDirectoryBucketsCommandOutput>;
738
+ /**
739
+ * @see {@link ListAccessPointsForObjectLambdaCommand}
740
+ * @param args - command input.
741
+ * @param paginationConfig - optional pagination config.
742
+ * @returns AsyncIterable of {@link ListAccessPointsForObjectLambdaCommandOutput}.
743
+ */
744
+ paginateListAccessPointsForObjectLambda(args?: ListAccessPointsForObjectLambdaCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<ListAccessPointsForObjectLambdaCommandOutput>;
745
+ /**
746
+ * @see {@link ListCallerAccessGrantsCommand}
747
+ * @param args - command input.
748
+ * @param paginationConfig - optional pagination config.
749
+ * @returns AsyncIterable of {@link ListCallerAccessGrantsCommandOutput}.
750
+ */
751
+ paginateListCallerAccessGrants(args?: ListCallerAccessGrantsCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<ListCallerAccessGrantsCommandOutput>;
752
+ /**
753
+ * @see {@link ListJobsCommand}
754
+ * @param args - command input.
755
+ * @param paginationConfig - optional pagination config.
756
+ * @returns AsyncIterable of {@link ListJobsCommandOutput}.
757
+ */
758
+ paginateListJobs(args?: ListJobsCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<ListJobsCommandOutput>;
759
+ /**
760
+ * @see {@link ListMultiRegionAccessPointsCommand}
761
+ * @param args - command input.
762
+ * @param paginationConfig - optional pagination config.
763
+ * @returns AsyncIterable of {@link ListMultiRegionAccessPointsCommandOutput}.
764
+ */
765
+ paginateListMultiRegionAccessPoints(args?: ListMultiRegionAccessPointsCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<ListMultiRegionAccessPointsCommandOutput>;
766
+ /**
767
+ * @see {@link ListRegionalBucketsCommand}
768
+ * @param args - command input.
769
+ * @param paginationConfig - optional pagination config.
770
+ * @returns AsyncIterable of {@link ListRegionalBucketsCommandOutput}.
771
+ */
772
+ paginateListRegionalBuckets(args?: ListRegionalBucketsCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<ListRegionalBucketsCommandOutput>;
773
+ /**
774
+ * @see {@link ListStorageLensConfigurationsCommand}
775
+ * @param args - command input.
776
+ * @param paginationConfig - optional pagination config.
777
+ * @returns AsyncIterable of {@link ListStorageLensConfigurationsCommandOutput}.
778
+ */
779
+ paginateListStorageLensConfigurations(args?: ListStorageLensConfigurationsCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<ListStorageLensConfigurationsCommandOutput>;
780
+ /**
781
+ * @see {@link ListStorageLensGroupsCommand}
782
+ * @param args - command input.
783
+ * @param paginationConfig - optional pagination config.
784
+ * @returns AsyncIterable of {@link ListStorageLensGroupsCommandOutput}.
785
+ */
786
+ paginateListStorageLensGroups(args?: ListStorageLensGroupsCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<ListStorageLensGroupsCommandOutput>;
703
787
  }
704
788
  /**
705
789
  * <p> Amazon Web Services S3 Control provides access to Amazon S3 control plane actions. </p>
@@ -185,6 +185,14 @@ declare const CreateJobCommand_base: {
185
185
  * ChecksumAlgorithm: "CRC32" || "CRC32C" || "CRC64NVME" || "MD5" || "SHA1" || "SHA256",
186
186
  * ChecksumType: "FULL_OBJECT" || "COMPOSITE",
187
187
  * },
188
+ * S3UpdateObjectEncryption: { // S3UpdateObjectEncryptionOperation
189
+ * ObjectEncryption: { // ObjectEncryption
190
+ * SSEKMS: { // S3UpdateObjectEncryptionSSEKMS
191
+ * KMSKeyArn: "STRING_VALUE", // required
192
+ * BucketKeyEnabled: true || false,
193
+ * },
194
+ * },
195
+ * },
188
196
  * },
189
197
  * Report: { // JobReport
190
198
  * Bucket: "STRING_VALUE",
@@ -199,6 +199,14 @@ declare const DescribeJobCommand_base: {
199
199
  * // ChecksumAlgorithm: "CRC32" || "CRC32C" || "CRC64NVME" || "MD5" || "SHA1" || "SHA256",
200
200
  * // ChecksumType: "FULL_OBJECT" || "COMPOSITE",
201
201
  * // },
202
+ * // S3UpdateObjectEncryption: { // S3UpdateObjectEncryptionOperation
203
+ * // ObjectEncryption: { // ObjectEncryption
204
+ * // SSEKMS: { // S3UpdateObjectEncryptionSSEKMS
205
+ * // KMSKeyArn: "STRING_VALUE", // required
206
+ * // BucketKeyEnabled: true || false,
207
+ * // },
208
+ * // },
209
+ * // },
202
210
  * // },
203
211
  * // Priority: Number("int"),
204
212
  * // ProgressSummary: { // JobProgressSummary
@@ -85,7 +85,7 @@ declare const ListJobsCommand_base: {
85
85
  * // { // JobListDescriptor
86
86
  * // JobId: "STRING_VALUE",
87
87
  * // Description: "STRING_VALUE",
88
- * // Operation: "LambdaInvoke" || "S3PutObjectCopy" || "S3PutObjectAcl" || "S3PutObjectTagging" || "S3DeleteObjectTagging" || "S3InitiateRestoreObject" || "S3PutObjectLegalHold" || "S3PutObjectRetention" || "S3ReplicateObject" || "S3ComputeObjectChecksum",
88
+ * // Operation: "LambdaInvoke" || "S3PutObjectCopy" || "S3PutObjectAcl" || "S3PutObjectTagging" || "S3DeleteObjectTagging" || "S3InitiateRestoreObject" || "S3PutObjectLegalHold" || "S3PutObjectRetention" || "S3ReplicateObject" || "S3ComputeObjectChecksum" || "S3UpdateObjectEncryption",
89
89
  * // Priority: Number("int"),
90
90
  * // Status: "Active" || "Cancelled" || "Cancelling" || "Complete" || "Completing" || "Failed" || "Failing" || "New" || "Paused" || "Pausing" || "Preparing" || "Ready" || "Suspended",
91
91
  * // CreationTime: new Date("TIMESTAMP"),
@@ -1,6 +1,6 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { UpdateJobPriorityRequest, UpdateJobPriorityResult } from "../models/models_0";
3
+ import type { UpdateJobPriorityRequest, UpdateJobPriorityResult } from "../models/models_1";
4
4
  import type { S3ControlClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../S3ControlClient";
5
5
  /**
6
6
  * @public
@@ -1,7 +1,6 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { UpdateJobStatusRequest } from "../models/models_0";
4
- import type { UpdateJobStatusResult } from "../models/models_1";
3
+ import type { UpdateJobStatusRequest, UpdateJobStatusResult } from "../models/models_1";
5
4
  import type { S3ControlClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../S3ControlClient";
6
5
  /**
7
6
  * @public
@@ -658,6 +658,7 @@ export declare const OperationName: {
658
658
  readonly S3PutObjectRetention: "S3PutObjectRetention";
659
659
  readonly S3PutObjectTagging: "S3PutObjectTagging";
660
660
  readonly S3ReplicateObject: "S3ReplicateObject";
661
+ readonly S3UpdateObjectEncryption: "S3UpdateObjectEncryption";
661
662
  };
662
663
  /**
663
664
  * @public
@@ -1,4 +1,4 @@
1
- import { AsyncOperationName, BucketCannedACL, BucketLocationConstraint, BucketVersioningStatus, ComputeObjectChecksumAlgorithm, ComputeObjectChecksumType, DeleteMarkerReplicationStatus, ExistingObjectReplicationStatus, ExpirationStatus, Format, GeneratedManifestFormat, GranteeType, JobManifestFieldName, JobManifestFormat, JobReportFormat, JobReportScope, JobStatus, MetricsStatus, MFADelete, MFADeleteStatus, MultiRegionAccessPointStatus, NetworkOrigin, ObjectLambdaAccessPointAliasStatus, ObjectLambdaAllowedFeature, ObjectLambdaTransformationConfigurationAction, OperationName, OutputSchemaVersion, OwnerOverride, Permission, Privilege, ReplicaModificationsStatus, ReplicationRuleStatus, ReplicationStatus, ReplicationStorageClass, ReplicationTimeStatus, RequestedJobStatus, S3CannedAccessControlList, S3ChecksumAlgorithm, S3GlacierJobTier, S3GranteeTypeIdentifier, S3MetadataDirective, S3ObjectLockLegalHoldStatus, S3ObjectLockMode, S3ObjectLockRetentionMode, S3Permission, S3PrefixType, S3SSEAlgorithm, S3StorageClass, ScopePermission, SseKmsEncryptedObjectsStatus, TransitionStorageClass } from "./enums";
1
+ import { AsyncOperationName, BucketCannedACL, BucketLocationConstraint, BucketVersioningStatus, ComputeObjectChecksumAlgorithm, ComputeObjectChecksumType, DeleteMarkerReplicationStatus, ExistingObjectReplicationStatus, ExpirationStatus, Format, GeneratedManifestFormat, GranteeType, JobManifestFieldName, JobManifestFormat, JobReportFormat, JobReportScope, JobStatus, MetricsStatus, MFADelete, MFADeleteStatus, MultiRegionAccessPointStatus, NetworkOrigin, ObjectLambdaAccessPointAliasStatus, ObjectLambdaAllowedFeature, ObjectLambdaTransformationConfigurationAction, OperationName, OutputSchemaVersion, OwnerOverride, Permission, Privilege, ReplicaModificationsStatus, ReplicationRuleStatus, ReplicationStatus, ReplicationStorageClass, ReplicationTimeStatus, S3CannedAccessControlList, S3ChecksumAlgorithm, S3GlacierJobTier, S3GranteeTypeIdentifier, S3MetadataDirective, S3ObjectLockLegalHoldStatus, S3ObjectLockMode, S3ObjectLockRetentionMode, S3Permission, S3PrefixType, S3SSEAlgorithm, S3StorageClass, ScopePermission, SseKmsEncryptedObjectsStatus, TransitionStorageClass } from "./enums";
2
2
  /**
3
3
  * <p>The container for abort incomplete multipart upload</p>
4
4
  * @public
@@ -2448,6 +2448,62 @@ export interface S3SetObjectTaggingOperation {
2448
2448
  */
2449
2449
  export interface S3ReplicateObjectOperation {
2450
2450
  }
2451
+ /**
2452
+ * <p>If <code>SSEKMS</code> is specified for <code>UpdateObjectEncryption</code>,
2453
+ * this data type specifies the Amazon Web Services KMS key Amazon Resource Name (ARN) to use
2454
+ * and whether to use an S3 Bucket Key for server-side encryption using
2455
+ * Key Management Service (KMS) keys (SSE-KMS).</p>
2456
+ * @public
2457
+ */
2458
+ export interface S3UpdateObjectEncryptionSSEKMS {
2459
+ /**
2460
+ * <p>Specifies the Amazon Web Services KMS key Amazon Resource Name (ARN) to use for the
2461
+ * updated server-side encryption type. Required if <code>UpdateObjectEncryption</code>
2462
+ * specifies <code>SSEKMS</code>.</p>
2463
+ * @public
2464
+ */
2465
+ KMSKeyArn: string | undefined;
2466
+ /**
2467
+ * <p>Specifies whether Amazon S3 should use an S3 Bucket Key for object encryption
2468
+ * with server-side encryption using Key Management Service (KMS) keys (SSE-KMS). If this
2469
+ * value isn't specified, it defaults to <code>false</code>. Setting this value
2470
+ * to <code>true</code> causes Amazon S3 to use an S3 Bucket Key for update object
2471
+ * encryption with SSE-KMS.</p>
2472
+ * @public
2473
+ */
2474
+ BucketKeyEnabled?: boolean | undefined;
2475
+ }
2476
+ /**
2477
+ * <p>The updated server-side encryption type for this object. The
2478
+ * <code>UpdateObjectEncryption</code> operation supports the
2479
+ * SSE-KMS encryption type.</p>
2480
+ * <p>Valid Values: <code>SSEKMS</code>
2481
+ * </p>
2482
+ * @public
2483
+ */
2484
+ export interface ObjectEncryption {
2485
+ /**
2486
+ * <p>Specifies to update the object encryption type to server-side encryption
2487
+ * with Key Management Service (KMS) keys (SSE-KMS).</p>
2488
+ * @public
2489
+ */
2490
+ SSEKMS?: S3UpdateObjectEncryptionSSEKMS | undefined;
2491
+ }
2492
+ /**
2493
+ * <p>With the <code>UpdateObjectEncryption</code> operation, you can atomically
2494
+ * update the server-side encryption type of an existing object in a general
2495
+ * purpose bucket without any data movement.</p>
2496
+ * @public
2497
+ */
2498
+ export interface S3UpdateObjectEncryptionOperation {
2499
+ /**
2500
+ * <p>The updated server-side encryption type for this S3 object. The
2501
+ * <code>UpdateObjectEncryption</code> operation supports the
2502
+ * SSE-KMS encryption type.</p>
2503
+ * @public
2504
+ */
2505
+ ObjectEncryption?: ObjectEncryption | undefined;
2506
+ }
2451
2507
  /**
2452
2508
  * <p>The operation that you want this job to perform on every object listed in the manifest.
2453
2509
  * For more information about the available operations, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/batch-ops-operations.html">Operations</a> in the
@@ -2545,6 +2601,18 @@ export interface JobOperation {
2545
2601
  * @public
2546
2602
  */
2547
2603
  S3ComputeObjectChecksum?: S3ComputeObjectChecksumOperation | undefined;
2604
+ /**
2605
+ * <p>Updates the server-side encryption type of an existing encrypted
2606
+ * object in a general purpose bucket. You can use the <code>UpdateObjectEncryption</code>
2607
+ * operation to change encrypted objects from server-side encryption with
2608
+ * Amazon S3 managed keys (SSE-S3) to server-side encryption with Key Management Service (KMS)
2609
+ * keys (SSE-KMS), or to apply S3 Bucket Keys. You can also use the
2610
+ * <code>UpdateObjectEncryption</code> operation to change the customer-managed
2611
+ * KMS key used to encrypt your data so that you can comply with custom
2612
+ * key-rotation standards.</p>
2613
+ * @public
2614
+ */
2615
+ S3UpdateObjectEncryption?: S3UpdateObjectEncryptionOperation | undefined;
2548
2616
  }
2549
2617
  /**
2550
2618
  * <p>Contains the configuration parameters for a job-completion report.</p>
@@ -7041,64 +7109,3 @@ export interface UpdateAccessGrantsLocationResult {
7041
7109
  */
7042
7110
  IAMRoleArn?: string | undefined;
7043
7111
  }
7044
- /**
7045
- * @public
7046
- */
7047
- export interface UpdateJobPriorityRequest {
7048
- /**
7049
- * <p>The Amazon Web Services account ID associated with the S3 Batch Operations job.</p>
7050
- * @public
7051
- */
7052
- AccountId?: string | undefined;
7053
- /**
7054
- * <p>The ID for the job whose priority you want to update.</p>
7055
- * @public
7056
- */
7057
- JobId: string | undefined;
7058
- /**
7059
- * <p>The priority you want to assign to this job.</p>
7060
- * @public
7061
- */
7062
- Priority: number | undefined;
7063
- }
7064
- /**
7065
- * @public
7066
- */
7067
- export interface UpdateJobPriorityResult {
7068
- /**
7069
- * <p>The ID for the job whose priority Amazon S3 updated.</p>
7070
- * @public
7071
- */
7072
- JobId: string | undefined;
7073
- /**
7074
- * <p>The new priority assigned to the specified job.</p>
7075
- * @public
7076
- */
7077
- Priority: number | undefined;
7078
- }
7079
- /**
7080
- * @public
7081
- */
7082
- export interface UpdateJobStatusRequest {
7083
- /**
7084
- * <p>The Amazon Web Services account ID associated with the S3 Batch Operations job.</p>
7085
- * @public
7086
- */
7087
- AccountId?: string | undefined;
7088
- /**
7089
- * <p>The ID of the job whose status you want to update.</p>
7090
- * @public
7091
- */
7092
- JobId: string | undefined;
7093
- /**
7094
- * <p>The status that you want to move the specified job to.</p>
7095
- * @public
7096
- */
7097
- RequestedJobStatus: RequestedJobStatus | undefined;
7098
- /**
7099
- * <p>A description of the reason why you want to change the specified job's status. This
7100
- * field can be any string up to the maximum length.</p>
7101
- * @public
7102
- */
7103
- StatusUpdateReason?: string | undefined;
7104
- }
@@ -1,5 +1,66 @@
1
- import { JobStatus } from "./enums";
1
+ import { JobStatus, RequestedJobStatus } from "./enums";
2
2
  import type { StorageLensGroup } from "./models_0";
3
+ /**
4
+ * @public
5
+ */
6
+ export interface UpdateJobPriorityRequest {
7
+ /**
8
+ * <p>The Amazon Web Services account ID associated with the S3 Batch Operations job.</p>
9
+ * @public
10
+ */
11
+ AccountId?: string | undefined;
12
+ /**
13
+ * <p>The ID for the job whose priority you want to update.</p>
14
+ * @public
15
+ */
16
+ JobId: string | undefined;
17
+ /**
18
+ * <p>The priority you want to assign to this job.</p>
19
+ * @public
20
+ */
21
+ Priority: number | undefined;
22
+ }
23
+ /**
24
+ * @public
25
+ */
26
+ export interface UpdateJobPriorityResult {
27
+ /**
28
+ * <p>The ID for the job whose priority Amazon S3 updated.</p>
29
+ * @public
30
+ */
31
+ JobId: string | undefined;
32
+ /**
33
+ * <p>The new priority assigned to the specified job.</p>
34
+ * @public
35
+ */
36
+ Priority: number | undefined;
37
+ }
38
+ /**
39
+ * @public
40
+ */
41
+ export interface UpdateJobStatusRequest {
42
+ /**
43
+ * <p>The Amazon Web Services account ID associated with the S3 Batch Operations job.</p>
44
+ * @public
45
+ */
46
+ AccountId?: string | undefined;
47
+ /**
48
+ * <p>The ID of the job whose status you want to update.</p>
49
+ * @public
50
+ */
51
+ JobId: string | undefined;
52
+ /**
53
+ * <p>The status that you want to move the specified job to.</p>
54
+ * @public
55
+ */
56
+ RequestedJobStatus: RequestedJobStatus | undefined;
57
+ /**
58
+ * <p>A description of the reason why you want to change the specified job's status. This
59
+ * field can be any string up to the maximum length.</p>
60
+ * @public
61
+ */
62
+ StatusUpdateReason?: string | undefined;
63
+ }
3
64
  /**
4
65
  * @public
5
66
  */
@@ -205,6 +205,7 @@ export declare var NoncurrentVersionTransition$: StaticStructureSchema;
205
205
  export declare var NoSuchPublicAccessBlockConfiguration$: StaticErrorSchema;
206
206
  export declare var NotFoundException$: StaticErrorSchema;
207
207
  export declare var NotSSEFilter$: StaticStructureSchema;
208
+ export declare var ObjectEncryption$: StaticStructureSchema;
208
209
  export declare var ObjectLambdaAccessPoint$: StaticStructureSchema;
209
210
  export declare var ObjectLambdaAccessPointAlias$: StaticStructureSchema;
210
211
  export declare var ObjectLambdaConfiguration$: StaticStructureSchema;
@@ -266,6 +267,8 @@ export declare var S3SetObjectLegalHoldOperation$: StaticStructureSchema;
266
267
  export declare var S3SetObjectRetentionOperation$: StaticStructureSchema;
267
268
  export declare var S3SetObjectTaggingOperation$: StaticStructureSchema;
268
269
  export declare var S3Tag$: StaticStructureSchema;
270
+ export declare var S3UpdateObjectEncryptionOperation$: StaticStructureSchema;
271
+ export declare var S3UpdateObjectEncryptionSSEKMS$: StaticStructureSchema;
269
272
  export declare var Scope$: StaticStructureSchema;
270
273
  export declare var SelectionCriteria$: StaticStructureSchema;
271
274
  export declare var SourceSelectionCriteria$: StaticStructureSchema;
@@ -1,4 +1,8 @@
1
- import { HttpHandlerOptions as __HttpHandlerOptions } from "@smithy/types";
1
+ import {
2
+ HttpHandlerOptions as __HttpHandlerOptions,
3
+ PaginationConfiguration,
4
+ Paginator,
5
+ } from "@smithy/types";
2
6
  import {
3
7
  AssociateAccessGrantsIdentityCenterCommandInput,
4
8
  AssociateAccessGrantsIdentityCenterCommandOutput,
@@ -1784,5 +1788,89 @@ export interface S3Control {
1784
1788
  options: __HttpHandlerOptions,
1785
1789
  cb: (err: any, data?: UpdateStorageLensGroupCommandOutput) => void
1786
1790
  ): void;
1791
+ paginateListAccessGrants(
1792
+ args?: ListAccessGrantsCommandInput,
1793
+ paginationConfig?: Pick<
1794
+ PaginationConfiguration,
1795
+ Exclude<keyof PaginationConfiguration, "client">
1796
+ >
1797
+ ): Paginator<ListAccessGrantsCommandOutput>;
1798
+ paginateListAccessGrantsInstances(
1799
+ args?: ListAccessGrantsInstancesCommandInput,
1800
+ paginationConfig?: Pick<
1801
+ PaginationConfiguration,
1802
+ Exclude<keyof PaginationConfiguration, "client">
1803
+ >
1804
+ ): Paginator<ListAccessGrantsInstancesCommandOutput>;
1805
+ paginateListAccessGrantsLocations(
1806
+ args?: ListAccessGrantsLocationsCommandInput,
1807
+ paginationConfig?: Pick<
1808
+ PaginationConfiguration,
1809
+ Exclude<keyof PaginationConfiguration, "client">
1810
+ >
1811
+ ): Paginator<ListAccessGrantsLocationsCommandOutput>;
1812
+ paginateListAccessPoints(
1813
+ args?: ListAccessPointsCommandInput,
1814
+ paginationConfig?: Pick<
1815
+ PaginationConfiguration,
1816
+ Exclude<keyof PaginationConfiguration, "client">
1817
+ >
1818
+ ): Paginator<ListAccessPointsCommandOutput>;
1819
+ paginateListAccessPointsForDirectoryBuckets(
1820
+ args?: ListAccessPointsForDirectoryBucketsCommandInput,
1821
+ paginationConfig?: Pick<
1822
+ PaginationConfiguration,
1823
+ Exclude<keyof PaginationConfiguration, "client">
1824
+ >
1825
+ ): Paginator<ListAccessPointsForDirectoryBucketsCommandOutput>;
1826
+ paginateListAccessPointsForObjectLambda(
1827
+ args?: ListAccessPointsForObjectLambdaCommandInput,
1828
+ paginationConfig?: Pick<
1829
+ PaginationConfiguration,
1830
+ Exclude<keyof PaginationConfiguration, "client">
1831
+ >
1832
+ ): Paginator<ListAccessPointsForObjectLambdaCommandOutput>;
1833
+ paginateListCallerAccessGrants(
1834
+ args?: ListCallerAccessGrantsCommandInput,
1835
+ paginationConfig?: Pick<
1836
+ PaginationConfiguration,
1837
+ Exclude<keyof PaginationConfiguration, "client">
1838
+ >
1839
+ ): Paginator<ListCallerAccessGrantsCommandOutput>;
1840
+ paginateListJobs(
1841
+ args?: ListJobsCommandInput,
1842
+ paginationConfig?: Pick<
1843
+ PaginationConfiguration,
1844
+ Exclude<keyof PaginationConfiguration, "client">
1845
+ >
1846
+ ): Paginator<ListJobsCommandOutput>;
1847
+ paginateListMultiRegionAccessPoints(
1848
+ args?: ListMultiRegionAccessPointsCommandInput,
1849
+ paginationConfig?: Pick<
1850
+ PaginationConfiguration,
1851
+ Exclude<keyof PaginationConfiguration, "client">
1852
+ >
1853
+ ): Paginator<ListMultiRegionAccessPointsCommandOutput>;
1854
+ paginateListRegionalBuckets(
1855
+ args?: ListRegionalBucketsCommandInput,
1856
+ paginationConfig?: Pick<
1857
+ PaginationConfiguration,
1858
+ Exclude<keyof PaginationConfiguration, "client">
1859
+ >
1860
+ ): Paginator<ListRegionalBucketsCommandOutput>;
1861
+ paginateListStorageLensConfigurations(
1862
+ args?: ListStorageLensConfigurationsCommandInput,
1863
+ paginationConfig?: Pick<
1864
+ PaginationConfiguration,
1865
+ Exclude<keyof PaginationConfiguration, "client">
1866
+ >
1867
+ ): Paginator<ListStorageLensConfigurationsCommandOutput>;
1868
+ paginateListStorageLensGroups(
1869
+ args?: ListStorageLensGroupsCommandInput,
1870
+ paginationConfig?: Pick<
1871
+ PaginationConfiguration,
1872
+ Exclude<keyof PaginationConfiguration, "client">
1873
+ >
1874
+ ): Paginator<ListStorageLensGroupsCommandOutput>;
1787
1875
  }
1788
1876
  export declare class S3Control extends S3ControlClient implements S3Control {}
@@ -3,7 +3,7 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  UpdateJobPriorityRequest,
5
5
  UpdateJobPriorityResult,
6
- } from "../models/models_0";
6
+ } from "../models/models_1";
7
7
  import {
8
8
  S3ControlClientResolvedConfig,
9
9
  ServiceInputTypes,
@@ -1,7 +1,9 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import { UpdateJobStatusRequest } from "../models/models_0";
4
- import { UpdateJobStatusResult } from "../models/models_1";
3
+ import {
4
+ UpdateJobStatusRequest,
5
+ UpdateJobStatusResult,
6
+ } from "../models/models_1";
5
7
  import {
6
8
  S3ControlClientResolvedConfig,
7
9
  ServiceInputTypes,
@@ -356,6 +356,7 @@ export declare const OperationName: {
356
356
  readonly S3PutObjectRetention: "S3PutObjectRetention";
357
357
  readonly S3PutObjectTagging: "S3PutObjectTagging";
358
358
  readonly S3ReplicateObject: "S3ReplicateObject";
359
+ readonly S3UpdateObjectEncryption: "S3UpdateObjectEncryption";
359
360
  };
360
361
  export type OperationName = (typeof OperationName)[keyof typeof OperationName];
361
362
  export declare const MFADelete: {
@@ -34,7 +34,6 @@ import {
34
34
  ReplicationStatus,
35
35
  ReplicationStorageClass,
36
36
  ReplicationTimeStatus,
37
- RequestedJobStatus,
38
37
  S3CannedAccessControlList,
39
38
  S3ChecksumAlgorithm,
40
39
  S3GlacierJobTier,
@@ -595,6 +594,16 @@ export interface S3SetObjectTaggingOperation {
595
594
  TagSet?: S3Tag[] | undefined;
596
595
  }
597
596
  export interface S3ReplicateObjectOperation {}
597
+ export interface S3UpdateObjectEncryptionSSEKMS {
598
+ KMSKeyArn: string | undefined;
599
+ BucketKeyEnabled?: boolean | undefined;
600
+ }
601
+ export interface ObjectEncryption {
602
+ SSEKMS?: S3UpdateObjectEncryptionSSEKMS | undefined;
603
+ }
604
+ export interface S3UpdateObjectEncryptionOperation {
605
+ ObjectEncryption?: ObjectEncryption | undefined;
606
+ }
598
607
  export interface JobOperation {
599
608
  LambdaInvoke?: LambdaInvokeOperation | undefined;
600
609
  S3PutObjectCopy?: S3CopyObjectOperation | undefined;
@@ -606,6 +615,7 @@ export interface JobOperation {
606
615
  S3PutObjectRetention?: S3SetObjectRetentionOperation | undefined;
607
616
  S3ReplicateObject?: S3ReplicateObjectOperation | undefined;
608
617
  S3ComputeObjectChecksum?: S3ComputeObjectChecksumOperation | undefined;
618
+ S3UpdateObjectEncryption?: S3UpdateObjectEncryptionOperation | undefined;
609
619
  }
610
620
  export interface JobReport {
611
621
  Bucket?: string | undefined;
@@ -1561,18 +1571,3 @@ export interface UpdateAccessGrantsLocationResult {
1561
1571
  LocationScope?: string | undefined;
1562
1572
  IAMRoleArn?: string | undefined;
1563
1573
  }
1564
- export interface UpdateJobPriorityRequest {
1565
- AccountId?: string | undefined;
1566
- JobId: string | undefined;
1567
- Priority: number | undefined;
1568
- }
1569
- export interface UpdateJobPriorityResult {
1570
- JobId: string | undefined;
1571
- Priority: number | undefined;
1572
- }
1573
- export interface UpdateJobStatusRequest {
1574
- AccountId?: string | undefined;
1575
- JobId: string | undefined;
1576
- RequestedJobStatus: RequestedJobStatus | undefined;
1577
- StatusUpdateReason?: string | undefined;
1578
- }
@@ -1,5 +1,20 @@
1
- import { JobStatus } from "./enums";
1
+ import { JobStatus, RequestedJobStatus } from "./enums";
2
2
  import { StorageLensGroup } from "./models_0";
3
+ export interface UpdateJobPriorityRequest {
4
+ AccountId?: string | undefined;
5
+ JobId: string | undefined;
6
+ Priority: number | undefined;
7
+ }
8
+ export interface UpdateJobPriorityResult {
9
+ JobId: string | undefined;
10
+ Priority: number | undefined;
11
+ }
12
+ export interface UpdateJobStatusRequest {
13
+ AccountId?: string | undefined;
14
+ JobId: string | undefined;
15
+ RequestedJobStatus: RequestedJobStatus | undefined;
16
+ StatusUpdateReason?: string | undefined;
17
+ }
3
18
  export interface UpdateJobStatusResult {
4
19
  JobId?: string | undefined;
5
20
  Status?: JobStatus | undefined;
@@ -210,6 +210,7 @@ export declare var NoncurrentVersionTransition$: StaticStructureSchema;
210
210
  export declare var NoSuchPublicAccessBlockConfiguration$: StaticErrorSchema;
211
211
  export declare var NotFoundException$: StaticErrorSchema;
212
212
  export declare var NotSSEFilter$: StaticStructureSchema;
213
+ export declare var ObjectEncryption$: StaticStructureSchema;
213
214
  export declare var ObjectLambdaAccessPoint$: StaticStructureSchema;
214
215
  export declare var ObjectLambdaAccessPointAlias$: StaticStructureSchema;
215
216
  export declare var ObjectLambdaConfiguration$: StaticStructureSchema;
@@ -271,6 +272,8 @@ export declare var S3SetObjectLegalHoldOperation$: StaticStructureSchema;
271
272
  export declare var S3SetObjectRetentionOperation$: StaticStructureSchema;
272
273
  export declare var S3SetObjectTaggingOperation$: StaticStructureSchema;
273
274
  export declare var S3Tag$: StaticStructureSchema;
275
+ export declare var S3UpdateObjectEncryptionOperation$: StaticStructureSchema;
276
+ export declare var S3UpdateObjectEncryptionSSEKMS$: StaticStructureSchema;
274
277
  export declare var Scope$: StaticStructureSchema;
275
278
  export declare var SelectionCriteria$: StaticStructureSchema;
276
279
  export declare var SourceSelectionCriteria$: StaticStructureSchema;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-s3-control",
3
3
  "description": "AWS SDK for JavaScript S3 Control Client for Node.js, Browser and React Native",
4
- "version": "3.974.0",
4
+ "version": "3.978.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:types' 'yarn:build:es' && yarn build:cjs",
7
7
  "build:cjs": "node ../../scripts/compilation/inline client-s3-control",
@@ -23,21 +23,21 @@
23
23
  "dependencies": {
24
24
  "@aws-crypto/sha256-browser": "5.2.0",
25
25
  "@aws-crypto/sha256-js": "5.2.0",
26
- "@aws-sdk/core": "^3.973.0",
27
- "@aws-sdk/credential-provider-node": "^3.972.1",
28
- "@aws-sdk/middleware-bucket-endpoint": "^3.972.1",
29
- "@aws-sdk/middleware-host-header": "^3.972.1",
30
- "@aws-sdk/middleware-logger": "^3.972.1",
31
- "@aws-sdk/middleware-recursion-detection": "^3.972.1",
32
- "@aws-sdk/middleware-sdk-s3-control": "^3.972.1",
33
- "@aws-sdk/middleware-user-agent": "^3.972.1",
34
- "@aws-sdk/region-config-resolver": "^3.972.1",
35
- "@aws-sdk/types": "^3.973.0",
26
+ "@aws-sdk/core": "^3.973.4",
27
+ "@aws-sdk/credential-provider-node": "^3.972.2",
28
+ "@aws-sdk/middleware-bucket-endpoint": "^3.972.2",
29
+ "@aws-sdk/middleware-host-header": "^3.972.2",
30
+ "@aws-sdk/middleware-logger": "^3.972.2",
31
+ "@aws-sdk/middleware-recursion-detection": "^3.972.2",
32
+ "@aws-sdk/middleware-sdk-s3-control": "^3.972.2",
33
+ "@aws-sdk/middleware-user-agent": "^3.972.4",
34
+ "@aws-sdk/region-config-resolver": "^3.972.2",
35
+ "@aws-sdk/types": "^3.973.1",
36
36
  "@aws-sdk/util-endpoints": "3.972.0",
37
- "@aws-sdk/util-user-agent-browser": "^3.972.1",
38
- "@aws-sdk/util-user-agent-node": "^3.972.1",
37
+ "@aws-sdk/util-user-agent-browser": "^3.972.2",
38
+ "@aws-sdk/util-user-agent-node": "^3.972.2",
39
39
  "@smithy/config-resolver": "^4.4.6",
40
- "@smithy/core": "^3.21.0",
40
+ "@smithy/core": "^3.22.0",
41
41
  "@smithy/fetch-http-handler": "^5.3.9",
42
42
  "@smithy/hash-blob-browser": "^4.2.9",
43
43
  "@smithy/hash-node": "^4.2.8",
@@ -46,21 +46,21 @@
46
46
  "@smithy/md5-js": "^4.2.8",
47
47
  "@smithy/middleware-apply-body-checksum": "^4.3.8",
48
48
  "@smithy/middleware-content-length": "^4.2.8",
49
- "@smithy/middleware-endpoint": "^4.4.10",
50
- "@smithy/middleware-retry": "^4.4.26",
49
+ "@smithy/middleware-endpoint": "^4.4.12",
50
+ "@smithy/middleware-retry": "^4.4.29",
51
51
  "@smithy/middleware-serde": "^4.2.9",
52
52
  "@smithy/middleware-stack": "^4.2.8",
53
53
  "@smithy/node-config-provider": "^4.3.8",
54
54
  "@smithy/node-http-handler": "^4.4.8",
55
55
  "@smithy/protocol-http": "^5.3.8",
56
- "@smithy/smithy-client": "^4.10.11",
56
+ "@smithy/smithy-client": "^4.11.1",
57
57
  "@smithy/types": "^4.12.0",
58
58
  "@smithy/url-parser": "^4.2.8",
59
59
  "@smithy/util-base64": "^4.3.0",
60
60
  "@smithy/util-body-length-browser": "^4.2.0",
61
61
  "@smithy/util-body-length-node": "^4.2.1",
62
- "@smithy/util-defaults-mode-browser": "^4.3.25",
63
- "@smithy/util-defaults-mode-node": "^4.2.28",
62
+ "@smithy/util-defaults-mode-browser": "^4.3.28",
63
+ "@smithy/util-defaults-mode-node": "^4.2.31",
64
64
  "@smithy/util-endpoints": "^3.2.8",
65
65
  "@smithy/util-middleware": "^4.2.8",
66
66
  "@smithy/util-retry": "^4.2.8",