aws-sdk 2.875.0 → 2.879.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 +47 -1
- package/README.md +1 -1
- package/apis/batch-2016-08-10.min.json +74 -53
- package/apis/cloud9-2017-09-23.examples.json +1 -1
- package/apis/cloud9-2017-09-23.min.json +48 -14
- package/apis/cloudformation-2010-05-15.min.json +50 -48
- package/apis/cloudhsm-2014-05-30.min.json +18 -51
- package/apis/cognito-sync-2014-06-30.examples.json +5 -0
- package/apis/cognito-sync-2014-06-30.min.json +2 -3
- package/apis/cognito-sync-2014-06-30.paginators.json +4 -0
- package/apis/comprehend-2017-11-27.min.json +12 -6
- package/apis/config-2014-11-12.min.json +238 -128
- package/apis/databrew-2017-07-25.min.json +154 -60
- package/apis/datapipeline-2012-10-29.examples.json +5 -0
- package/apis/datapipeline-2012-10-29.min.json +1 -1
- package/apis/datapipeline-2012-10-29.paginators.json +10 -10
- package/apis/detective-2018-10-26.min.json +114 -18
- package/apis/directconnect-2012-10-25.min.json +151 -52
- package/apis/ec2-2016-11-15.min.json +831 -625
- package/apis/ec2-2016-11-15.paginators.json +6 -0
- package/apis/ec2-2016-11-15.waiters2.json +1 -1
- package/apis/ec2-instance-connect-2018-04-02.min.json +25 -0
- package/apis/fms-2018-01-01.min.json +41 -7
- package/apis/frauddetector-2019-11-15.min.json +158 -54
- package/apis/frauddetector-2019-11-15.paginators.json +5 -0
- package/apis/imagebuilder-2019-12-02.min.json +141 -111
- package/apis/iot-2015-05-28.min.json +20 -15
- package/apis/iotwireless-2020-11-22.min.json +43 -2
- package/apis/kendra-2019-02-03.min.json +38 -36
- package/apis/lightsail-2016-11-28.min.json +121 -114
- package/apis/machinelearning-2014-12-12.examples.json +5 -0
- package/apis/machinelearning-2014-12-12.min.json +3 -4
- package/apis/machinelearning-2014-12-12.paginators.json +5 -5
- package/apis/mediaconvert-2017-08-29.min.json +122 -83
- package/apis/mediapackage-2017-10-12.min.json +64 -48
- package/apis/monitoring-2010-08-01.min.json +208 -38
- package/apis/monitoring-2010-08-01.paginators.json +5 -0
- package/apis/pinpoint-2016-12-01.min.json +15 -2
- package/apis/pricing-2017-10-15.examples.json +1 -0
- package/apis/redshift-2012-12-01.min.json +398 -191
- package/apis/route53resolver-2018-04-01.min.json +791 -89
- package/apis/route53resolver-2018-04-01.paginators.json +36 -0
- package/apis/runtime.lex-2016-11-28.min.json +29 -3
- package/apis/sagemaker-2017-07-24.min.json +141 -112
- package/apis/wafv2-2019-07-29.min.json +196 -89
- package/apis/workmail-2017-10-01.min.json +247 -30
- package/clients/batch.d.ts +41 -3
- package/clients/cloud9.d.ts +22 -12
- package/clients/cloudformation.d.ts +4 -0
- package/clients/cloudwatch.d.ts +222 -3
- package/clients/cognitosync.d.ts +20 -20
- package/clients/cognitosync.js +1 -0
- package/clients/comprehend.d.ts +24 -0
- package/clients/configservice.d.ts +182 -10
- package/clients/databrew.d.ts +145 -25
- package/clients/detective.d.ts +74 -0
- package/clients/directconnect.d.ts +161 -2
- package/clients/ec2.d.ts +239 -14
- package/clients/ec2instanceconnect.d.ts +41 -8
- package/clients/fms.d.ts +63 -2
- package/clients/frauddetector.d.ts +174 -0
- package/clients/imagebuilder.d.ts +378 -340
- package/clients/iot.d.ts +5 -0
- package/clients/iotwireless.d.ts +75 -0
- package/clients/kendra.d.ts +27 -17
- package/clients/lexmodelbuildingservice.d.ts +1 -1
- package/clients/lexruntime.d.ts +17 -3
- package/clients/lightsail.d.ts +17 -2
- package/clients/machinelearning.d.ts +71 -71
- package/clients/mediaconvert.d.ts +70 -11
- package/clients/mediapackage.d.ts +13 -0
- package/clients/pinpoint.d.ts +23 -3
- package/clients/redshift.d.ts +275 -0
- package/clients/route53resolver.d.ts +1093 -57
- package/clients/sagemaker.d.ts +76 -44
- package/clients/transcribeservice.d.ts +1 -1
- package/clients/wafv2.d.ts +126 -3
- package/clients/workmail.d.ts +294 -0
- package/dist/aws-sdk-core-react-native.js +2 -2
- package/dist/aws-sdk-react-native.js +1868 -1835
- package/dist/aws-sdk.js +2415 -1583
- package/dist/aws-sdk.min.js +80 -80
- package/lib/core.js +1 -1
- package/lib/event_listeners.js +1 -1
- package/lib/http/node.js +1 -1
- package/lib/services/s3.js +31 -8
- package/lib/services/s3control.js +18 -15
- package/lib/services/s3util.js +10 -10
- package/package.json +1 -1
- package/scripts/region-checker/allowlist.js +12 -12
|
@@ -131,7 +131,7 @@
|
|
|
131
131
|
}
|
|
132
132
|
},
|
|
133
133
|
"output": {
|
|
134
|
-
"shape": "
|
|
134
|
+
"shape": "S1n"
|
|
135
135
|
}
|
|
136
136
|
},
|
|
137
137
|
"AllocatePublicVirtualInterface": {
|
|
@@ -175,7 +175,7 @@
|
|
|
175
175
|
}
|
|
176
176
|
},
|
|
177
177
|
"output": {
|
|
178
|
-
"shape": "
|
|
178
|
+
"shape": "S1n"
|
|
179
179
|
}
|
|
180
180
|
},
|
|
181
181
|
"AllocateTransitVirtualInterface": {
|
|
@@ -217,7 +217,7 @@
|
|
|
217
217
|
"type": "structure",
|
|
218
218
|
"members": {
|
|
219
219
|
"virtualInterface": {
|
|
220
|
-
"shape": "
|
|
220
|
+
"shape": "S1n"
|
|
221
221
|
}
|
|
222
222
|
}
|
|
223
223
|
}
|
|
@@ -254,6 +254,29 @@
|
|
|
254
254
|
"shape": "So"
|
|
255
255
|
}
|
|
256
256
|
},
|
|
257
|
+
"AssociateMacSecKey": {
|
|
258
|
+
"input": {
|
|
259
|
+
"type": "structure",
|
|
260
|
+
"required": [
|
|
261
|
+
"connectionId"
|
|
262
|
+
],
|
|
263
|
+
"members": {
|
|
264
|
+
"connectionId": {},
|
|
265
|
+
"secretARN": {},
|
|
266
|
+
"ckn": {},
|
|
267
|
+
"cak": {}
|
|
268
|
+
}
|
|
269
|
+
},
|
|
270
|
+
"output": {
|
|
271
|
+
"type": "structure",
|
|
272
|
+
"members": {
|
|
273
|
+
"connectionId": {},
|
|
274
|
+
"macSecKeys": {
|
|
275
|
+
"shape": "S17"
|
|
276
|
+
}
|
|
277
|
+
}
|
|
278
|
+
}
|
|
279
|
+
},
|
|
257
280
|
"AssociateVirtualInterface": {
|
|
258
281
|
"input": {
|
|
259
282
|
"type": "structure",
|
|
@@ -267,7 +290,7 @@
|
|
|
267
290
|
}
|
|
268
291
|
},
|
|
269
292
|
"output": {
|
|
270
|
-
"shape": "
|
|
293
|
+
"shape": "S1n"
|
|
271
294
|
}
|
|
272
295
|
},
|
|
273
296
|
"ConfirmConnection": {
|
|
@@ -365,7 +388,7 @@
|
|
|
365
388
|
"type": "structure",
|
|
366
389
|
"members": {
|
|
367
390
|
"virtualInterface": {
|
|
368
|
-
"shape": "
|
|
391
|
+
"shape": "S1n"
|
|
369
392
|
}
|
|
370
393
|
}
|
|
371
394
|
}
|
|
@@ -386,7 +409,10 @@
|
|
|
386
409
|
"tags": {
|
|
387
410
|
"shape": "Sz"
|
|
388
411
|
},
|
|
389
|
-
"providerName": {}
|
|
412
|
+
"providerName": {},
|
|
413
|
+
"requestMACSec": {
|
|
414
|
+
"type": "boolean"
|
|
415
|
+
}
|
|
390
416
|
}
|
|
391
417
|
},
|
|
392
418
|
"output": {
|
|
@@ -410,7 +436,7 @@
|
|
|
410
436
|
"type": "structure",
|
|
411
437
|
"members": {
|
|
412
438
|
"directConnectGateway": {
|
|
413
|
-
"shape": "
|
|
439
|
+
"shape": "S2p"
|
|
414
440
|
}
|
|
415
441
|
}
|
|
416
442
|
}
|
|
@@ -463,7 +489,7 @@
|
|
|
463
489
|
"type": "structure",
|
|
464
490
|
"members": {
|
|
465
491
|
"directConnectGatewayAssociationProposal": {
|
|
466
|
-
"shape": "
|
|
492
|
+
"shape": "S2w"
|
|
467
493
|
}
|
|
468
494
|
}
|
|
469
495
|
}
|
|
@@ -488,7 +514,7 @@
|
|
|
488
514
|
}
|
|
489
515
|
},
|
|
490
516
|
"output": {
|
|
491
|
-
"shape": "
|
|
517
|
+
"shape": "S30"
|
|
492
518
|
}
|
|
493
519
|
},
|
|
494
520
|
"CreateLag": {
|
|
@@ -514,11 +540,14 @@
|
|
|
514
540
|
"childConnectionTags": {
|
|
515
541
|
"shape": "Sz"
|
|
516
542
|
},
|
|
517
|
-
"providerName": {}
|
|
543
|
+
"providerName": {},
|
|
544
|
+
"requestMACSec": {
|
|
545
|
+
"type": "boolean"
|
|
546
|
+
}
|
|
518
547
|
}
|
|
519
548
|
},
|
|
520
549
|
"output": {
|
|
521
|
-
"shape": "
|
|
550
|
+
"shape": "S35"
|
|
522
551
|
}
|
|
523
552
|
},
|
|
524
553
|
"CreatePrivateVirtualInterface": {
|
|
@@ -562,7 +591,7 @@
|
|
|
562
591
|
}
|
|
563
592
|
},
|
|
564
593
|
"output": {
|
|
565
|
-
"shape": "
|
|
594
|
+
"shape": "S1n"
|
|
566
595
|
}
|
|
567
596
|
},
|
|
568
597
|
"CreatePublicVirtualInterface": {
|
|
@@ -604,7 +633,7 @@
|
|
|
604
633
|
}
|
|
605
634
|
},
|
|
606
635
|
"output": {
|
|
607
|
-
"shape": "
|
|
636
|
+
"shape": "S1n"
|
|
608
637
|
}
|
|
609
638
|
},
|
|
610
639
|
"CreateTransitVirtualInterface": {
|
|
@@ -645,7 +674,7 @@
|
|
|
645
674
|
"type": "structure",
|
|
646
675
|
"members": {
|
|
647
676
|
"virtualInterface": {
|
|
648
|
-
"shape": "
|
|
677
|
+
"shape": "S1n"
|
|
649
678
|
}
|
|
650
679
|
}
|
|
651
680
|
}
|
|
@@ -666,7 +695,7 @@
|
|
|
666
695
|
"type": "structure",
|
|
667
696
|
"members": {
|
|
668
697
|
"virtualInterface": {
|
|
669
|
-
"shape": "
|
|
698
|
+
"shape": "S1n"
|
|
670
699
|
}
|
|
671
700
|
}
|
|
672
701
|
}
|
|
@@ -699,7 +728,7 @@
|
|
|
699
728
|
"type": "structure",
|
|
700
729
|
"members": {
|
|
701
730
|
"directConnectGateway": {
|
|
702
|
-
"shape": "
|
|
731
|
+
"shape": "S2p"
|
|
703
732
|
}
|
|
704
733
|
}
|
|
705
734
|
}
|
|
@@ -736,7 +765,7 @@
|
|
|
736
765
|
"type": "structure",
|
|
737
766
|
"members": {
|
|
738
767
|
"directConnectGatewayAssociationProposal": {
|
|
739
|
-
"shape": "
|
|
768
|
+
"shape": "S2w"
|
|
740
769
|
}
|
|
741
770
|
}
|
|
742
771
|
}
|
|
@@ -769,7 +798,7 @@
|
|
|
769
798
|
}
|
|
770
799
|
},
|
|
771
800
|
"output": {
|
|
772
|
-
"shape": "
|
|
801
|
+
"shape": "S35"
|
|
773
802
|
}
|
|
774
803
|
},
|
|
775
804
|
"DeleteVirtualInterface": {
|
|
@@ -805,7 +834,7 @@
|
|
|
805
834
|
"type": "structure",
|
|
806
835
|
"members": {
|
|
807
836
|
"loa": {
|
|
808
|
-
"shape": "
|
|
837
|
+
"shape": "S3x"
|
|
809
838
|
}
|
|
810
839
|
}
|
|
811
840
|
},
|
|
@@ -819,7 +848,7 @@
|
|
|
819
848
|
}
|
|
820
849
|
},
|
|
821
850
|
"output": {
|
|
822
|
-
"shape": "
|
|
851
|
+
"shape": "S40"
|
|
823
852
|
}
|
|
824
853
|
},
|
|
825
854
|
"DescribeConnectionsOnInterconnect": {
|
|
@@ -833,7 +862,7 @@
|
|
|
833
862
|
}
|
|
834
863
|
},
|
|
835
864
|
"output": {
|
|
836
|
-
"shape": "
|
|
865
|
+
"shape": "S40"
|
|
837
866
|
},
|
|
838
867
|
"deprecated": true
|
|
839
868
|
},
|
|
@@ -856,7 +885,7 @@
|
|
|
856
885
|
"directConnectGatewayAssociationProposals": {
|
|
857
886
|
"type": "list",
|
|
858
887
|
"member": {
|
|
859
|
-
"shape": "
|
|
888
|
+
"shape": "S2w"
|
|
860
889
|
}
|
|
861
890
|
},
|
|
862
891
|
"nextToken": {}
|
|
@@ -941,7 +970,7 @@
|
|
|
941
970
|
"directConnectGateways": {
|
|
942
971
|
"type": "list",
|
|
943
972
|
"member": {
|
|
944
|
-
"shape": "
|
|
973
|
+
"shape": "S2p"
|
|
945
974
|
}
|
|
946
975
|
},
|
|
947
976
|
"nextToken": {}
|
|
@@ -959,7 +988,7 @@
|
|
|
959
988
|
}
|
|
960
989
|
},
|
|
961
990
|
"output": {
|
|
962
|
-
"shape": "
|
|
991
|
+
"shape": "S40"
|
|
963
992
|
}
|
|
964
993
|
},
|
|
965
994
|
"DescribeInterconnectLoa": {
|
|
@@ -978,7 +1007,7 @@
|
|
|
978
1007
|
"type": "structure",
|
|
979
1008
|
"members": {
|
|
980
1009
|
"loa": {
|
|
981
|
-
"shape": "
|
|
1010
|
+
"shape": "S3x"
|
|
982
1011
|
}
|
|
983
1012
|
}
|
|
984
1013
|
},
|
|
@@ -997,7 +1026,7 @@
|
|
|
997
1026
|
"interconnects": {
|
|
998
1027
|
"type": "list",
|
|
999
1028
|
"member": {
|
|
1000
|
-
"shape": "
|
|
1029
|
+
"shape": "S30"
|
|
1001
1030
|
}
|
|
1002
1031
|
}
|
|
1003
1032
|
}
|
|
@@ -1016,7 +1045,7 @@
|
|
|
1016
1045
|
"lags": {
|
|
1017
1046
|
"type": "list",
|
|
1018
1047
|
"member": {
|
|
1019
|
-
"shape": "
|
|
1048
|
+
"shape": "S35"
|
|
1020
1049
|
}
|
|
1021
1050
|
}
|
|
1022
1051
|
}
|
|
@@ -1035,7 +1064,7 @@
|
|
|
1035
1064
|
}
|
|
1036
1065
|
},
|
|
1037
1066
|
"output": {
|
|
1038
|
-
"shape": "
|
|
1067
|
+
"shape": "S3x"
|
|
1039
1068
|
}
|
|
1040
1069
|
},
|
|
1041
1070
|
"DescribeLocations": {
|
|
@@ -1057,6 +1086,10 @@
|
|
|
1057
1086
|
"availableProviders": {
|
|
1058
1087
|
"type": "list",
|
|
1059
1088
|
"member": {}
|
|
1089
|
+
},
|
|
1090
|
+
"availableMacSecPortSpeeds": {
|
|
1091
|
+
"type": "list",
|
|
1092
|
+
"member": {}
|
|
1060
1093
|
}
|
|
1061
1094
|
}
|
|
1062
1095
|
}
|
|
@@ -1126,7 +1159,7 @@
|
|
|
1126
1159
|
"virtualInterfaces": {
|
|
1127
1160
|
"type": "list",
|
|
1128
1161
|
"member": {
|
|
1129
|
-
"shape": "
|
|
1162
|
+
"shape": "S1n"
|
|
1130
1163
|
}
|
|
1131
1164
|
}
|
|
1132
1165
|
}
|
|
@@ -1148,6 +1181,28 @@
|
|
|
1148
1181
|
"shape": "So"
|
|
1149
1182
|
}
|
|
1150
1183
|
},
|
|
1184
|
+
"DisassociateMacSecKey": {
|
|
1185
|
+
"input": {
|
|
1186
|
+
"type": "structure",
|
|
1187
|
+
"required": [
|
|
1188
|
+
"connectionId",
|
|
1189
|
+
"secretARN"
|
|
1190
|
+
],
|
|
1191
|
+
"members": {
|
|
1192
|
+
"connectionId": {},
|
|
1193
|
+
"secretARN": {}
|
|
1194
|
+
}
|
|
1195
|
+
},
|
|
1196
|
+
"output": {
|
|
1197
|
+
"type": "structure",
|
|
1198
|
+
"members": {
|
|
1199
|
+
"connectionId": {},
|
|
1200
|
+
"macSecKeys": {
|
|
1201
|
+
"shape": "S17"
|
|
1202
|
+
}
|
|
1203
|
+
}
|
|
1204
|
+
}
|
|
1205
|
+
},
|
|
1151
1206
|
"ListVirtualInterfaceTestHistory": {
|
|
1152
1207
|
"input": {
|
|
1153
1208
|
"type": "structure",
|
|
@@ -1155,7 +1210,7 @@
|
|
|
1155
1210
|
"testId": {},
|
|
1156
1211
|
"virtualInterfaceId": {},
|
|
1157
1212
|
"bgpPeers": {
|
|
1158
|
-
"shape": "
|
|
1213
|
+
"shape": "S5l"
|
|
1159
1214
|
},
|
|
1160
1215
|
"status": {},
|
|
1161
1216
|
"maxResults": {
|
|
@@ -1170,7 +1225,7 @@
|
|
|
1170
1225
|
"virtualInterfaceTestHistory": {
|
|
1171
1226
|
"type": "list",
|
|
1172
1227
|
"member": {
|
|
1173
|
-
"shape": "
|
|
1228
|
+
"shape": "S5p"
|
|
1174
1229
|
}
|
|
1175
1230
|
},
|
|
1176
1231
|
"nextToken": {}
|
|
@@ -1186,7 +1241,7 @@
|
|
|
1186
1241
|
"members": {
|
|
1187
1242
|
"virtualInterfaceId": {},
|
|
1188
1243
|
"bgpPeers": {
|
|
1189
|
-
"shape": "
|
|
1244
|
+
"shape": "S5l"
|
|
1190
1245
|
},
|
|
1191
1246
|
"testDurationInMinutes": {
|
|
1192
1247
|
"type": "integer"
|
|
@@ -1197,7 +1252,7 @@
|
|
|
1197
1252
|
"type": "structure",
|
|
1198
1253
|
"members": {
|
|
1199
1254
|
"virtualInterfaceTest": {
|
|
1200
|
-
"shape": "
|
|
1255
|
+
"shape": "S5p"
|
|
1201
1256
|
}
|
|
1202
1257
|
}
|
|
1203
1258
|
}
|
|
@@ -1216,7 +1271,7 @@
|
|
|
1216
1271
|
"type": "structure",
|
|
1217
1272
|
"members": {
|
|
1218
1273
|
"virtualInterfaceTest": {
|
|
1219
|
-
"shape": "
|
|
1274
|
+
"shape": "S5p"
|
|
1220
1275
|
}
|
|
1221
1276
|
}
|
|
1222
1277
|
}
|
|
@@ -1260,6 +1315,22 @@
|
|
|
1260
1315
|
"members": {}
|
|
1261
1316
|
}
|
|
1262
1317
|
},
|
|
1318
|
+
"UpdateConnection": {
|
|
1319
|
+
"input": {
|
|
1320
|
+
"type": "structure",
|
|
1321
|
+
"required": [
|
|
1322
|
+
"connectionId"
|
|
1323
|
+
],
|
|
1324
|
+
"members": {
|
|
1325
|
+
"connectionId": {},
|
|
1326
|
+
"connectionName": {},
|
|
1327
|
+
"encryptionMode": {}
|
|
1328
|
+
}
|
|
1329
|
+
},
|
|
1330
|
+
"output": {
|
|
1331
|
+
"shape": "So"
|
|
1332
|
+
}
|
|
1333
|
+
},
|
|
1263
1334
|
"UpdateDirectConnectGatewayAssociation": {
|
|
1264
1335
|
"input": {
|
|
1265
1336
|
"type": "structure",
|
|
@@ -1293,11 +1364,12 @@
|
|
|
1293
1364
|
"lagName": {},
|
|
1294
1365
|
"minimumLinks": {
|
|
1295
1366
|
"type": "integer"
|
|
1296
|
-
}
|
|
1367
|
+
},
|
|
1368
|
+
"encryptionMode": {}
|
|
1297
1369
|
}
|
|
1298
1370
|
},
|
|
1299
1371
|
"output": {
|
|
1300
|
-
"shape": "
|
|
1372
|
+
"shape": "S35"
|
|
1301
1373
|
}
|
|
1302
1374
|
},
|
|
1303
1375
|
"UpdateVirtualInterfaceAttributes": {
|
|
@@ -1314,7 +1386,7 @@
|
|
|
1314
1386
|
}
|
|
1315
1387
|
},
|
|
1316
1388
|
"output": {
|
|
1317
|
-
"shape": "
|
|
1389
|
+
"shape": "S1n"
|
|
1318
1390
|
}
|
|
1319
1391
|
}
|
|
1320
1392
|
},
|
|
@@ -1388,7 +1460,15 @@
|
|
|
1388
1460
|
"tags": {
|
|
1389
1461
|
"shape": "Sz"
|
|
1390
1462
|
},
|
|
1391
|
-
"providerName": {}
|
|
1463
|
+
"providerName": {},
|
|
1464
|
+
"macSecCapable": {
|
|
1465
|
+
"type": "boolean"
|
|
1466
|
+
},
|
|
1467
|
+
"portEncryptionStatus": {},
|
|
1468
|
+
"encryptionMode": {},
|
|
1469
|
+
"macSecKeys": {
|
|
1470
|
+
"shape": "S17"
|
|
1471
|
+
}
|
|
1392
1472
|
}
|
|
1393
1473
|
},
|
|
1394
1474
|
"Sv": {
|
|
@@ -1408,7 +1488,19 @@
|
|
|
1408
1488
|
}
|
|
1409
1489
|
}
|
|
1410
1490
|
},
|
|
1411
|
-
"
|
|
1491
|
+
"S17": {
|
|
1492
|
+
"type": "list",
|
|
1493
|
+
"member": {
|
|
1494
|
+
"type": "structure",
|
|
1495
|
+
"members": {
|
|
1496
|
+
"secretARN": {},
|
|
1497
|
+
"ckn": {},
|
|
1498
|
+
"state": {},
|
|
1499
|
+
"startOn": {}
|
|
1500
|
+
}
|
|
1501
|
+
}
|
|
1502
|
+
},
|
|
1503
|
+
"S1n": {
|
|
1412
1504
|
"type": "structure",
|
|
1413
1505
|
"members": {
|
|
1414
1506
|
"ownerAccount": {},
|
|
@@ -1469,7 +1561,7 @@
|
|
|
1469
1561
|
}
|
|
1470
1562
|
}
|
|
1471
1563
|
},
|
|
1472
|
-
"
|
|
1564
|
+
"S2p": {
|
|
1473
1565
|
"type": "structure",
|
|
1474
1566
|
"members": {
|
|
1475
1567
|
"directConnectGatewayId": {},
|
|
@@ -1482,7 +1574,7 @@
|
|
|
1482
1574
|
"stateChangeError": {}
|
|
1483
1575
|
}
|
|
1484
1576
|
},
|
|
1485
|
-
"
|
|
1577
|
+
"S2w": {
|
|
1486
1578
|
"type": "structure",
|
|
1487
1579
|
"members": {
|
|
1488
1580
|
"proposalId": {},
|
|
@@ -1500,7 +1592,7 @@
|
|
|
1500
1592
|
}
|
|
1501
1593
|
}
|
|
1502
1594
|
},
|
|
1503
|
-
"
|
|
1595
|
+
"S30": {
|
|
1504
1596
|
"type": "structure",
|
|
1505
1597
|
"members": {
|
|
1506
1598
|
"interconnectId": {},
|
|
@@ -1527,7 +1619,7 @@
|
|
|
1527
1619
|
"providerName": {}
|
|
1528
1620
|
}
|
|
1529
1621
|
},
|
|
1530
|
-
"
|
|
1622
|
+
"S35": {
|
|
1531
1623
|
"type": "structure",
|
|
1532
1624
|
"members": {
|
|
1533
1625
|
"connectionsBandwidth": {},
|
|
@@ -1548,7 +1640,7 @@
|
|
|
1548
1640
|
},
|
|
1549
1641
|
"awsDeviceV2": {},
|
|
1550
1642
|
"connections": {
|
|
1551
|
-
"shape": "
|
|
1643
|
+
"shape": "S37"
|
|
1552
1644
|
},
|
|
1553
1645
|
"allowsHostedConnections": {
|
|
1554
1646
|
"type": "boolean"
|
|
@@ -1560,16 +1652,23 @@
|
|
|
1560
1652
|
"tags": {
|
|
1561
1653
|
"shape": "Sz"
|
|
1562
1654
|
},
|
|
1563
|
-
"providerName": {}
|
|
1655
|
+
"providerName": {},
|
|
1656
|
+
"macSecCapable": {
|
|
1657
|
+
"type": "boolean"
|
|
1658
|
+
},
|
|
1659
|
+
"encryptionMode": {},
|
|
1660
|
+
"macSecKeys": {
|
|
1661
|
+
"shape": "S17"
|
|
1662
|
+
}
|
|
1564
1663
|
}
|
|
1565
1664
|
},
|
|
1566
|
-
"
|
|
1665
|
+
"S37": {
|
|
1567
1666
|
"type": "list",
|
|
1568
1667
|
"member": {
|
|
1569
1668
|
"shape": "So"
|
|
1570
1669
|
}
|
|
1571
1670
|
},
|
|
1572
|
-
"
|
|
1671
|
+
"S3x": {
|
|
1573
1672
|
"type": "structure",
|
|
1574
1673
|
"members": {
|
|
1575
1674
|
"loaContent": {
|
|
@@ -1578,25 +1677,25 @@
|
|
|
1578
1677
|
"loaContentType": {}
|
|
1579
1678
|
}
|
|
1580
1679
|
},
|
|
1581
|
-
"
|
|
1680
|
+
"S40": {
|
|
1582
1681
|
"type": "structure",
|
|
1583
1682
|
"members": {
|
|
1584
1683
|
"connections": {
|
|
1585
|
-
"shape": "
|
|
1684
|
+
"shape": "S37"
|
|
1586
1685
|
}
|
|
1587
1686
|
}
|
|
1588
1687
|
},
|
|
1589
|
-
"
|
|
1688
|
+
"S5l": {
|
|
1590
1689
|
"type": "list",
|
|
1591
1690
|
"member": {}
|
|
1592
1691
|
},
|
|
1593
|
-
"
|
|
1692
|
+
"S5p": {
|
|
1594
1693
|
"type": "structure",
|
|
1595
1694
|
"members": {
|
|
1596
1695
|
"testId": {},
|
|
1597
1696
|
"virtualInterfaceId": {},
|
|
1598
1697
|
"bgpPeers": {
|
|
1599
|
-
"shape": "
|
|
1698
|
+
"shape": "S5l"
|
|
1600
1699
|
},
|
|
1601
1700
|
"status": {},
|
|
1602
1701
|
"ownerAccount": {},
|