aws-sdk-core 2.11.227 → 2.11.228

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: e35c06941543a57b3f80cc720a45ea68e16a1c76
4
- data.tar.gz: 248c8ee8c9f9d02632ed5aab1744c47a92af2924
3
+ metadata.gz: 04f9b0feb8286fa561cb7360396b01e944f4d4ec
4
+ data.tar.gz: b3ae8358544ec4d6ad77592e24d1c9649d8209ce
5
5
  SHA512:
6
- metadata.gz: 2f013ec021653195b0a1d08f8f0906073c932075d22dd177f0a0b39833645de70e53b3b22358e21c9fa60f4d9b7ca81a47279d9de65f52ef5ed840aab24bb4e2
7
- data.tar.gz: cb5da43c79747dcf2812b4a51b75f918663caba20492027801d6f411a6af9e1d67c91791a9af660c0d7269ea6f0685ae32815c23dcc1cd19d9a4e1a3bcc6b0d4
6
+ metadata.gz: 274dfe9fe4beb6cf484017d7f1ff1eeea9fd712c10d5282d3a3aa5412bf4bd3ef3a9e92cab119620f228fb58d487fbe9037c7537502c9c8a7f12c4ee07610700
7
+ data.tar.gz: bd131f0073c8bcaa9ac3b9b9a3bd7bb3410e04ccc5b03f4eafdbab3090ad9ed2d712ec1ba1a7b0ea8c7fecdfc1782bfb275810bd42d642d039c7a128305e7aa2
@@ -1595,7 +1595,7 @@
1595
1595
  "OnDemandPercentageAboveBaseCapacity":{"shape":"OnDemandPercentageAboveBaseCapacity"},
1596
1596
  "SpotAllocationStrategy":{"shape":"XmlString"},
1597
1597
  "SpotInstancePools":{"shape":"SpotInstancePools"},
1598
- "SpotMaxPrice":{"shape":"SpotPrice"}
1598
+ "SpotMaxPrice":{"shape":"MixedInstanceSpotPrice"}
1599
1599
  }
1600
1600
  },
1601
1601
  "InvalidNextToken":{
@@ -1876,6 +1876,11 @@
1876
1876
  "type":"integer",
1877
1877
  "deprecated":true
1878
1878
  },
1879
+ "MixedInstanceSpotPrice":{
1880
+ "type":"string",
1881
+ "max":255,
1882
+ "min":0
1883
+ },
1879
1884
  "MixedInstancesPolicy":{
1880
1885
  "type":"structure",
1881
1886
  "members":{
@@ -766,8 +766,7 @@
766
766
  "AuthorizationEndpoint",
767
767
  "TokenEndpoint",
768
768
  "UserInfoEndpoint",
769
- "ClientId",
770
- "ClientSecret"
769
+ "ClientId"
771
770
  ],
772
771
  "members":{
773
772
  "Issuer":{"shape":"AuthenticateOidcActionIssuer"},
@@ -780,7 +779,8 @@
780
779
  "Scope":{"shape":"AuthenticateOidcActionScope"},
781
780
  "SessionTimeout":{"shape":"AuthenticateOidcActionSessionTimeout"},
782
781
  "AuthenticationRequestExtraParams":{"shape":"AuthenticateOidcActionAuthenticationRequestExtraParams"},
783
- "OnUnauthenticatedRequest":{"shape":"AuthenticateOidcActionConditionalBehaviorEnum"}
782
+ "OnUnauthenticatedRequest":{"shape":"AuthenticateOidcActionConditionalBehaviorEnum"},
783
+ "UseExistingClientSecret":{"shape":"AuthenticateOidcActionUseExistingClientSecret"}
784
784
  }
785
785
  },
786
786
  "AuthenticateOidcActionIssuer":{"type":"string"},
@@ -788,6 +788,7 @@
788
788
  "AuthenticateOidcActionSessionCookieName":{"type":"string"},
789
789
  "AuthenticateOidcActionSessionTimeout":{"type":"long"},
790
790
  "AuthenticateOidcActionTokenEndpoint":{"type":"string"},
791
+ "AuthenticateOidcActionUseExistingClientSecret":{"type":"boolean"},
791
792
  "AuthenticateOidcActionUserInfoEndpoint":{"type":"string"},
792
793
  "AvailabilityZone":{
793
794
  "type":"structure",
@@ -198,6 +198,34 @@
198
198
  {"shape":"ContainerNotFoundException"},
199
199
  {"shape":"InternalServerError"}
200
200
  ]
201
+ },
202
+ "StartAccessLogging":{
203
+ "name":"StartAccessLogging",
204
+ "http":{
205
+ "method":"POST",
206
+ "requestUri":"/"
207
+ },
208
+ "input":{"shape":"StartAccessLoggingInput"},
209
+ "output":{"shape":"StartAccessLoggingOutput"},
210
+ "errors":[
211
+ {"shape":"ContainerInUseException"},
212
+ {"shape":"ContainerNotFoundException"},
213
+ {"shape":"InternalServerError"}
214
+ ]
215
+ },
216
+ "StopAccessLogging":{
217
+ "name":"StopAccessLogging",
218
+ "http":{
219
+ "method":"POST",
220
+ "requestUri":"/"
221
+ },
222
+ "input":{"shape":"StopAccessLoggingInput"},
223
+ "output":{"shape":"StopAccessLoggingOutput"},
224
+ "errors":[
225
+ {"shape":"ContainerInUseException"},
226
+ {"shape":"ContainerNotFoundException"},
227
+ {"shape":"InternalServerError"}
228
+ ]
201
229
  }
202
230
  },
203
231
  "shapes":{
@@ -226,7 +254,8 @@
226
254
  "CreationTime":{"shape":"TimeStamp"},
227
255
  "ARN":{"shape":"ContainerARN"},
228
256
  "Name":{"shape":"ContainerName"},
229
- "Status":{"shape":"ContainerStatus"}
257
+ "Status":{"shape":"ContainerStatus"},
258
+ "AccessLoggingEnabled":{"shape":"ContainerAccessLoggingEnabled"}
230
259
  }
231
260
  },
232
261
  "ContainerARN":{
@@ -235,6 +264,7 @@
235
264
  "min":1,
236
265
  "pattern":"arn:aws:mediastore:[a-z]+-[a-z]+-\\d:\\d{12}:container/\\w{1,255}"
237
266
  },
267
+ "ContainerAccessLoggingEnabled":{"type":"boolean"},
238
268
  "ContainerInUseException":{
239
269
  "type":"structure",
240
270
  "members":{
@@ -504,7 +534,7 @@
504
534
  },
505
535
  "PaginationToken":{
506
536
  "type":"string",
507
- "max":255,
537
+ "max":1024,
508
538
  "min":1,
509
539
  "pattern":"[0-9A-Za-z=/+]+"
510
540
  },
@@ -563,6 +593,30 @@
563
593
  "members":{
564
594
  }
565
595
  },
596
+ "StartAccessLoggingInput":{
597
+ "type":"structure",
598
+ "required":["ContainerName"],
599
+ "members":{
600
+ "ContainerName":{"shape":"ContainerName"}
601
+ }
602
+ },
603
+ "StartAccessLoggingOutput":{
604
+ "type":"structure",
605
+ "members":{
606
+ }
607
+ },
608
+ "StopAccessLoggingInput":{
609
+ "type":"structure",
610
+ "required":["ContainerName"],
611
+ "members":{
612
+ "ContainerName":{"shape":"ContainerName"}
613
+ }
614
+ },
615
+ "StopAccessLoggingOutput":{
616
+ "type":"structure",
617
+ "members":{
618
+ }
619
+ },
566
620
  "TimeStamp":{"type":"timestamp"}
567
621
  }
568
622
  }
@@ -1,3 +1,3 @@
1
1
  module Aws
2
- VERSION = '2.11.227'
2
+ VERSION = '2.11.228'
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.227
4
+ version: 2.11.228
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: 2019-02-22 00:00:00.000000000 Z
11
+ date: 2019-02-25 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jmespath