aws-sdk-core 2.10.112 → 2.10.113

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: 4dc5c29c3609d734a2a30ae6e7fd26eaf6faeb42
4
- data.tar.gz: addbaeac42902821f4994502ee1ece10c6991086
3
+ metadata.gz: a1fa98e0597441f18a39f366117db21dc2e7168c
4
+ data.tar.gz: d11b9e8f26078e040f72a3fce2be3dc018204151
5
5
  SHA512:
6
- metadata.gz: 78f261e29e3839072cfa9db6a43a73dacf5c100fddaab8c5233a645df27d06c7e38cb207f35fbfb37d014ba134b1a1cf5ad6c018cbb720c357098083746053fe
7
- data.tar.gz: 3594db8e201d353b84ede8fa1634c34cbb8764635e225bd1adc35a60e04aa8d5d0e534a560215883c41a1483ce7cb1e827859f22e3e92c33923a148d1a3d7dfd
6
+ metadata.gz: 7452a092f15f855a27e5ef8a61587687e075ffb0133476fe2361938bbcda5f8ed0f00a9aabd023d34021dee359fcffde204a9e56148b38257b8c8de03175a50d
7
+ data.tar.gz: a81b650703ede471d9aeebed50e4d5e884a9d27f5546ec9b0cd0a671f532579347d4af29cf606ec980effaaf45695a23536c3bc71ad69e9c2e4d5616306ce9bb
@@ -23,6 +23,7 @@
23
23
  "input":{"shape":"AddTagsToOnPremisesInstancesInput"},
24
24
  "errors":[
25
25
  {"shape":"InstanceNameRequiredException"},
26
+ {"shape":"InvalidInstanceNameException"},
26
27
  {"shape":"TagRequiredException"},
27
28
  {"shape":"InvalidTagException"},
28
29
  {"shape":"TagLimitExceededException"},
@@ -287,6 +288,22 @@
287
288
  {"shape":"InvalidRoleException"}
288
289
  ]
289
290
  },
291
+ "DeleteGitHubAccountToken":{
292
+ "name":"DeleteGitHubAccountToken",
293
+ "http":{
294
+ "method":"POST",
295
+ "requestUri":"/"
296
+ },
297
+ "input":{"shape":"DeleteGitHubAccountTokenInput"},
298
+ "output":{"shape":"DeleteGitHubAccountTokenOutput"},
299
+ "errors":[
300
+ {"shape":"GitHubAccountTokenNameRequiredException"},
301
+ {"shape":"GitHubAccountTokenDoesNotExistException"},
302
+ {"shape":"InvalidGitHubAccountTokenNameException"},
303
+ {"shape":"ResourceValidationException"},
304
+ {"shape":"OperationNotSupportedException"}
305
+ ]
306
+ },
290
307
  "DeregisterOnPremisesInstance":{
291
308
  "name":"DeregisterOnPremisesInstance",
292
309
  "http":{
@@ -596,6 +613,7 @@
596
613
  "input":{"shape":"RemoveTagsFromOnPremisesInstancesInput"},
597
614
  "errors":[
598
615
  {"shape":"InstanceNameRequiredException"},
616
+ {"shape":"InvalidInstanceNameException"},
599
617
  {"shape":"TagRequiredException"},
600
618
  {"shape":"InvalidTagException"},
601
619
  {"shape":"TagLimitExceededException"},
@@ -982,10 +1000,7 @@
982
1000
  },
983
1001
  "CreateDeploymentConfigInput":{
984
1002
  "type":"structure",
985
- "required":[
986
- "deploymentConfigName",
987
- "minimumHealthyHosts"
988
- ],
1003
+ "required":["deploymentConfigName"],
989
1004
  "members":{
990
1005
  "deploymentConfigName":{"shape":"DeploymentConfigName"},
991
1006
  "minimumHealthyHosts":{"shape":"MinimumHealthyHosts"},
@@ -1083,6 +1098,18 @@
1083
1098
  "hooksNotCleanedUp":{"shape":"AutoScalingGroupList"}
1084
1099
  }
1085
1100
  },
1101
+ "DeleteGitHubAccountTokenInput":{
1102
+ "type":"structure",
1103
+ "members":{
1104
+ "tokenName":{"shape":"GitHubAccountTokenName"}
1105
+ }
1106
+ },
1107
+ "DeleteGitHubAccountTokenOutput":{
1108
+ "type":"structure",
1109
+ "members":{
1110
+ "tokenName":{"shape":"GitHubAccountTokenName"}
1111
+ }
1112
+ },
1086
1113
  "DeploymentAlreadyCompletedException":{
1087
1114
  "type":"structure",
1088
1115
  "members":{
@@ -1587,6 +1614,12 @@
1587
1614
  "type":"list",
1588
1615
  "member":{"shape":"GitHubAccountTokenName"}
1589
1616
  },
1617
+ "GitHubAccountTokenNameRequiredException":{
1618
+ "type":"structure",
1619
+ "members":{
1620
+ },
1621
+ "exception":true
1622
+ },
1590
1623
  "GitHubLocation":{
1591
1624
  "type":"structure",
1592
1625
  "members":{
@@ -429,10 +429,7 @@
429
429
  },
430
430
  "ConfigurationTagSet":{
431
431
  "type":"list",
432
- "member":{
433
- "shape":"ConfigurationTag",
434
- "locationName":"item"
435
- }
432
+ "member":{"shape":"ConfigurationTag"}
436
433
  },
437
434
  "Configurations":{
438
435
  "type":"list",
@@ -725,10 +722,7 @@
725
722
  "FilterValue":{"type":"string"},
726
723
  "FilterValues":{
727
724
  "type":"list",
728
- "member":{
729
- "shape":"FilterValue",
730
- "locationName":"item"
731
- }
725
+ "member":{"shape":"FilterValue"}
732
726
  },
733
727
  "Filters":{
734
728
  "type":"list",
@@ -930,10 +924,7 @@
930
924
  "TagKey":{"type":"string"},
931
925
  "TagSet":{
932
926
  "type":"list",
933
- "member":{
934
- "shape":"Tag",
935
- "locationName":"item"
936
- }
927
+ "member":{"shape":"Tag"}
937
928
  },
938
929
  "TagValue":{"type":"string"},
939
930
  "TimeStamp":{"type":"timestamp"},
@@ -220,6 +220,7 @@
220
220
  "errors":[
221
221
  {"shape":"NoSuchTrafficPolicy"},
222
222
  {"shape":"InvalidInput"},
223
+ {"shape":"TooManyTrafficPolicyVersionsForCurrentPolicy"},
223
224
  {"shape":"ConcurrentModification"},
224
225
  {"shape":"InvalidTrafficPolicyDocument"}
225
226
  ]
@@ -3435,6 +3436,14 @@
3435
3436
  "error":{"httpStatusCode":400},
3436
3437
  "exception":true
3437
3438
  },
3439
+ "TooManyTrafficPolicyVersionsForCurrentPolicy":{
3440
+ "type":"structure",
3441
+ "members":{
3442
+ "message":{"shape":"ErrorMessage"}
3443
+ },
3444
+ "error":{"httpStatusCode":400},
3445
+ "exception":true
3446
+ },
3438
3447
  "TooManyVPCAssociationAuthorizations":{
3439
3448
  "type":"structure",
3440
3449
  "members":{
@@ -1,3 +1,3 @@
1
1
  module Aws
2
- VERSION = '2.10.112'
2
+ VERSION = '2.10.113'
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.112
4
+ version: 2.10.113
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-01-05 00:00:00.000000000 Z
11
+ date: 2018-01-09 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jmespath