aws-sdk-servicecatalog 1.39.0 → 1.44.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -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:
@@ -169,8 +171,10 @@ module Aws::ServiceCatalog
169
171
  InvalidParametersException = Shapes::StructureShape.new(name: 'InvalidParametersException')
170
172
  InvalidStateException = Shapes::StructureShape.new(name: 'InvalidStateException')
171
173
  LastRequestId = Shapes::StringShape.new(name: 'LastRequestId')
174
+ LaunchPath = Shapes::StructureShape.new(name: 'LaunchPath')
172
175
  LaunchPathSummaries = Shapes::ListShape.new(name: 'LaunchPathSummaries')
173
176
  LaunchPathSummary = Shapes::StructureShape.new(name: 'LaunchPathSummary')
177
+ LaunchPaths = Shapes::ListShape.new(name: 'LaunchPaths')
174
178
  LimitExceededException = Shapes::StructureShape.new(name: 'LimitExceededException')
175
179
  ListAcceptedPortfolioSharesInput = Shapes::StructureShape.new(name: 'ListAcceptedPortfolioSharesInput')
176
180
  ListAcceptedPortfolioSharesOutput = Shapes::StructureShape.new(name: 'ListAcceptedPortfolioSharesOutput')
@@ -221,6 +225,7 @@ module Aws::ServiceCatalog
221
225
  OrganizationNodeType = Shapes::StringShape.new(name: 'OrganizationNodeType')
222
226
  OrganizationNodeValue = Shapes::StringShape.new(name: 'OrganizationNodeValue')
223
227
  OrganizationNodes = Shapes::ListShape.new(name: 'OrganizationNodes')
228
+ OutputDescription = Shapes::StringShape.new(name: 'OutputDescription')
224
229
  OutputKey = Shapes::StringShape.new(name: 'OutputKey')
225
230
  OutputValue = Shapes::StringShape.new(name: 'OutputValue')
226
231
  PageSize = Shapes::IntegerShape.new(name: 'PageSize')
@@ -300,6 +305,9 @@ module Aws::ServiceCatalog
300
305
  ProvisioningArtifactInfoKey = Shapes::StringShape.new(name: 'ProvisioningArtifactInfoKey')
301
306
  ProvisioningArtifactInfoValue = Shapes::StringShape.new(name: 'ProvisioningArtifactInfoValue')
302
307
  ProvisioningArtifactName = Shapes::StringShape.new(name: 'ProvisioningArtifactName')
308
+ ProvisioningArtifactOutput = Shapes::StructureShape.new(name: 'ProvisioningArtifactOutput')
309
+ ProvisioningArtifactOutputKey = Shapes::StringShape.new(name: 'ProvisioningArtifactOutputKey')
310
+ ProvisioningArtifactOutputs = Shapes::ListShape.new(name: 'ProvisioningArtifactOutputs')
303
311
  ProvisioningArtifactParameter = Shapes::StructureShape.new(name: 'ProvisioningArtifactParameter')
304
312
  ProvisioningArtifactParameters = Shapes::ListShape.new(name: 'ProvisioningArtifactParameters')
305
313
  ProvisioningArtifactPreferences = Shapes::StructureShape.new(name: 'ProvisioningArtifactPreferences')
@@ -746,7 +754,8 @@ module Aws::ServiceCatalog
746
754
  DescribePortfolioShareStatusOutput.struct_class = Types::DescribePortfolioShareStatusOutput
747
755
 
748
756
  DescribeProductAsAdminInput.add_member(:accept_language, Shapes::ShapeRef.new(shape: AcceptLanguage, location_name: "AcceptLanguage"))
749
- DescribeProductAsAdminInput.add_member(:id, Shapes::ShapeRef.new(shape: Id, required: true, location_name: "Id"))
757
+ DescribeProductAsAdminInput.add_member(:id, Shapes::ShapeRef.new(shape: Id, location_name: "Id"))
758
+ DescribeProductAsAdminInput.add_member(:name, Shapes::ShapeRef.new(shape: ProductViewName, location_name: "Name"))
750
759
  DescribeProductAsAdminInput.struct_class = Types::DescribeProductAsAdminInput
751
760
 
752
761
  DescribeProductAsAdminOutput.add_member(:product_view_detail, Shapes::ShapeRef.new(shape: ProductViewDetail, location_name: "ProductViewDetail"))
@@ -757,12 +766,14 @@ module Aws::ServiceCatalog
757
766
  DescribeProductAsAdminOutput.struct_class = Types::DescribeProductAsAdminOutput
758
767
 
759
768
  DescribeProductInput.add_member(:accept_language, Shapes::ShapeRef.new(shape: AcceptLanguage, location_name: "AcceptLanguage"))
760
- DescribeProductInput.add_member(:id, Shapes::ShapeRef.new(shape: Id, required: true, location_name: "Id"))
769
+ DescribeProductInput.add_member(:id, Shapes::ShapeRef.new(shape: Id, location_name: "Id"))
770
+ DescribeProductInput.add_member(:name, Shapes::ShapeRef.new(shape: ProductViewName, location_name: "Name"))
761
771
  DescribeProductInput.struct_class = Types::DescribeProductInput
762
772
 
763
773
  DescribeProductOutput.add_member(:product_view_summary, Shapes::ShapeRef.new(shape: ProductViewSummary, location_name: "ProductViewSummary"))
764
774
  DescribeProductOutput.add_member(:provisioning_artifacts, Shapes::ShapeRef.new(shape: ProvisioningArtifacts, location_name: "ProvisioningArtifacts"))
765
775
  DescribeProductOutput.add_member(:budgets, Shapes::ShapeRef.new(shape: Budgets, location_name: "Budgets"))
776
+ DescribeProductOutput.add_member(:launch_paths, Shapes::ShapeRef.new(shape: LaunchPaths, location_name: "LaunchPaths"))
766
777
  DescribeProductOutput.struct_class = Types::DescribeProductOutput
767
778
 
768
779
  DescribeProductViewInput.add_member(:accept_language, Shapes::ShapeRef.new(shape: AcceptLanguage, location_name: "AcceptLanguage"))
@@ -793,8 +804,10 @@ module Aws::ServiceCatalog
793
804
  DescribeProvisionedProductPlanOutput.struct_class = Types::DescribeProvisionedProductPlanOutput
794
805
 
795
806
  DescribeProvisioningArtifactInput.add_member(:accept_language, Shapes::ShapeRef.new(shape: AcceptLanguage, location_name: "AcceptLanguage"))
796
- DescribeProvisioningArtifactInput.add_member(:provisioning_artifact_id, Shapes::ShapeRef.new(shape: Id, required: true, location_name: "ProvisioningArtifactId"))
797
- DescribeProvisioningArtifactInput.add_member(:product_id, Shapes::ShapeRef.new(shape: Id, required: true, location_name: "ProductId"))
807
+ DescribeProvisioningArtifactInput.add_member(:provisioning_artifact_id, Shapes::ShapeRef.new(shape: Id, location_name: "ProvisioningArtifactId"))
808
+ DescribeProvisioningArtifactInput.add_member(:product_id, Shapes::ShapeRef.new(shape: Id, location_name: "ProductId"))
809
+ DescribeProvisioningArtifactInput.add_member(:provisioning_artifact_name, Shapes::ShapeRef.new(shape: ProvisioningArtifactName, location_name: "ProvisioningArtifactName"))
810
+ DescribeProvisioningArtifactInput.add_member(:product_name, Shapes::ShapeRef.new(shape: ProductViewName, location_name: "ProductName"))
798
811
  DescribeProvisioningArtifactInput.add_member(:verbose, Shapes::ShapeRef.new(shape: Verbose, location_name: "Verbose"))
799
812
  DescribeProvisioningArtifactInput.struct_class = Types::DescribeProvisioningArtifactInput
800
813
 
@@ -804,9 +817,12 @@ module Aws::ServiceCatalog
804
817
  DescribeProvisioningArtifactOutput.struct_class = Types::DescribeProvisioningArtifactOutput
805
818
 
806
819
  DescribeProvisioningParametersInput.add_member(:accept_language, Shapes::ShapeRef.new(shape: AcceptLanguage, location_name: "AcceptLanguage"))
807
- DescribeProvisioningParametersInput.add_member(:product_id, Shapes::ShapeRef.new(shape: Id, required: true, location_name: "ProductId"))
808
- DescribeProvisioningParametersInput.add_member(:provisioning_artifact_id, Shapes::ShapeRef.new(shape: Id, required: true, location_name: "ProvisioningArtifactId"))
820
+ DescribeProvisioningParametersInput.add_member(:product_id, Shapes::ShapeRef.new(shape: Id, location_name: "ProductId"))
821
+ DescribeProvisioningParametersInput.add_member(:product_name, Shapes::ShapeRef.new(shape: ProductViewName, location_name: "ProductName"))
822
+ DescribeProvisioningParametersInput.add_member(:provisioning_artifact_id, Shapes::ShapeRef.new(shape: Id, location_name: "ProvisioningArtifactId"))
823
+ DescribeProvisioningParametersInput.add_member(:provisioning_artifact_name, Shapes::ShapeRef.new(shape: ProvisioningArtifactName, location_name: "ProvisioningArtifactName"))
809
824
  DescribeProvisioningParametersInput.add_member(:path_id, Shapes::ShapeRef.new(shape: Id, location_name: "PathId"))
825
+ DescribeProvisioningParametersInput.add_member(:path_name, Shapes::ShapeRef.new(shape: PortfolioDisplayName, location_name: "PathName"))
810
826
  DescribeProvisioningParametersInput.struct_class = Types::DescribeProvisioningParametersInput
811
827
 
812
828
  DescribeProvisioningParametersOutput.add_member(:provisioning_artifact_parameters, Shapes::ShapeRef.new(shape: ProvisioningArtifactParameters, location_name: "ProvisioningArtifactParameters"))
@@ -814,6 +830,7 @@ module Aws::ServiceCatalog
814
830
  DescribeProvisioningParametersOutput.add_member(:usage_instructions, Shapes::ShapeRef.new(shape: UsageInstructions, location_name: "UsageInstructions"))
815
831
  DescribeProvisioningParametersOutput.add_member(:tag_options, Shapes::ShapeRef.new(shape: TagOptionSummaries, location_name: "TagOptions"))
816
832
  DescribeProvisioningParametersOutput.add_member(:provisioning_artifact_preferences, Shapes::ShapeRef.new(shape: ProvisioningArtifactPreferences, location_name: "ProvisioningArtifactPreferences"))
833
+ DescribeProvisioningParametersOutput.add_member(:provisioning_artifact_outputs, Shapes::ShapeRef.new(shape: ProvisioningArtifactOutputs, location_name: "ProvisioningArtifactOutputs"))
817
834
  DescribeProvisioningParametersOutput.struct_class = Types::DescribeProvisioningParametersOutput
818
835
 
819
836
  DescribeRecordInput.add_member(:accept_language, Shapes::ShapeRef.new(shape: AcceptLanguage, location_name: "AcceptLanguage"))
@@ -940,6 +957,10 @@ module Aws::ServiceCatalog
940
957
 
941
958
  InvalidStateException.struct_class = Types::InvalidStateException
942
959
 
960
+ LaunchPath.add_member(:id, Shapes::ShapeRef.new(shape: Id, location_name: "Id"))
961
+ LaunchPath.add_member(:name, Shapes::ShapeRef.new(shape: PortfolioName, location_name: "Name"))
962
+ LaunchPath.struct_class = Types::LaunchPath
963
+
943
964
  LaunchPathSummaries.member = Shapes::ShapeRef.new(shape: LaunchPathSummary)
944
965
 
945
966
  LaunchPathSummary.add_member(:id, Shapes::ShapeRef.new(shape: Id, location_name: "Id"))
@@ -948,6 +969,8 @@ module Aws::ServiceCatalog
948
969
  LaunchPathSummary.add_member(:name, Shapes::ShapeRef.new(shape: PortfolioName, location_name: "Name"))
949
970
  LaunchPathSummary.struct_class = Types::LaunchPathSummary
950
971
 
972
+ LaunchPaths.member = Shapes::ShapeRef.new(shape: LaunchPath)
973
+
951
974
  LimitExceededException.struct_class = Types::LimitExceededException
952
975
 
953
976
  ListAcceptedPortfolioSharesInput.add_member(:accept_language, Shapes::ShapeRef.new(shape: AcceptLanguage, location_name: "AcceptLanguage"))
@@ -1209,9 +1232,12 @@ module Aws::ServiceCatalog
1209
1232
  ProductViewSummary.struct_class = Types::ProductViewSummary
1210
1233
 
1211
1234
  ProvisionProductInput.add_member(:accept_language, Shapes::ShapeRef.new(shape: AcceptLanguage, location_name: "AcceptLanguage"))
1212
- ProvisionProductInput.add_member(:product_id, Shapes::ShapeRef.new(shape: Id, required: true, location_name: "ProductId"))
1213
- ProvisionProductInput.add_member(:provisioning_artifact_id, Shapes::ShapeRef.new(shape: Id, required: true, location_name: "ProvisioningArtifactId"))
1235
+ ProvisionProductInput.add_member(:product_id, Shapes::ShapeRef.new(shape: Id, location_name: "ProductId"))
1236
+ ProvisionProductInput.add_member(:product_name, Shapes::ShapeRef.new(shape: ProductViewName, location_name: "ProductName"))
1237
+ ProvisionProductInput.add_member(:provisioning_artifact_id, Shapes::ShapeRef.new(shape: Id, location_name: "ProvisioningArtifactId"))
1238
+ ProvisionProductInput.add_member(:provisioning_artifact_name, Shapes::ShapeRef.new(shape: ProvisioningArtifactName, location_name: "ProvisioningArtifactName"))
1214
1239
  ProvisionProductInput.add_member(:path_id, Shapes::ShapeRef.new(shape: Id, location_name: "PathId"))
1240
+ ProvisionProductInput.add_member(:path_name, Shapes::ShapeRef.new(shape: PortfolioDisplayName, location_name: "PathName"))
1215
1241
  ProvisionProductInput.add_member(:provisioned_product_name, Shapes::ShapeRef.new(shape: ProvisionedProductName, required: true, location_name: "ProvisionedProductName"))
1216
1242
  ProvisionProductInput.add_member(:provisioning_parameters, Shapes::ShapeRef.new(shape: ProvisioningParameters, location_name: "ProvisioningParameters"))
1217
1243
  ProvisionProductInput.add_member(:provisioning_preferences, Shapes::ShapeRef.new(shape: ProvisioningPreferences, location_name: "ProvisioningPreferences"))
@@ -1313,6 +1339,12 @@ module Aws::ServiceCatalog
1313
1339
  ProvisioningArtifactInfo.key = Shapes::ShapeRef.new(shape: ProvisioningArtifactInfoKey)
1314
1340
  ProvisioningArtifactInfo.value = Shapes::ShapeRef.new(shape: ProvisioningArtifactInfoValue)
1315
1341
 
1342
+ ProvisioningArtifactOutput.add_member(:key, Shapes::ShapeRef.new(shape: ProvisioningArtifactOutputKey, location_name: "Key"))
1343
+ ProvisioningArtifactOutput.add_member(:description, Shapes::ShapeRef.new(shape: OutputDescription, location_name: "Description"))
1344
+ ProvisioningArtifactOutput.struct_class = Types::ProvisioningArtifactOutput
1345
+
1346
+ ProvisioningArtifactOutputs.member = Shapes::ShapeRef.new(shape: ProvisioningArtifactOutput)
1347
+
1316
1348
  ProvisioningArtifactParameter.add_member(:parameter_key, Shapes::ShapeRef.new(shape: ParameterKey, location_name: "ParameterKey"))
1317
1349
  ProvisioningArtifactParameter.add_member(:default_value, Shapes::ShapeRef.new(shape: DefaultValue, location_name: "DefaultValue"))
1318
1350
  ProvisioningArtifactParameter.add_member(:parameter_type, Shapes::ShapeRef.new(shape: ParameterType, location_name: "ParameterType"))
@@ -1629,8 +1661,11 @@ module Aws::ServiceCatalog
1629
1661
  UpdateProvisionedProductInput.add_member(:provisioned_product_name, Shapes::ShapeRef.new(shape: ProvisionedProductNameOrArn, location_name: "ProvisionedProductName"))
1630
1662
  UpdateProvisionedProductInput.add_member(:provisioned_product_id, Shapes::ShapeRef.new(shape: Id, location_name: "ProvisionedProductId"))
1631
1663
  UpdateProvisionedProductInput.add_member(:product_id, Shapes::ShapeRef.new(shape: Id, location_name: "ProductId"))
1664
+ UpdateProvisionedProductInput.add_member(:product_name, Shapes::ShapeRef.new(shape: ProductViewName, location_name: "ProductName"))
1632
1665
  UpdateProvisionedProductInput.add_member(:provisioning_artifact_id, Shapes::ShapeRef.new(shape: Id, location_name: "ProvisioningArtifactId"))
1666
+ UpdateProvisionedProductInput.add_member(:provisioning_artifact_name, Shapes::ShapeRef.new(shape: ProvisioningArtifactName, location_name: "ProvisioningArtifactName"))
1633
1667
  UpdateProvisionedProductInput.add_member(:path_id, Shapes::ShapeRef.new(shape: Id, location_name: "PathId"))
1668
+ UpdateProvisionedProductInput.add_member(:path_name, Shapes::ShapeRef.new(shape: PortfolioDisplayName, location_name: "PathName"))
1634
1669
  UpdateProvisionedProductInput.add_member(:provisioning_parameters, Shapes::ShapeRef.new(shape: UpdateProvisioningParameters, location_name: "ProvisioningParameters"))
1635
1670
  UpdateProvisionedProductInput.add_member(:provisioning_preferences, Shapes::ShapeRef.new(shape: UpdateProvisioningPreferences, location_name: "ProvisioningPreferences"))
1636
1671
  UpdateProvisionedProductInput.add_member(:tags, Shapes::ShapeRef.new(shape: Tags, location_name: "Tags"))
@@ -2055,6 +2090,7 @@ module Aws::ServiceCatalog
2055
2090
  o.input = Shapes::ShapeRef.new(shape: DescribeProductAsAdminInput)
2056
2091
  o.output = Shapes::ShapeRef.new(shape: DescribeProductAsAdminOutput)
2057
2092
  o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
2093
+ o.errors << Shapes::ShapeRef.new(shape: InvalidParametersException)
2058
2094
  end)
2059
2095
 
2060
2096
  api.add_operation(:describe_product_view, Seahorse::Model::Operation.new.tap do |o|
@@ -2093,6 +2129,7 @@ module Aws::ServiceCatalog
2093
2129
  o.input = Shapes::ShapeRef.new(shape: DescribeProvisioningArtifactInput)
2094
2130
  o.output = Shapes::ShapeRef.new(shape: DescribeProvisioningArtifactOutput)
2095
2131
  o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
2132
+ o.errors << Shapes::ShapeRef.new(shape: InvalidParametersException)
2096
2133
  end)
2097
2134
 
2098
2135
  api.add_operation(:describe_provisioning_parameters, Seahorse::Model::Operation.new.tap do |o|
@@ -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
 
@@ -1260,8 +1291,11 @@ module Aws::ServiceCatalog
1260
1291
  #
1261
1292
  # Name
1262
1293
  #
1263
- # : The name of the AWS Systems Manager Document. For example,
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", # required
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", # required
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", # required
2157
- # product_id: "Id", # required
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
 
@@ -2216,9 +2312,12 @@ module Aws::ServiceCatalog
2216
2312
  #
2217
2313
  # {
2218
2314
  # accept_language: "AcceptLanguage",
2219
- # product_id: "Id", # required
2220
- # provisioning_artifact_id: "Id", # required
2315
+ # product_id: "Id",
2316
+ # product_name: "ProductViewName",
2317
+ # provisioning_artifact_id: "Id",
2318
+ # provisioning_artifact_name: "ProvisioningArtifactName",
2221
2319
  # path_id: "Id",
2320
+ # path_name: "PortfolioDisplayName",
2222
2321
  # }
2223
2322
  #
2224
2323
  # @!attribute [rw] accept_language
@@ -2232,17 +2331,34 @@ module Aws::ServiceCatalog
2232
2331
  # @return [String]
2233
2332
  #
2234
2333
  # @!attribute [rw] product_id
2235
- # The product identifier.
2334
+ # The product identifier. You must provide the product name or ID, but
2335
+ # not both.
2336
+ # @return [String]
2337
+ #
2338
+ # @!attribute [rw] product_name
2339
+ # The name of the product. You must provide the name or ID, but not
2340
+ # both.
2236
2341
  # @return [String]
2237
2342
  #
2238
2343
  # @!attribute [rw] provisioning_artifact_id
2239
- # The identifier of the provisioning artifact.
2344
+ # The identifier of the provisioning artifact. You must provide the
2345
+ # name or ID, but not both.
2346
+ # @return [String]
2347
+ #
2348
+ # @!attribute [rw] provisioning_artifact_name
2349
+ # The name of the provisioning artifact. You must provide the name or
2350
+ # ID, but not both.
2240
2351
  # @return [String]
2241
2352
  #
2242
2353
  # @!attribute [rw] path_id
2243
2354
  # The path identifier of the product. This value is optional if the
2244
2355
  # product has a default path, and required if the product has more
2245
2356
  # than one path. To list the paths for a product, use ListLaunchPaths.
2357
+ # You must provide the name or ID, but not both.
2358
+ # @return [String]
2359
+ #
2360
+ # @!attribute [rw] path_name
2361
+ # The name of the path. You must provide the name or ID, but not both.
2246
2362
  # @return [String]
2247
2363
  #
2248
2364
  # @see http://docs.aws.amazon.com/goto/WebAPI/servicecatalog-2015-12-10/DescribeProvisioningParametersInput AWS API Documentation
@@ -2250,8 +2366,12 @@ module Aws::ServiceCatalog
2250
2366
  class DescribeProvisioningParametersInput < Struct.new(
2251
2367
  :accept_language,
2252
2368
  :product_id,
2369
+ :product_name,
2253
2370
  :provisioning_artifact_id,
2254
- :path_id)
2371
+ :provisioning_artifact_name,
2372
+ :path_id,
2373
+ :path_name)
2374
+ SENSITIVE = []
2255
2375
  include Aws::Structure
2256
2376
  end
2257
2377
 
@@ -2278,6 +2398,10 @@ module Aws::ServiceCatalog
2278
2398
  # regions and accounts, for the provisioning artifact.
2279
2399
  # @return [Types::ProvisioningArtifactPreferences]
2280
2400
  #
2401
+ # @!attribute [rw] provisioning_artifact_outputs
2402
+ # The output of the provisioning artifact.
2403
+ # @return [Array<Types::ProvisioningArtifactOutput>]
2404
+ #
2281
2405
  # @see http://docs.aws.amazon.com/goto/WebAPI/servicecatalog-2015-12-10/DescribeProvisioningParametersOutput AWS API Documentation
2282
2406
  #
2283
2407
  class DescribeProvisioningParametersOutput < Struct.new(
@@ -2285,7 +2409,9 @@ module Aws::ServiceCatalog
2285
2409
  :constraint_summaries,
2286
2410
  :usage_instructions,
2287
2411
  :tag_options,
2288
- :provisioning_artifact_preferences)
2412
+ :provisioning_artifact_preferences,
2413
+ :provisioning_artifact_outputs)
2414
+ SENSITIVE = []
2289
2415
  include Aws::Structure
2290
2416
  end
2291
2417
 
@@ -2330,6 +2456,7 @@ module Aws::ServiceCatalog
2330
2456
  :id,
2331
2457
  :page_token,
2332
2458
  :page_size)
2459
+ SENSITIVE = []
2333
2460
  include Aws::Structure
2334
2461
  end
2335
2462
 
@@ -2354,6 +2481,7 @@ module Aws::ServiceCatalog
2354
2481
  :record_detail,
2355
2482
  :record_outputs,
2356
2483
  :next_page_token)
2484
+ SENSITIVE = []
2357
2485
  include Aws::Structure
2358
2486
  end
2359
2487
 
@@ -2390,6 +2518,7 @@ module Aws::ServiceCatalog
2390
2518
  :provisioned_product_id,
2391
2519
  :service_action_id,
2392
2520
  :accept_language)
2521
+ SENSITIVE = []
2393
2522
  include Aws::Structure
2394
2523
  end
2395
2524
 
@@ -2401,6 +2530,7 @@ module Aws::ServiceCatalog
2401
2530
  #
2402
2531
  class DescribeServiceActionExecutionParametersOutput < Struct.new(
2403
2532
  :service_action_parameters)
2533
+ SENSITIVE = []
2404
2534
  include Aws::Structure
2405
2535
  end
2406
2536
 
@@ -2431,6 +2561,7 @@ module Aws::ServiceCatalog
2431
2561
  class DescribeServiceActionInput < Struct.new(
2432
2562
  :id,
2433
2563
  :accept_language)
2564
+ SENSITIVE = []
2434
2565
  include Aws::Structure
2435
2566
  end
2436
2567
 
@@ -2442,6 +2573,7 @@ module Aws::ServiceCatalog
2442
2573
  #
2443
2574
  class DescribeServiceActionOutput < Struct.new(
2444
2575
  :service_action_detail)
2576
+ SENSITIVE = []
2445
2577
  include Aws::Structure
2446
2578
  end
2447
2579
 
@@ -2460,6 +2592,7 @@ module Aws::ServiceCatalog
2460
2592
  #
2461
2593
  class DescribeTagOptionInput < Struct.new(
2462
2594
  :id)
2595
+ SENSITIVE = []
2463
2596
  include Aws::Structure
2464
2597
  end
2465
2598
 
@@ -2471,6 +2604,7 @@ module Aws::ServiceCatalog
2471
2604
  #
2472
2605
  class DescribeTagOptionOutput < Struct.new(
2473
2606
  :tag_option_detail)
2607
+ SENSITIVE = []
2474
2608
  include Aws::Structure
2475
2609
  end
2476
2610
 
@@ -2506,6 +2640,7 @@ module Aws::ServiceCatalog
2506
2640
  class DisassociateBudgetFromResourceInput < Struct.new(
2507
2641
  :budget_name,
2508
2642
  :resource_id)
2643
+ SENSITIVE = []
2509
2644
  include Aws::Structure
2510
2645
  end
2511
2646
 
@@ -2546,6 +2681,7 @@ module Aws::ServiceCatalog
2546
2681
  :accept_language,
2547
2682
  :portfolio_id,
2548
2683
  :principal_arn)
2684
+ SENSITIVE = []
2549
2685
  include Aws::Structure
2550
2686
  end
2551
2687
 
@@ -2586,6 +2722,7 @@ module Aws::ServiceCatalog
2586
2722
  :accept_language,
2587
2723
  :product_id,
2588
2724
  :portfolio_id)
2725
+ SENSITIVE = []
2589
2726
  include Aws::Structure
2590
2727
  end
2591
2728
 
@@ -2634,6 +2771,7 @@ module Aws::ServiceCatalog
2634
2771
  :provisioning_artifact_id,
2635
2772
  :service_action_id,
2636
2773
  :accept_language)
2774
+ SENSITIVE = []
2637
2775
  include Aws::Structure
2638
2776
  end
2639
2777
 
@@ -2662,6 +2800,7 @@ module Aws::ServiceCatalog
2662
2800
  class DisassociateTagOptionFromResourceInput < Struct.new(
2663
2801
  :resource_id,
2664
2802
  :tag_option_id)
2803
+ SENSITIVE = []
2665
2804
  include Aws::Structure
2666
2805
  end
2667
2806
 
@@ -2723,6 +2862,7 @@ module Aws::ServiceCatalog
2723
2862
  :accept_language,
2724
2863
  :plan_id,
2725
2864
  :idempotency_token)
2865
+ SENSITIVE = []
2726
2866
  include Aws::Structure
2727
2867
  end
2728
2868
 
@@ -2734,6 +2874,7 @@ module Aws::ServiceCatalog
2734
2874
  #
2735
2875
  class ExecuteProvisionedProductPlanOutput < Struct.new(
2736
2876
  :record_detail)
2877
+ SENSITIVE = []
2737
2878
  include Aws::Structure
2738
2879
  end
2739
2880
 
@@ -2793,6 +2934,7 @@ module Aws::ServiceCatalog
2793
2934
  :execute_token,
2794
2935
  :accept_language,
2795
2936
  :parameters)
2937
+ SENSITIVE = []
2796
2938
  include Aws::Structure
2797
2939
  end
2798
2940
 
@@ -2805,6 +2947,7 @@ module Aws::ServiceCatalog
2805
2947
  #
2806
2948
  class ExecuteProvisionedProductServiceActionOutput < Struct.new(
2807
2949
  :record_detail)
2950
+ SENSITIVE = []
2808
2951
  include Aws::Structure
2809
2952
  end
2810
2953
 
@@ -2829,6 +2972,7 @@ module Aws::ServiceCatalog
2829
2972
  :name,
2830
2973
  :type,
2831
2974
  :default_values)
2975
+ SENSITIVE = []
2832
2976
  include Aws::Structure
2833
2977
  end
2834
2978
 
@@ -2866,6 +3010,7 @@ module Aws::ServiceCatalog
2866
3010
  :provisioning_artifact_id,
2867
3011
  :error_code,
2868
3012
  :error_message)
3013
+ SENSITIVE = []
2869
3014
  include Aws::Structure
2870
3015
  end
2871
3016
 
@@ -2883,6 +3028,7 @@ module Aws::ServiceCatalog
2883
3028
  #
2884
3029
  class GetAWSOrganizationsAccessStatusOutput < Struct.new(
2885
3030
  :access_status)
3031
+ SENSITIVE = []
2886
3032
  include Aws::Structure
2887
3033
  end
2888
3034
 
@@ -2900,6 +3046,25 @@ module Aws::ServiceCatalog
2900
3046
  #
2901
3047
  class InvalidStateException < Aws::EmptyStructure; end
2902
3048
 
3049
+ # A launch path object.
3050
+ #
3051
+ # @!attribute [rw] id
3052
+ # The identifier of the launch path.
3053
+ # @return [String]
3054
+ #
3055
+ # @!attribute [rw] name
3056
+ # The name of the launch path.
3057
+ # @return [String]
3058
+ #
3059
+ # @see http://docs.aws.amazon.com/goto/WebAPI/servicecatalog-2015-12-10/LaunchPath AWS API Documentation
3060
+ #
3061
+ class LaunchPath < Struct.new(
3062
+ :id,
3063
+ :name)
3064
+ SENSITIVE = []
3065
+ include Aws::Structure
3066
+ end
3067
+
2903
3068
  # Summary information about a product path for a user.
2904
3069
  #
2905
3070
  # @!attribute [rw] id
@@ -2925,6 +3090,7 @@ module Aws::ServiceCatalog
2925
3090
  :constraint_summaries,
2926
3091
  :tags,
2927
3092
  :name)
3093
+ SENSITIVE = []
2928
3094
  include Aws::Structure
2929
3095
  end
2930
3096
 
@@ -2984,6 +3150,7 @@ module Aws::ServiceCatalog
2984
3150
  :page_token,
2985
3151
  :page_size,
2986
3152
  :portfolio_share_type)
3153
+ SENSITIVE = []
2987
3154
  include Aws::Structure
2988
3155
  end
2989
3156
 
@@ -3001,6 +3168,7 @@ module Aws::ServiceCatalog
3001
3168
  class ListAcceptedPortfolioSharesOutput < Struct.new(
3002
3169
  :portfolio_details,
3003
3170
  :next_page_token)
3171
+ SENSITIVE = []
3004
3172
  include Aws::Structure
3005
3173
  end
3006
3174
 
@@ -3044,6 +3212,7 @@ module Aws::ServiceCatalog
3044
3212
  :resource_id,
3045
3213
  :page_size,
3046
3214
  :page_token)
3215
+ SENSITIVE = []
3047
3216
  include Aws::Structure
3048
3217
  end
3049
3218
 
@@ -3061,6 +3230,7 @@ module Aws::ServiceCatalog
3061
3230
  class ListBudgetsForResourceOutput < Struct.new(
3062
3231
  :budgets,
3063
3232
  :next_page_token)
3233
+ SENSITIVE = []
3064
3234
  include Aws::Structure
3065
3235
  end
3066
3236
 
@@ -3110,6 +3280,7 @@ module Aws::ServiceCatalog
3110
3280
  :product_id,
3111
3281
  :page_size,
3112
3282
  :page_token)
3283
+ SENSITIVE = []
3113
3284
  include Aws::Structure
3114
3285
  end
3115
3286
 
@@ -3127,6 +3298,7 @@ module Aws::ServiceCatalog
3127
3298
  class ListConstraintsForPortfolioOutput < Struct.new(
3128
3299
  :constraint_details,
3129
3300
  :next_page_token)
3301
+ SENSITIVE = []
3130
3302
  include Aws::Structure
3131
3303
  end
3132
3304
 
@@ -3170,6 +3342,7 @@ module Aws::ServiceCatalog
3170
3342
  :product_id,
3171
3343
  :page_size,
3172
3344
  :page_token)
3345
+ SENSITIVE = []
3173
3346
  include Aws::Structure
3174
3347
  end
3175
3348
 
@@ -3187,6 +3360,7 @@ module Aws::ServiceCatalog
3187
3360
  class ListLaunchPathsOutput < Struct.new(
3188
3361
  :launch_path_summaries,
3189
3362
  :next_page_token)
3363
+ SENSITIVE = []
3190
3364
  include Aws::Structure
3191
3365
  end
3192
3366
 
@@ -3244,6 +3418,7 @@ module Aws::ServiceCatalog
3244
3418
  :organization_node_type,
3245
3419
  :page_token,
3246
3420
  :page_size)
3421
+ SENSITIVE = []
3247
3422
  include Aws::Structure
3248
3423
  end
3249
3424
 
@@ -3261,6 +3436,7 @@ module Aws::ServiceCatalog
3261
3436
  class ListOrganizationPortfolioAccessOutput < Struct.new(
3262
3437
  :organization_nodes,
3263
3438
  :next_page_token)
3439
+ SENSITIVE = []
3264
3440
  include Aws::Structure
3265
3441
  end
3266
3442
 
@@ -3312,6 +3488,7 @@ module Aws::ServiceCatalog
3312
3488
  :organization_parent_id,
3313
3489
  :page_token,
3314
3490
  :page_size)
3491
+ SENSITIVE = []
3315
3492
  include Aws::Structure
3316
3493
  end
3317
3494
 
@@ -3329,6 +3506,7 @@ module Aws::ServiceCatalog
3329
3506
  class ListPortfolioAccessOutput < Struct.new(
3330
3507
  :account_ids,
3331
3508
  :next_page_token)
3509
+ SENSITIVE = []
3332
3510
  include Aws::Structure
3333
3511
  end
3334
3512
 
@@ -3372,6 +3550,7 @@ module Aws::ServiceCatalog
3372
3550
  :product_id,
3373
3551
  :page_token,
3374
3552
  :page_size)
3553
+ SENSITIVE = []
3375
3554
  include Aws::Structure
3376
3555
  end
3377
3556
 
@@ -3389,6 +3568,7 @@ module Aws::ServiceCatalog
3389
3568
  class ListPortfoliosForProductOutput < Struct.new(
3390
3569
  :portfolio_details,
3391
3570
  :next_page_token)
3571
+ SENSITIVE = []
3392
3572
  include Aws::Structure
3393
3573
  end
3394
3574
 
@@ -3426,6 +3606,7 @@ module Aws::ServiceCatalog
3426
3606
  :accept_language,
3427
3607
  :page_token,
3428
3608
  :page_size)
3609
+ SENSITIVE = []
3429
3610
  include Aws::Structure
3430
3611
  end
3431
3612
 
@@ -3443,6 +3624,7 @@ module Aws::ServiceCatalog
3443
3624
  class ListPortfoliosOutput < Struct.new(
3444
3625
  :portfolio_details,
3445
3626
  :next_page_token)
3627
+ SENSITIVE = []
3446
3628
  include Aws::Structure
3447
3629
  end
3448
3630
 
@@ -3486,6 +3668,7 @@ module Aws::ServiceCatalog
3486
3668
  :portfolio_id,
3487
3669
  :page_size,
3488
3670
  :page_token)
3671
+ SENSITIVE = []
3489
3672
  include Aws::Structure
3490
3673
  end
3491
3674
 
@@ -3503,6 +3686,7 @@ module Aws::ServiceCatalog
3503
3686
  class ListPrincipalsForPortfolioOutput < Struct.new(
3504
3687
  :principals,
3505
3688
  :next_page_token)
3689
+ SENSITIVE = []
3506
3690
  include Aws::Structure
3507
3691
  end
3508
3692
 
@@ -3555,6 +3739,7 @@ module Aws::ServiceCatalog
3555
3739
  :page_size,
3556
3740
  :page_token,
3557
3741
  :access_level_filter)
3742
+ SENSITIVE = []
3558
3743
  include Aws::Structure
3559
3744
  end
3560
3745
 
@@ -3572,6 +3757,7 @@ module Aws::ServiceCatalog
3572
3757
  class ListProvisionedProductPlansOutput < Struct.new(
3573
3758
  :provisioned_product_plans,
3574
3759
  :next_page_token)
3760
+ SENSITIVE = []
3575
3761
  include Aws::Structure
3576
3762
  end
3577
3763
 
@@ -3616,6 +3802,7 @@ module Aws::ServiceCatalog
3616
3802
  :page_size,
3617
3803
  :page_token,
3618
3804
  :accept_language)
3805
+ SENSITIVE = []
3619
3806
  include Aws::Structure
3620
3807
  end
3621
3808
 
@@ -3634,6 +3821,7 @@ module Aws::ServiceCatalog
3634
3821
  class ListProvisioningArtifactsForServiceActionOutput < Struct.new(
3635
3822
  :provisioning_artifact_views,
3636
3823
  :next_page_token)
3824
+ SENSITIVE = []
3637
3825
  include Aws::Structure
3638
3826
  end
3639
3827
 
@@ -3664,6 +3852,7 @@ module Aws::ServiceCatalog
3664
3852
  class ListProvisioningArtifactsInput < Struct.new(
3665
3853
  :accept_language,
3666
3854
  :product_id)
3855
+ SENSITIVE = []
3667
3856
  include Aws::Structure
3668
3857
  end
3669
3858
 
@@ -3681,6 +3870,7 @@ module Aws::ServiceCatalog
3681
3870
  class ListProvisioningArtifactsOutput < Struct.new(
3682
3871
  :provisioning_artifact_details,
3683
3872
  :next_page_token)
3873
+ SENSITIVE = []
3684
3874
  include Aws::Structure
3685
3875
  end
3686
3876
 
@@ -3736,6 +3926,7 @@ module Aws::ServiceCatalog
3736
3926
  :search_filter,
3737
3927
  :page_size,
3738
3928
  :page_token)
3929
+ SENSITIVE = []
3739
3930
  include Aws::Structure
3740
3931
  end
3741
3932
 
@@ -3753,6 +3944,7 @@ module Aws::ServiceCatalog
3753
3944
  class ListRecordHistoryOutput < Struct.new(
3754
3945
  :record_details,
3755
3946
  :next_page_token)
3947
+ SENSITIVE = []
3756
3948
  include Aws::Structure
3757
3949
  end
3758
3950
 
@@ -3785,6 +3977,7 @@ module Aws::ServiceCatalog
3785
3977
  class ListRecordHistorySearchFilter < Struct.new(
3786
3978
  :key,
3787
3979
  :value)
3980
+ SENSITIVE = []
3788
3981
  include Aws::Structure
3789
3982
  end
3790
3983
 
@@ -3826,6 +4019,7 @@ module Aws::ServiceCatalog
3826
4019
  :resource_type,
3827
4020
  :page_size,
3828
4021
  :page_token)
4022
+ SENSITIVE = []
3829
4023
  include Aws::Structure
3830
4024
  end
3831
4025
 
@@ -3843,6 +4037,7 @@ module Aws::ServiceCatalog
3843
4037
  class ListResourcesForTagOptionOutput < Struct.new(
3844
4038
  :resource_details,
3845
4039
  :page_token)
4040
+ SENSITIVE = []
3846
4041
  include Aws::Structure
3847
4042
  end
3848
4043
 
@@ -3893,6 +4088,7 @@ module Aws::ServiceCatalog
3893
4088
  :page_size,
3894
4089
  :page_token,
3895
4090
  :accept_language)
4091
+ SENSITIVE = []
3896
4092
  include Aws::Structure
3897
4093
  end
3898
4094
 
@@ -3911,6 +4107,7 @@ module Aws::ServiceCatalog
3911
4107
  class ListServiceActionsForProvisioningArtifactOutput < Struct.new(
3912
4108
  :service_action_summaries,
3913
4109
  :next_page_token)
4110
+ SENSITIVE = []
3914
4111
  include Aws::Structure
3915
4112
  end
3916
4113
 
@@ -3948,6 +4145,7 @@ module Aws::ServiceCatalog
3948
4145
  :accept_language,
3949
4146
  :page_size,
3950
4147
  :page_token)
4148
+ SENSITIVE = []
3951
4149
  include Aws::Structure
3952
4150
  end
3953
4151
 
@@ -3966,6 +4164,7 @@ module Aws::ServiceCatalog
3966
4164
  class ListServiceActionsOutput < Struct.new(
3967
4165
  :service_action_summaries,
3968
4166
  :next_page_token)
4167
+ SENSITIVE = []
3969
4168
  include Aws::Structure
3970
4169
  end
3971
4170
 
@@ -4009,6 +4208,7 @@ module Aws::ServiceCatalog
4009
4208
  :provisioned_product_id,
4010
4209
  :page_token,
4011
4210
  :page_size)
4211
+ SENSITIVE = []
4012
4212
  include Aws::Structure
4013
4213
  end
4014
4214
 
@@ -4026,6 +4226,7 @@ module Aws::ServiceCatalog
4026
4226
  class ListStackInstancesForProvisionedProductOutput < Struct.new(
4027
4227
  :stack_instances,
4028
4228
  :next_page_token)
4229
+ SENSITIVE = []
4029
4230
  include Aws::Structure
4030
4231
  end
4031
4232
 
@@ -4058,6 +4259,7 @@ module Aws::ServiceCatalog
4058
4259
  :key,
4059
4260
  :value,
4060
4261
  :active)
4262
+ SENSITIVE = []
4061
4263
  include Aws::Structure
4062
4264
  end
4063
4265
 
@@ -4094,6 +4296,7 @@ module Aws::ServiceCatalog
4094
4296
  :filters,
4095
4297
  :page_size,
4096
4298
  :page_token)
4299
+ SENSITIVE = []
4097
4300
  include Aws::Structure
4098
4301
  end
4099
4302
 
@@ -4111,6 +4314,7 @@ module Aws::ServiceCatalog
4111
4314
  class ListTagOptionsOutput < Struct.new(
4112
4315
  :tag_option_details,
4113
4316
  :page_token)
4317
+ SENSITIVE = []
4114
4318
  include Aws::Structure
4115
4319
  end
4116
4320
 
@@ -4143,6 +4347,7 @@ module Aws::ServiceCatalog
4143
4347
  class OrganizationNode < Struct.new(
4144
4348
  :type,
4145
4349
  :value)
4350
+ SENSITIVE = []
4146
4351
  include Aws::Structure
4147
4352
  end
4148
4353
 
@@ -4156,6 +4361,7 @@ module Aws::ServiceCatalog
4156
4361
  #
4157
4362
  class ParameterConstraints < Struct.new(
4158
4363
  :allowed_values)
4364
+ SENSITIVE = []
4159
4365
  include Aws::Structure
4160
4366
  end
4161
4367
 
@@ -4194,6 +4400,7 @@ module Aws::ServiceCatalog
4194
4400
  :description,
4195
4401
  :created_time,
4196
4402
  :provider_name)
4403
+ SENSITIVE = []
4197
4404
  include Aws::Structure
4198
4405
  end
4199
4406
 
@@ -4212,6 +4419,7 @@ module Aws::ServiceCatalog
4212
4419
  class Principal < Struct.new(
4213
4420
  :principal_arn,
4214
4421
  :principal_type)
4422
+ SENSITIVE = []
4215
4423
  include Aws::Structure
4216
4424
  end
4217
4425
 
@@ -4231,6 +4439,7 @@ module Aws::ServiceCatalog
4231
4439
  class ProductViewAggregationValue < Struct.new(
4232
4440
  :value,
4233
4441
  :approximate_count)
4442
+ SENSITIVE = []
4234
4443
  include Aws::Structure
4235
4444
  end
4236
4445
 
@@ -4266,6 +4475,7 @@ module Aws::ServiceCatalog
4266
4475
  :status,
4267
4476
  :product_arn,
4268
4477
  :created_time)
4478
+ SENSITIVE = []
4269
4479
  include Aws::Structure
4270
4480
  end
4271
4481
 
@@ -4337,6 +4547,7 @@ module Aws::ServiceCatalog
4337
4547
  :support_email,
4338
4548
  :support_description,
4339
4549
  :support_url)
4550
+ SENSITIVE = []
4340
4551
  include Aws::Structure
4341
4552
  end
4342
4553
 
@@ -4345,9 +4556,12 @@ module Aws::ServiceCatalog
4345
4556
  #
4346
4557
  # {
4347
4558
  # accept_language: "AcceptLanguage",
4348
- # product_id: "Id", # required
4349
- # provisioning_artifact_id: "Id", # required
4559
+ # product_id: "Id",
4560
+ # product_name: "ProductViewName",
4561
+ # provisioning_artifact_id: "Id",
4562
+ # provisioning_artifact_name: "ProvisioningArtifactName",
4350
4563
  # path_id: "Id",
4564
+ # path_name: "PortfolioDisplayName",
4351
4565
  # provisioned_product_name: "ProvisionedProductName", # required
4352
4566
  # provisioning_parameters: [
4353
4567
  # {
@@ -4384,17 +4598,34 @@ module Aws::ServiceCatalog
4384
4598
  # @return [String]
4385
4599
  #
4386
4600
  # @!attribute [rw] product_id
4387
- # The product identifier.
4601
+ # The product identifier. You must provide the name or ID, but not
4602
+ # both.
4603
+ # @return [String]
4604
+ #
4605
+ # @!attribute [rw] product_name
4606
+ # The name of the product. You must provide the name or ID, but not
4607
+ # both.
4388
4608
  # @return [String]
4389
4609
  #
4390
4610
  # @!attribute [rw] provisioning_artifact_id
4391
- # The identifier of the provisioning artifact.
4611
+ # The identifier of the provisioning artifact. You must provide the
4612
+ # name or ID, but not both.
4613
+ # @return [String]
4614
+ #
4615
+ # @!attribute [rw] provisioning_artifact_name
4616
+ # The name of the provisioning artifact. You must provide the name or
4617
+ # ID, but not both.
4392
4618
  # @return [String]
4393
4619
  #
4394
4620
  # @!attribute [rw] path_id
4395
4621
  # The path identifier of the product. This value is optional if the
4396
4622
  # product has a default path, and required if the product has more
4397
4623
  # than one path. To list the paths for a product, use ListLaunchPaths.
4624
+ # You must provide the name or ID, but not both.
4625
+ # @return [String]
4626
+ #
4627
+ # @!attribute [rw] path_name
4628
+ # The name of the path. You must provide the name or ID, but not both.
4398
4629
  # @return [String]
4399
4630
  #
4400
4631
  # @!attribute [rw] provisioned_product_name
@@ -4435,14 +4666,18 @@ module Aws::ServiceCatalog
4435
4666
  class ProvisionProductInput < Struct.new(
4436
4667
  :accept_language,
4437
4668
  :product_id,
4669
+ :product_name,
4438
4670
  :provisioning_artifact_id,
4671
+ :provisioning_artifact_name,
4439
4672
  :path_id,
4673
+ :path_name,
4440
4674
  :provisioned_product_name,
4441
4675
  :provisioning_parameters,
4442
4676
  :provisioning_preferences,
4443
4677
  :tags,
4444
4678
  :notification_arns,
4445
4679
  :provision_token)
4680
+ SENSITIVE = []
4446
4681
  include Aws::Structure
4447
4682
  end
4448
4683
 
@@ -4454,6 +4689,7 @@ module Aws::ServiceCatalog
4454
4689
  #
4455
4690
  class ProvisionProductOutput < Struct.new(
4456
4691
  :record_detail)
4692
+ SENSITIVE = []
4457
4693
  include Aws::Structure
4458
4694
  end
4459
4695
 
@@ -4566,6 +4802,7 @@ module Aws::ServiceCatalog
4566
4802
  :provisioning_artifact_id,
4567
4803
  :user_arn,
4568
4804
  :user_arn_session)
4805
+ SENSITIVE = []
4569
4806
  include Aws::Structure
4570
4807
  end
4571
4808
 
@@ -4657,6 +4894,7 @@ module Aws::ServiceCatalog
4657
4894
  :last_record_id,
4658
4895
  :product_id,
4659
4896
  :provisioning_artifact_id)
4897
+ SENSITIVE = []
4660
4898
  include Aws::Structure
4661
4899
  end
4662
4900
 
@@ -4744,6 +4982,7 @@ module Aws::ServiceCatalog
4744
4982
  :provisioning_parameters,
4745
4983
  :tags,
4746
4984
  :status_message)
4985
+ SENSITIVE = []
4747
4986
  include Aws::Structure
4748
4987
  end
4749
4988
 
@@ -4782,6 +5021,7 @@ module Aws::ServiceCatalog
4782
5021
  :provision_product_name,
4783
5022
  :plan_type,
4784
5023
  :provisioning_artifact_id)
5024
+ SENSITIVE = []
4785
5025
  include Aws::Structure
4786
5026
  end
4787
5027
 
@@ -4817,6 +5057,7 @@ module Aws::ServiceCatalog
4817
5057
  :description,
4818
5058
  :created_time,
4819
5059
  :guidance)
5060
+ SENSITIVE = []
4820
5061
  include Aws::Structure
4821
5062
  end
4822
5063
 
@@ -4868,6 +5109,26 @@ module Aws::ServiceCatalog
4868
5109
  :created_time,
4869
5110
  :active,
4870
5111
  :guidance)
5112
+ SENSITIVE = []
5113
+ include Aws::Structure
5114
+ end
5115
+
5116
+ # Provisioning artifact output.
5117
+ #
5118
+ # @!attribute [rw] key
5119
+ # The provisioning artifact output key.
5120
+ # @return [String]
5121
+ #
5122
+ # @!attribute [rw] description
5123
+ # Description of the provisioning artifact output key.
5124
+ # @return [String]
5125
+ #
5126
+ # @see http://docs.aws.amazon.com/goto/WebAPI/servicecatalog-2015-12-10/ProvisioningArtifactOutput AWS API Documentation
5127
+ #
5128
+ class ProvisioningArtifactOutput < Struct.new(
5129
+ :key,
5130
+ :description)
5131
+ SENSITIVE = []
4871
5132
  include Aws::Structure
4872
5133
  end
4873
5134
 
@@ -4908,6 +5169,7 @@ module Aws::ServiceCatalog
4908
5169
  :is_no_echo,
4909
5170
  :description,
4910
5171
  :parameter_constraints)
5172
+ SENSITIVE = []
4911
5173
  include Aws::Structure
4912
5174
  end
4913
5175
 
@@ -4946,6 +5208,7 @@ module Aws::ServiceCatalog
4946
5208
  class ProvisioningArtifactPreferences < Struct.new(
4947
5209
  :stack_set_accounts,
4948
5210
  :stack_set_regions)
5211
+ SENSITIVE = []
4949
5212
  include Aws::Structure
4950
5213
  end
4951
5214
 
@@ -5006,6 +5269,7 @@ module Aws::ServiceCatalog
5006
5269
  :info,
5007
5270
  :type,
5008
5271
  :disable_template_validation)
5272
+ SENSITIVE = []
5009
5273
  include Aws::Structure
5010
5274
  end
5011
5275
 
@@ -5041,6 +5305,7 @@ module Aws::ServiceCatalog
5041
5305
  :description,
5042
5306
  :created_time,
5043
5307
  :provisioning_artifact_metadata)
5308
+ SENSITIVE = []
5044
5309
  include Aws::Structure
5045
5310
  end
5046
5311
 
@@ -5061,6 +5326,7 @@ module Aws::ServiceCatalog
5061
5326
  class ProvisioningArtifactView < Struct.new(
5062
5327
  :product_view_summary,
5063
5328
  :provisioning_artifact)
5329
+ SENSITIVE = []
5064
5330
  include Aws::Structure
5065
5331
  end
5066
5332
 
@@ -5087,6 +5353,7 @@ module Aws::ServiceCatalog
5087
5353
  class ProvisioningParameter < Struct.new(
5088
5354
  :key,
5089
5355
  :value)
5356
+ SENSITIVE = []
5090
5357
  include Aws::Structure
5091
5358
  end
5092
5359
 
@@ -5212,6 +5479,7 @@ module Aws::ServiceCatalog
5212
5479
  :stack_set_failure_tolerance_percentage,
5213
5480
  :stack_set_max_concurrency_count,
5214
5481
  :stack_set_max_concurrency_percentage)
5482
+ SENSITIVE = []
5215
5483
  include Aws::Structure
5216
5484
  end
5217
5485
 
@@ -5306,6 +5574,7 @@ module Aws::ServiceCatalog
5306
5574
  :path_id,
5307
5575
  :record_errors,
5308
5576
  :record_tags)
5577
+ SENSITIVE = []
5309
5578
  include Aws::Structure
5310
5579
  end
5311
5580
 
@@ -5324,6 +5593,7 @@ module Aws::ServiceCatalog
5324
5593
  class RecordError < Struct.new(
5325
5594
  :code,
5326
5595
  :description)
5596
+ SENSITIVE = []
5327
5597
  include Aws::Structure
5328
5598
  end
5329
5599
 
@@ -5349,6 +5619,7 @@ module Aws::ServiceCatalog
5349
5619
  :output_key,
5350
5620
  :output_value,
5351
5621
  :description)
5622
+ SENSITIVE = []
5352
5623
  include Aws::Structure
5353
5624
  end
5354
5625
 
@@ -5367,6 +5638,7 @@ module Aws::ServiceCatalog
5367
5638
  class RecordTag < Struct.new(
5368
5639
  :key,
5369
5640
  :value)
5641
+ SENSITIVE = []
5370
5642
  include Aws::Structure
5371
5643
  end
5372
5644
 
@@ -5416,6 +5688,7 @@ module Aws::ServiceCatalog
5416
5688
  :accept_language,
5417
5689
  :portfolio_id,
5418
5690
  :portfolio_share_type)
5691
+ SENSITIVE = []
5419
5692
  include Aws::Structure
5420
5693
  end
5421
5694
 
@@ -5465,6 +5738,7 @@ module Aws::ServiceCatalog
5465
5738
  :replacement,
5466
5739
  :scope,
5467
5740
  :details)
5741
+ SENSITIVE = []
5468
5742
  include Aws::Structure
5469
5743
  end
5470
5744
 
@@ -5491,6 +5765,7 @@ module Aws::ServiceCatalog
5491
5765
  :target,
5492
5766
  :evaluation,
5493
5767
  :causing_entity)
5768
+ SENSITIVE = []
5494
5769
  include Aws::Structure
5495
5770
  end
5496
5771
 
@@ -5524,6 +5799,7 @@ module Aws::ServiceCatalog
5524
5799
  :name,
5525
5800
  :description,
5526
5801
  :created_time)
5802
+ SENSITIVE = []
5527
5803
  include Aws::Structure
5528
5804
  end
5529
5805
 
@@ -5562,6 +5838,7 @@ module Aws::ServiceCatalog
5562
5838
  :attribute,
5563
5839
  :name,
5564
5840
  :requires_recreation)
5841
+ SENSITIVE = []
5565
5842
  include Aws::Structure
5566
5843
  end
5567
5844
 
@@ -5608,6 +5885,7 @@ module Aws::ServiceCatalog
5608
5885
  :access_level_filter,
5609
5886
  :page_size,
5610
5887
  :page_token)
5888
+ SENSITIVE = []
5611
5889
  include Aws::Structure
5612
5890
  end
5613
5891
 
@@ -5625,6 +5903,7 @@ module Aws::ServiceCatalog
5625
5903
  class ScanProvisionedProductsOutput < Struct.new(
5626
5904
  :provisioned_products,
5627
5905
  :next_page_token)
5906
+ SENSITIVE = []
5628
5907
  include Aws::Structure
5629
5908
  end
5630
5909
 
@@ -5697,6 +5976,7 @@ module Aws::ServiceCatalog
5697
5976
  :page_token,
5698
5977
  :page_size,
5699
5978
  :product_source)
5979
+ SENSITIVE = []
5700
5980
  include Aws::Structure
5701
5981
  end
5702
5982
 
@@ -5714,6 +5994,7 @@ module Aws::ServiceCatalog
5714
5994
  class SearchProductsAsAdminOutput < Struct.new(
5715
5995
  :product_view_details,
5716
5996
  :next_page_token)
5997
+ SENSITIVE = []
5717
5998
  include Aws::Structure
5718
5999
  end
5719
6000
 
@@ -5774,6 +6055,7 @@ module Aws::ServiceCatalog
5774
6055
  :sort_by,
5775
6056
  :sort_order,
5776
6057
  :page_token)
6058
+ SENSITIVE = []
5777
6059
  include Aws::Structure
5778
6060
  end
5779
6061
 
@@ -5796,6 +6078,7 @@ module Aws::ServiceCatalog
5796
6078
  :product_view_summaries,
5797
6079
  :product_view_aggregations,
5798
6080
  :next_page_token)
6081
+ SENSITIVE = []
5799
6082
  include Aws::Structure
5800
6083
  end
5801
6084
 
@@ -5872,6 +6155,7 @@ module Aws::ServiceCatalog
5872
6155
  :sort_order,
5873
6156
  :page_size,
5874
6157
  :page_token)
6158
+ SENSITIVE = []
5875
6159
  include Aws::Structure
5876
6160
  end
5877
6161
 
@@ -5894,6 +6178,7 @@ module Aws::ServiceCatalog
5894
6178
  :provisioned_products,
5895
6179
  :total_results_count,
5896
6180
  :next_page_token)
6181
+ SENSITIVE = []
5897
6182
  include Aws::Structure
5898
6183
  end
5899
6184
 
@@ -5929,6 +6214,7 @@ module Aws::ServiceCatalog
5929
6214
  :service_action_id,
5930
6215
  :product_id,
5931
6216
  :provisioning_artifact_id)
6217
+ SENSITIVE = []
5932
6218
  include Aws::Structure
5933
6219
  end
5934
6220
 
@@ -5948,6 +6234,7 @@ module Aws::ServiceCatalog
5948
6234
  class ServiceActionDetail < Struct.new(
5949
6235
  :service_action_summary,
5950
6236
  :definition)
6237
+ SENSITIVE = []
5951
6238
  include Aws::Structure
5952
6239
  end
5953
6240
 
@@ -5977,6 +6264,7 @@ module Aws::ServiceCatalog
5977
6264
  :name,
5978
6265
  :description,
5979
6266
  :definition_type)
6267
+ SENSITIVE = []
5980
6268
  include Aws::Structure
5981
6269
  end
5982
6270
 
@@ -5995,6 +6283,7 @@ module Aws::ServiceCatalog
5995
6283
  class ShareDetails < Struct.new(
5996
6284
  :successful_shares,
5997
6285
  :share_errors)
6286
+ SENSITIVE = []
5998
6287
  include Aws::Structure
5999
6288
  end
6000
6289
 
@@ -6018,6 +6307,7 @@ module Aws::ServiceCatalog
6018
6307
  :accounts,
6019
6308
  :message,
6020
6309
  :error)
6310
+ SENSITIVE = []
6021
6311
  include Aws::Structure
6022
6312
  end
6023
6313
 
@@ -6066,6 +6356,7 @@ module Aws::ServiceCatalog
6066
6356
  :account,
6067
6357
  :region,
6068
6358
  :stack_instance_status)
6359
+ SENSITIVE = []
6069
6360
  include Aws::Structure
6070
6361
  end
6071
6362
 
@@ -6093,6 +6384,7 @@ module Aws::ServiceCatalog
6093
6384
  class Tag < Struct.new(
6094
6385
  :key,
6095
6386
  :value)
6387
+ SENSITIVE = []
6096
6388
  include Aws::Structure
6097
6389
  end
6098
6390
 
@@ -6121,6 +6413,7 @@ module Aws::ServiceCatalog
6121
6413
  :value,
6122
6414
  :active,
6123
6415
  :id)
6416
+ SENSITIVE = []
6124
6417
  include Aws::Structure
6125
6418
  end
6126
6419
 
@@ -6148,6 +6441,7 @@ module Aws::ServiceCatalog
6148
6441
  class TagOptionSummary < Struct.new(
6149
6442
  :key,
6150
6443
  :values)
6444
+ SENSITIVE = []
6151
6445
  include Aws::Structure
6152
6446
  end
6153
6447
 
@@ -6207,6 +6501,7 @@ module Aws::ServiceCatalog
6207
6501
  :terminate_token,
6208
6502
  :ignore_errors,
6209
6503
  :accept_language)
6504
+ SENSITIVE = []
6210
6505
  include Aws::Structure
6211
6506
  end
6212
6507
 
@@ -6218,6 +6513,7 @@ module Aws::ServiceCatalog
6218
6513
  #
6219
6514
  class TerminateProvisionedProductOutput < Struct.new(
6220
6515
  :record_detail)
6516
+ SENSITIVE = []
6221
6517
  include Aws::Structure
6222
6518
  end
6223
6519
 
@@ -6332,6 +6628,7 @@ module Aws::ServiceCatalog
6332
6628
  :id,
6333
6629
  :description,
6334
6630
  :parameters)
6631
+ SENSITIVE = []
6335
6632
  include Aws::Structure
6336
6633
  end
6337
6634
 
@@ -6353,6 +6650,7 @@ module Aws::ServiceCatalog
6353
6650
  :constraint_detail,
6354
6651
  :constraint_parameters,
6355
6652
  :status)
6653
+ SENSITIVE = []
6356
6654
  include Aws::Structure
6357
6655
  end
6358
6656
 
@@ -6418,6 +6716,7 @@ module Aws::ServiceCatalog
6418
6716
  :provider_name,
6419
6717
  :add_tags,
6420
6718
  :remove_tags)
6719
+ SENSITIVE = []
6421
6720
  include Aws::Structure
6422
6721
  end
6423
6722
 
@@ -6434,6 +6733,7 @@ module Aws::ServiceCatalog
6434
6733
  class UpdatePortfolioOutput < Struct.new(
6435
6734
  :portfolio_detail,
6436
6735
  :tags)
6736
+ SENSITIVE = []
6437
6737
  include Aws::Structure
6438
6738
  end
6439
6739
 
@@ -6523,6 +6823,7 @@ module Aws::ServiceCatalog
6523
6823
  :support_url,
6524
6824
  :add_tags,
6525
6825
  :remove_tags)
6826
+ SENSITIVE = []
6526
6827
  include Aws::Structure
6527
6828
  end
6528
6829
 
@@ -6539,6 +6840,7 @@ module Aws::ServiceCatalog
6539
6840
  class UpdateProductOutput < Struct.new(
6540
6841
  :product_view_detail,
6541
6842
  :tags)
6843
+ SENSITIVE = []
6542
6844
  include Aws::Structure
6543
6845
  end
6544
6846
 
@@ -6550,8 +6852,11 @@ module Aws::ServiceCatalog
6550
6852
  # provisioned_product_name: "ProvisionedProductNameOrArn",
6551
6853
  # provisioned_product_id: "Id",
6552
6854
  # product_id: "Id",
6855
+ # product_name: "ProductViewName",
6553
6856
  # provisioning_artifact_id: "Id",
6857
+ # provisioning_artifact_name: "ProvisioningArtifactName",
6554
6858
  # path_id: "Id",
6859
+ # path_name: "PortfolioDisplayName",
6555
6860
  # provisioning_parameters: [
6556
6861
  # {
6557
6862
  # key: "ParameterKey",
@@ -6593,21 +6898,37 @@ module Aws::ServiceCatalog
6593
6898
  # @return [String]
6594
6899
  #
6595
6900
  # @!attribute [rw] provisioned_product_id
6596
- # The identifier of the provisioned product. You cannot specify both
6597
- # `ProvisionedProductName` and `ProvisionedProductId`.
6901
+ # The identifier of the provisioned product. You must provide the name
6902
+ # or ID, but not both.
6598
6903
  # @return [String]
6599
6904
  #
6600
6905
  # @!attribute [rw] product_id
6601
- # The identifier of the product.
6906
+ # The identifier of the product. You must provide the name or ID, but
6907
+ # not both.
6908
+ # @return [String]
6909
+ #
6910
+ # @!attribute [rw] product_name
6911
+ # The name of the product. You must provide the name or ID, but not
6912
+ # both.
6602
6913
  # @return [String]
6603
6914
  #
6604
6915
  # @!attribute [rw] provisioning_artifact_id
6605
6916
  # The identifier of the provisioning artifact.
6606
6917
  # @return [String]
6607
6918
  #
6919
+ # @!attribute [rw] provisioning_artifact_name
6920
+ # The name of the provisioning artifact. You must provide the name or
6921
+ # ID, but not both.
6922
+ # @return [String]
6923
+ #
6608
6924
  # @!attribute [rw] path_id
6609
- # The new path identifier. This value is optional if the product has a
6925
+ # The path identifier. This value is optional if the product has a
6610
6926
  # default path, and required if the product has more than one path.
6927
+ # You must provide the name or ID, but not both.
6928
+ # @return [String]
6929
+ #
6930
+ # @!attribute [rw] path_name
6931
+ # The name of the path. You must provide the name or ID, but not both.
6611
6932
  # @return [String]
6612
6933
  #
6613
6934
  # @!attribute [rw] provisioning_parameters
@@ -6640,12 +6961,16 @@ module Aws::ServiceCatalog
6640
6961
  :provisioned_product_name,
6641
6962
  :provisioned_product_id,
6642
6963
  :product_id,
6964
+ :product_name,
6643
6965
  :provisioning_artifact_id,
6966
+ :provisioning_artifact_name,
6644
6967
  :path_id,
6968
+ :path_name,
6645
6969
  :provisioning_parameters,
6646
6970
  :provisioning_preferences,
6647
6971
  :tags,
6648
6972
  :update_token)
6973
+ SENSITIVE = []
6649
6974
  include Aws::Structure
6650
6975
  end
6651
6976
 
@@ -6657,6 +6982,7 @@ module Aws::ServiceCatalog
6657
6982
  #
6658
6983
  class UpdateProvisionedProductOutput < Struct.new(
6659
6984
  :record_detail)
6985
+ SENSITIVE = []
6660
6986
  include Aws::Structure
6661
6987
  end
6662
6988
 
@@ -6690,9 +7016,9 @@ module Aws::ServiceCatalog
6690
7016
  # A map that contains the provisioned product properties to be
6691
7017
  # updated.
6692
7018
  #
6693
- # The `OWNER` key only accepts user ARNs. The owner is the user that
6694
- # is allowed to see, update, terminate, and execute service actions in
6695
- # the provisioned product.
7019
+ # The `OWNER` key accepts user ARNs and role ARNs. The owner is the
7020
+ # user that is allowed to see, update, terminate, and execute service
7021
+ # actions in the provisioned product.
6696
7022
  #
6697
7023
  # The administrator can change the owner of a provisioned product to
6698
7024
  # another IAM user within the same account. Both end user owners and
@@ -6727,6 +7053,7 @@ module Aws::ServiceCatalog
6727
7053
  :provisioned_product_id,
6728
7054
  :provisioned_product_properties,
6729
7055
  :idempotency_token)
7056
+ SENSITIVE = []
6730
7057
  include Aws::Structure
6731
7058
  end
6732
7059
 
@@ -6753,6 +7080,7 @@ module Aws::ServiceCatalog
6753
7080
  :provisioned_product_properties,
6754
7081
  :record_id,
6755
7082
  :status)
7083
+ SENSITIVE = []
6756
7084
  include Aws::Structure
6757
7085
  end
6758
7086
 
@@ -6825,6 +7153,7 @@ module Aws::ServiceCatalog
6825
7153
  :description,
6826
7154
  :active,
6827
7155
  :guidance)
7156
+ SENSITIVE = []
6828
7157
  include Aws::Structure
6829
7158
  end
6830
7159
 
@@ -6846,6 +7175,7 @@ module Aws::ServiceCatalog
6846
7175
  :provisioning_artifact_detail,
6847
7176
  :info,
6848
7177
  :status)
7178
+ SENSITIVE = []
6849
7179
  include Aws::Structure
6850
7180
  end
6851
7181
 
@@ -6879,6 +7209,7 @@ module Aws::ServiceCatalog
6879
7209
  :key,
6880
7210
  :value,
6881
7211
  :use_previous_value)
7212
+ SENSITIVE = []
6882
7213
  include Aws::Structure
6883
7214
  end
6884
7215
 
@@ -7031,6 +7362,7 @@ module Aws::ServiceCatalog
7031
7362
  :stack_set_max_concurrency_count,
7032
7363
  :stack_set_max_concurrency_percentage,
7033
7364
  :stack_set_operation_type)
7365
+ SENSITIVE = []
7034
7366
  include Aws::Structure
7035
7367
  end
7036
7368
 
@@ -7081,6 +7413,7 @@ module Aws::ServiceCatalog
7081
7413
  :definition,
7082
7414
  :description,
7083
7415
  :accept_language)
7416
+ SENSITIVE = []
7084
7417
  include Aws::Structure
7085
7418
  end
7086
7419
 
@@ -7092,6 +7425,7 @@ module Aws::ServiceCatalog
7092
7425
  #
7093
7426
  class UpdateServiceActionOutput < Struct.new(
7094
7427
  :service_action_detail)
7428
+ SENSITIVE = []
7095
7429
  include Aws::Structure
7096
7430
  end
7097
7431
 
@@ -7122,6 +7456,7 @@ module Aws::ServiceCatalog
7122
7456
  :id,
7123
7457
  :value,
7124
7458
  :active)
7459
+ SENSITIVE = []
7125
7460
  include Aws::Structure
7126
7461
  end
7127
7462
 
@@ -7133,6 +7468,7 @@ module Aws::ServiceCatalog
7133
7468
  #
7134
7469
  class UpdateTagOptionOutput < Struct.new(
7135
7470
  :tag_option_detail)
7471
+ SENSITIVE = []
7136
7472
  include Aws::Structure
7137
7473
  end
7138
7474
 
@@ -7151,6 +7487,7 @@ module Aws::ServiceCatalog
7151
7487
  class UsageInstruction < Struct.new(
7152
7488
  :type,
7153
7489
  :value)
7490
+ SENSITIVE = []
7154
7491
  include Aws::Structure
7155
7492
  end
7156
7493