Skip to content

Commit

Permalink
Release v1.44.224 (2023-03-17) (#4765)
Browse files Browse the repository at this point in the history
Release v1.44.224 (2023-03-17)
===

### Service Client Updates
* `service/billingconductor`: Updates service API and documentation
* `service/config`: Updates service API and documentation
* `service/dms`: Updates service API and documentation
  * S3 setting to create AWS Glue Data Catalog. Oracle setting to control conversion of timestamp column. Support for Kafka SASL Plain authentication. Setting to map boolean from PostgreSQL to Redshift. SQL Server settings to force lob lookup on inline LOBs and to control access of database logs.
  • Loading branch information
aws-sdk-go-automation authored Mar 17, 2023
1 parent cf6b9a8 commit cf6d104
Show file tree
Hide file tree
Showing 19 changed files with 2,149 additions and 2,398 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
Release v1.44.224 (2023-03-17)
===

### Service Client Updates
* `service/billingconductor`: Updates service API and documentation
* `service/config`: Updates service API and documentation
* `service/dms`: Updates service API and documentation
* S3 setting to create AWS Glue Data Catalog. Oracle setting to control conversion of timestamp column. Support for Kafka SASL Plain authentication. Setting to map boolean from PostgreSQL to Redshift. SQL Server settings to force lob lookup on inline LOBs and to control access of database logs.

Release v1.44.223 (2023-03-16)
===

Expand Down
9 changes: 9 additions & 0 deletions aws/endpoints/defaults.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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.44.223"
const SDKVersion = "1.44.224"
35 changes: 29 additions & 6 deletions models/apis/billingconductor/2021-07-30/api-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -612,6 +612,12 @@
"type":"string",
"pattern":"[0-9]{12}"
},
"AccountIdFilterList":{
"type":"list",
"member":{"shape":"AccountId"},
"max":30,
"min":1
},
"AccountIdList":{
"type":"list",
"member":{"shape":"AccountId"},
Expand Down Expand Up @@ -804,6 +810,12 @@
"PRIMARY_ACCOUNT_MISSING"
]
},
"BillingGroupStatusList":{
"type":"list",
"member":{"shape":"BillingGroupStatus"},
"max":2,
"min":1
},
"BillingGroupStatusReason":{"type":"string"},
"BillingPeriod":{
"type":"string",
Expand Down Expand Up @@ -1135,7 +1147,9 @@
"LastModifiedTime":{"shape":"Instant"},
"AssociationSize":{"shape":"NumberOfAssociations"},
"StartBillingPeriod":{"shape":"BillingPeriod"},
"EndBillingPeriod":{"shape":"BillingPeriod"}
"EndBillingPeriod":{"shape":"BillingPeriod"},
"Arn":{"shape":"CustomLineItemArn"},
"StartTime":{"shape":"Instant"}
}
},
"DeleteBillingGroupInput":{
Expand Down Expand Up @@ -1263,7 +1277,8 @@
"type":"structure",
"members":{
"Association":{"shape":"Association"},
"AccountId":{"shape":"AccountId"}
"AccountId":{"shape":"AccountId"},
"AccountIds":{"shape":"AccountIdFilterList"}
}
},
"ListAccountAssociationsInput":{
Expand Down Expand Up @@ -1307,7 +1322,8 @@
"type":"structure",
"members":{
"Arns":{"shape":"BillingGroupArnList"},
"PricingPlan":{"shape":"PricingPlanFullArn"}
"PricingPlan":{"shape":"PricingPlanFullArn"},
"Statuses":{"shape":"BillingGroupStatusList"}
}
},
"ListBillingGroupsInput":{
Expand Down Expand Up @@ -1682,7 +1698,9 @@
"CreationTime":{"shape":"Instant"},
"LastModifiedTime":{"shape":"Instant"},
"BillingEntity":{"shape":"BillingEntity"},
"Tiering":{"shape":"Tiering"}
"Tiering":{"shape":"Tiering"},
"UsageType":{"shape":"UsageType"},
"Operation":{"shape":"Operation"}
}
},
"PricingRuleName":{
Expand All @@ -1697,7 +1715,8 @@
"enum":[
"GLOBAL",
"SERVICE",
"BILLING_ENTITY"
"BILLING_ENTITY",
"SKU"
]
},
"PricingRuleType":{
Expand Down Expand Up @@ -2073,7 +2092,11 @@
"ILLEGAL_MODIFIER_PERCENTAGE",
"ILLEGAL_TYPE",
"ILLEGAL_ENDED_BILLINGGROUP",
"ILLEGAL_TIERING_INPUT"
"ILLEGAL_TIERING_INPUT",
"ILLEGAL_OPERATION",
"ILLEGAL_USAGE_TYPE",
"INVALID_SKU_COMBO",
"INVALID_FILTER"
]
}
}
Expand Down
18 changes: 18 additions & 0 deletions models/apis/billingconductor/2021-07-30/docs-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -74,13 +74,20 @@
"base": null,
"refs": {
"AccountAssociationsListElement$AccountId": "<p> The associating array of account IDs. </p>",
"AccountIdFilterList$member": null,
"AccountIdList$member": null,
"BillingGroupListElement$PrimaryAccountId": "<p>The account ID that serves as the main account in a billing group. </p>",
"CreateBillingGroupInput$PrimaryAccountId": "<p> The account ID that serves as the main account in a billing group. </p>",
"ListAccountAssociationsFilter$AccountId": "<p> The Amazon Web Services account ID to filter on. </p>",
"UpdateBillingGroupOutput$PrimaryAccountId": "<p> The account ID that serves as the main account in a billing group. </p>"
}
},
"AccountIdFilterList": {
"base": null,
"refs": {
"ListAccountAssociationsFilter$AccountIds": "<p> The list of Amazon Web Services IDs to retrieve their associated billing group for a given time range. </p>"
}
},
"AccountIdList": {
"base": null,
"refs": {
Expand Down Expand Up @@ -264,10 +271,17 @@
"base": null,
"refs": {
"BillingGroupListElement$Status": "<p>The billing group status. Only one of the valid values can be used. </p>",
"BillingGroupStatusList$member": null,
"UpdateBillingGroupInput$Status": "<p>The status of the billing group. Only one of the valid values can be used. </p>",
"UpdateBillingGroupOutput$Status": "<p> The status of the billing group. Only one of the valid values can be used. </p>"
}
},
"BillingGroupStatusList": {
"base": null,
"refs": {
"ListBillingGroupsFilter$Statuses": "<p> A list of billing groups to retrieve their current status for a specific time range </p>"
}
},
"BillingGroupStatusReason": {
"base": null,
"refs": {
Expand Down Expand Up @@ -401,6 +415,7 @@
"CreateCustomLineItemOutput$Arn": "<p> The Amazon Resource Name (ARN) of the created custom line item. </p>",
"CustomLineItemArns$member": null,
"CustomLineItemListElement$Arn": "<p> The Amazon Resource Names (ARNs) for custom line items. </p>",
"CustomLineItemVersionListElement$Arn": "<p> A list of custom line item Amazon Resource Names (ARNs) to retrieve information. </p>",
"DeleteCustomLineItemInput$Arn": "<p> The ARN of the custom line item to be deleted. </p>",
"DeleteCustomLineItemOutput$Arn": "<p> Then ARN of the deleted custom line item. </p>",
"ListCustomLineItemVersionsInput$Arn": "<p>The Amazon Resource Name (ARN) for the custom line item.</p>",
Expand Down Expand Up @@ -649,6 +664,7 @@
"CustomLineItemListElement$LastModifiedTime": "<p> The most recent time when the custom line item was modified. </p>",
"CustomLineItemVersionListElement$CreationTime": "<p>The time when the custom line item version was created.</p>",
"CustomLineItemVersionListElement$LastModifiedTime": "<p>The most recent time that the custom line item version was modified.</p>",
"CustomLineItemVersionListElement$StartTime": "<p> The inclusive start time. </p>",
"PricingPlanListElement$CreationTime": "<p> The time when the pricing plan was created. </p>",
"PricingPlanListElement$LastModifiedTime": "<p> The most recent time when the pricing plan was modified. </p>",
"PricingRuleListElement$CreationTime": "<p> The time when the pricing rule was created. </p>",
Expand Down Expand Up @@ -943,6 +959,7 @@
"base": null,
"refs": {
"CreatePricingRuleInput$Operation": "<p> Operation is the specific Amazon Web Services action covered by this line item. This describes the specific usage of the line item.</p> <p> If the <code>Scope</code> attribute is set to <code>SKU</code>, this attribute indicates which operation the <code>PricingRule</code> is modifying. For example, a value of <code>RunInstances:0202</code> indicates the operation of running an Amazon EC2 instance.</p>",
"PricingRuleListElement$Operation": "<p> Operation is the specific Amazon Web Services action covered by this line item. This describes the specific usage of the line item.</p> <p> If the <code>Scope</code> attribute is set to <code>SKU</code>, this attribute indicates which operation the <code>PricingRule</code> is modifying. For example, a value of <code>RunInstances:0202</code> indicates the operation of running an Amazon EC2 instance.</p>",
"UpdatePricingRuleOutput$Operation": "<p>Operation refers to the specific Amazon Web Services covered by this line item. This describes the specific usage of the line item.</p> <p> If the <code>Scope</code> attribute is set to <code>SKU</code>, this attribute indicates which operation the <code>PricingRule</code> is modifying. For example, a value of <code>RunInstances:0202</code> indicates the operation of running an Amazon EC2 instance.</p>"
}
},
Expand Down Expand Up @@ -1315,6 +1332,7 @@
"base": null,
"refs": {
"CreatePricingRuleInput$UsageType": "<p> Usage type is the unit that each service uses to measure the usage of a specific type of resource.</p> <p>If the <code>Scope</code> attribute is set to <code>SKU</code>, this attribute indicates which usage type the <code>PricingRule</code> is modifying. For example, <code>USW2-BoxUsage:m2.2xlarge</code> describes an<code> M2 High Memory Double Extra Large</code> instance in the US West (Oregon) Region. <pre><code>&lt;/p&gt; </code></pre>",
"PricingRuleListElement$UsageType": "<p> Usage type is the unit that each service uses to measure the usage of a specific type of resource.</p> <p>If the <code>Scope</code> attribute is set to <code>SKU</code>, this attribute indicates which usage type the <code>PricingRule</code> is modifying. For example, <code>USW2-BoxUsage:m2.2xlarge</code> describes an<code> M2 High Memory Double Extra Large</code> instance in the US West (Oregon) Region. <pre><code>&lt;/p&gt; </code></pre>",
"UpdatePricingRuleOutput$UsageType": "<p>Usage type is the unit that each service uses to measure the usage of a specific type of resource.</p> <p>If the <code>Scope</code> attribute is set to <code>SKU</code>, this attribute indicates which usage type the <code>PricingRule</code> is modifying. For example, <code>USW2-BoxUsage:m2.2xlarge</code> describes an <code>M2 High Memory Double Extra Large</code> instance in the US West (Oregon) Region. </p>"
}
},
Expand Down
Loading

0 comments on commit cf6d104

Please sign in to comment.