aws-sdk-core 2.7.3 → 2.7.4

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: 09f9f2dd080de34bca292bffdd8878fcd9eac843
4
- data.tar.gz: 9b0328bde88946c313c6682b78fb50ca49de7202
3
+ metadata.gz: 16d349b6938717f0dd3949dd3a6eb25e74cff174
4
+ data.tar.gz: 45e59efa5e75a417d2b530f56c6d258cf5b9e785
5
5
  SHA512:
6
- metadata.gz: 9614e4f06d847b34fde7a27e2b48351a38d31e947f222a0c5a663837485f959514f0c9245b1186a9a5fbacbe88f35e12088cb9dde38c89d3704a01a93535b76a
7
- data.tar.gz: 64dd2c28657e65fbb37ae96634feab4fd6e76bf225e0621d9b80dec8aa9a67c4f0d82e5951a61ae75b1b2b1c165806c010d307676e035c1e61938116080bbd0e
6
+ metadata.gz: aa766fc54acd67c851a644c9d2ff6fb473c8975bbe5c5ad4d56391239653695c31e9d2581c85033d2c1d02228935525f9e0e3ef66785b99d98c7d9e7e6fa6bc3
7
+ data.tar.gz: 642195c7987e3b4082a0094eb271db0f334ace4017e520ed8c53e9ac0afb399140305d9c065b00fcc600030fc441c5244e2622fb7ca2b969a22ddfc291c78575
@@ -642,7 +642,7 @@
642
642
  },
643
643
  "description": "The example lists all vaults owned by the specified AWS account.",
644
644
  "id": "list-vaults-1481753006990",
645
- "title": "To list all vaults owned by the calling users account"
645
+ "title": "To list all vaults owned by the calling user's account"
646
646
  }
647
647
  ],
648
648
  "PurchaseProvisionedCapacity": [
@@ -0,0 +1,243 @@
1
+ {
2
+ "version":"2.0",
3
+ "metadata":{
4
+ "apiVersion":"2016-11-28",
5
+ "endpointPrefix":"runtime.lex",
6
+ "jsonVersion":"1.1",
7
+ "protocol":"rest-json",
8
+ "serviceFullName":"Amazon Lex Runtime Service",
9
+ "signatureVersion":"v4",
10
+ "signingName":"lex",
11
+ "uid":"runtime.lex-2016-11-28"
12
+ },
13
+ "operations":{
14
+ "PostText":{
15
+ "name":"PostText",
16
+ "http":{
17
+ "method":"POST",
18
+ "requestUri":"/bot/{botName}/alias/{botAlias}/user/{userId}/text"
19
+ },
20
+ "input":{"shape":"PostTextRequest"},
21
+ "output":{"shape":"PostTextResponse"},
22
+ "errors":[
23
+ {"shape":"NotFoundException"},
24
+ {"shape":"BadRequestException"},
25
+ {"shape":"LimitExceededException"},
26
+ {"shape":"InternalFailureException"},
27
+ {"shape":"ConflictException"},
28
+ {"shape":"DependencyFailedException"},
29
+ {"shape":"BadGatewayException"},
30
+ {"shape":"LoopDetectedException"}
31
+ ]
32
+ }
33
+ },
34
+ "shapes":{
35
+ "BadGatewayException":{
36
+ "type":"structure",
37
+ "members":{
38
+ "Message":{"shape":"ErrorMessage"}
39
+ },
40
+ "error":{"httpStatusCode":502},
41
+ "exception":true
42
+ },
43
+ "BadRequestException":{
44
+ "type":"structure",
45
+ "members":{
46
+ "message":{"shape":"String"}
47
+ },
48
+ "error":{"httpStatusCode":400},
49
+ "exception":true
50
+ },
51
+ "BotAlias":{"type":"string"},
52
+ "BotName":{"type":"string"},
53
+ "Button":{
54
+ "type":"structure",
55
+ "required":[
56
+ "text",
57
+ "value"
58
+ ],
59
+ "members":{
60
+ "text":{"shape":"ButtonTextStringWithLength"},
61
+ "value":{"shape":"ButtonValueStringWithLength"}
62
+ }
63
+ },
64
+ "ButtonTextStringWithLength":{
65
+ "type":"string",
66
+ "max":15,
67
+ "min":1
68
+ },
69
+ "ButtonValueStringWithLength":{
70
+ "type":"string",
71
+ "max":1000,
72
+ "min":1
73
+ },
74
+ "ConflictException":{
75
+ "type":"structure",
76
+ "members":{
77
+ "message":{"shape":"String"}
78
+ },
79
+ "error":{"httpStatusCode":409},
80
+ "exception":true
81
+ },
82
+ "ContentType":{
83
+ "type":"string",
84
+ "enum":["application/vnd.amazonaws.card.generic"]
85
+ },
86
+ "DependencyFailedException":{
87
+ "type":"structure",
88
+ "members":{
89
+ "Message":{"shape":"ErrorMessage"}
90
+ },
91
+ "error":{"httpStatusCode":424},
92
+ "exception":true
93
+ },
94
+ "DialogState":{
95
+ "type":"string",
96
+ "enum":[
97
+ "ElicitIntent",
98
+ "ConfirmIntent",
99
+ "ElicitSlot",
100
+ "Fulfilled",
101
+ "ReadyForFulfillment",
102
+ "Failed"
103
+ ]
104
+ },
105
+ "ErrorMessage":{"type":"string"},
106
+ "GenericAttachment":{
107
+ "type":"structure",
108
+ "members":{
109
+ "title":{"shape":"StringWithLength"},
110
+ "subTitle":{"shape":"StringWithLength"},
111
+ "attachmentLinkUrl":{"shape":"StringUrlWithLength"},
112
+ "imageUrl":{"shape":"StringUrlWithLength"},
113
+ "buttons":{"shape":"listOfButtons"}
114
+ }
115
+ },
116
+ "IntentName":{"type":"string"},
117
+ "InternalFailureException":{
118
+ "type":"structure",
119
+ "members":{
120
+ "message":{"shape":"String"}
121
+ },
122
+ "error":{"httpStatusCode":500},
123
+ "exception":true,
124
+ "fault":true
125
+ },
126
+ "LimitExceededException":{
127
+ "type":"structure",
128
+ "members":{
129
+ "retryAfterSeconds":{
130
+ "shape":"String",
131
+ "location":"header",
132
+ "locationName":"Retry-After"
133
+ },
134
+ "message":{"shape":"String"}
135
+ },
136
+ "error":{"httpStatusCode":429},
137
+ "exception":true
138
+ },
139
+ "LoopDetectedException":{
140
+ "type":"structure",
141
+ "members":{
142
+ "Message":{"shape":"ErrorMessage"}
143
+ },
144
+ "error":{"httpStatusCode":508},
145
+ "exception":true
146
+ },
147
+ "NotFoundException":{
148
+ "type":"structure",
149
+ "members":{
150
+ "message":{"shape":"String"}
151
+ },
152
+ "error":{"httpStatusCode":404},
153
+ "exception":true
154
+ },
155
+ "PostTextRequest":{
156
+ "type":"structure",
157
+ "required":[
158
+ "botName",
159
+ "botAlias",
160
+ "userId",
161
+ "inputText"
162
+ ],
163
+ "members":{
164
+ "botName":{
165
+ "shape":"BotName",
166
+ "location":"uri",
167
+ "locationName":"botName"
168
+ },
169
+ "botAlias":{
170
+ "shape":"BotAlias",
171
+ "location":"uri",
172
+ "locationName":"botAlias"
173
+ },
174
+ "userId":{
175
+ "shape":"UserId",
176
+ "location":"uri",
177
+ "locationName":"userId"
178
+ },
179
+ "sessionAttributes":{"shape":"StringMap"},
180
+ "inputText":{"shape":"Text"}
181
+ }
182
+ },
183
+ "PostTextResponse":{
184
+ "type":"structure",
185
+ "members":{
186
+ "intentName":{"shape":"IntentName"},
187
+ "slots":{"shape":"StringMap"},
188
+ "sessionAttributes":{"shape":"StringMap"},
189
+ "message":{"shape":"Text"},
190
+ "dialogState":{"shape":"DialogState"},
191
+ "slotToElicit":{"shape":"String"},
192
+ "responseCard":{"shape":"ResponseCard"}
193
+ }
194
+ },
195
+ "ResponseCard":{
196
+ "type":"structure",
197
+ "members":{
198
+ "version":{"shape":"String"},
199
+ "contentType":{"shape":"ContentType"},
200
+ "genericAttachments":{"shape":"genericAttachmentList"}
201
+ }
202
+ },
203
+ "String":{"type":"string"},
204
+ "StringMap":{
205
+ "type":"map",
206
+ "key":{"shape":"String"},
207
+ "value":{"shape":"String"}
208
+ },
209
+ "StringUrlWithLength":{
210
+ "type":"string",
211
+ "max":2048,
212
+ "min":1
213
+ },
214
+ "StringWithLength":{
215
+ "type":"string",
216
+ "max":80,
217
+ "min":1
218
+ },
219
+ "Text":{
220
+ "type":"string",
221
+ "max":1024,
222
+ "min":1
223
+ },
224
+ "UserId":{
225
+ "type":"string",
226
+ "max":50,
227
+ "min":2,
228
+ "pattern":"[0-9a-zA-Z._:-]+"
229
+ },
230
+ "genericAttachmentList":{
231
+ "type":"list",
232
+ "member":{"shape":"GenericAttachment"},
233
+ "max":10,
234
+ "min":0
235
+ },
236
+ "listOfButtons":{
237
+ "type":"list",
238
+ "member":{"shape":"Button"},
239
+ "max":5,
240
+ "min":0
241
+ }
242
+ }
243
+ }
@@ -0,0 +1,5 @@
1
+ {
2
+ "version": "1.0",
3
+ "examples": {
4
+ }
5
+ }
@@ -0,0 +1,4 @@
1
+ {
2
+ "pagination": {
3
+ }
4
+ }
@@ -85,6 +85,7 @@
85
85
  "ap-southeast-2": {},
86
86
  "eu-central-1": {},
87
87
  "eu-west-1": {},
88
+ "eu-west-2": {},
88
89
  "us-east-1": {},
89
90
  "us-east-2": {},
90
91
  "us-west-1": {},
@@ -119,12 +120,6 @@
119
120
  "us-west-2": {}
120
121
  }
121
122
  },
122
- "appstream": {
123
- "endpoints": {
124
- "ap-northeast-1": {},
125
- "us-east-1": {}
126
- }
127
- },
128
123
  "appstream2": {
129
124
  "defaults": {
130
125
  "credentialScope": {
@@ -182,6 +177,16 @@
182
177
  "isRegionalized": false,
183
178
  "partitionEndpoint": "aws-global"
184
179
  },
180
+ "clouddirectory": {
181
+ "endpoints": {
182
+ "ap-southeast-1": {},
183
+ "ap-southeast-2": {},
184
+ "eu-west-1": {},
185
+ "us-east-1": {},
186
+ "us-east-2": {},
187
+ "us-west-2": {}
188
+ }
189
+ },
185
190
  "cloudformation": {
186
191
  "endpoints": {
187
192
  "ap-northeast-1": {},
@@ -266,6 +271,7 @@
266
271
  "endpoints": {
267
272
  "eu-west-1": {},
268
273
  "us-east-1": {},
274
+ "us-east-2": {},
269
275
  "us-west-2": {}
270
276
  }
271
277
  },
@@ -681,6 +687,7 @@
681
687
  "ap-southeast-2": {},
682
688
  "eu-central-1": {},
683
689
  "eu-west-1": {},
690
+ "eu-west-2": {},
684
691
  "sa-east-1": {},
685
692
  "us-east-1": {},
686
693
  "us-east-2": {},
@@ -844,6 +851,7 @@
844
851
  "ap-southeast-2": {},
845
852
  "eu-central-1": {},
846
853
  "eu-west-1": {},
854
+ "eu-west-2": {},
847
855
  "us-east-1": {},
848
856
  "us-east-2": {},
849
857
  "us-west-1": {},
@@ -892,10 +900,13 @@
892
900
  },
893
901
  "endpoints": {
894
902
  "ap-northeast-1": {},
903
+ "ap-northeast-2": {},
904
+ "ap-south-1": {},
895
905
  "ap-southeast-1": {},
896
906
  "ap-southeast-2": {},
897
907
  "eu-central-1": {},
898
908
  "eu-west-1": {},
909
+ "sa-east-1": {},
899
910
  "us-east-1": {},
900
911
  "us-west-1": {},
901
912
  "us-west-2": {}
@@ -1034,6 +1045,16 @@
1034
1045
  "us-east-1": {}
1035
1046
  }
1036
1047
  },
1048
+ "runtime.lex": {
1049
+ "defaults": {
1050
+ "credentialScope": {
1051
+ "service": "lex"
1052
+ }
1053
+ },
1054
+ "endpoints": {
1055
+ "us-east-1": {}
1056
+ }
1057
+ },
1037
1058
  "s3": {
1038
1059
  "defaults": {
1039
1060
  "protocols": [
@@ -8,6 +8,8 @@ Seahorse::Util.irregular_inflections({
8
8
  'ElastiCache' => 'elasticache',
9
9
  'iSCSI' => 'iscsi',
10
10
  'ACLs' => 'acls',
11
+ 'HIT' => 'hit',
12
+ 'URL' => 'url'
11
13
  #'SSEKMS' => 'sse_kms',
12
14
  })
13
15
 
@@ -78,6 +80,7 @@ module Aws
78
80
  KMS
79
81
  Lambda
80
82
  LambdaPreview
83
+ Lex
81
84
  Lightsail
82
85
  MachineLearning
83
86
  MarketplaceCommerceAnalytics
@@ -0,0 +1,6 @@
1
+ Aws.add_service(:Lex, {
2
+ api: "#{Aws::API_DIR}/runtime.lex/2016-11-28/api-2.json",
3
+ docs: "#{Aws::API_DIR}/runtime.lex/2016-11-28/docs-2.json",
4
+ examples: "#{Aws::API_DIR}/runtime.lex/2016-11-28/examples-1.json",
5
+ paginators: "#{Aws::API_DIR}/runtime.lex/2016-11-28/paginators-1.json",
6
+ })
@@ -1,3 +1,3 @@
1
1
  module Aws
2
- VERSION = '2.7.3'
2
+ VERSION = '2.7.4'
3
3
  end
@@ -234,6 +234,10 @@
234
234
  "models": "lambda/2014-11-11",
235
235
  "endpoint": "lambda"
236
236
  },
237
+ "Lex": {
238
+ "models": "runtime.lex/2016-11-28",
239
+ "endpoint": "runtime.lex"
240
+ },
237
241
  "Lightsail": {
238
242
  "models": "lightsail/2016-11-28",
239
243
  "endpoint": "lightsail"
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.7.3
4
+ version: 2.7.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-01-26 00:00:00.000000000 Z
11
+ date: 2017-02-08 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jmespath
@@ -310,6 +310,9 @@ files:
310
310
  - apis/route53/2013-04-01/waiters-2.json
311
311
  - apis/route53domains/2014-05-15/api-2.json
312
312
  - apis/route53domains/2014-05-15/paginators-1.json
313
+ - apis/runtime.lex/2016-11-28/api-2.json
314
+ - apis/runtime.lex/2016-11-28/examples-1.json
315
+ - apis/runtime.lex/2016-11-28/paginators-1.json
313
316
  - apis/s3/2006-03-01/api-2.json
314
317
  - apis/s3/2006-03-01/examples-1.json
315
318
  - apis/s3/2006-03-01/paginators-1.json
@@ -463,6 +466,7 @@ files:
463
466
  - lib/aws-sdk-core/kms.rb
464
467
  - lib/aws-sdk-core/lambda.rb
465
468
  - lib/aws-sdk-core/lambdapreview.rb
469
+ - lib/aws-sdk-core/lex.rb
466
470
  - lib/aws-sdk-core/lightsail.rb
467
471
  - lib/aws-sdk-core/log/formatter.rb
468
472
  - lib/aws-sdk-core/log/handler.rb