Skip to content

Commit

Permalink
Update models for release
Browse files Browse the repository at this point in the history
  • Loading branch information
aws-sdk-php-automation committed Dec 19, 2023
1 parent e6a63e3 commit b58ba41
Show file tree
Hide file tree
Showing 34 changed files with 887 additions and 79 deletions.
32 changes: 32 additions & 0 deletions .changes/3.294.3
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
[
{
"type": "api-change",
"category": "ChimeSDKMeetings",
"description": "Add meeting features to specify a maximum camera resolution, a maximum content sharing resolution, and a maximum number of attendees for a given meeting."
},
{
"type": "api-change",
"category": "FSx",
"description": "Added support for FSx for OpenZFS on-demand data replication across AWS accounts and\/or regions.Added the IncludeShared attribute for DescribeSnapshots.Added the CopyStrategy attribute for OpenZFSVolumeConfiguration."
},
{
"type": "api-change",
"category": "AppSync",
"description": "This release adds additional configurations on GraphQL APIs for limits on query depth, resolver count, and introspection"
},
{
"type": "api-change",
"category": "RDS",
"description": "RDS - The release adds two new APIs: DescribeDBRecommendations and ModifyDBRecommendation"
},
{
"type": "api-change",
"category": "EC2",
"description": "Provision BYOIPv4 address ranges and advertise them by specifying the network border groups option in Los Angeles, Phoenix and Dallas AWS Local Zones."
},
{
"type": "api-change",
"category": "MarketplaceCatalog",
"description": "AWS Marketplace now supports a new API, BatchDescribeEntities, which returns metadata and content for multiple entities."
}
]
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# CHANGELOG

## next release

* `Aws\ChimeSDKMeetings` - Add meeting features to specify a maximum camera resolution, a maximum content sharing resolution, and a maximum number of attendees for a given meeting.
* `Aws\FSx` - Added support for FSx for OpenZFS on-demand data replication across AWS accounts and/or regions.Added the IncludeShared attribute for DescribeSnapshots.Added the CopyStrategy attribute for OpenZFSVolumeConfiguration.
* `Aws\AppSync` - This release adds additional configurations on GraphQL APIs for limits on query depth, resolver count, and introspection
* `Aws\RDS` - RDS - The release adds two new APIs: DescribeDBRecommendations and ModifyDBRecommendation
* `Aws\EC2` - Provision BYOIPv4 address ranges and advertise them by specifying the network border groups option in Los Angeles, Phoenix and Dallas AWS Local Zones.
* `Aws\MarketplaceCatalog` - AWS Marketplace now supports a new API, BatchDescribeEntities, which returns metadata and content for multiple entities.

## 3.294.2 - 2023-12-18

* `Aws\QuickSight` - A docs-only release to add missing entities to the API reference.
Expand Down
2 changes: 2 additions & 0 deletions src/MarketplaceCatalog/MarketplaceCatalogClient.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@

/**
* This client is used to interact with the **AWS Marketplace Catalog Service** service.
* @method \Aws\Result batchDescribeEntities(array $args = [])
* @method \GuzzleHttp\Promise\Promise batchDescribeEntitiesAsync(array $args = [])
* @method \Aws\Result cancelChangeSet(array $args = [])
* @method \GuzzleHttp\Promise\Promise cancelChangeSetAsync(array $args = [])
* @method \Aws\Result deleteResourcePolicy(array $args = [])
Expand Down
4 changes: 4 additions & 0 deletions src/Rds/RdsClient.php
Original file line number Diff line number Diff line change
Expand Up @@ -214,6 +214,8 @@
* @method \GuzzleHttp\Promise\Promise describeDBProxyTargetGroupsAsync(array $args = []) (supported in versions 2014-10-31)
* @method \Aws\Result describeDBProxyTargets(array $args = []) (supported in versions 2014-10-31)
* @method \GuzzleHttp\Promise\Promise describeDBProxyTargetsAsync(array $args = []) (supported in versions 2014-10-31)
* @method \Aws\Result describeDBRecommendations(array $args = []) (supported in versions 2014-10-31)
* @method \GuzzleHttp\Promise\Promise describeDBRecommendationsAsync(array $args = []) (supported in versions 2014-10-31)
* @method \Aws\Result describeDBSnapshotAttributes(array $args = []) (supported in versions 2014-10-31)
* @method \GuzzleHttp\Promise\Promise describeDBSnapshotAttributesAsync(array $args = []) (supported in versions 2014-10-31)
* @method \Aws\Result describeDBSnapshotTenantDatabases(array $args = []) (supported in versions 2014-10-31)
Expand Down Expand Up @@ -260,6 +262,8 @@
* @method \GuzzleHttp\Promise\Promise modifyDBProxyEndpointAsync(array $args = []) (supported in versions 2014-10-31)
* @method \Aws\Result modifyDBProxyTargetGroup(array $args = []) (supported in versions 2014-10-31)
* @method \GuzzleHttp\Promise\Promise modifyDBProxyTargetGroupAsync(array $args = []) (supported in versions 2014-10-31)
* @method \Aws\Result modifyDBRecommendation(array $args = []) (supported in versions 2014-10-31)
* @method \GuzzleHttp\Promise\Promise modifyDBRecommendationAsync(array $args = []) (supported in versions 2014-10-31)
* @method \Aws\Result modifyDBSnapshot(array $args = []) (supported in versions 2014-10-31)
* @method \GuzzleHttp\Promise\Promise modifyDBSnapshotAsync(array $args = []) (supported in versions 2014-10-31)
* @method \Aws\Result modifyDBSnapshotAttribute(array $args = []) (supported in versions 2014-10-31)
Expand Down
32 changes: 29 additions & 3 deletions src/data/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
2 changes: 1 addition & 1 deletion src/data/appsync/2017-07-25/api-2.json.php

Large diffs are not rendered by default.

24 changes: 24 additions & 0 deletions src/data/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
2 changes: 1 addition & 1 deletion src/data/appsync/2017-07-25/docs-2.json.php

Large diffs are not rendered by default.

44 changes: 43 additions & 1 deletion src/data/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"
]
}
}
}
2 changes: 1 addition & 1 deletion src/data/chime-sdk-meetings/2021-07-15/api-2.json.php

Large diffs are not rendered by default.

Loading

0 comments on commit b58ba41

Please sign in to comment.