aws-sdk-core 2.11.423 → 2.11.424

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: 64e3950721f19ee36167b43b9bf871d6a22536e1
4
- data.tar.gz: b65be8e1428e4bec7c64fbc2ec8c6e1add005884
3
+ metadata.gz: 45c245afe2d9752c5f7839f25a181dfab8d7f86f
4
+ data.tar.gz: 3229959568c23f686abb9e9ed2d580e6f53ef531
5
5
  SHA512:
6
- metadata.gz: ba05f83a4d0263836f8fda98557c73dad1fd8d45c16df94ebeb4b2bb18bc033f26baac717b644ddccbd4d70ec29f84a141ed13b54dfabd3902906f6dca30bebc
7
- data.tar.gz: '081385ed82f84caac45944dc1c88d9ad7e2980e5fd88c3d955c8f34837fb3728b1fd2e467e36591a51b702eb3e799a8dbd045461d8021484e4615e10e01ad5df'
6
+ metadata.gz: 1255f87c54166240f29e624a94b88fd67bbd908c2ccec6ee7ff9aead9c6ec1b8720b88b3edcd0339b15ccc302a7190ee4b303b5eccf1323501d0b592ce5805ab
7
+ data.tar.gz: 8a825312a566423210f6d8ced208c507336355c2d8e492d76d31c0d49f0d20bbf2d234b99bb88927a10506b6548ae4c0184232c567ef226fa6a804c6c672b760
@@ -180,6 +180,22 @@
180
180
  {"shape":"HomeRegionNotSetException"}
181
181
  ]
182
182
  },
183
+ "ListApplicationStates":{
184
+ "name":"ListApplicationStates",
185
+ "http":{
186
+ "method":"POST",
187
+ "requestUri":"/"
188
+ },
189
+ "input":{"shape":"ListApplicationStatesRequest"},
190
+ "output":{"shape":"ListApplicationStatesResult"},
191
+ "errors":[
192
+ {"shape":"AccessDeniedException"},
193
+ {"shape":"InternalServerError"},
194
+ {"shape":"ServiceUnavailableException"},
195
+ {"shape":"InvalidInputException"},
196
+ {"shape":"HomeRegionNotSetException"}
197
+ ]
198
+ },
183
199
  "ListCreatedArtifacts":{
184
200
  "name":"ListCreatedArtifacts",
185
201
  "http":{
@@ -320,6 +336,26 @@
320
336
  "max":1600,
321
337
  "min":1
322
338
  },
339
+ "ApplicationIds":{
340
+ "type":"list",
341
+ "member":{"shape":"ApplicationId"},
342
+ "max":100,
343
+ "min":1
344
+ },
345
+ "ApplicationState":{
346
+ "type":"structure",
347
+ "members":{
348
+ "ApplicationId":{"shape":"ApplicationId"},
349
+ "ApplicationStatus":{"shape":"ApplicationStatus"},
350
+ "LastUpdatedTime":{"shape":"UpdateDateTime"}
351
+ }
352
+ },
353
+ "ApplicationStateList":{
354
+ "type":"list",
355
+ "member":{"shape":"ApplicationState"},
356
+ "max":1000,
357
+ "min":0
358
+ },
323
359
  "ApplicationStatus":{
324
360
  "type":"string",
325
361
  "enum":[
@@ -559,6 +595,21 @@
559
595
  "max":100,
560
596
  "min":0
561
597
  },
598
+ "ListApplicationStatesRequest":{
599
+ "type":"structure",
600
+ "members":{
601
+ "ApplicationIds":{"shape":"ApplicationIds"},
602
+ "NextToken":{"shape":"Token"},
603
+ "MaxResults":{"shape":"MaxResults"}
604
+ }
605
+ },
606
+ "ListApplicationStatesResult":{
607
+ "type":"structure",
608
+ "members":{
609
+ "ApplicationStateList":{"shape":"ApplicationStateList"},
610
+ "NextToken":{"shape":"Token"}
611
+ }
612
+ },
562
613
  "ListCreatedArtifactsRequest":{
563
614
  "type":"structure",
564
615
  "required":[
@@ -1,5 +1,11 @@
1
1
  {
2
2
  "pagination": {
3
+ "ListApplicationStates": {
4
+ "input_token": "NextToken",
5
+ "limit_key": "MaxResults",
6
+ "output_token": "NextToken",
7
+ "result_key": "ApplicationStateList"
8
+ },
3
9
  "ListCreatedArtifacts": {
4
10
  "input_token": "NextToken",
5
11
  "limit_key": "MaxResults",
@@ -1676,6 +1676,7 @@
1676
1676
  "privilegedModeOverride":{"shape":"WrapperBoolean"},
1677
1677
  "timeoutInMinutesOverride":{"shape":"TimeOut"},
1678
1678
  "queuedTimeoutInMinutesOverride":{"shape":"TimeOut"},
1679
+ "encryptionKeyOverride":{"shape":"NonEmptyString"},
1679
1680
  "idempotencyToken":{"shape":"String"},
1680
1681
  "logsConfigOverride":{"shape":"LogsConfig"},
1681
1682
  "registryCredentialOverride":{"shape":"RegistryCredential"},
@@ -1,3 +1,3 @@
1
1
  module Aws
2
- VERSION = '2.11.423'
2
+ VERSION = '2.11.424'
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-core
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.11.423
4
+ version: 2.11.424
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-01-06 00:00:00.000000000 Z
11
+ date: 2020-01-07 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jmespath