@aws-sdk/client-s3-control 3.170.0 → 3.176.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 (108) hide show
  1. package/CHANGELOG.md +19 -0
  2. package/dist-cjs/S3Control.js +30 -0
  3. package/dist-cjs/commands/GetBucketVersioningCommand.js +38 -0
  4. package/dist-cjs/commands/PutBucketVersioningCommand.js +40 -0
  5. package/dist-cjs/commands/index.js +2 -0
  6. package/dist-cjs/models/models_0.js +79 -5
  7. package/dist-cjs/protocols/Aws_restXml.js +143 -3
  8. package/dist-es/S3Control.js +30 -0
  9. package/dist-es/commands/GetBucketVersioningCommand.js +41 -0
  10. package/dist-es/commands/PutBucketVersioningCommand.js +43 -0
  11. package/dist-es/commands/index.js +2 -0
  12. package/dist-es/models/models_0.js +62 -0
  13. package/dist-es/protocols/Aws_restXml.js +187 -0
  14. package/dist-types/S3Control.d.ts +116 -18
  15. package/dist-types/S3ControlClient.d.ts +4 -2
  16. package/dist-types/commands/CreateAccessPointCommand.d.ts +1 -1
  17. package/dist-types/commands/DeleteAccessPointCommand.d.ts +1 -1
  18. package/dist-types/commands/DeleteAccessPointPolicyCommand.d.ts +1 -1
  19. package/dist-types/commands/DeleteBucketCommand.d.ts +1 -1
  20. package/dist-types/commands/DeleteBucketLifecycleConfigurationCommand.d.ts +1 -1
  21. package/dist-types/commands/DeleteBucketPolicyCommand.d.ts +1 -1
  22. package/dist-types/commands/DeleteBucketTaggingCommand.d.ts +1 -1
  23. package/dist-types/commands/GetAccessPointCommand.d.ts +1 -1
  24. package/dist-types/commands/GetBucketCommand.d.ts +1 -1
  25. package/dist-types/commands/GetBucketLifecycleConfigurationCommand.d.ts +1 -1
  26. package/dist-types/commands/GetBucketPolicyCommand.d.ts +1 -1
  27. package/dist-types/commands/GetBucketTaggingCommand.d.ts +1 -1
  28. package/dist-types/commands/GetBucketVersioningCommand.d.ts +66 -0
  29. package/dist-types/commands/ListAccessPointsCommand.d.ts +1 -1
  30. package/dist-types/commands/PutAccessPointPolicyCommand.d.ts +1 -1
  31. package/dist-types/commands/PutBucketLifecycleConfigurationCommand.d.ts +1 -1
  32. package/dist-types/commands/PutBucketPolicyCommand.d.ts +1 -1
  33. package/dist-types/commands/PutBucketTaggingCommand.d.ts +1 -1
  34. package/dist-types/commands/PutBucketVersioningCommand.d.ts +88 -0
  35. package/dist-types/commands/PutPublicAccessBlockCommand.d.ts +1 -1
  36. package/dist-types/commands/index.d.ts +2 -0
  37. package/dist-types/models/models_0.d.ts +127 -12
  38. package/dist-types/protocols/Aws_restXml.d.ts +6 -0
  39. package/dist-types/ts3.4/S3Control.d.ts +34 -57
  40. package/dist-types/ts3.4/S3ControlClient.d.ts +12 -27
  41. package/dist-types/ts3.4/commands/CreateAccessPointCommand.d.ts +0 -2
  42. package/dist-types/ts3.4/commands/CreateAccessPointForObjectLambdaCommand.d.ts +0 -2
  43. package/dist-types/ts3.4/commands/CreateBucketCommand.d.ts +0 -2
  44. package/dist-types/ts3.4/commands/CreateJobCommand.d.ts +0 -2
  45. package/dist-types/ts3.4/commands/CreateMultiRegionAccessPointCommand.d.ts +0 -2
  46. package/dist-types/ts3.4/commands/DeleteAccessPointCommand.d.ts +0 -2
  47. package/dist-types/ts3.4/commands/DeleteAccessPointForObjectLambdaCommand.d.ts +0 -2
  48. package/dist-types/ts3.4/commands/DeleteAccessPointPolicyCommand.d.ts +0 -2
  49. package/dist-types/ts3.4/commands/DeleteAccessPointPolicyForObjectLambdaCommand.d.ts +0 -2
  50. package/dist-types/ts3.4/commands/DeleteBucketCommand.d.ts +0 -2
  51. package/dist-types/ts3.4/commands/DeleteBucketLifecycleConfigurationCommand.d.ts +0 -2
  52. package/dist-types/ts3.4/commands/DeleteBucketPolicyCommand.d.ts +0 -2
  53. package/dist-types/ts3.4/commands/DeleteBucketTaggingCommand.d.ts +0 -2
  54. package/dist-types/ts3.4/commands/DeleteJobTaggingCommand.d.ts +0 -2
  55. package/dist-types/ts3.4/commands/DeleteMultiRegionAccessPointCommand.d.ts +0 -2
  56. package/dist-types/ts3.4/commands/DeletePublicAccessBlockCommand.d.ts +0 -2
  57. package/dist-types/ts3.4/commands/DeleteStorageLensConfigurationCommand.d.ts +0 -2
  58. package/dist-types/ts3.4/commands/DeleteStorageLensConfigurationTaggingCommand.d.ts +0 -2
  59. package/dist-types/ts3.4/commands/DescribeJobCommand.d.ts +0 -2
  60. package/dist-types/ts3.4/commands/DescribeMultiRegionAccessPointOperationCommand.d.ts +0 -2
  61. package/dist-types/ts3.4/commands/GetAccessPointCommand.d.ts +0 -2
  62. package/dist-types/ts3.4/commands/GetAccessPointConfigurationForObjectLambdaCommand.d.ts +0 -2
  63. package/dist-types/ts3.4/commands/GetAccessPointForObjectLambdaCommand.d.ts +0 -2
  64. package/dist-types/ts3.4/commands/GetAccessPointPolicyCommand.d.ts +0 -2
  65. package/dist-types/ts3.4/commands/GetAccessPointPolicyForObjectLambdaCommand.d.ts +0 -2
  66. package/dist-types/ts3.4/commands/GetAccessPointPolicyStatusCommand.d.ts +0 -2
  67. package/dist-types/ts3.4/commands/GetAccessPointPolicyStatusForObjectLambdaCommand.d.ts +0 -2
  68. package/dist-types/ts3.4/commands/GetBucketCommand.d.ts +0 -2
  69. package/dist-types/ts3.4/commands/GetBucketLifecycleConfigurationCommand.d.ts +0 -2
  70. package/dist-types/ts3.4/commands/GetBucketPolicyCommand.d.ts +0 -2
  71. package/dist-types/ts3.4/commands/GetBucketTaggingCommand.d.ts +0 -2
  72. package/dist-types/ts3.4/commands/GetBucketVersioningCommand.d.ts +36 -0
  73. package/dist-types/ts3.4/commands/GetJobTaggingCommand.d.ts +0 -2
  74. package/dist-types/ts3.4/commands/GetMultiRegionAccessPointCommand.d.ts +0 -2
  75. package/dist-types/ts3.4/commands/GetMultiRegionAccessPointPolicyCommand.d.ts +0 -2
  76. package/dist-types/ts3.4/commands/GetMultiRegionAccessPointPolicyStatusCommand.d.ts +0 -2
  77. package/dist-types/ts3.4/commands/GetPublicAccessBlockCommand.d.ts +0 -2
  78. package/dist-types/ts3.4/commands/GetStorageLensConfigurationCommand.d.ts +0 -2
  79. package/dist-types/ts3.4/commands/GetStorageLensConfigurationTaggingCommand.d.ts +0 -2
  80. package/dist-types/ts3.4/commands/ListAccessPointsCommand.d.ts +0 -2
  81. package/dist-types/ts3.4/commands/ListAccessPointsForObjectLambdaCommand.d.ts +0 -2
  82. package/dist-types/ts3.4/commands/ListJobsCommand.d.ts +0 -2
  83. package/dist-types/ts3.4/commands/ListMultiRegionAccessPointsCommand.d.ts +0 -2
  84. package/dist-types/ts3.4/commands/ListRegionalBucketsCommand.d.ts +0 -2
  85. package/dist-types/ts3.4/commands/ListStorageLensConfigurationsCommand.d.ts +0 -2
  86. package/dist-types/ts3.4/commands/PutAccessPointConfigurationForObjectLambdaCommand.d.ts +0 -2
  87. package/dist-types/ts3.4/commands/PutAccessPointPolicyCommand.d.ts +0 -2
  88. package/dist-types/ts3.4/commands/PutAccessPointPolicyForObjectLambdaCommand.d.ts +0 -2
  89. package/dist-types/ts3.4/commands/PutBucketLifecycleConfigurationCommand.d.ts +0 -2
  90. package/dist-types/ts3.4/commands/PutBucketPolicyCommand.d.ts +0 -2
  91. package/dist-types/ts3.4/commands/PutBucketTaggingCommand.d.ts +0 -2
  92. package/dist-types/ts3.4/commands/PutBucketVersioningCommand.d.ts +31 -0
  93. package/dist-types/ts3.4/commands/PutJobTaggingCommand.d.ts +0 -2
  94. package/dist-types/ts3.4/commands/PutMultiRegionAccessPointPolicyCommand.d.ts +0 -2
  95. package/dist-types/ts3.4/commands/PutPublicAccessBlockCommand.d.ts +0 -2
  96. package/dist-types/ts3.4/commands/PutStorageLensConfigurationCommand.d.ts +0 -2
  97. package/dist-types/ts3.4/commands/PutStorageLensConfigurationTaggingCommand.d.ts +0 -2
  98. package/dist-types/ts3.4/commands/UpdateJobPriorityCommand.d.ts +0 -2
  99. package/dist-types/ts3.4/commands/UpdateJobStatusCommand.d.ts +0 -2
  100. package/dist-types/ts3.4/commands/index.d.ts +2 -0
  101. package/dist-types/ts3.4/models/S3ControlServiceException.d.ts +0 -1
  102. package/dist-types/ts3.4/models/models_0.d.ts +79 -625
  103. package/dist-types/ts3.4/protocols/Aws_restXml.d.ts +24 -0
  104. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +0 -1
  105. package/dist-types/ts3.4/runtimeConfig.d.ts +0 -1
  106. package/dist-types/ts3.4/runtimeConfig.native.d.ts +0 -1
  107. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +0 -1
  108. package/package.json +31 -31
@@ -19,7 +19,6 @@ export interface ListMultiRegionAccessPointsCommandInput
19
19
  export interface ListMultiRegionAccessPointsCommandOutput
20
20
  extends ListMultiRegionAccessPointsResult,
21
21
  __MetadataBearer {}
22
-
23
22
  export declare class ListMultiRegionAccessPointsCommand extends $Command<
24
23
  ListMultiRegionAccessPointsCommandInput,
25
24
  ListMultiRegionAccessPointsCommandOutput,
@@ -27,7 +26,6 @@ export declare class ListMultiRegionAccessPointsCommand extends $Command<
27
26
  > {
28
27
  readonly input: ListMultiRegionAccessPointsCommandInput;
29
28
  constructor(input: ListMultiRegionAccessPointsCommandInput);
30
-
31
29
  resolveMiddleware(
32
30
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
31
  configuration: S3ControlClientResolvedConfig,
@@ -19,7 +19,6 @@ export interface ListRegionalBucketsCommandInput
19
19
  export interface ListRegionalBucketsCommandOutput
20
20
  extends ListRegionalBucketsResult,
21
21
  __MetadataBearer {}
22
-
23
22
  export declare class ListRegionalBucketsCommand extends $Command<
24
23
  ListRegionalBucketsCommandInput,
25
24
  ListRegionalBucketsCommandOutput,
@@ -27,7 +26,6 @@ export declare class ListRegionalBucketsCommand extends $Command<
27
26
  > {
28
27
  readonly input: ListRegionalBucketsCommandInput;
29
28
  constructor(input: ListRegionalBucketsCommandInput);
30
-
31
29
  resolveMiddleware(
32
30
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
31
  configuration: S3ControlClientResolvedConfig,
@@ -19,7 +19,6 @@ export interface ListStorageLensConfigurationsCommandInput
19
19
  export interface ListStorageLensConfigurationsCommandOutput
20
20
  extends ListStorageLensConfigurationsResult,
21
21
  __MetadataBearer {}
22
-
23
22
  export declare class ListStorageLensConfigurationsCommand extends $Command<
24
23
  ListStorageLensConfigurationsCommandInput,
25
24
  ListStorageLensConfigurationsCommandOutput,
@@ -27,7 +26,6 @@ export declare class ListStorageLensConfigurationsCommand extends $Command<
27
26
  > {
28
27
  readonly input: ListStorageLensConfigurationsCommandInput;
29
28
  constructor(input: ListStorageLensConfigurationsCommandInput);
30
-
31
29
  resolveMiddleware(
32
30
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
31
  configuration: S3ControlClientResolvedConfig,
@@ -15,7 +15,6 @@ export interface PutAccessPointConfigurationForObjectLambdaCommandInput
15
15
  extends PutAccessPointConfigurationForObjectLambdaRequest {}
16
16
  export interface PutAccessPointConfigurationForObjectLambdaCommandOutput
17
17
  extends __MetadataBearer {}
18
-
19
18
  export declare class PutAccessPointConfigurationForObjectLambdaCommand extends $Command<
20
19
  PutAccessPointConfigurationForObjectLambdaCommandInput,
21
20
  PutAccessPointConfigurationForObjectLambdaCommandOutput,
@@ -23,7 +22,6 @@ export declare class PutAccessPointConfigurationForObjectLambdaCommand extends $
23
22
  > {
24
23
  readonly input: PutAccessPointConfigurationForObjectLambdaCommandInput;
25
24
  constructor(input: PutAccessPointConfigurationForObjectLambdaCommandInput);
26
-
27
25
  resolveMiddleware(
28
26
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
29
27
  configuration: S3ControlClientResolvedConfig,
@@ -14,7 +14,6 @@ import {
14
14
  export interface PutAccessPointPolicyCommandInput
15
15
  extends PutAccessPointPolicyRequest {}
16
16
  export interface PutAccessPointPolicyCommandOutput extends __MetadataBearer {}
17
-
18
17
  export declare class PutAccessPointPolicyCommand extends $Command<
19
18
  PutAccessPointPolicyCommandInput,
20
19
  PutAccessPointPolicyCommandOutput,
@@ -22,7 +21,6 @@ export declare class PutAccessPointPolicyCommand extends $Command<
22
21
  > {
23
22
  readonly input: PutAccessPointPolicyCommandInput;
24
23
  constructor(input: PutAccessPointPolicyCommandInput);
25
-
26
24
  resolveMiddleware(
27
25
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
28
26
  configuration: S3ControlClientResolvedConfig,
@@ -15,7 +15,6 @@ export interface PutAccessPointPolicyForObjectLambdaCommandInput
15
15
  extends PutAccessPointPolicyForObjectLambdaRequest {}
16
16
  export interface PutAccessPointPolicyForObjectLambdaCommandOutput
17
17
  extends __MetadataBearer {}
18
-
19
18
  export declare class PutAccessPointPolicyForObjectLambdaCommand extends $Command<
20
19
  PutAccessPointPolicyForObjectLambdaCommandInput,
21
20
  PutAccessPointPolicyForObjectLambdaCommandOutput,
@@ -23,7 +22,6 @@ export declare class PutAccessPointPolicyForObjectLambdaCommand extends $Command
23
22
  > {
24
23
  readonly input: PutAccessPointPolicyForObjectLambdaCommandInput;
25
24
  constructor(input: PutAccessPointPolicyForObjectLambdaCommandInput);
26
-
27
25
  resolveMiddleware(
28
26
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
29
27
  configuration: S3ControlClientResolvedConfig,
@@ -15,7 +15,6 @@ export interface PutBucketLifecycleConfigurationCommandInput
15
15
  extends PutBucketLifecycleConfigurationRequest {}
16
16
  export interface PutBucketLifecycleConfigurationCommandOutput
17
17
  extends __MetadataBearer {}
18
-
19
18
  export declare class PutBucketLifecycleConfigurationCommand extends $Command<
20
19
  PutBucketLifecycleConfigurationCommandInput,
21
20
  PutBucketLifecycleConfigurationCommandOutput,
@@ -23,7 +22,6 @@ export declare class PutBucketLifecycleConfigurationCommand extends $Command<
23
22
  > {
24
23
  readonly input: PutBucketLifecycleConfigurationCommandInput;
25
24
  constructor(input: PutBucketLifecycleConfigurationCommandInput);
26
-
27
25
  resolveMiddleware(
28
26
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
29
27
  configuration: S3ControlClientResolvedConfig,
@@ -13,7 +13,6 @@ import {
13
13
  } from "../S3ControlClient";
14
14
  export interface PutBucketPolicyCommandInput extends PutBucketPolicyRequest {}
15
15
  export interface PutBucketPolicyCommandOutput extends __MetadataBearer {}
16
-
17
16
  export declare class PutBucketPolicyCommand extends $Command<
18
17
  PutBucketPolicyCommandInput,
19
18
  PutBucketPolicyCommandOutput,
@@ -21,7 +20,6 @@ export declare class PutBucketPolicyCommand extends $Command<
21
20
  > {
22
21
  readonly input: PutBucketPolicyCommandInput;
23
22
  constructor(input: PutBucketPolicyCommandInput);
24
-
25
23
  resolveMiddleware(
26
24
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
27
25
  configuration: S3ControlClientResolvedConfig,
@@ -13,7 +13,6 @@ import {
13
13
  } from "../S3ControlClient";
14
14
  export interface PutBucketTaggingCommandInput extends PutBucketTaggingRequest {}
15
15
  export interface PutBucketTaggingCommandOutput extends __MetadataBearer {}
16
-
17
16
  export declare class PutBucketTaggingCommand extends $Command<
18
17
  PutBucketTaggingCommandInput,
19
18
  PutBucketTaggingCommandOutput,
@@ -21,7 +20,6 @@ export declare class PutBucketTaggingCommand extends $Command<
21
20
  > {
22
21
  readonly input: PutBucketTaggingCommandInput;
23
22
  constructor(input: PutBucketTaggingCommandInput);
24
-
25
23
  resolveMiddleware(
26
24
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
27
25
  configuration: S3ControlClientResolvedConfig,
@@ -0,0 +1,31 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import { PutBucketVersioningRequest } from "../models/models_0";
9
+ import {
10
+ S3ControlClientResolvedConfig,
11
+ ServiceInputTypes,
12
+ ServiceOutputTypes,
13
+ } from "../S3ControlClient";
14
+ export interface PutBucketVersioningCommandInput
15
+ extends PutBucketVersioningRequest {}
16
+ export interface PutBucketVersioningCommandOutput extends __MetadataBearer {}
17
+ export declare class PutBucketVersioningCommand extends $Command<
18
+ PutBucketVersioningCommandInput,
19
+ PutBucketVersioningCommandOutput,
20
+ S3ControlClientResolvedConfig
21
+ > {
22
+ readonly input: PutBucketVersioningCommandInput;
23
+ constructor(input: PutBucketVersioningCommandInput);
24
+ resolveMiddleware(
25
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
26
+ configuration: S3ControlClientResolvedConfig,
27
+ options?: __HttpHandlerOptions
28
+ ): Handler<PutBucketVersioningCommandInput, PutBucketVersioningCommandOutput>;
29
+ private serialize;
30
+ private deserialize;
31
+ }
@@ -15,7 +15,6 @@ export interface PutJobTaggingCommandInput extends PutJobTaggingRequest {}
15
15
  export interface PutJobTaggingCommandOutput
16
16
  extends PutJobTaggingResult,
17
17
  __MetadataBearer {}
18
-
19
18
  export declare class PutJobTaggingCommand extends $Command<
20
19
  PutJobTaggingCommandInput,
21
20
  PutJobTaggingCommandOutput,
@@ -23,7 +22,6 @@ export declare class PutJobTaggingCommand extends $Command<
23
22
  > {
24
23
  readonly input: PutJobTaggingCommandInput;
25
24
  constructor(input: PutJobTaggingCommandInput);
26
-
27
25
  resolveMiddleware(
28
26
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
29
27
  configuration: S3ControlClientResolvedConfig,
@@ -19,7 +19,6 @@ export interface PutMultiRegionAccessPointPolicyCommandInput
19
19
  export interface PutMultiRegionAccessPointPolicyCommandOutput
20
20
  extends PutMultiRegionAccessPointPolicyResult,
21
21
  __MetadataBearer {}
22
-
23
22
  export declare class PutMultiRegionAccessPointPolicyCommand extends $Command<
24
23
  PutMultiRegionAccessPointPolicyCommandInput,
25
24
  PutMultiRegionAccessPointPolicyCommandOutput,
@@ -27,7 +26,6 @@ export declare class PutMultiRegionAccessPointPolicyCommand extends $Command<
27
26
  > {
28
27
  readonly input: PutMultiRegionAccessPointPolicyCommandInput;
29
28
  constructor(input: PutMultiRegionAccessPointPolicyCommandInput);
30
-
31
29
  resolveMiddleware(
32
30
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
31
  configuration: S3ControlClientResolvedConfig,
@@ -14,7 +14,6 @@ import {
14
14
  export interface PutPublicAccessBlockCommandInput
15
15
  extends PutPublicAccessBlockRequest {}
16
16
  export interface PutPublicAccessBlockCommandOutput extends __MetadataBearer {}
17
-
18
17
  export declare class PutPublicAccessBlockCommand extends $Command<
19
18
  PutPublicAccessBlockCommandInput,
20
19
  PutPublicAccessBlockCommandOutput,
@@ -22,7 +21,6 @@ export declare class PutPublicAccessBlockCommand extends $Command<
22
21
  > {
23
22
  readonly input: PutPublicAccessBlockCommandInput;
24
23
  constructor(input: PutPublicAccessBlockCommandInput);
25
-
26
24
  resolveMiddleware(
27
25
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
28
26
  configuration: S3ControlClientResolvedConfig,
@@ -15,7 +15,6 @@ export interface PutStorageLensConfigurationCommandInput
15
15
  extends PutStorageLensConfigurationRequest {}
16
16
  export interface PutStorageLensConfigurationCommandOutput
17
17
  extends __MetadataBearer {}
18
-
19
18
  export declare class PutStorageLensConfigurationCommand extends $Command<
20
19
  PutStorageLensConfigurationCommandInput,
21
20
  PutStorageLensConfigurationCommandOutput,
@@ -23,7 +22,6 @@ export declare class PutStorageLensConfigurationCommand extends $Command<
23
22
  > {
24
23
  readonly input: PutStorageLensConfigurationCommandInput;
25
24
  constructor(input: PutStorageLensConfigurationCommandInput);
26
-
27
25
  resolveMiddleware(
28
26
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
29
27
  configuration: S3ControlClientResolvedConfig,
@@ -19,7 +19,6 @@ export interface PutStorageLensConfigurationTaggingCommandInput
19
19
  export interface PutStorageLensConfigurationTaggingCommandOutput
20
20
  extends PutStorageLensConfigurationTaggingResult,
21
21
  __MetadataBearer {}
22
-
23
22
  export declare class PutStorageLensConfigurationTaggingCommand extends $Command<
24
23
  PutStorageLensConfigurationTaggingCommandInput,
25
24
  PutStorageLensConfigurationTaggingCommandOutput,
@@ -27,7 +26,6 @@ export declare class PutStorageLensConfigurationTaggingCommand extends $Command<
27
26
  > {
28
27
  readonly input: PutStorageLensConfigurationTaggingCommandInput;
29
28
  constructor(input: PutStorageLensConfigurationTaggingCommandInput);
30
-
31
29
  resolveMiddleware(
32
30
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
31
  configuration: S3ControlClientResolvedConfig,
@@ -19,7 +19,6 @@ export interface UpdateJobPriorityCommandInput
19
19
  export interface UpdateJobPriorityCommandOutput
20
20
  extends UpdateJobPriorityResult,
21
21
  __MetadataBearer {}
22
-
23
22
  export declare class UpdateJobPriorityCommand extends $Command<
24
23
  UpdateJobPriorityCommandInput,
25
24
  UpdateJobPriorityCommandOutput,
@@ -27,7 +26,6 @@ export declare class UpdateJobPriorityCommand extends $Command<
27
26
  > {
28
27
  readonly input: UpdateJobPriorityCommandInput;
29
28
  constructor(input: UpdateJobPriorityCommandInput);
30
-
31
29
  resolveMiddleware(
32
30
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
31
  configuration: S3ControlClientResolvedConfig,
@@ -18,7 +18,6 @@ export interface UpdateJobStatusCommandInput extends UpdateJobStatusRequest {}
18
18
  export interface UpdateJobStatusCommandOutput
19
19
  extends UpdateJobStatusResult,
20
20
  __MetadataBearer {}
21
-
22
21
  export declare class UpdateJobStatusCommand extends $Command<
23
22
  UpdateJobStatusCommandInput,
24
23
  UpdateJobStatusCommandOutput,
@@ -26,7 +25,6 @@ export declare class UpdateJobStatusCommand extends $Command<
26
25
  > {
27
26
  readonly input: UpdateJobStatusCommandInput;
28
27
  constructor(input: UpdateJobStatusCommandInput);
29
-
30
28
  resolveMiddleware(
31
29
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
32
30
  configuration: S3ControlClientResolvedConfig,
@@ -29,6 +29,7 @@ export * from "./GetBucketCommand";
29
29
  export * from "./GetBucketLifecycleConfigurationCommand";
30
30
  export * from "./GetBucketPolicyCommand";
31
31
  export * from "./GetBucketTaggingCommand";
32
+ export * from "./GetBucketVersioningCommand";
32
33
  export * from "./GetJobTaggingCommand";
33
34
  export * from "./GetMultiRegionAccessPointCommand";
34
35
  export * from "./GetMultiRegionAccessPointPolicyCommand";
@@ -48,6 +49,7 @@ export * from "./PutAccessPointPolicyForObjectLambdaCommand";
48
49
  export * from "./PutBucketLifecycleConfigurationCommand";
49
50
  export * from "./PutBucketPolicyCommand";
50
51
  export * from "./PutBucketTaggingCommand";
52
+ export * from "./PutBucketVersioningCommand";
51
53
  export * from "./PutJobTaggingCommand";
52
54
  export * from "./PutMultiRegionAccessPointPolicyCommand";
53
55
  export * from "./PutPublicAccessBlockCommand";
@@ -2,7 +2,6 @@ import {
2
2
  ServiceException as __ServiceException,
3
3
  ServiceExceptionOptions as __ServiceExceptionOptions,
4
4
  } from "@aws-sdk/smithy-client";
5
-
6
5
  export declare class S3ControlServiceException extends __ServiceException {
7
6
  constructor(options: __ServiceExceptionOptions);
8
7
  }