@aws-sdk/client-health 3.289.0 → 3.292.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/commands/DescribeAffectedAccountsForOrganizationCommand.d.ts +4 -0
- package/dist-types/commands/DescribeAffectedEntitiesCommand.d.ts +7 -0
- package/dist-types/commands/DescribeAffectedEntitiesForOrganizationCommand.d.ts +7 -0
- package/dist-types/commands/DescribeEntityAggregatesCommand.d.ts +1 -0
- package/dist-types/commands/DescribeEventAggregatesCommand.d.ts +4 -0
- package/dist-types/commands/DescribeEventDetailsCommand.d.ts +4 -0
- package/dist-types/commands/DescribeEventDetailsForOrganizationCommand.d.ts +4 -0
- package/dist-types/commands/DescribeEventTypesCommand.d.ts +7 -0
- package/dist-types/commands/DescribeEventsCommand.d.ts +7 -0
- package/dist-types/commands/DescribeEventsForOrganizationCommand.d.ts +7 -0
- package/dist-types/commands/DescribeHealthServiceStatusForOrganizationCommand.d.ts +1 -0
- package/dist-types/commands/DisableHealthServiceAccessForOrganizationCommand.d.ts +6 -0
- package/dist-types/commands/EnableHealthServiceAccessForOrganizationCommand.d.ts +6 -0
- package/package.json +35 -40
|
@@ -37,6 +37,10 @@ export interface DescribeAffectedAccountsForOrganizationCommandOutput extends De
|
|
|
37
37
|
* @see {@link DescribeAffectedAccountsForOrganizationCommandOutput} for command's `response` shape.
|
|
38
38
|
* @see {@link HealthClientResolvedConfig | config} for HealthClient's `config` shape.
|
|
39
39
|
*
|
|
40
|
+
* @throws {@link InvalidPaginationToken} (client fault)
|
|
41
|
+
* <p>The specified pagination token (<code>nextToken</code>) is not valid.</p>
|
|
42
|
+
*
|
|
43
|
+
*
|
|
40
44
|
*/
|
|
41
45
|
export declare class DescribeAffectedAccountsForOrganizationCommand extends $Command<DescribeAffectedAccountsForOrganizationCommandInput, DescribeAffectedAccountsForOrganizationCommandOutput, HealthClientResolvedConfig> {
|
|
42
46
|
readonly input: DescribeAffectedAccountsForOrganizationCommandInput;
|
|
@@ -46,6 +46,13 @@ export interface DescribeAffectedEntitiesCommandOutput extends DescribeAffectedE
|
|
|
46
46
|
* @see {@link DescribeAffectedEntitiesCommandOutput} for command's `response` shape.
|
|
47
47
|
* @see {@link HealthClientResolvedConfig | config} for HealthClient's `config` shape.
|
|
48
48
|
*
|
|
49
|
+
* @throws {@link InvalidPaginationToken} (client fault)
|
|
50
|
+
* <p>The specified pagination token (<code>nextToken</code>) is not valid.</p>
|
|
51
|
+
*
|
|
52
|
+
* @throws {@link UnsupportedLocale} (client fault)
|
|
53
|
+
* <p>The specified locale is not supported.</p>
|
|
54
|
+
*
|
|
55
|
+
*
|
|
49
56
|
*/
|
|
50
57
|
export declare class DescribeAffectedEntitiesCommand extends $Command<DescribeAffectedEntitiesCommandInput, DescribeAffectedEntitiesCommandOutput, HealthClientResolvedConfig> {
|
|
51
58
|
readonly input: DescribeAffectedEntitiesCommandInput;
|
|
@@ -48,6 +48,13 @@ export interface DescribeAffectedEntitiesForOrganizationCommandOutput extends De
|
|
|
48
48
|
* @see {@link DescribeAffectedEntitiesForOrganizationCommandOutput} for command's `response` shape.
|
|
49
49
|
* @see {@link HealthClientResolvedConfig | config} for HealthClient's `config` shape.
|
|
50
50
|
*
|
|
51
|
+
* @throws {@link InvalidPaginationToken} (client fault)
|
|
52
|
+
* <p>The specified pagination token (<code>nextToken</code>) is not valid.</p>
|
|
53
|
+
*
|
|
54
|
+
* @throws {@link UnsupportedLocale} (client fault)
|
|
55
|
+
* <p>The specified locale is not supported.</p>
|
|
56
|
+
*
|
|
57
|
+
*
|
|
51
58
|
*/
|
|
52
59
|
export declare class DescribeAffectedEntitiesForOrganizationCommand extends $Command<DescribeAffectedEntitiesForOrganizationCommandInput, DescribeAffectedEntitiesForOrganizationCommandOutput, HealthClientResolvedConfig> {
|
|
53
60
|
readonly input: DescribeAffectedEntitiesForOrganizationCommandInput;
|
|
@@ -29,6 +29,7 @@ export interface DescribeEntityAggregatesCommandOutput extends DescribeEntityAgg
|
|
|
29
29
|
* @see {@link DescribeEntityAggregatesCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link HealthClientResolvedConfig | config} for HealthClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
*
|
|
32
33
|
*/
|
|
33
34
|
export declare class DescribeEntityAggregatesCommand extends $Command<DescribeEntityAggregatesCommandInput, DescribeEntityAggregatesCommandOutput, HealthClientResolvedConfig> {
|
|
34
35
|
readonly input: DescribeEntityAggregatesCommandInput;
|
|
@@ -34,6 +34,10 @@ export interface DescribeEventAggregatesCommandOutput extends DescribeEventAggre
|
|
|
34
34
|
* @see {@link DescribeEventAggregatesCommandOutput} for command's `response` shape.
|
|
35
35
|
* @see {@link HealthClientResolvedConfig | config} for HealthClient's `config` shape.
|
|
36
36
|
*
|
|
37
|
+
* @throws {@link InvalidPaginationToken} (client fault)
|
|
38
|
+
* <p>The specified pagination token (<code>nextToken</code>) is not valid.</p>
|
|
39
|
+
*
|
|
40
|
+
*
|
|
37
41
|
*/
|
|
38
42
|
export declare class DescribeEventAggregatesCommand extends $Command<DescribeEventAggregatesCommandInput, DescribeEventAggregatesCommandOutput, HealthClientResolvedConfig> {
|
|
39
43
|
readonly input: DescribeEventAggregatesCommandInput;
|
|
@@ -38,6 +38,10 @@ export interface DescribeEventDetailsCommandOutput extends DescribeEventDetailsR
|
|
|
38
38
|
* @see {@link DescribeEventDetailsCommandOutput} for command's `response` shape.
|
|
39
39
|
* @see {@link HealthClientResolvedConfig | config} for HealthClient's `config` shape.
|
|
40
40
|
*
|
|
41
|
+
* @throws {@link UnsupportedLocale} (client fault)
|
|
42
|
+
* <p>The specified locale is not supported.</p>
|
|
43
|
+
*
|
|
44
|
+
*
|
|
41
45
|
*/
|
|
42
46
|
export declare class DescribeEventDetailsCommand extends $Command<DescribeEventDetailsCommandInput, DescribeEventDetailsCommandOutput, HealthClientResolvedConfig> {
|
|
43
47
|
readonly input: DescribeEventDetailsCommandInput;
|
|
@@ -61,6 +61,10 @@ export interface DescribeEventDetailsForOrganizationCommandOutput extends Descri
|
|
|
61
61
|
* @see {@link DescribeEventDetailsForOrganizationCommandOutput} for command's `response` shape.
|
|
62
62
|
* @see {@link HealthClientResolvedConfig | config} for HealthClient's `config` shape.
|
|
63
63
|
*
|
|
64
|
+
* @throws {@link UnsupportedLocale} (client fault)
|
|
65
|
+
* <p>The specified locale is not supported.</p>
|
|
66
|
+
*
|
|
67
|
+
*
|
|
64
68
|
*/
|
|
65
69
|
export declare class DescribeEventDetailsForOrganizationCommand extends $Command<DescribeEventDetailsForOrganizationCommandInput, DescribeEventDetailsForOrganizationCommandOutput, HealthClientResolvedConfig> {
|
|
66
70
|
readonly input: DescribeEventDetailsForOrganizationCommandInput;
|
|
@@ -36,6 +36,13 @@ export interface DescribeEventTypesCommandOutput extends DescribeEventTypesRespo
|
|
|
36
36
|
* @see {@link DescribeEventTypesCommandOutput} for command's `response` shape.
|
|
37
37
|
* @see {@link HealthClientResolvedConfig | config} for HealthClient's `config` shape.
|
|
38
38
|
*
|
|
39
|
+
* @throws {@link InvalidPaginationToken} (client fault)
|
|
40
|
+
* <p>The specified pagination token (<code>nextToken</code>) is not valid.</p>
|
|
41
|
+
*
|
|
42
|
+
* @throws {@link UnsupportedLocale} (client fault)
|
|
43
|
+
* <p>The specified locale is not supported.</p>
|
|
44
|
+
*
|
|
45
|
+
*
|
|
39
46
|
*/
|
|
40
47
|
export declare class DescribeEventTypesCommand extends $Command<DescribeEventTypesCommandInput, DescribeEventTypesCommandOutput, HealthClientResolvedConfig> {
|
|
41
48
|
readonly input: DescribeEventTypesCommandInput;
|
|
@@ -51,6 +51,13 @@ export interface DescribeEventsCommandOutput extends DescribeEventsResponse, __M
|
|
|
51
51
|
* @see {@link DescribeEventsCommandOutput} for command's `response` shape.
|
|
52
52
|
* @see {@link HealthClientResolvedConfig | config} for HealthClient's `config` shape.
|
|
53
53
|
*
|
|
54
|
+
* @throws {@link InvalidPaginationToken} (client fault)
|
|
55
|
+
* <p>The specified pagination token (<code>nextToken</code>) is not valid.</p>
|
|
56
|
+
*
|
|
57
|
+
* @throws {@link UnsupportedLocale} (client fault)
|
|
58
|
+
* <p>The specified locale is not supported.</p>
|
|
59
|
+
*
|
|
60
|
+
*
|
|
54
61
|
*/
|
|
55
62
|
export declare class DescribeEventsCommand extends $Command<DescribeEventsCommandInput, DescribeEventsCommandOutput, HealthClientResolvedConfig> {
|
|
56
63
|
readonly input: DescribeEventsCommandInput;
|
|
@@ -60,6 +60,13 @@ export interface DescribeEventsForOrganizationCommandOutput extends DescribeEven
|
|
|
60
60
|
* @see {@link DescribeEventsForOrganizationCommandOutput} for command's `response` shape.
|
|
61
61
|
* @see {@link HealthClientResolvedConfig | config} for HealthClient's `config` shape.
|
|
62
62
|
*
|
|
63
|
+
* @throws {@link InvalidPaginationToken} (client fault)
|
|
64
|
+
* <p>The specified pagination token (<code>nextToken</code>) is not valid.</p>
|
|
65
|
+
*
|
|
66
|
+
* @throws {@link UnsupportedLocale} (client fault)
|
|
67
|
+
* <p>The specified locale is not supported.</p>
|
|
68
|
+
*
|
|
69
|
+
*
|
|
63
70
|
*/
|
|
64
71
|
export declare class DescribeEventsForOrganizationCommand extends $Command<DescribeEventsForOrganizationCommandInput, DescribeEventsForOrganizationCommandOutput, HealthClientResolvedConfig> {
|
|
65
72
|
readonly input: DescribeEventsForOrganizationCommandInput;
|
|
@@ -32,6 +32,7 @@ export interface DescribeHealthServiceStatusForOrganizationCommandOutput extends
|
|
|
32
32
|
* @see {@link DescribeHealthServiceStatusForOrganizationCommandOutput} for command's `response` shape.
|
|
33
33
|
* @see {@link HealthClientResolvedConfig | config} for HealthClient's `config` shape.
|
|
34
34
|
*
|
|
35
|
+
*
|
|
35
36
|
*/
|
|
36
37
|
export declare class DescribeHealthServiceStatusForOrganizationCommand extends $Command<DescribeHealthServiceStatusForOrganizationCommandInput, DescribeHealthServiceStatusForOrganizationCommandOutput, HealthClientResolvedConfig> {
|
|
37
38
|
readonly input: DescribeHealthServiceStatusForOrganizationCommandInput;
|
|
@@ -42,6 +42,12 @@ export interface DisableHealthServiceAccessForOrganizationCommandOutput extends
|
|
|
42
42
|
* @see {@link DisableHealthServiceAccessForOrganizationCommandOutput} for command's `response` shape.
|
|
43
43
|
* @see {@link HealthClientResolvedConfig | config} for HealthClient's `config` shape.
|
|
44
44
|
*
|
|
45
|
+
* @throws {@link ConcurrentModificationException} (client fault)
|
|
46
|
+
* <p>
|
|
47
|
+
* <a href="https://docs.aws.amazon.com/health/latest/APIReference/API_EnableHealthServiceAccessForOrganization.html">EnableHealthServiceAccessForOrganization</a> is already in progress. Wait for the
|
|
48
|
+
* action to complete before trying again. To get the current status, use the <a href="https://docs.aws.amazon.com/health/latest/APIReference/API_DescribeHealthServiceStatusForOrganization.html">DescribeHealthServiceStatusForOrganization</a> operation.</p>
|
|
49
|
+
*
|
|
50
|
+
*
|
|
45
51
|
*/
|
|
46
52
|
export declare class DisableHealthServiceAccessForOrganizationCommand extends $Command<DisableHealthServiceAccessForOrganizationCommandInput, DisableHealthServiceAccessForOrganizationCommandOutput, HealthClientResolvedConfig> {
|
|
47
53
|
readonly input: DisableHealthServiceAccessForOrganizationCommandInput;
|
|
@@ -50,6 +50,12 @@ export interface EnableHealthServiceAccessForOrganizationCommandOutput extends _
|
|
|
50
50
|
* @see {@link EnableHealthServiceAccessForOrganizationCommandOutput} for command's `response` shape.
|
|
51
51
|
* @see {@link HealthClientResolvedConfig | config} for HealthClient's `config` shape.
|
|
52
52
|
*
|
|
53
|
+
* @throws {@link ConcurrentModificationException} (client fault)
|
|
54
|
+
* <p>
|
|
55
|
+
* <a href="https://docs.aws.amazon.com/health/latest/APIReference/API_EnableHealthServiceAccessForOrganization.html">EnableHealthServiceAccessForOrganization</a> is already in progress. Wait for the
|
|
56
|
+
* action to complete before trying again. To get the current status, use the <a href="https://docs.aws.amazon.com/health/latest/APIReference/API_DescribeHealthServiceStatusForOrganization.html">DescribeHealthServiceStatusForOrganization</a> operation.</p>
|
|
57
|
+
*
|
|
58
|
+
*
|
|
53
59
|
*/
|
|
54
60
|
export declare class EnableHealthServiceAccessForOrganizationCommand extends $Command<EnableHealthServiceAccessForOrganizationCommandInput, EnableHealthServiceAccessForOrganizationCommandOutput, HealthClientResolvedConfig> {
|
|
55
61
|
readonly input: EnableHealthServiceAccessForOrganizationCommandInput;
|
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.292.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",
|
|
@@ -20,55 +20,50 @@
|
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"@aws-crypto/sha256-browser": "3.0.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "3.0.0",
|
|
23
|
-
"@aws-sdk/client-sts": "3.
|
|
24
|
-
"@aws-sdk/config-resolver": "3.
|
|
25
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
26
|
-
"@aws-sdk/fetch-http-handler": "3.
|
|
27
|
-
"@aws-sdk/hash-node": "3.
|
|
28
|
-
"@aws-sdk/invalid-dependency": "3.
|
|
29
|
-
"@aws-sdk/middleware-content-length": "3.
|
|
30
|
-
"@aws-sdk/middleware-endpoint": "3.
|
|
31
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
32
|
-
"@aws-sdk/middleware-logger": "3.
|
|
33
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
34
|
-
"@aws-sdk/middleware-retry": "3.
|
|
35
|
-
"@aws-sdk/middleware-serde": "3.
|
|
36
|
-
"@aws-sdk/middleware-signing": "3.
|
|
37
|
-
"@aws-sdk/middleware-stack": "3.
|
|
38
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
39
|
-
"@aws-sdk/node-config-provider": "3.
|
|
40
|
-
"@aws-sdk/node-http-handler": "3.
|
|
41
|
-
"@aws-sdk/protocol-http": "3.
|
|
42
|
-
"@aws-sdk/smithy-client": "3.
|
|
43
|
-
"@aws-sdk/types": "3.
|
|
44
|
-
"@aws-sdk/url-parser": "3.
|
|
45
|
-
"@aws-sdk/util-base64": "3.
|
|
46
|
-
"@aws-sdk/util-body-length-browser": "3.
|
|
47
|
-
"@aws-sdk/util-body-length-node": "3.
|
|
48
|
-
"@aws-sdk/util-defaults-mode-browser": "3.
|
|
49
|
-
"@aws-sdk/util-defaults-mode-node": "3.
|
|
50
|
-
"@aws-sdk/util-endpoints": "3.
|
|
51
|
-
"@aws-sdk/util-retry": "3.
|
|
52
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
|
53
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
54
|
-
"@aws-sdk/util-utf8": "3.
|
|
23
|
+
"@aws-sdk/client-sts": "3.292.0",
|
|
24
|
+
"@aws-sdk/config-resolver": "3.292.0",
|
|
25
|
+
"@aws-sdk/credential-provider-node": "3.292.0",
|
|
26
|
+
"@aws-sdk/fetch-http-handler": "3.292.0",
|
|
27
|
+
"@aws-sdk/hash-node": "3.292.0",
|
|
28
|
+
"@aws-sdk/invalid-dependency": "3.292.0",
|
|
29
|
+
"@aws-sdk/middleware-content-length": "3.292.0",
|
|
30
|
+
"@aws-sdk/middleware-endpoint": "3.292.0",
|
|
31
|
+
"@aws-sdk/middleware-host-header": "3.292.0",
|
|
32
|
+
"@aws-sdk/middleware-logger": "3.292.0",
|
|
33
|
+
"@aws-sdk/middleware-recursion-detection": "3.292.0",
|
|
34
|
+
"@aws-sdk/middleware-retry": "3.292.0",
|
|
35
|
+
"@aws-sdk/middleware-serde": "3.292.0",
|
|
36
|
+
"@aws-sdk/middleware-signing": "3.292.0",
|
|
37
|
+
"@aws-sdk/middleware-stack": "3.292.0",
|
|
38
|
+
"@aws-sdk/middleware-user-agent": "3.292.0",
|
|
39
|
+
"@aws-sdk/node-config-provider": "3.292.0",
|
|
40
|
+
"@aws-sdk/node-http-handler": "3.292.0",
|
|
41
|
+
"@aws-sdk/protocol-http": "3.292.0",
|
|
42
|
+
"@aws-sdk/smithy-client": "3.292.0",
|
|
43
|
+
"@aws-sdk/types": "3.292.0",
|
|
44
|
+
"@aws-sdk/url-parser": "3.292.0",
|
|
45
|
+
"@aws-sdk/util-base64": "3.292.0",
|
|
46
|
+
"@aws-sdk/util-body-length-browser": "3.292.0",
|
|
47
|
+
"@aws-sdk/util-body-length-node": "3.292.0",
|
|
48
|
+
"@aws-sdk/util-defaults-mode-browser": "3.292.0",
|
|
49
|
+
"@aws-sdk/util-defaults-mode-node": "3.292.0",
|
|
50
|
+
"@aws-sdk/util-endpoints": "3.292.0",
|
|
51
|
+
"@aws-sdk/util-retry": "3.292.0",
|
|
52
|
+
"@aws-sdk/util-user-agent-browser": "3.292.0",
|
|
53
|
+
"@aws-sdk/util-user-agent-node": "3.292.0",
|
|
54
|
+
"@aws-sdk/util-utf8": "3.292.0",
|
|
55
55
|
"tslib": "^2.3.1"
|
|
56
56
|
},
|
|
57
57
|
"devDependencies": {
|
|
58
|
-
"@aws-sdk/service-client-documentation-generator": "3.
|
|
58
|
+
"@aws-sdk/service-client-documentation-generator": "3.292.0",
|
|
59
59
|
"@tsconfig/node14": "1.0.3",
|
|
60
60
|
"@types/node": "^14.14.31",
|
|
61
61
|
"concurrently": "7.0.0",
|
|
62
62
|
"downlevel-dts": "0.10.1",
|
|
63
63
|
"rimraf": "3.0.2",
|
|
64
|
-
"typedoc": "0.
|
|
64
|
+
"typedoc": "0.23.23",
|
|
65
65
|
"typescript": "~4.6.2"
|
|
66
66
|
},
|
|
67
|
-
"overrides": {
|
|
68
|
-
"typedoc": {
|
|
69
|
-
"typescript": "~4.6.2"
|
|
70
|
-
}
|
|
71
|
-
},
|
|
72
67
|
"engines": {
|
|
73
68
|
"node": ">=14.0.0"
|
|
74
69
|
},
|