aws-sdk-securityagent 1.9.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 2ea14dfe019a602e384a21cdbdc6b54bc2ff31b6513405de5ef6684321fbdfb8
4
- data.tar.gz: e03b75825f053bd669b684106d2e45329294503eaa1bafbc06b3d9bd70186bc2
3
+ metadata.gz: 349abb0d9c1b1e58aad973302675d2e40d94931420912486f27c1eaccc33e684
4
+ data.tar.gz: ac6608bdeca586a93d68a5581d6ada31855596109f2f9831629f9008ccbc0c43
5
5
  SHA512:
6
- metadata.gz: bf7a56cb62f9e0d7123529799fbb8b1c983cc69e7eae950e10339f0f1161be49972280a3242e163bcdddc8dcb699c34934d6dbb75fbcbb0ab5dbedc3649018b7
7
- data.tar.gz: ec9651cfc1a6a2db05e5a6c549a0c2ee2f8aa9301ff50100854e92f952fff7231d2cd483524fb5b59e4fa38fd81b941ccc1767ee6b3b1ff909a4e4f5b469edd4
6
+ metadata.gz: 928d06f3141bc609dd79ce7610c24651969aa792c1fcce069298121221a760f7131466fe9e6977346691d737e29e3afb8c0eac85899c2aa6eed71eae1faf65f4
7
+ data.tar.gz: 79e519f2956af61a5384a77a95fc34f41ae70a46b5ad614e0577bf49d9ca096f1a7f572c14384bc1568ea30b4a740bc52f28977d8656e2f06f1037adf5fba4f4
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
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
+
9
+ 1.10.0 (2026-07-30)
10
+ ------------------
11
+
12
+ * Feature - Adds support for providing a branch override when configured integrated repositories
13
+
4
14
  1.9.0 (2026-07-27)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.9.0
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
@@ -655,6 +657,7 @@ module Aws::SecurityAgent
655
657
  # resp.deleted[0].assets.integrated_repositories #=> Array
656
658
  # resp.deleted[0].assets.integrated_repositories[0].integration_id #=> String
657
659
  # resp.deleted[0].assets.integrated_repositories[0].provider_resource_id #=> String
660
+ # resp.deleted[0].assets.integrated_repositories[0].branch #=> String
658
661
  # resp.deleted[0].exclude_risk_types #=> Array
659
662
  # resp.deleted[0].exclude_risk_types[0] #=> String, one of "CROSS_SITE_SCRIPTING", "DEFAULT_CREDENTIALS", "INSECURE_DIRECT_OBJECT_REFERENCE", "PRIVILEGE_ESCALATION", "SERVER_SIDE_TEMPLATE_INJECTION", "COMMAND_INJECTION", "CODE_INJECTION", "SQL_INJECTION", "ARBITRARY_FILE_UPLOAD", "INSECURE_DESERIALIZATION", "LOCAL_FILE_INCLUSION", "INFORMATION_DISCLOSURE", "PATH_TRAVERSAL", "SERVER_SIDE_REQUEST_FORGERY", "JSON_WEB_TOKEN_VULNERABILITIES", "XML_EXTERNAL_ENTITY", "FILE_DELETION", "OTHER", "GRAPHQL_VULNERABILITIES", "BUSINESS_LOGIC_VULNERABILITIES", "CRYPTOGRAPHIC_VULNERABILITIES", "DENIAL_OF_SERVICE", "FILE_ACCESS", "FILE_CREATION", "DATABASE_MODIFICATION", "DATABASE_ACCESS", "OUTBOUND_SERVICE_REQUEST", "UNKNOWN"
660
663
  # resp.deleted[0].service_role #=> String
@@ -967,6 +970,7 @@ module Aws::SecurityAgent
967
970
  # resp.code_review_jobs[0].integrated_repositories #=> Array
968
971
  # resp.code_review_jobs[0].integrated_repositories[0].integration_id #=> String
969
972
  # resp.code_review_jobs[0].integrated_repositories[0].provider_resource_id #=> String
973
+ # resp.code_review_jobs[0].integrated_repositories[0].branch #=> String
970
974
  # resp.code_review_jobs[0].code_remediation_strategy #=> String, one of "AUTOMATIC", "DISABLED"
971
975
  # resp.code_review_jobs[0].created_at #=> Time
972
976
  # resp.code_review_jobs[0].updated_at #=> Time
@@ -1019,6 +1023,8 @@ module Aws::SecurityAgent
1019
1023
  # resp.code_reviews[0].assets.actors[0].authentication.provider_type #=> String, one of "SECRETS_MANAGER", "AWS_LAMBDA", "AWS_IAM_ROLE", "AWS_INTERNAL"
1020
1024
  # resp.code_reviews[0].assets.actors[0].authentication.value #=> String
1021
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
1022
1028
  # resp.code_reviews[0].assets.documents #=> Array
1023
1029
  # resp.code_reviews[0].assets.documents[0].s3_location #=> String
1024
1030
  # resp.code_reviews[0].assets.documents[0].artifact_id #=> String
@@ -1029,6 +1035,7 @@ module Aws::SecurityAgent
1029
1035
  # resp.code_reviews[0].assets.integrated_repositories #=> Array
1030
1036
  # resp.code_reviews[0].assets.integrated_repositories[0].integration_id #=> String
1031
1037
  # resp.code_reviews[0].assets.integrated_repositories[0].provider_resource_id #=> String
1038
+ # resp.code_reviews[0].assets.integrated_repositories[0].branch #=> String
1032
1039
  # resp.code_reviews[0].service_role #=> String
1033
1040
  # resp.code_reviews[0].log_config.log_group #=> String
1034
1041
  # resp.code_reviews[0].log_config.log_stream #=> String
@@ -1215,6 +1222,8 @@ module Aws::SecurityAgent
1215
1222
  # resp.pentest_jobs[0].actors[0].authentication.provider_type #=> String, one of "SECRETS_MANAGER", "AWS_LAMBDA", "AWS_IAM_ROLE", "AWS_INTERNAL"
1216
1223
  # resp.pentest_jobs[0].actors[0].authentication.value #=> String
1217
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
1218
1227
  # resp.pentest_jobs[0].documents #=> Array
1219
1228
  # resp.pentest_jobs[0].documents[0].s3_location #=> String
1220
1229
  # resp.pentest_jobs[0].documents[0].artifact_id #=> String
@@ -1257,6 +1266,7 @@ module Aws::SecurityAgent
1257
1266
  # resp.pentest_jobs[0].integrated_repositories #=> Array
1258
1267
  # resp.pentest_jobs[0].integrated_repositories[0].integration_id #=> String
1259
1268
  # resp.pentest_jobs[0].integrated_repositories[0].provider_resource_id #=> String
1269
+ # resp.pentest_jobs[0].integrated_repositories[0].branch #=> String
1260
1270
  # resp.pentest_jobs[0].code_remediation_strategy #=> String, one of "AUTOMATIC", "DISABLED"
1261
1271
  # resp.pentest_jobs[0].clean_up_strategy #=> String, one of "BEST_EFFORT_DELETE", "RETAIN_ALL"
1262
1272
  # resp.pentest_jobs[0].disable_managed_skills #=> Array
@@ -1310,6 +1320,8 @@ module Aws::SecurityAgent
1310
1320
  # resp.pentests[0].assets.actors[0].authentication.provider_type #=> String, one of "SECRETS_MANAGER", "AWS_LAMBDA", "AWS_IAM_ROLE", "AWS_INTERNAL"
1311
1321
  # resp.pentests[0].assets.actors[0].authentication.value #=> String
1312
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
1313
1325
  # resp.pentests[0].assets.documents #=> Array
1314
1326
  # resp.pentests[0].assets.documents[0].s3_location #=> String
1315
1327
  # resp.pentests[0].assets.documents[0].artifact_id #=> String
@@ -1320,6 +1332,7 @@ module Aws::SecurityAgent
1320
1332
  # resp.pentests[0].assets.integrated_repositories #=> Array
1321
1333
  # resp.pentests[0].assets.integrated_repositories[0].integration_id #=> String
1322
1334
  # resp.pentests[0].assets.integrated_repositories[0].provider_resource_id #=> String
1335
+ # resp.pentests[0].assets.integrated_repositories[0].branch #=> String
1323
1336
  # resp.pentests[0].exclude_risk_types #=> Array
1324
1337
  # resp.pentests[0].exclude_risk_types[0] #=> String, one of "CROSS_SITE_SCRIPTING", "DEFAULT_CREDENTIALS", "INSECURE_DIRECT_OBJECT_REFERENCE", "PRIVILEGE_ESCALATION", "SERVER_SIDE_TEMPLATE_INJECTION", "COMMAND_INJECTION", "CODE_INJECTION", "SQL_INJECTION", "ARBITRARY_FILE_UPLOAD", "INSECURE_DESERIALIZATION", "LOCAL_FILE_INCLUSION", "INFORMATION_DISCLOSURE", "PATH_TRAVERSAL", "SERVER_SIDE_REQUEST_FORGERY", "JSON_WEB_TOKEN_VULNERABILITIES", "XML_EXTERNAL_ENTITY", "FILE_DELETION", "OTHER", "GRAPHQL_VULNERABILITIES", "BUSINESS_LOGIC_VULNERABILITIES", "CRYPTOGRAPHIC_VULNERABILITIES", "DENIAL_OF_SERVICE", "FILE_ACCESS", "FILE_CREATION", "DATABASE_MODIFICATION", "DATABASE_ACCESS", "OUTBOUND_SERVICE_REQUEST", "UNKNOWN"
1325
1338
  # resp.pentests[0].service_role #=> String
@@ -1531,6 +1544,7 @@ module Aws::SecurityAgent
1531
1544
  # resp.threat_model_jobs[0].integrated_repositories #=> Array
1532
1545
  # resp.threat_model_jobs[0].integrated_repositories[0].integration_id #=> String
1533
1546
  # resp.threat_model_jobs[0].integrated_repositories[0].provider_resource_id #=> String
1547
+ # resp.threat_model_jobs[0].integrated_repositories[0].branch #=> String
1534
1548
  # resp.threat_model_jobs[0].documents #=> Array
1535
1549
  # resp.threat_model_jobs[0].documents[0].s3_location #=> String
1536
1550
  # resp.threat_model_jobs[0].documents[0].artifact_id #=> String
@@ -1594,6 +1608,8 @@ module Aws::SecurityAgent
1594
1608
  # resp.threat_models[0].assets.actors[0].authentication.provider_type #=> String, one of "SECRETS_MANAGER", "AWS_LAMBDA", "AWS_IAM_ROLE", "AWS_INTERNAL"
1595
1609
  # resp.threat_models[0].assets.actors[0].authentication.value #=> String
1596
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
1597
1613
  # resp.threat_models[0].assets.documents #=> Array
1598
1614
  # resp.threat_models[0].assets.documents[0].s3_location #=> String
1599
1615
  # resp.threat_models[0].assets.documents[0].artifact_id #=> String
@@ -1604,6 +1620,7 @@ module Aws::SecurityAgent
1604
1620
  # resp.threat_models[0].assets.integrated_repositories #=> Array
1605
1621
  # resp.threat_models[0].assets.integrated_repositories[0].integration_id #=> String
1606
1622
  # resp.threat_models[0].assets.integrated_repositories[0].provider_resource_id #=> String
1623
+ # resp.threat_models[0].assets.integrated_repositories[0].branch #=> String
1607
1624
  # resp.threat_models[0].scope_docs #=> Array
1608
1625
  # resp.threat_models[0].scope_docs[0].s3_location #=> String
1609
1626
  # resp.threat_models[0].scope_docs[0].artifact_id #=> String
@@ -1949,6 +1966,8 @@ module Aws::SecurityAgent
1949
1966
  # value: "String",
1950
1967
  # },
1951
1968
  # description: "String",
1969
+ # enable_email_mfa: false,
1970
+ # mfa_forwarding_address: "SensitiveEmailAddress",
1952
1971
  # },
1953
1972
  # ],
1954
1973
  # documents: [
@@ -1970,6 +1989,7 @@ module Aws::SecurityAgent
1970
1989
  # {
1971
1990
  # integration_id: "String", # required
1972
1991
  # provider_resource_id: "String", # required
1992
+ # branch: "String",
1973
1993
  # },
1974
1994
  # ],
1975
1995
  # },
@@ -1997,6 +2017,8 @@ module Aws::SecurityAgent
1997
2017
  # resp.assets.actors[0].authentication.provider_type #=> String, one of "SECRETS_MANAGER", "AWS_LAMBDA", "AWS_IAM_ROLE", "AWS_INTERNAL"
1998
2018
  # resp.assets.actors[0].authentication.value #=> String
1999
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
2000
2022
  # resp.assets.documents #=> Array
2001
2023
  # resp.assets.documents[0].s3_location #=> String
2002
2024
  # resp.assets.documents[0].artifact_id #=> String
@@ -2007,6 +2029,7 @@ module Aws::SecurityAgent
2007
2029
  # resp.assets.integrated_repositories #=> Array
2008
2030
  # resp.assets.integrated_repositories[0].integration_id #=> String
2009
2031
  # resp.assets.integrated_repositories[0].provider_resource_id #=> String
2032
+ # resp.assets.integrated_repositories[0].branch #=> String
2010
2033
  # resp.service_role #=> String
2011
2034
  # resp.log_config.log_group #=> String
2012
2035
  # resp.log_config.log_stream #=> String
@@ -2217,6 +2240,8 @@ module Aws::SecurityAgent
2217
2240
  # value: "String",
2218
2241
  # },
2219
2242
  # description: "String",
2243
+ # enable_email_mfa: false,
2244
+ # mfa_forwarding_address: "SensitiveEmailAddress",
2220
2245
  # },
2221
2246
  # ],
2222
2247
  # documents: [
@@ -2238,6 +2263,7 @@ module Aws::SecurityAgent
2238
2263
  # {
2239
2264
  # integration_id: "String", # required
2240
2265
  # provider_resource_id: "String", # required
2266
+ # branch: "String",
2241
2267
  # },
2242
2268
  # ],
2243
2269
  # },
@@ -2286,6 +2312,8 @@ module Aws::SecurityAgent
2286
2312
  # resp.assets.actors[0].authentication.provider_type #=> String, one of "SECRETS_MANAGER", "AWS_LAMBDA", "AWS_IAM_ROLE", "AWS_INTERNAL"
2287
2313
  # resp.assets.actors[0].authentication.value #=> String
2288
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
2289
2317
  # resp.assets.documents #=> Array
2290
2318
  # resp.assets.documents[0].s3_location #=> String
2291
2319
  # resp.assets.documents[0].artifact_id #=> String
@@ -2296,6 +2324,7 @@ module Aws::SecurityAgent
2296
2324
  # resp.assets.integrated_repositories #=> Array
2297
2325
  # resp.assets.integrated_repositories[0].integration_id #=> String
2298
2326
  # resp.assets.integrated_repositories[0].provider_resource_id #=> String
2327
+ # resp.assets.integrated_repositories[0].branch #=> String
2299
2328
  # resp.exclude_risk_types #=> Array
2300
2329
  # resp.exclude_risk_types[0] #=> String, one of "CROSS_SITE_SCRIPTING", "DEFAULT_CREDENTIALS", "INSECURE_DIRECT_OBJECT_REFERENCE", "PRIVILEGE_ESCALATION", "SERVER_SIDE_TEMPLATE_INJECTION", "COMMAND_INJECTION", "CODE_INJECTION", "SQL_INJECTION", "ARBITRARY_FILE_UPLOAD", "INSECURE_DESERIALIZATION", "LOCAL_FILE_INCLUSION", "INFORMATION_DISCLOSURE", "PATH_TRAVERSAL", "SERVER_SIDE_REQUEST_FORGERY", "JSON_WEB_TOKEN_VULNERABILITIES", "XML_EXTERNAL_ENTITY", "FILE_DELETION", "OTHER", "GRAPHQL_VULNERABILITIES", "BUSINESS_LOGIC_VULNERABILITIES", "CRYPTOGRAPHIC_VULNERABILITIES", "DENIAL_OF_SERVICE", "FILE_ACCESS", "FILE_CREATION", "DATABASE_MODIFICATION", "DATABASE_ACCESS", "OUTBOUND_SERVICE_REQUEST", "UNKNOWN"
2301
2330
  # resp.service_role #=> String
@@ -2704,6 +2733,8 @@ module Aws::SecurityAgent
2704
2733
  # value: "String",
2705
2734
  # },
2706
2735
  # description: "String",
2736
+ # enable_email_mfa: false,
2737
+ # mfa_forwarding_address: "SensitiveEmailAddress",
2707
2738
  # },
2708
2739
  # ],
2709
2740
  # documents: [
@@ -2725,6 +2756,7 @@ module Aws::SecurityAgent
2725
2756
  # {
2726
2757
  # integration_id: "String", # required
2727
2758
  # provider_resource_id: "String", # required
2759
+ # branch: "String",
2728
2760
  # },
2729
2761
  # ],
2730
2762
  # },
@@ -2766,6 +2798,8 @@ module Aws::SecurityAgent
2766
2798
  # resp.assets.actors[0].authentication.provider_type #=> String, one of "SECRETS_MANAGER", "AWS_LAMBDA", "AWS_IAM_ROLE", "AWS_INTERNAL"
2767
2799
  # resp.assets.actors[0].authentication.value #=> String
2768
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
2769
2803
  # resp.assets.documents #=> Array
2770
2804
  # resp.assets.documents[0].s3_location #=> String
2771
2805
  # resp.assets.documents[0].artifact_id #=> String
@@ -2776,6 +2810,7 @@ module Aws::SecurityAgent
2776
2810
  # resp.assets.integrated_repositories #=> Array
2777
2811
  # resp.assets.integrated_repositories[0].integration_id #=> String
2778
2812
  # resp.assets.integrated_repositories[0].provider_resource_id #=> String
2813
+ # resp.assets.integrated_repositories[0].branch #=> String
2779
2814
  # resp.scope_docs #=> Array
2780
2815
  # resp.scope_docs[0].s3_location #=> String
2781
2816
  # resp.scope_docs[0].artifact_id #=> String
@@ -5087,6 +5122,8 @@ module Aws::SecurityAgent
5087
5122
  # value: "String",
5088
5123
  # },
5089
5124
  # description: "String",
5125
+ # enable_email_mfa: false,
5126
+ # mfa_forwarding_address: "SensitiveEmailAddress",
5090
5127
  # },
5091
5128
  # ],
5092
5129
  # documents: [
@@ -5108,6 +5145,7 @@ module Aws::SecurityAgent
5108
5145
  # {
5109
5146
  # integration_id: "String", # required
5110
5147
  # provider_resource_id: "String", # required
5148
+ # branch: "String",
5111
5149
  # },
5112
5150
  # ],
5113
5151
  # },
@@ -5135,6 +5173,8 @@ module Aws::SecurityAgent
5135
5173
  # resp.assets.actors[0].authentication.provider_type #=> String, one of "SECRETS_MANAGER", "AWS_LAMBDA", "AWS_IAM_ROLE", "AWS_INTERNAL"
5136
5174
  # resp.assets.actors[0].authentication.value #=> String
5137
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
5138
5178
  # resp.assets.documents #=> Array
5139
5179
  # resp.assets.documents[0].s3_location #=> String
5140
5180
  # resp.assets.documents[0].artifact_id #=> String
@@ -5145,6 +5185,7 @@ module Aws::SecurityAgent
5145
5185
  # resp.assets.integrated_repositories #=> Array
5146
5186
  # resp.assets.integrated_repositories[0].integration_id #=> String
5147
5187
  # resp.assets.integrated_repositories[0].provider_resource_id #=> String
5188
+ # resp.assets.integrated_repositories[0].branch #=> String
5148
5189
  # resp.service_role #=> String
5149
5190
  # resp.log_config.log_group #=> String
5150
5191
  # resp.log_config.log_stream #=> String
@@ -5366,6 +5407,8 @@ module Aws::SecurityAgent
5366
5407
  # value: "String",
5367
5408
  # },
5368
5409
  # description: "String",
5410
+ # enable_email_mfa: false,
5411
+ # mfa_forwarding_address: "SensitiveEmailAddress",
5369
5412
  # },
5370
5413
  # ],
5371
5414
  # documents: [
@@ -5387,6 +5430,7 @@ module Aws::SecurityAgent
5387
5430
  # {
5388
5431
  # integration_id: "String", # required
5389
5432
  # provider_resource_id: "String", # required
5433
+ # branch: "String",
5390
5434
  # },
5391
5435
  # ],
5392
5436
  # },
@@ -5435,6 +5479,8 @@ module Aws::SecurityAgent
5435
5479
  # resp.assets.actors[0].authentication.provider_type #=> String, one of "SECRETS_MANAGER", "AWS_LAMBDA", "AWS_IAM_ROLE", "AWS_INTERNAL"
5436
5480
  # resp.assets.actors[0].authentication.value #=> String
5437
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
5438
5484
  # resp.assets.documents #=> Array
5439
5485
  # resp.assets.documents[0].s3_location #=> String
5440
5486
  # resp.assets.documents[0].artifact_id #=> String
@@ -5445,6 +5491,7 @@ module Aws::SecurityAgent
5445
5491
  # resp.assets.integrated_repositories #=> Array
5446
5492
  # resp.assets.integrated_repositories[0].integration_id #=> String
5447
5493
  # resp.assets.integrated_repositories[0].provider_resource_id #=> String
5494
+ # resp.assets.integrated_repositories[0].branch #=> String
5448
5495
  # resp.exclude_risk_types #=> Array
5449
5496
  # resp.exclude_risk_types[0] #=> String, one of "CROSS_SITE_SCRIPTING", "DEFAULT_CREDENTIALS", "INSECURE_DIRECT_OBJECT_REFERENCE", "PRIVILEGE_ESCALATION", "SERVER_SIDE_TEMPLATE_INJECTION", "COMMAND_INJECTION", "CODE_INJECTION", "SQL_INJECTION", "ARBITRARY_FILE_UPLOAD", "INSECURE_DESERIALIZATION", "LOCAL_FILE_INCLUSION", "INFORMATION_DISCLOSURE", "PATH_TRAVERSAL", "SERVER_SIDE_REQUEST_FORGERY", "JSON_WEB_TOKEN_VULNERABILITIES", "XML_EXTERNAL_ENTITY", "FILE_DELETION", "OTHER", "GRAPHQL_VULNERABILITIES", "BUSINESS_LOGIC_VULNERABILITIES", "CRYPTOGRAPHIC_VULNERABILITIES", "DENIAL_OF_SERVICE", "FILE_ACCESS", "FILE_CREATION", "DATABASE_MODIFICATION", "DATABASE_ACCESS", "OUTBOUND_SERVICE_REQUEST", "UNKNOWN"
5450
5497
  # resp.service_role #=> String
@@ -5820,6 +5867,8 @@ module Aws::SecurityAgent
5820
5867
  # value: "String",
5821
5868
  # },
5822
5869
  # description: "String",
5870
+ # enable_email_mfa: false,
5871
+ # mfa_forwarding_address: "SensitiveEmailAddress",
5823
5872
  # },
5824
5873
  # ],
5825
5874
  # documents: [
@@ -5841,6 +5890,7 @@ module Aws::SecurityAgent
5841
5890
  # {
5842
5891
  # integration_id: "String", # required
5843
5892
  # provider_resource_id: "String", # required
5893
+ # branch: "String",
5844
5894
  # },
5845
5895
  # ],
5846
5896
  # },
@@ -5876,6 +5926,8 @@ module Aws::SecurityAgent
5876
5926
  # resp.assets.actors[0].authentication.provider_type #=> String, one of "SECRETS_MANAGER", "AWS_LAMBDA", "AWS_IAM_ROLE", "AWS_INTERNAL"
5877
5927
  # resp.assets.actors[0].authentication.value #=> String
5878
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
5879
5931
  # resp.assets.documents #=> Array
5880
5932
  # resp.assets.documents[0].s3_location #=> String
5881
5933
  # resp.assets.documents[0].artifact_id #=> String
@@ -5886,6 +5938,7 @@ module Aws::SecurityAgent
5886
5938
  # resp.assets.integrated_repositories #=> Array
5887
5939
  # resp.assets.integrated_repositories[0].integration_id #=> String
5888
5940
  # resp.assets.integrated_repositories[0].provider_resource_id #=> String
5941
+ # resp.assets.integrated_repositories[0].branch #=> String
5889
5942
  # resp.scope_docs #=> Array
5890
5943
  # resp.scope_docs[0].s3_location #=> String
5891
5944
  # resp.scope_docs[0].artifact_id #=> String
@@ -5965,7 +6018,7 @@ module Aws::SecurityAgent
5965
6018
  tracer: tracer
5966
6019
  )
5967
6020
  context[:gem_name] = 'aws-sdk-securityagent'
5968
- context[:gem_version] = '1.9.0'
6021
+ context[:gem_version] = '1.11.0'
5969
6022
  Seahorse::Client::Request.new(handlers, context)
5970
6023
  end
5971
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)
@@ -1495,6 +1498,7 @@ module Aws::SecurityAgent
1495
1498
 
1496
1499
  IntegratedRepository.add_member(:integration_id, Shapes::ShapeRef.new(shape: String, required: true, location_name: "integrationId"))
1497
1500
  IntegratedRepository.add_member(:provider_resource_id, Shapes::ShapeRef.new(shape: String, required: true, location_name: "providerResourceId"))
1501
+ IntegratedRepository.add_member(:branch, Shapes::ShapeRef.new(shape: String, location_name: "branch"))
1498
1502
  IntegratedRepository.struct_class = Types::IntegratedRepository
1499
1503
 
1500
1504
  IntegratedRepositoryList.member = Shapes::ShapeRef.new(shape: IntegratedRepository)
@@ -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
- SENSITIVE = []
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
 
@@ -4479,11 +4489,16 @@ module Aws::SecurityAgent
4479
4489
  # The provider-specific resource identifier for the repository.
4480
4490
  # @return [String]
4481
4491
  #
4492
+ # @!attribute [rw] branch
4493
+ # An optional override for the repository branch.
4494
+ # @return [String]
4495
+ #
4482
4496
  # @see http://docs.aws.amazon.com/goto/WebAPI/securityagent-2025-09-06/IntegratedRepository AWS API Documentation
4483
4497
  #
4484
4498
  class IntegratedRepository < Struct.new(
4485
4499
  :integration_id,
4486
- :provider_resource_id)
4500
+ :provider_resource_id,
4501
+ :branch)
4487
4502
  SENSITIVE = []
4488
4503
  include Aws::Structure
4489
4504
  end
@@ -55,7 +55,7 @@ module Aws::SecurityAgent
55
55
  autoload :EndpointProvider, 'aws-sdk-securityagent/endpoint_provider'
56
56
  autoload :Endpoints, 'aws-sdk-securityagent/endpoints'
57
57
 
58
- GEM_VERSION = '1.9.0'
58
+ GEM_VERSION = '1.11.0'
59
59
 
60
60
  end
61
61
 
data/sig/params.rbs CHANGED
@@ -43,7 +43,8 @@ module Aws
43
43
  integrated_repositories: Array[
44
44
  {
45
45
  integration_id: ::String,
46
- provider_resource_id: ::String
46
+ provider_resource_id: ::String,
47
+ branch: ::String?
47
48
  }
48
49
  ]?
49
50
  }
@@ -55,7 +56,9 @@ module Aws
55
56
  provider_type: ("SECRETS_MANAGER" | "AWS_LAMBDA" | "AWS_IAM_ROLE" | "AWS_INTERNAL")?,
56
57
  value: ::String?
57
58
  }?,
58
- description: ::String?
59
+ description: ::String?,
60
+ enable_email_mfa: bool?,
61
+ mfa_forwarding_address: ::String?
59
62
  }
60
63
 
61
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
- SENSITIVE: []
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
@@ -1234,6 +1236,7 @@ module Aws::SecurityAgent
1234
1236
  class IntegratedRepository
1235
1237
  attr_accessor integration_id: ::String
1236
1238
  attr_accessor provider_resource_id: ::String
1239
+ attr_accessor branch: ::String
1237
1240
  SENSITIVE: []
1238
1241
  end
1239
1242
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-securityagent
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.9.0
4
+ version: 1.11.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services