aws-sdk-servicecatalog 1.0.0 → 1.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -37,6 +37,11 @@ module Aws::ServiceCatalog
37
37
  ConstraintSummaries = Shapes::ListShape.new(name: 'ConstraintSummaries')
38
38
  ConstraintSummary = Shapes::StructureShape.new(name: 'ConstraintSummary')
39
39
  ConstraintType = Shapes::StringShape.new(name: 'ConstraintType')
40
+ CopyOption = Shapes::StringShape.new(name: 'CopyOption')
41
+ CopyOptions = Shapes::ListShape.new(name: 'CopyOptions')
42
+ CopyProductInput = Shapes::StructureShape.new(name: 'CopyProductInput')
43
+ CopyProductOutput = Shapes::StructureShape.new(name: 'CopyProductOutput')
44
+ CopyProductStatus = Shapes::StringShape.new(name: 'CopyProductStatus')
40
45
  CreateConstraintInput = Shapes::StructureShape.new(name: 'CreateConstraintInput')
41
46
  CreateConstraintOutput = Shapes::StructureShape.new(name: 'CreateConstraintOutput')
42
47
  CreatePortfolioInput = Shapes::StructureShape.new(name: 'CreatePortfolioInput')
@@ -64,6 +69,8 @@ module Aws::ServiceCatalog
64
69
  DeleteProvisioningArtifactOutput = Shapes::StructureShape.new(name: 'DeleteProvisioningArtifactOutput')
65
70
  DescribeConstraintInput = Shapes::StructureShape.new(name: 'DescribeConstraintInput')
66
71
  DescribeConstraintOutput = Shapes::StructureShape.new(name: 'DescribeConstraintOutput')
72
+ DescribeCopyProductStatusInput = Shapes::StructureShape.new(name: 'DescribeCopyProductStatusInput')
73
+ DescribeCopyProductStatusOutput = Shapes::StructureShape.new(name: 'DescribeCopyProductStatusOutput')
67
74
  DescribePortfolioInput = Shapes::StructureShape.new(name: 'DescribePortfolioInput')
68
75
  DescribePortfolioOutput = Shapes::StructureShape.new(name: 'DescribePortfolioOutput')
69
76
  DescribeProductAsAdminInput = Shapes::StructureShape.new(name: 'DescribeProductAsAdminInput')
@@ -148,6 +155,7 @@ module Aws::ServiceCatalog
148
155
  PrincipalARN = Shapes::StringShape.new(name: 'PrincipalARN')
149
156
  PrincipalType = Shapes::StringShape.new(name: 'PrincipalType')
150
157
  Principals = Shapes::ListShape.new(name: 'Principals')
158
+ ProductArn = Shapes::StringShape.new(name: 'ProductArn')
151
159
  ProductSource = Shapes::StringShape.new(name: 'ProductSource')
152
160
  ProductType = Shapes::StringShape.new(name: 'ProductType')
153
161
  ProductViewAggregationType = Shapes::StringShape.new(name: 'ProductViewAggregationType')
@@ -190,6 +198,8 @@ module Aws::ServiceCatalog
190
198
  ProvisioningArtifactParameter = Shapes::StructureShape.new(name: 'ProvisioningArtifactParameter')
191
199
  ProvisioningArtifactParameters = Shapes::ListShape.new(name: 'ProvisioningArtifactParameters')
192
200
  ProvisioningArtifactProperties = Shapes::StructureShape.new(name: 'ProvisioningArtifactProperties')
201
+ ProvisioningArtifactPropertyName = Shapes::StringShape.new(name: 'ProvisioningArtifactPropertyName')
202
+ ProvisioningArtifactPropertyValue = Shapes::StringShape.new(name: 'ProvisioningArtifactPropertyValue')
193
203
  ProvisioningArtifactSummaries = Shapes::ListShape.new(name: 'ProvisioningArtifactSummaries')
194
204
  ProvisioningArtifactSummary = Shapes::StructureShape.new(name: 'ProvisioningArtifactSummary')
195
205
  ProvisioningArtifactType = Shapes::StringShape.new(name: 'ProvisioningArtifactType')
@@ -231,7 +241,10 @@ module Aws::ServiceCatalog
231
241
  SearchProductsInput = Shapes::StructureShape.new(name: 'SearchProductsInput')
232
242
  SearchProductsOutput = Shapes::StructureShape.new(name: 'SearchProductsOutput')
233
243
  SortOrder = Shapes::StringShape.new(name: 'SortOrder')
244
+ SourceProvisioningArtifactProperties = Shapes::ListShape.new(name: 'SourceProvisioningArtifactProperties')
245
+ SourceProvisioningArtifactPropertiesMap = Shapes::MapShape.new(name: 'SourceProvisioningArtifactPropertiesMap')
234
246
  Status = Shapes::StringShape.new(name: 'Status')
247
+ StatusDetail = Shapes::StringShape.new(name: 'StatusDetail')
235
248
  SupportDescription = Shapes::StringShape.new(name: 'SupportDescription')
236
249
  SupportEmail = Shapes::StringShape.new(name: 'SupportEmail')
237
250
  SupportUrl = Shapes::StringShape.new(name: 'SupportUrl')
@@ -324,6 +337,20 @@ module Aws::ServiceCatalog
324
337
  ConstraintSummary.add_member(:description, Shapes::ShapeRef.new(shape: ConstraintDescription, location_name: "Description"))
325
338
  ConstraintSummary.struct_class = Types::ConstraintSummary
326
339
 
340
+ CopyOptions.member = Shapes::ShapeRef.new(shape: CopyOption)
341
+
342
+ CopyProductInput.add_member(:accept_language, Shapes::ShapeRef.new(shape: AcceptLanguage, location_name: "AcceptLanguage"))
343
+ CopyProductInput.add_member(:source_product_arn, Shapes::ShapeRef.new(shape: ProductArn, required: true, location_name: "SourceProductArn"))
344
+ CopyProductInput.add_member(:target_product_id, Shapes::ShapeRef.new(shape: Id, location_name: "TargetProductId"))
345
+ CopyProductInput.add_member(:target_product_name, Shapes::ShapeRef.new(shape: ProductViewName, location_name: "TargetProductName"))
346
+ CopyProductInput.add_member(:source_provisioning_artifact_identifiers, Shapes::ShapeRef.new(shape: SourceProvisioningArtifactProperties, location_name: "SourceProvisioningArtifactIdentifiers"))
347
+ CopyProductInput.add_member(:copy_options, Shapes::ShapeRef.new(shape: CopyOptions, location_name: "CopyOptions"))
348
+ CopyProductInput.add_member(:idempotency_token, Shapes::ShapeRef.new(shape: IdempotencyToken, required: true, location_name: "IdempotencyToken", metadata: {"idempotencyToken"=>true}))
349
+ CopyProductInput.struct_class = Types::CopyProductInput
350
+
351
+ CopyProductOutput.add_member(:copy_product_token, Shapes::ShapeRef.new(shape: Id, location_name: "CopyProductToken"))
352
+ CopyProductOutput.struct_class = Types::CopyProductOutput
353
+
327
354
  CreateConstraintInput.add_member(:accept_language, Shapes::ShapeRef.new(shape: AcceptLanguage, location_name: "AcceptLanguage"))
328
355
  CreateConstraintInput.add_member(:portfolio_id, Shapes::ShapeRef.new(shape: Id, required: true, location_name: "PortfolioId"))
329
356
  CreateConstraintInput.add_member(:product_id, Shapes::ShapeRef.new(shape: Id, required: true, location_name: "ProductId"))
@@ -435,6 +462,15 @@ module Aws::ServiceCatalog
435
462
  DescribeConstraintOutput.add_member(:status, Shapes::ShapeRef.new(shape: Status, location_name: "Status"))
436
463
  DescribeConstraintOutput.struct_class = Types::DescribeConstraintOutput
437
464
 
465
+ DescribeCopyProductStatusInput.add_member(:accept_language, Shapes::ShapeRef.new(shape: AcceptLanguage, location_name: "AcceptLanguage"))
466
+ DescribeCopyProductStatusInput.add_member(:copy_product_token, Shapes::ShapeRef.new(shape: Id, required: true, location_name: "CopyProductToken"))
467
+ DescribeCopyProductStatusInput.struct_class = Types::DescribeCopyProductStatusInput
468
+
469
+ DescribeCopyProductStatusOutput.add_member(:copy_product_status, Shapes::ShapeRef.new(shape: CopyProductStatus, location_name: "CopyProductStatus"))
470
+ DescribeCopyProductStatusOutput.add_member(:target_product_id, Shapes::ShapeRef.new(shape: Id, location_name: "TargetProductId"))
471
+ DescribeCopyProductStatusOutput.add_member(:status_detail, Shapes::ShapeRef.new(shape: StatusDetail, location_name: "StatusDetail"))
472
+ DescribeCopyProductStatusOutput.struct_class = Types::DescribeCopyProductStatusOutput
473
+
438
474
  DescribePortfolioInput.add_member(:accept_language, Shapes::ShapeRef.new(shape: AcceptLanguage, location_name: "AcceptLanguage"))
439
475
  DescribePortfolioInput.add_member(:id, Shapes::ShapeRef.new(shape: Id, required: true, location_name: "Id"))
440
476
  DescribePortfolioInput.struct_class = Types::DescribePortfolioInput
@@ -883,6 +919,11 @@ module Aws::ServiceCatalog
883
919
  SearchProductsOutput.add_member(:next_page_token, Shapes::ShapeRef.new(shape: PageToken, location_name: "NextPageToken"))
884
920
  SearchProductsOutput.struct_class = Types::SearchProductsOutput
885
921
 
922
+ SourceProvisioningArtifactProperties.member = Shapes::ShapeRef.new(shape: SourceProvisioningArtifactPropertiesMap)
923
+
924
+ SourceProvisioningArtifactPropertiesMap.key = Shapes::ShapeRef.new(shape: ProvisioningArtifactPropertyName)
925
+ SourceProvisioningArtifactPropertiesMap.value = Shapes::ShapeRef.new(shape: ProvisioningArtifactPropertyValue)
926
+
886
927
  Tag.add_member(:key, Shapes::ShapeRef.new(shape: TagKey, required: true, location_name: "Key"))
887
928
  Tag.add_member(:value, Shapes::ShapeRef.new(shape: TagValue, required: true, location_name: "Value"))
888
929
  Tag.struct_class = Types::Tag
@@ -1065,6 +1106,16 @@ module Aws::ServiceCatalog
1065
1106
  o.errors << Shapes::ShapeRef.new(shape: InvalidStateException)
1066
1107
  end)
1067
1108
 
1109
+ api.add_operation(:copy_product, Seahorse::Model::Operation.new.tap do |o|
1110
+ o.name = "CopyProduct"
1111
+ o.http_method = "POST"
1112
+ o.http_request_uri = "/"
1113
+ o.input = Shapes::ShapeRef.new(shape: CopyProductInput)
1114
+ o.output = Shapes::ShapeRef.new(shape: CopyProductOutput)
1115
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1116
+ o.errors << Shapes::ShapeRef.new(shape: InvalidParametersException)
1117
+ end)
1118
+
1068
1119
  api.add_operation(:create_constraint, Seahorse::Model::Operation.new.tap do |o|
1069
1120
  o.name = "CreateConstraint"
1070
1121
  o.http_method = "POST"
@@ -1195,6 +1246,15 @@ module Aws::ServiceCatalog
1195
1246
  o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1196
1247
  end)
1197
1248
 
1249
+ api.add_operation(:describe_copy_product_status, Seahorse::Model::Operation.new.tap do |o|
1250
+ o.name = "DescribeCopyProductStatus"
1251
+ o.http_method = "POST"
1252
+ o.http_request_uri = "/"
1253
+ o.input = Shapes::ShapeRef.new(shape: DescribeCopyProductStatusInput)
1254
+ o.output = Shapes::ShapeRef.new(shape: DescribeCopyProductStatusOutput)
1255
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1256
+ end)
1257
+
1198
1258
  api.add_operation(:describe_portfolio, Seahorse::Model::Operation.new.tap do |o|
1199
1259
  o.name = "DescribePortfolio"
1200
1260
  o.http_method = "POST"
@@ -1318,6 +1378,12 @@ module Aws::ServiceCatalog
1318
1378
  o.input = Shapes::ShapeRef.new(shape: ListAcceptedPortfolioSharesInput)
1319
1379
  o.output = Shapes::ShapeRef.new(shape: ListAcceptedPortfolioSharesOutput)
1320
1380
  o.errors << Shapes::ShapeRef.new(shape: InvalidParametersException)
1381
+ o[:pager] = Aws::Pager.new(
1382
+ limit_key: "page_size",
1383
+ tokens: {
1384
+ "next_page_token" => "page_token"
1385
+ }
1386
+ )
1321
1387
  end)
1322
1388
 
1323
1389
  api.add_operation(:list_constraints_for_portfolio, Seahorse::Model::Operation.new.tap do |o|
@@ -1328,6 +1394,12 @@ module Aws::ServiceCatalog
1328
1394
  o.output = Shapes::ShapeRef.new(shape: ListConstraintsForPortfolioOutput)
1329
1395
  o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1330
1396
  o.errors << Shapes::ShapeRef.new(shape: InvalidParametersException)
1397
+ o[:pager] = Aws::Pager.new(
1398
+ limit_key: "page_size",
1399
+ tokens: {
1400
+ "next_page_token" => "page_token"
1401
+ }
1402
+ )
1331
1403
  end)
1332
1404
 
1333
1405
  api.add_operation(:list_launch_paths, Seahorse::Model::Operation.new.tap do |o|
@@ -1338,6 +1410,12 @@ module Aws::ServiceCatalog
1338
1410
  o.output = Shapes::ShapeRef.new(shape: ListLaunchPathsOutput)
1339
1411
  o.errors << Shapes::ShapeRef.new(shape: InvalidParametersException)
1340
1412
  o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1413
+ o[:pager] = Aws::Pager.new(
1414
+ limit_key: "page_size",
1415
+ tokens: {
1416
+ "next_page_token" => "page_token"
1417
+ }
1418
+ )
1341
1419
  end)
1342
1420
 
1343
1421
  api.add_operation(:list_portfolio_access, Seahorse::Model::Operation.new.tap do |o|
@@ -1356,6 +1434,12 @@ module Aws::ServiceCatalog
1356
1434
  o.input = Shapes::ShapeRef.new(shape: ListPortfoliosInput)
1357
1435
  o.output = Shapes::ShapeRef.new(shape: ListPortfoliosOutput)
1358
1436
  o.errors << Shapes::ShapeRef.new(shape: InvalidParametersException)
1437
+ o[:pager] = Aws::Pager.new(
1438
+ limit_key: "page_size",
1439
+ tokens: {
1440
+ "next_page_token" => "page_token"
1441
+ }
1442
+ )
1359
1443
  end)
1360
1444
 
1361
1445
  api.add_operation(:list_portfolios_for_product, Seahorse::Model::Operation.new.tap do |o|
@@ -1366,6 +1450,12 @@ module Aws::ServiceCatalog
1366
1450
  o.output = Shapes::ShapeRef.new(shape: ListPortfoliosForProductOutput)
1367
1451
  o.errors << Shapes::ShapeRef.new(shape: InvalidParametersException)
1368
1452
  o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1453
+ o[:pager] = Aws::Pager.new(
1454
+ limit_key: "page_size",
1455
+ tokens: {
1456
+ "next_page_token" => "page_token"
1457
+ }
1458
+ )
1369
1459
  end)
1370
1460
 
1371
1461
  api.add_operation(:list_principals_for_portfolio, Seahorse::Model::Operation.new.tap do |o|
@@ -1376,6 +1466,12 @@ module Aws::ServiceCatalog
1376
1466
  o.output = Shapes::ShapeRef.new(shape: ListPrincipalsForPortfolioOutput)
1377
1467
  o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1378
1468
  o.errors << Shapes::ShapeRef.new(shape: InvalidParametersException)
1469
+ o[:pager] = Aws::Pager.new(
1470
+ limit_key: "page_size",
1471
+ tokens: {
1472
+ "next_page_token" => "page_token"
1473
+ }
1474
+ )
1379
1475
  end)
1380
1476
 
1381
1477
  api.add_operation(:list_provisioning_artifacts, Seahorse::Model::Operation.new.tap do |o|
@@ -1466,6 +1562,12 @@ module Aws::ServiceCatalog
1466
1562
  o.input = Shapes::ShapeRef.new(shape: SearchProductsInput)
1467
1563
  o.output = Shapes::ShapeRef.new(shape: SearchProductsOutput)
1468
1564
  o.errors << Shapes::ShapeRef.new(shape: InvalidParametersException)
1565
+ o[:pager] = Aws::Pager.new(
1566
+ limit_key: "page_size",
1567
+ tokens: {
1568
+ "next_page_token" => "page_token"
1569
+ }
1570
+ )
1469
1571
  end)
1470
1572
 
1471
1573
  api.add_operation(:search_products_as_admin, Seahorse::Model::Operation.new.tap do |o|
@@ -1476,6 +1578,12 @@ module Aws::ServiceCatalog
1476
1578
  o.output = Shapes::ShapeRef.new(shape: SearchProductsAsAdminOutput)
1477
1579
  o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1478
1580
  o.errors << Shapes::ShapeRef.new(shape: InvalidParametersException)
1581
+ o[:pager] = Aws::Pager.new(
1582
+ limit_key: "page_size",
1583
+ tokens: {
1584
+ "next_page_token" => "page_token"
1585
+ }
1586
+ )
1479
1587
  end)
1480
1588
 
1481
1589
  api.add_operation(:terminate_provisioned_product, Seahorse::Model::Operation.new.tap do |o|
@@ -17,16 +17,13 @@ module Aws::ServiceCatalog
17
17
  # }
18
18
  #
19
19
  # @!attribute [rw] accept_language
20
- # The language code to use for this operation. Supported language
21
- # codes are as follows:
20
+ # The language code.
22
21
  #
23
- # "en" (English)
22
+ # * `en` - English (default)
24
23
  #
25
- # "jp" (Japanese)
24
+ # * `jp` - Japanese
26
25
  #
27
- # "zh" (Chinese)
28
- #
29
- # If no code is specified, "en" is used as the default.
26
+ # * `zh` - Chinese
30
27
  # @return [String]
31
28
  #
32
29
  # @!attribute [rw] portfolio_id
@@ -90,16 +87,13 @@ module Aws::ServiceCatalog
90
87
  # }
91
88
  #
92
89
  # @!attribute [rw] accept_language
93
- # The language code to use for this operation. Supported language
94
- # codes are as follows:
95
- #
96
- # "en" (English)
90
+ # The language code.
97
91
  #
98
- # "jp" (Japanese)
92
+ # * `en` - English (default)
99
93
  #
100
- # "zh" (Chinese)
94
+ # * `jp` - Japanese
101
95
  #
102
- # If no code is specified, "en" is used as the default.
96
+ # * `zh` - Chinese
103
97
  # @return [String]
104
98
  #
105
99
  # @!attribute [rw] portfolio_id
@@ -139,16 +133,13 @@ module Aws::ServiceCatalog
139
133
  # }
140
134
  #
141
135
  # @!attribute [rw] accept_language
142
- # The language code to use for this operation. Supported language
143
- # codes are as follows:
136
+ # The language code.
144
137
  #
145
- # "en" (English)
138
+ # * `en` - English (default)
146
139
  #
147
- # "jp" (Japanese)
140
+ # * `jp` - Japanese
148
141
  #
149
- # "zh" (Chinese)
150
- #
151
- # If no code is specified, "en" is used as the default.
142
+ # * `zh` - Chinese
152
143
  # @return [String]
153
144
  #
154
145
  # @!attribute [rw] product_id
@@ -252,6 +243,90 @@ module Aws::ServiceCatalog
252
243
  include Aws::Structure
253
244
  end
254
245
 
246
+ # @note When making an API call, you may pass CopyProductInput
247
+ # data as a hash:
248
+ #
249
+ # {
250
+ # accept_language: "AcceptLanguage",
251
+ # source_product_arn: "ProductArn", # required
252
+ # target_product_id: "Id",
253
+ # target_product_name: "ProductViewName",
254
+ # source_provisioning_artifact_identifiers: [
255
+ # {
256
+ # "Id" => "ProvisioningArtifactPropertyValue",
257
+ # },
258
+ # ],
259
+ # copy_options: ["CopyTags"], # accepts CopyTags
260
+ # idempotency_token: "IdempotencyToken", # required
261
+ # }
262
+ #
263
+ # @!attribute [rw] accept_language
264
+ # The language code.
265
+ #
266
+ # * `en` - English (default)
267
+ #
268
+ # * `jp` - Japanese
269
+ #
270
+ # * `zh` - Chinese
271
+ # @return [String]
272
+ #
273
+ # @!attribute [rw] source_product_arn
274
+ # The Amazon Resource Name (ARN) of the source product.
275
+ # @return [String]
276
+ #
277
+ # @!attribute [rw] target_product_id
278
+ # The ID of the target product. By default, a new product is created.
279
+ # @return [String]
280
+ #
281
+ # @!attribute [rw] target_product_name
282
+ # A name for the target product. The default is the name of the source
283
+ # product.
284
+ # @return [String]
285
+ #
286
+ # @!attribute [rw] source_provisioning_artifact_identifiers
287
+ # The IDs of the product versions to copy. By default, all
288
+ # provisioning artifacts are copied.
289
+ # @return [Array<Hash<String,String>>]
290
+ #
291
+ # @!attribute [rw] copy_options
292
+ # The copy options. If the value is `CopyTags`, the tags from the
293
+ # source product are copied to the target product.
294
+ # @return [Array<String>]
295
+ #
296
+ # @!attribute [rw] idempotency_token
297
+ # A token to disambiguate duplicate requests. You can use the same
298
+ # input in multiple requests, provided that you also specify a
299
+ # different idempotency token for each request.
300
+ #
301
+ # **A suitable default value is auto-generated.** You should normally
302
+ # not need to pass this option.
303
+ # @return [String]
304
+ #
305
+ # @see http://docs.aws.amazon.com/goto/WebAPI/servicecatalog-2015-12-10/CopyProductInput AWS API Documentation
306
+ #
307
+ class CopyProductInput < Struct.new(
308
+ :accept_language,
309
+ :source_product_arn,
310
+ :target_product_id,
311
+ :target_product_name,
312
+ :source_provisioning_artifact_identifiers,
313
+ :copy_options,
314
+ :idempotency_token)
315
+ include Aws::Structure
316
+ end
317
+
318
+ # @!attribute [rw] copy_product_token
319
+ # A unique token to pass to `DescribeCopyProductStatus` to track the
320
+ # progress of the operation.
321
+ # @return [String]
322
+ #
323
+ # @see http://docs.aws.amazon.com/goto/WebAPI/servicecatalog-2015-12-10/CopyProductOutput AWS API Documentation
324
+ #
325
+ class CopyProductOutput < Struct.new(
326
+ :copy_product_token)
327
+ include Aws::Structure
328
+ end
329
+
255
330
  # @note When making an API call, you may pass CreateConstraintInput
256
331
  # data as a hash:
257
332
  #
@@ -266,16 +341,13 @@ module Aws::ServiceCatalog
266
341
  # }
267
342
  #
268
343
  # @!attribute [rw] accept_language
269
- # The language code to use for this operation. Supported language
270
- # codes are as follows:
344
+ # The language code.
271
345
  #
272
- # "en" (English)
346
+ # * `en` - English (default)
273
347
  #
274
- # "jp" (Japanese)
348
+ # * `jp` - Japanese
275
349
  #
276
- # "zh" (Chinese)
277
- #
278
- # If no code is specified, "en" is used as the default.
350
+ # * `zh` - Chinese
279
351
  # @return [String]
280
352
  #
281
353
  # @!attribute [rw] portfolio_id
@@ -288,7 +360,8 @@ module Aws::ServiceCatalog
288
360
  #
289
361
  # @!attribute [rw] parameters
290
362
  # The constraint parameters. Expected values vary depending on which
291
- # **Type** is specified. For examples, see the bottom of this topic.
363
+ # **Type** is specified. For more information, see the Examples
364
+ # section.
292
365
  #
293
366
  # For Type `LAUNCH`, the `RoleArn` property is required.
294
367
  #
@@ -308,9 +381,9 @@ module Aws::ServiceCatalog
308
381
  # @return [String]
309
382
  #
310
383
  # @!attribute [rw] idempotency_token
311
- # A token to disambiguate duplicate requests. You can create multiple
312
- # resources using the same input in multiple requests, provided that
313
- # you also specify a different idempotency token for each request.
384
+ # A token to disambiguate duplicate requests. You can use the same
385
+ # input in multiple requests, provided that you also specify a
386
+ # different idempotency token for each request.
314
387
  #
315
388
  # **A suitable default value is auto-generated.** You should normally
316
389
  # not need to pass this option.
@@ -368,16 +441,13 @@ module Aws::ServiceCatalog
368
441
  # }
369
442
  #
370
443
  # @!attribute [rw] accept_language
371
- # The language code to use for this operation. Supported language
372
- # codes are as follows:
373
- #
374
- # "en" (English)
444
+ # The language code.
375
445
  #
376
- # "jp" (Japanese)
446
+ # * `en` - English (default)
377
447
  #
378
- # "zh" (Chinese)
448
+ # * `jp` - Japanese
379
449
  #
380
- # If no code is specified, "en" is used as the default.
450
+ # * `zh` - Chinese
381
451
  # @return [String]
382
452
  #
383
453
  # @!attribute [rw] display_name
@@ -397,9 +467,9 @@ module Aws::ServiceCatalog
397
467
  # @return [Array<Types::Tag>]
398
468
  #
399
469
  # @!attribute [rw] idempotency_token
400
- # A token to disambiguate duplicate requests. You can create multiple
401
- # resources using the same input in multiple requests, provided that
402
- # you also specify a different idempotency token for each request.
470
+ # A token to disambiguate duplicate requests. You can use the same
471
+ # input in multiple requests, provided that you also specify a
472
+ # different idempotency token for each request.
403
473
  #
404
474
  # **A suitable default value is auto-generated.** You should normally
405
475
  # not need to pass this option.
@@ -443,16 +513,13 @@ module Aws::ServiceCatalog
443
513
  # }
444
514
  #
445
515
  # @!attribute [rw] accept_language
446
- # The language code to use for this operation. Supported language
447
- # codes are as follows:
516
+ # The language code.
448
517
  #
449
- # "en" (English)
518
+ # * `en` - English (default)
450
519
  #
451
- # "jp" (Japanese)
520
+ # * `jp` - Japanese
452
521
  #
453
- # "zh" (Chinese)
454
- #
455
- # If no code is specified, "en" is used as the default.
522
+ # * `zh` - Chinese
456
523
  # @return [String]
457
524
  #
458
525
  # @!attribute [rw] portfolio_id
@@ -507,16 +574,13 @@ module Aws::ServiceCatalog
507
574
  # }
508
575
  #
509
576
  # @!attribute [rw] accept_language
510
- # The language code to use for this operation. Supported language
511
- # codes are as follows:
512
- #
513
- # "en" (English)
577
+ # The language code.
514
578
  #
515
- # "jp" (Japanese)
579
+ # * `en` - English (default)
516
580
  #
517
- # "zh" (Chinese)
581
+ # * `jp` - Japanese
518
582
  #
519
- # If no code is specified, "en" is used as the default.
583
+ # * `zh` - Chinese
520
584
  # @return [String]
521
585
  #
522
586
  # @!attribute [rw] name
@@ -560,9 +624,9 @@ module Aws::ServiceCatalog
560
624
  # @return [Types::ProvisioningArtifactProperties]
561
625
  #
562
626
  # @!attribute [rw] idempotency_token
563
- # A token to disambiguate duplicate requests. You can create multiple
564
- # resources using the same input in multiple requests, provided that
565
- # you also specify a different idempotency token for each request.
627
+ # A token to disambiguate duplicate requests. You can use the same
628
+ # input in multiple requests, provided that you also specify a
629
+ # different idempotency token for each request.
566
630
  #
567
631
  # **A suitable default value is auto-generated.** You should normally
568
632
  # not need to pass this option.
@@ -625,16 +689,13 @@ module Aws::ServiceCatalog
625
689
  # }
626
690
  #
627
691
  # @!attribute [rw] accept_language
628
- # The language code to use for this operation. Supported language
629
- # codes are as follows:
630
- #
631
- # "en" (English)
692
+ # The language code.
632
693
  #
633
- # "jp" (Japanese)
694
+ # * `en` - English (default)
634
695
  #
635
- # "zh" (Chinese)
696
+ # * `jp` - Japanese
636
697
  #
637
- # If no code is specified, "en" is used as the default.
698
+ # * `zh` - Chinese
638
699
  # @return [String]
639
700
  #
640
701
  # @!attribute [rw] product_id
@@ -646,9 +707,9 @@ module Aws::ServiceCatalog
646
707
  # @return [Types::ProvisioningArtifactProperties]
647
708
  #
648
709
  # @!attribute [rw] idempotency_token
649
- # A token to disambiguate duplicate requests. You can create multiple
650
- # resources using the same input in multiple requests, provided that
651
- # you also specify a different idempotency token for each request.
710
+ # A token to disambiguate duplicate requests. You can use the same
711
+ # input in multiple requests, provided that you also specify a
712
+ # different idempotency token for each request.
652
713
  #
653
714
  # **A suitable default value is auto-generated.** You should normally
654
715
  # not need to pass this option.
@@ -730,16 +791,13 @@ module Aws::ServiceCatalog
730
791
  # }
731
792
  #
732
793
  # @!attribute [rw] accept_language
733
- # The language code to use for this operation. Supported language
734
- # codes are as follows:
794
+ # The language code.
735
795
  #
736
- # "en" (English)
796
+ # * `en` - English (default)
737
797
  #
738
- # "jp" (Japanese)
798
+ # * `jp` - Japanese
739
799
  #
740
- # "zh" (Chinese)
741
- #
742
- # If no code is specified, "en" is used as the default.
800
+ # * `zh` - Chinese
743
801
  # @return [String]
744
802
  #
745
803
  # @!attribute [rw] id
@@ -767,16 +825,13 @@ module Aws::ServiceCatalog
767
825
  # }
768
826
  #
769
827
  # @!attribute [rw] accept_language
770
- # The language code to use for this operation. Supported language
771
- # codes are as follows:
772
- #
773
- # "en" (English)
828
+ # The language code.
774
829
  #
775
- # "jp" (Japanese)
830
+ # * `en` - English (default)
776
831
  #
777
- # "zh" (Chinese)
832
+ # * `jp` - Japanese
778
833
  #
779
- # If no code is specified, "en" is used as the default.
834
+ # * `zh` - Chinese
780
835
  # @return [String]
781
836
  #
782
837
  # @!attribute [rw] id
@@ -805,16 +860,13 @@ module Aws::ServiceCatalog
805
860
  # }
806
861
  #
807
862
  # @!attribute [rw] accept_language
808
- # The language code to use for this operation. Supported language
809
- # codes are as follows:
863
+ # The language code.
810
864
  #
811
- # "en" (English)
865
+ # * `en` - English (default)
812
866
  #
813
- # "jp" (Japanese)
867
+ # * `jp` - Japanese
814
868
  #
815
- # "zh" (Chinese)
816
- #
817
- # If no code is specified, "en" is used as the default.
869
+ # * `zh` - Chinese
818
870
  # @return [String]
819
871
  #
820
872
  # @!attribute [rw] portfolio_id
@@ -847,16 +899,13 @@ module Aws::ServiceCatalog
847
899
  # }
848
900
  #
849
901
  # @!attribute [rw] accept_language
850
- # The language code to use for this operation. Supported language
851
- # codes are as follows:
852
- #
853
- # "en" (English)
902
+ # The language code.
854
903
  #
855
- # "jp" (Japanese)
904
+ # * `en` - English (default)
856
905
  #
857
- # "zh" (Chinese)
906
+ # * `jp` - Japanese
858
907
  #
859
- # If no code is specified, "en" is used as the default.
908
+ # * `zh` - Chinese
860
909
  # @return [String]
861
910
  #
862
911
  # @!attribute [rw] id
@@ -885,16 +934,13 @@ module Aws::ServiceCatalog
885
934
  # }
886
935
  #
887
936
  # @!attribute [rw] accept_language
888
- # The language code to use for this operation. Supported language
889
- # codes are as follows:
937
+ # The language code.
890
938
  #
891
- # "en" (English)
939
+ # * `en` - English (default)
892
940
  #
893
- # "jp" (Japanese)
941
+ # * `jp` - Japanese
894
942
  #
895
- # "zh" (Chinese)
896
- #
897
- # If no code is specified, "en" is used as the default.
943
+ # * `zh` - Chinese
898
944
  # @return [String]
899
945
  #
900
946
  # @!attribute [rw] product_id
@@ -928,16 +974,13 @@ module Aws::ServiceCatalog
928
974
  # }
929
975
  #
930
976
  # @!attribute [rw] accept_language
931
- # The language code to use for this operation. Supported language
932
- # codes are as follows:
933
- #
934
- # "en" (English)
977
+ # The language code.
935
978
  #
936
- # "jp" (Japanese)
979
+ # * `en` - English (default)
937
980
  #
938
- # "zh" (Chinese)
981
+ # * `jp` - Japanese
939
982
  #
940
- # If no code is specified, "en" is used as the default.
983
+ # * `zh` - Chinese
941
984
  # @return [String]
942
985
  #
943
986
  # @!attribute [rw] id
@@ -973,6 +1016,58 @@ module Aws::ServiceCatalog
973
1016
  include Aws::Structure
974
1017
  end
975
1018
 
1019
+ # @note When making an API call, you may pass DescribeCopyProductStatusInput
1020
+ # data as a hash:
1021
+ #
1022
+ # {
1023
+ # accept_language: "AcceptLanguage",
1024
+ # copy_product_token: "Id", # required
1025
+ # }
1026
+ #
1027
+ # @!attribute [rw] accept_language
1028
+ # The language code.
1029
+ #
1030
+ # * `en` - English (default)
1031
+ #
1032
+ # * `jp` - Japanese
1033
+ #
1034
+ # * `zh` - Chinese
1035
+ # @return [String]
1036
+ #
1037
+ # @!attribute [rw] copy_product_token
1038
+ # The token returned from the call to `CopyProduct` that initiated the
1039
+ # operation.
1040
+ # @return [String]
1041
+ #
1042
+ # @see http://docs.aws.amazon.com/goto/WebAPI/servicecatalog-2015-12-10/DescribeCopyProductStatusInput AWS API Documentation
1043
+ #
1044
+ class DescribeCopyProductStatusInput < Struct.new(
1045
+ :accept_language,
1046
+ :copy_product_token)
1047
+ include Aws::Structure
1048
+ end
1049
+
1050
+ # @!attribute [rw] copy_product_status
1051
+ # The status of the copy product operation.
1052
+ # @return [String]
1053
+ #
1054
+ # @!attribute [rw] target_product_id
1055
+ # The ID of the copied product.
1056
+ # @return [String]
1057
+ #
1058
+ # @!attribute [rw] status_detail
1059
+ # The status message.
1060
+ # @return [String]
1061
+ #
1062
+ # @see http://docs.aws.amazon.com/goto/WebAPI/servicecatalog-2015-12-10/DescribeCopyProductStatusOutput AWS API Documentation
1063
+ #
1064
+ class DescribeCopyProductStatusOutput < Struct.new(
1065
+ :copy_product_status,
1066
+ :target_product_id,
1067
+ :status_detail)
1068
+ include Aws::Structure
1069
+ end
1070
+
976
1071
  # @note When making an API call, you may pass DescribePortfolioInput
977
1072
  # data as a hash:
978
1073
  #
@@ -982,16 +1077,13 @@ module Aws::ServiceCatalog
982
1077
  # }
983
1078
  #
984
1079
  # @!attribute [rw] accept_language
985
- # The language code to use for this operation. Supported language
986
- # codes are as follows:
987
- #
988
- # "en" (English)
1080
+ # The language code.
989
1081
  #
990
- # "jp" (Japanese)
1082
+ # * `en` - English (default)
991
1083
  #
992
- # "zh" (Chinese)
1084
+ # * `jp` - Japanese
993
1085
  #
994
- # If no code is specified, "en" is used as the default.
1086
+ # * `zh` - Chinese
995
1087
  # @return [String]
996
1088
  #
997
1089
  # @!attribute [rw] id
@@ -1036,16 +1128,13 @@ module Aws::ServiceCatalog
1036
1128
  # }
1037
1129
  #
1038
1130
  # @!attribute [rw] accept_language
1039
- # The language code to use for this operation. Supported language
1040
- # codes are as follows:
1131
+ # The language code.
1041
1132
  #
1042
- # "en" (English)
1133
+ # * `en` - English (default)
1043
1134
  #
1044
- # "jp" (Japanese)
1135
+ # * `jp` - Japanese
1045
1136
  #
1046
- # "zh" (Chinese)
1047
- #
1048
- # If no code is specified, "en" is used as the default.
1137
+ # * `zh` - Chinese
1049
1138
  # @return [String]
1050
1139
  #
1051
1140
  # @!attribute [rw] id
@@ -1095,16 +1184,13 @@ module Aws::ServiceCatalog
1095
1184
  # }
1096
1185
  #
1097
1186
  # @!attribute [rw] accept_language
1098
- # The language code to use for this operation. Supported language
1099
- # codes are as follows:
1100
- #
1101
- # "en" (English)
1187
+ # The language code.
1102
1188
  #
1103
- # "jp" (Japanese)
1189
+ # * `en` - English (default)
1104
1190
  #
1105
- # "zh" (Chinese)
1191
+ # * `jp` - Japanese
1106
1192
  #
1107
- # If no code is specified, "en" is used as the default.
1193
+ # * `zh` - Chinese
1108
1194
  # @return [String]
1109
1195
  #
1110
1196
  # @!attribute [rw] id
@@ -1146,16 +1232,13 @@ module Aws::ServiceCatalog
1146
1232
  # }
1147
1233
  #
1148
1234
  # @!attribute [rw] accept_language
1149
- # The language code to use for this operation. Supported language
1150
- # codes are as follows:
1235
+ # The language code.
1151
1236
  #
1152
- # "en" (English)
1237
+ # * `en` - English (default)
1153
1238
  #
1154
- # "jp" (Japanese)
1239
+ # * `jp` - Japanese
1155
1240
  #
1156
- # "zh" (Chinese)
1157
- #
1158
- # If no code is specified, "en" is used as the default.
1241
+ # * `zh` - Chinese
1159
1242
  # @return [String]
1160
1243
  #
1161
1244
  # @!attribute [rw] id
@@ -1197,16 +1280,13 @@ module Aws::ServiceCatalog
1197
1280
  # }
1198
1281
  #
1199
1282
  # @!attribute [rw] accept_language
1200
- # The language code to use for this operation. Supported language
1201
- # codes are as follows:
1202
- #
1203
- # "en" (English)
1283
+ # The language code.
1204
1284
  #
1205
- # "jp" (Japanese)
1285
+ # * `en` - English (default)
1206
1286
  #
1207
- # "zh" (Chinese)
1287
+ # * `jp` - Japanese
1208
1288
  #
1209
- # If no code is specified, "en" is used as the default.
1289
+ # * `zh` - Chinese
1210
1290
  # @return [String]
1211
1291
  #
1212
1292
  # @!attribute [rw] id
@@ -1243,16 +1323,13 @@ module Aws::ServiceCatalog
1243
1323
  # }
1244
1324
  #
1245
1325
  # @!attribute [rw] accept_language
1246
- # The language code to use for this operation. Supported language
1247
- # codes are as follows:
1326
+ # The language code.
1248
1327
  #
1249
- # "en" (English)
1328
+ # * `en` - English (default)
1250
1329
  #
1251
- # "jp" (Japanese)
1330
+ # * `jp` - Japanese
1252
1331
  #
1253
- # "zh" (Chinese)
1254
- #
1255
- # If no code is specified, "en" is used as the default.
1332
+ # * `zh` - Chinese
1256
1333
  # @return [String]
1257
1334
  #
1258
1335
  # @!attribute [rw] provisioning_artifact_id
@@ -1310,16 +1387,13 @@ module Aws::ServiceCatalog
1310
1387
  # }
1311
1388
  #
1312
1389
  # @!attribute [rw] accept_language
1313
- # The language code to use for this operation. Supported language
1314
- # codes are as follows:
1315
- #
1316
- # "en" (English)
1390
+ # The language code.
1317
1391
  #
1318
- # "jp" (Japanese)
1392
+ # * `en` - English (default)
1319
1393
  #
1320
- # "zh" (Chinese)
1394
+ # * `jp` - Japanese
1321
1395
  #
1322
- # If no code is specified, "en" is used as the default.
1396
+ # * `zh` - Chinese
1323
1397
  # @return [String]
1324
1398
  #
1325
1399
  # @!attribute [rw] product_id
@@ -1390,16 +1464,13 @@ module Aws::ServiceCatalog
1390
1464
  # }
1391
1465
  #
1392
1466
  # @!attribute [rw] accept_language
1393
- # The language code to use for this operation. Supported language
1394
- # codes are as follows:
1467
+ # The language code.
1395
1468
  #
1396
- # "en" (English)
1469
+ # * `en` - English (default)
1397
1470
  #
1398
- # "jp" (Japanese)
1471
+ # * `jp` - Japanese
1399
1472
  #
1400
- # "zh" (Chinese)
1401
- #
1402
- # If no code is specified, "en" is used as the default.
1473
+ # * `zh` - Chinese
1403
1474
  # @return [String]
1404
1475
  #
1405
1476
  # @!attribute [rw] id
@@ -1493,16 +1564,13 @@ module Aws::ServiceCatalog
1493
1564
  # }
1494
1565
  #
1495
1566
  # @!attribute [rw] accept_language
1496
- # The language code to use for this operation. Supported language
1497
- # codes are as follows:
1498
- #
1499
- # "en" (English)
1567
+ # The language code.
1500
1568
  #
1501
- # "jp" (Japanese)
1569
+ # * `en` - English (default)
1502
1570
  #
1503
- # "zh" (Chinese)
1571
+ # * `jp` - Japanese
1504
1572
  #
1505
- # If no code is specified, "en" is used as the default.
1573
+ # * `zh` - Chinese
1506
1574
  # @return [String]
1507
1575
  #
1508
1576
  # @!attribute [rw] portfolio_id
@@ -1536,16 +1604,13 @@ module Aws::ServiceCatalog
1536
1604
  # }
1537
1605
  #
1538
1606
  # @!attribute [rw] accept_language
1539
- # The language code to use for this operation. Supported language
1540
- # codes are as follows:
1607
+ # The language code.
1541
1608
  #
1542
- # "en" (English)
1609
+ # * `en` - English (default)
1543
1610
  #
1544
- # "jp" (Japanese)
1611
+ # * `jp` - Japanese
1545
1612
  #
1546
- # "zh" (Chinese)
1547
- #
1548
- # If no code is specified, "en" is used as the default.
1613
+ # * `zh` - Chinese
1549
1614
  # @return [String]
1550
1615
  #
1551
1616
  # @!attribute [rw] product_id
@@ -1637,16 +1702,13 @@ module Aws::ServiceCatalog
1637
1702
  # }
1638
1703
  #
1639
1704
  # @!attribute [rw] accept_language
1640
- # The language code to use for this operation. Supported language
1641
- # codes are as follows:
1642
- #
1643
- # "en" (English)
1705
+ # The language code.
1644
1706
  #
1645
- # "jp" (Japanese)
1707
+ # * `en` - English (default)
1646
1708
  #
1647
- # "zh" (Chinese)
1709
+ # * `jp` - Japanese
1648
1710
  #
1649
- # If no code is specified, "en" is used as the default.
1711
+ # * `zh` - Chinese
1650
1712
  # @return [String]
1651
1713
  #
1652
1714
  # @!attribute [rw] page_token
@@ -1698,16 +1760,13 @@ module Aws::ServiceCatalog
1698
1760
  # }
1699
1761
  #
1700
1762
  # @!attribute [rw] accept_language
1701
- # The language code to use for this operation. Supported language
1702
- # codes are as follows:
1763
+ # The language code.
1703
1764
  #
1704
- # "en" (English)
1765
+ # * `en` - English (default)
1705
1766
  #
1706
- # "jp" (Japanese)
1767
+ # * `jp` - Japanese
1707
1768
  #
1708
- # "zh" (Chinese)
1709
- #
1710
- # If no code is specified, "en" is used as the default.
1769
+ # * `zh` - Chinese
1711
1770
  # @return [String]
1712
1771
  #
1713
1772
  # @!attribute [rw] portfolio_id
@@ -1768,16 +1827,13 @@ module Aws::ServiceCatalog
1768
1827
  # }
1769
1828
  #
1770
1829
  # @!attribute [rw] accept_language
1771
- # The language code to use for this operation. Supported language
1772
- # codes are as follows:
1773
- #
1774
- # "en" (English)
1830
+ # The language code.
1775
1831
  #
1776
- # "jp" (Japanese)
1832
+ # * `en` - English (default)
1777
1833
  #
1778
- # "zh" (Chinese)
1834
+ # * `jp` - Japanese
1779
1835
  #
1780
- # If no code is specified, "en" is used as the default.
1836
+ # * `zh` - Chinese
1781
1837
  # @return [String]
1782
1838
  #
1783
1839
  # @!attribute [rw] product_id
@@ -1833,16 +1889,13 @@ module Aws::ServiceCatalog
1833
1889
  # }
1834
1890
  #
1835
1891
  # @!attribute [rw] accept_language
1836
- # The language code to use for this operation. Supported language
1837
- # codes are as follows:
1892
+ # The language code.
1838
1893
  #
1839
- # "en" (English)
1894
+ # * `en` - English (default)
1840
1895
  #
1841
- # "jp" (Japanese)
1896
+ # * `jp` - Japanese
1842
1897
  #
1843
- # "zh" (Chinese)
1844
- #
1845
- # If no code is specified, "en" is used as the default.
1898
+ # * `zh` - Chinese
1846
1899
  # @return [String]
1847
1900
  #
1848
1901
  # @!attribute [rw] portfolio_id
@@ -1885,16 +1938,13 @@ module Aws::ServiceCatalog
1885
1938
  # }
1886
1939
  #
1887
1940
  # @!attribute [rw] accept_language
1888
- # The language code to use for this operation. Supported language
1889
- # codes are as follows:
1890
- #
1891
- # "en" (English)
1941
+ # The language code.
1892
1942
  #
1893
- # "jp" (Japanese)
1943
+ # * `en` - English (default)
1894
1944
  #
1895
- # "zh" (Chinese)
1945
+ # * `jp` - Japanese
1896
1946
  #
1897
- # If no code is specified, "en" is used as the default.
1947
+ # * `zh` - Chinese
1898
1948
  # @return [String]
1899
1949
  #
1900
1950
  # @!attribute [rw] product_id
@@ -1949,16 +1999,13 @@ module Aws::ServiceCatalog
1949
1999
  # }
1950
2000
  #
1951
2001
  # @!attribute [rw] accept_language
1952
- # The language code to use for this operation. Supported language
1953
- # codes are as follows:
1954
- #
1955
- # "en" (English)
2002
+ # The language code.
1956
2003
  #
1957
- # "jp" (Japanese)
2004
+ # * `en` - English (default)
1958
2005
  #
1959
- # "zh" (Chinese)
2006
+ # * `jp` - Japanese
1960
2007
  #
1961
- # If no code is specified, "en" is used as the default.
2008
+ # * `zh` - Chinese
1962
2009
  # @return [String]
1963
2010
  #
1964
2011
  # @!attribute [rw] page_token
@@ -2009,16 +2056,13 @@ module Aws::ServiceCatalog
2009
2056
  # }
2010
2057
  #
2011
2058
  # @!attribute [rw] accept_language
2012
- # The language code to use for this operation. Supported language
2013
- # codes are as follows:
2059
+ # The language code.
2014
2060
  #
2015
- # "en" (English)
2061
+ # * `en` - English (default)
2016
2062
  #
2017
- # "jp" (Japanese)
2063
+ # * `jp` - Japanese
2018
2064
  #
2019
- # "zh" (Chinese)
2020
- #
2021
- # If no code is specified, "en" is used as the default.
2065
+ # * `zh` - Chinese
2022
2066
  # @return [String]
2023
2067
  #
2024
2068
  # @!attribute [rw] portfolio_id
@@ -2072,16 +2116,13 @@ module Aws::ServiceCatalog
2072
2116
  # }
2073
2117
  #
2074
2118
  # @!attribute [rw] accept_language
2075
- # The language code to use for this operation. Supported language
2076
- # codes are as follows:
2077
- #
2078
- # "en" (English)
2119
+ # The language code.
2079
2120
  #
2080
- # "jp" (Japanese)
2121
+ # * `en` - English (default)
2081
2122
  #
2082
- # "zh" (Chinese)
2123
+ # * `jp` - Japanese
2083
2124
  #
2084
- # If no code is specified, "en" is used as the default.
2125
+ # * `zh` - Chinese
2085
2126
  # @return [String]
2086
2127
  #
2087
2128
  # @!attribute [rw] product_id
@@ -2131,16 +2172,13 @@ module Aws::ServiceCatalog
2131
2172
  # }
2132
2173
  #
2133
2174
  # @!attribute [rw] accept_language
2134
- # The language code to use for this operation. Supported language
2135
- # codes are as follows:
2175
+ # The language code.
2136
2176
  #
2137
- # "en" (English)
2177
+ # * `en` - English (default)
2138
2178
  #
2139
- # "jp" (Japanese)
2179
+ # * `jp` - Japanese
2140
2180
  #
2141
- # "zh" (Chinese)
2142
- #
2143
- # If no code is specified, "en" is used as the default.
2181
+ # * `zh` - Chinese
2144
2182
  # @return [String]
2145
2183
  #
2146
2184
  # @!attribute [rw] access_level_filter
@@ -2582,16 +2620,13 @@ module Aws::ServiceCatalog
2582
2620
  # }
2583
2621
  #
2584
2622
  # @!attribute [rw] accept_language
2585
- # The language code to use for this operation. Supported language
2586
- # codes are as follows:
2587
- #
2588
- # "en" (English)
2623
+ # The language code.
2589
2624
  #
2590
- # "jp" (Japanese)
2625
+ # * `en` - English (default)
2591
2626
  #
2592
- # "zh" (Chinese)
2627
+ # * `jp` - Japanese
2593
2628
  #
2594
- # If no code is specified, "en" is used as the default.
2629
+ # * `zh` - Chinese
2595
2630
  # @return [String]
2596
2631
  #
2597
2632
  # @!attribute [rw] product_id
@@ -2714,9 +2749,9 @@ module Aws::ServiceCatalog
2714
2749
  # @return [Time]
2715
2750
  #
2716
2751
  # @!attribute [rw] idempotency_token
2717
- # A token to disambiguate duplicate requests. You can create multiple
2718
- # resources using the same input in multiple requests, provided that
2719
- # you also specify a different idempotency token for each request.
2752
+ # A token to disambiguate duplicate requests. You can use the same
2753
+ # input in multiple requests, provided that you also specify a
2754
+ # different idempotency token for each request.
2720
2755
  # @return [String]
2721
2756
  #
2722
2757
  # @!attribute [rw] last_record_id
@@ -3120,16 +3155,13 @@ module Aws::ServiceCatalog
3120
3155
  # }
3121
3156
  #
3122
3157
  # @!attribute [rw] accept_language
3123
- # The language code to use for this operation. Supported language
3124
- # codes are as follows:
3158
+ # The language code.
3125
3159
  #
3126
- # "en" (English)
3160
+ # * `en` - English (default)
3127
3161
  #
3128
- # "jp" (Japanese)
3162
+ # * `jp` - Japanese
3129
3163
  #
3130
- # "zh" (Chinese)
3131
- #
3132
- # If no code is specified, "en" is used as the default.
3164
+ # * `zh` - Chinese
3133
3165
  # @return [String]
3134
3166
  #
3135
3167
  # @!attribute [rw] portfolio_id
@@ -3195,16 +3227,13 @@ module Aws::ServiceCatalog
3195
3227
  # }
3196
3228
  #
3197
3229
  # @!attribute [rw] accept_language
3198
- # The language code to use for this operation. Supported language
3199
- # codes are as follows:
3200
- #
3201
- # "en" (English)
3230
+ # The language code.
3202
3231
  #
3203
- # "jp" (Japanese)
3232
+ # * `en` - English (default)
3204
3233
  #
3205
- # "zh" (Chinese)
3234
+ # * `jp` - Japanese
3206
3235
  #
3207
- # If no code is specified, "en" is used as the default.
3236
+ # * `zh` - Chinese
3208
3237
  # @return [String]
3209
3238
  #
3210
3239
  # @!attribute [rw] access_level_filter
@@ -3267,16 +3296,13 @@ module Aws::ServiceCatalog
3267
3296
  # }
3268
3297
  #
3269
3298
  # @!attribute [rw] accept_language
3270
- # The language code to use for this operation. Supported language
3271
- # codes are as follows:
3272
- #
3273
- # "en" (English)
3299
+ # The language code.
3274
3300
  #
3275
- # "jp" (Japanese)
3301
+ # * `en` - English (default)
3276
3302
  #
3277
- # "zh" (Chinese)
3303
+ # * `jp` - Japanese
3278
3304
  #
3279
- # If no code is specified, "en" is used as the default.
3305
+ # * `zh` - Chinese
3280
3306
  # @return [String]
3281
3307
  #
3282
3308
  # @!attribute [rw] portfolio_id
@@ -3360,16 +3386,13 @@ module Aws::ServiceCatalog
3360
3386
  # }
3361
3387
  #
3362
3388
  # @!attribute [rw] accept_language
3363
- # The language code to use for this operation. Supported language
3364
- # codes are as follows:
3389
+ # The language code.
3365
3390
  #
3366
- # "en" (English)
3391
+ # * `en` - English (default)
3367
3392
  #
3368
- # "jp" (Japanese)
3393
+ # * `jp` - Japanese
3369
3394
  #
3370
- # "zh" (Chinese)
3371
- #
3372
- # If no code is specified, "en" is used as the default.
3395
+ # * `zh` - Chinese
3373
3396
  # @return [String]
3374
3397
  #
3375
3398
  # @!attribute [rw] filters
@@ -3549,16 +3572,13 @@ module Aws::ServiceCatalog
3549
3572
  # @return [Boolean]
3550
3573
  #
3551
3574
  # @!attribute [rw] accept_language
3552
- # The language code to use for this operation. Supported language
3553
- # codes are as follows:
3554
- #
3555
- # "en" (English)
3575
+ # The language code.
3556
3576
  #
3557
- # "jp" (Japanese)
3577
+ # * `en` - English (default)
3558
3578
  #
3559
- # "zh" (Chinese)
3579
+ # * `jp` - Japanese
3560
3580
  #
3561
- # If no code is specified, "en" is used as the default.
3581
+ # * `zh` - Chinese
3562
3582
  # @return [String]
3563
3583
  #
3564
3584
  # @see http://docs.aws.amazon.com/goto/WebAPI/servicecatalog-2015-12-10/TerminateProvisionedProductInput AWS API Documentation
@@ -3596,16 +3616,13 @@ module Aws::ServiceCatalog
3596
3616
  # }
3597
3617
  #
3598
3618
  # @!attribute [rw] accept_language
3599
- # The language code to use for this operation. Supported language
3600
- # codes are as follows:
3619
+ # The language code.
3601
3620
  #
3602
- # "en" (English)
3621
+ # * `en` - English (default)
3603
3622
  #
3604
- # "jp" (Japanese)
3623
+ # * `jp` - Japanese
3605
3624
  #
3606
- # "zh" (Chinese)
3607
- #
3608
- # If no code is specified, "en" is used as the default.
3625
+ # * `zh` - Chinese
3609
3626
  # @return [String]
3610
3627
  #
3611
3628
  # @!attribute [rw] id
@@ -3665,16 +3682,13 @@ module Aws::ServiceCatalog
3665
3682
  # }
3666
3683
  #
3667
3684
  # @!attribute [rw] accept_language
3668
- # The language code to use for this operation. Supported language
3669
- # codes are as follows:
3670
- #
3671
- # "en" (English)
3685
+ # The language code.
3672
3686
  #
3673
- # "jp" (Japanese)
3687
+ # * `en` - English (default)
3674
3688
  #
3675
- # "zh" (Chinese)
3689
+ # * `jp` - Japanese
3676
3690
  #
3677
- # If no code is specified, "en" is used as the default.
3691
+ # * `zh` - Chinese
3678
3692
  # @return [String]
3679
3693
  #
3680
3694
  # @!attribute [rw] id
@@ -3755,16 +3769,13 @@ module Aws::ServiceCatalog
3755
3769
  # }
3756
3770
  #
3757
3771
  # @!attribute [rw] accept_language
3758
- # The language code to use for this operation. Supported language
3759
- # codes are as follows:
3772
+ # The language code.
3760
3773
  #
3761
- # "en" (English)
3774
+ # * `en` - English (default)
3762
3775
  #
3763
- # "jp" (Japanese)
3776
+ # * `jp` - Japanese
3764
3777
  #
3765
- # "zh" (Chinese)
3766
- #
3767
- # If no code is specified, "en" is used as the default.
3778
+ # * `zh` - Chinese
3768
3779
  # @return [String]
3769
3780
  #
3770
3781
  # @!attribute [rw] id
@@ -3863,16 +3874,13 @@ module Aws::ServiceCatalog
3863
3874
  # }
3864
3875
  #
3865
3876
  # @!attribute [rw] accept_language
3866
- # The language code to use for this operation. Supported language
3867
- # codes are as follows:
3868
- #
3869
- # "en" (English)
3877
+ # The language code.
3870
3878
  #
3871
- # "jp" (Japanese)
3879
+ # * `en` - English (default)
3872
3880
  #
3873
- # "zh" (Chinese)
3881
+ # * `jp` - Japanese
3874
3882
  #
3875
- # If no code is specified, "en" is used as the default.
3883
+ # * `zh` - Chinese
3876
3884
  # @return [String]
3877
3885
  #
3878
3886
  # @!attribute [rw] provisioned_product_name
@@ -3955,16 +3963,13 @@ module Aws::ServiceCatalog
3955
3963
  # }
3956
3964
  #
3957
3965
  # @!attribute [rw] accept_language
3958
- # The language code to use for this operation. Supported language
3959
- # codes are as follows:
3960
- #
3961
- # "en" (English)
3966
+ # The language code.
3962
3967
  #
3963
- # "jp" (Japanese)
3968
+ # * `en` - English (default)
3964
3969
  #
3965
- # "zh" (Chinese)
3970
+ # * `jp` - Japanese
3966
3971
  #
3967
- # If no code is specified, "en" is used as the default.
3972
+ # * `zh` - Chinese
3968
3973
  # @return [String]
3969
3974
  #
3970
3975
  # @!attribute [rw] product_id