aws-sdk-core 2.10.113 → 2.10.114
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/apis/ds/2015-04-16/api-2.json +10 -1
- data/lib/aws-sdk-core/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 791c4bb461de9e5f8db0161ee3cf38524baed115
|
4
|
+
data.tar.gz: 43858b734e371cda11274b58c7dbb00ab887e1fd
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 1e3587c4a472b1e8062359063ac6e9a2fe3706419bb6c06acacdeaa6127c0f7dfc25b172b6085a2ca74c9f17016fe9d53bff9e21909fc80d02dd3d451769812b
|
7
|
+
data.tar.gz: 0574e9fb4826b0bd6fa12acca5c025138445822ff92fe5015cb8322aafd366c1787e146b18f2dd118b0f6d46335f52854dd3cf6bec1b9574d818195547d311d7
|
@@ -910,7 +910,8 @@
|
|
910
910
|
"ShortName":{"shape":"DirectoryShortName"},
|
911
911
|
"Password":{"shape":"Password"},
|
912
912
|
"Description":{"shape":"Description"},
|
913
|
-
"VpcSettings":{"shape":"DirectoryVpcSettings"}
|
913
|
+
"VpcSettings":{"shape":"DirectoryVpcSettings"},
|
914
|
+
"Edition":{"shape":"DirectoryEdition"}
|
914
915
|
}
|
915
916
|
},
|
916
917
|
"CreateMicrosoftADResult":{
|
@@ -1165,6 +1166,7 @@
|
|
1165
1166
|
"Name":{"shape":"DirectoryName"},
|
1166
1167
|
"ShortName":{"shape":"DirectoryShortName"},
|
1167
1168
|
"Size":{"shape":"DirectorySize"},
|
1169
|
+
"Edition":{"shape":"DirectoryEdition"},
|
1168
1170
|
"Alias":{"shape":"AliasName"},
|
1169
1171
|
"AccessUrl":{"shape":"AccessUrl"},
|
1170
1172
|
"Description":{"shape":"Description"},
|
@@ -1186,6 +1188,13 @@
|
|
1186
1188
|
"type":"list",
|
1187
1189
|
"member":{"shape":"DirectoryDescription"}
|
1188
1190
|
},
|
1191
|
+
"DirectoryEdition":{
|
1192
|
+
"type":"string",
|
1193
|
+
"enum":[
|
1194
|
+
"Enterprise",
|
1195
|
+
"Standard"
|
1196
|
+
]
|
1197
|
+
},
|
1189
1198
|
"DirectoryId":{
|
1190
1199
|
"type":"string",
|
1191
1200
|
"pattern":"^d-[0-9a-f]{10}$"
|
data/lib/aws-sdk-core/version.rb
CHANGED