aws-sdk-ivschat 1.4.0 → 1.6.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 +10 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-ivschat/client.rb +323 -12
- data/lib/aws-sdk-ivschat/client_api.rb +187 -0
- data/lib/aws-sdk-ivschat/endpoint_parameters.rb +66 -0
- data/lib/aws-sdk-ivschat/endpoint_provider.rb +111 -0
- data/lib/aws-sdk-ivschat/endpoints.rb +253 -0
- data/lib/aws-sdk-ivschat/plugins/endpoints.rb +102 -0
- data/lib/aws-sdk-ivschat/types.rb +581 -14
- data/lib/aws-sdk-ivschat.rb +5 -1
- metadata +8 -4
@@ -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"
|
@@ -351,6 +499,17 @@ module Aws::Ivschat
|
|
351
499
|
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
352
500
|
end)
|
353
501
|
|
502
|
+
api.add_operation(:get_logging_configuration, Seahorse::Model::Operation.new.tap do |o|
|
503
|
+
o.name = "GetLoggingConfiguration"
|
504
|
+
o.http_method = "POST"
|
505
|
+
o.http_request_uri = "/GetLoggingConfiguration"
|
506
|
+
o.input = Shapes::ShapeRef.new(shape: GetLoggingConfigurationRequest)
|
507
|
+
o.output = Shapes::ShapeRef.new(shape: GetLoggingConfigurationResponse)
|
508
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
509
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
510
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
511
|
+
end)
|
512
|
+
|
354
513
|
api.add_operation(:get_room, Seahorse::Model::Operation.new.tap do |o|
|
355
514
|
o.name = "GetRoom"
|
356
515
|
o.http_method = "POST"
|
@@ -362,6 +521,22 @@ module Aws::Ivschat
|
|
362
521
|
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
363
522
|
end)
|
364
523
|
|
524
|
+
api.add_operation(:list_logging_configurations, Seahorse::Model::Operation.new.tap do |o|
|
525
|
+
o.name = "ListLoggingConfigurations"
|
526
|
+
o.http_method = "POST"
|
527
|
+
o.http_request_uri = "/ListLoggingConfigurations"
|
528
|
+
o.input = Shapes::ShapeRef.new(shape: ListLoggingConfigurationsRequest)
|
529
|
+
o.output = Shapes::ShapeRef.new(shape: ListLoggingConfigurationsResponse)
|
530
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
531
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
532
|
+
o[:pager] = Aws::Pager.new(
|
533
|
+
limit_key: "max_results",
|
534
|
+
tokens: {
|
535
|
+
"next_token" => "next_token"
|
536
|
+
}
|
537
|
+
)
|
538
|
+
end)
|
539
|
+
|
365
540
|
api.add_operation(:list_rooms, Seahorse::Model::Operation.new.tap do |o|
|
366
541
|
o.name = "ListRooms"
|
367
542
|
o.http_method = "POST"
|
@@ -424,6 +599,18 @@ module Aws::Ivschat
|
|
424
599
|
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
425
600
|
end)
|
426
601
|
|
602
|
+
api.add_operation(:update_logging_configuration, Seahorse::Model::Operation.new.tap do |o|
|
603
|
+
o.name = "UpdateLoggingConfiguration"
|
604
|
+
o.http_method = "POST"
|
605
|
+
o.http_request_uri = "/UpdateLoggingConfiguration"
|
606
|
+
o.input = Shapes::ShapeRef.new(shape: UpdateLoggingConfigurationRequest)
|
607
|
+
o.output = Shapes::ShapeRef.new(shape: UpdateLoggingConfigurationResponse)
|
608
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
609
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
610
|
+
o.errors << Shapes::ShapeRef.new(shape: PendingVerification)
|
611
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
612
|
+
end)
|
613
|
+
|
427
614
|
api.add_operation(:update_room, Seahorse::Model::Operation.new.tap do |o|
|
428
615
|
o.name = "UpdateRoom"
|
429
616
|
o.http_method = "POST"
|
@@ -0,0 +1,66 @@
|
|
1
|
+
# frozen_string_literal: true
|
2
|
+
|
3
|
+
# WARNING ABOUT GENERATED CODE
|
4
|
+
#
|
5
|
+
# This file is generated. See the contributing guide for more information:
|
6
|
+
# https://github.com/aws/aws-sdk-ruby/blob/version-3/CONTRIBUTING.md
|
7
|
+
#
|
8
|
+
# WARNING ABOUT GENERATED CODE
|
9
|
+
|
10
|
+
module Aws::Ivschat
|
11
|
+
# Endpoint parameters used to influence endpoints per request.
|
12
|
+
#
|
13
|
+
# @!attribute region
|
14
|
+
# The AWS region used to dispatch the request.
|
15
|
+
#
|
16
|
+
# @return [String]
|
17
|
+
#
|
18
|
+
# @!attribute use_dual_stack
|
19
|
+
# When true, use the dual-stack endpoint. If the configured endpoint does not support dual-stack, dispatching the request MAY return an error.
|
20
|
+
#
|
21
|
+
# @return [Boolean]
|
22
|
+
#
|
23
|
+
# @!attribute use_fips
|
24
|
+
# When true, send this request to the FIPS-compliant regional endpoint. If the configured endpoint does not have a FIPS compliant endpoint, dispatching the request will return an error.
|
25
|
+
#
|
26
|
+
# @return [Boolean]
|
27
|
+
#
|
28
|
+
# @!attribute endpoint
|
29
|
+
# Override the endpoint used to send this request
|
30
|
+
#
|
31
|
+
# @return [String]
|
32
|
+
#
|
33
|
+
EndpointParameters = Struct.new(
|
34
|
+
:region,
|
35
|
+
:use_dual_stack,
|
36
|
+
:use_fips,
|
37
|
+
:endpoint,
|
38
|
+
) do
|
39
|
+
include Aws::Structure
|
40
|
+
|
41
|
+
# @api private
|
42
|
+
class << self
|
43
|
+
PARAM_MAP = {
|
44
|
+
'Region' => :region,
|
45
|
+
'UseDualStack' => :use_dual_stack,
|
46
|
+
'UseFIPS' => :use_fips,
|
47
|
+
'Endpoint' => :endpoint,
|
48
|
+
}.freeze
|
49
|
+
end
|
50
|
+
|
51
|
+
def initialize(options = {})
|
52
|
+
self[:region] = options[:region]
|
53
|
+
self[:use_dual_stack] = options[:use_dual_stack]
|
54
|
+
self[:use_dual_stack] = false if self[:use_dual_stack].nil?
|
55
|
+
if self[:use_dual_stack].nil?
|
56
|
+
raise ArgumentError, "Missing required EndpointParameter: :use_dual_stack"
|
57
|
+
end
|
58
|
+
self[:use_fips] = options[:use_fips]
|
59
|
+
self[:use_fips] = false if self[:use_fips].nil?
|
60
|
+
if self[:use_fips].nil?
|
61
|
+
raise ArgumentError, "Missing required EndpointParameter: :use_fips"
|
62
|
+
end
|
63
|
+
self[:endpoint] = options[:endpoint]
|
64
|
+
end
|
65
|
+
end
|
66
|
+
end
|
@@ -0,0 +1,111 @@
|
|
1
|
+
# frozen_string_literal: true
|
2
|
+
|
3
|
+
# WARNING ABOUT GENERATED CODE
|
4
|
+
#
|
5
|
+
# This file is generated. See the contributing guide for more information:
|
6
|
+
# https://github.com/aws/aws-sdk-ruby/blob/version-3/CONTRIBUTING.md
|
7
|
+
#
|
8
|
+
# WARNING ABOUT GENERATED CODE
|
9
|
+
|
10
|
+
module Aws::Ivschat
|
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
|
+
)
|
21
|
+
end
|
22
|
+
@provider = Aws::Endpoints::RulesProvider.new(rule_set || @@rule_set)
|
23
|
+
end
|
24
|
+
|
25
|
+
def resolve_endpoint(parameters)
|
26
|
+
@provider.resolve_endpoint(parameters)
|
27
|
+
end
|
28
|
+
|
29
|
+
# @api private
|
30
|
+
RULES = <<-JSON
|
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
|
82
|
+
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=
|
108
|
+
|
109
|
+
JSON
|
110
|
+
end
|
111
|
+
end
|