aws-sdk 2.990.0 → 2.994.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 +27 -1
- package/README.md +1 -1
- package/apis/appsync-2017-07-25.min.json +97 -77
- package/apis/comprehend-2017-11-27.min.json +205 -123
- package/apis/comprehend-2017-11-27.paginators.json +10 -0
- package/apis/dms-2016-01-01.min.json +3 -0
- package/apis/ec2-2016-11-15.min.json +125 -54
- package/apis/ec2-2016-11-15.paginators.json +6 -0
- package/apis/ecr-2015-09-21.min.json +66 -14
- package/apis/es-2015-01-01.min.json +14 -4
- package/apis/imagebuilder-2019-12-02.min.json +116 -82
- package/apis/iot-2015-05-28.min.json +80 -44
- package/apis/license-manager-2018-08-01.min.json +184 -71
- package/apis/mediaconvert-2017-08-29.min.json +194 -83
- package/apis/mediapackage-vod-2018-11-07.min.json +3 -0
- package/apis/mediatailor-2018-04-23.min.json +198 -149
- package/apis/models.lex.v2-2020-08-07.min.json +179 -22
- package/apis/models.lex.v2-2020-08-07.paginators.json +5 -0
- package/apis/opensearch-2021-01-01.min.json +14 -4
- package/apis/ssm-2014-11-06.min.json +105 -100
- package/apis/ssm-2014-11-06.waiters2.json +5 -0
- package/apis/wafv2-2019-07-29.min.json +114 -97
- package/clients/appsync.d.ts +35 -13
- package/clients/comprehend.d.ts +165 -1
- package/clients/dms.d.ts +14 -10
- package/clients/ec2.d.ts +147 -61
- package/clients/ecr.d.ts +76 -4
- package/clients/es.d.ts +18 -3
- package/clients/iam.d.ts +85 -85
- package/clients/imagebuilder.d.ts +73 -25
- package/clients/iot.d.ts +55 -5
- package/clients/lexmodelsv2.d.ts +188 -0
- package/clients/licensemanager.d.ts +211 -42
- package/clients/mediaconvert.d.ts +154 -17
- package/clients/mediapackagevod.d.ts +4 -0
- package/clients/mediatailor.d.ts +47 -1
- package/clients/opensearch.d.ts +22 -1
- package/clients/ssm.d.ts +40 -19
- package/clients/wafv2.d.ts +18 -0
- package/dist/aws-sdk-core-react-native.js +4 -4
- package/dist/aws-sdk-react-native.js +24 -24
- package/dist/aws-sdk.js +608 -341
- package/dist/aws-sdk.min.js +72 -72
- package/lib/config.js +1 -1
- package/lib/core.js +1 -1
- package/lib/event_listeners.js +1 -1
- package/lib/http_request.d.ts +1 -1
- package/lib/signers/v4.js +1 -1
- package/package.json +1 -1
|
@@ -272,6 +272,31 @@
|
|
|
272
272
|
}
|
|
273
273
|
}
|
|
274
274
|
},
|
|
275
|
+
"CreateLicenseConversionTaskForResource": {
|
|
276
|
+
"input": {
|
|
277
|
+
"type": "structure",
|
|
278
|
+
"required": [
|
|
279
|
+
"ResourceArn",
|
|
280
|
+
"SourceLicenseContext",
|
|
281
|
+
"DestinationLicenseContext"
|
|
282
|
+
],
|
|
283
|
+
"members": {
|
|
284
|
+
"ResourceArn": {},
|
|
285
|
+
"SourceLicenseContext": {
|
|
286
|
+
"shape": "S1l"
|
|
287
|
+
},
|
|
288
|
+
"DestinationLicenseContext": {
|
|
289
|
+
"shape": "S1l"
|
|
290
|
+
}
|
|
291
|
+
}
|
|
292
|
+
},
|
|
293
|
+
"output": {
|
|
294
|
+
"type": "structure",
|
|
295
|
+
"members": {
|
|
296
|
+
"LicenseConversionTaskId": {}
|
|
297
|
+
}
|
|
298
|
+
}
|
|
299
|
+
},
|
|
275
300
|
"CreateLicenseManagerReportGenerator": {
|
|
276
301
|
"input": {
|
|
277
302
|
"type": "structure",
|
|
@@ -285,13 +310,13 @@
|
|
|
285
310
|
"members": {
|
|
286
311
|
"ReportGeneratorName": {},
|
|
287
312
|
"Type": {
|
|
288
|
-
"shape": "
|
|
313
|
+
"shape": "S1r"
|
|
289
314
|
},
|
|
290
315
|
"ReportContext": {
|
|
291
|
-
"shape": "
|
|
316
|
+
"shape": "S1t"
|
|
292
317
|
},
|
|
293
318
|
"ReportFrequency": {
|
|
294
|
-
"shape": "
|
|
319
|
+
"shape": "S1v"
|
|
295
320
|
},
|
|
296
321
|
"ClientToken": {},
|
|
297
322
|
"Description": {},
|
|
@@ -366,13 +391,13 @@
|
|
|
366
391
|
"members": {
|
|
367
392
|
"LicenseArn": {},
|
|
368
393
|
"RoleArns": {
|
|
369
|
-
"shape": "
|
|
394
|
+
"shape": "S1u"
|
|
370
395
|
},
|
|
371
396
|
"ExpirationInDays": {
|
|
372
397
|
"type": "integer"
|
|
373
398
|
},
|
|
374
399
|
"TokenProperties": {
|
|
375
|
-
"shape": "
|
|
400
|
+
"shape": "S23"
|
|
376
401
|
},
|
|
377
402
|
"ClientToken": {}
|
|
378
403
|
}
|
|
@@ -503,7 +528,7 @@
|
|
|
503
528
|
"members": {
|
|
504
529
|
"Token": {},
|
|
505
530
|
"TokenProperties": {
|
|
506
|
-
"shape": "
|
|
531
|
+
"shape": "S23"
|
|
507
532
|
}
|
|
508
533
|
}
|
|
509
534
|
},
|
|
@@ -529,7 +554,7 @@
|
|
|
529
554
|
"type": "structure",
|
|
530
555
|
"members": {
|
|
531
556
|
"Grant": {
|
|
532
|
-
"shape": "
|
|
557
|
+
"shape": "S2p"
|
|
533
558
|
}
|
|
534
559
|
}
|
|
535
560
|
}
|
|
@@ -549,7 +574,7 @@
|
|
|
549
574
|
"type": "structure",
|
|
550
575
|
"members": {
|
|
551
576
|
"License": {
|
|
552
|
-
"shape": "
|
|
577
|
+
"shape": "S2s"
|
|
553
578
|
}
|
|
554
579
|
}
|
|
555
580
|
}
|
|
@@ -587,10 +612,10 @@
|
|
|
587
612
|
"Status": {},
|
|
588
613
|
"OwnerAccountId": {},
|
|
589
614
|
"ConsumedLicenseSummaryList": {
|
|
590
|
-
"shape": "
|
|
615
|
+
"shape": "S2w"
|
|
591
616
|
},
|
|
592
617
|
"ManagedResourceSummaryList": {
|
|
593
|
-
"shape": "
|
|
618
|
+
"shape": "S2z"
|
|
594
619
|
},
|
|
595
620
|
"Tags": {
|
|
596
621
|
"shape": "S1d"
|
|
@@ -599,7 +624,7 @@
|
|
|
599
624
|
"shape": "S1f"
|
|
600
625
|
},
|
|
601
626
|
"AutomatedDiscoveryInformation": {
|
|
602
|
-
"shape": "
|
|
627
|
+
"shape": "S31"
|
|
603
628
|
},
|
|
604
629
|
"DisassociateWhenNotFound": {
|
|
605
630
|
"type": "boolean"
|
|
@@ -607,6 +632,41 @@
|
|
|
607
632
|
}
|
|
608
633
|
}
|
|
609
634
|
},
|
|
635
|
+
"GetLicenseConversionTask": {
|
|
636
|
+
"input": {
|
|
637
|
+
"type": "structure",
|
|
638
|
+
"required": [
|
|
639
|
+
"LicenseConversionTaskId"
|
|
640
|
+
],
|
|
641
|
+
"members": {
|
|
642
|
+
"LicenseConversionTaskId": {}
|
|
643
|
+
}
|
|
644
|
+
},
|
|
645
|
+
"output": {
|
|
646
|
+
"type": "structure",
|
|
647
|
+
"members": {
|
|
648
|
+
"LicenseConversionTaskId": {},
|
|
649
|
+
"ResourceArn": {},
|
|
650
|
+
"SourceLicenseContext": {
|
|
651
|
+
"shape": "S1l"
|
|
652
|
+
},
|
|
653
|
+
"DestinationLicenseContext": {
|
|
654
|
+
"shape": "S1l"
|
|
655
|
+
},
|
|
656
|
+
"StatusMessage": {},
|
|
657
|
+
"Status": {},
|
|
658
|
+
"StartTime": {
|
|
659
|
+
"type": "timestamp"
|
|
660
|
+
},
|
|
661
|
+
"LicenseConversionTime": {
|
|
662
|
+
"type": "timestamp"
|
|
663
|
+
},
|
|
664
|
+
"EndTime": {
|
|
665
|
+
"type": "timestamp"
|
|
666
|
+
}
|
|
667
|
+
}
|
|
668
|
+
}
|
|
669
|
+
},
|
|
610
670
|
"GetLicenseManagerReportGenerator": {
|
|
611
671
|
"input": {
|
|
612
672
|
"type": "structure",
|
|
@@ -621,7 +681,7 @@
|
|
|
621
681
|
"type": "structure",
|
|
622
682
|
"members": {
|
|
623
683
|
"ReportGenerator": {
|
|
624
|
-
"shape": "
|
|
684
|
+
"shape": "S38"
|
|
625
685
|
}
|
|
626
686
|
}
|
|
627
687
|
}
|
|
@@ -675,7 +735,7 @@
|
|
|
675
735
|
"S3BucketArn": {},
|
|
676
736
|
"SnsTopicArn": {},
|
|
677
737
|
"OrganizationConfiguration": {
|
|
678
|
-
"shape": "
|
|
738
|
+
"shape": "S3h"
|
|
679
739
|
},
|
|
680
740
|
"EnableCrossAccountsDiscovery": {
|
|
681
741
|
"type": "boolean"
|
|
@@ -725,10 +785,10 @@
|
|
|
725
785
|
"type": "structure",
|
|
726
786
|
"members": {
|
|
727
787
|
"GrantArns": {
|
|
728
|
-
"shape": "
|
|
788
|
+
"shape": "S1u"
|
|
729
789
|
},
|
|
730
790
|
"Filters": {
|
|
731
|
-
"shape": "
|
|
791
|
+
"shape": "S3n"
|
|
732
792
|
},
|
|
733
793
|
"NextToken": {},
|
|
734
794
|
"MaxResults": {
|
|
@@ -740,7 +800,7 @@
|
|
|
740
800
|
"type": "structure",
|
|
741
801
|
"members": {
|
|
742
802
|
"Grants": {
|
|
743
|
-
"shape": "
|
|
803
|
+
"shape": "S3u"
|
|
744
804
|
},
|
|
745
805
|
"NextToken": {}
|
|
746
806
|
}
|
|
@@ -799,7 +859,7 @@
|
|
|
799
859
|
},
|
|
800
860
|
"NextToken": {},
|
|
801
861
|
"Filters": {
|
|
802
|
-
"shape": "
|
|
862
|
+
"shape": "S40"
|
|
803
863
|
}
|
|
804
864
|
}
|
|
805
865
|
},
|
|
@@ -834,16 +894,63 @@
|
|
|
834
894
|
"Status": {},
|
|
835
895
|
"OwnerAccountId": {},
|
|
836
896
|
"ConsumedLicenseSummaryList": {
|
|
837
|
-
"shape": "
|
|
897
|
+
"shape": "S2w"
|
|
838
898
|
},
|
|
839
899
|
"ManagedResourceSummaryList": {
|
|
840
|
-
"shape": "
|
|
900
|
+
"shape": "S2z"
|
|
841
901
|
},
|
|
842
902
|
"ProductInformationList": {
|
|
843
903
|
"shape": "S1f"
|
|
844
904
|
},
|
|
845
905
|
"AutomatedDiscoveryInformation": {
|
|
846
|
-
"shape": "
|
|
906
|
+
"shape": "S31"
|
|
907
|
+
}
|
|
908
|
+
}
|
|
909
|
+
}
|
|
910
|
+
},
|
|
911
|
+
"NextToken": {}
|
|
912
|
+
}
|
|
913
|
+
}
|
|
914
|
+
},
|
|
915
|
+
"ListLicenseConversionTasks": {
|
|
916
|
+
"input": {
|
|
917
|
+
"type": "structure",
|
|
918
|
+
"members": {
|
|
919
|
+
"NextToken": {},
|
|
920
|
+
"MaxResults": {
|
|
921
|
+
"type": "integer"
|
|
922
|
+
},
|
|
923
|
+
"Filters": {
|
|
924
|
+
"shape": "S40"
|
|
925
|
+
}
|
|
926
|
+
}
|
|
927
|
+
},
|
|
928
|
+
"output": {
|
|
929
|
+
"type": "structure",
|
|
930
|
+
"members": {
|
|
931
|
+
"LicenseConversionTasks": {
|
|
932
|
+
"type": "list",
|
|
933
|
+
"member": {
|
|
934
|
+
"type": "structure",
|
|
935
|
+
"members": {
|
|
936
|
+
"LicenseConversionTaskId": {},
|
|
937
|
+
"ResourceArn": {},
|
|
938
|
+
"SourceLicenseContext": {
|
|
939
|
+
"shape": "S1l"
|
|
940
|
+
},
|
|
941
|
+
"DestinationLicenseContext": {
|
|
942
|
+
"shape": "S1l"
|
|
943
|
+
},
|
|
944
|
+
"Status": {},
|
|
945
|
+
"StatusMessage": {},
|
|
946
|
+
"StartTime": {
|
|
947
|
+
"type": "timestamp"
|
|
948
|
+
},
|
|
949
|
+
"LicenseConversionTime": {
|
|
950
|
+
"type": "timestamp"
|
|
951
|
+
},
|
|
952
|
+
"EndTime": {
|
|
953
|
+
"type": "timestamp"
|
|
847
954
|
}
|
|
848
955
|
}
|
|
849
956
|
}
|
|
@@ -857,7 +964,7 @@
|
|
|
857
964
|
"type": "structure",
|
|
858
965
|
"members": {
|
|
859
966
|
"Filters": {
|
|
860
|
-
"shape": "
|
|
967
|
+
"shape": "S3n"
|
|
861
968
|
},
|
|
862
969
|
"NextToken": {},
|
|
863
970
|
"MaxResults": {
|
|
@@ -871,7 +978,7 @@
|
|
|
871
978
|
"ReportGenerators": {
|
|
872
979
|
"type": "list",
|
|
873
980
|
"member": {
|
|
874
|
-
"shape": "
|
|
981
|
+
"shape": "S38"
|
|
875
982
|
}
|
|
876
983
|
},
|
|
877
984
|
"NextToken": {}
|
|
@@ -896,7 +1003,7 @@
|
|
|
896
1003
|
"type": "structure",
|
|
897
1004
|
"members": {
|
|
898
1005
|
"LicenseSpecifications": {
|
|
899
|
-
"shape": "
|
|
1006
|
+
"shape": "S4d"
|
|
900
1007
|
},
|
|
901
1008
|
"NextToken": {}
|
|
902
1009
|
}
|
|
@@ -920,7 +1027,7 @@
|
|
|
920
1027
|
"type": "structure",
|
|
921
1028
|
"members": {
|
|
922
1029
|
"Licenses": {
|
|
923
|
-
"shape": "
|
|
1030
|
+
"shape": "S4h"
|
|
924
1031
|
},
|
|
925
1032
|
"NextToken": {}
|
|
926
1033
|
}
|
|
@@ -931,10 +1038,10 @@
|
|
|
931
1038
|
"type": "structure",
|
|
932
1039
|
"members": {
|
|
933
1040
|
"LicenseArns": {
|
|
934
|
-
"shape": "
|
|
1041
|
+
"shape": "S1u"
|
|
935
1042
|
},
|
|
936
1043
|
"Filters": {
|
|
937
|
-
"shape": "
|
|
1044
|
+
"shape": "S3n"
|
|
938
1045
|
},
|
|
939
1046
|
"NextToken": {},
|
|
940
1047
|
"MaxResults": {
|
|
@@ -946,7 +1053,7 @@
|
|
|
946
1053
|
"type": "structure",
|
|
947
1054
|
"members": {
|
|
948
1055
|
"Licenses": {
|
|
949
|
-
"shape": "
|
|
1056
|
+
"shape": "S4h"
|
|
950
1057
|
},
|
|
951
1058
|
"NextToken": {}
|
|
952
1059
|
}
|
|
@@ -957,10 +1064,10 @@
|
|
|
957
1064
|
"type": "structure",
|
|
958
1065
|
"members": {
|
|
959
1066
|
"GrantArns": {
|
|
960
|
-
"shape": "
|
|
1067
|
+
"shape": "S1u"
|
|
961
1068
|
},
|
|
962
1069
|
"Filters": {
|
|
963
|
-
"shape": "
|
|
1070
|
+
"shape": "S3n"
|
|
964
1071
|
},
|
|
965
1072
|
"NextToken": {},
|
|
966
1073
|
"MaxResults": {
|
|
@@ -972,7 +1079,7 @@
|
|
|
972
1079
|
"type": "structure",
|
|
973
1080
|
"members": {
|
|
974
1081
|
"Grants": {
|
|
975
|
-
"shape": "
|
|
1082
|
+
"shape": "S3u"
|
|
976
1083
|
},
|
|
977
1084
|
"NextToken": {}
|
|
978
1085
|
}
|
|
@@ -983,10 +1090,10 @@
|
|
|
983
1090
|
"type": "structure",
|
|
984
1091
|
"members": {
|
|
985
1092
|
"LicenseArns": {
|
|
986
|
-
"shape": "
|
|
1093
|
+
"shape": "S1u"
|
|
987
1094
|
},
|
|
988
1095
|
"Filters": {
|
|
989
|
-
"shape": "
|
|
1096
|
+
"shape": "S3n"
|
|
990
1097
|
},
|
|
991
1098
|
"NextToken": {},
|
|
992
1099
|
"MaxResults": {
|
|
@@ -1007,7 +1114,7 @@
|
|
|
1007
1114
|
"ProductName": {},
|
|
1008
1115
|
"ProductSKU": {},
|
|
1009
1116
|
"Issuer": {
|
|
1010
|
-
"shape": "
|
|
1117
|
+
"shape": "S2t"
|
|
1011
1118
|
},
|
|
1012
1119
|
"HomeRegion": {},
|
|
1013
1120
|
"Status": {},
|
|
@@ -1116,7 +1223,7 @@
|
|
|
1116
1223
|
"shape": "S1c"
|
|
1117
1224
|
},
|
|
1118
1225
|
"Filters": {
|
|
1119
|
-
"shape": "
|
|
1226
|
+
"shape": "S3n"
|
|
1120
1227
|
},
|
|
1121
1228
|
"NextToken": {},
|
|
1122
1229
|
"MaxResults": {
|
|
@@ -1137,10 +1244,10 @@
|
|
|
1137
1244
|
"LicenseArn": {},
|
|
1138
1245
|
"ExpirationTime": {},
|
|
1139
1246
|
"TokenProperties": {
|
|
1140
|
-
"shape": "
|
|
1247
|
+
"shape": "S23"
|
|
1141
1248
|
},
|
|
1142
1249
|
"RoleArns": {
|
|
1143
|
-
"shape": "
|
|
1250
|
+
"shape": "S1u"
|
|
1144
1251
|
},
|
|
1145
1252
|
"Status": {}
|
|
1146
1253
|
}
|
|
@@ -1163,7 +1270,7 @@
|
|
|
1163
1270
|
},
|
|
1164
1271
|
"NextToken": {},
|
|
1165
1272
|
"Filters": {
|
|
1166
|
-
"shape": "
|
|
1273
|
+
"shape": "S40"
|
|
1167
1274
|
}
|
|
1168
1275
|
}
|
|
1169
1276
|
},
|
|
@@ -1298,13 +1405,13 @@
|
|
|
1298
1405
|
"LicenseManagerReportGeneratorArn": {},
|
|
1299
1406
|
"ReportGeneratorName": {},
|
|
1300
1407
|
"Type": {
|
|
1301
|
-
"shape": "
|
|
1408
|
+
"shape": "S1r"
|
|
1302
1409
|
},
|
|
1303
1410
|
"ReportContext": {
|
|
1304
|
-
"shape": "
|
|
1411
|
+
"shape": "S1t"
|
|
1305
1412
|
},
|
|
1306
1413
|
"ReportFrequency": {
|
|
1307
|
-
"shape": "
|
|
1414
|
+
"shape": "S1v"
|
|
1308
1415
|
},
|
|
1309
1416
|
"ClientToken": {},
|
|
1310
1417
|
"Description": {}
|
|
@@ -1324,10 +1431,10 @@
|
|
|
1324
1431
|
"members": {
|
|
1325
1432
|
"ResourceArn": {},
|
|
1326
1433
|
"AddLicenseSpecifications": {
|
|
1327
|
-
"shape": "
|
|
1434
|
+
"shape": "S4d"
|
|
1328
1435
|
},
|
|
1329
1436
|
"RemoveLicenseSpecifications": {
|
|
1330
|
-
"shape": "
|
|
1437
|
+
"shape": "S4d"
|
|
1331
1438
|
}
|
|
1332
1439
|
}
|
|
1333
1440
|
},
|
|
@@ -1343,7 +1450,7 @@
|
|
|
1343
1450
|
"S3BucketArn": {},
|
|
1344
1451
|
"SnsTopicArn": {},
|
|
1345
1452
|
"OrganizationConfiguration": {
|
|
1346
|
-
"shape": "
|
|
1453
|
+
"shape": "S3h"
|
|
1347
1454
|
},
|
|
1348
1455
|
"EnableCrossAccountsDiscovery": {
|
|
1349
1456
|
"type": "boolean"
|
|
@@ -1506,26 +1613,32 @@
|
|
|
1506
1613
|
}
|
|
1507
1614
|
}
|
|
1508
1615
|
},
|
|
1509
|
-
"
|
|
1616
|
+
"S1l": {
|
|
1617
|
+
"type": "structure",
|
|
1618
|
+
"members": {
|
|
1619
|
+
"UsageOperation": {}
|
|
1620
|
+
}
|
|
1621
|
+
},
|
|
1622
|
+
"S1r": {
|
|
1510
1623
|
"type": "list",
|
|
1511
1624
|
"member": {}
|
|
1512
1625
|
},
|
|
1513
|
-
"
|
|
1626
|
+
"S1t": {
|
|
1514
1627
|
"type": "structure",
|
|
1515
1628
|
"required": [
|
|
1516
1629
|
"licenseConfigurationArns"
|
|
1517
1630
|
],
|
|
1518
1631
|
"members": {
|
|
1519
1632
|
"licenseConfigurationArns": {
|
|
1520
|
-
"shape": "
|
|
1633
|
+
"shape": "S1u"
|
|
1521
1634
|
}
|
|
1522
1635
|
}
|
|
1523
1636
|
},
|
|
1524
|
-
"
|
|
1637
|
+
"S1u": {
|
|
1525
1638
|
"type": "list",
|
|
1526
1639
|
"member": {}
|
|
1527
1640
|
},
|
|
1528
|
-
"
|
|
1641
|
+
"S1v": {
|
|
1529
1642
|
"type": "structure",
|
|
1530
1643
|
"members": {
|
|
1531
1644
|
"value": {
|
|
@@ -1534,11 +1647,11 @@
|
|
|
1534
1647
|
"period": {}
|
|
1535
1648
|
}
|
|
1536
1649
|
},
|
|
1537
|
-
"
|
|
1650
|
+
"S23": {
|
|
1538
1651
|
"type": "list",
|
|
1539
1652
|
"member": {}
|
|
1540
1653
|
},
|
|
1541
|
-
"
|
|
1654
|
+
"S2p": {
|
|
1542
1655
|
"type": "structure",
|
|
1543
1656
|
"required": [
|
|
1544
1657
|
"GrantArn",
|
|
@@ -1566,7 +1679,7 @@
|
|
|
1566
1679
|
}
|
|
1567
1680
|
}
|
|
1568
1681
|
},
|
|
1569
|
-
"
|
|
1682
|
+
"S2s": {
|
|
1570
1683
|
"type": "structure",
|
|
1571
1684
|
"members": {
|
|
1572
1685
|
"LicenseArn": {},
|
|
@@ -1574,7 +1687,7 @@
|
|
|
1574
1687
|
"ProductName": {},
|
|
1575
1688
|
"ProductSKU": {},
|
|
1576
1689
|
"Issuer": {
|
|
1577
|
-
"shape": "
|
|
1690
|
+
"shape": "S2t"
|
|
1578
1691
|
},
|
|
1579
1692
|
"HomeRegion": {},
|
|
1580
1693
|
"Status": {},
|
|
@@ -1595,7 +1708,7 @@
|
|
|
1595
1708
|
"Version": {}
|
|
1596
1709
|
}
|
|
1597
1710
|
},
|
|
1598
|
-
"
|
|
1711
|
+
"S2t": {
|
|
1599
1712
|
"type": "structure",
|
|
1600
1713
|
"members": {
|
|
1601
1714
|
"Name": {},
|
|
@@ -1603,7 +1716,7 @@
|
|
|
1603
1716
|
"KeyFingerprint": {}
|
|
1604
1717
|
}
|
|
1605
1718
|
},
|
|
1606
|
-
"
|
|
1719
|
+
"S2w": {
|
|
1607
1720
|
"type": "list",
|
|
1608
1721
|
"member": {
|
|
1609
1722
|
"type": "structure",
|
|
@@ -1615,7 +1728,7 @@
|
|
|
1615
1728
|
}
|
|
1616
1729
|
}
|
|
1617
1730
|
},
|
|
1618
|
-
"
|
|
1731
|
+
"S2z": {
|
|
1619
1732
|
"type": "list",
|
|
1620
1733
|
"member": {
|
|
1621
1734
|
"type": "structure",
|
|
@@ -1627,7 +1740,7 @@
|
|
|
1627
1740
|
}
|
|
1628
1741
|
}
|
|
1629
1742
|
},
|
|
1630
|
-
"
|
|
1743
|
+
"S31": {
|
|
1631
1744
|
"type": "structure",
|
|
1632
1745
|
"members": {
|
|
1633
1746
|
"LastRunTime": {
|
|
@@ -1635,18 +1748,18 @@
|
|
|
1635
1748
|
}
|
|
1636
1749
|
}
|
|
1637
1750
|
},
|
|
1638
|
-
"
|
|
1751
|
+
"S38": {
|
|
1639
1752
|
"type": "structure",
|
|
1640
1753
|
"members": {
|
|
1641
1754
|
"ReportGeneratorName": {},
|
|
1642
1755
|
"ReportType": {
|
|
1643
|
-
"shape": "
|
|
1756
|
+
"shape": "S1r"
|
|
1644
1757
|
},
|
|
1645
1758
|
"ReportContext": {
|
|
1646
|
-
"shape": "
|
|
1759
|
+
"shape": "S1t"
|
|
1647
1760
|
},
|
|
1648
1761
|
"ReportFrequency": {
|
|
1649
|
-
"shape": "
|
|
1762
|
+
"shape": "S1v"
|
|
1650
1763
|
},
|
|
1651
1764
|
"LicenseManagerReportGeneratorArn": {},
|
|
1652
1765
|
"LastRunStatus": {},
|
|
@@ -1667,7 +1780,7 @@
|
|
|
1667
1780
|
}
|
|
1668
1781
|
}
|
|
1669
1782
|
},
|
|
1670
|
-
"
|
|
1783
|
+
"S3h": {
|
|
1671
1784
|
"type": "structure",
|
|
1672
1785
|
"required": [
|
|
1673
1786
|
"EnableIntegration"
|
|
@@ -1678,13 +1791,13 @@
|
|
|
1678
1791
|
}
|
|
1679
1792
|
}
|
|
1680
1793
|
},
|
|
1681
|
-
"
|
|
1794
|
+
"S3n": {
|
|
1682
1795
|
"type": "list",
|
|
1683
1796
|
"member": {
|
|
1684
|
-
"shape": "
|
|
1797
|
+
"shape": "S3o"
|
|
1685
1798
|
}
|
|
1686
1799
|
},
|
|
1687
|
-
"
|
|
1800
|
+
"S3o": {
|
|
1688
1801
|
"type": "structure",
|
|
1689
1802
|
"members": {
|
|
1690
1803
|
"Name": {},
|
|
@@ -1694,19 +1807,19 @@
|
|
|
1694
1807
|
}
|
|
1695
1808
|
}
|
|
1696
1809
|
},
|
|
1697
|
-
"
|
|
1810
|
+
"S3u": {
|
|
1698
1811
|
"type": "list",
|
|
1699
1812
|
"member": {
|
|
1700
|
-
"shape": "
|
|
1813
|
+
"shape": "S2p"
|
|
1701
1814
|
}
|
|
1702
1815
|
},
|
|
1703
|
-
"
|
|
1816
|
+
"S40": {
|
|
1704
1817
|
"type": "list",
|
|
1705
1818
|
"member": {
|
|
1706
|
-
"shape": "
|
|
1819
|
+
"shape": "S3o"
|
|
1707
1820
|
}
|
|
1708
1821
|
},
|
|
1709
|
-
"
|
|
1822
|
+
"S4d": {
|
|
1710
1823
|
"type": "list",
|
|
1711
1824
|
"member": {
|
|
1712
1825
|
"type": "structure",
|
|
@@ -1719,10 +1832,10 @@
|
|
|
1719
1832
|
}
|
|
1720
1833
|
}
|
|
1721
1834
|
},
|
|
1722
|
-
"
|
|
1835
|
+
"S4h": {
|
|
1723
1836
|
"type": "list",
|
|
1724
1837
|
"member": {
|
|
1725
|
-
"shape": "
|
|
1838
|
+
"shape": "S2s"
|
|
1726
1839
|
}
|
|
1727
1840
|
}
|
|
1728
1841
|
}
|