@aws-sdk/client-route53profiles 3.568.0 → 3.571.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.
@@ -27,7 +27,8 @@ declare const AssociateProfileCommand_base: {
27
27
  };
28
28
  /**
29
29
  * <p>
30
- * Associates a Route 53 Profiles profile with a VPC. A VPC can have only one Profile associated with it, but a Profile can be associated with up to 5000 VPCs.
30
+ * Associates a Route 53 Profiles profile with a VPC. A VPC can have only one Profile associated with it, but a Profile can be associated with 1000 of VPCs (and you can request a higher quota).
31
+ * For more information, see <a href="https://docs.aws.amazon.com/Route53/latest/DeveloperGuide/DNSLimitations.html#limits-api-entities">https://docs.aws.amazon.com/Route53/latest/DeveloperGuide/DNSLimitations.html#limits-api-entities</a>.
31
32
  * </p>
32
33
  * @example
33
34
  * Use a bare-bones client and the command you need to make an API call.
@@ -329,11 +329,9 @@ export interface AssociateResourceToProfileRequest {
329
329
  Name: string | undefined;
330
330
  /**
331
331
  * <p>
332
- * If you are adding a DNS Firewall rule group, include also a priority in this format:
332
+ * If you are adding a DNS Firewall rule group, include also a priority. The priority indicates the processing order for the rule groups, starting with the priority assinged the lowest value.
333
333
  * </p>
334
- * <p>
335
- * <code>Key=FirewallRuleGroupPriority,Value=100</code>
336
- * </p>
334
+ * <p>The allowed values for priority are between 100 and 9900.</p>
337
335
  * @public
338
336
  */
339
337
  ResourceProperties?: string;
@@ -1045,10 +1043,9 @@ export interface UpdateProfileResourceAssociationRequest {
1045
1043
  Name?: string;
1046
1044
  /**
1047
1045
  * <p>
1048
- * If you are adding a DNS Firewall rule group, include also a priority in this format:</p>
1049
- * <p>
1050
- * <code>Key=FirewallRuleGroupPriority,Value=100</code>.
1051
- * </p>
1046
+ * If you are adding a DNS Firewall rule group, include also a priority. The priority indicates the processing order for the rule groups, starting with the priority assinged the lowest value.
1047
+ * </p>
1048
+ * <p>The allowed values for priority are between 100 and 9900.</p>
1052
1049
  * @public
1053
1050
  */
1054
1051
  ResourceProperties?: string;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-route53profiles",
3
3
  "description": "AWS SDK for JavaScript Route53profiles Client for Node.js, Browser and React Native",
4
- "version": "3.568.0",
4
+ "version": "3.571.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "tsc -p tsconfig.cjs.json",
@@ -20,8 +20,10 @@
20
20
  "dependencies": {
21
21
  "@aws-crypto/sha256-browser": "3.0.0",
22
22
  "@aws-crypto/sha256-js": "3.0.0",
23
+ "@aws-sdk/client-sso-oidc": "3.569.0",
24
+ "@aws-sdk/client-sts": "3.569.0",
23
25
  "@aws-sdk/core": "3.567.0",
24
- "@aws-sdk/credential-provider-node": "3.568.0",
26
+ "@aws-sdk/credential-provider-node": "3.569.0",
25
27
  "@aws-sdk/middleware-host-header": "3.567.0",
26
28
  "@aws-sdk/middleware-logger": "3.568.0",
27
29
  "@aws-sdk/middleware-recursion-detection": "3.567.0",