aws-sdk-servicecatalog 1.27.0 → 1.28.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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 8d37190bc3f8352a2ef6541fe4225d09fa3d5d1e
4
- data.tar.gz: ad433ddeab5d68888b4a175d169c173bb2781389
3
+ metadata.gz: 382bfc15df9507095ff93873f48e8aec9b222731
4
+ data.tar.gz: 3ca86de6daff75b69499346afacb58065fb83444
5
5
  SHA512:
6
- metadata.gz: d829322cfffd5847609c4b70564e7abe8ff3317bbccc1a77857d1cdabf0594f96d1f0d7a71d2ba57eb305425e6a59bc6e40082c331e1f95c78013ceb3bca06e2
7
- data.tar.gz: e2b5c58e10fbcf2a49bbe59e361ae8b31de3ad1888b6cc091ef2a47f23c11ff84d44238bcf43e63f2669833c9009c6011b277e15bce8f36b4c770aca795ac179
6
+ metadata.gz: d849b7d3f404be552446a9c4596ecad0af49bb6440f042699727930268d7d8f46a95281c55aeb4c938df2789445dbd8aeedfa69c770a9f86f68fca9e898204d9
7
+ data.tar.gz: 7238a798dd94c7ac4df74fd52bfd7e771709a11ff2c48bcbb40ae41a83208ba1d9cb3f44f1b8150f5eb75cdbf6c1f7b17ca6064c974458f913e485f13bdde281
@@ -42,6 +42,6 @@ require_relative 'aws-sdk-servicecatalog/customizations'
42
42
  # @service
43
43
  module Aws::ServiceCatalog
44
44
 
45
- GEM_VERSION = '1.27.0'
45
+ GEM_VERSION = '1.28.0'
46
46
 
47
47
  end
@@ -1032,6 +1032,7 @@ module Aws::ServiceCatalog
1032
1032
  # resp.provisioning_artifact_detail.type #=> String, one of "CLOUD_FORMATION_TEMPLATE", "MARKETPLACE_AMI", "MARKETPLACE_CAR"
1033
1033
  # resp.provisioning_artifact_detail.created_time #=> Time
1034
1034
  # resp.provisioning_artifact_detail.active #=> Boolean
1035
+ # resp.provisioning_artifact_detail.guidance #=> String, one of "DEFAULT", "DEPRECATED"
1035
1036
  # resp.tags #=> Array
1036
1037
  # resp.tags[0].key #=> String
1037
1038
  # resp.tags[0].value #=> String
@@ -1107,6 +1108,11 @@ module Aws::ServiceCatalog
1107
1108
  # @option params [Array<Types::Tag>] :tags
1108
1109
  # One or more tags.
1109
1110
  #
1111
+ # If the plan is for an existing provisioned product, the product must
1112
+ # have a `RESOURCE_UPDATE` constraint with
1113
+ # `TagUpdatesOnProvisionedProduct` set to `ALLOWED` to allow tag
1114
+ # updates.
1115
+ #
1110
1116
  # @return [Types::CreateProvisionedProductPlanOutput] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
1111
1117
  #
1112
1118
  # * {Types::CreateProvisionedProductPlanOutput#plan_name #plan_name} => String
@@ -1219,6 +1225,7 @@ module Aws::ServiceCatalog
1219
1225
  # resp.provisioning_artifact_detail.type #=> String, one of "CLOUD_FORMATION_TEMPLATE", "MARKETPLACE_AMI", "MARKETPLACE_CAR"
1220
1226
  # resp.provisioning_artifact_detail.created_time #=> Time
1221
1227
  # resp.provisioning_artifact_detail.active #=> Boolean
1228
+ # resp.provisioning_artifact_detail.guidance #=> String, one of "DEFAULT", "DEPRECATED"
1222
1229
  # resp.info #=> Hash
1223
1230
  # resp.info["ProvisioningArtifactInfoKey"] #=> String
1224
1231
  # resp.status #=> String, one of "AVAILABLE", "CREATING", "FAILED"
@@ -1880,6 +1887,7 @@ module Aws::ServiceCatalog
1880
1887
  # resp.provisioning_artifacts[0].name #=> String
1881
1888
  # resp.provisioning_artifacts[0].description #=> String
1882
1889
  # resp.provisioning_artifacts[0].created_time #=> Time
1890
+ # resp.provisioning_artifacts[0].guidance #=> String, one of "DEFAULT", "DEPRECATED"
1883
1891
  # resp.budgets #=> Array
1884
1892
  # resp.budgets[0].budget_name #=> String
1885
1893
  #
@@ -2009,6 +2017,7 @@ module Aws::ServiceCatalog
2009
2017
  # resp.provisioning_artifacts[0].name #=> String
2010
2018
  # resp.provisioning_artifacts[0].description #=> String
2011
2019
  # resp.provisioning_artifacts[0].created_time #=> Time
2020
+ # resp.provisioning_artifacts[0].guidance #=> String, one of "DEFAULT", "DEPRECATED"
2012
2021
  #
2013
2022
  # @see http://docs.aws.amazon.com/goto/WebAPI/servicecatalog-2015-12-10/DescribeProductView AWS API Documentation
2014
2023
  #
@@ -2198,6 +2207,7 @@ module Aws::ServiceCatalog
2198
2207
  # resp.provisioning_artifact_detail.type #=> String, one of "CLOUD_FORMATION_TEMPLATE", "MARKETPLACE_AMI", "MARKETPLACE_CAR"
2199
2208
  # resp.provisioning_artifact_detail.created_time #=> Time
2200
2209
  # resp.provisioning_artifact_detail.active #=> Boolean
2210
+ # resp.provisioning_artifact_detail.guidance #=> String, one of "DEFAULT", "DEPRECATED"
2201
2211
  # resp.info #=> Hash
2202
2212
  # resp.info["ProvisioningArtifactInfoKey"] #=> String
2203
2213
  # resp.status #=> String, one of "AVAILABLE", "CREATING", "FAILED"
@@ -3398,6 +3408,7 @@ module Aws::ServiceCatalog
3398
3408
  # resp.provisioning_artifact_details[0].type #=> String, one of "CLOUD_FORMATION_TEMPLATE", "MARKETPLACE_AMI", "MARKETPLACE_CAR"
3399
3409
  # resp.provisioning_artifact_details[0].created_time #=> Time
3400
3410
  # resp.provisioning_artifact_details[0].active #=> Boolean
3411
+ # resp.provisioning_artifact_details[0].guidance #=> String, one of "DEFAULT", "DEPRECATED"
3401
3412
  # resp.next_page_token #=> String
3402
3413
  #
3403
3414
  # @see http://docs.aws.amazon.com/goto/WebAPI/servicecatalog-2015-12-10/ListProvisioningArtifacts AWS API Documentation
@@ -3463,6 +3474,7 @@ module Aws::ServiceCatalog
3463
3474
  # resp.provisioning_artifact_views[0].provisioning_artifact.name #=> String
3464
3475
  # resp.provisioning_artifact_views[0].provisioning_artifact.description #=> String
3465
3476
  # resp.provisioning_artifact_views[0].provisioning_artifact.created_time #=> Time
3477
+ # resp.provisioning_artifact_views[0].provisioning_artifact.guidance #=> String, one of "DEFAULT", "DEPRECATED"
3466
3478
  # resp.next_page_token #=> String
3467
3479
  #
3468
3480
  # @see http://docs.aws.amazon.com/goto/WebAPI/servicecatalog-2015-12-10/ListProvisioningArtifactsForServiceAction AWS API Documentation
@@ -4893,6 +4905,17 @@ module Aws::ServiceCatalog
4893
4905
  # @option params [Boolean] :active
4894
4906
  # Indicates whether the product version is active.
4895
4907
  #
4908
+ # @option params [String] :guidance
4909
+ # Information set by the administrator to provide guidance to end users
4910
+ # about which provisioning artifacts to use.
4911
+ #
4912
+ # The `DEFAULT` value indicates that the product version is active.
4913
+ #
4914
+ # The administrator can set the guidance to `DEPRECATED` to inform users
4915
+ # that the product version is deprecated. Users are able to make updates
4916
+ # to a provisioned product of a deprecated version but cannot launch new
4917
+ # provisioned products using a deprecated version.
4918
+ #
4896
4919
  # @return [Types::UpdateProvisioningArtifactOutput] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
4897
4920
  #
4898
4921
  # * {Types::UpdateProvisioningArtifactOutput#provisioning_artifact_detail #provisioning_artifact_detail} => Types::ProvisioningArtifactDetail
@@ -4908,6 +4931,7 @@ module Aws::ServiceCatalog
4908
4931
  # name: "ProvisioningArtifactName",
4909
4932
  # description: "ProvisioningArtifactDescription",
4910
4933
  # active: false,
4934
+ # guidance: "DEFAULT", # accepts DEFAULT, DEPRECATED
4911
4935
  # })
4912
4936
  #
4913
4937
  # @example Response structure
@@ -4918,6 +4942,7 @@ module Aws::ServiceCatalog
4918
4942
  # resp.provisioning_artifact_detail.type #=> String, one of "CLOUD_FORMATION_TEMPLATE", "MARKETPLACE_AMI", "MARKETPLACE_CAR"
4919
4943
  # resp.provisioning_artifact_detail.created_time #=> Time
4920
4944
  # resp.provisioning_artifact_detail.active #=> Boolean
4945
+ # resp.provisioning_artifact_detail.guidance #=> String, one of "DEFAULT", "DEPRECATED"
4921
4946
  # resp.info #=> Hash
4922
4947
  # resp.info["ProvisioningArtifactInfoKey"] #=> String
4923
4948
  # resp.status #=> String, one of "AVAILABLE", "CREATING", "FAILED"
@@ -5040,7 +5065,7 @@ module Aws::ServiceCatalog
5040
5065
  params: params,
5041
5066
  config: config)
5042
5067
  context[:gem_name] = 'aws-sdk-servicecatalog'
5043
- context[:gem_version] = '1.27.0'
5068
+ context[:gem_version] = '1.28.0'
5044
5069
  Seahorse::Client::Request.new(handlers, context)
5045
5070
  end
5046
5071
 
@@ -286,6 +286,7 @@ module Aws::ServiceCatalog
286
286
  ProvisioningArtifactDescription = Shapes::StringShape.new(name: 'ProvisioningArtifactDescription')
287
287
  ProvisioningArtifactDetail = Shapes::StructureShape.new(name: 'ProvisioningArtifactDetail')
288
288
  ProvisioningArtifactDetails = Shapes::ListShape.new(name: 'ProvisioningArtifactDetails')
289
+ ProvisioningArtifactGuidance = Shapes::StringShape.new(name: 'ProvisioningArtifactGuidance')
289
290
  ProvisioningArtifactInfo = Shapes::MapShape.new(name: 'ProvisioningArtifactInfo')
290
291
  ProvisioningArtifactInfoKey = Shapes::StringShape.new(name: 'ProvisioningArtifactInfoKey')
291
292
  ProvisioningArtifactInfoValue = Shapes::StringShape.new(name: 'ProvisioningArtifactInfoValue')
@@ -1250,6 +1251,7 @@ module Aws::ServiceCatalog
1250
1251
  ProvisioningArtifact.add_member(:name, Shapes::ShapeRef.new(shape: ProvisioningArtifactName, location_name: "Name"))
1251
1252
  ProvisioningArtifact.add_member(:description, Shapes::ShapeRef.new(shape: ProvisioningArtifactDescription, location_name: "Description"))
1252
1253
  ProvisioningArtifact.add_member(:created_time, Shapes::ShapeRef.new(shape: ProvisioningArtifactCreatedTime, location_name: "CreatedTime"))
1254
+ ProvisioningArtifact.add_member(:guidance, Shapes::ShapeRef.new(shape: ProvisioningArtifactGuidance, location_name: "Guidance"))
1253
1255
  ProvisioningArtifact.struct_class = Types::ProvisioningArtifact
1254
1256
 
1255
1257
  ProvisioningArtifactDetail.add_member(:id, Shapes::ShapeRef.new(shape: Id, location_name: "Id"))
@@ -1258,6 +1260,7 @@ module Aws::ServiceCatalog
1258
1260
  ProvisioningArtifactDetail.add_member(:type, Shapes::ShapeRef.new(shape: ProvisioningArtifactType, location_name: "Type"))
1259
1261
  ProvisioningArtifactDetail.add_member(:created_time, Shapes::ShapeRef.new(shape: CreationTime, location_name: "CreatedTime"))
1260
1262
  ProvisioningArtifactDetail.add_member(:active, Shapes::ShapeRef.new(shape: ProvisioningArtifactActive, location_name: "Active"))
1263
+ ProvisioningArtifactDetail.add_member(:guidance, Shapes::ShapeRef.new(shape: ProvisioningArtifactGuidance, location_name: "Guidance"))
1261
1264
  ProvisioningArtifactDetail.struct_class = Types::ProvisioningArtifactDetail
1262
1265
 
1263
1266
  ProvisioningArtifactDetails.member = Shapes::ShapeRef.new(shape: ProvisioningArtifactDetail)
@@ -1604,6 +1607,7 @@ module Aws::ServiceCatalog
1604
1607
  UpdateProvisioningArtifactInput.add_member(:name, Shapes::ShapeRef.new(shape: ProvisioningArtifactName, location_name: "Name"))
1605
1608
  UpdateProvisioningArtifactInput.add_member(:description, Shapes::ShapeRef.new(shape: ProvisioningArtifactDescription, location_name: "Description"))
1606
1609
  UpdateProvisioningArtifactInput.add_member(:active, Shapes::ShapeRef.new(shape: ProvisioningArtifactActive, location_name: "Active"))
1610
+ UpdateProvisioningArtifactInput.add_member(:guidance, Shapes::ShapeRef.new(shape: ProvisioningArtifactGuidance, location_name: "Guidance"))
1607
1611
  UpdateProvisioningArtifactInput.struct_class = Types::UpdateProvisioningArtifactInput
1608
1612
 
1609
1613
  UpdateProvisioningArtifactOutput.add_member(:provisioning_artifact_detail, Shapes::ShapeRef.new(shape: ProvisioningArtifactDetail, location_name: "ProvisioningArtifactDetail"))
@@ -1069,6 +1069,11 @@ module Aws::ServiceCatalog
1069
1069
  #
1070
1070
  # @!attribute [rw] tags
1071
1071
  # One or more tags.
1072
+ #
1073
+ # If the plan is for an existing provisioned product, the product must
1074
+ # have a `RESOURCE_UPDATE` constraint with
1075
+ # `TagUpdatesOnProvisionedProduct` set to `ALLOWED` to allow tag
1076
+ # updates.
1072
1077
  # @return [Array<Types::Tag>]
1073
1078
  #
1074
1079
  # @see http://docs.aws.amazon.com/goto/WebAPI/servicecatalog-2015-12-10/CreateProvisionedProductPlanInput AWS API Documentation
@@ -4626,13 +4631,19 @@ module Aws::ServiceCatalog
4626
4631
  # The UTC time stamp of the creation time.
4627
4632
  # @return [Time]
4628
4633
  #
4634
+ # @!attribute [rw] guidance
4635
+ # Information set by the administrator to provide guidance to end
4636
+ # users about which provisioning artifacts to use.
4637
+ # @return [String]
4638
+ #
4629
4639
  # @see http://docs.aws.amazon.com/goto/WebAPI/servicecatalog-2015-12-10/ProvisioningArtifact AWS API Documentation
4630
4640
  #
4631
4641
  class ProvisioningArtifact < Struct.new(
4632
4642
  :id,
4633
4643
  :name,
4634
4644
  :description,
4635
- :created_time)
4645
+ :created_time,
4646
+ :guidance)
4636
4647
  include Aws::Structure
4637
4648
  end
4638
4649
 
@@ -4669,6 +4680,11 @@ module Aws::ServiceCatalog
4669
4680
  # Indicates whether the product version is active.
4670
4681
  # @return [Boolean]
4671
4682
  #
4683
+ # @!attribute [rw] guidance
4684
+ # Information set by the administrator to provide guidance to end
4685
+ # users about which provisioning artifacts to use.
4686
+ # @return [String]
4687
+ #
4672
4688
  # @see http://docs.aws.amazon.com/goto/WebAPI/servicecatalog-2015-12-10/ProvisioningArtifactDetail AWS API Documentation
4673
4689
  #
4674
4690
  class ProvisioningArtifactDetail < Struct.new(
@@ -4677,7 +4693,8 @@ module Aws::ServiceCatalog
4677
4693
  :description,
4678
4694
  :type,
4679
4695
  :created_time,
4680
- :active)
4696
+ :active,
4697
+ :guidance)
4681
4698
  include Aws::Structure
4682
4699
  end
4683
4700
 
@@ -6535,6 +6552,7 @@ module Aws::ServiceCatalog
6535
6552
  # name: "ProvisioningArtifactName",
6536
6553
  # description: "ProvisioningArtifactDescription",
6537
6554
  # active: false,
6555
+ # guidance: "DEFAULT", # accepts DEFAULT, DEPRECATED
6538
6556
  # }
6539
6557
  #
6540
6558
  # @!attribute [rw] accept_language
@@ -6567,6 +6585,18 @@ module Aws::ServiceCatalog
6567
6585
  # Indicates whether the product version is active.
6568
6586
  # @return [Boolean]
6569
6587
  #
6588
+ # @!attribute [rw] guidance
6589
+ # Information set by the administrator to provide guidance to end
6590
+ # users about which provisioning artifacts to use.
6591
+ #
6592
+ # The `DEFAULT` value indicates that the product version is active.
6593
+ #
6594
+ # The administrator can set the guidance to `DEPRECATED` to inform
6595
+ # users that the product version is deprecated. Users are able to make
6596
+ # updates to a provisioned product of a deprecated version but cannot
6597
+ # launch new provisioned products using a deprecated version.
6598
+ # @return [String]
6599
+ #
6570
6600
  # @see http://docs.aws.amazon.com/goto/WebAPI/servicecatalog-2015-12-10/UpdateProvisioningArtifactInput AWS API Documentation
6571
6601
  #
6572
6602
  class UpdateProvisioningArtifactInput < Struct.new(
@@ -6575,7 +6605,8 @@ module Aws::ServiceCatalog
6575
6605
  :provisioning_artifact_id,
6576
6606
  :name,
6577
6607
  :description,
6578
- :active)
6608
+ :active,
6609
+ :guidance)
6579
6610
  include Aws::Structure
6580
6611
  end
6581
6612
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-servicecatalog
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.27.0
4
+ version: 1.28.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2019-05-30 00:00:00.000000000 Z
11
+ date: 2019-06-12 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core