Skip to content

Commit e800dc8

Browse files
author
awstools
committed
Updates SDK to v2.1296.0
1 parent 668305c commit e800dc8

19 files changed

+418
-244
lines changed

.changes/2.1296.0.json

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
[
2+
{
3+
"type": "feature",
4+
"category": "Billingconductor",
5+
"description": "This release adds support for SKU Scope for pricing plans."
6+
},
7+
{
8+
"type": "feature",
9+
"category": "Cloud9",
10+
"description": "Added minimum value to AutomaticStopTimeMinutes parameter."
11+
},
12+
{
13+
"type": "feature",
14+
"category": "Imagebuilder",
15+
"description": "Add support for AWS Marketplace product IDs as input during CreateImageRecipe for the parent-image parameter. Add support for listing third-party components."
16+
},
17+
{
18+
"type": "feature",
19+
"category": "NetworkFirewall",
20+
"description": "Network Firewall now allows creation of dual stack endpoints, enabling inspection of IPv6 traffic."
21+
}
22+
]

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,13 @@
11
# Changelog for AWS SDK for JavaScript
2-
<!--LATEST=2.1295.0-->
2+
<!--LATEST=2.1296.0-->
33
<!--ENTRYINSERT-->
44

5+
## 2.1296.0
6+
* feature: Billingconductor: This release adds support for SKU Scope for pricing plans.
7+
* feature: Cloud9: Added minimum value to AutomaticStopTimeMinutes parameter.
8+
* 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.
9+
* feature: NetworkFirewall: Network Firewall now allows creation of dual stack endpoints, enabling inspection of IPv6 traffic.
10+
511
## 2.1295.0
612
* bugfix: Endpoints: Use correct FIPS endpoint for CloudFormation in GovCloud
713
* feature: Connect: This release updates the responses of UpdateContactFlowContent, UpdateContactFlowMetadata, UpdateContactFlowName and DeleteContactFlow API with empty responses.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ for further details.
5757
To use the SDK in the browser, simply add the following script tag to your
5858
HTML pages:
5959

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

6262
You can also build a custom browser SDK with your specified set of AWS services.
6363
This can allow you to reduce the SDK's size, specify different API versions of

apis/billingconductor-2021-07-30.min.json

Lines changed: 23 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -356,7 +356,9 @@
356356
}
357357
}
358358
}
359-
}
359+
},
360+
"UsageType": {},
361+
"Operation": {}
360362
}
361363
},
362364
"output": {
@@ -572,7 +574,7 @@
572574
"type": "structure",
573575
"members": {
574576
"BillingGroupArns": {
575-
"shape": "S2j"
577+
"shape": "S2l"
576578
}
577579
}
578580
}
@@ -616,7 +618,7 @@
616618
"type": "structure",
617619
"members": {
618620
"Arns": {
619-
"shape": "S2j"
621+
"shape": "S2l"
620622
},
621623
"PricingPlan": {}
622624
}
@@ -702,7 +704,7 @@
702704
"shape": "S14"
703705
},
704706
"ChargeDetails": {
705-
"shape": "S38"
707+
"shape": "S3a"
706708
},
707709
"CurrencyCode": {},
708710
"Description": {
@@ -751,7 +753,7 @@
751753
}
752754
},
753755
"BillingGroups": {
754-
"shape": "S2j"
756+
"shape": "S2l"
755757
},
756758
"Arns": {
757759
"type": "list",
@@ -774,7 +776,7 @@
774776
"shape": "S14"
775777
},
776778
"ChargeDetails": {
777-
"shape": "S38"
779+
"shape": "S3a"
778780
},
779781
"CurrencyCode": {},
780782
"Description": {
@@ -811,7 +813,7 @@
811813
"type": "structure",
812814
"members": {
813815
"Arns": {
814-
"shape": "S3n"
816+
"shape": "S3p"
815817
}
816818
}
817819
},
@@ -878,7 +880,7 @@
878880
"BillingPeriod": {},
879881
"PricingRuleArn": {},
880882
"PricingPlanArns": {
881-
"shape": "S3n"
883+
"shape": "S3p"
882884
},
883885
"NextToken": {}
884886
}
@@ -897,7 +899,7 @@
897899
"type": "structure",
898900
"members": {
899901
"Arns": {
900-
"shape": "S3y"
902+
"shape": "S40"
901903
}
902904
}
903905
},
@@ -990,7 +992,7 @@
990992
"BillingPeriod": {},
991993
"PricingPlanArn": {},
992994
"PricingRuleArns": {
993-
"shape": "S3y"
995+
"shape": "S40"
994996
},
995997
"NextToken": {}
996998
}
@@ -1233,7 +1235,7 @@
12331235
"shape": "S15"
12341236
},
12351237
"ChargeDetails": {
1236-
"shape": "S38"
1238+
"shape": "S3a"
12371239
},
12381240
"LastModifiedTime": {
12391241
"type": "long"
@@ -1310,7 +1312,7 @@
13101312
"type": "double"
13111313
},
13121314
"Tiering": {
1313-
"shape": "S4w"
1315+
"shape": "S4y"
13141316
}
13151317
}
13161318
},
@@ -1338,8 +1340,10 @@
13381340
},
13391341
"BillingEntity": {},
13401342
"Tiering": {
1341-
"shape": "S4w"
1342-
}
1343+
"shape": "S4y"
1344+
},
1345+
"UsageType": {},
1346+
"Operation": {}
13431347
}
13441348
},
13451349
"idempotent": true
@@ -1441,11 +1445,11 @@
14411445
"type": "string",
14421446
"sensitive": true
14431447
},
1444-
"S2j": {
1448+
"S2l": {
14451449
"type": "list",
14461450
"member": {}
14471451
},
1448-
"S38": {
1452+
"S3a": {
14491453
"type": "structure",
14501454
"required": [
14511455
"Type"
@@ -1476,15 +1480,15 @@
14761480
"Type": {}
14771481
}
14781482
},
1479-
"S3n": {
1483+
"S3p": {
14801484
"type": "list",
14811485
"member": {}
14821486
},
1483-
"S3y": {
1487+
"S40": {
14841488
"type": "list",
14851489
"member": {}
14861490
},
1487-
"S4w": {
1491+
"S4y": {
14881492
"type": "structure",
14891493
"required": [
14901494
"FreeTier"

apis/billingconductor-2021-07-30.normal.json

Lines changed: 29 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1642,7 +1642,7 @@
16421642
},
16431643
"Service": {
16441644
"shape": "Service",
1645-
"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>"
1645+
"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>"
16461646
},
16471647
"Tags": {
16481648
"shape": "TagMap",
@@ -1655,6 +1655,14 @@
16551655
"Tiering": {
16561656
"shape": "CreateTieringInput",
16571657
"documentation": "<p> The set of tiering configurations for the pricing rule. </p>"
1658+
},
1659+
"UsageType": {
1660+
"shape": "UsageType",
1661+
"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>"
1662+
},
1663+
"Operation": {
1664+
"shape": "Operation",
1665+
"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>"
16581666
}
16591667
}
16601668
},
@@ -2767,6 +2775,12 @@
27672775
"type": "long",
27682776
"min": 0
27692777
},
2778+
"Operation": {
2779+
"type": "string",
2780+
"max": 256,
2781+
"min": 1,
2782+
"pattern": "\\S+"
2783+
},
27702784
"PricingPlanArn": {
27712785
"type": "string",
27722786
"pattern": "(arn:aws(-cn)?:billingconductor::[0-9]{12}:pricingplan/)?[a-zA-Z0-9]{10}"
@@ -3363,6 +3377,14 @@
33633377
"Tiering": {
33643378
"shape": "UpdateTieringInput",
33653379
"documentation": "<p> The set of tiering configurations for the pricing rule. </p>"
3380+
},
3381+
"UsageType": {
3382+
"shape": "UsageType",
3383+
"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>"
3384+
},
3385+
"Operation": {
3386+
"shape": "Operation",
3387+
"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>"
33663388
}
33673389
}
33683390
},
@@ -3378,6 +3400,12 @@
33783400
}
33793401
},
33803402
"documentation": "<p> The set of tiering configurations for the pricing rule. </p>"
3403+
},
3404+
"UsageType": {
3405+
"type": "string",
3406+
"max": 256,
3407+
"min": 1,
3408+
"pattern": "\\S+"
33813409
}
33823410
},
33833411
"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>"

apis/cloud9-2017-09-23.normal.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -474,7 +474,8 @@
474474
"AutomaticStopTimeMinutes": {
475475
"type": "integer",
476476
"box": true,
477-
"max": 20160
477+
"max": 20160,
478+
"min": 0
478479
},
479480
"BoundedEnvironmentIdList": {
480481
"type": "list",

0 commit comments

Comments
 (0)