@aws-sdk/client-appconfigdata 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.
|
@@ -31,7 +31,7 @@ export interface InvalidParameterDetail {
|
|
|
31
31
|
* @public
|
|
32
32
|
* <p>The reason the parameter is invalid.</p>
|
|
33
33
|
*/
|
|
34
|
-
Problem?: InvalidParameterProblem
|
|
34
|
+
Problem?: InvalidParameterProblem;
|
|
35
35
|
}
|
|
36
36
|
/**
|
|
37
37
|
* @public
|
|
@@ -91,7 +91,7 @@ export declare class BadRequestException extends __BaseException {
|
|
|
91
91
|
* @public
|
|
92
92
|
* <p>Code indicating the reason the request was invalid.</p>
|
|
93
93
|
*/
|
|
94
|
-
Reason?: BadRequestReason
|
|
94
|
+
Reason?: BadRequestReason;
|
|
95
95
|
/**
|
|
96
96
|
* @public
|
|
97
97
|
* <p>Details describing why the request was invalid.</p>
|
|
@@ -157,7 +157,7 @@ export declare class ResourceNotFoundException extends __BaseException {
|
|
|
157
157
|
* @public
|
|
158
158
|
* <p>The type of resource that was not found.</p>
|
|
159
159
|
*/
|
|
160
|
-
ResourceType?: ResourceType
|
|
160
|
+
ResourceType?: ResourceType;
|
|
161
161
|
/**
|
|
162
162
|
* @public
|
|
163
163
|
* <p>A map indicating which parameters in the request reference the resource that was not
|
|
@@ -8,7 +8,7 @@ export declare const InvalidParameterProblem: {
|
|
|
8
8
|
export type InvalidParameterProblem =
|
|
9
9
|
(typeof InvalidParameterProblem)[keyof typeof InvalidParameterProblem];
|
|
10
10
|
export interface InvalidParameterDetail {
|
|
11
|
-
Problem?: InvalidParameterProblem
|
|
11
|
+
Problem?: InvalidParameterProblem;
|
|
12
12
|
}
|
|
13
13
|
export type BadRequestDetails =
|
|
14
14
|
| BadRequestDetails.InvalidParametersMember
|
|
@@ -37,7 +37,7 @@ export declare class BadRequestException extends __BaseException {
|
|
|
37
37
|
readonly name: "BadRequestException";
|
|
38
38
|
readonly $fault: "client";
|
|
39
39
|
Message?: string;
|
|
40
|
-
Reason?: BadRequestReason
|
|
40
|
+
Reason?: BadRequestReason;
|
|
41
41
|
Details?: BadRequestDetails;
|
|
42
42
|
constructor(
|
|
43
43
|
opts: __ExceptionOptionType<BadRequestException, __BaseException>
|
|
@@ -63,7 +63,7 @@ export declare class ResourceNotFoundException extends __BaseException {
|
|
|
63
63
|
readonly name: "ResourceNotFoundException";
|
|
64
64
|
readonly $fault: "client";
|
|
65
65
|
Message?: string;
|
|
66
|
-
ResourceType?: ResourceType
|
|
66
|
+
ResourceType?: ResourceType;
|
|
67
67
|
ReferencedBy?: Record<string, string>;
|
|
68
68
|
constructor(
|
|
69
69
|
opts: __ExceptionOptionType<ResourceNotFoundException, __BaseException>
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-appconfigdata",
|
|
3
3
|
"description": "AWS SDK for JavaScript Appconfigdata Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
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.
|
|
25
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
26
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
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.
|
|
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.
|
|
36
|
-
"@smithy/config-resolver": "^2.0.
|
|
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.
|
|
42
|
-
"@smithy/middleware-retry": "^2.0.
|
|
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.
|
|
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.
|
|
55
|
+
"@smithy/util-defaults-mode-node": "^2.0.20",
|
|
56
56
|
"@smithy/util-retry": "^2.0.4",
|
|
57
57
|
"@smithy/util-stream": "^2.0.16",
|
|
58
58
|
"@smithy/util-utf8": "^2.0.0",
|