aws-sdk 2.1421.0 → 2.1423.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/CHANGELOG.md +22 -1
- package/README.md +1 -1
- package/apis/billingconductor-2021-07-30.min.json +96 -68
- package/apis/customer-profiles-2020-08-15.min.json +253 -57
- package/apis/datasync-2018-11-09.min.json +198 -102
- package/apis/ec2-2016-11-15.min.json +300 -278
- package/apis/emr-serverless-2021-07-13.min.json +25 -3
- package/apis/entityresolution-2018-05-10.examples.json +5 -0
- package/apis/entityresolution-2018-05-10.min.json +823 -0
- package/apis/entityresolution-2018-05-10.paginators.json +22 -0
- package/apis/glue-2017-03-31.min.json +390 -318
- package/apis/managedblockchain-query-2023-05-04.examples.json +5 -0
- package/apis/managedblockchain-query-2023-05-04.min.json +438 -0
- package/apis/managedblockchain-query-2023-05-04.paginators.json +22 -0
- package/apis/managedblockchain-query-2023-05-04.waiters2.json +5 -0
- package/apis/metadata.json +7 -0
- package/apis/rds-2014-10-31.min.json +2 -1
- package/apis/sagemaker-2017-07-24.min.json +4 -0
- package/apis/securityhub-2018-10-26.min.json +145 -108
- package/apis/sts-2011-06-15.min.json +21 -11
- package/apis/transfer-2018-11-05.min.json +117 -73
- package/apis/wisdom-2020-10-19.min.json +77 -59
- package/clients/all.d.ts +2 -0
- package/clients/all.js +3 -1
- package/clients/billingconductor.d.ts +102 -69
- package/clients/cloudcontrol.d.ts +1 -1
- package/clients/customerprofiles.d.ts +204 -4
- package/clients/datasync.d.ts +171 -27
- package/clients/dynamodb.d.ts +4 -4
- package/clients/ec2.d.ts +26 -0
- package/clients/emrserverless.d.ts +33 -2
- package/clients/entityresolution.d.ts +815 -0
- package/clients/entityresolution.js +18 -0
- package/clients/glue.d.ts +123 -1
- package/clients/healthlake.d.ts +70 -70
- package/clients/lambda.d.ts +1 -1
- package/clients/managedblockchainquery.d.ts +494 -0
- package/clients/managedblockchainquery.js +19 -0
- package/clients/mediaconvert.d.ts +421 -414
- package/clients/opensearchserverless.d.ts +1 -1
- package/clients/polly.d.ts +2 -2
- package/clients/rds.d.ts +14 -10
- package/clients/route53.d.ts +13 -13
- package/clients/sagemaker.d.ts +4 -4
- package/clients/securityhub.d.ts +69 -10
- package/clients/sts.d.ts +17 -1
- package/clients/transfer.d.ts +85 -19
- package/clients/wisdom.d.ts +24 -0
- package/dist/aws-sdk-core-react-native.js +2 -2
- package/dist/aws-sdk-react-native.js +97 -16
- package/dist/aws-sdk.js +333 -293
- package/dist/aws-sdk.min.js +67 -67
- package/lib/config_service_placeholders.d.ts +4 -0
- package/lib/core.js +1 -1
- package/lib/dynamodb/document_client.d.ts +2 -2
- package/package.json +1 -1
@@ -448,7 +448,7 @@
|
|
448
448
|
],
|
449
449
|
"members": {
|
450
450
|
"FindingIdentifiers": {
|
451
|
-
"shape": "
|
451
|
+
"shape": "Snn"
|
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": "Snn"
|
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": "Sno"
|
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": "Snu"
|
526
526
|
}
|
527
527
|
}
|
528
528
|
}
|
@@ -540,7 +540,7 @@
|
|
540
540
|
],
|
541
541
|
"members": {
|
542
542
|
"StandardsControlAssociationUpdate": {
|
543
|
-
"shape": "
|
543
|
+
"shape": "Snu"
|
544
544
|
},
|
545
545
|
"ErrorCode": {},
|
546
546
|
"ErrorReason": {}
|
@@ -592,7 +592,7 @@
|
|
592
592
|
],
|
593
593
|
"members": {
|
594
594
|
"Tags": {
|
595
|
-
"shape": "
|
595
|
+
"shape": "So1"
|
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": "So8"
|
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": "Sol"
|
708
708
|
}
|
709
709
|
}
|
710
710
|
}
|
@@ -720,7 +720,7 @@
|
|
720
720
|
],
|
721
721
|
"members": {
|
722
722
|
"AccountIds": {
|
723
|
-
"shape": "
|
723
|
+
"shape": "Soo"
|
724
724
|
}
|
725
725
|
}
|
726
726
|
},
|
@@ -728,7 +728,7 @@
|
|
728
728
|
"type": "structure",
|
729
729
|
"members": {
|
730
730
|
"UnprocessedAccounts": {
|
731
|
-
"shape": "
|
731
|
+
"shape": "Sol"
|
732
732
|
}
|
733
733
|
}
|
734
734
|
}
|
@@ -820,7 +820,7 @@
|
|
820
820
|
],
|
821
821
|
"members": {
|
822
822
|
"AccountIds": {
|
823
|
-
"shape": "
|
823
|
+
"shape": "Soo"
|
824
824
|
}
|
825
825
|
}
|
826
826
|
},
|
@@ -828,7 +828,7 @@
|
|
828
828
|
"type": "structure",
|
829
829
|
"members": {
|
830
830
|
"UnprocessedAccounts": {
|
831
|
-
"shape": "
|
831
|
+
"shape": "Sol"
|
832
832
|
}
|
833
833
|
}
|
834
834
|
}
|
@@ -844,7 +844,7 @@
|
|
844
844
|
],
|
845
845
|
"members": {
|
846
846
|
"AccountIds": {
|
847
|
-
"shape": "
|
847
|
+
"shape": "Soo"
|
848
848
|
}
|
849
849
|
}
|
850
850
|
},
|
@@ -852,7 +852,7 @@
|
|
852
852
|
"type": "structure",
|
853
853
|
"members": {
|
854
854
|
"UnprocessedAccounts": {
|
855
|
-
"shape": "
|
855
|
+
"shape": "Sol"
|
856
856
|
}
|
857
857
|
}
|
858
858
|
}
|
@@ -865,7 +865,7 @@
|
|
865
865
|
"type": "structure",
|
866
866
|
"members": {
|
867
867
|
"ActionTargetArns": {
|
868
|
-
"shape": "
|
868
|
+
"shape": "Sp1"
|
869
869
|
},
|
870
870
|
"NextToken": {},
|
871
871
|
"MaxResults": {
|
@@ -1201,7 +1201,7 @@
|
|
1201
1201
|
],
|
1202
1202
|
"members": {
|
1203
1203
|
"AccountIds": {
|
1204
|
-
"shape": "
|
1204
|
+
"shape": "Soo"
|
1205
1205
|
}
|
1206
1206
|
}
|
1207
1207
|
},
|
@@ -1256,7 +1256,7 @@
|
|
1256
1256
|
"type": "structure",
|
1257
1257
|
"members": {
|
1258
1258
|
"Tags": {
|
1259
|
-
"shape": "
|
1259
|
+
"shape": "So1"
|
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": "Sqd"
|
1286
1286
|
}
|
1287
1287
|
}
|
1288
1288
|
}
|
@@ -1353,7 +1353,7 @@
|
|
1353
1353
|
],
|
1354
1354
|
"members": {
|
1355
1355
|
"FindingIdentifier": {
|
1356
|
-
"shape": "
|
1356
|
+
"shape": "Sno"
|
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": "Sno"
|
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": "So8"
|
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": "Sp1"
|
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": "So8"
|
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": "Sqd"
|
1587
1587
|
}
|
1588
1588
|
}
|
1589
1589
|
},
|
@@ -1601,7 +1601,7 @@
|
|
1601
1601
|
],
|
1602
1602
|
"members": {
|
1603
1603
|
"AccountIds": {
|
1604
|
-
"shape": "
|
1604
|
+
"shape": "Soo"
|
1605
1605
|
}
|
1606
1606
|
}
|
1607
1607
|
},
|
@@ -1609,10 +1609,10 @@
|
|
1609
1609
|
"type": "structure",
|
1610
1610
|
"members": {
|
1611
1611
|
"Members": {
|
1612
|
-
"shape": "
|
1612
|
+
"shape": "Srb"
|
1613
1613
|
},
|
1614
1614
|
"UnprocessedAccounts": {
|
1615
|
-
"shape": "
|
1615
|
+
"shape": "Sol"
|
1616
1616
|
}
|
1617
1617
|
}
|
1618
1618
|
}
|
@@ -1628,7 +1628,7 @@
|
|
1628
1628
|
],
|
1629
1629
|
"members": {
|
1630
1630
|
"AccountIds": {
|
1631
|
-
"shape": "
|
1631
|
+
"shape": "Soo"
|
1632
1632
|
}
|
1633
1633
|
}
|
1634
1634
|
},
|
@@ -1636,7 +1636,7 @@
|
|
1636
1636
|
"type": "structure",
|
1637
1637
|
"members": {
|
1638
1638
|
"UnprocessedAccounts": {
|
1639
|
-
"shape": "
|
1639
|
+
"shape": "Sol"
|
1640
1640
|
}
|
1641
1641
|
}
|
1642
1642
|
}
|
@@ -1782,7 +1782,7 @@
|
|
1782
1782
|
"Invitations": {
|
1783
1783
|
"type": "list",
|
1784
1784
|
"member": {
|
1785
|
-
"shape": "
|
1785
|
+
"shape": "Sqd"
|
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": "Srb"
|
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": "So1"
|
2002
2002
|
}
|
2003
2003
|
}
|
2004
2004
|
}
|
@@ -2019,7 +2019,7 @@
|
|
2019
2019
|
"locationName": "ResourceArn"
|
2020
2020
|
},
|
2021
2021
|
"Tags": {
|
2022
|
-
"shape": "
|
2022
|
+
"shape": "So1"
|
2023
2023
|
}
|
2024
2024
|
}
|
2025
2025
|
},
|
@@ -2124,7 +2124,7 @@
|
|
2124
2124
|
],
|
2125
2125
|
"members": {
|
2126
2126
|
"Filters": {
|
2127
|
-
"shape": "
|
2127
|
+
"shape": "So8"
|
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": "So8"
|
2158
2158
|
},
|
2159
2159
|
"GroupByAttribute": {}
|
2160
2160
|
}
|
@@ -5452,6 +5452,18 @@
|
|
5452
5452
|
"DbClusterSnapshotIdentifier": {},
|
5453
5453
|
"IamDatabaseAuthenticationEnabled": {
|
5454
5454
|
"type": "boolean"
|
5455
|
+
},
|
5456
|
+
"DbClusterSnapshotAttributes": {
|
5457
|
+
"type": "list",
|
5458
|
+
"member": {
|
5459
|
+
"type": "structure",
|
5460
|
+
"members": {
|
5461
|
+
"AttributeName": {},
|
5462
|
+
"AttributeValues": {
|
5463
|
+
"shape": "S4c"
|
5464
|
+
}
|
5465
|
+
}
|
5466
|
+
}
|
5455
5467
|
}
|
5456
5468
|
}
|
5457
5469
|
},
|
@@ -5634,7 +5646,7 @@
|
|
5634
5646
|
}
|
5635
5647
|
},
|
5636
5648
|
"AwsEcsContainer": {
|
5637
|
-
"shape": "
|
5649
|
+
"shape": "Scv"
|
5638
5650
|
},
|
5639
5651
|
"AwsEcsTaskDefinition": {
|
5640
5652
|
"type": "structure",
|
@@ -6348,7 +6360,7 @@
|
|
6348
6360
|
},
|
6349
6361
|
"OutsideIpAddress": {},
|
6350
6362
|
"Phase1DhGroupNumbers": {
|
6351
|
-
"shape": "
|
6363
|
+
"shape": "Sf8"
|
6352
6364
|
},
|
6353
6365
|
"Phase1EncryptionAlgorithms": {
|
6354
6366
|
"shape": "S4c"
|
@@ -6360,7 +6372,7 @@
|
|
6360
6372
|
"type": "integer"
|
6361
6373
|
},
|
6362
6374
|
"Phase2DhGroupNumbers": {
|
6363
|
-
"shape": "
|
6375
|
+
"shape": "Sf8"
|
6364
6376
|
},
|
6365
6377
|
"Phase2EncryptionAlgorithms": {
|
6366
6378
|
"shape": "S4c"
|
@@ -6521,13 +6533,13 @@
|
|
6521
6533
|
"type": "structure",
|
6522
6534
|
"members": {
|
6523
6535
|
"IndexSlowLogs": {
|
6524
|
-
"shape": "
|
6536
|
+
"shape": "Sfl"
|
6525
6537
|
},
|
6526
6538
|
"SearchSlowLogs": {
|
6527
|
-
"shape": "
|
6539
|
+
"shape": "Sfl"
|
6528
6540
|
},
|
6529
6541
|
"AuditLogs": {
|
6530
|
-
"shape": "
|
6542
|
+
"shape": "Sfl"
|
6531
6543
|
}
|
6532
6544
|
}
|
6533
6545
|
},
|
@@ -6739,7 +6751,7 @@
|
|
6739
6751
|
"type": "structure",
|
6740
6752
|
"members": {
|
6741
6753
|
"ActionDefinition": {
|
6742
|
-
"shape": "
|
6754
|
+
"shape": "Sgc"
|
6743
6755
|
},
|
6744
6756
|
"ActionName": {}
|
6745
6757
|
}
|
@@ -6889,7 +6901,7 @@
|
|
6889
6901
|
"type": "structure",
|
6890
6902
|
"members": {
|
6891
6903
|
"ActionDefinition": {
|
6892
|
-
"shape": "
|
6904
|
+
"shape": "Sgc"
|
6893
6905
|
},
|
6894
6906
|
"ActionName": {}
|
6895
6907
|
}
|
@@ -7204,11 +7216,11 @@
|
|
7204
7216
|
"type": "structure",
|
7205
7217
|
"members": {
|
7206
7218
|
"AccepterVpcInfo": {
|
7207
|
-
"shape": "
|
7219
|
+
"shape": "Si0"
|
7208
7220
|
},
|
7209
7221
|
"ExpirationTime": {},
|
7210
7222
|
"RequesterVpcInfo": {
|
7211
|
-
"shape": "
|
7223
|
+
"shape": "Si0"
|
7212
7224
|
},
|
7213
7225
|
"Status": {
|
7214
7226
|
"type": "structure",
|
@@ -7378,7 +7390,7 @@
|
|
7378
7390
|
"Containers": {
|
7379
7391
|
"type": "list",
|
7380
7392
|
"member": {
|
7381
|
-
"shape": "
|
7393
|
+
"shape": "Scv"
|
7382
7394
|
}
|
7383
7395
|
}
|
7384
7396
|
}
|
@@ -7445,13 +7457,13 @@
|
|
7445
7457
|
"members": {
|
7446
7458
|
"DestinationBackupVaultArn": {},
|
7447
7459
|
"Lifecycle": {
|
7448
|
-
"shape": "
|
7460
|
+
"shape": "Sj5"
|
7449
7461
|
}
|
7450
7462
|
}
|
7451
7463
|
}
|
7452
7464
|
},
|
7453
7465
|
"Lifecycle": {
|
7454
|
-
"shape": "
|
7466
|
+
"shape": "Sj5"
|
7455
7467
|
}
|
7456
7468
|
}
|
7457
7469
|
}
|
@@ -8018,19 +8030,19 @@
|
|
8018
8030
|
"type": "structure",
|
8019
8031
|
"members": {
|
8020
8032
|
"Allow": {
|
8021
|
-
"shape": "
|
8033
|
+
"shape": "Sko"
|
8022
8034
|
},
|
8023
8035
|
"Block": {
|
8024
|
-
"shape": "
|
8036
|
+
"shape": "Sks"
|
8025
8037
|
}
|
8026
8038
|
}
|
8027
8039
|
},
|
8028
8040
|
"Description": {},
|
8029
8041
|
"Rules": {
|
8030
|
-
"shape": "
|
8042
|
+
"shape": "Sku"
|
8031
8043
|
},
|
8032
8044
|
"VisibilityConfig": {
|
8033
|
-
"shape": "
|
8045
|
+
"shape": "Skz"
|
8034
8046
|
}
|
8035
8047
|
}
|
8036
8048
|
},
|
@@ -8045,11 +8057,11 @@
|
|
8045
8057
|
"Name": {},
|
8046
8058
|
"Arn": {},
|
8047
8059
|
"Rules": {
|
8048
|
-
"shape": "
|
8060
|
+
"shape": "Sku"
|
8049
8061
|
},
|
8050
8062
|
"Scope": {},
|
8051
8063
|
"VisibilityConfig": {
|
8052
|
-
"shape": "
|
8064
|
+
"shape": "Skz"
|
8053
8065
|
}
|
8054
8066
|
}
|
8055
8067
|
},
|
@@ -8220,18 +8232,18 @@
|
|
8220
8232
|
"ApiId": {},
|
8221
8233
|
"Id": {},
|
8222
8234
|
"OpenIdConnectConfig": {
|
8223
|
-
"shape": "
|
8235
|
+
"shape": "Sli"
|
8224
8236
|
},
|
8225
8237
|
"Name": {},
|
8226
8238
|
"LambdaAuthorizerConfig": {
|
8227
|
-
"shape": "
|
8239
|
+
"shape": "Slj"
|
8228
8240
|
},
|
8229
8241
|
"XrayEnabled": {
|
8230
8242
|
"type": "boolean"
|
8231
8243
|
},
|
8232
8244
|
"Arn": {},
|
8233
8245
|
"UserPoolConfig": {
|
8234
|
-
"shape": "
|
8246
|
+
"shape": "Slk"
|
8235
8247
|
},
|
8236
8248
|
"AuthenticationType": {},
|
8237
8249
|
"LogConfig": {
|
@@ -8251,13 +8263,13 @@
|
|
8251
8263
|
"members": {
|
8252
8264
|
"AuthenticationType": {},
|
8253
8265
|
"LambdaAuthorizerConfig": {
|
8254
|
-
"shape": "
|
8266
|
+
"shape": "Slj"
|
8255
8267
|
},
|
8256
8268
|
"OpenIdConnectConfig": {
|
8257
|
-
"shape": "
|
8269
|
+
"shape": "Sli"
|
8258
8270
|
},
|
8259
8271
|
"UserPoolConfig": {
|
8260
|
-
"shape": "
|
8272
|
+
"shape": "Slk"
|
8261
8273
|
}
|
8262
8274
|
}
|
8263
8275
|
}
|
@@ -8390,6 +8402,31 @@
|
|
8390
8402
|
},
|
8391
8403
|
"Type": {}
|
8392
8404
|
}
|
8405
|
+
},
|
8406
|
+
"AwsAthenaWorkGroup": {
|
8407
|
+
"type": "structure",
|
8408
|
+
"members": {
|
8409
|
+
"Name": {},
|
8410
|
+
"Description": {},
|
8411
|
+
"State": {},
|
8412
|
+
"Configuration": {
|
8413
|
+
"type": "structure",
|
8414
|
+
"members": {
|
8415
|
+
"ResultConfiguration": {
|
8416
|
+
"type": "structure",
|
8417
|
+
"members": {
|
8418
|
+
"EncryptionConfiguration": {
|
8419
|
+
"type": "structure",
|
8420
|
+
"members": {
|
8421
|
+
"EncryptionOption": {},
|
8422
|
+
"KmsKey": {}
|
8423
|
+
}
|
8424
|
+
}
|
8425
|
+
}
|
8426
|
+
}
|
8427
|
+
}
|
8428
|
+
}
|
8429
|
+
}
|
8393
8430
|
}
|
8394
8431
|
}
|
8395
8432
|
}
|
@@ -8572,7 +8609,7 @@
|
|
8572
8609
|
"members": {
|
8573
8610
|
"ConnectionDirection": {},
|
8574
8611
|
"RemoteIpDetails": {
|
8575
|
-
"shape": "
|
8612
|
+
"shape": "Smz"
|
8576
8613
|
},
|
8577
8614
|
"RemotePortDetails": {
|
8578
8615
|
"type": "structure",
|
@@ -8584,7 +8621,7 @@
|
|
8584
8621
|
}
|
8585
8622
|
},
|
8586
8623
|
"LocalPortDetails": {
|
8587
|
-
"shape": "
|
8624
|
+
"shape": "Sn5"
|
8588
8625
|
},
|
8589
8626
|
"Protocol": {},
|
8590
8627
|
"Blocked": {
|
@@ -8599,7 +8636,7 @@
|
|
8599
8636
|
"ServiceName": {},
|
8600
8637
|
"CallerType": {},
|
8601
8638
|
"RemoteIpDetails": {
|
8602
|
-
"shape": "
|
8639
|
+
"shape": "Smz"
|
8603
8640
|
},
|
8604
8641
|
"DomainDetails": {
|
8605
8642
|
"type": "structure",
|
@@ -8633,7 +8670,7 @@
|
|
8633
8670
|
"type": "structure",
|
8634
8671
|
"members": {
|
8635
8672
|
"LocalPortDetails": {
|
8636
|
-
"shape": "
|
8673
|
+
"shape": "Sn5"
|
8637
8674
|
},
|
8638
8675
|
"LocalIpDetails": {
|
8639
8676
|
"type": "structure",
|
@@ -8642,7 +8679,7 @@
|
|
8642
8679
|
}
|
8643
8680
|
},
|
8644
8681
|
"RemoteIpDetails": {
|
8645
|
-
"shape": "
|
8682
|
+
"shape": "Smz"
|
8646
8683
|
}
|
8647
8684
|
}
|
8648
8685
|
}
|
@@ -9064,7 +9101,7 @@
|
|
9064
9101
|
}
|
9065
9102
|
}
|
9066
9103
|
},
|
9067
|
-
"
|
9104
|
+
"Scv": {
|
9068
9105
|
"type": "structure",
|
9069
9106
|
"members": {
|
9070
9107
|
"Name": {},
|
@@ -9084,13 +9121,13 @@
|
|
9084
9121
|
}
|
9085
9122
|
}
|
9086
9123
|
},
|
9087
|
-
"
|
9124
|
+
"Sf8": {
|
9088
9125
|
"type": "list",
|
9089
9126
|
"member": {
|
9090
9127
|
"type": "integer"
|
9091
9128
|
}
|
9092
9129
|
},
|
9093
|
-
"
|
9130
|
+
"Sfl": {
|
9094
9131
|
"type": "structure",
|
9095
9132
|
"members": {
|
9096
9133
|
"CloudWatchLogsLogGroupArn": {},
|
@@ -9099,7 +9136,7 @@
|
|
9099
9136
|
}
|
9100
9137
|
}
|
9101
9138
|
},
|
9102
|
-
"
|
9139
|
+
"Sgc": {
|
9103
9140
|
"type": "structure",
|
9104
9141
|
"members": {
|
9105
9142
|
"PublishMetricAction": {
|
@@ -9118,7 +9155,7 @@
|
|
9118
9155
|
}
|
9119
9156
|
}
|
9120
9157
|
},
|
9121
|
-
"
|
9158
|
+
"Si0": {
|
9122
9159
|
"type": "structure",
|
9123
9160
|
"members": {
|
9124
9161
|
"CidrBlock": {},
|
@@ -9159,7 +9196,7 @@
|
|
9159
9196
|
"VpcId": {}
|
9160
9197
|
}
|
9161
9198
|
},
|
9162
|
-
"
|
9199
|
+
"Sj5": {
|
9163
9200
|
"type": "structure",
|
9164
9201
|
"members": {
|
9165
9202
|
"DeleteAfterDays": {
|
@@ -9170,23 +9207,23 @@
|
|
9170
9207
|
}
|
9171
9208
|
}
|
9172
9209
|
},
|
9173
|
-
"
|
9210
|
+
"Sko": {
|
9174
9211
|
"type": "structure",
|
9175
9212
|
"members": {
|
9176
9213
|
"CustomRequestHandling": {
|
9177
|
-
"shape": "
|
9214
|
+
"shape": "Skp"
|
9178
9215
|
}
|
9179
9216
|
}
|
9180
9217
|
},
|
9181
|
-
"
|
9218
|
+
"Skp": {
|
9182
9219
|
"type": "structure",
|
9183
9220
|
"members": {
|
9184
9221
|
"InsertHeaders": {
|
9185
|
-
"shape": "
|
9222
|
+
"shape": "Skq"
|
9186
9223
|
}
|
9187
9224
|
}
|
9188
9225
|
},
|
9189
|
-
"
|
9226
|
+
"Skq": {
|
9190
9227
|
"type": "list",
|
9191
9228
|
"member": {
|
9192
9229
|
"type": "structure",
|
@@ -9196,7 +9233,7 @@
|
|
9196
9233
|
}
|
9197
9234
|
}
|
9198
9235
|
},
|
9199
|
-
"
|
9236
|
+
"Sks": {
|
9200
9237
|
"type": "structure",
|
9201
9238
|
"members": {
|
9202
9239
|
"CustomResponse": {
|
@@ -9207,13 +9244,13 @@
|
|
9207
9244
|
"type": "integer"
|
9208
9245
|
},
|
9209
9246
|
"ResponseHeaders": {
|
9210
|
-
"shape": "
|
9247
|
+
"shape": "Skq"
|
9211
9248
|
}
|
9212
9249
|
}
|
9213
9250
|
}
|
9214
9251
|
}
|
9215
9252
|
},
|
9216
|
-
"
|
9253
|
+
"Sku": {
|
9217
9254
|
"type": "list",
|
9218
9255
|
"member": {
|
9219
9256
|
"type": "structure",
|
@@ -9222,16 +9259,16 @@
|
|
9222
9259
|
"type": "structure",
|
9223
9260
|
"members": {
|
9224
9261
|
"Allow": {
|
9225
|
-
"shape": "
|
9262
|
+
"shape": "Sko"
|
9226
9263
|
},
|
9227
9264
|
"Block": {
|
9228
|
-
"shape": "
|
9265
|
+
"shape": "Sks"
|
9229
9266
|
},
|
9230
9267
|
"Captcha": {
|
9231
9268
|
"type": "structure",
|
9232
9269
|
"members": {
|
9233
9270
|
"CustomRequestHandling": {
|
9234
|
-
"shape": "
|
9271
|
+
"shape": "Skp"
|
9235
9272
|
}
|
9236
9273
|
}
|
9237
9274
|
},
|
@@ -9239,7 +9276,7 @@
|
|
9239
9276
|
"type": "structure",
|
9240
9277
|
"members": {
|
9241
9278
|
"CustomRequestHandling": {
|
9242
|
-
"shape": "
|
9279
|
+
"shape": "Skp"
|
9243
9280
|
}
|
9244
9281
|
}
|
9245
9282
|
}
|
@@ -9251,12 +9288,12 @@
|
|
9251
9288
|
"type": "integer"
|
9252
9289
|
},
|
9253
9290
|
"VisibilityConfig": {
|
9254
|
-
"shape": "
|
9291
|
+
"shape": "Skz"
|
9255
9292
|
}
|
9256
9293
|
}
|
9257
9294
|
}
|
9258
9295
|
},
|
9259
|
-
"
|
9296
|
+
"Skz": {
|
9260
9297
|
"type": "structure",
|
9261
9298
|
"members": {
|
9262
9299
|
"CloudWatchMetricsEnabled": {
|
@@ -9268,7 +9305,7 @@
|
|
9268
9305
|
}
|
9269
9306
|
}
|
9270
9307
|
},
|
9271
|
-
"
|
9308
|
+
"Sli": {
|
9272
9309
|
"type": "structure",
|
9273
9310
|
"members": {
|
9274
9311
|
"AuthTtL": {
|
@@ -9281,7 +9318,7 @@
|
|
9281
9318
|
"Issuer": {}
|
9282
9319
|
}
|
9283
9320
|
},
|
9284
|
-
"
|
9321
|
+
"Slj": {
|
9285
9322
|
"type": "structure",
|
9286
9323
|
"members": {
|
9287
9324
|
"AuthorizerResultTtlInSeconds": {
|
@@ -9291,7 +9328,7 @@
|
|
9291
9328
|
"IdentityValidationExpression": {}
|
9292
9329
|
}
|
9293
9330
|
},
|
9294
|
-
"
|
9331
|
+
"Slk": {
|
9295
9332
|
"type": "structure",
|
9296
9333
|
"members": {
|
9297
9334
|
"AppIdClientRegex": {},
|
@@ -9300,7 +9337,7 @@
|
|
9300
9337
|
"UserPoolId": {}
|
9301
9338
|
}
|
9302
9339
|
},
|
9303
|
-
"
|
9340
|
+
"Smz": {
|
9304
9341
|
"type": "structure",
|
9305
9342
|
"members": {
|
9306
9343
|
"IpAddressV4": {},
|
@@ -9341,7 +9378,7 @@
|
|
9341
9378
|
}
|
9342
9379
|
}
|
9343
9380
|
},
|
9344
|
-
"
|
9381
|
+
"Sn5": {
|
9345
9382
|
"type": "structure",
|
9346
9383
|
"members": {
|
9347
9384
|
"Port": {
|
@@ -9350,13 +9387,13 @@
|
|
9350
9387
|
"PortName": {}
|
9351
9388
|
}
|
9352
9389
|
},
|
9353
|
-
"
|
9390
|
+
"Snn": {
|
9354
9391
|
"type": "list",
|
9355
9392
|
"member": {
|
9356
|
-
"shape": "
|
9393
|
+
"shape": "Sno"
|
9357
9394
|
}
|
9358
9395
|
},
|
9359
|
-
"
|
9396
|
+
"Sno": {
|
9360
9397
|
"type": "structure",
|
9361
9398
|
"required": [
|
9362
9399
|
"Id",
|
@@ -9367,7 +9404,7 @@
|
|
9367
9404
|
"ProductArn": {}
|
9368
9405
|
}
|
9369
9406
|
},
|
9370
|
-
"
|
9407
|
+
"Snu": {
|
9371
9408
|
"type": "structure",
|
9372
9409
|
"required": [
|
9373
9410
|
"StandardsArn",
|
@@ -9381,12 +9418,12 @@
|
|
9381
9418
|
"UpdatedReason": {}
|
9382
9419
|
}
|
9383
9420
|
},
|
9384
|
-
"
|
9421
|
+
"So1": {
|
9385
9422
|
"type": "map",
|
9386
9423
|
"key": {},
|
9387
9424
|
"value": {}
|
9388
9425
|
},
|
9389
|
-
"
|
9426
|
+
"So8": {
|
9390
9427
|
"type": "structure",
|
9391
9428
|
"members": {
|
9392
9429
|
"ProductArn": {
|
@@ -9481,10 +9518,10 @@
|
|
9481
9518
|
"shape": "Sx"
|
9482
9519
|
},
|
9483
9520
|
"NetworkSourceIpV4": {
|
9484
|
-
"shape": "
|
9521
|
+
"shape": "So9"
|
9485
9522
|
},
|
9486
9523
|
"NetworkSourceIpV6": {
|
9487
|
-
"shape": "
|
9524
|
+
"shape": "So9"
|
9488
9525
|
},
|
9489
9526
|
"NetworkSourcePort": {
|
9490
9527
|
"shape": "S14"
|
@@ -9496,10 +9533,10 @@
|
|
9496
9533
|
"shape": "Sx"
|
9497
9534
|
},
|
9498
9535
|
"NetworkDestinationIpV4": {
|
9499
|
-
"shape": "
|
9536
|
+
"shape": "So9"
|
9500
9537
|
},
|
9501
9538
|
"NetworkDestinationIpV6": {
|
9502
|
-
"shape": "
|
9539
|
+
"shape": "So9"
|
9503
9540
|
},
|
9504
9541
|
"NetworkDestinationPort": {
|
9505
9542
|
"shape": "S14"
|
@@ -9565,10 +9602,10 @@
|
|
9565
9602
|
"shape": "Sx"
|
9566
9603
|
},
|
9567
9604
|
"ResourceAwsEc2InstanceIpV4Addresses": {
|
9568
|
-
"shape": "
|
9605
|
+
"shape": "So9"
|
9569
9606
|
},
|
9570
9607
|
"ResourceAwsEc2InstanceIpV6Addresses": {
|
9571
|
-
"shape": "
|
9608
|
+
"shape": "So9"
|
9572
9609
|
},
|
9573
9610
|
"ResourceAwsEc2InstanceKeyName": {
|
9574
9611
|
"shape": "Sx"
|
@@ -9704,7 +9741,7 @@
|
|
9704
9741
|
}
|
9705
9742
|
}
|
9706
9743
|
},
|
9707
|
-
"
|
9744
|
+
"So9": {
|
9708
9745
|
"type": "list",
|
9709
9746
|
"member": {
|
9710
9747
|
"type": "structure",
|
@@ -9713,7 +9750,7 @@
|
|
9713
9750
|
}
|
9714
9751
|
}
|
9715
9752
|
},
|
9716
|
-
"
|
9753
|
+
"Sol": {
|
9717
9754
|
"type": "list",
|
9718
9755
|
"member": {
|
9719
9756
|
"type": "structure",
|
@@ -9723,15 +9760,15 @@
|
|
9723
9760
|
}
|
9724
9761
|
}
|
9725
9762
|
},
|
9726
|
-
"
|
9763
|
+
"Soo": {
|
9727
9764
|
"type": "list",
|
9728
9765
|
"member": {}
|
9729
9766
|
},
|
9730
|
-
"
|
9767
|
+
"Sp1": {
|
9731
9768
|
"type": "list",
|
9732
9769
|
"member": {}
|
9733
9770
|
},
|
9734
|
-
"
|
9771
|
+
"Sqd": {
|
9735
9772
|
"type": "structure",
|
9736
9773
|
"members": {
|
9737
9774
|
"AccountId": {},
|
@@ -9742,7 +9779,7 @@
|
|
9742
9779
|
"MemberStatus": {}
|
9743
9780
|
}
|
9744
9781
|
},
|
9745
|
-
"
|
9782
|
+
"Srb": {
|
9746
9783
|
"type": "list",
|
9747
9784
|
"member": {
|
9748
9785
|
"type": "structure",
|