aws-sdk-cloudtrail 1.53.0 → 1.54.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-cloudtrail/client.rb +131 -8
- data/lib/aws-sdk-cloudtrail/client_api.rb +119 -3
- data/lib/aws-sdk-cloudtrail/endpoint_parameters.rb +0 -3
- data/lib/aws-sdk-cloudtrail/endpoint_provider.rb +83 -83
- data/lib/aws-sdk-cloudtrail/endpoints.rb +28 -0
- data/lib/aws-sdk-cloudtrail/errors.rb +77 -0
- data/lib/aws-sdk-cloudtrail/plugins/endpoints.rb +4 -0
- data/lib/aws-sdk-cloudtrail/types.rb +229 -10
- data/lib/aws-sdk-cloudtrail.rb +1 -1
- metadata +2 -2
@@ -14,6 +14,10 @@ module Aws::CloudTrail
|
|
14
14
|
include Seahorse::Model
|
15
15
|
|
16
16
|
AccountHasOngoingImportException = Shapes::StructureShape.new(name: 'AccountHasOngoingImportException')
|
17
|
+
AccountId = Shapes::StringShape.new(name: 'AccountId')
|
18
|
+
AccountNotFoundException = Shapes::StructureShape.new(name: 'AccountNotFoundException')
|
19
|
+
AccountNotRegisteredException = Shapes::StructureShape.new(name: 'AccountNotRegisteredException')
|
20
|
+
AccountRegisteredException = Shapes::StructureShape.new(name: 'AccountRegisteredException')
|
17
21
|
AddTagsRequest = Shapes::StructureShape.new(name: 'AddTagsRequest')
|
18
22
|
AddTagsResponse = Shapes::StructureShape.new(name: 'AddTagsResponse')
|
19
23
|
AdvancedEventSelector = Shapes::StructureShape.new(name: 'AdvancedEventSelector')
|
@@ -24,6 +28,7 @@ module Aws::CloudTrail
|
|
24
28
|
ByteBuffer = Shapes::BlobShape.new(name: 'ByteBuffer')
|
25
29
|
CancelQueryRequest = Shapes::StructureShape.new(name: 'CancelQueryRequest')
|
26
30
|
CancelQueryResponse = Shapes::StructureShape.new(name: 'CancelQueryResponse')
|
31
|
+
CannotDelegateManagementAccountException = Shapes::StructureShape.new(name: 'CannotDelegateManagementAccountException')
|
27
32
|
Channel = Shapes::StructureShape.new(name: 'Channel')
|
28
33
|
ChannelARNInvalidException = Shapes::StructureShape.new(name: 'ChannelARNInvalidException')
|
29
34
|
ChannelArn = Shapes::StringShape.new(name: 'ChannelArn')
|
@@ -43,12 +48,15 @@ module Aws::CloudTrail
|
|
43
48
|
DataResourceValues = Shapes::ListShape.new(name: 'DataResourceValues')
|
44
49
|
DataResources = Shapes::ListShape.new(name: 'DataResources')
|
45
50
|
Date = Shapes::TimestampShape.new(name: 'Date')
|
51
|
+
DelegatedAdminAccountLimitExceededException = Shapes::StructureShape.new(name: 'DelegatedAdminAccountLimitExceededException')
|
46
52
|
DeleteEventDataStoreRequest = Shapes::StructureShape.new(name: 'DeleteEventDataStoreRequest')
|
47
53
|
DeleteEventDataStoreResponse = Shapes::StructureShape.new(name: 'DeleteEventDataStoreResponse')
|
48
54
|
DeleteTrailRequest = Shapes::StructureShape.new(name: 'DeleteTrailRequest')
|
49
55
|
DeleteTrailResponse = Shapes::StructureShape.new(name: 'DeleteTrailResponse')
|
50
56
|
DeliveryS3Uri = Shapes::StringShape.new(name: 'DeliveryS3Uri')
|
51
57
|
DeliveryStatus = Shapes::StringShape.new(name: 'DeliveryStatus')
|
58
|
+
DeregisterOrganizationDelegatedAdminRequest = Shapes::StructureShape.new(name: 'DeregisterOrganizationDelegatedAdminRequest')
|
59
|
+
DeregisterOrganizationDelegatedAdminResponse = Shapes::StructureShape.new(name: 'DeregisterOrganizationDelegatedAdminResponse')
|
52
60
|
DescribeQueryRequest = Shapes::StructureShape.new(name: 'DescribeQueryRequest')
|
53
61
|
DescribeQueryResponse = Shapes::StructureShape.new(name: 'DescribeQueryResponse')
|
54
62
|
DescribeTrailsRequest = Shapes::StructureShape.new(name: 'DescribeTrailsRequest')
|
@@ -64,6 +72,7 @@ module Aws::CloudTrail
|
|
64
72
|
EventDataStoreAlreadyExistsException = Shapes::StructureShape.new(name: 'EventDataStoreAlreadyExistsException')
|
65
73
|
EventDataStoreArn = Shapes::StringShape.new(name: 'EventDataStoreArn')
|
66
74
|
EventDataStoreHasOngoingImportException = Shapes::StructureShape.new(name: 'EventDataStoreHasOngoingImportException')
|
75
|
+
EventDataStoreKmsKeyId = Shapes::StringShape.new(name: 'EventDataStoreKmsKeyId')
|
67
76
|
EventDataStoreMaxLimitExceededException = Shapes::StructureShape.new(name: 'EventDataStoreMaxLimitExceededException')
|
68
77
|
EventDataStoreName = Shapes::StringShape.new(name: 'EventDataStoreName')
|
69
78
|
EventDataStoreNotFoundException = Shapes::StructureShape.new(name: 'EventDataStoreNotFoundException')
|
@@ -172,6 +181,8 @@ module Aws::CloudTrail
|
|
172
181
|
MaxResults = Shapes::IntegerShape.new(name: 'MaxResults')
|
173
182
|
MaximumNumberOfTrailsExceededException = Shapes::StructureShape.new(name: 'MaximumNumberOfTrailsExceededException')
|
174
183
|
NextToken = Shapes::StringShape.new(name: 'NextToken')
|
184
|
+
NoManagementAccountSLRExistsException = Shapes::StructureShape.new(name: 'NoManagementAccountSLRExistsException')
|
185
|
+
NotOrganizationManagementAccountException = Shapes::StructureShape.new(name: 'NotOrganizationManagementAccountException')
|
175
186
|
NotOrganizationMasterAccountException = Shapes::StructureShape.new(name: 'NotOrganizationMasterAccountException')
|
176
187
|
OperationNotPermittedException = Shapes::StructureShape.new(name: 'OperationNotPermittedException')
|
177
188
|
Operator = Shapes::ListShape.new(name: 'Operator')
|
@@ -198,6 +209,8 @@ module Aws::CloudTrail
|
|
198
209
|
QueryStatisticsForDescribeQuery = Shapes::StructureShape.new(name: 'QueryStatisticsForDescribeQuery')
|
199
210
|
QueryStatus = Shapes::StringShape.new(name: 'QueryStatus')
|
200
211
|
ReadWriteType = Shapes::StringShape.new(name: 'ReadWriteType')
|
212
|
+
RegisterOrganizationDelegatedAdminRequest = Shapes::StructureShape.new(name: 'RegisterOrganizationDelegatedAdminRequest')
|
213
|
+
RegisterOrganizationDelegatedAdminResponse = Shapes::StructureShape.new(name: 'RegisterOrganizationDelegatedAdminResponse')
|
201
214
|
RemoveTagsRequest = Shapes::StructureShape.new(name: 'RemoveTagsRequest')
|
202
215
|
RemoveTagsResponse = Shapes::StructureShape.new(name: 'RemoveTagsResponse')
|
203
216
|
Resource = Shapes::StructureShape.new(name: 'Resource')
|
@@ -250,6 +263,12 @@ module Aws::CloudTrail
|
|
250
263
|
|
251
264
|
AccountHasOngoingImportException.struct_class = Types::AccountHasOngoingImportException
|
252
265
|
|
266
|
+
AccountNotFoundException.struct_class = Types::AccountNotFoundException
|
267
|
+
|
268
|
+
AccountNotRegisteredException.struct_class = Types::AccountNotRegisteredException
|
269
|
+
|
270
|
+
AccountRegisteredException.struct_class = Types::AccountRegisteredException
|
271
|
+
|
253
272
|
AddTagsRequest.add_member(:resource_id, Shapes::ShapeRef.new(shape: String, required: true, location_name: "ResourceId"))
|
254
273
|
AddTagsRequest.add_member(:tags_list, Shapes::ShapeRef.new(shape: TagsList, required: true, location_name: "TagsList"))
|
255
274
|
AddTagsRequest.struct_class = Types::AddTagsRequest
|
@@ -273,7 +292,7 @@ module Aws::CloudTrail
|
|
273
292
|
|
274
293
|
AdvancedFieldSelectors.member = Shapes::ShapeRef.new(shape: AdvancedFieldSelector)
|
275
294
|
|
276
|
-
CancelQueryRequest.add_member(:event_data_store, Shapes::ShapeRef.new(shape: EventDataStoreArn,
|
295
|
+
CancelQueryRequest.add_member(:event_data_store, Shapes::ShapeRef.new(shape: EventDataStoreArn, deprecated: true, location_name: "EventDataStore", metadata: {"deprecatedMessage"=>"EventDataStore is no longer required by CancelQueryRequest"}))
|
277
296
|
CancelQueryRequest.add_member(:query_id, Shapes::ShapeRef.new(shape: UUID, required: true, location_name: "QueryId"))
|
278
297
|
CancelQueryRequest.struct_class = Types::CancelQueryRequest
|
279
298
|
|
@@ -281,6 +300,8 @@ module Aws::CloudTrail
|
|
281
300
|
CancelQueryResponse.add_member(:query_status, Shapes::ShapeRef.new(shape: QueryStatus, required: true, location_name: "QueryStatus"))
|
282
301
|
CancelQueryResponse.struct_class = Types::CancelQueryResponse
|
283
302
|
|
303
|
+
CannotDelegateManagementAccountException.struct_class = Types::CannotDelegateManagementAccountException
|
304
|
+
|
284
305
|
Channel.add_member(:channel_arn, Shapes::ShapeRef.new(shape: ChannelArn, location_name: "ChannelArn"))
|
285
306
|
Channel.add_member(:name, Shapes::ShapeRef.new(shape: ChannelName, location_name: "Name"))
|
286
307
|
Channel.struct_class = Types::Channel
|
@@ -308,6 +329,7 @@ module Aws::CloudTrail
|
|
308
329
|
CreateEventDataStoreRequest.add_member(:retention_period, Shapes::ShapeRef.new(shape: RetentionPeriod, location_name: "RetentionPeriod"))
|
309
330
|
CreateEventDataStoreRequest.add_member(:termination_protection_enabled, Shapes::ShapeRef.new(shape: TerminationProtectionEnabled, location_name: "TerminationProtectionEnabled"))
|
310
331
|
CreateEventDataStoreRequest.add_member(:tags_list, Shapes::ShapeRef.new(shape: TagsList, location_name: "TagsList"))
|
332
|
+
CreateEventDataStoreRequest.add_member(:kms_key_id, Shapes::ShapeRef.new(shape: EventDataStoreKmsKeyId, location_name: "KmsKeyId"))
|
311
333
|
CreateEventDataStoreRequest.struct_class = Types::CreateEventDataStoreRequest
|
312
334
|
|
313
335
|
CreateEventDataStoreResponse.add_member(:event_data_store_arn, Shapes::ShapeRef.new(shape: EventDataStoreArn, location_name: "EventDataStoreArn"))
|
@@ -321,6 +343,7 @@ module Aws::CloudTrail
|
|
321
343
|
CreateEventDataStoreResponse.add_member(:tags_list, Shapes::ShapeRef.new(shape: TagsList, location_name: "TagsList"))
|
322
344
|
CreateEventDataStoreResponse.add_member(:created_timestamp, Shapes::ShapeRef.new(shape: Date, location_name: "CreatedTimestamp"))
|
323
345
|
CreateEventDataStoreResponse.add_member(:updated_timestamp, Shapes::ShapeRef.new(shape: Date, location_name: "UpdatedTimestamp"))
|
346
|
+
CreateEventDataStoreResponse.add_member(:kms_key_id, Shapes::ShapeRef.new(shape: EventDataStoreKmsKeyId, location_name: "KmsKeyId"))
|
324
347
|
CreateEventDataStoreResponse.struct_class = Types::CreateEventDataStoreResponse
|
325
348
|
|
326
349
|
CreateTrailRequest.add_member(:name, Shapes::ShapeRef.new(shape: String, required: true, location_name: "Name"))
|
@@ -360,6 +383,8 @@ module Aws::CloudTrail
|
|
360
383
|
|
361
384
|
DataResources.member = Shapes::ShapeRef.new(shape: DataResource)
|
362
385
|
|
386
|
+
DelegatedAdminAccountLimitExceededException.struct_class = Types::DelegatedAdminAccountLimitExceededException
|
387
|
+
|
363
388
|
DeleteEventDataStoreRequest.add_member(:event_data_store, Shapes::ShapeRef.new(shape: EventDataStoreArn, required: true, location_name: "EventDataStore"))
|
364
389
|
DeleteEventDataStoreRequest.struct_class = Types::DeleteEventDataStoreRequest
|
365
390
|
|
@@ -370,7 +395,12 @@ module Aws::CloudTrail
|
|
370
395
|
|
371
396
|
DeleteTrailResponse.struct_class = Types::DeleteTrailResponse
|
372
397
|
|
373
|
-
|
398
|
+
DeregisterOrganizationDelegatedAdminRequest.add_member(:delegated_admin_account_id, Shapes::ShapeRef.new(shape: AccountId, required: true, location_name: "DelegatedAdminAccountId"))
|
399
|
+
DeregisterOrganizationDelegatedAdminRequest.struct_class = Types::DeregisterOrganizationDelegatedAdminRequest
|
400
|
+
|
401
|
+
DeregisterOrganizationDelegatedAdminResponse.struct_class = Types::DeregisterOrganizationDelegatedAdminResponse
|
402
|
+
|
403
|
+
DescribeQueryRequest.add_member(:event_data_store, Shapes::ShapeRef.new(shape: EventDataStoreArn, deprecated: true, location_name: "EventDataStore", metadata: {"deprecatedMessage"=>"EventDataStore is no longer required by DescribeQueryRequest"}))
|
374
404
|
DescribeQueryRequest.add_member(:query_id, Shapes::ShapeRef.new(shape: UUID, required: true, location_name: "QueryId"))
|
375
405
|
DescribeQueryRequest.struct_class = Types::DescribeQueryRequest
|
376
406
|
|
@@ -468,6 +498,7 @@ module Aws::CloudTrail
|
|
468
498
|
GetEventDataStoreResponse.add_member(:termination_protection_enabled, Shapes::ShapeRef.new(shape: TerminationProtectionEnabled, location_name: "TerminationProtectionEnabled"))
|
469
499
|
GetEventDataStoreResponse.add_member(:created_timestamp, Shapes::ShapeRef.new(shape: Date, location_name: "CreatedTimestamp"))
|
470
500
|
GetEventDataStoreResponse.add_member(:updated_timestamp, Shapes::ShapeRef.new(shape: Date, location_name: "UpdatedTimestamp"))
|
501
|
+
GetEventDataStoreResponse.add_member(:kms_key_id, Shapes::ShapeRef.new(shape: EventDataStoreKmsKeyId, location_name: "KmsKeyId"))
|
471
502
|
GetEventDataStoreResponse.struct_class = Types::GetEventDataStoreResponse
|
472
503
|
|
473
504
|
GetEventSelectorsRequest.add_member(:trail_name, Shapes::ShapeRef.new(shape: String, required: true, location_name: "TrailName"))
|
@@ -499,7 +530,7 @@ module Aws::CloudTrail
|
|
499
530
|
GetInsightSelectorsResponse.add_member(:insight_selectors, Shapes::ShapeRef.new(shape: InsightSelectors, location_name: "InsightSelectors"))
|
500
531
|
GetInsightSelectorsResponse.struct_class = Types::GetInsightSelectorsResponse
|
501
532
|
|
502
|
-
GetQueryResultsRequest.add_member(:event_data_store, Shapes::ShapeRef.new(shape: EventDataStoreArn,
|
533
|
+
GetQueryResultsRequest.add_member(:event_data_store, Shapes::ShapeRef.new(shape: EventDataStoreArn, deprecated: true, location_name: "EventDataStore", metadata: {"deprecatedMessage"=>"EventDataStore is no longer required by GetQueryResultsRequest"}))
|
503
534
|
GetQueryResultsRequest.add_member(:query_id, Shapes::ShapeRef.new(shape: UUID, required: true, location_name: "QueryId"))
|
504
535
|
GetQueryResultsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: PaginationToken, location_name: "NextToken"))
|
505
536
|
GetQueryResultsRequest.add_member(:max_query_results, Shapes::ShapeRef.new(shape: MaxQueryResults, location_name: "MaxQueryResults"))
|
@@ -740,6 +771,10 @@ module Aws::CloudTrail
|
|
740
771
|
|
741
772
|
MaximumNumberOfTrailsExceededException.struct_class = Types::MaximumNumberOfTrailsExceededException
|
742
773
|
|
774
|
+
NoManagementAccountSLRExistsException.struct_class = Types::NoManagementAccountSLRExistsException
|
775
|
+
|
776
|
+
NotOrganizationManagementAccountException.struct_class = Types::NotOrganizationManagementAccountException
|
777
|
+
|
743
778
|
NotOrganizationMasterAccountException.struct_class = Types::NotOrganizationMasterAccountException
|
744
779
|
|
745
780
|
OperationNotPermittedException.struct_class = Types::OperationNotPermittedException
|
@@ -804,6 +839,11 @@ module Aws::CloudTrail
|
|
804
839
|
QueryStatisticsForDescribeQuery.add_member(:creation_time, Shapes::ShapeRef.new(shape: Date, location_name: "CreationTime"))
|
805
840
|
QueryStatisticsForDescribeQuery.struct_class = Types::QueryStatisticsForDescribeQuery
|
806
841
|
|
842
|
+
RegisterOrganizationDelegatedAdminRequest.add_member(:member_account_id, Shapes::ShapeRef.new(shape: AccountId, required: true, location_name: "MemberAccountId"))
|
843
|
+
RegisterOrganizationDelegatedAdminRequest.struct_class = Types::RegisterOrganizationDelegatedAdminRequest
|
844
|
+
|
845
|
+
RegisterOrganizationDelegatedAdminResponse.struct_class = Types::RegisterOrganizationDelegatedAdminResponse
|
846
|
+
|
807
847
|
RemoveTagsRequest.add_member(:resource_id, Shapes::ShapeRef.new(shape: String, required: true, location_name: "ResourceId"))
|
808
848
|
RemoveTagsRequest.add_member(:tags_list, Shapes::ShapeRef.new(shape: TagsList, required: true, location_name: "TagsList"))
|
809
849
|
RemoveTagsRequest.struct_class = Types::RemoveTagsRequest
|
@@ -841,6 +881,7 @@ module Aws::CloudTrail
|
|
841
881
|
RestoreEventDataStoreResponse.add_member(:termination_protection_enabled, Shapes::ShapeRef.new(shape: TerminationProtectionEnabled, location_name: "TerminationProtectionEnabled"))
|
842
882
|
RestoreEventDataStoreResponse.add_member(:created_timestamp, Shapes::ShapeRef.new(shape: Date, location_name: "CreatedTimestamp"))
|
843
883
|
RestoreEventDataStoreResponse.add_member(:updated_timestamp, Shapes::ShapeRef.new(shape: Date, location_name: "UpdatedTimestamp"))
|
884
|
+
RestoreEventDataStoreResponse.add_member(:kms_key_id, Shapes::ShapeRef.new(shape: EventDataStoreKmsKeyId, location_name: "KmsKeyId"))
|
844
885
|
RestoreEventDataStoreResponse.struct_class = Types::RestoreEventDataStoreResponse
|
845
886
|
|
846
887
|
S3BucketDoesNotExistException.struct_class = Types::S3BucketDoesNotExistException
|
@@ -954,6 +995,7 @@ module Aws::CloudTrail
|
|
954
995
|
UpdateEventDataStoreRequest.add_member(:organization_enabled, Shapes::ShapeRef.new(shape: Boolean, location_name: "OrganizationEnabled"))
|
955
996
|
UpdateEventDataStoreRequest.add_member(:retention_period, Shapes::ShapeRef.new(shape: RetentionPeriod, location_name: "RetentionPeriod"))
|
956
997
|
UpdateEventDataStoreRequest.add_member(:termination_protection_enabled, Shapes::ShapeRef.new(shape: TerminationProtectionEnabled, location_name: "TerminationProtectionEnabled"))
|
998
|
+
UpdateEventDataStoreRequest.add_member(:kms_key_id, Shapes::ShapeRef.new(shape: EventDataStoreKmsKeyId, location_name: "KmsKeyId"))
|
957
999
|
UpdateEventDataStoreRequest.struct_class = Types::UpdateEventDataStoreRequest
|
958
1000
|
|
959
1001
|
UpdateEventDataStoreResponse.add_member(:event_data_store_arn, Shapes::ShapeRef.new(shape: EventDataStoreArn, location_name: "EventDataStoreArn"))
|
@@ -966,6 +1008,7 @@ module Aws::CloudTrail
|
|
966
1008
|
UpdateEventDataStoreResponse.add_member(:termination_protection_enabled, Shapes::ShapeRef.new(shape: TerminationProtectionEnabled, location_name: "TerminationProtectionEnabled"))
|
967
1009
|
UpdateEventDataStoreResponse.add_member(:created_timestamp, Shapes::ShapeRef.new(shape: Date, location_name: "CreatedTimestamp"))
|
968
1010
|
UpdateEventDataStoreResponse.add_member(:updated_timestamp, Shapes::ShapeRef.new(shape: Date, location_name: "UpdatedTimestamp"))
|
1011
|
+
UpdateEventDataStoreResponse.add_member(:kms_key_id, Shapes::ShapeRef.new(shape: EventDataStoreKmsKeyId, location_name: "KmsKeyId"))
|
969
1012
|
UpdateEventDataStoreResponse.struct_class = Types::UpdateEventDataStoreResponse
|
970
1013
|
|
971
1014
|
UpdateTrailRequest.add_member(:name, Shapes::ShapeRef.new(shape: String, required: true, location_name: "Name"))
|
@@ -1032,6 +1075,7 @@ module Aws::CloudTrail
|
|
1032
1075
|
o.errors << Shapes::ShapeRef.new(shape: UnsupportedOperationException)
|
1033
1076
|
o.errors << Shapes::ShapeRef.new(shape: OperationNotPermittedException)
|
1034
1077
|
o.errors << Shapes::ShapeRef.new(shape: NotOrganizationMasterAccountException)
|
1078
|
+
o.errors << Shapes::ShapeRef.new(shape: NoManagementAccountSLRExistsException)
|
1035
1079
|
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
1036
1080
|
end)
|
1037
1081
|
|
@@ -1049,6 +1093,7 @@ module Aws::CloudTrail
|
|
1049
1093
|
o.errors << Shapes::ShapeRef.new(shape: QueryIdNotFoundException)
|
1050
1094
|
o.errors << Shapes::ShapeRef.new(shape: OperationNotPermittedException)
|
1051
1095
|
o.errors << Shapes::ShapeRef.new(shape: UnsupportedOperationException)
|
1096
|
+
o.errors << Shapes::ShapeRef.new(shape: NoManagementAccountSLRExistsException)
|
1052
1097
|
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
1053
1098
|
end)
|
1054
1099
|
|
@@ -1065,11 +1110,16 @@ module Aws::CloudTrail
|
|
1065
1110
|
o.errors << Shapes::ShapeRef.new(shape: OperationNotPermittedException)
|
1066
1111
|
o.errors << Shapes::ShapeRef.new(shape: UnsupportedOperationException)
|
1067
1112
|
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
1113
|
+
o.errors << Shapes::ShapeRef.new(shape: InsufficientEncryptionPolicyException)
|
1114
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidKmsKeyIdException)
|
1115
|
+
o.errors << Shapes::ShapeRef.new(shape: KmsKeyNotFoundException)
|
1116
|
+
o.errors << Shapes::ShapeRef.new(shape: KmsException)
|
1068
1117
|
o.errors << Shapes::ShapeRef.new(shape: CloudTrailAccessNotEnabledException)
|
1069
1118
|
o.errors << Shapes::ShapeRef.new(shape: InsufficientDependencyServiceAccessPermissionException)
|
1070
1119
|
o.errors << Shapes::ShapeRef.new(shape: NotOrganizationMasterAccountException)
|
1071
1120
|
o.errors << Shapes::ShapeRef.new(shape: OrganizationsNotInUseException)
|
1072
1121
|
o.errors << Shapes::ShapeRef.new(shape: OrganizationNotInAllFeaturesModeException)
|
1122
|
+
o.errors << Shapes::ShapeRef.new(shape: NoManagementAccountSLRExistsException)
|
1073
1123
|
end)
|
1074
1124
|
|
1075
1125
|
api.add_operation(:create_trail, Seahorse::Model::Operation.new.tap do |o|
|
@@ -1105,6 +1155,7 @@ module Aws::CloudTrail
|
|
1105
1155
|
o.errors << Shapes::ShapeRef.new(shape: NotOrganizationMasterAccountException)
|
1106
1156
|
o.errors << Shapes::ShapeRef.new(shape: OrganizationsNotInUseException)
|
1107
1157
|
o.errors << Shapes::ShapeRef.new(shape: OrganizationNotInAllFeaturesModeException)
|
1158
|
+
o.errors << Shapes::ShapeRef.new(shape: NoManagementAccountSLRExistsException)
|
1108
1159
|
o.errors << Shapes::ShapeRef.new(shape: CloudTrailInvalidClientTokenIdException)
|
1109
1160
|
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
1110
1161
|
end)
|
@@ -1123,6 +1174,7 @@ module Aws::CloudTrail
|
|
1123
1174
|
o.errors << Shapes::ShapeRef.new(shape: OperationNotPermittedException)
|
1124
1175
|
o.errors << Shapes::ShapeRef.new(shape: UnsupportedOperationException)
|
1125
1176
|
o.errors << Shapes::ShapeRef.new(shape: NotOrganizationMasterAccountException)
|
1177
|
+
o.errors << Shapes::ShapeRef.new(shape: NoManagementAccountSLRExistsException)
|
1126
1178
|
o.errors << Shapes::ShapeRef.new(shape: InsufficientDependencyServiceAccessPermissionException)
|
1127
1179
|
end)
|
1128
1180
|
|
@@ -1138,10 +1190,29 @@ module Aws::CloudTrail
|
|
1138
1190
|
o.errors << Shapes::ShapeRef.new(shape: UnsupportedOperationException)
|
1139
1191
|
o.errors << Shapes::ShapeRef.new(shape: OperationNotPermittedException)
|
1140
1192
|
o.errors << Shapes::ShapeRef.new(shape: NotOrganizationMasterAccountException)
|
1193
|
+
o.errors << Shapes::ShapeRef.new(shape: NoManagementAccountSLRExistsException)
|
1141
1194
|
o.errors << Shapes::ShapeRef.new(shape: InsufficientDependencyServiceAccessPermissionException)
|
1142
1195
|
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
1143
1196
|
end)
|
1144
1197
|
|
1198
|
+
api.add_operation(:deregister_organization_delegated_admin, Seahorse::Model::Operation.new.tap do |o|
|
1199
|
+
o.name = "DeregisterOrganizationDelegatedAdmin"
|
1200
|
+
o.http_method = "POST"
|
1201
|
+
o.http_request_uri = "/"
|
1202
|
+
o.input = Shapes::ShapeRef.new(shape: DeregisterOrganizationDelegatedAdminRequest)
|
1203
|
+
o.output = Shapes::ShapeRef.new(shape: DeregisterOrganizationDelegatedAdminResponse)
|
1204
|
+
o.errors << Shapes::ShapeRef.new(shape: AccountNotFoundException)
|
1205
|
+
o.errors << Shapes::ShapeRef.new(shape: AccountNotRegisteredException)
|
1206
|
+
o.errors << Shapes::ShapeRef.new(shape: CloudTrailAccessNotEnabledException)
|
1207
|
+
o.errors << Shapes::ShapeRef.new(shape: InsufficientDependencyServiceAccessPermissionException)
|
1208
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
|
1209
|
+
o.errors << Shapes::ShapeRef.new(shape: NotOrganizationManagementAccountException)
|
1210
|
+
o.errors << Shapes::ShapeRef.new(shape: OrganizationNotInAllFeaturesModeException)
|
1211
|
+
o.errors << Shapes::ShapeRef.new(shape: OrganizationsNotInUseException)
|
1212
|
+
o.errors << Shapes::ShapeRef.new(shape: UnsupportedOperationException)
|
1213
|
+
o.errors << Shapes::ShapeRef.new(shape: OperationNotPermittedException)
|
1214
|
+
end)
|
1215
|
+
|
1145
1216
|
api.add_operation(:describe_query, Seahorse::Model::Operation.new.tap do |o|
|
1146
1217
|
o.name = "DescribeQuery"
|
1147
1218
|
o.http_method = "POST"
|
@@ -1155,6 +1226,7 @@ module Aws::CloudTrail
|
|
1155
1226
|
o.errors << Shapes::ShapeRef.new(shape: QueryIdNotFoundException)
|
1156
1227
|
o.errors << Shapes::ShapeRef.new(shape: OperationNotPermittedException)
|
1157
1228
|
o.errors << Shapes::ShapeRef.new(shape: UnsupportedOperationException)
|
1229
|
+
o.errors << Shapes::ShapeRef.new(shape: NoManagementAccountSLRExistsException)
|
1158
1230
|
end)
|
1159
1231
|
|
1160
1232
|
api.add_operation(:describe_trails, Seahorse::Model::Operation.new.tap do |o|
|
@@ -1166,6 +1238,7 @@ module Aws::CloudTrail
|
|
1166
1238
|
o.errors << Shapes::ShapeRef.new(shape: UnsupportedOperationException)
|
1167
1239
|
o.errors << Shapes::ShapeRef.new(shape: OperationNotPermittedException)
|
1168
1240
|
o.errors << Shapes::ShapeRef.new(shape: InvalidTrailNameException)
|
1241
|
+
o.errors << Shapes::ShapeRef.new(shape: NoManagementAccountSLRExistsException)
|
1169
1242
|
end)
|
1170
1243
|
|
1171
1244
|
api.add_operation(:get_channel, Seahorse::Model::Operation.new.tap do |o|
|
@@ -1191,6 +1264,7 @@ module Aws::CloudTrail
|
|
1191
1264
|
o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
|
1192
1265
|
o.errors << Shapes::ShapeRef.new(shape: OperationNotPermittedException)
|
1193
1266
|
o.errors << Shapes::ShapeRef.new(shape: UnsupportedOperationException)
|
1267
|
+
o.errors << Shapes::ShapeRef.new(shape: NoManagementAccountSLRExistsException)
|
1194
1268
|
end)
|
1195
1269
|
|
1196
1270
|
api.add_operation(:get_event_selectors, Seahorse::Model::Operation.new.tap do |o|
|
@@ -1203,6 +1277,7 @@ module Aws::CloudTrail
|
|
1203
1277
|
o.errors << Shapes::ShapeRef.new(shape: InvalidTrailNameException)
|
1204
1278
|
o.errors << Shapes::ShapeRef.new(shape: UnsupportedOperationException)
|
1205
1279
|
o.errors << Shapes::ShapeRef.new(shape: OperationNotPermittedException)
|
1280
|
+
o.errors << Shapes::ShapeRef.new(shape: NoManagementAccountSLRExistsException)
|
1206
1281
|
end)
|
1207
1282
|
|
1208
1283
|
api.add_operation(:get_import, Seahorse::Model::Operation.new.tap do |o|
|
@@ -1228,6 +1303,7 @@ module Aws::CloudTrail
|
|
1228
1303
|
o.errors << Shapes::ShapeRef.new(shape: UnsupportedOperationException)
|
1229
1304
|
o.errors << Shapes::ShapeRef.new(shape: OperationNotPermittedException)
|
1230
1305
|
o.errors << Shapes::ShapeRef.new(shape: InsightNotEnabledException)
|
1306
|
+
o.errors << Shapes::ShapeRef.new(shape: NoManagementAccountSLRExistsException)
|
1231
1307
|
end)
|
1232
1308
|
|
1233
1309
|
api.add_operation(:get_query_results, Seahorse::Model::Operation.new.tap do |o|
|
@@ -1243,8 +1319,10 @@ module Aws::CloudTrail
|
|
1243
1319
|
o.errors << Shapes::ShapeRef.new(shape: InvalidNextTokenException)
|
1244
1320
|
o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
|
1245
1321
|
o.errors << Shapes::ShapeRef.new(shape: QueryIdNotFoundException)
|
1322
|
+
o.errors << Shapes::ShapeRef.new(shape: InsufficientEncryptionPolicyException)
|
1246
1323
|
o.errors << Shapes::ShapeRef.new(shape: OperationNotPermittedException)
|
1247
1324
|
o.errors << Shapes::ShapeRef.new(shape: UnsupportedOperationException)
|
1325
|
+
o.errors << Shapes::ShapeRef.new(shape: NoManagementAccountSLRExistsException)
|
1248
1326
|
o[:pager] = Aws::Pager.new(
|
1249
1327
|
tokens: {
|
1250
1328
|
"next_token" => "next_token"
|
@@ -1303,6 +1381,7 @@ module Aws::CloudTrail
|
|
1303
1381
|
o.errors << Shapes::ShapeRef.new(shape: InvalidNextTokenException)
|
1304
1382
|
o.errors << Shapes::ShapeRef.new(shape: OperationNotPermittedException)
|
1305
1383
|
o.errors << Shapes::ShapeRef.new(shape: UnsupportedOperationException)
|
1384
|
+
o.errors << Shapes::ShapeRef.new(shape: NoManagementAccountSLRExistsException)
|
1306
1385
|
o[:pager] = Aws::Pager.new(
|
1307
1386
|
limit_key: "max_results",
|
1308
1387
|
tokens: {
|
@@ -1380,6 +1459,7 @@ module Aws::CloudTrail
|
|
1380
1459
|
o.errors << Shapes::ShapeRef.new(shape: InvalidQueryStatusException)
|
1381
1460
|
o.errors << Shapes::ShapeRef.new(shape: OperationNotPermittedException)
|
1382
1461
|
o.errors << Shapes::ShapeRef.new(shape: UnsupportedOperationException)
|
1462
|
+
o.errors << Shapes::ShapeRef.new(shape: NoManagementAccountSLRExistsException)
|
1383
1463
|
o[:pager] = Aws::Pager.new(
|
1384
1464
|
limit_key: "max_results",
|
1385
1465
|
tokens: {
|
@@ -1403,6 +1483,7 @@ module Aws::CloudTrail
|
|
1403
1483
|
o.errors << Shapes::ShapeRef.new(shape: UnsupportedOperationException)
|
1404
1484
|
o.errors << Shapes::ShapeRef.new(shape: OperationNotPermittedException)
|
1405
1485
|
o.errors << Shapes::ShapeRef.new(shape: InvalidTokenException)
|
1486
|
+
o.errors << Shapes::ShapeRef.new(shape: NoManagementAccountSLRExistsException)
|
1406
1487
|
o[:pager] = Aws::Pager.new(
|
1407
1488
|
tokens: {
|
1408
1489
|
"next_token" => "next_token"
|
@@ -1459,6 +1540,7 @@ module Aws::CloudTrail
|
|
1459
1540
|
o.errors << Shapes::ShapeRef.new(shape: UnsupportedOperationException)
|
1460
1541
|
o.errors << Shapes::ShapeRef.new(shape: OperationNotPermittedException)
|
1461
1542
|
o.errors << Shapes::ShapeRef.new(shape: NotOrganizationMasterAccountException)
|
1543
|
+
o.errors << Shapes::ShapeRef.new(shape: NoManagementAccountSLRExistsException)
|
1462
1544
|
o.errors << Shapes::ShapeRef.new(shape: InsufficientDependencyServiceAccessPermissionException)
|
1463
1545
|
end)
|
1464
1546
|
|
@@ -1479,6 +1561,27 @@ module Aws::CloudTrail
|
|
1479
1561
|
o.errors << Shapes::ShapeRef.new(shape: UnsupportedOperationException)
|
1480
1562
|
o.errors << Shapes::ShapeRef.new(shape: OperationNotPermittedException)
|
1481
1563
|
o.errors << Shapes::ShapeRef.new(shape: NotOrganizationMasterAccountException)
|
1564
|
+
o.errors << Shapes::ShapeRef.new(shape: NoManagementAccountSLRExistsException)
|
1565
|
+
end)
|
1566
|
+
|
1567
|
+
api.add_operation(:register_organization_delegated_admin, Seahorse::Model::Operation.new.tap do |o|
|
1568
|
+
o.name = "RegisterOrganizationDelegatedAdmin"
|
1569
|
+
o.http_method = "POST"
|
1570
|
+
o.http_request_uri = "/"
|
1571
|
+
o.input = Shapes::ShapeRef.new(shape: RegisterOrganizationDelegatedAdminRequest)
|
1572
|
+
o.output = Shapes::ShapeRef.new(shape: RegisterOrganizationDelegatedAdminResponse)
|
1573
|
+
o.errors << Shapes::ShapeRef.new(shape: AccountRegisteredException)
|
1574
|
+
o.errors << Shapes::ShapeRef.new(shape: AccountNotFoundException)
|
1575
|
+
o.errors << Shapes::ShapeRef.new(shape: InsufficientDependencyServiceAccessPermissionException)
|
1576
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
|
1577
|
+
o.errors << Shapes::ShapeRef.new(shape: CannotDelegateManagementAccountException)
|
1578
|
+
o.errors << Shapes::ShapeRef.new(shape: CloudTrailAccessNotEnabledException)
|
1579
|
+
o.errors << Shapes::ShapeRef.new(shape: DelegatedAdminAccountLimitExceededException)
|
1580
|
+
o.errors << Shapes::ShapeRef.new(shape: NotOrganizationManagementAccountException)
|
1581
|
+
o.errors << Shapes::ShapeRef.new(shape: OrganizationNotInAllFeaturesModeException)
|
1582
|
+
o.errors << Shapes::ShapeRef.new(shape: OrganizationsNotInUseException)
|
1583
|
+
o.errors << Shapes::ShapeRef.new(shape: UnsupportedOperationException)
|
1584
|
+
o.errors << Shapes::ShapeRef.new(shape: OperationNotPermittedException)
|
1482
1585
|
end)
|
1483
1586
|
|
1484
1587
|
api.add_operation(:remove_tags, Seahorse::Model::Operation.new.tap do |o|
|
@@ -1497,6 +1600,7 @@ module Aws::CloudTrail
|
|
1497
1600
|
o.errors << Shapes::ShapeRef.new(shape: UnsupportedOperationException)
|
1498
1601
|
o.errors << Shapes::ShapeRef.new(shape: OperationNotPermittedException)
|
1499
1602
|
o.errors << Shapes::ShapeRef.new(shape: NotOrganizationMasterAccountException)
|
1603
|
+
o.errors << Shapes::ShapeRef.new(shape: NoManagementAccountSLRExistsException)
|
1500
1604
|
end)
|
1501
1605
|
|
1502
1606
|
api.add_operation(:restore_event_data_store, Seahorse::Model::Operation.new.tap do |o|
|
@@ -1516,6 +1620,7 @@ module Aws::CloudTrail
|
|
1516
1620
|
o.errors << Shapes::ShapeRef.new(shape: InsufficientDependencyServiceAccessPermissionException)
|
1517
1621
|
o.errors << Shapes::ShapeRef.new(shape: OrganizationsNotInUseException)
|
1518
1622
|
o.errors << Shapes::ShapeRef.new(shape: NotOrganizationMasterAccountException)
|
1623
|
+
o.errors << Shapes::ShapeRef.new(shape: NoManagementAccountSLRExistsException)
|
1519
1624
|
o.errors << Shapes::ShapeRef.new(shape: OrganizationNotInAllFeaturesModeException)
|
1520
1625
|
end)
|
1521
1626
|
|
@@ -1552,6 +1657,7 @@ module Aws::CloudTrail
|
|
1552
1657
|
o.errors << Shapes::ShapeRef.new(shape: UnsupportedOperationException)
|
1553
1658
|
o.errors << Shapes::ShapeRef.new(shape: OperationNotPermittedException)
|
1554
1659
|
o.errors << Shapes::ShapeRef.new(shape: NotOrganizationMasterAccountException)
|
1660
|
+
o.errors << Shapes::ShapeRef.new(shape: NoManagementAccountSLRExistsException)
|
1555
1661
|
o.errors << Shapes::ShapeRef.new(shape: InsufficientDependencyServiceAccessPermissionException)
|
1556
1662
|
end)
|
1557
1663
|
|
@@ -1567,12 +1673,14 @@ module Aws::CloudTrail
|
|
1567
1673
|
o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
|
1568
1674
|
o.errors << Shapes::ShapeRef.new(shape: InvalidQueryStatementException)
|
1569
1675
|
o.errors << Shapes::ShapeRef.new(shape: MaxConcurrentQueriesException)
|
1676
|
+
o.errors << Shapes::ShapeRef.new(shape: InsufficientEncryptionPolicyException)
|
1570
1677
|
o.errors << Shapes::ShapeRef.new(shape: InvalidS3PrefixException)
|
1571
1678
|
o.errors << Shapes::ShapeRef.new(shape: InvalidS3BucketNameException)
|
1572
1679
|
o.errors << Shapes::ShapeRef.new(shape: InsufficientS3BucketPolicyException)
|
1573
1680
|
o.errors << Shapes::ShapeRef.new(shape: S3BucketDoesNotExistException)
|
1574
1681
|
o.errors << Shapes::ShapeRef.new(shape: OperationNotPermittedException)
|
1575
1682
|
o.errors << Shapes::ShapeRef.new(shape: UnsupportedOperationException)
|
1683
|
+
o.errors << Shapes::ShapeRef.new(shape: NoManagementAccountSLRExistsException)
|
1576
1684
|
end)
|
1577
1685
|
|
1578
1686
|
api.add_operation(:stop_import, Seahorse::Model::Operation.new.tap do |o|
|
@@ -1599,6 +1707,7 @@ module Aws::CloudTrail
|
|
1599
1707
|
o.errors << Shapes::ShapeRef.new(shape: UnsupportedOperationException)
|
1600
1708
|
o.errors << Shapes::ShapeRef.new(shape: OperationNotPermittedException)
|
1601
1709
|
o.errors << Shapes::ShapeRef.new(shape: NotOrganizationMasterAccountException)
|
1710
|
+
o.errors << Shapes::ShapeRef.new(shape: NoManagementAccountSLRExistsException)
|
1602
1711
|
o.errors << Shapes::ShapeRef.new(shape: InsufficientDependencyServiceAccessPermissionException)
|
1603
1712
|
end)
|
1604
1713
|
|
@@ -1615,10 +1724,15 @@ module Aws::CloudTrail
|
|
1615
1724
|
o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
|
1616
1725
|
o.errors << Shapes::ShapeRef.new(shape: OperationNotPermittedException)
|
1617
1726
|
o.errors << Shapes::ShapeRef.new(shape: UnsupportedOperationException)
|
1727
|
+
o.errors << Shapes::ShapeRef.new(shape: InsufficientEncryptionPolicyException)
|
1728
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidKmsKeyIdException)
|
1729
|
+
o.errors << Shapes::ShapeRef.new(shape: KmsKeyNotFoundException)
|
1730
|
+
o.errors << Shapes::ShapeRef.new(shape: KmsException)
|
1618
1731
|
o.errors << Shapes::ShapeRef.new(shape: CloudTrailAccessNotEnabledException)
|
1619
1732
|
o.errors << Shapes::ShapeRef.new(shape: InsufficientDependencyServiceAccessPermissionException)
|
1620
1733
|
o.errors << Shapes::ShapeRef.new(shape: OrganizationsNotInUseException)
|
1621
1734
|
o.errors << Shapes::ShapeRef.new(shape: NotOrganizationMasterAccountException)
|
1735
|
+
o.errors << Shapes::ShapeRef.new(shape: NoManagementAccountSLRExistsException)
|
1622
1736
|
o.errors << Shapes::ShapeRef.new(shape: OrganizationNotInAllFeaturesModeException)
|
1623
1737
|
end)
|
1624
1738
|
|
@@ -1655,7 +1769,9 @@ module Aws::CloudTrail
|
|
1655
1769
|
o.errors << Shapes::ShapeRef.new(shape: OrganizationsNotInUseException)
|
1656
1770
|
o.errors << Shapes::ShapeRef.new(shape: NotOrganizationMasterAccountException)
|
1657
1771
|
o.errors << Shapes::ShapeRef.new(shape: OrganizationNotInAllFeaturesModeException)
|
1772
|
+
o.errors << Shapes::ShapeRef.new(shape: NoManagementAccountSLRExistsException)
|
1658
1773
|
o.errors << Shapes::ShapeRef.new(shape: CloudTrailInvalidClientTokenIdException)
|
1774
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
|
1659
1775
|
end)
|
1660
1776
|
end
|
1661
1777
|
|
@@ -50,9 +50,6 @@ module Aws::CloudTrail
|
|
50
50
|
|
51
51
|
def initialize(options = {})
|
52
52
|
self[:region] = options[:region]
|
53
|
-
if self[:region].nil?
|
54
|
-
raise ArgumentError, "Missing required EndpointParameter: :region"
|
55
|
-
end
|
56
53
|
self[:use_dual_stack] = options[:use_dual_stack]
|
57
54
|
self[:use_dual_stack] = false if self[:use_dual_stack].nil?
|
58
55
|
if self[:use_dual_stack].nil?
|
@@ -29,91 +29,91 @@ module Aws::CloudTrail
|
|
29
29
|
# @api private
|
30
30
|
RULES = <<-JSON
|
31
31
|
eyJ2ZXJzaW9uIjoiMS4wIiwicGFyYW1ldGVycyI6eyJSZWdpb24iOnsiYnVp
|
32
|
-
|
33
|
-
|
34
|
-
|
35
|
-
|
36
|
-
|
37
|
-
|
38
|
-
|
39
|
-
|
40
|
-
|
41
|
-
|
42
|
-
|
43
|
-
|
44
|
-
|
45
|
-
|
46
|
-
|
47
|
-
|
48
|
-
|
49
|
-
|
50
|
-
|
51
|
-
|
52
|
-
|
53
|
-
|
54
|
-
|
55
|
-
|
56
|
-
|
57
|
-
|
58
|
-
|
59
|
-
|
60
|
-
|
61
|
-
|
62
|
-
|
63
|
-
|
64
|
-
|
65
|
-
|
66
|
-
|
67
|
-
|
68
|
-
|
69
|
-
|
32
|
+
bHRJbiI6IkFXUzo6UmVnaW9uIiwicmVxdWlyZWQiOmZhbHNlLCJkb2N1bWVu
|
33
|
+
dGF0aW9uIjoiVGhlIEFXUyByZWdpb24gdXNlZCB0byBkaXNwYXRjaCB0aGUg
|
34
|
+
cmVxdWVzdC4iLCJ0eXBlIjoiU3RyaW5nIn0sIlVzZUR1YWxTdGFjayI6eyJi
|
35
|
+
dWlsdEluIjoiQVdTOjpVc2VEdWFsU3RhY2siLCJyZXF1aXJlZCI6dHJ1ZSwi
|
36
|
+
ZGVmYXVsdCI6ZmFsc2UsImRvY3VtZW50YXRpb24iOiJXaGVuIHRydWUsIHVz
|
37
|
+
ZSB0aGUgZHVhbC1zdGFjayBlbmRwb2ludC4gSWYgdGhlIGNvbmZpZ3VyZWQg
|
38
|
+
ZW5kcG9pbnQgZG9lcyBub3Qgc3VwcG9ydCBkdWFsLXN0YWNrLCBkaXNwYXRj
|
39
|
+
aGluZyB0aGUgcmVxdWVzdCBNQVkgcmV0dXJuIGFuIGVycm9yLiIsInR5cGUi
|
40
|
+
OiJCb29sZWFuIn0sIlVzZUZJUFMiOnsiYnVpbHRJbiI6IkFXUzo6VXNlRklQ
|
41
|
+
UyIsInJlcXVpcmVkIjp0cnVlLCJkZWZhdWx0IjpmYWxzZSwiZG9jdW1lbnRh
|
42
|
+
dGlvbiI6IldoZW4gdHJ1ZSwgc2VuZCB0aGlzIHJlcXVlc3QgdG8gdGhlIEZJ
|
43
|
+
UFMtY29tcGxpYW50IHJlZ2lvbmFsIGVuZHBvaW50LiBJZiB0aGUgY29uZmln
|
44
|
+
dXJlZCBlbmRwb2ludCBkb2VzIG5vdCBoYXZlIGEgRklQUyBjb21wbGlhbnQg
|
45
|
+
ZW5kcG9pbnQsIGRpc3BhdGNoaW5nIHRoZSByZXF1ZXN0IHdpbGwgcmV0dXJu
|
46
|
+
IGFuIGVycm9yLiIsInR5cGUiOiJCb29sZWFuIn0sIkVuZHBvaW50Ijp7ImJ1
|
47
|
+
aWx0SW4iOiJTREs6OkVuZHBvaW50IiwicmVxdWlyZWQiOmZhbHNlLCJkb2N1
|
48
|
+
bWVudGF0aW9uIjoiT3ZlcnJpZGUgdGhlIGVuZHBvaW50IHVzZWQgdG8gc2Vu
|
49
|
+
ZCB0aGlzIHJlcXVlc3QiLCJ0eXBlIjoiU3RyaW5nIn19LCJydWxlcyI6W3si
|
50
|
+
Y29uZGl0aW9ucyI6W3siZm4iOiJhd3MucGFydGl0aW9uIiwiYXJndiI6W3si
|
51
|
+
cmVmIjoiUmVnaW9uIn1dLCJhc3NpZ24iOiJQYXJ0aXRpb25SZXN1bHQifV0s
|
52
|
+
InR5cGUiOiJ0cmVlIiwicnVsZXMiOlt7ImNvbmRpdGlvbnMiOlt7ImZuIjoi
|
53
|
+
aXNTZXQiLCJhcmd2IjpbeyJyZWYiOiJFbmRwb2ludCJ9XX0seyJmbiI6InBh
|
54
|
+
cnNlVVJMIiwiYXJndiI6W3sicmVmIjoiRW5kcG9pbnQifV0sImFzc2lnbiI6
|
55
|
+
InVybCJ9XSwidHlwZSI6InRyZWUiLCJydWxlcyI6W3siY29uZGl0aW9ucyI6
|
56
|
+
W3siZm4iOiJib29sZWFuRXF1YWxzIiwiYXJndiI6W3sicmVmIjoiVXNlRklQ
|
57
|
+
UyJ9LHRydWVdfV0sImVycm9yIjoiSW52YWxpZCBDb25maWd1cmF0aW9uOiBG
|
58
|
+
SVBTIGFuZCBjdXN0b20gZW5kcG9pbnQgYXJlIG5vdCBzdXBwb3J0ZWQiLCJ0
|
59
|
+
eXBlIjoiZXJyb3IifSx7ImNvbmRpdGlvbnMiOltdLCJ0eXBlIjoidHJlZSIs
|
60
|
+
InJ1bGVzIjpbeyJjb25kaXRpb25zIjpbeyJmbiI6ImJvb2xlYW5FcXVhbHMi
|
61
|
+
LCJhcmd2IjpbeyJyZWYiOiJVc2VEdWFsU3RhY2sifSx0cnVlXX1dLCJlcnJv
|
62
|
+
ciI6IkludmFsaWQgQ29uZmlndXJhdGlvbjogRHVhbHN0YWNrIGFuZCBjdXN0
|
63
|
+
b20gZW5kcG9pbnQgYXJlIG5vdCBzdXBwb3J0ZWQiLCJ0eXBlIjoiZXJyb3Ii
|
64
|
+
fSx7ImNvbmRpdGlvbnMiOltdLCJlbmRwb2ludCI6eyJ1cmwiOnsicmVmIjoi
|
65
|
+
RW5kcG9pbnQifSwicHJvcGVydGllcyI6e30sImhlYWRlcnMiOnt9fSwidHlw
|
66
|
+
ZSI6ImVuZHBvaW50In1dfV19LHsiY29uZGl0aW9ucyI6W3siZm4iOiJib29s
|
67
|
+
ZWFuRXF1YWxzIiwiYXJndiI6W3sicmVmIjoiVXNlRklQUyJ9LHRydWVdfSx7
|
68
|
+
ImZuIjoiYm9vbGVhbkVxdWFscyIsImFyZ3YiOlt7InJlZiI6IlVzZUR1YWxT
|
69
|
+
dGFjayJ9LHRydWVdfV0sInR5cGUiOiJ0cmVlIiwicnVsZXMiOlt7ImNvbmRp
|
70
|
+
dGlvbnMiOlt7ImZuIjoiYm9vbGVhbkVxdWFscyIsImFyZ3YiOlt0cnVlLHsi
|
71
|
+
Zm4iOiJnZXRBdHRyIiwiYXJndiI6W3sicmVmIjoiUGFydGl0aW9uUmVzdWx0
|
72
|
+
In0sInN1cHBvcnRzRklQUyJdfV19LHsiZm4iOiJib29sZWFuRXF1YWxzIiwi
|
73
|
+
YXJndiI6W3RydWUseyJmbiI6ImdldEF0dHIiLCJhcmd2IjpbeyJyZWYiOiJQ
|
74
|
+
YXJ0aXRpb25SZXN1bHQifSwic3VwcG9ydHNEdWFsU3RhY2siXX1dfV0sInR5
|
75
|
+
cGUiOiJ0cmVlIiwicnVsZXMiOlt7ImNvbmRpdGlvbnMiOltdLCJlbmRwb2lu
|
76
|
+
dCI6eyJ1cmwiOiJodHRwczovL2Nsb3VkdHJhaWwtZmlwcy57UmVnaW9ufS57
|
77
|
+
UGFydGl0aW9uUmVzdWx0I2R1YWxTdGFja0Ruc1N1ZmZpeH0iLCJwcm9wZXJ0
|
78
|
+
aWVzIjp7fSwiaGVhZGVycyI6e319LCJ0eXBlIjoiZW5kcG9pbnQifV19LHsi
|
79
|
+
Y29uZGl0aW9ucyI6W10sImVycm9yIjoiRklQUyBhbmQgRHVhbFN0YWNrIGFy
|
80
|
+
ZSBlbmFibGVkLCBidXQgdGhpcyBwYXJ0aXRpb24gZG9lcyBub3Qgc3VwcG9y
|
81
|
+
dCBvbmUgb3IgYm90aCIsInR5cGUiOiJlcnJvciJ9XX0seyJjb25kaXRpb25z
|
82
|
+
IjpbeyJmbiI6ImJvb2xlYW5FcXVhbHMiLCJhcmd2IjpbeyJyZWYiOiJVc2VG
|
83
|
+
SVBTIn0sdHJ1ZV19XSwidHlwZSI6InRyZWUiLCJydWxlcyI6W3siY29uZGl0
|
70
84
|
aW9ucyI6W3siZm4iOiJib29sZWFuRXF1YWxzIiwiYXJndiI6W3RydWUseyJm
|
71
85
|
biI6ImdldEF0dHIiLCJhcmd2IjpbeyJyZWYiOiJQYXJ0aXRpb25SZXN1bHQi
|
72
|
-
|
73
|
-
|
74
|
-
|
75
|
-
|
76
|
-
|
77
|
-
|
78
|
-
|
79
|
-
|
80
|
-
|
81
|
-
|
82
|
-
|
83
|
-
|
84
|
-
|
85
|
-
|
86
|
-
|
87
|
-
|
88
|
-
|
89
|
-
|
90
|
-
|
91
|
-
|
92
|
-
|
93
|
-
|
94
|
-
|
95
|
-
|
96
|
-
|
97
|
-
|
98
|
-
|
99
|
-
|
100
|
-
|
101
|
-
|
102
|
-
|
103
|
-
LCJhcmd2IjpbeyJyZWYiOiJVc2VEdWFsU3RhY2sifSx0cnVlXX1dLCJ0eXBl
|
104
|
-
IjoidHJlZSIsInJ1bGVzIjpbeyJjb25kaXRpb25zIjpbeyJmbiI6ImJvb2xl
|
105
|
-
YW5FcXVhbHMiLCJhcmd2IjpbdHJ1ZSx7ImZuIjoiZ2V0QXR0ciIsImFyZ3Yi
|
106
|
-
Olt7InJlZiI6IlBhcnRpdGlvblJlc3VsdCJ9LCJzdXBwb3J0c0R1YWxTdGFj
|
107
|
-
ayJdfV19XSwidHlwZSI6InRyZWUiLCJydWxlcyI6W3siY29uZGl0aW9ucyI6
|
108
|
-
W10sImVuZHBvaW50Ijp7InVybCI6Imh0dHBzOi8vY2xvdWR0cmFpbC57UmVn
|
109
|
-
aW9ufS57UGFydGl0aW9uUmVzdWx0I2R1YWxTdGFja0Ruc1N1ZmZpeH0iLCJw
|
110
|
-
cm9wZXJ0aWVzIjp7fSwiaGVhZGVycyI6e319LCJ0eXBlIjoiZW5kcG9pbnQi
|
111
|
-
fV19LHsiY29uZGl0aW9ucyI6W10sImVycm9yIjoiRHVhbFN0YWNrIGlzIGVu
|
112
|
-
YWJsZWQgYnV0IHRoaXMgcGFydGl0aW9uIGRvZXMgbm90IHN1cHBvcnQgRHVh
|
113
|
-
bFN0YWNrIiwidHlwZSI6ImVycm9yIn1dfSx7ImNvbmRpdGlvbnMiOltdLCJl
|
114
|
-
bmRwb2ludCI6eyJ1cmwiOiJodHRwczovL2Nsb3VkdHJhaWwue1JlZ2lvbn0u
|
115
|
-
e1BhcnRpdGlvblJlc3VsdCNkbnNTdWZmaXh9IiwicHJvcGVydGllcyI6e30s
|
116
|
-
ImhlYWRlcnMiOnt9fSwidHlwZSI6ImVuZHBvaW50In1dfV19
|
86
|
+
fSwic3VwcG9ydHNGSVBTIl19XX1dLCJ0eXBlIjoidHJlZSIsInJ1bGVzIjpb
|
87
|
+
eyJjb25kaXRpb25zIjpbXSwidHlwZSI6InRyZWUiLCJydWxlcyI6W3siY29u
|
88
|
+
ZGl0aW9ucyI6W3siZm4iOiJzdHJpbmdFcXVhbHMiLCJhcmd2IjpbeyJyZWYi
|
89
|
+
OiJSZWdpb24ifSwidXMtZ292LXdlc3QtMSJdfV0sImVuZHBvaW50Ijp7InVy
|
90
|
+
bCI6Imh0dHBzOi8vY2xvdWR0cmFpbC51cy1nb3Ytd2VzdC0xLmFtYXpvbmF3
|
91
|
+
cy5jb20iLCJwcm9wZXJ0aWVzIjp7fSwiaGVhZGVycyI6e319LCJ0eXBlIjoi
|
92
|
+
ZW5kcG9pbnQifSx7ImNvbmRpdGlvbnMiOlt7ImZuIjoic3RyaW5nRXF1YWxz
|
93
|
+
IiwiYXJndiI6W3sicmVmIjoiUmVnaW9uIn0sInVzLWdvdi1lYXN0LTEiXX1d
|
94
|
+
LCJlbmRwb2ludCI6eyJ1cmwiOiJodHRwczovL2Nsb3VkdHJhaWwudXMtZ292
|
95
|
+
LWVhc3QtMS5hbWF6b25hd3MuY29tIiwicHJvcGVydGllcyI6e30sImhlYWRl
|
96
|
+
cnMiOnt9fSwidHlwZSI6ImVuZHBvaW50In0seyJjb25kaXRpb25zIjpbXSwi
|
97
|
+
ZW5kcG9pbnQiOnsidXJsIjoiaHR0cHM6Ly9jbG91ZHRyYWlsLWZpcHMue1Jl
|
98
|
+
Z2lvbn0ue1BhcnRpdGlvblJlc3VsdCNkbnNTdWZmaXh9IiwicHJvcGVydGll
|
99
|
+
cyI6e30sImhlYWRlcnMiOnt9fSwidHlwZSI6ImVuZHBvaW50In1dfV19LHsi
|
100
|
+
Y29uZGl0aW9ucyI6W10sImVycm9yIjoiRklQUyBpcyBlbmFibGVkIGJ1dCB0
|
101
|
+
aGlzIHBhcnRpdGlvbiBkb2VzIG5vdCBzdXBwb3J0IEZJUFMiLCJ0eXBlIjoi
|
102
|
+
ZXJyb3IifV19LHsiY29uZGl0aW9ucyI6W3siZm4iOiJib29sZWFuRXF1YWxz
|
103
|
+
IiwiYXJndiI6W3sicmVmIjoiVXNlRHVhbFN0YWNrIn0sdHJ1ZV19XSwidHlw
|
104
|
+
ZSI6InRyZWUiLCJydWxlcyI6W3siY29uZGl0aW9ucyI6W3siZm4iOiJib29s
|
105
|
+
ZWFuRXF1YWxzIiwiYXJndiI6W3RydWUseyJmbiI6ImdldEF0dHIiLCJhcmd2
|
106
|
+
IjpbeyJyZWYiOiJQYXJ0aXRpb25SZXN1bHQifSwic3VwcG9ydHNEdWFsU3Rh
|
107
|
+
Y2siXX1dfV0sInR5cGUiOiJ0cmVlIiwicnVsZXMiOlt7ImNvbmRpdGlvbnMi
|
108
|
+
OltdLCJlbmRwb2ludCI6eyJ1cmwiOiJodHRwczovL2Nsb3VkdHJhaWwue1Jl
|
109
|
+
Z2lvbn0ue1BhcnRpdGlvblJlc3VsdCNkdWFsU3RhY2tEbnNTdWZmaXh9Iiwi
|
110
|
+
cHJvcGVydGllcyI6e30sImhlYWRlcnMiOnt9fSwidHlwZSI6ImVuZHBvaW50
|
111
|
+
In1dfSx7ImNvbmRpdGlvbnMiOltdLCJlcnJvciI6IkR1YWxTdGFjayBpcyBl
|
112
|
+
bmFibGVkIGJ1dCB0aGlzIHBhcnRpdGlvbiBkb2VzIG5vdCBzdXBwb3J0IER1
|
113
|
+
YWxTdGFjayIsInR5cGUiOiJlcnJvciJ9XX0seyJjb25kaXRpb25zIjpbXSwi
|
114
|
+
ZW5kcG9pbnQiOnsidXJsIjoiaHR0cHM6Ly9jbG91ZHRyYWlsLntSZWdpb259
|
115
|
+
LntQYXJ0aXRpb25SZXN1bHQjZG5zU3VmZml4fSIsInByb3BlcnRpZXMiOnt9
|
116
|
+
LCJoZWFkZXJzIjp7fX0sInR5cGUiOiJlbmRwb2ludCJ9XX1dfQ==
|
117
117
|
|
118
118
|
JSON
|
119
119
|
end
|