Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(clients): update clients as of 2022/01/21 #3228

Merged
merged 3 commits into from
Jan 21, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions clients/client-application-insights/src/models/models_0.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ export interface AccessDeniedException extends __SmithyException, $MetadataBeare
}

export type Tier =
| "ACTIVE_DIRECTORY"
| "CUSTOM"
| "DEFAULT"
| "DOT_NET_CORE"
Expand All @@ -25,6 +26,7 @@ export type Tier =
| "SAP_HANA_HIGH_AVAILABILITY"
| "SAP_HANA_MULTI_NODE"
| "SAP_HANA_SINGLE_NODE"
| "SHAREPOINT"
| "SQL_SERVER"
| "SQL_SERVER_ALWAYSON_AVAILABILITY_GROUP"
| "SQL_SERVER_FAILOVER_CLUSTER_INSTANCE";
Expand Down
4 changes: 2 additions & 2 deletions clients/client-cloudtrail/src/CloudTrail.ts
Original file line number Diff line number Diff line change
Expand Up @@ -236,12 +236,12 @@ export class CloudTrail extends CloudTrailClient {

/**
* <p>Disables the event data store specified by <code>EventDataStore</code>, which accepts an event data store ARN.
* After you run <code>DeleteEventDataStore</code>, the event data store is automatically deleted after a wait period of
* After you run <code>DeleteEventDataStore</code>, the event data store enters a <code>PENDING_DELETION</code> state, and is automatically deleted after a wait period of
* seven days. <code>TerminationProtectionEnabled</code> must be set to <code>False</code> on the event data store; this
* operation cannot work if <code>TerminationProtectionEnabled</code> is <code>True</code>.</p>
* <p>After you run <code>DeleteEventDataStore</code> on an event data store, you cannot run <code>ListQueries</code>,
* <code>DescribeQuery</code>, or <code>GetQueryResults</code> on queries that are using an event data store in a
* <code>PENDING_DELETION</code> state.</p>
* <code>PENDING_DELETION</code> state. An event data store in the <code>PENDING_DELETION</code> state does not incur costs.</p>
*/
public deleteEventDataStore(
args: DeleteEventDataStoreCommandInput,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,12 @@ export interface DeleteEventDataStoreCommandOutput extends DeleteEventDataStoreR

/**
* <p>Disables the event data store specified by <code>EventDataStore</code>, which accepts an event data store ARN.
* After you run <code>DeleteEventDataStore</code>, the event data store is automatically deleted after a wait period of
* After you run <code>DeleteEventDataStore</code>, the event data store enters a <code>PENDING_DELETION</code> state, and is automatically deleted after a wait period of
* seven days. <code>TerminationProtectionEnabled</code> must be set to <code>False</code> on the event data store; this
* operation cannot work if <code>TerminationProtectionEnabled</code> is <code>True</code>.</p>
* <p>After you run <code>DeleteEventDataStore</code> on an event data store, you cannot run <code>ListQueries</code>,
* <code>DescribeQuery</code>, or <code>GetQueryResults</code> on queries that are using an event data store in a
* <code>PENDING_DELETION</code> state.</p>
* <code>PENDING_DELETION</code> state. An event data store in the <code>PENDING_DELETION</code> state does not incur costs.</p>
* @example
* Use a bare-bones client and the command you need to make an API call.
* ```javascript
Expand Down
27 changes: 24 additions & 3 deletions clients/client-cloudtrail/src/models/models_0.ts
Original file line number Diff line number Diff line change
Expand Up @@ -251,8 +251,9 @@ export interface AdvancedFieldSelector {
* <b>
* <code>readOnly</code>
* </b> - Optional. Can be set to <code>Equals</code> a value of <code>true</code>
* or <code>false</code>. A value of <code>false</code> logs both <code>read</code> and
* <code>write</code> events.</p>
* or <code>false</code>. If you do not add this field, CloudTrail logs both both <code>read</code> and
* <code>write</code> events. A value of <code>true</code> logs only <code>read</code> events. A value of <code>false</code>
* logs only <code>write</code> events.</p>
* </li>
* <li>
* <p>
Expand Down Expand Up @@ -330,6 +331,11 @@ export interface AdvancedFieldSelector {
* <code>AWS::DynamoDB::Stream</code>
* </p>
* </li>
* <li>
* <p>
* <code>AWS::Glue::Table</code>
* </p>
* </li>
* </ul>
* <p>
* You can have only one <code>resources.type</code> field per selector. To log data
Expand Down Expand Up @@ -445,6 +451,15 @@ export interface AdvancedFieldSelector {
* </p>
* </li>
* </ul>
* <p>When <code>resources.type</code> equals <code>AWS::Glue::Table</code>, and the operator is set to
* <code>Equals</code> or <code>NotEquals</code>, the ARN must be in the following format:</p>
* <ul>
* <li>
* <p>
* <code>arn:<partition>:glue:<region>:<account_ID>:table/<database_name>/<table_name></code>
* </p>
* </li>
* </ul>
* </li>
* </ul>
*/
Expand Down Expand Up @@ -1875,6 +1890,7 @@ export interface DataResource {
* </p>
* </li>
* </ul>
*
* <p>The following resource types are also availble through <i>advanced</i> event selectors.
* Basic event selector resource types are valid in advanced event selectors, but
* advanced event selector resource types are not valid in basic event selectors.
Expand Down Expand Up @@ -1910,6 +1926,11 @@ export interface DataResource {
* <code>AWS::DynamoDB::Stream</code>
* </p>
* </li>
* <li>
* <p>
* <code>AWS::Glue::Table</code>
* </p>
* </li>
* </ul>
*/
Type?: string;
Expand Down Expand Up @@ -2023,7 +2044,7 @@ export interface EventSelector {
* <p>An optional list of service event sources from which you do not want management events to be logged on your trail. In this release, the list can be empty (disables the filter),
* or it can filter out Key Management Service or Amazon RDS Data API events by
* containing <code>kms.amazonaws.com</code> or <code>rdsdata.amazonaws.com</code>. By default, <code>ExcludeManagementEventSources</code> is empty, and KMS and
* Amazon RDS Data API events are logged to your trail.</p>
* Amazon RDS Data API events are logged to your trail. You can exclude management event sources only in regions that support the event source.</p>
*/
ExcludeManagementEventSources?: string[];
}
Expand Down
Loading