aws-sdk-core 2.9.42 → 2.9.43

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: 530464e3ee6615402e6bda4b5b679130b47dce19
4
- data.tar.gz: a1da09a0e847057c0573fef1a6bebd90229e23a8
3
+ metadata.gz: 09ab2f55c94f2f13155b8f5290834cc5e21555a1
4
+ data.tar.gz: e123c09950da52bfdafb3d6a878b6af5f93e55ee
5
5
  SHA512:
6
- metadata.gz: b43038572d7b15671d1792c1a045460ec5fb62d2e2f1202bea4b46a82470fe80bd5c037831155d6ece4714aec27abf7badd6e55cbce6a0e3554cbf730ce8662a
7
- data.tar.gz: fbe52db39805ff71285cfb028026264dece34a3797f14fda8220cbd94768223b7168f9101bf97f563c8eef3ae16ae3523457169a027ac23cfa7ab1225231df5d
6
+ metadata.gz: c944d5504d28a870a553f472c2440ab68fd892ed522261536f23ebd933860c62083f270872d413fba018b617718e0adbb890274d317884302235b1fa24d921f0
7
+ data.tar.gz: e48b89af7a7694d3faa6e2ea12b9e1575eb6ccb22752b939356e5bf00b4114e40f9801afa42c4324bbff32f2de56f3b2f48d9d9c6a67ab1836189a0532ce6751
@@ -65,6 +65,7 @@
65
65
  "output":{"shape":"CancelHandshakeResponse"},
66
66
  "errors":[
67
67
  {"shape":"AccessDeniedException"},
68
+ {"shape":"ConcurrentModificationException"},
68
69
  {"shape":"HandshakeNotFoundException"},
69
70
  {"shape":"InvalidHandshakeTransitionException"},
70
71
  {"shape":"HandshakeAlreadyInStateException"},
@@ -84,6 +85,7 @@
84
85
  "errors":[
85
86
  {"shape":"AccessDeniedException"},
86
87
  {"shape":"AWSOrganizationsNotInUseException"},
88
+ {"shape":"ConcurrentModificationException"},
87
89
  {"shape":"ConstraintViolationException"},
88
90
  {"shape":"InvalidInputException"},
89
91
  {"shape":"FinalizingOrganizationException"},
@@ -120,6 +122,7 @@
120
122
  "errors":[
121
123
  {"shape":"AccessDeniedException"},
122
124
  {"shape":"AWSOrganizationsNotInUseException"},
125
+ {"shape":"ConcurrentModificationException"},
123
126
  {"shape":"ConstraintViolationException"},
124
127
  {"shape":"DuplicateOrganizationalUnitException"},
125
128
  {"shape":"InvalidInputException"},
@@ -159,6 +162,7 @@
159
162
  "output":{"shape":"DeclineHandshakeResponse"},
160
163
  "errors":[
161
164
  {"shape":"AccessDeniedException"},
165
+ {"shape":"ConcurrentModificationException"},
162
166
  {"shape":"HandshakeNotFoundException"},
163
167
  {"shape":"InvalidHandshakeTransitionException"},
164
168
  {"shape":"HandshakeAlreadyInStateException"},
@@ -263,6 +267,7 @@
263
267
  "output":{"shape":"DescribeHandshakeResponse"},
264
268
  "errors":[
265
269
  {"shape":"AccessDeniedException"},
270
+ {"shape":"ConcurrentModificationException"},
266
271
  {"shape":"HandshakeNotFoundException"},
267
272
  {"shape":"InvalidInputException"},
268
273
  {"shape":"ServiceException"},
@@ -279,6 +284,7 @@
279
284
  "errors":[
280
285
  {"shape":"AccessDeniedException"},
281
286
  {"shape":"AWSOrganizationsNotInUseException"},
287
+ {"shape":"ConcurrentModificationException"},
282
288
  {"shape":"ServiceException"},
283
289
  {"shape":"TooManyRequestsException"}
284
290
  ]
@@ -368,6 +374,7 @@
368
374
  "errors":[
369
375
  {"shape":"AccessDeniedException"},
370
376
  {"shape":"AWSOrganizationsNotInUseException"},
377
+ {"shape":"ConcurrentModificationException"},
371
378
  {"shape":"HandshakeConstraintViolationException"},
372
379
  {"shape":"InvalidInputException"},
373
380
  {"shape":"ServiceException"},
@@ -406,6 +413,7 @@
406
413
  "errors":[
407
414
  {"shape":"AccessDeniedException"},
408
415
  {"shape":"AWSOrganizationsNotInUseException"},
416
+ {"shape":"ConcurrentModificationException"},
409
417
  {"shape":"HandshakeConstraintViolationException"},
410
418
  {"shape":"DuplicateHandshakeException"},
411
419
  {"shape":"InvalidInputException"},
@@ -508,6 +516,7 @@
508
516
  "output":{"shape":"ListHandshakesForAccountResponse"},
509
517
  "errors":[
510
518
  {"shape":"AccessDeniedException"},
519
+ {"shape":"ConcurrentModificationException"},
511
520
  {"shape":"InvalidInputException"},
512
521
  {"shape":"ServiceException"},
513
522
  {"shape":"TooManyRequestsException"}
@@ -524,6 +533,7 @@
524
533
  "errors":[
525
534
  {"shape":"AccessDeniedException"},
526
535
  {"shape":"AWSOrganizationsNotInUseException"},
536
+ {"shape":"ConcurrentModificationException"},
527
537
  {"shape":"InvalidInputException"},
528
538
  {"shape":"ServiceException"},
529
539
  {"shape":"TooManyRequestsException"}
@@ -883,6 +893,8 @@
883
893
  "MAX_POLICY_TYPE_ATTACHMENT_LIMIT_EXCEEDED",
884
894
  "MIN_POLICY_TYPE_ATTACHMENT_LIMIT_EXCEEDED",
885
895
  "ACCOUNT_CANNOT_LEAVE_ORGANIZATION",
896
+ "ACCOUNT_CANNOT_LEAVE_WITHOUT_EULA",
897
+ "ACCOUNT_CANNOT_LEAVE_WITHOUT_PHONE_VERIFICATION",
886
898
  "MASTER_ACCOUNT_PAYMENT_INSTRUMENT_REQUIRED",
887
899
  "MEMBER_ACCOUNT_PAYMENT_INSTRUMENT_REQUIRED",
888
900
  "ACCOUNT_CREATION_RATE_LIMIT_EXCEEDED",
@@ -1400,7 +1412,8 @@
1400
1412
  "INPUT_REQUIRED",
1401
1413
  "INVALID_NEXT_TOKEN",
1402
1414
  "MAX_LIMIT_EXCEEDED_FILTER",
1403
- "MOVING_ACCOUNT_BETWEEN_DIFFERENT_ROOTS"
1415
+ "MOVING_ACCOUNT_BETWEEN_DIFFERENT_ROOTS",
1416
+ "INVALID_FULL_NAME_TARGET"
1404
1417
  ]
1405
1418
  },
1406
1419
  "InviteAccountToOrganizationRequest":{
@@ -1,3 +1,3 @@
1
1
  module Aws
2
- VERSION = '2.9.42'
2
+ VERSION = '2.9.43'
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.9.42
4
+ version: 2.9.43
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: 2017-06-16 00:00:00.000000000 Z
11
+ date: 2017-06-19 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jmespath