@aws-sdk/client-secrets-manager 3.428.0 → 3.430.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.
@@ -317,7 +317,7 @@ export interface ReplicationStatusType {
317
317
  * @public
318
318
  * <p>The status can be <code>InProgress</code>, <code>Failed</code>, or <code>InSync</code>.</p>
319
319
  */
320
- Status?: StatusType | string;
320
+ Status?: StatusType;
321
321
  /**
322
322
  * @public
323
323
  * <p>Status message such as "<i>Secret with this name already exists in this
@@ -807,7 +807,7 @@ export interface Filter {
807
807
  * </li>
808
808
  * </ul>
809
809
  */
810
- Key?: FilterNameStringType | string;
810
+ Key?: FilterNameStringType;
811
811
  /**
812
812
  * @public
813
813
  * <p>The keyword to filter for.</p>
@@ -1053,7 +1053,7 @@ export interface ListSecretsRequest {
1053
1053
  * @public
1054
1054
  * <p>Secrets are listed by <code>CreatedDate</code>. </p>
1055
1055
  */
1056
- SortOrder?: SortOrderType | string;
1056
+ SortOrder?: SortOrderType;
1057
1057
  }
1058
1058
  /**
1059
1059
  * @public
@@ -68,7 +68,7 @@ export type StatusType = (typeof StatusType)[keyof typeof StatusType];
68
68
  export interface ReplicationStatusType {
69
69
  Region?: string;
70
70
  KmsKeyId?: string;
71
- Status?: StatusType | string;
71
+ Status?: StatusType;
72
72
  StatusMessage?: string;
73
73
  LastAccessedDate?: Date;
74
74
  }
@@ -182,7 +182,7 @@ export declare const FilterNameStringType: {
182
182
  export type FilterNameStringType =
183
183
  (typeof FilterNameStringType)[keyof typeof FilterNameStringType];
184
184
  export interface Filter {
185
- Key?: FilterNameStringType | string;
185
+ Key?: FilterNameStringType;
186
186
  Values?: string[];
187
187
  }
188
188
  export interface GetRandomPasswordRequest {
@@ -238,7 +238,7 @@ export interface ListSecretsRequest {
238
238
  MaxResults?: number;
239
239
  NextToken?: string;
240
240
  Filters?: Filter[];
241
- SortOrder?: SortOrderType | string;
241
+ SortOrder?: SortOrderType;
242
242
  }
243
243
  export interface SecretListEntry {
244
244
  ARN?: string;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-secrets-manager",
3
3
  "description": "AWS SDK for JavaScript Secrets Manager Client for Node.js, Browser and React Native",
4
- "version": "3.428.0",
4
+ "version": "3.430.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "tsc -p tsconfig.cjs.json",
@@ -21,28 +21,28 @@
21
21
  "dependencies": {
22
22
  "@aws-crypto/sha256-browser": "3.0.0",
23
23
  "@aws-crypto/sha256-js": "3.0.0",
24
- "@aws-sdk/client-sts": "3.428.0",
25
- "@aws-sdk/credential-provider-node": "3.428.0",
26
- "@aws-sdk/middleware-host-header": "3.428.0",
24
+ "@aws-sdk/client-sts": "3.430.0",
25
+ "@aws-sdk/credential-provider-node": "3.430.0",
26
+ "@aws-sdk/middleware-host-header": "3.429.0",
27
27
  "@aws-sdk/middleware-logger": "3.428.0",
28
28
  "@aws-sdk/middleware-recursion-detection": "3.428.0",
29
29
  "@aws-sdk/middleware-signing": "3.428.0",
30
30
  "@aws-sdk/middleware-user-agent": "3.428.0",
31
- "@aws-sdk/region-config-resolver": "3.428.0",
31
+ "@aws-sdk/region-config-resolver": "3.430.0",
32
32
  "@aws-sdk/types": "3.428.0",
33
33
  "@aws-sdk/util-endpoints": "3.428.0",
34
34
  "@aws-sdk/util-user-agent-browser": "3.428.0",
35
- "@aws-sdk/util-user-agent-node": "3.428.0",
36
- "@smithy/config-resolver": "^2.0.14",
35
+ "@aws-sdk/util-user-agent-node": "3.430.0",
36
+ "@smithy/config-resolver": "^2.0.15",
37
37
  "@smithy/fetch-http-handler": "^2.2.3",
38
38
  "@smithy/hash-node": "^2.0.11",
39
39
  "@smithy/invalid-dependency": "^2.0.11",
40
40
  "@smithy/middleware-content-length": "^2.0.13",
41
- "@smithy/middleware-endpoint": "^2.1.0",
42
- "@smithy/middleware-retry": "^2.0.16",
41
+ "@smithy/middleware-endpoint": "^2.1.2",
42
+ "@smithy/middleware-retry": "^2.0.17",
43
43
  "@smithy/middleware-serde": "^2.0.11",
44
44
  "@smithy/middleware-stack": "^2.0.5",
45
- "@smithy/node-config-provider": "^2.1.1",
45
+ "@smithy/node-config-provider": "^2.1.2",
46
46
  "@smithy/node-http-handler": "^2.1.7",
47
47
  "@smithy/protocol-http": "^3.0.7",
48
48
  "@smithy/smithy-client": "^2.1.11",
@@ -52,7 +52,7 @@
52
52
  "@smithy/util-body-length-browser": "^2.0.0",
53
53
  "@smithy/util-body-length-node": "^2.1.0",
54
54
  "@smithy/util-defaults-mode-browser": "^2.0.15",
55
- "@smithy/util-defaults-mode-node": "^2.0.19",
55
+ "@smithy/util-defaults-mode-node": "^2.0.20",
56
56
  "@smithy/util-retry": "^2.0.4",
57
57
  "@smithy/util-utf8": "^2.0.0",
58
58
  "tslib": "^2.5.0",