aws-sdk-servicecatalog 1.40.0 → 1.45.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/aws-sdk-servicecatalog.rb +3 -1
- data/lib/aws-sdk-servicecatalog/client.rb +145 -29
- data/lib/aws-sdk-servicecatalog/client_api.rb +32 -4
- data/lib/aws-sdk-servicecatalog/customizations.rb +1 -0
- data/lib/aws-sdk-servicecatalog/errors.rb +2 -0
- data/lib/aws-sdk-servicecatalog/resource.rb +2 -0
- data/lib/aws-sdk-servicecatalog/types.rb +370 -15
- metadata +4 -4
@@ -1,3 +1,5 @@
|
|
1
|
+
# frozen_string_literal: true
|
2
|
+
|
1
3
|
# WARNING ABOUT GENERATED CODE
|
2
4
|
#
|
3
5
|
# This file is generated. See the contributing guide for more information:
|
@@ -54,6 +56,7 @@ module Aws::ServiceCatalog
|
|
54
56
|
:accept_language,
|
55
57
|
:portfolio_id,
|
56
58
|
:portfolio_share_type)
|
59
|
+
SENSITIVE = []
|
57
60
|
include Aws::Structure
|
58
61
|
end
|
59
62
|
|
@@ -92,6 +95,7 @@ module Aws::ServiceCatalog
|
|
92
95
|
class AccessLevelFilter < Struct.new(
|
93
96
|
:key,
|
94
97
|
:value)
|
98
|
+
SENSITIVE = []
|
95
99
|
include Aws::Structure
|
96
100
|
end
|
97
101
|
|
@@ -116,6 +120,7 @@ module Aws::ServiceCatalog
|
|
116
120
|
class AssociateBudgetWithResourceInput < Struct.new(
|
117
121
|
:budget_name,
|
118
122
|
:resource_id)
|
123
|
+
SENSITIVE = []
|
119
124
|
include Aws::Structure
|
120
125
|
end
|
121
126
|
|
@@ -162,6 +167,7 @@ module Aws::ServiceCatalog
|
|
162
167
|
:portfolio_id,
|
163
168
|
:principal_arn,
|
164
169
|
:principal_type)
|
170
|
+
SENSITIVE = []
|
165
171
|
include Aws::Structure
|
166
172
|
end
|
167
173
|
|
@@ -208,6 +214,7 @@ module Aws::ServiceCatalog
|
|
208
214
|
:product_id,
|
209
215
|
:portfolio_id,
|
210
216
|
:source_portfolio_id)
|
217
|
+
SENSITIVE = []
|
211
218
|
include Aws::Structure
|
212
219
|
end
|
213
220
|
|
@@ -256,6 +263,7 @@ module Aws::ServiceCatalog
|
|
256
263
|
:provisioning_artifact_id,
|
257
264
|
:service_action_id,
|
258
265
|
:accept_language)
|
266
|
+
SENSITIVE = []
|
259
267
|
include Aws::Structure
|
260
268
|
end
|
261
269
|
|
@@ -284,6 +292,7 @@ module Aws::ServiceCatalog
|
|
284
292
|
class AssociateTagOptionWithResourceInput < Struct.new(
|
285
293
|
:resource_id,
|
286
294
|
:tag_option_id)
|
295
|
+
SENSITIVE = []
|
287
296
|
include Aws::Structure
|
288
297
|
end
|
289
298
|
|
@@ -325,6 +334,7 @@ module Aws::ServiceCatalog
|
|
325
334
|
class BatchAssociateServiceActionWithProvisioningArtifactInput < Struct.new(
|
326
335
|
:service_action_associations,
|
327
336
|
:accept_language)
|
337
|
+
SENSITIVE = []
|
328
338
|
include Aws::Structure
|
329
339
|
end
|
330
340
|
|
@@ -337,6 +347,7 @@ module Aws::ServiceCatalog
|
|
337
347
|
#
|
338
348
|
class BatchAssociateServiceActionWithProvisioningArtifactOutput < Struct.new(
|
339
349
|
:failed_service_action_associations)
|
350
|
+
SENSITIVE = []
|
340
351
|
include Aws::Structure
|
341
352
|
end
|
342
353
|
|
@@ -374,6 +385,7 @@ module Aws::ServiceCatalog
|
|
374
385
|
class BatchDisassociateServiceActionFromProvisioningArtifactInput < Struct.new(
|
375
386
|
:service_action_associations,
|
376
387
|
:accept_language)
|
388
|
+
SENSITIVE = []
|
377
389
|
include Aws::Structure
|
378
390
|
end
|
379
391
|
|
@@ -386,6 +398,7 @@ module Aws::ServiceCatalog
|
|
386
398
|
#
|
387
399
|
class BatchDisassociateServiceActionFromProvisioningArtifactOutput < Struct.new(
|
388
400
|
:failed_service_action_associations)
|
401
|
+
SENSITIVE = []
|
389
402
|
include Aws::Structure
|
390
403
|
end
|
391
404
|
|
@@ -399,6 +412,7 @@ module Aws::ServiceCatalog
|
|
399
412
|
#
|
400
413
|
class BudgetDetail < Struct.new(
|
401
414
|
:budget_name)
|
415
|
+
SENSITIVE = []
|
402
416
|
include Aws::Structure
|
403
417
|
end
|
404
418
|
|
@@ -412,6 +426,7 @@ module Aws::ServiceCatalog
|
|
412
426
|
#
|
413
427
|
class CloudWatchDashboard < Struct.new(
|
414
428
|
:name)
|
429
|
+
SENSITIVE = []
|
415
430
|
include Aws::Structure
|
416
431
|
end
|
417
432
|
|
@@ -462,6 +477,7 @@ module Aws::ServiceCatalog
|
|
462
477
|
:owner,
|
463
478
|
:product_id,
|
464
479
|
:portfolio_id)
|
480
|
+
SENSITIVE = []
|
465
481
|
include Aws::Structure
|
466
482
|
end
|
467
483
|
|
@@ -488,6 +504,7 @@ module Aws::ServiceCatalog
|
|
488
504
|
class ConstraintSummary < Struct.new(
|
489
505
|
:type,
|
490
506
|
:description)
|
507
|
+
SENSITIVE = []
|
491
508
|
include Aws::Structure
|
492
509
|
end
|
493
510
|
|
@@ -562,6 +579,7 @@ module Aws::ServiceCatalog
|
|
562
579
|
:source_provisioning_artifact_identifiers,
|
563
580
|
:copy_options,
|
564
581
|
:idempotency_token)
|
582
|
+
SENSITIVE = []
|
565
583
|
include Aws::Structure
|
566
584
|
end
|
567
585
|
|
@@ -573,6 +591,7 @@ module Aws::ServiceCatalog
|
|
573
591
|
#
|
574
592
|
class CopyProductOutput < Struct.new(
|
575
593
|
:copy_product_token)
|
594
|
+
SENSITIVE = []
|
576
595
|
include Aws::Structure
|
577
596
|
end
|
578
597
|
|
@@ -720,6 +739,7 @@ module Aws::ServiceCatalog
|
|
720
739
|
:type,
|
721
740
|
:description,
|
722
741
|
:idempotency_token)
|
742
|
+
SENSITIVE = []
|
723
743
|
include Aws::Structure
|
724
744
|
end
|
725
745
|
|
@@ -741,6 +761,7 @@ module Aws::ServiceCatalog
|
|
741
761
|
:constraint_detail,
|
742
762
|
:constraint_parameters,
|
743
763
|
:status)
|
764
|
+
SENSITIVE = []
|
744
765
|
include Aws::Structure
|
745
766
|
end
|
746
767
|
|
@@ -805,6 +826,7 @@ module Aws::ServiceCatalog
|
|
805
826
|
:provider_name,
|
806
827
|
:tags,
|
807
828
|
:idempotency_token)
|
829
|
+
SENSITIVE = []
|
808
830
|
include Aws::Structure
|
809
831
|
end
|
810
832
|
|
@@ -821,6 +843,7 @@ module Aws::ServiceCatalog
|
|
821
843
|
class CreatePortfolioOutput < Struct.new(
|
822
844
|
:portfolio_detail,
|
823
845
|
:tags)
|
846
|
+
SENSITIVE = []
|
824
847
|
include Aws::Structure
|
825
848
|
end
|
826
849
|
|
@@ -871,6 +894,7 @@ module Aws::ServiceCatalog
|
|
871
894
|
:portfolio_id,
|
872
895
|
:account_id,
|
873
896
|
:organization_node)
|
897
|
+
SENSITIVE = []
|
874
898
|
include Aws::Structure
|
875
899
|
end
|
876
900
|
|
@@ -883,6 +907,7 @@ module Aws::ServiceCatalog
|
|
883
907
|
#
|
884
908
|
class CreatePortfolioShareOutput < Struct.new(
|
885
909
|
:portfolio_share_token)
|
910
|
+
SENSITIVE = []
|
886
911
|
include Aws::Structure
|
887
912
|
end
|
888
913
|
|
@@ -991,6 +1016,7 @@ module Aws::ServiceCatalog
|
|
991
1016
|
:tags,
|
992
1017
|
:provisioning_artifact_parameters,
|
993
1018
|
:idempotency_token)
|
1019
|
+
SENSITIVE = []
|
994
1020
|
include Aws::Structure
|
995
1021
|
end
|
996
1022
|
|
@@ -1012,6 +1038,7 @@ module Aws::ServiceCatalog
|
|
1012
1038
|
:product_view_detail,
|
1013
1039
|
:provisioning_artifact_detail,
|
1014
1040
|
:tags)
|
1041
|
+
SENSITIVE = []
|
1015
1042
|
include Aws::Structure
|
1016
1043
|
end
|
1017
1044
|
|
@@ -1123,6 +1150,7 @@ module Aws::ServiceCatalog
|
|
1123
1150
|
:provisioning_parameters,
|
1124
1151
|
:idempotency_token,
|
1125
1152
|
:tags)
|
1153
|
+
SENSITIVE = []
|
1126
1154
|
include Aws::Structure
|
1127
1155
|
end
|
1128
1156
|
|
@@ -1154,6 +1182,7 @@ module Aws::ServiceCatalog
|
|
1154
1182
|
:provision_product_id,
|
1155
1183
|
:provisioned_product_name,
|
1156
1184
|
:provisioning_artifact_id)
|
1185
|
+
SENSITIVE = []
|
1157
1186
|
include Aws::Structure
|
1158
1187
|
end
|
1159
1188
|
|
@@ -1209,6 +1238,7 @@ module Aws::ServiceCatalog
|
|
1209
1238
|
:product_id,
|
1210
1239
|
:parameters,
|
1211
1240
|
:idempotency_token)
|
1241
|
+
SENSITIVE = []
|
1212
1242
|
include Aws::Structure
|
1213
1243
|
end
|
1214
1244
|
|
@@ -1230,6 +1260,7 @@ module Aws::ServiceCatalog
|
|
1230
1260
|
:provisioning_artifact_detail,
|
1231
1261
|
:info,
|
1232
1262
|
:status)
|
1263
|
+
SENSITIVE = []
|
1233
1264
|
include Aws::Structure
|
1234
1265
|
end
|
1235
1266
|
|
@@ -1320,6 +1351,7 @@ module Aws::ServiceCatalog
|
|
1320
1351
|
:description,
|
1321
1352
|
:accept_language,
|
1322
1353
|
:idempotency_token)
|
1354
|
+
SENSITIVE = []
|
1323
1355
|
include Aws::Structure
|
1324
1356
|
end
|
1325
1357
|
|
@@ -1331,6 +1363,7 @@ module Aws::ServiceCatalog
|
|
1331
1363
|
#
|
1332
1364
|
class CreateServiceActionOutput < Struct.new(
|
1333
1365
|
:service_action_detail)
|
1366
|
+
SENSITIVE = []
|
1334
1367
|
include Aws::Structure
|
1335
1368
|
end
|
1336
1369
|
|
@@ -1355,6 +1388,7 @@ module Aws::ServiceCatalog
|
|
1355
1388
|
class CreateTagOptionInput < Struct.new(
|
1356
1389
|
:key,
|
1357
1390
|
:value)
|
1391
|
+
SENSITIVE = []
|
1358
1392
|
include Aws::Structure
|
1359
1393
|
end
|
1360
1394
|
|
@@ -1366,6 +1400,7 @@ module Aws::ServiceCatalog
|
|
1366
1400
|
#
|
1367
1401
|
class CreateTagOptionOutput < Struct.new(
|
1368
1402
|
:tag_option_detail)
|
1403
|
+
SENSITIVE = []
|
1369
1404
|
include Aws::Structure
|
1370
1405
|
end
|
1371
1406
|
|
@@ -1396,6 +1431,7 @@ module Aws::ServiceCatalog
|
|
1396
1431
|
class DeleteConstraintInput < Struct.new(
|
1397
1432
|
:accept_language,
|
1398
1433
|
:id)
|
1434
|
+
SENSITIVE = []
|
1399
1435
|
include Aws::Structure
|
1400
1436
|
end
|
1401
1437
|
|
@@ -1430,6 +1466,7 @@ module Aws::ServiceCatalog
|
|
1430
1466
|
class DeletePortfolioInput < Struct.new(
|
1431
1467
|
:accept_language,
|
1432
1468
|
:id)
|
1469
|
+
SENSITIVE = []
|
1433
1470
|
include Aws::Structure
|
1434
1471
|
end
|
1435
1472
|
|
@@ -1479,6 +1516,7 @@ module Aws::ServiceCatalog
|
|
1479
1516
|
:portfolio_id,
|
1480
1517
|
:account_id,
|
1481
1518
|
:organization_node)
|
1519
|
+
SENSITIVE = []
|
1482
1520
|
include Aws::Structure
|
1483
1521
|
end
|
1484
1522
|
|
@@ -1491,6 +1529,7 @@ module Aws::ServiceCatalog
|
|
1491
1529
|
#
|
1492
1530
|
class DeletePortfolioShareOutput < Struct.new(
|
1493
1531
|
:portfolio_share_token)
|
1532
|
+
SENSITIVE = []
|
1494
1533
|
include Aws::Structure
|
1495
1534
|
end
|
1496
1535
|
|
@@ -1521,6 +1560,7 @@ module Aws::ServiceCatalog
|
|
1521
1560
|
class DeleteProductInput < Struct.new(
|
1522
1561
|
:accept_language,
|
1523
1562
|
:id)
|
1563
|
+
SENSITIVE = []
|
1524
1564
|
include Aws::Structure
|
1525
1565
|
end
|
1526
1566
|
|
@@ -1563,6 +1603,7 @@ module Aws::ServiceCatalog
|
|
1563
1603
|
:accept_language,
|
1564
1604
|
:plan_id,
|
1565
1605
|
:ignore_errors)
|
1606
|
+
SENSITIVE = []
|
1566
1607
|
include Aws::Structure
|
1567
1608
|
end
|
1568
1609
|
|
@@ -1603,6 +1644,7 @@ module Aws::ServiceCatalog
|
|
1603
1644
|
:accept_language,
|
1604
1645
|
:product_id,
|
1605
1646
|
:provisioning_artifact_id)
|
1647
|
+
SENSITIVE = []
|
1606
1648
|
include Aws::Structure
|
1607
1649
|
end
|
1608
1650
|
|
@@ -1638,6 +1680,7 @@ module Aws::ServiceCatalog
|
|
1638
1680
|
class DeleteServiceActionInput < Struct.new(
|
1639
1681
|
:id,
|
1640
1682
|
:accept_language)
|
1683
|
+
SENSITIVE = []
|
1641
1684
|
include Aws::Structure
|
1642
1685
|
end
|
1643
1686
|
|
@@ -1660,6 +1703,7 @@ module Aws::ServiceCatalog
|
|
1660
1703
|
#
|
1661
1704
|
class DeleteTagOptionInput < Struct.new(
|
1662
1705
|
:id)
|
1706
|
+
SENSITIVE = []
|
1663
1707
|
include Aws::Structure
|
1664
1708
|
end
|
1665
1709
|
|
@@ -1694,6 +1738,7 @@ module Aws::ServiceCatalog
|
|
1694
1738
|
class DescribeConstraintInput < Struct.new(
|
1695
1739
|
:accept_language,
|
1696
1740
|
:id)
|
1741
|
+
SENSITIVE = []
|
1697
1742
|
include Aws::Structure
|
1698
1743
|
end
|
1699
1744
|
|
@@ -1715,6 +1760,7 @@ module Aws::ServiceCatalog
|
|
1715
1760
|
:constraint_detail,
|
1716
1761
|
:constraint_parameters,
|
1717
1762
|
:status)
|
1763
|
+
SENSITIVE = []
|
1718
1764
|
include Aws::Structure
|
1719
1765
|
end
|
1720
1766
|
|
@@ -1746,6 +1792,7 @@ module Aws::ServiceCatalog
|
|
1746
1792
|
class DescribeCopyProductStatusInput < Struct.new(
|
1747
1793
|
:accept_language,
|
1748
1794
|
:copy_product_token)
|
1795
|
+
SENSITIVE = []
|
1749
1796
|
include Aws::Structure
|
1750
1797
|
end
|
1751
1798
|
|
@@ -1767,6 +1814,7 @@ module Aws::ServiceCatalog
|
|
1767
1814
|
:copy_product_status,
|
1768
1815
|
:target_product_id,
|
1769
1816
|
:status_detail)
|
1817
|
+
SENSITIVE = []
|
1770
1818
|
include Aws::Structure
|
1771
1819
|
end
|
1772
1820
|
|
@@ -1797,6 +1845,7 @@ module Aws::ServiceCatalog
|
|
1797
1845
|
class DescribePortfolioInput < Struct.new(
|
1798
1846
|
:accept_language,
|
1799
1847
|
:id)
|
1848
|
+
SENSITIVE = []
|
1800
1849
|
include Aws::Structure
|
1801
1850
|
end
|
1802
1851
|
|
@@ -1823,6 +1872,7 @@ module Aws::ServiceCatalog
|
|
1823
1872
|
:tags,
|
1824
1873
|
:tag_options,
|
1825
1874
|
:budgets)
|
1875
|
+
SENSITIVE = []
|
1826
1876
|
include Aws::Structure
|
1827
1877
|
end
|
1828
1878
|
|
@@ -1842,6 +1892,7 @@ module Aws::ServiceCatalog
|
|
1842
1892
|
#
|
1843
1893
|
class DescribePortfolioShareStatusInput < Struct.new(
|
1844
1894
|
:portfolio_share_token)
|
1895
|
+
SENSITIVE = []
|
1845
1896
|
include Aws::Structure
|
1846
1897
|
end
|
1847
1898
|
|
@@ -1875,6 +1926,7 @@ module Aws::ServiceCatalog
|
|
1875
1926
|
:organization_node_value,
|
1876
1927
|
:status,
|
1877
1928
|
:share_details)
|
1929
|
+
SENSITIVE = []
|
1878
1930
|
include Aws::Structure
|
1879
1931
|
end
|
1880
1932
|
|
@@ -1911,6 +1963,7 @@ module Aws::ServiceCatalog
|
|
1911
1963
|
:accept_language,
|
1912
1964
|
:id,
|
1913
1965
|
:name)
|
1966
|
+
SENSITIVE = []
|
1914
1967
|
include Aws::Structure
|
1915
1968
|
end
|
1916
1969
|
|
@@ -1943,6 +1996,7 @@ module Aws::ServiceCatalog
|
|
1943
1996
|
:tags,
|
1944
1997
|
:tag_options,
|
1945
1998
|
:budgets)
|
1999
|
+
SENSITIVE = []
|
1946
2000
|
include Aws::Structure
|
1947
2001
|
end
|
1948
2002
|
|
@@ -1979,6 +2033,7 @@ module Aws::ServiceCatalog
|
|
1979
2033
|
:accept_language,
|
1980
2034
|
:id,
|
1981
2035
|
:name)
|
2036
|
+
SENSITIVE = []
|
1982
2037
|
include Aws::Structure
|
1983
2038
|
end
|
1984
2039
|
|
@@ -2006,6 +2061,7 @@ module Aws::ServiceCatalog
|
|
2006
2061
|
:provisioning_artifacts,
|
2007
2062
|
:budgets,
|
2008
2063
|
:launch_paths)
|
2064
|
+
SENSITIVE = []
|
2009
2065
|
include Aws::Structure
|
2010
2066
|
end
|
2011
2067
|
|
@@ -2036,6 +2092,7 @@ module Aws::ServiceCatalog
|
|
2036
2092
|
class DescribeProductViewInput < Struct.new(
|
2037
2093
|
:accept_language,
|
2038
2094
|
:id)
|
2095
|
+
SENSITIVE = []
|
2039
2096
|
include Aws::Structure
|
2040
2097
|
end
|
2041
2098
|
|
@@ -2052,6 +2109,7 @@ module Aws::ServiceCatalog
|
|
2052
2109
|
class DescribeProductViewOutput < Struct.new(
|
2053
2110
|
:product_view_summary,
|
2054
2111
|
:provisioning_artifacts)
|
2112
|
+
SENSITIVE = []
|
2055
2113
|
include Aws::Structure
|
2056
2114
|
end
|
2057
2115
|
|
@@ -2082,6 +2140,7 @@ module Aws::ServiceCatalog
|
|
2082
2140
|
class DescribeProvisionedProductInput < Struct.new(
|
2083
2141
|
:accept_language,
|
2084
2142
|
:id)
|
2143
|
+
SENSITIVE = []
|
2085
2144
|
include Aws::Structure
|
2086
2145
|
end
|
2087
2146
|
|
@@ -2099,6 +2158,7 @@ module Aws::ServiceCatalog
|
|
2099
2158
|
class DescribeProvisionedProductOutput < Struct.new(
|
2100
2159
|
:provisioned_product_detail,
|
2101
2160
|
:cloud_watch_dashboards)
|
2161
|
+
SENSITIVE = []
|
2102
2162
|
include Aws::Structure
|
2103
2163
|
end
|
2104
2164
|
|
@@ -2142,6 +2202,7 @@ module Aws::ServiceCatalog
|
|
2142
2202
|
:plan_id,
|
2143
2203
|
:page_size,
|
2144
2204
|
:page_token)
|
2205
|
+
SENSITIVE = []
|
2145
2206
|
include Aws::Structure
|
2146
2207
|
end
|
2147
2208
|
|
@@ -2165,6 +2226,7 @@ module Aws::ServiceCatalog
|
|
2165
2226
|
:provisioned_product_plan_details,
|
2166
2227
|
:resource_changes,
|
2167
2228
|
:next_page_token)
|
2229
|
+
SENSITIVE = []
|
2168
2230
|
include Aws::Structure
|
2169
2231
|
end
|
2170
2232
|
|
@@ -2219,6 +2281,7 @@ module Aws::ServiceCatalog
|
|
2219
2281
|
:provisioning_artifact_name,
|
2220
2282
|
:product_name,
|
2221
2283
|
:verbose)
|
2284
|
+
SENSITIVE = []
|
2222
2285
|
include Aws::Structure
|
2223
2286
|
end
|
2224
2287
|
|
@@ -2240,6 +2303,7 @@ module Aws::ServiceCatalog
|
|
2240
2303
|
:provisioning_artifact_detail,
|
2241
2304
|
:info,
|
2242
2305
|
:status)
|
2306
|
+
SENSITIVE = []
|
2243
2307
|
include Aws::Structure
|
2244
2308
|
end
|
2245
2309
|
|
@@ -2248,9 +2312,12 @@ module Aws::ServiceCatalog
|
|
2248
2312
|
#
|
2249
2313
|
# {
|
2250
2314
|
# accept_language: "AcceptLanguage",
|
2251
|
-
# product_id: "Id",
|
2252
|
-
#
|
2315
|
+
# product_id: "Id",
|
2316
|
+
# product_name: "ProductViewName",
|
2317
|
+
# provisioning_artifact_id: "Id",
|
2318
|
+
# provisioning_artifact_name: "ProvisioningArtifactName",
|
2253
2319
|
# path_id: "Id",
|
2320
|
+
# path_name: "PortfolioDisplayName",
|
2254
2321
|
# }
|
2255
2322
|
#
|
2256
2323
|
# @!attribute [rw] accept_language
|
@@ -2264,17 +2331,34 @@ module Aws::ServiceCatalog
|
|
2264
2331
|
# @return [String]
|
2265
2332
|
#
|
2266
2333
|
# @!attribute [rw] product_id
|
2267
|
-
# The product identifier.
|
2334
|
+
# The product identifier. You must provide the product name or ID, but
|
2335
|
+
# not both.
|
2336
|
+
# @return [String]
|
2337
|
+
#
|
2338
|
+
# @!attribute [rw] product_name
|
2339
|
+
# The name of the product. You must provide the name or ID, but not
|
2340
|
+
# both.
|
2268
2341
|
# @return [String]
|
2269
2342
|
#
|
2270
2343
|
# @!attribute [rw] provisioning_artifact_id
|
2271
|
-
# The identifier of the provisioning artifact.
|
2344
|
+
# The identifier of the provisioning artifact. You must provide the
|
2345
|
+
# name or ID, but not both.
|
2346
|
+
# @return [String]
|
2347
|
+
#
|
2348
|
+
# @!attribute [rw] provisioning_artifact_name
|
2349
|
+
# The name of the provisioning artifact. You must provide the name or
|
2350
|
+
# ID, but not both.
|
2272
2351
|
# @return [String]
|
2273
2352
|
#
|
2274
2353
|
# @!attribute [rw] path_id
|
2275
2354
|
# The path identifier of the product. This value is optional if the
|
2276
2355
|
# product has a default path, and required if the product has more
|
2277
2356
|
# than one path. To list the paths for a product, use ListLaunchPaths.
|
2357
|
+
# You must provide the name or ID, but not both.
|
2358
|
+
# @return [String]
|
2359
|
+
#
|
2360
|
+
# @!attribute [rw] path_name
|
2361
|
+
# The name of the path. You must provide the name or ID, but not both.
|
2278
2362
|
# @return [String]
|
2279
2363
|
#
|
2280
2364
|
# @see http://docs.aws.amazon.com/goto/WebAPI/servicecatalog-2015-12-10/DescribeProvisioningParametersInput AWS API Documentation
|
@@ -2282,8 +2366,12 @@ module Aws::ServiceCatalog
|
|
2282
2366
|
class DescribeProvisioningParametersInput < Struct.new(
|
2283
2367
|
:accept_language,
|
2284
2368
|
:product_id,
|
2369
|
+
:product_name,
|
2285
2370
|
:provisioning_artifact_id,
|
2286
|
-
:
|
2371
|
+
:provisioning_artifact_name,
|
2372
|
+
:path_id,
|
2373
|
+
:path_name)
|
2374
|
+
SENSITIVE = []
|
2287
2375
|
include Aws::Structure
|
2288
2376
|
end
|
2289
2377
|
|
@@ -2310,6 +2398,10 @@ module Aws::ServiceCatalog
|
|
2310
2398
|
# regions and accounts, for the provisioning artifact.
|
2311
2399
|
# @return [Types::ProvisioningArtifactPreferences]
|
2312
2400
|
#
|
2401
|
+
# @!attribute [rw] provisioning_artifact_outputs
|
2402
|
+
# The output of the provisioning artifact.
|
2403
|
+
# @return [Array<Types::ProvisioningArtifactOutput>]
|
2404
|
+
#
|
2313
2405
|
# @see http://docs.aws.amazon.com/goto/WebAPI/servicecatalog-2015-12-10/DescribeProvisioningParametersOutput AWS API Documentation
|
2314
2406
|
#
|
2315
2407
|
class DescribeProvisioningParametersOutput < Struct.new(
|
@@ -2317,7 +2409,9 @@ module Aws::ServiceCatalog
|
|
2317
2409
|
:constraint_summaries,
|
2318
2410
|
:usage_instructions,
|
2319
2411
|
:tag_options,
|
2320
|
-
:provisioning_artifact_preferences
|
2412
|
+
:provisioning_artifact_preferences,
|
2413
|
+
:provisioning_artifact_outputs)
|
2414
|
+
SENSITIVE = []
|
2321
2415
|
include Aws::Structure
|
2322
2416
|
end
|
2323
2417
|
|
@@ -2362,6 +2456,7 @@ module Aws::ServiceCatalog
|
|
2362
2456
|
:id,
|
2363
2457
|
:page_token,
|
2364
2458
|
:page_size)
|
2459
|
+
SENSITIVE = []
|
2365
2460
|
include Aws::Structure
|
2366
2461
|
end
|
2367
2462
|
|
@@ -2386,6 +2481,7 @@ module Aws::ServiceCatalog
|
|
2386
2481
|
:record_detail,
|
2387
2482
|
:record_outputs,
|
2388
2483
|
:next_page_token)
|
2484
|
+
SENSITIVE = []
|
2389
2485
|
include Aws::Structure
|
2390
2486
|
end
|
2391
2487
|
|
@@ -2422,6 +2518,7 @@ module Aws::ServiceCatalog
|
|
2422
2518
|
:provisioned_product_id,
|
2423
2519
|
:service_action_id,
|
2424
2520
|
:accept_language)
|
2521
|
+
SENSITIVE = []
|
2425
2522
|
include Aws::Structure
|
2426
2523
|
end
|
2427
2524
|
|
@@ -2433,6 +2530,7 @@ module Aws::ServiceCatalog
|
|
2433
2530
|
#
|
2434
2531
|
class DescribeServiceActionExecutionParametersOutput < Struct.new(
|
2435
2532
|
:service_action_parameters)
|
2533
|
+
SENSITIVE = []
|
2436
2534
|
include Aws::Structure
|
2437
2535
|
end
|
2438
2536
|
|
@@ -2463,6 +2561,7 @@ module Aws::ServiceCatalog
|
|
2463
2561
|
class DescribeServiceActionInput < Struct.new(
|
2464
2562
|
:id,
|
2465
2563
|
:accept_language)
|
2564
|
+
SENSITIVE = []
|
2466
2565
|
include Aws::Structure
|
2467
2566
|
end
|
2468
2567
|
|
@@ -2474,6 +2573,7 @@ module Aws::ServiceCatalog
|
|
2474
2573
|
#
|
2475
2574
|
class DescribeServiceActionOutput < Struct.new(
|
2476
2575
|
:service_action_detail)
|
2576
|
+
SENSITIVE = []
|
2477
2577
|
include Aws::Structure
|
2478
2578
|
end
|
2479
2579
|
|
@@ -2492,6 +2592,7 @@ module Aws::ServiceCatalog
|
|
2492
2592
|
#
|
2493
2593
|
class DescribeTagOptionInput < Struct.new(
|
2494
2594
|
:id)
|
2595
|
+
SENSITIVE = []
|
2495
2596
|
include Aws::Structure
|
2496
2597
|
end
|
2497
2598
|
|
@@ -2503,6 +2604,7 @@ module Aws::ServiceCatalog
|
|
2503
2604
|
#
|
2504
2605
|
class DescribeTagOptionOutput < Struct.new(
|
2505
2606
|
:tag_option_detail)
|
2607
|
+
SENSITIVE = []
|
2506
2608
|
include Aws::Structure
|
2507
2609
|
end
|
2508
2610
|
|
@@ -2538,6 +2640,7 @@ module Aws::ServiceCatalog
|
|
2538
2640
|
class DisassociateBudgetFromResourceInput < Struct.new(
|
2539
2641
|
:budget_name,
|
2540
2642
|
:resource_id)
|
2643
|
+
SENSITIVE = []
|
2541
2644
|
include Aws::Structure
|
2542
2645
|
end
|
2543
2646
|
|
@@ -2578,6 +2681,7 @@ module Aws::ServiceCatalog
|
|
2578
2681
|
:accept_language,
|
2579
2682
|
:portfolio_id,
|
2580
2683
|
:principal_arn)
|
2684
|
+
SENSITIVE = []
|
2581
2685
|
include Aws::Structure
|
2582
2686
|
end
|
2583
2687
|
|
@@ -2618,6 +2722,7 @@ module Aws::ServiceCatalog
|
|
2618
2722
|
:accept_language,
|
2619
2723
|
:product_id,
|
2620
2724
|
:portfolio_id)
|
2725
|
+
SENSITIVE = []
|
2621
2726
|
include Aws::Structure
|
2622
2727
|
end
|
2623
2728
|
|
@@ -2666,6 +2771,7 @@ module Aws::ServiceCatalog
|
|
2666
2771
|
:provisioning_artifact_id,
|
2667
2772
|
:service_action_id,
|
2668
2773
|
:accept_language)
|
2774
|
+
SENSITIVE = []
|
2669
2775
|
include Aws::Structure
|
2670
2776
|
end
|
2671
2777
|
|
@@ -2694,6 +2800,7 @@ module Aws::ServiceCatalog
|
|
2694
2800
|
class DisassociateTagOptionFromResourceInput < Struct.new(
|
2695
2801
|
:resource_id,
|
2696
2802
|
:tag_option_id)
|
2803
|
+
SENSITIVE = []
|
2697
2804
|
include Aws::Structure
|
2698
2805
|
end
|
2699
2806
|
|
@@ -2755,6 +2862,7 @@ module Aws::ServiceCatalog
|
|
2755
2862
|
:accept_language,
|
2756
2863
|
:plan_id,
|
2757
2864
|
:idempotency_token)
|
2865
|
+
SENSITIVE = []
|
2758
2866
|
include Aws::Structure
|
2759
2867
|
end
|
2760
2868
|
|
@@ -2766,6 +2874,7 @@ module Aws::ServiceCatalog
|
|
2766
2874
|
#
|
2767
2875
|
class ExecuteProvisionedProductPlanOutput < Struct.new(
|
2768
2876
|
:record_detail)
|
2877
|
+
SENSITIVE = []
|
2769
2878
|
include Aws::Structure
|
2770
2879
|
end
|
2771
2880
|
|
@@ -2825,6 +2934,7 @@ module Aws::ServiceCatalog
|
|
2825
2934
|
:execute_token,
|
2826
2935
|
:accept_language,
|
2827
2936
|
:parameters)
|
2937
|
+
SENSITIVE = []
|
2828
2938
|
include Aws::Structure
|
2829
2939
|
end
|
2830
2940
|
|
@@ -2837,6 +2947,7 @@ module Aws::ServiceCatalog
|
|
2837
2947
|
#
|
2838
2948
|
class ExecuteProvisionedProductServiceActionOutput < Struct.new(
|
2839
2949
|
:record_detail)
|
2950
|
+
SENSITIVE = []
|
2840
2951
|
include Aws::Structure
|
2841
2952
|
end
|
2842
2953
|
|
@@ -2861,6 +2972,7 @@ module Aws::ServiceCatalog
|
|
2861
2972
|
:name,
|
2862
2973
|
:type,
|
2863
2974
|
:default_values)
|
2975
|
+
SENSITIVE = []
|
2864
2976
|
include Aws::Structure
|
2865
2977
|
end
|
2866
2978
|
|
@@ -2898,6 +3010,7 @@ module Aws::ServiceCatalog
|
|
2898
3010
|
:provisioning_artifact_id,
|
2899
3011
|
:error_code,
|
2900
3012
|
:error_message)
|
3013
|
+
SENSITIVE = []
|
2901
3014
|
include Aws::Structure
|
2902
3015
|
end
|
2903
3016
|
|
@@ -2915,6 +3028,7 @@ module Aws::ServiceCatalog
|
|
2915
3028
|
#
|
2916
3029
|
class GetAWSOrganizationsAccessStatusOutput < Struct.new(
|
2917
3030
|
:access_status)
|
3031
|
+
SENSITIVE = []
|
2918
3032
|
include Aws::Structure
|
2919
3033
|
end
|
2920
3034
|
|
@@ -2947,6 +3061,7 @@ module Aws::ServiceCatalog
|
|
2947
3061
|
class LaunchPath < Struct.new(
|
2948
3062
|
:id,
|
2949
3063
|
:name)
|
3064
|
+
SENSITIVE = []
|
2950
3065
|
include Aws::Structure
|
2951
3066
|
end
|
2952
3067
|
|
@@ -2975,6 +3090,7 @@ module Aws::ServiceCatalog
|
|
2975
3090
|
:constraint_summaries,
|
2976
3091
|
:tags,
|
2977
3092
|
:name)
|
3093
|
+
SENSITIVE = []
|
2978
3094
|
include Aws::Structure
|
2979
3095
|
end
|
2980
3096
|
|
@@ -3034,6 +3150,7 @@ module Aws::ServiceCatalog
|
|
3034
3150
|
:page_token,
|
3035
3151
|
:page_size,
|
3036
3152
|
:portfolio_share_type)
|
3153
|
+
SENSITIVE = []
|
3037
3154
|
include Aws::Structure
|
3038
3155
|
end
|
3039
3156
|
|
@@ -3051,6 +3168,7 @@ module Aws::ServiceCatalog
|
|
3051
3168
|
class ListAcceptedPortfolioSharesOutput < Struct.new(
|
3052
3169
|
:portfolio_details,
|
3053
3170
|
:next_page_token)
|
3171
|
+
SENSITIVE = []
|
3054
3172
|
include Aws::Structure
|
3055
3173
|
end
|
3056
3174
|
|
@@ -3094,6 +3212,7 @@ module Aws::ServiceCatalog
|
|
3094
3212
|
:resource_id,
|
3095
3213
|
:page_size,
|
3096
3214
|
:page_token)
|
3215
|
+
SENSITIVE = []
|
3097
3216
|
include Aws::Structure
|
3098
3217
|
end
|
3099
3218
|
|
@@ -3111,6 +3230,7 @@ module Aws::ServiceCatalog
|
|
3111
3230
|
class ListBudgetsForResourceOutput < Struct.new(
|
3112
3231
|
:budgets,
|
3113
3232
|
:next_page_token)
|
3233
|
+
SENSITIVE = []
|
3114
3234
|
include Aws::Structure
|
3115
3235
|
end
|
3116
3236
|
|
@@ -3160,6 +3280,7 @@ module Aws::ServiceCatalog
|
|
3160
3280
|
:product_id,
|
3161
3281
|
:page_size,
|
3162
3282
|
:page_token)
|
3283
|
+
SENSITIVE = []
|
3163
3284
|
include Aws::Structure
|
3164
3285
|
end
|
3165
3286
|
|
@@ -3177,6 +3298,7 @@ module Aws::ServiceCatalog
|
|
3177
3298
|
class ListConstraintsForPortfolioOutput < Struct.new(
|
3178
3299
|
:constraint_details,
|
3179
3300
|
:next_page_token)
|
3301
|
+
SENSITIVE = []
|
3180
3302
|
include Aws::Structure
|
3181
3303
|
end
|
3182
3304
|
|
@@ -3220,6 +3342,7 @@ module Aws::ServiceCatalog
|
|
3220
3342
|
:product_id,
|
3221
3343
|
:page_size,
|
3222
3344
|
:page_token)
|
3345
|
+
SENSITIVE = []
|
3223
3346
|
include Aws::Structure
|
3224
3347
|
end
|
3225
3348
|
|
@@ -3237,6 +3360,7 @@ module Aws::ServiceCatalog
|
|
3237
3360
|
class ListLaunchPathsOutput < Struct.new(
|
3238
3361
|
:launch_path_summaries,
|
3239
3362
|
:next_page_token)
|
3363
|
+
SENSITIVE = []
|
3240
3364
|
include Aws::Structure
|
3241
3365
|
end
|
3242
3366
|
|
@@ -3294,6 +3418,7 @@ module Aws::ServiceCatalog
|
|
3294
3418
|
:organization_node_type,
|
3295
3419
|
:page_token,
|
3296
3420
|
:page_size)
|
3421
|
+
SENSITIVE = []
|
3297
3422
|
include Aws::Structure
|
3298
3423
|
end
|
3299
3424
|
|
@@ -3311,6 +3436,7 @@ module Aws::ServiceCatalog
|
|
3311
3436
|
class ListOrganizationPortfolioAccessOutput < Struct.new(
|
3312
3437
|
:organization_nodes,
|
3313
3438
|
:next_page_token)
|
3439
|
+
SENSITIVE = []
|
3314
3440
|
include Aws::Structure
|
3315
3441
|
end
|
3316
3442
|
|
@@ -3362,6 +3488,7 @@ module Aws::ServiceCatalog
|
|
3362
3488
|
:organization_parent_id,
|
3363
3489
|
:page_token,
|
3364
3490
|
:page_size)
|
3491
|
+
SENSITIVE = []
|
3365
3492
|
include Aws::Structure
|
3366
3493
|
end
|
3367
3494
|
|
@@ -3379,6 +3506,7 @@ module Aws::ServiceCatalog
|
|
3379
3506
|
class ListPortfolioAccessOutput < Struct.new(
|
3380
3507
|
:account_ids,
|
3381
3508
|
:next_page_token)
|
3509
|
+
SENSITIVE = []
|
3382
3510
|
include Aws::Structure
|
3383
3511
|
end
|
3384
3512
|
|
@@ -3422,6 +3550,7 @@ module Aws::ServiceCatalog
|
|
3422
3550
|
:product_id,
|
3423
3551
|
:page_token,
|
3424
3552
|
:page_size)
|
3553
|
+
SENSITIVE = []
|
3425
3554
|
include Aws::Structure
|
3426
3555
|
end
|
3427
3556
|
|
@@ -3439,6 +3568,7 @@ module Aws::ServiceCatalog
|
|
3439
3568
|
class ListPortfoliosForProductOutput < Struct.new(
|
3440
3569
|
:portfolio_details,
|
3441
3570
|
:next_page_token)
|
3571
|
+
SENSITIVE = []
|
3442
3572
|
include Aws::Structure
|
3443
3573
|
end
|
3444
3574
|
|
@@ -3476,6 +3606,7 @@ module Aws::ServiceCatalog
|
|
3476
3606
|
:accept_language,
|
3477
3607
|
:page_token,
|
3478
3608
|
:page_size)
|
3609
|
+
SENSITIVE = []
|
3479
3610
|
include Aws::Structure
|
3480
3611
|
end
|
3481
3612
|
|
@@ -3493,6 +3624,7 @@ module Aws::ServiceCatalog
|
|
3493
3624
|
class ListPortfoliosOutput < Struct.new(
|
3494
3625
|
:portfolio_details,
|
3495
3626
|
:next_page_token)
|
3627
|
+
SENSITIVE = []
|
3496
3628
|
include Aws::Structure
|
3497
3629
|
end
|
3498
3630
|
|
@@ -3536,6 +3668,7 @@ module Aws::ServiceCatalog
|
|
3536
3668
|
:portfolio_id,
|
3537
3669
|
:page_size,
|
3538
3670
|
:page_token)
|
3671
|
+
SENSITIVE = []
|
3539
3672
|
include Aws::Structure
|
3540
3673
|
end
|
3541
3674
|
|
@@ -3553,6 +3686,7 @@ module Aws::ServiceCatalog
|
|
3553
3686
|
class ListPrincipalsForPortfolioOutput < Struct.new(
|
3554
3687
|
:principals,
|
3555
3688
|
:next_page_token)
|
3689
|
+
SENSITIVE = []
|
3556
3690
|
include Aws::Structure
|
3557
3691
|
end
|
3558
3692
|
|
@@ -3605,6 +3739,7 @@ module Aws::ServiceCatalog
|
|
3605
3739
|
:page_size,
|
3606
3740
|
:page_token,
|
3607
3741
|
:access_level_filter)
|
3742
|
+
SENSITIVE = []
|
3608
3743
|
include Aws::Structure
|
3609
3744
|
end
|
3610
3745
|
|
@@ -3622,6 +3757,7 @@ module Aws::ServiceCatalog
|
|
3622
3757
|
class ListProvisionedProductPlansOutput < Struct.new(
|
3623
3758
|
:provisioned_product_plans,
|
3624
3759
|
:next_page_token)
|
3760
|
+
SENSITIVE = []
|
3625
3761
|
include Aws::Structure
|
3626
3762
|
end
|
3627
3763
|
|
@@ -3666,6 +3802,7 @@ module Aws::ServiceCatalog
|
|
3666
3802
|
:page_size,
|
3667
3803
|
:page_token,
|
3668
3804
|
:accept_language)
|
3805
|
+
SENSITIVE = []
|
3669
3806
|
include Aws::Structure
|
3670
3807
|
end
|
3671
3808
|
|
@@ -3684,6 +3821,7 @@ module Aws::ServiceCatalog
|
|
3684
3821
|
class ListProvisioningArtifactsForServiceActionOutput < Struct.new(
|
3685
3822
|
:provisioning_artifact_views,
|
3686
3823
|
:next_page_token)
|
3824
|
+
SENSITIVE = []
|
3687
3825
|
include Aws::Structure
|
3688
3826
|
end
|
3689
3827
|
|
@@ -3714,6 +3852,7 @@ module Aws::ServiceCatalog
|
|
3714
3852
|
class ListProvisioningArtifactsInput < Struct.new(
|
3715
3853
|
:accept_language,
|
3716
3854
|
:product_id)
|
3855
|
+
SENSITIVE = []
|
3717
3856
|
include Aws::Structure
|
3718
3857
|
end
|
3719
3858
|
|
@@ -3731,6 +3870,7 @@ module Aws::ServiceCatalog
|
|
3731
3870
|
class ListProvisioningArtifactsOutput < Struct.new(
|
3732
3871
|
:provisioning_artifact_details,
|
3733
3872
|
:next_page_token)
|
3873
|
+
SENSITIVE = []
|
3734
3874
|
include Aws::Structure
|
3735
3875
|
end
|
3736
3876
|
|
@@ -3786,6 +3926,7 @@ module Aws::ServiceCatalog
|
|
3786
3926
|
:search_filter,
|
3787
3927
|
:page_size,
|
3788
3928
|
:page_token)
|
3929
|
+
SENSITIVE = []
|
3789
3930
|
include Aws::Structure
|
3790
3931
|
end
|
3791
3932
|
|
@@ -3803,6 +3944,7 @@ module Aws::ServiceCatalog
|
|
3803
3944
|
class ListRecordHistoryOutput < Struct.new(
|
3804
3945
|
:record_details,
|
3805
3946
|
:next_page_token)
|
3947
|
+
SENSITIVE = []
|
3806
3948
|
include Aws::Structure
|
3807
3949
|
end
|
3808
3950
|
|
@@ -3835,6 +3977,7 @@ module Aws::ServiceCatalog
|
|
3835
3977
|
class ListRecordHistorySearchFilter < Struct.new(
|
3836
3978
|
:key,
|
3837
3979
|
:value)
|
3980
|
+
SENSITIVE = []
|
3838
3981
|
include Aws::Structure
|
3839
3982
|
end
|
3840
3983
|
|
@@ -3876,6 +4019,7 @@ module Aws::ServiceCatalog
|
|
3876
4019
|
:resource_type,
|
3877
4020
|
:page_size,
|
3878
4021
|
:page_token)
|
4022
|
+
SENSITIVE = []
|
3879
4023
|
include Aws::Structure
|
3880
4024
|
end
|
3881
4025
|
|
@@ -3893,6 +4037,7 @@ module Aws::ServiceCatalog
|
|
3893
4037
|
class ListResourcesForTagOptionOutput < Struct.new(
|
3894
4038
|
:resource_details,
|
3895
4039
|
:page_token)
|
4040
|
+
SENSITIVE = []
|
3896
4041
|
include Aws::Structure
|
3897
4042
|
end
|
3898
4043
|
|
@@ -3943,6 +4088,7 @@ module Aws::ServiceCatalog
|
|
3943
4088
|
:page_size,
|
3944
4089
|
:page_token,
|
3945
4090
|
:accept_language)
|
4091
|
+
SENSITIVE = []
|
3946
4092
|
include Aws::Structure
|
3947
4093
|
end
|
3948
4094
|
|
@@ -3961,6 +4107,7 @@ module Aws::ServiceCatalog
|
|
3961
4107
|
class ListServiceActionsForProvisioningArtifactOutput < Struct.new(
|
3962
4108
|
:service_action_summaries,
|
3963
4109
|
:next_page_token)
|
4110
|
+
SENSITIVE = []
|
3964
4111
|
include Aws::Structure
|
3965
4112
|
end
|
3966
4113
|
|
@@ -3998,6 +4145,7 @@ module Aws::ServiceCatalog
|
|
3998
4145
|
:accept_language,
|
3999
4146
|
:page_size,
|
4000
4147
|
:page_token)
|
4148
|
+
SENSITIVE = []
|
4001
4149
|
include Aws::Structure
|
4002
4150
|
end
|
4003
4151
|
|
@@ -4016,6 +4164,7 @@ module Aws::ServiceCatalog
|
|
4016
4164
|
class ListServiceActionsOutput < Struct.new(
|
4017
4165
|
:service_action_summaries,
|
4018
4166
|
:next_page_token)
|
4167
|
+
SENSITIVE = []
|
4019
4168
|
include Aws::Structure
|
4020
4169
|
end
|
4021
4170
|
|
@@ -4059,6 +4208,7 @@ module Aws::ServiceCatalog
|
|
4059
4208
|
:provisioned_product_id,
|
4060
4209
|
:page_token,
|
4061
4210
|
:page_size)
|
4211
|
+
SENSITIVE = []
|
4062
4212
|
include Aws::Structure
|
4063
4213
|
end
|
4064
4214
|
|
@@ -4076,6 +4226,7 @@ module Aws::ServiceCatalog
|
|
4076
4226
|
class ListStackInstancesForProvisionedProductOutput < Struct.new(
|
4077
4227
|
:stack_instances,
|
4078
4228
|
:next_page_token)
|
4229
|
+
SENSITIVE = []
|
4079
4230
|
include Aws::Structure
|
4080
4231
|
end
|
4081
4232
|
|
@@ -4108,6 +4259,7 @@ module Aws::ServiceCatalog
|
|
4108
4259
|
:key,
|
4109
4260
|
:value,
|
4110
4261
|
:active)
|
4262
|
+
SENSITIVE = []
|
4111
4263
|
include Aws::Structure
|
4112
4264
|
end
|
4113
4265
|
|
@@ -4144,6 +4296,7 @@ module Aws::ServiceCatalog
|
|
4144
4296
|
:filters,
|
4145
4297
|
:page_size,
|
4146
4298
|
:page_token)
|
4299
|
+
SENSITIVE = []
|
4147
4300
|
include Aws::Structure
|
4148
4301
|
end
|
4149
4302
|
|
@@ -4161,6 +4314,7 @@ module Aws::ServiceCatalog
|
|
4161
4314
|
class ListTagOptionsOutput < Struct.new(
|
4162
4315
|
:tag_option_details,
|
4163
4316
|
:page_token)
|
4317
|
+
SENSITIVE = []
|
4164
4318
|
include Aws::Structure
|
4165
4319
|
end
|
4166
4320
|
|
@@ -4193,6 +4347,7 @@ module Aws::ServiceCatalog
|
|
4193
4347
|
class OrganizationNode < Struct.new(
|
4194
4348
|
:type,
|
4195
4349
|
:value)
|
4350
|
+
SENSITIVE = []
|
4196
4351
|
include Aws::Structure
|
4197
4352
|
end
|
4198
4353
|
|
@@ -4206,6 +4361,7 @@ module Aws::ServiceCatalog
|
|
4206
4361
|
#
|
4207
4362
|
class ParameterConstraints < Struct.new(
|
4208
4363
|
:allowed_values)
|
4364
|
+
SENSITIVE = []
|
4209
4365
|
include Aws::Structure
|
4210
4366
|
end
|
4211
4367
|
|
@@ -4244,6 +4400,7 @@ module Aws::ServiceCatalog
|
|
4244
4400
|
:description,
|
4245
4401
|
:created_time,
|
4246
4402
|
:provider_name)
|
4403
|
+
SENSITIVE = []
|
4247
4404
|
include Aws::Structure
|
4248
4405
|
end
|
4249
4406
|
|
@@ -4262,6 +4419,7 @@ module Aws::ServiceCatalog
|
|
4262
4419
|
class Principal < Struct.new(
|
4263
4420
|
:principal_arn,
|
4264
4421
|
:principal_type)
|
4422
|
+
SENSITIVE = []
|
4265
4423
|
include Aws::Structure
|
4266
4424
|
end
|
4267
4425
|
|
@@ -4281,6 +4439,7 @@ module Aws::ServiceCatalog
|
|
4281
4439
|
class ProductViewAggregationValue < Struct.new(
|
4282
4440
|
:value,
|
4283
4441
|
:approximate_count)
|
4442
|
+
SENSITIVE = []
|
4284
4443
|
include Aws::Structure
|
4285
4444
|
end
|
4286
4445
|
|
@@ -4316,6 +4475,7 @@ module Aws::ServiceCatalog
|
|
4316
4475
|
:status,
|
4317
4476
|
:product_arn,
|
4318
4477
|
:created_time)
|
4478
|
+
SENSITIVE = []
|
4319
4479
|
include Aws::Structure
|
4320
4480
|
end
|
4321
4481
|
|
@@ -4387,6 +4547,7 @@ module Aws::ServiceCatalog
|
|
4387
4547
|
:support_email,
|
4388
4548
|
:support_description,
|
4389
4549
|
:support_url)
|
4550
|
+
SENSITIVE = []
|
4390
4551
|
include Aws::Structure
|
4391
4552
|
end
|
4392
4553
|
|
@@ -4395,9 +4556,12 @@ module Aws::ServiceCatalog
|
|
4395
4556
|
#
|
4396
4557
|
# {
|
4397
4558
|
# accept_language: "AcceptLanguage",
|
4398
|
-
# product_id: "Id",
|
4399
|
-
#
|
4559
|
+
# product_id: "Id",
|
4560
|
+
# product_name: "ProductViewName",
|
4561
|
+
# provisioning_artifact_id: "Id",
|
4562
|
+
# provisioning_artifact_name: "ProvisioningArtifactName",
|
4400
4563
|
# path_id: "Id",
|
4564
|
+
# path_name: "PortfolioDisplayName",
|
4401
4565
|
# provisioned_product_name: "ProvisionedProductName", # required
|
4402
4566
|
# provisioning_parameters: [
|
4403
4567
|
# {
|
@@ -4434,17 +4598,34 @@ module Aws::ServiceCatalog
|
|
4434
4598
|
# @return [String]
|
4435
4599
|
#
|
4436
4600
|
# @!attribute [rw] product_id
|
4437
|
-
# The product identifier.
|
4601
|
+
# The product identifier. You must provide the name or ID, but not
|
4602
|
+
# both.
|
4603
|
+
# @return [String]
|
4604
|
+
#
|
4605
|
+
# @!attribute [rw] product_name
|
4606
|
+
# The name of the product. You must provide the name or ID, but not
|
4607
|
+
# both.
|
4438
4608
|
# @return [String]
|
4439
4609
|
#
|
4440
4610
|
# @!attribute [rw] provisioning_artifact_id
|
4441
|
-
# The identifier of the provisioning artifact.
|
4611
|
+
# The identifier of the provisioning artifact. You must provide the
|
4612
|
+
# name or ID, but not both.
|
4613
|
+
# @return [String]
|
4614
|
+
#
|
4615
|
+
# @!attribute [rw] provisioning_artifact_name
|
4616
|
+
# The name of the provisioning artifact. You must provide the name or
|
4617
|
+
# ID, but not both.
|
4442
4618
|
# @return [String]
|
4443
4619
|
#
|
4444
4620
|
# @!attribute [rw] path_id
|
4445
4621
|
# The path identifier of the product. This value is optional if the
|
4446
4622
|
# product has a default path, and required if the product has more
|
4447
4623
|
# than one path. To list the paths for a product, use ListLaunchPaths.
|
4624
|
+
# You must provide the name or ID, but not both.
|
4625
|
+
# @return [String]
|
4626
|
+
#
|
4627
|
+
# @!attribute [rw] path_name
|
4628
|
+
# The name of the path. You must provide the name or ID, but not both.
|
4448
4629
|
# @return [String]
|
4449
4630
|
#
|
4450
4631
|
# @!attribute [rw] provisioned_product_name
|
@@ -4485,14 +4666,18 @@ module Aws::ServiceCatalog
|
|
4485
4666
|
class ProvisionProductInput < Struct.new(
|
4486
4667
|
:accept_language,
|
4487
4668
|
:product_id,
|
4669
|
+
:product_name,
|
4488
4670
|
:provisioning_artifact_id,
|
4671
|
+
:provisioning_artifact_name,
|
4489
4672
|
:path_id,
|
4673
|
+
:path_name,
|
4490
4674
|
:provisioned_product_name,
|
4491
4675
|
:provisioning_parameters,
|
4492
4676
|
:provisioning_preferences,
|
4493
4677
|
:tags,
|
4494
4678
|
:notification_arns,
|
4495
4679
|
:provision_token)
|
4680
|
+
SENSITIVE = []
|
4496
4681
|
include Aws::Structure
|
4497
4682
|
end
|
4498
4683
|
|
@@ -4504,6 +4689,7 @@ module Aws::ServiceCatalog
|
|
4504
4689
|
#
|
4505
4690
|
class ProvisionProductOutput < Struct.new(
|
4506
4691
|
:record_detail)
|
4692
|
+
SENSITIVE = []
|
4507
4693
|
include Aws::Structure
|
4508
4694
|
end
|
4509
4695
|
|
@@ -4572,6 +4758,32 @@ module Aws::ServiceCatalog
|
|
4572
4758
|
# provisioned product.
|
4573
4759
|
# @return [String]
|
4574
4760
|
#
|
4761
|
+
# @!attribute [rw] last_provisioning_record_id
|
4762
|
+
# The record identifier of the last request performed on this
|
4763
|
+
# provisioned product of the following types:
|
4764
|
+
#
|
4765
|
+
# * ProvisionedProduct
|
4766
|
+
#
|
4767
|
+
# * UpdateProvisionedProduct
|
4768
|
+
#
|
4769
|
+
# * ExecuteProvisionedProductPlan
|
4770
|
+
#
|
4771
|
+
# * TerminateProvisionedProduct
|
4772
|
+
# @return [String]
|
4773
|
+
#
|
4774
|
+
# @!attribute [rw] last_successful_provisioning_record_id
|
4775
|
+
# The record identifier of the last successful request performed on
|
4776
|
+
# this provisioned product of the following types:
|
4777
|
+
#
|
4778
|
+
# * ProvisionedProduct
|
4779
|
+
#
|
4780
|
+
# * UpdateProvisionedProduct
|
4781
|
+
#
|
4782
|
+
# * ExecuteProvisionedProductPlan
|
4783
|
+
#
|
4784
|
+
# * TerminateProvisionedProduct
|
4785
|
+
# @return [String]
|
4786
|
+
#
|
4575
4787
|
# @!attribute [rw] tags
|
4576
4788
|
# One or more tags.
|
4577
4789
|
# @return [Array<Types::Tag>]
|
@@ -4585,10 +4797,18 @@ module Aws::ServiceCatalog
|
|
4585
4797
|
# The product identifier.
|
4586
4798
|
# @return [String]
|
4587
4799
|
#
|
4800
|
+
# @!attribute [rw] product_name
|
4801
|
+
# The name of the product.
|
4802
|
+
# @return [String]
|
4803
|
+
#
|
4588
4804
|
# @!attribute [rw] provisioning_artifact_id
|
4589
4805
|
# The identifier of the provisioning artifact.
|
4590
4806
|
# @return [String]
|
4591
4807
|
#
|
4808
|
+
# @!attribute [rw] provisioning_artifact_name
|
4809
|
+
# The name of the provisioning artifact.
|
4810
|
+
# @return [String]
|
4811
|
+
#
|
4592
4812
|
# @!attribute [rw] user_arn
|
4593
4813
|
# The Amazon Resource Name (ARN) of the IAM user.
|
4594
4814
|
# @return [String]
|
@@ -4610,12 +4830,17 @@ module Aws::ServiceCatalog
|
|
4610
4830
|
:created_time,
|
4611
4831
|
:idempotency_token,
|
4612
4832
|
:last_record_id,
|
4833
|
+
:last_provisioning_record_id,
|
4834
|
+
:last_successful_provisioning_record_id,
|
4613
4835
|
:tags,
|
4614
4836
|
:physical_id,
|
4615
4837
|
:product_id,
|
4838
|
+
:product_name,
|
4616
4839
|
:provisioning_artifact_id,
|
4840
|
+
:provisioning_artifact_name,
|
4617
4841
|
:user_arn,
|
4618
4842
|
:user_arn_session)
|
4843
|
+
SENSITIVE = []
|
4619
4844
|
include Aws::Structure
|
4620
4845
|
end
|
4621
4846
|
|
@@ -4684,6 +4909,32 @@ module Aws::ServiceCatalog
|
|
4684
4909
|
# provisioned product.
|
4685
4910
|
# @return [String]
|
4686
4911
|
#
|
4912
|
+
# @!attribute [rw] last_provisioning_record_id
|
4913
|
+
# The record identifier of the last request performed on this
|
4914
|
+
# provisioned product of the following types:
|
4915
|
+
#
|
4916
|
+
# * ProvisionedProduct
|
4917
|
+
#
|
4918
|
+
# * UpdateProvisionedProduct
|
4919
|
+
#
|
4920
|
+
# * ExecuteProvisionedProductPlan
|
4921
|
+
#
|
4922
|
+
# * TerminateProvisionedProduct
|
4923
|
+
# @return [String]
|
4924
|
+
#
|
4925
|
+
# @!attribute [rw] last_successful_provisioning_record_id
|
4926
|
+
# The record identifier of the last successful request performed on
|
4927
|
+
# this provisioned product of the following types:
|
4928
|
+
#
|
4929
|
+
# * ProvisionedProduct
|
4930
|
+
#
|
4931
|
+
# * UpdateProvisionedProduct
|
4932
|
+
#
|
4933
|
+
# * ExecuteProvisionedProductPlan
|
4934
|
+
#
|
4935
|
+
# * TerminateProvisionedProduct
|
4936
|
+
# @return [String]
|
4937
|
+
#
|
4687
4938
|
# @!attribute [rw] product_id
|
4688
4939
|
# The product identifier. For example, `prod-abcdzk7xy33qa`.
|
4689
4940
|
# @return [String]
|
@@ -4705,8 +4956,11 @@ module Aws::ServiceCatalog
|
|
4705
4956
|
:created_time,
|
4706
4957
|
:idempotency_token,
|
4707
4958
|
:last_record_id,
|
4959
|
+
:last_provisioning_record_id,
|
4960
|
+
:last_successful_provisioning_record_id,
|
4708
4961
|
:product_id,
|
4709
4962
|
:provisioning_artifact_id)
|
4963
|
+
SENSITIVE = []
|
4710
4964
|
include Aws::Structure
|
4711
4965
|
end
|
4712
4966
|
|
@@ -4794,6 +5048,7 @@ module Aws::ServiceCatalog
|
|
4794
5048
|
:provisioning_parameters,
|
4795
5049
|
:tags,
|
4796
5050
|
:status_message)
|
5051
|
+
SENSITIVE = []
|
4797
5052
|
include Aws::Structure
|
4798
5053
|
end
|
4799
5054
|
|
@@ -4832,6 +5087,7 @@ module Aws::ServiceCatalog
|
|
4832
5087
|
:provision_product_name,
|
4833
5088
|
:plan_type,
|
4834
5089
|
:provisioning_artifact_id)
|
5090
|
+
SENSITIVE = []
|
4835
5091
|
include Aws::Structure
|
4836
5092
|
end
|
4837
5093
|
|
@@ -4867,6 +5123,7 @@ module Aws::ServiceCatalog
|
|
4867
5123
|
:description,
|
4868
5124
|
:created_time,
|
4869
5125
|
:guidance)
|
5126
|
+
SENSITIVE = []
|
4870
5127
|
include Aws::Structure
|
4871
5128
|
end
|
4872
5129
|
|
@@ -4918,6 +5175,26 @@ module Aws::ServiceCatalog
|
|
4918
5175
|
:created_time,
|
4919
5176
|
:active,
|
4920
5177
|
:guidance)
|
5178
|
+
SENSITIVE = []
|
5179
|
+
include Aws::Structure
|
5180
|
+
end
|
5181
|
+
|
5182
|
+
# Provisioning artifact output.
|
5183
|
+
#
|
5184
|
+
# @!attribute [rw] key
|
5185
|
+
# The provisioning artifact output key.
|
5186
|
+
# @return [String]
|
5187
|
+
#
|
5188
|
+
# @!attribute [rw] description
|
5189
|
+
# Description of the provisioning artifact output key.
|
5190
|
+
# @return [String]
|
5191
|
+
#
|
5192
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/servicecatalog-2015-12-10/ProvisioningArtifactOutput AWS API Documentation
|
5193
|
+
#
|
5194
|
+
class ProvisioningArtifactOutput < Struct.new(
|
5195
|
+
:key,
|
5196
|
+
:description)
|
5197
|
+
SENSITIVE = []
|
4921
5198
|
include Aws::Structure
|
4922
5199
|
end
|
4923
5200
|
|
@@ -4958,6 +5235,7 @@ module Aws::ServiceCatalog
|
|
4958
5235
|
:is_no_echo,
|
4959
5236
|
:description,
|
4960
5237
|
:parameter_constraints)
|
5238
|
+
SENSITIVE = []
|
4961
5239
|
include Aws::Structure
|
4962
5240
|
end
|
4963
5241
|
|
@@ -4996,6 +5274,7 @@ module Aws::ServiceCatalog
|
|
4996
5274
|
class ProvisioningArtifactPreferences < Struct.new(
|
4997
5275
|
:stack_set_accounts,
|
4998
5276
|
:stack_set_regions)
|
5277
|
+
SENSITIVE = []
|
4999
5278
|
include Aws::Structure
|
5000
5279
|
end
|
5001
5280
|
|
@@ -5056,6 +5335,7 @@ module Aws::ServiceCatalog
|
|
5056
5335
|
:info,
|
5057
5336
|
:type,
|
5058
5337
|
:disable_template_validation)
|
5338
|
+
SENSITIVE = []
|
5059
5339
|
include Aws::Structure
|
5060
5340
|
end
|
5061
5341
|
|
@@ -5091,6 +5371,7 @@ module Aws::ServiceCatalog
|
|
5091
5371
|
:description,
|
5092
5372
|
:created_time,
|
5093
5373
|
:provisioning_artifact_metadata)
|
5374
|
+
SENSITIVE = []
|
5094
5375
|
include Aws::Structure
|
5095
5376
|
end
|
5096
5377
|
|
@@ -5111,6 +5392,7 @@ module Aws::ServiceCatalog
|
|
5111
5392
|
class ProvisioningArtifactView < Struct.new(
|
5112
5393
|
:product_view_summary,
|
5113
5394
|
:provisioning_artifact)
|
5395
|
+
SENSITIVE = []
|
5114
5396
|
include Aws::Structure
|
5115
5397
|
end
|
5116
5398
|
|
@@ -5137,6 +5419,7 @@ module Aws::ServiceCatalog
|
|
5137
5419
|
class ProvisioningParameter < Struct.new(
|
5138
5420
|
:key,
|
5139
5421
|
:value)
|
5422
|
+
SENSITIVE = []
|
5140
5423
|
include Aws::Structure
|
5141
5424
|
end
|
5142
5425
|
|
@@ -5262,6 +5545,7 @@ module Aws::ServiceCatalog
|
|
5262
5545
|
:stack_set_failure_tolerance_percentage,
|
5263
5546
|
:stack_set_max_concurrency_count,
|
5264
5547
|
:stack_set_max_concurrency_percentage)
|
5548
|
+
SENSITIVE = []
|
5265
5549
|
include Aws::Structure
|
5266
5550
|
end
|
5267
5551
|
|
@@ -5356,6 +5640,7 @@ module Aws::ServiceCatalog
|
|
5356
5640
|
:path_id,
|
5357
5641
|
:record_errors,
|
5358
5642
|
:record_tags)
|
5643
|
+
SENSITIVE = []
|
5359
5644
|
include Aws::Structure
|
5360
5645
|
end
|
5361
5646
|
|
@@ -5374,6 +5659,7 @@ module Aws::ServiceCatalog
|
|
5374
5659
|
class RecordError < Struct.new(
|
5375
5660
|
:code,
|
5376
5661
|
:description)
|
5662
|
+
SENSITIVE = []
|
5377
5663
|
include Aws::Structure
|
5378
5664
|
end
|
5379
5665
|
|
@@ -5399,6 +5685,7 @@ module Aws::ServiceCatalog
|
|
5399
5685
|
:output_key,
|
5400
5686
|
:output_value,
|
5401
5687
|
:description)
|
5688
|
+
SENSITIVE = []
|
5402
5689
|
include Aws::Structure
|
5403
5690
|
end
|
5404
5691
|
|
@@ -5417,6 +5704,7 @@ module Aws::ServiceCatalog
|
|
5417
5704
|
class RecordTag < Struct.new(
|
5418
5705
|
:key,
|
5419
5706
|
:value)
|
5707
|
+
SENSITIVE = []
|
5420
5708
|
include Aws::Structure
|
5421
5709
|
end
|
5422
5710
|
|
@@ -5466,6 +5754,7 @@ module Aws::ServiceCatalog
|
|
5466
5754
|
:accept_language,
|
5467
5755
|
:portfolio_id,
|
5468
5756
|
:portfolio_share_type)
|
5757
|
+
SENSITIVE = []
|
5469
5758
|
include Aws::Structure
|
5470
5759
|
end
|
5471
5760
|
|
@@ -5515,6 +5804,7 @@ module Aws::ServiceCatalog
|
|
5515
5804
|
:replacement,
|
5516
5805
|
:scope,
|
5517
5806
|
:details)
|
5807
|
+
SENSITIVE = []
|
5518
5808
|
include Aws::Structure
|
5519
5809
|
end
|
5520
5810
|
|
@@ -5541,6 +5831,7 @@ module Aws::ServiceCatalog
|
|
5541
5831
|
:target,
|
5542
5832
|
:evaluation,
|
5543
5833
|
:causing_entity)
|
5834
|
+
SENSITIVE = []
|
5544
5835
|
include Aws::Structure
|
5545
5836
|
end
|
5546
5837
|
|
@@ -5574,6 +5865,7 @@ module Aws::ServiceCatalog
|
|
5574
5865
|
:name,
|
5575
5866
|
:description,
|
5576
5867
|
:created_time)
|
5868
|
+
SENSITIVE = []
|
5577
5869
|
include Aws::Structure
|
5578
5870
|
end
|
5579
5871
|
|
@@ -5612,6 +5904,7 @@ module Aws::ServiceCatalog
|
|
5612
5904
|
:attribute,
|
5613
5905
|
:name,
|
5614
5906
|
:requires_recreation)
|
5907
|
+
SENSITIVE = []
|
5615
5908
|
include Aws::Structure
|
5616
5909
|
end
|
5617
5910
|
|
@@ -5658,6 +5951,7 @@ module Aws::ServiceCatalog
|
|
5658
5951
|
:access_level_filter,
|
5659
5952
|
:page_size,
|
5660
5953
|
:page_token)
|
5954
|
+
SENSITIVE = []
|
5661
5955
|
include Aws::Structure
|
5662
5956
|
end
|
5663
5957
|
|
@@ -5675,6 +5969,7 @@ module Aws::ServiceCatalog
|
|
5675
5969
|
class ScanProvisionedProductsOutput < Struct.new(
|
5676
5970
|
:provisioned_products,
|
5677
5971
|
:next_page_token)
|
5972
|
+
SENSITIVE = []
|
5678
5973
|
include Aws::Structure
|
5679
5974
|
end
|
5680
5975
|
|
@@ -5747,6 +6042,7 @@ module Aws::ServiceCatalog
|
|
5747
6042
|
:page_token,
|
5748
6043
|
:page_size,
|
5749
6044
|
:product_source)
|
6045
|
+
SENSITIVE = []
|
5750
6046
|
include Aws::Structure
|
5751
6047
|
end
|
5752
6048
|
|
@@ -5764,6 +6060,7 @@ module Aws::ServiceCatalog
|
|
5764
6060
|
class SearchProductsAsAdminOutput < Struct.new(
|
5765
6061
|
:product_view_details,
|
5766
6062
|
:next_page_token)
|
6063
|
+
SENSITIVE = []
|
5767
6064
|
include Aws::Structure
|
5768
6065
|
end
|
5769
6066
|
|
@@ -5824,6 +6121,7 @@ module Aws::ServiceCatalog
|
|
5824
6121
|
:sort_by,
|
5825
6122
|
:sort_order,
|
5826
6123
|
:page_token)
|
6124
|
+
SENSITIVE = []
|
5827
6125
|
include Aws::Structure
|
5828
6126
|
end
|
5829
6127
|
|
@@ -5846,6 +6144,7 @@ module Aws::ServiceCatalog
|
|
5846
6144
|
:product_view_summaries,
|
5847
6145
|
:product_view_aggregations,
|
5848
6146
|
:next_page_token)
|
6147
|
+
SENSITIVE = []
|
5849
6148
|
include Aws::Structure
|
5850
6149
|
end
|
5851
6150
|
|
@@ -5887,7 +6186,9 @@ module Aws::ServiceCatalog
|
|
5887
6186
|
# When the key is `SearchQuery`, the searchable fields are `arn`,
|
5888
6187
|
# `createdTime`, `id`, `lastRecordId`, `idempotencyToken`, `name`,
|
5889
6188
|
# `physicalId`, `productId`, `provisioningArtifact`, `type`, `status`,
|
5890
|
-
# `tags`, `userArn`,
|
6189
|
+
# `tags`, `userArn`, `userArnSession`, `lastProvisioningRecordId`,
|
6190
|
+
# `lastSuccessfulProvisioningRecordId`, `productName`, and
|
6191
|
+
# `provisioningArtifactName`.
|
5891
6192
|
#
|
5892
6193
|
# Example: `"SearchQuery":["status:AVAILABLE"]`
|
5893
6194
|
# @return [Hash<String,Array<String>>]
|
@@ -5922,6 +6223,7 @@ module Aws::ServiceCatalog
|
|
5922
6223
|
:sort_order,
|
5923
6224
|
:page_size,
|
5924
6225
|
:page_token)
|
6226
|
+
SENSITIVE = []
|
5925
6227
|
include Aws::Structure
|
5926
6228
|
end
|
5927
6229
|
|
@@ -5944,6 +6246,7 @@ module Aws::ServiceCatalog
|
|
5944
6246
|
:provisioned_products,
|
5945
6247
|
:total_results_count,
|
5946
6248
|
:next_page_token)
|
6249
|
+
SENSITIVE = []
|
5947
6250
|
include Aws::Structure
|
5948
6251
|
end
|
5949
6252
|
|
@@ -5979,6 +6282,7 @@ module Aws::ServiceCatalog
|
|
5979
6282
|
:service_action_id,
|
5980
6283
|
:product_id,
|
5981
6284
|
:provisioning_artifact_id)
|
6285
|
+
SENSITIVE = []
|
5982
6286
|
include Aws::Structure
|
5983
6287
|
end
|
5984
6288
|
|
@@ -5998,6 +6302,7 @@ module Aws::ServiceCatalog
|
|
5998
6302
|
class ServiceActionDetail < Struct.new(
|
5999
6303
|
:service_action_summary,
|
6000
6304
|
:definition)
|
6305
|
+
SENSITIVE = []
|
6001
6306
|
include Aws::Structure
|
6002
6307
|
end
|
6003
6308
|
|
@@ -6027,6 +6332,7 @@ module Aws::ServiceCatalog
|
|
6027
6332
|
:name,
|
6028
6333
|
:description,
|
6029
6334
|
:definition_type)
|
6335
|
+
SENSITIVE = []
|
6030
6336
|
include Aws::Structure
|
6031
6337
|
end
|
6032
6338
|
|
@@ -6045,6 +6351,7 @@ module Aws::ServiceCatalog
|
|
6045
6351
|
class ShareDetails < Struct.new(
|
6046
6352
|
:successful_shares,
|
6047
6353
|
:share_errors)
|
6354
|
+
SENSITIVE = []
|
6048
6355
|
include Aws::Structure
|
6049
6356
|
end
|
6050
6357
|
|
@@ -6068,6 +6375,7 @@ module Aws::ServiceCatalog
|
|
6068
6375
|
:accounts,
|
6069
6376
|
:message,
|
6070
6377
|
:error)
|
6378
|
+
SENSITIVE = []
|
6071
6379
|
include Aws::Structure
|
6072
6380
|
end
|
6073
6381
|
|
@@ -6116,6 +6424,7 @@ module Aws::ServiceCatalog
|
|
6116
6424
|
:account,
|
6117
6425
|
:region,
|
6118
6426
|
:stack_instance_status)
|
6427
|
+
SENSITIVE = []
|
6119
6428
|
include Aws::Structure
|
6120
6429
|
end
|
6121
6430
|
|
@@ -6143,6 +6452,7 @@ module Aws::ServiceCatalog
|
|
6143
6452
|
class Tag < Struct.new(
|
6144
6453
|
:key,
|
6145
6454
|
:value)
|
6455
|
+
SENSITIVE = []
|
6146
6456
|
include Aws::Structure
|
6147
6457
|
end
|
6148
6458
|
|
@@ -6171,6 +6481,7 @@ module Aws::ServiceCatalog
|
|
6171
6481
|
:value,
|
6172
6482
|
:active,
|
6173
6483
|
:id)
|
6484
|
+
SENSITIVE = []
|
6174
6485
|
include Aws::Structure
|
6175
6486
|
end
|
6176
6487
|
|
@@ -6198,6 +6509,7 @@ module Aws::ServiceCatalog
|
|
6198
6509
|
class TagOptionSummary < Struct.new(
|
6199
6510
|
:key,
|
6200
6511
|
:values)
|
6512
|
+
SENSITIVE = []
|
6201
6513
|
include Aws::Structure
|
6202
6514
|
end
|
6203
6515
|
|
@@ -6257,6 +6569,7 @@ module Aws::ServiceCatalog
|
|
6257
6569
|
:terminate_token,
|
6258
6570
|
:ignore_errors,
|
6259
6571
|
:accept_language)
|
6572
|
+
SENSITIVE = []
|
6260
6573
|
include Aws::Structure
|
6261
6574
|
end
|
6262
6575
|
|
@@ -6268,6 +6581,7 @@ module Aws::ServiceCatalog
|
|
6268
6581
|
#
|
6269
6582
|
class TerminateProvisionedProductOutput < Struct.new(
|
6270
6583
|
:record_detail)
|
6584
|
+
SENSITIVE = []
|
6271
6585
|
include Aws::Structure
|
6272
6586
|
end
|
6273
6587
|
|
@@ -6382,6 +6696,7 @@ module Aws::ServiceCatalog
|
|
6382
6696
|
:id,
|
6383
6697
|
:description,
|
6384
6698
|
:parameters)
|
6699
|
+
SENSITIVE = []
|
6385
6700
|
include Aws::Structure
|
6386
6701
|
end
|
6387
6702
|
|
@@ -6403,6 +6718,7 @@ module Aws::ServiceCatalog
|
|
6403
6718
|
:constraint_detail,
|
6404
6719
|
:constraint_parameters,
|
6405
6720
|
:status)
|
6721
|
+
SENSITIVE = []
|
6406
6722
|
include Aws::Structure
|
6407
6723
|
end
|
6408
6724
|
|
@@ -6468,6 +6784,7 @@ module Aws::ServiceCatalog
|
|
6468
6784
|
:provider_name,
|
6469
6785
|
:add_tags,
|
6470
6786
|
:remove_tags)
|
6787
|
+
SENSITIVE = []
|
6471
6788
|
include Aws::Structure
|
6472
6789
|
end
|
6473
6790
|
|
@@ -6484,6 +6801,7 @@ module Aws::ServiceCatalog
|
|
6484
6801
|
class UpdatePortfolioOutput < Struct.new(
|
6485
6802
|
:portfolio_detail,
|
6486
6803
|
:tags)
|
6804
|
+
SENSITIVE = []
|
6487
6805
|
include Aws::Structure
|
6488
6806
|
end
|
6489
6807
|
|
@@ -6573,6 +6891,7 @@ module Aws::ServiceCatalog
|
|
6573
6891
|
:support_url,
|
6574
6892
|
:add_tags,
|
6575
6893
|
:remove_tags)
|
6894
|
+
SENSITIVE = []
|
6576
6895
|
include Aws::Structure
|
6577
6896
|
end
|
6578
6897
|
|
@@ -6589,6 +6908,7 @@ module Aws::ServiceCatalog
|
|
6589
6908
|
class UpdateProductOutput < Struct.new(
|
6590
6909
|
:product_view_detail,
|
6591
6910
|
:tags)
|
6911
|
+
SENSITIVE = []
|
6592
6912
|
include Aws::Structure
|
6593
6913
|
end
|
6594
6914
|
|
@@ -6600,8 +6920,11 @@ module Aws::ServiceCatalog
|
|
6600
6920
|
# provisioned_product_name: "ProvisionedProductNameOrArn",
|
6601
6921
|
# provisioned_product_id: "Id",
|
6602
6922
|
# product_id: "Id",
|
6923
|
+
# product_name: "ProductViewName",
|
6603
6924
|
# provisioning_artifact_id: "Id",
|
6925
|
+
# provisioning_artifact_name: "ProvisioningArtifactName",
|
6604
6926
|
# path_id: "Id",
|
6927
|
+
# path_name: "PortfolioDisplayName",
|
6605
6928
|
# provisioning_parameters: [
|
6606
6929
|
# {
|
6607
6930
|
# key: "ParameterKey",
|
@@ -6643,21 +6966,37 @@ module Aws::ServiceCatalog
|
|
6643
6966
|
# @return [String]
|
6644
6967
|
#
|
6645
6968
|
# @!attribute [rw] provisioned_product_id
|
6646
|
-
# The identifier of the provisioned product. You
|
6647
|
-
#
|
6969
|
+
# The identifier of the provisioned product. You must provide the name
|
6970
|
+
# or ID, but not both.
|
6648
6971
|
# @return [String]
|
6649
6972
|
#
|
6650
6973
|
# @!attribute [rw] product_id
|
6651
|
-
# The identifier of the product.
|
6974
|
+
# The identifier of the product. You must provide the name or ID, but
|
6975
|
+
# not both.
|
6976
|
+
# @return [String]
|
6977
|
+
#
|
6978
|
+
# @!attribute [rw] product_name
|
6979
|
+
# The name of the product. You must provide the name or ID, but not
|
6980
|
+
# both.
|
6652
6981
|
# @return [String]
|
6653
6982
|
#
|
6654
6983
|
# @!attribute [rw] provisioning_artifact_id
|
6655
6984
|
# The identifier of the provisioning artifact.
|
6656
6985
|
# @return [String]
|
6657
6986
|
#
|
6987
|
+
# @!attribute [rw] provisioning_artifact_name
|
6988
|
+
# The name of the provisioning artifact. You must provide the name or
|
6989
|
+
# ID, but not both.
|
6990
|
+
# @return [String]
|
6991
|
+
#
|
6658
6992
|
# @!attribute [rw] path_id
|
6659
|
-
# The
|
6993
|
+
# The path identifier. This value is optional if the product has a
|
6660
6994
|
# default path, and required if the product has more than one path.
|
6995
|
+
# You must provide the name or ID, but not both.
|
6996
|
+
# @return [String]
|
6997
|
+
#
|
6998
|
+
# @!attribute [rw] path_name
|
6999
|
+
# The name of the path. You must provide the name or ID, but not both.
|
6661
7000
|
# @return [String]
|
6662
7001
|
#
|
6663
7002
|
# @!attribute [rw] provisioning_parameters
|
@@ -6690,12 +7029,16 @@ module Aws::ServiceCatalog
|
|
6690
7029
|
:provisioned_product_name,
|
6691
7030
|
:provisioned_product_id,
|
6692
7031
|
:product_id,
|
7032
|
+
:product_name,
|
6693
7033
|
:provisioning_artifact_id,
|
7034
|
+
:provisioning_artifact_name,
|
6694
7035
|
:path_id,
|
7036
|
+
:path_name,
|
6695
7037
|
:provisioning_parameters,
|
6696
7038
|
:provisioning_preferences,
|
6697
7039
|
:tags,
|
6698
7040
|
:update_token)
|
7041
|
+
SENSITIVE = []
|
6699
7042
|
include Aws::Structure
|
6700
7043
|
end
|
6701
7044
|
|
@@ -6707,6 +7050,7 @@ module Aws::ServiceCatalog
|
|
6707
7050
|
#
|
6708
7051
|
class UpdateProvisionedProductOutput < Struct.new(
|
6709
7052
|
:record_detail)
|
7053
|
+
SENSITIVE = []
|
6710
7054
|
include Aws::Structure
|
6711
7055
|
end
|
6712
7056
|
|
@@ -6777,6 +7121,7 @@ module Aws::ServiceCatalog
|
|
6777
7121
|
:provisioned_product_id,
|
6778
7122
|
:provisioned_product_properties,
|
6779
7123
|
:idempotency_token)
|
7124
|
+
SENSITIVE = []
|
6780
7125
|
include Aws::Structure
|
6781
7126
|
end
|
6782
7127
|
|
@@ -6803,6 +7148,7 @@ module Aws::ServiceCatalog
|
|
6803
7148
|
:provisioned_product_properties,
|
6804
7149
|
:record_id,
|
6805
7150
|
:status)
|
7151
|
+
SENSITIVE = []
|
6806
7152
|
include Aws::Structure
|
6807
7153
|
end
|
6808
7154
|
|
@@ -6875,6 +7221,7 @@ module Aws::ServiceCatalog
|
|
6875
7221
|
:description,
|
6876
7222
|
:active,
|
6877
7223
|
:guidance)
|
7224
|
+
SENSITIVE = []
|
6878
7225
|
include Aws::Structure
|
6879
7226
|
end
|
6880
7227
|
|
@@ -6896,6 +7243,7 @@ module Aws::ServiceCatalog
|
|
6896
7243
|
:provisioning_artifact_detail,
|
6897
7244
|
:info,
|
6898
7245
|
:status)
|
7246
|
+
SENSITIVE = []
|
6899
7247
|
include Aws::Structure
|
6900
7248
|
end
|
6901
7249
|
|
@@ -6929,6 +7277,7 @@ module Aws::ServiceCatalog
|
|
6929
7277
|
:key,
|
6930
7278
|
:value,
|
6931
7279
|
:use_previous_value)
|
7280
|
+
SENSITIVE = []
|
6932
7281
|
include Aws::Structure
|
6933
7282
|
end
|
6934
7283
|
|
@@ -7081,6 +7430,7 @@ module Aws::ServiceCatalog
|
|
7081
7430
|
:stack_set_max_concurrency_count,
|
7082
7431
|
:stack_set_max_concurrency_percentage,
|
7083
7432
|
:stack_set_operation_type)
|
7433
|
+
SENSITIVE = []
|
7084
7434
|
include Aws::Structure
|
7085
7435
|
end
|
7086
7436
|
|
@@ -7131,6 +7481,7 @@ module Aws::ServiceCatalog
|
|
7131
7481
|
:definition,
|
7132
7482
|
:description,
|
7133
7483
|
:accept_language)
|
7484
|
+
SENSITIVE = []
|
7134
7485
|
include Aws::Structure
|
7135
7486
|
end
|
7136
7487
|
|
@@ -7142,6 +7493,7 @@ module Aws::ServiceCatalog
|
|
7142
7493
|
#
|
7143
7494
|
class UpdateServiceActionOutput < Struct.new(
|
7144
7495
|
:service_action_detail)
|
7496
|
+
SENSITIVE = []
|
7145
7497
|
include Aws::Structure
|
7146
7498
|
end
|
7147
7499
|
|
@@ -7172,6 +7524,7 @@ module Aws::ServiceCatalog
|
|
7172
7524
|
:id,
|
7173
7525
|
:value,
|
7174
7526
|
:active)
|
7527
|
+
SENSITIVE = []
|
7175
7528
|
include Aws::Structure
|
7176
7529
|
end
|
7177
7530
|
|
@@ -7183,6 +7536,7 @@ module Aws::ServiceCatalog
|
|
7183
7536
|
#
|
7184
7537
|
class UpdateTagOptionOutput < Struct.new(
|
7185
7538
|
:tag_option_detail)
|
7539
|
+
SENSITIVE = []
|
7186
7540
|
include Aws::Structure
|
7187
7541
|
end
|
7188
7542
|
|
@@ -7201,6 +7555,7 @@ module Aws::ServiceCatalog
|
|
7201
7555
|
class UsageInstruction < Struct.new(
|
7202
7556
|
:type,
|
7203
7557
|
:value)
|
7558
|
+
SENSITIVE = []
|
7204
7559
|
include Aws::Structure
|
7205
7560
|
end
|
7206
7561
|
|