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 May 22, 2019
1 parent 759a565 commit 3ed0f98
Show file tree
Hide file tree
Showing 39 changed files with 739 additions and 78 deletions.
42 changes: 42 additions & 0 deletions .changes/3.94.2
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
[
{
"type": "api-change",
"category": "Budgets",
"description": "Added new datatype PlannedBudgetLimits to Budget model, and updated examples for AWS Budgets API for UpdateBudget, CreateBudget, DescribeBudget, and DescribeBudgets"
},
{
"type": "api-change",
"category": "APIGateway",
"description": "This release adds support for tagging of Amazon API Gateway resources."
},
{
"type": "api-change",
"category": "DeviceFarm",
"description": "This release introduces support for tagging, tag-based access control, and resource-based access control."
},
{
"type": "api-change",
"category": "WorkLink",
"description": "Amazon WorkLink is a fully managed, cloud-based service that enables secure, one-click access to internal websites and web apps from mobile phones. This release introduces new APIs to associate and manage website authorization providers with Amazon WorkLink fleets."
},
{
"type": "api-change",
"category": "EFS",
"description": "AWS EFS documentation updated to reflect the minimum required value for ProvisionedThroughputInMibps is 1 from the previously documented 0. The service has always required a minimum value of 1, therefor service behavior is not changed. "
},
{
"type": "enhancement",
"category": "RDS",
"description": "Documentation updates for rds"
},
{
"type": "api-change",
"category": "ServiceCatalog",
"description": "Service Catalog UpdateProvisionedProductProperties API enables customers to manage provisioned product ownership. Administrators can now update the user associated to a provisioned product to another user within the same account allowing the new user to describe, update, terminate and execute service actions in that Service Catalog resource. New owner will also be able to list and describe all past records executed for that provisioned product."
},
{
"type": "api-change",
"category": "EC2",
"description": "This release adds idempotency support for associate, create route and authorization APIs for AWS Client VPN Endpoints."
}
]
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# CHANGELOG

## next release

* `Aws\APIGateway` - This release adds support for tagging of Amazon API Gateway resources.
* `Aws\Budgets` - Added new datatype PlannedBudgetLimits to Budget model, and updated examples for AWS Budgets API for UpdateBudget, CreateBudget, DescribeBudget, and DescribeBudgets
* `Aws\DeviceFarm` - This release introduces support for tagging, tag-based access control, and resource-based access control.
* `Aws\EC2` - This release adds idempotency support for associate, create route and authorization APIs for AWS Client VPN Endpoints.
* `Aws\EFS` - AWS EFS documentation updated to reflect the minimum required value for ProvisionedThroughputInMibps is 1 from the previously documented 0. The service has always required a minimum value of 1, therefor service behavior is not changed.
* `Aws\RDS` - Documentation updates for rds
* `Aws\ServiceCatalog` - Service Catalog UpdateProvisionedProductProperties API enables customers to manage provisioned product ownership. Administrators can now update the user associated to a provisioned product to another user within the same account allowing the new user to describe, update, terminate and execute service actions in that Service Catalog resource. New owner will also be able to list and describe all past records executed for that provisioned product.
* `Aws\WorkLink` - Amazon WorkLink is a fully managed, cloud-based service that enables secure, one-click access to internal websites and web apps from mobile phones. This release introduces new APIs to associate and manage website authorization providers with Amazon WorkLink fleets.

## 3.94.1 - 2019-05-21

* `Aws\AlexaForBusiness` - This release contains API changes to allow customers to create and manage Network Profiles for their Shared devices
Expand Down
6 changes: 6 additions & 0 deletions src/DeviceFarm/DeviceFarmClient.php
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,8 @@
* @method \GuzzleHttp\Promise\Promise listSamplesAsync(array $args = [])
* @method \Aws\Result listSuites(array $args = [])
* @method \GuzzleHttp\Promise\Promise listSuitesAsync(array $args = [])
* @method \Aws\Result listTagsForResource(array $args = [])
* @method \GuzzleHttp\Promise\Promise listTagsForResourceAsync(array $args = [])
* @method \Aws\Result listTests(array $args = [])
* @method \GuzzleHttp\Promise\Promise listTestsAsync(array $args = [])
* @method \Aws\Result listUniqueProblems(array $args = [])
Expand All @@ -120,6 +122,10 @@
* @method \GuzzleHttp\Promise\Promise stopRemoteAccessSessionAsync(array $args = [])
* @method \Aws\Result stopRun(array $args = [])
* @method \GuzzleHttp\Promise\Promise stopRunAsync(array $args = [])
* @method \Aws\Result tagResource(array $args = [])
* @method \GuzzleHttp\Promise\Promise tagResourceAsync(array $args = [])
* @method \Aws\Result untagResource(array $args = [])
* @method \GuzzleHttp\Promise\Promise untagResourceAsync(array $args = [])
* @method \Aws\Result updateDeviceInstance(array $args = [])
* @method \GuzzleHttp\Promise\Promise updateDeviceInstanceAsync(array $args = [])
* @method \Aws\Result updateDevicePool(array $args = [])
Expand Down
2 changes: 2 additions & 0 deletions src/ServiceCatalog/ServiceCatalogClient.php
Original file line number Diff line number Diff line change
Expand Up @@ -159,6 +159,8 @@
* @method \GuzzleHttp\Promise\Promise updateProductAsync(array $args = [])
* @method \Aws\Result updateProvisionedProduct(array $args = [])
* @method \GuzzleHttp\Promise\Promise updateProvisionedProductAsync(array $args = [])
* @method \Aws\Result updateProvisionedProductProperties(array $args = [])
* @method \GuzzleHttp\Promise\Promise updateProvisionedProductPropertiesAsync(array $args = [])
* @method \Aws\Result updateProvisioningArtifact(array $args = [])
* @method \GuzzleHttp\Promise\Promise updateProvisioningArtifactAsync(array $args = [])
* @method \Aws\Result updateServiceAction(array $args = [])
Expand Down
6 changes: 6 additions & 0 deletions src/WorkLink/WorkLinkClient.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@
* This client is used to interact with the **Amazon WorkLink** service.
* @method \Aws\Result associateDomain(array $args = [])
* @method \GuzzleHttp\Promise\Promise associateDomainAsync(array $args = [])
* @method \Aws\Result associateWebsiteAuthorizationProvider(array $args = [])
* @method \GuzzleHttp\Promise\Promise associateWebsiteAuthorizationProviderAsync(array $args = [])
* @method \Aws\Result associateWebsiteCertificateAuthority(array $args = [])
* @method \GuzzleHttp\Promise\Promise associateWebsiteCertificateAuthorityAsync(array $args = [])
* @method \Aws\Result createFleet(array $args = [])
Expand All @@ -31,6 +33,8 @@
* @method \GuzzleHttp\Promise\Promise describeWebsiteCertificateAuthorityAsync(array $args = [])
* @method \Aws\Result disassociateDomain(array $args = [])
* @method \GuzzleHttp\Promise\Promise disassociateDomainAsync(array $args = [])
* @method \Aws\Result disassociateWebsiteAuthorizationProvider(array $args = [])
* @method \GuzzleHttp\Promise\Promise disassociateWebsiteAuthorizationProviderAsync(array $args = [])
* @method \Aws\Result disassociateWebsiteCertificateAuthority(array $args = [])
* @method \GuzzleHttp\Promise\Promise disassociateWebsiteCertificateAuthorityAsync(array $args = [])
* @method \Aws\Result listDevices(array $args = [])
Expand All @@ -39,6 +43,8 @@
* @method \GuzzleHttp\Promise\Promise listDomainsAsync(array $args = [])
* @method \Aws\Result listFleets(array $args = [])
* @method \GuzzleHttp\Promise\Promise listFleetsAsync(array $args = [])
* @method \Aws\Result listWebsiteAuthorizationProviders(array $args = [])
* @method \GuzzleHttp\Promise\Promise listWebsiteAuthorizationProvidersAsync(array $args = [])
* @method \Aws\Result listWebsiteCertificateAuthorities(array $args = [])
* @method \GuzzleHttp\Promise\Promise listWebsiteCertificateAuthoritiesAsync(array $args = [])
* @method \Aws\Result restoreDomainAccess(array $args = [])
Expand Down
36 changes: 24 additions & 12 deletions src/data/apigateway/2015-07-09/api-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -1905,7 +1905,8 @@
"enabled":{"shape":"Boolean"},
"createdDate":{"shape":"Timestamp"},
"lastUpdatedDate":{"shape":"Timestamp"},
"stageKeys":{"shape":"ListOfString"}
"stageKeys":{"shape":"ListOfString"},
"tags":{"shape":"MapOfStringToString"}
}
},
"ApiKeyIds":{
Expand Down Expand Up @@ -2045,7 +2046,8 @@
"description":{"shape":"String"},
"pemEncodedCertificate":{"shape":"String"},
"createdDate":{"shape":"Timestamp"},
"expirationDate":{"shape":"Timestamp"}
"expirationDate":{"shape":"Timestamp"},
"tags":{"shape":"MapOfStringToString"}
}
},
"ClientCertificates":{
Expand Down Expand Up @@ -2089,7 +2091,8 @@
"generateDistinctId":{"shape":"Boolean"},
"value":{"shape":"String"},
"stageKeys":{"shape":"ListOfStageKeys"},
"customerId":{"shape":"String"}
"customerId":{"shape":"String"},
"tags":{"shape":"MapOfStringToString"}
}
},
"CreateAuthorizerRequest":{
Expand Down Expand Up @@ -2198,7 +2201,8 @@
"certificateArn":{"shape":"String"},
"regionalCertificateName":{"shape":"String"},
"regionalCertificateArn":{"shape":"String"},
"endpointConfiguration":{"shape":"EndpointConfiguration"}
"endpointConfiguration":{"shape":"EndpointConfiguration"},
"tags":{"shape":"MapOfStringToString"}
}
},
"CreateModelRequest":{
Expand Down Expand Up @@ -2267,7 +2271,8 @@
"minimumCompressionSize":{"shape":"NullableInteger"},
"apiKeySource":{"shape":"ApiKeySourceType"},
"endpointConfiguration":{"shape":"EndpointConfiguration"},
"policy":{"shape":"String"}
"policy":{"shape":"String"},
"tags":{"shape":"MapOfStringToString"}
}
},
"CreateStageRequest":{
Expand Down Expand Up @@ -2320,7 +2325,8 @@
"description":{"shape":"String"},
"apiStages":{"shape":"ListOfApiStage"},
"throttle":{"shape":"ThrottleSettings"},
"quota":{"shape":"QuotaSettings"}
"quota":{"shape":"QuotaSettings"},
"tags":{"shape":"MapOfStringToString"}
}
},
"CreateVpcLinkRequest":{
Expand All @@ -2332,7 +2338,8 @@
"members":{
"name":{"shape":"String"},
"description":{"shape":"String"},
"targetArns":{"shape":"ListOfString"}
"targetArns":{"shape":"ListOfString"},
"tags":{"shape":"MapOfStringToString"}
}
},
"DeleteApiKeyRequest":{
Expand Down Expand Up @@ -2837,7 +2844,8 @@
"regionalCertificateArn":{"shape":"String"},
"distributionDomainName":{"shape":"String"},
"distributionHostedZoneId":{"shape":"String"},
"endpointConfiguration":{"shape":"EndpointConfiguration"}
"endpointConfiguration":{"shape":"EndpointConfiguration"},
"tags":{"shape":"MapOfStringToString"}
}
},
"DomainNames":{
Expand Down Expand Up @@ -2968,7 +2976,8 @@
"GenerateClientCertificateRequest":{
"type":"structure",
"members":{
"description":{"shape":"String"}
"description":{"shape":"String"},
"tags":{"shape":"MapOfStringToString"}
}
},
"GetAccountRequest":{
Expand Down Expand Up @@ -4574,7 +4583,8 @@
"minimumCompressionSize":{"shape":"NullableInteger"},
"apiKeySource":{"shape":"ApiKeySourceType"},
"endpointConfiguration":{"shape":"EndpointConfiguration"},
"policy":{"shape":"String"}
"policy":{"shape":"String"},
"tags":{"shape":"MapOfStringToString"}
}
},
"RestApis":{
Expand Down Expand Up @@ -5285,7 +5295,8 @@
"apiStages":{"shape":"ListOfApiStage"},
"throttle":{"shape":"ThrottleSettings"},
"quota":{"shape":"QuotaSettings"},
"productCode":{"shape":"String"}
"productCode":{"shape":"String"},
"tags":{"shape":"MapOfStringToString"}
}
},
"UsagePlanKey":{
Expand Down Expand Up @@ -5325,7 +5336,8 @@
"description":{"shape":"String"},
"targetArns":{"shape":"ListOfString"},
"status":{"shape":"VpcLinkStatus"},
"statusMessage":{"shape":"String"}
"statusMessage":{"shape":"String"},
"tags":{"shape":"MapOfStringToString"}
}
},
"VpcLinkStatus":{
Expand Down
2 changes: 1 addition & 1 deletion src/data/apigateway/2015-07-09/api-2.json.php

Large diffs are not rendered by default.

Loading

0 comments on commit 3ed0f98

Please sign in to comment.