aws-sdk-servicecatalog 1.75.0 → 1.77.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +10 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-servicecatalog/client.rb +239 -196
- data/lib/aws-sdk-servicecatalog/client_api.rb +81 -0
- data/lib/aws-sdk-servicecatalog/endpoint_provider.rb +27 -24
- data/lib/aws-sdk-servicecatalog/endpoints.rb +42 -0
- data/lib/aws-sdk-servicecatalog/plugins/endpoints.rb +6 -0
- data/lib/aws-sdk-servicecatalog/types.rb +192 -161
- data/lib/aws-sdk-servicecatalog.rb +1 -1
- metadata +2 -2
@@ -383,8 +383,6 @@ module Aws::ServiceCatalog
|
|
383
383
|
# @option params [String] :accept_language
|
384
384
|
# The language code.
|
385
385
|
#
|
386
|
-
# * `en` - English (default)
|
387
|
-
#
|
388
386
|
# * `jp` - Japanese
|
389
387
|
#
|
390
388
|
# * `zh` - Chinese
|
@@ -480,8 +478,6 @@ module Aws::ServiceCatalog
|
|
480
478
|
# @option params [String] :accept_language
|
481
479
|
# The language code.
|
482
480
|
#
|
483
|
-
# * `en` - English (default)
|
484
|
-
#
|
485
481
|
# * `jp` - Japanese
|
486
482
|
#
|
487
483
|
# * `zh` - Chinese
|
@@ -490,8 +486,8 @@ module Aws::ServiceCatalog
|
|
490
486
|
# The portfolio identifier.
|
491
487
|
#
|
492
488
|
# @option params [required, String] :principal_arn
|
493
|
-
# The ARN of the principal (
|
494
|
-
#
|
489
|
+
# The ARN of the principal (user, role, or group). This field allows an
|
490
|
+
# ARN with no `accountID` if `PrincipalType` is `IAM_PATTERN`.
|
495
491
|
#
|
496
492
|
# You can associate multiple `IAM` patterns even if the account has no
|
497
493
|
# principal with that name. This is useful in Principal Name Sharing if
|
@@ -529,8 +525,6 @@ module Aws::ServiceCatalog
|
|
529
525
|
# @option params [String] :accept_language
|
530
526
|
# The language code.
|
531
527
|
#
|
532
|
-
# * `en` - English (default)
|
533
|
-
#
|
534
528
|
# * `jp` - Japanese
|
535
529
|
#
|
536
530
|
# * `zh` - Chinese
|
@@ -579,8 +573,6 @@ module Aws::ServiceCatalog
|
|
579
573
|
# @option params [String] :accept_language
|
580
574
|
# The language code.
|
581
575
|
#
|
582
|
-
# * `en` - English (default)
|
583
|
-
#
|
584
576
|
# * `jp` - Japanese
|
585
577
|
#
|
586
578
|
# * `zh` - Chinese
|
@@ -641,8 +633,6 @@ module Aws::ServiceCatalog
|
|
641
633
|
# @option params [String] :accept_language
|
642
634
|
# The language code.
|
643
635
|
#
|
644
|
-
# * `en` - English (default)
|
645
|
-
#
|
646
636
|
# * `jp` - Japanese
|
647
637
|
#
|
648
638
|
# * `zh` - Chinese
|
@@ -670,7 +660,7 @@ module Aws::ServiceCatalog
|
|
670
660
|
# resp.failed_service_action_associations[0].service_action_id #=> String
|
671
661
|
# resp.failed_service_action_associations[0].product_id #=> String
|
672
662
|
# resp.failed_service_action_associations[0].provisioning_artifact_id #=> String
|
673
|
-
# resp.failed_service_action_associations[0].error_code #=> String, one of "DUPLICATE_RESOURCE", "INTERNAL_FAILURE", "LIMIT_EXCEEDED", "RESOURCE_NOT_FOUND", "THROTTLING"
|
663
|
+
# resp.failed_service_action_associations[0].error_code #=> String, one of "DUPLICATE_RESOURCE", "INTERNAL_FAILURE", "LIMIT_EXCEEDED", "RESOURCE_NOT_FOUND", "THROTTLING", "INVALID_PARAMETER"
|
674
664
|
# resp.failed_service_action_associations[0].error_message #=> String
|
675
665
|
#
|
676
666
|
# @see http://docs.aws.amazon.com/goto/WebAPI/servicecatalog-2015-12-10/BatchAssociateServiceActionWithProvisioningArtifact AWS API Documentation
|
@@ -692,8 +682,6 @@ module Aws::ServiceCatalog
|
|
692
682
|
# @option params [String] :accept_language
|
693
683
|
# The language code.
|
694
684
|
#
|
695
|
-
# * `en` - English (default)
|
696
|
-
#
|
697
685
|
# * `jp` - Japanese
|
698
686
|
#
|
699
687
|
# * `zh` - Chinese
|
@@ -721,7 +709,7 @@ module Aws::ServiceCatalog
|
|
721
709
|
# resp.failed_service_action_associations[0].service_action_id #=> String
|
722
710
|
# resp.failed_service_action_associations[0].product_id #=> String
|
723
711
|
# resp.failed_service_action_associations[0].provisioning_artifact_id #=> String
|
724
|
-
# resp.failed_service_action_associations[0].error_code #=> String, one of "DUPLICATE_RESOURCE", "INTERNAL_FAILURE", "LIMIT_EXCEEDED", "RESOURCE_NOT_FOUND", "THROTTLING"
|
712
|
+
# resp.failed_service_action_associations[0].error_code #=> String, one of "DUPLICATE_RESOURCE", "INTERNAL_FAILURE", "LIMIT_EXCEEDED", "RESOURCE_NOT_FOUND", "THROTTLING", "INVALID_PARAMETER"
|
725
713
|
# resp.failed_service_action_associations[0].error_message #=> String
|
726
714
|
#
|
727
715
|
# @see http://docs.aws.amazon.com/goto/WebAPI/servicecatalog-2015-12-10/BatchDisassociateServiceActionFromProvisioningArtifact AWS API Documentation
|
@@ -747,8 +735,6 @@ module Aws::ServiceCatalog
|
|
747
735
|
# @option params [String] :accept_language
|
748
736
|
# The language code.
|
749
737
|
#
|
750
|
-
# * `en` - English (default)
|
751
|
-
#
|
752
738
|
# * `jp` - Japanese
|
753
739
|
#
|
754
740
|
# * `zh` - Chinese
|
@@ -821,8 +807,6 @@ module Aws::ServiceCatalog
|
|
821
807
|
# @option params [String] :accept_language
|
822
808
|
# The language code.
|
823
809
|
#
|
824
|
-
# * `en` - English (default)
|
825
|
-
#
|
826
810
|
# * `jp` - Japanese
|
827
811
|
#
|
828
812
|
# * `zh` - Chinese
|
@@ -977,8 +961,6 @@ module Aws::ServiceCatalog
|
|
977
961
|
# @option params [String] :accept_language
|
978
962
|
# The language code.
|
979
963
|
#
|
980
|
-
# * `en` - English (default)
|
981
|
-
#
|
982
964
|
# * `jp` - Japanese
|
983
965
|
#
|
984
966
|
# * `zh` - Chinese
|
@@ -1082,8 +1064,6 @@ module Aws::ServiceCatalog
|
|
1082
1064
|
# @option params [String] :accept_language
|
1083
1065
|
# The language code.
|
1084
1066
|
#
|
1085
|
-
# * `en` - English (default)
|
1086
|
-
#
|
1087
1067
|
# * `jp` - Japanese
|
1088
1068
|
#
|
1089
1069
|
# * `zh` - Chinese
|
@@ -1114,7 +1094,7 @@ module Aws::ServiceCatalog
|
|
1114
1094
|
# share recipient account end users with a principal that matches any of
|
1115
1095
|
# the associated IAM patterns can provision products from the portfolio.
|
1116
1096
|
# Once shared, the share recipient can view associations of
|
1117
|
-
# `PrincipalType
|
1097
|
+
# `PrincipalType`: `IAM_PATTERN` on their portfolio. You can create the
|
1118
1098
|
# principals in the recipient account before or after creating the
|
1119
1099
|
# share.
|
1120
1100
|
#
|
@@ -1161,8 +1141,6 @@ module Aws::ServiceCatalog
|
|
1161
1141
|
# @option params [String] :accept_language
|
1162
1142
|
# The language code.
|
1163
1143
|
#
|
1164
|
-
# * `en` - English (default)
|
1165
|
-
#
|
1166
1144
|
# * `jp` - Japanese
|
1167
1145
|
#
|
1168
1146
|
# * `zh` - Chinese
|
@@ -1234,7 +1212,7 @@ module Aws::ServiceCatalog
|
|
1234
1212
|
# support_description: "SupportDescription",
|
1235
1213
|
# support_email: "SupportEmail",
|
1236
1214
|
# support_url: "SupportUrl",
|
1237
|
-
# product_type: "CLOUD_FORMATION_TEMPLATE", # required, accepts CLOUD_FORMATION_TEMPLATE, MARKETPLACE
|
1215
|
+
# product_type: "CLOUD_FORMATION_TEMPLATE", # required, accepts CLOUD_FORMATION_TEMPLATE, MARKETPLACE, DEFAULT_CUSTOM, TERRAFORM_OPEN_SOURCE
|
1238
1216
|
# tags: [
|
1239
1217
|
# {
|
1240
1218
|
# key: "TagKey", # required
|
@@ -1247,7 +1225,7 @@ module Aws::ServiceCatalog
|
|
1247
1225
|
# info: {
|
1248
1226
|
# "ProvisioningArtifactInfoKey" => "ProvisioningArtifactInfoValue",
|
1249
1227
|
# },
|
1250
|
-
# type: "CLOUD_FORMATION_TEMPLATE", # accepts CLOUD_FORMATION_TEMPLATE, MARKETPLACE_AMI, MARKETPLACE_CAR
|
1228
|
+
# type: "CLOUD_FORMATION_TEMPLATE", # accepts CLOUD_FORMATION_TEMPLATE, MARKETPLACE_AMI, MARKETPLACE_CAR, DEFAULT_CUSTOM, TERRAFORM_OPEN_SOURCE
|
1251
1229
|
# disable_template_validation: false,
|
1252
1230
|
# },
|
1253
1231
|
# idempotency_token: "IdempotencyToken", # required
|
@@ -1271,7 +1249,7 @@ module Aws::ServiceCatalog
|
|
1271
1249
|
# resp.product_view_detail.product_view_summary.name #=> String
|
1272
1250
|
# resp.product_view_detail.product_view_summary.owner #=> String
|
1273
1251
|
# resp.product_view_detail.product_view_summary.short_description #=> String
|
1274
|
-
# resp.product_view_detail.product_view_summary.type #=> String, one of "CLOUD_FORMATION_TEMPLATE", "MARKETPLACE"
|
1252
|
+
# resp.product_view_detail.product_view_summary.type #=> String, one of "CLOUD_FORMATION_TEMPLATE", "MARKETPLACE", "DEFAULT_CUSTOM", "TERRAFORM_OPEN_SOURCE"
|
1275
1253
|
# resp.product_view_detail.product_view_summary.distributor #=> String
|
1276
1254
|
# resp.product_view_detail.product_view_summary.has_default_path #=> Boolean
|
1277
1255
|
# resp.product_view_detail.product_view_summary.support_email #=> String
|
@@ -1293,7 +1271,7 @@ module Aws::ServiceCatalog
|
|
1293
1271
|
# resp.provisioning_artifact_detail.id #=> String
|
1294
1272
|
# resp.provisioning_artifact_detail.name #=> String
|
1295
1273
|
# resp.provisioning_artifact_detail.description #=> String
|
1296
|
-
# resp.provisioning_artifact_detail.type #=> String, one of "CLOUD_FORMATION_TEMPLATE", "MARKETPLACE_AMI", "MARKETPLACE_CAR"
|
1274
|
+
# resp.provisioning_artifact_detail.type #=> String, one of "CLOUD_FORMATION_TEMPLATE", "MARKETPLACE_AMI", "MARKETPLACE_CAR", "DEFAULT_CUSTOM", "TERRAFORM_OPEN_SOURCE"
|
1297
1275
|
# resp.provisioning_artifact_detail.created_time #=> Time
|
1298
1276
|
# resp.provisioning_artifact_detail.active #=> Boolean
|
1299
1277
|
# resp.provisioning_artifact_detail.guidance #=> String, one of "DEFAULT", "DEPRECATED"
|
@@ -1328,8 +1306,6 @@ module Aws::ServiceCatalog
|
|
1328
1306
|
# @option params [String] :accept_language
|
1329
1307
|
# The language code.
|
1330
1308
|
#
|
1331
|
-
# * `en` - English (default)
|
1332
|
-
#
|
1333
1309
|
# * `jp` - Japanese
|
1334
1310
|
#
|
1335
1311
|
# * `zh` - Chinese
|
@@ -1446,8 +1422,6 @@ module Aws::ServiceCatalog
|
|
1446
1422
|
# @option params [String] :accept_language
|
1447
1423
|
# The language code.
|
1448
1424
|
#
|
1449
|
-
# * `en` - English (default)
|
1450
|
-
#
|
1451
1425
|
# * `jp` - Japanese
|
1452
1426
|
#
|
1453
1427
|
# * `zh` - Chinese
|
@@ -1483,7 +1457,7 @@ module Aws::ServiceCatalog
|
|
1483
1457
|
# info: {
|
1484
1458
|
# "ProvisioningArtifactInfoKey" => "ProvisioningArtifactInfoValue",
|
1485
1459
|
# },
|
1486
|
-
# type: "CLOUD_FORMATION_TEMPLATE", # accepts CLOUD_FORMATION_TEMPLATE, MARKETPLACE_AMI, MARKETPLACE_CAR
|
1460
|
+
# type: "CLOUD_FORMATION_TEMPLATE", # accepts CLOUD_FORMATION_TEMPLATE, MARKETPLACE_AMI, MARKETPLACE_CAR, DEFAULT_CUSTOM, TERRAFORM_OPEN_SOURCE
|
1487
1461
|
# disable_template_validation: false,
|
1488
1462
|
# },
|
1489
1463
|
# idempotency_token: "IdempotencyToken", # required
|
@@ -1494,7 +1468,7 @@ module Aws::ServiceCatalog
|
|
1494
1468
|
# resp.provisioning_artifact_detail.id #=> String
|
1495
1469
|
# resp.provisioning_artifact_detail.name #=> String
|
1496
1470
|
# resp.provisioning_artifact_detail.description #=> String
|
1497
|
-
# resp.provisioning_artifact_detail.type #=> String, one of "CLOUD_FORMATION_TEMPLATE", "MARKETPLACE_AMI", "MARKETPLACE_CAR"
|
1471
|
+
# resp.provisioning_artifact_detail.type #=> String, one of "CLOUD_FORMATION_TEMPLATE", "MARKETPLACE_AMI", "MARKETPLACE_CAR", "DEFAULT_CUSTOM", "TERRAFORM_OPEN_SOURCE"
|
1498
1472
|
# resp.provisioning_artifact_detail.created_time #=> Time
|
1499
1473
|
# resp.provisioning_artifact_detail.active #=> Boolean
|
1500
1474
|
# resp.provisioning_artifact_detail.guidance #=> String, one of "DEFAULT", "DEPRECATED"
|
@@ -1558,8 +1532,6 @@ module Aws::ServiceCatalog
|
|
1558
1532
|
# @option params [String] :accept_language
|
1559
1533
|
# The language code.
|
1560
1534
|
#
|
1561
|
-
# * `en` - English (default)
|
1562
|
-
#
|
1563
1535
|
# * `jp` - Japanese
|
1564
1536
|
#
|
1565
1537
|
# * `zh` - Chinese
|
@@ -1650,8 +1622,6 @@ module Aws::ServiceCatalog
|
|
1650
1622
|
# @option params [String] :accept_language
|
1651
1623
|
# The language code.
|
1652
1624
|
#
|
1653
|
-
# * `en` - English (default)
|
1654
|
-
#
|
1655
1625
|
# * `jp` - Japanese
|
1656
1626
|
#
|
1657
1627
|
# * `zh` - Chinese
|
@@ -1687,8 +1657,6 @@ module Aws::ServiceCatalog
|
|
1687
1657
|
# @option params [String] :accept_language
|
1688
1658
|
# The language code.
|
1689
1659
|
#
|
1690
|
-
# * `en` - English (default)
|
1691
|
-
#
|
1692
1660
|
# * `jp` - Japanese
|
1693
1661
|
#
|
1694
1662
|
# * `zh` - Chinese
|
@@ -1725,8 +1693,6 @@ module Aws::ServiceCatalog
|
|
1725
1693
|
# @option params [String] :accept_language
|
1726
1694
|
# The language code.
|
1727
1695
|
#
|
1728
|
-
# * `en` - English (default)
|
1729
|
-
#
|
1730
1696
|
# * `jp` - Japanese
|
1731
1697
|
#
|
1732
1698
|
# * `zh` - Chinese
|
@@ -1779,8 +1745,6 @@ module Aws::ServiceCatalog
|
|
1779
1745
|
# @option params [String] :accept_language
|
1780
1746
|
# The language code.
|
1781
1747
|
#
|
1782
|
-
# * `en` - English (default)
|
1783
|
-
#
|
1784
1748
|
# * `jp` - Japanese
|
1785
1749
|
#
|
1786
1750
|
# * `zh` - Chinese
|
@@ -1811,8 +1775,6 @@ module Aws::ServiceCatalog
|
|
1811
1775
|
# @option params [String] :accept_language
|
1812
1776
|
# The language code.
|
1813
1777
|
#
|
1814
|
-
# * `en` - English (default)
|
1815
|
-
#
|
1816
1778
|
# * `jp` - Japanese
|
1817
1779
|
#
|
1818
1780
|
# * `zh` - Chinese
|
@@ -1854,8 +1816,6 @@ module Aws::ServiceCatalog
|
|
1854
1816
|
# @option params [String] :accept_language
|
1855
1817
|
# The language code.
|
1856
1818
|
#
|
1857
|
-
# * `en` - English (default)
|
1858
|
-
#
|
1859
1819
|
# * `jp` - Japanese
|
1860
1820
|
#
|
1861
1821
|
# * `zh` - Chinese
|
@@ -1893,8 +1853,6 @@ module Aws::ServiceCatalog
|
|
1893
1853
|
# @option params [String] :accept_language
|
1894
1854
|
# The language code.
|
1895
1855
|
#
|
1896
|
-
# * `en` - English (default)
|
1897
|
-
#
|
1898
1856
|
# * `jp` - Japanese
|
1899
1857
|
#
|
1900
1858
|
# * `zh` - Chinese
|
@@ -1947,8 +1905,6 @@ module Aws::ServiceCatalog
|
|
1947
1905
|
# @option params [String] :accept_language
|
1948
1906
|
# The language code.
|
1949
1907
|
#
|
1950
|
-
# * `en` - English (default)
|
1951
|
-
#
|
1952
1908
|
# * `jp` - Japanese
|
1953
1909
|
#
|
1954
1910
|
# * `zh` - Chinese
|
@@ -1994,8 +1950,6 @@ module Aws::ServiceCatalog
|
|
1994
1950
|
# @option params [String] :accept_language
|
1995
1951
|
# The language code.
|
1996
1952
|
#
|
1997
|
-
# * `en` - English (default)
|
1998
|
-
#
|
1999
1953
|
# * `jp` - Japanese
|
2000
1954
|
#
|
2001
1955
|
# * `zh` - Chinese
|
@@ -2039,8 +1993,6 @@ module Aws::ServiceCatalog
|
|
2039
1993
|
# @option params [String] :accept_language
|
2040
1994
|
# The language code.
|
2041
1995
|
#
|
2042
|
-
# * `en` - English (default)
|
2043
|
-
#
|
2044
1996
|
# * `jp` - Japanese
|
2045
1997
|
#
|
2046
1998
|
# * `zh` - Chinese
|
@@ -2209,11 +2161,14 @@ module Aws::ServiceCatalog
|
|
2209
2161
|
|
2210
2162
|
# Gets information about the specified product.
|
2211
2163
|
#
|
2164
|
+
# <note markdown="1"> Running this operation with administrator access results in a failure.
|
2165
|
+
# DescribeProductAsAdmin should be used instead.
|
2166
|
+
#
|
2167
|
+
# </note>
|
2168
|
+
#
|
2212
2169
|
# @option params [String] :accept_language
|
2213
2170
|
# The language code.
|
2214
2171
|
#
|
2215
|
-
# * `en` - English (default)
|
2216
|
-
#
|
2217
2172
|
# * `jp` - Japanese
|
2218
2173
|
#
|
2219
2174
|
# * `zh` - Chinese
|
@@ -2246,7 +2201,7 @@ module Aws::ServiceCatalog
|
|
2246
2201
|
# resp.product_view_summary.name #=> String
|
2247
2202
|
# resp.product_view_summary.owner #=> String
|
2248
2203
|
# resp.product_view_summary.short_description #=> String
|
2249
|
-
# resp.product_view_summary.type #=> String, one of "CLOUD_FORMATION_TEMPLATE", "MARKETPLACE"
|
2204
|
+
# resp.product_view_summary.type #=> String, one of "CLOUD_FORMATION_TEMPLATE", "MARKETPLACE", "DEFAULT_CUSTOM", "TERRAFORM_OPEN_SOURCE"
|
2250
2205
|
# resp.product_view_summary.distributor #=> String
|
2251
2206
|
# resp.product_view_summary.has_default_path #=> Boolean
|
2252
2207
|
# resp.product_view_summary.support_email #=> String
|
@@ -2279,8 +2234,6 @@ module Aws::ServiceCatalog
|
|
2279
2234
|
# @option params [String] :accept_language
|
2280
2235
|
# The language code.
|
2281
2236
|
#
|
2282
|
-
# * `en` - English (default)
|
2283
|
-
#
|
2284
2237
|
# * `jp` - Japanese
|
2285
2238
|
#
|
2286
2239
|
# * `zh` - Chinese
|
@@ -2325,7 +2278,7 @@ module Aws::ServiceCatalog
|
|
2325
2278
|
# resp.product_view_detail.product_view_summary.name #=> String
|
2326
2279
|
# resp.product_view_detail.product_view_summary.owner #=> String
|
2327
2280
|
# resp.product_view_detail.product_view_summary.short_description #=> String
|
2328
|
-
# resp.product_view_detail.product_view_summary.type #=> String, one of "CLOUD_FORMATION_TEMPLATE", "MARKETPLACE"
|
2281
|
+
# resp.product_view_detail.product_view_summary.type #=> String, one of "CLOUD_FORMATION_TEMPLATE", "MARKETPLACE", "DEFAULT_CUSTOM", "TERRAFORM_OPEN_SOURCE"
|
2329
2282
|
# resp.product_view_detail.product_view_summary.distributor #=> String
|
2330
2283
|
# resp.product_view_detail.product_view_summary.has_default_path #=> Boolean
|
2331
2284
|
# resp.product_view_detail.product_view_summary.support_email #=> String
|
@@ -2377,8 +2330,6 @@ module Aws::ServiceCatalog
|
|
2377
2330
|
# @option params [String] :accept_language
|
2378
2331
|
# The language code.
|
2379
2332
|
#
|
2380
|
-
# * `en` - English (default)
|
2381
|
-
#
|
2382
2333
|
# * `jp` - Japanese
|
2383
2334
|
#
|
2384
2335
|
# * `zh` - Chinese
|
@@ -2405,7 +2356,7 @@ module Aws::ServiceCatalog
|
|
2405
2356
|
# resp.product_view_summary.name #=> String
|
2406
2357
|
# resp.product_view_summary.owner #=> String
|
2407
2358
|
# resp.product_view_summary.short_description #=> String
|
2408
|
-
# resp.product_view_summary.type #=> String, one of "CLOUD_FORMATION_TEMPLATE", "MARKETPLACE"
|
2359
|
+
# resp.product_view_summary.type #=> String, one of "CLOUD_FORMATION_TEMPLATE", "MARKETPLACE", "DEFAULT_CUSTOM", "TERRAFORM_OPEN_SOURCE"
|
2409
2360
|
# resp.product_view_summary.distributor #=> String
|
2410
2361
|
# resp.product_view_summary.has_default_path #=> Boolean
|
2411
2362
|
# resp.product_view_summary.support_email #=> String
|
@@ -2432,8 +2383,6 @@ module Aws::ServiceCatalog
|
|
2432
2383
|
# @option params [String] :accept_language
|
2433
2384
|
# The language code.
|
2434
2385
|
#
|
2435
|
-
# * `en` - English (default)
|
2436
|
-
#
|
2437
2386
|
# * `jp` - Japanese
|
2438
2387
|
#
|
2439
2388
|
# * `zh` - Chinese
|
@@ -2498,8 +2447,6 @@ module Aws::ServiceCatalog
|
|
2498
2447
|
# @option params [String] :accept_language
|
2499
2448
|
# The language code.
|
2500
2449
|
#
|
2501
|
-
# * `en` - English (default)
|
2502
|
-
#
|
2503
2450
|
# * `jp` - Japanese
|
2504
2451
|
#
|
2505
2452
|
# * `zh` - Chinese
|
@@ -2583,8 +2530,6 @@ module Aws::ServiceCatalog
|
|
2583
2530
|
# @option params [String] :accept_language
|
2584
2531
|
# The language code.
|
2585
2532
|
#
|
2586
|
-
# * `en` - English (default)
|
2587
|
-
#
|
2588
2533
|
# * `jp` - Japanese
|
2589
2534
|
#
|
2590
2535
|
# * `zh` - Chinese
|
@@ -2626,7 +2571,7 @@ module Aws::ServiceCatalog
|
|
2626
2571
|
# resp.provisioning_artifact_detail.id #=> String
|
2627
2572
|
# resp.provisioning_artifact_detail.name #=> String
|
2628
2573
|
# resp.provisioning_artifact_detail.description #=> String
|
2629
|
-
# resp.provisioning_artifact_detail.type #=> String, one of "CLOUD_FORMATION_TEMPLATE", "MARKETPLACE_AMI", "MARKETPLACE_CAR"
|
2574
|
+
# resp.provisioning_artifact_detail.type #=> String, one of "CLOUD_FORMATION_TEMPLATE", "MARKETPLACE_AMI", "MARKETPLACE_CAR", "DEFAULT_CUSTOM", "TERRAFORM_OPEN_SOURCE"
|
2630
2575
|
# resp.provisioning_artifact_detail.created_time #=> Time
|
2631
2576
|
# resp.provisioning_artifact_detail.active #=> Boolean
|
2632
2577
|
# resp.provisioning_artifact_detail.guidance #=> String, one of "DEFAULT", "DEPRECATED"
|
@@ -2658,8 +2603,6 @@ module Aws::ServiceCatalog
|
|
2658
2603
|
# @option params [String] :accept_language
|
2659
2604
|
# The language code.
|
2660
2605
|
#
|
2661
|
-
# * `en` - English (default)
|
2662
|
-
#
|
2663
2606
|
# * `jp` - Japanese
|
2664
2607
|
#
|
2665
2608
|
# * `zh` - Chinese
|
@@ -2775,8 +2718,6 @@ module Aws::ServiceCatalog
|
|
2775
2718
|
# @option params [String] :accept_language
|
2776
2719
|
# The language code.
|
2777
2720
|
#
|
2778
|
-
# * `en` - English (default)
|
2779
|
-
#
|
2780
2721
|
# * `jp` - Japanese
|
2781
2722
|
#
|
2782
2723
|
# * `zh` - Chinese
|
@@ -2850,8 +2791,6 @@ module Aws::ServiceCatalog
|
|
2850
2791
|
# @option params [String] :accept_language
|
2851
2792
|
# The language code.
|
2852
2793
|
#
|
2853
|
-
# * `en` - English (default)
|
2854
|
-
#
|
2855
2794
|
# * `jp` - Japanese
|
2856
2795
|
#
|
2857
2796
|
# * `zh` - Chinese
|
@@ -2898,8 +2837,6 @@ module Aws::ServiceCatalog
|
|
2898
2837
|
# @option params [String] :accept_language
|
2899
2838
|
# The language code.
|
2900
2839
|
#
|
2901
|
-
# * `en` - English (default)
|
2902
|
-
#
|
2903
2840
|
# * `jp` - Japanese
|
2904
2841
|
#
|
2905
2842
|
# * `zh` - Chinese
|
@@ -3040,8 +2977,6 @@ module Aws::ServiceCatalog
|
|
3040
2977
|
# @option params [String] :accept_language
|
3041
2978
|
# The language code.
|
3042
2979
|
#
|
3043
|
-
# * `en` - English (default)
|
3044
|
-
#
|
3045
2980
|
# * `jp` - Japanese
|
3046
2981
|
#
|
3047
2982
|
# * `zh` - Chinese
|
@@ -3050,8 +2985,8 @@ module Aws::ServiceCatalog
|
|
3050
2985
|
# The portfolio identifier.
|
3051
2986
|
#
|
3052
2987
|
# @option params [required, String] :principal_arn
|
3053
|
-
# The ARN of the principal (
|
3054
|
-
#
|
2988
|
+
# The ARN of the principal (user, role, or group). This field allows an
|
2989
|
+
# ARN with no `accountID` if `PrincipalType` is `IAM_PATTERN`.
|
3055
2990
|
#
|
3056
2991
|
# @option params [String] :principal_type
|
3057
2992
|
# The supported value is `IAM` if you use a fully defined ARN, or
|
@@ -3084,8 +3019,6 @@ module Aws::ServiceCatalog
|
|
3084
3019
|
# @option params [String] :accept_language
|
3085
3020
|
# The language code.
|
3086
3021
|
#
|
3087
|
-
# * `en` - English (default)
|
3088
|
-
#
|
3089
3022
|
# * `jp` - Japanese
|
3090
3023
|
#
|
3091
3024
|
# * `zh` - Chinese
|
@@ -3131,8 +3064,6 @@ module Aws::ServiceCatalog
|
|
3131
3064
|
# @option params [String] :accept_language
|
3132
3065
|
# The language code.
|
3133
3066
|
#
|
3134
|
-
# * `en` - English (default)
|
3135
|
-
#
|
3136
3067
|
# * `jp` - Japanese
|
3137
3068
|
#
|
3138
3069
|
# * `zh` - Chinese
|
@@ -3223,8 +3154,6 @@ module Aws::ServiceCatalog
|
|
3223
3154
|
# @option params [String] :accept_language
|
3224
3155
|
# The language code.
|
3225
3156
|
#
|
3226
|
-
# * `en` - English (default)
|
3227
|
-
#
|
3228
3157
|
# * `jp` - Japanese
|
3229
3158
|
#
|
3230
3159
|
# * `zh` - Chinese
|
@@ -3299,8 +3228,6 @@ module Aws::ServiceCatalog
|
|
3299
3228
|
# @option params [String] :accept_language
|
3300
3229
|
# The language code.
|
3301
3230
|
#
|
3302
|
-
# * `en` - English (default)
|
3303
|
-
#
|
3304
3231
|
# * `jp` - Japanese
|
3305
3232
|
#
|
3306
3233
|
# * `zh` - Chinese
|
@@ -3387,8 +3314,6 @@ module Aws::ServiceCatalog
|
|
3387
3314
|
# @option params [String] :accept_language
|
3388
3315
|
# The language code.
|
3389
3316
|
#
|
3390
|
-
# * `en` - English (default)
|
3391
|
-
#
|
3392
3317
|
# * `jp` - Japanese
|
3393
3318
|
#
|
3394
3319
|
# * `zh` - Chinese
|
@@ -3449,20 +3374,28 @@ module Aws::ServiceCatalog
|
|
3449
3374
|
|
3450
3375
|
# Requests the import of a resource as an Service Catalog provisioned
|
3451
3376
|
# product that is associated to an Service Catalog product and
|
3452
|
-
# provisioning artifact. Once imported, all supported
|
3453
|
-
#
|
3377
|
+
# provisioning artifact. Once imported, all supported governance actions
|
3378
|
+
# are supported on the provisioned product.
|
3454
3379
|
#
|
3455
3380
|
# Resource import only supports CloudFormation stack ARNs.
|
3456
|
-
# CloudFormation StackSets and non-root nested stacks are not
|
3381
|
+
# CloudFormation StackSets, and non-root nested stacks are not
|
3382
|
+
# supported.
|
3457
3383
|
#
|
3458
3384
|
# The CloudFormation stack must have one of the following statuses to be
|
3459
3385
|
# imported: `CREATE_COMPLETE`, `UPDATE_COMPLETE`,
|
3460
|
-
# `UPDATE_ROLLBACK_COMPLETE`, `IMPORT_COMPLETE`,
|
3386
|
+
# `UPDATE_ROLLBACK_COMPLETE`, `IMPORT_COMPLETE`, and
|
3461
3387
|
# `IMPORT_ROLLBACK_COMPLETE`.
|
3462
3388
|
#
|
3463
3389
|
# Import of the resource requires that the CloudFormation stack template
|
3464
3390
|
# matches the associated Service Catalog product provisioning artifact.
|
3465
3391
|
#
|
3392
|
+
# <note markdown="1"> When you import an existing CloudFormation stack into a portfolio,
|
3393
|
+
# constraints that are associated with the product aren't applied
|
3394
|
+
# during the import process. The constraints are applied after you call
|
3395
|
+
# `UpdateProvisionedProduct` for the provisioned product.
|
3396
|
+
#
|
3397
|
+
# </note>
|
3398
|
+
#
|
3466
3399
|
# The user or role that performs this operation must have the
|
3467
3400
|
# `cloudformation:GetTemplate` and `cloudformation:DescribeStacks` IAM
|
3468
3401
|
# policy permissions.
|
@@ -3470,8 +3403,6 @@ module Aws::ServiceCatalog
|
|
3470
3403
|
# @option params [String] :accept_language
|
3471
3404
|
# The language code.
|
3472
3405
|
#
|
3473
|
-
# * `en` - English (default)
|
3474
|
-
#
|
3475
3406
|
# * `jp` - Japanese
|
3476
3407
|
#
|
3477
3408
|
# * `zh` - Chinese
|
@@ -3552,8 +3483,6 @@ module Aws::ServiceCatalog
|
|
3552
3483
|
# @option params [String] :accept_language
|
3553
3484
|
# The language code.
|
3554
3485
|
#
|
3555
|
-
# * `en` - English (default)
|
3556
|
-
#
|
3557
3486
|
# * `jp` - Japanese
|
3558
3487
|
#
|
3559
3488
|
# * `zh` - Chinese
|
@@ -3619,8 +3548,6 @@ module Aws::ServiceCatalog
|
|
3619
3548
|
# @option params [String] :accept_language
|
3620
3549
|
# The language code.
|
3621
3550
|
#
|
3622
|
-
# * `en` - English (default)
|
3623
|
-
#
|
3624
3551
|
# * `jp` - Japanese
|
3625
3552
|
#
|
3626
3553
|
# * `zh` - Chinese
|
@@ -3671,8 +3598,6 @@ module Aws::ServiceCatalog
|
|
3671
3598
|
# @option params [String] :accept_language
|
3672
3599
|
# The language code.
|
3673
3600
|
#
|
3674
|
-
# * `en` - English (default)
|
3675
|
-
#
|
3676
3601
|
# * `jp` - Japanese
|
3677
3602
|
#
|
3678
3603
|
# * `zh` - Chinese
|
@@ -3727,15 +3652,26 @@ module Aws::ServiceCatalog
|
|
3727
3652
|
req.send_request(options)
|
3728
3653
|
end
|
3729
3654
|
|
3730
|
-
# Lists the paths to the specified product. A path
|
3731
|
-
# access to a specified product
|
3732
|
-
# product. A path also determines the constraints
|
3655
|
+
# Lists the paths to the specified product. A path describes how the
|
3656
|
+
# user gets access to a specified product and is necessary when
|
3657
|
+
# provisioning a product. A path also determines the constraints that
|
3658
|
+
# are put on a product. A path is dependent on a specific product,
|
3659
|
+
# porfolio, and principal.
|
3660
|
+
#
|
3661
|
+
# <note markdown="1"> When provisioning a product that's been added to a portfolio, you
|
3662
|
+
# must grant your user, group, or role access to the portfolio. For more
|
3663
|
+
# information, see [Granting users access][1] in the *Service Catalog
|
3664
|
+
# User Guide*.
|
3665
|
+
#
|
3666
|
+
# </note>
|
3667
|
+
#
|
3668
|
+
#
|
3669
|
+
#
|
3670
|
+
# [1]: https://docs.aws.amazon.com/servicecatalog/latest/adminguide/catalogs_portfolios_users.html
|
3733
3671
|
#
|
3734
3672
|
# @option params [String] :accept_language
|
3735
3673
|
# The language code.
|
3736
3674
|
#
|
3737
|
-
# * `en` - English (default)
|
3738
|
-
#
|
3739
3675
|
# * `jp` - Japanese
|
3740
3676
|
#
|
3741
3677
|
# * `zh` - Chinese
|
@@ -3798,8 +3734,6 @@ module Aws::ServiceCatalog
|
|
3798
3734
|
# @option params [String] :accept_language
|
3799
3735
|
# The language code.
|
3800
3736
|
#
|
3801
|
-
# * `en` - English (default)
|
3802
|
-
#
|
3803
3737
|
# * `jp` - Japanese
|
3804
3738
|
#
|
3805
3739
|
# * `zh` - Chinese
|
@@ -3867,8 +3801,6 @@ module Aws::ServiceCatalog
|
|
3867
3801
|
# @option params [String] :accept_language
|
3868
3802
|
# The language code.
|
3869
3803
|
#
|
3870
|
-
# * `en` - English (default)
|
3871
|
-
#
|
3872
3804
|
# * `jp` - Japanese
|
3873
3805
|
#
|
3874
3806
|
# * `zh` - Chinese
|
@@ -3925,8 +3857,6 @@ module Aws::ServiceCatalog
|
|
3925
3857
|
# @option params [String] :accept_language
|
3926
3858
|
# The language code.
|
3927
3859
|
#
|
3928
|
-
# * `en` - English (default)
|
3929
|
-
#
|
3930
3860
|
# * `jp` - Japanese
|
3931
3861
|
#
|
3932
3862
|
# * `zh` - Chinese
|
@@ -3978,8 +3908,6 @@ module Aws::ServiceCatalog
|
|
3978
3908
|
# @option params [String] :accept_language
|
3979
3909
|
# The language code.
|
3980
3910
|
#
|
3981
|
-
# * `en` - English (default)
|
3982
|
-
#
|
3983
3911
|
# * `jp` - Japanese
|
3984
3912
|
#
|
3985
3913
|
# * `zh` - Chinese
|
@@ -4036,8 +3964,6 @@ module Aws::ServiceCatalog
|
|
4036
3964
|
# @option params [String] :accept_language
|
4037
3965
|
# The language code.
|
4038
3966
|
#
|
4039
|
-
# * `en` - English (default)
|
4040
|
-
#
|
4041
3967
|
# * `jp` - Japanese
|
4042
3968
|
#
|
4043
3969
|
# * `zh` - Chinese
|
@@ -4090,8 +4016,6 @@ module Aws::ServiceCatalog
|
|
4090
4016
|
# @option params [String] :accept_language
|
4091
4017
|
# The language code.
|
4092
4018
|
#
|
4093
|
-
# * `en` - English (default)
|
4094
|
-
#
|
4095
4019
|
# * `jp` - Japanese
|
4096
4020
|
#
|
4097
4021
|
# * `zh` - Chinese
|
@@ -4153,8 +4077,6 @@ module Aws::ServiceCatalog
|
|
4153
4077
|
# @option params [String] :accept_language
|
4154
4078
|
# The language code.
|
4155
4079
|
#
|
4156
|
-
# * `en` - English (default)
|
4157
|
-
#
|
4158
4080
|
# * `jp` - Japanese
|
4159
4081
|
#
|
4160
4082
|
# * `zh` - Chinese
|
@@ -4180,7 +4102,7 @@ module Aws::ServiceCatalog
|
|
4180
4102
|
# resp.provisioning_artifact_details[0].id #=> String
|
4181
4103
|
# resp.provisioning_artifact_details[0].name #=> String
|
4182
4104
|
# resp.provisioning_artifact_details[0].description #=> String
|
4183
|
-
# resp.provisioning_artifact_details[0].type #=> String, one of "CLOUD_FORMATION_TEMPLATE", "MARKETPLACE_AMI", "MARKETPLACE_CAR"
|
4105
|
+
# resp.provisioning_artifact_details[0].type #=> String, one of "CLOUD_FORMATION_TEMPLATE", "MARKETPLACE_AMI", "MARKETPLACE_CAR", "DEFAULT_CUSTOM", "TERRAFORM_OPEN_SOURCE"
|
4184
4106
|
# resp.provisioning_artifact_details[0].created_time #=> Time
|
4185
4107
|
# resp.provisioning_artifact_details[0].active #=> Boolean
|
4186
4108
|
# resp.provisioning_artifact_details[0].guidance #=> String, one of "DEFAULT", "DEPRECATED"
|
@@ -4212,8 +4134,6 @@ module Aws::ServiceCatalog
|
|
4212
4134
|
# @option params [String] :accept_language
|
4213
4135
|
# The language code.
|
4214
4136
|
#
|
4215
|
-
# * `en` - English (default)
|
4216
|
-
#
|
4217
4137
|
# * `jp` - Japanese
|
4218
4138
|
#
|
4219
4139
|
# * `zh` - Chinese
|
@@ -4242,7 +4162,7 @@ module Aws::ServiceCatalog
|
|
4242
4162
|
# resp.provisioning_artifact_views[0].product_view_summary.name #=> String
|
4243
4163
|
# resp.provisioning_artifact_views[0].product_view_summary.owner #=> String
|
4244
4164
|
# resp.provisioning_artifact_views[0].product_view_summary.short_description #=> String
|
4245
|
-
# resp.provisioning_artifact_views[0].product_view_summary.type #=> String, one of "CLOUD_FORMATION_TEMPLATE", "MARKETPLACE"
|
4165
|
+
# resp.provisioning_artifact_views[0].product_view_summary.type #=> String, one of "CLOUD_FORMATION_TEMPLATE", "MARKETPLACE", "DEFAULT_CUSTOM", "TERRAFORM_OPEN_SOURCE"
|
4246
4166
|
# resp.provisioning_artifact_views[0].product_view_summary.distributor #=> String
|
4247
4167
|
# resp.provisioning_artifact_views[0].product_view_summary.has_default_path #=> Boolean
|
4248
4168
|
# resp.provisioning_artifact_views[0].product_view_summary.support_email #=> String
|
@@ -4269,8 +4189,6 @@ module Aws::ServiceCatalog
|
|
4269
4189
|
# @option params [String] :accept_language
|
4270
4190
|
# The language code.
|
4271
4191
|
#
|
4272
|
-
# * `en` - English (default)
|
4273
|
-
#
|
4274
4192
|
# * `jp` - Japanese
|
4275
4193
|
#
|
4276
4194
|
# * `zh` - Chinese
|
@@ -4400,8 +4318,6 @@ module Aws::ServiceCatalog
|
|
4400
4318
|
# @option params [String] :accept_language
|
4401
4319
|
# The language code.
|
4402
4320
|
#
|
4403
|
-
# * `en` - English (default)
|
4404
|
-
#
|
4405
4321
|
# * `jp` - Japanese
|
4406
4322
|
#
|
4407
4323
|
# * `zh` - Chinese
|
@@ -4466,8 +4382,6 @@ module Aws::ServiceCatalog
|
|
4466
4382
|
# @option params [String] :accept_language
|
4467
4383
|
# The language code.
|
4468
4384
|
#
|
4469
|
-
# * `en` - English (default)
|
4470
|
-
#
|
4471
4385
|
# * `jp` - Japanese
|
4472
4386
|
#
|
4473
4387
|
# * `zh` - Chinese
|
@@ -4515,8 +4429,6 @@ module Aws::ServiceCatalog
|
|
4515
4429
|
# @option params [String] :accept_language
|
4516
4430
|
# The language code.
|
4517
4431
|
#
|
4518
|
-
# * `en` - English (default)
|
4519
|
-
#
|
4520
4432
|
# * `jp` - Japanese
|
4521
4433
|
#
|
4522
4434
|
# * `zh` - Chinese
|
@@ -4613,23 +4525,193 @@ module Aws::ServiceCatalog
|
|
4613
4525
|
req.send_request(options)
|
4614
4526
|
end
|
4615
4527
|
|
4528
|
+
# Notifies the result of the provisioning engine execution.
|
4529
|
+
#
|
4530
|
+
# @option params [required, String] :workflow_token
|
4531
|
+
# The encrypted contents of the provisioning engine execution payload
|
4532
|
+
# that Service Catalog sends after the Terraform product provisioning
|
4533
|
+
# workflow starts.
|
4534
|
+
#
|
4535
|
+
# @option params [required, String] :record_id
|
4536
|
+
# The identifier of the record.
|
4537
|
+
#
|
4538
|
+
# @option params [required, String] :status
|
4539
|
+
# The status of the provisioning engine execution.
|
4540
|
+
#
|
4541
|
+
# @option params [String] :failure_reason
|
4542
|
+
# The reason why the provisioning engine execution failed.
|
4543
|
+
#
|
4544
|
+
# @option params [Types::EngineWorkflowResourceIdentifier] :resource_identifier
|
4545
|
+
# The ID for the provisioned product resources that are part of a
|
4546
|
+
# resource group.
|
4547
|
+
#
|
4548
|
+
# @option params [Array<Types::RecordOutput>] :outputs
|
4549
|
+
# The output of the provisioning engine execution.
|
4550
|
+
#
|
4551
|
+
# @option params [required, String] :idempotency_token
|
4552
|
+
# The idempotency token that identifies the provisioning engine
|
4553
|
+
# execution.
|
4554
|
+
#
|
4555
|
+
# **A suitable default value is auto-generated.** You should normally
|
4556
|
+
# not need to pass this option.**
|
4557
|
+
#
|
4558
|
+
# @return [Struct] Returns an empty {Seahorse::Client::Response response}.
|
4559
|
+
#
|
4560
|
+
# @example Request syntax with placeholder values
|
4561
|
+
#
|
4562
|
+
# resp = client.notify_provision_product_engine_workflow_result({
|
4563
|
+
# workflow_token: "EngineWorkflowToken", # required
|
4564
|
+
# record_id: "Id", # required
|
4565
|
+
# status: "SUCCEEDED", # required, accepts SUCCEEDED, FAILED
|
4566
|
+
# failure_reason: "EngineWorkflowFailureReason",
|
4567
|
+
# resource_identifier: {
|
4568
|
+
# unique_tag: {
|
4569
|
+
# key: "UniqueTagKey",
|
4570
|
+
# value: "UniqueTagValue",
|
4571
|
+
# },
|
4572
|
+
# },
|
4573
|
+
# outputs: [
|
4574
|
+
# {
|
4575
|
+
# output_key: "OutputKey",
|
4576
|
+
# output_value: "OutputValue",
|
4577
|
+
# description: "Description",
|
4578
|
+
# },
|
4579
|
+
# ],
|
4580
|
+
# idempotency_token: "IdempotencyToken", # required
|
4581
|
+
# })
|
4582
|
+
#
|
4583
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/servicecatalog-2015-12-10/NotifyProvisionProductEngineWorkflowResult AWS API Documentation
|
4584
|
+
#
|
4585
|
+
# @overload notify_provision_product_engine_workflow_result(params = {})
|
4586
|
+
# @param [Hash] params ({})
|
4587
|
+
def notify_provision_product_engine_workflow_result(params = {}, options = {})
|
4588
|
+
req = build_request(:notify_provision_product_engine_workflow_result, params)
|
4589
|
+
req.send_request(options)
|
4590
|
+
end
|
4591
|
+
|
4592
|
+
# Notifies the result of the terminate engine execution.
|
4593
|
+
#
|
4594
|
+
# @option params [required, String] :workflow_token
|
4595
|
+
# The encrypted contents of the terminate engine execution payload that
|
4596
|
+
# Service Catalog sends after the Terraform product terminate workflow
|
4597
|
+
# starts.
|
4598
|
+
#
|
4599
|
+
# @option params [required, String] :record_id
|
4600
|
+
# The identifier of the record.
|
4601
|
+
#
|
4602
|
+
# @option params [required, String] :status
|
4603
|
+
# The status of the terminate engine execution.
|
4604
|
+
#
|
4605
|
+
# @option params [String] :failure_reason
|
4606
|
+
# The reason why the terminate engine execution failed.
|
4607
|
+
#
|
4608
|
+
# @option params [required, String] :idempotency_token
|
4609
|
+
# The idempotency token that identifies the terminate engine execution.
|
4610
|
+
#
|
4611
|
+
# **A suitable default value is auto-generated.** You should normally
|
4612
|
+
# not need to pass this option.**
|
4613
|
+
#
|
4614
|
+
# @return [Struct] Returns an empty {Seahorse::Client::Response response}.
|
4615
|
+
#
|
4616
|
+
# @example Request syntax with placeholder values
|
4617
|
+
#
|
4618
|
+
# resp = client.notify_terminate_provisioned_product_engine_workflow_result({
|
4619
|
+
# workflow_token: "EngineWorkflowToken", # required
|
4620
|
+
# record_id: "Id", # required
|
4621
|
+
# status: "SUCCEEDED", # required, accepts SUCCEEDED, FAILED
|
4622
|
+
# failure_reason: "EngineWorkflowFailureReason",
|
4623
|
+
# idempotency_token: "IdempotencyToken", # required
|
4624
|
+
# })
|
4625
|
+
#
|
4626
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/servicecatalog-2015-12-10/NotifyTerminateProvisionedProductEngineWorkflowResult AWS API Documentation
|
4627
|
+
#
|
4628
|
+
# @overload notify_terminate_provisioned_product_engine_workflow_result(params = {})
|
4629
|
+
# @param [Hash] params ({})
|
4630
|
+
def notify_terminate_provisioned_product_engine_workflow_result(params = {}, options = {})
|
4631
|
+
req = build_request(:notify_terminate_provisioned_product_engine_workflow_result, params)
|
4632
|
+
req.send_request(options)
|
4633
|
+
end
|
4634
|
+
|
4635
|
+
# Notifies the result of the update engine execution.
|
4636
|
+
#
|
4637
|
+
# @option params [required, String] :workflow_token
|
4638
|
+
# The encrypted contents of the update engine execution payload that
|
4639
|
+
# Service Catalog sends after the Terraform product update workflow
|
4640
|
+
# starts.
|
4641
|
+
#
|
4642
|
+
# @option params [required, String] :record_id
|
4643
|
+
# The identifier of the record.
|
4644
|
+
#
|
4645
|
+
# @option params [required, String] :status
|
4646
|
+
# The status of the update engine execution.
|
4647
|
+
#
|
4648
|
+
# @option params [String] :failure_reason
|
4649
|
+
# The reason why the update engine execution failed.
|
4650
|
+
#
|
4651
|
+
# @option params [Array<Types::RecordOutput>] :outputs
|
4652
|
+
# The output of the update engine execution.
|
4653
|
+
#
|
4654
|
+
# @option params [required, String] :idempotency_token
|
4655
|
+
# The idempotency token that identifies the update engine execution.
|
4656
|
+
#
|
4657
|
+
# **A suitable default value is auto-generated.** You should normally
|
4658
|
+
# not need to pass this option.**
|
4659
|
+
#
|
4660
|
+
# @return [Struct] Returns an empty {Seahorse::Client::Response response}.
|
4661
|
+
#
|
4662
|
+
# @example Request syntax with placeholder values
|
4663
|
+
#
|
4664
|
+
# resp = client.notify_update_provisioned_product_engine_workflow_result({
|
4665
|
+
# workflow_token: "EngineWorkflowToken", # required
|
4666
|
+
# record_id: "Id", # required
|
4667
|
+
# status: "SUCCEEDED", # required, accepts SUCCEEDED, FAILED
|
4668
|
+
# failure_reason: "EngineWorkflowFailureReason",
|
4669
|
+
# outputs: [
|
4670
|
+
# {
|
4671
|
+
# output_key: "OutputKey",
|
4672
|
+
# output_value: "OutputValue",
|
4673
|
+
# description: "Description",
|
4674
|
+
# },
|
4675
|
+
# ],
|
4676
|
+
# idempotency_token: "IdempotencyToken", # required
|
4677
|
+
# })
|
4678
|
+
#
|
4679
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/servicecatalog-2015-12-10/NotifyUpdateProvisionedProductEngineWorkflowResult AWS API Documentation
|
4680
|
+
#
|
4681
|
+
# @overload notify_update_provisioned_product_engine_workflow_result(params = {})
|
4682
|
+
# @param [Hash] params ({})
|
4683
|
+
def notify_update_provisioned_product_engine_workflow_result(params = {}, options = {})
|
4684
|
+
req = build_request(:notify_update_provisioned_product_engine_workflow_result, params)
|
4685
|
+
req.send_request(options)
|
4686
|
+
end
|
4687
|
+
|
4616
4688
|
# Provisions the specified product.
|
4617
4689
|
#
|
4618
4690
|
# A provisioned product is a resourced instance of a product. For
|
4619
|
-
# example, provisioning a product based on
|
4620
|
-
# launches
|
4621
|
-
# check the status of this request using
|
4691
|
+
# example, provisioning a product that's based on an CloudFormation
|
4692
|
+
# template launches an CloudFormation stack and its underlying
|
4693
|
+
# resources. You can check the status of this request using
|
4694
|
+
# DescribeRecord.
|
4622
4695
|
#
|
4623
|
-
# If the request contains a tag key with an empty list of values,
|
4624
|
-
#
|
4625
|
-
# tags, or this
|
4626
|
-
# required parameter in Tags\[*N*\]:*Value*".
|
4696
|
+
# If the request contains a tag key with an empty list of values,
|
4697
|
+
# there's a tag conflict for that key. Don't include conflicted keys
|
4698
|
+
# as tags, or this will cause the error "Parameter validation failed:
|
4699
|
+
# Missing required parameter in Tags\[*N*\]:*Value*".
|
4700
|
+
#
|
4701
|
+
# <note markdown="1"> When provisioning a product that's been added to a portfolio, you
|
4702
|
+
# must grant your user, group, or role access to the portfolio. For more
|
4703
|
+
# information, see [Granting users access][1] in the *Service Catalog
|
4704
|
+
# User Guide*.
|
4705
|
+
#
|
4706
|
+
# </note>
|
4707
|
+
#
|
4708
|
+
#
|
4709
|
+
#
|
4710
|
+
# [1]: https://docs.aws.amazon.com/servicecatalog/latest/adminguide/catalogs_portfolios_users.html
|
4627
4711
|
#
|
4628
4712
|
# @option params [String] :accept_language
|
4629
4713
|
# The language code.
|
4630
4714
|
#
|
4631
|
-
# * `en` - English (default)
|
4632
|
-
#
|
4633
4715
|
# * `jp` - Japanese
|
4634
4716
|
#
|
4635
4717
|
# * `zh` - Chinese
|
@@ -4759,8 +4841,6 @@ module Aws::ServiceCatalog
|
|
4759
4841
|
# @option params [String] :accept_language
|
4760
4842
|
# The language code.
|
4761
4843
|
#
|
4762
|
-
# * `en` - English (default)
|
4763
|
-
#
|
4764
4844
|
# * `jp` - Japanese
|
4765
4845
|
#
|
4766
4846
|
# * `zh` - Chinese
|
@@ -4809,8 +4889,6 @@ module Aws::ServiceCatalog
|
|
4809
4889
|
# @option params [String] :accept_language
|
4810
4890
|
# The language code.
|
4811
4891
|
#
|
4812
|
-
# * `en` - English (default)
|
4813
|
-
#
|
4814
4892
|
# * `jp` - Japanese
|
4815
4893
|
#
|
4816
4894
|
# * `zh` - Chinese
|
@@ -4875,8 +4953,6 @@ module Aws::ServiceCatalog
|
|
4875
4953
|
# @option params [String] :accept_language
|
4876
4954
|
# The language code.
|
4877
4955
|
#
|
4878
|
-
# * `en` - English (default)
|
4879
|
-
#
|
4880
4956
|
# * `jp` - Japanese
|
4881
4957
|
#
|
4882
4958
|
# * `zh` - Chinese
|
@@ -4927,7 +5003,7 @@ module Aws::ServiceCatalog
|
|
4927
5003
|
# resp.product_view_summaries[0].name #=> String
|
4928
5004
|
# resp.product_view_summaries[0].owner #=> String
|
4929
5005
|
# resp.product_view_summaries[0].short_description #=> String
|
4930
|
-
# resp.product_view_summaries[0].type #=> String, one of "CLOUD_FORMATION_TEMPLATE", "MARKETPLACE"
|
5006
|
+
# resp.product_view_summaries[0].type #=> String, one of "CLOUD_FORMATION_TEMPLATE", "MARKETPLACE", "DEFAULT_CUSTOM", "TERRAFORM_OPEN_SOURCE"
|
4931
5007
|
# resp.product_view_summaries[0].distributor #=> String
|
4932
5008
|
# resp.product_view_summaries[0].has_default_path #=> Boolean
|
4933
5009
|
# resp.product_view_summaries[0].support_email #=> String
|
@@ -4954,8 +5030,6 @@ module Aws::ServiceCatalog
|
|
4954
5030
|
# @option params [String] :accept_language
|
4955
5031
|
# The language code.
|
4956
5032
|
#
|
4957
|
-
# * `en` - English (default)
|
4958
|
-
#
|
4959
5033
|
# * `jp` - Japanese
|
4960
5034
|
#
|
4961
5035
|
# * `zh` - Chinese
|
@@ -5013,7 +5087,7 @@ module Aws::ServiceCatalog
|
|
5013
5087
|
# resp.product_view_details[0].product_view_summary.name #=> String
|
5014
5088
|
# resp.product_view_details[0].product_view_summary.owner #=> String
|
5015
5089
|
# resp.product_view_details[0].product_view_summary.short_description #=> String
|
5016
|
-
# resp.product_view_details[0].product_view_summary.type #=> String, one of "CLOUD_FORMATION_TEMPLATE", "MARKETPLACE"
|
5090
|
+
# resp.product_view_details[0].product_view_summary.type #=> String, one of "CLOUD_FORMATION_TEMPLATE", "MARKETPLACE", "DEFAULT_CUSTOM", "TERRAFORM_OPEN_SOURCE"
|
5017
5091
|
# resp.product_view_details[0].product_view_summary.distributor #=> String
|
5018
5092
|
# resp.product_view_details[0].product_view_summary.has_default_path #=> Boolean
|
5019
5093
|
# resp.product_view_details[0].product_view_summary.support_email #=> String
|
@@ -5046,21 +5120,9 @@ module Aws::ServiceCatalog
|
|
5046
5120
|
# Gets information about the provisioned products that meet the
|
5047
5121
|
# specified criteria.
|
5048
5122
|
#
|
5049
|
-
# <note markdown="1"> To ensure a complete list of provisioned products and remove duplicate
|
5050
|
-
# products, use `sort-by createdTime`.
|
5051
|
-
#
|
5052
|
-
# Here is a CLI example: ` `
|
5053
|
-
#
|
5054
|
-
# `aws servicecatalog search-provisioned-products --sort-by createdTime
|
5055
|
-
# `
|
5056
|
-
#
|
5057
|
-
# </note>
|
5058
|
-
#
|
5059
5123
|
# @option params [String] :accept_language
|
5060
5124
|
# The language code.
|
5061
5125
|
#
|
5062
|
-
# * `en` - English (default)
|
5063
|
-
#
|
5064
5126
|
# * `jp` - Japanese
|
5065
5127
|
#
|
5066
5128
|
# * `zh` - Chinese
|
@@ -5186,8 +5248,6 @@ module Aws::ServiceCatalog
|
|
5186
5248
|
# @option params [String] :accept_language
|
5187
5249
|
# The language code.
|
5188
5250
|
#
|
5189
|
-
# * `en` - English (default)
|
5190
|
-
#
|
5191
5251
|
# * `jp` - Japanese
|
5192
5252
|
#
|
5193
5253
|
# * `zh` - Chinese
|
@@ -5249,8 +5309,6 @@ module Aws::ServiceCatalog
|
|
5249
5309
|
# @option params [String] :accept_language
|
5250
5310
|
# The language code.
|
5251
5311
|
#
|
5252
|
-
# * `en` - English (default)
|
5253
|
-
#
|
5254
5312
|
# * `jp` - Japanese
|
5255
5313
|
#
|
5256
5314
|
# * `zh` - Chinese
|
@@ -5378,8 +5436,6 @@ module Aws::ServiceCatalog
|
|
5378
5436
|
# @option params [String] :accept_language
|
5379
5437
|
# The language code.
|
5380
5438
|
#
|
5381
|
-
# * `en` - English (default)
|
5382
|
-
#
|
5383
5439
|
# * `jp` - Japanese
|
5384
5440
|
#
|
5385
5441
|
# * `zh` - Chinese
|
@@ -5481,8 +5537,6 @@ module Aws::ServiceCatalog
|
|
5481
5537
|
# @option params [String] :accept_language
|
5482
5538
|
# The language code.
|
5483
5539
|
#
|
5484
|
-
# * `en` - English (default)
|
5485
|
-
#
|
5486
5540
|
# * `jp` - Japanese
|
5487
5541
|
#
|
5488
5542
|
# * `zh` - Chinese
|
@@ -5547,8 +5601,6 @@ module Aws::ServiceCatalog
|
|
5547
5601
|
# @option params [String] :accept_language
|
5548
5602
|
# The language code.
|
5549
5603
|
#
|
5550
|
-
# * `en` - English (default)
|
5551
|
-
#
|
5552
5604
|
# * `jp` - Japanese
|
5553
5605
|
#
|
5554
5606
|
# * `zh` - Chinese
|
@@ -5637,7 +5689,7 @@ module Aws::ServiceCatalog
|
|
5637
5689
|
# resp.product_view_detail.product_view_summary.name #=> String
|
5638
5690
|
# resp.product_view_detail.product_view_summary.owner #=> String
|
5639
5691
|
# resp.product_view_detail.product_view_summary.short_description #=> String
|
5640
|
-
# resp.product_view_detail.product_view_summary.type #=> String, one of "CLOUD_FORMATION_TEMPLATE", "MARKETPLACE"
|
5692
|
+
# resp.product_view_detail.product_view_summary.type #=> String, one of "CLOUD_FORMATION_TEMPLATE", "MARKETPLACE", "DEFAULT_CUSTOM", "TERRAFORM_OPEN_SOURCE"
|
5641
5693
|
# resp.product_view_detail.product_view_summary.distributor #=> String
|
5642
5694
|
# resp.product_view_detail.product_view_summary.has_default_path #=> Boolean
|
5643
5695
|
# resp.product_view_detail.product_view_summary.support_email #=> String
|
@@ -5682,8 +5734,6 @@ module Aws::ServiceCatalog
|
|
5682
5734
|
# @option params [String] :accept_language
|
5683
5735
|
# The language code.
|
5684
5736
|
#
|
5685
|
-
# * `en` - English (default)
|
5686
|
-
#
|
5687
5737
|
# * `jp` - Japanese
|
5688
5738
|
#
|
5689
5739
|
# * `zh` - Chinese
|
@@ -5815,8 +5865,6 @@ module Aws::ServiceCatalog
|
|
5815
5865
|
# @option params [String] :accept_language
|
5816
5866
|
# The language code.
|
5817
5867
|
#
|
5818
|
-
# * `en` - English (default)
|
5819
|
-
#
|
5820
5868
|
# * `jp` - Japanese
|
5821
5869
|
#
|
5822
5870
|
# * `zh` - Chinese
|
@@ -5835,10 +5883,9 @@ module Aws::ServiceCatalog
|
|
5835
5883
|
# `ExecuteProvisionedProductServiceAction`. Only a role ARN is valid. A
|
5836
5884
|
# user ARN is invalid.
|
5837
5885
|
#
|
5838
|
-
# The `OWNER` key accepts
|
5839
|
-
#
|
5840
|
-
#
|
5841
|
-
# product.
|
5886
|
+
# The `OWNER` key accepts user ARNs, IAM role ARNs, and STS assumed-role
|
5887
|
+
# ARNs. The owner is the user that has permission to see, update,
|
5888
|
+
# terminate, and execute service actions in the provisioned product.
|
5842
5889
|
#
|
5843
5890
|
# The administrator can change the owner of a provisioned product to
|
5844
5891
|
# another IAM or STS entity within the same account. Both end user
|
@@ -5908,8 +5955,6 @@ module Aws::ServiceCatalog
|
|
5908
5955
|
# @option params [String] :accept_language
|
5909
5956
|
# The language code.
|
5910
5957
|
#
|
5911
|
-
# * `en` - English (default)
|
5912
|
-
#
|
5913
5958
|
# * `jp` - Japanese
|
5914
5959
|
#
|
5915
5960
|
# * `zh` - Chinese
|
@@ -5967,7 +6012,7 @@ module Aws::ServiceCatalog
|
|
5967
6012
|
# resp.provisioning_artifact_detail.id #=> String
|
5968
6013
|
# resp.provisioning_artifact_detail.name #=> String
|
5969
6014
|
# resp.provisioning_artifact_detail.description #=> String
|
5970
|
-
# resp.provisioning_artifact_detail.type #=> String, one of "CLOUD_FORMATION_TEMPLATE", "MARKETPLACE_AMI", "MARKETPLACE_CAR"
|
6015
|
+
# resp.provisioning_artifact_detail.type #=> String, one of "CLOUD_FORMATION_TEMPLATE", "MARKETPLACE_AMI", "MARKETPLACE_CAR", "DEFAULT_CUSTOM", "TERRAFORM_OPEN_SOURCE"
|
5971
6016
|
# resp.provisioning_artifact_detail.created_time #=> Time
|
5972
6017
|
# resp.provisioning_artifact_detail.active #=> Boolean
|
5973
6018
|
# resp.provisioning_artifact_detail.guidance #=> String, one of "DEFAULT", "DEPRECATED"
|
@@ -6002,8 +6047,6 @@ module Aws::ServiceCatalog
|
|
6002
6047
|
# @option params [String] :accept_language
|
6003
6048
|
# The language code.
|
6004
6049
|
#
|
6005
|
-
# * `en` - English (default)
|
6006
|
-
#
|
6007
6050
|
# * `jp` - Japanese
|
6008
6051
|
#
|
6009
6052
|
# * `zh` - Chinese
|
@@ -6095,7 +6138,7 @@ module Aws::ServiceCatalog
|
|
6095
6138
|
params: params,
|
6096
6139
|
config: config)
|
6097
6140
|
context[:gem_name] = 'aws-sdk-servicecatalog'
|
6098
|
-
context[:gem_version] = '1.
|
6141
|
+
context[:gem_version] = '1.77.0'
|
6099
6142
|
Seahorse::Client::Request.new(handlers, context)
|
6100
6143
|
end
|
6101
6144
|
|