Skip to content

Commit aa62c4a

Browse files
Updated API models and rebuilt service gems.
1 parent 94d4416 commit aa62c4a

File tree

2,371 files changed

+10450
-5992
lines changed

Some content is hidden

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

2,371 files changed

+10450
-5992
lines changed

apis/apigateway/2015-07-09/docs-2.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2007,7 +2007,7 @@
20072007
"ClientCertificate$expirationDate": "<p>The timestamp when the client certificate will expire.</p>",
20082008
"Deployment$createdDate": "<p>The date and time that the deployment resource was created.</p>",
20092009
"DocumentationVersion$createdDate": "<p>The date when the API documentation snapshot is created.</p>",
2010-
"DomainName$certificateUploadDate": "<p>The timestamp when the certificate that was used by edge-optimized endpoint for this domain name was uploaded.</p>",
2010+
"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>",
20112011
"RestApi$createdDate": "<p>The timestamp when the API was created.</p>",
20122012
"Stage$createdDate": "<p>The timestamp when the stage was created.</p>",
20132013
"Stage$lastUpdatedDate": "<p>The timestamp when the stage last updated.</p>"

apis/athena/2017-05-18/api-2.json

Lines changed: 61 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1280,6 +1280,41 @@
12801280
"min":0,
12811281
"pattern":"[\\u0020-\\uD7FF\\uE000-\\uFFFD\\uD800\\uDC00-\\uDBFF\\uDFFF\\t]*"
12821282
},
1283+
"ConnectionType":{
1284+
"type":"string",
1285+
"enum":[
1286+
"DYNAMODB",
1287+
"MYSQL",
1288+
"POSTGRESQL",
1289+
"REDSHIFT",
1290+
"ORACLE",
1291+
"SYNAPSE",
1292+
"SQLSERVER",
1293+
"DB2",
1294+
"OPENSEARCH",
1295+
"BIGQUERY",
1296+
"GOOGLECLOUDSTORAGE",
1297+
"HBASE",
1298+
"DOCUMENTDB",
1299+
"MSK",
1300+
"NEPTUNE",
1301+
"CMDB",
1302+
"TPCDS",
1303+
"REDIS",
1304+
"CLOUDWATCH",
1305+
"TIMESTREAM",
1306+
"SAPHANA",
1307+
"SNOWFLAKE",
1308+
"TERADATA",
1309+
"VERTICA",
1310+
"CLOUDERAIMPALA",
1311+
"CLOUDERAHIVE",
1312+
"HORTONWORKSHIVE",
1313+
"DATALAKEGEN2",
1314+
"DB2AS400",
1315+
"CLOUDWATCHMETRICS"
1316+
]
1317+
},
12831318
"CoordinatorDpuSize":{
12841319
"type":"integer",
12851320
"box":true,
@@ -1320,6 +1355,7 @@
13201355
"CreateDataCatalogOutput":{
13211356
"type":"structure",
13221357
"members":{
1358+
"DataCatalog":{"shape":"DataCatalog"}
13231359
}
13241360
},
13251361
"CreateNamedQueryInput":{
@@ -1436,14 +1472,34 @@
14361472
"Name":{"shape":"CatalogNameString"},
14371473
"Description":{"shape":"DescriptionString"},
14381474
"Type":{"shape":"DataCatalogType"},
1439-
"Parameters":{"shape":"ParametersMap"}
1475+
"Parameters":{"shape":"ParametersMap"},
1476+
"Status":{"shape":"DataCatalogStatus"},
1477+
"ConnectionType":{"shape":"ConnectionType"},
1478+
"Error":{"shape":"ErrorMessage"}
14401479
}
14411480
},
1481+
"DataCatalogStatus":{
1482+
"type":"string",
1483+
"enum":[
1484+
"CREATE_IN_PROGRESS",
1485+
"CREATE_COMPLETE",
1486+
"CREATE_FAILED",
1487+
"CREATE_FAILED_CLEANUP_IN_PROGRESS",
1488+
"CREATE_FAILED_CLEANUP_COMPLETE",
1489+
"CREATE_FAILED_CLEANUP_FAILED",
1490+
"DELETE_IN_PROGRESS",
1491+
"DELETE_COMPLETE",
1492+
"DELETE_FAILED"
1493+
]
1494+
},
14421495
"DataCatalogSummary":{
14431496
"type":"structure",
14441497
"members":{
14451498
"CatalogName":{"shape":"CatalogNameString"},
1446-
"Type":{"shape":"DataCatalogType"}
1499+
"Type":{"shape":"DataCatalogType"},
1500+
"Status":{"shape":"DataCatalogStatus"},
1501+
"ConnectionType":{"shape":"ConnectionType"},
1502+
"Error":{"shape":"ErrorMessage"}
14471503
}
14481504
},
14491505
"DataCatalogSummaryList":{
@@ -1455,7 +1511,8 @@
14551511
"enum":[
14561512
"LAMBDA",
14571513
"GLUE",
1458-
"HIVE"
1514+
"HIVE",
1515+
"FEDERATED"
14591516
]
14601517
},
14611518
"Database":{
@@ -1511,6 +1568,7 @@
15111568
"DeleteDataCatalogOutput":{
15121569
"type":"structure",
15131570
"members":{
1571+
"DataCatalog":{"shape":"DataCatalog"}
15141572
}
15151573
},
15161574
"DeleteNamedQueryInput":{

apis/athena/2017-05-18/docs-2.json

Lines changed: 22 additions & 4 deletions
Large diffs are not rendered by default.

apis/bedrock-agent/2023-06-05/api-2.json

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3633,7 +3633,7 @@
36333633
"required":["knowledgeBaseId"],
36343634
"members":{
36353635
"knowledgeBaseId":{"shape":"KnowledgeBaseId"},
3636-
"modelId":{"shape":"ModelIdentifier"}
3636+
"modelId":{"shape":"KnowledgeBaseModelIdentifier"}
36373637
}
36383638
},
36393639
"KnowledgeBaseId":{
@@ -3642,6 +3642,12 @@
36423642
"min":0,
36433643
"pattern":"^[0-9a-zA-Z]+$"
36443644
},
3645+
"KnowledgeBaseModelIdentifier":{
3646+
"type":"string",
3647+
"max":2048,
3648+
"min":1,
3649+
"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-:.]+)$"
3650+
},
36453651
"KnowledgeBaseRoleArn":{
36463652
"type":"string",
36473653
"max":2048,
@@ -4490,7 +4496,7 @@
44904496
"type":"string",
44914497
"max":2048,
44924498
"min":1,
4493-
"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][_-]?)+)$"
4499+
"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-:.]+)$"
44944500
},
44954501
"PromptModelInferenceConfiguration":{
44964502
"type":"structure",

apis/bedrock-agent/2023-06-05/docs-2.json

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1763,6 +1763,12 @@
17631763
"KnowledgeBaseFlowNodeConfiguration$knowledgeBaseId": "<p>The unique identifier of the knowledge base to query.</p>"
17641764
}
17651765
},
1766+
"KnowledgeBaseModelIdentifier": {
1767+
"base": null,
1768+
"refs": {
1769+
"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>"
1770+
}
1771+
},
17661772
"KnowledgeBaseRoleArn": {
17671773
"base": null,
17681774
"refs": {
@@ -1817,7 +1823,7 @@
18171823
"refs": {
18181824
"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>",
18191825
"LambdaFunctionFlowNodeConfiguration$lambdaArn": "<p>The Amazon Resource Name (ARN) of the Lambda function to invoke.</p>",
1820-
"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>",
1826+
"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>",
18211827
"TransformationLambdaConfiguration$lambdaArn": "<p>The function's ARN identifier.</p>"
18221828
}
18231829
},
@@ -2025,8 +2031,7 @@
20252031
"refs": {
20262032
"Agent$foundationModel": "<p>The foundation model used for orchestration by the agent.</p>",
20272033
"AgentVersion$foundationModel": "<p>The foundation model that the version invokes.</p>",
2028-
"CreateAgentRequest$foundationModel": "<p>The foundation model to be used for orchestration by the agent you create.</p>",
2029-
"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>",
2034+
"CreateAgentRequest$foundationModel": "<p>The Amazon Resource Name (ARN) of the foundation model to be used for orchestration by the agent you create.</p>",
20302035
"UpdateAgentRequest$foundationModel": "<p>Specifies a new foundation model to be used for orchestration by the agent.</p>"
20312036
}
20322037
},
@@ -2453,8 +2458,8 @@
24532458
"PromptModelIdentifier": {
24542459
"base": null,
24552460
"refs": {
2456-
"PromptFlowNodeInlineConfiguration$modelId": "<p>The unique identifier of the model to run inference with.</p>",
2457-
"PromptVariant$modelId": "<p>The unique identifier of the model with which to run inference on the prompt.</p>"
2461+
"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>",
2462+
"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>"
24582463
}
24592464
},
24602465
"PromptModelInferenceConfiguration": {

apis/ec2/2016-11-15/api-2.json

Lines changed: 17 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -13674,7 +13674,7 @@
1367413674
"DeleteKeyPairRequest":{
1367513675
"type":"structure",
1367613676
"members":{
13677-
"KeyName":{"shape":"KeyPairName"},
13677+
"KeyName":{"shape":"KeyPairNameWithResolver"},
1367813678
"KeyPairId":{"shape":"KeyPairId"},
1367913679
"DryRun":{
1368013680
"shape":"Boolean",
@@ -15124,11 +15124,7 @@
1512415124
},
1512515125
"DescribeCapacityBlockOfferingsRequest":{
1512615126
"type":"structure",
15127-
"required":[
15128-
"InstanceType",
15129-
"InstanceCount",
15130-
"CapacityDurationHours"
15131-
],
15127+
"required":["CapacityDurationHours"],
1513215128
"members":{
1513315129
"DryRun":{"shape":"Boolean"},
1513415130
"InstanceType":{"shape":"String"},
@@ -22973,7 +22969,11 @@
2297322969
},
2297422970
"FleetCapacityReservationUsageStrategy":{
2297522971
"type":"string",
22976-
"enum":["use-capacity-reservations-first"]
22972+
"enum":[
22973+
"use-capacity-reservations-first",
22974+
"use-capacity-reservations-only",
22975+
"none"
22976+
]
2297722977
},
2297822978
"FleetData":{
2297922979
"type":"structure",
@@ -28974,7 +28974,15 @@
2897428974
"r8g.48xlarge",
2897528975
"r8g.metal-24xl",
2897628976
"r8g.metal-48xl",
28977-
"mac2-m1ultra.metal"
28977+
"mac2-m1ultra.metal",
28978+
"g6e.xlarge",
28979+
"g6e.2xlarge",
28980+
"g6e.4xlarge",
28981+
"g6e.8xlarge",
28982+
"g6e.12xlarge",
28983+
"g6e.16xlarge",
28984+
"g6e.24xlarge",
28985+
"g6e.48xlarge"
2897828986
]
2897928987
},
2898028988
"InstanceTypeHypervisor":{
@@ -30926,6 +30934,7 @@
3092630934
}
3092730935
},
3092830936
"KeyPairName":{"type":"string"},
30937+
"KeyPairNameWithResolver":{"type":"string"},
3092930938
"KeyType":{
3093030939
"type":"string",
3093130940
"enum":[

0 commit comments

Comments
 (0)