@aws-sdk/client-shield 3.169.0 → 3.171.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/CHANGELOG.md +16 -0
- package/dist-types/ts3.4/Shield.d.ts +640 -185
- package/dist-types/ts3.4/ShieldClient.d.ts +320 -109
- package/dist-types/ts3.4/commands/AssociateDRTLogBucketCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/AssociateDRTRoleCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/AssociateHealthCheckCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/AssociateProactiveEngagementDetailsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/CreateProtectionCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/CreateProtectionGroupCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/CreateSubscriptionCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/DeleteProtectionCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/DeleteProtectionGroupCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DeleteSubscriptionCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/DescribeAttackCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/DescribeAttackStatisticsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeDRTAccessCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/DescribeEmergencyContactSettingsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeProtectionCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/DescribeProtectionGroupCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeSubscriptionCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DisableApplicationLayerAutomaticResponseCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DisableProactiveEngagementCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DisassociateDRTLogBucketCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DisassociateDRTRoleCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/DisassociateHealthCheckCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/EnableApplicationLayerAutomaticResponseCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/EnableProactiveEngagementCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/GetSubscriptionStateCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ListAttacksCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/ListProtectionGroupsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ListProtectionsCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/ListResourcesInProtectionGroupCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/UpdateApplicationLayerAutomaticResponseCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/UpdateEmergencyContactSettingsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/UpdateProtectionGroupCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/UpdateSubscriptionCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/index.d.ts +36 -36
- package/dist-types/ts3.4/endpoints.d.ts +2 -2
- package/dist-types/ts3.4/index.d.ts +6 -6
- package/dist-types/ts3.4/models/ShieldServiceException.d.ts +7 -6
- package/dist-types/ts3.4/models/index.d.ts +1 -1
- package/dist-types/ts3.4/models/models_0.d.ts +790 -937
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +6 -6
- package/dist-types/ts3.4/pagination/ListAttacksPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListProtectionGroupsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListProtectionsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListResourcesInProtectionGroupPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/index.d.ts +5 -5
- package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +437 -110
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +65 -38
- package/dist-types/ts3.4/runtimeConfig.d.ts +65 -38
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +66 -37
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +10 -11
- package/package.json +34 -34
|
@@ -1,109 +1,320 @@
|
|
|
1
|
-
import {
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
import {
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
import {
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
import {
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
import {
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
import {
|
|
24
|
-
import {
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
import {
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
}
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
}
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
}
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
}
|
|
109
|
-
|
|
1
|
+
import {
|
|
2
|
+
EndpointsInputConfig,
|
|
3
|
+
EndpointsResolvedConfig,
|
|
4
|
+
RegionInputConfig,
|
|
5
|
+
RegionResolvedConfig,
|
|
6
|
+
} from "@aws-sdk/config-resolver";
|
|
7
|
+
import {
|
|
8
|
+
HostHeaderInputConfig,
|
|
9
|
+
HostHeaderResolvedConfig,
|
|
10
|
+
} from "@aws-sdk/middleware-host-header";
|
|
11
|
+
import {
|
|
12
|
+
RetryInputConfig,
|
|
13
|
+
RetryResolvedConfig,
|
|
14
|
+
} from "@aws-sdk/middleware-retry";
|
|
15
|
+
import {
|
|
16
|
+
AwsAuthInputConfig,
|
|
17
|
+
AwsAuthResolvedConfig,
|
|
18
|
+
} from "@aws-sdk/middleware-signing";
|
|
19
|
+
import {
|
|
20
|
+
UserAgentInputConfig,
|
|
21
|
+
UserAgentResolvedConfig,
|
|
22
|
+
} from "@aws-sdk/middleware-user-agent";
|
|
23
|
+
import { HttpHandler as __HttpHandler } from "@aws-sdk/protocol-http";
|
|
24
|
+
import {
|
|
25
|
+
Client as __Client,
|
|
26
|
+
DefaultsMode,
|
|
27
|
+
SmithyConfiguration as __SmithyConfiguration,
|
|
28
|
+
SmithyResolvedConfiguration as __SmithyResolvedConfiguration,
|
|
29
|
+
} from "@aws-sdk/smithy-client";
|
|
30
|
+
import {
|
|
31
|
+
BodyLengthCalculator as __BodyLengthCalculator,
|
|
32
|
+
Credentials as __Credentials,
|
|
33
|
+
Decoder as __Decoder,
|
|
34
|
+
Encoder as __Encoder,
|
|
35
|
+
HashConstructor as __HashConstructor,
|
|
36
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
37
|
+
Logger as __Logger,
|
|
38
|
+
Provider as __Provider,
|
|
39
|
+
Provider,
|
|
40
|
+
RegionInfoProvider,
|
|
41
|
+
StreamCollector as __StreamCollector,
|
|
42
|
+
UrlParser as __UrlParser,
|
|
43
|
+
UserAgent as __UserAgent,
|
|
44
|
+
} from "@aws-sdk/types";
|
|
45
|
+
import {
|
|
46
|
+
AssociateDRTLogBucketCommandInput,
|
|
47
|
+
AssociateDRTLogBucketCommandOutput,
|
|
48
|
+
} from "./commands/AssociateDRTLogBucketCommand";
|
|
49
|
+
import {
|
|
50
|
+
AssociateDRTRoleCommandInput,
|
|
51
|
+
AssociateDRTRoleCommandOutput,
|
|
52
|
+
} from "./commands/AssociateDRTRoleCommand";
|
|
53
|
+
import {
|
|
54
|
+
AssociateHealthCheckCommandInput,
|
|
55
|
+
AssociateHealthCheckCommandOutput,
|
|
56
|
+
} from "./commands/AssociateHealthCheckCommand";
|
|
57
|
+
import {
|
|
58
|
+
AssociateProactiveEngagementDetailsCommandInput,
|
|
59
|
+
AssociateProactiveEngagementDetailsCommandOutput,
|
|
60
|
+
} from "./commands/AssociateProactiveEngagementDetailsCommand";
|
|
61
|
+
import {
|
|
62
|
+
CreateProtectionCommandInput,
|
|
63
|
+
CreateProtectionCommandOutput,
|
|
64
|
+
} from "./commands/CreateProtectionCommand";
|
|
65
|
+
import {
|
|
66
|
+
CreateProtectionGroupCommandInput,
|
|
67
|
+
CreateProtectionGroupCommandOutput,
|
|
68
|
+
} from "./commands/CreateProtectionGroupCommand";
|
|
69
|
+
import {
|
|
70
|
+
CreateSubscriptionCommandInput,
|
|
71
|
+
CreateSubscriptionCommandOutput,
|
|
72
|
+
} from "./commands/CreateSubscriptionCommand";
|
|
73
|
+
import {
|
|
74
|
+
DeleteProtectionCommandInput,
|
|
75
|
+
DeleteProtectionCommandOutput,
|
|
76
|
+
} from "./commands/DeleteProtectionCommand";
|
|
77
|
+
import {
|
|
78
|
+
DeleteProtectionGroupCommandInput,
|
|
79
|
+
DeleteProtectionGroupCommandOutput,
|
|
80
|
+
} from "./commands/DeleteProtectionGroupCommand";
|
|
81
|
+
import {
|
|
82
|
+
DeleteSubscriptionCommandInput,
|
|
83
|
+
DeleteSubscriptionCommandOutput,
|
|
84
|
+
} from "./commands/DeleteSubscriptionCommand";
|
|
85
|
+
import {
|
|
86
|
+
DescribeAttackCommandInput,
|
|
87
|
+
DescribeAttackCommandOutput,
|
|
88
|
+
} from "./commands/DescribeAttackCommand";
|
|
89
|
+
import {
|
|
90
|
+
DescribeAttackStatisticsCommandInput,
|
|
91
|
+
DescribeAttackStatisticsCommandOutput,
|
|
92
|
+
} from "./commands/DescribeAttackStatisticsCommand";
|
|
93
|
+
import {
|
|
94
|
+
DescribeDRTAccessCommandInput,
|
|
95
|
+
DescribeDRTAccessCommandOutput,
|
|
96
|
+
} from "./commands/DescribeDRTAccessCommand";
|
|
97
|
+
import {
|
|
98
|
+
DescribeEmergencyContactSettingsCommandInput,
|
|
99
|
+
DescribeEmergencyContactSettingsCommandOutput,
|
|
100
|
+
} from "./commands/DescribeEmergencyContactSettingsCommand";
|
|
101
|
+
import {
|
|
102
|
+
DescribeProtectionCommandInput,
|
|
103
|
+
DescribeProtectionCommandOutput,
|
|
104
|
+
} from "./commands/DescribeProtectionCommand";
|
|
105
|
+
import {
|
|
106
|
+
DescribeProtectionGroupCommandInput,
|
|
107
|
+
DescribeProtectionGroupCommandOutput,
|
|
108
|
+
} from "./commands/DescribeProtectionGroupCommand";
|
|
109
|
+
import {
|
|
110
|
+
DescribeSubscriptionCommandInput,
|
|
111
|
+
DescribeSubscriptionCommandOutput,
|
|
112
|
+
} from "./commands/DescribeSubscriptionCommand";
|
|
113
|
+
import {
|
|
114
|
+
DisableApplicationLayerAutomaticResponseCommandInput,
|
|
115
|
+
DisableApplicationLayerAutomaticResponseCommandOutput,
|
|
116
|
+
} from "./commands/DisableApplicationLayerAutomaticResponseCommand";
|
|
117
|
+
import {
|
|
118
|
+
DisableProactiveEngagementCommandInput,
|
|
119
|
+
DisableProactiveEngagementCommandOutput,
|
|
120
|
+
} from "./commands/DisableProactiveEngagementCommand";
|
|
121
|
+
import {
|
|
122
|
+
DisassociateDRTLogBucketCommandInput,
|
|
123
|
+
DisassociateDRTLogBucketCommandOutput,
|
|
124
|
+
} from "./commands/DisassociateDRTLogBucketCommand";
|
|
125
|
+
import {
|
|
126
|
+
DisassociateDRTRoleCommandInput,
|
|
127
|
+
DisassociateDRTRoleCommandOutput,
|
|
128
|
+
} from "./commands/DisassociateDRTRoleCommand";
|
|
129
|
+
import {
|
|
130
|
+
DisassociateHealthCheckCommandInput,
|
|
131
|
+
DisassociateHealthCheckCommandOutput,
|
|
132
|
+
} from "./commands/DisassociateHealthCheckCommand";
|
|
133
|
+
import {
|
|
134
|
+
EnableApplicationLayerAutomaticResponseCommandInput,
|
|
135
|
+
EnableApplicationLayerAutomaticResponseCommandOutput,
|
|
136
|
+
} from "./commands/EnableApplicationLayerAutomaticResponseCommand";
|
|
137
|
+
import {
|
|
138
|
+
EnableProactiveEngagementCommandInput,
|
|
139
|
+
EnableProactiveEngagementCommandOutput,
|
|
140
|
+
} from "./commands/EnableProactiveEngagementCommand";
|
|
141
|
+
import {
|
|
142
|
+
GetSubscriptionStateCommandInput,
|
|
143
|
+
GetSubscriptionStateCommandOutput,
|
|
144
|
+
} from "./commands/GetSubscriptionStateCommand";
|
|
145
|
+
import {
|
|
146
|
+
ListAttacksCommandInput,
|
|
147
|
+
ListAttacksCommandOutput,
|
|
148
|
+
} from "./commands/ListAttacksCommand";
|
|
149
|
+
import {
|
|
150
|
+
ListProtectionGroupsCommandInput,
|
|
151
|
+
ListProtectionGroupsCommandOutput,
|
|
152
|
+
} from "./commands/ListProtectionGroupsCommand";
|
|
153
|
+
import {
|
|
154
|
+
ListProtectionsCommandInput,
|
|
155
|
+
ListProtectionsCommandOutput,
|
|
156
|
+
} from "./commands/ListProtectionsCommand";
|
|
157
|
+
import {
|
|
158
|
+
ListResourcesInProtectionGroupCommandInput,
|
|
159
|
+
ListResourcesInProtectionGroupCommandOutput,
|
|
160
|
+
} from "./commands/ListResourcesInProtectionGroupCommand";
|
|
161
|
+
import {
|
|
162
|
+
ListTagsForResourceCommandInput,
|
|
163
|
+
ListTagsForResourceCommandOutput,
|
|
164
|
+
} from "./commands/ListTagsForResourceCommand";
|
|
165
|
+
import {
|
|
166
|
+
TagResourceCommandInput,
|
|
167
|
+
TagResourceCommandOutput,
|
|
168
|
+
} from "./commands/TagResourceCommand";
|
|
169
|
+
import {
|
|
170
|
+
UntagResourceCommandInput,
|
|
171
|
+
UntagResourceCommandOutput,
|
|
172
|
+
} from "./commands/UntagResourceCommand";
|
|
173
|
+
import {
|
|
174
|
+
UpdateApplicationLayerAutomaticResponseCommandInput,
|
|
175
|
+
UpdateApplicationLayerAutomaticResponseCommandOutput,
|
|
176
|
+
} from "./commands/UpdateApplicationLayerAutomaticResponseCommand";
|
|
177
|
+
import {
|
|
178
|
+
UpdateEmergencyContactSettingsCommandInput,
|
|
179
|
+
UpdateEmergencyContactSettingsCommandOutput,
|
|
180
|
+
} from "./commands/UpdateEmergencyContactSettingsCommand";
|
|
181
|
+
import {
|
|
182
|
+
UpdateProtectionGroupCommandInput,
|
|
183
|
+
UpdateProtectionGroupCommandOutput,
|
|
184
|
+
} from "./commands/UpdateProtectionGroupCommand";
|
|
185
|
+
import {
|
|
186
|
+
UpdateSubscriptionCommandInput,
|
|
187
|
+
UpdateSubscriptionCommandOutput,
|
|
188
|
+
} from "./commands/UpdateSubscriptionCommand";
|
|
189
|
+
export declare type ServiceInputTypes =
|
|
190
|
+
| AssociateDRTLogBucketCommandInput
|
|
191
|
+
| AssociateDRTRoleCommandInput
|
|
192
|
+
| AssociateHealthCheckCommandInput
|
|
193
|
+
| AssociateProactiveEngagementDetailsCommandInput
|
|
194
|
+
| CreateProtectionCommandInput
|
|
195
|
+
| CreateProtectionGroupCommandInput
|
|
196
|
+
| CreateSubscriptionCommandInput
|
|
197
|
+
| DeleteProtectionCommandInput
|
|
198
|
+
| DeleteProtectionGroupCommandInput
|
|
199
|
+
| DeleteSubscriptionCommandInput
|
|
200
|
+
| DescribeAttackCommandInput
|
|
201
|
+
| DescribeAttackStatisticsCommandInput
|
|
202
|
+
| DescribeDRTAccessCommandInput
|
|
203
|
+
| DescribeEmergencyContactSettingsCommandInput
|
|
204
|
+
| DescribeProtectionCommandInput
|
|
205
|
+
| DescribeProtectionGroupCommandInput
|
|
206
|
+
| DescribeSubscriptionCommandInput
|
|
207
|
+
| DisableApplicationLayerAutomaticResponseCommandInput
|
|
208
|
+
| DisableProactiveEngagementCommandInput
|
|
209
|
+
| DisassociateDRTLogBucketCommandInput
|
|
210
|
+
| DisassociateDRTRoleCommandInput
|
|
211
|
+
| DisassociateHealthCheckCommandInput
|
|
212
|
+
| EnableApplicationLayerAutomaticResponseCommandInput
|
|
213
|
+
| EnableProactiveEngagementCommandInput
|
|
214
|
+
| GetSubscriptionStateCommandInput
|
|
215
|
+
| ListAttacksCommandInput
|
|
216
|
+
| ListProtectionGroupsCommandInput
|
|
217
|
+
| ListProtectionsCommandInput
|
|
218
|
+
| ListResourcesInProtectionGroupCommandInput
|
|
219
|
+
| ListTagsForResourceCommandInput
|
|
220
|
+
| TagResourceCommandInput
|
|
221
|
+
| UntagResourceCommandInput
|
|
222
|
+
| UpdateApplicationLayerAutomaticResponseCommandInput
|
|
223
|
+
| UpdateEmergencyContactSettingsCommandInput
|
|
224
|
+
| UpdateProtectionGroupCommandInput
|
|
225
|
+
| UpdateSubscriptionCommandInput;
|
|
226
|
+
export declare type ServiceOutputTypes =
|
|
227
|
+
| AssociateDRTLogBucketCommandOutput
|
|
228
|
+
| AssociateDRTRoleCommandOutput
|
|
229
|
+
| AssociateHealthCheckCommandOutput
|
|
230
|
+
| AssociateProactiveEngagementDetailsCommandOutput
|
|
231
|
+
| CreateProtectionCommandOutput
|
|
232
|
+
| CreateProtectionGroupCommandOutput
|
|
233
|
+
| CreateSubscriptionCommandOutput
|
|
234
|
+
| DeleteProtectionCommandOutput
|
|
235
|
+
| DeleteProtectionGroupCommandOutput
|
|
236
|
+
| DeleteSubscriptionCommandOutput
|
|
237
|
+
| DescribeAttackCommandOutput
|
|
238
|
+
| DescribeAttackStatisticsCommandOutput
|
|
239
|
+
| DescribeDRTAccessCommandOutput
|
|
240
|
+
| DescribeEmergencyContactSettingsCommandOutput
|
|
241
|
+
| DescribeProtectionCommandOutput
|
|
242
|
+
| DescribeProtectionGroupCommandOutput
|
|
243
|
+
| DescribeSubscriptionCommandOutput
|
|
244
|
+
| DisableApplicationLayerAutomaticResponseCommandOutput
|
|
245
|
+
| DisableProactiveEngagementCommandOutput
|
|
246
|
+
| DisassociateDRTLogBucketCommandOutput
|
|
247
|
+
| DisassociateDRTRoleCommandOutput
|
|
248
|
+
| DisassociateHealthCheckCommandOutput
|
|
249
|
+
| EnableApplicationLayerAutomaticResponseCommandOutput
|
|
250
|
+
| EnableProactiveEngagementCommandOutput
|
|
251
|
+
| GetSubscriptionStateCommandOutput
|
|
252
|
+
| ListAttacksCommandOutput
|
|
253
|
+
| ListProtectionGroupsCommandOutput
|
|
254
|
+
| ListProtectionsCommandOutput
|
|
255
|
+
| ListResourcesInProtectionGroupCommandOutput
|
|
256
|
+
| ListTagsForResourceCommandOutput
|
|
257
|
+
| TagResourceCommandOutput
|
|
258
|
+
| UntagResourceCommandOutput
|
|
259
|
+
| UpdateApplicationLayerAutomaticResponseCommandOutput
|
|
260
|
+
| UpdateEmergencyContactSettingsCommandOutput
|
|
261
|
+
| UpdateProtectionGroupCommandOutput
|
|
262
|
+
| UpdateSubscriptionCommandOutput;
|
|
263
|
+
export interface ClientDefaults
|
|
264
|
+
extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
|
|
265
|
+
requestHandler?: __HttpHandler;
|
|
266
|
+
sha256?: __HashConstructor;
|
|
267
|
+
urlParser?: __UrlParser;
|
|
268
|
+
bodyLengthChecker?: __BodyLengthCalculator;
|
|
269
|
+
streamCollector?: __StreamCollector;
|
|
270
|
+
base64Decoder?: __Decoder;
|
|
271
|
+
base64Encoder?: __Encoder;
|
|
272
|
+
utf8Decoder?: __Decoder;
|
|
273
|
+
utf8Encoder?: __Encoder;
|
|
274
|
+
runtime?: string;
|
|
275
|
+
disableHostPrefix?: boolean;
|
|
276
|
+
maxAttempts?: number | __Provider<number>;
|
|
277
|
+
retryMode?: string | __Provider<string>;
|
|
278
|
+
logger?: __Logger;
|
|
279
|
+
useDualstackEndpoint?: boolean | __Provider<boolean>;
|
|
280
|
+
useFipsEndpoint?: boolean | __Provider<boolean>;
|
|
281
|
+
serviceId?: string;
|
|
282
|
+
region?: string | __Provider<string>;
|
|
283
|
+
credentialDefaultProvider?: (input: any) => __Provider<__Credentials>;
|
|
284
|
+
regionInfoProvider?: RegionInfoProvider;
|
|
285
|
+
defaultUserAgentProvider?: Provider<__UserAgent>;
|
|
286
|
+
defaultsMode?: DefaultsMode | Provider<DefaultsMode>;
|
|
287
|
+
}
|
|
288
|
+
declare type ShieldClientConfigType = Partial<
|
|
289
|
+
__SmithyConfiguration<__HttpHandlerOptions>
|
|
290
|
+
> &
|
|
291
|
+
ClientDefaults &
|
|
292
|
+
RegionInputConfig &
|
|
293
|
+
EndpointsInputConfig &
|
|
294
|
+
RetryInputConfig &
|
|
295
|
+
HostHeaderInputConfig &
|
|
296
|
+
AwsAuthInputConfig &
|
|
297
|
+
UserAgentInputConfig;
|
|
298
|
+
export interface ShieldClientConfig extends ShieldClientConfigType {}
|
|
299
|
+
declare type ShieldClientResolvedConfigType =
|
|
300
|
+
__SmithyResolvedConfiguration<__HttpHandlerOptions> &
|
|
301
|
+
Required<ClientDefaults> &
|
|
302
|
+
RegionResolvedConfig &
|
|
303
|
+
EndpointsResolvedConfig &
|
|
304
|
+
RetryResolvedConfig &
|
|
305
|
+
HostHeaderResolvedConfig &
|
|
306
|
+
AwsAuthResolvedConfig &
|
|
307
|
+
UserAgentResolvedConfig;
|
|
308
|
+
export interface ShieldClientResolvedConfig
|
|
309
|
+
extends ShieldClientResolvedConfigType {}
|
|
310
|
+
export declare class ShieldClient extends __Client<
|
|
311
|
+
__HttpHandlerOptions,
|
|
312
|
+
ServiceInputTypes,
|
|
313
|
+
ServiceOutputTypes,
|
|
314
|
+
ShieldClientResolvedConfig
|
|
315
|
+
> {
|
|
316
|
+
readonly config: ShieldClientResolvedConfig;
|
|
317
|
+
constructor(configuration: ShieldClientConfig);
|
|
318
|
+
destroy(): void;
|
|
319
|
+
}
|
|
320
|
+
export {};
|
|
@@ -1,17 +1,39 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
AssociateDRTLogBucketRequest,
|
|
10
|
+
AssociateDRTLogBucketResponse,
|
|
11
|
+
} from "../models/models_0";
|
|
12
|
+
import {
|
|
13
|
+
ServiceInputTypes,
|
|
14
|
+
ServiceOutputTypes,
|
|
15
|
+
ShieldClientResolvedConfig,
|
|
16
|
+
} from "../ShieldClient";
|
|
17
|
+
export interface AssociateDRTLogBucketCommandInput
|
|
18
|
+
extends AssociateDRTLogBucketRequest {}
|
|
19
|
+
export interface AssociateDRTLogBucketCommandOutput
|
|
20
|
+
extends AssociateDRTLogBucketResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
export declare class AssociateDRTLogBucketCommand extends $Command<
|
|
23
|
+
AssociateDRTLogBucketCommandInput,
|
|
24
|
+
AssociateDRTLogBucketCommandOutput,
|
|
25
|
+
ShieldClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: AssociateDRTLogBucketCommandInput;
|
|
28
|
+
constructor(input: AssociateDRTLogBucketCommandInput);
|
|
29
|
+
resolveMiddleware(
|
|
30
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
31
|
+
configuration: ShieldClientResolvedConfig,
|
|
32
|
+
options?: __HttpHandlerOptions
|
|
33
|
+
): Handler<
|
|
34
|
+
AssociateDRTLogBucketCommandInput,
|
|
35
|
+
AssociateDRTLogBucketCommandOutput
|
|
36
|
+
>;
|
|
37
|
+
private serialize;
|
|
38
|
+
private deserialize;
|
|
39
|
+
}
|
|
@@ -1,17 +1,35 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
}
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
AssociateDRTRoleRequest,
|
|
10
|
+
AssociateDRTRoleResponse,
|
|
11
|
+
} from "../models/models_0";
|
|
12
|
+
import {
|
|
13
|
+
ServiceInputTypes,
|
|
14
|
+
ServiceOutputTypes,
|
|
15
|
+
ShieldClientResolvedConfig,
|
|
16
|
+
} from "../ShieldClient";
|
|
17
|
+
export interface AssociateDRTRoleCommandInput extends AssociateDRTRoleRequest {}
|
|
18
|
+
export interface AssociateDRTRoleCommandOutput
|
|
19
|
+
extends AssociateDRTRoleResponse,
|
|
20
|
+
__MetadataBearer {}
|
|
21
|
+
export declare class AssociateDRTRoleCommand extends $Command<
|
|
22
|
+
AssociateDRTRoleCommandInput,
|
|
23
|
+
AssociateDRTRoleCommandOutput,
|
|
24
|
+
ShieldClientResolvedConfig
|
|
25
|
+
> {
|
|
26
|
+
readonly input: AssociateDRTRoleCommandInput;
|
|
27
|
+
constructor(input: AssociateDRTRoleCommandInput);
|
|
28
|
+
resolveMiddleware(
|
|
29
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
30
|
+
configuration: ShieldClientResolvedConfig,
|
|
31
|
+
options?: __HttpHandlerOptions
|
|
32
|
+
): Handler<AssociateDRTRoleCommandInput, AssociateDRTRoleCommandOutput>;
|
|
33
|
+
private serialize;
|
|
34
|
+
private deserialize;
|
|
35
|
+
}
|
|
@@ -1,17 +1,39 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
AssociateHealthCheckRequest,
|
|
10
|
+
AssociateHealthCheckResponse,
|
|
11
|
+
} from "../models/models_0";
|
|
12
|
+
import {
|
|
13
|
+
ServiceInputTypes,
|
|
14
|
+
ServiceOutputTypes,
|
|
15
|
+
ShieldClientResolvedConfig,
|
|
16
|
+
} from "../ShieldClient";
|
|
17
|
+
export interface AssociateHealthCheckCommandInput
|
|
18
|
+
extends AssociateHealthCheckRequest {}
|
|
19
|
+
export interface AssociateHealthCheckCommandOutput
|
|
20
|
+
extends AssociateHealthCheckResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
export declare class AssociateHealthCheckCommand extends $Command<
|
|
23
|
+
AssociateHealthCheckCommandInput,
|
|
24
|
+
AssociateHealthCheckCommandOutput,
|
|
25
|
+
ShieldClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: AssociateHealthCheckCommandInput;
|
|
28
|
+
constructor(input: AssociateHealthCheckCommandInput);
|
|
29
|
+
resolveMiddleware(
|
|
30
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
31
|
+
configuration: ShieldClientResolvedConfig,
|
|
32
|
+
options?: __HttpHandlerOptions
|
|
33
|
+
): Handler<
|
|
34
|
+
AssociateHealthCheckCommandInput,
|
|
35
|
+
AssociateHealthCheckCommandOutput
|
|
36
|
+
>;
|
|
37
|
+
private serialize;
|
|
38
|
+
private deserialize;
|
|
39
|
+
}
|