aws-sdk-core 2.11.19 → 2.11.20

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: '058fb2e129eabc1c9760a77db6e0842e47edf020'
4
- data.tar.gz: 5ad28f05f59b808960bc8c151ba010a736d61786
3
+ metadata.gz: 58e0168b184983991f90acc4453c5a0e13d0b04c
4
+ data.tar.gz: 62e1ce8e717a3b3f0e6f13b226c5d89aceef0548
5
5
  SHA512:
6
- metadata.gz: a7075674c932c6c4384edf2b42d16f746f053e870df439f59574308e155bfb09af3d07aae176ad5be0718a74ddcc1f06b9537cae24f43a80ce6aab3fd734c3e2
7
- data.tar.gz: 834468b2d67d918e0f9978ceea74dcdec8af00f24cabaf53fc097393c811ec97768bf52e188ef31e9dbf3ce932f5b4120b10ea618d9d70da70d3e732a3db7b4a
6
+ metadata.gz: ec4876c72749f2e6a10dda2b9d3873bd89757810c78ca19e70b6d96078b2e8ea3b43e137bd581673728b14047d9f19218e1e2c52574d922c044473f938fafdb8
7
+ data.tar.gz: 2c695d6d6aacf96818f9919dde1ce07a2b15019b68691fc13642f0a923d7d7cd93772e1d65175c510d93819a32ed3ec6451214d221175a3933f0f17bdc975673
@@ -23,6 +23,7 @@
23
23
  "output":{"shape":"AssociateFleetResult"},
24
24
  "errors":[
25
25
  {"shape":"LimitExceededException"},
26
+ {"shape":"InvalidAccountStatusException"},
26
27
  {"shape":"ResourceNotFoundException"},
27
28
  {"shape":"ConcurrentModificationException"},
28
29
  {"shape":"IncompatibleImageException"},
@@ -42,6 +43,7 @@
42
43
  {"shape":"ResourceNotFoundException"},
43
44
  {"shape":"ResourceNotAvailableException"},
44
45
  {"shape":"LimitExceededException"},
46
+ {"shape":"InvalidAccountStatusException"},
45
47
  {"shape":"IncompatibleImageException"}
46
48
  ]
47
49
  },
@@ -55,7 +57,8 @@
55
57
  "output":{"shape":"CreateDirectoryConfigResult"},
56
58
  "errors":[
57
59
  {"shape":"ResourceAlreadyExistsException"},
58
- {"shape":"LimitExceededException"}
60
+ {"shape":"LimitExceededException"},
61
+ {"shape":"InvalidAccountStatusException"}
59
62
  ]
60
63
  },
61
64
  "CreateFleet":{
@@ -71,6 +74,7 @@
71
74
  {"shape":"ResourceNotAvailableException"},
72
75
  {"shape":"ResourceNotFoundException"},
73
76
  {"shape":"LimitExceededException"},
77
+ {"shape":"InvalidAccountStatusException"},
74
78
  {"shape":"InvalidRoleException"},
75
79
  {"shape":"ConcurrentModificationException"},
76
80
  {"shape":"InvalidParameterCombinationException"},
@@ -87,6 +91,7 @@
87
91
  "output":{"shape":"CreateImageBuilderResult"},
88
92
  "errors":[
89
93
  {"shape":"LimitExceededException"},
94
+ {"shape":"InvalidAccountStatusException"},
90
95
  {"shape":"ResourceAlreadyExistsException"},
91
96
  {"shape":"ResourceNotAvailableException"},
92
97
  {"shape":"ResourceNotFoundException"},
@@ -119,6 +124,7 @@
119
124
  "output":{"shape":"CreateStackResult"},
120
125
  "errors":[
121
126
  {"shape":"LimitExceededException"},
127
+ {"shape":"InvalidAccountStatusException"},
122
128
  {"shape":"ResourceAlreadyExistsException"},
123
129
  {"shape":"ConcurrentModificationException"},
124
130
  {"shape":"InvalidRoleException"},
@@ -348,6 +354,7 @@
348
354
  {"shape":"ResourceNotFoundException"},
349
355
  {"shape":"OperationNotPermittedException"},
350
356
  {"shape":"LimitExceededException"},
357
+ {"shape":"InvalidAccountStatusException"},
351
358
  {"shape":"ConcurrentModificationException"}
352
359
  ]
353
360
  },
@@ -363,6 +370,7 @@
363
370
  {"shape":"ResourceNotAvailableException"},
364
371
  {"shape":"ResourceNotFoundException"},
365
372
  {"shape":"ConcurrentModificationException"},
373
+ {"shape":"InvalidAccountStatusException"},
366
374
  {"shape":"IncompatibleImageException"}
367
375
  ]
368
376
  },
@@ -403,6 +411,7 @@
403
411
  "output":{"shape":"TagResourceResponse"},
404
412
  "errors":[
405
413
  {"shape":"LimitExceededException"},
414
+ {"shape":"InvalidAccountStatusException"},
406
415
  {"shape":"ResourceNotFoundException"}
407
416
  ]
408
417
  },
@@ -443,6 +452,7 @@
443
452
  "errors":[
444
453
  {"shape":"ResourceInUseException"},
445
454
  {"shape":"LimitExceededException"},
455
+ {"shape":"InvalidAccountStatusException"},
446
456
  {"shape":"InvalidRoleException"},
447
457
  {"shape":"ResourceNotFoundException"},
448
458
  {"shape":"ResourceNotAvailableException"},
@@ -466,6 +476,7 @@
466
476
  {"shape":"InvalidRoleException"},
467
477
  {"shape":"InvalidParameterCombinationException"},
468
478
  {"shape":"LimitExceededException"},
479
+ {"shape":"InvalidAccountStatusException"},
469
480
  {"shape":"IncompatibleImageException"}
470
481
  ]
471
482
  }
@@ -673,7 +684,8 @@
673
684
  "Description":{"shape":"Description"},
674
685
  "DisplayName":{"shape":"DisplayName"},
675
686
  "StorageConnectors":{"shape":"StorageConnectorList"},
676
- "RedirectURL":{"shape":"RedirectURL"}
687
+ "RedirectURL":{"shape":"RedirectURL"},
688
+ "FeedbackURL":{"shape":"FeedbackURL"}
677
689
  }
678
690
  },
679
691
  "CreateStackResult":{
@@ -922,6 +934,10 @@
922
934
  "members":{
923
935
  }
924
936
  },
937
+ "FeedbackURL":{
938
+ "type":"string",
939
+ "max":1000
940
+ },
925
941
  "Fleet":{
926
942
  "type":"structure",
927
943
  "required":[
@@ -1135,6 +1151,13 @@
1135
1151
  "exception":true
1136
1152
  },
1137
1153
  "Integer":{"type":"integer"},
1154
+ "InvalidAccountStatusException":{
1155
+ "type":"structure",
1156
+ "members":{
1157
+ "Message":{"shape":"ErrorMessage"}
1158
+ },
1159
+ "exception":true
1160
+ },
1138
1161
  "InvalidParameterCombinationException":{
1139
1162
  "type":"structure",
1140
1163
  "members":{
@@ -1338,6 +1361,7 @@
1338
1361
  "CreatedTime":{"shape":"Timestamp"},
1339
1362
  "StorageConnectors":{"shape":"StorageConnectorList"},
1340
1363
  "RedirectURL":{"shape":"RedirectURL"},
1364
+ "FeedbackURL":{"shape":"FeedbackURL"},
1341
1365
  "StackErrors":{"shape":"StackErrors"}
1342
1366
  }
1343
1367
  },
@@ -1345,7 +1369,9 @@
1345
1369
  "type":"string",
1346
1370
  "enum":[
1347
1371
  "STORAGE_CONNECTORS",
1348
- "REDIRECT_URL"
1372
+ "REDIRECT_URL",
1373
+ "FEEDBACK_URL",
1374
+ "THEME_NAME"
1349
1375
  ]
1350
1376
  },
1351
1377
  "StackAttributes":{
@@ -1573,6 +1599,7 @@
1573
1599
  "deprecated":true
1574
1600
  },
1575
1601
  "RedirectURL":{"shape":"RedirectURL"},
1602
+ "FeedbackURL":{"shape":"FeedbackURL"},
1576
1603
  "AttributesToDelete":{"shape":"StackAttributes"}
1577
1604
  }
1578
1605
  },
@@ -200,6 +200,20 @@
200
200
  {"shape":"InvalidInputException"},
201
201
  {"shape":"ResourceNotFoundException"}
202
202
  ]
203
+ },
204
+ "UpdateWebhook":{
205
+ "name":"UpdateWebhook",
206
+ "http":{
207
+ "method":"POST",
208
+ "requestUri":"/"
209
+ },
210
+ "input":{"shape":"UpdateWebhookInput"},
211
+ "output":{"shape":"UpdateWebhookOutput"},
212
+ "errors":[
213
+ {"shape":"InvalidInputException"},
214
+ {"shape":"ResourceNotFoundException"},
215
+ {"shape":"OAuthProviderException"}
216
+ ]
203
217
  }
204
218
  },
205
219
  "shapes":{
@@ -405,7 +419,8 @@
405
419
  "type":"structure",
406
420
  "required":["projectName"],
407
421
  "members":{
408
- "projectName":{"shape":"ProjectName"}
422
+ "projectName":{"shape":"ProjectName"},
423
+ "branchFilter":{"shape":"String"}
409
424
  }
410
425
  },
411
426
  "CreateWebhookOutput":{
@@ -889,6 +904,21 @@
889
904
  "project":{"shape":"Project"}
890
905
  }
891
906
  },
907
+ "UpdateWebhookInput":{
908
+ "type":"structure",
909
+ "required":["projectName"],
910
+ "members":{
911
+ "projectName":{"shape":"ProjectName"},
912
+ "branchFilter":{"shape":"String"},
913
+ "rotateSecret":{"shape":"Boolean"}
914
+ }
915
+ },
916
+ "UpdateWebhookOutput":{
917
+ "type":"structure",
918
+ "members":{
919
+ "webhook":{"shape":"Webhook"}
920
+ }
921
+ },
892
922
  "ValueInput":{
893
923
  "type":"string",
894
924
  "max":255,
@@ -908,7 +938,9 @@
908
938
  "members":{
909
939
  "url":{"shape":"NonEmptyString"},
910
940
  "payloadUrl":{"shape":"NonEmptyString"},
911
- "secret":{"shape":"NonEmptyString"}
941
+ "secret":{"shape":"NonEmptyString"},
942
+ "branchFilter":{"shape":"String"},
943
+ "lastModifiedSecret":{"shape":"Timestamp"}
912
944
  }
913
945
  },
914
946
  "WrapperBoolean":{"type":"boolean"},
@@ -798,6 +798,7 @@
798
798
  "serviceName":{"shape":"String"},
799
799
  "taskDefinition":{"shape":"String"},
800
800
  "loadBalancers":{"shape":"LoadBalancers"},
801
+ "serviceRegistries":{"shape":"ServiceRegistries"},
801
802
  "desiredCount":{"shape":"BoxedInteger"},
802
803
  "clientToken":{"shape":"String"},
803
804
  "launchType":{"shape":"LaunchType"},
@@ -1529,6 +1530,7 @@
1529
1530
  "serviceName":{"shape":"String"},
1530
1531
  "clusterArn":{"shape":"String"},
1531
1532
  "loadBalancers":{"shape":"LoadBalancers"},
1533
+ "serviceRegistries":{"shape":"ServiceRegistries"},
1532
1534
  "status":{"shape":"String"},
1533
1535
  "desiredCount":{"shape":"Integer"},
1534
1536
  "runningCount":{"shape":"Integer"},
@@ -1571,6 +1573,17 @@
1571
1573
  },
1572
1574
  "exception":true
1573
1575
  },
1576
+ "ServiceRegistries":{
1577
+ "type":"list",
1578
+ "member":{"shape":"ServiceRegistry"}
1579
+ },
1580
+ "ServiceRegistry":{
1581
+ "type":"structure",
1582
+ "members":{
1583
+ "registryArn":{"shape":"String"},
1584
+ "port":{"shape":"BoxedInteger"}
1585
+ }
1586
+ },
1574
1587
  "Services":{
1575
1588
  "type":"list",
1576
1589
  "member":{"shape":"Service"}
@@ -1169,12 +1169,17 @@
1169
1169
  "mediaconvert" : {
1170
1170
  "endpoints" : {
1171
1171
  "ap-northeast-1" : { },
1172
+ "ap-northeast-2" : { },
1172
1173
  "ap-south-1" : { },
1173
1174
  "ap-southeast-1" : { },
1174
1175
  "ap-southeast-2" : { },
1176
+ "ca-central-1" : { },
1175
1177
  "eu-central-1" : { },
1176
1178
  "eu-west-1" : { },
1179
+ "eu-west-2" : { },
1180
+ "sa-east-1" : { },
1177
1181
  "us-east-1" : { },
1182
+ "us-east-2" : { },
1178
1183
  "us-west-1" : { },
1179
1184
  "us-west-2" : { }
1180
1185
  }
@@ -1192,11 +1197,13 @@
1192
1197
  "mediapackage" : {
1193
1198
  "endpoints" : {
1194
1199
  "ap-northeast-1" : { },
1200
+ "ap-northeast-2" : { },
1195
1201
  "ap-southeast-1" : { },
1196
1202
  "ap-southeast-2" : { },
1197
1203
  "eu-central-1" : { },
1198
1204
  "eu-west-1" : { },
1199
1205
  "eu-west-3" : { },
1206
+ "sa-east-1" : { },
1200
1207
  "us-east-1" : { },
1201
1208
  "us-west-2" : { }
1202
1209
  }
@@ -1,3 +1,3 @@
1
1
  module Aws
2
- VERSION = '2.11.19'
2
+ VERSION = '2.11.20'
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.19
4
+ version: 2.11.20
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-03-21 00:00:00.000000000 Z
11
+ date: 2018-03-22 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jmespath