@aws-sdk/client-elastic-load-balancing-v2 3.40.0 → 3.41.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.
Files changed (38) hide show
  1. package/CHANGELOG.md +11 -0
  2. package/dist-cjs/endpoints.js +8 -0
  3. package/dist-es/endpoints.js +8 -0
  4. package/dist-types/commands/AddListenerCertificatesCommand.d.ts +1 -1
  5. package/dist-types/commands/AddTagsCommand.d.ts +1 -1
  6. package/dist-types/commands/CreateListenerCommand.d.ts +1 -1
  7. package/dist-types/commands/CreateLoadBalancerCommand.d.ts +1 -1
  8. package/dist-types/commands/CreateRuleCommand.d.ts +1 -1
  9. package/dist-types/commands/CreateTargetGroupCommand.d.ts +1 -1
  10. package/dist-types/commands/DeleteListenerCommand.d.ts +1 -1
  11. package/dist-types/commands/DeleteLoadBalancerCommand.d.ts +1 -1
  12. package/dist-types/commands/DeleteRuleCommand.d.ts +1 -1
  13. package/dist-types/commands/DeleteTargetGroupCommand.d.ts +1 -1
  14. package/dist-types/commands/DeregisterTargetsCommand.d.ts +1 -1
  15. package/dist-types/commands/DescribeAccountLimitsCommand.d.ts +1 -1
  16. package/dist-types/commands/DescribeListenerCertificatesCommand.d.ts +1 -1
  17. package/dist-types/commands/DescribeListenersCommand.d.ts +1 -1
  18. package/dist-types/commands/DescribeLoadBalancerAttributesCommand.d.ts +1 -1
  19. package/dist-types/commands/DescribeLoadBalancersCommand.d.ts +1 -1
  20. package/dist-types/commands/DescribeRulesCommand.d.ts +1 -1
  21. package/dist-types/commands/DescribeSSLPoliciesCommand.d.ts +1 -1
  22. package/dist-types/commands/DescribeTagsCommand.d.ts +1 -1
  23. package/dist-types/commands/DescribeTargetGroupAttributesCommand.d.ts +1 -1
  24. package/dist-types/commands/DescribeTargetGroupsCommand.d.ts +1 -1
  25. package/dist-types/commands/DescribeTargetHealthCommand.d.ts +1 -1
  26. package/dist-types/commands/ModifyListenerCommand.d.ts +1 -1
  27. package/dist-types/commands/ModifyLoadBalancerAttributesCommand.d.ts +1 -1
  28. package/dist-types/commands/ModifyRuleCommand.d.ts +1 -1
  29. package/dist-types/commands/ModifyTargetGroupAttributesCommand.d.ts +1 -1
  30. package/dist-types/commands/ModifyTargetGroupCommand.d.ts +1 -1
  31. package/dist-types/commands/RegisterTargetsCommand.d.ts +1 -1
  32. package/dist-types/commands/RemoveListenerCertificatesCommand.d.ts +1 -1
  33. package/dist-types/commands/RemoveTagsCommand.d.ts +1 -1
  34. package/dist-types/commands/SetIpAddressTypeCommand.d.ts +1 -1
  35. package/dist-types/commands/SetRulePrioritiesCommand.d.ts +1 -1
  36. package/dist-types/commands/SetSecurityGroupsCommand.d.ts +1 -1
  37. package/dist-types/commands/SetSubnetsCommand.d.ts +1 -1
  38. package/package.json +4 -4
package/CHANGELOG.md CHANGED
@@ -3,6 +3,17 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ # [3.41.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.40.1...v3.41.0) (2021-11-11)
7
+
8
+
9
+ ### Features
10
+
11
+ * **clients:** update clients as of 2021/11/11 ([#3015](https://github.com/aws/aws-sdk-js-v3/issues/3015)) ([3d82c4e](https://github.com/aws/aws-sdk-js-v3/commit/3d82c4e3c4d174533f46ce35495cf5cffabdb35a))
12
+
13
+
14
+
15
+
16
+
6
17
  # [3.40.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.39.0...v3.40.0) (2021-11-05)
7
18
 
8
19
 
@@ -155,6 +155,10 @@ const partitionHash = {
155
155
  hostname: "elasticloadbalancing.{region}.c2s.ic.gov",
156
156
  tags: [],
157
157
  },
158
+ {
159
+ hostname: "elasticloadbalancing-fips.{region}.c2s.ic.gov",
160
+ tags: ["fips"],
161
+ },
158
162
  ],
159
163
  },
160
164
  "aws-iso-b": {
@@ -165,6 +169,10 @@ const partitionHash = {
165
169
  hostname: "elasticloadbalancing.{region}.sc2s.sgov.gov",
166
170
  tags: [],
167
171
  },
172
+ {
173
+ hostname: "elasticloadbalancing-fips.{region}.sc2s.sgov.gov",
174
+ tags: ["fips"],
175
+ },
168
176
  ],
169
177
  },
170
178
  "aws-us-gov": {
@@ -153,6 +153,10 @@ var partitionHash = {
153
153
  hostname: "elasticloadbalancing.{region}.c2s.ic.gov",
154
154
  tags: [],
155
155
  },
156
+ {
157
+ hostname: "elasticloadbalancing-fips.{region}.c2s.ic.gov",
158
+ tags: ["fips"],
159
+ },
156
160
  ],
157
161
  },
158
162
  "aws-iso-b": {
@@ -163,6 +167,10 @@ var partitionHash = {
163
167
  hostname: "elasticloadbalancing.{region}.sc2s.sgov.gov",
164
168
  tags: [],
165
169
  },
170
+ {
171
+ hostname: "elasticloadbalancing-fips.{region}.sc2s.sgov.gov",
172
+ tags: ["fips"],
173
+ },
166
174
  ],
167
175
  },
168
176
  "aws-us-gov": {
@@ -27,7 +27,7 @@ export interface AddListenerCertificatesCommandOutput extends AddListenerCertifi
27
27
  *
28
28
  * @see {@link AddListenerCertificatesCommandInput} for command's `input` shape.
29
29
  * @see {@link AddListenerCertificatesCommandOutput} for command's `response` shape.
30
- * @see {@link ElasticLoadBalancingV2ClientResolvedConfig | config} for command's `input` shape.
30
+ * @see {@link ElasticLoadBalancingV2ClientResolvedConfig | config} for ElasticLoadBalancingV2Client's `config` shape.
31
31
  *
32
32
  */
33
33
  export declare class AddListenerCertificatesCommand extends $Command<AddListenerCertificatesCommandInput, AddListenerCertificatesCommandOutput, ElasticLoadBalancingV2ClientResolvedConfig> {
@@ -24,7 +24,7 @@ export interface AddTagsCommandOutput extends AddTagsOutput, __MetadataBearer {
24
24
  *
25
25
  * @see {@link AddTagsCommandInput} for command's `input` shape.
26
26
  * @see {@link AddTagsCommandOutput} for command's `response` shape.
27
- * @see {@link ElasticLoadBalancingV2ClientResolvedConfig | config} for command's `input` shape.
27
+ * @see {@link ElasticLoadBalancingV2ClientResolvedConfig | config} for ElasticLoadBalancingV2Client's `config` shape.
28
28
  *
29
29
  */
30
30
  export declare class AddTagsCommand extends $Command<AddTagsCommandInput, AddTagsCommandOutput, ElasticLoadBalancingV2ClientResolvedConfig> {
@@ -47,7 +47,7 @@ export interface CreateListenerCommandOutput extends CreateListenerOutput, __Met
47
47
  *
48
48
  * @see {@link CreateListenerCommandInput} for command's `input` shape.
49
49
  * @see {@link CreateListenerCommandOutput} for command's `response` shape.
50
- * @see {@link ElasticLoadBalancingV2ClientResolvedConfig | config} for command's `input` shape.
50
+ * @see {@link ElasticLoadBalancingV2ClientResolvedConfig | config} for ElasticLoadBalancingV2Client's `config` shape.
51
51
  *
52
52
  */
53
53
  export declare class CreateListenerCommand extends $Command<CreateListenerCommandInput, CreateListenerCommandOutput, ElasticLoadBalancingV2ClientResolvedConfig> {
@@ -47,7 +47,7 @@ export interface CreateLoadBalancerCommandOutput extends CreateLoadBalancerOutpu
47
47
  *
48
48
  * @see {@link CreateLoadBalancerCommandInput} for command's `input` shape.
49
49
  * @see {@link CreateLoadBalancerCommandOutput} for command's `response` shape.
50
- * @see {@link ElasticLoadBalancingV2ClientResolvedConfig | config} for command's `input` shape.
50
+ * @see {@link ElasticLoadBalancingV2ClientResolvedConfig | config} for ElasticLoadBalancingV2Client's `config` shape.
51
51
  *
52
52
  */
53
53
  export declare class CreateLoadBalancerCommand extends $Command<CreateLoadBalancerCommandInput, CreateLoadBalancerCommandOutput, ElasticLoadBalancingV2ClientResolvedConfig> {
@@ -25,7 +25,7 @@ export interface CreateRuleCommandOutput extends CreateRuleOutput, __MetadataBea
25
25
  *
26
26
  * @see {@link CreateRuleCommandInput} for command's `input` shape.
27
27
  * @see {@link CreateRuleCommandOutput} for command's `response` shape.
28
- * @see {@link ElasticLoadBalancingV2ClientResolvedConfig | config} for command's `input` shape.
28
+ * @see {@link ElasticLoadBalancingV2ClientResolvedConfig | config} for ElasticLoadBalancingV2Client's `config` shape.
29
29
  *
30
30
  */
31
31
  export declare class CreateRuleCommand extends $Command<CreateRuleCommandInput, CreateRuleCommandOutput, ElasticLoadBalancingV2ClientResolvedConfig> {
@@ -47,7 +47,7 @@ export interface CreateTargetGroupCommandOutput extends CreateTargetGroupOutput,
47
47
  *
48
48
  * @see {@link CreateTargetGroupCommandInput} for command's `input` shape.
49
49
  * @see {@link CreateTargetGroupCommandOutput} for command's `response` shape.
50
- * @see {@link ElasticLoadBalancingV2ClientResolvedConfig | config} for command's `input` shape.
50
+ * @see {@link ElasticLoadBalancingV2ClientResolvedConfig | config} for ElasticLoadBalancingV2Client's `config` shape.
51
51
  *
52
52
  */
53
53
  export declare class CreateTargetGroupCommand extends $Command<CreateTargetGroupCommandInput, CreateTargetGroupCommandOutput, ElasticLoadBalancingV2ClientResolvedConfig> {
@@ -22,7 +22,7 @@ export interface DeleteListenerCommandOutput extends DeleteListenerOutput, __Met
22
22
  *
23
23
  * @see {@link DeleteListenerCommandInput} for command's `input` shape.
24
24
  * @see {@link DeleteListenerCommandOutput} for command's `response` shape.
25
- * @see {@link ElasticLoadBalancingV2ClientResolvedConfig | config} for command's `input` shape.
25
+ * @see {@link ElasticLoadBalancingV2ClientResolvedConfig | config} for ElasticLoadBalancingV2Client's `config` shape.
26
26
  *
27
27
  */
28
28
  export declare class DeleteListenerCommand extends $Command<DeleteListenerCommandInput, DeleteListenerCommandOutput, ElasticLoadBalancingV2ClientResolvedConfig> {
@@ -26,7 +26,7 @@ export interface DeleteLoadBalancerCommandOutput extends DeleteLoadBalancerOutpu
26
26
  *
27
27
  * @see {@link DeleteLoadBalancerCommandInput} for command's `input` shape.
28
28
  * @see {@link DeleteLoadBalancerCommandOutput} for command's `response` shape.
29
- * @see {@link ElasticLoadBalancingV2ClientResolvedConfig | config} for command's `input` shape.
29
+ * @see {@link ElasticLoadBalancingV2ClientResolvedConfig | config} for ElasticLoadBalancingV2Client's `config` shape.
30
30
  *
31
31
  */
32
32
  export declare class DeleteLoadBalancerCommand extends $Command<DeleteLoadBalancerCommandInput, DeleteLoadBalancerCommandOutput, ElasticLoadBalancingV2ClientResolvedConfig> {
@@ -21,7 +21,7 @@ export interface DeleteRuleCommandOutput extends DeleteRuleOutput, __MetadataBea
21
21
  *
22
22
  * @see {@link DeleteRuleCommandInput} for command's `input` shape.
23
23
  * @see {@link DeleteRuleCommandOutput} for command's `response` shape.
24
- * @see {@link ElasticLoadBalancingV2ClientResolvedConfig | config} for command's `input` shape.
24
+ * @see {@link ElasticLoadBalancingV2ClientResolvedConfig | config} for ElasticLoadBalancingV2Client's `config` shape.
25
25
  *
26
26
  */
27
27
  export declare class DeleteRuleCommand extends $Command<DeleteRuleCommandInput, DeleteRuleCommandOutput, ElasticLoadBalancingV2ClientResolvedConfig> {
@@ -24,7 +24,7 @@ export interface DeleteTargetGroupCommandOutput extends DeleteTargetGroupOutput,
24
24
  *
25
25
  * @see {@link DeleteTargetGroupCommandInput} for command's `input` shape.
26
26
  * @see {@link DeleteTargetGroupCommandOutput} for command's `response` shape.
27
- * @see {@link ElasticLoadBalancingV2ClientResolvedConfig | config} for command's `input` shape.
27
+ * @see {@link ElasticLoadBalancingV2ClientResolvedConfig | config} for ElasticLoadBalancingV2Client's `config` shape.
28
28
  *
29
29
  */
30
30
  export declare class DeleteTargetGroupCommand extends $Command<DeleteTargetGroupCommandInput, DeleteTargetGroupCommandOutput, ElasticLoadBalancingV2ClientResolvedConfig> {
@@ -21,7 +21,7 @@ export interface DeregisterTargetsCommandOutput extends DeregisterTargetsOutput,
21
21
  *
22
22
  * @see {@link DeregisterTargetsCommandInput} for command's `input` shape.
23
23
  * @see {@link DeregisterTargetsCommandOutput} for command's `response` shape.
24
- * @see {@link ElasticLoadBalancingV2ClientResolvedConfig | config} for command's `input` shape.
24
+ * @see {@link ElasticLoadBalancingV2ClientResolvedConfig | config} for ElasticLoadBalancingV2Client's `config` shape.
25
25
  *
26
26
  */
27
27
  export declare class DeregisterTargetsCommand extends $Command<DeregisterTargetsCommandInput, DeregisterTargetsCommandOutput, ElasticLoadBalancingV2ClientResolvedConfig> {
@@ -42,7 +42,7 @@ export interface DescribeAccountLimitsCommandOutput extends DescribeAccountLimit
42
42
  *
43
43
  * @see {@link DescribeAccountLimitsCommandInput} for command's `input` shape.
44
44
  * @see {@link DescribeAccountLimitsCommandOutput} for command's `response` shape.
45
- * @see {@link ElasticLoadBalancingV2ClientResolvedConfig | config} for command's `input` shape.
45
+ * @see {@link ElasticLoadBalancingV2ClientResolvedConfig | config} for ElasticLoadBalancingV2Client's `config` shape.
46
46
  *
47
47
  */
48
48
  export declare class DescribeAccountLimitsCommand extends $Command<DescribeAccountLimitsCommandInput, DescribeAccountLimitsCommandOutput, ElasticLoadBalancingV2ClientResolvedConfig> {
@@ -27,7 +27,7 @@ export interface DescribeListenerCertificatesCommandOutput extends DescribeListe
27
27
  *
28
28
  * @see {@link DescribeListenerCertificatesCommandInput} for command's `input` shape.
29
29
  * @see {@link DescribeListenerCertificatesCommandOutput} for command's `response` shape.
30
- * @see {@link ElasticLoadBalancingV2ClientResolvedConfig | config} for command's `input` shape.
30
+ * @see {@link ElasticLoadBalancingV2ClientResolvedConfig | config} for ElasticLoadBalancingV2Client's `config` shape.
31
31
  *
32
32
  */
33
33
  export declare class DescribeListenerCertificatesCommand extends $Command<DescribeListenerCertificatesCommandInput, DescribeListenerCertificatesCommandOutput, ElasticLoadBalancingV2ClientResolvedConfig> {
@@ -22,7 +22,7 @@ export interface DescribeListenersCommandOutput extends DescribeListenersOutput,
22
22
  *
23
23
  * @see {@link DescribeListenersCommandInput} for command's `input` shape.
24
24
  * @see {@link DescribeListenersCommandOutput} for command's `response` shape.
25
- * @see {@link ElasticLoadBalancingV2ClientResolvedConfig | config} for command's `input` shape.
25
+ * @see {@link ElasticLoadBalancingV2ClientResolvedConfig | config} for ElasticLoadBalancingV2Client's `config` shape.
26
26
  *
27
27
  */
28
28
  export declare class DescribeListenersCommand extends $Command<DescribeListenersCommandInput, DescribeListenersCommandOutput, ElasticLoadBalancingV2ClientResolvedConfig> {
@@ -43,7 +43,7 @@ export interface DescribeLoadBalancerAttributesCommandOutput extends DescribeLoa
43
43
  *
44
44
  * @see {@link DescribeLoadBalancerAttributesCommandInput} for command's `input` shape.
45
45
  * @see {@link DescribeLoadBalancerAttributesCommandOutput} for command's `response` shape.
46
- * @see {@link ElasticLoadBalancingV2ClientResolvedConfig | config} for command's `input` shape.
46
+ * @see {@link ElasticLoadBalancingV2ClientResolvedConfig | config} for ElasticLoadBalancingV2Client's `config` shape.
47
47
  *
48
48
  */
49
49
  export declare class DescribeLoadBalancerAttributesCommand extends $Command<DescribeLoadBalancerAttributesCommandInput, DescribeLoadBalancerAttributesCommandOutput, ElasticLoadBalancingV2ClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface DescribeLoadBalancersCommandOutput extends DescribeLoadBalancer
20
20
  *
21
21
  * @see {@link DescribeLoadBalancersCommandInput} for command's `input` shape.
22
22
  * @see {@link DescribeLoadBalancersCommandOutput} for command's `response` shape.
23
- * @see {@link ElasticLoadBalancingV2ClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link ElasticLoadBalancingV2ClientResolvedConfig | config} for ElasticLoadBalancingV2Client's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class DescribeLoadBalancersCommand extends $Command<DescribeLoadBalancersCommandInput, DescribeLoadBalancersCommandOutput, ElasticLoadBalancingV2ClientResolvedConfig> {
@@ -21,7 +21,7 @@ export interface DescribeRulesCommandOutput extends DescribeRulesOutput, __Metad
21
21
  *
22
22
  * @see {@link DescribeRulesCommandInput} for command's `input` shape.
23
23
  * @see {@link DescribeRulesCommandOutput} for command's `response` shape.
24
- * @see {@link ElasticLoadBalancingV2ClientResolvedConfig | config} for command's `input` shape.
24
+ * @see {@link ElasticLoadBalancingV2ClientResolvedConfig | config} for ElasticLoadBalancingV2Client's `config` shape.
25
25
  *
26
26
  */
27
27
  export declare class DescribeRulesCommand extends $Command<DescribeRulesCommandInput, DescribeRulesCommandOutput, ElasticLoadBalancingV2ClientResolvedConfig> {
@@ -22,7 +22,7 @@ export interface DescribeSSLPoliciesCommandOutput extends DescribeSSLPoliciesOut
22
22
  *
23
23
  * @see {@link DescribeSSLPoliciesCommandInput} for command's `input` shape.
24
24
  * @see {@link DescribeSSLPoliciesCommandOutput} for command's `response` shape.
25
- * @see {@link ElasticLoadBalancingV2ClientResolvedConfig | config} for command's `input` shape.
25
+ * @see {@link ElasticLoadBalancingV2ClientResolvedConfig | config} for ElasticLoadBalancingV2Client's `config` shape.
26
26
  *
27
27
  */
28
28
  export declare class DescribeSSLPoliciesCommand extends $Command<DescribeSSLPoliciesCommandInput, DescribeSSLPoliciesCommandOutput, ElasticLoadBalancingV2ClientResolvedConfig> {
@@ -22,7 +22,7 @@ export interface DescribeTagsCommandOutput extends DescribeTagsOutput, __Metadat
22
22
  *
23
23
  * @see {@link DescribeTagsCommandInput} for command's `input` shape.
24
24
  * @see {@link DescribeTagsCommandOutput} for command's `response` shape.
25
- * @see {@link ElasticLoadBalancingV2ClientResolvedConfig | config} for command's `input` shape.
25
+ * @see {@link ElasticLoadBalancingV2ClientResolvedConfig | config} for ElasticLoadBalancingV2Client's `config` shape.
26
26
  *
27
27
  */
28
28
  export declare class DescribeTagsCommand extends $Command<DescribeTagsCommandInput, DescribeTagsCommandOutput, ElasticLoadBalancingV2ClientResolvedConfig> {
@@ -41,7 +41,7 @@ export interface DescribeTargetGroupAttributesCommandOutput extends DescribeTarg
41
41
  *
42
42
  * @see {@link DescribeTargetGroupAttributesCommandInput} for command's `input` shape.
43
43
  * @see {@link DescribeTargetGroupAttributesCommandOutput} for command's `response` shape.
44
- * @see {@link ElasticLoadBalancingV2ClientResolvedConfig | config} for command's `input` shape.
44
+ * @see {@link ElasticLoadBalancingV2ClientResolvedConfig | config} for ElasticLoadBalancingV2Client's `config` shape.
45
45
  *
46
46
  */
47
47
  export declare class DescribeTargetGroupAttributesCommand extends $Command<DescribeTargetGroupAttributesCommandInput, DescribeTargetGroupAttributesCommandOutput, ElasticLoadBalancingV2ClientResolvedConfig> {
@@ -23,7 +23,7 @@ export interface DescribeTargetGroupsCommandOutput extends DescribeTargetGroupsO
23
23
  *
24
24
  * @see {@link DescribeTargetGroupsCommandInput} for command's `input` shape.
25
25
  * @see {@link DescribeTargetGroupsCommandOutput} for command's `response` shape.
26
- * @see {@link ElasticLoadBalancingV2ClientResolvedConfig | config} for command's `input` shape.
26
+ * @see {@link ElasticLoadBalancingV2ClientResolvedConfig | config} for ElasticLoadBalancingV2Client's `config` shape.
27
27
  *
28
28
  */
29
29
  export declare class DescribeTargetGroupsCommand extends $Command<DescribeTargetGroupsCommandInput, DescribeTargetGroupsCommandOutput, ElasticLoadBalancingV2ClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface DescribeTargetHealthCommandOutput extends DescribeTargetHealthO
20
20
  *
21
21
  * @see {@link DescribeTargetHealthCommandInput} for command's `input` shape.
22
22
  * @see {@link DescribeTargetHealthCommandOutput} for command's `response` shape.
23
- * @see {@link ElasticLoadBalancingV2ClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link ElasticLoadBalancingV2ClientResolvedConfig | config} for ElasticLoadBalancingV2Client's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class DescribeTargetHealthCommand extends $Command<DescribeTargetHealthCommandInput, DescribeTargetHealthCommandOutput, ElasticLoadBalancingV2ClientResolvedConfig> {
@@ -27,7 +27,7 @@ export interface ModifyListenerCommandOutput extends ModifyListenerOutput, __Met
27
27
  *
28
28
  * @see {@link ModifyListenerCommandInput} for command's `input` shape.
29
29
  * @see {@link ModifyListenerCommandOutput} for command's `response` shape.
30
- * @see {@link ElasticLoadBalancingV2ClientResolvedConfig | config} for command's `input` shape.
30
+ * @see {@link ElasticLoadBalancingV2ClientResolvedConfig | config} for ElasticLoadBalancingV2Client's `config` shape.
31
31
  *
32
32
  */
33
33
  export declare class ModifyListenerCommand extends $Command<ModifyListenerCommandInput, ModifyListenerCommandOutput, ElasticLoadBalancingV2ClientResolvedConfig> {
@@ -23,7 +23,7 @@ export interface ModifyLoadBalancerAttributesCommandOutput extends ModifyLoadBal
23
23
  *
24
24
  * @see {@link ModifyLoadBalancerAttributesCommandInput} for command's `input` shape.
25
25
  * @see {@link ModifyLoadBalancerAttributesCommandOutput} for command's `response` shape.
26
- * @see {@link ElasticLoadBalancingV2ClientResolvedConfig | config} for command's `input` shape.
26
+ * @see {@link ElasticLoadBalancingV2ClientResolvedConfig | config} for ElasticLoadBalancingV2Client's `config` shape.
27
27
  *
28
28
  */
29
29
  export declare class ModifyLoadBalancerAttributesCommand extends $Command<ModifyLoadBalancerAttributesCommandInput, ModifyLoadBalancerAttributesCommandOutput, ElasticLoadBalancingV2ClientResolvedConfig> {
@@ -24,7 +24,7 @@ export interface ModifyRuleCommandOutput extends ModifyRuleOutput, __MetadataBea
24
24
  *
25
25
  * @see {@link ModifyRuleCommandInput} for command's `input` shape.
26
26
  * @see {@link ModifyRuleCommandOutput} for command's `response` shape.
27
- * @see {@link ElasticLoadBalancingV2ClientResolvedConfig | config} for command's `input` shape.
27
+ * @see {@link ElasticLoadBalancingV2ClientResolvedConfig | config} for ElasticLoadBalancingV2Client's `config` shape.
28
28
  *
29
29
  */
30
30
  export declare class ModifyRuleCommand extends $Command<ModifyRuleCommandInput, ModifyRuleCommandOutput, ElasticLoadBalancingV2ClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface ModifyTargetGroupAttributesCommandOutput extends ModifyTargetGr
20
20
  *
21
21
  * @see {@link ModifyTargetGroupAttributesCommandInput} for command's `input` shape.
22
22
  * @see {@link ModifyTargetGroupAttributesCommandOutput} for command's `response` shape.
23
- * @see {@link ElasticLoadBalancingV2ClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link ElasticLoadBalancingV2ClientResolvedConfig | config} for ElasticLoadBalancingV2Client's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class ModifyTargetGroupAttributesCommand extends $Command<ModifyTargetGroupAttributesCommandInput, ModifyTargetGroupAttributesCommandOutput, ElasticLoadBalancingV2ClientResolvedConfig> {
@@ -21,7 +21,7 @@ export interface ModifyTargetGroupCommandOutput extends ModifyTargetGroupOutput,
21
21
  *
22
22
  * @see {@link ModifyTargetGroupCommandInput} for command's `input` shape.
23
23
  * @see {@link ModifyTargetGroupCommandOutput} for command's `response` shape.
24
- * @see {@link ElasticLoadBalancingV2ClientResolvedConfig | config} for command's `input` shape.
24
+ * @see {@link ElasticLoadBalancingV2ClientResolvedConfig | config} for ElasticLoadBalancingV2Client's `config` shape.
25
25
  *
26
26
  */
27
27
  export declare class ModifyTargetGroupCommand extends $Command<ModifyTargetGroupCommandInput, ModifyTargetGroupCommandOutput, ElasticLoadBalancingV2ClientResolvedConfig> {
@@ -32,7 +32,7 @@ export interface RegisterTargetsCommandOutput extends RegisterTargetsOutput, __M
32
32
  *
33
33
  * @see {@link RegisterTargetsCommandInput} for command's `input` shape.
34
34
  * @see {@link RegisterTargetsCommandOutput} for command's `response` shape.
35
- * @see {@link ElasticLoadBalancingV2ClientResolvedConfig | config} for command's `input` shape.
35
+ * @see {@link ElasticLoadBalancingV2ClientResolvedConfig | config} for ElasticLoadBalancingV2Client's `config` shape.
36
36
  *
37
37
  */
38
38
  export declare class RegisterTargetsCommand extends $Command<RegisterTargetsCommandInput, RegisterTargetsCommandOutput, ElasticLoadBalancingV2ClientResolvedConfig> {
@@ -21,7 +21,7 @@ export interface RemoveListenerCertificatesCommandOutput extends RemoveListenerC
21
21
  *
22
22
  * @see {@link RemoveListenerCertificatesCommandInput} for command's `input` shape.
23
23
  * @see {@link RemoveListenerCertificatesCommandOutput} for command's `response` shape.
24
- * @see {@link ElasticLoadBalancingV2ClientResolvedConfig | config} for command's `input` shape.
24
+ * @see {@link ElasticLoadBalancingV2ClientResolvedConfig | config} for ElasticLoadBalancingV2Client's `config` shape.
25
25
  *
26
26
  */
27
27
  export declare class RemoveListenerCertificatesCommand extends $Command<RemoveListenerCertificatesCommandInput, RemoveListenerCertificatesCommandOutput, ElasticLoadBalancingV2ClientResolvedConfig> {
@@ -22,7 +22,7 @@ export interface RemoveTagsCommandOutput extends RemoveTagsOutput, __MetadataBea
22
22
  *
23
23
  * @see {@link RemoveTagsCommandInput} for command's `input` shape.
24
24
  * @see {@link RemoveTagsCommandOutput} for command's `response` shape.
25
- * @see {@link ElasticLoadBalancingV2ClientResolvedConfig | config} for command's `input` shape.
25
+ * @see {@link ElasticLoadBalancingV2ClientResolvedConfig | config} for ElasticLoadBalancingV2Client's `config` shape.
26
26
  *
27
27
  */
28
28
  export declare class RemoveTagsCommand extends $Command<RemoveTagsCommandInput, RemoveTagsCommandOutput, ElasticLoadBalancingV2ClientResolvedConfig> {
@@ -21,7 +21,7 @@ export interface SetIpAddressTypeCommandOutput extends SetIpAddressTypeOutput, _
21
21
  *
22
22
  * @see {@link SetIpAddressTypeCommandInput} for command's `input` shape.
23
23
  * @see {@link SetIpAddressTypeCommandOutput} for command's `response` shape.
24
- * @see {@link ElasticLoadBalancingV2ClientResolvedConfig | config} for command's `input` shape.
24
+ * @see {@link ElasticLoadBalancingV2ClientResolvedConfig | config} for ElasticLoadBalancingV2Client's `config` shape.
25
25
  *
26
26
  */
27
27
  export declare class SetIpAddressTypeCommand extends $Command<SetIpAddressTypeCommandInput, SetIpAddressTypeCommandOutput, ElasticLoadBalancingV2ClientResolvedConfig> {
@@ -22,7 +22,7 @@ export interface SetRulePrioritiesCommandOutput extends SetRulePrioritiesOutput,
22
22
  *
23
23
  * @see {@link SetRulePrioritiesCommandInput} for command's `input` shape.
24
24
  * @see {@link SetRulePrioritiesCommandOutput} for command's `response` shape.
25
- * @see {@link ElasticLoadBalancingV2ClientResolvedConfig | config} for command's `input` shape.
25
+ * @see {@link ElasticLoadBalancingV2ClientResolvedConfig | config} for ElasticLoadBalancingV2Client's `config` shape.
26
26
  *
27
27
  */
28
28
  export declare class SetRulePrioritiesCommand extends $Command<SetRulePrioritiesCommandInput, SetRulePrioritiesCommandOutput, ElasticLoadBalancingV2ClientResolvedConfig> {
@@ -23,7 +23,7 @@ export interface SetSecurityGroupsCommandOutput extends SetSecurityGroupsOutput,
23
23
  *
24
24
  * @see {@link SetSecurityGroupsCommandInput} for command's `input` shape.
25
25
  * @see {@link SetSecurityGroupsCommandOutput} for command's `response` shape.
26
- * @see {@link ElasticLoadBalancingV2ClientResolvedConfig | config} for command's `input` shape.
26
+ * @see {@link ElasticLoadBalancingV2ClientResolvedConfig | config} for ElasticLoadBalancingV2Client's `config` shape.
27
27
  *
28
28
  */
29
29
  export declare class SetSecurityGroupsCommand extends $Command<SetSecurityGroupsCommandInput, SetSecurityGroupsCommandOutput, ElasticLoadBalancingV2ClientResolvedConfig> {
@@ -25,7 +25,7 @@ export interface SetSubnetsCommandOutput extends SetSubnetsOutput, __MetadataBea
25
25
  *
26
26
  * @see {@link SetSubnetsCommandInput} for command's `input` shape.
27
27
  * @see {@link SetSubnetsCommandOutput} for command's `response` shape.
28
- * @see {@link ElasticLoadBalancingV2ClientResolvedConfig | config} for command's `input` shape.
28
+ * @see {@link ElasticLoadBalancingV2ClientResolvedConfig | config} for ElasticLoadBalancingV2Client's `config` shape.
29
29
  *
30
30
  */
31
31
  export declare class SetSubnetsCommand extends $Command<SetSubnetsCommandInput, SetSubnetsCommandOutput, ElasticLoadBalancingV2ClientResolvedConfig> {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-elastic-load-balancing-v2",
3
3
  "description": "AWS SDK for JavaScript Elastic Load Balancing V2 Client for Node.js, Browser and React Native",
4
- "version": "3.40.0",
4
+ "version": "3.41.0",
5
5
  "scripts": {
6
6
  "build": "yarn build:cjs && yarn build:es && yarn build:types",
7
7
  "build:cjs": "tsc -p tsconfig.json",
@@ -21,9 +21,9 @@
21
21
  "dependencies": {
22
22
  "@aws-crypto/sha256-browser": "2.0.0",
23
23
  "@aws-crypto/sha256-js": "2.0.0",
24
- "@aws-sdk/client-sts": "3.40.0",
24
+ "@aws-sdk/client-sts": "3.41.0",
25
25
  "@aws-sdk/config-resolver": "3.40.0",
26
- "@aws-sdk/credential-provider-node": "3.40.0",
26
+ "@aws-sdk/credential-provider-node": "3.41.0",
27
27
  "@aws-sdk/fetch-http-handler": "3.40.0",
28
28
  "@aws-sdk/hash-node": "3.40.0",
29
29
  "@aws-sdk/invalid-dependency": "3.40.0",
@@ -38,7 +38,7 @@
38
38
  "@aws-sdk/node-config-provider": "3.40.0",
39
39
  "@aws-sdk/node-http-handler": "3.40.0",
40
40
  "@aws-sdk/protocol-http": "3.40.0",
41
- "@aws-sdk/smithy-client": "3.40.0",
41
+ "@aws-sdk/smithy-client": "3.41.0",
42
42
  "@aws-sdk/types": "3.40.0",
43
43
  "@aws-sdk/url-parser": "3.40.0",
44
44
  "@aws-sdk/util-base64-browser": "3.37.0",