aws-sdk 2.810.0 → 2.814.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 +35 -1
- package/README.md +2 -3
- package/apis/amp-2020-08-01.examples.json +5 -0
- package/apis/amp-2020-08-01.min.json +211 -0
- package/apis/amp-2020-08-01.paginators.json +10 -0
- package/apis/ce-2017-10-25.min.json +101 -97
- package/apis/config-2014-11-12.min.json +40 -6
- package/apis/dlm-2018-01-12.min.json +104 -16
- package/apis/ec2-2016-11-15.min.json +11 -0
- package/apis/greengrassv2-2020-11-30.examples.json +5 -0
- package/apis/greengrassv2-2020-11-30.min.json +1069 -0
- package/apis/greengrassv2-2020-11-30.paginators.json +40 -0
- package/apis/imagebuilder-2019-12-02.min.json +375 -88
- package/apis/imagebuilder-2019-12-02.paginators.json +24 -9
- package/apis/iot-2015-05-28.min.json +904 -278
- package/apis/iot-2015-05-28.paginators.json +24 -0
- package/apis/iotanalytics-2017-11-27.min.json +79 -27
- package/apis/iotdeviceadvisor-2020-09-18.examples.json +5 -0
- package/apis/iotdeviceadvisor-2020-09-18.min.json +596 -0
- package/apis/iotdeviceadvisor-2020-09-18.paginators.json +19 -0
- package/apis/iotfleethub-2020-11-03.examples.json +5 -0
- package/apis/iotfleethub-2020-11-03.min.json +292 -0
- package/apis/iotfleethub-2020-11-03.paginators.json +9 -0
- package/apis/iotwireless-2020-11-22.examples.json +5 -0
- package/apis/iotwireless-2020-11-22.min.json +1832 -0
- package/apis/iotwireless-2020-11-22.paginators.json +29 -0
- package/apis/kms-2014-11-01.examples.json +7 -4
- package/apis/kms-2014-11-01.min.json +7 -1
- package/apis/lambda-2015-03-31.examples.json +6 -6
- package/apis/lambda-2015-03-31.min.json +140 -100
- package/apis/location-2020-11-19.examples.json +5 -0
- package/apis/location-2020-11-19.min.json +1759 -0
- package/apis/location-2020-11-19.paginators.json +44 -0
- package/apis/metadata.json +21 -0
- package/apis/quicksight-2018-04-01.min.json +120 -119
- package/apis/rds-2014-10-31.min.json +192 -172
- package/apis/route53-2013-04-01.min.json +372 -96
- package/apis/route53resolver-2018-04-01.min.json +81 -6
- package/apis/route53resolver-2018-04-01.paginators.json +6 -0
- package/apis/servicecatalog-2015-12-10.min.json +187 -117
- package/apis/servicecatalog-2015-12-10.paginators.json +5 -0
- package/apis/ssm-2014-11-06.min.json +606 -293
- package/apis/ssm-2014-11-06.paginators.json +12 -0
- package/apis/wellarchitected-2020-03-31.examples.json +5 -0
- package/apis/wellarchitected-2020-03-31.min.json +1329 -0
- package/apis/wellarchitected-2020-03-31.paginators.json +49 -0
- package/clients/all.d.ts +7 -0
- package/clients/all.js +8 -1
- package/clients/amp.d.ts +220 -0
- package/clients/amp.js +18 -0
- package/clients/configservice.d.ts +49 -28
- package/clients/costexplorer.d.ts +3 -2
- package/clients/dlm.d.ts +99 -7
- package/clients/ec2.d.ts +14 -2
- package/clients/greengrassv2.d.ts +1270 -0
- package/clients/greengrassv2.js +18 -0
- package/clients/imagebuilder.d.ts +433 -5
- package/clients/iot.d.ts +770 -60
- package/clients/iotanalytics.d.ts +68 -2
- package/clients/iotdeviceadvisor.d.ts +710 -0
- package/clients/iotdeviceadvisor.js +18 -0
- package/clients/iotfleethub.d.ts +315 -0
- package/clients/iotfleethub.js +18 -0
- package/clients/iotwireless.d.ts +2124 -0
- package/clients/iotwireless.js +18 -0
- package/clients/kms.d.ts +117 -109
- package/clients/lambda.d.ts +63 -17
- package/clients/location.d.ts +1498 -0
- package/clients/location.js +18 -0
- package/clients/quicksight.d.ts +15 -10
- package/clients/rds.d.ts +41 -14
- package/clients/route53.d.ts +247 -1
- package/clients/route53resolver.d.ts +105 -8
- package/clients/servicecatalog.d.ts +122 -14
- package/clients/sqs.d.ts +23 -23
- package/clients/ssm.d.ts +534 -31
- package/clients/wellarchitected.d.ts +871 -0
- package/clients/wellarchitected.js +18 -0
- package/dist/aws-sdk-core-react-native.js +7 -2
- package/dist/aws-sdk-react-native.js +293 -24
- package/dist/aws-sdk.js +2709 -1190
- package/dist/aws-sdk.min.js +81 -81
- package/lib/config_service_placeholders.d.ts +14 -0
- package/lib/core.js +1 -1
- package/lib/util.js +5 -0
- package/package.json +1 -1
|
@@ -280,6 +280,9 @@
|
|
|
280
280
|
"AccountId": {},
|
|
281
281
|
"OrganizationNode": {
|
|
282
282
|
"shape": "S1s"
|
|
283
|
+
},
|
|
284
|
+
"ShareTagOptions": {
|
|
285
|
+
"type": "boolean"
|
|
283
286
|
}
|
|
284
287
|
}
|
|
285
288
|
},
|
|
@@ -314,7 +317,7 @@
|
|
|
314
317
|
"shape": "S1i"
|
|
315
318
|
},
|
|
316
319
|
"ProvisioningArtifactParameters": {
|
|
317
|
-
"shape": "
|
|
320
|
+
"shape": "S24"
|
|
318
321
|
},
|
|
319
322
|
"IdempotencyToken": {
|
|
320
323
|
"idempotencyToken": true
|
|
@@ -325,10 +328,10 @@
|
|
|
325
328
|
"type": "structure",
|
|
326
329
|
"members": {
|
|
327
330
|
"ProductViewDetail": {
|
|
328
|
-
"shape": "
|
|
331
|
+
"shape": "S2d"
|
|
329
332
|
},
|
|
330
333
|
"ProvisioningArtifactDetail": {
|
|
331
|
-
"shape": "
|
|
334
|
+
"shape": "S2i"
|
|
332
335
|
},
|
|
333
336
|
"Tags": {
|
|
334
337
|
"shape": "S1q"
|
|
@@ -352,14 +355,14 @@
|
|
|
352
355
|
"PlanName": {},
|
|
353
356
|
"PlanType": {},
|
|
354
357
|
"NotificationArns": {
|
|
355
|
-
"shape": "
|
|
358
|
+
"shape": "S2o"
|
|
356
359
|
},
|
|
357
360
|
"PathId": {},
|
|
358
361
|
"ProductId": {},
|
|
359
362
|
"ProvisionedProductName": {},
|
|
360
363
|
"ProvisioningArtifactId": {},
|
|
361
364
|
"ProvisioningParameters": {
|
|
362
|
-
"shape": "
|
|
365
|
+
"shape": "S2r"
|
|
363
366
|
},
|
|
364
367
|
"IdempotencyToken": {
|
|
365
368
|
"idempotencyToken": true
|
|
@@ -392,7 +395,7 @@
|
|
|
392
395
|
"AcceptLanguage": {},
|
|
393
396
|
"ProductId": {},
|
|
394
397
|
"Parameters": {
|
|
395
|
-
"shape": "
|
|
398
|
+
"shape": "S24"
|
|
396
399
|
},
|
|
397
400
|
"IdempotencyToken": {
|
|
398
401
|
"idempotencyToken": true
|
|
@@ -403,10 +406,10 @@
|
|
|
403
406
|
"type": "structure",
|
|
404
407
|
"members": {
|
|
405
408
|
"ProvisioningArtifactDetail": {
|
|
406
|
-
"shape": "
|
|
409
|
+
"shape": "S2i"
|
|
407
410
|
},
|
|
408
411
|
"Info": {
|
|
409
|
-
"shape": "
|
|
412
|
+
"shape": "S27"
|
|
410
413
|
},
|
|
411
414
|
"Status": {}
|
|
412
415
|
}
|
|
@@ -425,7 +428,7 @@
|
|
|
425
428
|
"Name": {},
|
|
426
429
|
"DefinitionType": {},
|
|
427
430
|
"Definition": {
|
|
428
|
-
"shape": "
|
|
431
|
+
"shape": "S32"
|
|
429
432
|
},
|
|
430
433
|
"Description": {},
|
|
431
434
|
"AcceptLanguage": {},
|
|
@@ -438,7 +441,7 @@
|
|
|
438
441
|
"type": "structure",
|
|
439
442
|
"members": {
|
|
440
443
|
"ServiceActionDetail": {
|
|
441
|
-
"shape": "
|
|
444
|
+
"shape": "S37"
|
|
442
445
|
}
|
|
443
446
|
}
|
|
444
447
|
}
|
|
@@ -459,7 +462,7 @@
|
|
|
459
462
|
"type": "structure",
|
|
460
463
|
"members": {
|
|
461
464
|
"TagOptionDetail": {
|
|
462
|
-
"shape": "
|
|
465
|
+
"shape": "S3d"
|
|
463
466
|
}
|
|
464
467
|
}
|
|
465
468
|
}
|
|
@@ -665,10 +668,10 @@
|
|
|
665
668
|
"shape": "S1q"
|
|
666
669
|
},
|
|
667
670
|
"TagOptions": {
|
|
668
|
-
"shape": "
|
|
671
|
+
"shape": "S45"
|
|
669
672
|
},
|
|
670
673
|
"Budgets": {
|
|
671
|
-
"shape": "
|
|
674
|
+
"shape": "S46"
|
|
672
675
|
}
|
|
673
676
|
}
|
|
674
677
|
}
|
|
@@ -716,6 +719,45 @@
|
|
|
716
719
|
}
|
|
717
720
|
}
|
|
718
721
|
},
|
|
722
|
+
"DescribePortfolioShares": {
|
|
723
|
+
"input": {
|
|
724
|
+
"type": "structure",
|
|
725
|
+
"required": [
|
|
726
|
+
"PortfolioId",
|
|
727
|
+
"Type"
|
|
728
|
+
],
|
|
729
|
+
"members": {
|
|
730
|
+
"PortfolioId": {},
|
|
731
|
+
"Type": {},
|
|
732
|
+
"PageToken": {},
|
|
733
|
+
"PageSize": {
|
|
734
|
+
"type": "integer"
|
|
735
|
+
}
|
|
736
|
+
}
|
|
737
|
+
},
|
|
738
|
+
"output": {
|
|
739
|
+
"type": "structure",
|
|
740
|
+
"members": {
|
|
741
|
+
"NextPageToken": {},
|
|
742
|
+
"PortfolioShareDetails": {
|
|
743
|
+
"type": "list",
|
|
744
|
+
"member": {
|
|
745
|
+
"type": "structure",
|
|
746
|
+
"members": {
|
|
747
|
+
"PrincipalId": {},
|
|
748
|
+
"Type": {},
|
|
749
|
+
"Accepted": {
|
|
750
|
+
"type": "boolean"
|
|
751
|
+
},
|
|
752
|
+
"ShareTagOptions": {
|
|
753
|
+
"type": "boolean"
|
|
754
|
+
}
|
|
755
|
+
}
|
|
756
|
+
}
|
|
757
|
+
}
|
|
758
|
+
}
|
|
759
|
+
}
|
|
760
|
+
},
|
|
719
761
|
"DescribeProduct": {
|
|
720
762
|
"input": {
|
|
721
763
|
"type": "structure",
|
|
@@ -729,13 +771,13 @@
|
|
|
729
771
|
"type": "structure",
|
|
730
772
|
"members": {
|
|
731
773
|
"ProductViewSummary": {
|
|
732
|
-
"shape": "
|
|
774
|
+
"shape": "S2e"
|
|
733
775
|
},
|
|
734
776
|
"ProvisioningArtifacts": {
|
|
735
|
-
"shape": "
|
|
777
|
+
"shape": "S4r"
|
|
736
778
|
},
|
|
737
779
|
"Budgets": {
|
|
738
|
-
"shape": "
|
|
780
|
+
"shape": "S46"
|
|
739
781
|
},
|
|
740
782
|
"LaunchPaths": {
|
|
741
783
|
"type": "list",
|
|
@@ -756,14 +798,15 @@
|
|
|
756
798
|
"members": {
|
|
757
799
|
"AcceptLanguage": {},
|
|
758
800
|
"Id": {},
|
|
759
|
-
"Name": {}
|
|
801
|
+
"Name": {},
|
|
802
|
+
"SourcePortfolioId": {}
|
|
760
803
|
}
|
|
761
804
|
},
|
|
762
805
|
"output": {
|
|
763
806
|
"type": "structure",
|
|
764
807
|
"members": {
|
|
765
808
|
"ProductViewDetail": {
|
|
766
|
-
"shape": "
|
|
809
|
+
"shape": "S2d"
|
|
767
810
|
},
|
|
768
811
|
"ProvisioningArtifactSummaries": {
|
|
769
812
|
"type": "list",
|
|
@@ -777,7 +820,7 @@
|
|
|
777
820
|
"type": "timestamp"
|
|
778
821
|
},
|
|
779
822
|
"ProvisioningArtifactMetadata": {
|
|
780
|
-
"shape": "
|
|
823
|
+
"shape": "S27"
|
|
781
824
|
}
|
|
782
825
|
}
|
|
783
826
|
}
|
|
@@ -786,10 +829,10 @@
|
|
|
786
829
|
"shape": "S1q"
|
|
787
830
|
},
|
|
788
831
|
"TagOptions": {
|
|
789
|
-
"shape": "
|
|
832
|
+
"shape": "S45"
|
|
790
833
|
},
|
|
791
834
|
"Budgets": {
|
|
792
|
-
"shape": "
|
|
835
|
+
"shape": "S46"
|
|
793
836
|
}
|
|
794
837
|
}
|
|
795
838
|
}
|
|
@@ -809,10 +852,10 @@
|
|
|
809
852
|
"type": "structure",
|
|
810
853
|
"members": {
|
|
811
854
|
"ProductViewSummary": {
|
|
812
|
-
"shape": "
|
|
855
|
+
"shape": "S2e"
|
|
813
856
|
},
|
|
814
857
|
"ProvisioningArtifacts": {
|
|
815
|
-
"shape": "
|
|
858
|
+
"shape": "S4r"
|
|
816
859
|
}
|
|
817
860
|
}
|
|
818
861
|
}
|
|
@@ -830,7 +873,7 @@
|
|
|
830
873
|
"type": "structure",
|
|
831
874
|
"members": {
|
|
832
875
|
"ProvisionedProductDetail": {
|
|
833
|
-
"shape": "
|
|
876
|
+
"shape": "S55"
|
|
834
877
|
},
|
|
835
878
|
"CloudWatchDashboards": {
|
|
836
879
|
"type": "list",
|
|
@@ -881,10 +924,10 @@
|
|
|
881
924
|
"type": "timestamp"
|
|
882
925
|
},
|
|
883
926
|
"NotificationArns": {
|
|
884
|
-
"shape": "
|
|
927
|
+
"shape": "S2o"
|
|
885
928
|
},
|
|
886
929
|
"ProvisioningParameters": {
|
|
887
|
-
"shape": "
|
|
930
|
+
"shape": "S2r"
|
|
888
931
|
},
|
|
889
932
|
"Tags": {
|
|
890
933
|
"shape": "S1q"
|
|
@@ -949,10 +992,10 @@
|
|
|
949
992
|
"type": "structure",
|
|
950
993
|
"members": {
|
|
951
994
|
"ProvisioningArtifactDetail": {
|
|
952
|
-
"shape": "
|
|
995
|
+
"shape": "S2i"
|
|
953
996
|
},
|
|
954
997
|
"Info": {
|
|
955
|
-
"shape": "
|
|
998
|
+
"shape": "S27"
|
|
956
999
|
},
|
|
957
1000
|
"Status": {}
|
|
958
1001
|
}
|
|
@@ -999,7 +1042,7 @@
|
|
|
999
1042
|
}
|
|
1000
1043
|
},
|
|
1001
1044
|
"ConstraintSummaries": {
|
|
1002
|
-
"shape": "
|
|
1045
|
+
"shape": "S6h"
|
|
1003
1046
|
},
|
|
1004
1047
|
"UsageInstructions": {
|
|
1005
1048
|
"type": "list",
|
|
@@ -1028,10 +1071,10 @@
|
|
|
1028
1071
|
"type": "structure",
|
|
1029
1072
|
"members": {
|
|
1030
1073
|
"StackSetAccounts": {
|
|
1031
|
-
"shape": "
|
|
1074
|
+
"shape": "S6r"
|
|
1032
1075
|
},
|
|
1033
1076
|
"StackSetRegions": {
|
|
1034
|
-
"shape": "
|
|
1077
|
+
"shape": "S6s"
|
|
1035
1078
|
}
|
|
1036
1079
|
}
|
|
1037
1080
|
},
|
|
@@ -1067,10 +1110,10 @@
|
|
|
1067
1110
|
"type": "structure",
|
|
1068
1111
|
"members": {
|
|
1069
1112
|
"RecordDetail": {
|
|
1070
|
-
"shape": "
|
|
1113
|
+
"shape": "S70"
|
|
1071
1114
|
},
|
|
1072
1115
|
"RecordOutputs": {
|
|
1073
|
-
"shape": "
|
|
1116
|
+
"shape": "S7b"
|
|
1074
1117
|
},
|
|
1075
1118
|
"NextPageToken": {}
|
|
1076
1119
|
}
|
|
@@ -1091,7 +1134,7 @@
|
|
|
1091
1134
|
"type": "structure",
|
|
1092
1135
|
"members": {
|
|
1093
1136
|
"ServiceActionDetail": {
|
|
1094
|
-
"shape": "
|
|
1137
|
+
"shape": "S37"
|
|
1095
1138
|
}
|
|
1096
1139
|
}
|
|
1097
1140
|
}
|
|
@@ -1120,7 +1163,7 @@
|
|
|
1120
1163
|
"Name": {},
|
|
1121
1164
|
"Type": {},
|
|
1122
1165
|
"DefaultValues": {
|
|
1123
|
-
"shape": "
|
|
1166
|
+
"shape": "S7n"
|
|
1124
1167
|
}
|
|
1125
1168
|
}
|
|
1126
1169
|
}
|
|
@@ -1142,7 +1185,7 @@
|
|
|
1142
1185
|
"type": "structure",
|
|
1143
1186
|
"members": {
|
|
1144
1187
|
"TagOptionDetail": {
|
|
1145
|
-
"shape": "
|
|
1188
|
+
"shape": "S3d"
|
|
1146
1189
|
}
|
|
1147
1190
|
}
|
|
1148
1191
|
}
|
|
@@ -1276,7 +1319,7 @@
|
|
|
1276
1319
|
"type": "structure",
|
|
1277
1320
|
"members": {
|
|
1278
1321
|
"RecordDetail": {
|
|
1279
|
-
"shape": "
|
|
1322
|
+
"shape": "S70"
|
|
1280
1323
|
}
|
|
1281
1324
|
}
|
|
1282
1325
|
}
|
|
@@ -1300,7 +1343,7 @@
|
|
|
1300
1343
|
"type": "map",
|
|
1301
1344
|
"key": {},
|
|
1302
1345
|
"value": {
|
|
1303
|
-
"shape": "
|
|
1346
|
+
"shape": "S7n"
|
|
1304
1347
|
}
|
|
1305
1348
|
}
|
|
1306
1349
|
}
|
|
@@ -1309,7 +1352,7 @@
|
|
|
1309
1352
|
"type": "structure",
|
|
1310
1353
|
"members": {
|
|
1311
1354
|
"RecordDetail": {
|
|
1312
|
-
"shape": "
|
|
1355
|
+
"shape": "S70"
|
|
1313
1356
|
}
|
|
1314
1357
|
}
|
|
1315
1358
|
}
|
|
@@ -1347,7 +1390,7 @@
|
|
|
1347
1390
|
"type": "structure",
|
|
1348
1391
|
"members": {
|
|
1349
1392
|
"Outputs": {
|
|
1350
|
-
"shape": "
|
|
1393
|
+
"shape": "S7b"
|
|
1351
1394
|
},
|
|
1352
1395
|
"NextPageToken": {}
|
|
1353
1396
|
}
|
|
@@ -1378,7 +1421,7 @@
|
|
|
1378
1421
|
"type": "structure",
|
|
1379
1422
|
"members": {
|
|
1380
1423
|
"RecordDetail": {
|
|
1381
|
-
"shape": "
|
|
1424
|
+
"shape": "S70"
|
|
1382
1425
|
}
|
|
1383
1426
|
}
|
|
1384
1427
|
}
|
|
@@ -1399,7 +1442,7 @@
|
|
|
1399
1442
|
"type": "structure",
|
|
1400
1443
|
"members": {
|
|
1401
1444
|
"PortfolioDetails": {
|
|
1402
|
-
"shape": "
|
|
1445
|
+
"shape": "S8l"
|
|
1403
1446
|
},
|
|
1404
1447
|
"NextPageToken": {}
|
|
1405
1448
|
}
|
|
@@ -1424,7 +1467,7 @@
|
|
|
1424
1467
|
"type": "structure",
|
|
1425
1468
|
"members": {
|
|
1426
1469
|
"Budgets": {
|
|
1427
|
-
"shape": "
|
|
1470
|
+
"shape": "S46"
|
|
1428
1471
|
},
|
|
1429
1472
|
"NextPageToken": {}
|
|
1430
1473
|
}
|
|
@@ -1484,7 +1527,7 @@
|
|
|
1484
1527
|
"members": {
|
|
1485
1528
|
"Id": {},
|
|
1486
1529
|
"ConstraintSummaries": {
|
|
1487
|
-
"shape": "
|
|
1530
|
+
"shape": "S6h"
|
|
1488
1531
|
},
|
|
1489
1532
|
"Tags": {
|
|
1490
1533
|
"shape": "S1q"
|
|
@@ -1569,7 +1612,7 @@
|
|
|
1569
1612
|
"type": "structure",
|
|
1570
1613
|
"members": {
|
|
1571
1614
|
"PortfolioDetails": {
|
|
1572
|
-
"shape": "
|
|
1615
|
+
"shape": "S8l"
|
|
1573
1616
|
},
|
|
1574
1617
|
"NextPageToken": {}
|
|
1575
1618
|
}
|
|
@@ -1594,7 +1637,7 @@
|
|
|
1594
1637
|
"type": "structure",
|
|
1595
1638
|
"members": {
|
|
1596
1639
|
"PortfolioDetails": {
|
|
1597
|
-
"shape": "
|
|
1640
|
+
"shape": "S8l"
|
|
1598
1641
|
},
|
|
1599
1642
|
"NextPageToken": {}
|
|
1600
1643
|
}
|
|
@@ -1643,7 +1686,7 @@
|
|
|
1643
1686
|
},
|
|
1644
1687
|
"PageToken": {},
|
|
1645
1688
|
"AccessLevelFilter": {
|
|
1646
|
-
"shape": "
|
|
1689
|
+
"shape": "S9a"
|
|
1647
1690
|
}
|
|
1648
1691
|
}
|
|
1649
1692
|
},
|
|
@@ -1685,7 +1728,7 @@
|
|
|
1685
1728
|
"ProvisioningArtifactDetails": {
|
|
1686
1729
|
"type": "list",
|
|
1687
1730
|
"member": {
|
|
1688
|
-
"shape": "
|
|
1731
|
+
"shape": "S2i"
|
|
1689
1732
|
}
|
|
1690
1733
|
},
|
|
1691
1734
|
"NextPageToken": {}
|
|
@@ -1716,10 +1759,10 @@
|
|
|
1716
1759
|
"type": "structure",
|
|
1717
1760
|
"members": {
|
|
1718
1761
|
"ProductViewSummary": {
|
|
1719
|
-
"shape": "
|
|
1762
|
+
"shape": "S2e"
|
|
1720
1763
|
},
|
|
1721
1764
|
"ProvisioningArtifact": {
|
|
1722
|
-
"shape": "
|
|
1765
|
+
"shape": "S4s"
|
|
1723
1766
|
}
|
|
1724
1767
|
}
|
|
1725
1768
|
}
|
|
@@ -1734,7 +1777,7 @@
|
|
|
1734
1777
|
"members": {
|
|
1735
1778
|
"AcceptLanguage": {},
|
|
1736
1779
|
"AccessLevelFilter": {
|
|
1737
|
-
"shape": "
|
|
1780
|
+
"shape": "S9a"
|
|
1738
1781
|
},
|
|
1739
1782
|
"SearchFilter": {
|
|
1740
1783
|
"type": "structure",
|
|
@@ -1755,7 +1798,7 @@
|
|
|
1755
1798
|
"RecordDetails": {
|
|
1756
1799
|
"type": "list",
|
|
1757
1800
|
"member": {
|
|
1758
|
-
"shape": "
|
|
1801
|
+
"shape": "S70"
|
|
1759
1802
|
}
|
|
1760
1803
|
},
|
|
1761
1804
|
"NextPageToken": {}
|
|
@@ -1814,7 +1857,7 @@
|
|
|
1814
1857
|
"type": "structure",
|
|
1815
1858
|
"members": {
|
|
1816
1859
|
"ServiceActionSummaries": {
|
|
1817
|
-
"shape": "
|
|
1860
|
+
"shape": "Sa5"
|
|
1818
1861
|
},
|
|
1819
1862
|
"NextPageToken": {}
|
|
1820
1863
|
}
|
|
@@ -1841,7 +1884,7 @@
|
|
|
1841
1884
|
"type": "structure",
|
|
1842
1885
|
"members": {
|
|
1843
1886
|
"ServiceActionSummaries": {
|
|
1844
|
-
"shape": "
|
|
1887
|
+
"shape": "Sa5"
|
|
1845
1888
|
},
|
|
1846
1889
|
"NextPageToken": {}
|
|
1847
1890
|
}
|
|
@@ -1904,7 +1947,7 @@
|
|
|
1904
1947
|
"type": "structure",
|
|
1905
1948
|
"members": {
|
|
1906
1949
|
"TagOptionDetails": {
|
|
1907
|
-
"shape": "
|
|
1950
|
+
"shape": "S45"
|
|
1908
1951
|
},
|
|
1909
1952
|
"PageToken": {}
|
|
1910
1953
|
}
|
|
@@ -1940,10 +1983,10 @@
|
|
|
1940
1983
|
"type": "structure",
|
|
1941
1984
|
"members": {
|
|
1942
1985
|
"StackSetAccounts": {
|
|
1943
|
-
"shape": "
|
|
1986
|
+
"shape": "S6r"
|
|
1944
1987
|
},
|
|
1945
1988
|
"StackSetRegions": {
|
|
1946
|
-
"shape": "
|
|
1989
|
+
"shape": "S6s"
|
|
1947
1990
|
},
|
|
1948
1991
|
"StackSetFailureToleranceCount": {
|
|
1949
1992
|
"type": "integer"
|
|
@@ -1963,7 +2006,7 @@
|
|
|
1963
2006
|
"shape": "S1q"
|
|
1964
2007
|
},
|
|
1965
2008
|
"NotificationArns": {
|
|
1966
|
-
"shape": "
|
|
2009
|
+
"shape": "S2o"
|
|
1967
2010
|
},
|
|
1968
2011
|
"ProvisionToken": {
|
|
1969
2012
|
"idempotencyToken": true
|
|
@@ -1974,7 +2017,7 @@
|
|
|
1974
2017
|
"type": "structure",
|
|
1975
2018
|
"members": {
|
|
1976
2019
|
"RecordDetail": {
|
|
1977
|
-
"shape": "
|
|
2020
|
+
"shape": "S70"
|
|
1978
2021
|
}
|
|
1979
2022
|
}
|
|
1980
2023
|
}
|
|
@@ -2002,7 +2045,7 @@
|
|
|
2002
2045
|
"members": {
|
|
2003
2046
|
"AcceptLanguage": {},
|
|
2004
2047
|
"AccessLevelFilter": {
|
|
2005
|
-
"shape": "
|
|
2048
|
+
"shape": "S9a"
|
|
2006
2049
|
},
|
|
2007
2050
|
"PageSize": {
|
|
2008
2051
|
"type": "integer"
|
|
@@ -2016,7 +2059,7 @@
|
|
|
2016
2059
|
"ProvisionedProducts": {
|
|
2017
2060
|
"type": "list",
|
|
2018
2061
|
"member": {
|
|
2019
|
-
"shape": "
|
|
2062
|
+
"shape": "S55"
|
|
2020
2063
|
}
|
|
2021
2064
|
},
|
|
2022
2065
|
"NextPageToken": {}
|
|
@@ -2029,7 +2072,7 @@
|
|
|
2029
2072
|
"members": {
|
|
2030
2073
|
"AcceptLanguage": {},
|
|
2031
2074
|
"Filters": {
|
|
2032
|
-
"shape": "
|
|
2075
|
+
"shape": "Sav"
|
|
2033
2076
|
},
|
|
2034
2077
|
"PageSize": {
|
|
2035
2078
|
"type": "integer"
|
|
@@ -2045,7 +2088,7 @@
|
|
|
2045
2088
|
"ProductViewSummaries": {
|
|
2046
2089
|
"type": "list",
|
|
2047
2090
|
"member": {
|
|
2048
|
-
"shape": "
|
|
2091
|
+
"shape": "S2e"
|
|
2049
2092
|
}
|
|
2050
2093
|
},
|
|
2051
2094
|
"ProductViewAggregations": {
|
|
@@ -2075,7 +2118,7 @@
|
|
|
2075
2118
|
"AcceptLanguage": {},
|
|
2076
2119
|
"PortfolioId": {},
|
|
2077
2120
|
"Filters": {
|
|
2078
|
-
"shape": "
|
|
2121
|
+
"shape": "Sav"
|
|
2079
2122
|
},
|
|
2080
2123
|
"SortBy": {},
|
|
2081
2124
|
"SortOrder": {},
|
|
@@ -2092,7 +2135,7 @@
|
|
|
2092
2135
|
"ProductViewDetails": {
|
|
2093
2136
|
"type": "list",
|
|
2094
2137
|
"member": {
|
|
2095
|
-
"shape": "
|
|
2138
|
+
"shape": "S2d"
|
|
2096
2139
|
}
|
|
2097
2140
|
},
|
|
2098
2141
|
"NextPageToken": {}
|
|
@@ -2105,7 +2148,7 @@
|
|
|
2105
2148
|
"members": {
|
|
2106
2149
|
"AcceptLanguage": {},
|
|
2107
2150
|
"AccessLevelFilter": {
|
|
2108
|
-
"shape": "
|
|
2151
|
+
"shape": "S9a"
|
|
2109
2152
|
},
|
|
2110
2153
|
"Filters": {
|
|
2111
2154
|
"type": "map",
|
|
@@ -2189,7 +2232,7 @@
|
|
|
2189
2232
|
"type": "structure",
|
|
2190
2233
|
"members": {
|
|
2191
2234
|
"RecordDetail": {
|
|
2192
|
-
"shape": "
|
|
2235
|
+
"shape": "S70"
|
|
2193
2236
|
}
|
|
2194
2237
|
}
|
|
2195
2238
|
}
|
|
@@ -2234,7 +2277,7 @@
|
|
|
2234
2277
|
"shape": "S1i"
|
|
2235
2278
|
},
|
|
2236
2279
|
"RemoveTags": {
|
|
2237
|
-
"shape": "
|
|
2280
|
+
"shape": "Sbw"
|
|
2238
2281
|
}
|
|
2239
2282
|
}
|
|
2240
2283
|
},
|
|
@@ -2250,6 +2293,32 @@
|
|
|
2250
2293
|
}
|
|
2251
2294
|
}
|
|
2252
2295
|
},
|
|
2296
|
+
"UpdatePortfolioShare": {
|
|
2297
|
+
"input": {
|
|
2298
|
+
"type": "structure",
|
|
2299
|
+
"required": [
|
|
2300
|
+
"PortfolioId"
|
|
2301
|
+
],
|
|
2302
|
+
"members": {
|
|
2303
|
+
"AcceptLanguage": {},
|
|
2304
|
+
"PortfolioId": {},
|
|
2305
|
+
"AccountId": {},
|
|
2306
|
+
"OrganizationNode": {
|
|
2307
|
+
"shape": "S1s"
|
|
2308
|
+
},
|
|
2309
|
+
"ShareTagOptions": {
|
|
2310
|
+
"type": "boolean"
|
|
2311
|
+
}
|
|
2312
|
+
}
|
|
2313
|
+
},
|
|
2314
|
+
"output": {
|
|
2315
|
+
"type": "structure",
|
|
2316
|
+
"members": {
|
|
2317
|
+
"PortfolioShareToken": {},
|
|
2318
|
+
"Status": {}
|
|
2319
|
+
}
|
|
2320
|
+
}
|
|
2321
|
+
},
|
|
2253
2322
|
"UpdateProduct": {
|
|
2254
2323
|
"input": {
|
|
2255
2324
|
"type": "structure",
|
|
@@ -2270,7 +2339,7 @@
|
|
|
2270
2339
|
"shape": "S1i"
|
|
2271
2340
|
},
|
|
2272
2341
|
"RemoveTags": {
|
|
2273
|
-
"shape": "
|
|
2342
|
+
"shape": "Sbw"
|
|
2274
2343
|
}
|
|
2275
2344
|
}
|
|
2276
2345
|
},
|
|
@@ -2278,7 +2347,7 @@
|
|
|
2278
2347
|
"type": "structure",
|
|
2279
2348
|
"members": {
|
|
2280
2349
|
"ProductViewDetail": {
|
|
2281
|
-
"shape": "
|
|
2350
|
+
"shape": "S2d"
|
|
2282
2351
|
},
|
|
2283
2352
|
"Tags": {
|
|
2284
2353
|
"shape": "S1q"
|
|
@@ -2303,16 +2372,16 @@
|
|
|
2303
2372
|
"PathId": {},
|
|
2304
2373
|
"PathName": {},
|
|
2305
2374
|
"ProvisioningParameters": {
|
|
2306
|
-
"shape": "
|
|
2375
|
+
"shape": "S2r"
|
|
2307
2376
|
},
|
|
2308
2377
|
"ProvisioningPreferences": {
|
|
2309
2378
|
"type": "structure",
|
|
2310
2379
|
"members": {
|
|
2311
2380
|
"StackSetAccounts": {
|
|
2312
|
-
"shape": "
|
|
2381
|
+
"shape": "S6r"
|
|
2313
2382
|
},
|
|
2314
2383
|
"StackSetRegions": {
|
|
2315
|
-
"shape": "
|
|
2384
|
+
"shape": "S6s"
|
|
2316
2385
|
},
|
|
2317
2386
|
"StackSetFailureToleranceCount": {
|
|
2318
2387
|
"type": "integer"
|
|
@@ -2341,7 +2410,7 @@
|
|
|
2341
2410
|
"type": "structure",
|
|
2342
2411
|
"members": {
|
|
2343
2412
|
"RecordDetail": {
|
|
2344
|
-
"shape": "
|
|
2413
|
+
"shape": "S70"
|
|
2345
2414
|
}
|
|
2346
2415
|
}
|
|
2347
2416
|
}
|
|
@@ -2358,7 +2427,7 @@
|
|
|
2358
2427
|
"AcceptLanguage": {},
|
|
2359
2428
|
"ProvisionedProductId": {},
|
|
2360
2429
|
"ProvisionedProductProperties": {
|
|
2361
|
-
"shape": "
|
|
2430
|
+
"shape": "Sc8"
|
|
2362
2431
|
},
|
|
2363
2432
|
"IdempotencyToken": {
|
|
2364
2433
|
"idempotencyToken": true
|
|
@@ -2370,7 +2439,7 @@
|
|
|
2370
2439
|
"members": {
|
|
2371
2440
|
"ProvisionedProductId": {},
|
|
2372
2441
|
"ProvisionedProductProperties": {
|
|
2373
|
-
"shape": "
|
|
2442
|
+
"shape": "Sc8"
|
|
2374
2443
|
},
|
|
2375
2444
|
"RecordId": {},
|
|
2376
2445
|
"Status": {}
|
|
@@ -2400,10 +2469,10 @@
|
|
|
2400
2469
|
"type": "structure",
|
|
2401
2470
|
"members": {
|
|
2402
2471
|
"ProvisioningArtifactDetail": {
|
|
2403
|
-
"shape": "
|
|
2472
|
+
"shape": "S2i"
|
|
2404
2473
|
},
|
|
2405
2474
|
"Info": {
|
|
2406
|
-
"shape": "
|
|
2475
|
+
"shape": "S27"
|
|
2407
2476
|
},
|
|
2408
2477
|
"Status": {}
|
|
2409
2478
|
}
|
|
@@ -2419,7 +2488,7 @@
|
|
|
2419
2488
|
"Id": {},
|
|
2420
2489
|
"Name": {},
|
|
2421
2490
|
"Definition": {
|
|
2422
|
-
"shape": "
|
|
2491
|
+
"shape": "S32"
|
|
2423
2492
|
},
|
|
2424
2493
|
"Description": {},
|
|
2425
2494
|
"AcceptLanguage": {}
|
|
@@ -2429,7 +2498,7 @@
|
|
|
2429
2498
|
"type": "structure",
|
|
2430
2499
|
"members": {
|
|
2431
2500
|
"ServiceActionDetail": {
|
|
2432
|
-
"shape": "
|
|
2501
|
+
"shape": "S37"
|
|
2433
2502
|
}
|
|
2434
2503
|
}
|
|
2435
2504
|
}
|
|
@@ -2452,7 +2521,7 @@
|
|
|
2452
2521
|
"type": "structure",
|
|
2453
2522
|
"members": {
|
|
2454
2523
|
"TagOptionDetail": {
|
|
2455
|
-
"shape": "
|
|
2524
|
+
"shape": "S3d"
|
|
2456
2525
|
}
|
|
2457
2526
|
}
|
|
2458
2527
|
}
|
|
@@ -2542,7 +2611,7 @@
|
|
|
2542
2611
|
"Value": {}
|
|
2543
2612
|
}
|
|
2544
2613
|
},
|
|
2545
|
-
"
|
|
2614
|
+
"S24": {
|
|
2546
2615
|
"type": "structure",
|
|
2547
2616
|
"required": [
|
|
2548
2617
|
"Info"
|
|
@@ -2551,7 +2620,7 @@
|
|
|
2551
2620
|
"Name": {},
|
|
2552
2621
|
"Description": {},
|
|
2553
2622
|
"Info": {
|
|
2554
|
-
"shape": "
|
|
2623
|
+
"shape": "S27"
|
|
2555
2624
|
},
|
|
2556
2625
|
"Type": {},
|
|
2557
2626
|
"DisableTemplateValidation": {
|
|
@@ -2559,16 +2628,16 @@
|
|
|
2559
2628
|
}
|
|
2560
2629
|
}
|
|
2561
2630
|
},
|
|
2562
|
-
"
|
|
2631
|
+
"S27": {
|
|
2563
2632
|
"type": "map",
|
|
2564
2633
|
"key": {},
|
|
2565
2634
|
"value": {}
|
|
2566
2635
|
},
|
|
2567
|
-
"
|
|
2636
|
+
"S2d": {
|
|
2568
2637
|
"type": "structure",
|
|
2569
2638
|
"members": {
|
|
2570
2639
|
"ProductViewSummary": {
|
|
2571
|
-
"shape": "
|
|
2640
|
+
"shape": "S2e"
|
|
2572
2641
|
},
|
|
2573
2642
|
"Status": {},
|
|
2574
2643
|
"ProductARN": {},
|
|
@@ -2577,7 +2646,7 @@
|
|
|
2577
2646
|
}
|
|
2578
2647
|
}
|
|
2579
2648
|
},
|
|
2580
|
-
"
|
|
2649
|
+
"S2e": {
|
|
2581
2650
|
"type": "structure",
|
|
2582
2651
|
"members": {
|
|
2583
2652
|
"Id": {},
|
|
@@ -2595,7 +2664,7 @@
|
|
|
2595
2664
|
"SupportUrl": {}
|
|
2596
2665
|
}
|
|
2597
2666
|
},
|
|
2598
|
-
"
|
|
2667
|
+
"S2i": {
|
|
2599
2668
|
"type": "structure",
|
|
2600
2669
|
"members": {
|
|
2601
2670
|
"Id": {},
|
|
@@ -2611,11 +2680,11 @@
|
|
|
2611
2680
|
"Guidance": {}
|
|
2612
2681
|
}
|
|
2613
2682
|
},
|
|
2614
|
-
"
|
|
2683
|
+
"S2o": {
|
|
2615
2684
|
"type": "list",
|
|
2616
2685
|
"member": {}
|
|
2617
2686
|
},
|
|
2618
|
-
"
|
|
2687
|
+
"S2r": {
|
|
2619
2688
|
"type": "list",
|
|
2620
2689
|
"member": {
|
|
2621
2690
|
"type": "structure",
|
|
@@ -2628,23 +2697,23 @@
|
|
|
2628
2697
|
}
|
|
2629
2698
|
}
|
|
2630
2699
|
},
|
|
2631
|
-
"
|
|
2700
|
+
"S32": {
|
|
2632
2701
|
"type": "map",
|
|
2633
2702
|
"key": {},
|
|
2634
2703
|
"value": {}
|
|
2635
2704
|
},
|
|
2636
|
-
"
|
|
2705
|
+
"S37": {
|
|
2637
2706
|
"type": "structure",
|
|
2638
2707
|
"members": {
|
|
2639
2708
|
"ServiceActionSummary": {
|
|
2640
|
-
"shape": "
|
|
2709
|
+
"shape": "S38"
|
|
2641
2710
|
},
|
|
2642
2711
|
"Definition": {
|
|
2643
|
-
"shape": "
|
|
2712
|
+
"shape": "S32"
|
|
2644
2713
|
}
|
|
2645
2714
|
}
|
|
2646
2715
|
},
|
|
2647
|
-
"
|
|
2716
|
+
"S38": {
|
|
2648
2717
|
"type": "structure",
|
|
2649
2718
|
"members": {
|
|
2650
2719
|
"Id": {},
|
|
@@ -2653,7 +2722,7 @@
|
|
|
2653
2722
|
"DefinitionType": {}
|
|
2654
2723
|
}
|
|
2655
2724
|
},
|
|
2656
|
-
"
|
|
2725
|
+
"S3d": {
|
|
2657
2726
|
"type": "structure",
|
|
2658
2727
|
"members": {
|
|
2659
2728
|
"Key": {},
|
|
@@ -2661,16 +2730,17 @@
|
|
|
2661
2730
|
"Active": {
|
|
2662
2731
|
"type": "boolean"
|
|
2663
2732
|
},
|
|
2664
|
-
"Id": {}
|
|
2733
|
+
"Id": {},
|
|
2734
|
+
"Owner": {}
|
|
2665
2735
|
}
|
|
2666
2736
|
},
|
|
2667
|
-
"
|
|
2737
|
+
"S45": {
|
|
2668
2738
|
"type": "list",
|
|
2669
2739
|
"member": {
|
|
2670
|
-
"shape": "
|
|
2740
|
+
"shape": "S3d"
|
|
2671
2741
|
}
|
|
2672
2742
|
},
|
|
2673
|
-
"
|
|
2743
|
+
"S46": {
|
|
2674
2744
|
"type": "list",
|
|
2675
2745
|
"member": {
|
|
2676
2746
|
"type": "structure",
|
|
@@ -2679,13 +2749,13 @@
|
|
|
2679
2749
|
}
|
|
2680
2750
|
}
|
|
2681
2751
|
},
|
|
2682
|
-
"
|
|
2752
|
+
"S4r": {
|
|
2683
2753
|
"type": "list",
|
|
2684
2754
|
"member": {
|
|
2685
|
-
"shape": "
|
|
2755
|
+
"shape": "S4s"
|
|
2686
2756
|
}
|
|
2687
2757
|
},
|
|
2688
|
-
"
|
|
2758
|
+
"S4s": {
|
|
2689
2759
|
"type": "structure",
|
|
2690
2760
|
"members": {
|
|
2691
2761
|
"Id": {},
|
|
@@ -2697,7 +2767,7 @@
|
|
|
2697
2767
|
"Guidance": {}
|
|
2698
2768
|
}
|
|
2699
2769
|
},
|
|
2700
|
-
"
|
|
2770
|
+
"S55": {
|
|
2701
2771
|
"type": "structure",
|
|
2702
2772
|
"members": {
|
|
2703
2773
|
"Name": {},
|
|
@@ -2718,7 +2788,7 @@
|
|
|
2718
2788
|
"LaunchRoleArn": {}
|
|
2719
2789
|
}
|
|
2720
2790
|
},
|
|
2721
|
-
"
|
|
2791
|
+
"S6h": {
|
|
2722
2792
|
"type": "list",
|
|
2723
2793
|
"member": {
|
|
2724
2794
|
"type": "structure",
|
|
@@ -2728,15 +2798,15 @@
|
|
|
2728
2798
|
}
|
|
2729
2799
|
}
|
|
2730
2800
|
},
|
|
2731
|
-
"
|
|
2801
|
+
"S6r": {
|
|
2732
2802
|
"type": "list",
|
|
2733
2803
|
"member": {}
|
|
2734
2804
|
},
|
|
2735
|
-
"
|
|
2805
|
+
"S6s": {
|
|
2736
2806
|
"type": "list",
|
|
2737
2807
|
"member": {}
|
|
2738
2808
|
},
|
|
2739
|
-
"
|
|
2809
|
+
"S70": {
|
|
2740
2810
|
"type": "structure",
|
|
2741
2811
|
"members": {
|
|
2742
2812
|
"RecordId": {},
|
|
@@ -2777,7 +2847,7 @@
|
|
|
2777
2847
|
"LaunchRoleArn": {}
|
|
2778
2848
|
}
|
|
2779
2849
|
},
|
|
2780
|
-
"
|
|
2850
|
+
"S7b": {
|
|
2781
2851
|
"type": "list",
|
|
2782
2852
|
"member": {
|
|
2783
2853
|
"type": "structure",
|
|
@@ -2788,30 +2858,30 @@
|
|
|
2788
2858
|
}
|
|
2789
2859
|
}
|
|
2790
2860
|
},
|
|
2791
|
-
"
|
|
2861
|
+
"S7n": {
|
|
2792
2862
|
"type": "list",
|
|
2793
2863
|
"member": {}
|
|
2794
2864
|
},
|
|
2795
|
-
"
|
|
2865
|
+
"S8l": {
|
|
2796
2866
|
"type": "list",
|
|
2797
2867
|
"member": {
|
|
2798
2868
|
"shape": "S1n"
|
|
2799
2869
|
}
|
|
2800
2870
|
},
|
|
2801
|
-
"
|
|
2871
|
+
"S9a": {
|
|
2802
2872
|
"type": "structure",
|
|
2803
2873
|
"members": {
|
|
2804
2874
|
"Key": {},
|
|
2805
2875
|
"Value": {}
|
|
2806
2876
|
}
|
|
2807
2877
|
},
|
|
2808
|
-
"
|
|
2878
|
+
"Sa5": {
|
|
2809
2879
|
"type": "list",
|
|
2810
2880
|
"member": {
|
|
2811
|
-
"shape": "
|
|
2881
|
+
"shape": "S38"
|
|
2812
2882
|
}
|
|
2813
2883
|
},
|
|
2814
|
-
"
|
|
2884
|
+
"Sav": {
|
|
2815
2885
|
"type": "map",
|
|
2816
2886
|
"key": {},
|
|
2817
2887
|
"value": {
|
|
@@ -2819,11 +2889,11 @@
|
|
|
2819
2889
|
"member": {}
|
|
2820
2890
|
}
|
|
2821
2891
|
},
|
|
2822
|
-
"
|
|
2892
|
+
"Sbw": {
|
|
2823
2893
|
"type": "list",
|
|
2824
2894
|
"member": {}
|
|
2825
2895
|
},
|
|
2826
|
-
"
|
|
2896
|
+
"Sc8": {
|
|
2827
2897
|
"type": "map",
|
|
2828
2898
|
"key": {},
|
|
2829
2899
|
"value": {}
|