aws-sdk-servicecatalog 1.41.1 → 1.42.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: f35b1726cb3a67ff84d19a3184c27fc0028e282b67425a7b661e626a639e59d1
4
- data.tar.gz: e3c0e1f972616b2ab69ff36928e44ffd3b67456462b28f8a703670d92257a53a
3
+ metadata.gz: 7ee952676e063129c4fbd72c9f64f36e8ea3dd277ec25166fadd62989a70aa01
4
+ data.tar.gz: 22521cc9d315a52fc80e7a3660579bc0e476f4ed4f19fdd708914bed189ebe4f
5
5
  SHA512:
6
- metadata.gz: 4707108d4fa8c2056b8e296d05d2eaaa3aef40debff7f090f7dba5e2e70a9e5c2680b68600b65287d00cca2dc454f292ee49687f783360a94d7327bc70a72d10
7
- data.tar.gz: 46665b3ab7e79e6e41dc15c5bd9db528db322c846c2c001bb680088896f2bbd28179d1b77ba0e9a8b9a9d9a2754fd5f0b48bdb64a967c2796f2fd12e787f456d
6
+ metadata.gz: 907b61727260498d1ddb5312d9837620fefaf2839af276862bd8809fd7e67b5419ebe9b9e075d5992715b8f281abfd9d00d34fdf2abd2e03d061d7ad6b9b742c
7
+ data.tar.gz: eca3b3f50f6d6e68f5bb75cb1c4516dc15ce3fe68677f880e345e48f3011c6c0297a4a15317433f66667d9888c684159e2e0d273375de5a1795a5ae1833f9a03
@@ -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:
@@ -45,6 +47,6 @@ require_relative 'aws-sdk-servicecatalog/customizations'
45
47
  # @service
46
48
  module Aws::ServiceCatalog
47
49
 
48
- GEM_VERSION = '1.41.1'
50
+ GEM_VERSION = '1.42.0'
49
51
 
50
52
  end
@@ -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:
@@ -5353,7 +5355,7 @@ module Aws::ServiceCatalog
5353
5355
  params: params,
5354
5356
  config: config)
5355
5357
  context[:gem_name] = 'aws-sdk-servicecatalog'
5356
- context[:gem_version] = '1.41.1'
5358
+ context[:gem_version] = '1.42.0'
5357
5359
  Seahorse::Client::Request.new(handlers, context)
5358
5360
  end
5359
5361
 
@@ -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:
@@ -1,3 +1,4 @@
1
+ # frozen_string_literal: true
1
2
  # WARNING ABOUT GENERATED CODE
2
3
  #
3
4
  # This file is generated. See the contributing for info on making contributions:
@@ -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:
@@ -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:
@@ -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
 
@@ -2284,6 +2348,7 @@ module Aws::ServiceCatalog
2284
2348
  :product_id,
2285
2349
  :provisioning_artifact_id,
2286
2350
  :path_id)
2351
+ SENSITIVE = []
2287
2352
  include Aws::Structure
2288
2353
  end
2289
2354
 
@@ -2318,6 +2383,7 @@ module Aws::ServiceCatalog
2318
2383
  :usage_instructions,
2319
2384
  :tag_options,
2320
2385
  :provisioning_artifact_preferences)
2386
+ SENSITIVE = []
2321
2387
  include Aws::Structure
2322
2388
  end
2323
2389
 
@@ -2362,6 +2428,7 @@ module Aws::ServiceCatalog
2362
2428
  :id,
2363
2429
  :page_token,
2364
2430
  :page_size)
2431
+ SENSITIVE = []
2365
2432
  include Aws::Structure
2366
2433
  end
2367
2434
 
@@ -2386,6 +2453,7 @@ module Aws::ServiceCatalog
2386
2453
  :record_detail,
2387
2454
  :record_outputs,
2388
2455
  :next_page_token)
2456
+ SENSITIVE = []
2389
2457
  include Aws::Structure
2390
2458
  end
2391
2459
 
@@ -2422,6 +2490,7 @@ module Aws::ServiceCatalog
2422
2490
  :provisioned_product_id,
2423
2491
  :service_action_id,
2424
2492
  :accept_language)
2493
+ SENSITIVE = []
2425
2494
  include Aws::Structure
2426
2495
  end
2427
2496
 
@@ -2433,6 +2502,7 @@ module Aws::ServiceCatalog
2433
2502
  #
2434
2503
  class DescribeServiceActionExecutionParametersOutput < Struct.new(
2435
2504
  :service_action_parameters)
2505
+ SENSITIVE = []
2436
2506
  include Aws::Structure
2437
2507
  end
2438
2508
 
@@ -2463,6 +2533,7 @@ module Aws::ServiceCatalog
2463
2533
  class DescribeServiceActionInput < Struct.new(
2464
2534
  :id,
2465
2535
  :accept_language)
2536
+ SENSITIVE = []
2466
2537
  include Aws::Structure
2467
2538
  end
2468
2539
 
@@ -2474,6 +2545,7 @@ module Aws::ServiceCatalog
2474
2545
  #
2475
2546
  class DescribeServiceActionOutput < Struct.new(
2476
2547
  :service_action_detail)
2548
+ SENSITIVE = []
2477
2549
  include Aws::Structure
2478
2550
  end
2479
2551
 
@@ -2492,6 +2564,7 @@ module Aws::ServiceCatalog
2492
2564
  #
2493
2565
  class DescribeTagOptionInput < Struct.new(
2494
2566
  :id)
2567
+ SENSITIVE = []
2495
2568
  include Aws::Structure
2496
2569
  end
2497
2570
 
@@ -2503,6 +2576,7 @@ module Aws::ServiceCatalog
2503
2576
  #
2504
2577
  class DescribeTagOptionOutput < Struct.new(
2505
2578
  :tag_option_detail)
2579
+ SENSITIVE = []
2506
2580
  include Aws::Structure
2507
2581
  end
2508
2582
 
@@ -2538,6 +2612,7 @@ module Aws::ServiceCatalog
2538
2612
  class DisassociateBudgetFromResourceInput < Struct.new(
2539
2613
  :budget_name,
2540
2614
  :resource_id)
2615
+ SENSITIVE = []
2541
2616
  include Aws::Structure
2542
2617
  end
2543
2618
 
@@ -2578,6 +2653,7 @@ module Aws::ServiceCatalog
2578
2653
  :accept_language,
2579
2654
  :portfolio_id,
2580
2655
  :principal_arn)
2656
+ SENSITIVE = []
2581
2657
  include Aws::Structure
2582
2658
  end
2583
2659
 
@@ -2618,6 +2694,7 @@ module Aws::ServiceCatalog
2618
2694
  :accept_language,
2619
2695
  :product_id,
2620
2696
  :portfolio_id)
2697
+ SENSITIVE = []
2621
2698
  include Aws::Structure
2622
2699
  end
2623
2700
 
@@ -2666,6 +2743,7 @@ module Aws::ServiceCatalog
2666
2743
  :provisioning_artifact_id,
2667
2744
  :service_action_id,
2668
2745
  :accept_language)
2746
+ SENSITIVE = []
2669
2747
  include Aws::Structure
2670
2748
  end
2671
2749
 
@@ -2694,6 +2772,7 @@ module Aws::ServiceCatalog
2694
2772
  class DisassociateTagOptionFromResourceInput < Struct.new(
2695
2773
  :resource_id,
2696
2774
  :tag_option_id)
2775
+ SENSITIVE = []
2697
2776
  include Aws::Structure
2698
2777
  end
2699
2778
 
@@ -2755,6 +2834,7 @@ module Aws::ServiceCatalog
2755
2834
  :accept_language,
2756
2835
  :plan_id,
2757
2836
  :idempotency_token)
2837
+ SENSITIVE = []
2758
2838
  include Aws::Structure
2759
2839
  end
2760
2840
 
@@ -2766,6 +2846,7 @@ module Aws::ServiceCatalog
2766
2846
  #
2767
2847
  class ExecuteProvisionedProductPlanOutput < Struct.new(
2768
2848
  :record_detail)
2849
+ SENSITIVE = []
2769
2850
  include Aws::Structure
2770
2851
  end
2771
2852
 
@@ -2825,6 +2906,7 @@ module Aws::ServiceCatalog
2825
2906
  :execute_token,
2826
2907
  :accept_language,
2827
2908
  :parameters)
2909
+ SENSITIVE = []
2828
2910
  include Aws::Structure
2829
2911
  end
2830
2912
 
@@ -2837,6 +2919,7 @@ module Aws::ServiceCatalog
2837
2919
  #
2838
2920
  class ExecuteProvisionedProductServiceActionOutput < Struct.new(
2839
2921
  :record_detail)
2922
+ SENSITIVE = []
2840
2923
  include Aws::Structure
2841
2924
  end
2842
2925
 
@@ -2861,6 +2944,7 @@ module Aws::ServiceCatalog
2861
2944
  :name,
2862
2945
  :type,
2863
2946
  :default_values)
2947
+ SENSITIVE = []
2864
2948
  include Aws::Structure
2865
2949
  end
2866
2950
 
@@ -2898,6 +2982,7 @@ module Aws::ServiceCatalog
2898
2982
  :provisioning_artifact_id,
2899
2983
  :error_code,
2900
2984
  :error_message)
2985
+ SENSITIVE = []
2901
2986
  include Aws::Structure
2902
2987
  end
2903
2988
 
@@ -2915,6 +3000,7 @@ module Aws::ServiceCatalog
2915
3000
  #
2916
3001
  class GetAWSOrganizationsAccessStatusOutput < Struct.new(
2917
3002
  :access_status)
3003
+ SENSITIVE = []
2918
3004
  include Aws::Structure
2919
3005
  end
2920
3006
 
@@ -2947,6 +3033,7 @@ module Aws::ServiceCatalog
2947
3033
  class LaunchPath < Struct.new(
2948
3034
  :id,
2949
3035
  :name)
3036
+ SENSITIVE = []
2950
3037
  include Aws::Structure
2951
3038
  end
2952
3039
 
@@ -2975,6 +3062,7 @@ module Aws::ServiceCatalog
2975
3062
  :constraint_summaries,
2976
3063
  :tags,
2977
3064
  :name)
3065
+ SENSITIVE = []
2978
3066
  include Aws::Structure
2979
3067
  end
2980
3068
 
@@ -3034,6 +3122,7 @@ module Aws::ServiceCatalog
3034
3122
  :page_token,
3035
3123
  :page_size,
3036
3124
  :portfolio_share_type)
3125
+ SENSITIVE = []
3037
3126
  include Aws::Structure
3038
3127
  end
3039
3128
 
@@ -3051,6 +3140,7 @@ module Aws::ServiceCatalog
3051
3140
  class ListAcceptedPortfolioSharesOutput < Struct.new(
3052
3141
  :portfolio_details,
3053
3142
  :next_page_token)
3143
+ SENSITIVE = []
3054
3144
  include Aws::Structure
3055
3145
  end
3056
3146
 
@@ -3094,6 +3184,7 @@ module Aws::ServiceCatalog
3094
3184
  :resource_id,
3095
3185
  :page_size,
3096
3186
  :page_token)
3187
+ SENSITIVE = []
3097
3188
  include Aws::Structure
3098
3189
  end
3099
3190
 
@@ -3111,6 +3202,7 @@ module Aws::ServiceCatalog
3111
3202
  class ListBudgetsForResourceOutput < Struct.new(
3112
3203
  :budgets,
3113
3204
  :next_page_token)
3205
+ SENSITIVE = []
3114
3206
  include Aws::Structure
3115
3207
  end
3116
3208
 
@@ -3160,6 +3252,7 @@ module Aws::ServiceCatalog
3160
3252
  :product_id,
3161
3253
  :page_size,
3162
3254
  :page_token)
3255
+ SENSITIVE = []
3163
3256
  include Aws::Structure
3164
3257
  end
3165
3258
 
@@ -3177,6 +3270,7 @@ module Aws::ServiceCatalog
3177
3270
  class ListConstraintsForPortfolioOutput < Struct.new(
3178
3271
  :constraint_details,
3179
3272
  :next_page_token)
3273
+ SENSITIVE = []
3180
3274
  include Aws::Structure
3181
3275
  end
3182
3276
 
@@ -3220,6 +3314,7 @@ module Aws::ServiceCatalog
3220
3314
  :product_id,
3221
3315
  :page_size,
3222
3316
  :page_token)
3317
+ SENSITIVE = []
3223
3318
  include Aws::Structure
3224
3319
  end
3225
3320
 
@@ -3237,6 +3332,7 @@ module Aws::ServiceCatalog
3237
3332
  class ListLaunchPathsOutput < Struct.new(
3238
3333
  :launch_path_summaries,
3239
3334
  :next_page_token)
3335
+ SENSITIVE = []
3240
3336
  include Aws::Structure
3241
3337
  end
3242
3338
 
@@ -3294,6 +3390,7 @@ module Aws::ServiceCatalog
3294
3390
  :organization_node_type,
3295
3391
  :page_token,
3296
3392
  :page_size)
3393
+ SENSITIVE = []
3297
3394
  include Aws::Structure
3298
3395
  end
3299
3396
 
@@ -3311,6 +3408,7 @@ module Aws::ServiceCatalog
3311
3408
  class ListOrganizationPortfolioAccessOutput < Struct.new(
3312
3409
  :organization_nodes,
3313
3410
  :next_page_token)
3411
+ SENSITIVE = []
3314
3412
  include Aws::Structure
3315
3413
  end
3316
3414
 
@@ -3362,6 +3460,7 @@ module Aws::ServiceCatalog
3362
3460
  :organization_parent_id,
3363
3461
  :page_token,
3364
3462
  :page_size)
3463
+ SENSITIVE = []
3365
3464
  include Aws::Structure
3366
3465
  end
3367
3466
 
@@ -3379,6 +3478,7 @@ module Aws::ServiceCatalog
3379
3478
  class ListPortfolioAccessOutput < Struct.new(
3380
3479
  :account_ids,
3381
3480
  :next_page_token)
3481
+ SENSITIVE = []
3382
3482
  include Aws::Structure
3383
3483
  end
3384
3484
 
@@ -3422,6 +3522,7 @@ module Aws::ServiceCatalog
3422
3522
  :product_id,
3423
3523
  :page_token,
3424
3524
  :page_size)
3525
+ SENSITIVE = []
3425
3526
  include Aws::Structure
3426
3527
  end
3427
3528
 
@@ -3439,6 +3540,7 @@ module Aws::ServiceCatalog
3439
3540
  class ListPortfoliosForProductOutput < Struct.new(
3440
3541
  :portfolio_details,
3441
3542
  :next_page_token)
3543
+ SENSITIVE = []
3442
3544
  include Aws::Structure
3443
3545
  end
3444
3546
 
@@ -3476,6 +3578,7 @@ module Aws::ServiceCatalog
3476
3578
  :accept_language,
3477
3579
  :page_token,
3478
3580
  :page_size)
3581
+ SENSITIVE = []
3479
3582
  include Aws::Structure
3480
3583
  end
3481
3584
 
@@ -3493,6 +3596,7 @@ module Aws::ServiceCatalog
3493
3596
  class ListPortfoliosOutput < Struct.new(
3494
3597
  :portfolio_details,
3495
3598
  :next_page_token)
3599
+ SENSITIVE = []
3496
3600
  include Aws::Structure
3497
3601
  end
3498
3602
 
@@ -3536,6 +3640,7 @@ module Aws::ServiceCatalog
3536
3640
  :portfolio_id,
3537
3641
  :page_size,
3538
3642
  :page_token)
3643
+ SENSITIVE = []
3539
3644
  include Aws::Structure
3540
3645
  end
3541
3646
 
@@ -3553,6 +3658,7 @@ module Aws::ServiceCatalog
3553
3658
  class ListPrincipalsForPortfolioOutput < Struct.new(
3554
3659
  :principals,
3555
3660
  :next_page_token)
3661
+ SENSITIVE = []
3556
3662
  include Aws::Structure
3557
3663
  end
3558
3664
 
@@ -3605,6 +3711,7 @@ module Aws::ServiceCatalog
3605
3711
  :page_size,
3606
3712
  :page_token,
3607
3713
  :access_level_filter)
3714
+ SENSITIVE = []
3608
3715
  include Aws::Structure
3609
3716
  end
3610
3717
 
@@ -3622,6 +3729,7 @@ module Aws::ServiceCatalog
3622
3729
  class ListProvisionedProductPlansOutput < Struct.new(
3623
3730
  :provisioned_product_plans,
3624
3731
  :next_page_token)
3732
+ SENSITIVE = []
3625
3733
  include Aws::Structure
3626
3734
  end
3627
3735
 
@@ -3666,6 +3774,7 @@ module Aws::ServiceCatalog
3666
3774
  :page_size,
3667
3775
  :page_token,
3668
3776
  :accept_language)
3777
+ SENSITIVE = []
3669
3778
  include Aws::Structure
3670
3779
  end
3671
3780
 
@@ -3684,6 +3793,7 @@ module Aws::ServiceCatalog
3684
3793
  class ListProvisioningArtifactsForServiceActionOutput < Struct.new(
3685
3794
  :provisioning_artifact_views,
3686
3795
  :next_page_token)
3796
+ SENSITIVE = []
3687
3797
  include Aws::Structure
3688
3798
  end
3689
3799
 
@@ -3714,6 +3824,7 @@ module Aws::ServiceCatalog
3714
3824
  class ListProvisioningArtifactsInput < Struct.new(
3715
3825
  :accept_language,
3716
3826
  :product_id)
3827
+ SENSITIVE = []
3717
3828
  include Aws::Structure
3718
3829
  end
3719
3830
 
@@ -3731,6 +3842,7 @@ module Aws::ServiceCatalog
3731
3842
  class ListProvisioningArtifactsOutput < Struct.new(
3732
3843
  :provisioning_artifact_details,
3733
3844
  :next_page_token)
3845
+ SENSITIVE = []
3734
3846
  include Aws::Structure
3735
3847
  end
3736
3848
 
@@ -3786,6 +3898,7 @@ module Aws::ServiceCatalog
3786
3898
  :search_filter,
3787
3899
  :page_size,
3788
3900
  :page_token)
3901
+ SENSITIVE = []
3789
3902
  include Aws::Structure
3790
3903
  end
3791
3904
 
@@ -3803,6 +3916,7 @@ module Aws::ServiceCatalog
3803
3916
  class ListRecordHistoryOutput < Struct.new(
3804
3917
  :record_details,
3805
3918
  :next_page_token)
3919
+ SENSITIVE = []
3806
3920
  include Aws::Structure
3807
3921
  end
3808
3922
 
@@ -3835,6 +3949,7 @@ module Aws::ServiceCatalog
3835
3949
  class ListRecordHistorySearchFilter < Struct.new(
3836
3950
  :key,
3837
3951
  :value)
3952
+ SENSITIVE = []
3838
3953
  include Aws::Structure
3839
3954
  end
3840
3955
 
@@ -3876,6 +3991,7 @@ module Aws::ServiceCatalog
3876
3991
  :resource_type,
3877
3992
  :page_size,
3878
3993
  :page_token)
3994
+ SENSITIVE = []
3879
3995
  include Aws::Structure
3880
3996
  end
3881
3997
 
@@ -3893,6 +4009,7 @@ module Aws::ServiceCatalog
3893
4009
  class ListResourcesForTagOptionOutput < Struct.new(
3894
4010
  :resource_details,
3895
4011
  :page_token)
4012
+ SENSITIVE = []
3896
4013
  include Aws::Structure
3897
4014
  end
3898
4015
 
@@ -3943,6 +4060,7 @@ module Aws::ServiceCatalog
3943
4060
  :page_size,
3944
4061
  :page_token,
3945
4062
  :accept_language)
4063
+ SENSITIVE = []
3946
4064
  include Aws::Structure
3947
4065
  end
3948
4066
 
@@ -3961,6 +4079,7 @@ module Aws::ServiceCatalog
3961
4079
  class ListServiceActionsForProvisioningArtifactOutput < Struct.new(
3962
4080
  :service_action_summaries,
3963
4081
  :next_page_token)
4082
+ SENSITIVE = []
3964
4083
  include Aws::Structure
3965
4084
  end
3966
4085
 
@@ -3998,6 +4117,7 @@ module Aws::ServiceCatalog
3998
4117
  :accept_language,
3999
4118
  :page_size,
4000
4119
  :page_token)
4120
+ SENSITIVE = []
4001
4121
  include Aws::Structure
4002
4122
  end
4003
4123
 
@@ -4016,6 +4136,7 @@ module Aws::ServiceCatalog
4016
4136
  class ListServiceActionsOutput < Struct.new(
4017
4137
  :service_action_summaries,
4018
4138
  :next_page_token)
4139
+ SENSITIVE = []
4019
4140
  include Aws::Structure
4020
4141
  end
4021
4142
 
@@ -4059,6 +4180,7 @@ module Aws::ServiceCatalog
4059
4180
  :provisioned_product_id,
4060
4181
  :page_token,
4061
4182
  :page_size)
4183
+ SENSITIVE = []
4062
4184
  include Aws::Structure
4063
4185
  end
4064
4186
 
@@ -4076,6 +4198,7 @@ module Aws::ServiceCatalog
4076
4198
  class ListStackInstancesForProvisionedProductOutput < Struct.new(
4077
4199
  :stack_instances,
4078
4200
  :next_page_token)
4201
+ SENSITIVE = []
4079
4202
  include Aws::Structure
4080
4203
  end
4081
4204
 
@@ -4108,6 +4231,7 @@ module Aws::ServiceCatalog
4108
4231
  :key,
4109
4232
  :value,
4110
4233
  :active)
4234
+ SENSITIVE = []
4111
4235
  include Aws::Structure
4112
4236
  end
4113
4237
 
@@ -4144,6 +4268,7 @@ module Aws::ServiceCatalog
4144
4268
  :filters,
4145
4269
  :page_size,
4146
4270
  :page_token)
4271
+ SENSITIVE = []
4147
4272
  include Aws::Structure
4148
4273
  end
4149
4274
 
@@ -4161,6 +4286,7 @@ module Aws::ServiceCatalog
4161
4286
  class ListTagOptionsOutput < Struct.new(
4162
4287
  :tag_option_details,
4163
4288
  :page_token)
4289
+ SENSITIVE = []
4164
4290
  include Aws::Structure
4165
4291
  end
4166
4292
 
@@ -4193,6 +4319,7 @@ module Aws::ServiceCatalog
4193
4319
  class OrganizationNode < Struct.new(
4194
4320
  :type,
4195
4321
  :value)
4322
+ SENSITIVE = []
4196
4323
  include Aws::Structure
4197
4324
  end
4198
4325
 
@@ -4206,6 +4333,7 @@ module Aws::ServiceCatalog
4206
4333
  #
4207
4334
  class ParameterConstraints < Struct.new(
4208
4335
  :allowed_values)
4336
+ SENSITIVE = []
4209
4337
  include Aws::Structure
4210
4338
  end
4211
4339
 
@@ -4244,6 +4372,7 @@ module Aws::ServiceCatalog
4244
4372
  :description,
4245
4373
  :created_time,
4246
4374
  :provider_name)
4375
+ SENSITIVE = []
4247
4376
  include Aws::Structure
4248
4377
  end
4249
4378
 
@@ -4262,6 +4391,7 @@ module Aws::ServiceCatalog
4262
4391
  class Principal < Struct.new(
4263
4392
  :principal_arn,
4264
4393
  :principal_type)
4394
+ SENSITIVE = []
4265
4395
  include Aws::Structure
4266
4396
  end
4267
4397
 
@@ -4281,6 +4411,7 @@ module Aws::ServiceCatalog
4281
4411
  class ProductViewAggregationValue < Struct.new(
4282
4412
  :value,
4283
4413
  :approximate_count)
4414
+ SENSITIVE = []
4284
4415
  include Aws::Structure
4285
4416
  end
4286
4417
 
@@ -4316,6 +4447,7 @@ module Aws::ServiceCatalog
4316
4447
  :status,
4317
4448
  :product_arn,
4318
4449
  :created_time)
4450
+ SENSITIVE = []
4319
4451
  include Aws::Structure
4320
4452
  end
4321
4453
 
@@ -4387,6 +4519,7 @@ module Aws::ServiceCatalog
4387
4519
  :support_email,
4388
4520
  :support_description,
4389
4521
  :support_url)
4522
+ SENSITIVE = []
4390
4523
  include Aws::Structure
4391
4524
  end
4392
4525
 
@@ -4493,6 +4626,7 @@ module Aws::ServiceCatalog
4493
4626
  :tags,
4494
4627
  :notification_arns,
4495
4628
  :provision_token)
4629
+ SENSITIVE = []
4496
4630
  include Aws::Structure
4497
4631
  end
4498
4632
 
@@ -4504,6 +4638,7 @@ module Aws::ServiceCatalog
4504
4638
  #
4505
4639
  class ProvisionProductOutput < Struct.new(
4506
4640
  :record_detail)
4641
+ SENSITIVE = []
4507
4642
  include Aws::Structure
4508
4643
  end
4509
4644
 
@@ -4616,6 +4751,7 @@ module Aws::ServiceCatalog
4616
4751
  :provisioning_artifact_id,
4617
4752
  :user_arn,
4618
4753
  :user_arn_session)
4754
+ SENSITIVE = []
4619
4755
  include Aws::Structure
4620
4756
  end
4621
4757
 
@@ -4707,6 +4843,7 @@ module Aws::ServiceCatalog
4707
4843
  :last_record_id,
4708
4844
  :product_id,
4709
4845
  :provisioning_artifact_id)
4846
+ SENSITIVE = []
4710
4847
  include Aws::Structure
4711
4848
  end
4712
4849
 
@@ -4794,6 +4931,7 @@ module Aws::ServiceCatalog
4794
4931
  :provisioning_parameters,
4795
4932
  :tags,
4796
4933
  :status_message)
4934
+ SENSITIVE = []
4797
4935
  include Aws::Structure
4798
4936
  end
4799
4937
 
@@ -4832,6 +4970,7 @@ module Aws::ServiceCatalog
4832
4970
  :provision_product_name,
4833
4971
  :plan_type,
4834
4972
  :provisioning_artifact_id)
4973
+ SENSITIVE = []
4835
4974
  include Aws::Structure
4836
4975
  end
4837
4976
 
@@ -4867,6 +5006,7 @@ module Aws::ServiceCatalog
4867
5006
  :description,
4868
5007
  :created_time,
4869
5008
  :guidance)
5009
+ SENSITIVE = []
4870
5010
  include Aws::Structure
4871
5011
  end
4872
5012
 
@@ -4918,6 +5058,7 @@ module Aws::ServiceCatalog
4918
5058
  :created_time,
4919
5059
  :active,
4920
5060
  :guidance)
5061
+ SENSITIVE = []
4921
5062
  include Aws::Structure
4922
5063
  end
4923
5064
 
@@ -4958,6 +5099,7 @@ module Aws::ServiceCatalog
4958
5099
  :is_no_echo,
4959
5100
  :description,
4960
5101
  :parameter_constraints)
5102
+ SENSITIVE = []
4961
5103
  include Aws::Structure
4962
5104
  end
4963
5105
 
@@ -4996,6 +5138,7 @@ module Aws::ServiceCatalog
4996
5138
  class ProvisioningArtifactPreferences < Struct.new(
4997
5139
  :stack_set_accounts,
4998
5140
  :stack_set_regions)
5141
+ SENSITIVE = []
4999
5142
  include Aws::Structure
5000
5143
  end
5001
5144
 
@@ -5056,6 +5199,7 @@ module Aws::ServiceCatalog
5056
5199
  :info,
5057
5200
  :type,
5058
5201
  :disable_template_validation)
5202
+ SENSITIVE = []
5059
5203
  include Aws::Structure
5060
5204
  end
5061
5205
 
@@ -5091,6 +5235,7 @@ module Aws::ServiceCatalog
5091
5235
  :description,
5092
5236
  :created_time,
5093
5237
  :provisioning_artifact_metadata)
5238
+ SENSITIVE = []
5094
5239
  include Aws::Structure
5095
5240
  end
5096
5241
 
@@ -5111,6 +5256,7 @@ module Aws::ServiceCatalog
5111
5256
  class ProvisioningArtifactView < Struct.new(
5112
5257
  :product_view_summary,
5113
5258
  :provisioning_artifact)
5259
+ SENSITIVE = []
5114
5260
  include Aws::Structure
5115
5261
  end
5116
5262
 
@@ -5137,6 +5283,7 @@ module Aws::ServiceCatalog
5137
5283
  class ProvisioningParameter < Struct.new(
5138
5284
  :key,
5139
5285
  :value)
5286
+ SENSITIVE = []
5140
5287
  include Aws::Structure
5141
5288
  end
5142
5289
 
@@ -5262,6 +5409,7 @@ module Aws::ServiceCatalog
5262
5409
  :stack_set_failure_tolerance_percentage,
5263
5410
  :stack_set_max_concurrency_count,
5264
5411
  :stack_set_max_concurrency_percentage)
5412
+ SENSITIVE = []
5265
5413
  include Aws::Structure
5266
5414
  end
5267
5415
 
@@ -5356,6 +5504,7 @@ module Aws::ServiceCatalog
5356
5504
  :path_id,
5357
5505
  :record_errors,
5358
5506
  :record_tags)
5507
+ SENSITIVE = []
5359
5508
  include Aws::Structure
5360
5509
  end
5361
5510
 
@@ -5374,6 +5523,7 @@ module Aws::ServiceCatalog
5374
5523
  class RecordError < Struct.new(
5375
5524
  :code,
5376
5525
  :description)
5526
+ SENSITIVE = []
5377
5527
  include Aws::Structure
5378
5528
  end
5379
5529
 
@@ -5399,6 +5549,7 @@ module Aws::ServiceCatalog
5399
5549
  :output_key,
5400
5550
  :output_value,
5401
5551
  :description)
5552
+ SENSITIVE = []
5402
5553
  include Aws::Structure
5403
5554
  end
5404
5555
 
@@ -5417,6 +5568,7 @@ module Aws::ServiceCatalog
5417
5568
  class RecordTag < Struct.new(
5418
5569
  :key,
5419
5570
  :value)
5571
+ SENSITIVE = []
5420
5572
  include Aws::Structure
5421
5573
  end
5422
5574
 
@@ -5466,6 +5618,7 @@ module Aws::ServiceCatalog
5466
5618
  :accept_language,
5467
5619
  :portfolio_id,
5468
5620
  :portfolio_share_type)
5621
+ SENSITIVE = []
5469
5622
  include Aws::Structure
5470
5623
  end
5471
5624
 
@@ -5515,6 +5668,7 @@ module Aws::ServiceCatalog
5515
5668
  :replacement,
5516
5669
  :scope,
5517
5670
  :details)
5671
+ SENSITIVE = []
5518
5672
  include Aws::Structure
5519
5673
  end
5520
5674
 
@@ -5541,6 +5695,7 @@ module Aws::ServiceCatalog
5541
5695
  :target,
5542
5696
  :evaluation,
5543
5697
  :causing_entity)
5698
+ SENSITIVE = []
5544
5699
  include Aws::Structure
5545
5700
  end
5546
5701
 
@@ -5574,6 +5729,7 @@ module Aws::ServiceCatalog
5574
5729
  :name,
5575
5730
  :description,
5576
5731
  :created_time)
5732
+ SENSITIVE = []
5577
5733
  include Aws::Structure
5578
5734
  end
5579
5735
 
@@ -5612,6 +5768,7 @@ module Aws::ServiceCatalog
5612
5768
  :attribute,
5613
5769
  :name,
5614
5770
  :requires_recreation)
5771
+ SENSITIVE = []
5615
5772
  include Aws::Structure
5616
5773
  end
5617
5774
 
@@ -5658,6 +5815,7 @@ module Aws::ServiceCatalog
5658
5815
  :access_level_filter,
5659
5816
  :page_size,
5660
5817
  :page_token)
5818
+ SENSITIVE = []
5661
5819
  include Aws::Structure
5662
5820
  end
5663
5821
 
@@ -5675,6 +5833,7 @@ module Aws::ServiceCatalog
5675
5833
  class ScanProvisionedProductsOutput < Struct.new(
5676
5834
  :provisioned_products,
5677
5835
  :next_page_token)
5836
+ SENSITIVE = []
5678
5837
  include Aws::Structure
5679
5838
  end
5680
5839
 
@@ -5747,6 +5906,7 @@ module Aws::ServiceCatalog
5747
5906
  :page_token,
5748
5907
  :page_size,
5749
5908
  :product_source)
5909
+ SENSITIVE = []
5750
5910
  include Aws::Structure
5751
5911
  end
5752
5912
 
@@ -5764,6 +5924,7 @@ module Aws::ServiceCatalog
5764
5924
  class SearchProductsAsAdminOutput < Struct.new(
5765
5925
  :product_view_details,
5766
5926
  :next_page_token)
5927
+ SENSITIVE = []
5767
5928
  include Aws::Structure
5768
5929
  end
5769
5930
 
@@ -5824,6 +5985,7 @@ module Aws::ServiceCatalog
5824
5985
  :sort_by,
5825
5986
  :sort_order,
5826
5987
  :page_token)
5988
+ SENSITIVE = []
5827
5989
  include Aws::Structure
5828
5990
  end
5829
5991
 
@@ -5846,6 +6008,7 @@ module Aws::ServiceCatalog
5846
6008
  :product_view_summaries,
5847
6009
  :product_view_aggregations,
5848
6010
  :next_page_token)
6011
+ SENSITIVE = []
5849
6012
  include Aws::Structure
5850
6013
  end
5851
6014
 
@@ -5922,6 +6085,7 @@ module Aws::ServiceCatalog
5922
6085
  :sort_order,
5923
6086
  :page_size,
5924
6087
  :page_token)
6088
+ SENSITIVE = []
5925
6089
  include Aws::Structure
5926
6090
  end
5927
6091
 
@@ -5944,6 +6108,7 @@ module Aws::ServiceCatalog
5944
6108
  :provisioned_products,
5945
6109
  :total_results_count,
5946
6110
  :next_page_token)
6111
+ SENSITIVE = []
5947
6112
  include Aws::Structure
5948
6113
  end
5949
6114
 
@@ -5979,6 +6144,7 @@ module Aws::ServiceCatalog
5979
6144
  :service_action_id,
5980
6145
  :product_id,
5981
6146
  :provisioning_artifact_id)
6147
+ SENSITIVE = []
5982
6148
  include Aws::Structure
5983
6149
  end
5984
6150
 
@@ -5998,6 +6164,7 @@ module Aws::ServiceCatalog
5998
6164
  class ServiceActionDetail < Struct.new(
5999
6165
  :service_action_summary,
6000
6166
  :definition)
6167
+ SENSITIVE = []
6001
6168
  include Aws::Structure
6002
6169
  end
6003
6170
 
@@ -6027,6 +6194,7 @@ module Aws::ServiceCatalog
6027
6194
  :name,
6028
6195
  :description,
6029
6196
  :definition_type)
6197
+ SENSITIVE = []
6030
6198
  include Aws::Structure
6031
6199
  end
6032
6200
 
@@ -6045,6 +6213,7 @@ module Aws::ServiceCatalog
6045
6213
  class ShareDetails < Struct.new(
6046
6214
  :successful_shares,
6047
6215
  :share_errors)
6216
+ SENSITIVE = []
6048
6217
  include Aws::Structure
6049
6218
  end
6050
6219
 
@@ -6068,6 +6237,7 @@ module Aws::ServiceCatalog
6068
6237
  :accounts,
6069
6238
  :message,
6070
6239
  :error)
6240
+ SENSITIVE = []
6071
6241
  include Aws::Structure
6072
6242
  end
6073
6243
 
@@ -6116,6 +6286,7 @@ module Aws::ServiceCatalog
6116
6286
  :account,
6117
6287
  :region,
6118
6288
  :stack_instance_status)
6289
+ SENSITIVE = []
6119
6290
  include Aws::Structure
6120
6291
  end
6121
6292
 
@@ -6143,6 +6314,7 @@ module Aws::ServiceCatalog
6143
6314
  class Tag < Struct.new(
6144
6315
  :key,
6145
6316
  :value)
6317
+ SENSITIVE = []
6146
6318
  include Aws::Structure
6147
6319
  end
6148
6320
 
@@ -6171,6 +6343,7 @@ module Aws::ServiceCatalog
6171
6343
  :value,
6172
6344
  :active,
6173
6345
  :id)
6346
+ SENSITIVE = []
6174
6347
  include Aws::Structure
6175
6348
  end
6176
6349
 
@@ -6198,6 +6371,7 @@ module Aws::ServiceCatalog
6198
6371
  class TagOptionSummary < Struct.new(
6199
6372
  :key,
6200
6373
  :values)
6374
+ SENSITIVE = []
6201
6375
  include Aws::Structure
6202
6376
  end
6203
6377
 
@@ -6257,6 +6431,7 @@ module Aws::ServiceCatalog
6257
6431
  :terminate_token,
6258
6432
  :ignore_errors,
6259
6433
  :accept_language)
6434
+ SENSITIVE = []
6260
6435
  include Aws::Structure
6261
6436
  end
6262
6437
 
@@ -6268,6 +6443,7 @@ module Aws::ServiceCatalog
6268
6443
  #
6269
6444
  class TerminateProvisionedProductOutput < Struct.new(
6270
6445
  :record_detail)
6446
+ SENSITIVE = []
6271
6447
  include Aws::Structure
6272
6448
  end
6273
6449
 
@@ -6382,6 +6558,7 @@ module Aws::ServiceCatalog
6382
6558
  :id,
6383
6559
  :description,
6384
6560
  :parameters)
6561
+ SENSITIVE = []
6385
6562
  include Aws::Structure
6386
6563
  end
6387
6564
 
@@ -6403,6 +6580,7 @@ module Aws::ServiceCatalog
6403
6580
  :constraint_detail,
6404
6581
  :constraint_parameters,
6405
6582
  :status)
6583
+ SENSITIVE = []
6406
6584
  include Aws::Structure
6407
6585
  end
6408
6586
 
@@ -6468,6 +6646,7 @@ module Aws::ServiceCatalog
6468
6646
  :provider_name,
6469
6647
  :add_tags,
6470
6648
  :remove_tags)
6649
+ SENSITIVE = []
6471
6650
  include Aws::Structure
6472
6651
  end
6473
6652
 
@@ -6484,6 +6663,7 @@ module Aws::ServiceCatalog
6484
6663
  class UpdatePortfolioOutput < Struct.new(
6485
6664
  :portfolio_detail,
6486
6665
  :tags)
6666
+ SENSITIVE = []
6487
6667
  include Aws::Structure
6488
6668
  end
6489
6669
 
@@ -6573,6 +6753,7 @@ module Aws::ServiceCatalog
6573
6753
  :support_url,
6574
6754
  :add_tags,
6575
6755
  :remove_tags)
6756
+ SENSITIVE = []
6576
6757
  include Aws::Structure
6577
6758
  end
6578
6759
 
@@ -6589,6 +6770,7 @@ module Aws::ServiceCatalog
6589
6770
  class UpdateProductOutput < Struct.new(
6590
6771
  :product_view_detail,
6591
6772
  :tags)
6773
+ SENSITIVE = []
6592
6774
  include Aws::Structure
6593
6775
  end
6594
6776
 
@@ -6696,6 +6878,7 @@ module Aws::ServiceCatalog
6696
6878
  :provisioning_preferences,
6697
6879
  :tags,
6698
6880
  :update_token)
6881
+ SENSITIVE = []
6699
6882
  include Aws::Structure
6700
6883
  end
6701
6884
 
@@ -6707,6 +6890,7 @@ module Aws::ServiceCatalog
6707
6890
  #
6708
6891
  class UpdateProvisionedProductOutput < Struct.new(
6709
6892
  :record_detail)
6893
+ SENSITIVE = []
6710
6894
  include Aws::Structure
6711
6895
  end
6712
6896
 
@@ -6777,6 +6961,7 @@ module Aws::ServiceCatalog
6777
6961
  :provisioned_product_id,
6778
6962
  :provisioned_product_properties,
6779
6963
  :idempotency_token)
6964
+ SENSITIVE = []
6780
6965
  include Aws::Structure
6781
6966
  end
6782
6967
 
@@ -6803,6 +6988,7 @@ module Aws::ServiceCatalog
6803
6988
  :provisioned_product_properties,
6804
6989
  :record_id,
6805
6990
  :status)
6991
+ SENSITIVE = []
6806
6992
  include Aws::Structure
6807
6993
  end
6808
6994
 
@@ -6875,6 +7061,7 @@ module Aws::ServiceCatalog
6875
7061
  :description,
6876
7062
  :active,
6877
7063
  :guidance)
7064
+ SENSITIVE = []
6878
7065
  include Aws::Structure
6879
7066
  end
6880
7067
 
@@ -6896,6 +7083,7 @@ module Aws::ServiceCatalog
6896
7083
  :provisioning_artifact_detail,
6897
7084
  :info,
6898
7085
  :status)
7086
+ SENSITIVE = []
6899
7087
  include Aws::Structure
6900
7088
  end
6901
7089
 
@@ -6929,6 +7117,7 @@ module Aws::ServiceCatalog
6929
7117
  :key,
6930
7118
  :value,
6931
7119
  :use_previous_value)
7120
+ SENSITIVE = []
6932
7121
  include Aws::Structure
6933
7122
  end
6934
7123
 
@@ -7081,6 +7270,7 @@ module Aws::ServiceCatalog
7081
7270
  :stack_set_max_concurrency_count,
7082
7271
  :stack_set_max_concurrency_percentage,
7083
7272
  :stack_set_operation_type)
7273
+ SENSITIVE = []
7084
7274
  include Aws::Structure
7085
7275
  end
7086
7276
 
@@ -7131,6 +7321,7 @@ module Aws::ServiceCatalog
7131
7321
  :definition,
7132
7322
  :description,
7133
7323
  :accept_language)
7324
+ SENSITIVE = []
7134
7325
  include Aws::Structure
7135
7326
  end
7136
7327
 
@@ -7142,6 +7333,7 @@ module Aws::ServiceCatalog
7142
7333
  #
7143
7334
  class UpdateServiceActionOutput < Struct.new(
7144
7335
  :service_action_detail)
7336
+ SENSITIVE = []
7145
7337
  include Aws::Structure
7146
7338
  end
7147
7339
 
@@ -7172,6 +7364,7 @@ module Aws::ServiceCatalog
7172
7364
  :id,
7173
7365
  :value,
7174
7366
  :active)
7367
+ SENSITIVE = []
7175
7368
  include Aws::Structure
7176
7369
  end
7177
7370
 
@@ -7183,6 +7376,7 @@ module Aws::ServiceCatalog
7183
7376
  #
7184
7377
  class UpdateTagOptionOutput < Struct.new(
7185
7378
  :tag_option_detail)
7379
+ SENSITIVE = []
7186
7380
  include Aws::Structure
7187
7381
  end
7188
7382
 
@@ -7201,6 +7395,7 @@ module Aws::ServiceCatalog
7201
7395
  class UsageInstruction < Struct.new(
7202
7396
  :type,
7203
7397
  :value)
7398
+ SENSITIVE = []
7204
7399
  include Aws::Structure
7205
7400
  end
7206
7401