aws-sdk-securityir 1.22.0 → 1.24.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: d22d6b54ca4f6282c4483ee8cb0732cc968b2073e98fc8b670da3d816571740c
4
- data.tar.gz: d2e69510d582871a8c57c815bb5d8e5f27df97948168de862023ab135e7ee144
3
+ metadata.gz: f123bc84b88b17c2708e510e3241be2dade33a2452a1eb750d9fd8b659f839fa
4
+ data.tar.gz: e58f355975acc17d466db894346a854504142c12d35ae4b2989aace3653b07bf
5
5
  SHA512:
6
- metadata.gz: 45579c11a2551e9cdc901b982a34bdb78199072784121820fcf9f634b4ced7e61117f54560c54d80f7d65036408806dfb6a054af308cc71d0ea238dc40ac2886
7
- data.tar.gz: 4a817158f5e547d286de397419d575252e26e207020f984ee9de54f28f4aced98158e236ecb202d0c2be544845f2428b8a80b88a358e9125f13a438162651c64
6
+ metadata.gz: d251a3b829a3759d1be52d568011d416cfb9d20e0236f33555479a27fc63aabfed0b1fdd94edbf130d7d5b2d69f063cad161a9d8f7816275b28fca72a75804b0
7
+ data.tar.gz: 94db51aa02e51dc340c2b109cb0ded08c4396494cb7668d86b6f08be9d2471c445a3c3048f2f4848b23337a90c06fc476d5968f9edf20fbc89a360c2c817c582
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.24.0 (2026-05-21)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
9
+ 1.23.0 (2026-05-19)
10
+ ------------------
11
+
12
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
13
+
4
14
  1.22.0 (2026-05-13)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.22.0
1
+ 1.24.0
@@ -199,7 +199,7 @@ module Aws::SecurityIR
199
199
  # the required types.
200
200
  #
201
201
  # @option options [Boolean] :correct_clock_skew (true)
202
- # Used only in `standard` and adaptive retry modes. Specifies whether to apply
202
+ # Used only in `standard` and `adaptive` retry modes. Specifies whether to apply
203
203
  # a clock skew correction and retry requests with skewed client clocks.
204
204
  #
205
205
  # @option options [String] :defaults_mode ("legacy")
@@ -323,17 +323,15 @@ module Aws::SecurityIR
323
323
  # @option options [String] :retry_mode ("legacy")
324
324
  # Specifies which retry algorithm to use. Values are:
325
325
  #
326
- # * `legacy` - The pre-existing retry behavior. This is default value if
327
- # no retry mode is provided.
326
+ # * `legacy` - The pre-existing retry behavior. This is the default
327
+ # value if no retry mode is provided.
328
328
  #
329
329
  # * `standard` - A standardized set of retry rules across the AWS SDKs.
330
330
  # This includes support for retry quotas, which limit the number of
331
331
  # unsuccessful retries a client can make.
332
332
  #
333
- # * `adaptive` - An experimental retry mode that includes all the
334
- # functionality of `standard` mode along with automatic client side
335
- # throttling. This is a provisional mode that may change behavior
336
- # in the future.
333
+ # * `adaptive` - A retry mode that includes all the functionality of
334
+ # `standard` mode along with automatic client side throttling.
337
335
  #
338
336
  # @option options [String] :sdk_ua_app_id
339
337
  # A unique and opaque application ID that is appended to the
@@ -2387,7 +2385,7 @@ module Aws::SecurityIR
2387
2385
  tracer: tracer
2388
2386
  )
2389
2387
  context[:gem_name] = 'aws-sdk-securityir'
2390
- context[:gem_version] = '1.22.0'
2388
+ context[:gem_version] = '1.24.0'
2391
2389
  Seahorse::Client::Request.new(handlers, context)
2392
2390
  end
2393
2391
 
@@ -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.22.0'
58
+ GEM_VERSION = '1.24.0'
59
59
 
60
60
  end
61
61
 
data/sig/client.rbs CHANGED
@@ -129,19 +129,19 @@ module Aws
129
129
  email: ::String,
130
130
  name: ::String?,
131
131
  job_title: ::String?
132
- },
132
+ }
133
133
  ],
134
134
  ?threat_actor_ip_addresses: Array[
135
135
  {
136
136
  ip_address: ::String,
137
137
  user_agent: ::String?
138
- },
138
+ }
139
139
  ],
140
140
  ?impacted_services: Array[::String],
141
141
  ?impacted_aws_regions: Array[
142
142
  {
143
143
  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")
144
- },
144
+ }
145
145
  ],
146
146
  ?tags: Hash[::String, ::String]
147
147
  ) -> _CreateCaseResponseSuccess
@@ -173,13 +173,13 @@ module Aws
173
173
  job_title: ::String,
174
174
  email: ::String,
175
175
  communication_preferences: Array[("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")]?
176
- },
176
+ }
177
177
  ],
178
178
  ?opt_in_features: Array[
179
179
  {
180
180
  feature_name: ("Triage"),
181
181
  is_enabled: bool
182
- },
182
+ }
183
183
  ],
184
184
  ?tags: Hash[::String, ::String],
185
185
  ?cover_entire_organization: bool
@@ -385,38 +385,38 @@ module Aws
385
385
  email: ::String,
386
386
  name: ::String?,
387
387
  job_title: ::String?
388
- },
388
+ }
389
389
  ],
390
390
  ?watchers_to_delete: Array[
391
391
  {
392
392
  email: ::String,
393
393
  name: ::String?,
394
394
  job_title: ::String?
395
- },
395
+ }
396
396
  ],
397
397
  ?threat_actor_ip_addresses_to_add: Array[
398
398
  {
399
399
  ip_address: ::String,
400
400
  user_agent: ::String?
401
- },
401
+ }
402
402
  ],
403
403
  ?threat_actor_ip_addresses_to_delete: Array[
404
404
  {
405
405
  ip_address: ::String,
406
406
  user_agent: ::String?
407
- },
407
+ }
408
408
  ],
409
409
  ?impacted_services_to_add: Array[::String],
410
410
  ?impacted_services_to_delete: Array[::String],
411
411
  ?impacted_aws_regions_to_add: Array[
412
412
  {
413
413
  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")
414
- },
414
+ }
415
415
  ],
416
416
  ?impacted_aws_regions_to_delete: Array[
417
417
  {
418
418
  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")
419
- },
419
+ }
420
420
  ],
421
421
  ?impacted_accounts_to_add: Array[::String],
422
422
  ?impacted_accounts_to_delete: Array[::String],
@@ -424,7 +424,7 @@ module Aws
424
424
  {
425
425
  key: ::String,
426
426
  value: ::String
427
- },
427
+ }
428
428
  ]
429
429
  ) -> _UpdateCaseResponseSuccess
430
430
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UpdateCaseResponseSuccess
@@ -466,13 +466,13 @@ module Aws
466
466
  job_title: ::String,
467
467
  email: ::String,
468
468
  communication_preferences: Array[("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")]?
469
- },
469
+ }
470
470
  ],
471
471
  ?opt_in_features: Array[
472
472
  {
473
473
  feature_name: ("Triage"),
474
474
  is_enabled: bool
475
- },
475
+ }
476
476
  ],
477
477
  ?membership_accounts_configurations_update: {
478
478
  cover_entire_organization: bool?,
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.22.0
4
+ version: 1.24.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services
@@ -18,7 +18,7 @@ dependencies:
18
18
  version: '3'
19
19
  - - ">="
20
20
  - !ruby/object:Gem::Version
21
- version: 3.247.0
21
+ version: 3.248.0
22
22
  type: :runtime
23
23
  prerelease: false
24
24
  version_requirements: !ruby/object:Gem::Requirement
@@ -28,7 +28,7 @@ dependencies:
28
28
  version: '3'
29
29
  - - ">="
30
30
  - !ruby/object:Gem::Version
31
- version: 3.247.0
31
+ version: 3.248.0
32
32
  - !ruby/object:Gem::Dependency
33
33
  name: aws-sigv4
34
34
  requirement: !ruby/object:Gem::Requirement