aws-sdk-servicecatalog 1.37.0 → 1.42.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +5 -5
- data/lib/aws-sdk-servicecatalog.rb +3 -1
- data/lib/aws-sdk-servicecatalog/client.rb +97 -24
- data/lib/aws-sdk-servicecatalog/client_api.rb +21 -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 +257 -12
- metadata +5 -5
@@ -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
|
|
@@ -1260,8 +1291,11 @@ module Aws::ServiceCatalog
|
|
1260
1291
|
#
|
1261
1292
|
# Name
|
1262
1293
|
#
|
1263
|
-
# : The name of the AWS Systems Manager
|
1264
|
-
# `AWS-RestartEC2Instance`.
|
1294
|
+
# : The name of the AWS Systems Manager document (SSM document). For
|
1295
|
+
# example, `AWS-RestartEC2Instance`.
|
1296
|
+
#
|
1297
|
+
# If you are using a shared SSM document, you must provide the ARN
|
1298
|
+
# instead of the name.
|
1265
1299
|
#
|
1266
1300
|
# Version
|
1267
1301
|
#
|
@@ -1317,6 +1351,7 @@ module Aws::ServiceCatalog
|
|
1317
1351
|
:description,
|
1318
1352
|
:accept_language,
|
1319
1353
|
:idempotency_token)
|
1354
|
+
SENSITIVE = []
|
1320
1355
|
include Aws::Structure
|
1321
1356
|
end
|
1322
1357
|
|
@@ -1328,6 +1363,7 @@ module Aws::ServiceCatalog
|
|
1328
1363
|
#
|
1329
1364
|
class CreateServiceActionOutput < Struct.new(
|
1330
1365
|
:service_action_detail)
|
1366
|
+
SENSITIVE = []
|
1331
1367
|
include Aws::Structure
|
1332
1368
|
end
|
1333
1369
|
|
@@ -1352,6 +1388,7 @@ module Aws::ServiceCatalog
|
|
1352
1388
|
class CreateTagOptionInput < Struct.new(
|
1353
1389
|
:key,
|
1354
1390
|
:value)
|
1391
|
+
SENSITIVE = []
|
1355
1392
|
include Aws::Structure
|
1356
1393
|
end
|
1357
1394
|
|
@@ -1363,6 +1400,7 @@ module Aws::ServiceCatalog
|
|
1363
1400
|
#
|
1364
1401
|
class CreateTagOptionOutput < Struct.new(
|
1365
1402
|
:tag_option_detail)
|
1403
|
+
SENSITIVE = []
|
1366
1404
|
include Aws::Structure
|
1367
1405
|
end
|
1368
1406
|
|
@@ -1393,6 +1431,7 @@ module Aws::ServiceCatalog
|
|
1393
1431
|
class DeleteConstraintInput < Struct.new(
|
1394
1432
|
:accept_language,
|
1395
1433
|
:id)
|
1434
|
+
SENSITIVE = []
|
1396
1435
|
include Aws::Structure
|
1397
1436
|
end
|
1398
1437
|
|
@@ -1427,6 +1466,7 @@ module Aws::ServiceCatalog
|
|
1427
1466
|
class DeletePortfolioInput < Struct.new(
|
1428
1467
|
:accept_language,
|
1429
1468
|
:id)
|
1469
|
+
SENSITIVE = []
|
1430
1470
|
include Aws::Structure
|
1431
1471
|
end
|
1432
1472
|
|
@@ -1476,6 +1516,7 @@ module Aws::ServiceCatalog
|
|
1476
1516
|
:portfolio_id,
|
1477
1517
|
:account_id,
|
1478
1518
|
:organization_node)
|
1519
|
+
SENSITIVE = []
|
1479
1520
|
include Aws::Structure
|
1480
1521
|
end
|
1481
1522
|
|
@@ -1488,6 +1529,7 @@ module Aws::ServiceCatalog
|
|
1488
1529
|
#
|
1489
1530
|
class DeletePortfolioShareOutput < Struct.new(
|
1490
1531
|
:portfolio_share_token)
|
1532
|
+
SENSITIVE = []
|
1491
1533
|
include Aws::Structure
|
1492
1534
|
end
|
1493
1535
|
|
@@ -1518,6 +1560,7 @@ module Aws::ServiceCatalog
|
|
1518
1560
|
class DeleteProductInput < Struct.new(
|
1519
1561
|
:accept_language,
|
1520
1562
|
:id)
|
1563
|
+
SENSITIVE = []
|
1521
1564
|
include Aws::Structure
|
1522
1565
|
end
|
1523
1566
|
|
@@ -1560,6 +1603,7 @@ module Aws::ServiceCatalog
|
|
1560
1603
|
:accept_language,
|
1561
1604
|
:plan_id,
|
1562
1605
|
:ignore_errors)
|
1606
|
+
SENSITIVE = []
|
1563
1607
|
include Aws::Structure
|
1564
1608
|
end
|
1565
1609
|
|
@@ -1600,6 +1644,7 @@ module Aws::ServiceCatalog
|
|
1600
1644
|
:accept_language,
|
1601
1645
|
:product_id,
|
1602
1646
|
:provisioning_artifact_id)
|
1647
|
+
SENSITIVE = []
|
1603
1648
|
include Aws::Structure
|
1604
1649
|
end
|
1605
1650
|
|
@@ -1635,6 +1680,7 @@ module Aws::ServiceCatalog
|
|
1635
1680
|
class DeleteServiceActionInput < Struct.new(
|
1636
1681
|
:id,
|
1637
1682
|
:accept_language)
|
1683
|
+
SENSITIVE = []
|
1638
1684
|
include Aws::Structure
|
1639
1685
|
end
|
1640
1686
|
|
@@ -1657,6 +1703,7 @@ module Aws::ServiceCatalog
|
|
1657
1703
|
#
|
1658
1704
|
class DeleteTagOptionInput < Struct.new(
|
1659
1705
|
:id)
|
1706
|
+
SENSITIVE = []
|
1660
1707
|
include Aws::Structure
|
1661
1708
|
end
|
1662
1709
|
|
@@ -1691,6 +1738,7 @@ module Aws::ServiceCatalog
|
|
1691
1738
|
class DescribeConstraintInput < Struct.new(
|
1692
1739
|
:accept_language,
|
1693
1740
|
:id)
|
1741
|
+
SENSITIVE = []
|
1694
1742
|
include Aws::Structure
|
1695
1743
|
end
|
1696
1744
|
|
@@ -1712,6 +1760,7 @@ module Aws::ServiceCatalog
|
|
1712
1760
|
:constraint_detail,
|
1713
1761
|
:constraint_parameters,
|
1714
1762
|
:status)
|
1763
|
+
SENSITIVE = []
|
1715
1764
|
include Aws::Structure
|
1716
1765
|
end
|
1717
1766
|
|
@@ -1743,6 +1792,7 @@ module Aws::ServiceCatalog
|
|
1743
1792
|
class DescribeCopyProductStatusInput < Struct.new(
|
1744
1793
|
:accept_language,
|
1745
1794
|
:copy_product_token)
|
1795
|
+
SENSITIVE = []
|
1746
1796
|
include Aws::Structure
|
1747
1797
|
end
|
1748
1798
|
|
@@ -1764,6 +1814,7 @@ module Aws::ServiceCatalog
|
|
1764
1814
|
:copy_product_status,
|
1765
1815
|
:target_product_id,
|
1766
1816
|
:status_detail)
|
1817
|
+
SENSITIVE = []
|
1767
1818
|
include Aws::Structure
|
1768
1819
|
end
|
1769
1820
|
|
@@ -1794,6 +1845,7 @@ module Aws::ServiceCatalog
|
|
1794
1845
|
class DescribePortfolioInput < Struct.new(
|
1795
1846
|
:accept_language,
|
1796
1847
|
:id)
|
1848
|
+
SENSITIVE = []
|
1797
1849
|
include Aws::Structure
|
1798
1850
|
end
|
1799
1851
|
|
@@ -1820,6 +1872,7 @@ module Aws::ServiceCatalog
|
|
1820
1872
|
:tags,
|
1821
1873
|
:tag_options,
|
1822
1874
|
:budgets)
|
1875
|
+
SENSITIVE = []
|
1823
1876
|
include Aws::Structure
|
1824
1877
|
end
|
1825
1878
|
|
@@ -1839,6 +1892,7 @@ module Aws::ServiceCatalog
|
|
1839
1892
|
#
|
1840
1893
|
class DescribePortfolioShareStatusInput < Struct.new(
|
1841
1894
|
:portfolio_share_token)
|
1895
|
+
SENSITIVE = []
|
1842
1896
|
include Aws::Structure
|
1843
1897
|
end
|
1844
1898
|
|
@@ -1872,6 +1926,7 @@ module Aws::ServiceCatalog
|
|
1872
1926
|
:organization_node_value,
|
1873
1927
|
:status,
|
1874
1928
|
:share_details)
|
1929
|
+
SENSITIVE = []
|
1875
1930
|
include Aws::Structure
|
1876
1931
|
end
|
1877
1932
|
|
@@ -1880,7 +1935,8 @@ module Aws::ServiceCatalog
|
|
1880
1935
|
#
|
1881
1936
|
# {
|
1882
1937
|
# accept_language: "AcceptLanguage",
|
1883
|
-
# id: "Id",
|
1938
|
+
# id: "Id",
|
1939
|
+
# name: "ProductViewName",
|
1884
1940
|
# }
|
1885
1941
|
#
|
1886
1942
|
# @!attribute [rw] accept_language
|
@@ -1897,11 +1953,17 @@ module Aws::ServiceCatalog
|
|
1897
1953
|
# The product identifier.
|
1898
1954
|
# @return [String]
|
1899
1955
|
#
|
1956
|
+
# @!attribute [rw] name
|
1957
|
+
# The product name.
|
1958
|
+
# @return [String]
|
1959
|
+
#
|
1900
1960
|
# @see http://docs.aws.amazon.com/goto/WebAPI/servicecatalog-2015-12-10/DescribeProductAsAdminInput AWS API Documentation
|
1901
1961
|
#
|
1902
1962
|
class DescribeProductAsAdminInput < Struct.new(
|
1903
1963
|
:accept_language,
|
1904
|
-
:id
|
1964
|
+
:id,
|
1965
|
+
:name)
|
1966
|
+
SENSITIVE = []
|
1905
1967
|
include Aws::Structure
|
1906
1968
|
end
|
1907
1969
|
|
@@ -1934,6 +1996,7 @@ module Aws::ServiceCatalog
|
|
1934
1996
|
:tags,
|
1935
1997
|
:tag_options,
|
1936
1998
|
:budgets)
|
1999
|
+
SENSITIVE = []
|
1937
2000
|
include Aws::Structure
|
1938
2001
|
end
|
1939
2002
|
|
@@ -1942,7 +2005,8 @@ module Aws::ServiceCatalog
|
|
1942
2005
|
#
|
1943
2006
|
# {
|
1944
2007
|
# accept_language: "AcceptLanguage",
|
1945
|
-
# id: "Id",
|
2008
|
+
# id: "Id",
|
2009
|
+
# name: "ProductViewName",
|
1946
2010
|
# }
|
1947
2011
|
#
|
1948
2012
|
# @!attribute [rw] accept_language
|
@@ -1959,11 +2023,17 @@ module Aws::ServiceCatalog
|
|
1959
2023
|
# The product identifier.
|
1960
2024
|
# @return [String]
|
1961
2025
|
#
|
2026
|
+
# @!attribute [rw] name
|
2027
|
+
# The product name.
|
2028
|
+
# @return [String]
|
2029
|
+
#
|
1962
2030
|
# @see http://docs.aws.amazon.com/goto/WebAPI/servicecatalog-2015-12-10/DescribeProductInput AWS API Documentation
|
1963
2031
|
#
|
1964
2032
|
class DescribeProductInput < Struct.new(
|
1965
2033
|
:accept_language,
|
1966
|
-
:id
|
2034
|
+
:id,
|
2035
|
+
:name)
|
2036
|
+
SENSITIVE = []
|
1967
2037
|
include Aws::Structure
|
1968
2038
|
end
|
1969
2039
|
|
@@ -1980,12 +2050,18 @@ module Aws::ServiceCatalog
|
|
1980
2050
|
# Information about the associated budgets.
|
1981
2051
|
# @return [Array<Types::BudgetDetail>]
|
1982
2052
|
#
|
2053
|
+
# @!attribute [rw] launch_paths
|
2054
|
+
# Information about the associated launch paths.
|
2055
|
+
# @return [Array<Types::LaunchPath>]
|
2056
|
+
#
|
1983
2057
|
# @see http://docs.aws.amazon.com/goto/WebAPI/servicecatalog-2015-12-10/DescribeProductOutput AWS API Documentation
|
1984
2058
|
#
|
1985
2059
|
class DescribeProductOutput < Struct.new(
|
1986
2060
|
:product_view_summary,
|
1987
2061
|
:provisioning_artifacts,
|
1988
|
-
:budgets
|
2062
|
+
:budgets,
|
2063
|
+
:launch_paths)
|
2064
|
+
SENSITIVE = []
|
1989
2065
|
include Aws::Structure
|
1990
2066
|
end
|
1991
2067
|
|
@@ -2016,6 +2092,7 @@ module Aws::ServiceCatalog
|
|
2016
2092
|
class DescribeProductViewInput < Struct.new(
|
2017
2093
|
:accept_language,
|
2018
2094
|
:id)
|
2095
|
+
SENSITIVE = []
|
2019
2096
|
include Aws::Structure
|
2020
2097
|
end
|
2021
2098
|
|
@@ -2032,6 +2109,7 @@ module Aws::ServiceCatalog
|
|
2032
2109
|
class DescribeProductViewOutput < Struct.new(
|
2033
2110
|
:product_view_summary,
|
2034
2111
|
:provisioning_artifacts)
|
2112
|
+
SENSITIVE = []
|
2035
2113
|
include Aws::Structure
|
2036
2114
|
end
|
2037
2115
|
|
@@ -2062,6 +2140,7 @@ module Aws::ServiceCatalog
|
|
2062
2140
|
class DescribeProvisionedProductInput < Struct.new(
|
2063
2141
|
:accept_language,
|
2064
2142
|
:id)
|
2143
|
+
SENSITIVE = []
|
2065
2144
|
include Aws::Structure
|
2066
2145
|
end
|
2067
2146
|
|
@@ -2079,6 +2158,7 @@ module Aws::ServiceCatalog
|
|
2079
2158
|
class DescribeProvisionedProductOutput < Struct.new(
|
2080
2159
|
:provisioned_product_detail,
|
2081
2160
|
:cloud_watch_dashboards)
|
2161
|
+
SENSITIVE = []
|
2082
2162
|
include Aws::Structure
|
2083
2163
|
end
|
2084
2164
|
|
@@ -2122,6 +2202,7 @@ module Aws::ServiceCatalog
|
|
2122
2202
|
:plan_id,
|
2123
2203
|
:page_size,
|
2124
2204
|
:page_token)
|
2205
|
+
SENSITIVE = []
|
2125
2206
|
include Aws::Structure
|
2126
2207
|
end
|
2127
2208
|
|
@@ -2145,6 +2226,7 @@ module Aws::ServiceCatalog
|
|
2145
2226
|
:provisioned_product_plan_details,
|
2146
2227
|
:resource_changes,
|
2147
2228
|
:next_page_token)
|
2229
|
+
SENSITIVE = []
|
2148
2230
|
include Aws::Structure
|
2149
2231
|
end
|
2150
2232
|
|
@@ -2153,8 +2235,10 @@ module Aws::ServiceCatalog
|
|
2153
2235
|
#
|
2154
2236
|
# {
|
2155
2237
|
# accept_language: "AcceptLanguage",
|
2156
|
-
# provisioning_artifact_id: "Id",
|
2157
|
-
# product_id: "Id",
|
2238
|
+
# provisioning_artifact_id: "Id",
|
2239
|
+
# product_id: "Id",
|
2240
|
+
# provisioning_artifact_name: "ProvisioningArtifactName",
|
2241
|
+
# product_name: "ProductViewName",
|
2158
2242
|
# verbose: false,
|
2159
2243
|
# }
|
2160
2244
|
#
|
@@ -2176,6 +2260,14 @@ module Aws::ServiceCatalog
|
|
2176
2260
|
# The product identifier.
|
2177
2261
|
# @return [String]
|
2178
2262
|
#
|
2263
|
+
# @!attribute [rw] provisioning_artifact_name
|
2264
|
+
# The provisioning artifact name.
|
2265
|
+
# @return [String]
|
2266
|
+
#
|
2267
|
+
# @!attribute [rw] product_name
|
2268
|
+
# The product name.
|
2269
|
+
# @return [String]
|
2270
|
+
#
|
2179
2271
|
# @!attribute [rw] verbose
|
2180
2272
|
# Indicates whether a verbose level of detail is enabled.
|
2181
2273
|
# @return [Boolean]
|
@@ -2186,7 +2278,10 @@ module Aws::ServiceCatalog
|
|
2186
2278
|
:accept_language,
|
2187
2279
|
:provisioning_artifact_id,
|
2188
2280
|
:product_id,
|
2281
|
+
:provisioning_artifact_name,
|
2282
|
+
:product_name,
|
2189
2283
|
:verbose)
|
2284
|
+
SENSITIVE = []
|
2190
2285
|
include Aws::Structure
|
2191
2286
|
end
|
2192
2287
|
|
@@ -2208,6 +2303,7 @@ module Aws::ServiceCatalog
|
|
2208
2303
|
:provisioning_artifact_detail,
|
2209
2304
|
:info,
|
2210
2305
|
:status)
|
2306
|
+
SENSITIVE = []
|
2211
2307
|
include Aws::Structure
|
2212
2308
|
end
|
2213
2309
|
|
@@ -2252,6 +2348,7 @@ module Aws::ServiceCatalog
|
|
2252
2348
|
:product_id,
|
2253
2349
|
:provisioning_artifact_id,
|
2254
2350
|
:path_id)
|
2351
|
+
SENSITIVE = []
|
2255
2352
|
include Aws::Structure
|
2256
2353
|
end
|
2257
2354
|
|
@@ -2286,6 +2383,7 @@ module Aws::ServiceCatalog
|
|
2286
2383
|
:usage_instructions,
|
2287
2384
|
:tag_options,
|
2288
2385
|
:provisioning_artifact_preferences)
|
2386
|
+
SENSITIVE = []
|
2289
2387
|
include Aws::Structure
|
2290
2388
|
end
|
2291
2389
|
|
@@ -2330,6 +2428,7 @@ module Aws::ServiceCatalog
|
|
2330
2428
|
:id,
|
2331
2429
|
:page_token,
|
2332
2430
|
:page_size)
|
2431
|
+
SENSITIVE = []
|
2333
2432
|
include Aws::Structure
|
2334
2433
|
end
|
2335
2434
|
|
@@ -2354,6 +2453,7 @@ module Aws::ServiceCatalog
|
|
2354
2453
|
:record_detail,
|
2355
2454
|
:record_outputs,
|
2356
2455
|
:next_page_token)
|
2456
|
+
SENSITIVE = []
|
2357
2457
|
include Aws::Structure
|
2358
2458
|
end
|
2359
2459
|
|
@@ -2390,6 +2490,7 @@ module Aws::ServiceCatalog
|
|
2390
2490
|
:provisioned_product_id,
|
2391
2491
|
:service_action_id,
|
2392
2492
|
:accept_language)
|
2493
|
+
SENSITIVE = []
|
2393
2494
|
include Aws::Structure
|
2394
2495
|
end
|
2395
2496
|
|
@@ -2401,6 +2502,7 @@ module Aws::ServiceCatalog
|
|
2401
2502
|
#
|
2402
2503
|
class DescribeServiceActionExecutionParametersOutput < Struct.new(
|
2403
2504
|
:service_action_parameters)
|
2505
|
+
SENSITIVE = []
|
2404
2506
|
include Aws::Structure
|
2405
2507
|
end
|
2406
2508
|
|
@@ -2431,6 +2533,7 @@ module Aws::ServiceCatalog
|
|
2431
2533
|
class DescribeServiceActionInput < Struct.new(
|
2432
2534
|
:id,
|
2433
2535
|
:accept_language)
|
2536
|
+
SENSITIVE = []
|
2434
2537
|
include Aws::Structure
|
2435
2538
|
end
|
2436
2539
|
|
@@ -2442,6 +2545,7 @@ module Aws::ServiceCatalog
|
|
2442
2545
|
#
|
2443
2546
|
class DescribeServiceActionOutput < Struct.new(
|
2444
2547
|
:service_action_detail)
|
2548
|
+
SENSITIVE = []
|
2445
2549
|
include Aws::Structure
|
2446
2550
|
end
|
2447
2551
|
|
@@ -2460,6 +2564,7 @@ module Aws::ServiceCatalog
|
|
2460
2564
|
#
|
2461
2565
|
class DescribeTagOptionInput < Struct.new(
|
2462
2566
|
:id)
|
2567
|
+
SENSITIVE = []
|
2463
2568
|
include Aws::Structure
|
2464
2569
|
end
|
2465
2570
|
|
@@ -2471,6 +2576,7 @@ module Aws::ServiceCatalog
|
|
2471
2576
|
#
|
2472
2577
|
class DescribeTagOptionOutput < Struct.new(
|
2473
2578
|
:tag_option_detail)
|
2579
|
+
SENSITIVE = []
|
2474
2580
|
include Aws::Structure
|
2475
2581
|
end
|
2476
2582
|
|
@@ -2506,6 +2612,7 @@ module Aws::ServiceCatalog
|
|
2506
2612
|
class DisassociateBudgetFromResourceInput < Struct.new(
|
2507
2613
|
:budget_name,
|
2508
2614
|
:resource_id)
|
2615
|
+
SENSITIVE = []
|
2509
2616
|
include Aws::Structure
|
2510
2617
|
end
|
2511
2618
|
|
@@ -2546,6 +2653,7 @@ module Aws::ServiceCatalog
|
|
2546
2653
|
:accept_language,
|
2547
2654
|
:portfolio_id,
|
2548
2655
|
:principal_arn)
|
2656
|
+
SENSITIVE = []
|
2549
2657
|
include Aws::Structure
|
2550
2658
|
end
|
2551
2659
|
|
@@ -2586,6 +2694,7 @@ module Aws::ServiceCatalog
|
|
2586
2694
|
:accept_language,
|
2587
2695
|
:product_id,
|
2588
2696
|
:portfolio_id)
|
2697
|
+
SENSITIVE = []
|
2589
2698
|
include Aws::Structure
|
2590
2699
|
end
|
2591
2700
|
|
@@ -2634,6 +2743,7 @@ module Aws::ServiceCatalog
|
|
2634
2743
|
:provisioning_artifact_id,
|
2635
2744
|
:service_action_id,
|
2636
2745
|
:accept_language)
|
2746
|
+
SENSITIVE = []
|
2637
2747
|
include Aws::Structure
|
2638
2748
|
end
|
2639
2749
|
|
@@ -2662,6 +2772,7 @@ module Aws::ServiceCatalog
|
|
2662
2772
|
class DisassociateTagOptionFromResourceInput < Struct.new(
|
2663
2773
|
:resource_id,
|
2664
2774
|
:tag_option_id)
|
2775
|
+
SENSITIVE = []
|
2665
2776
|
include Aws::Structure
|
2666
2777
|
end
|
2667
2778
|
|
@@ -2723,6 +2834,7 @@ module Aws::ServiceCatalog
|
|
2723
2834
|
:accept_language,
|
2724
2835
|
:plan_id,
|
2725
2836
|
:idempotency_token)
|
2837
|
+
SENSITIVE = []
|
2726
2838
|
include Aws::Structure
|
2727
2839
|
end
|
2728
2840
|
|
@@ -2734,6 +2846,7 @@ module Aws::ServiceCatalog
|
|
2734
2846
|
#
|
2735
2847
|
class ExecuteProvisionedProductPlanOutput < Struct.new(
|
2736
2848
|
:record_detail)
|
2849
|
+
SENSITIVE = []
|
2737
2850
|
include Aws::Structure
|
2738
2851
|
end
|
2739
2852
|
|
@@ -2793,6 +2906,7 @@ module Aws::ServiceCatalog
|
|
2793
2906
|
:execute_token,
|
2794
2907
|
:accept_language,
|
2795
2908
|
:parameters)
|
2909
|
+
SENSITIVE = []
|
2796
2910
|
include Aws::Structure
|
2797
2911
|
end
|
2798
2912
|
|
@@ -2805,6 +2919,7 @@ module Aws::ServiceCatalog
|
|
2805
2919
|
#
|
2806
2920
|
class ExecuteProvisionedProductServiceActionOutput < Struct.new(
|
2807
2921
|
:record_detail)
|
2922
|
+
SENSITIVE = []
|
2808
2923
|
include Aws::Structure
|
2809
2924
|
end
|
2810
2925
|
|
@@ -2829,6 +2944,7 @@ module Aws::ServiceCatalog
|
|
2829
2944
|
:name,
|
2830
2945
|
:type,
|
2831
2946
|
:default_values)
|
2947
|
+
SENSITIVE = []
|
2832
2948
|
include Aws::Structure
|
2833
2949
|
end
|
2834
2950
|
|
@@ -2866,6 +2982,7 @@ module Aws::ServiceCatalog
|
|
2866
2982
|
:provisioning_artifact_id,
|
2867
2983
|
:error_code,
|
2868
2984
|
:error_message)
|
2985
|
+
SENSITIVE = []
|
2869
2986
|
include Aws::Structure
|
2870
2987
|
end
|
2871
2988
|
|
@@ -2883,6 +3000,7 @@ module Aws::ServiceCatalog
|
|
2883
3000
|
#
|
2884
3001
|
class GetAWSOrganizationsAccessStatusOutput < Struct.new(
|
2885
3002
|
:access_status)
|
3003
|
+
SENSITIVE = []
|
2886
3004
|
include Aws::Structure
|
2887
3005
|
end
|
2888
3006
|
|
@@ -2900,6 +3018,25 @@ module Aws::ServiceCatalog
|
|
2900
3018
|
#
|
2901
3019
|
class InvalidStateException < Aws::EmptyStructure; end
|
2902
3020
|
|
3021
|
+
# A launch path object.
|
3022
|
+
#
|
3023
|
+
# @!attribute [rw] id
|
3024
|
+
# The identifier of the launch path.
|
3025
|
+
# @return [String]
|
3026
|
+
#
|
3027
|
+
# @!attribute [rw] name
|
3028
|
+
# The name of the launch path.
|
3029
|
+
# @return [String]
|
3030
|
+
#
|
3031
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/servicecatalog-2015-12-10/LaunchPath AWS API Documentation
|
3032
|
+
#
|
3033
|
+
class LaunchPath < Struct.new(
|
3034
|
+
:id,
|
3035
|
+
:name)
|
3036
|
+
SENSITIVE = []
|
3037
|
+
include Aws::Structure
|
3038
|
+
end
|
3039
|
+
|
2903
3040
|
# Summary information about a product path for a user.
|
2904
3041
|
#
|
2905
3042
|
# @!attribute [rw] id
|
@@ -2925,6 +3062,7 @@ module Aws::ServiceCatalog
|
|
2925
3062
|
:constraint_summaries,
|
2926
3063
|
:tags,
|
2927
3064
|
:name)
|
3065
|
+
SENSITIVE = []
|
2928
3066
|
include Aws::Structure
|
2929
3067
|
end
|
2930
3068
|
|
@@ -2984,6 +3122,7 @@ module Aws::ServiceCatalog
|
|
2984
3122
|
:page_token,
|
2985
3123
|
:page_size,
|
2986
3124
|
:portfolio_share_type)
|
3125
|
+
SENSITIVE = []
|
2987
3126
|
include Aws::Structure
|
2988
3127
|
end
|
2989
3128
|
|
@@ -3001,6 +3140,7 @@ module Aws::ServiceCatalog
|
|
3001
3140
|
class ListAcceptedPortfolioSharesOutput < Struct.new(
|
3002
3141
|
:portfolio_details,
|
3003
3142
|
:next_page_token)
|
3143
|
+
SENSITIVE = []
|
3004
3144
|
include Aws::Structure
|
3005
3145
|
end
|
3006
3146
|
|
@@ -3044,6 +3184,7 @@ module Aws::ServiceCatalog
|
|
3044
3184
|
:resource_id,
|
3045
3185
|
:page_size,
|
3046
3186
|
:page_token)
|
3187
|
+
SENSITIVE = []
|
3047
3188
|
include Aws::Structure
|
3048
3189
|
end
|
3049
3190
|
|
@@ -3061,6 +3202,7 @@ module Aws::ServiceCatalog
|
|
3061
3202
|
class ListBudgetsForResourceOutput < Struct.new(
|
3062
3203
|
:budgets,
|
3063
3204
|
:next_page_token)
|
3205
|
+
SENSITIVE = []
|
3064
3206
|
include Aws::Structure
|
3065
3207
|
end
|
3066
3208
|
|
@@ -3110,6 +3252,7 @@ module Aws::ServiceCatalog
|
|
3110
3252
|
:product_id,
|
3111
3253
|
:page_size,
|
3112
3254
|
:page_token)
|
3255
|
+
SENSITIVE = []
|
3113
3256
|
include Aws::Structure
|
3114
3257
|
end
|
3115
3258
|
|
@@ -3127,6 +3270,7 @@ module Aws::ServiceCatalog
|
|
3127
3270
|
class ListConstraintsForPortfolioOutput < Struct.new(
|
3128
3271
|
:constraint_details,
|
3129
3272
|
:next_page_token)
|
3273
|
+
SENSITIVE = []
|
3130
3274
|
include Aws::Structure
|
3131
3275
|
end
|
3132
3276
|
|
@@ -3170,6 +3314,7 @@ module Aws::ServiceCatalog
|
|
3170
3314
|
:product_id,
|
3171
3315
|
:page_size,
|
3172
3316
|
:page_token)
|
3317
|
+
SENSITIVE = []
|
3173
3318
|
include Aws::Structure
|
3174
3319
|
end
|
3175
3320
|
|
@@ -3187,6 +3332,7 @@ module Aws::ServiceCatalog
|
|
3187
3332
|
class ListLaunchPathsOutput < Struct.new(
|
3188
3333
|
:launch_path_summaries,
|
3189
3334
|
:next_page_token)
|
3335
|
+
SENSITIVE = []
|
3190
3336
|
include Aws::Structure
|
3191
3337
|
end
|
3192
3338
|
|
@@ -3244,6 +3390,7 @@ module Aws::ServiceCatalog
|
|
3244
3390
|
:organization_node_type,
|
3245
3391
|
:page_token,
|
3246
3392
|
:page_size)
|
3393
|
+
SENSITIVE = []
|
3247
3394
|
include Aws::Structure
|
3248
3395
|
end
|
3249
3396
|
|
@@ -3261,6 +3408,7 @@ module Aws::ServiceCatalog
|
|
3261
3408
|
class ListOrganizationPortfolioAccessOutput < Struct.new(
|
3262
3409
|
:organization_nodes,
|
3263
3410
|
:next_page_token)
|
3411
|
+
SENSITIVE = []
|
3264
3412
|
include Aws::Structure
|
3265
3413
|
end
|
3266
3414
|
|
@@ -3312,6 +3460,7 @@ module Aws::ServiceCatalog
|
|
3312
3460
|
:organization_parent_id,
|
3313
3461
|
:page_token,
|
3314
3462
|
:page_size)
|
3463
|
+
SENSITIVE = []
|
3315
3464
|
include Aws::Structure
|
3316
3465
|
end
|
3317
3466
|
|
@@ -3329,6 +3478,7 @@ module Aws::ServiceCatalog
|
|
3329
3478
|
class ListPortfolioAccessOutput < Struct.new(
|
3330
3479
|
:account_ids,
|
3331
3480
|
:next_page_token)
|
3481
|
+
SENSITIVE = []
|
3332
3482
|
include Aws::Structure
|
3333
3483
|
end
|
3334
3484
|
|
@@ -3372,6 +3522,7 @@ module Aws::ServiceCatalog
|
|
3372
3522
|
:product_id,
|
3373
3523
|
:page_token,
|
3374
3524
|
:page_size)
|
3525
|
+
SENSITIVE = []
|
3375
3526
|
include Aws::Structure
|
3376
3527
|
end
|
3377
3528
|
|
@@ -3389,6 +3540,7 @@ module Aws::ServiceCatalog
|
|
3389
3540
|
class ListPortfoliosForProductOutput < Struct.new(
|
3390
3541
|
:portfolio_details,
|
3391
3542
|
:next_page_token)
|
3543
|
+
SENSITIVE = []
|
3392
3544
|
include Aws::Structure
|
3393
3545
|
end
|
3394
3546
|
|
@@ -3426,6 +3578,7 @@ module Aws::ServiceCatalog
|
|
3426
3578
|
:accept_language,
|
3427
3579
|
:page_token,
|
3428
3580
|
:page_size)
|
3581
|
+
SENSITIVE = []
|
3429
3582
|
include Aws::Structure
|
3430
3583
|
end
|
3431
3584
|
|
@@ -3443,6 +3596,7 @@ module Aws::ServiceCatalog
|
|
3443
3596
|
class ListPortfoliosOutput < Struct.new(
|
3444
3597
|
:portfolio_details,
|
3445
3598
|
:next_page_token)
|
3599
|
+
SENSITIVE = []
|
3446
3600
|
include Aws::Structure
|
3447
3601
|
end
|
3448
3602
|
|
@@ -3486,6 +3640,7 @@ module Aws::ServiceCatalog
|
|
3486
3640
|
:portfolio_id,
|
3487
3641
|
:page_size,
|
3488
3642
|
:page_token)
|
3643
|
+
SENSITIVE = []
|
3489
3644
|
include Aws::Structure
|
3490
3645
|
end
|
3491
3646
|
|
@@ -3503,6 +3658,7 @@ module Aws::ServiceCatalog
|
|
3503
3658
|
class ListPrincipalsForPortfolioOutput < Struct.new(
|
3504
3659
|
:principals,
|
3505
3660
|
:next_page_token)
|
3661
|
+
SENSITIVE = []
|
3506
3662
|
include Aws::Structure
|
3507
3663
|
end
|
3508
3664
|
|
@@ -3555,6 +3711,7 @@ module Aws::ServiceCatalog
|
|
3555
3711
|
:page_size,
|
3556
3712
|
:page_token,
|
3557
3713
|
:access_level_filter)
|
3714
|
+
SENSITIVE = []
|
3558
3715
|
include Aws::Structure
|
3559
3716
|
end
|
3560
3717
|
|
@@ -3572,6 +3729,7 @@ module Aws::ServiceCatalog
|
|
3572
3729
|
class ListProvisionedProductPlansOutput < Struct.new(
|
3573
3730
|
:provisioned_product_plans,
|
3574
3731
|
:next_page_token)
|
3732
|
+
SENSITIVE = []
|
3575
3733
|
include Aws::Structure
|
3576
3734
|
end
|
3577
3735
|
|
@@ -3616,6 +3774,7 @@ module Aws::ServiceCatalog
|
|
3616
3774
|
:page_size,
|
3617
3775
|
:page_token,
|
3618
3776
|
:accept_language)
|
3777
|
+
SENSITIVE = []
|
3619
3778
|
include Aws::Structure
|
3620
3779
|
end
|
3621
3780
|
|
@@ -3634,6 +3793,7 @@ module Aws::ServiceCatalog
|
|
3634
3793
|
class ListProvisioningArtifactsForServiceActionOutput < Struct.new(
|
3635
3794
|
:provisioning_artifact_views,
|
3636
3795
|
:next_page_token)
|
3796
|
+
SENSITIVE = []
|
3637
3797
|
include Aws::Structure
|
3638
3798
|
end
|
3639
3799
|
|
@@ -3664,6 +3824,7 @@ module Aws::ServiceCatalog
|
|
3664
3824
|
class ListProvisioningArtifactsInput < Struct.new(
|
3665
3825
|
:accept_language,
|
3666
3826
|
:product_id)
|
3827
|
+
SENSITIVE = []
|
3667
3828
|
include Aws::Structure
|
3668
3829
|
end
|
3669
3830
|
|
@@ -3681,6 +3842,7 @@ module Aws::ServiceCatalog
|
|
3681
3842
|
class ListProvisioningArtifactsOutput < Struct.new(
|
3682
3843
|
:provisioning_artifact_details,
|
3683
3844
|
:next_page_token)
|
3845
|
+
SENSITIVE = []
|
3684
3846
|
include Aws::Structure
|
3685
3847
|
end
|
3686
3848
|
|
@@ -3736,6 +3898,7 @@ module Aws::ServiceCatalog
|
|
3736
3898
|
:search_filter,
|
3737
3899
|
:page_size,
|
3738
3900
|
:page_token)
|
3901
|
+
SENSITIVE = []
|
3739
3902
|
include Aws::Structure
|
3740
3903
|
end
|
3741
3904
|
|
@@ -3753,6 +3916,7 @@ module Aws::ServiceCatalog
|
|
3753
3916
|
class ListRecordHistoryOutput < Struct.new(
|
3754
3917
|
:record_details,
|
3755
3918
|
:next_page_token)
|
3919
|
+
SENSITIVE = []
|
3756
3920
|
include Aws::Structure
|
3757
3921
|
end
|
3758
3922
|
|
@@ -3785,6 +3949,7 @@ module Aws::ServiceCatalog
|
|
3785
3949
|
class ListRecordHistorySearchFilter < Struct.new(
|
3786
3950
|
:key,
|
3787
3951
|
:value)
|
3952
|
+
SENSITIVE = []
|
3788
3953
|
include Aws::Structure
|
3789
3954
|
end
|
3790
3955
|
|
@@ -3826,6 +3991,7 @@ module Aws::ServiceCatalog
|
|
3826
3991
|
:resource_type,
|
3827
3992
|
:page_size,
|
3828
3993
|
:page_token)
|
3994
|
+
SENSITIVE = []
|
3829
3995
|
include Aws::Structure
|
3830
3996
|
end
|
3831
3997
|
|
@@ -3843,6 +4009,7 @@ module Aws::ServiceCatalog
|
|
3843
4009
|
class ListResourcesForTagOptionOutput < Struct.new(
|
3844
4010
|
:resource_details,
|
3845
4011
|
:page_token)
|
4012
|
+
SENSITIVE = []
|
3846
4013
|
include Aws::Structure
|
3847
4014
|
end
|
3848
4015
|
|
@@ -3893,6 +4060,7 @@ module Aws::ServiceCatalog
|
|
3893
4060
|
:page_size,
|
3894
4061
|
:page_token,
|
3895
4062
|
:accept_language)
|
4063
|
+
SENSITIVE = []
|
3896
4064
|
include Aws::Structure
|
3897
4065
|
end
|
3898
4066
|
|
@@ -3911,6 +4079,7 @@ module Aws::ServiceCatalog
|
|
3911
4079
|
class ListServiceActionsForProvisioningArtifactOutput < Struct.new(
|
3912
4080
|
:service_action_summaries,
|
3913
4081
|
:next_page_token)
|
4082
|
+
SENSITIVE = []
|
3914
4083
|
include Aws::Structure
|
3915
4084
|
end
|
3916
4085
|
|
@@ -3948,6 +4117,7 @@ module Aws::ServiceCatalog
|
|
3948
4117
|
:accept_language,
|
3949
4118
|
:page_size,
|
3950
4119
|
:page_token)
|
4120
|
+
SENSITIVE = []
|
3951
4121
|
include Aws::Structure
|
3952
4122
|
end
|
3953
4123
|
|
@@ -3966,6 +4136,7 @@ module Aws::ServiceCatalog
|
|
3966
4136
|
class ListServiceActionsOutput < Struct.new(
|
3967
4137
|
:service_action_summaries,
|
3968
4138
|
:next_page_token)
|
4139
|
+
SENSITIVE = []
|
3969
4140
|
include Aws::Structure
|
3970
4141
|
end
|
3971
4142
|
|
@@ -4009,6 +4180,7 @@ module Aws::ServiceCatalog
|
|
4009
4180
|
:provisioned_product_id,
|
4010
4181
|
:page_token,
|
4011
4182
|
:page_size)
|
4183
|
+
SENSITIVE = []
|
4012
4184
|
include Aws::Structure
|
4013
4185
|
end
|
4014
4186
|
|
@@ -4026,6 +4198,7 @@ module Aws::ServiceCatalog
|
|
4026
4198
|
class ListStackInstancesForProvisionedProductOutput < Struct.new(
|
4027
4199
|
:stack_instances,
|
4028
4200
|
:next_page_token)
|
4201
|
+
SENSITIVE = []
|
4029
4202
|
include Aws::Structure
|
4030
4203
|
end
|
4031
4204
|
|
@@ -4058,6 +4231,7 @@ module Aws::ServiceCatalog
|
|
4058
4231
|
:key,
|
4059
4232
|
:value,
|
4060
4233
|
:active)
|
4234
|
+
SENSITIVE = []
|
4061
4235
|
include Aws::Structure
|
4062
4236
|
end
|
4063
4237
|
|
@@ -4094,6 +4268,7 @@ module Aws::ServiceCatalog
|
|
4094
4268
|
:filters,
|
4095
4269
|
:page_size,
|
4096
4270
|
:page_token)
|
4271
|
+
SENSITIVE = []
|
4097
4272
|
include Aws::Structure
|
4098
4273
|
end
|
4099
4274
|
|
@@ -4111,6 +4286,7 @@ module Aws::ServiceCatalog
|
|
4111
4286
|
class ListTagOptionsOutput < Struct.new(
|
4112
4287
|
:tag_option_details,
|
4113
4288
|
:page_token)
|
4289
|
+
SENSITIVE = []
|
4114
4290
|
include Aws::Structure
|
4115
4291
|
end
|
4116
4292
|
|
@@ -4143,6 +4319,7 @@ module Aws::ServiceCatalog
|
|
4143
4319
|
class OrganizationNode < Struct.new(
|
4144
4320
|
:type,
|
4145
4321
|
:value)
|
4322
|
+
SENSITIVE = []
|
4146
4323
|
include Aws::Structure
|
4147
4324
|
end
|
4148
4325
|
|
@@ -4156,6 +4333,7 @@ module Aws::ServiceCatalog
|
|
4156
4333
|
#
|
4157
4334
|
class ParameterConstraints < Struct.new(
|
4158
4335
|
:allowed_values)
|
4336
|
+
SENSITIVE = []
|
4159
4337
|
include Aws::Structure
|
4160
4338
|
end
|
4161
4339
|
|
@@ -4194,6 +4372,7 @@ module Aws::ServiceCatalog
|
|
4194
4372
|
:description,
|
4195
4373
|
:created_time,
|
4196
4374
|
:provider_name)
|
4375
|
+
SENSITIVE = []
|
4197
4376
|
include Aws::Structure
|
4198
4377
|
end
|
4199
4378
|
|
@@ -4212,6 +4391,7 @@ module Aws::ServiceCatalog
|
|
4212
4391
|
class Principal < Struct.new(
|
4213
4392
|
:principal_arn,
|
4214
4393
|
:principal_type)
|
4394
|
+
SENSITIVE = []
|
4215
4395
|
include Aws::Structure
|
4216
4396
|
end
|
4217
4397
|
|
@@ -4231,6 +4411,7 @@ module Aws::ServiceCatalog
|
|
4231
4411
|
class ProductViewAggregationValue < Struct.new(
|
4232
4412
|
:value,
|
4233
4413
|
:approximate_count)
|
4414
|
+
SENSITIVE = []
|
4234
4415
|
include Aws::Structure
|
4235
4416
|
end
|
4236
4417
|
|
@@ -4266,6 +4447,7 @@ module Aws::ServiceCatalog
|
|
4266
4447
|
:status,
|
4267
4448
|
:product_arn,
|
4268
4449
|
:created_time)
|
4450
|
+
SENSITIVE = []
|
4269
4451
|
include Aws::Structure
|
4270
4452
|
end
|
4271
4453
|
|
@@ -4337,6 +4519,7 @@ module Aws::ServiceCatalog
|
|
4337
4519
|
:support_email,
|
4338
4520
|
:support_description,
|
4339
4521
|
:support_url)
|
4522
|
+
SENSITIVE = []
|
4340
4523
|
include Aws::Structure
|
4341
4524
|
end
|
4342
4525
|
|
@@ -4443,6 +4626,7 @@ module Aws::ServiceCatalog
|
|
4443
4626
|
:tags,
|
4444
4627
|
:notification_arns,
|
4445
4628
|
:provision_token)
|
4629
|
+
SENSITIVE = []
|
4446
4630
|
include Aws::Structure
|
4447
4631
|
end
|
4448
4632
|
|
@@ -4454,6 +4638,7 @@ module Aws::ServiceCatalog
|
|
4454
4638
|
#
|
4455
4639
|
class ProvisionProductOutput < Struct.new(
|
4456
4640
|
:record_detail)
|
4641
|
+
SENSITIVE = []
|
4457
4642
|
include Aws::Structure
|
4458
4643
|
end
|
4459
4644
|
|
@@ -4566,6 +4751,7 @@ module Aws::ServiceCatalog
|
|
4566
4751
|
:provisioning_artifact_id,
|
4567
4752
|
:user_arn,
|
4568
4753
|
:user_arn_session)
|
4754
|
+
SENSITIVE = []
|
4569
4755
|
include Aws::Structure
|
4570
4756
|
end
|
4571
4757
|
|
@@ -4657,6 +4843,7 @@ module Aws::ServiceCatalog
|
|
4657
4843
|
:last_record_id,
|
4658
4844
|
:product_id,
|
4659
4845
|
:provisioning_artifact_id)
|
4846
|
+
SENSITIVE = []
|
4660
4847
|
include Aws::Structure
|
4661
4848
|
end
|
4662
4849
|
|
@@ -4744,6 +4931,7 @@ module Aws::ServiceCatalog
|
|
4744
4931
|
:provisioning_parameters,
|
4745
4932
|
:tags,
|
4746
4933
|
:status_message)
|
4934
|
+
SENSITIVE = []
|
4747
4935
|
include Aws::Structure
|
4748
4936
|
end
|
4749
4937
|
|
@@ -4782,6 +4970,7 @@ module Aws::ServiceCatalog
|
|
4782
4970
|
:provision_product_name,
|
4783
4971
|
:plan_type,
|
4784
4972
|
:provisioning_artifact_id)
|
4973
|
+
SENSITIVE = []
|
4785
4974
|
include Aws::Structure
|
4786
4975
|
end
|
4787
4976
|
|
@@ -4817,6 +5006,7 @@ module Aws::ServiceCatalog
|
|
4817
5006
|
:description,
|
4818
5007
|
:created_time,
|
4819
5008
|
:guidance)
|
5009
|
+
SENSITIVE = []
|
4820
5010
|
include Aws::Structure
|
4821
5011
|
end
|
4822
5012
|
|
@@ -4868,6 +5058,7 @@ module Aws::ServiceCatalog
|
|
4868
5058
|
:created_time,
|
4869
5059
|
:active,
|
4870
5060
|
:guidance)
|
5061
|
+
SENSITIVE = []
|
4871
5062
|
include Aws::Structure
|
4872
5063
|
end
|
4873
5064
|
|
@@ -4908,6 +5099,7 @@ module Aws::ServiceCatalog
|
|
4908
5099
|
:is_no_echo,
|
4909
5100
|
:description,
|
4910
5101
|
:parameter_constraints)
|
5102
|
+
SENSITIVE = []
|
4911
5103
|
include Aws::Structure
|
4912
5104
|
end
|
4913
5105
|
|
@@ -4946,6 +5138,7 @@ module Aws::ServiceCatalog
|
|
4946
5138
|
class ProvisioningArtifactPreferences < Struct.new(
|
4947
5139
|
:stack_set_accounts,
|
4948
5140
|
:stack_set_regions)
|
5141
|
+
SENSITIVE = []
|
4949
5142
|
include Aws::Structure
|
4950
5143
|
end
|
4951
5144
|
|
@@ -5006,6 +5199,7 @@ module Aws::ServiceCatalog
|
|
5006
5199
|
:info,
|
5007
5200
|
:type,
|
5008
5201
|
:disable_template_validation)
|
5202
|
+
SENSITIVE = []
|
5009
5203
|
include Aws::Structure
|
5010
5204
|
end
|
5011
5205
|
|
@@ -5041,6 +5235,7 @@ module Aws::ServiceCatalog
|
|
5041
5235
|
:description,
|
5042
5236
|
:created_time,
|
5043
5237
|
:provisioning_artifact_metadata)
|
5238
|
+
SENSITIVE = []
|
5044
5239
|
include Aws::Structure
|
5045
5240
|
end
|
5046
5241
|
|
@@ -5061,6 +5256,7 @@ module Aws::ServiceCatalog
|
|
5061
5256
|
class ProvisioningArtifactView < Struct.new(
|
5062
5257
|
:product_view_summary,
|
5063
5258
|
:provisioning_artifact)
|
5259
|
+
SENSITIVE = []
|
5064
5260
|
include Aws::Structure
|
5065
5261
|
end
|
5066
5262
|
|
@@ -5087,6 +5283,7 @@ module Aws::ServiceCatalog
|
|
5087
5283
|
class ProvisioningParameter < Struct.new(
|
5088
5284
|
:key,
|
5089
5285
|
:value)
|
5286
|
+
SENSITIVE = []
|
5090
5287
|
include Aws::Structure
|
5091
5288
|
end
|
5092
5289
|
|
@@ -5212,6 +5409,7 @@ module Aws::ServiceCatalog
|
|
5212
5409
|
:stack_set_failure_tolerance_percentage,
|
5213
5410
|
:stack_set_max_concurrency_count,
|
5214
5411
|
:stack_set_max_concurrency_percentage)
|
5412
|
+
SENSITIVE = []
|
5215
5413
|
include Aws::Structure
|
5216
5414
|
end
|
5217
5415
|
|
@@ -5306,6 +5504,7 @@ module Aws::ServiceCatalog
|
|
5306
5504
|
:path_id,
|
5307
5505
|
:record_errors,
|
5308
5506
|
:record_tags)
|
5507
|
+
SENSITIVE = []
|
5309
5508
|
include Aws::Structure
|
5310
5509
|
end
|
5311
5510
|
|
@@ -5324,6 +5523,7 @@ module Aws::ServiceCatalog
|
|
5324
5523
|
class RecordError < Struct.new(
|
5325
5524
|
:code,
|
5326
5525
|
:description)
|
5526
|
+
SENSITIVE = []
|
5327
5527
|
include Aws::Structure
|
5328
5528
|
end
|
5329
5529
|
|
@@ -5349,6 +5549,7 @@ module Aws::ServiceCatalog
|
|
5349
5549
|
:output_key,
|
5350
5550
|
:output_value,
|
5351
5551
|
:description)
|
5552
|
+
SENSITIVE = []
|
5352
5553
|
include Aws::Structure
|
5353
5554
|
end
|
5354
5555
|
|
@@ -5367,6 +5568,7 @@ module Aws::ServiceCatalog
|
|
5367
5568
|
class RecordTag < Struct.new(
|
5368
5569
|
:key,
|
5369
5570
|
:value)
|
5571
|
+
SENSITIVE = []
|
5370
5572
|
include Aws::Structure
|
5371
5573
|
end
|
5372
5574
|
|
@@ -5416,6 +5618,7 @@ module Aws::ServiceCatalog
|
|
5416
5618
|
:accept_language,
|
5417
5619
|
:portfolio_id,
|
5418
5620
|
:portfolio_share_type)
|
5621
|
+
SENSITIVE = []
|
5419
5622
|
include Aws::Structure
|
5420
5623
|
end
|
5421
5624
|
|
@@ -5465,6 +5668,7 @@ module Aws::ServiceCatalog
|
|
5465
5668
|
:replacement,
|
5466
5669
|
:scope,
|
5467
5670
|
:details)
|
5671
|
+
SENSITIVE = []
|
5468
5672
|
include Aws::Structure
|
5469
5673
|
end
|
5470
5674
|
|
@@ -5491,6 +5695,7 @@ module Aws::ServiceCatalog
|
|
5491
5695
|
:target,
|
5492
5696
|
:evaluation,
|
5493
5697
|
:causing_entity)
|
5698
|
+
SENSITIVE = []
|
5494
5699
|
include Aws::Structure
|
5495
5700
|
end
|
5496
5701
|
|
@@ -5524,6 +5729,7 @@ module Aws::ServiceCatalog
|
|
5524
5729
|
:name,
|
5525
5730
|
:description,
|
5526
5731
|
:created_time)
|
5732
|
+
SENSITIVE = []
|
5527
5733
|
include Aws::Structure
|
5528
5734
|
end
|
5529
5735
|
|
@@ -5562,6 +5768,7 @@ module Aws::ServiceCatalog
|
|
5562
5768
|
:attribute,
|
5563
5769
|
:name,
|
5564
5770
|
:requires_recreation)
|
5771
|
+
SENSITIVE = []
|
5565
5772
|
include Aws::Structure
|
5566
5773
|
end
|
5567
5774
|
|
@@ -5608,6 +5815,7 @@ module Aws::ServiceCatalog
|
|
5608
5815
|
:access_level_filter,
|
5609
5816
|
:page_size,
|
5610
5817
|
:page_token)
|
5818
|
+
SENSITIVE = []
|
5611
5819
|
include Aws::Structure
|
5612
5820
|
end
|
5613
5821
|
|
@@ -5625,6 +5833,7 @@ module Aws::ServiceCatalog
|
|
5625
5833
|
class ScanProvisionedProductsOutput < Struct.new(
|
5626
5834
|
:provisioned_products,
|
5627
5835
|
:next_page_token)
|
5836
|
+
SENSITIVE = []
|
5628
5837
|
include Aws::Structure
|
5629
5838
|
end
|
5630
5839
|
|
@@ -5697,6 +5906,7 @@ module Aws::ServiceCatalog
|
|
5697
5906
|
:page_token,
|
5698
5907
|
:page_size,
|
5699
5908
|
:product_source)
|
5909
|
+
SENSITIVE = []
|
5700
5910
|
include Aws::Structure
|
5701
5911
|
end
|
5702
5912
|
|
@@ -5714,6 +5924,7 @@ module Aws::ServiceCatalog
|
|
5714
5924
|
class SearchProductsAsAdminOutput < Struct.new(
|
5715
5925
|
:product_view_details,
|
5716
5926
|
:next_page_token)
|
5927
|
+
SENSITIVE = []
|
5717
5928
|
include Aws::Structure
|
5718
5929
|
end
|
5719
5930
|
|
@@ -5774,6 +5985,7 @@ module Aws::ServiceCatalog
|
|
5774
5985
|
:sort_by,
|
5775
5986
|
:sort_order,
|
5776
5987
|
:page_token)
|
5988
|
+
SENSITIVE = []
|
5777
5989
|
include Aws::Structure
|
5778
5990
|
end
|
5779
5991
|
|
@@ -5796,6 +6008,7 @@ module Aws::ServiceCatalog
|
|
5796
6008
|
:product_view_summaries,
|
5797
6009
|
:product_view_aggregations,
|
5798
6010
|
:next_page_token)
|
6011
|
+
SENSITIVE = []
|
5799
6012
|
include Aws::Structure
|
5800
6013
|
end
|
5801
6014
|
|
@@ -5872,6 +6085,7 @@ module Aws::ServiceCatalog
|
|
5872
6085
|
:sort_order,
|
5873
6086
|
:page_size,
|
5874
6087
|
:page_token)
|
6088
|
+
SENSITIVE = []
|
5875
6089
|
include Aws::Structure
|
5876
6090
|
end
|
5877
6091
|
|
@@ -5894,6 +6108,7 @@ module Aws::ServiceCatalog
|
|
5894
6108
|
:provisioned_products,
|
5895
6109
|
:total_results_count,
|
5896
6110
|
:next_page_token)
|
6111
|
+
SENSITIVE = []
|
5897
6112
|
include Aws::Structure
|
5898
6113
|
end
|
5899
6114
|
|
@@ -5929,6 +6144,7 @@ module Aws::ServiceCatalog
|
|
5929
6144
|
:service_action_id,
|
5930
6145
|
:product_id,
|
5931
6146
|
:provisioning_artifact_id)
|
6147
|
+
SENSITIVE = []
|
5932
6148
|
include Aws::Structure
|
5933
6149
|
end
|
5934
6150
|
|
@@ -5948,6 +6164,7 @@ module Aws::ServiceCatalog
|
|
5948
6164
|
class ServiceActionDetail < Struct.new(
|
5949
6165
|
:service_action_summary,
|
5950
6166
|
:definition)
|
6167
|
+
SENSITIVE = []
|
5951
6168
|
include Aws::Structure
|
5952
6169
|
end
|
5953
6170
|
|
@@ -5977,6 +6194,7 @@ module Aws::ServiceCatalog
|
|
5977
6194
|
:name,
|
5978
6195
|
:description,
|
5979
6196
|
:definition_type)
|
6197
|
+
SENSITIVE = []
|
5980
6198
|
include Aws::Structure
|
5981
6199
|
end
|
5982
6200
|
|
@@ -5995,6 +6213,7 @@ module Aws::ServiceCatalog
|
|
5995
6213
|
class ShareDetails < Struct.new(
|
5996
6214
|
:successful_shares,
|
5997
6215
|
:share_errors)
|
6216
|
+
SENSITIVE = []
|
5998
6217
|
include Aws::Structure
|
5999
6218
|
end
|
6000
6219
|
|
@@ -6018,6 +6237,7 @@ module Aws::ServiceCatalog
|
|
6018
6237
|
:accounts,
|
6019
6238
|
:message,
|
6020
6239
|
:error)
|
6240
|
+
SENSITIVE = []
|
6021
6241
|
include Aws::Structure
|
6022
6242
|
end
|
6023
6243
|
|
@@ -6066,6 +6286,7 @@ module Aws::ServiceCatalog
|
|
6066
6286
|
:account,
|
6067
6287
|
:region,
|
6068
6288
|
:stack_instance_status)
|
6289
|
+
SENSITIVE = []
|
6069
6290
|
include Aws::Structure
|
6070
6291
|
end
|
6071
6292
|
|
@@ -6093,6 +6314,7 @@ module Aws::ServiceCatalog
|
|
6093
6314
|
class Tag < Struct.new(
|
6094
6315
|
:key,
|
6095
6316
|
:value)
|
6317
|
+
SENSITIVE = []
|
6096
6318
|
include Aws::Structure
|
6097
6319
|
end
|
6098
6320
|
|
@@ -6121,6 +6343,7 @@ module Aws::ServiceCatalog
|
|
6121
6343
|
:value,
|
6122
6344
|
:active,
|
6123
6345
|
:id)
|
6346
|
+
SENSITIVE = []
|
6124
6347
|
include Aws::Structure
|
6125
6348
|
end
|
6126
6349
|
|
@@ -6148,6 +6371,7 @@ module Aws::ServiceCatalog
|
|
6148
6371
|
class TagOptionSummary < Struct.new(
|
6149
6372
|
:key,
|
6150
6373
|
:values)
|
6374
|
+
SENSITIVE = []
|
6151
6375
|
include Aws::Structure
|
6152
6376
|
end
|
6153
6377
|
|
@@ -6207,6 +6431,7 @@ module Aws::ServiceCatalog
|
|
6207
6431
|
:terminate_token,
|
6208
6432
|
:ignore_errors,
|
6209
6433
|
:accept_language)
|
6434
|
+
SENSITIVE = []
|
6210
6435
|
include Aws::Structure
|
6211
6436
|
end
|
6212
6437
|
|
@@ -6218,6 +6443,7 @@ module Aws::ServiceCatalog
|
|
6218
6443
|
#
|
6219
6444
|
class TerminateProvisionedProductOutput < Struct.new(
|
6220
6445
|
:record_detail)
|
6446
|
+
SENSITIVE = []
|
6221
6447
|
include Aws::Structure
|
6222
6448
|
end
|
6223
6449
|
|
@@ -6332,6 +6558,7 @@ module Aws::ServiceCatalog
|
|
6332
6558
|
:id,
|
6333
6559
|
:description,
|
6334
6560
|
:parameters)
|
6561
|
+
SENSITIVE = []
|
6335
6562
|
include Aws::Structure
|
6336
6563
|
end
|
6337
6564
|
|
@@ -6353,6 +6580,7 @@ module Aws::ServiceCatalog
|
|
6353
6580
|
:constraint_detail,
|
6354
6581
|
:constraint_parameters,
|
6355
6582
|
:status)
|
6583
|
+
SENSITIVE = []
|
6356
6584
|
include Aws::Structure
|
6357
6585
|
end
|
6358
6586
|
|
@@ -6418,6 +6646,7 @@ module Aws::ServiceCatalog
|
|
6418
6646
|
:provider_name,
|
6419
6647
|
:add_tags,
|
6420
6648
|
:remove_tags)
|
6649
|
+
SENSITIVE = []
|
6421
6650
|
include Aws::Structure
|
6422
6651
|
end
|
6423
6652
|
|
@@ -6434,6 +6663,7 @@ module Aws::ServiceCatalog
|
|
6434
6663
|
class UpdatePortfolioOutput < Struct.new(
|
6435
6664
|
:portfolio_detail,
|
6436
6665
|
:tags)
|
6666
|
+
SENSITIVE = []
|
6437
6667
|
include Aws::Structure
|
6438
6668
|
end
|
6439
6669
|
|
@@ -6523,6 +6753,7 @@ module Aws::ServiceCatalog
|
|
6523
6753
|
:support_url,
|
6524
6754
|
:add_tags,
|
6525
6755
|
:remove_tags)
|
6756
|
+
SENSITIVE = []
|
6526
6757
|
include Aws::Structure
|
6527
6758
|
end
|
6528
6759
|
|
@@ -6539,6 +6770,7 @@ module Aws::ServiceCatalog
|
|
6539
6770
|
class UpdateProductOutput < Struct.new(
|
6540
6771
|
:product_view_detail,
|
6541
6772
|
:tags)
|
6773
|
+
SENSITIVE = []
|
6542
6774
|
include Aws::Structure
|
6543
6775
|
end
|
6544
6776
|
|
@@ -6646,6 +6878,7 @@ module Aws::ServiceCatalog
|
|
6646
6878
|
:provisioning_preferences,
|
6647
6879
|
:tags,
|
6648
6880
|
:update_token)
|
6881
|
+
SENSITIVE = []
|
6649
6882
|
include Aws::Structure
|
6650
6883
|
end
|
6651
6884
|
|
@@ -6657,6 +6890,7 @@ module Aws::ServiceCatalog
|
|
6657
6890
|
#
|
6658
6891
|
class UpdateProvisionedProductOutput < Struct.new(
|
6659
6892
|
:record_detail)
|
6893
|
+
SENSITIVE = []
|
6660
6894
|
include Aws::Structure
|
6661
6895
|
end
|
6662
6896
|
|
@@ -6690,9 +6924,9 @@ module Aws::ServiceCatalog
|
|
6690
6924
|
# A map that contains the provisioned product properties to be
|
6691
6925
|
# updated.
|
6692
6926
|
#
|
6693
|
-
# The `OWNER` key
|
6694
|
-
# is allowed to see, update, terminate, and execute service
|
6695
|
-
# the provisioned product.
|
6927
|
+
# The `OWNER` key accepts user ARNs and role ARNs. The owner is the
|
6928
|
+
# user that is allowed to see, update, terminate, and execute service
|
6929
|
+
# actions in the provisioned product.
|
6696
6930
|
#
|
6697
6931
|
# The administrator can change the owner of a provisioned product to
|
6698
6932
|
# another IAM user within the same account. Both end user owners and
|
@@ -6727,6 +6961,7 @@ module Aws::ServiceCatalog
|
|
6727
6961
|
:provisioned_product_id,
|
6728
6962
|
:provisioned_product_properties,
|
6729
6963
|
:idempotency_token)
|
6964
|
+
SENSITIVE = []
|
6730
6965
|
include Aws::Structure
|
6731
6966
|
end
|
6732
6967
|
|
@@ -6753,6 +6988,7 @@ module Aws::ServiceCatalog
|
|
6753
6988
|
:provisioned_product_properties,
|
6754
6989
|
:record_id,
|
6755
6990
|
:status)
|
6991
|
+
SENSITIVE = []
|
6756
6992
|
include Aws::Structure
|
6757
6993
|
end
|
6758
6994
|
|
@@ -6825,6 +7061,7 @@ module Aws::ServiceCatalog
|
|
6825
7061
|
:description,
|
6826
7062
|
:active,
|
6827
7063
|
:guidance)
|
7064
|
+
SENSITIVE = []
|
6828
7065
|
include Aws::Structure
|
6829
7066
|
end
|
6830
7067
|
|
@@ -6846,6 +7083,7 @@ module Aws::ServiceCatalog
|
|
6846
7083
|
:provisioning_artifact_detail,
|
6847
7084
|
:info,
|
6848
7085
|
:status)
|
7086
|
+
SENSITIVE = []
|
6849
7087
|
include Aws::Structure
|
6850
7088
|
end
|
6851
7089
|
|
@@ -6879,6 +7117,7 @@ module Aws::ServiceCatalog
|
|
6879
7117
|
:key,
|
6880
7118
|
:value,
|
6881
7119
|
:use_previous_value)
|
7120
|
+
SENSITIVE = []
|
6882
7121
|
include Aws::Structure
|
6883
7122
|
end
|
6884
7123
|
|
@@ -7031,6 +7270,7 @@ module Aws::ServiceCatalog
|
|
7031
7270
|
:stack_set_max_concurrency_count,
|
7032
7271
|
:stack_set_max_concurrency_percentage,
|
7033
7272
|
:stack_set_operation_type)
|
7273
|
+
SENSITIVE = []
|
7034
7274
|
include Aws::Structure
|
7035
7275
|
end
|
7036
7276
|
|
@@ -7081,6 +7321,7 @@ module Aws::ServiceCatalog
|
|
7081
7321
|
:definition,
|
7082
7322
|
:description,
|
7083
7323
|
:accept_language)
|
7324
|
+
SENSITIVE = []
|
7084
7325
|
include Aws::Structure
|
7085
7326
|
end
|
7086
7327
|
|
@@ -7092,6 +7333,7 @@ module Aws::ServiceCatalog
|
|
7092
7333
|
#
|
7093
7334
|
class UpdateServiceActionOutput < Struct.new(
|
7094
7335
|
:service_action_detail)
|
7336
|
+
SENSITIVE = []
|
7095
7337
|
include Aws::Structure
|
7096
7338
|
end
|
7097
7339
|
|
@@ -7122,6 +7364,7 @@ module Aws::ServiceCatalog
|
|
7122
7364
|
:id,
|
7123
7365
|
:value,
|
7124
7366
|
:active)
|
7367
|
+
SENSITIVE = []
|
7125
7368
|
include Aws::Structure
|
7126
7369
|
end
|
7127
7370
|
|
@@ -7133,6 +7376,7 @@ module Aws::ServiceCatalog
|
|
7133
7376
|
#
|
7134
7377
|
class UpdateTagOptionOutput < Struct.new(
|
7135
7378
|
:tag_option_detail)
|
7379
|
+
SENSITIVE = []
|
7136
7380
|
include Aws::Structure
|
7137
7381
|
end
|
7138
7382
|
|
@@ -7151,6 +7395,7 @@ module Aws::ServiceCatalog
|
|
7151
7395
|
class UsageInstruction < Struct.new(
|
7152
7396
|
:type,
|
7153
7397
|
:value)
|
7398
|
+
SENSITIVE = []
|
7154
7399
|
include Aws::Structure
|
7155
7400
|
end
|
7156
7401
|
|