Skip to content

Commit 23e417e

Browse files
feat: update AWS API models
1 parent 10a54d1 commit 23e417e

File tree

9 files changed

+780
-470
lines changed

9 files changed

+780
-470
lines changed

codegen/sdk/aws-models/bedrock.json

Lines changed: 30 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1547,6 +1547,7 @@
15471547
"rule": {
15481548
"target": "com.amazonaws.bedrock#AutomatedReasoningPolicyDefinitionRule",
15491549
"traits": {
1550+
"smithy.api#documentation": "<p>The rule definition that specifies the formal logical expression and metadata for the new rule being added to the policy.</p>",
15501551
"smithy.api#required": {}
15511552
}
15521553
}
@@ -1590,6 +1591,7 @@
15901591
"type": {
15911592
"target": "com.amazonaws.bedrock#AutomatedReasoningPolicyDefinitionType",
15921593
"traits": {
1594+
"smithy.api#documentation": "<p>The type definition that specifies the name, description, and possible values for the new custom type being added to the policy.</p>",
15931595
"smithy.api#required": {}
15941596
}
15951597
}
@@ -1654,6 +1656,7 @@
16541656
"variable": {
16551657
"target": "com.amazonaws.bedrock#AutomatedReasoningPolicyDefinitionVariable",
16561658
"traits": {
1659+
"smithy.api#documentation": "<p>The variable definition that specifies the name, type, and description for the new variable being added to the policy.</p>",
16571660
"smithy.api#required": {}
16581661
}
16591662
}
@@ -1958,7 +1961,10 @@
19581961
"type": "union",
19591962
"members": {
19601963
"policyDefinition": {
1961-
"target": "com.amazonaws.bedrock#AutomatedReasoningPolicyDefinition"
1964+
"target": "com.amazonaws.bedrock#AutomatedReasoningPolicyDefinition",
1965+
"traits": {
1966+
"smithy.api#documentation": "<p>The complete policy definition generated by the build workflow, containing all rules, variables, and custom types extracted from the source documents.</p>"
1967+
}
19621968
},
19631969
"qualityReport": {
19641970
"target": "com.amazonaws.bedrock#AutomatedReasoningPolicyDefinitionQualityReport",
@@ -2138,7 +2144,10 @@
21382144
"type": "structure",
21392145
"members": {
21402146
"policyDefinition": {
2141-
"target": "com.amazonaws.bedrock#AutomatedReasoningPolicyDefinition"
2147+
"target": "com.amazonaws.bedrock#AutomatedReasoningPolicyDefinition",
2148+
"traits": {
2149+
"smithy.api#documentation": "<p>An existing policy definition that serves as the starting point for the build workflow, typically used in policy repair or update scenarios.</p>"
2150+
}
21422151
},
21432152
"workflowContent": {
21442153
"target": "com.amazonaws.bedrock#AutomatedReasoningPolicyWorkflowTypeContent",
@@ -2343,13 +2352,22 @@
23432352
"type": "union",
23442353
"members": {
23452354
"policyDefinitionVariable": {
2346-
"target": "com.amazonaws.bedrock#AutomatedReasoningPolicyDefinitionVariable"
2355+
"target": "com.amazonaws.bedrock#AutomatedReasoningPolicyDefinitionVariable",
2356+
"traits": {
2357+
"smithy.api#documentation": "<p>A variable element within the policy definition that represents a concept used in logical expressions and rules.</p>"
2358+
}
23472359
},
23482360
"policyDefinitionType": {
2349-
"target": "com.amazonaws.bedrock#AutomatedReasoningPolicyDefinitionType"
2361+
"target": "com.amazonaws.bedrock#AutomatedReasoningPolicyDefinitionType",
2362+
"traits": {
2363+
"smithy.api#documentation": "<p>A custom type element within the policy definition that defines a set of possible values for variables.</p>"
2364+
}
23502365
},
23512366
"policyDefinitionRule": {
2352-
"target": "com.amazonaws.bedrock#AutomatedReasoningPolicyDefinitionRule"
2367+
"target": "com.amazonaws.bedrock#AutomatedReasoningPolicyDefinitionRule",
2368+
"traits": {
2369+
"smithy.api#documentation": "<p>A rule element within the policy definition that contains a formal logical expression used for validation.</p>"
2370+
}
23532371
}
23542372
},
23552373
"traits": {
@@ -3336,6 +3354,7 @@
33363354
"testCase": {
33373355
"target": "com.amazonaws.bedrock#AutomatedReasoningPolicyTestCase",
33383356
"traits": {
3357+
"smithy.api#documentation": "<p>The test case that was executed, including the input content, expected results, and configuration parameters used during validation.</p>",
33393358
"smithy.api#required": {}
33403359
}
33413360
},
@@ -3549,6 +3568,7 @@
35493568
"rule": {
35503569
"target": "com.amazonaws.bedrock#AutomatedReasoningPolicyDefinitionRule",
35513570
"traits": {
3571+
"smithy.api#documentation": "<p>The updated rule definition containing the modified formal logical expression and any changed metadata for the existing rule.</p>",
35523572
"smithy.api#required": {}
35533573
}
35543574
}
@@ -3597,6 +3617,7 @@
35973617
"type": {
35983618
"target": "com.amazonaws.bedrock#AutomatedReasoningPolicyDefinitionType",
35993619
"traits": {
3620+
"smithy.api#documentation": "<p>The updated type definition containing the modified name, description, or values for the existing custom type.</p>",
36003621
"smithy.api#required": {}
36013622
}
36023623
}
@@ -3665,6 +3686,7 @@
36653686
"variable": {
36663687
"target": "com.amazonaws.bedrock#AutomatedReasoningPolicyDefinitionVariable",
36673688
"traits": {
3689+
"smithy.api#documentation": "<p>The updated variable definition containing the modified name, type, or description for the existing variable.</p>",
36683690
"smithy.api#required": {}
36693691
}
36703692
}
@@ -4434,6 +4456,9 @@
44344456
{
44354457
"target": "com.amazonaws.bedrock#ThrottlingException"
44364458
},
4459+
{
4460+
"target": "com.amazonaws.bedrock#TooManyTagsException"
4461+
},
44374462
{
44384463
"target": "com.amazonaws.bedrock#ValidationException"
44394464
}

codegen/sdk/aws-models/cognito-identity-provider.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10330,7 +10330,9 @@
1033010330
}
1033110331
],
1033210332
"traits": {
10333-
"smithy.api#documentation": "<p>Given a refresh token, issues new ID, access, and optionally refresh tokens for the\n user who owns the submitted token. This operation issues a new refresh token and\n invalidates the original refresh token after an optional grace period when refresh token\n rotation is enabled. If refresh token rotation is disabled, issues new ID and access\n tokens only.</p>"
10333+
"smithy.api#auth": [],
10334+
"smithy.api#documentation": "<p>Given a refresh token, issues new ID, access, and optionally refresh tokens for the\n user who owns the submitted token. This operation issues a new refresh token and\n invalidates the original refresh token after an optional grace period when refresh token\n rotation is enabled. If refresh token rotation is disabled, issues new ID and access\n tokens only.</p>",
10335+
"smithy.api#optionalAuth": {}
1033410336
}
1033510337
},
1033610338
"com.amazonaws.cognitoidentityprovider#GetTokensFromRefreshTokenRequest": {

codegen/sdk/aws-models/connect.json

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5622,9 +5622,6 @@
56225622
"traits": {
56235623
"smithy.api#documentation": "<p>A leaf node condition which can be used to specify a tag condition.</p>"
56245624
}
5625-
},
5626-
"HierarchyGroupCondition": {
5627-
"target": "com.amazonaws.connect#HierarchyGroupCondition"
56285625
}
56295626
},
56305627
"traits": {
@@ -46056,9 +46053,6 @@
4605646053
"traits": {
4605746054
"smithy.api#documentation": "<p>A leaf node condition which can be used to specify a string condition.</p>\n <note>\n <p>The currently supported values for <code>FieldName</code> are <code>name</code>,\u2028\u2028\n <code>parentId</code>, <code>levelId</code>, and <code>resourceID</code>.</p>\n </note>"
4605846055
}
46059-
},
46060-
"HierarchyGroupCondition": {
46061-
"target": "com.amazonaws.connect#HierarchyGroupCondition"
4606246056
}
4606346057
},
4606446058
"traits": {

0 commit comments

Comments
 (0)