aws-sdk-core 2.11.485 → 2.11.486

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
  SHA1:
3
- metadata.gz: e4a0f21f6af33583a6fa4a38ba73b6d932172e09
4
- data.tar.gz: f15a8bf3d4ec3b259113256722cf4a41405fb40d
3
+ metadata.gz: 7cc3409b1f0255fe5299f6c23d1c4c86e2e289bb
4
+ data.tar.gz: 4ca69256b748e75877902b7f494d06d96d6df2ce
5
5
  SHA512:
6
- metadata.gz: a7c7b369f97a3b854f08b7d77b7a78b27cb740ed834d02f21fd3432bbf0920246f4188d6c975e992e0daec6c0dae24aea2b9738c13beb6b50332bdabcc740ee3
7
- data.tar.gz: 9776c50603735442e785418242e716f81ef1f8d197f4659f458f2f39ce579fbbbd9dddafac0a32c65cc33a53ff92fe28e0c6747efae244407d859e164947c0f3
6
+ metadata.gz: 1265b392c5a15083b3815629edadb571fd6455916b39366cc8d129934dbdf05c1dd44aef23f7b32d8b710ef42c73d034c91284aa4dfc2cca99a3dd2583279ba5
7
+ data.tar.gz: 78ce46c5bf2e4bd28e7c3e017c8f4cbfe4c0a159d8b6026ba791e8d5b2bb12847f032fa3371b04889365b1ab5d1afe6c7d41735304cf765c516d22c906fdde80
@@ -1238,6 +1238,25 @@
1238
1238
  {"shape":"ServiceFailureException"}
1239
1239
  ]
1240
1240
  },
1241
+ "ListAttendeeTags":{
1242
+ "name":"ListAttendeeTags",
1243
+ "http":{
1244
+ "method":"GET",
1245
+ "requestUri":"/meetings/{meetingId}/attendees/{attendeeId}/tags",
1246
+ "responseCode":200
1247
+ },
1248
+ "input":{"shape":"ListAttendeeTagsRequest"},
1249
+ "output":{"shape":"ListAttendeeTagsResponse"},
1250
+ "errors":[
1251
+ {"shape":"BadRequestException"},
1252
+ {"shape":"ForbiddenException"},
1253
+ {"shape":"NotFoundException"},
1254
+ {"shape":"ThrottledClientException"},
1255
+ {"shape":"UnauthorizedClientException"},
1256
+ {"shape":"ServiceUnavailableException"},
1257
+ {"shape":"ServiceFailureException"}
1258
+ ]
1259
+ },
1241
1260
  "ListAttendees":{
1242
1261
  "name":"ListAttendees",
1243
1262
  "http":{
@@ -1276,6 +1295,25 @@
1276
1295
  {"shape":"ThrottledClientException"}
1277
1296
  ]
1278
1297
  },
1298
+ "ListMeetingTags":{
1299
+ "name":"ListMeetingTags",
1300
+ "http":{
1301
+ "method":"GET",
1302
+ "requestUri":"/meetings/{meetingId}/tags",
1303
+ "responseCode":200
1304
+ },
1305
+ "input":{"shape":"ListMeetingTagsRequest"},
1306
+ "output":{"shape":"ListMeetingTagsResponse"},
1307
+ "errors":[
1308
+ {"shape":"BadRequestException"},
1309
+ {"shape":"ForbiddenException"},
1310
+ {"shape":"NotFoundException"},
1311
+ {"shape":"ThrottledClientException"},
1312
+ {"shape":"UnauthorizedClientException"},
1313
+ {"shape":"ServiceUnavailableException"},
1314
+ {"shape":"ServiceFailureException"}
1315
+ ]
1316
+ },
1279
1317
  "ListMeetings":{
1280
1318
  "name":"ListMeetings",
1281
1319
  "http":{
@@ -1386,6 +1424,23 @@
1386
1424
  {"shape":"ServiceFailureException"}
1387
1425
  ]
1388
1426
  },
1427
+ "ListTagsForResource":{
1428
+ "name":"ListTagsForResource",
1429
+ "http":{
1430
+ "method":"GET",
1431
+ "requestUri":"/tags"
1432
+ },
1433
+ "input":{"shape":"ListTagsForResourceRequest"},
1434
+ "output":{"shape":"ListTagsForResourceResponse"},
1435
+ "errors":[
1436
+ {"shape":"BadRequestException"},
1437
+ {"shape":"ForbiddenException"},
1438
+ {"shape":"NotFoundException"},
1439
+ {"shape":"UnauthorizedClientException"},
1440
+ {"shape":"ServiceUnavailableException"},
1441
+ {"shape":"ServiceFailureException"}
1442
+ ]
1443
+ },
1389
1444
  "ListUsers":{
1390
1445
  "name":"ListUsers",
1391
1446
  "http":{
@@ -1688,6 +1743,114 @@
1688
1743
  {"shape":"ServiceFailureException"}
1689
1744
  ]
1690
1745
  },
1746
+ "TagAttendee":{
1747
+ "name":"TagAttendee",
1748
+ "http":{
1749
+ "method":"POST",
1750
+ "requestUri":"/meetings/{meetingId}/attendees/{attendeeId}/tags?operation=add",
1751
+ "responseCode":204
1752
+ },
1753
+ "input":{"shape":"TagAttendeeRequest"},
1754
+ "errors":[
1755
+ {"shape":"BadRequestException"},
1756
+ {"shape":"ForbiddenException"},
1757
+ {"shape":"NotFoundException"},
1758
+ {"shape":"ResourceLimitExceededException"},
1759
+ {"shape":"ThrottledClientException"},
1760
+ {"shape":"UnauthorizedClientException"},
1761
+ {"shape":"ServiceUnavailableException"},
1762
+ {"shape":"ServiceFailureException"}
1763
+ ]
1764
+ },
1765
+ "TagMeeting":{
1766
+ "name":"TagMeeting",
1767
+ "http":{
1768
+ "method":"POST",
1769
+ "requestUri":"/meetings/{meetingId}/tags?operation=add",
1770
+ "responseCode":204
1771
+ },
1772
+ "input":{"shape":"TagMeetingRequest"},
1773
+ "errors":[
1774
+ {"shape":"BadRequestException"},
1775
+ {"shape":"ForbiddenException"},
1776
+ {"shape":"NotFoundException"},
1777
+ {"shape":"ResourceLimitExceededException"},
1778
+ {"shape":"ThrottledClientException"},
1779
+ {"shape":"UnauthorizedClientException"},
1780
+ {"shape":"ServiceUnavailableException"},
1781
+ {"shape":"ServiceFailureException"}
1782
+ ]
1783
+ },
1784
+ "TagResource":{
1785
+ "name":"TagResource",
1786
+ "http":{
1787
+ "method":"POST",
1788
+ "requestUri":"/tags?operation=tag-resource",
1789
+ "responseCode":204
1790
+ },
1791
+ "input":{"shape":"TagResourceRequest"},
1792
+ "errors":[
1793
+ {"shape":"BadRequestException"},
1794
+ {"shape":"ForbiddenException"},
1795
+ {"shape":"NotFoundException"},
1796
+ {"shape":"UnauthorizedClientException"},
1797
+ {"shape":"ServiceUnavailableException"},
1798
+ {"shape":"ServiceFailureException"}
1799
+ ]
1800
+ },
1801
+ "UntagAttendee":{
1802
+ "name":"UntagAttendee",
1803
+ "http":{
1804
+ "method":"POST",
1805
+ "requestUri":"/meetings/{meetingId}/attendees/{attendeeId}/tags?operation=delete",
1806
+ "responseCode":204
1807
+ },
1808
+ "input":{"shape":"UntagAttendeeRequest"},
1809
+ "errors":[
1810
+ {"shape":"BadRequestException"},
1811
+ {"shape":"ForbiddenException"},
1812
+ {"shape":"ThrottledClientException"},
1813
+ {"shape":"NotFoundException"},
1814
+ {"shape":"UnauthorizedClientException"},
1815
+ {"shape":"ServiceUnavailableException"},
1816
+ {"shape":"ServiceFailureException"}
1817
+ ]
1818
+ },
1819
+ "UntagMeeting":{
1820
+ "name":"UntagMeeting",
1821
+ "http":{
1822
+ "method":"POST",
1823
+ "requestUri":"/meetings/{meetingId}/tags?operation=delete",
1824
+ "responseCode":204
1825
+ },
1826
+ "input":{"shape":"UntagMeetingRequest"},
1827
+ "errors":[
1828
+ {"shape":"BadRequestException"},
1829
+ {"shape":"ForbiddenException"},
1830
+ {"shape":"ThrottledClientException"},
1831
+ {"shape":"NotFoundException"},
1832
+ {"shape":"UnauthorizedClientException"},
1833
+ {"shape":"ServiceUnavailableException"},
1834
+ {"shape":"ServiceFailureException"}
1835
+ ]
1836
+ },
1837
+ "UntagResource":{
1838
+ "name":"UntagResource",
1839
+ "http":{
1840
+ "method":"POST",
1841
+ "requestUri":"/tags?operation=untag-resource",
1842
+ "responseCode":204
1843
+ },
1844
+ "input":{"shape":"UntagResourceRequest"},
1845
+ "errors":[
1846
+ {"shape":"BadRequestException"},
1847
+ {"shape":"ForbiddenException"},
1848
+ {"shape":"NotFoundException"},
1849
+ {"shape":"UnauthorizedClientException"},
1850
+ {"shape":"ServiceUnavailableException"},
1851
+ {"shape":"ServiceFailureException"}
1852
+ ]
1853
+ },
1691
1854
  "UpdateAccount":{
1692
1855
  "name":"UpdateAccount",
1693
1856
  "http":{
@@ -2101,6 +2264,18 @@
2101
2264
  "type":"list",
2102
2265
  "member":{"shape":"Attendee"}
2103
2266
  },
2267
+ "AttendeeTagKeyList":{
2268
+ "type":"list",
2269
+ "member":{"shape":"TagKey"},
2270
+ "max":10,
2271
+ "min":1
2272
+ },
2273
+ "AttendeeTagList":{
2274
+ "type":"list",
2275
+ "member":{"shape":"Tag"},
2276
+ "max":10,
2277
+ "min":1
2278
+ },
2104
2279
  "BadRequestException":{
2105
2280
  "type":"structure",
2106
2281
  "members":{
@@ -2377,14 +2552,16 @@
2377
2552
  "location":"uri",
2378
2553
  "locationName":"meetingId"
2379
2554
  },
2380
- "ExternalUserId":{"shape":"ExternalUserIdType"}
2555
+ "ExternalUserId":{"shape":"ExternalUserIdType"},
2556
+ "Tags":{"shape":"AttendeeTagList"}
2381
2557
  }
2382
2558
  },
2383
2559
  "CreateAttendeeRequestItem":{
2384
2560
  "type":"structure",
2385
2561
  "required":["ExternalUserId"],
2386
2562
  "members":{
2387
- "ExternalUserId":{"shape":"ExternalUserIdType"}
2563
+ "ExternalUserId":{"shape":"ExternalUserIdType"},
2564
+ "Tags":{"shape":"AttendeeTagList"}
2388
2565
  }
2389
2566
  },
2390
2567
  "CreateAttendeeRequestItemList":{
@@ -2427,8 +2604,10 @@
2427
2604
  "shape":"ClientRequestToken",
2428
2605
  "idempotencyToken":true
2429
2606
  },
2607
+ "ExternalMeetingId":{"shape":"ExternalMeetingIdType"},
2430
2608
  "MeetingHostId":{"shape":"ExternalUserIdType"},
2431
2609
  "MediaRegion":{"shape":"String"},
2610
+ "Tags":{"shape":"MeetingTagList"},
2432
2611
  "NotificationsConfiguration":{"shape":"MeetingNotificationConfiguration"}
2433
2612
  }
2434
2613
  },
@@ -2949,6 +3128,12 @@
2949
3128
  "LambdaFunctionArn":{"shape":"SensitiveString"}
2950
3129
  }
2951
3130
  },
3131
+ "ExternalMeetingIdType":{
3132
+ "type":"string",
3133
+ "max":64,
3134
+ "min":2,
3135
+ "sensitive":true
3136
+ },
2952
3137
  "ExternalUserIdType":{
2953
3138
  "type":"string",
2954
3139
  "max":64,
@@ -3495,6 +3680,31 @@
3495
3680
  "NextToken":{"shape":"String"}
3496
3681
  }
3497
3682
  },
3683
+ "ListAttendeeTagsRequest":{
3684
+ "type":"structure",
3685
+ "required":[
3686
+ "MeetingId",
3687
+ "AttendeeId"
3688
+ ],
3689
+ "members":{
3690
+ "MeetingId":{
3691
+ "shape":"GuidString",
3692
+ "location":"uri",
3693
+ "locationName":"meetingId"
3694
+ },
3695
+ "AttendeeId":{
3696
+ "shape":"GuidString",
3697
+ "location":"uri",
3698
+ "locationName":"attendeeId"
3699
+ }
3700
+ }
3701
+ },
3702
+ "ListAttendeeTagsResponse":{
3703
+ "type":"structure",
3704
+ "members":{
3705
+ "Tags":{"shape":"TagList"}
3706
+ }
3707
+ },
3498
3708
  "ListAttendeesRequest":{
3499
3709
  "type":"structure",
3500
3710
  "required":["MeetingId"],
@@ -3551,6 +3761,23 @@
3551
3761
  "NextToken":{"shape":"String"}
3552
3762
  }
3553
3763
  },
3764
+ "ListMeetingTagsRequest":{
3765
+ "type":"structure",
3766
+ "required":["MeetingId"],
3767
+ "members":{
3768
+ "MeetingId":{
3769
+ "shape":"GuidString",
3770
+ "location":"uri",
3771
+ "locationName":"meetingId"
3772
+ }
3773
+ }
3774
+ },
3775
+ "ListMeetingTagsResponse":{
3776
+ "type":"structure",
3777
+ "members":{
3778
+ "Tags":{"shape":"TagList"}
3779
+ }
3780
+ },
3554
3781
  "ListMeetingsRequest":{
3555
3782
  "type":"structure",
3556
3783
  "members":{
@@ -3739,6 +3966,23 @@
3739
3966
  "NextToken":{"shape":"String"}
3740
3967
  }
3741
3968
  },
3969
+ "ListTagsForResourceRequest":{
3970
+ "type":"structure",
3971
+ "required":["ResourceARN"],
3972
+ "members":{
3973
+ "ResourceARN":{
3974
+ "shape":"Arn",
3975
+ "location":"querystring",
3976
+ "locationName":"arn"
3977
+ }
3978
+ }
3979
+ },
3980
+ "ListTagsForResourceResponse":{
3981
+ "type":"structure",
3982
+ "members":{
3983
+ "Tags":{"shape":"TagList"}
3984
+ }
3985
+ },
3742
3986
  "ListUsersRequest":{
3743
3987
  "type":"structure",
3744
3988
  "required":["AccountId"],
@@ -3884,6 +4128,7 @@
3884
4128
  "type":"structure",
3885
4129
  "members":{
3886
4130
  "MeetingId":{"shape":"GuidString"},
4131
+ "ExternalMeetingId":{"shape":"ExternalMeetingIdType"},
3887
4132
  "MediaPlacement":{"shape":"MediaPlacement"},
3888
4133
  "MediaRegion":{"shape":"String"}
3889
4134
  }
@@ -3899,6 +4144,18 @@
3899
4144
  "SqsQueueArn":{"shape":"Arn"}
3900
4145
  }
3901
4146
  },
4147
+ "MeetingTagKeyList":{
4148
+ "type":"list",
4149
+ "member":{"shape":"TagKey"},
4150
+ "max":50,
4151
+ "min":1
4152
+ },
4153
+ "MeetingTagList":{
4154
+ "type":"list",
4155
+ "member":{"shape":"Tag"},
4156
+ "max":50,
4157
+ "min":1
4158
+ },
3902
4159
  "Member":{
3903
4160
  "type":"structure",
3904
4161
  "members":{
@@ -4604,6 +4861,88 @@
4604
4861
  "type":"list",
4605
4862
  "member":{"shape":"String"}
4606
4863
  },
4864
+ "Tag":{
4865
+ "type":"structure",
4866
+ "required":[
4867
+ "Key",
4868
+ "Value"
4869
+ ],
4870
+ "members":{
4871
+ "Key":{"shape":"TagKey"},
4872
+ "Value":{"shape":"TagValue"}
4873
+ }
4874
+ },
4875
+ "TagAttendeeRequest":{
4876
+ "type":"structure",
4877
+ "required":[
4878
+ "MeetingId",
4879
+ "AttendeeId",
4880
+ "Tags"
4881
+ ],
4882
+ "members":{
4883
+ "MeetingId":{
4884
+ "shape":"GuidString",
4885
+ "location":"uri",
4886
+ "locationName":"meetingId"
4887
+ },
4888
+ "AttendeeId":{
4889
+ "shape":"GuidString",
4890
+ "location":"uri",
4891
+ "locationName":"attendeeId"
4892
+ },
4893
+ "Tags":{"shape":"AttendeeTagList"}
4894
+ }
4895
+ },
4896
+ "TagKey":{
4897
+ "type":"string",
4898
+ "max":128,
4899
+ "min":1,
4900
+ "sensitive":true
4901
+ },
4902
+ "TagKeyList":{
4903
+ "type":"list",
4904
+ "member":{"shape":"TagKey"},
4905
+ "max":50,
4906
+ "min":1
4907
+ },
4908
+ "TagList":{
4909
+ "type":"list",
4910
+ "member":{"shape":"Tag"},
4911
+ "max":50,
4912
+ "min":1
4913
+ },
4914
+ "TagMeetingRequest":{
4915
+ "type":"structure",
4916
+ "required":[
4917
+ "MeetingId",
4918
+ "Tags"
4919
+ ],
4920
+ "members":{
4921
+ "MeetingId":{
4922
+ "shape":"GuidString",
4923
+ "location":"uri",
4924
+ "locationName":"meetingId"
4925
+ },
4926
+ "Tags":{"shape":"MeetingTagList"}
4927
+ }
4928
+ },
4929
+ "TagResourceRequest":{
4930
+ "type":"structure",
4931
+ "required":[
4932
+ "ResourceARN",
4933
+ "Tags"
4934
+ ],
4935
+ "members":{
4936
+ "ResourceARN":{"shape":"Arn"},
4937
+ "Tags":{"shape":"TagList"}
4938
+ }
4939
+ },
4940
+ "TagValue":{
4941
+ "type":"string",
4942
+ "max":256,
4943
+ "min":1,
4944
+ "sensitive":true
4945
+ },
4607
4946
  "TelephonySettings":{
4608
4947
  "type":"structure",
4609
4948
  "required":[
@@ -4667,6 +5006,53 @@
4667
5006
  "error":{"httpStatusCode":422},
4668
5007
  "exception":true
4669
5008
  },
5009
+ "UntagAttendeeRequest":{
5010
+ "type":"structure",
5011
+ "required":[
5012
+ "MeetingId",
5013
+ "TagKeys",
5014
+ "AttendeeId"
5015
+ ],
5016
+ "members":{
5017
+ "MeetingId":{
5018
+ "shape":"GuidString",
5019
+ "location":"uri",
5020
+ "locationName":"meetingId"
5021
+ },
5022
+ "AttendeeId":{
5023
+ "shape":"GuidString",
5024
+ "location":"uri",
5025
+ "locationName":"attendeeId"
5026
+ },
5027
+ "TagKeys":{"shape":"AttendeeTagKeyList"}
5028
+ }
5029
+ },
5030
+ "UntagMeetingRequest":{
5031
+ "type":"structure",
5032
+ "required":[
5033
+ "MeetingId",
5034
+ "TagKeys"
5035
+ ],
5036
+ "members":{
5037
+ "MeetingId":{
5038
+ "shape":"GuidString",
5039
+ "location":"uri",
5040
+ "locationName":"meetingId"
5041
+ },
5042
+ "TagKeys":{"shape":"MeetingTagKeyList"}
5043
+ }
5044
+ },
5045
+ "UntagResourceRequest":{
5046
+ "type":"structure",
5047
+ "required":[
5048
+ "ResourceARN",
5049
+ "TagKeys"
5050
+ ],
5051
+ "members":{
5052
+ "ResourceARN":{"shape":"Arn"},
5053
+ "TagKeys":{"shape":"TagKeyList"}
5054
+ }
5055
+ },
4670
5056
  "UpdateAccountRequest":{
4671
5057
  "type":"structure",
4672
5058
  "required":["AccountId"],
@@ -79,6 +79,21 @@
79
79
  {"shape":"ResourceNotFoundException"}
80
80
  ]
81
81
  },
82
+ "GetPolicy":{
83
+ "name":"GetPolicy",
84
+ "http":{
85
+ "method":"GET",
86
+ "requestUri":"/profilingGroups/{profilingGroupName}/policy",
87
+ "responseCode":200
88
+ },
89
+ "input":{"shape":"GetPolicyRequest"},
90
+ "output":{"shape":"GetPolicyResponse"},
91
+ "errors":[
92
+ {"shape":"InternalServerException"},
93
+ {"shape":"ThrottlingException"},
94
+ {"shape":"ResourceNotFoundException"}
95
+ ]
96
+ },
82
97
  "GetProfile":{
83
98
  "name":"GetProfile",
84
99
  "http":{
@@ -141,6 +156,41 @@
141
156
  {"shape":"ResourceNotFoundException"}
142
157
  ]
143
158
  },
159
+ "PutPermission":{
160
+ "name":"PutPermission",
161
+ "http":{
162
+ "method":"PUT",
163
+ "requestUri":"/profilingGroups/{profilingGroupName}/policy/{actionGroup}",
164
+ "responseCode":200
165
+ },
166
+ "input":{"shape":"PutPermissionRequest"},
167
+ "output":{"shape":"PutPermissionResponse"},
168
+ "errors":[
169
+ {"shape":"InternalServerException"},
170
+ {"shape":"ConflictException"},
171
+ {"shape":"ValidationException"},
172
+ {"shape":"ThrottlingException"},
173
+ {"shape":"ResourceNotFoundException"}
174
+ ],
175
+ "idempotent":true
176
+ },
177
+ "RemovePermission":{
178
+ "name":"RemovePermission",
179
+ "http":{
180
+ "method":"DELETE",
181
+ "requestUri":"/profilingGroups/{profilingGroupName}/policy/{actionGroup}",
182
+ "responseCode":200
183
+ },
184
+ "input":{"shape":"RemovePermissionRequest"},
185
+ "output":{"shape":"RemovePermissionResponse"},
186
+ "errors":[
187
+ {"shape":"InternalServerException"},
188
+ {"shape":"ConflictException"},
189
+ {"shape":"ValidationException"},
190
+ {"shape":"ThrottlingException"},
191
+ {"shape":"ResourceNotFoundException"}
192
+ ]
193
+ },
144
194
  "UpdateProfilingGroup":{
145
195
  "name":"UpdateProfilingGroup",
146
196
  "http":{
@@ -161,6 +211,10 @@
161
211
  }
162
212
  },
163
213
  "shapes":{
214
+ "ActionGroup":{
215
+ "type":"string",
216
+ "enum":["agentPermissions"]
217
+ },
164
218
  "AgentConfiguration":{
165
219
  "type":"structure",
166
220
  "required":[
@@ -304,6 +358,28 @@
304
358
  "min":1,
305
359
  "pattern":"^[\\w-.:/]+$"
306
360
  },
361
+ "GetPolicyRequest":{
362
+ "type":"structure",
363
+ "required":["profilingGroupName"],
364
+ "members":{
365
+ "profilingGroupName":{
366
+ "shape":"ProfilingGroupName",
367
+ "location":"uri",
368
+ "locationName":"profilingGroupName"
369
+ }
370
+ }
371
+ },
372
+ "GetPolicyResponse":{
373
+ "type":"structure",
374
+ "required":[
375
+ "policy",
376
+ "revisionId"
377
+ ],
378
+ "members":{
379
+ "policy":{"shape":"String"},
380
+ "revisionId":{"shape":"RevisionId"}
381
+ }
382
+ },
307
383
  "GetProfileRequest":{
308
384
  "type":"structure",
309
385
  "required":["profilingGroupName"],
@@ -521,6 +597,13 @@
521
597
  "members":{
522
598
  }
523
599
  },
600
+ "Principal":{"type":"string"},
601
+ "Principals":{
602
+ "type":"list",
603
+ "member":{"shape":"Principal"},
604
+ "max":50,
605
+ "min":1
606
+ },
524
607
  "ProfileTime":{
525
608
  "type":"structure",
526
609
  "members":{
@@ -565,6 +648,75 @@
565
648
  "latestAggregatedProfile":{"shape":"AggregatedProfileTime"}
566
649
  }
567
650
  },
651
+ "PutPermissionRequest":{
652
+ "type":"structure",
653
+ "required":[
654
+ "actionGroup",
655
+ "principals",
656
+ "profilingGroupName"
657
+ ],
658
+ "members":{
659
+ "actionGroup":{
660
+ "shape":"ActionGroup",
661
+ "location":"uri",
662
+ "locationName":"actionGroup"
663
+ },
664
+ "principals":{"shape":"Principals"},
665
+ "profilingGroupName":{
666
+ "shape":"ProfilingGroupName",
667
+ "location":"uri",
668
+ "locationName":"profilingGroupName"
669
+ },
670
+ "revisionId":{"shape":"RevisionId"}
671
+ }
672
+ },
673
+ "PutPermissionResponse":{
674
+ "type":"structure",
675
+ "required":[
676
+ "policy",
677
+ "revisionId"
678
+ ],
679
+ "members":{
680
+ "policy":{"shape":"String"},
681
+ "revisionId":{"shape":"RevisionId"}
682
+ }
683
+ },
684
+ "RemovePermissionRequest":{
685
+ "type":"structure",
686
+ "required":[
687
+ "actionGroup",
688
+ "profilingGroupName",
689
+ "revisionId"
690
+ ],
691
+ "members":{
692
+ "actionGroup":{
693
+ "shape":"ActionGroup",
694
+ "location":"uri",
695
+ "locationName":"actionGroup"
696
+ },
697
+ "profilingGroupName":{
698
+ "shape":"ProfilingGroupName",
699
+ "location":"uri",
700
+ "locationName":"profilingGroupName"
701
+ },
702
+ "revisionId":{
703
+ "shape":"RevisionId",
704
+ "location":"querystring",
705
+ "locationName":"revisionId"
706
+ }
707
+ }
708
+ },
709
+ "RemovePermissionResponse":{
710
+ "type":"structure",
711
+ "required":[
712
+ "policy",
713
+ "revisionId"
714
+ ],
715
+ "members":{
716
+ "policy":{"shape":"String"},
717
+ "revisionId":{"shape":"RevisionId"}
718
+ }
719
+ },
568
720
  "ResourceNotFoundException":{
569
721
  "type":"structure",
570
722
  "required":["message"],
@@ -577,6 +729,10 @@
577
729
  },
578
730
  "exception":true
579
731
  },
732
+ "RevisionId":{
733
+ "type":"string",
734
+ "pattern":"[a-f0-9]{8}-[a-f0-9]{4}-[a-f0-9]{4}-[a-f0-9]{4}-[a-f0-9]{12}"
735
+ },
580
736
  "ServiceQuotaExceededException":{
581
737
  "type":"structure",
582
738
  "required":["message"],
@@ -3,7 +3,8 @@
3
3
  "ListProfileTimes": {
4
4
  "input_token": "nextToken",
5
5
  "output_token": "nextToken",
6
- "limit_key": "maxResults"
6
+ "limit_key": "maxResults",
7
+ "result_key": "profileTimes"
7
8
  },
8
9
  "ListProfilingGroups": {
9
10
  "input_token": "nextToken",
@@ -1268,6 +1268,15 @@
1268
1268
  },
1269
1269
  "input":{"shape":"DeregisterImageRequest"}
1270
1270
  },
1271
+ "DeregisterInstanceEventNotificationAttributes":{
1272
+ "name":"DeregisterInstanceEventNotificationAttributes",
1273
+ "http":{
1274
+ "method":"POST",
1275
+ "requestUri":"/"
1276
+ },
1277
+ "input":{"shape":"DeregisterInstanceEventNotificationAttributesRequest"},
1278
+ "output":{"shape":"DeregisterInstanceEventNotificationAttributesResult"}
1279
+ },
1271
1280
  "DeregisterTransitGatewayMulticastGroupMembers":{
1272
1281
  "name":"DeregisterTransitGatewayMulticastGroupMembers",
1273
1282
  "http":{
@@ -1646,6 +1655,15 @@
1646
1655
  "input":{"shape":"DescribeInstanceCreditSpecificationsRequest"},
1647
1656
  "output":{"shape":"DescribeInstanceCreditSpecificationsResult"}
1648
1657
  },
1658
+ "DescribeInstanceEventNotificationAttributes":{
1659
+ "name":"DescribeInstanceEventNotificationAttributes",
1660
+ "http":{
1661
+ "method":"POST",
1662
+ "requestUri":"/"
1663
+ },
1664
+ "input":{"shape":"DescribeInstanceEventNotificationAttributesRequest"},
1665
+ "output":{"shape":"DescribeInstanceEventNotificationAttributesResult"}
1666
+ },
1649
1667
  "DescribeInstanceStatus":{
1650
1668
  "name":"DescribeInstanceStatus",
1651
1669
  "http":{
@@ -3167,6 +3185,15 @@
3167
3185
  "input":{"shape":"RegisterImageRequest"},
3168
3186
  "output":{"shape":"RegisterImageResult"}
3169
3187
  },
3188
+ "RegisterInstanceEventNotificationAttributes":{
3189
+ "name":"RegisterInstanceEventNotificationAttributes",
3190
+ "http":{
3191
+ "method":"POST",
3192
+ "requestUri":"/"
3193
+ },
3194
+ "input":{"shape":"RegisterInstanceEventNotificationAttributesRequest"},
3195
+ "output":{"shape":"RegisterInstanceEventNotificationAttributesResult"}
3196
+ },
3170
3197
  "RegisterTransitGatewayMulticastGroupMembers":{
3171
3198
  "name":"RegisterTransitGatewayMulticastGroupMembers",
3172
3199
  "http":{
@@ -8983,6 +9010,32 @@
8983
9010
  }
8984
9011
  }
8985
9012
  },
9013
+ "DeregisterInstanceEventNotificationAttributesRequest":{
9014
+ "type":"structure",
9015
+ "members":{
9016
+ "DryRun":{"shape":"Boolean"},
9017
+ "InstanceTagAttribute":{"shape":"DeregisterInstanceTagAttributeRequest"}
9018
+ }
9019
+ },
9020
+ "DeregisterInstanceEventNotificationAttributesResult":{
9021
+ "type":"structure",
9022
+ "members":{
9023
+ "InstanceTagAttribute":{
9024
+ "shape":"InstanceTagNotificationAttribute",
9025
+ "locationName":"instanceTagAttribute"
9026
+ }
9027
+ }
9028
+ },
9029
+ "DeregisterInstanceTagAttributeRequest":{
9030
+ "type":"structure",
9031
+ "members":{
9032
+ "IncludeAllTagsOfInstance":{"shape":"Boolean"},
9033
+ "InstanceTagKeys":{
9034
+ "shape":"InstanceTagKeySet",
9035
+ "locationName":"InstanceTagKey"
9036
+ }
9037
+ }
9038
+ },
8986
9039
  "DeregisterTransitGatewayMulticastGroupMembersRequest":{
8987
9040
  "type":"structure",
8988
9041
  "members":{
@@ -10306,6 +10359,21 @@
10306
10359
  }
10307
10360
  }
10308
10361
  },
10362
+ "DescribeInstanceEventNotificationAttributesRequest":{
10363
+ "type":"structure",
10364
+ "members":{
10365
+ "DryRun":{"shape":"Boolean"}
10366
+ }
10367
+ },
10368
+ "DescribeInstanceEventNotificationAttributesResult":{
10369
+ "type":"structure",
10370
+ "members":{
10371
+ "InstanceTagAttribute":{
10372
+ "shape":"InstanceTagNotificationAttribute",
10373
+ "locationName":"instanceTagAttribute"
10374
+ }
10375
+ }
10376
+ },
10309
10377
  "DescribeInstanceStatusRequest":{
10310
10378
  "type":"structure",
10311
10379
  "members":{
@@ -17638,6 +17706,26 @@
17638
17706
  }
17639
17707
  }
17640
17708
  },
17709
+ "InstanceTagKeySet":{
17710
+ "type":"list",
17711
+ "member":{
17712
+ "shape":"String",
17713
+ "locationName":"item"
17714
+ }
17715
+ },
17716
+ "InstanceTagNotificationAttribute":{
17717
+ "type":"structure",
17718
+ "members":{
17719
+ "InstanceTagKeys":{
17720
+ "shape":"InstanceTagKeySet",
17721
+ "locationName":"instanceTagKeySet"
17722
+ },
17723
+ "IncludeAllTagsOfInstance":{
17724
+ "shape":"Boolean",
17725
+ "locationName":"includeAllTagsOfInstance"
17726
+ }
17727
+ }
17728
+ },
17641
17729
  "InstanceType":{
17642
17730
  "type":"string",
17643
17731
  "enum":[
@@ -22606,6 +22694,32 @@
22606
22694
  }
22607
22695
  }
22608
22696
  },
22697
+ "RegisterInstanceEventNotificationAttributesRequest":{
22698
+ "type":"structure",
22699
+ "members":{
22700
+ "DryRun":{"shape":"Boolean"},
22701
+ "InstanceTagAttribute":{"shape":"RegisterInstanceTagAttributeRequest"}
22702
+ }
22703
+ },
22704
+ "RegisterInstanceEventNotificationAttributesResult":{
22705
+ "type":"structure",
22706
+ "members":{
22707
+ "InstanceTagAttribute":{
22708
+ "shape":"InstanceTagNotificationAttribute",
22709
+ "locationName":"instanceTagAttribute"
22710
+ }
22711
+ }
22712
+ },
22713
+ "RegisterInstanceTagAttributeRequest":{
22714
+ "type":"structure",
22715
+ "members":{
22716
+ "IncludeAllTagsOfInstance":{"shape":"Boolean"},
22717
+ "InstanceTagKeys":{
22718
+ "shape":"InstanceTagKeySet",
22719
+ "locationName":"InstanceTagKey"
22720
+ }
22721
+ }
22722
+ },
22609
22723
  "RegisterTransitGatewayMulticastGroupMembersRequest":{
22610
22724
  "type":"structure",
22611
22725
  "members":{
@@ -1617,12 +1617,36 @@
1617
1617
  }
1618
1618
  },
1619
1619
  "Double":{"type":"double"},
1620
+ "EFSAuthorizationConfig":{
1621
+ "type":"structure",
1622
+ "members":{
1623
+ "accessPointId":{"shape":"String"},
1624
+ "iam":{"shape":"EFSAuthorizationConfigIAM"}
1625
+ }
1626
+ },
1627
+ "EFSAuthorizationConfigIAM":{
1628
+ "type":"string",
1629
+ "enum":[
1630
+ "ENABLED",
1631
+ "DISABLED"
1632
+ ]
1633
+ },
1634
+ "EFSTransitEncryption":{
1635
+ "type":"string",
1636
+ "enum":[
1637
+ "ENABLED",
1638
+ "DISABLED"
1639
+ ]
1640
+ },
1620
1641
  "EFSVolumeConfiguration":{
1621
1642
  "type":"structure",
1622
1643
  "required":["fileSystemId"],
1623
1644
  "members":{
1624
1645
  "fileSystemId":{"shape":"String"},
1625
- "rootDirectory":{"shape":"String"}
1646
+ "rootDirectory":{"shape":"String"},
1647
+ "transitEncryption":{"shape":"EFSTransitEncryption"},
1648
+ "transitEncryptionPort":{"shape":"BoxedInteger"},
1649
+ "authorizationConfig":{"shape":"EFSAuthorizationConfig"}
1626
1650
  }
1627
1651
  },
1628
1652
  "EnvironmentVariables":{
@@ -2243,6 +2243,10 @@
2243
2243
  "locationName": "clientRequestToken",
2244
2244
  "idempotencyToken": true
2245
2245
  },
2246
+ "HopDestinations": {
2247
+ "shape": "__listOfHopDestination",
2248
+ "locationName": "hopDestinations"
2249
+ },
2246
2250
  "JobTemplate": {
2247
2251
  "shape": "__string",
2248
2252
  "locationName": "jobTemplate"
@@ -2309,6 +2313,10 @@
2309
2313
  "shape": "__string",
2310
2314
  "locationName": "description"
2311
2315
  },
2316
+ "HopDestinations": {
2317
+ "shape": "__listOfHopDestination",
2318
+ "locationName": "hopDestinations"
2319
+ },
2312
2320
  "Name": {
2313
2321
  "shape": "__string",
2314
2322
  "locationName": "name"
@@ -4707,6 +4715,23 @@
4707
4715
  "TDRL"
4708
4716
  ]
4709
4717
  },
4718
+ "HopDestination": {
4719
+ "type": "structure",
4720
+ "members": {
4721
+ "Priority": {
4722
+ "shape": "__integerMinNegative50Max50",
4723
+ "locationName": "priority"
4724
+ },
4725
+ "Queue": {
4726
+ "shape": "__string",
4727
+ "locationName": "queue"
4728
+ },
4729
+ "WaitMinutes": {
4730
+ "shape": "__integer",
4731
+ "locationName": "waitMinutes"
4732
+ }
4733
+ }
4734
+ },
4710
4735
  "Id3Insertion": {
4711
4736
  "type": "structure",
4712
4737
  "members": {
@@ -5073,6 +5098,10 @@
5073
5098
  "shape": "__string",
5074
5099
  "locationName": "errorMessage"
5075
5100
  },
5101
+ "HopDestinations": {
5102
+ "shape": "__listOfHopDestination",
5103
+ "locationName": "hopDestinations"
5104
+ },
5076
5105
  "Id": {
5077
5106
  "shape": "__string",
5078
5107
  "locationName": "id"
@@ -5101,6 +5130,10 @@
5101
5130
  "shape": "__string",
5102
5131
  "locationName": "queue"
5103
5132
  },
5133
+ "QueueTransitions": {
5134
+ "shape": "__listOfQueueTransition",
5135
+ "locationName": "queueTransitions"
5136
+ },
5104
5137
  "RetryCount": {
5105
5138
  "shape": "__integer",
5106
5139
  "locationName": "retryCount"
@@ -5234,6 +5267,10 @@
5234
5267
  "shape": "__string",
5235
5268
  "locationName": "description"
5236
5269
  },
5270
+ "HopDestinations": {
5271
+ "shape": "__listOfHopDestination",
5272
+ "locationName": "hopDestinations"
5273
+ },
5237
5274
  "LastUpdated": {
5238
5275
  "shape": "__timestampUnix",
5239
5276
  "locationName": "lastUpdated"
@@ -7138,6 +7175,23 @@
7138
7175
  "PAUSED"
7139
7176
  ]
7140
7177
  },
7178
+ "QueueTransition": {
7179
+ "type": "structure",
7180
+ "members": {
7181
+ "DestinationQueue": {
7182
+ "shape": "__string",
7183
+ "locationName": "destinationQueue"
7184
+ },
7185
+ "SourceQueue": {
7186
+ "shape": "__string",
7187
+ "locationName": "sourceQueue"
7188
+ },
7189
+ "Timestamp": {
7190
+ "shape": "__timestampUnix",
7191
+ "locationName": "timestamp"
7192
+ }
7193
+ }
7194
+ },
7141
7195
  "Rectangle": {
7142
7196
  "type": "structure",
7143
7197
  "members": {
@@ -7662,6 +7716,10 @@
7662
7716
  "shape": "__string",
7663
7717
  "locationName": "description"
7664
7718
  },
7719
+ "HopDestinations": {
7720
+ "shape": "__listOfHopDestination",
7721
+ "locationName": "hopDestinations"
7722
+ },
7665
7723
  "Name": {
7666
7724
  "shape": "__string",
7667
7725
  "locationName": "name",
@@ -8448,6 +8506,12 @@
8448
8506
  "shape": "HlsCaptionLanguageMapping"
8449
8507
  }
8450
8508
  },
8509
+ "__listOfHopDestination": {
8510
+ "type": "list",
8511
+ "member": {
8512
+ "shape": "HopDestination"
8513
+ }
8514
+ },
8451
8515
  "__listOfId3Insertion": {
8452
8516
  "type": "list",
8453
8517
  "member": {
@@ -8538,6 +8602,12 @@
8538
8602
  "shape": "Queue"
8539
8603
  }
8540
8604
  },
8605
+ "__listOfQueueTransition": {
8606
+ "type": "list",
8607
+ "member": {
8608
+ "shape": "QueueTransition"
8609
+ }
8610
+ },
8541
8611
  "__listOfTeletextPageType": {
8542
8612
  "type": "list",
8543
8613
  "member": {
@@ -25,6 +25,7 @@
25
25
  {"shape":"InternalServerError"},
26
26
  {"shape":"ServiceUnavailableException"},
27
27
  {"shape":"AccessDeniedException"},
28
+ {"shape":"ThrottlingException"},
28
29
  {"shape":"DryRunOperation"},
29
30
  {"shape":"InvalidInputException"}
30
31
  ]
@@ -41,6 +42,7 @@
41
42
  {"shape":"InternalServerError"},
42
43
  {"shape":"ServiceUnavailableException"},
43
44
  {"shape":"AccessDeniedException"},
45
+ {"shape":"ThrottlingException"},
44
46
  {"shape":"InvalidInputException"}
45
47
  ]
46
48
  },
@@ -56,6 +58,7 @@
56
58
  {"shape":"InternalServerError"},
57
59
  {"shape":"ServiceUnavailableException"},
58
60
  {"shape":"AccessDeniedException"},
61
+ {"shape":"ThrottlingException"},
59
62
  {"shape":"InvalidInputException"}
60
63
  ]
61
64
  }
@@ -171,6 +174,7 @@
171
174
  "exception":true
172
175
  },
173
176
  "RequestedTime":{"type":"timestamp"},
177
+ "RetryAfterSeconds":{"type":"integer"},
174
178
  "ServiceUnavailableException":{
175
179
  "type":"structure",
176
180
  "members":{
@@ -197,6 +201,15 @@
197
201
  "type":"string",
198
202
  "enum":["ACCOUNT"]
199
203
  },
204
+ "ThrottlingException":{
205
+ "type":"structure",
206
+ "required":["Message"],
207
+ "members":{
208
+ "Message":{"shape":"ErrorMessage"},
209
+ "RetryAfterSeconds":{"shape":"RetryAfterSeconds"}
210
+ },
211
+ "exception":true
212
+ },
200
213
  "Token":{
201
214
  "type":"string",
202
215
  "max":2048,
@@ -1412,6 +1412,30 @@
1412
1412
  "eu-west-1" : { },
1413
1413
  "eu-west-2" : { },
1414
1414
  "eu-west-3" : { },
1415
+ "fips-us-east-1" : {
1416
+ "credentialScope" : {
1417
+ "region" : "us-east-1"
1418
+ },
1419
+ "hostname" : "directconnect-fips.us-east-1.amazonaws.com"
1420
+ },
1421
+ "fips-us-east-2" : {
1422
+ "credentialScope" : {
1423
+ "region" : "us-east-2"
1424
+ },
1425
+ "hostname" : "directconnect-fips.us-east-2.amazonaws.com"
1426
+ },
1427
+ "fips-us-west-1" : {
1428
+ "credentialScope" : {
1429
+ "region" : "us-west-1"
1430
+ },
1431
+ "hostname" : "directconnect-fips.us-west-1.amazonaws.com"
1432
+ },
1433
+ "fips-us-west-2" : {
1434
+ "credentialScope" : {
1435
+ "region" : "us-west-2"
1436
+ },
1437
+ "hostname" : "directconnect-fips.us-west-2.amazonaws.com"
1438
+ },
1415
1439
  "me-south-1" : { },
1416
1440
  "sa-east-1" : { },
1417
1441
  "us-east-1" : { },
@@ -2315,6 +2339,30 @@
2315
2339
  "eu-west-1" : { },
2316
2340
  "eu-west-2" : { },
2317
2341
  "eu-west-3" : { },
2342
+ "fips-us-east-1" : {
2343
+ "credentialScope" : {
2344
+ "region" : "us-east-1"
2345
+ },
2346
+ "hostname" : "glue-fips.us-east-1.amazonaws.com"
2347
+ },
2348
+ "fips-us-east-2" : {
2349
+ "credentialScope" : {
2350
+ "region" : "us-east-2"
2351
+ },
2352
+ "hostname" : "glue-fips.us-east-2.amazonaws.com"
2353
+ },
2354
+ "fips-us-west-1" : {
2355
+ "credentialScope" : {
2356
+ "region" : "us-west-1"
2357
+ },
2358
+ "hostname" : "glue-fips.us-west-1.amazonaws.com"
2359
+ },
2360
+ "fips-us-west-2" : {
2361
+ "credentialScope" : {
2362
+ "region" : "us-west-2"
2363
+ },
2364
+ "hostname" : "glue-fips.us-west-2.amazonaws.com"
2365
+ },
2318
2366
  "me-south-1" : { },
2319
2367
  "sa-east-1" : { },
2320
2368
  "us-east-1" : { },
@@ -3324,30 +3372,6 @@
3324
3372
  "ap-southeast-2" : { },
3325
3373
  "eu-central-1" : { },
3326
3374
  "eu-west-1" : { },
3327
- "fips-us-east-1" : {
3328
- "credentialScope" : {
3329
- "region" : "us-east-1"
3330
- },
3331
- "hostname" : "opsworks-cm-fips.us-east-1.amazonaws.com"
3332
- },
3333
- "fips-us-east-2" : {
3334
- "credentialScope" : {
3335
- "region" : "us-east-2"
3336
- },
3337
- "hostname" : "opsworks-cm-fips.us-east-2.amazonaws.com"
3338
- },
3339
- "fips-us-west-1" : {
3340
- "credentialScope" : {
3341
- "region" : "us-west-1"
3342
- },
3343
- "hostname" : "opsworks-cm-fips.us-west-1.amazonaws.com"
3344
- },
3345
- "fips-us-west-2" : {
3346
- "credentialScope" : {
3347
- "region" : "us-west-2"
3348
- },
3349
- "hostname" : "opsworks-cm-fips.us-west-2.amazonaws.com"
3350
- },
3351
3375
  "us-east-1" : { },
3352
3376
  "us-east-2" : { },
3353
3377
  "us-west-1" : { },
@@ -4292,7 +4316,18 @@
4292
4316
  "sslCommonName" : "shield.us-east-1.amazonaws.com"
4293
4317
  },
4294
4318
  "endpoints" : {
4295
- "us-east-1" : { }
4319
+ "fips-us-east-1" : {
4320
+ "credentialScope" : {
4321
+ "region" : "us-east-1"
4322
+ },
4323
+ "hostname" : "shield-fips.us-east-1.amazonaws.com"
4324
+ },
4325
+ "us-east-1" : {
4326
+ "credentialScope" : {
4327
+ "region" : "us-east-1"
4328
+ },
4329
+ "hostname" : "shield.us-east-1.amazonaws.com"
4330
+ }
4296
4331
  },
4297
4332
  "isRegionalized" : false
4298
4333
  },
@@ -6181,8 +6216,18 @@
6181
6216
  },
6182
6217
  "directconnect" : {
6183
6218
  "endpoints" : {
6184
- "us-gov-east-1" : { },
6185
- "us-gov-west-1" : { }
6219
+ "us-gov-east-1" : {
6220
+ "credentialScope" : {
6221
+ "region" : "us-gov-east-1"
6222
+ },
6223
+ "hostname" : "directconnect.us-gov-east-1.amazonaws.com"
6224
+ },
6225
+ "us-gov-west-1" : {
6226
+ "credentialScope" : {
6227
+ "region" : "us-gov-west-1"
6228
+ },
6229
+ "hostname" : "directconnect.us-gov-west-1.amazonaws.com"
6230
+ }
6186
6231
  }
6187
6232
  },
6188
6233
  "dms" : {
@@ -6350,6 +6395,18 @@
6350
6395
  },
6351
6396
  "glue" : {
6352
6397
  "endpoints" : {
6398
+ "fips-us-gov-east-1" : {
6399
+ "credentialScope" : {
6400
+ "region" : "us-gov-east-1"
6401
+ },
6402
+ "hostname" : "glue-fips.us-gov-east-1.amazonaws.com"
6403
+ },
6404
+ "fips-us-gov-west-1" : {
6405
+ "credentialScope" : {
6406
+ "region" : "us-gov-west-1"
6407
+ },
6408
+ "hostname" : "glue-fips.us-gov-west-1.amazonaws.com"
6409
+ },
6353
6410
  "us-gov-east-1" : { },
6354
6411
  "us-gov-west-1" : { }
6355
6412
  }
@@ -1,3 +1,3 @@
1
1
  module Aws
2
- VERSION = '2.11.485'
2
+ VERSION = '2.11.486'
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.485
4
+ version: 2.11.486
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-04-07 00:00:00.000000000 Z
11
+ date: 2020-04-08 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jmespath