@aws-sdk/client-securityhub 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 (87) hide show
  1. package/CHANGELOG.md +8 -0
  2. package/dist-types/ts3.4/SecurityHub.d.ts +1024 -285
  3. package/dist-types/ts3.4/SecurityHubClient.d.ts +465 -129
  4. package/dist-types/ts3.4/commands/AcceptAdministratorInvitationCommand.d.ts +41 -17
  5. package/dist-types/ts3.4/commands/AcceptInvitationCommand.d.ts +37 -17
  6. package/dist-types/ts3.4/commands/BatchDisableStandardsCommand.d.ts +41 -17
  7. package/dist-types/ts3.4/commands/BatchEnableStandardsCommand.d.ts +41 -17
  8. package/dist-types/ts3.4/commands/BatchImportFindingsCommand.d.ts +38 -17
  9. package/dist-types/ts3.4/commands/BatchUpdateFindingsCommand.d.ts +38 -17
  10. package/dist-types/ts3.4/commands/CreateActionTargetCommand.d.ts +38 -17
  11. package/dist-types/ts3.4/commands/CreateFindingAggregatorCommand.d.ts +41 -17
  12. package/dist-types/ts3.4/commands/CreateInsightCommand.d.ts +37 -17
  13. package/dist-types/ts3.4/commands/CreateMembersCommand.d.ts +37 -17
  14. package/dist-types/ts3.4/commands/DeclineInvitationsCommand.d.ts +38 -17
  15. package/dist-types/ts3.4/commands/DeleteActionTargetCommand.d.ts +38 -17
  16. package/dist-types/ts3.4/commands/DeleteFindingAggregatorCommand.d.ts +41 -17
  17. package/dist-types/ts3.4/commands/DeleteInsightCommand.d.ts +37 -17
  18. package/dist-types/ts3.4/commands/DeleteInvitationsCommand.d.ts +38 -17
  19. package/dist-types/ts3.4/commands/DeleteMembersCommand.d.ts +37 -17
  20. package/dist-types/ts3.4/commands/DescribeActionTargetsCommand.d.ts +41 -17
  21. package/dist-types/ts3.4/commands/DescribeHubCommand.d.ts +34 -17
  22. package/dist-types/ts3.4/commands/DescribeOrganizationConfigurationCommand.d.ts +41 -17
  23. package/dist-types/ts3.4/commands/DescribeProductsCommand.d.ts +37 -17
  24. package/dist-types/ts3.4/commands/DescribeStandardsCommand.d.ts +38 -17
  25. package/dist-types/ts3.4/commands/DescribeStandardsControlsCommand.d.ts +41 -17
  26. package/dist-types/ts3.4/commands/DisableImportFindingsForProductCommand.d.ts +41 -17
  27. package/dist-types/ts3.4/commands/DisableOrganizationAdminAccountCommand.d.ts +41 -17
  28. package/dist-types/ts3.4/commands/DisableSecurityHubCommand.d.ts +38 -17
  29. package/dist-types/ts3.4/commands/DisassociateFromAdministratorAccountCommand.d.ts +41 -17
  30. package/dist-types/ts3.4/commands/DisassociateFromMasterAccountCommand.d.ts +41 -17
  31. package/dist-types/ts3.4/commands/DisassociateMembersCommand.d.ts +38 -17
  32. package/dist-types/ts3.4/commands/EnableImportFindingsForProductCommand.d.ts +41 -17
  33. package/dist-types/ts3.4/commands/EnableOrganizationAdminAccountCommand.d.ts +41 -17
  34. package/dist-types/ts3.4/commands/EnableSecurityHubCommand.d.ts +38 -17
  35. package/dist-types/ts3.4/commands/GetAdministratorAccountCommand.d.ts +41 -17
  36. package/dist-types/ts3.4/commands/GetEnabledStandardsCommand.d.ts +38 -17
  37. package/dist-types/ts3.4/commands/GetFindingAggregatorCommand.d.ts +41 -17
  38. package/dist-types/ts3.4/commands/GetFindingsCommand.d.ts +34 -17
  39. package/dist-types/ts3.4/commands/GetInsightResultsCommand.d.ts +38 -17
  40. package/dist-types/ts3.4/commands/GetInsightsCommand.d.ts +34 -17
  41. package/dist-types/ts3.4/commands/GetInvitationsCountCommand.d.ts +38 -17
  42. package/dist-types/ts3.4/commands/GetMasterAccountCommand.d.ts +37 -17
  43. package/dist-types/ts3.4/commands/GetMembersCommand.d.ts +34 -17
  44. package/dist-types/ts3.4/commands/InviteMembersCommand.d.ts +35 -18
  45. package/dist-types/ts3.4/commands/ListEnabledProductsForImportCommand.d.ts +41 -17
  46. package/dist-types/ts3.4/commands/ListFindingAggregatorsCommand.d.ts +41 -17
  47. package/dist-types/ts3.4/commands/ListInvitationsCommand.d.ts +37 -17
  48. package/dist-types/ts3.4/commands/ListMembersCommand.d.ts +34 -17
  49. package/dist-types/ts3.4/commands/ListOrganizationAdminAccountsCommand.d.ts +41 -17
  50. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +38 -17
  51. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +34 -17
  52. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +37 -17
  53. package/dist-types/ts3.4/commands/UpdateActionTargetCommand.d.ts +38 -17
  54. package/dist-types/ts3.4/commands/UpdateFindingAggregatorCommand.d.ts +41 -17
  55. package/dist-types/ts3.4/commands/UpdateFindingsCommand.d.ts +37 -17
  56. package/dist-types/ts3.4/commands/UpdateInsightCommand.d.ts +37 -17
  57. package/dist-types/ts3.4/commands/UpdateOrganizationConfigurationCommand.d.ts +41 -17
  58. package/dist-types/ts3.4/commands/UpdateSecurityHubConfigurationCommand.d.ts +41 -17
  59. package/dist-types/ts3.4/commands/UpdateStandardsControlCommand.d.ts +41 -17
  60. package/dist-types/ts3.4/commands/index.d.ts +56 -56
  61. package/dist-types/ts3.4/endpoints.d.ts +2 -2
  62. package/dist-types/ts3.4/index.d.ts +6 -6
  63. package/dist-types/ts3.4/models/SecurityHubServiceException.d.ts +8 -6
  64. package/dist-types/ts3.4/models/index.d.ts +3 -3
  65. package/dist-types/ts3.4/models/models_0.d.ts +4382 -4097
  66. package/dist-types/ts3.4/models/models_1.d.ts +4116 -3847
  67. package/dist-types/ts3.4/models/models_2.d.ts +268 -228
  68. package/dist-types/ts3.4/pagination/DescribeActionTargetsPaginator.d.ts +11 -4
  69. package/dist-types/ts3.4/pagination/DescribeProductsPaginator.d.ts +11 -4
  70. package/dist-types/ts3.4/pagination/DescribeStandardsControlsPaginator.d.ts +11 -4
  71. package/dist-types/ts3.4/pagination/DescribeStandardsPaginator.d.ts +11 -4
  72. package/dist-types/ts3.4/pagination/GetEnabledStandardsPaginator.d.ts +11 -4
  73. package/dist-types/ts3.4/pagination/GetFindingsPaginator.d.ts +11 -4
  74. package/dist-types/ts3.4/pagination/GetInsightsPaginator.d.ts +11 -4
  75. package/dist-types/ts3.4/pagination/Interfaces.d.ts +7 -6
  76. package/dist-types/ts3.4/pagination/ListEnabledProductsForImportPaginator.d.ts +11 -4
  77. package/dist-types/ts3.4/pagination/ListFindingAggregatorsPaginator.d.ts +11 -4
  78. package/dist-types/ts3.4/pagination/ListInvitationsPaginator.d.ts +11 -4
  79. package/dist-types/ts3.4/pagination/ListMembersPaginator.d.ts +11 -4
  80. package/dist-types/ts3.4/pagination/ListOrganizationAdminAccountsPaginator.d.ts +11 -4
  81. package/dist-types/ts3.4/pagination/index.d.ts +13 -13
  82. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +677 -170
  83. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +66 -38
  84. package/dist-types/ts3.4/runtimeConfig.d.ts +66 -38
  85. package/dist-types/ts3.4/runtimeConfig.native.d.ts +67 -37
  86. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +11 -11
  87. package/package.json +34 -34
@@ -1,170 +1,677 @@
1
- import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@aws-sdk/protocol-http";
2
- import { SerdeContext as __SerdeContext } from "@aws-sdk/types";
3
- import { AcceptAdministratorInvitationCommandInput, AcceptAdministratorInvitationCommandOutput } from "../commands/AcceptAdministratorInvitationCommand";
4
- import { AcceptInvitationCommandInput, AcceptInvitationCommandOutput } from "../commands/AcceptInvitationCommand";
5
- import { BatchDisableStandardsCommandInput, BatchDisableStandardsCommandOutput } from "../commands/BatchDisableStandardsCommand";
6
- import { BatchEnableStandardsCommandInput, BatchEnableStandardsCommandOutput } from "../commands/BatchEnableStandardsCommand";
7
- import { BatchImportFindingsCommandInput, BatchImportFindingsCommandOutput } from "../commands/BatchImportFindingsCommand";
8
- import { BatchUpdateFindingsCommandInput, BatchUpdateFindingsCommandOutput } from "../commands/BatchUpdateFindingsCommand";
9
- import { CreateActionTargetCommandInput, CreateActionTargetCommandOutput } from "../commands/CreateActionTargetCommand";
10
- import { CreateFindingAggregatorCommandInput, CreateFindingAggregatorCommandOutput } from "../commands/CreateFindingAggregatorCommand";
11
- import { CreateInsightCommandInput, CreateInsightCommandOutput } from "../commands/CreateInsightCommand";
12
- import { CreateMembersCommandInput, CreateMembersCommandOutput } from "../commands/CreateMembersCommand";
13
- import { DeclineInvitationsCommandInput, DeclineInvitationsCommandOutput } from "../commands/DeclineInvitationsCommand";
14
- import { DeleteActionTargetCommandInput, DeleteActionTargetCommandOutput } from "../commands/DeleteActionTargetCommand";
15
- import { DeleteFindingAggregatorCommandInput, DeleteFindingAggregatorCommandOutput } from "../commands/DeleteFindingAggregatorCommand";
16
- import { DeleteInsightCommandInput, DeleteInsightCommandOutput } from "../commands/DeleteInsightCommand";
17
- import { DeleteInvitationsCommandInput, DeleteInvitationsCommandOutput } from "../commands/DeleteInvitationsCommand";
18
- import { DeleteMembersCommandInput, DeleteMembersCommandOutput } from "../commands/DeleteMembersCommand";
19
- import { DescribeActionTargetsCommandInput, DescribeActionTargetsCommandOutput } from "../commands/DescribeActionTargetsCommand";
20
- import { DescribeHubCommandInput, DescribeHubCommandOutput } from "../commands/DescribeHubCommand";
21
- import { DescribeOrganizationConfigurationCommandInput, DescribeOrganizationConfigurationCommandOutput } from "../commands/DescribeOrganizationConfigurationCommand";
22
- import { DescribeProductsCommandInput, DescribeProductsCommandOutput } from "../commands/DescribeProductsCommand";
23
- import { DescribeStandardsCommandInput, DescribeStandardsCommandOutput } from "../commands/DescribeStandardsCommand";
24
- import { DescribeStandardsControlsCommandInput, DescribeStandardsControlsCommandOutput } from "../commands/DescribeStandardsControlsCommand";
25
- import { DisableImportFindingsForProductCommandInput, DisableImportFindingsForProductCommandOutput } from "../commands/DisableImportFindingsForProductCommand";
26
- import { DisableOrganizationAdminAccountCommandInput, DisableOrganizationAdminAccountCommandOutput } from "../commands/DisableOrganizationAdminAccountCommand";
27
- import { DisableSecurityHubCommandInput, DisableSecurityHubCommandOutput } from "../commands/DisableSecurityHubCommand";
28
- import { DisassociateFromAdministratorAccountCommandInput, DisassociateFromAdministratorAccountCommandOutput } from "../commands/DisassociateFromAdministratorAccountCommand";
29
- import { DisassociateFromMasterAccountCommandInput, DisassociateFromMasterAccountCommandOutput } from "../commands/DisassociateFromMasterAccountCommand";
30
- import { DisassociateMembersCommandInput, DisassociateMembersCommandOutput } from "../commands/DisassociateMembersCommand";
31
- import { EnableImportFindingsForProductCommandInput, EnableImportFindingsForProductCommandOutput } from "../commands/EnableImportFindingsForProductCommand";
32
- import { EnableOrganizationAdminAccountCommandInput, EnableOrganizationAdminAccountCommandOutput } from "../commands/EnableOrganizationAdminAccountCommand";
33
- import { EnableSecurityHubCommandInput, EnableSecurityHubCommandOutput } from "../commands/EnableSecurityHubCommand";
34
- import { GetAdministratorAccountCommandInput, GetAdministratorAccountCommandOutput } from "../commands/GetAdministratorAccountCommand";
35
- import { GetEnabledStandardsCommandInput, GetEnabledStandardsCommandOutput } from "../commands/GetEnabledStandardsCommand";
36
- import { GetFindingAggregatorCommandInput, GetFindingAggregatorCommandOutput } from "../commands/GetFindingAggregatorCommand";
37
- import { GetFindingsCommandInput, GetFindingsCommandOutput } from "../commands/GetFindingsCommand";
38
- import { GetInsightResultsCommandInput, GetInsightResultsCommandOutput } from "../commands/GetInsightResultsCommand";
39
- import { GetInsightsCommandInput, GetInsightsCommandOutput } from "../commands/GetInsightsCommand";
40
- import { GetInvitationsCountCommandInput, GetInvitationsCountCommandOutput } from "../commands/GetInvitationsCountCommand";
41
- import { GetMasterAccountCommandInput, GetMasterAccountCommandOutput } from "../commands/GetMasterAccountCommand";
42
- import { GetMembersCommandInput, GetMembersCommandOutput } from "../commands/GetMembersCommand";
43
- import { InviteMembersCommandInput, InviteMembersCommandOutput } from "../commands/InviteMembersCommand";
44
- import { ListEnabledProductsForImportCommandInput, ListEnabledProductsForImportCommandOutput } from "../commands/ListEnabledProductsForImportCommand";
45
- import { ListFindingAggregatorsCommandInput, ListFindingAggregatorsCommandOutput } from "../commands/ListFindingAggregatorsCommand";
46
- import { ListInvitationsCommandInput, ListInvitationsCommandOutput } from "../commands/ListInvitationsCommand";
47
- import { ListMembersCommandInput, ListMembersCommandOutput } from "../commands/ListMembersCommand";
48
- import { ListOrganizationAdminAccountsCommandInput, ListOrganizationAdminAccountsCommandOutput } from "../commands/ListOrganizationAdminAccountsCommand";
49
- import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "../commands/ListTagsForResourceCommand";
50
- import { TagResourceCommandInput, TagResourceCommandOutput } from "../commands/TagResourceCommand";
51
- import { UntagResourceCommandInput, UntagResourceCommandOutput } from "../commands/UntagResourceCommand";
52
- import { UpdateActionTargetCommandInput, UpdateActionTargetCommandOutput } from "../commands/UpdateActionTargetCommand";
53
- import { UpdateFindingAggregatorCommandInput, UpdateFindingAggregatorCommandOutput } from "../commands/UpdateFindingAggregatorCommand";
54
- import { UpdateFindingsCommandInput, UpdateFindingsCommandOutput } from "../commands/UpdateFindingsCommand";
55
- import { UpdateInsightCommandInput, UpdateInsightCommandOutput } from "../commands/UpdateInsightCommand";
56
- import { UpdateOrganizationConfigurationCommandInput, UpdateOrganizationConfigurationCommandOutput } from "../commands/UpdateOrganizationConfigurationCommand";
57
- import { UpdateSecurityHubConfigurationCommandInput, UpdateSecurityHubConfigurationCommandOutput } from "../commands/UpdateSecurityHubConfigurationCommand";
58
- import { UpdateStandardsControlCommandInput, UpdateStandardsControlCommandOutput } from "../commands/UpdateStandardsControlCommand";
59
- export declare const serializeAws_restJson1AcceptAdministratorInvitationCommand: (input: AcceptAdministratorInvitationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
60
- export declare const serializeAws_restJson1AcceptInvitationCommand: (input: AcceptInvitationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
61
- export declare const serializeAws_restJson1BatchDisableStandardsCommand: (input: BatchDisableStandardsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
62
- export declare const serializeAws_restJson1BatchEnableStandardsCommand: (input: BatchEnableStandardsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
63
- export declare const serializeAws_restJson1BatchImportFindingsCommand: (input: BatchImportFindingsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
64
- export declare const serializeAws_restJson1BatchUpdateFindingsCommand: (input: BatchUpdateFindingsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
65
- export declare const serializeAws_restJson1CreateActionTargetCommand: (input: CreateActionTargetCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
66
- export declare const serializeAws_restJson1CreateFindingAggregatorCommand: (input: CreateFindingAggregatorCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
67
- export declare const serializeAws_restJson1CreateInsightCommand: (input: CreateInsightCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
68
- export declare const serializeAws_restJson1CreateMembersCommand: (input: CreateMembersCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
69
- export declare const serializeAws_restJson1DeclineInvitationsCommand: (input: DeclineInvitationsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
70
- export declare const serializeAws_restJson1DeleteActionTargetCommand: (input: DeleteActionTargetCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
71
- export declare const serializeAws_restJson1DeleteFindingAggregatorCommand: (input: DeleteFindingAggregatorCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
72
- export declare const serializeAws_restJson1DeleteInsightCommand: (input: DeleteInsightCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
73
- export declare const serializeAws_restJson1DeleteInvitationsCommand: (input: DeleteInvitationsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
74
- export declare const serializeAws_restJson1DeleteMembersCommand: (input: DeleteMembersCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
75
- export declare const serializeAws_restJson1DescribeActionTargetsCommand: (input: DescribeActionTargetsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
76
- export declare const serializeAws_restJson1DescribeHubCommand: (input: DescribeHubCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
77
- export declare const serializeAws_restJson1DescribeOrganizationConfigurationCommand: (input: DescribeOrganizationConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
78
- export declare const serializeAws_restJson1DescribeProductsCommand: (input: DescribeProductsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
79
- export declare const serializeAws_restJson1DescribeStandardsCommand: (input: DescribeStandardsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
80
- export declare const serializeAws_restJson1DescribeStandardsControlsCommand: (input: DescribeStandardsControlsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
81
- export declare const serializeAws_restJson1DisableImportFindingsForProductCommand: (input: DisableImportFindingsForProductCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
82
- export declare const serializeAws_restJson1DisableOrganizationAdminAccountCommand: (input: DisableOrganizationAdminAccountCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
83
- export declare const serializeAws_restJson1DisableSecurityHubCommand: (input: DisableSecurityHubCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
84
- export declare const serializeAws_restJson1DisassociateFromAdministratorAccountCommand: (input: DisassociateFromAdministratorAccountCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
85
- export declare const serializeAws_restJson1DisassociateFromMasterAccountCommand: (input: DisassociateFromMasterAccountCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
86
- export declare const serializeAws_restJson1DisassociateMembersCommand: (input: DisassociateMembersCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
87
- export declare const serializeAws_restJson1EnableImportFindingsForProductCommand: (input: EnableImportFindingsForProductCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
88
- export declare const serializeAws_restJson1EnableOrganizationAdminAccountCommand: (input: EnableOrganizationAdminAccountCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
89
- export declare const serializeAws_restJson1EnableSecurityHubCommand: (input: EnableSecurityHubCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
90
- export declare const serializeAws_restJson1GetAdministratorAccountCommand: (input: GetAdministratorAccountCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
91
- export declare const serializeAws_restJson1GetEnabledStandardsCommand: (input: GetEnabledStandardsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
92
- export declare const serializeAws_restJson1GetFindingAggregatorCommand: (input: GetFindingAggregatorCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
93
- export declare const serializeAws_restJson1GetFindingsCommand: (input: GetFindingsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
94
- export declare const serializeAws_restJson1GetInsightResultsCommand: (input: GetInsightResultsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
95
- export declare const serializeAws_restJson1GetInsightsCommand: (input: GetInsightsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
96
- export declare const serializeAws_restJson1GetInvitationsCountCommand: (input: GetInvitationsCountCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
97
- export declare const serializeAws_restJson1GetMasterAccountCommand: (input: GetMasterAccountCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
98
- export declare const serializeAws_restJson1GetMembersCommand: (input: GetMembersCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
99
- export declare const serializeAws_restJson1InviteMembersCommand: (input: InviteMembersCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
100
- export declare const serializeAws_restJson1ListEnabledProductsForImportCommand: (input: ListEnabledProductsForImportCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
101
- export declare const serializeAws_restJson1ListFindingAggregatorsCommand: (input: ListFindingAggregatorsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
102
- export declare const serializeAws_restJson1ListInvitationsCommand: (input: ListInvitationsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
103
- export declare const serializeAws_restJson1ListMembersCommand: (input: ListMembersCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
104
- export declare const serializeAws_restJson1ListOrganizationAdminAccountsCommand: (input: ListOrganizationAdminAccountsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
105
- export declare const serializeAws_restJson1ListTagsForResourceCommand: (input: ListTagsForResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
106
- export declare const serializeAws_restJson1TagResourceCommand: (input: TagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
107
- export declare const serializeAws_restJson1UntagResourceCommand: (input: UntagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
108
- export declare const serializeAws_restJson1UpdateActionTargetCommand: (input: UpdateActionTargetCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
109
- export declare const serializeAws_restJson1UpdateFindingAggregatorCommand: (input: UpdateFindingAggregatorCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
110
- export declare const serializeAws_restJson1UpdateFindingsCommand: (input: UpdateFindingsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
111
- export declare const serializeAws_restJson1UpdateInsightCommand: (input: UpdateInsightCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
112
- export declare const serializeAws_restJson1UpdateOrganizationConfigurationCommand: (input: UpdateOrganizationConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
113
- export declare const serializeAws_restJson1UpdateSecurityHubConfigurationCommand: (input: UpdateSecurityHubConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
114
- export declare const serializeAws_restJson1UpdateStandardsControlCommand: (input: UpdateStandardsControlCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
115
- export declare const deserializeAws_restJson1AcceptAdministratorInvitationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<AcceptAdministratorInvitationCommandOutput>;
116
- export declare const deserializeAws_restJson1AcceptInvitationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<AcceptInvitationCommandOutput>;
117
- export declare const deserializeAws_restJson1BatchDisableStandardsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<BatchDisableStandardsCommandOutput>;
118
- export declare const deserializeAws_restJson1BatchEnableStandardsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<BatchEnableStandardsCommandOutput>;
119
- export declare const deserializeAws_restJson1BatchImportFindingsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<BatchImportFindingsCommandOutput>;
120
- export declare const deserializeAws_restJson1BatchUpdateFindingsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<BatchUpdateFindingsCommandOutput>;
121
- export declare const deserializeAws_restJson1CreateActionTargetCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateActionTargetCommandOutput>;
122
- export declare const deserializeAws_restJson1CreateFindingAggregatorCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateFindingAggregatorCommandOutput>;
123
- export declare const deserializeAws_restJson1CreateInsightCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateInsightCommandOutput>;
124
- export declare const deserializeAws_restJson1CreateMembersCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateMembersCommandOutput>;
125
- export declare const deserializeAws_restJson1DeclineInvitationsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeclineInvitationsCommandOutput>;
126
- export declare const deserializeAws_restJson1DeleteActionTargetCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteActionTargetCommandOutput>;
127
- export declare const deserializeAws_restJson1DeleteFindingAggregatorCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteFindingAggregatorCommandOutput>;
128
- export declare const deserializeAws_restJson1DeleteInsightCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteInsightCommandOutput>;
129
- export declare const deserializeAws_restJson1DeleteInvitationsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteInvitationsCommandOutput>;
130
- export declare const deserializeAws_restJson1DeleteMembersCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteMembersCommandOutput>;
131
- export declare const deserializeAws_restJson1DescribeActionTargetsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeActionTargetsCommandOutput>;
132
- export declare const deserializeAws_restJson1DescribeHubCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeHubCommandOutput>;
133
- export declare const deserializeAws_restJson1DescribeOrganizationConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeOrganizationConfigurationCommandOutput>;
134
- export declare const deserializeAws_restJson1DescribeProductsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeProductsCommandOutput>;
135
- export declare const deserializeAws_restJson1DescribeStandardsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeStandardsCommandOutput>;
136
- export declare const deserializeAws_restJson1DescribeStandardsControlsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeStandardsControlsCommandOutput>;
137
- export declare const deserializeAws_restJson1DisableImportFindingsForProductCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DisableImportFindingsForProductCommandOutput>;
138
- export declare const deserializeAws_restJson1DisableOrganizationAdminAccountCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DisableOrganizationAdminAccountCommandOutput>;
139
- export declare const deserializeAws_restJson1DisableSecurityHubCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DisableSecurityHubCommandOutput>;
140
- export declare const deserializeAws_restJson1DisassociateFromAdministratorAccountCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DisassociateFromAdministratorAccountCommandOutput>;
141
- export declare const deserializeAws_restJson1DisassociateFromMasterAccountCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DisassociateFromMasterAccountCommandOutput>;
142
- export declare const deserializeAws_restJson1DisassociateMembersCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DisassociateMembersCommandOutput>;
143
- export declare const deserializeAws_restJson1EnableImportFindingsForProductCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<EnableImportFindingsForProductCommandOutput>;
144
- export declare const deserializeAws_restJson1EnableOrganizationAdminAccountCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<EnableOrganizationAdminAccountCommandOutput>;
145
- export declare const deserializeAws_restJson1EnableSecurityHubCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<EnableSecurityHubCommandOutput>;
146
- export declare const deserializeAws_restJson1GetAdministratorAccountCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetAdministratorAccountCommandOutput>;
147
- export declare const deserializeAws_restJson1GetEnabledStandardsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetEnabledStandardsCommandOutput>;
148
- export declare const deserializeAws_restJson1GetFindingAggregatorCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetFindingAggregatorCommandOutput>;
149
- export declare const deserializeAws_restJson1GetFindingsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetFindingsCommandOutput>;
150
- export declare const deserializeAws_restJson1GetInsightResultsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetInsightResultsCommandOutput>;
151
- export declare const deserializeAws_restJson1GetInsightsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetInsightsCommandOutput>;
152
- export declare const deserializeAws_restJson1GetInvitationsCountCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetInvitationsCountCommandOutput>;
153
- export declare const deserializeAws_restJson1GetMasterAccountCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetMasterAccountCommandOutput>;
154
- export declare const deserializeAws_restJson1GetMembersCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetMembersCommandOutput>;
155
- export declare const deserializeAws_restJson1InviteMembersCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<InviteMembersCommandOutput>;
156
- export declare const deserializeAws_restJson1ListEnabledProductsForImportCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListEnabledProductsForImportCommandOutput>;
157
- export declare const deserializeAws_restJson1ListFindingAggregatorsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListFindingAggregatorsCommandOutput>;
158
- export declare const deserializeAws_restJson1ListInvitationsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListInvitationsCommandOutput>;
159
- export declare const deserializeAws_restJson1ListMembersCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListMembersCommandOutput>;
160
- export declare const deserializeAws_restJson1ListOrganizationAdminAccountsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListOrganizationAdminAccountsCommandOutput>;
161
- export declare const deserializeAws_restJson1ListTagsForResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListTagsForResourceCommandOutput>;
162
- export declare const deserializeAws_restJson1TagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<TagResourceCommandOutput>;
163
- export declare const deserializeAws_restJson1UntagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UntagResourceCommandOutput>;
164
- export declare const deserializeAws_restJson1UpdateActionTargetCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateActionTargetCommandOutput>;
165
- export declare const deserializeAws_restJson1UpdateFindingAggregatorCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateFindingAggregatorCommandOutput>;
166
- export declare const deserializeAws_restJson1UpdateFindingsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateFindingsCommandOutput>;
167
- export declare const deserializeAws_restJson1UpdateInsightCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateInsightCommandOutput>;
168
- export declare const deserializeAws_restJson1UpdateOrganizationConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateOrganizationConfigurationCommandOutput>;
169
- export declare const deserializeAws_restJson1UpdateSecurityHubConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateSecurityHubConfigurationCommandOutput>;
170
- export declare const deserializeAws_restJson1UpdateStandardsControlCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateStandardsControlCommandOutput>;
1
+ import {
2
+ HttpRequest as __HttpRequest,
3
+ HttpResponse as __HttpResponse,
4
+ } from "@aws-sdk/protocol-http";
5
+ import { SerdeContext as __SerdeContext } from "@aws-sdk/types";
6
+ import {
7
+ AcceptAdministratorInvitationCommandInput,
8
+ AcceptAdministratorInvitationCommandOutput,
9
+ } from "../commands/AcceptAdministratorInvitationCommand";
10
+ import {
11
+ AcceptInvitationCommandInput,
12
+ AcceptInvitationCommandOutput,
13
+ } from "../commands/AcceptInvitationCommand";
14
+ import {
15
+ BatchDisableStandardsCommandInput,
16
+ BatchDisableStandardsCommandOutput,
17
+ } from "../commands/BatchDisableStandardsCommand";
18
+ import {
19
+ BatchEnableStandardsCommandInput,
20
+ BatchEnableStandardsCommandOutput,
21
+ } from "../commands/BatchEnableStandardsCommand";
22
+ import {
23
+ BatchImportFindingsCommandInput,
24
+ BatchImportFindingsCommandOutput,
25
+ } from "../commands/BatchImportFindingsCommand";
26
+ import {
27
+ BatchUpdateFindingsCommandInput,
28
+ BatchUpdateFindingsCommandOutput,
29
+ } from "../commands/BatchUpdateFindingsCommand";
30
+ import {
31
+ CreateActionTargetCommandInput,
32
+ CreateActionTargetCommandOutput,
33
+ } from "../commands/CreateActionTargetCommand";
34
+ import {
35
+ CreateFindingAggregatorCommandInput,
36
+ CreateFindingAggregatorCommandOutput,
37
+ } from "../commands/CreateFindingAggregatorCommand";
38
+ import {
39
+ CreateInsightCommandInput,
40
+ CreateInsightCommandOutput,
41
+ } from "../commands/CreateInsightCommand";
42
+ import {
43
+ CreateMembersCommandInput,
44
+ CreateMembersCommandOutput,
45
+ } from "../commands/CreateMembersCommand";
46
+ import {
47
+ DeclineInvitationsCommandInput,
48
+ DeclineInvitationsCommandOutput,
49
+ } from "../commands/DeclineInvitationsCommand";
50
+ import {
51
+ DeleteActionTargetCommandInput,
52
+ DeleteActionTargetCommandOutput,
53
+ } from "../commands/DeleteActionTargetCommand";
54
+ import {
55
+ DeleteFindingAggregatorCommandInput,
56
+ DeleteFindingAggregatorCommandOutput,
57
+ } from "../commands/DeleteFindingAggregatorCommand";
58
+ import {
59
+ DeleteInsightCommandInput,
60
+ DeleteInsightCommandOutput,
61
+ } from "../commands/DeleteInsightCommand";
62
+ import {
63
+ DeleteInvitationsCommandInput,
64
+ DeleteInvitationsCommandOutput,
65
+ } from "../commands/DeleteInvitationsCommand";
66
+ import {
67
+ DeleteMembersCommandInput,
68
+ DeleteMembersCommandOutput,
69
+ } from "../commands/DeleteMembersCommand";
70
+ import {
71
+ DescribeActionTargetsCommandInput,
72
+ DescribeActionTargetsCommandOutput,
73
+ } from "../commands/DescribeActionTargetsCommand";
74
+ import {
75
+ DescribeHubCommandInput,
76
+ DescribeHubCommandOutput,
77
+ } from "../commands/DescribeHubCommand";
78
+ import {
79
+ DescribeOrganizationConfigurationCommandInput,
80
+ DescribeOrganizationConfigurationCommandOutput,
81
+ } from "../commands/DescribeOrganizationConfigurationCommand";
82
+ import {
83
+ DescribeProductsCommandInput,
84
+ DescribeProductsCommandOutput,
85
+ } from "../commands/DescribeProductsCommand";
86
+ import {
87
+ DescribeStandardsCommandInput,
88
+ DescribeStandardsCommandOutput,
89
+ } from "../commands/DescribeStandardsCommand";
90
+ import {
91
+ DescribeStandardsControlsCommandInput,
92
+ DescribeStandardsControlsCommandOutput,
93
+ } from "../commands/DescribeStandardsControlsCommand";
94
+ import {
95
+ DisableImportFindingsForProductCommandInput,
96
+ DisableImportFindingsForProductCommandOutput,
97
+ } from "../commands/DisableImportFindingsForProductCommand";
98
+ import {
99
+ DisableOrganizationAdminAccountCommandInput,
100
+ DisableOrganizationAdminAccountCommandOutput,
101
+ } from "../commands/DisableOrganizationAdminAccountCommand";
102
+ import {
103
+ DisableSecurityHubCommandInput,
104
+ DisableSecurityHubCommandOutput,
105
+ } from "../commands/DisableSecurityHubCommand";
106
+ import {
107
+ DisassociateFromAdministratorAccountCommandInput,
108
+ DisassociateFromAdministratorAccountCommandOutput,
109
+ } from "../commands/DisassociateFromAdministratorAccountCommand";
110
+ import {
111
+ DisassociateFromMasterAccountCommandInput,
112
+ DisassociateFromMasterAccountCommandOutput,
113
+ } from "../commands/DisassociateFromMasterAccountCommand";
114
+ import {
115
+ DisassociateMembersCommandInput,
116
+ DisassociateMembersCommandOutput,
117
+ } from "../commands/DisassociateMembersCommand";
118
+ import {
119
+ EnableImportFindingsForProductCommandInput,
120
+ EnableImportFindingsForProductCommandOutput,
121
+ } from "../commands/EnableImportFindingsForProductCommand";
122
+ import {
123
+ EnableOrganizationAdminAccountCommandInput,
124
+ EnableOrganizationAdminAccountCommandOutput,
125
+ } from "../commands/EnableOrganizationAdminAccountCommand";
126
+ import {
127
+ EnableSecurityHubCommandInput,
128
+ EnableSecurityHubCommandOutput,
129
+ } from "../commands/EnableSecurityHubCommand";
130
+ import {
131
+ GetAdministratorAccountCommandInput,
132
+ GetAdministratorAccountCommandOutput,
133
+ } from "../commands/GetAdministratorAccountCommand";
134
+ import {
135
+ GetEnabledStandardsCommandInput,
136
+ GetEnabledStandardsCommandOutput,
137
+ } from "../commands/GetEnabledStandardsCommand";
138
+ import {
139
+ GetFindingAggregatorCommandInput,
140
+ GetFindingAggregatorCommandOutput,
141
+ } from "../commands/GetFindingAggregatorCommand";
142
+ import {
143
+ GetFindingsCommandInput,
144
+ GetFindingsCommandOutput,
145
+ } from "../commands/GetFindingsCommand";
146
+ import {
147
+ GetInsightResultsCommandInput,
148
+ GetInsightResultsCommandOutput,
149
+ } from "../commands/GetInsightResultsCommand";
150
+ import {
151
+ GetInsightsCommandInput,
152
+ GetInsightsCommandOutput,
153
+ } from "../commands/GetInsightsCommand";
154
+ import {
155
+ GetInvitationsCountCommandInput,
156
+ GetInvitationsCountCommandOutput,
157
+ } from "../commands/GetInvitationsCountCommand";
158
+ import {
159
+ GetMasterAccountCommandInput,
160
+ GetMasterAccountCommandOutput,
161
+ } from "../commands/GetMasterAccountCommand";
162
+ import {
163
+ GetMembersCommandInput,
164
+ GetMembersCommandOutput,
165
+ } from "../commands/GetMembersCommand";
166
+ import {
167
+ InviteMembersCommandInput,
168
+ InviteMembersCommandOutput,
169
+ } from "../commands/InviteMembersCommand";
170
+ import {
171
+ ListEnabledProductsForImportCommandInput,
172
+ ListEnabledProductsForImportCommandOutput,
173
+ } from "../commands/ListEnabledProductsForImportCommand";
174
+ import {
175
+ ListFindingAggregatorsCommandInput,
176
+ ListFindingAggregatorsCommandOutput,
177
+ } from "../commands/ListFindingAggregatorsCommand";
178
+ import {
179
+ ListInvitationsCommandInput,
180
+ ListInvitationsCommandOutput,
181
+ } from "../commands/ListInvitationsCommand";
182
+ import {
183
+ ListMembersCommandInput,
184
+ ListMembersCommandOutput,
185
+ } from "../commands/ListMembersCommand";
186
+ import {
187
+ ListOrganizationAdminAccountsCommandInput,
188
+ ListOrganizationAdminAccountsCommandOutput,
189
+ } from "../commands/ListOrganizationAdminAccountsCommand";
190
+ import {
191
+ ListTagsForResourceCommandInput,
192
+ ListTagsForResourceCommandOutput,
193
+ } from "../commands/ListTagsForResourceCommand";
194
+ import {
195
+ TagResourceCommandInput,
196
+ TagResourceCommandOutput,
197
+ } from "../commands/TagResourceCommand";
198
+ import {
199
+ UntagResourceCommandInput,
200
+ UntagResourceCommandOutput,
201
+ } from "../commands/UntagResourceCommand";
202
+ import {
203
+ UpdateActionTargetCommandInput,
204
+ UpdateActionTargetCommandOutput,
205
+ } from "../commands/UpdateActionTargetCommand";
206
+ import {
207
+ UpdateFindingAggregatorCommandInput,
208
+ UpdateFindingAggregatorCommandOutput,
209
+ } from "../commands/UpdateFindingAggregatorCommand";
210
+ import {
211
+ UpdateFindingsCommandInput,
212
+ UpdateFindingsCommandOutput,
213
+ } from "../commands/UpdateFindingsCommand";
214
+ import {
215
+ UpdateInsightCommandInput,
216
+ UpdateInsightCommandOutput,
217
+ } from "../commands/UpdateInsightCommand";
218
+ import {
219
+ UpdateOrganizationConfigurationCommandInput,
220
+ UpdateOrganizationConfigurationCommandOutput,
221
+ } from "../commands/UpdateOrganizationConfigurationCommand";
222
+ import {
223
+ UpdateSecurityHubConfigurationCommandInput,
224
+ UpdateSecurityHubConfigurationCommandOutput,
225
+ } from "../commands/UpdateSecurityHubConfigurationCommand";
226
+ import {
227
+ UpdateStandardsControlCommandInput,
228
+ UpdateStandardsControlCommandOutput,
229
+ } from "../commands/UpdateStandardsControlCommand";
230
+ export declare const serializeAws_restJson1AcceptAdministratorInvitationCommand: (
231
+ input: AcceptAdministratorInvitationCommandInput,
232
+ context: __SerdeContext
233
+ ) => Promise<__HttpRequest>;
234
+ export declare const serializeAws_restJson1AcceptInvitationCommand: (
235
+ input: AcceptInvitationCommandInput,
236
+ context: __SerdeContext
237
+ ) => Promise<__HttpRequest>;
238
+ export declare const serializeAws_restJson1BatchDisableStandardsCommand: (
239
+ input: BatchDisableStandardsCommandInput,
240
+ context: __SerdeContext
241
+ ) => Promise<__HttpRequest>;
242
+ export declare const serializeAws_restJson1BatchEnableStandardsCommand: (
243
+ input: BatchEnableStandardsCommandInput,
244
+ context: __SerdeContext
245
+ ) => Promise<__HttpRequest>;
246
+ export declare const serializeAws_restJson1BatchImportFindingsCommand: (
247
+ input: BatchImportFindingsCommandInput,
248
+ context: __SerdeContext
249
+ ) => Promise<__HttpRequest>;
250
+ export declare const serializeAws_restJson1BatchUpdateFindingsCommand: (
251
+ input: BatchUpdateFindingsCommandInput,
252
+ context: __SerdeContext
253
+ ) => Promise<__HttpRequest>;
254
+ export declare const serializeAws_restJson1CreateActionTargetCommand: (
255
+ input: CreateActionTargetCommandInput,
256
+ context: __SerdeContext
257
+ ) => Promise<__HttpRequest>;
258
+ export declare const serializeAws_restJson1CreateFindingAggregatorCommand: (
259
+ input: CreateFindingAggregatorCommandInput,
260
+ context: __SerdeContext
261
+ ) => Promise<__HttpRequest>;
262
+ export declare const serializeAws_restJson1CreateInsightCommand: (
263
+ input: CreateInsightCommandInput,
264
+ context: __SerdeContext
265
+ ) => Promise<__HttpRequest>;
266
+ export declare const serializeAws_restJson1CreateMembersCommand: (
267
+ input: CreateMembersCommandInput,
268
+ context: __SerdeContext
269
+ ) => Promise<__HttpRequest>;
270
+ export declare const serializeAws_restJson1DeclineInvitationsCommand: (
271
+ input: DeclineInvitationsCommandInput,
272
+ context: __SerdeContext
273
+ ) => Promise<__HttpRequest>;
274
+ export declare const serializeAws_restJson1DeleteActionTargetCommand: (
275
+ input: DeleteActionTargetCommandInput,
276
+ context: __SerdeContext
277
+ ) => Promise<__HttpRequest>;
278
+ export declare const serializeAws_restJson1DeleteFindingAggregatorCommand: (
279
+ input: DeleteFindingAggregatorCommandInput,
280
+ context: __SerdeContext
281
+ ) => Promise<__HttpRequest>;
282
+ export declare const serializeAws_restJson1DeleteInsightCommand: (
283
+ input: DeleteInsightCommandInput,
284
+ context: __SerdeContext
285
+ ) => Promise<__HttpRequest>;
286
+ export declare const serializeAws_restJson1DeleteInvitationsCommand: (
287
+ input: DeleteInvitationsCommandInput,
288
+ context: __SerdeContext
289
+ ) => Promise<__HttpRequest>;
290
+ export declare const serializeAws_restJson1DeleteMembersCommand: (
291
+ input: DeleteMembersCommandInput,
292
+ context: __SerdeContext
293
+ ) => Promise<__HttpRequest>;
294
+ export declare const serializeAws_restJson1DescribeActionTargetsCommand: (
295
+ input: DescribeActionTargetsCommandInput,
296
+ context: __SerdeContext
297
+ ) => Promise<__HttpRequest>;
298
+ export declare const serializeAws_restJson1DescribeHubCommand: (
299
+ input: DescribeHubCommandInput,
300
+ context: __SerdeContext
301
+ ) => Promise<__HttpRequest>;
302
+ export declare const serializeAws_restJson1DescribeOrganizationConfigurationCommand: (
303
+ input: DescribeOrganizationConfigurationCommandInput,
304
+ context: __SerdeContext
305
+ ) => Promise<__HttpRequest>;
306
+ export declare const serializeAws_restJson1DescribeProductsCommand: (
307
+ input: DescribeProductsCommandInput,
308
+ context: __SerdeContext
309
+ ) => Promise<__HttpRequest>;
310
+ export declare const serializeAws_restJson1DescribeStandardsCommand: (
311
+ input: DescribeStandardsCommandInput,
312
+ context: __SerdeContext
313
+ ) => Promise<__HttpRequest>;
314
+ export declare const serializeAws_restJson1DescribeStandardsControlsCommand: (
315
+ input: DescribeStandardsControlsCommandInput,
316
+ context: __SerdeContext
317
+ ) => Promise<__HttpRequest>;
318
+ export declare const serializeAws_restJson1DisableImportFindingsForProductCommand: (
319
+ input: DisableImportFindingsForProductCommandInput,
320
+ context: __SerdeContext
321
+ ) => Promise<__HttpRequest>;
322
+ export declare const serializeAws_restJson1DisableOrganizationAdminAccountCommand: (
323
+ input: DisableOrganizationAdminAccountCommandInput,
324
+ context: __SerdeContext
325
+ ) => Promise<__HttpRequest>;
326
+ export declare const serializeAws_restJson1DisableSecurityHubCommand: (
327
+ input: DisableSecurityHubCommandInput,
328
+ context: __SerdeContext
329
+ ) => Promise<__HttpRequest>;
330
+ export declare const serializeAws_restJson1DisassociateFromAdministratorAccountCommand: (
331
+ input: DisassociateFromAdministratorAccountCommandInput,
332
+ context: __SerdeContext
333
+ ) => Promise<__HttpRequest>;
334
+ export declare const serializeAws_restJson1DisassociateFromMasterAccountCommand: (
335
+ input: DisassociateFromMasterAccountCommandInput,
336
+ context: __SerdeContext
337
+ ) => Promise<__HttpRequest>;
338
+ export declare const serializeAws_restJson1DisassociateMembersCommand: (
339
+ input: DisassociateMembersCommandInput,
340
+ context: __SerdeContext
341
+ ) => Promise<__HttpRequest>;
342
+ export declare const serializeAws_restJson1EnableImportFindingsForProductCommand: (
343
+ input: EnableImportFindingsForProductCommandInput,
344
+ context: __SerdeContext
345
+ ) => Promise<__HttpRequest>;
346
+ export declare const serializeAws_restJson1EnableOrganizationAdminAccountCommand: (
347
+ input: EnableOrganizationAdminAccountCommandInput,
348
+ context: __SerdeContext
349
+ ) => Promise<__HttpRequest>;
350
+ export declare const serializeAws_restJson1EnableSecurityHubCommand: (
351
+ input: EnableSecurityHubCommandInput,
352
+ context: __SerdeContext
353
+ ) => Promise<__HttpRequest>;
354
+ export declare const serializeAws_restJson1GetAdministratorAccountCommand: (
355
+ input: GetAdministratorAccountCommandInput,
356
+ context: __SerdeContext
357
+ ) => Promise<__HttpRequest>;
358
+ export declare const serializeAws_restJson1GetEnabledStandardsCommand: (
359
+ input: GetEnabledStandardsCommandInput,
360
+ context: __SerdeContext
361
+ ) => Promise<__HttpRequest>;
362
+ export declare const serializeAws_restJson1GetFindingAggregatorCommand: (
363
+ input: GetFindingAggregatorCommandInput,
364
+ context: __SerdeContext
365
+ ) => Promise<__HttpRequest>;
366
+ export declare const serializeAws_restJson1GetFindingsCommand: (
367
+ input: GetFindingsCommandInput,
368
+ context: __SerdeContext
369
+ ) => Promise<__HttpRequest>;
370
+ export declare const serializeAws_restJson1GetInsightResultsCommand: (
371
+ input: GetInsightResultsCommandInput,
372
+ context: __SerdeContext
373
+ ) => Promise<__HttpRequest>;
374
+ export declare const serializeAws_restJson1GetInsightsCommand: (
375
+ input: GetInsightsCommandInput,
376
+ context: __SerdeContext
377
+ ) => Promise<__HttpRequest>;
378
+ export declare const serializeAws_restJson1GetInvitationsCountCommand: (
379
+ input: GetInvitationsCountCommandInput,
380
+ context: __SerdeContext
381
+ ) => Promise<__HttpRequest>;
382
+ export declare const serializeAws_restJson1GetMasterAccountCommand: (
383
+ input: GetMasterAccountCommandInput,
384
+ context: __SerdeContext
385
+ ) => Promise<__HttpRequest>;
386
+ export declare const serializeAws_restJson1GetMembersCommand: (
387
+ input: GetMembersCommandInput,
388
+ context: __SerdeContext
389
+ ) => Promise<__HttpRequest>;
390
+ export declare const serializeAws_restJson1InviteMembersCommand: (
391
+ input: InviteMembersCommandInput,
392
+ context: __SerdeContext
393
+ ) => Promise<__HttpRequest>;
394
+ export declare const serializeAws_restJson1ListEnabledProductsForImportCommand: (
395
+ input: ListEnabledProductsForImportCommandInput,
396
+ context: __SerdeContext
397
+ ) => Promise<__HttpRequest>;
398
+ export declare const serializeAws_restJson1ListFindingAggregatorsCommand: (
399
+ input: ListFindingAggregatorsCommandInput,
400
+ context: __SerdeContext
401
+ ) => Promise<__HttpRequest>;
402
+ export declare const serializeAws_restJson1ListInvitationsCommand: (
403
+ input: ListInvitationsCommandInput,
404
+ context: __SerdeContext
405
+ ) => Promise<__HttpRequest>;
406
+ export declare const serializeAws_restJson1ListMembersCommand: (
407
+ input: ListMembersCommandInput,
408
+ context: __SerdeContext
409
+ ) => Promise<__HttpRequest>;
410
+ export declare const serializeAws_restJson1ListOrganizationAdminAccountsCommand: (
411
+ input: ListOrganizationAdminAccountsCommandInput,
412
+ context: __SerdeContext
413
+ ) => Promise<__HttpRequest>;
414
+ export declare const serializeAws_restJson1ListTagsForResourceCommand: (
415
+ input: ListTagsForResourceCommandInput,
416
+ context: __SerdeContext
417
+ ) => Promise<__HttpRequest>;
418
+ export declare const serializeAws_restJson1TagResourceCommand: (
419
+ input: TagResourceCommandInput,
420
+ context: __SerdeContext
421
+ ) => Promise<__HttpRequest>;
422
+ export declare const serializeAws_restJson1UntagResourceCommand: (
423
+ input: UntagResourceCommandInput,
424
+ context: __SerdeContext
425
+ ) => Promise<__HttpRequest>;
426
+ export declare const serializeAws_restJson1UpdateActionTargetCommand: (
427
+ input: UpdateActionTargetCommandInput,
428
+ context: __SerdeContext
429
+ ) => Promise<__HttpRequest>;
430
+ export declare const serializeAws_restJson1UpdateFindingAggregatorCommand: (
431
+ input: UpdateFindingAggregatorCommandInput,
432
+ context: __SerdeContext
433
+ ) => Promise<__HttpRequest>;
434
+ export declare const serializeAws_restJson1UpdateFindingsCommand: (
435
+ input: UpdateFindingsCommandInput,
436
+ context: __SerdeContext
437
+ ) => Promise<__HttpRequest>;
438
+ export declare const serializeAws_restJson1UpdateInsightCommand: (
439
+ input: UpdateInsightCommandInput,
440
+ context: __SerdeContext
441
+ ) => Promise<__HttpRequest>;
442
+ export declare const serializeAws_restJson1UpdateOrganizationConfigurationCommand: (
443
+ input: UpdateOrganizationConfigurationCommandInput,
444
+ context: __SerdeContext
445
+ ) => Promise<__HttpRequest>;
446
+ export declare const serializeAws_restJson1UpdateSecurityHubConfigurationCommand: (
447
+ input: UpdateSecurityHubConfigurationCommandInput,
448
+ context: __SerdeContext
449
+ ) => Promise<__HttpRequest>;
450
+ export declare const serializeAws_restJson1UpdateStandardsControlCommand: (
451
+ input: UpdateStandardsControlCommandInput,
452
+ context: __SerdeContext
453
+ ) => Promise<__HttpRequest>;
454
+ export declare const deserializeAws_restJson1AcceptAdministratorInvitationCommand: (
455
+ output: __HttpResponse,
456
+ context: __SerdeContext
457
+ ) => Promise<AcceptAdministratorInvitationCommandOutput>;
458
+ export declare const deserializeAws_restJson1AcceptInvitationCommand: (
459
+ output: __HttpResponse,
460
+ context: __SerdeContext
461
+ ) => Promise<AcceptInvitationCommandOutput>;
462
+ export declare const deserializeAws_restJson1BatchDisableStandardsCommand: (
463
+ output: __HttpResponse,
464
+ context: __SerdeContext
465
+ ) => Promise<BatchDisableStandardsCommandOutput>;
466
+ export declare const deserializeAws_restJson1BatchEnableStandardsCommand: (
467
+ output: __HttpResponse,
468
+ context: __SerdeContext
469
+ ) => Promise<BatchEnableStandardsCommandOutput>;
470
+ export declare const deserializeAws_restJson1BatchImportFindingsCommand: (
471
+ output: __HttpResponse,
472
+ context: __SerdeContext
473
+ ) => Promise<BatchImportFindingsCommandOutput>;
474
+ export declare const deserializeAws_restJson1BatchUpdateFindingsCommand: (
475
+ output: __HttpResponse,
476
+ context: __SerdeContext
477
+ ) => Promise<BatchUpdateFindingsCommandOutput>;
478
+ export declare const deserializeAws_restJson1CreateActionTargetCommand: (
479
+ output: __HttpResponse,
480
+ context: __SerdeContext
481
+ ) => Promise<CreateActionTargetCommandOutput>;
482
+ export declare const deserializeAws_restJson1CreateFindingAggregatorCommand: (
483
+ output: __HttpResponse,
484
+ context: __SerdeContext
485
+ ) => Promise<CreateFindingAggregatorCommandOutput>;
486
+ export declare const deserializeAws_restJson1CreateInsightCommand: (
487
+ output: __HttpResponse,
488
+ context: __SerdeContext
489
+ ) => Promise<CreateInsightCommandOutput>;
490
+ export declare const deserializeAws_restJson1CreateMembersCommand: (
491
+ output: __HttpResponse,
492
+ context: __SerdeContext
493
+ ) => Promise<CreateMembersCommandOutput>;
494
+ export declare const deserializeAws_restJson1DeclineInvitationsCommand: (
495
+ output: __HttpResponse,
496
+ context: __SerdeContext
497
+ ) => Promise<DeclineInvitationsCommandOutput>;
498
+ export declare const deserializeAws_restJson1DeleteActionTargetCommand: (
499
+ output: __HttpResponse,
500
+ context: __SerdeContext
501
+ ) => Promise<DeleteActionTargetCommandOutput>;
502
+ export declare const deserializeAws_restJson1DeleteFindingAggregatorCommand: (
503
+ output: __HttpResponse,
504
+ context: __SerdeContext
505
+ ) => Promise<DeleteFindingAggregatorCommandOutput>;
506
+ export declare const deserializeAws_restJson1DeleteInsightCommand: (
507
+ output: __HttpResponse,
508
+ context: __SerdeContext
509
+ ) => Promise<DeleteInsightCommandOutput>;
510
+ export declare const deserializeAws_restJson1DeleteInvitationsCommand: (
511
+ output: __HttpResponse,
512
+ context: __SerdeContext
513
+ ) => Promise<DeleteInvitationsCommandOutput>;
514
+ export declare const deserializeAws_restJson1DeleteMembersCommand: (
515
+ output: __HttpResponse,
516
+ context: __SerdeContext
517
+ ) => Promise<DeleteMembersCommandOutput>;
518
+ export declare const deserializeAws_restJson1DescribeActionTargetsCommand: (
519
+ output: __HttpResponse,
520
+ context: __SerdeContext
521
+ ) => Promise<DescribeActionTargetsCommandOutput>;
522
+ export declare const deserializeAws_restJson1DescribeHubCommand: (
523
+ output: __HttpResponse,
524
+ context: __SerdeContext
525
+ ) => Promise<DescribeHubCommandOutput>;
526
+ export declare const deserializeAws_restJson1DescribeOrganizationConfigurationCommand: (
527
+ output: __HttpResponse,
528
+ context: __SerdeContext
529
+ ) => Promise<DescribeOrganizationConfigurationCommandOutput>;
530
+ export declare const deserializeAws_restJson1DescribeProductsCommand: (
531
+ output: __HttpResponse,
532
+ context: __SerdeContext
533
+ ) => Promise<DescribeProductsCommandOutput>;
534
+ export declare const deserializeAws_restJson1DescribeStandardsCommand: (
535
+ output: __HttpResponse,
536
+ context: __SerdeContext
537
+ ) => Promise<DescribeStandardsCommandOutput>;
538
+ export declare const deserializeAws_restJson1DescribeStandardsControlsCommand: (
539
+ output: __HttpResponse,
540
+ context: __SerdeContext
541
+ ) => Promise<DescribeStandardsControlsCommandOutput>;
542
+ export declare const deserializeAws_restJson1DisableImportFindingsForProductCommand: (
543
+ output: __HttpResponse,
544
+ context: __SerdeContext
545
+ ) => Promise<DisableImportFindingsForProductCommandOutput>;
546
+ export declare const deserializeAws_restJson1DisableOrganizationAdminAccountCommand: (
547
+ output: __HttpResponse,
548
+ context: __SerdeContext
549
+ ) => Promise<DisableOrganizationAdminAccountCommandOutput>;
550
+ export declare const deserializeAws_restJson1DisableSecurityHubCommand: (
551
+ output: __HttpResponse,
552
+ context: __SerdeContext
553
+ ) => Promise<DisableSecurityHubCommandOutput>;
554
+ export declare const deserializeAws_restJson1DisassociateFromAdministratorAccountCommand: (
555
+ output: __HttpResponse,
556
+ context: __SerdeContext
557
+ ) => Promise<DisassociateFromAdministratorAccountCommandOutput>;
558
+ export declare const deserializeAws_restJson1DisassociateFromMasterAccountCommand: (
559
+ output: __HttpResponse,
560
+ context: __SerdeContext
561
+ ) => Promise<DisassociateFromMasterAccountCommandOutput>;
562
+ export declare const deserializeAws_restJson1DisassociateMembersCommand: (
563
+ output: __HttpResponse,
564
+ context: __SerdeContext
565
+ ) => Promise<DisassociateMembersCommandOutput>;
566
+ export declare const deserializeAws_restJson1EnableImportFindingsForProductCommand: (
567
+ output: __HttpResponse,
568
+ context: __SerdeContext
569
+ ) => Promise<EnableImportFindingsForProductCommandOutput>;
570
+ export declare const deserializeAws_restJson1EnableOrganizationAdminAccountCommand: (
571
+ output: __HttpResponse,
572
+ context: __SerdeContext
573
+ ) => Promise<EnableOrganizationAdminAccountCommandOutput>;
574
+ export declare const deserializeAws_restJson1EnableSecurityHubCommand: (
575
+ output: __HttpResponse,
576
+ context: __SerdeContext
577
+ ) => Promise<EnableSecurityHubCommandOutput>;
578
+ export declare const deserializeAws_restJson1GetAdministratorAccountCommand: (
579
+ output: __HttpResponse,
580
+ context: __SerdeContext
581
+ ) => Promise<GetAdministratorAccountCommandOutput>;
582
+ export declare const deserializeAws_restJson1GetEnabledStandardsCommand: (
583
+ output: __HttpResponse,
584
+ context: __SerdeContext
585
+ ) => Promise<GetEnabledStandardsCommandOutput>;
586
+ export declare const deserializeAws_restJson1GetFindingAggregatorCommand: (
587
+ output: __HttpResponse,
588
+ context: __SerdeContext
589
+ ) => Promise<GetFindingAggregatorCommandOutput>;
590
+ export declare const deserializeAws_restJson1GetFindingsCommand: (
591
+ output: __HttpResponse,
592
+ context: __SerdeContext
593
+ ) => Promise<GetFindingsCommandOutput>;
594
+ export declare const deserializeAws_restJson1GetInsightResultsCommand: (
595
+ output: __HttpResponse,
596
+ context: __SerdeContext
597
+ ) => Promise<GetInsightResultsCommandOutput>;
598
+ export declare const deserializeAws_restJson1GetInsightsCommand: (
599
+ output: __HttpResponse,
600
+ context: __SerdeContext
601
+ ) => Promise<GetInsightsCommandOutput>;
602
+ export declare const deserializeAws_restJson1GetInvitationsCountCommand: (
603
+ output: __HttpResponse,
604
+ context: __SerdeContext
605
+ ) => Promise<GetInvitationsCountCommandOutput>;
606
+ export declare const deserializeAws_restJson1GetMasterAccountCommand: (
607
+ output: __HttpResponse,
608
+ context: __SerdeContext
609
+ ) => Promise<GetMasterAccountCommandOutput>;
610
+ export declare const deserializeAws_restJson1GetMembersCommand: (
611
+ output: __HttpResponse,
612
+ context: __SerdeContext
613
+ ) => Promise<GetMembersCommandOutput>;
614
+ export declare const deserializeAws_restJson1InviteMembersCommand: (
615
+ output: __HttpResponse,
616
+ context: __SerdeContext
617
+ ) => Promise<InviteMembersCommandOutput>;
618
+ export declare const deserializeAws_restJson1ListEnabledProductsForImportCommand: (
619
+ output: __HttpResponse,
620
+ context: __SerdeContext
621
+ ) => Promise<ListEnabledProductsForImportCommandOutput>;
622
+ export declare const deserializeAws_restJson1ListFindingAggregatorsCommand: (
623
+ output: __HttpResponse,
624
+ context: __SerdeContext
625
+ ) => Promise<ListFindingAggregatorsCommandOutput>;
626
+ export declare const deserializeAws_restJson1ListInvitationsCommand: (
627
+ output: __HttpResponse,
628
+ context: __SerdeContext
629
+ ) => Promise<ListInvitationsCommandOutput>;
630
+ export declare const deserializeAws_restJson1ListMembersCommand: (
631
+ output: __HttpResponse,
632
+ context: __SerdeContext
633
+ ) => Promise<ListMembersCommandOutput>;
634
+ export declare const deserializeAws_restJson1ListOrganizationAdminAccountsCommand: (
635
+ output: __HttpResponse,
636
+ context: __SerdeContext
637
+ ) => Promise<ListOrganizationAdminAccountsCommandOutput>;
638
+ export declare const deserializeAws_restJson1ListTagsForResourceCommand: (
639
+ output: __HttpResponse,
640
+ context: __SerdeContext
641
+ ) => Promise<ListTagsForResourceCommandOutput>;
642
+ export declare const deserializeAws_restJson1TagResourceCommand: (
643
+ output: __HttpResponse,
644
+ context: __SerdeContext
645
+ ) => Promise<TagResourceCommandOutput>;
646
+ export declare const deserializeAws_restJson1UntagResourceCommand: (
647
+ output: __HttpResponse,
648
+ context: __SerdeContext
649
+ ) => Promise<UntagResourceCommandOutput>;
650
+ export declare const deserializeAws_restJson1UpdateActionTargetCommand: (
651
+ output: __HttpResponse,
652
+ context: __SerdeContext
653
+ ) => Promise<UpdateActionTargetCommandOutput>;
654
+ export declare const deserializeAws_restJson1UpdateFindingAggregatorCommand: (
655
+ output: __HttpResponse,
656
+ context: __SerdeContext
657
+ ) => Promise<UpdateFindingAggregatorCommandOutput>;
658
+ export declare const deserializeAws_restJson1UpdateFindingsCommand: (
659
+ output: __HttpResponse,
660
+ context: __SerdeContext
661
+ ) => Promise<UpdateFindingsCommandOutput>;
662
+ export declare const deserializeAws_restJson1UpdateInsightCommand: (
663
+ output: __HttpResponse,
664
+ context: __SerdeContext
665
+ ) => Promise<UpdateInsightCommandOutput>;
666
+ export declare const deserializeAws_restJson1UpdateOrganizationConfigurationCommand: (
667
+ output: __HttpResponse,
668
+ context: __SerdeContext
669
+ ) => Promise<UpdateOrganizationConfigurationCommandOutput>;
670
+ export declare const deserializeAws_restJson1UpdateSecurityHubConfigurationCommand: (
671
+ output: __HttpResponse,
672
+ context: __SerdeContext
673
+ ) => Promise<UpdateSecurityHubConfigurationCommandOutput>;
674
+ export declare const deserializeAws_restJson1UpdateStandardsControlCommand: (
675
+ output: __HttpResponse,
676
+ context: __SerdeContext
677
+ ) => Promise<UpdateStandardsControlCommandOutput>;