aws-sdk-core 2.10.69 → 2.10.70

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: 6a3f00dbb905099ca81d2b5bee7d63a9bae39e45
4
- data.tar.gz: 71b43e6c27d02034b242a642fd149e9fb8d77c5e
3
+ metadata.gz: 83d866b3d82eebce3e90f033491cdf0bbd545072
4
+ data.tar.gz: 851181bd07fa150cfd461bc874c2375256fe4526
5
5
  SHA512:
6
- metadata.gz: d7868a9ff57dd51e4480642bb050a4c8135e31113687343aaf08fdebd3384983e7e3dae5ede4dc15a7b1c66c0ace7827748fb0e3543b8a9a80e00681458da6dc
7
- data.tar.gz: f48857bf0ae50e5c810a55dd590231dcc36ca35bf8b03b73be83b29bfcb3883642ace935d4463f6561c326b99f9b4a33af610038c1c1a1e04fbbc6e7c3744c9d
6
+ metadata.gz: 775e0295ca1bbf2affc125c8f88b8b3c9782485bd9e5dca90bdb22cd59ff694f90c2d06101b0a0a8976c9159ebadd6c58ef888a6c0c2ab3b1da7f2495f7a9b1d
7
+ data.tar.gz: f57da1f803445fbdd7a34a385a44d91ca57ec35b844ca4394941ee90b14f00d1b0813af9e5a24f57089c3ed2bbe9d25095693cafe7594d6e636158ffbd6f0e14
@@ -7,6 +7,7 @@
7
7
  "protocol":"json",
8
8
  "serviceAbbreviation":"Organizations",
9
9
  "serviceFullName":"AWS Organizations",
10
+ "serviceId":"Organizations",
10
11
  "signatureVersion":"v4",
11
12
  "targetPrefix":"AWSOrganizationsV20161128",
12
13
  "timestampFormat":"unixTimestamp",
@@ -31,7 +32,8 @@
31
32
  {"shape":"InvalidInputException"},
32
33
  {"shape":"ConcurrentModificationException"},
33
34
  {"shape":"ServiceException"},
34
- {"shape":"TooManyRequestsException"}
35
+ {"shape":"TooManyRequestsException"},
36
+ {"shape":"AccessDeniedForDependencyException"}
35
37
  ]
36
38
  },
37
39
  "AttachPolicy":{
@@ -108,7 +110,8 @@
108
110
  {"shape":"ConstraintViolationException"},
109
111
  {"shape":"InvalidInputException"},
110
112
  {"shape":"ServiceException"},
111
- {"shape":"TooManyRequestsException"}
113
+ {"shape":"TooManyRequestsException"},
114
+ {"shape":"AccessDeniedForDependencyException"}
112
115
  ]
113
116
  },
114
117
  "CreateOrganizationalUnit":{
@@ -747,6 +750,18 @@
747
750
  },
748
751
  "exception":true
749
752
  },
753
+ "AccessDeniedForDependencyException":{
754
+ "type":"structure",
755
+ "members":{
756
+ "Message":{"shape":"ExceptionMessage"},
757
+ "Reason":{"shape":"AccessDeniedForDependencyExceptionReason"}
758
+ },
759
+ "exception":true
760
+ },
761
+ "AccessDeniedForDependencyExceptionReason":{
762
+ "type":"string",
763
+ "enum":["ACCESS_DENIED_DURING_CREATE_SERVICE_LINKED_ROLE"]
764
+ },
750
765
  "Account":{
751
766
  "type":"structure",
752
767
  "members":{
@@ -803,7 +818,8 @@
803
818
  "enum":[
804
819
  "INVITE",
805
820
  "ENABLE_ALL_FEATURES",
806
- "APPROVE_ALL_FEATURES"
821
+ "APPROVE_ALL_FEATURES",
822
+ "ADD_ORGANIZATIONS_SERVICE_LINKED_ROLE"
807
823
  ]
808
824
  },
809
825
  "AlreadyInOrganizationException":{
@@ -909,6 +925,7 @@
909
925
  "EMAIL_ALREADY_EXISTS",
910
926
  "INVALID_ADDRESS",
911
927
  "INVALID_EMAIL",
928
+ "CONCURRENT_ACCOUNT_MODIFICATION",
912
929
  "INTERNAL_FAILURE"
913
930
  ]
914
931
  },
@@ -1,3 +1,3 @@
1
1
  module Aws
2
- VERSION = '2.10.69'
2
+ VERSION = '2.10.70'
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.69
4
+ version: 2.10.70
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-10-20 00:00:00.000000000 Z
11
+ date: 2017-10-23 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jmespath