aws-sdk-route53domains 1.41.0 → 1.42.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-route53domains/client.rb +207 -23
- data/lib/aws-sdk-route53domains/client_api.rb +150 -25
- data/lib/aws-sdk-route53domains/endpoint_parameters.rb +3 -0
- data/lib/aws-sdk-route53domains/endpoint_provider.rb +73 -74
- data/lib/aws-sdk-route53domains/endpoints.rb +56 -0
- data/lib/aws-sdk-route53domains/errors.rb +16 -0
- data/lib/aws-sdk-route53domains/plugins/endpoints.rb +8 -0
- data/lib/aws-sdk-route53domains/types.rb +397 -541
- data/lib/aws-sdk-route53domains.rb +1 -1
- metadata +2 -2
@@ -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,
|
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,
|
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,
|
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,
|
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,
|
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,
|
305
|
-
GetDomainDetailResponse.add_member(:nameservers, Shapes::ShapeRef.new(shape: NameserverList,
|
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,
|
308
|
-
GetDomainDetailResponse.add_member(:registrant_contact, Shapes::ShapeRef.new(shape: ContactDetail,
|
309
|
-
GetDomainDetailResponse.add_member(:tech_contact, Shapes::ShapeRef.new(shape: ContactDetail,
|
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,
|
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,
|
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,
|
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,
|
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
|
-
|
395
|
-
|
396
|
-
OperationSummary.add_member(:
|
397
|
-
OperationSummary.add_member(:
|
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,
|
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,
|
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,
|
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,
|
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,
|
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,
|
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,
|
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?
|
@@ -29,83 +29,82 @@ module Aws::Route53Domains
|
|
29
29
|
# @api private
|
30
30
|
RULES = <<-JSON
|
31
31
|
eyJ2ZXJzaW9uIjoiMS4wIiwicGFyYW1ldGVycyI6eyJSZWdpb24iOnsiYnVp
|
32
|
-
|
33
|
-
|
34
|
-
|
35
|
-
|
36
|
-
|
37
|
-
|
38
|
-
|
39
|
-
|
40
|
-
|
41
|
-
|
42
|
-
|
43
|
-
|
44
|
-
|
45
|
-
|
46
|
-
|
47
|
-
|
48
|
-
|
49
|
-
|
50
|
-
|
51
|
-
|
52
|
-
|
53
|
-
|
54
|
-
|
55
|
-
|
56
|
-
|
57
|
-
|
58
|
-
|
59
|
-
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
|
32
|
+
bHRJbiI6IkFXUzo6UmVnaW9uIiwicmVxdWlyZWQiOnRydWUsImRvY3VtZW50
|
33
|
+
YXRpb24iOiJUaGUgQVdTIHJlZ2lvbiB1c2VkIHRvIGRpc3BhdGNoIHRoZSBy
|
34
|
+
ZXF1ZXN0LiIsInR5cGUiOiJTdHJpbmcifSwiVXNlRHVhbFN0YWNrIjp7ImJ1
|
35
|
+
aWx0SW4iOiJBV1M6OlVzZUR1YWxTdGFjayIsInJlcXVpcmVkIjp0cnVlLCJk
|
36
|
+
ZWZhdWx0IjpmYWxzZSwiZG9jdW1lbnRhdGlvbiI6IldoZW4gdHJ1ZSwgdXNl
|
37
|
+
IHRoZSBkdWFsLXN0YWNrIGVuZHBvaW50LiBJZiB0aGUgY29uZmlndXJlZCBl
|
38
|
+
bmRwb2ludCBkb2VzIG5vdCBzdXBwb3J0IGR1YWwtc3RhY2ssIGRpc3BhdGNo
|
39
|
+
aW5nIHRoZSByZXF1ZXN0IE1BWSByZXR1cm4gYW4gZXJyb3IuIiwidHlwZSI6
|
40
|
+
IkJvb2xlYW4ifSwiVXNlRklQUyI6eyJidWlsdEluIjoiQVdTOjpVc2VGSVBT
|
41
|
+
IiwicmVxdWlyZWQiOnRydWUsImRlZmF1bHQiOmZhbHNlLCJkb2N1bWVudGF0
|
42
|
+
aW9uIjoiV2hlbiB0cnVlLCBzZW5kIHRoaXMgcmVxdWVzdCB0byB0aGUgRklQ
|
43
|
+
Uy1jb21wbGlhbnQgcmVnaW9uYWwgZW5kcG9pbnQuIElmIHRoZSBjb25maWd1
|
44
|
+
cmVkIGVuZHBvaW50IGRvZXMgbm90IGhhdmUgYSBGSVBTIGNvbXBsaWFudCBl
|
45
|
+
bmRwb2ludCwgZGlzcGF0Y2hpbmcgdGhlIHJlcXVlc3Qgd2lsbCByZXR1cm4g
|
46
|
+
YW4gZXJyb3IuIiwidHlwZSI6IkJvb2xlYW4ifSwiRW5kcG9pbnQiOnsiYnVp
|
47
|
+
bHRJbiI6IlNESzo6RW5kcG9pbnQiLCJyZXF1aXJlZCI6ZmFsc2UsImRvY3Vt
|
48
|
+
ZW50YXRpb24iOiJPdmVycmlkZSB0aGUgZW5kcG9pbnQgdXNlZCB0byBzZW5k
|
49
|
+
IHRoaXMgcmVxdWVzdCIsInR5cGUiOiJTdHJpbmcifX0sInJ1bGVzIjpbeyJj
|
50
|
+
b25kaXRpb25zIjpbeyJmbiI6ImF3cy5wYXJ0aXRpb24iLCJhcmd2IjpbeyJy
|
51
|
+
ZWYiOiJSZWdpb24ifV0sImFzc2lnbiI6IlBhcnRpdGlvblJlc3VsdCJ9XSwi
|
52
|
+
dHlwZSI6InRyZWUiLCJydWxlcyI6W3siY29uZGl0aW9ucyI6W3siZm4iOiJp
|
53
|
+
c1NldCIsImFyZ3YiOlt7InJlZiI6IkVuZHBvaW50In1dfV0sInR5cGUiOiJ0
|
54
|
+
cmVlIiwicnVsZXMiOlt7ImNvbmRpdGlvbnMiOlt7ImZuIjoiYm9vbGVhbkVx
|
55
|
+
dWFscyIsImFyZ3YiOlt7InJlZiI6IlVzZUZJUFMifSx0cnVlXX1dLCJlcnJv
|
56
|
+
ciI6IkludmFsaWQgQ29uZmlndXJhdGlvbjogRklQUyBhbmQgY3VzdG9tIGVu
|
57
|
+
ZHBvaW50IGFyZSBub3Qgc3VwcG9ydGVkIiwidHlwZSI6ImVycm9yIn0seyJj
|
58
|
+
b25kaXRpb25zIjpbXSwidHlwZSI6InRyZWUiLCJydWxlcyI6W3siY29uZGl0
|
82
59
|
aW9ucyI6W3siZm4iOiJib29sZWFuRXF1YWxzIiwiYXJndiI6W3sicmVmIjoi
|
83
|
-
|
84
|
-
|
85
|
-
|
86
|
-
|
87
|
-
|
88
|
-
|
89
|
-
|
90
|
-
|
91
|
-
|
92
|
-
|
93
|
-
|
94
|
-
|
95
|
-
|
96
|
-
|
97
|
-
|
98
|
-
|
99
|
-
cnVsZXMiOlt7ImNvbmRpdGlvbnMiOltdLCJlbmRwb2ludCI6eyJ1cmwiOiJo
|
100
|
-
dHRwczovL3JvdXRlNTNkb21haW5zLntSZWdpb259LntQYXJ0aXRpb25SZXN1
|
60
|
+
VXNlRHVhbFN0YWNrIn0sdHJ1ZV19XSwiZXJyb3IiOiJJbnZhbGlkIENvbmZp
|
61
|
+
Z3VyYXRpb246IER1YWxzdGFjayBhbmQgY3VzdG9tIGVuZHBvaW50IGFyZSBu
|
62
|
+
b3Qgc3VwcG9ydGVkIiwidHlwZSI6ImVycm9yIn0seyJjb25kaXRpb25zIjpb
|
63
|
+
XSwiZW5kcG9pbnQiOnsidXJsIjp7InJlZiI6IkVuZHBvaW50In0sInByb3Bl
|
64
|
+
cnRpZXMiOnt9LCJoZWFkZXJzIjp7fX0sInR5cGUiOiJlbmRwb2ludCJ9XX1d
|
65
|
+
fSx7ImNvbmRpdGlvbnMiOlt7ImZuIjoiYm9vbGVhbkVxdWFscyIsImFyZ3Yi
|
66
|
+
Olt7InJlZiI6IlVzZUZJUFMifSx0cnVlXX0seyJmbiI6ImJvb2xlYW5FcXVh
|
67
|
+
bHMiLCJhcmd2IjpbeyJyZWYiOiJVc2VEdWFsU3RhY2sifSx0cnVlXX1dLCJ0
|
68
|
+
eXBlIjoidHJlZSIsInJ1bGVzIjpbeyJjb25kaXRpb25zIjpbeyJmbiI6ImJv
|
69
|
+
b2xlYW5FcXVhbHMiLCJhcmd2IjpbdHJ1ZSx7ImZuIjoiZ2V0QXR0ciIsImFy
|
70
|
+
Z3YiOlt7InJlZiI6IlBhcnRpdGlvblJlc3VsdCJ9LCJzdXBwb3J0c0ZJUFMi
|
71
|
+
XX1dfSx7ImZuIjoiYm9vbGVhbkVxdWFscyIsImFyZ3YiOlt0cnVlLHsiZm4i
|
72
|
+
OiJnZXRBdHRyIiwiYXJndiI6W3sicmVmIjoiUGFydGl0aW9uUmVzdWx0In0s
|
73
|
+
InN1cHBvcnRzRHVhbFN0YWNrIl19XX1dLCJ0eXBlIjoidHJlZSIsInJ1bGVz
|
74
|
+
IjpbeyJjb25kaXRpb25zIjpbXSwiZW5kcG9pbnQiOnsidXJsIjoiaHR0cHM6
|
75
|
+
Ly9yb3V0ZTUzZG9tYWlucy1maXBzLntSZWdpb259LntQYXJ0aXRpb25SZXN1
|
101
76
|
bHQjZHVhbFN0YWNrRG5zU3VmZml4fSIsInByb3BlcnRpZXMiOnt9LCJoZWFk
|
102
77
|
ZXJzIjp7fX0sInR5cGUiOiJlbmRwb2ludCJ9XX0seyJjb25kaXRpb25zIjpb
|
103
|
-
|
104
|
-
|
105
|
-
|
106
|
-
|
107
|
-
|
108
|
-
|
78
|
+
XSwiZXJyb3IiOiJGSVBTIGFuZCBEdWFsU3RhY2sgYXJlIGVuYWJsZWQsIGJ1
|
79
|
+
dCB0aGlzIHBhcnRpdGlvbiBkb2VzIG5vdCBzdXBwb3J0IG9uZSBvciBib3Ro
|
80
|
+
IiwidHlwZSI6ImVycm9yIn1dfSx7ImNvbmRpdGlvbnMiOlt7ImZuIjoiYm9v
|
81
|
+
bGVhbkVxdWFscyIsImFyZ3YiOlt7InJlZiI6IlVzZUZJUFMifSx0cnVlXX1d
|
82
|
+
LCJ0eXBlIjoidHJlZSIsInJ1bGVzIjpbeyJjb25kaXRpb25zIjpbeyJmbiI6
|
83
|
+
ImJvb2xlYW5FcXVhbHMiLCJhcmd2IjpbdHJ1ZSx7ImZuIjoiZ2V0QXR0ciIs
|
84
|
+
ImFyZ3YiOlt7InJlZiI6IlBhcnRpdGlvblJlc3VsdCJ9LCJzdXBwb3J0c0ZJ
|
85
|
+
UFMiXX1dfV0sInR5cGUiOiJ0cmVlIiwicnVsZXMiOlt7ImNvbmRpdGlvbnMi
|
86
|
+
OltdLCJ0eXBlIjoidHJlZSIsInJ1bGVzIjpbeyJjb25kaXRpb25zIjpbXSwi
|
87
|
+
ZW5kcG9pbnQiOnsidXJsIjoiaHR0cHM6Ly9yb3V0ZTUzZG9tYWlucy1maXBz
|
88
|
+
LntSZWdpb259LntQYXJ0aXRpb25SZXN1bHQjZG5zU3VmZml4fSIsInByb3Bl
|
89
|
+
cnRpZXMiOnt9LCJoZWFkZXJzIjp7fX0sInR5cGUiOiJlbmRwb2ludCJ9XX1d
|
90
|
+
fSx7ImNvbmRpdGlvbnMiOltdLCJlcnJvciI6IkZJUFMgaXMgZW5hYmxlZCBi
|
91
|
+
dXQgdGhpcyBwYXJ0aXRpb24gZG9lcyBub3Qgc3VwcG9ydCBGSVBTIiwidHlw
|
92
|
+
ZSI6ImVycm9yIn1dfSx7ImNvbmRpdGlvbnMiOlt7ImZuIjoiYm9vbGVhbkVx
|
93
|
+
dWFscyIsImFyZ3YiOlt7InJlZiI6IlVzZUR1YWxTdGFjayJ9LHRydWVdfV0s
|
94
|
+
InR5cGUiOiJ0cmVlIiwicnVsZXMiOlt7ImNvbmRpdGlvbnMiOlt7ImZuIjoi
|
95
|
+
Ym9vbGVhbkVxdWFscyIsImFyZ3YiOlt0cnVlLHsiZm4iOiJnZXRBdHRyIiwi
|
96
|
+
YXJndiI6W3sicmVmIjoiUGFydGl0aW9uUmVzdWx0In0sInN1cHBvcnRzRHVh
|
97
|
+
bFN0YWNrIl19XX1dLCJ0eXBlIjoidHJlZSIsInJ1bGVzIjpbeyJjb25kaXRp
|
98
|
+
b25zIjpbXSwiZW5kcG9pbnQiOnsidXJsIjoiaHR0cHM6Ly9yb3V0ZTUzZG9t
|
99
|
+
YWlucy57UmVnaW9ufS57UGFydGl0aW9uUmVzdWx0I2R1YWxTdGFja0Ruc1N1
|
100
|
+
ZmZpeH0iLCJwcm9wZXJ0aWVzIjp7fSwiaGVhZGVycyI6e319LCJ0eXBlIjoi
|
101
|
+
ZW5kcG9pbnQifV19LHsiY29uZGl0aW9ucyI6W10sImVycm9yIjoiRHVhbFN0
|
102
|
+
YWNrIGlzIGVuYWJsZWQgYnV0IHRoaXMgcGFydGl0aW9uIGRvZXMgbm90IHN1
|
103
|
+
cHBvcnQgRHVhbFN0YWNrIiwidHlwZSI6ImVycm9yIn1dfSx7ImNvbmRpdGlv
|
104
|
+
bnMiOltdLCJlbmRwb2ludCI6eyJ1cmwiOiJodHRwczovL3JvdXRlNTNkb21h
|
105
|
+
aW5zLntSZWdpb259LntQYXJ0aXRpb25SZXN1bHQjZG5zU3VmZml4fSIsInBy
|
106
|
+
b3BlcnRpZXMiOnt9LCJoZWFkZXJzIjp7fX0sInR5cGUiOiJlbmRwb2ludCJ9
|
107
|
+
XX1dfQ==
|
109
108
|
|
110
109
|
JSON
|
111
110
|
end
|