@aws-sdk/client-s3-control 3.476.0 → 3.478.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/dist-cjs/pagination/ListAccessGrantsInstancesPaginator.js +2 -24
- package/dist-cjs/pagination/ListAccessGrantsLocationsPaginator.js +2 -24
- package/dist-cjs/pagination/ListAccessGrantsPaginator.js +2 -24
- package/dist-cjs/pagination/ListAccessPointsForObjectLambdaPaginator.js +2 -24
- package/dist-cjs/pagination/ListAccessPointsPaginator.js +2 -24
- package/dist-cjs/pagination/ListJobsPaginator.js +2 -24
- package/dist-cjs/pagination/ListMultiRegionAccessPointsPaginator.js +2 -24
- package/dist-cjs/pagination/ListRegionalBucketsPaginator.js +2 -24
- package/dist-cjs/pagination/ListStorageLensConfigurationsPaginator.js +2 -23
- package/dist-cjs/pagination/ListStorageLensGroupsPaginator.js +2 -23
- package/dist-cjs/protocols/Aws_restXml.js +3245 -4061
- package/dist-es/pagination/ListAccessGrantsInstancesPaginator.js +2 -23
- package/dist-es/pagination/ListAccessGrantsLocationsPaginator.js +2 -23
- package/dist-es/pagination/ListAccessGrantsPaginator.js +2 -23
- package/dist-es/pagination/ListAccessPointsForObjectLambdaPaginator.js +2 -23
- package/dist-es/pagination/ListAccessPointsPaginator.js +2 -23
- package/dist-es/pagination/ListJobsPaginator.js +2 -23
- package/dist-es/pagination/ListMultiRegionAccessPointsPaginator.js +2 -23
- package/dist-es/pagination/ListRegionalBucketsPaginator.js +2 -23
- package/dist-es/pagination/ListStorageLensConfigurationsPaginator.js +2 -22
- package/dist-es/pagination/ListStorageLensGroupsPaginator.js +2 -22
- package/dist-es/protocols/Aws_restXml.js +3247 -4063
- package/dist-types/pagination/ListAccessGrantsInstancesPaginator.d.ts +1 -1
- package/dist-types/pagination/ListAccessGrantsLocationsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListAccessGrantsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListAccessPointsForObjectLambdaPaginator.d.ts +1 -1
- package/dist-types/pagination/ListAccessPointsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListJobsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListMultiRegionAccessPointsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListRegionalBucketsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListStorageLensConfigurationsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListStorageLensGroupsPaginator.d.ts +1 -1
- package/dist-types/ts3.4/pagination/ListAccessGrantsInstancesPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/ListAccessGrantsLocationsPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/ListAccessGrantsPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/ListAccessPointsForObjectLambdaPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/ListAccessPointsPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/ListJobsPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/ListMultiRegionAccessPointsPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/ListRegionalBucketsPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/ListStorageLensConfigurationsPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/ListStorageLensGroupsPaginator.d.ts +3 -3
- package/package.json +8 -7
|
@@ -4,4 +4,4 @@ import { S3ControlPaginationConfiguration } from "./Interfaces";
|
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
7
|
-
export declare
|
|
7
|
+
export declare const paginateListAccessGrantsInstances: (config: S3ControlPaginationConfiguration, input: ListAccessGrantsInstancesCommandInput, ...rest: any[]) => Paginator<ListAccessGrantsInstancesCommandOutput>;
|
|
@@ -4,4 +4,4 @@ import { S3ControlPaginationConfiguration } from "./Interfaces";
|
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
7
|
-
export declare
|
|
7
|
+
export declare const paginateListAccessGrantsLocations: (config: S3ControlPaginationConfiguration, input: ListAccessGrantsLocationsCommandInput, ...rest: any[]) => Paginator<ListAccessGrantsLocationsCommandOutput>;
|
|
@@ -4,4 +4,4 @@ import { S3ControlPaginationConfiguration } from "./Interfaces";
|
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
7
|
-
export declare
|
|
7
|
+
export declare const paginateListAccessGrants: (config: S3ControlPaginationConfiguration, input: ListAccessGrantsCommandInput, ...rest: any[]) => Paginator<ListAccessGrantsCommandOutput>;
|
|
@@ -4,4 +4,4 @@ import { S3ControlPaginationConfiguration } from "./Interfaces";
|
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
7
|
-
export declare
|
|
7
|
+
export declare const paginateListAccessPointsForObjectLambda: (config: S3ControlPaginationConfiguration, input: ListAccessPointsForObjectLambdaCommandInput, ...rest: any[]) => Paginator<ListAccessPointsForObjectLambdaCommandOutput>;
|
|
@@ -4,4 +4,4 @@ import { S3ControlPaginationConfiguration } from "./Interfaces";
|
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
7
|
-
export declare
|
|
7
|
+
export declare const paginateListAccessPoints: (config: S3ControlPaginationConfiguration, input: ListAccessPointsCommandInput, ...rest: any[]) => Paginator<ListAccessPointsCommandOutput>;
|
|
@@ -4,4 +4,4 @@ import { S3ControlPaginationConfiguration } from "./Interfaces";
|
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
7
|
-
export declare
|
|
7
|
+
export declare const paginateListJobs: (config: S3ControlPaginationConfiguration, input: ListJobsCommandInput, ...rest: any[]) => Paginator<ListJobsCommandOutput>;
|
|
@@ -4,4 +4,4 @@ import { S3ControlPaginationConfiguration } from "./Interfaces";
|
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
7
|
-
export declare
|
|
7
|
+
export declare const paginateListMultiRegionAccessPoints: (config: S3ControlPaginationConfiguration, input: ListMultiRegionAccessPointsCommandInput, ...rest: any[]) => Paginator<ListMultiRegionAccessPointsCommandOutput>;
|
|
@@ -4,4 +4,4 @@ import { S3ControlPaginationConfiguration } from "./Interfaces";
|
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
7
|
-
export declare
|
|
7
|
+
export declare const paginateListRegionalBuckets: (config: S3ControlPaginationConfiguration, input: ListRegionalBucketsCommandInput, ...rest: any[]) => Paginator<ListRegionalBucketsCommandOutput>;
|
|
@@ -4,4 +4,4 @@ import { S3ControlPaginationConfiguration } from "./Interfaces";
|
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
7
|
-
export declare
|
|
7
|
+
export declare const paginateListStorageLensConfigurations: (config: S3ControlPaginationConfiguration, input: ListStorageLensConfigurationsCommandInput, ...rest: any[]) => Paginator<ListStorageLensConfigurationsCommandOutput>;
|
|
@@ -4,4 +4,4 @@ import { S3ControlPaginationConfiguration } from "./Interfaces";
|
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
7
|
-
export declare
|
|
7
|
+
export declare const paginateListStorageLensGroups: (config: S3ControlPaginationConfiguration, input: ListStorageLensGroupsCommandInput, ...rest: any[]) => Paginator<ListStorageLensGroupsCommandOutput>;
|
|
@@ -4,8 +4,8 @@ import {
|
|
|
4
4
|
ListAccessGrantsInstancesCommandOutput,
|
|
5
5
|
} from "../commands/ListAccessGrantsInstancesCommand";
|
|
6
6
|
import { S3ControlPaginationConfiguration } from "./Interfaces";
|
|
7
|
-
export declare
|
|
7
|
+
export declare const paginateListAccessGrantsInstances: (
|
|
8
8
|
config: S3ControlPaginationConfiguration,
|
|
9
9
|
input: ListAccessGrantsInstancesCommandInput,
|
|
10
|
-
...
|
|
11
|
-
)
|
|
10
|
+
...rest: any[]
|
|
11
|
+
) => Paginator<ListAccessGrantsInstancesCommandOutput>;
|
|
@@ -4,8 +4,8 @@ import {
|
|
|
4
4
|
ListAccessGrantsLocationsCommandOutput,
|
|
5
5
|
} from "../commands/ListAccessGrantsLocationsCommand";
|
|
6
6
|
import { S3ControlPaginationConfiguration } from "./Interfaces";
|
|
7
|
-
export declare
|
|
7
|
+
export declare const paginateListAccessGrantsLocations: (
|
|
8
8
|
config: S3ControlPaginationConfiguration,
|
|
9
9
|
input: ListAccessGrantsLocationsCommandInput,
|
|
10
|
-
...
|
|
11
|
-
)
|
|
10
|
+
...rest: any[]
|
|
11
|
+
) => Paginator<ListAccessGrantsLocationsCommandOutput>;
|
|
@@ -4,8 +4,8 @@ import {
|
|
|
4
4
|
ListAccessGrantsCommandOutput,
|
|
5
5
|
} from "../commands/ListAccessGrantsCommand";
|
|
6
6
|
import { S3ControlPaginationConfiguration } from "./Interfaces";
|
|
7
|
-
export declare
|
|
7
|
+
export declare const paginateListAccessGrants: (
|
|
8
8
|
config: S3ControlPaginationConfiguration,
|
|
9
9
|
input: ListAccessGrantsCommandInput,
|
|
10
|
-
...
|
|
11
|
-
)
|
|
10
|
+
...rest: any[]
|
|
11
|
+
) => Paginator<ListAccessGrantsCommandOutput>;
|
|
@@ -4,8 +4,8 @@ import {
|
|
|
4
4
|
ListAccessPointsForObjectLambdaCommandOutput,
|
|
5
5
|
} from "../commands/ListAccessPointsForObjectLambdaCommand";
|
|
6
6
|
import { S3ControlPaginationConfiguration } from "./Interfaces";
|
|
7
|
-
export declare
|
|
7
|
+
export declare const paginateListAccessPointsForObjectLambda: (
|
|
8
8
|
config: S3ControlPaginationConfiguration,
|
|
9
9
|
input: ListAccessPointsForObjectLambdaCommandInput,
|
|
10
|
-
...
|
|
11
|
-
)
|
|
10
|
+
...rest: any[]
|
|
11
|
+
) => Paginator<ListAccessPointsForObjectLambdaCommandOutput>;
|
|
@@ -4,8 +4,8 @@ import {
|
|
|
4
4
|
ListAccessPointsCommandOutput,
|
|
5
5
|
} from "../commands/ListAccessPointsCommand";
|
|
6
6
|
import { S3ControlPaginationConfiguration } from "./Interfaces";
|
|
7
|
-
export declare
|
|
7
|
+
export declare const paginateListAccessPoints: (
|
|
8
8
|
config: S3ControlPaginationConfiguration,
|
|
9
9
|
input: ListAccessPointsCommandInput,
|
|
10
|
-
...
|
|
11
|
-
)
|
|
10
|
+
...rest: any[]
|
|
11
|
+
) => Paginator<ListAccessPointsCommandOutput>;
|
|
@@ -4,8 +4,8 @@ import {
|
|
|
4
4
|
ListJobsCommandOutput,
|
|
5
5
|
} from "../commands/ListJobsCommand";
|
|
6
6
|
import { S3ControlPaginationConfiguration } from "./Interfaces";
|
|
7
|
-
export declare
|
|
7
|
+
export declare const paginateListJobs: (
|
|
8
8
|
config: S3ControlPaginationConfiguration,
|
|
9
9
|
input: ListJobsCommandInput,
|
|
10
|
-
...
|
|
11
|
-
)
|
|
10
|
+
...rest: any[]
|
|
11
|
+
) => Paginator<ListJobsCommandOutput>;
|
|
@@ -4,8 +4,8 @@ import {
|
|
|
4
4
|
ListMultiRegionAccessPointsCommandOutput,
|
|
5
5
|
} from "../commands/ListMultiRegionAccessPointsCommand";
|
|
6
6
|
import { S3ControlPaginationConfiguration } from "./Interfaces";
|
|
7
|
-
export declare
|
|
7
|
+
export declare const paginateListMultiRegionAccessPoints: (
|
|
8
8
|
config: S3ControlPaginationConfiguration,
|
|
9
9
|
input: ListMultiRegionAccessPointsCommandInput,
|
|
10
|
-
...
|
|
11
|
-
)
|
|
10
|
+
...rest: any[]
|
|
11
|
+
) => Paginator<ListMultiRegionAccessPointsCommandOutput>;
|
|
@@ -4,8 +4,8 @@ import {
|
|
|
4
4
|
ListRegionalBucketsCommandOutput,
|
|
5
5
|
} from "../commands/ListRegionalBucketsCommand";
|
|
6
6
|
import { S3ControlPaginationConfiguration } from "./Interfaces";
|
|
7
|
-
export declare
|
|
7
|
+
export declare const paginateListRegionalBuckets: (
|
|
8
8
|
config: S3ControlPaginationConfiguration,
|
|
9
9
|
input: ListRegionalBucketsCommandInput,
|
|
10
|
-
...
|
|
11
|
-
)
|
|
10
|
+
...rest: any[]
|
|
11
|
+
) => Paginator<ListRegionalBucketsCommandOutput>;
|
|
@@ -4,8 +4,8 @@ import {
|
|
|
4
4
|
ListStorageLensConfigurationsCommandOutput,
|
|
5
5
|
} from "../commands/ListStorageLensConfigurationsCommand";
|
|
6
6
|
import { S3ControlPaginationConfiguration } from "./Interfaces";
|
|
7
|
-
export declare
|
|
7
|
+
export declare const paginateListStorageLensConfigurations: (
|
|
8
8
|
config: S3ControlPaginationConfiguration,
|
|
9
9
|
input: ListStorageLensConfigurationsCommandInput,
|
|
10
|
-
...
|
|
11
|
-
)
|
|
10
|
+
...rest: any[]
|
|
11
|
+
) => Paginator<ListStorageLensConfigurationsCommandOutput>;
|
|
@@ -4,8 +4,8 @@ import {
|
|
|
4
4
|
ListStorageLensGroupsCommandOutput,
|
|
5
5
|
} from "../commands/ListStorageLensGroupsCommand";
|
|
6
6
|
import { S3ControlPaginationConfiguration } from "./Interfaces";
|
|
7
|
-
export declare
|
|
7
|
+
export declare const paginateListStorageLensGroups: (
|
|
8
8
|
config: S3ControlPaginationConfiguration,
|
|
9
9
|
input: ListStorageLensGroupsCommandInput,
|
|
10
|
-
...
|
|
11
|
-
)
|
|
10
|
+
...rest: any[]
|
|
11
|
+
) => Paginator<ListStorageLensGroupsCommandOutput>;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-s3-control",
|
|
3
3
|
"description": "AWS SDK for JavaScript S3 Control Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.478.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "tsc -p tsconfig.cjs.json",
|
|
@@ -22,22 +22,23 @@
|
|
|
22
22
|
"dependencies": {
|
|
23
23
|
"@aws-crypto/sha256-browser": "3.0.0",
|
|
24
24
|
"@aws-crypto/sha256-js": "3.0.0",
|
|
25
|
-
"@aws-sdk/client-sts": "3.
|
|
26
|
-
"@aws-sdk/core": "3.
|
|
27
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
25
|
+
"@aws-sdk/client-sts": "3.478.0",
|
|
26
|
+
"@aws-sdk/core": "3.477.0",
|
|
27
|
+
"@aws-sdk/credential-provider-node": "3.478.0",
|
|
28
28
|
"@aws-sdk/middleware-host-header": "3.468.0",
|
|
29
29
|
"@aws-sdk/middleware-logger": "3.468.0",
|
|
30
30
|
"@aws-sdk/middleware-recursion-detection": "3.468.0",
|
|
31
|
-
"@aws-sdk/middleware-sdk-s3-control": "3.
|
|
31
|
+
"@aws-sdk/middleware-sdk-s3-control": "3.478.0",
|
|
32
32
|
"@aws-sdk/middleware-signing": "3.468.0",
|
|
33
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
33
|
+
"@aws-sdk/middleware-user-agent": "3.478.0",
|
|
34
34
|
"@aws-sdk/region-config-resolver": "3.470.0",
|
|
35
35
|
"@aws-sdk/types": "3.468.0",
|
|
36
|
-
"@aws-sdk/util-endpoints": "3.
|
|
36
|
+
"@aws-sdk/util-endpoints": "3.478.0",
|
|
37
37
|
"@aws-sdk/util-user-agent-browser": "3.468.0",
|
|
38
38
|
"@aws-sdk/util-user-agent-node": "3.470.0",
|
|
39
39
|
"@aws-sdk/xml-builder": "3.472.0",
|
|
40
40
|
"@smithy/config-resolver": "^2.0.21",
|
|
41
|
+
"@smithy/core": "^1.2.0",
|
|
41
42
|
"@smithy/fetch-http-handler": "^2.3.1",
|
|
42
43
|
"@smithy/hash-blob-browser": "^2.0.16",
|
|
43
44
|
"@smithy/hash-node": "^2.0.17",
|