@aws-sdk/client-securityhub 3.231.0 → 3.234.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 (97) hide show
  1. package/dist-cjs/commands/DescribeStandardsCommand.js +3 -3
  2. package/dist-cjs/commands/DescribeStandardsControlsCommand.js +3 -3
  3. package/dist-cjs/commands/DisableImportFindingsForProductCommand.js +3 -3
  4. package/dist-cjs/commands/DisableOrganizationAdminAccountCommand.js +3 -3
  5. package/dist-cjs/commands/DisableSecurityHubCommand.js +3 -3
  6. package/dist-cjs/commands/DisassociateFromAdministratorAccountCommand.js +3 -3
  7. package/dist-cjs/commands/DisassociateFromMasterAccountCommand.js +3 -3
  8. package/dist-cjs/commands/DisassociateMembersCommand.js +3 -3
  9. package/dist-cjs/commands/EnableImportFindingsForProductCommand.js +3 -3
  10. package/dist-cjs/commands/EnableOrganizationAdminAccountCommand.js +3 -3
  11. package/dist-cjs/commands/EnableSecurityHubCommand.js +3 -3
  12. package/dist-cjs/commands/GetAdministratorAccountCommand.js +3 -3
  13. package/dist-cjs/commands/GetEnabledStandardsCommand.js +3 -3
  14. package/dist-cjs/commands/GetFindingAggregatorCommand.js +3 -3
  15. package/dist-cjs/commands/GetFindingsCommand.js +3 -3
  16. package/dist-cjs/commands/GetInsightResultsCommand.js +3 -3
  17. package/dist-cjs/commands/GetInsightsCommand.js +3 -3
  18. package/dist-cjs/commands/GetInvitationsCountCommand.js +3 -3
  19. package/dist-cjs/commands/GetMasterAccountCommand.js +3 -3
  20. package/dist-cjs/commands/GetMembersCommand.js +3 -3
  21. package/dist-cjs/endpoint/ruleset.js +0 -9
  22. package/dist-cjs/models/models_0.js +144 -144
  23. package/dist-cjs/models/models_1.js +213 -217
  24. package/dist-cjs/models/models_2.js +214 -1
  25. package/dist-cjs/protocols/Aws_restJson1.js +1465 -139
  26. package/dist-es/commands/DescribeStandardsCommand.js +1 -1
  27. package/dist-es/commands/DescribeStandardsControlsCommand.js +1 -1
  28. package/dist-es/commands/DisableImportFindingsForProductCommand.js +1 -1
  29. package/dist-es/commands/DisableOrganizationAdminAccountCommand.js +1 -1
  30. package/dist-es/commands/DisableSecurityHubCommand.js +1 -1
  31. package/dist-es/commands/DisassociateFromAdministratorAccountCommand.js +1 -1
  32. package/dist-es/commands/DisassociateFromMasterAccountCommand.js +1 -1
  33. package/dist-es/commands/DisassociateMembersCommand.js +1 -1
  34. package/dist-es/commands/EnableImportFindingsForProductCommand.js +1 -1
  35. package/dist-es/commands/EnableOrganizationAdminAccountCommand.js +1 -1
  36. package/dist-es/commands/EnableSecurityHubCommand.js +1 -1
  37. package/dist-es/commands/GetAdministratorAccountCommand.js +1 -1
  38. package/dist-es/commands/GetEnabledStandardsCommand.js +1 -1
  39. package/dist-es/commands/GetFindingAggregatorCommand.js +1 -1
  40. package/dist-es/commands/GetFindingsCommand.js +1 -1
  41. package/dist-es/commands/GetInsightResultsCommand.js +1 -1
  42. package/dist-es/commands/GetInsightsCommand.js +1 -1
  43. package/dist-es/commands/GetInvitationsCountCommand.js +1 -1
  44. package/dist-es/commands/GetMasterAccountCommand.js +1 -1
  45. package/dist-es/commands/GetMembersCommand.js +1 -1
  46. package/dist-es/endpoint/ruleset.js +0 -9
  47. package/dist-es/models/models_0.js +105 -105
  48. package/dist-es/models/models_1.js +156 -162
  49. package/dist-es/models/models_2.js +162 -0
  50. package/dist-es/protocols/Aws_restJson1.js +1465 -139
  51. package/dist-types/commands/DescribeStandardsCommand.d.ts +1 -1
  52. package/dist-types/commands/DescribeStandardsControlsCommand.d.ts +1 -1
  53. package/dist-types/commands/DisableImportFindingsForProductCommand.d.ts +1 -1
  54. package/dist-types/commands/DisableOrganizationAdminAccountCommand.d.ts +1 -1
  55. package/dist-types/commands/DisableSecurityHubCommand.d.ts +1 -1
  56. package/dist-types/commands/DisassociateFromAdministratorAccountCommand.d.ts +1 -1
  57. package/dist-types/commands/DisassociateFromMasterAccountCommand.d.ts +1 -1
  58. package/dist-types/commands/DisassociateMembersCommand.d.ts +1 -1
  59. package/dist-types/commands/EnableImportFindingsForProductCommand.d.ts +1 -1
  60. package/dist-types/commands/EnableOrganizationAdminAccountCommand.d.ts +1 -1
  61. package/dist-types/commands/EnableSecurityHubCommand.d.ts +1 -1
  62. package/dist-types/commands/GetAdministratorAccountCommand.d.ts +1 -1
  63. package/dist-types/commands/GetEnabledStandardsCommand.d.ts +1 -1
  64. package/dist-types/commands/GetFindingAggregatorCommand.d.ts +1 -1
  65. package/dist-types/commands/GetFindingsCommand.d.ts +1 -1
  66. package/dist-types/commands/GetInsightResultsCommand.d.ts +1 -1
  67. package/dist-types/commands/GetInsightsCommand.d.ts +1 -1
  68. package/dist-types/commands/GetInvitationsCountCommand.d.ts +1 -1
  69. package/dist-types/commands/GetMasterAccountCommand.d.ts +1 -1
  70. package/dist-types/commands/GetMembersCommand.d.ts +1 -1
  71. package/dist-types/models/models_0.d.ts +3542 -3212
  72. package/dist-types/models/models_1.d.ts +6120 -5310
  73. package/dist-types/models/models_2.d.ts +788 -1
  74. package/dist-types/ts3.4/commands/DescribeStandardsCommand.d.ts +1 -1
  75. package/dist-types/ts3.4/commands/DescribeStandardsControlsCommand.d.ts +1 -1
  76. package/dist-types/ts3.4/commands/DisableImportFindingsForProductCommand.d.ts +1 -1
  77. package/dist-types/ts3.4/commands/DisableOrganizationAdminAccountCommand.d.ts +1 -1
  78. package/dist-types/ts3.4/commands/DisableSecurityHubCommand.d.ts +1 -1
  79. package/dist-types/ts3.4/commands/DisassociateFromAdministratorAccountCommand.d.ts +1 -1
  80. package/dist-types/ts3.4/commands/DisassociateFromMasterAccountCommand.d.ts +1 -1
  81. package/dist-types/ts3.4/commands/DisassociateMembersCommand.d.ts +1 -1
  82. package/dist-types/ts3.4/commands/EnableImportFindingsForProductCommand.d.ts +1 -1
  83. package/dist-types/ts3.4/commands/EnableOrganizationAdminAccountCommand.d.ts +1 -1
  84. package/dist-types/ts3.4/commands/EnableSecurityHubCommand.d.ts +1 -1
  85. package/dist-types/ts3.4/commands/GetAdministratorAccountCommand.d.ts +1 -1
  86. package/dist-types/ts3.4/commands/GetEnabledStandardsCommand.d.ts +1 -1
  87. package/dist-types/ts3.4/commands/GetFindingAggregatorCommand.d.ts +1 -1
  88. package/dist-types/ts3.4/commands/GetFindingsCommand.d.ts +1 -1
  89. package/dist-types/ts3.4/commands/GetInsightResultsCommand.d.ts +1 -1
  90. package/dist-types/ts3.4/commands/GetInsightsCommand.d.ts +1 -1
  91. package/dist-types/ts3.4/commands/GetInvitationsCountCommand.d.ts +1 -1
  92. package/dist-types/ts3.4/commands/GetMasterAccountCommand.d.ts +1 -1
  93. package/dist-types/ts3.4/commands/GetMembersCommand.d.ts +1 -1
  94. package/dist-types/ts3.4/models/models_0.d.ts +323 -319
  95. package/dist-types/ts3.4/models/models_1.d.ts +475 -336
  96. package/dist-types/ts3.4/models/models_2.d.ts +326 -3
  97. package/package.json +7 -7
@@ -23,6 +23,7 @@ import {
23
23
  AwsDynamoDbTableDetails,
24
24
  AwsEc2EipDetails,
25
25
  AwsEc2InstanceDetails,
26
+ AwsEc2LaunchTemplateDetails,
26
27
  AwsEc2NetworkAclDetails,
27
28
  AwsEc2NetworkInterfaceDetails,
28
29
  AwsEc2SecurityGroupDetails,
@@ -47,21 +48,224 @@ import {
47
48
  AwsElbLoadBalancerDetails,
48
49
  AwsElbv2LoadBalancerDetails,
49
50
  AwsIamAccessKeyDetails,
51
+ AwsIamAttachedManagedPolicy,
50
52
  AwsIamGroupDetails,
51
- AwsIamPolicyDetails,
52
- AwsIamRoleDetails,
53
- AwsIamUserDetails,
54
- AwsKinesisStreamDetails,
55
- AwsKmsKeyDetails,
56
- AwsLambdaFunctionDetails,
57
- AwsLambdaLayerVersionDetails,
58
- AwsNetworkFirewallFirewallDetails,
59
- AwsNetworkFirewallFirewallPolicyDetails,
60
- RuleGroupSourceListDetails,
61
- RuleGroupSourceStatefulRulesDetails,
62
- StatelessCustomActionDefinition,
63
53
  } from "./models_0";
64
54
  import { SecurityHubServiceException as __BaseException } from "./SecurityHubServiceException";
55
+ export interface AwsIamInstanceProfileRole {
56
+ Arn?: string;
57
+ AssumeRolePolicyDocument?: string;
58
+ CreateDate?: string;
59
+ Path?: string;
60
+ RoleId?: string;
61
+ RoleName?: string;
62
+ }
63
+ export interface AwsIamInstanceProfile {
64
+ Arn?: string;
65
+ CreateDate?: string;
66
+ InstanceProfileId?: string;
67
+ InstanceProfileName?: string;
68
+ Path?: string;
69
+ Roles?: AwsIamInstanceProfileRole[];
70
+ }
71
+ export interface AwsIamPermissionsBoundary {
72
+ PermissionsBoundaryArn?: string;
73
+ PermissionsBoundaryType?: string;
74
+ }
75
+ export interface AwsIamPolicyVersion {
76
+ VersionId?: string;
77
+ IsDefaultVersion?: boolean;
78
+ CreateDate?: string;
79
+ }
80
+ export interface AwsIamPolicyDetails {
81
+ AttachmentCount?: number;
82
+ CreateDate?: string;
83
+ DefaultVersionId?: string;
84
+ Description?: string;
85
+ IsAttachable?: boolean;
86
+ Path?: string;
87
+ PermissionsBoundaryUsageCount?: number;
88
+ PolicyId?: string;
89
+ PolicyName?: string;
90
+ PolicyVersionList?: AwsIamPolicyVersion[];
91
+ UpdateDate?: string;
92
+ }
93
+ export interface AwsIamRolePolicy {
94
+ PolicyName?: string;
95
+ }
96
+ export interface AwsIamRoleDetails {
97
+ AssumeRolePolicyDocument?: string;
98
+ AttachedManagedPolicies?: AwsIamAttachedManagedPolicy[];
99
+ CreateDate?: string;
100
+ InstanceProfileList?: AwsIamInstanceProfile[];
101
+ PermissionsBoundary?: AwsIamPermissionsBoundary;
102
+ RoleId?: string;
103
+ RoleName?: string;
104
+ RolePolicyList?: AwsIamRolePolicy[];
105
+ MaxSessionDuration?: number;
106
+ Path?: string;
107
+ }
108
+ export interface AwsIamUserPolicy {
109
+ PolicyName?: string;
110
+ }
111
+ export interface AwsIamUserDetails {
112
+ AttachedManagedPolicies?: AwsIamAttachedManagedPolicy[];
113
+ CreateDate?: string;
114
+ GroupList?: string[];
115
+ Path?: string;
116
+ PermissionsBoundary?: AwsIamPermissionsBoundary;
117
+ UserId?: string;
118
+ UserName?: string;
119
+ UserPolicyList?: AwsIamUserPolicy[];
120
+ }
121
+ export interface AwsKinesisStreamStreamEncryptionDetails {
122
+ EncryptionType?: string;
123
+ KeyId?: string;
124
+ }
125
+ export interface AwsKinesisStreamDetails {
126
+ Name?: string;
127
+ Arn?: string;
128
+ StreamEncryption?: AwsKinesisStreamStreamEncryptionDetails;
129
+ ShardCount?: number;
130
+ RetentionPeriodHours?: number;
131
+ }
132
+ export interface AwsKmsKeyDetails {
133
+ AWSAccountId?: string;
134
+ CreationDate?: number;
135
+ KeyId?: string;
136
+ KeyManager?: string;
137
+ KeyState?: string;
138
+ Origin?: string;
139
+ Description?: string;
140
+ KeyRotationStatus?: boolean;
141
+ }
142
+ export interface AwsLambdaFunctionCode {
143
+ S3Bucket?: string;
144
+ S3Key?: string;
145
+ S3ObjectVersion?: string;
146
+ ZipFile?: string;
147
+ }
148
+ export interface AwsLambdaFunctionDeadLetterConfig {
149
+ TargetArn?: string;
150
+ }
151
+ export interface AwsLambdaFunctionEnvironmentError {
152
+ ErrorCode?: string;
153
+ Message?: string;
154
+ }
155
+ export interface AwsLambdaFunctionEnvironment {
156
+ Variables?: Record<string, string>;
157
+ Error?: AwsLambdaFunctionEnvironmentError;
158
+ }
159
+ export interface AwsLambdaFunctionLayer {
160
+ Arn?: string;
161
+ CodeSize?: number;
162
+ }
163
+ export interface AwsLambdaFunctionTracingConfig {
164
+ Mode?: string;
165
+ }
166
+ export interface AwsLambdaFunctionVpcConfig {
167
+ SecurityGroupIds?: string[];
168
+ SubnetIds?: string[];
169
+ VpcId?: string;
170
+ }
171
+ export interface AwsLambdaFunctionDetails {
172
+ Code?: AwsLambdaFunctionCode;
173
+ CodeSha256?: string;
174
+ DeadLetterConfig?: AwsLambdaFunctionDeadLetterConfig;
175
+ Environment?: AwsLambdaFunctionEnvironment;
176
+ FunctionName?: string;
177
+ Handler?: string;
178
+ KmsKeyArn?: string;
179
+ LastModified?: string;
180
+ Layers?: AwsLambdaFunctionLayer[];
181
+ MasterArn?: string;
182
+ MemorySize?: number;
183
+ RevisionId?: string;
184
+ Role?: string;
185
+ Runtime?: string;
186
+ Timeout?: number;
187
+ TracingConfig?: AwsLambdaFunctionTracingConfig;
188
+ VpcConfig?: AwsLambdaFunctionVpcConfig;
189
+ Version?: string;
190
+ Architectures?: string[];
191
+ PackageType?: string;
192
+ }
193
+ export interface AwsLambdaLayerVersionDetails {
194
+ Version?: number;
195
+ CompatibleRuntimes?: string[];
196
+ CreatedDate?: string;
197
+ }
198
+ export interface AwsNetworkFirewallFirewallSubnetMappingsDetails {
199
+ SubnetId?: string;
200
+ }
201
+ export interface AwsNetworkFirewallFirewallDetails {
202
+ DeleteProtection?: boolean;
203
+ Description?: string;
204
+ FirewallArn?: string;
205
+ FirewallId?: string;
206
+ FirewallName?: string;
207
+ FirewallPolicyArn?: string;
208
+ FirewallPolicyChangeProtection?: boolean;
209
+ SubnetChangeProtection?: boolean;
210
+ SubnetMappings?: AwsNetworkFirewallFirewallSubnetMappingsDetails[];
211
+ VpcId?: string;
212
+ }
213
+ export interface FirewallPolicyStatefulRuleGroupReferencesDetails {
214
+ ResourceArn?: string;
215
+ }
216
+ export interface StatelessCustomPublishMetricActionDimension {
217
+ Value?: string;
218
+ }
219
+ export interface StatelessCustomPublishMetricAction {
220
+ Dimensions?: StatelessCustomPublishMetricActionDimension[];
221
+ }
222
+ export interface StatelessCustomActionDefinition {
223
+ PublishMetricAction?: StatelessCustomPublishMetricAction;
224
+ }
225
+ export interface FirewallPolicyStatelessCustomActionsDetails {
226
+ ActionDefinition?: StatelessCustomActionDefinition;
227
+ ActionName?: string;
228
+ }
229
+ export interface FirewallPolicyStatelessRuleGroupReferencesDetails {
230
+ Priority?: number;
231
+ ResourceArn?: string;
232
+ }
233
+ export interface FirewallPolicyDetails {
234
+ StatefulRuleGroupReferences?: FirewallPolicyStatefulRuleGroupReferencesDetails[];
235
+ StatelessCustomActions?: FirewallPolicyStatelessCustomActionsDetails[];
236
+ StatelessDefaultActions?: string[];
237
+ StatelessFragmentDefaultActions?: string[];
238
+ StatelessRuleGroupReferences?: FirewallPolicyStatelessRuleGroupReferencesDetails[];
239
+ }
240
+ export interface AwsNetworkFirewallFirewallPolicyDetails {
241
+ FirewallPolicy?: FirewallPolicyDetails;
242
+ FirewallPolicyArn?: string;
243
+ FirewallPolicyId?: string;
244
+ FirewallPolicyName?: string;
245
+ Description?: string;
246
+ }
247
+ export interface RuleGroupSourceListDetails {
248
+ GeneratedRulesType?: string;
249
+ TargetTypes?: string[];
250
+ Targets?: string[];
251
+ }
252
+ export interface RuleGroupSourceStatefulRulesHeaderDetails {
253
+ Destination?: string;
254
+ DestinationPort?: string;
255
+ Direction?: string;
256
+ Protocol?: string;
257
+ Source?: string;
258
+ SourcePort?: string;
259
+ }
260
+ export interface RuleGroupSourceStatefulRulesOptionsDetails {
261
+ Keyword?: string;
262
+ Settings?: string[];
263
+ }
264
+ export interface RuleGroupSourceStatefulRulesDetails {
265
+ Action?: string;
266
+ Header?: RuleGroupSourceStatefulRulesHeaderDetails;
267
+ RuleOptions?: RuleGroupSourceStatefulRulesOptionsDetails[];
268
+ }
65
269
  export interface RuleGroupSourceCustomActionsDetails {
66
270
  ActionDefinition?: StatelessCustomActionDefinition;
67
271
  ActionName?: string;
@@ -753,6 +957,31 @@ export interface AwsS3ObjectDetails {
753
957
  ServerSideEncryption?: string;
754
958
  SSEKMSKeyId?: string;
755
959
  }
960
+ export interface AwsSageMakerNotebookInstanceMetadataServiceConfigurationDetails {
961
+ MinimumInstanceMetadataServiceVersion?: string;
962
+ }
963
+ export interface AwsSageMakerNotebookInstanceDetails {
964
+ AcceleratorTypes?: string[];
965
+ AdditionalCodeRepositories?: string[];
966
+ DefaultCodeRepository?: string;
967
+ DirectInternetAccess?: string;
968
+ FailureReason?: string;
969
+ InstanceMetadataServiceConfiguration?: AwsSageMakerNotebookInstanceMetadataServiceConfigurationDetails;
970
+ InstanceType?: string;
971
+ KmsKeyId?: string;
972
+ NetworkInterfaceId?: string;
973
+ NotebookInstanceArn?: string;
974
+ NotebookInstanceLifecycleConfigName?: string;
975
+ NotebookInstanceName?: string;
976
+ NotebookInstanceStatus?: string;
977
+ PlatformIdentifier?: string;
978
+ RoleArn?: string;
979
+ RootAccess?: string;
980
+ SecurityGroups?: string[];
981
+ SubnetId?: string;
982
+ Url?: string;
983
+ VolumeSizeInGB?: number;
984
+ }
756
985
  export interface AwsSecretsManagerSecretRotationRules {
757
986
  AutomaticallyAfterDays?: number;
758
987
  }
@@ -1115,6 +1344,80 @@ export interface AwsWafRuleGroupDetails {
1115
1344
  RuleGroupId?: string;
1116
1345
  Rules?: AwsWafRuleGroupRulesDetails[];
1117
1346
  }
1347
+ export interface AwsWafv2CustomHttpHeader {
1348
+ Name?: string;
1349
+ Value?: string;
1350
+ }
1351
+ export interface AwsWafv2CustomRequestHandlingDetails {
1352
+ InsertHeaders?: AwsWafv2CustomHttpHeader[];
1353
+ }
1354
+ export interface AwsWafv2ActionAllowDetails {
1355
+ CustomRequestHandling?: AwsWafv2CustomRequestHandlingDetails;
1356
+ }
1357
+ export interface AwsWafv2CustomResponseDetails {
1358
+ CustomResponseBodyKey?: string;
1359
+ ResponseCode?: number;
1360
+ ResponseHeaders?: AwsWafv2CustomHttpHeader[];
1361
+ }
1362
+ export interface AwsWafv2ActionBlockDetails {
1363
+ CustomResponse?: AwsWafv2CustomResponseDetails;
1364
+ }
1365
+ export interface AwsWafv2RulesActionCaptchaDetails {
1366
+ CustomRequestHandling?: AwsWafv2CustomRequestHandlingDetails;
1367
+ }
1368
+ export interface AwsWafv2RulesActionCountDetails {
1369
+ CustomRequestHandling?: AwsWafv2CustomRequestHandlingDetails;
1370
+ }
1371
+ export interface AwsWafv2RulesActionDetails {
1372
+ Allow?: AwsWafv2ActionAllowDetails;
1373
+ Block?: AwsWafv2ActionBlockDetails;
1374
+ Captcha?: AwsWafv2RulesActionCaptchaDetails;
1375
+ Count?: AwsWafv2RulesActionCountDetails;
1376
+ }
1377
+ export interface AwsWafv2VisibilityConfigDetails {
1378
+ CloudWatchMetricsEnabled?: boolean;
1379
+ MetricName?: string;
1380
+ SampledRequestsEnabled?: boolean;
1381
+ }
1382
+ export interface AwsWafv2RulesDetails {
1383
+ Action?: AwsWafv2RulesActionDetails;
1384
+ Name?: string;
1385
+ OverrideAction?: string;
1386
+ Priority?: number;
1387
+ VisibilityConfig?: AwsWafv2VisibilityConfigDetails;
1388
+ }
1389
+ export interface AwsWafv2RuleGroupDetails {
1390
+ Capacity?: number;
1391
+ Description?: string;
1392
+ Id?: string;
1393
+ Name?: string;
1394
+ Arn?: string;
1395
+ Rules?: AwsWafv2RulesDetails[];
1396
+ Scope?: string;
1397
+ VisibilityConfig?: AwsWafv2VisibilityConfigDetails;
1398
+ }
1399
+ export interface AwsWafv2WebAclCaptchaConfigImmunityTimePropertyDetails {
1400
+ ImmunityTime?: number;
1401
+ }
1402
+ export interface AwsWafv2WebAclCaptchaConfigDetails {
1403
+ ImmunityTimeProperty?: AwsWafv2WebAclCaptchaConfigImmunityTimePropertyDetails;
1404
+ }
1405
+ export interface AwsWafv2WebAclActionDetails {
1406
+ Allow?: AwsWafv2ActionAllowDetails;
1407
+ Block?: AwsWafv2ActionBlockDetails;
1408
+ }
1409
+ export interface AwsWafv2WebAclDetails {
1410
+ Name?: string;
1411
+ Arn?: string;
1412
+ ManagedbyFirewallManager?: boolean;
1413
+ Id?: string;
1414
+ Capacity?: number;
1415
+ CaptchaConfig?: AwsWafv2WebAclCaptchaConfigDetails;
1416
+ DefaultAction?: AwsWafv2WebAclActionDetails;
1417
+ Description?: string;
1418
+ Rules?: AwsWafv2RulesDetails[];
1419
+ VisibilityConfig?: AwsWafv2VisibilityConfigDetails;
1420
+ }
1118
1421
  export interface WafAction {
1119
1422
  Type?: string;
1120
1423
  }
@@ -1236,6 +1539,10 @@ export interface ResourceDetails {
1236
1539
  AwsBackupBackupVault?: AwsBackupBackupVaultDetails;
1237
1540
  AwsBackupBackupPlan?: AwsBackupBackupPlanDetails;
1238
1541
  AwsBackupRecoveryPoint?: AwsBackupRecoveryPointDetails;
1542
+ AwsEc2LaunchTemplate?: AwsEc2LaunchTemplateDetails;
1543
+ AwsSageMakerNotebookInstance?: AwsSageMakerNotebookInstanceDetails;
1544
+ AwsWafv2WebAcl?: AwsWafv2WebAclDetails;
1545
+ AwsWafv2RuleGroup?: AwsWafv2RuleGroupDetails;
1239
1546
  }
1240
1547
  export declare enum Partition {
1241
1548
  AWS = "aws",
@@ -1765,188 +2072,111 @@ export interface DescribeProductsResponse {
1765
2072
  Products: Product[] | undefined;
1766
2073
  NextToken?: string;
1767
2074
  }
1768
- export interface DescribeStandardsRequest {
1769
- NextToken?: string;
1770
- MaxResults?: number;
1771
- }
1772
- export interface StandardsManagedBy {
1773
- Company?: string;
1774
- Product?: string;
1775
- }
1776
- export interface Standard {
1777
- StandardsArn?: string;
1778
- Name?: string;
1779
- Description?: string;
1780
- EnabledByDefault?: boolean;
1781
- StandardsManagedBy?: StandardsManagedBy;
1782
- }
1783
- export interface DescribeStandardsResponse {
1784
- Standards?: Standard[];
1785
- NextToken?: string;
1786
- }
1787
- export interface DescribeStandardsControlsRequest {
1788
- StandardsSubscriptionArn: string | undefined;
1789
- NextToken?: string;
1790
- MaxResults?: number;
1791
- }
1792
- export declare enum SeverityRating {
1793
- CRITICAL = "CRITICAL",
1794
- HIGH = "HIGH",
1795
- LOW = "LOW",
1796
- MEDIUM = "MEDIUM",
1797
- }
1798
- export interface StandardsControl {
1799
- StandardsControlArn?: string;
1800
- ControlStatus?: ControlStatus | string;
1801
- DisabledReason?: string;
1802
- ControlStatusUpdatedAt?: Date;
1803
- ControlId?: string;
1804
- Title?: string;
1805
- Description?: string;
1806
- RemediationUrl?: string;
1807
- SeverityRating?: SeverityRating | string;
1808
- RelatedRequirements?: string[];
1809
- }
1810
- export interface DescribeStandardsControlsResponse {
1811
- Controls?: StandardsControl[];
1812
- NextToken?: string;
1813
- }
1814
- export interface DisableImportFindingsForProductRequest {
1815
- ProductSubscriptionArn: string | undefined;
1816
- }
1817
- export interface DisableImportFindingsForProductResponse {}
1818
- export interface DisableOrganizationAdminAccountRequest {
1819
- AdminAccountId: string | undefined;
1820
- }
1821
- export interface DisableOrganizationAdminAccountResponse {}
1822
- export interface DisableSecurityHubRequest {}
1823
- export interface DisableSecurityHubResponse {}
1824
- export interface DisassociateFromAdministratorAccountRequest {}
1825
- export interface DisassociateFromAdministratorAccountResponse {}
1826
- export interface DisassociateFromMasterAccountRequest {}
1827
- export interface DisassociateFromMasterAccountResponse {}
1828
- export interface DisassociateMembersRequest {
1829
- AccountIds: string[] | undefined;
1830
- }
1831
- export interface DisassociateMembersResponse {}
1832
- export interface EnableImportFindingsForProductRequest {
1833
- ProductArn: string | undefined;
1834
- }
1835
- export interface EnableImportFindingsForProductResponse {
1836
- ProductSubscriptionArn?: string;
1837
- }
1838
- export interface EnableOrganizationAdminAccountRequest {
1839
- AdminAccountId: string | undefined;
1840
- }
1841
- export interface EnableOrganizationAdminAccountResponse {}
1842
- export interface EnableSecurityHubRequest {
1843
- Tags?: Record<string, string>;
1844
- EnableDefaultStandards?: boolean;
1845
- }
1846
- export interface EnableSecurityHubResponse {}
1847
- export interface FindingAggregator {
1848
- FindingAggregatorArn?: string;
1849
- }
1850
- export interface GetAdministratorAccountRequest {}
1851
- export interface Invitation {
1852
- AccountId?: string;
1853
- InvitationId?: string;
1854
- InvitedAt?: Date;
1855
- MemberStatus?: string;
1856
- }
1857
- export interface GetAdministratorAccountResponse {
1858
- Administrator?: Invitation;
1859
- }
1860
- export interface GetEnabledStandardsRequest {
1861
- StandardsSubscriptionArns?: string[];
1862
- NextToken?: string;
1863
- MaxResults?: number;
1864
- }
1865
- export interface GetEnabledStandardsResponse {
1866
- StandardsSubscriptions?: StandardsSubscription[];
1867
- NextToken?: string;
1868
- }
1869
- export interface GetFindingAggregatorRequest {
1870
- FindingAggregatorArn: string | undefined;
1871
- }
1872
- export interface GetFindingAggregatorResponse {
1873
- FindingAggregatorArn?: string;
1874
- FindingAggregationRegion?: string;
1875
- RegionLinkingMode?: string;
1876
- Regions?: string[];
1877
- }
1878
- export declare enum SortOrder {
1879
- ASCENDING = "asc",
1880
- DESCENDING = "desc",
1881
- }
1882
- export interface SortCriterion {
1883
- Field?: string;
1884
- SortOrder?: SortOrder | string;
1885
- }
1886
- export interface GetFindingsRequest {
1887
- Filters?: AwsSecurityFindingFilters;
1888
- SortCriteria?: SortCriterion[];
1889
- NextToken?: string;
1890
- MaxResults?: number;
1891
- }
1892
- export interface GetFindingsResponse {
1893
- Findings: AwsSecurityFinding[] | undefined;
1894
- NextToken?: string;
1895
- }
1896
- export interface GetInsightResultsRequest {
1897
- InsightArn: string | undefined;
1898
- }
1899
- export interface InsightResultValue {
1900
- GroupByAttributeValue: string | undefined;
1901
- Count: number | undefined;
1902
- }
1903
- export interface InsightResults {
1904
- InsightArn: string | undefined;
1905
- GroupByAttribute: string | undefined;
1906
- ResultValues: InsightResultValue[] | undefined;
1907
- }
1908
- export interface GetInsightResultsResponse {
1909
- InsightResults: InsightResults | undefined;
1910
- }
1911
- export interface GetInsightsRequest {
1912
- InsightArns?: string[];
1913
- NextToken?: string;
1914
- MaxResults?: number;
1915
- }
1916
- export interface Insight {
1917
- InsightArn: string | undefined;
1918
- Name: string | undefined;
1919
- Filters: AwsSecurityFindingFilters | undefined;
1920
- GroupByAttribute: string | undefined;
1921
- }
1922
- export interface GetInsightsResponse {
1923
- Insights: Insight[] | undefined;
1924
- NextToken?: string;
1925
- }
1926
- export interface GetInvitationsCountRequest {}
1927
- export interface GetInvitationsCountResponse {
1928
- InvitationsCount?: number;
1929
- }
1930
- export interface GetMasterAccountRequest {}
1931
- export interface GetMasterAccountResponse {
1932
- Master?: Invitation;
1933
- }
1934
- export interface GetMembersRequest {
1935
- AccountIds: string[] | undefined;
1936
- }
1937
- export interface Member {
1938
- AccountId?: string;
1939
- Email?: string;
1940
- MasterId?: string;
1941
- AdministratorId?: string;
1942
- MemberStatus?: string;
1943
- InvitedAt?: Date;
1944
- UpdatedAt?: Date;
1945
- }
1946
- export interface GetMembersResponse {
1947
- Members?: Member[];
1948
- UnprocessedAccounts?: Result[];
1949
- }
2075
+ export declare const AwsIamInstanceProfileRoleFilterSensitiveLog: (
2076
+ obj: AwsIamInstanceProfileRole
2077
+ ) => any;
2078
+ export declare const AwsIamInstanceProfileFilterSensitiveLog: (
2079
+ obj: AwsIamInstanceProfile
2080
+ ) => any;
2081
+ export declare const AwsIamPermissionsBoundaryFilterSensitiveLog: (
2082
+ obj: AwsIamPermissionsBoundary
2083
+ ) => any;
2084
+ export declare const AwsIamPolicyVersionFilterSensitiveLog: (
2085
+ obj: AwsIamPolicyVersion
2086
+ ) => any;
2087
+ export declare const AwsIamPolicyDetailsFilterSensitiveLog: (
2088
+ obj: AwsIamPolicyDetails
2089
+ ) => any;
2090
+ export declare const AwsIamRolePolicyFilterSensitiveLog: (
2091
+ obj: AwsIamRolePolicy
2092
+ ) => any;
2093
+ export declare const AwsIamRoleDetailsFilterSensitiveLog: (
2094
+ obj: AwsIamRoleDetails
2095
+ ) => any;
2096
+ export declare const AwsIamUserPolicyFilterSensitiveLog: (
2097
+ obj: AwsIamUserPolicy
2098
+ ) => any;
2099
+ export declare const AwsIamUserDetailsFilterSensitiveLog: (
2100
+ obj: AwsIamUserDetails
2101
+ ) => any;
2102
+ export declare const AwsKinesisStreamStreamEncryptionDetailsFilterSensitiveLog: (
2103
+ obj: AwsKinesisStreamStreamEncryptionDetails
2104
+ ) => any;
2105
+ export declare const AwsKinesisStreamDetailsFilterSensitiveLog: (
2106
+ obj: AwsKinesisStreamDetails
2107
+ ) => any;
2108
+ export declare const AwsKmsKeyDetailsFilterSensitiveLog: (
2109
+ obj: AwsKmsKeyDetails
2110
+ ) => any;
2111
+ export declare const AwsLambdaFunctionCodeFilterSensitiveLog: (
2112
+ obj: AwsLambdaFunctionCode
2113
+ ) => any;
2114
+ export declare const AwsLambdaFunctionDeadLetterConfigFilterSensitiveLog: (
2115
+ obj: AwsLambdaFunctionDeadLetterConfig
2116
+ ) => any;
2117
+ export declare const AwsLambdaFunctionEnvironmentErrorFilterSensitiveLog: (
2118
+ obj: AwsLambdaFunctionEnvironmentError
2119
+ ) => any;
2120
+ export declare const AwsLambdaFunctionEnvironmentFilterSensitiveLog: (
2121
+ obj: AwsLambdaFunctionEnvironment
2122
+ ) => any;
2123
+ export declare const AwsLambdaFunctionLayerFilterSensitiveLog: (
2124
+ obj: AwsLambdaFunctionLayer
2125
+ ) => any;
2126
+ export declare const AwsLambdaFunctionTracingConfigFilterSensitiveLog: (
2127
+ obj: AwsLambdaFunctionTracingConfig
2128
+ ) => any;
2129
+ export declare const AwsLambdaFunctionVpcConfigFilterSensitiveLog: (
2130
+ obj: AwsLambdaFunctionVpcConfig
2131
+ ) => any;
2132
+ export declare const AwsLambdaFunctionDetailsFilterSensitiveLog: (
2133
+ obj: AwsLambdaFunctionDetails
2134
+ ) => any;
2135
+ export declare const AwsLambdaLayerVersionDetailsFilterSensitiveLog: (
2136
+ obj: AwsLambdaLayerVersionDetails
2137
+ ) => any;
2138
+ export declare const AwsNetworkFirewallFirewallSubnetMappingsDetailsFilterSensitiveLog: (
2139
+ obj: AwsNetworkFirewallFirewallSubnetMappingsDetails
2140
+ ) => any;
2141
+ export declare const AwsNetworkFirewallFirewallDetailsFilterSensitiveLog: (
2142
+ obj: AwsNetworkFirewallFirewallDetails
2143
+ ) => any;
2144
+ export declare const FirewallPolicyStatefulRuleGroupReferencesDetailsFilterSensitiveLog: (
2145
+ obj: FirewallPolicyStatefulRuleGroupReferencesDetails
2146
+ ) => any;
2147
+ export declare const StatelessCustomPublishMetricActionDimensionFilterSensitiveLog: (
2148
+ obj: StatelessCustomPublishMetricActionDimension
2149
+ ) => any;
2150
+ export declare const StatelessCustomPublishMetricActionFilterSensitiveLog: (
2151
+ obj: StatelessCustomPublishMetricAction
2152
+ ) => any;
2153
+ export declare const StatelessCustomActionDefinitionFilterSensitiveLog: (
2154
+ obj: StatelessCustomActionDefinition
2155
+ ) => any;
2156
+ export declare const FirewallPolicyStatelessCustomActionsDetailsFilterSensitiveLog: (
2157
+ obj: FirewallPolicyStatelessCustomActionsDetails
2158
+ ) => any;
2159
+ export declare const FirewallPolicyStatelessRuleGroupReferencesDetailsFilterSensitiveLog: (
2160
+ obj: FirewallPolicyStatelessRuleGroupReferencesDetails
2161
+ ) => any;
2162
+ export declare const FirewallPolicyDetailsFilterSensitiveLog: (
2163
+ obj: FirewallPolicyDetails
2164
+ ) => any;
2165
+ export declare const AwsNetworkFirewallFirewallPolicyDetailsFilterSensitiveLog: (
2166
+ obj: AwsNetworkFirewallFirewallPolicyDetails
2167
+ ) => any;
2168
+ export declare const RuleGroupSourceListDetailsFilterSensitiveLog: (
2169
+ obj: RuleGroupSourceListDetails
2170
+ ) => any;
2171
+ export declare const RuleGroupSourceStatefulRulesHeaderDetailsFilterSensitiveLog: (
2172
+ obj: RuleGroupSourceStatefulRulesHeaderDetails
2173
+ ) => any;
2174
+ export declare const RuleGroupSourceStatefulRulesOptionsDetailsFilterSensitiveLog: (
2175
+ obj: RuleGroupSourceStatefulRulesOptionsDetails
2176
+ ) => any;
2177
+ export declare const RuleGroupSourceStatefulRulesDetailsFilterSensitiveLog: (
2178
+ obj: RuleGroupSourceStatefulRulesDetails
2179
+ ) => any;
1950
2180
  export declare const RuleGroupSourceCustomActionsDetailsFilterSensitiveLog: (
1951
2181
  obj: RuleGroupSourceCustomActionsDetails
1952
2182
  ) => any;
@@ -2235,6 +2465,12 @@ export declare const AwsS3BucketDetailsFilterSensitiveLog: (
2235
2465
  export declare const AwsS3ObjectDetailsFilterSensitiveLog: (
2236
2466
  obj: AwsS3ObjectDetails
2237
2467
  ) => any;
2468
+ export declare const AwsSageMakerNotebookInstanceMetadataServiceConfigurationDetailsFilterSensitiveLog: (
2469
+ obj: AwsSageMakerNotebookInstanceMetadataServiceConfigurationDetails
2470
+ ) => any;
2471
+ export declare const AwsSageMakerNotebookInstanceDetailsFilterSensitiveLog: (
2472
+ obj: AwsSageMakerNotebookInstanceDetails
2473
+ ) => any;
2238
2474
  export declare const AwsSecretsManagerSecretRotationRulesFilterSensitiveLog: (
2239
2475
  obj: AwsSecretsManagerSecretRotationRules
2240
2476
  ) => any;
@@ -2369,6 +2605,51 @@ export declare const AwsWafRuleGroupRulesDetailsFilterSensitiveLog: (
2369
2605
  export declare const AwsWafRuleGroupDetailsFilterSensitiveLog: (
2370
2606
  obj: AwsWafRuleGroupDetails
2371
2607
  ) => any;
2608
+ export declare const AwsWafv2CustomHttpHeaderFilterSensitiveLog: (
2609
+ obj: AwsWafv2CustomHttpHeader
2610
+ ) => any;
2611
+ export declare const AwsWafv2CustomRequestHandlingDetailsFilterSensitiveLog: (
2612
+ obj: AwsWafv2CustomRequestHandlingDetails
2613
+ ) => any;
2614
+ export declare const AwsWafv2ActionAllowDetailsFilterSensitiveLog: (
2615
+ obj: AwsWafv2ActionAllowDetails
2616
+ ) => any;
2617
+ export declare const AwsWafv2CustomResponseDetailsFilterSensitiveLog: (
2618
+ obj: AwsWafv2CustomResponseDetails
2619
+ ) => any;
2620
+ export declare const AwsWafv2ActionBlockDetailsFilterSensitiveLog: (
2621
+ obj: AwsWafv2ActionBlockDetails
2622
+ ) => any;
2623
+ export declare const AwsWafv2RulesActionCaptchaDetailsFilterSensitiveLog: (
2624
+ obj: AwsWafv2RulesActionCaptchaDetails
2625
+ ) => any;
2626
+ export declare const AwsWafv2RulesActionCountDetailsFilterSensitiveLog: (
2627
+ obj: AwsWafv2RulesActionCountDetails
2628
+ ) => any;
2629
+ export declare const AwsWafv2RulesActionDetailsFilterSensitiveLog: (
2630
+ obj: AwsWafv2RulesActionDetails
2631
+ ) => any;
2632
+ export declare const AwsWafv2VisibilityConfigDetailsFilterSensitiveLog: (
2633
+ obj: AwsWafv2VisibilityConfigDetails
2634
+ ) => any;
2635
+ export declare const AwsWafv2RulesDetailsFilterSensitiveLog: (
2636
+ obj: AwsWafv2RulesDetails
2637
+ ) => any;
2638
+ export declare const AwsWafv2RuleGroupDetailsFilterSensitiveLog: (
2639
+ obj: AwsWafv2RuleGroupDetails
2640
+ ) => any;
2641
+ export declare const AwsWafv2WebAclCaptchaConfigImmunityTimePropertyDetailsFilterSensitiveLog: (
2642
+ obj: AwsWafv2WebAclCaptchaConfigImmunityTimePropertyDetails
2643
+ ) => any;
2644
+ export declare const AwsWafv2WebAclCaptchaConfigDetailsFilterSensitiveLog: (
2645
+ obj: AwsWafv2WebAclCaptchaConfigDetails
2646
+ ) => any;
2647
+ export declare const AwsWafv2WebAclActionDetailsFilterSensitiveLog: (
2648
+ obj: AwsWafv2WebAclActionDetails
2649
+ ) => any;
2650
+ export declare const AwsWafv2WebAclDetailsFilterSensitiveLog: (
2651
+ obj: AwsWafv2WebAclDetails
2652
+ ) => any;
2372
2653
  export declare const WafActionFilterSensitiveLog: (obj: WafAction) => any;
2373
2654
  export declare const WafExcludedRuleFilterSensitiveLog: (
2374
2655
  obj: WafExcludedRule
@@ -2563,145 +2844,3 @@ export declare const ProductFilterSensitiveLog: (obj: Product) => any;
2563
2844
  export declare const DescribeProductsResponseFilterSensitiveLog: (
2564
2845
  obj: DescribeProductsResponse
2565
2846
  ) => any;
2566
- export declare const DescribeStandardsRequestFilterSensitiveLog: (
2567
- obj: DescribeStandardsRequest
2568
- ) => any;
2569
- export declare const StandardsManagedByFilterSensitiveLog: (
2570
- obj: StandardsManagedBy
2571
- ) => any;
2572
- export declare const StandardFilterSensitiveLog: (obj: Standard) => any;
2573
- export declare const DescribeStandardsResponseFilterSensitiveLog: (
2574
- obj: DescribeStandardsResponse
2575
- ) => any;
2576
- export declare const DescribeStandardsControlsRequestFilterSensitiveLog: (
2577
- obj: DescribeStandardsControlsRequest
2578
- ) => any;
2579
- export declare const StandardsControlFilterSensitiveLog: (
2580
- obj: StandardsControl
2581
- ) => any;
2582
- export declare const DescribeStandardsControlsResponseFilterSensitiveLog: (
2583
- obj: DescribeStandardsControlsResponse
2584
- ) => any;
2585
- export declare const DisableImportFindingsForProductRequestFilterSensitiveLog: (
2586
- obj: DisableImportFindingsForProductRequest
2587
- ) => any;
2588
- export declare const DisableImportFindingsForProductResponseFilterSensitiveLog: (
2589
- obj: DisableImportFindingsForProductResponse
2590
- ) => any;
2591
- export declare const DisableOrganizationAdminAccountRequestFilterSensitiveLog: (
2592
- obj: DisableOrganizationAdminAccountRequest
2593
- ) => any;
2594
- export declare const DisableOrganizationAdminAccountResponseFilterSensitiveLog: (
2595
- obj: DisableOrganizationAdminAccountResponse
2596
- ) => any;
2597
- export declare const DisableSecurityHubRequestFilterSensitiveLog: (
2598
- obj: DisableSecurityHubRequest
2599
- ) => any;
2600
- export declare const DisableSecurityHubResponseFilterSensitiveLog: (
2601
- obj: DisableSecurityHubResponse
2602
- ) => any;
2603
- export declare const DisassociateFromAdministratorAccountRequestFilterSensitiveLog: (
2604
- obj: DisassociateFromAdministratorAccountRequest
2605
- ) => any;
2606
- export declare const DisassociateFromAdministratorAccountResponseFilterSensitiveLog: (
2607
- obj: DisassociateFromAdministratorAccountResponse
2608
- ) => any;
2609
- export declare const DisassociateFromMasterAccountRequestFilterSensitiveLog: (
2610
- obj: DisassociateFromMasterAccountRequest
2611
- ) => any;
2612
- export declare const DisassociateFromMasterAccountResponseFilterSensitiveLog: (
2613
- obj: DisassociateFromMasterAccountResponse
2614
- ) => any;
2615
- export declare const DisassociateMembersRequestFilterSensitiveLog: (
2616
- obj: DisassociateMembersRequest
2617
- ) => any;
2618
- export declare const DisassociateMembersResponseFilterSensitiveLog: (
2619
- obj: DisassociateMembersResponse
2620
- ) => any;
2621
- export declare const EnableImportFindingsForProductRequestFilterSensitiveLog: (
2622
- obj: EnableImportFindingsForProductRequest
2623
- ) => any;
2624
- export declare const EnableImportFindingsForProductResponseFilterSensitiveLog: (
2625
- obj: EnableImportFindingsForProductResponse
2626
- ) => any;
2627
- export declare const EnableOrganizationAdminAccountRequestFilterSensitiveLog: (
2628
- obj: EnableOrganizationAdminAccountRequest
2629
- ) => any;
2630
- export declare const EnableOrganizationAdminAccountResponseFilterSensitiveLog: (
2631
- obj: EnableOrganizationAdminAccountResponse
2632
- ) => any;
2633
- export declare const EnableSecurityHubRequestFilterSensitiveLog: (
2634
- obj: EnableSecurityHubRequest
2635
- ) => any;
2636
- export declare const EnableSecurityHubResponseFilterSensitiveLog: (
2637
- obj: EnableSecurityHubResponse
2638
- ) => any;
2639
- export declare const FindingAggregatorFilterSensitiveLog: (
2640
- obj: FindingAggregator
2641
- ) => any;
2642
- export declare const GetAdministratorAccountRequestFilterSensitiveLog: (
2643
- obj: GetAdministratorAccountRequest
2644
- ) => any;
2645
- export declare const InvitationFilterSensitiveLog: (obj: Invitation) => any;
2646
- export declare const GetAdministratorAccountResponseFilterSensitiveLog: (
2647
- obj: GetAdministratorAccountResponse
2648
- ) => any;
2649
- export declare const GetEnabledStandardsRequestFilterSensitiveLog: (
2650
- obj: GetEnabledStandardsRequest
2651
- ) => any;
2652
- export declare const GetEnabledStandardsResponseFilterSensitiveLog: (
2653
- obj: GetEnabledStandardsResponse
2654
- ) => any;
2655
- export declare const GetFindingAggregatorRequestFilterSensitiveLog: (
2656
- obj: GetFindingAggregatorRequest
2657
- ) => any;
2658
- export declare const GetFindingAggregatorResponseFilterSensitiveLog: (
2659
- obj: GetFindingAggregatorResponse
2660
- ) => any;
2661
- export declare const SortCriterionFilterSensitiveLog: (
2662
- obj: SortCriterion
2663
- ) => any;
2664
- export declare const GetFindingsRequestFilterSensitiveLog: (
2665
- obj: GetFindingsRequest
2666
- ) => any;
2667
- export declare const GetFindingsResponseFilterSensitiveLog: (
2668
- obj: GetFindingsResponse
2669
- ) => any;
2670
- export declare const GetInsightResultsRequestFilterSensitiveLog: (
2671
- obj: GetInsightResultsRequest
2672
- ) => any;
2673
- export declare const InsightResultValueFilterSensitiveLog: (
2674
- obj: InsightResultValue
2675
- ) => any;
2676
- export declare const InsightResultsFilterSensitiveLog: (
2677
- obj: InsightResults
2678
- ) => any;
2679
- export declare const GetInsightResultsResponseFilterSensitiveLog: (
2680
- obj: GetInsightResultsResponse
2681
- ) => any;
2682
- export declare const GetInsightsRequestFilterSensitiveLog: (
2683
- obj: GetInsightsRequest
2684
- ) => any;
2685
- export declare const InsightFilterSensitiveLog: (obj: Insight) => any;
2686
- export declare const GetInsightsResponseFilterSensitiveLog: (
2687
- obj: GetInsightsResponse
2688
- ) => any;
2689
- export declare const GetInvitationsCountRequestFilterSensitiveLog: (
2690
- obj: GetInvitationsCountRequest
2691
- ) => any;
2692
- export declare const GetInvitationsCountResponseFilterSensitiveLog: (
2693
- obj: GetInvitationsCountResponse
2694
- ) => any;
2695
- export declare const GetMasterAccountRequestFilterSensitiveLog: (
2696
- obj: GetMasterAccountRequest
2697
- ) => any;
2698
- export declare const GetMasterAccountResponseFilterSensitiveLog: (
2699
- obj: GetMasterAccountResponse
2700
- ) => any;
2701
- export declare const GetMembersRequestFilterSensitiveLog: (
2702
- obj: GetMembersRequest
2703
- ) => any;
2704
- export declare const MemberFilterSensitiveLog: (obj: Member) => any;
2705
- export declare const GetMembersResponseFilterSensitiveLog: (
2706
- obj: GetMembersResponse
2707
- ) => any;