aws-sdk-securityir 1.22.0 → 1.23.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 +4 -4
- data/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-securityir/client.rb +1 -1
- data/lib/aws-sdk-securityir.rb +1 -1
- data/sig/client.rbs +14 -14
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 2b640d67fbb1e17de860c115cf3c3891f1ba7a3fbffcff7a00187c44b4c153b2
|
|
4
|
+
data.tar.gz: 24c0a27280106ba2a63c53f9504090140a327e8a7028b0be1ecbf807cb80b103
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: b6fb75c2b661c011476ee9fb9c23168cd223f197f110fcc5a3620af886287e4c56627d572ca335369e8a25fe893c943d1cb7399a7bf8e57695fe90d41e2b24a9
|
|
7
|
+
data.tar.gz: b899407fdb5f64001e4fd1073a849a0d88e70b85cfc77182a313822353cfb1952bc0d038ee59acb8d13adad617655464bc2851619954cd65b93ff530ee809be7
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.23.0
|
data/lib/aws-sdk-securityir.rb
CHANGED
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?,
|