aws-sdk-ivschat 1.5.0 → 1.7.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -14,18 +14,26 @@ module Aws::Ivschat
14
14
  include Seahorse::Model
15
15
 
16
16
  AccessDeniedException = Shapes::StructureShape.new(name: 'AccessDeniedException')
17
+ BucketName = Shapes::StringShape.new(name: 'BucketName')
17
18
  ChatToken = Shapes::StringShape.new(name: 'ChatToken')
18
19
  ChatTokenAttributes = Shapes::MapShape.new(name: 'ChatTokenAttributes')
19
20
  ChatTokenCapabilities = Shapes::ListShape.new(name: 'ChatTokenCapabilities')
20
21
  ChatTokenCapability = Shapes::StringShape.new(name: 'ChatTokenCapability')
22
+ CloudWatchLogsDestinationConfiguration = Shapes::StructureShape.new(name: 'CloudWatchLogsDestinationConfiguration')
21
23
  ConflictException = Shapes::StructureShape.new(name: 'ConflictException')
22
24
  CreateChatTokenRequest = Shapes::StructureShape.new(name: 'CreateChatTokenRequest')
23
25
  CreateChatTokenResponse = Shapes::StructureShape.new(name: 'CreateChatTokenResponse')
26
+ CreateLoggingConfigurationRequest = Shapes::StructureShape.new(name: 'CreateLoggingConfigurationRequest')
27
+ CreateLoggingConfigurationResponse = Shapes::StructureShape.new(name: 'CreateLoggingConfigurationResponse')
28
+ CreateLoggingConfigurationState = Shapes::StringShape.new(name: 'CreateLoggingConfigurationState')
24
29
  CreateRoomRequest = Shapes::StructureShape.new(name: 'CreateRoomRequest')
25
30
  CreateRoomResponse = Shapes::StructureShape.new(name: 'CreateRoomResponse')
31
+ DeleteLoggingConfigurationRequest = Shapes::StructureShape.new(name: 'DeleteLoggingConfigurationRequest')
26
32
  DeleteMessageRequest = Shapes::StructureShape.new(name: 'DeleteMessageRequest')
27
33
  DeleteMessageResponse = Shapes::StructureShape.new(name: 'DeleteMessageResponse')
28
34
  DeleteRoomRequest = Shapes::StructureShape.new(name: 'DeleteRoomRequest')
35
+ DeliveryStreamName = Shapes::StringShape.new(name: 'DeliveryStreamName')
36
+ DestinationConfiguration = Shapes::UnionShape.new(name: 'DestinationConfiguration')
29
37
  DisconnectUserRequest = Shapes::StructureShape.new(name: 'DisconnectUserRequest')
30
38
  DisconnectUserResponse = Shapes::StructureShape.new(name: 'DisconnectUserResponse')
31
39
  ErrorMessage = Shapes::StringShape.new(name: 'ErrorMessage')
@@ -33,16 +41,31 @@ module Aws::Ivschat
33
41
  EventName = Shapes::StringShape.new(name: 'EventName')
34
42
  FallbackResult = Shapes::StringShape.new(name: 'FallbackResult')
35
43
  FieldName = Shapes::StringShape.new(name: 'FieldName')
44
+ FirehoseDestinationConfiguration = Shapes::StructureShape.new(name: 'FirehoseDestinationConfiguration')
45
+ GetLoggingConfigurationRequest = Shapes::StructureShape.new(name: 'GetLoggingConfigurationRequest')
46
+ GetLoggingConfigurationResponse = Shapes::StructureShape.new(name: 'GetLoggingConfigurationResponse')
36
47
  GetRoomRequest = Shapes::StructureShape.new(name: 'GetRoomRequest')
37
48
  GetRoomResponse = Shapes::StructureShape.new(name: 'GetRoomResponse')
38
49
  ID = Shapes::StringShape.new(name: 'ID')
39
50
  InternalServerException = Shapes::StructureShape.new(name: 'InternalServerException')
40
51
  LambdaArn = Shapes::StringShape.new(name: 'LambdaArn')
41
52
  Limit = Shapes::IntegerShape.new(name: 'Limit')
53
+ ListLoggingConfigurationsRequest = Shapes::StructureShape.new(name: 'ListLoggingConfigurationsRequest')
54
+ ListLoggingConfigurationsResponse = Shapes::StructureShape.new(name: 'ListLoggingConfigurationsResponse')
42
55
  ListRoomsRequest = Shapes::StructureShape.new(name: 'ListRoomsRequest')
43
56
  ListRoomsResponse = Shapes::StructureShape.new(name: 'ListRoomsResponse')
44
57
  ListTagsForResourceRequest = Shapes::StructureShape.new(name: 'ListTagsForResourceRequest')
45
58
  ListTagsForResourceResponse = Shapes::StructureShape.new(name: 'ListTagsForResourceResponse')
59
+ LogGroupName = Shapes::StringShape.new(name: 'LogGroupName')
60
+ LoggingConfigurationArn = Shapes::StringShape.new(name: 'LoggingConfigurationArn')
61
+ LoggingConfigurationID = Shapes::StringShape.new(name: 'LoggingConfigurationID')
62
+ LoggingConfigurationIdentifier = Shapes::StringShape.new(name: 'LoggingConfigurationIdentifier')
63
+ LoggingConfigurationIdentifierList = Shapes::ListShape.new(name: 'LoggingConfigurationIdentifierList')
64
+ LoggingConfigurationList = Shapes::ListShape.new(name: 'LoggingConfigurationList')
65
+ LoggingConfigurationName = Shapes::StringShape.new(name: 'LoggingConfigurationName')
66
+ LoggingConfigurationState = Shapes::StringShape.new(name: 'LoggingConfigurationState')
67
+ LoggingConfigurationSummary = Shapes::StructureShape.new(name: 'LoggingConfigurationSummary')
68
+ MaxLoggingConfigurationResults = Shapes::IntegerShape.new(name: 'MaxLoggingConfigurationResults')
46
69
  MaxRoomResults = Shapes::IntegerShape.new(name: 'MaxRoomResults')
47
70
  MessageID = Shapes::StringShape.new(name: 'MessageID')
48
71
  MessageReviewHandler = Shapes::StructureShape.new(name: 'MessageReviewHandler')
@@ -61,6 +84,7 @@ module Aws::Ivschat
61
84
  RoomMaxMessageRatePerSecond = Shapes::IntegerShape.new(name: 'RoomMaxMessageRatePerSecond')
62
85
  RoomName = Shapes::StringShape.new(name: 'RoomName')
63
86
  RoomSummary = Shapes::StructureShape.new(name: 'RoomSummary')
87
+ S3DestinationConfiguration = Shapes::StructureShape.new(name: 'S3DestinationConfiguration')
64
88
  SendEventRequest = Shapes::StructureShape.new(name: 'SendEventRequest')
65
89
  SendEventResponse = Shapes::StructureShape.new(name: 'SendEventResponse')
66
90
  ServiceQuotaExceededException = Shapes::StructureShape.new(name: 'ServiceQuotaExceededException')
@@ -76,6 +100,9 @@ module Aws::Ivschat
76
100
  Time = Shapes::TimestampShape.new(name: 'Time', timestampFormat: "iso8601")
77
101
  UntagResourceRequest = Shapes::StructureShape.new(name: 'UntagResourceRequest')
78
102
  UntagResourceResponse = Shapes::StructureShape.new(name: 'UntagResourceResponse')
103
+ UpdateLoggingConfigurationRequest = Shapes::StructureShape.new(name: 'UpdateLoggingConfigurationRequest')
104
+ UpdateLoggingConfigurationResponse = Shapes::StructureShape.new(name: 'UpdateLoggingConfigurationResponse')
105
+ UpdateLoggingConfigurationState = Shapes::StringShape.new(name: 'UpdateLoggingConfigurationState')
79
106
  UpdateRoomRequest = Shapes::StructureShape.new(name: 'UpdateRoomRequest')
80
107
  UpdateRoomResponse = Shapes::StructureShape.new(name: 'UpdateRoomResponse')
81
108
  UserID = Shapes::StringShape.new(name: 'UserID')
@@ -92,6 +119,9 @@ module Aws::Ivschat
92
119
 
93
120
  ChatTokenCapabilities.member = Shapes::ShapeRef.new(shape: ChatTokenCapability)
94
121
 
122
+ CloudWatchLogsDestinationConfiguration.add_member(:log_group_name, Shapes::ShapeRef.new(shape: LogGroupName, required: true, location_name: "logGroupName"))
123
+ CloudWatchLogsDestinationConfiguration.struct_class = Types::CloudWatchLogsDestinationConfiguration
124
+
95
125
  ConflictException.add_member(:message, Shapes::ShapeRef.new(shape: ErrorMessage, required: true, location_name: "message"))
96
126
  ConflictException.add_member(:resource_id, Shapes::ShapeRef.new(shape: ResourceId, required: true, location_name: "resourceId"))
97
127
  ConflictException.add_member(:resource_type, Shapes::ShapeRef.new(shape: ResourceType, required: true, location_name: "resourceType"))
@@ -109,6 +139,22 @@ module Aws::Ivschat
109
139
  CreateChatTokenResponse.add_member(:token_expiration_time, Shapes::ShapeRef.new(shape: Time, location_name: "tokenExpirationTime"))
110
140
  CreateChatTokenResponse.struct_class = Types::CreateChatTokenResponse
111
141
 
142
+ CreateLoggingConfigurationRequest.add_member(:destination_configuration, Shapes::ShapeRef.new(shape: DestinationConfiguration, required: true, location_name: "destinationConfiguration"))
143
+ CreateLoggingConfigurationRequest.add_member(:name, Shapes::ShapeRef.new(shape: LoggingConfigurationName, location_name: "name"))
144
+ CreateLoggingConfigurationRequest.add_member(:tags, Shapes::ShapeRef.new(shape: Tags, location_name: "tags"))
145
+ CreateLoggingConfigurationRequest.struct_class = Types::CreateLoggingConfigurationRequest
146
+
147
+ CreateLoggingConfigurationResponse.add_member(:arn, Shapes::ShapeRef.new(shape: LoggingConfigurationArn, location_name: "arn"))
148
+ CreateLoggingConfigurationResponse.add_member(:create_time, Shapes::ShapeRef.new(shape: Time, location_name: "createTime"))
149
+ CreateLoggingConfigurationResponse.add_member(:destination_configuration, Shapes::ShapeRef.new(shape: DestinationConfiguration, location_name: "destinationConfiguration"))
150
+ CreateLoggingConfigurationResponse.add_member(:id, Shapes::ShapeRef.new(shape: LoggingConfigurationID, location_name: "id"))
151
+ CreateLoggingConfigurationResponse.add_member(:name, Shapes::ShapeRef.new(shape: LoggingConfigurationName, location_name: "name"))
152
+ CreateLoggingConfigurationResponse.add_member(:state, Shapes::ShapeRef.new(shape: CreateLoggingConfigurationState, location_name: "state"))
153
+ CreateLoggingConfigurationResponse.add_member(:tags, Shapes::ShapeRef.new(shape: Tags, location_name: "tags"))
154
+ CreateLoggingConfigurationResponse.add_member(:update_time, Shapes::ShapeRef.new(shape: Time, location_name: "updateTime"))
155
+ CreateLoggingConfigurationResponse.struct_class = Types::CreateLoggingConfigurationResponse
156
+
157
+ CreateRoomRequest.add_member(:logging_configuration_identifiers, Shapes::ShapeRef.new(shape: LoggingConfigurationIdentifierList, location_name: "loggingConfigurationIdentifiers"))
112
158
  CreateRoomRequest.add_member(:maximum_message_length, Shapes::ShapeRef.new(shape: RoomMaxMessageLength, location_name: "maximumMessageLength"))
113
159
  CreateRoomRequest.add_member(:maximum_message_rate_per_second, Shapes::ShapeRef.new(shape: RoomMaxMessageRatePerSecond, location_name: "maximumMessageRatePerSecond"))
114
160
  CreateRoomRequest.add_member(:message_review_handler, Shapes::ShapeRef.new(shape: MessageReviewHandler, location_name: "messageReviewHandler"))
@@ -119,6 +165,7 @@ module Aws::Ivschat
119
165
  CreateRoomResponse.add_member(:arn, Shapes::ShapeRef.new(shape: RoomArn, location_name: "arn"))
120
166
  CreateRoomResponse.add_member(:create_time, Shapes::ShapeRef.new(shape: Time, location_name: "createTime"))
121
167
  CreateRoomResponse.add_member(:id, Shapes::ShapeRef.new(shape: RoomID, location_name: "id"))
168
+ CreateRoomResponse.add_member(:logging_configuration_identifiers, Shapes::ShapeRef.new(shape: LoggingConfigurationIdentifierList, location_name: "loggingConfigurationIdentifiers"))
122
169
  CreateRoomResponse.add_member(:maximum_message_length, Shapes::ShapeRef.new(shape: RoomMaxMessageLength, location_name: "maximumMessageLength"))
123
170
  CreateRoomResponse.add_member(:maximum_message_rate_per_second, Shapes::ShapeRef.new(shape: RoomMaxMessageRatePerSecond, location_name: "maximumMessageRatePerSecond"))
124
171
  CreateRoomResponse.add_member(:message_review_handler, Shapes::ShapeRef.new(shape: MessageReviewHandler, location_name: "messageReviewHandler"))
@@ -127,6 +174,9 @@ module Aws::Ivschat
127
174
  CreateRoomResponse.add_member(:update_time, Shapes::ShapeRef.new(shape: Time, location_name: "updateTime"))
128
175
  CreateRoomResponse.struct_class = Types::CreateRoomResponse
129
176
 
177
+ DeleteLoggingConfigurationRequest.add_member(:identifier, Shapes::ShapeRef.new(shape: LoggingConfigurationIdentifier, required: true, location_name: "identifier"))
178
+ DeleteLoggingConfigurationRequest.struct_class = Types::DeleteLoggingConfigurationRequest
179
+
130
180
  DeleteMessageRequest.add_member(:id, Shapes::ShapeRef.new(shape: MessageID, required: true, location_name: "id"))
131
181
  DeleteMessageRequest.add_member(:reason, Shapes::ShapeRef.new(shape: Reason, location_name: "reason"))
132
182
  DeleteMessageRequest.add_member(:room_identifier, Shapes::ShapeRef.new(shape: RoomIdentifier, required: true, location_name: "roomIdentifier"))
@@ -138,6 +188,16 @@ module Aws::Ivschat
138
188
  DeleteRoomRequest.add_member(:identifier, Shapes::ShapeRef.new(shape: RoomIdentifier, required: true, location_name: "identifier"))
139
189
  DeleteRoomRequest.struct_class = Types::DeleteRoomRequest
140
190
 
191
+ DestinationConfiguration.add_member(:cloud_watch_logs, Shapes::ShapeRef.new(shape: CloudWatchLogsDestinationConfiguration, location_name: "cloudWatchLogs"))
192
+ DestinationConfiguration.add_member(:firehose, Shapes::ShapeRef.new(shape: FirehoseDestinationConfiguration, location_name: "firehose"))
193
+ DestinationConfiguration.add_member(:s3, Shapes::ShapeRef.new(shape: S3DestinationConfiguration, location_name: "s3"))
194
+ DestinationConfiguration.add_member(:unknown, Shapes::ShapeRef.new(shape: nil, location_name: 'unknown'))
195
+ DestinationConfiguration.add_member_subclass(:cloud_watch_logs, Types::DestinationConfiguration::CloudWatchLogs)
196
+ DestinationConfiguration.add_member_subclass(:firehose, Types::DestinationConfiguration::Firehose)
197
+ DestinationConfiguration.add_member_subclass(:s3, Types::DestinationConfiguration::S3)
198
+ DestinationConfiguration.add_member_subclass(:unknown, Types::DestinationConfiguration::Unknown)
199
+ DestinationConfiguration.struct_class = Types::DestinationConfiguration
200
+
141
201
  DisconnectUserRequest.add_member(:reason, Shapes::ShapeRef.new(shape: Reason, location_name: "reason"))
142
202
  DisconnectUserRequest.add_member(:room_identifier, Shapes::ShapeRef.new(shape: RoomIdentifier, required: true, location_name: "roomIdentifier"))
143
203
  DisconnectUserRequest.add_member(:user_id, Shapes::ShapeRef.new(shape: UserID, required: true, location_name: "userId"))
@@ -148,12 +208,29 @@ module Aws::Ivschat
148
208
  EventAttributes.key = Shapes::ShapeRef.new(shape: String)
149
209
  EventAttributes.value = Shapes::ShapeRef.new(shape: String)
150
210
 
211
+ FirehoseDestinationConfiguration.add_member(:delivery_stream_name, Shapes::ShapeRef.new(shape: DeliveryStreamName, required: true, location_name: "deliveryStreamName"))
212
+ FirehoseDestinationConfiguration.struct_class = Types::FirehoseDestinationConfiguration
213
+
214
+ GetLoggingConfigurationRequest.add_member(:identifier, Shapes::ShapeRef.new(shape: LoggingConfigurationIdentifier, required: true, location_name: "identifier"))
215
+ GetLoggingConfigurationRequest.struct_class = Types::GetLoggingConfigurationRequest
216
+
217
+ GetLoggingConfigurationResponse.add_member(:arn, Shapes::ShapeRef.new(shape: LoggingConfigurationArn, location_name: "arn"))
218
+ GetLoggingConfigurationResponse.add_member(:create_time, Shapes::ShapeRef.new(shape: Time, location_name: "createTime"))
219
+ GetLoggingConfigurationResponse.add_member(:destination_configuration, Shapes::ShapeRef.new(shape: DestinationConfiguration, location_name: "destinationConfiguration"))
220
+ GetLoggingConfigurationResponse.add_member(:id, Shapes::ShapeRef.new(shape: LoggingConfigurationID, location_name: "id"))
221
+ GetLoggingConfigurationResponse.add_member(:name, Shapes::ShapeRef.new(shape: LoggingConfigurationName, location_name: "name"))
222
+ GetLoggingConfigurationResponse.add_member(:state, Shapes::ShapeRef.new(shape: LoggingConfigurationState, location_name: "state"))
223
+ GetLoggingConfigurationResponse.add_member(:tags, Shapes::ShapeRef.new(shape: Tags, location_name: "tags"))
224
+ GetLoggingConfigurationResponse.add_member(:update_time, Shapes::ShapeRef.new(shape: Time, location_name: "updateTime"))
225
+ GetLoggingConfigurationResponse.struct_class = Types::GetLoggingConfigurationResponse
226
+
151
227
  GetRoomRequest.add_member(:identifier, Shapes::ShapeRef.new(shape: RoomIdentifier, required: true, location_name: "identifier"))
152
228
  GetRoomRequest.struct_class = Types::GetRoomRequest
153
229
 
154
230
  GetRoomResponse.add_member(:arn, Shapes::ShapeRef.new(shape: RoomArn, location_name: "arn"))
155
231
  GetRoomResponse.add_member(:create_time, Shapes::ShapeRef.new(shape: Time, location_name: "createTime"))
156
232
  GetRoomResponse.add_member(:id, Shapes::ShapeRef.new(shape: RoomID, location_name: "id"))
233
+ GetRoomResponse.add_member(:logging_configuration_identifiers, Shapes::ShapeRef.new(shape: LoggingConfigurationIdentifierList, location_name: "loggingConfigurationIdentifiers"))
157
234
  GetRoomResponse.add_member(:maximum_message_length, Shapes::ShapeRef.new(shape: RoomMaxMessageLength, location_name: "maximumMessageLength"))
158
235
  GetRoomResponse.add_member(:maximum_message_rate_per_second, Shapes::ShapeRef.new(shape: RoomMaxMessageRatePerSecond, location_name: "maximumMessageRatePerSecond"))
159
236
  GetRoomResponse.add_member(:message_review_handler, Shapes::ShapeRef.new(shape: MessageReviewHandler, location_name: "messageReviewHandler"))
@@ -165,6 +242,15 @@ module Aws::Ivschat
165
242
  InternalServerException.add_member(:message, Shapes::ShapeRef.new(shape: ErrorMessage, required: true, location_name: "message"))
166
243
  InternalServerException.struct_class = Types::InternalServerException
167
244
 
245
+ ListLoggingConfigurationsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxLoggingConfigurationResults, location_name: "maxResults"))
246
+ ListLoggingConfigurationsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: PaginationToken, location_name: "nextToken"))
247
+ ListLoggingConfigurationsRequest.struct_class = Types::ListLoggingConfigurationsRequest
248
+
249
+ ListLoggingConfigurationsResponse.add_member(:logging_configurations, Shapes::ShapeRef.new(shape: LoggingConfigurationList, required: true, location_name: "loggingConfigurations"))
250
+ ListLoggingConfigurationsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: PaginationToken, location_name: "nextToken"))
251
+ ListLoggingConfigurationsResponse.struct_class = Types::ListLoggingConfigurationsResponse
252
+
253
+ ListRoomsRequest.add_member(:logging_configuration_identifier, Shapes::ShapeRef.new(shape: LoggingConfigurationIdentifier, location_name: "loggingConfigurationIdentifier"))
168
254
  ListRoomsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxRoomResults, location_name: "maxResults"))
169
255
  ListRoomsRequest.add_member(:message_review_handler_uri, Shapes::ShapeRef.new(shape: LambdaArn, location_name: "messageReviewHandlerUri"))
170
256
  ListRoomsRequest.add_member(:name, Shapes::ShapeRef.new(shape: RoomName, location_name: "name"))
@@ -181,6 +267,20 @@ module Aws::Ivschat
181
267
  ListTagsForResourceResponse.add_member(:tags, Shapes::ShapeRef.new(shape: Tags, required: true, location_name: "tags"))
182
268
  ListTagsForResourceResponse.struct_class = Types::ListTagsForResourceResponse
183
269
 
270
+ LoggingConfigurationIdentifierList.member = Shapes::ShapeRef.new(shape: LoggingConfigurationIdentifier)
271
+
272
+ LoggingConfigurationList.member = Shapes::ShapeRef.new(shape: LoggingConfigurationSummary)
273
+
274
+ LoggingConfigurationSummary.add_member(:arn, Shapes::ShapeRef.new(shape: LoggingConfigurationArn, location_name: "arn"))
275
+ LoggingConfigurationSummary.add_member(:create_time, Shapes::ShapeRef.new(shape: Time, location_name: "createTime"))
276
+ LoggingConfigurationSummary.add_member(:destination_configuration, Shapes::ShapeRef.new(shape: DestinationConfiguration, location_name: "destinationConfiguration"))
277
+ LoggingConfigurationSummary.add_member(:id, Shapes::ShapeRef.new(shape: LoggingConfigurationID, location_name: "id"))
278
+ LoggingConfigurationSummary.add_member(:name, Shapes::ShapeRef.new(shape: LoggingConfigurationName, location_name: "name"))
279
+ LoggingConfigurationSummary.add_member(:state, Shapes::ShapeRef.new(shape: LoggingConfigurationState, location_name: "state"))
280
+ LoggingConfigurationSummary.add_member(:tags, Shapes::ShapeRef.new(shape: Tags, location_name: "tags"))
281
+ LoggingConfigurationSummary.add_member(:update_time, Shapes::ShapeRef.new(shape: Time, location_name: "updateTime"))
282
+ LoggingConfigurationSummary.struct_class = Types::LoggingConfigurationSummary
283
+
184
284
  MessageReviewHandler.add_member(:fallback_result, Shapes::ShapeRef.new(shape: FallbackResult, location_name: "fallbackResult"))
185
285
  MessageReviewHandler.add_member(:uri, Shapes::ShapeRef.new(shape: LambdaArn, location_name: "uri"))
186
286
  MessageReviewHandler.struct_class = Types::MessageReviewHandler
@@ -198,12 +298,16 @@ module Aws::Ivschat
198
298
  RoomSummary.add_member(:arn, Shapes::ShapeRef.new(shape: RoomArn, location_name: "arn"))
199
299
  RoomSummary.add_member(:create_time, Shapes::ShapeRef.new(shape: Time, location_name: "createTime"))
200
300
  RoomSummary.add_member(:id, Shapes::ShapeRef.new(shape: RoomID, location_name: "id"))
301
+ RoomSummary.add_member(:logging_configuration_identifiers, Shapes::ShapeRef.new(shape: LoggingConfigurationIdentifierList, location_name: "loggingConfigurationIdentifiers"))
201
302
  RoomSummary.add_member(:message_review_handler, Shapes::ShapeRef.new(shape: MessageReviewHandler, location_name: "messageReviewHandler"))
202
303
  RoomSummary.add_member(:name, Shapes::ShapeRef.new(shape: RoomName, location_name: "name"))
203
304
  RoomSummary.add_member(:tags, Shapes::ShapeRef.new(shape: Tags, location_name: "tags"))
204
305
  RoomSummary.add_member(:update_time, Shapes::ShapeRef.new(shape: Time, location_name: "updateTime"))
205
306
  RoomSummary.struct_class = Types::RoomSummary
206
307
 
308
+ S3DestinationConfiguration.add_member(:bucket_name, Shapes::ShapeRef.new(shape: BucketName, required: true, location_name: "bucketName"))
309
+ S3DestinationConfiguration.struct_class = Types::S3DestinationConfiguration
310
+
207
311
  SendEventRequest.add_member(:attributes, Shapes::ShapeRef.new(shape: EventAttributes, location_name: "attributes"))
208
312
  SendEventRequest.add_member(:event_name, Shapes::ShapeRef.new(shape: EventName, required: true, location_name: "eventName"))
209
313
  SendEventRequest.add_member(:room_identifier, Shapes::ShapeRef.new(shape: RoomIdentifier, required: true, location_name: "roomIdentifier"))
@@ -241,7 +345,23 @@ module Aws::Ivschat
241
345
 
242
346
  UntagResourceResponse.struct_class = Types::UntagResourceResponse
243
347
 
348
+ UpdateLoggingConfigurationRequest.add_member(:destination_configuration, Shapes::ShapeRef.new(shape: DestinationConfiguration, location_name: "destinationConfiguration"))
349
+ UpdateLoggingConfigurationRequest.add_member(:identifier, Shapes::ShapeRef.new(shape: LoggingConfigurationIdentifier, required: true, location_name: "identifier"))
350
+ UpdateLoggingConfigurationRequest.add_member(:name, Shapes::ShapeRef.new(shape: LoggingConfigurationName, location_name: "name"))
351
+ UpdateLoggingConfigurationRequest.struct_class = Types::UpdateLoggingConfigurationRequest
352
+
353
+ UpdateLoggingConfigurationResponse.add_member(:arn, Shapes::ShapeRef.new(shape: LoggingConfigurationArn, location_name: "arn"))
354
+ UpdateLoggingConfigurationResponse.add_member(:create_time, Shapes::ShapeRef.new(shape: Time, location_name: "createTime"))
355
+ UpdateLoggingConfigurationResponse.add_member(:destination_configuration, Shapes::ShapeRef.new(shape: DestinationConfiguration, location_name: "destinationConfiguration"))
356
+ UpdateLoggingConfigurationResponse.add_member(:id, Shapes::ShapeRef.new(shape: LoggingConfigurationID, location_name: "id"))
357
+ UpdateLoggingConfigurationResponse.add_member(:name, Shapes::ShapeRef.new(shape: LoggingConfigurationName, location_name: "name"))
358
+ UpdateLoggingConfigurationResponse.add_member(:state, Shapes::ShapeRef.new(shape: UpdateLoggingConfigurationState, location_name: "state"))
359
+ UpdateLoggingConfigurationResponse.add_member(:tags, Shapes::ShapeRef.new(shape: Tags, location_name: "tags"))
360
+ UpdateLoggingConfigurationResponse.add_member(:update_time, Shapes::ShapeRef.new(shape: Time, location_name: "updateTime"))
361
+ UpdateLoggingConfigurationResponse.struct_class = Types::UpdateLoggingConfigurationResponse
362
+
244
363
  UpdateRoomRequest.add_member(:identifier, Shapes::ShapeRef.new(shape: RoomIdentifier, required: true, location_name: "identifier"))
364
+ UpdateRoomRequest.add_member(:logging_configuration_identifiers, Shapes::ShapeRef.new(shape: LoggingConfigurationIdentifierList, location_name: "loggingConfigurationIdentifiers"))
245
365
  UpdateRoomRequest.add_member(:maximum_message_length, Shapes::ShapeRef.new(shape: RoomMaxMessageLength, location_name: "maximumMessageLength"))
246
366
  UpdateRoomRequest.add_member(:maximum_message_rate_per_second, Shapes::ShapeRef.new(shape: RoomMaxMessageRatePerSecond, location_name: "maximumMessageRatePerSecond"))
247
367
  UpdateRoomRequest.add_member(:message_review_handler, Shapes::ShapeRef.new(shape: MessageReviewHandler, location_name: "messageReviewHandler"))
@@ -251,6 +371,7 @@ module Aws::Ivschat
251
371
  UpdateRoomResponse.add_member(:arn, Shapes::ShapeRef.new(shape: RoomArn, location_name: "arn"))
252
372
  UpdateRoomResponse.add_member(:create_time, Shapes::ShapeRef.new(shape: Time, location_name: "createTime"))
253
373
  UpdateRoomResponse.add_member(:id, Shapes::ShapeRef.new(shape: RoomID, location_name: "id"))
374
+ UpdateRoomResponse.add_member(:logging_configuration_identifiers, Shapes::ShapeRef.new(shape: LoggingConfigurationIdentifierList, location_name: "loggingConfigurationIdentifiers"))
254
375
  UpdateRoomResponse.add_member(:maximum_message_length, Shapes::ShapeRef.new(shape: RoomMaxMessageLength, location_name: "maximumMessageLength"))
255
376
  UpdateRoomResponse.add_member(:maximum_message_rate_per_second, Shapes::ShapeRef.new(shape: RoomMaxMessageRatePerSecond, location_name: "maximumMessageRatePerSecond"))
256
377
  UpdateRoomResponse.add_member(:message_review_handler, Shapes::ShapeRef.new(shape: MessageReviewHandler, location_name: "messageReviewHandler"))
@@ -301,6 +422,20 @@ module Aws::Ivschat
301
422
  o.errors << Shapes::ShapeRef.new(shape: ValidationException)
302
423
  end)
303
424
 
425
+ api.add_operation(:create_logging_configuration, Seahorse::Model::Operation.new.tap do |o|
426
+ o.name = "CreateLoggingConfiguration"
427
+ o.http_method = "POST"
428
+ o.http_request_uri = "/CreateLoggingConfiguration"
429
+ o.input = Shapes::ShapeRef.new(shape: CreateLoggingConfigurationRequest)
430
+ o.output = Shapes::ShapeRef.new(shape: CreateLoggingConfigurationResponse)
431
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
432
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
433
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
434
+ o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
435
+ o.errors << Shapes::ShapeRef.new(shape: PendingVerification)
436
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
437
+ end)
438
+
304
439
  api.add_operation(:create_room, Seahorse::Model::Operation.new.tap do |o|
305
440
  o.name = "CreateRoom"
306
441
  o.http_method = "POST"
@@ -315,6 +450,19 @@ module Aws::Ivschat
315
450
  o.errors << Shapes::ShapeRef.new(shape: ValidationException)
316
451
  end)
317
452
 
453
+ api.add_operation(:delete_logging_configuration, Seahorse::Model::Operation.new.tap do |o|
454
+ o.name = "DeleteLoggingConfiguration"
455
+ o.http_method = "POST"
456
+ o.http_request_uri = "/DeleteLoggingConfiguration"
457
+ o.input = Shapes::ShapeRef.new(shape: DeleteLoggingConfigurationRequest)
458
+ o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
459
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
460
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
461
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
462
+ o.errors << Shapes::ShapeRef.new(shape: PendingVerification)
463
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
464
+ end)
465
+
318
466
  api.add_operation(:delete_message, Seahorse::Model::Operation.new.tap do |o|
319
467
  o.name = "DeleteMessage"
320
468
  o.http_method = "POST"
@@ -324,6 +472,7 @@ module Aws::Ivschat
324
472
  o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
325
473
  o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
326
474
  o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
475
+ o.errors << Shapes::ShapeRef.new(shape: PendingVerification)
327
476
  o.errors << Shapes::ShapeRef.new(shape: ValidationException)
328
477
  end)
329
478
 
@@ -348,6 +497,18 @@ module Aws::Ivschat
348
497
  o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
349
498
  o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
350
499
  o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
500
+ o.errors << Shapes::ShapeRef.new(shape: PendingVerification)
501
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
502
+ end)
503
+
504
+ api.add_operation(:get_logging_configuration, Seahorse::Model::Operation.new.tap do |o|
505
+ o.name = "GetLoggingConfiguration"
506
+ o.http_method = "POST"
507
+ o.http_request_uri = "/GetLoggingConfiguration"
508
+ o.input = Shapes::ShapeRef.new(shape: GetLoggingConfigurationRequest)
509
+ o.output = Shapes::ShapeRef.new(shape: GetLoggingConfigurationResponse)
510
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
511
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
351
512
  o.errors << Shapes::ShapeRef.new(shape: ValidationException)
352
513
  end)
353
514
 
@@ -362,6 +523,22 @@ module Aws::Ivschat
362
523
  o.errors << Shapes::ShapeRef.new(shape: ValidationException)
363
524
  end)
364
525
 
526
+ api.add_operation(:list_logging_configurations, Seahorse::Model::Operation.new.tap do |o|
527
+ o.name = "ListLoggingConfigurations"
528
+ o.http_method = "POST"
529
+ o.http_request_uri = "/ListLoggingConfigurations"
530
+ o.input = Shapes::ShapeRef.new(shape: ListLoggingConfigurationsRequest)
531
+ o.output = Shapes::ShapeRef.new(shape: ListLoggingConfigurationsResponse)
532
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
533
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
534
+ o[:pager] = Aws::Pager.new(
535
+ limit_key: "max_results",
536
+ tokens: {
537
+ "next_token" => "next_token"
538
+ }
539
+ )
540
+ end)
541
+
365
542
  api.add_operation(:list_rooms, Seahorse::Model::Operation.new.tap do |o|
366
543
  o.name = "ListRooms"
367
544
  o.http_method = "POST"
@@ -399,6 +576,7 @@ module Aws::Ivschat
399
576
  o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
400
577
  o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
401
578
  o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
579
+ o.errors << Shapes::ShapeRef.new(shape: PendingVerification)
402
580
  o.errors << Shapes::ShapeRef.new(shape: ValidationException)
403
581
  end)
404
582
 
@@ -424,6 +602,18 @@ module Aws::Ivschat
424
602
  o.errors << Shapes::ShapeRef.new(shape: ValidationException)
425
603
  end)
426
604
 
605
+ api.add_operation(:update_logging_configuration, Seahorse::Model::Operation.new.tap do |o|
606
+ o.name = "UpdateLoggingConfiguration"
607
+ o.http_method = "POST"
608
+ o.http_request_uri = "/UpdateLoggingConfiguration"
609
+ o.input = Shapes::ShapeRef.new(shape: UpdateLoggingConfigurationRequest)
610
+ o.output = Shapes::ShapeRef.new(shape: UpdateLoggingConfigurationResponse)
611
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
612
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
613
+ o.errors << Shapes::ShapeRef.new(shape: PendingVerification)
614
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
615
+ end)
616
+
427
617
  api.add_operation(:update_room, Seahorse::Model::Operation.new.tap do |o|
428
618
  o.name = "UpdateRoom"
429
619
  o.http_method = "POST"
@@ -50,6 +50,9 @@ module Aws::Ivschat
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
53
56
  self[:use_dual_stack] = options[:use_dual_stack]
54
57
  self[:use_dual_stack] = false if self[:use_dual_stack].nil?
55
58
  if self[:use_dual_stack].nil?
@@ -29,82 +29,82 @@ module Aws::Ivschat
29
29
  # @api private
30
30
  RULES = <<-JSON
31
31
  eyJ2ZXJzaW9uIjoiMS4wIiwicGFyYW1ldGVycyI6eyJSZWdpb24iOnsiYnVp
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
- dCI6eyJ1cmwiOiJodHRwczovL2l2c2NoYXQtZmlwcy57UmVnaW9ufS57UGFy
77
- dGl0aW9uUmVzdWx0I2R1YWxTdGFja0Ruc1N1ZmZpeH0iLCJwcm9wZXJ0aWVz
78
- Ijp7fSwiaGVhZGVycyI6e319LCJ0eXBlIjoiZW5kcG9pbnQifV19LHsiY29u
79
- ZGl0aW9ucyI6W10sImVycm9yIjoiRklQUyBhbmQgRHVhbFN0YWNrIGFyZSBl
80
- bmFibGVkLCBidXQgdGhpcyBwYXJ0aXRpb24gZG9lcyBub3Qgc3VwcG9ydCBv
81
- bmUgb3IgYm90aCIsInR5cGUiOiJlcnJvciJ9XX0seyJjb25kaXRpb25zIjpb
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
+ c1NldCIsImFyZ3YiOlt7InJlZiI6IkVuZHBvaW50In1dfSx7ImZuIjoicGFy
54
+ c2VVUkwiLCJhcmd2IjpbeyJyZWYiOiJFbmRwb2ludCJ9XSwiYXNzaWduIjoi
55
+ dXJsIn1dLCJ0eXBlIjoidHJlZSIsInJ1bGVzIjpbeyJjb25kaXRpb25zIjpb
82
56
  eyJmbiI6ImJvb2xlYW5FcXVhbHMiLCJhcmd2IjpbeyJyZWYiOiJVc2VGSVBT
83
- In0sdHJ1ZV19XSwidHlwZSI6InRyZWUiLCJydWxlcyI6W3siY29uZGl0aW9u
84
- cyI6W3siZm4iOiJib29sZWFuRXF1YWxzIiwiYXJndiI6W3RydWUseyJmbiI6
85
- ImdldEF0dHIiLCJhcmd2IjpbeyJyZWYiOiJQYXJ0aXRpb25SZXN1bHQifSwi
86
- c3VwcG9ydHNGSVBTIl19XX1dLCJ0eXBlIjoidHJlZSIsInJ1bGVzIjpbeyJj
87
- b25kaXRpb25zIjpbXSwidHlwZSI6InRyZWUiLCJydWxlcyI6W3siY29uZGl0
88
- aW9ucyI6W10sImVuZHBvaW50Ijp7InVybCI6Imh0dHBzOi8vaXZzY2hhdC1m
89
- aXBzLntSZWdpb259LntQYXJ0aXRpb25SZXN1bHQjZG5zU3VmZml4fSIsInBy
90
- b3BlcnRpZXMiOnt9LCJoZWFkZXJzIjp7fX0sInR5cGUiOiJlbmRwb2ludCJ9
91
- XX1dfSx7ImNvbmRpdGlvbnMiOltdLCJlcnJvciI6IkZJUFMgaXMgZW5hYmxl
92
- ZCBidXQgdGhpcyBwYXJ0aXRpb24gZG9lcyBub3Qgc3VwcG9ydCBGSVBTIiwi
93
- dHlwZSI6ImVycm9yIn1dfSx7ImNvbmRpdGlvbnMiOlt7ImZuIjoiYm9vbGVh
94
- bkVxdWFscyIsImFyZ3YiOlt7InJlZiI6IlVzZUR1YWxTdGFjayJ9LHRydWVd
95
- fV0sInR5cGUiOiJ0cmVlIiwicnVsZXMiOlt7ImNvbmRpdGlvbnMiOlt7ImZu
96
- IjoiYm9vbGVhbkVxdWFscyIsImFyZ3YiOlt0cnVlLHsiZm4iOiJnZXRBdHRy
97
- IiwiYXJndiI6W3sicmVmIjoiUGFydGl0aW9uUmVzdWx0In0sInN1cHBvcnRz
98
- RHVhbFN0YWNrIl19XX1dLCJ0eXBlIjoidHJlZSIsInJ1bGVzIjpbeyJjb25k
99
- aXRpb25zIjpbXSwiZW5kcG9pbnQiOnsidXJsIjoiaHR0cHM6Ly9pdnNjaGF0
100
- LntSZWdpb259LntQYXJ0aXRpb25SZXN1bHQjZHVhbFN0YWNrRG5zU3VmZml4
101
- fSIsInByb3BlcnRpZXMiOnt9LCJoZWFkZXJzIjp7fX0sInR5cGUiOiJlbmRw
102
- b2ludCJ9XX0seyJjb25kaXRpb25zIjpbXSwiZXJyb3IiOiJEdWFsU3RhY2sg
103
- aXMgZW5hYmxlZCBidXQgdGhpcyBwYXJ0aXRpb24gZG9lcyBub3Qgc3VwcG9y
104
- dCBEdWFsU3RhY2siLCJ0eXBlIjoiZXJyb3IifV19LHsiY29uZGl0aW9ucyI6
105
- W10sImVuZHBvaW50Ijp7InVybCI6Imh0dHBzOi8vaXZzY2hhdC57UmVnaW9u
106
- fS57UGFydGl0aW9uUmVzdWx0I2Ruc1N1ZmZpeH0iLCJwcm9wZXJ0aWVzIjp7
107
- fSwiaGVhZGVycyI6e319LCJ0eXBlIjoiZW5kcG9pbnQifV19XX0=
57
+ In0sdHJ1ZV19XSwiZXJyb3IiOiJJbnZhbGlkIENvbmZpZ3VyYXRpb246IEZJ
58
+ UFMgYW5kIGN1c3RvbSBlbmRwb2ludCBhcmUgbm90IHN1cHBvcnRlZCIsInR5
59
+ cGUiOiJlcnJvciJ9LHsiY29uZGl0aW9ucyI6W10sInR5cGUiOiJ0cmVlIiwi
60
+ cnVsZXMiOlt7ImNvbmRpdGlvbnMiOlt7ImZuIjoiYm9vbGVhbkVxdWFscyIs
61
+ ImFyZ3YiOlt7InJlZiI6IlVzZUR1YWxTdGFjayJ9LHRydWVdfV0sImVycm9y
62
+ IjoiSW52YWxpZCBDb25maWd1cmF0aW9uOiBEdWFsc3RhY2sgYW5kIGN1c3Rv
63
+ bSBlbmRwb2ludCBhcmUgbm90IHN1cHBvcnRlZCIsInR5cGUiOiJlcnJvciJ9
64
+ LHsiY29uZGl0aW9ucyI6W10sImVuZHBvaW50Ijp7InVybCI6eyJyZWYiOiJF
65
+ bmRwb2ludCJ9LCJwcm9wZXJ0aWVzIjp7fSwiaGVhZGVycyI6e319LCJ0eXBl
66
+ IjoiZW5kcG9pbnQifV19XX0seyJjb25kaXRpb25zIjpbeyJmbiI6ImJvb2xl
67
+ YW5FcXVhbHMiLCJhcmd2IjpbeyJyZWYiOiJVc2VGSVBTIn0sdHJ1ZV19LHsi
68
+ Zm4iOiJib29sZWFuRXF1YWxzIiwiYXJndiI6W3sicmVmIjoiVXNlRHVhbFN0
69
+ YWNrIn0sdHJ1ZV19XSwidHlwZSI6InRyZWUiLCJydWxlcyI6W3siY29uZGl0
70
+ aW9ucyI6W3siZm4iOiJib29sZWFuRXF1YWxzIiwiYXJndiI6W3RydWUseyJm
71
+ biI6ImdldEF0dHIiLCJhcmd2IjpbeyJyZWYiOiJQYXJ0aXRpb25SZXN1bHQi
72
+ fSwic3VwcG9ydHNGSVBTIl19XX0seyJmbiI6ImJvb2xlYW5FcXVhbHMiLCJh
73
+ cmd2IjpbdHJ1ZSx7ImZuIjoiZ2V0QXR0ciIsImFyZ3YiOlt7InJlZiI6IlBh
74
+ cnRpdGlvblJlc3VsdCJ9LCJzdXBwb3J0c0R1YWxTdGFjayJdfV19XSwidHlw
75
+ ZSI6InRyZWUiLCJydWxlcyI6W3siY29uZGl0aW9ucyI6W10sImVuZHBvaW50
76
+ Ijp7InVybCI6Imh0dHBzOi8vaXZzY2hhdC1maXBzLntSZWdpb259LntQYXJ0
77
+ aXRpb25SZXN1bHQjZHVhbFN0YWNrRG5zU3VmZml4fSIsInByb3BlcnRpZXMi
78
+ Ont9LCJoZWFkZXJzIjp7fX0sInR5cGUiOiJlbmRwb2ludCJ9XX0seyJjb25k
79
+ aXRpb25zIjpbXSwiZXJyb3IiOiJGSVBTIGFuZCBEdWFsU3RhY2sgYXJlIGVu
80
+ YWJsZWQsIGJ1dCB0aGlzIHBhcnRpdGlvbiBkb2VzIG5vdCBzdXBwb3J0IG9u
81
+ ZSBvciBib3RoIiwidHlwZSI6ImVycm9yIn1dfSx7ImNvbmRpdGlvbnMiOlt7
82
+ ImZuIjoiYm9vbGVhbkVxdWFscyIsImFyZ3YiOlt7InJlZiI6IlVzZUZJUFMi
83
+ fSx0cnVlXX1dLCJ0eXBlIjoidHJlZSIsInJ1bGVzIjpbeyJjb25kaXRpb25z
84
+ IjpbeyJmbiI6ImJvb2xlYW5FcXVhbHMiLCJhcmd2IjpbdHJ1ZSx7ImZuIjoi
85
+ Z2V0QXR0ciIsImFyZ3YiOlt7InJlZiI6IlBhcnRpdGlvblJlc3VsdCJ9LCJz
86
+ dXBwb3J0c0ZJUFMiXX1dfV0sInR5cGUiOiJ0cmVlIiwicnVsZXMiOlt7ImNv
87
+ bmRpdGlvbnMiOltdLCJ0eXBlIjoidHJlZSIsInJ1bGVzIjpbeyJjb25kaXRp
88
+ b25zIjpbXSwiZW5kcG9pbnQiOnsidXJsIjoiaHR0cHM6Ly9pdnNjaGF0LWZp
89
+ cHMue1JlZ2lvbn0ue1BhcnRpdGlvblJlc3VsdCNkbnNTdWZmaXh9IiwicHJv
90
+ cGVydGllcyI6e30sImhlYWRlcnMiOnt9fSwidHlwZSI6ImVuZHBvaW50In1d
91
+ fV19LHsiY29uZGl0aW9ucyI6W10sImVycm9yIjoiRklQUyBpcyBlbmFibGVk
92
+ IGJ1dCB0aGlzIHBhcnRpdGlvbiBkb2VzIG5vdCBzdXBwb3J0IEZJUFMiLCJ0
93
+ eXBlIjoiZXJyb3IifV19LHsiY29uZGl0aW9ucyI6W3siZm4iOiJib29sZWFu
94
+ RXF1YWxzIiwiYXJndiI6W3sicmVmIjoiVXNlRHVhbFN0YWNrIn0sdHJ1ZV19
95
+ XSwidHlwZSI6InRyZWUiLCJydWxlcyI6W3siY29uZGl0aW9ucyI6W3siZm4i
96
+ OiJib29sZWFuRXF1YWxzIiwiYXJndiI6W3RydWUseyJmbiI6ImdldEF0dHIi
97
+ LCJhcmd2IjpbeyJyZWYiOiJQYXJ0aXRpb25SZXN1bHQifSwic3VwcG9ydHNE
98
+ dWFsU3RhY2siXX1dfV0sInR5cGUiOiJ0cmVlIiwicnVsZXMiOlt7ImNvbmRp
99
+ dGlvbnMiOltdLCJlbmRwb2ludCI6eyJ1cmwiOiJodHRwczovL2l2c2NoYXQu
100
+ e1JlZ2lvbn0ue1BhcnRpdGlvblJlc3VsdCNkdWFsU3RhY2tEbnNTdWZmaXh9
101
+ IiwicHJvcGVydGllcyI6e30sImhlYWRlcnMiOnt9fSwidHlwZSI6ImVuZHBv
102
+ aW50In1dfSx7ImNvbmRpdGlvbnMiOltdLCJlcnJvciI6IkR1YWxTdGFjayBp
103
+ cyBlbmFibGVkIGJ1dCB0aGlzIHBhcnRpdGlvbiBkb2VzIG5vdCBzdXBwb3J0
104
+ IER1YWxTdGFjayIsInR5cGUiOiJlcnJvciJ9XX0seyJjb25kaXRpb25zIjpb
105
+ XSwiZW5kcG9pbnQiOnsidXJsIjoiaHR0cHM6Ly9pdnNjaGF0LntSZWdpb259
106
+ LntQYXJ0aXRpb25SZXN1bHQjZG5zU3VmZml4fSIsInByb3BlcnRpZXMiOnt9
107
+ LCJoZWFkZXJzIjp7fX0sInR5cGUiOiJlbmRwb2ludCJ9XX1dfQ==
108
108
 
109
109
  JSON
110
110
  end