@aws-sdk/client-route-53 3.489.0 → 3.495.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (116) hide show
  1. package/dist-cjs/Route53.js +1 -151
  2. package/dist-cjs/Route53Client.js +1 -43
  3. package/dist-cjs/auth/httpAuthExtensionConfiguration.js +1 -0
  4. package/dist-cjs/auth/httpAuthSchemeProvider.js +47 -0
  5. package/dist-cjs/commands/ActivateKeySigningKeyCommand.js +1 -30
  6. package/dist-cjs/commands/AssociateVPCWithHostedZoneCommand.js +1 -30
  7. package/dist-cjs/commands/ChangeCidrCollectionCommand.js +1 -30
  8. package/dist-cjs/commands/ChangeResourceRecordSetsCommand.js +1 -31
  9. package/dist-cjs/commands/ChangeTagsForResourceCommand.js +1 -28
  10. package/dist-cjs/commands/CreateCidrCollectionCommand.js +1 -28
  11. package/dist-cjs/commands/CreateHealthCheckCommand.js +1 -28
  12. package/dist-cjs/commands/CreateHostedZoneCommand.js +1 -30
  13. package/dist-cjs/commands/CreateKeySigningKeyCommand.js +1 -30
  14. package/dist-cjs/commands/CreateQueryLoggingConfigCommand.js +1 -30
  15. package/dist-cjs/commands/CreateReusableDelegationSetCommand.js +1 -30
  16. package/dist-cjs/commands/CreateTrafficPolicyCommand.js +1 -28
  17. package/dist-cjs/commands/CreateTrafficPolicyInstanceCommand.js +1 -30
  18. package/dist-cjs/commands/CreateTrafficPolicyVersionCommand.js +1 -30
  19. package/dist-cjs/commands/CreateVPCAssociationAuthorizationCommand.js +1 -30
  20. package/dist-cjs/commands/DeactivateKeySigningKeyCommand.js +1 -30
  21. package/dist-cjs/commands/DeleteCidrCollectionCommand.js +1 -30
  22. package/dist-cjs/commands/DeleteHealthCheckCommand.js +1 -28
  23. package/dist-cjs/commands/DeleteHostedZoneCommand.js +1 -30
  24. package/dist-cjs/commands/DeleteKeySigningKeyCommand.js +1 -30
  25. package/dist-cjs/commands/DeleteQueryLoggingConfigCommand.js +1 -30
  26. package/dist-cjs/commands/DeleteReusableDelegationSetCommand.js +1 -30
  27. package/dist-cjs/commands/DeleteTrafficPolicyCommand.js +1 -30
  28. package/dist-cjs/commands/DeleteTrafficPolicyInstanceCommand.js +1 -30
  29. package/dist-cjs/commands/DeleteVPCAssociationAuthorizationCommand.js +1 -30
  30. package/dist-cjs/commands/DisableHostedZoneDNSSECCommand.js +1 -30
  31. package/dist-cjs/commands/DisassociateVPCFromHostedZoneCommand.js +1 -30
  32. package/dist-cjs/commands/EnableHostedZoneDNSSECCommand.js +1 -30
  33. package/dist-cjs/commands/GetAccountLimitCommand.js +1 -28
  34. package/dist-cjs/commands/GetChangeCommand.js +1 -30
  35. package/dist-cjs/commands/GetCheckerIpRangesCommand.js +1 -28
  36. package/dist-cjs/commands/GetDNSSECCommand.js +1 -30
  37. package/dist-cjs/commands/GetGeoLocationCommand.js +1 -28
  38. package/dist-cjs/commands/GetHealthCheckCommand.js +1 -28
  39. package/dist-cjs/commands/GetHealthCheckCountCommand.js +1 -28
  40. package/dist-cjs/commands/GetHealthCheckLastFailureReasonCommand.js +1 -28
  41. package/dist-cjs/commands/GetHealthCheckStatusCommand.js +1 -28
  42. package/dist-cjs/commands/GetHostedZoneCommand.js +1 -30
  43. package/dist-cjs/commands/GetHostedZoneCountCommand.js +1 -28
  44. package/dist-cjs/commands/GetHostedZoneLimitCommand.js +1 -30
  45. package/dist-cjs/commands/GetQueryLoggingConfigCommand.js +1 -30
  46. package/dist-cjs/commands/GetReusableDelegationSetCommand.js +1 -30
  47. package/dist-cjs/commands/GetReusableDelegationSetLimitCommand.js +1 -30
  48. package/dist-cjs/commands/GetTrafficPolicyCommand.js +1 -30
  49. package/dist-cjs/commands/GetTrafficPolicyInstanceCommand.js +1 -30
  50. package/dist-cjs/commands/GetTrafficPolicyInstanceCountCommand.js +1 -28
  51. package/dist-cjs/commands/ListCidrBlocksCommand.js +1 -28
  52. package/dist-cjs/commands/ListCidrCollectionsCommand.js +1 -28
  53. package/dist-cjs/commands/ListCidrLocationsCommand.js +1 -28
  54. package/dist-cjs/commands/ListGeoLocationsCommand.js +1 -28
  55. package/dist-cjs/commands/ListHealthChecksCommand.js +1 -28
  56. package/dist-cjs/commands/ListHostedZonesByNameCommand.js +1 -30
  57. package/dist-cjs/commands/ListHostedZonesByVPCCommand.js +1 -28
  58. package/dist-cjs/commands/ListHostedZonesCommand.js +1 -30
  59. package/dist-cjs/commands/ListQueryLoggingConfigsCommand.js +1 -30
  60. package/dist-cjs/commands/ListResourceRecordSetsCommand.js +1 -30
  61. package/dist-cjs/commands/ListReusableDelegationSetsCommand.js +1 -28
  62. package/dist-cjs/commands/ListTagsForResourceCommand.js +1 -28
  63. package/dist-cjs/commands/ListTagsForResourcesCommand.js +1 -28
  64. package/dist-cjs/commands/ListTrafficPoliciesCommand.js +1 -28
  65. package/dist-cjs/commands/ListTrafficPolicyInstancesByHostedZoneCommand.js +1 -30
  66. package/dist-cjs/commands/ListTrafficPolicyInstancesByPolicyCommand.js +1 -28
  67. package/dist-cjs/commands/ListTrafficPolicyInstancesCommand.js +1 -28
  68. package/dist-cjs/commands/ListTrafficPolicyVersionsCommand.js +1 -30
  69. package/dist-cjs/commands/ListVPCAssociationAuthorizationsCommand.js +1 -30
  70. package/dist-cjs/commands/TestDNSAnswerCommand.js +1 -30
  71. package/dist-cjs/commands/UpdateHealthCheckCommand.js +1 -28
  72. package/dist-cjs/commands/UpdateHostedZoneCommentCommand.js +1 -30
  73. package/dist-cjs/commands/UpdateTrafficPolicyCommentCommand.js +1 -30
  74. package/dist-cjs/commands/UpdateTrafficPolicyInstanceCommand.js +1 -30
  75. package/dist-cjs/commands/index.js +1 -73
  76. package/dist-cjs/endpoint/EndpointParameters.js +1 -18
  77. package/dist-cjs/extensionConfiguration.js +1 -2
  78. package/dist-cjs/index.js +9598 -12
  79. package/dist-cjs/models/Route53ServiceException.js +1 -12
  80. package/dist-cjs/models/index.js +1 -4
  81. package/dist-cjs/models/models_0.js +1 -1114
  82. package/dist-cjs/pagination/Interfaces.js +1 -2
  83. package/dist-cjs/pagination/ListCidrBlocksPaginator.js +1 -7
  84. package/dist-cjs/pagination/ListCidrCollectionsPaginator.js +1 -7
  85. package/dist-cjs/pagination/ListCidrLocationsPaginator.js +1 -7
  86. package/dist-cjs/pagination/ListHealthChecksPaginator.js +1 -7
  87. package/dist-cjs/pagination/ListHostedZonesPaginator.js +1 -7
  88. package/dist-cjs/pagination/ListQueryLoggingConfigsPaginator.js +1 -7
  89. package/dist-cjs/pagination/index.js +1 -10
  90. package/dist-cjs/protocols/Aws_restXml.js +1 -6518
  91. package/dist-cjs/runtimeConfig.shared.js +10 -0
  92. package/dist-cjs/runtimeExtensions.js +1 -22
  93. package/dist-cjs/waiters/index.js +1 -4
  94. package/dist-cjs/waiters/waitForResourceRecordSetsChanged.js +1 -36
  95. package/dist-es/Route53Client.js +17 -4
  96. package/dist-es/auth/httpAuthExtensionConfiguration.js +38 -0
  97. package/dist-es/auth/httpAuthSchemeProvider.js +41 -0
  98. package/dist-es/runtimeConfig.shared.js +10 -0
  99. package/dist-es/runtimeExtensions.js +3 -0
  100. package/dist-types/Route53Client.d.ts +13 -11
  101. package/dist-types/auth/httpAuthExtensionConfiguration.d.ts +29 -0
  102. package/dist-types/auth/httpAuthSchemeProvider.d.ts +61 -0
  103. package/dist-types/extensionConfiguration.d.ts +2 -1
  104. package/dist-types/runtimeConfig.browser.d.ts +5 -3
  105. package/dist-types/runtimeConfig.d.ts +5 -3
  106. package/dist-types/runtimeConfig.native.d.ts +6 -4
  107. package/dist-types/runtimeConfig.shared.d.ts +2 -0
  108. package/dist-types/ts3.4/Route53Client.d.ts +11 -9
  109. package/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +32 -0
  110. package/dist-types/ts3.4/auth/httpAuthSchemeProvider.d.ts +44 -0
  111. package/dist-types/ts3.4/extensionConfiguration.d.ts +3 -1
  112. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +5 -5
  113. package/dist-types/ts3.4/runtimeConfig.d.ts +5 -5
  114. package/dist-types/ts3.4/runtimeConfig.native.d.ts +8 -8
  115. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +2 -0
  116. package/package.json +43 -43
@@ -1,151 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.Route53 = void 0;
4
- const smithy_client_1 = require("@smithy/smithy-client");
5
- const ActivateKeySigningKeyCommand_1 = require("./commands/ActivateKeySigningKeyCommand");
6
- const AssociateVPCWithHostedZoneCommand_1 = require("./commands/AssociateVPCWithHostedZoneCommand");
7
- const ChangeCidrCollectionCommand_1 = require("./commands/ChangeCidrCollectionCommand");
8
- const ChangeResourceRecordSetsCommand_1 = require("./commands/ChangeResourceRecordSetsCommand");
9
- const ChangeTagsForResourceCommand_1 = require("./commands/ChangeTagsForResourceCommand");
10
- const CreateCidrCollectionCommand_1 = require("./commands/CreateCidrCollectionCommand");
11
- const CreateHealthCheckCommand_1 = require("./commands/CreateHealthCheckCommand");
12
- const CreateHostedZoneCommand_1 = require("./commands/CreateHostedZoneCommand");
13
- const CreateKeySigningKeyCommand_1 = require("./commands/CreateKeySigningKeyCommand");
14
- const CreateQueryLoggingConfigCommand_1 = require("./commands/CreateQueryLoggingConfigCommand");
15
- const CreateReusableDelegationSetCommand_1 = require("./commands/CreateReusableDelegationSetCommand");
16
- const CreateTrafficPolicyCommand_1 = require("./commands/CreateTrafficPolicyCommand");
17
- const CreateTrafficPolicyInstanceCommand_1 = require("./commands/CreateTrafficPolicyInstanceCommand");
18
- const CreateTrafficPolicyVersionCommand_1 = require("./commands/CreateTrafficPolicyVersionCommand");
19
- const CreateVPCAssociationAuthorizationCommand_1 = require("./commands/CreateVPCAssociationAuthorizationCommand");
20
- const DeactivateKeySigningKeyCommand_1 = require("./commands/DeactivateKeySigningKeyCommand");
21
- const DeleteCidrCollectionCommand_1 = require("./commands/DeleteCidrCollectionCommand");
22
- const DeleteHealthCheckCommand_1 = require("./commands/DeleteHealthCheckCommand");
23
- const DeleteHostedZoneCommand_1 = require("./commands/DeleteHostedZoneCommand");
24
- const DeleteKeySigningKeyCommand_1 = require("./commands/DeleteKeySigningKeyCommand");
25
- const DeleteQueryLoggingConfigCommand_1 = require("./commands/DeleteQueryLoggingConfigCommand");
26
- const DeleteReusableDelegationSetCommand_1 = require("./commands/DeleteReusableDelegationSetCommand");
27
- const DeleteTrafficPolicyCommand_1 = require("./commands/DeleteTrafficPolicyCommand");
28
- const DeleteTrafficPolicyInstanceCommand_1 = require("./commands/DeleteTrafficPolicyInstanceCommand");
29
- const DeleteVPCAssociationAuthorizationCommand_1 = require("./commands/DeleteVPCAssociationAuthorizationCommand");
30
- const DisableHostedZoneDNSSECCommand_1 = require("./commands/DisableHostedZoneDNSSECCommand");
31
- const DisassociateVPCFromHostedZoneCommand_1 = require("./commands/DisassociateVPCFromHostedZoneCommand");
32
- const EnableHostedZoneDNSSECCommand_1 = require("./commands/EnableHostedZoneDNSSECCommand");
33
- const GetAccountLimitCommand_1 = require("./commands/GetAccountLimitCommand");
34
- const GetChangeCommand_1 = require("./commands/GetChangeCommand");
35
- const GetCheckerIpRangesCommand_1 = require("./commands/GetCheckerIpRangesCommand");
36
- const GetDNSSECCommand_1 = require("./commands/GetDNSSECCommand");
37
- const GetGeoLocationCommand_1 = require("./commands/GetGeoLocationCommand");
38
- const GetHealthCheckCommand_1 = require("./commands/GetHealthCheckCommand");
39
- const GetHealthCheckCountCommand_1 = require("./commands/GetHealthCheckCountCommand");
40
- const GetHealthCheckLastFailureReasonCommand_1 = require("./commands/GetHealthCheckLastFailureReasonCommand");
41
- const GetHealthCheckStatusCommand_1 = require("./commands/GetHealthCheckStatusCommand");
42
- const GetHostedZoneCommand_1 = require("./commands/GetHostedZoneCommand");
43
- const GetHostedZoneCountCommand_1 = require("./commands/GetHostedZoneCountCommand");
44
- const GetHostedZoneLimitCommand_1 = require("./commands/GetHostedZoneLimitCommand");
45
- const GetQueryLoggingConfigCommand_1 = require("./commands/GetQueryLoggingConfigCommand");
46
- const GetReusableDelegationSetCommand_1 = require("./commands/GetReusableDelegationSetCommand");
47
- const GetReusableDelegationSetLimitCommand_1 = require("./commands/GetReusableDelegationSetLimitCommand");
48
- const GetTrafficPolicyCommand_1 = require("./commands/GetTrafficPolicyCommand");
49
- const GetTrafficPolicyInstanceCommand_1 = require("./commands/GetTrafficPolicyInstanceCommand");
50
- const GetTrafficPolicyInstanceCountCommand_1 = require("./commands/GetTrafficPolicyInstanceCountCommand");
51
- const ListCidrBlocksCommand_1 = require("./commands/ListCidrBlocksCommand");
52
- const ListCidrCollectionsCommand_1 = require("./commands/ListCidrCollectionsCommand");
53
- const ListCidrLocationsCommand_1 = require("./commands/ListCidrLocationsCommand");
54
- const ListGeoLocationsCommand_1 = require("./commands/ListGeoLocationsCommand");
55
- const ListHealthChecksCommand_1 = require("./commands/ListHealthChecksCommand");
56
- const ListHostedZonesByNameCommand_1 = require("./commands/ListHostedZonesByNameCommand");
57
- const ListHostedZonesByVPCCommand_1 = require("./commands/ListHostedZonesByVPCCommand");
58
- const ListHostedZonesCommand_1 = require("./commands/ListHostedZonesCommand");
59
- const ListQueryLoggingConfigsCommand_1 = require("./commands/ListQueryLoggingConfigsCommand");
60
- const ListResourceRecordSetsCommand_1 = require("./commands/ListResourceRecordSetsCommand");
61
- const ListReusableDelegationSetsCommand_1 = require("./commands/ListReusableDelegationSetsCommand");
62
- const ListTagsForResourceCommand_1 = require("./commands/ListTagsForResourceCommand");
63
- const ListTagsForResourcesCommand_1 = require("./commands/ListTagsForResourcesCommand");
64
- const ListTrafficPoliciesCommand_1 = require("./commands/ListTrafficPoliciesCommand");
65
- const ListTrafficPolicyInstancesByHostedZoneCommand_1 = require("./commands/ListTrafficPolicyInstancesByHostedZoneCommand");
66
- const ListTrafficPolicyInstancesByPolicyCommand_1 = require("./commands/ListTrafficPolicyInstancesByPolicyCommand");
67
- const ListTrafficPolicyInstancesCommand_1 = require("./commands/ListTrafficPolicyInstancesCommand");
68
- const ListTrafficPolicyVersionsCommand_1 = require("./commands/ListTrafficPolicyVersionsCommand");
69
- const ListVPCAssociationAuthorizationsCommand_1 = require("./commands/ListVPCAssociationAuthorizationsCommand");
70
- const TestDNSAnswerCommand_1 = require("./commands/TestDNSAnswerCommand");
71
- const UpdateHealthCheckCommand_1 = require("./commands/UpdateHealthCheckCommand");
72
- const UpdateHostedZoneCommentCommand_1 = require("./commands/UpdateHostedZoneCommentCommand");
73
- const UpdateTrafficPolicyCommentCommand_1 = require("./commands/UpdateTrafficPolicyCommentCommand");
74
- const UpdateTrafficPolicyInstanceCommand_1 = require("./commands/UpdateTrafficPolicyInstanceCommand");
75
- const Route53Client_1 = require("./Route53Client");
76
- const commands = {
77
- ActivateKeySigningKeyCommand: ActivateKeySigningKeyCommand_1.ActivateKeySigningKeyCommand,
78
- AssociateVPCWithHostedZoneCommand: AssociateVPCWithHostedZoneCommand_1.AssociateVPCWithHostedZoneCommand,
79
- ChangeCidrCollectionCommand: ChangeCidrCollectionCommand_1.ChangeCidrCollectionCommand,
80
- ChangeResourceRecordSetsCommand: ChangeResourceRecordSetsCommand_1.ChangeResourceRecordSetsCommand,
81
- ChangeTagsForResourceCommand: ChangeTagsForResourceCommand_1.ChangeTagsForResourceCommand,
82
- CreateCidrCollectionCommand: CreateCidrCollectionCommand_1.CreateCidrCollectionCommand,
83
- CreateHealthCheckCommand: CreateHealthCheckCommand_1.CreateHealthCheckCommand,
84
- CreateHostedZoneCommand: CreateHostedZoneCommand_1.CreateHostedZoneCommand,
85
- CreateKeySigningKeyCommand: CreateKeySigningKeyCommand_1.CreateKeySigningKeyCommand,
86
- CreateQueryLoggingConfigCommand: CreateQueryLoggingConfigCommand_1.CreateQueryLoggingConfigCommand,
87
- CreateReusableDelegationSetCommand: CreateReusableDelegationSetCommand_1.CreateReusableDelegationSetCommand,
88
- CreateTrafficPolicyCommand: CreateTrafficPolicyCommand_1.CreateTrafficPolicyCommand,
89
- CreateTrafficPolicyInstanceCommand: CreateTrafficPolicyInstanceCommand_1.CreateTrafficPolicyInstanceCommand,
90
- CreateTrafficPolicyVersionCommand: CreateTrafficPolicyVersionCommand_1.CreateTrafficPolicyVersionCommand,
91
- CreateVPCAssociationAuthorizationCommand: CreateVPCAssociationAuthorizationCommand_1.CreateVPCAssociationAuthorizationCommand,
92
- DeactivateKeySigningKeyCommand: DeactivateKeySigningKeyCommand_1.DeactivateKeySigningKeyCommand,
93
- DeleteCidrCollectionCommand: DeleteCidrCollectionCommand_1.DeleteCidrCollectionCommand,
94
- DeleteHealthCheckCommand: DeleteHealthCheckCommand_1.DeleteHealthCheckCommand,
95
- DeleteHostedZoneCommand: DeleteHostedZoneCommand_1.DeleteHostedZoneCommand,
96
- DeleteKeySigningKeyCommand: DeleteKeySigningKeyCommand_1.DeleteKeySigningKeyCommand,
97
- DeleteQueryLoggingConfigCommand: DeleteQueryLoggingConfigCommand_1.DeleteQueryLoggingConfigCommand,
98
- DeleteReusableDelegationSetCommand: DeleteReusableDelegationSetCommand_1.DeleteReusableDelegationSetCommand,
99
- DeleteTrafficPolicyCommand: DeleteTrafficPolicyCommand_1.DeleteTrafficPolicyCommand,
100
- DeleteTrafficPolicyInstanceCommand: DeleteTrafficPolicyInstanceCommand_1.DeleteTrafficPolicyInstanceCommand,
101
- DeleteVPCAssociationAuthorizationCommand: DeleteVPCAssociationAuthorizationCommand_1.DeleteVPCAssociationAuthorizationCommand,
102
- DisableHostedZoneDNSSECCommand: DisableHostedZoneDNSSECCommand_1.DisableHostedZoneDNSSECCommand,
103
- DisassociateVPCFromHostedZoneCommand: DisassociateVPCFromHostedZoneCommand_1.DisassociateVPCFromHostedZoneCommand,
104
- EnableHostedZoneDNSSECCommand: EnableHostedZoneDNSSECCommand_1.EnableHostedZoneDNSSECCommand,
105
- GetAccountLimitCommand: GetAccountLimitCommand_1.GetAccountLimitCommand,
106
- GetChangeCommand: GetChangeCommand_1.GetChangeCommand,
107
- GetCheckerIpRangesCommand: GetCheckerIpRangesCommand_1.GetCheckerIpRangesCommand,
108
- GetDNSSECCommand: GetDNSSECCommand_1.GetDNSSECCommand,
109
- GetGeoLocationCommand: GetGeoLocationCommand_1.GetGeoLocationCommand,
110
- GetHealthCheckCommand: GetHealthCheckCommand_1.GetHealthCheckCommand,
111
- GetHealthCheckCountCommand: GetHealthCheckCountCommand_1.GetHealthCheckCountCommand,
112
- GetHealthCheckLastFailureReasonCommand: GetHealthCheckLastFailureReasonCommand_1.GetHealthCheckLastFailureReasonCommand,
113
- GetHealthCheckStatusCommand: GetHealthCheckStatusCommand_1.GetHealthCheckStatusCommand,
114
- GetHostedZoneCommand: GetHostedZoneCommand_1.GetHostedZoneCommand,
115
- GetHostedZoneCountCommand: GetHostedZoneCountCommand_1.GetHostedZoneCountCommand,
116
- GetHostedZoneLimitCommand: GetHostedZoneLimitCommand_1.GetHostedZoneLimitCommand,
117
- GetQueryLoggingConfigCommand: GetQueryLoggingConfigCommand_1.GetQueryLoggingConfigCommand,
118
- GetReusableDelegationSetCommand: GetReusableDelegationSetCommand_1.GetReusableDelegationSetCommand,
119
- GetReusableDelegationSetLimitCommand: GetReusableDelegationSetLimitCommand_1.GetReusableDelegationSetLimitCommand,
120
- GetTrafficPolicyCommand: GetTrafficPolicyCommand_1.GetTrafficPolicyCommand,
121
- GetTrafficPolicyInstanceCommand: GetTrafficPolicyInstanceCommand_1.GetTrafficPolicyInstanceCommand,
122
- GetTrafficPolicyInstanceCountCommand: GetTrafficPolicyInstanceCountCommand_1.GetTrafficPolicyInstanceCountCommand,
123
- ListCidrBlocksCommand: ListCidrBlocksCommand_1.ListCidrBlocksCommand,
124
- ListCidrCollectionsCommand: ListCidrCollectionsCommand_1.ListCidrCollectionsCommand,
125
- ListCidrLocationsCommand: ListCidrLocationsCommand_1.ListCidrLocationsCommand,
126
- ListGeoLocationsCommand: ListGeoLocationsCommand_1.ListGeoLocationsCommand,
127
- ListHealthChecksCommand: ListHealthChecksCommand_1.ListHealthChecksCommand,
128
- ListHostedZonesCommand: ListHostedZonesCommand_1.ListHostedZonesCommand,
129
- ListHostedZonesByNameCommand: ListHostedZonesByNameCommand_1.ListHostedZonesByNameCommand,
130
- ListHostedZonesByVPCCommand: ListHostedZonesByVPCCommand_1.ListHostedZonesByVPCCommand,
131
- ListQueryLoggingConfigsCommand: ListQueryLoggingConfigsCommand_1.ListQueryLoggingConfigsCommand,
132
- ListResourceRecordSetsCommand: ListResourceRecordSetsCommand_1.ListResourceRecordSetsCommand,
133
- ListReusableDelegationSetsCommand: ListReusableDelegationSetsCommand_1.ListReusableDelegationSetsCommand,
134
- ListTagsForResourceCommand: ListTagsForResourceCommand_1.ListTagsForResourceCommand,
135
- ListTagsForResourcesCommand: ListTagsForResourcesCommand_1.ListTagsForResourcesCommand,
136
- ListTrafficPoliciesCommand: ListTrafficPoliciesCommand_1.ListTrafficPoliciesCommand,
137
- ListTrafficPolicyInstancesCommand: ListTrafficPolicyInstancesCommand_1.ListTrafficPolicyInstancesCommand,
138
- ListTrafficPolicyInstancesByHostedZoneCommand: ListTrafficPolicyInstancesByHostedZoneCommand_1.ListTrafficPolicyInstancesByHostedZoneCommand,
139
- ListTrafficPolicyInstancesByPolicyCommand: ListTrafficPolicyInstancesByPolicyCommand_1.ListTrafficPolicyInstancesByPolicyCommand,
140
- ListTrafficPolicyVersionsCommand: ListTrafficPolicyVersionsCommand_1.ListTrafficPolicyVersionsCommand,
141
- ListVPCAssociationAuthorizationsCommand: ListVPCAssociationAuthorizationsCommand_1.ListVPCAssociationAuthorizationsCommand,
142
- TestDNSAnswerCommand: TestDNSAnswerCommand_1.TestDNSAnswerCommand,
143
- UpdateHealthCheckCommand: UpdateHealthCheckCommand_1.UpdateHealthCheckCommand,
144
- UpdateHostedZoneCommentCommand: UpdateHostedZoneCommentCommand_1.UpdateHostedZoneCommentCommand,
145
- UpdateTrafficPolicyCommentCommand: UpdateTrafficPolicyCommentCommand_1.UpdateTrafficPolicyCommentCommand,
146
- UpdateTrafficPolicyInstanceCommand: UpdateTrafficPolicyInstanceCommand_1.UpdateTrafficPolicyInstanceCommand,
147
- };
148
- class Route53 extends Route53Client_1.Route53Client {
149
- }
150
- exports.Route53 = Route53;
151
- (0, smithy_client_1.createAggregatedClient)(commands, Route53);
1
+ module.exports = require("./index.js");
@@ -1,43 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.Route53Client = exports.__Client = void 0;
4
- const middleware_host_header_1 = require("@aws-sdk/middleware-host-header");
5
- const middleware_logger_1 = require("@aws-sdk/middleware-logger");
6
- const middleware_recursion_detection_1 = require("@aws-sdk/middleware-recursion-detection");
7
- const middleware_signing_1 = require("@aws-sdk/middleware-signing");
8
- const middleware_user_agent_1 = require("@aws-sdk/middleware-user-agent");
9
- const config_resolver_1 = require("@smithy/config-resolver");
10
- const middleware_content_length_1 = require("@smithy/middleware-content-length");
11
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
12
- const middleware_retry_1 = require("@smithy/middleware-retry");
13
- const smithy_client_1 = require("@smithy/smithy-client");
14
- Object.defineProperty(exports, "__Client", { enumerable: true, get: function () { return smithy_client_1.Client; } });
15
- const EndpointParameters_1 = require("./endpoint/EndpointParameters");
16
- const runtimeConfig_1 = require("./runtimeConfig");
17
- const runtimeExtensions_1 = require("./runtimeExtensions");
18
- class Route53Client extends smithy_client_1.Client {
19
- constructor(...[configuration]) {
20
- const _config_0 = (0, runtimeConfig_1.getRuntimeConfig)(configuration || {});
21
- const _config_1 = (0, EndpointParameters_1.resolveClientEndpointParameters)(_config_0);
22
- const _config_2 = (0, config_resolver_1.resolveRegionConfig)(_config_1);
23
- const _config_3 = (0, middleware_endpoint_1.resolveEndpointConfig)(_config_2);
24
- const _config_4 = (0, middleware_retry_1.resolveRetryConfig)(_config_3);
25
- const _config_5 = (0, middleware_host_header_1.resolveHostHeaderConfig)(_config_4);
26
- const _config_6 = (0, middleware_signing_1.resolveAwsAuthConfig)(_config_5);
27
- const _config_7 = (0, middleware_user_agent_1.resolveUserAgentConfig)(_config_6);
28
- const _config_8 = (0, runtimeExtensions_1.resolveRuntimeExtensions)(_config_7, configuration?.extensions || []);
29
- super(_config_8);
30
- this.config = _config_8;
31
- this.middlewareStack.use((0, middleware_retry_1.getRetryPlugin)(this.config));
32
- this.middlewareStack.use((0, middleware_content_length_1.getContentLengthPlugin)(this.config));
33
- this.middlewareStack.use((0, middleware_host_header_1.getHostHeaderPlugin)(this.config));
34
- this.middlewareStack.use((0, middleware_logger_1.getLoggerPlugin)(this.config));
35
- this.middlewareStack.use((0, middleware_recursion_detection_1.getRecursionDetectionPlugin)(this.config));
36
- this.middlewareStack.use((0, middleware_signing_1.getAwsAuthPlugin)(this.config));
37
- this.middlewareStack.use((0, middleware_user_agent_1.getUserAgentPlugin)(this.config));
38
- }
39
- destroy() {
40
- super.destroy();
41
- }
42
- }
43
- exports.Route53Client = Route53Client;
1
+ module.exports = require("./index.js");
@@ -0,0 +1 @@
1
+ module.exports = require("../index.js");
@@ -0,0 +1,47 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.resolveHttpAuthSchemeConfig = exports.defaultRoute53HttpAuthSchemeProvider = exports.defaultRoute53HttpAuthSchemeParametersProvider = void 0;
4
+ const core_1 = require("@aws-sdk/core");
5
+ const util_middleware_1 = require("@smithy/util-middleware");
6
+ const defaultRoute53HttpAuthSchemeParametersProvider = async (config, context, input) => {
7
+ return {
8
+ operation: (0, util_middleware_1.getSmithyContext)(context).operation,
9
+ region: (await (0, util_middleware_1.normalizeProvider)(config.region)()) ||
10
+ (() => {
11
+ throw new Error("expected `region` to be configured for `aws.auth#sigv4`");
12
+ })(),
13
+ };
14
+ };
15
+ exports.defaultRoute53HttpAuthSchemeParametersProvider = defaultRoute53HttpAuthSchemeParametersProvider;
16
+ function createAwsAuthSigv4HttpAuthOption(authParameters) {
17
+ return {
18
+ schemeId: "aws.auth#sigv4",
19
+ signingProperties: {
20
+ name: "route53",
21
+ region: authParameters.region,
22
+ },
23
+ propertiesExtractor: (config, context) => ({
24
+ signingProperties: {
25
+ config,
26
+ context,
27
+ },
28
+ }),
29
+ };
30
+ }
31
+ const defaultRoute53HttpAuthSchemeProvider = (authParameters) => {
32
+ const options = [];
33
+ switch (authParameters.operation) {
34
+ default: {
35
+ options.push(createAwsAuthSigv4HttpAuthOption(authParameters));
36
+ }
37
+ }
38
+ return options;
39
+ };
40
+ exports.defaultRoute53HttpAuthSchemeProvider = defaultRoute53HttpAuthSchemeProvider;
41
+ const resolveHttpAuthSchemeConfig = (config) => {
42
+ const config_0 = (0, core_1.resolveAwsSdkSigV4Config)(config);
43
+ return {
44
+ ...config_0,
45
+ };
46
+ };
47
+ exports.resolveHttpAuthSchemeConfig = resolveHttpAuthSchemeConfig;
@@ -1,30 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ActivateKeySigningKeyCommand = exports.$Command = void 0;
4
- const middleware_sdk_route53_1 = require("@aws-sdk/middleware-sdk-route53");
5
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
6
- const middleware_serde_1 = require("@smithy/middleware-serde");
7
- const smithy_client_1 = require("@smithy/smithy-client");
8
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
9
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
10
- const Aws_restXml_1 = require("../protocols/Aws_restXml");
11
- class ActivateKeySigningKeyCommand extends smithy_client_1.Command
12
- .classBuilder()
13
- .ep({
14
- ...EndpointParameters_1.commonParams,
15
- })
16
- .m(function (Command, cs, config, o) {
17
- return [
18
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
19
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
20
- (0, middleware_sdk_route53_1.getIdNormalizerPlugin)(config),
21
- ];
22
- })
23
- .s("AWSDnsV20130401", "ActivateKeySigningKey", {})
24
- .n("Route53Client", "ActivateKeySigningKeyCommand")
25
- .f(void 0, void 0)
26
- .ser(Aws_restXml_1.se_ActivateKeySigningKeyCommand)
27
- .de(Aws_restXml_1.de_ActivateKeySigningKeyCommand)
28
- .build() {
29
- }
30
- exports.ActivateKeySigningKeyCommand = ActivateKeySigningKeyCommand;
1
+ module.exports = require("../index.js");
@@ -1,30 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.AssociateVPCWithHostedZoneCommand = exports.$Command = void 0;
4
- const middleware_sdk_route53_1 = require("@aws-sdk/middleware-sdk-route53");
5
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
6
- const middleware_serde_1 = require("@smithy/middleware-serde");
7
- const smithy_client_1 = require("@smithy/smithy-client");
8
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
9
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
10
- const Aws_restXml_1 = require("../protocols/Aws_restXml");
11
- class AssociateVPCWithHostedZoneCommand extends smithy_client_1.Command
12
- .classBuilder()
13
- .ep({
14
- ...EndpointParameters_1.commonParams,
15
- })
16
- .m(function (Command, cs, config, o) {
17
- return [
18
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
19
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
20
- (0, middleware_sdk_route53_1.getIdNormalizerPlugin)(config),
21
- ];
22
- })
23
- .s("AWSDnsV20130401", "AssociateVPCWithHostedZone", {})
24
- .n("Route53Client", "AssociateVPCWithHostedZoneCommand")
25
- .f(void 0, void 0)
26
- .ser(Aws_restXml_1.se_AssociateVPCWithHostedZoneCommand)
27
- .de(Aws_restXml_1.de_AssociateVPCWithHostedZoneCommand)
28
- .build() {
29
- }
30
- exports.AssociateVPCWithHostedZoneCommand = AssociateVPCWithHostedZoneCommand;
1
+ module.exports = require("../index.js");
@@ -1,30 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ChangeCidrCollectionCommand = exports.$Command = void 0;
4
- const middleware_sdk_route53_1 = require("@aws-sdk/middleware-sdk-route53");
5
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
6
- const middleware_serde_1 = require("@smithy/middleware-serde");
7
- const smithy_client_1 = require("@smithy/smithy-client");
8
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
9
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
10
- const Aws_restXml_1 = require("../protocols/Aws_restXml");
11
- class ChangeCidrCollectionCommand extends smithy_client_1.Command
12
- .classBuilder()
13
- .ep({
14
- ...EndpointParameters_1.commonParams,
15
- })
16
- .m(function (Command, cs, config, o) {
17
- return [
18
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
19
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
20
- (0, middleware_sdk_route53_1.getIdNormalizerPlugin)(config),
21
- ];
22
- })
23
- .s("AWSDnsV20130401", "ChangeCidrCollection", {})
24
- .n("Route53Client", "ChangeCidrCollectionCommand")
25
- .f(void 0, void 0)
26
- .ser(Aws_restXml_1.se_ChangeCidrCollectionCommand)
27
- .de(Aws_restXml_1.de_ChangeCidrCollectionCommand)
28
- .build() {
29
- }
30
- exports.ChangeCidrCollectionCommand = ChangeCidrCollectionCommand;
1
+ module.exports = require("../index.js");
@@ -1,31 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ChangeResourceRecordSetsCommand = exports.$Command = void 0;
4
- const middleware_sdk_route53_1 = require("@aws-sdk/middleware-sdk-route53");
5
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
6
- const middleware_serde_1 = require("@smithy/middleware-serde");
7
- const smithy_client_1 = require("@smithy/smithy-client");
8
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
9
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
10
- const Aws_restXml_1 = require("../protocols/Aws_restXml");
11
- class ChangeResourceRecordSetsCommand extends smithy_client_1.Command
12
- .classBuilder()
13
- .ep({
14
- ...EndpointParameters_1.commonParams,
15
- })
16
- .m(function (Command, cs, config, o) {
17
- return [
18
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
19
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
20
- (0, middleware_sdk_route53_1.getChangeResourceRecordSetsPlugin)(config),
21
- (0, middleware_sdk_route53_1.getIdNormalizerPlugin)(config),
22
- ];
23
- })
24
- .s("AWSDnsV20130401", "ChangeResourceRecordSets", {})
25
- .n("Route53Client", "ChangeResourceRecordSetsCommand")
26
- .f(void 0, void 0)
27
- .ser(Aws_restXml_1.se_ChangeResourceRecordSetsCommand)
28
- .de(Aws_restXml_1.de_ChangeResourceRecordSetsCommand)
29
- .build() {
30
- }
31
- exports.ChangeResourceRecordSetsCommand = ChangeResourceRecordSetsCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ChangeTagsForResourceCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_restXml_1 = require("../protocols/Aws_restXml");
10
- class ChangeTagsForResourceCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("AWSDnsV20130401", "ChangeTagsForResource", {})
22
- .n("Route53Client", "ChangeTagsForResourceCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restXml_1.se_ChangeTagsForResourceCommand)
25
- .de(Aws_restXml_1.de_ChangeTagsForResourceCommand)
26
- .build() {
27
- }
28
- exports.ChangeTagsForResourceCommand = ChangeTagsForResourceCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.CreateCidrCollectionCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_restXml_1 = require("../protocols/Aws_restXml");
10
- class CreateCidrCollectionCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("AWSDnsV20130401", "CreateCidrCollection", {})
22
- .n("Route53Client", "CreateCidrCollectionCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restXml_1.se_CreateCidrCollectionCommand)
25
- .de(Aws_restXml_1.de_CreateCidrCollectionCommand)
26
- .build() {
27
- }
28
- exports.CreateCidrCollectionCommand = CreateCidrCollectionCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.CreateHealthCheckCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_restXml_1 = require("../protocols/Aws_restXml");
10
- class CreateHealthCheckCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("AWSDnsV20130401", "CreateHealthCheck", {})
22
- .n("Route53Client", "CreateHealthCheckCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restXml_1.se_CreateHealthCheckCommand)
25
- .de(Aws_restXml_1.de_CreateHealthCheckCommand)
26
- .build() {
27
- }
28
- exports.CreateHealthCheckCommand = CreateHealthCheckCommand;
1
+ module.exports = require("../index.js");
@@ -1,30 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.CreateHostedZoneCommand = exports.$Command = void 0;
4
- const middleware_sdk_route53_1 = require("@aws-sdk/middleware-sdk-route53");
5
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
6
- const middleware_serde_1 = require("@smithy/middleware-serde");
7
- const smithy_client_1 = require("@smithy/smithy-client");
8
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
9
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
10
- const Aws_restXml_1 = require("../protocols/Aws_restXml");
11
- class CreateHostedZoneCommand extends smithy_client_1.Command
12
- .classBuilder()
13
- .ep({
14
- ...EndpointParameters_1.commonParams,
15
- })
16
- .m(function (Command, cs, config, o) {
17
- return [
18
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
19
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
20
- (0, middleware_sdk_route53_1.getIdNormalizerPlugin)(config),
21
- ];
22
- })
23
- .s("AWSDnsV20130401", "CreateHostedZone", {})
24
- .n("Route53Client", "CreateHostedZoneCommand")
25
- .f(void 0, void 0)
26
- .ser(Aws_restXml_1.se_CreateHostedZoneCommand)
27
- .de(Aws_restXml_1.de_CreateHostedZoneCommand)
28
- .build() {
29
- }
30
- exports.CreateHostedZoneCommand = CreateHostedZoneCommand;
1
+ module.exports = require("../index.js");
@@ -1,30 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.CreateKeySigningKeyCommand = exports.$Command = void 0;
4
- const middleware_sdk_route53_1 = require("@aws-sdk/middleware-sdk-route53");
5
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
6
- const middleware_serde_1 = require("@smithy/middleware-serde");
7
- const smithy_client_1 = require("@smithy/smithy-client");
8
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
9
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
10
- const Aws_restXml_1 = require("../protocols/Aws_restXml");
11
- class CreateKeySigningKeyCommand extends smithy_client_1.Command
12
- .classBuilder()
13
- .ep({
14
- ...EndpointParameters_1.commonParams,
15
- })
16
- .m(function (Command, cs, config, o) {
17
- return [
18
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
19
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
20
- (0, middleware_sdk_route53_1.getIdNormalizerPlugin)(config),
21
- ];
22
- })
23
- .s("AWSDnsV20130401", "CreateKeySigningKey", {})
24
- .n("Route53Client", "CreateKeySigningKeyCommand")
25
- .f(void 0, void 0)
26
- .ser(Aws_restXml_1.se_CreateKeySigningKeyCommand)
27
- .de(Aws_restXml_1.de_CreateKeySigningKeyCommand)
28
- .build() {
29
- }
30
- exports.CreateKeySigningKeyCommand = CreateKeySigningKeyCommand;
1
+ module.exports = require("../index.js");
@@ -1,30 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.CreateQueryLoggingConfigCommand = exports.$Command = void 0;
4
- const middleware_sdk_route53_1 = require("@aws-sdk/middleware-sdk-route53");
5
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
6
- const middleware_serde_1 = require("@smithy/middleware-serde");
7
- const smithy_client_1 = require("@smithy/smithy-client");
8
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
9
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
10
- const Aws_restXml_1 = require("../protocols/Aws_restXml");
11
- class CreateQueryLoggingConfigCommand extends smithy_client_1.Command
12
- .classBuilder()
13
- .ep({
14
- ...EndpointParameters_1.commonParams,
15
- })
16
- .m(function (Command, cs, config, o) {
17
- return [
18
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
19
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
20
- (0, middleware_sdk_route53_1.getIdNormalizerPlugin)(config),
21
- ];
22
- })
23
- .s("AWSDnsV20130401", "CreateQueryLoggingConfig", {})
24
- .n("Route53Client", "CreateQueryLoggingConfigCommand")
25
- .f(void 0, void 0)
26
- .ser(Aws_restXml_1.se_CreateQueryLoggingConfigCommand)
27
- .de(Aws_restXml_1.de_CreateQueryLoggingConfigCommand)
28
- .build() {
29
- }
30
- exports.CreateQueryLoggingConfigCommand = CreateQueryLoggingConfigCommand;
1
+ module.exports = require("../index.js");
@@ -1,30 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.CreateReusableDelegationSetCommand = exports.$Command = void 0;
4
- const middleware_sdk_route53_1 = require("@aws-sdk/middleware-sdk-route53");
5
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
6
- const middleware_serde_1 = require("@smithy/middleware-serde");
7
- const smithy_client_1 = require("@smithy/smithy-client");
8
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
9
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
10
- const Aws_restXml_1 = require("../protocols/Aws_restXml");
11
- class CreateReusableDelegationSetCommand extends smithy_client_1.Command
12
- .classBuilder()
13
- .ep({
14
- ...EndpointParameters_1.commonParams,
15
- })
16
- .m(function (Command, cs, config, o) {
17
- return [
18
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
19
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
20
- (0, middleware_sdk_route53_1.getIdNormalizerPlugin)(config),
21
- ];
22
- })
23
- .s("AWSDnsV20130401", "CreateReusableDelegationSet", {})
24
- .n("Route53Client", "CreateReusableDelegationSetCommand")
25
- .f(void 0, void 0)
26
- .ser(Aws_restXml_1.se_CreateReusableDelegationSetCommand)
27
- .de(Aws_restXml_1.de_CreateReusableDelegationSetCommand)
28
- .build() {
29
- }
30
- exports.CreateReusableDelegationSetCommand = CreateReusableDelegationSetCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.CreateTrafficPolicyCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_restXml_1 = require("../protocols/Aws_restXml");
10
- class CreateTrafficPolicyCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("AWSDnsV20130401", "CreateTrafficPolicy", {})
22
- .n("Route53Client", "CreateTrafficPolicyCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restXml_1.se_CreateTrafficPolicyCommand)
25
- .de(Aws_restXml_1.de_CreateTrafficPolicyCommand)
26
- .build() {
27
- }
28
- exports.CreateTrafficPolicyCommand = CreateTrafficPolicyCommand;
1
+ module.exports = require("../index.js");