aws-sdk-securityagent 1.10.0 → 1.11.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-securityagent/client.rb +35 -1
- data/lib/aws-sdk-securityagent/client_api.rb +3 -0
- data/lib/aws-sdk-securityagent/types.rb +12 -2
- data/lib/aws-sdk-securityagent.rb +1 -1
- data/sig/params.rbs +3 -1
- data/sig/types.rbs +3 -1
- 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: 349abb0d9c1b1e58aad973302675d2e40d94931420912486f27c1eaccc33e684
|
|
4
|
+
data.tar.gz: ac6608bdeca586a93d68a5581d6ada31855596109f2f9831629f9008ccbc0c43
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 928d06f3141bc609dd79ce7610c24651969aa792c1fcce069298121221a760f7131466fe9e6977346691d737e29e3afb8c0eac85899c2aa6eed71eae1faf65f4
|
|
7
|
+
data.tar.gz: 79e519f2956af61a5384a77a95fc34f41ae70a46b5ad614e0577bf49d9ca096f1a7f572c14384bc1568ea30b4a740bc52f28977d8656e2f06f1037adf5fba4f4
|
data/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,11 @@
|
|
|
1
1
|
Unreleased Changes
|
|
2
2
|
------------------
|
|
3
3
|
|
|
4
|
+
1.11.0 (2026-08-07)
|
|
5
|
+
------------------
|
|
6
|
+
|
|
7
|
+
* Feature - Added enableEmailMfa input field on Actor to enable email-based MFA during penetration tests. When enabled, a server-generated mfaForwardingAddress is returned. Set up a forwarding rule in your email provider to forward MFA emails to this address so the agent can complete email-based MFA login flows
|
|
8
|
+
|
|
4
9
|
1.10.0 (2026-07-30)
|
|
5
10
|
------------------
|
|
6
11
|
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.11.0
|
|
@@ -645,6 +645,8 @@ module Aws::SecurityAgent
|
|
|
645
645
|
# resp.deleted[0].assets.actors[0].authentication.provider_type #=> String, one of "SECRETS_MANAGER", "AWS_LAMBDA", "AWS_IAM_ROLE", "AWS_INTERNAL"
|
|
646
646
|
# resp.deleted[0].assets.actors[0].authentication.value #=> String
|
|
647
647
|
# resp.deleted[0].assets.actors[0].description #=> String
|
|
648
|
+
# resp.deleted[0].assets.actors[0].enable_email_mfa #=> Boolean
|
|
649
|
+
# resp.deleted[0].assets.actors[0].mfa_forwarding_address #=> String
|
|
648
650
|
# resp.deleted[0].assets.documents #=> Array
|
|
649
651
|
# resp.deleted[0].assets.documents[0].s3_location #=> String
|
|
650
652
|
# resp.deleted[0].assets.documents[0].artifact_id #=> String
|
|
@@ -1021,6 +1023,8 @@ module Aws::SecurityAgent
|
|
|
1021
1023
|
# resp.code_reviews[0].assets.actors[0].authentication.provider_type #=> String, one of "SECRETS_MANAGER", "AWS_LAMBDA", "AWS_IAM_ROLE", "AWS_INTERNAL"
|
|
1022
1024
|
# resp.code_reviews[0].assets.actors[0].authentication.value #=> String
|
|
1023
1025
|
# resp.code_reviews[0].assets.actors[0].description #=> String
|
|
1026
|
+
# resp.code_reviews[0].assets.actors[0].enable_email_mfa #=> Boolean
|
|
1027
|
+
# resp.code_reviews[0].assets.actors[0].mfa_forwarding_address #=> String
|
|
1024
1028
|
# resp.code_reviews[0].assets.documents #=> Array
|
|
1025
1029
|
# resp.code_reviews[0].assets.documents[0].s3_location #=> String
|
|
1026
1030
|
# resp.code_reviews[0].assets.documents[0].artifact_id #=> String
|
|
@@ -1218,6 +1222,8 @@ module Aws::SecurityAgent
|
|
|
1218
1222
|
# resp.pentest_jobs[0].actors[0].authentication.provider_type #=> String, one of "SECRETS_MANAGER", "AWS_LAMBDA", "AWS_IAM_ROLE", "AWS_INTERNAL"
|
|
1219
1223
|
# resp.pentest_jobs[0].actors[0].authentication.value #=> String
|
|
1220
1224
|
# resp.pentest_jobs[0].actors[0].description #=> String
|
|
1225
|
+
# resp.pentest_jobs[0].actors[0].enable_email_mfa #=> Boolean
|
|
1226
|
+
# resp.pentest_jobs[0].actors[0].mfa_forwarding_address #=> String
|
|
1221
1227
|
# resp.pentest_jobs[0].documents #=> Array
|
|
1222
1228
|
# resp.pentest_jobs[0].documents[0].s3_location #=> String
|
|
1223
1229
|
# resp.pentest_jobs[0].documents[0].artifact_id #=> String
|
|
@@ -1314,6 +1320,8 @@ module Aws::SecurityAgent
|
|
|
1314
1320
|
# resp.pentests[0].assets.actors[0].authentication.provider_type #=> String, one of "SECRETS_MANAGER", "AWS_LAMBDA", "AWS_IAM_ROLE", "AWS_INTERNAL"
|
|
1315
1321
|
# resp.pentests[0].assets.actors[0].authentication.value #=> String
|
|
1316
1322
|
# resp.pentests[0].assets.actors[0].description #=> String
|
|
1323
|
+
# resp.pentests[0].assets.actors[0].enable_email_mfa #=> Boolean
|
|
1324
|
+
# resp.pentests[0].assets.actors[0].mfa_forwarding_address #=> String
|
|
1317
1325
|
# resp.pentests[0].assets.documents #=> Array
|
|
1318
1326
|
# resp.pentests[0].assets.documents[0].s3_location #=> String
|
|
1319
1327
|
# resp.pentests[0].assets.documents[0].artifact_id #=> String
|
|
@@ -1600,6 +1608,8 @@ module Aws::SecurityAgent
|
|
|
1600
1608
|
# resp.threat_models[0].assets.actors[0].authentication.provider_type #=> String, one of "SECRETS_MANAGER", "AWS_LAMBDA", "AWS_IAM_ROLE", "AWS_INTERNAL"
|
|
1601
1609
|
# resp.threat_models[0].assets.actors[0].authentication.value #=> String
|
|
1602
1610
|
# resp.threat_models[0].assets.actors[0].description #=> String
|
|
1611
|
+
# resp.threat_models[0].assets.actors[0].enable_email_mfa #=> Boolean
|
|
1612
|
+
# resp.threat_models[0].assets.actors[0].mfa_forwarding_address #=> String
|
|
1603
1613
|
# resp.threat_models[0].assets.documents #=> Array
|
|
1604
1614
|
# resp.threat_models[0].assets.documents[0].s3_location #=> String
|
|
1605
1615
|
# resp.threat_models[0].assets.documents[0].artifact_id #=> String
|
|
@@ -1956,6 +1966,8 @@ module Aws::SecurityAgent
|
|
|
1956
1966
|
# value: "String",
|
|
1957
1967
|
# },
|
|
1958
1968
|
# description: "String",
|
|
1969
|
+
# enable_email_mfa: false,
|
|
1970
|
+
# mfa_forwarding_address: "SensitiveEmailAddress",
|
|
1959
1971
|
# },
|
|
1960
1972
|
# ],
|
|
1961
1973
|
# documents: [
|
|
@@ -2005,6 +2017,8 @@ module Aws::SecurityAgent
|
|
|
2005
2017
|
# resp.assets.actors[0].authentication.provider_type #=> String, one of "SECRETS_MANAGER", "AWS_LAMBDA", "AWS_IAM_ROLE", "AWS_INTERNAL"
|
|
2006
2018
|
# resp.assets.actors[0].authentication.value #=> String
|
|
2007
2019
|
# resp.assets.actors[0].description #=> String
|
|
2020
|
+
# resp.assets.actors[0].enable_email_mfa #=> Boolean
|
|
2021
|
+
# resp.assets.actors[0].mfa_forwarding_address #=> String
|
|
2008
2022
|
# resp.assets.documents #=> Array
|
|
2009
2023
|
# resp.assets.documents[0].s3_location #=> String
|
|
2010
2024
|
# resp.assets.documents[0].artifact_id #=> String
|
|
@@ -2226,6 +2240,8 @@ module Aws::SecurityAgent
|
|
|
2226
2240
|
# value: "String",
|
|
2227
2241
|
# },
|
|
2228
2242
|
# description: "String",
|
|
2243
|
+
# enable_email_mfa: false,
|
|
2244
|
+
# mfa_forwarding_address: "SensitiveEmailAddress",
|
|
2229
2245
|
# },
|
|
2230
2246
|
# ],
|
|
2231
2247
|
# documents: [
|
|
@@ -2296,6 +2312,8 @@ module Aws::SecurityAgent
|
|
|
2296
2312
|
# resp.assets.actors[0].authentication.provider_type #=> String, one of "SECRETS_MANAGER", "AWS_LAMBDA", "AWS_IAM_ROLE", "AWS_INTERNAL"
|
|
2297
2313
|
# resp.assets.actors[0].authentication.value #=> String
|
|
2298
2314
|
# resp.assets.actors[0].description #=> String
|
|
2315
|
+
# resp.assets.actors[0].enable_email_mfa #=> Boolean
|
|
2316
|
+
# resp.assets.actors[0].mfa_forwarding_address #=> String
|
|
2299
2317
|
# resp.assets.documents #=> Array
|
|
2300
2318
|
# resp.assets.documents[0].s3_location #=> String
|
|
2301
2319
|
# resp.assets.documents[0].artifact_id #=> String
|
|
@@ -2715,6 +2733,8 @@ module Aws::SecurityAgent
|
|
|
2715
2733
|
# value: "String",
|
|
2716
2734
|
# },
|
|
2717
2735
|
# description: "String",
|
|
2736
|
+
# enable_email_mfa: false,
|
|
2737
|
+
# mfa_forwarding_address: "SensitiveEmailAddress",
|
|
2718
2738
|
# },
|
|
2719
2739
|
# ],
|
|
2720
2740
|
# documents: [
|
|
@@ -2778,6 +2798,8 @@ module Aws::SecurityAgent
|
|
|
2778
2798
|
# resp.assets.actors[0].authentication.provider_type #=> String, one of "SECRETS_MANAGER", "AWS_LAMBDA", "AWS_IAM_ROLE", "AWS_INTERNAL"
|
|
2779
2799
|
# resp.assets.actors[0].authentication.value #=> String
|
|
2780
2800
|
# resp.assets.actors[0].description #=> String
|
|
2801
|
+
# resp.assets.actors[0].enable_email_mfa #=> Boolean
|
|
2802
|
+
# resp.assets.actors[0].mfa_forwarding_address #=> String
|
|
2781
2803
|
# resp.assets.documents #=> Array
|
|
2782
2804
|
# resp.assets.documents[0].s3_location #=> String
|
|
2783
2805
|
# resp.assets.documents[0].artifact_id #=> String
|
|
@@ -5100,6 +5122,8 @@ module Aws::SecurityAgent
|
|
|
5100
5122
|
# value: "String",
|
|
5101
5123
|
# },
|
|
5102
5124
|
# description: "String",
|
|
5125
|
+
# enable_email_mfa: false,
|
|
5126
|
+
# mfa_forwarding_address: "SensitiveEmailAddress",
|
|
5103
5127
|
# },
|
|
5104
5128
|
# ],
|
|
5105
5129
|
# documents: [
|
|
@@ -5149,6 +5173,8 @@ module Aws::SecurityAgent
|
|
|
5149
5173
|
# resp.assets.actors[0].authentication.provider_type #=> String, one of "SECRETS_MANAGER", "AWS_LAMBDA", "AWS_IAM_ROLE", "AWS_INTERNAL"
|
|
5150
5174
|
# resp.assets.actors[0].authentication.value #=> String
|
|
5151
5175
|
# resp.assets.actors[0].description #=> String
|
|
5176
|
+
# resp.assets.actors[0].enable_email_mfa #=> Boolean
|
|
5177
|
+
# resp.assets.actors[0].mfa_forwarding_address #=> String
|
|
5152
5178
|
# resp.assets.documents #=> Array
|
|
5153
5179
|
# resp.assets.documents[0].s3_location #=> String
|
|
5154
5180
|
# resp.assets.documents[0].artifact_id #=> String
|
|
@@ -5381,6 +5407,8 @@ module Aws::SecurityAgent
|
|
|
5381
5407
|
# value: "String",
|
|
5382
5408
|
# },
|
|
5383
5409
|
# description: "String",
|
|
5410
|
+
# enable_email_mfa: false,
|
|
5411
|
+
# mfa_forwarding_address: "SensitiveEmailAddress",
|
|
5384
5412
|
# },
|
|
5385
5413
|
# ],
|
|
5386
5414
|
# documents: [
|
|
@@ -5451,6 +5479,8 @@ module Aws::SecurityAgent
|
|
|
5451
5479
|
# resp.assets.actors[0].authentication.provider_type #=> String, one of "SECRETS_MANAGER", "AWS_LAMBDA", "AWS_IAM_ROLE", "AWS_INTERNAL"
|
|
5452
5480
|
# resp.assets.actors[0].authentication.value #=> String
|
|
5453
5481
|
# resp.assets.actors[0].description #=> String
|
|
5482
|
+
# resp.assets.actors[0].enable_email_mfa #=> Boolean
|
|
5483
|
+
# resp.assets.actors[0].mfa_forwarding_address #=> String
|
|
5454
5484
|
# resp.assets.documents #=> Array
|
|
5455
5485
|
# resp.assets.documents[0].s3_location #=> String
|
|
5456
5486
|
# resp.assets.documents[0].artifact_id #=> String
|
|
@@ -5837,6 +5867,8 @@ module Aws::SecurityAgent
|
|
|
5837
5867
|
# value: "String",
|
|
5838
5868
|
# },
|
|
5839
5869
|
# description: "String",
|
|
5870
|
+
# enable_email_mfa: false,
|
|
5871
|
+
# mfa_forwarding_address: "SensitiveEmailAddress",
|
|
5840
5872
|
# },
|
|
5841
5873
|
# ],
|
|
5842
5874
|
# documents: [
|
|
@@ -5894,6 +5926,8 @@ module Aws::SecurityAgent
|
|
|
5894
5926
|
# resp.assets.actors[0].authentication.provider_type #=> String, one of "SECRETS_MANAGER", "AWS_LAMBDA", "AWS_IAM_ROLE", "AWS_INTERNAL"
|
|
5895
5927
|
# resp.assets.actors[0].authentication.value #=> String
|
|
5896
5928
|
# resp.assets.actors[0].description #=> String
|
|
5929
|
+
# resp.assets.actors[0].enable_email_mfa #=> Boolean
|
|
5930
|
+
# resp.assets.actors[0].mfa_forwarding_address #=> String
|
|
5897
5931
|
# resp.assets.documents #=> Array
|
|
5898
5932
|
# resp.assets.documents[0].s3_location #=> String
|
|
5899
5933
|
# resp.assets.documents[0].artifact_id #=> String
|
|
@@ -5984,7 +6018,7 @@ module Aws::SecurityAgent
|
|
|
5984
6018
|
tracer: tracer
|
|
5985
6019
|
)
|
|
5986
6020
|
context[:gem_name] = 'aws-sdk-securityagent'
|
|
5987
|
-
context[:gem_version] = '1.
|
|
6021
|
+
context[:gem_version] = '1.11.0'
|
|
5988
6022
|
Seahorse::Client::Request.new(handlers, context)
|
|
5989
6023
|
end
|
|
5990
6024
|
|
|
@@ -390,6 +390,7 @@ module Aws::SecurityAgent
|
|
|
390
390
|
SecurityRequirementSummaryList = Shapes::ListShape.new(name: 'SecurityRequirementSummaryList')
|
|
391
391
|
SelfManagedInput = Shapes::StructureShape.new(name: 'SelfManagedInput')
|
|
392
392
|
SensitiveEmail = Shapes::StringShape.new(name: 'SensitiveEmail')
|
|
393
|
+
SensitiveEmailAddress = Shapes::StringShape.new(name: 'SensitiveEmailAddress')
|
|
393
394
|
ServiceManagedInput = Shapes::StructureShape.new(name: 'ServiceManagedInput')
|
|
394
395
|
ServiceQuotaExceededException = Shapes::StructureShape.new(name: 'ServiceQuotaExceededException')
|
|
395
396
|
ServiceRole = Shapes::StringShape.new(name: 'ServiceRole')
|
|
@@ -528,6 +529,8 @@ module Aws::SecurityAgent
|
|
|
528
529
|
Actor.add_member(:uris, Shapes::ShapeRef.new(shape: UriList, location_name: "uris"))
|
|
529
530
|
Actor.add_member(:authentication, Shapes::ShapeRef.new(shape: Authentication, location_name: "authentication"))
|
|
530
531
|
Actor.add_member(:description, Shapes::ShapeRef.new(shape: String, location_name: "description"))
|
|
532
|
+
Actor.add_member(:enable_email_mfa, Shapes::ShapeRef.new(shape: Boolean, location_name: "enableEmailMfa"))
|
|
533
|
+
Actor.add_member(:mfa_forwarding_address, Shapes::ShapeRef.new(shape: SensitiveEmailAddress, location_name: "mfaForwardingAddress"))
|
|
531
534
|
Actor.struct_class = Types::Actor
|
|
532
535
|
|
|
533
536
|
ActorList.member = Shapes::ShapeRef.new(shape: Actor)
|
|
@@ -88,14 +88,24 @@ module Aws::SecurityAgent
|
|
|
88
88
|
# A description of the actor.
|
|
89
89
|
# @return [String]
|
|
90
90
|
#
|
|
91
|
+
# @!attribute [rw] enable_email_mfa
|
|
92
|
+
# Whether email-based MFA is enabled for this actor.
|
|
93
|
+
# @return [Boolean]
|
|
94
|
+
#
|
|
95
|
+
# @!attribute [rw] mfa_forwarding_address
|
|
96
|
+
# Server-generated email forwarding address for receiving MFA codes.
|
|
97
|
+
# @return [String]
|
|
98
|
+
#
|
|
91
99
|
# @see http://docs.aws.amazon.com/goto/WebAPI/securityagent-2025-09-06/Actor AWS API Documentation
|
|
92
100
|
#
|
|
93
101
|
class Actor < Struct.new(
|
|
94
102
|
:identifier,
|
|
95
103
|
:uris,
|
|
96
104
|
:authentication,
|
|
97
|
-
:description
|
|
98
|
-
|
|
105
|
+
:description,
|
|
106
|
+
:enable_email_mfa,
|
|
107
|
+
:mfa_forwarding_address)
|
|
108
|
+
SENSITIVE = [:mfa_forwarding_address]
|
|
99
109
|
include Aws::Structure
|
|
100
110
|
end
|
|
101
111
|
|
data/sig/params.rbs
CHANGED
|
@@ -56,7 +56,9 @@ module Aws
|
|
|
56
56
|
provider_type: ("SECRETS_MANAGER" | "AWS_LAMBDA" | "AWS_IAM_ROLE" | "AWS_INTERNAL")?,
|
|
57
57
|
value: ::String?
|
|
58
58
|
}?,
|
|
59
|
-
description: ::String
|
|
59
|
+
description: ::String?,
|
|
60
|
+
enable_email_mfa: bool?,
|
|
61
|
+
mfa_forwarding_address: ::String?
|
|
60
62
|
}
|
|
61
63
|
|
|
62
64
|
type document_info = {
|
data/sig/types.rbs
CHANGED
|
@@ -28,7 +28,9 @@ module Aws::SecurityAgent
|
|
|
28
28
|
attr_accessor uris: ::Array[::String]
|
|
29
29
|
attr_accessor authentication: Types::Authentication
|
|
30
30
|
attr_accessor description: ::String
|
|
31
|
-
|
|
31
|
+
attr_accessor enable_email_mfa: bool
|
|
32
|
+
attr_accessor mfa_forwarding_address: ::String
|
|
33
|
+
SENSITIVE: [:mfa_forwarding_address]
|
|
32
34
|
end
|
|
33
35
|
|
|
34
36
|
class AddArtifactInput
|