@aws-sdk/client-vpc-lattice 3.896.0 → 3.899.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.
- package/README.md +1 -5
- package/dist-cjs/index.js +7 -1
- package/dist-es/protocols/Aws_restJson1.js +6 -0
- package/dist-types/VPCLattice.d.ts +1 -5
- package/dist-types/VPCLatticeClient.d.ts +1 -5
- package/dist-types/commands/BatchUpdateRuleCommand.d.ts +3 -12
- package/dist-types/commands/CreateAccessLogSubscriptionCommand.d.ts +3 -10
- package/dist-types/commands/CreateListenerCommand.d.ts +3 -8
- package/dist-types/commands/CreateResourceConfigurationCommand.d.ts +3 -6
- package/dist-types/commands/CreateResourceGatewayCommand.d.ts +7 -7
- package/dist-types/commands/CreateRuleCommand.d.ts +3 -8
- package/dist-types/commands/CreateServiceCommand.d.ts +3 -8
- package/dist-types/commands/CreateServiceNetworkCommand.d.ts +3 -8
- package/dist-types/commands/CreateServiceNetworkResourceAssociationCommand.d.ts +3 -7
- package/dist-types/commands/CreateServiceNetworkServiceAssociationCommand.d.ts +3 -13
- package/dist-types/commands/CreateServiceNetworkVpcAssociationCommand.d.ts +3 -15
- package/dist-types/commands/CreateTargetGroupCommand.d.ts +3 -8
- package/dist-types/commands/DeleteAccessLogSubscriptionCommand.d.ts +1 -2
- package/dist-types/commands/DeleteAuthPolicyCommand.d.ts +2 -6
- package/dist-types/commands/DeleteListenerCommand.d.ts +2 -4
- package/dist-types/commands/DeleteResourceConfigurationCommand.d.ts +2 -4
- package/dist-types/commands/DeleteResourceEndpointAssociationCommand.d.ts +1 -2
- package/dist-types/commands/DeleteResourceGatewayCommand.d.ts +2 -4
- package/dist-types/commands/DeleteResourcePolicyCommand.d.ts +1 -2
- package/dist-types/commands/DeleteRuleCommand.d.ts +3 -10
- package/dist-types/commands/DeleteServiceCommand.d.ts +3 -9
- package/dist-types/commands/DeleteServiceNetworkCommand.d.ts +3 -9
- package/dist-types/commands/DeleteServiceNetworkResourceAssociationCommand.d.ts +2 -4
- package/dist-types/commands/DeleteServiceNetworkServiceAssociationCommand.d.ts +3 -6
- package/dist-types/commands/DeleteServiceNetworkVpcAssociationCommand.d.ts +3 -6
- package/dist-types/commands/DeleteTargetGroupCommand.d.ts +3 -6
- package/dist-types/commands/DeregisterTargetsCommand.d.ts +2 -4
- package/dist-types/commands/GetAccessLogSubscriptionCommand.d.ts +1 -2
- package/dist-types/commands/GetAuthPolicyCommand.d.ts +2 -4
- package/dist-types/commands/GetListenerCommand.d.ts +1 -2
- package/dist-types/commands/GetResourceConfigurationCommand.d.ts +1 -2
- package/dist-types/commands/GetResourceGatewayCommand.d.ts +2 -2
- package/dist-types/commands/GetResourcePolicyCommand.d.ts +2 -4
- package/dist-types/commands/GetRuleCommand.d.ts +2 -5
- package/dist-types/commands/GetServiceCommand.d.ts +1 -2
- package/dist-types/commands/GetServiceNetworkCommand.d.ts +1 -2
- package/dist-types/commands/GetServiceNetworkResourceAssociationCommand.d.ts +1 -2
- package/dist-types/commands/GetServiceNetworkServiceAssociationCommand.d.ts +1 -2
- package/dist-types/commands/GetServiceNetworkVpcAssociationCommand.d.ts +1 -2
- package/dist-types/commands/GetTargetGroupCommand.d.ts +1 -2
- package/dist-types/commands/ListAccessLogSubscriptionsCommand.d.ts +1 -2
- package/dist-types/commands/ListListenersCommand.d.ts +1 -2
- package/dist-types/commands/ListResourceConfigurationsCommand.d.ts +1 -2
- package/dist-types/commands/ListResourceEndpointAssociationsCommand.d.ts +1 -2
- package/dist-types/commands/ListResourceGatewaysCommand.d.ts +2 -2
- package/dist-types/commands/ListRulesCommand.d.ts +1 -2
- package/dist-types/commands/ListServiceNetworkResourceAssociationsCommand.d.ts +2 -2
- package/dist-types/commands/ListServiceNetworkServiceAssociationsCommand.d.ts +2 -9
- package/dist-types/commands/ListServiceNetworkVpcAssociationsCommand.d.ts +2 -4
- package/dist-types/commands/ListServiceNetworkVpcEndpointAssociationsCommand.d.ts +1 -2
- package/dist-types/commands/ListServiceNetworksCommand.d.ts +2 -4
- package/dist-types/commands/ListServicesCommand.d.ts +1 -2
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +1 -2
- package/dist-types/commands/ListTargetGroupsCommand.d.ts +2 -4
- package/dist-types/commands/ListTargetsCommand.d.ts +2 -4
- package/dist-types/commands/PutAuthPolicyCommand.d.ts +2 -6
- package/dist-types/commands/PutResourcePolicyCommand.d.ts +2 -5
- package/dist-types/commands/RegisterTargetsCommand.d.ts +3 -6
- package/dist-types/commands/TagResourceCommand.d.ts +1 -2
- package/dist-types/commands/UntagResourceCommand.d.ts +1 -2
- package/dist-types/commands/UpdateAccessLogSubscriptionCommand.d.ts +2 -4
- package/dist-types/commands/UpdateListenerCommand.d.ts +2 -4
- package/dist-types/commands/UpdateResourceConfigurationCommand.d.ts +1 -2
- package/dist-types/commands/UpdateResourceGatewayCommand.d.ts +4 -2
- package/dist-types/commands/UpdateRuleCommand.d.ts +3 -6
- package/dist-types/commands/UpdateServiceCommand.d.ts +2 -4
- package/dist-types/commands/UpdateServiceNetworkCommand.d.ts +2 -4
- package/dist-types/commands/UpdateServiceNetworkVpcAssociationCommand.d.ts +3 -8
- package/dist-types/commands/UpdateTargetGroupCommand.d.ts +2 -4
- package/dist-types/index.d.ts +1 -5
- package/dist-types/models/models_0.d.ts +128 -382
- package/dist-types/ts3.4/models/models_0.d.ts +7 -2
- package/package.json +11 -11
|
@@ -461,10 +461,11 @@ export type ResourceGatewayIpAddressType =
|
|
|
461
461
|
export interface CreateResourceGatewayRequest {
|
|
462
462
|
clientToken?: string | undefined;
|
|
463
463
|
name: string | undefined;
|
|
464
|
-
vpcIdentifier
|
|
465
|
-
subnetIds
|
|
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.
|
|
4
|
+
"version": "3.899.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,38 +20,38 @@
|
|
|
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.
|
|
24
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
23
|
+
"@aws-sdk/core": "3.899.0",
|
|
24
|
+
"@aws-sdk/credential-provider-node": "3.899.0",
|
|
25
25
|
"@aws-sdk/middleware-host-header": "3.893.0",
|
|
26
26
|
"@aws-sdk/middleware-logger": "3.893.0",
|
|
27
27
|
"@aws-sdk/middleware-recursion-detection": "3.893.0",
|
|
28
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
28
|
+
"@aws-sdk/middleware-user-agent": "3.899.0",
|
|
29
29
|
"@aws-sdk/region-config-resolver": "3.893.0",
|
|
30
30
|
"@aws-sdk/types": "3.893.0",
|
|
31
31
|
"@aws-sdk/util-endpoints": "3.895.0",
|
|
32
32
|
"@aws-sdk/util-user-agent-browser": "3.893.0",
|
|
33
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
33
|
+
"@aws-sdk/util-user-agent-node": "3.899.0",
|
|
34
34
|
"@smithy/config-resolver": "^4.2.2",
|
|
35
|
-
"@smithy/core": "^3.
|
|
35
|
+
"@smithy/core": "^3.13.0",
|
|
36
36
|
"@smithy/fetch-http-handler": "^5.2.1",
|
|
37
37
|
"@smithy/hash-node": "^4.1.1",
|
|
38
38
|
"@smithy/invalid-dependency": "^4.1.1",
|
|
39
39
|
"@smithy/middleware-content-length": "^4.1.1",
|
|
40
|
-
"@smithy/middleware-endpoint": "^4.2.
|
|
41
|
-
"@smithy/middleware-retry": "^4.3.
|
|
40
|
+
"@smithy/middleware-endpoint": "^4.2.5",
|
|
41
|
+
"@smithy/middleware-retry": "^4.3.1",
|
|
42
42
|
"@smithy/middleware-serde": "^4.1.1",
|
|
43
43
|
"@smithy/middleware-stack": "^4.1.1",
|
|
44
44
|
"@smithy/node-config-provider": "^4.2.2",
|
|
45
45
|
"@smithy/node-http-handler": "^4.2.1",
|
|
46
46
|
"@smithy/protocol-http": "^5.2.1",
|
|
47
|
-
"@smithy/smithy-client": "^4.6.
|
|
47
|
+
"@smithy/smithy-client": "^4.6.5",
|
|
48
48
|
"@smithy/types": "^4.5.0",
|
|
49
49
|
"@smithy/url-parser": "^4.1.1",
|
|
50
50
|
"@smithy/util-base64": "^4.1.0",
|
|
51
51
|
"@smithy/util-body-length-browser": "^4.1.0",
|
|
52
52
|
"@smithy/util-body-length-node": "^4.1.0",
|
|
53
|
-
"@smithy/util-defaults-mode-browser": "^4.1.
|
|
54
|
-
"@smithy/util-defaults-mode-node": "^4.1.
|
|
53
|
+
"@smithy/util-defaults-mode-browser": "^4.1.5",
|
|
54
|
+
"@smithy/util-defaults-mode-node": "^4.1.5",
|
|
55
55
|
"@smithy/util-endpoints": "^3.1.2",
|
|
56
56
|
"@smithy/util-middleware": "^4.1.1",
|
|
57
57
|
"@smithy/util-retry": "^4.1.2",
|