aws-sdk-core 2.11.28 → 2.11.29

Sign up to get free protection for your applications and to get access to all the features.
@@ -0,0 +1,5 @@
1
+ {
2
+ "version": "1.0",
3
+ "examples": {
4
+ }
5
+ }
@@ -0,0 +1,14 @@
1
+ {
2
+ "pagination": {
3
+ "ListSecretVersionIds": {
4
+ "input_token": "NextToken",
5
+ "output_token": "NextToken",
6
+ "limit_key": "MaxResults"
7
+ },
8
+ "ListSecrets": {
9
+ "input_token": "NextToken",
10
+ "output_token": "NextToken",
11
+ "limit_key": "MaxResults"
12
+ }
13
+ }
14
+ }
@@ -12,6 +12,34 @@
12
12
  "uid":"transcribe-2017-10-26"
13
13
  },
14
14
  "operations":{
15
+ "CreateVocabulary":{
16
+ "name":"CreateVocabulary",
17
+ "http":{
18
+ "method":"POST",
19
+ "requestUri":"/"
20
+ },
21
+ "input":{"shape":"CreateVocabularyRequest"},
22
+ "output":{"shape":"CreateVocabularyResponse"},
23
+ "errors":[
24
+ {"shape":"BadRequestException"},
25
+ {"shape":"LimitExceededException"},
26
+ {"shape":"InternalFailureException"},
27
+ {"shape":"ConflictException"}
28
+ ]
29
+ },
30
+ "DeleteVocabulary":{
31
+ "name":"DeleteVocabulary",
32
+ "http":{
33
+ "method":"POST",
34
+ "requestUri":"/"
35
+ },
36
+ "input":{"shape":"DeleteVocabularyRequest"},
37
+ "errors":[
38
+ {"shape":"NotFoundException"},
39
+ {"shape":"LimitExceededException"},
40
+ {"shape":"InternalFailureException"}
41
+ ]
42
+ },
15
43
  "GetTranscriptionJob":{
16
44
  "name":"GetTranscriptionJob",
17
45
  "http":{
@@ -27,6 +55,21 @@
27
55
  {"shape":"NotFoundException"}
28
56
  ]
29
57
  },
58
+ "GetVocabulary":{
59
+ "name":"GetVocabulary",
60
+ "http":{
61
+ "method":"POST",
62
+ "requestUri":"/"
63
+ },
64
+ "input":{"shape":"GetVocabularyRequest"},
65
+ "output":{"shape":"GetVocabularyResponse"},
66
+ "errors":[
67
+ {"shape":"NotFoundException"},
68
+ {"shape":"LimitExceededException"},
69
+ {"shape":"InternalFailureException"},
70
+ {"shape":"BadRequestException"}
71
+ ]
72
+ },
30
73
  "ListTranscriptionJobs":{
31
74
  "name":"ListTranscriptionJobs",
32
75
  "http":{
@@ -41,6 +84,20 @@
41
84
  {"shape":"InternalFailureException"}
42
85
  ]
43
86
  },
87
+ "ListVocabularies":{
88
+ "name":"ListVocabularies",
89
+ "http":{
90
+ "method":"POST",
91
+ "requestUri":"/"
92
+ },
93
+ "input":{"shape":"ListVocabulariesRequest"},
94
+ "output":{"shape":"ListVocabulariesResponse"},
95
+ "errors":[
96
+ {"shape":"BadRequestException"},
97
+ {"shape":"LimitExceededException"},
98
+ {"shape":"InternalFailureException"}
99
+ ]
100
+ },
44
101
  "StartTranscriptionJob":{
45
102
  "name":"StartTranscriptionJob",
46
103
  "http":{
@@ -55,6 +112,21 @@
55
112
  {"shape":"InternalFailureException"},
56
113
  {"shape":"ConflictException"}
57
114
  ]
115
+ },
116
+ "UpdateVocabulary":{
117
+ "name":"UpdateVocabulary",
118
+ "http":{
119
+ "method":"POST",
120
+ "requestUri":"/"
121
+ },
122
+ "input":{"shape":"UpdateVocabularyRequest"},
123
+ "output":{"shape":"UpdateVocabularyResponse"},
124
+ "errors":[
125
+ {"shape":"BadRequestException"},
126
+ {"shape":"LimitExceededException"},
127
+ {"shape":"InternalFailureException"},
128
+ {"shape":"NotFoundException"}
129
+ ]
58
130
  }
59
131
  },
60
132
  "shapes":{
@@ -65,6 +137,7 @@
65
137
  },
66
138
  "exception":true
67
139
  },
140
+ "Boolean":{"type":"boolean"},
68
141
  "ConflictException":{
69
142
  "type":"structure",
70
143
  "members":{
@@ -72,7 +145,37 @@
72
145
  },
73
146
  "exception":true
74
147
  },
148
+ "CreateVocabularyRequest":{
149
+ "type":"structure",
150
+ "required":[
151
+ "VocabularyName",
152
+ "LanguageCode",
153
+ "Phrases"
154
+ ],
155
+ "members":{
156
+ "VocabularyName":{"shape":"VocabularyName"},
157
+ "LanguageCode":{"shape":"LanguageCode"},
158
+ "Phrases":{"shape":"Phrases"}
159
+ }
160
+ },
161
+ "CreateVocabularyResponse":{
162
+ "type":"structure",
163
+ "members":{
164
+ "VocabularyName":{"shape":"VocabularyName"},
165
+ "LanguageCode":{"shape":"LanguageCode"},
166
+ "VocabularyState":{"shape":"VocabularyState"},
167
+ "LastModifiedTime":{"shape":"DateTime"},
168
+ "FailureReason":{"shape":"FailureReason"}
169
+ }
170
+ },
75
171
  "DateTime":{"type":"timestamp"},
172
+ "DeleteVocabularyRequest":{
173
+ "type":"structure",
174
+ "required":["VocabularyName"],
175
+ "members":{
176
+ "VocabularyName":{"shape":"VocabularyName"}
177
+ }
178
+ },
76
179
  "FailureReason":{"type":"string"},
77
180
  "GetTranscriptionJobRequest":{
78
181
  "type":"structure",
@@ -87,6 +190,24 @@
87
190
  "TranscriptionJob":{"shape":"TranscriptionJob"}
88
191
  }
89
192
  },
193
+ "GetVocabularyRequest":{
194
+ "type":"structure",
195
+ "required":["VocabularyName"],
196
+ "members":{
197
+ "VocabularyName":{"shape":"VocabularyName"}
198
+ }
199
+ },
200
+ "GetVocabularyResponse":{
201
+ "type":"structure",
202
+ "members":{
203
+ "VocabularyName":{"shape":"VocabularyName"},
204
+ "LanguageCode":{"shape":"LanguageCode"},
205
+ "VocabularyState":{"shape":"VocabularyState"},
206
+ "LastModifiedTime":{"shape":"DateTime"},
207
+ "FailureReason":{"shape":"FailureReason"},
208
+ "DownloadUri":{"shape":"Uri"}
209
+ }
210
+ },
90
211
  "InternalFailureException":{
91
212
  "type":"structure",
92
213
  "members":{
@@ -111,9 +232,9 @@
111
232
  },
112
233
  "ListTranscriptionJobsRequest":{
113
234
  "type":"structure",
114
- "required":["Status"],
115
235
  "members":{
116
236
  "Status":{"shape":"TranscriptionJobStatus"},
237
+ "JobNameContains":{"shape":"TranscriptionJobName"},
117
238
  "NextToken":{"shape":"NextToken"},
118
239
  "MaxResults":{"shape":"MaxResults"}
119
240
  }
@@ -126,11 +247,33 @@
126
247
  "TranscriptionJobSummaries":{"shape":"TranscriptionJobSummaries"}
127
248
  }
128
249
  },
250
+ "ListVocabulariesRequest":{
251
+ "type":"structure",
252
+ "members":{
253
+ "NextToken":{"shape":"NextToken"},
254
+ "MaxResults":{"shape":"MaxResults"},
255
+ "StateEquals":{"shape":"VocabularyState"},
256
+ "NameContains":{"shape":"VocabularyName"}
257
+ }
258
+ },
259
+ "ListVocabulariesResponse":{
260
+ "type":"structure",
261
+ "members":{
262
+ "Status":{"shape":"TranscriptionJobStatus"},
263
+ "NextToken":{"shape":"NextToken"},
264
+ "Vocabularies":{"shape":"Vocabularies"}
265
+ }
266
+ },
129
267
  "MaxResults":{
130
268
  "type":"integer",
131
269
  "max":100,
132
270
  "min":1
133
271
  },
272
+ "MaxSpeakers":{
273
+ "type":"integer",
274
+ "max":10,
275
+ "min":2
276
+ },
134
277
  "Media":{
135
278
  "type":"structure",
136
279
  "members":{
@@ -162,6 +305,23 @@
162
305
  },
163
306
  "exception":true
164
307
  },
308
+ "Phrase":{
309
+ "type":"string",
310
+ "max":256,
311
+ "min":0
312
+ },
313
+ "Phrases":{
314
+ "type":"list",
315
+ "member":{"shape":"Phrase"}
316
+ },
317
+ "Settings":{
318
+ "type":"structure",
319
+ "members":{
320
+ "VocabularyName":{"shape":"VocabularyName"},
321
+ "ShowSpeakerLabels":{"shape":"Boolean"},
322
+ "MaxSpeakerLabels":{"shape":"MaxSpeakers"}
323
+ }
324
+ },
165
325
  "StartTranscriptionJobRequest":{
166
326
  "type":"structure",
167
327
  "required":[
@@ -175,7 +335,8 @@
175
335
  "LanguageCode":{"shape":"LanguageCode"},
176
336
  "MediaSampleRateHertz":{"shape":"MediaSampleRateHertz"},
177
337
  "MediaFormat":{"shape":"MediaFormat"},
178
- "Media":{"shape":"Media"}
338
+ "Media":{"shape":"Media"},
339
+ "Settings":{"shape":"Settings"}
179
340
  }
180
341
  },
181
342
  "StartTranscriptionJobResponse":{
@@ -203,7 +364,8 @@
203
364
  "Transcript":{"shape":"Transcript"},
204
365
  "CreationTime":{"shape":"DateTime"},
205
366
  "CompletionTime":{"shape":"DateTime"},
206
- "FailureReason":{"shape":"FailureReason"}
367
+ "FailureReason":{"shape":"FailureReason"},
368
+ "Settings":{"shape":"Settings"}
207
369
  }
208
370
  },
209
371
  "TranscriptionJobName":{
@@ -235,10 +397,59 @@
235
397
  "FailureReason":{"shape":"FailureReason"}
236
398
  }
237
399
  },
400
+ "UpdateVocabularyRequest":{
401
+ "type":"structure",
402
+ "required":[
403
+ "VocabularyName",
404
+ "LanguageCode",
405
+ "Phrases"
406
+ ],
407
+ "members":{
408
+ "VocabularyName":{"shape":"VocabularyName"},
409
+ "LanguageCode":{"shape":"LanguageCode"},
410
+ "Phrases":{"shape":"Phrases"}
411
+ }
412
+ },
413
+ "UpdateVocabularyResponse":{
414
+ "type":"structure",
415
+ "members":{
416
+ "VocabularyName":{"shape":"VocabularyName"},
417
+ "LanguageCode":{"shape":"LanguageCode"},
418
+ "LastModifiedTime":{"shape":"DateTime"},
419
+ "VocabularyState":{"shape":"VocabularyState"}
420
+ }
421
+ },
238
422
  "Uri":{
239
423
  "type":"string",
240
424
  "max":2000,
241
425
  "min":1
426
+ },
427
+ "Vocabularies":{
428
+ "type":"list",
429
+ "member":{"shape":"VocabularyInfo"}
430
+ },
431
+ "VocabularyInfo":{
432
+ "type":"structure",
433
+ "members":{
434
+ "VocabularyName":{"shape":"VocabularyName"},
435
+ "LanguageCode":{"shape":"LanguageCode"},
436
+ "LastModifiedTime":{"shape":"DateTime"},
437
+ "VocabularyState":{"shape":"VocabularyState"}
438
+ }
439
+ },
440
+ "VocabularyName":{
441
+ "type":"string",
442
+ "max":200,
443
+ "min":1,
444
+ "pattern":"^[0-9a-zA-Z._-]+"
445
+ },
446
+ "VocabularyState":{
447
+ "type":"string",
448
+ "enum":[
449
+ "PENDING",
450
+ "READY",
451
+ "FAILED"
452
+ ]
242
453
  }
243
454
  }
244
455
  }
@@ -4,6 +4,11 @@
4
4
  "input_token": "NextToken",
5
5
  "output_token": "NextToken",
6
6
  "limit_key": "MaxResults"
7
+ },
8
+ "ListVocabularies": {
9
+ "input_token": "NextToken",
10
+ "output_token": "NextToken",
11
+ "limit_key": "MaxResults"
7
12
  }
8
13
  }
9
14
  }
data/lib/aws-sdk-core.rb CHANGED
@@ -24,6 +24,7 @@ module Aws
24
24
  # services
25
25
  SERVICE_MODULE_NAMES = %w(
26
26
  ACM
27
+ ACMPCA
27
28
  APIGateway
28
29
  AlexaForBusiness
29
30
  AppStream
@@ -79,6 +80,7 @@ module Aws
79
80
  ElasticLoadBalancingV2
80
81
  ElasticTranscoder
81
82
  ElasticsearchService
83
+ FMS
82
84
  Firehose
83
85
  GameLift
84
86
  Glacier
@@ -139,6 +141,7 @@ module Aws
139
141
  SWF
140
142
  SageMaker
141
143
  SageMakerRuntime
144
+ SecretsManager
142
145
  ServerlessApplicationRepository
143
146
  ServiceCatalog
144
147
  ServiceDiscovery
@@ -0,0 +1,6 @@
1
+ Aws.add_service(:ACMPCA, {
2
+ api: "#{Aws::API_DIR}/acm-pca/2017-08-22/api-2.json",
3
+ docs: "#{Aws::API_DIR}/acm-pca/2017-08-22/docs-2.json",
4
+ examples: "#{Aws::API_DIR}/acm-pca/2017-08-22/examples-1.json",
5
+ paginators: "#{Aws::API_DIR}/acm-pca/2017-08-22/paginators-1.json",
6
+ })
@@ -0,0 +1,6 @@
1
+ Aws.add_service(:FMS, {
2
+ api: "#{Aws::API_DIR}/fms/2018-01-01/api-2.json",
3
+ docs: "#{Aws::API_DIR}/fms/2018-01-01/docs-2.json",
4
+ examples: "#{Aws::API_DIR}/fms/2018-01-01/examples-1.json",
5
+ paginators: "#{Aws::API_DIR}/fms/2018-01-01/paginators-1.json",
6
+ })
@@ -0,0 +1,6 @@
1
+ Aws.add_service(:SecretsManager, {
2
+ api: "#{Aws::API_DIR}/secretsmanager/2017-10-17/api-2.json",
3
+ docs: "#{Aws::API_DIR}/secretsmanager/2017-10-17/docs-2.json",
4
+ examples: "#{Aws::API_DIR}/secretsmanager/2017-10-17/examples-1.json",
5
+ paginators: "#{Aws::API_DIR}/secretsmanager/2017-10-17/paginators-1.json",
6
+ })
@@ -1,3 +1,3 @@
1
1
  module Aws
2
- VERSION = '2.11.28'
2
+ VERSION = '2.11.29'
3
3
  end
data/service-models.json CHANGED
@@ -3,6 +3,10 @@
3
3
  "models": "acm/2015-12-08",
4
4
  "endpoint": "acm"
5
5
  },
6
+ "ACMPCA": {
7
+ "models": "acm-pca/2017-08-22",
8
+ "endpoint": "acm-pca"
9
+ },
6
10
  "APIGateway": {
7
11
  "models": "apigateway/2015-07-09",
8
12
  "endpoint": "apigateway"
@@ -222,6 +226,10 @@
222
226
  "models": "es/2015-01-01",
223
227
  "endpoint": "es"
224
228
  },
229
+ "FMS": {
230
+ "models": "fms/2018-01-01",
231
+ "endpoint": "fms"
232
+ },
225
233
  "Firehose": {
226
234
  "models": "firehose/2015-08-04",
227
235
  "endpoint": "firehose"
@@ -462,6 +470,10 @@
462
470
  "models": "runtime.sagemaker/2017-05-13",
463
471
  "endpoint": "runtime.sagemaker"
464
472
  },
473
+ "SecretsManager": {
474
+ "models": "secretsmanager/2017-10-17",
475
+ "endpoint": "secretsmanager"
476
+ },
465
477
  "ServerlessApplicationRepository": {
466
478
  "models": "serverlessrepo/2017-09-08",
467
479
  "endpoint": "serverlessrepo"
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.28
4
+ version: 2.11.29
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-04-03 00:00:00.000000000 Z
11
+ date: 2018-04-04 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jmespath
@@ -50,6 +50,9 @@ files:
50
50
  - apis/AWSMigrationHub/2017-05-31/api-2.json
51
51
  - apis/AWSMigrationHub/2017-05-31/examples-1.json
52
52
  - apis/AWSMigrationHub/2017-05-31/paginators-1.json
53
+ - apis/acm-pca/2017-08-22/api-2.json
54
+ - apis/acm-pca/2017-08-22/examples-1.json
55
+ - apis/acm-pca/2017-08-22/paginators-1.json
53
56
  - apis/acm/2015-12-08/api-2.json
54
57
  - apis/acm/2015-12-08/examples-1.json
55
58
  - apis/acm/2015-12-08/paginators-1.json
@@ -277,6 +280,9 @@ files:
277
280
  - apis/firehose/2015-08-04/api-2.json
278
281
  - apis/firehose/2015-08-04/examples-1.json
279
282
  - apis/firehose/2015-08-04/paginators-1.json
283
+ - apis/fms/2018-01-01/api-2.json
284
+ - apis/fms/2018-01-01/examples-1.json
285
+ - apis/fms/2018-01-01/paginators-1.json
280
286
  - apis/gamelift/2015-10-01/api-2.json
281
287
  - apis/gamelift/2015-10-01/examples-1.json
282
288
  - apis/gamelift/2015-10-01/paginators-1.json
@@ -451,6 +457,9 @@ files:
451
457
  - apis/sagemaker/2017-07-24/waiters-2.json
452
458
  - apis/sdb/2009-04-15/api-2.json
453
459
  - apis/sdb/2009-04-15/paginators-1.json
460
+ - apis/secretsmanager/2017-10-17/api-2.json
461
+ - apis/secretsmanager/2017-10-17/examples-1.json
462
+ - apis/secretsmanager/2017-10-17/paginators-1.json
454
463
  - apis/serverlessrepo/2017-09-08/api-2.json
455
464
  - apis/serverlessrepo/2017-09-08/paginators-1.json
456
465
  - apis/servicecatalog/2015-12-10/api-2.json
@@ -526,6 +535,7 @@ files:
526
535
  - endpoints.json
527
536
  - lib/aws-sdk-core.rb
528
537
  - lib/aws-sdk-core/acm.rb
538
+ - lib/aws-sdk-core/acmpca.rb
529
539
  - lib/aws-sdk-core/alexaforbusiness.rb
530
540
  - lib/aws-sdk-core/api/builder.rb
531
541
  - lib/aws-sdk-core/api/customizations.rb
@@ -613,6 +623,7 @@ files:
613
623
  - lib/aws-sdk-core/endpoint_provider.rb
614
624
  - lib/aws-sdk-core/errors.rb
615
625
  - lib/aws-sdk-core/firehose.rb
626
+ - lib/aws-sdk-core/fms.rb
616
627
  - lib/aws-sdk-core/gamelift.rb
617
628
  - lib/aws-sdk-core/glacier.rb
618
629
  - lib/aws-sdk-core/glue.rb
@@ -756,6 +767,7 @@ files:
756
767
  - lib/aws-sdk-core/s3/presigner.rb
757
768
  - lib/aws-sdk-core/sagemaker.rb
758
769
  - lib/aws-sdk-core/sagemakerruntime.rb
770
+ - lib/aws-sdk-core/secretsmanager.rb
759
771
  - lib/aws-sdk-core/serverlessapplicationrepository.rb
760
772
  - lib/aws-sdk-core/service.rb
761
773
  - lib/aws-sdk-core/servicecatalog.rb