aws-sdk-servicecatalog 1.3.0 → 1.4.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 1b57ca59b660fbb2bdb2392e095ff0615010eb01
4
- data.tar.gz: c114486e340690e448094b29fcbb4fc4c2a9af37
3
+ metadata.gz: 7cc181d28aacb57448fd35f2c4987d3e335d2dfd
4
+ data.tar.gz: a789274ea7037cc577da894fcd3f38469a57e953
5
5
  SHA512:
6
- metadata.gz: b68eaf93e8d4b6a7a7f5e946d8aa25a0aef58c2899ac5a64d2b951954004d9776a6acbe2d19c50eda066f4b776dbe1630d773eb399473ec1db4dca81f362f15a
7
- data.tar.gz: ffdf30297c2728e45156399eb42e3c7bb2a6350e336af86d13a06f4e11f2b869101230142f95c37b64cff91813eaff0015e8e3c2b8463bfbffc29143683b1aaa
6
+ metadata.gz: 156803d144aed2298fd0d66db48dbe050d89f56391745b75dc1b160fd91432ecbd1767bb47f74b647f5994191dae84b6a8000be5981b278f85faa8d29433f569
7
+ data.tar.gz: 656b4501047d8d26e08a4ce123b4cadb7d270c251acac7fedd842f5e708164558dd43790eee09689198762b63dbce61d493eb0ffee7862c14882e225ee2beec0
@@ -42,6 +42,6 @@ require_relative 'aws-sdk-servicecatalog/customizations'
42
42
  # @service
43
43
  module Aws::ServiceCatalog
44
44
 
45
- GEM_VERSION = '1.3.0'
45
+ GEM_VERSION = '1.4.0'
46
46
 
47
47
  end
@@ -700,13 +700,13 @@ module Aws::ServiceCatalog
700
700
  req.send_request(options)
701
701
  end
702
702
 
703
- # Creates a plan. A plan includes the list of resources that will be
704
- # created (when provisioning a new product) or modified (when updating a
703
+ # Creates a plan. A plan includes the list of resources to be created
704
+ # (when provisioning a new product) or modified (when updating a
705
705
  # provisioned product) when the plan is executed.
706
706
  #
707
707
  # You can create one plan per provisioned product. To create a plan for
708
- # an existing provisioned product, it's status must be AVAILBLE or
709
- # TAINTED.
708
+ # an existing provisioned product, the product status must be AVAILBLE
709
+ # or TAINTED.
710
710
  #
711
711
  # To view the resource changes in the change set, use
712
712
  # DescribeProvisionedProductPlan. To create or modify the provisioned
@@ -1138,6 +1138,31 @@ module Aws::ServiceCatalog
1138
1138
  req.send_request(options)
1139
1139
  end
1140
1140
 
1141
+ # Deletes the specified TagOption.
1142
+ #
1143
+ # You cannot delete a TagOption if it is associated with a product or
1144
+ # portfolio.
1145
+ #
1146
+ # @option params [required, String] :id
1147
+ # The TagOption identifier.
1148
+ #
1149
+ # @return [Struct] Returns an empty {Seahorse::Client::Response response}.
1150
+ #
1151
+ # @example Request syntax with placeholder values
1152
+ #
1153
+ # resp = client.delete_tag_option({
1154
+ # id: "TagOptionId", # required
1155
+ # })
1156
+ #
1157
+ # @see http://docs.aws.amazon.com/goto/WebAPI/servicecatalog-2015-12-10/DeleteTagOption AWS API Documentation
1158
+ #
1159
+ # @overload delete_tag_option(params = {})
1160
+ # @param [Hash] params ({})
1161
+ def delete_tag_option(params = {}, options = {})
1162
+ req = build_request(:delete_tag_option, params)
1163
+ req.send_request(options)
1164
+ end
1165
+
1141
1166
  # Gets information about the specified constraint.
1142
1167
  #
1143
1168
  # @option params [String] :accept_language
@@ -2358,8 +2383,8 @@ module Aws::ServiceCatalog
2358
2383
  req.send_request(options)
2359
2384
  end
2360
2385
 
2361
- # Lists the plans for the specified provisioned product or all plans the
2362
- # user has access to.
2386
+ # Lists the plans for the specified provisioned product or all plans to
2387
+ # which the user has access.
2363
2388
  #
2364
2389
  # @option params [String] :accept_language
2365
2390
  # The language code.
@@ -3622,7 +3647,7 @@ module Aws::ServiceCatalog
3622
3647
  params: params,
3623
3648
  config: config)
3624
3649
  context[:gem_name] = 'aws-sdk-servicecatalog'
3625
- context[:gem_version] = '1.3.0'
3650
+ context[:gem_version] = '1.4.0'
3626
3651
  Seahorse::Client::Request.new(handlers, context)
3627
3652
  end
3628
3653
 
@@ -76,6 +76,8 @@ module Aws::ServiceCatalog
76
76
  DeleteProvisionedProductPlanOutput = Shapes::StructureShape.new(name: 'DeleteProvisionedProductPlanOutput')
77
77
  DeleteProvisioningArtifactInput = Shapes::StructureShape.new(name: 'DeleteProvisioningArtifactInput')
78
78
  DeleteProvisioningArtifactOutput = Shapes::StructureShape.new(name: 'DeleteProvisioningArtifactOutput')
79
+ DeleteTagOptionInput = Shapes::StructureShape.new(name: 'DeleteTagOptionInput')
80
+ DeleteTagOptionOutput = Shapes::StructureShape.new(name: 'DeleteTagOptionOutput')
79
81
  DescribeConstraintInput = Shapes::StructureShape.new(name: 'DescribeConstraintInput')
80
82
  DescribeConstraintOutput = Shapes::StructureShape.new(name: 'DescribeConstraintOutput')
81
83
  DescribeCopyProductStatusInput = Shapes::StructureShape.new(name: 'DescribeCopyProductStatusInput')
@@ -536,6 +538,11 @@ module Aws::ServiceCatalog
536
538
 
537
539
  DeleteProvisioningArtifactOutput.struct_class = Types::DeleteProvisioningArtifactOutput
538
540
 
541
+ DeleteTagOptionInput.add_member(:id, Shapes::ShapeRef.new(shape: TagOptionId, required: true, location_name: "Id"))
542
+ DeleteTagOptionInput.struct_class = Types::DeleteTagOptionInput
543
+
544
+ DeleteTagOptionOutput.struct_class = Types::DeleteTagOptionOutput
545
+
539
546
  DescribeConstraintInput.add_member(:accept_language, Shapes::ShapeRef.new(shape: AcceptLanguage, location_name: "AcceptLanguage"))
540
547
  DescribeConstraintInput.add_member(:id, Shapes::ShapeRef.new(shape: Id, required: true, location_name: "Id"))
541
548
  DescribeConstraintInput.struct_class = Types::DescribeConstraintInput
@@ -1464,6 +1471,17 @@ module Aws::ServiceCatalog
1464
1471
  o.errors << Shapes::ShapeRef.new(shape: InvalidParametersException)
1465
1472
  end)
1466
1473
 
1474
+ api.add_operation(:delete_tag_option, Seahorse::Model::Operation.new.tap do |o|
1475
+ o.name = "DeleteTagOption"
1476
+ o.http_method = "POST"
1477
+ o.http_request_uri = "/"
1478
+ o.input = Shapes::ShapeRef.new(shape: DeleteTagOptionInput)
1479
+ o.output = Shapes::ShapeRef.new(shape: DeleteTagOptionOutput)
1480
+ o.errors << Shapes::ShapeRef.new(shape: TagOptionNotMigratedException)
1481
+ o.errors << Shapes::ShapeRef.new(shape: ResourceInUseException)
1482
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1483
+ end)
1484
+
1467
1485
  api.add_operation(:describe_constraint, Seahorse::Model::Operation.new.tap do |o|
1468
1486
  o.name = "DescribeConstraint"
1469
1487
  o.http_method = "POST"
@@ -1187,6 +1187,28 @@ module Aws::ServiceCatalog
1187
1187
  #
1188
1188
  class DeleteProvisioningArtifactOutput < Aws::EmptyStructure; end
1189
1189
 
1190
+ # @note When making an API call, you may pass DeleteTagOptionInput
1191
+ # data as a hash:
1192
+ #
1193
+ # {
1194
+ # id: "TagOptionId", # required
1195
+ # }
1196
+ #
1197
+ # @!attribute [rw] id
1198
+ # The TagOption identifier.
1199
+ # @return [String]
1200
+ #
1201
+ # @see http://docs.aws.amazon.com/goto/WebAPI/servicecatalog-2015-12-10/DeleteTagOptionInput AWS API Documentation
1202
+ #
1203
+ class DeleteTagOptionInput < Struct.new(
1204
+ :id)
1205
+ include Aws::Structure
1206
+ end
1207
+
1208
+ # @see http://docs.aws.amazon.com/goto/WebAPI/servicecatalog-2015-12-10/DeleteTagOptionOutput AWS API Documentation
1209
+ #
1210
+ class DeleteTagOptionOutput < Aws::EmptyStructure; end
1211
+
1190
1212
  # @note When making an API call, you may pass DescribeConstraintInput
1191
1213
  # data as a hash:
1192
1214
  #
@@ -1586,8 +1608,8 @@ module Aws::ServiceCatalog
1586
1608
  # @return [Types::ProvisionedProductPlanDetails]
1587
1609
  #
1588
1610
  # @!attribute [rw] resource_changes
1589
- # Information about the resources changes that will occur when the
1590
- # plan is executed.
1611
+ # Information about the resource changes that will occur when the plan
1612
+ # is executed.
1591
1613
  # @return [Array<Types::ResourceChange>]
1592
1614
  #
1593
1615
  # @!attribute [rw] next_page_token
@@ -3852,14 +3874,14 @@ module Aws::ServiceCatalog
3852
3874
  # Information about a change to a resource attribute.
3853
3875
  #
3854
3876
  # @!attribute [rw] target
3855
- # Information about the resource attribute that will be modified.
3877
+ # Information about the resource attribute to be modified.
3856
3878
  # @return [Types::ResourceTargetDefinition]
3857
3879
  #
3858
3880
  # @!attribute [rw] evaluation
3859
- # For static evaluations, the value the resource attribute will change
3860
- # and the new value is known. For dynamic evaluations, the value might
3861
- # change, and any new value will be determined when the plan is
3862
- # updated.
3881
+ # For static evaluations, the value of the resource attribute will
3882
+ # change and the new value is known. For dynamic evaluations, the
3883
+ # value might change, and any new value will be determined when the
3884
+ # plan is updated.
3863
3885
  # @return [String]
3864
3886
  #
3865
3887
  # @!attribute [rw] causing_entity
@@ -3911,7 +3933,7 @@ module Aws::ServiceCatalog
3911
3933
  # Information about a change to a resource attribute.
3912
3934
  #
3913
3935
  # @!attribute [rw] attribute
3914
- # The attribute that will change.
3936
+ # The attribute to be changed.
3915
3937
  # @return [String]
3916
3938
  #
3917
3939
  # @!attribute [rw] name
@@ -3921,7 +3943,7 @@ module Aws::ServiceCatalog
3921
3943
  #
3922
3944
  # @!attribute [rw] requires_recreation
3923
3945
  # If the attribute is `Properties`, indicates whether a change to this
3924
- # property causes the resource to be recreated.
3946
+ # property causes the resource to be re-created.
3925
3947
  # @return [String]
3926
3948
  #
3927
3949
  # @see http://docs.aws.amazon.com/goto/WebAPI/servicecatalog-2015-12-10/ResourceTargetDefinition AWS API Documentation
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.3.0
4
+ version: 1.4.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: 2018-02-06 00:00:00.000000000 Z
11
+ date: 2018-03-01 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core