Skip to content

Commit 54ba3ef

Browse files
Update SDK models
1 parent ca8307d commit 54ba3ef

File tree

777 files changed

+32024
-3671
lines changed

Some content is hidden

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

777 files changed

+32024
-3671
lines changed

aws-models/quicksight.json

Lines changed: 4340 additions & 938 deletions
Large diffs are not rendered by default.

aws-models/sdk-endpoints.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12763,6 +12763,7 @@
1276312763
"endpoints" : {
1276412764
"af-south-1" : { },
1276512765
"ap-east-1" : { },
12766+
"ap-east-2" : { },
1276612767
"ap-northeast-1" : { },
1276712768
"ap-northeast-2" : { },
1276812769
"ap-northeast-3" : { },

aws-models/wafv2.json

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -418,27 +418,27 @@
418418
"builtIn": "AWS::Region",
419419
"required": false,
420420
"documentation": "The AWS region used to dispatch the request.",
421-
"type": "String"
421+
"type": "string"
422422
},
423423
"UseDualStack": {
424424
"builtIn": "AWS::UseDualStack",
425425
"required": true,
426426
"default": false,
427427
"documentation": "When true, use the dual-stack endpoint. If the configured endpoint does not support dual-stack, dispatching the request MAY return an error.",
428-
"type": "Boolean"
428+
"type": "boolean"
429429
},
430430
"UseFIPS": {
431431
"builtIn": "AWS::UseFIPS",
432432
"required": true,
433433
"default": false,
434434
"documentation": "When true, send this request to the FIPS-compliant regional endpoint. If the configured endpoint does not have a FIPS compliant endpoint, dispatching the request will return an error.",
435-
"type": "Boolean"
435+
"type": "boolean"
436436
},
437437
"Endpoint": {
438438
"builtIn": "SDK::Endpoint",
439439
"required": false,
440440
"documentation": "Override the endpoint used to send this request",
441-
"type": "String"
441+
"type": "string"
442442
}
443443
},
444444
"rules": [
@@ -1815,6 +1815,9 @@
18151815
{
18161816
"target": "com.amazonaws.wafv2#WAFInvalidParameterException"
18171817
},
1818+
{
1819+
"target": "com.amazonaws.wafv2#WAFLimitsExceededException"
1820+
},
18181821
{
18191822
"target": "com.amazonaws.wafv2#WAFNonexistentItemException"
18201823
},

sdk/quicksight/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
22
[package]
33
name = "aws-sdk-quicksight"
4-
version = "1.108.0"
4+
version = "1.109.0"
55
authors = ["AWS Rust SDK Team <[email protected]>", "Russell Cohen <[email protected]>"]
66
description = "AWS SDK for Amazon QuickSight"
77
edition = "2021"

sdk/quicksight/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# aws-sdk-quicksight
22

3-
Amazon QuickSight is a fully managed, serverless business intelligence service for the Amazon Web Services Cloud that makes it easy to extend data and insights to every user in your organization. This API reference contains documentation for a programming interface that you can use to manage Amazon QuickSight.
3+
Amazon Quick Sight is a fully managed, serverless business intelligence service for the Amazon Web Services Cloud that makes it easy to extend data and insights to every user in your organization. This API reference contains documentation for a programming interface that you can use to manage Amazon Quick Sight.
44

55
## Getting Started
66

@@ -14,7 +14,7 @@ your project, add the following to your **Cargo.toml** file:
1414
```toml
1515
[dependencies]
1616
aws-config = { version = "1.1.7", features = ["behavior-version-latest"] }
17-
aws-sdk-quicksight = "1.108.0"
17+
aws-sdk-quicksight = "1.109.0"
1818
tokio = { version = "1", features = ["full"] }
1919
```
2020

sdk/quicksight/src/client.rs

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -146,6 +146,8 @@ mod create_account_customization;
146146

147147
mod create_account_subscription;
148148

149+
mod create_action_connector;
150+
149151
mod create_analysis;
150152

151153
mod create_brand;
@@ -223,6 +225,8 @@ mod delete_account_customization;
223225

224226
mod delete_account_subscription;
225227

228+
mod delete_action_connector;
229+
226230
mod delete_analysis;
227231

228232
mod delete_brand;
@@ -289,6 +293,10 @@ mod describe_account_settings;
289293

290294
mod describe_account_subscription;
291295

296+
mod describe_action_connector;
297+
298+
mod describe_action_connector_permissions;
299+
292300
mod describe_analysis;
293301

294302
mod describe_analysis_definition;
@@ -393,8 +401,14 @@ mod generate_embed_url_for_registered_user_with_identity;
393401

394402
mod get_dashboard_embed_url;
395403

404+
mod get_flow_metadata;
405+
406+
mod get_flow_permissions;
407+
396408
mod get_session_embed_url;
397409

410+
mod list_action_connectors;
411+
398412
mod list_analyses;
399413

400414
mod list_asset_bundle_export_jobs;
@@ -413,6 +427,8 @@ mod list_data_sets;
413427

414428
mod list_data_sources;
415429

430+
mod list_flows;
431+
416432
mod list_folder_members;
417433

418434
mod list_folders;
@@ -471,6 +487,8 @@ mod register_user;
471487

472488
mod restore_analysis;
473489

490+
mod search_action_connectors;
491+
474492
mod search_analyses;
475493

476494
mod search_dashboards;
@@ -479,6 +497,8 @@ mod search_data_sets;
479497

480498
mod search_data_sources;
481499

500+
mod search_flows;
501+
482502
mod search_folders;
483503

484504
mod search_groups;
@@ -503,6 +523,10 @@ mod update_account_customization;
503523

504524
mod update_account_settings;
505525

526+
mod update_action_connector;
527+
528+
mod update_action_connector_permissions;
529+
506530
mod update_analysis;
507531

508532
mod update_analysis_permissions;
@@ -537,6 +561,8 @@ mod update_data_source_permissions;
537561

538562
mod update_default_q_business_application;
539563

564+
mod update_flow_permissions;
565+
540566
mod update_folder;
541567

542568
mod update_folder_permissions;

sdk/quicksight/src/client/create_account_customization.rs

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,15 @@ impl super::Client {
33
/// Constructs a fluent builder for the [`CreateAccountCustomization`](crate::operation::create_account_customization::builders::CreateAccountCustomizationFluentBuilder) operation.
44
///
55
/// - The fluent builder is configurable:
6-
/// - [`aws_account_id(impl Into<String>)`](crate::operation::create_account_customization::builders::CreateAccountCustomizationFluentBuilder::aws_account_id) / [`set_aws_account_id(Option<String>)`](crate::operation::create_account_customization::builders::CreateAccountCustomizationFluentBuilder::set_aws_account_id):<br>required: **true**<br><p>The ID for the Amazon Web Services account that you want to customize QuickSight for.</p><br>
7-
/// - [`namespace(impl Into<String>)`](crate::operation::create_account_customization::builders::CreateAccountCustomizationFluentBuilder::namespace) / [`set_namespace(Option<String>)`](crate::operation::create_account_customization::builders::CreateAccountCustomizationFluentBuilder::set_namespace):<br>required: **false**<br><p>The QuickSight namespace that you want to add customizations to.</p><br>
8-
/// - [`account_customization(AccountCustomization)`](crate::operation::create_account_customization::builders::CreateAccountCustomizationFluentBuilder::account_customization) / [`set_account_customization(Option<AccountCustomization>)`](crate::operation::create_account_customization::builders::CreateAccountCustomizationFluentBuilder::set_account_customization):<br>required: **true**<br><p>The QuickSight customizations you're adding. You can add these to an Amazon Web Services account and a QuickSight namespace.</p> <p>For example, you can add a default theme by setting <code>AccountCustomization</code> to the midnight theme: <code>"AccountCustomization": { "DefaultTheme": "arn:aws:quicksight::aws:theme/MIDNIGHT" }</code>. Or, you can add a custom theme by specifying <code>"AccountCustomization": { "DefaultTheme": "arn:aws:quicksight:us-west-2:111122223333:theme/bdb844d0-0fe9-4d9d-b520-0fe602d93639" }</code>.</p><br>
6+
/// - [`aws_account_id(impl Into<String>)`](crate::operation::create_account_customization::builders::CreateAccountCustomizationFluentBuilder::aws_account_id) / [`set_aws_account_id(Option<String>)`](crate::operation::create_account_customization::builders::CreateAccountCustomizationFluentBuilder::set_aws_account_id):<br>required: **true**<br><p>The ID for the Amazon Web Services account that you want to customize Quick Sight for.</p><br>
7+
/// - [`namespace(impl Into<String>)`](crate::operation::create_account_customization::builders::CreateAccountCustomizationFluentBuilder::namespace) / [`set_namespace(Option<String>)`](crate::operation::create_account_customization::builders::CreateAccountCustomizationFluentBuilder::set_namespace):<br>required: **false**<br><p>The Quick Sight namespace that you want to add customizations to.</p><br>
8+
/// - [`account_customization(AccountCustomization)`](crate::operation::create_account_customization::builders::CreateAccountCustomizationFluentBuilder::account_customization) / [`set_account_customization(Option<AccountCustomization>)`](crate::operation::create_account_customization::builders::CreateAccountCustomizationFluentBuilder::set_account_customization):<br>required: **true**<br><p>The Quick Sight customizations you're adding. You can add these to an Amazon Web Services account and a QuickSight namespace.</p> <p>For example, you can add a default theme by setting <code>AccountCustomization</code> to the midnight theme: <code>"AccountCustomization": { "DefaultTheme": "arn:aws:quicksight::aws:theme/MIDNIGHT" }</code>. Or, you can add a custom theme by specifying <code>"AccountCustomization": { "DefaultTheme": "arn:aws:quicksight:us-west-2:111122223333:theme/bdb844d0-0fe9-4d9d-b520-0fe602d93639" }</code>.</p><br>
99
/// - [`tags(Tag)`](crate::operation::create_account_customization::builders::CreateAccountCustomizationFluentBuilder::tags) / [`set_tags(Option<Vec::<Tag>>)`](crate::operation::create_account_customization::builders::CreateAccountCustomizationFluentBuilder::set_tags):<br>required: **false**<br><p>A list of the tags that you want to attach to this resource.</p><br>
1010
/// - On success, responds with [`CreateAccountCustomizationOutput`](crate::operation::create_account_customization::CreateAccountCustomizationOutput) with field(s):
1111
/// - [`arn(Option<String>)`](crate::operation::create_account_customization::CreateAccountCustomizationOutput::arn): <p>The Amazon Resource Name (ARN) for the customization that you created for this Amazon Web Services account.</p>
12-
/// - [`aws_account_id(Option<String>)`](crate::operation::create_account_customization::CreateAccountCustomizationOutput::aws_account_id): <p>The ID for the Amazon Web Services account that you want to customize QuickSight for.</p>
12+
/// - [`aws_account_id(Option<String>)`](crate::operation::create_account_customization::CreateAccountCustomizationOutput::aws_account_id): <p>The ID for the Amazon Web Services account that you want to customize Quick Sight for.</p>
1313
/// - [`namespace(Option<String>)`](crate::operation::create_account_customization::CreateAccountCustomizationOutput::namespace): <p>The namespace associated with the customization you're creating.</p>
14-
/// - [`account_customization(Option<AccountCustomization>)`](crate::operation::create_account_customization::CreateAccountCustomizationOutput::account_customization): <p>The QuickSight customizations you're adding.</p>
14+
/// - [`account_customization(Option<AccountCustomization>)`](crate::operation::create_account_customization::CreateAccountCustomizationOutput::account_customization): <p>The Quick Sight customizations you're adding.</p>
1515
/// - [`request_id(Option<String>)`](crate::operation::create_account_customization::CreateAccountCustomizationOutput::request_id): <p>The Amazon Web Services request ID for this operation.</p>
1616
/// - [`status(i32)`](crate::operation::create_account_customization::CreateAccountCustomizationOutput::status): <p>The HTTP status of the request.</p>
1717
/// - On failure, responds with [`SdkError<CreateAccountCustomizationError>`](crate::operation::create_account_customization::CreateAccountCustomizationError)

0 commit comments

Comments
 (0)