@aws-sdk/client-vpc-lattice 3.896.0 → 3.901.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 (78) hide show
  1. package/README.md +1 -5
  2. package/dist-cjs/index.js +7 -1
  3. package/dist-es/protocols/Aws_restJson1.js +6 -0
  4. package/dist-types/VPCLattice.d.ts +1 -5
  5. package/dist-types/VPCLatticeClient.d.ts +1 -5
  6. package/dist-types/commands/BatchUpdateRuleCommand.d.ts +3 -12
  7. package/dist-types/commands/CreateAccessLogSubscriptionCommand.d.ts +3 -10
  8. package/dist-types/commands/CreateListenerCommand.d.ts +3 -8
  9. package/dist-types/commands/CreateResourceConfigurationCommand.d.ts +3 -6
  10. package/dist-types/commands/CreateResourceGatewayCommand.d.ts +7 -7
  11. package/dist-types/commands/CreateRuleCommand.d.ts +3 -8
  12. package/dist-types/commands/CreateServiceCommand.d.ts +3 -8
  13. package/dist-types/commands/CreateServiceNetworkCommand.d.ts +3 -8
  14. package/dist-types/commands/CreateServiceNetworkResourceAssociationCommand.d.ts +3 -7
  15. package/dist-types/commands/CreateServiceNetworkServiceAssociationCommand.d.ts +3 -13
  16. package/dist-types/commands/CreateServiceNetworkVpcAssociationCommand.d.ts +3 -15
  17. package/dist-types/commands/CreateTargetGroupCommand.d.ts +3 -8
  18. package/dist-types/commands/DeleteAccessLogSubscriptionCommand.d.ts +1 -2
  19. package/dist-types/commands/DeleteAuthPolicyCommand.d.ts +2 -6
  20. package/dist-types/commands/DeleteListenerCommand.d.ts +2 -4
  21. package/dist-types/commands/DeleteResourceConfigurationCommand.d.ts +2 -4
  22. package/dist-types/commands/DeleteResourceEndpointAssociationCommand.d.ts +1 -2
  23. package/dist-types/commands/DeleteResourceGatewayCommand.d.ts +2 -4
  24. package/dist-types/commands/DeleteResourcePolicyCommand.d.ts +1 -2
  25. package/dist-types/commands/DeleteRuleCommand.d.ts +3 -10
  26. package/dist-types/commands/DeleteServiceCommand.d.ts +3 -9
  27. package/dist-types/commands/DeleteServiceNetworkCommand.d.ts +3 -9
  28. package/dist-types/commands/DeleteServiceNetworkResourceAssociationCommand.d.ts +2 -4
  29. package/dist-types/commands/DeleteServiceNetworkServiceAssociationCommand.d.ts +3 -6
  30. package/dist-types/commands/DeleteServiceNetworkVpcAssociationCommand.d.ts +3 -6
  31. package/dist-types/commands/DeleteTargetGroupCommand.d.ts +3 -6
  32. package/dist-types/commands/DeregisterTargetsCommand.d.ts +2 -4
  33. package/dist-types/commands/GetAccessLogSubscriptionCommand.d.ts +1 -2
  34. package/dist-types/commands/GetAuthPolicyCommand.d.ts +2 -4
  35. package/dist-types/commands/GetListenerCommand.d.ts +1 -2
  36. package/dist-types/commands/GetResourceConfigurationCommand.d.ts +1 -2
  37. package/dist-types/commands/GetResourceGatewayCommand.d.ts +2 -2
  38. package/dist-types/commands/GetResourcePolicyCommand.d.ts +2 -4
  39. package/dist-types/commands/GetRuleCommand.d.ts +2 -5
  40. package/dist-types/commands/GetServiceCommand.d.ts +1 -2
  41. package/dist-types/commands/GetServiceNetworkCommand.d.ts +1 -2
  42. package/dist-types/commands/GetServiceNetworkResourceAssociationCommand.d.ts +1 -2
  43. package/dist-types/commands/GetServiceNetworkServiceAssociationCommand.d.ts +1 -2
  44. package/dist-types/commands/GetServiceNetworkVpcAssociationCommand.d.ts +1 -2
  45. package/dist-types/commands/GetTargetGroupCommand.d.ts +1 -2
  46. package/dist-types/commands/ListAccessLogSubscriptionsCommand.d.ts +1 -2
  47. package/dist-types/commands/ListListenersCommand.d.ts +1 -2
  48. package/dist-types/commands/ListResourceConfigurationsCommand.d.ts +1 -2
  49. package/dist-types/commands/ListResourceEndpointAssociationsCommand.d.ts +1 -2
  50. package/dist-types/commands/ListResourceGatewaysCommand.d.ts +2 -2
  51. package/dist-types/commands/ListRulesCommand.d.ts +1 -2
  52. package/dist-types/commands/ListServiceNetworkResourceAssociationsCommand.d.ts +2 -2
  53. package/dist-types/commands/ListServiceNetworkServiceAssociationsCommand.d.ts +2 -9
  54. package/dist-types/commands/ListServiceNetworkVpcAssociationsCommand.d.ts +2 -4
  55. package/dist-types/commands/ListServiceNetworkVpcEndpointAssociationsCommand.d.ts +1 -2
  56. package/dist-types/commands/ListServiceNetworksCommand.d.ts +2 -4
  57. package/dist-types/commands/ListServicesCommand.d.ts +1 -2
  58. package/dist-types/commands/ListTagsForResourceCommand.d.ts +1 -2
  59. package/dist-types/commands/ListTargetGroupsCommand.d.ts +2 -4
  60. package/dist-types/commands/ListTargetsCommand.d.ts +2 -4
  61. package/dist-types/commands/PutAuthPolicyCommand.d.ts +2 -6
  62. package/dist-types/commands/PutResourcePolicyCommand.d.ts +2 -5
  63. package/dist-types/commands/RegisterTargetsCommand.d.ts +3 -6
  64. package/dist-types/commands/TagResourceCommand.d.ts +1 -2
  65. package/dist-types/commands/UntagResourceCommand.d.ts +1 -2
  66. package/dist-types/commands/UpdateAccessLogSubscriptionCommand.d.ts +2 -4
  67. package/dist-types/commands/UpdateListenerCommand.d.ts +2 -4
  68. package/dist-types/commands/UpdateResourceConfigurationCommand.d.ts +1 -2
  69. package/dist-types/commands/UpdateResourceGatewayCommand.d.ts +4 -2
  70. package/dist-types/commands/UpdateRuleCommand.d.ts +3 -6
  71. package/dist-types/commands/UpdateServiceCommand.d.ts +2 -4
  72. package/dist-types/commands/UpdateServiceNetworkCommand.d.ts +2 -4
  73. package/dist-types/commands/UpdateServiceNetworkVpcAssociationCommand.d.ts +3 -8
  74. package/dist-types/commands/UpdateTargetGroupCommand.d.ts +2 -4
  75. package/dist-types/index.d.ts +1 -5
  76. package/dist-types/models/models_0.d.ts +128 -382
  77. package/dist-types/ts3.4/models/models_0.d.ts +7 -2
  78. package/package.json +38 -38
@@ -461,10 +461,11 @@ export type ResourceGatewayIpAddressType =
461
461
  export interface CreateResourceGatewayRequest {
462
462
  clientToken?: string | undefined;
463
463
  name: string | undefined;
464
- vpcIdentifier: string | undefined;
465
- subnetIds: string[] | undefined;
464
+ vpcIdentifier?: string | undefined;
465
+ subnetIds?: string[] | undefined;
466
466
  securityGroupIds?: string[] | undefined;
467
467
  ipAddressType?: ResourceGatewayIpAddressType | undefined;
468
+ ipv4AddressesPerEni?: number | undefined;
468
469
  tags?: Record<string, string> | undefined;
469
470
  }
470
471
  export declare const ResourceGatewayStatus: {
@@ -487,6 +488,7 @@ export interface CreateResourceGatewayResponse {
487
488
  subnetIds?: string[] | undefined;
488
489
  securityGroupIds?: string[] | undefined;
489
490
  ipAddressType?: ResourceGatewayIpAddressType | undefined;
491
+ ipv4AddressesPerEni?: number | undefined;
490
492
  }
491
493
  export interface CreateRuleRequest {
492
494
  serviceIdentifier: string | undefined;
@@ -886,6 +888,7 @@ export interface GetResourceGatewayResponse {
886
888
  subnetIds?: string[] | undefined;
887
889
  securityGroupIds?: string[] | undefined;
888
890
  ipAddressType?: ResourceGatewayIpAddressType | undefined;
891
+ ipv4AddressesPerEni?: number | undefined;
889
892
  createdAt?: Date | undefined;
890
893
  lastUpdatedAt?: Date | undefined;
891
894
  }
@@ -1109,6 +1112,7 @@ export interface ResourceGatewaySummary {
1109
1112
  subnetIds?: string[] | undefined;
1110
1113
  securityGroupIds?: string[] | undefined;
1111
1114
  ipAddressType?: ResourceGatewayIpAddressType | undefined;
1115
+ ipv4AddressesPerEni?: number | undefined;
1112
1116
  createdAt?: Date | undefined;
1113
1117
  lastUpdatedAt?: Date | undefined;
1114
1118
  }
@@ -1140,6 +1144,7 @@ export interface ListServiceNetworkResourceAssociationsRequest {
1140
1144
  resourceConfigurationIdentifier?: string | undefined;
1141
1145
  maxResults?: number | undefined;
1142
1146
  nextToken?: string | undefined;
1147
+ includeChildren?: boolean | undefined;
1143
1148
  }
1144
1149
  export interface ServiceNetworkResourceAssociationSummary {
1145
1150
  id?: string | undefined;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-vpc-lattice",
3
3
  "description": "AWS SDK for JavaScript Vpc Lattice Client for Node.js, Browser and React Native",
4
- "version": "3.896.0",
4
+ "version": "3.901.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-vpc-lattice",
@@ -20,43 +20,43 @@
20
20
  "dependencies": {
21
21
  "@aws-crypto/sha256-browser": "5.2.0",
22
22
  "@aws-crypto/sha256-js": "5.2.0",
23
- "@aws-sdk/core": "3.896.0",
24
- "@aws-sdk/credential-provider-node": "3.896.0",
25
- "@aws-sdk/middleware-host-header": "3.893.0",
26
- "@aws-sdk/middleware-logger": "3.893.0",
27
- "@aws-sdk/middleware-recursion-detection": "3.893.0",
28
- "@aws-sdk/middleware-user-agent": "3.896.0",
29
- "@aws-sdk/region-config-resolver": "3.893.0",
30
- "@aws-sdk/types": "3.893.0",
31
- "@aws-sdk/util-endpoints": "3.895.0",
32
- "@aws-sdk/util-user-agent-browser": "3.893.0",
33
- "@aws-sdk/util-user-agent-node": "3.896.0",
34
- "@smithy/config-resolver": "^4.2.2",
35
- "@smithy/core": "^3.12.0",
36
- "@smithy/fetch-http-handler": "^5.2.1",
37
- "@smithy/hash-node": "^4.1.1",
38
- "@smithy/invalid-dependency": "^4.1.1",
39
- "@smithy/middleware-content-length": "^4.1.1",
40
- "@smithy/middleware-endpoint": "^4.2.4",
41
- "@smithy/middleware-retry": "^4.3.0",
42
- "@smithy/middleware-serde": "^4.1.1",
43
- "@smithy/middleware-stack": "^4.1.1",
44
- "@smithy/node-config-provider": "^4.2.2",
45
- "@smithy/node-http-handler": "^4.2.1",
46
- "@smithy/protocol-http": "^5.2.1",
47
- "@smithy/smithy-client": "^4.6.4",
48
- "@smithy/types": "^4.5.0",
49
- "@smithy/url-parser": "^4.1.1",
50
- "@smithy/util-base64": "^4.1.0",
51
- "@smithy/util-body-length-browser": "^4.1.0",
52
- "@smithy/util-body-length-node": "^4.1.0",
53
- "@smithy/util-defaults-mode-browser": "^4.1.4",
54
- "@smithy/util-defaults-mode-node": "^4.1.4",
55
- "@smithy/util-endpoints": "^3.1.2",
56
- "@smithy/util-middleware": "^4.1.1",
57
- "@smithy/util-retry": "^4.1.2",
58
- "@smithy/util-utf8": "^4.1.0",
59
- "@smithy/uuid": "^1.0.0",
23
+ "@aws-sdk/core": "3.901.0",
24
+ "@aws-sdk/credential-provider-node": "3.901.0",
25
+ "@aws-sdk/middleware-host-header": "3.901.0",
26
+ "@aws-sdk/middleware-logger": "3.901.0",
27
+ "@aws-sdk/middleware-recursion-detection": "3.901.0",
28
+ "@aws-sdk/middleware-user-agent": "3.901.0",
29
+ "@aws-sdk/region-config-resolver": "3.901.0",
30
+ "@aws-sdk/types": "3.901.0",
31
+ "@aws-sdk/util-endpoints": "3.901.0",
32
+ "@aws-sdk/util-user-agent-browser": "3.901.0",
33
+ "@aws-sdk/util-user-agent-node": "3.901.0",
34
+ "@smithy/config-resolver": "^4.3.0",
35
+ "@smithy/core": "^3.14.0",
36
+ "@smithy/fetch-http-handler": "^5.3.0",
37
+ "@smithy/hash-node": "^4.2.0",
38
+ "@smithy/invalid-dependency": "^4.2.0",
39
+ "@smithy/middleware-content-length": "^4.2.0",
40
+ "@smithy/middleware-endpoint": "^4.3.0",
41
+ "@smithy/middleware-retry": "^4.4.0",
42
+ "@smithy/middleware-serde": "^4.2.0",
43
+ "@smithy/middleware-stack": "^4.2.0",
44
+ "@smithy/node-config-provider": "^4.3.0",
45
+ "@smithy/node-http-handler": "^4.3.0",
46
+ "@smithy/protocol-http": "^5.3.0",
47
+ "@smithy/smithy-client": "^4.7.0",
48
+ "@smithy/types": "^4.6.0",
49
+ "@smithy/url-parser": "^4.2.0",
50
+ "@smithy/util-base64": "^4.2.0",
51
+ "@smithy/util-body-length-browser": "^4.2.0",
52
+ "@smithy/util-body-length-node": "^4.2.0",
53
+ "@smithy/util-defaults-mode-browser": "^4.2.0",
54
+ "@smithy/util-defaults-mode-node": "^4.2.0",
55
+ "@smithy/util-endpoints": "^3.2.0",
56
+ "@smithy/util-middleware": "^4.2.0",
57
+ "@smithy/util-retry": "^4.2.0",
58
+ "@smithy/util-utf8": "^4.2.0",
59
+ "@smithy/uuid": "^1.1.0",
60
60
  "tslib": "^2.6.2"
61
61
  },
62
62
  "devDependencies": {