Skip to content

Commit 2919792

Browse files
Update API model
1 parent 9242d8a commit 2919792

File tree

6 files changed

+739
-73
lines changed

6 files changed

+739
-73
lines changed

tools/code-generation/smithy/api-descriptions/controlcatalog.json

Lines changed: 421 additions & 19 deletions
Large diffs are not rendered by default.

tools/code-generation/smithy/api-descriptions/eks.json

Lines changed: 79 additions & 37 deletions
Large diffs are not rendered by default.

tools/code-generation/smithy/api-descriptions/lex-models-v2.json

Lines changed: 23 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11222,7 +11222,7 @@
1122211222
"traits": {
1122311223
"smithy.api#length": {
1122411224
"min": 0,
11225-
"max": 200
11225+
"max": 2000
1122611226
}
1122711227
}
1122811228
},
@@ -18191,6 +18191,22 @@
1819118191
"com.amazonaws.lexmodelsv2#NextToken": {
1819218192
"type": "string"
1819318193
},
18194+
"com.amazonaws.lexmodelsv2#NluImprovementSpecification": {
18195+
"type": "structure",
18196+
"members": {
18197+
"enabled": {
18198+
"target": "com.amazonaws.lexmodelsv2#Enabled",
18199+
"traits": {
18200+
"smithy.api#default": false,
18201+
"smithy.api#documentation": "<p>Specifies whether the assisted nlu feature is enabled.</p>",
18202+
"smithy.api#required": {}
18203+
}
18204+
}
18205+
},
18206+
"traits": {
18207+
"smithy.api#documentation": "<p>Specifies whether the assisted nlu feature is turned on or off.</p>"
18208+
}
18209+
},
1819418210
"com.amazonaws.lexmodelsv2#NonEmptyString": {
1819518211
"type": "string",
1819618212
"traits": {
@@ -19167,6 +19183,12 @@
1916719183
"traits": {
1916819184
"smithy.api#documentation": "<p>An object containing specifications for the assisted slot resolution feature.</p>"
1916919185
}
19186+
},
19187+
"nluImprovement": {
19188+
"target": "com.amazonaws.lexmodelsv2#NluImprovementSpecification",
19189+
"traits": {
19190+
"smithy.api#documentation": "<p>An object containing specifications for the assisted nlu feature.</p>"
19191+
}
1917019192
}
1917119193
},
1917219194
"traits": {

tools/code-generation/smithy/api-descriptions/networkmanager.json

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2051,6 +2051,27 @@
20512051
"traits": {
20522052
"smithy.api#documentation": "<p>Describes the service insertion action. </p>"
20532053
}
2054+
},
2055+
"VpnEcmpSupport": {
2056+
"target": "com.amazonaws.networkmanager#Boolean",
2057+
"traits": {
2058+
"smithy.api#default": false,
2059+
"smithy.api#documentation": "<p>Indicates whether Equal Cost Multipath (ECMP) is enabled for the core network.</p>"
2060+
}
2061+
},
2062+
"DnsSupport": {
2063+
"target": "com.amazonaws.networkmanager#Boolean",
2064+
"traits": {
2065+
"smithy.api#default": false,
2066+
"smithy.api#documentation": "<p>Indicates whether public DNS support is supported. The default is <code>true</code>. </p>"
2067+
}
2068+
},
2069+
"SecurityGroupReferencingSupport": {
2070+
"target": "com.amazonaws.networkmanager#Boolean",
2071+
"traits": {
2072+
"smithy.api#default": false,
2073+
"smithy.api#documentation": "<p>Indicates whether security group referencing is enabled for the core network.</p>"
2074+
}
20542075
}
20552076
},
20562077
"traits": {
@@ -13926,6 +13947,20 @@
1392613947
"smithy.api#default": false,
1392713948
"smithy.api#documentation": "<p>Indicates whether appliance mode is supported. If enabled, traffic flow between a source and destination use the same Availability Zone for the VPC attachment for the lifetime of that flow. The default value is <code>false</code>.</p>"
1392813949
}
13950+
},
13951+
"DnsSupport": {
13952+
"target": "com.amazonaws.networkmanager#Boolean",
13953+
"traits": {
13954+
"smithy.api#default": false,
13955+
"smithy.api#documentation": "<p>Indicates whether DNS is supported.</p>"
13956+
}
13957+
},
13958+
"SecurityGroupReferencingSupport": {
13959+
"target": "com.amazonaws.networkmanager#Boolean",
13960+
"traits": {
13961+
"smithy.api#default": false,
13962+
"smithy.api#documentation": "<p>Indicates whether security group referencing is enabled for this VPC attachment. The default is <code>true</code>. However, at the core network policy-level the default is set to <code>false</code>.</p>"
13963+
}
1392913964
}
1393013965
},
1393113966
"traits": {

0 commit comments

Comments
 (0)