aws-sdk-core 2.10.113 → 2.10.114

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: a1fa98e0597441f18a39f366117db21dc2e7168c
4
- data.tar.gz: d11b9e8f26078e040f72a3fce2be3dc018204151
3
+ metadata.gz: 791c4bb461de9e5f8db0161ee3cf38524baed115
4
+ data.tar.gz: 43858b734e371cda11274b58c7dbb00ab887e1fd
5
5
  SHA512:
6
- metadata.gz: 7452a092f15f855a27e5ef8a61587687e075ffb0133476fe2361938bbcda5f8ed0f00a9aabd023d34021dee359fcffde204a9e56148b38257b8c8de03175a50d
7
- data.tar.gz: a81b650703ede471d9aeebed50e4d5e884a9d27f5546ec9b0cd0a671f532579347d4af29cf606ec980effaaf45695a23536c3bc71ad69e9c2e4d5616306ce9bb
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}$"
@@ -1,3 +1,3 @@
1
1
  module Aws
2
- VERSION = '2.10.113'
2
+ VERSION = '2.10.114'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-core
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.10.113
4
+ version: 2.10.114
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services