aws-sdk-appstream 1.68.0 → 1.70.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -94,19 +94,19 @@ module Aws::AppStream
94
94
  "state" => "success",
95
95
  "matcher" => "pathAll",
96
96
  "argument" => "fleets[].state",
97
- "expected" => "ACTIVE"
97
+ "expected" => "RUNNING"
98
98
  },
99
99
  {
100
100
  "state" => "failure",
101
101
  "matcher" => "pathAny",
102
102
  "argument" => "fleets[].state",
103
- "expected" => "PENDING_DEACTIVATE"
103
+ "expected" => "STOPPING"
104
104
  },
105
105
  {
106
106
  "state" => "failure",
107
107
  "matcher" => "pathAny",
108
108
  "argument" => "fleets[].state",
109
- "expected" => "INACTIVE"
109
+ "expected" => "STOPPED"
110
110
  }
111
111
  ]
112
112
  )
@@ -144,19 +144,19 @@ module Aws::AppStream
144
144
  "state" => "success",
145
145
  "matcher" => "pathAll",
146
146
  "argument" => "fleets[].state",
147
- "expected" => "INACTIVE"
147
+ "expected" => "STOPPED"
148
148
  },
149
149
  {
150
150
  "state" => "failure",
151
151
  "matcher" => "pathAny",
152
152
  "argument" => "fleets[].state",
153
- "expected" => "PENDING_ACTIVATE"
153
+ "expected" => "STARTING"
154
154
  },
155
155
  {
156
156
  "state" => "failure",
157
157
  "matcher" => "pathAny",
158
158
  "argument" => "fleets[].state",
159
- "expected" => "ACTIVE"
159
+ "expected" => "RUNNING"
160
160
  }
161
161
  ]
162
162
  )
@@ -53,6 +53,6 @@ require_relative 'aws-sdk-appstream/customizations'
53
53
  # @!group service
54
54
  module Aws::AppStream
55
55
 
56
- GEM_VERSION = '1.68.0'
56
+ GEM_VERSION = '1.70.0'
57
57
 
58
58
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-appstream
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.68.0
4
+ version: 1.70.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: 2022-10-28 00:00:00.000000000 Z
11
+ date: 2023-01-27 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core