aws-sdk-securityir 1.4.0 → 1.6.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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: eb802d5ef242fd6b5f4af853263d6e5acd47e8af3ddf04bb54c9b35da0be0a69
4
- data.tar.gz: 9e2d2ff47e6cf2020129395550167669b143adcf5db775abe9a19e35b8fe19a7
3
+ metadata.gz: 2a984047e11c811d89b424db131948d9d5de88acd69f5cda9093e353817b25de
4
+ data.tar.gz: 304305ba0907bf50d51f858628867cd1616db22f97469852ac8bf086c4fe6fd6
5
5
  SHA512:
6
- metadata.gz: de73ff3e36960be220e60220aa8f2a0e6bf2d4e55506eaeca40e8503067c800a19acfa7b44c36a6d3a8544b616ea96e3d404335896c2b8d65d202cefc99c3249
7
- data.tar.gz: 8dcbb6e5979800112d72c96b03aa9fd46c19ea93b901b01045caa4b3c90deadb9386c17cff06163a847bb0c0214a50244cbb98a3835c61816415f92131a68fa8
6
+ metadata.gz: c6fbc650082a422f799f9787509b276cb269e13149536d4fb400171707bdc32e819801509fc726c3db93c17979ad406dd38952173213360457779d76bbf3111b
7
+ data.tar.gz: f414715e47b84f600226db31cf8fce55c6fe7b8a0bb899dd7ddee0272dcc0cf02119ddf23246d47d1485c3267f49aa105f6dffe471752a36d40dd8fb1a8a1e44
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.6.0 (2025-05-23)
5
+ ------------------
6
+
7
+ * Feature - Update PrincipalId pattern documentation to reflect what user should receive back from the API call
8
+
9
+ 1.5.0 (2025-05-12)
10
+ ------------------
11
+
12
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
13
+
4
14
  1.4.0 (2025-05-01)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.4.0
1
+ 1.6.0
@@ -200,8 +200,7 @@ module Aws::SecurityIR
200
200
  # accepted modes and the configuration defaults that are included.
201
201
  #
202
202
  # @option options [Boolean] :disable_host_prefix_injection (false)
203
- # Set to true to disable SDK automatically adding host prefix
204
- # to default service endpoint when available.
203
+ # When `true`, the SDK will not prepend the modeled host prefix to the endpoint.
205
204
  #
206
205
  # @option options [Boolean] :disable_request_compression (false)
207
206
  # When set to 'true' the request body will not be compressed
@@ -745,7 +744,7 @@ module Aws::SecurityIR
745
744
  # impacted_services: ["AwsService"],
746
745
  # impacted_aws_regions: [
747
746
  # {
748
- # region: "af-south-1", # required, accepts 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
747
+ # region: "af-south-1", # required, accepts 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
749
748
  # },
750
749
  # ],
751
750
  # tags: {
@@ -1010,7 +1009,7 @@ module Aws::SecurityIR
1010
1009
  # resp.reported_incident_start_date #=> Time
1011
1010
  # resp.actual_incident_start_date #=> Time
1012
1011
  # resp.impacted_aws_regions #=> Array
1013
- # resp.impacted_aws_regions[0].region #=> String, one of "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"
1012
+ # resp.impacted_aws_regions[0].region #=> String, one of "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"
1014
1013
  # resp.threat_actor_ip_addresses #=> Array
1015
1014
  # resp.threat_actor_ip_addresses[0].ip_address #=> String
1016
1015
  # resp.threat_actor_ip_addresses[0].user_agent #=> String
@@ -1222,7 +1221,7 @@ module Aws::SecurityIR
1222
1221
  #
1223
1222
  # resp.membership_id #=> String
1224
1223
  # resp.account_id #=> String
1225
- # resp.region #=> String, one of "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"
1224
+ # resp.region #=> String, one of "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"
1226
1225
  # resp.membership_name #=> String
1227
1226
  # resp.membership_arn #=> String
1228
1227
  # resp.membership_status #=> String, one of "Active", "Cancelled", "Terminated"
@@ -1503,7 +1502,7 @@ module Aws::SecurityIR
1503
1502
  # resp.items #=> Array
1504
1503
  # resp.items[0].membership_id #=> String
1505
1504
  # resp.items[0].account_id #=> String
1506
- # resp.items[0].region #=> String, one of "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"
1505
+ # resp.items[0].region #=> String, one of "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"
1507
1506
  # resp.items[0].membership_arn #=> String
1508
1507
  # resp.items[0].membership_status #=> String, one of "Active", "Cancelled", "Terminated"
1509
1508
  #
@@ -1814,12 +1813,12 @@ module Aws::SecurityIR
1814
1813
  # impacted_services_to_delete: ["AwsService"],
1815
1814
  # impacted_aws_regions_to_add: [
1816
1815
  # {
1817
- # region: "af-south-1", # required, accepts 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
1816
+ # region: "af-south-1", # required, accepts 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
1818
1817
  # },
1819
1818
  # ],
1820
1819
  # impacted_aws_regions_to_delete: [
1821
1820
  # {
1822
- # region: "af-south-1", # required, accepts 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
1821
+ # region: "af-south-1", # required, accepts 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
1823
1822
  # },
1824
1823
  # ],
1825
1824
  # impacted_accounts_to_add: ["AWSAccountId"],
@@ -2091,7 +2090,7 @@ module Aws::SecurityIR
2091
2090
  tracer: tracer
2092
2091
  )
2093
2092
  context[:gem_name] = 'aws-sdk-securityir'
2094
- context[:gem_version] = '1.4.0'
2093
+ context[:gem_version] = '1.6.0'
2095
2094
  Seahorse::Client::Request.new(handlers, context)
2096
2095
  end
2097
2096
 
@@ -559,9 +559,9 @@ module Aws::SecurityIR
559
559
  o.errors << Shapes::ShapeRef.new(shape: ValidationException)
560
560
  o.errors << Shapes::ShapeRef.new(shape: SecurityIncidentResponseNotActiveException)
561
561
  o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
562
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
562
563
  o.errors << Shapes::ShapeRef.new(shape: ConflictException)
563
564
  o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
564
- o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
565
565
  o.errors << Shapes::ShapeRef.new(shape: InvalidTokenException)
566
566
  end)
567
567
 
@@ -576,9 +576,9 @@ module Aws::SecurityIR
576
576
  o.errors << Shapes::ShapeRef.new(shape: ValidationException)
577
577
  o.errors << Shapes::ShapeRef.new(shape: SecurityIncidentResponseNotActiveException)
578
578
  o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
579
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
579
580
  o.errors << Shapes::ShapeRef.new(shape: ConflictException)
580
581
  o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
581
- o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
582
582
  o.errors << Shapes::ShapeRef.new(shape: InvalidTokenException)
583
583
  end)
584
584
 
@@ -593,9 +593,9 @@ module Aws::SecurityIR
593
593
  o.errors << Shapes::ShapeRef.new(shape: ValidationException)
594
594
  o.errors << Shapes::ShapeRef.new(shape: SecurityIncidentResponseNotActiveException)
595
595
  o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
596
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
596
597
  o.errors << Shapes::ShapeRef.new(shape: ConflictException)
597
598
  o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
598
- o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
599
599
  o.errors << Shapes::ShapeRef.new(shape: InvalidTokenException)
600
600
  end)
601
601
 
@@ -610,9 +610,9 @@ module Aws::SecurityIR
610
610
  o.errors << Shapes::ShapeRef.new(shape: ValidationException)
611
611
  o.errors << Shapes::ShapeRef.new(shape: SecurityIncidentResponseNotActiveException)
612
612
  o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
613
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
613
614
  o.errors << Shapes::ShapeRef.new(shape: ConflictException)
614
615
  o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
615
- o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
616
616
  o.errors << Shapes::ShapeRef.new(shape: InvalidTokenException)
617
617
  end)
618
618
 
@@ -627,9 +627,9 @@ module Aws::SecurityIR
627
627
  o.errors << Shapes::ShapeRef.new(shape: ValidationException)
628
628
  o.errors << Shapes::ShapeRef.new(shape: SecurityIncidentResponseNotActiveException)
629
629
  o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
630
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
630
631
  o.errors << Shapes::ShapeRef.new(shape: ConflictException)
631
632
  o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
632
- o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
633
633
  o.errors << Shapes::ShapeRef.new(shape: InvalidTokenException)
634
634
  end)
635
635
 
@@ -644,9 +644,9 @@ module Aws::SecurityIR
644
644
  o.errors << Shapes::ShapeRef.new(shape: ValidationException)
645
645
  o.errors << Shapes::ShapeRef.new(shape: SecurityIncidentResponseNotActiveException)
646
646
  o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
647
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
647
648
  o.errors << Shapes::ShapeRef.new(shape: ConflictException)
648
649
  o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
649
- o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
650
650
  o.errors << Shapes::ShapeRef.new(shape: InvalidTokenException)
651
651
  end)
652
652
 
@@ -661,9 +661,9 @@ module Aws::SecurityIR
661
661
  o.errors << Shapes::ShapeRef.new(shape: ValidationException)
662
662
  o.errors << Shapes::ShapeRef.new(shape: SecurityIncidentResponseNotActiveException)
663
663
  o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
664
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
664
665
  o.errors << Shapes::ShapeRef.new(shape: ConflictException)
665
666
  o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
666
- o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
667
667
  o.errors << Shapes::ShapeRef.new(shape: InvalidTokenException)
668
668
  end)
669
669
 
@@ -678,9 +678,9 @@ module Aws::SecurityIR
678
678
  o.errors << Shapes::ShapeRef.new(shape: ValidationException)
679
679
  o.errors << Shapes::ShapeRef.new(shape: SecurityIncidentResponseNotActiveException)
680
680
  o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
681
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
681
682
  o.errors << Shapes::ShapeRef.new(shape: ConflictException)
682
683
  o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
683
- o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
684
684
  o.errors << Shapes::ShapeRef.new(shape: InvalidTokenException)
685
685
  end)
686
686
 
@@ -695,9 +695,9 @@ module Aws::SecurityIR
695
695
  o.errors << Shapes::ShapeRef.new(shape: ValidationException)
696
696
  o.errors << Shapes::ShapeRef.new(shape: SecurityIncidentResponseNotActiveException)
697
697
  o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
698
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
698
699
  o.errors << Shapes::ShapeRef.new(shape: ConflictException)
699
700
  o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
700
- o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
701
701
  o.errors << Shapes::ShapeRef.new(shape: InvalidTokenException)
702
702
  end)
703
703
 
@@ -712,9 +712,9 @@ module Aws::SecurityIR
712
712
  o.errors << Shapes::ShapeRef.new(shape: ValidationException)
713
713
  o.errors << Shapes::ShapeRef.new(shape: SecurityIncidentResponseNotActiveException)
714
714
  o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
715
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
715
716
  o.errors << Shapes::ShapeRef.new(shape: ConflictException)
716
717
  o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
717
- o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
718
718
  o.errors << Shapes::ShapeRef.new(shape: InvalidTokenException)
719
719
  end)
720
720
 
@@ -729,9 +729,9 @@ module Aws::SecurityIR
729
729
  o.errors << Shapes::ShapeRef.new(shape: ValidationException)
730
730
  o.errors << Shapes::ShapeRef.new(shape: SecurityIncidentResponseNotActiveException)
731
731
  o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
732
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
732
733
  o.errors << Shapes::ShapeRef.new(shape: ConflictException)
733
734
  o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
734
- o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
735
735
  o.errors << Shapes::ShapeRef.new(shape: InvalidTokenException)
736
736
  o[:pager] = Aws::Pager.new(
737
737
  limit_key: "max_results",
@@ -752,9 +752,9 @@ module Aws::SecurityIR
752
752
  o.errors << Shapes::ShapeRef.new(shape: ValidationException)
753
753
  o.errors << Shapes::ShapeRef.new(shape: SecurityIncidentResponseNotActiveException)
754
754
  o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
755
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
755
756
  o.errors << Shapes::ShapeRef.new(shape: ConflictException)
756
757
  o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
757
- o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
758
758
  o.errors << Shapes::ShapeRef.new(shape: InvalidTokenException)
759
759
  o[:pager] = Aws::Pager.new(
760
760
  limit_key: "max_results",
@@ -775,9 +775,9 @@ module Aws::SecurityIR
775
775
  o.errors << Shapes::ShapeRef.new(shape: ValidationException)
776
776
  o.errors << Shapes::ShapeRef.new(shape: SecurityIncidentResponseNotActiveException)
777
777
  o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
778
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
778
779
  o.errors << Shapes::ShapeRef.new(shape: ConflictException)
779
780
  o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
780
- o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
781
781
  o.errors << Shapes::ShapeRef.new(shape: InvalidTokenException)
782
782
  o[:pager] = Aws::Pager.new(
783
783
  limit_key: "max_results",
@@ -798,9 +798,9 @@ module Aws::SecurityIR
798
798
  o.errors << Shapes::ShapeRef.new(shape: ValidationException)
799
799
  o.errors << Shapes::ShapeRef.new(shape: SecurityIncidentResponseNotActiveException)
800
800
  o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
801
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
801
802
  o.errors << Shapes::ShapeRef.new(shape: ConflictException)
802
803
  o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
803
- o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
804
804
  o.errors << Shapes::ShapeRef.new(shape: InvalidTokenException)
805
805
  o[:pager] = Aws::Pager.new(
806
806
  limit_key: "max_results",
@@ -822,8 +822,8 @@ module Aws::SecurityIR
822
822
  o.errors << Shapes::ShapeRef.new(shape: SecurityIncidentResponseNotActiveException)
823
823
  o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
824
824
  o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
825
- o.errors << Shapes::ShapeRef.new(shape: ConflictException)
826
825
  o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
826
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
827
827
  o.errors << Shapes::ShapeRef.new(shape: InvalidTokenException)
828
828
  end)
829
829
 
@@ -839,8 +839,8 @@ module Aws::SecurityIR
839
839
  o.errors << Shapes::ShapeRef.new(shape: SecurityIncidentResponseNotActiveException)
840
840
  o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
841
841
  o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
842
- o.errors << Shapes::ShapeRef.new(shape: ConflictException)
843
842
  o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
843
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
844
844
  o.errors << Shapes::ShapeRef.new(shape: InvalidTokenException)
845
845
  end)
846
846
 
@@ -856,8 +856,8 @@ module Aws::SecurityIR
856
856
  o.errors << Shapes::ShapeRef.new(shape: SecurityIncidentResponseNotActiveException)
857
857
  o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
858
858
  o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
859
- o.errors << Shapes::ShapeRef.new(shape: ConflictException)
860
859
  o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
860
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
861
861
  o.errors << Shapes::ShapeRef.new(shape: InvalidTokenException)
862
862
  end)
863
863
 
@@ -872,9 +872,9 @@ module Aws::SecurityIR
872
872
  o.errors << Shapes::ShapeRef.new(shape: ValidationException)
873
873
  o.errors << Shapes::ShapeRef.new(shape: SecurityIncidentResponseNotActiveException)
874
874
  o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
875
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
875
876
  o.errors << Shapes::ShapeRef.new(shape: ConflictException)
876
877
  o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
877
- o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
878
878
  o.errors << Shapes::ShapeRef.new(shape: InvalidTokenException)
879
879
  end)
880
880
 
@@ -889,9 +889,9 @@ module Aws::SecurityIR
889
889
  o.errors << Shapes::ShapeRef.new(shape: ValidationException)
890
890
  o.errors << Shapes::ShapeRef.new(shape: SecurityIncidentResponseNotActiveException)
891
891
  o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
892
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
892
893
  o.errors << Shapes::ShapeRef.new(shape: ConflictException)
893
894
  o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
894
- o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
895
895
  o.errors << Shapes::ShapeRef.new(shape: InvalidTokenException)
896
896
  end)
897
897
 
@@ -906,9 +906,9 @@ module Aws::SecurityIR
906
906
  o.errors << Shapes::ShapeRef.new(shape: ValidationException)
907
907
  o.errors << Shapes::ShapeRef.new(shape: SecurityIncidentResponseNotActiveException)
908
908
  o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
909
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
909
910
  o.errors << Shapes::ShapeRef.new(shape: ConflictException)
910
911
  o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
911
- o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
912
912
  o.errors << Shapes::ShapeRef.new(shape: InvalidTokenException)
913
913
  end)
914
914
 
@@ -923,9 +923,9 @@ module Aws::SecurityIR
923
923
  o.errors << Shapes::ShapeRef.new(shape: ValidationException)
924
924
  o.errors << Shapes::ShapeRef.new(shape: SecurityIncidentResponseNotActiveException)
925
925
  o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
926
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
926
927
  o.errors << Shapes::ShapeRef.new(shape: ConflictException)
927
928
  o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
928
- o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
929
929
  o.errors << Shapes::ShapeRef.new(shape: InvalidTokenException)
930
930
  end)
931
931
 
@@ -940,9 +940,9 @@ module Aws::SecurityIR
940
940
  o.errors << Shapes::ShapeRef.new(shape: ValidationException)
941
941
  o.errors << Shapes::ShapeRef.new(shape: SecurityIncidentResponseNotActiveException)
942
942
  o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
943
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
943
944
  o.errors << Shapes::ShapeRef.new(shape: ConflictException)
944
945
  o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
945
- o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
946
946
  o.errors << Shapes::ShapeRef.new(shape: InvalidTokenException)
947
947
  end)
948
948
  end
@@ -55,7 +55,7 @@ module Aws::SecurityIR
55
55
  autoload :EndpointProvider, 'aws-sdk-securityir/endpoint_provider'
56
56
  autoload :Endpoints, 'aws-sdk-securityir/endpoints'
57
57
 
58
- GEM_VERSION = '1.4.0'
58
+ GEM_VERSION = '1.6.0'
59
59
 
60
60
  end
61
61
 
data/sig/client.rbs CHANGED
@@ -139,7 +139,7 @@ module Aws
139
139
  ?impacted_services: Array[::String],
140
140
  ?impacted_aws_regions: Array[
141
141
  {
142
- 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")
142
+ 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")
143
143
  },
144
144
  ],
145
145
  ?tags: Hash[::String, ::String]
@@ -239,7 +239,7 @@ module Aws
239
239
  include ::Seahorse::Client::_ResponseSuccess[Types::GetMembershipResponse]
240
240
  def membership_id: () -> ::String
241
241
  def account_id: () -> ::String
242
- def 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")
242
+ def 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")
243
243
  def membership_name: () -> ::String
244
244
  def membership_arn: () -> ::String
245
245
  def membership_status: () -> ("Active" | "Cancelled" | "Terminated")
@@ -380,12 +380,12 @@ module Aws
380
380
  ?impacted_services_to_delete: Array[::String],
381
381
  ?impacted_aws_regions_to_add: Array[
382
382
  {
383
- 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")
383
+ 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")
384
384
  },
385
385
  ],
386
386
  ?impacted_aws_regions_to_delete: Array[
387
387
  {
388
- 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")
388
+ 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")
389
389
  },
390
390
  ],
391
391
  ?impacted_accounts_to_add: Array[::String],
data/sig/types.rbs CHANGED
@@ -191,7 +191,7 @@ module Aws::SecurityIR
191
191
  class GetMembershipResponse
192
192
  attr_accessor membership_id: ::String
193
193
  attr_accessor account_id: ::String
194
- attr_accessor 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")
194
+ attr_accessor 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")
195
195
  attr_accessor membership_name: ::String
196
196
  attr_accessor membership_arn: ::String
197
197
  attr_accessor membership_status: ("Active" | "Cancelled" | "Terminated")
@@ -205,7 +205,7 @@ module Aws::SecurityIR
205
205
  end
206
206
 
207
207
  class ImpactedAwsRegion
208
- attr_accessor 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")
208
+ attr_accessor 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")
209
209
  SENSITIVE: []
210
210
  end
211
211
 
@@ -295,7 +295,7 @@ module Aws::SecurityIR
295
295
  class ListMembershipItem
296
296
  attr_accessor membership_id: ::String
297
297
  attr_accessor account_id: ::String
298
- attr_accessor 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")
298
+ attr_accessor 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")
299
299
  attr_accessor membership_arn: ::String
300
300
  attr_accessor membership_status: ("Active" | "Cancelled" | "Terminated")
301
301
  SENSITIVE: []
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-securityir
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.4.0
4
+ version: 1.6.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services