Skip to content

Commit

Permalink
Updates SDK to v2.643.0
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed Mar 20, 2020
1 parent b4c3242 commit f54279c
Show file tree
Hide file tree
Showing 13 changed files with 60 additions and 30 deletions.
7 changes: 7 additions & 0 deletions .changes/2.643.0.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
[
{
"type": "feature",
"category": "ServiceCatalog",
"description": "Added \"productId\" and \"portfolioId\" to responses from CreateConstraint, UpdateConstraint, ListConstraintsForPortfolio, and DescribeConstraint APIs"
}
]
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
# Changelog for AWS SDK for JavaScript
<!--LATEST=2.642.0-->
<!--LATEST=2.643.0-->
<!--ENTRYINSERT-->

## 2.643.0
* feature: ServiceCatalog: Added "productId" and "portfolioId" to responses from CreateConstraint, UpdateConstraint, ListConstraintsForPortfolio, and DescribeConstraint APIs

## 2.642.0
* bugfix: Credentials: Fix types for callback argument in get & refresh methods for Credentials to accept error optionally
* bugfix: s3: createBucket mutates params argument when endpoint is configured by appending CreateBucketConfigurationon key, this side effect is now fixed
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ version.
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.642.0.min.js"></script>
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.643.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
Expand Down
4 changes: 3 additions & 1 deletion apis/servicecatalog-2015-12-10.min.json
Original file line number Diff line number Diff line change
Expand Up @@ -2423,7 +2423,9 @@
"ConstraintId": {},
"Type": {},
"Description": {},
"Owner": {}
"Owner": {},
"ProductId": {},
"PortfolioId": {}
}
},
"S1i": {
Expand Down
8 changes: 8 additions & 0 deletions apis/servicecatalog-2015-12-10.normal.json
Original file line number Diff line number Diff line change
Expand Up @@ -2256,6 +2256,14 @@
"Owner": {
"shape": "AccountId",
"documentation": "<p>The owner of the constraint.</p>"
},
"ProductId": {
"shape": "Id",
"documentation": "<p>The identifier of the product the constraint applies to. Note that a constraint applies to a specific instance of a product within a certain portfolio.</p>"
},
"PortfolioId": {
"shape": "Id",
"documentation": "<p>The identifier of the portfolio the product resides in. The constraint applies only to the instance of the product that lives within this portfolio.</p>"
}
},
"documentation": "<p>Information about a constraint.</p>"
Expand Down
12 changes: 6 additions & 6 deletions clients/acm.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -45,11 +45,11 @@ declare class ACM extends Service {
*/
exportCertificate(callback?: (err: AWSError, data: ACM.Types.ExportCertificateResponse) => void): Request<ACM.Types.ExportCertificateResponse, AWSError>;
/**
* Retrieves a certificate specified by an ARN and its certificate chain . The chain is an ordered list of certificates that contains the end entity certificate, intermediate certificates of subordinate CAs, and the root certificate in that order. The certificate and certificate chain are base64 encoded. If you want to decode the certificate to see the individual fields, you can use OpenSSL.
* Retrieves an Amazon-issued certificate and its certificate chain. The chain consists of the certificate of the issuing CA and the intermediate certificates of any other subordinate CAs. All of the certificates are base64 encoded. You can use OpenSSL to decode the certificates and inspect individual fields.
*/
getCertificate(params: ACM.Types.GetCertificateRequest, callback?: (err: AWSError, data: ACM.Types.GetCertificateResponse) => void): Request<ACM.Types.GetCertificateResponse, AWSError>;
/**
* Retrieves a certificate specified by an ARN and its certificate chain . The chain is an ordered list of certificates that contains the end entity certificate, intermediate certificates of subordinate CAs, and the root certificate in that order. The certificate and certificate chain are base64 encoded. If you want to decode the certificate to see the individual fields, you can use OpenSSL.
* Retrieves an Amazon-issued certificate and its certificate chain. The chain consists of the certificate of the issuing CA and the intermediate certificates of any other subordinate CAs. All of the certificates are base64 encoded. You can use OpenSSL to decode the certificates and inspect individual fields.
*/
getCertificate(callback?: (err: AWSError, data: ACM.Types.GetCertificateResponse) => void): Request<ACM.Types.GetCertificateResponse, AWSError>;
/**
Expand Down Expand Up @@ -307,7 +307,7 @@ declare namespace ACM {
*/
ValidationStatus?: DomainStatus;
/**
* Contains the CNAME record that you add to your DNS database for domain validation. For more information, see Use DNS to Validate Domain Ownership.
* Contains the CNAME record that you add to your DNS database for domain validation. For more information, see Use DNS to Validate Domain Ownership. Note: The CNAME information that you need does not include the name of your domain. If you include&#x2028; your domain name in the DNS database CNAME record, validation fails.&#x2028; For example, if the name is "_a79865eb4cd1a6ab990a45779b4e0b96.yourdomain.com", only "_a79865eb4cd1a6ab990a45779b4e0b96" must be used.
*/
ResourceRecord?: ResourceRecord;
/**
Expand Down Expand Up @@ -387,11 +387,11 @@ declare namespace ACM {
}
export interface GetCertificateResponse {
/**
* String that contains the ACM certificate represented by the ARN specified at input.
* The ACM-issued certificate corresponding to the ARN specified as input.
*/
Certificate?: CertificateBody;
/**
* The certificate chain that contains the root certificate issued by the certificate authority (CA).
* Certificates forming the requested certificate's chain of trust. The chain consists of the certificate of the issuing CA and the intermediate certificates of any other subordinate CAs.
*/
CertificateChain?: CertificateChain;
}
Expand Down Expand Up @@ -528,7 +528,7 @@ declare namespace ACM {
*/
ValidationMethod?: ValidationMethod;
/**
* Additional FQDNs to be included in the Subject Alternative Name extension of the ACM certificate. For example, add the name www.example.net to a certificate for which the DomainName field is www.example.com if users can reach your site by using either name. The maximum number of domain names that you can add to an ACM certificate is 100. However, the initial limit is 10 domain names. If you need more than 10 names, you must request a limit increase. For more information, see Limits. The maximum length of a SAN DNS name is 253 octets. The name is made up of multiple labels separated by periods. No label can be longer than 63 octets. Consider the following examples: (63 octets).(63 octets).(63 octets).(61 octets) is legal because the total length is 253 octets (63+1+63+1+63+1+61) and no label exceeds 63 octets. (64 octets).(63 octets).(63 octets).(61 octets) is not legal because the total length exceeds 253 octets (64+1+63+1+63+1+61) and the first label exceeds 63 octets. (63 octets).(63 octets).(63 octets).(62 octets) is not legal because the total length of the DNS name (63+1+63+1+63+1+62) exceeds 253 octets.
* Additional FQDNs to be included in the Subject Alternative Name extension of the ACM certificate. For example, add the name www.example.net to a certificate for which the DomainName field is www.example.com if users can reach your site by using either name. The maximum number of domain names that you can add to an ACM certificate is 100. However, the initial quota is 10 domain names. If you need more than 10 names, you must request a quota increase. For more information, see Quotas. The maximum length of a SAN DNS name is 253 octets. The name is made up of multiple labels separated by periods. No label can be longer than 63 octets. Consider the following examples: (63 octets).(63 octets).(63 octets).(61 octets) is legal because the total length is 253 octets (63+1+63+1+63+1+61) and no label exceeds 63 octets. (64 octets).(63 octets).(63 octets).(61 octets) is not legal because the total length exceeds 253 octets (64+1+63+1+63+1+61) and the first label exceeds 63 octets. (63 octets).(63 octets).(63 octets).(62 octets) is not legal because the total length of the DNS name (63+1+63+1+63+1+62) exceeds 253 octets.
*/
SubjectAlternativeNames?: DomainList;
/**
Expand Down
8 changes: 8 additions & 0 deletions clients/servicecatalog.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -866,6 +866,14 @@ declare namespace ServiceCatalog {
* The owner of the constraint.
*/
Owner?: AccountId;
/**
* The identifier of the product the constraint applies to. Note that a constraint applies to a specific instance of a product within a certain portfolio.
*/
ProductId?: Id;
/**
* The identifier of the portfolio the product resides in. The constraint applies only to the instance of the product that lives within this portfolio.
*/
PortfolioId?: Id;
}
export type ConstraintDetails = ConstraintDetail[];
export type ConstraintParameters = string;
Expand Down
2 changes: 1 addition & 1 deletion dist/aws-sdk-core-react-native.js
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ return /******/ (function(modules) { // webpackBootstrap
/**
* @constant
*/
VERSION: '2.642.0',
VERSION: '2.643.0',

/**
* @api private
Expand Down
4 changes: 2 additions & 2 deletions dist/aws-sdk-react-native.js

Large diffs are not rendered by default.

10 changes: 6 additions & 4 deletions dist/aws-sdk.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// AWS SDK for JavaScript v2.642.0
// AWS SDK for JavaScript v2.643.0
// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
// License at https://sdk.amazonaws.com/js/BUNDLE_LICENSE.txt
(function(){function r(e,n,t){function o(i,f){if(!n[i]){if(!e[i]){var c="function"==typeof require&&require;if(!f&&c)return c(i,!0);if(u)return u(i,!0);var a=new Error("Cannot find module '"+i+"'");throw a.code="MODULE_NOT_FOUND",a}var p=n[i]={exports:{}};e[i][0].call(p.exports,function(r){var n=e[i][1][r];return o(n||r)},p,p.exports,r,e,n,t)}return n[i].exports}for(var u="function"==typeof require&&require,i=0;i<t.length;i++)o(t[i]);return o}return r})()({1:[function(require,module,exports){
Expand Down Expand Up @@ -169307,7 +169307,9 @@ module.exports={
"ConstraintId": {},
"Type": {},
"Description": {},
"Owner": {}
"Owner": {},
"ProductId": {},
"PortfolioId": {}
}
},
"S1i": {
Expand Down Expand Up @@ -189474,7 +189476,7 @@ AWS.util.update(AWS, {
/**
* @constant
*/
VERSION: '2.642.0',
VERSION: '2.643.0',

/**
* @api private
Expand Down Expand Up @@ -210413,7 +210415,7 @@ var LRUCache = /** @class */ (function () {
}());
exports.LRUCache = LRUCache;
},{}],431:[function(require,module,exports){
// AWS SDK for JavaScript v2.642.0
// AWS SDK for JavaScript v2.643.0
// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
// License at https://sdk.amazonaws.com/js/BUNDLE_LICENSE.txt
require('./browser_loader');
Expand Down
24 changes: 12 additions & 12 deletions dist/aws-sdk.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion lib/core.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ AWS.util.update(AWS, {
/**
* @constant
*/
VERSION: '2.642.0',
VERSION: '2.643.0',

/**
* @api private
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "aws-sdk",
"description": "AWS SDK for JavaScript",
"version": "2.642.0",
"version": "2.643.0",
"author": {
"name": "Amazon Web Services",
"email": "",
Expand Down

0 comments on commit f54279c

Please sign in to comment.