@aws-sdk/client-inspector2 3.168.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.
Files changed (58) hide show
  1. package/CHANGELOG.md +16 -0
  2. package/dist-types/ts3.4/Inspector2.d.ts +586 -165
  3. package/dist-types/ts3.4/Inspector2Client.d.ts +321 -105
  4. package/dist-types/ts3.4/commands/AssociateMemberCommand.d.ts +37 -17
  5. package/dist-types/ts3.4/commands/BatchGetAccountStatusCommand.d.ts +41 -17
  6. package/dist-types/ts3.4/commands/BatchGetFreeTrialInfoCommand.d.ts +41 -17
  7. package/dist-types/ts3.4/commands/CancelFindingsReportCommand.d.ts +41 -17
  8. package/dist-types/ts3.4/commands/CreateFilterCommand.d.ts +34 -17
  9. package/dist-types/ts3.4/commands/CreateFindingsReportCommand.d.ts +41 -17
  10. package/dist-types/ts3.4/commands/DeleteFilterCommand.d.ts +34 -17
  11. package/dist-types/ts3.4/commands/DescribeOrganizationConfigurationCommand.d.ts +41 -17
  12. package/dist-types/ts3.4/commands/DisableCommand.d.ts +34 -17
  13. package/dist-types/ts3.4/commands/DisableDelegatedAdminAccountCommand.d.ts +41 -17
  14. package/dist-types/ts3.4/commands/DisassociateMemberCommand.d.ts +38 -17
  15. package/dist-types/ts3.4/commands/EnableCommand.d.ts +32 -17
  16. package/dist-types/ts3.4/commands/EnableDelegatedAdminAccountCommand.d.ts +41 -17
  17. package/dist-types/ts3.4/commands/GetConfigurationCommand.d.ts +37 -17
  18. package/dist-types/ts3.4/commands/GetDelegatedAdminAccountCommand.d.ts +41 -17
  19. package/dist-types/ts3.4/commands/GetFindingsReportStatusCommand.d.ts +41 -17
  20. package/dist-types/ts3.4/commands/GetMemberCommand.d.ts +34 -17
  21. package/dist-types/ts3.4/commands/ListAccountPermissionsCommand.d.ts +41 -17
  22. package/dist-types/ts3.4/commands/ListCoverageCommand.d.ts +34 -17
  23. package/dist-types/ts3.4/commands/ListCoverageStatisticsCommand.d.ts +41 -17
  24. package/dist-types/ts3.4/commands/ListDelegatedAdminAccountsCommand.d.ts +41 -17
  25. package/dist-types/ts3.4/commands/ListFiltersCommand.d.ts +34 -17
  26. package/dist-types/ts3.4/commands/ListFindingAggregationsCommand.d.ts +41 -17
  27. package/dist-types/ts3.4/commands/ListFindingsCommand.d.ts +34 -17
  28. package/dist-types/ts3.4/commands/ListMembersCommand.d.ts +34 -17
  29. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +38 -17
  30. package/dist-types/ts3.4/commands/ListUsageTotalsCommand.d.ts +37 -17
  31. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +34 -17
  32. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +37 -17
  33. package/dist-types/ts3.4/commands/UpdateConfigurationCommand.d.ts +38 -17
  34. package/dist-types/ts3.4/commands/UpdateFilterCommand.d.ts +34 -17
  35. package/dist-types/ts3.4/commands/UpdateOrganizationConfigurationCommand.d.ts +41 -17
  36. package/dist-types/ts3.4/commands/index.d.ts +32 -32
  37. package/dist-types/ts3.4/endpoints.d.ts +2 -2
  38. package/dist-types/ts3.4/index.d.ts +6 -6
  39. package/dist-types/ts3.4/models/Inspector2ServiceException.d.ts +8 -6
  40. package/dist-types/ts3.4/models/index.d.ts +1 -1
  41. package/dist-types/ts3.4/models/models_0.d.ts +2317 -2195
  42. package/dist-types/ts3.4/pagination/Interfaces.d.ts +7 -6
  43. package/dist-types/ts3.4/pagination/ListAccountPermissionsPaginator.d.ts +11 -4
  44. package/dist-types/ts3.4/pagination/ListCoveragePaginator.d.ts +11 -4
  45. package/dist-types/ts3.4/pagination/ListCoverageStatisticsPaginator.d.ts +11 -4
  46. package/dist-types/ts3.4/pagination/ListDelegatedAdminAccountsPaginator.d.ts +11 -4
  47. package/dist-types/ts3.4/pagination/ListFiltersPaginator.d.ts +11 -4
  48. package/dist-types/ts3.4/pagination/ListFindingAggregationsPaginator.d.ts +11 -4
  49. package/dist-types/ts3.4/pagination/ListFindingsPaginator.d.ts +11 -4
  50. package/dist-types/ts3.4/pagination/ListMembersPaginator.d.ts +11 -4
  51. package/dist-types/ts3.4/pagination/ListUsageTotalsPaginator.d.ts +11 -4
  52. package/dist-types/ts3.4/pagination/index.d.ts +10 -10
  53. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +389 -98
  54. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +66 -38
  55. package/dist-types/ts3.4/runtimeConfig.d.ts +66 -38
  56. package/dist-types/ts3.4/runtimeConfig.native.d.ts +67 -37
  57. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +11 -11
  58. package/package.json +34 -34
@@ -1,98 +1,389 @@
1
- import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@aws-sdk/protocol-http";
2
- import { SerdeContext as __SerdeContext } from "@aws-sdk/types";
3
- import { AssociateMemberCommandInput, AssociateMemberCommandOutput } from "../commands/AssociateMemberCommand";
4
- import { BatchGetAccountStatusCommandInput, BatchGetAccountStatusCommandOutput } from "../commands/BatchGetAccountStatusCommand";
5
- import { BatchGetFreeTrialInfoCommandInput, BatchGetFreeTrialInfoCommandOutput } from "../commands/BatchGetFreeTrialInfoCommand";
6
- import { CancelFindingsReportCommandInput, CancelFindingsReportCommandOutput } from "../commands/CancelFindingsReportCommand";
7
- import { CreateFilterCommandInput, CreateFilterCommandOutput } from "../commands/CreateFilterCommand";
8
- import { CreateFindingsReportCommandInput, CreateFindingsReportCommandOutput } from "../commands/CreateFindingsReportCommand";
9
- import { DeleteFilterCommandInput, DeleteFilterCommandOutput } from "../commands/DeleteFilterCommand";
10
- import { DescribeOrganizationConfigurationCommandInput, DescribeOrganizationConfigurationCommandOutput } from "../commands/DescribeOrganizationConfigurationCommand";
11
- import { DisableCommandInput, DisableCommandOutput } from "../commands/DisableCommand";
12
- import { DisableDelegatedAdminAccountCommandInput, DisableDelegatedAdminAccountCommandOutput } from "../commands/DisableDelegatedAdminAccountCommand";
13
- import { DisassociateMemberCommandInput, DisassociateMemberCommandOutput } from "../commands/DisassociateMemberCommand";
14
- import { EnableCommandInput, EnableCommandOutput } from "../commands/EnableCommand";
15
- import { EnableDelegatedAdminAccountCommandInput, EnableDelegatedAdminAccountCommandOutput } from "../commands/EnableDelegatedAdminAccountCommand";
16
- import { GetConfigurationCommandInput, GetConfigurationCommandOutput } from "../commands/GetConfigurationCommand";
17
- import { GetDelegatedAdminAccountCommandInput, GetDelegatedAdminAccountCommandOutput } from "../commands/GetDelegatedAdminAccountCommand";
18
- import { GetFindingsReportStatusCommandInput, GetFindingsReportStatusCommandOutput } from "../commands/GetFindingsReportStatusCommand";
19
- import { GetMemberCommandInput, GetMemberCommandOutput } from "../commands/GetMemberCommand";
20
- import { ListAccountPermissionsCommandInput, ListAccountPermissionsCommandOutput } from "../commands/ListAccountPermissionsCommand";
21
- import { ListCoverageCommandInput, ListCoverageCommandOutput } from "../commands/ListCoverageCommand";
22
- import { ListCoverageStatisticsCommandInput, ListCoverageStatisticsCommandOutput } from "../commands/ListCoverageStatisticsCommand";
23
- import { ListDelegatedAdminAccountsCommandInput, ListDelegatedAdminAccountsCommandOutput } from "../commands/ListDelegatedAdminAccountsCommand";
24
- import { ListFiltersCommandInput, ListFiltersCommandOutput } from "../commands/ListFiltersCommand";
25
- import { ListFindingAggregationsCommandInput, ListFindingAggregationsCommandOutput } from "../commands/ListFindingAggregationsCommand";
26
- import { ListFindingsCommandInput, ListFindingsCommandOutput } from "../commands/ListFindingsCommand";
27
- import { ListMembersCommandInput, ListMembersCommandOutput } from "../commands/ListMembersCommand";
28
- import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "../commands/ListTagsForResourceCommand";
29
- import { ListUsageTotalsCommandInput, ListUsageTotalsCommandOutput } from "../commands/ListUsageTotalsCommand";
30
- import { TagResourceCommandInput, TagResourceCommandOutput } from "../commands/TagResourceCommand";
31
- import { UntagResourceCommandInput, UntagResourceCommandOutput } from "../commands/UntagResourceCommand";
32
- import { UpdateConfigurationCommandInput, UpdateConfigurationCommandOutput } from "../commands/UpdateConfigurationCommand";
33
- import { UpdateFilterCommandInput, UpdateFilterCommandOutput } from "../commands/UpdateFilterCommand";
34
- import { UpdateOrganizationConfigurationCommandInput, UpdateOrganizationConfigurationCommandOutput } from "../commands/UpdateOrganizationConfigurationCommand";
35
- export declare const serializeAws_restJson1AssociateMemberCommand: (input: AssociateMemberCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
36
- export declare const serializeAws_restJson1BatchGetAccountStatusCommand: (input: BatchGetAccountStatusCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
37
- export declare const serializeAws_restJson1BatchGetFreeTrialInfoCommand: (input: BatchGetFreeTrialInfoCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
38
- export declare const serializeAws_restJson1CancelFindingsReportCommand: (input: CancelFindingsReportCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
39
- export declare const serializeAws_restJson1CreateFilterCommand: (input: CreateFilterCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
40
- export declare const serializeAws_restJson1CreateFindingsReportCommand: (input: CreateFindingsReportCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
41
- export declare const serializeAws_restJson1DeleteFilterCommand: (input: DeleteFilterCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
42
- export declare const serializeAws_restJson1DescribeOrganizationConfigurationCommand: (input: DescribeOrganizationConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
43
- export declare const serializeAws_restJson1DisableCommand: (input: DisableCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
44
- export declare const serializeAws_restJson1DisableDelegatedAdminAccountCommand: (input: DisableDelegatedAdminAccountCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
45
- export declare const serializeAws_restJson1DisassociateMemberCommand: (input: DisassociateMemberCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
46
- export declare const serializeAws_restJson1EnableCommand: (input: EnableCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
47
- export declare const serializeAws_restJson1EnableDelegatedAdminAccountCommand: (input: EnableDelegatedAdminAccountCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
48
- export declare const serializeAws_restJson1GetConfigurationCommand: (input: GetConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
49
- export declare const serializeAws_restJson1GetDelegatedAdminAccountCommand: (input: GetDelegatedAdminAccountCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
50
- export declare const serializeAws_restJson1GetFindingsReportStatusCommand: (input: GetFindingsReportStatusCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
51
- export declare const serializeAws_restJson1GetMemberCommand: (input: GetMemberCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
52
- export declare const serializeAws_restJson1ListAccountPermissionsCommand: (input: ListAccountPermissionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
53
- export declare const serializeAws_restJson1ListCoverageCommand: (input: ListCoverageCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
54
- export declare const serializeAws_restJson1ListCoverageStatisticsCommand: (input: ListCoverageStatisticsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
55
- export declare const serializeAws_restJson1ListDelegatedAdminAccountsCommand: (input: ListDelegatedAdminAccountsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
56
- export declare const serializeAws_restJson1ListFiltersCommand: (input: ListFiltersCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
57
- export declare const serializeAws_restJson1ListFindingAggregationsCommand: (input: ListFindingAggregationsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
58
- export declare const serializeAws_restJson1ListFindingsCommand: (input: ListFindingsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
59
- export declare const serializeAws_restJson1ListMembersCommand: (input: ListMembersCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
60
- export declare const serializeAws_restJson1ListTagsForResourceCommand: (input: ListTagsForResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
61
- export declare const serializeAws_restJson1ListUsageTotalsCommand: (input: ListUsageTotalsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
62
- export declare const serializeAws_restJson1TagResourceCommand: (input: TagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
63
- export declare const serializeAws_restJson1UntagResourceCommand: (input: UntagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
64
- export declare const serializeAws_restJson1UpdateConfigurationCommand: (input: UpdateConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
65
- export declare const serializeAws_restJson1UpdateFilterCommand: (input: UpdateFilterCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
66
- export declare const serializeAws_restJson1UpdateOrganizationConfigurationCommand: (input: UpdateOrganizationConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
67
- export declare const deserializeAws_restJson1AssociateMemberCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<AssociateMemberCommandOutput>;
68
- export declare const deserializeAws_restJson1BatchGetAccountStatusCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<BatchGetAccountStatusCommandOutput>;
69
- export declare const deserializeAws_restJson1BatchGetFreeTrialInfoCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<BatchGetFreeTrialInfoCommandOutput>;
70
- export declare const deserializeAws_restJson1CancelFindingsReportCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CancelFindingsReportCommandOutput>;
71
- export declare const deserializeAws_restJson1CreateFilterCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateFilterCommandOutput>;
72
- export declare const deserializeAws_restJson1CreateFindingsReportCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateFindingsReportCommandOutput>;
73
- export declare const deserializeAws_restJson1DeleteFilterCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteFilterCommandOutput>;
74
- export declare const deserializeAws_restJson1DescribeOrganizationConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeOrganizationConfigurationCommandOutput>;
75
- export declare const deserializeAws_restJson1DisableCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DisableCommandOutput>;
76
- export declare const deserializeAws_restJson1DisableDelegatedAdminAccountCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DisableDelegatedAdminAccountCommandOutput>;
77
- export declare const deserializeAws_restJson1DisassociateMemberCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DisassociateMemberCommandOutput>;
78
- export declare const deserializeAws_restJson1EnableCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<EnableCommandOutput>;
79
- export declare const deserializeAws_restJson1EnableDelegatedAdminAccountCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<EnableDelegatedAdminAccountCommandOutput>;
80
- export declare const deserializeAws_restJson1GetConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetConfigurationCommandOutput>;
81
- export declare const deserializeAws_restJson1GetDelegatedAdminAccountCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetDelegatedAdminAccountCommandOutput>;
82
- export declare const deserializeAws_restJson1GetFindingsReportStatusCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetFindingsReportStatusCommandOutput>;
83
- export declare const deserializeAws_restJson1GetMemberCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetMemberCommandOutput>;
84
- export declare const deserializeAws_restJson1ListAccountPermissionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListAccountPermissionsCommandOutput>;
85
- export declare const deserializeAws_restJson1ListCoverageCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListCoverageCommandOutput>;
86
- export declare const deserializeAws_restJson1ListCoverageStatisticsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListCoverageStatisticsCommandOutput>;
87
- export declare const deserializeAws_restJson1ListDelegatedAdminAccountsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListDelegatedAdminAccountsCommandOutput>;
88
- export declare const deserializeAws_restJson1ListFiltersCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListFiltersCommandOutput>;
89
- export declare const deserializeAws_restJson1ListFindingAggregationsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListFindingAggregationsCommandOutput>;
90
- export declare const deserializeAws_restJson1ListFindingsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListFindingsCommandOutput>;
91
- export declare const deserializeAws_restJson1ListMembersCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListMembersCommandOutput>;
92
- export declare const deserializeAws_restJson1ListTagsForResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListTagsForResourceCommandOutput>;
93
- export declare const deserializeAws_restJson1ListUsageTotalsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListUsageTotalsCommandOutput>;
94
- export declare const deserializeAws_restJson1TagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<TagResourceCommandOutput>;
95
- export declare const deserializeAws_restJson1UntagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UntagResourceCommandOutput>;
96
- export declare const deserializeAws_restJson1UpdateConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateConfigurationCommandOutput>;
97
- export declare const deserializeAws_restJson1UpdateFilterCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateFilterCommandOutput>;
98
- export declare const deserializeAws_restJson1UpdateOrganizationConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateOrganizationConfigurationCommandOutput>;
1
+ import {
2
+ HttpRequest as __HttpRequest,
3
+ HttpResponse as __HttpResponse,
4
+ } from "@aws-sdk/protocol-http";
5
+ import { SerdeContext as __SerdeContext } from "@aws-sdk/types";
6
+ import {
7
+ AssociateMemberCommandInput,
8
+ AssociateMemberCommandOutput,
9
+ } from "../commands/AssociateMemberCommand";
10
+ import {
11
+ BatchGetAccountStatusCommandInput,
12
+ BatchGetAccountStatusCommandOutput,
13
+ } from "../commands/BatchGetAccountStatusCommand";
14
+ import {
15
+ BatchGetFreeTrialInfoCommandInput,
16
+ BatchGetFreeTrialInfoCommandOutput,
17
+ } from "../commands/BatchGetFreeTrialInfoCommand";
18
+ import {
19
+ CancelFindingsReportCommandInput,
20
+ CancelFindingsReportCommandOutput,
21
+ } from "../commands/CancelFindingsReportCommand";
22
+ import {
23
+ CreateFilterCommandInput,
24
+ CreateFilterCommandOutput,
25
+ } from "../commands/CreateFilterCommand";
26
+ import {
27
+ CreateFindingsReportCommandInput,
28
+ CreateFindingsReportCommandOutput,
29
+ } from "../commands/CreateFindingsReportCommand";
30
+ import {
31
+ DeleteFilterCommandInput,
32
+ DeleteFilterCommandOutput,
33
+ } from "../commands/DeleteFilterCommand";
34
+ import {
35
+ DescribeOrganizationConfigurationCommandInput,
36
+ DescribeOrganizationConfigurationCommandOutput,
37
+ } from "../commands/DescribeOrganizationConfigurationCommand";
38
+ import {
39
+ DisableCommandInput,
40
+ DisableCommandOutput,
41
+ } from "../commands/DisableCommand";
42
+ import {
43
+ DisableDelegatedAdminAccountCommandInput,
44
+ DisableDelegatedAdminAccountCommandOutput,
45
+ } from "../commands/DisableDelegatedAdminAccountCommand";
46
+ import {
47
+ DisassociateMemberCommandInput,
48
+ DisassociateMemberCommandOutput,
49
+ } from "../commands/DisassociateMemberCommand";
50
+ import {
51
+ EnableCommandInput,
52
+ EnableCommandOutput,
53
+ } from "../commands/EnableCommand";
54
+ import {
55
+ EnableDelegatedAdminAccountCommandInput,
56
+ EnableDelegatedAdminAccountCommandOutput,
57
+ } from "../commands/EnableDelegatedAdminAccountCommand";
58
+ import {
59
+ GetConfigurationCommandInput,
60
+ GetConfigurationCommandOutput,
61
+ } from "../commands/GetConfigurationCommand";
62
+ import {
63
+ GetDelegatedAdminAccountCommandInput,
64
+ GetDelegatedAdminAccountCommandOutput,
65
+ } from "../commands/GetDelegatedAdminAccountCommand";
66
+ import {
67
+ GetFindingsReportStatusCommandInput,
68
+ GetFindingsReportStatusCommandOutput,
69
+ } from "../commands/GetFindingsReportStatusCommand";
70
+ import {
71
+ GetMemberCommandInput,
72
+ GetMemberCommandOutput,
73
+ } from "../commands/GetMemberCommand";
74
+ import {
75
+ ListAccountPermissionsCommandInput,
76
+ ListAccountPermissionsCommandOutput,
77
+ } from "../commands/ListAccountPermissionsCommand";
78
+ import {
79
+ ListCoverageCommandInput,
80
+ ListCoverageCommandOutput,
81
+ } from "../commands/ListCoverageCommand";
82
+ import {
83
+ ListCoverageStatisticsCommandInput,
84
+ ListCoverageStatisticsCommandOutput,
85
+ } from "../commands/ListCoverageStatisticsCommand";
86
+ import {
87
+ ListDelegatedAdminAccountsCommandInput,
88
+ ListDelegatedAdminAccountsCommandOutput,
89
+ } from "../commands/ListDelegatedAdminAccountsCommand";
90
+ import {
91
+ ListFiltersCommandInput,
92
+ ListFiltersCommandOutput,
93
+ } from "../commands/ListFiltersCommand";
94
+ import {
95
+ ListFindingAggregationsCommandInput,
96
+ ListFindingAggregationsCommandOutput,
97
+ } from "../commands/ListFindingAggregationsCommand";
98
+ import {
99
+ ListFindingsCommandInput,
100
+ ListFindingsCommandOutput,
101
+ } from "../commands/ListFindingsCommand";
102
+ import {
103
+ ListMembersCommandInput,
104
+ ListMembersCommandOutput,
105
+ } from "../commands/ListMembersCommand";
106
+ import {
107
+ ListTagsForResourceCommandInput,
108
+ ListTagsForResourceCommandOutput,
109
+ } from "../commands/ListTagsForResourceCommand";
110
+ import {
111
+ ListUsageTotalsCommandInput,
112
+ ListUsageTotalsCommandOutput,
113
+ } from "../commands/ListUsageTotalsCommand";
114
+ import {
115
+ TagResourceCommandInput,
116
+ TagResourceCommandOutput,
117
+ } from "../commands/TagResourceCommand";
118
+ import {
119
+ UntagResourceCommandInput,
120
+ UntagResourceCommandOutput,
121
+ } from "../commands/UntagResourceCommand";
122
+ import {
123
+ UpdateConfigurationCommandInput,
124
+ UpdateConfigurationCommandOutput,
125
+ } from "../commands/UpdateConfigurationCommand";
126
+ import {
127
+ UpdateFilterCommandInput,
128
+ UpdateFilterCommandOutput,
129
+ } from "../commands/UpdateFilterCommand";
130
+ import {
131
+ UpdateOrganizationConfigurationCommandInput,
132
+ UpdateOrganizationConfigurationCommandOutput,
133
+ } from "../commands/UpdateOrganizationConfigurationCommand";
134
+ export declare const serializeAws_restJson1AssociateMemberCommand: (
135
+ input: AssociateMemberCommandInput,
136
+ context: __SerdeContext
137
+ ) => Promise<__HttpRequest>;
138
+ export declare const serializeAws_restJson1BatchGetAccountStatusCommand: (
139
+ input: BatchGetAccountStatusCommandInput,
140
+ context: __SerdeContext
141
+ ) => Promise<__HttpRequest>;
142
+ export declare const serializeAws_restJson1BatchGetFreeTrialInfoCommand: (
143
+ input: BatchGetFreeTrialInfoCommandInput,
144
+ context: __SerdeContext
145
+ ) => Promise<__HttpRequest>;
146
+ export declare const serializeAws_restJson1CancelFindingsReportCommand: (
147
+ input: CancelFindingsReportCommandInput,
148
+ context: __SerdeContext
149
+ ) => Promise<__HttpRequest>;
150
+ export declare const serializeAws_restJson1CreateFilterCommand: (
151
+ input: CreateFilterCommandInput,
152
+ context: __SerdeContext
153
+ ) => Promise<__HttpRequest>;
154
+ export declare const serializeAws_restJson1CreateFindingsReportCommand: (
155
+ input: CreateFindingsReportCommandInput,
156
+ context: __SerdeContext
157
+ ) => Promise<__HttpRequest>;
158
+ export declare const serializeAws_restJson1DeleteFilterCommand: (
159
+ input: DeleteFilterCommandInput,
160
+ context: __SerdeContext
161
+ ) => Promise<__HttpRequest>;
162
+ export declare const serializeAws_restJson1DescribeOrganizationConfigurationCommand: (
163
+ input: DescribeOrganizationConfigurationCommandInput,
164
+ context: __SerdeContext
165
+ ) => Promise<__HttpRequest>;
166
+ export declare const serializeAws_restJson1DisableCommand: (
167
+ input: DisableCommandInput,
168
+ context: __SerdeContext
169
+ ) => Promise<__HttpRequest>;
170
+ export declare const serializeAws_restJson1DisableDelegatedAdminAccountCommand: (
171
+ input: DisableDelegatedAdminAccountCommandInput,
172
+ context: __SerdeContext
173
+ ) => Promise<__HttpRequest>;
174
+ export declare const serializeAws_restJson1DisassociateMemberCommand: (
175
+ input: DisassociateMemberCommandInput,
176
+ context: __SerdeContext
177
+ ) => Promise<__HttpRequest>;
178
+ export declare const serializeAws_restJson1EnableCommand: (
179
+ input: EnableCommandInput,
180
+ context: __SerdeContext
181
+ ) => Promise<__HttpRequest>;
182
+ export declare const serializeAws_restJson1EnableDelegatedAdminAccountCommand: (
183
+ input: EnableDelegatedAdminAccountCommandInput,
184
+ context: __SerdeContext
185
+ ) => Promise<__HttpRequest>;
186
+ export declare const serializeAws_restJson1GetConfigurationCommand: (
187
+ input: GetConfigurationCommandInput,
188
+ context: __SerdeContext
189
+ ) => Promise<__HttpRequest>;
190
+ export declare const serializeAws_restJson1GetDelegatedAdminAccountCommand: (
191
+ input: GetDelegatedAdminAccountCommandInput,
192
+ context: __SerdeContext
193
+ ) => Promise<__HttpRequest>;
194
+ export declare const serializeAws_restJson1GetFindingsReportStatusCommand: (
195
+ input: GetFindingsReportStatusCommandInput,
196
+ context: __SerdeContext
197
+ ) => Promise<__HttpRequest>;
198
+ export declare const serializeAws_restJson1GetMemberCommand: (
199
+ input: GetMemberCommandInput,
200
+ context: __SerdeContext
201
+ ) => Promise<__HttpRequest>;
202
+ export declare const serializeAws_restJson1ListAccountPermissionsCommand: (
203
+ input: ListAccountPermissionsCommandInput,
204
+ context: __SerdeContext
205
+ ) => Promise<__HttpRequest>;
206
+ export declare const serializeAws_restJson1ListCoverageCommand: (
207
+ input: ListCoverageCommandInput,
208
+ context: __SerdeContext
209
+ ) => Promise<__HttpRequest>;
210
+ export declare const serializeAws_restJson1ListCoverageStatisticsCommand: (
211
+ input: ListCoverageStatisticsCommandInput,
212
+ context: __SerdeContext
213
+ ) => Promise<__HttpRequest>;
214
+ export declare const serializeAws_restJson1ListDelegatedAdminAccountsCommand: (
215
+ input: ListDelegatedAdminAccountsCommandInput,
216
+ context: __SerdeContext
217
+ ) => Promise<__HttpRequest>;
218
+ export declare const serializeAws_restJson1ListFiltersCommand: (
219
+ input: ListFiltersCommandInput,
220
+ context: __SerdeContext
221
+ ) => Promise<__HttpRequest>;
222
+ export declare const serializeAws_restJson1ListFindingAggregationsCommand: (
223
+ input: ListFindingAggregationsCommandInput,
224
+ context: __SerdeContext
225
+ ) => Promise<__HttpRequest>;
226
+ export declare const serializeAws_restJson1ListFindingsCommand: (
227
+ input: ListFindingsCommandInput,
228
+ context: __SerdeContext
229
+ ) => Promise<__HttpRequest>;
230
+ export declare const serializeAws_restJson1ListMembersCommand: (
231
+ input: ListMembersCommandInput,
232
+ context: __SerdeContext
233
+ ) => Promise<__HttpRequest>;
234
+ export declare const serializeAws_restJson1ListTagsForResourceCommand: (
235
+ input: ListTagsForResourceCommandInput,
236
+ context: __SerdeContext
237
+ ) => Promise<__HttpRequest>;
238
+ export declare const serializeAws_restJson1ListUsageTotalsCommand: (
239
+ input: ListUsageTotalsCommandInput,
240
+ context: __SerdeContext
241
+ ) => Promise<__HttpRequest>;
242
+ export declare const serializeAws_restJson1TagResourceCommand: (
243
+ input: TagResourceCommandInput,
244
+ context: __SerdeContext
245
+ ) => Promise<__HttpRequest>;
246
+ export declare const serializeAws_restJson1UntagResourceCommand: (
247
+ input: UntagResourceCommandInput,
248
+ context: __SerdeContext
249
+ ) => Promise<__HttpRequest>;
250
+ export declare const serializeAws_restJson1UpdateConfigurationCommand: (
251
+ input: UpdateConfigurationCommandInput,
252
+ context: __SerdeContext
253
+ ) => Promise<__HttpRequest>;
254
+ export declare const serializeAws_restJson1UpdateFilterCommand: (
255
+ input: UpdateFilterCommandInput,
256
+ context: __SerdeContext
257
+ ) => Promise<__HttpRequest>;
258
+ export declare const serializeAws_restJson1UpdateOrganizationConfigurationCommand: (
259
+ input: UpdateOrganizationConfigurationCommandInput,
260
+ context: __SerdeContext
261
+ ) => Promise<__HttpRequest>;
262
+ export declare const deserializeAws_restJson1AssociateMemberCommand: (
263
+ output: __HttpResponse,
264
+ context: __SerdeContext
265
+ ) => Promise<AssociateMemberCommandOutput>;
266
+ export declare const deserializeAws_restJson1BatchGetAccountStatusCommand: (
267
+ output: __HttpResponse,
268
+ context: __SerdeContext
269
+ ) => Promise<BatchGetAccountStatusCommandOutput>;
270
+ export declare const deserializeAws_restJson1BatchGetFreeTrialInfoCommand: (
271
+ output: __HttpResponse,
272
+ context: __SerdeContext
273
+ ) => Promise<BatchGetFreeTrialInfoCommandOutput>;
274
+ export declare const deserializeAws_restJson1CancelFindingsReportCommand: (
275
+ output: __HttpResponse,
276
+ context: __SerdeContext
277
+ ) => Promise<CancelFindingsReportCommandOutput>;
278
+ export declare const deserializeAws_restJson1CreateFilterCommand: (
279
+ output: __HttpResponse,
280
+ context: __SerdeContext
281
+ ) => Promise<CreateFilterCommandOutput>;
282
+ export declare const deserializeAws_restJson1CreateFindingsReportCommand: (
283
+ output: __HttpResponse,
284
+ context: __SerdeContext
285
+ ) => Promise<CreateFindingsReportCommandOutput>;
286
+ export declare const deserializeAws_restJson1DeleteFilterCommand: (
287
+ output: __HttpResponse,
288
+ context: __SerdeContext
289
+ ) => Promise<DeleteFilterCommandOutput>;
290
+ export declare const deserializeAws_restJson1DescribeOrganizationConfigurationCommand: (
291
+ output: __HttpResponse,
292
+ context: __SerdeContext
293
+ ) => Promise<DescribeOrganizationConfigurationCommandOutput>;
294
+ export declare const deserializeAws_restJson1DisableCommand: (
295
+ output: __HttpResponse,
296
+ context: __SerdeContext
297
+ ) => Promise<DisableCommandOutput>;
298
+ export declare const deserializeAws_restJson1DisableDelegatedAdminAccountCommand: (
299
+ output: __HttpResponse,
300
+ context: __SerdeContext
301
+ ) => Promise<DisableDelegatedAdminAccountCommandOutput>;
302
+ export declare const deserializeAws_restJson1DisassociateMemberCommand: (
303
+ output: __HttpResponse,
304
+ context: __SerdeContext
305
+ ) => Promise<DisassociateMemberCommandOutput>;
306
+ export declare const deserializeAws_restJson1EnableCommand: (
307
+ output: __HttpResponse,
308
+ context: __SerdeContext
309
+ ) => Promise<EnableCommandOutput>;
310
+ export declare const deserializeAws_restJson1EnableDelegatedAdminAccountCommand: (
311
+ output: __HttpResponse,
312
+ context: __SerdeContext
313
+ ) => Promise<EnableDelegatedAdminAccountCommandOutput>;
314
+ export declare const deserializeAws_restJson1GetConfigurationCommand: (
315
+ output: __HttpResponse,
316
+ context: __SerdeContext
317
+ ) => Promise<GetConfigurationCommandOutput>;
318
+ export declare const deserializeAws_restJson1GetDelegatedAdminAccountCommand: (
319
+ output: __HttpResponse,
320
+ context: __SerdeContext
321
+ ) => Promise<GetDelegatedAdminAccountCommandOutput>;
322
+ export declare const deserializeAws_restJson1GetFindingsReportStatusCommand: (
323
+ output: __HttpResponse,
324
+ context: __SerdeContext
325
+ ) => Promise<GetFindingsReportStatusCommandOutput>;
326
+ export declare const deserializeAws_restJson1GetMemberCommand: (
327
+ output: __HttpResponse,
328
+ context: __SerdeContext
329
+ ) => Promise<GetMemberCommandOutput>;
330
+ export declare const deserializeAws_restJson1ListAccountPermissionsCommand: (
331
+ output: __HttpResponse,
332
+ context: __SerdeContext
333
+ ) => Promise<ListAccountPermissionsCommandOutput>;
334
+ export declare const deserializeAws_restJson1ListCoverageCommand: (
335
+ output: __HttpResponse,
336
+ context: __SerdeContext
337
+ ) => Promise<ListCoverageCommandOutput>;
338
+ export declare const deserializeAws_restJson1ListCoverageStatisticsCommand: (
339
+ output: __HttpResponse,
340
+ context: __SerdeContext
341
+ ) => Promise<ListCoverageStatisticsCommandOutput>;
342
+ export declare const deserializeAws_restJson1ListDelegatedAdminAccountsCommand: (
343
+ output: __HttpResponse,
344
+ context: __SerdeContext
345
+ ) => Promise<ListDelegatedAdminAccountsCommandOutput>;
346
+ export declare const deserializeAws_restJson1ListFiltersCommand: (
347
+ output: __HttpResponse,
348
+ context: __SerdeContext
349
+ ) => Promise<ListFiltersCommandOutput>;
350
+ export declare const deserializeAws_restJson1ListFindingAggregationsCommand: (
351
+ output: __HttpResponse,
352
+ context: __SerdeContext
353
+ ) => Promise<ListFindingAggregationsCommandOutput>;
354
+ export declare const deserializeAws_restJson1ListFindingsCommand: (
355
+ output: __HttpResponse,
356
+ context: __SerdeContext
357
+ ) => Promise<ListFindingsCommandOutput>;
358
+ export declare const deserializeAws_restJson1ListMembersCommand: (
359
+ output: __HttpResponse,
360
+ context: __SerdeContext
361
+ ) => Promise<ListMembersCommandOutput>;
362
+ export declare const deserializeAws_restJson1ListTagsForResourceCommand: (
363
+ output: __HttpResponse,
364
+ context: __SerdeContext
365
+ ) => Promise<ListTagsForResourceCommandOutput>;
366
+ export declare const deserializeAws_restJson1ListUsageTotalsCommand: (
367
+ output: __HttpResponse,
368
+ context: __SerdeContext
369
+ ) => Promise<ListUsageTotalsCommandOutput>;
370
+ export declare const deserializeAws_restJson1TagResourceCommand: (
371
+ output: __HttpResponse,
372
+ context: __SerdeContext
373
+ ) => Promise<TagResourceCommandOutput>;
374
+ export declare const deserializeAws_restJson1UntagResourceCommand: (
375
+ output: __HttpResponse,
376
+ context: __SerdeContext
377
+ ) => Promise<UntagResourceCommandOutput>;
378
+ export declare const deserializeAws_restJson1UpdateConfigurationCommand: (
379
+ output: __HttpResponse,
380
+ context: __SerdeContext
381
+ ) => Promise<UpdateConfigurationCommandOutput>;
382
+ export declare const deserializeAws_restJson1UpdateFilterCommand: (
383
+ output: __HttpResponse,
384
+ context: __SerdeContext
385
+ ) => Promise<UpdateFilterCommandOutput>;
386
+ export declare const deserializeAws_restJson1UpdateOrganizationConfigurationCommand: (
387
+ output: __HttpResponse,
388
+ context: __SerdeContext
389
+ ) => Promise<UpdateOrganizationConfigurationCommandOutput>;
@@ -1,38 +1,66 @@
1
- import { FetchHttpHandler as RequestHandler } from "@aws-sdk/fetch-http-handler";
2
- import { Inspector2ClientConfig } from "./Inspector2Client";
3
-
4
- export declare const getRuntimeConfig: (config: Inspector2ClientConfig) => {
5
- runtime: string;
6
- defaultsMode: import("@aws-sdk/types").Provider<import("@aws-sdk/smithy-client").ResolvedDefaultsMode>;
7
- base64Decoder: import("@aws-sdk/types").Decoder;
8
- base64Encoder: import("@aws-sdk/types").Encoder;
9
- bodyLengthChecker: import("@aws-sdk/types").BodyLengthCalculator;
10
- credentialDefaultProvider: (input: any) => import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials>;
11
- defaultUserAgentProvider: import("@aws-sdk/types").Provider<import("@aws-sdk/types").UserAgent>;
12
- maxAttempts: number | import("@aws-sdk/types").Provider<number>;
13
- region: string | import("@aws-sdk/types").Provider<any>;
14
- requestHandler: (import("@aws-sdk/types").RequestHandler<any, any, import("@aws-sdk/types").HttpHandlerOptions> & import("@aws-sdk/protocol-http").HttpHandler) | RequestHandler;
15
- retryMode: string | import("@aws-sdk/types").Provider<string>;
16
- sha256: import("@aws-sdk/types").HashConstructor;
17
- streamCollector: import("@aws-sdk/types").StreamCollector;
18
- useDualstackEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
19
- useFipsEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
20
- utf8Decoder: import("@aws-sdk/types").Decoder;
21
- utf8Encoder: import("@aws-sdk/types").Encoder;
22
- apiVersion: string;
23
- urlParser: import("@aws-sdk/types").UrlParser;
24
- disableHostPrefix: boolean;
25
- logger: import("@aws-sdk/types").Logger;
26
- serviceId: string;
27
- regionInfoProvider: import("@aws-sdk/types").RegionInfoProvider;
28
- endpoint?: string | import("@aws-sdk/types").Endpoint | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Endpoint> | undefined;
29
- tls?: boolean | undefined;
30
- retryStrategy?: import("@aws-sdk/types").RetryStrategy | undefined;
31
- credentials?: import("@aws-sdk/types").Credentials | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials> | undefined;
32
- signer?: import("@aws-sdk/types").RequestSigner | import("@aws-sdk/types").Provider<import("@aws-sdk/types").RequestSigner> | undefined;
33
- signingEscapePath?: boolean | undefined;
34
- systemClockOffset?: number | undefined;
35
- signingRegion?: string | undefined;
36
- signerConstructor?: (new (options: import("@aws-sdk/signature-v4").SignatureV4Init & import("@aws-sdk/signature-v4").SignatureV4CryptoInit) => import("@aws-sdk/types").RequestSigner) | undefined;
37
- customUserAgent?: string | import("@aws-sdk/types").UserAgent | undefined;
38
- };
1
+ import { FetchHttpHandler as RequestHandler } from "@aws-sdk/fetch-http-handler";
2
+ import { Inspector2ClientConfig } from "./Inspector2Client";
3
+
4
+ export declare const getRuntimeConfig: (config: Inspector2ClientConfig) => {
5
+ runtime: string;
6
+ defaultsMode: import("@aws-sdk/types").Provider<
7
+ import("@aws-sdk/smithy-client").ResolvedDefaultsMode
8
+ >;
9
+ base64Decoder: import("@aws-sdk/types").Decoder;
10
+ base64Encoder: import("@aws-sdk/types").Encoder;
11
+ bodyLengthChecker: import("@aws-sdk/types").BodyLengthCalculator;
12
+ credentialDefaultProvider: (
13
+ input: any
14
+ ) => import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials>;
15
+ defaultUserAgentProvider: import("@aws-sdk/types").Provider<
16
+ import("@aws-sdk/types").UserAgent
17
+ >;
18
+ maxAttempts: number | import("@aws-sdk/types").Provider<number>;
19
+ region: string | import("@aws-sdk/types").Provider<any>;
20
+ requestHandler:
21
+ | (import("@aws-sdk/types").RequestHandler<
22
+ any,
23
+ any,
24
+ import("@aws-sdk/types").HttpHandlerOptions
25
+ > &
26
+ import("@aws-sdk/protocol-http").HttpHandler)
27
+ | RequestHandler;
28
+ retryMode: string | import("@aws-sdk/types").Provider<string>;
29
+ sha256: import("@aws-sdk/types").HashConstructor;
30
+ streamCollector: import("@aws-sdk/types").StreamCollector;
31
+ useDualstackEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
32
+ useFipsEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
33
+ utf8Decoder: import("@aws-sdk/types").Decoder;
34
+ utf8Encoder: import("@aws-sdk/types").Encoder;
35
+ apiVersion: string;
36
+ urlParser: import("@aws-sdk/types").UrlParser;
37
+ disableHostPrefix: boolean;
38
+ logger: import("@aws-sdk/types").Logger;
39
+ serviceId: string;
40
+ regionInfoProvider: import("@aws-sdk/types").RegionInfoProvider;
41
+ endpoint?:
42
+ | string
43
+ | import("@aws-sdk/types").Endpoint
44
+ | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Endpoint>
45
+ | undefined;
46
+ tls?: boolean | undefined;
47
+ retryStrategy?: import("@aws-sdk/types").RetryStrategy | undefined;
48
+ credentials?:
49
+ | import("@aws-sdk/types").Credentials
50
+ | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials>
51
+ | undefined;
52
+ signer?:
53
+ | import("@aws-sdk/types").RequestSigner
54
+ | import("@aws-sdk/types").Provider<import("@aws-sdk/types").RequestSigner>
55
+ | undefined;
56
+ signingEscapePath?: boolean | undefined;
57
+ systemClockOffset?: number | undefined;
58
+ signingRegion?: string | undefined;
59
+ signerConstructor?:
60
+ | (new (
61
+ options: import("@aws-sdk/signature-v4").SignatureV4Init &
62
+ import("@aws-sdk/signature-v4").SignatureV4CryptoInit
63
+ ) => import("@aws-sdk/types").RequestSigner)
64
+ | undefined;
65
+ customUserAgent?: string | import("@aws-sdk/types").UserAgent | undefined;
66
+ };