@aws-sdk/polly-request-presigner 3.997.0 → 3.999.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.
@@ -1,2 +1,2 @@
1
- import { PollyClient, SynthesizeSpeechCommand } from "@aws-sdk/client-polly";
1
+ import type { PollyClient, SynthesizeSpeechCommand } from "@aws-sdk/client-polly";
2
2
  export declare const getSignedUrl: (client: PollyClient, command: SynthesizeSpeechCommand, options?: any) => Promise<string>;
@@ -1,4 +1,4 @@
1
- import { PollyClient, SynthesizeSpeechInput } from "@aws-sdk/client-polly";
1
+ import type { PollyClient, SynthesizeSpeechInput } from "@aws-sdk/client-polly";
2
2
  export interface PresignedPollyOptions {
3
3
  /**
4
4
  * Seconds until the presigned URL expires. Defaults to 3600
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/polly-request-presigner",
3
- "version": "3.997.0",
3
+ "version": "3.999.0",
4
4
  "scripts": {
5
5
  "build": "concurrently 'yarn:build:types' 'yarn:build:es' && yarn build:cjs",
6
6
  "build:cjs": "node ../../scripts/compilation/inline polly-request-presigner",
@@ -25,12 +25,12 @@
25
25
  },
26
26
  "license": "Apache-2.0",
27
27
  "dependencies": {
28
- "@aws-sdk/client-polly": "3.997.0",
29
- "@aws-sdk/types": "^3.973.2",
30
- "@aws-sdk/util-format-url": "^3.972.4",
31
- "@smithy/protocol-http": "^5.3.9",
32
- "@smithy/signature-v4": "^5.3.9",
33
- "@smithy/types": "^4.12.1",
28
+ "@aws-sdk/client-polly": "3.999.0",
29
+ "@aws-sdk/types": "^3.973.4",
30
+ "@aws-sdk/util-format-url": "^3.972.6",
31
+ "@smithy/protocol-http": "^5.3.10",
32
+ "@smithy/signature-v4": "^5.3.10",
33
+ "@smithy/types": "^4.13.0",
34
34
  "tslib": "^2.6.2"
35
35
  },
36
36
  "devDependencies": {