@aws-sdk/client-s3-control 3.169.0 → 3.170.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 +8 -0
- package/dist-types/ts3.4/S3Control.d.ts +1102 -290
- package/dist-types/ts3.4/S3ControlClient.d.ts +483 -137
- package/dist-types/ts3.4/commands/CreateAccessPointCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/CreateAccessPointForObjectLambdaCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CreateBucketCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/CreateJobCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/CreateMultiRegionAccessPointCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DeleteAccessPointCommand.d.ts +33 -17
- package/dist-types/ts3.4/commands/DeleteAccessPointForObjectLambdaCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DeleteAccessPointPolicyCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DeleteAccessPointPolicyForObjectLambdaCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DeleteBucketCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/DeleteBucketLifecycleConfigurationCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DeleteBucketPolicyCommand.d.ts +33 -17
- package/dist-types/ts3.4/commands/DeleteBucketTaggingCommand.d.ts +33 -17
- package/dist-types/ts3.4/commands/DeleteJobTaggingCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DeleteMultiRegionAccessPointCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DeletePublicAccessBlockCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DeleteStorageLensConfigurationCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DeleteStorageLensConfigurationTaggingCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeJobCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/DescribeMultiRegionAccessPointOperationCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetAccessPointCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/GetAccessPointConfigurationForObjectLambdaCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetAccessPointForObjectLambdaCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetAccessPointPolicyCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetAccessPointPolicyForObjectLambdaCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetAccessPointPolicyStatusCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetAccessPointPolicyStatusForObjectLambdaCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetBucketCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/GetBucketLifecycleConfigurationCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetBucketPolicyCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/GetBucketTaggingCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/GetJobTaggingCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/GetMultiRegionAccessPointCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetMultiRegionAccessPointPolicyCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetMultiRegionAccessPointPolicyStatusCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetPublicAccessBlockCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetStorageLensConfigurationCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetStorageLensConfigurationTaggingCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListAccessPointsCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/ListAccessPointsForObjectLambdaCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListJobsCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/ListMultiRegionAccessPointsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListRegionalBucketsCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/ListStorageLensConfigurationsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/PutAccessPointConfigurationForObjectLambdaCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/PutAccessPointPolicyCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/PutAccessPointPolicyForObjectLambdaCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/PutBucketLifecycleConfigurationCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/PutBucketPolicyCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/PutBucketTaggingCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/PutJobTaggingCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/PutMultiRegionAccessPointPolicyCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/PutPublicAccessBlockCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/PutStorageLensConfigurationCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/PutStorageLensConfigurationTaggingCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/UpdateJobPriorityCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/UpdateJobStatusCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/index.d.ts +57 -57
- package/dist-types/ts3.4/endpoints.d.ts +2 -2
- package/dist-types/ts3.4/index.d.ts +6 -6
- package/dist-types/ts3.4/models/S3ControlServiceException.d.ts +8 -6
- package/dist-types/ts3.4/models/index.d.ts +1 -1
- package/dist-types/ts3.4/models/models_0.d.ts +2252 -2062
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +7 -6
- package/dist-types/ts3.4/pagination/ListAccessPointsForObjectLambdaPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListAccessPointsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListJobsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListMultiRegionAccessPointsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListRegionalBucketsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListStorageLensConfigurationsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/index.d.ts +7 -7
- package/dist-types/ts3.4/protocols/Aws_restXml.d.ts +689 -173
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +74 -42
- package/dist-types/ts3.4/runtimeConfig.d.ts +75 -43
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +75 -41
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +11 -11
- package/package.json +40 -40
|
@@ -1,17 +1,37 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
}
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
}
|
|
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 { PutAccessPointConfigurationForObjectLambdaRequest } from "../models/models_0";
|
|
9
|
+
import {
|
|
10
|
+
S3ControlClientResolvedConfig,
|
|
11
|
+
ServiceInputTypes,
|
|
12
|
+
ServiceOutputTypes,
|
|
13
|
+
} from "../S3ControlClient";
|
|
14
|
+
export interface PutAccessPointConfigurationForObjectLambdaCommandInput
|
|
15
|
+
extends PutAccessPointConfigurationForObjectLambdaRequest {}
|
|
16
|
+
export interface PutAccessPointConfigurationForObjectLambdaCommandOutput
|
|
17
|
+
extends __MetadataBearer {}
|
|
18
|
+
|
|
19
|
+
export declare class PutAccessPointConfigurationForObjectLambdaCommand extends $Command<
|
|
20
|
+
PutAccessPointConfigurationForObjectLambdaCommandInput,
|
|
21
|
+
PutAccessPointConfigurationForObjectLambdaCommandOutput,
|
|
22
|
+
S3ControlClientResolvedConfig
|
|
23
|
+
> {
|
|
24
|
+
readonly input: PutAccessPointConfigurationForObjectLambdaCommandInput;
|
|
25
|
+
constructor(input: PutAccessPointConfigurationForObjectLambdaCommandInput);
|
|
26
|
+
|
|
27
|
+
resolveMiddleware(
|
|
28
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
|
+
configuration: S3ControlClientResolvedConfig,
|
|
30
|
+
options?: __HttpHandlerOptions
|
|
31
|
+
): Handler<
|
|
32
|
+
PutAccessPointConfigurationForObjectLambdaCommandInput,
|
|
33
|
+
PutAccessPointConfigurationForObjectLambdaCommandOutput
|
|
34
|
+
>;
|
|
35
|
+
private serialize;
|
|
36
|
+
private deserialize;
|
|
37
|
+
}
|
|
@@ -1,17 +1,36 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
}
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
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 { PutAccessPointPolicyRequest } from "../models/models_0";
|
|
9
|
+
import {
|
|
10
|
+
S3ControlClientResolvedConfig,
|
|
11
|
+
ServiceInputTypes,
|
|
12
|
+
ServiceOutputTypes,
|
|
13
|
+
} from "../S3ControlClient";
|
|
14
|
+
export interface PutAccessPointPolicyCommandInput
|
|
15
|
+
extends PutAccessPointPolicyRequest {}
|
|
16
|
+
export interface PutAccessPointPolicyCommandOutput extends __MetadataBearer {}
|
|
17
|
+
|
|
18
|
+
export declare class PutAccessPointPolicyCommand extends $Command<
|
|
19
|
+
PutAccessPointPolicyCommandInput,
|
|
20
|
+
PutAccessPointPolicyCommandOutput,
|
|
21
|
+
S3ControlClientResolvedConfig
|
|
22
|
+
> {
|
|
23
|
+
readonly input: PutAccessPointPolicyCommandInput;
|
|
24
|
+
constructor(input: PutAccessPointPolicyCommandInput);
|
|
25
|
+
|
|
26
|
+
resolveMiddleware(
|
|
27
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
28
|
+
configuration: S3ControlClientResolvedConfig,
|
|
29
|
+
options?: __HttpHandlerOptions
|
|
30
|
+
): Handler<
|
|
31
|
+
PutAccessPointPolicyCommandInput,
|
|
32
|
+
PutAccessPointPolicyCommandOutput
|
|
33
|
+
>;
|
|
34
|
+
private serialize;
|
|
35
|
+
private deserialize;
|
|
36
|
+
}
|
|
@@ -1,17 +1,37 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
}
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
}
|
|
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 { PutAccessPointPolicyForObjectLambdaRequest } from "../models/models_0";
|
|
9
|
+
import {
|
|
10
|
+
S3ControlClientResolvedConfig,
|
|
11
|
+
ServiceInputTypes,
|
|
12
|
+
ServiceOutputTypes,
|
|
13
|
+
} from "../S3ControlClient";
|
|
14
|
+
export interface PutAccessPointPolicyForObjectLambdaCommandInput
|
|
15
|
+
extends PutAccessPointPolicyForObjectLambdaRequest {}
|
|
16
|
+
export interface PutAccessPointPolicyForObjectLambdaCommandOutput
|
|
17
|
+
extends __MetadataBearer {}
|
|
18
|
+
|
|
19
|
+
export declare class PutAccessPointPolicyForObjectLambdaCommand extends $Command<
|
|
20
|
+
PutAccessPointPolicyForObjectLambdaCommandInput,
|
|
21
|
+
PutAccessPointPolicyForObjectLambdaCommandOutput,
|
|
22
|
+
S3ControlClientResolvedConfig
|
|
23
|
+
> {
|
|
24
|
+
readonly input: PutAccessPointPolicyForObjectLambdaCommandInput;
|
|
25
|
+
constructor(input: PutAccessPointPolicyForObjectLambdaCommandInput);
|
|
26
|
+
|
|
27
|
+
resolveMiddleware(
|
|
28
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
|
+
configuration: S3ControlClientResolvedConfig,
|
|
30
|
+
options?: __HttpHandlerOptions
|
|
31
|
+
): Handler<
|
|
32
|
+
PutAccessPointPolicyForObjectLambdaCommandInput,
|
|
33
|
+
PutAccessPointPolicyForObjectLambdaCommandOutput
|
|
34
|
+
>;
|
|
35
|
+
private serialize;
|
|
36
|
+
private deserialize;
|
|
37
|
+
}
|
|
@@ -1,17 +1,37 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
}
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
}
|
|
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 { PutBucketLifecycleConfigurationRequest } from "../models/models_0";
|
|
9
|
+
import {
|
|
10
|
+
S3ControlClientResolvedConfig,
|
|
11
|
+
ServiceInputTypes,
|
|
12
|
+
ServiceOutputTypes,
|
|
13
|
+
} from "../S3ControlClient";
|
|
14
|
+
export interface PutBucketLifecycleConfigurationCommandInput
|
|
15
|
+
extends PutBucketLifecycleConfigurationRequest {}
|
|
16
|
+
export interface PutBucketLifecycleConfigurationCommandOutput
|
|
17
|
+
extends __MetadataBearer {}
|
|
18
|
+
|
|
19
|
+
export declare class PutBucketLifecycleConfigurationCommand extends $Command<
|
|
20
|
+
PutBucketLifecycleConfigurationCommandInput,
|
|
21
|
+
PutBucketLifecycleConfigurationCommandOutput,
|
|
22
|
+
S3ControlClientResolvedConfig
|
|
23
|
+
> {
|
|
24
|
+
readonly input: PutBucketLifecycleConfigurationCommandInput;
|
|
25
|
+
constructor(input: PutBucketLifecycleConfigurationCommandInput);
|
|
26
|
+
|
|
27
|
+
resolveMiddleware(
|
|
28
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
|
+
configuration: S3ControlClientResolvedConfig,
|
|
30
|
+
options?: __HttpHandlerOptions
|
|
31
|
+
): Handler<
|
|
32
|
+
PutBucketLifecycleConfigurationCommandInput,
|
|
33
|
+
PutBucketLifecycleConfigurationCommandOutput
|
|
34
|
+
>;
|
|
35
|
+
private serialize;
|
|
36
|
+
private deserialize;
|
|
37
|
+
}
|
|
@@ -1,17 +1,32 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
}
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
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 { PutBucketPolicyRequest } from "../models/models_0";
|
|
9
|
+
import {
|
|
10
|
+
S3ControlClientResolvedConfig,
|
|
11
|
+
ServiceInputTypes,
|
|
12
|
+
ServiceOutputTypes,
|
|
13
|
+
} from "../S3ControlClient";
|
|
14
|
+
export interface PutBucketPolicyCommandInput extends PutBucketPolicyRequest {}
|
|
15
|
+
export interface PutBucketPolicyCommandOutput extends __MetadataBearer {}
|
|
16
|
+
|
|
17
|
+
export declare class PutBucketPolicyCommand extends $Command<
|
|
18
|
+
PutBucketPolicyCommandInput,
|
|
19
|
+
PutBucketPolicyCommandOutput,
|
|
20
|
+
S3ControlClientResolvedConfig
|
|
21
|
+
> {
|
|
22
|
+
readonly input: PutBucketPolicyCommandInput;
|
|
23
|
+
constructor(input: PutBucketPolicyCommandInput);
|
|
24
|
+
|
|
25
|
+
resolveMiddleware(
|
|
26
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
27
|
+
configuration: S3ControlClientResolvedConfig,
|
|
28
|
+
options?: __HttpHandlerOptions
|
|
29
|
+
): Handler<PutBucketPolicyCommandInput, PutBucketPolicyCommandOutput>;
|
|
30
|
+
private serialize;
|
|
31
|
+
private deserialize;
|
|
32
|
+
}
|
|
@@ -1,17 +1,32 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
}
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
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 { PutBucketTaggingRequest } from "../models/models_0";
|
|
9
|
+
import {
|
|
10
|
+
S3ControlClientResolvedConfig,
|
|
11
|
+
ServiceInputTypes,
|
|
12
|
+
ServiceOutputTypes,
|
|
13
|
+
} from "../S3ControlClient";
|
|
14
|
+
export interface PutBucketTaggingCommandInput extends PutBucketTaggingRequest {}
|
|
15
|
+
export interface PutBucketTaggingCommandOutput extends __MetadataBearer {}
|
|
16
|
+
|
|
17
|
+
export declare class PutBucketTaggingCommand extends $Command<
|
|
18
|
+
PutBucketTaggingCommandInput,
|
|
19
|
+
PutBucketTaggingCommandOutput,
|
|
20
|
+
S3ControlClientResolvedConfig
|
|
21
|
+
> {
|
|
22
|
+
readonly input: PutBucketTaggingCommandInput;
|
|
23
|
+
constructor(input: PutBucketTaggingCommandInput);
|
|
24
|
+
|
|
25
|
+
resolveMiddleware(
|
|
26
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
27
|
+
configuration: S3ControlClientResolvedConfig,
|
|
28
|
+
options?: __HttpHandlerOptions
|
|
29
|
+
): Handler<PutBucketTaggingCommandInput, PutBucketTaggingCommandOutput>;
|
|
30
|
+
private serialize;
|
|
31
|
+
private deserialize;
|
|
32
|
+
}
|
|
@@ -1,17 +1,34 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
}
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
}
|
|
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 { PutJobTaggingRequest, PutJobTaggingResult } from "../models/models_0";
|
|
9
|
+
import {
|
|
10
|
+
S3ControlClientResolvedConfig,
|
|
11
|
+
ServiceInputTypes,
|
|
12
|
+
ServiceOutputTypes,
|
|
13
|
+
} from "../S3ControlClient";
|
|
14
|
+
export interface PutJobTaggingCommandInput extends PutJobTaggingRequest {}
|
|
15
|
+
export interface PutJobTaggingCommandOutput
|
|
16
|
+
extends PutJobTaggingResult,
|
|
17
|
+
__MetadataBearer {}
|
|
18
|
+
|
|
19
|
+
export declare class PutJobTaggingCommand extends $Command<
|
|
20
|
+
PutJobTaggingCommandInput,
|
|
21
|
+
PutJobTaggingCommandOutput,
|
|
22
|
+
S3ControlClientResolvedConfig
|
|
23
|
+
> {
|
|
24
|
+
readonly input: PutJobTaggingCommandInput;
|
|
25
|
+
constructor(input: PutJobTaggingCommandInput);
|
|
26
|
+
|
|
27
|
+
resolveMiddleware(
|
|
28
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
|
+
configuration: S3ControlClientResolvedConfig,
|
|
30
|
+
options?: __HttpHandlerOptions
|
|
31
|
+
): Handler<PutJobTaggingCommandInput, PutJobTaggingCommandOutput>;
|
|
32
|
+
private serialize;
|
|
33
|
+
private deserialize;
|
|
34
|
+
}
|
|
@@ -1,17 +1,41 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
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
|
+
PutMultiRegionAccessPointPolicyRequest,
|
|
10
|
+
PutMultiRegionAccessPointPolicyResult,
|
|
11
|
+
} from "../models/models_0";
|
|
12
|
+
import {
|
|
13
|
+
S3ControlClientResolvedConfig,
|
|
14
|
+
ServiceInputTypes,
|
|
15
|
+
ServiceOutputTypes,
|
|
16
|
+
} from "../S3ControlClient";
|
|
17
|
+
export interface PutMultiRegionAccessPointPolicyCommandInput
|
|
18
|
+
extends PutMultiRegionAccessPointPolicyRequest {}
|
|
19
|
+
export interface PutMultiRegionAccessPointPolicyCommandOutput
|
|
20
|
+
extends PutMultiRegionAccessPointPolicyResult,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class PutMultiRegionAccessPointPolicyCommand extends $Command<
|
|
24
|
+
PutMultiRegionAccessPointPolicyCommandInput,
|
|
25
|
+
PutMultiRegionAccessPointPolicyCommandOutput,
|
|
26
|
+
S3ControlClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: PutMultiRegionAccessPointPolicyCommandInput;
|
|
29
|
+
constructor(input: PutMultiRegionAccessPointPolicyCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: S3ControlClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
PutMultiRegionAccessPointPolicyCommandInput,
|
|
37
|
+
PutMultiRegionAccessPointPolicyCommandOutput
|
|
38
|
+
>;
|
|
39
|
+
private serialize;
|
|
40
|
+
private deserialize;
|
|
41
|
+
}
|
|
@@ -1,17 +1,36 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
}
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
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 { PutPublicAccessBlockRequest } from "../models/models_0";
|
|
9
|
+
import {
|
|
10
|
+
S3ControlClientResolvedConfig,
|
|
11
|
+
ServiceInputTypes,
|
|
12
|
+
ServiceOutputTypes,
|
|
13
|
+
} from "../S3ControlClient";
|
|
14
|
+
export interface PutPublicAccessBlockCommandInput
|
|
15
|
+
extends PutPublicAccessBlockRequest {}
|
|
16
|
+
export interface PutPublicAccessBlockCommandOutput extends __MetadataBearer {}
|
|
17
|
+
|
|
18
|
+
export declare class PutPublicAccessBlockCommand extends $Command<
|
|
19
|
+
PutPublicAccessBlockCommandInput,
|
|
20
|
+
PutPublicAccessBlockCommandOutput,
|
|
21
|
+
S3ControlClientResolvedConfig
|
|
22
|
+
> {
|
|
23
|
+
readonly input: PutPublicAccessBlockCommandInput;
|
|
24
|
+
constructor(input: PutPublicAccessBlockCommandInput);
|
|
25
|
+
|
|
26
|
+
resolveMiddleware(
|
|
27
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
28
|
+
configuration: S3ControlClientResolvedConfig,
|
|
29
|
+
options?: __HttpHandlerOptions
|
|
30
|
+
): Handler<
|
|
31
|
+
PutPublicAccessBlockCommandInput,
|
|
32
|
+
PutPublicAccessBlockCommandOutput
|
|
33
|
+
>;
|
|
34
|
+
private serialize;
|
|
35
|
+
private deserialize;
|
|
36
|
+
}
|
|
@@ -1,17 +1,37 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
}
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
}
|
|
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 { PutStorageLensConfigurationRequest } from "../models/models_0";
|
|
9
|
+
import {
|
|
10
|
+
S3ControlClientResolvedConfig,
|
|
11
|
+
ServiceInputTypes,
|
|
12
|
+
ServiceOutputTypes,
|
|
13
|
+
} from "../S3ControlClient";
|
|
14
|
+
export interface PutStorageLensConfigurationCommandInput
|
|
15
|
+
extends PutStorageLensConfigurationRequest {}
|
|
16
|
+
export interface PutStorageLensConfigurationCommandOutput
|
|
17
|
+
extends __MetadataBearer {}
|
|
18
|
+
|
|
19
|
+
export declare class PutStorageLensConfigurationCommand extends $Command<
|
|
20
|
+
PutStorageLensConfigurationCommandInput,
|
|
21
|
+
PutStorageLensConfigurationCommandOutput,
|
|
22
|
+
S3ControlClientResolvedConfig
|
|
23
|
+
> {
|
|
24
|
+
readonly input: PutStorageLensConfigurationCommandInput;
|
|
25
|
+
constructor(input: PutStorageLensConfigurationCommandInput);
|
|
26
|
+
|
|
27
|
+
resolveMiddleware(
|
|
28
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
|
+
configuration: S3ControlClientResolvedConfig,
|
|
30
|
+
options?: __HttpHandlerOptions
|
|
31
|
+
): Handler<
|
|
32
|
+
PutStorageLensConfigurationCommandInput,
|
|
33
|
+
PutStorageLensConfigurationCommandOutput
|
|
34
|
+
>;
|
|
35
|
+
private serialize;
|
|
36
|
+
private deserialize;
|
|
37
|
+
}
|
|
@@ -1,17 +1,41 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
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
|
+
PutStorageLensConfigurationTaggingRequest,
|
|
10
|
+
PutStorageLensConfigurationTaggingResult,
|
|
11
|
+
} from "../models/models_0";
|
|
12
|
+
import {
|
|
13
|
+
S3ControlClientResolvedConfig,
|
|
14
|
+
ServiceInputTypes,
|
|
15
|
+
ServiceOutputTypes,
|
|
16
|
+
} from "../S3ControlClient";
|
|
17
|
+
export interface PutStorageLensConfigurationTaggingCommandInput
|
|
18
|
+
extends PutStorageLensConfigurationTaggingRequest {}
|
|
19
|
+
export interface PutStorageLensConfigurationTaggingCommandOutput
|
|
20
|
+
extends PutStorageLensConfigurationTaggingResult,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class PutStorageLensConfigurationTaggingCommand extends $Command<
|
|
24
|
+
PutStorageLensConfigurationTaggingCommandInput,
|
|
25
|
+
PutStorageLensConfigurationTaggingCommandOutput,
|
|
26
|
+
S3ControlClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: PutStorageLensConfigurationTaggingCommandInput;
|
|
29
|
+
constructor(input: PutStorageLensConfigurationTaggingCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: S3ControlClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
PutStorageLensConfigurationTaggingCommandInput,
|
|
37
|
+
PutStorageLensConfigurationTaggingCommandOutput
|
|
38
|
+
>;
|
|
39
|
+
private serialize;
|
|
40
|
+
private deserialize;
|
|
41
|
+
}
|