aws-sdk-core 2.11.136 → 2.11.137

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: b79dbbd5ca0199761a6c4ecea2388b423af9dab7
4
- data.tar.gz: d328a0592b43b96b57caa8e093dd03a3536e6989
3
+ metadata.gz: 15e139191ee06b10a0ac2cf1bc9cf8d3b48a6853
4
+ data.tar.gz: 97b1d08d9acc5033180399f6c8754a7ee2dea47e
5
5
  SHA512:
6
- metadata.gz: d049e545592200a3fab9fdc09ec9355df989f0787467b70bb74528d7cd76eb156689da1d044d5a56823faa9664d5211c61d9c4732f6e56ab83e96f212facd7b8
7
- data.tar.gz: 28ee99b94b0f2fa539e4679947eca446ddb3ce7e05d9f60bbbe706286af2cee513ffeb1055dea439462a65ec7e1b3e268da4b1f3cb531cdd4c6d5db770e3e794
6
+ metadata.gz: 8653045cae35a045d97ff717b447810bb4cc61bf1efc0aa033f89d95a4bc92c465536797bccc5d8001cc27573cc6c40570ac5e20b3fd961415cb46cadbfa9687
7
+ data.tar.gz: 656a18c144165f478e7a34940a16e89b8dee83aa1a9a787907b5c01e5d25742e1fe2745b9bb6344a9846d97d2943b361c1313a1315dbf70c08d7a5aa43aa5075
@@ -13,6 +13,22 @@
13
13
  "uid":"ds-2015-04-16"
14
14
  },
15
15
  "operations":{
16
+ "AcceptSharedDirectory":{
17
+ "name":"AcceptSharedDirectory",
18
+ "http":{
19
+ "method":"POST",
20
+ "requestUri":"/"
21
+ },
22
+ "input":{"shape":"AcceptSharedDirectoryRequest"},
23
+ "output":{"shape":"AcceptSharedDirectoryResult"},
24
+ "errors":[
25
+ {"shape":"InvalidParameterException"},
26
+ {"shape":"EntityDoesNotExistException"},
27
+ {"shape":"DirectoryAlreadySharedException"},
28
+ {"shape":"ClientException"},
29
+ {"shape":"ServiceException"}
30
+ ]
31
+ },
16
32
  "AddIpRoutes":{
17
33
  "name":"AddIpRoutes",
18
34
  "http":{
@@ -367,6 +383,23 @@
367
383
  {"shape":"ServiceException"}
368
384
  ]
369
385
  },
386
+ "DescribeSharedDirectories":{
387
+ "name":"DescribeSharedDirectories",
388
+ "http":{
389
+ "method":"POST",
390
+ "requestUri":"/"
391
+ },
392
+ "input":{"shape":"DescribeSharedDirectoriesRequest"},
393
+ "output":{"shape":"DescribeSharedDirectoriesResult"},
394
+ "errors":[
395
+ {"shape":"EntityDoesNotExistException"},
396
+ {"shape":"InvalidNextTokenException"},
397
+ {"shape":"InvalidParameterException"},
398
+ {"shape":"UnsupportedOperationException"},
399
+ {"shape":"ClientException"},
400
+ {"shape":"ServiceException"}
401
+ ]
402
+ },
370
403
  "DescribeSnapshots":{
371
404
  "name":"DescribeSnapshots",
372
405
  "http":{
@@ -567,6 +600,22 @@
567
600
  {"shape":"ServiceException"}
568
601
  ]
569
602
  },
603
+ "RejectSharedDirectory":{
604
+ "name":"RejectSharedDirectory",
605
+ "http":{
606
+ "method":"POST",
607
+ "requestUri":"/"
608
+ },
609
+ "input":{"shape":"RejectSharedDirectoryRequest"},
610
+ "output":{"shape":"RejectSharedDirectoryResult"},
611
+ "errors":[
612
+ {"shape":"InvalidParameterException"},
613
+ {"shape":"EntityDoesNotExistException"},
614
+ {"shape":"DirectoryAlreadySharedException"},
615
+ {"shape":"ClientException"},
616
+ {"shape":"ServiceException"}
617
+ ]
618
+ },
570
619
  "RemoveIpRoutes":{
571
620
  "name":"RemoveIpRoutes",
572
621
  "http":{
@@ -631,6 +680,27 @@
631
680
  {"shape":"ServiceException"}
632
681
  ]
633
682
  },
683
+ "ShareDirectory":{
684
+ "name":"ShareDirectory",
685
+ "http":{
686
+ "method":"POST",
687
+ "requestUri":"/"
688
+ },
689
+ "input":{"shape":"ShareDirectoryRequest"},
690
+ "output":{"shape":"ShareDirectoryResult"},
691
+ "errors":[
692
+ {"shape":"DirectoryAlreadySharedException"},
693
+ {"shape":"EntityDoesNotExistException"},
694
+ {"shape":"InvalidTargetException"},
695
+ {"shape":"InvalidParameterException"},
696
+ {"shape":"ClientException"},
697
+ {"shape":"ShareLimitExceededException"},
698
+ {"shape":"OrganizationsException"},
699
+ {"shape":"AccessDeniedException"},
700
+ {"shape":"UnsupportedOperationException"},
701
+ {"shape":"ServiceException"}
702
+ ]
703
+ },
634
704
  "StartSchemaExtension":{
635
705
  "name":"StartSchemaExtension",
636
706
  "http":{
@@ -648,6 +718,22 @@
648
718
  {"shape":"ServiceException"}
649
719
  ]
650
720
  },
721
+ "UnshareDirectory":{
722
+ "name":"UnshareDirectory",
723
+ "http":{
724
+ "method":"POST",
725
+ "requestUri":"/"
726
+ },
727
+ "input":{"shape":"UnshareDirectoryRequest"},
728
+ "output":{"shape":"UnshareDirectoryResult"},
729
+ "errors":[
730
+ {"shape":"EntityDoesNotExistException"},
731
+ {"shape":"InvalidTargetException"},
732
+ {"shape":"DirectoryNotSharedException"},
733
+ {"shape":"ClientException"},
734
+ {"shape":"ServiceException"}
735
+ ]
736
+ },
651
737
  "UpdateConditionalForwarder":{
652
738
  "name":"UpdateConditionalForwarder",
653
739
  "http":{
@@ -716,6 +802,27 @@
716
802
  }
717
803
  },
718
804
  "shapes":{
805
+ "AcceptSharedDirectoryRequest":{
806
+ "type":"structure",
807
+ "required":["SharedDirectoryId"],
808
+ "members":{
809
+ "SharedDirectoryId":{"shape":"DirectoryId"}
810
+ }
811
+ },
812
+ "AcceptSharedDirectoryResult":{
813
+ "type":"structure",
814
+ "members":{
815
+ "SharedDirectory":{"shape":"SharedDirectory"}
816
+ }
817
+ },
818
+ "AccessDeniedException":{
819
+ "type":"structure",
820
+ "members":{
821
+ "Message":{"shape":"ExceptionMessage"},
822
+ "RequestId":{"shape":"RequestId"}
823
+ },
824
+ "exception":true
825
+ },
719
826
  "AccessUrl":{
720
827
  "type":"string",
721
828
  "max":128,
@@ -1041,6 +1148,10 @@
1041
1148
  }
1042
1149
  },
1043
1150
  "CreatedDateTime":{"type":"timestamp"},
1151
+ "CustomerId":{
1152
+ "type":"string",
1153
+ "pattern":"^(\\d{12})$"
1154
+ },
1044
1155
  "CustomerUserName":{
1045
1156
  "type":"string",
1046
1157
  "max":64,
@@ -1191,6 +1302,23 @@
1191
1302
  "EventTopics":{"shape":"EventTopics"}
1192
1303
  }
1193
1304
  },
1305
+ "DescribeSharedDirectoriesRequest":{
1306
+ "type":"structure",
1307
+ "required":["OwnerDirectoryId"],
1308
+ "members":{
1309
+ "OwnerDirectoryId":{"shape":"DirectoryId"},
1310
+ "SharedDirectoryIds":{"shape":"DirectoryIds"},
1311
+ "NextToken":{"shape":"NextToken"},
1312
+ "Limit":{"shape":"Limit"}
1313
+ }
1314
+ },
1315
+ "DescribeSharedDirectoriesResult":{
1316
+ "type":"structure",
1317
+ "members":{
1318
+ "SharedDirectories":{"shape":"SharedDirectories"},
1319
+ "NextToken":{"shape":"NextToken"}
1320
+ }
1321
+ },
1194
1322
  "DescribeSnapshotsRequest":{
1195
1323
  "type":"structure",
1196
1324
  "members":{
@@ -1233,6 +1361,14 @@
1233
1361
  "type":"integer",
1234
1362
  "min":2
1235
1363
  },
1364
+ "DirectoryAlreadySharedException":{
1365
+ "type":"structure",
1366
+ "members":{
1367
+ "Message":{"shape":"ExceptionMessage"},
1368
+ "RequestId":{"shape":"RequestId"}
1369
+ },
1370
+ "exception":true
1371
+ },
1236
1372
  "DirectoryConnectSettings":{
1237
1373
  "type":"structure",
1238
1374
  "required":[
@@ -1272,6 +1408,9 @@
1272
1408
  "Description":{"shape":"Description"},
1273
1409
  "DnsIpAddrs":{"shape":"DnsIpAddrs"},
1274
1410
  "Stage":{"shape":"DirectoryStage"},
1411
+ "ShareStatus":{"shape":"ShareStatus"},
1412
+ "ShareMethod":{"shape":"ShareMethod"},
1413
+ "ShareNotes":{"shape":"Notes"},
1275
1414
  "LaunchTime":{"shape":"LaunchTime"},
1276
1415
  "StageLastUpdatedDateTime":{"shape":"LastUpdatedDateTime"},
1277
1416
  "Type":{"shape":"DirectoryType"},
@@ -1281,7 +1420,8 @@
1281
1420
  "RadiusStatus":{"shape":"RadiusStatus"},
1282
1421
  "StageReason":{"shape":"StageReason"},
1283
1422
  "SsoEnabled":{"shape":"SsoEnabled"},
1284
- "DesiredNumberOfDomainControllers":{"shape":"DesiredNumberOfDomainControllers"}
1423
+ "DesiredNumberOfDomainControllers":{"shape":"DesiredNumberOfDomainControllers"},
1424
+ "OwnerDirectoryDescription":{"shape":"OwnerDirectoryDescription"}
1285
1425
  }
1286
1426
  },
1287
1427
  "DirectoryDescriptions":{
@@ -1329,6 +1469,14 @@
1329
1469
  "type":"string",
1330
1470
  "pattern":"^([a-zA-Z0-9]+[\\\\.-])+([a-zA-Z0-9])+$"
1331
1471
  },
1472
+ "DirectoryNotSharedException":{
1473
+ "type":"structure",
1474
+ "members":{
1475
+ "Message":{"shape":"ExceptionMessage"},
1476
+ "RequestId":{"shape":"RequestId"}
1477
+ },
1478
+ "exception":true
1479
+ },
1332
1480
  "DirectoryShortName":{
1333
1481
  "type":"string",
1334
1482
  "pattern":"^[^\\\\/:*?\\\"\\<\\>|.]+[^\\\\/:*?\\\"<>|]*$"
@@ -1361,7 +1509,8 @@
1361
1509
  "enum":[
1362
1510
  "SimpleAD",
1363
1511
  "ADConnector",
1364
- "MicrosoftAD"
1512
+ "MicrosoftAD",
1513
+ "SharedMicrosoftAD"
1365
1514
  ]
1366
1515
  },
1367
1516
  "DirectoryUnavailableException":{
@@ -1588,6 +1737,14 @@
1588
1737
  },
1589
1738
  "exception":true
1590
1739
  },
1740
+ "InvalidTargetException":{
1741
+ "type":"structure",
1742
+ "members":{
1743
+ "Message":{"shape":"ExceptionMessage"},
1744
+ "RequestId":{"shape":"RequestId"}
1745
+ },
1746
+ "exception":true
1747
+ },
1591
1748
  "IpAddr":{
1592
1749
  "type":"string",
1593
1750
  "pattern":"^(?:(?:25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)\\.){3}(?:25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)$"
@@ -1736,11 +1893,35 @@
1736
1893
  },
1737
1894
  "ManualSnapshotsLimitReached":{"type":"boolean"},
1738
1895
  "NextToken":{"type":"string"},
1896
+ "Notes":{
1897
+ "type":"string",
1898
+ "max":1024,
1899
+ "sensitive":true
1900
+ },
1739
1901
  "OrganizationalUnitDN":{
1740
1902
  "type":"string",
1741
1903
  "max":2000,
1742
1904
  "min":1
1743
1905
  },
1906
+ "OrganizationsException":{
1907
+ "type":"structure",
1908
+ "members":{
1909
+ "Message":{"shape":"ExceptionMessage"},
1910
+ "RequestId":{"shape":"RequestId"}
1911
+ },
1912
+ "exception":true
1913
+ },
1914
+ "OwnerDirectoryDescription":{
1915
+ "type":"structure",
1916
+ "members":{
1917
+ "DirectoryId":{"shape":"DirectoryId"},
1918
+ "AccountId":{"shape":"CustomerId"},
1919
+ "DnsIpAddrs":{"shape":"DnsIpAddrs"},
1920
+ "VpcSettings":{"shape":"DirectoryVpcSettingsDescription"},
1921
+ "RadiusSettings":{"shape":"RadiusSettings"},
1922
+ "RadiusStatus":{"shape":"RadiusStatus"}
1923
+ }
1924
+ },
1744
1925
  "Password":{
1745
1926
  "type":"string",
1746
1927
  "pattern":"(?=^.{8,64}$)((?=.*\\d)(?=.*[A-Z])(?=.*[a-z])|(?=.*\\d)(?=.*[^A-Za-z0-9\\s])(?=.*[a-z])|(?=.*[^A-Za-z0-9\\s])(?=.*[A-Z])(?=.*[a-z])|(?=.*\\d)(?=.*[A-Z])(?=.*[^A-Za-z0-9\\s]))^.*",
@@ -1818,6 +1999,19 @@
1818
1999
  "members":{
1819
2000
  }
1820
2001
  },
2002
+ "RejectSharedDirectoryRequest":{
2003
+ "type":"structure",
2004
+ "required":["SharedDirectoryId"],
2005
+ "members":{
2006
+ "SharedDirectoryId":{"shape":"DirectoryId"}
2007
+ }
2008
+ },
2009
+ "RejectSharedDirectoryResult":{
2010
+ "type":"structure",
2011
+ "members":{
2012
+ "SharedDirectoryId":{"shape":"DirectoryId"}
2013
+ }
2014
+ },
1821
2015
  "RemoteDomainName":{
1822
2016
  "type":"string",
1823
2017
  "pattern":"^([a-zA-Z0-9]+[\\\\.-])+([a-zA-Z0-9])+[.]?$"
@@ -1963,6 +2157,84 @@
1963
2157
  "exception":true,
1964
2158
  "fault":true
1965
2159
  },
2160
+ "ShareDirectoryRequest":{
2161
+ "type":"structure",
2162
+ "required":[
2163
+ "DirectoryId",
2164
+ "ShareTarget",
2165
+ "ShareMethod"
2166
+ ],
2167
+ "members":{
2168
+ "DirectoryId":{"shape":"DirectoryId"},
2169
+ "ShareNotes":{"shape":"Notes"},
2170
+ "ShareTarget":{"shape":"ShareTarget"},
2171
+ "ShareMethod":{"shape":"ShareMethod"}
2172
+ }
2173
+ },
2174
+ "ShareDirectoryResult":{
2175
+ "type":"structure",
2176
+ "members":{
2177
+ "SharedDirectoryId":{"shape":"DirectoryId"}
2178
+ }
2179
+ },
2180
+ "ShareLimitExceededException":{
2181
+ "type":"structure",
2182
+ "members":{
2183
+ "Message":{"shape":"ExceptionMessage"},
2184
+ "RequestId":{"shape":"RequestId"}
2185
+ },
2186
+ "exception":true
2187
+ },
2188
+ "ShareMethod":{
2189
+ "type":"string",
2190
+ "enum":[
2191
+ "ORGANIZATIONS",
2192
+ "HANDSHAKE"
2193
+ ]
2194
+ },
2195
+ "ShareStatus":{
2196
+ "type":"string",
2197
+ "enum":[
2198
+ "Shared",
2199
+ "PendingAcceptance",
2200
+ "Rejected",
2201
+ "Rejecting",
2202
+ "RejectFailed",
2203
+ "Sharing",
2204
+ "ShareFailed",
2205
+ "Deleted",
2206
+ "Deleting"
2207
+ ]
2208
+ },
2209
+ "ShareTarget":{
2210
+ "type":"structure",
2211
+ "required":[
2212
+ "Id",
2213
+ "Type"
2214
+ ],
2215
+ "members":{
2216
+ "Id":{"shape":"TargetId"},
2217
+ "Type":{"shape":"TargetType"}
2218
+ }
2219
+ },
2220
+ "SharedDirectories":{
2221
+ "type":"list",
2222
+ "member":{"shape":"SharedDirectory"}
2223
+ },
2224
+ "SharedDirectory":{
2225
+ "type":"structure",
2226
+ "members":{
2227
+ "OwnerAccountId":{"shape":"CustomerId"},
2228
+ "OwnerDirectoryId":{"shape":"DirectoryId"},
2229
+ "ShareMethod":{"shape":"ShareMethod"},
2230
+ "SharedAccountId":{"shape":"CustomerId"},
2231
+ "SharedDirectoryId":{"shape":"DirectoryId"},
2232
+ "ShareStatus":{"shape":"ShareStatus"},
2233
+ "ShareNotes":{"shape":"Notes"},
2234
+ "CreatedDateTime":{"shape":"CreatedDateTime"},
2235
+ "LastUpdatedDateTime":{"shape":"LastUpdatedDateTime"}
2236
+ }
2237
+ },
1966
2238
  "Snapshot":{
1967
2239
  "type":"structure",
1968
2240
  "members":{
@@ -2097,6 +2369,15 @@
2097
2369
  "type":"list",
2098
2370
  "member":{"shape":"Tag"}
2099
2371
  },
2372
+ "TargetId":{
2373
+ "type":"string",
2374
+ "max":64,
2375
+ "min":1
2376
+ },
2377
+ "TargetType":{
2378
+ "type":"string",
2379
+ "enum":["ACCOUNT"]
2380
+ },
2100
2381
  "TopicArn":{"type":"string"},
2101
2382
  "TopicName":{
2102
2383
  "type":"string",
@@ -2176,6 +2457,34 @@
2176
2457
  "type":"list",
2177
2458
  "member":{"shape":"Trust"}
2178
2459
  },
2460
+ "UnshareDirectoryRequest":{
2461
+ "type":"structure",
2462
+ "required":[
2463
+ "DirectoryId",
2464
+ "UnshareTarget"
2465
+ ],
2466
+ "members":{
2467
+ "DirectoryId":{"shape":"DirectoryId"},
2468
+ "UnshareTarget":{"shape":"UnshareTarget"}
2469
+ }
2470
+ },
2471
+ "UnshareDirectoryResult":{
2472
+ "type":"structure",
2473
+ "members":{
2474
+ "SharedDirectoryId":{"shape":"DirectoryId"}
2475
+ }
2476
+ },
2477
+ "UnshareTarget":{
2478
+ "type":"structure",
2479
+ "required":[
2480
+ "Id",
2481
+ "Type"
2482
+ ],
2483
+ "members":{
2484
+ "Id":{"shape":"TargetId"},
2485
+ "Type":{"shape":"TargetType"}
2486
+ }
2487
+ },
2179
2488
  "UnsupportedOperationException":{
2180
2489
  "type":"structure",
2181
2490
  "members":{
@@ -7251,7 +7251,9 @@
7251
7251
  "RouteTableIds":{
7252
7252
  "shape":"ValueStringList",
7253
7253
  "locationName":"RouteTableId"
7254
- }
7254
+ },
7255
+ "NextToken":{"shape":"String"},
7256
+ "MaxResults":{"shape":"Integer"}
7255
7257
  }
7256
7258
  },
7257
7259
  "DescribeRouteTablesResult":{
@@ -7260,6 +7262,10 @@
7260
7262
  "RouteTables":{
7261
7263
  "shape":"RouteTableList",
7262
7264
  "locationName":"routeTableSet"
7265
+ },
7266
+ "NextToken":{
7267
+ "shape":"String",
7268
+ "locationName":"nextToken"
7263
7269
  }
7264
7270
  }
7265
7271
  },
@@ -1,3 +1,3 @@
1
1
  module Aws
2
- VERSION = '2.11.136'
2
+ VERSION = '2.11.137'
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.11.136
4
+ version: 2.11.137
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-09-24 00:00:00.000000000 Z
11
+ date: 2018-09-25 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jmespath