aws-sdk-core 2.11.74 → 2.11.75
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/apis/alexaforbusiness/2017-11-09/api-2.json +19 -4
- data/apis/appstream/2016-12-01/api-2.json +12 -3
- data/apis/appstream/2016-12-01/examples-1.json +2 -2
- data/apis/appstream/2016-12-01/paginators-1.json +1 -1
- data/apis/appstream/2016-12-01/smoke.json +11 -0
- data/endpoints.json +10 -0
- data/lib/aws-sdk-core/version.rb +1 -1
- metadata +3 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 8d1875dda8b48f267051a14d3eec6c4a1cd0673e
|
4
|
+
data.tar.gz: 88b599c40ef352afcf5c5d6d2f13bcac79cc5f44
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: f59c9102c4c4149b540a8a35e55a75edb424102907e60d6c305289d05571819947424e252c2b51185c290f49a02e85c0fb491b8bbf1559e34e37b242a6ca490f
|
7
|
+
data.tar.gz: '058681c6870b99f1f98ac4de5ae954a0f0f42efb703f57d0c1ff6d768dfb44c2cec16595a948ea303226882e4ce4119c0ad8044a8081957e0c9ec5228d3b80e9'
|
@@ -32,7 +32,8 @@
|
|
32
32
|
"input":{"shape":"AssociateDeviceWithRoomRequest"},
|
33
33
|
"output":{"shape":"AssociateDeviceWithRoomResponse"},
|
34
34
|
"errors":[
|
35
|
-
{"shape":"LimitExceededException"}
|
35
|
+
{"shape":"LimitExceededException"},
|
36
|
+
{"shape":"DeviceNotRegisteredException"}
|
36
37
|
]
|
37
38
|
},
|
38
39
|
"AssociateSkillGroupWithRoom":{
|
@@ -219,7 +220,10 @@
|
|
219
220
|
"requestUri":"/"
|
220
221
|
},
|
221
222
|
"input":{"shape":"DisassociateDeviceFromRoomRequest"},
|
222
|
-
"output":{"shape":"DisassociateDeviceFromRoomResponse"}
|
223
|
+
"output":{"shape":"DisassociateDeviceFromRoomResponse"},
|
224
|
+
"errors":[
|
225
|
+
{"shape":"DeviceNotRegisteredException"}
|
226
|
+
]
|
223
227
|
},
|
224
228
|
"DisassociateSkillGroupFromRoom":{
|
225
229
|
"name":"DisassociateSkillGroupFromRoom",
|
@@ -463,7 +467,10 @@
|
|
463
467
|
"requestUri":"/"
|
464
468
|
},
|
465
469
|
"input":{"shape":"StartDeviceSyncRequest"},
|
466
|
-
"output":{"shape":"StartDeviceSyncResponse"}
|
470
|
+
"output":{"shape":"StartDeviceSyncResponse"},
|
471
|
+
"errors":[
|
472
|
+
{"shape":"DeviceNotRegisteredException"}
|
473
|
+
]
|
467
474
|
},
|
468
475
|
"TagResource":{
|
469
476
|
"name":"TagResource",
|
@@ -523,7 +530,8 @@
|
|
523
530
|
"input":{"shape":"UpdateDeviceRequest"},
|
524
531
|
"output":{"shape":"UpdateDeviceResponse"},
|
525
532
|
"errors":[
|
526
|
-
{"shape":"NotFoundException"}
|
533
|
+
{"shape":"NotFoundException"},
|
534
|
+
{"shape":"DeviceNotRegisteredException"}
|
527
535
|
]
|
528
536
|
},
|
529
537
|
"UpdateProfile":{
|
@@ -978,6 +986,13 @@
|
|
978
986
|
"min":2,
|
979
987
|
"pattern":"[\\u0009\\u000A\\u000D\\u0020-\\u007E\\u0085\\u00A0-\\uD7FF\\uE000-\\uFFFD\\u10000-\\u10FFFF]*"
|
980
988
|
},
|
989
|
+
"DeviceNotRegisteredException":{
|
990
|
+
"type":"structure",
|
991
|
+
"members":{
|
992
|
+
"Message":{"shape":"ErrorMessage"}
|
993
|
+
},
|
994
|
+
"exception":true
|
995
|
+
},
|
981
996
|
"DeviceSerialNumber":{
|
982
997
|
"type":"string",
|
983
998
|
"pattern":"[a-zA-Z0-9]{1,200}"
|
@@ -477,7 +477,8 @@
|
|
477
477
|
{"shape":"InvalidParameterCombinationException"},
|
478
478
|
{"shape":"LimitExceededException"},
|
479
479
|
{"shape":"InvalidAccountStatusException"},
|
480
|
-
{"shape":"IncompatibleImageException"}
|
480
|
+
{"shape":"IncompatibleImageException"},
|
481
|
+
{"shape":"OperationNotPermittedException"}
|
481
482
|
]
|
482
483
|
}
|
483
484
|
},
|
@@ -690,7 +691,7 @@
|
|
690
691
|
"type":"structure",
|
691
692
|
"required":["Name"],
|
692
693
|
"members":{
|
693
|
-
"Name":{"shape":"
|
694
|
+
"Name":{"shape":"Name"},
|
694
695
|
"Description":{"shape":"Description"},
|
695
696
|
"DisplayName":{"shape":"DisplayName"},
|
696
697
|
"StorageConnectors":{"shape":"StorageConnectorList"},
|
@@ -1252,6 +1253,13 @@
|
|
1252
1253
|
"type":"string",
|
1253
1254
|
"pattern":"^[a-zA-Z0-9][a-zA-Z0-9_.-]{0,100}$"
|
1254
1255
|
},
|
1256
|
+
"NetworkAccessConfiguration":{
|
1257
|
+
"type":"structure",
|
1258
|
+
"members":{
|
1259
|
+
"EniPrivateIpAddress":{"shape":"String"},
|
1260
|
+
"EniId":{"shape":"String"}
|
1261
|
+
}
|
1262
|
+
},
|
1255
1263
|
"OperationNotPermittedException":{
|
1256
1264
|
"type":"structure",
|
1257
1265
|
"members":{
|
@@ -1362,7 +1370,8 @@
|
|
1362
1370
|
"StackName":{"shape":"String"},
|
1363
1371
|
"FleetName":{"shape":"String"},
|
1364
1372
|
"State":{"shape":"SessionState"},
|
1365
|
-
"AuthenticationType":{"shape":"AuthenticationType"}
|
1373
|
+
"AuthenticationType":{"shape":"AuthenticationType"},
|
1374
|
+
"NetworkAccessConfiguration":{"shape":"NetworkAccessConfiguration"}
|
1366
1375
|
}
|
1367
1376
|
},
|
1368
1377
|
"SessionList":{
|
data/endpoints.json
CHANGED
@@ -348,6 +348,7 @@
|
|
348
348
|
"ca-central-1" : { },
|
349
349
|
"eu-central-1" : { },
|
350
350
|
"eu-west-1" : { },
|
351
|
+
"eu-west-2" : { },
|
351
352
|
"us-east-1" : { },
|
352
353
|
"us-east-2" : { },
|
353
354
|
"us-west-1" : { },
|
@@ -951,8 +952,10 @@
|
|
951
952
|
"firehose" : {
|
952
953
|
"endpoints" : {
|
953
954
|
"ap-northeast-1" : { },
|
955
|
+
"ap-northeast-2" : { },
|
954
956
|
"ap-southeast-1" : { },
|
955
957
|
"ap-southeast-2" : { },
|
958
|
+
"ca-central-1" : { },
|
956
959
|
"eu-central-1" : { },
|
957
960
|
"eu-west-1" : { },
|
958
961
|
"us-east-1" : { },
|
@@ -966,6 +969,7 @@
|
|
966
969
|
"protocols" : [ "https" ]
|
967
970
|
},
|
968
971
|
"endpoints" : {
|
972
|
+
"eu-west-1" : { },
|
969
973
|
"us-east-1" : { },
|
970
974
|
"us-west-2" : { }
|
971
975
|
}
|
@@ -1757,6 +1761,7 @@
|
|
1757
1761
|
"eu-west-1" : { },
|
1758
1762
|
"us-east-1" : { },
|
1759
1763
|
"us-east-2" : { },
|
1764
|
+
"us-west-1" : { },
|
1760
1765
|
"us-west-2" : { }
|
1761
1766
|
}
|
1762
1767
|
},
|
@@ -2603,6 +2608,11 @@
|
|
2603
2608
|
"isRegionalized" : false,
|
2604
2609
|
"partitionEndpoint" : "aws-us-gov-global"
|
2605
2610
|
},
|
2611
|
+
"inspector" : {
|
2612
|
+
"endpoints" : {
|
2613
|
+
"us-gov-west-1" : { }
|
2614
|
+
}
|
2615
|
+
},
|
2606
2616
|
"kinesis" : {
|
2607
2617
|
"endpoints" : {
|
2608
2618
|
"us-gov-west-1" : { }
|
data/lib/aws-sdk-core/version.rb
CHANGED
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.
|
4
|
+
version: 2.11.75
|
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-06-
|
11
|
+
date: 2018-06-22 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: jmespath
|
@@ -69,6 +69,7 @@ files:
|
|
69
69
|
- apis/appstream/2016-12-01/api-2.json
|
70
70
|
- apis/appstream/2016-12-01/examples-1.json
|
71
71
|
- apis/appstream/2016-12-01/paginators-1.json
|
72
|
+
- apis/appstream/2016-12-01/smoke.json
|
72
73
|
- apis/appstream/2016-12-01/waiters-2.json
|
73
74
|
- apis/appsync/2017-07-25/api-2.json
|
74
75
|
- apis/appsync/2017-07-25/examples-1.json
|