@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.
Files changed (57) hide show
  1. package/CHANGELOG.md +16 -0
  2. package/dist-types/ts3.4/Shield.d.ts +640 -185
  3. package/dist-types/ts3.4/ShieldClient.d.ts +320 -109
  4. package/dist-types/ts3.4/commands/AssociateDRTLogBucketCommand.d.ts +39 -17
  5. package/dist-types/ts3.4/commands/AssociateDRTRoleCommand.d.ts +35 -17
  6. package/dist-types/ts3.4/commands/AssociateHealthCheckCommand.d.ts +39 -17
  7. package/dist-types/ts3.4/commands/AssociateProactiveEngagementDetailsCommand.d.ts +39 -17
  8. package/dist-types/ts3.4/commands/CreateProtectionCommand.d.ts +35 -17
  9. package/dist-types/ts3.4/commands/CreateProtectionGroupCommand.d.ts +39 -17
  10. package/dist-types/ts3.4/commands/CreateSubscriptionCommand.d.ts +36 -17
  11. package/dist-types/ts3.4/commands/DeleteProtectionCommand.d.ts +35 -17
  12. package/dist-types/ts3.4/commands/DeleteProtectionGroupCommand.d.ts +39 -17
  13. package/dist-types/ts3.4/commands/DeleteSubscriptionCommand.d.ts +36 -17
  14. package/dist-types/ts3.4/commands/DescribeAttackCommand.d.ts +35 -17
  15. package/dist-types/ts3.4/commands/DescribeAttackStatisticsCommand.d.ts +39 -17
  16. package/dist-types/ts3.4/commands/DescribeDRTAccessCommand.d.ts +36 -17
  17. package/dist-types/ts3.4/commands/DescribeEmergencyContactSettingsCommand.d.ts +39 -17
  18. package/dist-types/ts3.4/commands/DescribeProtectionCommand.d.ts +36 -17
  19. package/dist-types/ts3.4/commands/DescribeProtectionGroupCommand.d.ts +39 -17
  20. package/dist-types/ts3.4/commands/DescribeSubscriptionCommand.d.ts +39 -17
  21. package/dist-types/ts3.4/commands/DisableApplicationLayerAutomaticResponseCommand.d.ts +39 -17
  22. package/dist-types/ts3.4/commands/DisableProactiveEngagementCommand.d.ts +39 -17
  23. package/dist-types/ts3.4/commands/DisassociateDRTLogBucketCommand.d.ts +39 -17
  24. package/dist-types/ts3.4/commands/DisassociateDRTRoleCommand.d.ts +36 -17
  25. package/dist-types/ts3.4/commands/DisassociateHealthCheckCommand.d.ts +39 -17
  26. package/dist-types/ts3.4/commands/EnableApplicationLayerAutomaticResponseCommand.d.ts +39 -17
  27. package/dist-types/ts3.4/commands/EnableProactiveEngagementCommand.d.ts +39 -17
  28. package/dist-types/ts3.4/commands/GetSubscriptionStateCommand.d.ts +39 -17
  29. package/dist-types/ts3.4/commands/ListAttacksCommand.d.ts +32 -17
  30. package/dist-types/ts3.4/commands/ListProtectionGroupsCommand.d.ts +39 -17
  31. package/dist-types/ts3.4/commands/ListProtectionsCommand.d.ts +35 -17
  32. package/dist-types/ts3.4/commands/ListResourcesInProtectionGroupCommand.d.ts +39 -17
  33. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +36 -17
  34. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +32 -17
  35. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +35 -17
  36. package/dist-types/ts3.4/commands/UpdateApplicationLayerAutomaticResponseCommand.d.ts +39 -17
  37. package/dist-types/ts3.4/commands/UpdateEmergencyContactSettingsCommand.d.ts +39 -17
  38. package/dist-types/ts3.4/commands/UpdateProtectionGroupCommand.d.ts +39 -17
  39. package/dist-types/ts3.4/commands/UpdateSubscriptionCommand.d.ts +36 -17
  40. package/dist-types/ts3.4/commands/index.d.ts +36 -36
  41. package/dist-types/ts3.4/endpoints.d.ts +2 -2
  42. package/dist-types/ts3.4/index.d.ts +6 -6
  43. package/dist-types/ts3.4/models/ShieldServiceException.d.ts +7 -6
  44. package/dist-types/ts3.4/models/index.d.ts +1 -1
  45. package/dist-types/ts3.4/models/models_0.d.ts +790 -937
  46. package/dist-types/ts3.4/pagination/Interfaces.d.ts +6 -6
  47. package/dist-types/ts3.4/pagination/ListAttacksPaginator.d.ts +11 -4
  48. package/dist-types/ts3.4/pagination/ListProtectionGroupsPaginator.d.ts +11 -4
  49. package/dist-types/ts3.4/pagination/ListProtectionsPaginator.d.ts +11 -4
  50. package/dist-types/ts3.4/pagination/ListResourcesInProtectionGroupPaginator.d.ts +11 -4
  51. package/dist-types/ts3.4/pagination/index.d.ts +5 -5
  52. package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +437 -110
  53. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +65 -38
  54. package/dist-types/ts3.4/runtimeConfig.d.ts +65 -38
  55. package/dist-types/ts3.4/runtimeConfig.native.d.ts +66 -37
  56. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +10 -11
  57. package/package.json +34 -34
@@ -1,109 +1,320 @@
1
- import { EndpointsInputConfig, EndpointsResolvedConfig, RegionInputConfig, RegionResolvedConfig } from "@aws-sdk/config-resolver";
2
- import { HostHeaderInputConfig, HostHeaderResolvedConfig } from "@aws-sdk/middleware-host-header";
3
- import { RetryInputConfig, RetryResolvedConfig } from "@aws-sdk/middleware-retry";
4
- import { AwsAuthInputConfig, AwsAuthResolvedConfig } from "@aws-sdk/middleware-signing";
5
- import { UserAgentInputConfig, UserAgentResolvedConfig } from "@aws-sdk/middleware-user-agent";
6
- import { HttpHandler as __HttpHandler } from "@aws-sdk/protocol-http";
7
- import { Client as __Client, DefaultsMode, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration } from "@aws-sdk/smithy-client";
8
- import { BodyLengthCalculator as __BodyLengthCalculator, Credentials as __Credentials, Decoder as __Decoder, Encoder as __Encoder, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, Provider as __Provider, Provider, RegionInfoProvider, StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent } from "@aws-sdk/types";
9
- import { AssociateDRTLogBucketCommandInput, AssociateDRTLogBucketCommandOutput } from "./commands/AssociateDRTLogBucketCommand";
10
- import { AssociateDRTRoleCommandInput, AssociateDRTRoleCommandOutput } from "./commands/AssociateDRTRoleCommand";
11
- import { AssociateHealthCheckCommandInput, AssociateHealthCheckCommandOutput } from "./commands/AssociateHealthCheckCommand";
12
- import { AssociateProactiveEngagementDetailsCommandInput, AssociateProactiveEngagementDetailsCommandOutput } from "./commands/AssociateProactiveEngagementDetailsCommand";
13
- import { CreateProtectionCommandInput, CreateProtectionCommandOutput } from "./commands/CreateProtectionCommand";
14
- import { CreateProtectionGroupCommandInput, CreateProtectionGroupCommandOutput } from "./commands/CreateProtectionGroupCommand";
15
- import { CreateSubscriptionCommandInput, CreateSubscriptionCommandOutput } from "./commands/CreateSubscriptionCommand";
16
- import { DeleteProtectionCommandInput, DeleteProtectionCommandOutput } from "./commands/DeleteProtectionCommand";
17
- import { DeleteProtectionGroupCommandInput, DeleteProtectionGroupCommandOutput } from "./commands/DeleteProtectionGroupCommand";
18
- import { DeleteSubscriptionCommandInput, DeleteSubscriptionCommandOutput } from "./commands/DeleteSubscriptionCommand";
19
- import { DescribeAttackCommandInput, DescribeAttackCommandOutput } from "./commands/DescribeAttackCommand";
20
- import { DescribeAttackStatisticsCommandInput, DescribeAttackStatisticsCommandOutput } from "./commands/DescribeAttackStatisticsCommand";
21
- import { DescribeDRTAccessCommandInput, DescribeDRTAccessCommandOutput } from "./commands/DescribeDRTAccessCommand";
22
- import { DescribeEmergencyContactSettingsCommandInput, DescribeEmergencyContactSettingsCommandOutput } from "./commands/DescribeEmergencyContactSettingsCommand";
23
- import { DescribeProtectionCommandInput, DescribeProtectionCommandOutput } from "./commands/DescribeProtectionCommand";
24
- import { DescribeProtectionGroupCommandInput, DescribeProtectionGroupCommandOutput } from "./commands/DescribeProtectionGroupCommand";
25
- import { DescribeSubscriptionCommandInput, DescribeSubscriptionCommandOutput } from "./commands/DescribeSubscriptionCommand";
26
- import { DisableApplicationLayerAutomaticResponseCommandInput, DisableApplicationLayerAutomaticResponseCommandOutput } from "./commands/DisableApplicationLayerAutomaticResponseCommand";
27
- import { DisableProactiveEngagementCommandInput, DisableProactiveEngagementCommandOutput } from "./commands/DisableProactiveEngagementCommand";
28
- import { DisassociateDRTLogBucketCommandInput, DisassociateDRTLogBucketCommandOutput } from "./commands/DisassociateDRTLogBucketCommand";
29
- import { DisassociateDRTRoleCommandInput, DisassociateDRTRoleCommandOutput } from "./commands/DisassociateDRTRoleCommand";
30
- import { DisassociateHealthCheckCommandInput, DisassociateHealthCheckCommandOutput } from "./commands/DisassociateHealthCheckCommand";
31
- import { EnableApplicationLayerAutomaticResponseCommandInput, EnableApplicationLayerAutomaticResponseCommandOutput } from "./commands/EnableApplicationLayerAutomaticResponseCommand";
32
- import { EnableProactiveEngagementCommandInput, EnableProactiveEngagementCommandOutput } from "./commands/EnableProactiveEngagementCommand";
33
- import { GetSubscriptionStateCommandInput, GetSubscriptionStateCommandOutput } from "./commands/GetSubscriptionStateCommand";
34
- import { ListAttacksCommandInput, ListAttacksCommandOutput } from "./commands/ListAttacksCommand";
35
- import { ListProtectionGroupsCommandInput, ListProtectionGroupsCommandOutput } from "./commands/ListProtectionGroupsCommand";
36
- import { ListProtectionsCommandInput, ListProtectionsCommandOutput } from "./commands/ListProtectionsCommand";
37
- import { ListResourcesInProtectionGroupCommandInput, ListResourcesInProtectionGroupCommandOutput } from "./commands/ListResourcesInProtectionGroupCommand";
38
- import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "./commands/ListTagsForResourceCommand";
39
- import { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/TagResourceCommand";
40
- import { UntagResourceCommandInput, UntagResourceCommandOutput } from "./commands/UntagResourceCommand";
41
- import { UpdateApplicationLayerAutomaticResponseCommandInput, UpdateApplicationLayerAutomaticResponseCommandOutput } from "./commands/UpdateApplicationLayerAutomaticResponseCommand";
42
- import { UpdateEmergencyContactSettingsCommandInput, UpdateEmergencyContactSettingsCommandOutput } from "./commands/UpdateEmergencyContactSettingsCommand";
43
- import { UpdateProtectionGroupCommandInput, UpdateProtectionGroupCommandOutput } from "./commands/UpdateProtectionGroupCommand";
44
- import { UpdateSubscriptionCommandInput, UpdateSubscriptionCommandOutput } from "./commands/UpdateSubscriptionCommand";
45
- export declare type ServiceInputTypes = AssociateDRTLogBucketCommandInput | AssociateDRTRoleCommandInput | AssociateHealthCheckCommandInput | AssociateProactiveEngagementDetailsCommandInput | CreateProtectionCommandInput | CreateProtectionGroupCommandInput | CreateSubscriptionCommandInput | DeleteProtectionCommandInput | DeleteProtectionGroupCommandInput | DeleteSubscriptionCommandInput | DescribeAttackCommandInput | DescribeAttackStatisticsCommandInput | DescribeDRTAccessCommandInput | DescribeEmergencyContactSettingsCommandInput | DescribeProtectionCommandInput | DescribeProtectionGroupCommandInput | DescribeSubscriptionCommandInput | DisableApplicationLayerAutomaticResponseCommandInput | DisableProactiveEngagementCommandInput | DisassociateDRTLogBucketCommandInput | DisassociateDRTRoleCommandInput | DisassociateHealthCheckCommandInput | EnableApplicationLayerAutomaticResponseCommandInput | EnableProactiveEngagementCommandInput | GetSubscriptionStateCommandInput | ListAttacksCommandInput | ListProtectionGroupsCommandInput | ListProtectionsCommandInput | ListResourcesInProtectionGroupCommandInput | ListTagsForResourceCommandInput | TagResourceCommandInput | UntagResourceCommandInput | UpdateApplicationLayerAutomaticResponseCommandInput | UpdateEmergencyContactSettingsCommandInput | UpdateProtectionGroupCommandInput | UpdateSubscriptionCommandInput;
46
- export declare type ServiceOutputTypes = AssociateDRTLogBucketCommandOutput | AssociateDRTRoleCommandOutput | AssociateHealthCheckCommandOutput | AssociateProactiveEngagementDetailsCommandOutput | CreateProtectionCommandOutput | CreateProtectionGroupCommandOutput | CreateSubscriptionCommandOutput | DeleteProtectionCommandOutput | DeleteProtectionGroupCommandOutput | DeleteSubscriptionCommandOutput | DescribeAttackCommandOutput | DescribeAttackStatisticsCommandOutput | DescribeDRTAccessCommandOutput | DescribeEmergencyContactSettingsCommandOutput | DescribeProtectionCommandOutput | DescribeProtectionGroupCommandOutput | DescribeSubscriptionCommandOutput | DisableApplicationLayerAutomaticResponseCommandOutput | DisableProactiveEngagementCommandOutput | DisassociateDRTLogBucketCommandOutput | DisassociateDRTRoleCommandOutput | DisassociateHealthCheckCommandOutput | EnableApplicationLayerAutomaticResponseCommandOutput | EnableProactiveEngagementCommandOutput | GetSubscriptionStateCommandOutput | ListAttacksCommandOutput | ListProtectionGroupsCommandOutput | ListProtectionsCommandOutput | ListResourcesInProtectionGroupCommandOutput | ListTagsForResourceCommandOutput | TagResourceCommandOutput | UntagResourceCommandOutput | UpdateApplicationLayerAutomaticResponseCommandOutput | UpdateEmergencyContactSettingsCommandOutput | UpdateProtectionGroupCommandOutput | UpdateSubscriptionCommandOutput;
47
- export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
48
-
49
- requestHandler?: __HttpHandler;
50
-
51
- sha256?: __HashConstructor;
52
-
53
- urlParser?: __UrlParser;
54
-
55
- bodyLengthChecker?: __BodyLengthCalculator;
56
-
57
- streamCollector?: __StreamCollector;
58
-
59
- base64Decoder?: __Decoder;
60
-
61
- base64Encoder?: __Encoder;
62
-
63
- utf8Decoder?: __Decoder;
64
-
65
- utf8Encoder?: __Encoder;
66
-
67
- runtime?: string;
68
-
69
- disableHostPrefix?: boolean;
70
-
71
- maxAttempts?: number | __Provider<number>;
72
-
73
- retryMode?: string | __Provider<string>;
74
-
75
- logger?: __Logger;
76
-
77
- useDualstackEndpoint?: boolean | __Provider<boolean>;
78
-
79
- useFipsEndpoint?: boolean | __Provider<boolean>;
80
-
81
- serviceId?: string;
82
-
83
- region?: string | __Provider<string>;
84
-
85
- credentialDefaultProvider?: (input: any) => __Provider<__Credentials>;
86
-
87
- regionInfoProvider?: RegionInfoProvider;
88
-
89
- defaultUserAgentProvider?: Provider<__UserAgent>;
90
-
91
- defaultsMode?: DefaultsMode | Provider<DefaultsMode>;
92
- }
93
- declare type ShieldClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointsInputConfig & RetryInputConfig & HostHeaderInputConfig & AwsAuthInputConfig & UserAgentInputConfig;
94
-
95
- export interface ShieldClientConfig extends ShieldClientConfigType {
96
- }
97
- declare type ShieldClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required<ClientDefaults> & RegionResolvedConfig & EndpointsResolvedConfig & RetryResolvedConfig & HostHeaderResolvedConfig & AwsAuthResolvedConfig & UserAgentResolvedConfig;
98
-
99
- export interface ShieldClientResolvedConfig extends ShieldClientResolvedConfigType {
100
- }
101
-
102
- export declare class ShieldClient extends __Client<__HttpHandlerOptions, ServiceInputTypes, ServiceOutputTypes, ShieldClientResolvedConfig> {
103
-
104
- readonly config: ShieldClientResolvedConfig;
105
- constructor(configuration: ShieldClientConfig);
106
-
107
- destroy(): void;
108
- }
109
- export {};
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 { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { AssociateDRTLogBucketRequest, AssociateDRTLogBucketResponse } from "../models/models_0";
4
- import { ServiceInputTypes, ServiceOutputTypes, ShieldClientResolvedConfig } from "../ShieldClient";
5
- export interface AssociateDRTLogBucketCommandInput extends AssociateDRTLogBucketRequest {
6
- }
7
- export interface AssociateDRTLogBucketCommandOutput extends AssociateDRTLogBucketResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class AssociateDRTLogBucketCommand extends $Command<AssociateDRTLogBucketCommandInput, AssociateDRTLogBucketCommandOutput, ShieldClientResolvedConfig> {
11
- readonly input: AssociateDRTLogBucketCommandInput;
12
- constructor(input: AssociateDRTLogBucketCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ShieldClientResolvedConfig, options?: __HttpHandlerOptions): Handler<AssociateDRTLogBucketCommandInput, AssociateDRTLogBucketCommandOutput>;
15
- private serialize;
16
- private deserialize;
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 { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { AssociateDRTRoleRequest, AssociateDRTRoleResponse } from "../models/models_0";
4
- import { ServiceInputTypes, ServiceOutputTypes, ShieldClientResolvedConfig } from "../ShieldClient";
5
- export interface AssociateDRTRoleCommandInput extends AssociateDRTRoleRequest {
6
- }
7
- export interface AssociateDRTRoleCommandOutput extends AssociateDRTRoleResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class AssociateDRTRoleCommand extends $Command<AssociateDRTRoleCommandInput, AssociateDRTRoleCommandOutput, ShieldClientResolvedConfig> {
11
- readonly input: AssociateDRTRoleCommandInput;
12
- constructor(input: AssociateDRTRoleCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ShieldClientResolvedConfig, options?: __HttpHandlerOptions): Handler<AssociateDRTRoleCommandInput, AssociateDRTRoleCommandOutput>;
15
- private serialize;
16
- private deserialize;
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 { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { AssociateHealthCheckRequest, AssociateHealthCheckResponse } from "../models/models_0";
4
- import { ServiceInputTypes, ServiceOutputTypes, ShieldClientResolvedConfig } from "../ShieldClient";
5
- export interface AssociateHealthCheckCommandInput extends AssociateHealthCheckRequest {
6
- }
7
- export interface AssociateHealthCheckCommandOutput extends AssociateHealthCheckResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class AssociateHealthCheckCommand extends $Command<AssociateHealthCheckCommandInput, AssociateHealthCheckCommandOutput, ShieldClientResolvedConfig> {
11
- readonly input: AssociateHealthCheckCommandInput;
12
- constructor(input: AssociateHealthCheckCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ShieldClientResolvedConfig, options?: __HttpHandlerOptions): Handler<AssociateHealthCheckCommandInput, AssociateHealthCheckCommandOutput>;
15
- private serialize;
16
- private deserialize;
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
+ }