@aws-sdk/client-rtbfabric 3.1093.0 → 3.1095.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 CHANGED
@@ -69,7 +69,7 @@ const commonParams = {
69
69
  UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
70
70
  };
71
71
 
72
- var version = "3.1092.0";
72
+ var version = "3.1094.0";
73
73
  var packageInfo = {
74
74
  version: version};
75
75
 
@@ -423,7 +423,6 @@ const _hQ = "httpQuery";
423
423
  const _hRA = "httpResponderAllowed";
424
424
  const _hT = "headerTag";
425
425
  const _hTC = "healthyThresholdCount";
426
- const _iLC = "inboundLinksCount";
427
426
  const _iS = "intervalSeconds";
428
427
  const _k = "key";
429
428
  const _l = "links";
@@ -778,8 +777,8 @@ var GetResponderGatewayRequest$ = [3, n0, _GRGRet,
778
777
  ];
779
778
  var GetResponderGatewayResponse$ = [3, n0, _GRGRete,
780
779
  0,
781
- [_vI, _sI, _sGI, _st, _po, _pr, _gI, _de, _cA, _uA, _dN, _lC, _tSC, _mEC, _t, _aLC, _tLC, _iLC, _lRC, _gT, _eIE],
782
- [0, 64 | 0, 64 | 0, 0, 1, 0, 0, 0, 4, 4, 0, () => ListenerConfig$, [() => TrustStoreConfiguration$, 0], [() => ManagedEndpointConfiguration$, 0], 128 | 0, 1, 1, 1, 1, 0, 0], 7
780
+ [_vI, _sI, _sGI, _st, _po, _pr, _gI, _de, _cA, _uA, _dN, _lC, _tSC, _mEC, _t, _aLC, _tLC, _lRC, _gT, _eIE],
781
+ [0, 64 | 0, 64 | 0, 0, 1, 0, 0, 0, 4, 4, 0, () => ListenerConfig$, [() => TrustStoreConfiguration$, 0], [() => ManagedEndpointConfiguration$, 0], 128 | 0, 1, 1, 1, 0, 0], 7
783
782
  ];
784
783
  var HeaderTagAction$ = [3, n0, _HTA,
785
784
  0,
@@ -196,7 +196,6 @@ const _hQ = "httpQuery";
196
196
  const _hRA = "httpResponderAllowed";
197
197
  const _hT = "headerTag";
198
198
  const _hTC = "healthyThresholdCount";
199
- const _iLC = "inboundLinksCount";
200
199
  const _iS = "intervalSeconds";
201
200
  const _k = "key";
202
201
  const _l = "links";
@@ -554,8 +553,8 @@ export var GetResponderGatewayRequest$ = [3, n0, _GRGRet,
554
553
  ];
555
554
  export var GetResponderGatewayResponse$ = [3, n0, _GRGRete,
556
555
  0,
557
- [_vI, _sI, _sGI, _st, _po, _pr, _gI, _de, _cA, _uA, _dN, _lC, _tSC, _mEC, _t, _aLC, _tLC, _iLC, _lRC, _gT, _eIE],
558
- [0, 64 | 0, 64 | 0, 0, 1, 0, 0, 0, 4, 4, 0, () => ListenerConfig$, [() => TrustStoreConfiguration$, 0], [() => ManagedEndpointConfiguration$, 0], 128 | 0, 1, 1, 1, 1, 0, 0], 7
556
+ [_vI, _sI, _sGI, _st, _po, _pr, _gI, _de, _cA, _uA, _dN, _lC, _tSC, _mEC, _t, _aLC, _tLC, _lRC, _gT, _eIE],
557
+ [0, 64 | 0, 64 | 0, 0, 1, 0, 0, 0, 4, 4, 0, () => ListenerConfig$, [() => TrustStoreConfiguration$, 0], [() => ManagedEndpointConfiguration$, 0], 128 | 0, 1, 1, 1, 0, 0], 7
559
558
  ];
560
559
  export var HeaderTagAction$ = [3, n0, _HTA,
561
560
  0,
@@ -95,7 +95,6 @@ declare const GetResponderGatewayCommand_base: {
95
95
  * // },
96
96
  * // activeLinksCount: Number("int"),
97
97
  * // totalLinksCount: Number("int"),
98
- * // inboundLinksCount: Number("int"),
99
98
  * // linksRequestedCount: Number("int"),
100
99
  * // gatewayType: "EXTERNAL" || "INTERNAL",
101
100
  * // externalInboundEndpoint: "STRING_VALUE",
@@ -142,7 +141,6 @@ declare const GetResponderGatewayCommand_base: {
142
141
  * createdAt: "2024-01-15T10:30:00Z",
143
142
  * description: "My responder gateway",
144
143
  * gatewayId: "rtb-gw-12345678",
145
- * inboundLinksCount: 3,
146
144
  * linksRequestedCount: 3,
147
145
  * port: 443,
148
146
  * protocol: "HTTPS",
@@ -2285,13 +2285,6 @@ export interface GetResponderGatewayResponse {
2285
2285
  * @public
2286
2286
  */
2287
2287
  totalLinksCount?: number | undefined;
2288
- /**
2289
- * <p>Deprecated. Use 'linksRequestedCount' instead.</p>
2290
- *
2291
- * @deprecated (since 2026-05-11) Use linksRequestedCount instead.
2292
- * @public
2293
- */
2294
- inboundLinksCount?: number | undefined;
2295
2288
  /**
2296
2289
  * <p>The count of requested links waiting for the responder gateway to accept or reject.</p>
2297
2290
  * @public
@@ -42,6 +42,7 @@ export declare const getRuntimeConfig: (config: RTBFabricClientConfig) => {
42
42
  logger?: import("@smithy/types").Logger;
43
43
  }) => import("@smithy/types").EndpointV2;
44
44
  tls?: boolean;
45
+ ignoreConfiguredEndpointUrls?: boolean;
45
46
  serviceConfiguredEndpoint?: never;
46
47
  authSchemePreference?: string[] | import("@smithy/types").Provider<string[]>;
47
48
  httpAuthSchemes: import("@smithy/types").HttpAuthScheme[];
@@ -52,4 +53,5 @@ export declare const getRuntimeConfig: (config: RTBFabricClientConfig) => {
52
53
  systemClockOffset?: number;
53
54
  signingRegion?: string;
54
55
  signerConstructor?: new (options: import("@smithy/signature-v4").SignatureV4Init & import("@smithy/signature-v4").SignatureV4CryptoInit) => import("@smithy/types").RequestSigner;
56
+ disableClockSkewCorrection?: boolean | import("@smithy/types").Provider<boolean>;
55
57
  };
@@ -43,6 +43,7 @@ export declare const getRuntimeConfig: (config: RTBFabricClientConfig) => {
43
43
  logger?: import("@smithy/types").Logger;
44
44
  }) => import("@smithy/types").EndpointV2;
45
45
  tls?: boolean;
46
+ ignoreConfiguredEndpointUrls?: boolean;
46
47
  serviceConfiguredEndpoint?: never;
47
48
  httpAuthSchemes: import("@smithy/types").HttpAuthScheme[];
48
49
  httpAuthSchemeProvider: import("./auth/httpAuthSchemeProvider").RTBFabricHttpAuthSchemeProvider;
@@ -52,4 +53,5 @@ export declare const getRuntimeConfig: (config: RTBFabricClientConfig) => {
52
53
  systemClockOffset?: number;
53
54
  signingRegion?: string;
54
55
  signerConstructor?: new (options: import("@smithy/signature-v4").SignatureV4Init & import("@smithy/signature-v4").SignatureV4CryptoInit) => import("@smithy/types").RequestSigner;
56
+ disableClockSkewCorrection?: boolean | import("@smithy/types").Provider<boolean>;
55
57
  };
@@ -41,6 +41,7 @@ export declare const getRuntimeConfig: (config: RTBFabricClientConfig) => {
41
41
  logger?: import("@smithy/types").Logger;
42
42
  }) => import("@smithy/types").EndpointV2;
43
43
  tls?: boolean;
44
+ ignoreConfiguredEndpointUrls?: boolean;
44
45
  serviceConfiguredEndpoint?: never;
45
46
  authSchemePreference?: string[] | import("@smithy/types").Provider<string[]>;
46
47
  httpAuthSchemes: import("@smithy/types").HttpAuthScheme[];
@@ -51,4 +52,5 @@ export declare const getRuntimeConfig: (config: RTBFabricClientConfig) => {
51
52
  systemClockOffset?: number;
52
53
  signingRegion?: string;
53
54
  signerConstructor?: new (options: import("@smithy/signature-v4").SignatureV4Init & import("@smithy/signature-v4").SignatureV4CryptoInit) => import("@smithy/types").RequestSigner;
55
+ disableClockSkewCorrection?: boolean | import("@smithy/types").Provider<boolean>;
54
56
  };
@@ -599,7 +599,6 @@ export interface GetResponderGatewayResponse {
599
599
  tags?: Record<string, string> | undefined;
600
600
  activeLinksCount?: number | undefined;
601
601
  totalLinksCount?: number | undefined;
602
- inboundLinksCount?: number | undefined;
603
602
  linksRequestedCount?: number | undefined;
604
603
  gatewayType?: GatewayType | undefined;
605
604
  externalInboundEndpoint?: string | undefined;
@@ -71,6 +71,7 @@ export declare const getRuntimeConfig: (config: RTBFabricClientConfig) => {
71
71
  },
72
72
  ) => import("@smithy/types").EndpointV2;
73
73
  tls?: boolean;
74
+ ignoreConfiguredEndpointUrls?: boolean;
74
75
  serviceConfiguredEndpoint?: never;
75
76
  authSchemePreference?: string[] | import("@smithy/types").Provider<string[]>;
76
77
  httpAuthSchemes: import("@smithy/types").HttpAuthScheme[];
@@ -90,4 +91,5 @@ export declare const getRuntimeConfig: (config: RTBFabricClientConfig) => {
90
91
  options: import("@smithy/signature-v4").SignatureV4Init &
91
92
  import("@smithy/signature-v4").SignatureV4CryptoInit,
92
93
  ) => import("@smithy/types").RequestSigner;
94
+ disableClockSkewCorrection?: boolean | import("@smithy/types").Provider<boolean>;
93
95
  };
@@ -72,6 +72,7 @@ export declare const getRuntimeConfig: (config: RTBFabricClientConfig) => {
72
72
  },
73
73
  ) => import("@smithy/types").EndpointV2;
74
74
  tls?: boolean;
75
+ ignoreConfiguredEndpointUrls?: boolean;
75
76
  serviceConfiguredEndpoint?: never;
76
77
  httpAuthSchemes: import("@smithy/types").HttpAuthScheme[];
77
78
  httpAuthSchemeProvider: import("./auth/httpAuthSchemeProvider").RTBFabricHttpAuthSchemeProvider;
@@ -90,4 +91,5 @@ export declare const getRuntimeConfig: (config: RTBFabricClientConfig) => {
90
91
  options: import("@smithy/signature-v4").SignatureV4Init &
91
92
  import("@smithy/signature-v4").SignatureV4CryptoInit,
92
93
  ) => import("@smithy/types").RequestSigner;
94
+ disableClockSkewCorrection?: boolean | import("@smithy/types").Provider<boolean>;
93
95
  };
@@ -75,6 +75,7 @@ export declare const getRuntimeConfig: (config: RTBFabricClientConfig) => {
75
75
  },
76
76
  ) => import("@smithy/types").EndpointV2;
77
77
  tls?: boolean;
78
+ ignoreConfiguredEndpointUrls?: boolean;
78
79
  serviceConfiguredEndpoint?: never;
79
80
  authSchemePreference?: string[] | import("@smithy/types").Provider<string[]>;
80
81
  httpAuthSchemes: import("@smithy/types").HttpAuthScheme[];
@@ -94,4 +95,5 @@ export declare const getRuntimeConfig: (config: RTBFabricClientConfig) => {
94
95
  options: import("@smithy/signature-v4").SignatureV4Init &
95
96
  import("@smithy/signature-v4").SignatureV4CryptoInit,
96
97
  ) => import("@smithy/types").RequestSigner;
98
+ disableClockSkewCorrection?: boolean | import("@smithy/types").Provider<boolean>;
97
99
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-rtbfabric",
3
- "version": "3.1093.0",
3
+ "version": "3.1095.0",
4
4
  "description": "AWS SDK for JavaScript Rtbfabric Client for Node.js, Browser and React Native",
5
5
  "homepage": "https://github.com/aws/aws-sdk-js-v3/tree/main/clients/client-rtbfabric",
6
6
  "license": "Apache-2.0",
@@ -46,12 +46,12 @@
46
46
  "test:index": "tsc --noEmit ./test/index-types.ts && node ./test/index-objects.spec.mjs"
47
47
  },
48
48
  "dependencies": {
49
- "@aws-sdk/core": "^3.976.0",
50
- "@aws-sdk/credential-provider-node": "^3.972.71",
49
+ "@aws-sdk/core": "^3.977.0",
50
+ "@aws-sdk/credential-provider-node": "^3.972.72",
51
51
  "@aws-sdk/types": "^3.974.2",
52
- "@smithy/core": "^3.29.4",
53
- "@smithy/fetch-http-handler": "^5.6.6",
54
- "@smithy/node-http-handler": "^4.9.6",
52
+ "@smithy/core": "^3.29.8",
53
+ "@smithy/fetch-http-handler": "^5.6.10",
54
+ "@smithy/node-http-handler": "^4.9.10",
55
55
  "@smithy/types": "^4.16.1",
56
56
  "tslib": "^2.6.2"
57
57
  },