@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,38 @@
|
|
|
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
|
+
UpdateJobPriorityRequest,
|
|
10
|
+
UpdateJobPriorityResult,
|
|
11
|
+
} from "../models/models_0";
|
|
12
|
+
import {
|
|
13
|
+
S3ControlClientResolvedConfig,
|
|
14
|
+
ServiceInputTypes,
|
|
15
|
+
ServiceOutputTypes,
|
|
16
|
+
} from "../S3ControlClient";
|
|
17
|
+
export interface UpdateJobPriorityCommandInput
|
|
18
|
+
extends UpdateJobPriorityRequest {}
|
|
19
|
+
export interface UpdateJobPriorityCommandOutput
|
|
20
|
+
extends UpdateJobPriorityResult,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class UpdateJobPriorityCommand extends $Command<
|
|
24
|
+
UpdateJobPriorityCommandInput,
|
|
25
|
+
UpdateJobPriorityCommandOutput,
|
|
26
|
+
S3ControlClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: UpdateJobPriorityCommandInput;
|
|
29
|
+
constructor(input: UpdateJobPriorityCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: S3ControlClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<UpdateJobPriorityCommandInput, UpdateJobPriorityCommandOutput>;
|
|
36
|
+
private serialize;
|
|
37
|
+
private deserialize;
|
|
38
|
+
}
|
|
@@ -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 {
|
|
9
|
+
UpdateJobStatusRequest,
|
|
10
|
+
UpdateJobStatusResult,
|
|
11
|
+
} from "../models/models_0";
|
|
12
|
+
import {
|
|
13
|
+
S3ControlClientResolvedConfig,
|
|
14
|
+
ServiceInputTypes,
|
|
15
|
+
ServiceOutputTypes,
|
|
16
|
+
} from "../S3ControlClient";
|
|
17
|
+
export interface UpdateJobStatusCommandInput extends UpdateJobStatusRequest {}
|
|
18
|
+
export interface UpdateJobStatusCommandOutput
|
|
19
|
+
extends UpdateJobStatusResult,
|
|
20
|
+
__MetadataBearer {}
|
|
21
|
+
|
|
22
|
+
export declare class UpdateJobStatusCommand extends $Command<
|
|
23
|
+
UpdateJobStatusCommandInput,
|
|
24
|
+
UpdateJobStatusCommandOutput,
|
|
25
|
+
S3ControlClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: UpdateJobStatusCommandInput;
|
|
28
|
+
constructor(input: UpdateJobStatusCommandInput);
|
|
29
|
+
|
|
30
|
+
resolveMiddleware(
|
|
31
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
|
+
configuration: S3ControlClientResolvedConfig,
|
|
33
|
+
options?: __HttpHandlerOptions
|
|
34
|
+
): Handler<UpdateJobStatusCommandInput, UpdateJobStatusCommandOutput>;
|
|
35
|
+
private serialize;
|
|
36
|
+
private deserialize;
|
|
37
|
+
}
|
|
@@ -1,57 +1,57 @@
|
|
|
1
|
-
export * from "./CreateAccessPointCommand";
|
|
2
|
-
export * from "./CreateAccessPointForObjectLambdaCommand";
|
|
3
|
-
export * from "./CreateBucketCommand";
|
|
4
|
-
export * from "./CreateJobCommand";
|
|
5
|
-
export * from "./CreateMultiRegionAccessPointCommand";
|
|
6
|
-
export * from "./DeleteAccessPointCommand";
|
|
7
|
-
export * from "./DeleteAccessPointForObjectLambdaCommand";
|
|
8
|
-
export * from "./DeleteAccessPointPolicyCommand";
|
|
9
|
-
export * from "./DeleteAccessPointPolicyForObjectLambdaCommand";
|
|
10
|
-
export * from "./DeleteBucketCommand";
|
|
11
|
-
export * from "./DeleteBucketLifecycleConfigurationCommand";
|
|
12
|
-
export * from "./DeleteBucketPolicyCommand";
|
|
13
|
-
export * from "./DeleteBucketTaggingCommand";
|
|
14
|
-
export * from "./DeleteJobTaggingCommand";
|
|
15
|
-
export * from "./DeleteMultiRegionAccessPointCommand";
|
|
16
|
-
export * from "./DeletePublicAccessBlockCommand";
|
|
17
|
-
export * from "./DeleteStorageLensConfigurationCommand";
|
|
18
|
-
export * from "./DeleteStorageLensConfigurationTaggingCommand";
|
|
19
|
-
export * from "./DescribeJobCommand";
|
|
20
|
-
export * from "./DescribeMultiRegionAccessPointOperationCommand";
|
|
21
|
-
export * from "./GetAccessPointCommand";
|
|
22
|
-
export * from "./GetAccessPointConfigurationForObjectLambdaCommand";
|
|
23
|
-
export * from "./GetAccessPointForObjectLambdaCommand";
|
|
24
|
-
export * from "./GetAccessPointPolicyCommand";
|
|
25
|
-
export * from "./GetAccessPointPolicyForObjectLambdaCommand";
|
|
26
|
-
export * from "./GetAccessPointPolicyStatusCommand";
|
|
27
|
-
export * from "./GetAccessPointPolicyStatusForObjectLambdaCommand";
|
|
28
|
-
export * from "./GetBucketCommand";
|
|
29
|
-
export * from "./GetBucketLifecycleConfigurationCommand";
|
|
30
|
-
export * from "./GetBucketPolicyCommand";
|
|
31
|
-
export * from "./GetBucketTaggingCommand";
|
|
32
|
-
export * from "./GetJobTaggingCommand";
|
|
33
|
-
export * from "./GetMultiRegionAccessPointCommand";
|
|
34
|
-
export * from "./GetMultiRegionAccessPointPolicyCommand";
|
|
35
|
-
export * from "./GetMultiRegionAccessPointPolicyStatusCommand";
|
|
36
|
-
export * from "./GetPublicAccessBlockCommand";
|
|
37
|
-
export * from "./GetStorageLensConfigurationCommand";
|
|
38
|
-
export * from "./GetStorageLensConfigurationTaggingCommand";
|
|
39
|
-
export * from "./ListAccessPointsCommand";
|
|
40
|
-
export * from "./ListAccessPointsForObjectLambdaCommand";
|
|
41
|
-
export * from "./ListJobsCommand";
|
|
42
|
-
export * from "./ListMultiRegionAccessPointsCommand";
|
|
43
|
-
export * from "./ListRegionalBucketsCommand";
|
|
44
|
-
export * from "./ListStorageLensConfigurationsCommand";
|
|
45
|
-
export * from "./PutAccessPointConfigurationForObjectLambdaCommand";
|
|
46
|
-
export * from "./PutAccessPointPolicyCommand";
|
|
47
|
-
export * from "./PutAccessPointPolicyForObjectLambdaCommand";
|
|
48
|
-
export * from "./PutBucketLifecycleConfigurationCommand";
|
|
49
|
-
export * from "./PutBucketPolicyCommand";
|
|
50
|
-
export * from "./PutBucketTaggingCommand";
|
|
51
|
-
export * from "./PutJobTaggingCommand";
|
|
52
|
-
export * from "./PutMultiRegionAccessPointPolicyCommand";
|
|
53
|
-
export * from "./PutPublicAccessBlockCommand";
|
|
54
|
-
export * from "./PutStorageLensConfigurationCommand";
|
|
55
|
-
export * from "./PutStorageLensConfigurationTaggingCommand";
|
|
56
|
-
export * from "./UpdateJobPriorityCommand";
|
|
57
|
-
export * from "./UpdateJobStatusCommand";
|
|
1
|
+
export * from "./CreateAccessPointCommand";
|
|
2
|
+
export * from "./CreateAccessPointForObjectLambdaCommand";
|
|
3
|
+
export * from "./CreateBucketCommand";
|
|
4
|
+
export * from "./CreateJobCommand";
|
|
5
|
+
export * from "./CreateMultiRegionAccessPointCommand";
|
|
6
|
+
export * from "./DeleteAccessPointCommand";
|
|
7
|
+
export * from "./DeleteAccessPointForObjectLambdaCommand";
|
|
8
|
+
export * from "./DeleteAccessPointPolicyCommand";
|
|
9
|
+
export * from "./DeleteAccessPointPolicyForObjectLambdaCommand";
|
|
10
|
+
export * from "./DeleteBucketCommand";
|
|
11
|
+
export * from "./DeleteBucketLifecycleConfigurationCommand";
|
|
12
|
+
export * from "./DeleteBucketPolicyCommand";
|
|
13
|
+
export * from "./DeleteBucketTaggingCommand";
|
|
14
|
+
export * from "./DeleteJobTaggingCommand";
|
|
15
|
+
export * from "./DeleteMultiRegionAccessPointCommand";
|
|
16
|
+
export * from "./DeletePublicAccessBlockCommand";
|
|
17
|
+
export * from "./DeleteStorageLensConfigurationCommand";
|
|
18
|
+
export * from "./DeleteStorageLensConfigurationTaggingCommand";
|
|
19
|
+
export * from "./DescribeJobCommand";
|
|
20
|
+
export * from "./DescribeMultiRegionAccessPointOperationCommand";
|
|
21
|
+
export * from "./GetAccessPointCommand";
|
|
22
|
+
export * from "./GetAccessPointConfigurationForObjectLambdaCommand";
|
|
23
|
+
export * from "./GetAccessPointForObjectLambdaCommand";
|
|
24
|
+
export * from "./GetAccessPointPolicyCommand";
|
|
25
|
+
export * from "./GetAccessPointPolicyForObjectLambdaCommand";
|
|
26
|
+
export * from "./GetAccessPointPolicyStatusCommand";
|
|
27
|
+
export * from "./GetAccessPointPolicyStatusForObjectLambdaCommand";
|
|
28
|
+
export * from "./GetBucketCommand";
|
|
29
|
+
export * from "./GetBucketLifecycleConfigurationCommand";
|
|
30
|
+
export * from "./GetBucketPolicyCommand";
|
|
31
|
+
export * from "./GetBucketTaggingCommand";
|
|
32
|
+
export * from "./GetJobTaggingCommand";
|
|
33
|
+
export * from "./GetMultiRegionAccessPointCommand";
|
|
34
|
+
export * from "./GetMultiRegionAccessPointPolicyCommand";
|
|
35
|
+
export * from "./GetMultiRegionAccessPointPolicyStatusCommand";
|
|
36
|
+
export * from "./GetPublicAccessBlockCommand";
|
|
37
|
+
export * from "./GetStorageLensConfigurationCommand";
|
|
38
|
+
export * from "./GetStorageLensConfigurationTaggingCommand";
|
|
39
|
+
export * from "./ListAccessPointsCommand";
|
|
40
|
+
export * from "./ListAccessPointsForObjectLambdaCommand";
|
|
41
|
+
export * from "./ListJobsCommand";
|
|
42
|
+
export * from "./ListMultiRegionAccessPointsCommand";
|
|
43
|
+
export * from "./ListRegionalBucketsCommand";
|
|
44
|
+
export * from "./ListStorageLensConfigurationsCommand";
|
|
45
|
+
export * from "./PutAccessPointConfigurationForObjectLambdaCommand";
|
|
46
|
+
export * from "./PutAccessPointPolicyCommand";
|
|
47
|
+
export * from "./PutAccessPointPolicyForObjectLambdaCommand";
|
|
48
|
+
export * from "./PutBucketLifecycleConfigurationCommand";
|
|
49
|
+
export * from "./PutBucketPolicyCommand";
|
|
50
|
+
export * from "./PutBucketTaggingCommand";
|
|
51
|
+
export * from "./PutJobTaggingCommand";
|
|
52
|
+
export * from "./PutMultiRegionAccessPointPolicyCommand";
|
|
53
|
+
export * from "./PutPublicAccessBlockCommand";
|
|
54
|
+
export * from "./PutStorageLensConfigurationCommand";
|
|
55
|
+
export * from "./PutStorageLensConfigurationTaggingCommand";
|
|
56
|
+
export * from "./UpdateJobPriorityCommand";
|
|
57
|
+
export * from "./UpdateJobStatusCommand";
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { RegionInfoProvider } from "@aws-sdk/types";
|
|
2
|
-
export declare const defaultRegionInfoProvider: RegionInfoProvider;
|
|
1
|
+
import { RegionInfoProvider } from "@aws-sdk/types";
|
|
2
|
+
export declare const defaultRegionInfoProvider: RegionInfoProvider;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
export * from "./S3Control";
|
|
2
|
-
export * from "./S3ControlClient";
|
|
3
|
-
export * from "./commands";
|
|
4
|
-
export * from "./models";
|
|
5
|
-
export * from "./pagination";
|
|
6
|
-
export { S3ControlServiceException } from "./models/S3ControlServiceException";
|
|
1
|
+
export * from "./S3Control";
|
|
2
|
+
export * from "./S3ControlClient";
|
|
3
|
+
export * from "./commands";
|
|
4
|
+
export * from "./models";
|
|
5
|
+
export * from "./pagination";
|
|
6
|
+
export { S3ControlServiceException } from "./models/S3ControlServiceException";
|
|
@@ -1,6 +1,8 @@
|
|
|
1
|
-
import {
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
1
|
+
import {
|
|
2
|
+
ServiceException as __ServiceException,
|
|
3
|
+
ServiceExceptionOptions as __ServiceExceptionOptions,
|
|
4
|
+
} from "@aws-sdk/smithy-client";
|
|
5
|
+
|
|
6
|
+
export declare class S3ControlServiceException extends __ServiceException {
|
|
7
|
+
constructor(options: __ServiceExceptionOptions);
|
|
8
|
+
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export * from "./models_0";
|
|
1
|
+
export * from "./models_0";
|