@aws-sdk/client-inspector2 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/ListAccountPermissionsPaginator.js +2 -24
- package/dist-cjs/pagination/ListCoveragePaginator.js +2 -24
- package/dist-cjs/pagination/ListCoverageStatisticsPaginator.js +2 -23
- package/dist-cjs/pagination/ListDelegatedAdminAccountsPaginator.js +2 -24
- package/dist-cjs/pagination/ListFiltersPaginator.js +2 -24
- package/dist-cjs/pagination/ListFindingAggregationsPaginator.js +2 -24
- package/dist-cjs/pagination/ListFindingsPaginator.js +2 -24
- package/dist-cjs/pagination/ListMembersPaginator.js +2 -24
- package/dist-cjs/pagination/ListUsageTotalsPaginator.js +2 -24
- package/dist-cjs/pagination/SearchVulnerabilitiesPaginator.js +2 -23
- package/dist-cjs/protocols/Aws_restJson1.js +199 -526
- package/dist-es/pagination/ListAccountPermissionsPaginator.js +2 -23
- package/dist-es/pagination/ListCoveragePaginator.js +2 -23
- package/dist-es/pagination/ListCoverageStatisticsPaginator.js +2 -22
- package/dist-es/pagination/ListDelegatedAdminAccountsPaginator.js +2 -23
- package/dist-es/pagination/ListFiltersPaginator.js +2 -23
- package/dist-es/pagination/ListFindingAggregationsPaginator.js +2 -23
- package/dist-es/pagination/ListFindingsPaginator.js +2 -23
- package/dist-es/pagination/ListMembersPaginator.js +2 -23
- package/dist-es/pagination/ListUsageTotalsPaginator.js +2 -23
- package/dist-es/pagination/SearchVulnerabilitiesPaginator.js +2 -22
- package/dist-es/protocols/Aws_restJson1.js +200 -527
- package/dist-types/pagination/ListAccountPermissionsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListCoveragePaginator.d.ts +1 -1
- package/dist-types/pagination/ListCoverageStatisticsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListDelegatedAdminAccountsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListFiltersPaginator.d.ts +1 -1
- package/dist-types/pagination/ListFindingAggregationsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListFindingsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListMembersPaginator.d.ts +1 -1
- package/dist-types/pagination/ListUsageTotalsPaginator.d.ts +1 -1
- package/dist-types/pagination/SearchVulnerabilitiesPaginator.d.ts +1 -1
- package/dist-types/ts3.4/pagination/ListAccountPermissionsPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/ListCoveragePaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/ListCoverageStatisticsPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/ListDelegatedAdminAccountsPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/ListFiltersPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/ListFindingAggregationsPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/ListFindingsPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/ListMembersPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/ListUsageTotalsPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/SearchVulnerabilitiesPaginator.d.ts +3 -3
- package/package.json +7 -6
|
@@ -4,4 +4,4 @@ import { Inspector2PaginationConfiguration } from "./Interfaces";
|
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
7
|
-
export declare
|
|
7
|
+
export declare const paginateListAccountPermissions: (config: Inspector2PaginationConfiguration, input: ListAccountPermissionsCommandInput, ...rest: any[]) => Paginator<ListAccountPermissionsCommandOutput>;
|
|
@@ -4,4 +4,4 @@ import { Inspector2PaginationConfiguration } from "./Interfaces";
|
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
7
|
-
export declare
|
|
7
|
+
export declare const paginateListCoverage: (config: Inspector2PaginationConfiguration, input: ListCoverageCommandInput, ...rest: any[]) => Paginator<ListCoverageCommandOutput>;
|
|
@@ -4,4 +4,4 @@ import { Inspector2PaginationConfiguration } from "./Interfaces";
|
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
7
|
-
export declare
|
|
7
|
+
export declare const paginateListCoverageStatistics: (config: Inspector2PaginationConfiguration, input: ListCoverageStatisticsCommandInput, ...rest: any[]) => Paginator<ListCoverageStatisticsCommandOutput>;
|
|
@@ -4,4 +4,4 @@ import { Inspector2PaginationConfiguration } from "./Interfaces";
|
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
7
|
-
export declare
|
|
7
|
+
export declare const paginateListDelegatedAdminAccounts: (config: Inspector2PaginationConfiguration, input: ListDelegatedAdminAccountsCommandInput, ...rest: any[]) => Paginator<ListDelegatedAdminAccountsCommandOutput>;
|
|
@@ -4,4 +4,4 @@ import { Inspector2PaginationConfiguration } from "./Interfaces";
|
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
7
|
-
export declare
|
|
7
|
+
export declare const paginateListFilters: (config: Inspector2PaginationConfiguration, input: ListFiltersCommandInput, ...rest: any[]) => Paginator<ListFiltersCommandOutput>;
|
|
@@ -4,4 +4,4 @@ import { Inspector2PaginationConfiguration } from "./Interfaces";
|
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
7
|
-
export declare
|
|
7
|
+
export declare const paginateListFindingAggregations: (config: Inspector2PaginationConfiguration, input: ListFindingAggregationsCommandInput, ...rest: any[]) => Paginator<ListFindingAggregationsCommandOutput>;
|
|
@@ -4,4 +4,4 @@ import { Inspector2PaginationConfiguration } from "./Interfaces";
|
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
7
|
-
export declare
|
|
7
|
+
export declare const paginateListFindings: (config: Inspector2PaginationConfiguration, input: ListFindingsCommandInput, ...rest: any[]) => Paginator<ListFindingsCommandOutput>;
|
|
@@ -4,4 +4,4 @@ import { Inspector2PaginationConfiguration } from "./Interfaces";
|
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
7
|
-
export declare
|
|
7
|
+
export declare const paginateListMembers: (config: Inspector2PaginationConfiguration, input: ListMembersCommandInput, ...rest: any[]) => Paginator<ListMembersCommandOutput>;
|
|
@@ -4,4 +4,4 @@ import { Inspector2PaginationConfiguration } from "./Interfaces";
|
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
7
|
-
export declare
|
|
7
|
+
export declare const paginateListUsageTotals: (config: Inspector2PaginationConfiguration, input: ListUsageTotalsCommandInput, ...rest: any[]) => Paginator<ListUsageTotalsCommandOutput>;
|
|
@@ -4,4 +4,4 @@ import { Inspector2PaginationConfiguration } from "./Interfaces";
|
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
7
|
-
export declare
|
|
7
|
+
export declare const paginateSearchVulnerabilities: (config: Inspector2PaginationConfiguration, input: SearchVulnerabilitiesCommandInput, ...rest: any[]) => Paginator<SearchVulnerabilitiesCommandOutput>;
|
|
@@ -4,8 +4,8 @@ import {
|
|
|
4
4
|
ListAccountPermissionsCommandOutput,
|
|
5
5
|
} from "../commands/ListAccountPermissionsCommand";
|
|
6
6
|
import { Inspector2PaginationConfiguration } from "./Interfaces";
|
|
7
|
-
export declare
|
|
7
|
+
export declare const paginateListAccountPermissions: (
|
|
8
8
|
config: Inspector2PaginationConfiguration,
|
|
9
9
|
input: ListAccountPermissionsCommandInput,
|
|
10
|
-
...
|
|
11
|
-
)
|
|
10
|
+
...rest: any[]
|
|
11
|
+
) => Paginator<ListAccountPermissionsCommandOutput>;
|
|
@@ -4,8 +4,8 @@ import {
|
|
|
4
4
|
ListCoverageCommandOutput,
|
|
5
5
|
} from "../commands/ListCoverageCommand";
|
|
6
6
|
import { Inspector2PaginationConfiguration } from "./Interfaces";
|
|
7
|
-
export declare
|
|
7
|
+
export declare const paginateListCoverage: (
|
|
8
8
|
config: Inspector2PaginationConfiguration,
|
|
9
9
|
input: ListCoverageCommandInput,
|
|
10
|
-
...
|
|
11
|
-
)
|
|
10
|
+
...rest: any[]
|
|
11
|
+
) => Paginator<ListCoverageCommandOutput>;
|
|
@@ -4,8 +4,8 @@ import {
|
|
|
4
4
|
ListCoverageStatisticsCommandOutput,
|
|
5
5
|
} from "../commands/ListCoverageStatisticsCommand";
|
|
6
6
|
import { Inspector2PaginationConfiguration } from "./Interfaces";
|
|
7
|
-
export declare
|
|
7
|
+
export declare const paginateListCoverageStatistics: (
|
|
8
8
|
config: Inspector2PaginationConfiguration,
|
|
9
9
|
input: ListCoverageStatisticsCommandInput,
|
|
10
|
-
...
|
|
11
|
-
)
|
|
10
|
+
...rest: any[]
|
|
11
|
+
) => Paginator<ListCoverageStatisticsCommandOutput>;
|
|
@@ -4,8 +4,8 @@ import {
|
|
|
4
4
|
ListDelegatedAdminAccountsCommandOutput,
|
|
5
5
|
} from "../commands/ListDelegatedAdminAccountsCommand";
|
|
6
6
|
import { Inspector2PaginationConfiguration } from "./Interfaces";
|
|
7
|
-
export declare
|
|
7
|
+
export declare const paginateListDelegatedAdminAccounts: (
|
|
8
8
|
config: Inspector2PaginationConfiguration,
|
|
9
9
|
input: ListDelegatedAdminAccountsCommandInput,
|
|
10
|
-
...
|
|
11
|
-
)
|
|
10
|
+
...rest: any[]
|
|
11
|
+
) => Paginator<ListDelegatedAdminAccountsCommandOutput>;
|
|
@@ -4,8 +4,8 @@ import {
|
|
|
4
4
|
ListFiltersCommandOutput,
|
|
5
5
|
} from "../commands/ListFiltersCommand";
|
|
6
6
|
import { Inspector2PaginationConfiguration } from "./Interfaces";
|
|
7
|
-
export declare
|
|
7
|
+
export declare const paginateListFilters: (
|
|
8
8
|
config: Inspector2PaginationConfiguration,
|
|
9
9
|
input: ListFiltersCommandInput,
|
|
10
|
-
...
|
|
11
|
-
)
|
|
10
|
+
...rest: any[]
|
|
11
|
+
) => Paginator<ListFiltersCommandOutput>;
|
|
@@ -4,8 +4,8 @@ import {
|
|
|
4
4
|
ListFindingAggregationsCommandOutput,
|
|
5
5
|
} from "../commands/ListFindingAggregationsCommand";
|
|
6
6
|
import { Inspector2PaginationConfiguration } from "./Interfaces";
|
|
7
|
-
export declare
|
|
7
|
+
export declare const paginateListFindingAggregations: (
|
|
8
8
|
config: Inspector2PaginationConfiguration,
|
|
9
9
|
input: ListFindingAggregationsCommandInput,
|
|
10
|
-
...
|
|
11
|
-
)
|
|
10
|
+
...rest: any[]
|
|
11
|
+
) => Paginator<ListFindingAggregationsCommandOutput>;
|
|
@@ -4,8 +4,8 @@ import {
|
|
|
4
4
|
ListFindingsCommandOutput,
|
|
5
5
|
} from "../commands/ListFindingsCommand";
|
|
6
6
|
import { Inspector2PaginationConfiguration } from "./Interfaces";
|
|
7
|
-
export declare
|
|
7
|
+
export declare const paginateListFindings: (
|
|
8
8
|
config: Inspector2PaginationConfiguration,
|
|
9
9
|
input: ListFindingsCommandInput,
|
|
10
|
-
...
|
|
11
|
-
)
|
|
10
|
+
...rest: any[]
|
|
11
|
+
) => Paginator<ListFindingsCommandOutput>;
|
|
@@ -4,8 +4,8 @@ import {
|
|
|
4
4
|
ListMembersCommandOutput,
|
|
5
5
|
} from "../commands/ListMembersCommand";
|
|
6
6
|
import { Inspector2PaginationConfiguration } from "./Interfaces";
|
|
7
|
-
export declare
|
|
7
|
+
export declare const paginateListMembers: (
|
|
8
8
|
config: Inspector2PaginationConfiguration,
|
|
9
9
|
input: ListMembersCommandInput,
|
|
10
|
-
...
|
|
11
|
-
)
|
|
10
|
+
...rest: any[]
|
|
11
|
+
) => Paginator<ListMembersCommandOutput>;
|
|
@@ -4,8 +4,8 @@ import {
|
|
|
4
4
|
ListUsageTotalsCommandOutput,
|
|
5
5
|
} from "../commands/ListUsageTotalsCommand";
|
|
6
6
|
import { Inspector2PaginationConfiguration } from "./Interfaces";
|
|
7
|
-
export declare
|
|
7
|
+
export declare const paginateListUsageTotals: (
|
|
8
8
|
config: Inspector2PaginationConfiguration,
|
|
9
9
|
input: ListUsageTotalsCommandInput,
|
|
10
|
-
...
|
|
11
|
-
)
|
|
10
|
+
...rest: any[]
|
|
11
|
+
) => Paginator<ListUsageTotalsCommandOutput>;
|
|
@@ -4,8 +4,8 @@ import {
|
|
|
4
4
|
SearchVulnerabilitiesCommandOutput,
|
|
5
5
|
} from "../commands/SearchVulnerabilitiesCommand";
|
|
6
6
|
import { Inspector2PaginationConfiguration } from "./Interfaces";
|
|
7
|
-
export declare
|
|
7
|
+
export declare const paginateSearchVulnerabilities: (
|
|
8
8
|
config: Inspector2PaginationConfiguration,
|
|
9
9
|
input: SearchVulnerabilitiesCommandInput,
|
|
10
|
-
...
|
|
11
|
-
)
|
|
10
|
+
...rest: any[]
|
|
11
|
+
) => Paginator<SearchVulnerabilitiesCommandOutput>;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-inspector2",
|
|
3
3
|
"description": "AWS SDK for JavaScript Inspector2 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",
|
|
@@ -20,20 +20,21 @@
|
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"@aws-crypto/sha256-browser": "3.0.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "3.0.0",
|
|
23
|
-
"@aws-sdk/client-sts": "3.
|
|
24
|
-
"@aws-sdk/core": "3.
|
|
25
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
23
|
+
"@aws-sdk/client-sts": "3.478.0",
|
|
24
|
+
"@aws-sdk/core": "3.477.0",
|
|
25
|
+
"@aws-sdk/credential-provider-node": "3.478.0",
|
|
26
26
|
"@aws-sdk/middleware-host-header": "3.468.0",
|
|
27
27
|
"@aws-sdk/middleware-logger": "3.468.0",
|
|
28
28
|
"@aws-sdk/middleware-recursion-detection": "3.468.0",
|
|
29
29
|
"@aws-sdk/middleware-signing": "3.468.0",
|
|
30
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
30
|
+
"@aws-sdk/middleware-user-agent": "3.478.0",
|
|
31
31
|
"@aws-sdk/region-config-resolver": "3.470.0",
|
|
32
32
|
"@aws-sdk/types": "3.468.0",
|
|
33
|
-
"@aws-sdk/util-endpoints": "3.
|
|
33
|
+
"@aws-sdk/util-endpoints": "3.478.0",
|
|
34
34
|
"@aws-sdk/util-user-agent-browser": "3.468.0",
|
|
35
35
|
"@aws-sdk/util-user-agent-node": "3.470.0",
|
|
36
36
|
"@smithy/config-resolver": "^2.0.21",
|
|
37
|
+
"@smithy/core": "^1.2.0",
|
|
37
38
|
"@smithy/fetch-http-handler": "^2.3.1",
|
|
38
39
|
"@smithy/hash-node": "^2.0.17",
|
|
39
40
|
"@smithy/invalid-dependency": "^2.0.15",
|