Skip to content

Commit

Permalink
Updated API models and rebuilt service gems.
Browse files Browse the repository at this point in the history
  • Loading branch information
aws-sdk-ruby-automation committed Sep 23, 2024
1 parent 94d4416 commit aa62c4a
Show file tree
Hide file tree
Showing 2,371 changed files with 10,450 additions and 5,992 deletions.
2 changes: 1 addition & 1 deletion apis/apigateway/2015-07-09/docs-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -2007,7 +2007,7 @@
"ClientCertificate$expirationDate": "<p>The timestamp when the client certificate will expire.</p>",
"Deployment$createdDate": "<p>The date and time that the deployment resource was created.</p>",
"DocumentationVersion$createdDate": "<p>The date when the API documentation snapshot is created.</p>",
"DomainName$certificateUploadDate": "<p>The timestamp when the certificate that was used by edge-optimized endpoint for this domain name was uploaded.</p>",
"DomainName$certificateUploadDate": "<p>The timestamp when the certificate that was used by edge-optimized endpoint for this domain name was uploaded. API Gateway doesn't change this value if you update the certificate.</p>",
"RestApi$createdDate": "<p>The timestamp when the API was created.</p>",
"Stage$createdDate": "<p>The timestamp when the stage was created.</p>",
"Stage$lastUpdatedDate": "<p>The timestamp when the stage last updated.</p>"
Expand Down
64 changes: 61 additions & 3 deletions apis/athena/2017-05-18/api-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -1280,6 +1280,41 @@
"min":0,
"pattern":"[\\u0020-\\uD7FF\\uE000-\\uFFFD\\uD800\\uDC00-\\uDBFF\\uDFFF\\t]*"
},
"ConnectionType":{
"type":"string",
"enum":[
"DYNAMODB",
"MYSQL",
"POSTGRESQL",
"REDSHIFT",
"ORACLE",
"SYNAPSE",
"SQLSERVER",
"DB2",
"OPENSEARCH",
"BIGQUERY",
"GOOGLECLOUDSTORAGE",
"HBASE",
"DOCUMENTDB",
"MSK",
"NEPTUNE",
"CMDB",
"TPCDS",
"REDIS",
"CLOUDWATCH",
"TIMESTREAM",
"SAPHANA",
"SNOWFLAKE",
"TERADATA",
"VERTICA",
"CLOUDERAIMPALA",
"CLOUDERAHIVE",
"HORTONWORKSHIVE",
"DATALAKEGEN2",
"DB2AS400",
"CLOUDWATCHMETRICS"
]
},
"CoordinatorDpuSize":{
"type":"integer",
"box":true,
Expand Down Expand Up @@ -1320,6 +1355,7 @@
"CreateDataCatalogOutput":{
"type":"structure",
"members":{
"DataCatalog":{"shape":"DataCatalog"}
}
},
"CreateNamedQueryInput":{
Expand Down Expand Up @@ -1436,14 +1472,34 @@
"Name":{"shape":"CatalogNameString"},
"Description":{"shape":"DescriptionString"},
"Type":{"shape":"DataCatalogType"},
"Parameters":{"shape":"ParametersMap"}
"Parameters":{"shape":"ParametersMap"},
"Status":{"shape":"DataCatalogStatus"},
"ConnectionType":{"shape":"ConnectionType"},
"Error":{"shape":"ErrorMessage"}
}
},
"DataCatalogStatus":{
"type":"string",
"enum":[
"CREATE_IN_PROGRESS",
"CREATE_COMPLETE",
"CREATE_FAILED",
"CREATE_FAILED_CLEANUP_IN_PROGRESS",
"CREATE_FAILED_CLEANUP_COMPLETE",
"CREATE_FAILED_CLEANUP_FAILED",
"DELETE_IN_PROGRESS",
"DELETE_COMPLETE",
"DELETE_FAILED"
]
},
"DataCatalogSummary":{
"type":"structure",
"members":{
"CatalogName":{"shape":"CatalogNameString"},
"Type":{"shape":"DataCatalogType"}
"Type":{"shape":"DataCatalogType"},
"Status":{"shape":"DataCatalogStatus"},
"ConnectionType":{"shape":"ConnectionType"},
"Error":{"shape":"ErrorMessage"}
}
},
"DataCatalogSummaryList":{
Expand All @@ -1455,7 +1511,8 @@
"enum":[
"LAMBDA",
"GLUE",
"HIVE"
"HIVE",
"FEDERATED"
]
},
"Database":{
Expand Down Expand Up @@ -1511,6 +1568,7 @@
"DeleteDataCatalogOutput":{
"type":"structure",
"members":{
"DataCatalog":{"shape":"DataCatalog"}
}
},
"DeleteNamedQueryInput":{
Expand Down
26 changes: 22 additions & 4 deletions apis/athena/2017-05-18/docs-2.json

Large diffs are not rendered by default.

10 changes: 8 additions & 2 deletions apis/bedrock-agent/2023-06-05/api-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -3633,7 +3633,7 @@
"required":["knowledgeBaseId"],
"members":{
"knowledgeBaseId":{"shape":"KnowledgeBaseId"},
"modelId":{"shape":"ModelIdentifier"}
"modelId":{"shape":"KnowledgeBaseModelIdentifier"}
}
},
"KnowledgeBaseId":{
Expand All @@ -3642,6 +3642,12 @@
"min":0,
"pattern":"^[0-9a-zA-Z]+$"
},
"KnowledgeBaseModelIdentifier":{
"type":"string",
"max":2048,
"min":1,
"pattern":"^(arn:aws(-[^:]+)?:bedrock:[a-z0-9-]{1,20}:(([0-9]{12}:custom-model/[a-z0-9-]{1,63}[.]{1}[a-z0-9-]{1,63}/[a-z0-9]{12})|(:foundation-model/[a-z0-9-]{1,63}[.]{1}[a-z0-9-]{1,63}([.:]?[a-z0-9-]{1,63}))|([0-9]{12}:provisioned-model/[a-z0-9]{12})))|([a-z0-9-]{1,63}[.]{1}[a-z0-9-]{1,63}([.:]?[a-z0-9-]{1,63}))|(([0-9a-zA-Z][_-]?)+)|(arn:aws(|-us-gov|-cn|-iso|-iso-b):bedrock:(|[0-9a-z-]{1,20}):(|[0-9]{12}):(model-gateway|inference-profile)/[a-zA-Z0-9-:.]+)|([a-zA-Z0-9-:.]+)$"
},
"KnowledgeBaseRoleArn":{
"type":"string",
"max":2048,
Expand Down Expand Up @@ -4490,7 +4496,7 @@
"type":"string",
"max":2048,
"min":1,
"pattern":"^(arn:aws(-[^:]+)?:bedrock:[a-z0-9-]{1,20}:(([0-9]{12}:custom-model/[a-z0-9-]{1,63}[.]{1}[a-z0-9-]{1,63}/[a-z0-9]{12})|(:foundation-model/[a-z0-9-]{1,63}[.]{1}[a-z0-9-]{1,63}([.:]?[a-z0-9-]{1,63}))|([0-9]{12}:provisioned-model/[a-z0-9]{12})))|([a-z0-9-]{1,63}[.]{1}[a-z0-9-]{1,63}([.:]?[a-z0-9-]{1,63}))|(([0-9a-zA-Z][_-]?)+)$"
"pattern":"^(arn:aws(-[^:]+)?:bedrock:[a-z0-9-]{1,20}:(([0-9]{12}:custom-model/[a-z0-9-]{1,63}[.]{1}[a-z0-9-]{1,63}/[a-z0-9]{12})|(:foundation-model/[a-z0-9-]{1,63}[.]{1}[a-z0-9-]{1,63}([.:]?[a-z0-9-]{1,63}))|([0-9]{12}:provisioned-model/[a-z0-9]{12})))|([a-z0-9-]{1,63}[.]{1}[a-z0-9-]{1,63}([.:]?[a-z0-9-]{1,63}))|(([0-9a-zA-Z][_-]?)+)|(arn:aws(|-us-gov|-cn|-iso|-iso-b):bedrock:(|[0-9a-z-]{1,20}):(|[0-9]{12}):(model-gateway|inference-profile)/[a-zA-Z0-9-:.]+)|([a-zA-Z0-9-:.]+)$"
},
"PromptModelInferenceConfiguration":{
"type":"structure",
Expand Down
15 changes: 10 additions & 5 deletions apis/bedrock-agent/2023-06-05/docs-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -1763,6 +1763,12 @@
"KnowledgeBaseFlowNodeConfiguration$knowledgeBaseId": "<p>The unique identifier of the knowledge base to query.</p>"
}
},
"KnowledgeBaseModelIdentifier": {
"base": null,
"refs": {
"KnowledgeBaseFlowNodeConfiguration$modelId": "<p>The unique identifier of the model or <a href=\"https://docs.aws.amazon.com/bedrock/latest/userguide/cross-region-inference.html\">inference profile</a> to use to generate a response from the query results. Omit this field if you want to return the retrieved results as an array.</p>"
}
},
"KnowledgeBaseRoleArn": {
"base": null,
"refs": {
Expand Down Expand Up @@ -1817,7 +1823,7 @@
"refs": {
"ActionGroupExecutor$lambda": "<p>The Amazon Resource Name (ARN) of the Lambda function containing the business logic that is carried out upon invoking the action.</p>",
"LambdaFunctionFlowNodeConfiguration$lambdaArn": "<p>The Amazon Resource Name (ARN) of the Lambda function to invoke.</p>",
"PromptOverrideConfiguration$overrideLambda": "<p>The ARN of the Lambda function to use when parsing the raw foundation model output in parts of the agent sequence. If you specify this field, at least one of the <code>promptConfigurations</code> must contain a <code>parserMode</code> value that is set to <code>OVERRIDDEN</code>. For more information, see <a href=\"https://docs.aws.amazon.com/bedrock/latest/userguide/lambda-parser.html\">Parser Lambda function in Agents for Amazon Bedrock</a>.</p>",
"PromptOverrideConfiguration$overrideLambda": "<p>The ARN of the Lambda function to use when parsing the raw foundation model output in parts of the agent sequence. If you specify this field, at least one of the <code>promptConfigurations</code> must contain a <code>parserMode</code> value that is set to <code>OVERRIDDEN</code>. For more information, see <a href=\"https://docs.aws.amazon.com/bedrock/latest/userguide/lambda-parser.html\">Parser Lambda function in Amazon Bedrock Agents</a>.</p>",
"TransformationLambdaConfiguration$lambdaArn": "<p>The function's ARN identifier.</p>"
}
},
Expand Down Expand Up @@ -2025,8 +2031,7 @@
"refs": {
"Agent$foundationModel": "<p>The foundation model used for orchestration by the agent.</p>",
"AgentVersion$foundationModel": "<p>The foundation model that the version invokes.</p>",
"CreateAgentRequest$foundationModel": "<p>The foundation model to be used for orchestration by the agent you create.</p>",
"KnowledgeBaseFlowNodeConfiguration$modelId": "<p>The unique identifier of the model to use to generate a response from the query results. Omit this field if you want to return the retrieved results as an array.</p>",
"CreateAgentRequest$foundationModel": "<p>The Amazon Resource Name (ARN) of the foundation model to be used for orchestration by the agent you create.</p>",
"UpdateAgentRequest$foundationModel": "<p>Specifies a new foundation model to be used for orchestration by the agent.</p>"
}
},
Expand Down Expand Up @@ -2453,8 +2458,8 @@
"PromptModelIdentifier": {
"base": null,
"refs": {
"PromptFlowNodeInlineConfiguration$modelId": "<p>The unique identifier of the model to run inference with.</p>",
"PromptVariant$modelId": "<p>The unique identifier of the model with which to run inference on the prompt.</p>"
"PromptFlowNodeInlineConfiguration$modelId": "<p>The unique identifier of the model or <a href=\"https://docs.aws.amazon.com/bedrock/latest/userguide/cross-region-inference.html\">inference profile</a> to run inference with.</p>",
"PromptVariant$modelId": "<p>The unique identifier of the model or <a href=\"https://docs.aws.amazon.com/bedrock/latest/userguide/cross-region-inference.html\">inference profile</a> with which to run inference on the prompt.</p>"
}
},
"PromptModelInferenceConfiguration": {
Expand Down
25 changes: 17 additions & 8 deletions apis/ec2/2016-11-15/api-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -13674,7 +13674,7 @@
"DeleteKeyPairRequest":{
"type":"structure",
"members":{
"KeyName":{"shape":"KeyPairName"},
"KeyName":{"shape":"KeyPairNameWithResolver"},
"KeyPairId":{"shape":"KeyPairId"},
"DryRun":{
"shape":"Boolean",
Expand Down Expand Up @@ -15124,11 +15124,7 @@
},
"DescribeCapacityBlockOfferingsRequest":{
"type":"structure",
"required":[
"InstanceType",
"InstanceCount",
"CapacityDurationHours"
],
"required":["CapacityDurationHours"],
"members":{
"DryRun":{"shape":"Boolean"},
"InstanceType":{"shape":"String"},
Expand Down Expand Up @@ -22973,7 +22969,11 @@
},
"FleetCapacityReservationUsageStrategy":{
"type":"string",
"enum":["use-capacity-reservations-first"]
"enum":[
"use-capacity-reservations-first",
"use-capacity-reservations-only",
"none"
]
},
"FleetData":{
"type":"structure",
Expand Down Expand Up @@ -28974,7 +28974,15 @@
"r8g.48xlarge",
"r8g.metal-24xl",
"r8g.metal-48xl",
"mac2-m1ultra.metal"
"mac2-m1ultra.metal",
"g6e.xlarge",
"g6e.2xlarge",
"g6e.4xlarge",
"g6e.8xlarge",
"g6e.12xlarge",
"g6e.16xlarge",
"g6e.24xlarge",
"g6e.48xlarge"
]
},
"InstanceTypeHypervisor":{
Expand Down Expand Up @@ -30926,6 +30934,7 @@
}
},
"KeyPairName":{"type":"string"},
"KeyPairNameWithResolver":{"type":"string"},
"KeyType":{
"type":"string",
"enum":[
Expand Down
Loading

0 comments on commit aa62c4a

Please sign in to comment.