@aws-sdk/client-route53-recovery-cluster 3.649.0 → 3.651.1
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.
- package/dist-cjs/index.js +4 -12
- package/dist-es/commands/GetRoutingControlStateCommand.js +1 -3
- package/dist-es/commands/ListRoutingControlsCommand.js +1 -3
- package/dist-es/commands/UpdateRoutingControlStateCommand.js +1 -3
- package/dist-es/commands/UpdateRoutingControlStatesCommand.js +1 -3
- package/package.json +5 -5
package/dist-cjs/index.js
CHANGED
|
@@ -590,9 +590,7 @@ function sharedHeaders(operation) {
|
|
|
590
590
|
__name(sharedHeaders, "sharedHeaders");
|
|
591
591
|
|
|
592
592
|
// src/commands/GetRoutingControlStateCommand.ts
|
|
593
|
-
var _GetRoutingControlStateCommand = class _GetRoutingControlStateCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
594
|
-
...commonParams
|
|
595
|
-
}).m(function(Command, cs, config, o) {
|
|
593
|
+
var _GetRoutingControlStateCommand = class _GetRoutingControlStateCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
596
594
|
return [
|
|
597
595
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
598
596
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -606,9 +604,7 @@ var GetRoutingControlStateCommand = _GetRoutingControlStateCommand;
|
|
|
606
604
|
|
|
607
605
|
|
|
608
606
|
|
|
609
|
-
var _ListRoutingControlsCommand = class _ListRoutingControlsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
610
|
-
...commonParams
|
|
611
|
-
}).m(function(Command, cs, config, o) {
|
|
607
|
+
var _ListRoutingControlsCommand = class _ListRoutingControlsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
612
608
|
return [
|
|
613
609
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
614
610
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -622,9 +618,7 @@ var ListRoutingControlsCommand = _ListRoutingControlsCommand;
|
|
|
622
618
|
|
|
623
619
|
|
|
624
620
|
|
|
625
|
-
var _UpdateRoutingControlStateCommand = class _UpdateRoutingControlStateCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
626
|
-
...commonParams
|
|
627
|
-
}).m(function(Command, cs, config, o) {
|
|
621
|
+
var _UpdateRoutingControlStateCommand = class _UpdateRoutingControlStateCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
628
622
|
return [
|
|
629
623
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
630
624
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -638,9 +632,7 @@ var UpdateRoutingControlStateCommand = _UpdateRoutingControlStateCommand;
|
|
|
638
632
|
|
|
639
633
|
|
|
640
634
|
|
|
641
|
-
var _UpdateRoutingControlStatesCommand = class _UpdateRoutingControlStatesCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
642
|
-
...commonParams
|
|
643
|
-
}).m(function(Command, cs, config, o) {
|
|
635
|
+
var _UpdateRoutingControlStatesCommand = class _UpdateRoutingControlStatesCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
644
636
|
return [
|
|
645
637
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
646
638
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -6,9 +6,7 @@ import { de_GetRoutingControlStateCommand, se_GetRoutingControlStateCommand } fr
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class GetRoutingControlStateCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_ListRoutingControlsCommand, se_ListRoutingControlsCommand } from "..
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class ListRoutingControlsCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_UpdateRoutingControlStateCommand, se_UpdateRoutingControlStateComman
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class UpdateRoutingControlStateCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_UpdateRoutingControlStatesCommand, se_UpdateRoutingControlStatesComm
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class UpdateRoutingControlStatesCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-route53-recovery-cluster",
|
|
3
3
|
"description": "AWS SDK for JavaScript Route53 Recovery Cluster Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.651.1",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-route53-recovery-cluster",
|
|
@@ -20,10 +20,10 @@
|
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
23
|
-
"@aws-sdk/client-sso-oidc": "3.
|
|
24
|
-
"@aws-sdk/client-sts": "3.
|
|
25
|
-
"@aws-sdk/core": "3.
|
|
26
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
23
|
+
"@aws-sdk/client-sso-oidc": "3.651.1",
|
|
24
|
+
"@aws-sdk/client-sts": "3.651.1",
|
|
25
|
+
"@aws-sdk/core": "3.651.1",
|
|
26
|
+
"@aws-sdk/credential-provider-node": "3.651.1",
|
|
27
27
|
"@aws-sdk/middleware-host-header": "3.649.0",
|
|
28
28
|
"@aws-sdk/middleware-logger": "3.649.0",
|
|
29
29
|
"@aws-sdk/middleware-recursion-detection": "3.649.0",
|