@aws-sdk/client-api-gateway 3.726.0 → 3.729.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -545,7 +545,7 @@ export interface CreateBasePathMappingRequest {
545
545
  */
546
546
  domainName: string | undefined;
547
547
  /**
548
- * <p>The identifier for the domain name resource. Supported only for private custom domain names.</p>
548
+ * <p>The identifier for the domain name resource. Required for private custom domain names.</p>
549
549
  * @public
550
550
  */
551
551
  domainNameId?: string | undefined;
@@ -3237,7 +3237,7 @@ export interface GetDomainNameRequest {
3237
3237
  domainName: string | undefined;
3238
3238
  /**
3239
3239
  * <p>
3240
- * The identifier for the domain name resource. Supported only for private custom domain names.
3240
+ * The identifier for the domain name resource. Required for private custom domain names.
3241
3241
  * </p>
3242
3242
  * @public
3243
3243
  */
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-api-gateway",
3
3
  "description": "AWS SDK for JavaScript Api Gateway Client for Node.js, Browser and React Native",
4
- "version": "3.726.0",
4
+ "version": "3.729.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "node ../../scripts/compilation/inline client-api-gateway",
@@ -21,7 +21,7 @@
21
21
  "@aws-crypto/sha256-browser": "5.2.0",
22
22
  "@aws-crypto/sha256-js": "5.2.0",
23
23
  "@aws-sdk/client-sso-oidc": "3.726.0",
24
- "@aws-sdk/client-sts": "3.726.0",
24
+ "@aws-sdk/client-sts": "3.726.1",
25
25
  "@aws-sdk/core": "3.723.0",
26
26
  "@aws-sdk/credential-provider-node": "3.726.0",
27
27
  "@aws-sdk/middleware-host-header": "3.723.0",