Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: aws/aws-sdk-js
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.1295.0
Choose a base ref
...
head repository: aws/aws-sdk-js
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.1296.0
Choose a head ref
  • 1 commit
  • 19 files changed
  • 1 contributor

Commits on Jan 17, 2023

  1. Updates SDK to v2.1296.0

    awstools committed Jan 17, 2023
    Copy the full SHA
    e800dc8 View commit details
22 changes: 22 additions & 0 deletions .changes/2.1296.0.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
[
{
"type": "feature",
"category": "Billingconductor",
"description": "This release adds support for SKU Scope for pricing plans."
},
{
"type": "feature",
"category": "Cloud9",
"description": "Added minimum value to AutomaticStopTimeMinutes parameter."
},
{
"type": "feature",
"category": "Imagebuilder",
"description": "Add support for AWS Marketplace product IDs as input during CreateImageRecipe for the parent-image parameter. Add support for listing third-party components."
},
{
"type": "feature",
"category": "NetworkFirewall",
"description": "Network Firewall now allows creation of dual stack endpoints, enabling inspection of IPv6 traffic."
}
]
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,13 @@
# Changelog for AWS SDK for JavaScript
<!--LATEST=2.1295.0-->
<!--LATEST=2.1296.0-->
<!--ENTRYINSERT-->

## 2.1296.0
* feature: Billingconductor: This release adds support for SKU Scope for pricing plans.
* feature: Cloud9: Added minimum value to AutomaticStopTimeMinutes parameter.
* feature: Imagebuilder: Add support for AWS Marketplace product IDs as input during CreateImageRecipe for the parent-image parameter. Add support for listing third-party components.
* feature: NetworkFirewall: Network Firewall now allows creation of dual stack endpoints, enabling inspection of IPv6 traffic.

## 2.1295.0
* bugfix: Endpoints: Use correct FIPS endpoint for CloudFormation in GovCloud
* feature: Connect: This release updates the responses of UpdateContactFlowContent, UpdateContactFlowMetadata, UpdateContactFlowName and DeleteContactFlow API with empty responses.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -57,7 +57,7 @@ for further details.
To use the SDK in the browser, simply add the following script tag to your
HTML pages:

<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1295.0.min.js"></script>
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1296.0.min.js"></script>

You can also build a custom browser SDK with your specified set of AWS services.
This can allow you to reduce the SDK's size, specify different API versions of
42 changes: 23 additions & 19 deletions apis/billingconductor-2021-07-30.min.json
Original file line number Diff line number Diff line change
@@ -356,7 +356,9 @@
}
}
}
}
},
"UsageType": {},
"Operation": {}
}
},
"output": {
@@ -572,7 +574,7 @@
"type": "structure",
"members": {
"BillingGroupArns": {
"shape": "S2j"
"shape": "S2l"
}
}
}
@@ -616,7 +618,7 @@
"type": "structure",
"members": {
"Arns": {
"shape": "S2j"
"shape": "S2l"
},
"PricingPlan": {}
}
@@ -702,7 +704,7 @@
"shape": "S14"
},
"ChargeDetails": {
"shape": "S38"
"shape": "S3a"
},
"CurrencyCode": {},
"Description": {
@@ -751,7 +753,7 @@
}
},
"BillingGroups": {
"shape": "S2j"
"shape": "S2l"
},
"Arns": {
"type": "list",
@@ -774,7 +776,7 @@
"shape": "S14"
},
"ChargeDetails": {
"shape": "S38"
"shape": "S3a"
},
"CurrencyCode": {},
"Description": {
@@ -811,7 +813,7 @@
"type": "structure",
"members": {
"Arns": {
"shape": "S3n"
"shape": "S3p"
}
}
},
@@ -878,7 +880,7 @@
"BillingPeriod": {},
"PricingRuleArn": {},
"PricingPlanArns": {
"shape": "S3n"
"shape": "S3p"
},
"NextToken": {}
}
@@ -897,7 +899,7 @@
"type": "structure",
"members": {
"Arns": {
"shape": "S3y"
"shape": "S40"
}
}
},
@@ -990,7 +992,7 @@
"BillingPeriod": {},
"PricingPlanArn": {},
"PricingRuleArns": {
"shape": "S3y"
"shape": "S40"
},
"NextToken": {}
}
@@ -1233,7 +1235,7 @@
"shape": "S15"
},
"ChargeDetails": {
"shape": "S38"
"shape": "S3a"
},
"LastModifiedTime": {
"type": "long"
@@ -1310,7 +1312,7 @@
"type": "double"
},
"Tiering": {
"shape": "S4w"
"shape": "S4y"
}
}
},
@@ -1338,8 +1340,10 @@
},
"BillingEntity": {},
"Tiering": {
"shape": "S4w"
}
"shape": "S4y"
},
"UsageType": {},
"Operation": {}
}
},
"idempotent": true
@@ -1441,11 +1445,11 @@
"type": "string",
"sensitive": true
},
"S2j": {
"S2l": {
"type": "list",
"member": {}
},
"S38": {
"S3a": {
"type": "structure",
"required": [
"Type"
@@ -1476,15 +1480,15 @@
"Type": {}
}
},
"S3n": {
"S3p": {
"type": "list",
"member": {}
},
"S3y": {
"S40": {
"type": "list",
"member": {}
},
"S4w": {
"S4y": {
"type": "structure",
"required": [
"FreeTier"
30 changes: 29 additions & 1 deletion apis/billingconductor-2021-07-30.normal.json
Original file line number Diff line number Diff line change
@@ -1642,7 +1642,7 @@
},
"Service": {
"shape": "Service",
"documentation": "<p> If the <code>Scope</code> attribute is set to <code>SERVICE</code>, the attribute indicates which service the <code>PricingRule</code> is applicable for. </p>"
"documentation": "<p> If the <code>Scope</code> attribute is set to <code>SERVICE</code> or <code>SKU</code>, the attribute indicates which service the <code>PricingRule</code> is applicable for. </p>"
},
"Tags": {
"shape": "TagMap",
@@ -1655,6 +1655,14 @@
"Tiering": {
"shape": "CreateTieringInput",
"documentation": "<p> The set of tiering configurations for the pricing rule. </p>"
},
"UsageType": {
"shape": "UsageType",
"documentation": "<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>"
},
"Operation": {
"shape": "Operation",
"documentation": "<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>"
}
}
},
@@ -2767,6 +2775,12 @@
"type": "long",
"min": 0
},
"Operation": {
"type": "string",
"max": 256,
"min": 1,
"pattern": "\\S+"
},
"PricingPlanArn": {
"type": "string",
"pattern": "(arn:aws(-cn)?:billingconductor::[0-9]{12}:pricingplan/)?[a-zA-Z0-9]{10}"
@@ -3363,6 +3377,14 @@
"Tiering": {
"shape": "UpdateTieringInput",
"documentation": "<p> The set of tiering configurations for the pricing rule. </p>"
},
"UsageType": {
"shape": "UsageType",
"documentation": "<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>"
},
"Operation": {
"shape": "Operation",
"documentation": "<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>"
}
}
},
@@ -3378,6 +3400,12 @@
}
},
"documentation": "<p> The set of tiering configurations for the pricing rule. </p>"
},
"UsageType": {
"type": "string",
"max": 256,
"min": 1,
"pattern": "\\S+"
}
},
"documentation": "<p>Amazon Web Services Billing Conductor is a fully managed service that you can use to customize a <a href=\"https://docs.aws.amazon.com/billingconductor/latest/userguide/understanding-eb.html#eb-other-definitions\">pro forma</a> version of your billing data each month, to accurately show or chargeback your end customers. Amazon Web Services Billing Conductor doesn't change the way you're billed by Amazon Web Services each month by design. Instead, it provides you with a mechanism to configure, generate, and display rates to certain customers over a given billing period. You can also analyze the difference between the rates you apply to your accounting groupings relative to your actual rates from Amazon Web Services. As a result of your Amazon Web Services Billing Conductor configuration, the payer account can also see the custom rate applied on the billing details page of the <a href=\"https://console.aws.amazon.com/billing\">Amazon Web Services Billing console</a>, or configure a cost and usage report per billing group.</p> <p>This documentation shows how you can configure Amazon Web Services Billing Conductor using its API. For more information about using the <a href=\"https://console.aws.amazon.com/billingconductor/\">Amazon Web Services Billing Conductor</a> user interface, see the <a href=\"https://docs.aws.amazon.com/billingconductor/latest/userguide/what-is-billingconductor.html\"> Amazon Web Services Billing Conductor User Guide</a>.</p>"
3 changes: 2 additions & 1 deletion apis/cloud9-2017-09-23.normal.json
Original file line number Diff line number Diff line change
@@ -474,7 +474,8 @@
"AutomaticStopTimeMinutes": {
"type": "integer",
"box": true,
"max": 20160
"max": 20160,
"min": 0
},
"BoundedEnvironmentIdList": {
"type": "list",
Loading