Skip to content

Commit e846a50

Browse files
committed
Update services based on v1.44.142 of AWS Go SDK
Reference: https://github.com/aws/aws-sdk-go/releases/tag/v1.44.142
1 parent b9df06d commit e846a50

File tree

11 files changed

+2676
-110
lines changed

11 files changed

+2676
-110
lines changed

.latest-tag-aws-sdk-go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v1.44.140
1+
v1.44.142

lib/aws/generated/appflow.ex

Lines changed: 34 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -411,9 +411,10 @@ defmodule AWS.Appflow do
411411
end
412412

413413
@doc """
414-
Registers a new connector with your Amazon Web Services account.
414+
Registers a new custom connector with your Amazon Web Services account.
415415
416-
Before you can register the connector, you must deploy lambda in your account.
416+
Before you can register the connector, you must deploy the associated AWS lambda
417+
function in your account.
417418
"""
418419
def register_connector(%Client{} = client, input, options \\ []) do
419420
url_path = "/register-connector"
@@ -513,7 +514,7 @@ defmodule AWS.Appflow do
513514

514515
@doc """
515516
Unregisters the custom connector registered in your account that matches the
516-
connectorLabel provided in the request.
517+
connector label provided in the request.
517518
"""
518519
def unregister_connector(%Client{} = client, input, options \\ []) do
519520
url_path = "/unregister-connector"
@@ -586,6 +587,36 @@ defmodule AWS.Appflow do
586587
)
587588
end
588589

590+
@doc """
591+
Updates a custom connector that you've previously registered.
592+
593+
This operation updates the connector with one of the following:
594+
595+
* The latest version of the AWS Lambda function that's assigned to
596+
the connector
597+
598+
* A new AWS Lambda function that you specify
599+
"""
600+
def update_connector_registration(%Client{} = client, input, options \\ []) do
601+
url_path = "/update-connector-registration"
602+
headers = []
603+
query_params = []
604+
605+
meta = metadata()
606+
607+
Request.request_rest(
608+
client,
609+
meta,
610+
:post,
611+
url_path,
612+
query_params,
613+
headers,
614+
input,
615+
options,
616+
nil
617+
)
618+
end
619+
589620
@doc """
590621
Updates an existing flow.
591622
"""

lib/aws/generated/audit_manager.ex

Lines changed: 48 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -166,6 +166,27 @@ defmodule AWS.AuditManager do
166166
@doc """
167167
Uploads one or more pieces of evidence to a control in an Audit Manager
168168
assessment.
169+
170+
You can upload manual evidence from any Amazon Simple Storage Service (Amazon
171+
S3) bucket by specifying the S3 URI of the evidence.
172+
173+
You must upload manual evidence to your S3 bucket before you can upload it to
174+
your assessment. For instructions, see
175+
[CreateBucket](https://docs.aws.amazon.com/AmazonS3/latest/API/API_CreateBucket.html) and
176+
[PutObject](https://docs.aws.amazon.com/AmazonS3/latest/API/API_PutObject.html)
177+
in the *Amazon Simple Storage Service API Reference.*
178+
179+
The following restrictions apply to this action:
180+
181+
* Maximum size of an individual evidence file: 100 MB
182+
183+
* Number of daily manual evidence uploads per control: 100
184+
185+
* Supported file formats: See [Supported file types for manual evidence](https://docs.aws.amazon.com/audit-manager/latest/userguide/upload-evidence.html#supported-manual-evidence-files)
186+
in the *Audit Manager User Guide*
187+
188+
For more information about Audit Manager service restrictions, see [Quotas and restrictions for Audit
189+
Manager](https://docs.aws.amazon.com/audit-manager/latest/userguide/service-quotas.html).
169190
"""
170191
def batch_import_evidence_to_assessment_control(
171192
%Client{} = client,
@@ -507,6 +528,22 @@ defmodule AWS.AuditManager do
507528
from Organizations. However, Audit Manager will stop collecting and attaching
508529
evidence to that delegated administrator account moving forward.
509530
531+
Keep in mind the following cleanup task if you use evidence finder:
532+
533+
Before you use your management account to remove a delegated administrator, make
534+
sure that the current delegated administrator account signs in to Audit Manager
535+
and disables evidence finder first. Disabling evidence finder automatically
536+
deletes the event data store that was created in their account when they enabled
537+
evidence finder. If this task isn’t completed, the event data store remains in
538+
their account. In this case, we recommend that the original delegated
539+
administrator goes to CloudTrail Lake and manually [deletes the event data store](https://docs.aws.amazon.com/userguide/awscloudtrail/latest/userguide/query-eds-disable-termination.html).
540+
541+
This cleanup task is necessary to ensure that you don't end up with multiple
542+
event data stores. Audit Manager will ignore an unused event data store after
543+
you remove or change a delegated administrator account. However, the unused
544+
event data store continues to incur storage costs from CloudTrail Lake if you
545+
don't delete it.
546+
510547
When you deregister a delegated administrator account for Audit Manager, the
511548
data for that account isn’t deleted. If you want to delete resource data for a
512549
delegated administrator account, you must perform that task separately before
@@ -516,27 +553,27 @@ defmodule AWS.AuditManager do
516553
517554
To delete your Audit Manager resource data, see the following instructions:
518555
519-
556+
*
520557
[DeleteAssessment](https://docs.aws.amazon.com/audit-manager/latest/APIReference/API_DeleteAssessment.html) (see also: [Deleting an
521558
assessment](https://docs.aws.amazon.com/audit-manager/latest/userguide/delete-assessment.html)
522559
in the *Audit Manager User Guide*)
523560
524-
561+
*
525562
[DeleteAssessmentFramework](https://docs.aws.amazon.com/audit-manager/latest/APIReference/API_DeleteAssessmentFramework.html) (see also: [Deleting a custom
526563
framework](https://docs.aws.amazon.com/audit-manager/latest/userguide/delete-custom-framework.html)
527564
in the *Audit Manager User Guide*)
528565
529-
566+
*
530567
[DeleteAssessmentFrameworkShare](https://docs.aws.amazon.com/audit-manager/latest/APIReference/API_DeleteAssessmentFrameworkShare.html) (see also: [Deleting a share
531568
request](https://docs.aws.amazon.com/audit-manager/latest/userguide/deleting-shared-framework-requests.html)
532569
in the *Audit Manager User Guide*)
533570
534-
571+
*
535572
[DeleteAssessmentReport](https://docs.aws.amazon.com/audit-manager/latest/APIReference/API_DeleteAssessmentReport.html) (see also: [Deleting an assessment
536573
report](https://docs.aws.amazon.com/audit-manager/latest/userguide/generate-assessment-report.html#delete-assessment-report-steps)
537574
in the *Audit Manager User Guide*)
538575
539-
576+
*
540577
[DeleteControl](https://docs.aws.amazon.com/audit-manager/latest/APIReference/API_DeleteControl.html) (see also: [Deleting a custom
541578
control](https://docs.aws.amazon.com/audit-manager/latest/userguide/delete-controls.html)
542579
in the *Audit Manager User Guide*)
@@ -925,7 +962,12 @@ defmodule AWS.AuditManager do
925962
end
926963

927964
@doc """
928-
Returns a list of the in-scope Amazon Web Services for the specified assessment.
965+
Returns a list of all of the Amazon Web Services that you can choose to include
966+
in your assessment.
967+
968+
When you [create an assessment](https://docs.aws.amazon.com/audit-manager/latest/APIReference/API_CreateAssessment.html),
969+
specify which of these services you want to include to narrow the assessment's
970+
[scope](https://docs.aws.amazon.com/audit-manager/latest/APIReference/API_Scope.html).
929971
"""
930972
def get_services_in_scope(%Client{} = client, options \\ []) do
931973
url_path = "/services"

0 commit comments

Comments
 (0)