Skip to content

Commit

Permalink
Update services based on release-2024-11-08 of AWS Go SDK
Browse files Browse the repository at this point in the history
  • Loading branch information
web-flow committed Nov 9, 2024
1 parent cac2abf commit a15e98e
Show file tree
Hide file tree
Showing 9 changed files with 324 additions and 72 deletions.
2 changes: 1 addition & 1 deletion .latest-tag-aws-sdk-go
Original file line number Diff line number Diff line change
@@ -1 +1 @@
release-2024-11-07
release-2024-11-08
11 changes: 11 additions & 0 deletions src/aws_batch.erl
Original file line number Diff line number Diff line change
Expand Up @@ -1097,6 +1097,16 @@
-type list_tags_for_resource_request() :: #{}.


%% Example:
%% launch_template_specification_override() :: #{
%% <<"launchTemplateId">> => string(),
%% <<"launchTemplateName">> => string(),
%% <<"targetInstanceTypes">> => list(string()()),
%% <<"version">> => string()
%% }
-type launch_template_specification_override() :: #{binary() => any()}.


%% Example:
%% runtime_platform() :: #{
%% <<"cpuArchitecture">> => string(),
Expand Down Expand Up @@ -1210,6 +1220,7 @@
%% launch_template_specification() :: #{
%% <<"launchTemplateId">> => string(),
%% <<"launchTemplateName">> => string(),
%% <<"overrides">> => list(launch_template_specification_override()()),
%% <<"version">> => string()
%% }
-type launch_template_specification() :: #{binary() => any()}.
Expand Down
58 changes: 58 additions & 0 deletions src/aws_bedrock_agent_runtime.erl
Original file line number Diff line number Diff line change
Expand Up @@ -311,6 +311,14 @@
-type retrieval_result_content() :: #{binary() => any()}.


%% Example:
%% flow_trace_node_input_field() :: #{
%% <<"content">> => list(),
%% <<"nodeInputName">> => string()
%% }
-type flow_trace_node_input_field() :: #{binary() => any()}.


%% Example:
%% guardrail_custom_word() :: #{
%% <<"action">> => list(any()),
Expand Down Expand Up @@ -358,6 +366,13 @@
-type guardrail_word_policy_assessment() :: #{binary() => any()}.


%% Example:
%% flow_trace_event() :: #{
%% <<"trace">> => list()
%% }
-type flow_trace_event() :: #{binary() => any()}.


%% Example:
%% span() :: #{
%% <<"end">> => [integer()],
Expand All @@ -366,6 +381,15 @@
-type span() :: #{binary() => any()}.


%% Example:
%% flow_trace_node_input_event() :: #{
%% <<"fields">> => list(flow_trace_node_input_field()()),
%% <<"nodeName">> => string(),
%% <<"timestamp">> => non_neg_integer()
%% }
-type flow_trace_node_input_event() :: #{binary() => any()}.


%% Example:
%% pre_processing_parsed_response() :: #{
%% <<"isValid">> => [boolean()],
Expand Down Expand Up @@ -543,6 +567,13 @@
-type retrieval_result_confluence_location() :: #{binary() => any()}.


%% Example:
%% flow_trace_condition() :: #{
%% <<"conditionName">> => [string()]
%% }
-type flow_trace_condition() :: #{binary() => any()}.


%% Example:
%% reprompt_response() :: #{
%% <<"source">> => list(any()),
Expand Down Expand Up @@ -617,6 +648,23 @@
-type filter_attribute() :: #{binary() => any()}.


%% Example:
%% flow_trace_node_output_field() :: #{
%% <<"content">> => list(),
%% <<"nodeOutputName">> => string()
%% }
-type flow_trace_node_output_field() :: #{binary() => any()}.


%% Example:
%% flow_trace_node_output_event() :: #{
%% <<"fields">> => list(flow_trace_node_output_field()()),
%% <<"nodeName">> => string(),
%% <<"timestamp">> => non_neg_integer()
%% }
-type flow_trace_node_output_event() :: #{binary() => any()}.


%% Example:
%% retrieval_result_salesforce_location() :: #{
%% <<"url">> => [string()]
Expand Down Expand Up @@ -752,6 +800,15 @@
-type flow_input() :: #{binary() => any()}.


%% Example:
%% flow_trace_condition_node_result_event() :: #{
%% <<"nodeName">> => string(),
%% <<"satisfiedConditions">> => list(flow_trace_condition()()),
%% <<"timestamp">> => non_neg_integer()
%% }
-type flow_trace_condition_node_result_event() :: #{binary() => any()}.


%% Example:
%% generated_response_part() :: #{
%% <<"textResponsePart">> => text_response_part()
Expand Down Expand Up @@ -954,6 +1011,7 @@

%% Example:
%% invoke_flow_request() :: #{
%% <<"enableTrace">> => [boolean()],
%% <<"inputs">> := list(flow_input()())
%% }
-type invoke_flow_request() :: #{binary() => any()}.
Expand Down
12 changes: 12 additions & 0 deletions src/aws_chime_sdk_media_pipelines.erl
Original file line number Diff line number Diff line change
Expand Up @@ -541,16 +541,26 @@
-type issue_detection_configuration() :: #{binary() => any()}.


%% Example:
%% sse_aws_key_management_params() :: #{
%% <<"AwsKmsEncryptionContext">> => string(),
%% <<"AwsKmsKeyId">> => string()
%% }
-type sse_aws_key_management_params() :: #{binary() => any()}.


%% Example:
%% media_capture_pipeline() :: #{
%% <<"ChimeSdkMeetingConfiguration">> => chime_sdk_meeting_configuration(),
%% <<"CreatedTimestamp">> => non_neg_integer(),
%% <<"MediaPipelineArn">> => string(),
%% <<"MediaPipelineId">> => string(),
%% <<"SinkArn">> => string(),
%% <<"SinkIamRoleArn">> => string(),
%% <<"SinkType">> => list(any()),
%% <<"SourceArn">> => string(),
%% <<"SourceType">> => list(any()),
%% <<"SseAwsKeyManagementParams">> => sse_aws_key_management_params(),
%% <<"Status">> => list(any()),
%% <<"UpdatedTimestamp">> => non_neg_integer()
%% }
Expand Down Expand Up @@ -995,9 +1005,11 @@
%% <<"ChimeSdkMeetingConfiguration">> => chime_sdk_meeting_configuration(),
%% <<"ClientRequestToken">> => string(),
%% <<"SinkArn">> := string(),
%% <<"SinkIamRoleArn">> => string(),
%% <<"SinkType">> := list(any()),
%% <<"SourceArn">> := string(),
%% <<"SourceType">> := list(any()),
%% <<"SseAwsKeyManagementParams">> => sse_aws_key_management_params(),
%% <<"Tags">> => list(tag()())
%% }
-type create_media_capture_pipeline_request() :: #{binary() => any()}.
Expand Down
16 changes: 16 additions & 0 deletions src/aws_controlcatalog.erl
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,13 @@
-type common_control_summary() :: #{binary() => any()}.


%% Example:
%% control_parameter() :: #{
%% <<"Name">> => [string()]
%% }
-type control_parameter() :: #{binary() => any()}.


%% Example:
%% control_summary() :: #{
%% <<"Arn">> => string(),
Expand Down Expand Up @@ -132,12 +139,21 @@
%% <<"Arn">> => string(),
%% <<"Behavior">> => list(any()),
%% <<"Description">> => [string()],
%% <<"Implementation">> => implementation_details(),
%% <<"Name">> => [string()],
%% <<"Parameters">> => list(control_parameter()()),
%% <<"RegionConfiguration">> => region_configuration()
%% }
-type get_control_response() :: #{binary() => any()}.


%% Example:
%% implementation_details() :: #{
%% <<"Type">> => string()
%% }
-type implementation_details() :: #{binary() => any()}.


%% Example:
%% internal_server_exception() :: #{
%% <<"Message">> => [string()]
Expand Down
Loading

0 comments on commit a15e98e

Please sign in to comment.