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