@aws-sdk/client-inspector2 3.128.0 → 3.137.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 (88) hide show
  1. package/CHANGELOG.md +35 -0
  2. package/dist-cjs/Inspector2.js +30 -0
  3. package/dist-cjs/commands/AssociateMemberCommand.js +2 -2
  4. package/dist-cjs/commands/BatchGetAccountStatusCommand.js +2 -2
  5. package/dist-cjs/commands/BatchGetFreeTrialInfoCommand.js +2 -2
  6. package/dist-cjs/commands/CancelFindingsReportCommand.js +2 -2
  7. package/dist-cjs/commands/CreateFilterCommand.js +2 -2
  8. package/dist-cjs/commands/CreateFindingsReportCommand.js +2 -2
  9. package/dist-cjs/commands/DeleteFilterCommand.js +2 -2
  10. package/dist-cjs/commands/DescribeOrganizationConfigurationCommand.js +2 -2
  11. package/dist-cjs/commands/DisableCommand.js +2 -2
  12. package/dist-cjs/commands/DisableDelegatedAdminAccountCommand.js +2 -2
  13. package/dist-cjs/commands/DisassociateMemberCommand.js +2 -2
  14. package/dist-cjs/commands/EnableCommand.js +2 -2
  15. package/dist-cjs/commands/EnableDelegatedAdminAccountCommand.js +2 -2
  16. package/dist-cjs/commands/GetConfigurationCommand.js +36 -0
  17. package/dist-cjs/commands/GetDelegatedAdminAccountCommand.js +2 -2
  18. package/dist-cjs/commands/GetFindingsReportStatusCommand.js +2 -2
  19. package/dist-cjs/commands/GetMemberCommand.js +2 -2
  20. package/dist-cjs/commands/ListAccountPermissionsCommand.js +2 -2
  21. package/dist-cjs/commands/ListCoverageCommand.js +2 -2
  22. package/dist-cjs/commands/ListCoverageStatisticsCommand.js +2 -2
  23. package/dist-cjs/commands/ListDelegatedAdminAccountsCommand.js +2 -2
  24. package/dist-cjs/commands/ListFiltersCommand.js +2 -2
  25. package/dist-cjs/commands/ListFindingAggregationsCommand.js +2 -2
  26. package/dist-cjs/commands/ListFindingsCommand.js +2 -2
  27. package/dist-cjs/commands/ListMembersCommand.js +2 -2
  28. package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -2
  29. package/dist-cjs/commands/ListUsageTotalsCommand.js +2 -2
  30. package/dist-cjs/commands/TagResourceCommand.js +2 -2
  31. package/dist-cjs/commands/UntagResourceCommand.js +2 -2
  32. package/dist-cjs/commands/UpdateConfigurationCommand.js +36 -0
  33. package/dist-cjs/commands/UpdateFilterCommand.js +2 -2
  34. package/dist-cjs/commands/UpdateOrganizationConfigurationCommand.js +2 -2
  35. package/dist-cjs/commands/index.js +2 -0
  36. package/dist-cjs/models/models_0.js +637 -854
  37. package/dist-cjs/protocols/Aws_restJson1.js +155 -2
  38. package/dist-es/Inspector2.js +30 -0
  39. package/dist-es/commands/AssociateMemberCommand.js +3 -3
  40. package/dist-es/commands/BatchGetAccountStatusCommand.js +3 -3
  41. package/dist-es/commands/BatchGetFreeTrialInfoCommand.js +3 -3
  42. package/dist-es/commands/CancelFindingsReportCommand.js +3 -3
  43. package/dist-es/commands/CreateFilterCommand.js +3 -3
  44. package/dist-es/commands/CreateFindingsReportCommand.js +3 -3
  45. package/dist-es/commands/DeleteFilterCommand.js +3 -3
  46. package/dist-es/commands/DescribeOrganizationConfigurationCommand.js +3 -3
  47. package/dist-es/commands/DisableCommand.js +3 -3
  48. package/dist-es/commands/DisableDelegatedAdminAccountCommand.js +3 -3
  49. package/dist-es/commands/DisassociateMemberCommand.js +3 -3
  50. package/dist-es/commands/EnableCommand.js +3 -3
  51. package/dist-es/commands/EnableDelegatedAdminAccountCommand.js +3 -3
  52. package/dist-es/commands/GetConfigurationCommand.js +39 -0
  53. package/dist-es/commands/GetDelegatedAdminAccountCommand.js +3 -3
  54. package/dist-es/commands/GetFindingsReportStatusCommand.js +3 -3
  55. package/dist-es/commands/GetMemberCommand.js +3 -3
  56. package/dist-es/commands/ListAccountPermissionsCommand.js +3 -3
  57. package/dist-es/commands/ListCoverageCommand.js +3 -3
  58. package/dist-es/commands/ListCoverageStatisticsCommand.js +3 -3
  59. package/dist-es/commands/ListDelegatedAdminAccountsCommand.js +3 -3
  60. package/dist-es/commands/ListFiltersCommand.js +3 -3
  61. package/dist-es/commands/ListFindingAggregationsCommand.js +3 -3
  62. package/dist-es/commands/ListFindingsCommand.js +3 -3
  63. package/dist-es/commands/ListMembersCommand.js +3 -3
  64. package/dist-es/commands/ListTagsForResourceCommand.js +3 -3
  65. package/dist-es/commands/ListUsageTotalsCommand.js +3 -3
  66. package/dist-es/commands/TagResourceCommand.js +3 -3
  67. package/dist-es/commands/UntagResourceCommand.js +3 -3
  68. package/dist-es/commands/UpdateConfigurationCommand.js +39 -0
  69. package/dist-es/commands/UpdateFilterCommand.js +3 -3
  70. package/dist-es/commands/UpdateOrganizationConfigurationCommand.js +3 -3
  71. package/dist-es/commands/index.js +2 -0
  72. package/dist-es/models/models_0.js +210 -584
  73. package/dist-es/protocols/Aws_restJson1.js +202 -4
  74. package/dist-types/Inspector2.d.ts +14 -0
  75. package/dist-types/Inspector2Client.d.ts +4 -2
  76. package/dist-types/commands/GetConfigurationCommand.d.ts +35 -0
  77. package/dist-types/commands/UpdateConfigurationCommand.d.ts +35 -0
  78. package/dist-types/commands/index.d.ts +2 -0
  79. package/dist-types/models/models_0.d.ts +636 -795
  80. package/dist-types/protocols/Aws_restJson1.d.ts +6 -0
  81. package/dist-types/ts3.4/Inspector2.d.ts +10 -0
  82. package/dist-types/ts3.4/Inspector2Client.d.ts +4 -2
  83. package/dist-types/ts3.4/commands/GetConfigurationCommand.d.ts +17 -0
  84. package/dist-types/ts3.4/commands/UpdateConfigurationCommand.d.ts +17 -0
  85. package/dist-types/ts3.4/commands/index.d.ts +2 -0
  86. package/dist-types/ts3.4/models/models_0.d.ts +331 -528
  87. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +6 -0
  88. package/package.json +9 -9
@@ -13,6 +13,7 @@ import { DisableDelegatedAdminAccountCommandInput, DisableDelegatedAdminAccountC
13
13
  import { DisassociateMemberCommandInput, DisassociateMemberCommandOutput } from "../commands/DisassociateMemberCommand";
14
14
  import { EnableCommandInput, EnableCommandOutput } from "../commands/EnableCommand";
15
15
  import { EnableDelegatedAdminAccountCommandInput, EnableDelegatedAdminAccountCommandOutput } from "../commands/EnableDelegatedAdminAccountCommand";
16
+ import { GetConfigurationCommandInput, GetConfigurationCommandOutput } from "../commands/GetConfigurationCommand";
16
17
  import { GetDelegatedAdminAccountCommandInput, GetDelegatedAdminAccountCommandOutput } from "../commands/GetDelegatedAdminAccountCommand";
17
18
  import { GetFindingsReportStatusCommandInput, GetFindingsReportStatusCommandOutput } from "../commands/GetFindingsReportStatusCommand";
18
19
  import { GetMemberCommandInput, GetMemberCommandOutput } from "../commands/GetMemberCommand";
@@ -28,6 +29,7 @@ import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } fro
28
29
  import { ListUsageTotalsCommandInput, ListUsageTotalsCommandOutput } from "../commands/ListUsageTotalsCommand";
29
30
  import { TagResourceCommandInput, TagResourceCommandOutput } from "../commands/TagResourceCommand";
30
31
  import { UntagResourceCommandInput, UntagResourceCommandOutput } from "../commands/UntagResourceCommand";
32
+ import { UpdateConfigurationCommandInput, UpdateConfigurationCommandOutput } from "../commands/UpdateConfigurationCommand";
31
33
  import { UpdateFilterCommandInput, UpdateFilterCommandOutput } from "../commands/UpdateFilterCommand";
32
34
  import { UpdateOrganizationConfigurationCommandInput, UpdateOrganizationConfigurationCommandOutput } from "../commands/UpdateOrganizationConfigurationCommand";
33
35
  export declare const serializeAws_restJson1AssociateMemberCommand: (input: AssociateMemberCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
@@ -43,6 +45,7 @@ export declare const serializeAws_restJson1DisableDelegatedAdminAccountCommand:
43
45
  export declare const serializeAws_restJson1DisassociateMemberCommand: (input: DisassociateMemberCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
44
46
  export declare const serializeAws_restJson1EnableCommand: (input: EnableCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
45
47
  export declare const serializeAws_restJson1EnableDelegatedAdminAccountCommand: (input: EnableDelegatedAdminAccountCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
48
+ export declare const serializeAws_restJson1GetConfigurationCommand: (input: GetConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
46
49
  export declare const serializeAws_restJson1GetDelegatedAdminAccountCommand: (input: GetDelegatedAdminAccountCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
47
50
  export declare const serializeAws_restJson1GetFindingsReportStatusCommand: (input: GetFindingsReportStatusCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
48
51
  export declare const serializeAws_restJson1GetMemberCommand: (input: GetMemberCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
@@ -58,6 +61,7 @@ export declare const serializeAws_restJson1ListTagsForResourceCommand: (input: L
58
61
  export declare const serializeAws_restJson1ListUsageTotalsCommand: (input: ListUsageTotalsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
59
62
  export declare const serializeAws_restJson1TagResourceCommand: (input: TagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
60
63
  export declare const serializeAws_restJson1UntagResourceCommand: (input: UntagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
64
+ export declare const serializeAws_restJson1UpdateConfigurationCommand: (input: UpdateConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
61
65
  export declare const serializeAws_restJson1UpdateFilterCommand: (input: UpdateFilterCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
62
66
  export declare const serializeAws_restJson1UpdateOrganizationConfigurationCommand: (input: UpdateOrganizationConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
63
67
  export declare const deserializeAws_restJson1AssociateMemberCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<AssociateMemberCommandOutput>;
@@ -73,6 +77,7 @@ export declare const deserializeAws_restJson1DisableDelegatedAdminAccountCommand
73
77
  export declare const deserializeAws_restJson1DisassociateMemberCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DisassociateMemberCommandOutput>;
74
78
  export declare const deserializeAws_restJson1EnableCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<EnableCommandOutput>;
75
79
  export declare const deserializeAws_restJson1EnableDelegatedAdminAccountCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<EnableDelegatedAdminAccountCommandOutput>;
80
+ export declare const deserializeAws_restJson1GetConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetConfigurationCommandOutput>;
76
81
  export declare const deserializeAws_restJson1GetDelegatedAdminAccountCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetDelegatedAdminAccountCommandOutput>;
77
82
  export declare const deserializeAws_restJson1GetFindingsReportStatusCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetFindingsReportStatusCommandOutput>;
78
83
  export declare const deserializeAws_restJson1GetMemberCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetMemberCommandOutput>;
@@ -88,5 +93,6 @@ export declare const deserializeAws_restJson1ListTagsForResourceCommand: (output
88
93
  export declare const deserializeAws_restJson1ListUsageTotalsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListUsageTotalsCommandOutput>;
89
94
  export declare const deserializeAws_restJson1TagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<TagResourceCommandOutput>;
90
95
  export declare const deserializeAws_restJson1UntagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UntagResourceCommandOutput>;
96
+ export declare const deserializeAws_restJson1UpdateConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateConfigurationCommandOutput>;
91
97
  export declare const deserializeAws_restJson1UpdateFilterCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateFilterCommandOutput>;
92
98
  export declare const deserializeAws_restJson1UpdateOrganizationConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateOrganizationConfigurationCommandOutput>;
@@ -12,6 +12,7 @@ import { DisableDelegatedAdminAccountCommandInput, DisableDelegatedAdminAccountC
12
12
  import { DisassociateMemberCommandInput, DisassociateMemberCommandOutput } from "./commands/DisassociateMemberCommand";
13
13
  import { EnableCommandInput, EnableCommandOutput } from "./commands/EnableCommand";
14
14
  import { EnableDelegatedAdminAccountCommandInput, EnableDelegatedAdminAccountCommandOutput } from "./commands/EnableDelegatedAdminAccountCommand";
15
+ import { GetConfigurationCommandInput, GetConfigurationCommandOutput } from "./commands/GetConfigurationCommand";
15
16
  import { GetDelegatedAdminAccountCommandInput, GetDelegatedAdminAccountCommandOutput } from "./commands/GetDelegatedAdminAccountCommand";
16
17
  import { GetFindingsReportStatusCommandInput, GetFindingsReportStatusCommandOutput } from "./commands/GetFindingsReportStatusCommand";
17
18
  import { GetMemberCommandInput, GetMemberCommandOutput } from "./commands/GetMemberCommand";
@@ -27,6 +28,7 @@ import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } fro
27
28
  import { ListUsageTotalsCommandInput, ListUsageTotalsCommandOutput } from "./commands/ListUsageTotalsCommand";
28
29
  import { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/TagResourceCommand";
29
30
  import { UntagResourceCommandInput, UntagResourceCommandOutput } from "./commands/UntagResourceCommand";
31
+ import { UpdateConfigurationCommandInput, UpdateConfigurationCommandOutput } from "./commands/UpdateConfigurationCommand";
30
32
  import { UpdateFilterCommandInput, UpdateFilterCommandOutput } from "./commands/UpdateFilterCommand";
31
33
  import { UpdateOrganizationConfigurationCommandInput, UpdateOrganizationConfigurationCommandOutput } from "./commands/UpdateOrganizationConfigurationCommand";
32
34
  import { Inspector2Client } from "./Inspector2Client";
@@ -85,6 +87,10 @@ export declare class Inspector2 extends Inspector2Client {
85
87
  enableDelegatedAdminAccount(args: EnableDelegatedAdminAccountCommandInput, cb: (err: any, data?: EnableDelegatedAdminAccountCommandOutput) => void): void;
86
88
  enableDelegatedAdminAccount(args: EnableDelegatedAdminAccountCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: EnableDelegatedAdminAccountCommandOutput) => void): void;
87
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
+
88
94
  getDelegatedAdminAccount(args: GetDelegatedAdminAccountCommandInput, options?: __HttpHandlerOptions): Promise<GetDelegatedAdminAccountCommandOutput>;
89
95
  getDelegatedAdminAccount(args: GetDelegatedAdminAccountCommandInput, cb: (err: any, data?: GetDelegatedAdminAccountCommandOutput) => void): void;
90
96
  getDelegatedAdminAccount(args: GetDelegatedAdminAccountCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetDelegatedAdminAccountCommandOutput) => void): void;
@@ -145,6 +151,10 @@ export declare class Inspector2 extends Inspector2Client {
145
151
  untagResource(args: UntagResourceCommandInput, cb: (err: any, data?: UntagResourceCommandOutput) => void): void;
146
152
  untagResource(args: UntagResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UntagResourceCommandOutput) => void): void;
147
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
+
148
158
  updateFilter(args: UpdateFilterCommandInput, options?: __HttpHandlerOptions): Promise<UpdateFilterCommandOutput>;
149
159
  updateFilter(args: UpdateFilterCommandInput, cb: (err: any, data?: UpdateFilterCommandOutput) => void): void;
150
160
  updateFilter(args: UpdateFilterCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateFilterCommandOutput) => void): void;
@@ -19,6 +19,7 @@ import { DisableDelegatedAdminAccountCommandInput, DisableDelegatedAdminAccountC
19
19
  import { DisassociateMemberCommandInput, DisassociateMemberCommandOutput } from "./commands/DisassociateMemberCommand";
20
20
  import { EnableCommandInput, EnableCommandOutput } from "./commands/EnableCommand";
21
21
  import { EnableDelegatedAdminAccountCommandInput, EnableDelegatedAdminAccountCommandOutput } from "./commands/EnableDelegatedAdminAccountCommand";
22
+ import { GetConfigurationCommandInput, GetConfigurationCommandOutput } from "./commands/GetConfigurationCommand";
22
23
  import { GetDelegatedAdminAccountCommandInput, GetDelegatedAdminAccountCommandOutput } from "./commands/GetDelegatedAdminAccountCommand";
23
24
  import { GetFindingsReportStatusCommandInput, GetFindingsReportStatusCommandOutput } from "./commands/GetFindingsReportStatusCommand";
24
25
  import { GetMemberCommandInput, GetMemberCommandOutput } from "./commands/GetMemberCommand";
@@ -34,10 +35,11 @@ import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } fro
34
35
  import { ListUsageTotalsCommandInput, ListUsageTotalsCommandOutput } from "./commands/ListUsageTotalsCommand";
35
36
  import { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/TagResourceCommand";
36
37
  import { UntagResourceCommandInput, UntagResourceCommandOutput } from "./commands/UntagResourceCommand";
38
+ import { UpdateConfigurationCommandInput, UpdateConfigurationCommandOutput } from "./commands/UpdateConfigurationCommand";
37
39
  import { UpdateFilterCommandInput, UpdateFilterCommandOutput } from "./commands/UpdateFilterCommand";
38
40
  import { UpdateOrganizationConfigurationCommandInput, UpdateOrganizationConfigurationCommandOutput } from "./commands/UpdateOrganizationConfigurationCommand";
39
- export declare type ServiceInputTypes = AssociateMemberCommandInput | BatchGetAccountStatusCommandInput | BatchGetFreeTrialInfoCommandInput | CancelFindingsReportCommandInput | CreateFilterCommandInput | CreateFindingsReportCommandInput | DeleteFilterCommandInput | DescribeOrganizationConfigurationCommandInput | DisableCommandInput | DisableDelegatedAdminAccountCommandInput | DisassociateMemberCommandInput | EnableCommandInput | EnableDelegatedAdminAccountCommandInput | GetDelegatedAdminAccountCommandInput | GetFindingsReportStatusCommandInput | GetMemberCommandInput | ListAccountPermissionsCommandInput | ListCoverageCommandInput | ListCoverageStatisticsCommandInput | ListDelegatedAdminAccountsCommandInput | ListFiltersCommandInput | ListFindingAggregationsCommandInput | ListFindingsCommandInput | ListMembersCommandInput | ListTagsForResourceCommandInput | ListUsageTotalsCommandInput | TagResourceCommandInput | UntagResourceCommandInput | UpdateFilterCommandInput | UpdateOrganizationConfigurationCommandInput;
40
- export declare type ServiceOutputTypes = AssociateMemberCommandOutput | BatchGetAccountStatusCommandOutput | BatchGetFreeTrialInfoCommandOutput | CancelFindingsReportCommandOutput | CreateFilterCommandOutput | CreateFindingsReportCommandOutput | DeleteFilterCommandOutput | DescribeOrganizationConfigurationCommandOutput | DisableCommandOutput | DisableDelegatedAdminAccountCommandOutput | DisassociateMemberCommandOutput | EnableCommandOutput | EnableDelegatedAdminAccountCommandOutput | GetDelegatedAdminAccountCommandOutput | GetFindingsReportStatusCommandOutput | GetMemberCommandOutput | ListAccountPermissionsCommandOutput | ListCoverageCommandOutput | ListCoverageStatisticsCommandOutput | ListDelegatedAdminAccountsCommandOutput | ListFiltersCommandOutput | ListFindingAggregationsCommandOutput | ListFindingsCommandOutput | ListMembersCommandOutput | ListTagsForResourceCommandOutput | ListUsageTotalsCommandOutput | TagResourceCommandOutput | UntagResourceCommandOutput | UpdateFilterCommandOutput | UpdateOrganizationConfigurationCommandOutput;
41
+ export declare type ServiceInputTypes = AssociateMemberCommandInput | BatchGetAccountStatusCommandInput | BatchGetFreeTrialInfoCommandInput | CancelFindingsReportCommandInput | CreateFilterCommandInput | CreateFindingsReportCommandInput | DeleteFilterCommandInput | DescribeOrganizationConfigurationCommandInput | DisableCommandInput | DisableDelegatedAdminAccountCommandInput | DisassociateMemberCommandInput | EnableCommandInput | EnableDelegatedAdminAccountCommandInput | GetConfigurationCommandInput | GetDelegatedAdminAccountCommandInput | GetFindingsReportStatusCommandInput | GetMemberCommandInput | ListAccountPermissionsCommandInput | ListCoverageCommandInput | ListCoverageStatisticsCommandInput | ListDelegatedAdminAccountsCommandInput | ListFiltersCommandInput | ListFindingAggregationsCommandInput | ListFindingsCommandInput | ListMembersCommandInput | ListTagsForResourceCommandInput | ListUsageTotalsCommandInput | TagResourceCommandInput | UntagResourceCommandInput | UpdateConfigurationCommandInput | UpdateFilterCommandInput | UpdateOrganizationConfigurationCommandInput;
42
+ export declare type ServiceOutputTypes = AssociateMemberCommandOutput | BatchGetAccountStatusCommandOutput | BatchGetFreeTrialInfoCommandOutput | CancelFindingsReportCommandOutput | CreateFilterCommandOutput | CreateFindingsReportCommandOutput | DeleteFilterCommandOutput | DescribeOrganizationConfigurationCommandOutput | DisableCommandOutput | DisableDelegatedAdminAccountCommandOutput | DisassociateMemberCommandOutput | EnableCommandOutput | EnableDelegatedAdminAccountCommandOutput | GetConfigurationCommandOutput | GetDelegatedAdminAccountCommandOutput | GetFindingsReportStatusCommandOutput | GetMemberCommandOutput | ListAccountPermissionsCommandOutput | ListCoverageCommandOutput | ListCoverageStatisticsCommandOutput | ListDelegatedAdminAccountsCommandOutput | ListFiltersCommandOutput | ListFindingAggregationsCommandOutput | ListFindingsCommandOutput | ListMembersCommandOutput | ListTagsForResourceCommandOutput | ListUsageTotalsCommandOutput | TagResourceCommandOutput | UntagResourceCommandOutput | UpdateConfigurationCommandOutput | UpdateFilterCommandOutput | UpdateOrganizationConfigurationCommandOutput;
41
43
  export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
42
44
 
43
45
  requestHandler?: __HttpHandler;
@@ -0,0 +1,17 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { Inspector2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Inspector2Client";
4
+ import { GetConfigurationRequest, GetConfigurationResponse } from "../models/models_0";
5
+ export interface GetConfigurationCommandInput extends GetConfigurationRequest {
6
+ }
7
+ export interface GetConfigurationCommandOutput extends GetConfigurationResponse, __MetadataBearer {
8
+ }
9
+
10
+ export declare class GetConfigurationCommand extends $Command<GetConfigurationCommandInput, GetConfigurationCommandOutput, Inspector2ClientResolvedConfig> {
11
+ readonly input: GetConfigurationCommandInput;
12
+ constructor(input: GetConfigurationCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: Inspector2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetConfigurationCommandInput, GetConfigurationCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { Inspector2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Inspector2Client";
4
+ import { UpdateConfigurationRequest, UpdateConfigurationResponse } from "../models/models_0";
5
+ export interface UpdateConfigurationCommandInput extends UpdateConfigurationRequest {
6
+ }
7
+ export interface UpdateConfigurationCommandOutput extends UpdateConfigurationResponse, __MetadataBearer {
8
+ }
9
+
10
+ export declare class UpdateConfigurationCommand extends $Command<UpdateConfigurationCommandInput, UpdateConfigurationCommandOutput, Inspector2ClientResolvedConfig> {
11
+ readonly input: UpdateConfigurationCommandInput;
12
+ constructor(input: UpdateConfigurationCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: Inspector2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateConfigurationCommandInput, UpdateConfigurationCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -11,6 +11,7 @@ export * from "./DisableDelegatedAdminAccountCommand";
11
11
  export * from "./DisassociateMemberCommand";
12
12
  export * from "./EnableCommand";
13
13
  export * from "./EnableDelegatedAdminAccountCommand";
14
+ export * from "./GetConfigurationCommand";
14
15
  export * from "./GetDelegatedAdminAccountCommand";
15
16
  export * from "./GetFindingsReportStatusCommand";
16
17
  export * from "./GetMemberCommand";
@@ -26,5 +27,6 @@ export * from "./ListTagsForResourceCommand";
26
27
  export * from "./ListUsageTotalsCommand";
27
28
  export * from "./TagResourceCommand";
28
29
  export * from "./UntagResourceCommand";
30
+ export * from "./UpdateConfigurationCommand";
29
31
  export * from "./UpdateFilterCommand";
30
32
  export * from "./UpdateOrganizationConfigurationCommand";