aws-sdk-core 2.11.549 → 2.11.550

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
  SHA256:
3
- metadata.gz: 37e6c66b4ec8bc9f8d12a0588bb071a8700c6836b3342990347a25438e664e82
4
- data.tar.gz: 0dcd1e8833fdcfa36062aa0df2c2c429e4d4467de8ed4d12eb01e840955ead92
3
+ metadata.gz: 6087f7ac99c59a1cb9768048a82be91d6879ed8d5127e1d1ee895dd32f972428
4
+ data.tar.gz: c9a5d8a3a0a937f628f949b36ac8a6ab19369be805eb50b0b7093535e4b00096
5
5
  SHA512:
6
- metadata.gz: 72194bc38b997d691e787eca3239884fe4e24222e2ed4b871b0629bbeb41594976f1108f13000e99956e355d14a182499b9b40c8535e53e4d5eedafd5ffc682d
7
- data.tar.gz: cc4fe43851df3c5e002aeadc0646ac9290a45a2d6a64fa8c4f6a2e0fa686fc484837523b6381887a8d32dceab1a1e4aadb4eca899204f22e0768bf1f73f8083e
6
+ metadata.gz: 2788efc4248372a87e6cd4dbbabf362f3b6b3f7a78b09de0d3cc60427fb4c9b0bf75f4a69cc5aa702fa409ff11f560daa65f058ae0ba2e2df667c11a38046aca
7
+ data.tar.gz: 258667a6df525d1e8365252cc712d5433a94350cb2773f7928a2df9a2f2be5349c671e82e525279fef14a150cef43a091ae0297d80bf29264c44fd7784e88c13
@@ -675,6 +675,43 @@
675
675
  }
676
676
  ]
677
677
  },
678
+ "DescribeInputDeviceThumbnail": {
679
+ "name": "DescribeInputDeviceThumbnail",
680
+ "http": {
681
+ "method": "GET",
682
+ "requestUri": "/prod/inputDevices/{inputDeviceId}/thumbnailData",
683
+ "responseCode": 200
684
+ },
685
+ "input": {
686
+ "shape": "DescribeInputDeviceThumbnailRequest"
687
+ },
688
+ "output": {
689
+ "shape": "DescribeInputDeviceThumbnailResponse"
690
+ },
691
+ "errors": [
692
+ {
693
+ "shape": "BadRequestException"
694
+ },
695
+ {
696
+ "shape": "InternalServerErrorException"
697
+ },
698
+ {
699
+ "shape": "ForbiddenException"
700
+ },
701
+ {
702
+ "shape": "BadGatewayException"
703
+ },
704
+ {
705
+ "shape": "NotFoundException"
706
+ },
707
+ {
708
+ "shape": "GatewayTimeoutException"
709
+ },
710
+ {
711
+ "shape": "TooManyRequestsException"
712
+ }
713
+ ]
714
+ },
678
715
  "DescribeInputSecurityGroup": {
679
716
  "name": "DescribeInputSecurityGroup",
680
717
  "http": {
@@ -1952,13 +1989,11 @@
1952
1989
  },
1953
1990
  "AribDestinationSettings": {
1954
1991
  "type": "structure",
1955
- "members": {
1956
- }
1992
+ "members": {}
1957
1993
  },
1958
1994
  "AribSourceSettings": {
1959
1995
  "type": "structure",
1960
- "members": {
1961
- }
1996
+ "members": {}
1962
1997
  },
1963
1998
  "AudioChannelMapping": {
1964
1999
  "type": "structure",
@@ -2026,7 +2061,7 @@
2026
2061
  "locationName": "codecSettings"
2027
2062
  },
2028
2063
  "LanguageCode": {
2029
- "shape": "__stringMin3Max3",
2064
+ "shape": "__stringMin1Max35",
2030
2065
  "locationName": "languageCode"
2031
2066
  },
2032
2067
  "LanguageCodeControl": {
@@ -2906,8 +2941,7 @@
2906
2941
  },
2907
2942
  "ColorSpacePassthroughSettings": {
2908
2943
  "type": "structure",
2909
- "members": {
2910
- }
2944
+ "members": {}
2911
2945
  },
2912
2946
  "ConflictException": {
2913
2947
  "type": "structure",
@@ -3453,8 +3487,7 @@
3453
3487
  },
3454
3488
  "DeleteInputResponse": {
3455
3489
  "type": "structure",
3456
- "members": {
3457
- }
3490
+ "members": {}
3458
3491
  },
3459
3492
  "DeleteInputSecurityGroupRequest": {
3460
3493
  "type": "structure",
@@ -3471,8 +3504,7 @@
3471
3504
  },
3472
3505
  "DeleteInputSecurityGroupResponse": {
3473
3506
  "type": "structure",
3474
- "members": {
3475
- }
3507
+ "members": {}
3476
3508
  },
3477
3509
  "DeleteMultiplexProgramRequest": {
3478
3510
  "type": "structure",
@@ -3677,8 +3709,7 @@
3677
3709
  },
3678
3710
  "DeleteScheduleResponse": {
3679
3711
  "type": "structure",
3680
- "members": {
3681
- }
3712
+ "members": {}
3682
3713
  },
3683
3714
  "DeleteTagsRequest": {
3684
3715
  "type": "structure",
@@ -3835,6 +3866,55 @@
3835
3866
  }
3836
3867
  }
3837
3868
  },
3869
+ "DescribeInputDeviceThumbnailRequest": {
3870
+ "type": "structure",
3871
+ "members": {
3872
+ "InputDeviceId": {
3873
+ "shape": "__string",
3874
+ "location": "uri",
3875
+ "locationName": "inputDeviceId"
3876
+ },
3877
+ "Accept": {
3878
+ "shape": "AcceptHeader",
3879
+ "location": "header",
3880
+ "locationName": "accept"
3881
+ }
3882
+ },
3883
+ "required": [
3884
+ "InputDeviceId",
3885
+ "Accept"
3886
+ ]
3887
+ },
3888
+ "DescribeInputDeviceThumbnailResponse": {
3889
+ "type": "structure",
3890
+ "members": {
3891
+ "Body": {
3892
+ "shape": "InputDeviceThumbnail",
3893
+ "locationName": "body"
3894
+ },
3895
+ "ContentType": {
3896
+ "shape": "ContentType",
3897
+ "location": "header",
3898
+ "locationName": "Content-Type"
3899
+ },
3900
+ "ContentLength": {
3901
+ "shape": "__long",
3902
+ "location": "header",
3903
+ "locationName": "Content-Length"
3904
+ },
3905
+ "ETag": {
3906
+ "shape": "__string",
3907
+ "location": "header",
3908
+ "locationName": "ETag"
3909
+ },
3910
+ "LastModified": {
3911
+ "shape": "__timestamp",
3912
+ "location": "header",
3913
+ "locationName": "Last-Modified"
3914
+ }
3915
+ },
3916
+ "payload": "Body"
3917
+ },
3838
3918
  "DescribeInputRequest": {
3839
3919
  "type": "structure",
3840
3920
  "members": {
@@ -4651,13 +4731,11 @@
4651
4731
  },
4652
4732
  "EmbeddedDestinationSettings": {
4653
4733
  "type": "structure",
4654
- "members": {
4655
- }
4734
+ "members": {}
4656
4735
  },
4657
4736
  "EmbeddedPlusScte20DestinationSettings": {
4658
4737
  "type": "structure",
4659
- "members": {
4660
- }
4738
+ "members": {}
4661
4739
  },
4662
4740
  "EmbeddedScte20Detection": {
4663
4741
  "type": "string",
@@ -4689,8 +4767,7 @@
4689
4767
  },
4690
4768
  "Empty": {
4691
4769
  "type": "structure",
4692
- "members": {
4693
- }
4770
+ "members": {}
4694
4771
  },
4695
4772
  "EncoderSettings": {
4696
4773
  "type": "structure",
@@ -5273,7 +5350,7 @@
5273
5350
  "locationName": "parDenominator"
5274
5351
  },
5275
5352
  "ParNumerator": {
5276
- "shape": "__integer",
5353
+ "shape": "__integerMin1",
5277
5354
  "locationName": "parNumerator"
5278
5355
  },
5279
5356
  "Profile": {
@@ -6179,8 +6256,7 @@
6179
6256
  },
6180
6257
  "ImmediateModeScheduleActionStartSettings": {
6181
6258
  "type": "structure",
6182
- "members": {
6183
- }
6259
+ "members": {}
6184
6260
  },
6185
6261
  "Input": {
6186
6262
  "type": "structure",
@@ -6741,10 +6817,7 @@
6741
6817
  "shape": "__listOf__string",
6742
6818
  "locationName": "urlPath"
6743
6819
  }
6744
- },
6745
- "required": [
6746
- "InputAttachmentNameReference"
6747
- ]
6820
+ }
6748
6821
  },
6749
6822
  "InputResolution": {
6750
6823
  "type": "string",
@@ -7990,8 +8063,7 @@
7990
8063
  },
7991
8064
  "MediaPackageOutputSettings": {
7992
8065
  "type": "structure",
7993
- "members": {
7994
- }
8066
+ "members": {}
7995
8067
  },
7996
8068
  "Mp2CodingMode": {
7997
8069
  "type": "string",
@@ -8181,8 +8253,7 @@
8181
8253
  },
8182
8254
  "MultiplexGroupSettings": {
8183
8255
  "type": "structure",
8184
- "members": {
8185
- }
8256
+ "members": {}
8186
8257
  },
8187
8258
  "MultiplexMediaConnectOutputDestinationSettings": {
8188
8259
  "type": "structure",
@@ -8764,8 +8835,7 @@
8764
8835
  },
8765
8836
  "PassThroughSettings": {
8766
8837
  "type": "structure",
8767
- "members": {
8768
- }
8838
+ "members": {}
8769
8839
  },
8770
8840
  "PauseStateScheduleActionSettings": {
8771
8841
  "type": "structure",
@@ -8904,13 +8974,11 @@
8904
8974
  },
8905
8975
  "Rec601Settings": {
8906
8976
  "type": "structure",
8907
- "members": {
8908
- }
8977
+ "members": {}
8909
8978
  },
8910
8979
  "Rec709Settings": {
8911
8980
  "type": "structure",
8912
- "members": {
8913
- }
8981
+ "members": {}
8914
8982
  },
8915
8983
  "RemixSettings": {
8916
8984
  "type": "structure",
@@ -9147,8 +9215,7 @@
9147
9215
  },
9148
9216
  "RtmpCaptionInfoDestinationSettings": {
9149
9217
  "type": "structure",
9150
- "members": {
9151
- }
9218
+ "members": {}
9152
9219
  },
9153
9220
  "RtmpGroupSettings": {
9154
9221
  "type": "structure",
@@ -9296,8 +9363,7 @@
9296
9363
  },
9297
9364
  "ScheduleDeleteResultModel": {
9298
9365
  "type": "structure",
9299
- "members": {
9300
- }
9366
+ "members": {}
9301
9367
  },
9302
9368
  "ScheduleDescribeResultModel": {
9303
9369
  "type": "structure",
@@ -9324,8 +9390,7 @@
9324
9390
  },
9325
9391
  "Scte20PlusEmbeddedDestinationSettings": {
9326
9392
  "type": "structure",
9327
- "members": {
9328
- }
9393
+ "members": {}
9329
9394
  },
9330
9395
  "Scte20SourceSettings": {
9331
9396
  "type": "structure",
@@ -9342,8 +9407,7 @@
9342
9407
  },
9343
9408
  "Scte27DestinationSettings": {
9344
9409
  "type": "structure",
9345
- "members": {
9346
- }
9410
+ "members": {}
9347
9411
  },
9348
9412
  "Scte27SourceSettings": {
9349
9413
  "type": "structure",
@@ -9664,8 +9728,7 @@
9664
9728
  },
9665
9729
  "SmpteTtDestinationSettings": {
9666
9730
  "type": "structure",
9667
- "members": {
9668
- }
9731
+ "members": {}
9669
9732
  },
9670
9733
  "StandardHlsSettings": {
9671
9734
  "type": "structure",
@@ -10074,8 +10137,7 @@
10074
10137
  },
10075
10138
  "TeletextDestinationSettings": {
10076
10139
  "type": "structure",
10077
- "members": {
10078
- }
10140
+ "members": {}
10079
10141
  },
10080
10142
  "TeletextSourceSettings": {
10081
10143
  "type": "structure",
@@ -10899,8 +10961,23 @@
10899
10961
  },
10900
10962
  "WebvttDestinationSettings": {
10901
10963
  "type": "structure",
10902
- "members": {
10903
- }
10964
+ "members": {}
10965
+ },
10966
+ "AcceptHeader": {
10967
+ "type": "string",
10968
+ "enum": [
10969
+ "image/jpeg"
10970
+ ]
10971
+ },
10972
+ "ContentType": {
10973
+ "type": "string",
10974
+ "enum": [
10975
+ "image/jpeg"
10976
+ ]
10977
+ },
10978
+ "InputDeviceThumbnail": {
10979
+ "type": "blob",
10980
+ "streaming": true
10904
10981
  },
10905
10982
  "__boolean": {
10906
10983
  "type": "boolean"
@@ -11456,6 +11533,11 @@
11456
11533
  "min": 1,
11457
11534
  "max": 256
11458
11535
  },
11536
+ "__stringMin1Max35": {
11537
+ "type": "string",
11538
+ "min": 1,
11539
+ "max": 35
11540
+ },
11459
11541
  "__stringMin32Max32": {
11460
11542
  "type": "string",
11461
11543
  "min": 32,
@@ -11483,6 +11565,9 @@
11483
11565
  "__timestampUnix": {
11484
11566
  "type": "timestamp",
11485
11567
  "timestampFormat": "unixTimestamp"
11568
+ },
11569
+ "__timestamp": {
11570
+ "type": "timestamp"
11486
11571
  }
11487
11572
  }
11488
- }
11573
+ }
@@ -28,6 +28,24 @@
28
28
  {"shape":"InternalFailureException"}
29
29
  ]
30
30
  },
31
+ "CreateAccountCustomization":{
32
+ "name":"CreateAccountCustomization",
33
+ "http":{
34
+ "method":"POST",
35
+ "requestUri":"/accounts/{AwsAccountId}/customizations"
36
+ },
37
+ "input":{"shape":"CreateAccountCustomizationRequest"},
38
+ "output":{"shape":"CreateAccountCustomizationResponse"},
39
+ "errors":[
40
+ {"shape":"AccessDeniedException"},
41
+ {"shape":"InvalidParameterValueException"},
42
+ {"shape":"ResourceExistsException"},
43
+ {"shape":"ResourceNotFoundException"},
44
+ {"shape":"ThrottlingException"},
45
+ {"shape":"InternalFailureException"},
46
+ {"shape":"ResourceUnavailableException"}
47
+ ]
48
+ },
31
49
  "CreateDashboard":{
32
50
  "name":"CreateDashboard",
33
51
  "http":{
@@ -159,6 +177,27 @@
159
177
  {"shape":"InternalFailureException"}
160
178
  ]
161
179
  },
180
+ "CreateNamespace":{
181
+ "name":"CreateNamespace",
182
+ "http":{
183
+ "method":"POST",
184
+ "requestUri":"/accounts/{AwsAccountId}"
185
+ },
186
+ "input":{"shape":"CreateNamespaceRequest"},
187
+ "output":{"shape":"CreateNamespaceResponse"},
188
+ "errors":[
189
+ {"shape":"AccessDeniedException"},
190
+ {"shape":"InvalidParameterValueException"},
191
+ {"shape":"ResourceNotFoundException"},
192
+ {"shape":"ThrottlingException"},
193
+ {"shape":"LimitExceededException"},
194
+ {"shape":"ResourceExistsException"},
195
+ {"shape":"PreconditionNotMetException"},
196
+ {"shape":"ConflictException"},
197
+ {"shape":"InternalFailureException"},
198
+ {"shape":"ResourceUnavailableException"}
199
+ ]
200
+ },
162
201
  "CreateTemplate":{
163
202
  "name":"CreateTemplate",
164
203
  "http":{
@@ -236,6 +275,23 @@
236
275
  {"shape":"InternalFailureException"}
237
276
  ]
238
277
  },
278
+ "DeleteAccountCustomization":{
279
+ "name":"DeleteAccountCustomization",
280
+ "http":{
281
+ "method":"DELETE",
282
+ "requestUri":"/accounts/{AwsAccountId}/customizations"
283
+ },
284
+ "input":{"shape":"DeleteAccountCustomizationRequest"},
285
+ "output":{"shape":"DeleteAccountCustomizationResponse"},
286
+ "errors":[
287
+ {"shape":"AccessDeniedException"},
288
+ {"shape":"InvalidParameterValueException"},
289
+ {"shape":"ResourceNotFoundException"},
290
+ {"shape":"ThrottlingException"},
291
+ {"shape":"InternalFailureException"},
292
+ {"shape":"ResourceUnavailableException"}
293
+ ]
294
+ },
239
295
  "DeleteDashboard":{
240
296
  "name":"DeleteDashboard",
241
297
  "http":{
@@ -339,6 +395,24 @@
339
395
  {"shape":"InternalFailureException"}
340
396
  ]
341
397
  },
398
+ "DeleteNamespace":{
399
+ "name":"DeleteNamespace",
400
+ "http":{
401
+ "method":"DELETE",
402
+ "requestUri":"/accounts/{AwsAccountId}/namespaces/{Namespace}"
403
+ },
404
+ "input":{"shape":"DeleteNamespaceRequest"},
405
+ "output":{"shape":"DeleteNamespaceResponse"},
406
+ "errors":[
407
+ {"shape":"AccessDeniedException"},
408
+ {"shape":"InvalidParameterValueException"},
409
+ {"shape":"ResourceNotFoundException"},
410
+ {"shape":"ThrottlingException"},
411
+ {"shape":"PreconditionNotMetException"},
412
+ {"shape":"InternalFailureException"},
413
+ {"shape":"ResourceUnavailableException"}
414
+ ]
415
+ },
342
416
  "DeleteTemplate":{
343
417
  "name":"DeleteTemplate",
344
418
  "http":{
@@ -421,6 +495,7 @@
421
495
  {"shape":"InvalidParameterValueException"},
422
496
  {"shape":"ResourceNotFoundException"},
423
497
  {"shape":"ThrottlingException"},
498
+ {"shape":"PreconditionNotMetException"},
424
499
  {"shape":"InternalFailureException"},
425
500
  {"shape":"ResourceUnavailableException"}
426
501
  ]
@@ -433,6 +508,41 @@
433
508
  },
434
509
  "input":{"shape":"DeleteUserByPrincipalIdRequest"},
435
510
  "output":{"shape":"DeleteUserByPrincipalIdResponse"},
511
+ "errors":[
512
+ {"shape":"AccessDeniedException"},
513
+ {"shape":"InvalidParameterValueException"},
514
+ {"shape":"ResourceNotFoundException"},
515
+ {"shape":"ThrottlingException"},
516
+ {"shape":"PreconditionNotMetException"},
517
+ {"shape":"InternalFailureException"},
518
+ {"shape":"ResourceUnavailableException"}
519
+ ]
520
+ },
521
+ "DescribeAccountCustomization":{
522
+ "name":"DescribeAccountCustomization",
523
+ "http":{
524
+ "method":"GET",
525
+ "requestUri":"/accounts/{AwsAccountId}/customizations"
526
+ },
527
+ "input":{"shape":"DescribeAccountCustomizationRequest"},
528
+ "output":{"shape":"DescribeAccountCustomizationResponse"},
529
+ "errors":[
530
+ {"shape":"AccessDeniedException"},
531
+ {"shape":"InvalidParameterValueException"},
532
+ {"shape":"ResourceNotFoundException"},
533
+ {"shape":"ThrottlingException"},
534
+ {"shape":"InternalFailureException"},
535
+ {"shape":"ResourceUnavailableException"}
536
+ ]
537
+ },
538
+ "DescribeAccountSettings":{
539
+ "name":"DescribeAccountSettings",
540
+ "http":{
541
+ "method":"GET",
542
+ "requestUri":"/accounts/{AwsAccountId}/settings"
543
+ },
544
+ "input":{"shape":"DescribeAccountSettingsRequest"},
545
+ "output":{"shape":"DescribeAccountSettingsResponse"},
436
546
  "errors":[
437
547
  {"shape":"AccessDeniedException"},
438
548
  {"shape":"InvalidParameterValueException"},
@@ -591,6 +701,23 @@
591
701
  {"shape":"InternalFailureException"}
592
702
  ]
593
703
  },
704
+ "DescribeNamespace":{
705
+ "name":"DescribeNamespace",
706
+ "http":{
707
+ "method":"GET",
708
+ "requestUri":"/accounts/{AwsAccountId}/namespaces/{Namespace}"
709
+ },
710
+ "input":{"shape":"DescribeNamespaceRequest"},
711
+ "output":{"shape":"DescribeNamespaceResponse"},
712
+ "errors":[
713
+ {"shape":"AccessDeniedException"},
714
+ {"shape":"InvalidParameterValueException"},
715
+ {"shape":"ResourceNotFoundException"},
716
+ {"shape":"ThrottlingException"},
717
+ {"shape":"InternalFailureException"},
718
+ {"shape":"ResourceUnavailableException"}
719
+ ]
720
+ },
594
721
  "DescribeTemplate":{
595
722
  "name":"DescribeTemplate",
596
723
  "http":{
@@ -707,6 +834,7 @@
707
834
  {"shape":"InvalidParameterValueException"},
708
835
  {"shape":"ResourceNotFoundException"},
709
836
  {"shape":"ThrottlingException"},
837
+ {"shape":"PreconditionNotMetException"},
710
838
  {"shape":"InternalFailureException"},
711
839
  {"shape":"ResourceUnavailableException"}
712
840
  ]
@@ -733,6 +861,26 @@
733
861
  {"shape":"InternalFailureException"}
734
862
  ]
735
863
  },
864
+ "GetSessionEmbedUrl":{
865
+ "name":"GetSessionEmbedUrl",
866
+ "http":{
867
+ "method":"GET",
868
+ "requestUri":"/accounts/{AwsAccountId}/session-embed-url"
869
+ },
870
+ "input":{"shape":"GetSessionEmbedUrlRequest"},
871
+ "output":{"shape":"GetSessionEmbedUrlResponse"},
872
+ "errors":[
873
+ {"shape":"AccessDeniedException"},
874
+ {"shape":"InvalidParameterValueException"},
875
+ {"shape":"ResourceExistsException"},
876
+ {"shape":"ResourceNotFoundException"},
877
+ {"shape":"ThrottlingException"},
878
+ {"shape":"QuickSightUserNotFoundException"},
879
+ {"shape":"SessionLifetimeInMinutesInvalidException"},
880
+ {"shape":"UnsupportedUserEditionException"},
881
+ {"shape":"InternalFailureException"}
882
+ ]
883
+ },
736
884
  "ListDashboardVersions":{
737
885
  "name":"ListDashboardVersions",
738
886
  "http":{
@@ -888,6 +1036,25 @@
888
1036
  {"shape":"InternalFailureException"}
889
1037
  ]
890
1038
  },
1039
+ "ListNamespaces":{
1040
+ "name":"ListNamespaces",
1041
+ "http":{
1042
+ "method":"GET",
1043
+ "requestUri":"/accounts/{AwsAccountId}/namespaces"
1044
+ },
1045
+ "input":{"shape":"ListNamespacesRequest"},
1046
+ "output":{"shape":"ListNamespacesResponse"},
1047
+ "errors":[
1048
+ {"shape":"AccessDeniedException"},
1049
+ {"shape":"InvalidParameterValueException"},
1050
+ {"shape":"ResourceNotFoundException"},
1051
+ {"shape":"ThrottlingException"},
1052
+ {"shape":"InvalidNextTokenException"},
1053
+ {"shape":"PreconditionNotMetException"},
1054
+ {"shape":"InternalFailureException"},
1055
+ {"shape":"ResourceUnavailableException"}
1056
+ ]
1057
+ },
891
1058
  "ListTagsForResource":{
892
1059
  "name":"ListTagsForResource",
893
1060
  "http":{
@@ -1021,6 +1188,7 @@
1021
1188
  {"shape":"InvalidParameterValueException"},
1022
1189
  {"shape":"ResourceNotFoundException"},
1023
1190
  {"shape":"ThrottlingException"},
1191
+ {"shape":"PreconditionNotMetException"},
1024
1192
  {"shape":"InternalFailureException"},
1025
1193
  {"shape":"ResourceUnavailableException"}
1026
1194
  ]
@@ -1039,6 +1207,7 @@
1039
1207
  {"shape":"ResourceNotFoundException"},
1040
1208
  {"shape":"ThrottlingException"},
1041
1209
  {"shape":"InvalidNextTokenException"},
1210
+ {"shape":"PreconditionNotMetException"},
1042
1211
  {"shape":"InternalFailureException"},
1043
1212
  {"shape":"ResourceUnavailableException"}
1044
1213
  ]
@@ -1113,6 +1282,40 @@
1113
1282
  {"shape":"InternalFailureException"}
1114
1283
  ]
1115
1284
  },
1285
+ "UpdateAccountCustomization":{
1286
+ "name":"UpdateAccountCustomization",
1287
+ "http":{
1288
+ "method":"PUT",
1289
+ "requestUri":"/accounts/{AwsAccountId}/customizations"
1290
+ },
1291
+ "input":{"shape":"UpdateAccountCustomizationRequest"},
1292
+ "output":{"shape":"UpdateAccountCustomizationResponse"},
1293
+ "errors":[
1294
+ {"shape":"AccessDeniedException"},
1295
+ {"shape":"InvalidParameterValueException"},
1296
+ {"shape":"ResourceNotFoundException"},
1297
+ {"shape":"ThrottlingException"},
1298
+ {"shape":"InternalFailureException"},
1299
+ {"shape":"ResourceUnavailableException"}
1300
+ ]
1301
+ },
1302
+ "UpdateAccountSettings":{
1303
+ "name":"UpdateAccountSettings",
1304
+ "http":{
1305
+ "method":"PUT",
1306
+ "requestUri":"/accounts/{AwsAccountId}/settings"
1307
+ },
1308
+ "input":{"shape":"UpdateAccountSettingsRequest"},
1309
+ "output":{"shape":"UpdateAccountSettingsResponse"},
1310
+ "errors":[
1311
+ {"shape":"AccessDeniedException"},
1312
+ {"shape":"InvalidParameterValueException"},
1313
+ {"shape":"ResourceNotFoundException"},
1314
+ {"shape":"ThrottlingException"},
1315
+ {"shape":"InternalFailureException"},
1316
+ {"shape":"ResourceUnavailableException"}
1317
+ ]
1318
+ },
1116
1319
  "UpdateDashboard":{
1117
1320
  "name":"UpdateDashboard",
1118
1321
  "http":{
@@ -1391,6 +1594,7 @@
1391
1594
  {"shape":"InvalidParameterValueException"},
1392
1595
  {"shape":"ResourceNotFoundException"},
1393
1596
  {"shape":"ThrottlingException"},
1597
+ {"shape":"PreconditionNotMetException"},
1394
1598
  {"shape":"InternalFailureException"},
1395
1599
  {"shape":"ResourceUnavailableException"}
1396
1600
  ]
@@ -1406,6 +1610,21 @@
1406
1610
  "error":{"httpStatusCode":401},
1407
1611
  "exception":true
1408
1612
  },
1613
+ "AccountCustomization":{
1614
+ "type":"structure",
1615
+ "members":{
1616
+ "DefaultTheme":{"shape":"Arn"}
1617
+ }
1618
+ },
1619
+ "AccountSettings":{
1620
+ "type":"structure",
1621
+ "members":{
1622
+ "AccountName":{"shape":"String"},
1623
+ "Edition":{"shape":"Edition"},
1624
+ "DefaultNamespace":{"shape":"Namespace"},
1625
+ "NotificationEmail":{"shape":"String"}
1626
+ }
1627
+ },
1409
1628
  "ActionList":{
1410
1629
  "type":"list",
1411
1630
  "member":{"shape":"String"},
@@ -1704,6 +1923,39 @@
1704
1923
  "type":"string",
1705
1924
  "pattern":"^arn:[-a-z0-9]*:quicksight:[-a-z0-9]*:[0-9]{12}:datasource/.+"
1706
1925
  },
1926
+ "CreateAccountCustomizationRequest":{
1927
+ "type":"structure",
1928
+ "required":[
1929
+ "AwsAccountId",
1930
+ "AccountCustomization"
1931
+ ],
1932
+ "members":{
1933
+ "AwsAccountId":{
1934
+ "shape":"AwsAccountId",
1935
+ "location":"uri",
1936
+ "locationName":"AwsAccountId"
1937
+ },
1938
+ "Namespace":{
1939
+ "shape":"Namespace",
1940
+ "location":"querystring",
1941
+ "locationName":"namespace"
1942
+ },
1943
+ "AccountCustomization":{"shape":"AccountCustomization"}
1944
+ }
1945
+ },
1946
+ "CreateAccountCustomizationResponse":{
1947
+ "type":"structure",
1948
+ "members":{
1949
+ "AwsAccountId":{"shape":"AwsAccountId"},
1950
+ "Namespace":{"shape":"Namespace"},
1951
+ "AccountCustomization":{"shape":"AccountCustomization"},
1952
+ "RequestId":{"shape":"String"},
1953
+ "Status":{
1954
+ "shape":"StatusCode",
1955
+ "location":"statusCode"
1956
+ }
1957
+ }
1958
+ },
1707
1959
  "CreateColumnsOperation":{
1708
1960
  "type":"structure",
1709
1961
  "required":["Columns"],
@@ -1985,6 +2237,39 @@
1985
2237
  }
1986
2238
  }
1987
2239
  },
2240
+ "CreateNamespaceRequest":{
2241
+ "type":"structure",
2242
+ "required":[
2243
+ "AwsAccountId",
2244
+ "Namespace",
2245
+ "IdentityStore"
2246
+ ],
2247
+ "members":{
2248
+ "AwsAccountId":{
2249
+ "shape":"AwsAccountId",
2250
+ "location":"uri",
2251
+ "locationName":"AwsAccountId"
2252
+ },
2253
+ "Namespace":{"shape":"Namespace"},
2254
+ "IdentityStore":{"shape":"IdentityStore"},
2255
+ "Tags":{"shape":"TagList"}
2256
+ }
2257
+ },
2258
+ "CreateNamespaceResponse":{
2259
+ "type":"structure",
2260
+ "members":{
2261
+ "Arn":{"shape":"Arn"},
2262
+ "Name":{"shape":"Namespace"},
2263
+ "CapacityRegion":{"shape":"String"},
2264
+ "CreationStatus":{"shape":"NamespaceStatus"},
2265
+ "IdentityStore":{"shape":"IdentityStore"},
2266
+ "RequestId":{"shape":"String"},
2267
+ "Status":{
2268
+ "shape":"StatusCode",
2269
+ "location":"statusCode"
2270
+ }
2271
+ }
2272
+ },
1988
2273
  "CreateTemplateAliasRequest":{
1989
2274
  "type":"structure",
1990
2275
  "required":[
@@ -2556,6 +2841,32 @@
2556
2841
  "member":{"shape":"DecimalParameter"},
2557
2842
  "max":100
2558
2843
  },
2844
+ "DeleteAccountCustomizationRequest":{
2845
+ "type":"structure",
2846
+ "required":["AwsAccountId"],
2847
+ "members":{
2848
+ "AwsAccountId":{
2849
+ "shape":"AwsAccountId",
2850
+ "location":"uri",
2851
+ "locationName":"AwsAccountId"
2852
+ },
2853
+ "Namespace":{
2854
+ "shape":"Namespace",
2855
+ "location":"querystring",
2856
+ "locationName":"namespace"
2857
+ }
2858
+ }
2859
+ },
2860
+ "DeleteAccountCustomizationResponse":{
2861
+ "type":"structure",
2862
+ "members":{
2863
+ "RequestId":{"shape":"String"},
2864
+ "Status":{
2865
+ "shape":"StatusCode",
2866
+ "location":"statusCode"
2867
+ }
2868
+ }
2869
+ },
2559
2870
  "DeleteDashboardRequest":{
2560
2871
  "type":"structure",
2561
2872
  "required":[
@@ -2766,6 +3077,35 @@
2766
3077
  }
2767
3078
  }
2768
3079
  },
3080
+ "DeleteNamespaceRequest":{
3081
+ "type":"structure",
3082
+ "required":[
3083
+ "AwsAccountId",
3084
+ "Namespace"
3085
+ ],
3086
+ "members":{
3087
+ "AwsAccountId":{
3088
+ "shape":"AwsAccountId",
3089
+ "location":"uri",
3090
+ "locationName":"AwsAccountId"
3091
+ },
3092
+ "Namespace":{
3093
+ "shape":"Namespace",
3094
+ "location":"uri",
3095
+ "locationName":"Namespace"
3096
+ }
3097
+ }
3098
+ },
3099
+ "DeleteNamespaceResponse":{
3100
+ "type":"structure",
3101
+ "members":{
3102
+ "RequestId":{"shape":"String"},
3103
+ "Status":{
3104
+ "shape":"StatusCode",
3105
+ "location":"statusCode"
3106
+ }
3107
+ }
3108
+ },
2769
3109
  "DeleteTemplateAliasRequest":{
2770
3110
  "type":"structure",
2771
3111
  "required":[
@@ -2989,6 +3329,62 @@
2989
3329
  "max":1,
2990
3330
  "min":1
2991
3331
  },
3332
+ "DescribeAccountCustomizationRequest":{
3333
+ "type":"structure",
3334
+ "required":["AwsAccountId"],
3335
+ "members":{
3336
+ "AwsAccountId":{
3337
+ "shape":"AwsAccountId",
3338
+ "location":"uri",
3339
+ "locationName":"AwsAccountId"
3340
+ },
3341
+ "Namespace":{
3342
+ "shape":"Namespace",
3343
+ "location":"querystring",
3344
+ "locationName":"namespace"
3345
+ },
3346
+ "Resolved":{
3347
+ "shape":"boolean",
3348
+ "location":"querystring",
3349
+ "locationName":"resolved"
3350
+ }
3351
+ }
3352
+ },
3353
+ "DescribeAccountCustomizationResponse":{
3354
+ "type":"structure",
3355
+ "members":{
3356
+ "AwsAccountId":{"shape":"AwsAccountId"},
3357
+ "Namespace":{"shape":"Namespace"},
3358
+ "AccountCustomization":{"shape":"AccountCustomization"},
3359
+ "RequestId":{"shape":"String"},
3360
+ "Status":{
3361
+ "shape":"StatusCode",
3362
+ "location":"statusCode"
3363
+ }
3364
+ }
3365
+ },
3366
+ "DescribeAccountSettingsRequest":{
3367
+ "type":"structure",
3368
+ "required":["AwsAccountId"],
3369
+ "members":{
3370
+ "AwsAccountId":{
3371
+ "shape":"AwsAccountId",
3372
+ "location":"uri",
3373
+ "locationName":"AwsAccountId"
3374
+ }
3375
+ }
3376
+ },
3377
+ "DescribeAccountSettingsResponse":{
3378
+ "type":"structure",
3379
+ "members":{
3380
+ "AccountSettings":{"shape":"AccountSettings"},
3381
+ "RequestId":{"shape":"String"},
3382
+ "Status":{
3383
+ "shape":"StatusCode",
3384
+ "location":"statusCode"
3385
+ }
3386
+ }
3387
+ },
2992
3388
  "DescribeDashboardPermissionsRequest":{
2993
3389
  "type":"structure",
2994
3390
  "required":[
@@ -3293,6 +3689,36 @@
3293
3689
  }
3294
3690
  }
3295
3691
  },
3692
+ "DescribeNamespaceRequest":{
3693
+ "type":"structure",
3694
+ "required":[
3695
+ "AwsAccountId",
3696
+ "Namespace"
3697
+ ],
3698
+ "members":{
3699
+ "AwsAccountId":{
3700
+ "shape":"AwsAccountId",
3701
+ "location":"uri",
3702
+ "locationName":"AwsAccountId"
3703
+ },
3704
+ "Namespace":{
3705
+ "shape":"Namespace",
3706
+ "location":"uri",
3707
+ "locationName":"Namespace"
3708
+ }
3709
+ }
3710
+ },
3711
+ "DescribeNamespaceResponse":{
3712
+ "type":"structure",
3713
+ "members":{
3714
+ "Namespace":{"shape":"NamespaceInfoV2"},
3715
+ "RequestId":{"shape":"String"},
3716
+ "Status":{
3717
+ "shape":"StatusCode",
3718
+ "location":"statusCode"
3719
+ }
3720
+ }
3721
+ },
3296
3722
  "DescribeTemplateAliasRequest":{
3297
3723
  "type":"structure",
3298
3724
  "required":[
@@ -3564,10 +3990,22 @@
3564
3990
  "type":"list",
3565
3991
  "member":{"shape":"Double"}
3566
3992
  },
3993
+ "Edition":{
3994
+ "type":"string",
3995
+ "enum":[
3996
+ "STANDARD",
3997
+ "ENTERPRISE"
3998
+ ]
3999
+ },
3567
4000
  "EmbeddingUrl":{
3568
4001
  "type":"string",
3569
4002
  "sensitive":true
3570
4003
  },
4004
+ "EntryPoint":{
4005
+ "type":"string",
4006
+ "max":1000,
4007
+ "min":1
4008
+ },
3571
4009
  "ErrorInfo":{
3572
4010
  "type":"structure",
3573
4011
  "members":{
@@ -3707,6 +4145,43 @@
3707
4145
  "RequestId":{"shape":"String"}
3708
4146
  }
3709
4147
  },
4148
+ "GetSessionEmbedUrlRequest":{
4149
+ "type":"structure",
4150
+ "required":["AwsAccountId"],
4151
+ "members":{
4152
+ "AwsAccountId":{
4153
+ "shape":"AwsAccountId",
4154
+ "location":"uri",
4155
+ "locationName":"AwsAccountId"
4156
+ },
4157
+ "EntryPoint":{
4158
+ "shape":"EntryPoint",
4159
+ "location":"querystring",
4160
+ "locationName":"entry-point"
4161
+ },
4162
+ "SessionLifetimeInMinutes":{
4163
+ "shape":"SessionLifetimeInMinutes",
4164
+ "location":"querystring",
4165
+ "locationName":"session-lifetime"
4166
+ },
4167
+ "UserArn":{
4168
+ "shape":"Arn",
4169
+ "location":"querystring",
4170
+ "locationName":"user-arn"
4171
+ }
4172
+ }
4173
+ },
4174
+ "GetSessionEmbedUrlResponse":{
4175
+ "type":"structure",
4176
+ "members":{
4177
+ "EmbedUrl":{"shape":"EmbeddingUrl"},
4178
+ "Status":{
4179
+ "shape":"StatusCode",
4180
+ "location":"statusCode"
4181
+ },
4182
+ "RequestId":{"shape":"String"}
4183
+ }
4184
+ },
3710
4185
  "Group":{
3711
4186
  "type":"structure",
3712
4187
  "members":{
@@ -3806,6 +4281,10 @@
3806
4281
  "type":"list",
3807
4282
  "member":{"shape":"IdentityName"}
3808
4283
  },
4284
+ "IdentityStore":{
4285
+ "type":"string",
4286
+ "enum":["QUICKSIGHT"]
4287
+ },
3809
4288
  "IdentityType":{
3810
4289
  "type":"string",
3811
4290
  "enum":[
@@ -4422,6 +4901,40 @@
4422
4901
  }
4423
4902
  }
4424
4903
  },
4904
+ "ListNamespacesRequest":{
4905
+ "type":"structure",
4906
+ "required":["AwsAccountId"],
4907
+ "members":{
4908
+ "AwsAccountId":{
4909
+ "shape":"AwsAccountId",
4910
+ "location":"uri",
4911
+ "locationName":"AwsAccountId"
4912
+ },
4913
+ "NextToken":{
4914
+ "shape":"String",
4915
+ "location":"querystring",
4916
+ "locationName":"next-token"
4917
+ },
4918
+ "MaxResults":{
4919
+ "shape":"MaxResults",
4920
+ "box":true,
4921
+ "location":"querystring",
4922
+ "locationName":"max-results"
4923
+ }
4924
+ }
4925
+ },
4926
+ "ListNamespacesResponse":{
4927
+ "type":"structure",
4928
+ "members":{
4929
+ "Namespaces":{"shape":"Namespaces"},
4930
+ "NextToken":{"shape":"String"},
4931
+ "RequestId":{"shape":"String"},
4932
+ "Status":{
4933
+ "shape":"StatusCode",
4934
+ "location":"statusCode"
4935
+ }
4936
+ }
4937
+ },
4425
4938
  "ListTagsForResourceRequest":{
4426
4939
  "type":"structure",
4427
4940
  "required":["ResourceArn"],
@@ -4873,6 +5386,45 @@
4873
5386
  "max":64,
4874
5387
  "pattern":"^[a-zA-Z0-9._-]*$"
4875
5388
  },
5389
+ "NamespaceError":{
5390
+ "type":"structure",
5391
+ "members":{
5392
+ "Type":{"shape":"NamespaceErrorType"},
5393
+ "Message":{"shape":"String"}
5394
+ }
5395
+ },
5396
+ "NamespaceErrorType":{
5397
+ "type":"string",
5398
+ "enum":[
5399
+ "PERMISSION_DENIED",
5400
+ "INTERNAL_SERVICE_ERROR"
5401
+ ]
5402
+ },
5403
+ "NamespaceInfoV2":{
5404
+ "type":"structure",
5405
+ "members":{
5406
+ "Name":{"shape":"Namespace"},
5407
+ "Arn":{"shape":"Arn"},
5408
+ "CapacityRegion":{"shape":"String"},
5409
+ "CreationStatus":{"shape":"NamespaceStatus"},
5410
+ "IdentityStore":{"shape":"IdentityStore"},
5411
+ "NamespaceError":{"shape":"NamespaceError"}
5412
+ }
5413
+ },
5414
+ "NamespaceStatus":{
5415
+ "type":"string",
5416
+ "enum":[
5417
+ "CREATED",
5418
+ "CREATING",
5419
+ "DELETING",
5420
+ "RETRYABLE_FAILURE",
5421
+ "NON_RETRYABLE_FAILURE"
5422
+ ]
5423
+ },
5424
+ "Namespaces":{
5425
+ "type":"list",
5426
+ "member":{"shape":"NamespaceInfoV2"}
5427
+ },
4876
5428
  "NonEmptyString":{
4877
5429
  "type":"string",
4878
5430
  "pattern":".*\\S.*"
@@ -5066,7 +5618,8 @@
5066
5618
  "location":"uri",
5067
5619
  "locationName":"Namespace"
5068
5620
  },
5069
- "UserName":{"shape":"UserName"}
5621
+ "UserName":{"shape":"UserName"},
5622
+ "CustomPermissionsName":{"shape":"RoleName"}
5070
5623
  }
5071
5624
  },
5072
5625
  "RegisterUserResponse":{
@@ -5185,6 +5738,12 @@
5185
5738
  "min":1,
5186
5739
  "pattern":"[\\w\\-]+"
5187
5740
  },
5741
+ "RoleName":{
5742
+ "type":"string",
5743
+ "max":64,
5744
+ "min":1,
5745
+ "pattern":"^[a-zA-Z0-9+=,.@_-]+$"
5746
+ },
5188
5747
  "RoleSessionName":{
5189
5748
  "type":"string",
5190
5749
  "max":64,
@@ -5211,6 +5770,7 @@
5211
5770
  "PermissionPolicy"
5212
5771
  ],
5213
5772
  "members":{
5773
+ "Namespace":{"shape":"Namespace"},
5214
5774
  "Arn":{"shape":"Arn"},
5215
5775
  "PermissionPolicy":{"shape":"RowLevelPermissionPolicy"}
5216
5776
  }
@@ -5820,6 +6380,65 @@
5820
6380
  }
5821
6381
  }
5822
6382
  },
6383
+ "UpdateAccountCustomizationRequest":{
6384
+ "type":"structure",
6385
+ "required":[
6386
+ "AwsAccountId",
6387
+ "AccountCustomization"
6388
+ ],
6389
+ "members":{
6390
+ "AwsAccountId":{
6391
+ "shape":"AwsAccountId",
6392
+ "location":"uri",
6393
+ "locationName":"AwsAccountId"
6394
+ },
6395
+ "Namespace":{
6396
+ "shape":"Namespace",
6397
+ "location":"querystring",
6398
+ "locationName":"namespace"
6399
+ },
6400
+ "AccountCustomization":{"shape":"AccountCustomization"}
6401
+ }
6402
+ },
6403
+ "UpdateAccountCustomizationResponse":{
6404
+ "type":"structure",
6405
+ "members":{
6406
+ "AwsAccountId":{"shape":"AwsAccountId"},
6407
+ "Namespace":{"shape":"Namespace"},
6408
+ "AccountCustomization":{"shape":"AccountCustomization"},
6409
+ "RequestId":{"shape":"String"},
6410
+ "Status":{
6411
+ "shape":"StatusCode",
6412
+ "location":"statusCode"
6413
+ }
6414
+ }
6415
+ },
6416
+ "UpdateAccountSettingsRequest":{
6417
+ "type":"structure",
6418
+ "required":[
6419
+ "AwsAccountId",
6420
+ "DefaultNamespace"
6421
+ ],
6422
+ "members":{
6423
+ "AwsAccountId":{
6424
+ "shape":"AwsAccountId",
6425
+ "location":"uri",
6426
+ "locationName":"AwsAccountId"
6427
+ },
6428
+ "DefaultNamespace":{"shape":"Namespace"},
6429
+ "NotificationEmail":{"shape":"String"}
6430
+ }
6431
+ },
6432
+ "UpdateAccountSettingsResponse":{
6433
+ "type":"structure",
6434
+ "members":{
6435
+ "RequestId":{"shape":"String"},
6436
+ "Status":{
6437
+ "shape":"StatusCode",
6438
+ "location":"statusCode"
6439
+ }
6440
+ }
6441
+ },
5823
6442
  "UpdateDashboardPermissionsRequest":{
5824
6443
  "type":"structure",
5825
6444
  "required":[
@@ -6405,7 +7024,9 @@
6405
7024
  "locationName":"Namespace"
6406
7025
  },
6407
7026
  "Email":{"shape":"String"},
6408
- "Role":{"shape":"UserRole"}
7027
+ "Role":{"shape":"UserRole"},
7028
+ "CustomPermissionsName":{"shape":"RoleName"},
7029
+ "UnapplyCustomPermissions":{"shape":"Boolean"}
6409
7030
  }
6410
7031
  },
6411
7032
  "UpdateUserResponse":{
@@ -6444,7 +7065,8 @@
6444
7065
  "Role":{"shape":"UserRole"},
6445
7066
  "IdentityType":{"shape":"IdentityType"},
6446
7067
  "Active":{"shape":"Boolean"},
6447
- "PrincipalId":{"shape":"String"}
7068
+ "PrincipalId":{"shape":"String"},
7069
+ "CustomPermissionsName":{"shape":"RoleName"}
6448
7070
  }
6449
7071
  },
6450
7072
  "UserList":{
@@ -25,6 +25,11 @@
25
25
  "output_token": "NextToken",
26
26
  "limit_key": "MaxResults"
27
27
  },
28
+ "ListNamespaces": {
29
+ "input_token": "NextToken",
30
+ "output_token": "NextToken",
31
+ "limit_key": "MaxResults"
32
+ },
28
33
  "ListTemplateAliases": {
29
34
  "input_token": "NextToken",
30
35
  "output_token": "NextToken",
@@ -2401,6 +2401,7 @@
2401
2401
  },
2402
2402
  "firehose" : {
2403
2403
  "endpoints" : {
2404
+ "af-south-1" : { },
2404
2405
  "ap-east-1" : { },
2405
2406
  "ap-northeast-1" : { },
2406
2407
  "ap-northeast-2" : { },
@@ -2410,6 +2411,7 @@
2410
2411
  "ca-central-1" : { },
2411
2412
  "eu-central-1" : { },
2412
2413
  "eu-north-1" : { },
2414
+ "eu-south-1" : { },
2413
2415
  "eu-west-1" : { },
2414
2416
  "eu-west-2" : { },
2415
2417
  "eu-west-3" : { },
@@ -3945,6 +3947,7 @@
3945
3947
  "ca-central-1" : { },
3946
3948
  "eu-central-1" : { },
3947
3949
  "eu-north-1" : { },
3950
+ "eu-south-1" : { },
3948
3951
  "eu-west-1" : { },
3949
3952
  "eu-west-2" : { },
3950
3953
  "eu-west-3" : { },
@@ -1,3 +1,3 @@
1
1
  module Aws
2
- VERSION = '2.11.549'
2
+ VERSION = '2.11.550'
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.549
4
+ version: 2.11.550
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-07-21 00:00:00.000000000 Z
11
+ date: 2020-07-22 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jmespath