aws-sdk-core 2.11.352 → 2.11.353

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: 7810178f2dd2a865ffec8bc9c838668a3a2c9ede
4
- data.tar.gz: 2e8ff252336b67f1257e20c1d2b4d53bc557e2fe
3
+ metadata.gz: edbf62aea6631da97a77d967b324b31effe79558
4
+ data.tar.gz: 9882963471a79b2cfd472d1415f440a7e3d57889
5
5
  SHA512:
6
- metadata.gz: 4a58dfa0208ce66b86e7cd82c84e644bbcb0d8755a7d9b52300ee1855fbe843ca73080fab4d9974542dbf27590390bb32eb8aff79b4175b9fc930a842ae71894
7
- data.tar.gz: dfdac2e25cc70fff2aef1003535664bec09d2323750224a200dfb1f0adae182e1a1b3c4fa9db587cbae6a7cf83d87ef790c7bfc8f38d4aa13725485cc9d7ddbe
6
+ metadata.gz: 7db0f9e9f9b90faa771458ee2714c98ca4d11bbd152d71fe55e74553a2864bde99dbf18405502006ae889ee8d30ad1f16e8afaa326cbe9a31d3bc3ea6ab92e7a
7
+ data.tar.gz: 9106fc21b68ac6aa7dc75b6d0acbe2d4640fd3cc7e6a74e7611b808d2f42ba7dc6f23e1e3e8a397ef8dcaf500ea7b3023b05bdd644bf6013103e2682ad15dbfe
@@ -12509,8 +12509,8 @@
12509
12509
  "type":"string",
12510
12510
  "enum":[
12511
12511
  "error",
12512
- "pending-fulfillment",
12513
- "pending-termination",
12512
+ "pending_fulfillment",
12513
+ "pending_termination",
12514
12514
  "fulfilled"
12515
12515
  ]
12516
12516
  },
@@ -12760,8 +12760,8 @@
12760
12760
  "active",
12761
12761
  "deleted",
12762
12762
  "failed",
12763
- "deleted-running",
12764
- "deleted-terminating",
12763
+ "deleted_running",
12764
+ "deleted_terminating",
12765
12765
  "modifying"
12766
12766
  ]
12767
12767
  },
@@ -2273,6 +2273,11 @@
2273
2273
  }
2274
2274
  }
2275
2275
  },
2276
+ "ColorSpacePassthroughSettings": {
2277
+ "type": "structure",
2278
+ "members": {
2279
+ }
2280
+ },
2276
2281
  "ConflictException": {
2277
2282
  "type": "structure",
2278
2283
  "members": {
@@ -3888,6 +3893,23 @@
3888
3893
  "INSERT"
3889
3894
  ]
3890
3895
  },
3896
+ "H264ColorSpaceSettings": {
3897
+ "type": "structure",
3898
+ "members": {
3899
+ "ColorSpacePassthroughSettings": {
3900
+ "shape": "ColorSpacePassthroughSettings",
3901
+ "locationName": "colorSpacePassthroughSettings"
3902
+ },
3903
+ "Rec601Settings": {
3904
+ "shape": "Rec601Settings",
3905
+ "locationName": "rec601Settings"
3906
+ },
3907
+ "Rec709Settings": {
3908
+ "shape": "Rec709Settings",
3909
+ "locationName": "rec709Settings"
3910
+ }
3911
+ }
3912
+ },
3891
3913
  "H264EntropyEncoding": {
3892
3914
  "type": "string",
3893
3915
  "enum": [
@@ -3975,6 +3997,7 @@
3975
3997
  "type": "string",
3976
3998
  "enum": [
3977
3999
  "CBR",
4000
+ "MULTIPLEX",
3978
4001
  "QVBR",
3979
4002
  "VBR"
3980
4003
  ]
@@ -4020,6 +4043,10 @@
4020
4043
  "shape": "H264ColorMetadata",
4021
4044
  "locationName": "colorMetadata"
4022
4045
  },
4046
+ "ColorSpaceSettings": {
4047
+ "shape": "H264ColorSpaceSettings",
4048
+ "locationName": "colorSpaceSettings"
4049
+ },
4023
4050
  "EntropyEncoding": {
4024
4051
  "shape": "H264EntropyEncoding",
4025
4052
  "locationName": "entropyEncoding"
@@ -4181,6 +4208,268 @@
4181
4208
  "PIC_TIMING_SEI"
4182
4209
  ]
4183
4210
  },
4211
+ "H265AdaptiveQuantization": {
4212
+ "type": "string",
4213
+ "enum": [
4214
+ "HIGH",
4215
+ "HIGHER",
4216
+ "LOW",
4217
+ "MAX",
4218
+ "MEDIUM",
4219
+ "OFF"
4220
+ ]
4221
+ },
4222
+ "H265AlternativeTransferFunction": {
4223
+ "type": "string",
4224
+ "enum": [
4225
+ "INSERT",
4226
+ "OMIT"
4227
+ ]
4228
+ },
4229
+ "H265ColorMetadata": {
4230
+ "type": "string",
4231
+ "enum": [
4232
+ "IGNORE",
4233
+ "INSERT"
4234
+ ]
4235
+ },
4236
+ "H265ColorSpaceSettings": {
4237
+ "type": "structure",
4238
+ "members": {
4239
+ "ColorSpacePassthroughSettings": {
4240
+ "shape": "ColorSpacePassthroughSettings",
4241
+ "locationName": "colorSpacePassthroughSettings"
4242
+ },
4243
+ "Hdr10Settings": {
4244
+ "shape": "Hdr10Settings",
4245
+ "locationName": "hdr10Settings"
4246
+ },
4247
+ "Rec601Settings": {
4248
+ "shape": "Rec601Settings",
4249
+ "locationName": "rec601Settings"
4250
+ },
4251
+ "Rec709Settings": {
4252
+ "shape": "Rec709Settings",
4253
+ "locationName": "rec709Settings"
4254
+ }
4255
+ }
4256
+ },
4257
+ "H265FlickerAq": {
4258
+ "type": "string",
4259
+ "enum": [
4260
+ "DISABLED",
4261
+ "ENABLED"
4262
+ ]
4263
+ },
4264
+ "H265GopSizeUnits": {
4265
+ "type": "string",
4266
+ "enum": [
4267
+ "FRAMES",
4268
+ "SECONDS"
4269
+ ]
4270
+ },
4271
+ "H265Level": {
4272
+ "type": "string",
4273
+ "enum": [
4274
+ "H265_LEVEL_1",
4275
+ "H265_LEVEL_2",
4276
+ "H265_LEVEL_2_1",
4277
+ "H265_LEVEL_3",
4278
+ "H265_LEVEL_3_1",
4279
+ "H265_LEVEL_4",
4280
+ "H265_LEVEL_4_1",
4281
+ "H265_LEVEL_5",
4282
+ "H265_LEVEL_5_1",
4283
+ "H265_LEVEL_5_2",
4284
+ "H265_LEVEL_6",
4285
+ "H265_LEVEL_6_1",
4286
+ "H265_LEVEL_6_2",
4287
+ "H265_LEVEL_AUTO"
4288
+ ]
4289
+ },
4290
+ "H265LookAheadRateControl": {
4291
+ "type": "string",
4292
+ "enum": [
4293
+ "HIGH",
4294
+ "LOW",
4295
+ "MEDIUM"
4296
+ ]
4297
+ },
4298
+ "H265Profile": {
4299
+ "type": "string",
4300
+ "enum": [
4301
+ "MAIN",
4302
+ "MAIN_10BIT"
4303
+ ]
4304
+ },
4305
+ "H265RateControlMode": {
4306
+ "type": "string",
4307
+ "enum": [
4308
+ "CBR",
4309
+ "QVBR"
4310
+ ]
4311
+ },
4312
+ "H265ScanType": {
4313
+ "type": "string",
4314
+ "enum": [
4315
+ "PROGRESSIVE"
4316
+ ]
4317
+ },
4318
+ "H265SceneChangeDetect": {
4319
+ "type": "string",
4320
+ "enum": [
4321
+ "DISABLED",
4322
+ "ENABLED"
4323
+ ]
4324
+ },
4325
+ "H265Settings": {
4326
+ "type": "structure",
4327
+ "members": {
4328
+ "AdaptiveQuantization": {
4329
+ "shape": "H265AdaptiveQuantization",
4330
+ "locationName": "adaptiveQuantization"
4331
+ },
4332
+ "AfdSignaling": {
4333
+ "shape": "AfdSignaling",
4334
+ "locationName": "afdSignaling"
4335
+ },
4336
+ "AlternativeTransferFunction": {
4337
+ "shape": "H265AlternativeTransferFunction",
4338
+ "locationName": "alternativeTransferFunction"
4339
+ },
4340
+ "Bitrate": {
4341
+ "shape": "__integerMin100000Max40000000",
4342
+ "locationName": "bitrate"
4343
+ },
4344
+ "BufSize": {
4345
+ "shape": "__integerMin100000Max80000000",
4346
+ "locationName": "bufSize"
4347
+ },
4348
+ "ColorMetadata": {
4349
+ "shape": "H265ColorMetadata",
4350
+ "locationName": "colorMetadata"
4351
+ },
4352
+ "ColorSpaceSettings": {
4353
+ "shape": "H265ColorSpaceSettings",
4354
+ "locationName": "colorSpaceSettings"
4355
+ },
4356
+ "FixedAfd": {
4357
+ "shape": "FixedAfd",
4358
+ "locationName": "fixedAfd"
4359
+ },
4360
+ "FlickerAq": {
4361
+ "shape": "H265FlickerAq",
4362
+ "locationName": "flickerAq"
4363
+ },
4364
+ "FramerateDenominator": {
4365
+ "shape": "__integerMin1Max3003",
4366
+ "locationName": "framerateDenominator"
4367
+ },
4368
+ "FramerateNumerator": {
4369
+ "shape": "__integerMin1",
4370
+ "locationName": "framerateNumerator"
4371
+ },
4372
+ "GopClosedCadence": {
4373
+ "shape": "__integerMin0",
4374
+ "locationName": "gopClosedCadence"
4375
+ },
4376
+ "GopSize": {
4377
+ "shape": "__doubleMin1",
4378
+ "locationName": "gopSize"
4379
+ },
4380
+ "GopSizeUnits": {
4381
+ "shape": "H265GopSizeUnits",
4382
+ "locationName": "gopSizeUnits"
4383
+ },
4384
+ "Level": {
4385
+ "shape": "H265Level",
4386
+ "locationName": "level"
4387
+ },
4388
+ "LookAheadRateControl": {
4389
+ "shape": "H265LookAheadRateControl",
4390
+ "locationName": "lookAheadRateControl"
4391
+ },
4392
+ "MaxBitrate": {
4393
+ "shape": "__integerMin100000Max40000000",
4394
+ "locationName": "maxBitrate"
4395
+ },
4396
+ "MinIInterval": {
4397
+ "shape": "__integerMin0Max30",
4398
+ "locationName": "minIInterval"
4399
+ },
4400
+ "ParDenominator": {
4401
+ "shape": "__integerMin1",
4402
+ "locationName": "parDenominator"
4403
+ },
4404
+ "ParNumerator": {
4405
+ "shape": "__integerMin1",
4406
+ "locationName": "parNumerator"
4407
+ },
4408
+ "Profile": {
4409
+ "shape": "H265Profile",
4410
+ "locationName": "profile"
4411
+ },
4412
+ "QvbrQualityLevel": {
4413
+ "shape": "__integerMin1Max10",
4414
+ "locationName": "qvbrQualityLevel"
4415
+ },
4416
+ "RateControlMode": {
4417
+ "shape": "H265RateControlMode",
4418
+ "locationName": "rateControlMode"
4419
+ },
4420
+ "ScanType": {
4421
+ "shape": "H265ScanType",
4422
+ "locationName": "scanType"
4423
+ },
4424
+ "SceneChangeDetect": {
4425
+ "shape": "H265SceneChangeDetect",
4426
+ "locationName": "sceneChangeDetect"
4427
+ },
4428
+ "Slices": {
4429
+ "shape": "__integerMin1Max16",
4430
+ "locationName": "slices"
4431
+ },
4432
+ "Tier": {
4433
+ "shape": "H265Tier",
4434
+ "locationName": "tier"
4435
+ },
4436
+ "TimecodeInsertion": {
4437
+ "shape": "H265TimecodeInsertionBehavior",
4438
+ "locationName": "timecodeInsertion"
4439
+ }
4440
+ },
4441
+ "required": [
4442
+ "FramerateNumerator",
4443
+ "FramerateDenominator"
4444
+ ]
4445
+ },
4446
+ "H265Tier": {
4447
+ "type": "string",
4448
+ "enum": [
4449
+ "HIGH",
4450
+ "MAIN"
4451
+ ]
4452
+ },
4453
+ "H265TimecodeInsertionBehavior": {
4454
+ "type": "string",
4455
+ "enum": [
4456
+ "DISABLED",
4457
+ "PIC_TIMING_SEI"
4458
+ ]
4459
+ },
4460
+ "Hdr10Settings": {
4461
+ "type": "structure",
4462
+ "members": {
4463
+ "MaxCll": {
4464
+ "shape": "__integerMin0Max32768",
4465
+ "locationName": "maxCll"
4466
+ },
4467
+ "MaxFall": {
4468
+ "shape": "__integerMin0Max32768",
4469
+ "locationName": "maxFall"
4470
+ }
4471
+ }
4472
+ },
4184
4473
  "HlsAdMarkers": {
4185
4474
  "type": "string",
4186
4475
  "enum": [
@@ -6165,9 +6454,20 @@
6165
6454
  "Destination"
6166
6455
  ]
6167
6456
  },
6457
+ "MsSmoothH265PackagingType": {
6458
+ "type": "string",
6459
+ "enum": [
6460
+ "HEV1",
6461
+ "HVC1"
6462
+ ]
6463
+ },
6168
6464
  "MsSmoothOutputSettings": {
6169
6465
  "type": "structure",
6170
6466
  "members": {
6467
+ "H265PackagingType": {
6468
+ "shape": "MsSmoothH265PackagingType",
6469
+ "locationName": "h265PackagingType"
6470
+ },
6171
6471
  "NameModifier": {
6172
6472
  "shape": "__string",
6173
6473
  "locationName": "nameModifier"
@@ -6562,6 +6862,16 @@
6562
6862
  }
6563
6863
  }
6564
6864
  },
6865
+ "Rec601Settings": {
6866
+ "type": "structure",
6867
+ "members": {
6868
+ }
6869
+ },
6870
+ "Rec709Settings": {
6871
+ "type": "structure",
6872
+ "members": {
6873
+ }
6874
+ },
6565
6875
  "RemixSettings": {
6566
6876
  "type": "structure",
6567
6877
  "members": {
@@ -7237,23 +7547,6 @@
7237
7547
  "WEB_DELIVERY_ALLOWED"
7238
7548
  ]
7239
7549
  },
7240
- "ServiceDescriptor": {
7241
- "type": "structure",
7242
- "members": {
7243
- "ProviderName": {
7244
- "shape": "__stringMax256",
7245
- "locationName": "providerName"
7246
- },
7247
- "ServiceName": {
7248
- "shape": "__stringMax256",
7249
- "locationName": "serviceName"
7250
- }
7251
- },
7252
- "required": [
7253
- "ProviderName",
7254
- "ServiceName"
7255
- ]
7256
- },
7257
7550
  "SmoothGroupAudioOnlyTimecodeControl": {
7258
7551
  "type": "string",
7259
7552
  "enum": [
@@ -8077,6 +8370,10 @@
8077
8370
  "H264Settings": {
8078
8371
  "shape": "H264Settings",
8079
8372
  "locationName": "h264Settings"
8373
+ },
8374
+ "H265Settings": {
8375
+ "shape": "H265Settings",
8376
+ "locationName": "h265Settings"
8080
8377
  }
8081
8378
  }
8082
8379
  },
@@ -8275,6 +8572,11 @@
8275
8572
  "min": 0,
8276
8573
  "max": 30
8277
8574
  },
8575
+ "__integerMin0Max32768": {
8576
+ "type": "integer",
8577
+ "min": 0,
8578
+ "max": 32768
8579
+ },
8278
8580
  "__integerMin0Max3600": {
8279
8581
  "type": "integer",
8280
8582
  "min": 0,
@@ -8318,10 +8620,15 @@
8318
8620
  "type": "integer",
8319
8621
  "min": 1000
8320
8622
  },
8321
- "__integerMin100000Max100000000": {
8623
+ "__integerMin100000Max40000000": {
8624
+ "type": "integer",
8625
+ "min": 100000,
8626
+ "max": 40000000
8627
+ },
8628
+ "__integerMin100000Max80000000": {
8322
8629
  "type": "integer",
8323
8630
  "min": 100000,
8324
- "max": 100000000
8631
+ "max": 80000000
8325
8632
  },
8326
8633
  "__integerMin1000Max30000": {
8327
8634
  "type": "integer",
@@ -8348,6 +8655,11 @@
8348
8655
  "min": 1,
8349
8656
  "max": 20
8350
8657
  },
8658
+ "__integerMin1Max3003": {
8659
+ "type": "integer",
8660
+ "min": 1,
8661
+ "max": 3003
8662
+ },
8351
8663
  "__integerMin1Max31": {
8352
8664
  "type": "integer",
8353
8665
  "min": 1,
@@ -0,0 +1,67 @@
1
+ {
2
+ "version":"2.0",
3
+ "metadata":{
4
+ "apiVersion":"2019-05-01",
5
+ "endpointPrefix":"workmailmessageflow",
6
+ "jsonVersion":"1.1",
7
+ "protocol":"rest-json",
8
+ "serviceFullName":"Amazon WorkMail Message Flow",
9
+ "serviceId":"WorkMailMessageFlow",
10
+ "signatureVersion":"v4",
11
+ "uid":"workmailmessageflow-2019-05-01"
12
+ },
13
+ "operations":{
14
+ "GetRawMessageContent":{
15
+ "name":"GetRawMessageContent",
16
+ "http":{
17
+ "method":"GET",
18
+ "requestUri":"/messages/{messageId}"
19
+ },
20
+ "input":{"shape":"GetRawMessageContentRequest"},
21
+ "output":{"shape":"GetRawMessageContentResponse"},
22
+ "errors":[
23
+ {"shape":"ResourceNotFoundException"}
24
+ ]
25
+ }
26
+ },
27
+ "shapes":{
28
+ "GetRawMessageContentRequest":{
29
+ "type":"structure",
30
+ "required":["messageId"],
31
+ "members":{
32
+ "messageId":{
33
+ "shape":"messageIdType",
34
+ "location":"uri",
35
+ "locationName":"messageId"
36
+ }
37
+ }
38
+ },
39
+ "GetRawMessageContentResponse":{
40
+ "type":"structure",
41
+ "required":["messageContent"],
42
+ "members":{
43
+ "messageContent":{"shape":"messageContentBlob"}
44
+ },
45
+ "payload":"messageContent"
46
+ },
47
+ "ResourceNotFoundException":{
48
+ "type":"structure",
49
+ "members":{
50
+ "message":{"shape":"errorMessage"}
51
+ },
52
+ "error":{"httpStatusCode":404},
53
+ "exception":true
54
+ },
55
+ "errorMessage":{"type":"string"},
56
+ "messageContentBlob":{
57
+ "type":"blob",
58
+ "streaming":true
59
+ },
60
+ "messageIdType":{
61
+ "type":"string",
62
+ "max":120,
63
+ "min":1,
64
+ "pattern":"[a-z0-9\\-]*"
65
+ }
66
+ }
67
+ }
@@ -0,0 +1,5 @@
1
+ {
2
+ "version": "1.0",
3
+ "examples": {
4
+ }
5
+ }
@@ -0,0 +1,4 @@
1
+ {
2
+ "pagination": {
3
+ }
4
+ }
@@ -939,6 +939,7 @@
939
939
  "protocols" : [ "https" ]
940
940
  },
941
941
  "endpoints" : {
942
+ "ap-east-1" : { },
942
943
  "ap-northeast-1" : { },
943
944
  "ap-northeast-2" : { },
944
945
  "ap-south-1" : { },
@@ -1638,6 +1639,7 @@
1638
1639
  "eu-west-1" : { },
1639
1640
  "eu-west-2" : { },
1640
1641
  "eu-west-3" : { },
1642
+ "me-south-1" : { },
1641
1643
  "sa-east-1" : { },
1642
1644
  "us-east-1" : { },
1643
1645
  "us-east-1-fips" : {
@@ -1724,6 +1726,7 @@
1724
1726
  }
1725
1727
  },
1726
1728
  "endpoints" : {
1729
+ "ap-east-1" : { },
1727
1730
  "ap-northeast-1" : { },
1728
1731
  "ap-northeast-2" : { },
1729
1732
  "ap-south-1" : { },
@@ -2076,6 +2079,7 @@
2076
2079
  "ap-southeast-2" : { },
2077
2080
  "eu-central-1" : { },
2078
2081
  "eu-west-1" : { },
2082
+ "eu-west-2" : { },
2079
2083
  "eu-west-3" : { },
2080
2084
  "sa-east-1" : { },
2081
2085
  "us-east-1" : { },
@@ -212,6 +212,7 @@ module Aws
212
212
  WorkDocs
213
213
  WorkLink
214
214
  WorkMail
215
+ WorkMailMessageFlow
215
216
  WorkSpaces
216
217
  XRay
217
218
  )
@@ -1,3 +1,3 @@
1
1
  module Aws
2
- VERSION = '2.11.352'
2
+ VERSION = '2.11.353'
3
3
  end
@@ -0,0 +1,6 @@
1
+ Aws.add_service(:WorkMailMessageFlow, {
2
+ api: "#{Aws::API_DIR}/workmailmessageflow/2019-05-01/api-2.json",
3
+ docs: "#{Aws::API_DIR}/workmailmessageflow/2019-05-01/docs-2.json",
4
+ examples: "#{Aws::API_DIR}/workmailmessageflow/2019-05-01/examples-1.json",
5
+ paginators: "#{Aws::API_DIR}/workmailmessageflow/2019-05-01/paginators-1.json",
6
+ })
@@ -754,6 +754,10 @@
754
754
  "models": "workmail/2017-10-01",
755
755
  "endpoint": "workmail"
756
756
  },
757
+ "WorkMailMessageFlow": {
758
+ "models": "workmailmessageflow/2019-05-01",
759
+ "endpoint": "workmailmessageflow"
760
+ },
757
761
  "WorkSpaces": {
758
762
  "models": "workspaces/2015-04-08",
759
763
  "endpoint": "workspaces"
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.352
4
+ version: 2.11.353
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-09-11 00:00:00.000000000 Z
11
+ date: 2019-09-12 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jmespath
@@ -798,6 +798,9 @@ files:
798
798
  - apis/workmail/2017-10-01/api-2.json
799
799
  - apis/workmail/2017-10-01/examples-1.json
800
800
  - apis/workmail/2017-10-01/paginators-1.json
801
+ - apis/workmailmessageflow/2019-05-01/api-2.json
802
+ - apis/workmailmessageflow/2019-05-01/examples-1.json
803
+ - apis/workmailmessageflow/2019-05-01/paginators-1.json
801
804
  - apis/workspaces/2015-04-08/api-2.json
802
805
  - apis/workspaces/2015-04-08/examples-1.json
803
806
  - apis/workspaces/2015-04-08/paginators-1.json
@@ -1153,6 +1156,7 @@ files:
1153
1156
  - lib/aws-sdk-core/workdocs.rb
1154
1157
  - lib/aws-sdk-core/worklink.rb
1155
1158
  - lib/aws-sdk-core/workmail.rb
1159
+ - lib/aws-sdk-core/workmailmessageflow.rb
1156
1160
  - lib/aws-sdk-core/workspaces.rb
1157
1161
  - lib/aws-sdk-core/xml/builder.rb
1158
1162
  - lib/aws-sdk-core/xml/default_list.rb