Skip to content

Commit 4f26d59

Browse files
committed
chore: update documentation
1 parent 562be2f commit 4f26d59

File tree

1,661 files changed

+3128
-2277
lines changed

Some content is hidden

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

1,661 files changed

+3128
-2277
lines changed

docs/resources/aws/bedrock-agent/aws_bedrock_agent.mdx

-8
Original file line numberDiff line numberDiff line change
@@ -90,9 +90,6 @@ class aws_bedrock_agent {
9090
}
9191
class aws_bedrock_agent_knowledge_base {
9292
93-
}
94-
class aws_bedrock_agent_version {
95-
9693
}
9794
class aws_bedrock_foundation_model {
9895
@@ -107,17 +104,12 @@ class aws_kms_key {
107104
108105
}
109106
aws_bedrock_agent -[#1A83AF]-> aws_bedrock_agent_knowledge_base
110-
aws_bedrock_agent -[#1A83AF]-> aws_bedrock_agent_version
111107
aws_bedrock_agent -[#1A83AF]-> aws_bedrock_guardrail
112108
aws_bedrock_agent -[#1A83AF]-> aws_kms_key
113-
aws_bedrock_agent_version -[#1A83AF]-> aws_bedrock_guardrail
114-
aws_bedrock_agent_version -[#1A83AF]-> aws_kms_key
115109
aws_bedrock_foundation_model -[#1A83AF]-> aws_bedrock_agent
116-
aws_bedrock_foundation_model -[#1A83AF]-> aws_bedrock_agent_version
117110
aws_bedrock_guardrail -[#1A83AF]-> aws_kms_key
118111
aws_iam_role -[#1A83AF]-> aws_bedrock_agent
119112
aws_iam_role -[#1A83AF]-> aws_bedrock_agent_knowledge_base
120-
aws_iam_role -[#1A83AF]-> aws_bedrock_agent_version
121113
122114
@enduml
123115
```

docs/resources/aws/bedrock-agent/aws_bedrock_agent_version.mdx

-223
This file was deleted.

docs/resources/aws/bedrock/aws_bedrock_evaluation_job.mdx

+1-2
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ skinparam stereotypeCBackgroundColor #e98df7
144144
skinparam stereotypeIBackgroundColor #e98df7
145145
146146
class ai_job {
147-
147+
**ai_job_status**: a_i_job_status
148148
}
149149
class ai_resource {
150150
@@ -185,7 +185,6 @@ class aws_bedrock_evaluation_job {
185185
**last_modified_time**: datetime
186186
**output_data_config**: string
187187
**role_arn**: string
188-
**status**: string
189188
}
190189
class aws_bedrock_evaluation_model_config {
191190
**bedrock_model**: aws_bedrock_evaluation_bedrock_model

docs/resources/aws/bedrock/aws_bedrock_foundation_model.mdx

-5
Original file line numberDiff line numberDiff line change
@@ -96,9 +96,6 @@ skinparam stereotypeIBackgroundColor #e98df7
9696
9797
class aws_bedrock_agent {
9898
99-
}
100-
class aws_bedrock_agent_version {
101-
10299
}
103100
class aws_bedrock_custom_model {
104101
@@ -112,11 +109,9 @@ class aws_bedrock_model_customization_job {
112109
class aws_bedrock_provisioned_model_throughput {
113110
114111
}
115-
aws_bedrock_agent -[#1A83AF]-> aws_bedrock_agent_version
116112
aws_bedrock_custom_model -[#1A83AF]-> aws_bedrock_model_customization_job
117113
aws_bedrock_custom_model -[#1A83AF]-> aws_bedrock_provisioned_model_throughput
118114
aws_bedrock_foundation_model -[#1A83AF]-> aws_bedrock_agent
119-
aws_bedrock_foundation_model -[#1A83AF]-> aws_bedrock_agent_version
120115
aws_bedrock_foundation_model -[#1A83AF]-> aws_bedrock_custom_model
121116
aws_bedrock_foundation_model -[#1A83AF]-> aws_bedrock_model_customization_job
122117
aws_bedrock_foundation_model -[#1A83AF]-> aws_bedrock_provisioned_model_throughput

docs/resources/aws/bedrock/aws_bedrock_guardrail.mdx

-6
Original file line numberDiff line numberDiff line change
@@ -87,21 +87,15 @@ skinparam stereotypeIBackgroundColor #e98df7
8787
8888
class aws_bedrock_agent {
8989
90-
}
91-
class aws_bedrock_agent_version {
92-
9390
}
9491
class aws_bedrock_guardrail {
9592
9693
}
9794
class aws_kms_key {
9895
9996
}
100-
aws_bedrock_agent -[#1A83AF]-> aws_bedrock_agent_version
10197
aws_bedrock_agent -[#1A83AF]-> aws_bedrock_guardrail
10298
aws_bedrock_agent -[#1A83AF]-> aws_kms_key
103-
aws_bedrock_agent_version -[#1A83AF]-> aws_bedrock_guardrail
104-
aws_bedrock_agent_version -[#1A83AF]-> aws_kms_key
10599
aws_bedrock_guardrail -[#1A83AF]-> aws_kms_key
106100
107101
@enduml

docs/resources/aws/bedrock/aws_bedrock_model_customization_job.mdx

+1-2
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ skinparam stereotypeCBackgroundColor #e98df7
162162
skinparam stereotypeIBackgroundColor #e98df7
163163
164164
class ai_job {
165-
165+
**ai_job_status**: a_i_job_status
166166
}
167167
class ai_resource {
168168
@@ -183,7 +183,6 @@ class aws_bedrock_model_customization_job {
183183
**output_model_kms_key_arn**: string
184184
**output_model_name**: string
185185
**role_arn**: string
186-
**status**: string
187186
**training_data_config**: string
188187
**training_metrics**: double
189188
**validation_data_config**: aws_bedrock_validation_data_config

docs/resources/aws/cloudfront/aws_cloudfront_function.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ class resource {
156156
**tags**: dictionary[string, string]
157157
}
158158
class serverless_function {
159-
159+
**memory_size**: int64
160160
}
161161
aws_cloudfront_function --> aws_cloudfront_function_config
162162
aws_resource <|--- aws_cloudfront_function

0 commit comments

Comments
 (0)