@aws-sdk/client-shield 3.927.0 → 3.929.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/dist-cjs/index.js +1129 -1338
  2. package/dist-cjs/runtimeConfig.shared.js +7 -0
  3. package/dist-es/ShieldClient.js +2 -0
  4. package/dist-es/commands/AssociateDRTLogBucketCommand.js +3 -9
  5. package/dist-es/commands/AssociateDRTRoleCommand.js +3 -9
  6. package/dist-es/commands/AssociateHealthCheckCommand.js +3 -9
  7. package/dist-es/commands/AssociateProactiveEngagementDetailsCommand.js +3 -9
  8. package/dist-es/commands/CreateProtectionCommand.js +3 -9
  9. package/dist-es/commands/CreateProtectionGroupCommand.js +3 -9
  10. package/dist-es/commands/CreateSubscriptionCommand.js +3 -9
  11. package/dist-es/commands/DeleteProtectionCommand.js +3 -9
  12. package/dist-es/commands/DeleteProtectionGroupCommand.js +3 -9
  13. package/dist-es/commands/DeleteSubscriptionCommand.js +3 -9
  14. package/dist-es/commands/DescribeAttackCommand.js +3 -9
  15. package/dist-es/commands/DescribeAttackStatisticsCommand.js +3 -9
  16. package/dist-es/commands/DescribeDRTAccessCommand.js +3 -9
  17. package/dist-es/commands/DescribeEmergencyContactSettingsCommand.js +3 -9
  18. package/dist-es/commands/DescribeProtectionCommand.js +3 -9
  19. package/dist-es/commands/DescribeProtectionGroupCommand.js +3 -9
  20. package/dist-es/commands/DescribeSubscriptionCommand.js +3 -9
  21. package/dist-es/commands/DisableApplicationLayerAutomaticResponseCommand.js +3 -9
  22. package/dist-es/commands/DisableProactiveEngagementCommand.js +3 -9
  23. package/dist-es/commands/DisassociateDRTLogBucketCommand.js +3 -9
  24. package/dist-es/commands/DisassociateDRTRoleCommand.js +3 -9
  25. package/dist-es/commands/DisassociateHealthCheckCommand.js +3 -9
  26. package/dist-es/commands/EnableApplicationLayerAutomaticResponseCommand.js +3 -9
  27. package/dist-es/commands/EnableProactiveEngagementCommand.js +3 -9
  28. package/dist-es/commands/GetSubscriptionStateCommand.js +3 -9
  29. package/dist-es/commands/ListAttacksCommand.js +3 -9
  30. package/dist-es/commands/ListProtectionGroupsCommand.js +3 -9
  31. package/dist-es/commands/ListProtectionsCommand.js +3 -9
  32. package/dist-es/commands/ListResourcesInProtectionGroupCommand.js +3 -9
  33. package/dist-es/commands/ListTagsForResourceCommand.js +3 -9
  34. package/dist-es/commands/TagResourceCommand.js +3 -9
  35. package/dist-es/commands/UntagResourceCommand.js +3 -9
  36. package/dist-es/commands/UpdateApplicationLayerAutomaticResponseCommand.js +3 -9
  37. package/dist-es/commands/UpdateEmergencyContactSettingsCommand.js +3 -9
  38. package/dist-es/commands/UpdateProtectionGroupCommand.js +3 -9
  39. package/dist-es/commands/UpdateSubscriptionCommand.js +3 -9
  40. package/dist-es/runtimeConfig.shared.js +7 -0
  41. package/dist-es/schemas/schemas_0.js +1029 -0
  42. package/dist-types/ShieldClient.d.ts +10 -1
  43. package/dist-types/runtimeConfig.browser.d.ts +1 -0
  44. package/dist-types/runtimeConfig.d.ts +1 -0
  45. package/dist-types/runtimeConfig.native.d.ts +1 -0
  46. package/dist-types/runtimeConfig.shared.d.ts +1 -0
  47. package/dist-types/schemas/schemas_0.d.ts +182 -0
  48. package/dist-types/ts3.4/ShieldClient.d.ts +4 -0
  49. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +4 -0
  50. package/dist-types/ts3.4/runtimeConfig.d.ts +4 -0
  51. package/dist-types/ts3.4/runtimeConfig.native.d.ts +4 -0
  52. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +4 -0
  53. package/dist-types/ts3.4/schemas/schemas_0.d.ts +187 -0
  54. package/package.json +5 -5
  55. package/dist-es/protocols/Aws_json1_1.js +0 -1051
  56. package/dist-types/protocols/Aws_json1_1.d.ts +0 -326
  57. package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +0 -437
@@ -5,7 +5,7 @@ import { EndpointInputConfig, EndpointResolvedConfig } from "@smithy/middleware-
5
5
  import { RetryInputConfig, RetryResolvedConfig } from "@smithy/middleware-retry";
6
6
  import { HttpHandlerUserInput as __HttpHandlerUserInput } from "@smithy/protocol-http";
7
7
  import { Client as __Client, DefaultsMode as __DefaultsMode, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration } from "@smithy/smithy-client";
8
- import { AwsCredentialIdentityProvider, BodyLengthCalculator as __BodyLengthCalculator, CheckOptionalClientConfig as __CheckOptionalClientConfig, ChecksumConstructor as __ChecksumConstructor, Decoder as __Decoder, Encoder as __Encoder, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, Provider as __Provider, Provider, StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent } from "@smithy/types";
8
+ import { AwsCredentialIdentityProvider, BodyLengthCalculator as __BodyLengthCalculator, CheckOptionalClientConfig as __CheckOptionalClientConfig, ChecksumConstructor as __ChecksumConstructor, ClientProtocol, Decoder as __Decoder, Encoder as __Encoder, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, HttpRequest, HttpResponse, Logger as __Logger, Provider as __Provider, Provider, StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent } from "@smithy/types";
9
9
  import { HttpAuthSchemeInputConfig, HttpAuthSchemeResolvedConfig } from "./auth/httpAuthSchemeProvider";
10
10
  import { AssociateDRTLogBucketCommandInput, AssociateDRTLogBucketCommandOutput } from "./commands/AssociateDRTLogBucketCommand";
11
11
  import { AssociateDRTRoleCommandInput, AssociateDRTRoleCommandOutput } from "./commands/AssociateDRTRoleCommand";
@@ -177,6 +177,15 @@ export interface ClientDefaults extends Partial<__SmithyConfiguration<__HttpHand
177
177
  * Optional extensions
178
178
  */
179
179
  extensions?: RuntimeExtension[];
180
+ /**
181
+ * The protocol controlling the message type (e.g. HTTP) and format (e.g. JSON)
182
+ * may be overridden. A default will always be set by the client.
183
+ * Available options depend on the service's supported protocols and will not be validated by
184
+ * the client.
185
+ * @alpha
186
+ *
187
+ */
188
+ protocol?: ClientProtocol<HttpRequest, HttpResponse>;
180
189
  /**
181
190
  * The {@link @smithy/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK.
182
191
  */
@@ -29,6 +29,7 @@ export declare const getRuntimeConfig: (config: ShieldClientConfig) => {
29
29
  profile?: string;
30
30
  logger: import("@smithy/types").Logger;
31
31
  extensions: import("./runtimeExtensions").RuntimeExtension[];
32
+ protocol: import("@smithy/types").ClientProtocol<import("@smithy/types").HttpRequest, import("@smithy/types").HttpResponse>;
32
33
  customUserAgent?: string | import("@smithy/types").UserAgent;
33
34
  userAgentAppId?: string | undefined | import("@smithy/types").Provider<string | undefined>;
34
35
  retryStrategy?: import("@smithy/types").RetryStrategy | import("@smithy/types").RetryStrategyV2;
@@ -31,6 +31,7 @@ export declare const getRuntimeConfig: (config: ShieldClientConfig) => {
31
31
  profile?: string;
32
32
  logger: import("@smithy/types").Logger;
33
33
  extensions: import("./runtimeExtensions").RuntimeExtension[];
34
+ protocol: import("@smithy/types").ClientProtocol<import("@smithy/types").HttpRequest, import("@smithy/types").HttpResponse>;
34
35
  customUserAgent?: string | import("@smithy/types").UserAgent;
35
36
  retryStrategy?: import("@smithy/types").RetryStrategy | import("@smithy/types").RetryStrategyV2;
36
37
  endpoint?: ((string | import("@smithy/types").Endpoint | import("@smithy/types").Provider<import("@smithy/types").Endpoint> | import("@smithy/types").EndpointV2 | import("@smithy/types").Provider<import("@smithy/types").EndpointV2>) & (string | import("@smithy/types").Provider<string> | import("@smithy/types").Endpoint | import("@smithy/types").Provider<import("@smithy/types").Endpoint> | import("@smithy/types").EndpointV2 | import("@smithy/types").Provider<import("@smithy/types").EndpointV2>)) | undefined;
@@ -27,6 +27,7 @@ export declare const getRuntimeConfig: (config: ShieldClientConfig) => {
27
27
  retryMode: string | import("@smithy/types").Provider<string>;
28
28
  logger: import("@smithy/types").Logger;
29
29
  extensions: import("./runtimeExtensions").RuntimeExtension[];
30
+ protocol: import("@smithy/types").ClientProtocol<import("@smithy/types").HttpRequest, import("@smithy/types").HttpResponse>;
30
31
  defaultsMode: import("@smithy/smithy-client").DefaultsMode | import("@smithy/types").Provider<import("@smithy/smithy-client").DefaultsMode>;
31
32
  customUserAgent?: string | import("@smithy/types").UserAgent;
32
33
  userAgentAppId?: string | undefined | import("@smithy/types").Provider<string | undefined>;
@@ -14,6 +14,7 @@ export declare const getRuntimeConfig: (config: ShieldClientConfig) => {
14
14
  httpAuthSchemeProvider: import("./auth/httpAuthSchemeProvider").ShieldHttpAuthSchemeProvider;
15
15
  httpAuthSchemes: import("@smithy/types").HttpAuthScheme[];
16
16
  logger: import("@smithy/types").Logger;
17
+ protocol: import("@smithy/types").ClientProtocol<import("@smithy/types").HttpRequest, import("@smithy/types").HttpResponse>;
17
18
  serviceId: string;
18
19
  urlParser: import("@smithy/types").UrlParser;
19
20
  utf8Decoder: import("@smithy/types").Decoder;
@@ -0,0 +1,182 @@
1
+ import { StaticErrorSchema, StaticListSchema, StaticOperationSchema, StaticStructureSchema } from "@smithy/types";
2
+ export declare var AccessDeniedException: StaticErrorSchema;
3
+ export declare var AccessDeniedForDependencyException: StaticErrorSchema;
4
+ export declare var ApplicationLayerAutomaticResponseConfiguration: StaticStructureSchema;
5
+ export declare var AssociateDRTLogBucketRequest: StaticStructureSchema;
6
+ export declare var AssociateDRTLogBucketResponse: StaticStructureSchema;
7
+ export declare var AssociateDRTRoleRequest: StaticStructureSchema;
8
+ export declare var AssociateDRTRoleResponse: StaticStructureSchema;
9
+ export declare var AssociateHealthCheckRequest: StaticStructureSchema;
10
+ export declare var AssociateHealthCheckResponse: StaticStructureSchema;
11
+ export declare var AssociateProactiveEngagementDetailsRequest: StaticStructureSchema;
12
+ export declare var AssociateProactiveEngagementDetailsResponse: StaticStructureSchema;
13
+ export declare var AttackDetail: StaticStructureSchema;
14
+ export declare var AttackProperty: StaticStructureSchema;
15
+ export declare var AttackStatisticsDataItem: StaticStructureSchema;
16
+ export declare var AttackSummary: StaticStructureSchema;
17
+ export declare var AttackVectorDescription: StaticStructureSchema;
18
+ export declare var AttackVolume: StaticStructureSchema;
19
+ export declare var AttackVolumeStatistics: StaticStructureSchema;
20
+ export declare var BlockAction: StaticStructureSchema;
21
+ export declare var Contributor: StaticStructureSchema;
22
+ export declare var CountAction: StaticStructureSchema;
23
+ export declare var CreateProtectionGroupRequest: StaticStructureSchema;
24
+ export declare var CreateProtectionGroupResponse: StaticStructureSchema;
25
+ export declare var CreateProtectionRequest: StaticStructureSchema;
26
+ export declare var CreateProtectionResponse: StaticStructureSchema;
27
+ export declare var CreateSubscriptionRequest: StaticStructureSchema;
28
+ export declare var CreateSubscriptionResponse: StaticStructureSchema;
29
+ export declare var DeleteProtectionGroupRequest: StaticStructureSchema;
30
+ export declare var DeleteProtectionGroupResponse: StaticStructureSchema;
31
+ export declare var DeleteProtectionRequest: StaticStructureSchema;
32
+ export declare var DeleteProtectionResponse: StaticStructureSchema;
33
+ export declare var DeleteSubscriptionRequest: StaticStructureSchema;
34
+ export declare var DeleteSubscriptionResponse: StaticStructureSchema;
35
+ export declare var DescribeAttackRequest: StaticStructureSchema;
36
+ export declare var DescribeAttackResponse: StaticStructureSchema;
37
+ export declare var DescribeAttackStatisticsRequest: StaticStructureSchema;
38
+ export declare var DescribeAttackStatisticsResponse: StaticStructureSchema;
39
+ export declare var DescribeDRTAccessRequest: StaticStructureSchema;
40
+ export declare var DescribeDRTAccessResponse: StaticStructureSchema;
41
+ export declare var DescribeEmergencyContactSettingsRequest: StaticStructureSchema;
42
+ export declare var DescribeEmergencyContactSettingsResponse: StaticStructureSchema;
43
+ export declare var DescribeProtectionGroupRequest: StaticStructureSchema;
44
+ export declare var DescribeProtectionGroupResponse: StaticStructureSchema;
45
+ export declare var DescribeProtectionRequest: StaticStructureSchema;
46
+ export declare var DescribeProtectionResponse: StaticStructureSchema;
47
+ export declare var DescribeSubscriptionRequest: StaticStructureSchema;
48
+ export declare var DescribeSubscriptionResponse: StaticStructureSchema;
49
+ export declare var DisableApplicationLayerAutomaticResponseRequest: StaticStructureSchema;
50
+ export declare var DisableApplicationLayerAutomaticResponseResponse: StaticStructureSchema;
51
+ export declare var DisableProactiveEngagementRequest: StaticStructureSchema;
52
+ export declare var DisableProactiveEngagementResponse: StaticStructureSchema;
53
+ export declare var DisassociateDRTLogBucketRequest: StaticStructureSchema;
54
+ export declare var DisassociateDRTLogBucketResponse: StaticStructureSchema;
55
+ export declare var DisassociateDRTRoleRequest: StaticStructureSchema;
56
+ export declare var DisassociateDRTRoleResponse: StaticStructureSchema;
57
+ export declare var DisassociateHealthCheckRequest: StaticStructureSchema;
58
+ export declare var DisassociateHealthCheckResponse: StaticStructureSchema;
59
+ export declare var EmergencyContact: StaticStructureSchema;
60
+ export declare var EnableApplicationLayerAutomaticResponseRequest: StaticStructureSchema;
61
+ export declare var EnableApplicationLayerAutomaticResponseResponse: StaticStructureSchema;
62
+ export declare var EnableProactiveEngagementRequest: StaticStructureSchema;
63
+ export declare var EnableProactiveEngagementResponse: StaticStructureSchema;
64
+ export declare var GetSubscriptionStateRequest: StaticStructureSchema;
65
+ export declare var GetSubscriptionStateResponse: StaticStructureSchema;
66
+ export declare var InclusionProtectionFilters: StaticStructureSchema;
67
+ export declare var InclusionProtectionGroupFilters: StaticStructureSchema;
68
+ export declare var InternalErrorException: StaticErrorSchema;
69
+ export declare var InvalidOperationException: StaticErrorSchema;
70
+ export declare var InvalidPaginationTokenException: StaticErrorSchema;
71
+ export declare var InvalidParameterException: StaticErrorSchema;
72
+ export declare var InvalidResourceException: StaticErrorSchema;
73
+ export declare var Limit: StaticStructureSchema;
74
+ export declare var LimitsExceededException: StaticErrorSchema;
75
+ export declare var ListAttacksRequest: StaticStructureSchema;
76
+ export declare var ListAttacksResponse: StaticStructureSchema;
77
+ export declare var ListProtectionGroupsRequest: StaticStructureSchema;
78
+ export declare var ListProtectionGroupsResponse: StaticStructureSchema;
79
+ export declare var ListProtectionsRequest: StaticStructureSchema;
80
+ export declare var ListProtectionsResponse: StaticStructureSchema;
81
+ export declare var ListResourcesInProtectionGroupRequest: StaticStructureSchema;
82
+ export declare var ListResourcesInProtectionGroupResponse: StaticStructureSchema;
83
+ export declare var ListTagsForResourceRequest: StaticStructureSchema;
84
+ export declare var ListTagsForResourceResponse: StaticStructureSchema;
85
+ export declare var LockedSubscriptionException: StaticErrorSchema;
86
+ export declare var Mitigation: StaticStructureSchema;
87
+ export declare var NoAssociatedRoleException: StaticErrorSchema;
88
+ export declare var OptimisticLockException: StaticErrorSchema;
89
+ export declare var Protection: StaticStructureSchema;
90
+ export declare var ProtectionGroup: StaticStructureSchema;
91
+ export declare var ProtectionGroupArbitraryPatternLimits: StaticStructureSchema;
92
+ export declare var ProtectionGroupLimits: StaticStructureSchema;
93
+ export declare var ProtectionGroupPatternTypeLimits: StaticStructureSchema;
94
+ export declare var ProtectionLimits: StaticStructureSchema;
95
+ export declare var ResourceAlreadyExistsException: StaticErrorSchema;
96
+ export declare var ResourceNotFoundException: StaticErrorSchema;
97
+ export declare var ResponseAction: StaticStructureSchema;
98
+ export declare var SubResourceSummary: StaticStructureSchema;
99
+ export declare var Subscription: StaticStructureSchema;
100
+ export declare var SubscriptionLimits: StaticStructureSchema;
101
+ export declare var SummarizedAttackVector: StaticStructureSchema;
102
+ export declare var SummarizedCounter: StaticStructureSchema;
103
+ export declare var Tag: StaticStructureSchema;
104
+ export declare var TagResourceRequest: StaticStructureSchema;
105
+ export declare var TagResourceResponse: StaticStructureSchema;
106
+ export declare var TimeRange: StaticStructureSchema;
107
+ export declare var UntagResourceRequest: StaticStructureSchema;
108
+ export declare var UntagResourceResponse: StaticStructureSchema;
109
+ export declare var UpdateApplicationLayerAutomaticResponseRequest: StaticStructureSchema;
110
+ export declare var UpdateApplicationLayerAutomaticResponseResponse: StaticStructureSchema;
111
+ export declare var UpdateEmergencyContactSettingsRequest: StaticStructureSchema;
112
+ export declare var UpdateEmergencyContactSettingsResponse: StaticStructureSchema;
113
+ export declare var UpdateProtectionGroupRequest: StaticStructureSchema;
114
+ export declare var UpdateProtectionGroupResponse: StaticStructureSchema;
115
+ export declare var UpdateSubscriptionRequest: StaticStructureSchema;
116
+ export declare var UpdateSubscriptionResponse: StaticStructureSchema;
117
+ export declare var ValidationExceptionField: StaticStructureSchema;
118
+ export declare var __Unit: "unit";
119
+ export declare var ShieldServiceException: StaticErrorSchema;
120
+ export declare var AttackProperties: StaticListSchema;
121
+ export declare var AttackStatisticsDataList: StaticListSchema;
122
+ export declare var AttackSummaries: StaticListSchema;
123
+ export declare var AttackVectorDescriptionList: StaticListSchema;
124
+ export declare var EmergencyContactList: StaticListSchema;
125
+ export declare var HealthCheckIds: number;
126
+ export declare var Limits: StaticListSchema;
127
+ export declare var LogBucketList: number;
128
+ export declare var MitigationList: StaticListSchema;
129
+ export declare var ProtectedResourceTypeFilters: number;
130
+ export declare var ProtectionGroupAggregationFilters: number;
131
+ export declare var ProtectionGroupIdFilters: number;
132
+ export declare var ProtectionGroupMembers: number;
133
+ export declare var ProtectionGroupPatternFilters: number;
134
+ export declare var ProtectionGroups: StaticListSchema;
135
+ export declare var ProtectionNameFilters: number;
136
+ export declare var Protections: StaticListSchema;
137
+ export declare var ResourceArnFilterList: number;
138
+ export declare var ResourceArnFilters: number;
139
+ export declare var ResourceArnList: number;
140
+ export declare var SubResourceSummaryList: StaticListSchema;
141
+ export declare var SummarizedAttackVectorList: StaticListSchema;
142
+ export declare var SummarizedCounterList: StaticListSchema;
143
+ export declare var TagKeyList: number;
144
+ export declare var TagList: StaticListSchema;
145
+ export declare var TopContributors: StaticListSchema;
146
+ export declare var ValidationExceptionFieldList: StaticListSchema;
147
+ export declare var AssociateDRTLogBucket: StaticOperationSchema;
148
+ export declare var AssociateDRTRole: StaticOperationSchema;
149
+ export declare var AssociateHealthCheck: StaticOperationSchema;
150
+ export declare var AssociateProactiveEngagementDetails: StaticOperationSchema;
151
+ export declare var CreateProtection: StaticOperationSchema;
152
+ export declare var CreateProtectionGroup: StaticOperationSchema;
153
+ export declare var CreateSubscription: StaticOperationSchema;
154
+ export declare var DeleteProtection: StaticOperationSchema;
155
+ export declare var DeleteProtectionGroup: StaticOperationSchema;
156
+ export declare var DeleteSubscription: StaticOperationSchema;
157
+ export declare var DescribeAttack: StaticOperationSchema;
158
+ export declare var DescribeAttackStatistics: StaticOperationSchema;
159
+ export declare var DescribeDRTAccess: StaticOperationSchema;
160
+ export declare var DescribeEmergencyContactSettings: StaticOperationSchema;
161
+ export declare var DescribeProtection: StaticOperationSchema;
162
+ export declare var DescribeProtectionGroup: StaticOperationSchema;
163
+ export declare var DescribeSubscription: StaticOperationSchema;
164
+ export declare var DisableApplicationLayerAutomaticResponse: StaticOperationSchema;
165
+ export declare var DisableProactiveEngagement: StaticOperationSchema;
166
+ export declare var DisassociateDRTLogBucket: StaticOperationSchema;
167
+ export declare var DisassociateDRTRole: StaticOperationSchema;
168
+ export declare var DisassociateHealthCheck: StaticOperationSchema;
169
+ export declare var EnableApplicationLayerAutomaticResponse: StaticOperationSchema;
170
+ export declare var EnableProactiveEngagement: StaticOperationSchema;
171
+ export declare var GetSubscriptionState: StaticOperationSchema;
172
+ export declare var ListAttacks: StaticOperationSchema;
173
+ export declare var ListProtectionGroups: StaticOperationSchema;
174
+ export declare var ListProtections: StaticOperationSchema;
175
+ export declare var ListResourcesInProtectionGroup: StaticOperationSchema;
176
+ export declare var ListTagsForResource: StaticOperationSchema;
177
+ export declare var TagResource: StaticOperationSchema;
178
+ export declare var UntagResource: StaticOperationSchema;
179
+ export declare var UpdateApplicationLayerAutomaticResponse: StaticOperationSchema;
180
+ export declare var UpdateEmergencyContactSettings: StaticOperationSchema;
181
+ export declare var UpdateProtectionGroup: StaticOperationSchema;
182
+ export declare var UpdateSubscription: StaticOperationSchema;
@@ -30,10 +30,13 @@ import {
30
30
  BodyLengthCalculator as __BodyLengthCalculator,
31
31
  CheckOptionalClientConfig as __CheckOptionalClientConfig,
32
32
  ChecksumConstructor as __ChecksumConstructor,
33
+ ClientProtocol,
33
34
  Decoder as __Decoder,
34
35
  Encoder as __Encoder,
35
36
  HashConstructor as __HashConstructor,
36
37
  HttpHandlerOptions as __HttpHandlerOptions,
38
+ HttpRequest,
39
+ HttpResponse,
37
40
  Logger as __Logger,
38
41
  Provider as __Provider,
39
42
  Provider,
@@ -294,6 +297,7 @@ export interface ClientDefaults
294
297
  retryMode?: string | __Provider<string>;
295
298
  logger?: __Logger;
296
299
  extensions?: RuntimeExtension[];
300
+ protocol?: ClientProtocol<HttpRequest, HttpResponse>;
297
301
  defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>;
298
302
  }
299
303
  export type ShieldClientConfigType = Partial<
@@ -38,6 +38,10 @@ export declare const getRuntimeConfig: (config: ShieldClientConfig) => {
38
38
  profile?: string;
39
39
  logger: import("@smithy/types").Logger;
40
40
  extensions: import("./runtimeExtensions").RuntimeExtension[];
41
+ protocol: import("@smithy/types").ClientProtocol<
42
+ import("@smithy/types").HttpRequest,
43
+ import("@smithy/types").HttpResponse
44
+ >;
41
45
  customUserAgent?: string | import("@smithy/types").UserAgent;
42
46
  userAgentAppId?:
43
47
  | string
@@ -38,6 +38,10 @@ export declare const getRuntimeConfig: (config: ShieldClientConfig) => {
38
38
  profile?: string;
39
39
  logger: import("@smithy/types").Logger;
40
40
  extensions: import("./runtimeExtensions").RuntimeExtension[];
41
+ protocol: import("@smithy/types").ClientProtocol<
42
+ import("@smithy/types").HttpRequest,
43
+ import("@smithy/types").HttpResponse
44
+ >;
41
45
  customUserAgent?: string | import("@smithy/types").UserAgent;
42
46
  retryStrategy?:
43
47
  | import("@smithy/types").RetryStrategy
@@ -37,6 +37,10 @@ export declare const getRuntimeConfig: (config: ShieldClientConfig) => {
37
37
  retryMode: string | import("@smithy/types").Provider<string>;
38
38
  logger: import("@smithy/types").Logger;
39
39
  extensions: import("./runtimeExtensions").RuntimeExtension[];
40
+ protocol: import("@smithy/types").ClientProtocol<
41
+ import("@smithy/types").HttpRequest,
42
+ import("@smithy/types").HttpResponse
43
+ >;
40
44
  defaultsMode:
41
45
  | import("@smithy/smithy-client").DefaultsMode
42
46
  | import("@smithy/types").Provider<
@@ -14,6 +14,10 @@ export declare const getRuntimeConfig: (config: ShieldClientConfig) => {
14
14
  httpAuthSchemeProvider: import("./auth/httpAuthSchemeProvider").ShieldHttpAuthSchemeProvider;
15
15
  httpAuthSchemes: import("@smithy/types").HttpAuthScheme[];
16
16
  logger: import("@smithy/types").Logger;
17
+ protocol: import("@smithy/types").ClientProtocol<
18
+ import("@smithy/types").HttpRequest,
19
+ import("@smithy/types").HttpResponse
20
+ >;
17
21
  serviceId: string;
18
22
  urlParser: import("@smithy/types").UrlParser;
19
23
  utf8Decoder: import("@smithy/types").Decoder;
@@ -0,0 +1,187 @@
1
+ import {
2
+ StaticErrorSchema,
3
+ StaticListSchema,
4
+ StaticOperationSchema,
5
+ StaticStructureSchema,
6
+ } from "@smithy/types";
7
+ export declare var AccessDeniedException: StaticErrorSchema;
8
+ export declare var AccessDeniedForDependencyException: StaticErrorSchema;
9
+ export declare var ApplicationLayerAutomaticResponseConfiguration: StaticStructureSchema;
10
+ export declare var AssociateDRTLogBucketRequest: StaticStructureSchema;
11
+ export declare var AssociateDRTLogBucketResponse: StaticStructureSchema;
12
+ export declare var AssociateDRTRoleRequest: StaticStructureSchema;
13
+ export declare var AssociateDRTRoleResponse: StaticStructureSchema;
14
+ export declare var AssociateHealthCheckRequest: StaticStructureSchema;
15
+ export declare var AssociateHealthCheckResponse: StaticStructureSchema;
16
+ export declare var AssociateProactiveEngagementDetailsRequest: StaticStructureSchema;
17
+ export declare var AssociateProactiveEngagementDetailsResponse: StaticStructureSchema;
18
+ export declare var AttackDetail: StaticStructureSchema;
19
+ export declare var AttackProperty: StaticStructureSchema;
20
+ export declare var AttackStatisticsDataItem: StaticStructureSchema;
21
+ export declare var AttackSummary: StaticStructureSchema;
22
+ export declare var AttackVectorDescription: StaticStructureSchema;
23
+ export declare var AttackVolume: StaticStructureSchema;
24
+ export declare var AttackVolumeStatistics: StaticStructureSchema;
25
+ export declare var BlockAction: StaticStructureSchema;
26
+ export declare var Contributor: StaticStructureSchema;
27
+ export declare var CountAction: StaticStructureSchema;
28
+ export declare var CreateProtectionGroupRequest: StaticStructureSchema;
29
+ export declare var CreateProtectionGroupResponse: StaticStructureSchema;
30
+ export declare var CreateProtectionRequest: StaticStructureSchema;
31
+ export declare var CreateProtectionResponse: StaticStructureSchema;
32
+ export declare var CreateSubscriptionRequest: StaticStructureSchema;
33
+ export declare var CreateSubscriptionResponse: StaticStructureSchema;
34
+ export declare var DeleteProtectionGroupRequest: StaticStructureSchema;
35
+ export declare var DeleteProtectionGroupResponse: StaticStructureSchema;
36
+ export declare var DeleteProtectionRequest: StaticStructureSchema;
37
+ export declare var DeleteProtectionResponse: StaticStructureSchema;
38
+ export declare var DeleteSubscriptionRequest: StaticStructureSchema;
39
+ export declare var DeleteSubscriptionResponse: StaticStructureSchema;
40
+ export declare var DescribeAttackRequest: StaticStructureSchema;
41
+ export declare var DescribeAttackResponse: StaticStructureSchema;
42
+ export declare var DescribeAttackStatisticsRequest: StaticStructureSchema;
43
+ export declare var DescribeAttackStatisticsResponse: StaticStructureSchema;
44
+ export declare var DescribeDRTAccessRequest: StaticStructureSchema;
45
+ export declare var DescribeDRTAccessResponse: StaticStructureSchema;
46
+ export declare var DescribeEmergencyContactSettingsRequest: StaticStructureSchema;
47
+ export declare var DescribeEmergencyContactSettingsResponse: StaticStructureSchema;
48
+ export declare var DescribeProtectionGroupRequest: StaticStructureSchema;
49
+ export declare var DescribeProtectionGroupResponse: StaticStructureSchema;
50
+ export declare var DescribeProtectionRequest: StaticStructureSchema;
51
+ export declare var DescribeProtectionResponse: StaticStructureSchema;
52
+ export declare var DescribeSubscriptionRequest: StaticStructureSchema;
53
+ export declare var DescribeSubscriptionResponse: StaticStructureSchema;
54
+ export declare var DisableApplicationLayerAutomaticResponseRequest: StaticStructureSchema;
55
+ export declare var DisableApplicationLayerAutomaticResponseResponse: StaticStructureSchema;
56
+ export declare var DisableProactiveEngagementRequest: StaticStructureSchema;
57
+ export declare var DisableProactiveEngagementResponse: StaticStructureSchema;
58
+ export declare var DisassociateDRTLogBucketRequest: StaticStructureSchema;
59
+ export declare var DisassociateDRTLogBucketResponse: StaticStructureSchema;
60
+ export declare var DisassociateDRTRoleRequest: StaticStructureSchema;
61
+ export declare var DisassociateDRTRoleResponse: StaticStructureSchema;
62
+ export declare var DisassociateHealthCheckRequest: StaticStructureSchema;
63
+ export declare var DisassociateHealthCheckResponse: StaticStructureSchema;
64
+ export declare var EmergencyContact: StaticStructureSchema;
65
+ export declare var EnableApplicationLayerAutomaticResponseRequest: StaticStructureSchema;
66
+ export declare var EnableApplicationLayerAutomaticResponseResponse: StaticStructureSchema;
67
+ export declare var EnableProactiveEngagementRequest: StaticStructureSchema;
68
+ export declare var EnableProactiveEngagementResponse: StaticStructureSchema;
69
+ export declare var GetSubscriptionStateRequest: StaticStructureSchema;
70
+ export declare var GetSubscriptionStateResponse: StaticStructureSchema;
71
+ export declare var InclusionProtectionFilters: StaticStructureSchema;
72
+ export declare var InclusionProtectionGroupFilters: StaticStructureSchema;
73
+ export declare var InternalErrorException: StaticErrorSchema;
74
+ export declare var InvalidOperationException: StaticErrorSchema;
75
+ export declare var InvalidPaginationTokenException: StaticErrorSchema;
76
+ export declare var InvalidParameterException: StaticErrorSchema;
77
+ export declare var InvalidResourceException: StaticErrorSchema;
78
+ export declare var Limit: StaticStructureSchema;
79
+ export declare var LimitsExceededException: StaticErrorSchema;
80
+ export declare var ListAttacksRequest: StaticStructureSchema;
81
+ export declare var ListAttacksResponse: StaticStructureSchema;
82
+ export declare var ListProtectionGroupsRequest: StaticStructureSchema;
83
+ export declare var ListProtectionGroupsResponse: StaticStructureSchema;
84
+ export declare var ListProtectionsRequest: StaticStructureSchema;
85
+ export declare var ListProtectionsResponse: StaticStructureSchema;
86
+ export declare var ListResourcesInProtectionGroupRequest: StaticStructureSchema;
87
+ export declare var ListResourcesInProtectionGroupResponse: StaticStructureSchema;
88
+ export declare var ListTagsForResourceRequest: StaticStructureSchema;
89
+ export declare var ListTagsForResourceResponse: StaticStructureSchema;
90
+ export declare var LockedSubscriptionException: StaticErrorSchema;
91
+ export declare var Mitigation: StaticStructureSchema;
92
+ export declare var NoAssociatedRoleException: StaticErrorSchema;
93
+ export declare var OptimisticLockException: StaticErrorSchema;
94
+ export declare var Protection: StaticStructureSchema;
95
+ export declare var ProtectionGroup: StaticStructureSchema;
96
+ export declare var ProtectionGroupArbitraryPatternLimits: StaticStructureSchema;
97
+ export declare var ProtectionGroupLimits: StaticStructureSchema;
98
+ export declare var ProtectionGroupPatternTypeLimits: StaticStructureSchema;
99
+ export declare var ProtectionLimits: StaticStructureSchema;
100
+ export declare var ResourceAlreadyExistsException: StaticErrorSchema;
101
+ export declare var ResourceNotFoundException: StaticErrorSchema;
102
+ export declare var ResponseAction: StaticStructureSchema;
103
+ export declare var SubResourceSummary: StaticStructureSchema;
104
+ export declare var Subscription: StaticStructureSchema;
105
+ export declare var SubscriptionLimits: StaticStructureSchema;
106
+ export declare var SummarizedAttackVector: StaticStructureSchema;
107
+ export declare var SummarizedCounter: StaticStructureSchema;
108
+ export declare var Tag: StaticStructureSchema;
109
+ export declare var TagResourceRequest: StaticStructureSchema;
110
+ export declare var TagResourceResponse: StaticStructureSchema;
111
+ export declare var TimeRange: StaticStructureSchema;
112
+ export declare var UntagResourceRequest: StaticStructureSchema;
113
+ export declare var UntagResourceResponse: StaticStructureSchema;
114
+ export declare var UpdateApplicationLayerAutomaticResponseRequest: StaticStructureSchema;
115
+ export declare var UpdateApplicationLayerAutomaticResponseResponse: StaticStructureSchema;
116
+ export declare var UpdateEmergencyContactSettingsRequest: StaticStructureSchema;
117
+ export declare var UpdateEmergencyContactSettingsResponse: StaticStructureSchema;
118
+ export declare var UpdateProtectionGroupRequest: StaticStructureSchema;
119
+ export declare var UpdateProtectionGroupResponse: StaticStructureSchema;
120
+ export declare var UpdateSubscriptionRequest: StaticStructureSchema;
121
+ export declare var UpdateSubscriptionResponse: StaticStructureSchema;
122
+ export declare var ValidationExceptionField: StaticStructureSchema;
123
+ export declare var __Unit: "unit";
124
+ export declare var ShieldServiceException: StaticErrorSchema;
125
+ export declare var AttackProperties: StaticListSchema;
126
+ export declare var AttackStatisticsDataList: StaticListSchema;
127
+ export declare var AttackSummaries: StaticListSchema;
128
+ export declare var AttackVectorDescriptionList: StaticListSchema;
129
+ export declare var EmergencyContactList: StaticListSchema;
130
+ export declare var HealthCheckIds: number;
131
+ export declare var Limits: StaticListSchema;
132
+ export declare var LogBucketList: number;
133
+ export declare var MitigationList: StaticListSchema;
134
+ export declare var ProtectedResourceTypeFilters: number;
135
+ export declare var ProtectionGroupAggregationFilters: number;
136
+ export declare var ProtectionGroupIdFilters: number;
137
+ export declare var ProtectionGroupMembers: number;
138
+ export declare var ProtectionGroupPatternFilters: number;
139
+ export declare var ProtectionGroups: StaticListSchema;
140
+ export declare var ProtectionNameFilters: number;
141
+ export declare var Protections: StaticListSchema;
142
+ export declare var ResourceArnFilterList: number;
143
+ export declare var ResourceArnFilters: number;
144
+ export declare var ResourceArnList: number;
145
+ export declare var SubResourceSummaryList: StaticListSchema;
146
+ export declare var SummarizedAttackVectorList: StaticListSchema;
147
+ export declare var SummarizedCounterList: StaticListSchema;
148
+ export declare var TagKeyList: number;
149
+ export declare var TagList: StaticListSchema;
150
+ export declare var TopContributors: StaticListSchema;
151
+ export declare var ValidationExceptionFieldList: StaticListSchema;
152
+ export declare var AssociateDRTLogBucket: StaticOperationSchema;
153
+ export declare var AssociateDRTRole: StaticOperationSchema;
154
+ export declare var AssociateHealthCheck: StaticOperationSchema;
155
+ export declare var AssociateProactiveEngagementDetails: StaticOperationSchema;
156
+ export declare var CreateProtection: StaticOperationSchema;
157
+ export declare var CreateProtectionGroup: StaticOperationSchema;
158
+ export declare var CreateSubscription: StaticOperationSchema;
159
+ export declare var DeleteProtection: StaticOperationSchema;
160
+ export declare var DeleteProtectionGroup: StaticOperationSchema;
161
+ export declare var DeleteSubscription: StaticOperationSchema;
162
+ export declare var DescribeAttack: StaticOperationSchema;
163
+ export declare var DescribeAttackStatistics: StaticOperationSchema;
164
+ export declare var DescribeDRTAccess: StaticOperationSchema;
165
+ export declare var DescribeEmergencyContactSettings: StaticOperationSchema;
166
+ export declare var DescribeProtection: StaticOperationSchema;
167
+ export declare var DescribeProtectionGroup: StaticOperationSchema;
168
+ export declare var DescribeSubscription: StaticOperationSchema;
169
+ export declare var DisableApplicationLayerAutomaticResponse: StaticOperationSchema;
170
+ export declare var DisableProactiveEngagement: StaticOperationSchema;
171
+ export declare var DisassociateDRTLogBucket: StaticOperationSchema;
172
+ export declare var DisassociateDRTRole: StaticOperationSchema;
173
+ export declare var DisassociateHealthCheck: StaticOperationSchema;
174
+ export declare var EnableApplicationLayerAutomaticResponse: StaticOperationSchema;
175
+ export declare var EnableProactiveEngagement: StaticOperationSchema;
176
+ export declare var GetSubscriptionState: StaticOperationSchema;
177
+ export declare var ListAttacks: StaticOperationSchema;
178
+ export declare var ListProtectionGroups: StaticOperationSchema;
179
+ export declare var ListProtections: StaticOperationSchema;
180
+ export declare var ListResourcesInProtectionGroup: StaticOperationSchema;
181
+ export declare var ListTagsForResource: StaticOperationSchema;
182
+ export declare var TagResource: StaticOperationSchema;
183
+ export declare var UntagResource: StaticOperationSchema;
184
+ export declare var UpdateApplicationLayerAutomaticResponse: StaticOperationSchema;
185
+ export declare var UpdateEmergencyContactSettings: StaticOperationSchema;
186
+ export declare var UpdateProtectionGroup: StaticOperationSchema;
187
+ export declare var UpdateSubscription: StaticOperationSchema;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-shield",
3
3
  "description": "AWS SDK for JavaScript Shield Client for Node.js, Browser and React Native",
4
- "version": "3.927.0",
4
+ "version": "3.929.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "node ../../scripts/compilation/inline client-shield",
@@ -20,17 +20,17 @@
20
20
  "dependencies": {
21
21
  "@aws-crypto/sha256-browser": "5.2.0",
22
22
  "@aws-crypto/sha256-js": "5.2.0",
23
- "@aws-sdk/core": "3.927.0",
24
- "@aws-sdk/credential-provider-node": "3.927.0",
23
+ "@aws-sdk/core": "3.928.0",
24
+ "@aws-sdk/credential-provider-node": "3.929.0",
25
25
  "@aws-sdk/middleware-host-header": "3.922.0",
26
26
  "@aws-sdk/middleware-logger": "3.922.0",
27
27
  "@aws-sdk/middleware-recursion-detection": "3.922.0",
28
- "@aws-sdk/middleware-user-agent": "3.927.0",
28
+ "@aws-sdk/middleware-user-agent": "3.928.0",
29
29
  "@aws-sdk/region-config-resolver": "3.925.0",
30
30
  "@aws-sdk/types": "3.922.0",
31
31
  "@aws-sdk/util-endpoints": "3.922.0",
32
32
  "@aws-sdk/util-user-agent-browser": "3.922.0",
33
- "@aws-sdk/util-user-agent-node": "3.927.0",
33
+ "@aws-sdk/util-user-agent-node": "3.928.0",
34
34
  "@smithy/config-resolver": "^4.4.2",
35
35
  "@smithy/core": "^3.17.2",
36
36
  "@smithy/fetch-http-handler": "^5.3.5",