@aws-sdk/client-shield 3.168.0 → 3.170.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 +676 -185
- package/dist-types/ts3.4/ShieldClient.d.ts +345 -109
- package/dist-types/ts3.4/commands/AssociateDRTLogBucketCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/AssociateDRTRoleCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/AssociateHealthCheckCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/AssociateProactiveEngagementDetailsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CreateProtectionCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/CreateProtectionGroupCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CreateSubscriptionCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/DeleteProtectionCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DeleteProtectionGroupCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DeleteSubscriptionCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/DescribeAttackCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DescribeAttackStatisticsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeDRTAccessCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/DescribeEmergencyContactSettingsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeProtectionCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/DescribeProtectionGroupCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeSubscriptionCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DisableApplicationLayerAutomaticResponseCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DisableProactiveEngagementCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DisassociateDRTLogBucketCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DisassociateDRTRoleCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/DisassociateHealthCheckCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/EnableApplicationLayerAutomaticResponseCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/EnableProactiveEngagementCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetSubscriptionStateCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListAttacksCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/ListProtectionGroupsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListProtectionsCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/ListResourcesInProtectionGroupCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/UpdateApplicationLayerAutomaticResponseCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/UpdateEmergencyContactSettingsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/UpdateProtectionGroupCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/UpdateSubscriptionCommand.d.ts +38 -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 +8 -6
- package/dist-types/ts3.4/models/index.d.ts +1 -1
- package/dist-types/ts3.4/models/models_0.d.ts +1050 -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 +66 -38
- package/dist-types/ts3.4/runtimeConfig.d.ts +66 -38
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +67 -37
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +11 -11
- package/package.json +34 -34
|
@@ -1,185 +1,676 @@
|
|
|
1
|
-
import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
import {
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
import {
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
import {
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
import {
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
import {
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
import {
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
import {
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
import {
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
import {
|
|
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
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
|
|
1
|
+
import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types";
|
|
2
|
+
import {
|
|
3
|
+
AssociateDRTLogBucketCommandInput,
|
|
4
|
+
AssociateDRTLogBucketCommandOutput,
|
|
5
|
+
} from "./commands/AssociateDRTLogBucketCommand";
|
|
6
|
+
import {
|
|
7
|
+
AssociateDRTRoleCommandInput,
|
|
8
|
+
AssociateDRTRoleCommandOutput,
|
|
9
|
+
} from "./commands/AssociateDRTRoleCommand";
|
|
10
|
+
import {
|
|
11
|
+
AssociateHealthCheckCommandInput,
|
|
12
|
+
AssociateHealthCheckCommandOutput,
|
|
13
|
+
} from "./commands/AssociateHealthCheckCommand";
|
|
14
|
+
import {
|
|
15
|
+
AssociateProactiveEngagementDetailsCommandInput,
|
|
16
|
+
AssociateProactiveEngagementDetailsCommandOutput,
|
|
17
|
+
} from "./commands/AssociateProactiveEngagementDetailsCommand";
|
|
18
|
+
import {
|
|
19
|
+
CreateProtectionCommandInput,
|
|
20
|
+
CreateProtectionCommandOutput,
|
|
21
|
+
} from "./commands/CreateProtectionCommand";
|
|
22
|
+
import {
|
|
23
|
+
CreateProtectionGroupCommandInput,
|
|
24
|
+
CreateProtectionGroupCommandOutput,
|
|
25
|
+
} from "./commands/CreateProtectionGroupCommand";
|
|
26
|
+
import {
|
|
27
|
+
CreateSubscriptionCommandInput,
|
|
28
|
+
CreateSubscriptionCommandOutput,
|
|
29
|
+
} from "./commands/CreateSubscriptionCommand";
|
|
30
|
+
import {
|
|
31
|
+
DeleteProtectionCommandInput,
|
|
32
|
+
DeleteProtectionCommandOutput,
|
|
33
|
+
} from "./commands/DeleteProtectionCommand";
|
|
34
|
+
import {
|
|
35
|
+
DeleteProtectionGroupCommandInput,
|
|
36
|
+
DeleteProtectionGroupCommandOutput,
|
|
37
|
+
} from "./commands/DeleteProtectionGroupCommand";
|
|
38
|
+
import {
|
|
39
|
+
DeleteSubscriptionCommandInput,
|
|
40
|
+
DeleteSubscriptionCommandOutput,
|
|
41
|
+
} from "./commands/DeleteSubscriptionCommand";
|
|
42
|
+
import {
|
|
43
|
+
DescribeAttackCommandInput,
|
|
44
|
+
DescribeAttackCommandOutput,
|
|
45
|
+
} from "./commands/DescribeAttackCommand";
|
|
46
|
+
import {
|
|
47
|
+
DescribeAttackStatisticsCommandInput,
|
|
48
|
+
DescribeAttackStatisticsCommandOutput,
|
|
49
|
+
} from "./commands/DescribeAttackStatisticsCommand";
|
|
50
|
+
import {
|
|
51
|
+
DescribeDRTAccessCommandInput,
|
|
52
|
+
DescribeDRTAccessCommandOutput,
|
|
53
|
+
} from "./commands/DescribeDRTAccessCommand";
|
|
54
|
+
import {
|
|
55
|
+
DescribeEmergencyContactSettingsCommandInput,
|
|
56
|
+
DescribeEmergencyContactSettingsCommandOutput,
|
|
57
|
+
} from "./commands/DescribeEmergencyContactSettingsCommand";
|
|
58
|
+
import {
|
|
59
|
+
DescribeProtectionCommandInput,
|
|
60
|
+
DescribeProtectionCommandOutput,
|
|
61
|
+
} from "./commands/DescribeProtectionCommand";
|
|
62
|
+
import {
|
|
63
|
+
DescribeProtectionGroupCommandInput,
|
|
64
|
+
DescribeProtectionGroupCommandOutput,
|
|
65
|
+
} from "./commands/DescribeProtectionGroupCommand";
|
|
66
|
+
import {
|
|
67
|
+
DescribeSubscriptionCommandInput,
|
|
68
|
+
DescribeSubscriptionCommandOutput,
|
|
69
|
+
} from "./commands/DescribeSubscriptionCommand";
|
|
70
|
+
import {
|
|
71
|
+
DisableApplicationLayerAutomaticResponseCommandInput,
|
|
72
|
+
DisableApplicationLayerAutomaticResponseCommandOutput,
|
|
73
|
+
} from "./commands/DisableApplicationLayerAutomaticResponseCommand";
|
|
74
|
+
import {
|
|
75
|
+
DisableProactiveEngagementCommandInput,
|
|
76
|
+
DisableProactiveEngagementCommandOutput,
|
|
77
|
+
} from "./commands/DisableProactiveEngagementCommand";
|
|
78
|
+
import {
|
|
79
|
+
DisassociateDRTLogBucketCommandInput,
|
|
80
|
+
DisassociateDRTLogBucketCommandOutput,
|
|
81
|
+
} from "./commands/DisassociateDRTLogBucketCommand";
|
|
82
|
+
import {
|
|
83
|
+
DisassociateDRTRoleCommandInput,
|
|
84
|
+
DisassociateDRTRoleCommandOutput,
|
|
85
|
+
} from "./commands/DisassociateDRTRoleCommand";
|
|
86
|
+
import {
|
|
87
|
+
DisassociateHealthCheckCommandInput,
|
|
88
|
+
DisassociateHealthCheckCommandOutput,
|
|
89
|
+
} from "./commands/DisassociateHealthCheckCommand";
|
|
90
|
+
import {
|
|
91
|
+
EnableApplicationLayerAutomaticResponseCommandInput,
|
|
92
|
+
EnableApplicationLayerAutomaticResponseCommandOutput,
|
|
93
|
+
} from "./commands/EnableApplicationLayerAutomaticResponseCommand";
|
|
94
|
+
import {
|
|
95
|
+
EnableProactiveEngagementCommandInput,
|
|
96
|
+
EnableProactiveEngagementCommandOutput,
|
|
97
|
+
} from "./commands/EnableProactiveEngagementCommand";
|
|
98
|
+
import {
|
|
99
|
+
GetSubscriptionStateCommandInput,
|
|
100
|
+
GetSubscriptionStateCommandOutput,
|
|
101
|
+
} from "./commands/GetSubscriptionStateCommand";
|
|
102
|
+
import {
|
|
103
|
+
ListAttacksCommandInput,
|
|
104
|
+
ListAttacksCommandOutput,
|
|
105
|
+
} from "./commands/ListAttacksCommand";
|
|
106
|
+
import {
|
|
107
|
+
ListProtectionGroupsCommandInput,
|
|
108
|
+
ListProtectionGroupsCommandOutput,
|
|
109
|
+
} from "./commands/ListProtectionGroupsCommand";
|
|
110
|
+
import {
|
|
111
|
+
ListProtectionsCommandInput,
|
|
112
|
+
ListProtectionsCommandOutput,
|
|
113
|
+
} from "./commands/ListProtectionsCommand";
|
|
114
|
+
import {
|
|
115
|
+
ListResourcesInProtectionGroupCommandInput,
|
|
116
|
+
ListResourcesInProtectionGroupCommandOutput,
|
|
117
|
+
} from "./commands/ListResourcesInProtectionGroupCommand";
|
|
118
|
+
import {
|
|
119
|
+
ListTagsForResourceCommandInput,
|
|
120
|
+
ListTagsForResourceCommandOutput,
|
|
121
|
+
} from "./commands/ListTagsForResourceCommand";
|
|
122
|
+
import {
|
|
123
|
+
TagResourceCommandInput,
|
|
124
|
+
TagResourceCommandOutput,
|
|
125
|
+
} from "./commands/TagResourceCommand";
|
|
126
|
+
import {
|
|
127
|
+
UntagResourceCommandInput,
|
|
128
|
+
UntagResourceCommandOutput,
|
|
129
|
+
} from "./commands/UntagResourceCommand";
|
|
130
|
+
import {
|
|
131
|
+
UpdateApplicationLayerAutomaticResponseCommandInput,
|
|
132
|
+
UpdateApplicationLayerAutomaticResponseCommandOutput,
|
|
133
|
+
} from "./commands/UpdateApplicationLayerAutomaticResponseCommand";
|
|
134
|
+
import {
|
|
135
|
+
UpdateEmergencyContactSettingsCommandInput,
|
|
136
|
+
UpdateEmergencyContactSettingsCommandOutput,
|
|
137
|
+
} from "./commands/UpdateEmergencyContactSettingsCommand";
|
|
138
|
+
import {
|
|
139
|
+
UpdateProtectionGroupCommandInput,
|
|
140
|
+
UpdateProtectionGroupCommandOutput,
|
|
141
|
+
} from "./commands/UpdateProtectionGroupCommand";
|
|
142
|
+
import {
|
|
143
|
+
UpdateSubscriptionCommandInput,
|
|
144
|
+
UpdateSubscriptionCommandOutput,
|
|
145
|
+
} from "./commands/UpdateSubscriptionCommand";
|
|
146
|
+
import { ShieldClient } from "./ShieldClient";
|
|
147
|
+
|
|
148
|
+
export declare class Shield extends ShieldClient {
|
|
149
|
+
associateDRTLogBucket(
|
|
150
|
+
args: AssociateDRTLogBucketCommandInput,
|
|
151
|
+
options?: __HttpHandlerOptions
|
|
152
|
+
): Promise<AssociateDRTLogBucketCommandOutput>;
|
|
153
|
+
associateDRTLogBucket(
|
|
154
|
+
args: AssociateDRTLogBucketCommandInput,
|
|
155
|
+
cb: (err: any, data?: AssociateDRTLogBucketCommandOutput) => void
|
|
156
|
+
): void;
|
|
157
|
+
associateDRTLogBucket(
|
|
158
|
+
args: AssociateDRTLogBucketCommandInput,
|
|
159
|
+
options: __HttpHandlerOptions,
|
|
160
|
+
cb: (err: any, data?: AssociateDRTLogBucketCommandOutput) => void
|
|
161
|
+
): void;
|
|
162
|
+
|
|
163
|
+
associateDRTRole(
|
|
164
|
+
args: AssociateDRTRoleCommandInput,
|
|
165
|
+
options?: __HttpHandlerOptions
|
|
166
|
+
): Promise<AssociateDRTRoleCommandOutput>;
|
|
167
|
+
associateDRTRole(
|
|
168
|
+
args: AssociateDRTRoleCommandInput,
|
|
169
|
+
cb: (err: any, data?: AssociateDRTRoleCommandOutput) => void
|
|
170
|
+
): void;
|
|
171
|
+
associateDRTRole(
|
|
172
|
+
args: AssociateDRTRoleCommandInput,
|
|
173
|
+
options: __HttpHandlerOptions,
|
|
174
|
+
cb: (err: any, data?: AssociateDRTRoleCommandOutput) => void
|
|
175
|
+
): void;
|
|
176
|
+
|
|
177
|
+
associateHealthCheck(
|
|
178
|
+
args: AssociateHealthCheckCommandInput,
|
|
179
|
+
options?: __HttpHandlerOptions
|
|
180
|
+
): Promise<AssociateHealthCheckCommandOutput>;
|
|
181
|
+
associateHealthCheck(
|
|
182
|
+
args: AssociateHealthCheckCommandInput,
|
|
183
|
+
cb: (err: any, data?: AssociateHealthCheckCommandOutput) => void
|
|
184
|
+
): void;
|
|
185
|
+
associateHealthCheck(
|
|
186
|
+
args: AssociateHealthCheckCommandInput,
|
|
187
|
+
options: __HttpHandlerOptions,
|
|
188
|
+
cb: (err: any, data?: AssociateHealthCheckCommandOutput) => void
|
|
189
|
+
): void;
|
|
190
|
+
|
|
191
|
+
associateProactiveEngagementDetails(
|
|
192
|
+
args: AssociateProactiveEngagementDetailsCommandInput,
|
|
193
|
+
options?: __HttpHandlerOptions
|
|
194
|
+
): Promise<AssociateProactiveEngagementDetailsCommandOutput>;
|
|
195
|
+
associateProactiveEngagementDetails(
|
|
196
|
+
args: AssociateProactiveEngagementDetailsCommandInput,
|
|
197
|
+
cb: (
|
|
198
|
+
err: any,
|
|
199
|
+
data?: AssociateProactiveEngagementDetailsCommandOutput
|
|
200
|
+
) => void
|
|
201
|
+
): void;
|
|
202
|
+
associateProactiveEngagementDetails(
|
|
203
|
+
args: AssociateProactiveEngagementDetailsCommandInput,
|
|
204
|
+
options: __HttpHandlerOptions,
|
|
205
|
+
cb: (
|
|
206
|
+
err: any,
|
|
207
|
+
data?: AssociateProactiveEngagementDetailsCommandOutput
|
|
208
|
+
) => void
|
|
209
|
+
): void;
|
|
210
|
+
|
|
211
|
+
createProtection(
|
|
212
|
+
args: CreateProtectionCommandInput,
|
|
213
|
+
options?: __HttpHandlerOptions
|
|
214
|
+
): Promise<CreateProtectionCommandOutput>;
|
|
215
|
+
createProtection(
|
|
216
|
+
args: CreateProtectionCommandInput,
|
|
217
|
+
cb: (err: any, data?: CreateProtectionCommandOutput) => void
|
|
218
|
+
): void;
|
|
219
|
+
createProtection(
|
|
220
|
+
args: CreateProtectionCommandInput,
|
|
221
|
+
options: __HttpHandlerOptions,
|
|
222
|
+
cb: (err: any, data?: CreateProtectionCommandOutput) => void
|
|
223
|
+
): void;
|
|
224
|
+
|
|
225
|
+
createProtectionGroup(
|
|
226
|
+
args: CreateProtectionGroupCommandInput,
|
|
227
|
+
options?: __HttpHandlerOptions
|
|
228
|
+
): Promise<CreateProtectionGroupCommandOutput>;
|
|
229
|
+
createProtectionGroup(
|
|
230
|
+
args: CreateProtectionGroupCommandInput,
|
|
231
|
+
cb: (err: any, data?: CreateProtectionGroupCommandOutput) => void
|
|
232
|
+
): void;
|
|
233
|
+
createProtectionGroup(
|
|
234
|
+
args: CreateProtectionGroupCommandInput,
|
|
235
|
+
options: __HttpHandlerOptions,
|
|
236
|
+
cb: (err: any, data?: CreateProtectionGroupCommandOutput) => void
|
|
237
|
+
): void;
|
|
238
|
+
|
|
239
|
+
createSubscription(
|
|
240
|
+
args: CreateSubscriptionCommandInput,
|
|
241
|
+
options?: __HttpHandlerOptions
|
|
242
|
+
): Promise<CreateSubscriptionCommandOutput>;
|
|
243
|
+
createSubscription(
|
|
244
|
+
args: CreateSubscriptionCommandInput,
|
|
245
|
+
cb: (err: any, data?: CreateSubscriptionCommandOutput) => void
|
|
246
|
+
): void;
|
|
247
|
+
createSubscription(
|
|
248
|
+
args: CreateSubscriptionCommandInput,
|
|
249
|
+
options: __HttpHandlerOptions,
|
|
250
|
+
cb: (err: any, data?: CreateSubscriptionCommandOutput) => void
|
|
251
|
+
): void;
|
|
252
|
+
|
|
253
|
+
deleteProtection(
|
|
254
|
+
args: DeleteProtectionCommandInput,
|
|
255
|
+
options?: __HttpHandlerOptions
|
|
256
|
+
): Promise<DeleteProtectionCommandOutput>;
|
|
257
|
+
deleteProtection(
|
|
258
|
+
args: DeleteProtectionCommandInput,
|
|
259
|
+
cb: (err: any, data?: DeleteProtectionCommandOutput) => void
|
|
260
|
+
): void;
|
|
261
|
+
deleteProtection(
|
|
262
|
+
args: DeleteProtectionCommandInput,
|
|
263
|
+
options: __HttpHandlerOptions,
|
|
264
|
+
cb: (err: any, data?: DeleteProtectionCommandOutput) => void
|
|
265
|
+
): void;
|
|
266
|
+
|
|
267
|
+
deleteProtectionGroup(
|
|
268
|
+
args: DeleteProtectionGroupCommandInput,
|
|
269
|
+
options?: __HttpHandlerOptions
|
|
270
|
+
): Promise<DeleteProtectionGroupCommandOutput>;
|
|
271
|
+
deleteProtectionGroup(
|
|
272
|
+
args: DeleteProtectionGroupCommandInput,
|
|
273
|
+
cb: (err: any, data?: DeleteProtectionGroupCommandOutput) => void
|
|
274
|
+
): void;
|
|
275
|
+
deleteProtectionGroup(
|
|
276
|
+
args: DeleteProtectionGroupCommandInput,
|
|
277
|
+
options: __HttpHandlerOptions,
|
|
278
|
+
cb: (err: any, data?: DeleteProtectionGroupCommandOutput) => void
|
|
279
|
+
): void;
|
|
280
|
+
|
|
281
|
+
deleteSubscription(
|
|
282
|
+
args: DeleteSubscriptionCommandInput,
|
|
283
|
+
options?: __HttpHandlerOptions
|
|
284
|
+
): Promise<DeleteSubscriptionCommandOutput>;
|
|
285
|
+
deleteSubscription(
|
|
286
|
+
args: DeleteSubscriptionCommandInput,
|
|
287
|
+
cb: (err: any, data?: DeleteSubscriptionCommandOutput) => void
|
|
288
|
+
): void;
|
|
289
|
+
deleteSubscription(
|
|
290
|
+
args: DeleteSubscriptionCommandInput,
|
|
291
|
+
options: __HttpHandlerOptions,
|
|
292
|
+
cb: (err: any, data?: DeleteSubscriptionCommandOutput) => void
|
|
293
|
+
): void;
|
|
294
|
+
|
|
295
|
+
describeAttack(
|
|
296
|
+
args: DescribeAttackCommandInput,
|
|
297
|
+
options?: __HttpHandlerOptions
|
|
298
|
+
): Promise<DescribeAttackCommandOutput>;
|
|
299
|
+
describeAttack(
|
|
300
|
+
args: DescribeAttackCommandInput,
|
|
301
|
+
cb: (err: any, data?: DescribeAttackCommandOutput) => void
|
|
302
|
+
): void;
|
|
303
|
+
describeAttack(
|
|
304
|
+
args: DescribeAttackCommandInput,
|
|
305
|
+
options: __HttpHandlerOptions,
|
|
306
|
+
cb: (err: any, data?: DescribeAttackCommandOutput) => void
|
|
307
|
+
): void;
|
|
308
|
+
|
|
309
|
+
describeAttackStatistics(
|
|
310
|
+
args: DescribeAttackStatisticsCommandInput,
|
|
311
|
+
options?: __HttpHandlerOptions
|
|
312
|
+
): Promise<DescribeAttackStatisticsCommandOutput>;
|
|
313
|
+
describeAttackStatistics(
|
|
314
|
+
args: DescribeAttackStatisticsCommandInput,
|
|
315
|
+
cb: (err: any, data?: DescribeAttackStatisticsCommandOutput) => void
|
|
316
|
+
): void;
|
|
317
|
+
describeAttackStatistics(
|
|
318
|
+
args: DescribeAttackStatisticsCommandInput,
|
|
319
|
+
options: __HttpHandlerOptions,
|
|
320
|
+
cb: (err: any, data?: DescribeAttackStatisticsCommandOutput) => void
|
|
321
|
+
): void;
|
|
322
|
+
|
|
323
|
+
describeDRTAccess(
|
|
324
|
+
args: DescribeDRTAccessCommandInput,
|
|
325
|
+
options?: __HttpHandlerOptions
|
|
326
|
+
): Promise<DescribeDRTAccessCommandOutput>;
|
|
327
|
+
describeDRTAccess(
|
|
328
|
+
args: DescribeDRTAccessCommandInput,
|
|
329
|
+
cb: (err: any, data?: DescribeDRTAccessCommandOutput) => void
|
|
330
|
+
): void;
|
|
331
|
+
describeDRTAccess(
|
|
332
|
+
args: DescribeDRTAccessCommandInput,
|
|
333
|
+
options: __HttpHandlerOptions,
|
|
334
|
+
cb: (err: any, data?: DescribeDRTAccessCommandOutput) => void
|
|
335
|
+
): void;
|
|
336
|
+
|
|
337
|
+
describeEmergencyContactSettings(
|
|
338
|
+
args: DescribeEmergencyContactSettingsCommandInput,
|
|
339
|
+
options?: __HttpHandlerOptions
|
|
340
|
+
): Promise<DescribeEmergencyContactSettingsCommandOutput>;
|
|
341
|
+
describeEmergencyContactSettings(
|
|
342
|
+
args: DescribeEmergencyContactSettingsCommandInput,
|
|
343
|
+
cb: (err: any, data?: DescribeEmergencyContactSettingsCommandOutput) => void
|
|
344
|
+
): void;
|
|
345
|
+
describeEmergencyContactSettings(
|
|
346
|
+
args: DescribeEmergencyContactSettingsCommandInput,
|
|
347
|
+
options: __HttpHandlerOptions,
|
|
348
|
+
cb: (err: any, data?: DescribeEmergencyContactSettingsCommandOutput) => void
|
|
349
|
+
): void;
|
|
350
|
+
|
|
351
|
+
describeProtection(
|
|
352
|
+
args: DescribeProtectionCommandInput,
|
|
353
|
+
options?: __HttpHandlerOptions
|
|
354
|
+
): Promise<DescribeProtectionCommandOutput>;
|
|
355
|
+
describeProtection(
|
|
356
|
+
args: DescribeProtectionCommandInput,
|
|
357
|
+
cb: (err: any, data?: DescribeProtectionCommandOutput) => void
|
|
358
|
+
): void;
|
|
359
|
+
describeProtection(
|
|
360
|
+
args: DescribeProtectionCommandInput,
|
|
361
|
+
options: __HttpHandlerOptions,
|
|
362
|
+
cb: (err: any, data?: DescribeProtectionCommandOutput) => void
|
|
363
|
+
): void;
|
|
364
|
+
|
|
365
|
+
describeProtectionGroup(
|
|
366
|
+
args: DescribeProtectionGroupCommandInput,
|
|
367
|
+
options?: __HttpHandlerOptions
|
|
368
|
+
): Promise<DescribeProtectionGroupCommandOutput>;
|
|
369
|
+
describeProtectionGroup(
|
|
370
|
+
args: DescribeProtectionGroupCommandInput,
|
|
371
|
+
cb: (err: any, data?: DescribeProtectionGroupCommandOutput) => void
|
|
372
|
+
): void;
|
|
373
|
+
describeProtectionGroup(
|
|
374
|
+
args: DescribeProtectionGroupCommandInput,
|
|
375
|
+
options: __HttpHandlerOptions,
|
|
376
|
+
cb: (err: any, data?: DescribeProtectionGroupCommandOutput) => void
|
|
377
|
+
): void;
|
|
378
|
+
|
|
379
|
+
describeSubscription(
|
|
380
|
+
args: DescribeSubscriptionCommandInput,
|
|
381
|
+
options?: __HttpHandlerOptions
|
|
382
|
+
): Promise<DescribeSubscriptionCommandOutput>;
|
|
383
|
+
describeSubscription(
|
|
384
|
+
args: DescribeSubscriptionCommandInput,
|
|
385
|
+
cb: (err: any, data?: DescribeSubscriptionCommandOutput) => void
|
|
386
|
+
): void;
|
|
387
|
+
describeSubscription(
|
|
388
|
+
args: DescribeSubscriptionCommandInput,
|
|
389
|
+
options: __HttpHandlerOptions,
|
|
390
|
+
cb: (err: any, data?: DescribeSubscriptionCommandOutput) => void
|
|
391
|
+
): void;
|
|
392
|
+
|
|
393
|
+
disableApplicationLayerAutomaticResponse(
|
|
394
|
+
args: DisableApplicationLayerAutomaticResponseCommandInput,
|
|
395
|
+
options?: __HttpHandlerOptions
|
|
396
|
+
): Promise<DisableApplicationLayerAutomaticResponseCommandOutput>;
|
|
397
|
+
disableApplicationLayerAutomaticResponse(
|
|
398
|
+
args: DisableApplicationLayerAutomaticResponseCommandInput,
|
|
399
|
+
cb: (
|
|
400
|
+
err: any,
|
|
401
|
+
data?: DisableApplicationLayerAutomaticResponseCommandOutput
|
|
402
|
+
) => void
|
|
403
|
+
): void;
|
|
404
|
+
disableApplicationLayerAutomaticResponse(
|
|
405
|
+
args: DisableApplicationLayerAutomaticResponseCommandInput,
|
|
406
|
+
options: __HttpHandlerOptions,
|
|
407
|
+
cb: (
|
|
408
|
+
err: any,
|
|
409
|
+
data?: DisableApplicationLayerAutomaticResponseCommandOutput
|
|
410
|
+
) => void
|
|
411
|
+
): void;
|
|
412
|
+
|
|
413
|
+
disableProactiveEngagement(
|
|
414
|
+
args: DisableProactiveEngagementCommandInput,
|
|
415
|
+
options?: __HttpHandlerOptions
|
|
416
|
+
): Promise<DisableProactiveEngagementCommandOutput>;
|
|
417
|
+
disableProactiveEngagement(
|
|
418
|
+
args: DisableProactiveEngagementCommandInput,
|
|
419
|
+
cb: (err: any, data?: DisableProactiveEngagementCommandOutput) => void
|
|
420
|
+
): void;
|
|
421
|
+
disableProactiveEngagement(
|
|
422
|
+
args: DisableProactiveEngagementCommandInput,
|
|
423
|
+
options: __HttpHandlerOptions,
|
|
424
|
+
cb: (err: any, data?: DisableProactiveEngagementCommandOutput) => void
|
|
425
|
+
): void;
|
|
426
|
+
|
|
427
|
+
disassociateDRTLogBucket(
|
|
428
|
+
args: DisassociateDRTLogBucketCommandInput,
|
|
429
|
+
options?: __HttpHandlerOptions
|
|
430
|
+
): Promise<DisassociateDRTLogBucketCommandOutput>;
|
|
431
|
+
disassociateDRTLogBucket(
|
|
432
|
+
args: DisassociateDRTLogBucketCommandInput,
|
|
433
|
+
cb: (err: any, data?: DisassociateDRTLogBucketCommandOutput) => void
|
|
434
|
+
): void;
|
|
435
|
+
disassociateDRTLogBucket(
|
|
436
|
+
args: DisassociateDRTLogBucketCommandInput,
|
|
437
|
+
options: __HttpHandlerOptions,
|
|
438
|
+
cb: (err: any, data?: DisassociateDRTLogBucketCommandOutput) => void
|
|
439
|
+
): void;
|
|
440
|
+
|
|
441
|
+
disassociateDRTRole(
|
|
442
|
+
args: DisassociateDRTRoleCommandInput,
|
|
443
|
+
options?: __HttpHandlerOptions
|
|
444
|
+
): Promise<DisassociateDRTRoleCommandOutput>;
|
|
445
|
+
disassociateDRTRole(
|
|
446
|
+
args: DisassociateDRTRoleCommandInput,
|
|
447
|
+
cb: (err: any, data?: DisassociateDRTRoleCommandOutput) => void
|
|
448
|
+
): void;
|
|
449
|
+
disassociateDRTRole(
|
|
450
|
+
args: DisassociateDRTRoleCommandInput,
|
|
451
|
+
options: __HttpHandlerOptions,
|
|
452
|
+
cb: (err: any, data?: DisassociateDRTRoleCommandOutput) => void
|
|
453
|
+
): void;
|
|
454
|
+
|
|
455
|
+
disassociateHealthCheck(
|
|
456
|
+
args: DisassociateHealthCheckCommandInput,
|
|
457
|
+
options?: __HttpHandlerOptions
|
|
458
|
+
): Promise<DisassociateHealthCheckCommandOutput>;
|
|
459
|
+
disassociateHealthCheck(
|
|
460
|
+
args: DisassociateHealthCheckCommandInput,
|
|
461
|
+
cb: (err: any, data?: DisassociateHealthCheckCommandOutput) => void
|
|
462
|
+
): void;
|
|
463
|
+
disassociateHealthCheck(
|
|
464
|
+
args: DisassociateHealthCheckCommandInput,
|
|
465
|
+
options: __HttpHandlerOptions,
|
|
466
|
+
cb: (err: any, data?: DisassociateHealthCheckCommandOutput) => void
|
|
467
|
+
): void;
|
|
468
|
+
|
|
469
|
+
enableApplicationLayerAutomaticResponse(
|
|
470
|
+
args: EnableApplicationLayerAutomaticResponseCommandInput,
|
|
471
|
+
options?: __HttpHandlerOptions
|
|
472
|
+
): Promise<EnableApplicationLayerAutomaticResponseCommandOutput>;
|
|
473
|
+
enableApplicationLayerAutomaticResponse(
|
|
474
|
+
args: EnableApplicationLayerAutomaticResponseCommandInput,
|
|
475
|
+
cb: (
|
|
476
|
+
err: any,
|
|
477
|
+
data?: EnableApplicationLayerAutomaticResponseCommandOutput
|
|
478
|
+
) => void
|
|
479
|
+
): void;
|
|
480
|
+
enableApplicationLayerAutomaticResponse(
|
|
481
|
+
args: EnableApplicationLayerAutomaticResponseCommandInput,
|
|
482
|
+
options: __HttpHandlerOptions,
|
|
483
|
+
cb: (
|
|
484
|
+
err: any,
|
|
485
|
+
data?: EnableApplicationLayerAutomaticResponseCommandOutput
|
|
486
|
+
) => void
|
|
487
|
+
): void;
|
|
488
|
+
|
|
489
|
+
enableProactiveEngagement(
|
|
490
|
+
args: EnableProactiveEngagementCommandInput,
|
|
491
|
+
options?: __HttpHandlerOptions
|
|
492
|
+
): Promise<EnableProactiveEngagementCommandOutput>;
|
|
493
|
+
enableProactiveEngagement(
|
|
494
|
+
args: EnableProactiveEngagementCommandInput,
|
|
495
|
+
cb: (err: any, data?: EnableProactiveEngagementCommandOutput) => void
|
|
496
|
+
): void;
|
|
497
|
+
enableProactiveEngagement(
|
|
498
|
+
args: EnableProactiveEngagementCommandInput,
|
|
499
|
+
options: __HttpHandlerOptions,
|
|
500
|
+
cb: (err: any, data?: EnableProactiveEngagementCommandOutput) => void
|
|
501
|
+
): void;
|
|
502
|
+
|
|
503
|
+
getSubscriptionState(
|
|
504
|
+
args: GetSubscriptionStateCommandInput,
|
|
505
|
+
options?: __HttpHandlerOptions
|
|
506
|
+
): Promise<GetSubscriptionStateCommandOutput>;
|
|
507
|
+
getSubscriptionState(
|
|
508
|
+
args: GetSubscriptionStateCommandInput,
|
|
509
|
+
cb: (err: any, data?: GetSubscriptionStateCommandOutput) => void
|
|
510
|
+
): void;
|
|
511
|
+
getSubscriptionState(
|
|
512
|
+
args: GetSubscriptionStateCommandInput,
|
|
513
|
+
options: __HttpHandlerOptions,
|
|
514
|
+
cb: (err: any, data?: GetSubscriptionStateCommandOutput) => void
|
|
515
|
+
): void;
|
|
516
|
+
|
|
517
|
+
listAttacks(
|
|
518
|
+
args: ListAttacksCommandInput,
|
|
519
|
+
options?: __HttpHandlerOptions
|
|
520
|
+
): Promise<ListAttacksCommandOutput>;
|
|
521
|
+
listAttacks(
|
|
522
|
+
args: ListAttacksCommandInput,
|
|
523
|
+
cb: (err: any, data?: ListAttacksCommandOutput) => void
|
|
524
|
+
): void;
|
|
525
|
+
listAttacks(
|
|
526
|
+
args: ListAttacksCommandInput,
|
|
527
|
+
options: __HttpHandlerOptions,
|
|
528
|
+
cb: (err: any, data?: ListAttacksCommandOutput) => void
|
|
529
|
+
): void;
|
|
530
|
+
|
|
531
|
+
listProtectionGroups(
|
|
532
|
+
args: ListProtectionGroupsCommandInput,
|
|
533
|
+
options?: __HttpHandlerOptions
|
|
534
|
+
): Promise<ListProtectionGroupsCommandOutput>;
|
|
535
|
+
listProtectionGroups(
|
|
536
|
+
args: ListProtectionGroupsCommandInput,
|
|
537
|
+
cb: (err: any, data?: ListProtectionGroupsCommandOutput) => void
|
|
538
|
+
): void;
|
|
539
|
+
listProtectionGroups(
|
|
540
|
+
args: ListProtectionGroupsCommandInput,
|
|
541
|
+
options: __HttpHandlerOptions,
|
|
542
|
+
cb: (err: any, data?: ListProtectionGroupsCommandOutput) => void
|
|
543
|
+
): void;
|
|
544
|
+
|
|
545
|
+
listProtections(
|
|
546
|
+
args: ListProtectionsCommandInput,
|
|
547
|
+
options?: __HttpHandlerOptions
|
|
548
|
+
): Promise<ListProtectionsCommandOutput>;
|
|
549
|
+
listProtections(
|
|
550
|
+
args: ListProtectionsCommandInput,
|
|
551
|
+
cb: (err: any, data?: ListProtectionsCommandOutput) => void
|
|
552
|
+
): void;
|
|
553
|
+
listProtections(
|
|
554
|
+
args: ListProtectionsCommandInput,
|
|
555
|
+
options: __HttpHandlerOptions,
|
|
556
|
+
cb: (err: any, data?: ListProtectionsCommandOutput) => void
|
|
557
|
+
): void;
|
|
558
|
+
|
|
559
|
+
listResourcesInProtectionGroup(
|
|
560
|
+
args: ListResourcesInProtectionGroupCommandInput,
|
|
561
|
+
options?: __HttpHandlerOptions
|
|
562
|
+
): Promise<ListResourcesInProtectionGroupCommandOutput>;
|
|
563
|
+
listResourcesInProtectionGroup(
|
|
564
|
+
args: ListResourcesInProtectionGroupCommandInput,
|
|
565
|
+
cb: (err: any, data?: ListResourcesInProtectionGroupCommandOutput) => void
|
|
566
|
+
): void;
|
|
567
|
+
listResourcesInProtectionGroup(
|
|
568
|
+
args: ListResourcesInProtectionGroupCommandInput,
|
|
569
|
+
options: __HttpHandlerOptions,
|
|
570
|
+
cb: (err: any, data?: ListResourcesInProtectionGroupCommandOutput) => void
|
|
571
|
+
): void;
|
|
572
|
+
|
|
573
|
+
listTagsForResource(
|
|
574
|
+
args: ListTagsForResourceCommandInput,
|
|
575
|
+
options?: __HttpHandlerOptions
|
|
576
|
+
): Promise<ListTagsForResourceCommandOutput>;
|
|
577
|
+
listTagsForResource(
|
|
578
|
+
args: ListTagsForResourceCommandInput,
|
|
579
|
+
cb: (err: any, data?: ListTagsForResourceCommandOutput) => void
|
|
580
|
+
): void;
|
|
581
|
+
listTagsForResource(
|
|
582
|
+
args: ListTagsForResourceCommandInput,
|
|
583
|
+
options: __HttpHandlerOptions,
|
|
584
|
+
cb: (err: any, data?: ListTagsForResourceCommandOutput) => void
|
|
585
|
+
): void;
|
|
586
|
+
|
|
587
|
+
tagResource(
|
|
588
|
+
args: TagResourceCommandInput,
|
|
589
|
+
options?: __HttpHandlerOptions
|
|
590
|
+
): Promise<TagResourceCommandOutput>;
|
|
591
|
+
tagResource(
|
|
592
|
+
args: TagResourceCommandInput,
|
|
593
|
+
cb: (err: any, data?: TagResourceCommandOutput) => void
|
|
594
|
+
): void;
|
|
595
|
+
tagResource(
|
|
596
|
+
args: TagResourceCommandInput,
|
|
597
|
+
options: __HttpHandlerOptions,
|
|
598
|
+
cb: (err: any, data?: TagResourceCommandOutput) => void
|
|
599
|
+
): void;
|
|
600
|
+
|
|
601
|
+
untagResource(
|
|
602
|
+
args: UntagResourceCommandInput,
|
|
603
|
+
options?: __HttpHandlerOptions
|
|
604
|
+
): Promise<UntagResourceCommandOutput>;
|
|
605
|
+
untagResource(
|
|
606
|
+
args: UntagResourceCommandInput,
|
|
607
|
+
cb: (err: any, data?: UntagResourceCommandOutput) => void
|
|
608
|
+
): void;
|
|
609
|
+
untagResource(
|
|
610
|
+
args: UntagResourceCommandInput,
|
|
611
|
+
options: __HttpHandlerOptions,
|
|
612
|
+
cb: (err: any, data?: UntagResourceCommandOutput) => void
|
|
613
|
+
): void;
|
|
614
|
+
|
|
615
|
+
updateApplicationLayerAutomaticResponse(
|
|
616
|
+
args: UpdateApplicationLayerAutomaticResponseCommandInput,
|
|
617
|
+
options?: __HttpHandlerOptions
|
|
618
|
+
): Promise<UpdateApplicationLayerAutomaticResponseCommandOutput>;
|
|
619
|
+
updateApplicationLayerAutomaticResponse(
|
|
620
|
+
args: UpdateApplicationLayerAutomaticResponseCommandInput,
|
|
621
|
+
cb: (
|
|
622
|
+
err: any,
|
|
623
|
+
data?: UpdateApplicationLayerAutomaticResponseCommandOutput
|
|
624
|
+
) => void
|
|
625
|
+
): void;
|
|
626
|
+
updateApplicationLayerAutomaticResponse(
|
|
627
|
+
args: UpdateApplicationLayerAutomaticResponseCommandInput,
|
|
628
|
+
options: __HttpHandlerOptions,
|
|
629
|
+
cb: (
|
|
630
|
+
err: any,
|
|
631
|
+
data?: UpdateApplicationLayerAutomaticResponseCommandOutput
|
|
632
|
+
) => void
|
|
633
|
+
): void;
|
|
634
|
+
|
|
635
|
+
updateEmergencyContactSettings(
|
|
636
|
+
args: UpdateEmergencyContactSettingsCommandInput,
|
|
637
|
+
options?: __HttpHandlerOptions
|
|
638
|
+
): Promise<UpdateEmergencyContactSettingsCommandOutput>;
|
|
639
|
+
updateEmergencyContactSettings(
|
|
640
|
+
args: UpdateEmergencyContactSettingsCommandInput,
|
|
641
|
+
cb: (err: any, data?: UpdateEmergencyContactSettingsCommandOutput) => void
|
|
642
|
+
): void;
|
|
643
|
+
updateEmergencyContactSettings(
|
|
644
|
+
args: UpdateEmergencyContactSettingsCommandInput,
|
|
645
|
+
options: __HttpHandlerOptions,
|
|
646
|
+
cb: (err: any, data?: UpdateEmergencyContactSettingsCommandOutput) => void
|
|
647
|
+
): void;
|
|
648
|
+
|
|
649
|
+
updateProtectionGroup(
|
|
650
|
+
args: UpdateProtectionGroupCommandInput,
|
|
651
|
+
options?: __HttpHandlerOptions
|
|
652
|
+
): Promise<UpdateProtectionGroupCommandOutput>;
|
|
653
|
+
updateProtectionGroup(
|
|
654
|
+
args: UpdateProtectionGroupCommandInput,
|
|
655
|
+
cb: (err: any, data?: UpdateProtectionGroupCommandOutput) => void
|
|
656
|
+
): void;
|
|
657
|
+
updateProtectionGroup(
|
|
658
|
+
args: UpdateProtectionGroupCommandInput,
|
|
659
|
+
options: __HttpHandlerOptions,
|
|
660
|
+
cb: (err: any, data?: UpdateProtectionGroupCommandOutput) => void
|
|
661
|
+
): void;
|
|
662
|
+
|
|
663
|
+
updateSubscription(
|
|
664
|
+
args: UpdateSubscriptionCommandInput,
|
|
665
|
+
options?: __HttpHandlerOptions
|
|
666
|
+
): Promise<UpdateSubscriptionCommandOutput>;
|
|
667
|
+
updateSubscription(
|
|
668
|
+
args: UpdateSubscriptionCommandInput,
|
|
669
|
+
cb: (err: any, data?: UpdateSubscriptionCommandOutput) => void
|
|
670
|
+
): void;
|
|
671
|
+
updateSubscription(
|
|
672
|
+
args: UpdateSubscriptionCommandInput,
|
|
673
|
+
options: __HttpHandlerOptions,
|
|
674
|
+
cb: (err: any, data?: UpdateSubscriptionCommandOutput) => void
|
|
675
|
+
): void;
|
|
676
|
+
}
|