cdk-docker-image-deployment 0.0.39 → 0.0.41
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 +4 -4
- package/lib/destination.js +1 -1
- package/lib/docker-image-deployment.js +1 -1
- package/lib/source.js +1 -1
- package/node_modules/@types/aws-lambda/README.md +1 -1
- package/node_modules/@types/aws-lambda/index.d.ts +1 -0
- package/node_modules/@types/aws-lambda/package.json +2 -2
- package/node_modules/@types/aws-lambda/trigger/amplify-resolver.d.ts +36 -0
- package/node_modules/@types/aws-lambda/trigger/appsync-resolver.d.ts +2 -0
- package/node_modules/aws-sdk/CHANGELOG.md +16 -1
- package/node_modules/aws-sdk/README.md +1 -1
- package/node_modules/aws-sdk/apis/amplifyuibuilder-2021-08-11.min.json +3 -0
- package/node_modules/aws-sdk/apis/appflow-2020-08-23.min.json +74 -68
- package/node_modules/aws-sdk/apis/connect-2017-08-08.min.json +3 -1
- package/node_modules/aws-sdk/apis/ds-2015-04-16.min.json +84 -1
- package/node_modules/aws-sdk/apis/ds-2015-04-16.paginators.json +78 -2
- package/node_modules/aws-sdk/apis/guardduty-2017-11-28.min.json +137 -121
- package/node_modules/aws-sdk/apis/medialive-2017-10-14.min.json +294 -250
- package/node_modules/aws-sdk/apis/mediapackage-vod-2018-11-07.min.json +44 -28
- package/node_modules/aws-sdk/apis/metadata.json +2 -1
- package/node_modules/aws-sdk/apis/panorama-2019-07-24.min.json +88 -17
- package/node_modules/aws-sdk/apis/transfer-2018-11-05.min.json +46 -40
- package/node_modules/aws-sdk/apis/wisdom-2020-10-19.min.json +3 -59
- package/node_modules/aws-sdk/clients/amplifyuibuilder.d.ts +4 -0
- package/node_modules/aws-sdk/clients/appflow.d.ts +15 -1
- package/node_modules/aws-sdk/clients/browser_default.d.ts +1 -0
- package/node_modules/aws-sdk/clients/browser_default.js +1 -0
- package/node_modules/aws-sdk/clients/connect.d.ts +8 -0
- package/node_modules/aws-sdk/clients/directoryservice.d.ts +121 -0
- package/node_modules/aws-sdk/clients/ecs.d.ts +3 -3
- package/node_modules/aws-sdk/clients/guardduty.d.ts +19 -8
- package/node_modules/aws-sdk/clients/iam.d.ts +14 -14
- package/node_modules/aws-sdk/clients/iotfleetwise.d.ts +1 -1
- package/node_modules/aws-sdk/clients/medialive.d.ts +42 -0
- package/node_modules/aws-sdk/clients/mediapackagevod.d.ts +13 -0
- package/node_modules/aws-sdk/clients/panorama.d.ts +85 -7
- package/node_modules/aws-sdk/clients/rdsdataservice.d.ts +1 -1
- package/node_modules/aws-sdk/clients/ssm.d.ts +7 -7
- package/node_modules/aws-sdk/clients/ssmincidents.d.ts +1 -1
- package/node_modules/aws-sdk/clients/transfer.d.ts +60 -55
- package/node_modules/aws-sdk/clients/translate.d.ts +49 -19
- package/node_modules/aws-sdk/clients/wisdom.d.ts +0 -56
- 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 +14 -14
- package/node_modules/aws-sdk/dist/aws-sdk.js +660 -307
- package/node_modules/aws-sdk/dist/aws-sdk.min.js +40 -40
- package/node_modules/aws-sdk/lib/core.js +1 -1
- package/node_modules/aws-sdk/package.json +1 -1
- package/package.json +5 -5
|
@@ -144,18 +144,18 @@
|
|
|
144
144
|
},
|
|
145
145
|
"DashPackage": {
|
|
146
146
|
"locationName": "dashPackage",
|
|
147
|
-
"shape": "
|
|
147
|
+
"shape": "Sq"
|
|
148
148
|
},
|
|
149
149
|
"HlsPackage": {
|
|
150
150
|
"locationName": "hlsPackage",
|
|
151
|
-
"shape": "
|
|
151
|
+
"shape": "S10"
|
|
152
152
|
},
|
|
153
153
|
"Id": {
|
|
154
154
|
"locationName": "id"
|
|
155
155
|
},
|
|
156
156
|
"MssPackage": {
|
|
157
157
|
"locationName": "mssPackage",
|
|
158
|
-
"shape": "
|
|
158
|
+
"shape": "S13"
|
|
159
159
|
},
|
|
160
160
|
"PackagingGroupId": {
|
|
161
161
|
"locationName": "packagingGroupId"
|
|
@@ -182,18 +182,18 @@
|
|
|
182
182
|
},
|
|
183
183
|
"DashPackage": {
|
|
184
184
|
"locationName": "dashPackage",
|
|
185
|
-
"shape": "
|
|
185
|
+
"shape": "Sq"
|
|
186
186
|
},
|
|
187
187
|
"HlsPackage": {
|
|
188
188
|
"locationName": "hlsPackage",
|
|
189
|
-
"shape": "
|
|
189
|
+
"shape": "S10"
|
|
190
190
|
},
|
|
191
191
|
"Id": {
|
|
192
192
|
"locationName": "id"
|
|
193
193
|
},
|
|
194
194
|
"MssPackage": {
|
|
195
195
|
"locationName": "mssPackage",
|
|
196
|
-
"shape": "
|
|
196
|
+
"shape": "S13"
|
|
197
197
|
},
|
|
198
198
|
"PackagingGroupId": {
|
|
199
199
|
"locationName": "packagingGroupId"
|
|
@@ -412,18 +412,18 @@
|
|
|
412
412
|
},
|
|
413
413
|
"DashPackage": {
|
|
414
414
|
"locationName": "dashPackage",
|
|
415
|
-
"shape": "
|
|
415
|
+
"shape": "Sq"
|
|
416
416
|
},
|
|
417
417
|
"HlsPackage": {
|
|
418
418
|
"locationName": "hlsPackage",
|
|
419
|
-
"shape": "
|
|
419
|
+
"shape": "S10"
|
|
420
420
|
},
|
|
421
421
|
"Id": {
|
|
422
422
|
"locationName": "id"
|
|
423
423
|
},
|
|
424
424
|
"MssPackage": {
|
|
425
425
|
"locationName": "mssPackage",
|
|
426
|
-
"shape": "
|
|
426
|
+
"shape": "S13"
|
|
427
427
|
},
|
|
428
428
|
"PackagingGroupId": {
|
|
429
429
|
"locationName": "packagingGroupId"
|
|
@@ -590,18 +590,18 @@
|
|
|
590
590
|
},
|
|
591
591
|
"DashPackage": {
|
|
592
592
|
"locationName": "dashPackage",
|
|
593
|
-
"shape": "
|
|
593
|
+
"shape": "Sq"
|
|
594
594
|
},
|
|
595
595
|
"HlsPackage": {
|
|
596
596
|
"locationName": "hlsPackage",
|
|
597
|
-
"shape": "
|
|
597
|
+
"shape": "S10"
|
|
598
598
|
},
|
|
599
599
|
"Id": {
|
|
600
600
|
"locationName": "id"
|
|
601
601
|
},
|
|
602
602
|
"MssPackage": {
|
|
603
603
|
"locationName": "mssPackage",
|
|
604
|
-
"shape": "
|
|
604
|
+
"shape": "S13"
|
|
605
605
|
},
|
|
606
606
|
"PackagingGroupId": {
|
|
607
607
|
"locationName": "packagingGroupId"
|
|
@@ -700,7 +700,7 @@
|
|
|
700
700
|
"members": {
|
|
701
701
|
"Tags": {
|
|
702
702
|
"locationName": "tags",
|
|
703
|
-
"shape": "
|
|
703
|
+
"shape": "S21"
|
|
704
704
|
}
|
|
705
705
|
},
|
|
706
706
|
"type": "structure"
|
|
@@ -719,7 +719,7 @@
|
|
|
719
719
|
},
|
|
720
720
|
"Tags": {
|
|
721
721
|
"locationName": "tags",
|
|
722
|
-
"shape": "
|
|
722
|
+
"shape": "S21"
|
|
723
723
|
}
|
|
724
724
|
},
|
|
725
725
|
"required": [
|
|
@@ -744,7 +744,7 @@
|
|
|
744
744
|
"TagKeys": {
|
|
745
745
|
"location": "querystring",
|
|
746
746
|
"locationName": "tagKeys",
|
|
747
|
-
"shape": "
|
|
747
|
+
"shape": "Si"
|
|
748
748
|
}
|
|
749
749
|
},
|
|
750
750
|
"required": [
|
|
@@ -870,7 +870,7 @@
|
|
|
870
870
|
},
|
|
871
871
|
"HlsManifests": {
|
|
872
872
|
"locationName": "hlsManifests",
|
|
873
|
-
"shape": "
|
|
873
|
+
"shape": "Sj"
|
|
874
874
|
},
|
|
875
875
|
"IncludeEncoderConfigurationInSegments": {
|
|
876
876
|
"locationName": "includeEncoderConfigurationInSegments",
|
|
@@ -888,12 +888,28 @@
|
|
|
888
888
|
},
|
|
889
889
|
"Se": {
|
|
890
890
|
"members": {
|
|
891
|
+
"EncryptionContractConfiguration": {
|
|
892
|
+
"locationName": "encryptionContractConfiguration",
|
|
893
|
+
"members": {
|
|
894
|
+
"PresetSpeke20Audio": {
|
|
895
|
+
"locationName": "presetSpeke20Audio"
|
|
896
|
+
},
|
|
897
|
+
"PresetSpeke20Video": {
|
|
898
|
+
"locationName": "presetSpeke20Video"
|
|
899
|
+
}
|
|
900
|
+
},
|
|
901
|
+
"required": [
|
|
902
|
+
"PresetSpeke20Audio",
|
|
903
|
+
"PresetSpeke20Video"
|
|
904
|
+
],
|
|
905
|
+
"type": "structure"
|
|
906
|
+
},
|
|
891
907
|
"RoleArn": {
|
|
892
908
|
"locationName": "roleArn"
|
|
893
909
|
},
|
|
894
910
|
"SystemIds": {
|
|
895
911
|
"locationName": "systemIds",
|
|
896
|
-
"shape": "
|
|
912
|
+
"shape": "Si"
|
|
897
913
|
},
|
|
898
914
|
"Url": {
|
|
899
915
|
"locationName": "url"
|
|
@@ -906,11 +922,11 @@
|
|
|
906
922
|
],
|
|
907
923
|
"type": "structure"
|
|
908
924
|
},
|
|
909
|
-
"
|
|
925
|
+
"Si": {
|
|
910
926
|
"member": {},
|
|
911
927
|
"type": "list"
|
|
912
928
|
},
|
|
913
|
-
"
|
|
929
|
+
"Sj": {
|
|
914
930
|
"member": {
|
|
915
931
|
"members": {
|
|
916
932
|
"AdMarkers": {
|
|
@@ -933,14 +949,14 @@
|
|
|
933
949
|
},
|
|
934
950
|
"StreamSelection": {
|
|
935
951
|
"locationName": "streamSelection",
|
|
936
|
-
"shape": "
|
|
952
|
+
"shape": "So"
|
|
937
953
|
}
|
|
938
954
|
},
|
|
939
955
|
"type": "structure"
|
|
940
956
|
},
|
|
941
957
|
"type": "list"
|
|
942
958
|
},
|
|
943
|
-
"
|
|
959
|
+
"So": {
|
|
944
960
|
"members": {
|
|
945
961
|
"MaxVideoBitsPerSecond": {
|
|
946
962
|
"locationName": "maxVideoBitsPerSecond",
|
|
@@ -956,7 +972,7 @@
|
|
|
956
972
|
},
|
|
957
973
|
"type": "structure"
|
|
958
974
|
},
|
|
959
|
-
"
|
|
975
|
+
"Sq": {
|
|
960
976
|
"members": {
|
|
961
977
|
"DashManifests": {
|
|
962
978
|
"locationName": "dashManifests",
|
|
@@ -980,7 +996,7 @@
|
|
|
980
996
|
},
|
|
981
997
|
"StreamSelection": {
|
|
982
998
|
"locationName": "streamSelection",
|
|
983
|
-
"shape": "
|
|
999
|
+
"shape": "So"
|
|
984
1000
|
}
|
|
985
1001
|
},
|
|
986
1002
|
"type": "structure"
|
|
@@ -1022,7 +1038,7 @@
|
|
|
1022
1038
|
],
|
|
1023
1039
|
"type": "structure"
|
|
1024
1040
|
},
|
|
1025
|
-
"
|
|
1041
|
+
"S10": {
|
|
1026
1042
|
"members": {
|
|
1027
1043
|
"Encryption": {
|
|
1028
1044
|
"locationName": "encryption",
|
|
@@ -1045,7 +1061,7 @@
|
|
|
1045
1061
|
},
|
|
1046
1062
|
"HlsManifests": {
|
|
1047
1063
|
"locationName": "hlsManifests",
|
|
1048
|
-
"shape": "
|
|
1064
|
+
"shape": "Sj"
|
|
1049
1065
|
},
|
|
1050
1066
|
"IncludeDvbSubtitles": {
|
|
1051
1067
|
"locationName": "includeDvbSubtitles",
|
|
@@ -1065,7 +1081,7 @@
|
|
|
1065
1081
|
],
|
|
1066
1082
|
"type": "structure"
|
|
1067
1083
|
},
|
|
1068
|
-
"
|
|
1084
|
+
"S13": {
|
|
1069
1085
|
"members": {
|
|
1070
1086
|
"Encryption": {
|
|
1071
1087
|
"locationName": "encryption",
|
|
@@ -1089,7 +1105,7 @@
|
|
|
1089
1105
|
},
|
|
1090
1106
|
"StreamSelection": {
|
|
1091
1107
|
"locationName": "streamSelection",
|
|
1092
|
-
"shape": "
|
|
1108
|
+
"shape": "So"
|
|
1093
1109
|
}
|
|
1094
1110
|
},
|
|
1095
1111
|
"type": "structure"
|
|
@@ -1106,7 +1122,7 @@
|
|
|
1106
1122
|
],
|
|
1107
1123
|
"type": "structure"
|
|
1108
1124
|
},
|
|
1109
|
-
"
|
|
1125
|
+
"S21": {
|
|
1110
1126
|
"key": {},
|
|
1111
1127
|
"type": "map",
|
|
1112
1128
|
"value": {}
|
|
@@ -60,7 +60,6 @@
|
|
|
60
60
|
"type": "structure",
|
|
61
61
|
"required": [
|
|
62
62
|
"DeviceIds",
|
|
63
|
-
"DeviceJobConfig",
|
|
64
63
|
"JobType"
|
|
65
64
|
],
|
|
66
65
|
"members": {
|
|
@@ -339,6 +338,9 @@
|
|
|
339
338
|
"type": "timestamp"
|
|
340
339
|
},
|
|
341
340
|
"Name": {},
|
|
341
|
+
"RuntimeContextStates": {
|
|
342
|
+
"shape": "S21"
|
|
343
|
+
},
|
|
342
344
|
"RuntimeRoleArn": {},
|
|
343
345
|
"Status": {},
|
|
344
346
|
"StatusDescription": {},
|
|
@@ -425,10 +427,10 @@
|
|
|
425
427
|
"type": "structure",
|
|
426
428
|
"members": {
|
|
427
429
|
"Ethernet0Status": {
|
|
428
|
-
"shape": "
|
|
430
|
+
"shape": "S2j"
|
|
429
431
|
},
|
|
430
432
|
"Ethernet1Status": {
|
|
431
|
-
"shape": "
|
|
433
|
+
"shape": "S2j"
|
|
432
434
|
},
|
|
433
435
|
"LastUpdatedTime": {
|
|
434
436
|
"type": "timestamp"
|
|
@@ -450,7 +452,7 @@
|
|
|
450
452
|
"DeviceId": {},
|
|
451
453
|
"LatestAlternateSoftware": {},
|
|
452
454
|
"LatestDeviceJob": {
|
|
453
|
-
"shape": "
|
|
455
|
+
"shape": "S2u"
|
|
454
456
|
},
|
|
455
457
|
"LatestSoftware": {},
|
|
456
458
|
"LeaseExpirationTime": {
|
|
@@ -458,7 +460,7 @@
|
|
|
458
460
|
},
|
|
459
461
|
"Name": {},
|
|
460
462
|
"NetworkingConfiguration": {
|
|
461
|
-
"shape": "
|
|
463
|
+
"shape": "S2y"
|
|
462
464
|
},
|
|
463
465
|
"ProvisioningStatus": {},
|
|
464
466
|
"SerialNumber": {},
|
|
@@ -499,6 +501,7 @@
|
|
|
499
501
|
"DeviceType": {},
|
|
500
502
|
"ImageVersion": {},
|
|
501
503
|
"JobId": {},
|
|
504
|
+
"JobType": {},
|
|
502
505
|
"Status": {}
|
|
503
506
|
}
|
|
504
507
|
}
|
|
@@ -689,7 +692,7 @@
|
|
|
689
692
|
"PackageId": {},
|
|
690
693
|
"PackageName": {},
|
|
691
694
|
"ReadAccessPrincipalArns": {
|
|
692
|
-
"shape": "
|
|
695
|
+
"shape": "S3z"
|
|
693
696
|
},
|
|
694
697
|
"StorageLocation": {
|
|
695
698
|
"shape": "S16"
|
|
@@ -698,7 +701,7 @@
|
|
|
698
701
|
"shape": "Sb"
|
|
699
702
|
},
|
|
700
703
|
"WriteAccessPrincipalArns": {
|
|
701
|
-
"shape": "
|
|
704
|
+
"shape": "S3z"
|
|
702
705
|
}
|
|
703
706
|
}
|
|
704
707
|
}
|
|
@@ -991,6 +994,9 @@
|
|
|
991
994
|
"Description": {},
|
|
992
995
|
"HealthStatus": {},
|
|
993
996
|
"Name": {},
|
|
997
|
+
"RuntimeContextStates": {
|
|
998
|
+
"shape": "S21"
|
|
999
|
+
},
|
|
994
1000
|
"Status": {},
|
|
995
1001
|
"StatusDescription": {},
|
|
996
1002
|
"Tags": {
|
|
@@ -1062,7 +1068,7 @@
|
|
|
1062
1068
|
"type": "timestamp"
|
|
1063
1069
|
},
|
|
1064
1070
|
"LatestDeviceJob": {
|
|
1065
|
-
"shape": "
|
|
1071
|
+
"shape": "S2u"
|
|
1066
1072
|
},
|
|
1067
1073
|
"LeaseExpirationTime": {
|
|
1068
1074
|
"type": "timestamp"
|
|
@@ -1117,7 +1123,8 @@
|
|
|
1117
1123
|
},
|
|
1118
1124
|
"DeviceId": {},
|
|
1119
1125
|
"DeviceName": {},
|
|
1120
|
-
"JobId": {}
|
|
1126
|
+
"JobId": {},
|
|
1127
|
+
"JobType": {}
|
|
1121
1128
|
}
|
|
1122
1129
|
}
|
|
1123
1130
|
},
|
|
@@ -1382,7 +1389,7 @@
|
|
|
1382
1389
|
"Description": {},
|
|
1383
1390
|
"Name": {},
|
|
1384
1391
|
"NetworkingConfiguration": {
|
|
1385
|
-
"shape": "
|
|
1392
|
+
"shape": "S2y"
|
|
1386
1393
|
},
|
|
1387
1394
|
"Tags": {
|
|
1388
1395
|
"shape": "Sb"
|
|
@@ -1466,6 +1473,49 @@
|
|
|
1466
1473
|
"members": {}
|
|
1467
1474
|
}
|
|
1468
1475
|
},
|
|
1476
|
+
"SignalApplicationInstanceNodeInstances": {
|
|
1477
|
+
"http": {
|
|
1478
|
+
"method": "PUT",
|
|
1479
|
+
"requestUri": "/application-instances/{ApplicationInstanceId}/node-signals",
|
|
1480
|
+
"responseCode": 200
|
|
1481
|
+
},
|
|
1482
|
+
"input": {
|
|
1483
|
+
"type": "structure",
|
|
1484
|
+
"required": [
|
|
1485
|
+
"ApplicationInstanceId",
|
|
1486
|
+
"NodeSignals"
|
|
1487
|
+
],
|
|
1488
|
+
"members": {
|
|
1489
|
+
"ApplicationInstanceId": {
|
|
1490
|
+
"location": "uri",
|
|
1491
|
+
"locationName": "ApplicationInstanceId"
|
|
1492
|
+
},
|
|
1493
|
+
"NodeSignals": {
|
|
1494
|
+
"type": "list",
|
|
1495
|
+
"member": {
|
|
1496
|
+
"type": "structure",
|
|
1497
|
+
"required": [
|
|
1498
|
+
"NodeInstanceId",
|
|
1499
|
+
"Signal"
|
|
1500
|
+
],
|
|
1501
|
+
"members": {
|
|
1502
|
+
"NodeInstanceId": {},
|
|
1503
|
+
"Signal": {}
|
|
1504
|
+
}
|
|
1505
|
+
}
|
|
1506
|
+
}
|
|
1507
|
+
}
|
|
1508
|
+
},
|
|
1509
|
+
"output": {
|
|
1510
|
+
"type": "structure",
|
|
1511
|
+
"required": [
|
|
1512
|
+
"ApplicationInstanceId"
|
|
1513
|
+
],
|
|
1514
|
+
"members": {
|
|
1515
|
+
"ApplicationInstanceId": {}
|
|
1516
|
+
}
|
|
1517
|
+
}
|
|
1518
|
+
},
|
|
1469
1519
|
"TagResource": {
|
|
1470
1520
|
"http": {
|
|
1471
1521
|
"requestUri": "/tags/{ResourceArn}",
|
|
@@ -1654,7 +1704,27 @@
|
|
|
1654
1704
|
}
|
|
1655
1705
|
}
|
|
1656
1706
|
},
|
|
1657
|
-
"
|
|
1707
|
+
"S21": {
|
|
1708
|
+
"type": "list",
|
|
1709
|
+
"member": {
|
|
1710
|
+
"type": "structure",
|
|
1711
|
+
"required": [
|
|
1712
|
+
"DesiredState",
|
|
1713
|
+
"DeviceReportedStatus",
|
|
1714
|
+
"DeviceReportedTime",
|
|
1715
|
+
"RuntimeContextName"
|
|
1716
|
+
],
|
|
1717
|
+
"members": {
|
|
1718
|
+
"DesiredState": {},
|
|
1719
|
+
"DeviceReportedStatus": {},
|
|
1720
|
+
"DeviceReportedTime": {
|
|
1721
|
+
"type": "timestamp"
|
|
1722
|
+
},
|
|
1723
|
+
"RuntimeContextName": {}
|
|
1724
|
+
}
|
|
1725
|
+
}
|
|
1726
|
+
},
|
|
1727
|
+
"S2j": {
|
|
1658
1728
|
"type": "structure",
|
|
1659
1729
|
"members": {
|
|
1660
1730
|
"ConnectionStatus": {},
|
|
@@ -1662,21 +1732,22 @@
|
|
|
1662
1732
|
"IpAddress": {}
|
|
1663
1733
|
}
|
|
1664
1734
|
},
|
|
1665
|
-
"
|
|
1735
|
+
"S2u": {
|
|
1666
1736
|
"type": "structure",
|
|
1667
1737
|
"members": {
|
|
1668
1738
|
"ImageVersion": {},
|
|
1739
|
+
"JobType": {},
|
|
1669
1740
|
"Status": {}
|
|
1670
1741
|
}
|
|
1671
1742
|
},
|
|
1672
|
-
"
|
|
1743
|
+
"S2y": {
|
|
1673
1744
|
"type": "structure",
|
|
1674
1745
|
"members": {
|
|
1675
1746
|
"Ethernet0": {
|
|
1676
|
-
"shape": "
|
|
1747
|
+
"shape": "S2z"
|
|
1677
1748
|
},
|
|
1678
1749
|
"Ethernet1": {
|
|
1679
|
-
"shape": "
|
|
1750
|
+
"shape": "S2z"
|
|
1680
1751
|
},
|
|
1681
1752
|
"Ntp": {
|
|
1682
1753
|
"type": "structure",
|
|
@@ -1692,7 +1763,7 @@
|
|
|
1692
1763
|
}
|
|
1693
1764
|
}
|
|
1694
1765
|
},
|
|
1695
|
-
"
|
|
1766
|
+
"S2z": {
|
|
1696
1767
|
"type": "structure",
|
|
1697
1768
|
"required": [
|
|
1698
1769
|
"ConnectionType"
|
|
@@ -1719,7 +1790,7 @@
|
|
|
1719
1790
|
}
|
|
1720
1791
|
}
|
|
1721
1792
|
},
|
|
1722
|
-
"
|
|
1793
|
+
"S3z": {
|
|
1723
1794
|
"type": "list",
|
|
1724
1795
|
"member": {}
|
|
1725
1796
|
}
|