aws-sdk-core 2.10.97 → 2.10.98

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: 422037a02aa528774faf3b7df3a86799c00b270f
4
- data.tar.gz: 612c06de390018492e6576568842a87f3c6073fa
3
+ metadata.gz: 86a565bfee646644367762cec8337ae57004c74b
4
+ data.tar.gz: 6ce903cdfa5a78f91f9d1e21809179a82c0fdc84
5
5
  SHA512:
6
- metadata.gz: 84e7abe1031f09491628c872b265a6b9d9de9f8baaf85b181ba822cb20d44f84db78bbc9eecfc97d867f56aec3b4e00b0abc1a7e8134d17a20e3b028fa859926
7
- data.tar.gz: d9431454f566e841de841dcf1df687ad948e052c8e5245ac56db983eba196a896c1f7f838b6f2b107cd5d7e9beb5d42090f032c0045bf52c994f0504d7f966a6
6
+ metadata.gz: 52b437639f0a77cbfe59ca7124c8de47f028b9fb8677481b3331cc281263fa814b282b6e8295406547306c63077bf533ae9799bf26549408da4b9d9a62aee208
7
+ data.tar.gz: 4897e770385e699646e74e99b8dfdcc503d22061c5a559a32eb86071ebe13b7438d0783e701c4c2656b04281a9bd711c07f8d68a7780cd3b1bbb39d0e17424c6
@@ -541,6 +541,25 @@
541
541
  {"shape":"InvalidArnException"}
542
542
  ]
543
543
  },
544
+ "GetAppliedSchemaVersion":{
545
+ "name":"GetAppliedSchemaVersion",
546
+ "http":{
547
+ "method":"POST",
548
+ "requestUri":"/amazonclouddirectory/2017-01-11/schema/getappliedschema",
549
+ "responseCode":200
550
+ },
551
+ "input":{"shape":"GetAppliedSchemaVersionRequest"},
552
+ "output":{"shape":"GetAppliedSchemaVersionResponse"},
553
+ "errors":[
554
+ {"shape":"InternalServiceException"},
555
+ {"shape":"InvalidArnException"},
556
+ {"shape":"RetryableConflictException"},
557
+ {"shape":"ValidationException"},
558
+ {"shape":"LimitExceededException"},
559
+ {"shape":"AccessDeniedException"},
560
+ {"shape":"ResourceNotFoundException"}
561
+ ]
562
+ },
544
563
  "GetDirectory":{
545
564
  "name":"GetDirectory",
546
565
  "http":{
@@ -1247,6 +1266,47 @@
1247
1266
  {"shape":"FacetNotFoundException"},
1248
1267
  {"shape":"InvalidRuleException"}
1249
1268
  ]
1269
+ },
1270
+ "UpgradeAppliedSchema":{
1271
+ "name":"UpgradeAppliedSchema",
1272
+ "http":{
1273
+ "method":"PUT",
1274
+ "requestUri":"/amazonclouddirectory/2017-01-11/schema/upgradeapplied",
1275
+ "responseCode":200
1276
+ },
1277
+ "input":{"shape":"UpgradeAppliedSchemaRequest"},
1278
+ "output":{"shape":"UpgradeAppliedSchemaResponse"},
1279
+ "errors":[
1280
+ {"shape":"InternalServiceException"},
1281
+ {"shape":"InvalidArnException"},
1282
+ {"shape":"RetryableConflictException"},
1283
+ {"shape":"ValidationException"},
1284
+ {"shape":"IncompatibleSchemaException"},
1285
+ {"shape":"AccessDeniedException"},
1286
+ {"shape":"ResourceNotFoundException"},
1287
+ {"shape":"InvalidAttachmentException"}
1288
+ ]
1289
+ },
1290
+ "UpgradePublishedSchema":{
1291
+ "name":"UpgradePublishedSchema",
1292
+ "http":{
1293
+ "method":"PUT",
1294
+ "requestUri":"/amazonclouddirectory/2017-01-11/schema/upgradepublished",
1295
+ "responseCode":200
1296
+ },
1297
+ "input":{"shape":"UpgradePublishedSchemaRequest"},
1298
+ "output":{"shape":"UpgradePublishedSchemaResponse"},
1299
+ "errors":[
1300
+ {"shape":"InternalServiceException"},
1301
+ {"shape":"InvalidArnException"},
1302
+ {"shape":"RetryableConflictException"},
1303
+ {"shape":"ValidationException"},
1304
+ {"shape":"IncompatibleSchemaException"},
1305
+ {"shape":"AccessDeniedException"},
1306
+ {"shape":"ResourceNotFoundException"},
1307
+ {"shape":"InvalidAttachmentException"},
1308
+ {"shape":"LimitExceededException"}
1309
+ ]
1250
1310
  }
1251
1311
  },
1252
1312
  "shapes":{
@@ -2617,6 +2677,19 @@
2617
2677
  "error":{"httpStatusCode":400},
2618
2678
  "exception":true
2619
2679
  },
2680
+ "GetAppliedSchemaVersionRequest":{
2681
+ "type":"structure",
2682
+ "required":["SchemaArn"],
2683
+ "members":{
2684
+ "SchemaArn":{"shape":"Arn"}
2685
+ }
2686
+ },
2687
+ "GetAppliedSchemaVersionResponse":{
2688
+ "type":"structure",
2689
+ "members":{
2690
+ "AppliedSchemaArn":{"shape":"Arn"}
2691
+ }
2692
+ },
2620
2693
  "GetDirectoryRequest":{
2621
2694
  "type":"structure",
2622
2695
  "required":["DirectoryArn"],
@@ -2722,6 +2795,14 @@
2722
2795
  "IdentityAttributeOrder":{"shape":"AttributeNameList"}
2723
2796
  }
2724
2797
  },
2798
+ "IncompatibleSchemaException":{
2799
+ "type":"structure",
2800
+ "members":{
2801
+ "Message":{"shape":"ExceptionMessage"}
2802
+ },
2803
+ "error":{"httpStatusCode":400},
2804
+ "exception":true
2805
+ },
2725
2806
  "IndexAttachment":{
2726
2807
  "type":"structure",
2727
2808
  "members":{
@@ -2837,6 +2918,7 @@
2837
2918
  "required":["DirectoryArn"],
2838
2919
  "members":{
2839
2920
  "DirectoryArn":{"shape":"Arn"},
2921
+ "SchemaArn":{"shape":"Arn"},
2840
2922
  "NextToken":{"shape":"NextToken"},
2841
2923
  "MaxResults":{"shape":"NumberResults"}
2842
2924
  }
@@ -3208,6 +3290,7 @@
3208
3290
  "ListPublishedSchemaArnsRequest":{
3209
3291
  "type":"structure",
3210
3292
  "members":{
3293
+ "SchemaArn":{"shape":"Arn"},
3211
3294
  "NextToken":{"shape":"NextToken"},
3212
3295
  "MaxResults":{"shape":"NumberResults"}
3213
3296
  }
@@ -3452,6 +3535,7 @@
3452
3535
  "locationName":"x-amz-data-partition"
3453
3536
  },
3454
3537
  "Version":{"shape":"Version"},
3538
+ "MinorVersion":{"shape":"Version"},
3455
3539
  "Name":{"shape":"SchemaName"}
3456
3540
  }
3457
3541
  },
@@ -3894,6 +3978,45 @@
3894
3978
  "members":{
3895
3979
  }
3896
3980
  },
3981
+ "UpgradeAppliedSchemaRequest":{
3982
+ "type":"structure",
3983
+ "required":[
3984
+ "PublishedSchemaArn",
3985
+ "DirectoryArn"
3986
+ ],
3987
+ "members":{
3988
+ "PublishedSchemaArn":{"shape":"Arn"},
3989
+ "DirectoryArn":{"shape":"Arn"},
3990
+ "DryRun":{"shape":"Bool"}
3991
+ }
3992
+ },
3993
+ "UpgradeAppliedSchemaResponse":{
3994
+ "type":"structure",
3995
+ "members":{
3996
+ "UpgradedSchemaArn":{"shape":"Arn"},
3997
+ "DirectoryArn":{"shape":"Arn"}
3998
+ }
3999
+ },
4000
+ "UpgradePublishedSchemaRequest":{
4001
+ "type":"structure",
4002
+ "required":[
4003
+ "DevelopmentSchemaArn",
4004
+ "PublishedSchemaArn",
4005
+ "MinorVersion"
4006
+ ],
4007
+ "members":{
4008
+ "DevelopmentSchemaArn":{"shape":"Arn"},
4009
+ "PublishedSchemaArn":{"shape":"Arn"},
4010
+ "MinorVersion":{"shape":"Version"},
4011
+ "DryRun":{"shape":"Bool"}
4012
+ }
4013
+ },
4014
+ "UpgradePublishedSchemaResponse":{
4015
+ "type":"structure",
4016
+ "members":{
4017
+ "UpgradedSchemaArn":{"shape":"Arn"}
4018
+ }
4019
+ },
3897
4020
  "ValidationException":{
3898
4021
  "type":"structure",
3899
4022
  "members":{
@@ -1,5 +1,133 @@
1
1
  {
2
2
  "version": 2,
3
- "waiters": {}
3
+ "waiters": {
4
+ "NotebookInstanceInService": {
5
+ "delay": 30,
6
+ "maxAttempts": 60,
7
+ "operation": "DescribeNotebookInstance",
8
+ "acceptors": [
9
+ {
10
+ "expected": "InService",
11
+ "matcher": "path",
12
+ "state": "success",
13
+ "argument": "NotebookInstanceStatus"
14
+ },
15
+ {
16
+ "expected": "Failed",
17
+ "matcher": "path",
18
+ "state": "failure",
19
+ "argument": "NotebookInstanceStatus"
20
+ }
21
+ ]
22
+ },
23
+ "NotebookInstanceStopped": {
24
+ "delay": 30,
25
+ "operation": "DescribeNotebookInstance",
26
+ "maxAttempts": 60,
27
+ "acceptors": [
28
+ {
29
+ "expected": "Stopped",
30
+ "matcher": "path",
31
+ "state": "success",
32
+ "argument": "NotebookInstanceStatus"
33
+ },
34
+ {
35
+ "expected": "Failed",
36
+ "matcher": "path",
37
+ "state": "failure",
38
+ "argument": "NotebookInstanceStatus"
39
+ }
40
+ ]
41
+ },
42
+ "NotebookInstanceDeleted": {
43
+ "delay": 30,
44
+ "maxAttempts": 60,
45
+ "operation": "DescribeNotebookInstance",
46
+ "acceptors": [
47
+ {
48
+ "expected": "ValidationException",
49
+ "matcher": "error",
50
+ "state": "success"
51
+ },
52
+ {
53
+ "expected": "Failed",
54
+ "matcher": "path",
55
+ "state": "failure",
56
+ "argument": "NotebookInstanceStatus"
57
+ }
58
+ ]
59
+ },
60
+ "TrainingJobCompletedOrStopped": {
61
+ "delay": 120,
62
+ "maxAttempts": 180,
63
+ "operation": "DescribeTrainingJob",
64
+ "acceptors": [
65
+ {
66
+ "expected": "Completed",
67
+ "matcher": "path",
68
+ "state": "success",
69
+ "argument": "TrainingJobStatus"
70
+ },
71
+ {
72
+ "expected": "Stopped",
73
+ "matcher": "path",
74
+ "state": "success",
75
+ "argument": "TrainingJobStatus"
76
+ },
77
+ {
78
+ "expected": "Failed",
79
+ "matcher": "path",
80
+ "state": "failure",
81
+ "argument": "TrainingJobStatus"
82
+ },
83
+ {
84
+ "expected": "ValidationException",
85
+ "matcher": "error",
86
+ "state": "failure"
87
+ }
88
+ ]
89
+ },
90
+ "EndpointInService": {
91
+ "delay": 30,
92
+ "maxAttempts": 120,
93
+ "operation": "DescribeEndpoint",
94
+ "acceptors": [
95
+ {
96
+ "expected": "InService",
97
+ "matcher": "path",
98
+ "state": "success",
99
+ "argument": "EndpointStatus"
100
+ },
101
+ {
102
+ "expected": "Failed",
103
+ "matcher": "path",
104
+ "state": "failure",
105
+ "argument": "EndpointStatus"
106
+ },
107
+ {
108
+ "expected": "ValidationException",
109
+ "matcher": "error",
110
+ "state": "failure"
111
+ }
112
+ ]
113
+ },
114
+ "EndpointDeleted": {
115
+ "delay": 30,
116
+ "maxAttempts": 60,
117
+ "operation": "DescribeEndpoint",
118
+ "acceptors": [
119
+ {
120
+ "expected": "ValidationException",
121
+ "matcher": "error",
122
+ "state": "success"
123
+ },
124
+ {
125
+ "expected": "Failed",
126
+ "matcher": "path",
127
+ "state": "failure",
128
+ "argument": "EndpointStatus"
129
+ }
130
+ ]
131
+ }
132
+ }
4
133
  }
5
-
@@ -1,3 +1,3 @@
1
1
  module Aws
2
- VERSION = '2.10.97'
2
+ VERSION = '2.10.98'
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.97
4
+ version: 2.10.98
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-12-05 00:00:00.000000000 Z
11
+ date: 2017-12-06 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jmespath