aws-sdk-core 2.11.600 → 2.11.601

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
  SHA256:
3
- metadata.gz: 8299f2491bcbbeffe2f520aa13ff7103756586b7c98e5a3bbfd992e90946a2e4
4
- data.tar.gz: 9408e476aad18cb6707b7fc35bacf9857254e72d7fb1fdf2357aae1d3abbdd29
3
+ metadata.gz: afb0736510621b302d9732882d247d7abbfba87a01922e264c33bca21eeb7758
4
+ data.tar.gz: 0e99a27fc180497f4af0919e9a9f2e8114143b9c9b2c92d91217d8a920111edc
5
5
  SHA512:
6
- metadata.gz: 8d63eb3f44b1367ce3ed32c66260d4f0b8134f015fb1b987fab9890b94ccee01cf4c66e3c721fd78f31e15ee960a72aa5210a2dee3b43e60b8e5d6781dfb2a7b
7
- data.tar.gz: 7f7a2ef97421519a6ceb1e18fcee6dcbee322582d16dd4a45fcf3a970d03cc3a51c99b7c28dca00e82a4e9e04868a03fcc501996ee335c0da92ad5c418eb39d3
6
+ metadata.gz: 901f676c061f901a873ec1898d128e77726987f627bd3c22c2509b12cc2b4718bc55136741a71bf2c21e78f599611500d6d93a32e7bc42c62419d9240b5e1b58
7
+ data.tar.gz: 52f8494ad69f23ae5c0801ea3034784b7f4e504fcfb6b72551610ed6b916a4c3c2faf0c726574b88590813d83cc3922784177c8ff8257a17c351667d5d15f48b
@@ -2275,7 +2275,8 @@
2275
2275
  "ReplicaStatusPercentProgress":{"shape":"ReplicaStatusPercentProgress"},
2276
2276
  "KMSMasterKeyId":{"shape":"KMSMasterKeyId"},
2277
2277
  "ProvisionedThroughputOverride":{"shape":"ProvisionedThroughputOverride"},
2278
- "GlobalSecondaryIndexes":{"shape":"ReplicaGlobalSecondaryIndexDescriptionList"}
2278
+ "GlobalSecondaryIndexes":{"shape":"ReplicaGlobalSecondaryIndexDescriptionList"},
2279
+ "ReplicaInaccessibleDateTime":{"shape":"Date"}
2279
2280
  }
2280
2281
  },
2281
2282
  "ReplicaDescriptionList":{
@@ -2413,7 +2414,8 @@
2413
2414
  "CREATION_FAILED",
2414
2415
  "UPDATING",
2415
2416
  "DELETING",
2416
- "ACTIVE"
2417
+ "ACTIVE",
2418
+ "REGION_DISABLED"
2417
2419
  ]
2418
2420
  },
2419
2421
  "ReplicaStatusDescription":{"type":"string"},
@@ -2994,6 +2994,7 @@
2994
2994
  "members":{
2995
2995
  "S3Targets":{"shape":"S3TargetList"},
2996
2996
  "JdbcTargets":{"shape":"JdbcTargetList"},
2997
+ "MongoDBTargets":{"shape":"MongoDBTargetList"},
2997
2998
  "DynamoDBTargets":{"shape":"DynamoDBTargetList"},
2998
2999
  "CatalogTargets":{"shape":"CatalogTargetList"}
2999
3000
  }
@@ -5393,6 +5394,18 @@
5393
5394
  },
5394
5395
  "MessageString":{"type":"string"},
5395
5396
  "MillisecondsCount":{"type":"long"},
5397
+ "MongoDBTarget":{
5398
+ "type":"structure",
5399
+ "members":{
5400
+ "ConnectionName":{"shape":"ConnectionName"},
5401
+ "Path":{"shape":"Path"},
5402
+ "ScanAll":{"shape":"NullableBoolean"}
5403
+ }
5404
+ },
5405
+ "MongoDBTargetList":{
5406
+ "type":"list",
5407
+ "member":{"shape":"MongoDBTarget"}
5408
+ },
5396
5409
  "NameString":{
5397
5410
  "type":"string",
5398
5411
  "max":255,
@@ -1463,7 +1463,8 @@
1463
1463
  "type": "string",
1464
1464
  "enum": [
1465
1465
  "DUPLICATE_DROP",
1466
- "INTERPOLATE"
1466
+ "INTERPOLATE",
1467
+ "FRAMEFORMER"
1467
1468
  ]
1468
1469
  },
1469
1470
  "Av1QvbrSettings": {
@@ -1554,6 +1555,90 @@
1554
1555
  }
1555
1556
  }
1556
1557
  },
1558
+ "AvcIntraClass": {
1559
+ "type": "string",
1560
+ "enum": [
1561
+ "CLASS_50",
1562
+ "CLASS_100",
1563
+ "CLASS_200"
1564
+ ]
1565
+ },
1566
+ "AvcIntraFramerateControl": {
1567
+ "type": "string",
1568
+ "enum": [
1569
+ "INITIALIZE_FROM_SOURCE",
1570
+ "SPECIFIED"
1571
+ ]
1572
+ },
1573
+ "AvcIntraFramerateConversionAlgorithm": {
1574
+ "type": "string",
1575
+ "enum": [
1576
+ "DUPLICATE_DROP",
1577
+ "INTERPOLATE",
1578
+ "FRAMEFORMER"
1579
+ ]
1580
+ },
1581
+ "AvcIntraInterlaceMode": {
1582
+ "type": "string",
1583
+ "enum": [
1584
+ "PROGRESSIVE",
1585
+ "TOP_FIELD",
1586
+ "BOTTOM_FIELD",
1587
+ "FOLLOW_TOP_FIELD",
1588
+ "FOLLOW_BOTTOM_FIELD"
1589
+ ]
1590
+ },
1591
+ "AvcIntraSettings": {
1592
+ "type": "structure",
1593
+ "members": {
1594
+ "AvcIntraClass": {
1595
+ "shape": "AvcIntraClass",
1596
+ "locationName": "avcIntraClass"
1597
+ },
1598
+ "FramerateControl": {
1599
+ "shape": "AvcIntraFramerateControl",
1600
+ "locationName": "framerateControl"
1601
+ },
1602
+ "FramerateConversionAlgorithm": {
1603
+ "shape": "AvcIntraFramerateConversionAlgorithm",
1604
+ "locationName": "framerateConversionAlgorithm"
1605
+ },
1606
+ "FramerateDenominator": {
1607
+ "shape": "__integerMin1Max1001",
1608
+ "locationName": "framerateDenominator"
1609
+ },
1610
+ "FramerateNumerator": {
1611
+ "shape": "__integerMin24Max60000",
1612
+ "locationName": "framerateNumerator"
1613
+ },
1614
+ "InterlaceMode": {
1615
+ "shape": "AvcIntraInterlaceMode",
1616
+ "locationName": "interlaceMode"
1617
+ },
1618
+ "SlowPal": {
1619
+ "shape": "AvcIntraSlowPal",
1620
+ "locationName": "slowPal"
1621
+ },
1622
+ "Telecine": {
1623
+ "shape": "AvcIntraTelecine",
1624
+ "locationName": "telecine"
1625
+ }
1626
+ }
1627
+ },
1628
+ "AvcIntraSlowPal": {
1629
+ "type": "string",
1630
+ "enum": [
1631
+ "DISABLED",
1632
+ "ENABLED"
1633
+ ]
1634
+ },
1635
+ "AvcIntraTelecine": {
1636
+ "type": "string",
1637
+ "enum": [
1638
+ "NONE",
1639
+ "HARD"
1640
+ ]
1641
+ },
1557
1642
  "BadRequestException": {
1558
1643
  "type": "structure",
1559
1644
  "members": {
@@ -3727,7 +3812,8 @@
3727
3812
  "type": "string",
3728
3813
  "enum": [
3729
3814
  "DUPLICATE_DROP",
3730
- "INTERPOLATE"
3815
+ "INTERPOLATE",
3816
+ "FRAMEFORMER"
3731
3817
  ]
3732
3818
  },
3733
3819
  "H264GopBReference": {
@@ -4088,7 +4174,8 @@
4088
4174
  "type": "string",
4089
4175
  "enum": [
4090
4176
  "DUPLICATE_DROP",
4091
- "INTERPOLATE"
4177
+ "INTERPOLATE",
4178
+ "FRAMEFORMER"
4092
4179
  ]
4093
4180
  },
4094
4181
  "H265GopBReference": {
@@ -4897,6 +4984,10 @@
4897
4984
  "shape": "__listOfInputClipping",
4898
4985
  "locationName": "inputClippings"
4899
4986
  },
4987
+ "InputScanType": {
4988
+ "shape": "InputScanType",
4989
+ "locationName": "inputScanType"
4990
+ },
4900
4991
  "Position": {
4901
4992
  "shape": "Rectangle",
4902
4993
  "locationName": "position"
@@ -5000,6 +5091,13 @@
5000
5091
  "AUTO"
5001
5092
  ]
5002
5093
  },
5094
+ "InputScanType": {
5095
+ "type": "string",
5096
+ "enum": [
5097
+ "AUTO",
5098
+ "PSF"
5099
+ ]
5100
+ },
5003
5101
  "InputTemplate": {
5004
5102
  "type": "structure",
5005
5103
  "members": {
@@ -5043,6 +5141,10 @@
5043
5141
  "shape": "__listOfInputClipping",
5044
5142
  "locationName": "inputClippings"
5045
5143
  },
5144
+ "InputScanType": {
5145
+ "shape": "InputScanType",
5146
+ "locationName": "inputScanType"
5147
+ },
5046
5148
  "Position": {
5047
5149
  "shape": "Rectangle",
5048
5150
  "locationName": "position"
@@ -5296,6 +5398,10 @@
5296
5398
  "shape": "NielsenConfiguration",
5297
5399
  "locationName": "nielsenConfiguration"
5298
5400
  },
5401
+ "NielsenNonLinearWatermark": {
5402
+ "shape": "NielsenNonLinearWatermarkSettings",
5403
+ "locationName": "nielsenNonLinearWatermark"
5404
+ },
5299
5405
  "OutputGroups": {
5300
5406
  "shape": "__listOfOutputGroup",
5301
5407
  "locationName": "outputGroups"
@@ -5416,6 +5522,10 @@
5416
5522
  "shape": "NielsenConfiguration",
5417
5523
  "locationName": "nielsenConfiguration"
5418
5524
  },
5525
+ "NielsenNonLinearWatermark": {
5526
+ "shape": "NielsenNonLinearWatermarkSettings",
5527
+ "locationName": "nielsenNonLinearWatermark"
5528
+ },
5419
5529
  "OutputGroups": {
5420
5530
  "shape": "__listOfOutputGroup",
5421
5531
  "locationName": "outputGroups"
@@ -6457,7 +6567,8 @@
6457
6567
  "type": "string",
6458
6568
  "enum": [
6459
6569
  "DUPLICATE_DROP",
6460
- "INTERPOLATE"
6570
+ "INTERPOLATE",
6571
+ "FRAMEFORMER"
6461
6572
  ]
6462
6573
  },
6463
6574
  "Mpeg2GopSizeUnits": {
@@ -6756,12 +6867,24 @@
6756
6867
  "COPY_FROM_VIDEO"
6757
6868
  ]
6758
6869
  },
6870
+ "MxfProfile": {
6871
+ "type": "string",
6872
+ "enum": [
6873
+ "D_10",
6874
+ "XDCAM",
6875
+ "OP1A"
6876
+ ]
6877
+ },
6759
6878
  "MxfSettings": {
6760
6879
  "type": "structure",
6761
6880
  "members": {
6762
6881
  "AfdSignaling": {
6763
6882
  "shape": "MxfAfdSignaling",
6764
6883
  "locationName": "afdSignaling"
6884
+ },
6885
+ "Profile": {
6886
+ "shape": "MxfProfile",
6887
+ "locationName": "profile"
6765
6888
  }
6766
6889
  }
6767
6890
  },
@@ -6786,6 +6909,14 @@
6786
6909
  }
6787
6910
  }
6788
6911
  },
6912
+ "NielsenActiveWatermarkProcessType": {
6913
+ "type": "string",
6914
+ "enum": [
6915
+ "NAES2_AND_NW",
6916
+ "CBET",
6917
+ "NAES2_AND_NW_AND_CBET"
6918
+ ]
6919
+ },
6789
6920
  "NielsenConfiguration": {
6790
6921
  "type": "structure",
6791
6922
  "members": {
@@ -6799,6 +6930,69 @@
6799
6930
  }
6800
6931
  }
6801
6932
  },
6933
+ "NielsenNonLinearWatermarkSettings": {
6934
+ "type": "structure",
6935
+ "members": {
6936
+ "ActiveWatermarkProcess": {
6937
+ "shape": "NielsenActiveWatermarkProcessType",
6938
+ "locationName": "activeWatermarkProcess"
6939
+ },
6940
+ "AdiFilename": {
6941
+ "shape": "__stringPatternS3",
6942
+ "locationName": "adiFilename"
6943
+ },
6944
+ "AssetId": {
6945
+ "shape": "__stringMin1Max20",
6946
+ "locationName": "assetId"
6947
+ },
6948
+ "AssetName": {
6949
+ "shape": "__stringMin1Max50",
6950
+ "locationName": "assetName"
6951
+ },
6952
+ "CbetSourceId": {
6953
+ "shape": "__stringPattern0xAFaF0908190908",
6954
+ "locationName": "cbetSourceId"
6955
+ },
6956
+ "EpisodeId": {
6957
+ "shape": "__stringMin1Max20",
6958
+ "locationName": "episodeId"
6959
+ },
6960
+ "MetadataDestination": {
6961
+ "shape": "__stringPatternS3",
6962
+ "locationName": "metadataDestination"
6963
+ },
6964
+ "SourceId": {
6965
+ "shape": "__integerMin0Max65534",
6966
+ "locationName": "sourceId"
6967
+ },
6968
+ "SourceWatermarkStatus": {
6969
+ "shape": "NielsenSourceWatermarkStatusType",
6970
+ "locationName": "sourceWatermarkStatus"
6971
+ },
6972
+ "TicServerUrl": {
6973
+ "shape": "__stringPatternHttps",
6974
+ "locationName": "ticServerUrl"
6975
+ },
6976
+ "UniqueTicPerAudioTrack": {
6977
+ "shape": "NielsenUniqueTicPerAudioTrackType",
6978
+ "locationName": "uniqueTicPerAudioTrack"
6979
+ }
6980
+ }
6981
+ },
6982
+ "NielsenSourceWatermarkStatusType": {
6983
+ "type": "string",
6984
+ "enum": [
6985
+ "CLEAN",
6986
+ "WATERMARKED"
6987
+ ]
6988
+ },
6989
+ "NielsenUniqueTicPerAudioTrackType": {
6990
+ "type": "string",
6991
+ "enum": [
6992
+ "RESERVE_UNIQUE_TICS_PER_TRACK",
6993
+ "SAME_TICS_PER_TRACK"
6994
+ ]
6995
+ },
6802
6996
  "NoiseFilterPostTemporalSharpening": {
6803
6997
  "type": "string",
6804
6998
  "enum": [
@@ -7177,7 +7371,8 @@
7177
7371
  "type": "string",
7178
7372
  "enum": [
7179
7373
  "DUPLICATE_DROP",
7180
- "INTERPOLATE"
7374
+ "INTERPOLATE",
7375
+ "FRAMEFORMER"
7181
7376
  ]
7182
7377
  },
7183
7378
  "ProresInterlaceMode": {
@@ -7974,15 +8169,98 @@
7974
8169
  }
7975
8170
  }
7976
8171
  },
8172
+ "Vc3Class": {
8173
+ "type": "string",
8174
+ "enum": [
8175
+ "CLASS_145_8BIT",
8176
+ "CLASS_220_8BIT",
8177
+ "CLASS_220_10BIT"
8178
+ ]
8179
+ },
8180
+ "Vc3FramerateControl": {
8181
+ "type": "string",
8182
+ "enum": [
8183
+ "INITIALIZE_FROM_SOURCE",
8184
+ "SPECIFIED"
8185
+ ]
8186
+ },
8187
+ "Vc3FramerateConversionAlgorithm": {
8188
+ "type": "string",
8189
+ "enum": [
8190
+ "DUPLICATE_DROP",
8191
+ "INTERPOLATE",
8192
+ "FRAMEFORMER"
8193
+ ]
8194
+ },
8195
+ "Vc3InterlaceMode": {
8196
+ "type": "string",
8197
+ "enum": [
8198
+ "INTERLACED",
8199
+ "PROGRESSIVE"
8200
+ ]
8201
+ },
8202
+ "Vc3Settings": {
8203
+ "type": "structure",
8204
+ "members": {
8205
+ "FramerateControl": {
8206
+ "shape": "Vc3FramerateControl",
8207
+ "locationName": "framerateControl"
8208
+ },
8209
+ "FramerateConversionAlgorithm": {
8210
+ "shape": "Vc3FramerateConversionAlgorithm",
8211
+ "locationName": "framerateConversionAlgorithm"
8212
+ },
8213
+ "FramerateDenominator": {
8214
+ "shape": "__integerMin1Max1001",
8215
+ "locationName": "framerateDenominator"
8216
+ },
8217
+ "FramerateNumerator": {
8218
+ "shape": "__integerMin24Max60000",
8219
+ "locationName": "framerateNumerator"
8220
+ },
8221
+ "InterlaceMode": {
8222
+ "shape": "Vc3InterlaceMode",
8223
+ "locationName": "interlaceMode"
8224
+ },
8225
+ "SlowPal": {
8226
+ "shape": "Vc3SlowPal",
8227
+ "locationName": "slowPal"
8228
+ },
8229
+ "Telecine": {
8230
+ "shape": "Vc3Telecine",
8231
+ "locationName": "telecine"
8232
+ },
8233
+ "Vc3Class": {
8234
+ "shape": "Vc3Class",
8235
+ "locationName": "vc3Class"
8236
+ }
8237
+ }
8238
+ },
8239
+ "Vc3SlowPal": {
8240
+ "type": "string",
8241
+ "enum": [
8242
+ "DISABLED",
8243
+ "ENABLED"
8244
+ ]
8245
+ },
8246
+ "Vc3Telecine": {
8247
+ "type": "string",
8248
+ "enum": [
8249
+ "NONE",
8250
+ "HARD"
8251
+ ]
8252
+ },
7977
8253
  "VideoCodec": {
7978
8254
  "type": "string",
7979
8255
  "enum": [
7980
- "FRAME_CAPTURE",
7981
8256
  "AV1",
8257
+ "AVC_INTRA",
8258
+ "FRAME_CAPTURE",
7982
8259
  "H_264",
7983
8260
  "H_265",
7984
8261
  "MPEG2",
7985
8262
  "PRORES",
8263
+ "VC3",
7986
8264
  "VP8",
7987
8265
  "VP9"
7988
8266
  ]
@@ -7994,6 +8272,10 @@
7994
8272
  "shape": "Av1Settings",
7995
8273
  "locationName": "av1Settings"
7996
8274
  },
8275
+ "AvcIntraSettings": {
8276
+ "shape": "AvcIntraSettings",
8277
+ "locationName": "avcIntraSettings"
8278
+ },
7997
8279
  "Codec": {
7998
8280
  "shape": "VideoCodec",
7999
8281
  "locationName": "codec"
@@ -8018,6 +8300,10 @@
8018
8300
  "shape": "ProresSettings",
8019
8301
  "locationName": "proresSettings"
8020
8302
  },
8303
+ "Vc3Settings": {
8304
+ "shape": "Vc3Settings",
8305
+ "locationName": "vc3Settings"
8306
+ },
8021
8307
  "Vp8Settings": {
8022
8308
  "shape": "Vp8Settings",
8023
8309
  "locationName": "vp8Settings"
@@ -8207,7 +8493,8 @@
8207
8493
  "type": "string",
8208
8494
  "enum": [
8209
8495
  "DUPLICATE_DROP",
8210
- "INTERPOLATE"
8496
+ "INTERPOLATE",
8497
+ "FRAMEFORMER"
8211
8498
  ]
8212
8499
  },
8213
8500
  "Vp8ParControl": {
@@ -8298,7 +8585,8 @@
8298
8585
  "type": "string",
8299
8586
  "enum": [
8300
8587
  "DUPLICATE_DROP",
8301
- "INTERPOLATE"
8588
+ "INTERPOLATE",
8589
+ "FRAMEFORMER"
8302
8590
  ]
8303
8591
  },
8304
8592
  "Vp9ParControl": {
@@ -8556,6 +8844,11 @@
8556
8844
  "min": 0,
8557
8845
  "max": 50000
8558
8846
  },
8847
+ "__integerMin0Max65534": {
8848
+ "type": "integer",
8849
+ "min": 0,
8850
+ "max": 65534
8851
+ },
8559
8852
  "__integerMin0Max65535": {
8560
8853
  "type": "integer",
8561
8854
  "min": 0,
@@ -9151,11 +9444,21 @@
9151
9444
  "min": 1,
9152
9445
  "max": 100000
9153
9446
  },
9447
+ "__stringMin1Max20": {
9448
+ "type": "string",
9449
+ "min": 1,
9450
+ "max": 20
9451
+ },
9154
9452
  "__stringMin1Max256": {
9155
9453
  "type": "string",
9156
9454
  "min": 1,
9157
9455
  "max": 256
9158
9456
  },
9457
+ "__stringMin1Max50": {
9458
+ "type": "string",
9459
+ "min": 1,
9460
+ "max": 50
9461
+ },
9159
9462
  "__stringMin24Max512PatternAZaZ0902": {
9160
9463
  "type": "string",
9161
9464
  "min": 24,
@@ -9212,6 +9515,10 @@
9212
9515
  "type": "string",
9213
9516
  "pattern": "^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$"
9214
9517
  },
9518
+ "__stringPattern0xAFaF0908190908": {
9519
+ "type": "string",
9520
+ "pattern": "(^0x[A-Fa-f0-9]{0,8}$|^[1-9][0-9]{0,8}$)"
9521
+ },
9215
9522
  "__stringPatternAZaZ0902": {
9216
9523
  "type": "string",
9217
9524
  "pattern": "^[A-Za-z0-9+\\/]+={0,2}$"
@@ -1702,6 +1702,13 @@
1702
1702
  "max":63,
1703
1703
  "pattern":"^[a-zA-Z0-9](-*[a-zA-Z0-9])*"
1704
1704
  },
1705
+ "AppNetworkAccessType":{
1706
+ "type":"string",
1707
+ "enum":[
1708
+ "PublicInternetOnly",
1709
+ "VpcOnly"
1710
+ ]
1711
+ },
1705
1712
  "AppSortKey":{
1706
1713
  "type":"string",
1707
1714
  "enum":["CreationTime"]
@@ -2690,7 +2697,8 @@
2690
2697
  "SubnetIds":{"shape":"Subnets"},
2691
2698
  "VpcId":{"shape":"VpcId"},
2692
2699
  "Tags":{"shape":"TagList"},
2693
- "HomeEfsFileSystemKmsKeyId":{"shape":"KmsKeyId"}
2700
+ "HomeEfsFileSystemKmsKeyId":{"shape":"KmsKeyId"},
2701
+ "AppNetworkAccessType":{"shape":"AppNetworkAccessType"}
2694
2702
  }
2695
2703
  },
2696
2704
  "CreateDomainResponse":{
@@ -3711,7 +3719,8 @@
3711
3719
  "HomeEfsFileSystemKmsKeyId":{"shape":"KmsKeyId"},
3712
3720
  "SubnetIds":{"shape":"Subnets"},
3713
3721
  "Url":{"shape":"String1024"},
3714
- "VpcId":{"shape":"VpcId"}
3722
+ "VpcId":{"shape":"VpcId"},
3723
+ "AppNetworkAccessType":{"shape":"AppNetworkAccessType"}
3715
3724
  }
3716
3725
  },
3717
3726
  "DescribeEndpointConfigInput":{
@@ -1,3 +1,3 @@
1
1
  module Aws
2
- VERSION = '2.11.600'
2
+ VERSION = '2.11.601'
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.11.600
4
+ version: 2.11.601
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: 2020-10-02 00:00:00.000000000 Z
11
+ date: 2020-10-05 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jmespath