aws-sdk-route53domains 1.33.0 → 1.37.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 +20 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-route53domains/client.rb +327 -91
- data/lib/aws-sdk-route53domains/client_api.rb +100 -0
- data/lib/aws-sdk-route53domains/types.rb +409 -56
- data/lib/aws-sdk-route53domains.rb +1 -1
- metadata +4 -4
@@ -32,8 +32,11 @@ module Aws::Route53Domains
|
|
32
32
|
ContactNumber = Shapes::StringShape.new(name: 'ContactNumber')
|
33
33
|
ContactType = Shapes::StringShape.new(name: 'ContactType')
|
34
34
|
CountryCode = Shapes::StringShape.new(name: 'CountryCode')
|
35
|
+
Currency = Shapes::StringShape.new(name: 'Currency')
|
35
36
|
CurrentExpiryYear = Shapes::IntegerShape.new(name: 'CurrentExpiryYear')
|
36
37
|
DNSSec = Shapes::StringShape.new(name: 'DNSSec')
|
38
|
+
DeleteDomainRequest = Shapes::StructureShape.new(name: 'DeleteDomainRequest')
|
39
|
+
DeleteDomainResponse = Shapes::StructureShape.new(name: 'DeleteDomainResponse')
|
37
40
|
DeleteTagsForDomainRequest = Shapes::StructureShape.new(name: 'DeleteTagsForDomainRequest')
|
38
41
|
DeleteTagsForDomainResponse = Shapes::StructureShape.new(name: 'DeleteTagsForDomainResponse')
|
39
42
|
DisableDomainAutoRenewRequest = Shapes::StructureShape.new(name: 'DisableDomainAutoRenewRequest')
|
@@ -44,6 +47,9 @@ module Aws::Route53Domains
|
|
44
47
|
DomainAvailability = Shapes::StringShape.new(name: 'DomainAvailability')
|
45
48
|
DomainLimitExceeded = Shapes::StructureShape.new(name: 'DomainLimitExceeded')
|
46
49
|
DomainName = Shapes::StringShape.new(name: 'DomainName')
|
50
|
+
DomainPrice = Shapes::StructureShape.new(name: 'DomainPrice')
|
51
|
+
DomainPriceList = Shapes::ListShape.new(name: 'DomainPriceList')
|
52
|
+
DomainPriceName = Shapes::StringShape.new(name: 'DomainPriceName')
|
47
53
|
DomainStatus = Shapes::StringShape.new(name: 'DomainStatus')
|
48
54
|
DomainStatusList = Shapes::ListShape.new(name: 'DomainStatusList')
|
49
55
|
DomainSuggestion = Shapes::StructureShape.new(name: 'DomainSuggestion')
|
@@ -64,6 +70,8 @@ module Aws::Route53Domains
|
|
64
70
|
ExtraParamName = Shapes::StringShape.new(name: 'ExtraParamName')
|
65
71
|
ExtraParamValue = Shapes::StringShape.new(name: 'ExtraParamValue')
|
66
72
|
FIAuthKey = Shapes::StringShape.new(name: 'FIAuthKey')
|
73
|
+
FilterCondition = Shapes::StructureShape.new(name: 'FilterCondition')
|
74
|
+
FilterConditions = Shapes::ListShape.new(name: 'FilterConditions')
|
67
75
|
GetContactReachabilityStatusRequest = Shapes::StructureShape.new(name: 'GetContactReachabilityStatusRequest')
|
68
76
|
GetContactReachabilityStatusResponse = Shapes::StructureShape.new(name: 'GetContactReachabilityStatusResponse')
|
69
77
|
GetDomainDetailRequest = Shapes::StructureShape.new(name: 'GetDomainDetailRequest')
|
@@ -79,10 +87,13 @@ module Aws::Route53Domains
|
|
79
87
|
InvalidInput = Shapes::StructureShape.new(name: 'InvalidInput')
|
80
88
|
InvoiceId = Shapes::StringShape.new(name: 'InvoiceId')
|
81
89
|
LangCode = Shapes::StringShape.new(name: 'LangCode')
|
90
|
+
ListDomainsAttributeName = Shapes::StringShape.new(name: 'ListDomainsAttributeName')
|
82
91
|
ListDomainsRequest = Shapes::StructureShape.new(name: 'ListDomainsRequest')
|
83
92
|
ListDomainsResponse = Shapes::StructureShape.new(name: 'ListDomainsResponse')
|
84
93
|
ListOperationsRequest = Shapes::StructureShape.new(name: 'ListOperationsRequest')
|
85
94
|
ListOperationsResponse = Shapes::StructureShape.new(name: 'ListOperationsResponse')
|
95
|
+
ListPricesRequest = Shapes::StructureShape.new(name: 'ListPricesRequest')
|
96
|
+
ListPricesResponse = Shapes::StructureShape.new(name: 'ListPricesResponse')
|
86
97
|
ListTagsForDomainRequest = Shapes::StructureShape.new(name: 'ListTagsForDomainRequest')
|
87
98
|
ListTagsForDomainResponse = Shapes::StructureShape.new(name: 'ListTagsForDomainResponse')
|
88
99
|
Nameserver = Shapes::StructureShape.new(name: 'Nameserver')
|
@@ -93,9 +104,11 @@ module Aws::Route53Domains
|
|
93
104
|
OperationSummary = Shapes::StructureShape.new(name: 'OperationSummary')
|
94
105
|
OperationSummaryList = Shapes::ListShape.new(name: 'OperationSummaryList')
|
95
106
|
OperationType = Shapes::StringShape.new(name: 'OperationType')
|
107
|
+
Operator = Shapes::StringShape.new(name: 'Operator')
|
96
108
|
PageMarker = Shapes::StringShape.new(name: 'PageMarker')
|
97
109
|
PageMaxItems = Shapes::IntegerShape.new(name: 'PageMaxItems')
|
98
110
|
Price = Shapes::FloatShape.new(name: 'Price')
|
111
|
+
PriceWithCurrency = Shapes::StructureShape.new(name: 'PriceWithCurrency')
|
99
112
|
ReachabilityStatus = Shapes::StringShape.new(name: 'ReachabilityStatus')
|
100
113
|
RegisterDomainRequest = Shapes::StructureShape.new(name: 'RegisterDomainRequest')
|
101
114
|
RegisterDomainResponse = Shapes::StructureShape.new(name: 'RegisterDomainResponse')
|
@@ -112,6 +125,8 @@ module Aws::Route53Domains
|
|
112
125
|
ResendContactReachabilityEmailResponse = Shapes::StructureShape.new(name: 'ResendContactReachabilityEmailResponse')
|
113
126
|
RetrieveDomainAuthCodeRequest = Shapes::StructureShape.new(name: 'RetrieveDomainAuthCodeRequest')
|
114
127
|
RetrieveDomainAuthCodeResponse = Shapes::StructureShape.new(name: 'RetrieveDomainAuthCodeResponse')
|
128
|
+
SortCondition = Shapes::StructureShape.new(name: 'SortCondition')
|
129
|
+
SortOrder = Shapes::StringShape.new(name: 'SortOrder')
|
115
130
|
State = Shapes::StringShape.new(name: 'State')
|
116
131
|
String = Shapes::StringShape.new(name: 'String')
|
117
132
|
TLDRulesViolation = Shapes::StructureShape.new(name: 'TLDRulesViolation')
|
@@ -121,6 +136,7 @@ module Aws::Route53Domains
|
|
121
136
|
TagList = Shapes::ListShape.new(name: 'TagList')
|
122
137
|
TagValue = Shapes::StringShape.new(name: 'TagValue')
|
123
138
|
Timestamp = Shapes::TimestampShape.new(name: 'Timestamp')
|
139
|
+
TldName = Shapes::StringShape.new(name: 'TldName')
|
124
140
|
TransferDomainRequest = Shapes::StructureShape.new(name: 'TransferDomainRequest')
|
125
141
|
TransferDomainResponse = Shapes::StructureShape.new(name: 'TransferDomainResponse')
|
126
142
|
TransferDomainToAnotherAwsAccountRequest = Shapes::StructureShape.new(name: 'TransferDomainToAnotherAwsAccountRequest')
|
@@ -135,6 +151,8 @@ module Aws::Route53Domains
|
|
135
151
|
UpdateDomainNameserversResponse = Shapes::StructureShape.new(name: 'UpdateDomainNameserversResponse')
|
136
152
|
UpdateTagsForDomainRequest = Shapes::StructureShape.new(name: 'UpdateTagsForDomainRequest')
|
137
153
|
UpdateTagsForDomainResponse = Shapes::StructureShape.new(name: 'UpdateTagsForDomainResponse')
|
154
|
+
Value = Shapes::StringShape.new(name: 'Value')
|
155
|
+
Values = Shapes::ListShape.new(name: 'Values')
|
138
156
|
ViewBillingRequest = Shapes::StructureShape.new(name: 'ViewBillingRequest')
|
139
157
|
ViewBillingResponse = Shapes::StructureShape.new(name: 'ViewBillingResponse')
|
140
158
|
ZipCode = Shapes::StringShape.new(name: 'ZipCode')
|
@@ -191,6 +209,12 @@ module Aws::Route53Domains
|
|
191
209
|
ContactDetail.add_member(:extra_params, Shapes::ShapeRef.new(shape: ExtraParamList, location_name: "ExtraParams"))
|
192
210
|
ContactDetail.struct_class = Types::ContactDetail
|
193
211
|
|
212
|
+
DeleteDomainRequest.add_member(:domain_name, Shapes::ShapeRef.new(shape: DomainName, required: true, location_name: "DomainName"))
|
213
|
+
DeleteDomainRequest.struct_class = Types::DeleteDomainRequest
|
214
|
+
|
215
|
+
DeleteDomainResponse.add_member(:operation_id, Shapes::ShapeRef.new(shape: OperationId, location_name: "OperationId"))
|
216
|
+
DeleteDomainResponse.struct_class = Types::DeleteDomainResponse
|
217
|
+
|
194
218
|
DeleteTagsForDomainRequest.add_member(:domain_name, Shapes::ShapeRef.new(shape: DomainName, required: true, location_name: "DomainName"))
|
195
219
|
DeleteTagsForDomainRequest.add_member(:tags_to_delete, Shapes::ShapeRef.new(shape: TagKeyList, required: true, location_name: "TagsToDelete"))
|
196
220
|
DeleteTagsForDomainRequest.struct_class = Types::DeleteTagsForDomainRequest
|
@@ -211,6 +235,16 @@ module Aws::Route53Domains
|
|
211
235
|
DomainLimitExceeded.add_member(:message, Shapes::ShapeRef.new(shape: ErrorMessage, location_name: "message"))
|
212
236
|
DomainLimitExceeded.struct_class = Types::DomainLimitExceeded
|
213
237
|
|
238
|
+
DomainPrice.add_member(:name, Shapes::ShapeRef.new(shape: DomainPriceName, location_name: "Name"))
|
239
|
+
DomainPrice.add_member(:registration_price, Shapes::ShapeRef.new(shape: PriceWithCurrency, location_name: "RegistrationPrice"))
|
240
|
+
DomainPrice.add_member(:transfer_price, Shapes::ShapeRef.new(shape: PriceWithCurrency, location_name: "TransferPrice"))
|
241
|
+
DomainPrice.add_member(:renewal_price, Shapes::ShapeRef.new(shape: PriceWithCurrency, location_name: "RenewalPrice"))
|
242
|
+
DomainPrice.add_member(:change_ownership_price, Shapes::ShapeRef.new(shape: PriceWithCurrency, location_name: "ChangeOwnershipPrice"))
|
243
|
+
DomainPrice.add_member(:restoration_price, Shapes::ShapeRef.new(shape: PriceWithCurrency, location_name: "RestorationPrice"))
|
244
|
+
DomainPrice.struct_class = Types::DomainPrice
|
245
|
+
|
246
|
+
DomainPriceList.member = Shapes::ShapeRef.new(shape: DomainPrice)
|
247
|
+
|
214
248
|
DomainStatusList.member = Shapes::ShapeRef.new(shape: DomainStatus)
|
215
249
|
|
216
250
|
DomainSuggestion.add_member(:domain_name, Shapes::ShapeRef.new(shape: DomainName, location_name: "DomainName"))
|
@@ -250,6 +284,13 @@ module Aws::Route53Domains
|
|
250
284
|
|
251
285
|
ExtraParamList.member = Shapes::ShapeRef.new(shape: ExtraParam)
|
252
286
|
|
287
|
+
FilterCondition.add_member(:name, Shapes::ShapeRef.new(shape: ListDomainsAttributeName, required: true, location_name: "Name"))
|
288
|
+
FilterCondition.add_member(:operator, Shapes::ShapeRef.new(shape: Operator, required: true, location_name: "Operator"))
|
289
|
+
FilterCondition.add_member(:values, Shapes::ShapeRef.new(shape: Values, required: true, location_name: "Values"))
|
290
|
+
FilterCondition.struct_class = Types::FilterCondition
|
291
|
+
|
292
|
+
FilterConditions.member = Shapes::ShapeRef.new(shape: FilterCondition)
|
293
|
+
|
253
294
|
GetContactReachabilityStatusRequest.add_member(:domain_name, Shapes::ShapeRef.new(shape: DomainName, location_name: "domainName"))
|
254
295
|
GetContactReachabilityStatusRequest.struct_class = Types::GetContactReachabilityStatusRequest
|
255
296
|
|
@@ -307,6 +348,8 @@ module Aws::Route53Domains
|
|
307
348
|
InvalidInput.add_member(:message, Shapes::ShapeRef.new(shape: ErrorMessage, location_name: "message"))
|
308
349
|
InvalidInput.struct_class = Types::InvalidInput
|
309
350
|
|
351
|
+
ListDomainsRequest.add_member(:filter_conditions, Shapes::ShapeRef.new(shape: FilterConditions, location_name: "FilterConditions"))
|
352
|
+
ListDomainsRequest.add_member(:sort_condition, Shapes::ShapeRef.new(shape: SortCondition, location_name: "SortCondition"))
|
310
353
|
ListDomainsRequest.add_member(:marker, Shapes::ShapeRef.new(shape: PageMarker, location_name: "Marker"))
|
311
354
|
ListDomainsRequest.add_member(:max_items, Shapes::ShapeRef.new(shape: PageMaxItems, location_name: "MaxItems"))
|
312
355
|
ListDomainsRequest.struct_class = Types::ListDomainsRequest
|
@@ -324,6 +367,15 @@ module Aws::Route53Domains
|
|
324
367
|
ListOperationsResponse.add_member(:next_page_marker, Shapes::ShapeRef.new(shape: PageMarker, location_name: "NextPageMarker"))
|
325
368
|
ListOperationsResponse.struct_class = Types::ListOperationsResponse
|
326
369
|
|
370
|
+
ListPricesRequest.add_member(:tld, Shapes::ShapeRef.new(shape: TldName, location_name: "Tld"))
|
371
|
+
ListPricesRequest.add_member(:marker, Shapes::ShapeRef.new(shape: PageMarker, location_name: "Marker"))
|
372
|
+
ListPricesRequest.add_member(:max_items, Shapes::ShapeRef.new(shape: PageMaxItems, location_name: "MaxItems"))
|
373
|
+
ListPricesRequest.struct_class = Types::ListPricesRequest
|
374
|
+
|
375
|
+
ListPricesResponse.add_member(:prices, Shapes::ShapeRef.new(shape: DomainPriceList, required: true, location_name: "Prices"))
|
376
|
+
ListPricesResponse.add_member(:next_page_marker, Shapes::ShapeRef.new(shape: PageMarker, location_name: "NextPageMarker"))
|
377
|
+
ListPricesResponse.struct_class = Types::ListPricesResponse
|
378
|
+
|
327
379
|
ListTagsForDomainRequest.add_member(:domain_name, Shapes::ShapeRef.new(shape: DomainName, required: true, location_name: "DomainName"))
|
328
380
|
ListTagsForDomainRequest.struct_class = Types::ListTagsForDomainRequest
|
329
381
|
|
@@ -347,6 +399,10 @@ module Aws::Route53Domains
|
|
347
399
|
|
348
400
|
OperationSummaryList.member = Shapes::ShapeRef.new(shape: OperationSummary)
|
349
401
|
|
402
|
+
PriceWithCurrency.add_member(:price, Shapes::ShapeRef.new(shape: Price, required: true, location_name: "Price"))
|
403
|
+
PriceWithCurrency.add_member(:currency, Shapes::ShapeRef.new(shape: Currency, required: true, location_name: "Currency"))
|
404
|
+
PriceWithCurrency.struct_class = Types::PriceWithCurrency
|
405
|
+
|
350
406
|
RegisterDomainRequest.add_member(:domain_name, Shapes::ShapeRef.new(shape: DomainName, required: true, location_name: "DomainName"))
|
351
407
|
RegisterDomainRequest.add_member(:idn_lang_code, Shapes::ShapeRef.new(shape: LangCode, location_name: "IdnLangCode"))
|
352
408
|
RegisterDomainRequest.add_member(:duration_in_years, Shapes::ShapeRef.new(shape: DurationInYears, required: true, location_name: "DurationInYears"))
|
@@ -390,6 +446,10 @@ module Aws::Route53Domains
|
|
390
446
|
RetrieveDomainAuthCodeResponse.add_member(:auth_code, Shapes::ShapeRef.new(shape: DomainAuthCode, required: true, location_name: "AuthCode"))
|
391
447
|
RetrieveDomainAuthCodeResponse.struct_class = Types::RetrieveDomainAuthCodeResponse
|
392
448
|
|
449
|
+
SortCondition.add_member(:name, Shapes::ShapeRef.new(shape: ListDomainsAttributeName, required: true, location_name: "Name"))
|
450
|
+
SortCondition.add_member(:sort_order, Shapes::ShapeRef.new(shape: SortOrder, required: true, location_name: "SortOrder"))
|
451
|
+
SortCondition.struct_class = Types::SortCondition
|
452
|
+
|
393
453
|
TLDRulesViolation.add_member(:message, Shapes::ShapeRef.new(shape: ErrorMessage, location_name: "message"))
|
394
454
|
TLDRulesViolation.struct_class = Types::TLDRulesViolation
|
395
455
|
|
@@ -461,6 +521,8 @@ module Aws::Route53Domains
|
|
461
521
|
|
462
522
|
UpdateTagsForDomainResponse.struct_class = Types::UpdateTagsForDomainResponse
|
463
523
|
|
524
|
+
Values.member = Shapes::ShapeRef.new(shape: Value)
|
525
|
+
|
464
526
|
ViewBillingRequest.add_member(:start, Shapes::ShapeRef.new(shape: Timestamp, location_name: "Start"))
|
465
527
|
ViewBillingRequest.add_member(:end, Shapes::ShapeRef.new(shape: Timestamp, location_name: "End"))
|
466
528
|
ViewBillingRequest.add_member(:marker, Shapes::ShapeRef.new(shape: PageMarker, location_name: "Marker"))
|
@@ -498,6 +560,7 @@ module Aws::Route53Domains
|
|
498
560
|
o.errors << Shapes::ShapeRef.new(shape: InvalidInput)
|
499
561
|
o.errors << Shapes::ShapeRef.new(shape: OperationLimitExceeded)
|
500
562
|
o.errors << Shapes::ShapeRef.new(shape: DomainLimitExceeded)
|
563
|
+
o.errors << Shapes::ShapeRef.new(shape: UnsupportedTLD)
|
501
564
|
end)
|
502
565
|
|
503
566
|
api.add_operation(:cancel_domain_transfer_to_another_aws_account, Seahorse::Model::Operation.new.tap do |o|
|
@@ -508,6 +571,7 @@ module Aws::Route53Domains
|
|
508
571
|
o.output = Shapes::ShapeRef.new(shape: CancelDomainTransferToAnotherAwsAccountResponse)
|
509
572
|
o.errors << Shapes::ShapeRef.new(shape: InvalidInput)
|
510
573
|
o.errors << Shapes::ShapeRef.new(shape: OperationLimitExceeded)
|
574
|
+
o.errors << Shapes::ShapeRef.new(shape: UnsupportedTLD)
|
511
575
|
end)
|
512
576
|
|
513
577
|
api.add_operation(:check_domain_availability, Seahorse::Model::Operation.new.tap do |o|
|
@@ -530,6 +594,18 @@ module Aws::Route53Domains
|
|
530
594
|
o.errors << Shapes::ShapeRef.new(shape: UnsupportedTLD)
|
531
595
|
end)
|
532
596
|
|
597
|
+
api.add_operation(:delete_domain, Seahorse::Model::Operation.new.tap do |o|
|
598
|
+
o.name = "DeleteDomain"
|
599
|
+
o.http_method = "POST"
|
600
|
+
o.http_request_uri = "/"
|
601
|
+
o.input = Shapes::ShapeRef.new(shape: DeleteDomainRequest)
|
602
|
+
o.output = Shapes::ShapeRef.new(shape: DeleteDomainResponse)
|
603
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidInput)
|
604
|
+
o.errors << Shapes::ShapeRef.new(shape: DuplicateRequest)
|
605
|
+
o.errors << Shapes::ShapeRef.new(shape: TLDRulesViolation)
|
606
|
+
o.errors << Shapes::ShapeRef.new(shape: UnsupportedTLD)
|
607
|
+
end)
|
608
|
+
|
533
609
|
api.add_operation(:delete_tags_for_domain, Seahorse::Model::Operation.new.tap do |o|
|
534
610
|
o.name = "DeleteTagsForDomain"
|
535
611
|
o.http_method = "POST"
|
@@ -658,6 +734,22 @@ module Aws::Route53Domains
|
|
658
734
|
)
|
659
735
|
end)
|
660
736
|
|
737
|
+
api.add_operation(:list_prices, Seahorse::Model::Operation.new.tap do |o|
|
738
|
+
o.name = "ListPrices"
|
739
|
+
o.http_method = "POST"
|
740
|
+
o.http_request_uri = "/"
|
741
|
+
o.input = Shapes::ShapeRef.new(shape: ListPricesRequest)
|
742
|
+
o.output = Shapes::ShapeRef.new(shape: ListPricesResponse)
|
743
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidInput)
|
744
|
+
o.errors << Shapes::ShapeRef.new(shape: UnsupportedTLD)
|
745
|
+
o[:pager] = Aws::Pager.new(
|
746
|
+
limit_key: "max_items",
|
747
|
+
tokens: {
|
748
|
+
"next_page_marker" => "marker"
|
749
|
+
}
|
750
|
+
)
|
751
|
+
end)
|
752
|
+
|
661
753
|
api.add_operation(:list_tags_for_domain, Seahorse::Model::Operation.new.tap do |o|
|
662
754
|
o.name = "ListTagsForDomain"
|
663
755
|
o.http_method = "POST"
|
@@ -691,6 +783,7 @@ module Aws::Route53Domains
|
|
691
783
|
o.output = Shapes::ShapeRef.new(shape: RejectDomainTransferFromAnotherAwsAccountResponse)
|
692
784
|
o.errors << Shapes::ShapeRef.new(shape: InvalidInput)
|
693
785
|
o.errors << Shapes::ShapeRef.new(shape: OperationLimitExceeded)
|
786
|
+
o.errors << Shapes::ShapeRef.new(shape: UnsupportedTLD)
|
694
787
|
end)
|
695
788
|
|
696
789
|
api.add_operation(:renew_domain, Seahorse::Model::Operation.new.tap do |o|
|
@@ -750,6 +843,7 @@ module Aws::Route53Domains
|
|
750
843
|
o.errors << Shapes::ShapeRef.new(shape: InvalidInput)
|
751
844
|
o.errors << Shapes::ShapeRef.new(shape: OperationLimitExceeded)
|
752
845
|
o.errors << Shapes::ShapeRef.new(shape: DuplicateRequest)
|
846
|
+
o.errors << Shapes::ShapeRef.new(shape: UnsupportedTLD)
|
753
847
|
end)
|
754
848
|
|
755
849
|
api.add_operation(:update_domain_contact, Seahorse::Model::Operation.new.tap do |o|
|
@@ -809,6 +903,12 @@ module Aws::Route53Domains
|
|
809
903
|
o.input = Shapes::ShapeRef.new(shape: ViewBillingRequest)
|
810
904
|
o.output = Shapes::ShapeRef.new(shape: ViewBillingResponse)
|
811
905
|
o.errors << Shapes::ShapeRef.new(shape: InvalidInput)
|
906
|
+
o[:pager] = Aws::Pager.new(
|
907
|
+
limit_key: "max_items",
|
908
|
+
tokens: {
|
909
|
+
"next_page_marker" => "marker"
|
910
|
+
}
|
911
|
+
)
|
812
912
|
end)
|
813
913
|
end
|
814
914
|
|