@aws-sdk/client-security-ir 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 (53) hide show
  1. package/dist-cjs/index.js +1012 -1228
  2. package/dist-cjs/runtimeConfig.shared.js +2 -0
  3. package/dist-es/SecurityIRClient.js +2 -0
  4. package/dist-es/commands/BatchGetMemberAccountDetailsCommand.js +3 -9
  5. package/dist-es/commands/CancelMembershipCommand.js +3 -9
  6. package/dist-es/commands/CloseCaseCommand.js +3 -9
  7. package/dist-es/commands/CreateCaseCommand.js +3 -10
  8. package/dist-es/commands/CreateCaseCommentCommand.js +3 -10
  9. package/dist-es/commands/CreateMembershipCommand.js +3 -10
  10. package/dist-es/commands/GetCaseAttachmentDownloadUrlCommand.js +3 -10
  11. package/dist-es/commands/GetCaseAttachmentUploadUrlCommand.js +3 -10
  12. package/dist-es/commands/GetCaseCommand.js +3 -10
  13. package/dist-es/commands/GetMembershipCommand.js +3 -10
  14. package/dist-es/commands/ListCaseEditsCommand.js +3 -9
  15. package/dist-es/commands/ListCasesCommand.js +3 -10
  16. package/dist-es/commands/ListCommentsCommand.js +3 -10
  17. package/dist-es/commands/ListMembershipsCommand.js +3 -9
  18. package/dist-es/commands/ListTagsForResourceCommand.js +3 -9
  19. package/dist-es/commands/TagResourceCommand.js +3 -9
  20. package/dist-es/commands/UntagResourceCommand.js +3 -9
  21. package/dist-es/commands/UpdateCaseCommand.js +3 -10
  22. package/dist-es/commands/UpdateCaseCommentCommand.js +3 -10
  23. package/dist-es/commands/UpdateCaseStatusCommand.js +3 -9
  24. package/dist-es/commands/UpdateMembershipCommand.js +3 -10
  25. package/dist-es/commands/UpdateResolverTypeCommand.js +3 -9
  26. package/dist-es/models/models_0.js +19 -118
  27. package/dist-es/runtimeConfig.shared.js +2 -0
  28. package/dist-es/schemas/schemas_0.js +929 -0
  29. package/dist-types/SecurityIRClient.d.ts +10 -1
  30. package/dist-types/commands/CreateCaseCommand.d.ts +1 -1
  31. package/dist-types/commands/CreateMembershipCommand.d.ts +3 -0
  32. package/dist-types/commands/GetCaseCommand.d.ts +1 -1
  33. package/dist-types/commands/GetMembershipCommand.d.ts +4 -1
  34. package/dist-types/commands/ListMembershipsCommand.d.ts +1 -1
  35. package/dist-types/commands/UpdateCaseCommand.d.ts +2 -2
  36. package/dist-types/commands/UpdateMembershipCommand.d.ts +3 -0
  37. package/dist-types/models/models_0.d.ts +32 -80
  38. package/dist-types/runtimeConfig.browser.d.ts +1 -0
  39. package/dist-types/runtimeConfig.d.ts +1 -0
  40. package/dist-types/runtimeConfig.native.d.ts +1 -0
  41. package/dist-types/runtimeConfig.shared.d.ts +1 -0
  42. package/dist-types/schemas/schemas_0.d.ts +124 -0
  43. package/dist-types/ts3.4/SecurityIRClient.d.ts +4 -0
  44. package/dist-types/ts3.4/models/models_0.d.ts +22 -58
  45. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +4 -0
  46. package/dist-types/ts3.4/runtimeConfig.d.ts +4 -0
  47. package/dist-types/ts3.4/runtimeConfig.native.d.ts +4 -0
  48. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +4 -0
  49. package/dist-types/ts3.4/schemas/schemas_0.d.ts +130 -0
  50. package/package.json +5 -6
  51. package/dist-es/protocols/Aws_restJson1.js +0 -913
  52. package/dist-types/protocols/Aws_restJson1.d.ts +0 -200
  53. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +0 -269
@@ -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 { BatchGetMemberAccountDetailsCommandInput, BatchGetMemberAccountDetailsCommandOutput } from "./commands/BatchGetMemberAccountDetailsCommand";
11
11
  import { CancelMembershipCommandInput, CancelMembershipCommandOutput } from "./commands/CancelMembershipCommand";
@@ -163,6 +163,15 @@ export interface ClientDefaults extends Partial<__SmithyConfiguration<__HttpHand
163
163
  * Optional extensions
164
164
  */
165
165
  extensions?: RuntimeExtension[];
166
+ /**
167
+ * The protocol controlling the message type (e.g. HTTP) and format (e.g. JSON)
168
+ * may be overridden. A default will always be set by the client.
169
+ * Available options depend on the service's supported protocols and will not be validated by
170
+ * the client.
171
+ * @alpha
172
+ *
173
+ */
174
+ protocol?: ClientProtocol<HttpRequest, HttpResponse>;
166
175
  /**
167
176
  * The {@link @smithy/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK.
168
177
  */
@@ -64,7 +64,7 @@ declare const CreateCaseCommand_base: {
64
64
  * ],
65
65
  * impactedAwsRegions: [ // ImpactedAwsRegionList
66
66
  * { // ImpactedAwsRegion
67
- * region: "af-south-1" || "ap-east-1" || "ap-east-2" || "ap-northeast-1" || "ap-northeast-2" || "ap-northeast-3" || "ap-south-1" || "ap-south-2" || "ap-southeast-1" || "ap-southeast-2" || "ap-southeast-3" || "ap-southeast-4" || "ap-southeast-5" || "ap-southeast-7" || "ca-central-1" || "ca-west-1" || "cn-north-1" || "cn-northwest-1" || "eu-central-1" || "eu-central-2" || "eu-north-1" || "eu-south-1" || "eu-south-2" || "eu-west-1" || "eu-west-2" || "eu-west-3" || "il-central-1" || "me-central-1" || "me-south-1" || "mx-central-1" || "sa-east-1" || "us-east-1" || "us-east-2" || "us-west-1" || "us-west-2", // required
67
+ * region: "af-south-1" || "ap-east-1" || "ap-east-2" || "ap-northeast-1" || "ap-northeast-2" || "ap-northeast-3" || "ap-south-1" || "ap-south-2" || "ap-southeast-1" || "ap-southeast-2" || "ap-southeast-3" || "ap-southeast-4" || "ap-southeast-5" || "ap-southeast-6" || "ap-southeast-7" || "ca-central-1" || "ca-west-1" || "cn-north-1" || "cn-northwest-1" || "eu-central-1" || "eu-central-2" || "eu-north-1" || "eu-south-1" || "eu-south-2" || "eu-west-1" || "eu-west-2" || "eu-west-3" || "il-central-1" || "me-central-1" || "me-south-1" || "mx-central-1" || "sa-east-1" || "us-east-1" || "us-east-2" || "us-west-1" || "us-west-2", // required
68
68
  * },
69
69
  * ],
70
70
  * tags: { // TagMap
@@ -44,6 +44,9 @@ declare const CreateMembershipCommand_base: {
44
44
  * name: "STRING_VALUE", // required
45
45
  * jobTitle: "STRING_VALUE", // required
46
46
  * email: "STRING_VALUE", // required
47
+ * communicationPreferences: [ // CommunicationPreferences
48
+ * "Case Created" || "Case Updated" || "Case Acknowledged" || "Case Closed" || "Case Updated To Service Managed" || "Case Status Updated" || "Case Pending Customer Action Reminder" || "Case Attachment Url Uploaded" || "Case Comment Added" || "Case Comment Updated" || "Membership Created" || "Membership Updated" || "Membership Cancelled" || "Register Delegated Administrator" || "Deregister Delegated Administrator" || "Disable AWS Service Access",
49
+ * ],
47
50
  * },
48
51
  * ],
49
52
  * optInFeatures: [ // OptInFeatures
@@ -51,7 +51,7 @@ declare const GetCaseCommand_base: {
51
51
  * // actualIncidentStartDate: new Date("TIMESTAMP"),
52
52
  * // impactedAwsRegions: [ // ImpactedAwsRegionList
53
53
  * // { // ImpactedAwsRegion
54
- * // region: "af-south-1" || "ap-east-1" || "ap-east-2" || "ap-northeast-1" || "ap-northeast-2" || "ap-northeast-3" || "ap-south-1" || "ap-south-2" || "ap-southeast-1" || "ap-southeast-2" || "ap-southeast-3" || "ap-southeast-4" || "ap-southeast-5" || "ap-southeast-7" || "ca-central-1" || "ca-west-1" || "cn-north-1" || "cn-northwest-1" || "eu-central-1" || "eu-central-2" || "eu-north-1" || "eu-south-1" || "eu-south-2" || "eu-west-1" || "eu-west-2" || "eu-west-3" || "il-central-1" || "me-central-1" || "me-south-1" || "mx-central-1" || "sa-east-1" || "us-east-1" || "us-east-2" || "us-west-1" || "us-west-2", // required
54
+ * // region: "af-south-1" || "ap-east-1" || "ap-east-2" || "ap-northeast-1" || "ap-northeast-2" || "ap-northeast-3" || "ap-south-1" || "ap-south-2" || "ap-southeast-1" || "ap-southeast-2" || "ap-southeast-3" || "ap-southeast-4" || "ap-southeast-5" || "ap-southeast-6" || "ap-southeast-7" || "ca-central-1" || "ca-west-1" || "cn-north-1" || "cn-northwest-1" || "eu-central-1" || "eu-central-2" || "eu-north-1" || "eu-south-1" || "eu-south-2" || "eu-west-1" || "eu-west-2" || "eu-west-3" || "il-central-1" || "me-central-1" || "me-south-1" || "mx-central-1" || "sa-east-1" || "us-east-1" || "us-east-2" || "us-west-1" || "us-west-2", // required
55
55
  * // },
56
56
  * // ],
57
57
  * // threatActorIpAddresses: [ // ThreatActorIpList
@@ -44,7 +44,7 @@ declare const GetMembershipCommand_base: {
44
44
  * // { // GetMembershipResponse
45
45
  * // membershipId: "STRING_VALUE", // required
46
46
  * // accountId: "STRING_VALUE",
47
- * // region: "af-south-1" || "ap-east-1" || "ap-east-2" || "ap-northeast-1" || "ap-northeast-2" || "ap-northeast-3" || "ap-south-1" || "ap-south-2" || "ap-southeast-1" || "ap-southeast-2" || "ap-southeast-3" || "ap-southeast-4" || "ap-southeast-5" || "ap-southeast-7" || "ca-central-1" || "ca-west-1" || "cn-north-1" || "cn-northwest-1" || "eu-central-1" || "eu-central-2" || "eu-north-1" || "eu-south-1" || "eu-south-2" || "eu-west-1" || "eu-west-2" || "eu-west-3" || "il-central-1" || "me-central-1" || "me-south-1" || "mx-central-1" || "sa-east-1" || "us-east-1" || "us-east-2" || "us-west-1" || "us-west-2",
47
+ * // region: "af-south-1" || "ap-east-1" || "ap-east-2" || "ap-northeast-1" || "ap-northeast-2" || "ap-northeast-3" || "ap-south-1" || "ap-south-2" || "ap-southeast-1" || "ap-southeast-2" || "ap-southeast-3" || "ap-southeast-4" || "ap-southeast-5" || "ap-southeast-6" || "ap-southeast-7" || "ca-central-1" || "ca-west-1" || "cn-north-1" || "cn-northwest-1" || "eu-central-1" || "eu-central-2" || "eu-north-1" || "eu-south-1" || "eu-south-2" || "eu-west-1" || "eu-west-2" || "eu-west-3" || "il-central-1" || "me-central-1" || "me-south-1" || "mx-central-1" || "sa-east-1" || "us-east-1" || "us-east-2" || "us-west-1" || "us-west-2",
48
48
  * // membershipName: "STRING_VALUE",
49
49
  * // membershipArn: "STRING_VALUE",
50
50
  * // membershipStatus: "Active" || "Cancelled" || "Terminated",
@@ -57,6 +57,9 @@ declare const GetMembershipCommand_base: {
57
57
  * // name: "STRING_VALUE", // required
58
58
  * // jobTitle: "STRING_VALUE", // required
59
59
  * // email: "STRING_VALUE", // required
60
+ * // communicationPreferences: [ // CommunicationPreferences
61
+ * // "Case Created" || "Case Updated" || "Case Acknowledged" || "Case Closed" || "Case Updated To Service Managed" || "Case Status Updated" || "Case Pending Customer Action Reminder" || "Case Attachment Url Uploaded" || "Case Comment Added" || "Case Comment Updated" || "Membership Created" || "Membership Updated" || "Membership Cancelled" || "Register Delegated Administrator" || "Deregister Delegated Administrator" || "Disable AWS Service Access",
62
+ * // ],
60
63
  * // },
61
64
  * // ],
62
65
  * // optInFeatures: [ // OptInFeatures
@@ -48,7 +48,7 @@ declare const ListMembershipsCommand_base: {
48
48
  * // { // ListMembershipItem
49
49
  * // membershipId: "STRING_VALUE", // required
50
50
  * // accountId: "STRING_VALUE",
51
- * // region: "af-south-1" || "ap-east-1" || "ap-east-2" || "ap-northeast-1" || "ap-northeast-2" || "ap-northeast-3" || "ap-south-1" || "ap-south-2" || "ap-southeast-1" || "ap-southeast-2" || "ap-southeast-3" || "ap-southeast-4" || "ap-southeast-5" || "ap-southeast-7" || "ca-central-1" || "ca-west-1" || "cn-north-1" || "cn-northwest-1" || "eu-central-1" || "eu-central-2" || "eu-north-1" || "eu-south-1" || "eu-south-2" || "eu-west-1" || "eu-west-2" || "eu-west-3" || "il-central-1" || "me-central-1" || "me-south-1" || "mx-central-1" || "sa-east-1" || "us-east-1" || "us-east-2" || "us-west-1" || "us-west-2",
51
+ * // region: "af-south-1" || "ap-east-1" || "ap-east-2" || "ap-northeast-1" || "ap-northeast-2" || "ap-northeast-3" || "ap-south-1" || "ap-south-2" || "ap-southeast-1" || "ap-southeast-2" || "ap-southeast-3" || "ap-southeast-4" || "ap-southeast-5" || "ap-southeast-6" || "ap-southeast-7" || "ca-central-1" || "ca-west-1" || "cn-north-1" || "cn-northwest-1" || "eu-central-1" || "eu-central-2" || "eu-north-1" || "eu-south-1" || "eu-south-2" || "eu-west-1" || "eu-west-2" || "eu-west-3" || "il-central-1" || "me-central-1" || "me-south-1" || "mx-central-1" || "sa-east-1" || "us-east-1" || "us-east-2" || "us-west-1" || "us-west-2",
52
52
  * // membershipArn: "STRING_VALUE",
53
53
  * // membershipStatus: "Active" || "Cancelled" || "Terminated",
54
54
  * // },
@@ -77,12 +77,12 @@ declare const UpdateCaseCommand_base: {
77
77
  * ],
78
78
  * impactedAwsRegionsToAdd: [ // ImpactedAwsRegionList
79
79
  * { // ImpactedAwsRegion
80
- * region: "af-south-1" || "ap-east-1" || "ap-east-2" || "ap-northeast-1" || "ap-northeast-2" || "ap-northeast-3" || "ap-south-1" || "ap-south-2" || "ap-southeast-1" || "ap-southeast-2" || "ap-southeast-3" || "ap-southeast-4" || "ap-southeast-5" || "ap-southeast-7" || "ca-central-1" || "ca-west-1" || "cn-north-1" || "cn-northwest-1" || "eu-central-1" || "eu-central-2" || "eu-north-1" || "eu-south-1" || "eu-south-2" || "eu-west-1" || "eu-west-2" || "eu-west-3" || "il-central-1" || "me-central-1" || "me-south-1" || "mx-central-1" || "sa-east-1" || "us-east-1" || "us-east-2" || "us-west-1" || "us-west-2", // required
80
+ * region: "af-south-1" || "ap-east-1" || "ap-east-2" || "ap-northeast-1" || "ap-northeast-2" || "ap-northeast-3" || "ap-south-1" || "ap-south-2" || "ap-southeast-1" || "ap-southeast-2" || "ap-southeast-3" || "ap-southeast-4" || "ap-southeast-5" || "ap-southeast-6" || "ap-southeast-7" || "ca-central-1" || "ca-west-1" || "cn-north-1" || "cn-northwest-1" || "eu-central-1" || "eu-central-2" || "eu-north-1" || "eu-south-1" || "eu-south-2" || "eu-west-1" || "eu-west-2" || "eu-west-3" || "il-central-1" || "me-central-1" || "me-south-1" || "mx-central-1" || "sa-east-1" || "us-east-1" || "us-east-2" || "us-west-1" || "us-west-2", // required
81
81
  * },
82
82
  * ],
83
83
  * impactedAwsRegionsToDelete: [
84
84
  * {
85
- * region: "af-south-1" || "ap-east-1" || "ap-east-2" || "ap-northeast-1" || "ap-northeast-2" || "ap-northeast-3" || "ap-south-1" || "ap-south-2" || "ap-southeast-1" || "ap-southeast-2" || "ap-southeast-3" || "ap-southeast-4" || "ap-southeast-5" || "ap-southeast-7" || "ca-central-1" || "ca-west-1" || "cn-north-1" || "cn-northwest-1" || "eu-central-1" || "eu-central-2" || "eu-north-1" || "eu-south-1" || "eu-south-2" || "eu-west-1" || "eu-west-2" || "eu-west-3" || "il-central-1" || "me-central-1" || "me-south-1" || "mx-central-1" || "sa-east-1" || "us-east-1" || "us-east-2" || "us-west-1" || "us-west-2", // required
85
+ * region: "af-south-1" || "ap-east-1" || "ap-east-2" || "ap-northeast-1" || "ap-northeast-2" || "ap-northeast-3" || "ap-south-1" || "ap-south-2" || "ap-southeast-1" || "ap-southeast-2" || "ap-southeast-3" || "ap-southeast-4" || "ap-southeast-5" || "ap-southeast-6" || "ap-southeast-7" || "ca-central-1" || "ca-west-1" || "cn-north-1" || "cn-northwest-1" || "eu-central-1" || "eu-central-2" || "eu-north-1" || "eu-south-1" || "eu-south-2" || "eu-west-1" || "eu-west-2" || "eu-west-3" || "il-central-1" || "me-central-1" || "me-south-1" || "mx-central-1" || "sa-east-1" || "us-east-1" || "us-east-2" || "us-west-1" || "us-west-2", // required
86
86
  * },
87
87
  * ],
88
88
  * impactedAccountsToAdd: [ // ImpactedAccounts
@@ -44,6 +44,9 @@ declare const UpdateMembershipCommand_base: {
44
44
  * name: "STRING_VALUE", // required
45
45
  * jobTitle: "STRING_VALUE", // required
46
46
  * email: "STRING_VALUE", // required
47
+ * communicationPreferences: [ // CommunicationPreferences
48
+ * "Case Created" || "Case Updated" || "Case Acknowledged" || "Case Closed" || "Case Updated To Service Managed" || "Case Status Updated" || "Case Pending Customer Action Reminder" || "Case Attachment Url Uploaded" || "Case Comment Added" || "Case Comment Updated" || "Membership Created" || "Membership Updated" || "Membership Cancelled" || "Register Delegated Administrator" || "Deregister Delegated Administrator" || "Disable AWS Service Access",
49
+ * ],
47
50
  * },
48
51
  * ],
49
52
  * optInFeatures: [ // OptInFeatures
@@ -28,6 +28,7 @@ export declare const AwsRegion: {
28
28
  readonly AP_SOUTHEAST_3: "ap-southeast-3";
29
29
  readonly AP_SOUTHEAST_4: "ap-southeast-4";
30
30
  readonly AP_SOUTHEAST_5: "ap-southeast-5";
31
+ readonly AP_SOUTHEAST_6: "ap-southeast-6";
31
32
  readonly AP_SOUTHEAST_7: "ap-southeast-7";
32
33
  readonly AP_SOUTH_1: "ap-south-1";
33
34
  readonly AP_SOUTH_2: "ap-south-2";
@@ -1256,6 +1257,32 @@ export interface UpdateResolverTypeResponse {
1256
1257
  */
1257
1258
  resolverType?: ResolverType | undefined;
1258
1259
  }
1260
+ /**
1261
+ * @public
1262
+ * @enum
1263
+ */
1264
+ export declare const CommunicationType: {
1265
+ readonly CASE_ACKNOWLEDGED: "Case Acknowledged";
1266
+ readonly CASE_ATTACHMENT_URL_UPLOADED: "Case Attachment Url Uploaded";
1267
+ readonly CASE_CLOSED: "Case Closed";
1268
+ readonly CASE_COMMENT_ADDED: "Case Comment Added";
1269
+ readonly CASE_COMMENT_UPDATED: "Case Comment Updated";
1270
+ readonly CASE_CREATED: "Case Created";
1271
+ readonly CASE_PENDING_CUSTOMER_ACTION_REMINDER: "Case Pending Customer Action Reminder";
1272
+ readonly CASE_UPDATED: "Case Updated";
1273
+ readonly CASE_UPDATED_TO_SERVICE_MANAGED: "Case Updated To Service Managed";
1274
+ readonly CASE_UPDATE_CASE_STATUS: "Case Status Updated";
1275
+ readonly DEREGISTER_DELEGATED_ADMINISTRATOR: "Deregister Delegated Administrator";
1276
+ readonly DISABLE_AWS_SERVICE_ACCESS: "Disable AWS Service Access";
1277
+ readonly MEMBERSHIP_CANCELLED: "Membership Cancelled";
1278
+ readonly MEMBERSHIP_CREATED: "Membership Created";
1279
+ readonly MEMBERSHIP_UPDATED: "Membership Updated";
1280
+ readonly REGISTER_DELEGATED_ADMINISTRATOR: "Register Delegated Administrator";
1281
+ };
1282
+ /**
1283
+ * @public
1284
+ */
1285
+ export type CommunicationType = (typeof CommunicationType)[keyof typeof CommunicationType];
1259
1286
  /**
1260
1287
  * <p/>
1261
1288
  * @public
@@ -1276,6 +1303,11 @@ export interface IncidentResponder {
1276
1303
  * @public
1277
1304
  */
1278
1305
  email: string | undefined;
1306
+ /**
1307
+ * <p/>
1308
+ * @public
1309
+ */
1310
+ communicationPreferences?: CommunicationType[] | undefined;
1279
1311
  }
1280
1312
  /**
1281
1313
  * @public
@@ -1652,83 +1684,3 @@ export interface UntagResourceInput {
1652
1684
  */
1653
1685
  export interface UntagResourceOutput {
1654
1686
  }
1655
- /**
1656
- * @internal
1657
- */
1658
- export declare const ThreatActorIpFilterSensitiveLog: (obj: ThreatActorIp) => any;
1659
- /**
1660
- * @internal
1661
- */
1662
- export declare const WatcherFilterSensitiveLog: (obj: Watcher) => any;
1663
- /**
1664
- * @internal
1665
- */
1666
- export declare const CreateCaseRequestFilterSensitiveLog: (obj: CreateCaseRequest) => any;
1667
- /**
1668
- * @internal
1669
- */
1670
- export declare const CreateCaseCommentRequestFilterSensitiveLog: (obj: CreateCaseCommentRequest) => any;
1671
- /**
1672
- * @internal
1673
- */
1674
- export declare const CaseAttachmentAttributesFilterSensitiveLog: (obj: CaseAttachmentAttributes) => any;
1675
- /**
1676
- * @internal
1677
- */
1678
- export declare const GetCaseResponseFilterSensitiveLog: (obj: GetCaseResponse) => any;
1679
- /**
1680
- * @internal
1681
- */
1682
- export declare const GetCaseAttachmentDownloadUrlResponseFilterSensitiveLog: (obj: GetCaseAttachmentDownloadUrlResponse) => any;
1683
- /**
1684
- * @internal
1685
- */
1686
- export declare const GetCaseAttachmentUploadUrlRequestFilterSensitiveLog: (obj: GetCaseAttachmentUploadUrlRequest) => any;
1687
- /**
1688
- * @internal
1689
- */
1690
- export declare const GetCaseAttachmentUploadUrlResponseFilterSensitiveLog: (obj: GetCaseAttachmentUploadUrlResponse) => any;
1691
- /**
1692
- * @internal
1693
- */
1694
- export declare const ListCasesItemFilterSensitiveLog: (obj: ListCasesItem) => any;
1695
- /**
1696
- * @internal
1697
- */
1698
- export declare const ListCasesResponseFilterSensitiveLog: (obj: ListCasesResponse) => any;
1699
- /**
1700
- * @internal
1701
- */
1702
- export declare const ListCommentsItemFilterSensitiveLog: (obj: ListCommentsItem) => any;
1703
- /**
1704
- * @internal
1705
- */
1706
- export declare const ListCommentsResponseFilterSensitiveLog: (obj: ListCommentsResponse) => any;
1707
- /**
1708
- * @internal
1709
- */
1710
- export declare const UpdateCaseRequestFilterSensitiveLog: (obj: UpdateCaseRequest) => any;
1711
- /**
1712
- * @internal
1713
- */
1714
- export declare const UpdateCaseCommentRequestFilterSensitiveLog: (obj: UpdateCaseCommentRequest) => any;
1715
- /**
1716
- * @internal
1717
- */
1718
- export declare const UpdateCaseCommentResponseFilterSensitiveLog: (obj: UpdateCaseCommentResponse) => any;
1719
- /**
1720
- * @internal
1721
- */
1722
- export declare const IncidentResponderFilterSensitiveLog: (obj: IncidentResponder) => any;
1723
- /**
1724
- * @internal
1725
- */
1726
- export declare const CreateMembershipRequestFilterSensitiveLog: (obj: CreateMembershipRequest) => any;
1727
- /**
1728
- * @internal
1729
- */
1730
- export declare const GetMembershipResponseFilterSensitiveLog: (obj: GetMembershipResponse) => any;
1731
- /**
1732
- * @internal
1733
- */
1734
- export declare const UpdateMembershipRequestFilterSensitiveLog: (obj: UpdateMembershipRequest) => any;
@@ -29,6 +29,7 @@ export declare const getRuntimeConfig: (config: SecurityIRClientConfig) => {
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: SecurityIRClientConfig) => {
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: SecurityIRClientConfig) => {
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: SecurityIRClientConfig) => {
14
14
  httpAuthSchemeProvider: import("./auth/httpAuthSchemeProvider").SecurityIRHttpAuthSchemeProvider;
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,124 @@
1
+ import { StaticErrorSchema, StaticListSchema, StaticOperationSchema, StaticSimpleSchema, StaticStructureSchema } from "@smithy/types";
2
+ export declare var CaseDescription: StaticSimpleSchema;
3
+ export declare var CaseTitle: StaticSimpleSchema;
4
+ export declare var CommentBody: StaticSimpleSchema;
5
+ export declare var EmailAddress: StaticSimpleSchema;
6
+ export declare var FileName: StaticSimpleSchema;
7
+ export declare var IncidentResponderName: StaticSimpleSchema;
8
+ export declare var IPAddress: StaticSimpleSchema;
9
+ export declare var JobTitle: StaticSimpleSchema;
10
+ export declare var MembershipName: StaticSimpleSchema;
11
+ export declare var PersonName: StaticSimpleSchema;
12
+ export declare var Url: StaticSimpleSchema;
13
+ export declare var AccessDeniedException: StaticErrorSchema;
14
+ export declare var BatchGetMemberAccountDetailsRequest: StaticStructureSchema;
15
+ export declare var BatchGetMemberAccountDetailsResponse: StaticStructureSchema;
16
+ export declare var CancelMembershipRequest: StaticStructureSchema;
17
+ export declare var CancelMembershipResponse: StaticStructureSchema;
18
+ export declare var CaseAttachmentAttributes: StaticStructureSchema;
19
+ export declare var CaseEditItem: StaticStructureSchema;
20
+ export declare var CloseCaseRequest: StaticStructureSchema;
21
+ export declare var CloseCaseResponse: StaticStructureSchema;
22
+ export declare var ConflictException: StaticErrorSchema;
23
+ export declare var CreateCaseCommentRequest: StaticStructureSchema;
24
+ export declare var CreateCaseCommentResponse: StaticStructureSchema;
25
+ export declare var CreateCaseRequest: StaticStructureSchema;
26
+ export declare var CreateCaseResponse: StaticStructureSchema;
27
+ export declare var CreateMembershipRequest: StaticStructureSchema;
28
+ export declare var CreateMembershipResponse: StaticStructureSchema;
29
+ export declare var GetCaseAttachmentDownloadUrlRequest: StaticStructureSchema;
30
+ export declare var GetCaseAttachmentDownloadUrlResponse: StaticStructureSchema;
31
+ export declare var GetCaseAttachmentUploadUrlRequest: StaticStructureSchema;
32
+ export declare var GetCaseAttachmentUploadUrlResponse: StaticStructureSchema;
33
+ export declare var GetCaseRequest: StaticStructureSchema;
34
+ export declare var GetCaseResponse: StaticStructureSchema;
35
+ export declare var GetMembershipAccountDetailError: StaticStructureSchema;
36
+ export declare var GetMembershipAccountDetailItem: StaticStructureSchema;
37
+ export declare var GetMembershipRequest: StaticStructureSchema;
38
+ export declare var GetMembershipResponse: StaticStructureSchema;
39
+ export declare var ImpactedAwsRegion: StaticStructureSchema;
40
+ export declare var IncidentResponder: StaticStructureSchema;
41
+ export declare var InternalServerException: StaticErrorSchema;
42
+ export declare var InvalidTokenException: StaticErrorSchema;
43
+ export declare var ListCaseEditsRequest: StaticStructureSchema;
44
+ export declare var ListCaseEditsResponse: StaticStructureSchema;
45
+ export declare var ListCasesItem: StaticStructureSchema;
46
+ export declare var ListCasesRequest: StaticStructureSchema;
47
+ export declare var ListCasesResponse: StaticStructureSchema;
48
+ export declare var ListCommentsItem: StaticStructureSchema;
49
+ export declare var ListCommentsRequest: StaticStructureSchema;
50
+ export declare var ListCommentsResponse: StaticStructureSchema;
51
+ export declare var ListMembershipItem: StaticStructureSchema;
52
+ export declare var ListMembershipsRequest: StaticStructureSchema;
53
+ export declare var ListMembershipsResponse: StaticStructureSchema;
54
+ export declare var ListTagsForResourceInput: StaticStructureSchema;
55
+ export declare var ListTagsForResourceOutput: StaticStructureSchema;
56
+ export declare var MembershipAccountsConfigurations: StaticStructureSchema;
57
+ export declare var MembershipAccountsConfigurationsUpdate: StaticStructureSchema;
58
+ export declare var OptInFeature: StaticStructureSchema;
59
+ export declare var ResourceNotFoundException: StaticErrorSchema;
60
+ export declare var SecurityIncidentResponseNotActiveException: StaticErrorSchema;
61
+ export declare var ServiceQuotaExceededException: StaticErrorSchema;
62
+ export declare var TagResourceInput: StaticStructureSchema;
63
+ export declare var TagResourceOutput: StaticStructureSchema;
64
+ export declare var ThreatActorIp: StaticStructureSchema;
65
+ export declare var ThrottlingException: StaticErrorSchema;
66
+ export declare var UntagResourceInput: StaticStructureSchema;
67
+ export declare var UntagResourceOutput: StaticStructureSchema;
68
+ export declare var UpdateCaseCommentRequest: StaticStructureSchema;
69
+ export declare var UpdateCaseCommentResponse: StaticStructureSchema;
70
+ export declare var UpdateCaseRequest: StaticStructureSchema;
71
+ export declare var UpdateCaseResponse: StaticStructureSchema;
72
+ export declare var UpdateCaseStatusRequest: StaticStructureSchema;
73
+ export declare var UpdateCaseStatusResponse: StaticStructureSchema;
74
+ export declare var UpdateMembershipRequest: StaticStructureSchema;
75
+ export declare var UpdateMembershipResponse: StaticStructureSchema;
76
+ export declare var UpdateResolverTypeRequest: StaticStructureSchema;
77
+ export declare var UpdateResolverTypeResponse: StaticStructureSchema;
78
+ export declare var ValidationException: StaticErrorSchema;
79
+ export declare var ValidationExceptionField: StaticStructureSchema;
80
+ export declare var Watcher: StaticStructureSchema;
81
+ export declare var __Unit: "unit";
82
+ export declare var SecurityIRServiceException: StaticErrorSchema;
83
+ export declare var AWSAccountIds: number;
84
+ export declare var CaseAttachmentsList: StaticListSchema;
85
+ export declare var CaseEditItems: StaticListSchema;
86
+ export declare var CommunicationPreferences: number;
87
+ export declare var GetMembershipAccountDetailErrors: StaticListSchema;
88
+ export declare var GetMembershipAccountDetailItems: StaticListSchema;
89
+ export declare var ImpactedAccounts: number;
90
+ export declare var ImpactedAwsRegionList: StaticListSchema;
91
+ export declare var ImpactedServicesList: number;
92
+ export declare var IncidentResponseTeam: StaticListSchema;
93
+ export declare var ListCasesItems: StaticListSchema;
94
+ export declare var ListCommentsItems: StaticListSchema;
95
+ export declare var ListMembershipItems: StaticListSchema;
96
+ export declare var OptInFeatures: StaticListSchema;
97
+ export declare var OrganizationalUnits: number;
98
+ export declare var TagKeys: number;
99
+ export declare var ThreatActorIpList: StaticListSchema;
100
+ export declare var ValidationExceptionFieldList: StaticListSchema;
101
+ export declare var Watchers: StaticListSchema;
102
+ export declare var TagMap: number;
103
+ export declare var BatchGetMemberAccountDetails: StaticOperationSchema;
104
+ export declare var CancelMembership: StaticOperationSchema;
105
+ export declare var CloseCase: StaticOperationSchema;
106
+ export declare var CreateCase: StaticOperationSchema;
107
+ export declare var CreateCaseComment: StaticOperationSchema;
108
+ export declare var CreateMembership: StaticOperationSchema;
109
+ export declare var GetCase: StaticOperationSchema;
110
+ export declare var GetCaseAttachmentDownloadUrl: StaticOperationSchema;
111
+ export declare var GetCaseAttachmentUploadUrl: StaticOperationSchema;
112
+ export declare var GetMembership: StaticOperationSchema;
113
+ export declare var ListCaseEdits: StaticOperationSchema;
114
+ export declare var ListCases: StaticOperationSchema;
115
+ export declare var ListComments: StaticOperationSchema;
116
+ export declare var ListMemberships: StaticOperationSchema;
117
+ export declare var ListTagsForResource: StaticOperationSchema;
118
+ export declare var TagResource: StaticOperationSchema;
119
+ export declare var UntagResource: StaticOperationSchema;
120
+ export declare var UpdateCase: StaticOperationSchema;
121
+ export declare var UpdateCaseComment: StaticOperationSchema;
122
+ export declare var UpdateCaseStatus: StaticOperationSchema;
123
+ export declare var UpdateMembership: StaticOperationSchema;
124
+ export declare var UpdateResolverType: 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,
@@ -210,6 +213,7 @@ export interface ClientDefaults
210
213
  retryMode?: string | __Provider<string>;
211
214
  logger?: __Logger;
212
215
  extensions?: RuntimeExtension[];
216
+ protocol?: ClientProtocol<HttpRequest, HttpResponse>;
213
217
  defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>;
214
218
  }
215
219
  export type SecurityIRClientConfigType = Partial<
@@ -19,6 +19,7 @@ export declare const AwsRegion: {
19
19
  readonly AP_SOUTHEAST_3: "ap-southeast-3";
20
20
  readonly AP_SOUTHEAST_4: "ap-southeast-4";
21
21
  readonly AP_SOUTHEAST_5: "ap-southeast-5";
22
+ readonly AP_SOUTHEAST_6: "ap-southeast-6";
22
23
  readonly AP_SOUTHEAST_7: "ap-southeast-7";
23
24
  readonly AP_SOUTH_1: "ap-south-1";
24
25
  readonly AP_SOUTH_2: "ap-south-2";
@@ -406,10 +407,31 @@ export interface UpdateResolverTypeResponse {
406
407
  caseStatus?: CaseStatus | undefined;
407
408
  resolverType?: ResolverType | undefined;
408
409
  }
410
+ export declare const CommunicationType: {
411
+ readonly CASE_ACKNOWLEDGED: "Case Acknowledged";
412
+ readonly CASE_ATTACHMENT_URL_UPLOADED: "Case Attachment Url Uploaded";
413
+ readonly CASE_CLOSED: "Case Closed";
414
+ readonly CASE_COMMENT_ADDED: "Case Comment Added";
415
+ readonly CASE_COMMENT_UPDATED: "Case Comment Updated";
416
+ readonly CASE_CREATED: "Case Created";
417
+ readonly CASE_PENDING_CUSTOMER_ACTION_REMINDER: "Case Pending Customer Action Reminder";
418
+ readonly CASE_UPDATED: "Case Updated";
419
+ readonly CASE_UPDATED_TO_SERVICE_MANAGED: "Case Updated To Service Managed";
420
+ readonly CASE_UPDATE_CASE_STATUS: "Case Status Updated";
421
+ readonly DEREGISTER_DELEGATED_ADMINISTRATOR: "Deregister Delegated Administrator";
422
+ readonly DISABLE_AWS_SERVICE_ACCESS: "Disable AWS Service Access";
423
+ readonly MEMBERSHIP_CANCELLED: "Membership Cancelled";
424
+ readonly MEMBERSHIP_CREATED: "Membership Created";
425
+ readonly MEMBERSHIP_UPDATED: "Membership Updated";
426
+ readonly REGISTER_DELEGATED_ADMINISTRATOR: "Register Delegated Administrator";
427
+ };
428
+ export type CommunicationType =
429
+ (typeof CommunicationType)[keyof typeof CommunicationType];
409
430
  export interface IncidentResponder {
410
431
  name: string | undefined;
411
432
  jobTitle: string | undefined;
412
433
  email: string | undefined;
434
+ communicationPreferences?: CommunicationType[] | undefined;
413
435
  }
414
436
  export declare const OptInFeatureName: {
415
437
  readonly TRIAGE: "Triage";
@@ -514,61 +536,3 @@ export interface UntagResourceInput {
514
536
  tagKeys: string[] | undefined;
515
537
  }
516
538
  export interface UntagResourceOutput {}
517
- export declare const ThreatActorIpFilterSensitiveLog: (
518
- obj: ThreatActorIp
519
- ) => any;
520
- export declare const WatcherFilterSensitiveLog: (obj: Watcher) => any;
521
- export declare const CreateCaseRequestFilterSensitiveLog: (
522
- obj: CreateCaseRequest
523
- ) => any;
524
- export declare const CreateCaseCommentRequestFilterSensitiveLog: (
525
- obj: CreateCaseCommentRequest
526
- ) => any;
527
- export declare const CaseAttachmentAttributesFilterSensitiveLog: (
528
- obj: CaseAttachmentAttributes
529
- ) => any;
530
- export declare const GetCaseResponseFilterSensitiveLog: (
531
- obj: GetCaseResponse
532
- ) => any;
533
- export declare const GetCaseAttachmentDownloadUrlResponseFilterSensitiveLog: (
534
- obj: GetCaseAttachmentDownloadUrlResponse
535
- ) => any;
536
- export declare const GetCaseAttachmentUploadUrlRequestFilterSensitiveLog: (
537
- obj: GetCaseAttachmentUploadUrlRequest
538
- ) => any;
539
- export declare const GetCaseAttachmentUploadUrlResponseFilterSensitiveLog: (
540
- obj: GetCaseAttachmentUploadUrlResponse
541
- ) => any;
542
- export declare const ListCasesItemFilterSensitiveLog: (
543
- obj: ListCasesItem
544
- ) => any;
545
- export declare const ListCasesResponseFilterSensitiveLog: (
546
- obj: ListCasesResponse
547
- ) => any;
548
- export declare const ListCommentsItemFilterSensitiveLog: (
549
- obj: ListCommentsItem
550
- ) => any;
551
- export declare const ListCommentsResponseFilterSensitiveLog: (
552
- obj: ListCommentsResponse
553
- ) => any;
554
- export declare const UpdateCaseRequestFilterSensitiveLog: (
555
- obj: UpdateCaseRequest
556
- ) => any;
557
- export declare const UpdateCaseCommentRequestFilterSensitiveLog: (
558
- obj: UpdateCaseCommentRequest
559
- ) => any;
560
- export declare const UpdateCaseCommentResponseFilterSensitiveLog: (
561
- obj: UpdateCaseCommentResponse
562
- ) => any;
563
- export declare const IncidentResponderFilterSensitiveLog: (
564
- obj: IncidentResponder
565
- ) => any;
566
- export declare const CreateMembershipRequestFilterSensitiveLog: (
567
- obj: CreateMembershipRequest
568
- ) => any;
569
- export declare const GetMembershipResponseFilterSensitiveLog: (
570
- obj: GetMembershipResponse
571
- ) => any;
572
- export declare const UpdateMembershipRequestFilterSensitiveLog: (
573
- obj: UpdateMembershipRequest
574
- ) => any;
@@ -37,6 +37,10 @@ export declare const getRuntimeConfig: (config: SecurityIRClientConfig) => {
37
37
  profile?: 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
  customUserAgent?: string | import("@smithy/types").UserAgent;
41
45
  userAgentAppId?:
42
46
  | string
@@ -38,6 +38,10 @@ export declare const getRuntimeConfig: (config: SecurityIRClientConfig) => {
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
@@ -36,6 +36,10 @@ export declare const getRuntimeConfig: (config: SecurityIRClientConfig) => {
36
36
  retryMode: string | import("@smithy/types").Provider<string>;
37
37
  logger: import("@smithy/types").Logger;
38
38
  extensions: import("./runtimeExtensions").RuntimeExtension[];
39
+ protocol: import("@smithy/types").ClientProtocol<
40
+ import("@smithy/types").HttpRequest,
41
+ import("@smithy/types").HttpResponse
42
+ >;
39
43
  defaultsMode:
40
44
  | import("@smithy/smithy-client").DefaultsMode
41
45
  | import("@smithy/types").Provider<
@@ -14,6 +14,10 @@ export declare const getRuntimeConfig: (config: SecurityIRClientConfig) => {
14
14
  httpAuthSchemeProvider: import("./auth/httpAuthSchemeProvider").SecurityIRHttpAuthSchemeProvider;
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;