aws-sdk-core 2.8.3 → 2.8.4

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: 2c313f2307994b7f0eae7c608255574434785a0a
4
- data.tar.gz: 5ae16c4c40caff70a74fe45acf9f7a633a6c5aae
3
+ metadata.gz: 81f96ac9323ee548760921f715559d5ed361bf00
4
+ data.tar.gz: 2cecccf8df75e284f315884d010b474c9e4b1a78
5
5
  SHA512:
6
- metadata.gz: 667f561af337814d4b6bd62c10c1bda0dfbc313985b85f588b92c5947d81e69491a9c27c4fd5322bbf4304d5b8b9fe0ffc78aead142bef128a95d63b19e7f0e5
7
- data.tar.gz: 614b056f1416bb6facae34d2e9895e1df140651bed4698cb4b9db2ea3108918e3e1d0d0312e6ab471e78bce3ada77bf4e76d080e56de40dc23e3d48fe29735ef
6
+ metadata.gz: 24e14d7cd8ac9369312d507a4d0e14ea1a11badf5506d781e90a1676643b7a3b8fcb1e539b9bc45dbdf3ac18ef1635b6cfa6ce2233c30bdd17df70fc70a218e1
7
+ data.tar.gz: 4964c8b07333ae1d3a8c63dc57f12a26b86cc725cbeb1fbfdc81acb52924ff8b0df2dabc12bf4d504e061d8ac594af0361ac5839b4809d89499c4254c600c132
@@ -1873,19 +1873,14 @@
1873
1873
  },
1874
1874
  "CreateDomainNameRequest":{
1875
1875
  "type":"structure",
1876
- "required":[
1877
- "domainName",
1878
- "certificateName",
1879
- "certificateBody",
1880
- "certificatePrivateKey",
1881
- "certificateChain"
1882
- ],
1876
+ "required":["domainName"],
1883
1877
  "members":{
1884
1878
  "domainName":{"shape":"String"},
1885
1879
  "certificateName":{"shape":"String"},
1886
1880
  "certificateBody":{"shape":"String"},
1887
1881
  "certificatePrivateKey":{"shape":"String"},
1888
- "certificateChain":{"shape":"String"}
1882
+ "certificateChain":{"shape":"String"},
1883
+ "certificateArn":{"shape":"String"}
1889
1884
  }
1890
1885
  },
1891
1886
  "CreateModelRequest":{
@@ -2426,6 +2421,7 @@
2426
2421
  "members":{
2427
2422
  "domainName":{"shape":"String"},
2428
2423
  "certificateName":{"shape":"String"},
2424
+ "certificateArn":{"shape":"String"},
2429
2425
  "certificateUploadDate":{"shape":"Timestamp"},
2430
2426
  "distributionDomainName":{"shape":"String"}
2431
2427
  }
@@ -2,69 +2,69 @@
2
2
  "pagination": {
3
3
  "GetApiKeys": {
4
4
  "input_token": "position",
5
- "output_token": "position",
6
5
  "limit_key": "limit",
6
+ "output_token": "position",
7
7
  "result_key": "items"
8
8
  },
9
9
  "GetBasePathMappings": {
10
10
  "input_token": "position",
11
- "output_token": "position",
12
11
  "limit_key": "limit",
12
+ "output_token": "position",
13
13
  "result_key": "items"
14
14
  },
15
15
  "GetClientCertificates": {
16
16
  "input_token": "position",
17
- "output_token": "position",
18
17
  "limit_key": "limit",
18
+ "output_token": "position",
19
19
  "result_key": "items"
20
20
  },
21
21
  "GetDeployments": {
22
22
  "input_token": "position",
23
- "output_token": "position",
24
23
  "limit_key": "limit",
24
+ "output_token": "position",
25
25
  "result_key": "items"
26
26
  },
27
27
  "GetDomainNames": {
28
28
  "input_token": "position",
29
- "output_token": "position",
30
29
  "limit_key": "limit",
30
+ "output_token": "position",
31
31
  "result_key": "items"
32
32
  },
33
33
  "GetModels": {
34
34
  "input_token": "position",
35
- "output_token": "position",
36
35
  "limit_key": "limit",
36
+ "output_token": "position",
37
37
  "result_key": "items"
38
38
  },
39
39
  "GetResources": {
40
40
  "input_token": "position",
41
- "output_token": "position",
42
41
  "limit_key": "limit",
42
+ "output_token": "position",
43
43
  "result_key": "items"
44
44
  },
45
45
  "GetRestApis": {
46
46
  "input_token": "position",
47
- "output_token": "position",
48
47
  "limit_key": "limit",
48
+ "output_token": "position",
49
49
  "result_key": "items"
50
50
  },
51
51
  "GetUsage": {
52
52
  "input_token": "position",
53
- "output_token": "position",
54
53
  "limit_key": "limit",
54
+ "output_token": "position",
55
55
  "result_key": "items"
56
56
  },
57
- "GetUsagePlans": {
57
+ "GetUsagePlanKeys": {
58
58
  "input_token": "position",
59
- "output_token": "position",
60
59
  "limit_key": "limit",
60
+ "output_token": "position",
61
61
  "result_key": "items"
62
62
  },
63
- "GetUsagePlanKeys": {
63
+ "GetUsagePlans": {
64
64
  "input_token": "position",
65
- "output_token": "position",
66
65
  "limit_key": "limit",
66
+ "output_token": "position",
67
67
  "result_key": "items"
68
68
  }
69
69
  }
70
- }
70
+ }
@@ -283,7 +283,8 @@
283
283
  {"shape":"ValidationException"},
284
284
  {"shape":"LimitExceededException"},
285
285
  {"shape":"AccessDeniedException"},
286
- {"shape":"DirectoryDeletedException"}
286
+ {"shape":"DirectoryDeletedException"},
287
+ {"shape":"RetryableConflictException"}
287
288
  ]
288
289
  },
289
290
  "DeleteFacet":{
@@ -427,7 +428,8 @@
427
428
  {"shape":"InternalServiceException"},
428
429
  {"shape":"ValidationException"},
429
430
  {"shape":"LimitExceededException"},
430
- {"shape":"AccessDeniedException"}
431
+ {"shape":"AccessDeniedException"},
432
+ {"shape":"RetryableConflictException"}
431
433
  ]
432
434
  },
433
435
  "EnableDirectory":{
@@ -445,7 +447,8 @@
445
447
  {"shape":"InternalServiceException"},
446
448
  {"shape":"ValidationException"},
447
449
  {"shape":"LimitExceededException"},
448
- {"shape":"AccessDeniedException"}
450
+ {"shape":"AccessDeniedException"},
451
+ {"shape":"RetryableConflictException"}
449
452
  ]
450
453
  },
451
454
  "GetDirectory":{
@@ -712,6 +715,27 @@
712
715
  {"shape":"NotNodeException"}
713
716
  ]
714
717
  },
718
+ "ListObjectParentPaths":{
719
+ "name":"ListObjectParentPaths",
720
+ "http":{
721
+ "method":"POST",
722
+ "requestUri":"/amazonclouddirectory/2017-01-11/object/parentpaths",
723
+ "responseCode":200
724
+ },
725
+ "input":{"shape":"ListObjectParentPathsRequest"},
726
+ "output":{"shape":"ListObjectParentPathsResponse"},
727
+ "errors":[
728
+ {"shape":"InternalServiceException"},
729
+ {"shape":"InvalidArnException"},
730
+ {"shape":"RetryableConflictException"},
731
+ {"shape":"ValidationException"},
732
+ {"shape":"LimitExceededException"},
733
+ {"shape":"AccessDeniedException"},
734
+ {"shape":"DirectoryNotEnabledException"},
735
+ {"shape":"InvalidNextTokenException"},
736
+ {"shape":"ResourceNotFoundException"}
737
+ ]
738
+ },
715
739
  "ListObjectParents":{
716
740
  "name":"ListObjectParents",
717
741
  "http":{
@@ -2357,6 +2381,30 @@
2357
2381
  "NextToken":{"shape":"NextToken"}
2358
2382
  }
2359
2383
  },
2384
+ "ListObjectParentPathsRequest":{
2385
+ "type":"structure",
2386
+ "required":[
2387
+ "DirectoryArn",
2388
+ "ObjectReference"
2389
+ ],
2390
+ "members":{
2391
+ "DirectoryArn":{
2392
+ "shape":"Arn",
2393
+ "location":"header",
2394
+ "locationName":"x-amz-data-partition"
2395
+ },
2396
+ "ObjectReference":{"shape":"ObjectReference"},
2397
+ "NextToken":{"shape":"NextToken"},
2398
+ "MaxResults":{"shape":"NumberResults"}
2399
+ }
2400
+ },
2401
+ "ListObjectParentPathsResponse":{
2402
+ "type":"structure",
2403
+ "members":{
2404
+ "PathToObjectIdentifiersList":{"shape":"PathToObjectIdentifiersList"},
2405
+ "NextToken":{"shape":"NextToken"}
2406
+ }
2407
+ },
2360
2408
  "ListObjectParentsRequest":{
2361
2409
  "type":"structure",
2362
2410
  "required":[
@@ -2526,7 +2574,7 @@
2526
2574
  "NumberAttributeValue":{"type":"string"},
2527
2575
  "NumberResults":{
2528
2576
  "type":"integer",
2529
- "min":0
2577
+ "min":1
2530
2578
  },
2531
2579
  "ObjectAlreadyDetachedException":{
2532
2580
  "type":"structure",
@@ -2599,6 +2647,17 @@
2599
2647
  ]
2600
2648
  },
2601
2649
  "PathString":{"type":"string"},
2650
+ "PathToObjectIdentifiers":{
2651
+ "type":"structure",
2652
+ "members":{
2653
+ "Path":{"shape":"PathString"},
2654
+ "ObjectIdentifiers":{"shape":"ObjectIdentifierList"}
2655
+ }
2656
+ },
2657
+ "PathToObjectIdentifiersList":{
2658
+ "type":"list",
2659
+ "member":{"shape":"PathToObjectIdentifiers"}
2660
+ },
2602
2661
  "PolicyAttachment":{
2603
2662
  "type":"structure",
2604
2663
  "members":{
@@ -2785,7 +2844,7 @@
2785
2844
  "SchemaJsonDocument":{"type":"string"},
2786
2845
  "SchemaName":{
2787
2846
  "type":"string",
2788
- "max":50,
2847
+ "max":32,
2789
2848
  "min":1,
2790
2849
  "pattern":"^[a-zA-Z0-9._-]*$"
2791
2850
  },
@@ -45,6 +45,11 @@
45
45
  "output_token": "NextToken",
46
46
  "limit_key": "MaxResults"
47
47
  },
48
+ "ListObjectParentPaths": {
49
+ "input_token": "NextToken",
50
+ "output_token": "NextToken",
51
+ "limit_key": "MaxResults"
52
+ },
48
53
  "ListObjectParents": {
49
54
  "input_token": "NextToken",
50
55
  "output_token": "NextToken",
@@ -321,6 +321,7 @@
321
321
  "ap-southeast-2": {},
322
322
  "eu-central-1": {},
323
323
  "eu-west-1": {},
324
+ "eu-west-2": {},
324
325
  "us-east-1": {},
325
326
  "us-east-2": {},
326
327
  "us-west-2": {}
@@ -333,6 +334,7 @@
333
334
  "ap-southeast-2": {},
334
335
  "eu-central-1": {},
335
336
  "eu-west-1": {},
337
+ "eu-west-2": {},
336
338
  "us-east-1": {},
337
339
  "us-east-2": {},
338
340
  "us-west-2": {}
@@ -345,6 +347,7 @@
345
347
  "ap-southeast-2": {},
346
348
  "eu-central-1": {},
347
349
  "eu-west-1": {},
350
+ "eu-west-2": {},
348
351
  "us-east-1": {},
349
352
  "us-east-2": {},
350
353
  "us-west-2": {}
@@ -1,3 +1,3 @@
1
1
  module Aws
2
- VERSION = '2.8.3'
2
+ VERSION = '2.8.4'
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.8.3
4
+ version: 2.8.4
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-03-08 00:00:00.000000000 Z
11
+ date: 2017-03-09 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jmespath