@aws-sdk/client-health 3.478.0 → 3.484.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-cjs/commands/DescribeAffectedAccountsForOrganizationCommand.js +18 -41
- package/dist-cjs/commands/DescribeAffectedEntitiesCommand.js +18 -41
- package/dist-cjs/commands/DescribeAffectedEntitiesForOrganizationCommand.js +18 -41
- package/dist-cjs/commands/DescribeEntityAggregatesCommand.js +18 -41
- package/dist-cjs/commands/DescribeEntityAggregatesForOrganizationCommand.js +18 -41
- package/dist-cjs/commands/DescribeEventAggregatesCommand.js +18 -41
- package/dist-cjs/commands/DescribeEventDetailsCommand.js +18 -41
- package/dist-cjs/commands/DescribeEventDetailsForOrganizationCommand.js +18 -41
- package/dist-cjs/commands/DescribeEventTypesCommand.js +18 -41
- package/dist-cjs/commands/DescribeEventsCommand.js +18 -41
- package/dist-cjs/commands/DescribeEventsForOrganizationCommand.js +18 -41
- package/dist-cjs/commands/DescribeHealthServiceStatusForOrganizationCommand.js +18 -41
- package/dist-cjs/commands/DisableHealthServiceAccessForOrganizationCommand.js +18 -41
- package/dist-cjs/commands/EnableHealthServiceAccessForOrganizationCommand.js +18 -41
- package/dist-cjs/endpoint/EndpointParameters.js +7 -1
- package/dist-es/commands/DescribeAffectedAccountsForOrganizationCommand.js +18 -41
- package/dist-es/commands/DescribeAffectedEntitiesCommand.js +18 -41
- package/dist-es/commands/DescribeAffectedEntitiesForOrganizationCommand.js +18 -41
- package/dist-es/commands/DescribeEntityAggregatesCommand.js +18 -41
- package/dist-es/commands/DescribeEntityAggregatesForOrganizationCommand.js +18 -41
- package/dist-es/commands/DescribeEventAggregatesCommand.js +18 -41
- package/dist-es/commands/DescribeEventDetailsCommand.js +18 -41
- package/dist-es/commands/DescribeEventDetailsForOrganizationCommand.js +18 -41
- package/dist-es/commands/DescribeEventTypesCommand.js +18 -41
- package/dist-es/commands/DescribeEventsCommand.js +18 -41
- package/dist-es/commands/DescribeEventsForOrganizationCommand.js +18 -41
- package/dist-es/commands/DescribeHealthServiceStatusForOrganizationCommand.js +18 -41
- package/dist-es/commands/DisableHealthServiceAccessForOrganizationCommand.js +18 -41
- package/dist-es/commands/EnableHealthServiceAccessForOrganizationCommand.js +18 -41
- package/dist-es/endpoint/EndpointParameters.js +6 -0
- package/dist-types/commands/DescribeAffectedAccountsForOrganizationCommand.d.ts +6 -21
- package/dist-types/commands/DescribeAffectedEntitiesCommand.d.ts +6 -21
- package/dist-types/commands/DescribeAffectedEntitiesForOrganizationCommand.d.ts +6 -21
- package/dist-types/commands/DescribeEntityAggregatesCommand.d.ts +6 -21
- package/dist-types/commands/DescribeEntityAggregatesForOrganizationCommand.d.ts +6 -21
- package/dist-types/commands/DescribeEventAggregatesCommand.d.ts +6 -21
- package/dist-types/commands/DescribeEventDetailsCommand.d.ts +6 -21
- package/dist-types/commands/DescribeEventDetailsForOrganizationCommand.d.ts +6 -21
- package/dist-types/commands/DescribeEventTypesCommand.d.ts +6 -21
- package/dist-types/commands/DescribeEventsCommand.d.ts +6 -21
- package/dist-types/commands/DescribeEventsForOrganizationCommand.d.ts +6 -21
- package/dist-types/commands/DescribeHealthServiceStatusForOrganizationCommand.d.ts +6 -21
- package/dist-types/commands/DisableHealthServiceAccessForOrganizationCommand.d.ts +6 -21
- package/dist-types/commands/EnableHealthServiceAccessForOrganizationCommand.d.ts +6 -21
- package/dist-types/endpoint/EndpointParameters.d.ts +18 -0
- package/dist-types/ts3.4/commands/DescribeAffectedAccountsForOrganizationCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DescribeAffectedEntitiesCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DescribeAffectedEntitiesForOrganizationCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DescribeEntityAggregatesCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DescribeEntityAggregatesForOrganizationCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DescribeEventAggregatesCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DescribeEventDetailsCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DescribeEventDetailsForOrganizationCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DescribeEventTypesCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DescribeEventsCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DescribeEventsForOrganizationCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DescribeHealthServiceStatusForOrganizationCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DisableHealthServiceAccessForOrganizationCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/EnableHealthServiceAccessForOrganizationCommand.d.ts +12 -24
- package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +18 -0
- package/package.json +11 -11
|
@@ -1,47 +1,24 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
5
|
import { de_EnableHealthServiceAccessForOrganizationCommand, se_EnableHealthServiceAccessForOrganizationCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
export { $Command };
|
|
7
|
-
export class EnableHealthServiceAccessForOrganizationCommand extends $Command
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
const { logger } = configuration;
|
|
25
|
-
const clientName = "HealthClient";
|
|
26
|
-
const commandName = "EnableHealthServiceAccessForOrganizationCommand";
|
|
27
|
-
const handlerExecutionContext = {
|
|
28
|
-
logger,
|
|
29
|
-
clientName,
|
|
30
|
-
commandName,
|
|
31
|
-
inputFilterSensitiveLog: (_) => _,
|
|
32
|
-
outputFilterSensitiveLog: (_) => _,
|
|
33
|
-
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
-
service: "AWSHealth_20160804",
|
|
35
|
-
operation: "EnableHealthServiceAccessForOrganization",
|
|
36
|
-
},
|
|
37
|
-
};
|
|
38
|
-
const { requestHandler } = configuration;
|
|
39
|
-
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
40
|
-
}
|
|
41
|
-
serialize(input, context) {
|
|
42
|
-
return se_EnableHealthServiceAccessForOrganizationCommand(input, context);
|
|
43
|
-
}
|
|
44
|
-
deserialize(output, context) {
|
|
45
|
-
return de_EnableHealthServiceAccessForOrganizationCommand(output, context);
|
|
46
|
-
}
|
|
7
|
+
export class EnableHealthServiceAccessForOrganizationCommand extends $Command
|
|
8
|
+
.classBuilder()
|
|
9
|
+
.ep({
|
|
10
|
+
...commonParams,
|
|
11
|
+
})
|
|
12
|
+
.m(function (Command, cs, config, o) {
|
|
13
|
+
return [
|
|
14
|
+
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
15
|
+
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
16
|
+
];
|
|
17
|
+
})
|
|
18
|
+
.s("AWSHealth_20160804", "EnableHealthServiceAccessForOrganization", {})
|
|
19
|
+
.n("HealthClient", "EnableHealthServiceAccessForOrganizationCommand")
|
|
20
|
+
.f(void 0, void 0)
|
|
21
|
+
.ser(se_EnableHealthServiceAccessForOrganizationCommand)
|
|
22
|
+
.de(de_EnableHealthServiceAccessForOrganizationCommand)
|
|
23
|
+
.build() {
|
|
47
24
|
}
|
|
@@ -6,3 +6,9 @@ export const resolveClientEndpointParameters = (options) => {
|
|
|
6
6
|
defaultSigningName: "health",
|
|
7
7
|
};
|
|
8
8
|
};
|
|
9
|
+
export const commonParams = {
|
|
10
|
+
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
11
|
+
Endpoint: { type: "builtInParams", name: "endpoint" },
|
|
12
|
+
Region: { type: "builtInParams", name: "region" },
|
|
13
|
+
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
14
|
+
};
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { HealthClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../HealthClient";
|
|
5
4
|
import { DescribeAffectedAccountsForOrganizationRequest, DescribeAffectedAccountsForOrganizationResponse } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface DescribeAffectedAccountsForOrganizationCommandInput extends Des
|
|
|
21
20
|
*/
|
|
22
21
|
export interface DescribeAffectedAccountsForOrganizationCommandOutput extends DescribeAffectedAccountsForOrganizationResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const DescribeAffectedAccountsForOrganizationCommand_base: {
|
|
24
|
+
new (input: DescribeAffectedAccountsForOrganizationCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeAffectedAccountsForOrganizationCommandInput, DescribeAffectedAccountsForOrganizationCommandOutput, HealthClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Returns a list of accounts in the organization from Organizations that are affected by the
|
|
@@ -68,23 +71,5 @@ export interface DescribeAffectedAccountsForOrganizationCommandOutput extends De
|
|
|
68
71
|
* <p>Base exception class for all service exceptions from Health service.</p>
|
|
69
72
|
*
|
|
70
73
|
*/
|
|
71
|
-
export declare class DescribeAffectedAccountsForOrganizationCommand extends
|
|
72
|
-
readonly input: DescribeAffectedAccountsForOrganizationCommandInput;
|
|
73
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
74
|
-
/**
|
|
75
|
-
* @public
|
|
76
|
-
*/
|
|
77
|
-
constructor(input: DescribeAffectedAccountsForOrganizationCommandInput);
|
|
78
|
-
/**
|
|
79
|
-
* @internal
|
|
80
|
-
*/
|
|
81
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: HealthClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeAffectedAccountsForOrganizationCommandInput, DescribeAffectedAccountsForOrganizationCommandOutput>;
|
|
82
|
-
/**
|
|
83
|
-
* @internal
|
|
84
|
-
*/
|
|
85
|
-
private serialize;
|
|
86
|
-
/**
|
|
87
|
-
* @internal
|
|
88
|
-
*/
|
|
89
|
-
private deserialize;
|
|
74
|
+
export declare class DescribeAffectedAccountsForOrganizationCommand extends DescribeAffectedAccountsForOrganizationCommand_base {
|
|
90
75
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { HealthClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../HealthClient";
|
|
5
4
|
import { DescribeAffectedEntitiesRequest, DescribeAffectedEntitiesResponse } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface DescribeAffectedEntitiesCommandInput extends DescribeAffectedEn
|
|
|
21
20
|
*/
|
|
22
21
|
export interface DescribeAffectedEntitiesCommandOutput extends DescribeAffectedEntitiesResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const DescribeAffectedEntitiesCommand_base: {
|
|
24
|
+
new (input: DescribeAffectedEntitiesCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeAffectedEntitiesCommandInput, DescribeAffectedEntitiesCommandOutput, HealthClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Returns a list of entities that have been affected by the specified events, based on the
|
|
@@ -114,23 +117,5 @@ export interface DescribeAffectedEntitiesCommandOutput extends DescribeAffectedE
|
|
|
114
117
|
* <p>Base exception class for all service exceptions from Health service.</p>
|
|
115
118
|
*
|
|
116
119
|
*/
|
|
117
|
-
export declare class DescribeAffectedEntitiesCommand extends
|
|
118
|
-
readonly input: DescribeAffectedEntitiesCommandInput;
|
|
119
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
120
|
-
/**
|
|
121
|
-
* @public
|
|
122
|
-
*/
|
|
123
|
-
constructor(input: DescribeAffectedEntitiesCommandInput);
|
|
124
|
-
/**
|
|
125
|
-
* @internal
|
|
126
|
-
*/
|
|
127
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: HealthClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeAffectedEntitiesCommandInput, DescribeAffectedEntitiesCommandOutput>;
|
|
128
|
-
/**
|
|
129
|
-
* @internal
|
|
130
|
-
*/
|
|
131
|
-
private serialize;
|
|
132
|
-
/**
|
|
133
|
-
* @internal
|
|
134
|
-
*/
|
|
135
|
-
private deserialize;
|
|
120
|
+
export declare class DescribeAffectedEntitiesCommand extends DescribeAffectedEntitiesCommand_base {
|
|
136
121
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { HealthClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../HealthClient";
|
|
5
4
|
import { DescribeAffectedEntitiesForOrganizationRequest, DescribeAffectedEntitiesForOrganizationResponse } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface DescribeAffectedEntitiesForOrganizationCommandInput extends Des
|
|
|
21
20
|
*/
|
|
22
21
|
export interface DescribeAffectedEntitiesForOrganizationCommandOutput extends DescribeAffectedEntitiesForOrganizationResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const DescribeAffectedEntitiesForOrganizationCommand_base: {
|
|
24
|
+
new (input: DescribeAffectedEntitiesForOrganizationCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeAffectedEntitiesForOrganizationCommandInput, DescribeAffectedEntitiesForOrganizationCommandOutput, HealthClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Returns a list of entities that have been affected by one or more events for one or more
|
|
@@ -114,23 +117,5 @@ export interface DescribeAffectedEntitiesForOrganizationCommandOutput extends De
|
|
|
114
117
|
* <p>Base exception class for all service exceptions from Health service.</p>
|
|
115
118
|
*
|
|
116
119
|
*/
|
|
117
|
-
export declare class DescribeAffectedEntitiesForOrganizationCommand extends
|
|
118
|
-
readonly input: DescribeAffectedEntitiesForOrganizationCommandInput;
|
|
119
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
120
|
-
/**
|
|
121
|
-
* @public
|
|
122
|
-
*/
|
|
123
|
-
constructor(input: DescribeAffectedEntitiesForOrganizationCommandInput);
|
|
124
|
-
/**
|
|
125
|
-
* @internal
|
|
126
|
-
*/
|
|
127
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: HealthClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeAffectedEntitiesForOrganizationCommandInput, DescribeAffectedEntitiesForOrganizationCommandOutput>;
|
|
128
|
-
/**
|
|
129
|
-
* @internal
|
|
130
|
-
*/
|
|
131
|
-
private serialize;
|
|
132
|
-
/**
|
|
133
|
-
* @internal
|
|
134
|
-
*/
|
|
135
|
-
private deserialize;
|
|
120
|
+
export declare class DescribeAffectedEntitiesForOrganizationCommand extends DescribeAffectedEntitiesForOrganizationCommand_base {
|
|
136
121
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { HealthClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../HealthClient";
|
|
5
4
|
import { DescribeEntityAggregatesRequest, DescribeEntityAggregatesResponse } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface DescribeEntityAggregatesCommandInput extends DescribeEntityAggr
|
|
|
21
20
|
*/
|
|
22
21
|
export interface DescribeEntityAggregatesCommandOutput extends DescribeEntityAggregatesResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const DescribeEntityAggregatesCommand_base: {
|
|
24
|
+
new (input: DescribeEntityAggregatesCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeEntityAggregatesCommandInput, DescribeEntityAggregatesCommandOutput, HealthClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Returns the number of entities that are affected by each of the specified events.</p>
|
|
@@ -61,23 +64,5 @@ export interface DescribeEntityAggregatesCommandOutput extends DescribeEntityAgg
|
|
|
61
64
|
* <p>Base exception class for all service exceptions from Health service.</p>
|
|
62
65
|
*
|
|
63
66
|
*/
|
|
64
|
-
export declare class DescribeEntityAggregatesCommand extends
|
|
65
|
-
readonly input: DescribeEntityAggregatesCommandInput;
|
|
66
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
67
|
-
/**
|
|
68
|
-
* @public
|
|
69
|
-
*/
|
|
70
|
-
constructor(input: DescribeEntityAggregatesCommandInput);
|
|
71
|
-
/**
|
|
72
|
-
* @internal
|
|
73
|
-
*/
|
|
74
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: HealthClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeEntityAggregatesCommandInput, DescribeEntityAggregatesCommandOutput>;
|
|
75
|
-
/**
|
|
76
|
-
* @internal
|
|
77
|
-
*/
|
|
78
|
-
private serialize;
|
|
79
|
-
/**
|
|
80
|
-
* @internal
|
|
81
|
-
*/
|
|
82
|
-
private deserialize;
|
|
67
|
+
export declare class DescribeEntityAggregatesCommand extends DescribeEntityAggregatesCommand_base {
|
|
83
68
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { HealthClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../HealthClient";
|
|
5
4
|
import { DescribeEntityAggregatesForOrganizationRequest, DescribeEntityAggregatesForOrganizationResponse } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface DescribeEntityAggregatesForOrganizationCommandInput extends Des
|
|
|
21
20
|
*/
|
|
22
21
|
export interface DescribeEntityAggregatesForOrganizationCommandOutput extends DescribeEntityAggregatesForOrganizationResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const DescribeEntityAggregatesForOrganizationCommand_base: {
|
|
24
|
+
new (input: DescribeEntityAggregatesForOrganizationCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeEntityAggregatesForOrganizationCommandInput, DescribeEntityAggregatesForOrganizationCommandOutput, HealthClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Returns a list of entity aggregates for your Organizations that are affected by each of the specified events.</p>
|
|
@@ -73,23 +76,5 @@ export interface DescribeEntityAggregatesForOrganizationCommandOutput extends De
|
|
|
73
76
|
* <p>Base exception class for all service exceptions from Health service.</p>
|
|
74
77
|
*
|
|
75
78
|
*/
|
|
76
|
-
export declare class DescribeEntityAggregatesForOrganizationCommand extends
|
|
77
|
-
readonly input: DescribeEntityAggregatesForOrganizationCommandInput;
|
|
78
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
79
|
-
/**
|
|
80
|
-
* @public
|
|
81
|
-
*/
|
|
82
|
-
constructor(input: DescribeEntityAggregatesForOrganizationCommandInput);
|
|
83
|
-
/**
|
|
84
|
-
* @internal
|
|
85
|
-
*/
|
|
86
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: HealthClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeEntityAggregatesForOrganizationCommandInput, DescribeEntityAggregatesForOrganizationCommandOutput>;
|
|
87
|
-
/**
|
|
88
|
-
* @internal
|
|
89
|
-
*/
|
|
90
|
-
private serialize;
|
|
91
|
-
/**
|
|
92
|
-
* @internal
|
|
93
|
-
*/
|
|
94
|
-
private deserialize;
|
|
79
|
+
export declare class DescribeEntityAggregatesForOrganizationCommand extends DescribeEntityAggregatesForOrganizationCommand_base {
|
|
95
80
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { HealthClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../HealthClient";
|
|
5
4
|
import { DescribeEventAggregatesRequest, DescribeEventAggregatesResponse } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface DescribeEventAggregatesCommandInput extends DescribeEventAggreg
|
|
|
21
20
|
*/
|
|
22
21
|
export interface DescribeEventAggregatesCommandOutput extends DescribeEventAggregatesResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const DescribeEventAggregatesCommand_base: {
|
|
24
|
+
new (input: DescribeEventAggregatesCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeEventAggregatesCommandInput, DescribeEventAggregatesCommandOutput, HealthClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Returns the number of events of each event type (issue, scheduled change, and account
|
|
@@ -119,23 +122,5 @@ export interface DescribeEventAggregatesCommandOutput extends DescribeEventAggre
|
|
|
119
122
|
* <p>Base exception class for all service exceptions from Health service.</p>
|
|
120
123
|
*
|
|
121
124
|
*/
|
|
122
|
-
export declare class DescribeEventAggregatesCommand extends
|
|
123
|
-
readonly input: DescribeEventAggregatesCommandInput;
|
|
124
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
125
|
-
/**
|
|
126
|
-
* @public
|
|
127
|
-
*/
|
|
128
|
-
constructor(input: DescribeEventAggregatesCommandInput);
|
|
129
|
-
/**
|
|
130
|
-
* @internal
|
|
131
|
-
*/
|
|
132
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: HealthClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeEventAggregatesCommandInput, DescribeEventAggregatesCommandOutput>;
|
|
133
|
-
/**
|
|
134
|
-
* @internal
|
|
135
|
-
*/
|
|
136
|
-
private serialize;
|
|
137
|
-
/**
|
|
138
|
-
* @internal
|
|
139
|
-
*/
|
|
140
|
-
private deserialize;
|
|
125
|
+
export declare class DescribeEventAggregatesCommand extends DescribeEventAggregatesCommand_base {
|
|
141
126
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { HealthClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../HealthClient";
|
|
5
4
|
import { DescribeEventDetailsRequest, DescribeEventDetailsResponse } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface DescribeEventDetailsCommandInput extends DescribeEventDetailsRe
|
|
|
21
20
|
*/
|
|
22
21
|
export interface DescribeEventDetailsCommandOutput extends DescribeEventDetailsResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const DescribeEventDetailsCommand_base: {
|
|
24
|
+
new (input: DescribeEventDetailsCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeEventDetailsCommandInput, DescribeEventDetailsCommandOutput, HealthClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Returns detailed information about one or more specified events. Information includes
|
|
@@ -95,23 +98,5 @@ export interface DescribeEventDetailsCommandOutput extends DescribeEventDetailsR
|
|
|
95
98
|
* <p>Base exception class for all service exceptions from Health service.</p>
|
|
96
99
|
*
|
|
97
100
|
*/
|
|
98
|
-
export declare class DescribeEventDetailsCommand extends
|
|
99
|
-
readonly input: DescribeEventDetailsCommandInput;
|
|
100
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
101
|
-
/**
|
|
102
|
-
* @public
|
|
103
|
-
*/
|
|
104
|
-
constructor(input: DescribeEventDetailsCommandInput);
|
|
105
|
-
/**
|
|
106
|
-
* @internal
|
|
107
|
-
*/
|
|
108
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: HealthClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeEventDetailsCommandInput, DescribeEventDetailsCommandOutput>;
|
|
109
|
-
/**
|
|
110
|
-
* @internal
|
|
111
|
-
*/
|
|
112
|
-
private serialize;
|
|
113
|
-
/**
|
|
114
|
-
* @internal
|
|
115
|
-
*/
|
|
116
|
-
private deserialize;
|
|
101
|
+
export declare class DescribeEventDetailsCommand extends DescribeEventDetailsCommand_base {
|
|
117
102
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { HealthClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../HealthClient";
|
|
5
4
|
import { DescribeEventDetailsForOrganizationRequest, DescribeEventDetailsForOrganizationResponse } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface DescribeEventDetailsForOrganizationCommandInput extends Describ
|
|
|
21
20
|
*/
|
|
22
21
|
export interface DescribeEventDetailsForOrganizationCommandOutput extends DescribeEventDetailsForOrganizationResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const DescribeEventDetailsForOrganizationCommand_base: {
|
|
24
|
+
new (input: DescribeEventDetailsForOrganizationCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeEventDetailsForOrganizationCommandInput, DescribeEventDetailsForOrganizationCommandOutput, HealthClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Returns detailed information about one or more specified events for one or more
|
|
@@ -122,23 +125,5 @@ export interface DescribeEventDetailsForOrganizationCommandOutput extends Descri
|
|
|
122
125
|
* <p>Base exception class for all service exceptions from Health service.</p>
|
|
123
126
|
*
|
|
124
127
|
*/
|
|
125
|
-
export declare class DescribeEventDetailsForOrganizationCommand extends
|
|
126
|
-
readonly input: DescribeEventDetailsForOrganizationCommandInput;
|
|
127
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
128
|
-
/**
|
|
129
|
-
* @public
|
|
130
|
-
*/
|
|
131
|
-
constructor(input: DescribeEventDetailsForOrganizationCommandInput);
|
|
132
|
-
/**
|
|
133
|
-
* @internal
|
|
134
|
-
*/
|
|
135
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: HealthClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeEventDetailsForOrganizationCommandInput, DescribeEventDetailsForOrganizationCommandOutput>;
|
|
136
|
-
/**
|
|
137
|
-
* @internal
|
|
138
|
-
*/
|
|
139
|
-
private serialize;
|
|
140
|
-
/**
|
|
141
|
-
* @internal
|
|
142
|
-
*/
|
|
143
|
-
private deserialize;
|
|
128
|
+
export declare class DescribeEventDetailsForOrganizationCommand extends DescribeEventDetailsForOrganizationCommand_base {
|
|
144
129
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { HealthClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../HealthClient";
|
|
5
4
|
import { DescribeEventTypesRequest, DescribeEventTypesResponse } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface DescribeEventTypesCommandInput extends DescribeEventTypesReques
|
|
|
21
20
|
*/
|
|
22
21
|
export interface DescribeEventTypesCommandOutput extends DescribeEventTypesResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const DescribeEventTypesCommand_base: {
|
|
24
|
+
new (input: DescribeEventTypesCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeEventTypesCommandInput, DescribeEventTypesCommandOutput, HealthClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Returns the event types that meet the specified filter criteria. You can use this API
|
|
@@ -83,23 +86,5 @@ export interface DescribeEventTypesCommandOutput extends DescribeEventTypesRespo
|
|
|
83
86
|
* <p>Base exception class for all service exceptions from Health service.</p>
|
|
84
87
|
*
|
|
85
88
|
*/
|
|
86
|
-
export declare class DescribeEventTypesCommand extends
|
|
87
|
-
readonly input: DescribeEventTypesCommandInput;
|
|
88
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
89
|
-
/**
|
|
90
|
-
* @public
|
|
91
|
-
*/
|
|
92
|
-
constructor(input: DescribeEventTypesCommandInput);
|
|
93
|
-
/**
|
|
94
|
-
* @internal
|
|
95
|
-
*/
|
|
96
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: HealthClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeEventTypesCommandInput, DescribeEventTypesCommandOutput>;
|
|
97
|
-
/**
|
|
98
|
-
* @internal
|
|
99
|
-
*/
|
|
100
|
-
private serialize;
|
|
101
|
-
/**
|
|
102
|
-
* @internal
|
|
103
|
-
*/
|
|
104
|
-
private deserialize;
|
|
89
|
+
export declare class DescribeEventTypesCommand extends DescribeEventTypesCommand_base {
|
|
105
90
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { HealthClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../HealthClient";
|
|
5
4
|
import { DescribeEventsRequest, DescribeEventsResponse } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface DescribeEventsCommandInput extends DescribeEventsRequest {
|
|
|
21
20
|
*/
|
|
22
21
|
export interface DescribeEventsCommandOutput extends DescribeEventsResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const DescribeEventsCommand_base: {
|
|
24
|
+
new (input: DescribeEventsCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeEventsCommandInput, DescribeEventsCommandOutput, HealthClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p> Returns information about events that meet the specified filter criteria. Events are
|
|
@@ -148,23 +151,5 @@ export interface DescribeEventsCommandOutput extends DescribeEventsResponse, __M
|
|
|
148
151
|
* <p>Base exception class for all service exceptions from Health service.</p>
|
|
149
152
|
*
|
|
150
153
|
*/
|
|
151
|
-
export declare class DescribeEventsCommand extends
|
|
152
|
-
readonly input: DescribeEventsCommandInput;
|
|
153
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
154
|
-
/**
|
|
155
|
-
* @public
|
|
156
|
-
*/
|
|
157
|
-
constructor(input: DescribeEventsCommandInput);
|
|
158
|
-
/**
|
|
159
|
-
* @internal
|
|
160
|
-
*/
|
|
161
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: HealthClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeEventsCommandInput, DescribeEventsCommandOutput>;
|
|
162
|
-
/**
|
|
163
|
-
* @internal
|
|
164
|
-
*/
|
|
165
|
-
private serialize;
|
|
166
|
-
/**
|
|
167
|
-
* @internal
|
|
168
|
-
*/
|
|
169
|
-
private deserialize;
|
|
154
|
+
export declare class DescribeEventsCommand extends DescribeEventsCommand_base {
|
|
170
155
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { HealthClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../HealthClient";
|
|
5
4
|
import { DescribeEventsForOrganizationRequest, DescribeEventsForOrganizationResponse } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface DescribeEventsForOrganizationCommandInput extends DescribeEvent
|
|
|
21
20
|
*/
|
|
22
21
|
export interface DescribeEventsForOrganizationCommandOutput extends DescribeEventsForOrganizationResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const DescribeEventsForOrganizationCommand_base: {
|
|
24
|
+
new (input: DescribeEventsForOrganizationCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeEventsForOrganizationCommandInput, DescribeEventsForOrganizationCommandOutput, HealthClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Returns information about events across your organization in Organizations. You can use
|
|
@@ -142,23 +145,5 @@ export interface DescribeEventsForOrganizationCommandOutput extends DescribeEven
|
|
|
142
145
|
* <p>Base exception class for all service exceptions from Health service.</p>
|
|
143
146
|
*
|
|
144
147
|
*/
|
|
145
|
-
export declare class DescribeEventsForOrganizationCommand extends
|
|
146
|
-
readonly input: DescribeEventsForOrganizationCommandInput;
|
|
147
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
148
|
-
/**
|
|
149
|
-
* @public
|
|
150
|
-
*/
|
|
151
|
-
constructor(input: DescribeEventsForOrganizationCommandInput);
|
|
152
|
-
/**
|
|
153
|
-
* @internal
|
|
154
|
-
*/
|
|
155
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: HealthClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeEventsForOrganizationCommandInput, DescribeEventsForOrganizationCommandOutput>;
|
|
156
|
-
/**
|
|
157
|
-
* @internal
|
|
158
|
-
*/
|
|
159
|
-
private serialize;
|
|
160
|
-
/**
|
|
161
|
-
* @internal
|
|
162
|
-
*/
|
|
163
|
-
private deserialize;
|
|
148
|
+
export declare class DescribeEventsForOrganizationCommand extends DescribeEventsForOrganizationCommand_base {
|
|
164
149
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { HealthClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../HealthClient";
|
|
5
4
|
import { DescribeHealthServiceStatusForOrganizationResponse } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface DescribeHealthServiceStatusForOrganizationCommandInput {
|
|
|
21
20
|
*/
|
|
22
21
|
export interface DescribeHealthServiceStatusForOrganizationCommandOutput extends DescribeHealthServiceStatusForOrganizationResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const DescribeHealthServiceStatusForOrganizationCommand_base: {
|
|
24
|
+
new (input: DescribeHealthServiceStatusForOrganizationCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeHealthServiceStatusForOrganizationCommandInput, DescribeHealthServiceStatusForOrganizationCommandOutput, HealthClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>This operation provides status information on enabling or disabling Health to work
|
|
@@ -51,23 +54,5 @@ export interface DescribeHealthServiceStatusForOrganizationCommandOutput extends
|
|
|
51
54
|
* <p>Base exception class for all service exceptions from Health service.</p>
|
|
52
55
|
*
|
|
53
56
|
*/
|
|
54
|
-
export declare class DescribeHealthServiceStatusForOrganizationCommand extends
|
|
55
|
-
readonly input: DescribeHealthServiceStatusForOrganizationCommandInput;
|
|
56
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
57
|
-
/**
|
|
58
|
-
* @public
|
|
59
|
-
*/
|
|
60
|
-
constructor(input: DescribeHealthServiceStatusForOrganizationCommandInput);
|
|
61
|
-
/**
|
|
62
|
-
* @internal
|
|
63
|
-
*/
|
|
64
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: HealthClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeHealthServiceStatusForOrganizationCommandInput, DescribeHealthServiceStatusForOrganizationCommandOutput>;
|
|
65
|
-
/**
|
|
66
|
-
* @internal
|
|
67
|
-
*/
|
|
68
|
-
private serialize;
|
|
69
|
-
/**
|
|
70
|
-
* @internal
|
|
71
|
-
*/
|
|
72
|
-
private deserialize;
|
|
57
|
+
export declare class DescribeHealthServiceStatusForOrganizationCommand extends DescribeHealthServiceStatusForOrganizationCommand_base {
|
|
73
58
|
}
|