@aws-sdk/client-elastic-load-balancing-v2 3.651.0 → 3.654.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 (97) hide show
  1. package/dist-types/commands/AddListenerCertificatesCommand.d.ts +11 -0
  2. package/dist-types/commands/AddTagsCommand.d.ts +11 -0
  3. package/dist-types/commands/AddTrustStoreRevocationsCommand.d.ts +11 -0
  4. package/dist-types/commands/CreateListenerCommand.d.ts +11 -0
  5. package/dist-types/commands/CreateLoadBalancerCommand.d.ts +11 -0
  6. package/dist-types/commands/CreateRuleCommand.d.ts +11 -0
  7. package/dist-types/commands/CreateTargetGroupCommand.d.ts +11 -0
  8. package/dist-types/commands/CreateTrustStoreCommand.d.ts +11 -0
  9. package/dist-types/commands/DeleteListenerCommand.d.ts +11 -0
  10. package/dist-types/commands/DeleteLoadBalancerCommand.d.ts +11 -0
  11. package/dist-types/commands/DeleteRuleCommand.d.ts +11 -0
  12. package/dist-types/commands/DeleteSharedTrustStoreAssociationCommand.d.ts +11 -0
  13. package/dist-types/commands/DeleteTargetGroupCommand.d.ts +11 -0
  14. package/dist-types/commands/DeleteTrustStoreCommand.d.ts +11 -0
  15. package/dist-types/commands/DeregisterTargetsCommand.d.ts +11 -0
  16. package/dist-types/commands/DescribeAccountLimitsCommand.d.ts +11 -0
  17. package/dist-types/commands/DescribeListenerAttributesCommand.d.ts +11 -0
  18. package/dist-types/commands/DescribeListenerCertificatesCommand.d.ts +11 -0
  19. package/dist-types/commands/DescribeListenersCommand.d.ts +11 -0
  20. package/dist-types/commands/DescribeLoadBalancerAttributesCommand.d.ts +11 -0
  21. package/dist-types/commands/DescribeLoadBalancersCommand.d.ts +11 -0
  22. package/dist-types/commands/DescribeRulesCommand.d.ts +11 -0
  23. package/dist-types/commands/DescribeSSLPoliciesCommand.d.ts +11 -0
  24. package/dist-types/commands/DescribeTagsCommand.d.ts +11 -0
  25. package/dist-types/commands/DescribeTargetGroupAttributesCommand.d.ts +11 -0
  26. package/dist-types/commands/DescribeTargetGroupsCommand.d.ts +11 -0
  27. package/dist-types/commands/DescribeTargetHealthCommand.d.ts +11 -0
  28. package/dist-types/commands/DescribeTrustStoreAssociationsCommand.d.ts +11 -0
  29. package/dist-types/commands/DescribeTrustStoreRevocationsCommand.d.ts +11 -0
  30. package/dist-types/commands/DescribeTrustStoresCommand.d.ts +11 -0
  31. package/dist-types/commands/GetResourcePolicyCommand.d.ts +11 -0
  32. package/dist-types/commands/GetTrustStoreCaCertificatesBundleCommand.d.ts +11 -0
  33. package/dist-types/commands/GetTrustStoreRevocationContentCommand.d.ts +11 -0
  34. package/dist-types/commands/ModifyListenerAttributesCommand.d.ts +11 -0
  35. package/dist-types/commands/ModifyListenerCommand.d.ts +11 -0
  36. package/dist-types/commands/ModifyLoadBalancerAttributesCommand.d.ts +11 -0
  37. package/dist-types/commands/ModifyRuleCommand.d.ts +11 -0
  38. package/dist-types/commands/ModifyTargetGroupAttributesCommand.d.ts +11 -0
  39. package/dist-types/commands/ModifyTargetGroupCommand.d.ts +11 -0
  40. package/dist-types/commands/ModifyTrustStoreCommand.d.ts +11 -0
  41. package/dist-types/commands/RegisterTargetsCommand.d.ts +11 -0
  42. package/dist-types/commands/RemoveListenerCertificatesCommand.d.ts +11 -0
  43. package/dist-types/commands/RemoveTagsCommand.d.ts +11 -0
  44. package/dist-types/commands/RemoveTrustStoreRevocationsCommand.d.ts +11 -0
  45. package/dist-types/commands/SetIpAddressTypeCommand.d.ts +11 -0
  46. package/dist-types/commands/SetRulePrioritiesCommand.d.ts +11 -0
  47. package/dist-types/commands/SetSecurityGroupsCommand.d.ts +11 -0
  48. package/dist-types/commands/SetSubnetsCommand.d.ts +11 -0
  49. package/dist-types/ts3.4/commands/AddListenerCertificatesCommand.d.ts +12 -1
  50. package/dist-types/ts3.4/commands/AddTagsCommand.d.ts +12 -1
  51. package/dist-types/ts3.4/commands/AddTrustStoreRevocationsCommand.d.ts +12 -1
  52. package/dist-types/ts3.4/commands/CreateListenerCommand.d.ts +12 -1
  53. package/dist-types/ts3.4/commands/CreateLoadBalancerCommand.d.ts +12 -1
  54. package/dist-types/ts3.4/commands/CreateRuleCommand.d.ts +12 -1
  55. package/dist-types/ts3.4/commands/CreateTargetGroupCommand.d.ts +12 -1
  56. package/dist-types/ts3.4/commands/CreateTrustStoreCommand.d.ts +12 -1
  57. package/dist-types/ts3.4/commands/DeleteListenerCommand.d.ts +12 -1
  58. package/dist-types/ts3.4/commands/DeleteLoadBalancerCommand.d.ts +12 -1
  59. package/dist-types/ts3.4/commands/DeleteRuleCommand.d.ts +12 -1
  60. package/dist-types/ts3.4/commands/DeleteSharedTrustStoreAssociationCommand.d.ts +12 -1
  61. package/dist-types/ts3.4/commands/DeleteTargetGroupCommand.d.ts +12 -1
  62. package/dist-types/ts3.4/commands/DeleteTrustStoreCommand.d.ts +12 -1
  63. package/dist-types/ts3.4/commands/DeregisterTargetsCommand.d.ts +12 -1
  64. package/dist-types/ts3.4/commands/DescribeAccountLimitsCommand.d.ts +12 -1
  65. package/dist-types/ts3.4/commands/DescribeListenerAttributesCommand.d.ts +12 -1
  66. package/dist-types/ts3.4/commands/DescribeListenerCertificatesCommand.d.ts +12 -1
  67. package/dist-types/ts3.4/commands/DescribeListenersCommand.d.ts +12 -1
  68. package/dist-types/ts3.4/commands/DescribeLoadBalancerAttributesCommand.d.ts +12 -1
  69. package/dist-types/ts3.4/commands/DescribeLoadBalancersCommand.d.ts +12 -1
  70. package/dist-types/ts3.4/commands/DescribeRulesCommand.d.ts +12 -1
  71. package/dist-types/ts3.4/commands/DescribeSSLPoliciesCommand.d.ts +12 -1
  72. package/dist-types/ts3.4/commands/DescribeTagsCommand.d.ts +12 -1
  73. package/dist-types/ts3.4/commands/DescribeTargetGroupAttributesCommand.d.ts +12 -1
  74. package/dist-types/ts3.4/commands/DescribeTargetGroupsCommand.d.ts +12 -1
  75. package/dist-types/ts3.4/commands/DescribeTargetHealthCommand.d.ts +12 -1
  76. package/dist-types/ts3.4/commands/DescribeTrustStoreAssociationsCommand.d.ts +12 -1
  77. package/dist-types/ts3.4/commands/DescribeTrustStoreRevocationsCommand.d.ts +12 -1
  78. package/dist-types/ts3.4/commands/DescribeTrustStoresCommand.d.ts +12 -1
  79. package/dist-types/ts3.4/commands/GetResourcePolicyCommand.d.ts +12 -1
  80. package/dist-types/ts3.4/commands/GetTrustStoreCaCertificatesBundleCommand.d.ts +12 -1
  81. package/dist-types/ts3.4/commands/GetTrustStoreRevocationContentCommand.d.ts +12 -1
  82. package/dist-types/ts3.4/commands/ModifyListenerAttributesCommand.d.ts +12 -1
  83. package/dist-types/ts3.4/commands/ModifyListenerCommand.d.ts +12 -1
  84. package/dist-types/ts3.4/commands/ModifyLoadBalancerAttributesCommand.d.ts +12 -1
  85. package/dist-types/ts3.4/commands/ModifyRuleCommand.d.ts +12 -1
  86. package/dist-types/ts3.4/commands/ModifyTargetGroupAttributesCommand.d.ts +12 -1
  87. package/dist-types/ts3.4/commands/ModifyTargetGroupCommand.d.ts +12 -1
  88. package/dist-types/ts3.4/commands/ModifyTrustStoreCommand.d.ts +12 -1
  89. package/dist-types/ts3.4/commands/RegisterTargetsCommand.d.ts +12 -1
  90. package/dist-types/ts3.4/commands/RemoveListenerCertificatesCommand.d.ts +12 -1
  91. package/dist-types/ts3.4/commands/RemoveTagsCommand.d.ts +12 -1
  92. package/dist-types/ts3.4/commands/RemoveTrustStoreRevocationsCommand.d.ts +12 -1
  93. package/dist-types/ts3.4/commands/SetIpAddressTypeCommand.d.ts +12 -1
  94. package/dist-types/ts3.4/commands/SetRulePrioritiesCommand.d.ts +12 -1
  95. package/dist-types/ts3.4/commands/SetSecurityGroupsCommand.d.ts +12 -1
  96. package/dist-types/ts3.4/commands/SetSubnetsCommand.d.ts +12 -1
  97. package/package.json +36 -36
@@ -37,4 +37,15 @@ declare const DescribeTrustStoreRevocationsCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class DescribeTrustStoreRevocationsCommand extends DescribeTrustStoreRevocationsCommand_base {}
40
+ export declare class DescribeTrustStoreRevocationsCommand extends DescribeTrustStoreRevocationsCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: DescribeTrustStoreRevocationsInput;
44
+ output: DescribeTrustStoreRevocationsOutput;
45
+ };
46
+ sdk: {
47
+ input: DescribeTrustStoreRevocationsCommandInput;
48
+ output: DescribeTrustStoreRevocationsCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -37,4 +37,15 @@ declare const DescribeTrustStoresCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class DescribeTrustStoresCommand extends DescribeTrustStoresCommand_base {}
40
+ export declare class DescribeTrustStoresCommand extends DescribeTrustStoresCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: DescribeTrustStoresInput;
44
+ output: DescribeTrustStoresOutput;
45
+ };
46
+ sdk: {
47
+ input: DescribeTrustStoresCommandInput;
48
+ output: DescribeTrustStoresCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -36,4 +36,15 @@ declare const GetResourcePolicyCommand_base: {
36
36
  >;
37
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
38
  };
39
- export declare class GetResourcePolicyCommand extends GetResourcePolicyCommand_base {}
39
+ export declare class GetResourcePolicyCommand extends GetResourcePolicyCommand_base {
40
+ protected static __types: {
41
+ api: {
42
+ input: GetResourcePolicyInput;
43
+ output: GetResourcePolicyOutput;
44
+ };
45
+ sdk: {
46
+ input: GetResourcePolicyCommandInput;
47
+ output: GetResourcePolicyCommandOutput;
48
+ };
49
+ };
50
+ }
@@ -37,4 +37,15 @@ declare const GetTrustStoreCaCertificatesBundleCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class GetTrustStoreCaCertificatesBundleCommand extends GetTrustStoreCaCertificatesBundleCommand_base {}
40
+ export declare class GetTrustStoreCaCertificatesBundleCommand extends GetTrustStoreCaCertificatesBundleCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: GetTrustStoreCaCertificatesBundleInput;
44
+ output: GetTrustStoreCaCertificatesBundleOutput;
45
+ };
46
+ sdk: {
47
+ input: GetTrustStoreCaCertificatesBundleCommandInput;
48
+ output: GetTrustStoreCaCertificatesBundleCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -37,4 +37,15 @@ declare const GetTrustStoreRevocationContentCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class GetTrustStoreRevocationContentCommand extends GetTrustStoreRevocationContentCommand_base {}
40
+ export declare class GetTrustStoreRevocationContentCommand extends GetTrustStoreRevocationContentCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: GetTrustStoreRevocationContentInput;
44
+ output: GetTrustStoreRevocationContentOutput;
45
+ };
46
+ sdk: {
47
+ input: GetTrustStoreRevocationContentCommandInput;
48
+ output: GetTrustStoreRevocationContentCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -37,4 +37,15 @@ declare const ModifyListenerAttributesCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class ModifyListenerAttributesCommand extends ModifyListenerAttributesCommand_base {}
40
+ export declare class ModifyListenerAttributesCommand extends ModifyListenerAttributesCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: ModifyListenerAttributesInput;
44
+ output: ModifyListenerAttributesOutput;
45
+ };
46
+ sdk: {
47
+ input: ModifyListenerAttributesCommandInput;
48
+ output: ModifyListenerAttributesCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -33,4 +33,15 @@ declare const ModifyListenerCommand_base: {
33
33
  >;
34
34
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
35
35
  };
36
- export declare class ModifyListenerCommand extends ModifyListenerCommand_base {}
36
+ export declare class ModifyListenerCommand extends ModifyListenerCommand_base {
37
+ protected static __types: {
38
+ api: {
39
+ input: ModifyListenerInput;
40
+ output: ModifyListenerOutput;
41
+ };
42
+ sdk: {
43
+ input: ModifyListenerCommandInput;
44
+ output: ModifyListenerCommandOutput;
45
+ };
46
+ };
47
+ }
@@ -37,4 +37,15 @@ declare const ModifyLoadBalancerAttributesCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class ModifyLoadBalancerAttributesCommand extends ModifyLoadBalancerAttributesCommand_base {}
40
+ export declare class ModifyLoadBalancerAttributesCommand extends ModifyLoadBalancerAttributesCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: ModifyLoadBalancerAttributesInput;
44
+ output: ModifyLoadBalancerAttributesOutput;
45
+ };
46
+ sdk: {
47
+ input: ModifyLoadBalancerAttributesCommandInput;
48
+ output: ModifyLoadBalancerAttributesCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -33,4 +33,15 @@ declare const ModifyRuleCommand_base: {
33
33
  >;
34
34
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
35
35
  };
36
- export declare class ModifyRuleCommand extends ModifyRuleCommand_base {}
36
+ export declare class ModifyRuleCommand extends ModifyRuleCommand_base {
37
+ protected static __types: {
38
+ api: {
39
+ input: ModifyRuleInput;
40
+ output: ModifyRuleOutput;
41
+ };
42
+ sdk: {
43
+ input: ModifyRuleCommandInput;
44
+ output: ModifyRuleCommandOutput;
45
+ };
46
+ };
47
+ }
@@ -37,4 +37,15 @@ declare const ModifyTargetGroupAttributesCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class ModifyTargetGroupAttributesCommand extends ModifyTargetGroupAttributesCommand_base {}
40
+ export declare class ModifyTargetGroupAttributesCommand extends ModifyTargetGroupAttributesCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: ModifyTargetGroupAttributesInput;
44
+ output: ModifyTargetGroupAttributesOutput;
45
+ };
46
+ sdk: {
47
+ input: ModifyTargetGroupAttributesCommandInput;
48
+ output: ModifyTargetGroupAttributesCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -36,4 +36,15 @@ declare const ModifyTargetGroupCommand_base: {
36
36
  >;
37
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
38
  };
39
- export declare class ModifyTargetGroupCommand extends ModifyTargetGroupCommand_base {}
39
+ export declare class ModifyTargetGroupCommand extends ModifyTargetGroupCommand_base {
40
+ protected static __types: {
41
+ api: {
42
+ input: ModifyTargetGroupInput;
43
+ output: ModifyTargetGroupOutput;
44
+ };
45
+ sdk: {
46
+ input: ModifyTargetGroupCommandInput;
47
+ output: ModifyTargetGroupCommandOutput;
48
+ };
49
+ };
50
+ }
@@ -36,4 +36,15 @@ declare const ModifyTrustStoreCommand_base: {
36
36
  >;
37
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
38
  };
39
- export declare class ModifyTrustStoreCommand extends ModifyTrustStoreCommand_base {}
39
+ export declare class ModifyTrustStoreCommand extends ModifyTrustStoreCommand_base {
40
+ protected static __types: {
41
+ api: {
42
+ input: ModifyTrustStoreInput;
43
+ output: ModifyTrustStoreOutput;
44
+ };
45
+ sdk: {
46
+ input: ModifyTrustStoreCommandInput;
47
+ output: ModifyTrustStoreCommandOutput;
48
+ };
49
+ };
50
+ }
@@ -36,4 +36,15 @@ declare const RegisterTargetsCommand_base: {
36
36
  >;
37
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
38
  };
39
- export declare class RegisterTargetsCommand extends RegisterTargetsCommand_base {}
39
+ export declare class RegisterTargetsCommand extends RegisterTargetsCommand_base {
40
+ protected static __types: {
41
+ api: {
42
+ input: RegisterTargetsInput;
43
+ output: {};
44
+ };
45
+ sdk: {
46
+ input: RegisterTargetsCommandInput;
47
+ output: RegisterTargetsCommandOutput;
48
+ };
49
+ };
50
+ }
@@ -37,4 +37,15 @@ declare const RemoveListenerCertificatesCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class RemoveListenerCertificatesCommand extends RemoveListenerCertificatesCommand_base {}
40
+ export declare class RemoveListenerCertificatesCommand extends RemoveListenerCertificatesCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: RemoveListenerCertificatesInput;
44
+ output: {};
45
+ };
46
+ sdk: {
47
+ input: RemoveListenerCertificatesCommandInput;
48
+ output: RemoveListenerCertificatesCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -33,4 +33,15 @@ declare const RemoveTagsCommand_base: {
33
33
  >;
34
34
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
35
35
  };
36
- export declare class RemoveTagsCommand extends RemoveTagsCommand_base {}
36
+ export declare class RemoveTagsCommand extends RemoveTagsCommand_base {
37
+ protected static __types: {
38
+ api: {
39
+ input: RemoveTagsInput;
40
+ output: {};
41
+ };
42
+ sdk: {
43
+ input: RemoveTagsCommandInput;
44
+ output: RemoveTagsCommandOutput;
45
+ };
46
+ };
47
+ }
@@ -37,4 +37,15 @@ declare const RemoveTrustStoreRevocationsCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class RemoveTrustStoreRevocationsCommand extends RemoveTrustStoreRevocationsCommand_base {}
40
+ export declare class RemoveTrustStoreRevocationsCommand extends RemoveTrustStoreRevocationsCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: RemoveTrustStoreRevocationsInput;
44
+ output: {};
45
+ };
46
+ sdk: {
47
+ input: RemoveTrustStoreRevocationsCommandInput;
48
+ output: RemoveTrustStoreRevocationsCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -36,4 +36,15 @@ declare const SetIpAddressTypeCommand_base: {
36
36
  >;
37
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
38
  };
39
- export declare class SetIpAddressTypeCommand extends SetIpAddressTypeCommand_base {}
39
+ export declare class SetIpAddressTypeCommand extends SetIpAddressTypeCommand_base {
40
+ protected static __types: {
41
+ api: {
42
+ input: SetIpAddressTypeInput;
43
+ output: SetIpAddressTypeOutput;
44
+ };
45
+ sdk: {
46
+ input: SetIpAddressTypeCommandInput;
47
+ output: SetIpAddressTypeCommandOutput;
48
+ };
49
+ };
50
+ }
@@ -36,4 +36,15 @@ declare const SetRulePrioritiesCommand_base: {
36
36
  >;
37
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
38
  };
39
- export declare class SetRulePrioritiesCommand extends SetRulePrioritiesCommand_base {}
39
+ export declare class SetRulePrioritiesCommand extends SetRulePrioritiesCommand_base {
40
+ protected static __types: {
41
+ api: {
42
+ input: SetRulePrioritiesInput;
43
+ output: SetRulePrioritiesOutput;
44
+ };
45
+ sdk: {
46
+ input: SetRulePrioritiesCommandInput;
47
+ output: SetRulePrioritiesCommandOutput;
48
+ };
49
+ };
50
+ }
@@ -36,4 +36,15 @@ declare const SetSecurityGroupsCommand_base: {
36
36
  >;
37
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
38
  };
39
- export declare class SetSecurityGroupsCommand extends SetSecurityGroupsCommand_base {}
39
+ export declare class SetSecurityGroupsCommand extends SetSecurityGroupsCommand_base {
40
+ protected static __types: {
41
+ api: {
42
+ input: SetSecurityGroupsInput;
43
+ output: SetSecurityGroupsOutput;
44
+ };
45
+ sdk: {
46
+ input: SetSecurityGroupsCommandInput;
47
+ output: SetSecurityGroupsCommandOutput;
48
+ };
49
+ };
50
+ }
@@ -33,4 +33,15 @@ declare const SetSubnetsCommand_base: {
33
33
  >;
34
34
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
35
35
  };
36
- export declare class SetSubnetsCommand extends SetSubnetsCommand_base {}
36
+ export declare class SetSubnetsCommand extends SetSubnetsCommand_base {
37
+ protected static __types: {
38
+ api: {
39
+ input: SetSubnetsInput;
40
+ output: SetSubnetsOutput;
41
+ };
42
+ sdk: {
43
+ input: SetSubnetsCommandInput;
44
+ output: SetSubnetsCommandOutput;
45
+ };
46
+ };
47
+ }
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.651.0",
4
+ "version": "3.654.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-elastic-load-balancing-v2",
@@ -20,45 +20,45 @@
20
20
  "dependencies": {
21
21
  "@aws-crypto/sha256-browser": "5.2.0",
22
22
  "@aws-crypto/sha256-js": "5.2.0",
23
- "@aws-sdk/client-sso-oidc": "3.650.0",
24
- "@aws-sdk/client-sts": "3.650.0",
25
- "@aws-sdk/core": "3.649.0",
26
- "@aws-sdk/credential-provider-node": "3.650.0",
27
- "@aws-sdk/middleware-host-header": "3.649.0",
28
- "@aws-sdk/middleware-logger": "3.649.0",
29
- "@aws-sdk/middleware-recursion-detection": "3.649.0",
30
- "@aws-sdk/middleware-user-agent": "3.649.0",
31
- "@aws-sdk/region-config-resolver": "3.649.0",
32
- "@aws-sdk/types": "3.649.0",
33
- "@aws-sdk/util-endpoints": "3.649.0",
34
- "@aws-sdk/util-user-agent-browser": "3.649.0",
35
- "@aws-sdk/util-user-agent-node": "3.649.0",
36
- "@smithy/config-resolver": "^3.0.6",
37
- "@smithy/core": "^2.4.1",
38
- "@smithy/fetch-http-handler": "^3.2.5",
39
- "@smithy/hash-node": "^3.0.4",
40
- "@smithy/invalid-dependency": "^3.0.4",
41
- "@smithy/middleware-content-length": "^3.0.6",
42
- "@smithy/middleware-endpoint": "^3.1.1",
43
- "@smithy/middleware-retry": "^3.0.16",
44
- "@smithy/middleware-serde": "^3.0.4",
45
- "@smithy/middleware-stack": "^3.0.4",
46
- "@smithy/node-config-provider": "^3.1.5",
47
- "@smithy/node-http-handler": "^3.2.0",
48
- "@smithy/protocol-http": "^4.1.1",
49
- "@smithy/smithy-client": "^3.3.0",
50
- "@smithy/types": "^3.4.0",
51
- "@smithy/url-parser": "^3.0.4",
23
+ "@aws-sdk/client-sso-oidc": "3.654.0",
24
+ "@aws-sdk/client-sts": "3.654.0",
25
+ "@aws-sdk/core": "3.654.0",
26
+ "@aws-sdk/credential-provider-node": "3.654.0",
27
+ "@aws-sdk/middleware-host-header": "3.654.0",
28
+ "@aws-sdk/middleware-logger": "3.654.0",
29
+ "@aws-sdk/middleware-recursion-detection": "3.654.0",
30
+ "@aws-sdk/middleware-user-agent": "3.654.0",
31
+ "@aws-sdk/region-config-resolver": "3.654.0",
32
+ "@aws-sdk/types": "3.654.0",
33
+ "@aws-sdk/util-endpoints": "3.654.0",
34
+ "@aws-sdk/util-user-agent-browser": "3.654.0",
35
+ "@aws-sdk/util-user-agent-node": "3.654.0",
36
+ "@smithy/config-resolver": "^3.0.8",
37
+ "@smithy/core": "^2.4.3",
38
+ "@smithy/fetch-http-handler": "^3.2.7",
39
+ "@smithy/hash-node": "^3.0.6",
40
+ "@smithy/invalid-dependency": "^3.0.6",
41
+ "@smithy/middleware-content-length": "^3.0.8",
42
+ "@smithy/middleware-endpoint": "^3.1.3",
43
+ "@smithy/middleware-retry": "^3.0.18",
44
+ "@smithy/middleware-serde": "^3.0.6",
45
+ "@smithy/middleware-stack": "^3.0.6",
46
+ "@smithy/node-config-provider": "^3.1.7",
47
+ "@smithy/node-http-handler": "^3.2.2",
48
+ "@smithy/protocol-http": "^4.1.3",
49
+ "@smithy/smithy-client": "^3.3.2",
50
+ "@smithy/types": "^3.4.2",
51
+ "@smithy/url-parser": "^3.0.6",
52
52
  "@smithy/util-base64": "^3.0.0",
53
53
  "@smithy/util-body-length-browser": "^3.0.0",
54
54
  "@smithy/util-body-length-node": "^3.0.0",
55
- "@smithy/util-defaults-mode-browser": "^3.0.16",
56
- "@smithy/util-defaults-mode-node": "^3.0.16",
57
- "@smithy/util-endpoints": "^2.1.0",
58
- "@smithy/util-middleware": "^3.0.4",
59
- "@smithy/util-retry": "^3.0.4",
55
+ "@smithy/util-defaults-mode-browser": "^3.0.18",
56
+ "@smithy/util-defaults-mode-node": "^3.0.18",
57
+ "@smithy/util-endpoints": "^2.1.2",
58
+ "@smithy/util-middleware": "^3.0.6",
59
+ "@smithy/util-retry": "^3.0.6",
60
60
  "@smithy/util-utf8": "^3.0.0",
61
- "@smithy/util-waiter": "^3.1.3",
61
+ "@smithy/util-waiter": "^3.1.5",
62
62
  "tslib": "^2.6.2"
63
63
  },
64
64
  "devDependencies": {