@aws-sdk/client-rtbfabric 3.1019.0 → 3.1020.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-es/RTBFabric.js +6 -6
- package/dist-es/waiters/waitForInboundExternalLinkActive.js +1 -1
- package/dist-es/waiters/waitForLinkAccepted.js +1 -1
- package/dist-es/waiters/waitForLinkActive.js +1 -1
- package/dist-es/waiters/waitForOutboundExternalLinkActive.js +1 -1
- package/dist-es/waiters/waitForRequesterGatewayActive.js +2 -2
- package/dist-es/waiters/waitForRequesterGatewayDeleted.js +2 -2
- package/dist-es/waiters/waitForResponderGatewayActive.js +2 -2
- package/dist-es/waiters/waitForResponderGatewayDeleted.js +2 -2
- package/dist-types/RTBFabric.d.ts +27 -27
- package/dist-types/RTBFabricClient.d.ts +30 -30
- package/dist-types/auth/httpAuthExtensionConfiguration.d.ts +1 -1
- package/dist-types/index.d.ts +1 -1
- package/dist-types/models/models_0.d.ts +1 -1
- package/dist-types/pagination/ListLinksPaginator.d.ts +1 -1
- package/dist-types/pagination/ListRequesterGatewaysPaginator.d.ts +1 -1
- package/dist-types/pagination/ListResponderGatewaysPaginator.d.ts +1 -1
- package/dist-types/ts3.4/RTBFabricClient.d.ts +2 -3
- package/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +1 -1
- package/dist-types/waiters/waitForInboundExternalLinkActive.d.ts +3 -3
- package/dist-types/waiters/waitForLinkAccepted.d.ts +3 -3
- package/dist-types/waiters/waitForLinkActive.d.ts +3 -3
- package/dist-types/waiters/waitForOutboundExternalLinkActive.d.ts +3 -3
- package/dist-types/waiters/waitForRequesterGatewayActive.d.ts +3 -3
- package/dist-types/waiters/waitForRequesterGatewayDeleted.d.ts +3 -3
- package/dist-types/waiters/waitForResponderGatewayActive.d.ts +3 -3
- package/dist-types/waiters/waitForResponderGatewayDeleted.d.ts +3 -3
- package/package.json +14 -14
package/dist-es/RTBFabric.js
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
import { createAggregatedClient } from "@smithy/smithy-client";
|
|
2
|
-
import { AcceptLinkCommand } from "./commands/AcceptLinkCommand";
|
|
2
|
+
import { AcceptLinkCommand, } from "./commands/AcceptLinkCommand";
|
|
3
3
|
import { CreateInboundExternalLinkCommand, } from "./commands/CreateInboundExternalLinkCommand";
|
|
4
|
-
import { CreateLinkCommand } from "./commands/CreateLinkCommand";
|
|
4
|
+
import { CreateLinkCommand, } from "./commands/CreateLinkCommand";
|
|
5
5
|
import { CreateOutboundExternalLinkCommand, } from "./commands/CreateOutboundExternalLinkCommand";
|
|
6
6
|
import { CreateRequesterGatewayCommand, } from "./commands/CreateRequesterGatewayCommand";
|
|
7
7
|
import { CreateResponderGatewayCommand, } from "./commands/CreateResponderGatewayCommand";
|
|
8
8
|
import { DeleteInboundExternalLinkCommand, } from "./commands/DeleteInboundExternalLinkCommand";
|
|
9
|
-
import { DeleteLinkCommand } from "./commands/DeleteLinkCommand";
|
|
9
|
+
import { DeleteLinkCommand, } from "./commands/DeleteLinkCommand";
|
|
10
10
|
import { DeleteOutboundExternalLinkCommand, } from "./commands/DeleteOutboundExternalLinkCommand";
|
|
11
11
|
import { DeleteRequesterGatewayCommand, } from "./commands/DeleteRequesterGatewayCommand";
|
|
12
12
|
import { DeleteResponderGatewayCommand, } from "./commands/DeleteResponderGatewayCommand";
|
|
@@ -19,10 +19,10 @@ import { ListLinksCommand } from "./commands/ListLinksCommand";
|
|
|
19
19
|
import { ListRequesterGatewaysCommand, } from "./commands/ListRequesterGatewaysCommand";
|
|
20
20
|
import { ListResponderGatewaysCommand, } from "./commands/ListResponderGatewaysCommand";
|
|
21
21
|
import { ListTagsForResourceCommand, } from "./commands/ListTagsForResourceCommand";
|
|
22
|
-
import { RejectLinkCommand } from "./commands/RejectLinkCommand";
|
|
23
|
-
import { TagResourceCommand } from "./commands/TagResourceCommand";
|
|
22
|
+
import { RejectLinkCommand, } from "./commands/RejectLinkCommand";
|
|
23
|
+
import { TagResourceCommand, } from "./commands/TagResourceCommand";
|
|
24
24
|
import { UntagResourceCommand, } from "./commands/UntagResourceCommand";
|
|
25
|
-
import { UpdateLinkCommand } from "./commands/UpdateLinkCommand";
|
|
25
|
+
import { UpdateLinkCommand, } from "./commands/UpdateLinkCommand";
|
|
26
26
|
import { UpdateLinkModuleFlowCommand, } from "./commands/UpdateLinkModuleFlowCommand";
|
|
27
27
|
import { UpdateRequesterGatewayCommand, } from "./commands/UpdateRequesterGatewayCommand";
|
|
28
28
|
import { UpdateResponderGatewayCommand, } from "./commands/UpdateResponderGatewayCommand";
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { checkExceptions, createWaiter, WaiterState } from "@smithy/util-waiter";
|
|
1
|
+
import { checkExceptions, createWaiter, WaiterState, } from "@smithy/util-waiter";
|
|
2
2
|
import { GetInboundExternalLinkCommand, } from "../commands/GetInboundExternalLinkCommand";
|
|
3
3
|
const checkState = async (client, input) => {
|
|
4
4
|
let reason;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { checkExceptions, createWaiter, WaiterState } from "@smithy/util-waiter";
|
|
1
|
+
import { checkExceptions, createWaiter, WaiterState, } from "@smithy/util-waiter";
|
|
2
2
|
import { GetLinkCommand } from "../commands/GetLinkCommand";
|
|
3
3
|
const checkState = async (client, input) => {
|
|
4
4
|
let reason;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { checkExceptions, createWaiter, WaiterState } from "@smithy/util-waiter";
|
|
1
|
+
import { checkExceptions, createWaiter, WaiterState, } from "@smithy/util-waiter";
|
|
2
2
|
import { GetLinkCommand } from "../commands/GetLinkCommand";
|
|
3
3
|
const checkState = async (client, input) => {
|
|
4
4
|
let reason;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { checkExceptions, createWaiter, WaiterState } from "@smithy/util-waiter";
|
|
1
|
+
import { checkExceptions, createWaiter, WaiterState, } from "@smithy/util-waiter";
|
|
2
2
|
import { GetOutboundExternalLinkCommand, } from "../commands/GetOutboundExternalLinkCommand";
|
|
3
3
|
const checkState = async (client, input) => {
|
|
4
4
|
let reason;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { checkExceptions, createWaiter, WaiterState } from "@smithy/util-waiter";
|
|
2
|
-
import { GetRequesterGatewayCommand } from "../commands/GetRequesterGatewayCommand";
|
|
1
|
+
import { checkExceptions, createWaiter, WaiterState, } from "@smithy/util-waiter";
|
|
2
|
+
import { GetRequesterGatewayCommand, } from "../commands/GetRequesterGatewayCommand";
|
|
3
3
|
const checkState = async (client, input) => {
|
|
4
4
|
let reason;
|
|
5
5
|
try {
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { checkExceptions, createWaiter, WaiterState } from "@smithy/util-waiter";
|
|
2
|
-
import { GetRequesterGatewayCommand } from "../commands/GetRequesterGatewayCommand";
|
|
1
|
+
import { checkExceptions, createWaiter, WaiterState, } from "@smithy/util-waiter";
|
|
2
|
+
import { GetRequesterGatewayCommand, } from "../commands/GetRequesterGatewayCommand";
|
|
3
3
|
const checkState = async (client, input) => {
|
|
4
4
|
let reason;
|
|
5
5
|
try {
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { checkExceptions, createWaiter, WaiterState } from "@smithy/util-waiter";
|
|
2
|
-
import { GetResponderGatewayCommand } from "../commands/GetResponderGatewayCommand";
|
|
1
|
+
import { checkExceptions, createWaiter, WaiterState, } from "@smithy/util-waiter";
|
|
2
|
+
import { GetResponderGatewayCommand, } from "../commands/GetResponderGatewayCommand";
|
|
3
3
|
const checkState = async (client, input) => {
|
|
4
4
|
let reason;
|
|
5
5
|
try {
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { checkExceptions, createWaiter, WaiterState } from "@smithy/util-waiter";
|
|
2
|
-
import { GetResponderGatewayCommand } from "../commands/GetResponderGatewayCommand";
|
|
1
|
+
import { checkExceptions, createWaiter, WaiterState, } from "@smithy/util-waiter";
|
|
2
|
+
import { GetResponderGatewayCommand, } from "../commands/GetResponderGatewayCommand";
|
|
3
3
|
const checkState = async (client, input) => {
|
|
4
4
|
let reason;
|
|
5
5
|
try {
|
|
@@ -1,32 +1,32 @@
|
|
|
1
1
|
import type { HttpHandlerOptions as __HttpHandlerOptions, PaginationConfiguration, Paginator, WaiterConfiguration } from "@smithy/types";
|
|
2
2
|
import type { WaiterResult } from "@smithy/util-waiter";
|
|
3
|
-
import { AcceptLinkCommandInput, AcceptLinkCommandOutput } from "./commands/AcceptLinkCommand";
|
|
4
|
-
import { CreateInboundExternalLinkCommandInput, CreateInboundExternalLinkCommandOutput } from "./commands/CreateInboundExternalLinkCommand";
|
|
5
|
-
import { CreateLinkCommandInput, CreateLinkCommandOutput } from "./commands/CreateLinkCommand";
|
|
6
|
-
import { CreateOutboundExternalLinkCommandInput, CreateOutboundExternalLinkCommandOutput } from "./commands/CreateOutboundExternalLinkCommand";
|
|
7
|
-
import { CreateRequesterGatewayCommandInput, CreateRequesterGatewayCommandOutput } from "./commands/CreateRequesterGatewayCommand";
|
|
8
|
-
import { CreateResponderGatewayCommandInput, CreateResponderGatewayCommandOutput } from "./commands/CreateResponderGatewayCommand";
|
|
9
|
-
import { DeleteInboundExternalLinkCommandInput, DeleteInboundExternalLinkCommandOutput } from "./commands/DeleteInboundExternalLinkCommand";
|
|
10
|
-
import { DeleteLinkCommandInput, DeleteLinkCommandOutput } from "./commands/DeleteLinkCommand";
|
|
11
|
-
import { DeleteOutboundExternalLinkCommandInput, DeleteOutboundExternalLinkCommandOutput } from "./commands/DeleteOutboundExternalLinkCommand";
|
|
12
|
-
import { DeleteRequesterGatewayCommandInput, DeleteRequesterGatewayCommandOutput } from "./commands/DeleteRequesterGatewayCommand";
|
|
13
|
-
import { DeleteResponderGatewayCommandInput, DeleteResponderGatewayCommandOutput } from "./commands/DeleteResponderGatewayCommand";
|
|
14
|
-
import { GetInboundExternalLinkCommandInput, GetInboundExternalLinkCommandOutput } from "./commands/GetInboundExternalLinkCommand";
|
|
15
|
-
import { GetLinkCommandInput, GetLinkCommandOutput } from "./commands/GetLinkCommand";
|
|
16
|
-
import { GetOutboundExternalLinkCommandInput, GetOutboundExternalLinkCommandOutput } from "./commands/GetOutboundExternalLinkCommand";
|
|
17
|
-
import { GetRequesterGatewayCommandInput, GetRequesterGatewayCommandOutput } from "./commands/GetRequesterGatewayCommand";
|
|
18
|
-
import { GetResponderGatewayCommandInput, GetResponderGatewayCommandOutput } from "./commands/GetResponderGatewayCommand";
|
|
19
|
-
import { ListLinksCommandInput, ListLinksCommandOutput } from "./commands/ListLinksCommand";
|
|
20
|
-
import { ListRequesterGatewaysCommandInput, ListRequesterGatewaysCommandOutput } from "./commands/ListRequesterGatewaysCommand";
|
|
21
|
-
import { ListResponderGatewaysCommandInput, ListResponderGatewaysCommandOutput } from "./commands/ListResponderGatewaysCommand";
|
|
22
|
-
import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "./commands/ListTagsForResourceCommand";
|
|
23
|
-
import { RejectLinkCommandInput, RejectLinkCommandOutput } from "./commands/RejectLinkCommand";
|
|
24
|
-
import { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/TagResourceCommand";
|
|
25
|
-
import { UntagResourceCommandInput, UntagResourceCommandOutput } from "./commands/UntagResourceCommand";
|
|
26
|
-
import { UpdateLinkCommandInput, UpdateLinkCommandOutput } from "./commands/UpdateLinkCommand";
|
|
27
|
-
import { UpdateLinkModuleFlowCommandInput, UpdateLinkModuleFlowCommandOutput } from "./commands/UpdateLinkModuleFlowCommand";
|
|
28
|
-
import { UpdateRequesterGatewayCommandInput, UpdateRequesterGatewayCommandOutput } from "./commands/UpdateRequesterGatewayCommand";
|
|
29
|
-
import { UpdateResponderGatewayCommandInput, UpdateResponderGatewayCommandOutput } from "./commands/UpdateResponderGatewayCommand";
|
|
3
|
+
import { type AcceptLinkCommandInput, type AcceptLinkCommandOutput } from "./commands/AcceptLinkCommand";
|
|
4
|
+
import { type CreateInboundExternalLinkCommandInput, type CreateInboundExternalLinkCommandOutput } from "./commands/CreateInboundExternalLinkCommand";
|
|
5
|
+
import { type CreateLinkCommandInput, type CreateLinkCommandOutput } from "./commands/CreateLinkCommand";
|
|
6
|
+
import { type CreateOutboundExternalLinkCommandInput, type CreateOutboundExternalLinkCommandOutput } from "./commands/CreateOutboundExternalLinkCommand";
|
|
7
|
+
import { type CreateRequesterGatewayCommandInput, type CreateRequesterGatewayCommandOutput } from "./commands/CreateRequesterGatewayCommand";
|
|
8
|
+
import { type CreateResponderGatewayCommandInput, type CreateResponderGatewayCommandOutput } from "./commands/CreateResponderGatewayCommand";
|
|
9
|
+
import { type DeleteInboundExternalLinkCommandInput, type DeleteInboundExternalLinkCommandOutput } from "./commands/DeleteInboundExternalLinkCommand";
|
|
10
|
+
import { type DeleteLinkCommandInput, type DeleteLinkCommandOutput } from "./commands/DeleteLinkCommand";
|
|
11
|
+
import { type DeleteOutboundExternalLinkCommandInput, type DeleteOutboundExternalLinkCommandOutput } from "./commands/DeleteOutboundExternalLinkCommand";
|
|
12
|
+
import { type DeleteRequesterGatewayCommandInput, type DeleteRequesterGatewayCommandOutput } from "./commands/DeleteRequesterGatewayCommand";
|
|
13
|
+
import { type DeleteResponderGatewayCommandInput, type DeleteResponderGatewayCommandOutput } from "./commands/DeleteResponderGatewayCommand";
|
|
14
|
+
import { type GetInboundExternalLinkCommandInput, type GetInboundExternalLinkCommandOutput } from "./commands/GetInboundExternalLinkCommand";
|
|
15
|
+
import { type GetLinkCommandInput, type GetLinkCommandOutput } from "./commands/GetLinkCommand";
|
|
16
|
+
import { type GetOutboundExternalLinkCommandInput, type GetOutboundExternalLinkCommandOutput } from "./commands/GetOutboundExternalLinkCommand";
|
|
17
|
+
import { type GetRequesterGatewayCommandInput, type GetRequesterGatewayCommandOutput } from "./commands/GetRequesterGatewayCommand";
|
|
18
|
+
import { type GetResponderGatewayCommandInput, type GetResponderGatewayCommandOutput } from "./commands/GetResponderGatewayCommand";
|
|
19
|
+
import { type ListLinksCommandInput, type ListLinksCommandOutput } from "./commands/ListLinksCommand";
|
|
20
|
+
import { type ListRequesterGatewaysCommandInput, type ListRequesterGatewaysCommandOutput } from "./commands/ListRequesterGatewaysCommand";
|
|
21
|
+
import { type ListResponderGatewaysCommandInput, type ListResponderGatewaysCommandOutput } from "./commands/ListResponderGatewaysCommand";
|
|
22
|
+
import { type ListTagsForResourceCommandInput, type ListTagsForResourceCommandOutput } from "./commands/ListTagsForResourceCommand";
|
|
23
|
+
import { type RejectLinkCommandInput, type RejectLinkCommandOutput } from "./commands/RejectLinkCommand";
|
|
24
|
+
import { type TagResourceCommandInput, type TagResourceCommandOutput } from "./commands/TagResourceCommand";
|
|
25
|
+
import { type UntagResourceCommandInput, type UntagResourceCommandOutput } from "./commands/UntagResourceCommand";
|
|
26
|
+
import { type UpdateLinkCommandInput, type UpdateLinkCommandOutput } from "./commands/UpdateLinkCommand";
|
|
27
|
+
import { type UpdateLinkModuleFlowCommandInput, type UpdateLinkModuleFlowCommandOutput } from "./commands/UpdateLinkModuleFlowCommand";
|
|
28
|
+
import { type UpdateRequesterGatewayCommandInput, type UpdateRequesterGatewayCommandOutput } from "./commands/UpdateRequesterGatewayCommand";
|
|
29
|
+
import { type UpdateResponderGatewayCommandInput, type UpdateResponderGatewayCommandOutput } from "./commands/UpdateResponderGatewayCommand";
|
|
30
30
|
import { RTBFabricClient } from "./RTBFabricClient";
|
|
31
31
|
export interface RTBFabric {
|
|
32
32
|
/**
|
|
@@ -5,36 +5,36 @@ import { type EndpointInputConfig, type EndpointResolvedConfig } from "@smithy/m
|
|
|
5
5
|
import { type RetryInputConfig, type RetryResolvedConfig } from "@smithy/middleware-retry";
|
|
6
6
|
import type { HttpHandlerUserInput as __HttpHandlerUserInput } from "@smithy/protocol-http";
|
|
7
7
|
import { type DefaultsMode as __DefaultsMode, type SmithyConfiguration as __SmithyConfiguration, type SmithyResolvedConfiguration as __SmithyResolvedConfiguration, Client as __Client } from "@smithy/smithy-client";
|
|
8
|
-
import {
|
|
8
|
+
import type { AwsCredentialIdentityProvider, BodyLengthCalculator as __BodyLengthCalculator, CheckOptionalClientConfig as __CheckOptionalClientConfig, ChecksumConstructor as __ChecksumConstructor, Decoder as __Decoder, Encoder as __Encoder, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, Provider as __Provider, StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent } from "@smithy/types";
|
|
9
9
|
import { type HttpAuthSchemeInputConfig, type HttpAuthSchemeResolvedConfig } from "./auth/httpAuthSchemeProvider";
|
|
10
|
-
import { AcceptLinkCommandInput, AcceptLinkCommandOutput } from "./commands/AcceptLinkCommand";
|
|
11
|
-
import { CreateInboundExternalLinkCommandInput, CreateInboundExternalLinkCommandOutput } from "./commands/CreateInboundExternalLinkCommand";
|
|
12
|
-
import { CreateLinkCommandInput, CreateLinkCommandOutput } from "./commands/CreateLinkCommand";
|
|
13
|
-
import { CreateOutboundExternalLinkCommandInput, CreateOutboundExternalLinkCommandOutput } from "./commands/CreateOutboundExternalLinkCommand";
|
|
14
|
-
import { CreateRequesterGatewayCommandInput, CreateRequesterGatewayCommandOutput } from "./commands/CreateRequesterGatewayCommand";
|
|
15
|
-
import { CreateResponderGatewayCommandInput, CreateResponderGatewayCommandOutput } from "./commands/CreateResponderGatewayCommand";
|
|
16
|
-
import { DeleteInboundExternalLinkCommandInput, DeleteInboundExternalLinkCommandOutput } from "./commands/DeleteInboundExternalLinkCommand";
|
|
17
|
-
import { DeleteLinkCommandInput, DeleteLinkCommandOutput } from "./commands/DeleteLinkCommand";
|
|
18
|
-
import { DeleteOutboundExternalLinkCommandInput, DeleteOutboundExternalLinkCommandOutput } from "./commands/DeleteOutboundExternalLinkCommand";
|
|
19
|
-
import { DeleteRequesterGatewayCommandInput, DeleteRequesterGatewayCommandOutput } from "./commands/DeleteRequesterGatewayCommand";
|
|
20
|
-
import { DeleteResponderGatewayCommandInput, DeleteResponderGatewayCommandOutput } from "./commands/DeleteResponderGatewayCommand";
|
|
21
|
-
import { GetInboundExternalLinkCommandInput, GetInboundExternalLinkCommandOutput } from "./commands/GetInboundExternalLinkCommand";
|
|
22
|
-
import { GetLinkCommandInput, GetLinkCommandOutput } from "./commands/GetLinkCommand";
|
|
23
|
-
import { GetOutboundExternalLinkCommandInput, GetOutboundExternalLinkCommandOutput } from "./commands/GetOutboundExternalLinkCommand";
|
|
24
|
-
import { GetRequesterGatewayCommandInput, GetRequesterGatewayCommandOutput } from "./commands/GetRequesterGatewayCommand";
|
|
25
|
-
import { GetResponderGatewayCommandInput, GetResponderGatewayCommandOutput } from "./commands/GetResponderGatewayCommand";
|
|
26
|
-
import { ListLinksCommandInput, ListLinksCommandOutput } from "./commands/ListLinksCommand";
|
|
27
|
-
import { ListRequesterGatewaysCommandInput, ListRequesterGatewaysCommandOutput } from "./commands/ListRequesterGatewaysCommand";
|
|
28
|
-
import { ListResponderGatewaysCommandInput, ListResponderGatewaysCommandOutput } from "./commands/ListResponderGatewaysCommand";
|
|
29
|
-
import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "./commands/ListTagsForResourceCommand";
|
|
30
|
-
import { RejectLinkCommandInput, RejectLinkCommandOutput } from "./commands/RejectLinkCommand";
|
|
31
|
-
import { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/TagResourceCommand";
|
|
32
|
-
import { UntagResourceCommandInput, UntagResourceCommandOutput } from "./commands/UntagResourceCommand";
|
|
33
|
-
import { UpdateLinkCommandInput, UpdateLinkCommandOutput } from "./commands/UpdateLinkCommand";
|
|
34
|
-
import { UpdateLinkModuleFlowCommandInput, UpdateLinkModuleFlowCommandOutput } from "./commands/UpdateLinkModuleFlowCommand";
|
|
35
|
-
import { UpdateRequesterGatewayCommandInput, UpdateRequesterGatewayCommandOutput } from "./commands/UpdateRequesterGatewayCommand";
|
|
36
|
-
import { UpdateResponderGatewayCommandInput, UpdateResponderGatewayCommandOutput } from "./commands/UpdateResponderGatewayCommand";
|
|
37
|
-
import { ClientInputEndpointParameters, ClientResolvedEndpointParameters, EndpointParameters } from "./endpoint/EndpointParameters";
|
|
10
|
+
import type { AcceptLinkCommandInput, AcceptLinkCommandOutput } from "./commands/AcceptLinkCommand";
|
|
11
|
+
import type { CreateInboundExternalLinkCommandInput, CreateInboundExternalLinkCommandOutput } from "./commands/CreateInboundExternalLinkCommand";
|
|
12
|
+
import type { CreateLinkCommandInput, CreateLinkCommandOutput } from "./commands/CreateLinkCommand";
|
|
13
|
+
import type { CreateOutboundExternalLinkCommandInput, CreateOutboundExternalLinkCommandOutput } from "./commands/CreateOutboundExternalLinkCommand";
|
|
14
|
+
import type { CreateRequesterGatewayCommandInput, CreateRequesterGatewayCommandOutput } from "./commands/CreateRequesterGatewayCommand";
|
|
15
|
+
import type { CreateResponderGatewayCommandInput, CreateResponderGatewayCommandOutput } from "./commands/CreateResponderGatewayCommand";
|
|
16
|
+
import type { DeleteInboundExternalLinkCommandInput, DeleteInboundExternalLinkCommandOutput } from "./commands/DeleteInboundExternalLinkCommand";
|
|
17
|
+
import type { DeleteLinkCommandInput, DeleteLinkCommandOutput } from "./commands/DeleteLinkCommand";
|
|
18
|
+
import type { DeleteOutboundExternalLinkCommandInput, DeleteOutboundExternalLinkCommandOutput } from "./commands/DeleteOutboundExternalLinkCommand";
|
|
19
|
+
import type { DeleteRequesterGatewayCommandInput, DeleteRequesterGatewayCommandOutput } from "./commands/DeleteRequesterGatewayCommand";
|
|
20
|
+
import type { DeleteResponderGatewayCommandInput, DeleteResponderGatewayCommandOutput } from "./commands/DeleteResponderGatewayCommand";
|
|
21
|
+
import type { GetInboundExternalLinkCommandInput, GetInboundExternalLinkCommandOutput } from "./commands/GetInboundExternalLinkCommand";
|
|
22
|
+
import type { GetLinkCommandInput, GetLinkCommandOutput } from "./commands/GetLinkCommand";
|
|
23
|
+
import type { GetOutboundExternalLinkCommandInput, GetOutboundExternalLinkCommandOutput } from "./commands/GetOutboundExternalLinkCommand";
|
|
24
|
+
import type { GetRequesterGatewayCommandInput, GetRequesterGatewayCommandOutput } from "./commands/GetRequesterGatewayCommand";
|
|
25
|
+
import type { GetResponderGatewayCommandInput, GetResponderGatewayCommandOutput } from "./commands/GetResponderGatewayCommand";
|
|
26
|
+
import type { ListLinksCommandInput, ListLinksCommandOutput } from "./commands/ListLinksCommand";
|
|
27
|
+
import type { ListRequesterGatewaysCommandInput, ListRequesterGatewaysCommandOutput } from "./commands/ListRequesterGatewaysCommand";
|
|
28
|
+
import type { ListResponderGatewaysCommandInput, ListResponderGatewaysCommandOutput } from "./commands/ListResponderGatewaysCommand";
|
|
29
|
+
import type { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "./commands/ListTagsForResourceCommand";
|
|
30
|
+
import type { RejectLinkCommandInput, RejectLinkCommandOutput } from "./commands/RejectLinkCommand";
|
|
31
|
+
import type { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/TagResourceCommand";
|
|
32
|
+
import type { UntagResourceCommandInput, UntagResourceCommandOutput } from "./commands/UntagResourceCommand";
|
|
33
|
+
import type { UpdateLinkCommandInput, UpdateLinkCommandOutput } from "./commands/UpdateLinkCommand";
|
|
34
|
+
import type { UpdateLinkModuleFlowCommandInput, UpdateLinkModuleFlowCommandOutput } from "./commands/UpdateLinkModuleFlowCommand";
|
|
35
|
+
import type { UpdateRequesterGatewayCommandInput, UpdateRequesterGatewayCommandOutput } from "./commands/UpdateRequesterGatewayCommand";
|
|
36
|
+
import type { UpdateResponderGatewayCommandInput, UpdateResponderGatewayCommandOutput } from "./commands/UpdateResponderGatewayCommand";
|
|
37
|
+
import { type ClientInputEndpointParameters, type ClientResolvedEndpointParameters, type EndpointParameters } from "./endpoint/EndpointParameters";
|
|
38
38
|
import { type RuntimeExtension, type RuntimeExtensionsConfig } from "./runtimeExtensions";
|
|
39
39
|
export { __Client };
|
|
40
40
|
/**
|
|
@@ -143,7 +143,7 @@ export interface ClientDefaults extends Partial<__SmithyConfiguration<__HttpHand
|
|
|
143
143
|
* The provider populating default tracking information to be sent with `user-agent`, `x-amz-user-agent` header
|
|
144
144
|
* @internal
|
|
145
145
|
*/
|
|
146
|
-
defaultUserAgentProvider?:
|
|
146
|
+
defaultUserAgentProvider?: __Provider<__UserAgent>;
|
|
147
147
|
/**
|
|
148
148
|
* Default credentials provider; Not available in browser runtime.
|
|
149
149
|
* @deprecated
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import
|
|
1
|
+
import type { AwsCredentialIdentity, AwsCredentialIdentityProvider, HttpAuthScheme } from "@smithy/types";
|
|
2
2
|
import type { RTBFabricHttpAuthSchemeProvider } from "./httpAuthSchemeProvider";
|
|
3
3
|
/**
|
|
4
4
|
* @internal
|
package/dist-types/index.d.ts
CHANGED
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
*/
|
|
6
6
|
export * from "./RTBFabricClient";
|
|
7
7
|
export * from "./RTBFabric";
|
|
8
|
-
export { ClientInputEndpointParameters } from "./endpoint/EndpointParameters";
|
|
8
|
+
export type { ClientInputEndpointParameters } from "./endpoint/EndpointParameters";
|
|
9
9
|
export type { RuntimeExtension } from "./runtimeExtensions";
|
|
10
10
|
export type { RTBFabricExtensionConfiguration } from "./extensionConfiguration";
|
|
11
11
|
export * from "./commands";
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { FilterType, LinkDirection, LinkStatus, Protocol, RequesterGatewayStatus, ResponderErrorMaskingAction, ResponderErrorMaskingLoggingType, ResponderGatewayStatus } from "./enums";
|
|
1
|
+
import type { FilterType, LinkDirection, LinkStatus, Protocol, RequesterGatewayStatus, ResponderErrorMaskingAction, ResponderErrorMaskingLoggingType, ResponderGatewayStatus } from "./enums";
|
|
2
2
|
/**
|
|
3
3
|
* <p>Describes the masking for HTTP error codes.</p>
|
|
4
4
|
* @public
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { Paginator } from "@smithy/types";
|
|
2
2
|
import { ListLinksCommandInput, ListLinksCommandOutput } from "../commands/ListLinksCommand";
|
|
3
|
-
import { RTBFabricPaginationConfiguration } from "./Interfaces";
|
|
3
|
+
import type { RTBFabricPaginationConfiguration } from "./Interfaces";
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { Paginator } from "@smithy/types";
|
|
2
2
|
import { ListRequesterGatewaysCommandInput, ListRequesterGatewaysCommandOutput } from "../commands/ListRequesterGatewaysCommand";
|
|
3
|
-
import { RTBFabricPaginationConfiguration } from "./Interfaces";
|
|
3
|
+
import type { RTBFabricPaginationConfiguration } from "./Interfaces";
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { Paginator } from "@smithy/types";
|
|
2
2
|
import { ListResponderGatewaysCommandInput, ListResponderGatewaysCommandOutput } from "../commands/ListResponderGatewaysCommand";
|
|
3
|
-
import { RTBFabricPaginationConfiguration } from "./Interfaces";
|
|
3
|
+
import type { RTBFabricPaginationConfiguration } from "./Interfaces";
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
@@ -26,6 +26,7 @@ import {
|
|
|
26
26
|
Client as __Client,
|
|
27
27
|
} from "@smithy/smithy-client";
|
|
28
28
|
import {
|
|
29
|
+
AwsCredentialIdentityProvider,
|
|
29
30
|
BodyLengthCalculator as __BodyLengthCalculator,
|
|
30
31
|
CheckOptionalClientConfig as __CheckOptionalClientConfig,
|
|
31
32
|
ChecksumConstructor as __ChecksumConstructor,
|
|
@@ -37,8 +38,6 @@ import {
|
|
|
37
38
|
Provider as __Provider,
|
|
38
39
|
StreamCollector as __StreamCollector,
|
|
39
40
|
UrlParser as __UrlParser,
|
|
40
|
-
AwsCredentialIdentityProvider,
|
|
41
|
-
Provider,
|
|
42
41
|
UserAgent as __UserAgent,
|
|
43
42
|
} from "@smithy/types";
|
|
44
43
|
import {
|
|
@@ -234,7 +233,7 @@ export interface ClientDefaults
|
|
|
234
233
|
useFipsEndpoint?: boolean | __Provider<boolean>;
|
|
235
234
|
region?: string | __Provider<string>;
|
|
236
235
|
profile?: string;
|
|
237
|
-
defaultUserAgentProvider?:
|
|
236
|
+
defaultUserAgentProvider?: __Provider<__UserAgent>;
|
|
238
237
|
credentialDefaultProvider?: (input: any) => AwsCredentialIdentityProvider;
|
|
239
238
|
maxAttempts?: number | __Provider<number>;
|
|
240
239
|
retryMode?: string | __Provider<string>;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { WaiterConfiguration, WaiterResult } from "@smithy/util-waiter";
|
|
2
|
-
import { GetInboundExternalLinkCommandInput } from "../commands/GetInboundExternalLinkCommand";
|
|
3
|
-
import { RTBFabricClient } from "../RTBFabricClient";
|
|
1
|
+
import { type WaiterConfiguration, type WaiterResult } from "@smithy/util-waiter";
|
|
2
|
+
import { type GetInboundExternalLinkCommandInput } from "../commands/GetInboundExternalLinkCommand";
|
|
3
|
+
import type { RTBFabricClient } from "../RTBFabricClient";
|
|
4
4
|
/**
|
|
5
5
|
*
|
|
6
6
|
* @deprecated Use waitUntilInboundExternalLinkActive instead. waitForInboundExternalLinkActive does not throw error in non-success cases.
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { WaiterConfiguration, WaiterResult } from "@smithy/util-waiter";
|
|
2
|
-
import { GetLinkCommandInput } from "../commands/GetLinkCommand";
|
|
3
|
-
import { RTBFabricClient } from "../RTBFabricClient";
|
|
1
|
+
import { type WaiterConfiguration, type WaiterResult } from "@smithy/util-waiter";
|
|
2
|
+
import { type GetLinkCommandInput } from "../commands/GetLinkCommand";
|
|
3
|
+
import type { RTBFabricClient } from "../RTBFabricClient";
|
|
4
4
|
/**
|
|
5
5
|
*
|
|
6
6
|
* @deprecated Use waitUntilLinkAccepted instead. waitForLinkAccepted does not throw error in non-success cases.
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { WaiterConfiguration, WaiterResult } from "@smithy/util-waiter";
|
|
2
|
-
import { GetLinkCommandInput } from "../commands/GetLinkCommand";
|
|
3
|
-
import { RTBFabricClient } from "../RTBFabricClient";
|
|
1
|
+
import { type WaiterConfiguration, type WaiterResult } from "@smithy/util-waiter";
|
|
2
|
+
import { type GetLinkCommandInput } from "../commands/GetLinkCommand";
|
|
3
|
+
import type { RTBFabricClient } from "../RTBFabricClient";
|
|
4
4
|
/**
|
|
5
5
|
*
|
|
6
6
|
* @deprecated Use waitUntilLinkActive instead. waitForLinkActive does not throw error in non-success cases.
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { WaiterConfiguration, WaiterResult } from "@smithy/util-waiter";
|
|
2
|
-
import { GetOutboundExternalLinkCommandInput } from "../commands/GetOutboundExternalLinkCommand";
|
|
3
|
-
import { RTBFabricClient } from "../RTBFabricClient";
|
|
1
|
+
import { type WaiterConfiguration, type WaiterResult } from "@smithy/util-waiter";
|
|
2
|
+
import { type GetOutboundExternalLinkCommandInput } from "../commands/GetOutboundExternalLinkCommand";
|
|
3
|
+
import type { RTBFabricClient } from "../RTBFabricClient";
|
|
4
4
|
/**
|
|
5
5
|
*
|
|
6
6
|
* @deprecated Use waitUntilOutboundExternalLinkActive instead. waitForOutboundExternalLinkActive does not throw error in non-success cases.
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { WaiterConfiguration, WaiterResult } from "@smithy/util-waiter";
|
|
2
|
-
import { GetRequesterGatewayCommandInput } from "../commands/GetRequesterGatewayCommand";
|
|
3
|
-
import { RTBFabricClient } from "../RTBFabricClient";
|
|
1
|
+
import { type WaiterConfiguration, type WaiterResult } from "@smithy/util-waiter";
|
|
2
|
+
import { type GetRequesterGatewayCommandInput } from "../commands/GetRequesterGatewayCommand";
|
|
3
|
+
import type { RTBFabricClient } from "../RTBFabricClient";
|
|
4
4
|
/**
|
|
5
5
|
*
|
|
6
6
|
* @deprecated Use waitUntilRequesterGatewayActive instead. waitForRequesterGatewayActive does not throw error in non-success cases.
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { WaiterConfiguration, WaiterResult } from "@smithy/util-waiter";
|
|
2
|
-
import { GetRequesterGatewayCommandInput } from "../commands/GetRequesterGatewayCommand";
|
|
3
|
-
import { RTBFabricClient } from "../RTBFabricClient";
|
|
1
|
+
import { type WaiterConfiguration, type WaiterResult } from "@smithy/util-waiter";
|
|
2
|
+
import { type GetRequesterGatewayCommandInput } from "../commands/GetRequesterGatewayCommand";
|
|
3
|
+
import type { RTBFabricClient } from "../RTBFabricClient";
|
|
4
4
|
/**
|
|
5
5
|
*
|
|
6
6
|
* @deprecated Use waitUntilRequesterGatewayDeleted instead. waitForRequesterGatewayDeleted does not throw error in non-success cases.
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { WaiterConfiguration, WaiterResult } from "@smithy/util-waiter";
|
|
2
|
-
import { GetResponderGatewayCommandInput } from "../commands/GetResponderGatewayCommand";
|
|
3
|
-
import { RTBFabricClient } from "../RTBFabricClient";
|
|
1
|
+
import { type WaiterConfiguration, type WaiterResult } from "@smithy/util-waiter";
|
|
2
|
+
import { type GetResponderGatewayCommandInput } from "../commands/GetResponderGatewayCommand";
|
|
3
|
+
import type { RTBFabricClient } from "../RTBFabricClient";
|
|
4
4
|
/**
|
|
5
5
|
*
|
|
6
6
|
* @deprecated Use waitUntilResponderGatewayActive instead. waitForResponderGatewayActive does not throw error in non-success cases.
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { WaiterConfiguration, WaiterResult } from "@smithy/util-waiter";
|
|
2
|
-
import { GetResponderGatewayCommandInput } from "../commands/GetResponderGatewayCommand";
|
|
3
|
-
import { RTBFabricClient } from "../RTBFabricClient";
|
|
1
|
+
import { type WaiterConfiguration, type WaiterResult } from "@smithy/util-waiter";
|
|
2
|
+
import { type GetResponderGatewayCommandInput } from "../commands/GetResponderGatewayCommand";
|
|
3
|
+
import type { RTBFabricClient } from "../RTBFabricClient";
|
|
4
4
|
/**
|
|
5
5
|
*
|
|
6
6
|
* @deprecated Use waitUntilResponderGatewayDeleted instead. waitForResponderGatewayDeleted does not throw error in non-success cases.
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-rtbfabric",
|
|
3
3
|
"description": "AWS SDK for JavaScript Rtbfabric Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.1020.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:types' 'yarn:build:es' && yarn build:cjs",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-rtbfabric",
|
|
@@ -21,43 +21,43 @@
|
|
|
21
21
|
"dependencies": {
|
|
22
22
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
23
23
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
24
|
-
"@aws-sdk/core": "^3.973.
|
|
25
|
-
"@aws-sdk/credential-provider-node": "^3.972.
|
|
24
|
+
"@aws-sdk/core": "^3.973.26",
|
|
25
|
+
"@aws-sdk/credential-provider-node": "^3.972.28",
|
|
26
26
|
"@aws-sdk/middleware-host-header": "^3.972.8",
|
|
27
27
|
"@aws-sdk/middleware-logger": "^3.972.8",
|
|
28
28
|
"@aws-sdk/middleware-recursion-detection": "^3.972.9",
|
|
29
|
-
"@aws-sdk/middleware-user-agent": "^3.972.
|
|
29
|
+
"@aws-sdk/middleware-user-agent": "^3.972.27",
|
|
30
30
|
"@aws-sdk/region-config-resolver": "^3.972.10",
|
|
31
31
|
"@aws-sdk/types": "^3.973.6",
|
|
32
32
|
"@aws-sdk/util-endpoints": "^3.996.5",
|
|
33
33
|
"@aws-sdk/util-user-agent-browser": "^3.972.8",
|
|
34
|
-
"@aws-sdk/util-user-agent-node": "^3.973.
|
|
34
|
+
"@aws-sdk/util-user-agent-node": "^3.973.13",
|
|
35
35
|
"@smithy/config-resolver": "^4.4.13",
|
|
36
|
-
"@smithy/core": "^3.23.
|
|
36
|
+
"@smithy/core": "^3.23.13",
|
|
37
37
|
"@smithy/fetch-http-handler": "^5.3.15",
|
|
38
38
|
"@smithy/hash-node": "^4.2.12",
|
|
39
39
|
"@smithy/invalid-dependency": "^4.2.12",
|
|
40
40
|
"@smithy/middleware-content-length": "^4.2.12",
|
|
41
|
-
"@smithy/middleware-endpoint": "^4.4.
|
|
42
|
-
"@smithy/middleware-retry": "^4.4.
|
|
43
|
-
"@smithy/middleware-serde": "^4.2.
|
|
41
|
+
"@smithy/middleware-endpoint": "^4.4.28",
|
|
42
|
+
"@smithy/middleware-retry": "^4.4.45",
|
|
43
|
+
"@smithy/middleware-serde": "^4.2.16",
|
|
44
44
|
"@smithy/middleware-stack": "^4.2.12",
|
|
45
45
|
"@smithy/node-config-provider": "^4.3.12",
|
|
46
|
-
"@smithy/node-http-handler": "^4.5.
|
|
46
|
+
"@smithy/node-http-handler": "^4.5.1",
|
|
47
47
|
"@smithy/protocol-http": "^5.3.12",
|
|
48
|
-
"@smithy/smithy-client": "^4.12.
|
|
48
|
+
"@smithy/smithy-client": "^4.12.8",
|
|
49
49
|
"@smithy/types": "^4.13.1",
|
|
50
50
|
"@smithy/url-parser": "^4.2.12",
|
|
51
51
|
"@smithy/util-base64": "^4.3.2",
|
|
52
52
|
"@smithy/util-body-length-browser": "^4.2.2",
|
|
53
53
|
"@smithy/util-body-length-node": "^4.2.3",
|
|
54
|
-
"@smithy/util-defaults-mode-browser": "^4.3.
|
|
55
|
-
"@smithy/util-defaults-mode-node": "^4.2.
|
|
54
|
+
"@smithy/util-defaults-mode-browser": "^4.3.44",
|
|
55
|
+
"@smithy/util-defaults-mode-node": "^4.2.48",
|
|
56
56
|
"@smithy/util-endpoints": "^3.3.3",
|
|
57
57
|
"@smithy/util-middleware": "^4.2.12",
|
|
58
58
|
"@smithy/util-retry": "^4.2.12",
|
|
59
59
|
"@smithy/util-utf8": "^4.2.2",
|
|
60
|
-
"@smithy/util-waiter": "^4.2.
|
|
60
|
+
"@smithy/util-waiter": "^4.2.14",
|
|
61
61
|
"tslib": "^2.6.2"
|
|
62
62
|
},
|
|
63
63
|
"devDependencies": {
|