@aws-sdk/client-security-ir 3.812.0 → 3.817.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.
@@ -27,6 +27,7 @@ exports.AwsRegion = {
27
27
  AP_SOUTHEAST_3: "ap-southeast-3",
28
28
  AP_SOUTHEAST_4: "ap-southeast-4",
29
29
  AP_SOUTHEAST_5: "ap-southeast-5",
30
+ AP_SOUTHEAST_7: "ap-southeast-7",
30
31
  AP_SOUTH_1: "ap-south-1",
31
32
  AP_SOUTH_2: "ap-south-2",
32
33
  CA_CENTRAL_1: "ca-central-1",
@@ -44,6 +45,7 @@ exports.AwsRegion = {
44
45
  IL_CENTRAL_1: "il-central-1",
45
46
  ME_CENTRAL_1: "me-central-1",
46
47
  ME_SOUTH_1: "me-south-1",
48
+ MX_CENTRAL_1: "mx-central-1",
47
49
  SA_EAST_1: "sa-east-1",
48
50
  US_EAST_1: "us-east-1",
49
51
  US_EAST_2: "us-east-2",
@@ -23,7 +23,10 @@ const getRuntimeConfig = (config) => {
23
23
  const defaultConfigProvider = () => defaultsMode().then(smithy_client_1.loadConfigsForDefaultMode);
24
24
  const clientSharedValues = (0, runtimeConfig_shared_1.getRuntimeConfig)(config);
25
25
  (0, core_1.emitWarningIfUnsupportedVersion)(process.version);
26
- const loaderConfig = { profile: config?.profile, logger: clientSharedValues.logger };
26
+ const loaderConfig = {
27
+ profile: config?.profile,
28
+ logger: clientSharedValues.logger,
29
+ };
27
30
  return {
28
31
  ...clientSharedValues,
29
32
  ...config,
@@ -23,6 +23,7 @@ export const AwsRegion = {
23
23
  AP_SOUTHEAST_3: "ap-southeast-3",
24
24
  AP_SOUTHEAST_4: "ap-southeast-4",
25
25
  AP_SOUTHEAST_5: "ap-southeast-5",
26
+ AP_SOUTHEAST_7: "ap-southeast-7",
26
27
  AP_SOUTH_1: "ap-south-1",
27
28
  AP_SOUTH_2: "ap-south-2",
28
29
  CA_CENTRAL_1: "ca-central-1",
@@ -40,6 +41,7 @@ export const AwsRegion = {
40
41
  IL_CENTRAL_1: "il-central-1",
41
42
  ME_CENTRAL_1: "me-central-1",
42
43
  ME_SOUTH_1: "me-south-1",
44
+ MX_CENTRAL_1: "mx-central-1",
43
45
  SA_EAST_1: "sa-east-1",
44
46
  US_EAST_1: "us-east-1",
45
47
  US_EAST_2: "us-east-2",
@@ -19,7 +19,10 @@ export const getRuntimeConfig = (config) => {
19
19
  const defaultConfigProvider = () => defaultsMode().then(loadConfigsForDefaultMode);
20
20
  const clientSharedValues = getSharedRuntimeConfig(config);
21
21
  awsCheckVersion(process.version);
22
- const loaderConfig = { profile: config?.profile, logger: clientSharedValues.logger };
22
+ const loaderConfig = {
23
+ profile: config?.profile,
24
+ logger: clientSharedValues.logger,
25
+ };
23
26
  return {
24
27
  ...clientSharedValues,
25
28
  ...config,
@@ -62,7 +62,7 @@ declare const CreateCaseCommand_base: {
62
62
  * ],
63
63
  * impactedAwsRegions: [ // ImpactedAwsRegionList
64
64
  * { // ImpactedAwsRegion
65
- * region: "af-south-1" || "ap-east-1" || "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" || "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" || "sa-east-1" || "us-east-1" || "us-east-2" || "us-west-1" || "us-west-2", // required
65
+ * region: "af-south-1" || "ap-east-1" || "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
66
66
  * },
67
67
  * ],
68
68
  * tags: { // TagMap
@@ -49,7 +49,7 @@ declare const GetCaseCommand_base: {
49
49
  * // actualIncidentStartDate: new Date("TIMESTAMP"),
50
50
  * // impactedAwsRegions: [ // ImpactedAwsRegionList
51
51
  * // { // ImpactedAwsRegion
52
- * // region: "af-south-1" || "ap-east-1" || "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" || "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" || "sa-east-1" || "us-east-1" || "us-east-2" || "us-west-1" || "us-west-2", // required
52
+ * // region: "af-south-1" || "ap-east-1" || "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
53
53
  * // },
54
54
  * // ],
55
55
  * // threatActorIpAddresses: [ // ThreatActorIpList
@@ -42,7 +42,7 @@ declare const GetMembershipCommand_base: {
42
42
  * // { // GetMembershipResponse
43
43
  * // membershipId: "STRING_VALUE", // required
44
44
  * // accountId: "STRING_VALUE",
45
- * // region: "af-south-1" || "ap-east-1" || "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" || "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" || "sa-east-1" || "us-east-1" || "us-east-2" || "us-west-1" || "us-west-2",
45
+ * // region: "af-south-1" || "ap-east-1" || "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",
46
46
  * // membershipName: "STRING_VALUE",
47
47
  * // membershipArn: "STRING_VALUE",
48
48
  * // membershipStatus: "Active" || "Cancelled" || "Terminated",
@@ -46,7 +46,7 @@ declare const ListMembershipsCommand_base: {
46
46
  * // { // ListMembershipItem
47
47
  * // membershipId: "STRING_VALUE", // required
48
48
  * // accountId: "STRING_VALUE",
49
- * // region: "af-south-1" || "ap-east-1" || "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" || "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" || "sa-east-1" || "us-east-1" || "us-east-2" || "us-west-1" || "us-west-2",
49
+ * // region: "af-south-1" || "ap-east-1" || "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",
50
50
  * // membershipArn: "STRING_VALUE",
51
51
  * // membershipStatus: "Active" || "Cancelled" || "Terminated",
52
52
  * // },
@@ -75,12 +75,12 @@ declare const UpdateCaseCommand_base: {
75
75
  * ],
76
76
  * impactedAwsRegionsToAdd: [ // ImpactedAwsRegionList
77
77
  * { // ImpactedAwsRegion
78
- * region: "af-south-1" || "ap-east-1" || "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" || "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" || "sa-east-1" || "us-east-1" || "us-east-2" || "us-west-1" || "us-west-2", // required
78
+ * region: "af-south-1" || "ap-east-1" || "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
79
79
  * },
80
80
  * ],
81
81
  * impactedAwsRegionsToDelete: [
82
82
  * {
83
- * region: "af-south-1" || "ap-east-1" || "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" || "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" || "sa-east-1" || "us-east-1" || "us-east-2" || "us-west-1" || "us-west-2", // required
83
+ * region: "af-south-1" || "ap-east-1" || "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
84
84
  * },
85
85
  * ],
86
86
  * impactedAccountsToAdd: [ // ImpactedAccounts
@@ -27,9 +27,7 @@ declare const UpdateCaseStatusCommand_base: {
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
30
- * <p>Grants permission to update the status for a designated cases. Options include <code>Submitted |
31
- * Detection and Analysis | Eradication, Containment and Recovery | Post-Incident Activities | Closed</code>.
32
- * </p>
30
+ * <p>Grants permission to update the status for a designated cases. Options include <code>Submitted | Detection and Analysis | Eradication, Containment and Recovery | Post-Incident Activities | Closed</code>. </p>
33
31
  * @example
34
32
  * Use a bare-bones client and the command you need to make an API call.
35
33
  * ```javascript
@@ -27,11 +27,7 @@ declare const UpdateResolverTypeCommand_base: {
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
30
- * <p>Grants permission to update the resolver type for a case.</p>
31
- * <important>
32
- * <p>This is a one-way action and cannot be reversed.</p>
33
- * </important>
34
- * <p>Options include self-supported &gt; AWS-supported.</p>
30
+ * <p>Grants permission to update the resolver type for a case.</p> <important> <p>This is a one-way action and cannot be reversed.</p> </important> <p>Options include self-supported &gt; AWS-supported.</p>
35
31
  * @example
36
32
  * Use a bare-bones client and the command you need to make an API call.
37
33
  * ```javascript
@@ -27,6 +27,7 @@ export declare const AwsRegion: {
27
27
  readonly AP_SOUTHEAST_3: "ap-southeast-3";
28
28
  readonly AP_SOUTHEAST_4: "ap-southeast-4";
29
29
  readonly AP_SOUTHEAST_5: "ap-southeast-5";
30
+ readonly AP_SOUTHEAST_7: "ap-southeast-7";
30
31
  readonly AP_SOUTH_1: "ap-south-1";
31
32
  readonly AP_SOUTH_2: "ap-south-2";
32
33
  readonly CA_CENTRAL_1: "ca-central-1";
@@ -44,6 +45,7 @@ export declare const AwsRegion: {
44
45
  readonly IL_CENTRAL_1: "il-central-1";
45
46
  readonly ME_CENTRAL_1: "me-central-1";
46
47
  readonly ME_SOUTH_1: "me-south-1";
48
+ readonly MX_CENTRAL_1: "mx-central-1";
47
49
  readonly SA_EAST_1: "sa-east-1";
48
50
  readonly US_EAST_1: "us-east-1";
49
51
  readonly US_EAST_2: "us-east-2";
@@ -59,9 +61,7 @@ export type AwsRegion = (typeof AwsRegion)[keyof typeof AwsRegion];
59
61
  */
60
62
  export interface BatchGetMemberAccountDetailsRequest {
61
63
  /**
62
- * <p>Required element used in combination with BatchGetMemberAccountDetails to identify the membership ID to
63
- * query.
64
- * </p>
64
+ * <p>Required element used in combination with BatchGetMemberAccountDetails to identify the membership ID to query. </p>
65
65
  * @public
66
66
  */
67
67
  membershipId: string | undefined;
@@ -347,9 +347,7 @@ export declare class ValidationException extends __BaseException {
347
347
  */
348
348
  export interface CancelMembershipRequest {
349
349
  /**
350
- * <p>Required element used in combination with CancelMembershipRequest to identify the membership ID to
351
- * cancel.
352
- * </p>
350
+ * <p>Required element used in combination with CancelMembershipRequest to identify the membership ID to cancel. </p>
353
351
  * @public
354
352
  */
355
353
  membershipId: string | undefined;
@@ -396,16 +394,12 @@ export type CaseStatus = (typeof CaseStatus)[keyof typeof CaseStatus];
396
394
  */
397
395
  export interface CloseCaseResponse {
398
396
  /**
399
- * <p>A response element providing responses for requests to CloseCase. This element responds with the case
400
- * status following the action.
401
- * </p>
397
+ * <p>A response element providing responses for requests to CloseCase. This element responds with the case status following the action. </p>
402
398
  * @public
403
399
  */
404
400
  caseStatus?: CaseStatus | undefined;
405
401
  /**
406
- * <p>A response element providing responses for requests to CloseCase. This element responds with the case
407
- * closure date following the action.
408
- * </p>
402
+ * <p>A response element providing responses for requests to CloseCase. This element responds with the case closure date following the action. </p>
409
403
  * @public
410
404
  */
411
405
  closedDate?: Date | undefined;
@@ -492,9 +486,7 @@ export interface CreateCaseRequest {
492
486
  */
493
487
  clientToken?: string | undefined;
494
488
  /**
495
- * <p>Required element used in combination with CreateCase to identify the resolver type. Available resolvers
496
- * include self-supported | aws-supported.
497
- * </p>
489
+ * <p>Required element used in combination with CreateCase to identify the resolver type. Available resolvers include self-supported | aws-supported. </p>
498
490
  * @public
499
491
  */
500
492
  resolverType: ResolverType | undefined;
@@ -509,16 +501,12 @@ export interface CreateCaseRequest {
509
501
  */
510
502
  description: string | undefined;
511
503
  /**
512
- * <p>Required element used in combination with CreateCase to provide an engagement type for the new cases.
513
- * Available engagement types include Security Incident | Investigation
514
- * </p>
504
+ * <p>Required element used in combination with CreateCase to provide an engagement type for the new cases. Available engagement types include Security Incident | Investigation </p>
515
505
  * @public
516
506
  */
517
507
  engagementType: EngagementType | undefined;
518
508
  /**
519
- * <p>Required element used in combination with CreateCase to provide an initial start date for the unauthorized
520
- * activity.
521
- * </p>
509
+ * <p>Required element used in combination with CreateCase to provide an initial start date for the unauthorized activity. </p>
522
510
  * @public
523
511
  */
524
512
  reportedIncidentStartDate: Date | undefined;
@@ -528,16 +516,12 @@ export interface CreateCaseRequest {
528
516
  */
529
517
  impactedAccounts: string[] | undefined;
530
518
  /**
531
- * <p>Required element used in combination with CreateCase to provide a list of entities to receive
532
- * notifications for case updates.
533
- * </p>
519
+ * <p>Required element used in combination with CreateCase to provide a list of entities to receive notifications for case updates. </p>
534
520
  * @public
535
521
  */
536
522
  watchers: Watcher[] | undefined;
537
523
  /**
538
- * <p>An optional element used in combination with CreateCase to provide a list of suspicious internet protocol
539
- * addresses associated with unauthorized activity.
540
- * </p>
524
+ * <p>An optional element used in combination with CreateCase to provide a list of suspicious internet protocol addresses associated with unauthorized activity. </p>
541
525
  * @public
542
526
  */
543
527
  threatActorIpAddresses?: ThreatActorIp[] | undefined;
@@ -562,9 +546,7 @@ export interface CreateCaseRequest {
562
546
  */
563
547
  export interface CreateCaseResponse {
564
548
  /**
565
- * <p>A response element providing responses for requests to CreateCase. This element responds with the case
566
- * ID.
567
- * </p>
549
+ * <p>A response element providing responses for requests to CreateCase. This element responds with the case ID. </p>
568
550
  * @public
569
551
  */
570
552
  caseId: string | undefined;
@@ -699,18 +681,12 @@ export interface GetCaseResponse {
699
681
  */
700
682
  description?: string | undefined;
701
683
  /**
702
- * <p>Response element for GetCase that provides the case status. Options for statuses include
703
- * <code>Submitted | Detection and Analysis | Eradication, Containment and Recovery | Post-Incident Activities
704
- * | Closed
705
- * </code>
706
- * </p>
684
+ * <p>Response element for GetCase that provides the case status. Options for statuses include <code>Submitted | Detection and Analysis | Eradication, Containment and Recovery | Post-Incident Activities | Closed </code> </p>
707
685
  * @public
708
686
  */
709
687
  caseStatus?: CaseStatus | undefined;
710
688
  /**
711
- * <p>Response element for GetCase that provides the engagement type. Options for engagement type include
712
- * <code>Active Security Event | Investigations</code>
713
- * </p>
689
+ * <p>Response element for GetCase that provides the engagement type. Options for engagement type include <code>Active Security Event | Investigations</code> </p>
714
690
  * @public
715
691
  */
716
692
  engagementType?: EngagementType | undefined;
@@ -720,9 +696,7 @@ export interface GetCaseResponse {
720
696
  */
721
697
  reportedIncidentStartDate?: Date | undefined;
722
698
  /**
723
- * <p>Response element for GetCase that provides the actual incident start date as identified by data analysis
724
- * during the investigation.
725
- * </p>
699
+ * <p>Response element for GetCase that provides the actual incident start date as identified by data analysis during the investigation. </p>
726
700
  * @public
727
701
  */
728
702
  actualIncidentStartDate?: Date | undefined;
@@ -732,9 +706,7 @@ export interface GetCaseResponse {
732
706
  */
733
707
  impactedAwsRegions?: ImpactedAwsRegion[] | undefined;
734
708
  /**
735
- * <p>Response element for GetCase that provides a list of suspicious IP addresses associated with unauthorized
736
- * activity.
737
- * </p>
709
+ * <p>Response element for GetCase that provides a list of suspicious IP addresses associated with unauthorized activity. </p>
738
710
  * @public
739
711
  */
740
712
  threatActorIpAddresses?: ThreatActorIp[] | undefined;
@@ -769,9 +741,7 @@ export interface GetCaseResponse {
769
741
  */
770
742
  closureCode?: ClosureCode | undefined;
771
743
  /**
772
- * <p>Response element for GetCase that provides the current resolver types. Options include <code>
773
- * self-supported | AWS-supported</code>.
774
- * </p>
744
+ * <p>Response element for GetCase that provides the current resolver types. Options include <code> self-supported | AWS-supported</code>. </p>
775
745
  * @public
776
746
  */
777
747
  resolverType?: ResolverType | undefined;
@@ -796,16 +766,12 @@ export interface GetCaseResponse {
796
766
  */
797
767
  export interface GetCaseAttachmentDownloadUrlRequest {
798
768
  /**
799
- * <p>Required element for GetCaseAttachmentDownloadUrl to identify the case ID for downloading an attachment
800
- * from.
801
- * </p>
769
+ * <p>Required element for GetCaseAttachmentDownloadUrl to identify the case ID for downloading an attachment from. </p>
802
770
  * @public
803
771
  */
804
772
  caseId: string | undefined;
805
773
  /**
806
- * <p>Required element for GetCaseAttachmentDownloadUrl to identify the attachment ID for downloading an
807
- * attachment.
808
- * </p>
774
+ * <p>Required element for GetCaseAttachmentDownloadUrl to identify the attachment ID for downloading an attachment. </p>
809
775
  * @public
810
776
  */
811
777
  attachmentId: string | undefined;
@@ -825,14 +791,12 @@ export interface GetCaseAttachmentDownloadUrlResponse {
825
791
  */
826
792
  export interface GetCaseAttachmentUploadUrlRequest {
827
793
  /**
828
- * <p>Required element for GetCaseAttachmentUploadUrl to identify the case ID for uploading an attachment to.
829
- * </p>
794
+ * <p>Required element for GetCaseAttachmentUploadUrl to identify the case ID for uploading an attachment to. </p>
830
795
  * @public
831
796
  */
832
797
  caseId: string | undefined;
833
798
  /**
834
- * <p>Required element for GetCaseAttachmentUploadUrl to identify the file name of the attachment to upload.
835
- * </p>
799
+ * <p>Required element for GetCaseAttachmentUploadUrl to identify the file name of the attachment to upload. </p>
836
800
  * @public
837
801
  */
838
802
  fileName: string | undefined;
@@ -913,9 +877,7 @@ export interface ListCaseEditsResponse {
913
877
  */
914
878
  nextToken?: string | undefined;
915
879
  /**
916
- * <p>Response element for ListCaseEdits that includes the action, eventtimestamp, message, and principal for
917
- * the response.
918
- * </p>
880
+ * <p>Response element for ListCaseEdits that includes the action, eventtimestamp, message, and principal for the response. </p>
919
881
  * @public
920
882
  */
921
883
  items?: CaseEditItem[] | undefined;
@@ -1006,9 +968,7 @@ export interface ListCasesResponse {
1006
968
  */
1007
969
  nextToken?: string | undefined;
1008
970
  /**
1009
- * <p>Response element for ListCases that includes caseARN, caseID, caseStatus, closedDate,
1010
- * createdDate, engagementType, lastUpdatedDate, pendingAction, resolverType, and title for each response.
1011
- * </p>
971
+ * <p>Response element for ListCases that includes caseARN, caseID, caseStatus, closedDate, createdDate, engagementType, lastUpdatedDate, pendingAction, resolverType, and title for each response. </p>
1012
972
  * @public
1013
973
  */
1014
974
  items?: ListCasesItem[] | undefined;
@@ -1084,9 +1044,7 @@ export interface ListCommentsResponse {
1084
1044
  */
1085
1045
  nextToken?: string | undefined;
1086
1046
  /**
1087
- * <p>Response element for ListComments providing the body, commentID, createDate, creator, lastUpdatedBy and
1088
- * lastUpdatedDate for each response.
1089
- * </p>
1047
+ * <p>Response element for ListComments providing the body, commentID, createDate, creator, lastUpdatedBy and lastUpdatedDate for each response. </p>
1090
1048
  * @public
1091
1049
  */
1092
1050
  items?: ListCommentsItem[] | undefined;
@@ -1116,8 +1074,7 @@ export interface UpdateCaseRequest {
1116
1074
  */
1117
1075
  description?: string | undefined;
1118
1076
  /**
1119
- * <p>Optional element for UpdateCase to provide content for the customer reported incident start date field.
1120
- * </p>
1077
+ * <p>Optional element for UpdateCase to provide content for the customer reported incident start date field. </p>
1121
1078
  * @public
1122
1079
  */
1123
1080
  reportedIncidentStartDate?: Date | undefined;
@@ -1127,9 +1084,7 @@ export interface UpdateCaseRequest {
1127
1084
  */
1128
1085
  actualIncidentStartDate?: Date | undefined;
1129
1086
  /**
1130
- * <p>Optional element for UpdateCase to provide content for the engagement type field. <code>Available
1131
- * engagement types include Security Incident | Investigation</code>.
1132
- * </p>
1087
+ * <p>Optional element for UpdateCase to provide content for the engagement type field. <code>Available engagement types include Security Incident | Investigation</code>. </p>
1133
1088
  * @public
1134
1089
  */
1135
1090
  engagementType?: EngagementType | undefined;
@@ -1144,9 +1099,7 @@ export interface UpdateCaseRequest {
1144
1099
  */
1145
1100
  watchersToDelete?: Watcher[] | undefined;
1146
1101
  /**
1147
- * <p>Optional element for UpdateCase to provide content to add additional suspicious IP addresses related to a
1148
- * case.
1149
- * </p>
1102
+ * <p>Optional element for UpdateCase to provide content to add additional suspicious IP addresses related to a case. </p>
1150
1103
  * @public
1151
1104
  */
1152
1105
  threatActorIpAddressesToAdd?: ThreatActorIp[] | undefined;
@@ -1196,8 +1149,7 @@ export interface UpdateCaseResponse {
1196
1149
  */
1197
1150
  export interface UpdateCaseCommentRequest {
1198
1151
  /**
1199
- * <p>Required element for UpdateCaseComment to identify the case ID containing the comment to be updated.
1200
- * </p>
1152
+ * <p>Required element for UpdateCaseComment to identify the case ID containing the comment to be updated. </p>
1201
1153
  * @public
1202
1154
  */
1203
1155
  caseId: string | undefined;
@@ -1251,9 +1203,7 @@ export interface UpdateCaseStatusRequest {
1251
1203
  */
1252
1204
  caseId: string | undefined;
1253
1205
  /**
1254
- * <p>Required element for UpdateCaseStatus to identify the status for a case. Options include <code>Submitted |
1255
- * Detection and Analysis | Containment, Eradication and Recovery | Post-incident Activities</code>.
1256
- * </p>
1206
+ * <p>Required element for UpdateCaseStatus to identify the status for a case. Options include <code>Submitted | Detection and Analysis | Containment, Eradication and Recovery | Post-incident Activities</code>. </p>
1257
1207
  * @public
1258
1208
  */
1259
1209
  caseStatus: SelfManagedCaseStatus | undefined;
@@ -1366,9 +1316,7 @@ export interface CreateMembershipRequest {
1366
1316
  */
1367
1317
  membershipName: string | undefined;
1368
1318
  /**
1369
- * <p>Required element use in combination with CreateMembership to add customer incident response team members
1370
- * and trusted partners to the membership.
1371
- * </p>
1319
+ * <p>Required element use in combination with CreateMembership to add customer incident response team members and trusted partners to the membership. </p>
1372
1320
  * @public
1373
1321
  */
1374
1322
  incidentResponseTeam: IncidentResponder[] | undefined;
@@ -1438,8 +1386,7 @@ export interface GetMembershipResponse {
1438
1386
  */
1439
1387
  membershipId: string | undefined;
1440
1388
  /**
1441
- * <p>Response element for GetMembership that provides the configured account for managing the membership.
1442
- * </p>
1389
+ * <p>Response element for GetMembership that provides the configured account for managing the membership. </p>
1443
1390
  * @public
1444
1391
  */
1445
1392
  accountId?: string | undefined;
@@ -1469,15 +1416,12 @@ export interface GetMembershipResponse {
1469
1416
  */
1470
1417
  membershipActivationTimestamp?: Date | undefined;
1471
1418
  /**
1472
- * <p>Response element for GetMembership that provides the configured membership name deactivation timestamp.
1473
- * </p>
1419
+ * <p>Response element for GetMembership that provides the configured membership name deactivation timestamp. </p>
1474
1420
  * @public
1475
1421
  */
1476
1422
  membershipDeactivationTimestamp?: Date | undefined;
1477
1423
  /**
1478
- * <p>Response element for GetMembership that provides the configured membership type. Options include <code>
1479
- * Standalone | Organizations</code>.
1480
- * </p>
1424
+ * <p>Response element for GetMembership that provides the configured membership type. Options include <code> Standalone | Organizations</code>. </p>
1481
1425
  * @public
1482
1426
  */
1483
1427
  customerType?: CustomerType | undefined;
@@ -1487,9 +1431,7 @@ export interface GetMembershipResponse {
1487
1431
  */
1488
1432
  numberOfAccountsCovered?: number | undefined;
1489
1433
  /**
1490
- * <p>Response element for GetMembership that provides the configured membership incident response team
1491
- * members.
1492
- * </p>
1434
+ * <p>Response element for GetMembership that provides the configured membership incident response team members. </p>
1493
1435
  * @public
1494
1436
  */
1495
1437
  incidentResponseTeam?: IncidentResponder[] | undefined;
@@ -1555,9 +1497,7 @@ export interface ListMembershipsResponse {
1555
1497
  */
1556
1498
  nextToken?: string | undefined;
1557
1499
  /**
1558
- * <p>Request element for ListMemberships including the accountID, membershipARN, membershipID,
1559
- * membershipStatus, and region for each response.
1560
- * </p>
1500
+ * <p>Request element for ListMemberships including the accountID, membershipARN, membershipID, membershipStatus, and region for each response. </p>
1561
1501
  * @public
1562
1502
  */
1563
1503
  items?: ListMembershipItem[] | undefined;
@@ -18,6 +18,7 @@ export declare const AwsRegion: {
18
18
  readonly AP_SOUTHEAST_3: "ap-southeast-3";
19
19
  readonly AP_SOUTHEAST_4: "ap-southeast-4";
20
20
  readonly AP_SOUTHEAST_5: "ap-southeast-5";
21
+ readonly AP_SOUTHEAST_7: "ap-southeast-7";
21
22
  readonly AP_SOUTH_1: "ap-south-1";
22
23
  readonly AP_SOUTH_2: "ap-south-2";
23
24
  readonly CA_CENTRAL_1: "ca-central-1";
@@ -35,6 +36,7 @@ export declare const AwsRegion: {
35
36
  readonly IL_CENTRAL_1: "il-central-1";
36
37
  readonly ME_CENTRAL_1: "me-central-1";
37
38
  readonly ME_SOUTH_1: "me-south-1";
39
+ readonly MX_CENTRAL_1: "mx-central-1";
38
40
  readonly SA_EAST_1: "sa-east-1";
39
41
  readonly US_EAST_1: "us-east-1";
40
42
  readonly US_EAST_2: "us-east-2";
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-security-ir",
3
3
  "description": "AWS SDK for JavaScript Security Ir Client for Node.js, Browser and React Native",
4
- "version": "3.812.0",
4
+ "version": "3.817.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "tsc -p tsconfig.cjs.json",
@@ -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.812.0",
24
- "@aws-sdk/credential-provider-node": "3.812.0",
23
+ "@aws-sdk/core": "3.816.0",
24
+ "@aws-sdk/credential-provider-node": "3.817.0",
25
25
  "@aws-sdk/middleware-host-header": "3.804.0",
26
26
  "@aws-sdk/middleware-logger": "3.804.0",
27
27
  "@aws-sdk/middleware-recursion-detection": "3.804.0",
28
- "@aws-sdk/middleware-user-agent": "3.812.0",
28
+ "@aws-sdk/middleware-user-agent": "3.816.0",
29
29
  "@aws-sdk/region-config-resolver": "3.808.0",
30
30
  "@aws-sdk/types": "3.804.0",
31
31
  "@aws-sdk/util-endpoints": "3.808.0",
32
32
  "@aws-sdk/util-user-agent-browser": "3.804.0",
33
- "@aws-sdk/util-user-agent-node": "3.812.0",
33
+ "@aws-sdk/util-user-agent-node": "3.816.0",
34
34
  "@smithy/config-resolver": "^4.1.2",
35
35
  "@smithy/core": "^3.3.3",
36
36
  "@smithy/fetch-http-handler": "^5.0.2",