aws-sdk-servicecatalog 1.44.0 → 1.45.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: c67180a0777794ec88e13cf77eb59ea5053fa110988fa83bea3aebcd5b3d142d
4
- data.tar.gz: 74e37ef106b887e8a8e481837b8b7e17376ec47400dcf0aa611763b280756cd3
3
+ metadata.gz: dac08109df57709352d333a6a0dd83bea9d8d3abeee5545b2de54874acc3e309
4
+ data.tar.gz: 19ea093240638eb4c4a4959776aac20870867d58ab3889ed7bc23955fdd58f70
5
5
  SHA512:
6
- metadata.gz: 66a6274ffc92ebac0731cb82e177e4e6b295299662cca61f4c9d21e7d11634c7ee0c871266fbab4edcf36acf1be2c3b3c5e328c285971f7b12c3250d747bfe9d
7
- data.tar.gz: 45c6d02ac9b9239506cdd09060e578e26ca5a2b1cc2ada393e203d5d10e067e55abccfc269dea5c5845062899dc33817f9a44e35df3bbcbb85a966df61ae0fc8
6
+ metadata.gz: 258c25d9f3fdbd6a9c1750b188de03f65b0e74f1b4d4291c1c83c825dcb6097c9cf76afb37babb7a69f2a6b0e8aa1f11d4291d754a9763a8538bd4ad42cbf521
7
+ data.tar.gz: f2733310b3cd610db8dbbb04bb486f78f4e3415eb4bf85ec334ffc09ffa2f8c89e3b8901ffd366d4e1203cd237439e83321fa883929ced20428ffed2232bf27d
@@ -47,6 +47,6 @@ require_relative 'aws-sdk-servicecatalog/customizations'
47
47
  # @service
48
48
  module Aws::ServiceCatalog
49
49
 
50
- GEM_VERSION = '1.44.0'
50
+ GEM_VERSION = '1.45.0'
51
51
 
52
52
  end
@@ -2196,6 +2196,8 @@ module Aws::ServiceCatalog
2196
2196
  # resp.provisioned_product_detail.created_time #=> Time
2197
2197
  # resp.provisioned_product_detail.idempotency_token #=> String
2198
2198
  # resp.provisioned_product_detail.last_record_id #=> String
2199
+ # resp.provisioned_product_detail.last_provisioning_record_id #=> String
2200
+ # resp.provisioned_product_detail.last_successful_provisioning_record_id #=> String
2199
2201
  # resp.provisioned_product_detail.product_id #=> String
2200
2202
  # resp.provisioned_product_detail.provisioning_artifact_id #=> String
2201
2203
  # resp.cloud_watch_dashboards #=> Array
@@ -4348,6 +4350,8 @@ module Aws::ServiceCatalog
4348
4350
  # resp.provisioned_products[0].created_time #=> Time
4349
4351
  # resp.provisioned_products[0].idempotency_token #=> String
4350
4352
  # resp.provisioned_products[0].last_record_id #=> String
4353
+ # resp.provisioned_products[0].last_provisioning_record_id #=> String
4354
+ # resp.provisioned_products[0].last_successful_provisioning_record_id #=> String
4351
4355
  # resp.provisioned_products[0].product_id #=> String
4352
4356
  # resp.provisioned_products[0].provisioning_artifact_id #=> String
4353
4357
  # resp.next_page_token #=> String
@@ -4545,7 +4549,9 @@ module Aws::ServiceCatalog
4545
4549
  # When the key is `SearchQuery`, the searchable fields are `arn`,
4546
4550
  # `createdTime`, `id`, `lastRecordId`, `idempotencyToken`, `name`,
4547
4551
  # `physicalId`, `productId`, `provisioningArtifact`, `type`, `status`,
4548
- # `tags`, `userArn`, and `userArnSession`.
4552
+ # `tags`, `userArn`, `userArnSession`, `lastProvisioningRecordId`,
4553
+ # `lastSuccessfulProvisioningRecordId`, `productName`, and
4554
+ # `provisioningArtifactName`.
4549
4555
  #
4550
4556
  # Example: `"SearchQuery":["status:AVAILABLE"]`
4551
4557
  #
@@ -4600,12 +4606,16 @@ module Aws::ServiceCatalog
4600
4606
  # resp.provisioned_products[0].created_time #=> Time
4601
4607
  # resp.provisioned_products[0].idempotency_token #=> String
4602
4608
  # resp.provisioned_products[0].last_record_id #=> String
4609
+ # resp.provisioned_products[0].last_provisioning_record_id #=> String
4610
+ # resp.provisioned_products[0].last_successful_provisioning_record_id #=> String
4603
4611
  # resp.provisioned_products[0].tags #=> Array
4604
4612
  # resp.provisioned_products[0].tags[0].key #=> String
4605
4613
  # resp.provisioned_products[0].tags[0].value #=> String
4606
4614
  # resp.provisioned_products[0].physical_id #=> String
4607
4615
  # resp.provisioned_products[0].product_id #=> String
4616
+ # resp.provisioned_products[0].product_name #=> String
4608
4617
  # resp.provisioned_products[0].provisioning_artifact_id #=> String
4618
+ # resp.provisioned_products[0].provisioning_artifact_name #=> String
4609
4619
  # resp.provisioned_products[0].user_arn #=> String
4610
4620
  # resp.provisioned_products[0].user_arn_session #=> String
4611
4621
  # resp.total_results_count #=> Integer
@@ -5411,7 +5421,7 @@ module Aws::ServiceCatalog
5411
5421
  params: params,
5412
5422
  config: config)
5413
5423
  context[:gem_name] = 'aws-sdk-servicecatalog'
5414
- context[:gem_version] = '1.44.0'
5424
+ context[:gem_version] = '1.45.0'
5415
5425
  Seahorse::Client::Request.new(handlers, context)
5416
5426
  end
5417
5427
 
@@ -1258,10 +1258,14 @@ module Aws::ServiceCatalog
1258
1258
  ProvisionedProductAttribute.add_member(:created_time, Shapes::ShapeRef.new(shape: CreatedTime, location_name: "CreatedTime"))
1259
1259
  ProvisionedProductAttribute.add_member(:idempotency_token, Shapes::ShapeRef.new(shape: IdempotencyToken, location_name: "IdempotencyToken"))
1260
1260
  ProvisionedProductAttribute.add_member(:last_record_id, Shapes::ShapeRef.new(shape: Id, location_name: "LastRecordId"))
1261
+ ProvisionedProductAttribute.add_member(:last_provisioning_record_id, Shapes::ShapeRef.new(shape: Id, location_name: "LastProvisioningRecordId"))
1262
+ ProvisionedProductAttribute.add_member(:last_successful_provisioning_record_id, Shapes::ShapeRef.new(shape: Id, location_name: "LastSuccessfulProvisioningRecordId"))
1261
1263
  ProvisionedProductAttribute.add_member(:tags, Shapes::ShapeRef.new(shape: Tags, location_name: "Tags"))
1262
1264
  ProvisionedProductAttribute.add_member(:physical_id, Shapes::ShapeRef.new(shape: PhysicalId, location_name: "PhysicalId"))
1263
1265
  ProvisionedProductAttribute.add_member(:product_id, Shapes::ShapeRef.new(shape: Id, location_name: "ProductId"))
1266
+ ProvisionedProductAttribute.add_member(:product_name, Shapes::ShapeRef.new(shape: ProductViewName, location_name: "ProductName"))
1264
1267
  ProvisionedProductAttribute.add_member(:provisioning_artifact_id, Shapes::ShapeRef.new(shape: Id, location_name: "ProvisioningArtifactId"))
1268
+ ProvisionedProductAttribute.add_member(:provisioning_artifact_name, Shapes::ShapeRef.new(shape: ProvisioningArtifactName, location_name: "ProvisioningArtifactName"))
1265
1269
  ProvisionedProductAttribute.add_member(:user_arn, Shapes::ShapeRef.new(shape: UserArn, location_name: "UserArn"))
1266
1270
  ProvisionedProductAttribute.add_member(:user_arn_session, Shapes::ShapeRef.new(shape: UserArnSession, location_name: "UserArnSession"))
1267
1271
  ProvisionedProductAttribute.struct_class = Types::ProvisionedProductAttribute
@@ -1277,6 +1281,8 @@ module Aws::ServiceCatalog
1277
1281
  ProvisionedProductDetail.add_member(:created_time, Shapes::ShapeRef.new(shape: CreatedTime, location_name: "CreatedTime"))
1278
1282
  ProvisionedProductDetail.add_member(:idempotency_token, Shapes::ShapeRef.new(shape: IdempotencyToken, location_name: "IdempotencyToken"))
1279
1283
  ProvisionedProductDetail.add_member(:last_record_id, Shapes::ShapeRef.new(shape: LastRequestId, location_name: "LastRecordId"))
1284
+ ProvisionedProductDetail.add_member(:last_provisioning_record_id, Shapes::ShapeRef.new(shape: Id, location_name: "LastProvisioningRecordId"))
1285
+ ProvisionedProductDetail.add_member(:last_successful_provisioning_record_id, Shapes::ShapeRef.new(shape: Id, location_name: "LastSuccessfulProvisioningRecordId"))
1280
1286
  ProvisionedProductDetail.add_member(:product_id, Shapes::ShapeRef.new(shape: Id, location_name: "ProductId"))
1281
1287
  ProvisionedProductDetail.add_member(:provisioning_artifact_id, Shapes::ShapeRef.new(shape: Id, location_name: "ProvisioningArtifactId"))
1282
1288
  ProvisionedProductDetail.struct_class = Types::ProvisionedProductDetail
@@ -4758,6 +4758,32 @@ module Aws::ServiceCatalog
4758
4758
  # provisioned product.
4759
4759
  # @return [String]
4760
4760
  #
4761
+ # @!attribute [rw] last_provisioning_record_id
4762
+ # The record identifier of the last request performed on this
4763
+ # provisioned product of the following types:
4764
+ #
4765
+ # * ProvisionedProduct
4766
+ #
4767
+ # * UpdateProvisionedProduct
4768
+ #
4769
+ # * ExecuteProvisionedProductPlan
4770
+ #
4771
+ # * TerminateProvisionedProduct
4772
+ # @return [String]
4773
+ #
4774
+ # @!attribute [rw] last_successful_provisioning_record_id
4775
+ # The record identifier of the last successful request performed on
4776
+ # this provisioned product of the following types:
4777
+ #
4778
+ # * ProvisionedProduct
4779
+ #
4780
+ # * UpdateProvisionedProduct
4781
+ #
4782
+ # * ExecuteProvisionedProductPlan
4783
+ #
4784
+ # * TerminateProvisionedProduct
4785
+ # @return [String]
4786
+ #
4761
4787
  # @!attribute [rw] tags
4762
4788
  # One or more tags.
4763
4789
  # @return [Array<Types::Tag>]
@@ -4771,10 +4797,18 @@ module Aws::ServiceCatalog
4771
4797
  # The product identifier.
4772
4798
  # @return [String]
4773
4799
  #
4800
+ # @!attribute [rw] product_name
4801
+ # The name of the product.
4802
+ # @return [String]
4803
+ #
4774
4804
  # @!attribute [rw] provisioning_artifact_id
4775
4805
  # The identifier of the provisioning artifact.
4776
4806
  # @return [String]
4777
4807
  #
4808
+ # @!attribute [rw] provisioning_artifact_name
4809
+ # The name of the provisioning artifact.
4810
+ # @return [String]
4811
+ #
4778
4812
  # @!attribute [rw] user_arn
4779
4813
  # The Amazon Resource Name (ARN) of the IAM user.
4780
4814
  # @return [String]
@@ -4796,10 +4830,14 @@ module Aws::ServiceCatalog
4796
4830
  :created_time,
4797
4831
  :idempotency_token,
4798
4832
  :last_record_id,
4833
+ :last_provisioning_record_id,
4834
+ :last_successful_provisioning_record_id,
4799
4835
  :tags,
4800
4836
  :physical_id,
4801
4837
  :product_id,
4838
+ :product_name,
4802
4839
  :provisioning_artifact_id,
4840
+ :provisioning_artifact_name,
4803
4841
  :user_arn,
4804
4842
  :user_arn_session)
4805
4843
  SENSITIVE = []
@@ -4871,6 +4909,32 @@ module Aws::ServiceCatalog
4871
4909
  # provisioned product.
4872
4910
  # @return [String]
4873
4911
  #
4912
+ # @!attribute [rw] last_provisioning_record_id
4913
+ # The record identifier of the last request performed on this
4914
+ # provisioned product of the following types:
4915
+ #
4916
+ # * ProvisionedProduct
4917
+ #
4918
+ # * UpdateProvisionedProduct
4919
+ #
4920
+ # * ExecuteProvisionedProductPlan
4921
+ #
4922
+ # * TerminateProvisionedProduct
4923
+ # @return [String]
4924
+ #
4925
+ # @!attribute [rw] last_successful_provisioning_record_id
4926
+ # The record identifier of the last successful request performed on
4927
+ # this provisioned product of the following types:
4928
+ #
4929
+ # * ProvisionedProduct
4930
+ #
4931
+ # * UpdateProvisionedProduct
4932
+ #
4933
+ # * ExecuteProvisionedProductPlan
4934
+ #
4935
+ # * TerminateProvisionedProduct
4936
+ # @return [String]
4937
+ #
4874
4938
  # @!attribute [rw] product_id
4875
4939
  # The product identifier. For example, `prod-abcdzk7xy33qa`.
4876
4940
  # @return [String]
@@ -4892,6 +4956,8 @@ module Aws::ServiceCatalog
4892
4956
  :created_time,
4893
4957
  :idempotency_token,
4894
4958
  :last_record_id,
4959
+ :last_provisioning_record_id,
4960
+ :last_successful_provisioning_record_id,
4895
4961
  :product_id,
4896
4962
  :provisioning_artifact_id)
4897
4963
  SENSITIVE = []
@@ -6120,7 +6186,9 @@ module Aws::ServiceCatalog
6120
6186
  # When the key is `SearchQuery`, the searchable fields are `arn`,
6121
6187
  # `createdTime`, `id`, `lastRecordId`, `idempotencyToken`, `name`,
6122
6188
  # `physicalId`, `productId`, `provisioningArtifact`, `type`, `status`,
6123
- # `tags`, `userArn`, and `userArnSession`.
6189
+ # `tags`, `userArn`, `userArnSession`, `lastProvisioningRecordId`,
6190
+ # `lastSuccessfulProvisioningRecordId`, `productName`, and
6191
+ # `provisioningArtifactName`.
6124
6192
  #
6125
6193
  # Example: `"SearchQuery":["status:AVAILABLE"]`
6126
6194
  # @return [Hash<String,Array<String>>]
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.44.0
4
+ version: 1.45.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: 2020-07-30 00:00:00.000000000 Z
11
+ date: 2020-08-19 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core