@aws-sdk/client-s3-control 3.933.0 → 3.935.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (81) hide show
  1. package/dist-cjs/index.js +282 -282
  2. package/dist-es/index.js +2 -1
  3. package/dist-es/models/enums.js +281 -0
  4. package/dist-es/models/errors.js +165 -0
  5. package/dist-es/models/models_0.js +1 -370
  6. package/dist-es/schemas/schemas_0.js +1 -1
  7. package/dist-types/commands/ListAccessPointsForObjectLambdaCommand.d.ts +1 -2
  8. package/dist-types/commands/ListCallerAccessGrantsCommand.d.ts +1 -1
  9. package/dist-types/commands/ListJobsCommand.d.ts +1 -1
  10. package/dist-types/commands/ListMultiRegionAccessPointsCommand.d.ts +1 -1
  11. package/dist-types/commands/ListRegionalBucketsCommand.d.ts +1 -1
  12. package/dist-types/commands/ListStorageLensConfigurationsCommand.d.ts +1 -1
  13. package/dist-types/commands/ListStorageLensGroupsCommand.d.ts +1 -1
  14. package/dist-types/commands/ListTagsForResourceCommand.d.ts +1 -1
  15. package/dist-types/commands/PutAccessGrantsInstanceResourcePolicyCommand.d.ts +1 -1
  16. package/dist-types/commands/PutAccessPointConfigurationForObjectLambdaCommand.d.ts +1 -1
  17. package/dist-types/commands/PutAccessPointPolicyCommand.d.ts +1 -1
  18. package/dist-types/commands/PutAccessPointPolicyForObjectLambdaCommand.d.ts +1 -1
  19. package/dist-types/commands/PutAccessPointScopeCommand.d.ts +1 -1
  20. package/dist-types/commands/PutBucketLifecycleConfigurationCommand.d.ts +1 -1
  21. package/dist-types/commands/PutBucketPolicyCommand.d.ts +1 -1
  22. package/dist-types/commands/PutBucketReplicationCommand.d.ts +1 -1
  23. package/dist-types/commands/PutBucketTaggingCommand.d.ts +1 -1
  24. package/dist-types/commands/PutBucketVersioningCommand.d.ts +1 -1
  25. package/dist-types/commands/PutJobTaggingCommand.d.ts +1 -1
  26. package/dist-types/commands/PutMultiRegionAccessPointPolicyCommand.d.ts +1 -1
  27. package/dist-types/commands/PutPublicAccessBlockCommand.d.ts +1 -1
  28. package/dist-types/commands/PutStorageLensConfigurationCommand.d.ts +1 -1
  29. package/dist-types/commands/PutStorageLensConfigurationTaggingCommand.d.ts +1 -1
  30. package/dist-types/commands/SubmitMultiRegionAccessPointRoutesCommand.d.ts +1 -1
  31. package/dist-types/commands/TagResourceCommand.d.ts +1 -1
  32. package/dist-types/commands/UntagResourceCommand.d.ts +1 -1
  33. package/dist-types/commands/UpdateAccessGrantsLocationCommand.d.ts +1 -1
  34. package/dist-types/commands/UpdateJobPriorityCommand.d.ts +1 -1
  35. package/dist-types/commands/UpdateJobStatusCommand.d.ts +1 -1
  36. package/dist-types/commands/UpdateStorageLensGroupCommand.d.ts +1 -1
  37. package/dist-types/index.d.ts +3 -1
  38. package/dist-types/models/enums.d.ts +689 -0
  39. package/dist-types/models/errors.d.ts +160 -0
  40. package/dist-types/models/models_0.d.ts +1165 -753
  41. package/dist-types/ts3.4/commands/ListAccessPointsForObjectLambdaCommand.d.ts +4 -2
  42. package/dist-types/ts3.4/commands/ListCallerAccessGrantsCommand.d.ts +1 -1
  43. package/dist-types/ts3.4/commands/ListJobsCommand.d.ts +1 -1
  44. package/dist-types/ts3.4/commands/ListMultiRegionAccessPointsCommand.d.ts +1 -1
  45. package/dist-types/ts3.4/commands/ListRegionalBucketsCommand.d.ts +1 -1
  46. package/dist-types/ts3.4/commands/ListStorageLensConfigurationsCommand.d.ts +1 -1
  47. package/dist-types/ts3.4/commands/ListStorageLensGroupsCommand.d.ts +1 -1
  48. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +1 -1
  49. package/dist-types/ts3.4/commands/PutAccessGrantsInstanceResourcePolicyCommand.d.ts +1 -1
  50. package/dist-types/ts3.4/commands/PutAccessPointConfigurationForObjectLambdaCommand.d.ts +1 -1
  51. package/dist-types/ts3.4/commands/PutAccessPointPolicyCommand.d.ts +1 -1
  52. package/dist-types/ts3.4/commands/PutAccessPointPolicyForObjectLambdaCommand.d.ts +1 -1
  53. package/dist-types/ts3.4/commands/PutAccessPointScopeCommand.d.ts +1 -1
  54. package/dist-types/ts3.4/commands/PutBucketLifecycleConfigurationCommand.d.ts +1 -1
  55. package/dist-types/ts3.4/commands/PutBucketPolicyCommand.d.ts +1 -1
  56. package/dist-types/ts3.4/commands/PutBucketReplicationCommand.d.ts +1 -1
  57. package/dist-types/ts3.4/commands/PutBucketTaggingCommand.d.ts +1 -1
  58. package/dist-types/ts3.4/commands/PutBucketVersioningCommand.d.ts +1 -1
  59. package/dist-types/ts3.4/commands/PutJobTaggingCommand.d.ts +1 -1
  60. package/dist-types/ts3.4/commands/PutMultiRegionAccessPointPolicyCommand.d.ts +1 -1
  61. package/dist-types/ts3.4/commands/PutPublicAccessBlockCommand.d.ts +1 -1
  62. package/dist-types/ts3.4/commands/PutStorageLensConfigurationCommand.d.ts +1 -1
  63. package/dist-types/ts3.4/commands/PutStorageLensConfigurationTaggingCommand.d.ts +1 -1
  64. package/dist-types/ts3.4/commands/SubmitMultiRegionAccessPointRoutesCommand.d.ts +1 -1
  65. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +1 -1
  66. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +1 -1
  67. package/dist-types/ts3.4/commands/UpdateAccessGrantsLocationCommand.d.ts +1 -1
  68. package/dist-types/ts3.4/commands/UpdateJobPriorityCommand.d.ts +1 -1
  69. package/dist-types/ts3.4/commands/UpdateJobStatusCommand.d.ts +1 -1
  70. package/dist-types/ts3.4/commands/UpdateStorageLensGroupCommand.d.ts +1 -1
  71. package/dist-types/ts3.4/index.d.ts +3 -1
  72. package/dist-types/ts3.4/models/enums.d.ts +371 -0
  73. package/dist-types/ts3.4/models/errors.d.ts +95 -0
  74. package/dist-types/ts3.4/models/models_0.d.ts +307 -412
  75. package/package.json +12 -12
  76. package/dist-es/models/index.js +0 -2
  77. package/dist-es/models/models_1.js +0 -77
  78. package/dist-types/models/index.d.ts +0 -2
  79. package/dist-types/models/models_1.d.ts +0 -1263
  80. package/dist-types/ts3.4/models/index.d.ts +0 -2
  81. package/dist-types/ts3.4/models/models_1.d.ts +0 -330
@@ -1,7 +1,9 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import { ListAccessPointsForObjectLambdaRequest } from "../models/models_0";
4
- import { ListAccessPointsForObjectLambdaResult } from "../models/models_1";
3
+ import {
4
+ ListAccessPointsForObjectLambdaRequest,
5
+ ListAccessPointsForObjectLambdaResult,
6
+ } from "../models/models_0";
5
7
  import {
6
8
  S3ControlClientResolvedConfig,
7
9
  ServiceInputTypes,
@@ -3,7 +3,7 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  ListCallerAccessGrantsRequest,
5
5
  ListCallerAccessGrantsResult,
6
- } from "../models/models_1";
6
+ } from "../models/models_0";
7
7
  import {
8
8
  S3ControlClientResolvedConfig,
9
9
  ServiceInputTypes,
@@ -1,6 +1,6 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import { ListJobsRequest, ListJobsResult } from "../models/models_1";
3
+ import { ListJobsRequest, ListJobsResult } from "../models/models_0";
4
4
  import {
5
5
  S3ControlClientResolvedConfig,
6
6
  ServiceInputTypes,
@@ -3,7 +3,7 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  ListMultiRegionAccessPointsRequest,
5
5
  ListMultiRegionAccessPointsResult,
6
- } from "../models/models_1";
6
+ } from "../models/models_0";
7
7
  import {
8
8
  S3ControlClientResolvedConfig,
9
9
  ServiceInputTypes,
@@ -3,7 +3,7 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  ListRegionalBucketsRequest,
5
5
  ListRegionalBucketsResult,
6
- } from "../models/models_1";
6
+ } from "../models/models_0";
7
7
  import {
8
8
  S3ControlClientResolvedConfig,
9
9
  ServiceInputTypes,
@@ -3,7 +3,7 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  ListStorageLensConfigurationsRequest,
5
5
  ListStorageLensConfigurationsResult,
6
- } from "../models/models_1";
6
+ } from "../models/models_0";
7
7
  import {
8
8
  S3ControlClientResolvedConfig,
9
9
  ServiceInputTypes,
@@ -3,7 +3,7 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  ListStorageLensGroupsRequest,
5
5
  ListStorageLensGroupsResult,
6
- } from "../models/models_1";
6
+ } from "../models/models_0";
7
7
  import {
8
8
  S3ControlClientResolvedConfig,
9
9
  ServiceInputTypes,
@@ -3,7 +3,7 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  ListTagsForResourceRequest,
5
5
  ListTagsForResourceResult,
6
- } from "../models/models_1";
6
+ } from "../models/models_0";
7
7
  import {
8
8
  S3ControlClientResolvedConfig,
9
9
  ServiceInputTypes,
@@ -3,7 +3,7 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  PutAccessGrantsInstanceResourcePolicyRequest,
5
5
  PutAccessGrantsInstanceResourcePolicyResult,
6
- } from "../models/models_1";
6
+ } from "../models/models_0";
7
7
  import {
8
8
  S3ControlClientResolvedConfig,
9
9
  ServiceInputTypes,
@@ -1,6 +1,6 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import { PutAccessPointConfigurationForObjectLambdaRequest } from "../models/models_1";
3
+ import { PutAccessPointConfigurationForObjectLambdaRequest } from "../models/models_0";
4
4
  import {
5
5
  S3ControlClientResolvedConfig,
6
6
  ServiceInputTypes,
@@ -1,6 +1,6 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import { PutAccessPointPolicyRequest } from "../models/models_1";
3
+ import { PutAccessPointPolicyRequest } from "../models/models_0";
4
4
  import {
5
5
  S3ControlClientResolvedConfig,
6
6
  ServiceInputTypes,
@@ -1,6 +1,6 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import { PutAccessPointPolicyForObjectLambdaRequest } from "../models/models_1";
3
+ import { PutAccessPointPolicyForObjectLambdaRequest } from "../models/models_0";
4
4
  import {
5
5
  S3ControlClientResolvedConfig,
6
6
  ServiceInputTypes,
@@ -1,6 +1,6 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import { PutAccessPointScopeRequest } from "../models/models_1";
3
+ import { PutAccessPointScopeRequest } from "../models/models_0";
4
4
  import {
5
5
  S3ControlClientResolvedConfig,
6
6
  ServiceInputTypes,
@@ -1,6 +1,6 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import { PutBucketLifecycleConfigurationRequest } from "../models/models_1";
3
+ import { PutBucketLifecycleConfigurationRequest } from "../models/models_0";
4
4
  import {
5
5
  S3ControlClientResolvedConfig,
6
6
  ServiceInputTypes,
@@ -1,6 +1,6 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import { PutBucketPolicyRequest } from "../models/models_1";
3
+ import { PutBucketPolicyRequest } from "../models/models_0";
4
4
  import {
5
5
  S3ControlClientResolvedConfig,
6
6
  ServiceInputTypes,
@@ -1,6 +1,6 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import { PutBucketReplicationRequest } from "../models/models_1";
3
+ import { PutBucketReplicationRequest } from "../models/models_0";
4
4
  import {
5
5
  S3ControlClientResolvedConfig,
6
6
  ServiceInputTypes,
@@ -1,6 +1,6 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import { PutBucketTaggingRequest } from "../models/models_1";
3
+ import { PutBucketTaggingRequest } from "../models/models_0";
4
4
  import {
5
5
  S3ControlClientResolvedConfig,
6
6
  ServiceInputTypes,
@@ -1,6 +1,6 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import { PutBucketVersioningRequest } from "../models/models_1";
3
+ import { PutBucketVersioningRequest } from "../models/models_0";
4
4
  import {
5
5
  S3ControlClientResolvedConfig,
6
6
  ServiceInputTypes,
@@ -1,6 +1,6 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import { PutJobTaggingRequest, PutJobTaggingResult } from "../models/models_1";
3
+ import { PutJobTaggingRequest, PutJobTaggingResult } from "../models/models_0";
4
4
  import {
5
5
  S3ControlClientResolvedConfig,
6
6
  ServiceInputTypes,
@@ -3,7 +3,7 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  PutMultiRegionAccessPointPolicyRequest,
5
5
  PutMultiRegionAccessPointPolicyResult,
6
- } from "../models/models_1";
6
+ } from "../models/models_0";
7
7
  import {
8
8
  S3ControlClientResolvedConfig,
9
9
  ServiceInputTypes,
@@ -1,6 +1,6 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import { PutPublicAccessBlockRequest } from "../models/models_1";
3
+ import { PutPublicAccessBlockRequest } from "../models/models_0";
4
4
  import {
5
5
  S3ControlClientResolvedConfig,
6
6
  ServiceInputTypes,
@@ -1,6 +1,6 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import { PutStorageLensConfigurationRequest } from "../models/models_1";
3
+ import { PutStorageLensConfigurationRequest } from "../models/models_0";
4
4
  import {
5
5
  S3ControlClientResolvedConfig,
6
6
  ServiceInputTypes,
@@ -3,7 +3,7 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  PutStorageLensConfigurationTaggingRequest,
5
5
  PutStorageLensConfigurationTaggingResult,
6
- } from "../models/models_1";
6
+ } from "../models/models_0";
7
7
  import {
8
8
  S3ControlClientResolvedConfig,
9
9
  ServiceInputTypes,
@@ -3,7 +3,7 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  SubmitMultiRegionAccessPointRoutesRequest,
5
5
  SubmitMultiRegionAccessPointRoutesResult,
6
- } from "../models/models_1";
6
+ } from "../models/models_0";
7
7
  import {
8
8
  S3ControlClientResolvedConfig,
9
9
  ServiceInputTypes,
@@ -1,6 +1,6 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import { TagResourceRequest, TagResourceResult } from "../models/models_1";
3
+ import { TagResourceRequest, TagResourceResult } from "../models/models_0";
4
4
  import {
5
5
  S3ControlClientResolvedConfig,
6
6
  ServiceInputTypes,
@@ -1,6 +1,6 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import { UntagResourceRequest, UntagResourceResult } from "../models/models_1";
3
+ import { UntagResourceRequest, UntagResourceResult } from "../models/models_0";
4
4
  import {
5
5
  S3ControlClientResolvedConfig,
6
6
  ServiceInputTypes,
@@ -3,7 +3,7 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  UpdateAccessGrantsLocationRequest,
5
5
  UpdateAccessGrantsLocationResult,
6
- } from "../models/models_1";
6
+ } from "../models/models_0";
7
7
  import {
8
8
  S3ControlClientResolvedConfig,
9
9
  ServiceInputTypes,
@@ -3,7 +3,7 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  UpdateJobPriorityRequest,
5
5
  UpdateJobPriorityResult,
6
- } from "../models/models_1";
6
+ } from "../models/models_0";
7
7
  import {
8
8
  S3ControlClientResolvedConfig,
9
9
  ServiceInputTypes,
@@ -3,7 +3,7 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  UpdateJobStatusRequest,
5
5
  UpdateJobStatusResult,
6
- } from "../models/models_1";
6
+ } from "../models/models_0";
7
7
  import {
8
8
  S3ControlClientResolvedConfig,
9
9
  ServiceInputTypes,
@@ -1,6 +1,6 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import { UpdateStorageLensGroupRequest } from "../models/models_1";
3
+ import { UpdateStorageLensGroupRequest } from "../models/models_0";
4
4
  import {
5
5
  S3ControlClientResolvedConfig,
6
6
  ServiceInputTypes,
@@ -5,5 +5,7 @@ export { RuntimeExtension } from "./runtimeExtensions";
5
5
  export { S3ControlExtensionConfiguration } from "./extensionConfiguration";
6
6
  export * from "./commands";
7
7
  export * from "./pagination";
8
- export * from "./models";
8
+ export * from "./models/enums";
9
+ export * from "./models/errors";
10
+ export * from "./models/models_0";
9
11
  export { S3ControlServiceException } from "./models/S3ControlServiceException";