cdk-lambda-subminute 2.0.257 → 2.0.259
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/.jsii +3 -3
- package/lib/cdk-lambda-subminute.js +3 -3
- package/node_modules/aws-sdk/CHANGELOG.md +15 -1
- package/node_modules/aws-sdk/README.md +1 -1
- package/node_modules/aws-sdk/apis/appconfig-2019-10-09.min.json +69 -60
- package/node_modules/aws-sdk/apis/datazone-2018-05-10.examples.json +5 -0
- package/node_modules/aws-sdk/apis/datazone-2018-05-10.min.json +7186 -0
- package/node_modules/aws-sdk/apis/datazone-2018-05-10.paginators.json +130 -0
- package/node_modules/aws-sdk/apis/mediatailor-2018-04-23.min.json +58 -44
- package/node_modules/aws-sdk/apis/metadata.json +3 -0
- package/node_modules/aws-sdk/apis/mgn-2020-02-26.min.json +250 -83
- package/node_modules/aws-sdk/apis/mgn-2020-02-26.paginators.json +6 -0
- package/node_modules/aws-sdk/apis/omics-2022-11-28.min.json +45 -112
- package/node_modules/aws-sdk/apis/route53-2013-04-01.min.json +14 -10
- package/node_modules/aws-sdk/apis/sagemaker-2017-07-24.min.json +1080 -1062
- package/node_modules/aws-sdk/apis/securityhub-2018-10-26.min.json +324 -61
- package/node_modules/aws-sdk/apis/storagegateway-2013-06-30.min.json +13 -11
- package/node_modules/aws-sdk/apis/workspaces-2015-04-08.min.json +421 -105
- package/node_modules/aws-sdk/apis/workspaces-2015-04-08.paginators.json +10 -0
- package/node_modules/aws-sdk/clients/all.d.ts +1 -0
- package/node_modules/aws-sdk/clients/all.js +2 -1
- package/node_modules/aws-sdk/clients/appconfig.d.ts +31 -4
- package/node_modules/aws-sdk/clients/datazone.d.ts +8000 -0
- package/node_modules/aws-sdk/clients/datazone.js +18 -0
- package/node_modules/aws-sdk/clients/mediatailor.d.ts +11 -0
- package/node_modules/aws-sdk/clients/mgn.d.ts +187 -0
- package/node_modules/aws-sdk/clients/omics.d.ts +23 -0
- package/node_modules/aws-sdk/clients/rds.d.ts +225 -225
- package/node_modules/aws-sdk/clients/route53.d.ts +17 -12
- package/node_modules/aws-sdk/clients/sagemaker.d.ts +24 -1
- package/node_modules/aws-sdk/clients/securityhub.d.ts +484 -0
- package/node_modules/aws-sdk/clients/storagegateway.d.ts +18 -13
- package/node_modules/aws-sdk/clients/workspaces.d.ts +431 -1
- package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +2 -2
- package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +52 -15
- package/node_modules/aws-sdk/dist/aws-sdk.js +33 -24
- package/node_modules/aws-sdk/dist/aws-sdk.min.js +24 -24
- package/node_modules/aws-sdk/lib/config_service_placeholders.d.ts +2 -0
- package/node_modules/aws-sdk/lib/core.js +1 -1
- package/node_modules/aws-sdk/package.json +1 -1
- package/package.json +3 -3
@@ -448,7 +448,7 @@
|
|
448
448
|
],
|
449
449
|
"members": {
|
450
450
|
"FindingIdentifiers": {
|
451
|
-
"shape": "
|
451
|
+
"shape": "Soq"
|
452
452
|
},
|
453
453
|
"Note": {
|
454
454
|
"shape": "S1e"
|
@@ -485,7 +485,7 @@
|
|
485
485
|
],
|
486
486
|
"members": {
|
487
487
|
"ProcessedFindings": {
|
488
|
-
"shape": "
|
488
|
+
"shape": "Soq"
|
489
489
|
},
|
490
490
|
"UnprocessedFindings": {
|
491
491
|
"type": "list",
|
@@ -498,7 +498,7 @@
|
|
498
498
|
],
|
499
499
|
"members": {
|
500
500
|
"FindingIdentifier": {
|
501
|
-
"shape": "
|
501
|
+
"shape": "Sor"
|
502
502
|
},
|
503
503
|
"ErrorCode": {},
|
504
504
|
"ErrorMessage": {}
|
@@ -522,7 +522,7 @@
|
|
522
522
|
"StandardsControlAssociationUpdates": {
|
523
523
|
"type": "list",
|
524
524
|
"member": {
|
525
|
-
"shape": "
|
525
|
+
"shape": "Sox"
|
526
526
|
}
|
527
527
|
}
|
528
528
|
}
|
@@ -540,7 +540,7 @@
|
|
540
540
|
],
|
541
541
|
"members": {
|
542
542
|
"StandardsControlAssociationUpdate": {
|
543
|
-
"shape": "
|
543
|
+
"shape": "Sox"
|
544
544
|
},
|
545
545
|
"ErrorCode": {},
|
546
546
|
"ErrorReason": {}
|
@@ -592,7 +592,7 @@
|
|
592
592
|
],
|
593
593
|
"members": {
|
594
594
|
"Tags": {
|
595
|
-
"shape": "
|
595
|
+
"shape": "Sp4"
|
596
596
|
},
|
597
597
|
"RuleStatus": {},
|
598
598
|
"RuleOrder": {
|
@@ -660,7 +660,7 @@
|
|
660
660
|
"members": {
|
661
661
|
"Name": {},
|
662
662
|
"Filters": {
|
663
|
-
"shape": "
|
663
|
+
"shape": "Spb"
|
664
664
|
},
|
665
665
|
"GroupByAttribute": {}
|
666
666
|
}
|
@@ -704,7 +704,7 @@
|
|
704
704
|
"type": "structure",
|
705
705
|
"members": {
|
706
706
|
"UnprocessedAccounts": {
|
707
|
-
"shape": "
|
707
|
+
"shape": "Spo"
|
708
708
|
}
|
709
709
|
}
|
710
710
|
}
|
@@ -720,7 +720,7 @@
|
|
720
720
|
],
|
721
721
|
"members": {
|
722
722
|
"AccountIds": {
|
723
|
-
"shape": "
|
723
|
+
"shape": "Spr"
|
724
724
|
}
|
725
725
|
}
|
726
726
|
},
|
@@ -728,7 +728,7 @@
|
|
728
728
|
"type": "structure",
|
729
729
|
"members": {
|
730
730
|
"UnprocessedAccounts": {
|
731
|
-
"shape": "
|
731
|
+
"shape": "Spo"
|
732
732
|
}
|
733
733
|
}
|
734
734
|
}
|
@@ -820,7 +820,7 @@
|
|
820
820
|
],
|
821
821
|
"members": {
|
822
822
|
"AccountIds": {
|
823
|
-
"shape": "
|
823
|
+
"shape": "Spr"
|
824
824
|
}
|
825
825
|
}
|
826
826
|
},
|
@@ -828,7 +828,7 @@
|
|
828
828
|
"type": "structure",
|
829
829
|
"members": {
|
830
830
|
"UnprocessedAccounts": {
|
831
|
-
"shape": "
|
831
|
+
"shape": "Spo"
|
832
832
|
}
|
833
833
|
}
|
834
834
|
}
|
@@ -844,7 +844,7 @@
|
|
844
844
|
],
|
845
845
|
"members": {
|
846
846
|
"AccountIds": {
|
847
|
-
"shape": "
|
847
|
+
"shape": "Spr"
|
848
848
|
}
|
849
849
|
}
|
850
850
|
},
|
@@ -852,7 +852,7 @@
|
|
852
852
|
"type": "structure",
|
853
853
|
"members": {
|
854
854
|
"UnprocessedAccounts": {
|
855
|
-
"shape": "
|
855
|
+
"shape": "Spo"
|
856
856
|
}
|
857
857
|
}
|
858
858
|
}
|
@@ -865,7 +865,7 @@
|
|
865
865
|
"type": "structure",
|
866
866
|
"members": {
|
867
867
|
"ActionTargetArns": {
|
868
|
-
"shape": "
|
868
|
+
"shape": "Sq4"
|
869
869
|
},
|
870
870
|
"NextToken": {},
|
871
871
|
"MaxResults": {
|
@@ -1201,7 +1201,7 @@
|
|
1201
1201
|
],
|
1202
1202
|
"members": {
|
1203
1203
|
"AccountIds": {
|
1204
|
-
"shape": "
|
1204
|
+
"shape": "Spr"
|
1205
1205
|
}
|
1206
1206
|
}
|
1207
1207
|
},
|
@@ -1256,7 +1256,7 @@
|
|
1256
1256
|
"type": "structure",
|
1257
1257
|
"members": {
|
1258
1258
|
"Tags": {
|
1259
|
-
"shape": "
|
1259
|
+
"shape": "Sp4"
|
1260
1260
|
},
|
1261
1261
|
"EnableDefaultStandards": {
|
1262
1262
|
"type": "boolean"
|
@@ -1282,7 +1282,7 @@
|
|
1282
1282
|
"type": "structure",
|
1283
1283
|
"members": {
|
1284
1284
|
"Administrator": {
|
1285
|
-
"shape": "
|
1285
|
+
"shape": "Srg"
|
1286
1286
|
}
|
1287
1287
|
}
|
1288
1288
|
}
|
@@ -1353,7 +1353,7 @@
|
|
1353
1353
|
],
|
1354
1354
|
"members": {
|
1355
1355
|
"FindingIdentifier": {
|
1356
|
-
"shape": "
|
1356
|
+
"shape": "Sor"
|
1357
1357
|
},
|
1358
1358
|
"StartTime": {
|
1359
1359
|
"shape": "S1p"
|
@@ -1376,7 +1376,7 @@
|
|
1376
1376
|
"type": "structure",
|
1377
1377
|
"members": {
|
1378
1378
|
"FindingIdentifier": {
|
1379
|
-
"shape": "
|
1379
|
+
"shape": "Sor"
|
1380
1380
|
},
|
1381
1381
|
"UpdateTime": {
|
1382
1382
|
"shape": "S1p"
|
@@ -1418,7 +1418,7 @@
|
|
1418
1418
|
"type": "structure",
|
1419
1419
|
"members": {
|
1420
1420
|
"Filters": {
|
1421
|
-
"shape": "
|
1421
|
+
"shape": "Spb"
|
1422
1422
|
},
|
1423
1423
|
"SortCriteria": {
|
1424
1424
|
"type": "list",
|
@@ -1514,7 +1514,7 @@
|
|
1514
1514
|
"type": "structure",
|
1515
1515
|
"members": {
|
1516
1516
|
"InsightArns": {
|
1517
|
-
"shape": "
|
1517
|
+
"shape": "Sq4"
|
1518
1518
|
},
|
1519
1519
|
"NextToken": {},
|
1520
1520
|
"MaxResults": {
|
@@ -1542,7 +1542,7 @@
|
|
1542
1542
|
"InsightArn": {},
|
1543
1543
|
"Name": {},
|
1544
1544
|
"Filters": {
|
1545
|
-
"shape": "
|
1545
|
+
"shape": "Spb"
|
1546
1546
|
},
|
1547
1547
|
"GroupByAttribute": {}
|
1548
1548
|
}
|
@@ -1583,7 +1583,7 @@
|
|
1583
1583
|
"type": "structure",
|
1584
1584
|
"members": {
|
1585
1585
|
"Master": {
|
1586
|
-
"shape": "
|
1586
|
+
"shape": "Srg"
|
1587
1587
|
}
|
1588
1588
|
}
|
1589
1589
|
},
|
@@ -1601,7 +1601,7 @@
|
|
1601
1601
|
],
|
1602
1602
|
"members": {
|
1603
1603
|
"AccountIds": {
|
1604
|
-
"shape": "
|
1604
|
+
"shape": "Spr"
|
1605
1605
|
}
|
1606
1606
|
}
|
1607
1607
|
},
|
@@ -1609,10 +1609,10 @@
|
|
1609
1609
|
"type": "structure",
|
1610
1610
|
"members": {
|
1611
1611
|
"Members": {
|
1612
|
-
"shape": "
|
1612
|
+
"shape": "Sse"
|
1613
1613
|
},
|
1614
1614
|
"UnprocessedAccounts": {
|
1615
|
-
"shape": "
|
1615
|
+
"shape": "Spo"
|
1616
1616
|
}
|
1617
1617
|
}
|
1618
1618
|
}
|
@@ -1628,7 +1628,7 @@
|
|
1628
1628
|
],
|
1629
1629
|
"members": {
|
1630
1630
|
"AccountIds": {
|
1631
|
-
"shape": "
|
1631
|
+
"shape": "Spr"
|
1632
1632
|
}
|
1633
1633
|
}
|
1634
1634
|
},
|
@@ -1636,7 +1636,7 @@
|
|
1636
1636
|
"type": "structure",
|
1637
1637
|
"members": {
|
1638
1638
|
"UnprocessedAccounts": {
|
1639
|
-
"shape": "
|
1639
|
+
"shape": "Spo"
|
1640
1640
|
}
|
1641
1641
|
}
|
1642
1642
|
}
|
@@ -1782,7 +1782,7 @@
|
|
1782
1782
|
"Invitations": {
|
1783
1783
|
"type": "list",
|
1784
1784
|
"member": {
|
1785
|
-
"shape": "
|
1785
|
+
"shape": "Srg"
|
1786
1786
|
}
|
1787
1787
|
},
|
1788
1788
|
"NextToken": {}
|
@@ -1817,7 +1817,7 @@
|
|
1817
1817
|
"type": "structure",
|
1818
1818
|
"members": {
|
1819
1819
|
"Members": {
|
1820
|
-
"shape": "
|
1820
|
+
"shape": "Sse"
|
1821
1821
|
},
|
1822
1822
|
"NextToken": {}
|
1823
1823
|
}
|
@@ -1998,7 +1998,7 @@
|
|
1998
1998
|
"type": "structure",
|
1999
1999
|
"members": {
|
2000
2000
|
"Tags": {
|
2001
|
-
"shape": "
|
2001
|
+
"shape": "Sp4"
|
2002
2002
|
}
|
2003
2003
|
}
|
2004
2004
|
}
|
@@ -2019,7 +2019,7 @@
|
|
2019
2019
|
"locationName": "ResourceArn"
|
2020
2020
|
},
|
2021
2021
|
"Tags": {
|
2022
|
-
"shape": "
|
2022
|
+
"shape": "Sp4"
|
2023
2023
|
}
|
2024
2024
|
}
|
2025
2025
|
},
|
@@ -2124,7 +2124,7 @@
|
|
2124
2124
|
],
|
2125
2125
|
"members": {
|
2126
2126
|
"Filters": {
|
2127
|
-
"shape": "
|
2127
|
+
"shape": "Spb"
|
2128
2128
|
},
|
2129
2129
|
"Note": {
|
2130
2130
|
"shape": "S1e"
|
@@ -2154,7 +2154,7 @@
|
|
2154
2154
|
},
|
2155
2155
|
"Name": {},
|
2156
2156
|
"Filters": {
|
2157
|
-
"shape": "
|
2157
|
+
"shape": "Spb"
|
2158
2158
|
},
|
2159
2159
|
"GroupByAttribute": {}
|
2160
2160
|
}
|
@@ -5571,6 +5571,9 @@
|
|
5571
5571
|
},
|
5572
5572
|
"IamDatabaseAuthenticationEnabled": {
|
5573
5573
|
"type": "boolean"
|
5574
|
+
},
|
5575
|
+
"AutoMinorVersionUpgrade": {
|
5576
|
+
"type": "boolean"
|
5574
5577
|
}
|
5575
5578
|
}
|
5576
5579
|
},
|
@@ -6049,7 +6052,8 @@
|
|
6049
6052
|
"Name": {}
|
6050
6053
|
}
|
6051
6054
|
}
|
6052
|
-
}
|
6055
|
+
},
|
6056
|
+
"Status": {}
|
6053
6057
|
}
|
6054
6058
|
},
|
6055
6059
|
"Container": {
|
@@ -8427,6 +8431,265 @@
|
|
8427
8431
|
}
|
8428
8432
|
}
|
8429
8433
|
}
|
8434
|
+
},
|
8435
|
+
"AwsEventsEventbus": {
|
8436
|
+
"type": "structure",
|
8437
|
+
"members": {
|
8438
|
+
"Arn": {},
|
8439
|
+
"Name": {},
|
8440
|
+
"Policy": {}
|
8441
|
+
}
|
8442
|
+
},
|
8443
|
+
"AwsDmsEndpoint": {
|
8444
|
+
"type": "structure",
|
8445
|
+
"members": {
|
8446
|
+
"CertificateArn": {},
|
8447
|
+
"DatabaseName": {},
|
8448
|
+
"EndpointArn": {},
|
8449
|
+
"EndpointIdentifier": {},
|
8450
|
+
"EndpointType": {},
|
8451
|
+
"EngineName": {},
|
8452
|
+
"ExternalId": {},
|
8453
|
+
"ExtraConnectionAttributes": {},
|
8454
|
+
"KmsKeyId": {},
|
8455
|
+
"Port": {
|
8456
|
+
"type": "integer"
|
8457
|
+
},
|
8458
|
+
"ServerName": {},
|
8459
|
+
"SslMode": {},
|
8460
|
+
"Username": {}
|
8461
|
+
}
|
8462
|
+
},
|
8463
|
+
"AwsEventsEndpoint": {
|
8464
|
+
"type": "structure",
|
8465
|
+
"members": {
|
8466
|
+
"Arn": {},
|
8467
|
+
"Description": {},
|
8468
|
+
"EndpointId": {},
|
8469
|
+
"EndpointUrl": {},
|
8470
|
+
"EventBuses": {
|
8471
|
+
"type": "list",
|
8472
|
+
"member": {
|
8473
|
+
"type": "structure",
|
8474
|
+
"members": {
|
8475
|
+
"EventBusArn": {}
|
8476
|
+
}
|
8477
|
+
}
|
8478
|
+
},
|
8479
|
+
"Name": {},
|
8480
|
+
"ReplicationConfig": {
|
8481
|
+
"type": "structure",
|
8482
|
+
"members": {
|
8483
|
+
"State": {}
|
8484
|
+
}
|
8485
|
+
},
|
8486
|
+
"RoleArn": {},
|
8487
|
+
"RoutingConfig": {
|
8488
|
+
"type": "structure",
|
8489
|
+
"members": {
|
8490
|
+
"FailoverConfig": {
|
8491
|
+
"type": "structure",
|
8492
|
+
"members": {
|
8493
|
+
"Primary": {
|
8494
|
+
"type": "structure",
|
8495
|
+
"members": {
|
8496
|
+
"HealthCheck": {}
|
8497
|
+
}
|
8498
|
+
},
|
8499
|
+
"Secondary": {
|
8500
|
+
"type": "structure",
|
8501
|
+
"members": {
|
8502
|
+
"Route": {}
|
8503
|
+
}
|
8504
|
+
}
|
8505
|
+
}
|
8506
|
+
}
|
8507
|
+
}
|
8508
|
+
},
|
8509
|
+
"State": {},
|
8510
|
+
"StateReason": {}
|
8511
|
+
}
|
8512
|
+
},
|
8513
|
+
"AwsDmsReplicationTask": {
|
8514
|
+
"type": "structure",
|
8515
|
+
"members": {
|
8516
|
+
"CdcStartPosition": {},
|
8517
|
+
"CdcStartTime": {},
|
8518
|
+
"CdcStopPosition": {},
|
8519
|
+
"MigrationType": {},
|
8520
|
+
"Id": {},
|
8521
|
+
"ResourceIdentifier": {},
|
8522
|
+
"ReplicationInstanceArn": {},
|
8523
|
+
"ReplicationTaskIdentifier": {},
|
8524
|
+
"ReplicationTaskSettings": {},
|
8525
|
+
"SourceEndpointArn": {},
|
8526
|
+
"TableMappings": {},
|
8527
|
+
"TargetEndpointArn": {},
|
8528
|
+
"TaskData": {}
|
8529
|
+
}
|
8530
|
+
},
|
8531
|
+
"AwsDmsReplicationInstance": {
|
8532
|
+
"type": "structure",
|
8533
|
+
"members": {
|
8534
|
+
"AllocatedStorage": {
|
8535
|
+
"type": "integer"
|
8536
|
+
},
|
8537
|
+
"AutoMinorVersionUpgrade": {
|
8538
|
+
"type": "boolean"
|
8539
|
+
},
|
8540
|
+
"AvailabilityZone": {},
|
8541
|
+
"EngineVersion": {},
|
8542
|
+
"KmsKeyId": {},
|
8543
|
+
"MultiAZ": {
|
8544
|
+
"type": "boolean"
|
8545
|
+
},
|
8546
|
+
"PreferredMaintenanceWindow": {},
|
8547
|
+
"PubliclyAccessible": {
|
8548
|
+
"type": "boolean"
|
8549
|
+
},
|
8550
|
+
"ReplicationInstanceClass": {},
|
8551
|
+
"ReplicationInstanceIdentifier": {},
|
8552
|
+
"ReplicationSubnetGroup": {
|
8553
|
+
"type": "structure",
|
8554
|
+
"members": {
|
8555
|
+
"ReplicationSubnetGroupIdentifier": {}
|
8556
|
+
}
|
8557
|
+
},
|
8558
|
+
"VpcSecurityGroups": {
|
8559
|
+
"type": "list",
|
8560
|
+
"member": {
|
8561
|
+
"type": "structure",
|
8562
|
+
"members": {
|
8563
|
+
"VpcSecurityGroupId": {}
|
8564
|
+
}
|
8565
|
+
}
|
8566
|
+
}
|
8567
|
+
}
|
8568
|
+
},
|
8569
|
+
"AwsRoute53HostedZone": {
|
8570
|
+
"type": "structure",
|
8571
|
+
"members": {
|
8572
|
+
"HostedZone": {
|
8573
|
+
"type": "structure",
|
8574
|
+
"members": {
|
8575
|
+
"Id": {},
|
8576
|
+
"Name": {},
|
8577
|
+
"Config": {
|
8578
|
+
"type": "structure",
|
8579
|
+
"members": {
|
8580
|
+
"Comment": {}
|
8581
|
+
}
|
8582
|
+
}
|
8583
|
+
}
|
8584
|
+
},
|
8585
|
+
"Vpcs": {
|
8586
|
+
"type": "list",
|
8587
|
+
"member": {
|
8588
|
+
"type": "structure",
|
8589
|
+
"members": {
|
8590
|
+
"Id": {},
|
8591
|
+
"Region": {}
|
8592
|
+
}
|
8593
|
+
}
|
8594
|
+
},
|
8595
|
+
"NameServers": {
|
8596
|
+
"type": "list",
|
8597
|
+
"member": {}
|
8598
|
+
},
|
8599
|
+
"QueryLoggingConfig": {
|
8600
|
+
"type": "structure",
|
8601
|
+
"members": {
|
8602
|
+
"CloudWatchLogsLogGroupArn": {
|
8603
|
+
"type": "structure",
|
8604
|
+
"members": {
|
8605
|
+
"CloudWatchLogsLogGroupArn": {},
|
8606
|
+
"HostedZoneId": {},
|
8607
|
+
"Id": {}
|
8608
|
+
}
|
8609
|
+
}
|
8610
|
+
}
|
8611
|
+
}
|
8612
|
+
}
|
8613
|
+
},
|
8614
|
+
"AwsMskCluster": {
|
8615
|
+
"type": "structure",
|
8616
|
+
"members": {
|
8617
|
+
"ClusterInfo": {
|
8618
|
+
"type": "structure",
|
8619
|
+
"members": {
|
8620
|
+
"EncryptionInfo": {
|
8621
|
+
"type": "structure",
|
8622
|
+
"members": {
|
8623
|
+
"EncryptionInTransit": {
|
8624
|
+
"type": "structure",
|
8625
|
+
"members": {
|
8626
|
+
"InCluster": {
|
8627
|
+
"type": "boolean"
|
8628
|
+
},
|
8629
|
+
"ClientBroker": {}
|
8630
|
+
}
|
8631
|
+
},
|
8632
|
+
"EncryptionAtRest": {
|
8633
|
+
"type": "structure",
|
8634
|
+
"members": {
|
8635
|
+
"DataVolumeKMSKeyId": {}
|
8636
|
+
}
|
8637
|
+
}
|
8638
|
+
}
|
8639
|
+
},
|
8640
|
+
"CurrentVersion": {},
|
8641
|
+
"NumberOfBrokerNodes": {
|
8642
|
+
"type": "integer"
|
8643
|
+
},
|
8644
|
+
"ClusterName": {},
|
8645
|
+
"ClientAuthentication": {
|
8646
|
+
"type": "structure",
|
8647
|
+
"members": {
|
8648
|
+
"Sasl": {
|
8649
|
+
"type": "structure",
|
8650
|
+
"members": {
|
8651
|
+
"Iam": {
|
8652
|
+
"type": "structure",
|
8653
|
+
"members": {
|
8654
|
+
"Enabled": {
|
8655
|
+
"type": "boolean"
|
8656
|
+
}
|
8657
|
+
}
|
8658
|
+
},
|
8659
|
+
"Scram": {
|
8660
|
+
"type": "structure",
|
8661
|
+
"members": {
|
8662
|
+
"Enabled": {
|
8663
|
+
"type": "boolean"
|
8664
|
+
}
|
8665
|
+
}
|
8666
|
+
}
|
8667
|
+
}
|
8668
|
+
},
|
8669
|
+
"Unauthenticated": {
|
8670
|
+
"type": "structure",
|
8671
|
+
"members": {
|
8672
|
+
"Enabled": {
|
8673
|
+
"type": "boolean"
|
8674
|
+
}
|
8675
|
+
}
|
8676
|
+
},
|
8677
|
+
"Tls": {
|
8678
|
+
"type": "structure",
|
8679
|
+
"members": {
|
8680
|
+
"CertificateAuthorityArnList": {
|
8681
|
+
"shape": "S1r"
|
8682
|
+
},
|
8683
|
+
"Enabled": {
|
8684
|
+
"type": "boolean"
|
8685
|
+
}
|
8686
|
+
}
|
8687
|
+
}
|
8688
|
+
}
|
8689
|
+
}
|
8690
|
+
}
|
8691
|
+
}
|
8692
|
+
}
|
8430
8693
|
}
|
8431
8694
|
}
|
8432
8695
|
}
|
@@ -8638,7 +8901,7 @@
|
|
8638
8901
|
"members": {
|
8639
8902
|
"ConnectionDirection": {},
|
8640
8903
|
"RemoteIpDetails": {
|
8641
|
-
"shape": "
|
8904
|
+
"shape": "So1"
|
8642
8905
|
},
|
8643
8906
|
"RemotePortDetails": {
|
8644
8907
|
"type": "structure",
|
@@ -8650,7 +8913,7 @@
|
|
8650
8913
|
}
|
8651
8914
|
},
|
8652
8915
|
"LocalPortDetails": {
|
8653
|
-
"shape": "
|
8916
|
+
"shape": "So7"
|
8654
8917
|
},
|
8655
8918
|
"Protocol": {},
|
8656
8919
|
"Blocked": {
|
@@ -8665,7 +8928,7 @@
|
|
8665
8928
|
"ServiceName": {},
|
8666
8929
|
"CallerType": {},
|
8667
8930
|
"RemoteIpDetails": {
|
8668
|
-
"shape": "
|
8931
|
+
"shape": "So1"
|
8669
8932
|
},
|
8670
8933
|
"DomainDetails": {
|
8671
8934
|
"type": "structure",
|
@@ -8699,7 +8962,7 @@
|
|
8699
8962
|
"type": "structure",
|
8700
8963
|
"members": {
|
8701
8964
|
"LocalPortDetails": {
|
8702
|
-
"shape": "
|
8965
|
+
"shape": "So7"
|
8703
8966
|
},
|
8704
8967
|
"LocalIpDetails": {
|
8705
8968
|
"type": "structure",
|
@@ -8708,7 +8971,7 @@
|
|
8708
8971
|
}
|
8709
8972
|
},
|
8710
8973
|
"RemoteIpDetails": {
|
8711
|
-
"shape": "
|
8974
|
+
"shape": "So1"
|
8712
8975
|
}
|
8713
8976
|
}
|
8714
8977
|
}
|
@@ -9376,7 +9639,7 @@
|
|
9376
9639
|
"UserPoolId": {}
|
9377
9640
|
}
|
9378
9641
|
},
|
9379
|
-
"
|
9642
|
+
"So1": {
|
9380
9643
|
"type": "structure",
|
9381
9644
|
"members": {
|
9382
9645
|
"IpAddressV4": {},
|
@@ -9417,7 +9680,7 @@
|
|
9417
9680
|
}
|
9418
9681
|
}
|
9419
9682
|
},
|
9420
|
-
"
|
9683
|
+
"So7": {
|
9421
9684
|
"type": "structure",
|
9422
9685
|
"members": {
|
9423
9686
|
"Port": {
|
@@ -9426,13 +9689,13 @@
|
|
9426
9689
|
"PortName": {}
|
9427
9690
|
}
|
9428
9691
|
},
|
9429
|
-
"
|
9692
|
+
"Soq": {
|
9430
9693
|
"type": "list",
|
9431
9694
|
"member": {
|
9432
|
-
"shape": "
|
9695
|
+
"shape": "Sor"
|
9433
9696
|
}
|
9434
9697
|
},
|
9435
|
-
"
|
9698
|
+
"Sor": {
|
9436
9699
|
"type": "structure",
|
9437
9700
|
"required": [
|
9438
9701
|
"Id",
|
@@ -9443,7 +9706,7 @@
|
|
9443
9706
|
"ProductArn": {}
|
9444
9707
|
}
|
9445
9708
|
},
|
9446
|
-
"
|
9709
|
+
"Sox": {
|
9447
9710
|
"type": "structure",
|
9448
9711
|
"required": [
|
9449
9712
|
"StandardsArn",
|
@@ -9457,12 +9720,12 @@
|
|
9457
9720
|
"UpdatedReason": {}
|
9458
9721
|
}
|
9459
9722
|
},
|
9460
|
-
"
|
9723
|
+
"Sp4": {
|
9461
9724
|
"type": "map",
|
9462
9725
|
"key": {},
|
9463
9726
|
"value": {}
|
9464
9727
|
},
|
9465
|
-
"
|
9728
|
+
"Spb": {
|
9466
9729
|
"type": "structure",
|
9467
9730
|
"members": {
|
9468
9731
|
"ProductArn": {
|
@@ -9557,10 +9820,10 @@
|
|
9557
9820
|
"shape": "Sx"
|
9558
9821
|
},
|
9559
9822
|
"NetworkSourceIpV4": {
|
9560
|
-
"shape": "
|
9823
|
+
"shape": "Spc"
|
9561
9824
|
},
|
9562
9825
|
"NetworkSourceIpV6": {
|
9563
|
-
"shape": "
|
9826
|
+
"shape": "Spc"
|
9564
9827
|
},
|
9565
9828
|
"NetworkSourcePort": {
|
9566
9829
|
"shape": "S14"
|
@@ -9572,10 +9835,10 @@
|
|
9572
9835
|
"shape": "Sx"
|
9573
9836
|
},
|
9574
9837
|
"NetworkDestinationIpV4": {
|
9575
|
-
"shape": "
|
9838
|
+
"shape": "Spc"
|
9576
9839
|
},
|
9577
9840
|
"NetworkDestinationIpV6": {
|
9578
|
-
"shape": "
|
9841
|
+
"shape": "Spc"
|
9579
9842
|
},
|
9580
9843
|
"NetworkDestinationPort": {
|
9581
9844
|
"shape": "S14"
|
@@ -9641,10 +9904,10 @@
|
|
9641
9904
|
"shape": "Sx"
|
9642
9905
|
},
|
9643
9906
|
"ResourceAwsEc2InstanceIpV4Addresses": {
|
9644
|
-
"shape": "
|
9907
|
+
"shape": "Spc"
|
9645
9908
|
},
|
9646
9909
|
"ResourceAwsEc2InstanceIpV6Addresses": {
|
9647
|
-
"shape": "
|
9910
|
+
"shape": "Spc"
|
9648
9911
|
},
|
9649
9912
|
"ResourceAwsEc2InstanceKeyName": {
|
9650
9913
|
"shape": "Sx"
|
@@ -9780,7 +10043,7 @@
|
|
9780
10043
|
}
|
9781
10044
|
}
|
9782
10045
|
},
|
9783
|
-
"
|
10046
|
+
"Spc": {
|
9784
10047
|
"type": "list",
|
9785
10048
|
"member": {
|
9786
10049
|
"type": "structure",
|
@@ -9789,7 +10052,7 @@
|
|
9789
10052
|
}
|
9790
10053
|
}
|
9791
10054
|
},
|
9792
|
-
"
|
10055
|
+
"Spo": {
|
9793
10056
|
"type": "list",
|
9794
10057
|
"member": {
|
9795
10058
|
"type": "structure",
|
@@ -9799,15 +10062,15 @@
|
|
9799
10062
|
}
|
9800
10063
|
}
|
9801
10064
|
},
|
9802
|
-
"
|
10065
|
+
"Spr": {
|
9803
10066
|
"type": "list",
|
9804
10067
|
"member": {}
|
9805
10068
|
},
|
9806
|
-
"
|
10069
|
+
"Sq4": {
|
9807
10070
|
"type": "list",
|
9808
10071
|
"member": {}
|
9809
10072
|
},
|
9810
|
-
"
|
10073
|
+
"Srg": {
|
9811
10074
|
"type": "structure",
|
9812
10075
|
"members": {
|
9813
10076
|
"AccountId": {},
|
@@ -9818,7 +10081,7 @@
|
|
9818
10081
|
"MemberStatus": {}
|
9819
10082
|
}
|
9820
10083
|
},
|
9821
|
-
"
|
10084
|
+
"Sse": {
|
9822
10085
|
"type": "list",
|
9823
10086
|
"member": {
|
9824
10087
|
"type": "structure",
|