Skip to content

Commit fa713ef

Browse files
authored
feat(clients): update clients as of 2022/01/21 (#3228)
* chore(models): update models as of 01/20/2022 * chore(endpoints): update endpoints as of 2022/01/14 * feat(clients): update clients as of 2022/01/20
1 parent 25ea8b4 commit fa713ef

File tree

276 files changed

+23374
-9568
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

276 files changed

+23374
-9568
lines changed

Diff for: clients/client-application-insights/src/models/models_0.ts

+2
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ export interface AccessDeniedException extends __SmithyException, $MetadataBeare
1212
}
1313

1414
export type Tier =
15+
| "ACTIVE_DIRECTORY"
1516
| "CUSTOM"
1617
| "DEFAULT"
1718
| "DOT_NET_CORE"
@@ -25,6 +26,7 @@ export type Tier =
2526
| "SAP_HANA_HIGH_AVAILABILITY"
2627
| "SAP_HANA_MULTI_NODE"
2728
| "SAP_HANA_SINGLE_NODE"
29+
| "SHAREPOINT"
2830
| "SQL_SERVER"
2931
| "SQL_SERVER_ALWAYSON_AVAILABILITY_GROUP"
3032
| "SQL_SERVER_FAILOVER_CLUSTER_INSTANCE";

Diff for: clients/client-cloudtrail/src/CloudTrail.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -236,12 +236,12 @@ export class CloudTrail extends CloudTrailClient {
236236

237237
/**
238238
* <p>Disables the event data store specified by <code>EventDataStore</code>, which accepts an event data store ARN.
239-
* After you run <code>DeleteEventDataStore</code>, the event data store is automatically deleted after a wait period of
239+
* 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
240240
* seven days. <code>TerminationProtectionEnabled</code> must be set to <code>False</code> on the event data store; this
241241
* operation cannot work if <code>TerminationProtectionEnabled</code> is <code>True</code>.</p>
242242
* <p>After you run <code>DeleteEventDataStore</code> on an event data store, you cannot run <code>ListQueries</code>,
243243
* <code>DescribeQuery</code>, or <code>GetQueryResults</code> on queries that are using an event data store in a
244-
* <code>PENDING_DELETION</code> state.</p>
244+
* <code>PENDING_DELETION</code> state. An event data store in the <code>PENDING_DELETION</code> state does not incur costs.</p>
245245
*/
246246
public deleteEventDataStore(
247247
args: DeleteEventDataStoreCommandInput,

Diff for: clients/client-cloudtrail/src/commands/DeleteEventDataStoreCommand.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -23,12 +23,12 @@ export interface DeleteEventDataStoreCommandOutput extends DeleteEventDataStoreR
2323

2424
/**
2525
* <p>Disables the event data store specified by <code>EventDataStore</code>, which accepts an event data store ARN.
26-
* After you run <code>DeleteEventDataStore</code>, the event data store is automatically deleted after a wait period of
26+
* 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
2727
* seven days. <code>TerminationProtectionEnabled</code> must be set to <code>False</code> on the event data store; this
2828
* operation cannot work if <code>TerminationProtectionEnabled</code> is <code>True</code>.</p>
2929
* <p>After you run <code>DeleteEventDataStore</code> on an event data store, you cannot run <code>ListQueries</code>,
3030
* <code>DescribeQuery</code>, or <code>GetQueryResults</code> on queries that are using an event data store in a
31-
* <code>PENDING_DELETION</code> state.</p>
31+
* <code>PENDING_DELETION</code> state. An event data store in the <code>PENDING_DELETION</code> state does not incur costs.</p>
3232
* @example
3333
* Use a bare-bones client and the command you need to make an API call.
3434
* ```javascript

Diff for: clients/client-cloudtrail/src/models/models_0.ts

+24-3
Original file line numberDiff line numberDiff line change
@@ -251,8 +251,9 @@ export interface AdvancedFieldSelector {
251251
* <b>
252252
* <code>readOnly</code>
253253
* </b> - Optional. Can be set to <code>Equals</code> a value of <code>true</code>
254-
* or <code>false</code>. A value of <code>false</code> logs both <code>read</code> and
255-
* <code>write</code> events.</p>
254+
* or <code>false</code>. If you do not add this field, CloudTrail logs both both <code>read</code> and
255+
* <code>write</code> events. A value of <code>true</code> logs only <code>read</code> events. A value of <code>false</code>
256+
* logs only <code>write</code> events.</p>
256257
* </li>
257258
* <li>
258259
* <p>
@@ -330,6 +331,11 @@ export interface AdvancedFieldSelector {
330331
* <code>AWS::DynamoDB::Stream</code>
331332
* </p>
332333
* </li>
334+
* <li>
335+
* <p>
336+
* <code>AWS::Glue::Table</code>
337+
* </p>
338+
* </li>
333339
* </ul>
334340
* <p>
335341
* You can have only one <code>resources.type</code> field per selector. To log data
@@ -445,6 +451,15 @@ export interface AdvancedFieldSelector {
445451
* </p>
446452
* </li>
447453
* </ul>
454+
* <p>When <code>resources.type</code> equals <code>AWS::Glue::Table</code>, and the operator is set to
455+
* <code>Equals</code> or <code>NotEquals</code>, the ARN must be in the following format:</p>
456+
* <ul>
457+
* <li>
458+
* <p>
459+
* <code>arn:<partition>:glue:<region>:<account_ID>:table/<database_name>/<table_name></code>
460+
* </p>
461+
* </li>
462+
* </ul>
448463
* </li>
449464
* </ul>
450465
*/
@@ -1875,6 +1890,7 @@ export interface DataResource {
18751890
* </p>
18761891
* </li>
18771892
* </ul>
1893+
*
18781894
* <p>The following resource types are also availble through <i>advanced</i> event selectors.
18791895
* Basic event selector resource types are valid in advanced event selectors, but
18801896
* advanced event selector resource types are not valid in basic event selectors.
@@ -1910,6 +1926,11 @@ export interface DataResource {
19101926
* <code>AWS::DynamoDB::Stream</code>
19111927
* </p>
19121928
* </li>
1929+
* <li>
1930+
* <p>
1931+
* <code>AWS::Glue::Table</code>
1932+
* </p>
1933+
* </li>
19131934
* </ul>
19141935
*/
19151936
Type?: string;
@@ -2023,7 +2044,7 @@ export interface EventSelector {
20232044
* <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),
20242045
* or it can filter out Key Management Service or Amazon RDS Data API events by
20252046
* containing <code>kms.amazonaws.com</code> or <code>rdsdata.amazonaws.com</code>. By default, <code>ExcludeManagementEventSources</code> is empty, and KMS and
2026-
* Amazon RDS Data API events are logged to your trail.</p>
2047+
* 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>
20272048
*/
20282049
ExcludeManagementEventSources?: string[];
20292050
}

0 commit comments

Comments
 (0)