@aws-sdk/client-securityhub 3.300.0 → 3.303.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.
- package/dist-cjs/models/models_0.js +12 -15
- package/dist-cjs/models/models_1.js +145 -169
- package/dist-cjs/models/models_2.js +13 -16
- package/dist-es/models/models_0.js +12 -15
- package/dist-es/models/models_1.js +145 -169
- package/dist-es/models/models_2.js +13 -16
- package/dist-types/commands/AcceptAdministratorInvitationCommand.d.ts +1 -1
- package/dist-types/commands/AcceptInvitationCommand.d.ts +1 -1
- package/dist-types/commands/BatchDisableStandardsCommand.d.ts +2 -2
- package/dist-types/commands/BatchEnableStandardsCommand.d.ts +4 -4
- package/dist-types/commands/BatchGetSecurityControlsCommand.d.ts +2 -2
- package/dist-types/commands/BatchGetStandardsControlAssociationsCommand.d.ts +3 -3
- package/dist-types/commands/BatchImportFindingsCommand.d.ts +836 -1117
- package/dist-types/commands/BatchUpdateFindingsCommand.d.ts +10 -10
- package/dist-types/commands/BatchUpdateStandardsControlAssociationsCommand.d.ts +3 -3
- package/dist-types/commands/CreateActionTargetCommand.d.ts +1 -1
- package/dist-types/commands/CreateFindingAggregatorCommand.d.ts +2 -2
- package/dist-types/commands/CreateInsightCommand.d.ts +91 -474
- package/dist-types/commands/CreateMembersCommand.d.ts +3 -3
- package/dist-types/commands/DeclineInvitationsCommand.d.ts +2 -2
- package/dist-types/commands/DeleteActionTargetCommand.d.ts +1 -1
- package/dist-types/commands/DeleteFindingAggregatorCommand.d.ts +1 -1
- package/dist-types/commands/DeleteInsightCommand.d.ts +1 -1
- package/dist-types/commands/DeleteInvitationsCommand.d.ts +2 -2
- package/dist-types/commands/DeleteMembersCommand.d.ts +2 -2
- package/dist-types/commands/DescribeActionTargetsCommand.d.ts +2 -2
- package/dist-types/commands/DescribeHubCommand.d.ts +1 -1
- package/dist-types/commands/DescribeProductsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeStandardsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeStandardsControlsCommand.d.ts +1 -1
- package/dist-types/commands/DisableImportFindingsForProductCommand.d.ts +1 -1
- package/dist-types/commands/DisableOrganizationAdminAccountCommand.d.ts +1 -1
- package/dist-types/commands/DisassociateMembersCommand.d.ts +2 -2
- package/dist-types/commands/EnableImportFindingsForProductCommand.d.ts +1 -1
- package/dist-types/commands/EnableOrganizationAdminAccountCommand.d.ts +1 -1
- package/dist-types/commands/EnableSecurityHubCommand.d.ts +2 -2
- package/dist-types/commands/GetEnabledStandardsCommand.d.ts +2 -2
- package/dist-types/commands/GetFindingAggregatorCommand.d.ts +1 -1
- package/dist-types/commands/GetFindingsCommand.d.ts +93 -476
- package/dist-types/commands/GetInsightResultsCommand.d.ts +1 -1
- package/dist-types/commands/GetInsightsCommand.d.ts +2 -2
- package/dist-types/commands/GetMembersCommand.d.ts +2 -2
- package/dist-types/commands/InviteMembersCommand.d.ts +2 -2
- package/dist-types/commands/ListEnabledProductsForImportCommand.d.ts +1 -1
- package/dist-types/commands/ListFindingAggregatorsCommand.d.ts +1 -1
- package/dist-types/commands/ListInvitationsCommand.d.ts +1 -1
- package/dist-types/commands/ListMembersCommand.d.ts +1 -1
- package/dist-types/commands/ListOrganizationAdminAccountsCommand.d.ts +1 -1
- package/dist-types/commands/ListSecurityControlDefinitionsCommand.d.ts +1 -1
- package/dist-types/commands/ListStandardsControlAssociationsCommand.d.ts +1 -1
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +1 -1
- package/dist-types/commands/TagResourceCommand.d.ts +2 -2
- package/dist-types/commands/UntagResourceCommand.d.ts +2 -2
- package/dist-types/commands/UpdateActionTargetCommand.d.ts +1 -1
- package/dist-types/commands/UpdateFindingAggregatorCommand.d.ts +2 -2
- package/dist-types/commands/UpdateFindingsCommand.d.ts +92 -475
- package/dist-types/commands/UpdateInsightCommand.d.ts +91 -474
- package/dist-types/commands/UpdateOrganizationConfigurationCommand.d.ts +1 -1
- package/dist-types/commands/UpdateSecurityHubConfigurationCommand.d.ts +1 -1
- package/dist-types/commands/UpdateStandardsControlCommand.d.ts +1 -1
- package/dist-types/models/models_0.d.ts +27 -12
- package/dist-types/models/models_1.d.ts +265 -145
- package/dist-types/models/models_2.d.ts +28 -13
- package/dist-types/ts3.4/models/models_0.d.ts +17 -12
- package/dist-types/ts3.4/models/models_1.d.ts +185 -145
- package/dist-types/ts3.4/models/models_2.d.ts +18 -13
- package/package.json +34 -34
|
@@ -100,9 +100,9 @@ export interface BatchImportFindingsCommandOutput extends BatchImportFindingsRes
|
|
|
100
100
|
* import { SecurityHubClient, BatchImportFindingsCommand } from "@aws-sdk/client-securityhub"; // ES Modules import
|
|
101
101
|
* // const { SecurityHubClient, BatchImportFindingsCommand } = require("@aws-sdk/client-securityhub"); // CommonJS import
|
|
102
102
|
* const client = new SecurityHubClient(config);
|
|
103
|
-
* const input = {
|
|
104
|
-
* Findings: [ // required
|
|
105
|
-
* {
|
|
103
|
+
* const input = { // BatchImportFindingsRequest
|
|
104
|
+
* Findings: [ // BatchImportFindingsRequestFindingList // required
|
|
105
|
+
* { // AwsSecurityFinding
|
|
106
106
|
* SchemaVersion: "STRING_VALUE", // required
|
|
107
107
|
* Id: "STRING_VALUE", // required
|
|
108
108
|
* ProductArn: "STRING_VALUE", // required
|
|
@@ -111,14 +111,14 @@ export interface BatchImportFindingsCommandOutput extends BatchImportFindingsRes
|
|
|
111
111
|
* Region: "STRING_VALUE",
|
|
112
112
|
* GeneratorId: "STRING_VALUE", // required
|
|
113
113
|
* AwsAccountId: "STRING_VALUE", // required
|
|
114
|
-
* Types: [
|
|
114
|
+
* Types: [ // TypeList
|
|
115
115
|
* "STRING_VALUE",
|
|
116
116
|
* ],
|
|
117
117
|
* FirstObservedAt: "STRING_VALUE",
|
|
118
118
|
* LastObservedAt: "STRING_VALUE",
|
|
119
119
|
* CreatedAt: "STRING_VALUE", // required
|
|
120
120
|
* UpdatedAt: "STRING_VALUE", // required
|
|
121
|
-
* Severity: {
|
|
121
|
+
* Severity: { // Severity
|
|
122
122
|
* Product: Number("double"),
|
|
123
123
|
* Label: "INFORMATIONAL" || "LOW" || "MEDIUM" || "HIGH" || "CRITICAL",
|
|
124
124
|
* Normalized: Number("int"),
|
|
@@ -128,31 +128,31 @@ export interface BatchImportFindingsCommandOutput extends BatchImportFindingsRes
|
|
|
128
128
|
* Criticality: Number("int"),
|
|
129
129
|
* Title: "STRING_VALUE", // required
|
|
130
130
|
* Description: "STRING_VALUE", // required
|
|
131
|
-
* Remediation: {
|
|
132
|
-
* Recommendation: {
|
|
131
|
+
* Remediation: { // Remediation
|
|
132
|
+
* Recommendation: { // Recommendation
|
|
133
133
|
* Text: "STRING_VALUE",
|
|
134
134
|
* Url: "STRING_VALUE",
|
|
135
135
|
* },
|
|
136
136
|
* },
|
|
137
137
|
* SourceUrl: "STRING_VALUE",
|
|
138
|
-
* ProductFields: {
|
|
138
|
+
* ProductFields: { // FieldMap
|
|
139
139
|
* "<keys>": "STRING_VALUE",
|
|
140
140
|
* },
|
|
141
141
|
* UserDefinedFields: {
|
|
142
142
|
* "<keys>": "STRING_VALUE",
|
|
143
143
|
* },
|
|
144
|
-
* Malware: [
|
|
145
|
-
* {
|
|
144
|
+
* Malware: [ // MalwareList
|
|
145
|
+
* { // Malware
|
|
146
146
|
* Name: "STRING_VALUE", // required
|
|
147
147
|
* Type: "ADWARE" || "BLENDED_THREAT" || "BOTNET_AGENT" || "COIN_MINER" || "EXPLOIT_KIT" || "KEYLOGGER" || "MACRO" || "POTENTIALLY_UNWANTED" || "SPYWARE" || "RANSOMWARE" || "REMOTE_ACCESS" || "ROOTKIT" || "TROJAN" || "VIRUS" || "WORM",
|
|
148
148
|
* Path: "STRING_VALUE",
|
|
149
149
|
* State: "OBSERVED" || "REMOVAL_FAILED" || "REMOVED",
|
|
150
150
|
* },
|
|
151
151
|
* ],
|
|
152
|
-
* Network: {
|
|
152
|
+
* Network: { // Network
|
|
153
153
|
* Direction: "IN" || "OUT",
|
|
154
154
|
* Protocol: "STRING_VALUE",
|
|
155
|
-
* OpenPortRange: {
|
|
155
|
+
* OpenPortRange: { // PortRange
|
|
156
156
|
* Begin: Number("int"),
|
|
157
157
|
* End: Number("int"),
|
|
158
158
|
* },
|
|
@@ -166,17 +166,17 @@ export interface BatchImportFindingsCommandOutput extends BatchImportFindingsRes
|
|
|
166
166
|
* DestinationPort: Number("int"),
|
|
167
167
|
* DestinationDomain: "STRING_VALUE",
|
|
168
168
|
* },
|
|
169
|
-
* NetworkPath: [
|
|
170
|
-
* {
|
|
169
|
+
* NetworkPath: [ // NetworkPathList
|
|
170
|
+
* { // NetworkPathComponent
|
|
171
171
|
* ComponentId: "STRING_VALUE",
|
|
172
172
|
* ComponentType: "STRING_VALUE",
|
|
173
|
-
* Egress: {
|
|
173
|
+
* Egress: { // NetworkHeader
|
|
174
174
|
* Protocol: "STRING_VALUE",
|
|
175
|
-
* Destination: {
|
|
176
|
-
* Address: [
|
|
175
|
+
* Destination: { // NetworkPathComponentDetails
|
|
176
|
+
* Address: [ // StringList
|
|
177
177
|
* "STRING_VALUE",
|
|
178
178
|
* ],
|
|
179
|
-
* PortRanges: [
|
|
179
|
+
* PortRanges: [ // PortRangeList
|
|
180
180
|
* {
|
|
181
181
|
* Begin: Number("int"),
|
|
182
182
|
* End: Number("int"),
|
|
@@ -222,7 +222,7 @@ export interface BatchImportFindingsCommandOutput extends BatchImportFindingsRes
|
|
|
222
222
|
* },
|
|
223
223
|
* },
|
|
224
224
|
* ],
|
|
225
|
-
* Process: {
|
|
225
|
+
* Process: { // ProcessDetails
|
|
226
226
|
* Name: "STRING_VALUE",
|
|
227
227
|
* Path: "STRING_VALUE",
|
|
228
228
|
* Pid: Number("int"),
|
|
@@ -230,13 +230,13 @@ export interface BatchImportFindingsCommandOutput extends BatchImportFindingsRes
|
|
|
230
230
|
* LaunchedAt: "STRING_VALUE",
|
|
231
231
|
* TerminatedAt: "STRING_VALUE",
|
|
232
232
|
* },
|
|
233
|
-
* Threats: [
|
|
234
|
-
* {
|
|
233
|
+
* Threats: [ // ThreatList
|
|
234
|
+
* { // Threat
|
|
235
235
|
* Name: "STRING_VALUE",
|
|
236
236
|
* Severity: "STRING_VALUE",
|
|
237
237
|
* ItemCount: Number("int"),
|
|
238
|
-
* FilePaths: [
|
|
239
|
-
* {
|
|
238
|
+
* FilePaths: [ // FilePathList
|
|
239
|
+
* { // FilePaths
|
|
240
240
|
* FilePath: "STRING_VALUE",
|
|
241
241
|
* FileName: "STRING_VALUE",
|
|
242
242
|
* ResourceId: "STRING_VALUE",
|
|
@@ -245,8 +245,8 @@ export interface BatchImportFindingsCommandOutput extends BatchImportFindingsRes
|
|
|
245
245
|
* ],
|
|
246
246
|
* },
|
|
247
247
|
* ],
|
|
248
|
-
* ThreatIntelIndicators: [
|
|
249
|
-
* {
|
|
248
|
+
* ThreatIntelIndicators: [ // ThreatIntelIndicatorList
|
|
249
|
+
* { // ThreatIntelIndicator
|
|
250
250
|
* Type: "DOMAIN" || "EMAIL_ADDRESS" || "HASH_MD5" || "HASH_SHA1" || "HASH_SHA256" || "HASH_SHA512" || "IPV4_ADDRESS" || "IPV6_ADDRESS" || "MUTEX" || "PROCESS" || "URL",
|
|
251
251
|
* Value: "STRING_VALUE",
|
|
252
252
|
* Category: "BACKDOOR" || "CARD_STEALER" || "COMMAND_AND_CONTROL" || "DROP_SITE" || "EXPLOIT_SITE" || "KEYLOGGER",
|
|
@@ -255,8 +255,8 @@ export interface BatchImportFindingsCommandOutput extends BatchImportFindingsRes
|
|
|
255
255
|
* SourceUrl: "STRING_VALUE",
|
|
256
256
|
* },
|
|
257
257
|
* ],
|
|
258
|
-
* Resources: [ // required
|
|
259
|
-
* {
|
|
258
|
+
* Resources: [ // ResourceList // required
|
|
259
|
+
* { // Resource
|
|
260
260
|
* Type: "STRING_VALUE", // required
|
|
261
261
|
* Id: "STRING_VALUE", // required
|
|
262
262
|
* Partition: "aws" || "aws-cn" || "aws-us-gov",
|
|
@@ -265,26 +265,26 @@ export interface BatchImportFindingsCommandOutput extends BatchImportFindingsRes
|
|
|
265
265
|
* Tags: {
|
|
266
266
|
* "<keys>": "STRING_VALUE",
|
|
267
267
|
* },
|
|
268
|
-
* DataClassification: {
|
|
268
|
+
* DataClassification: { // DataClassificationDetails
|
|
269
269
|
* DetailedResultsLocation: "STRING_VALUE",
|
|
270
|
-
* Result: {
|
|
270
|
+
* Result: { // ClassificationResult
|
|
271
271
|
* MimeType: "STRING_VALUE",
|
|
272
272
|
* SizeClassified: Number("long"),
|
|
273
273
|
* AdditionalOccurrences: true || false,
|
|
274
|
-
* Status: {
|
|
274
|
+
* Status: { // ClassificationStatus
|
|
275
275
|
* Code: "STRING_VALUE",
|
|
276
276
|
* Reason: "STRING_VALUE",
|
|
277
277
|
* },
|
|
278
|
-
* SensitiveData: [
|
|
279
|
-
* {
|
|
278
|
+
* SensitiveData: [ // SensitiveDataResultList
|
|
279
|
+
* { // SensitiveDataResult
|
|
280
280
|
* Category: "STRING_VALUE",
|
|
281
|
-
* Detections: [
|
|
282
|
-
* {
|
|
281
|
+
* Detections: [ // SensitiveDataDetectionsList
|
|
282
|
+
* { // SensitiveDataDetections
|
|
283
283
|
* Count: Number("long"),
|
|
284
284
|
* Type: "STRING_VALUE",
|
|
285
|
-
* Occurrences: {
|
|
286
|
-
* LineRanges: [
|
|
287
|
-
* {
|
|
285
|
+
* Occurrences: { // Occurrences
|
|
286
|
+
* LineRanges: [ // Ranges
|
|
287
|
+
* { // Range
|
|
288
288
|
* Start: Number("long"),
|
|
289
289
|
* End: Number("long"),
|
|
290
290
|
* StartColumn: Number("long"),
|
|
@@ -297,8 +297,8 @@ export interface BatchImportFindingsCommandOutput extends BatchImportFindingsRes
|
|
|
297
297
|
* StartColumn: Number("long"),
|
|
298
298
|
* },
|
|
299
299
|
* ],
|
|
300
|
-
* Pages: [
|
|
301
|
-
* {
|
|
300
|
+
* Pages: [ // Pages
|
|
301
|
+
* { // Page
|
|
302
302
|
* PageNumber: Number("long"),
|
|
303
303
|
* LineRange: {
|
|
304
304
|
* Start: Number("long"),
|
|
@@ -312,14 +312,14 @@ export interface BatchImportFindingsCommandOutput extends BatchImportFindingsRes
|
|
|
312
312
|
* },
|
|
313
313
|
* },
|
|
314
314
|
* ],
|
|
315
|
-
* Records: [
|
|
316
|
-
* {
|
|
315
|
+
* Records: [ // Records
|
|
316
|
+
* { // Record
|
|
317
317
|
* JsonPath: "STRING_VALUE",
|
|
318
318
|
* RecordIndex: Number("long"),
|
|
319
319
|
* },
|
|
320
320
|
* ],
|
|
321
|
-
* Cells: [
|
|
322
|
-
* {
|
|
321
|
+
* Cells: [ // Cells
|
|
322
|
+
* { // Cell
|
|
323
323
|
* Column: Number("long"),
|
|
324
324
|
* Row: Number("long"),
|
|
325
325
|
* ColumnName: "STRING_VALUE",
|
|
@@ -332,40 +332,24 @@ export interface BatchImportFindingsCommandOutput extends BatchImportFindingsRes
|
|
|
332
332
|
* TotalCount: Number("long"),
|
|
333
333
|
* },
|
|
334
334
|
* ],
|
|
335
|
-
* CustomDataIdentifiers: {
|
|
336
|
-
* Detections: [
|
|
337
|
-
* {
|
|
335
|
+
* CustomDataIdentifiers: { // CustomDataIdentifiersResult
|
|
336
|
+
* Detections: [ // CustomDataIdentifiersDetectionsList
|
|
337
|
+
* { // CustomDataIdentifiersDetections
|
|
338
338
|
* Count: Number("long"),
|
|
339
339
|
* Arn: "STRING_VALUE",
|
|
340
340
|
* Name: "STRING_VALUE",
|
|
341
341
|
* Occurrences: {
|
|
342
342
|
* LineRanges: [
|
|
343
|
-
*
|
|
344
|
-
* Start: "<Range>",
|
|
345
|
-
* End: "<Range>",
|
|
346
|
-
* StartColumn: "<Range>",
|
|
347
|
-
* },
|
|
343
|
+
* "<Range>",
|
|
348
344
|
* ],
|
|
349
345
|
* OffsetRanges: [
|
|
350
|
-
*
|
|
351
|
-
* Start: "<Range>",
|
|
352
|
-
* End: "<Range>",
|
|
353
|
-
* StartColumn: "<Range>",
|
|
354
|
-
* },
|
|
346
|
+
* "<Range>",
|
|
355
347
|
* ],
|
|
356
348
|
* Pages: [
|
|
357
349
|
* {
|
|
358
350
|
* PageNumber: Number("long"),
|
|
359
|
-
* LineRange:
|
|
360
|
-
*
|
|
361
|
-
* End: "<Range>",
|
|
362
|
-
* StartColumn: "<Range>",
|
|
363
|
-
* },
|
|
364
|
-
* OffsetRange: {
|
|
365
|
-
* Start: "<Range>",
|
|
366
|
-
* End: "<Range>",
|
|
367
|
-
* StartColumn: "<Range>",
|
|
368
|
-
* },
|
|
351
|
+
* LineRange: "<Range>",
|
|
352
|
+
* OffsetRange: "<Range>",
|
|
369
353
|
* },
|
|
370
354
|
* ],
|
|
371
355
|
* Records: [
|
|
@@ -389,8 +373,8 @@ export interface BatchImportFindingsCommandOutput extends BatchImportFindingsRes
|
|
|
389
373
|
* },
|
|
390
374
|
* },
|
|
391
375
|
* },
|
|
392
|
-
* Details: {
|
|
393
|
-
* AwsAutoScalingAutoScalingGroup: {
|
|
376
|
+
* Details: { // ResourceDetails
|
|
377
|
+
* AwsAutoScalingAutoScalingGroup: { // AwsAutoScalingAutoScalingGroupDetails
|
|
394
378
|
* LaunchConfigurationName: "STRING_VALUE",
|
|
395
379
|
* LoadBalancerNames: [
|
|
396
380
|
* "STRING_VALUE",
|
|
@@ -398,8 +382,8 @@ export interface BatchImportFindingsCommandOutput extends BatchImportFindingsRes
|
|
|
398
382
|
* HealthCheckType: "STRING_VALUE",
|
|
399
383
|
* HealthCheckGracePeriod: Number("int"),
|
|
400
384
|
* CreatedTime: "STRING_VALUE",
|
|
401
|
-
* MixedInstancesPolicy: {
|
|
402
|
-
* InstancesDistribution: {
|
|
385
|
+
* MixedInstancesPolicy: { // AwsAutoScalingAutoScalingGroupMixedInstancesPolicyDetails
|
|
386
|
+
* InstancesDistribution: { // AwsAutoScalingAutoScalingGroupMixedInstancesPolicyInstancesDistributionDetails
|
|
403
387
|
* OnDemandAllocationStrategy: "STRING_VALUE",
|
|
404
388
|
* OnDemandBaseCapacity: Number("int"),
|
|
405
389
|
* OnDemandPercentageAboveBaseCapacity: Number("int"),
|
|
@@ -407,36 +391,36 @@ export interface BatchImportFindingsCommandOutput extends BatchImportFindingsRes
|
|
|
407
391
|
* SpotInstancePools: Number("int"),
|
|
408
392
|
* SpotMaxPrice: "STRING_VALUE",
|
|
409
393
|
* },
|
|
410
|
-
* LaunchTemplate: {
|
|
411
|
-
* LaunchTemplateSpecification: {
|
|
394
|
+
* LaunchTemplate: { // AwsAutoScalingAutoScalingGroupMixedInstancesPolicyLaunchTemplateDetails
|
|
395
|
+
* LaunchTemplateSpecification: { // AwsAutoScalingAutoScalingGroupMixedInstancesPolicyLaunchTemplateLaunchTemplateSpecification
|
|
412
396
|
* LaunchTemplateId: "STRING_VALUE",
|
|
413
397
|
* LaunchTemplateName: "STRING_VALUE",
|
|
414
398
|
* Version: "STRING_VALUE",
|
|
415
399
|
* },
|
|
416
|
-
* Overrides: [
|
|
417
|
-
* {
|
|
400
|
+
* Overrides: [ // AwsAutoScalingAutoScalingGroupMixedInstancesPolicyLaunchTemplateOverridesList
|
|
401
|
+
* { // AwsAutoScalingAutoScalingGroupMixedInstancesPolicyLaunchTemplateOverridesListDetails
|
|
418
402
|
* InstanceType: "STRING_VALUE",
|
|
419
403
|
* WeightedCapacity: "STRING_VALUE",
|
|
420
404
|
* },
|
|
421
405
|
* ],
|
|
422
406
|
* },
|
|
423
407
|
* },
|
|
424
|
-
* AvailabilityZones: [
|
|
425
|
-
* {
|
|
408
|
+
* AvailabilityZones: [ // AwsAutoScalingAutoScalingGroupAvailabilityZonesList
|
|
409
|
+
* { // AwsAutoScalingAutoScalingGroupAvailabilityZonesListDetails
|
|
426
410
|
* Value: "STRING_VALUE",
|
|
427
411
|
* },
|
|
428
412
|
* ],
|
|
429
|
-
* LaunchTemplate: {
|
|
413
|
+
* LaunchTemplate: { // AwsAutoScalingAutoScalingGroupLaunchTemplateLaunchTemplateSpecification
|
|
430
414
|
* LaunchTemplateId: "STRING_VALUE",
|
|
431
415
|
* LaunchTemplateName: "STRING_VALUE",
|
|
432
416
|
* Version: "STRING_VALUE",
|
|
433
417
|
* },
|
|
434
418
|
* CapacityRebalance: true || false,
|
|
435
419
|
* },
|
|
436
|
-
* AwsCodeBuildProject: {
|
|
420
|
+
* AwsCodeBuildProject: { // AwsCodeBuildProjectDetails
|
|
437
421
|
* EncryptionKey: "STRING_VALUE",
|
|
438
|
-
* Artifacts: [
|
|
439
|
-
* {
|
|
422
|
+
* Artifacts: [ // AwsCodeBuildProjectArtifactsList
|
|
423
|
+
* { // AwsCodeBuildProjectArtifactsDetails
|
|
440
424
|
* ArtifactIdentifier: "STRING_VALUE",
|
|
441
425
|
* EncryptionDisabled: true || false,
|
|
442
426
|
* Location: "STRING_VALUE",
|
|
@@ -448,10 +432,10 @@ export interface BatchImportFindingsCommandOutput extends BatchImportFindingsRes
|
|
|
448
432
|
* Type: "STRING_VALUE",
|
|
449
433
|
* },
|
|
450
434
|
* ],
|
|
451
|
-
* Environment: {
|
|
435
|
+
* Environment: { // AwsCodeBuildProjectEnvironment
|
|
452
436
|
* Certificate: "STRING_VALUE",
|
|
453
|
-
* EnvironmentVariables: [
|
|
454
|
-
* {
|
|
437
|
+
* EnvironmentVariables: [ // AwsCodeBuildProjectEnvironmentEnvironmentVariablesList
|
|
438
|
+
* { // AwsCodeBuildProjectEnvironmentEnvironmentVariablesDetails
|
|
455
439
|
* Name: "STRING_VALUE",
|
|
456
440
|
* Type: "STRING_VALUE",
|
|
457
441
|
* Value: "STRING_VALUE",
|
|
@@ -459,35 +443,35 @@ export interface BatchImportFindingsCommandOutput extends BatchImportFindingsRes
|
|
|
459
443
|
* ],
|
|
460
444
|
* PrivilegedMode: true || false,
|
|
461
445
|
* ImagePullCredentialsType: "STRING_VALUE",
|
|
462
|
-
* RegistryCredential: {
|
|
446
|
+
* RegistryCredential: { // AwsCodeBuildProjectEnvironmentRegistryCredential
|
|
463
447
|
* Credential: "STRING_VALUE",
|
|
464
448
|
* CredentialProvider: "STRING_VALUE",
|
|
465
449
|
* },
|
|
466
450
|
* Type: "STRING_VALUE",
|
|
467
451
|
* },
|
|
468
452
|
* Name: "STRING_VALUE",
|
|
469
|
-
* Source: {
|
|
453
|
+
* Source: { // AwsCodeBuildProjectSource
|
|
470
454
|
* Type: "STRING_VALUE",
|
|
471
455
|
* Location: "STRING_VALUE",
|
|
472
456
|
* GitCloneDepth: Number("int"),
|
|
473
457
|
* InsecureSsl: true || false,
|
|
474
458
|
* },
|
|
475
459
|
* ServiceRole: "STRING_VALUE",
|
|
476
|
-
* LogsConfig: {
|
|
477
|
-
* CloudWatchLogs: {
|
|
460
|
+
* LogsConfig: { // AwsCodeBuildProjectLogsConfigDetails
|
|
461
|
+
* CloudWatchLogs: { // AwsCodeBuildProjectLogsConfigCloudWatchLogsDetails
|
|
478
462
|
* GroupName: "STRING_VALUE",
|
|
479
463
|
* Status: "STRING_VALUE",
|
|
480
464
|
* StreamName: "STRING_VALUE",
|
|
481
465
|
* },
|
|
482
|
-
* S3Logs: {
|
|
466
|
+
* S3Logs: { // AwsCodeBuildProjectLogsConfigS3LogsDetails
|
|
483
467
|
* EncryptionDisabled: true || false,
|
|
484
468
|
* Location: "STRING_VALUE",
|
|
485
469
|
* Status: "STRING_VALUE",
|
|
486
470
|
* },
|
|
487
471
|
* },
|
|
488
|
-
* VpcConfig: {
|
|
472
|
+
* VpcConfig: { // AwsCodeBuildProjectVpcConfig
|
|
489
473
|
* VpcId: "STRING_VALUE",
|
|
490
|
-
* Subnets: [
|
|
474
|
+
* Subnets: [ // NonEmptyStringList
|
|
491
475
|
* "STRING_VALUE",
|
|
492
476
|
* ],
|
|
493
477
|
* SecurityGroupIds: [
|
|
@@ -508,43 +492,43 @@ export interface BatchImportFindingsCommandOutput extends BatchImportFindingsRes
|
|
|
508
492
|
* },
|
|
509
493
|
* ],
|
|
510
494
|
* },
|
|
511
|
-
* AwsCloudFrontDistribution: {
|
|
512
|
-
* CacheBehaviors: {
|
|
513
|
-
* Items: [
|
|
514
|
-
* {
|
|
495
|
+
* AwsCloudFrontDistribution: { // AwsCloudFrontDistributionDetails
|
|
496
|
+
* CacheBehaviors: { // AwsCloudFrontDistributionCacheBehaviors
|
|
497
|
+
* Items: [ // AwsCloudFrontDistributionCacheBehaviorsItemList
|
|
498
|
+
* { // AwsCloudFrontDistributionCacheBehavior
|
|
515
499
|
* ViewerProtocolPolicy: "STRING_VALUE",
|
|
516
500
|
* },
|
|
517
501
|
* ],
|
|
518
502
|
* },
|
|
519
|
-
* DefaultCacheBehavior: {
|
|
503
|
+
* DefaultCacheBehavior: { // AwsCloudFrontDistributionDefaultCacheBehavior
|
|
520
504
|
* ViewerProtocolPolicy: "STRING_VALUE",
|
|
521
505
|
* },
|
|
522
506
|
* DefaultRootObject: "STRING_VALUE",
|
|
523
507
|
* DomainName: "STRING_VALUE",
|
|
524
508
|
* ETag: "STRING_VALUE",
|
|
525
509
|
* LastModifiedTime: "STRING_VALUE",
|
|
526
|
-
* Logging: {
|
|
510
|
+
* Logging: { // AwsCloudFrontDistributionLogging
|
|
527
511
|
* Bucket: "STRING_VALUE",
|
|
528
512
|
* Enabled: true || false,
|
|
529
513
|
* IncludeCookies: true || false,
|
|
530
514
|
* Prefix: "STRING_VALUE",
|
|
531
515
|
* },
|
|
532
|
-
* Origins: {
|
|
533
|
-
* Items: [
|
|
534
|
-
* {
|
|
516
|
+
* Origins: { // AwsCloudFrontDistributionOrigins
|
|
517
|
+
* Items: [ // AwsCloudFrontDistributionOriginItemList
|
|
518
|
+
* { // AwsCloudFrontDistributionOriginItem
|
|
535
519
|
* DomainName: "STRING_VALUE",
|
|
536
520
|
* Id: "STRING_VALUE",
|
|
537
521
|
* OriginPath: "STRING_VALUE",
|
|
538
|
-
* S3OriginConfig: {
|
|
522
|
+
* S3OriginConfig: { // AwsCloudFrontDistributionOriginS3OriginConfig
|
|
539
523
|
* OriginAccessIdentity: "STRING_VALUE",
|
|
540
524
|
* },
|
|
541
|
-
* CustomOriginConfig: {
|
|
525
|
+
* CustomOriginConfig: { // AwsCloudFrontDistributionOriginCustomOriginConfig
|
|
542
526
|
* HttpPort: Number("int"),
|
|
543
527
|
* HttpsPort: Number("int"),
|
|
544
528
|
* OriginKeepaliveTimeout: Number("int"),
|
|
545
529
|
* OriginProtocolPolicy: "STRING_VALUE",
|
|
546
530
|
* OriginReadTimeout: Number("int"),
|
|
547
|
-
* OriginSslProtocols: {
|
|
531
|
+
* OriginSslProtocols: { // AwsCloudFrontDistributionOriginSslProtocols
|
|
548
532
|
* Items: [
|
|
549
533
|
* "STRING_VALUE",
|
|
550
534
|
* ],
|
|
@@ -554,12 +538,12 @@ export interface BatchImportFindingsCommandOutput extends BatchImportFindingsRes
|
|
|
554
538
|
* },
|
|
555
539
|
* ],
|
|
556
540
|
* },
|
|
557
|
-
* OriginGroups: {
|
|
558
|
-
* Items: [
|
|
559
|
-
* {
|
|
560
|
-
* FailoverCriteria: {
|
|
561
|
-
* StatusCodes: {
|
|
562
|
-
* Items: [
|
|
541
|
+
* OriginGroups: { // AwsCloudFrontDistributionOriginGroups
|
|
542
|
+
* Items: [ // AwsCloudFrontDistributionOriginGroupsItemList
|
|
543
|
+
* { // AwsCloudFrontDistributionOriginGroup
|
|
544
|
+
* FailoverCriteria: { // AwsCloudFrontDistributionOriginGroupFailover
|
|
545
|
+
* StatusCodes: { // AwsCloudFrontDistributionOriginGroupFailoverStatusCodes
|
|
546
|
+
* Items: [ // AwsCloudFrontDistributionOriginGroupFailoverStatusCodesItemList
|
|
563
547
|
* Number("int"),
|
|
564
548
|
* ],
|
|
565
549
|
* Quantity: Number("int"),
|
|
@@ -568,7 +552,7 @@ export interface BatchImportFindingsCommandOutput extends BatchImportFindingsRes
|
|
|
568
552
|
* },
|
|
569
553
|
* ],
|
|
570
554
|
* },
|
|
571
|
-
* ViewerCertificate: {
|
|
555
|
+
* ViewerCertificate: { // AwsCloudFrontDistributionViewerCertificate
|
|
572
556
|
* AcmCertificateArn: "STRING_VALUE",
|
|
573
557
|
* Certificate: "STRING_VALUE",
|
|
574
558
|
* CertificateSource: "STRING_VALUE",
|
|
@@ -580,39 +564,35 @@ export interface BatchImportFindingsCommandOutput extends BatchImportFindingsRes
|
|
|
580
564
|
* Status: "STRING_VALUE",
|
|
581
565
|
* WebAclId: "STRING_VALUE",
|
|
582
566
|
* },
|
|
583
|
-
* AwsEc2Instance: {
|
|
567
|
+
* AwsEc2Instance: { // AwsEc2InstanceDetails
|
|
584
568
|
* Type: "STRING_VALUE",
|
|
585
569
|
* ImageId: "STRING_VALUE",
|
|
586
|
-
* IpV4Addresses:
|
|
587
|
-
*
|
|
588
|
-
* ],
|
|
589
|
-
* IpV6Addresses: [
|
|
590
|
-
* "STRING_VALUE",
|
|
591
|
-
* ],
|
|
570
|
+
* IpV4Addresses: "<StringList>",
|
|
571
|
+
* IpV6Addresses: "<StringList>",
|
|
592
572
|
* KeyName: "STRING_VALUE",
|
|
593
573
|
* IamInstanceProfileArn: "STRING_VALUE",
|
|
594
574
|
* VpcId: "STRING_VALUE",
|
|
595
575
|
* SubnetId: "STRING_VALUE",
|
|
596
576
|
* LaunchedAt: "STRING_VALUE",
|
|
597
|
-
* NetworkInterfaces: [
|
|
598
|
-
* {
|
|
577
|
+
* NetworkInterfaces: [ // AwsEc2InstanceNetworkInterfacesList
|
|
578
|
+
* { // AwsEc2InstanceNetworkInterfacesDetails
|
|
599
579
|
* NetworkInterfaceId: "STRING_VALUE",
|
|
600
580
|
* },
|
|
601
581
|
* ],
|
|
602
582
|
* VirtualizationType: "STRING_VALUE",
|
|
603
|
-
* MetadataOptions: {
|
|
583
|
+
* MetadataOptions: { // AwsEc2InstanceMetadataOptions
|
|
604
584
|
* HttpEndpoint: "STRING_VALUE",
|
|
605
585
|
* HttpProtocolIpv6: "STRING_VALUE",
|
|
606
586
|
* HttpPutResponseHopLimit: Number("int"),
|
|
607
587
|
* HttpTokens: "STRING_VALUE",
|
|
608
588
|
* InstanceMetadataTags: "STRING_VALUE",
|
|
609
589
|
* },
|
|
610
|
-
* Monitoring: {
|
|
590
|
+
* Monitoring: { // AwsEc2InstanceMonitoringDetails
|
|
611
591
|
* State: "STRING_VALUE",
|
|
612
592
|
* },
|
|
613
593
|
* },
|
|
614
|
-
* AwsEc2NetworkInterface: {
|
|
615
|
-
* Attachment: {
|
|
594
|
+
* AwsEc2NetworkInterface: { // AwsEc2NetworkInterfaceDetails
|
|
595
|
+
* Attachment: { // AwsEc2NetworkInterfaceAttachment
|
|
616
596
|
* AttachTime: "STRING_VALUE",
|
|
617
597
|
* AttachmentId: "STRING_VALUE",
|
|
618
598
|
* DeleteOnTermination: true || false,
|
|
@@ -622,20 +602,20 @@ export interface BatchImportFindingsCommandOutput extends BatchImportFindingsRes
|
|
|
622
602
|
* Status: "STRING_VALUE",
|
|
623
603
|
* },
|
|
624
604
|
* NetworkInterfaceId: "STRING_VALUE",
|
|
625
|
-
* SecurityGroups: [
|
|
626
|
-
* {
|
|
605
|
+
* SecurityGroups: [ // AwsEc2NetworkInterfaceSecurityGroupList
|
|
606
|
+
* { // AwsEc2NetworkInterfaceSecurityGroup
|
|
627
607
|
* GroupName: "STRING_VALUE",
|
|
628
608
|
* GroupId: "STRING_VALUE",
|
|
629
609
|
* },
|
|
630
610
|
* ],
|
|
631
611
|
* SourceDestCheck: true || false,
|
|
632
|
-
* IpV6Addresses: [
|
|
633
|
-
* {
|
|
612
|
+
* IpV6Addresses: [ // AwsEc2NetworkInterfaceIpV6AddressList
|
|
613
|
+
* { // AwsEc2NetworkInterfaceIpV6AddressDetail
|
|
634
614
|
* IpV6Address: "STRING_VALUE",
|
|
635
615
|
* },
|
|
636
616
|
* ],
|
|
637
|
-
* PrivateIpAddresses: [
|
|
638
|
-
* {
|
|
617
|
+
* PrivateIpAddresses: [ // AwsEc2NetworkInterfacePrivateIpAddressList
|
|
618
|
+
* { // AwsEc2NetworkInterfacePrivateIpAddressDetail
|
|
639
619
|
* PrivateIpAddress: "STRING_VALUE",
|
|
640
620
|
* PrivateDnsName: "STRING_VALUE",
|
|
641
621
|
* },
|
|
@@ -643,18 +623,18 @@ export interface BatchImportFindingsCommandOutput extends BatchImportFindingsRes
|
|
|
643
623
|
* PublicDnsName: "STRING_VALUE",
|
|
644
624
|
* PublicIp: "STRING_VALUE",
|
|
645
625
|
* },
|
|
646
|
-
* AwsEc2SecurityGroup: {
|
|
626
|
+
* AwsEc2SecurityGroup: { // AwsEc2SecurityGroupDetails
|
|
647
627
|
* GroupName: "STRING_VALUE",
|
|
648
628
|
* GroupId: "STRING_VALUE",
|
|
649
629
|
* OwnerId: "STRING_VALUE",
|
|
650
630
|
* VpcId: "STRING_VALUE",
|
|
651
|
-
* IpPermissions: [
|
|
652
|
-
* {
|
|
631
|
+
* IpPermissions: [ // AwsEc2SecurityGroupIpPermissionList
|
|
632
|
+
* { // AwsEc2SecurityGroupIpPermission
|
|
653
633
|
* IpProtocol: "STRING_VALUE",
|
|
654
634
|
* FromPort: Number("int"),
|
|
655
635
|
* ToPort: Number("int"),
|
|
656
|
-
* UserIdGroupPairs: [
|
|
657
|
-
* {
|
|
636
|
+
* UserIdGroupPairs: [ // AwsEc2SecurityGroupUserIdGroupPairList
|
|
637
|
+
* { // AwsEc2SecurityGroupUserIdGroupPair
|
|
658
638
|
* GroupId: "STRING_VALUE",
|
|
659
639
|
* GroupName: "STRING_VALUE",
|
|
660
640
|
* PeeringStatus: "STRING_VALUE",
|
|
@@ -663,18 +643,18 @@ export interface BatchImportFindingsCommandOutput extends BatchImportFindingsRes
|
|
|
663
643
|
* VpcPeeringConnectionId: "STRING_VALUE",
|
|
664
644
|
* },
|
|
665
645
|
* ],
|
|
666
|
-
* IpRanges: [
|
|
667
|
-
* {
|
|
646
|
+
* IpRanges: [ // AwsEc2SecurityGroupIpRangeList
|
|
647
|
+
* { // AwsEc2SecurityGroupIpRange
|
|
668
648
|
* CidrIp: "STRING_VALUE",
|
|
669
649
|
* },
|
|
670
650
|
* ],
|
|
671
|
-
* Ipv6Ranges: [
|
|
672
|
-
* {
|
|
651
|
+
* Ipv6Ranges: [ // AwsEc2SecurityGroupIpv6RangeList
|
|
652
|
+
* { // AwsEc2SecurityGroupIpv6Range
|
|
673
653
|
* CidrIpv6: "STRING_VALUE",
|
|
674
654
|
* },
|
|
675
655
|
* ],
|
|
676
|
-
* PrefixListIds: [
|
|
677
|
-
* {
|
|
656
|
+
* PrefixListIds: [ // AwsEc2SecurityGroupPrefixListIdList
|
|
657
|
+
* { // AwsEc2SecurityGroupPrefixListId
|
|
678
658
|
* PrefixListId: "STRING_VALUE",
|
|
679
659
|
* },
|
|
680
660
|
* ],
|
|
@@ -713,7 +693,7 @@ export interface BatchImportFindingsCommandOutput extends BatchImportFindingsRes
|
|
|
713
693
|
* },
|
|
714
694
|
* ],
|
|
715
695
|
* },
|
|
716
|
-
* AwsEc2Volume: {
|
|
696
|
+
* AwsEc2Volume: { // AwsEc2VolumeDetails
|
|
717
697
|
* CreateTime: "STRING_VALUE",
|
|
718
698
|
* DeviceName: "STRING_VALUE",
|
|
719
699
|
* Encrypted: true || false,
|
|
@@ -721,8 +701,8 @@ export interface BatchImportFindingsCommandOutput extends BatchImportFindingsRes
|
|
|
721
701
|
* SnapshotId: "STRING_VALUE",
|
|
722
702
|
* Status: "STRING_VALUE",
|
|
723
703
|
* KmsKeyId: "STRING_VALUE",
|
|
724
|
-
* Attachments: [
|
|
725
|
-
* {
|
|
704
|
+
* Attachments: [ // AwsEc2VolumeAttachmentList
|
|
705
|
+
* { // AwsEc2VolumeAttachment
|
|
726
706
|
* AttachTime: "STRING_VALUE",
|
|
727
707
|
* DeleteOnTermination: true || false,
|
|
728
708
|
* InstanceId: "STRING_VALUE",
|
|
@@ -733,16 +713,16 @@ export interface BatchImportFindingsCommandOutput extends BatchImportFindingsRes
|
|
|
733
713
|
* VolumeType: "STRING_VALUE",
|
|
734
714
|
* VolumeScanStatus: "STRING_VALUE",
|
|
735
715
|
* },
|
|
736
|
-
* AwsEc2Vpc: {
|
|
737
|
-
* CidrBlockAssociationSet: [
|
|
738
|
-
* {
|
|
716
|
+
* AwsEc2Vpc: { // AwsEc2VpcDetails
|
|
717
|
+
* CidrBlockAssociationSet: [ // CidrBlockAssociationList
|
|
718
|
+
* { // CidrBlockAssociation
|
|
739
719
|
* AssociationId: "STRING_VALUE",
|
|
740
720
|
* CidrBlock: "STRING_VALUE",
|
|
741
721
|
* CidrBlockState: "STRING_VALUE",
|
|
742
722
|
* },
|
|
743
723
|
* ],
|
|
744
|
-
* Ipv6CidrBlockAssociationSet: [
|
|
745
|
-
* {
|
|
724
|
+
* Ipv6CidrBlockAssociationSet: [ // Ipv6CidrBlockAssociationList
|
|
725
|
+
* { // Ipv6CidrBlockAssociation
|
|
746
726
|
* AssociationId: "STRING_VALUE",
|
|
747
727
|
* Ipv6CidrBlock: "STRING_VALUE",
|
|
748
728
|
* CidrBlockState: "STRING_VALUE",
|
|
@@ -751,7 +731,7 @@ export interface BatchImportFindingsCommandOutput extends BatchImportFindingsRes
|
|
|
751
731
|
* DhcpOptionsId: "STRING_VALUE",
|
|
752
732
|
* State: "STRING_VALUE",
|
|
753
733
|
* },
|
|
754
|
-
* AwsEc2Eip: {
|
|
734
|
+
* AwsEc2Eip: { // AwsEc2EipDetails
|
|
755
735
|
* InstanceId: "STRING_VALUE",
|
|
756
736
|
* PublicIp: "STRING_VALUE",
|
|
757
737
|
* AllocationId: "STRING_VALUE",
|
|
@@ -763,7 +743,7 @@ export interface BatchImportFindingsCommandOutput extends BatchImportFindingsRes
|
|
|
763
743
|
* NetworkInterfaceOwnerId: "STRING_VALUE",
|
|
764
744
|
* PrivateIpAddress: "STRING_VALUE",
|
|
765
745
|
* },
|
|
766
|
-
* AwsEc2Subnet: {
|
|
746
|
+
* AwsEc2Subnet: { // AwsEc2SubnetDetails
|
|
767
747
|
* AssignIpv6AddressOnCreation: true || false,
|
|
768
748
|
* AvailabilityZone: "STRING_VALUE",
|
|
769
749
|
* AvailabilityZoneId: "STRING_VALUE",
|
|
@@ -784,28 +764,28 @@ export interface BatchImportFindingsCommandOutput extends BatchImportFindingsRes
|
|
|
784
764
|
* },
|
|
785
765
|
* ],
|
|
786
766
|
* },
|
|
787
|
-
* AwsEc2NetworkAcl: {
|
|
767
|
+
* AwsEc2NetworkAcl: { // AwsEc2NetworkAclDetails
|
|
788
768
|
* IsDefault: true || false,
|
|
789
769
|
* NetworkAclId: "STRING_VALUE",
|
|
790
770
|
* OwnerId: "STRING_VALUE",
|
|
791
771
|
* VpcId: "STRING_VALUE",
|
|
792
|
-
* Associations: [
|
|
793
|
-
* {
|
|
772
|
+
* Associations: [ // AwsEc2NetworkAclAssociationList
|
|
773
|
+
* { // AwsEc2NetworkAclAssociation
|
|
794
774
|
* NetworkAclAssociationId: "STRING_VALUE",
|
|
795
775
|
* NetworkAclId: "STRING_VALUE",
|
|
796
776
|
* SubnetId: "STRING_VALUE",
|
|
797
777
|
* },
|
|
798
778
|
* ],
|
|
799
|
-
* Entries: [
|
|
800
|
-
* {
|
|
779
|
+
* Entries: [ // AwsEc2NetworkAclEntryList
|
|
780
|
+
* { // AwsEc2NetworkAclEntry
|
|
801
781
|
* CidrBlock: "STRING_VALUE",
|
|
802
782
|
* Egress: true || false,
|
|
803
|
-
* IcmpTypeCode: {
|
|
783
|
+
* IcmpTypeCode: { // IcmpTypeCode
|
|
804
784
|
* Code: Number("int"),
|
|
805
785
|
* Type: Number("int"),
|
|
806
786
|
* },
|
|
807
787
|
* Ipv6CidrBlock: "STRING_VALUE",
|
|
808
|
-
* PortRange: {
|
|
788
|
+
* PortRange: { // PortRangeFromTo
|
|
809
789
|
* From: Number("int"),
|
|
810
790
|
* To: Number("int"),
|
|
811
791
|
* },
|
|
@@ -815,9 +795,9 @@ export interface BatchImportFindingsCommandOutput extends BatchImportFindingsRes
|
|
|
815
795
|
* },
|
|
816
796
|
* ],
|
|
817
797
|
* },
|
|
818
|
-
* AwsElbv2LoadBalancer: {
|
|
819
|
-
* AvailabilityZones: [
|
|
820
|
-
* {
|
|
798
|
+
* AwsElbv2LoadBalancer: { // AwsElbv2LoadBalancerDetails
|
|
799
|
+
* AvailabilityZones: [ // AvailabilityZones
|
|
800
|
+
* { // AvailabilityZone
|
|
821
801
|
* ZoneName: "STRING_VALUE",
|
|
822
802
|
* SubnetId: "STRING_VALUE",
|
|
823
803
|
* },
|
|
@@ -827,23 +807,23 @@ export interface BatchImportFindingsCommandOutput extends BatchImportFindingsRes
|
|
|
827
807
|
* DNSName: "STRING_VALUE",
|
|
828
808
|
* IpAddressType: "STRING_VALUE",
|
|
829
809
|
* Scheme: "STRING_VALUE",
|
|
830
|
-
* SecurityGroups: [
|
|
810
|
+
* SecurityGroups: [ // SecurityGroups
|
|
831
811
|
* "STRING_VALUE",
|
|
832
812
|
* ],
|
|
833
|
-
* State: {
|
|
813
|
+
* State: { // LoadBalancerState
|
|
834
814
|
* Code: "STRING_VALUE",
|
|
835
815
|
* Reason: "STRING_VALUE",
|
|
836
816
|
* },
|
|
837
817
|
* Type: "STRING_VALUE",
|
|
838
818
|
* VpcId: "STRING_VALUE",
|
|
839
|
-
* LoadBalancerAttributes: [
|
|
840
|
-
* {
|
|
819
|
+
* LoadBalancerAttributes: [ // AwsElbv2LoadBalancerAttributes
|
|
820
|
+
* { // AwsElbv2LoadBalancerAttribute
|
|
841
821
|
* Key: "STRING_VALUE",
|
|
842
822
|
* Value: "STRING_VALUE",
|
|
843
823
|
* },
|
|
844
824
|
* ],
|
|
845
825
|
* },
|
|
846
|
-
* AwsElasticBeanstalkEnvironment: {
|
|
826
|
+
* AwsElasticBeanstalkEnvironment: { // AwsElasticBeanstalkEnvironmentDetails
|
|
847
827
|
* ApplicationName: "STRING_VALUE",
|
|
848
828
|
* Cname: "STRING_VALUE",
|
|
849
829
|
* DateCreated: "STRING_VALUE",
|
|
@@ -852,15 +832,15 @@ export interface BatchImportFindingsCommandOutput extends BatchImportFindingsRes
|
|
|
852
832
|
* EndpointUrl: "STRING_VALUE",
|
|
853
833
|
* EnvironmentArn: "STRING_VALUE",
|
|
854
834
|
* EnvironmentId: "STRING_VALUE",
|
|
855
|
-
* EnvironmentLinks: [
|
|
856
|
-
* {
|
|
835
|
+
* EnvironmentLinks: [ // AwsElasticBeanstalkEnvironmentEnvironmentLinks
|
|
836
|
+
* { // AwsElasticBeanstalkEnvironmentEnvironmentLink
|
|
857
837
|
* EnvironmentName: "STRING_VALUE",
|
|
858
838
|
* LinkName: "STRING_VALUE",
|
|
859
839
|
* },
|
|
860
840
|
* ],
|
|
861
841
|
* EnvironmentName: "STRING_VALUE",
|
|
862
|
-
* OptionSettings: [
|
|
863
|
-
* {
|
|
842
|
+
* OptionSettings: [ // AwsElasticBeanstalkEnvironmentOptionSettings
|
|
843
|
+
* { // AwsElasticBeanstalkEnvironmentOptionSetting
|
|
864
844
|
* Namespace: "STRING_VALUE",
|
|
865
845
|
* OptionName: "STRING_VALUE",
|
|
866
846
|
* ResourceName: "STRING_VALUE",
|
|
@@ -870,43 +850,41 @@ export interface BatchImportFindingsCommandOutput extends BatchImportFindingsRes
|
|
|
870
850
|
* PlatformArn: "STRING_VALUE",
|
|
871
851
|
* SolutionStackName: "STRING_VALUE",
|
|
872
852
|
* Status: "STRING_VALUE",
|
|
873
|
-
* Tier: {
|
|
853
|
+
* Tier: { // AwsElasticBeanstalkEnvironmentTier
|
|
874
854
|
* Name: "STRING_VALUE",
|
|
875
855
|
* Type: "STRING_VALUE",
|
|
876
856
|
* Version: "STRING_VALUE",
|
|
877
857
|
* },
|
|
878
858
|
* VersionLabel: "STRING_VALUE",
|
|
879
859
|
* },
|
|
880
|
-
* AwsElasticsearchDomain: {
|
|
860
|
+
* AwsElasticsearchDomain: { // AwsElasticsearchDomainDetails
|
|
881
861
|
* AccessPolicies: "STRING_VALUE",
|
|
882
|
-
* DomainEndpointOptions: {
|
|
862
|
+
* DomainEndpointOptions: { // AwsElasticsearchDomainDomainEndpointOptions
|
|
883
863
|
* EnforceHTTPS: true || false,
|
|
884
864
|
* TLSSecurityPolicy: "STRING_VALUE",
|
|
885
865
|
* },
|
|
886
866
|
* DomainId: "STRING_VALUE",
|
|
887
867
|
* DomainName: "STRING_VALUE",
|
|
888
868
|
* Endpoint: "STRING_VALUE",
|
|
889
|
-
* Endpoints:
|
|
890
|
-
* "<keys>": "<NonEmptyString>",
|
|
891
|
-
* },
|
|
869
|
+
* Endpoints: "<FieldMap>",
|
|
892
870
|
* ElasticsearchVersion: "STRING_VALUE",
|
|
893
|
-
* ElasticsearchClusterConfig: {
|
|
871
|
+
* ElasticsearchClusterConfig: { // AwsElasticsearchDomainElasticsearchClusterConfigDetails
|
|
894
872
|
* DedicatedMasterCount: Number("int"),
|
|
895
873
|
* DedicatedMasterEnabled: true || false,
|
|
896
874
|
* DedicatedMasterType: "STRING_VALUE",
|
|
897
875
|
* InstanceCount: Number("int"),
|
|
898
876
|
* InstanceType: "STRING_VALUE",
|
|
899
|
-
* ZoneAwarenessConfig: {
|
|
877
|
+
* ZoneAwarenessConfig: { // AwsElasticsearchDomainElasticsearchClusterConfigZoneAwarenessConfigDetails
|
|
900
878
|
* AvailabilityZoneCount: Number("int"),
|
|
901
879
|
* },
|
|
902
880
|
* ZoneAwarenessEnabled: true || false,
|
|
903
881
|
* },
|
|
904
|
-
* EncryptionAtRestOptions: {
|
|
882
|
+
* EncryptionAtRestOptions: { // AwsElasticsearchDomainEncryptionAtRestOptions
|
|
905
883
|
* Enabled: true || false,
|
|
906
884
|
* KmsKeyId: "STRING_VALUE",
|
|
907
885
|
* },
|
|
908
|
-
* LogPublishingOptions: {
|
|
909
|
-
* IndexSlowLogs: {
|
|
886
|
+
* LogPublishingOptions: { // AwsElasticsearchDomainLogPublishingOptions
|
|
887
|
+
* IndexSlowLogs: { // AwsElasticsearchDomainLogPublishingOptionsLogConfig
|
|
910
888
|
* CloudWatchLogsLogGroupArn: "STRING_VALUE",
|
|
911
889
|
* Enabled: true || false,
|
|
912
890
|
* },
|
|
@@ -919,10 +897,10 @@ export interface BatchImportFindingsCommandOutput extends BatchImportFindingsRes
|
|
|
919
897
|
* Enabled: true || false,
|
|
920
898
|
* },
|
|
921
899
|
* },
|
|
922
|
-
* NodeToNodeEncryptionOptions: {
|
|
900
|
+
* NodeToNodeEncryptionOptions: { // AwsElasticsearchDomainNodeToNodeEncryptionOptions
|
|
923
901
|
* Enabled: true || false,
|
|
924
902
|
* },
|
|
925
|
-
* ServiceSoftwareOptions: {
|
|
903
|
+
* ServiceSoftwareOptions: { // AwsElasticsearchDomainServiceSoftwareOptions
|
|
926
904
|
* AutomatedUpdateDate: "STRING_VALUE",
|
|
927
905
|
* Cancellable: true || false,
|
|
928
906
|
* CurrentVersion: "STRING_VALUE",
|
|
@@ -931,49 +909,47 @@ export interface BatchImportFindingsCommandOutput extends BatchImportFindingsRes
|
|
|
931
909
|
* UpdateAvailable: true || false,
|
|
932
910
|
* UpdateStatus: "STRING_VALUE",
|
|
933
911
|
* },
|
|
934
|
-
* VPCOptions: {
|
|
912
|
+
* VPCOptions: { // AwsElasticsearchDomainVPCOptions
|
|
935
913
|
* AvailabilityZones: [
|
|
936
914
|
* "STRING_VALUE",
|
|
937
915
|
* ],
|
|
938
916
|
* SecurityGroupIds: [
|
|
939
917
|
* "STRING_VALUE",
|
|
940
918
|
* ],
|
|
941
|
-
* SubnetIds:
|
|
942
|
-
* "STRING_VALUE",
|
|
943
|
-
* ],
|
|
919
|
+
* SubnetIds: "<NonEmptyStringList>",
|
|
944
920
|
* VPCId: "STRING_VALUE",
|
|
945
921
|
* },
|
|
946
922
|
* },
|
|
947
|
-
* AwsS3Bucket: {
|
|
923
|
+
* AwsS3Bucket: { // AwsS3BucketDetails
|
|
948
924
|
* OwnerId: "STRING_VALUE",
|
|
949
925
|
* OwnerName: "STRING_VALUE",
|
|
950
926
|
* OwnerAccountId: "STRING_VALUE",
|
|
951
927
|
* CreatedAt: "STRING_VALUE",
|
|
952
|
-
* ServerSideEncryptionConfiguration: {
|
|
953
|
-
* Rules: [
|
|
954
|
-
* {
|
|
955
|
-
* ApplyServerSideEncryptionByDefault: {
|
|
928
|
+
* ServerSideEncryptionConfiguration: { // AwsS3BucketServerSideEncryptionConfiguration
|
|
929
|
+
* Rules: [ // AwsS3BucketServerSideEncryptionRules
|
|
930
|
+
* { // AwsS3BucketServerSideEncryptionRule
|
|
931
|
+
* ApplyServerSideEncryptionByDefault: { // AwsS3BucketServerSideEncryptionByDefault
|
|
956
932
|
* SSEAlgorithm: "STRING_VALUE",
|
|
957
933
|
* KMSMasterKeyID: "STRING_VALUE",
|
|
958
934
|
* },
|
|
959
935
|
* },
|
|
960
936
|
* ],
|
|
961
937
|
* },
|
|
962
|
-
* BucketLifecycleConfiguration: {
|
|
963
|
-
* Rules: [
|
|
964
|
-
* {
|
|
965
|
-
* AbortIncompleteMultipartUpload: {
|
|
938
|
+
* BucketLifecycleConfiguration: { // AwsS3BucketBucketLifecycleConfigurationDetails
|
|
939
|
+
* Rules: [ // AwsS3BucketBucketLifecycleConfigurationRulesList
|
|
940
|
+
* { // AwsS3BucketBucketLifecycleConfigurationRulesDetails
|
|
941
|
+
* AbortIncompleteMultipartUpload: { // AwsS3BucketBucketLifecycleConfigurationRulesAbortIncompleteMultipartUploadDetails
|
|
966
942
|
* DaysAfterInitiation: Number("int"),
|
|
967
943
|
* },
|
|
968
944
|
* ExpirationDate: "STRING_VALUE",
|
|
969
945
|
* ExpirationInDays: Number("int"),
|
|
970
946
|
* ExpiredObjectDeleteMarker: true || false,
|
|
971
|
-
* Filter: {
|
|
972
|
-
* Predicate: {
|
|
973
|
-
* Operands: [
|
|
974
|
-
* {
|
|
947
|
+
* Filter: { // AwsS3BucketBucketLifecycleConfigurationRulesFilterDetails
|
|
948
|
+
* Predicate: { // AwsS3BucketBucketLifecycleConfigurationRulesFilterPredicateDetails
|
|
949
|
+
* Operands: [ // AwsS3BucketBucketLifecycleConfigurationRulesFilterPredicateOperandsList
|
|
950
|
+
* { // AwsS3BucketBucketLifecycleConfigurationRulesFilterPredicateOperandsDetails
|
|
975
951
|
* Prefix: "STRING_VALUE",
|
|
976
|
-
* Tag: {
|
|
952
|
+
* Tag: { // AwsS3BucketBucketLifecycleConfigurationRulesFilterPredicateOperandsTagDetails
|
|
977
953
|
* Key: "STRING_VALUE",
|
|
978
954
|
* Value: "STRING_VALUE",
|
|
979
955
|
* },
|
|
@@ -981,7 +957,7 @@ export interface BatchImportFindingsCommandOutput extends BatchImportFindingsRes
|
|
|
981
957
|
* },
|
|
982
958
|
* ],
|
|
983
959
|
* Prefix: "STRING_VALUE",
|
|
984
|
-
* Tag: {
|
|
960
|
+
* Tag: { // AwsS3BucketBucketLifecycleConfigurationRulesFilterPredicateTagDetails
|
|
985
961
|
* Key: "STRING_VALUE",
|
|
986
962
|
* Value: "STRING_VALUE",
|
|
987
963
|
* },
|
|
@@ -990,16 +966,16 @@ export interface BatchImportFindingsCommandOutput extends BatchImportFindingsRes
|
|
|
990
966
|
* },
|
|
991
967
|
* ID: "STRING_VALUE",
|
|
992
968
|
* NoncurrentVersionExpirationInDays: Number("int"),
|
|
993
|
-
* NoncurrentVersionTransitions: [
|
|
994
|
-
* {
|
|
969
|
+
* NoncurrentVersionTransitions: [ // AwsS3BucketBucketLifecycleConfigurationRulesNoncurrentVersionTransitionsList
|
|
970
|
+
* { // AwsS3BucketBucketLifecycleConfigurationRulesNoncurrentVersionTransitionsDetails
|
|
995
971
|
* Days: Number("int"),
|
|
996
972
|
* StorageClass: "STRING_VALUE",
|
|
997
973
|
* },
|
|
998
974
|
* ],
|
|
999
975
|
* Prefix: "STRING_VALUE",
|
|
1000
976
|
* Status: "STRING_VALUE",
|
|
1001
|
-
* Transitions: [
|
|
1002
|
-
* {
|
|
977
|
+
* Transitions: [ // AwsS3BucketBucketLifecycleConfigurationRulesTransitionsList
|
|
978
|
+
* { // AwsS3BucketBucketLifecycleConfigurationRulesTransitionsDetails
|
|
1003
979
|
* Date: "STRING_VALUE",
|
|
1004
980
|
* Days: Number("int"),
|
|
1005
981
|
* StorageClass: "STRING_VALUE",
|
|
@@ -1008,31 +984,31 @@ export interface BatchImportFindingsCommandOutput extends BatchImportFindingsRes
|
|
|
1008
984
|
* },
|
|
1009
985
|
* ],
|
|
1010
986
|
* },
|
|
1011
|
-
* PublicAccessBlockConfiguration: {
|
|
987
|
+
* PublicAccessBlockConfiguration: { // AwsS3AccountPublicAccessBlockDetails
|
|
1012
988
|
* BlockPublicAcls: true || false,
|
|
1013
989
|
* BlockPublicPolicy: true || false,
|
|
1014
990
|
* IgnorePublicAcls: true || false,
|
|
1015
991
|
* RestrictPublicBuckets: true || false,
|
|
1016
992
|
* },
|
|
1017
993
|
* AccessControlList: "STRING_VALUE",
|
|
1018
|
-
* BucketLoggingConfiguration: {
|
|
994
|
+
* BucketLoggingConfiguration: { // AwsS3BucketLoggingConfiguration
|
|
1019
995
|
* DestinationBucketName: "STRING_VALUE",
|
|
1020
996
|
* LogFilePrefix: "STRING_VALUE",
|
|
1021
997
|
* },
|
|
1022
|
-
* BucketWebsiteConfiguration: {
|
|
998
|
+
* BucketWebsiteConfiguration: { // AwsS3BucketWebsiteConfiguration
|
|
1023
999
|
* ErrorDocument: "STRING_VALUE",
|
|
1024
1000
|
* IndexDocumentSuffix: "STRING_VALUE",
|
|
1025
|
-
* RedirectAllRequestsTo: {
|
|
1001
|
+
* RedirectAllRequestsTo: { // AwsS3BucketWebsiteConfigurationRedirectTo
|
|
1026
1002
|
* Hostname: "STRING_VALUE",
|
|
1027
1003
|
* Protocol: "STRING_VALUE",
|
|
1028
1004
|
* },
|
|
1029
|
-
* RoutingRules: [
|
|
1030
|
-
* {
|
|
1031
|
-
* Condition: {
|
|
1005
|
+
* RoutingRules: [ // AwsS3BucketWebsiteConfigurationRoutingRules
|
|
1006
|
+
* { // AwsS3BucketWebsiteConfigurationRoutingRule
|
|
1007
|
+
* Condition: { // AwsS3BucketWebsiteConfigurationRoutingRuleCondition
|
|
1032
1008
|
* HttpErrorCodeReturnedEquals: "STRING_VALUE",
|
|
1033
1009
|
* KeyPrefixEquals: "STRING_VALUE",
|
|
1034
1010
|
* },
|
|
1035
|
-
* Redirect: {
|
|
1011
|
+
* Redirect: { // AwsS3BucketWebsiteConfigurationRoutingRuleRedirect
|
|
1036
1012
|
* Hostname: "STRING_VALUE",
|
|
1037
1013
|
* HttpRedirectCode: "STRING_VALUE",
|
|
1038
1014
|
* Protocol: "STRING_VALUE",
|
|
@@ -1042,16 +1018,16 @@ export interface BatchImportFindingsCommandOutput extends BatchImportFindingsRes
|
|
|
1042
1018
|
* },
|
|
1043
1019
|
* ],
|
|
1044
1020
|
* },
|
|
1045
|
-
* BucketNotificationConfiguration: {
|
|
1046
|
-
* Configurations: [
|
|
1047
|
-
* {
|
|
1048
|
-
* Events: [
|
|
1021
|
+
* BucketNotificationConfiguration: { // AwsS3BucketNotificationConfiguration
|
|
1022
|
+
* Configurations: [ // AwsS3BucketNotificationConfigurationDetails
|
|
1023
|
+
* { // AwsS3BucketNotificationConfigurationDetail
|
|
1024
|
+
* Events: [ // AwsS3BucketNotificationConfigurationEvents
|
|
1049
1025
|
* "STRING_VALUE",
|
|
1050
1026
|
* ],
|
|
1051
|
-
* Filter: {
|
|
1052
|
-
* S3KeyFilter: {
|
|
1053
|
-
* FilterRules: [
|
|
1054
|
-
* {
|
|
1027
|
+
* Filter: { // AwsS3BucketNotificationConfigurationFilter
|
|
1028
|
+
* S3KeyFilter: { // AwsS3BucketNotificationConfigurationS3KeyFilter
|
|
1029
|
+
* FilterRules: [ // AwsS3BucketNotificationConfigurationS3KeyFilterRules
|
|
1030
|
+
* { // AwsS3BucketNotificationConfigurationS3KeyFilterRule
|
|
1055
1031
|
* Name: "Prefix" || "Suffix",
|
|
1056
1032
|
* Value: "STRING_VALUE",
|
|
1057
1033
|
* },
|
|
@@ -1063,14 +1039,14 @@ export interface BatchImportFindingsCommandOutput extends BatchImportFindingsRes
|
|
|
1063
1039
|
* },
|
|
1064
1040
|
* ],
|
|
1065
1041
|
* },
|
|
1066
|
-
* BucketVersioningConfiguration: {
|
|
1042
|
+
* BucketVersioningConfiguration: { // AwsS3BucketBucketVersioningConfiguration
|
|
1067
1043
|
* IsMfaDeleteEnabled: true || false,
|
|
1068
1044
|
* Status: "STRING_VALUE",
|
|
1069
1045
|
* },
|
|
1070
|
-
* ObjectLockConfiguration: {
|
|
1046
|
+
* ObjectLockConfiguration: { // AwsS3BucketObjectLockConfiguration
|
|
1071
1047
|
* ObjectLockEnabled: "STRING_VALUE",
|
|
1072
|
-
* Rule: {
|
|
1073
|
-
* DefaultRetention: {
|
|
1048
|
+
* Rule: { // AwsS3BucketObjectLockConfigurationRuleDetails
|
|
1049
|
+
* DefaultRetention: { // AwsS3BucketObjectLockConfigurationRuleDefaultRetentionDetails
|
|
1074
1050
|
* Days: Number("int"),
|
|
1075
1051
|
* Mode: "STRING_VALUE",
|
|
1076
1052
|
* Years: Number("int"),
|
|
@@ -1084,7 +1060,7 @@ export interface BatchImportFindingsCommandOutput extends BatchImportFindingsRes
|
|
|
1084
1060
|
* IgnorePublicAcls: true || false,
|
|
1085
1061
|
* RestrictPublicBuckets: true || false,
|
|
1086
1062
|
* },
|
|
1087
|
-
* AwsS3Object: {
|
|
1063
|
+
* AwsS3Object: { // AwsS3ObjectDetails
|
|
1088
1064
|
* LastModified: "STRING_VALUE",
|
|
1089
1065
|
* ETag: "STRING_VALUE",
|
|
1090
1066
|
* VersionId: "STRING_VALUE",
|
|
@@ -1092,8 +1068,8 @@ export interface BatchImportFindingsCommandOutput extends BatchImportFindingsRes
|
|
|
1092
1068
|
* ServerSideEncryption: "STRING_VALUE",
|
|
1093
1069
|
* SSEKMSKeyId: "STRING_VALUE",
|
|
1094
1070
|
* },
|
|
1095
|
-
* AwsSecretsManagerSecret: {
|
|
1096
|
-
* RotationRules: {
|
|
1071
|
+
* AwsSecretsManagerSecret: { // AwsSecretsManagerSecretDetails
|
|
1072
|
+
* RotationRules: { // AwsSecretsManagerSecretRotationRules
|
|
1097
1073
|
* AutomaticallyAfterDays: Number("int"),
|
|
1098
1074
|
* },
|
|
1099
1075
|
* RotationOccurredWithinFrequency: true || false,
|
|
@@ -1104,7 +1080,7 @@ export interface BatchImportFindingsCommandOutput extends BatchImportFindingsRes
|
|
|
1104
1080
|
* Name: "STRING_VALUE",
|
|
1105
1081
|
* Description: "STRING_VALUE",
|
|
1106
1082
|
* },
|
|
1107
|
-
* AwsIamAccessKey: {
|
|
1083
|
+
* AwsIamAccessKey: { // AwsIamAccessKeyDetails
|
|
1108
1084
|
* UserName: "STRING_VALUE",
|
|
1109
1085
|
* Status: "Active" || "Inactive",
|
|
1110
1086
|
* CreatedAt: "STRING_VALUE",
|
|
@@ -1113,12 +1089,12 @@ export interface BatchImportFindingsCommandOutput extends BatchImportFindingsRes
|
|
|
1113
1089
|
* PrincipalName: "STRING_VALUE",
|
|
1114
1090
|
* AccountId: "STRING_VALUE",
|
|
1115
1091
|
* AccessKeyId: "STRING_VALUE",
|
|
1116
|
-
* SessionContext: {
|
|
1117
|
-
* Attributes: {
|
|
1092
|
+
* SessionContext: { // AwsIamAccessKeySessionContext
|
|
1093
|
+
* Attributes: { // AwsIamAccessKeySessionContextAttributes
|
|
1118
1094
|
* MfaAuthenticated: true || false,
|
|
1119
1095
|
* CreationDate: "STRING_VALUE",
|
|
1120
1096
|
* },
|
|
1121
|
-
* SessionIssuer: {
|
|
1097
|
+
* SessionIssuer: { // AwsIamAccessKeySessionContextSessionIssuer
|
|
1122
1098
|
* Type: "STRING_VALUE",
|
|
1123
1099
|
* PrincipalId: "STRING_VALUE",
|
|
1124
1100
|
* Arn: "STRING_VALUE",
|
|
@@ -1127,31 +1103,29 @@ export interface BatchImportFindingsCommandOutput extends BatchImportFindingsRes
|
|
|
1127
1103
|
* },
|
|
1128
1104
|
* },
|
|
1129
1105
|
* },
|
|
1130
|
-
* AwsIamUser: {
|
|
1131
|
-
* AttachedManagedPolicies: [
|
|
1132
|
-
* {
|
|
1106
|
+
* AwsIamUser: { // AwsIamUserDetails
|
|
1107
|
+
* AttachedManagedPolicies: [ // AwsIamAttachedManagedPolicyList
|
|
1108
|
+
* { // AwsIamAttachedManagedPolicy
|
|
1133
1109
|
* PolicyName: "STRING_VALUE",
|
|
1134
1110
|
* PolicyArn: "STRING_VALUE",
|
|
1135
1111
|
* },
|
|
1136
1112
|
* ],
|
|
1137
1113
|
* CreateDate: "STRING_VALUE",
|
|
1138
|
-
* GroupList:
|
|
1139
|
-
* "STRING_VALUE",
|
|
1140
|
-
* ],
|
|
1114
|
+
* GroupList: "<StringList>",
|
|
1141
1115
|
* Path: "STRING_VALUE",
|
|
1142
|
-
* PermissionsBoundary: {
|
|
1116
|
+
* PermissionsBoundary: { // AwsIamPermissionsBoundary
|
|
1143
1117
|
* PermissionsBoundaryArn: "STRING_VALUE",
|
|
1144
1118
|
* PermissionsBoundaryType: "STRING_VALUE",
|
|
1145
1119
|
* },
|
|
1146
1120
|
* UserId: "STRING_VALUE",
|
|
1147
1121
|
* UserName: "STRING_VALUE",
|
|
1148
|
-
* UserPolicyList: [
|
|
1149
|
-
* {
|
|
1122
|
+
* UserPolicyList: [ // AwsIamUserPolicyList
|
|
1123
|
+
* { // AwsIamUserPolicy
|
|
1150
1124
|
* PolicyName: "STRING_VALUE",
|
|
1151
1125
|
* },
|
|
1152
1126
|
* ],
|
|
1153
1127
|
* },
|
|
1154
|
-
* AwsIamPolicy: {
|
|
1128
|
+
* AwsIamPolicy: { // AwsIamPolicyDetails
|
|
1155
1129
|
* AttachmentCount: Number("int"),
|
|
1156
1130
|
* CreateDate: "STRING_VALUE",
|
|
1157
1131
|
* DefaultVersionId: "STRING_VALUE",
|
|
@@ -1161,8 +1135,8 @@ export interface BatchImportFindingsCommandOutput extends BatchImportFindingsRes
|
|
|
1161
1135
|
* PermissionsBoundaryUsageCount: Number("int"),
|
|
1162
1136
|
* PolicyId: "STRING_VALUE",
|
|
1163
1137
|
* PolicyName: "STRING_VALUE",
|
|
1164
|
-
* PolicyVersionList: [
|
|
1165
|
-
* {
|
|
1138
|
+
* PolicyVersionList: [ // AwsIamPolicyVersionList
|
|
1139
|
+
* { // AwsIamPolicyVersion
|
|
1166
1140
|
* VersionId: "STRING_VALUE",
|
|
1167
1141
|
* IsDefaultVersion: true || false,
|
|
1168
1142
|
* CreateDate: "STRING_VALUE",
|
|
@@ -1170,11 +1144,11 @@ export interface BatchImportFindingsCommandOutput extends BatchImportFindingsRes
|
|
|
1170
1144
|
* ],
|
|
1171
1145
|
* UpdateDate: "STRING_VALUE",
|
|
1172
1146
|
* },
|
|
1173
|
-
* AwsApiGatewayV2Stage: {
|
|
1147
|
+
* AwsApiGatewayV2Stage: { // AwsApiGatewayV2StageDetails
|
|
1174
1148
|
* ClientCertificateId: "STRING_VALUE",
|
|
1175
1149
|
* CreatedDate: "STRING_VALUE",
|
|
1176
1150
|
* Description: "STRING_VALUE",
|
|
1177
|
-
* DefaultRouteSettings: {
|
|
1151
|
+
* DefaultRouteSettings: { // AwsApiGatewayV2RouteSettings
|
|
1178
1152
|
* DetailedMetricsEnabled: true || false,
|
|
1179
1153
|
* LoggingLevel: "STRING_VALUE",
|
|
1180
1154
|
* DataTraceEnabled: true || false,
|
|
@@ -1191,10 +1165,8 @@ export interface BatchImportFindingsCommandOutput extends BatchImportFindingsRes
|
|
|
1191
1165
|
* ThrottlingRateLimit: Number("double"),
|
|
1192
1166
|
* },
|
|
1193
1167
|
* StageName: "STRING_VALUE",
|
|
1194
|
-
* StageVariables:
|
|
1195
|
-
*
|
|
1196
|
-
* },
|
|
1197
|
-
* AccessLogSettings: {
|
|
1168
|
+
* StageVariables: "<FieldMap>",
|
|
1169
|
+
* AccessLogSettings: { // AwsApiGatewayAccessLogSettings
|
|
1198
1170
|
* Format: "STRING_VALUE",
|
|
1199
1171
|
* DestinationArn: "STRING_VALUE",
|
|
1200
1172
|
* },
|
|
@@ -1202,7 +1174,7 @@ export interface BatchImportFindingsCommandOutput extends BatchImportFindingsRes
|
|
|
1202
1174
|
* LastDeploymentStatusMessage: "STRING_VALUE",
|
|
1203
1175
|
* ApiGatewayManaged: true || false,
|
|
1204
1176
|
* },
|
|
1205
|
-
* AwsApiGatewayV2Api: {
|
|
1177
|
+
* AwsApiGatewayV2Api: { // AwsApiGatewayV2ApiDetails
|
|
1206
1178
|
* ApiEndpoint: "STRING_VALUE",
|
|
1207
1179
|
* ApiId: "STRING_VALUE",
|
|
1208
1180
|
* ApiKeySelectionExpression: "STRING_VALUE",
|
|
@@ -1212,56 +1184,46 @@ export interface BatchImportFindingsCommandOutput extends BatchImportFindingsRes
|
|
|
1212
1184
|
* Name: "STRING_VALUE",
|
|
1213
1185
|
* ProtocolType: "STRING_VALUE",
|
|
1214
1186
|
* RouteSelectionExpression: "STRING_VALUE",
|
|
1215
|
-
* CorsConfiguration: {
|
|
1216
|
-
* AllowOrigins:
|
|
1217
|
-
* "STRING_VALUE",
|
|
1218
|
-
* ],
|
|
1187
|
+
* CorsConfiguration: { // AwsCorsConfiguration
|
|
1188
|
+
* AllowOrigins: "<NonEmptyStringList>",
|
|
1219
1189
|
* AllowCredentials: true || false,
|
|
1220
|
-
* ExposeHeaders:
|
|
1221
|
-
* "STRING_VALUE",
|
|
1222
|
-
* ],
|
|
1190
|
+
* ExposeHeaders: "<NonEmptyStringList>",
|
|
1223
1191
|
* MaxAge: Number("int"),
|
|
1224
|
-
* AllowMethods:
|
|
1225
|
-
*
|
|
1226
|
-
* ],
|
|
1227
|
-
* AllowHeaders: [
|
|
1228
|
-
* "STRING_VALUE",
|
|
1229
|
-
* ],
|
|
1192
|
+
* AllowMethods: "<NonEmptyStringList>",
|
|
1193
|
+
* AllowHeaders: "<NonEmptyStringList>",
|
|
1230
1194
|
* },
|
|
1231
1195
|
* },
|
|
1232
|
-
* AwsDynamoDbTable: {
|
|
1233
|
-
* AttributeDefinitions: [
|
|
1234
|
-
* {
|
|
1196
|
+
* AwsDynamoDbTable: { // AwsDynamoDbTableDetails
|
|
1197
|
+
* AttributeDefinitions: [ // AwsDynamoDbTableAttributeDefinitionList
|
|
1198
|
+
* { // AwsDynamoDbTableAttributeDefinition
|
|
1235
1199
|
* AttributeName: "STRING_VALUE",
|
|
1236
1200
|
* AttributeType: "STRING_VALUE",
|
|
1237
1201
|
* },
|
|
1238
1202
|
* ],
|
|
1239
|
-
* BillingModeSummary: {
|
|
1203
|
+
* BillingModeSummary: { // AwsDynamoDbTableBillingModeSummary
|
|
1240
1204
|
* BillingMode: "STRING_VALUE",
|
|
1241
1205
|
* LastUpdateToPayPerRequestDateTime: "STRING_VALUE",
|
|
1242
1206
|
* },
|
|
1243
1207
|
* CreationDateTime: "STRING_VALUE",
|
|
1244
|
-
* GlobalSecondaryIndexes: [
|
|
1245
|
-
* {
|
|
1208
|
+
* GlobalSecondaryIndexes: [ // AwsDynamoDbTableGlobalSecondaryIndexList
|
|
1209
|
+
* { // AwsDynamoDbTableGlobalSecondaryIndex
|
|
1246
1210
|
* Backfilling: true || false,
|
|
1247
1211
|
* IndexArn: "STRING_VALUE",
|
|
1248
1212
|
* IndexName: "STRING_VALUE",
|
|
1249
1213
|
* IndexSizeBytes: Number("long"),
|
|
1250
1214
|
* IndexStatus: "STRING_VALUE",
|
|
1251
1215
|
* ItemCount: Number("int"),
|
|
1252
|
-
* KeySchema: [
|
|
1253
|
-
* {
|
|
1216
|
+
* KeySchema: [ // AwsDynamoDbTableKeySchemaList
|
|
1217
|
+
* { // AwsDynamoDbTableKeySchema
|
|
1254
1218
|
* AttributeName: "STRING_VALUE",
|
|
1255
1219
|
* KeyType: "STRING_VALUE",
|
|
1256
1220
|
* },
|
|
1257
1221
|
* ],
|
|
1258
|
-
* Projection: {
|
|
1259
|
-
* NonKeyAttributes:
|
|
1260
|
-
* "STRING_VALUE",
|
|
1261
|
-
* ],
|
|
1222
|
+
* Projection: { // AwsDynamoDbTableProjection
|
|
1223
|
+
* NonKeyAttributes: "<StringList>",
|
|
1262
1224
|
* ProjectionType: "STRING_VALUE",
|
|
1263
1225
|
* },
|
|
1264
|
-
* ProvisionedThroughput: {
|
|
1226
|
+
* ProvisionedThroughput: { // AwsDynamoDbTableProvisionedThroughput
|
|
1265
1227
|
* LastDecreaseDateTime: "STRING_VALUE",
|
|
1266
1228
|
* LastIncreaseDateTime: "STRING_VALUE",
|
|
1267
1229
|
* NumberOfDecreasesToday: Number("int"),
|
|
@@ -1280,8 +1242,8 @@ export interface BatchImportFindingsCommandOutput extends BatchImportFindingsRes
|
|
|
1280
1242
|
* ],
|
|
1281
1243
|
* LatestStreamArn: "STRING_VALUE",
|
|
1282
1244
|
* LatestStreamLabel: "STRING_VALUE",
|
|
1283
|
-
* LocalSecondaryIndexes: [
|
|
1284
|
-
* {
|
|
1245
|
+
* LocalSecondaryIndexes: [ // AwsDynamoDbTableLocalSecondaryIndexList
|
|
1246
|
+
* { // AwsDynamoDbTableLocalSecondaryIndex
|
|
1285
1247
|
* IndexArn: "STRING_VALUE",
|
|
1286
1248
|
* IndexName: "STRING_VALUE",
|
|
1287
1249
|
* KeySchema: [
|
|
@@ -1291,9 +1253,7 @@ export interface BatchImportFindingsCommandOutput extends BatchImportFindingsRes
|
|
|
1291
1253
|
* },
|
|
1292
1254
|
* ],
|
|
1293
1255
|
* Projection: {
|
|
1294
|
-
* NonKeyAttributes:
|
|
1295
|
-
* "STRING_VALUE",
|
|
1296
|
-
* ],
|
|
1256
|
+
* NonKeyAttributes: "<StringList>",
|
|
1297
1257
|
* ProjectionType: "STRING_VALUE",
|
|
1298
1258
|
* },
|
|
1299
1259
|
* },
|
|
@@ -1305,12 +1265,12 @@ export interface BatchImportFindingsCommandOutput extends BatchImportFindingsRes
|
|
|
1305
1265
|
* ReadCapacityUnits: Number("int"),
|
|
1306
1266
|
* WriteCapacityUnits: Number("int"),
|
|
1307
1267
|
* },
|
|
1308
|
-
* Replicas: [
|
|
1309
|
-
* {
|
|
1310
|
-
* GlobalSecondaryIndexes: [
|
|
1311
|
-
* {
|
|
1268
|
+
* Replicas: [ // AwsDynamoDbTableReplicaList
|
|
1269
|
+
* { // AwsDynamoDbTableReplica
|
|
1270
|
+
* GlobalSecondaryIndexes: [ // AwsDynamoDbTableReplicaGlobalSecondaryIndexList
|
|
1271
|
+
* { // AwsDynamoDbTableReplicaGlobalSecondaryIndex
|
|
1312
1272
|
* IndexName: "STRING_VALUE",
|
|
1313
|
-
* ProvisionedThroughputOverride: {
|
|
1273
|
+
* ProvisionedThroughputOverride: { // AwsDynamoDbTableProvisionedThroughputOverride
|
|
1314
1274
|
* ReadCapacityUnits: Number("int"),
|
|
1315
1275
|
* },
|
|
1316
1276
|
* },
|
|
@@ -1324,19 +1284,19 @@ export interface BatchImportFindingsCommandOutput extends BatchImportFindingsRes
|
|
|
1324
1284
|
* ReplicaStatusDescription: "STRING_VALUE",
|
|
1325
1285
|
* },
|
|
1326
1286
|
* ],
|
|
1327
|
-
* RestoreSummary: {
|
|
1287
|
+
* RestoreSummary: { // AwsDynamoDbTableRestoreSummary
|
|
1328
1288
|
* SourceBackupArn: "STRING_VALUE",
|
|
1329
1289
|
* SourceTableArn: "STRING_VALUE",
|
|
1330
1290
|
* RestoreDateTime: "STRING_VALUE",
|
|
1331
1291
|
* RestoreInProgress: true || false,
|
|
1332
1292
|
* },
|
|
1333
|
-
* SseDescription: {
|
|
1293
|
+
* SseDescription: { // AwsDynamoDbTableSseDescription
|
|
1334
1294
|
* InaccessibleEncryptionDateTime: "STRING_VALUE",
|
|
1335
1295
|
* Status: "STRING_VALUE",
|
|
1336
1296
|
* SseType: "STRING_VALUE",
|
|
1337
1297
|
* KmsMasterKeyArn: "STRING_VALUE",
|
|
1338
1298
|
* },
|
|
1339
|
-
* StreamSpecification: {
|
|
1299
|
+
* StreamSpecification: { // AwsDynamoDbTableStreamSpecification
|
|
1340
1300
|
* StreamEnabled: true || false,
|
|
1341
1301
|
* StreamViewType: "STRING_VALUE",
|
|
1342
1302
|
* },
|
|
@@ -1345,7 +1305,7 @@ export interface BatchImportFindingsCommandOutput extends BatchImportFindingsRes
|
|
|
1345
1305
|
* TableSizeBytes: Number("long"),
|
|
1346
1306
|
* TableStatus: "STRING_VALUE",
|
|
1347
1307
|
* },
|
|
1348
|
-
* AwsApiGatewayStage: {
|
|
1308
|
+
* AwsApiGatewayStage: { // AwsApiGatewayStageDetails
|
|
1349
1309
|
* DeploymentId: "STRING_VALUE",
|
|
1350
1310
|
* ClientCertificateId: "STRING_VALUE",
|
|
1351
1311
|
* StageName: "STRING_VALUE",
|
|
@@ -1353,8 +1313,8 @@ export interface BatchImportFindingsCommandOutput extends BatchImportFindingsRes
|
|
|
1353
1313
|
* CacheClusterEnabled: true || false,
|
|
1354
1314
|
* CacheClusterSize: "STRING_VALUE",
|
|
1355
1315
|
* CacheClusterStatus: "STRING_VALUE",
|
|
1356
|
-
* MethodSettings: [
|
|
1357
|
-
* {
|
|
1316
|
+
* MethodSettings: [ // AwsApiGatewayMethodSettingsList
|
|
1317
|
+
* { // AwsApiGatewayMethodSettings
|
|
1358
1318
|
* MetricsEnabled: true || false,
|
|
1359
1319
|
* LoggingLevel: "STRING_VALUE",
|
|
1360
1320
|
* DataTraceEnabled: true || false,
|
|
@@ -1369,20 +1329,16 @@ export interface BatchImportFindingsCommandOutput extends BatchImportFindingsRes
|
|
|
1369
1329
|
* ResourcePath: "STRING_VALUE",
|
|
1370
1330
|
* },
|
|
1371
1331
|
* ],
|
|
1372
|
-
* Variables:
|
|
1373
|
-
* "<keys>": "<NonEmptyString>",
|
|
1374
|
-
* },
|
|
1332
|
+
* Variables: "<FieldMap>",
|
|
1375
1333
|
* DocumentationVersion: "STRING_VALUE",
|
|
1376
1334
|
* AccessLogSettings: {
|
|
1377
1335
|
* Format: "STRING_VALUE",
|
|
1378
1336
|
* DestinationArn: "STRING_VALUE",
|
|
1379
1337
|
* },
|
|
1380
|
-
* CanarySettings: {
|
|
1338
|
+
* CanarySettings: { // AwsApiGatewayCanarySettings
|
|
1381
1339
|
* PercentTraffic: Number("double"),
|
|
1382
1340
|
* DeploymentId: "STRING_VALUE",
|
|
1383
|
-
* StageVariableOverrides:
|
|
1384
|
-
* "<keys>": "<NonEmptyString>",
|
|
1385
|
-
* },
|
|
1341
|
+
* StageVariableOverrides: "<FieldMap>",
|
|
1386
1342
|
* UseStageCache: true || false,
|
|
1387
1343
|
* },
|
|
1388
1344
|
* TracingEnabled: true || false,
|
|
@@ -1390,24 +1346,20 @@ export interface BatchImportFindingsCommandOutput extends BatchImportFindingsRes
|
|
|
1390
1346
|
* LastUpdatedDate: "STRING_VALUE",
|
|
1391
1347
|
* WebAclArn: "STRING_VALUE",
|
|
1392
1348
|
* },
|
|
1393
|
-
* AwsApiGatewayRestApi: {
|
|
1349
|
+
* AwsApiGatewayRestApi: { // AwsApiGatewayRestApiDetails
|
|
1394
1350
|
* Id: "STRING_VALUE",
|
|
1395
1351
|
* Name: "STRING_VALUE",
|
|
1396
1352
|
* Description: "STRING_VALUE",
|
|
1397
1353
|
* CreatedDate: "STRING_VALUE",
|
|
1398
1354
|
* Version: "STRING_VALUE",
|
|
1399
|
-
* BinaryMediaTypes:
|
|
1400
|
-
* "<NonEmptyStringList>",
|
|
1401
|
-
* ],
|
|
1355
|
+
* BinaryMediaTypes: "<NonEmptyStringList>",
|
|
1402
1356
|
* MinimumCompressionSize: Number("int"),
|
|
1403
1357
|
* ApiKeySource: "STRING_VALUE",
|
|
1404
|
-
* EndpointConfiguration: {
|
|
1405
|
-
* Types:
|
|
1406
|
-
* "<NonEmptyStringList>",
|
|
1407
|
-
* ],
|
|
1358
|
+
* EndpointConfiguration: { // AwsApiGatewayEndpointConfiguration
|
|
1359
|
+
* Types: "<NonEmptyStringList>",
|
|
1408
1360
|
* },
|
|
1409
1361
|
* },
|
|
1410
|
-
* AwsCloudTrailTrail: {
|
|
1362
|
+
* AwsCloudTrailTrail: { // AwsCloudTrailTrailDetails
|
|
1411
1363
|
* CloudWatchLogsLogGroupArn: "STRING_VALUE",
|
|
1412
1364
|
* CloudWatchLogsRoleArn: "STRING_VALUE",
|
|
1413
1365
|
* HasCustomEventSelectors: true || false,
|
|
@@ -1424,9 +1376,9 @@ export interface BatchImportFindingsCommandOutput extends BatchImportFindingsRes
|
|
|
1424
1376
|
* SnsTopicName: "STRING_VALUE",
|
|
1425
1377
|
* TrailArn: "STRING_VALUE",
|
|
1426
1378
|
* },
|
|
1427
|
-
* AwsSsmPatchCompliance: {
|
|
1428
|
-
* Patch: {
|
|
1429
|
-
* ComplianceSummary: {
|
|
1379
|
+
* AwsSsmPatchCompliance: { // AwsSsmPatchComplianceDetails
|
|
1380
|
+
* Patch: { // AwsSsmPatch
|
|
1381
|
+
* ComplianceSummary: { // AwsSsmComplianceSummary
|
|
1430
1382
|
* Status: "STRING_VALUE",
|
|
1431
1383
|
* CompliantCriticalCount: Number("int"),
|
|
1432
1384
|
* CompliantHighCount: Number("int"),
|
|
@@ -1448,52 +1400,48 @@ export interface BatchImportFindingsCommandOutput extends BatchImportFindingsRes
|
|
|
1448
1400
|
* },
|
|
1449
1401
|
* },
|
|
1450
1402
|
* },
|
|
1451
|
-
* AwsCertificateManagerCertificate: {
|
|
1403
|
+
* AwsCertificateManagerCertificate: { // AwsCertificateManagerCertificateDetails
|
|
1452
1404
|
* CertificateAuthorityArn: "STRING_VALUE",
|
|
1453
1405
|
* CreatedAt: "STRING_VALUE",
|
|
1454
1406
|
* DomainName: "STRING_VALUE",
|
|
1455
|
-
* DomainValidationOptions: [
|
|
1456
|
-
* {
|
|
1407
|
+
* DomainValidationOptions: [ // AwsCertificateManagerCertificateDomainValidationOptions
|
|
1408
|
+
* { // AwsCertificateManagerCertificateDomainValidationOption
|
|
1457
1409
|
* DomainName: "STRING_VALUE",
|
|
1458
|
-
* ResourceRecord: {
|
|
1410
|
+
* ResourceRecord: { // AwsCertificateManagerCertificateResourceRecord
|
|
1459
1411
|
* Name: "STRING_VALUE",
|
|
1460
1412
|
* Type: "STRING_VALUE",
|
|
1461
1413
|
* Value: "STRING_VALUE",
|
|
1462
1414
|
* },
|
|
1463
1415
|
* ValidationDomain: "STRING_VALUE",
|
|
1464
|
-
* ValidationEmails:
|
|
1465
|
-
* "<StringList>",
|
|
1466
|
-
* ],
|
|
1416
|
+
* ValidationEmails: "<StringList>",
|
|
1467
1417
|
* ValidationMethod: "STRING_VALUE",
|
|
1468
1418
|
* ValidationStatus: "STRING_VALUE",
|
|
1469
1419
|
* },
|
|
1470
1420
|
* ],
|
|
1471
|
-
* ExtendedKeyUsages: [
|
|
1472
|
-
* {
|
|
1421
|
+
* ExtendedKeyUsages: [ // AwsCertificateManagerCertificateExtendedKeyUsages
|
|
1422
|
+
* { // AwsCertificateManagerCertificateExtendedKeyUsage
|
|
1473
1423
|
* Name: "STRING_VALUE",
|
|
1474
1424
|
* OId: "STRING_VALUE",
|
|
1475
1425
|
* },
|
|
1476
1426
|
* ],
|
|
1477
1427
|
* FailureReason: "STRING_VALUE",
|
|
1478
1428
|
* ImportedAt: "STRING_VALUE",
|
|
1479
|
-
* InUseBy:
|
|
1480
|
-
* "<StringList>",
|
|
1481
|
-
* ],
|
|
1429
|
+
* InUseBy: "<StringList>",
|
|
1482
1430
|
* IssuedAt: "STRING_VALUE",
|
|
1483
1431
|
* Issuer: "STRING_VALUE",
|
|
1484
1432
|
* KeyAlgorithm: "STRING_VALUE",
|
|
1485
|
-
* KeyUsages: [
|
|
1486
|
-
* {
|
|
1433
|
+
* KeyUsages: [ // AwsCertificateManagerCertificateKeyUsages
|
|
1434
|
+
* { // AwsCertificateManagerCertificateKeyUsage
|
|
1487
1435
|
* Name: "STRING_VALUE",
|
|
1488
1436
|
* },
|
|
1489
1437
|
* ],
|
|
1490
1438
|
* NotAfter: "STRING_VALUE",
|
|
1491
1439
|
* NotBefore: "STRING_VALUE",
|
|
1492
|
-
* Options: {
|
|
1440
|
+
* Options: { // AwsCertificateManagerCertificateOptions
|
|
1493
1441
|
* CertificateTransparencyLoggingPreference: "STRING_VALUE",
|
|
1494
1442
|
* },
|
|
1495
1443
|
* RenewalEligibility: "STRING_VALUE",
|
|
1496
|
-
* RenewalSummary: {
|
|
1444
|
+
* RenewalSummary: { // AwsCertificateManagerCertificateRenewalSummary
|
|
1497
1445
|
* DomainValidationOptions: [
|
|
1498
1446
|
* {
|
|
1499
1447
|
* DomainName: "STRING_VALUE",
|
|
@@ -1503,9 +1451,7 @@ export interface BatchImportFindingsCommandOutput extends BatchImportFindingsRes
|
|
|
1503
1451
|
* Value: "STRING_VALUE",
|
|
1504
1452
|
* },
|
|
1505
1453
|
* ValidationDomain: "STRING_VALUE",
|
|
1506
|
-
* ValidationEmails:
|
|
1507
|
-
* "<StringList>",
|
|
1508
|
-
* ],
|
|
1454
|
+
* ValidationEmails: "<StringList>",
|
|
1509
1455
|
* ValidationMethod: "STRING_VALUE",
|
|
1510
1456
|
* ValidationStatus: "STRING_VALUE",
|
|
1511
1457
|
* },
|
|
@@ -1518,29 +1464,27 @@ export interface BatchImportFindingsCommandOutput extends BatchImportFindingsRes
|
|
|
1518
1464
|
* SignatureAlgorithm: "STRING_VALUE",
|
|
1519
1465
|
* Status: "STRING_VALUE",
|
|
1520
1466
|
* Subject: "STRING_VALUE",
|
|
1521
|
-
* SubjectAlternativeNames:
|
|
1522
|
-
* "<StringList>",
|
|
1523
|
-
* ],
|
|
1467
|
+
* SubjectAlternativeNames: "<StringList>",
|
|
1524
1468
|
* Type: "STRING_VALUE",
|
|
1525
1469
|
* },
|
|
1526
|
-
* AwsRedshiftCluster: {
|
|
1470
|
+
* AwsRedshiftCluster: { // AwsRedshiftClusterDetails
|
|
1527
1471
|
* AllowVersionUpgrade: true || false,
|
|
1528
1472
|
* AutomatedSnapshotRetentionPeriod: Number("int"),
|
|
1529
1473
|
* AvailabilityZone: "STRING_VALUE",
|
|
1530
1474
|
* ClusterAvailabilityStatus: "STRING_VALUE",
|
|
1531
1475
|
* ClusterCreateTime: "STRING_VALUE",
|
|
1532
1476
|
* ClusterIdentifier: "STRING_VALUE",
|
|
1533
|
-
* ClusterNodes: [
|
|
1534
|
-
* {
|
|
1477
|
+
* ClusterNodes: [ // AwsRedshiftClusterClusterNodes
|
|
1478
|
+
* { // AwsRedshiftClusterClusterNode
|
|
1535
1479
|
* NodeRole: "STRING_VALUE",
|
|
1536
1480
|
* PrivateIpAddress: "STRING_VALUE",
|
|
1537
1481
|
* PublicIpAddress: "STRING_VALUE",
|
|
1538
1482
|
* },
|
|
1539
1483
|
* ],
|
|
1540
|
-
* ClusterParameterGroups: [
|
|
1541
|
-
* {
|
|
1542
|
-
* ClusterParameterStatusList: [
|
|
1543
|
-
* {
|
|
1484
|
+
* ClusterParameterGroups: [ // AwsRedshiftClusterClusterParameterGroups
|
|
1485
|
+
* { // AwsRedshiftClusterClusterParameterGroup
|
|
1486
|
+
* ClusterParameterStatusList: [ // AwsRedshiftClusterClusterParameterStatusList
|
|
1487
|
+
* { // AwsRedshiftClusterClusterParameterStatus
|
|
1544
1488
|
* ParameterName: "STRING_VALUE",
|
|
1545
1489
|
* ParameterApplyStatus: "STRING_VALUE",
|
|
1546
1490
|
* ParameterApplyErrorDescription: "STRING_VALUE",
|
|
@@ -1552,13 +1496,13 @@ export interface BatchImportFindingsCommandOutput extends BatchImportFindingsRes
|
|
|
1552
1496
|
* ],
|
|
1553
1497
|
* ClusterPublicKey: "STRING_VALUE",
|
|
1554
1498
|
* ClusterRevisionNumber: "STRING_VALUE",
|
|
1555
|
-
* ClusterSecurityGroups: [
|
|
1556
|
-
* {
|
|
1499
|
+
* ClusterSecurityGroups: [ // AwsRedshiftClusterClusterSecurityGroups
|
|
1500
|
+
* { // AwsRedshiftClusterClusterSecurityGroup
|
|
1557
1501
|
* ClusterSecurityGroupName: "STRING_VALUE",
|
|
1558
1502
|
* Status: "STRING_VALUE",
|
|
1559
1503
|
* },
|
|
1560
1504
|
* ],
|
|
1561
|
-
* ClusterSnapshotCopyStatus: {
|
|
1505
|
+
* ClusterSnapshotCopyStatus: { // AwsRedshiftClusterClusterSnapshotCopyStatus
|
|
1562
1506
|
* DestinationRegion: "STRING_VALUE",
|
|
1563
1507
|
* ManualSnapshotRetentionPeriod: Number("int"),
|
|
1564
1508
|
* RetentionPeriod: Number("int"),
|
|
@@ -1568,33 +1512,33 @@ export interface BatchImportFindingsCommandOutput extends BatchImportFindingsRes
|
|
|
1568
1512
|
* ClusterSubnetGroupName: "STRING_VALUE",
|
|
1569
1513
|
* ClusterVersion: "STRING_VALUE",
|
|
1570
1514
|
* DBName: "STRING_VALUE",
|
|
1571
|
-
* DeferredMaintenanceWindows: [
|
|
1572
|
-
* {
|
|
1515
|
+
* DeferredMaintenanceWindows: [ // AwsRedshiftClusterDeferredMaintenanceWindows
|
|
1516
|
+
* { // AwsRedshiftClusterDeferredMaintenanceWindow
|
|
1573
1517
|
* DeferMaintenanceEndTime: "STRING_VALUE",
|
|
1574
1518
|
* DeferMaintenanceIdentifier: "STRING_VALUE",
|
|
1575
1519
|
* DeferMaintenanceStartTime: "STRING_VALUE",
|
|
1576
1520
|
* },
|
|
1577
1521
|
* ],
|
|
1578
|
-
* ElasticIpStatus: {
|
|
1522
|
+
* ElasticIpStatus: { // AwsRedshiftClusterElasticIpStatus
|
|
1579
1523
|
* ElasticIp: "STRING_VALUE",
|
|
1580
1524
|
* Status: "STRING_VALUE",
|
|
1581
1525
|
* },
|
|
1582
1526
|
* ElasticResizeNumberOfNodeOptions: "STRING_VALUE",
|
|
1583
1527
|
* Encrypted: true || false,
|
|
1584
|
-
* Endpoint: {
|
|
1528
|
+
* Endpoint: { // AwsRedshiftClusterEndpoint
|
|
1585
1529
|
* Address: "STRING_VALUE",
|
|
1586
1530
|
* Port: Number("int"),
|
|
1587
1531
|
* },
|
|
1588
1532
|
* EnhancedVpcRouting: true || false,
|
|
1589
1533
|
* ExpectedNextSnapshotScheduleTime: "STRING_VALUE",
|
|
1590
1534
|
* ExpectedNextSnapshotScheduleTimeStatus: "STRING_VALUE",
|
|
1591
|
-
* HsmStatus: {
|
|
1535
|
+
* HsmStatus: { // AwsRedshiftClusterHsmStatus
|
|
1592
1536
|
* HsmClientCertificateIdentifier: "STRING_VALUE",
|
|
1593
1537
|
* HsmConfigurationIdentifier: "STRING_VALUE",
|
|
1594
1538
|
* Status: "STRING_VALUE",
|
|
1595
1539
|
* },
|
|
1596
|
-
* IamRoles: [
|
|
1597
|
-
* {
|
|
1540
|
+
* IamRoles: [ // AwsRedshiftClusterIamRoles
|
|
1541
|
+
* { // AwsRedshiftClusterIamRole
|
|
1598
1542
|
* ApplyStatus: "STRING_VALUE",
|
|
1599
1543
|
* IamRoleArn: "STRING_VALUE",
|
|
1600
1544
|
* },
|
|
@@ -1606,10 +1550,8 @@ export interface BatchImportFindingsCommandOutput extends BatchImportFindingsRes
|
|
|
1606
1550
|
* NextMaintenanceWindowStartTime: "STRING_VALUE",
|
|
1607
1551
|
* NodeType: "STRING_VALUE",
|
|
1608
1552
|
* NumberOfNodes: Number("int"),
|
|
1609
|
-
* PendingActions:
|
|
1610
|
-
*
|
|
1611
|
-
* ],
|
|
1612
|
-
* PendingModifiedValues: {
|
|
1553
|
+
* PendingActions: "<StringList>",
|
|
1554
|
+
* PendingModifiedValues: { // AwsRedshiftClusterPendingModifiedValues
|
|
1613
1555
|
* AutomatedSnapshotRetentionPeriod: Number("int"),
|
|
1614
1556
|
* ClusterIdentifier: "STRING_VALUE",
|
|
1615
1557
|
* ClusterType: "STRING_VALUE",
|
|
@@ -1624,11 +1566,11 @@ export interface BatchImportFindingsCommandOutput extends BatchImportFindingsRes
|
|
|
1624
1566
|
* },
|
|
1625
1567
|
* PreferredMaintenanceWindow: "STRING_VALUE",
|
|
1626
1568
|
* PubliclyAccessible: true || false,
|
|
1627
|
-
* ResizeInfo: {
|
|
1569
|
+
* ResizeInfo: { // AwsRedshiftClusterResizeInfo
|
|
1628
1570
|
* AllowCancelResize: true || false,
|
|
1629
1571
|
* ResizeType: "STRING_VALUE",
|
|
1630
1572
|
* },
|
|
1631
|
-
* RestoreStatus: {
|
|
1573
|
+
* RestoreStatus: { // AwsRedshiftClusterRestoreStatus
|
|
1632
1574
|
* CurrentRestoreRateInMegaBytesPerSecond: Number("double"),
|
|
1633
1575
|
* ElapsedTimeInSeconds: Number("long"),
|
|
1634
1576
|
* EstimatedTimeToCompletionInSeconds: Number("long"),
|
|
@@ -1639,13 +1581,13 @@ export interface BatchImportFindingsCommandOutput extends BatchImportFindingsRes
|
|
|
1639
1581
|
* SnapshotScheduleIdentifier: "STRING_VALUE",
|
|
1640
1582
|
* SnapshotScheduleState: "STRING_VALUE",
|
|
1641
1583
|
* VpcId: "STRING_VALUE",
|
|
1642
|
-
* VpcSecurityGroups: [
|
|
1643
|
-
* {
|
|
1584
|
+
* VpcSecurityGroups: [ // AwsRedshiftClusterVpcSecurityGroups
|
|
1585
|
+
* { // AwsRedshiftClusterVpcSecurityGroup
|
|
1644
1586
|
* Status: "STRING_VALUE",
|
|
1645
1587
|
* VpcSecurityGroupId: "STRING_VALUE",
|
|
1646
1588
|
* },
|
|
1647
1589
|
* ],
|
|
1648
|
-
* LoggingStatus: {
|
|
1590
|
+
* LoggingStatus: { // AwsRedshiftClusterLoggingStatus
|
|
1649
1591
|
* BucketName: "STRING_VALUE",
|
|
1650
1592
|
* LastFailureMessage: "STRING_VALUE",
|
|
1651
1593
|
* LastFailureTime: "STRING_VALUE",
|
|
@@ -1654,104 +1596,92 @@ export interface BatchImportFindingsCommandOutput extends BatchImportFindingsRes
|
|
|
1654
1596
|
* S3KeyPrefix: "STRING_VALUE",
|
|
1655
1597
|
* },
|
|
1656
1598
|
* },
|
|
1657
|
-
* AwsElbLoadBalancer: {
|
|
1658
|
-
* AvailabilityZones:
|
|
1659
|
-
*
|
|
1660
|
-
*
|
|
1661
|
-
* BackendServerDescriptions: [
|
|
1662
|
-
* {
|
|
1599
|
+
* AwsElbLoadBalancer: { // AwsElbLoadBalancerDetails
|
|
1600
|
+
* AvailabilityZones: "<StringList>",
|
|
1601
|
+
* BackendServerDescriptions: [ // AwsElbLoadBalancerBackendServerDescriptions
|
|
1602
|
+
* { // AwsElbLoadBalancerBackendServerDescription
|
|
1663
1603
|
* InstancePort: Number("int"),
|
|
1664
|
-
* PolicyNames:
|
|
1665
|
-
* "<StringList>",
|
|
1666
|
-
* ],
|
|
1604
|
+
* PolicyNames: "<StringList>",
|
|
1667
1605
|
* },
|
|
1668
1606
|
* ],
|
|
1669
1607
|
* CanonicalHostedZoneName: "STRING_VALUE",
|
|
1670
1608
|
* CanonicalHostedZoneNameID: "STRING_VALUE",
|
|
1671
1609
|
* CreatedTime: "STRING_VALUE",
|
|
1672
1610
|
* DnsName: "STRING_VALUE",
|
|
1673
|
-
* HealthCheck: {
|
|
1611
|
+
* HealthCheck: { // AwsElbLoadBalancerHealthCheck
|
|
1674
1612
|
* HealthyThreshold: Number("int"),
|
|
1675
1613
|
* Interval: Number("int"),
|
|
1676
1614
|
* Target: "STRING_VALUE",
|
|
1677
1615
|
* Timeout: Number("int"),
|
|
1678
1616
|
* UnhealthyThreshold: Number("int"),
|
|
1679
1617
|
* },
|
|
1680
|
-
* Instances: [
|
|
1681
|
-
* {
|
|
1618
|
+
* Instances: [ // AwsElbLoadBalancerInstances
|
|
1619
|
+
* { // AwsElbLoadBalancerInstance
|
|
1682
1620
|
* InstanceId: "STRING_VALUE",
|
|
1683
1621
|
* },
|
|
1684
1622
|
* ],
|
|
1685
|
-
* ListenerDescriptions: [
|
|
1686
|
-
* {
|
|
1687
|
-
* Listener: {
|
|
1623
|
+
* ListenerDescriptions: [ // AwsElbLoadBalancerListenerDescriptions
|
|
1624
|
+
* { // AwsElbLoadBalancerListenerDescription
|
|
1625
|
+
* Listener: { // AwsElbLoadBalancerListener
|
|
1688
1626
|
* InstancePort: Number("int"),
|
|
1689
1627
|
* InstanceProtocol: "STRING_VALUE",
|
|
1690
1628
|
* LoadBalancerPort: Number("int"),
|
|
1691
1629
|
* Protocol: "STRING_VALUE",
|
|
1692
1630
|
* SslCertificateId: "STRING_VALUE",
|
|
1693
1631
|
* },
|
|
1694
|
-
* PolicyNames:
|
|
1695
|
-
* "<StringList>",
|
|
1696
|
-
* ],
|
|
1632
|
+
* PolicyNames: "<StringList>",
|
|
1697
1633
|
* },
|
|
1698
1634
|
* ],
|
|
1699
|
-
* LoadBalancerAttributes: {
|
|
1700
|
-
* AccessLog: {
|
|
1635
|
+
* LoadBalancerAttributes: { // AwsElbLoadBalancerAttributes
|
|
1636
|
+
* AccessLog: { // AwsElbLoadBalancerAccessLog
|
|
1701
1637
|
* EmitInterval: Number("int"),
|
|
1702
1638
|
* Enabled: true || false,
|
|
1703
1639
|
* S3BucketName: "STRING_VALUE",
|
|
1704
1640
|
* S3BucketPrefix: "STRING_VALUE",
|
|
1705
1641
|
* },
|
|
1706
|
-
* ConnectionDraining: {
|
|
1642
|
+
* ConnectionDraining: { // AwsElbLoadBalancerConnectionDraining
|
|
1707
1643
|
* Enabled: true || false,
|
|
1708
1644
|
* Timeout: Number("int"),
|
|
1709
1645
|
* },
|
|
1710
|
-
* ConnectionSettings: {
|
|
1646
|
+
* ConnectionSettings: { // AwsElbLoadBalancerConnectionSettings
|
|
1711
1647
|
* IdleTimeout: Number("int"),
|
|
1712
1648
|
* },
|
|
1713
|
-
* CrossZoneLoadBalancing: {
|
|
1649
|
+
* CrossZoneLoadBalancing: { // AwsElbLoadBalancerCrossZoneLoadBalancing
|
|
1714
1650
|
* Enabled: true || false,
|
|
1715
1651
|
* },
|
|
1716
|
-
* AdditionalAttributes: [
|
|
1717
|
-
* {
|
|
1652
|
+
* AdditionalAttributes: [ // AwsElbLoadBalancerAdditionalAttributeList
|
|
1653
|
+
* { // AwsElbLoadBalancerAdditionalAttribute
|
|
1718
1654
|
* Key: "STRING_VALUE",
|
|
1719
1655
|
* Value: "STRING_VALUE",
|
|
1720
1656
|
* },
|
|
1721
1657
|
* ],
|
|
1722
1658
|
* },
|
|
1723
1659
|
* LoadBalancerName: "STRING_VALUE",
|
|
1724
|
-
* Policies: {
|
|
1725
|
-
* AppCookieStickinessPolicies: [
|
|
1726
|
-
* {
|
|
1660
|
+
* Policies: { // AwsElbLoadBalancerPolicies
|
|
1661
|
+
* AppCookieStickinessPolicies: [ // AwsElbAppCookieStickinessPolicies
|
|
1662
|
+
* { // AwsElbAppCookieStickinessPolicy
|
|
1727
1663
|
* CookieName: "STRING_VALUE",
|
|
1728
1664
|
* PolicyName: "STRING_VALUE",
|
|
1729
1665
|
* },
|
|
1730
1666
|
* ],
|
|
1731
|
-
* LbCookieStickinessPolicies: [
|
|
1732
|
-
* {
|
|
1667
|
+
* LbCookieStickinessPolicies: [ // AwsElbLbCookieStickinessPolicies
|
|
1668
|
+
* { // AwsElbLbCookieStickinessPolicy
|
|
1733
1669
|
* CookieExpirationPeriod: Number("long"),
|
|
1734
1670
|
* PolicyName: "STRING_VALUE",
|
|
1735
1671
|
* },
|
|
1736
1672
|
* ],
|
|
1737
|
-
* OtherPolicies:
|
|
1738
|
-
* "<StringList>",
|
|
1739
|
-
* ],
|
|
1673
|
+
* OtherPolicies: "<StringList>",
|
|
1740
1674
|
* },
|
|
1741
1675
|
* Scheme: "STRING_VALUE",
|
|
1742
|
-
* SecurityGroups:
|
|
1743
|
-
*
|
|
1744
|
-
* ],
|
|
1745
|
-
* SourceSecurityGroup: {
|
|
1676
|
+
* SecurityGroups: "<StringList>",
|
|
1677
|
+
* SourceSecurityGroup: { // AwsElbLoadBalancerSourceSecurityGroup
|
|
1746
1678
|
* GroupName: "STRING_VALUE",
|
|
1747
1679
|
* OwnerAlias: "STRING_VALUE",
|
|
1748
1680
|
* },
|
|
1749
|
-
* Subnets:
|
|
1750
|
-
* "<StringList>",
|
|
1751
|
-
* ],
|
|
1681
|
+
* Subnets: "<StringList>",
|
|
1752
1682
|
* VpcId: "STRING_VALUE",
|
|
1753
1683
|
* },
|
|
1754
|
-
* AwsIamGroup: {
|
|
1684
|
+
* AwsIamGroup: { // AwsIamGroupDetails
|
|
1755
1685
|
* AttachedManagedPolicies: [
|
|
1756
1686
|
* {
|
|
1757
1687
|
* PolicyName: "STRING_VALUE",
|
|
@@ -1761,14 +1691,14 @@ export interface BatchImportFindingsCommandOutput extends BatchImportFindingsRes
|
|
|
1761
1691
|
* CreateDate: "STRING_VALUE",
|
|
1762
1692
|
* GroupId: "STRING_VALUE",
|
|
1763
1693
|
* GroupName: "STRING_VALUE",
|
|
1764
|
-
* GroupPolicyList: [
|
|
1765
|
-
* {
|
|
1694
|
+
* GroupPolicyList: [ // AwsIamGroupPolicyList
|
|
1695
|
+
* { // AwsIamGroupPolicy
|
|
1766
1696
|
* PolicyName: "STRING_VALUE",
|
|
1767
1697
|
* },
|
|
1768
1698
|
* ],
|
|
1769
1699
|
* Path: "STRING_VALUE",
|
|
1770
1700
|
* },
|
|
1771
|
-
* AwsIamRole: {
|
|
1701
|
+
* AwsIamRole: { // AwsIamRoleDetails
|
|
1772
1702
|
* AssumeRolePolicyDocument: "STRING_VALUE",
|
|
1773
1703
|
* AttachedManagedPolicies: [
|
|
1774
1704
|
* {
|
|
@@ -1777,15 +1707,15 @@ export interface BatchImportFindingsCommandOutput extends BatchImportFindingsRes
|
|
|
1777
1707
|
* },
|
|
1778
1708
|
* ],
|
|
1779
1709
|
* CreateDate: "STRING_VALUE",
|
|
1780
|
-
* InstanceProfileList: [
|
|
1781
|
-
* {
|
|
1710
|
+
* InstanceProfileList: [ // AwsIamInstanceProfileList
|
|
1711
|
+
* { // AwsIamInstanceProfile
|
|
1782
1712
|
* Arn: "STRING_VALUE",
|
|
1783
1713
|
* CreateDate: "STRING_VALUE",
|
|
1784
1714
|
* InstanceProfileId: "STRING_VALUE",
|
|
1785
1715
|
* InstanceProfileName: "STRING_VALUE",
|
|
1786
1716
|
* Path: "STRING_VALUE",
|
|
1787
|
-
* Roles: [
|
|
1788
|
-
* {
|
|
1717
|
+
* Roles: [ // AwsIamInstanceProfileRoles
|
|
1718
|
+
* { // AwsIamInstanceProfileRole
|
|
1789
1719
|
* Arn: "STRING_VALUE",
|
|
1790
1720
|
* AssumeRolePolicyDocument: "STRING_VALUE",
|
|
1791
1721
|
* CreateDate: "STRING_VALUE",
|
|
@@ -1802,15 +1732,15 @@ export interface BatchImportFindingsCommandOutput extends BatchImportFindingsRes
|
|
|
1802
1732
|
* },
|
|
1803
1733
|
* RoleId: "STRING_VALUE",
|
|
1804
1734
|
* RoleName: "STRING_VALUE",
|
|
1805
|
-
* RolePolicyList: [
|
|
1806
|
-
* {
|
|
1735
|
+
* RolePolicyList: [ // AwsIamRolePolicyList
|
|
1736
|
+
* { // AwsIamRolePolicy
|
|
1807
1737
|
* PolicyName: "STRING_VALUE",
|
|
1808
1738
|
* },
|
|
1809
1739
|
* ],
|
|
1810
1740
|
* MaxSessionDuration: Number("int"),
|
|
1811
1741
|
* Path: "STRING_VALUE",
|
|
1812
1742
|
* },
|
|
1813
|
-
* AwsKmsKey: {
|
|
1743
|
+
* AwsKmsKey: { // AwsKmsKeyDetails
|
|
1814
1744
|
* AWSAccountId: "STRING_VALUE",
|
|
1815
1745
|
* CreationDate: Number("double"),
|
|
1816
1746
|
* KeyId: "STRING_VALUE",
|
|
@@ -1820,22 +1750,20 @@ export interface BatchImportFindingsCommandOutput extends BatchImportFindingsRes
|
|
|
1820
1750
|
* Description: "STRING_VALUE",
|
|
1821
1751
|
* KeyRotationStatus: true || false,
|
|
1822
1752
|
* },
|
|
1823
|
-
* AwsLambdaFunction: {
|
|
1824
|
-
* Code: {
|
|
1753
|
+
* AwsLambdaFunction: { // AwsLambdaFunctionDetails
|
|
1754
|
+
* Code: { // AwsLambdaFunctionCode
|
|
1825
1755
|
* S3Bucket: "STRING_VALUE",
|
|
1826
1756
|
* S3Key: "STRING_VALUE",
|
|
1827
1757
|
* S3ObjectVersion: "STRING_VALUE",
|
|
1828
1758
|
* ZipFile: "STRING_VALUE",
|
|
1829
1759
|
* },
|
|
1830
1760
|
* CodeSha256: "STRING_VALUE",
|
|
1831
|
-
* DeadLetterConfig: {
|
|
1761
|
+
* DeadLetterConfig: { // AwsLambdaFunctionDeadLetterConfig
|
|
1832
1762
|
* TargetArn: "STRING_VALUE",
|
|
1833
1763
|
* },
|
|
1834
|
-
* Environment: {
|
|
1835
|
-
* Variables:
|
|
1836
|
-
*
|
|
1837
|
-
* },
|
|
1838
|
-
* Error: {
|
|
1764
|
+
* Environment: { // AwsLambdaFunctionEnvironment
|
|
1765
|
+
* Variables: "<FieldMap>",
|
|
1766
|
+
* Error: { // AwsLambdaFunctionEnvironmentError
|
|
1839
1767
|
* ErrorCode: "STRING_VALUE",
|
|
1840
1768
|
* Message: "STRING_VALUE",
|
|
1841
1769
|
* },
|
|
@@ -1844,8 +1772,8 @@ export interface BatchImportFindingsCommandOutput extends BatchImportFindingsRes
|
|
|
1844
1772
|
* Handler: "STRING_VALUE",
|
|
1845
1773
|
* KmsKeyArn: "STRING_VALUE",
|
|
1846
1774
|
* LastModified: "STRING_VALUE",
|
|
1847
|
-
* Layers: [
|
|
1848
|
-
* {
|
|
1775
|
+
* Layers: [ // AwsLambdaFunctionLayerList
|
|
1776
|
+
* { // AwsLambdaFunctionLayer
|
|
1849
1777
|
* Arn: "STRING_VALUE",
|
|
1850
1778
|
* CodeSize: Number("int"),
|
|
1851
1779
|
* },
|
|
@@ -1856,34 +1784,26 @@ export interface BatchImportFindingsCommandOutput extends BatchImportFindingsRes
|
|
|
1856
1784
|
* Role: "STRING_VALUE",
|
|
1857
1785
|
* Runtime: "STRING_VALUE",
|
|
1858
1786
|
* Timeout: Number("int"),
|
|
1859
|
-
* TracingConfig: {
|
|
1787
|
+
* TracingConfig: { // AwsLambdaFunctionTracingConfig
|
|
1860
1788
|
* Mode: "STRING_VALUE",
|
|
1861
1789
|
* },
|
|
1862
|
-
* VpcConfig: {
|
|
1863
|
-
* SecurityGroupIds:
|
|
1864
|
-
*
|
|
1865
|
-
* ],
|
|
1866
|
-
* SubnetIds: [
|
|
1867
|
-
* "<NonEmptyStringList>",
|
|
1868
|
-
* ],
|
|
1790
|
+
* VpcConfig: { // AwsLambdaFunctionVpcConfig
|
|
1791
|
+
* SecurityGroupIds: "<NonEmptyStringList>",
|
|
1792
|
+
* SubnetIds: "<NonEmptyStringList>",
|
|
1869
1793
|
* VpcId: "STRING_VALUE",
|
|
1870
1794
|
* },
|
|
1871
1795
|
* Version: "STRING_VALUE",
|
|
1872
|
-
* Architectures:
|
|
1873
|
-
* "<NonEmptyStringList>",
|
|
1874
|
-
* ],
|
|
1796
|
+
* Architectures: "<NonEmptyStringList>",
|
|
1875
1797
|
* PackageType: "STRING_VALUE",
|
|
1876
1798
|
* },
|
|
1877
|
-
* AwsLambdaLayerVersion: {
|
|
1799
|
+
* AwsLambdaLayerVersion: { // AwsLambdaLayerVersionDetails
|
|
1878
1800
|
* Version: Number("long"),
|
|
1879
|
-
* CompatibleRuntimes:
|
|
1880
|
-
* "<NonEmptyStringList>",
|
|
1881
|
-
* ],
|
|
1801
|
+
* CompatibleRuntimes: "<NonEmptyStringList>",
|
|
1882
1802
|
* CreatedDate: "STRING_VALUE",
|
|
1883
1803
|
* },
|
|
1884
|
-
* AwsRdsDbInstance: {
|
|
1885
|
-
* AssociatedRoles: [
|
|
1886
|
-
* {
|
|
1804
|
+
* AwsRdsDbInstance: { // AwsRdsDbInstanceDetails
|
|
1805
|
+
* AssociatedRoles: [ // AwsRdsDbInstanceAssociatedRoles
|
|
1806
|
+
* { // AwsRdsDbInstanceAssociatedRole
|
|
1887
1807
|
* RoleArn: "STRING_VALUE",
|
|
1888
1808
|
* FeatureName: "STRING_VALUE",
|
|
1889
1809
|
* Status: "STRING_VALUE",
|
|
@@ -1897,7 +1817,7 @@ export interface BatchImportFindingsCommandOutput extends BatchImportFindingsRes
|
|
|
1897
1817
|
* DbiResourceId: "STRING_VALUE",
|
|
1898
1818
|
* DBName: "STRING_VALUE",
|
|
1899
1819
|
* DeletionProtection: true || false,
|
|
1900
|
-
* Endpoint: {
|
|
1820
|
+
* Endpoint: { // AwsRdsDbInstanceEndpoint
|
|
1901
1821
|
* Address: "STRING_VALUE",
|
|
1902
1822
|
* Port: Number("int"),
|
|
1903
1823
|
* HostedZoneId: "STRING_VALUE",
|
|
@@ -1910,8 +1830,8 @@ export interface BatchImportFindingsCommandOutput extends BatchImportFindingsRes
|
|
|
1910
1830
|
* PubliclyAccessible: true || false,
|
|
1911
1831
|
* StorageEncrypted: true || false,
|
|
1912
1832
|
* TdeCredentialArn: "STRING_VALUE",
|
|
1913
|
-
* VpcSecurityGroups: [
|
|
1914
|
-
* {
|
|
1833
|
+
* VpcSecurityGroups: [ // AwsRdsDbInstanceVpcSecurityGroups
|
|
1834
|
+
* { // AwsRdsDbInstanceVpcSecurityGroup
|
|
1915
1835
|
* VpcSecurityGroupId: "STRING_VALUE",
|
|
1916
1836
|
* Status: "STRING_VALUE",
|
|
1917
1837
|
* },
|
|
@@ -1923,25 +1843,23 @@ export interface BatchImportFindingsCommandOutput extends BatchImportFindingsRes
|
|
|
1923
1843
|
* AllocatedStorage: Number("int"),
|
|
1924
1844
|
* PreferredBackupWindow: "STRING_VALUE",
|
|
1925
1845
|
* BackupRetentionPeriod: Number("int"),
|
|
1926
|
-
* DbSecurityGroups:
|
|
1927
|
-
*
|
|
1928
|
-
*
|
|
1929
|
-
* DbParameterGroups: [
|
|
1930
|
-
* {
|
|
1846
|
+
* DbSecurityGroups: "<StringList>",
|
|
1847
|
+
* DbParameterGroups: [ // AwsRdsDbParameterGroups
|
|
1848
|
+
* { // AwsRdsDbParameterGroup
|
|
1931
1849
|
* DbParameterGroupName: "STRING_VALUE",
|
|
1932
1850
|
* ParameterApplyStatus: "STRING_VALUE",
|
|
1933
1851
|
* },
|
|
1934
1852
|
* ],
|
|
1935
1853
|
* AvailabilityZone: "STRING_VALUE",
|
|
1936
|
-
* DbSubnetGroup: {
|
|
1854
|
+
* DbSubnetGroup: { // AwsRdsDbSubnetGroup
|
|
1937
1855
|
* DbSubnetGroupName: "STRING_VALUE",
|
|
1938
1856
|
* DbSubnetGroupDescription: "STRING_VALUE",
|
|
1939
1857
|
* VpcId: "STRING_VALUE",
|
|
1940
1858
|
* SubnetGroupStatus: "STRING_VALUE",
|
|
1941
|
-
* Subnets: [
|
|
1942
|
-
* {
|
|
1859
|
+
* Subnets: [ // AwsRdsDbSubnetGroupSubnets
|
|
1860
|
+
* { // AwsRdsDbSubnetGroupSubnet
|
|
1943
1861
|
* SubnetIdentifier: "STRING_VALUE",
|
|
1944
|
-
* SubnetAvailabilityZone: {
|
|
1862
|
+
* SubnetAvailabilityZone: { // AwsRdsDbSubnetGroupSubnetAvailabilityZone
|
|
1945
1863
|
* Name: "STRING_VALUE",
|
|
1946
1864
|
* },
|
|
1947
1865
|
* SubnetStatus: "STRING_VALUE",
|
|
@@ -1950,7 +1868,7 @@ export interface BatchImportFindingsCommandOutput extends BatchImportFindingsRes
|
|
|
1950
1868
|
* DbSubnetGroupArn: "STRING_VALUE",
|
|
1951
1869
|
* },
|
|
1952
1870
|
* PreferredMaintenanceWindow: "STRING_VALUE",
|
|
1953
|
-
* PendingModifiedValues: {
|
|
1871
|
+
* PendingModifiedValues: { // AwsRdsDbPendingModifiedValues
|
|
1954
1872
|
* DbInstanceClass: "STRING_VALUE",
|
|
1955
1873
|
* AllocatedStorage: Number("int"),
|
|
1956
1874
|
* MasterUserPassword: "STRING_VALUE",
|
|
@@ -1964,16 +1882,12 @@ export interface BatchImportFindingsCommandOutput extends BatchImportFindingsRes
|
|
|
1964
1882
|
* StorageType: "STRING_VALUE",
|
|
1965
1883
|
* CaCertificateIdentifier: "STRING_VALUE",
|
|
1966
1884
|
* DbSubnetGroupName: "STRING_VALUE",
|
|
1967
|
-
* PendingCloudWatchLogsExports: {
|
|
1968
|
-
* LogTypesToEnable:
|
|
1969
|
-
*
|
|
1970
|
-
* ],
|
|
1971
|
-
* LogTypesToDisable: [
|
|
1972
|
-
* "<StringList>",
|
|
1973
|
-
* ],
|
|
1885
|
+
* PendingCloudWatchLogsExports: { // AwsRdsPendingCloudWatchLogsExports
|
|
1886
|
+
* LogTypesToEnable: "<StringList>",
|
|
1887
|
+
* LogTypesToDisable: "<StringList>",
|
|
1974
1888
|
* },
|
|
1975
|
-
* ProcessorFeatures: [
|
|
1976
|
-
* {
|
|
1889
|
+
* ProcessorFeatures: [ // AwsRdsDbProcessorFeatures
|
|
1890
|
+
* { // AwsRdsDbProcessorFeature
|
|
1977
1891
|
* Name: "STRING_VALUE",
|
|
1978
1892
|
* Value: "STRING_VALUE",
|
|
1979
1893
|
* },
|
|
@@ -1982,24 +1896,20 @@ export interface BatchImportFindingsCommandOutput extends BatchImportFindingsRes
|
|
|
1982
1896
|
* LatestRestorableTime: "STRING_VALUE",
|
|
1983
1897
|
* AutoMinorVersionUpgrade: true || false,
|
|
1984
1898
|
* ReadReplicaSourceDBInstanceIdentifier: "STRING_VALUE",
|
|
1985
|
-
* ReadReplicaDBInstanceIdentifiers:
|
|
1986
|
-
*
|
|
1987
|
-
* ],
|
|
1988
|
-
* ReadReplicaDBClusterIdentifiers: [
|
|
1989
|
-
* "<StringList>",
|
|
1990
|
-
* ],
|
|
1899
|
+
* ReadReplicaDBInstanceIdentifiers: "<StringList>",
|
|
1900
|
+
* ReadReplicaDBClusterIdentifiers: "<StringList>",
|
|
1991
1901
|
* LicenseModel: "STRING_VALUE",
|
|
1992
1902
|
* Iops: Number("int"),
|
|
1993
|
-
* OptionGroupMemberships: [
|
|
1994
|
-
* {
|
|
1903
|
+
* OptionGroupMemberships: [ // AwsRdsDbOptionGroupMemberships
|
|
1904
|
+
* { // AwsRdsDbOptionGroupMembership
|
|
1995
1905
|
* OptionGroupName: "STRING_VALUE",
|
|
1996
1906
|
* Status: "STRING_VALUE",
|
|
1997
1907
|
* },
|
|
1998
1908
|
* ],
|
|
1999
1909
|
* CharacterSetName: "STRING_VALUE",
|
|
2000
1910
|
* SecondaryAvailabilityZone: "STRING_VALUE",
|
|
2001
|
-
* StatusInfos: [
|
|
2002
|
-
* {
|
|
1911
|
+
* StatusInfos: [ // AwsRdsDbStatusInfos
|
|
1912
|
+
* { // AwsRdsDbStatusInfo
|
|
2003
1913
|
* StatusType: "STRING_VALUE",
|
|
2004
1914
|
* Normal: true || false,
|
|
2005
1915
|
* Status: "STRING_VALUE",
|
|
@@ -2007,8 +1917,8 @@ export interface BatchImportFindingsCommandOutput extends BatchImportFindingsRes
|
|
|
2007
1917
|
* },
|
|
2008
1918
|
* ],
|
|
2009
1919
|
* StorageType: "STRING_VALUE",
|
|
2010
|
-
* DomainMemberships: [
|
|
2011
|
-
* {
|
|
1920
|
+
* DomainMemberships: [ // AwsRdsDbDomainMemberships
|
|
1921
|
+
* { // AwsRdsDbDomainMembership
|
|
2012
1922
|
* Domain: "STRING_VALUE",
|
|
2013
1923
|
* Status: "STRING_VALUE",
|
|
2014
1924
|
* Fqdn: "STRING_VALUE",
|
|
@@ -2023,9 +1933,7 @@ export interface BatchImportFindingsCommandOutput extends BatchImportFindingsRes
|
|
|
2023
1933
|
* PerformanceInsightsEnabled: true || false,
|
|
2024
1934
|
* PerformanceInsightsKmsKeyId: "STRING_VALUE",
|
|
2025
1935
|
* PerformanceInsightsRetentionPeriod: Number("int"),
|
|
2026
|
-
* EnabledCloudWatchLogsExports:
|
|
2027
|
-
* "<StringList>",
|
|
2028
|
-
* ],
|
|
1936
|
+
* EnabledCloudWatchLogsExports: "<StringList>",
|
|
2029
1937
|
* ProcessorFeatures: [
|
|
2030
1938
|
* {
|
|
2031
1939
|
* Name: "STRING_VALUE",
|
|
@@ -2039,10 +1947,10 @@ export interface BatchImportFindingsCommandOutput extends BatchImportFindingsRes
|
|
|
2039
1947
|
* },
|
|
2040
1948
|
* MaxAllocatedStorage: Number("int"),
|
|
2041
1949
|
* },
|
|
2042
|
-
* AwsSnsTopic: {
|
|
1950
|
+
* AwsSnsTopic: { // AwsSnsTopicDetails
|
|
2043
1951
|
* KmsMasterKeyId: "STRING_VALUE",
|
|
2044
|
-
* Subscription: [
|
|
2045
|
-
* {
|
|
1952
|
+
* Subscription: [ // AwsSnsTopicSubscriptionList
|
|
1953
|
+
* { // AwsSnsTopicSubscription
|
|
2046
1954
|
* Endpoint: "STRING_VALUE",
|
|
2047
1955
|
* Protocol: "STRING_VALUE",
|
|
2048
1956
|
* },
|
|
@@ -2057,26 +1965,26 @@ export interface BatchImportFindingsCommandOutput extends BatchImportFindingsRes
|
|
|
2057
1965
|
* HttpSuccessFeedbackRoleArn: "STRING_VALUE",
|
|
2058
1966
|
* HttpFailureFeedbackRoleArn: "STRING_VALUE",
|
|
2059
1967
|
* },
|
|
2060
|
-
* AwsSqsQueue: {
|
|
1968
|
+
* AwsSqsQueue: { // AwsSqsQueueDetails
|
|
2061
1969
|
* KmsDataKeyReusePeriodSeconds: Number("int"),
|
|
2062
1970
|
* KmsMasterKeyId: "STRING_VALUE",
|
|
2063
1971
|
* QueueName: "STRING_VALUE",
|
|
2064
1972
|
* DeadLetterTargetArn: "STRING_VALUE",
|
|
2065
1973
|
* },
|
|
2066
|
-
* AwsWafWebAcl: {
|
|
1974
|
+
* AwsWafWebAcl: { // AwsWafWebAclDetails
|
|
2067
1975
|
* Name: "STRING_VALUE",
|
|
2068
1976
|
* DefaultAction: "STRING_VALUE",
|
|
2069
|
-
* Rules: [
|
|
2070
|
-
* {
|
|
2071
|
-
* Action: {
|
|
1977
|
+
* Rules: [ // AwsWafWebAclRuleList
|
|
1978
|
+
* { // AwsWafWebAclRule
|
|
1979
|
+
* Action: { // WafAction
|
|
2072
1980
|
* Type: "STRING_VALUE",
|
|
2073
1981
|
* },
|
|
2074
|
-
* ExcludedRules: [
|
|
2075
|
-
* {
|
|
1982
|
+
* ExcludedRules: [ // WafExcludedRuleList
|
|
1983
|
+
* { // WafExcludedRule
|
|
2076
1984
|
* RuleId: "STRING_VALUE",
|
|
2077
1985
|
* },
|
|
2078
1986
|
* ],
|
|
2079
|
-
* OverrideAction: {
|
|
1987
|
+
* OverrideAction: { // WafOverrideAction
|
|
2080
1988
|
* Type: "STRING_VALUE",
|
|
2081
1989
|
* },
|
|
2082
1990
|
* Priority: Number("int"),
|
|
@@ -2086,7 +1994,7 @@ export interface BatchImportFindingsCommandOutput extends BatchImportFindingsRes
|
|
|
2086
1994
|
* ],
|
|
2087
1995
|
* WebAclId: "STRING_VALUE",
|
|
2088
1996
|
* },
|
|
2089
|
-
* AwsRdsDbSnapshot: {
|
|
1997
|
+
* AwsRdsDbSnapshot: { // AwsRdsDbSnapshotDetails
|
|
2090
1998
|
* DbSnapshotIdentifier: "STRING_VALUE",
|
|
2091
1999
|
* DbInstanceIdentifier: "STRING_VALUE",
|
|
2092
2000
|
* SnapshotCreateTime: "STRING_VALUE",
|
|
@@ -2120,10 +2028,8 @@ export interface BatchImportFindingsCommandOutput extends BatchImportFindingsRes
|
|
|
2120
2028
|
* ],
|
|
2121
2029
|
* DbiResourceId: "STRING_VALUE",
|
|
2122
2030
|
* },
|
|
2123
|
-
* AwsRdsDbClusterSnapshot: {
|
|
2124
|
-
* AvailabilityZones:
|
|
2125
|
-
* "<StringList>",
|
|
2126
|
-
* ],
|
|
2031
|
+
* AwsRdsDbClusterSnapshot: { // AwsRdsDbClusterSnapshotDetails
|
|
2032
|
+
* AvailabilityZones: "<StringList>",
|
|
2127
2033
|
* SnapshotCreateTime: "STRING_VALUE",
|
|
2128
2034
|
* Engine: "STRING_VALUE",
|
|
2129
2035
|
* AllocatedStorage: Number("int"),
|
|
@@ -2142,19 +2048,15 @@ export interface BatchImportFindingsCommandOutput extends BatchImportFindingsRes
|
|
|
2142
2048
|
* DbClusterSnapshotIdentifier: "STRING_VALUE",
|
|
2143
2049
|
* IamDatabaseAuthenticationEnabled: true || false,
|
|
2144
2050
|
* },
|
|
2145
|
-
* AwsRdsDbCluster: {
|
|
2051
|
+
* AwsRdsDbCluster: { // AwsRdsDbClusterDetails
|
|
2146
2052
|
* AllocatedStorage: Number("int"),
|
|
2147
|
-
* AvailabilityZones:
|
|
2148
|
-
* "<StringList>",
|
|
2149
|
-
* ],
|
|
2053
|
+
* AvailabilityZones: "<StringList>",
|
|
2150
2054
|
* BackupRetentionPeriod: Number("int"),
|
|
2151
2055
|
* DatabaseName: "STRING_VALUE",
|
|
2152
2056
|
* Status: "STRING_VALUE",
|
|
2153
2057
|
* Endpoint: "STRING_VALUE",
|
|
2154
2058
|
* ReaderEndpoint: "STRING_VALUE",
|
|
2155
|
-
* CustomEndpoints:
|
|
2156
|
-
* "<StringList>",
|
|
2157
|
-
* ],
|
|
2059
|
+
* CustomEndpoints: "<StringList>",
|
|
2158
2060
|
* MultiAz: true || false,
|
|
2159
2061
|
* Engine: "STRING_VALUE",
|
|
2160
2062
|
* EngineVersion: "STRING_VALUE",
|
|
@@ -2162,9 +2064,7 @@ export interface BatchImportFindingsCommandOutput extends BatchImportFindingsRes
|
|
|
2162
2064
|
* MasterUsername: "STRING_VALUE",
|
|
2163
2065
|
* PreferredBackupWindow: "STRING_VALUE",
|
|
2164
2066
|
* PreferredMaintenanceWindow: "STRING_VALUE",
|
|
2165
|
-
* ReadReplicaIdentifiers:
|
|
2166
|
-
* "<StringList>",
|
|
2167
|
-
* ],
|
|
2067
|
+
* ReadReplicaIdentifiers: "<StringList>",
|
|
2168
2068
|
* VpcSecurityGroups: [
|
|
2169
2069
|
* {
|
|
2170
2070
|
* VpcSecurityGroupId: "STRING_VALUE",
|
|
@@ -2175,16 +2075,14 @@ export interface BatchImportFindingsCommandOutput extends BatchImportFindingsRes
|
|
|
2175
2075
|
* StorageEncrypted: true || false,
|
|
2176
2076
|
* KmsKeyId: "STRING_VALUE",
|
|
2177
2077
|
* DbClusterResourceId: "STRING_VALUE",
|
|
2178
|
-
* AssociatedRoles: [
|
|
2179
|
-
* {
|
|
2078
|
+
* AssociatedRoles: [ // AwsRdsDbClusterAssociatedRoles
|
|
2079
|
+
* { // AwsRdsDbClusterAssociatedRole
|
|
2180
2080
|
* RoleArn: "STRING_VALUE",
|
|
2181
2081
|
* Status: "STRING_VALUE",
|
|
2182
2082
|
* },
|
|
2183
2083
|
* ],
|
|
2184
2084
|
* ClusterCreateTime: "STRING_VALUE",
|
|
2185
|
-
* EnabledCloudWatchLogsExports:
|
|
2186
|
-
* "<StringList>",
|
|
2187
|
-
* ],
|
|
2085
|
+
* EnabledCloudWatchLogsExports: "<StringList>",
|
|
2188
2086
|
* EngineMode: "STRING_VALUE",
|
|
2189
2087
|
* DeletionProtection: true || false,
|
|
2190
2088
|
* HttpEndpointEnabled: true || false,
|
|
@@ -2201,15 +2099,15 @@ export interface BatchImportFindingsCommandOutput extends BatchImportFindingsRes
|
|
|
2201
2099
|
* ],
|
|
2202
2100
|
* DbClusterParameterGroup: "STRING_VALUE",
|
|
2203
2101
|
* DbSubnetGroup: "STRING_VALUE",
|
|
2204
|
-
* DbClusterOptionGroupMemberships: [
|
|
2205
|
-
* {
|
|
2102
|
+
* DbClusterOptionGroupMemberships: [ // AwsRdsDbClusterOptionGroupMemberships
|
|
2103
|
+
* { // AwsRdsDbClusterOptionGroupMembership
|
|
2206
2104
|
* DbClusterOptionGroupName: "STRING_VALUE",
|
|
2207
2105
|
* Status: "STRING_VALUE",
|
|
2208
2106
|
* },
|
|
2209
2107
|
* ],
|
|
2210
2108
|
* DbClusterIdentifier: "STRING_VALUE",
|
|
2211
|
-
* DbClusterMembers: [
|
|
2212
|
-
* {
|
|
2109
|
+
* DbClusterMembers: [ // AwsRdsDbClusterMembers
|
|
2110
|
+
* { // AwsRdsDbClusterMember
|
|
2213
2111
|
* IsClusterWriter: true || false,
|
|
2214
2112
|
* PromotionTier: Number("int"),
|
|
2215
2113
|
* DbInstanceIdentifier: "STRING_VALUE",
|
|
@@ -2218,22 +2116,20 @@ export interface BatchImportFindingsCommandOutput extends BatchImportFindingsRes
|
|
|
2218
2116
|
* ],
|
|
2219
2117
|
* IamDatabaseAuthenticationEnabled: true || false,
|
|
2220
2118
|
* },
|
|
2221
|
-
* AwsEcsCluster: {
|
|
2119
|
+
* AwsEcsCluster: { // AwsEcsClusterDetails
|
|
2222
2120
|
* ClusterArn: "STRING_VALUE",
|
|
2223
2121
|
* ActiveServicesCount: Number("int"),
|
|
2224
|
-
* CapacityProviders:
|
|
2225
|
-
*
|
|
2226
|
-
*
|
|
2227
|
-
* ClusterSettings: [
|
|
2228
|
-
* {
|
|
2122
|
+
* CapacityProviders: "<NonEmptyStringList>",
|
|
2123
|
+
* ClusterSettings: [ // AwsEcsClusterClusterSettingsList
|
|
2124
|
+
* { // AwsEcsClusterClusterSettingsDetails
|
|
2229
2125
|
* Name: "STRING_VALUE",
|
|
2230
2126
|
* Value: "STRING_VALUE",
|
|
2231
2127
|
* },
|
|
2232
2128
|
* ],
|
|
2233
|
-
* Configuration: {
|
|
2234
|
-
* ExecuteCommandConfiguration: {
|
|
2129
|
+
* Configuration: { // AwsEcsClusterConfigurationDetails
|
|
2130
|
+
* ExecuteCommandConfiguration: { // AwsEcsClusterConfigurationExecuteCommandConfigurationDetails
|
|
2235
2131
|
* KmsKeyId: "STRING_VALUE",
|
|
2236
|
-
* LogConfiguration: {
|
|
2132
|
+
* LogConfiguration: { // AwsEcsClusterConfigurationExecuteCommandConfigurationLogConfigurationDetails
|
|
2237
2133
|
* CloudWatchEncryptionEnabled: true || false,
|
|
2238
2134
|
* CloudWatchLogGroupName: "STRING_VALUE",
|
|
2239
2135
|
* S3BucketName: "STRING_VALUE",
|
|
@@ -2243,8 +2139,8 @@ export interface BatchImportFindingsCommandOutput extends BatchImportFindingsRes
|
|
|
2243
2139
|
* Logging: "STRING_VALUE",
|
|
2244
2140
|
* },
|
|
2245
2141
|
* },
|
|
2246
|
-
* DefaultCapacityProviderStrategy: [
|
|
2247
|
-
* {
|
|
2142
|
+
* DefaultCapacityProviderStrategy: [ // AwsEcsClusterDefaultCapacityProviderStrategyList
|
|
2143
|
+
* { // AwsEcsClusterDefaultCapacityProviderStrategyDetails
|
|
2248
2144
|
* Base: Number("int"),
|
|
2249
2145
|
* CapacityProvider: "STRING_VALUE",
|
|
2250
2146
|
* Weight: Number("int"),
|
|
@@ -2255,75 +2151,59 @@ export interface BatchImportFindingsCommandOutput extends BatchImportFindingsRes
|
|
|
2255
2151
|
* RunningTasksCount: Number("int"),
|
|
2256
2152
|
* Status: "STRING_VALUE",
|
|
2257
2153
|
* },
|
|
2258
|
-
* AwsEcsContainer: {
|
|
2154
|
+
* AwsEcsContainer: { // AwsEcsContainerDetails
|
|
2259
2155
|
* Name: "STRING_VALUE",
|
|
2260
2156
|
* Image: "STRING_VALUE",
|
|
2261
|
-
* MountPoints: [
|
|
2262
|
-
* {
|
|
2157
|
+
* MountPoints: [ // AwsMountPointList
|
|
2158
|
+
* { // AwsMountPoint
|
|
2263
2159
|
* SourceVolume: "STRING_VALUE",
|
|
2264
2160
|
* ContainerPath: "STRING_VALUE",
|
|
2265
2161
|
* },
|
|
2266
2162
|
* ],
|
|
2267
2163
|
* Privileged: true || false,
|
|
2268
2164
|
* },
|
|
2269
|
-
* AwsEcsTaskDefinition: {
|
|
2270
|
-
* ContainerDefinitions: [
|
|
2271
|
-
* {
|
|
2272
|
-
* Command:
|
|
2273
|
-
* "<NonEmptyStringList>",
|
|
2274
|
-
* ],
|
|
2165
|
+
* AwsEcsTaskDefinition: { // AwsEcsTaskDefinitionDetails
|
|
2166
|
+
* ContainerDefinitions: [ // AwsEcsTaskDefinitionContainerDefinitionsList
|
|
2167
|
+
* { // AwsEcsTaskDefinitionContainerDefinitionsDetails
|
|
2168
|
+
* Command: "<NonEmptyStringList>",
|
|
2275
2169
|
* Cpu: Number("int"),
|
|
2276
|
-
* DependsOn: [
|
|
2277
|
-
* {
|
|
2170
|
+
* DependsOn: [ // AwsEcsTaskDefinitionContainerDefinitionsDependsOnList
|
|
2171
|
+
* { // AwsEcsTaskDefinitionContainerDefinitionsDependsOnDetails
|
|
2278
2172
|
* Condition: "STRING_VALUE",
|
|
2279
2173
|
* ContainerName: "STRING_VALUE",
|
|
2280
2174
|
* },
|
|
2281
2175
|
* ],
|
|
2282
2176
|
* DisableNetworking: true || false,
|
|
2283
|
-
* DnsSearchDomains:
|
|
2284
|
-
*
|
|
2285
|
-
*
|
|
2286
|
-
*
|
|
2287
|
-
*
|
|
2288
|
-
*
|
|
2289
|
-
*
|
|
2290
|
-
* "<keys>": "<NonEmptyString>",
|
|
2291
|
-
* },
|
|
2292
|
-
* DockerSecurityOptions: [
|
|
2293
|
-
* "<NonEmptyStringList>",
|
|
2294
|
-
* ],
|
|
2295
|
-
* EntryPoint: [
|
|
2296
|
-
* "<NonEmptyStringList>",
|
|
2297
|
-
* ],
|
|
2298
|
-
* Environment: [
|
|
2299
|
-
* {
|
|
2177
|
+
* DnsSearchDomains: "<NonEmptyStringList>",
|
|
2178
|
+
* DnsServers: "<NonEmptyStringList>",
|
|
2179
|
+
* DockerLabels: "<FieldMap>",
|
|
2180
|
+
* DockerSecurityOptions: "<NonEmptyStringList>",
|
|
2181
|
+
* EntryPoint: "<NonEmptyStringList>",
|
|
2182
|
+
* Environment: [ // AwsEcsTaskDefinitionContainerDefinitionsEnvironmentList
|
|
2183
|
+
* { // AwsEcsTaskDefinitionContainerDefinitionsEnvironmentDetails
|
|
2300
2184
|
* Name: "STRING_VALUE",
|
|
2301
2185
|
* Value: "STRING_VALUE",
|
|
2302
2186
|
* },
|
|
2303
2187
|
* ],
|
|
2304
|
-
* EnvironmentFiles: [
|
|
2305
|
-
* {
|
|
2188
|
+
* EnvironmentFiles: [ // AwsEcsTaskDefinitionContainerDefinitionsEnvironmentFilesList
|
|
2189
|
+
* { // AwsEcsTaskDefinitionContainerDefinitionsEnvironmentFilesDetails
|
|
2306
2190
|
* Type: "STRING_VALUE",
|
|
2307
2191
|
* Value: "STRING_VALUE",
|
|
2308
2192
|
* },
|
|
2309
2193
|
* ],
|
|
2310
2194
|
* Essential: true || false,
|
|
2311
|
-
* ExtraHosts: [
|
|
2312
|
-
* {
|
|
2195
|
+
* ExtraHosts: [ // AwsEcsTaskDefinitionContainerDefinitionsExtraHostsList
|
|
2196
|
+
* { // AwsEcsTaskDefinitionContainerDefinitionsExtraHostsDetails
|
|
2313
2197
|
* Hostname: "STRING_VALUE",
|
|
2314
2198
|
* IpAddress: "STRING_VALUE",
|
|
2315
2199
|
* },
|
|
2316
2200
|
* ],
|
|
2317
|
-
* FirelensConfiguration: {
|
|
2318
|
-
* Options:
|
|
2319
|
-
* "<keys>": "<NonEmptyString>",
|
|
2320
|
-
* },
|
|
2201
|
+
* FirelensConfiguration: { // AwsEcsTaskDefinitionContainerDefinitionsFirelensConfigurationDetails
|
|
2202
|
+
* Options: "<FieldMap>",
|
|
2321
2203
|
* Type: "STRING_VALUE",
|
|
2322
2204
|
* },
|
|
2323
|
-
* HealthCheck: {
|
|
2324
|
-
* Command:
|
|
2325
|
-
* "<NonEmptyStringList>",
|
|
2326
|
-
* ],
|
|
2205
|
+
* HealthCheck: { // AwsEcsTaskDefinitionContainerDefinitionsHealthCheckDetails
|
|
2206
|
+
* Command: "<NonEmptyStringList>",
|
|
2327
2207
|
* Interval: Number("int"),
|
|
2328
2208
|
* Retries: Number("int"),
|
|
2329
2209
|
* StartPeriod: Number("int"),
|
|
@@ -2332,48 +2212,36 @@ export interface BatchImportFindingsCommandOutput extends BatchImportFindingsRes
|
|
|
2332
2212
|
* Hostname: "STRING_VALUE",
|
|
2333
2213
|
* Image: "STRING_VALUE",
|
|
2334
2214
|
* Interactive: true || false,
|
|
2335
|
-
* Links:
|
|
2336
|
-
*
|
|
2337
|
-
*
|
|
2338
|
-
*
|
|
2339
|
-
*
|
|
2340
|
-
* Add: [
|
|
2341
|
-
* "<NonEmptyStringList>",
|
|
2342
|
-
* ],
|
|
2343
|
-
* Drop: [
|
|
2344
|
-
* "<NonEmptyStringList>",
|
|
2345
|
-
* ],
|
|
2215
|
+
* Links: "<NonEmptyStringList>",
|
|
2216
|
+
* LinuxParameters: { // AwsEcsTaskDefinitionContainerDefinitionsLinuxParametersDetails
|
|
2217
|
+
* Capabilities: { // AwsEcsTaskDefinitionContainerDefinitionsLinuxParametersCapabilitiesDetails
|
|
2218
|
+
* Add: "<NonEmptyStringList>",
|
|
2219
|
+
* Drop: "<NonEmptyStringList>",
|
|
2346
2220
|
* },
|
|
2347
|
-
* Devices: [
|
|
2348
|
-
* {
|
|
2221
|
+
* Devices: [ // AwsEcsTaskDefinitionContainerDefinitionsLinuxParametersDevicesList
|
|
2222
|
+
* { // AwsEcsTaskDefinitionContainerDefinitionsLinuxParametersDevicesDetails
|
|
2349
2223
|
* ContainerPath: "STRING_VALUE",
|
|
2350
2224
|
* HostPath: "STRING_VALUE",
|
|
2351
|
-
* Permissions:
|
|
2352
|
-
* "<NonEmptyStringList>",
|
|
2353
|
-
* ],
|
|
2225
|
+
* Permissions: "<NonEmptyStringList>",
|
|
2354
2226
|
* },
|
|
2355
2227
|
* ],
|
|
2356
2228
|
* InitProcessEnabled: true || false,
|
|
2357
2229
|
* MaxSwap: Number("int"),
|
|
2358
2230
|
* SharedMemorySize: Number("int"),
|
|
2359
2231
|
* Swappiness: Number("int"),
|
|
2360
|
-
* Tmpfs: [
|
|
2361
|
-
* {
|
|
2232
|
+
* Tmpfs: [ // AwsEcsTaskDefinitionContainerDefinitionsLinuxParametersTmpfsList
|
|
2233
|
+
* { // AwsEcsTaskDefinitionContainerDefinitionsLinuxParametersTmpfsDetails
|
|
2362
2234
|
* ContainerPath: "STRING_VALUE",
|
|
2363
|
-
* MountOptions:
|
|
2364
|
-
* "<NonEmptyStringList>",
|
|
2365
|
-
* ],
|
|
2235
|
+
* MountOptions: "<NonEmptyStringList>",
|
|
2366
2236
|
* Size: Number("int"),
|
|
2367
2237
|
* },
|
|
2368
2238
|
* ],
|
|
2369
2239
|
* },
|
|
2370
|
-
* LogConfiguration: {
|
|
2240
|
+
* LogConfiguration: { // AwsEcsTaskDefinitionContainerDefinitionsLogConfigurationDetails
|
|
2371
2241
|
* LogDriver: "STRING_VALUE",
|
|
2372
|
-
* Options:
|
|
2373
|
-
*
|
|
2374
|
-
*
|
|
2375
|
-
* SecretOptions: [
|
|
2376
|
-
* {
|
|
2242
|
+
* Options: "<FieldMap>",
|
|
2243
|
+
* SecretOptions: [ // AwsEcsTaskDefinitionContainerDefinitionsLogConfigurationSecretOptionsList
|
|
2244
|
+
* { // AwsEcsTaskDefinitionContainerDefinitionsLogConfigurationSecretOptionsDetails
|
|
2377
2245
|
* Name: "STRING_VALUE",
|
|
2378
2246
|
* ValueFrom: "STRING_VALUE",
|
|
2379
2247
|
* },
|
|
@@ -2381,16 +2249,16 @@ export interface BatchImportFindingsCommandOutput extends BatchImportFindingsRes
|
|
|
2381
2249
|
* },
|
|
2382
2250
|
* Memory: Number("int"),
|
|
2383
2251
|
* MemoryReservation: Number("int"),
|
|
2384
|
-
* MountPoints: [
|
|
2385
|
-
* {
|
|
2252
|
+
* MountPoints: [ // AwsEcsTaskDefinitionContainerDefinitionsMountPointsList
|
|
2253
|
+
* { // AwsEcsTaskDefinitionContainerDefinitionsMountPointsDetails
|
|
2386
2254
|
* ContainerPath: "STRING_VALUE",
|
|
2387
2255
|
* ReadOnly: true || false,
|
|
2388
2256
|
* SourceVolume: "STRING_VALUE",
|
|
2389
2257
|
* },
|
|
2390
2258
|
* ],
|
|
2391
2259
|
* Name: "STRING_VALUE",
|
|
2392
|
-
* PortMappings: [
|
|
2393
|
-
* {
|
|
2260
|
+
* PortMappings: [ // AwsEcsTaskDefinitionContainerDefinitionsPortMappingsList
|
|
2261
|
+
* { // AwsEcsTaskDefinitionContainerDefinitionsPortMappingsDetails
|
|
2394
2262
|
* ContainerPort: Number("int"),
|
|
2395
2263
|
* HostPort: Number("int"),
|
|
2396
2264
|
* Protocol: "STRING_VALUE",
|
|
@@ -2399,39 +2267,39 @@ export interface BatchImportFindingsCommandOutput extends BatchImportFindingsRes
|
|
|
2399
2267
|
* Privileged: true || false,
|
|
2400
2268
|
* PseudoTerminal: true || false,
|
|
2401
2269
|
* ReadonlyRootFilesystem: true || false,
|
|
2402
|
-
* RepositoryCredentials: {
|
|
2270
|
+
* RepositoryCredentials: { // AwsEcsTaskDefinitionContainerDefinitionsRepositoryCredentialsDetails
|
|
2403
2271
|
* CredentialsParameter: "STRING_VALUE",
|
|
2404
2272
|
* },
|
|
2405
|
-
* ResourceRequirements: [
|
|
2406
|
-
* {
|
|
2273
|
+
* ResourceRequirements: [ // AwsEcsTaskDefinitionContainerDefinitionsResourceRequirementsList
|
|
2274
|
+
* { // AwsEcsTaskDefinitionContainerDefinitionsResourceRequirementsDetails
|
|
2407
2275
|
* Type: "STRING_VALUE",
|
|
2408
2276
|
* Value: "STRING_VALUE",
|
|
2409
2277
|
* },
|
|
2410
2278
|
* ],
|
|
2411
|
-
* Secrets: [
|
|
2412
|
-
* {
|
|
2279
|
+
* Secrets: [ // AwsEcsTaskDefinitionContainerDefinitionsSecretsList
|
|
2280
|
+
* { // AwsEcsTaskDefinitionContainerDefinitionsSecretsDetails
|
|
2413
2281
|
* Name: "STRING_VALUE",
|
|
2414
2282
|
* ValueFrom: "STRING_VALUE",
|
|
2415
2283
|
* },
|
|
2416
2284
|
* ],
|
|
2417
2285
|
* StartTimeout: Number("int"),
|
|
2418
2286
|
* StopTimeout: Number("int"),
|
|
2419
|
-
* SystemControls: [
|
|
2420
|
-
* {
|
|
2287
|
+
* SystemControls: [ // AwsEcsTaskDefinitionContainerDefinitionsSystemControlsList
|
|
2288
|
+
* { // AwsEcsTaskDefinitionContainerDefinitionsSystemControlsDetails
|
|
2421
2289
|
* Namespace: "STRING_VALUE",
|
|
2422
2290
|
* Value: "STRING_VALUE",
|
|
2423
2291
|
* },
|
|
2424
2292
|
* ],
|
|
2425
|
-
* Ulimits: [
|
|
2426
|
-
* {
|
|
2293
|
+
* Ulimits: [ // AwsEcsTaskDefinitionContainerDefinitionsUlimitsList
|
|
2294
|
+
* { // AwsEcsTaskDefinitionContainerDefinitionsUlimitsDetails
|
|
2427
2295
|
* HardLimit: Number("int"),
|
|
2428
2296
|
* Name: "STRING_VALUE",
|
|
2429
2297
|
* SoftLimit: Number("int"),
|
|
2430
2298
|
* },
|
|
2431
2299
|
* ],
|
|
2432
2300
|
* User: "STRING_VALUE",
|
|
2433
|
-
* VolumesFrom: [
|
|
2434
|
-
* {
|
|
2301
|
+
* VolumesFrom: [ // AwsEcsTaskDefinitionContainerDefinitionsVolumesFromList
|
|
2302
|
+
* { // AwsEcsTaskDefinitionContainerDefinitionsVolumesFromDetails
|
|
2435
2303
|
* ReadOnly: true || false,
|
|
2436
2304
|
* SourceContainer: "STRING_VALUE",
|
|
2437
2305
|
* },
|
|
@@ -2442,8 +2310,8 @@ export interface BatchImportFindingsCommandOutput extends BatchImportFindingsRes
|
|
|
2442
2310
|
* Cpu: "STRING_VALUE",
|
|
2443
2311
|
* ExecutionRoleArn: "STRING_VALUE",
|
|
2444
2312
|
* Family: "STRING_VALUE",
|
|
2445
|
-
* InferenceAccelerators: [
|
|
2446
|
-
* {
|
|
2313
|
+
* InferenceAccelerators: [ // AwsEcsTaskDefinitionInferenceAcceleratorsList
|
|
2314
|
+
* { // AwsEcsTaskDefinitionInferenceAcceleratorsDetails
|
|
2447
2315
|
* DeviceName: "STRING_VALUE",
|
|
2448
2316
|
* DeviceType: "STRING_VALUE",
|
|
2449
2317
|
* },
|
|
@@ -2452,41 +2320,35 @@ export interface BatchImportFindingsCommandOutput extends BatchImportFindingsRes
|
|
|
2452
2320
|
* Memory: "STRING_VALUE",
|
|
2453
2321
|
* NetworkMode: "STRING_VALUE",
|
|
2454
2322
|
* PidMode: "STRING_VALUE",
|
|
2455
|
-
* PlacementConstraints: [
|
|
2456
|
-
* {
|
|
2323
|
+
* PlacementConstraints: [ // AwsEcsTaskDefinitionPlacementConstraintsList
|
|
2324
|
+
* { // AwsEcsTaskDefinitionPlacementConstraintsDetails
|
|
2457
2325
|
* Expression: "STRING_VALUE",
|
|
2458
2326
|
* Type: "STRING_VALUE",
|
|
2459
2327
|
* },
|
|
2460
2328
|
* ],
|
|
2461
|
-
* ProxyConfiguration: {
|
|
2329
|
+
* ProxyConfiguration: { // AwsEcsTaskDefinitionProxyConfigurationDetails
|
|
2462
2330
|
* ContainerName: "STRING_VALUE",
|
|
2463
|
-
* ProxyConfigurationProperties: [
|
|
2464
|
-
* {
|
|
2331
|
+
* ProxyConfigurationProperties: [ // AwsEcsTaskDefinitionProxyConfigurationProxyConfigurationPropertiesList
|
|
2332
|
+
* { // AwsEcsTaskDefinitionProxyConfigurationProxyConfigurationPropertiesDetails
|
|
2465
2333
|
* Name: "STRING_VALUE",
|
|
2466
2334
|
* Value: "STRING_VALUE",
|
|
2467
2335
|
* },
|
|
2468
2336
|
* ],
|
|
2469
2337
|
* Type: "STRING_VALUE",
|
|
2470
2338
|
* },
|
|
2471
|
-
* RequiresCompatibilities:
|
|
2472
|
-
* "<NonEmptyStringList>",
|
|
2473
|
-
* ],
|
|
2339
|
+
* RequiresCompatibilities: "<NonEmptyStringList>",
|
|
2474
2340
|
* TaskRoleArn: "STRING_VALUE",
|
|
2475
|
-
* Volumes: [
|
|
2476
|
-
* {
|
|
2477
|
-
* DockerVolumeConfiguration: {
|
|
2341
|
+
* Volumes: [ // AwsEcsTaskDefinitionVolumesList
|
|
2342
|
+
* { // AwsEcsTaskDefinitionVolumesDetails
|
|
2343
|
+
* DockerVolumeConfiguration: { // AwsEcsTaskDefinitionVolumesDockerVolumeConfigurationDetails
|
|
2478
2344
|
* Autoprovision: true || false,
|
|
2479
2345
|
* Driver: "STRING_VALUE",
|
|
2480
|
-
* DriverOpts:
|
|
2481
|
-
*
|
|
2482
|
-
* },
|
|
2483
|
-
* Labels: {
|
|
2484
|
-
* "<keys>": "<NonEmptyString>",
|
|
2485
|
-
* },
|
|
2346
|
+
* DriverOpts: "<FieldMap>",
|
|
2347
|
+
* Labels: "<FieldMap>",
|
|
2486
2348
|
* Scope: "STRING_VALUE",
|
|
2487
2349
|
* },
|
|
2488
|
-
* EfsVolumeConfiguration: {
|
|
2489
|
-
* AuthorizationConfig: {
|
|
2350
|
+
* EfsVolumeConfiguration: { // AwsEcsTaskDefinitionVolumesEfsVolumeConfigurationDetails
|
|
2351
|
+
* AuthorizationConfig: { // AwsEcsTaskDefinitionVolumesEfsVolumeConfigurationAuthorizationConfigDetails
|
|
2490
2352
|
* AccessPointId: "STRING_VALUE",
|
|
2491
2353
|
* Iam: "STRING_VALUE",
|
|
2492
2354
|
* },
|
|
@@ -2495,64 +2357,58 @@ export interface BatchImportFindingsCommandOutput extends BatchImportFindingsRes
|
|
|
2495
2357
|
* TransitEncryption: "STRING_VALUE",
|
|
2496
2358
|
* TransitEncryptionPort: Number("int"),
|
|
2497
2359
|
* },
|
|
2498
|
-
* Host: {
|
|
2360
|
+
* Host: { // AwsEcsTaskDefinitionVolumesHostDetails
|
|
2499
2361
|
* SourcePath: "STRING_VALUE",
|
|
2500
2362
|
* },
|
|
2501
2363
|
* Name: "STRING_VALUE",
|
|
2502
2364
|
* },
|
|
2503
2365
|
* ],
|
|
2504
2366
|
* },
|
|
2505
|
-
* Container: {
|
|
2367
|
+
* Container: { // ContainerDetails
|
|
2506
2368
|
* ContainerRuntime: "STRING_VALUE",
|
|
2507
2369
|
* Name: "STRING_VALUE",
|
|
2508
2370
|
* ImageId: "STRING_VALUE",
|
|
2509
2371
|
* ImageName: "STRING_VALUE",
|
|
2510
2372
|
* LaunchedAt: "STRING_VALUE",
|
|
2511
|
-
* VolumeMounts: [
|
|
2512
|
-
* {
|
|
2373
|
+
* VolumeMounts: [ // VolumeMountList
|
|
2374
|
+
* { // VolumeMount
|
|
2513
2375
|
* Name: "STRING_VALUE",
|
|
2514
2376
|
* MountPath: "STRING_VALUE",
|
|
2515
2377
|
* },
|
|
2516
2378
|
* ],
|
|
2517
2379
|
* Privileged: true || false,
|
|
2518
2380
|
* },
|
|
2519
|
-
* Other:
|
|
2520
|
-
*
|
|
2521
|
-
* },
|
|
2522
|
-
* AwsRdsEventSubscription: {
|
|
2381
|
+
* Other: "<FieldMap>",
|
|
2382
|
+
* AwsRdsEventSubscription: { // AwsRdsEventSubscriptionDetails
|
|
2523
2383
|
* CustSubscriptionId: "STRING_VALUE",
|
|
2524
2384
|
* CustomerAwsId: "STRING_VALUE",
|
|
2525
2385
|
* Enabled: true || false,
|
|
2526
|
-
* EventCategoriesList:
|
|
2527
|
-
* "<NonEmptyStringList>",
|
|
2528
|
-
* ],
|
|
2386
|
+
* EventCategoriesList: "<NonEmptyStringList>",
|
|
2529
2387
|
* EventSubscriptionArn: "STRING_VALUE",
|
|
2530
2388
|
* SnsTopicArn: "STRING_VALUE",
|
|
2531
|
-
* SourceIdsList:
|
|
2532
|
-
* "<NonEmptyStringList>",
|
|
2533
|
-
* ],
|
|
2389
|
+
* SourceIdsList: "<NonEmptyStringList>",
|
|
2534
2390
|
* SourceType: "STRING_VALUE",
|
|
2535
2391
|
* Status: "STRING_VALUE",
|
|
2536
2392
|
* SubscriptionCreationTime: "STRING_VALUE",
|
|
2537
2393
|
* },
|
|
2538
|
-
* AwsEcsService: {
|
|
2539
|
-
* CapacityProviderStrategy: [
|
|
2540
|
-
* {
|
|
2394
|
+
* AwsEcsService: { // AwsEcsServiceDetails
|
|
2395
|
+
* CapacityProviderStrategy: [ // AwsEcsServiceCapacityProviderStrategyList
|
|
2396
|
+
* { // AwsEcsServiceCapacityProviderStrategyDetails
|
|
2541
2397
|
* Base: Number("int"),
|
|
2542
2398
|
* CapacityProvider: "STRING_VALUE",
|
|
2543
2399
|
* Weight: Number("int"),
|
|
2544
2400
|
* },
|
|
2545
2401
|
* ],
|
|
2546
2402
|
* Cluster: "STRING_VALUE",
|
|
2547
|
-
* DeploymentConfiguration: {
|
|
2548
|
-
* DeploymentCircuitBreaker: {
|
|
2403
|
+
* DeploymentConfiguration: { // AwsEcsServiceDeploymentConfigurationDetails
|
|
2404
|
+
* DeploymentCircuitBreaker: { // AwsEcsServiceDeploymentConfigurationDeploymentCircuitBreakerDetails
|
|
2549
2405
|
* Enable: true || false,
|
|
2550
2406
|
* Rollback: true || false,
|
|
2551
2407
|
* },
|
|
2552
2408
|
* MaximumPercent: Number("int"),
|
|
2553
2409
|
* MinimumHealthyPercent: Number("int"),
|
|
2554
2410
|
* },
|
|
2555
|
-
* DeploymentController: {
|
|
2411
|
+
* DeploymentController: { // AwsEcsServiceDeploymentControllerDetails
|
|
2556
2412
|
* Type: "STRING_VALUE",
|
|
2557
2413
|
* },
|
|
2558
2414
|
* DesiredCount: Number("int"),
|
|
@@ -2560,8 +2416,8 @@ export interface BatchImportFindingsCommandOutput extends BatchImportFindingsRes
|
|
|
2560
2416
|
* EnableExecuteCommand: true || false,
|
|
2561
2417
|
* HealthCheckGracePeriodSeconds: Number("int"),
|
|
2562
2418
|
* LaunchType: "STRING_VALUE",
|
|
2563
|
-
* LoadBalancers: [
|
|
2564
|
-
* {
|
|
2419
|
+
* LoadBalancers: [ // AwsEcsServiceLoadBalancersList
|
|
2420
|
+
* { // AwsEcsServiceLoadBalancersDetails
|
|
2565
2421
|
* ContainerName: "STRING_VALUE",
|
|
2566
2422
|
* ContainerPort: Number("int"),
|
|
2567
2423
|
* LoadBalancerName: "STRING_VALUE",
|
|
@@ -2569,25 +2425,21 @@ export interface BatchImportFindingsCommandOutput extends BatchImportFindingsRes
|
|
|
2569
2425
|
* },
|
|
2570
2426
|
* ],
|
|
2571
2427
|
* Name: "STRING_VALUE",
|
|
2572
|
-
* NetworkConfiguration: {
|
|
2573
|
-
* AwsVpcConfiguration: {
|
|
2428
|
+
* NetworkConfiguration: { // AwsEcsServiceNetworkConfigurationDetails
|
|
2429
|
+
* AwsVpcConfiguration: { // AwsEcsServiceNetworkConfigurationAwsVpcConfigurationDetails
|
|
2574
2430
|
* AssignPublicIp: "STRING_VALUE",
|
|
2575
|
-
* SecurityGroups:
|
|
2576
|
-
*
|
|
2577
|
-
* ],
|
|
2578
|
-
* Subnets: [
|
|
2579
|
-
* "<NonEmptyStringList>",
|
|
2580
|
-
* ],
|
|
2431
|
+
* SecurityGroups: "<NonEmptyStringList>",
|
|
2432
|
+
* Subnets: "<NonEmptyStringList>",
|
|
2581
2433
|
* },
|
|
2582
2434
|
* },
|
|
2583
|
-
* PlacementConstraints: [
|
|
2584
|
-
* {
|
|
2435
|
+
* PlacementConstraints: [ // AwsEcsServicePlacementConstraintsList
|
|
2436
|
+
* { // AwsEcsServicePlacementConstraintsDetails
|
|
2585
2437
|
* Expression: "STRING_VALUE",
|
|
2586
2438
|
* Type: "STRING_VALUE",
|
|
2587
2439
|
* },
|
|
2588
2440
|
* ],
|
|
2589
|
-
* PlacementStrategies: [
|
|
2590
|
-
* {
|
|
2441
|
+
* PlacementStrategies: [ // AwsEcsServicePlacementStrategiesList
|
|
2442
|
+
* { // AwsEcsServicePlacementStrategiesDetails
|
|
2591
2443
|
* Field: "STRING_VALUE",
|
|
2592
2444
|
* Type: "STRING_VALUE",
|
|
2593
2445
|
* },
|
|
@@ -2598,8 +2450,8 @@ export interface BatchImportFindingsCommandOutput extends BatchImportFindingsRes
|
|
|
2598
2450
|
* SchedulingStrategy: "STRING_VALUE",
|
|
2599
2451
|
* ServiceArn: "STRING_VALUE",
|
|
2600
2452
|
* ServiceName: "STRING_VALUE",
|
|
2601
|
-
* ServiceRegistries: [
|
|
2602
|
-
* {
|
|
2453
|
+
* ServiceRegistries: [ // AwsEcsServiceServiceRegistriesList
|
|
2454
|
+
* { // AwsEcsServiceServiceRegistriesDetails
|
|
2603
2455
|
* ContainerName: "STRING_VALUE",
|
|
2604
2456
|
* ContainerPort: Number("int"),
|
|
2605
2457
|
* Port: Number("int"),
|
|
@@ -2608,12 +2460,12 @@ export interface BatchImportFindingsCommandOutput extends BatchImportFindingsRes
|
|
|
2608
2460
|
* ],
|
|
2609
2461
|
* TaskDefinition: "STRING_VALUE",
|
|
2610
2462
|
* },
|
|
2611
|
-
* AwsAutoScalingLaunchConfiguration: {
|
|
2463
|
+
* AwsAutoScalingLaunchConfiguration: { // AwsAutoScalingLaunchConfigurationDetails
|
|
2612
2464
|
* AssociatePublicIpAddress: true || false,
|
|
2613
|
-
* BlockDeviceMappings: [
|
|
2614
|
-
* {
|
|
2465
|
+
* BlockDeviceMappings: [ // AwsAutoScalingLaunchConfigurationBlockDeviceMappingsList
|
|
2466
|
+
* { // AwsAutoScalingLaunchConfigurationBlockDeviceMappingsDetails
|
|
2615
2467
|
* DeviceName: "STRING_VALUE",
|
|
2616
|
-
* Ebs: {
|
|
2468
|
+
* Ebs: { // AwsAutoScalingLaunchConfigurationBlockDeviceMappingsEbsDetails
|
|
2617
2469
|
* DeleteOnTermination: true || false,
|
|
2618
2470
|
* Encrypted: true || false,
|
|
2619
2471
|
* Iops: Number("int"),
|
|
@@ -2626,14 +2478,12 @@ export interface BatchImportFindingsCommandOutput extends BatchImportFindingsRes
|
|
|
2626
2478
|
* },
|
|
2627
2479
|
* ],
|
|
2628
2480
|
* ClassicLinkVpcId: "STRING_VALUE",
|
|
2629
|
-
* ClassicLinkVpcSecurityGroups:
|
|
2630
|
-
* "<NonEmptyStringList>",
|
|
2631
|
-
* ],
|
|
2481
|
+
* ClassicLinkVpcSecurityGroups: "<NonEmptyStringList>",
|
|
2632
2482
|
* CreatedTime: "STRING_VALUE",
|
|
2633
2483
|
* EbsOptimized: true || false,
|
|
2634
2484
|
* IamInstanceProfile: "STRING_VALUE",
|
|
2635
2485
|
* ImageId: "STRING_VALUE",
|
|
2636
|
-
* InstanceMonitoring: {
|
|
2486
|
+
* InstanceMonitoring: { // AwsAutoScalingLaunchConfigurationInstanceMonitoringDetails
|
|
2637
2487
|
* Enabled: true || false,
|
|
2638
2488
|
* },
|
|
2639
2489
|
* InstanceType: "STRING_VALUE",
|
|
@@ -2642,18 +2492,16 @@ export interface BatchImportFindingsCommandOutput extends BatchImportFindingsRes
|
|
|
2642
2492
|
* LaunchConfigurationName: "STRING_VALUE",
|
|
2643
2493
|
* PlacementTenancy: "STRING_VALUE",
|
|
2644
2494
|
* RamdiskId: "STRING_VALUE",
|
|
2645
|
-
* SecurityGroups:
|
|
2646
|
-
* "<NonEmptyStringList>",
|
|
2647
|
-
* ],
|
|
2495
|
+
* SecurityGroups: "<NonEmptyStringList>",
|
|
2648
2496
|
* SpotPrice: "STRING_VALUE",
|
|
2649
2497
|
* UserData: "STRING_VALUE",
|
|
2650
|
-
* MetadataOptions: {
|
|
2498
|
+
* MetadataOptions: { // AwsAutoScalingLaunchConfigurationMetadataOptions
|
|
2651
2499
|
* HttpEndpoint: "STRING_VALUE",
|
|
2652
2500
|
* HttpPutResponseHopLimit: Number("int"),
|
|
2653
2501
|
* HttpTokens: "STRING_VALUE",
|
|
2654
2502
|
* },
|
|
2655
2503
|
* },
|
|
2656
|
-
* AwsEc2VpnConnection: {
|
|
2504
|
+
* AwsEc2VpnConnection: { // AwsEc2VpnConnectionDetails
|
|
2657
2505
|
* VpnConnectionId: "STRING_VALUE",
|
|
2658
2506
|
* State: "STRING_VALUE",
|
|
2659
2507
|
* CustomerGatewayId: "STRING_VALUE",
|
|
@@ -2661,8 +2509,8 @@ export interface BatchImportFindingsCommandOutput extends BatchImportFindingsRes
|
|
|
2661
2509
|
* Type: "STRING_VALUE",
|
|
2662
2510
|
* VpnGatewayId: "STRING_VALUE",
|
|
2663
2511
|
* Category: "STRING_VALUE",
|
|
2664
|
-
* VgwTelemetry: [
|
|
2665
|
-
* {
|
|
2512
|
+
* VgwTelemetry: [ // AwsEc2VpnConnectionVgwTelemetryList
|
|
2513
|
+
* { // AwsEc2VpnConnectionVgwTelemetryDetails
|
|
2666
2514
|
* AcceptedRouteCount: Number("int"),
|
|
2667
2515
|
* CertificateArn: "STRING_VALUE",
|
|
2668
2516
|
* LastStatusChange: "STRING_VALUE",
|
|
@@ -2671,34 +2519,24 @@ export interface BatchImportFindingsCommandOutput extends BatchImportFindingsRes
|
|
|
2671
2519
|
* StatusMessage: "STRING_VALUE",
|
|
2672
2520
|
* },
|
|
2673
2521
|
* ],
|
|
2674
|
-
* Options: {
|
|
2522
|
+
* Options: { // AwsEc2VpnConnectionOptionsDetails
|
|
2675
2523
|
* StaticRoutesOnly: true || false,
|
|
2676
|
-
* TunnelOptions: [
|
|
2677
|
-
* {
|
|
2524
|
+
* TunnelOptions: [ // AwsEc2VpnConnectionOptionsTunnelOptionsList
|
|
2525
|
+
* { // AwsEc2VpnConnectionOptionsTunnelOptionsDetails
|
|
2678
2526
|
* DpdTimeoutSeconds: Number("int"),
|
|
2679
|
-
* IkeVersions:
|
|
2680
|
-
* "<NonEmptyStringList>",
|
|
2681
|
-
* ],
|
|
2527
|
+
* IkeVersions: "<NonEmptyStringList>",
|
|
2682
2528
|
* OutsideIpAddress: "STRING_VALUE",
|
|
2683
|
-
* Phase1DhGroupNumbers: [
|
|
2529
|
+
* Phase1DhGroupNumbers: [ // IntegerList
|
|
2684
2530
|
* Number("int"),
|
|
2685
2531
|
* ],
|
|
2686
|
-
* Phase1EncryptionAlgorithms:
|
|
2687
|
-
*
|
|
2688
|
-
* ],
|
|
2689
|
-
* Phase1IntegrityAlgorithms: [
|
|
2690
|
-
* "<NonEmptyStringList>",
|
|
2691
|
-
* ],
|
|
2532
|
+
* Phase1EncryptionAlgorithms: "<NonEmptyStringList>",
|
|
2533
|
+
* Phase1IntegrityAlgorithms: "<NonEmptyStringList>",
|
|
2692
2534
|
* Phase1LifetimeSeconds: Number("int"),
|
|
2693
2535
|
* Phase2DhGroupNumbers: [
|
|
2694
2536
|
* Number("int"),
|
|
2695
2537
|
* ],
|
|
2696
|
-
* Phase2EncryptionAlgorithms:
|
|
2697
|
-
*
|
|
2698
|
-
* ],
|
|
2699
|
-
* Phase2IntegrityAlgorithms: [
|
|
2700
|
-
* "<NonEmptyStringList>",
|
|
2701
|
-
* ],
|
|
2538
|
+
* Phase2EncryptionAlgorithms: "<NonEmptyStringList>",
|
|
2539
|
+
* Phase2IntegrityAlgorithms: "<NonEmptyStringList>",
|
|
2702
2540
|
* Phase2LifetimeSeconds: Number("int"),
|
|
2703
2541
|
* PreSharedKey: "STRING_VALUE",
|
|
2704
2542
|
* RekeyFuzzPercentage: Number("int"),
|
|
@@ -2708,39 +2546,37 @@ export interface BatchImportFindingsCommandOutput extends BatchImportFindingsRes
|
|
|
2708
2546
|
* },
|
|
2709
2547
|
* ],
|
|
2710
2548
|
* },
|
|
2711
|
-
* Routes: [
|
|
2712
|
-
* {
|
|
2549
|
+
* Routes: [ // AwsEc2VpnConnectionRoutesList
|
|
2550
|
+
* { // AwsEc2VpnConnectionRoutesDetails
|
|
2713
2551
|
* DestinationCidrBlock: "STRING_VALUE",
|
|
2714
2552
|
* State: "STRING_VALUE",
|
|
2715
2553
|
* },
|
|
2716
2554
|
* ],
|
|
2717
2555
|
* TransitGatewayId: "STRING_VALUE",
|
|
2718
2556
|
* },
|
|
2719
|
-
* AwsEcrContainerImage: {
|
|
2557
|
+
* AwsEcrContainerImage: { // AwsEcrContainerImageDetails
|
|
2720
2558
|
* RegistryId: "STRING_VALUE",
|
|
2721
2559
|
* RepositoryName: "STRING_VALUE",
|
|
2722
2560
|
* Architecture: "STRING_VALUE",
|
|
2723
2561
|
* ImageDigest: "STRING_VALUE",
|
|
2724
|
-
* ImageTags:
|
|
2725
|
-
* "<NonEmptyStringList>",
|
|
2726
|
-
* ],
|
|
2562
|
+
* ImageTags: "<NonEmptyStringList>",
|
|
2727
2563
|
* ImagePublishedAt: "STRING_VALUE",
|
|
2728
2564
|
* },
|
|
2729
|
-
* AwsOpenSearchServiceDomain: {
|
|
2565
|
+
* AwsOpenSearchServiceDomain: { // AwsOpenSearchServiceDomainDetails
|
|
2730
2566
|
* Arn: "STRING_VALUE",
|
|
2731
2567
|
* AccessPolicies: "STRING_VALUE",
|
|
2732
2568
|
* DomainName: "STRING_VALUE",
|
|
2733
2569
|
* Id: "STRING_VALUE",
|
|
2734
2570
|
* DomainEndpoint: "STRING_VALUE",
|
|
2735
2571
|
* EngineVersion: "STRING_VALUE",
|
|
2736
|
-
* EncryptionAtRestOptions: {
|
|
2572
|
+
* EncryptionAtRestOptions: { // AwsOpenSearchServiceDomainEncryptionAtRestOptionsDetails
|
|
2737
2573
|
* Enabled: true || false,
|
|
2738
2574
|
* KmsKeyId: "STRING_VALUE",
|
|
2739
2575
|
* },
|
|
2740
|
-
* NodeToNodeEncryptionOptions: {
|
|
2576
|
+
* NodeToNodeEncryptionOptions: { // AwsOpenSearchServiceDomainNodeToNodeEncryptionOptionsDetails
|
|
2741
2577
|
* Enabled: true || false,
|
|
2742
2578
|
* },
|
|
2743
|
-
* ServiceSoftwareOptions: {
|
|
2579
|
+
* ServiceSoftwareOptions: { // AwsOpenSearchServiceDomainServiceSoftwareOptionsDetails
|
|
2744
2580
|
* AutomatedUpdateDate: "STRING_VALUE",
|
|
2745
2581
|
* Cancellable: true || false,
|
|
2746
2582
|
* CurrentVersion: "STRING_VALUE",
|
|
@@ -2750,12 +2586,12 @@ export interface BatchImportFindingsCommandOutput extends BatchImportFindingsRes
|
|
|
2750
2586
|
* UpdateStatus: "STRING_VALUE",
|
|
2751
2587
|
* OptionalDeployment: true || false,
|
|
2752
2588
|
* },
|
|
2753
|
-
* ClusterConfig: {
|
|
2589
|
+
* ClusterConfig: { // AwsOpenSearchServiceDomainClusterConfigDetails
|
|
2754
2590
|
* InstanceCount: Number("int"),
|
|
2755
2591
|
* WarmEnabled: true || false,
|
|
2756
2592
|
* WarmCount: Number("int"),
|
|
2757
2593
|
* DedicatedMasterEnabled: true || false,
|
|
2758
|
-
* ZoneAwarenessConfig: {
|
|
2594
|
+
* ZoneAwarenessConfig: { // AwsOpenSearchServiceDomainClusterConfigZoneAwarenessConfigDetails
|
|
2759
2595
|
* AvailabilityZoneCount: Number("int"),
|
|
2760
2596
|
* },
|
|
2761
2597
|
* DedicatedMasterCount: Number("int"),
|
|
@@ -2764,23 +2600,19 @@ export interface BatchImportFindingsCommandOutput extends BatchImportFindingsRes
|
|
|
2764
2600
|
* ZoneAwarenessEnabled: true || false,
|
|
2765
2601
|
* DedicatedMasterType: "STRING_VALUE",
|
|
2766
2602
|
* },
|
|
2767
|
-
* DomainEndpointOptions: {
|
|
2603
|
+
* DomainEndpointOptions: { // AwsOpenSearchServiceDomainDomainEndpointOptionsDetails
|
|
2768
2604
|
* CustomEndpointCertificateArn: "STRING_VALUE",
|
|
2769
2605
|
* CustomEndpointEnabled: true || false,
|
|
2770
2606
|
* EnforceHTTPS: true || false,
|
|
2771
2607
|
* CustomEndpoint: "STRING_VALUE",
|
|
2772
2608
|
* TLSSecurityPolicy: "STRING_VALUE",
|
|
2773
2609
|
* },
|
|
2774
|
-
* VpcOptions: {
|
|
2775
|
-
* SecurityGroupIds:
|
|
2776
|
-
*
|
|
2777
|
-
* ],
|
|
2778
|
-
* SubnetIds: [
|
|
2779
|
-
* "<NonEmptyStringList>",
|
|
2780
|
-
* ],
|
|
2610
|
+
* VpcOptions: { // AwsOpenSearchServiceDomainVpcOptionsDetails
|
|
2611
|
+
* SecurityGroupIds: "<NonEmptyStringList>",
|
|
2612
|
+
* SubnetIds: "<NonEmptyStringList>",
|
|
2781
2613
|
* },
|
|
2782
|
-
* LogPublishingOptions: {
|
|
2783
|
-
* IndexSlowLogs: {
|
|
2614
|
+
* LogPublishingOptions: { // AwsOpenSearchServiceDomainLogPublishingOptionsDetails
|
|
2615
|
+
* IndexSlowLogs: { // AwsOpenSearchServiceDomainLogPublishingOption
|
|
2784
2616
|
* CloudWatchLogsLogGroupArn: "STRING_VALUE",
|
|
2785
2617
|
* Enabled: true || false,
|
|
2786
2618
|
* },
|
|
@@ -2793,131 +2625,115 @@ export interface BatchImportFindingsCommandOutput extends BatchImportFindingsRes
|
|
|
2793
2625
|
* Enabled: true || false,
|
|
2794
2626
|
* },
|
|
2795
2627
|
* },
|
|
2796
|
-
* DomainEndpoints:
|
|
2797
|
-
*
|
|
2798
|
-
* },
|
|
2799
|
-
* AdvancedSecurityOptions: {
|
|
2628
|
+
* DomainEndpoints: "<FieldMap>",
|
|
2629
|
+
* AdvancedSecurityOptions: { // AwsOpenSearchServiceDomainAdvancedSecurityOptionsDetails
|
|
2800
2630
|
* Enabled: true || false,
|
|
2801
2631
|
* InternalUserDatabaseEnabled: true || false,
|
|
2802
|
-
* MasterUserOptions: {
|
|
2632
|
+
* MasterUserOptions: { // AwsOpenSearchServiceDomainMasterUserOptionsDetails
|
|
2803
2633
|
* MasterUserArn: "STRING_VALUE",
|
|
2804
2634
|
* MasterUserName: "STRING_VALUE",
|
|
2805
2635
|
* MasterUserPassword: "STRING_VALUE",
|
|
2806
2636
|
* },
|
|
2807
2637
|
* },
|
|
2808
2638
|
* },
|
|
2809
|
-
* AwsEc2VpcEndpointService: {
|
|
2639
|
+
* AwsEc2VpcEndpointService: { // AwsEc2VpcEndpointServiceDetails
|
|
2810
2640
|
* AcceptanceRequired: true || false,
|
|
2811
|
-
* AvailabilityZones:
|
|
2812
|
-
*
|
|
2813
|
-
* ],
|
|
2814
|
-
* BaseEndpointDnsNames: [
|
|
2815
|
-
* "<NonEmptyStringList>",
|
|
2816
|
-
* ],
|
|
2641
|
+
* AvailabilityZones: "<NonEmptyStringList>",
|
|
2642
|
+
* BaseEndpointDnsNames: "<NonEmptyStringList>",
|
|
2817
2643
|
* ManagesVpcEndpoints: true || false,
|
|
2818
|
-
* GatewayLoadBalancerArns:
|
|
2819
|
-
*
|
|
2820
|
-
* ],
|
|
2821
|
-
* NetworkLoadBalancerArns: [
|
|
2822
|
-
* "<NonEmptyStringList>",
|
|
2823
|
-
* ],
|
|
2644
|
+
* GatewayLoadBalancerArns: "<NonEmptyStringList>",
|
|
2645
|
+
* NetworkLoadBalancerArns: "<NonEmptyStringList>",
|
|
2824
2646
|
* PrivateDnsName: "STRING_VALUE",
|
|
2825
2647
|
* ServiceId: "STRING_VALUE",
|
|
2826
2648
|
* ServiceName: "STRING_VALUE",
|
|
2827
2649
|
* ServiceState: "STRING_VALUE",
|
|
2828
|
-
* ServiceType: [
|
|
2829
|
-
* {
|
|
2650
|
+
* ServiceType: [ // AwsEc2VpcEndpointServiceServiceTypeList
|
|
2651
|
+
* { // AwsEc2VpcEndpointServiceServiceTypeDetails
|
|
2830
2652
|
* ServiceType: "STRING_VALUE",
|
|
2831
2653
|
* },
|
|
2832
2654
|
* ],
|
|
2833
2655
|
* },
|
|
2834
|
-
* AwsXrayEncryptionConfig: {
|
|
2656
|
+
* AwsXrayEncryptionConfig: { // AwsXrayEncryptionConfigDetails
|
|
2835
2657
|
* KeyId: "STRING_VALUE",
|
|
2836
2658
|
* Status: "STRING_VALUE",
|
|
2837
2659
|
* Type: "STRING_VALUE",
|
|
2838
2660
|
* },
|
|
2839
|
-
* AwsWafRateBasedRule: {
|
|
2661
|
+
* AwsWafRateBasedRule: { // AwsWafRateBasedRuleDetails
|
|
2840
2662
|
* MetricName: "STRING_VALUE",
|
|
2841
2663
|
* Name: "STRING_VALUE",
|
|
2842
2664
|
* RateKey: "STRING_VALUE",
|
|
2843
2665
|
* RateLimit: Number("long"),
|
|
2844
2666
|
* RuleId: "STRING_VALUE",
|
|
2845
|
-
* MatchPredicates: [
|
|
2846
|
-
* {
|
|
2667
|
+
* MatchPredicates: [ // AwsWafRateBasedRuleMatchPredicateList
|
|
2668
|
+
* { // AwsWafRateBasedRuleMatchPredicate
|
|
2847
2669
|
* DataId: "STRING_VALUE",
|
|
2848
2670
|
* Negated: true || false,
|
|
2849
2671
|
* Type: "STRING_VALUE",
|
|
2850
2672
|
* },
|
|
2851
2673
|
* ],
|
|
2852
2674
|
* },
|
|
2853
|
-
* AwsWafRegionalRateBasedRule: {
|
|
2675
|
+
* AwsWafRegionalRateBasedRule: { // AwsWafRegionalRateBasedRuleDetails
|
|
2854
2676
|
* MetricName: "STRING_VALUE",
|
|
2855
2677
|
* Name: "STRING_VALUE",
|
|
2856
2678
|
* RateKey: "STRING_VALUE",
|
|
2857
2679
|
* RateLimit: Number("long"),
|
|
2858
2680
|
* RuleId: "STRING_VALUE",
|
|
2859
|
-
* MatchPredicates: [
|
|
2860
|
-
* {
|
|
2681
|
+
* MatchPredicates: [ // AwsWafRegionalRateBasedRuleMatchPredicateList
|
|
2682
|
+
* { // AwsWafRegionalRateBasedRuleMatchPredicate
|
|
2861
2683
|
* DataId: "STRING_VALUE",
|
|
2862
2684
|
* Negated: true || false,
|
|
2863
2685
|
* Type: "STRING_VALUE",
|
|
2864
2686
|
* },
|
|
2865
2687
|
* ],
|
|
2866
2688
|
* },
|
|
2867
|
-
* AwsEcrRepository: {
|
|
2689
|
+
* AwsEcrRepository: { // AwsEcrRepositoryDetails
|
|
2868
2690
|
* Arn: "STRING_VALUE",
|
|
2869
|
-
* ImageScanningConfiguration: {
|
|
2691
|
+
* ImageScanningConfiguration: { // AwsEcrRepositoryImageScanningConfigurationDetails
|
|
2870
2692
|
* ScanOnPush: true || false,
|
|
2871
2693
|
* },
|
|
2872
2694
|
* ImageTagMutability: "STRING_VALUE",
|
|
2873
|
-
* LifecyclePolicy: {
|
|
2695
|
+
* LifecyclePolicy: { // AwsEcrRepositoryLifecyclePolicyDetails
|
|
2874
2696
|
* LifecyclePolicyText: "STRING_VALUE",
|
|
2875
2697
|
* RegistryId: "STRING_VALUE",
|
|
2876
2698
|
* },
|
|
2877
2699
|
* RepositoryName: "STRING_VALUE",
|
|
2878
2700
|
* RepositoryPolicyText: "STRING_VALUE",
|
|
2879
2701
|
* },
|
|
2880
|
-
* AwsEksCluster: {
|
|
2702
|
+
* AwsEksCluster: { // AwsEksClusterDetails
|
|
2881
2703
|
* Arn: "STRING_VALUE",
|
|
2882
2704
|
* CertificateAuthorityData: "STRING_VALUE",
|
|
2883
2705
|
* ClusterStatus: "STRING_VALUE",
|
|
2884
2706
|
* Endpoint: "STRING_VALUE",
|
|
2885
2707
|
* Name: "STRING_VALUE",
|
|
2886
|
-
* ResourcesVpcConfig: {
|
|
2887
|
-
* SecurityGroupIds:
|
|
2888
|
-
*
|
|
2889
|
-
* ],
|
|
2890
|
-
* SubnetIds: [
|
|
2891
|
-
* "<NonEmptyStringList>",
|
|
2892
|
-
* ],
|
|
2708
|
+
* ResourcesVpcConfig: { // AwsEksClusterResourcesVpcConfigDetails
|
|
2709
|
+
* SecurityGroupIds: "<NonEmptyStringList>",
|
|
2710
|
+
* SubnetIds: "<NonEmptyStringList>",
|
|
2893
2711
|
* EndpointPublicAccess: true || false,
|
|
2894
2712
|
* },
|
|
2895
2713
|
* RoleArn: "STRING_VALUE",
|
|
2896
2714
|
* Version: "STRING_VALUE",
|
|
2897
|
-
* Logging: {
|
|
2898
|
-
* ClusterLogging: [
|
|
2899
|
-
* {
|
|
2715
|
+
* Logging: { // AwsEksClusterLoggingDetails
|
|
2716
|
+
* ClusterLogging: [ // AwsEksClusterLoggingClusterLoggingList
|
|
2717
|
+
* { // AwsEksClusterLoggingClusterLoggingDetails
|
|
2900
2718
|
* Enabled: true || false,
|
|
2901
|
-
* Types:
|
|
2902
|
-
* "<NonEmptyStringList>",
|
|
2903
|
-
* ],
|
|
2719
|
+
* Types: "<NonEmptyStringList>",
|
|
2904
2720
|
* },
|
|
2905
2721
|
* ],
|
|
2906
2722
|
* },
|
|
2907
2723
|
* },
|
|
2908
|
-
* AwsNetworkFirewallFirewallPolicy: {
|
|
2909
|
-
* FirewallPolicy: {
|
|
2910
|
-
* StatefulRuleGroupReferences: [
|
|
2911
|
-
* {
|
|
2724
|
+
* AwsNetworkFirewallFirewallPolicy: { // AwsNetworkFirewallFirewallPolicyDetails
|
|
2725
|
+
* FirewallPolicy: { // FirewallPolicyDetails
|
|
2726
|
+
* StatefulRuleGroupReferences: [ // FirewallPolicyStatefulRuleGroupReferencesList
|
|
2727
|
+
* { // FirewallPolicyStatefulRuleGroupReferencesDetails
|
|
2912
2728
|
* ResourceArn: "STRING_VALUE",
|
|
2913
2729
|
* },
|
|
2914
2730
|
* ],
|
|
2915
|
-
* StatelessCustomActions: [
|
|
2916
|
-
* {
|
|
2917
|
-
* ActionDefinition: {
|
|
2918
|
-
* PublishMetricAction: {
|
|
2919
|
-
* Dimensions: [
|
|
2920
|
-
* {
|
|
2731
|
+
* StatelessCustomActions: [ // FirewallPolicyStatelessCustomActionsList
|
|
2732
|
+
* { // FirewallPolicyStatelessCustomActionsDetails
|
|
2733
|
+
* ActionDefinition: { // StatelessCustomActionDefinition
|
|
2734
|
+
* PublishMetricAction: { // StatelessCustomPublishMetricAction
|
|
2735
|
+
* Dimensions: [ // StatelessCustomPublishMetricActionDimensionsList
|
|
2736
|
+
* { // StatelessCustomPublishMetricActionDimension
|
|
2921
2737
|
* Value: "STRING_VALUE",
|
|
2922
2738
|
* },
|
|
2923
2739
|
* ],
|
|
@@ -2926,14 +2742,10 @@ export interface BatchImportFindingsCommandOutput extends BatchImportFindingsRes
|
|
|
2926
2742
|
* ActionName: "STRING_VALUE",
|
|
2927
2743
|
* },
|
|
2928
2744
|
* ],
|
|
2929
|
-
* StatelessDefaultActions:
|
|
2930
|
-
*
|
|
2931
|
-
*
|
|
2932
|
-
*
|
|
2933
|
-
* "<NonEmptyStringList>",
|
|
2934
|
-
* ],
|
|
2935
|
-
* StatelessRuleGroupReferences: [
|
|
2936
|
-
* {
|
|
2745
|
+
* StatelessDefaultActions: "<NonEmptyStringList>",
|
|
2746
|
+
* StatelessFragmentDefaultActions: "<NonEmptyStringList>",
|
|
2747
|
+
* StatelessRuleGroupReferences: [ // FirewallPolicyStatelessRuleGroupReferencesList
|
|
2748
|
+
* { // FirewallPolicyStatelessRuleGroupReferencesDetails
|
|
2937
2749
|
* Priority: Number("int"),
|
|
2938
2750
|
* ResourceArn: "STRING_VALUE",
|
|
2939
2751
|
* },
|
|
@@ -2944,7 +2756,7 @@ export interface BatchImportFindingsCommandOutput extends BatchImportFindingsRes
|
|
|
2944
2756
|
* FirewallPolicyName: "STRING_VALUE",
|
|
2945
2757
|
* Description: "STRING_VALUE",
|
|
2946
2758
|
* },
|
|
2947
|
-
* AwsNetworkFirewallFirewall: {
|
|
2759
|
+
* AwsNetworkFirewallFirewall: { // AwsNetworkFirewallFirewallDetails
|
|
2948
2760
|
* DeleteProtection: true || false,
|
|
2949
2761
|
* Description: "STRING_VALUE",
|
|
2950
2762
|
* FirewallArn: "STRING_VALUE",
|
|
@@ -2953,44 +2765,36 @@ export interface BatchImportFindingsCommandOutput extends BatchImportFindingsRes
|
|
|
2953
2765
|
* FirewallPolicyArn: "STRING_VALUE",
|
|
2954
2766
|
* FirewallPolicyChangeProtection: true || false,
|
|
2955
2767
|
* SubnetChangeProtection: true || false,
|
|
2956
|
-
* SubnetMappings: [
|
|
2957
|
-
* {
|
|
2768
|
+
* SubnetMappings: [ // AwsNetworkFirewallFirewallSubnetMappingsList
|
|
2769
|
+
* { // AwsNetworkFirewallFirewallSubnetMappingsDetails
|
|
2958
2770
|
* SubnetId: "STRING_VALUE",
|
|
2959
2771
|
* },
|
|
2960
2772
|
* ],
|
|
2961
2773
|
* VpcId: "STRING_VALUE",
|
|
2962
2774
|
* },
|
|
2963
|
-
* AwsNetworkFirewallRuleGroup: {
|
|
2775
|
+
* AwsNetworkFirewallRuleGroup: { // AwsNetworkFirewallRuleGroupDetails
|
|
2964
2776
|
* Capacity: Number("int"),
|
|
2965
2777
|
* Description: "STRING_VALUE",
|
|
2966
|
-
* RuleGroup: {
|
|
2967
|
-
* RuleVariables: {
|
|
2968
|
-
* IpSets: {
|
|
2969
|
-
* Definition:
|
|
2970
|
-
* "<NonEmptyStringList>",
|
|
2971
|
-
* ],
|
|
2778
|
+
* RuleGroup: { // RuleGroupDetails
|
|
2779
|
+
* RuleVariables: { // RuleGroupVariables
|
|
2780
|
+
* IpSets: { // RuleGroupVariablesIpSetsDetails
|
|
2781
|
+
* Definition: "<NonEmptyStringList>",
|
|
2972
2782
|
* },
|
|
2973
|
-
* PortSets: {
|
|
2974
|
-
* Definition:
|
|
2975
|
-
* "<NonEmptyStringList>",
|
|
2976
|
-
* ],
|
|
2783
|
+
* PortSets: { // RuleGroupVariablesPortSetsDetails
|
|
2784
|
+
* Definition: "<NonEmptyStringList>",
|
|
2977
2785
|
* },
|
|
2978
2786
|
* },
|
|
2979
|
-
* RulesSource: {
|
|
2980
|
-
* RulesSourceList: {
|
|
2787
|
+
* RulesSource: { // RuleGroupSource
|
|
2788
|
+
* RulesSourceList: { // RuleGroupSourceListDetails
|
|
2981
2789
|
* GeneratedRulesType: "STRING_VALUE",
|
|
2982
|
-
* TargetTypes:
|
|
2983
|
-
*
|
|
2984
|
-
* ],
|
|
2985
|
-
* Targets: [
|
|
2986
|
-
* "<NonEmptyStringList>",
|
|
2987
|
-
* ],
|
|
2790
|
+
* TargetTypes: "<NonEmptyStringList>",
|
|
2791
|
+
* Targets: "<NonEmptyStringList>",
|
|
2988
2792
|
* },
|
|
2989
2793
|
* RulesString: "STRING_VALUE",
|
|
2990
|
-
* StatefulRules: [
|
|
2991
|
-
* {
|
|
2794
|
+
* StatefulRules: [ // RuleGroupSourceStatefulRulesList
|
|
2795
|
+
* { // RuleGroupSourceStatefulRulesDetails
|
|
2992
2796
|
* Action: "STRING_VALUE",
|
|
2993
|
-
* Header: {
|
|
2797
|
+
* Header: { // RuleGroupSourceStatefulRulesHeaderDetails
|
|
2994
2798
|
* Destination: "STRING_VALUE",
|
|
2995
2799
|
* DestinationPort: "STRING_VALUE",
|
|
2996
2800
|
* Direction: "STRING_VALUE",
|
|
@@ -2998,19 +2802,19 @@ export interface BatchImportFindingsCommandOutput extends BatchImportFindingsRes
|
|
|
2998
2802
|
* Source: "STRING_VALUE",
|
|
2999
2803
|
* SourcePort: "STRING_VALUE",
|
|
3000
2804
|
* },
|
|
3001
|
-
* RuleOptions: [
|
|
3002
|
-
* {
|
|
2805
|
+
* RuleOptions: [ // RuleGroupSourceStatefulRulesOptionsList
|
|
2806
|
+
* { // RuleGroupSourceStatefulRulesOptionsDetails
|
|
3003
2807
|
* Keyword: "STRING_VALUE",
|
|
3004
|
-
* Settings: [
|
|
2808
|
+
* Settings: [ // RuleGroupSourceStatefulRulesRuleOptionsSettingsList
|
|
3005
2809
|
* "STRING_VALUE",
|
|
3006
2810
|
* ],
|
|
3007
2811
|
* },
|
|
3008
2812
|
* ],
|
|
3009
2813
|
* },
|
|
3010
2814
|
* ],
|
|
3011
|
-
* StatelessRulesAndCustomActions: {
|
|
3012
|
-
* CustomActions: [
|
|
3013
|
-
* {
|
|
2815
|
+
* StatelessRulesAndCustomActions: { // RuleGroupSourceStatelessRulesAndCustomActionsDetails
|
|
2816
|
+
* CustomActions: [ // RuleGroupSourceCustomActionsList
|
|
2817
|
+
* { // RuleGroupSourceCustomActionsDetails
|
|
3014
2818
|
* ActionDefinition: {
|
|
3015
2819
|
* PublishMetricAction: {
|
|
3016
2820
|
* Dimensions: [
|
|
@@ -3023,47 +2827,41 @@ export interface BatchImportFindingsCommandOutput extends BatchImportFindingsRes
|
|
|
3023
2827
|
* ActionName: "STRING_VALUE",
|
|
3024
2828
|
* },
|
|
3025
2829
|
* ],
|
|
3026
|
-
* StatelessRules: [
|
|
3027
|
-
* {
|
|
2830
|
+
* StatelessRules: [ // RuleGroupSourceStatelessRulesList
|
|
2831
|
+
* { // RuleGroupSourceStatelessRulesDetails
|
|
3028
2832
|
* Priority: Number("int"),
|
|
3029
|
-
* RuleDefinition: {
|
|
3030
|
-
* Actions:
|
|
3031
|
-
*
|
|
3032
|
-
*
|
|
3033
|
-
*
|
|
3034
|
-
* DestinationPorts: [
|
|
3035
|
-
* {
|
|
2833
|
+
* RuleDefinition: { // RuleGroupSourceStatelessRuleDefinition
|
|
2834
|
+
* Actions: "<NonEmptyStringList>",
|
|
2835
|
+
* MatchAttributes: { // RuleGroupSourceStatelessRuleMatchAttributes
|
|
2836
|
+
* DestinationPorts: [ // RuleGroupSourceStatelessRuleMatchAttributesDestinationPortsList
|
|
2837
|
+
* { // RuleGroupSourceStatelessRuleMatchAttributesDestinationPorts
|
|
3036
2838
|
* FromPort: Number("int"),
|
|
3037
2839
|
* ToPort: Number("int"),
|
|
3038
2840
|
* },
|
|
3039
2841
|
* ],
|
|
3040
|
-
* Destinations: [
|
|
3041
|
-
* {
|
|
2842
|
+
* Destinations: [ // RuleGroupSourceStatelessRuleMatchAttributesDestinationsList
|
|
2843
|
+
* { // RuleGroupSourceStatelessRuleMatchAttributesDestinations
|
|
3042
2844
|
* AddressDefinition: "STRING_VALUE",
|
|
3043
2845
|
* },
|
|
3044
2846
|
* ],
|
|
3045
|
-
* Protocols: [
|
|
2847
|
+
* Protocols: [ // RuleGroupSourceStatelessRuleMatchAttributesProtocolsList
|
|
3046
2848
|
* Number("int"),
|
|
3047
2849
|
* ],
|
|
3048
|
-
* SourcePorts: [
|
|
3049
|
-
* {
|
|
2850
|
+
* SourcePorts: [ // RuleGroupSourceStatelessRuleMatchAttributesSourcePortsList
|
|
2851
|
+
* { // RuleGroupSourceStatelessRuleMatchAttributesSourcePorts
|
|
3050
2852
|
* FromPort: Number("int"),
|
|
3051
2853
|
* ToPort: Number("int"),
|
|
3052
2854
|
* },
|
|
3053
2855
|
* ],
|
|
3054
|
-
* Sources: [
|
|
3055
|
-
* {
|
|
2856
|
+
* Sources: [ // RuleGroupSourceStatelessRuleMatchAttributesSourcesList
|
|
2857
|
+
* { // RuleGroupSourceStatelessRuleMatchAttributesSources
|
|
3056
2858
|
* AddressDefinition: "STRING_VALUE",
|
|
3057
2859
|
* },
|
|
3058
2860
|
* ],
|
|
3059
|
-
* TcpFlags: [
|
|
3060
|
-
* {
|
|
3061
|
-
* Flags:
|
|
3062
|
-
*
|
|
3063
|
-
* ],
|
|
3064
|
-
* Masks: [
|
|
3065
|
-
* "<NonEmptyStringList>",
|
|
3066
|
-
* ],
|
|
2861
|
+
* TcpFlags: [ // RuleGroupSourceStatelessRuleMatchAttributesTcpFlagsList
|
|
2862
|
+
* { // RuleGroupSourceStatelessRuleMatchAttributesTcpFlags
|
|
2863
|
+
* Flags: "<NonEmptyStringList>",
|
|
2864
|
+
* Masks: "<NonEmptyStringList>",
|
|
3067
2865
|
* },
|
|
3068
2866
|
* ],
|
|
3069
2867
|
* },
|
|
@@ -3078,20 +2876,20 @@ export interface BatchImportFindingsCommandOutput extends BatchImportFindingsRes
|
|
|
3078
2876
|
* RuleGroupName: "STRING_VALUE",
|
|
3079
2877
|
* Type: "STRING_VALUE",
|
|
3080
2878
|
* },
|
|
3081
|
-
* AwsRdsDbSecurityGroup: {
|
|
2879
|
+
* AwsRdsDbSecurityGroup: { // AwsRdsDbSecurityGroupDetails
|
|
3082
2880
|
* DbSecurityGroupArn: "STRING_VALUE",
|
|
3083
2881
|
* DbSecurityGroupDescription: "STRING_VALUE",
|
|
3084
2882
|
* DbSecurityGroupName: "STRING_VALUE",
|
|
3085
|
-
* Ec2SecurityGroups: [
|
|
3086
|
-
* {
|
|
2883
|
+
* Ec2SecurityGroups: [ // AwsRdsDbSecurityGroupEc2SecurityGroups
|
|
2884
|
+
* { // AwsRdsDbSecurityGroupEc2SecurityGroup
|
|
3087
2885
|
* Ec2SecurityGroupId: "STRING_VALUE",
|
|
3088
2886
|
* Ec2SecurityGroupName: "STRING_VALUE",
|
|
3089
2887
|
* Ec2SecurityGroupOwnerId: "STRING_VALUE",
|
|
3090
2888
|
* Status: "STRING_VALUE",
|
|
3091
2889
|
* },
|
|
3092
2890
|
* ],
|
|
3093
|
-
* IpRanges: [
|
|
3094
|
-
* {
|
|
2891
|
+
* IpRanges: [ // AwsRdsDbSecurityGroupIpRanges
|
|
2892
|
+
* { // AwsRdsDbSecurityGroupIpRange
|
|
3095
2893
|
* CidrIp: "STRING_VALUE",
|
|
3096
2894
|
* Status: "STRING_VALUE",
|
|
3097
2895
|
* },
|
|
@@ -3099,25 +2897,23 @@ export interface BatchImportFindingsCommandOutput extends BatchImportFindingsRes
|
|
|
3099
2897
|
* OwnerId: "STRING_VALUE",
|
|
3100
2898
|
* VpcId: "STRING_VALUE",
|
|
3101
2899
|
* },
|
|
3102
|
-
* AwsKinesisStream: {
|
|
2900
|
+
* AwsKinesisStream: { // AwsKinesisStreamDetails
|
|
3103
2901
|
* Name: "STRING_VALUE",
|
|
3104
2902
|
* Arn: "STRING_VALUE",
|
|
3105
|
-
* StreamEncryption: {
|
|
2903
|
+
* StreamEncryption: { // AwsKinesisStreamStreamEncryptionDetails
|
|
3106
2904
|
* EncryptionType: "STRING_VALUE",
|
|
3107
2905
|
* KeyId: "STRING_VALUE",
|
|
3108
2906
|
* },
|
|
3109
2907
|
* ShardCount: Number("int"),
|
|
3110
2908
|
* RetentionPeriodHours: Number("int"),
|
|
3111
2909
|
* },
|
|
3112
|
-
* AwsEc2TransitGateway: {
|
|
2910
|
+
* AwsEc2TransitGateway: { // AwsEc2TransitGatewayDetails
|
|
3113
2911
|
* Id: "STRING_VALUE",
|
|
3114
2912
|
* Description: "STRING_VALUE",
|
|
3115
2913
|
* DefaultRouteTablePropagation: "STRING_VALUE",
|
|
3116
2914
|
* AutoAcceptSharedAttachments: "STRING_VALUE",
|
|
3117
2915
|
* DefaultRouteTableAssociation: "STRING_VALUE",
|
|
3118
|
-
* TransitGatewayCidrBlocks:
|
|
3119
|
-
* "<NonEmptyStringList>",
|
|
3120
|
-
* ],
|
|
2916
|
+
* TransitGatewayCidrBlocks: "<NonEmptyStringList>",
|
|
3121
2917
|
* AssociationDefaultRouteTableId: "STRING_VALUE",
|
|
3122
2918
|
* PropagationDefaultRouteTableId: "STRING_VALUE",
|
|
3123
2919
|
* VpnEcmpSupport: "STRING_VALUE",
|
|
@@ -3125,20 +2921,18 @@ export interface BatchImportFindingsCommandOutput extends BatchImportFindingsRes
|
|
|
3125
2921
|
* MulticastSupport: "STRING_VALUE",
|
|
3126
2922
|
* AmazonSideAsn: Number("int"),
|
|
3127
2923
|
* },
|
|
3128
|
-
* AwsEfsAccessPoint: {
|
|
2924
|
+
* AwsEfsAccessPoint: { // AwsEfsAccessPointDetails
|
|
3129
2925
|
* AccessPointId: "STRING_VALUE",
|
|
3130
2926
|
* Arn: "STRING_VALUE",
|
|
3131
2927
|
* ClientToken: "STRING_VALUE",
|
|
3132
2928
|
* FileSystemId: "STRING_VALUE",
|
|
3133
|
-
* PosixUser: {
|
|
2929
|
+
* PosixUser: { // AwsEfsAccessPointPosixUserDetails
|
|
3134
2930
|
* Gid: "STRING_VALUE",
|
|
3135
|
-
* SecondaryGids:
|
|
3136
|
-
* "<NonEmptyStringList>",
|
|
3137
|
-
* ],
|
|
2931
|
+
* SecondaryGids: "<NonEmptyStringList>",
|
|
3138
2932
|
* Uid: "STRING_VALUE",
|
|
3139
2933
|
* },
|
|
3140
|
-
* RootDirectory: {
|
|
3141
|
-
* CreationInfo: {
|
|
2934
|
+
* RootDirectory: { // AwsEfsAccessPointRootDirectoryDetails
|
|
2935
|
+
* CreationInfo: { // AwsEfsAccessPointRootDirectoryCreationInfoDetails
|
|
3142
2936
|
* OwnerGid: "STRING_VALUE",
|
|
3143
2937
|
* OwnerUid: "STRING_VALUE",
|
|
3144
2938
|
* Permissions: "STRING_VALUE",
|
|
@@ -3146,23 +2940,19 @@ export interface BatchImportFindingsCommandOutput extends BatchImportFindingsRes
|
|
|
3146
2940
|
* Path: "STRING_VALUE",
|
|
3147
2941
|
* },
|
|
3148
2942
|
* },
|
|
3149
|
-
* AwsCloudFormationStack: {
|
|
3150
|
-
* Capabilities:
|
|
3151
|
-
* "<NonEmptyStringList>",
|
|
3152
|
-
* ],
|
|
2943
|
+
* AwsCloudFormationStack: { // AwsCloudFormationStackDetails
|
|
2944
|
+
* Capabilities: "<NonEmptyStringList>",
|
|
3153
2945
|
* CreationTime: "STRING_VALUE",
|
|
3154
2946
|
* Description: "STRING_VALUE",
|
|
3155
2947
|
* DisableRollback: true || false,
|
|
3156
|
-
* DriftInformation: {
|
|
2948
|
+
* DriftInformation: { // AwsCloudFormationStackDriftInformationDetails
|
|
3157
2949
|
* StackDriftStatus: "STRING_VALUE",
|
|
3158
2950
|
* },
|
|
3159
2951
|
* EnableTerminationProtection: true || false,
|
|
3160
2952
|
* LastUpdatedTime: "STRING_VALUE",
|
|
3161
|
-
* NotificationArns:
|
|
3162
|
-
*
|
|
3163
|
-
*
|
|
3164
|
-
* Outputs: [
|
|
3165
|
-
* {
|
|
2953
|
+
* NotificationArns: "<NonEmptyStringList>",
|
|
2954
|
+
* Outputs: [ // AwsCloudFormationStackOutputsList
|
|
2955
|
+
* { // AwsCloudFormationStackOutputsDetails
|
|
3166
2956
|
* Description: "STRING_VALUE",
|
|
3167
2957
|
* OutputKey: "STRING_VALUE",
|
|
3168
2958
|
* OutputValue: "STRING_VALUE",
|
|
@@ -3175,19 +2965,17 @@ export interface BatchImportFindingsCommandOutput extends BatchImportFindingsRes
|
|
|
3175
2965
|
* StackStatusReason: "STRING_VALUE",
|
|
3176
2966
|
* TimeoutInMinutes: Number("int"),
|
|
3177
2967
|
* },
|
|
3178
|
-
* AwsCloudWatchAlarm: {
|
|
2968
|
+
* AwsCloudWatchAlarm: { // AwsCloudWatchAlarmDetails
|
|
3179
2969
|
* ActionsEnabled: true || false,
|
|
3180
|
-
* AlarmActions:
|
|
3181
|
-
* "<NonEmptyStringList>",
|
|
3182
|
-
* ],
|
|
2970
|
+
* AlarmActions: "<NonEmptyStringList>",
|
|
3183
2971
|
* AlarmArn: "STRING_VALUE",
|
|
3184
2972
|
* AlarmConfigurationUpdatedTimestamp: "STRING_VALUE",
|
|
3185
2973
|
* AlarmDescription: "STRING_VALUE",
|
|
3186
2974
|
* AlarmName: "STRING_VALUE",
|
|
3187
2975
|
* ComparisonOperator: "STRING_VALUE",
|
|
3188
2976
|
* DatapointsToAlarm: Number("int"),
|
|
3189
|
-
* Dimensions: [
|
|
3190
|
-
* {
|
|
2977
|
+
* Dimensions: [ // AwsCloudWatchAlarmDimensionsList
|
|
2978
|
+
* { // AwsCloudWatchAlarmDimensionsDetails
|
|
3191
2979
|
* Name: "STRING_VALUE",
|
|
3192
2980
|
* Value: "STRING_VALUE",
|
|
3193
2981
|
* },
|
|
@@ -3195,14 +2983,10 @@ export interface BatchImportFindingsCommandOutput extends BatchImportFindingsRes
|
|
|
3195
2983
|
* EvaluateLowSampleCountPercentile: "STRING_VALUE",
|
|
3196
2984
|
* EvaluationPeriods: Number("int"),
|
|
3197
2985
|
* ExtendedStatistic: "STRING_VALUE",
|
|
3198
|
-
* InsufficientDataActions:
|
|
3199
|
-
* "<NonEmptyStringList>",
|
|
3200
|
-
* ],
|
|
2986
|
+
* InsufficientDataActions: "<NonEmptyStringList>",
|
|
3201
2987
|
* MetricName: "STRING_VALUE",
|
|
3202
2988
|
* Namespace: "STRING_VALUE",
|
|
3203
|
-
* OkActions:
|
|
3204
|
-
* "<NonEmptyStringList>",
|
|
3205
|
-
* ],
|
|
2989
|
+
* OkActions: "<NonEmptyStringList>",
|
|
3206
2990
|
* Period: Number("int"),
|
|
3207
2991
|
* Statistic: "STRING_VALUE",
|
|
3208
2992
|
* Threshold: Number("double"),
|
|
@@ -3210,21 +2994,21 @@ export interface BatchImportFindingsCommandOutput extends BatchImportFindingsRes
|
|
|
3210
2994
|
* TreatMissingData: "STRING_VALUE",
|
|
3211
2995
|
* Unit: "STRING_VALUE",
|
|
3212
2996
|
* },
|
|
3213
|
-
* AwsEc2VpcPeeringConnection: {
|
|
3214
|
-
* AccepterVpcInfo: {
|
|
2997
|
+
* AwsEc2VpcPeeringConnection: { // AwsEc2VpcPeeringConnectionDetails
|
|
2998
|
+
* AccepterVpcInfo: { // AwsEc2VpcPeeringConnectionVpcInfoDetails
|
|
3215
2999
|
* CidrBlock: "STRING_VALUE",
|
|
3216
|
-
* CidrBlockSet: [
|
|
3217
|
-
* {
|
|
3000
|
+
* CidrBlockSet: [ // VpcInfoCidrBlockSetList
|
|
3001
|
+
* { // VpcInfoCidrBlockSetDetails
|
|
3218
3002
|
* CidrBlock: "STRING_VALUE",
|
|
3219
3003
|
* },
|
|
3220
3004
|
* ],
|
|
3221
|
-
* Ipv6CidrBlockSet: [
|
|
3222
|
-
* {
|
|
3005
|
+
* Ipv6CidrBlockSet: [ // VpcInfoIpv6CidrBlockSetList
|
|
3006
|
+
* { // VpcInfoIpv6CidrBlockSetDetails
|
|
3223
3007
|
* Ipv6CidrBlock: "STRING_VALUE",
|
|
3224
3008
|
* },
|
|
3225
3009
|
* ],
|
|
3226
3010
|
* OwnerId: "STRING_VALUE",
|
|
3227
|
-
* PeeringOptions: {
|
|
3011
|
+
* PeeringOptions: { // VpcInfoPeeringOptionsDetails
|
|
3228
3012
|
* AllowDnsResolutionFromRemoteVpc: true || false,
|
|
3229
3013
|
* AllowEgressFromLocalClassicLinkToRemoteVpc: true || false,
|
|
3230
3014
|
* AllowEgressFromLocalVpcToRemoteClassicLink: true || false,
|
|
@@ -3254,19 +3038,19 @@ export interface BatchImportFindingsCommandOutput extends BatchImportFindingsRes
|
|
|
3254
3038
|
* Region: "STRING_VALUE",
|
|
3255
3039
|
* VpcId: "STRING_VALUE",
|
|
3256
3040
|
* },
|
|
3257
|
-
* Status: {
|
|
3041
|
+
* Status: { // AwsEc2VpcPeeringConnectionStatusDetails
|
|
3258
3042
|
* Code: "STRING_VALUE",
|
|
3259
3043
|
* Message: "STRING_VALUE",
|
|
3260
3044
|
* },
|
|
3261
3045
|
* VpcPeeringConnectionId: "STRING_VALUE",
|
|
3262
3046
|
* },
|
|
3263
|
-
* AwsWafRegionalRuleGroup: {
|
|
3047
|
+
* AwsWafRegionalRuleGroup: { // AwsWafRegionalRuleGroupDetails
|
|
3264
3048
|
* MetricName: "STRING_VALUE",
|
|
3265
3049
|
* Name: "STRING_VALUE",
|
|
3266
3050
|
* RuleGroupId: "STRING_VALUE",
|
|
3267
|
-
* Rules: [
|
|
3268
|
-
* {
|
|
3269
|
-
* Action: {
|
|
3051
|
+
* Rules: [ // AwsWafRegionalRuleGroupRulesList
|
|
3052
|
+
* { // AwsWafRegionalRuleGroupRulesDetails
|
|
3053
|
+
* Action: { // AwsWafRegionalRuleGroupRulesActionDetails
|
|
3270
3054
|
* Type: "STRING_VALUE",
|
|
3271
3055
|
* },
|
|
3272
3056
|
* Priority: Number("int"),
|
|
@@ -3275,11 +3059,11 @@ export interface BatchImportFindingsCommandOutput extends BatchImportFindingsRes
|
|
|
3275
3059
|
* },
|
|
3276
3060
|
* ],
|
|
3277
3061
|
* },
|
|
3278
|
-
* AwsWafRegionalRule: {
|
|
3062
|
+
* AwsWafRegionalRule: { // AwsWafRegionalRuleDetails
|
|
3279
3063
|
* MetricName: "STRING_VALUE",
|
|
3280
3064
|
* Name: "STRING_VALUE",
|
|
3281
|
-
* PredicateList: [
|
|
3282
|
-
* {
|
|
3065
|
+
* PredicateList: [ // AwsWafRegionalRulePredicateList
|
|
3066
|
+
* { // AwsWafRegionalRulePredicateListDetails
|
|
3283
3067
|
* DataId: "STRING_VALUE",
|
|
3284
3068
|
* Negated: true || false,
|
|
3285
3069
|
* Type: "STRING_VALUE",
|
|
@@ -3287,16 +3071,16 @@ export interface BatchImportFindingsCommandOutput extends BatchImportFindingsRes
|
|
|
3287
3071
|
* ],
|
|
3288
3072
|
* RuleId: "STRING_VALUE",
|
|
3289
3073
|
* },
|
|
3290
|
-
* AwsWafRegionalWebAcl: {
|
|
3074
|
+
* AwsWafRegionalWebAcl: { // AwsWafRegionalWebAclDetails
|
|
3291
3075
|
* DefaultAction: "STRING_VALUE",
|
|
3292
3076
|
* MetricName: "STRING_VALUE",
|
|
3293
3077
|
* Name: "STRING_VALUE",
|
|
3294
|
-
* RulesList: [
|
|
3295
|
-
* {
|
|
3296
|
-
* Action: {
|
|
3078
|
+
* RulesList: [ // AwsWafRegionalWebAclRulesList
|
|
3079
|
+
* { // AwsWafRegionalWebAclRulesListDetails
|
|
3080
|
+
* Action: { // AwsWafRegionalWebAclRulesListActionDetails
|
|
3297
3081
|
* Type: "STRING_VALUE",
|
|
3298
3082
|
* },
|
|
3299
|
-
* OverrideAction: {
|
|
3083
|
+
* OverrideAction: { // AwsWafRegionalWebAclRulesListOverrideActionDetails
|
|
3300
3084
|
* Type: "STRING_VALUE",
|
|
3301
3085
|
* },
|
|
3302
3086
|
* Priority: Number("int"),
|
|
@@ -3306,11 +3090,11 @@ export interface BatchImportFindingsCommandOutput extends BatchImportFindingsRes
|
|
|
3306
3090
|
* ],
|
|
3307
3091
|
* WebAclId: "STRING_VALUE",
|
|
3308
3092
|
* },
|
|
3309
|
-
* AwsWafRule: {
|
|
3093
|
+
* AwsWafRule: { // AwsWafRuleDetails
|
|
3310
3094
|
* MetricName: "STRING_VALUE",
|
|
3311
3095
|
* Name: "STRING_VALUE",
|
|
3312
|
-
* PredicateList: [
|
|
3313
|
-
* {
|
|
3096
|
+
* PredicateList: [ // AwsWafRulePredicateList
|
|
3097
|
+
* { // AwsWafRulePredicateListDetails
|
|
3314
3098
|
* DataId: "STRING_VALUE",
|
|
3315
3099
|
* Negated: true || false,
|
|
3316
3100
|
* Type: "STRING_VALUE",
|
|
@@ -3318,13 +3102,13 @@ export interface BatchImportFindingsCommandOutput extends BatchImportFindingsRes
|
|
|
3318
3102
|
* ],
|
|
3319
3103
|
* RuleId: "STRING_VALUE",
|
|
3320
3104
|
* },
|
|
3321
|
-
* AwsWafRuleGroup: {
|
|
3105
|
+
* AwsWafRuleGroup: { // AwsWafRuleGroupDetails
|
|
3322
3106
|
* MetricName: "STRING_VALUE",
|
|
3323
3107
|
* Name: "STRING_VALUE",
|
|
3324
3108
|
* RuleGroupId: "STRING_VALUE",
|
|
3325
|
-
* Rules: [
|
|
3326
|
-
* {
|
|
3327
|
-
* Action: {
|
|
3109
|
+
* Rules: [ // AwsWafRuleGroupRulesList
|
|
3110
|
+
* { // AwsWafRuleGroupRulesDetails
|
|
3111
|
+
* Action: { // AwsWafRuleGroupRulesActionDetails
|
|
3328
3112
|
* Type: "STRING_VALUE",
|
|
3329
3113
|
* },
|
|
3330
3114
|
* Priority: Number("int"),
|
|
@@ -3333,7 +3117,7 @@ export interface BatchImportFindingsCommandOutput extends BatchImportFindingsRes
|
|
|
3333
3117
|
* },
|
|
3334
3118
|
* ],
|
|
3335
3119
|
* },
|
|
3336
|
-
* AwsEcsTask: {
|
|
3120
|
+
* AwsEcsTask: { // AwsEcsTaskDetails
|
|
3337
3121
|
* ClusterArn: "STRING_VALUE",
|
|
3338
3122
|
* TaskDefinitionArn: "STRING_VALUE",
|
|
3339
3123
|
* Version: "STRING_VALUE",
|
|
@@ -3341,15 +3125,15 @@ export interface BatchImportFindingsCommandOutput extends BatchImportFindingsRes
|
|
|
3341
3125
|
* StartedAt: "STRING_VALUE",
|
|
3342
3126
|
* StartedBy: "STRING_VALUE",
|
|
3343
3127
|
* Group: "STRING_VALUE",
|
|
3344
|
-
* Volumes: [
|
|
3345
|
-
* {
|
|
3128
|
+
* Volumes: [ // AwsEcsTaskVolumeDetailsList
|
|
3129
|
+
* { // AwsEcsTaskVolumeDetails
|
|
3346
3130
|
* Name: "STRING_VALUE",
|
|
3347
|
-
* Host: {
|
|
3131
|
+
* Host: { // AwsEcsTaskVolumeHostDetails
|
|
3348
3132
|
* SourcePath: "STRING_VALUE",
|
|
3349
3133
|
* },
|
|
3350
3134
|
* },
|
|
3351
3135
|
* ],
|
|
3352
|
-
* Containers: [
|
|
3136
|
+
* Containers: [ // AwsEcsContainerDetailsList
|
|
3353
3137
|
* {
|
|
3354
3138
|
* Name: "STRING_VALUE",
|
|
3355
3139
|
* Image: "STRING_VALUE",
|
|
@@ -3363,31 +3147,27 @@ export interface BatchImportFindingsCommandOutput extends BatchImportFindingsRes
|
|
|
3363
3147
|
* },
|
|
3364
3148
|
* ],
|
|
3365
3149
|
* },
|
|
3366
|
-
* AwsBackupBackupVault: {
|
|
3150
|
+
* AwsBackupBackupVault: { // AwsBackupBackupVaultDetails
|
|
3367
3151
|
* BackupVaultArn: "STRING_VALUE",
|
|
3368
3152
|
* BackupVaultName: "STRING_VALUE",
|
|
3369
3153
|
* EncryptionKeyArn: "STRING_VALUE",
|
|
3370
|
-
* Notifications: {
|
|
3371
|
-
* BackupVaultEvents:
|
|
3372
|
-
* "<NonEmptyStringList>",
|
|
3373
|
-
* ],
|
|
3154
|
+
* Notifications: { // AwsBackupBackupVaultNotificationsDetails
|
|
3155
|
+
* BackupVaultEvents: "<NonEmptyStringList>",
|
|
3374
3156
|
* SnsTopicArn: "STRING_VALUE",
|
|
3375
3157
|
* },
|
|
3376
3158
|
* AccessPolicy: "STRING_VALUE",
|
|
3377
3159
|
* },
|
|
3378
|
-
* AwsBackupBackupPlan: {
|
|
3379
|
-
* BackupPlan: {
|
|
3160
|
+
* AwsBackupBackupPlan: { // AwsBackupBackupPlanDetails
|
|
3161
|
+
* BackupPlan: { // AwsBackupBackupPlanBackupPlanDetails
|
|
3380
3162
|
* BackupPlanName: "STRING_VALUE",
|
|
3381
|
-
* AdvancedBackupSettings: [
|
|
3382
|
-
* {
|
|
3383
|
-
* BackupOptions:
|
|
3384
|
-
* "<keys>": "<NonEmptyString>",
|
|
3385
|
-
* },
|
|
3163
|
+
* AdvancedBackupSettings: [ // AwsBackupBackupPlanAdvancedBackupSettingsList
|
|
3164
|
+
* { // AwsBackupBackupPlanAdvancedBackupSettingsDetails
|
|
3165
|
+
* BackupOptions: "<FieldMap>",
|
|
3386
3166
|
* ResourceType: "STRING_VALUE",
|
|
3387
3167
|
* },
|
|
3388
3168
|
* ],
|
|
3389
|
-
* BackupPlanRule: [
|
|
3390
|
-
* {
|
|
3169
|
+
* BackupPlanRule: [ // AwsBackupBackupPlanRuleList
|
|
3170
|
+
* { // AwsBackupBackupPlanRuleDetails
|
|
3391
3171
|
* TargetBackupVault: "STRING_VALUE",
|
|
3392
3172
|
* StartWindowMinutes: Number("long"),
|
|
3393
3173
|
* ScheduleExpression: "STRING_VALUE",
|
|
@@ -3395,10 +3175,10 @@ export interface BatchImportFindingsCommandOutput extends BatchImportFindingsRes
|
|
|
3395
3175
|
* RuleId: "STRING_VALUE",
|
|
3396
3176
|
* EnableContinuousBackup: true || false,
|
|
3397
3177
|
* CompletionWindowMinutes: Number("long"),
|
|
3398
|
-
* CopyActions: [
|
|
3399
|
-
* {
|
|
3178
|
+
* CopyActions: [ // AwsBackupBackupPlanRuleCopyActionsList
|
|
3179
|
+
* { // AwsBackupBackupPlanRuleCopyActionsDetails
|
|
3400
3180
|
* DestinationBackupVaultArn: "STRING_VALUE",
|
|
3401
|
-
* Lifecycle: {
|
|
3181
|
+
* Lifecycle: { // AwsBackupBackupPlanLifecycleDetails
|
|
3402
3182
|
* DeleteAfterDays: Number("long"),
|
|
3403
3183
|
* MoveToColdStorageAfterDays: Number("long"),
|
|
3404
3184
|
* },
|
|
@@ -3415,16 +3195,16 @@ export interface BatchImportFindingsCommandOutput extends BatchImportFindingsRes
|
|
|
3415
3195
|
* BackupPlanId: "STRING_VALUE",
|
|
3416
3196
|
* VersionId: "STRING_VALUE",
|
|
3417
3197
|
* },
|
|
3418
|
-
* AwsBackupRecoveryPoint: {
|
|
3198
|
+
* AwsBackupRecoveryPoint: { // AwsBackupRecoveryPointDetails
|
|
3419
3199
|
* BackupSizeInBytes: Number("long"),
|
|
3420
3200
|
* BackupVaultArn: "STRING_VALUE",
|
|
3421
3201
|
* BackupVaultName: "STRING_VALUE",
|
|
3422
|
-
* CalculatedLifecycle: {
|
|
3202
|
+
* CalculatedLifecycle: { // AwsBackupRecoveryPointCalculatedLifecycleDetails
|
|
3423
3203
|
* DeleteAt: "STRING_VALUE",
|
|
3424
3204
|
* MoveToColdStorageAt: "STRING_VALUE",
|
|
3425
3205
|
* },
|
|
3426
3206
|
* CompletionDate: "STRING_VALUE",
|
|
3427
|
-
* CreatedBy: {
|
|
3207
|
+
* CreatedBy: { // AwsBackupRecoveryPointCreatedByDetails
|
|
3428
3208
|
* BackupPlanArn: "STRING_VALUE",
|
|
3429
3209
|
* BackupPlanId: "STRING_VALUE",
|
|
3430
3210
|
* BackupPlanVersion: "STRING_VALUE",
|
|
@@ -3435,7 +3215,7 @@ export interface BatchImportFindingsCommandOutput extends BatchImportFindingsRes
|
|
|
3435
3215
|
* IamRoleArn: "STRING_VALUE",
|
|
3436
3216
|
* IsEncrypted: true || false,
|
|
3437
3217
|
* LastRestoreTime: "STRING_VALUE",
|
|
3438
|
-
* Lifecycle: {
|
|
3218
|
+
* Lifecycle: { // AwsBackupRecoveryPointLifecycleDetails
|
|
3439
3219
|
* DeleteAfterDays: Number("long"),
|
|
3440
3220
|
* MoveToColdStorageAfterDays: Number("long"),
|
|
3441
3221
|
* },
|
|
@@ -3447,14 +3227,14 @@ export interface BatchImportFindingsCommandOutput extends BatchImportFindingsRes
|
|
|
3447
3227
|
* StatusMessage: "STRING_VALUE",
|
|
3448
3228
|
* StorageClass: "STRING_VALUE",
|
|
3449
3229
|
* },
|
|
3450
|
-
* AwsEc2LaunchTemplate: {
|
|
3230
|
+
* AwsEc2LaunchTemplate: { // AwsEc2LaunchTemplateDetails
|
|
3451
3231
|
* LaunchTemplateName: "STRING_VALUE",
|
|
3452
3232
|
* Id: "STRING_VALUE",
|
|
3453
|
-
* LaunchTemplateData: {
|
|
3454
|
-
* BlockDeviceMappingSet: [
|
|
3455
|
-
* {
|
|
3233
|
+
* LaunchTemplateData: { // AwsEc2LaunchTemplateDataDetails
|
|
3234
|
+
* BlockDeviceMappingSet: [ // AwsEc2LaunchTemplateDataBlockDeviceMappingSetList
|
|
3235
|
+
* { // AwsEc2LaunchTemplateDataBlockDeviceMappingSetDetails
|
|
3456
3236
|
* DeviceName: "STRING_VALUE",
|
|
3457
|
-
* Ebs: {
|
|
3237
|
+
* Ebs: { // AwsEc2LaunchTemplateDataBlockDeviceMappingSetEbsDetails
|
|
3458
3238
|
* DeleteOnTermination: true || false,
|
|
3459
3239
|
* Encrypted: true || false,
|
|
3460
3240
|
* Iops: Number("int"),
|
|
@@ -3468,49 +3248,49 @@ export interface BatchImportFindingsCommandOutput extends BatchImportFindingsRes
|
|
|
3468
3248
|
* VirtualName: "STRING_VALUE",
|
|
3469
3249
|
* },
|
|
3470
3250
|
* ],
|
|
3471
|
-
* CapacityReservationSpecification: {
|
|
3251
|
+
* CapacityReservationSpecification: { // AwsEc2LaunchTemplateDataCapacityReservationSpecificationDetails
|
|
3472
3252
|
* CapacityReservationPreference: "STRING_VALUE",
|
|
3473
|
-
* CapacityReservationTarget: {
|
|
3253
|
+
* CapacityReservationTarget: { // AwsEc2LaunchTemplateDataCapacityReservationSpecificationCapacityReservationTargetDetails
|
|
3474
3254
|
* CapacityReservationId: "STRING_VALUE",
|
|
3475
3255
|
* CapacityReservationResourceGroupArn: "STRING_VALUE",
|
|
3476
3256
|
* },
|
|
3477
3257
|
* },
|
|
3478
|
-
* CpuOptions: {
|
|
3258
|
+
* CpuOptions: { // AwsEc2LaunchTemplateDataCpuOptionsDetails
|
|
3479
3259
|
* CoreCount: Number("int"),
|
|
3480
3260
|
* ThreadsPerCore: Number("int"),
|
|
3481
3261
|
* },
|
|
3482
|
-
* CreditSpecification: {
|
|
3262
|
+
* CreditSpecification: { // AwsEc2LaunchTemplateDataCreditSpecificationDetails
|
|
3483
3263
|
* CpuCredits: "STRING_VALUE",
|
|
3484
3264
|
* },
|
|
3485
3265
|
* DisableApiStop: true || false,
|
|
3486
3266
|
* DisableApiTermination: true || false,
|
|
3487
3267
|
* EbsOptimized: true || false,
|
|
3488
|
-
* ElasticGpuSpecificationSet: [
|
|
3489
|
-
* {
|
|
3268
|
+
* ElasticGpuSpecificationSet: [ // AwsEc2LaunchTemplateDataElasticGpuSpecificationSetList
|
|
3269
|
+
* { // AwsEc2LaunchTemplateDataElasticGpuSpecificationSetDetails
|
|
3490
3270
|
* Type: "STRING_VALUE",
|
|
3491
3271
|
* },
|
|
3492
3272
|
* ],
|
|
3493
|
-
* ElasticInferenceAcceleratorSet: [
|
|
3494
|
-
* {
|
|
3273
|
+
* ElasticInferenceAcceleratorSet: [ // AwsEc2LaunchTemplateDataElasticInferenceAcceleratorSetList
|
|
3274
|
+
* { // AwsEc2LaunchTemplateDataElasticInferenceAcceleratorSetDetails
|
|
3495
3275
|
* Count: Number("int"),
|
|
3496
3276
|
* Type: "STRING_VALUE",
|
|
3497
3277
|
* },
|
|
3498
3278
|
* ],
|
|
3499
|
-
* EnclaveOptions: {
|
|
3279
|
+
* EnclaveOptions: { // AwsEc2LaunchTemplateDataEnclaveOptionsDetails
|
|
3500
3280
|
* Enabled: true || false,
|
|
3501
3281
|
* },
|
|
3502
|
-
* HibernationOptions: {
|
|
3282
|
+
* HibernationOptions: { // AwsEc2LaunchTemplateDataHibernationOptionsDetails
|
|
3503
3283
|
* Configured: true || false,
|
|
3504
3284
|
* },
|
|
3505
|
-
* IamInstanceProfile: {
|
|
3285
|
+
* IamInstanceProfile: { // AwsEc2LaunchTemplateDataIamInstanceProfileDetails
|
|
3506
3286
|
* Arn: "STRING_VALUE",
|
|
3507
3287
|
* Name: "STRING_VALUE",
|
|
3508
3288
|
* },
|
|
3509
3289
|
* ImageId: "STRING_VALUE",
|
|
3510
3290
|
* InstanceInitiatedShutdownBehavior: "STRING_VALUE",
|
|
3511
|
-
* InstanceMarketOptions: {
|
|
3291
|
+
* InstanceMarketOptions: { // AwsEc2LaunchTemplateDataInstanceMarketOptionsDetails
|
|
3512
3292
|
* MarketType: "STRING_VALUE",
|
|
3513
|
-
* SpotOptions: {
|
|
3293
|
+
* SpotOptions: { // AwsEc2LaunchTemplateDataInstanceMarketOptionsSpotOptionsDetails
|
|
3514
3294
|
* BlockDurationMinutes: Number("int"),
|
|
3515
3295
|
* InstanceInterruptionBehavior: "STRING_VALUE",
|
|
3516
3296
|
* MaxPrice: "STRING_VALUE",
|
|
@@ -3518,63 +3298,49 @@ export interface BatchImportFindingsCommandOutput extends BatchImportFindingsRes
|
|
|
3518
3298
|
* ValidUntil: "STRING_VALUE",
|
|
3519
3299
|
* },
|
|
3520
3300
|
* },
|
|
3521
|
-
* InstanceRequirements: {
|
|
3522
|
-
* AcceleratorCount: {
|
|
3301
|
+
* InstanceRequirements: { // AwsEc2LaunchTemplateDataInstanceRequirementsDetails
|
|
3302
|
+
* AcceleratorCount: { // AwsEc2LaunchTemplateDataInstanceRequirementsAcceleratorCountDetails
|
|
3523
3303
|
* Max: Number("int"),
|
|
3524
3304
|
* Min: Number("int"),
|
|
3525
3305
|
* },
|
|
3526
|
-
* AcceleratorManufacturers:
|
|
3527
|
-
*
|
|
3528
|
-
*
|
|
3529
|
-
* AcceleratorNames: [
|
|
3530
|
-
* "<NonEmptyStringList>",
|
|
3531
|
-
* ],
|
|
3532
|
-
* AcceleratorTotalMemoryMiB: {
|
|
3306
|
+
* AcceleratorManufacturers: "<NonEmptyStringList>",
|
|
3307
|
+
* AcceleratorNames: "<NonEmptyStringList>",
|
|
3308
|
+
* AcceleratorTotalMemoryMiB: { // AwsEc2LaunchTemplateDataInstanceRequirementsAcceleratorTotalMemoryMiBDetails
|
|
3533
3309
|
* Max: Number("int"),
|
|
3534
3310
|
* Min: Number("int"),
|
|
3535
3311
|
* },
|
|
3536
|
-
* AcceleratorTypes:
|
|
3537
|
-
* "<NonEmptyStringList>",
|
|
3538
|
-
* ],
|
|
3312
|
+
* AcceleratorTypes: "<NonEmptyStringList>",
|
|
3539
3313
|
* BareMetal: "STRING_VALUE",
|
|
3540
|
-
* BaselineEbsBandwidthMbps: {
|
|
3314
|
+
* BaselineEbsBandwidthMbps: { // AwsEc2LaunchTemplateDataInstanceRequirementsBaselineEbsBandwidthMbpsDetails
|
|
3541
3315
|
* Max: Number("int"),
|
|
3542
3316
|
* Min: Number("int"),
|
|
3543
3317
|
* },
|
|
3544
3318
|
* BurstablePerformance: "STRING_VALUE",
|
|
3545
|
-
* CpuManufacturers:
|
|
3546
|
-
*
|
|
3547
|
-
*
|
|
3548
|
-
* ExcludedInstanceTypes: [
|
|
3549
|
-
* "<NonEmptyStringList>",
|
|
3550
|
-
* ],
|
|
3551
|
-
* InstanceGenerations: [
|
|
3552
|
-
* "<NonEmptyStringList>",
|
|
3553
|
-
* ],
|
|
3319
|
+
* CpuManufacturers: "<NonEmptyStringList>",
|
|
3320
|
+
* ExcludedInstanceTypes: "<NonEmptyStringList>",
|
|
3321
|
+
* InstanceGenerations: "<NonEmptyStringList>",
|
|
3554
3322
|
* LocalStorage: "STRING_VALUE",
|
|
3555
|
-
* LocalStorageTypes:
|
|
3556
|
-
*
|
|
3557
|
-
* ],
|
|
3558
|
-
* MemoryGiBPerVCpu: {
|
|
3323
|
+
* LocalStorageTypes: "<NonEmptyStringList>",
|
|
3324
|
+
* MemoryGiBPerVCpu: { // AwsEc2LaunchTemplateDataInstanceRequirementsMemoryGiBPerVCpuDetails
|
|
3559
3325
|
* Max: Number("double"),
|
|
3560
3326
|
* Min: Number("double"),
|
|
3561
3327
|
* },
|
|
3562
|
-
* MemoryMiB: {
|
|
3328
|
+
* MemoryMiB: { // AwsEc2LaunchTemplateDataInstanceRequirementsMemoryMiBDetails
|
|
3563
3329
|
* Max: Number("int"),
|
|
3564
3330
|
* Min: Number("int"),
|
|
3565
3331
|
* },
|
|
3566
|
-
* NetworkInterfaceCount: {
|
|
3332
|
+
* NetworkInterfaceCount: { // AwsEc2LaunchTemplateDataInstanceRequirementsNetworkInterfaceCountDetails
|
|
3567
3333
|
* Max: Number("int"),
|
|
3568
3334
|
* Min: Number("int"),
|
|
3569
3335
|
* },
|
|
3570
3336
|
* OnDemandMaxPricePercentageOverLowestPrice: Number("int"),
|
|
3571
3337
|
* RequireHibernateSupport: true || false,
|
|
3572
3338
|
* SpotMaxPricePercentageOverLowestPrice: Number("int"),
|
|
3573
|
-
* TotalLocalStorageGB: {
|
|
3339
|
+
* TotalLocalStorageGB: { // AwsEc2LaunchTemplateDataInstanceRequirementsTotalLocalStorageGBDetails
|
|
3574
3340
|
* Max: Number("double"),
|
|
3575
3341
|
* Min: Number("double"),
|
|
3576
3342
|
* },
|
|
3577
|
-
* VCpuCount: {
|
|
3343
|
+
* VCpuCount: { // AwsEc2LaunchTemplateDataInstanceRequirementsVCpuCountDetails
|
|
3578
3344
|
* Max: Number("int"),
|
|
3579
3345
|
* Min: Number("int"),
|
|
3580
3346
|
* },
|
|
@@ -3582,58 +3348,56 @@ export interface BatchImportFindingsCommandOutput extends BatchImportFindingsRes
|
|
|
3582
3348
|
* InstanceType: "STRING_VALUE",
|
|
3583
3349
|
* KernelId: "STRING_VALUE",
|
|
3584
3350
|
* KeyName: "STRING_VALUE",
|
|
3585
|
-
* LicenseSet: [
|
|
3586
|
-
* {
|
|
3351
|
+
* LicenseSet: [ // AwsEc2LaunchTemplateDataLicenseSetList
|
|
3352
|
+
* { // AwsEc2LaunchTemplateDataLicenseSetDetails
|
|
3587
3353
|
* LicenseConfigurationArn: "STRING_VALUE",
|
|
3588
3354
|
* },
|
|
3589
3355
|
* ],
|
|
3590
|
-
* MaintenanceOptions: {
|
|
3356
|
+
* MaintenanceOptions: { // AwsEc2LaunchTemplateDataMaintenanceOptionsDetails
|
|
3591
3357
|
* AutoRecovery: "STRING_VALUE",
|
|
3592
3358
|
* },
|
|
3593
|
-
* MetadataOptions: {
|
|
3359
|
+
* MetadataOptions: { // AwsEc2LaunchTemplateDataMetadataOptionsDetails
|
|
3594
3360
|
* HttpEndpoint: "STRING_VALUE",
|
|
3595
3361
|
* HttpProtocolIpv6: "STRING_VALUE",
|
|
3596
3362
|
* HttpTokens: "STRING_VALUE",
|
|
3597
3363
|
* HttpPutResponseHopLimit: Number("int"),
|
|
3598
3364
|
* InstanceMetadataTags: "STRING_VALUE",
|
|
3599
3365
|
* },
|
|
3600
|
-
* Monitoring: {
|
|
3366
|
+
* Monitoring: { // AwsEc2LaunchTemplateDataMonitoringDetails
|
|
3601
3367
|
* Enabled: true || false,
|
|
3602
3368
|
* },
|
|
3603
|
-
* NetworkInterfaceSet: [
|
|
3604
|
-
* {
|
|
3369
|
+
* NetworkInterfaceSet: [ // AwsEc2LaunchTemplateDataNetworkInterfaceSetList
|
|
3370
|
+
* { // AwsEc2LaunchTemplateDataNetworkInterfaceSetDetails
|
|
3605
3371
|
* AssociateCarrierIpAddress: true || false,
|
|
3606
3372
|
* AssociatePublicIpAddress: true || false,
|
|
3607
3373
|
* DeleteOnTermination: true || false,
|
|
3608
3374
|
* Description: "STRING_VALUE",
|
|
3609
3375
|
* DeviceIndex: Number("int"),
|
|
3610
|
-
* Groups:
|
|
3611
|
-
* "<NonEmptyStringList>",
|
|
3612
|
-
* ],
|
|
3376
|
+
* Groups: "<NonEmptyStringList>",
|
|
3613
3377
|
* InterfaceType: "STRING_VALUE",
|
|
3614
3378
|
* Ipv4PrefixCount: Number("int"),
|
|
3615
|
-
* Ipv4Prefixes: [
|
|
3616
|
-
* {
|
|
3379
|
+
* Ipv4Prefixes: [ // AwsEc2LaunchTemplateDataNetworkInterfaceSetIpv4PrefixesList
|
|
3380
|
+
* { // AwsEc2LaunchTemplateDataNetworkInterfaceSetIpv4PrefixesDetails
|
|
3617
3381
|
* Ipv4Prefix: "STRING_VALUE",
|
|
3618
3382
|
* },
|
|
3619
3383
|
* ],
|
|
3620
3384
|
* Ipv6AddressCount: Number("int"),
|
|
3621
|
-
* Ipv6Addresses: [
|
|
3622
|
-
* {
|
|
3385
|
+
* Ipv6Addresses: [ // AwsEc2LaunchTemplateDataNetworkInterfaceSetIpv6AddressesList
|
|
3386
|
+
* { // AwsEc2LaunchTemplateDataNetworkInterfaceSetIpv6AddressesDetails
|
|
3623
3387
|
* Ipv6Address: "STRING_VALUE",
|
|
3624
3388
|
* },
|
|
3625
3389
|
* ],
|
|
3626
3390
|
* Ipv6PrefixCount: Number("int"),
|
|
3627
|
-
* Ipv6Prefixes: [
|
|
3628
|
-
* {
|
|
3391
|
+
* Ipv6Prefixes: [ // AwsEc2LaunchTemplateDataNetworkInterfaceSetIpv6PrefixesList
|
|
3392
|
+
* { // AwsEc2LaunchTemplateDataNetworkInterfaceSetIpv6PrefixesDetails
|
|
3629
3393
|
* Ipv6Prefix: "STRING_VALUE",
|
|
3630
3394
|
* },
|
|
3631
3395
|
* ],
|
|
3632
3396
|
* NetworkCardIndex: Number("int"),
|
|
3633
3397
|
* NetworkInterfaceId: "STRING_VALUE",
|
|
3634
3398
|
* PrivateIpAddress: "STRING_VALUE",
|
|
3635
|
-
* PrivateIpAddresses: [
|
|
3636
|
-
* {
|
|
3399
|
+
* PrivateIpAddresses: [ // AwsEc2LaunchTemplateDataNetworkInterfaceSetPrivateIpAddressesList
|
|
3400
|
+
* { // AwsEc2LaunchTemplateDataNetworkInterfaceSetPrivateIpAddressesDetails
|
|
3637
3401
|
* Primary: true || false,
|
|
3638
3402
|
* PrivateIpAddress: "STRING_VALUE",
|
|
3639
3403
|
* },
|
|
@@ -3642,7 +3406,7 @@ export interface BatchImportFindingsCommandOutput extends BatchImportFindingsRes
|
|
|
3642
3406
|
* SubnetId: "STRING_VALUE",
|
|
3643
3407
|
* },
|
|
3644
3408
|
* ],
|
|
3645
|
-
* Placement: {
|
|
3409
|
+
* Placement: { // AwsEc2LaunchTemplateDataPlacementDetails
|
|
3646
3410
|
* Affinity: "STRING_VALUE",
|
|
3647
3411
|
* AvailabilityZone: "STRING_VALUE",
|
|
3648
3412
|
* GroupName: "STRING_VALUE",
|
|
@@ -3652,34 +3416,26 @@ export interface BatchImportFindingsCommandOutput extends BatchImportFindingsRes
|
|
|
3652
3416
|
* SpreadDomain: "STRING_VALUE",
|
|
3653
3417
|
* Tenancy: "STRING_VALUE",
|
|
3654
3418
|
* },
|
|
3655
|
-
* PrivateDnsNameOptions: {
|
|
3419
|
+
* PrivateDnsNameOptions: { // AwsEc2LaunchTemplateDataPrivateDnsNameOptionsDetails
|
|
3656
3420
|
* EnableResourceNameDnsAAAARecord: true || false,
|
|
3657
3421
|
* EnableResourceNameDnsARecord: true || false,
|
|
3658
3422
|
* HostnameType: "STRING_VALUE",
|
|
3659
3423
|
* },
|
|
3660
3424
|
* RamDiskId: "STRING_VALUE",
|
|
3661
|
-
* SecurityGroupIdSet:
|
|
3662
|
-
*
|
|
3663
|
-
* ],
|
|
3664
|
-
* SecurityGroupSet: [
|
|
3665
|
-
* "<NonEmptyStringList>",
|
|
3666
|
-
* ],
|
|
3425
|
+
* SecurityGroupIdSet: "<NonEmptyStringList>",
|
|
3426
|
+
* SecurityGroupSet: "<NonEmptyStringList>",
|
|
3667
3427
|
* UserData: "STRING_VALUE",
|
|
3668
3428
|
* },
|
|
3669
3429
|
* DefaultVersionNumber: Number("long"),
|
|
3670
3430
|
* LatestVersionNumber: Number("long"),
|
|
3671
3431
|
* },
|
|
3672
|
-
* AwsSageMakerNotebookInstance: {
|
|
3673
|
-
* AcceleratorTypes:
|
|
3674
|
-
*
|
|
3675
|
-
* ],
|
|
3676
|
-
* AdditionalCodeRepositories: [
|
|
3677
|
-
* "<NonEmptyStringList>",
|
|
3678
|
-
* ],
|
|
3432
|
+
* AwsSageMakerNotebookInstance: { // AwsSageMakerNotebookInstanceDetails
|
|
3433
|
+
* AcceleratorTypes: "<NonEmptyStringList>",
|
|
3434
|
+
* AdditionalCodeRepositories: "<NonEmptyStringList>",
|
|
3679
3435
|
* DefaultCodeRepository: "STRING_VALUE",
|
|
3680
3436
|
* DirectInternetAccess: "STRING_VALUE",
|
|
3681
3437
|
* FailureReason: "STRING_VALUE",
|
|
3682
|
-
* InstanceMetadataServiceConfiguration: {
|
|
3438
|
+
* InstanceMetadataServiceConfiguration: { // AwsSageMakerNotebookInstanceMetadataServiceConfigurationDetails
|
|
3683
3439
|
* MinimumInstanceMetadataServiceVersion: "STRING_VALUE",
|
|
3684
3440
|
* },
|
|
3685
3441
|
* InstanceType: "STRING_VALUE",
|
|
@@ -3692,37 +3448,35 @@ export interface BatchImportFindingsCommandOutput extends BatchImportFindingsRes
|
|
|
3692
3448
|
* PlatformIdentifier: "STRING_VALUE",
|
|
3693
3449
|
* RoleArn: "STRING_VALUE",
|
|
3694
3450
|
* RootAccess: "STRING_VALUE",
|
|
3695
|
-
* SecurityGroups:
|
|
3696
|
-
* "<NonEmptyStringList>",
|
|
3697
|
-
* ],
|
|
3451
|
+
* SecurityGroups: "<NonEmptyStringList>",
|
|
3698
3452
|
* SubnetId: "STRING_VALUE",
|
|
3699
3453
|
* Url: "STRING_VALUE",
|
|
3700
3454
|
* VolumeSizeInGB: Number("int"),
|
|
3701
3455
|
* },
|
|
3702
|
-
* AwsWafv2WebAcl: {
|
|
3456
|
+
* AwsWafv2WebAcl: { // AwsWafv2WebAclDetails
|
|
3703
3457
|
* Name: "STRING_VALUE",
|
|
3704
3458
|
* Arn: "STRING_VALUE",
|
|
3705
3459
|
* ManagedbyFirewallManager: true || false,
|
|
3706
3460
|
* Id: "STRING_VALUE",
|
|
3707
3461
|
* Capacity: Number("long"),
|
|
3708
|
-
* CaptchaConfig: {
|
|
3709
|
-
* ImmunityTimeProperty: {
|
|
3462
|
+
* CaptchaConfig: { // AwsWafv2WebAclCaptchaConfigDetails
|
|
3463
|
+
* ImmunityTimeProperty: { // AwsWafv2WebAclCaptchaConfigImmunityTimePropertyDetails
|
|
3710
3464
|
* ImmunityTime: Number("long"),
|
|
3711
3465
|
* },
|
|
3712
3466
|
* },
|
|
3713
|
-
* DefaultAction: {
|
|
3714
|
-
* Allow: {
|
|
3715
|
-
* CustomRequestHandling: {
|
|
3716
|
-
* InsertHeaders: [
|
|
3717
|
-
* {
|
|
3467
|
+
* DefaultAction: { // AwsWafv2WebAclActionDetails
|
|
3468
|
+
* Allow: { // AwsWafv2ActionAllowDetails
|
|
3469
|
+
* CustomRequestHandling: { // AwsWafv2CustomRequestHandlingDetails
|
|
3470
|
+
* InsertHeaders: [ // AwsWafv2InsertHeadersList
|
|
3471
|
+
* { // AwsWafv2CustomHttpHeader
|
|
3718
3472
|
* Name: "STRING_VALUE",
|
|
3719
3473
|
* Value: "STRING_VALUE",
|
|
3720
3474
|
* },
|
|
3721
3475
|
* ],
|
|
3722
3476
|
* },
|
|
3723
3477
|
* },
|
|
3724
|
-
* Block: {
|
|
3725
|
-
* CustomResponse: {
|
|
3478
|
+
* Block: { // AwsWafv2ActionBlockDetails
|
|
3479
|
+
* CustomResponse: { // AwsWafv2CustomResponseDetails
|
|
3726
3480
|
* CustomResponseBodyKey: "STRING_VALUE",
|
|
3727
3481
|
* ResponseCode: Number("int"),
|
|
3728
3482
|
* ResponseHeaders: [
|
|
@@ -3735,9 +3489,9 @@ export interface BatchImportFindingsCommandOutput extends BatchImportFindingsRes
|
|
|
3735
3489
|
* },
|
|
3736
3490
|
* },
|
|
3737
3491
|
* Description: "STRING_VALUE",
|
|
3738
|
-
* Rules: [
|
|
3739
|
-
* {
|
|
3740
|
-
* Action: {
|
|
3492
|
+
* Rules: [ // AwsWafv2RulesList
|
|
3493
|
+
* { // AwsWafv2RulesDetails
|
|
3494
|
+
* Action: { // AwsWafv2RulesActionDetails
|
|
3741
3495
|
* Allow: {
|
|
3742
3496
|
* CustomRequestHandling: {
|
|
3743
3497
|
* InsertHeaders: [
|
|
@@ -3760,7 +3514,7 @@ export interface BatchImportFindingsCommandOutput extends BatchImportFindingsRes
|
|
|
3760
3514
|
* ],
|
|
3761
3515
|
* },
|
|
3762
3516
|
* },
|
|
3763
|
-
* Captcha: {
|
|
3517
|
+
* Captcha: { // AwsWafv2RulesActionCaptchaDetails
|
|
3764
3518
|
* CustomRequestHandling: {
|
|
3765
3519
|
* InsertHeaders: [
|
|
3766
3520
|
* {
|
|
@@ -3770,21 +3524,16 @@ export interface BatchImportFindingsCommandOutput extends BatchImportFindingsRes
|
|
|
3770
3524
|
* ],
|
|
3771
3525
|
* },
|
|
3772
3526
|
* },
|
|
3773
|
-
* Count: {
|
|
3527
|
+
* Count: { // AwsWafv2RulesActionCountDetails
|
|
3774
3528
|
* CustomRequestHandling: {
|
|
3775
|
-
* InsertHeaders:
|
|
3776
|
-
* {
|
|
3777
|
-
* Name: "STRING_VALUE",
|
|
3778
|
-
* Value: "STRING_VALUE",
|
|
3779
|
-
* },
|
|
3780
|
-
* ],
|
|
3529
|
+
* InsertHeaders: "<AwsWafv2InsertHeadersList>",
|
|
3781
3530
|
* },
|
|
3782
3531
|
* },
|
|
3783
3532
|
* },
|
|
3784
3533
|
* Name: "STRING_VALUE",
|
|
3785
3534
|
* OverrideAction: "STRING_VALUE",
|
|
3786
3535
|
* Priority: Number("int"),
|
|
3787
|
-
* VisibilityConfig: {
|
|
3536
|
+
* VisibilityConfig: { // AwsWafv2VisibilityConfigDetails
|
|
3788
3537
|
* CloudWatchMetricsEnabled: true || false,
|
|
3789
3538
|
* MetricName: "STRING_VALUE",
|
|
3790
3539
|
* SampledRequestsEnabled: true || false,
|
|
@@ -3797,7 +3546,7 @@ export interface BatchImportFindingsCommandOutput extends BatchImportFindingsRes
|
|
|
3797
3546
|
* SampledRequestsEnabled: true || false,
|
|
3798
3547
|
* },
|
|
3799
3548
|
* },
|
|
3800
|
-
* AwsWafv2RuleGroup: {
|
|
3549
|
+
* AwsWafv2RuleGroup: { // AwsWafv2RuleGroupDetails
|
|
3801
3550
|
* Capacity: Number("long"),
|
|
3802
3551
|
* Description: "STRING_VALUE",
|
|
3803
3552
|
* Id: "STRING_VALUE",
|
|
@@ -3808,45 +3557,21 @@ export interface BatchImportFindingsCommandOutput extends BatchImportFindingsRes
|
|
|
3808
3557
|
* Action: {
|
|
3809
3558
|
* Allow: {
|
|
3810
3559
|
* CustomRequestHandling: {
|
|
3811
|
-
* InsertHeaders:
|
|
3812
|
-
* {
|
|
3813
|
-
* Name: "STRING_VALUE",
|
|
3814
|
-
* Value: "STRING_VALUE",
|
|
3815
|
-
* },
|
|
3816
|
-
* ],
|
|
3560
|
+
* InsertHeaders: "<AwsWafv2InsertHeadersList>",
|
|
3817
3561
|
* },
|
|
3818
3562
|
* },
|
|
3819
3563
|
* Block: {
|
|
3820
3564
|
* CustomResponse: {
|
|
3821
3565
|
* CustomResponseBodyKey: "STRING_VALUE",
|
|
3822
3566
|
* ResponseCode: Number("int"),
|
|
3823
|
-
* ResponseHeaders:
|
|
3824
|
-
* {
|
|
3825
|
-
* Name: "STRING_VALUE",
|
|
3826
|
-
* Value: "STRING_VALUE",
|
|
3827
|
-
* },
|
|
3828
|
-
* ],
|
|
3567
|
+
* ResponseHeaders: "<AwsWafv2InsertHeadersList>",
|
|
3829
3568
|
* },
|
|
3830
3569
|
* },
|
|
3831
3570
|
* Captcha: {
|
|
3832
|
-
* CustomRequestHandling:
|
|
3833
|
-
* InsertHeaders: [
|
|
3834
|
-
* {
|
|
3835
|
-
* Name: "STRING_VALUE",
|
|
3836
|
-
* Value: "STRING_VALUE",
|
|
3837
|
-
* },
|
|
3838
|
-
* ],
|
|
3839
|
-
* },
|
|
3571
|
+
* CustomRequestHandling: "<AwsWafv2CustomRequestHandlingDetails>",
|
|
3840
3572
|
* },
|
|
3841
3573
|
* Count: {
|
|
3842
|
-
* CustomRequestHandling:
|
|
3843
|
-
* InsertHeaders: [
|
|
3844
|
-
* {
|
|
3845
|
-
* Name: "STRING_VALUE",
|
|
3846
|
-
* Value: "STRING_VALUE",
|
|
3847
|
-
* },
|
|
3848
|
-
* ],
|
|
3849
|
-
* },
|
|
3574
|
+
* CustomRequestHandling: "<AwsWafv2CustomRequestHandlingDetails>",
|
|
3850
3575
|
* },
|
|
3851
3576
|
* },
|
|
3852
3577
|
* Name: "STRING_VALUE",
|
|
@@ -3866,10 +3591,10 @@ export interface BatchImportFindingsCommandOutput extends BatchImportFindingsRes
|
|
|
3866
3591
|
* SampledRequestsEnabled: true || false,
|
|
3867
3592
|
* },
|
|
3868
3593
|
* },
|
|
3869
|
-
* AwsEc2RouteTable: {
|
|
3870
|
-
* AssociationSet: [
|
|
3871
|
-
* {
|
|
3872
|
-
* AssociationState: {
|
|
3594
|
+
* AwsEc2RouteTable: { // AwsEc2RouteTableDetails
|
|
3595
|
+
* AssociationSet: [ // AssociationSetList
|
|
3596
|
+
* { // AssociationSetDetails
|
|
3597
|
+
* AssociationState: { // AssociationStateDetails
|
|
3873
3598
|
* State: "STRING_VALUE",
|
|
3874
3599
|
* StatusMessage: "STRING_VALUE",
|
|
3875
3600
|
* },
|
|
@@ -3881,14 +3606,14 @@ export interface BatchImportFindingsCommandOutput extends BatchImportFindingsRes
|
|
|
3881
3606
|
* },
|
|
3882
3607
|
* ],
|
|
3883
3608
|
* OwnerId: "STRING_VALUE",
|
|
3884
|
-
* PropagatingVgwSet: [
|
|
3885
|
-
* {
|
|
3609
|
+
* PropagatingVgwSet: [ // PropagatingVgwSetList
|
|
3610
|
+
* { // PropagatingVgwSetDetails
|
|
3886
3611
|
* GatewayId: "STRING_VALUE",
|
|
3887
3612
|
* },
|
|
3888
3613
|
* ],
|
|
3889
3614
|
* RouteTableId: "STRING_VALUE",
|
|
3890
|
-
* RouteSet: [
|
|
3891
|
-
* {
|
|
3615
|
+
* RouteSet: [ // RouteSetList
|
|
3616
|
+
* { // RouteSetDetails
|
|
3892
3617
|
* CarrierGatewayId: "STRING_VALUE",
|
|
3893
3618
|
* CoreNetworkArn: "STRING_VALUE",
|
|
3894
3619
|
* DestinationCidrBlock: "STRING_VALUE",
|
|
@@ -3912,46 +3637,46 @@ export interface BatchImportFindingsCommandOutput extends BatchImportFindingsRes
|
|
|
3912
3637
|
* },
|
|
3913
3638
|
* },
|
|
3914
3639
|
* ],
|
|
3915
|
-
* Compliance: {
|
|
3640
|
+
* Compliance: { // Compliance
|
|
3916
3641
|
* Status: "PASSED" || "WARNING" || "FAILED" || "NOT_AVAILABLE",
|
|
3917
|
-
* RelatedRequirements: [
|
|
3642
|
+
* RelatedRequirements: [ // RelatedRequirementsList
|
|
3918
3643
|
* "STRING_VALUE",
|
|
3919
3644
|
* ],
|
|
3920
|
-
* StatusReasons: [
|
|
3921
|
-
* {
|
|
3645
|
+
* StatusReasons: [ // StatusReasonsList
|
|
3646
|
+
* { // StatusReason
|
|
3922
3647
|
* ReasonCode: "STRING_VALUE", // required
|
|
3923
3648
|
* Description: "STRING_VALUE",
|
|
3924
3649
|
* },
|
|
3925
3650
|
* ],
|
|
3926
3651
|
* SecurityControlId: "STRING_VALUE",
|
|
3927
|
-
* AssociatedStandards: [
|
|
3928
|
-
* {
|
|
3652
|
+
* AssociatedStandards: [ // AssociatedStandardsList
|
|
3653
|
+
* { // AssociatedStandard
|
|
3929
3654
|
* StandardsId: "STRING_VALUE",
|
|
3930
3655
|
* },
|
|
3931
3656
|
* ],
|
|
3932
3657
|
* },
|
|
3933
3658
|
* VerificationState: "UNKNOWN" || "TRUE_POSITIVE" || "FALSE_POSITIVE" || "BENIGN_POSITIVE",
|
|
3934
3659
|
* WorkflowState: "NEW" || "ASSIGNED" || "IN_PROGRESS" || "DEFERRED" || "RESOLVED",
|
|
3935
|
-
* Workflow: {
|
|
3660
|
+
* Workflow: { // Workflow
|
|
3936
3661
|
* Status: "NEW" || "NOTIFIED" || "RESOLVED" || "SUPPRESSED",
|
|
3937
3662
|
* },
|
|
3938
3663
|
* RecordState: "ACTIVE" || "ARCHIVED",
|
|
3939
|
-
* RelatedFindings: [
|
|
3940
|
-
* {
|
|
3664
|
+
* RelatedFindings: [ // RelatedFindingList
|
|
3665
|
+
* { // RelatedFinding
|
|
3941
3666
|
* ProductArn: "STRING_VALUE", // required
|
|
3942
3667
|
* Id: "STRING_VALUE", // required
|
|
3943
3668
|
* },
|
|
3944
3669
|
* ],
|
|
3945
|
-
* Note: {
|
|
3670
|
+
* Note: { // Note
|
|
3946
3671
|
* Text: "STRING_VALUE", // required
|
|
3947
3672
|
* UpdatedBy: "STRING_VALUE", // required
|
|
3948
3673
|
* UpdatedAt: "STRING_VALUE", // required
|
|
3949
3674
|
* },
|
|
3950
|
-
* Vulnerabilities: [
|
|
3951
|
-
* {
|
|
3675
|
+
* Vulnerabilities: [ // VulnerabilityList
|
|
3676
|
+
* { // Vulnerability
|
|
3952
3677
|
* Id: "STRING_VALUE", // required
|
|
3953
|
-
* VulnerablePackages: [
|
|
3954
|
-
* {
|
|
3678
|
+
* VulnerablePackages: [ // SoftwarePackageList
|
|
3679
|
+
* { // SoftwarePackage
|
|
3955
3680
|
* Name: "STRING_VALUE",
|
|
3956
3681
|
* Version: "STRING_VALUE",
|
|
3957
3682
|
* Epoch: "STRING_VALUE",
|
|
@@ -3965,37 +3690,33 @@ export interface BatchImportFindingsCommandOutput extends BatchImportFindingsRes
|
|
|
3965
3690
|
* SourceLayerArn: "STRING_VALUE",
|
|
3966
3691
|
* },
|
|
3967
3692
|
* ],
|
|
3968
|
-
* Cvss: [
|
|
3969
|
-
* {
|
|
3693
|
+
* Cvss: [ // CvssList
|
|
3694
|
+
* { // Cvss
|
|
3970
3695
|
* Version: "STRING_VALUE",
|
|
3971
3696
|
* BaseScore: Number("double"),
|
|
3972
3697
|
* BaseVector: "STRING_VALUE",
|
|
3973
3698
|
* Source: "STRING_VALUE",
|
|
3974
|
-
* Adjustments: [
|
|
3975
|
-
* {
|
|
3699
|
+
* Adjustments: [ // AdjustmentList
|
|
3700
|
+
* { // Adjustment
|
|
3976
3701
|
* Metric: "STRING_VALUE",
|
|
3977
3702
|
* Reason: "STRING_VALUE",
|
|
3978
3703
|
* },
|
|
3979
3704
|
* ],
|
|
3980
3705
|
* },
|
|
3981
3706
|
* ],
|
|
3982
|
-
* RelatedVulnerabilities:
|
|
3983
|
-
*
|
|
3984
|
-
* ],
|
|
3985
|
-
* Vendor: {
|
|
3707
|
+
* RelatedVulnerabilities: "<StringList>",
|
|
3708
|
+
* Vendor: { // VulnerabilityVendor
|
|
3986
3709
|
* Name: "STRING_VALUE", // required
|
|
3987
3710
|
* Url: "STRING_VALUE",
|
|
3988
3711
|
* VendorSeverity: "STRING_VALUE",
|
|
3989
3712
|
* VendorCreatedAt: "STRING_VALUE",
|
|
3990
3713
|
* VendorUpdatedAt: "STRING_VALUE",
|
|
3991
3714
|
* },
|
|
3992
|
-
* ReferenceUrls:
|
|
3993
|
-
* "<StringList>",
|
|
3994
|
-
* ],
|
|
3715
|
+
* ReferenceUrls: "<StringList>",
|
|
3995
3716
|
* FixAvailable: "YES" || "NO" || "PARTIAL",
|
|
3996
3717
|
* },
|
|
3997
3718
|
* ],
|
|
3998
|
-
* PatchSummary: {
|
|
3719
|
+
* PatchSummary: { // PatchSummary
|
|
3999
3720
|
* Id: "STRING_VALUE", // required
|
|
4000
3721
|
* InstalledCount: Number("int"),
|
|
4001
3722
|
* MissingCount: Number("int"),
|
|
@@ -4008,42 +3729,42 @@ export interface BatchImportFindingsCommandOutput extends BatchImportFindingsRes
|
|
|
4008
3729
|
* RebootOption: "STRING_VALUE",
|
|
4009
3730
|
* Operation: "STRING_VALUE",
|
|
4010
3731
|
* },
|
|
4011
|
-
* Action: {
|
|
3732
|
+
* Action: { // Action
|
|
4012
3733
|
* ActionType: "STRING_VALUE",
|
|
4013
|
-
* NetworkConnectionAction: {
|
|
3734
|
+
* NetworkConnectionAction: { // NetworkConnectionAction
|
|
4014
3735
|
* ConnectionDirection: "STRING_VALUE",
|
|
4015
|
-
* RemoteIpDetails: {
|
|
3736
|
+
* RemoteIpDetails: { // ActionRemoteIpDetails
|
|
4016
3737
|
* IpAddressV4: "STRING_VALUE",
|
|
4017
|
-
* Organization: {
|
|
3738
|
+
* Organization: { // IpOrganizationDetails
|
|
4018
3739
|
* Asn: Number("int"),
|
|
4019
3740
|
* AsnOrg: "STRING_VALUE",
|
|
4020
3741
|
* Isp: "STRING_VALUE",
|
|
4021
3742
|
* Org: "STRING_VALUE",
|
|
4022
3743
|
* },
|
|
4023
|
-
* Country: {
|
|
3744
|
+
* Country: { // Country
|
|
4024
3745
|
* CountryCode: "STRING_VALUE",
|
|
4025
3746
|
* CountryName: "STRING_VALUE",
|
|
4026
3747
|
* },
|
|
4027
|
-
* City: {
|
|
3748
|
+
* City: { // City
|
|
4028
3749
|
* CityName: "STRING_VALUE",
|
|
4029
3750
|
* },
|
|
4030
|
-
* GeoLocation: {
|
|
3751
|
+
* GeoLocation: { // GeoLocation
|
|
4031
3752
|
* Lon: Number("double"),
|
|
4032
3753
|
* Lat: Number("double"),
|
|
4033
3754
|
* },
|
|
4034
3755
|
* },
|
|
4035
|
-
* RemotePortDetails: {
|
|
3756
|
+
* RemotePortDetails: { // ActionRemotePortDetails
|
|
4036
3757
|
* Port: Number("int"),
|
|
4037
3758
|
* PortName: "STRING_VALUE",
|
|
4038
3759
|
* },
|
|
4039
|
-
* LocalPortDetails: {
|
|
3760
|
+
* LocalPortDetails: { // ActionLocalPortDetails
|
|
4040
3761
|
* Port: Number("int"),
|
|
4041
3762
|
* PortName: "STRING_VALUE",
|
|
4042
3763
|
* },
|
|
4043
3764
|
* Protocol: "STRING_VALUE",
|
|
4044
3765
|
* Blocked: true || false,
|
|
4045
3766
|
* },
|
|
4046
|
-
* AwsApiCallAction: {
|
|
3767
|
+
* AwsApiCallAction: { // AwsApiCallAction
|
|
4047
3768
|
* Api: "STRING_VALUE",
|
|
4048
3769
|
* ServiceName: "STRING_VALUE",
|
|
4049
3770
|
* CallerType: "STRING_VALUE",
|
|
@@ -4067,28 +3788,26 @@ export interface BatchImportFindingsCommandOutput extends BatchImportFindingsRes
|
|
|
4067
3788
|
* Lat: Number("double"),
|
|
4068
3789
|
* },
|
|
4069
3790
|
* },
|
|
4070
|
-
* DomainDetails: {
|
|
3791
|
+
* DomainDetails: { // AwsApiCallActionDomainDetails
|
|
4071
3792
|
* Domain: "STRING_VALUE",
|
|
4072
3793
|
* },
|
|
4073
|
-
* AffectedResources:
|
|
4074
|
-
* "<keys>": "<NonEmptyString>",
|
|
4075
|
-
* },
|
|
3794
|
+
* AffectedResources: "<FieldMap>",
|
|
4076
3795
|
* FirstSeen: "STRING_VALUE",
|
|
4077
3796
|
* LastSeen: "STRING_VALUE",
|
|
4078
3797
|
* },
|
|
4079
|
-
* DnsRequestAction: {
|
|
3798
|
+
* DnsRequestAction: { // DnsRequestAction
|
|
4080
3799
|
* Domain: "STRING_VALUE",
|
|
4081
3800
|
* Protocol: "STRING_VALUE",
|
|
4082
3801
|
* Blocked: true || false,
|
|
4083
3802
|
* },
|
|
4084
|
-
* PortProbeAction: {
|
|
4085
|
-
* PortProbeDetails: [
|
|
4086
|
-
* {
|
|
3803
|
+
* PortProbeAction: { // PortProbeAction
|
|
3804
|
+
* PortProbeDetails: [ // PortProbeDetailList
|
|
3805
|
+
* { // PortProbeDetail
|
|
4087
3806
|
* LocalPortDetails: {
|
|
4088
3807
|
* Port: Number("int"),
|
|
4089
3808
|
* PortName: "STRING_VALUE",
|
|
4090
3809
|
* },
|
|
4091
|
-
* LocalIpDetails: {
|
|
3810
|
+
* LocalIpDetails: { // ActionLocalIpDetails
|
|
4092
3811
|
* IpAddressV4: "STRING_VALUE",
|
|
4093
3812
|
* },
|
|
4094
3813
|
* RemoteIpDetails: {
|
|
@@ -4116,7 +3835,7 @@ export interface BatchImportFindingsCommandOutput extends BatchImportFindingsRes
|
|
|
4116
3835
|
* Blocked: true || false,
|
|
4117
3836
|
* },
|
|
4118
3837
|
* },
|
|
4119
|
-
* FindingProviderFields: {
|
|
3838
|
+
* FindingProviderFields: { // FindingProviderFields
|
|
4120
3839
|
* Confidence: Number("int"),
|
|
4121
3840
|
* Criticality: Number("int"),
|
|
4122
3841
|
* RelatedFindings: [
|
|
@@ -4125,7 +3844,7 @@ export interface BatchImportFindingsCommandOutput extends BatchImportFindingsRes
|
|
|
4125
3844
|
* Id: "STRING_VALUE", // required
|
|
4126
3845
|
* },
|
|
4127
3846
|
* ],
|
|
4128
|
-
* Severity: {
|
|
3847
|
+
* Severity: { // FindingProviderSeverity
|
|
4129
3848
|
* Label: "INFORMATIONAL" || "LOW" || "MEDIUM" || "HIGH" || "CRITICAL",
|
|
4130
3849
|
* Original: "STRING_VALUE",
|
|
4131
3850
|
* },
|