Skip to content

Commit ff0cf6f

Browse files
author
AWS SDK for Go v2 automation user
committed
Update API model
1 parent 3120376 commit ff0cf6f

7 files changed

+647
-22
lines changed

codegen/sdk-codegen/aws-models/connect.json

+135-6
Large diffs are not rendered by default.

codegen/sdk-codegen/aws-models/datazone.json

+89-2
Original file line numberDiff line numberDiff line change
@@ -251,6 +251,12 @@
251251
"traits": {
252252
"smithy.api#documentation": "<p>A description that specifies the reason for accepting the specified subscription\n request.</p>"
253253
}
254+
},
255+
"assetScopes": {
256+
"target": "com.amazonaws.datazone#AcceptedAssetScopes",
257+
"traits": {
258+
"smithy.api#documentation": "<p>The asset scopes of the accept subscription request.</p>"
259+
}
254260
}
255261
},
256262
"traits": {
@@ -354,6 +360,34 @@
354360
"smithy.api#output": {}
355361
}
356362
},
363+
"com.amazonaws.datazone#AcceptedAssetScope": {
364+
"type": "structure",
365+
"members": {
366+
"assetId": {
367+
"target": "com.amazonaws.datazone#AssetId",
368+
"traits": {
369+
"smithy.api#documentation": "<p>The asset ID of the accepted asset scope.</p>",
370+
"smithy.api#required": {}
371+
}
372+
},
373+
"filterIds": {
374+
"target": "com.amazonaws.datazone#FilterIds",
375+
"traits": {
376+
"smithy.api#documentation": "<p>The filter IDs of the accepted asset scope.</p>",
377+
"smithy.api#required": {}
378+
}
379+
}
380+
},
381+
"traits": {
382+
"smithy.api#documentation": "<p>The accepted asset scope.</p>"
383+
}
384+
},
385+
"com.amazonaws.datazone#AcceptedAssetScopes": {
386+
"type": "list",
387+
"member": {
388+
"target": "com.amazonaws.datazone#AcceptedAssetScope"
389+
}
390+
},
357391
"com.amazonaws.datazone#AccessDeniedException": {
358392
"type": "structure",
359393
"members": {
@@ -1225,6 +1259,41 @@
12251259
"target": "com.amazonaws.datazone#AssetRevision"
12261260
}
12271261
},
1262+
"com.amazonaws.datazone#AssetScope": {
1263+
"type": "structure",
1264+
"members": {
1265+
"assetId": {
1266+
"target": "com.amazonaws.datazone#AssetId",
1267+
"traits": {
1268+
"smithy.api#documentation": "<p>The asset ID of the asset scope.</p>",
1269+
"smithy.api#required": {}
1270+
}
1271+
},
1272+
"filterIds": {
1273+
"target": "com.amazonaws.datazone#FilterIds",
1274+
"traits": {
1275+
"smithy.api#documentation": "<p>The filter IDs of the asset scope.</p>",
1276+
"smithy.api#required": {}
1277+
}
1278+
},
1279+
"status": {
1280+
"target": "smithy.api#String",
1281+
"traits": {
1282+
"smithy.api#documentation": "<p>The status of the asset scope.</p>",
1283+
"smithy.api#required": {}
1284+
}
1285+
},
1286+
"errorMessage": {
1287+
"target": "smithy.api#String",
1288+
"traits": {
1289+
"smithy.api#documentation": "<p>The error message of the asset scope.</p>"
1290+
}
1291+
}
1292+
},
1293+
"traits": {
1294+
"smithy.api#documentation": "<p>The asset scope.</p>"
1295+
}
1296+
},
12281297
"com.amazonaws.datazone#AssetTargetNameMap": {
12291298
"type": "structure",
12301299
"members": {
@@ -5120,7 +5189,7 @@
51205189
"domainUnitId": {
51215190
"target": "com.amazonaws.datazone#DomainUnitId",
51225191
"traits": {
5123-
"smithy.api#documentation": "<p>The ID of the domain unit. This parameter is not required and if it is not specified, then\n the project is created at the root domain unit level.</p>"
5192+
"smithy.api#documentation": "<p>The ID of the domain unit. This parameter is not required and if it is not specified,\n then the project is created at the root domain unit level.</p>"
51245193
}
51255194
}
51265195
},
@@ -10235,7 +10304,7 @@
1023510304
}
1023610305
},
1023710306
"traits": {
10238-
"smithy.api#documentation": "<p>The grant filter for the domain unit. In the current release of Amazon DataZone, the only\nsupported filter is the <code>allDomainUnitsGrantFilter</code>.</p>"
10307+
"smithy.api#documentation": "<p>The grant filter for the domain unit. In the current release of Amazon DataZone, the\n only supported filter is the <code>allDomainUnitsGrantFilter</code>.</p>"
1023910308
}
1024010309
},
1024110310
"com.amazonaws.datazone#DomainUnitGroupProperties": {
@@ -11243,6 +11312,12 @@
1124311312
"smithy.api#pattern": "^[a-zA-Z0-9_-]{1,36}$"
1124411313
}
1124511314
},
11315+
"com.amazonaws.datazone#FilterIds": {
11316+
"type": "list",
11317+
"member": {
11318+
"target": "com.amazonaws.datazone#FilterId"
11319+
}
11320+
},
1124611321
"com.amazonaws.datazone#FilterList": {
1124711322
"type": "list",
1124811323
"member": {
@@ -24244,6 +24319,12 @@
2424424319
"traits": {
2424524320
"smithy.api#documentation": "<p>The failure timestamp included in the details of the asset for which the subscription\n grant is created.</p>"
2424624321
}
24322+
},
24323+
"assetScope": {
24324+
"target": "com.amazonaws.datazone#AssetScope",
24325+
"traits": {
24326+
"smithy.api#documentation": "<p>The asset scope of the subscribed asset.</p>"
24327+
}
2424724328
}
2424824329
},
2424924330
"traits": {
@@ -24282,6 +24363,12 @@
2428224363
"traits": {
2428324364
"smithy.api#documentation": "<p>The glossary terms attached to the published asset for which the subscription grant is\n created.</p>"
2428424365
}
24366+
},
24367+
"assetScope": {
24368+
"target": "com.amazonaws.datazone#AssetScope",
24369+
"traits": {
24370+
"smithy.api#documentation": "<p>The asset scope of the subscribed asset listing.</p>"
24371+
}
2428524372
}
2428624373
},
2428724374
"traits": {

codegen/sdk-codegen/aws-models/elastic-load-balancing-v2.json

+162-2
Original file line numberDiff line numberDiff line change
@@ -2224,6 +2224,63 @@
22242224
"smithy.api#output": {}
22252225
}
22262226
},
2227+
"com.amazonaws.elasticloadbalancingv2#DescribeListenerAttributes": {
2228+
"type": "operation",
2229+
"input": {
2230+
"target": "com.amazonaws.elasticloadbalancingv2#DescribeListenerAttributesInput"
2231+
},
2232+
"output": {
2233+
"target": "com.amazonaws.elasticloadbalancingv2#DescribeListenerAttributesOutput"
2234+
},
2235+
"errors": [
2236+
{
2237+
"target": "com.amazonaws.elasticloadbalancingv2#ListenerNotFoundException"
2238+
}
2239+
],
2240+
"traits": {
2241+
"smithy.api#documentation": "<p>Describes the attributes for the specified listener.</p>",
2242+
"smithy.api#examples": [
2243+
{
2244+
"title": "Describe listener attributes",
2245+
"documentation": "This example describes the attributes of the specified listener.",
2246+
"input": {
2247+
"ListenerArn": "aws:elasticloadbalancing:us-east-1:123456789012:listener/net/my-listener/73e2d6bc24d8a067/d5dc06411fa5bcea"
2248+
},
2249+
"output": {}
2250+
}
2251+
]
2252+
}
2253+
},
2254+
"com.amazonaws.elasticloadbalancingv2#DescribeListenerAttributesInput": {
2255+
"type": "structure",
2256+
"members": {
2257+
"ListenerArn": {
2258+
"target": "com.amazonaws.elasticloadbalancingv2#ListenerArn",
2259+
"traits": {
2260+
"smithy.api#clientOptional": {},
2261+
"smithy.api#documentation": "<p>The Amazon Resource Name (ARN) of the listener.</p>",
2262+
"smithy.api#required": {}
2263+
}
2264+
}
2265+
},
2266+
"traits": {
2267+
"smithy.api#input": {}
2268+
}
2269+
},
2270+
"com.amazonaws.elasticloadbalancingv2#DescribeListenerAttributesOutput": {
2271+
"type": "structure",
2272+
"members": {
2273+
"Attributes": {
2274+
"target": "com.amazonaws.elasticloadbalancingv2#ListenerAttributes",
2275+
"traits": {
2276+
"smithy.api#documentation": "<p>Information about the listener attributes.</p>"
2277+
}
2278+
}
2279+
},
2280+
"traits": {
2281+
"smithy.api#output": {}
2282+
}
2283+
},
22272284
"com.amazonaws.elasticloadbalancingv2#DescribeListenerCertificates": {
22282285
"type": "operation",
22292286
"input": {
@@ -3816,6 +3873,9 @@
38163873
{
38173874
"target": "com.amazonaws.elasticloadbalancingv2#DescribeAccountLimits"
38183875
},
3876+
{
3877+
"target": "com.amazonaws.elasticloadbalancingv2#DescribeListenerAttributes"
3878+
},
38193879
{
38203880
"target": "com.amazonaws.elasticloadbalancingv2#DescribeListenerCertificates"
38213881
},
@@ -3867,6 +3927,9 @@
38673927
{
38683928
"target": "com.amazonaws.elasticloadbalancingv2#ModifyListener"
38693929
},
3930+
{
3931+
"target": "com.amazonaws.elasticloadbalancingv2#ModifyListenerAttributes"
3932+
},
38703933
{
38713934
"target": "com.amazonaws.elasticloadbalancingv2#ModifyLoadBalancerAttributes"
38723935
},
@@ -5604,6 +5667,45 @@
56045667
"target": "com.amazonaws.elasticloadbalancingv2#ListenerArn"
56055668
}
56065669
},
5670+
"com.amazonaws.elasticloadbalancingv2#ListenerAttribute": {
5671+
"type": "structure",
5672+
"members": {
5673+
"Key": {
5674+
"target": "com.amazonaws.elasticloadbalancingv2#ListenerAttributeKey",
5675+
"traits": {
5676+
"smithy.api#documentation": "<p>The name of the attribute.</p>\n <p>The following attribute is supported by Network Load Balancers, and Gateway Load Balancers.</p>\n <ul>\n <li>\n <p>\n <code>tcp.idle_timeout.seconds</code> - The tcp idle timeout value, in seconds. The \n valid range is 60-6000 seconds. The default is 350 seconds.</p>\n </li>\n </ul>"
5677+
}
5678+
},
5679+
"Value": {
5680+
"target": "com.amazonaws.elasticloadbalancingv2#ListenerAttributeValue",
5681+
"traits": {
5682+
"smithy.api#documentation": "<p>The value of the attribute.</p>"
5683+
}
5684+
}
5685+
},
5686+
"traits": {
5687+
"smithy.api#documentation": "<p>Information about a listener attribute.</p>"
5688+
}
5689+
},
5690+
"com.amazonaws.elasticloadbalancingv2#ListenerAttributeKey": {
5691+
"type": "string",
5692+
"traits": {
5693+
"smithy.api#length": {
5694+
"min": 0,
5695+
"max": 256
5696+
},
5697+
"smithy.api#pattern": "^[a-zA-Z0-9._]+$"
5698+
}
5699+
},
5700+
"com.amazonaws.elasticloadbalancingv2#ListenerAttributeValue": {
5701+
"type": "string"
5702+
},
5703+
"com.amazonaws.elasticloadbalancingv2#ListenerAttributes": {
5704+
"type": "list",
5705+
"member": {
5706+
"target": "com.amazonaws.elasticloadbalancingv2#ListenerAttribute"
5707+
}
5708+
},
56075709
"com.amazonaws.elasticloadbalancingv2#ListenerNotFoundException": {
56085710
"type": "structure",
56095711
"members": {
@@ -6123,6 +6225,64 @@
61236225
]
61246226
}
61256227
},
6228+
"com.amazonaws.elasticloadbalancingv2#ModifyListenerAttributes": {
6229+
"type": "operation",
6230+
"input": {
6231+
"target": "com.amazonaws.elasticloadbalancingv2#ModifyListenerAttributesInput"
6232+
},
6233+
"output": {
6234+
"target": "com.amazonaws.elasticloadbalancingv2#ModifyListenerAttributesOutput"
6235+
},
6236+
"errors": [
6237+
{
6238+
"target": "com.amazonaws.elasticloadbalancingv2#InvalidConfigurationRequestException"
6239+
},
6240+
{
6241+
"target": "com.amazonaws.elasticloadbalancingv2#ListenerNotFoundException"
6242+
}
6243+
],
6244+
"traits": {
6245+
"smithy.api#documentation": "<p>Modifies the specified attributes of the specified listener.</p>"
6246+
}
6247+
},
6248+
"com.amazonaws.elasticloadbalancingv2#ModifyListenerAttributesInput": {
6249+
"type": "structure",
6250+
"members": {
6251+
"ListenerArn": {
6252+
"target": "com.amazonaws.elasticloadbalancingv2#ListenerArn",
6253+
"traits": {
6254+
"smithy.api#clientOptional": {},
6255+
"smithy.api#documentation": "<p>The Amazon Resource Name (ARN) of the listener.</p>",
6256+
"smithy.api#required": {}
6257+
}
6258+
},
6259+
"Attributes": {
6260+
"target": "com.amazonaws.elasticloadbalancingv2#ListenerAttributes",
6261+
"traits": {
6262+
"smithy.api#clientOptional": {},
6263+
"smithy.api#documentation": "<p>The listener attributes.</p>",
6264+
"smithy.api#required": {}
6265+
}
6266+
}
6267+
},
6268+
"traits": {
6269+
"smithy.api#input": {}
6270+
}
6271+
},
6272+
"com.amazonaws.elasticloadbalancingv2#ModifyListenerAttributesOutput": {
6273+
"type": "structure",
6274+
"members": {
6275+
"Attributes": {
6276+
"target": "com.amazonaws.elasticloadbalancingv2#ListenerAttributes",
6277+
"traits": {
6278+
"smithy.api#documentation": "<p>Information about the listener attributes.</p>"
6279+
}
6280+
}
6281+
},
6282+
"traits": {
6283+
"smithy.api#output": {}
6284+
}
6285+
},
61266286
"com.amazonaws.elasticloadbalancingv2#ModifyListenerInput": {
61276287
"type": "structure",
61286288
"members": {
@@ -6627,7 +6787,7 @@
66276787
"target": "com.amazonaws.elasticloadbalancingv2#TargetGroupAttributes",
66286788
"traits": {
66296789
"smithy.api#clientOptional": {},
6630-
"smithy.api#documentation": "<p>The attributes.</p>",
6790+
"smithy.api#documentation": "<p>The target group attributes.</p>",
66316791
"smithy.api#required": {}
66326792
}
66336793
}
@@ -6642,7 +6802,7 @@
66426802
"Attributes": {
66436803
"target": "com.amazonaws.elasticloadbalancingv2#TargetGroupAttributes",
66446804
"traits": {
6645-
"smithy.api#documentation": "<p>Information about the attributes.</p>"
6805+
"smithy.api#documentation": "<p>Information about the target group attributes.</p>"
66466806
}
66476807
}
66486808
},

0 commit comments

Comments
 (0)