@aws-sdk/middleware-sdk-rds 3.357.0 → 3.369.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
@@ -1,10 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.getCrossRegionPresignedUrlPlugin = exports.crossRegionPresignedUrlMiddlewareOptions = exports.crossRegionPresignedUrlMiddleware = void 0;
4
- const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
- const protocol_http_1 = require("@aws-sdk/protocol-http");
6
- const signature_v4_1 = require("@aws-sdk/signature-v4");
7
4
  const util_format_url_1 = require("@aws-sdk/util-format-url");
5
+ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
6
+ const protocol_http_1 = require("@smithy/protocol-http");
7
+ const signature_v4_1 = require("@smithy/signature-v4");
8
8
  const regARN = /arn:[\w+=/,.@-]+:[\w+=/,.@-]+:([\w+=/,.@-]*)?:[0-9]+:[\w+=/,.@-]+(:[\w+=/,.@-]+)?(:[\w+=/,.@-]+)?/;
9
9
  const sourceIdToCommandKeyMap = {
10
10
  SourceDBSnapshotIdentifier: "CopyDBSnapshot",
package/dist-es/index.js CHANGED
@@ -1,7 +1,7 @@
1
- import { toEndpointV1 } from "@aws-sdk/middleware-endpoint";
2
- import { HttpRequest } from "@aws-sdk/protocol-http";
3
- import { SignatureV4 } from "@aws-sdk/signature-v4";
4
1
  import { formatUrl } from "@aws-sdk/util-format-url";
2
+ import { toEndpointV1 } from "@smithy/middleware-endpoint";
3
+ import { HttpRequest } from "@smithy/protocol-http";
4
+ import { SignatureV4 } from "@smithy/signature-v4";
5
5
  const regARN = /arn:[\w+=/,.@-]+:[\w+=/,.@-]+:([\w+=/,.@-]*)?:[0-9]+:[\w+=/,.@-]+(:[\w+=/,.@-]+)?(:[\w+=/,.@-]+)?/;
6
6
  const sourceIdToCommandKeyMap = {
7
7
  SourceDBSnapshotIdentifier: "CopyDBSnapshot",
@@ -1,4 +1,4 @@
1
- import { SourceData } from "@aws-sdk/types";
1
+ import { SourceData } from "@smithy/types";
2
2
  export declare class MockSha256 {
3
3
  constructor(secret?: string | ArrayBuffer | ArrayBufferView);
4
4
  update(data?: SourceData): void;
@@ -1,4 +1,4 @@
1
- import { AwsCredentialIdentity, ChecksumConstructor, Endpoint, HashConstructor, InitializeMiddleware, MemoizedProvider, Pluggable, Provider, RelativeMiddlewareOptions, SerializeHandlerOptions } from "@aws-sdk/types";
1
+ import { AwsCredentialIdentity, ChecksumConstructor, Endpoint, HashConstructor, InitializeMiddleware, MemoizedProvider, Pluggable, Provider, RelativeMiddlewareOptions, SerializeHandlerOptions } from "@smithy/types";
2
2
  interface PreviouslyResolved {
3
3
  credentials: MemoizedProvider<AwsCredentialIdentity>;
4
4
  endpoint?: Provider<Endpoint>;
@@ -1,4 +1,4 @@
1
- import { SourceData } from "@aws-sdk/types";
1
+ import { SourceData } from "@smithy/types";
2
2
  export declare class MockSha256 {
3
3
  constructor(secret?: string | ArrayBuffer | ArrayBufferView);
4
4
  update(data?: SourceData): void;
@@ -9,7 +9,7 @@ import {
9
9
  Provider,
10
10
  RelativeMiddlewareOptions,
11
11
  SerializeHandlerOptions,
12
- } from "@aws-sdk/types";
12
+ } from "@smithy/types";
13
13
  interface PreviouslyResolved {
14
14
  credentials: MemoizedProvider<AwsCredentialIdentity>;
15
15
  endpoint?: Provider<Endpoint>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/middleware-sdk-rds",
3
- "version": "3.357.0",
3
+ "version": "3.369.0",
4
4
  "scripts": {
5
5
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
6
6
  "build:cjs": "tsc -p tsconfig.cjs.json",
@@ -21,11 +21,12 @@
21
21
  },
22
22
  "license": "Apache-2.0",
23
23
  "dependencies": {
24
- "@aws-sdk/middleware-endpoint": "3.357.0",
25
- "@aws-sdk/protocol-http": "3.357.0",
26
- "@aws-sdk/signature-v4": "3.357.0",
27
- "@aws-sdk/types": "3.357.0",
28
- "@aws-sdk/util-format-url": "3.357.0",
24
+ "@aws-sdk/types": "3.369.0",
25
+ "@aws-sdk/util-format-url": "3.369.0",
26
+ "@smithy/middleware-endpoint": "^1.0.1",
27
+ "@smithy/protocol-http": "^1.1.0",
28
+ "@smithy/signature-v4": "^1.0.1",
29
+ "@smithy/types": "^1.1.0",
29
30
  "tslib": "^2.5.0"
30
31
  },
31
32
  "engines": {