aws-sdk-bedrock 1.13.0 → 1.15.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -64,8 +64,12 @@ module Aws::Bedrock
64
64
  Aws::Bedrock::Endpoints::CreateGuardrail.build(context)
65
65
  when :create_guardrail_version
66
66
  Aws::Bedrock::Endpoints::CreateGuardrailVersion.build(context)
67
+ when :create_model_copy_job
68
+ Aws::Bedrock::Endpoints::CreateModelCopyJob.build(context)
67
69
  when :create_model_customization_job
68
70
  Aws::Bedrock::Endpoints::CreateModelCustomizationJob.build(context)
71
+ when :create_model_invocation_job
72
+ Aws::Bedrock::Endpoints::CreateModelInvocationJob.build(context)
69
73
  when :create_provisioned_model_throughput
70
74
  Aws::Bedrock::Endpoints::CreateProvisionedModelThroughput.build(context)
71
75
  when :delete_custom_model
@@ -84,8 +88,12 @@ module Aws::Bedrock
84
88
  Aws::Bedrock::Endpoints::GetFoundationModel.build(context)
85
89
  when :get_guardrail
86
90
  Aws::Bedrock::Endpoints::GetGuardrail.build(context)
91
+ when :get_model_copy_job
92
+ Aws::Bedrock::Endpoints::GetModelCopyJob.build(context)
87
93
  when :get_model_customization_job
88
94
  Aws::Bedrock::Endpoints::GetModelCustomizationJob.build(context)
95
+ when :get_model_invocation_job
96
+ Aws::Bedrock::Endpoints::GetModelInvocationJob.build(context)
89
97
  when :get_model_invocation_logging_configuration
90
98
  Aws::Bedrock::Endpoints::GetModelInvocationLoggingConfiguration.build(context)
91
99
  when :get_provisioned_model_throughput
@@ -98,8 +106,12 @@ module Aws::Bedrock
98
106
  Aws::Bedrock::Endpoints::ListFoundationModels.build(context)
99
107
  when :list_guardrails
100
108
  Aws::Bedrock::Endpoints::ListGuardrails.build(context)
109
+ when :list_model_copy_jobs
110
+ Aws::Bedrock::Endpoints::ListModelCopyJobs.build(context)
101
111
  when :list_model_customization_jobs
102
112
  Aws::Bedrock::Endpoints::ListModelCustomizationJobs.build(context)
113
+ when :list_model_invocation_jobs
114
+ Aws::Bedrock::Endpoints::ListModelInvocationJobs.build(context)
103
115
  when :list_provisioned_model_throughputs
104
116
  Aws::Bedrock::Endpoints::ListProvisionedModelThroughputs.build(context)
105
117
  when :list_tags_for_resource
@@ -110,6 +122,8 @@ module Aws::Bedrock
110
122
  Aws::Bedrock::Endpoints::StopEvaluationJob.build(context)
111
123
  when :stop_model_customization_job
112
124
  Aws::Bedrock::Endpoints::StopModelCustomizationJob.build(context)
125
+ when :stop_model_invocation_job
126
+ Aws::Bedrock::Endpoints::StopModelInvocationJob.build(context)
113
127
  when :tag_resource
114
128
  Aws::Bedrock::Endpoints::TagResource.build(context)
115
129
  when :untag_resource