aws-sdk-core 2.11.408 → 2.11.409

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.
Files changed (48) hide show
  1. checksums.yaml +4 -4
  2. data/apis/codeguru-reviewer/2019-09-19/api-2.json +351 -0
  3. data/apis/codeguru-reviewer/2019-09-19/examples-1.json +5 -0
  4. data/apis/codeguru-reviewer/2019-09-19/paginators-1.json +10 -0
  5. data/apis/codeguruprofiler/2019-07-18/api-2.json +645 -0
  6. data/apis/codeguruprofiler/2019-07-18/examples-1.json +5 -0
  7. data/apis/codeguruprofiler/2019-07-18/paginators-1.json +14 -0
  8. data/apis/compute-optimizer/2019-11-01/api-2.json +571 -0
  9. data/apis/compute-optimizer/2019-11-01/examples-1.json +5 -0
  10. data/apis/compute-optimizer/2019-11-01/paginators-1.json +4 -0
  11. data/apis/ec2/2016-11-15/api-2.json +1915 -119
  12. data/apis/ecs/2014-11-13/api-2.json +224 -4
  13. data/apis/ecs/2014-11-13/paginators-1.json +6 -0
  14. data/apis/eks/2017-11-01/api-2.json +218 -0
  15. data/apis/eks/2017-11-01/paginators-1.json +6 -0
  16. data/apis/es/2015-01-01/api-2.json +13 -1
  17. data/apis/frauddetector/2019-11-15/api-2.json +1541 -0
  18. data/apis/frauddetector/2019-11-15/examples-1.json +5 -0
  19. data/apis/frauddetector/2019-11-15/paginators-1.json +39 -0
  20. data/apis/kendra/2019-02-03/api-2.json +1737 -0
  21. data/apis/kendra/2019-02-03/examples-1.json +5 -0
  22. data/apis/kendra/2019-02-03/paginators-1.json +19 -0
  23. data/apis/networkmanager/2019-07-05/api-2.json +1588 -0
  24. data/apis/networkmanager/2019-07-05/examples-1.json +5 -0
  25. data/apis/networkmanager/2019-07-05/paginators-1.json +46 -0
  26. data/apis/outposts/2019-12-03/api-2.json +367 -0
  27. data/apis/outposts/2019-12-03/examples-1.json +5 -0
  28. data/apis/outposts/2019-12-03/paginators-1.json +14 -0
  29. data/apis/s3/2006-03-01/examples-1.json +89 -89
  30. data/apis/s3control/2018-08-20/api-2.json +333 -0
  31. data/apis/s3control/2018-08-20/paginators-1.json +5 -0
  32. data/apis/sagemaker-a2i-runtime/2019-11-07/api-2.json +367 -0
  33. data/apis/sagemaker-a2i-runtime/2019-11-07/examples-1.json +5 -0
  34. data/apis/sagemaker-a2i-runtime/2019-11-07/paginators-1.json +10 -0
  35. data/apis/textract/2018-06-27/api-2.json +88 -7
  36. data/endpoints.json +10 -1
  37. data/lib/aws-sdk-core.rb +8 -0
  38. data/lib/aws-sdk-core/augmentedairuntime.rb +6 -0
  39. data/lib/aws-sdk-core/codeguruprofiler.rb +6 -0
  40. data/lib/aws-sdk-core/codegurureviewer.rb +6 -0
  41. data/lib/aws-sdk-core/computeoptimizer.rb +6 -0
  42. data/lib/aws-sdk-core/frauddetector.rb +6 -0
  43. data/lib/aws-sdk-core/kendra.rb +6 -0
  44. data/lib/aws-sdk-core/networkmanager.rb +6 -0
  45. data/lib/aws-sdk-core/outposts.rb +6 -0
  46. data/lib/aws-sdk-core/version.rb +1 -1
  47. data/service-models.json +32 -0
  48. metadata +34 -2
@@ -0,0 +1,5 @@
1
+ {
2
+ "version": "1.0",
3
+ "examples": {
4
+ }
5
+ }
@@ -0,0 +1,10 @@
1
+ {
2
+ "pagination": {
3
+ "ListHumanLoops": {
4
+ "input_token": "NextToken",
5
+ "output_token": "NextToken",
6
+ "limit_key": "MaxResults",
7
+ "result_key": "HumanLoopSummaries"
8
+ }
9
+ }
10
+ }
@@ -29,7 +29,8 @@
29
29
  {"shape":"AccessDeniedException"},
30
30
  {"shape":"ProvisionedThroughputExceededException"},
31
31
  {"shape":"InternalServerError"},
32
- {"shape":"ThrottlingException"}
32
+ {"shape":"ThrottlingException"},
33
+ {"shape":"HumanLoopQuotaExceededException"}
33
34
  ]
34
35
  },
35
36
  "DetectDocumentText":{
@@ -146,14 +147,17 @@
146
147
  ],
147
148
  "members":{
148
149
  "Document":{"shape":"Document"},
149
- "FeatureTypes":{"shape":"FeatureTypes"}
150
+ "FeatureTypes":{"shape":"FeatureTypes"},
151
+ "HumanLoopConfig":{"shape":"HumanLoopConfig"}
150
152
  }
151
153
  },
152
154
  "AnalyzeDocumentResponse":{
153
155
  "type":"structure",
154
156
  "members":{
155
157
  "DocumentMetadata":{"shape":"DocumentMetadata"},
156
- "Blocks":{"shape":"BlockList"}
158
+ "Blocks":{"shape":"BlockList"},
159
+ "HumanLoopActivationOutput":{"shape":"HumanLoopActivationOutput"},
160
+ "AnalyzeDocumentModelVersion":{"shape":"String"}
157
161
  }
158
162
  },
159
163
  "BadDocumentException":{
@@ -211,6 +215,18 @@
211
215
  "min":1,
212
216
  "pattern":"^[a-zA-Z0-9-_]+$"
213
217
  },
218
+ "ContentClassifier":{
219
+ "type":"string",
220
+ "enum":[
221
+ "FreeOfPersonallyIdentifiableInformation",
222
+ "FreeOfAdultContent"
223
+ ]
224
+ },
225
+ "ContentClassifiers":{
226
+ "type":"list",
227
+ "member":{"shape":"ContentClassifier"},
228
+ "max":256
229
+ },
214
230
  "DetectDocumentTextRequest":{
215
231
  "type":"structure",
216
232
  "required":["Document"],
@@ -222,7 +238,8 @@
222
238
  "type":"structure",
223
239
  "members":{
224
240
  "DocumentMetadata":{"shape":"DocumentMetadata"},
225
- "Blocks":{"shape":"BlockList"}
241
+ "Blocks":{"shape":"BlockList"},
242
+ "DetectDocumentTextModelVersion":{"shape":"String"}
226
243
  }
227
244
  },
228
245
  "Document":{
@@ -274,6 +291,10 @@
274
291
  "member":{"shape":"FeatureType"}
275
292
  },
276
293
  "Float":{"type":"float"},
294
+ "FlowDefinitionArn":{
295
+ "type":"string",
296
+ "max":256
297
+ },
277
298
  "Geometry":{
278
299
  "type":"structure",
279
300
  "members":{
@@ -298,7 +319,8 @@
298
319
  "NextToken":{"shape":"PaginationToken"},
299
320
  "Blocks":{"shape":"BlockList"},
300
321
  "Warnings":{"shape":"Warnings"},
301
- "StatusMessage":{"shape":"StatusMessage"}
322
+ "StatusMessage":{"shape":"StatusMessage"},
323
+ "AnalyzeDocumentModelVersion":{"shape":"String"}
302
324
  }
303
325
  },
304
326
  "GetDocumentTextDetectionRequest":{
@@ -318,9 +340,68 @@
318
340
  "NextToken":{"shape":"PaginationToken"},
319
341
  "Blocks":{"shape":"BlockList"},
320
342
  "Warnings":{"shape":"Warnings"},
321
- "StatusMessage":{"shape":"StatusMessage"}
343
+ "StatusMessage":{"shape":"StatusMessage"},
344
+ "DetectDocumentTextModelVersion":{"shape":"String"}
345
+ }
346
+ },
347
+ "HumanLoopActivationConditionsEvaluationResults":{
348
+ "type":"string",
349
+ "max":10240
350
+ },
351
+ "HumanLoopActivationOutput":{
352
+ "type":"structure",
353
+ "members":{
354
+ "HumanLoopArn":{"shape":"HumanLoopArn"},
355
+ "HumanLoopActivationReasons":{"shape":"HumanLoopActivationReasons"},
356
+ "HumanLoopActivationConditionsEvaluationResults":{
357
+ "shape":"HumanLoopActivationConditionsEvaluationResults",
358
+ "jsonvalue":true
359
+ }
360
+ }
361
+ },
362
+ "HumanLoopActivationReason":{"type":"string"},
363
+ "HumanLoopActivationReasons":{
364
+ "type":"list",
365
+ "member":{"shape":"HumanLoopActivationReason"},
366
+ "min":1
367
+ },
368
+ "HumanLoopArn":{
369
+ "type":"string",
370
+ "max":256
371
+ },
372
+ "HumanLoopConfig":{
373
+ "type":"structure",
374
+ "required":[
375
+ "HumanLoopName",
376
+ "FlowDefinitionArn"
377
+ ],
378
+ "members":{
379
+ "HumanLoopName":{"shape":"HumanLoopName"},
380
+ "FlowDefinitionArn":{"shape":"FlowDefinitionArn"},
381
+ "DataAttributes":{"shape":"HumanLoopDataAttributes"}
322
382
  }
323
383
  },
384
+ "HumanLoopDataAttributes":{
385
+ "type":"structure",
386
+ "members":{
387
+ "ContentClassifiers":{"shape":"ContentClassifiers"}
388
+ }
389
+ },
390
+ "HumanLoopName":{
391
+ "type":"string",
392
+ "max":63,
393
+ "min":1,
394
+ "pattern":"^[a-z0-9](-*[a-z0-9])*"
395
+ },
396
+ "HumanLoopQuotaExceededException":{
397
+ "type":"structure",
398
+ "members":{
399
+ "ResourceType":{"shape":"String"},
400
+ "QuotaCode":{"shape":"String"},
401
+ "ServiceCode":{"shape":"String"}
402
+ },
403
+ "exception":true
404
+ },
324
405
  "IdList":{
325
406
  "type":"list",
326
407
  "member":{"shape":"NonEmptyString"}
@@ -333,7 +414,7 @@
333
414
  },
334
415
  "ImageBlob":{
335
416
  "type":"blob",
336
- "max":5242880,
417
+ "max":10485760,
337
418
  "min":1
338
419
  },
339
420
  "InternalServerError":{
@@ -3164,6 +3164,15 @@
3164
3164
  "isRegionalized" : false,
3165
3165
  "partitionEndpoint" : "aws-global"
3166
3166
  },
3167
+ "schemas" : {
3168
+ "endpoints" : {
3169
+ "ap-northeast-1" : { },
3170
+ "eu-west-1" : { },
3171
+ "us-east-1" : { },
3172
+ "us-east-2" : { },
3173
+ "us-west-2" : { }
3174
+ }
3175
+ },
3167
3176
  "sdb" : {
3168
3177
  "defaults" : {
3169
3178
  "protocols" : [ "http", "https" ],
@@ -5689,4 +5698,4 @@
5689
5698
  }
5690
5699
  } ],
5691
5700
  "version" : 3
5692
- }
5701
+ }
@@ -39,6 +39,7 @@ module Aws
39
39
  ApplicationDiscoveryService
40
40
  ApplicationInsights
41
41
  Athena
42
+ AugmentedAIRuntime
42
43
  AutoScaling
43
44
  AutoScalingPlans
44
45
  Backup
@@ -60,6 +61,8 @@ module Aws
60
61
  CodeBuild
61
62
  CodeCommit
62
63
  CodeDeploy
64
+ CodeGuruProfiler
65
+ CodeGuruReviewer
63
66
  CodePipeline
64
67
  CodeStar
65
68
  CodeStarNotifications
@@ -68,6 +71,7 @@ module Aws
68
71
  CognitoSync
69
72
  Comprehend
70
73
  ComprehendMedical
74
+ ComputeOptimizer
71
75
  ConfigService
72
76
  Connect
73
77
  ConnectParticipant
@@ -105,6 +109,7 @@ module Aws
105
109
  Firehose
106
110
  ForecastQueryService
107
111
  ForecastService
112
+ FraudDetector
108
113
  GameLift
109
114
  Glacier
110
115
  GlobalAccelerator
@@ -129,6 +134,7 @@ module Aws
129
134
  IoTThingsGraph
130
135
  KMS
131
136
  Kafka
137
+ Kendra
132
138
  Kinesis
133
139
  KinesisAnalytics
134
140
  KinesisAnalyticsV2
@@ -163,9 +169,11 @@ module Aws
163
169
  MigrationHubConfig
164
170
  Mobile
165
171
  Neptune
172
+ NetworkManager
166
173
  OpsWorks
167
174
  OpsWorksCM
168
175
  Organizations
176
+ Outposts
169
177
  PI
170
178
  Personalize
171
179
  PersonalizeEvents
@@ -0,0 +1,6 @@
1
+ Aws.add_service(:AugmentedAIRuntime, {
2
+ api: "#{Aws::API_DIR}/sagemaker-a2i-runtime/2019-11-07/api-2.json",
3
+ docs: "#{Aws::API_DIR}/sagemaker-a2i-runtime/2019-11-07/docs-2.json",
4
+ examples: "#{Aws::API_DIR}/sagemaker-a2i-runtime/2019-11-07/examples-1.json",
5
+ paginators: "#{Aws::API_DIR}/sagemaker-a2i-runtime/2019-11-07/paginators-1.json",
6
+ })
@@ -0,0 +1,6 @@
1
+ Aws.add_service(:CodeGuruProfiler, {
2
+ api: "#{Aws::API_DIR}/codeguruprofiler/2019-07-18/api-2.json",
3
+ docs: "#{Aws::API_DIR}/codeguruprofiler/2019-07-18/docs-2.json",
4
+ examples: "#{Aws::API_DIR}/codeguruprofiler/2019-07-18/examples-1.json",
5
+ paginators: "#{Aws::API_DIR}/codeguruprofiler/2019-07-18/paginators-1.json",
6
+ })
@@ -0,0 +1,6 @@
1
+ Aws.add_service(:CodeGuruReviewer, {
2
+ api: "#{Aws::API_DIR}/codeguru-reviewer/2019-09-19/api-2.json",
3
+ docs: "#{Aws::API_DIR}/codeguru-reviewer/2019-09-19/docs-2.json",
4
+ examples: "#{Aws::API_DIR}/codeguru-reviewer/2019-09-19/examples-1.json",
5
+ paginators: "#{Aws::API_DIR}/codeguru-reviewer/2019-09-19/paginators-1.json",
6
+ })
@@ -0,0 +1,6 @@
1
+ Aws.add_service(:ComputeOptimizer, {
2
+ api: "#{Aws::API_DIR}/compute-optimizer/2019-11-01/api-2.json",
3
+ docs: "#{Aws::API_DIR}/compute-optimizer/2019-11-01/docs-2.json",
4
+ examples: "#{Aws::API_DIR}/compute-optimizer/2019-11-01/examples-1.json",
5
+ paginators: "#{Aws::API_DIR}/compute-optimizer/2019-11-01/paginators-1.json",
6
+ })
@@ -0,0 +1,6 @@
1
+ Aws.add_service(:FraudDetector, {
2
+ api: "#{Aws::API_DIR}/frauddetector/2019-11-15/api-2.json",
3
+ docs: "#{Aws::API_DIR}/frauddetector/2019-11-15/docs-2.json",
4
+ examples: "#{Aws::API_DIR}/frauddetector/2019-11-15/examples-1.json",
5
+ paginators: "#{Aws::API_DIR}/frauddetector/2019-11-15/paginators-1.json",
6
+ })
@@ -0,0 +1,6 @@
1
+ Aws.add_service(:Kendra, {
2
+ api: "#{Aws::API_DIR}/kendra/2019-02-03/api-2.json",
3
+ docs: "#{Aws::API_DIR}/kendra/2019-02-03/docs-2.json",
4
+ examples: "#{Aws::API_DIR}/kendra/2019-02-03/examples-1.json",
5
+ paginators: "#{Aws::API_DIR}/kendra/2019-02-03/paginators-1.json",
6
+ })
@@ -0,0 +1,6 @@
1
+ Aws.add_service(:NetworkManager, {
2
+ api: "#{Aws::API_DIR}/networkmanager/2019-07-05/api-2.json",
3
+ docs: "#{Aws::API_DIR}/networkmanager/2019-07-05/docs-2.json",
4
+ examples: "#{Aws::API_DIR}/networkmanager/2019-07-05/examples-1.json",
5
+ paginators: "#{Aws::API_DIR}/networkmanager/2019-07-05/paginators-1.json",
6
+ })
@@ -0,0 +1,6 @@
1
+ Aws.add_service(:Outposts, {
2
+ api: "#{Aws::API_DIR}/outposts/2019-12-03/api-2.json",
3
+ docs: "#{Aws::API_DIR}/outposts/2019-12-03/docs-2.json",
4
+ examples: "#{Aws::API_DIR}/outposts/2019-12-03/examples-1.json",
5
+ paginators: "#{Aws::API_DIR}/outposts/2019-12-03/paginators-1.json",
6
+ })
@@ -1,3 +1,3 @@
1
1
  module Aws
2
- VERSION = '2.11.408'
2
+ VERSION = '2.11.409'
3
3
  end
@@ -63,6 +63,10 @@
63
63
  "models": "athena/2017-05-18",
64
64
  "endpoint": "athena"
65
65
  },
66
+ "AugmentedAIRuntime": {
67
+ "models": "sagemaker-a2i-runtime/2019-11-07",
68
+ "endpoint": "a2i-runtime.sagemaker"
69
+ },
66
70
  "AutoScaling": {
67
71
  "models": "autoscaling/2011-01-01",
68
72
  "endpoint": "autoscaling"
@@ -146,6 +150,14 @@
146
150
  "models": "codedeploy/2014-10-06",
147
151
  "endpoint": "codedeploy"
148
152
  },
153
+ "CodeGuruProfiler": {
154
+ "models": "codeguruprofiler/2019-07-18",
155
+ "endpoint": "codeguru-profiler"
156
+ },
157
+ "CodeGuruReviewer": {
158
+ "models": "codeguru-reviewer/2019-09-19",
159
+ "endpoint": "codeguru-reviewer"
160
+ },
149
161
  "CodePipeline": {
150
162
  "models": "codepipeline/2015-07-09",
151
163
  "endpoint": "codepipeline"
@@ -178,6 +190,10 @@
178
190
  "models": "comprehendmedical/2018-10-30",
179
191
  "endpoint": "comprehendmedical"
180
192
  },
193
+ "ComputeOptimizer": {
194
+ "models": "compute-optimizer/2019-11-01",
195
+ "endpoint": "compute-optimizer"
196
+ },
181
197
  "ConfigService": {
182
198
  "models": "config/2014-11-12",
183
199
  "endpoint": "config"
@@ -326,6 +342,10 @@
326
342
  "models": "forecast/2018-06-26",
327
343
  "endpoint": "forecast"
328
344
  },
345
+ "FraudDetector": {
346
+ "models": "frauddetector/2019-11-15",
347
+ "endpoint": "frauddetector"
348
+ },
329
349
  "GameLift": {
330
350
  "models": "gamelift/2015-10-01",
331
351
  "endpoint": "gamelift"
@@ -422,6 +442,10 @@
422
442
  "models": "kafka/2018-11-14",
423
443
  "endpoint": "kafka"
424
444
  },
445
+ "Kendra": {
446
+ "models": "kendra/2019-02-03",
447
+ "endpoint": "kendra"
448
+ },
425
449
  "Kinesis": {
426
450
  "models": "kinesis/2013-12-02",
427
451
  "endpoint": "kinesis"
@@ -558,6 +582,10 @@
558
582
  "models": "neptune/2014-10-31",
559
583
  "endpoint": "rds"
560
584
  },
585
+ "NetworkManager": {
586
+ "models": "networkmanager/2019-07-05",
587
+ "endpoint": "networkmanager"
588
+ },
561
589
  "OpsWorks": {
562
590
  "models": "opsworks/2013-02-18",
563
591
  "endpoint": "opsworks"
@@ -570,6 +598,10 @@
570
598
  "models": "organizations/2016-11-28",
571
599
  "endpoint": "organizations"
572
600
  },
601
+ "Outposts": {
602
+ "models": "outposts/2019-12-03",
603
+ "endpoint": "outposts"
604
+ },
573
605
  "PI": {
574
606
  "models": "pi/2018-02-27",
575
607
  "endpoint": "pi"
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.408
4
+ version: 2.11.409
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: 2019-12-02 00:00:00.000000000 Z
11
+ date: 2019-12-03 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jmespath
@@ -221,6 +221,12 @@ files:
221
221
  - apis/codedeploy/2014-10-06/paginators-1.json
222
222
  - apis/codedeploy/2014-10-06/smoke.json
223
223
  - apis/codedeploy/2014-10-06/waiters-2.json
224
+ - apis/codeguru-reviewer/2019-09-19/api-2.json
225
+ - apis/codeguru-reviewer/2019-09-19/examples-1.json
226
+ - apis/codeguru-reviewer/2019-09-19/paginators-1.json
227
+ - apis/codeguruprofiler/2019-07-18/api-2.json
228
+ - apis/codeguruprofiler/2019-07-18/examples-1.json
229
+ - apis/codeguruprofiler/2019-07-18/paginators-1.json
224
230
  - apis/codepipeline/2015-07-09/api-2.json
225
231
  - apis/codepipeline/2015-07-09/examples-1.json
226
232
  - apis/codepipeline/2015-07-09/paginators-1.json
@@ -246,6 +252,9 @@ files:
246
252
  - apis/comprehendmedical/2018-10-30/api-2.json
247
253
  - apis/comprehendmedical/2018-10-30/examples-1.json
248
254
  - apis/comprehendmedical/2018-10-30/paginators-1.json
255
+ - apis/compute-optimizer/2019-11-01/api-2.json
256
+ - apis/compute-optimizer/2019-11-01/examples-1.json
257
+ - apis/compute-optimizer/2019-11-01/paginators-1.json
249
258
  - apis/config/2014-11-12/api-2.json
250
259
  - apis/config/2014-11-12/examples-1.json
251
260
  - apis/config/2014-11-12/paginators-1.json
@@ -416,6 +425,9 @@ files:
416
425
  - apis/forecastquery/2018-06-26/api-2.json
417
426
  - apis/forecastquery/2018-06-26/examples-1.json
418
427
  - apis/forecastquery/2018-06-26/paginators-1.json
428
+ - apis/frauddetector/2019-11-15/api-2.json
429
+ - apis/frauddetector/2019-11-15/examples-1.json
430
+ - apis/frauddetector/2019-11-15/paginators-1.json
419
431
  - apis/fsx/2018-03-01/api-2.json
420
432
  - apis/fsx/2018-03-01/examples-1.json
421
433
  - apis/fsx/2018-03-01/paginators-1.json
@@ -491,6 +503,9 @@ files:
491
503
  - apis/iotthingsgraph/2018-09-06/paginators-1.json
492
504
  - apis/kafka/2018-11-14/api-2.json
493
505
  - apis/kafka/2018-11-14/paginators-1.json
506
+ - apis/kendra/2019-02-03/api-2.json
507
+ - apis/kendra/2019-02-03/examples-1.json
508
+ - apis/kendra/2019-02-03/paginators-1.json
494
509
  - apis/kinesis-video-archived-media/2017-09-30/api-2.json
495
510
  - apis/kinesis-video-archived-media/2017-09-30/examples-1.json
496
511
  - apis/kinesis-video-archived-media/2017-09-30/paginators-1.json
@@ -600,6 +615,9 @@ files:
600
615
  - apis/neptune/2014-10-31/paginators-1.json
601
616
  - apis/neptune/2014-10-31/smoke.json
602
617
  - apis/neptune/2014-10-31/waiters-2.json
618
+ - apis/networkmanager/2019-07-05/api-2.json
619
+ - apis/networkmanager/2019-07-05/examples-1.json
620
+ - apis/networkmanager/2019-07-05/paginators-1.json
603
621
  - apis/opsworks/2013-02-18/api-2.json
604
622
  - apis/opsworks/2013-02-18/examples-1.json
605
623
  - apis/opsworks/2013-02-18/paginators-1.json
@@ -613,6 +631,9 @@ files:
613
631
  - apis/organizations/2016-11-28/api-2.json
614
632
  - apis/organizations/2016-11-28/examples-1.json
615
633
  - apis/organizations/2016-11-28/paginators-1.json
634
+ - apis/outposts/2019-12-03/api-2.json
635
+ - apis/outposts/2019-12-03/examples-1.json
636
+ - apis/outposts/2019-12-03/paginators-1.json
616
637
  - apis/personalize-events/2018-03-22/api-2.json
617
638
  - apis/personalize-events/2018-03-22/examples-1.json
618
639
  - apis/personalize-events/2018-03-22/paginators-1.json
@@ -725,6 +746,9 @@ files:
725
746
  - apis/s3control/2018-08-20/api-2.json
726
747
  - apis/s3control/2018-08-20/examples-1.json
727
748
  - apis/s3control/2018-08-20/paginators-1.json
749
+ - apis/sagemaker-a2i-runtime/2019-11-07/api-2.json
750
+ - apis/sagemaker-a2i-runtime/2019-11-07/examples-1.json
751
+ - apis/sagemaker-a2i-runtime/2019-11-07/paginators-1.json
728
752
  - apis/sagemaker/2017-07-24/api-2.json
729
753
  - apis/sagemaker/2017-07-24/examples-1.json
730
754
  - apis/sagemaker/2017-07-24/paginators-1.json
@@ -897,6 +921,7 @@ files:
897
921
  - lib/aws-sdk-core/appsync.rb
898
922
  - lib/aws-sdk-core/assume_role_credentials.rb
899
923
  - lib/aws-sdk-core/athena.rb
924
+ - lib/aws-sdk-core/augmentedairuntime.rb
900
925
  - lib/aws-sdk-core/autoscaling.rb
901
926
  - lib/aws-sdk-core/autoscalingplans.rb
902
927
  - lib/aws-sdk-core/backup.rb
@@ -925,6 +950,8 @@ files:
925
950
  - lib/aws-sdk-core/codebuild.rb
926
951
  - lib/aws-sdk-core/codecommit.rb
927
952
  - lib/aws-sdk-core/codedeploy.rb
953
+ - lib/aws-sdk-core/codeguruprofiler.rb
954
+ - lib/aws-sdk-core/codegurureviewer.rb
928
955
  - lib/aws-sdk-core/codepipeline.rb
929
956
  - lib/aws-sdk-core/codestar.rb
930
957
  - lib/aws-sdk-core/codestarnotifications.rb
@@ -933,6 +960,7 @@ files:
933
960
  - lib/aws-sdk-core/cognitosync.rb
934
961
  - lib/aws-sdk-core/comprehend.rb
935
962
  - lib/aws-sdk-core/comprehendmedical.rb
963
+ - lib/aws-sdk-core/computeoptimizer.rb
936
964
  - lib/aws-sdk-core/configservice.rb
937
965
  - lib/aws-sdk-core/connect.rb
938
966
  - lib/aws-sdk-core/connectparticipant.rb
@@ -980,6 +1008,7 @@ files:
980
1008
  - lib/aws-sdk-core/fms.rb
981
1009
  - lib/aws-sdk-core/forecastqueryservice.rb
982
1010
  - lib/aws-sdk-core/forecastservice.rb
1011
+ - lib/aws-sdk-core/frauddetector.rb
983
1012
  - lib/aws-sdk-core/fsx.rb
984
1013
  - lib/aws-sdk-core/gamelift.rb
985
1014
  - lib/aws-sdk-core/glacier.rb
@@ -1013,6 +1042,7 @@ files:
1013
1042
  - lib/aws-sdk-core/json/oj_engine.rb
1014
1043
  - lib/aws-sdk-core/json/parser.rb
1015
1044
  - lib/aws-sdk-core/kafka.rb
1045
+ - lib/aws-sdk-core/kendra.rb
1016
1046
  - lib/aws-sdk-core/kinesis.rb
1017
1047
  - lib/aws-sdk-core/kinesisanalytics.rb
1018
1048
  - lib/aws-sdk-core/kinesisanalyticsv2.rb
@@ -1052,9 +1082,11 @@ files:
1052
1082
  - lib/aws-sdk-core/mq.rb
1053
1083
  - lib/aws-sdk-core/mturk.rb
1054
1084
  - lib/aws-sdk-core/neptune.rb
1085
+ - lib/aws-sdk-core/networkmanager.rb
1055
1086
  - lib/aws-sdk-core/opsworks.rb
1056
1087
  - lib/aws-sdk-core/opsworkscm.rb
1057
1088
  - lib/aws-sdk-core/organizations.rb
1089
+ - lib/aws-sdk-core/outposts.rb
1058
1090
  - lib/aws-sdk-core/pageable_response.rb
1059
1091
  - lib/aws-sdk-core/pager.rb
1060
1092
  - lib/aws-sdk-core/param_converter.rb