Skip to content

Commit 4520f1d

Browse files
authored
chore: bump generated clients to 0.1.8200 (#1443)
1 parent d24582c commit 4520f1d

File tree

867 files changed

+22671
-3814
lines changed

Some content is hidden

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

867 files changed

+22671
-3814
lines changed

Cargo.lock

Lines changed: 32 additions & 32 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/amzn-codewhisperer-client/Cargo.toml

Lines changed: 39 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,14 @@
1212
[package]
1313
edition = "2021"
1414
name = "amzn-codewhisperer-client"
15-
version = "0.1.6236"
16-
authors = ["Chay Nabors <nabochay@amazon.com>"]
15+
version = "0.1.8200"
16+
authors = ["Grant Gurvis <grangurv@amazon.com>"]
1717
build = false
18-
exclude = ["/build", "/Config", "/build-tools/"]
18+
exclude = [
19+
"/build",
20+
"/Config",
21+
"/build-tools/",
22+
]
1923
publish = ["brazil"]
2024
autolib = false
2125
autobins = false
@@ -32,6 +36,20 @@ targets = ["x86_64-unknown-linux-gnu"]
3236
[package.metadata.smithy]
3337
codegen-version = "unknown"
3438

39+
[features]
40+
behavior-version-latest = []
41+
default = [
42+
"rustls",
43+
"rt-tokio",
44+
]
45+
gated-tests = []
46+
rt-tokio = [
47+
"aws-smithy-async/rt-tokio",
48+
"aws-smithy-types/rt-tokio",
49+
]
50+
rustls = ["aws-smithy-runtime/tls-rustls"]
51+
test-util = ["aws-smithy-runtime/test-util"]
52+
3553
[lib]
3654
name = "amzn_codewhisperer_client"
3755
path = "src/lib.rs"
@@ -40,33 +58,40 @@ path = "src/lib.rs"
4058
version = "1.2.1"
4159

4260
[dependencies.aws-runtime]
43-
version = "1.4.3"
61+
version = "1.5.5"
4462

4563
[dependencies.aws-smithy-async]
46-
version = "1.2.1"
64+
version = "1.2.4"
4765

4866
[dependencies.aws-smithy-http]
49-
version = "0.60.11"
67+
version = "0.60.12"
5068

5169
[dependencies.aws-smithy-json]
52-
version = "0.60.7"
70+
version = "0.61.2"
5371

5472
[dependencies.aws-smithy-runtime]
55-
version = "1.7.1"
56-
features = ["client", "http-auth"]
73+
version = "1.7.8"
74+
features = [
75+
"client",
76+
"http-auth",
77+
]
5778

5879
[dependencies.aws-smithy-runtime-api]
59-
version = "1.7.2"
60-
features = ["client", "http-02x", "http-auth"]
80+
version = "1.7.3"
81+
features = [
82+
"client",
83+
"http-02x",
84+
"http-auth",
85+
]
6186

6287
[dependencies.aws-smithy-types]
63-
version = "1.2.7"
88+
version = "1.2.13"
6489

6590
[dependencies.aws-types]
66-
version = "1.3.3"
91+
version = "1.3.5"
6792

6893
[dependencies.bytes]
69-
version = "1.10.1"
94+
version = "1.4.0"
7095

7196
[dependencies.fastrand]
7297
version = "2.0.0"
@@ -80,10 +105,3 @@ version = "0.1"
80105
[dev-dependencies.aws-credential-types]
81106
version = "1.2.1"
82107
features = ["test-util"]
83-
84-
[features]
85-
behavior-version-latest = []
86-
default = ["rustls", "rt-tokio"]
87-
rt-tokio = ["aws-smithy-async/rt-tokio", "aws-smithy-types/rt-tokio"]
88-
rustls = ["aws-smithy-runtime/tls-rustls"]
89-
test-util = ["aws-smithy-runtime/test-util"]

crates/amzn-codewhisperer-client/src/client.rs

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ impl Client {
4747
&self.handle.conf
4848
}
4949

50-
fn validate_config(handle: &Handle) -> Result<(), ::aws_smithy_runtime_api::box_error::BoxError> {
50+
fn validate_config(handle: &Handle) -> ::std::result::Result<(), ::aws_smithy_runtime_api::box_error::BoxError> {
5151
let mut cfg = ::aws_smithy_types::config_bag::ConfigBag::base();
5252
handle
5353
.runtime_plugins
@@ -82,13 +82,17 @@ mod create_task_assist_conversation;
8282

8383
mod create_upload_url;
8484

85+
mod create_user_memory_entry;
86+
8587
mod create_workspace;
8688

8789
/// Operation customization and supporting types.
8890
pub mod customize;
8991

9092
mod delete_task_assist_conversation;
9193

94+
mod delete_user_memory_entry;
95+
9296
mod delete_workspace;
9397

9498
mod generate_completions;
@@ -111,10 +115,16 @@ mod list_available_profiles;
111115

112116
mod list_code_analysis_findings;
113117

118+
mod list_events;
119+
114120
mod list_feature_evaluations;
115121

122+
mod list_user_memory_entries;
123+
116124
mod list_workspace_metadata;
117125

126+
mod push_telemetry_event;
127+
118128
mod resume_transformation;
119129

120130
mod send_telemetry_event;

crates/amzn-codewhisperer-client/src/client/create_artifact_upload_url.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ impl super::Client {
1313
/// - [`upload_intent(UploadIntent)`](crate::operation::create_artifact_upload_url::builders::CreateArtifactUploadUrlFluentBuilder::upload_intent) / [`set_upload_intent(Option<UploadIntent>)`](crate::operation::create_artifact_upload_url::builders::CreateArtifactUploadUrlFluentBuilder::set_upload_intent):<br>required: **false**<br>Upload Intent<br>
1414
/// - [`upload_context(UploadContext)`](crate::operation::create_artifact_upload_url::builders::CreateArtifactUploadUrlFluentBuilder::upload_context) / [`set_upload_context(Option<UploadContext>)`](crate::operation::create_artifact_upload_url::builders::CreateArtifactUploadUrlFluentBuilder::set_upload_context):<br>required: **false**<br>(undocumented)<br>
1515
/// - [`upload_id(impl Into<String>)`](crate::operation::create_artifact_upload_url::builders::CreateArtifactUploadUrlFluentBuilder::upload_id) / [`set_upload_id(Option<String>)`](crate::operation::create_artifact_upload_url::builders::CreateArtifactUploadUrlFluentBuilder::set_upload_id):<br>required: **false**<br>Upload ID returned by CreateUploadUrl API<br>
16+
/// - [`profile_arn(impl Into<String>)`](crate::operation::create_artifact_upload_url::builders::CreateArtifactUploadUrlFluentBuilder::profile_arn) / [`set_profile_arn(Option<String>)`](crate::operation::create_artifact_upload_url::builders::CreateArtifactUploadUrlFluentBuilder::set_profile_arn):<br>required: **false**<br>(undocumented)<br>
1617
/// - On success, responds with
1718
/// [`CreateArtifactUploadUrlOutput`](crate::operation::create_artifact_upload_url::CreateArtifactUploadUrlOutput)
1819
/// with field(s):

crates/amzn-codewhisperer-client/src/client/create_task_assist_conversation.rs

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,8 @@ impl super::Client {
44
/// [`CreateTaskAssistConversation`](crate::operation::create_task_assist_conversation::builders::CreateTaskAssistConversationFluentBuilder)
55
/// operation.
66
///
7-
/// - The fluent builder takes no input, just
8-
/// [`send`](crate::operation::create_task_assist_conversation::builders::CreateTaskAssistConversationFluentBuilder::send)
9-
/// it.
7+
/// - The fluent builder is configurable:
8+
/// - [`profile_arn(impl Into<String>)`](crate::operation::create_task_assist_conversation::builders::CreateTaskAssistConversationFluentBuilder::profile_arn) / [`set_profile_arn(Option<String>)`](crate::operation::create_task_assist_conversation::builders::CreateTaskAssistConversationFluentBuilder::set_profile_arn):<br>required: **false**<br>(undocumented)<br>
109
/// - On success, responds with [`CreateTaskAssistConversationOutput`](crate::operation::create_task_assist_conversation::CreateTaskAssistConversationOutput) with field(s):
1110
/// - [`conversation_id(String)`](crate::operation::create_task_assist_conversation::CreateTaskAssistConversationOutput::conversation_id): ID which represents a multi-turn conversation
1211
/// - On failure, responds with [`SdkError<CreateTaskAssistConversationError>`](crate::operation::create_task_assist_conversation::CreateTaskAssistConversationError)

0 commit comments

Comments
 (0)