@aws-sdk/client-rtbfabric 3.1076.0 → 3.1078.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.
- package/dist-cjs/index.js +47 -365
- package/dist-es/commandBuilder.js +6 -0
- package/dist-es/commands/AcceptLinkCommand.js +2 -14
- package/dist-es/commands/AssociateCertificateCommand.js +2 -14
- package/dist-es/commands/CreateInboundExternalLinkCommand.js +2 -14
- package/dist-es/commands/CreateLinkCommand.js +2 -14
- package/dist-es/commands/CreateLinkRoutingRuleCommand.js +2 -14
- package/dist-es/commands/CreateOutboundExternalLinkCommand.js +2 -14
- package/dist-es/commands/CreateRequesterGatewayCommand.js +2 -14
- package/dist-es/commands/CreateResponderGatewayCommand.js +2 -14
- package/dist-es/commands/DeleteInboundExternalLinkCommand.js +2 -14
- package/dist-es/commands/DeleteLinkCommand.js +2 -14
- package/dist-es/commands/DeleteLinkRoutingRuleCommand.js +2 -14
- package/dist-es/commands/DeleteOutboundExternalLinkCommand.js +2 -14
- package/dist-es/commands/DeleteRequesterGatewayCommand.js +2 -14
- package/dist-es/commands/DeleteResponderGatewayCommand.js +2 -14
- package/dist-es/commands/DisassociateCertificateCommand.js +2 -14
- package/dist-es/commands/GetCertificateAssociationCommand.js +2 -14
- package/dist-es/commands/GetInboundExternalLinkCommand.js +2 -14
- package/dist-es/commands/GetLinkCommand.js +2 -14
- package/dist-es/commands/GetLinkRoutingRuleCommand.js +2 -14
- package/dist-es/commands/GetOutboundExternalLinkCommand.js +2 -14
- package/dist-es/commands/GetRequesterGatewayCommand.js +2 -14
- package/dist-es/commands/GetResponderGatewayCommand.js +2 -14
- package/dist-es/commands/ListCertificateAssociationsCommand.js +2 -14
- package/dist-es/commands/ListLinkRoutingRulesCommand.js +2 -14
- package/dist-es/commands/ListLinksCommand.js +2 -14
- package/dist-es/commands/ListRequesterGatewaysCommand.js +2 -14
- package/dist-es/commands/ListResponderGatewaysCommand.js +2 -14
- package/dist-es/commands/ListTagsForResourceCommand.js +2 -14
- package/dist-es/commands/RejectLinkCommand.js +2 -14
- package/dist-es/commands/TagResourceCommand.js +2 -14
- package/dist-es/commands/UntagResourceCommand.js +2 -14
- package/dist-es/commands/UpdateLinkCommand.js +2 -14
- package/dist-es/commands/UpdateLinkModuleFlowCommand.js +2 -14
- package/dist-es/commands/UpdateLinkRoutingRuleCommand.js +2 -14
- package/dist-es/commands/UpdateRequesterGatewayCommand.js +2 -14
- package/dist-es/commands/UpdateResponderGatewayCommand.js +2 -14
- package/dist-es/index.js +1 -0
- package/dist-es/runtimeConfig.browser.js +0 -2
- package/dist-es/runtimeConfig.js +1 -2
- package/dist-es/runtimeConfig.native.js +0 -2
- package/dist-es/runtimeConfig.shared.js +2 -0
- package/dist-types/commandBuilder.d.ts +18 -0
- package/dist-types/commands/AcceptLinkCommand.d.ts +3 -8
- package/dist-types/commands/AssociateCertificateCommand.d.ts +3 -8
- package/dist-types/commands/CreateInboundExternalLinkCommand.d.ts +3 -8
- package/dist-types/commands/CreateLinkCommand.d.ts +3 -8
- package/dist-types/commands/CreateLinkRoutingRuleCommand.d.ts +3 -8
- package/dist-types/commands/CreateOutboundExternalLinkCommand.d.ts +3 -8
- package/dist-types/commands/CreateRequesterGatewayCommand.d.ts +3 -8
- package/dist-types/commands/CreateResponderGatewayCommand.d.ts +3 -8
- package/dist-types/commands/DeleteInboundExternalLinkCommand.d.ts +3 -8
- package/dist-types/commands/DeleteLinkCommand.d.ts +3 -8
- package/dist-types/commands/DeleteLinkRoutingRuleCommand.d.ts +3 -8
- package/dist-types/commands/DeleteOutboundExternalLinkCommand.d.ts +3 -8
- package/dist-types/commands/DeleteRequesterGatewayCommand.d.ts +3 -8
- package/dist-types/commands/DeleteResponderGatewayCommand.d.ts +3 -8
- package/dist-types/commands/DisassociateCertificateCommand.d.ts +3 -8
- package/dist-types/commands/GetCertificateAssociationCommand.d.ts +3 -8
- package/dist-types/commands/GetInboundExternalLinkCommand.d.ts +3 -8
- package/dist-types/commands/GetLinkCommand.d.ts +3 -8
- package/dist-types/commands/GetLinkRoutingRuleCommand.d.ts +3 -8
- package/dist-types/commands/GetOutboundExternalLinkCommand.d.ts +3 -8
- package/dist-types/commands/GetRequesterGatewayCommand.d.ts +3 -8
- package/dist-types/commands/GetResponderGatewayCommand.d.ts +3 -8
- package/dist-types/commands/ListCertificateAssociationsCommand.d.ts +3 -8
- package/dist-types/commands/ListLinkRoutingRulesCommand.d.ts +3 -8
- package/dist-types/commands/ListLinksCommand.d.ts +3 -8
- package/dist-types/commands/ListRequesterGatewaysCommand.d.ts +3 -8
- package/dist-types/commands/ListResponderGatewaysCommand.d.ts +3 -8
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +3 -8
- package/dist-types/commands/RejectLinkCommand.d.ts +3 -8
- package/dist-types/commands/TagResourceCommand.d.ts +3 -8
- package/dist-types/commands/UntagResourceCommand.d.ts +3 -8
- package/dist-types/commands/UpdateLinkCommand.d.ts +3 -8
- package/dist-types/commands/UpdateLinkModuleFlowCommand.d.ts +3 -8
- package/dist-types/commands/UpdateLinkRoutingRuleCommand.d.ts +3 -8
- package/dist-types/commands/UpdateRequesterGatewayCommand.d.ts +3 -8
- package/dist-types/commands/UpdateResponderGatewayCommand.d.ts +3 -8
- package/dist-types/index.d.ts +1 -0
- package/dist-types/runtimeConfig.browser.d.ts +1 -1
- package/dist-types/runtimeConfig.d.ts +1 -1
- package/dist-types/runtimeConfig.native.d.ts +1 -1
- package/dist-types/runtimeConfig.shared.d.ts +1 -0
- package/dist-types/ts3.4/commandBuilder.d.ts +46 -0
- package/dist-types/ts3.4/commands/AcceptLinkCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/AssociateCertificateCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateInboundExternalLinkCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateLinkCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateLinkRoutingRuleCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateOutboundExternalLinkCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateRequesterGatewayCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateResponderGatewayCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteInboundExternalLinkCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteLinkCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteLinkRoutingRuleCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteOutboundExternalLinkCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteRequesterGatewayCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteResponderGatewayCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DisassociateCertificateCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetCertificateAssociationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetInboundExternalLinkCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetLinkCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetLinkRoutingRuleCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetOutboundExternalLinkCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetRequesterGatewayCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetResponderGatewayCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListCertificateAssociationsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListLinkRoutingRulesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListLinksCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListRequesterGatewaysCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListResponderGatewaysCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/RejectLinkCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateLinkCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateLinkModuleFlowCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateLinkRoutingRuleCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateRequesterGatewayCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateResponderGatewayCommand.d.ts +7 -16
- package/dist-types/ts3.4/index.d.ts +1 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +1 -1
- package/dist-types/ts3.4/runtimeConfig.d.ts +1 -1
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +1 -1
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +1 -0
- package/package.json +8 -10
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { CreateResponderGateway$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class CreateResponderGatewayCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("RTBFabric", "CreateResponderGateway", {})
|
|
13
|
-
.n("RTBFabricClient", "CreateResponderGatewayCommand")
|
|
14
|
-
.sc(CreateResponderGateway$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class CreateResponderGatewayCommand extends command(_ep0, _mw0, "CreateResponderGateway", CreateResponderGateway$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { DeleteInboundExternalLink$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class DeleteInboundExternalLinkCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("RTBFabric", "DeleteInboundExternalLink", {})
|
|
13
|
-
.n("RTBFabricClient", "DeleteInboundExternalLinkCommand")
|
|
14
|
-
.sc(DeleteInboundExternalLink$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class DeleteInboundExternalLinkCommand extends command(_ep0, _mw0, "DeleteInboundExternalLink", DeleteInboundExternalLink$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { DeleteLink$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class DeleteLinkCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("RTBFabric", "DeleteLink", {})
|
|
13
|
-
.n("RTBFabricClient", "DeleteLinkCommand")
|
|
14
|
-
.sc(DeleteLink$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class DeleteLinkCommand extends command(_ep0, _mw0, "DeleteLink", DeleteLink$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { DeleteLinkRoutingRule$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class DeleteLinkRoutingRuleCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("RTBFabric", "DeleteLinkRoutingRule", {})
|
|
13
|
-
.n("RTBFabricClient", "DeleteLinkRoutingRuleCommand")
|
|
14
|
-
.sc(DeleteLinkRoutingRule$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class DeleteLinkRoutingRuleCommand extends command(_ep0, _mw0, "DeleteLinkRoutingRule", DeleteLinkRoutingRule$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { DeleteOutboundExternalLink$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class DeleteOutboundExternalLinkCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("RTBFabric", "DeleteOutboundExternalLink", {})
|
|
13
|
-
.n("RTBFabricClient", "DeleteOutboundExternalLinkCommand")
|
|
14
|
-
.sc(DeleteOutboundExternalLink$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class DeleteOutboundExternalLinkCommand extends command(_ep0, _mw0, "DeleteOutboundExternalLink", DeleteOutboundExternalLink$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { DeleteRequesterGateway$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class DeleteRequesterGatewayCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("RTBFabric", "DeleteRequesterGateway", {})
|
|
13
|
-
.n("RTBFabricClient", "DeleteRequesterGatewayCommand")
|
|
14
|
-
.sc(DeleteRequesterGateway$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class DeleteRequesterGatewayCommand extends command(_ep0, _mw0, "DeleteRequesterGateway", DeleteRequesterGateway$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { DeleteResponderGateway$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class DeleteResponderGatewayCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("RTBFabric", "DeleteResponderGateway", {})
|
|
13
|
-
.n("RTBFabricClient", "DeleteResponderGatewayCommand")
|
|
14
|
-
.sc(DeleteResponderGateway$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class DeleteResponderGatewayCommand extends command(_ep0, _mw0, "DeleteResponderGateway", DeleteResponderGateway$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { DisassociateCertificate$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class DisassociateCertificateCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("RTBFabric", "DisassociateCertificate", {})
|
|
13
|
-
.n("RTBFabricClient", "DisassociateCertificateCommand")
|
|
14
|
-
.sc(DisassociateCertificate$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class DisassociateCertificateCommand extends command(_ep0, _mw0, "DisassociateCertificate", DisassociateCertificate$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { GetCertificateAssociation$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class GetCertificateAssociationCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("RTBFabric", "GetCertificateAssociation", {})
|
|
13
|
-
.n("RTBFabricClient", "GetCertificateAssociationCommand")
|
|
14
|
-
.sc(GetCertificateAssociation$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class GetCertificateAssociationCommand extends command(_ep0, _mw0, "GetCertificateAssociation", GetCertificateAssociation$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { GetInboundExternalLink$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class GetInboundExternalLinkCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("RTBFabric", "GetInboundExternalLink", {})
|
|
13
|
-
.n("RTBFabricClient", "GetInboundExternalLinkCommand")
|
|
14
|
-
.sc(GetInboundExternalLink$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class GetInboundExternalLinkCommand extends command(_ep0, _mw0, "GetInboundExternalLink", GetInboundExternalLink$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { GetLink$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class GetLinkCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("RTBFabric", "GetLink", {})
|
|
13
|
-
.n("RTBFabricClient", "GetLinkCommand")
|
|
14
|
-
.sc(GetLink$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class GetLinkCommand extends command(_ep0, _mw0, "GetLink", GetLink$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { GetLinkRoutingRule$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class GetLinkRoutingRuleCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("RTBFabric", "GetLinkRoutingRule", {})
|
|
13
|
-
.n("RTBFabricClient", "GetLinkRoutingRuleCommand")
|
|
14
|
-
.sc(GetLinkRoutingRule$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class GetLinkRoutingRuleCommand extends command(_ep0, _mw0, "GetLinkRoutingRule", GetLinkRoutingRule$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { GetOutboundExternalLink$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class GetOutboundExternalLinkCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("RTBFabric", "GetOutboundExternalLink", {})
|
|
13
|
-
.n("RTBFabricClient", "GetOutboundExternalLinkCommand")
|
|
14
|
-
.sc(GetOutboundExternalLink$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class GetOutboundExternalLinkCommand extends command(_ep0, _mw0, "GetOutboundExternalLink", GetOutboundExternalLink$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { GetRequesterGateway$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class GetRequesterGatewayCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("RTBFabric", "GetRequesterGateway", {})
|
|
13
|
-
.n("RTBFabricClient", "GetRequesterGatewayCommand")
|
|
14
|
-
.sc(GetRequesterGateway$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class GetRequesterGatewayCommand extends command(_ep0, _mw0, "GetRequesterGateway", GetRequesterGateway$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { GetResponderGateway$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class GetResponderGatewayCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("RTBFabric", "GetResponderGateway", {})
|
|
13
|
-
.n("RTBFabricClient", "GetResponderGatewayCommand")
|
|
14
|
-
.sc(GetResponderGateway$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class GetResponderGatewayCommand extends command(_ep0, _mw0, "GetResponderGateway", GetResponderGateway$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { ListCertificateAssociations$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class ListCertificateAssociationsCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("RTBFabric", "ListCertificateAssociations", {})
|
|
13
|
-
.n("RTBFabricClient", "ListCertificateAssociationsCommand")
|
|
14
|
-
.sc(ListCertificateAssociations$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class ListCertificateAssociationsCommand extends command(_ep0, _mw0, "ListCertificateAssociations", ListCertificateAssociations$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { ListLinkRoutingRules$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class ListLinkRoutingRulesCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("RTBFabric", "ListLinkRoutingRules", {})
|
|
13
|
-
.n("RTBFabricClient", "ListLinkRoutingRulesCommand")
|
|
14
|
-
.sc(ListLinkRoutingRules$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class ListLinkRoutingRulesCommand extends command(_ep0, _mw0, "ListLinkRoutingRules", ListLinkRoutingRules$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { ListLinks$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class ListLinksCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("RTBFabric", "ListLinks", {})
|
|
13
|
-
.n("RTBFabricClient", "ListLinksCommand")
|
|
14
|
-
.sc(ListLinks$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class ListLinksCommand extends command(_ep0, _mw0, "ListLinks", ListLinks$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { ListRequesterGateways$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class ListRequesterGatewaysCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("RTBFabric", "ListRequesterGateways", {})
|
|
13
|
-
.n("RTBFabricClient", "ListRequesterGatewaysCommand")
|
|
14
|
-
.sc(ListRequesterGateways$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class ListRequesterGatewaysCommand extends command(_ep0, _mw0, "ListRequesterGateways", ListRequesterGateways$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { ListResponderGateways$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class ListResponderGatewaysCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("RTBFabric", "ListResponderGateways", {})
|
|
13
|
-
.n("RTBFabricClient", "ListResponderGatewaysCommand")
|
|
14
|
-
.sc(ListResponderGateways$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class ListResponderGatewaysCommand extends command(_ep0, _mw0, "ListResponderGateways", ListResponderGateways$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { ListTagsForResource$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class ListTagsForResourceCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("RTBFabric", "ListTagsForResource", {})
|
|
13
|
-
.n("RTBFabricClient", "ListTagsForResourceCommand")
|
|
14
|
-
.sc(ListTagsForResource$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class ListTagsForResourceCommand extends command(_ep0, _mw0, "ListTagsForResource", ListTagsForResource$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { RejectLink$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class RejectLinkCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("RTBFabric", "RejectLink", {})
|
|
13
|
-
.n("RTBFabricClient", "RejectLinkCommand")
|
|
14
|
-
.sc(RejectLink$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class RejectLinkCommand extends command(_ep0, _mw0, "RejectLink", RejectLink$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { TagResource$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class TagResourceCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("RTBFabric", "TagResource", {})
|
|
13
|
-
.n("RTBFabricClient", "TagResourceCommand")
|
|
14
|
-
.sc(TagResource$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class TagResourceCommand extends command(_ep0, _mw0, "TagResource", TagResource$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { UntagResource$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class UntagResourceCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("RTBFabric", "UntagResource", {})
|
|
13
|
-
.n("RTBFabricClient", "UntagResourceCommand")
|
|
14
|
-
.sc(UntagResource$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class UntagResourceCommand extends command(_ep0, _mw0, "UntagResource", UntagResource$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { UpdateLink$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class UpdateLinkCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("RTBFabric", "UpdateLink", {})
|
|
13
|
-
.n("RTBFabricClient", "UpdateLinkCommand")
|
|
14
|
-
.sc(UpdateLink$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class UpdateLinkCommand extends command(_ep0, _mw0, "UpdateLink", UpdateLink$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { UpdateLinkModuleFlow$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class UpdateLinkModuleFlowCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("RTBFabric", "UpdateLinkModuleFlow", {})
|
|
13
|
-
.n("RTBFabricClient", "UpdateLinkModuleFlowCommand")
|
|
14
|
-
.sc(UpdateLinkModuleFlow$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class UpdateLinkModuleFlowCommand extends command(_ep0, _mw0, "UpdateLinkModuleFlow", UpdateLinkModuleFlow$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { UpdateLinkRoutingRule$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class UpdateLinkRoutingRuleCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("RTBFabric", "UpdateLinkRoutingRule", {})
|
|
13
|
-
.n("RTBFabricClient", "UpdateLinkRoutingRuleCommand")
|
|
14
|
-
.sc(UpdateLinkRoutingRule$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class UpdateLinkRoutingRuleCommand extends command(_ep0, _mw0, "UpdateLinkRoutingRule", UpdateLinkRoutingRule$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { UpdateRequesterGateway$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class UpdateRequesterGatewayCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("RTBFabric", "UpdateRequesterGateway", {})
|
|
13
|
-
.n("RTBFabricClient", "UpdateRequesterGatewayCommand")
|
|
14
|
-
.sc(UpdateRequesterGateway$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class UpdateRequesterGatewayCommand extends command(_ep0, _mw0, "UpdateRequesterGateway", UpdateRequesterGateway$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { UpdateResponderGateway$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class UpdateResponderGatewayCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("RTBFabric", "UpdateResponderGateway", {})
|
|
13
|
-
.n("RTBFabricClient", "UpdateResponderGatewayCommand")
|
|
14
|
-
.sc(UpdateResponderGateway$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class UpdateResponderGatewayCommand extends command(_ep0, _mw0, "UpdateResponderGateway", UpdateResponderGateway$) {
|
|
16
4
|
}
|
package/dist-es/index.js
CHANGED
|
@@ -1,5 +1,4 @@
|
|
|
1
1
|
import packageInfo from "../package.json";
|
|
2
|
-
import { Sha256 } from "@aws-crypto/sha256-browser";
|
|
3
2
|
import { createDefaultUserAgentProvider } from "@aws-sdk/core/client";
|
|
4
3
|
import { invalidProvider, loadConfigsForDefaultMode } from "@smithy/core/client";
|
|
5
4
|
import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT, resolveDefaultsModeConfig, } from "@smithy/core/config";
|
|
@@ -23,7 +22,6 @@ export const getRuntimeConfig = (config) => {
|
|
|
23
22
|
region: config?.region ?? invalidProvider("Region is missing"),
|
|
24
23
|
requestHandler: RequestHandler.create(config?.requestHandler ?? defaultConfigProvider),
|
|
25
24
|
retryMode: config?.retryMode ?? (async () => (await defaultConfigProvider()).retryMode || DEFAULT_RETRY_MODE),
|
|
26
|
-
sha256: config?.sha256 ?? Sha256,
|
|
27
25
|
streamCollector: config?.streamCollector ?? streamCollector,
|
|
28
26
|
useDualstackEndpoint: config?.useDualstackEndpoint ?? (() => Promise.resolve(DEFAULT_USE_DUALSTACK_ENDPOINT)),
|
|
29
27
|
useFipsEndpoint: config?.useFipsEndpoint ?? (() => Promise.resolve(DEFAULT_USE_FIPS_ENDPOINT)),
|
package/dist-es/runtimeConfig.js
CHANGED
|
@@ -5,7 +5,7 @@ import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credentia
|
|
|
5
5
|
import { emitWarningIfUnsupportedVersion, loadConfigsForDefaultMode } from "@smithy/core/client";
|
|
6
6
|
import { loadConfig as loadNodeConfig, NODE_REGION_CONFIG_FILE_OPTIONS, NODE_REGION_CONFIG_OPTIONS, NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, resolveDefaultsModeConfig, } from "@smithy/core/config";
|
|
7
7
|
import { DEFAULT_RETRY_MODE, NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS, } from "@smithy/core/retry";
|
|
8
|
-
import { calculateBodyLength
|
|
8
|
+
import { calculateBodyLength } from "@smithy/core/serde";
|
|
9
9
|
import { NodeHttpHandler as RequestHandler, streamCollector } from "@smithy/node-http-handler";
|
|
10
10
|
import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared";
|
|
11
11
|
export const getRuntimeConfig = (config) => {
|
|
@@ -35,7 +35,6 @@ export const getRuntimeConfig = (config) => {
|
|
|
35
35
|
...NODE_RETRY_MODE_CONFIG_OPTIONS,
|
|
36
36
|
default: async () => (await defaultConfigProvider()).retryMode || DEFAULT_RETRY_MODE,
|
|
37
37
|
}, config),
|
|
38
|
-
sha256: config?.sha256 ?? Hash.bind(null, "sha256"),
|
|
39
38
|
streamCollector: config?.streamCollector ?? streamCollector,
|
|
40
39
|
useDualstackEndpoint: config?.useDualstackEndpoint ?? loadNodeConfig(NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, loaderConfig),
|
|
41
40
|
useFipsEndpoint: config?.useFipsEndpoint ?? loadNodeConfig(NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, loaderConfig),
|