@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,6 +1,7 @@
|
|
|
1
|
-
import { PaginationConfiguration } from "@aws-sdk/types";
|
|
2
|
-
import { S3Control } from "../S3Control";
|
|
3
|
-
import { S3ControlClient } from "../S3ControlClient";
|
|
4
|
-
export interface S3ControlPaginationConfiguration
|
|
5
|
-
|
|
6
|
-
|
|
1
|
+
import { PaginationConfiguration } from "@aws-sdk/types";
|
|
2
|
+
import { S3Control } from "../S3Control";
|
|
3
|
+
import { S3ControlClient } from "../S3ControlClient";
|
|
4
|
+
export interface S3ControlPaginationConfiguration
|
|
5
|
+
extends PaginationConfiguration {
|
|
6
|
+
client: S3Control | S3ControlClient;
|
|
7
|
+
}
|
|
@@ -1,4 +1,11 @@
|
|
|
1
|
-
import { Paginator } from "@aws-sdk/types";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import {
|
|
3
|
+
ListAccessPointsForObjectLambdaCommandInput,
|
|
4
|
+
ListAccessPointsForObjectLambdaCommandOutput,
|
|
5
|
+
} from "../commands/ListAccessPointsForObjectLambdaCommand";
|
|
6
|
+
import { S3ControlPaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare function paginateListAccessPointsForObjectLambda(
|
|
8
|
+
config: S3ControlPaginationConfiguration,
|
|
9
|
+
input: ListAccessPointsForObjectLambdaCommandInput,
|
|
10
|
+
...additionalArguments: any
|
|
11
|
+
): Paginator<ListAccessPointsForObjectLambdaCommandOutput>;
|
|
@@ -1,4 +1,11 @@
|
|
|
1
|
-
import { Paginator } from "@aws-sdk/types";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import {
|
|
3
|
+
ListAccessPointsCommandInput,
|
|
4
|
+
ListAccessPointsCommandOutput,
|
|
5
|
+
} from "../commands/ListAccessPointsCommand";
|
|
6
|
+
import { S3ControlPaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare function paginateListAccessPoints(
|
|
8
|
+
config: S3ControlPaginationConfiguration,
|
|
9
|
+
input: ListAccessPointsCommandInput,
|
|
10
|
+
...additionalArguments: any
|
|
11
|
+
): Paginator<ListAccessPointsCommandOutput>;
|
|
@@ -1,4 +1,11 @@
|
|
|
1
|
-
import { Paginator } from "@aws-sdk/types";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import {
|
|
3
|
+
ListJobsCommandInput,
|
|
4
|
+
ListJobsCommandOutput,
|
|
5
|
+
} from "../commands/ListJobsCommand";
|
|
6
|
+
import { S3ControlPaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare function paginateListJobs(
|
|
8
|
+
config: S3ControlPaginationConfiguration,
|
|
9
|
+
input: ListJobsCommandInput,
|
|
10
|
+
...additionalArguments: any
|
|
11
|
+
): Paginator<ListJobsCommandOutput>;
|
|
@@ -1,4 +1,11 @@
|
|
|
1
|
-
import { Paginator } from "@aws-sdk/types";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import {
|
|
3
|
+
ListMultiRegionAccessPointsCommandInput,
|
|
4
|
+
ListMultiRegionAccessPointsCommandOutput,
|
|
5
|
+
} from "../commands/ListMultiRegionAccessPointsCommand";
|
|
6
|
+
import { S3ControlPaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare function paginateListMultiRegionAccessPoints(
|
|
8
|
+
config: S3ControlPaginationConfiguration,
|
|
9
|
+
input: ListMultiRegionAccessPointsCommandInput,
|
|
10
|
+
...additionalArguments: any
|
|
11
|
+
): Paginator<ListMultiRegionAccessPointsCommandOutput>;
|
|
@@ -1,4 +1,11 @@
|
|
|
1
|
-
import { Paginator } from "@aws-sdk/types";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import {
|
|
3
|
+
ListRegionalBucketsCommandInput,
|
|
4
|
+
ListRegionalBucketsCommandOutput,
|
|
5
|
+
} from "../commands/ListRegionalBucketsCommand";
|
|
6
|
+
import { S3ControlPaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare function paginateListRegionalBuckets(
|
|
8
|
+
config: S3ControlPaginationConfiguration,
|
|
9
|
+
input: ListRegionalBucketsCommandInput,
|
|
10
|
+
...additionalArguments: any
|
|
11
|
+
): Paginator<ListRegionalBucketsCommandOutput>;
|
|
@@ -1,4 +1,11 @@
|
|
|
1
|
-
import { Paginator } from "@aws-sdk/types";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import {
|
|
3
|
+
ListStorageLensConfigurationsCommandInput,
|
|
4
|
+
ListStorageLensConfigurationsCommandOutput,
|
|
5
|
+
} from "../commands/ListStorageLensConfigurationsCommand";
|
|
6
|
+
import { S3ControlPaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare function paginateListStorageLensConfigurations(
|
|
8
|
+
config: S3ControlPaginationConfiguration,
|
|
9
|
+
input: ListStorageLensConfigurationsCommandInput,
|
|
10
|
+
...additionalArguments: any
|
|
11
|
+
): Paginator<ListStorageLensConfigurationsCommandOutput>;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
export * from "./Interfaces";
|
|
2
|
-
export * from "./ListAccessPointsForObjectLambdaPaginator";
|
|
3
|
-
export * from "./ListAccessPointsPaginator";
|
|
4
|
-
export * from "./ListJobsPaginator";
|
|
5
|
-
export * from "./ListMultiRegionAccessPointsPaginator";
|
|
6
|
-
export * from "./ListRegionalBucketsPaginator";
|
|
7
|
-
export * from "./ListStorageLensConfigurationsPaginator";
|
|
1
|
+
export * from "./Interfaces";
|
|
2
|
+
export * from "./ListAccessPointsForObjectLambdaPaginator";
|
|
3
|
+
export * from "./ListAccessPointsPaginator";
|
|
4
|
+
export * from "./ListJobsPaginator";
|
|
5
|
+
export * from "./ListMultiRegionAccessPointsPaginator";
|
|
6
|
+
export * from "./ListRegionalBucketsPaginator";
|
|
7
|
+
export * from "./ListStorageLensConfigurationsPaginator";
|