Skip to content

Commit

Permalink
Update API model
Browse files Browse the repository at this point in the history
  • Loading branch information
AWS SDK for Go v2 automation user committed Sep 3, 2024
1 parent 3120376 commit ff0cf6f
Show file tree
Hide file tree
Showing 7 changed files with 647 additions and 22 deletions.
141 changes: 135 additions & 6 deletions codegen/sdk-codegen/aws-models/connect.json

Large diffs are not rendered by default.

91 changes: 89 additions & 2 deletions codegen/sdk-codegen/aws-models/datazone.json
Original file line number Diff line number Diff line change
Expand Up @@ -251,6 +251,12 @@
"traits": {
"smithy.api#documentation": "<p>A description that specifies the reason for accepting the specified subscription\n request.</p>"
}
},
"assetScopes": {
"target": "com.amazonaws.datazone#AcceptedAssetScopes",
"traits": {
"smithy.api#documentation": "<p>The asset scopes of the accept subscription request.</p>"
}
}
},
"traits": {
Expand Down Expand Up @@ -354,6 +360,34 @@
"smithy.api#output": {}
}
},
"com.amazonaws.datazone#AcceptedAssetScope": {
"type": "structure",
"members": {
"assetId": {
"target": "com.amazonaws.datazone#AssetId",
"traits": {
"smithy.api#documentation": "<p>The asset ID of the accepted asset scope.</p>",
"smithy.api#required": {}
}
},
"filterIds": {
"target": "com.amazonaws.datazone#FilterIds",
"traits": {
"smithy.api#documentation": "<p>The filter IDs of the accepted asset scope.</p>",
"smithy.api#required": {}
}
}
},
"traits": {
"smithy.api#documentation": "<p>The accepted asset scope.</p>"
}
},
"com.amazonaws.datazone#AcceptedAssetScopes": {
"type": "list",
"member": {
"target": "com.amazonaws.datazone#AcceptedAssetScope"
}
},
"com.amazonaws.datazone#AccessDeniedException": {
"type": "structure",
"members": {
Expand Down Expand Up @@ -1225,6 +1259,41 @@
"target": "com.amazonaws.datazone#AssetRevision"
}
},
"com.amazonaws.datazone#AssetScope": {
"type": "structure",
"members": {
"assetId": {
"target": "com.amazonaws.datazone#AssetId",
"traits": {
"smithy.api#documentation": "<p>The asset ID of the asset scope.</p>",
"smithy.api#required": {}
}
},
"filterIds": {
"target": "com.amazonaws.datazone#FilterIds",
"traits": {
"smithy.api#documentation": "<p>The filter IDs of the asset scope.</p>",
"smithy.api#required": {}
}
},
"status": {
"target": "smithy.api#String",
"traits": {
"smithy.api#documentation": "<p>The status of the asset scope.</p>",
"smithy.api#required": {}
}
},
"errorMessage": {
"target": "smithy.api#String",
"traits": {
"smithy.api#documentation": "<p>The error message of the asset scope.</p>"
}
}
},
"traits": {
"smithy.api#documentation": "<p>The asset scope.</p>"
}
},
"com.amazonaws.datazone#AssetTargetNameMap": {
"type": "structure",
"members": {
Expand Down Expand Up @@ -5120,7 +5189,7 @@
"domainUnitId": {
"target": "com.amazonaws.datazone#DomainUnitId",
"traits": {
"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>"
"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>"
}
}
},
Expand Down Expand Up @@ -10235,7 +10304,7 @@
}
},
"traits": {
"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>"
"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>"
}
},
"com.amazonaws.datazone#DomainUnitGroupProperties": {
Expand Down Expand Up @@ -11243,6 +11312,12 @@
"smithy.api#pattern": "^[a-zA-Z0-9_-]{1,36}$"
}
},
"com.amazonaws.datazone#FilterIds": {
"type": "list",
"member": {
"target": "com.amazonaws.datazone#FilterId"
}
},
"com.amazonaws.datazone#FilterList": {
"type": "list",
"member": {
Expand Down Expand Up @@ -24244,6 +24319,12 @@
"traits": {
"smithy.api#documentation": "<p>The failure timestamp included in the details of the asset for which the subscription\n grant is created.</p>"
}
},
"assetScope": {
"target": "com.amazonaws.datazone#AssetScope",
"traits": {
"smithy.api#documentation": "<p>The asset scope of the subscribed asset.</p>"
}
}
},
"traits": {
Expand Down Expand Up @@ -24282,6 +24363,12 @@
"traits": {
"smithy.api#documentation": "<p>The glossary terms attached to the published asset for which the subscription grant is\n created.</p>"
}
},
"assetScope": {
"target": "com.amazonaws.datazone#AssetScope",
"traits": {
"smithy.api#documentation": "<p>The asset scope of the subscribed asset listing.</p>"
}
}
},
"traits": {
Expand Down
164 changes: 162 additions & 2 deletions codegen/sdk-codegen/aws-models/elastic-load-balancing-v2.json
Original file line number Diff line number Diff line change
Expand Up @@ -2224,6 +2224,63 @@
"smithy.api#output": {}
}
},
"com.amazonaws.elasticloadbalancingv2#DescribeListenerAttributes": {
"type": "operation",
"input": {
"target": "com.amazonaws.elasticloadbalancingv2#DescribeListenerAttributesInput"
},
"output": {
"target": "com.amazonaws.elasticloadbalancingv2#DescribeListenerAttributesOutput"
},
"errors": [
{
"target": "com.amazonaws.elasticloadbalancingv2#ListenerNotFoundException"
}
],
"traits": {
"smithy.api#documentation": "<p>Describes the attributes for the specified listener.</p>",
"smithy.api#examples": [
{
"title": "Describe listener attributes",
"documentation": "This example describes the attributes of the specified listener.",
"input": {
"ListenerArn": "aws:elasticloadbalancing:us-east-1:123456789012:listener/net/my-listener/73e2d6bc24d8a067/d5dc06411fa5bcea"
},
"output": {}
}
]
}
},
"com.amazonaws.elasticloadbalancingv2#DescribeListenerAttributesInput": {
"type": "structure",
"members": {
"ListenerArn": {
"target": "com.amazonaws.elasticloadbalancingv2#ListenerArn",
"traits": {
"smithy.api#clientOptional": {},
"smithy.api#documentation": "<p>The Amazon Resource Name (ARN) of the listener.</p>",
"smithy.api#required": {}
}
}
},
"traits": {
"smithy.api#input": {}
}
},
"com.amazonaws.elasticloadbalancingv2#DescribeListenerAttributesOutput": {
"type": "structure",
"members": {
"Attributes": {
"target": "com.amazonaws.elasticloadbalancingv2#ListenerAttributes",
"traits": {
"smithy.api#documentation": "<p>Information about the listener attributes.</p>"
}
}
},
"traits": {
"smithy.api#output": {}
}
},
"com.amazonaws.elasticloadbalancingv2#DescribeListenerCertificates": {
"type": "operation",
"input": {
Expand Down Expand Up @@ -3816,6 +3873,9 @@
{
"target": "com.amazonaws.elasticloadbalancingv2#DescribeAccountLimits"
},
{
"target": "com.amazonaws.elasticloadbalancingv2#DescribeListenerAttributes"
},
{
"target": "com.amazonaws.elasticloadbalancingv2#DescribeListenerCertificates"
},
Expand Down Expand Up @@ -3867,6 +3927,9 @@
{
"target": "com.amazonaws.elasticloadbalancingv2#ModifyListener"
},
{
"target": "com.amazonaws.elasticloadbalancingv2#ModifyListenerAttributes"
},
{
"target": "com.amazonaws.elasticloadbalancingv2#ModifyLoadBalancerAttributes"
},
Expand Down Expand Up @@ -5604,6 +5667,45 @@
"target": "com.amazonaws.elasticloadbalancingv2#ListenerArn"
}
},
"com.amazonaws.elasticloadbalancingv2#ListenerAttribute": {
"type": "structure",
"members": {
"Key": {
"target": "com.amazonaws.elasticloadbalancingv2#ListenerAttributeKey",
"traits": {
"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>"
}
},
"Value": {
"target": "com.amazonaws.elasticloadbalancingv2#ListenerAttributeValue",
"traits": {
"smithy.api#documentation": "<p>The value of the attribute.</p>"
}
}
},
"traits": {
"smithy.api#documentation": "<p>Information about a listener attribute.</p>"
}
},
"com.amazonaws.elasticloadbalancingv2#ListenerAttributeKey": {
"type": "string",
"traits": {
"smithy.api#length": {
"min": 0,
"max": 256
},
"smithy.api#pattern": "^[a-zA-Z0-9._]+$"
}
},
"com.amazonaws.elasticloadbalancingv2#ListenerAttributeValue": {
"type": "string"
},
"com.amazonaws.elasticloadbalancingv2#ListenerAttributes": {
"type": "list",
"member": {
"target": "com.amazonaws.elasticloadbalancingv2#ListenerAttribute"
}
},
"com.amazonaws.elasticloadbalancingv2#ListenerNotFoundException": {
"type": "structure",
"members": {
Expand Down Expand Up @@ -6123,6 +6225,64 @@
]
}
},
"com.amazonaws.elasticloadbalancingv2#ModifyListenerAttributes": {
"type": "operation",
"input": {
"target": "com.amazonaws.elasticloadbalancingv2#ModifyListenerAttributesInput"
},
"output": {
"target": "com.amazonaws.elasticloadbalancingv2#ModifyListenerAttributesOutput"
},
"errors": [
{
"target": "com.amazonaws.elasticloadbalancingv2#InvalidConfigurationRequestException"
},
{
"target": "com.amazonaws.elasticloadbalancingv2#ListenerNotFoundException"
}
],
"traits": {
"smithy.api#documentation": "<p>Modifies the specified attributes of the specified listener.</p>"
}
},
"com.amazonaws.elasticloadbalancingv2#ModifyListenerAttributesInput": {
"type": "structure",
"members": {
"ListenerArn": {
"target": "com.amazonaws.elasticloadbalancingv2#ListenerArn",
"traits": {
"smithy.api#clientOptional": {},
"smithy.api#documentation": "<p>The Amazon Resource Name (ARN) of the listener.</p>",
"smithy.api#required": {}
}
},
"Attributes": {
"target": "com.amazonaws.elasticloadbalancingv2#ListenerAttributes",
"traits": {
"smithy.api#clientOptional": {},
"smithy.api#documentation": "<p>The listener attributes.</p>",
"smithy.api#required": {}
}
}
},
"traits": {
"smithy.api#input": {}
}
},
"com.amazonaws.elasticloadbalancingv2#ModifyListenerAttributesOutput": {
"type": "structure",
"members": {
"Attributes": {
"target": "com.amazonaws.elasticloadbalancingv2#ListenerAttributes",
"traits": {
"smithy.api#documentation": "<p>Information about the listener attributes.</p>"
}
}
},
"traits": {
"smithy.api#output": {}
}
},
"com.amazonaws.elasticloadbalancingv2#ModifyListenerInput": {
"type": "structure",
"members": {
Expand Down Expand Up @@ -6627,7 +6787,7 @@
"target": "com.amazonaws.elasticloadbalancingv2#TargetGroupAttributes",
"traits": {
"smithy.api#clientOptional": {},
"smithy.api#documentation": "<p>The attributes.</p>",
"smithy.api#documentation": "<p>The target group attributes.</p>",
"smithy.api#required": {}
}
}
Expand All @@ -6642,7 +6802,7 @@
"Attributes": {
"target": "com.amazonaws.elasticloadbalancingv2#TargetGroupAttributes",
"traits": {
"smithy.api#documentation": "<p>Information about the attributes.</p>"
"smithy.api#documentation": "<p>Information about the target group attributes.</p>"
}
}
},
Expand Down
Loading

0 comments on commit ff0cf6f

Please sign in to comment.