Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: Bump models in prep for release 0.31.0 #1218

Merged
merged 1 commit into from
Nov 7, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
599 changes: 331 additions & 268 deletions codegen/sdk-codegen/aws-models/amplify.2017-07-25.json

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -256,6 +256,12 @@
"traits": {
"smithy.api#documentation": "<p> The method used by Application Insights to onboard your resources. </p>"
}
},
"AttachMissingPermission": {
"target": "com.amazonaws.applicationinsights#AttachMissingPermission",
"traits": {
"smithy.api#documentation": "<p>If set to true, the managed policies for SSM and CW will be attached to the instance roles if they are missing.</p>"
}
}
},
"traits": {
Expand All @@ -268,6 +274,9 @@
"target": "com.amazonaws.applicationinsights#ApplicationInfo"
}
},
"com.amazonaws.applicationinsights#AttachMissingPermission": {
"type": "boolean"
},
"com.amazonaws.applicationinsights#AutoConfigEnabled": {
"type": "boolean"
},
Expand Down Expand Up @@ -572,6 +581,12 @@
"traits": {
"smithy.api#documentation": "<p>Application Insights can create applications based on a resource group or on an account.\n To create an account-based application using all of the resources in the account, set this\n parameter to <code>ACCOUNT_BASED</code>. </p>"
}
},
"AttachMissingPermission": {
"target": "com.amazonaws.applicationinsights#AttachMissingPermission",
"traits": {
"smithy.api#documentation": "<p>If set to true, the managed policies for SSM and CW will be attached to the instance roles if they are missing.</p>"
}
}
},
"traits": {
Expand Down Expand Up @@ -1067,6 +1082,12 @@
"smithy.api#required": {}
}
},
"WorkloadName": {
"target": "com.amazonaws.applicationinsights#WorkloadName",
"traits": {
"smithy.api#documentation": "<p>The name of the workload.</p>"
}
},
"RecommendationType": {
"target": "com.amazonaws.applicationinsights#RecommendationType",
"traits": {
Expand Down Expand Up @@ -4694,6 +4715,12 @@
"traits": {
"smithy.api#documentation": "<p> Turns auto-configuration on or off. </p>"
}
},
"AttachMissingPermission": {
"target": "com.amazonaws.applicationinsights#AttachMissingPermission",
"traits": {
"smithy.api#documentation": "<p>If set to true, the managed policies for SSM and CW will be attached to the instance roles if they are missing.</p>"
}
}
},
"traits": {
Expand Down Expand Up @@ -4752,6 +4779,9 @@
{
"target": "com.amazonaws.applicationinsights#InternalServerException"
},
{
"target": "com.amazonaws.applicationinsights#ResourceInUseException"
},
{
"target": "com.amazonaws.applicationinsights#ResourceNotFoundException"
},
Expand Down
23 changes: 23 additions & 0 deletions codegen/sdk-codegen/aws-models/apprunner.2020-05-15.json
Original file line number Diff line number Diff line change
Expand Up @@ -3241,6 +3241,23 @@
"smithy.api#httpError": 400
}
},
"com.amazonaws.apprunner#IpAddressType": {
"type": "enum",
"members": {
"IPV4": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "IPV4"
}
},
"DUAL_STACK": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "DUAL_STACK"
}
}
}
},
"com.amazonaws.apprunner#IsDefault": {
"type": "boolean"
},
Expand Down Expand Up @@ -3968,6 +3985,12 @@
"traits": {
"smithy.api#documentation": "<p>Network configuration settings for inbound message traffic.</p>"
}
},
"IpAddressType": {
"target": "com.amazonaws.apprunner#IpAddressType",
"traits": {
"smithy.api#documentation": "<p>App Runner provides you with the option to choose between <i>Internet Protocol version 4 (IPv4)</i> and <i>dual-stack</i> (IPv4 and IPv6) \n for your incoming public network configuration. This is an optional parameter. \n If you do not specify an <code>IpAddressType</code>, it defaults to select IPv4.</p>\n <note>\n <p>\n Currently, App Runner supports dual-stack for only Public endpoint. Only IPv4 is supported for Private endpoint. \n If you update a service that's using dual-stack Public endpoint to a Private endpoint, your App Runner service will default to support only IPv4 for Private endpoint and fail to receive traffic originating from IPv6 endpoint. \n </p>\n </note>"
}
}
},
"traits": {
Expand Down
78 changes: 71 additions & 7 deletions codegen/sdk-codegen/aws-models/appstream.2016-12-01.json
Original file line number Diff line number Diff line change
Expand Up @@ -1206,9 +1206,13 @@
"DesiredInstances": {
"target": "com.amazonaws.appstream#Integer",
"traits": {
"smithy.api#clientOptional": {},
"smithy.api#documentation": "<p>The desired number of streaming instances.</p>",
"smithy.api#required": {}
"smithy.api#documentation": "<p>The desired number of streaming instances.</p>"
}
},
"DesiredSessions": {
"target": "com.amazonaws.appstream#Integer",
"traits": {
"smithy.api#documentation": "<p>The desired number of user sessions for a multi-session fleet. This is not allowed for single-session fleets.</p>\n <p>When you create a fleet, you must set either the DesiredSessions or DesiredInstances attribute, based on the type of fleet you create. You can’t define both attributes or leave both attributes blank.</p>"
}
}
},
Expand Down Expand Up @@ -1244,6 +1248,30 @@
"traits": {
"smithy.api#documentation": "<p>The number of currently available instances that can be used to stream\n sessions.</p>"
}
},
"DesiredUserSessions": {
"target": "com.amazonaws.appstream#Integer",
"traits": {
"smithy.api#documentation": "<p>The total number of sessions slots that are either running or pending. This represents the total number of concurrent streaming sessions your fleet can support in a steady state.</p>\n <p>DesiredUserSessionCapacity = ActualUserSessionCapacity + PendingUserSessionCapacity</p>\n <p>This only applies to multi-session fleets.</p>"
}
},
"AvailableUserSessions": {
"target": "com.amazonaws.appstream#Integer",
"traits": {
"smithy.api#documentation": "<p>The number of idle session slots currently available for user sessions.</p>\n <p>AvailableUserSessionCapacity = ActualUserSessionCapacity - ActiveUserSessions</p>\n <p>This only applies to multi-session fleets.</p>"
}
},
"ActiveUserSessions": {
"target": "com.amazonaws.appstream#Integer",
"traits": {
"smithy.api#documentation": "<p>The number of user sessions currently being used for streaming sessions. This only applies to multi-session fleets.</p>"
}
},
"ActualUserSessions": {
"target": "com.amazonaws.appstream#Integer",
"traits": {
"smithy.api#documentation": "<p>The total number of session slots that are available for streaming or are currently streaming.</p>\n <p>ActualUserSessionCapacity = AvailableUserSessionCapacity + ActiveUserSessions</p>\n <p>This only applies to multi-session fleets.</p>"
}
}
},
"traits": {
Expand Down Expand Up @@ -2033,7 +2061,7 @@
"MaxUserDurationInSeconds": {
"target": "com.amazonaws.appstream#Integer",
"traits": {
"smithy.api#documentation": "<p>The maximum amount of time that a streaming session can remain active, in seconds. If users are still connected to a streaming instance five minutes before this limit is reached, they are prompted to save any open documents before being disconnected. After this time elapses, the instance is terminated and replaced by a new instance.</p>\n <p>Specify a value between 600 and 360000.</p>"
"smithy.api#documentation": "<p>The maximum amount of time that a streaming session can remain active, in seconds. If users are still connected to a streaming instance five minutes before this limit is reached, they are prompted to save any open documents before being disconnected. After this time elapses, the instance is terminated and replaced by a new instance.</p>\n <p>Specify a value between 600 and 432000.</p>"
}
},
"DisconnectTimeoutInSeconds": {
Expand Down Expand Up @@ -2113,6 +2141,12 @@
"traits": {
"smithy.api#documentation": "<p>The S3 location of the session scripts configuration zip file. This only applies to Elastic fleets.</p>"
}
},
"MaxSessionsPerInstance": {
"target": "com.amazonaws.appstream#Integer",
"traits": {
"smithy.api#documentation": "<p>The maximum number of user sessions on an instance. This only applies to multi-session fleets.</p>"
}
}
},
"traits": {
Expand Down Expand Up @@ -4261,15 +4295,15 @@
"type": "structure",
"members": {
"StackName": {
"target": "com.amazonaws.appstream#String",
"target": "com.amazonaws.appstream#Name",
"traits": {
"smithy.api#clientOptional": {},
"smithy.api#documentation": "<p>The name of the stack. This value is case-sensitive.</p>",
"smithy.api#required": {}
}
},
"FleetName": {
"target": "com.amazonaws.appstream#String",
"target": "com.amazonaws.appstream#Name",
"traits": {
"smithy.api#clientOptional": {},
"smithy.api#documentation": "<p>The name of the fleet. This value is case-sensitive.</p>",
Expand Down Expand Up @@ -4299,6 +4333,12 @@
"traits": {
"smithy.api#documentation": "<p>The authentication method. Specify <code>API</code> for a user\n authenticated using a streaming URL or <code>SAML</code> for a SAML federated user. \n The default is to authenticate users using a streaming URL.</p>"
}
},
"InstanceId": {
"target": "com.amazonaws.appstream#String",
"traits": {
"smithy.api#documentation": "<p>The identifier for the instance hosting the session.</p>"
}
}
},
"traits": {
Expand Down Expand Up @@ -5437,6 +5477,12 @@
"traits": {
"smithy.api#documentation": "<p>The S3 location of the session scripts configuration zip file. This only applies to Elastic fleets.</p>"
}
},
"MaxSessionsPerInstance": {
"target": "com.amazonaws.appstream#Integer",
"traits": {
"smithy.api#documentation": "<p>The maximum number of user sessions on an instance. This only applies to multi-session fleets.</p>"
}
}
},
"traits": {
Expand Down Expand Up @@ -5481,6 +5527,12 @@
"traits": {
"smithy.api#enumValue": "SESSION_SCRIPT_S3_LOCATION"
}
},
"MAX_SESSIONS_PER_INSTANCE": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "MAX_SESSIONS_PER_INSTANCE"
}
}
},
"traits": {
Expand Down Expand Up @@ -8156,6 +8208,12 @@
"traits": {
"smithy.api#documentation": "<p>The network details for the streaming session.</p>"
}
},
"InstanceId": {
"target": "com.amazonaws.appstream#String",
"traits": {
"smithy.api#documentation": "<p>The identifier for the instance hosting the session.</p>"
}
}
},
"traits": {
Expand Down Expand Up @@ -9543,7 +9601,7 @@
}
},
"Name": {
"target": "com.amazonaws.appstream#String",
"target": "com.amazonaws.appstream#Name",
"traits": {
"smithy.api#documentation": "<p>A unique name for the fleet.</p>"
}
Expand Down Expand Up @@ -9656,6 +9714,12 @@
"traits": {
"smithy.api#documentation": "<p>The S3 location of the session scripts configuration zip file. This only applies to Elastic fleets. </p>"
}
},
"MaxSessionsPerInstance": {
"target": "com.amazonaws.appstream#Integer",
"traits": {
"smithy.api#documentation": "<p>The maximum number of user sessions on an instance. This only applies to multi-session fleets.</p>"
}
}
},
"traits": {
Expand Down
Loading
Loading