aws-sdk-cloudtrail 1.55.0 → 1.57.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -31,7 +31,10 @@ module Aws::CloudTrail
31
31
  CannotDelegateManagementAccountException = Shapes::StructureShape.new(name: 'CannotDelegateManagementAccountException')
32
32
  Channel = Shapes::StructureShape.new(name: 'Channel')
33
33
  ChannelARNInvalidException = Shapes::StructureShape.new(name: 'ChannelARNInvalidException')
34
+ ChannelAlreadyExistsException = Shapes::StructureShape.new(name: 'ChannelAlreadyExistsException')
34
35
  ChannelArn = Shapes::StringShape.new(name: 'ChannelArn')
36
+ ChannelExistsForEDSException = Shapes::StructureShape.new(name: 'ChannelExistsForEDSException')
37
+ ChannelMaxLimitExceededException = Shapes::StructureShape.new(name: 'ChannelMaxLimitExceededException')
35
38
  ChannelName = Shapes::StringShape.new(name: 'ChannelName')
36
39
  ChannelNotFoundException = Shapes::StructureShape.new(name: 'ChannelNotFoundException')
37
40
  Channels = Shapes::ListShape.new(name: 'Channels')
@@ -40,6 +43,8 @@ module Aws::CloudTrail
40
43
  CloudTrailInvalidClientTokenIdException = Shapes::StructureShape.new(name: 'CloudTrailInvalidClientTokenIdException')
41
44
  CloudWatchLogsDeliveryUnavailableException = Shapes::StructureShape.new(name: 'CloudWatchLogsDeliveryUnavailableException')
42
45
  ConflictException = Shapes::StructureShape.new(name: 'ConflictException')
46
+ CreateChannelRequest = Shapes::StructureShape.new(name: 'CreateChannelRequest')
47
+ CreateChannelResponse = Shapes::StructureShape.new(name: 'CreateChannelResponse')
43
48
  CreateEventDataStoreRequest = Shapes::StructureShape.new(name: 'CreateEventDataStoreRequest')
44
49
  CreateEventDataStoreResponse = Shapes::StructureShape.new(name: 'CreateEventDataStoreResponse')
45
50
  CreateTrailRequest = Shapes::StructureShape.new(name: 'CreateTrailRequest')
@@ -49,8 +54,12 @@ module Aws::CloudTrail
49
54
  DataResources = Shapes::ListShape.new(name: 'DataResources')
50
55
  Date = Shapes::TimestampShape.new(name: 'Date')
51
56
  DelegatedAdminAccountLimitExceededException = Shapes::StructureShape.new(name: 'DelegatedAdminAccountLimitExceededException')
57
+ DeleteChannelRequest = Shapes::StructureShape.new(name: 'DeleteChannelRequest')
58
+ DeleteChannelResponse = Shapes::StructureShape.new(name: 'DeleteChannelResponse')
52
59
  DeleteEventDataStoreRequest = Shapes::StructureShape.new(name: 'DeleteEventDataStoreRequest')
53
60
  DeleteEventDataStoreResponse = Shapes::StructureShape.new(name: 'DeleteEventDataStoreResponse')
61
+ DeleteResourcePolicyRequest = Shapes::StructureShape.new(name: 'DeleteResourcePolicyRequest')
62
+ DeleteResourcePolicyResponse = Shapes::StructureShape.new(name: 'DeleteResourcePolicyResponse')
54
63
  DeleteTrailRequest = Shapes::StructureShape.new(name: 'DeleteTrailRequest')
55
64
  DeleteTrailResponse = Shapes::StructureShape.new(name: 'DeleteTrailResponse')
56
65
  DeliveryS3Uri = Shapes::StringShape.new(name: 'DeliveryS3Uri')
@@ -95,6 +104,8 @@ module Aws::CloudTrail
95
104
  GetInsightSelectorsResponse = Shapes::StructureShape.new(name: 'GetInsightSelectorsResponse')
96
105
  GetQueryResultsRequest = Shapes::StructureShape.new(name: 'GetQueryResultsRequest')
97
106
  GetQueryResultsResponse = Shapes::StructureShape.new(name: 'GetQueryResultsResponse')
107
+ GetResourcePolicyRequest = Shapes::StructureShape.new(name: 'GetResourcePolicyRequest')
108
+ GetResourcePolicyResponse = Shapes::StructureShape.new(name: 'GetResourcePolicyResponse')
98
109
  GetTrailRequest = Shapes::StructureShape.new(name: 'GetTrailRequest')
99
110
  GetTrailResponse = Shapes::StructureShape.new(name: 'GetTrailResponse')
100
111
  GetTrailStatusRequest = Shapes::StructureShape.new(name: 'GetTrailStatusRequest')
@@ -111,6 +122,7 @@ module Aws::CloudTrail
111
122
  ImportsListItem = Shapes::StructureShape.new(name: 'ImportsListItem')
112
123
  InactiveEventDataStoreException = Shapes::StructureShape.new(name: 'InactiveEventDataStoreException')
113
124
  InactiveQueryException = Shapes::StructureShape.new(name: 'InactiveQueryException')
125
+ IngestionStatus = Shapes::StructureShape.new(name: 'IngestionStatus')
114
126
  InsightNotEnabledException = Shapes::StructureShape.new(name: 'InsightNotEnabledException')
115
127
  InsightSelector = Shapes::StructureShape.new(name: 'InsightSelector')
116
128
  InsightSelectors = Shapes::ListShape.new(name: 'InsightSelectors')
@@ -141,6 +153,7 @@ module Aws::CloudTrail
141
153
  InvalidS3BucketNameException = Shapes::StructureShape.new(name: 'InvalidS3BucketNameException')
142
154
  InvalidS3PrefixException = Shapes::StructureShape.new(name: 'InvalidS3PrefixException')
143
155
  InvalidSnsTopicNameException = Shapes::StructureShape.new(name: 'InvalidSnsTopicNameException')
156
+ InvalidSourceException = Shapes::StructureShape.new(name: 'InvalidSourceException')
144
157
  InvalidTagParameterException = Shapes::StructureShape.new(name: 'InvalidTagParameterException')
145
158
  InvalidTimeRangeException = Shapes::StructureShape.new(name: 'InvalidTimeRangeException')
146
159
  InvalidTokenException = Shapes::StructureShape.new(name: 'InvalidTokenException')
@@ -197,6 +210,8 @@ module Aws::CloudTrail
197
210
  PutEventSelectorsResponse = Shapes::StructureShape.new(name: 'PutEventSelectorsResponse')
198
211
  PutInsightSelectorsRequest = Shapes::StructureShape.new(name: 'PutInsightSelectorsRequest')
199
212
  PutInsightSelectorsResponse = Shapes::StructureShape.new(name: 'PutInsightSelectorsResponse')
213
+ PutResourcePolicyRequest = Shapes::StructureShape.new(name: 'PutResourcePolicyRequest')
214
+ PutResourcePolicyResponse = Shapes::StructureShape.new(name: 'PutResourcePolicyResponse')
200
215
  Queries = Shapes::ListShape.new(name: 'Queries')
201
216
  Query = Shapes::StructureShape.new(name: 'Query')
202
217
  QueryIdNotFoundException = Shapes::StructureShape.new(name: 'QueryIdNotFoundException')
@@ -215,9 +230,14 @@ module Aws::CloudTrail
215
230
  RemoveTagsRequest = Shapes::StructureShape.new(name: 'RemoveTagsRequest')
216
231
  RemoveTagsResponse = Shapes::StructureShape.new(name: 'RemoveTagsResponse')
217
232
  Resource = Shapes::StructureShape.new(name: 'Resource')
233
+ ResourceARNNotValidException = Shapes::StructureShape.new(name: 'ResourceARNNotValidException')
234
+ ResourceArn = Shapes::StringShape.new(name: 'ResourceArn')
218
235
  ResourceIdList = Shapes::ListShape.new(name: 'ResourceIdList')
219
236
  ResourceList = Shapes::ListShape.new(name: 'ResourceList')
220
237
  ResourceNotFoundException = Shapes::StructureShape.new(name: 'ResourceNotFoundException')
238
+ ResourcePolicy = Shapes::StringShape.new(name: 'ResourcePolicy')
239
+ ResourcePolicyNotFoundException = Shapes::StructureShape.new(name: 'ResourcePolicyNotFoundException')
240
+ ResourcePolicyNotValidException = Shapes::StructureShape.new(name: 'ResourcePolicyNotValidException')
221
241
  ResourceTag = Shapes::StructureShape.new(name: 'ResourceTag')
222
242
  ResourceTagList = Shapes::ListShape.new(name: 'ResourceTagList')
223
243
  ResourceTypeNotSupportedException = Shapes::StructureShape.new(name: 'ResourceTypeNotSupportedException')
@@ -257,6 +277,8 @@ module Aws::CloudTrail
257
277
  Trails = Shapes::ListShape.new(name: 'Trails')
258
278
  UUID = Shapes::StringShape.new(name: 'UUID')
259
279
  UnsupportedOperationException = Shapes::StructureShape.new(name: 'UnsupportedOperationException')
280
+ UpdateChannelRequest = Shapes::StructureShape.new(name: 'UpdateChannelRequest')
281
+ UpdateChannelResponse = Shapes::StructureShape.new(name: 'UpdateChannelResponse')
260
282
  UpdateEventDataStoreRequest = Shapes::StructureShape.new(name: 'UpdateEventDataStoreRequest')
261
283
  UpdateEventDataStoreResponse = Shapes::StructureShape.new(name: 'UpdateEventDataStoreResponse')
262
284
  UpdateTrailRequest = Shapes::StructureShape.new(name: 'UpdateTrailRequest')
@@ -309,6 +331,12 @@ module Aws::CloudTrail
309
331
 
310
332
  ChannelARNInvalidException.struct_class = Types::ChannelARNInvalidException
311
333
 
334
+ ChannelAlreadyExistsException.struct_class = Types::ChannelAlreadyExistsException
335
+
336
+ ChannelExistsForEDSException.struct_class = Types::ChannelExistsForEDSException
337
+
338
+ ChannelMaxLimitExceededException.struct_class = Types::ChannelMaxLimitExceededException
339
+
312
340
  ChannelNotFoundException.struct_class = Types::ChannelNotFoundException
313
341
 
314
342
  Channels.member = Shapes::ShapeRef.new(shape: Channel)
@@ -323,6 +351,19 @@ module Aws::CloudTrail
323
351
 
324
352
  ConflictException.struct_class = Types::ConflictException
325
353
 
354
+ CreateChannelRequest.add_member(:name, Shapes::ShapeRef.new(shape: ChannelName, required: true, location_name: "Name"))
355
+ CreateChannelRequest.add_member(:source, Shapes::ShapeRef.new(shape: Source, required: true, location_name: "Source"))
356
+ CreateChannelRequest.add_member(:destinations, Shapes::ShapeRef.new(shape: Destinations, required: true, location_name: "Destinations"))
357
+ CreateChannelRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagsList, location_name: "Tags"))
358
+ CreateChannelRequest.struct_class = Types::CreateChannelRequest
359
+
360
+ CreateChannelResponse.add_member(:channel_arn, Shapes::ShapeRef.new(shape: ChannelArn, location_name: "ChannelArn"))
361
+ CreateChannelResponse.add_member(:name, Shapes::ShapeRef.new(shape: ChannelName, location_name: "Name"))
362
+ CreateChannelResponse.add_member(:source, Shapes::ShapeRef.new(shape: Source, location_name: "Source"))
363
+ CreateChannelResponse.add_member(:destinations, Shapes::ShapeRef.new(shape: Destinations, location_name: "Destinations"))
364
+ CreateChannelResponse.add_member(:tags, Shapes::ShapeRef.new(shape: TagsList, location_name: "Tags"))
365
+ CreateChannelResponse.struct_class = Types::CreateChannelResponse
366
+
326
367
  CreateEventDataStoreRequest.add_member(:name, Shapes::ShapeRef.new(shape: EventDataStoreName, required: true, location_name: "Name"))
327
368
  CreateEventDataStoreRequest.add_member(:advanced_event_selectors, Shapes::ShapeRef.new(shape: AdvancedEventSelectors, location_name: "AdvancedEventSelectors"))
328
369
  CreateEventDataStoreRequest.add_member(:multi_region_enabled, Shapes::ShapeRef.new(shape: Boolean, location_name: "MultiRegionEnabled"))
@@ -386,11 +427,21 @@ module Aws::CloudTrail
386
427
 
387
428
  DelegatedAdminAccountLimitExceededException.struct_class = Types::DelegatedAdminAccountLimitExceededException
388
429
 
430
+ DeleteChannelRequest.add_member(:channel, Shapes::ShapeRef.new(shape: ChannelArn, required: true, location_name: "Channel"))
431
+ DeleteChannelRequest.struct_class = Types::DeleteChannelRequest
432
+
433
+ DeleteChannelResponse.struct_class = Types::DeleteChannelResponse
434
+
389
435
  DeleteEventDataStoreRequest.add_member(:event_data_store, Shapes::ShapeRef.new(shape: EventDataStoreArn, required: true, location_name: "EventDataStore"))
390
436
  DeleteEventDataStoreRequest.struct_class = Types::DeleteEventDataStoreRequest
391
437
 
392
438
  DeleteEventDataStoreResponse.struct_class = Types::DeleteEventDataStoreResponse
393
439
 
440
+ DeleteResourcePolicyRequest.add_member(:resource_arn, Shapes::ShapeRef.new(shape: ResourceArn, required: true, location_name: "ResourceArn"))
441
+ DeleteResourcePolicyRequest.struct_class = Types::DeleteResourcePolicyRequest
442
+
443
+ DeleteResourcePolicyResponse.struct_class = Types::DeleteResourcePolicyResponse
444
+
394
445
  DeleteTrailRequest.add_member(:name, Shapes::ShapeRef.new(shape: String, required: true, location_name: "Name"))
395
446
  DeleteTrailRequest.struct_class = Types::DeleteTrailRequest
396
447
 
@@ -484,6 +535,7 @@ module Aws::CloudTrail
484
535
  GetChannelResponse.add_member(:source, Shapes::ShapeRef.new(shape: Source, location_name: "Source"))
485
536
  GetChannelResponse.add_member(:source_config, Shapes::ShapeRef.new(shape: SourceConfig, location_name: "SourceConfig"))
486
537
  GetChannelResponse.add_member(:destinations, Shapes::ShapeRef.new(shape: Destinations, location_name: "Destinations"))
538
+ GetChannelResponse.add_member(:ingestion_status, Shapes::ShapeRef.new(shape: IngestionStatus, location_name: "IngestionStatus"))
487
539
  GetChannelResponse.struct_class = Types::GetChannelResponse
488
540
 
489
541
  GetEventDataStoreRequest.add_member(:event_data_store, Shapes::ShapeRef.new(shape: EventDataStoreArn, required: true, location_name: "EventDataStore"))
@@ -544,6 +596,13 @@ module Aws::CloudTrail
544
596
  GetQueryResultsResponse.add_member(:error_message, Shapes::ShapeRef.new(shape: ErrorMessage, location_name: "ErrorMessage"))
545
597
  GetQueryResultsResponse.struct_class = Types::GetQueryResultsResponse
546
598
 
599
+ GetResourcePolicyRequest.add_member(:resource_arn, Shapes::ShapeRef.new(shape: ResourceArn, required: true, location_name: "ResourceArn"))
600
+ GetResourcePolicyRequest.struct_class = Types::GetResourcePolicyRequest
601
+
602
+ GetResourcePolicyResponse.add_member(:resource_arn, Shapes::ShapeRef.new(shape: ResourceArn, location_name: "ResourceArn"))
603
+ GetResourcePolicyResponse.add_member(:resource_policy, Shapes::ShapeRef.new(shape: ResourcePolicy, location_name: "ResourcePolicy"))
604
+ GetResourcePolicyResponse.struct_class = Types::GetResourcePolicyResponse
605
+
547
606
  GetTrailRequest.add_member(:name, Shapes::ShapeRef.new(shape: String, required: true, location_name: "Name"))
548
607
  GetTrailRequest.struct_class = Types::GetTrailRequest
549
608
 
@@ -608,6 +667,13 @@ module Aws::CloudTrail
608
667
 
609
668
  InactiveQueryException.struct_class = Types::InactiveQueryException
610
669
 
670
+ IngestionStatus.add_member(:latest_ingestion_success_time, Shapes::ShapeRef.new(shape: Date, location_name: "LatestIngestionSuccessTime"))
671
+ IngestionStatus.add_member(:latest_ingestion_success_event_id, Shapes::ShapeRef.new(shape: UUID, location_name: "LatestIngestionSuccessEventID"))
672
+ IngestionStatus.add_member(:latest_ingestion_error_code, Shapes::ShapeRef.new(shape: ErrorMessage, location_name: "LatestIngestionErrorCode"))
673
+ IngestionStatus.add_member(:latest_ingestion_attempt_time, Shapes::ShapeRef.new(shape: Date, location_name: "LatestIngestionAttemptTime"))
674
+ IngestionStatus.add_member(:latest_ingestion_attempt_event_id, Shapes::ShapeRef.new(shape: UUID, location_name: "LatestIngestionAttemptEventID"))
675
+ IngestionStatus.struct_class = Types::IngestionStatus
676
+
611
677
  InsightNotEnabledException.struct_class = Types::InsightNotEnabledException
612
678
 
613
679
  InsightSelector.add_member(:insight_type, Shapes::ShapeRef.new(shape: InsightType, location_name: "InsightType"))
@@ -665,6 +731,8 @@ module Aws::CloudTrail
665
731
 
666
732
  InvalidSnsTopicNameException.struct_class = Types::InvalidSnsTopicNameException
667
733
 
734
+ InvalidSourceException.struct_class = Types::InvalidSourceException
735
+
668
736
  InvalidTagParameterException.struct_class = Types::InvalidTagParameterException
669
737
 
670
738
  InvalidTimeRangeException.struct_class = Types::InvalidTimeRangeException
@@ -812,6 +880,14 @@ module Aws::CloudTrail
812
880
  PutInsightSelectorsResponse.add_member(:insight_selectors, Shapes::ShapeRef.new(shape: InsightSelectors, location_name: "InsightSelectors"))
813
881
  PutInsightSelectorsResponse.struct_class = Types::PutInsightSelectorsResponse
814
882
 
883
+ PutResourcePolicyRequest.add_member(:resource_arn, Shapes::ShapeRef.new(shape: ResourceArn, required: true, location_name: "ResourceArn"))
884
+ PutResourcePolicyRequest.add_member(:resource_policy, Shapes::ShapeRef.new(shape: ResourcePolicy, required: true, location_name: "ResourcePolicy"))
885
+ PutResourcePolicyRequest.struct_class = Types::PutResourcePolicyRequest
886
+
887
+ PutResourcePolicyResponse.add_member(:resource_arn, Shapes::ShapeRef.new(shape: ResourceArn, location_name: "ResourceArn"))
888
+ PutResourcePolicyResponse.add_member(:resource_policy, Shapes::ShapeRef.new(shape: ResourcePolicy, location_name: "ResourcePolicy"))
889
+ PutResourcePolicyResponse.struct_class = Types::PutResourcePolicyResponse
890
+
815
891
  Queries.member = Shapes::ShapeRef.new(shape: Query)
816
892
 
817
893
  Query.add_member(:query_id, Shapes::ShapeRef.new(shape: UUID, location_name: "QueryId"))
@@ -855,12 +931,18 @@ module Aws::CloudTrail
855
931
  Resource.add_member(:resource_name, Shapes::ShapeRef.new(shape: String, location_name: "ResourceName"))
856
932
  Resource.struct_class = Types::Resource
857
933
 
934
+ ResourceARNNotValidException.struct_class = Types::ResourceARNNotValidException
935
+
858
936
  ResourceIdList.member = Shapes::ShapeRef.new(shape: String)
859
937
 
860
938
  ResourceList.member = Shapes::ShapeRef.new(shape: Resource)
861
939
 
862
940
  ResourceNotFoundException.struct_class = Types::ResourceNotFoundException
863
941
 
942
+ ResourcePolicyNotFoundException.struct_class = Types::ResourcePolicyNotFoundException
943
+
944
+ ResourcePolicyNotValidException.struct_class = Types::ResourcePolicyNotValidException
945
+
864
946
  ResourceTag.add_member(:resource_id, Shapes::ShapeRef.new(shape: String, location_name: "ResourceId"))
865
947
  ResourceTag.add_member(:tags_list, Shapes::ShapeRef.new(shape: TagsList, location_name: "TagsList"))
866
948
  ResourceTag.struct_class = Types::ResourceTag
@@ -989,6 +1071,17 @@ module Aws::CloudTrail
989
1071
 
990
1072
  UnsupportedOperationException.struct_class = Types::UnsupportedOperationException
991
1073
 
1074
+ UpdateChannelRequest.add_member(:channel, Shapes::ShapeRef.new(shape: ChannelArn, required: true, location_name: "Channel"))
1075
+ UpdateChannelRequest.add_member(:destinations, Shapes::ShapeRef.new(shape: Destinations, location_name: "Destinations"))
1076
+ UpdateChannelRequest.add_member(:name, Shapes::ShapeRef.new(shape: ChannelName, location_name: "Name"))
1077
+ UpdateChannelRequest.struct_class = Types::UpdateChannelRequest
1078
+
1079
+ UpdateChannelResponse.add_member(:channel_arn, Shapes::ShapeRef.new(shape: ChannelArn, location_name: "ChannelArn"))
1080
+ UpdateChannelResponse.add_member(:name, Shapes::ShapeRef.new(shape: ChannelName, location_name: "Name"))
1081
+ UpdateChannelResponse.add_member(:source, Shapes::ShapeRef.new(shape: Source, location_name: "Source"))
1082
+ UpdateChannelResponse.add_member(:destinations, Shapes::ShapeRef.new(shape: Destinations, location_name: "Destinations"))
1083
+ UpdateChannelResponse.struct_class = Types::UpdateChannelResponse
1084
+
992
1085
  UpdateEventDataStoreRequest.add_member(:event_data_store, Shapes::ShapeRef.new(shape: EventDataStoreArn, required: true, location_name: "EventDataStore"))
993
1086
  UpdateEventDataStoreRequest.add_member(:name, Shapes::ShapeRef.new(shape: EventDataStoreName, location_name: "Name"))
994
1087
  UpdateEventDataStoreRequest.add_member(:advanced_event_selectors, Shapes::ShapeRef.new(shape: AdvancedEventSelectors, location_name: "AdvancedEventSelectors"))
@@ -1073,6 +1166,7 @@ module Aws::CloudTrail
1073
1166
  o.errors << Shapes::ShapeRef.new(shape: InvalidTagParameterException)
1074
1167
  o.errors << Shapes::ShapeRef.new(shape: InactiveEventDataStoreException)
1075
1168
  o.errors << Shapes::ShapeRef.new(shape: EventDataStoreNotFoundException)
1169
+ o.errors << Shapes::ShapeRef.new(shape: ChannelNotFoundException)
1076
1170
  o.errors << Shapes::ShapeRef.new(shape: UnsupportedOperationException)
1077
1171
  o.errors << Shapes::ShapeRef.new(shape: OperationNotPermittedException)
1078
1172
  o.errors << Shapes::ShapeRef.new(shape: NotOrganizationMasterAccountException)
@@ -1098,6 +1192,26 @@ module Aws::CloudTrail
1098
1192
  o.errors << Shapes::ShapeRef.new(shape: ConflictException)
1099
1193
  end)
1100
1194
 
1195
+ api.add_operation(:create_channel, Seahorse::Model::Operation.new.tap do |o|
1196
+ o.name = "CreateChannel"
1197
+ o.http_method = "POST"
1198
+ o.http_request_uri = "/"
1199
+ o.input = Shapes::ShapeRef.new(shape: CreateChannelRequest)
1200
+ o.output = Shapes::ShapeRef.new(shape: CreateChannelResponse)
1201
+ o.errors << Shapes::ShapeRef.new(shape: ChannelMaxLimitExceededException)
1202
+ o.errors << Shapes::ShapeRef.new(shape: InvalidSourceException)
1203
+ o.errors << Shapes::ShapeRef.new(shape: ChannelAlreadyExistsException)
1204
+ o.errors << Shapes::ShapeRef.new(shape: EventDataStoreARNInvalidException)
1205
+ o.errors << Shapes::ShapeRef.new(shape: EventDataStoreNotFoundException)
1206
+ o.errors << Shapes::ShapeRef.new(shape: InvalidEventDataStoreCategoryException)
1207
+ o.errors << Shapes::ShapeRef.new(shape: InactiveEventDataStoreException)
1208
+ o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
1209
+ o.errors << Shapes::ShapeRef.new(shape: InvalidTagParameterException)
1210
+ o.errors << Shapes::ShapeRef.new(shape: TagsLimitExceededException)
1211
+ o.errors << Shapes::ShapeRef.new(shape: OperationNotPermittedException)
1212
+ o.errors << Shapes::ShapeRef.new(shape: UnsupportedOperationException)
1213
+ end)
1214
+
1101
1215
  api.add_operation(:create_event_data_store, Seahorse::Model::Operation.new.tap do |o|
1102
1216
  o.name = "CreateEventDataStore"
1103
1217
  o.http_method = "POST"
@@ -1163,6 +1277,18 @@ module Aws::CloudTrail
1163
1277
  o.errors << Shapes::ShapeRef.new(shape: ConflictException)
1164
1278
  end)
1165
1279
 
1280
+ api.add_operation(:delete_channel, Seahorse::Model::Operation.new.tap do |o|
1281
+ o.name = "DeleteChannel"
1282
+ o.http_method = "POST"
1283
+ o.http_request_uri = "/"
1284
+ o.input = Shapes::ShapeRef.new(shape: DeleteChannelRequest)
1285
+ o.output = Shapes::ShapeRef.new(shape: DeleteChannelResponse)
1286
+ o.errors << Shapes::ShapeRef.new(shape: ChannelARNInvalidException)
1287
+ o.errors << Shapes::ShapeRef.new(shape: ChannelNotFoundException)
1288
+ o.errors << Shapes::ShapeRef.new(shape: OperationNotPermittedException)
1289
+ o.errors << Shapes::ShapeRef.new(shape: UnsupportedOperationException)
1290
+ end)
1291
+
1166
1292
  api.add_operation(:delete_event_data_store, Seahorse::Model::Operation.new.tap do |o|
1167
1293
  o.name = "DeleteEventDataStore"
1168
1294
  o.http_method = "POST"
@@ -1179,9 +1305,24 @@ module Aws::CloudTrail
1179
1305
  o.errors << Shapes::ShapeRef.new(shape: UnsupportedOperationException)
1180
1306
  o.errors << Shapes::ShapeRef.new(shape: NotOrganizationMasterAccountException)
1181
1307
  o.errors << Shapes::ShapeRef.new(shape: NoManagementAccountSLRExistsException)
1308
+ o.errors << Shapes::ShapeRef.new(shape: ChannelExistsForEDSException)
1182
1309
  o.errors << Shapes::ShapeRef.new(shape: InsufficientDependencyServiceAccessPermissionException)
1183
1310
  end)
1184
1311
 
1312
+ api.add_operation(:delete_resource_policy, Seahorse::Model::Operation.new.tap do |o|
1313
+ o.name = "DeleteResourcePolicy"
1314
+ o.http_method = "POST"
1315
+ o.http_request_uri = "/"
1316
+ o.input = Shapes::ShapeRef.new(shape: DeleteResourcePolicyRequest)
1317
+ o.output = Shapes::ShapeRef.new(shape: DeleteResourcePolicyResponse)
1318
+ o.errors << Shapes::ShapeRef.new(shape: ResourceARNNotValidException)
1319
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1320
+ o.errors << Shapes::ShapeRef.new(shape: ResourcePolicyNotFoundException)
1321
+ o.errors << Shapes::ShapeRef.new(shape: ResourceTypeNotSupportedException)
1322
+ o.errors << Shapes::ShapeRef.new(shape: OperationNotPermittedException)
1323
+ o.errors << Shapes::ShapeRef.new(shape: UnsupportedOperationException)
1324
+ end)
1325
+
1185
1326
  api.add_operation(:delete_trail, Seahorse::Model::Operation.new.tap do |o|
1186
1327
  o.name = "DeleteTrail"
1187
1328
  o.http_method = "POST"
@@ -1191,13 +1332,13 @@ module Aws::CloudTrail
1191
1332
  o.errors << Shapes::ShapeRef.new(shape: TrailNotFoundException)
1192
1333
  o.errors << Shapes::ShapeRef.new(shape: InvalidTrailNameException)
1193
1334
  o.errors << Shapes::ShapeRef.new(shape: CloudTrailARNInvalidException)
1335
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
1194
1336
  o.errors << Shapes::ShapeRef.new(shape: InvalidHomeRegionException)
1195
1337
  o.errors << Shapes::ShapeRef.new(shape: UnsupportedOperationException)
1196
1338
  o.errors << Shapes::ShapeRef.new(shape: OperationNotPermittedException)
1197
1339
  o.errors << Shapes::ShapeRef.new(shape: NotOrganizationMasterAccountException)
1198
1340
  o.errors << Shapes::ShapeRef.new(shape: NoManagementAccountSLRExistsException)
1199
1341
  o.errors << Shapes::ShapeRef.new(shape: InsufficientDependencyServiceAccessPermissionException)
1200
- o.errors << Shapes::ShapeRef.new(shape: ConflictException)
1201
1342
  end)
1202
1343
 
1203
1344
  api.add_operation(:deregister_organization_delegated_admin, Seahorse::Model::Operation.new.tap do |o|
@@ -1209,6 +1350,7 @@ module Aws::CloudTrail
1209
1350
  o.errors << Shapes::ShapeRef.new(shape: AccountNotFoundException)
1210
1351
  o.errors << Shapes::ShapeRef.new(shape: AccountNotRegisteredException)
1211
1352
  o.errors << Shapes::ShapeRef.new(shape: CloudTrailAccessNotEnabledException)
1353
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
1212
1354
  o.errors << Shapes::ShapeRef.new(shape: InsufficientDependencyServiceAccessPermissionException)
1213
1355
  o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
1214
1356
  o.errors << Shapes::ShapeRef.new(shape: NotOrganizationManagementAccountException)
@@ -1337,6 +1479,20 @@ module Aws::CloudTrail
1337
1479
  )
1338
1480
  end)
1339
1481
 
1482
+ api.add_operation(:get_resource_policy, Seahorse::Model::Operation.new.tap do |o|
1483
+ o.name = "GetResourcePolicy"
1484
+ o.http_method = "POST"
1485
+ o.http_request_uri = "/"
1486
+ o.input = Shapes::ShapeRef.new(shape: GetResourcePolicyRequest)
1487
+ o.output = Shapes::ShapeRef.new(shape: GetResourcePolicyResponse)
1488
+ o.errors << Shapes::ShapeRef.new(shape: ResourceARNNotValidException)
1489
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1490
+ o.errors << Shapes::ShapeRef.new(shape: ResourcePolicyNotFoundException)
1491
+ o.errors << Shapes::ShapeRef.new(shape: ResourceTypeNotSupportedException)
1492
+ o.errors << Shapes::ShapeRef.new(shape: OperationNotPermittedException)
1493
+ o.errors << Shapes::ShapeRef.new(shape: UnsupportedOperationException)
1494
+ end)
1495
+
1340
1496
  api.add_operation(:get_trail, Seahorse::Model::Operation.new.tap do |o|
1341
1497
  o.name = "GetTrail"
1342
1498
  o.http_method = "POST"
@@ -1575,6 +1731,20 @@ module Aws::CloudTrail
1575
1731
  o.errors << Shapes::ShapeRef.new(shape: NoManagementAccountSLRExistsException)
1576
1732
  end)
1577
1733
 
1734
+ api.add_operation(:put_resource_policy, Seahorse::Model::Operation.new.tap do |o|
1735
+ o.name = "PutResourcePolicy"
1736
+ o.http_method = "POST"
1737
+ o.http_request_uri = "/"
1738
+ o.input = Shapes::ShapeRef.new(shape: PutResourcePolicyRequest)
1739
+ o.output = Shapes::ShapeRef.new(shape: PutResourcePolicyResponse)
1740
+ o.errors << Shapes::ShapeRef.new(shape: ResourceARNNotValidException)
1741
+ o.errors << Shapes::ShapeRef.new(shape: ResourcePolicyNotValidException)
1742
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1743
+ o.errors << Shapes::ShapeRef.new(shape: ResourceTypeNotSupportedException)
1744
+ o.errors << Shapes::ShapeRef.new(shape: OperationNotPermittedException)
1745
+ o.errors << Shapes::ShapeRef.new(shape: UnsupportedOperationException)
1746
+ end)
1747
+
1578
1748
  api.add_operation(:register_organization_delegated_admin, Seahorse::Model::Operation.new.tap do |o|
1579
1749
  o.name = "RegisterOrganizationDelegatedAdmin"
1580
1750
  o.http_method = "POST"
@@ -1587,6 +1757,7 @@ module Aws::CloudTrail
1587
1757
  o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
1588
1758
  o.errors << Shapes::ShapeRef.new(shape: CannotDelegateManagementAccountException)
1589
1759
  o.errors << Shapes::ShapeRef.new(shape: CloudTrailAccessNotEnabledException)
1760
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
1590
1761
  o.errors << Shapes::ShapeRef.new(shape: DelegatedAdminAccountLimitExceededException)
1591
1762
  o.errors << Shapes::ShapeRef.new(shape: NotOrganizationManagementAccountException)
1592
1763
  o.errors << Shapes::ShapeRef.new(shape: OrganizationNotInAllFeaturesModeException)
@@ -1608,6 +1779,7 @@ module Aws::CloudTrail
1608
1779
  o.errors << Shapes::ShapeRef.new(shape: InvalidTagParameterException)
1609
1780
  o.errors << Shapes::ShapeRef.new(shape: InactiveEventDataStoreException)
1610
1781
  o.errors << Shapes::ShapeRef.new(shape: EventDataStoreNotFoundException)
1782
+ o.errors << Shapes::ShapeRef.new(shape: ChannelNotFoundException)
1611
1783
  o.errors << Shapes::ShapeRef.new(shape: UnsupportedOperationException)
1612
1784
  o.errors << Shapes::ShapeRef.new(shape: OperationNotPermittedException)
1613
1785
  o.errors << Shapes::ShapeRef.new(shape: NotOrganizationMasterAccountException)
@@ -1663,6 +1835,7 @@ module Aws::CloudTrail
1663
1835
  o.input = Shapes::ShapeRef.new(shape: StartLoggingRequest)
1664
1836
  o.output = Shapes::ShapeRef.new(shape: StartLoggingResponse)
1665
1837
  o.errors << Shapes::ShapeRef.new(shape: CloudTrailARNInvalidException)
1838
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
1666
1839
  o.errors << Shapes::ShapeRef.new(shape: TrailNotFoundException)
1667
1840
  o.errors << Shapes::ShapeRef.new(shape: InvalidTrailNameException)
1668
1841
  o.errors << Shapes::ShapeRef.new(shape: InvalidHomeRegionException)
@@ -1716,6 +1889,7 @@ module Aws::CloudTrail
1716
1889
  o.errors << Shapes::ShapeRef.new(shape: TrailNotFoundException)
1717
1890
  o.errors << Shapes::ShapeRef.new(shape: InvalidTrailNameException)
1718
1891
  o.errors << Shapes::ShapeRef.new(shape: CloudTrailARNInvalidException)
1892
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
1719
1893
  o.errors << Shapes::ShapeRef.new(shape: InvalidHomeRegionException)
1720
1894
  o.errors << Shapes::ShapeRef.new(shape: UnsupportedOperationException)
1721
1895
  o.errors << Shapes::ShapeRef.new(shape: OperationNotPermittedException)
@@ -1724,6 +1898,24 @@ module Aws::CloudTrail
1724
1898
  o.errors << Shapes::ShapeRef.new(shape: InsufficientDependencyServiceAccessPermissionException)
1725
1899
  end)
1726
1900
 
1901
+ api.add_operation(:update_channel, Seahorse::Model::Operation.new.tap do |o|
1902
+ o.name = "UpdateChannel"
1903
+ o.http_method = "POST"
1904
+ o.http_request_uri = "/"
1905
+ o.input = Shapes::ShapeRef.new(shape: UpdateChannelRequest)
1906
+ o.output = Shapes::ShapeRef.new(shape: UpdateChannelResponse)
1907
+ o.errors << Shapes::ShapeRef.new(shape: ChannelARNInvalidException)
1908
+ o.errors << Shapes::ShapeRef.new(shape: ChannelNotFoundException)
1909
+ o.errors << Shapes::ShapeRef.new(shape: ChannelAlreadyExistsException)
1910
+ o.errors << Shapes::ShapeRef.new(shape: EventDataStoreARNInvalidException)
1911
+ o.errors << Shapes::ShapeRef.new(shape: EventDataStoreNotFoundException)
1912
+ o.errors << Shapes::ShapeRef.new(shape: InvalidEventDataStoreCategoryException)
1913
+ o.errors << Shapes::ShapeRef.new(shape: InactiveEventDataStoreException)
1914
+ o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
1915
+ o.errors << Shapes::ShapeRef.new(shape: OperationNotPermittedException)
1916
+ o.errors << Shapes::ShapeRef.new(shape: UnsupportedOperationException)
1917
+ end)
1918
+
1727
1919
  api.add_operation(:update_event_data_store, Seahorse::Model::Operation.new.tap do |o|
1728
1920
  o.name = "UpdateEventDataStore"
1729
1921
  o.http_method = "POST"
@@ -1769,6 +1961,7 @@ module Aws::CloudTrail
1769
1961
  o.errors << Shapes::ShapeRef.new(shape: TrailNotProvidedException)
1770
1962
  o.errors << Shapes::ShapeRef.new(shape: InvalidEventSelectorsException)
1771
1963
  o.errors << Shapes::ShapeRef.new(shape: CloudTrailARNInvalidException)
1964
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
1772
1965
  o.errors << Shapes::ShapeRef.new(shape: InvalidParameterCombinationException)
1773
1966
  o.errors << Shapes::ShapeRef.new(shape: InvalidHomeRegionException)
1774
1967
  o.errors << Shapes::ShapeRef.new(shape: KmsKeyNotFoundException)
@@ -9,111 +9,49 @@
9
9
 
10
10
  module Aws::CloudTrail
11
11
  class EndpointProvider
12
- def initialize(rule_set = nil)
13
- @@rule_set ||= begin
14
- endpoint_rules = Aws::Json.load(Base64.decode64(RULES))
15
- Aws::Endpoints::RuleSet.new(
16
- version: endpoint_rules['version'],
17
- service_id: endpoint_rules['serviceId'],
18
- parameters: endpoint_rules['parameters'],
19
- rules: endpoint_rules['rules']
20
- )
12
+ def resolve_endpoint(parameters)
13
+ region = parameters.region
14
+ use_dual_stack = parameters.use_dual_stack
15
+ use_fips = parameters.use_fips
16
+ endpoint = parameters.endpoint
17
+ if (partition_result = Aws::Endpoints::Matchers.aws_partition(region))
18
+ if Aws::Endpoints::Matchers.set?(endpoint)
19
+ if Aws::Endpoints::Matchers.boolean_equals?(use_fips, true)
20
+ raise ArgumentError, "Invalid Configuration: FIPS and custom endpoint are not supported"
21
+ end
22
+ if Aws::Endpoints::Matchers.boolean_equals?(use_dual_stack, true)
23
+ raise ArgumentError, "Invalid Configuration: Dualstack and custom endpoint are not supported"
24
+ end
25
+ return Aws::Endpoints::Endpoint.new(url: endpoint, headers: {}, properties: {})
26
+ end
27
+ if Aws::Endpoints::Matchers.boolean_equals?(use_fips, true) && Aws::Endpoints::Matchers.boolean_equals?(use_dual_stack, true)
28
+ if Aws::Endpoints::Matchers.boolean_equals?(true, Aws::Endpoints::Matchers.attr(partition_result, "supportsFIPS")) && Aws::Endpoints::Matchers.boolean_equals?(true, Aws::Endpoints::Matchers.attr(partition_result, "supportsDualStack"))
29
+ return Aws::Endpoints::Endpoint.new(url: "https://cloudtrail-fips.#{region}.#{partition_result['dualStackDnsSuffix']}", headers: {}, properties: {})
30
+ end
31
+ raise ArgumentError, "FIPS and DualStack are enabled, but this partition does not support one or both"
32
+ end
33
+ if Aws::Endpoints::Matchers.boolean_equals?(use_fips, true)
34
+ if Aws::Endpoints::Matchers.boolean_equals?(true, Aws::Endpoints::Matchers.attr(partition_result, "supportsFIPS"))
35
+ if Aws::Endpoints::Matchers.string_equals?(region, "us-gov-east-1")
36
+ return Aws::Endpoints::Endpoint.new(url: "https://cloudtrail.us-gov-east-1.amazonaws.com", headers: {}, properties: {})
37
+ end
38
+ if Aws::Endpoints::Matchers.string_equals?(region, "us-gov-west-1")
39
+ return Aws::Endpoints::Endpoint.new(url: "https://cloudtrail.us-gov-west-1.amazonaws.com", headers: {}, properties: {})
40
+ end
41
+ return Aws::Endpoints::Endpoint.new(url: "https://cloudtrail-fips.#{region}.#{partition_result['dnsSuffix']}", headers: {}, properties: {})
42
+ end
43
+ raise ArgumentError, "FIPS is enabled but this partition does not support FIPS"
44
+ end
45
+ if Aws::Endpoints::Matchers.boolean_equals?(use_dual_stack, true)
46
+ if Aws::Endpoints::Matchers.boolean_equals?(true, Aws::Endpoints::Matchers.attr(partition_result, "supportsDualStack"))
47
+ return Aws::Endpoints::Endpoint.new(url: "https://cloudtrail.#{region}.#{partition_result['dualStackDnsSuffix']}", headers: {}, properties: {})
48
+ end
49
+ raise ArgumentError, "DualStack is enabled but this partition does not support DualStack"
50
+ end
51
+ return Aws::Endpoints::Endpoint.new(url: "https://cloudtrail.#{region}.#{partition_result['dnsSuffix']}", headers: {}, properties: {})
21
52
  end
22
- @provider = Aws::Endpoints::RulesProvider.new(rule_set || @@rule_set)
23
- end
53
+ raise ArgumentError, 'No endpoint could be resolved'
24
54
 
25
- def resolve_endpoint(parameters)
26
- @provider.resolve_endpoint(parameters)
27
55
  end
28
-
29
- # @api private
30
- RULES = <<-JSON
31
- eyJ2ZXJzaW9uIjoiMS4wIiwicGFyYW1ldGVycyI6eyJSZWdpb24iOnsiYnVp
32
- bHRJbiI6IkFXUzo6UmVnaW9uIiwicmVxdWlyZWQiOnRydWUsImRvY3VtZW50
33
- YXRpb24iOiJUaGUgQVdTIHJlZ2lvbiB1c2VkIHRvIGRpc3BhdGNoIHRoZSBy
34
- ZXF1ZXN0LiIsInR5cGUiOiJTdHJpbmcifSwiVXNlRHVhbFN0YWNrIjp7ImJ1
35
- aWx0SW4iOiJBV1M6OlVzZUR1YWxTdGFjayIsInJlcXVpcmVkIjp0cnVlLCJk
36
- ZWZhdWx0IjpmYWxzZSwiZG9jdW1lbnRhdGlvbiI6IldoZW4gdHJ1ZSwgdXNl
37
- IHRoZSBkdWFsLXN0YWNrIGVuZHBvaW50LiBJZiB0aGUgY29uZmlndXJlZCBl
38
- bmRwb2ludCBkb2VzIG5vdCBzdXBwb3J0IGR1YWwtc3RhY2ssIGRpc3BhdGNo
39
- aW5nIHRoZSByZXF1ZXN0IE1BWSByZXR1cm4gYW4gZXJyb3IuIiwidHlwZSI6
40
- IkJvb2xlYW4ifSwiVXNlRklQUyI6eyJidWlsdEluIjoiQVdTOjpVc2VGSVBT
41
- IiwicmVxdWlyZWQiOnRydWUsImRlZmF1bHQiOmZhbHNlLCJkb2N1bWVudGF0
42
- aW9uIjoiV2hlbiB0cnVlLCBzZW5kIHRoaXMgcmVxdWVzdCB0byB0aGUgRklQ
43
- Uy1jb21wbGlhbnQgcmVnaW9uYWwgZW5kcG9pbnQuIElmIHRoZSBjb25maWd1
44
- cmVkIGVuZHBvaW50IGRvZXMgbm90IGhhdmUgYSBGSVBTIGNvbXBsaWFudCBl
45
- bmRwb2ludCwgZGlzcGF0Y2hpbmcgdGhlIHJlcXVlc3Qgd2lsbCByZXR1cm4g
46
- YW4gZXJyb3IuIiwidHlwZSI6IkJvb2xlYW4ifSwiRW5kcG9pbnQiOnsiYnVp
47
- bHRJbiI6IlNESzo6RW5kcG9pbnQiLCJyZXF1aXJlZCI6ZmFsc2UsImRvY3Vt
48
- ZW50YXRpb24iOiJPdmVycmlkZSB0aGUgZW5kcG9pbnQgdXNlZCB0byBzZW5k
49
- IHRoaXMgcmVxdWVzdCIsInR5cGUiOiJTdHJpbmcifX0sInJ1bGVzIjpbeyJj
50
- b25kaXRpb25zIjpbeyJmbiI6ImF3cy5wYXJ0aXRpb24iLCJhcmd2IjpbeyJy
51
- ZWYiOiJSZWdpb24ifV0sImFzc2lnbiI6IlBhcnRpdGlvblJlc3VsdCJ9XSwi
52
- dHlwZSI6InRyZWUiLCJydWxlcyI6W3siY29uZGl0aW9ucyI6W3siZm4iOiJp
53
- c1NldCIsImFyZ3YiOlt7InJlZiI6IkVuZHBvaW50In1dfV0sInR5cGUiOiJ0
54
- cmVlIiwicnVsZXMiOlt7ImNvbmRpdGlvbnMiOlt7ImZuIjoiYm9vbGVhbkVx
55
- dWFscyIsImFyZ3YiOlt7InJlZiI6IlVzZUZJUFMifSx0cnVlXX1dLCJlcnJv
56
- ciI6IkludmFsaWQgQ29uZmlndXJhdGlvbjogRklQUyBhbmQgY3VzdG9tIGVu
57
- ZHBvaW50IGFyZSBub3Qgc3VwcG9ydGVkIiwidHlwZSI6ImVycm9yIn0seyJj
58
- b25kaXRpb25zIjpbXSwidHlwZSI6InRyZWUiLCJydWxlcyI6W3siY29uZGl0
59
- aW9ucyI6W3siZm4iOiJib29sZWFuRXF1YWxzIiwiYXJndiI6W3sicmVmIjoi
60
- VXNlRHVhbFN0YWNrIn0sdHJ1ZV19XSwiZXJyb3IiOiJJbnZhbGlkIENvbmZp
61
- Z3VyYXRpb246IER1YWxzdGFjayBhbmQgY3VzdG9tIGVuZHBvaW50IGFyZSBu
62
- b3Qgc3VwcG9ydGVkIiwidHlwZSI6ImVycm9yIn0seyJjb25kaXRpb25zIjpb
63
- XSwiZW5kcG9pbnQiOnsidXJsIjp7InJlZiI6IkVuZHBvaW50In0sInByb3Bl
64
- cnRpZXMiOnt9LCJoZWFkZXJzIjp7fX0sInR5cGUiOiJlbmRwb2ludCJ9XX1d
65
- fSx7ImNvbmRpdGlvbnMiOlt7ImZuIjoiYm9vbGVhbkVxdWFscyIsImFyZ3Yi
66
- Olt7InJlZiI6IlVzZUZJUFMifSx0cnVlXX0seyJmbiI6ImJvb2xlYW5FcXVh
67
- bHMiLCJhcmd2IjpbeyJyZWYiOiJVc2VEdWFsU3RhY2sifSx0cnVlXX1dLCJ0
68
- eXBlIjoidHJlZSIsInJ1bGVzIjpbeyJjb25kaXRpb25zIjpbeyJmbiI6ImJv
69
- b2xlYW5FcXVhbHMiLCJhcmd2IjpbdHJ1ZSx7ImZuIjoiZ2V0QXR0ciIsImFy
70
- Z3YiOlt7InJlZiI6IlBhcnRpdGlvblJlc3VsdCJ9LCJzdXBwb3J0c0ZJUFMi
71
- XX1dfSx7ImZuIjoiYm9vbGVhbkVxdWFscyIsImFyZ3YiOlt0cnVlLHsiZm4i
72
- OiJnZXRBdHRyIiwiYXJndiI6W3sicmVmIjoiUGFydGl0aW9uUmVzdWx0In0s
73
- InN1cHBvcnRzRHVhbFN0YWNrIl19XX1dLCJ0eXBlIjoidHJlZSIsInJ1bGVz
74
- IjpbeyJjb25kaXRpb25zIjpbXSwiZW5kcG9pbnQiOnsidXJsIjoiaHR0cHM6
75
- Ly9jbG91ZHRyYWlsLWZpcHMue1JlZ2lvbn0ue1BhcnRpdGlvblJlc3VsdCNk
76
- dWFsU3RhY2tEbnNTdWZmaXh9IiwicHJvcGVydGllcyI6e30sImhlYWRlcnMi
77
- Ont9fSwidHlwZSI6ImVuZHBvaW50In1dfSx7ImNvbmRpdGlvbnMiOltdLCJl
78
- cnJvciI6IkZJUFMgYW5kIER1YWxTdGFjayBhcmUgZW5hYmxlZCwgYnV0IHRo
79
- aXMgcGFydGl0aW9uIGRvZXMgbm90IHN1cHBvcnQgb25lIG9yIGJvdGgiLCJ0
80
- eXBlIjoiZXJyb3IifV19LHsiY29uZGl0aW9ucyI6W3siZm4iOiJib29sZWFu
81
- RXF1YWxzIiwiYXJndiI6W3sicmVmIjoiVXNlRklQUyJ9LHRydWVdfV0sInR5
82
- cGUiOiJ0cmVlIiwicnVsZXMiOlt7ImNvbmRpdGlvbnMiOlt7ImZuIjoiYm9v
83
- bGVhbkVxdWFscyIsImFyZ3YiOlt0cnVlLHsiZm4iOiJnZXRBdHRyIiwiYXJn
84
- diI6W3sicmVmIjoiUGFydGl0aW9uUmVzdWx0In0sInN1cHBvcnRzRklQUyJd
85
- fV19XSwidHlwZSI6InRyZWUiLCJydWxlcyI6W3siY29uZGl0aW9ucyI6W10s
86
- InR5cGUiOiJ0cmVlIiwicnVsZXMiOlt7ImNvbmRpdGlvbnMiOlt7ImZuIjoi
87
- c3RyaW5nRXF1YWxzIiwiYXJndiI6W3sicmVmIjoiUmVnaW9uIn0sInVzLWdv
88
- di1lYXN0LTEiXX1dLCJlbmRwb2ludCI6eyJ1cmwiOiJodHRwczovL2Nsb3Vk
89
- dHJhaWwudXMtZ292LWVhc3QtMS5hbWF6b25hd3MuY29tIiwicHJvcGVydGll
90
- cyI6e30sImhlYWRlcnMiOnt9fSwidHlwZSI6ImVuZHBvaW50In0seyJjb25k
91
- aXRpb25zIjpbeyJmbiI6InN0cmluZ0VxdWFscyIsImFyZ3YiOlt7InJlZiI6
92
- IlJlZ2lvbiJ9LCJ1cy1nb3Ytd2VzdC0xIl19XSwiZW5kcG9pbnQiOnsidXJs
93
- IjoiaHR0cHM6Ly9jbG91ZHRyYWlsLnVzLWdvdi13ZXN0LTEuYW1hem9uYXdz
94
- LmNvbSIsInByb3BlcnRpZXMiOnt9LCJoZWFkZXJzIjp7fX0sInR5cGUiOiJl
95
- bmRwb2ludCJ9LHsiY29uZGl0aW9ucyI6W10sImVuZHBvaW50Ijp7InVybCI6
96
- Imh0dHBzOi8vY2xvdWR0cmFpbC1maXBzLntSZWdpb259LntQYXJ0aXRpb25S
97
- ZXN1bHQjZG5zU3VmZml4fSIsInByb3BlcnRpZXMiOnt9LCJoZWFkZXJzIjp7
98
- fX0sInR5cGUiOiJlbmRwb2ludCJ9XX1dfSx7ImNvbmRpdGlvbnMiOltdLCJl
99
- cnJvciI6IkZJUFMgaXMgZW5hYmxlZCBidXQgdGhpcyBwYXJ0aXRpb24gZG9l
100
- cyBub3Qgc3VwcG9ydCBGSVBTIiwidHlwZSI6ImVycm9yIn1dfSx7ImNvbmRp
101
- dGlvbnMiOlt7ImZuIjoiYm9vbGVhbkVxdWFscyIsImFyZ3YiOlt7InJlZiI6
102
- IlVzZUR1YWxTdGFjayJ9LHRydWVdfV0sInR5cGUiOiJ0cmVlIiwicnVsZXMi
103
- Olt7ImNvbmRpdGlvbnMiOlt7ImZuIjoiYm9vbGVhbkVxdWFscyIsImFyZ3Yi
104
- Olt0cnVlLHsiZm4iOiJnZXRBdHRyIiwiYXJndiI6W3sicmVmIjoiUGFydGl0
105
- aW9uUmVzdWx0In0sInN1cHBvcnRzRHVhbFN0YWNrIl19XX1dLCJ0eXBlIjoi
106
- dHJlZSIsInJ1bGVzIjpbeyJjb25kaXRpb25zIjpbXSwiZW5kcG9pbnQiOnsi
107
- dXJsIjoiaHR0cHM6Ly9jbG91ZHRyYWlsLntSZWdpb259LntQYXJ0aXRpb25S
108
- ZXN1bHQjZHVhbFN0YWNrRG5zU3VmZml4fSIsInByb3BlcnRpZXMiOnt9LCJo
109
- ZWFkZXJzIjp7fX0sInR5cGUiOiJlbmRwb2ludCJ9XX0seyJjb25kaXRpb25z
110
- IjpbXSwiZXJyb3IiOiJEdWFsU3RhY2sgaXMgZW5hYmxlZCBidXQgdGhpcyBw
111
- YXJ0aXRpb24gZG9lcyBub3Qgc3VwcG9ydCBEdWFsU3RhY2siLCJ0eXBlIjoi
112
- ZXJyb3IifV19LHsiY29uZGl0aW9ucyI6W10sImVuZHBvaW50Ijp7InVybCI6
113
- Imh0dHBzOi8vY2xvdWR0cmFpbC57UmVnaW9ufS57UGFydGl0aW9uUmVzdWx0
114
- I2Ruc1N1ZmZpeH0iLCJwcm9wZXJ0aWVzIjp7fSwiaGVhZGVycyI6e319LCJ0
115
- eXBlIjoiZW5kcG9pbnQifV19XX0=
116
-
117
- JSON
118
56
  end
119
57
  end