Skip to content

Commit

Permalink
Release v1.49.6 (2023-12-19) (#5117)
Browse files Browse the repository at this point in the history
Release v1.49.6 (2023-12-19)
===

### Service Client Updates
* `service/appsync`: Updates service API and documentation
* `service/chime-sdk-meetings`: Updates service API and documentation
* `service/ec2`: Updates service API and documentation
  * Provision BYOIPv4 address ranges and advertise them by specifying the network border groups option in Los Angeles, Phoenix and Dallas AWS Local Zones.
* `service/fsx`: Updates service API and documentation
* `service/marketplace-catalog`: Updates service API and documentation
* `service/rds`: Updates service API, documentation, waiters, paginators, and examples
  * RDS - The release adds two new APIs: DescribeDBRecommendations and ModifyDBRecommendation
  • Loading branch information
aws-sdk-go-automation committed Dec 19, 2023
1 parent 25a6209 commit 6541781
Show file tree
Hide file tree
Showing 27 changed files with 3,428 additions and 142 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
Release v1.49.6 (2023-12-19)
===

### Service Client Updates
* `service/appsync`: Updates service API and documentation
* `service/chime-sdk-meetings`: Updates service API and documentation
* `service/ec2`: Updates service API and documentation
* Provision BYOIPv4 address ranges and advertise them by specifying the network border groups option in Los Angeles, Phoenix and Dallas AWS Local Zones.
* `service/fsx`: Updates service API and documentation
* `service/marketplace-catalog`: Updates service API and documentation
* `service/rds`: Updates service API, documentation, waiters, paginators, and examples
* RDS - The release adds two new APIs: DescribeDBRecommendations and ModifyDBRecommendation

Release v1.49.5 (2023-12-18)
===

Expand Down
12 changes: 12 additions & 0 deletions aws/endpoints/defaults.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion aws/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ package aws
const SDKName = "aws-sdk-go"

// SDKVersion is the version of this SDK
const SDKVersion = "1.49.5"
const SDKVersion = "1.49.6"
32 changes: 29 additions & 3 deletions models/apis/appsync/2017-07-25/api-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -1473,7 +1473,10 @@
"visibility":{"shape":"GraphQLApiVisibility"},
"apiType":{"shape":"GraphQLApiType"},
"mergedApiExecutionRoleArn":{"shape":"String"},
"ownerContact":{"shape":"String"}
"ownerContact":{"shape":"String"},
"introspectionConfig":{"shape":"GraphQLApiIntrospectionConfig"},
"queryDepthLimit":{"shape":"QueryDepthLimit"},
"resolverCountLimit":{"shape":"ResolverCountLimit"}
}
},
"CreateGraphqlApiResponse":{
Expand Down Expand Up @@ -2358,6 +2361,13 @@
"type":{"shape":"Type"}
}
},
"GraphQLApiIntrospectionConfig":{
"type":"string",
"enum":[
"ENABLED",
"DISABLED"
]
},
"GraphQLApiType":{
"type":"string",
"enum":[
Expand Down Expand Up @@ -2401,7 +2411,10 @@
"apiType":{"shape":"GraphQLApiType"},
"mergedApiExecutionRoleArn":{"shape":"String"},
"owner":{"shape":"String"},
"ownerContact":{"shape":"String"}
"ownerContact":{"shape":"String"},
"introspectionConfig":{"shape":"GraphQLApiIntrospectionConfig"},
"queryDepthLimit":{"shape":"QueryDepthLimit"},
"resolverCountLimit":{"shape":"ResolverCountLimit"}
}
},
"GraphqlApis":{
Expand Down Expand Up @@ -2887,6 +2900,11 @@
"functions":{"shape":"FunctionsIds"}
}
},
"QueryDepthLimit":{
"type":"integer",
"max":75,
"min":0
},
"RdsDataApiConfig":{
"type":"structure",
"required":[
Expand Down Expand Up @@ -2956,6 +2974,11 @@
"code":{"shape":"Code"}
}
},
"ResolverCountLimit":{
"type":"integer",
"max":10000,
"min":0
},
"ResolverKind":{
"type":"string",
"enum":[
Expand Down Expand Up @@ -3386,7 +3409,10 @@
"xrayEnabled":{"shape":"Boolean"},
"lambdaAuthorizerConfig":{"shape":"LambdaAuthorizerConfig"},
"mergedApiExecutionRoleArn":{"shape":"String"},
"ownerContact":{"shape":"String"}
"ownerContact":{"shape":"String"},
"introspectionConfig":{"shape":"GraphQLApiIntrospectionConfig"},
"queryDepthLimit":{"shape":"QueryDepthLimit"},
"resolverCountLimit":{"shape":"ResolverCountLimit"}
}
},
"UpdateGraphqlApiResponse":{
Expand Down
24 changes: 24 additions & 0 deletions models/apis/appsync/2017-07-25/docs-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -939,6 +939,14 @@
"refs": {
}
},
"GraphQLApiIntrospectionConfig": {
"base": null,
"refs": {
"CreateGraphqlApiRequest$introspectionConfig": "<p>Sets the value of the GraphQL API to enable (<code>ENABLED</code>) or disable (<code>DISABLED</code>) introspection. If no value is provided, the introspection configuration will be set to <code>ENABLED</code> by default. This field will produce an error if the operation attempts to use the introspection feature while this field is disabled.</p> <p>For more information about introspection, see <a href=\"https://graphql.org/learn/introspection/\">GraphQL introspection</a>.</p>",
"GraphqlApi$introspectionConfig": "<p>Sets the value of the GraphQL API to enable (<code>ENABLED</code>) or disable (<code>DISABLED</code>) introspection. If no value is provided, the introspection configuration will be set to <code>ENABLED</code> by default. This field will produce an error if the operation attempts to use the introspection feature while this field is disabled.</p> <p>For more information about introspection, see <a href=\"https://graphql.org/learn/introspection/\">GraphQL introspection</a>.</p>",
"UpdateGraphqlApiRequest$introspectionConfig": "<p>Sets the value of the GraphQL API to enable (<code>ENABLED</code>) or disable (<code>DISABLED</code>) introspection. If no value is provided, the introspection configuration will be set to <code>ENABLED</code> by default. This field will produce an error if the operation attempts to use the introspection feature while this field is disabled.</p> <p>For more information about introspection, see <a href=\"https://graphql.org/learn/introspection/\">GraphQL introspection</a>.</p>"
}
},
"GraphQLApiType": {
"base": null,
"refs": {
Expand Down Expand Up @@ -1284,6 +1292,14 @@
"UpdateResolverRequest$pipelineConfig": "<p>The <code>PipelineConfig</code>.</p>"
}
},
"QueryDepthLimit": {
"base": null,
"refs": {
"CreateGraphqlApiRequest$queryDepthLimit": "<p>The maximum depth a query can have in a single request. Depth refers to the amount of nested levels allowed in the body of query. The default value is <code>0</code> (or unspecified), which indicates there's no depth limit. If you set a limit, it can be between <code>1</code> and <code>75</code> nested levels. This field will produce a limit error if the operation falls out of bounds.</p> <p>Note that fields can still be set to nullable or non-nullable. If a non-nullable field produces an error, the error will be thrown upwards to the first nullable field available.</p>",
"GraphqlApi$queryDepthLimit": "<p>The maximum depth a query can have in a single request. Depth refers to the amount of nested levels allowed in the body of query. The default value is <code>0</code> (or unspecified), which indicates there's no depth limit. If you set a limit, it can be between <code>1</code> and <code>75</code> nested levels. This field will produce a limit error if the operation falls out of bounds.</p> <p>Note that fields can still be set to nullable or non-nullable. If a non-nullable field produces an error, the error will be thrown upwards to the first nullable field available.</p>",
"UpdateGraphqlApiRequest$queryDepthLimit": "<p>The maximum depth a query can have in a single request. Depth refers to the amount of nested levels allowed in the body of query. The default value is <code>0</code> (or unspecified), which indicates there's no depth limit. If you set a limit, it can be between <code>1</code> and <code>75</code> nested levels. This field will produce a limit error if the operation falls out of bounds.</p> <p>Note that fields can still be set to nullable or non-nullable. If a non-nullable field produces an error, the error will be thrown upwards to the first nullable field available.</p>"
}
},
"RdsDataApiConfig": {
"base": "<p>Contains the metadata required to introspect the RDS cluster.</p>",
"refs": {
Expand Down Expand Up @@ -1337,6 +1353,14 @@
"UpdateResolverResponse$resolver": "<p>The updated <code>Resolver</code> object.</p>"
}
},
"ResolverCountLimit": {
"base": null,
"refs": {
"CreateGraphqlApiRequest$resolverCountLimit": "<p>The maximum number of resolvers that can be invoked in a single request. The default value is <code>0</code> (or unspecified), which will set the limit to <code>10000</code>. When specified, the limit value can be between <code>1</code> and <code>10000</code>. This field will produce a limit error if the operation falls out of bounds.</p>",
"GraphqlApi$resolverCountLimit": "<p>The maximum number of resolvers that can be invoked in a single request. The default value is <code>0</code> (or unspecified), which will set the limit to <code>10000</code>. When specified, the limit value can be between <code>1</code> and <code>10000</code>. This field will produce a limit error if the operation falls out of bounds.</p>",
"UpdateGraphqlApiRequest$resolverCountLimit": "<p>The maximum number of resolvers that can be invoked in a single request. The default value is <code>0</code> (or unspecified), which will set the limit to <code>10000</code>. When specified, the limit value can be between <code>1</code> and <code>10000</code>. This field will produce a limit error if the operation falls out of bounds.</p>"
}
},
"ResolverKind": {
"base": null,
"refs": {
Expand Down
44 changes: 43 additions & 1 deletion models/apis/chime-sdk-meetings/2021-07-15/api-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -355,6 +355,12 @@
"Content":{"shape":"MediaCapabilities"}
}
},
"AttendeeFeatures":{
"type":"structure",
"members":{
"MaxCount":{"shape":"AttendeeMax"}
}
},
"AttendeeIdItem":{
"type":"structure",
"required":["AttendeeId"],
Expand All @@ -372,6 +378,11 @@
"type":"list",
"member":{"shape":"Attendee"}
},
"AttendeeMax":{
"type":"integer",
"max":250,
"min":1
},
"AudioFeatures":{
"type":"structure",
"members":{
Expand Down Expand Up @@ -449,6 +460,20 @@
"error":{"httpStatusCode":409},
"exception":true
},
"ContentFeatures":{
"type":"structure",
"members":{
"MaxResolution":{"shape":"ContentResolution"}
}
},
"ContentResolution":{
"type":"string",
"enum":[
"None",
"FHD",
"UHD"
]
},
"CreateAttendeeError":{
"type":"structure",
"members":{
Expand Down Expand Up @@ -806,7 +831,10 @@
"MeetingFeaturesConfiguration":{
"type":"structure",
"members":{
"Audio":{"shape":"AudioFeatures"}
"Audio":{"shape":"AudioFeatures"},
"Video":{"shape":"VideoFeatures"},
"Content":{"shape":"ContentFeatures"},
"Attendee":{"shape":"AttendeeFeatures"}
}
},
"NotFoundException":{
Expand Down Expand Up @@ -1182,6 +1210,20 @@
"members":{
"Attendee":{"shape":"Attendee"}
}
},
"VideoFeatures":{
"type":"structure",
"members":{
"MaxResolution":{"shape":"VideoResolution"}
}
},
"VideoResolution":{
"type":"string",
"enum":[
"None",
"HD",
"FHD"
]
}
}
}
Loading

0 comments on commit 6541781

Please sign in to comment.