@aws-sdk/client-inspector2 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.
Files changed (58) hide show
  1. package/CHANGELOG.md +8 -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,165 +1,586 @@
1
- import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types";
2
- import { AssociateMemberCommandInput, AssociateMemberCommandOutput } from "./commands/AssociateMemberCommand";
3
- import { BatchGetAccountStatusCommandInput, BatchGetAccountStatusCommandOutput } from "./commands/BatchGetAccountStatusCommand";
4
- import { BatchGetFreeTrialInfoCommandInput, BatchGetFreeTrialInfoCommandOutput } from "./commands/BatchGetFreeTrialInfoCommand";
5
- import { CancelFindingsReportCommandInput, CancelFindingsReportCommandOutput } from "./commands/CancelFindingsReportCommand";
6
- import { CreateFilterCommandInput, CreateFilterCommandOutput } from "./commands/CreateFilterCommand";
7
- import { CreateFindingsReportCommandInput, CreateFindingsReportCommandOutput } from "./commands/CreateFindingsReportCommand";
8
- import { DeleteFilterCommandInput, DeleteFilterCommandOutput } from "./commands/DeleteFilterCommand";
9
- import { DescribeOrganizationConfigurationCommandInput, DescribeOrganizationConfigurationCommandOutput } from "./commands/DescribeOrganizationConfigurationCommand";
10
- import { DisableCommandInput, DisableCommandOutput } from "./commands/DisableCommand";
11
- import { DisableDelegatedAdminAccountCommandInput, DisableDelegatedAdminAccountCommandOutput } from "./commands/DisableDelegatedAdminAccountCommand";
12
- import { DisassociateMemberCommandInput, DisassociateMemberCommandOutput } from "./commands/DisassociateMemberCommand";
13
- import { EnableCommandInput, EnableCommandOutput } from "./commands/EnableCommand";
14
- import { EnableDelegatedAdminAccountCommandInput, EnableDelegatedAdminAccountCommandOutput } from "./commands/EnableDelegatedAdminAccountCommand";
15
- import { GetConfigurationCommandInput, GetConfigurationCommandOutput } from "./commands/GetConfigurationCommand";
16
- import { GetDelegatedAdminAccountCommandInput, GetDelegatedAdminAccountCommandOutput } from "./commands/GetDelegatedAdminAccountCommand";
17
- import { GetFindingsReportStatusCommandInput, GetFindingsReportStatusCommandOutput } from "./commands/GetFindingsReportStatusCommand";
18
- import { GetMemberCommandInput, GetMemberCommandOutput } from "./commands/GetMemberCommand";
19
- import { ListAccountPermissionsCommandInput, ListAccountPermissionsCommandOutput } from "./commands/ListAccountPermissionsCommand";
20
- import { ListCoverageCommandInput, ListCoverageCommandOutput } from "./commands/ListCoverageCommand";
21
- import { ListCoverageStatisticsCommandInput, ListCoverageStatisticsCommandOutput } from "./commands/ListCoverageStatisticsCommand";
22
- import { ListDelegatedAdminAccountsCommandInput, ListDelegatedAdminAccountsCommandOutput } from "./commands/ListDelegatedAdminAccountsCommand";
23
- import { ListFiltersCommandInput, ListFiltersCommandOutput } from "./commands/ListFiltersCommand";
24
- import { ListFindingAggregationsCommandInput, ListFindingAggregationsCommandOutput } from "./commands/ListFindingAggregationsCommand";
25
- import { ListFindingsCommandInput, ListFindingsCommandOutput } from "./commands/ListFindingsCommand";
26
- import { ListMembersCommandInput, ListMembersCommandOutput } from "./commands/ListMembersCommand";
27
- import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "./commands/ListTagsForResourceCommand";
28
- import { ListUsageTotalsCommandInput, ListUsageTotalsCommandOutput } from "./commands/ListUsageTotalsCommand";
29
- import { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/TagResourceCommand";
30
- import { UntagResourceCommandInput, UntagResourceCommandOutput } from "./commands/UntagResourceCommand";
31
- import { UpdateConfigurationCommandInput, UpdateConfigurationCommandOutput } from "./commands/UpdateConfigurationCommand";
32
- import { UpdateFilterCommandInput, UpdateFilterCommandOutput } from "./commands/UpdateFilterCommand";
33
- import { UpdateOrganizationConfigurationCommandInput, UpdateOrganizationConfigurationCommandOutput } from "./commands/UpdateOrganizationConfigurationCommand";
34
- import { Inspector2Client } from "./Inspector2Client";
35
-
36
- export declare class Inspector2 extends Inspector2Client {
37
-
38
- associateMember(args: AssociateMemberCommandInput, options?: __HttpHandlerOptions): Promise<AssociateMemberCommandOutput>;
39
- associateMember(args: AssociateMemberCommandInput, cb: (err: any, data?: AssociateMemberCommandOutput) => void): void;
40
- associateMember(args: AssociateMemberCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: AssociateMemberCommandOutput) => void): void;
41
-
42
- batchGetAccountStatus(args: BatchGetAccountStatusCommandInput, options?: __HttpHandlerOptions): Promise<BatchGetAccountStatusCommandOutput>;
43
- batchGetAccountStatus(args: BatchGetAccountStatusCommandInput, cb: (err: any, data?: BatchGetAccountStatusCommandOutput) => void): void;
44
- batchGetAccountStatus(args: BatchGetAccountStatusCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: BatchGetAccountStatusCommandOutput) => void): void;
45
-
46
- batchGetFreeTrialInfo(args: BatchGetFreeTrialInfoCommandInput, options?: __HttpHandlerOptions): Promise<BatchGetFreeTrialInfoCommandOutput>;
47
- batchGetFreeTrialInfo(args: BatchGetFreeTrialInfoCommandInput, cb: (err: any, data?: BatchGetFreeTrialInfoCommandOutput) => void): void;
48
- batchGetFreeTrialInfo(args: BatchGetFreeTrialInfoCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: BatchGetFreeTrialInfoCommandOutput) => void): void;
49
-
50
- cancelFindingsReport(args: CancelFindingsReportCommandInput, options?: __HttpHandlerOptions): Promise<CancelFindingsReportCommandOutput>;
51
- cancelFindingsReport(args: CancelFindingsReportCommandInput, cb: (err: any, data?: CancelFindingsReportCommandOutput) => void): void;
52
- cancelFindingsReport(args: CancelFindingsReportCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CancelFindingsReportCommandOutput) => void): void;
53
-
54
- createFilter(args: CreateFilterCommandInput, options?: __HttpHandlerOptions): Promise<CreateFilterCommandOutput>;
55
- createFilter(args: CreateFilterCommandInput, cb: (err: any, data?: CreateFilterCommandOutput) => void): void;
56
- createFilter(args: CreateFilterCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateFilterCommandOutput) => void): void;
57
-
58
- createFindingsReport(args: CreateFindingsReportCommandInput, options?: __HttpHandlerOptions): Promise<CreateFindingsReportCommandOutput>;
59
- createFindingsReport(args: CreateFindingsReportCommandInput, cb: (err: any, data?: CreateFindingsReportCommandOutput) => void): void;
60
- createFindingsReport(args: CreateFindingsReportCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateFindingsReportCommandOutput) => void): void;
61
-
62
- deleteFilter(args: DeleteFilterCommandInput, options?: __HttpHandlerOptions): Promise<DeleteFilterCommandOutput>;
63
- deleteFilter(args: DeleteFilterCommandInput, cb: (err: any, data?: DeleteFilterCommandOutput) => void): void;
64
- deleteFilter(args: DeleteFilterCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteFilterCommandOutput) => void): void;
65
-
66
- describeOrganizationConfiguration(args: DescribeOrganizationConfigurationCommandInput, options?: __HttpHandlerOptions): Promise<DescribeOrganizationConfigurationCommandOutput>;
67
- describeOrganizationConfiguration(args: DescribeOrganizationConfigurationCommandInput, cb: (err: any, data?: DescribeOrganizationConfigurationCommandOutput) => void): void;
68
- describeOrganizationConfiguration(args: DescribeOrganizationConfigurationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeOrganizationConfigurationCommandOutput) => void): void;
69
-
70
- disable(args: DisableCommandInput, options?: __HttpHandlerOptions): Promise<DisableCommandOutput>;
71
- disable(args: DisableCommandInput, cb: (err: any, data?: DisableCommandOutput) => void): void;
72
- disable(args: DisableCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DisableCommandOutput) => void): void;
73
-
74
- disableDelegatedAdminAccount(args: DisableDelegatedAdminAccountCommandInput, options?: __HttpHandlerOptions): Promise<DisableDelegatedAdminAccountCommandOutput>;
75
- disableDelegatedAdminAccount(args: DisableDelegatedAdminAccountCommandInput, cb: (err: any, data?: DisableDelegatedAdminAccountCommandOutput) => void): void;
76
- disableDelegatedAdminAccount(args: DisableDelegatedAdminAccountCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DisableDelegatedAdminAccountCommandOutput) => void): void;
77
-
78
- disassociateMember(args: DisassociateMemberCommandInput, options?: __HttpHandlerOptions): Promise<DisassociateMemberCommandOutput>;
79
- disassociateMember(args: DisassociateMemberCommandInput, cb: (err: any, data?: DisassociateMemberCommandOutput) => void): void;
80
- disassociateMember(args: DisassociateMemberCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DisassociateMemberCommandOutput) => void): void;
81
-
82
- enable(args: EnableCommandInput, options?: __HttpHandlerOptions): Promise<EnableCommandOutput>;
83
- enable(args: EnableCommandInput, cb: (err: any, data?: EnableCommandOutput) => void): void;
84
- enable(args: EnableCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: EnableCommandOutput) => void): void;
85
-
86
- enableDelegatedAdminAccount(args: EnableDelegatedAdminAccountCommandInput, options?: __HttpHandlerOptions): Promise<EnableDelegatedAdminAccountCommandOutput>;
87
- enableDelegatedAdminAccount(args: EnableDelegatedAdminAccountCommandInput, cb: (err: any, data?: EnableDelegatedAdminAccountCommandOutput) => void): void;
88
- enableDelegatedAdminAccount(args: EnableDelegatedAdminAccountCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: EnableDelegatedAdminAccountCommandOutput) => void): void;
89
-
90
- getConfiguration(args: GetConfigurationCommandInput, options?: __HttpHandlerOptions): Promise<GetConfigurationCommandOutput>;
91
- getConfiguration(args: GetConfigurationCommandInput, cb: (err: any, data?: GetConfigurationCommandOutput) => void): void;
92
- getConfiguration(args: GetConfigurationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetConfigurationCommandOutput) => void): void;
93
-
94
- getDelegatedAdminAccount(args: GetDelegatedAdminAccountCommandInput, options?: __HttpHandlerOptions): Promise<GetDelegatedAdminAccountCommandOutput>;
95
- getDelegatedAdminAccount(args: GetDelegatedAdminAccountCommandInput, cb: (err: any, data?: GetDelegatedAdminAccountCommandOutput) => void): void;
96
- getDelegatedAdminAccount(args: GetDelegatedAdminAccountCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetDelegatedAdminAccountCommandOutput) => void): void;
97
-
98
- getFindingsReportStatus(args: GetFindingsReportStatusCommandInput, options?: __HttpHandlerOptions): Promise<GetFindingsReportStatusCommandOutput>;
99
- getFindingsReportStatus(args: GetFindingsReportStatusCommandInput, cb: (err: any, data?: GetFindingsReportStatusCommandOutput) => void): void;
100
- getFindingsReportStatus(args: GetFindingsReportStatusCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetFindingsReportStatusCommandOutput) => void): void;
101
-
102
- getMember(args: GetMemberCommandInput, options?: __HttpHandlerOptions): Promise<GetMemberCommandOutput>;
103
- getMember(args: GetMemberCommandInput, cb: (err: any, data?: GetMemberCommandOutput) => void): void;
104
- getMember(args: GetMemberCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetMemberCommandOutput) => void): void;
105
-
106
- listAccountPermissions(args: ListAccountPermissionsCommandInput, options?: __HttpHandlerOptions): Promise<ListAccountPermissionsCommandOutput>;
107
- listAccountPermissions(args: ListAccountPermissionsCommandInput, cb: (err: any, data?: ListAccountPermissionsCommandOutput) => void): void;
108
- listAccountPermissions(args: ListAccountPermissionsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListAccountPermissionsCommandOutput) => void): void;
109
-
110
- listCoverage(args: ListCoverageCommandInput, options?: __HttpHandlerOptions): Promise<ListCoverageCommandOutput>;
111
- listCoverage(args: ListCoverageCommandInput, cb: (err: any, data?: ListCoverageCommandOutput) => void): void;
112
- listCoverage(args: ListCoverageCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListCoverageCommandOutput) => void): void;
113
-
114
- listCoverageStatistics(args: ListCoverageStatisticsCommandInput, options?: __HttpHandlerOptions): Promise<ListCoverageStatisticsCommandOutput>;
115
- listCoverageStatistics(args: ListCoverageStatisticsCommandInput, cb: (err: any, data?: ListCoverageStatisticsCommandOutput) => void): void;
116
- listCoverageStatistics(args: ListCoverageStatisticsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListCoverageStatisticsCommandOutput) => void): void;
117
-
118
- listDelegatedAdminAccounts(args: ListDelegatedAdminAccountsCommandInput, options?: __HttpHandlerOptions): Promise<ListDelegatedAdminAccountsCommandOutput>;
119
- listDelegatedAdminAccounts(args: ListDelegatedAdminAccountsCommandInput, cb: (err: any, data?: ListDelegatedAdminAccountsCommandOutput) => void): void;
120
- listDelegatedAdminAccounts(args: ListDelegatedAdminAccountsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListDelegatedAdminAccountsCommandOutput) => void): void;
121
-
122
- listFilters(args: ListFiltersCommandInput, options?: __HttpHandlerOptions): Promise<ListFiltersCommandOutput>;
123
- listFilters(args: ListFiltersCommandInput, cb: (err: any, data?: ListFiltersCommandOutput) => void): void;
124
- listFilters(args: ListFiltersCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListFiltersCommandOutput) => void): void;
125
-
126
- listFindingAggregations(args: ListFindingAggregationsCommandInput, options?: __HttpHandlerOptions): Promise<ListFindingAggregationsCommandOutput>;
127
- listFindingAggregations(args: ListFindingAggregationsCommandInput, cb: (err: any, data?: ListFindingAggregationsCommandOutput) => void): void;
128
- listFindingAggregations(args: ListFindingAggregationsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListFindingAggregationsCommandOutput) => void): void;
129
-
130
- listFindings(args: ListFindingsCommandInput, options?: __HttpHandlerOptions): Promise<ListFindingsCommandOutput>;
131
- listFindings(args: ListFindingsCommandInput, cb: (err: any, data?: ListFindingsCommandOutput) => void): void;
132
- listFindings(args: ListFindingsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListFindingsCommandOutput) => void): void;
133
-
134
- listMembers(args: ListMembersCommandInput, options?: __HttpHandlerOptions): Promise<ListMembersCommandOutput>;
135
- listMembers(args: ListMembersCommandInput, cb: (err: any, data?: ListMembersCommandOutput) => void): void;
136
- listMembers(args: ListMembersCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListMembersCommandOutput) => void): void;
137
-
138
- listTagsForResource(args: ListTagsForResourceCommandInput, options?: __HttpHandlerOptions): Promise<ListTagsForResourceCommandOutput>;
139
- listTagsForResource(args: ListTagsForResourceCommandInput, cb: (err: any, data?: ListTagsForResourceCommandOutput) => void): void;
140
- listTagsForResource(args: ListTagsForResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListTagsForResourceCommandOutput) => void): void;
141
-
142
- listUsageTotals(args: ListUsageTotalsCommandInput, options?: __HttpHandlerOptions): Promise<ListUsageTotalsCommandOutput>;
143
- listUsageTotals(args: ListUsageTotalsCommandInput, cb: (err: any, data?: ListUsageTotalsCommandOutput) => void): void;
144
- listUsageTotals(args: ListUsageTotalsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListUsageTotalsCommandOutput) => void): void;
145
-
146
- tagResource(args: TagResourceCommandInput, options?: __HttpHandlerOptions): Promise<TagResourceCommandOutput>;
147
- tagResource(args: TagResourceCommandInput, cb: (err: any, data?: TagResourceCommandOutput) => void): void;
148
- tagResource(args: TagResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: TagResourceCommandOutput) => void): void;
149
-
150
- untagResource(args: UntagResourceCommandInput, options?: __HttpHandlerOptions): Promise<UntagResourceCommandOutput>;
151
- untagResource(args: UntagResourceCommandInput, cb: (err: any, data?: UntagResourceCommandOutput) => void): void;
152
- untagResource(args: UntagResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UntagResourceCommandOutput) => void): void;
153
-
154
- updateConfiguration(args: UpdateConfigurationCommandInput, options?: __HttpHandlerOptions): Promise<UpdateConfigurationCommandOutput>;
155
- updateConfiguration(args: UpdateConfigurationCommandInput, cb: (err: any, data?: UpdateConfigurationCommandOutput) => void): void;
156
- updateConfiguration(args: UpdateConfigurationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateConfigurationCommandOutput) => void): void;
157
-
158
- updateFilter(args: UpdateFilterCommandInput, options?: __HttpHandlerOptions): Promise<UpdateFilterCommandOutput>;
159
- updateFilter(args: UpdateFilterCommandInput, cb: (err: any, data?: UpdateFilterCommandOutput) => void): void;
160
- updateFilter(args: UpdateFilterCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateFilterCommandOutput) => void): void;
161
-
162
- updateOrganizationConfiguration(args: UpdateOrganizationConfigurationCommandInput, options?: __HttpHandlerOptions): Promise<UpdateOrganizationConfigurationCommandOutput>;
163
- updateOrganizationConfiguration(args: UpdateOrganizationConfigurationCommandInput, cb: (err: any, data?: UpdateOrganizationConfigurationCommandOutput) => void): void;
164
- updateOrganizationConfiguration(args: UpdateOrganizationConfigurationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateOrganizationConfigurationCommandOutput) => void): void;
165
- }
1
+ import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types";
2
+ import {
3
+ AssociateMemberCommandInput,
4
+ AssociateMemberCommandOutput,
5
+ } from "./commands/AssociateMemberCommand";
6
+ import {
7
+ BatchGetAccountStatusCommandInput,
8
+ BatchGetAccountStatusCommandOutput,
9
+ } from "./commands/BatchGetAccountStatusCommand";
10
+ import {
11
+ BatchGetFreeTrialInfoCommandInput,
12
+ BatchGetFreeTrialInfoCommandOutput,
13
+ } from "./commands/BatchGetFreeTrialInfoCommand";
14
+ import {
15
+ CancelFindingsReportCommandInput,
16
+ CancelFindingsReportCommandOutput,
17
+ } from "./commands/CancelFindingsReportCommand";
18
+ import {
19
+ CreateFilterCommandInput,
20
+ CreateFilterCommandOutput,
21
+ } from "./commands/CreateFilterCommand";
22
+ import {
23
+ CreateFindingsReportCommandInput,
24
+ CreateFindingsReportCommandOutput,
25
+ } from "./commands/CreateFindingsReportCommand";
26
+ import {
27
+ DeleteFilterCommandInput,
28
+ DeleteFilterCommandOutput,
29
+ } from "./commands/DeleteFilterCommand";
30
+ import {
31
+ DescribeOrganizationConfigurationCommandInput,
32
+ DescribeOrganizationConfigurationCommandOutput,
33
+ } from "./commands/DescribeOrganizationConfigurationCommand";
34
+ import {
35
+ DisableCommandInput,
36
+ DisableCommandOutput,
37
+ } from "./commands/DisableCommand";
38
+ import {
39
+ DisableDelegatedAdminAccountCommandInput,
40
+ DisableDelegatedAdminAccountCommandOutput,
41
+ } from "./commands/DisableDelegatedAdminAccountCommand";
42
+ import {
43
+ DisassociateMemberCommandInput,
44
+ DisassociateMemberCommandOutput,
45
+ } from "./commands/DisassociateMemberCommand";
46
+ import {
47
+ EnableCommandInput,
48
+ EnableCommandOutput,
49
+ } from "./commands/EnableCommand";
50
+ import {
51
+ EnableDelegatedAdminAccountCommandInput,
52
+ EnableDelegatedAdminAccountCommandOutput,
53
+ } from "./commands/EnableDelegatedAdminAccountCommand";
54
+ import {
55
+ GetConfigurationCommandInput,
56
+ GetConfigurationCommandOutput,
57
+ } from "./commands/GetConfigurationCommand";
58
+ import {
59
+ GetDelegatedAdminAccountCommandInput,
60
+ GetDelegatedAdminAccountCommandOutput,
61
+ } from "./commands/GetDelegatedAdminAccountCommand";
62
+ import {
63
+ GetFindingsReportStatusCommandInput,
64
+ GetFindingsReportStatusCommandOutput,
65
+ } from "./commands/GetFindingsReportStatusCommand";
66
+ import {
67
+ GetMemberCommandInput,
68
+ GetMemberCommandOutput,
69
+ } from "./commands/GetMemberCommand";
70
+ import {
71
+ ListAccountPermissionsCommandInput,
72
+ ListAccountPermissionsCommandOutput,
73
+ } from "./commands/ListAccountPermissionsCommand";
74
+ import {
75
+ ListCoverageCommandInput,
76
+ ListCoverageCommandOutput,
77
+ } from "./commands/ListCoverageCommand";
78
+ import {
79
+ ListCoverageStatisticsCommandInput,
80
+ ListCoverageStatisticsCommandOutput,
81
+ } from "./commands/ListCoverageStatisticsCommand";
82
+ import {
83
+ ListDelegatedAdminAccountsCommandInput,
84
+ ListDelegatedAdminAccountsCommandOutput,
85
+ } from "./commands/ListDelegatedAdminAccountsCommand";
86
+ import {
87
+ ListFiltersCommandInput,
88
+ ListFiltersCommandOutput,
89
+ } from "./commands/ListFiltersCommand";
90
+ import {
91
+ ListFindingAggregationsCommandInput,
92
+ ListFindingAggregationsCommandOutput,
93
+ } from "./commands/ListFindingAggregationsCommand";
94
+ import {
95
+ ListFindingsCommandInput,
96
+ ListFindingsCommandOutput,
97
+ } from "./commands/ListFindingsCommand";
98
+ import {
99
+ ListMembersCommandInput,
100
+ ListMembersCommandOutput,
101
+ } from "./commands/ListMembersCommand";
102
+ import {
103
+ ListTagsForResourceCommandInput,
104
+ ListTagsForResourceCommandOutput,
105
+ } from "./commands/ListTagsForResourceCommand";
106
+ import {
107
+ ListUsageTotalsCommandInput,
108
+ ListUsageTotalsCommandOutput,
109
+ } from "./commands/ListUsageTotalsCommand";
110
+ import {
111
+ TagResourceCommandInput,
112
+ TagResourceCommandOutput,
113
+ } from "./commands/TagResourceCommand";
114
+ import {
115
+ UntagResourceCommandInput,
116
+ UntagResourceCommandOutput,
117
+ } from "./commands/UntagResourceCommand";
118
+ import {
119
+ UpdateConfigurationCommandInput,
120
+ UpdateConfigurationCommandOutput,
121
+ } from "./commands/UpdateConfigurationCommand";
122
+ import {
123
+ UpdateFilterCommandInput,
124
+ UpdateFilterCommandOutput,
125
+ } from "./commands/UpdateFilterCommand";
126
+ import {
127
+ UpdateOrganizationConfigurationCommandInput,
128
+ UpdateOrganizationConfigurationCommandOutput,
129
+ } from "./commands/UpdateOrganizationConfigurationCommand";
130
+ import { Inspector2Client } from "./Inspector2Client";
131
+
132
+ export declare class Inspector2 extends Inspector2Client {
133
+ associateMember(
134
+ args: AssociateMemberCommandInput,
135
+ options?: __HttpHandlerOptions
136
+ ): Promise<AssociateMemberCommandOutput>;
137
+ associateMember(
138
+ args: AssociateMemberCommandInput,
139
+ cb: (err: any, data?: AssociateMemberCommandOutput) => void
140
+ ): void;
141
+ associateMember(
142
+ args: AssociateMemberCommandInput,
143
+ options: __HttpHandlerOptions,
144
+ cb: (err: any, data?: AssociateMemberCommandOutput) => void
145
+ ): void;
146
+
147
+ batchGetAccountStatus(
148
+ args: BatchGetAccountStatusCommandInput,
149
+ options?: __HttpHandlerOptions
150
+ ): Promise<BatchGetAccountStatusCommandOutput>;
151
+ batchGetAccountStatus(
152
+ args: BatchGetAccountStatusCommandInput,
153
+ cb: (err: any, data?: BatchGetAccountStatusCommandOutput) => void
154
+ ): void;
155
+ batchGetAccountStatus(
156
+ args: BatchGetAccountStatusCommandInput,
157
+ options: __HttpHandlerOptions,
158
+ cb: (err: any, data?: BatchGetAccountStatusCommandOutput) => void
159
+ ): void;
160
+
161
+ batchGetFreeTrialInfo(
162
+ args: BatchGetFreeTrialInfoCommandInput,
163
+ options?: __HttpHandlerOptions
164
+ ): Promise<BatchGetFreeTrialInfoCommandOutput>;
165
+ batchGetFreeTrialInfo(
166
+ args: BatchGetFreeTrialInfoCommandInput,
167
+ cb: (err: any, data?: BatchGetFreeTrialInfoCommandOutput) => void
168
+ ): void;
169
+ batchGetFreeTrialInfo(
170
+ args: BatchGetFreeTrialInfoCommandInput,
171
+ options: __HttpHandlerOptions,
172
+ cb: (err: any, data?: BatchGetFreeTrialInfoCommandOutput) => void
173
+ ): void;
174
+
175
+ cancelFindingsReport(
176
+ args: CancelFindingsReportCommandInput,
177
+ options?: __HttpHandlerOptions
178
+ ): Promise<CancelFindingsReportCommandOutput>;
179
+ cancelFindingsReport(
180
+ args: CancelFindingsReportCommandInput,
181
+ cb: (err: any, data?: CancelFindingsReportCommandOutput) => void
182
+ ): void;
183
+ cancelFindingsReport(
184
+ args: CancelFindingsReportCommandInput,
185
+ options: __HttpHandlerOptions,
186
+ cb: (err: any, data?: CancelFindingsReportCommandOutput) => void
187
+ ): void;
188
+
189
+ createFilter(
190
+ args: CreateFilterCommandInput,
191
+ options?: __HttpHandlerOptions
192
+ ): Promise<CreateFilterCommandOutput>;
193
+ createFilter(
194
+ args: CreateFilterCommandInput,
195
+ cb: (err: any, data?: CreateFilterCommandOutput) => void
196
+ ): void;
197
+ createFilter(
198
+ args: CreateFilterCommandInput,
199
+ options: __HttpHandlerOptions,
200
+ cb: (err: any, data?: CreateFilterCommandOutput) => void
201
+ ): void;
202
+
203
+ createFindingsReport(
204
+ args: CreateFindingsReportCommandInput,
205
+ options?: __HttpHandlerOptions
206
+ ): Promise<CreateFindingsReportCommandOutput>;
207
+ createFindingsReport(
208
+ args: CreateFindingsReportCommandInput,
209
+ cb: (err: any, data?: CreateFindingsReportCommandOutput) => void
210
+ ): void;
211
+ createFindingsReport(
212
+ args: CreateFindingsReportCommandInput,
213
+ options: __HttpHandlerOptions,
214
+ cb: (err: any, data?: CreateFindingsReportCommandOutput) => void
215
+ ): void;
216
+
217
+ deleteFilter(
218
+ args: DeleteFilterCommandInput,
219
+ options?: __HttpHandlerOptions
220
+ ): Promise<DeleteFilterCommandOutput>;
221
+ deleteFilter(
222
+ args: DeleteFilterCommandInput,
223
+ cb: (err: any, data?: DeleteFilterCommandOutput) => void
224
+ ): void;
225
+ deleteFilter(
226
+ args: DeleteFilterCommandInput,
227
+ options: __HttpHandlerOptions,
228
+ cb: (err: any, data?: DeleteFilterCommandOutput) => void
229
+ ): void;
230
+
231
+ describeOrganizationConfiguration(
232
+ args: DescribeOrganizationConfigurationCommandInput,
233
+ options?: __HttpHandlerOptions
234
+ ): Promise<DescribeOrganizationConfigurationCommandOutput>;
235
+ describeOrganizationConfiguration(
236
+ args: DescribeOrganizationConfigurationCommandInput,
237
+ cb: (
238
+ err: any,
239
+ data?: DescribeOrganizationConfigurationCommandOutput
240
+ ) => void
241
+ ): void;
242
+ describeOrganizationConfiguration(
243
+ args: DescribeOrganizationConfigurationCommandInput,
244
+ options: __HttpHandlerOptions,
245
+ cb: (
246
+ err: any,
247
+ data?: DescribeOrganizationConfigurationCommandOutput
248
+ ) => void
249
+ ): void;
250
+
251
+ disable(
252
+ args: DisableCommandInput,
253
+ options?: __HttpHandlerOptions
254
+ ): Promise<DisableCommandOutput>;
255
+ disable(
256
+ args: DisableCommandInput,
257
+ cb: (err: any, data?: DisableCommandOutput) => void
258
+ ): void;
259
+ disable(
260
+ args: DisableCommandInput,
261
+ options: __HttpHandlerOptions,
262
+ cb: (err: any, data?: DisableCommandOutput) => void
263
+ ): void;
264
+
265
+ disableDelegatedAdminAccount(
266
+ args: DisableDelegatedAdminAccountCommandInput,
267
+ options?: __HttpHandlerOptions
268
+ ): Promise<DisableDelegatedAdminAccountCommandOutput>;
269
+ disableDelegatedAdminAccount(
270
+ args: DisableDelegatedAdminAccountCommandInput,
271
+ cb: (err: any, data?: DisableDelegatedAdminAccountCommandOutput) => void
272
+ ): void;
273
+ disableDelegatedAdminAccount(
274
+ args: DisableDelegatedAdminAccountCommandInput,
275
+ options: __HttpHandlerOptions,
276
+ cb: (err: any, data?: DisableDelegatedAdminAccountCommandOutput) => void
277
+ ): void;
278
+
279
+ disassociateMember(
280
+ args: DisassociateMemberCommandInput,
281
+ options?: __HttpHandlerOptions
282
+ ): Promise<DisassociateMemberCommandOutput>;
283
+ disassociateMember(
284
+ args: DisassociateMemberCommandInput,
285
+ cb: (err: any, data?: DisassociateMemberCommandOutput) => void
286
+ ): void;
287
+ disassociateMember(
288
+ args: DisassociateMemberCommandInput,
289
+ options: __HttpHandlerOptions,
290
+ cb: (err: any, data?: DisassociateMemberCommandOutput) => void
291
+ ): void;
292
+
293
+ enable(
294
+ args: EnableCommandInput,
295
+ options?: __HttpHandlerOptions
296
+ ): Promise<EnableCommandOutput>;
297
+ enable(
298
+ args: EnableCommandInput,
299
+ cb: (err: any, data?: EnableCommandOutput) => void
300
+ ): void;
301
+ enable(
302
+ args: EnableCommandInput,
303
+ options: __HttpHandlerOptions,
304
+ cb: (err: any, data?: EnableCommandOutput) => void
305
+ ): void;
306
+
307
+ enableDelegatedAdminAccount(
308
+ args: EnableDelegatedAdminAccountCommandInput,
309
+ options?: __HttpHandlerOptions
310
+ ): Promise<EnableDelegatedAdminAccountCommandOutput>;
311
+ enableDelegatedAdminAccount(
312
+ args: EnableDelegatedAdminAccountCommandInput,
313
+ cb: (err: any, data?: EnableDelegatedAdminAccountCommandOutput) => void
314
+ ): void;
315
+ enableDelegatedAdminAccount(
316
+ args: EnableDelegatedAdminAccountCommandInput,
317
+ options: __HttpHandlerOptions,
318
+ cb: (err: any, data?: EnableDelegatedAdminAccountCommandOutput) => void
319
+ ): void;
320
+
321
+ getConfiguration(
322
+ args: GetConfigurationCommandInput,
323
+ options?: __HttpHandlerOptions
324
+ ): Promise<GetConfigurationCommandOutput>;
325
+ getConfiguration(
326
+ args: GetConfigurationCommandInput,
327
+ cb: (err: any, data?: GetConfigurationCommandOutput) => void
328
+ ): void;
329
+ getConfiguration(
330
+ args: GetConfigurationCommandInput,
331
+ options: __HttpHandlerOptions,
332
+ cb: (err: any, data?: GetConfigurationCommandOutput) => void
333
+ ): void;
334
+
335
+ getDelegatedAdminAccount(
336
+ args: GetDelegatedAdminAccountCommandInput,
337
+ options?: __HttpHandlerOptions
338
+ ): Promise<GetDelegatedAdminAccountCommandOutput>;
339
+ getDelegatedAdminAccount(
340
+ args: GetDelegatedAdminAccountCommandInput,
341
+ cb: (err: any, data?: GetDelegatedAdminAccountCommandOutput) => void
342
+ ): void;
343
+ getDelegatedAdminAccount(
344
+ args: GetDelegatedAdminAccountCommandInput,
345
+ options: __HttpHandlerOptions,
346
+ cb: (err: any, data?: GetDelegatedAdminAccountCommandOutput) => void
347
+ ): void;
348
+
349
+ getFindingsReportStatus(
350
+ args: GetFindingsReportStatusCommandInput,
351
+ options?: __HttpHandlerOptions
352
+ ): Promise<GetFindingsReportStatusCommandOutput>;
353
+ getFindingsReportStatus(
354
+ args: GetFindingsReportStatusCommandInput,
355
+ cb: (err: any, data?: GetFindingsReportStatusCommandOutput) => void
356
+ ): void;
357
+ getFindingsReportStatus(
358
+ args: GetFindingsReportStatusCommandInput,
359
+ options: __HttpHandlerOptions,
360
+ cb: (err: any, data?: GetFindingsReportStatusCommandOutput) => void
361
+ ): void;
362
+
363
+ getMember(
364
+ args: GetMemberCommandInput,
365
+ options?: __HttpHandlerOptions
366
+ ): Promise<GetMemberCommandOutput>;
367
+ getMember(
368
+ args: GetMemberCommandInput,
369
+ cb: (err: any, data?: GetMemberCommandOutput) => void
370
+ ): void;
371
+ getMember(
372
+ args: GetMemberCommandInput,
373
+ options: __HttpHandlerOptions,
374
+ cb: (err: any, data?: GetMemberCommandOutput) => void
375
+ ): void;
376
+
377
+ listAccountPermissions(
378
+ args: ListAccountPermissionsCommandInput,
379
+ options?: __HttpHandlerOptions
380
+ ): Promise<ListAccountPermissionsCommandOutput>;
381
+ listAccountPermissions(
382
+ args: ListAccountPermissionsCommandInput,
383
+ cb: (err: any, data?: ListAccountPermissionsCommandOutput) => void
384
+ ): void;
385
+ listAccountPermissions(
386
+ args: ListAccountPermissionsCommandInput,
387
+ options: __HttpHandlerOptions,
388
+ cb: (err: any, data?: ListAccountPermissionsCommandOutput) => void
389
+ ): void;
390
+
391
+ listCoverage(
392
+ args: ListCoverageCommandInput,
393
+ options?: __HttpHandlerOptions
394
+ ): Promise<ListCoverageCommandOutput>;
395
+ listCoverage(
396
+ args: ListCoverageCommandInput,
397
+ cb: (err: any, data?: ListCoverageCommandOutput) => void
398
+ ): void;
399
+ listCoverage(
400
+ args: ListCoverageCommandInput,
401
+ options: __HttpHandlerOptions,
402
+ cb: (err: any, data?: ListCoverageCommandOutput) => void
403
+ ): void;
404
+
405
+ listCoverageStatistics(
406
+ args: ListCoverageStatisticsCommandInput,
407
+ options?: __HttpHandlerOptions
408
+ ): Promise<ListCoverageStatisticsCommandOutput>;
409
+ listCoverageStatistics(
410
+ args: ListCoverageStatisticsCommandInput,
411
+ cb: (err: any, data?: ListCoverageStatisticsCommandOutput) => void
412
+ ): void;
413
+ listCoverageStatistics(
414
+ args: ListCoverageStatisticsCommandInput,
415
+ options: __HttpHandlerOptions,
416
+ cb: (err: any, data?: ListCoverageStatisticsCommandOutput) => void
417
+ ): void;
418
+
419
+ listDelegatedAdminAccounts(
420
+ args: ListDelegatedAdminAccountsCommandInput,
421
+ options?: __HttpHandlerOptions
422
+ ): Promise<ListDelegatedAdminAccountsCommandOutput>;
423
+ listDelegatedAdminAccounts(
424
+ args: ListDelegatedAdminAccountsCommandInput,
425
+ cb: (err: any, data?: ListDelegatedAdminAccountsCommandOutput) => void
426
+ ): void;
427
+ listDelegatedAdminAccounts(
428
+ args: ListDelegatedAdminAccountsCommandInput,
429
+ options: __HttpHandlerOptions,
430
+ cb: (err: any, data?: ListDelegatedAdminAccountsCommandOutput) => void
431
+ ): void;
432
+
433
+ listFilters(
434
+ args: ListFiltersCommandInput,
435
+ options?: __HttpHandlerOptions
436
+ ): Promise<ListFiltersCommandOutput>;
437
+ listFilters(
438
+ args: ListFiltersCommandInput,
439
+ cb: (err: any, data?: ListFiltersCommandOutput) => void
440
+ ): void;
441
+ listFilters(
442
+ args: ListFiltersCommandInput,
443
+ options: __HttpHandlerOptions,
444
+ cb: (err: any, data?: ListFiltersCommandOutput) => void
445
+ ): void;
446
+
447
+ listFindingAggregations(
448
+ args: ListFindingAggregationsCommandInput,
449
+ options?: __HttpHandlerOptions
450
+ ): Promise<ListFindingAggregationsCommandOutput>;
451
+ listFindingAggregations(
452
+ args: ListFindingAggregationsCommandInput,
453
+ cb: (err: any, data?: ListFindingAggregationsCommandOutput) => void
454
+ ): void;
455
+ listFindingAggregations(
456
+ args: ListFindingAggregationsCommandInput,
457
+ options: __HttpHandlerOptions,
458
+ cb: (err: any, data?: ListFindingAggregationsCommandOutput) => void
459
+ ): void;
460
+
461
+ listFindings(
462
+ args: ListFindingsCommandInput,
463
+ options?: __HttpHandlerOptions
464
+ ): Promise<ListFindingsCommandOutput>;
465
+ listFindings(
466
+ args: ListFindingsCommandInput,
467
+ cb: (err: any, data?: ListFindingsCommandOutput) => void
468
+ ): void;
469
+ listFindings(
470
+ args: ListFindingsCommandInput,
471
+ options: __HttpHandlerOptions,
472
+ cb: (err: any, data?: ListFindingsCommandOutput) => void
473
+ ): void;
474
+
475
+ listMembers(
476
+ args: ListMembersCommandInput,
477
+ options?: __HttpHandlerOptions
478
+ ): Promise<ListMembersCommandOutput>;
479
+ listMembers(
480
+ args: ListMembersCommandInput,
481
+ cb: (err: any, data?: ListMembersCommandOutput) => void
482
+ ): void;
483
+ listMembers(
484
+ args: ListMembersCommandInput,
485
+ options: __HttpHandlerOptions,
486
+ cb: (err: any, data?: ListMembersCommandOutput) => void
487
+ ): void;
488
+
489
+ listTagsForResource(
490
+ args: ListTagsForResourceCommandInput,
491
+ options?: __HttpHandlerOptions
492
+ ): Promise<ListTagsForResourceCommandOutput>;
493
+ listTagsForResource(
494
+ args: ListTagsForResourceCommandInput,
495
+ cb: (err: any, data?: ListTagsForResourceCommandOutput) => void
496
+ ): void;
497
+ listTagsForResource(
498
+ args: ListTagsForResourceCommandInput,
499
+ options: __HttpHandlerOptions,
500
+ cb: (err: any, data?: ListTagsForResourceCommandOutput) => void
501
+ ): void;
502
+
503
+ listUsageTotals(
504
+ args: ListUsageTotalsCommandInput,
505
+ options?: __HttpHandlerOptions
506
+ ): Promise<ListUsageTotalsCommandOutput>;
507
+ listUsageTotals(
508
+ args: ListUsageTotalsCommandInput,
509
+ cb: (err: any, data?: ListUsageTotalsCommandOutput) => void
510
+ ): void;
511
+ listUsageTotals(
512
+ args: ListUsageTotalsCommandInput,
513
+ options: __HttpHandlerOptions,
514
+ cb: (err: any, data?: ListUsageTotalsCommandOutput) => void
515
+ ): void;
516
+
517
+ tagResource(
518
+ args: TagResourceCommandInput,
519
+ options?: __HttpHandlerOptions
520
+ ): Promise<TagResourceCommandOutput>;
521
+ tagResource(
522
+ args: TagResourceCommandInput,
523
+ cb: (err: any, data?: TagResourceCommandOutput) => void
524
+ ): void;
525
+ tagResource(
526
+ args: TagResourceCommandInput,
527
+ options: __HttpHandlerOptions,
528
+ cb: (err: any, data?: TagResourceCommandOutput) => void
529
+ ): void;
530
+
531
+ untagResource(
532
+ args: UntagResourceCommandInput,
533
+ options?: __HttpHandlerOptions
534
+ ): Promise<UntagResourceCommandOutput>;
535
+ untagResource(
536
+ args: UntagResourceCommandInput,
537
+ cb: (err: any, data?: UntagResourceCommandOutput) => void
538
+ ): void;
539
+ untagResource(
540
+ args: UntagResourceCommandInput,
541
+ options: __HttpHandlerOptions,
542
+ cb: (err: any, data?: UntagResourceCommandOutput) => void
543
+ ): void;
544
+
545
+ updateConfiguration(
546
+ args: UpdateConfigurationCommandInput,
547
+ options?: __HttpHandlerOptions
548
+ ): Promise<UpdateConfigurationCommandOutput>;
549
+ updateConfiguration(
550
+ args: UpdateConfigurationCommandInput,
551
+ cb: (err: any, data?: UpdateConfigurationCommandOutput) => void
552
+ ): void;
553
+ updateConfiguration(
554
+ args: UpdateConfigurationCommandInput,
555
+ options: __HttpHandlerOptions,
556
+ cb: (err: any, data?: UpdateConfigurationCommandOutput) => void
557
+ ): void;
558
+
559
+ updateFilter(
560
+ args: UpdateFilterCommandInput,
561
+ options?: __HttpHandlerOptions
562
+ ): Promise<UpdateFilterCommandOutput>;
563
+ updateFilter(
564
+ args: UpdateFilterCommandInput,
565
+ cb: (err: any, data?: UpdateFilterCommandOutput) => void
566
+ ): void;
567
+ updateFilter(
568
+ args: UpdateFilterCommandInput,
569
+ options: __HttpHandlerOptions,
570
+ cb: (err: any, data?: UpdateFilterCommandOutput) => void
571
+ ): void;
572
+
573
+ updateOrganizationConfiguration(
574
+ args: UpdateOrganizationConfigurationCommandInput,
575
+ options?: __HttpHandlerOptions
576
+ ): Promise<UpdateOrganizationConfigurationCommandOutput>;
577
+ updateOrganizationConfiguration(
578
+ args: UpdateOrganizationConfigurationCommandInput,
579
+ cb: (err: any, data?: UpdateOrganizationConfigurationCommandOutput) => void
580
+ ): void;
581
+ updateOrganizationConfiguration(
582
+ args: UpdateOrganizationConfigurationCommandInput,
583
+ options: __HttpHandlerOptions,
584
+ cb: (err: any, data?: UpdateOrganizationConfigurationCommandOutput) => void
585
+ ): void;
586
+ }