Skip to content

Commit 4046947

Browse files
authored
Create subprojects based on presence versus from properties, Sync models (#8)
1 parent 6f26559 commit 4046947

File tree

46 files changed

+13468
-6755
lines changed

Some content is hidden

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

46 files changed

+13468
-6755
lines changed

gradle.properties

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -363,6 +363,7 @@ model.socialmessaging.version=1.0.0
363363
model.sqs.version=1.0.0
364364
model.ssm.version=1.0.0
365365
model.ssm-contacts.version=1.0.0
366+
model.ssm-guiconnect.version=1.0.0
366367
model.ssm-incidents.version=1.0.0
367368
model.ssm-quicksetup.version=1.0.0
368369
model.ssm-sap.version=1.0.0

models/athena/service/2017-05-18/athena-2017-05-18.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2379,7 +2379,7 @@
23792379
}
23802380
],
23812381
"traits": {
2382-
"smithy.api#documentation": "<p>Creates (registers) a data catalog with the specified name and properties. Catalogs\n created are visible to all users of the same Amazon Web Services account.</p>\n <p>This API operation creates the following resources.</p>\n <ul>\n <li>\n <p>CFN Stack Name with a maximum length of 128 characters and prefix\n <code>athenafederatedcatalog-CATALOG_NAME_SANITIZED</code> with length 23\n characters.</p>\n </li>\n <li>\n <p>Lambda Function Name with a maximum length of 64 characters and prefix\n <code>athenafederatedcatalog_CATALOG_NAME_SANITIZED</code> with length 23\n characters.</p>\n </li>\n <li>\n <p>Glue Connection Name with a maximum length of 255 characters and a prefix\n <code>athenafederatedcatalog_CATALOG_NAME_SANITIZED</code> with length 23\n characters. </p>\n </li>\n </ul>"
2382+
"smithy.api#documentation": "<p>Creates (registers) a data catalog with the specified name and properties. Catalogs\n created are visible to all users of the same Amazon Web Services account.</p>\n <p>For a <code>FEDERATED</code> catalog, this API operation creates the following\n resources.</p>\n <ul>\n <li>\n <p>CFN Stack Name with a maximum length of 128 characters and prefix\n <code>athenafederatedcatalog-CATALOG_NAME_SANITIZED</code> with length 23\n characters.</p>\n </li>\n <li>\n <p>Lambda Function Name with a maximum length of 64 characters and prefix\n <code>athenafederatedcatalog_CATALOG_NAME_SANITIZED</code> with length 23\n characters.</p>\n </li>\n <li>\n <p>Glue Connection Name with a maximum length of 255 characters and a prefix\n <code>athenafederatedcatalog_CATALOG_NAME_SANITIZED</code> with length 23\n characters. </p>\n </li>\n </ul>"
23832383
}
23842384
},
23852385
"com.amazonaws.athena#CreateDataCatalogInput": {
@@ -2395,7 +2395,7 @@
23952395
"Type": {
23962396
"target": "com.amazonaws.athena#DataCatalogType",
23972397
"traits": {
2398-
"smithy.api#documentation": "<p>The type of data catalog to create: <code>LAMBDA</code> for a federated catalog,\n <code>GLUE</code> for an Glue Data Catalog, and <code>HIVE</code> for an\n external Apache Hive metastore. <code>FEDERATED</code> is a federated catalog for which\n Athena creates the connection and the Lambda function for\n you based on the parameters that you pass.</p>",
2398+
"smithy.api#documentation": "<p>The type of data catalog to create: <code>LAMBDA</code> for a federated catalog,\n <code>GLUE</code> for an Glue Data Catalog, and <code>HIVE</code> for an\n external Apache Hive metastore. <code>FEDERATED</code> is a federated catalog for which\n Athena creates the connection and the Lambda function for\n you based on the parameters that you pass.</p>\n <p>For <code>FEDERATED</code> type, we do not support IAM identity center.</p>",
23992399
"smithy.api#required": {}
24002400
}
24012401
},
@@ -6690,7 +6690,7 @@
66906690
"StatementType": {
66916691
"target": "com.amazonaws.athena#StatementType",
66926692
"traits": {
6693-
"smithy.api#documentation": "<p>The type of query statement that was run. <code>DDL</code> indicates DDL query\n statements. <code>DML</code> indicates DML (Data Manipulation Language) query\n statements, such as <code>CREATE TABLE AS SELECT</code>. <code>UTILITY</code> indicates\n query statements other than DDL and DML, such as <code>SHOW CREATE TABLE</code>, or\n <code>DESCRIBE TABLE</code>.</p>"
6693+
"smithy.api#documentation": "<p>The type of query statement that was run. <code>DDL</code> indicates DDL query\n statements. <code>DML</code> indicates DML (Data Manipulation Language) query\n statements, such as <code>CREATE TABLE AS SELECT</code>. <code>UTILITY</code> indicates\n query statements other than DDL and DML, such as <code>SHOW CREATE TABLE</code>,\n <code>EXPLAIN</code>, <code>DESCRIBE</code>, or <code>SHOW TABLES</code>.</p>"
66946694
}
66956695
},
66966696
"ResultConfiguration": {
@@ -7698,7 +7698,7 @@
76987698
"target": "com.amazonaws.athena#CalculationConfiguration",
76997699
"traits": {
77007700
"smithy.api#deprecated": {
7701-
"message": "Kepler Post GA Tasks : https://sim.amazon.com/issues/ATHENA-39828"
7701+
"message": "Structure is deprecated."
77027702
},
77037703
"smithy.api#documentation": "<p>Contains configuration information for the calculation.</p>"
77047704
}

models/bedrock-agent-runtime/service/2023-07-26/bedrock-agent-runtime-2023-07-26.json

Lines changed: 82 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -127,6 +127,12 @@
127127
"traits": {
128128
"smithy.api#documentation": "<p>The JSON-formatted string returned by the API invoked by the action group.</p>"
129129
}
130+
},
131+
"metadata": {
132+
"target": "com.amazonaws.bedrockagentruntime#Metadata",
133+
"traits": {
134+
"smithy.api#documentation": "<p>Contains information about the action group output.</p>"
135+
}
130136
}
131137
},
132138
"traits": {
@@ -413,6 +419,12 @@
413419
"traits": {
414420
"smithy.api#documentation": "<p>The output's output.</p>"
415421
}
422+
},
423+
"metadata": {
424+
"target": "com.amazonaws.bedrockagentruntime#Metadata",
425+
"traits": {
426+
"smithy.api#documentation": "<p>Contains information about the output from the agent collaborator.</p>"
427+
}
416428
}
417429
},
418430
"traits": {
@@ -1750,6 +1762,12 @@
17501762
"traits": {
17511763
"smithy.api#documentation": "<p>Indicates if the execution of the code timed out.</p>"
17521764
}
1765+
},
1766+
"metadata": {
1767+
"target": "com.amazonaws.bedrockagentruntime#Metadata",
1768+
"traits": {
1769+
"smithy.api#documentation": "<p>Contains information about the output from the code interpreter.</p>"
1770+
}
17531771
}
17541772
},
17551773
"traits": {
@@ -2702,6 +2720,18 @@
27022720
"traits": {
27032721
"smithy.api#documentation": "<p>The reason the interaction failed.</p>"
27042722
}
2723+
},
2724+
"failureCode": {
2725+
"target": "smithy.api#Integer",
2726+
"traits": {
2727+
"smithy.api#documentation": "<p>The failure code for the trace.</p>"
2728+
}
2729+
},
2730+
"metadata": {
2731+
"target": "com.amazonaws.bedrockagentruntime#Metadata",
2732+
"traits": {
2733+
"smithy.api#documentation": "<p>Information about the failure that occurred.</p>"
2734+
}
27052735
}
27062736
},
27072737
"traits": {
@@ -2873,6 +2903,12 @@
28732903
"traits": {
28742904
"smithy.api#documentation": "<p>The text in the response to the user.</p>"
28752905
}
2906+
},
2907+
"metadata": {
2908+
"target": "com.amazonaws.bedrockagentruntime#Metadata",
2909+
"traits": {
2910+
"smithy.api#documentation": "<p>Contains information about the invoke agent operation.</p>"
2911+
}
28762912
}
28772913
},
28782914
"traits": {
@@ -4953,6 +4989,12 @@
49534989
"traits": {
49544990
"smithy.api#documentation": "<p>The details of the output assessments used in the Guardrail Trace.</p>"
49554991
}
4992+
},
4993+
"metadata": {
4994+
"target": "com.amazonaws.bedrockagentruntime#Metadata",
4995+
"traits": {
4996+
"smithy.api#documentation": "<p>Contains information about the Guardrail output.</p>"
4997+
}
49564998
}
49574999
},
49585000
"traits": {
@@ -6535,6 +6577,12 @@
65356577
"traits": {
65366578
"smithy.api#documentation": "<p>Contains metadata about the sources cited for the generated response.</p>"
65376579
}
6580+
},
6581+
"metadata": {
6582+
"target": "com.amazonaws.bedrockagentruntime#Metadata",
6583+
"traits": {
6584+
"smithy.api#documentation": "<p>Contains information about the knowledge base output.</p>"
6585+
}
65386586
}
65396587
},
65406588
"traits": {
@@ -7207,15 +7255,47 @@
72077255
"com.amazonaws.bedrockagentruntime#Metadata": {
72087256
"type": "structure",
72097257
"members": {
7258+
"startTime": {
7259+
"target": "com.amazonaws.bedrockagentruntime#DateTimestamp",
7260+
"traits": {
7261+
"smithy.api#documentation": "<p>In the final response, <code>startTime</code> is the start time of the agent invocation operation.</p>",
7262+
"smithy.api#timestampFormat": "date-time"
7263+
}
7264+
},
7265+
"endTime": {
7266+
"target": "com.amazonaws.bedrockagentruntime#DateTimestamp",
7267+
"traits": {
7268+
"smithy.api#documentation": "<p>In the final response, <code>endTime</code> is the end time time of the agent invocation operation.</p>",
7269+
"smithy.api#timestampFormat": "date-time"
7270+
}
7271+
},
7272+
"totalTimeMs": {
7273+
"target": "smithy.api#Long",
7274+
"traits": {
7275+
"smithy.api#documentation": "<p> The total execution time for the specific invocation being processed (model, knowledge base, guardrail, agent collaborator, or code interpreter). It represents how long the individual invocation took.</p>"
7276+
}
7277+
},
7278+
"operationTotalTimeMs": {
7279+
"target": "smithy.api#Long",
7280+
"traits": {
7281+
"smithy.api#documentation": "<p>The total time it took for the agent to complete execution. This field is only set for the final response.</p>"
7282+
}
7283+
},
7284+
"clientRequestId": {
7285+
"target": "smithy.api#String",
7286+
"traits": {
7287+
"smithy.api#documentation": "<p>A unique identifier associated with the downstream invocation. This ID can be used for tracing, debugging, and identifying specific invocations in customer logs or systems.</p>"
7288+
}
7289+
},
72107290
"usage": {
72117291
"target": "com.amazonaws.bedrockagentruntime#Usage",
72127292
"traits": {
7213-
"smithy.api#documentation": "<p>Contains details of the foundation model usage.</p>"
7293+
"smithy.api#documentation": "<p>Specific to model invocation and contains details about the usage of a foundation model.</p>"
72147294
}
72157295
}
72167296
},
72177297
"traits": {
7218-
"smithy.api#documentation": "<p>Provides details of the foundation model.</p>",
7298+
"smithy.api#documentation": "<p>Provides information about the execution process for different types of invocations, such as model invocation, knowledge base invocation, agent collaborator invocation, guardrail invocation, and code interpreter Invocation.</p>",
72197299
"smithy.api#sensitive": {}
72207300
}
72217301
},

0 commit comments

Comments
 (0)