Skip to content

Commit 1a27d4b

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

File tree

8 files changed

+687
-51
lines changed

8 files changed

+687
-51
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.118
1+
v1.44.119

lib/aws/generated/chime_sdk_messaging.ex

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1629,10 +1629,10 @@ defmodule AWS.ChimeSDKMessaging do
16291629
end
16301630

16311631
@doc """
1632-
Allows an `AppInstanceUser` to search the channels that they belong to.
1632+
Allows `ChimeBearer` to search channels by channel members.
16331633
1634-
The `AppInstanceUser` can search by membership or external ID. An
1635-
`AppInstanceAdmin` can search across all channels within the `AppInstance`.
1634+
AppInstanceUsers can search across the channels that they belong to.
1635+
AppInstanceAdmins can search across all channels.
16361636
"""
16371637
def search_channels(%Client{} = client, input, options \\ []) do
16381638
url_path = "/channels?operation=search"

lib/aws/generated/cloud_trail.ex

Lines changed: 22 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -155,10 +155,12 @@ defmodule AWS.CloudTrail do
155155
end
156156

157157
@doc """
158-
Returns the specified CloudTrail service-linked channel.
158+
Returns information about a specific channel.
159159
160-
Amazon Web Services services create service-linked channels to view CloudTrail
161-
events.
160+
Amazon Web Services services create service-linked channels to get information
161+
about CloudTrail events on your behalf. For more information about
162+
service-linked channels, see [Viewing service-linked channels for CloudTrail by using the
163+
CLI.](https://docs.aws.amazon.com/awscloudtrail/latest/userguide/viewing-service-linked-channels.html).
162164
"""
163165
def get_channel(%Client{} = client, input, options \\ []) do
164166
meta = metadata()
@@ -206,7 +208,7 @@ defmodule AWS.CloudTrail do
206208
end
207209

208210
@doc """
209-
Returns information for the specified import.
211+
Returns information about a specific import.
210212
"""
211213
def get_import(%Client{} = client, input, options \\ []) do
212214
meta = metadata()
@@ -269,7 +271,12 @@ defmodule AWS.CloudTrail do
269271
end
270272

271273
@doc """
272-
Returns all CloudTrail channels.
274+
Lists the channels in the current account, and their source names.
275+
276+
Amazon Web Services services create service-linked channels get information
277+
about CloudTrail events on your behalf. For more information about
278+
service-linked channels, see [Viewing service-linked channels for CloudTrail by using the
279+
CLI](https://docs.aws.amazon.com/awscloudtrail/latest/userguide/viewing-service-linked-channels.html).
273280
"""
274281
def list_channels(%Client{} = client, input, options \\ []) do
275282
meta = metadata()
@@ -499,10 +506,16 @@ defmodule AWS.CloudTrail do
499506
Starts an import of logged trail events from a source S3 bucket to a destination
500507
event data store.
501508
502-
When you start a new import, the `Destinations` and `ImportSource` parameters
509+
By default, CloudTrail only imports events contained in the S3 bucket's
510+
`CloudTrail` prefix and the prefixes inside the `CloudTrail` prefix, and does
511+
not check prefixes for other Amazon Web Services services. If you want to import
512+
CloudTrail events contained in another prefix, you must include the prefix in
513+
the `S3LocationUri`. For more considerations about importing trail events, see
514+
[Considerations](https://docs.aws.amazon.com/awscloudtrail/latest/userguide/cloudtrail-copy-trail-to-lake.html#cloudtrail-trail-copy-considerations). When you start a new import, the `Destinations` and `ImportSource` parameters
503515
are required. Before starting a new import, disable any access control lists
504516
(ACLs) attached to the source S3 bucket. For more information about disabling
505-
ACLs, see [Controlling ownership of objects and disabling ACLs for your bucket](https://docs.aws.amazon.com/AmazonS3/latest/userguide/about-object-ownership.html).
517+
ACLs, see [Controlling ownership of objects and disabling ACLs for your
518+
bucket](https://docs.aws.amazon.com/AmazonS3/latest/userguide/about-object-ownership.html).
506519
507520
When you retry an import, the `ImportID` parameter is required.
508521
"""
@@ -531,7 +544,8 @@ defmodule AWS.CloudTrail do
531544
Starts a CloudTrail Lake query.
532545
533546
The required `QueryStatement` parameter provides your SQL query, enclosed in
534-
single quotation marks.
547+
single quotation marks. Use the optional `DeliveryS3Uri` parameter to deliver
548+
the query results to an S3 bucket.
535549
"""
536550
def start_query(%Client{} = client, input, options \\ []) do
537551
meta = metadata()

lib/aws/generated/config.ex

Lines changed: 13 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ defmodule AWS.Config do
180180
Deletes the specified organization Config rule and all of its evaluation results
181181
from all member accounts in that organization.
182182
183-
Only a master account and a delegated administrator account can delete an
183+
Only a management account and a delegated administrator account can delete an
184184
organization Config rule. When calling this API with a delegated administrator,
185185
you must ensure Organizations `ListDelegatedAdministrator` permissions are
186186
added.
@@ -198,7 +198,7 @@ defmodule AWS.Config do
198198
Deletes the specified organization conformance pack and all of the Config rules
199199
and remediation actions from all member accounts in that organization.
200200
201-
Only a master account or a delegated administrator account can delete an
201+
Only a management account or a delegated administrator account can delete an
202202
organization conformance pack. When calling this API with a delegated
203203
administrator, you must ensure Organizations `ListDelegatedAdministrator`
204204
permissions are added.
@@ -1020,8 +1020,8 @@ defmodule AWS.Config do
10201020
A compliance score is the percentage of the number of compliant rule-resource
10211021
combinations in a conformance pack compared to the number of total possible
10221022
rule-resource combinations in the conformance pack. This metric provides you
1023-
with a high-level view of the compliance state of your conformance packs, and
1024-
can be used to identify, investigate, and understand the level of compliance in
1023+
with a high-level view of the compliance state of your conformance packs. You
1024+
can use it to identify, investigate, and understand the level of compliance in
10251025
your conformance packs.
10261026
10271027
Conformance packs with no evaluation results will have a compliance score of
@@ -1189,18 +1189,17 @@ defmodule AWS.Config do
11891189
Creates or updates a conformance pack.
11901190
11911191
A conformance pack is a collection of Config rules that can be easily deployed
1192-
in an account and a region and across Amazon Web Services Organization. For
1193-
information on how many conformance packs you can have per account, see [
1194-
## Service Limits
1192+
in an account and a region and across an organization. For information on how
1193+
many conformance packs you can have per account, see [ ## Service Limits
11951194
](https://docs.aws.amazon.com/config/latest/developerguide/configlimits.html) in
11961195
the Config Developer Guide.
11971196
11981197
This API creates a service-linked role `AWSServiceRoleForConfigConforms` in your
11991198
account. The service-linked role is created only when the role does not exist in
12001199
your account.
12011200
1202-
You must specify one and only one of the`TemplateS3Uri`, `TemplateBody` or
1203-
`TemplateSSMDocumentDetails` parameters.
1201+
You must specify only one of the follow parameters: `TemplateS3Uri`,
1202+
`TemplateBody` or `TemplateSSMDocumentDetails`.
12041203
"""
12051204
def put_conformance_pack(%Client{} = client, input, options \\ []) do
12061205
meta = metadata()
@@ -1263,14 +1262,14 @@ defmodule AWS.Config do
12631262
](https://docs.aws.amazon.com/config/latest/developerguide/configlimits.html) in
12641263
the *Config Developer Guide*.
12651264
1266-
Only a master account and a delegated administrator can create or update an
1265+
Only a management account and a delegated administrator can create or update an
12671266
organization Config rule. When calling this API with a delegated administrator,
12681267
you must ensure Organizations `ListDelegatedAdministrator` permissions are
12691268
added. An organization can have up to 3 delegated administrators.
12701269
12711270
This API enables organization service access through the
12721271
`EnableAWSServiceAccess` action and creates a service-linked role
1273-
`AWSServiceRoleForConfigMultiAccountSetup` in the master or delegated
1272+
`AWSServiceRoleForConfigMultiAccountSetup` in the management or delegated
12741273
administrator account of your organization. The service-linked role is created
12751274
only when the role does not exist in the caller account. Config verifies the
12761275
existence of role with `GetRole` action.
@@ -1288,7 +1287,7 @@ defmodule AWS.Config do
12881287
policy-as-code language that allows you to write policies that are enforced by
12891288
Config Custom Policy rules. Lambda uses custom code that you upload to evaluate
12901289
a custom rule. If you are adding a new Custom Lambda rule, you first need to
1291-
create an Lambda function in the master account or a delegated administrator
1290+
create an Lambda function in the management account or a delegated administrator
12921291
that the rule invokes to evaluate your resources. You also need to create an IAM
12931292
role in the managed account that can be assumed by the Lambda function. When you
12941293
use `PutOrganizationConfigRule` to add a Custom Lambda rule to Config, you must
@@ -1321,15 +1320,15 @@ defmodule AWS.Config do
13211320
](https://docs.aws.amazon.com/config/latest/developerguide/configlimits.html) in
13221321
the Config Developer Guide.
13231322
1324-
Only a master account and a delegated administrator can call this API. When
1323+
Only a management account and a delegated administrator can call this API. When
13251324
calling this API with a delegated administrator, you must ensure Organizations
13261325
`ListDelegatedAdministrator` permissions are added. An organization can have up
13271326
to 3 delegated administrators.
13281327
13291328
This API enables organization service access for
13301329
`config-multiaccountsetup.amazonaws.com` through the `EnableAWSServiceAccess`
13311330
action and creates a service-linked role
1332-
`AWSServiceRoleForConfigMultiAccountSetup` in the master or delegated
1331+
`AWSServiceRoleForConfigMultiAccountSetup` in the management or delegated
13331332
administrator account of your organization. The service-linked role is created
13341333
only when the role does not exist in the caller account. To use this API with
13351334
delegated administrator, register a delegated administrator by calling Amazon

0 commit comments

Comments
 (0)