aws-sdk-route53domains 1.41.0 → 1.43.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -17,6 +17,8 @@ module Aws::Route53Domains
17
17
  AcceptDomainTransferFromAnotherAwsAccountResponse = Shapes::StructureShape.new(name: 'AcceptDomainTransferFromAnotherAwsAccountResponse')
18
18
  AccountId = Shapes::StringShape.new(name: 'AccountId')
19
19
  AddressLine = Shapes::StringShape.new(name: 'AddressLine')
20
+ AssociateDelegationSignerToDomainRequest = Shapes::StructureShape.new(name: 'AssociateDelegationSignerToDomainRequest')
21
+ AssociateDelegationSignerToDomainResponse = Shapes::StructureShape.new(name: 'AssociateDelegationSignerToDomainResponse')
20
22
  BillingRecord = Shapes::StructureShape.new(name: 'BillingRecord')
21
23
  BillingRecords = Shapes::ListShape.new(name: 'BillingRecords')
22
24
  Boolean = Shapes::BooleanShape.new(name: 'Boolean')
@@ -27,6 +29,7 @@ module Aws::Route53Domains
27
29
  CheckDomainTransferabilityRequest = Shapes::StructureShape.new(name: 'CheckDomainTransferabilityRequest')
28
30
  CheckDomainTransferabilityResponse = Shapes::StructureShape.new(name: 'CheckDomainTransferabilityResponse')
29
31
  City = Shapes::StringShape.new(name: 'City')
32
+ Consent = Shapes::StructureShape.new(name: 'Consent')
30
33
  ContactDetail = Shapes::StructureShape.new(name: 'ContactDetail')
31
34
  ContactName = Shapes::StringShape.new(name: 'ContactName')
32
35
  ContactNumber = Shapes::StringShape.new(name: 'ContactNumber')
@@ -43,6 +46,13 @@ module Aws::Route53Domains
43
46
  DisableDomainAutoRenewResponse = Shapes::StructureShape.new(name: 'DisableDomainAutoRenewResponse')
44
47
  DisableDomainTransferLockRequest = Shapes::StructureShape.new(name: 'DisableDomainTransferLockRequest')
45
48
  DisableDomainTransferLockResponse = Shapes::StructureShape.new(name: 'DisableDomainTransferLockResponse')
49
+ DisassociateDelegationSignerFromDomainRequest = Shapes::StructureShape.new(name: 'DisassociateDelegationSignerFromDomainRequest')
50
+ DisassociateDelegationSignerFromDomainResponse = Shapes::StructureShape.new(name: 'DisassociateDelegationSignerFromDomainResponse')
51
+ DnssecKey = Shapes::StructureShape.new(name: 'DnssecKey')
52
+ DnssecKeyList = Shapes::ListShape.new(name: 'DnssecKeyList')
53
+ DnssecLimitExceeded = Shapes::StructureShape.new(name: 'DnssecLimitExceeded')
54
+ DnssecPublicKey = Shapes::StringShape.new(name: 'DnssecPublicKey')
55
+ DnssecSigningAttributes = Shapes::StructureShape.new(name: 'DnssecSigningAttributes')
46
56
  DomainAuthCode = Shapes::StringShape.new(name: 'DomainAuthCode')
47
57
  DomainAvailability = Shapes::StringShape.new(name: 'DomainAvailability')
48
58
  DomainLimitExceeded = Shapes::StructureShape.new(name: 'DomainLimitExceeded')
@@ -86,29 +96,35 @@ module Aws::Route53Domains
86
96
  Integer = Shapes::IntegerShape.new(name: 'Integer')
87
97
  InvalidInput = Shapes::StructureShape.new(name: 'InvalidInput')
88
98
  InvoiceId = Shapes::StringShape.new(name: 'InvoiceId')
99
+ Label = Shapes::StringShape.new(name: 'Label')
89
100
  LangCode = Shapes::StringShape.new(name: 'LangCode')
90
101
  ListDomainsAttributeName = Shapes::StringShape.new(name: 'ListDomainsAttributeName')
91
102
  ListDomainsRequest = Shapes::StructureShape.new(name: 'ListDomainsRequest')
92
103
  ListDomainsResponse = Shapes::StructureShape.new(name: 'ListDomainsResponse')
93
104
  ListOperationsRequest = Shapes::StructureShape.new(name: 'ListOperationsRequest')
94
105
  ListOperationsResponse = Shapes::StructureShape.new(name: 'ListOperationsResponse')
106
+ ListOperationsSortAttributeName = Shapes::StringShape.new(name: 'ListOperationsSortAttributeName')
95
107
  ListPricesRequest = Shapes::StructureShape.new(name: 'ListPricesRequest')
96
108
  ListPricesResponse = Shapes::StructureShape.new(name: 'ListPricesResponse')
97
109
  ListTagsForDomainRequest = Shapes::StructureShape.new(name: 'ListTagsForDomainRequest')
98
110
  ListTagsForDomainResponse = Shapes::StructureShape.new(name: 'ListTagsForDomainResponse')
99
111
  Nameserver = Shapes::StructureShape.new(name: 'Nameserver')
100
112
  NameserverList = Shapes::ListShape.new(name: 'NameserverList')
113
+ NullableInteger = Shapes::IntegerShape.new(name: 'NullableInteger')
101
114
  OperationId = Shapes::StringShape.new(name: 'OperationId')
102
115
  OperationLimitExceeded = Shapes::StructureShape.new(name: 'OperationLimitExceeded')
103
116
  OperationStatus = Shapes::StringShape.new(name: 'OperationStatus')
117
+ OperationStatusList = Shapes::ListShape.new(name: 'OperationStatusList')
104
118
  OperationSummary = Shapes::StructureShape.new(name: 'OperationSummary')
105
119
  OperationSummaryList = Shapes::ListShape.new(name: 'OperationSummaryList')
106
120
  OperationType = Shapes::StringShape.new(name: 'OperationType')
121
+ OperationTypeList = Shapes::ListShape.new(name: 'OperationTypeList')
107
122
  Operator = Shapes::StringShape.new(name: 'Operator')
108
123
  PageMarker = Shapes::StringShape.new(name: 'PageMarker')
109
124
  PageMaxItems = Shapes::IntegerShape.new(name: 'PageMaxItems')
110
125
  Price = Shapes::FloatShape.new(name: 'Price')
111
126
  PriceWithCurrency = Shapes::StructureShape.new(name: 'PriceWithCurrency')
127
+ PushDomainRequest = Shapes::StructureShape.new(name: 'PushDomainRequest')
112
128
  ReachabilityStatus = Shapes::StringShape.new(name: 'ReachabilityStatus')
113
129
  RegisterDomainRequest = Shapes::StructureShape.new(name: 'RegisterDomainRequest')
114
130
  RegisterDomainResponse = Shapes::StructureShape.new(name: 'RegisterDomainResponse')
@@ -123,11 +139,13 @@ module Aws::Route53Domains
123
139
  Reseller = Shapes::StringShape.new(name: 'Reseller')
124
140
  ResendContactReachabilityEmailRequest = Shapes::StructureShape.new(name: 'ResendContactReachabilityEmailRequest')
125
141
  ResendContactReachabilityEmailResponse = Shapes::StructureShape.new(name: 'ResendContactReachabilityEmailResponse')
142
+ ResendOperationAuthorizationRequest = Shapes::StructureShape.new(name: 'ResendOperationAuthorizationRequest')
126
143
  RetrieveDomainAuthCodeRequest = Shapes::StructureShape.new(name: 'RetrieveDomainAuthCodeRequest')
127
144
  RetrieveDomainAuthCodeResponse = Shapes::StructureShape.new(name: 'RetrieveDomainAuthCodeResponse')
128
145
  SortCondition = Shapes::StructureShape.new(name: 'SortCondition')
129
146
  SortOrder = Shapes::StringShape.new(name: 'SortOrder')
130
147
  State = Shapes::StringShape.new(name: 'State')
148
+ StatusFlag = Shapes::StringShape.new(name: 'StatusFlag')
131
149
  String = Shapes::StringShape.new(name: 'String')
132
150
  TLDRulesViolation = Shapes::StructureShape.new(name: 'TLDRulesViolation')
133
151
  Tag = Shapes::StructureShape.new(name: 'Tag')
@@ -164,6 +182,13 @@ module Aws::Route53Domains
164
182
  AcceptDomainTransferFromAnotherAwsAccountResponse.add_member(:operation_id, Shapes::ShapeRef.new(shape: OperationId, location_name: "OperationId"))
165
183
  AcceptDomainTransferFromAnotherAwsAccountResponse.struct_class = Types::AcceptDomainTransferFromAnotherAwsAccountResponse
166
184
 
185
+ AssociateDelegationSignerToDomainRequest.add_member(:domain_name, Shapes::ShapeRef.new(shape: DomainName, required: true, location_name: "DomainName"))
186
+ AssociateDelegationSignerToDomainRequest.add_member(:signing_attributes, Shapes::ShapeRef.new(shape: DnssecSigningAttributes, required: true, location_name: "SigningAttributes"))
187
+ AssociateDelegationSignerToDomainRequest.struct_class = Types::AssociateDelegationSignerToDomainRequest
188
+
189
+ AssociateDelegationSignerToDomainResponse.add_member(:operation_id, Shapes::ShapeRef.new(shape: OperationId, location_name: "OperationId"))
190
+ AssociateDelegationSignerToDomainResponse.struct_class = Types::AssociateDelegationSignerToDomainResponse
191
+
167
192
  BillingRecord.add_member(:domain_name, Shapes::ShapeRef.new(shape: DomainName, location_name: "DomainName"))
168
193
  BillingRecord.add_member(:operation, Shapes::ShapeRef.new(shape: OperationType, location_name: "Operation"))
169
194
  BillingRecord.add_member(:invoice_id, Shapes::ShapeRef.new(shape: InvoiceId, location_name: "InvoiceId"))
@@ -183,16 +208,20 @@ module Aws::Route53Domains
183
208
  CheckDomainAvailabilityRequest.add_member(:idn_lang_code, Shapes::ShapeRef.new(shape: LangCode, location_name: "IdnLangCode"))
184
209
  CheckDomainAvailabilityRequest.struct_class = Types::CheckDomainAvailabilityRequest
185
210
 
186
- CheckDomainAvailabilityResponse.add_member(:availability, Shapes::ShapeRef.new(shape: DomainAvailability, required: true, location_name: "Availability"))
211
+ CheckDomainAvailabilityResponse.add_member(:availability, Shapes::ShapeRef.new(shape: DomainAvailability, location_name: "Availability"))
187
212
  CheckDomainAvailabilityResponse.struct_class = Types::CheckDomainAvailabilityResponse
188
213
 
189
214
  CheckDomainTransferabilityRequest.add_member(:domain_name, Shapes::ShapeRef.new(shape: DomainName, required: true, location_name: "DomainName"))
190
215
  CheckDomainTransferabilityRequest.add_member(:auth_code, Shapes::ShapeRef.new(shape: DomainAuthCode, location_name: "AuthCode"))
191
216
  CheckDomainTransferabilityRequest.struct_class = Types::CheckDomainTransferabilityRequest
192
217
 
193
- CheckDomainTransferabilityResponse.add_member(:transferability, Shapes::ShapeRef.new(shape: DomainTransferability, required: true, location_name: "Transferability"))
218
+ CheckDomainTransferabilityResponse.add_member(:transferability, Shapes::ShapeRef.new(shape: DomainTransferability, location_name: "Transferability"))
194
219
  CheckDomainTransferabilityResponse.struct_class = Types::CheckDomainTransferabilityResponse
195
220
 
221
+ Consent.add_member(:max_price, Shapes::ShapeRef.new(shape: Price, required: true, location_name: "MaxPrice"))
222
+ Consent.add_member(:currency, Shapes::ShapeRef.new(shape: Currency, required: true, location_name: "Currency"))
223
+ Consent.struct_class = Types::Consent
224
+
196
225
  ContactDetail.add_member(:first_name, Shapes::ShapeRef.new(shape: ContactName, location_name: "FirstName"))
197
226
  ContactDetail.add_member(:last_name, Shapes::ShapeRef.new(shape: ContactName, location_name: "LastName"))
198
227
  ContactDetail.add_member(:contact_type, Shapes::ShapeRef.new(shape: ContactType, location_name: "ContactType"))
@@ -229,9 +258,35 @@ module Aws::Route53Domains
229
258
  DisableDomainTransferLockRequest.add_member(:domain_name, Shapes::ShapeRef.new(shape: DomainName, required: true, location_name: "DomainName"))
230
259
  DisableDomainTransferLockRequest.struct_class = Types::DisableDomainTransferLockRequest
231
260
 
232
- DisableDomainTransferLockResponse.add_member(:operation_id, Shapes::ShapeRef.new(shape: OperationId, required: true, location_name: "OperationId"))
261
+ DisableDomainTransferLockResponse.add_member(:operation_id, Shapes::ShapeRef.new(shape: OperationId, location_name: "OperationId"))
233
262
  DisableDomainTransferLockResponse.struct_class = Types::DisableDomainTransferLockResponse
234
263
 
264
+ DisassociateDelegationSignerFromDomainRequest.add_member(:domain_name, Shapes::ShapeRef.new(shape: DomainName, required: true, location_name: "DomainName"))
265
+ DisassociateDelegationSignerFromDomainRequest.add_member(:id, Shapes::ShapeRef.new(shape: String, required: true, location_name: "Id"))
266
+ DisassociateDelegationSignerFromDomainRequest.struct_class = Types::DisassociateDelegationSignerFromDomainRequest
267
+
268
+ DisassociateDelegationSignerFromDomainResponse.add_member(:operation_id, Shapes::ShapeRef.new(shape: OperationId, location_name: "OperationId"))
269
+ DisassociateDelegationSignerFromDomainResponse.struct_class = Types::DisassociateDelegationSignerFromDomainResponse
270
+
271
+ DnssecKey.add_member(:algorithm, Shapes::ShapeRef.new(shape: NullableInteger, location_name: "Algorithm"))
272
+ DnssecKey.add_member(:flags, Shapes::ShapeRef.new(shape: NullableInteger, location_name: "Flags"))
273
+ DnssecKey.add_member(:public_key, Shapes::ShapeRef.new(shape: DnssecPublicKey, location_name: "PublicKey"))
274
+ DnssecKey.add_member(:digest_type, Shapes::ShapeRef.new(shape: NullableInteger, location_name: "DigestType"))
275
+ DnssecKey.add_member(:digest, Shapes::ShapeRef.new(shape: String, location_name: "Digest"))
276
+ DnssecKey.add_member(:key_tag, Shapes::ShapeRef.new(shape: NullableInteger, location_name: "KeyTag"))
277
+ DnssecKey.add_member(:id, Shapes::ShapeRef.new(shape: String, location_name: "Id"))
278
+ DnssecKey.struct_class = Types::DnssecKey
279
+
280
+ DnssecKeyList.member = Shapes::ShapeRef.new(shape: DnssecKey)
281
+
282
+ DnssecLimitExceeded.add_member(:message, Shapes::ShapeRef.new(shape: ErrorMessage, location_name: "message"))
283
+ DnssecLimitExceeded.struct_class = Types::DnssecLimitExceeded
284
+
285
+ DnssecSigningAttributes.add_member(:algorithm, Shapes::ShapeRef.new(shape: NullableInteger, location_name: "Algorithm"))
286
+ DnssecSigningAttributes.add_member(:flags, Shapes::ShapeRef.new(shape: NullableInteger, location_name: "Flags"))
287
+ DnssecSigningAttributes.add_member(:public_key, Shapes::ShapeRef.new(shape: DnssecPublicKey, location_name: "PublicKey"))
288
+ DnssecSigningAttributes.struct_class = Types::DnssecSigningAttributes
289
+
235
290
  DomainLimitExceeded.add_member(:message, Shapes::ShapeRef.new(shape: ErrorMessage, location_name: "message"))
236
291
  DomainLimitExceeded.struct_class = Types::DomainLimitExceeded
237
292
 
@@ -253,7 +308,7 @@ module Aws::Route53Domains
253
308
 
254
309
  DomainSuggestionsList.member = Shapes::ShapeRef.new(shape: DomainSuggestion)
255
310
 
256
- DomainSummary.add_member(:domain_name, Shapes::ShapeRef.new(shape: DomainName, required: true, location_name: "DomainName"))
311
+ DomainSummary.add_member(:domain_name, Shapes::ShapeRef.new(shape: DomainName, location_name: "DomainName"))
257
312
  DomainSummary.add_member(:auto_renew, Shapes::ShapeRef.new(shape: Boolean, location_name: "AutoRenew"))
258
313
  DomainSummary.add_member(:transfer_lock, Shapes::ShapeRef.new(shape: Boolean, location_name: "TransferLock"))
259
314
  DomainSummary.add_member(:expiry, Shapes::ShapeRef.new(shape: Timestamp, location_name: "Expiry"))
@@ -275,7 +330,7 @@ module Aws::Route53Domains
275
330
  EnableDomainTransferLockRequest.add_member(:domain_name, Shapes::ShapeRef.new(shape: DomainName, required: true, location_name: "DomainName"))
276
331
  EnableDomainTransferLockRequest.struct_class = Types::EnableDomainTransferLockRequest
277
332
 
278
- EnableDomainTransferLockResponse.add_member(:operation_id, Shapes::ShapeRef.new(shape: OperationId, required: true, location_name: "OperationId"))
333
+ EnableDomainTransferLockResponse.add_member(:operation_id, Shapes::ShapeRef.new(shape: OperationId, location_name: "OperationId"))
279
334
  EnableDomainTransferLockResponse.struct_class = Types::EnableDomainTransferLockResponse
280
335
 
281
336
  ExtraParam.add_member(:name, Shapes::ShapeRef.new(shape: ExtraParamName, required: true, location_name: "Name"))
@@ -301,12 +356,12 @@ module Aws::Route53Domains
301
356
  GetDomainDetailRequest.add_member(:domain_name, Shapes::ShapeRef.new(shape: DomainName, required: true, location_name: "DomainName"))
302
357
  GetDomainDetailRequest.struct_class = Types::GetDomainDetailRequest
303
358
 
304
- GetDomainDetailResponse.add_member(:domain_name, Shapes::ShapeRef.new(shape: DomainName, required: true, location_name: "DomainName"))
305
- GetDomainDetailResponse.add_member(:nameservers, Shapes::ShapeRef.new(shape: NameserverList, required: true, location_name: "Nameservers"))
359
+ GetDomainDetailResponse.add_member(:domain_name, Shapes::ShapeRef.new(shape: DomainName, location_name: "DomainName"))
360
+ GetDomainDetailResponse.add_member(:nameservers, Shapes::ShapeRef.new(shape: NameserverList, location_name: "Nameservers"))
306
361
  GetDomainDetailResponse.add_member(:auto_renew, Shapes::ShapeRef.new(shape: Boolean, location_name: "AutoRenew"))
307
- GetDomainDetailResponse.add_member(:admin_contact, Shapes::ShapeRef.new(shape: ContactDetail, required: true, location_name: "AdminContact"))
308
- GetDomainDetailResponse.add_member(:registrant_contact, Shapes::ShapeRef.new(shape: ContactDetail, required: true, location_name: "RegistrantContact"))
309
- GetDomainDetailResponse.add_member(:tech_contact, Shapes::ShapeRef.new(shape: ContactDetail, required: true, location_name: "TechContact"))
362
+ GetDomainDetailResponse.add_member(:admin_contact, Shapes::ShapeRef.new(shape: ContactDetail, location_name: "AdminContact"))
363
+ GetDomainDetailResponse.add_member(:registrant_contact, Shapes::ShapeRef.new(shape: ContactDetail, location_name: "RegistrantContact"))
364
+ GetDomainDetailResponse.add_member(:tech_contact, Shapes::ShapeRef.new(shape: ContactDetail, location_name: "TechContact"))
310
365
  GetDomainDetailResponse.add_member(:admin_privacy, Shapes::ShapeRef.new(shape: Boolean, location_name: "AdminPrivacy"))
311
366
  GetDomainDetailResponse.add_member(:registrant_privacy, Shapes::ShapeRef.new(shape: Boolean, location_name: "RegistrantPrivacy"))
312
367
  GetDomainDetailResponse.add_member(:tech_privacy, Shapes::ShapeRef.new(shape: Boolean, location_name: "TechPrivacy"))
@@ -322,6 +377,7 @@ module Aws::Route53Domains
322
377
  GetDomainDetailResponse.add_member(:reseller, Shapes::ShapeRef.new(shape: Reseller, location_name: "Reseller"))
323
378
  GetDomainDetailResponse.add_member(:dns_sec, Shapes::ShapeRef.new(shape: DNSSec, location_name: "DnsSec"))
324
379
  GetDomainDetailResponse.add_member(:status_list, Shapes::ShapeRef.new(shape: DomainStatusList, location_name: "StatusList"))
380
+ GetDomainDetailResponse.add_member(:dnssec_keys, Shapes::ShapeRef.new(shape: DnssecKeyList, location_name: "DnssecKeys"))
325
381
  GetDomainDetailResponse.struct_class = Types::GetDomainDetailResponse
326
382
 
327
383
  GetDomainSuggestionsRequest.add_member(:domain_name, Shapes::ShapeRef.new(shape: DomainName, required: true, location_name: "DomainName"))
@@ -341,6 +397,8 @@ module Aws::Route53Domains
341
397
  GetOperationDetailResponse.add_member(:domain_name, Shapes::ShapeRef.new(shape: DomainName, location_name: "DomainName"))
342
398
  GetOperationDetailResponse.add_member(:type, Shapes::ShapeRef.new(shape: OperationType, location_name: "Type"))
343
399
  GetOperationDetailResponse.add_member(:submitted_date, Shapes::ShapeRef.new(shape: Timestamp, location_name: "SubmittedDate"))
400
+ GetOperationDetailResponse.add_member(:last_updated_date, Shapes::ShapeRef.new(shape: Timestamp, location_name: "LastUpdatedDate"))
401
+ GetOperationDetailResponse.add_member(:status_flag, Shapes::ShapeRef.new(shape: StatusFlag, location_name: "StatusFlag"))
344
402
  GetOperationDetailResponse.struct_class = Types::GetOperationDetailResponse
345
403
 
346
404
  GlueIpList.member = Shapes::ShapeRef.new(shape: GlueIp)
@@ -354,16 +412,20 @@ module Aws::Route53Domains
354
412
  ListDomainsRequest.add_member(:max_items, Shapes::ShapeRef.new(shape: PageMaxItems, location_name: "MaxItems"))
355
413
  ListDomainsRequest.struct_class = Types::ListDomainsRequest
356
414
 
357
- ListDomainsResponse.add_member(:domains, Shapes::ShapeRef.new(shape: DomainSummaryList, required: true, location_name: "Domains"))
415
+ ListDomainsResponse.add_member(:domains, Shapes::ShapeRef.new(shape: DomainSummaryList, location_name: "Domains"))
358
416
  ListDomainsResponse.add_member(:next_page_marker, Shapes::ShapeRef.new(shape: PageMarker, location_name: "NextPageMarker"))
359
417
  ListDomainsResponse.struct_class = Types::ListDomainsResponse
360
418
 
361
419
  ListOperationsRequest.add_member(:submitted_since, Shapes::ShapeRef.new(shape: Timestamp, location_name: "SubmittedSince"))
362
420
  ListOperationsRequest.add_member(:marker, Shapes::ShapeRef.new(shape: PageMarker, location_name: "Marker"))
363
421
  ListOperationsRequest.add_member(:max_items, Shapes::ShapeRef.new(shape: PageMaxItems, location_name: "MaxItems"))
422
+ ListOperationsRequest.add_member(:status, Shapes::ShapeRef.new(shape: OperationStatusList, location_name: "Status"))
423
+ ListOperationsRequest.add_member(:type, Shapes::ShapeRef.new(shape: OperationTypeList, location_name: "Type"))
424
+ ListOperationsRequest.add_member(:sort_by, Shapes::ShapeRef.new(shape: ListOperationsSortAttributeName, location_name: "SortBy"))
425
+ ListOperationsRequest.add_member(:sort_order, Shapes::ShapeRef.new(shape: SortOrder, location_name: "SortOrder"))
364
426
  ListOperationsRequest.struct_class = Types::ListOperationsRequest
365
427
 
366
- ListOperationsResponse.add_member(:operations, Shapes::ShapeRef.new(shape: OperationSummaryList, required: true, location_name: "Operations"))
428
+ ListOperationsResponse.add_member(:operations, Shapes::ShapeRef.new(shape: OperationSummaryList, location_name: "Operations"))
367
429
  ListOperationsResponse.add_member(:next_page_marker, Shapes::ShapeRef.new(shape: PageMarker, location_name: "NextPageMarker"))
368
430
  ListOperationsResponse.struct_class = Types::ListOperationsResponse
369
431
 
@@ -372,14 +434,14 @@ module Aws::Route53Domains
372
434
  ListPricesRequest.add_member(:max_items, Shapes::ShapeRef.new(shape: PageMaxItems, location_name: "MaxItems"))
373
435
  ListPricesRequest.struct_class = Types::ListPricesRequest
374
436
 
375
- ListPricesResponse.add_member(:prices, Shapes::ShapeRef.new(shape: DomainPriceList, required: true, location_name: "Prices"))
437
+ ListPricesResponse.add_member(:prices, Shapes::ShapeRef.new(shape: DomainPriceList, location_name: "Prices"))
376
438
  ListPricesResponse.add_member(:next_page_marker, Shapes::ShapeRef.new(shape: PageMarker, location_name: "NextPageMarker"))
377
439
  ListPricesResponse.struct_class = Types::ListPricesResponse
378
440
 
379
441
  ListTagsForDomainRequest.add_member(:domain_name, Shapes::ShapeRef.new(shape: DomainName, required: true, location_name: "DomainName"))
380
442
  ListTagsForDomainRequest.struct_class = Types::ListTagsForDomainRequest
381
443
 
382
- ListTagsForDomainResponse.add_member(:tag_list, Shapes::ShapeRef.new(shape: TagList, required: true, location_name: "TagList"))
444
+ ListTagsForDomainResponse.add_member(:tag_list, Shapes::ShapeRef.new(shape: TagList, location_name: "TagList"))
383
445
  ListTagsForDomainResponse.struct_class = Types::ListTagsForDomainResponse
384
446
 
385
447
  Nameserver.add_member(:name, Shapes::ShapeRef.new(shape: HostName, required: true, location_name: "Name"))
@@ -391,18 +453,30 @@ module Aws::Route53Domains
391
453
  OperationLimitExceeded.add_member(:message, Shapes::ShapeRef.new(shape: ErrorMessage, location_name: "message"))
392
454
  OperationLimitExceeded.struct_class = Types::OperationLimitExceeded
393
455
 
394
- OperationSummary.add_member(:operation_id, Shapes::ShapeRef.new(shape: OperationId, required: true, location_name: "OperationId"))
395
- OperationSummary.add_member(:status, Shapes::ShapeRef.new(shape: OperationStatus, required: true, location_name: "Status"))
396
- OperationSummary.add_member(:type, Shapes::ShapeRef.new(shape: OperationType, required: true, location_name: "Type"))
397
- OperationSummary.add_member(:submitted_date, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "SubmittedDate"))
456
+ OperationStatusList.member = Shapes::ShapeRef.new(shape: OperationStatus)
457
+
458
+ OperationSummary.add_member(:operation_id, Shapes::ShapeRef.new(shape: OperationId, location_name: "OperationId"))
459
+ OperationSummary.add_member(:status, Shapes::ShapeRef.new(shape: OperationStatus, location_name: "Status"))
460
+ OperationSummary.add_member(:type, Shapes::ShapeRef.new(shape: OperationType, location_name: "Type"))
461
+ OperationSummary.add_member(:submitted_date, Shapes::ShapeRef.new(shape: Timestamp, location_name: "SubmittedDate"))
462
+ OperationSummary.add_member(:domain_name, Shapes::ShapeRef.new(shape: DomainName, location_name: "DomainName"))
463
+ OperationSummary.add_member(:message, Shapes::ShapeRef.new(shape: ErrorMessage, location_name: "Message"))
464
+ OperationSummary.add_member(:status_flag, Shapes::ShapeRef.new(shape: StatusFlag, location_name: "StatusFlag"))
465
+ OperationSummary.add_member(:last_updated_date, Shapes::ShapeRef.new(shape: Timestamp, location_name: "LastUpdatedDate"))
398
466
  OperationSummary.struct_class = Types::OperationSummary
399
467
 
400
468
  OperationSummaryList.member = Shapes::ShapeRef.new(shape: OperationSummary)
401
469
 
470
+ OperationTypeList.member = Shapes::ShapeRef.new(shape: OperationType)
471
+
402
472
  PriceWithCurrency.add_member(:price, Shapes::ShapeRef.new(shape: Price, required: true, location_name: "Price"))
403
473
  PriceWithCurrency.add_member(:currency, Shapes::ShapeRef.new(shape: Currency, required: true, location_name: "Currency"))
404
474
  PriceWithCurrency.struct_class = Types::PriceWithCurrency
405
475
 
476
+ PushDomainRequest.add_member(:domain_name, Shapes::ShapeRef.new(shape: DomainName, required: true, location_name: "DomainName"))
477
+ PushDomainRequest.add_member(:target, Shapes::ShapeRef.new(shape: Label, required: true, location_name: "Target"))
478
+ PushDomainRequest.struct_class = Types::PushDomainRequest
479
+
406
480
  RegisterDomainRequest.add_member(:domain_name, Shapes::ShapeRef.new(shape: DomainName, required: true, location_name: "DomainName"))
407
481
  RegisterDomainRequest.add_member(:idn_lang_code, Shapes::ShapeRef.new(shape: LangCode, location_name: "IdnLangCode"))
408
482
  RegisterDomainRequest.add_member(:duration_in_years, Shapes::ShapeRef.new(shape: DurationInYears, required: true, location_name: "DurationInYears"))
@@ -415,7 +489,7 @@ module Aws::Route53Domains
415
489
  RegisterDomainRequest.add_member(:privacy_protect_tech_contact, Shapes::ShapeRef.new(shape: Boolean, location_name: "PrivacyProtectTechContact"))
416
490
  RegisterDomainRequest.struct_class = Types::RegisterDomainRequest
417
491
 
418
- RegisterDomainResponse.add_member(:operation_id, Shapes::ShapeRef.new(shape: OperationId, required: true, location_name: "OperationId"))
492
+ RegisterDomainResponse.add_member(:operation_id, Shapes::ShapeRef.new(shape: OperationId, location_name: "OperationId"))
419
493
  RegisterDomainResponse.struct_class = Types::RegisterDomainResponse
420
494
 
421
495
  RejectDomainTransferFromAnotherAwsAccountRequest.add_member(:domain_name, Shapes::ShapeRef.new(shape: DomainName, required: true, location_name: "DomainName"))
@@ -429,7 +503,7 @@ module Aws::Route53Domains
429
503
  RenewDomainRequest.add_member(:current_expiry_year, Shapes::ShapeRef.new(shape: CurrentExpiryYear, required: true, location_name: "CurrentExpiryYear"))
430
504
  RenewDomainRequest.struct_class = Types::RenewDomainRequest
431
505
 
432
- RenewDomainResponse.add_member(:operation_id, Shapes::ShapeRef.new(shape: OperationId, required: true, location_name: "OperationId"))
506
+ RenewDomainResponse.add_member(:operation_id, Shapes::ShapeRef.new(shape: OperationId, location_name: "OperationId"))
433
507
  RenewDomainResponse.struct_class = Types::RenewDomainResponse
434
508
 
435
509
  ResendContactReachabilityEmailRequest.add_member(:domain_name, Shapes::ShapeRef.new(shape: DomainName, location_name: "domainName"))
@@ -440,10 +514,13 @@ module Aws::Route53Domains
440
514
  ResendContactReachabilityEmailResponse.add_member(:is_already_verified, Shapes::ShapeRef.new(shape: Boolean, location_name: "isAlreadyVerified"))
441
515
  ResendContactReachabilityEmailResponse.struct_class = Types::ResendContactReachabilityEmailResponse
442
516
 
517
+ ResendOperationAuthorizationRequest.add_member(:operation_id, Shapes::ShapeRef.new(shape: OperationId, required: true, location_name: "OperationId"))
518
+ ResendOperationAuthorizationRequest.struct_class = Types::ResendOperationAuthorizationRequest
519
+
443
520
  RetrieveDomainAuthCodeRequest.add_member(:domain_name, Shapes::ShapeRef.new(shape: DomainName, required: true, location_name: "DomainName"))
444
521
  RetrieveDomainAuthCodeRequest.struct_class = Types::RetrieveDomainAuthCodeRequest
445
522
 
446
- RetrieveDomainAuthCodeResponse.add_member(:auth_code, Shapes::ShapeRef.new(shape: DomainAuthCode, required: true, location_name: "AuthCode"))
523
+ RetrieveDomainAuthCodeResponse.add_member(:auth_code, Shapes::ShapeRef.new(shape: DomainAuthCode, location_name: "AuthCode"))
447
524
  RetrieveDomainAuthCodeResponse.struct_class = Types::RetrieveDomainAuthCodeResponse
448
525
 
449
526
  SortCondition.add_member(:name, Shapes::ShapeRef.new(shape: ListDomainsAttributeName, required: true, location_name: "Name"))
@@ -475,7 +552,7 @@ module Aws::Route53Domains
475
552
  TransferDomainRequest.add_member(:privacy_protect_tech_contact, Shapes::ShapeRef.new(shape: Boolean, location_name: "PrivacyProtectTechContact"))
476
553
  TransferDomainRequest.struct_class = Types::TransferDomainRequest
477
554
 
478
- TransferDomainResponse.add_member(:operation_id, Shapes::ShapeRef.new(shape: OperationId, required: true, location_name: "OperationId"))
555
+ TransferDomainResponse.add_member(:operation_id, Shapes::ShapeRef.new(shape: OperationId, location_name: "OperationId"))
479
556
  TransferDomainResponse.struct_class = Types::TransferDomainResponse
480
557
 
481
558
  TransferDomainToAnotherAwsAccountRequest.add_member(:domain_name, Shapes::ShapeRef.new(shape: DomainName, required: true, location_name: "DomainName"))
@@ -495,16 +572,17 @@ module Aws::Route53Domains
495
572
  UpdateDomainContactPrivacyRequest.add_member(:tech_privacy, Shapes::ShapeRef.new(shape: Boolean, location_name: "TechPrivacy"))
496
573
  UpdateDomainContactPrivacyRequest.struct_class = Types::UpdateDomainContactPrivacyRequest
497
574
 
498
- UpdateDomainContactPrivacyResponse.add_member(:operation_id, Shapes::ShapeRef.new(shape: OperationId, required: true, location_name: "OperationId"))
575
+ UpdateDomainContactPrivacyResponse.add_member(:operation_id, Shapes::ShapeRef.new(shape: OperationId, location_name: "OperationId"))
499
576
  UpdateDomainContactPrivacyResponse.struct_class = Types::UpdateDomainContactPrivacyResponse
500
577
 
501
578
  UpdateDomainContactRequest.add_member(:domain_name, Shapes::ShapeRef.new(shape: DomainName, required: true, location_name: "DomainName"))
502
579
  UpdateDomainContactRequest.add_member(:admin_contact, Shapes::ShapeRef.new(shape: ContactDetail, location_name: "AdminContact"))
503
580
  UpdateDomainContactRequest.add_member(:registrant_contact, Shapes::ShapeRef.new(shape: ContactDetail, location_name: "RegistrantContact"))
504
581
  UpdateDomainContactRequest.add_member(:tech_contact, Shapes::ShapeRef.new(shape: ContactDetail, location_name: "TechContact"))
582
+ UpdateDomainContactRequest.add_member(:consent, Shapes::ShapeRef.new(shape: Consent, location_name: "Consent"))
505
583
  UpdateDomainContactRequest.struct_class = Types::UpdateDomainContactRequest
506
584
 
507
- UpdateDomainContactResponse.add_member(:operation_id, Shapes::ShapeRef.new(shape: OperationId, required: true, location_name: "OperationId"))
585
+ UpdateDomainContactResponse.add_member(:operation_id, Shapes::ShapeRef.new(shape: OperationId, location_name: "OperationId"))
508
586
  UpdateDomainContactResponse.struct_class = Types::UpdateDomainContactResponse
509
587
 
510
588
  UpdateDomainNameserversRequest.add_member(:domain_name, Shapes::ShapeRef.new(shape: DomainName, required: true, location_name: "DomainName"))
@@ -512,7 +590,7 @@ module Aws::Route53Domains
512
590
  UpdateDomainNameserversRequest.add_member(:nameservers, Shapes::ShapeRef.new(shape: NameserverList, required: true, location_name: "Nameservers"))
513
591
  UpdateDomainNameserversRequest.struct_class = Types::UpdateDomainNameserversRequest
514
592
 
515
- UpdateDomainNameserversResponse.add_member(:operation_id, Shapes::ShapeRef.new(shape: OperationId, required: true, location_name: "OperationId"))
593
+ UpdateDomainNameserversResponse.add_member(:operation_id, Shapes::ShapeRef.new(shape: OperationId, location_name: "OperationId"))
516
594
  UpdateDomainNameserversResponse.struct_class = Types::UpdateDomainNameserversResponse
517
595
 
518
596
  UpdateTagsForDomainRequest.add_member(:domain_name, Shapes::ShapeRef.new(shape: DomainName, required: true, location_name: "DomainName"))
@@ -563,6 +641,20 @@ module Aws::Route53Domains
563
641
  o.errors << Shapes::ShapeRef.new(shape: UnsupportedTLD)
564
642
  end)
565
643
 
644
+ api.add_operation(:associate_delegation_signer_to_domain, Seahorse::Model::Operation.new.tap do |o|
645
+ o.name = "AssociateDelegationSignerToDomain"
646
+ o.http_method = "POST"
647
+ o.http_request_uri = "/"
648
+ o.input = Shapes::ShapeRef.new(shape: AssociateDelegationSignerToDomainRequest)
649
+ o.output = Shapes::ShapeRef.new(shape: AssociateDelegationSignerToDomainResponse)
650
+ o.errors << Shapes::ShapeRef.new(shape: DuplicateRequest)
651
+ o.errors << Shapes::ShapeRef.new(shape: InvalidInput)
652
+ o.errors << Shapes::ShapeRef.new(shape: OperationLimitExceeded)
653
+ o.errors << Shapes::ShapeRef.new(shape: TLDRulesViolation)
654
+ o.errors << Shapes::ShapeRef.new(shape: UnsupportedTLD)
655
+ o.errors << Shapes::ShapeRef.new(shape: DnssecLimitExceeded)
656
+ end)
657
+
566
658
  api.add_operation(:cancel_domain_transfer_to_another_aws_account, Seahorse::Model::Operation.new.tap do |o|
567
659
  o.name = "CancelDomainTransferToAnotherAwsAccount"
568
660
  o.http_method = "POST"
@@ -640,6 +732,19 @@ module Aws::Route53Domains
640
732
  o.errors << Shapes::ShapeRef.new(shape: UnsupportedTLD)
641
733
  end)
642
734
 
735
+ api.add_operation(:disassociate_delegation_signer_from_domain, Seahorse::Model::Operation.new.tap do |o|
736
+ o.name = "DisassociateDelegationSignerFromDomain"
737
+ o.http_method = "POST"
738
+ o.http_request_uri = "/"
739
+ o.input = Shapes::ShapeRef.new(shape: DisassociateDelegationSignerFromDomainRequest)
740
+ o.output = Shapes::ShapeRef.new(shape: DisassociateDelegationSignerFromDomainResponse)
741
+ o.errors << Shapes::ShapeRef.new(shape: DuplicateRequest)
742
+ o.errors << Shapes::ShapeRef.new(shape: InvalidInput)
743
+ o.errors << Shapes::ShapeRef.new(shape: OperationLimitExceeded)
744
+ o.errors << Shapes::ShapeRef.new(shape: TLDRulesViolation)
745
+ o.errors << Shapes::ShapeRef.new(shape: UnsupportedTLD)
746
+ end)
747
+
643
748
  api.add_operation(:enable_domain_auto_renew, Seahorse::Model::Operation.new.tap do |o|
644
749
  o.name = "EnableDomainAutoRenew"
645
750
  o.http_method = "POST"
@@ -761,6 +866,17 @@ module Aws::Route53Domains
761
866
  o.errors << Shapes::ShapeRef.new(shape: UnsupportedTLD)
762
867
  end)
763
868
 
869
+ api.add_operation(:push_domain, Seahorse::Model::Operation.new.tap do |o|
870
+ o.name = "PushDomain"
871
+ o.http_method = "POST"
872
+ o.http_request_uri = "/"
873
+ o.input = Shapes::ShapeRef.new(shape: PushDomainRequest)
874
+ o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
875
+ o.errors << Shapes::ShapeRef.new(shape: InvalidInput)
876
+ o.errors << Shapes::ShapeRef.new(shape: OperationLimitExceeded)
877
+ o.errors << Shapes::ShapeRef.new(shape: UnsupportedTLD)
878
+ end)
879
+
764
880
  api.add_operation(:register_domain, Seahorse::Model::Operation.new.tap do |o|
765
881
  o.name = "RegisterDomain"
766
882
  o.http_method = "POST"
@@ -810,6 +926,15 @@ module Aws::Route53Domains
810
926
  o.errors << Shapes::ShapeRef.new(shape: UnsupportedTLD)
811
927
  end)
812
928
 
929
+ api.add_operation(:resend_operation_authorization, Seahorse::Model::Operation.new.tap do |o|
930
+ o.name = "ResendOperationAuthorization"
931
+ o.http_method = "POST"
932
+ o.http_request_uri = "/"
933
+ o.input = Shapes::ShapeRef.new(shape: ResendOperationAuthorizationRequest)
934
+ o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
935
+ o.errors << Shapes::ShapeRef.new(shape: InvalidInput)
936
+ end)
937
+
813
938
  api.add_operation(:retrieve_domain_auth_code, Seahorse::Model::Operation.new.tap do |o|
814
939
  o.name = "RetrieveDomainAuthCode"
815
940
  o.http_method = "POST"
@@ -50,6 +50,9 @@ module Aws::Route53Domains
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?
@@ -9,104 +9,43 @@
9
9
 
10
10
  module Aws::Route53Domains
11
11
  class EndpointProvider
12
- def initialize(rule_set = nil)
13
- @@rule_set ||= begin
14
- endpoint_rules = Aws::Json.load(Base64.decode64(RULES))
15
- Aws::Endpoints::RuleSet.new(
16
- version: endpoint_rules['version'],
17
- service_id: endpoint_rules['serviceId'],
18
- parameters: endpoint_rules['parameters'],
19
- rules: endpoint_rules['rules']
20
- )
12
+ def resolve_endpoint(parameters)
13
+ region = parameters.region
14
+ use_dual_stack = parameters.use_dual_stack
15
+ use_fips = parameters.use_fips
16
+ endpoint = parameters.endpoint
17
+ if (partition_result = Aws::Endpoints::Matchers.aws_partition(region))
18
+ if Aws::Endpoints::Matchers.set?(endpoint)
19
+ if Aws::Endpoints::Matchers.boolean_equals?(use_fips, true)
20
+ raise ArgumentError, "Invalid Configuration: FIPS and custom endpoint are not supported"
21
+ end
22
+ if Aws::Endpoints::Matchers.boolean_equals?(use_dual_stack, true)
23
+ raise ArgumentError, "Invalid Configuration: Dualstack and custom endpoint are not supported"
24
+ end
25
+ return Aws::Endpoints::Endpoint.new(url: endpoint, headers: {}, properties: {})
26
+ end
27
+ if Aws::Endpoints::Matchers.boolean_equals?(use_fips, true) && Aws::Endpoints::Matchers.boolean_equals?(use_dual_stack, true)
28
+ if Aws::Endpoints::Matchers.boolean_equals?(true, Aws::Endpoints::Matchers.attr(partition_result, "supportsFIPS")) && Aws::Endpoints::Matchers.boolean_equals?(true, Aws::Endpoints::Matchers.attr(partition_result, "supportsDualStack"))
29
+ return Aws::Endpoints::Endpoint.new(url: "https://route53domains-fips.#{region}.#{partition_result['dualStackDnsSuffix']}", headers: {}, properties: {})
30
+ end
31
+ raise ArgumentError, "FIPS and DualStack are enabled, but this partition does not support one or both"
32
+ end
33
+ if Aws::Endpoints::Matchers.boolean_equals?(use_fips, true)
34
+ if Aws::Endpoints::Matchers.boolean_equals?(true, Aws::Endpoints::Matchers.attr(partition_result, "supportsFIPS"))
35
+ return Aws::Endpoints::Endpoint.new(url: "https://route53domains-fips.#{region}.#{partition_result['dnsSuffix']}", headers: {}, properties: {})
36
+ end
37
+ raise ArgumentError, "FIPS is enabled but this partition does not support FIPS"
38
+ end
39
+ if Aws::Endpoints::Matchers.boolean_equals?(use_dual_stack, true)
40
+ if Aws::Endpoints::Matchers.boolean_equals?(true, Aws::Endpoints::Matchers.attr(partition_result, "supportsDualStack"))
41
+ return Aws::Endpoints::Endpoint.new(url: "https://route53domains.#{region}.#{partition_result['dualStackDnsSuffix']}", headers: {}, properties: {})
42
+ end
43
+ raise ArgumentError, "DualStack is enabled but this partition does not support DualStack"
44
+ end
45
+ return Aws::Endpoints::Endpoint.new(url: "https://route53domains.#{region}.#{partition_result['dnsSuffix']}", headers: {}, properties: {})
21
46
  end
22
- @provider = Aws::Endpoints::RulesProvider.new(rule_set || @@rule_set)
23
- end
47
+ raise ArgumentError, 'No endpoint could be resolved'
24
48
 
25
- def resolve_endpoint(parameters)
26
- @provider.resolve_endpoint(parameters)
27
49
  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
- dCI6eyJ1cmwiOiJodHRwczovL3JvdXRlNTNkb21haW5zLWZpcHMue1JlZ2lv
77
- bn0ue1BhcnRpdGlvblJlc3VsdCNkdWFsU3RhY2tEbnNTdWZmaXh9IiwicHJv
78
- cGVydGllcyI6e30sImhlYWRlcnMiOnt9fSwidHlwZSI6ImVuZHBvaW50In1d
79
- fSx7ImNvbmRpdGlvbnMiOltdLCJlcnJvciI6IkZJUFMgYW5kIER1YWxTdGFj
80
- ayBhcmUgZW5hYmxlZCwgYnV0IHRoaXMgcGFydGl0aW9uIGRvZXMgbm90IHN1
81
- cHBvcnQgb25lIG9yIGJvdGgiLCJ0eXBlIjoiZXJyb3IifV19LHsiY29uZGl0
82
- aW9ucyI6W3siZm4iOiJib29sZWFuRXF1YWxzIiwiYXJndiI6W3sicmVmIjoi
83
- VXNlRklQUyJ9LHRydWVdfV0sInR5cGUiOiJ0cmVlIiwicnVsZXMiOlt7ImNv
84
- bmRpdGlvbnMiOlt7ImZuIjoiYm9vbGVhbkVxdWFscyIsImFyZ3YiOlt0cnVl
85
- LHsiZm4iOiJnZXRBdHRyIiwiYXJndiI6W3sicmVmIjoiUGFydGl0aW9uUmVz
86
- dWx0In0sInN1cHBvcnRzRklQUyJdfV19XSwidHlwZSI6InRyZWUiLCJydWxl
87
- cyI6W3siY29uZGl0aW9ucyI6W10sInR5cGUiOiJ0cmVlIiwicnVsZXMiOlt7
88
- ImNvbmRpdGlvbnMiOltdLCJlbmRwb2ludCI6eyJ1cmwiOiJodHRwczovL3Jv
89
- dXRlNTNkb21haW5zLWZpcHMue1JlZ2lvbn0ue1BhcnRpdGlvblJlc3VsdCNk
90
- bnNTdWZmaXh9IiwicHJvcGVydGllcyI6e30sImhlYWRlcnMiOnt9fSwidHlw
91
- ZSI6ImVuZHBvaW50In1dfV19LHsiY29uZGl0aW9ucyI6W10sImVycm9yIjoi
92
- RklQUyBpcyBlbmFibGVkIGJ1dCB0aGlzIHBhcnRpdGlvbiBkb2VzIG5vdCBz
93
- dXBwb3J0IEZJUFMiLCJ0eXBlIjoiZXJyb3IifV19LHsiY29uZGl0aW9ucyI6
94
- W3siZm4iOiJib29sZWFuRXF1YWxzIiwiYXJndiI6W3sicmVmIjoiVXNlRHVh
95
- bFN0YWNrIn0sdHJ1ZV19XSwidHlwZSI6InRyZWUiLCJydWxlcyI6W3siY29u
96
- ZGl0aW9ucyI6W3siZm4iOiJib29sZWFuRXF1YWxzIiwiYXJndiI6W3RydWUs
97
- eyJmbiI6ImdldEF0dHIiLCJhcmd2IjpbeyJyZWYiOiJQYXJ0aXRpb25SZXN1
98
- bHQifSwic3VwcG9ydHNEdWFsU3RhY2siXX1dfV0sInR5cGUiOiJ0cmVlIiwi
99
- cnVsZXMiOlt7ImNvbmRpdGlvbnMiOltdLCJlbmRwb2ludCI6eyJ1cmwiOiJo
100
- dHRwczovL3JvdXRlNTNkb21haW5zLntSZWdpb259LntQYXJ0aXRpb25SZXN1
101
- bHQjZHVhbFN0YWNrRG5zU3VmZml4fSIsInByb3BlcnRpZXMiOnt9LCJoZWFk
102
- ZXJzIjp7fX0sInR5cGUiOiJlbmRwb2ludCJ9XX0seyJjb25kaXRpb25zIjpb
103
- XSwiZXJyb3IiOiJEdWFsU3RhY2sgaXMgZW5hYmxlZCBidXQgdGhpcyBwYXJ0
104
- aXRpb24gZG9lcyBub3Qgc3VwcG9ydCBEdWFsU3RhY2siLCJ0eXBlIjoiZXJy
105
- b3IifV19LHsiY29uZGl0aW9ucyI6W10sImVuZHBvaW50Ijp7InVybCI6Imh0
106
- dHBzOi8vcm91dGU1M2RvbWFpbnMue1JlZ2lvbn0ue1BhcnRpdGlvblJlc3Vs
107
- dCNkbnNTdWZmaXh9IiwicHJvcGVydGllcyI6e30sImhlYWRlcnMiOnt9fSwi
108
- dHlwZSI6ImVuZHBvaW50In1dfV19
109
-
110
- JSON
111
50
  end
112
51
  end