@aws-sdk/client-health 3.972.0 → 3.975.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-types/models/models_0.d.ts +4 -4
- package/package.json +17 -17
|
@@ -241,7 +241,7 @@ export interface DescribeAffectedEntitiesRequest {
|
|
|
241
241
|
*/
|
|
242
242
|
nextToken?: string | undefined;
|
|
243
243
|
/**
|
|
244
|
-
* <p>The maximum number of items to return in one batch, between
|
|
244
|
+
* <p>The maximum number of items to return in one batch, between 1 and 100, inclusive.</p>
|
|
245
245
|
* @public
|
|
246
246
|
*/
|
|
247
247
|
maxResults?: number | undefined;
|
|
@@ -341,7 +341,7 @@ export interface DescribeAffectedEntitiesForOrganizationRequest {
|
|
|
341
341
|
*/
|
|
342
342
|
nextToken?: string | undefined;
|
|
343
343
|
/**
|
|
344
|
-
* <p>The maximum number of items to return in one batch, between
|
|
344
|
+
* <p>The maximum number of items to return in one batch, between 1 and 100, inclusive.</p>
|
|
345
345
|
* @public
|
|
346
346
|
*/
|
|
347
347
|
maxResults?: number | undefined;
|
|
@@ -1028,7 +1028,7 @@ export interface DescribeEventsRequest {
|
|
|
1028
1028
|
*/
|
|
1029
1029
|
nextToken?: string | undefined;
|
|
1030
1030
|
/**
|
|
1031
|
-
* <p>The maximum number of items to return in one batch, between
|
|
1031
|
+
* <p>The maximum number of items to return in one batch, between 1 and 100, inclusive.</p>
|
|
1032
1032
|
* @public
|
|
1033
1033
|
*/
|
|
1034
1034
|
maxResults?: number | undefined;
|
|
@@ -1166,7 +1166,7 @@ export interface DescribeEventsForOrganizationRequest {
|
|
|
1166
1166
|
*/
|
|
1167
1167
|
nextToken?: string | undefined;
|
|
1168
1168
|
/**
|
|
1169
|
-
* <p>The maximum number of items to return in one batch, between
|
|
1169
|
+
* <p>The maximum number of items to return in one batch, between 1 and 100, inclusive.</p>
|
|
1170
1170
|
* @public
|
|
1171
1171
|
*/
|
|
1172
1172
|
maxResults?: number | undefined;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-health",
|
|
3
3
|
"description": "AWS SDK for JavaScript Health Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.975.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:types' 'yarn:build:es' && yarn build:cjs",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-health",
|
|
@@ -21,38 +21,38 @@
|
|
|
21
21
|
"dependencies": {
|
|
22
22
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
23
23
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
24
|
-
"@aws-sdk/core": "3.
|
|
25
|
-
"@aws-sdk/credential-provider-node": "3.972.
|
|
26
|
-
"@aws-sdk/middleware-host-header": "3.972.
|
|
27
|
-
"@aws-sdk/middleware-logger": "3.972.
|
|
28
|
-
"@aws-sdk/middleware-recursion-detection": "3.972.
|
|
29
|
-
"@aws-sdk/middleware-user-agent": "3.972.
|
|
30
|
-
"@aws-sdk/region-config-resolver": "3.972.
|
|
31
|
-
"@aws-sdk/types": "3.
|
|
24
|
+
"@aws-sdk/core": "^3.973.1",
|
|
25
|
+
"@aws-sdk/credential-provider-node": "^3.972.1",
|
|
26
|
+
"@aws-sdk/middleware-host-header": "^3.972.1",
|
|
27
|
+
"@aws-sdk/middleware-logger": "^3.972.1",
|
|
28
|
+
"@aws-sdk/middleware-recursion-detection": "^3.972.1",
|
|
29
|
+
"@aws-sdk/middleware-user-agent": "^3.972.2",
|
|
30
|
+
"@aws-sdk/region-config-resolver": "^3.972.1",
|
|
31
|
+
"@aws-sdk/types": "^3.973.0",
|
|
32
32
|
"@aws-sdk/util-endpoints": "3.972.0",
|
|
33
|
-
"@aws-sdk/util-user-agent-browser": "3.972.
|
|
34
|
-
"@aws-sdk/util-user-agent-node": "3.972.
|
|
33
|
+
"@aws-sdk/util-user-agent-browser": "^3.972.1",
|
|
34
|
+
"@aws-sdk/util-user-agent-node": "^3.972.1",
|
|
35
35
|
"@smithy/config-resolver": "^4.4.6",
|
|
36
|
-
"@smithy/core": "^3.
|
|
36
|
+
"@smithy/core": "^3.21.1",
|
|
37
37
|
"@smithy/fetch-http-handler": "^5.3.9",
|
|
38
38
|
"@smithy/hash-node": "^4.2.8",
|
|
39
39
|
"@smithy/invalid-dependency": "^4.2.8",
|
|
40
40
|
"@smithy/middleware-content-length": "^4.2.8",
|
|
41
|
-
"@smithy/middleware-endpoint": "^4.4.
|
|
42
|
-
"@smithy/middleware-retry": "^4.4.
|
|
41
|
+
"@smithy/middleware-endpoint": "^4.4.11",
|
|
42
|
+
"@smithy/middleware-retry": "^4.4.27",
|
|
43
43
|
"@smithy/middleware-serde": "^4.2.9",
|
|
44
44
|
"@smithy/middleware-stack": "^4.2.8",
|
|
45
45
|
"@smithy/node-config-provider": "^4.3.8",
|
|
46
46
|
"@smithy/node-http-handler": "^4.4.8",
|
|
47
47
|
"@smithy/protocol-http": "^5.3.8",
|
|
48
|
-
"@smithy/smithy-client": "^4.10.
|
|
48
|
+
"@smithy/smithy-client": "^4.10.12",
|
|
49
49
|
"@smithy/types": "^4.12.0",
|
|
50
50
|
"@smithy/url-parser": "^4.2.8",
|
|
51
51
|
"@smithy/util-base64": "^4.3.0",
|
|
52
52
|
"@smithy/util-body-length-browser": "^4.2.0",
|
|
53
53
|
"@smithy/util-body-length-node": "^4.2.1",
|
|
54
|
-
"@smithy/util-defaults-mode-browser": "^4.3.
|
|
55
|
-
"@smithy/util-defaults-mode-node": "^4.2.
|
|
54
|
+
"@smithy/util-defaults-mode-browser": "^4.3.26",
|
|
55
|
+
"@smithy/util-defaults-mode-node": "^4.2.29",
|
|
56
56
|
"@smithy/util-endpoints": "^3.2.8",
|
|
57
57
|
"@smithy/util-middleware": "^4.2.8",
|
|
58
58
|
"@smithy/util-retry": "^4.2.8",
|