Skip to content

Commit

Permalink
Updated service API models for release.
Browse files Browse the repository at this point in the history
  • Loading branch information
AWS SDK for Ruby authored and Nobody committed Aug 11, 2020
1 parent 63646c8 commit 6e290fe
Show file tree
Hide file tree
Showing 9 changed files with 330 additions and 282 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
Unreleased Changes
------------------

* Feature - Aws::EC2 - Updated the API for Amazon Elastic Compute Cloud.

* Feature - Aws::Lambda - Updated the API, and documentation for AWS Lambda.

* Feature - Aws::Organizations - Updated the documentation for AWS Organizations.

* Feature - Aws::S3 - Updated the API, and documentation for Amazon Simple Storage Service.

2.11.563 (2020-08-10)
------------------

Expand Down
3 changes: 1 addition & 2 deletions aws-sdk-core/apis/ec2/2016-11-15/api-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -5550,8 +5550,7 @@
"Windows with SQL Server Web",
"Linux with SQL Server Standard",
"Linux with SQL Server Web",
"Linux with SQL Server Enterprise",
"Windows BYOL"
"Linux with SQL Server Enterprise"
]
},
"CapacityReservationOptions":{
Expand Down
20 changes: 17 additions & 3 deletions aws-sdk-core/apis/lambda/2015-03-31/api-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -1043,7 +1043,8 @@
"DestinationConfig":{"shape":"DestinationConfig"},
"MaximumRecordAgeInSeconds":{"shape":"MaximumRecordAgeInSeconds"},
"BisectBatchOnFunctionError":{"shape":"BisectBatchOnFunctionError"},
"MaximumRetryAttempts":{"shape":"MaximumRetryAttemptsEventSourceMapping"}
"MaximumRetryAttempts":{"shape":"MaximumRetryAttemptsEventSourceMapping"},
"Topics":{"shape":"Topics"}
}
},
"CreateFunctionRequest":{
Expand Down Expand Up @@ -1334,6 +1335,7 @@
"State":{"shape":"String"},
"StateTransitionReason":{"shape":"String"},
"DestinationConfig":{"shape":"DestinationConfig"},
"Topics":{"shape":"Topics"},
"MaximumRecordAgeInSeconds":{"shape":"MaximumRecordAgeInSeconds"},
"BisectBatchOnFunctionError":{"shape":"BisectBatchOnFunctionError"},
"MaximumRetryAttempts":{"shape":"MaximumRetryAttemptsEventSourceMapping"}
Expand Down Expand Up @@ -2310,7 +2312,7 @@
"MaximumRecordAgeInSeconds":{
"type":"integer",
"max":604800,
"min":60
"min":-1
},
"MaximumRetryAttempts":{
"type":"integer",
Expand All @@ -2320,7 +2322,7 @@
"MaximumRetryAttemptsEventSourceMapping":{
"type":"integer",
"max":10000,
"min":0
"min":-1
},
"MemorySize":{
"type":"integer",
Expand Down Expand Up @@ -2828,6 +2830,18 @@
"error":{"httpStatusCode":429},
"exception":true
},
"Topic":{
"type":"string",
"max":249,
"min":1,
"pattern":"^[^.]([a-zA-Z0-9\\-_.]+)"
},
"Topics":{
"type":"list",
"member":{"shape":"Topic"},
"max":1,
"min":1
},
"TracingConfig":{
"type":"structure",
"members":{
Expand Down
39 changes: 26 additions & 13 deletions aws-sdk-core/apis/lambda/2015-03-31/docs-2.json

Large diffs are not rendered by default.

12 changes: 6 additions & 6 deletions aws-sdk-core/apis/lambda/2015-03-31/examples-1.json
Original file line number Diff line number Diff line change
Expand Up @@ -649,9 +649,9 @@
"output": {
}
},
"description": "The following example displays details for the provisioned concurrency configuration for the BLUE alias of the specified function.",
"id": "to-view-a-provisioned-concurrency-configuration-1586490192690",
"title": "To view a provisioned concurrency configuration"
"description": "The following example returns details for the provisioned concurrency configuration for the BLUE alias of the specified function.",
"id": "to-get-a-provisioned-concurrency-configuration-1586490192690",
"title": "To get a provisioned concurrency configuration"
},
{
"input": {
Expand All @@ -671,9 +671,9 @@
"output": {
}
},
"description": "The following example returns details for the provisioned concurrency configuration for the BLUE alias of the specified function.",
"id": "to-get-a-provisioned-concurrency-configuration-1586490192690",
"title": "To get a provisioned concurrency configuration"
"description": "The following example displays details for the provisioned concurrency configuration for the BLUE alias of the specified function.",
"id": "to-view-a-provisioned-concurrency-configuration-1586490192690",
"title": "To view a provisioned concurrency configuration"
}
],
"Invoke": [
Expand Down
2 changes: 1 addition & 1 deletion aws-sdk-core/apis/organizations/2016-11-28/docs-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"ListCreateAccountStatus": "<p>Lists the account creation requests that match the specified status that is currently being tracked for the organization.</p> <note> <p>Always check the <code>NextToken</code> response parameter for a <code>null</code> value when calling a <code>List*</code> operation. These operations can occasionally return an empty set of results even when there are more results available. The <code>NextToken</code> response parameter value is <code>null</code> <i>only</i> when there are no more results to display.</p> </note> <p>This operation can be called only from the organization's master account or by a member account that is a delegated administrator for an AWS service.</p>",
"ListDelegatedAdministrators": "<p>Lists the AWS accounts that are designated as delegated administrators in this organization.</p> <p>This operation can be called only from the organization's master account or by a member account that is a delegated administrator for an AWS service.</p>",
"ListDelegatedServicesForAccount": "<p>List the AWS services for which the specified account is a delegated administrator. </p> <p>This operation can be called only from the organization's master account or by a member account that is a delegated administrator for an AWS service.</p>",
"ListHandshakesForAccount": "<p>Lists the current handshakes that are associated with the account of the requesting user.</p> <p>Handshakes that are <code>ACCEPTED</code>, <code>DECLINED</code>, or <code>CANCELED</code> appear in the results of this API for only 30 days after changing to that state. After that, they're deleted and no longer accessible.</p> <note> <p>Always check the <code>NextToken</code> response parameter for a <code>null</code> value when calling a <code>List*</code> operation. These operations can occasionally return an empty set of results even when there are more results available. The <code>NextToken</code> response parameter value is <code>null</code> <i>only</i> when there are no more results to display.</p> </note> <p>This operation can be called only from the organization's master account or by a member account that is a delegated administrator for an AWS service.</p>",
"ListHandshakesForAccount": "<p>Lists the current handshakes that are associated with the account of the requesting user.</p> <p>Handshakes that are <code>ACCEPTED</code>, <code>DECLINED</code>, or <code>CANCELED</code> appear in the results of this API for only 30 days after changing to that state. After that, they're deleted and no longer accessible.</p> <note> <p>Always check the <code>NextToken</code> response parameter for a <code>null</code> value when calling a <code>List*</code> operation. These operations can occasionally return an empty set of results even when there are more results available. The <code>NextToken</code> response parameter value is <code>null</code> <i>only</i> when there are no more results to display.</p> </note> <p>This operation can be called from any account in the organization.</p>",
"ListHandshakesForOrganization": "<p>Lists the handshakes that are associated with the organization that the requesting user is part of. The <code>ListHandshakesForOrganization</code> operation returns a list of handshake structures. Each structure contains details and status about a handshake.</p> <p>Handshakes that are <code>ACCEPTED</code>, <code>DECLINED</code>, or <code>CANCELED</code> appear in the results of this API for only 30 days after changing to that state. After that, they're deleted and no longer accessible.</p> <note> <p>Always check the <code>NextToken</code> response parameter for a <code>null</code> value when calling a <code>List*</code> operation. These operations can occasionally return an empty set of results even when there are more results available. The <code>NextToken</code> response parameter value is <code>null</code> <i>only</i> when there are no more results to display.</p> </note> <p>This operation can be called only from the organization's master account or by a member account that is a delegated administrator for an AWS service.</p>",
"ListOrganizationalUnitsForParent": "<p>Lists the organizational units (OUs) in a parent organizational unit or root.</p> <note> <p>Always check the <code>NextToken</code> response parameter for a <code>null</code> value when calling a <code>List*</code> operation. These operations can occasionally return an empty set of results even when there are more results available. The <code>NextToken</code> response parameter value is <code>null</code> <i>only</i> when there are no more results to display.</p> </note> <p>This operation can be called only from the organization's master account or by a member account that is a delegated administrator for an AWS service.</p>",
"ListParents": "<p>Lists the root or organizational units (OUs) that serve as the immediate parent of the specified child OU or account. This operation, along with <a>ListChildren</a> enables you to traverse the tree structure that makes up this root.</p> <note> <p>Always check the <code>NextToken</code> response parameter for a <code>null</code> value when calling a <code>List*</code> operation. These operations can occasionally return an empty set of results even when there are more results available. The <code>NextToken</code> response parameter value is <code>null</code> <i>only</i> when there are no more results to display.</p> </note> <p>This operation can be called only from the organization's master account or by a member account that is a delegated administrator for an AWS service.</p> <note> <p>In the current release, a child can have only a single parent. </p> </note>",
Expand Down
28 changes: 21 additions & 7 deletions aws-sdk-core/apis/s3/2006-03-01/api-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -1110,17 +1110,31 @@
"BucketLocationConstraint":{
"type":"string",
"enum":[
"EU",
"eu-west-1",
"us-west-1",
"us-west-2",
"af-south-1",
"ap-east-1",
"ap-northeast-1",
"ap-northeast-2",
"ap-northeast-3",
"ap-south-1",
"ap-southeast-1",
"ap-southeast-2",
"ap-northeast-1",
"sa-east-1",
"ca-central-1",
"cn-north-1",
"eu-central-1"
"cn-northwest-1",
"EU",
"eu-central-1",
"eu-north-1",
"eu-south-1",
"eu-west-1",
"eu-west-2",
"eu-west-3",
"me-south-1",
"sa-east-1",
"us-east-2",
"us-gov-east-1",
"us-gov-west-1",
"us-west-1",
"us-west-2"
]
},
"BucketLoggingStatus":{
Expand Down
Loading

0 comments on commit 6e290fe

Please sign in to comment.