@aws-sdk/client-s3-control 3.278.0 → 3.281.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/README.md +491 -0
- package/dist-types/commands/CreateAccessPointCommand.d.ts +6 -0
- package/dist-types/commands/CreateAccessPointForObjectLambdaCommand.d.ts +6 -0
- package/dist-types/commands/CreateBucketCommand.d.ts +6 -0
- package/dist-types/commands/CreateJobCommand.d.ts +6 -0
- package/dist-types/commands/CreateMultiRegionAccessPointCommand.d.ts +6 -0
- package/dist-types/commands/DeleteAccessPointCommand.d.ts +6 -0
- package/dist-types/commands/DeleteAccessPointForObjectLambdaCommand.d.ts +6 -0
- package/dist-types/commands/DeleteAccessPointPolicyCommand.d.ts +6 -0
- package/dist-types/commands/DeleteAccessPointPolicyForObjectLambdaCommand.d.ts +6 -0
- package/dist-types/commands/DeleteBucketCommand.d.ts +6 -0
- package/dist-types/commands/DeleteBucketLifecycleConfigurationCommand.d.ts +6 -0
- package/dist-types/commands/DeleteBucketPolicyCommand.d.ts +6 -0
- package/dist-types/commands/DeleteBucketTaggingCommand.d.ts +6 -0
- package/dist-types/commands/DeleteJobTaggingCommand.d.ts +6 -0
- package/dist-types/commands/DeleteMultiRegionAccessPointCommand.d.ts +6 -0
- package/dist-types/commands/DeletePublicAccessBlockCommand.d.ts +6 -0
- package/dist-types/commands/DeleteStorageLensConfigurationCommand.d.ts +6 -0
- package/dist-types/commands/DeleteStorageLensConfigurationTaggingCommand.d.ts +6 -0
- package/dist-types/commands/DescribeJobCommand.d.ts +6 -0
- package/dist-types/commands/DescribeMultiRegionAccessPointOperationCommand.d.ts +6 -0
- package/dist-types/commands/GetAccessPointCommand.d.ts +6 -0
- package/dist-types/commands/GetAccessPointConfigurationForObjectLambdaCommand.d.ts +6 -0
- package/dist-types/commands/GetAccessPointForObjectLambdaCommand.d.ts +6 -0
- package/dist-types/commands/GetAccessPointPolicyCommand.d.ts +6 -0
- package/dist-types/commands/GetAccessPointPolicyForObjectLambdaCommand.d.ts +6 -0
- package/dist-types/commands/GetAccessPointPolicyStatusCommand.d.ts +6 -0
- package/dist-types/commands/GetAccessPointPolicyStatusForObjectLambdaCommand.d.ts +6 -0
- package/dist-types/commands/GetBucketCommand.d.ts +6 -0
- package/dist-types/commands/GetBucketLifecycleConfigurationCommand.d.ts +6 -0
- package/dist-types/commands/GetBucketPolicyCommand.d.ts +6 -0
- package/dist-types/commands/GetBucketTaggingCommand.d.ts +6 -0
- package/dist-types/commands/GetBucketVersioningCommand.d.ts +6 -0
- package/dist-types/commands/GetJobTaggingCommand.d.ts +6 -0
- package/dist-types/commands/GetMultiRegionAccessPointCommand.d.ts +6 -0
- package/dist-types/commands/GetMultiRegionAccessPointPolicyCommand.d.ts +6 -0
- package/dist-types/commands/GetMultiRegionAccessPointPolicyStatusCommand.d.ts +6 -0
- package/dist-types/commands/GetMultiRegionAccessPointRoutesCommand.d.ts +6 -0
- package/dist-types/commands/GetPublicAccessBlockCommand.d.ts +6 -0
- package/dist-types/commands/GetStorageLensConfigurationCommand.d.ts +6 -0
- package/dist-types/commands/GetStorageLensConfigurationTaggingCommand.d.ts +6 -0
- package/dist-types/commands/ListAccessPointsCommand.d.ts +6 -0
- package/dist-types/commands/ListAccessPointsForObjectLambdaCommand.d.ts +6 -0
- package/dist-types/commands/ListJobsCommand.d.ts +6 -0
- package/dist-types/commands/ListMultiRegionAccessPointsCommand.d.ts +6 -0
- package/dist-types/commands/ListRegionalBucketsCommand.d.ts +6 -0
- package/dist-types/commands/ListStorageLensConfigurationsCommand.d.ts +6 -0
- package/dist-types/commands/PutAccessPointConfigurationForObjectLambdaCommand.d.ts +6 -0
- package/dist-types/commands/PutAccessPointPolicyCommand.d.ts +6 -0
- package/dist-types/commands/PutAccessPointPolicyForObjectLambdaCommand.d.ts +6 -0
- package/dist-types/commands/PutBucketLifecycleConfigurationCommand.d.ts +6 -0
- package/dist-types/commands/PutBucketPolicyCommand.d.ts +6 -0
- package/dist-types/commands/PutBucketTaggingCommand.d.ts +6 -0
- package/dist-types/commands/PutBucketVersioningCommand.d.ts +6 -0
- package/dist-types/commands/PutJobTaggingCommand.d.ts +6 -0
- package/dist-types/commands/PutMultiRegionAccessPointPolicyCommand.d.ts +6 -0
- package/dist-types/commands/PutPublicAccessBlockCommand.d.ts +6 -0
- package/dist-types/commands/PutStorageLensConfigurationCommand.d.ts +6 -0
- package/dist-types/commands/PutStorageLensConfigurationTaggingCommand.d.ts +6 -0
- package/dist-types/commands/SubmitMultiRegionAccessPointRoutesCommand.d.ts +6 -0
- package/dist-types/commands/UpdateJobPriorityCommand.d.ts +6 -0
- package/dist-types/commands/UpdateJobStatusCommand.d.ts +6 -0
- package/package.json +6 -6
|
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { DeleteAccessPointPolicyForObjectLambdaRequest } from "../models/models_0";
|
|
5
5
|
import { S3ControlClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../S3ControlClient";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link DeleteAccessPointPolicyForObjectLambdaCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface DeleteAccessPointPolicyForObjectLambdaCommandInput extends DeleteAccessPointPolicyForObjectLambdaRequest {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link DeleteAccessPointPolicyForObjectLambdaCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface DeleteAccessPointPolicyForObjectLambdaCommandOutput extends __MetadataBearer {
|
|
9
15
|
}
|
|
10
16
|
/**
|
|
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { DeleteBucketRequest } from "../models/models_0";
|
|
5
5
|
import { S3ControlClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../S3ControlClient";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link DeleteBucketCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface DeleteBucketCommandInput extends DeleteBucketRequest {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link DeleteBucketCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface DeleteBucketCommandOutput extends __MetadataBearer {
|
|
9
15
|
}
|
|
10
16
|
/**
|
|
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { DeleteBucketLifecycleConfigurationRequest } from "../models/models_0";
|
|
5
5
|
import { S3ControlClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../S3ControlClient";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link DeleteBucketLifecycleConfigurationCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface DeleteBucketLifecycleConfigurationCommandInput extends DeleteBucketLifecycleConfigurationRequest {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link DeleteBucketLifecycleConfigurationCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface DeleteBucketLifecycleConfigurationCommandOutput extends __MetadataBearer {
|
|
9
15
|
}
|
|
10
16
|
/**
|
|
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { DeleteBucketPolicyRequest } from "../models/models_0";
|
|
5
5
|
import { S3ControlClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../S3ControlClient";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link DeleteBucketPolicyCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface DeleteBucketPolicyCommandInput extends DeleteBucketPolicyRequest {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link DeleteBucketPolicyCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface DeleteBucketPolicyCommandOutput extends __MetadataBearer {
|
|
9
15
|
}
|
|
10
16
|
/**
|
|
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { DeleteBucketTaggingRequest } from "../models/models_0";
|
|
5
5
|
import { S3ControlClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../S3ControlClient";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link DeleteBucketTaggingCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface DeleteBucketTaggingCommandInput extends DeleteBucketTaggingRequest {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link DeleteBucketTaggingCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface DeleteBucketTaggingCommandOutput extends __MetadataBearer {
|
|
9
15
|
}
|
|
10
16
|
/**
|
|
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { DeleteJobTaggingRequest, DeleteJobTaggingResult } from "../models/models_0";
|
|
5
5
|
import { S3ControlClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../S3ControlClient";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link DeleteJobTaggingCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface DeleteJobTaggingCommandInput extends DeleteJobTaggingRequest {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link DeleteJobTaggingCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface DeleteJobTaggingCommandOutput extends DeleteJobTaggingResult, __MetadataBearer {
|
|
9
15
|
}
|
|
10
16
|
/**
|
|
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { DeleteMultiRegionAccessPointRequest, DeleteMultiRegionAccessPointResult } from "../models/models_0";
|
|
5
5
|
import { S3ControlClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../S3ControlClient";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link DeleteMultiRegionAccessPointCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface DeleteMultiRegionAccessPointCommandInput extends DeleteMultiRegionAccessPointRequest {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link DeleteMultiRegionAccessPointCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface DeleteMultiRegionAccessPointCommandOutput extends DeleteMultiRegionAccessPointResult, __MetadataBearer {
|
|
9
15
|
}
|
|
10
16
|
/**
|
|
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { DeletePublicAccessBlockRequest } from "../models/models_0";
|
|
5
5
|
import { S3ControlClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../S3ControlClient";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link DeletePublicAccessBlockCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface DeletePublicAccessBlockCommandInput extends DeletePublicAccessBlockRequest {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link DeletePublicAccessBlockCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface DeletePublicAccessBlockCommandOutput extends __MetadataBearer {
|
|
9
15
|
}
|
|
10
16
|
/**
|
|
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { DeleteStorageLensConfigurationRequest } from "../models/models_0";
|
|
5
5
|
import { S3ControlClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../S3ControlClient";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link DeleteStorageLensConfigurationCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface DeleteStorageLensConfigurationCommandInput extends DeleteStorageLensConfigurationRequest {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link DeleteStorageLensConfigurationCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface DeleteStorageLensConfigurationCommandOutput extends __MetadataBearer {
|
|
9
15
|
}
|
|
10
16
|
/**
|
|
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { DeleteStorageLensConfigurationTaggingRequest, DeleteStorageLensConfigurationTaggingResult } from "../models/models_0";
|
|
5
5
|
import { S3ControlClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../S3ControlClient";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link DeleteStorageLensConfigurationTaggingCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface DeleteStorageLensConfigurationTaggingCommandInput extends DeleteStorageLensConfigurationTaggingRequest {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link DeleteStorageLensConfigurationTaggingCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface DeleteStorageLensConfigurationTaggingCommandOutput extends DeleteStorageLensConfigurationTaggingResult, __MetadataBearer {
|
|
9
15
|
}
|
|
10
16
|
/**
|
|
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { DescribeJobRequest, DescribeJobResult } from "../models/models_0";
|
|
5
5
|
import { S3ControlClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../S3ControlClient";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link DescribeJobCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface DescribeJobCommandInput extends DescribeJobRequest {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link DescribeJobCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface DescribeJobCommandOutput extends DescribeJobResult, __MetadataBearer {
|
|
9
15
|
}
|
|
10
16
|
/**
|
|
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { DescribeMultiRegionAccessPointOperationRequest, DescribeMultiRegionAccessPointOperationResult } from "../models/models_0";
|
|
5
5
|
import { S3ControlClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../S3ControlClient";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link DescribeMultiRegionAccessPointOperationCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface DescribeMultiRegionAccessPointOperationCommandInput extends DescribeMultiRegionAccessPointOperationRequest {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link DescribeMultiRegionAccessPointOperationCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface DescribeMultiRegionAccessPointOperationCommandOutput extends DescribeMultiRegionAccessPointOperationResult, __MetadataBearer {
|
|
9
15
|
}
|
|
10
16
|
/**
|
|
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { GetAccessPointRequest, GetAccessPointResult } from "../models/models_0";
|
|
5
5
|
import { S3ControlClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../S3ControlClient";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link GetAccessPointCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface GetAccessPointCommandInput extends GetAccessPointRequest {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link GetAccessPointCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface GetAccessPointCommandOutput extends GetAccessPointResult, __MetadataBearer {
|
|
9
15
|
}
|
|
10
16
|
/**
|
|
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { GetAccessPointConfigurationForObjectLambdaRequest, GetAccessPointConfigurationForObjectLambdaResult } from "../models/models_0";
|
|
5
5
|
import { S3ControlClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../S3ControlClient";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link GetAccessPointConfigurationForObjectLambdaCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface GetAccessPointConfigurationForObjectLambdaCommandInput extends GetAccessPointConfigurationForObjectLambdaRequest {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link GetAccessPointConfigurationForObjectLambdaCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface GetAccessPointConfigurationForObjectLambdaCommandOutput extends GetAccessPointConfigurationForObjectLambdaResult, __MetadataBearer {
|
|
9
15
|
}
|
|
10
16
|
/**
|
|
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { GetAccessPointForObjectLambdaRequest, GetAccessPointForObjectLambdaResult } from "../models/models_0";
|
|
5
5
|
import { S3ControlClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../S3ControlClient";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link GetAccessPointForObjectLambdaCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface GetAccessPointForObjectLambdaCommandInput extends GetAccessPointForObjectLambdaRequest {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link GetAccessPointForObjectLambdaCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface GetAccessPointForObjectLambdaCommandOutput extends GetAccessPointForObjectLambdaResult, __MetadataBearer {
|
|
9
15
|
}
|
|
10
16
|
/**
|
|
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { GetAccessPointPolicyRequest, GetAccessPointPolicyResult } from "../models/models_0";
|
|
5
5
|
import { S3ControlClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../S3ControlClient";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link GetAccessPointPolicyCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface GetAccessPointPolicyCommandInput extends GetAccessPointPolicyRequest {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link GetAccessPointPolicyCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface GetAccessPointPolicyCommandOutput extends GetAccessPointPolicyResult, __MetadataBearer {
|
|
9
15
|
}
|
|
10
16
|
/**
|
|
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { GetAccessPointPolicyForObjectLambdaRequest, GetAccessPointPolicyForObjectLambdaResult } from "../models/models_0";
|
|
5
5
|
import { S3ControlClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../S3ControlClient";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link GetAccessPointPolicyForObjectLambdaCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface GetAccessPointPolicyForObjectLambdaCommandInput extends GetAccessPointPolicyForObjectLambdaRequest {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link GetAccessPointPolicyForObjectLambdaCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface GetAccessPointPolicyForObjectLambdaCommandOutput extends GetAccessPointPolicyForObjectLambdaResult, __MetadataBearer {
|
|
9
15
|
}
|
|
10
16
|
/**
|
|
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { GetAccessPointPolicyStatusRequest, GetAccessPointPolicyStatusResult } from "../models/models_0";
|
|
5
5
|
import { S3ControlClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../S3ControlClient";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link GetAccessPointPolicyStatusCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface GetAccessPointPolicyStatusCommandInput extends GetAccessPointPolicyStatusRequest {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link GetAccessPointPolicyStatusCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface GetAccessPointPolicyStatusCommandOutput extends GetAccessPointPolicyStatusResult, __MetadataBearer {
|
|
9
15
|
}
|
|
10
16
|
/**
|
|
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { GetAccessPointPolicyStatusForObjectLambdaRequest, GetAccessPointPolicyStatusForObjectLambdaResult } from "../models/models_0";
|
|
5
5
|
import { S3ControlClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../S3ControlClient";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link GetAccessPointPolicyStatusForObjectLambdaCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface GetAccessPointPolicyStatusForObjectLambdaCommandInput extends GetAccessPointPolicyStatusForObjectLambdaRequest {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link GetAccessPointPolicyStatusForObjectLambdaCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface GetAccessPointPolicyStatusForObjectLambdaCommandOutput extends GetAccessPointPolicyStatusForObjectLambdaResult, __MetadataBearer {
|
|
9
15
|
}
|
|
10
16
|
/**
|
|
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { GetBucketRequest, GetBucketResult } from "../models/models_0";
|
|
5
5
|
import { S3ControlClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../S3ControlClient";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link GetBucketCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface GetBucketCommandInput extends GetBucketRequest {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link GetBucketCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface GetBucketCommandOutput extends GetBucketResult, __MetadataBearer {
|
|
9
15
|
}
|
|
10
16
|
/**
|
|
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { GetBucketLifecycleConfigurationRequest, GetBucketLifecycleConfigurationResult } from "../models/models_0";
|
|
5
5
|
import { S3ControlClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../S3ControlClient";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link GetBucketLifecycleConfigurationCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface GetBucketLifecycleConfigurationCommandInput extends GetBucketLifecycleConfigurationRequest {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link GetBucketLifecycleConfigurationCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface GetBucketLifecycleConfigurationCommandOutput extends GetBucketLifecycleConfigurationResult, __MetadataBearer {
|
|
9
15
|
}
|
|
10
16
|
/**
|
|
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { GetBucketPolicyRequest, GetBucketPolicyResult } from "../models/models_0";
|
|
5
5
|
import { S3ControlClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../S3ControlClient";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link GetBucketPolicyCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface GetBucketPolicyCommandInput extends GetBucketPolicyRequest {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link GetBucketPolicyCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface GetBucketPolicyCommandOutput extends GetBucketPolicyResult, __MetadataBearer {
|
|
9
15
|
}
|
|
10
16
|
/**
|
|
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { GetBucketTaggingRequest, GetBucketTaggingResult } from "../models/models_0";
|
|
5
5
|
import { S3ControlClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../S3ControlClient";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link GetBucketTaggingCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface GetBucketTaggingCommandInput extends GetBucketTaggingRequest {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link GetBucketTaggingCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface GetBucketTaggingCommandOutput extends GetBucketTaggingResult, __MetadataBearer {
|
|
9
15
|
}
|
|
10
16
|
/**
|
|
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { GetBucketVersioningRequest, GetBucketVersioningResult } from "../models/models_0";
|
|
5
5
|
import { S3ControlClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../S3ControlClient";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link GetBucketVersioningCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface GetBucketVersioningCommandInput extends GetBucketVersioningRequest {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link GetBucketVersioningCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface GetBucketVersioningCommandOutput extends GetBucketVersioningResult, __MetadataBearer {
|
|
9
15
|
}
|
|
10
16
|
/**
|
|
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { GetJobTaggingRequest, GetJobTaggingResult } from "../models/models_0";
|
|
5
5
|
import { S3ControlClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../S3ControlClient";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link GetJobTaggingCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface GetJobTaggingCommandInput extends GetJobTaggingRequest {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link GetJobTaggingCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface GetJobTaggingCommandOutput extends GetJobTaggingResult, __MetadataBearer {
|
|
9
15
|
}
|
|
10
16
|
/**
|
|
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { GetMultiRegionAccessPointRequest, GetMultiRegionAccessPointResult } from "../models/models_0";
|
|
5
5
|
import { S3ControlClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../S3ControlClient";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link GetMultiRegionAccessPointCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface GetMultiRegionAccessPointCommandInput extends GetMultiRegionAccessPointRequest {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link GetMultiRegionAccessPointCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface GetMultiRegionAccessPointCommandOutput extends GetMultiRegionAccessPointResult, __MetadataBearer {
|
|
9
15
|
}
|
|
10
16
|
/**
|
|
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { GetMultiRegionAccessPointPolicyRequest, GetMultiRegionAccessPointPolicyResult } from "../models/models_0";
|
|
5
5
|
import { S3ControlClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../S3ControlClient";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link GetMultiRegionAccessPointPolicyCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface GetMultiRegionAccessPointPolicyCommandInput extends GetMultiRegionAccessPointPolicyRequest {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link GetMultiRegionAccessPointPolicyCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface GetMultiRegionAccessPointPolicyCommandOutput extends GetMultiRegionAccessPointPolicyResult, __MetadataBearer {
|
|
9
15
|
}
|
|
10
16
|
/**
|
|
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { GetMultiRegionAccessPointPolicyStatusRequest, GetMultiRegionAccessPointPolicyStatusResult } from "../models/models_0";
|
|
5
5
|
import { S3ControlClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../S3ControlClient";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link GetMultiRegionAccessPointPolicyStatusCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface GetMultiRegionAccessPointPolicyStatusCommandInput extends GetMultiRegionAccessPointPolicyStatusRequest {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link GetMultiRegionAccessPointPolicyStatusCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface GetMultiRegionAccessPointPolicyStatusCommandOutput extends GetMultiRegionAccessPointPolicyStatusResult, __MetadataBearer {
|
|
9
15
|
}
|
|
10
16
|
/**
|
|
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { GetMultiRegionAccessPointRoutesRequest, GetMultiRegionAccessPointRoutesResult } from "../models/models_0";
|
|
5
5
|
import { S3ControlClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../S3ControlClient";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link GetMultiRegionAccessPointRoutesCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface GetMultiRegionAccessPointRoutesCommandInput extends GetMultiRegionAccessPointRoutesRequest {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link GetMultiRegionAccessPointRoutesCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface GetMultiRegionAccessPointRoutesCommandOutput extends GetMultiRegionAccessPointRoutesResult, __MetadataBearer {
|
|
9
15
|
}
|
|
10
16
|
/**
|
|
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { GetPublicAccessBlockOutput, GetPublicAccessBlockRequest } from "../models/models_0";
|
|
5
5
|
import { S3ControlClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../S3ControlClient";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link GetPublicAccessBlockCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface GetPublicAccessBlockCommandInput extends GetPublicAccessBlockRequest {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link GetPublicAccessBlockCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface GetPublicAccessBlockCommandOutput extends GetPublicAccessBlockOutput, __MetadataBearer {
|
|
9
15
|
}
|
|
10
16
|
/**
|
|
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { GetStorageLensConfigurationRequest, GetStorageLensConfigurationResult } from "../models/models_0";
|
|
5
5
|
import { S3ControlClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../S3ControlClient";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link GetStorageLensConfigurationCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface GetStorageLensConfigurationCommandInput extends GetStorageLensConfigurationRequest {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link GetStorageLensConfigurationCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface GetStorageLensConfigurationCommandOutput extends GetStorageLensConfigurationResult, __MetadataBearer {
|
|
9
15
|
}
|
|
10
16
|
/**
|
|
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { GetStorageLensConfigurationTaggingRequest, GetStorageLensConfigurationTaggingResult } from "../models/models_0";
|
|
5
5
|
import { S3ControlClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../S3ControlClient";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link GetStorageLensConfigurationTaggingCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface GetStorageLensConfigurationTaggingCommandInput extends GetStorageLensConfigurationTaggingRequest {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link GetStorageLensConfigurationTaggingCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface GetStorageLensConfigurationTaggingCommandOutput extends GetStorageLensConfigurationTaggingResult, __MetadataBearer {
|
|
9
15
|
}
|
|
10
16
|
/**
|
|
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { ListAccessPointsRequest, ListAccessPointsResult } from "../models/models_0";
|
|
5
5
|
import { S3ControlClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../S3ControlClient";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link ListAccessPointsCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface ListAccessPointsCommandInput extends ListAccessPointsRequest {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link ListAccessPointsCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface ListAccessPointsCommandOutput extends ListAccessPointsResult, __MetadataBearer {
|
|
9
15
|
}
|
|
10
16
|
/**
|
|
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { ListAccessPointsForObjectLambdaRequest, ListAccessPointsForObjectLambdaResult } from "../models/models_0";
|
|
5
5
|
import { S3ControlClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../S3ControlClient";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link ListAccessPointsForObjectLambdaCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface ListAccessPointsForObjectLambdaCommandInput extends ListAccessPointsForObjectLambdaRequest {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link ListAccessPointsForObjectLambdaCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface ListAccessPointsForObjectLambdaCommandOutput extends ListAccessPointsForObjectLambdaResult, __MetadataBearer {
|
|
9
15
|
}
|
|
10
16
|
/**
|
|
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { ListJobsRequest, ListJobsResult } from "../models/models_0";
|
|
5
5
|
import { S3ControlClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../S3ControlClient";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link ListJobsCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface ListJobsCommandInput extends ListJobsRequest {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link ListJobsCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface ListJobsCommandOutput extends ListJobsResult, __MetadataBearer {
|
|
9
15
|
}
|
|
10
16
|
/**
|
|
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { ListMultiRegionAccessPointsRequest, ListMultiRegionAccessPointsResult } from "../models/models_0";
|
|
5
5
|
import { S3ControlClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../S3ControlClient";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link ListMultiRegionAccessPointsCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface ListMultiRegionAccessPointsCommandInput extends ListMultiRegionAccessPointsRequest {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link ListMultiRegionAccessPointsCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface ListMultiRegionAccessPointsCommandOutput extends ListMultiRegionAccessPointsResult, __MetadataBearer {
|
|
9
15
|
}
|
|
10
16
|
/**
|
|
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { ListRegionalBucketsRequest, ListRegionalBucketsResult } from "../models/models_0";
|
|
5
5
|
import { S3ControlClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../S3ControlClient";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link ListRegionalBucketsCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface ListRegionalBucketsCommandInput extends ListRegionalBucketsRequest {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link ListRegionalBucketsCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface ListRegionalBucketsCommandOutput extends ListRegionalBucketsResult, __MetadataBearer {
|
|
9
15
|
}
|
|
10
16
|
/**
|
|
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { ListStorageLensConfigurationsRequest, ListStorageLensConfigurationsResult } from "../models/models_0";
|
|
5
5
|
import { S3ControlClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../S3ControlClient";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link ListStorageLensConfigurationsCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface ListStorageLensConfigurationsCommandInput extends ListStorageLensConfigurationsRequest {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link ListStorageLensConfigurationsCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface ListStorageLensConfigurationsCommandOutput extends ListStorageLensConfigurationsResult, __MetadataBearer {
|
|
9
15
|
}
|
|
10
16
|
/**
|
|
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { PutAccessPointConfigurationForObjectLambdaRequest } from "../models/models_0";
|
|
5
5
|
import { S3ControlClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../S3ControlClient";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link PutAccessPointConfigurationForObjectLambdaCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface PutAccessPointConfigurationForObjectLambdaCommandInput extends PutAccessPointConfigurationForObjectLambdaRequest {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link PutAccessPointConfigurationForObjectLambdaCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface PutAccessPointConfigurationForObjectLambdaCommandOutput extends __MetadataBearer {
|
|
9
15
|
}
|
|
10
16
|
/**
|