Skip to content

Commit

Permalink
Release v1.40.24 (2021-08-17) (#4062)
Browse files Browse the repository at this point in the history
Release v1.40.24 (2021-08-17)
===

### Service Client Updates
* `service/ce`: Updates service API and documentation
* `service/cloud9`: Updates service API and documentation
  * Added DryRun parameter to CreateEnvironmentEC2 API. Added ManagedCredentialsActions parameter to UpdateEnvironment API
* `service/clouddirectory`: Updates service documentation
  * Documentation updates for clouddirectory
* `service/ec2`: Updates service API and documentation
  * This release adds support for EC2 ED25519 key pairs for authentication
* `service/logs`: Updates service documentation
  * Documentation-only update for CloudWatch Logs
  • Loading branch information
aws-sdk-go-automation authored Aug 17, 2021
1 parent abb93ec commit 4d77cf6
Show file tree
Hide file tree
Showing 19 changed files with 1,728 additions and 986 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
Release v1.40.24 (2021-08-17)
===

### Service Client Updates
* `service/ce`: Updates service API and documentation
* `service/cloud9`: Updates service API and documentation
* Added DryRun parameter to CreateEnvironmentEC2 API. Added ManagedCredentialsActions parameter to UpdateEnvironment API
* `service/clouddirectory`: Updates service documentation
* Documentation updates for clouddirectory
* `service/ec2`: Updates service API and documentation
* This release adds support for EC2 ED25519 key pairs for authentication
* `service/logs`: Updates service documentation
* Documentation-only update for CloudWatch Logs

Release v1.40.23 (2021-08-16)
===

Expand Down
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.40.23"
const SDKVersion = "1.40.24"
68 changes: 66 additions & 2 deletions models/apis/ce/2017-10-25/api-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -585,6 +585,7 @@
"Name":{"shape":"CostCategoryName"},
"RuleVersion":{"shape":"CostCategoryRuleVersion"},
"Rules":{"shape":"CostCategoryRulesList"},
"SplitChargeRules":{"shape":"CostCategorySplitChargeRulesList"},
"ProcessingStatus":{"shape":"CostCategoryProcessingStatusList"},
"DefaultValue":{"shape":"CostCategoryValue"}
}
Expand Down Expand Up @@ -672,6 +673,67 @@
"max":500,
"min":1
},
"CostCategorySplitChargeMethod":{
"type":"string",
"enum":[
"FIXED",
"PROPORTIONAL",
"EVEN"
]
},
"CostCategorySplitChargeRule":{
"type":"structure",
"required":[
"Source",
"Targets",
"Method"
],
"members":{
"Source":{"shape":"GenericString"},
"Targets":{"shape":"CostCategorySplitChargeRuleTargetsList"},
"Method":{"shape":"CostCategorySplitChargeMethod"},
"Parameters":{"shape":"CostCategorySplitChargeRuleParametersList"}
}
},
"CostCategorySplitChargeRuleParameter":{
"type":"structure",
"required":[
"Type",
"Values"
],
"members":{
"Type":{"shape":"CostCategorySplitChargeRuleParameterType"},
"Values":{"shape":"CostCategorySplitChargeRuleParameterValuesList"}
}
},
"CostCategorySplitChargeRuleParameterType":{
"type":"string",
"enum":["ALLOCATION_PERCENTAGES"]
},
"CostCategorySplitChargeRuleParameterValuesList":{
"type":"list",
"member":{"shape":"GenericString"},
"max":500,
"min":1
},
"CostCategorySplitChargeRuleParametersList":{
"type":"list",
"member":{"shape":"CostCategorySplitChargeRuleParameter"},
"max":10,
"min":1
},
"CostCategorySplitChargeRuleTargetsList":{
"type":"list",
"member":{"shape":"GenericString"},
"max":500,
"min":1
},
"CostCategorySplitChargeRulesList":{
"type":"list",
"member":{"shape":"CostCategorySplitChargeRule"},
"max":10,
"min":1
},
"CostCategoryStatus":{
"type":"string",
"enum":[
Expand Down Expand Up @@ -786,7 +848,8 @@
"Name":{"shape":"CostCategoryName"},
"RuleVersion":{"shape":"CostCategoryRuleVersion"},
"Rules":{"shape":"CostCategoryRulesList"},
"DefaultValue":{"shape":"CostCategoryValue"}
"DefaultValue":{"shape":"CostCategoryValue"},
"SplitChargeRules":{"shape":"CostCategorySplitChargeRulesList"}
}
},
"CreateCostCategoryDefinitionResponse":{
Expand Down Expand Up @@ -2427,7 +2490,8 @@
"CostCategoryArn":{"shape":"Arn"},
"RuleVersion":{"shape":"CostCategoryRuleVersion"},
"Rules":{"shape":"CostCategoryRulesList"},
"DefaultValue":{"shape":"CostCategoryValue"}
"DefaultValue":{"shape":"CostCategoryValue"},
"SplitChargeRules":{"shape":"CostCategorySplitChargeRulesList"}
}
},
"UpdateCostCategoryDefinitionResponse":{
Expand Down
687 changes: 370 additions & 317 deletions models/apis/ce/2017-10-25/docs-2.json

Large diffs are not rendered by default.

14 changes: 12 additions & 2 deletions models/apis/cloud9/2017-09-23/api-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -300,7 +300,8 @@
"automaticStopTimeMinutes":{"shape":"AutomaticStopTimeMinutes"},
"ownerArn":{"shape":"UserArn"},
"tags":{"shape":"TagList"},
"connectionType":{"shape":"ConnectionType"}
"connectionType":{"shape":"ConnectionType"},
"dryRun":{"shape":"NullableBoolean"}
}
},
"CreateEnvironmentEC2Result":{
Expand Down Expand Up @@ -563,6 +564,13 @@
"Tags":{"shape":"TagList"}
}
},
"ManagedCredentialsAction":{
"type":"string",
"enum":[
"ENABLE",
"DISABLE"
]
},
"ManagedCredentialsStatus":{
"type":"string",
"enum":[
Expand Down Expand Up @@ -598,6 +606,7 @@
},
"exception":true
},
"NullableBoolean":{"type":"boolean"},
"Permissions":{
"type":"string",
"enum":[
Expand Down Expand Up @@ -719,7 +728,8 @@
"members":{
"environmentId":{"shape":"EnvironmentId"},
"name":{"shape":"EnvironmentName"},
"description":{"shape":"EnvironmentDescription"}
"description":{"shape":"EnvironmentDescription"},
"managedCredentialsAction":{"shape":"ManagedCredentialsAction"}
}
},
"UpdateEnvironmentResult":{
Expand Down
12 changes: 12 additions & 0 deletions models/apis/cloud9/2017-09-23/docs-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -271,6 +271,12 @@
"refs": {
}
},
"ManagedCredentialsAction": {
"base": null,
"refs": {
"UpdateEnvironmentRequest$managedCredentialsAction": "<p>Allows the environment owner to turn on or turn off the Amazon Web Services managed temporary credentials for an Cloud9 environment by using one of the following values:</p> <ul> <li> <p> <code>ENABLE</code> </p> </li> <li> <p> <code>DISABLE</code> </p> </li> </ul> <note> <p>Only the environment owner can change the status of managed temporary credentials. An <code>AccessDeniedException</code> is thrown if an attempt to turn on or turn off managed temporary credentials is made by an account that's not the environment owner.</p> </note>"
}
},
"ManagedCredentialsStatus": {
"base": null,
"refs": {
Expand All @@ -296,6 +302,12 @@
"refs": {
}
},
"NullableBoolean": {
"base": null,
"refs": {
"CreateEnvironmentEC2Request$dryRun": "<p>Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>"
}
},
"Permissions": {
"base": null,
"refs": {
Expand Down
24 changes: 12 additions & 12 deletions models/apis/clouddirectory/2017-01-11/docs-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
},
"shapes": {
"AccessDeniedException": {
"base": "<p>Access denied. Check your permissions.</p>",
"base": "<p>Access denied or directory not found. Either you don't have permissions for this directory or the directory does not exist. Try calling <a>ListDirectories</a> and check your permissions.</p>",
"refs": {
}
},
Expand Down Expand Up @@ -166,7 +166,7 @@
"PutSchemaFromJsonRequest$SchemaArn": "<p>The ARN of the schema to update.</p>",
"PutSchemaFromJsonResponse$Arn": "<p>The ARN of the schema to update.</p>",
"RemoveFacetFromObjectRequest$DirectoryArn": "<p>The ARN of the directory in which the object resides.</p>",
"SchemaFacet$SchemaArn": "<p>The ARN of the schema that contains the facet with no minor component. See <a>arns</a> and <a href=\"https://docs.aws.amazon.com/clouddirectory/latest/developerguide/schemas_inplaceschemaupgrade.html\">In-Place Schema Upgrade</a> for a description of when to provide minor versions.</p>",
"SchemaFacet$SchemaArn": "<p>The ARN of the schema that contains the facet with no minor component. See <a>arns</a> and <a href=\"https://docs.aws.amazon.com/clouddirectory/latest/developerguide/schemas_inplaceschemaupgrade.html\">In-Place Schema Upgrade</a> for a description of when to provide minor versions. If this value is set, FacetName must also be set.</p>",
"TagResourceRequest$ResourceArn": "<p>The Amazon Resource Name (ARN) of the resource. Tagging is only supported for directories.</p>",
"TypedLinkSchemaAndFacetName$SchemaArn": "<p>The Amazon Resource Name (ARN) that is associated with the schema. For more information, see <a>arns</a>.</p>",
"UntagResourceRequest$ResourceArn": "<p>The Amazon Resource Name (ARN) of the resource. Tagging is only supported for directories.</p>",
Expand Down Expand Up @@ -564,15 +564,15 @@
}
},
"BatchListObjectParents": {
"base": null,
"base": "<p>Lists parent objects that are associated with a given object in pagination fashion.</p>",
"refs": {
"BatchReadOperation$ListObjectParents": null
"BatchReadOperation$ListObjectParents": "<p>Lists parent objects that are associated with a given object in pagination fashion.</p>"
}
},
"BatchListObjectParentsResponse": {
"base": null,
"base": "<p>Represents the output of a <a>ListObjectParents</a> response operation.</p>",
"refs": {
"BatchReadSuccessfulResponse$ListObjectParents": null
"BatchReadSuccessfulResponse$ListObjectParents": "<p>The list of parent objects to retrieve.</p>"
}
},
"BatchListObjectPolicies": {
Expand Down Expand Up @@ -1163,7 +1163,7 @@
"FacetNameList$member": null,
"GetFacetRequest$Name": "<p>The name of the facet to retrieve.</p>",
"ListFacetAttributesRequest$Name": "<p>The name of the facet whose attributes will be retrieved.</p>",
"SchemaFacet$FacetName": "<p>The name of the facet.</p>",
"SchemaFacet$FacetName": "<p>The name of the facet. If this value is set, SchemaArn must also be set.</p>",
"UpdateFacetRequest$Name": "<p>The name of the facet.</p>"
}
},
Expand Down Expand Up @@ -1612,8 +1612,8 @@
"BatchListObjectChildrenResponse$NextToken": "<p>The pagination token.</p>",
"BatchListObjectParentPaths$NextToken": "<p>The pagination token.</p>",
"BatchListObjectParentPathsResponse$NextToken": "<p>The pagination token.</p>",
"BatchListObjectParents$NextToken": null,
"BatchListObjectParentsResponse$NextToken": null,
"BatchListObjectParents$NextToken": "<p>The pagination token.</p>",
"BatchListObjectParentsResponse$NextToken": "<p>The pagination token.</p>",
"BatchListObjectPolicies$NextToken": "<p>The pagination token.</p>",
"BatchListObjectPoliciesResponse$NextToken": "<p>The pagination token.</p>",
"BatchListOutgoingTypedLinks$NextToken": "<p>The pagination token.</p>",
Expand Down Expand Up @@ -1696,7 +1696,7 @@
"BatchListObjectAttributes$MaxResults": "<p>The maximum number of items to be retrieved in a single call. This is an approximate number.</p>",
"BatchListObjectChildren$MaxResults": "<p>Maximum number of items to be retrieved in a single call. This is an approximate number.</p>",
"BatchListObjectParentPaths$MaxResults": "<p>The maximum number of results to retrieve.</p>",
"BatchListObjectParents$MaxResults": null,
"BatchListObjectParents$MaxResults": "<p>The maximum number of items to be retrieved in a single call. This is an approximate number.</p>",
"BatchListObjectPolicies$MaxResults": "<p>The maximum number of results to retrieve.</p>",
"BatchListOutgoingTypedLinks$MaxResults": "<p>The maximum number of results to retrieve.</p>",
"BatchListPolicyAttachments$MaxResults": "<p>The maximum number of results to retrieve.</p>",
Expand Down Expand Up @@ -1792,7 +1792,7 @@
"ObjectIdentifierAndLinkNameList": {
"base": null,
"refs": {
"BatchListObjectParentsResponse$ParentLinks": null,
"BatchListObjectParentsResponse$ParentLinks": "<p>Returns a list of parent reference and LinkName Tuples.</p>",
"ListObjectParentsResponse$ParentLinks": "<p>Returns a list of parent reference and LinkName Tuples.</p>"
}
},
Expand Down Expand Up @@ -2102,7 +2102,7 @@
"SelectorObjectReference": {
"base": null,
"refs": {
"ObjectReference$Selector": "<p>A path selector supports easy selection of an object by the parent/child links leading to it from the directory root. Use the link names from each parent/child link to construct the path. Path selectors start with a slash (/) and link names are separated by slashes. For more information about paths, see <a href=\"https://docs.aws.amazon.com/clouddirectory/latest/developerguide/directory_objects_access_objects.html\">Access Objects</a>. You can identify an object in one of the following ways:</p> <ul> <li> <p> <i>$ObjectIdentifier</i> - An object identifier is an opaque string provided by Amazon Cloud Directory. When creating objects, the system will provide you with the identifier of the created object. An object’s identifier is immutable and no two objects will ever share the same object identifier</p> </li> <li> <p> <i>/some/path</i> - Identifies the object based on path</p> </li> <li> <p> <i>#SomeBatchReference</i> - Identifies the object in a batch call</p> </li> </ul>"
"ObjectReference$Selector": "<p>A path selector supports easy selection of an object by the parent/child links leading to it from the directory root. Use the link names from each parent/child link to construct the path. Path selectors start with a slash (/) and link names are separated by slashes. For more information about paths, see <a href=\"https://docs.aws.amazon.com/clouddirectory/latest/developerguide/directory_objects_access_objects.html\">Access Objects</a>. You can identify an object in one of the following ways:</p> <ul> <li> <p> <i>$ObjectIdentifier</i> - An object identifier is an opaque string provided by Amazon Cloud Directory. When creating objects, the system will provide you with the identifier of the created object. An object’s identifier is immutable and no two objects will ever share the same object identifier. To identify an object with ObjectIdentifier, the ObjectIdentifier must be wrapped in double quotes. </p> </li> <li> <p> <i>/some/path</i> - Identifies the object based on path</p> </li> <li> <p> <i>#SomeBatchReference</i> - Identifies the object in a batch call</p> </li> </ul>"
}
},
"StillContainsLinksException": {
Expand Down
12 changes: 12 additions & 0 deletions models/apis/ec2/2016-11-15/api-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -8173,6 +8173,7 @@
"shape":"Boolean",
"locationName":"dryRun"
},
"KeyType":{"shape":"KeyType"},
"TagSpecifications":{
"shape":"TagSpecificationList",
"locationName":"TagSpecification"
Expand Down Expand Up @@ -21984,6 +21985,10 @@
"shape":"String",
"locationName":"keyName"
},
"KeyType":{
"shape":"KeyType",
"locationName":"keyType"
},
"Tags":{
"shape":"TagList",
"locationName":"tagSet"
Expand All @@ -21998,6 +22003,13 @@
}
},
"KeyPairName":{"type":"string"},
"KeyType":{
"type":"string",
"enum":[
"rsa",
"ed25519"
]
},
"KmsKeyId":{"type":"string"},
"LastError":{
"type":"structure",
Expand Down
Loading

0 comments on commit 4d77cf6

Please sign in to comment.