aws-sdk-core 2.10.132 → 2.10.133

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 35839976581a1572df1cc3beeebabd12f88de565
4
- data.tar.gz: cfd8a071ba5cf7c14710a823672b715e3b0bb638
3
+ metadata.gz: ca12cdba7cc538561f65b78a09536b2427e98db5
4
+ data.tar.gz: 33f9fd902ceed9c1be6b115cf6801260a13801c9
5
5
  SHA512:
6
- metadata.gz: e7e27a78501e94b5346f0c8ec20ea148a9cf5b3b93420cdb79ca2c22f72b6deff251696b7a986c92789108e5c3f40c0b7d2245e1bba352e975e22a493bb0d8cb
7
- data.tar.gz: 2fe10a5367d4ef45af352ee122e395bc6b3bc4cd1fc32f181babe6f7b5d143c58be0cb70f38bb39612a1f26ed248effc04b8310e40cf2d3597125ee49b02078b
6
+ metadata.gz: 9dde4c351a898099240e39056a6bdee53e4a70c46adbc913635d7224fd90f38dc627c2e21e1ad99a48b5af00500524a95c48b8d0c3a22386053bcb399cae243b
7
+ data.tar.gz: dbd2bc196b2391a74279ed47a8bb4b0def9fd93f7bb2564d87ad5cb9781137ee4f8048af79fbebf4f5bd6c9fcc57ed6fa4098462f640578966ef2a07d001cb6e
@@ -1179,7 +1179,8 @@
1179
1179
  "ResourceCreationLimitPolicy":{"shape":"ResourceCreationLimitPolicy"},
1180
1180
  "MetricGroups":{"shape":"MetricGroupList"},
1181
1181
  "PeerVpcAwsAccountId":{"shape":"NonZeroAndMaxString"},
1182
- "PeerVpcId":{"shape":"NonZeroAndMaxString"}
1182
+ "PeerVpcId":{"shape":"NonZeroAndMaxString"},
1183
+ "FleetType":{"shape":"FleetType"}
1183
1184
  }
1184
1185
  },
1185
1186
  "CreateFleetOutput":{
@@ -1869,7 +1870,8 @@
1869
1870
  "FLEET_CREATION_VALIDATING_RUNTIME_CONFIG",
1870
1871
  "FLEET_VPC_PEERING_SUCCEEDED",
1871
1872
  "FLEET_VPC_PEERING_FAILED",
1872
- "FLEET_VPC_PEERING_DELETED"
1873
+ "FLEET_VPC_PEERING_DELETED",
1874
+ "INSTANCE_INTERRUPTED"
1873
1875
  ]
1874
1876
  },
1875
1877
  "EventList":{
@@ -1881,6 +1883,8 @@
1881
1883
  "members":{
1882
1884
  "FleetId":{"shape":"FleetId"},
1883
1885
  "FleetArn":{"shape":"ArnStringModel"},
1886
+ "FleetType":{"shape":"FleetType"},
1887
+ "InstanceType":{"shape":"EC2InstanceType"},
1884
1888
  "Description":{"shape":"NonZeroAndMaxString"},
1885
1889
  "Name":{"shape":"NonZeroAndMaxString"},
1886
1890
  "CreationTime":{"shape":"Timestamp"},
@@ -1942,6 +1946,13 @@
1942
1946
  "TERMINATED"
1943
1947
  ]
1944
1948
  },
1949
+ "FleetType":{
1950
+ "type":"string",
1951
+ "enum":[
1952
+ "ON_DEMAND",
1953
+ "SPOT"
1954
+ ]
1955
+ },
1945
1956
  "FleetUtilization":{
1946
1957
  "type":"structure",
1947
1958
  "members":{
@@ -1993,6 +2004,7 @@
1993
2004
  "CurrentPlayerSessionCount":{"shape":"WholeNumber"},
1994
2005
  "MaximumPlayerSessionCount":{"shape":"WholeNumber"},
1995
2006
  "Status":{"shape":"GameSessionStatus"},
2007
+ "StatusReason":{"shape":"GameSessionStatusReason"},
1996
2008
  "GameProperties":{"shape":"GamePropertyList"},
1997
2009
  "IpAddress":{"shape":"IpAddress"},
1998
2010
  "Port":{"shape":"PortNumber"},
@@ -2118,6 +2130,10 @@
2118
2130
  "ERROR"
2119
2131
  ]
2120
2132
  },
2133
+ "GameSessionStatusReason":{
2134
+ "type":"string",
2135
+ "enum":["INTERRUPTED"]
2136
+ },
2121
2137
  "GetGameSessionLogUrlInput":{
2122
2138
  "type":"structure",
2123
2139
  "required":["GameSessionId"],
@@ -4426,6 +4426,13 @@
4426
4426
  "EXCLUDE"
4427
4427
  ]
4428
4428
  },
4429
+ "M2tsNielsenId3": {
4430
+ "type": "string",
4431
+ "enum": [
4432
+ "INSERT",
4433
+ "NONE"
4434
+ ]
4435
+ },
4429
4436
  "M2tsPcrControl": {
4430
4437
  "type": "string",
4431
4438
  "enum": [
@@ -4532,6 +4539,10 @@
4532
4539
  "shape": "__integer",
4533
4540
  "locationName": "minEbpInterval"
4534
4541
  },
4542
+ "NielsenId3": {
4543
+ "shape": "M2tsNielsenId3",
4544
+ "locationName": "nielsenId3"
4545
+ },
4535
4546
  "NullPacketBitrate": {
4536
4547
  "shape": "__double",
4537
4548
  "locationName": "nullPacketBitrate"
@@ -4588,6 +4599,10 @@
4588
4599
  "shape": "__double",
4589
4600
  "locationName": "segmentationTime"
4590
4601
  },
4602
+ "TimedMetadataPid": {
4603
+ "shape": "__integer",
4604
+ "locationName": "timedMetadataPid"
4605
+ },
4591
4606
  "TransportStreamId": {
4592
4607
  "shape": "__integer",
4593
4608
  "locationName": "transportStreamId"
@@ -4598,6 +4613,13 @@
4598
4613
  }
4599
4614
  }
4600
4615
  },
4616
+ "M3u8NielsenId3": {
4617
+ "type": "string",
4618
+ "enum": [
4619
+ "INSERT",
4620
+ "NONE"
4621
+ ]
4622
+ },
4601
4623
  "M3u8PcrControl": {
4602
4624
  "type": "string",
4603
4625
  "enum": [
@@ -4623,6 +4645,10 @@
4623
4645
  "shape": "ListOf__integer",
4624
4646
  "locationName": "audioPids"
4625
4647
  },
4648
+ "NielsenId3": {
4649
+ "shape": "M3u8NielsenId3",
4650
+ "locationName": "nielsenId3"
4651
+ },
4626
4652
  "PatInterval": {
4627
4653
  "shape": "__integer",
4628
4654
  "locationName": "patInterval"
@@ -406,6 +406,7 @@
406
406
  "codestar" : {
407
407
  "endpoints" : {
408
408
  "ap-northeast-1" : { },
409
+ "ap-northeast-2" : { },
409
410
  "ap-southeast-1" : { },
410
411
  "ap-southeast-2" : { },
411
412
  "ca-central-1" : { },
@@ -2268,6 +2269,11 @@
2268
2269
  }
2269
2270
  }
2270
2271
  },
2272
+ "es" : {
2273
+ "endpoints" : {
2274
+ "us-gov-west-1" : { }
2275
+ }
2276
+ },
2271
2277
  "events" : {
2272
2278
  "endpoints" : {
2273
2279
  "us-gov-west-1" : { }
@@ -1,3 +1,3 @@
1
1
  module Aws
2
- VERSION = '2.10.132'
2
+ VERSION = '2.10.133'
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.10.132
4
+ version: 2.10.133
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: 2018-02-14 00:00:00.000000000 Z
11
+ date: 2018-02-15 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jmespath