aws-sdk-bedrock 1.0.0 → 1.2.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.
@@ -58,10 +58,14 @@ module Aws::Bedrock
58
58
  case context.operation_name
59
59
  when :create_model_customization_job
60
60
  Aws::Bedrock::Endpoints::CreateModelCustomizationJob.build(context)
61
+ when :create_provisioned_model_throughput
62
+ Aws::Bedrock::Endpoints::CreateProvisionedModelThroughput.build(context)
61
63
  when :delete_custom_model
62
64
  Aws::Bedrock::Endpoints::DeleteCustomModel.build(context)
63
65
  when :delete_model_invocation_logging_configuration
64
66
  Aws::Bedrock::Endpoints::DeleteModelInvocationLoggingConfiguration.build(context)
67
+ when :delete_provisioned_model_throughput
68
+ Aws::Bedrock::Endpoints::DeleteProvisionedModelThroughput.build(context)
65
69
  when :get_custom_model
66
70
  Aws::Bedrock::Endpoints::GetCustomModel.build(context)
67
71
  when :get_foundation_model
@@ -70,12 +74,16 @@ module Aws::Bedrock
70
74
  Aws::Bedrock::Endpoints::GetModelCustomizationJob.build(context)
71
75
  when :get_model_invocation_logging_configuration
72
76
  Aws::Bedrock::Endpoints::GetModelInvocationLoggingConfiguration.build(context)
77
+ when :get_provisioned_model_throughput
78
+ Aws::Bedrock::Endpoints::GetProvisionedModelThroughput.build(context)
73
79
  when :list_custom_models
74
80
  Aws::Bedrock::Endpoints::ListCustomModels.build(context)
75
81
  when :list_foundation_models
76
82
  Aws::Bedrock::Endpoints::ListFoundationModels.build(context)
77
83
  when :list_model_customization_jobs
78
84
  Aws::Bedrock::Endpoints::ListModelCustomizationJobs.build(context)
85
+ when :list_provisioned_model_throughputs
86
+ Aws::Bedrock::Endpoints::ListProvisionedModelThroughputs.build(context)
79
87
  when :list_tags_for_resource
80
88
  Aws::Bedrock::Endpoints::ListTagsForResource.build(context)
81
89
  when :put_model_invocation_logging_configuration
@@ -86,6 +94,8 @@ module Aws::Bedrock
86
94
  Aws::Bedrock::Endpoints::TagResource.build(context)
87
95
  when :untag_resource
88
96
  Aws::Bedrock::Endpoints::UntagResource.build(context)
97
+ when :update_provisioned_model_throughput
98
+ Aws::Bedrock::Endpoints::UpdateProvisionedModelThroughput.build(context)
89
99
  end
90
100
  end
91
101
  end