@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.
- package/CHANGELOG.md +19 -0
- package/dist-cjs/S3Control.js +30 -0
- package/dist-cjs/commands/GetBucketVersioningCommand.js +38 -0
- package/dist-cjs/commands/PutBucketVersioningCommand.js +40 -0
- package/dist-cjs/commands/index.js +2 -0
- package/dist-cjs/models/models_0.js +79 -5
- package/dist-cjs/protocols/Aws_restXml.js +143 -3
- package/dist-es/S3Control.js +30 -0
- package/dist-es/commands/GetBucketVersioningCommand.js +41 -0
- package/dist-es/commands/PutBucketVersioningCommand.js +43 -0
- package/dist-es/commands/index.js +2 -0
- package/dist-es/models/models_0.js +62 -0
- package/dist-es/protocols/Aws_restXml.js +187 -0
- package/dist-types/S3Control.d.ts +116 -18
- package/dist-types/S3ControlClient.d.ts +4 -2
- package/dist-types/commands/CreateAccessPointCommand.d.ts +1 -1
- package/dist-types/commands/DeleteAccessPointCommand.d.ts +1 -1
- package/dist-types/commands/DeleteAccessPointPolicyCommand.d.ts +1 -1
- package/dist-types/commands/DeleteBucketCommand.d.ts +1 -1
- package/dist-types/commands/DeleteBucketLifecycleConfigurationCommand.d.ts +1 -1
- package/dist-types/commands/DeleteBucketPolicyCommand.d.ts +1 -1
- package/dist-types/commands/DeleteBucketTaggingCommand.d.ts +1 -1
- package/dist-types/commands/GetAccessPointCommand.d.ts +1 -1
- package/dist-types/commands/GetBucketCommand.d.ts +1 -1
- package/dist-types/commands/GetBucketLifecycleConfigurationCommand.d.ts +1 -1
- package/dist-types/commands/GetBucketPolicyCommand.d.ts +1 -1
- package/dist-types/commands/GetBucketTaggingCommand.d.ts +1 -1
- package/dist-types/commands/GetBucketVersioningCommand.d.ts +66 -0
- package/dist-types/commands/ListAccessPointsCommand.d.ts +1 -1
- package/dist-types/commands/PutAccessPointPolicyCommand.d.ts +1 -1
- package/dist-types/commands/PutBucketLifecycleConfigurationCommand.d.ts +1 -1
- package/dist-types/commands/PutBucketPolicyCommand.d.ts +1 -1
- package/dist-types/commands/PutBucketTaggingCommand.d.ts +1 -1
- package/dist-types/commands/PutBucketVersioningCommand.d.ts +88 -0
- package/dist-types/commands/PutPublicAccessBlockCommand.d.ts +1 -1
- package/dist-types/commands/index.d.ts +2 -0
- package/dist-types/models/models_0.d.ts +127 -12
- package/dist-types/protocols/Aws_restXml.d.ts +6 -0
- package/dist-types/ts3.4/S3Control.d.ts +34 -57
- package/dist-types/ts3.4/S3ControlClient.d.ts +12 -27
- package/dist-types/ts3.4/commands/CreateAccessPointCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CreateAccessPointForObjectLambdaCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CreateBucketCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CreateJobCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CreateMultiRegionAccessPointCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeleteAccessPointCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeleteAccessPointForObjectLambdaCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeleteAccessPointPolicyCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeleteAccessPointPolicyForObjectLambdaCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeleteBucketCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeleteBucketLifecycleConfigurationCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeleteBucketPolicyCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeleteBucketTaggingCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeleteJobTaggingCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeleteMultiRegionAccessPointCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeletePublicAccessBlockCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeleteStorageLensConfigurationCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeleteStorageLensConfigurationTaggingCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DescribeJobCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DescribeMultiRegionAccessPointOperationCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetAccessPointCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetAccessPointConfigurationForObjectLambdaCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetAccessPointForObjectLambdaCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetAccessPointPolicyCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetAccessPointPolicyForObjectLambdaCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetAccessPointPolicyStatusCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetAccessPointPolicyStatusForObjectLambdaCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetBucketCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetBucketLifecycleConfigurationCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetBucketPolicyCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetBucketTaggingCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetBucketVersioningCommand.d.ts +36 -0
- package/dist-types/ts3.4/commands/GetJobTaggingCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetMultiRegionAccessPointCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetMultiRegionAccessPointPolicyCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetMultiRegionAccessPointPolicyStatusCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetPublicAccessBlockCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetStorageLensConfigurationCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetStorageLensConfigurationTaggingCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListAccessPointsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListAccessPointsForObjectLambdaCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListJobsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListMultiRegionAccessPointsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListRegionalBucketsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListStorageLensConfigurationsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/PutAccessPointConfigurationForObjectLambdaCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/PutAccessPointPolicyCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/PutAccessPointPolicyForObjectLambdaCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/PutBucketLifecycleConfigurationCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/PutBucketPolicyCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/PutBucketTaggingCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/PutBucketVersioningCommand.d.ts +31 -0
- package/dist-types/ts3.4/commands/PutJobTaggingCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/PutMultiRegionAccessPointPolicyCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/PutPublicAccessBlockCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/PutStorageLensConfigurationCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/PutStorageLensConfigurationTaggingCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/UpdateJobPriorityCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/UpdateJobStatusCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/index.d.ts +2 -0
- package/dist-types/ts3.4/models/S3ControlServiceException.d.ts +0 -1
- package/dist-types/ts3.4/models/models_0.d.ts +79 -625
- package/dist-types/ts3.4/protocols/Aws_restXml.d.ts +24 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +0 -1
- package/dist-types/ts3.4/runtimeConfig.d.ts +0 -1
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +0 -1
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +0 -1
- package/package.json +31 -31
|
@@ -14,7 +14,6 @@ import {
|
|
|
14
14
|
export interface DeleteAccessPointCommandInput
|
|
15
15
|
extends DeleteAccessPointRequest {}
|
|
16
16
|
export interface DeleteAccessPointCommandOutput extends __MetadataBearer {}
|
|
17
|
-
|
|
18
17
|
export declare class DeleteAccessPointCommand extends $Command<
|
|
19
18
|
DeleteAccessPointCommandInput,
|
|
20
19
|
DeleteAccessPointCommandOutput,
|
|
@@ -22,7 +21,6 @@ export declare class DeleteAccessPointCommand extends $Command<
|
|
|
22
21
|
> {
|
|
23
22
|
readonly input: DeleteAccessPointCommandInput;
|
|
24
23
|
constructor(input: DeleteAccessPointCommandInput);
|
|
25
|
-
|
|
26
24
|
resolveMiddleware(
|
|
27
25
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
28
26
|
configuration: S3ControlClientResolvedConfig,
|
|
@@ -15,7 +15,6 @@ export interface DeleteAccessPointForObjectLambdaCommandInput
|
|
|
15
15
|
extends DeleteAccessPointForObjectLambdaRequest {}
|
|
16
16
|
export interface DeleteAccessPointForObjectLambdaCommandOutput
|
|
17
17
|
extends __MetadataBearer {}
|
|
18
|
-
|
|
19
18
|
export declare class DeleteAccessPointForObjectLambdaCommand extends $Command<
|
|
20
19
|
DeleteAccessPointForObjectLambdaCommandInput,
|
|
21
20
|
DeleteAccessPointForObjectLambdaCommandOutput,
|
|
@@ -23,7 +22,6 @@ export declare class DeleteAccessPointForObjectLambdaCommand extends $Command<
|
|
|
23
22
|
> {
|
|
24
23
|
readonly input: DeleteAccessPointForObjectLambdaCommandInput;
|
|
25
24
|
constructor(input: DeleteAccessPointForObjectLambdaCommandInput);
|
|
26
|
-
|
|
27
25
|
resolveMiddleware(
|
|
28
26
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
27
|
configuration: S3ControlClientResolvedConfig,
|
|
@@ -15,7 +15,6 @@ export interface DeleteAccessPointPolicyCommandInput
|
|
|
15
15
|
extends DeleteAccessPointPolicyRequest {}
|
|
16
16
|
export interface DeleteAccessPointPolicyCommandOutput
|
|
17
17
|
extends __MetadataBearer {}
|
|
18
|
-
|
|
19
18
|
export declare class DeleteAccessPointPolicyCommand extends $Command<
|
|
20
19
|
DeleteAccessPointPolicyCommandInput,
|
|
21
20
|
DeleteAccessPointPolicyCommandOutput,
|
|
@@ -23,7 +22,6 @@ export declare class DeleteAccessPointPolicyCommand extends $Command<
|
|
|
23
22
|
> {
|
|
24
23
|
readonly input: DeleteAccessPointPolicyCommandInput;
|
|
25
24
|
constructor(input: DeleteAccessPointPolicyCommandInput);
|
|
26
|
-
|
|
27
25
|
resolveMiddleware(
|
|
28
26
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
27
|
configuration: S3ControlClientResolvedConfig,
|
|
@@ -15,7 +15,6 @@ export interface DeleteAccessPointPolicyForObjectLambdaCommandInput
|
|
|
15
15
|
extends DeleteAccessPointPolicyForObjectLambdaRequest {}
|
|
16
16
|
export interface DeleteAccessPointPolicyForObjectLambdaCommandOutput
|
|
17
17
|
extends __MetadataBearer {}
|
|
18
|
-
|
|
19
18
|
export declare class DeleteAccessPointPolicyForObjectLambdaCommand extends $Command<
|
|
20
19
|
DeleteAccessPointPolicyForObjectLambdaCommandInput,
|
|
21
20
|
DeleteAccessPointPolicyForObjectLambdaCommandOutput,
|
|
@@ -23,7 +22,6 @@ export declare class DeleteAccessPointPolicyForObjectLambdaCommand extends $Comm
|
|
|
23
22
|
> {
|
|
24
23
|
readonly input: DeleteAccessPointPolicyForObjectLambdaCommandInput;
|
|
25
24
|
constructor(input: DeleteAccessPointPolicyForObjectLambdaCommandInput);
|
|
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 DeleteBucketCommandInput extends DeleteBucketRequest {}
|
|
15
15
|
export interface DeleteBucketCommandOutput extends __MetadataBearer {}
|
|
16
|
-
|
|
17
16
|
export declare class DeleteBucketCommand extends $Command<
|
|
18
17
|
DeleteBucketCommandInput,
|
|
19
18
|
DeleteBucketCommandOutput,
|
|
@@ -21,7 +20,6 @@ export declare class DeleteBucketCommand extends $Command<
|
|
|
21
20
|
> {
|
|
22
21
|
readonly input: DeleteBucketCommandInput;
|
|
23
22
|
constructor(input: DeleteBucketCommandInput);
|
|
24
|
-
|
|
25
23
|
resolveMiddleware(
|
|
26
24
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
27
25
|
configuration: S3ControlClientResolvedConfig,
|
|
@@ -15,7 +15,6 @@ export interface DeleteBucketLifecycleConfigurationCommandInput
|
|
|
15
15
|
extends DeleteBucketLifecycleConfigurationRequest {}
|
|
16
16
|
export interface DeleteBucketLifecycleConfigurationCommandOutput
|
|
17
17
|
extends __MetadataBearer {}
|
|
18
|
-
|
|
19
18
|
export declare class DeleteBucketLifecycleConfigurationCommand extends $Command<
|
|
20
19
|
DeleteBucketLifecycleConfigurationCommandInput,
|
|
21
20
|
DeleteBucketLifecycleConfigurationCommandOutput,
|
|
@@ -23,7 +22,6 @@ export declare class DeleteBucketLifecycleConfigurationCommand extends $Command<
|
|
|
23
22
|
> {
|
|
24
23
|
readonly input: DeleteBucketLifecycleConfigurationCommandInput;
|
|
25
24
|
constructor(input: DeleteBucketLifecycleConfigurationCommandInput);
|
|
26
|
-
|
|
27
25
|
resolveMiddleware(
|
|
28
26
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
27
|
configuration: S3ControlClientResolvedConfig,
|
|
@@ -14,7 +14,6 @@ import {
|
|
|
14
14
|
export interface DeleteBucketPolicyCommandInput
|
|
15
15
|
extends DeleteBucketPolicyRequest {}
|
|
16
16
|
export interface DeleteBucketPolicyCommandOutput extends __MetadataBearer {}
|
|
17
|
-
|
|
18
17
|
export declare class DeleteBucketPolicyCommand extends $Command<
|
|
19
18
|
DeleteBucketPolicyCommandInput,
|
|
20
19
|
DeleteBucketPolicyCommandOutput,
|
|
@@ -22,7 +21,6 @@ export declare class DeleteBucketPolicyCommand extends $Command<
|
|
|
22
21
|
> {
|
|
23
22
|
readonly input: DeleteBucketPolicyCommandInput;
|
|
24
23
|
constructor(input: DeleteBucketPolicyCommandInput);
|
|
25
|
-
|
|
26
24
|
resolveMiddleware(
|
|
27
25
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
28
26
|
configuration: S3ControlClientResolvedConfig,
|
|
@@ -14,7 +14,6 @@ import {
|
|
|
14
14
|
export interface DeleteBucketTaggingCommandInput
|
|
15
15
|
extends DeleteBucketTaggingRequest {}
|
|
16
16
|
export interface DeleteBucketTaggingCommandOutput extends __MetadataBearer {}
|
|
17
|
-
|
|
18
17
|
export declare class DeleteBucketTaggingCommand extends $Command<
|
|
19
18
|
DeleteBucketTaggingCommandInput,
|
|
20
19
|
DeleteBucketTaggingCommandOutput,
|
|
@@ -22,7 +21,6 @@ export declare class DeleteBucketTaggingCommand extends $Command<
|
|
|
22
21
|
> {
|
|
23
22
|
readonly input: DeleteBucketTaggingCommandInput;
|
|
24
23
|
constructor(input: DeleteBucketTaggingCommandInput);
|
|
25
|
-
|
|
26
24
|
resolveMiddleware(
|
|
27
25
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
28
26
|
configuration: S3ControlClientResolvedConfig,
|
|
@@ -18,7 +18,6 @@ export interface DeleteJobTaggingCommandInput extends DeleteJobTaggingRequest {}
|
|
|
18
18
|
export interface DeleteJobTaggingCommandOutput
|
|
19
19
|
extends DeleteJobTaggingResult,
|
|
20
20
|
__MetadataBearer {}
|
|
21
|
-
|
|
22
21
|
export declare class DeleteJobTaggingCommand extends $Command<
|
|
23
22
|
DeleteJobTaggingCommandInput,
|
|
24
23
|
DeleteJobTaggingCommandOutput,
|
|
@@ -26,7 +25,6 @@ export declare class DeleteJobTaggingCommand extends $Command<
|
|
|
26
25
|
> {
|
|
27
26
|
readonly input: DeleteJobTaggingCommandInput;
|
|
28
27
|
constructor(input: DeleteJobTaggingCommandInput);
|
|
29
|
-
|
|
30
28
|
resolveMiddleware(
|
|
31
29
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
30
|
configuration: S3ControlClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface DeleteMultiRegionAccessPointCommandInput
|
|
|
19
19
|
export interface DeleteMultiRegionAccessPointCommandOutput
|
|
20
20
|
extends DeleteMultiRegionAccessPointResult,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class DeleteMultiRegionAccessPointCommand extends $Command<
|
|
24
23
|
DeleteMultiRegionAccessPointCommandInput,
|
|
25
24
|
DeleteMultiRegionAccessPointCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class DeleteMultiRegionAccessPointCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: DeleteMultiRegionAccessPointCommandInput;
|
|
29
28
|
constructor(input: DeleteMultiRegionAccessPointCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: S3ControlClientResolvedConfig,
|
|
@@ -15,7 +15,6 @@ export interface DeletePublicAccessBlockCommandInput
|
|
|
15
15
|
extends DeletePublicAccessBlockRequest {}
|
|
16
16
|
export interface DeletePublicAccessBlockCommandOutput
|
|
17
17
|
extends __MetadataBearer {}
|
|
18
|
-
|
|
19
18
|
export declare class DeletePublicAccessBlockCommand extends $Command<
|
|
20
19
|
DeletePublicAccessBlockCommandInput,
|
|
21
20
|
DeletePublicAccessBlockCommandOutput,
|
|
@@ -23,7 +22,6 @@ export declare class DeletePublicAccessBlockCommand extends $Command<
|
|
|
23
22
|
> {
|
|
24
23
|
readonly input: DeletePublicAccessBlockCommandInput;
|
|
25
24
|
constructor(input: DeletePublicAccessBlockCommandInput);
|
|
26
|
-
|
|
27
25
|
resolveMiddleware(
|
|
28
26
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
27
|
configuration: S3ControlClientResolvedConfig,
|
|
@@ -15,7 +15,6 @@ export interface DeleteStorageLensConfigurationCommandInput
|
|
|
15
15
|
extends DeleteStorageLensConfigurationRequest {}
|
|
16
16
|
export interface DeleteStorageLensConfigurationCommandOutput
|
|
17
17
|
extends __MetadataBearer {}
|
|
18
|
-
|
|
19
18
|
export declare class DeleteStorageLensConfigurationCommand extends $Command<
|
|
20
19
|
DeleteStorageLensConfigurationCommandInput,
|
|
21
20
|
DeleteStorageLensConfigurationCommandOutput,
|
|
@@ -23,7 +22,6 @@ export declare class DeleteStorageLensConfigurationCommand extends $Command<
|
|
|
23
22
|
> {
|
|
24
23
|
readonly input: DeleteStorageLensConfigurationCommandInput;
|
|
25
24
|
constructor(input: DeleteStorageLensConfigurationCommandInput);
|
|
26
|
-
|
|
27
25
|
resolveMiddleware(
|
|
28
26
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
27
|
configuration: S3ControlClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface DeleteStorageLensConfigurationTaggingCommandInput
|
|
|
19
19
|
export interface DeleteStorageLensConfigurationTaggingCommandOutput
|
|
20
20
|
extends DeleteStorageLensConfigurationTaggingResult,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class DeleteStorageLensConfigurationTaggingCommand extends $Command<
|
|
24
23
|
DeleteStorageLensConfigurationTaggingCommandInput,
|
|
25
24
|
DeleteStorageLensConfigurationTaggingCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class DeleteStorageLensConfigurationTaggingCommand extends $Comma
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: DeleteStorageLensConfigurationTaggingCommandInput;
|
|
29
28
|
constructor(input: DeleteStorageLensConfigurationTaggingCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: S3ControlClientResolvedConfig,
|
|
@@ -15,7 +15,6 @@ export interface DescribeJobCommandInput extends DescribeJobRequest {}
|
|
|
15
15
|
export interface DescribeJobCommandOutput
|
|
16
16
|
extends DescribeJobResult,
|
|
17
17
|
__MetadataBearer {}
|
|
18
|
-
|
|
19
18
|
export declare class DescribeJobCommand extends $Command<
|
|
20
19
|
DescribeJobCommandInput,
|
|
21
20
|
DescribeJobCommandOutput,
|
|
@@ -23,7 +22,6 @@ export declare class DescribeJobCommand extends $Command<
|
|
|
23
22
|
> {
|
|
24
23
|
readonly input: DescribeJobCommandInput;
|
|
25
24
|
constructor(input: DescribeJobCommandInput);
|
|
26
|
-
|
|
27
25
|
resolveMiddleware(
|
|
28
26
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
27
|
configuration: S3ControlClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface DescribeMultiRegionAccessPointOperationCommandInput
|
|
|
19
19
|
export interface DescribeMultiRegionAccessPointOperationCommandOutput
|
|
20
20
|
extends DescribeMultiRegionAccessPointOperationResult,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class DescribeMultiRegionAccessPointOperationCommand extends $Command<
|
|
24
23
|
DescribeMultiRegionAccessPointOperationCommandInput,
|
|
25
24
|
DescribeMultiRegionAccessPointOperationCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class DescribeMultiRegionAccessPointOperationCommand extends $Com
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: DescribeMultiRegionAccessPointOperationCommandInput;
|
|
29
28
|
constructor(input: DescribeMultiRegionAccessPointOperationCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: S3ControlClientResolvedConfig,
|
|
@@ -18,7 +18,6 @@ export interface GetAccessPointCommandInput extends GetAccessPointRequest {}
|
|
|
18
18
|
export interface GetAccessPointCommandOutput
|
|
19
19
|
extends GetAccessPointResult,
|
|
20
20
|
__MetadataBearer {}
|
|
21
|
-
|
|
22
21
|
export declare class GetAccessPointCommand extends $Command<
|
|
23
22
|
GetAccessPointCommandInput,
|
|
24
23
|
GetAccessPointCommandOutput,
|
|
@@ -26,7 +25,6 @@ export declare class GetAccessPointCommand extends $Command<
|
|
|
26
25
|
> {
|
|
27
26
|
readonly input: GetAccessPointCommandInput;
|
|
28
27
|
constructor(input: GetAccessPointCommandInput);
|
|
29
|
-
|
|
30
28
|
resolveMiddleware(
|
|
31
29
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
30
|
configuration: S3ControlClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface GetAccessPointConfigurationForObjectLambdaCommandInput
|
|
|
19
19
|
export interface GetAccessPointConfigurationForObjectLambdaCommandOutput
|
|
20
20
|
extends GetAccessPointConfigurationForObjectLambdaResult,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class GetAccessPointConfigurationForObjectLambdaCommand extends $Command<
|
|
24
23
|
GetAccessPointConfigurationForObjectLambdaCommandInput,
|
|
25
24
|
GetAccessPointConfigurationForObjectLambdaCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class GetAccessPointConfigurationForObjectLambdaCommand extends $
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: GetAccessPointConfigurationForObjectLambdaCommandInput;
|
|
29
28
|
constructor(input: GetAccessPointConfigurationForObjectLambdaCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: S3ControlClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface GetAccessPointForObjectLambdaCommandInput
|
|
|
19
19
|
export interface GetAccessPointForObjectLambdaCommandOutput
|
|
20
20
|
extends GetAccessPointForObjectLambdaResult,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class GetAccessPointForObjectLambdaCommand extends $Command<
|
|
24
23
|
GetAccessPointForObjectLambdaCommandInput,
|
|
25
24
|
GetAccessPointForObjectLambdaCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class GetAccessPointForObjectLambdaCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: GetAccessPointForObjectLambdaCommandInput;
|
|
29
28
|
constructor(input: GetAccessPointForObjectLambdaCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: S3ControlClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface GetAccessPointPolicyCommandInput
|
|
|
19
19
|
export interface GetAccessPointPolicyCommandOutput
|
|
20
20
|
extends GetAccessPointPolicyResult,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class GetAccessPointPolicyCommand extends $Command<
|
|
24
23
|
GetAccessPointPolicyCommandInput,
|
|
25
24
|
GetAccessPointPolicyCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class GetAccessPointPolicyCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: GetAccessPointPolicyCommandInput;
|
|
29
28
|
constructor(input: GetAccessPointPolicyCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: S3ControlClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface GetAccessPointPolicyForObjectLambdaCommandInput
|
|
|
19
19
|
export interface GetAccessPointPolicyForObjectLambdaCommandOutput
|
|
20
20
|
extends GetAccessPointPolicyForObjectLambdaResult,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class GetAccessPointPolicyForObjectLambdaCommand extends $Command<
|
|
24
23
|
GetAccessPointPolicyForObjectLambdaCommandInput,
|
|
25
24
|
GetAccessPointPolicyForObjectLambdaCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class GetAccessPointPolicyForObjectLambdaCommand extends $Command
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: GetAccessPointPolicyForObjectLambdaCommandInput;
|
|
29
28
|
constructor(input: GetAccessPointPolicyForObjectLambdaCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: S3ControlClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface GetAccessPointPolicyStatusCommandInput
|
|
|
19
19
|
export interface GetAccessPointPolicyStatusCommandOutput
|
|
20
20
|
extends GetAccessPointPolicyStatusResult,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class GetAccessPointPolicyStatusCommand extends $Command<
|
|
24
23
|
GetAccessPointPolicyStatusCommandInput,
|
|
25
24
|
GetAccessPointPolicyStatusCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class GetAccessPointPolicyStatusCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: GetAccessPointPolicyStatusCommandInput;
|
|
29
28
|
constructor(input: GetAccessPointPolicyStatusCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: S3ControlClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface GetAccessPointPolicyStatusForObjectLambdaCommandInput
|
|
|
19
19
|
export interface GetAccessPointPolicyStatusForObjectLambdaCommandOutput
|
|
20
20
|
extends GetAccessPointPolicyStatusForObjectLambdaResult,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class GetAccessPointPolicyStatusForObjectLambdaCommand extends $Command<
|
|
24
23
|
GetAccessPointPolicyStatusForObjectLambdaCommandInput,
|
|
25
24
|
GetAccessPointPolicyStatusForObjectLambdaCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class GetAccessPointPolicyStatusForObjectLambdaCommand extends $C
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: GetAccessPointPolicyStatusForObjectLambdaCommandInput;
|
|
29
28
|
constructor(input: GetAccessPointPolicyStatusForObjectLambdaCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: S3ControlClientResolvedConfig,
|
|
@@ -15,7 +15,6 @@ export interface GetBucketCommandInput extends GetBucketRequest {}
|
|
|
15
15
|
export interface GetBucketCommandOutput
|
|
16
16
|
extends GetBucketResult,
|
|
17
17
|
__MetadataBearer {}
|
|
18
|
-
|
|
19
18
|
export declare class GetBucketCommand extends $Command<
|
|
20
19
|
GetBucketCommandInput,
|
|
21
20
|
GetBucketCommandOutput,
|
|
@@ -23,7 +22,6 @@ export declare class GetBucketCommand extends $Command<
|
|
|
23
22
|
> {
|
|
24
23
|
readonly input: GetBucketCommandInput;
|
|
25
24
|
constructor(input: GetBucketCommandInput);
|
|
26
|
-
|
|
27
25
|
resolveMiddleware(
|
|
28
26
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
27
|
configuration: S3ControlClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface GetBucketLifecycleConfigurationCommandInput
|
|
|
19
19
|
export interface GetBucketLifecycleConfigurationCommandOutput
|
|
20
20
|
extends GetBucketLifecycleConfigurationResult,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class GetBucketLifecycleConfigurationCommand extends $Command<
|
|
24
23
|
GetBucketLifecycleConfigurationCommandInput,
|
|
25
24
|
GetBucketLifecycleConfigurationCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class GetBucketLifecycleConfigurationCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: GetBucketLifecycleConfigurationCommandInput;
|
|
29
28
|
constructor(input: GetBucketLifecycleConfigurationCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: S3ControlClientResolvedConfig,
|
|
@@ -18,7 +18,6 @@ export interface GetBucketPolicyCommandInput extends GetBucketPolicyRequest {}
|
|
|
18
18
|
export interface GetBucketPolicyCommandOutput
|
|
19
19
|
extends GetBucketPolicyResult,
|
|
20
20
|
__MetadataBearer {}
|
|
21
|
-
|
|
22
21
|
export declare class GetBucketPolicyCommand extends $Command<
|
|
23
22
|
GetBucketPolicyCommandInput,
|
|
24
23
|
GetBucketPolicyCommandOutput,
|
|
@@ -26,7 +25,6 @@ export declare class GetBucketPolicyCommand extends $Command<
|
|
|
26
25
|
> {
|
|
27
26
|
readonly input: GetBucketPolicyCommandInput;
|
|
28
27
|
constructor(input: GetBucketPolicyCommandInput);
|
|
29
|
-
|
|
30
28
|
resolveMiddleware(
|
|
31
29
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
30
|
configuration: S3ControlClientResolvedConfig,
|
|
@@ -18,7 +18,6 @@ export interface GetBucketTaggingCommandInput extends GetBucketTaggingRequest {}
|
|
|
18
18
|
export interface GetBucketTaggingCommandOutput
|
|
19
19
|
extends GetBucketTaggingResult,
|
|
20
20
|
__MetadataBearer {}
|
|
21
|
-
|
|
22
21
|
export declare class GetBucketTaggingCommand extends $Command<
|
|
23
22
|
GetBucketTaggingCommandInput,
|
|
24
23
|
GetBucketTaggingCommandOutput,
|
|
@@ -26,7 +25,6 @@ export declare class GetBucketTaggingCommand extends $Command<
|
|
|
26
25
|
> {
|
|
27
26
|
readonly input: GetBucketTaggingCommandInput;
|
|
28
27
|
constructor(input: GetBucketTaggingCommandInput);
|
|
29
|
-
|
|
30
28
|
resolveMiddleware(
|
|
31
29
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
30
|
configuration: S3ControlClientResolvedConfig,
|
|
@@ -0,0 +1,36 @@
|
|
|
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 {
|
|
9
|
+
GetBucketVersioningRequest,
|
|
10
|
+
GetBucketVersioningResult,
|
|
11
|
+
} from "../models/models_0";
|
|
12
|
+
import {
|
|
13
|
+
S3ControlClientResolvedConfig,
|
|
14
|
+
ServiceInputTypes,
|
|
15
|
+
ServiceOutputTypes,
|
|
16
|
+
} from "../S3ControlClient";
|
|
17
|
+
export interface GetBucketVersioningCommandInput
|
|
18
|
+
extends GetBucketVersioningRequest {}
|
|
19
|
+
export interface GetBucketVersioningCommandOutput
|
|
20
|
+
extends GetBucketVersioningResult,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
export declare class GetBucketVersioningCommand extends $Command<
|
|
23
|
+
GetBucketVersioningCommandInput,
|
|
24
|
+
GetBucketVersioningCommandOutput,
|
|
25
|
+
S3ControlClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: GetBucketVersioningCommandInput;
|
|
28
|
+
constructor(input: GetBucketVersioningCommandInput);
|
|
29
|
+
resolveMiddleware(
|
|
30
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
31
|
+
configuration: S3ControlClientResolvedConfig,
|
|
32
|
+
options?: __HttpHandlerOptions
|
|
33
|
+
): Handler<GetBucketVersioningCommandInput, GetBucketVersioningCommandOutput>;
|
|
34
|
+
private serialize;
|
|
35
|
+
private deserialize;
|
|
36
|
+
}
|
|
@@ -15,7 +15,6 @@ export interface GetJobTaggingCommandInput extends GetJobTaggingRequest {}
|
|
|
15
15
|
export interface GetJobTaggingCommandOutput
|
|
16
16
|
extends GetJobTaggingResult,
|
|
17
17
|
__MetadataBearer {}
|
|
18
|
-
|
|
19
18
|
export declare class GetJobTaggingCommand extends $Command<
|
|
20
19
|
GetJobTaggingCommandInput,
|
|
21
20
|
GetJobTaggingCommandOutput,
|
|
@@ -23,7 +22,6 @@ export declare class GetJobTaggingCommand extends $Command<
|
|
|
23
22
|
> {
|
|
24
23
|
readonly input: GetJobTaggingCommandInput;
|
|
25
24
|
constructor(input: GetJobTaggingCommandInput);
|
|
26
|
-
|
|
27
25
|
resolveMiddleware(
|
|
28
26
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
27
|
configuration: S3ControlClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface GetMultiRegionAccessPointCommandInput
|
|
|
19
19
|
export interface GetMultiRegionAccessPointCommandOutput
|
|
20
20
|
extends GetMultiRegionAccessPointResult,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class GetMultiRegionAccessPointCommand extends $Command<
|
|
24
23
|
GetMultiRegionAccessPointCommandInput,
|
|
25
24
|
GetMultiRegionAccessPointCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class GetMultiRegionAccessPointCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: GetMultiRegionAccessPointCommandInput;
|
|
29
28
|
constructor(input: GetMultiRegionAccessPointCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: S3ControlClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface GetMultiRegionAccessPointPolicyCommandInput
|
|
|
19
19
|
export interface GetMultiRegionAccessPointPolicyCommandOutput
|
|
20
20
|
extends GetMultiRegionAccessPointPolicyResult,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class GetMultiRegionAccessPointPolicyCommand extends $Command<
|
|
24
23
|
GetMultiRegionAccessPointPolicyCommandInput,
|
|
25
24
|
GetMultiRegionAccessPointPolicyCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class GetMultiRegionAccessPointPolicyCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: GetMultiRegionAccessPointPolicyCommandInput;
|
|
29
28
|
constructor(input: GetMultiRegionAccessPointPolicyCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: S3ControlClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface GetMultiRegionAccessPointPolicyStatusCommandInput
|
|
|
19
19
|
export interface GetMultiRegionAccessPointPolicyStatusCommandOutput
|
|
20
20
|
extends GetMultiRegionAccessPointPolicyStatusResult,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class GetMultiRegionAccessPointPolicyStatusCommand extends $Command<
|
|
24
23
|
GetMultiRegionAccessPointPolicyStatusCommandInput,
|
|
25
24
|
GetMultiRegionAccessPointPolicyStatusCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class GetMultiRegionAccessPointPolicyStatusCommand extends $Comma
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: GetMultiRegionAccessPointPolicyStatusCommandInput;
|
|
29
28
|
constructor(input: GetMultiRegionAccessPointPolicyStatusCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: S3ControlClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface GetPublicAccessBlockCommandInput
|
|
|
19
19
|
export interface GetPublicAccessBlockCommandOutput
|
|
20
20
|
extends GetPublicAccessBlockOutput,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class GetPublicAccessBlockCommand extends $Command<
|
|
24
23
|
GetPublicAccessBlockCommandInput,
|
|
25
24
|
GetPublicAccessBlockCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class GetPublicAccessBlockCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: GetPublicAccessBlockCommandInput;
|
|
29
28
|
constructor(input: GetPublicAccessBlockCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: S3ControlClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface GetStorageLensConfigurationCommandInput
|
|
|
19
19
|
export interface GetStorageLensConfigurationCommandOutput
|
|
20
20
|
extends GetStorageLensConfigurationResult,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class GetStorageLensConfigurationCommand extends $Command<
|
|
24
23
|
GetStorageLensConfigurationCommandInput,
|
|
25
24
|
GetStorageLensConfigurationCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class GetStorageLensConfigurationCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: GetStorageLensConfigurationCommandInput;
|
|
29
28
|
constructor(input: GetStorageLensConfigurationCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: S3ControlClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface GetStorageLensConfigurationTaggingCommandInput
|
|
|
19
19
|
export interface GetStorageLensConfigurationTaggingCommandOutput
|
|
20
20
|
extends GetStorageLensConfigurationTaggingResult,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class GetStorageLensConfigurationTaggingCommand extends $Command<
|
|
24
23
|
GetStorageLensConfigurationTaggingCommandInput,
|
|
25
24
|
GetStorageLensConfigurationTaggingCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class GetStorageLensConfigurationTaggingCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: GetStorageLensConfigurationTaggingCommandInput;
|
|
29
28
|
constructor(input: GetStorageLensConfigurationTaggingCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: S3ControlClientResolvedConfig,
|
|
@@ -18,7 +18,6 @@ export interface ListAccessPointsCommandInput extends ListAccessPointsRequest {}
|
|
|
18
18
|
export interface ListAccessPointsCommandOutput
|
|
19
19
|
extends ListAccessPointsResult,
|
|
20
20
|
__MetadataBearer {}
|
|
21
|
-
|
|
22
21
|
export declare class ListAccessPointsCommand extends $Command<
|
|
23
22
|
ListAccessPointsCommandInput,
|
|
24
23
|
ListAccessPointsCommandOutput,
|
|
@@ -26,7 +25,6 @@ export declare class ListAccessPointsCommand extends $Command<
|
|
|
26
25
|
> {
|
|
27
26
|
readonly input: ListAccessPointsCommandInput;
|
|
28
27
|
constructor(input: ListAccessPointsCommandInput);
|
|
29
|
-
|
|
30
28
|
resolveMiddleware(
|
|
31
29
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
30
|
configuration: S3ControlClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface ListAccessPointsForObjectLambdaCommandInput
|
|
|
19
19
|
export interface ListAccessPointsForObjectLambdaCommandOutput
|
|
20
20
|
extends ListAccessPointsForObjectLambdaResult,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class ListAccessPointsForObjectLambdaCommand extends $Command<
|
|
24
23
|
ListAccessPointsForObjectLambdaCommandInput,
|
|
25
24
|
ListAccessPointsForObjectLambdaCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class ListAccessPointsForObjectLambdaCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: ListAccessPointsForObjectLambdaCommandInput;
|
|
29
28
|
constructor(input: ListAccessPointsForObjectLambdaCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: S3ControlClientResolvedConfig,
|
|
@@ -15,7 +15,6 @@ export interface ListJobsCommandInput extends ListJobsRequest {}
|
|
|
15
15
|
export interface ListJobsCommandOutput
|
|
16
16
|
extends ListJobsResult,
|
|
17
17
|
__MetadataBearer {}
|
|
18
|
-
|
|
19
18
|
export declare class ListJobsCommand extends $Command<
|
|
20
19
|
ListJobsCommandInput,
|
|
21
20
|
ListJobsCommandOutput,
|
|
@@ -23,7 +22,6 @@ export declare class ListJobsCommand extends $Command<
|
|
|
23
22
|
> {
|
|
24
23
|
readonly input: ListJobsCommandInput;
|
|
25
24
|
constructor(input: ListJobsCommandInput);
|
|
26
|
-
|
|
27
25
|
resolveMiddleware(
|
|
28
26
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
27
|
configuration: S3ControlClientResolvedConfig,
|