aws-sdk-servicecatalog 1.15.0 → 1.16.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 +4 -4
- data/lib/aws-sdk-servicecatalog.rb +1 -1
- data/lib/aws-sdk-servicecatalog/client.rb +1 -1
- data/lib/aws-sdk-servicecatalog/types.rb +16 -4
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 3fbdf2d08fb0a4aa901e121c186a1e21719dc79f
|
|
4
|
+
data.tar.gz: 11a0dd31e0657043ed5c8561c8ee9f65868d01ff
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 5c1a8cfa3a656770a3e66235a8a25da9e75c95b197d0ba749edc42028ec5eaf80f348ed3c6544fab7db13f61b3805746cba6b22dc9fae7070bb79995523a439d
|
|
7
|
+
data.tar.gz: 7391b475921d94967dab867b0b0697de4b3c193ba8aea847a26c3257987babae4b703d652e6b0c5bd14009f3ed0a37f702da1cc7a49e6912b79dd570dc7d796a
|
|
@@ -4657,7 +4657,7 @@ module Aws::ServiceCatalog
|
|
|
4657
4657
|
params: params,
|
|
4658
4658
|
config: config)
|
|
4659
4659
|
context[:gem_name] = 'aws-sdk-servicecatalog'
|
|
4660
|
-
context[:gem_version] = '1.
|
|
4660
|
+
context[:gem_version] = '1.16.0'
|
|
4661
4661
|
Seahorse::Client::Request.new(handlers, context)
|
|
4662
4662
|
end
|
|
4663
4663
|
|
|
@@ -4086,7 +4086,7 @@ module Aws::ServiceCatalog
|
|
|
4086
4086
|
# * `AVAILABLE` - Stable state, ready to perform any operation. The
|
|
4087
4087
|
# most recent operation succeeded and completed.
|
|
4088
4088
|
#
|
|
4089
|
-
# * `UNDER_CHANGE` - Transitive state
|
|
4089
|
+
# * `UNDER_CHANGE` - Transitive state. Operations performed might not
|
|
4090
4090
|
# have valid results. Wait for an `AVAILABLE` status before
|
|
4091
4091
|
# performing operations.
|
|
4092
4092
|
#
|
|
@@ -4095,10 +4095,16 @@ module Aws::ServiceCatalog
|
|
|
4095
4095
|
# what was requested. For example, a request to update to a new
|
|
4096
4096
|
# version failed and the stack rolled back to the current version.
|
|
4097
4097
|
#
|
|
4098
|
-
# * `ERROR` - An unexpected error occurred
|
|
4098
|
+
# * `ERROR` - An unexpected error occurred. The provisioned product
|
|
4099
4099
|
# exists but the stack is not running. For example, CloudFormation
|
|
4100
4100
|
# received a parameter value that was not valid and could not launch
|
|
4101
4101
|
# the stack.
|
|
4102
|
+
#
|
|
4103
|
+
# * `PLAN_IN_PROGRESS` - Transitive state. The plan operations were
|
|
4104
|
+
# performed to provision a new product, but resources have not yet
|
|
4105
|
+
# been created. After reviewing the list of resources to be created,
|
|
4106
|
+
# execute the plan. Wait for an `AVAILABLE` status before performing
|
|
4107
|
+
# operations.
|
|
4102
4108
|
# @return [String]
|
|
4103
4109
|
#
|
|
4104
4110
|
# @!attribute [rw] status_message
|
|
@@ -4192,7 +4198,7 @@ module Aws::ServiceCatalog
|
|
|
4192
4198
|
# * `AVAILABLE` - Stable state, ready to perform any operation. The
|
|
4193
4199
|
# most recent operation succeeded and completed.
|
|
4194
4200
|
#
|
|
4195
|
-
# * `UNDER_CHANGE` - Transitive state
|
|
4201
|
+
# * `UNDER_CHANGE` - Transitive state. Operations performed might not
|
|
4196
4202
|
# have valid results. Wait for an `AVAILABLE` status before
|
|
4197
4203
|
# performing operations.
|
|
4198
4204
|
#
|
|
@@ -4201,10 +4207,16 @@ module Aws::ServiceCatalog
|
|
|
4201
4207
|
# what was requested. For example, a request to update to a new
|
|
4202
4208
|
# version failed and the stack rolled back to the current version.
|
|
4203
4209
|
#
|
|
4204
|
-
# * `ERROR` - An unexpected error occurred
|
|
4210
|
+
# * `ERROR` - An unexpected error occurred. The provisioned product
|
|
4205
4211
|
# exists but the stack is not running. For example, CloudFormation
|
|
4206
4212
|
# received a parameter value that was not valid and could not launch
|
|
4207
4213
|
# the stack.
|
|
4214
|
+
#
|
|
4215
|
+
# * `PLAN_IN_PROGRESS` - Transitive state. The plan operations were
|
|
4216
|
+
# performed to provision a new product, but resources have not yet
|
|
4217
|
+
# been created. After reviewing the list of resources to be created,
|
|
4218
|
+
# execute the plan. Wait for an `AVAILABLE` status before performing
|
|
4219
|
+
# operations.
|
|
4208
4220
|
# @return [String]
|
|
4209
4221
|
#
|
|
4210
4222
|
# @!attribute [rw] status_message
|
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.
|
|
4
|
+
version: 1.16.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:
|
|
11
|
+
date: 2019-02-05 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: aws-sdk-core
|