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 Jun 5, 2023
1 parent d0fe1af commit 499e7d4
Show file tree
Hide file tree
Showing 48 changed files with 4,451 additions and 770 deletions.
42 changes: 42 additions & 0 deletions .changes/3.271.8
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
[
{
"type": "api-change",
"category": "finspace",
"description": "Releasing new Managed kdb Insights APIs"
},
{
"type": "api-change",
"category": "FraudDetector",
"description": "Added new variable types, new DateTime data type, and new rules engine functions for interacting and working with DateTime data types."
},
{
"type": "api-change",
"category": "CloudFormation",
"description": "AWS CloudFormation StackSets provides customers with three new APIs to activate, deactivate, and describe AWS Organizations trusted access which is needed to get started with service-managed StackSets."
},
{
"type": "api-change",
"category": "Keyspaces",
"description": "This release adds support for MRR GA launch, and includes multiregion support in create-keyspace, get-keyspace, and list-keyspace."
},
{
"type": "api-change",
"category": "KMS",
"description": "This release includes feature to import customer's asymmetric (RSA and ECC) and HMAC keys into KMS. It also includes feature to allow customers to specify number of days to schedule a KMS key deletion as a policy condition key."
},
{
"type": "api-change",
"category": "MWAA",
"description": "This release adds ROLLING_BACK and CREATING_SNAPSHOT environment statuses for Amazon MWAA environments."
},
{
"type": "api-change",
"category": "Lambda",
"description": "Add Ruby 3.2 (ruby3.2) Runtime support to AWS Lambda."
},
{
"type": "api-change",
"category": "EC2",
"description": "Making InstanceTagAttribute as the required parameter for the DeregisterInstanceEventNotificationAttributes and RegisterInstanceEventNotificationAttributes APIs."
}
]
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\CloudFormation` - AWS CloudFormation StackSets provides customers with three new APIs to activate, deactivate, and describe AWS Organizations trusted access which is needed to get started with service-managed StackSets.
* `Aws\EC2` - Making InstanceTagAttribute as the required parameter for the DeregisterInstanceEventNotificationAttributes and RegisterInstanceEventNotificationAttributes APIs.
* `Aws\FraudDetector` - Added new variable types, new DateTime data type, and new rules engine functions for interacting and working with DateTime data types.
* `Aws\KMS` - This release includes feature to import customer's asymmetric (RSA and ECC) and HMAC keys into KMS. It also includes feature to allow customers to specify number of days to schedule a KMS key deletion as a policy condition key.
* `Aws\Keyspaces` - This release adds support for MRR GA launch, and includes multiregion support in create-keyspace, get-keyspace, and list-keyspace.
* `Aws\Lambda` - Add Ruby 3.2 (ruby3.2) Runtime support to AWS Lambda.
* `Aws\MWAA` - This release adds ROLLING_BACK and CREATING_SNAPSHOT environment statuses for Amazon MWAA environments.
* `Aws\finspace` - Releasing new Managed kdb Insights APIs

## 3.271.7 - 2023-06-02

* `Aws\Athena` - This release introduces the DeleteCapacityReservation API and the ability to manage capacity reservations using CloudFormation
Expand Down
6 changes: 6 additions & 0 deletions src/CloudFormation/CloudFormationClient.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@
/**
* This client is used to interact with the **AWS CloudFormation** service.
*
* @method \Aws\Result activateOrganizationsAccess(array $args = [])
* @method \GuzzleHttp\Promise\Promise activateOrganizationsAccessAsync(array $args = [])
* @method \Aws\Result activateType(array $args = [])
* @method \GuzzleHttp\Promise\Promise activateTypeAsync(array $args = [])
* @method \Aws\Result batchDescribeTypeConfigurations(array $args = [])
Expand All @@ -22,6 +24,8 @@
* @method \GuzzleHttp\Promise\Promise createStackInstancesAsync(array $args = [])
* @method \Aws\Result createStackSet(array $args = [])
* @method \GuzzleHttp\Promise\Promise createStackSetAsync(array $args = [])
* @method \Aws\Result deactivateOrganizationsAccess(array $args = [])
* @method \GuzzleHttp\Promise\Promise deactivateOrganizationsAccessAsync(array $args = [])
* @method \Aws\Result deactivateType(array $args = [])
* @method \GuzzleHttp\Promise\Promise deactivateTypeAsync(array $args = [])
* @method \Aws\Result deleteChangeSet(array $args = [])
Expand All @@ -40,6 +44,8 @@
* @method \GuzzleHttp\Promise\Promise describeChangeSetAsync(array $args = [])
* @method \Aws\Result describeChangeSetHooks(array $args = [])
* @method \GuzzleHttp\Promise\Promise describeChangeSetHooksAsync(array $args = [])
* @method \Aws\Result describeOrganizationsAccess(array $args = [])
* @method \GuzzleHttp\Promise\Promise describeOrganizationsAccessAsync(array $args = [])
* @method \Aws\Result describePublisher(array $args = [])
* @method \GuzzleHttp\Promise\Promise describePublisherAsync(array $args = [])
* @method \Aws\Result describeStackDriftDetectionStatus(array $args = [])
Expand Down
88 changes: 88 additions & 0 deletions src/data/cloudformation/2010-05-15/api-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,22 @@
"xmlNamespace":"http://cloudformation.amazonaws.com/doc/2010-05-15/"
},
"operations":{
"ActivateOrganizationsAccess":{
"name":"ActivateOrganizationsAccess",
"http":{
"method":"POST",
"requestUri":"/"
},
"input":{"shape":"ActivateOrganizationsAccessInput"},
"output":{
"shape":"ActivateOrganizationsAccessOutput",
"resultWrapper":"ActivateOrganizationsAccessResult"
},
"errors":[
{"shape":"InvalidOperationException"},
{"shape":"OperationNotFoundException"}
]
},
"ActivateType":{
"name":"ActivateType",
"http":{
Expand Down Expand Up @@ -142,6 +158,22 @@
{"shape":"LimitExceededException"}
]
},
"DeactivateOrganizationsAccess":{
"name":"DeactivateOrganizationsAccess",
"http":{
"method":"POST",
"requestUri":"/"
},
"input":{"shape":"DeactivateOrganizationsAccessInput"},
"output":{
"shape":"DeactivateOrganizationsAccessOutput",
"resultWrapper":"DeactivateOrganizationsAccessResult"
},
"errors":[
{"shape":"InvalidOperationException"},
{"shape":"OperationNotFoundException"}
]
},
"DeactivateType":{
"name":"DeactivateType",
"http":{
Expand Down Expand Up @@ -279,6 +311,22 @@
{"shape":"ChangeSetNotFoundException"}
]
},
"DescribeOrganizationsAccess":{
"name":"DescribeOrganizationsAccess",
"http":{
"method":"POST",
"requestUri":"/"
},
"input":{"shape":"DescribeOrganizationsAccessInput"},
"output":{
"shape":"DescribeOrganizationsAccessOutput",
"resultWrapper":"DescribeOrganizationsAccessResult"
},
"errors":[
{"shape":"InvalidOperationException"},
{"shape":"OperationNotFoundException"}
]
},
"DescribePublisher":{
"name":"DescribePublisher",
"http":{
Expand Down Expand Up @@ -1044,6 +1092,16 @@
"min":1,
"pattern":"(s3://|http(s?)://).+"
},
"ActivateOrganizationsAccessInput":{
"type":"structure",
"members":{
}
},
"ActivateOrganizationsAccessOutput":{
"type":"structure",
"members":{
}
},
"ActivateTypeInput":{
"type":"structure",
"members":{
Expand Down Expand Up @@ -1491,6 +1549,16 @@
"exception":true
},
"CreationTime":{"type":"timestamp"},
"DeactivateOrganizationsAccessInput":{
"type":"structure",
"members":{
}
},
"DeactivateOrganizationsAccessOutput":{
"type":"structure",
"members":{
}
},
"DeactivateTypeInput":{
"type":"structure",
"members":{
Expand Down Expand Up @@ -1666,6 +1734,18 @@
"RootChangeSetId":{"shape":"ChangeSetId"}
}
},
"DescribeOrganizationsAccessInput":{
"type":"structure",
"members":{
"CallAs":{"shape":"CallAs"}
}
},
"DescribeOrganizationsAccessOutput":{
"type":"structure",
"members":{
"Status":{"shape":"OrganizationStatus"}
}
},
"DescribePublisherInput":{
"type":"structure",
"members":{
Expand Down Expand Up @@ -2676,6 +2756,14 @@
"type":"string",
"max":4096
},
"OrganizationStatus":{
"type":"string",
"enum":[
"ENABLED",
"DISABLED",
"DISABLED_PERMANENTLY"
]
},
"OrganizationalUnitId":{
"type":"string",
"pattern":"^(ou-[a-z0-9]{4,32}-[a-z0-9]{8,32}|r-[a-z0-9]{4,32})$"
Expand Down
2 changes: 1 addition & 1 deletion src/data/cloudformation/2010-05-15/api-2.json.php

Large diffs are not rendered by default.

0 comments on commit 499e7d4

Please sign in to comment.