@aws-sdk/client-s3-control 3.775.0 → 3.779.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 (141) hide show
  1. package/README.md +32 -0
  2. package/dist-cjs/endpoint/endpointResolver.js +1 -0
  3. package/dist-cjs/endpoint/ruleset.js +3 -3
  4. package/dist-cjs/index.js +482 -201
  5. package/dist-es/S3Control.js +8 -0
  6. package/dist-es/commands/CreateAccessPointCommand.js +1 -0
  7. package/dist-es/commands/DeleteAccessPointScopeCommand.js +30 -0
  8. package/dist-es/commands/GetAccessPointScopeCommand.js +30 -0
  9. package/dist-es/commands/ListAccessPointsForDirectoryBucketsCommand.js +29 -0
  10. package/dist-es/commands/PutAccessPointScopeCommand.js +30 -0
  11. package/dist-es/commands/index.js +4 -0
  12. package/dist-es/endpoint/endpointResolver.js +1 -0
  13. package/dist-es/endpoint/ruleset.js +3 -3
  14. package/dist-es/models/models_0.js +10 -0
  15. package/dist-es/pagination/ListAccessPointsForDirectoryBucketsPaginator.js +4 -0
  16. package/dist-es/pagination/index.js +1 -0
  17. package/dist-es/protocols/Aws_restXml.js +221 -51
  18. package/dist-types/S3Control.d.ts +29 -0
  19. package/dist-types/S3ControlClient.d.ts +6 -2
  20. package/dist-types/commands/AssociateAccessGrantsIdentityCenterCommand.d.ts +1 -0
  21. package/dist-types/commands/CreateAccessGrantCommand.d.ts +1 -0
  22. package/dist-types/commands/CreateAccessGrantsInstanceCommand.d.ts +1 -0
  23. package/dist-types/commands/CreateAccessGrantsLocationCommand.d.ts +1 -0
  24. package/dist-types/commands/CreateAccessPointCommand.d.ts +17 -5
  25. package/dist-types/commands/CreateAccessPointForObjectLambdaCommand.d.ts +1 -0
  26. package/dist-types/commands/CreateBucketCommand.d.ts +1 -0
  27. package/dist-types/commands/CreateJobCommand.d.ts +1 -0
  28. package/dist-types/commands/CreateMultiRegionAccessPointCommand.d.ts +1 -0
  29. package/dist-types/commands/CreateStorageLensGroupCommand.d.ts +1 -0
  30. package/dist-types/commands/DeleteAccessGrantCommand.d.ts +1 -0
  31. package/dist-types/commands/DeleteAccessGrantsInstanceCommand.d.ts +1 -0
  32. package/dist-types/commands/DeleteAccessGrantsInstanceResourcePolicyCommand.d.ts +1 -0
  33. package/dist-types/commands/DeleteAccessGrantsLocationCommand.d.ts +1 -0
  34. package/dist-types/commands/DeleteAccessPointCommand.d.ts +2 -4
  35. package/dist-types/commands/DeleteAccessPointForObjectLambdaCommand.d.ts +1 -0
  36. package/dist-types/commands/DeleteAccessPointPolicyCommand.d.ts +2 -4
  37. package/dist-types/commands/DeleteAccessPointPolicyForObjectLambdaCommand.d.ts +1 -0
  38. package/dist-types/commands/DeleteAccessPointScopeCommand.d.ts +78 -0
  39. package/dist-types/commands/DeleteBucketCommand.d.ts +1 -0
  40. package/dist-types/commands/DeleteBucketLifecycleConfigurationCommand.d.ts +1 -0
  41. package/dist-types/commands/DeleteBucketPolicyCommand.d.ts +1 -0
  42. package/dist-types/commands/DeleteBucketReplicationCommand.d.ts +1 -0
  43. package/dist-types/commands/DeleteBucketTaggingCommand.d.ts +1 -0
  44. package/dist-types/commands/DeleteJobTaggingCommand.d.ts +1 -0
  45. package/dist-types/commands/DeleteMultiRegionAccessPointCommand.d.ts +1 -0
  46. package/dist-types/commands/DeletePublicAccessBlockCommand.d.ts +1 -0
  47. package/dist-types/commands/DeleteStorageLensConfigurationCommand.d.ts +1 -0
  48. package/dist-types/commands/DeleteStorageLensConfigurationTaggingCommand.d.ts +1 -0
  49. package/dist-types/commands/DeleteStorageLensGroupCommand.d.ts +1 -0
  50. package/dist-types/commands/DescribeJobCommand.d.ts +1 -0
  51. package/dist-types/commands/DescribeMultiRegionAccessPointOperationCommand.d.ts +1 -0
  52. package/dist-types/commands/DissociateAccessGrantsIdentityCenterCommand.d.ts +1 -0
  53. package/dist-types/commands/GetAccessGrantCommand.d.ts +1 -0
  54. package/dist-types/commands/GetAccessGrantsInstanceCommand.d.ts +2 -0
  55. package/dist-types/commands/GetAccessGrantsInstanceForPrefixCommand.d.ts +1 -0
  56. package/dist-types/commands/GetAccessGrantsInstanceResourcePolicyCommand.d.ts +1 -0
  57. package/dist-types/commands/GetAccessGrantsLocationCommand.d.ts +1 -0
  58. package/dist-types/commands/GetAccessPointCommand.d.ts +2 -4
  59. package/dist-types/commands/GetAccessPointConfigurationForObjectLambdaCommand.d.ts +1 -0
  60. package/dist-types/commands/GetAccessPointForObjectLambdaCommand.d.ts +1 -0
  61. package/dist-types/commands/GetAccessPointPolicyCommand.d.ts +2 -4
  62. package/dist-types/commands/GetAccessPointPolicyForObjectLambdaCommand.d.ts +1 -0
  63. package/dist-types/commands/GetAccessPointPolicyStatusCommand.d.ts +1 -0
  64. package/dist-types/commands/GetAccessPointPolicyStatusForObjectLambdaCommand.d.ts +1 -0
  65. package/dist-types/commands/GetAccessPointScopeCommand.d.ts +84 -0
  66. package/dist-types/commands/GetBucketCommand.d.ts +1 -0
  67. package/dist-types/commands/GetBucketLifecycleConfigurationCommand.d.ts +1 -0
  68. package/dist-types/commands/GetBucketPolicyCommand.d.ts +1 -0
  69. package/dist-types/commands/GetBucketReplicationCommand.d.ts +1 -0
  70. package/dist-types/commands/GetBucketTaggingCommand.d.ts +1 -0
  71. package/dist-types/commands/GetBucketVersioningCommand.d.ts +1 -0
  72. package/dist-types/commands/GetDataAccessCommand.d.ts +1 -0
  73. package/dist-types/commands/GetJobTaggingCommand.d.ts +1 -0
  74. package/dist-types/commands/GetMultiRegionAccessPointCommand.d.ts +1 -0
  75. package/dist-types/commands/GetMultiRegionAccessPointPolicyCommand.d.ts +1 -0
  76. package/dist-types/commands/GetMultiRegionAccessPointPolicyStatusCommand.d.ts +1 -0
  77. package/dist-types/commands/GetMultiRegionAccessPointRoutesCommand.d.ts +1 -0
  78. package/dist-types/commands/GetPublicAccessBlockCommand.d.ts +1 -0
  79. package/dist-types/commands/GetStorageLensConfigurationCommand.d.ts +1 -0
  80. package/dist-types/commands/GetStorageLensConfigurationTaggingCommand.d.ts +1 -0
  81. package/dist-types/commands/GetStorageLensGroupCommand.d.ts +1 -0
  82. package/dist-types/commands/ListAccessGrantsCommand.d.ts +1 -0
  83. package/dist-types/commands/ListAccessGrantsInstancesCommand.d.ts +1 -0
  84. package/dist-types/commands/ListAccessGrantsLocationsCommand.d.ts +1 -0
  85. package/dist-types/commands/ListAccessPointsCommand.d.ts +1 -0
  86. package/dist-types/commands/ListAccessPointsForDirectoryBucketsCommand.d.ts +92 -0
  87. package/dist-types/commands/ListAccessPointsForObjectLambdaCommand.d.ts +1 -0
  88. package/dist-types/commands/ListCallerAccessGrantsCommand.d.ts +1 -0
  89. package/dist-types/commands/ListJobsCommand.d.ts +3 -1
  90. package/dist-types/commands/ListMultiRegionAccessPointsCommand.d.ts +2 -1
  91. package/dist-types/commands/ListRegionalBucketsCommand.d.ts +2 -1
  92. package/dist-types/commands/ListStorageLensConfigurationsCommand.d.ts +2 -2
  93. package/dist-types/commands/ListStorageLensGroupsCommand.d.ts +1 -0
  94. package/dist-types/commands/ListTagsForResourceCommand.d.ts +1 -0
  95. package/dist-types/commands/PutAccessGrantsInstanceResourcePolicyCommand.d.ts +1 -0
  96. package/dist-types/commands/PutAccessPointConfigurationForObjectLambdaCommand.d.ts +1 -0
  97. package/dist-types/commands/PutAccessPointPolicyCommand.d.ts +2 -4
  98. package/dist-types/commands/PutAccessPointPolicyForObjectLambdaCommand.d.ts +1 -0
  99. package/dist-types/commands/PutAccessPointScopeCommand.d.ts +128 -0
  100. package/dist-types/commands/PutBucketLifecycleConfigurationCommand.d.ts +1 -0
  101. package/dist-types/commands/PutBucketPolicyCommand.d.ts +1 -0
  102. package/dist-types/commands/PutBucketReplicationCommand.d.ts +1 -0
  103. package/dist-types/commands/PutBucketTaggingCommand.d.ts +1 -0
  104. package/dist-types/commands/PutBucketVersioningCommand.d.ts +1 -0
  105. package/dist-types/commands/PutJobTaggingCommand.d.ts +1 -0
  106. package/dist-types/commands/PutMultiRegionAccessPointPolicyCommand.d.ts +1 -0
  107. package/dist-types/commands/PutPublicAccessBlockCommand.d.ts +1 -0
  108. package/dist-types/commands/PutStorageLensConfigurationCommand.d.ts +1 -0
  109. package/dist-types/commands/PutStorageLensConfigurationTaggingCommand.d.ts +1 -0
  110. package/dist-types/commands/SubmitMultiRegionAccessPointRoutesCommand.d.ts +1 -0
  111. package/dist-types/commands/TagResourceCommand.d.ts +1 -0
  112. package/dist-types/commands/UntagResourceCommand.d.ts +1 -0
  113. package/dist-types/commands/UpdateAccessGrantsLocationCommand.d.ts +1 -0
  114. package/dist-types/commands/UpdateJobPriorityCommand.d.ts +1 -0
  115. package/dist-types/commands/UpdateJobStatusCommand.d.ts +1 -0
  116. package/dist-types/commands/UpdateStorageLensGroupCommand.d.ts +1 -0
  117. package/dist-types/commands/index.d.ts +4 -0
  118. package/dist-types/endpoint/EndpointParameters.d.ts +1 -0
  119. package/dist-types/models/models_0.d.ts +141 -147
  120. package/dist-types/models/models_1.d.ts +172 -3
  121. package/dist-types/pagination/ListAccessPointsForDirectoryBucketsPaginator.d.ts +7 -0
  122. package/dist-types/pagination/index.d.ts +1 -0
  123. package/dist-types/protocols/Aws_restXml.d.ts +36 -0
  124. package/dist-types/ts3.4/S3Control.d.ts +75 -0
  125. package/dist-types/ts3.4/S3ControlClient.d.ts +24 -0
  126. package/dist-types/ts3.4/commands/DeleteAccessPointScopeCommand.d.ts +46 -0
  127. package/dist-types/ts3.4/commands/GetAccessPointScopeCommand.d.ts +51 -0
  128. package/dist-types/ts3.4/commands/ListAccessPointsForDirectoryBucketsCommand.d.ts +51 -0
  129. package/dist-types/ts3.4/commands/ListJobsCommand.d.ts +2 -1
  130. package/dist-types/ts3.4/commands/ListMultiRegionAccessPointsCommand.d.ts +1 -1
  131. package/dist-types/ts3.4/commands/ListRegionalBucketsCommand.d.ts +1 -1
  132. package/dist-types/ts3.4/commands/ListStorageLensConfigurationsCommand.d.ts +4 -2
  133. package/dist-types/ts3.4/commands/PutAccessPointScopeCommand.d.ts +46 -0
  134. package/dist-types/ts3.4/commands/index.d.ts +4 -0
  135. package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +1 -0
  136. package/dist-types/ts3.4/models/models_0.d.ts +38 -34
  137. package/dist-types/ts3.4/models/models_1.d.ts +42 -0
  138. package/dist-types/ts3.4/pagination/ListAccessPointsForDirectoryBucketsPaginator.d.ts +11 -0
  139. package/dist-types/ts3.4/pagination/index.d.ts +1 -0
  140. package/dist-types/ts3.4/protocols/Aws_restXml.d.ts +48 -0
  141. package/package.json +2 -2
@@ -157,6 +157,9 @@ export const se_CreateAccessPointCommand = async (input, context) => {
157
157
  if (input[_PABC] != null) {
158
158
  bn.c(se_PublicAccessBlockConfiguration(input[_PABC], context).n(_PABC));
159
159
  }
160
+ if (input[_S] != null) {
161
+ bn.c(se_Scope(input[_S], context).n(_S));
162
+ }
160
163
  if (input[_VC] != null) {
161
164
  bn.c(se_VpcConfiguration(input[_VC], context).n(_VC));
162
165
  }
@@ -540,6 +543,17 @@ export const se_DeleteAccessPointPolicyForObjectLambdaCommand = async (input, co
540
543
  b.m("DELETE").h(headers).b(body);
541
544
  return b.build();
542
545
  };
546
+ export const se_DeleteAccessPointScopeCommand = async (input, context) => {
547
+ const b = rb(input, context);
548
+ const headers = map({}, isSerializableHeaderValue, {
549
+ [_xaai]: input[_AI],
550
+ });
551
+ b.bp("/v20180820/accesspoint/{Name}/scope");
552
+ b.p("Name", () => input.Name, "{Name}", false);
553
+ let body;
554
+ b.m("DELETE").h(headers).b(body);
555
+ return b.build();
556
+ };
543
557
  export const se_DeleteBucketCommand = async (input, context) => {
544
558
  const b = rb(input, context);
545
559
  const headers = map({}, isSerializableHeaderValue, {
@@ -1149,6 +1163,17 @@ export const se_GetAccessPointPolicyStatusForObjectLambdaCommand = async (input,
1149
1163
  b.m("GET").h(headers).b(body);
1150
1164
  return b.build();
1151
1165
  };
1166
+ export const se_GetAccessPointScopeCommand = async (input, context) => {
1167
+ const b = rb(input, context);
1168
+ const headers = map({}, isSerializableHeaderValue, {
1169
+ [_xaai]: input[_AI],
1170
+ });
1171
+ b.bp("/v20180820/accesspoint/{Name}/scope");
1172
+ b.p("Name", () => input.Name, "{Name}", false);
1173
+ let body;
1174
+ b.m("GET").h(headers).b(body);
1175
+ return b.build();
1176
+ };
1152
1177
  export const se_GetBucketCommand = async (input, context) => {
1153
1178
  const b = rb(input, context);
1154
1179
  const headers = map({}, isSerializableHeaderValue, {
@@ -1633,6 +1658,21 @@ export const se_ListAccessPointsCommand = async (input, context) => {
1633
1658
  b.m("GET").h(headers).q(query).b(body);
1634
1659
  return b.build();
1635
1660
  };
1661
+ export const se_ListAccessPointsForDirectoryBucketsCommand = async (input, context) => {
1662
+ const b = rb(input, context);
1663
+ const headers = map({}, isSerializableHeaderValue, {
1664
+ [_xaai]: input[_AI],
1665
+ });
1666
+ b.bp("/v20180820/accesspointfordirectory");
1667
+ const query = map({
1668
+ [_dB]: [, input[_DB]],
1669
+ [_nT]: [, input[_NT]],
1670
+ [_mR]: [() => input.MaxResults !== void 0, () => input[_MR].toString()],
1671
+ });
1672
+ let body;
1673
+ b.m("GET").h(headers).q(query).b(body);
1674
+ return b.build();
1675
+ };
1636
1676
  export const se_ListAccessPointsForObjectLambdaCommand = async (input, context) => {
1637
1677
  const b = rb(input, context);
1638
1678
  const headers = map({}, isSerializableHeaderValue, {
@@ -1962,6 +2002,25 @@ export const se_PutAccessPointPolicyForObjectLambdaCommand = async (input, conte
1962
2002
  b.m("PUT").h(headers).b(body);
1963
2003
  return b.build();
1964
2004
  };
2005
+ export const se_PutAccessPointScopeCommand = async (input, context) => {
2006
+ const b = rb(input, context);
2007
+ const headers = map({}, isSerializableHeaderValue, {
2008
+ "content-type": "application/xml",
2009
+ [_xaai]: input[_AI],
2010
+ });
2011
+ b.bp("/v20180820/accesspoint/{Name}/scope");
2012
+ b.p("Name", () => input.Name, "{Name}", false);
2013
+ let body;
2014
+ body = _ve;
2015
+ const bn = new __XmlNode(_PAPSR);
2016
+ bn.a("xmlns", "http://awss3control.amazonaws.com/doc/2018-08-20/");
2017
+ if (input[_S] != null) {
2018
+ bn.c(se_Scope(input[_S], context).n(_S));
2019
+ }
2020
+ body += bn.toString();
2021
+ b.m("PUT").h(headers).b(body);
2022
+ return b.build();
2023
+ };
1965
2024
  export const se_PutBucketLifecycleConfigurationCommand = async (input, context) => {
1966
2025
  const b = rb(input, context);
1967
2026
  const headers = map({}, isSerializableHeaderValue, {
@@ -2732,6 +2791,16 @@ export const de_DeleteAccessPointPolicyForObjectLambdaCommand = async (output, c
2732
2791
  await collectBody(output.body, context);
2733
2792
  return contents;
2734
2793
  };
2794
+ export const de_DeleteAccessPointScopeCommand = async (output, context) => {
2795
+ if (output.statusCode !== 200 && output.statusCode >= 300) {
2796
+ return de_CommandError(output, context);
2797
+ }
2798
+ const contents = map({
2799
+ $metadata: deserializeMetadata(output),
2800
+ });
2801
+ await collectBody(output.body, context);
2802
+ return contents;
2803
+ };
2735
2804
  export const de_DeleteBucketCommand = async (output, context) => {
2736
2805
  if (output.statusCode !== 200 && output.statusCode >= 300) {
2737
2806
  return de_CommandError(output, context);
@@ -3136,6 +3205,19 @@ export const de_GetAccessPointPolicyStatusForObjectLambdaCommand = async (output
3136
3205
  }
3137
3206
  return contents;
3138
3207
  };
3208
+ export const de_GetAccessPointScopeCommand = async (output, context) => {
3209
+ if (output.statusCode !== 200 && output.statusCode >= 300) {
3210
+ return de_CommandError(output, context);
3211
+ }
3212
+ const contents = map({
3213
+ $metadata: deserializeMetadata(output),
3214
+ });
3215
+ const data = __expectNonNull(__expectObject(await parseBody(output.body, context)), "body");
3216
+ if (data[_S] != null) {
3217
+ contents[_S] = de_Scope(data[_S], context);
3218
+ }
3219
+ return contents;
3220
+ };
3139
3221
  export const de_GetBucketCommand = async (output, context) => {
3140
3222
  if (output.statusCode !== 200 && output.statusCode >= 300) {
3141
3223
  return de_CommandError(output, context);
@@ -3224,8 +3306,8 @@ export const de_GetBucketVersioningCommand = async (output, context) => {
3224
3306
  if (data[_MD] != null) {
3225
3307
  contents[_MFAD] = __expectString(data[_MD]);
3226
3308
  }
3227
- if (data[_S] != null) {
3228
- contents[_S] = __expectString(data[_S]);
3309
+ if (data[_St] != null) {
3310
+ contents[_St] = __expectString(data[_St]);
3229
3311
  }
3230
3312
  return contents;
3231
3313
  };
@@ -3447,6 +3529,25 @@ export const de_ListAccessPointsCommand = async (output, context) => {
3447
3529
  }
3448
3530
  return contents;
3449
3531
  };
3532
+ export const de_ListAccessPointsForDirectoryBucketsCommand = async (output, context) => {
3533
+ if (output.statusCode !== 200 && output.statusCode >= 300) {
3534
+ return de_CommandError(output, context);
3535
+ }
3536
+ const contents = map({
3537
+ $metadata: deserializeMetadata(output),
3538
+ });
3539
+ const data = __expectNonNull(__expectObject(await parseBody(output.body, context)), "body");
3540
+ if (data.AccessPointList === "") {
3541
+ contents[_APL] = [];
3542
+ }
3543
+ else if (data[_APL] != null && data[_APL][_AP] != null) {
3544
+ contents[_APL] = de_AccessPointList(__getArrayIfSingleItem(data[_APL][_AP]), context);
3545
+ }
3546
+ if (data[_NT] != null) {
3547
+ contents[_NT] = __expectString(data[_NT]);
3548
+ }
3549
+ return contents;
3550
+ };
3450
3551
  export const de_ListAccessPointsForObjectLambdaCommand = async (output, context) => {
3451
3552
  if (output.statusCode !== 200 && output.statusCode >= 300) {
3452
3553
  return de_CommandError(output, context);
@@ -3645,6 +3746,16 @@ export const de_PutAccessPointPolicyForObjectLambdaCommand = async (output, cont
3645
3746
  await collectBody(output.body, context);
3646
3747
  return contents;
3647
3748
  };
3749
+ export const de_PutAccessPointScopeCommand = async (output, context) => {
3750
+ if (output.statusCode !== 200 && output.statusCode >= 300) {
3751
+ return de_CommandError(output, context);
3752
+ }
3753
+ const contents = map({
3754
+ $metadata: deserializeMetadata(output),
3755
+ });
3756
+ await collectBody(output.body, context);
3757
+ return contents;
3758
+ };
3648
3759
  export const de_PutBucketLifecycleConfigurationCommand = async (output, context) => {
3649
3760
  if (output.statusCode !== 200 && output.statusCode >= 300) {
3650
3761
  return de_CommandError(output, context);
@@ -3830,8 +3941,8 @@ export const de_UpdateJobStatusCommand = async (output, context) => {
3830
3941
  if (data[_JI] != null) {
3831
3942
  contents[_JI] = __expectString(data[_JI]);
3832
3943
  }
3833
- if (data[_S] != null) {
3834
- contents[_S] = __expectString(data[_S]);
3944
+ if (data[_St] != null) {
3945
+ contents[_St] = __expectString(data[_St]);
3835
3946
  }
3836
3947
  if (data[_SUR] != null) {
3837
3948
  contents[_SUR] = __expectString(data[_SUR]);
@@ -4167,8 +4278,8 @@ const se_CreateMultiRegionAccessPointInput = (input, context) => {
4167
4278
  };
4168
4279
  const se_DeleteMarkerReplication = (input, context) => {
4169
4280
  const bn = new __XmlNode(_DMR);
4170
- if (input[_S] != null) {
4171
- bn.c(__XmlNode.of(_DMRS, input[_S]).n(_S));
4281
+ if (input[_St] != null) {
4282
+ bn.c(__XmlNode.of(_DMRS, input[_St]).n(_St));
4172
4283
  }
4173
4284
  return bn;
4174
4285
  };
@@ -4224,8 +4335,8 @@ const se__Exclude = (input, context) => {
4224
4335
  };
4225
4336
  const se_ExistingObjectReplication = (input, context) => {
4226
4337
  const bn = new __XmlNode(_EOR);
4227
- if (input[_S] != null) {
4228
- bn.c(__XmlNode.of(_EORS, input[_S]).n(_S));
4338
+ if (input[_St] != null) {
4339
+ bn.c(__XmlNode.of(_EORS, input[_St]).n(_St));
4229
4340
  }
4230
4341
  return bn;
4231
4342
  };
@@ -4426,8 +4537,8 @@ const se_LifecycleRule = (input, context) => {
4426
4537
  if (input[_Fil] != null) {
4427
4538
  bn.c(se_LifecycleRuleFilter(input[_Fil], context).n(_Fil));
4428
4539
  }
4429
- if (input[_S] != null) {
4430
- bn.c(__XmlNode.of(_ES, input[_S]).n(_S));
4540
+ if (input[_St] != null) {
4541
+ bn.c(__XmlNode.of(_ES, input[_St]).n(_St));
4431
4542
  }
4432
4543
  bn.lc(input, "Transitions", "Transitions", () => se_TransitionList(input[_Tr], context));
4433
4544
  bn.lc(input, "NoncurrentVersionTransitions", "NoncurrentVersionTransitions", () => se_NoncurrentVersionTransitionList(input[_NVT], context));
@@ -4522,8 +4633,8 @@ const se_MatchObjectSize = (input, context) => {
4522
4633
  };
4523
4634
  const se_Metrics = (input, context) => {
4524
4635
  const bn = new __XmlNode(_Met);
4525
- if (input[_S] != null) {
4526
- bn.c(__XmlNode.of(_MS, input[_S]).n(_S));
4636
+ if (input[_St] != null) {
4637
+ bn.c(__XmlNode.of(_MS, input[_St]).n(_St));
4527
4638
  }
4528
4639
  if (input[_ETv] != null) {
4529
4640
  bn.c(se_ReplicationTimeValue(input[_ETv], context).n(_ETv));
@@ -4640,6 +4751,14 @@ const se_ObjectLambdaTransformationConfigurationsList = (input, context) => {
4640
4751
  return n.n(_TCr);
4641
4752
  });
4642
4753
  };
4754
+ const se_PrefixesList = (input, context) => {
4755
+ return input
4756
+ .filter((e) => e != null)
4757
+ .map((entry) => {
4758
+ const n = __XmlNode.of(_Pre, entry);
4759
+ return n.n(_Pre);
4760
+ });
4761
+ };
4643
4762
  const se_PrefixLevel = (input, context) => {
4644
4763
  const bn = new __XmlNode(_PL);
4645
4764
  if (input[_SM] != null) {
@@ -4709,8 +4828,8 @@ const se_Regions = (input, context) => {
4709
4828
  };
4710
4829
  const se_ReplicaModifications = (input, context) => {
4711
4830
  const bn = new __XmlNode(_RM);
4712
- if (input[_S] != null) {
4713
- bn.c(__XmlNode.of(_RMS, input[_S]).n(_S));
4831
+ if (input[_St] != null) {
4832
+ bn.c(__XmlNode.of(_RMS, input[_St]).n(_St));
4714
4833
  }
4715
4834
  return bn;
4716
4835
  };
@@ -4730,8 +4849,8 @@ const se_ReplicationRule = (input, context) => {
4730
4849
  if (input[_Fil] != null) {
4731
4850
  bn.c(se_ReplicationRuleFilter(input[_Fil], context).n(_Fil));
4732
4851
  }
4733
- if (input[_S] != null) {
4734
- bn.c(__XmlNode.of(_RRS, input[_S]).n(_S));
4852
+ if (input[_St] != null) {
4853
+ bn.c(__XmlNode.of(_RRS, input[_St]).n(_St));
4735
4854
  }
4736
4855
  if (input[_SSC] != null) {
4737
4856
  bn.c(se_SourceSelectionCriteria(input[_SSC], context).n(_SSC));
@@ -4785,8 +4904,8 @@ const se_ReplicationStatusFilterList = (input, context) => {
4785
4904
  };
4786
4905
  const se_ReplicationTime = (input, context) => {
4787
4906
  const bn = new __XmlNode(_RT);
4788
- if (input[_S] != null) {
4789
- bn.c(__XmlNode.of(_RTS, input[_S]).n(_S));
4907
+ if (input[_St] != null) {
4908
+ bn.c(__XmlNode.of(_RTS, input[_St]).n(_St));
4790
4909
  }
4791
4910
  if (input[_Ti] != null) {
4792
4911
  bn.c(se_ReplicationTimeValue(input[_Ti], context).n(_Ti));
@@ -4979,8 +5098,8 @@ const se_S3ManifestOutputLocation = (input, context) => {
4979
5098
  };
4980
5099
  const se_S3ObjectLockLegalHold = (input, context) => {
4981
5100
  const bn = new __XmlNode(_SOLLH);
4982
- if (input[_S] != null) {
4983
- bn.c(__XmlNode.of(_SOLLHS, input[_S]).n(_S));
5101
+ if (input[_St] != null) {
5102
+ bn.c(__XmlNode.of(_SOLLHS, input[_St]).n(_St));
4984
5103
  }
4985
5104
  return bn;
4986
5105
  };
@@ -5103,6 +5222,20 @@ const se_S3UserMetadata = (input, context) => {
5103
5222
  return entryNode;
5104
5223
  });
5105
5224
  };
5225
+ const se_Scope = (input, context) => {
5226
+ const bn = new __XmlNode(_S);
5227
+ bn.lc(input, "Prefixes", "Prefixes", () => se_PrefixesList(input[_Pref], context));
5228
+ bn.lc(input, "Permissions", "Permissions", () => se_ScopePermissionList(input[_Pe], context));
5229
+ return bn;
5230
+ };
5231
+ const se_ScopePermissionList = (input, context) => {
5232
+ return input
5233
+ .filter((e) => e != null)
5234
+ .map((entry) => {
5235
+ const n = __XmlNode.of(_SPc, entry);
5236
+ return n.n(_P);
5237
+ });
5238
+ };
5106
5239
  const se_SelectionCriteria = (input, context) => {
5107
5240
  const bn = new __XmlNode(_SCe);
5108
5241
  if (input[_Del] != null) {
@@ -5135,8 +5268,8 @@ const se_SSEKMS = (input, context) => {
5135
5268
  };
5136
5269
  const se_SseKmsEncryptedObjects = (input, context) => {
5137
5270
  const bn = new __XmlNode(_SKEO);
5138
- if (input[_S] != null) {
5139
- bn.c(__XmlNode.of(_SKEOS, input[_S]).n(_S));
5271
+ if (input[_St] != null) {
5272
+ bn.c(__XmlNode.of(_SKEOS, input[_St]).n(_St));
5140
5273
  }
5141
5274
  return bn;
5142
5275
  };
@@ -5381,8 +5514,8 @@ const se_VersioningConfiguration = (input, context) => {
5381
5514
  if (input[_MFAD] != null) {
5382
5515
  bn.c(__XmlNode.of(_MFAD, input[_MFAD]).n(_MD));
5383
5516
  }
5384
- if (input[_S] != null) {
5385
- bn.c(__XmlNode.of(_BVS, input[_S]).n(_S));
5517
+ if (input[_St] != null) {
5518
+ bn.c(__XmlNode.of(_BVS, input[_St]).n(_St));
5386
5519
  }
5387
5520
  return bn;
5388
5521
  };
@@ -5653,8 +5786,8 @@ const de_Credentials = (output, context) => {
5653
5786
  };
5654
5787
  const de_DeleteMarkerReplication = (output, context) => {
5655
5788
  const contents = {};
5656
- if (output[_S] != null) {
5657
- contents[_S] = __expectString(output[_S]);
5789
+ if (output[_St] != null) {
5790
+ contents[_St] = __expectString(output[_St]);
5658
5791
  }
5659
5792
  return contents;
5660
5793
  };
@@ -5738,8 +5871,8 @@ const de__Exclude = (output, context) => {
5738
5871
  };
5739
5872
  const de_ExistingObjectReplication = (output, context) => {
5740
5873
  const contents = {};
5741
- if (output[_S] != null) {
5742
- contents[_S] = __expectString(output[_S]);
5874
+ if (output[_St] != null) {
5875
+ contents[_St] = __expectString(output[_St]);
5743
5876
  }
5744
5877
  return contents;
5745
5878
  };
@@ -5793,8 +5926,8 @@ const de_JobDescriptor = (output, context) => {
5793
5926
  if (output[_JA] != null) {
5794
5927
  contents[_JA] = __expectString(output[_JA]);
5795
5928
  }
5796
- if (output[_S] != null) {
5797
- contents[_S] = __expectString(output[_S]);
5929
+ if (output[_St] != null) {
5930
+ contents[_St] = __expectString(output[_St]);
5798
5931
  }
5799
5932
  if (output[_M] != null) {
5800
5933
  contents[_M] = de_JobManifest(output[_M], context);
@@ -5876,8 +6009,8 @@ const de_JobListDescriptor = (output, context) => {
5876
6009
  if (output[_Pr] != null) {
5877
6010
  contents[_Pr] = __strictParseInt32(output[_Pr]);
5878
6011
  }
5879
- if (output[_S] != null) {
5880
- contents[_S] = __expectString(output[_S]);
6012
+ if (output[_St] != null) {
6013
+ contents[_St] = __expectString(output[_St]);
5881
6014
  }
5882
6015
  if (output[_CTr] != null) {
5883
6016
  contents[_CTr] = __expectNonNull(__parseRfc3339DateTimeWithOffset(output[_CTr]));
@@ -6117,8 +6250,8 @@ const de_LifecycleRule = (output, context) => {
6117
6250
  if (output[_Fil] != null) {
6118
6251
  contents[_Fil] = de_LifecycleRuleFilter(output[_Fil], context);
6119
6252
  }
6120
- if (output[_S] != null) {
6121
- contents[_S] = __expectString(output[_S]);
6253
+ if (output[_St] != null) {
6254
+ contents[_St] = __expectString(output[_St]);
6122
6255
  }
6123
6256
  if (output.Transitions === "") {
6124
6257
  contents[_Tr] = [];
@@ -6342,8 +6475,8 @@ const de_MatchObjectSize = (output, context) => {
6342
6475
  };
6343
6476
  const de_Metrics = (output, context) => {
6344
6477
  const contents = {};
6345
- if (output[_S] != null) {
6346
- contents[_S] = __expectString(output[_S]);
6478
+ if (output[_St] != null) {
6479
+ contents[_St] = __expectString(output[_St]);
6347
6480
  }
6348
6481
  if (output[_ETv] != null) {
6349
6482
  contents[_ETv] = de_ReplicationTimeValue(output[_ETv], context);
@@ -6391,8 +6524,8 @@ const de_MultiRegionAccessPointReport = (output, context) => {
6391
6524
  if (output[_PAB] != null) {
6392
6525
  contents[_PAB] = de_PublicAccessBlockConfiguration(output[_PAB], context);
6393
6526
  }
6394
- if (output[_S] != null) {
6395
- contents[_S] = __expectString(output[_S]);
6527
+ if (output[_St] != null) {
6528
+ contents[_St] = __expectString(output[_St]);
6396
6529
  }
6397
6530
  if (output.Regions === "") {
6398
6531
  contents[_Re] = [];
@@ -6484,8 +6617,8 @@ const de_ObjectLambdaAccessPointAlias = (output, context) => {
6484
6617
  if (output[_V] != null) {
6485
6618
  contents[_V] = __expectString(output[_V]);
6486
6619
  }
6487
- if (output[_S] != null) {
6488
- contents[_S] = __expectString(output[_S]);
6620
+ if (output[_St] != null) {
6621
+ contents[_St] = __expectString(output[_St]);
6489
6622
  }
6490
6623
  return contents;
6491
6624
  };
@@ -6569,6 +6702,13 @@ const de_PolicyStatus = (output, context) => {
6569
6702
  }
6570
6703
  return contents;
6571
6704
  };
6705
+ const de_PrefixesList = (output, context) => {
6706
+ return (output || [])
6707
+ .filter((e) => e != null)
6708
+ .map((entry) => {
6709
+ return __expectString(entry);
6710
+ });
6711
+ };
6572
6712
  const de_PrefixLevel = (output, context) => {
6573
6713
  const contents = {};
6574
6714
  if (output[_SM] != null) {
@@ -6691,8 +6831,8 @@ const de_Regions = (output, context) => {
6691
6831
  };
6692
6832
  const de_ReplicaModifications = (output, context) => {
6693
6833
  const contents = {};
6694
- if (output[_S] != null) {
6695
- contents[_S] = __expectString(output[_S]);
6834
+ if (output[_St] != null) {
6835
+ contents[_St] = __expectString(output[_St]);
6696
6836
  }
6697
6837
  return contents;
6698
6838
  };
@@ -6723,8 +6863,8 @@ const de_ReplicationRule = (output, context) => {
6723
6863
  if (output[_Fil] != null) {
6724
6864
  contents[_Fil] = de_ReplicationRuleFilter(output[_Fil], context);
6725
6865
  }
6726
- if (output[_S] != null) {
6727
- contents[_S] = __expectString(output[_S]);
6866
+ if (output[_St] != null) {
6867
+ contents[_St] = __expectString(output[_St]);
6728
6868
  }
6729
6869
  if (output[_SSC] != null) {
6730
6870
  contents[_SSC] = de_SourceSelectionCriteria(output[_SSC], context);
@@ -6785,8 +6925,8 @@ const de_ReplicationStatusFilterList = (output, context) => {
6785
6925
  };
6786
6926
  const de_ReplicationTime = (output, context) => {
6787
6927
  const contents = {};
6788
- if (output[_S] != null) {
6789
- contents[_S] = __expectString(output[_S]);
6928
+ if (output[_St] != null) {
6929
+ contents[_St] = __expectString(output[_St]);
6790
6930
  }
6791
6931
  if (output[_Ti] != null) {
6792
6932
  contents[_Ti] = de_ReplicationTimeValue(output[_Ti], context);
@@ -7010,8 +7150,8 @@ const de_S3ManifestOutputLocation = (output, context) => {
7010
7150
  };
7011
7151
  const de_S3ObjectLockLegalHold = (output, context) => {
7012
7152
  const contents = {};
7013
- if (output[_S] != null) {
7014
- contents[_S] = __expectString(output[_S]);
7153
+ if (output[_St] != null) {
7154
+ contents[_St] = __expectString(output[_St]);
7015
7155
  }
7016
7156
  return contents;
7017
7157
  };
@@ -7139,6 +7279,29 @@ const de_S3UserMetadata = (output, context) => {
7139
7279
  return acc;
7140
7280
  }, {});
7141
7281
  };
7282
+ const de_Scope = (output, context) => {
7283
+ const contents = {};
7284
+ if (output.Prefixes === "") {
7285
+ contents[_Pref] = [];
7286
+ }
7287
+ else if (output[_Pref] != null && output[_Pref][_Pre] != null) {
7288
+ contents[_Pref] = de_PrefixesList(__getArrayIfSingleItem(output[_Pref][_Pre]), context);
7289
+ }
7290
+ if (output.Permissions === "") {
7291
+ contents[_Pe] = [];
7292
+ }
7293
+ else if (output[_Pe] != null && output[_Pe][_P] != null) {
7294
+ contents[_Pe] = de_ScopePermissionList(__getArrayIfSingleItem(output[_Pe][_P]), context);
7295
+ }
7296
+ return contents;
7297
+ };
7298
+ const de_ScopePermissionList = (output, context) => {
7299
+ return (output || [])
7300
+ .filter((e) => e != null)
7301
+ .map((entry) => {
7302
+ return __expectString(entry);
7303
+ });
7304
+ };
7142
7305
  const de_SelectionCriteria = (output, context) => {
7143
7306
  const contents = {};
7144
7307
  if (output[_Del] != null) {
@@ -7171,8 +7334,8 @@ const de_SSEKMS = (output, context) => {
7171
7334
  };
7172
7335
  const de_SseKmsEncryptedObjects = (output, context) => {
7173
7336
  const contents = {};
7174
- if (output[_S] != null) {
7175
- contents[_S] = __expectString(output[_S]);
7337
+ if (output[_St] != null) {
7338
+ contents[_St] = __expectString(output[_St]);
7176
7339
  }
7177
7340
  return contents;
7178
7341
  };
@@ -7584,6 +7747,7 @@ const _Co = "Code";
7584
7747
  const _Cr = "Credentials";
7585
7748
  const _D = "Description";
7586
7749
  const _DAI = "DaysAfterInitiation";
7750
+ const _DB = "DirectoryBucket";
7587
7751
  const _DE = "DataExport";
7588
7752
  const _DGT = "DaysGreaterThan";
7589
7753
  const _DLT = "DaysLessThan";
@@ -7778,6 +7942,7 @@ const _PAGIRPR = "PutAccessGrantsInstanceResourcePolicyRequest";
7778
7942
  const _PAPCFOLR = "PutAccessPointConfigurationForObjectLambdaRequest";
7779
7943
  const _PAPPFOLR = "PutAccessPointPolicyForObjectLambdaRequest";
7780
7944
  const _PAPPR = "PutAccessPointPolicyRequest";
7945
+ const _PAPSR = "PutAccessPointScopeRequest";
7781
7946
  const _PBPR = "PutBucketPolicyRequest";
7782
7947
  const _PD = "PolicyDocument";
7783
7948
  const _PJTR = "PutJobTaggingRequest";
@@ -7789,9 +7954,11 @@ const _PS = "PolicyStatus";
7789
7954
  const _PSLCR = "PutStorageLensConfigurationRequest";
7790
7955
  const _PSLCTR = "PutStorageLensConfigurationTaggingRequest";
7791
7956
  const _PSr = "ProgressSummary";
7957
+ const _Pe = "Permissions";
7792
7958
  const _Po = "Policy";
7793
7959
  const _Pr = "Priority";
7794
7960
  const _Pre = "Prefix";
7961
+ const _Pref = "Prefixes";
7795
7962
  const _Pri = "Privilege";
7796
7963
  const _Pro = "Proposed";
7797
7964
  const _R = "Report";
@@ -7835,7 +8002,7 @@ const _Rol = "Role";
7835
8002
  const _Rou = "Route";
7836
8003
  const _Ru = "Rules";
7837
8004
  const _Rul = "Rule";
7838
- const _S = "Status";
8005
+ const _S = "Scope";
7839
8006
  const _SACL = "S3AccessControlList";
7840
8007
  const _SACP = "S3AccessControlPolicy";
7841
8008
  const _SAK = "SecretAccessKey";
@@ -7902,6 +8069,7 @@ const _SPOLH = "S3PutObjectLegalHold";
7902
8069
  const _SPOR = "S3PutObjectRetention";
7903
8070
  const _SPOT = "S3PutObjectTagging";
7904
8071
  const _SPT = "S3PrefixType";
8072
+ const _SPc = "ScopePermission";
7905
8073
  const _SPe = "S3Permission";
7906
8074
  const _SR = "S3Retention";
7907
8075
  const _SRO = "S3ReplicateObject";
@@ -7926,6 +8094,7 @@ const _STe = "SessionToken";
7926
8094
  const _SUR = "StatusUpdateReason";
7927
8095
  const _Se = "Setting";
7928
8096
  const _Sp = "Spec";
8097
+ const _St = "Status";
7929
8098
  const _Su = "Suffix";
7930
8099
  const _T = "Tags";
7931
8100
  const _TC = "TransformationConfigurations";
@@ -7963,6 +8132,7 @@ const _VI = "VpcId";
7963
8132
  const _aBA = "allowedByApplication";
7964
8133
  const _aa = "application_arn";
7965
8134
  const _b = "bucket";
8135
+ const _dB = "directoryBucket";
7966
8136
  const _dS = "durationSeconds";
7967
8137
  const _e = "entry";
7968
8138
  const _g = "granteetype";
@@ -17,6 +17,7 @@ import { DeleteAccessPointCommandInput, DeleteAccessPointCommandOutput } from ".
17
17
  import { DeleteAccessPointForObjectLambdaCommandInput, DeleteAccessPointForObjectLambdaCommandOutput } from "./commands/DeleteAccessPointForObjectLambdaCommand";
18
18
  import { DeleteAccessPointPolicyCommandInput, DeleteAccessPointPolicyCommandOutput } from "./commands/DeleteAccessPointPolicyCommand";
19
19
  import { DeleteAccessPointPolicyForObjectLambdaCommandInput, DeleteAccessPointPolicyForObjectLambdaCommandOutput } from "./commands/DeleteAccessPointPolicyForObjectLambdaCommand";
20
+ import { DeleteAccessPointScopeCommandInput, DeleteAccessPointScopeCommandOutput } from "./commands/DeleteAccessPointScopeCommand";
20
21
  import { DeleteBucketCommandInput, DeleteBucketCommandOutput } from "./commands/DeleteBucketCommand";
21
22
  import { DeleteBucketLifecycleConfigurationCommandInput, DeleteBucketLifecycleConfigurationCommandOutput } from "./commands/DeleteBucketLifecycleConfigurationCommand";
22
23
  import { DeleteBucketPolicyCommandInput, DeleteBucketPolicyCommandOutput } from "./commands/DeleteBucketPolicyCommand";
@@ -43,6 +44,7 @@ import { GetAccessPointPolicyCommandInput, GetAccessPointPolicyCommandOutput } f
43
44
  import { GetAccessPointPolicyForObjectLambdaCommandInput, GetAccessPointPolicyForObjectLambdaCommandOutput } from "./commands/GetAccessPointPolicyForObjectLambdaCommand";
44
45
  import { GetAccessPointPolicyStatusCommandInput, GetAccessPointPolicyStatusCommandOutput } from "./commands/GetAccessPointPolicyStatusCommand";
45
46
  import { GetAccessPointPolicyStatusForObjectLambdaCommandInput, GetAccessPointPolicyStatusForObjectLambdaCommandOutput } from "./commands/GetAccessPointPolicyStatusForObjectLambdaCommand";
47
+ import { GetAccessPointScopeCommandInput, GetAccessPointScopeCommandOutput } from "./commands/GetAccessPointScopeCommand";
46
48
  import { GetBucketCommandInput, GetBucketCommandOutput } from "./commands/GetBucketCommand";
47
49
  import { GetBucketLifecycleConfigurationCommandInput, GetBucketLifecycleConfigurationCommandOutput } from "./commands/GetBucketLifecycleConfigurationCommand";
48
50
  import { GetBucketPolicyCommandInput, GetBucketPolicyCommandOutput } from "./commands/GetBucketPolicyCommand";
@@ -63,6 +65,7 @@ import { ListAccessGrantsCommandInput, ListAccessGrantsCommandOutput } from "./c
63
65
  import { ListAccessGrantsInstancesCommandInput, ListAccessGrantsInstancesCommandOutput } from "./commands/ListAccessGrantsInstancesCommand";
64
66
  import { ListAccessGrantsLocationsCommandInput, ListAccessGrantsLocationsCommandOutput } from "./commands/ListAccessGrantsLocationsCommand";
65
67
  import { ListAccessPointsCommandInput, ListAccessPointsCommandOutput } from "./commands/ListAccessPointsCommand";
68
+ import { ListAccessPointsForDirectoryBucketsCommandInput, ListAccessPointsForDirectoryBucketsCommandOutput } from "./commands/ListAccessPointsForDirectoryBucketsCommand";
66
69
  import { ListAccessPointsForObjectLambdaCommandInput, ListAccessPointsForObjectLambdaCommandOutput } from "./commands/ListAccessPointsForObjectLambdaCommand";
67
70
  import { ListCallerAccessGrantsCommandInput, ListCallerAccessGrantsCommandOutput } from "./commands/ListCallerAccessGrantsCommand";
68
71
  import { ListJobsCommandInput, ListJobsCommandOutput } from "./commands/ListJobsCommand";
@@ -75,6 +78,7 @@ import { PutAccessGrantsInstanceResourcePolicyCommandInput, PutAccessGrantsInsta
75
78
  import { PutAccessPointConfigurationForObjectLambdaCommandInput, PutAccessPointConfigurationForObjectLambdaCommandOutput } from "./commands/PutAccessPointConfigurationForObjectLambdaCommand";
76
79
  import { PutAccessPointPolicyCommandInput, PutAccessPointPolicyCommandOutput } from "./commands/PutAccessPointPolicyCommand";
77
80
  import { PutAccessPointPolicyForObjectLambdaCommandInput, PutAccessPointPolicyForObjectLambdaCommandOutput } from "./commands/PutAccessPointPolicyForObjectLambdaCommand";
81
+ import { PutAccessPointScopeCommandInput, PutAccessPointScopeCommandOutput } from "./commands/PutAccessPointScopeCommand";
78
82
  import { PutBucketLifecycleConfigurationCommandInput, PutBucketLifecycleConfigurationCommandOutput } from "./commands/PutBucketLifecycleConfigurationCommand";
79
83
  import { PutBucketPolicyCommandInput, PutBucketPolicyCommandOutput } from "./commands/PutBucketPolicyCommand";
80
84
  import { PutBucketReplicationCommandInput, PutBucketReplicationCommandOutput } from "./commands/PutBucketReplicationCommand";
@@ -205,6 +209,12 @@ export interface S3Control {
205
209
  deleteAccessPointPolicyForObjectLambda(args: DeleteAccessPointPolicyForObjectLambdaCommandInput, options?: __HttpHandlerOptions): Promise<DeleteAccessPointPolicyForObjectLambdaCommandOutput>;
206
210
  deleteAccessPointPolicyForObjectLambda(args: DeleteAccessPointPolicyForObjectLambdaCommandInput, cb: (err: any, data?: DeleteAccessPointPolicyForObjectLambdaCommandOutput) => void): void;
207
211
  deleteAccessPointPolicyForObjectLambda(args: DeleteAccessPointPolicyForObjectLambdaCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteAccessPointPolicyForObjectLambdaCommandOutput) => void): void;
212
+ /**
213
+ * @see {@link DeleteAccessPointScopeCommand}
214
+ */
215
+ deleteAccessPointScope(args: DeleteAccessPointScopeCommandInput, options?: __HttpHandlerOptions): Promise<DeleteAccessPointScopeCommandOutput>;
216
+ deleteAccessPointScope(args: DeleteAccessPointScopeCommandInput, cb: (err: any, data?: DeleteAccessPointScopeCommandOutput) => void): void;
217
+ deleteAccessPointScope(args: DeleteAccessPointScopeCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteAccessPointScopeCommandOutput) => void): void;
208
218
  /**
209
219
  * @see {@link DeleteBucketCommand}
210
220
  */
@@ -365,6 +375,12 @@ export interface S3Control {
365
375
  getAccessPointPolicyStatusForObjectLambda(args: GetAccessPointPolicyStatusForObjectLambdaCommandInput, options?: __HttpHandlerOptions): Promise<GetAccessPointPolicyStatusForObjectLambdaCommandOutput>;
366
376
  getAccessPointPolicyStatusForObjectLambda(args: GetAccessPointPolicyStatusForObjectLambdaCommandInput, cb: (err: any, data?: GetAccessPointPolicyStatusForObjectLambdaCommandOutput) => void): void;
367
377
  getAccessPointPolicyStatusForObjectLambda(args: GetAccessPointPolicyStatusForObjectLambdaCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetAccessPointPolicyStatusForObjectLambdaCommandOutput) => void): void;
378
+ /**
379
+ * @see {@link GetAccessPointScopeCommand}
380
+ */
381
+ getAccessPointScope(args: GetAccessPointScopeCommandInput, options?: __HttpHandlerOptions): Promise<GetAccessPointScopeCommandOutput>;
382
+ getAccessPointScope(args: GetAccessPointScopeCommandInput, cb: (err: any, data?: GetAccessPointScopeCommandOutput) => void): void;
383
+ getAccessPointScope(args: GetAccessPointScopeCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetAccessPointScopeCommandOutput) => void): void;
368
384
  /**
369
385
  * @see {@link GetBucketCommand}
370
386
  */
@@ -490,6 +506,13 @@ export interface S3Control {
490
506
  listAccessPoints(args: ListAccessPointsCommandInput, options?: __HttpHandlerOptions): Promise<ListAccessPointsCommandOutput>;
491
507
  listAccessPoints(args: ListAccessPointsCommandInput, cb: (err: any, data?: ListAccessPointsCommandOutput) => void): void;
492
508
  listAccessPoints(args: ListAccessPointsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListAccessPointsCommandOutput) => void): void;
509
+ /**
510
+ * @see {@link ListAccessPointsForDirectoryBucketsCommand}
511
+ */
512
+ listAccessPointsForDirectoryBuckets(): Promise<ListAccessPointsForDirectoryBucketsCommandOutput>;
513
+ listAccessPointsForDirectoryBuckets(args: ListAccessPointsForDirectoryBucketsCommandInput, options?: __HttpHandlerOptions): Promise<ListAccessPointsForDirectoryBucketsCommandOutput>;
514
+ listAccessPointsForDirectoryBuckets(args: ListAccessPointsForDirectoryBucketsCommandInput, cb: (err: any, data?: ListAccessPointsForDirectoryBucketsCommandOutput) => void): void;
515
+ listAccessPointsForDirectoryBuckets(args: ListAccessPointsForDirectoryBucketsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListAccessPointsForDirectoryBucketsCommandOutput) => void): void;
493
516
  /**
494
517
  * @see {@link ListAccessPointsForObjectLambdaCommand}
495
518
  */
@@ -569,6 +592,12 @@ export interface S3Control {
569
592
  putAccessPointPolicyForObjectLambda(args: PutAccessPointPolicyForObjectLambdaCommandInput, options?: __HttpHandlerOptions): Promise<PutAccessPointPolicyForObjectLambdaCommandOutput>;
570
593
  putAccessPointPolicyForObjectLambda(args: PutAccessPointPolicyForObjectLambdaCommandInput, cb: (err: any, data?: PutAccessPointPolicyForObjectLambdaCommandOutput) => void): void;
571
594
  putAccessPointPolicyForObjectLambda(args: PutAccessPointPolicyForObjectLambdaCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: PutAccessPointPolicyForObjectLambdaCommandOutput) => void): void;
595
+ /**
596
+ * @see {@link PutAccessPointScopeCommand}
597
+ */
598
+ putAccessPointScope(args: PutAccessPointScopeCommandInput, options?: __HttpHandlerOptions): Promise<PutAccessPointScopeCommandOutput>;
599
+ putAccessPointScope(args: PutAccessPointScopeCommandInput, cb: (err: any, data?: PutAccessPointScopeCommandOutput) => void): void;
600
+ putAccessPointScope(args: PutAccessPointScopeCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: PutAccessPointScopeCommandOutput) => void): void;
572
601
  /**
573
602
  * @see {@link PutBucketLifecycleConfigurationCommand}
574
603
  */