@aws-sdk/client-health 3.927.0 → 3.928.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/index.js +654 -670
- package/dist-cjs/runtimeConfig.shared.js +7 -0
- package/dist-es/HealthClient.js +2 -0
- package/dist-es/commands/DescribeAffectedAccountsForOrganizationCommand.js +3 -9
- package/dist-es/commands/DescribeAffectedEntitiesCommand.js +3 -9
- package/dist-es/commands/DescribeAffectedEntitiesForOrganizationCommand.js +3 -9
- package/dist-es/commands/DescribeEntityAggregatesCommand.js +3 -9
- package/dist-es/commands/DescribeEntityAggregatesForOrganizationCommand.js +3 -9
- package/dist-es/commands/DescribeEventAggregatesCommand.js +3 -9
- package/dist-es/commands/DescribeEventDetailsCommand.js +3 -9
- package/dist-es/commands/DescribeEventDetailsForOrganizationCommand.js +3 -9
- package/dist-es/commands/DescribeEventTypesCommand.js +3 -9
- package/dist-es/commands/DescribeEventsCommand.js +3 -9
- package/dist-es/commands/DescribeEventsForOrganizationCommand.js +3 -9
- package/dist-es/commands/DescribeHealthServiceStatusForOrganizationCommand.js +3 -9
- package/dist-es/commands/DisableHealthServiceAccessForOrganizationCommand.js +3 -9
- package/dist-es/commands/EnableHealthServiceAccessForOrganizationCommand.js +3 -9
- package/dist-es/runtimeConfig.shared.js +7 -0
- package/dist-es/schemas/schemas_0.js +637 -0
- package/dist-types/HealthClient.d.ts +10 -1
- package/dist-types/runtimeConfig.browser.d.ts +1 -0
- package/dist-types/runtimeConfig.d.ts +1 -0
- package/dist-types/runtimeConfig.native.d.ts +1 -0
- package/dist-types/runtimeConfig.shared.d.ts +1 -0
- package/dist-types/schemas/schemas_0.d.ts +103 -0
- package/dist-types/ts3.4/HealthClient.d.ts +4 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +4 -0
- package/dist-types/ts3.4/runtimeConfig.d.ts +4 -0
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +4 -0
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +4 -0
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +108 -0
- package/package.json +5 -5
- package/dist-es/protocols/Aws_json1_1.js +0 -567
- package/dist-types/protocols/Aws_json1_1.d.ts +0 -128
- package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +0 -173
|
@@ -1,173 +0,0 @@
|
|
|
1
|
-
import {
|
|
2
|
-
HttpRequest as __HttpRequest,
|
|
3
|
-
HttpResponse as __HttpResponse,
|
|
4
|
-
} from "@smithy/protocol-http";
|
|
5
|
-
import { SerdeContext as __SerdeContext } from "@smithy/types";
|
|
6
|
-
import {
|
|
7
|
-
DescribeAffectedAccountsForOrganizationCommandInput,
|
|
8
|
-
DescribeAffectedAccountsForOrganizationCommandOutput,
|
|
9
|
-
} from "../commands/DescribeAffectedAccountsForOrganizationCommand";
|
|
10
|
-
import {
|
|
11
|
-
DescribeAffectedEntitiesCommandInput,
|
|
12
|
-
DescribeAffectedEntitiesCommandOutput,
|
|
13
|
-
} from "../commands/DescribeAffectedEntitiesCommand";
|
|
14
|
-
import {
|
|
15
|
-
DescribeAffectedEntitiesForOrganizationCommandInput,
|
|
16
|
-
DescribeAffectedEntitiesForOrganizationCommandOutput,
|
|
17
|
-
} from "../commands/DescribeAffectedEntitiesForOrganizationCommand";
|
|
18
|
-
import {
|
|
19
|
-
DescribeEntityAggregatesCommandInput,
|
|
20
|
-
DescribeEntityAggregatesCommandOutput,
|
|
21
|
-
} from "../commands/DescribeEntityAggregatesCommand";
|
|
22
|
-
import {
|
|
23
|
-
DescribeEntityAggregatesForOrganizationCommandInput,
|
|
24
|
-
DescribeEntityAggregatesForOrganizationCommandOutput,
|
|
25
|
-
} from "../commands/DescribeEntityAggregatesForOrganizationCommand";
|
|
26
|
-
import {
|
|
27
|
-
DescribeEventAggregatesCommandInput,
|
|
28
|
-
DescribeEventAggregatesCommandOutput,
|
|
29
|
-
} from "../commands/DescribeEventAggregatesCommand";
|
|
30
|
-
import {
|
|
31
|
-
DescribeEventDetailsCommandInput,
|
|
32
|
-
DescribeEventDetailsCommandOutput,
|
|
33
|
-
} from "../commands/DescribeEventDetailsCommand";
|
|
34
|
-
import {
|
|
35
|
-
DescribeEventDetailsForOrganizationCommandInput,
|
|
36
|
-
DescribeEventDetailsForOrganizationCommandOutput,
|
|
37
|
-
} from "../commands/DescribeEventDetailsForOrganizationCommand";
|
|
38
|
-
import {
|
|
39
|
-
DescribeEventsCommandInput,
|
|
40
|
-
DescribeEventsCommandOutput,
|
|
41
|
-
} from "../commands/DescribeEventsCommand";
|
|
42
|
-
import {
|
|
43
|
-
DescribeEventsForOrganizationCommandInput,
|
|
44
|
-
DescribeEventsForOrganizationCommandOutput,
|
|
45
|
-
} from "../commands/DescribeEventsForOrganizationCommand";
|
|
46
|
-
import {
|
|
47
|
-
DescribeEventTypesCommandInput,
|
|
48
|
-
DescribeEventTypesCommandOutput,
|
|
49
|
-
} from "../commands/DescribeEventTypesCommand";
|
|
50
|
-
import {
|
|
51
|
-
DescribeHealthServiceStatusForOrganizationCommandInput,
|
|
52
|
-
DescribeHealthServiceStatusForOrganizationCommandOutput,
|
|
53
|
-
} from "../commands/DescribeHealthServiceStatusForOrganizationCommand";
|
|
54
|
-
import {
|
|
55
|
-
DisableHealthServiceAccessForOrganizationCommandInput,
|
|
56
|
-
DisableHealthServiceAccessForOrganizationCommandOutput,
|
|
57
|
-
} from "../commands/DisableHealthServiceAccessForOrganizationCommand";
|
|
58
|
-
import {
|
|
59
|
-
EnableHealthServiceAccessForOrganizationCommandInput,
|
|
60
|
-
EnableHealthServiceAccessForOrganizationCommandOutput,
|
|
61
|
-
} from "../commands/EnableHealthServiceAccessForOrganizationCommand";
|
|
62
|
-
export declare const se_DescribeAffectedAccountsForOrganizationCommand: (
|
|
63
|
-
input: DescribeAffectedAccountsForOrganizationCommandInput,
|
|
64
|
-
context: __SerdeContext
|
|
65
|
-
) => Promise<__HttpRequest>;
|
|
66
|
-
export declare const se_DescribeAffectedEntitiesCommand: (
|
|
67
|
-
input: DescribeAffectedEntitiesCommandInput,
|
|
68
|
-
context: __SerdeContext
|
|
69
|
-
) => Promise<__HttpRequest>;
|
|
70
|
-
export declare const se_DescribeAffectedEntitiesForOrganizationCommand: (
|
|
71
|
-
input: DescribeAffectedEntitiesForOrganizationCommandInput,
|
|
72
|
-
context: __SerdeContext
|
|
73
|
-
) => Promise<__HttpRequest>;
|
|
74
|
-
export declare const se_DescribeEntityAggregatesCommand: (
|
|
75
|
-
input: DescribeEntityAggregatesCommandInput,
|
|
76
|
-
context: __SerdeContext
|
|
77
|
-
) => Promise<__HttpRequest>;
|
|
78
|
-
export declare const se_DescribeEntityAggregatesForOrganizationCommand: (
|
|
79
|
-
input: DescribeEntityAggregatesForOrganizationCommandInput,
|
|
80
|
-
context: __SerdeContext
|
|
81
|
-
) => Promise<__HttpRequest>;
|
|
82
|
-
export declare const se_DescribeEventAggregatesCommand: (
|
|
83
|
-
input: DescribeEventAggregatesCommandInput,
|
|
84
|
-
context: __SerdeContext
|
|
85
|
-
) => Promise<__HttpRequest>;
|
|
86
|
-
export declare const se_DescribeEventDetailsCommand: (
|
|
87
|
-
input: DescribeEventDetailsCommandInput,
|
|
88
|
-
context: __SerdeContext
|
|
89
|
-
) => Promise<__HttpRequest>;
|
|
90
|
-
export declare const se_DescribeEventDetailsForOrganizationCommand: (
|
|
91
|
-
input: DescribeEventDetailsForOrganizationCommandInput,
|
|
92
|
-
context: __SerdeContext
|
|
93
|
-
) => Promise<__HttpRequest>;
|
|
94
|
-
export declare const se_DescribeEventsCommand: (
|
|
95
|
-
input: DescribeEventsCommandInput,
|
|
96
|
-
context: __SerdeContext
|
|
97
|
-
) => Promise<__HttpRequest>;
|
|
98
|
-
export declare const se_DescribeEventsForOrganizationCommand: (
|
|
99
|
-
input: DescribeEventsForOrganizationCommandInput,
|
|
100
|
-
context: __SerdeContext
|
|
101
|
-
) => Promise<__HttpRequest>;
|
|
102
|
-
export declare const se_DescribeEventTypesCommand: (
|
|
103
|
-
input: DescribeEventTypesCommandInput,
|
|
104
|
-
context: __SerdeContext
|
|
105
|
-
) => Promise<__HttpRequest>;
|
|
106
|
-
export declare const se_DescribeHealthServiceStatusForOrganizationCommand: (
|
|
107
|
-
input: DescribeHealthServiceStatusForOrganizationCommandInput,
|
|
108
|
-
context: __SerdeContext
|
|
109
|
-
) => Promise<__HttpRequest>;
|
|
110
|
-
export declare const se_DisableHealthServiceAccessForOrganizationCommand: (
|
|
111
|
-
input: DisableHealthServiceAccessForOrganizationCommandInput,
|
|
112
|
-
context: __SerdeContext
|
|
113
|
-
) => Promise<__HttpRequest>;
|
|
114
|
-
export declare const se_EnableHealthServiceAccessForOrganizationCommand: (
|
|
115
|
-
input: EnableHealthServiceAccessForOrganizationCommandInput,
|
|
116
|
-
context: __SerdeContext
|
|
117
|
-
) => Promise<__HttpRequest>;
|
|
118
|
-
export declare const de_DescribeAffectedAccountsForOrganizationCommand: (
|
|
119
|
-
output: __HttpResponse,
|
|
120
|
-
context: __SerdeContext
|
|
121
|
-
) => Promise<DescribeAffectedAccountsForOrganizationCommandOutput>;
|
|
122
|
-
export declare const de_DescribeAffectedEntitiesCommand: (
|
|
123
|
-
output: __HttpResponse,
|
|
124
|
-
context: __SerdeContext
|
|
125
|
-
) => Promise<DescribeAffectedEntitiesCommandOutput>;
|
|
126
|
-
export declare const de_DescribeAffectedEntitiesForOrganizationCommand: (
|
|
127
|
-
output: __HttpResponse,
|
|
128
|
-
context: __SerdeContext
|
|
129
|
-
) => Promise<DescribeAffectedEntitiesForOrganizationCommandOutput>;
|
|
130
|
-
export declare const de_DescribeEntityAggregatesCommand: (
|
|
131
|
-
output: __HttpResponse,
|
|
132
|
-
context: __SerdeContext
|
|
133
|
-
) => Promise<DescribeEntityAggregatesCommandOutput>;
|
|
134
|
-
export declare const de_DescribeEntityAggregatesForOrganizationCommand: (
|
|
135
|
-
output: __HttpResponse,
|
|
136
|
-
context: __SerdeContext
|
|
137
|
-
) => Promise<DescribeEntityAggregatesForOrganizationCommandOutput>;
|
|
138
|
-
export declare const de_DescribeEventAggregatesCommand: (
|
|
139
|
-
output: __HttpResponse,
|
|
140
|
-
context: __SerdeContext
|
|
141
|
-
) => Promise<DescribeEventAggregatesCommandOutput>;
|
|
142
|
-
export declare const de_DescribeEventDetailsCommand: (
|
|
143
|
-
output: __HttpResponse,
|
|
144
|
-
context: __SerdeContext
|
|
145
|
-
) => Promise<DescribeEventDetailsCommandOutput>;
|
|
146
|
-
export declare const de_DescribeEventDetailsForOrganizationCommand: (
|
|
147
|
-
output: __HttpResponse,
|
|
148
|
-
context: __SerdeContext
|
|
149
|
-
) => Promise<DescribeEventDetailsForOrganizationCommandOutput>;
|
|
150
|
-
export declare const de_DescribeEventsCommand: (
|
|
151
|
-
output: __HttpResponse,
|
|
152
|
-
context: __SerdeContext
|
|
153
|
-
) => Promise<DescribeEventsCommandOutput>;
|
|
154
|
-
export declare const de_DescribeEventsForOrganizationCommand: (
|
|
155
|
-
output: __HttpResponse,
|
|
156
|
-
context: __SerdeContext
|
|
157
|
-
) => Promise<DescribeEventsForOrganizationCommandOutput>;
|
|
158
|
-
export declare const de_DescribeEventTypesCommand: (
|
|
159
|
-
output: __HttpResponse,
|
|
160
|
-
context: __SerdeContext
|
|
161
|
-
) => Promise<DescribeEventTypesCommandOutput>;
|
|
162
|
-
export declare const de_DescribeHealthServiceStatusForOrganizationCommand: (
|
|
163
|
-
output: __HttpResponse,
|
|
164
|
-
context: __SerdeContext
|
|
165
|
-
) => Promise<DescribeHealthServiceStatusForOrganizationCommandOutput>;
|
|
166
|
-
export declare const de_DisableHealthServiceAccessForOrganizationCommand: (
|
|
167
|
-
output: __HttpResponse,
|
|
168
|
-
context: __SerdeContext
|
|
169
|
-
) => Promise<DisableHealthServiceAccessForOrganizationCommandOutput>;
|
|
170
|
-
export declare const de_EnableHealthServiceAccessForOrganizationCommand: (
|
|
171
|
-
output: __HttpResponse,
|
|
172
|
-
context: __SerdeContext
|
|
173
|
-
) => Promise<EnableHealthServiceAccessForOrganizationCommandOutput>;
|