@aws-sdk/client-vpc-lattice 3.888.0 → 3.891.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/dist-types/commands/BatchUpdateRuleCommand.d.ts +2 -0
- package/dist-types/commands/CreateAccessLogSubscriptionCommand.d.ts +2 -0
- package/dist-types/commands/CreateListenerCommand.d.ts +2 -0
- package/dist-types/commands/CreateResourceConfigurationCommand.d.ts +2 -0
- package/dist-types/commands/CreateResourceGatewayCommand.d.ts +2 -0
- package/dist-types/commands/CreateRuleCommand.d.ts +2 -0
- package/dist-types/commands/CreateServiceCommand.d.ts +2 -0
- package/dist-types/commands/CreateServiceNetworkCommand.d.ts +2 -0
- package/dist-types/commands/CreateServiceNetworkResourceAssociationCommand.d.ts +2 -0
- package/dist-types/commands/CreateServiceNetworkServiceAssociationCommand.d.ts +2 -0
- package/dist-types/commands/CreateServiceNetworkVpcAssociationCommand.d.ts +2 -0
- package/dist-types/commands/CreateTargetGroupCommand.d.ts +2 -0
- package/dist-types/commands/DeleteAccessLogSubscriptionCommand.d.ts +2 -0
- package/dist-types/commands/DeleteAuthPolicyCommand.d.ts +2 -0
- package/dist-types/commands/DeleteListenerCommand.d.ts +2 -0
- package/dist-types/commands/DeleteResourceConfigurationCommand.d.ts +2 -0
- package/dist-types/commands/DeleteResourceEndpointAssociationCommand.d.ts +2 -0
- package/dist-types/commands/DeleteResourceGatewayCommand.d.ts +2 -0
- package/dist-types/commands/DeleteResourcePolicyCommand.d.ts +2 -0
- package/dist-types/commands/DeleteRuleCommand.d.ts +2 -0
- package/dist-types/commands/DeleteServiceCommand.d.ts +2 -0
- package/dist-types/commands/DeleteServiceNetworkCommand.d.ts +2 -0
- package/dist-types/commands/DeleteServiceNetworkResourceAssociationCommand.d.ts +2 -0
- package/dist-types/commands/DeleteServiceNetworkServiceAssociationCommand.d.ts +2 -0
- package/dist-types/commands/DeleteServiceNetworkVpcAssociationCommand.d.ts +2 -0
- package/dist-types/commands/DeleteTargetGroupCommand.d.ts +2 -0
- package/dist-types/commands/DeregisterTargetsCommand.d.ts +2 -0
- package/dist-types/commands/GetAccessLogSubscriptionCommand.d.ts +2 -0
- package/dist-types/commands/GetAuthPolicyCommand.d.ts +2 -0
- package/dist-types/commands/GetListenerCommand.d.ts +2 -0
- package/dist-types/commands/GetResourceConfigurationCommand.d.ts +2 -0
- package/dist-types/commands/GetResourceGatewayCommand.d.ts +2 -0
- package/dist-types/commands/GetResourcePolicyCommand.d.ts +2 -0
- package/dist-types/commands/GetRuleCommand.d.ts +2 -0
- package/dist-types/commands/GetServiceCommand.d.ts +2 -0
- package/dist-types/commands/GetServiceNetworkCommand.d.ts +2 -0
- package/dist-types/commands/GetServiceNetworkResourceAssociationCommand.d.ts +2 -0
- package/dist-types/commands/GetServiceNetworkServiceAssociationCommand.d.ts +2 -0
- package/dist-types/commands/GetServiceNetworkVpcAssociationCommand.d.ts +2 -0
- package/dist-types/commands/GetTargetGroupCommand.d.ts +2 -0
- package/dist-types/commands/ListAccessLogSubscriptionsCommand.d.ts +2 -0
- package/dist-types/commands/ListListenersCommand.d.ts +2 -0
- package/dist-types/commands/ListResourceConfigurationsCommand.d.ts +2 -0
- package/dist-types/commands/ListResourceEndpointAssociationsCommand.d.ts +2 -0
- package/dist-types/commands/ListResourceGatewaysCommand.d.ts +2 -0
- package/dist-types/commands/ListRulesCommand.d.ts +2 -0
- package/dist-types/commands/ListServiceNetworkResourceAssociationsCommand.d.ts +2 -0
- package/dist-types/commands/ListServiceNetworkServiceAssociationsCommand.d.ts +2 -0
- package/dist-types/commands/ListServiceNetworkVpcAssociationsCommand.d.ts +2 -0
- package/dist-types/commands/ListServiceNetworkVpcEndpointAssociationsCommand.d.ts +2 -0
- package/dist-types/commands/ListServiceNetworksCommand.d.ts +2 -0
- package/dist-types/commands/ListServicesCommand.d.ts +2 -0
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +2 -0
- package/dist-types/commands/ListTargetGroupsCommand.d.ts +2 -0
- package/dist-types/commands/ListTargetsCommand.d.ts +2 -0
- package/dist-types/commands/PutAuthPolicyCommand.d.ts +2 -0
- package/dist-types/commands/PutResourcePolicyCommand.d.ts +2 -0
- package/dist-types/commands/RegisterTargetsCommand.d.ts +2 -0
- package/dist-types/commands/TagResourceCommand.d.ts +2 -0
- package/dist-types/commands/UntagResourceCommand.d.ts +2 -0
- package/dist-types/commands/UpdateAccessLogSubscriptionCommand.d.ts +2 -0
- package/dist-types/commands/UpdateListenerCommand.d.ts +2 -0
- package/dist-types/commands/UpdateResourceConfigurationCommand.d.ts +2 -0
- package/dist-types/commands/UpdateResourceGatewayCommand.d.ts +2 -0
- package/dist-types/commands/UpdateRuleCommand.d.ts +2 -0
- package/dist-types/commands/UpdateServiceCommand.d.ts +2 -0
- package/dist-types/commands/UpdateServiceNetworkCommand.d.ts +2 -0
- package/dist-types/commands/UpdateServiceNetworkVpcAssociationCommand.d.ts +2 -0
- package/dist-types/commands/UpdateTargetGroupCommand.d.ts +2 -0
- package/package.json +19 -19
|
@@ -40,6 +40,8 @@ declare const BatchUpdateRuleCommand_base: {
|
|
|
40
40
|
* ```javascript
|
|
41
41
|
* import { VPCLatticeClient, BatchUpdateRuleCommand } from "@aws-sdk/client-vpc-lattice"; // ES Modules import
|
|
42
42
|
* // const { VPCLatticeClient, BatchUpdateRuleCommand } = require("@aws-sdk/client-vpc-lattice"); // CommonJS import
|
|
43
|
+
* // import type { VPCLatticeClientConfig } from "@aws-sdk/client-vpc-lattice";
|
|
44
|
+
* const config = {}; // type is VPCLatticeClientConfig
|
|
43
45
|
* const client = new VPCLatticeClient(config);
|
|
44
46
|
* const input = { // BatchUpdateRuleRequest
|
|
45
47
|
* serviceIdentifier: "STRING_VALUE", // required
|
|
@@ -38,6 +38,8 @@ declare const CreateAccessLogSubscriptionCommand_base: {
|
|
|
38
38
|
* ```javascript
|
|
39
39
|
* import { VPCLatticeClient, CreateAccessLogSubscriptionCommand } from "@aws-sdk/client-vpc-lattice"; // ES Modules import
|
|
40
40
|
* // const { VPCLatticeClient, CreateAccessLogSubscriptionCommand } = require("@aws-sdk/client-vpc-lattice"); // CommonJS import
|
|
41
|
+
* // import type { VPCLatticeClientConfig } from "@aws-sdk/client-vpc-lattice";
|
|
42
|
+
* const config = {}; // type is VPCLatticeClientConfig
|
|
41
43
|
* const client = new VPCLatticeClient(config);
|
|
42
44
|
* const input = { // CreateAccessLogSubscriptionRequest
|
|
43
45
|
* clientToken: "STRING_VALUE",
|
|
@@ -36,6 +36,8 @@ declare const CreateListenerCommand_base: {
|
|
|
36
36
|
* ```javascript
|
|
37
37
|
* import { VPCLatticeClient, CreateListenerCommand } from "@aws-sdk/client-vpc-lattice"; // ES Modules import
|
|
38
38
|
* // const { VPCLatticeClient, CreateListenerCommand } = require("@aws-sdk/client-vpc-lattice"); // CommonJS import
|
|
39
|
+
* // import type { VPCLatticeClientConfig } from "@aws-sdk/client-vpc-lattice";
|
|
40
|
+
* const config = {}; // type is VPCLatticeClientConfig
|
|
39
41
|
* const client = new VPCLatticeClient(config);
|
|
40
42
|
* const input = { // CreateListenerRequest
|
|
41
43
|
* serviceIdentifier: "STRING_VALUE", // required
|
|
@@ -34,6 +34,8 @@ declare const CreateResourceConfigurationCommand_base: {
|
|
|
34
34
|
* ```javascript
|
|
35
35
|
* import { VPCLatticeClient, CreateResourceConfigurationCommand } from "@aws-sdk/client-vpc-lattice"; // ES Modules import
|
|
36
36
|
* // const { VPCLatticeClient, CreateResourceConfigurationCommand } = require("@aws-sdk/client-vpc-lattice"); // CommonJS import
|
|
37
|
+
* // import type { VPCLatticeClientConfig } from "@aws-sdk/client-vpc-lattice";
|
|
38
|
+
* const config = {}; // type is VPCLatticeClientConfig
|
|
37
39
|
* const client = new VPCLatticeClient(config);
|
|
38
40
|
* const input = { // CreateResourceConfigurationRequest
|
|
39
41
|
* name: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const CreateResourceGatewayCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { VPCLatticeClient, CreateResourceGatewayCommand } from "@aws-sdk/client-vpc-lattice"; // ES Modules import
|
|
35
35
|
* // const { VPCLatticeClient, CreateResourceGatewayCommand } = require("@aws-sdk/client-vpc-lattice"); // CommonJS import
|
|
36
|
+
* // import type { VPCLatticeClientConfig } from "@aws-sdk/client-vpc-lattice";
|
|
37
|
+
* const config = {}; // type is VPCLatticeClientConfig
|
|
36
38
|
* const client = new VPCLatticeClient(config);
|
|
37
39
|
* const input = { // CreateResourceGatewayRequest
|
|
38
40
|
* clientToken: "STRING_VALUE",
|
|
@@ -36,6 +36,8 @@ declare const CreateRuleCommand_base: {
|
|
|
36
36
|
* ```javascript
|
|
37
37
|
* import { VPCLatticeClient, CreateRuleCommand } from "@aws-sdk/client-vpc-lattice"; // ES Modules import
|
|
38
38
|
* // const { VPCLatticeClient, CreateRuleCommand } = require("@aws-sdk/client-vpc-lattice"); // CommonJS import
|
|
39
|
+
* // import type { VPCLatticeClientConfig } from "@aws-sdk/client-vpc-lattice";
|
|
40
|
+
* const config = {}; // type is VPCLatticeClientConfig
|
|
39
41
|
* const client = new VPCLatticeClient(config);
|
|
40
42
|
* const input = { // CreateRuleRequest
|
|
41
43
|
* serviceIdentifier: "STRING_VALUE", // required
|
|
@@ -36,6 +36,8 @@ declare const CreateServiceCommand_base: {
|
|
|
36
36
|
* ```javascript
|
|
37
37
|
* import { VPCLatticeClient, CreateServiceCommand } from "@aws-sdk/client-vpc-lattice"; // ES Modules import
|
|
38
38
|
* // const { VPCLatticeClient, CreateServiceCommand } = require("@aws-sdk/client-vpc-lattice"); // CommonJS import
|
|
39
|
+
* // import type { VPCLatticeClientConfig } from "@aws-sdk/client-vpc-lattice";
|
|
40
|
+
* const config = {}; // type is VPCLatticeClientConfig
|
|
39
41
|
* const client = new VPCLatticeClient(config);
|
|
40
42
|
* const input = { // CreateServiceRequest
|
|
41
43
|
* clientToken: "STRING_VALUE",
|
|
@@ -36,6 +36,8 @@ declare const CreateServiceNetworkCommand_base: {
|
|
|
36
36
|
* ```javascript
|
|
37
37
|
* import { VPCLatticeClient, CreateServiceNetworkCommand } from "@aws-sdk/client-vpc-lattice"; // ES Modules import
|
|
38
38
|
* // const { VPCLatticeClient, CreateServiceNetworkCommand } = require("@aws-sdk/client-vpc-lattice"); // CommonJS import
|
|
39
|
+
* // import type { VPCLatticeClientConfig } from "@aws-sdk/client-vpc-lattice";
|
|
40
|
+
* const config = {}; // type is VPCLatticeClientConfig
|
|
39
41
|
* const client = new VPCLatticeClient(config);
|
|
40
42
|
* const input = { // CreateServiceNetworkRequest
|
|
41
43
|
* clientToken: "STRING_VALUE",
|
|
@@ -35,6 +35,8 @@ declare const CreateServiceNetworkResourceAssociationCommand_base: {
|
|
|
35
35
|
* ```javascript
|
|
36
36
|
* import { VPCLatticeClient, CreateServiceNetworkResourceAssociationCommand } from "@aws-sdk/client-vpc-lattice"; // ES Modules import
|
|
37
37
|
* // const { VPCLatticeClient, CreateServiceNetworkResourceAssociationCommand } = require("@aws-sdk/client-vpc-lattice"); // CommonJS import
|
|
38
|
+
* // import type { VPCLatticeClientConfig } from "@aws-sdk/client-vpc-lattice";
|
|
39
|
+
* const config = {}; // type is VPCLatticeClientConfig
|
|
38
40
|
* const client = new VPCLatticeClient(config);
|
|
39
41
|
* const input = { // CreateServiceNetworkResourceAssociationRequest
|
|
40
42
|
* clientToken: "STRING_VALUE",
|
|
@@ -41,6 +41,8 @@ declare const CreateServiceNetworkServiceAssociationCommand_base: {
|
|
|
41
41
|
* ```javascript
|
|
42
42
|
* import { VPCLatticeClient, CreateServiceNetworkServiceAssociationCommand } from "@aws-sdk/client-vpc-lattice"; // ES Modules import
|
|
43
43
|
* // const { VPCLatticeClient, CreateServiceNetworkServiceAssociationCommand } = require("@aws-sdk/client-vpc-lattice"); // CommonJS import
|
|
44
|
+
* // import type { VPCLatticeClientConfig } from "@aws-sdk/client-vpc-lattice";
|
|
45
|
+
* const config = {}; // type is VPCLatticeClientConfig
|
|
44
46
|
* const client = new VPCLatticeClient(config);
|
|
45
47
|
* const input = { // CreateServiceNetworkServiceAssociationRequest
|
|
46
48
|
* clientToken: "STRING_VALUE",
|
|
@@ -43,6 +43,8 @@ declare const CreateServiceNetworkVpcAssociationCommand_base: {
|
|
|
43
43
|
* ```javascript
|
|
44
44
|
* import { VPCLatticeClient, CreateServiceNetworkVpcAssociationCommand } from "@aws-sdk/client-vpc-lattice"; // ES Modules import
|
|
45
45
|
* // const { VPCLatticeClient, CreateServiceNetworkVpcAssociationCommand } = require("@aws-sdk/client-vpc-lattice"); // CommonJS import
|
|
46
|
+
* // import type { VPCLatticeClientConfig } from "@aws-sdk/client-vpc-lattice";
|
|
47
|
+
* const config = {}; // type is VPCLatticeClientConfig
|
|
46
48
|
* const client = new VPCLatticeClient(config);
|
|
47
49
|
* const input = { // CreateServiceNetworkVpcAssociationRequest
|
|
48
50
|
* clientToken: "STRING_VALUE",
|
|
@@ -36,6 +36,8 @@ declare const CreateTargetGroupCommand_base: {
|
|
|
36
36
|
* ```javascript
|
|
37
37
|
* import { VPCLatticeClient, CreateTargetGroupCommand } from "@aws-sdk/client-vpc-lattice"; // ES Modules import
|
|
38
38
|
* // const { VPCLatticeClient, CreateTargetGroupCommand } = require("@aws-sdk/client-vpc-lattice"); // CommonJS import
|
|
39
|
+
* // import type { VPCLatticeClientConfig } from "@aws-sdk/client-vpc-lattice";
|
|
40
|
+
* const config = {}; // type is VPCLatticeClientConfig
|
|
39
41
|
* const client = new VPCLatticeClient(config);
|
|
40
42
|
* const input = { // CreateTargetGroupRequest
|
|
41
43
|
* name: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const DeleteAccessLogSubscriptionCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { VPCLatticeClient, DeleteAccessLogSubscriptionCommand } from "@aws-sdk/client-vpc-lattice"; // ES Modules import
|
|
35
35
|
* // const { VPCLatticeClient, DeleteAccessLogSubscriptionCommand } = require("@aws-sdk/client-vpc-lattice"); // CommonJS import
|
|
36
|
+
* // import type { VPCLatticeClientConfig } from "@aws-sdk/client-vpc-lattice";
|
|
37
|
+
* const config = {}; // type is VPCLatticeClientConfig
|
|
36
38
|
* const client = new VPCLatticeClient(config);
|
|
37
39
|
* const input = { // DeleteAccessLogSubscriptionRequest
|
|
38
40
|
* accessLogSubscriptionIdentifier: "STRING_VALUE", // required
|
|
@@ -36,6 +36,8 @@ declare const DeleteAuthPolicyCommand_base: {
|
|
|
36
36
|
* ```javascript
|
|
37
37
|
* import { VPCLatticeClient, DeleteAuthPolicyCommand } from "@aws-sdk/client-vpc-lattice"; // ES Modules import
|
|
38
38
|
* // const { VPCLatticeClient, DeleteAuthPolicyCommand } = require("@aws-sdk/client-vpc-lattice"); // CommonJS import
|
|
39
|
+
* // import type { VPCLatticeClientConfig } from "@aws-sdk/client-vpc-lattice";
|
|
40
|
+
* const config = {}; // type is VPCLatticeClientConfig
|
|
39
41
|
* const client = new VPCLatticeClient(config);
|
|
40
42
|
* const input = { // DeleteAuthPolicyRequest
|
|
41
43
|
* resourceIdentifier: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const DeleteListenerCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { VPCLatticeClient, DeleteListenerCommand } from "@aws-sdk/client-vpc-lattice"; // ES Modules import
|
|
35
35
|
* // const { VPCLatticeClient, DeleteListenerCommand } = require("@aws-sdk/client-vpc-lattice"); // CommonJS import
|
|
36
|
+
* // import type { VPCLatticeClientConfig } from "@aws-sdk/client-vpc-lattice";
|
|
37
|
+
* const config = {}; // type is VPCLatticeClientConfig
|
|
36
38
|
* const client = new VPCLatticeClient(config);
|
|
37
39
|
* const input = { // DeleteListenerRequest
|
|
38
40
|
* serviceIdentifier: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const DeleteResourceConfigurationCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { VPCLatticeClient, DeleteResourceConfigurationCommand } from "@aws-sdk/client-vpc-lattice"; // ES Modules import
|
|
35
35
|
* // const { VPCLatticeClient, DeleteResourceConfigurationCommand } = require("@aws-sdk/client-vpc-lattice"); // CommonJS import
|
|
36
|
+
* // import type { VPCLatticeClientConfig } from "@aws-sdk/client-vpc-lattice";
|
|
37
|
+
* const config = {}; // type is VPCLatticeClientConfig
|
|
36
38
|
* const client = new VPCLatticeClient(config);
|
|
37
39
|
* const input = { // DeleteResourceConfigurationRequest
|
|
38
40
|
* resourceConfigurationIdentifier: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const DeleteResourceEndpointAssociationCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { VPCLatticeClient, DeleteResourceEndpointAssociationCommand } from "@aws-sdk/client-vpc-lattice"; // ES Modules import
|
|
35
35
|
* // const { VPCLatticeClient, DeleteResourceEndpointAssociationCommand } = require("@aws-sdk/client-vpc-lattice"); // CommonJS import
|
|
36
|
+
* // import type { VPCLatticeClientConfig } from "@aws-sdk/client-vpc-lattice";
|
|
37
|
+
* const config = {}; // type is VPCLatticeClientConfig
|
|
36
38
|
* const client = new VPCLatticeClient(config);
|
|
37
39
|
* const input = { // DeleteResourceEndpointAssociationRequest
|
|
38
40
|
* resourceEndpointAssociationIdentifier: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const DeleteResourceGatewayCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { VPCLatticeClient, DeleteResourceGatewayCommand } from "@aws-sdk/client-vpc-lattice"; // ES Modules import
|
|
35
35
|
* // const { VPCLatticeClient, DeleteResourceGatewayCommand } = require("@aws-sdk/client-vpc-lattice"); // CommonJS import
|
|
36
|
+
* // import type { VPCLatticeClientConfig } from "@aws-sdk/client-vpc-lattice";
|
|
37
|
+
* const config = {}; // type is VPCLatticeClientConfig
|
|
36
38
|
* const client = new VPCLatticeClient(config);
|
|
37
39
|
* const input = { // DeleteResourceGatewayRequest
|
|
38
40
|
* resourceGatewayIdentifier: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const DeleteResourcePolicyCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { VPCLatticeClient, DeleteResourcePolicyCommand } from "@aws-sdk/client-vpc-lattice"; // ES Modules import
|
|
35
35
|
* // const { VPCLatticeClient, DeleteResourcePolicyCommand } = require("@aws-sdk/client-vpc-lattice"); // CommonJS import
|
|
36
|
+
* // import type { VPCLatticeClientConfig } from "@aws-sdk/client-vpc-lattice";
|
|
37
|
+
* const config = {}; // type is VPCLatticeClientConfig
|
|
36
38
|
* const client = new VPCLatticeClient(config);
|
|
37
39
|
* const input = { // DeleteResourcePolicyRequest
|
|
38
40
|
* resourceArn: "STRING_VALUE", // required
|
|
@@ -38,6 +38,8 @@ declare const DeleteRuleCommand_base: {
|
|
|
38
38
|
* ```javascript
|
|
39
39
|
* import { VPCLatticeClient, DeleteRuleCommand } from "@aws-sdk/client-vpc-lattice"; // ES Modules import
|
|
40
40
|
* // const { VPCLatticeClient, DeleteRuleCommand } = require("@aws-sdk/client-vpc-lattice"); // CommonJS import
|
|
41
|
+
* // import type { VPCLatticeClientConfig } from "@aws-sdk/client-vpc-lattice";
|
|
42
|
+
* const config = {}; // type is VPCLatticeClientConfig
|
|
41
43
|
* const client = new VPCLatticeClient(config);
|
|
42
44
|
* const input = { // DeleteRuleRequest
|
|
43
45
|
* serviceIdentifier: "STRING_VALUE", // required
|
|
@@ -37,6 +37,8 @@ declare const DeleteServiceCommand_base: {
|
|
|
37
37
|
* ```javascript
|
|
38
38
|
* import { VPCLatticeClient, DeleteServiceCommand } from "@aws-sdk/client-vpc-lattice"; // ES Modules import
|
|
39
39
|
* // const { VPCLatticeClient, DeleteServiceCommand } = require("@aws-sdk/client-vpc-lattice"); // CommonJS import
|
|
40
|
+
* // import type { VPCLatticeClientConfig } from "@aws-sdk/client-vpc-lattice";
|
|
41
|
+
* const config = {}; // type is VPCLatticeClientConfig
|
|
40
42
|
* const client = new VPCLatticeClient(config);
|
|
41
43
|
* const input = { // DeleteServiceRequest
|
|
42
44
|
* serviceIdentifier: "STRING_VALUE", // required
|
|
@@ -37,6 +37,8 @@ declare const DeleteServiceNetworkCommand_base: {
|
|
|
37
37
|
* ```javascript
|
|
38
38
|
* import { VPCLatticeClient, DeleteServiceNetworkCommand } from "@aws-sdk/client-vpc-lattice"; // ES Modules import
|
|
39
39
|
* // const { VPCLatticeClient, DeleteServiceNetworkCommand } = require("@aws-sdk/client-vpc-lattice"); // CommonJS import
|
|
40
|
+
* // import type { VPCLatticeClientConfig } from "@aws-sdk/client-vpc-lattice";
|
|
41
|
+
* const config = {}; // type is VPCLatticeClientConfig
|
|
40
42
|
* const client = new VPCLatticeClient(config);
|
|
41
43
|
* const input = { // DeleteServiceNetworkRequest
|
|
42
44
|
* serviceNetworkIdentifier: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const DeleteServiceNetworkResourceAssociationCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { VPCLatticeClient, DeleteServiceNetworkResourceAssociationCommand } from "@aws-sdk/client-vpc-lattice"; // ES Modules import
|
|
35
35
|
* // const { VPCLatticeClient, DeleteServiceNetworkResourceAssociationCommand } = require("@aws-sdk/client-vpc-lattice"); // CommonJS import
|
|
36
|
+
* // import type { VPCLatticeClientConfig } from "@aws-sdk/client-vpc-lattice";
|
|
37
|
+
* const config = {}; // type is VPCLatticeClientConfig
|
|
36
38
|
* const client = new VPCLatticeClient(config);
|
|
37
39
|
* const input = { // DeleteServiceNetworkResourceAssociationRequest
|
|
38
40
|
* serviceNetworkResourceAssociationIdentifier: "STRING_VALUE", // required
|
|
@@ -34,6 +34,8 @@ declare const DeleteServiceNetworkServiceAssociationCommand_base: {
|
|
|
34
34
|
* ```javascript
|
|
35
35
|
* import { VPCLatticeClient, DeleteServiceNetworkServiceAssociationCommand } from "@aws-sdk/client-vpc-lattice"; // ES Modules import
|
|
36
36
|
* // const { VPCLatticeClient, DeleteServiceNetworkServiceAssociationCommand } = require("@aws-sdk/client-vpc-lattice"); // CommonJS import
|
|
37
|
+
* // import type { VPCLatticeClientConfig } from "@aws-sdk/client-vpc-lattice";
|
|
38
|
+
* const config = {}; // type is VPCLatticeClientConfig
|
|
37
39
|
* const client = new VPCLatticeClient(config);
|
|
38
40
|
* const input = { // DeleteServiceNetworkServiceAssociationRequest
|
|
39
41
|
* serviceNetworkServiceAssociationIdentifier: "STRING_VALUE", // required
|
|
@@ -34,6 +34,8 @@ declare const DeleteServiceNetworkVpcAssociationCommand_base: {
|
|
|
34
34
|
* ```javascript
|
|
35
35
|
* import { VPCLatticeClient, DeleteServiceNetworkVpcAssociationCommand } from "@aws-sdk/client-vpc-lattice"; // ES Modules import
|
|
36
36
|
* // const { VPCLatticeClient, DeleteServiceNetworkVpcAssociationCommand } = require("@aws-sdk/client-vpc-lattice"); // CommonJS import
|
|
37
|
+
* // import type { VPCLatticeClientConfig } from "@aws-sdk/client-vpc-lattice";
|
|
38
|
+
* const config = {}; // type is VPCLatticeClientConfig
|
|
37
39
|
* const client = new VPCLatticeClient(config);
|
|
38
40
|
* const input = { // DeleteServiceNetworkVpcAssociationRequest
|
|
39
41
|
* serviceNetworkVpcAssociationIdentifier: "STRING_VALUE", // required
|
|
@@ -34,6 +34,8 @@ declare const DeleteTargetGroupCommand_base: {
|
|
|
34
34
|
* ```javascript
|
|
35
35
|
* import { VPCLatticeClient, DeleteTargetGroupCommand } from "@aws-sdk/client-vpc-lattice"; // ES Modules import
|
|
36
36
|
* // const { VPCLatticeClient, DeleteTargetGroupCommand } = require("@aws-sdk/client-vpc-lattice"); // CommonJS import
|
|
37
|
+
* // import type { VPCLatticeClientConfig } from "@aws-sdk/client-vpc-lattice";
|
|
38
|
+
* const config = {}; // type is VPCLatticeClientConfig
|
|
37
39
|
* const client = new VPCLatticeClient(config);
|
|
38
40
|
* const input = { // DeleteTargetGroupRequest
|
|
39
41
|
* targetGroupIdentifier: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const DeregisterTargetsCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { VPCLatticeClient, DeregisterTargetsCommand } from "@aws-sdk/client-vpc-lattice"; // ES Modules import
|
|
35
35
|
* // const { VPCLatticeClient, DeregisterTargetsCommand } = require("@aws-sdk/client-vpc-lattice"); // CommonJS import
|
|
36
|
+
* // import type { VPCLatticeClientConfig } from "@aws-sdk/client-vpc-lattice";
|
|
37
|
+
* const config = {}; // type is VPCLatticeClientConfig
|
|
36
38
|
* const client = new VPCLatticeClient(config);
|
|
37
39
|
* const input = { // DeregisterTargetsRequest
|
|
38
40
|
* targetGroupIdentifier: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const GetAccessLogSubscriptionCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { VPCLatticeClient, GetAccessLogSubscriptionCommand } from "@aws-sdk/client-vpc-lattice"; // ES Modules import
|
|
35
35
|
* // const { VPCLatticeClient, GetAccessLogSubscriptionCommand } = require("@aws-sdk/client-vpc-lattice"); // CommonJS import
|
|
36
|
+
* // import type { VPCLatticeClientConfig } from "@aws-sdk/client-vpc-lattice";
|
|
37
|
+
* const config = {}; // type is VPCLatticeClientConfig
|
|
36
38
|
* const client = new VPCLatticeClient(config);
|
|
37
39
|
* const input = { // GetAccessLogSubscriptionRequest
|
|
38
40
|
* accessLogSubscriptionIdentifier: "STRING_VALUE", // required
|
|
@@ -34,6 +34,8 @@ declare const GetAuthPolicyCommand_base: {
|
|
|
34
34
|
* ```javascript
|
|
35
35
|
* import { VPCLatticeClient, GetAuthPolicyCommand } from "@aws-sdk/client-vpc-lattice"; // ES Modules import
|
|
36
36
|
* // const { VPCLatticeClient, GetAuthPolicyCommand } = require("@aws-sdk/client-vpc-lattice"); // CommonJS import
|
|
37
|
+
* // import type { VPCLatticeClientConfig } from "@aws-sdk/client-vpc-lattice";
|
|
38
|
+
* const config = {}; // type is VPCLatticeClientConfig
|
|
37
39
|
* const client = new VPCLatticeClient(config);
|
|
38
40
|
* const input = { // GetAuthPolicyRequest
|
|
39
41
|
* resourceIdentifier: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const GetListenerCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { VPCLatticeClient, GetListenerCommand } from "@aws-sdk/client-vpc-lattice"; // ES Modules import
|
|
35
35
|
* // const { VPCLatticeClient, GetListenerCommand } = require("@aws-sdk/client-vpc-lattice"); // CommonJS import
|
|
36
|
+
* // import type { VPCLatticeClientConfig } from "@aws-sdk/client-vpc-lattice";
|
|
37
|
+
* const config = {}; // type is VPCLatticeClientConfig
|
|
36
38
|
* const client = new VPCLatticeClient(config);
|
|
37
39
|
* const input = { // GetListenerRequest
|
|
38
40
|
* serviceIdentifier: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const GetResourceConfigurationCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { VPCLatticeClient, GetResourceConfigurationCommand } from "@aws-sdk/client-vpc-lattice"; // ES Modules import
|
|
35
35
|
* // const { VPCLatticeClient, GetResourceConfigurationCommand } = require("@aws-sdk/client-vpc-lattice"); // CommonJS import
|
|
36
|
+
* // import type { VPCLatticeClientConfig } from "@aws-sdk/client-vpc-lattice";
|
|
37
|
+
* const config = {}; // type is VPCLatticeClientConfig
|
|
36
38
|
* const client = new VPCLatticeClient(config);
|
|
37
39
|
* const input = { // GetResourceConfigurationRequest
|
|
38
40
|
* resourceConfigurationIdentifier: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const GetResourceGatewayCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { VPCLatticeClient, GetResourceGatewayCommand } from "@aws-sdk/client-vpc-lattice"; // ES Modules import
|
|
35
35
|
* // const { VPCLatticeClient, GetResourceGatewayCommand } = require("@aws-sdk/client-vpc-lattice"); // CommonJS import
|
|
36
|
+
* // import type { VPCLatticeClientConfig } from "@aws-sdk/client-vpc-lattice";
|
|
37
|
+
* const config = {}; // type is VPCLatticeClientConfig
|
|
36
38
|
* const client = new VPCLatticeClient(config);
|
|
37
39
|
* const input = { // GetResourceGatewayRequest
|
|
38
40
|
* resourceGatewayIdentifier: "STRING_VALUE", // required
|
|
@@ -34,6 +34,8 @@ declare const GetResourcePolicyCommand_base: {
|
|
|
34
34
|
* ```javascript
|
|
35
35
|
* import { VPCLatticeClient, GetResourcePolicyCommand } from "@aws-sdk/client-vpc-lattice"; // ES Modules import
|
|
36
36
|
* // const { VPCLatticeClient, GetResourcePolicyCommand } = require("@aws-sdk/client-vpc-lattice"); // CommonJS import
|
|
37
|
+
* // import type { VPCLatticeClientConfig } from "@aws-sdk/client-vpc-lattice";
|
|
38
|
+
* const config = {}; // type is VPCLatticeClientConfig
|
|
37
39
|
* const client = new VPCLatticeClient(config);
|
|
38
40
|
* const input = { // GetResourcePolicyRequest
|
|
39
41
|
* resourceArn: "STRING_VALUE", // required
|
|
@@ -35,6 +35,8 @@ declare const GetRuleCommand_base: {
|
|
|
35
35
|
* ```javascript
|
|
36
36
|
* import { VPCLatticeClient, GetRuleCommand } from "@aws-sdk/client-vpc-lattice"; // ES Modules import
|
|
37
37
|
* // const { VPCLatticeClient, GetRuleCommand } = require("@aws-sdk/client-vpc-lattice"); // CommonJS import
|
|
38
|
+
* // import type { VPCLatticeClientConfig } from "@aws-sdk/client-vpc-lattice";
|
|
39
|
+
* const config = {}; // type is VPCLatticeClientConfig
|
|
38
40
|
* const client = new VPCLatticeClient(config);
|
|
39
41
|
* const input = { // GetRuleRequest
|
|
40
42
|
* serviceIdentifier: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const GetServiceCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { VPCLatticeClient, GetServiceCommand } from "@aws-sdk/client-vpc-lattice"; // ES Modules import
|
|
35
35
|
* // const { VPCLatticeClient, GetServiceCommand } = require("@aws-sdk/client-vpc-lattice"); // CommonJS import
|
|
36
|
+
* // import type { VPCLatticeClientConfig } from "@aws-sdk/client-vpc-lattice";
|
|
37
|
+
* const config = {}; // type is VPCLatticeClientConfig
|
|
36
38
|
* const client = new VPCLatticeClient(config);
|
|
37
39
|
* const input = { // GetServiceRequest
|
|
38
40
|
* serviceIdentifier: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const GetServiceNetworkCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { VPCLatticeClient, GetServiceNetworkCommand } from "@aws-sdk/client-vpc-lattice"; // ES Modules import
|
|
35
35
|
* // const { VPCLatticeClient, GetServiceNetworkCommand } = require("@aws-sdk/client-vpc-lattice"); // CommonJS import
|
|
36
|
+
* // import type { VPCLatticeClientConfig } from "@aws-sdk/client-vpc-lattice";
|
|
37
|
+
* const config = {}; // type is VPCLatticeClientConfig
|
|
36
38
|
* const client = new VPCLatticeClient(config);
|
|
37
39
|
* const input = { // GetServiceNetworkRequest
|
|
38
40
|
* serviceNetworkIdentifier: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const GetServiceNetworkResourceAssociationCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { VPCLatticeClient, GetServiceNetworkResourceAssociationCommand } from "@aws-sdk/client-vpc-lattice"; // ES Modules import
|
|
35
35
|
* // const { VPCLatticeClient, GetServiceNetworkResourceAssociationCommand } = require("@aws-sdk/client-vpc-lattice"); // CommonJS import
|
|
36
|
+
* // import type { VPCLatticeClientConfig } from "@aws-sdk/client-vpc-lattice";
|
|
37
|
+
* const config = {}; // type is VPCLatticeClientConfig
|
|
36
38
|
* const client = new VPCLatticeClient(config);
|
|
37
39
|
* const input = { // GetServiceNetworkResourceAssociationRequest
|
|
38
40
|
* serviceNetworkResourceAssociationIdentifier: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const GetServiceNetworkServiceAssociationCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { VPCLatticeClient, GetServiceNetworkServiceAssociationCommand } from "@aws-sdk/client-vpc-lattice"; // ES Modules import
|
|
35
35
|
* // const { VPCLatticeClient, GetServiceNetworkServiceAssociationCommand } = require("@aws-sdk/client-vpc-lattice"); // CommonJS import
|
|
36
|
+
* // import type { VPCLatticeClientConfig } from "@aws-sdk/client-vpc-lattice";
|
|
37
|
+
* const config = {}; // type is VPCLatticeClientConfig
|
|
36
38
|
* const client = new VPCLatticeClient(config);
|
|
37
39
|
* const input = { // GetServiceNetworkServiceAssociationRequest
|
|
38
40
|
* serviceNetworkServiceAssociationIdentifier: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const GetServiceNetworkVpcAssociationCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { VPCLatticeClient, GetServiceNetworkVpcAssociationCommand } from "@aws-sdk/client-vpc-lattice"; // ES Modules import
|
|
35
35
|
* // const { VPCLatticeClient, GetServiceNetworkVpcAssociationCommand } = require("@aws-sdk/client-vpc-lattice"); // CommonJS import
|
|
36
|
+
* // import type { VPCLatticeClientConfig } from "@aws-sdk/client-vpc-lattice";
|
|
37
|
+
* const config = {}; // type is VPCLatticeClientConfig
|
|
36
38
|
* const client = new VPCLatticeClient(config);
|
|
37
39
|
* const input = { // GetServiceNetworkVpcAssociationRequest
|
|
38
40
|
* serviceNetworkVpcAssociationIdentifier: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const GetTargetGroupCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { VPCLatticeClient, GetTargetGroupCommand } from "@aws-sdk/client-vpc-lattice"; // ES Modules import
|
|
35
35
|
* // const { VPCLatticeClient, GetTargetGroupCommand } = require("@aws-sdk/client-vpc-lattice"); // CommonJS import
|
|
36
|
+
* // import type { VPCLatticeClientConfig } from "@aws-sdk/client-vpc-lattice";
|
|
37
|
+
* const config = {}; // type is VPCLatticeClientConfig
|
|
36
38
|
* const client = new VPCLatticeClient(config);
|
|
37
39
|
* const input = { // GetTargetGroupRequest
|
|
38
40
|
* targetGroupIdentifier: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const ListAccessLogSubscriptionsCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { VPCLatticeClient, ListAccessLogSubscriptionsCommand } from "@aws-sdk/client-vpc-lattice"; // ES Modules import
|
|
35
35
|
* // const { VPCLatticeClient, ListAccessLogSubscriptionsCommand } = require("@aws-sdk/client-vpc-lattice"); // CommonJS import
|
|
36
|
+
* // import type { VPCLatticeClientConfig } from "@aws-sdk/client-vpc-lattice";
|
|
37
|
+
* const config = {}; // type is VPCLatticeClientConfig
|
|
36
38
|
* const client = new VPCLatticeClient(config);
|
|
37
39
|
* const input = { // ListAccessLogSubscriptionsRequest
|
|
38
40
|
* resourceIdentifier: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const ListListenersCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { VPCLatticeClient, ListListenersCommand } from "@aws-sdk/client-vpc-lattice"; // ES Modules import
|
|
35
35
|
* // const { VPCLatticeClient, ListListenersCommand } = require("@aws-sdk/client-vpc-lattice"); // CommonJS import
|
|
36
|
+
* // import type { VPCLatticeClientConfig } from "@aws-sdk/client-vpc-lattice";
|
|
37
|
+
* const config = {}; // type is VPCLatticeClientConfig
|
|
36
38
|
* const client = new VPCLatticeClient(config);
|
|
37
39
|
* const input = { // ListListenersRequest
|
|
38
40
|
* serviceIdentifier: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const ListResourceConfigurationsCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { VPCLatticeClient, ListResourceConfigurationsCommand } from "@aws-sdk/client-vpc-lattice"; // ES Modules import
|
|
35
35
|
* // const { VPCLatticeClient, ListResourceConfigurationsCommand } = require("@aws-sdk/client-vpc-lattice"); // CommonJS import
|
|
36
|
+
* // import type { VPCLatticeClientConfig } from "@aws-sdk/client-vpc-lattice";
|
|
37
|
+
* const config = {}; // type is VPCLatticeClientConfig
|
|
36
38
|
* const client = new VPCLatticeClient(config);
|
|
37
39
|
* const input = { // ListResourceConfigurationsRequest
|
|
38
40
|
* resourceGatewayIdentifier: "STRING_VALUE",
|
|
@@ -33,6 +33,8 @@ declare const ListResourceEndpointAssociationsCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { VPCLatticeClient, ListResourceEndpointAssociationsCommand } from "@aws-sdk/client-vpc-lattice"; // ES Modules import
|
|
35
35
|
* // const { VPCLatticeClient, ListResourceEndpointAssociationsCommand } = require("@aws-sdk/client-vpc-lattice"); // CommonJS import
|
|
36
|
+
* // import type { VPCLatticeClientConfig } from "@aws-sdk/client-vpc-lattice";
|
|
37
|
+
* const config = {}; // type is VPCLatticeClientConfig
|
|
36
38
|
* const client = new VPCLatticeClient(config);
|
|
37
39
|
* const input = { // ListResourceEndpointAssociationsRequest
|
|
38
40
|
* resourceConfigurationIdentifier: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const ListResourceGatewaysCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { VPCLatticeClient, ListResourceGatewaysCommand } from "@aws-sdk/client-vpc-lattice"; // ES Modules import
|
|
35
35
|
* // const { VPCLatticeClient, ListResourceGatewaysCommand } = require("@aws-sdk/client-vpc-lattice"); // CommonJS import
|
|
36
|
+
* // import type { VPCLatticeClientConfig } from "@aws-sdk/client-vpc-lattice";
|
|
37
|
+
* const config = {}; // type is VPCLatticeClientConfig
|
|
36
38
|
* const client = new VPCLatticeClient(config);
|
|
37
39
|
* const input = { // ListResourceGatewaysRequest
|
|
38
40
|
* maxResults: Number("int"),
|
|
@@ -33,6 +33,8 @@ declare const ListRulesCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { VPCLatticeClient, ListRulesCommand } from "@aws-sdk/client-vpc-lattice"; // ES Modules import
|
|
35
35
|
* // const { VPCLatticeClient, ListRulesCommand } = require("@aws-sdk/client-vpc-lattice"); // CommonJS import
|
|
36
|
+
* // import type { VPCLatticeClientConfig } from "@aws-sdk/client-vpc-lattice";
|
|
37
|
+
* const config = {}; // type is VPCLatticeClientConfig
|
|
36
38
|
* const client = new VPCLatticeClient(config);
|
|
37
39
|
* const input = { // ListRulesRequest
|
|
38
40
|
* serviceIdentifier: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const ListServiceNetworkResourceAssociationsCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { VPCLatticeClient, ListServiceNetworkResourceAssociationsCommand } from "@aws-sdk/client-vpc-lattice"; // ES Modules import
|
|
35
35
|
* // const { VPCLatticeClient, ListServiceNetworkResourceAssociationsCommand } = require("@aws-sdk/client-vpc-lattice"); // CommonJS import
|
|
36
|
+
* // import type { VPCLatticeClientConfig } from "@aws-sdk/client-vpc-lattice";
|
|
37
|
+
* const config = {}; // type is VPCLatticeClientConfig
|
|
36
38
|
* const client = new VPCLatticeClient(config);
|
|
37
39
|
* const input = { // ListServiceNetworkResourceAssociationsRequest
|
|
38
40
|
* serviceNetworkIdentifier: "STRING_VALUE",
|
|
@@ -39,6 +39,8 @@ declare const ListServiceNetworkServiceAssociationsCommand_base: {
|
|
|
39
39
|
* ```javascript
|
|
40
40
|
* import { VPCLatticeClient, ListServiceNetworkServiceAssociationsCommand } from "@aws-sdk/client-vpc-lattice"; // ES Modules import
|
|
41
41
|
* // const { VPCLatticeClient, ListServiceNetworkServiceAssociationsCommand } = require("@aws-sdk/client-vpc-lattice"); // CommonJS import
|
|
42
|
+
* // import type { VPCLatticeClientConfig } from "@aws-sdk/client-vpc-lattice";
|
|
43
|
+
* const config = {}; // type is VPCLatticeClientConfig
|
|
42
44
|
* const client = new VPCLatticeClient(config);
|
|
43
45
|
* const input = { // ListServiceNetworkServiceAssociationsRequest
|
|
44
46
|
* serviceNetworkIdentifier: "STRING_VALUE",
|
|
@@ -34,6 +34,8 @@ declare const ListServiceNetworkVpcAssociationsCommand_base: {
|
|
|
34
34
|
* ```javascript
|
|
35
35
|
* import { VPCLatticeClient, ListServiceNetworkVpcAssociationsCommand } from "@aws-sdk/client-vpc-lattice"; // ES Modules import
|
|
36
36
|
* // const { VPCLatticeClient, ListServiceNetworkVpcAssociationsCommand } = require("@aws-sdk/client-vpc-lattice"); // CommonJS import
|
|
37
|
+
* // import type { VPCLatticeClientConfig } from "@aws-sdk/client-vpc-lattice";
|
|
38
|
+
* const config = {}; // type is VPCLatticeClientConfig
|
|
37
39
|
* const client = new VPCLatticeClient(config);
|
|
38
40
|
* const input = { // ListServiceNetworkVpcAssociationsRequest
|
|
39
41
|
* serviceNetworkIdentifier: "STRING_VALUE",
|
|
@@ -33,6 +33,8 @@ declare const ListServiceNetworkVpcEndpointAssociationsCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { VPCLatticeClient, ListServiceNetworkVpcEndpointAssociationsCommand } from "@aws-sdk/client-vpc-lattice"; // ES Modules import
|
|
35
35
|
* // const { VPCLatticeClient, ListServiceNetworkVpcEndpointAssociationsCommand } = require("@aws-sdk/client-vpc-lattice"); // CommonJS import
|
|
36
|
+
* // import type { VPCLatticeClientConfig } from "@aws-sdk/client-vpc-lattice";
|
|
37
|
+
* const config = {}; // type is VPCLatticeClientConfig
|
|
36
38
|
* const client = new VPCLatticeClient(config);
|
|
37
39
|
* const input = { // ListServiceNetworkVpcEndpointAssociationsRequest
|
|
38
40
|
* serviceNetworkIdentifier: "STRING_VALUE", // required
|
|
@@ -34,6 +34,8 @@ declare const ListServiceNetworksCommand_base: {
|
|
|
34
34
|
* ```javascript
|
|
35
35
|
* import { VPCLatticeClient, ListServiceNetworksCommand } from "@aws-sdk/client-vpc-lattice"; // ES Modules import
|
|
36
36
|
* // const { VPCLatticeClient, ListServiceNetworksCommand } = require("@aws-sdk/client-vpc-lattice"); // CommonJS import
|
|
37
|
+
* // import type { VPCLatticeClientConfig } from "@aws-sdk/client-vpc-lattice";
|
|
38
|
+
* const config = {}; // type is VPCLatticeClientConfig
|
|
37
39
|
* const client = new VPCLatticeClient(config);
|
|
38
40
|
* const input = { // ListServiceNetworksRequest
|
|
39
41
|
* maxResults: Number("int"),
|
|
@@ -33,6 +33,8 @@ declare const ListServicesCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { VPCLatticeClient, ListServicesCommand } from "@aws-sdk/client-vpc-lattice"; // ES Modules import
|
|
35
35
|
* // const { VPCLatticeClient, ListServicesCommand } = require("@aws-sdk/client-vpc-lattice"); // CommonJS import
|
|
36
|
+
* // import type { VPCLatticeClientConfig } from "@aws-sdk/client-vpc-lattice";
|
|
37
|
+
* const config = {}; // type is VPCLatticeClientConfig
|
|
36
38
|
* const client = new VPCLatticeClient(config);
|
|
37
39
|
* const input = { // ListServicesRequest
|
|
38
40
|
* maxResults: Number("int"),
|
|
@@ -33,6 +33,8 @@ declare const ListTagsForResourceCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { VPCLatticeClient, ListTagsForResourceCommand } from "@aws-sdk/client-vpc-lattice"; // ES Modules import
|
|
35
35
|
* // const { VPCLatticeClient, ListTagsForResourceCommand } = require("@aws-sdk/client-vpc-lattice"); // CommonJS import
|
|
36
|
+
* // import type { VPCLatticeClientConfig } from "@aws-sdk/client-vpc-lattice";
|
|
37
|
+
* const config = {}; // type is VPCLatticeClientConfig
|
|
36
38
|
* const client = new VPCLatticeClient(config);
|
|
37
39
|
* const input = { // ListTagsForResourceRequest
|
|
38
40
|
* resourceArn: "STRING_VALUE", // required
|
|
@@ -34,6 +34,8 @@ declare const ListTargetGroupsCommand_base: {
|
|
|
34
34
|
* ```javascript
|
|
35
35
|
* import { VPCLatticeClient, ListTargetGroupsCommand } from "@aws-sdk/client-vpc-lattice"; // ES Modules import
|
|
36
36
|
* // const { VPCLatticeClient, ListTargetGroupsCommand } = require("@aws-sdk/client-vpc-lattice"); // CommonJS import
|
|
37
|
+
* // import type { VPCLatticeClientConfig } from "@aws-sdk/client-vpc-lattice";
|
|
38
|
+
* const config = {}; // type is VPCLatticeClientConfig
|
|
37
39
|
* const client = new VPCLatticeClient(config);
|
|
38
40
|
* const input = { // ListTargetGroupsRequest
|
|
39
41
|
* maxResults: Number("int"),
|
|
@@ -34,6 +34,8 @@ declare const ListTargetsCommand_base: {
|
|
|
34
34
|
* ```javascript
|
|
35
35
|
* import { VPCLatticeClient, ListTargetsCommand } from "@aws-sdk/client-vpc-lattice"; // ES Modules import
|
|
36
36
|
* // const { VPCLatticeClient, ListTargetsCommand } = require("@aws-sdk/client-vpc-lattice"); // CommonJS import
|
|
37
|
+
* // import type { VPCLatticeClientConfig } from "@aws-sdk/client-vpc-lattice";
|
|
38
|
+
* const config = {}; // type is VPCLatticeClientConfig
|
|
37
39
|
* const client = new VPCLatticeClient(config);
|
|
38
40
|
* const input = { // ListTargetsRequest
|
|
39
41
|
* targetGroupIdentifier: "STRING_VALUE", // required
|
|
@@ -36,6 +36,8 @@ declare const PutAuthPolicyCommand_base: {
|
|
|
36
36
|
* ```javascript
|
|
37
37
|
* import { VPCLatticeClient, PutAuthPolicyCommand } from "@aws-sdk/client-vpc-lattice"; // ES Modules import
|
|
38
38
|
* // const { VPCLatticeClient, PutAuthPolicyCommand } = require("@aws-sdk/client-vpc-lattice"); // CommonJS import
|
|
39
|
+
* // import type { VPCLatticeClientConfig } from "@aws-sdk/client-vpc-lattice";
|
|
40
|
+
* const config = {}; // type is VPCLatticeClientConfig
|
|
39
41
|
* const client = new VPCLatticeClient(config);
|
|
40
42
|
* const input = { // PutAuthPolicyRequest
|
|
41
43
|
* resourceIdentifier: "STRING_VALUE", // required
|
|
@@ -35,6 +35,8 @@ declare const PutResourcePolicyCommand_base: {
|
|
|
35
35
|
* ```javascript
|
|
36
36
|
* import { VPCLatticeClient, PutResourcePolicyCommand } from "@aws-sdk/client-vpc-lattice"; // ES Modules import
|
|
37
37
|
* // const { VPCLatticeClient, PutResourcePolicyCommand } = require("@aws-sdk/client-vpc-lattice"); // CommonJS import
|
|
38
|
+
* // import type { VPCLatticeClientConfig } from "@aws-sdk/client-vpc-lattice";
|
|
39
|
+
* const config = {}; // type is VPCLatticeClientConfig
|
|
38
40
|
* const client = new VPCLatticeClient(config);
|
|
39
41
|
* const input = { // PutResourcePolicyRequest
|
|
40
42
|
* resourceArn: "STRING_VALUE", // required
|
|
@@ -34,6 +34,8 @@ declare const RegisterTargetsCommand_base: {
|
|
|
34
34
|
* ```javascript
|
|
35
35
|
* import { VPCLatticeClient, RegisterTargetsCommand } from "@aws-sdk/client-vpc-lattice"; // ES Modules import
|
|
36
36
|
* // const { VPCLatticeClient, RegisterTargetsCommand } = require("@aws-sdk/client-vpc-lattice"); // CommonJS import
|
|
37
|
+
* // import type { VPCLatticeClientConfig } from "@aws-sdk/client-vpc-lattice";
|
|
38
|
+
* const config = {}; // type is VPCLatticeClientConfig
|
|
37
39
|
* const client = new VPCLatticeClient(config);
|
|
38
40
|
* const input = { // RegisterTargetsRequest
|
|
39
41
|
* targetGroupIdentifier: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const TagResourceCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { VPCLatticeClient, TagResourceCommand } from "@aws-sdk/client-vpc-lattice"; // ES Modules import
|
|
35
35
|
* // const { VPCLatticeClient, TagResourceCommand } = require("@aws-sdk/client-vpc-lattice"); // CommonJS import
|
|
36
|
+
* // import type { VPCLatticeClientConfig } from "@aws-sdk/client-vpc-lattice";
|
|
37
|
+
* const config = {}; // type is VPCLatticeClientConfig
|
|
36
38
|
* const client = new VPCLatticeClient(config);
|
|
37
39
|
* const input = { // TagResourceRequest
|
|
38
40
|
* resourceArn: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const UntagResourceCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { VPCLatticeClient, UntagResourceCommand } from "@aws-sdk/client-vpc-lattice"; // ES Modules import
|
|
35
35
|
* // const { VPCLatticeClient, UntagResourceCommand } = require("@aws-sdk/client-vpc-lattice"); // CommonJS import
|
|
36
|
+
* // import type { VPCLatticeClientConfig } from "@aws-sdk/client-vpc-lattice";
|
|
37
|
+
* const config = {}; // type is VPCLatticeClientConfig
|
|
36
38
|
* const client = new VPCLatticeClient(config);
|
|
37
39
|
* const input = { // UntagResourceRequest
|
|
38
40
|
* resourceArn: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const UpdateAccessLogSubscriptionCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { VPCLatticeClient, UpdateAccessLogSubscriptionCommand } from "@aws-sdk/client-vpc-lattice"; // ES Modules import
|
|
35
35
|
* // const { VPCLatticeClient, UpdateAccessLogSubscriptionCommand } = require("@aws-sdk/client-vpc-lattice"); // CommonJS import
|
|
36
|
+
* // import type { VPCLatticeClientConfig } from "@aws-sdk/client-vpc-lattice";
|
|
37
|
+
* const config = {}; // type is VPCLatticeClientConfig
|
|
36
38
|
* const client = new VPCLatticeClient(config);
|
|
37
39
|
* const input = { // UpdateAccessLogSubscriptionRequest
|
|
38
40
|
* accessLogSubscriptionIdentifier: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const UpdateListenerCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { VPCLatticeClient, UpdateListenerCommand } from "@aws-sdk/client-vpc-lattice"; // ES Modules import
|
|
35
35
|
* // const { VPCLatticeClient, UpdateListenerCommand } = require("@aws-sdk/client-vpc-lattice"); // CommonJS import
|
|
36
|
+
* // import type { VPCLatticeClientConfig } from "@aws-sdk/client-vpc-lattice";
|
|
37
|
+
* const config = {}; // type is VPCLatticeClientConfig
|
|
36
38
|
* const client = new VPCLatticeClient(config);
|
|
37
39
|
* const input = { // UpdateListenerRequest
|
|
38
40
|
* serviceIdentifier: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const UpdateResourceConfigurationCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { VPCLatticeClient, UpdateResourceConfigurationCommand } from "@aws-sdk/client-vpc-lattice"; // ES Modules import
|
|
35
35
|
* // const { VPCLatticeClient, UpdateResourceConfigurationCommand } = require("@aws-sdk/client-vpc-lattice"); // CommonJS import
|
|
36
|
+
* // import type { VPCLatticeClientConfig } from "@aws-sdk/client-vpc-lattice";
|
|
37
|
+
* const config = {}; // type is VPCLatticeClientConfig
|
|
36
38
|
* const client = new VPCLatticeClient(config);
|
|
37
39
|
* const input = { // UpdateResourceConfigurationRequest
|
|
38
40
|
* resourceConfigurationIdentifier: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const UpdateResourceGatewayCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { VPCLatticeClient, UpdateResourceGatewayCommand } from "@aws-sdk/client-vpc-lattice"; // ES Modules import
|
|
35
35
|
* // const { VPCLatticeClient, UpdateResourceGatewayCommand } = require("@aws-sdk/client-vpc-lattice"); // CommonJS import
|
|
36
|
+
* // import type { VPCLatticeClientConfig } from "@aws-sdk/client-vpc-lattice";
|
|
37
|
+
* const config = {}; // type is VPCLatticeClientConfig
|
|
36
38
|
* const client = new VPCLatticeClient(config);
|
|
37
39
|
* const input = { // UpdateResourceGatewayRequest
|
|
38
40
|
* resourceGatewayIdentifier: "STRING_VALUE", // required
|
|
@@ -34,6 +34,8 @@ declare const UpdateRuleCommand_base: {
|
|
|
34
34
|
* ```javascript
|
|
35
35
|
* import { VPCLatticeClient, UpdateRuleCommand } from "@aws-sdk/client-vpc-lattice"; // ES Modules import
|
|
36
36
|
* // const { VPCLatticeClient, UpdateRuleCommand } = require("@aws-sdk/client-vpc-lattice"); // CommonJS import
|
|
37
|
+
* // import type { VPCLatticeClientConfig } from "@aws-sdk/client-vpc-lattice";
|
|
38
|
+
* const config = {}; // type is VPCLatticeClientConfig
|
|
37
39
|
* const client = new VPCLatticeClient(config);
|
|
38
40
|
* const input = { // UpdateRuleRequest
|
|
39
41
|
* serviceIdentifier: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const UpdateServiceCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { VPCLatticeClient, UpdateServiceCommand } from "@aws-sdk/client-vpc-lattice"; // ES Modules import
|
|
35
35
|
* // const { VPCLatticeClient, UpdateServiceCommand } = require("@aws-sdk/client-vpc-lattice"); // CommonJS import
|
|
36
|
+
* // import type { VPCLatticeClientConfig } from "@aws-sdk/client-vpc-lattice";
|
|
37
|
+
* const config = {}; // type is VPCLatticeClientConfig
|
|
36
38
|
* const client = new VPCLatticeClient(config);
|
|
37
39
|
* const input = { // UpdateServiceRequest
|
|
38
40
|
* serviceIdentifier: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const UpdateServiceNetworkCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { VPCLatticeClient, UpdateServiceNetworkCommand } from "@aws-sdk/client-vpc-lattice"; // ES Modules import
|
|
35
35
|
* // const { VPCLatticeClient, UpdateServiceNetworkCommand } = require("@aws-sdk/client-vpc-lattice"); // CommonJS import
|
|
36
|
+
* // import type { VPCLatticeClientConfig } from "@aws-sdk/client-vpc-lattice";
|
|
37
|
+
* const config = {}; // type is VPCLatticeClientConfig
|
|
36
38
|
* const client = new VPCLatticeClient(config);
|
|
37
39
|
* const input = { // UpdateServiceNetworkRequest
|
|
38
40
|
* serviceNetworkIdentifier: "STRING_VALUE", // required
|
|
@@ -36,6 +36,8 @@ declare const UpdateServiceNetworkVpcAssociationCommand_base: {
|
|
|
36
36
|
* ```javascript
|
|
37
37
|
* import { VPCLatticeClient, UpdateServiceNetworkVpcAssociationCommand } from "@aws-sdk/client-vpc-lattice"; // ES Modules import
|
|
38
38
|
* // const { VPCLatticeClient, UpdateServiceNetworkVpcAssociationCommand } = require("@aws-sdk/client-vpc-lattice"); // CommonJS import
|
|
39
|
+
* // import type { VPCLatticeClientConfig } from "@aws-sdk/client-vpc-lattice";
|
|
40
|
+
* const config = {}; // type is VPCLatticeClientConfig
|
|
39
41
|
* const client = new VPCLatticeClient(config);
|
|
40
42
|
* const input = { // UpdateServiceNetworkVpcAssociationRequest
|
|
41
43
|
* serviceNetworkVpcAssociationIdentifier: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const UpdateTargetGroupCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { VPCLatticeClient, UpdateTargetGroupCommand } from "@aws-sdk/client-vpc-lattice"; // ES Modules import
|
|
35
35
|
* // const { VPCLatticeClient, UpdateTargetGroupCommand } = require("@aws-sdk/client-vpc-lattice"); // CommonJS import
|
|
36
|
+
* // import type { VPCLatticeClientConfig } from "@aws-sdk/client-vpc-lattice";
|
|
37
|
+
* const config = {}; // type is VPCLatticeClientConfig
|
|
36
38
|
* const client = new VPCLatticeClient(config);
|
|
37
39
|
* const input = { // UpdateTargetGroupRequest
|
|
38
40
|
* targetGroupIdentifier: "STRING_VALUE", // required
|
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.891.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,41 +20,41 @@
|
|
|
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.
|
|
25
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
26
|
-
"@aws-sdk/middleware-logger": "3.
|
|
27
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
28
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
29
|
-
"@aws-sdk/region-config-resolver": "3.
|
|
23
|
+
"@aws-sdk/core": "3.890.0",
|
|
24
|
+
"@aws-sdk/credential-provider-node": "3.891.0",
|
|
25
|
+
"@aws-sdk/middleware-host-header": "3.891.0",
|
|
26
|
+
"@aws-sdk/middleware-logger": "3.891.0",
|
|
27
|
+
"@aws-sdk/middleware-recursion-detection": "3.891.0",
|
|
28
|
+
"@aws-sdk/middleware-user-agent": "3.891.0",
|
|
29
|
+
"@aws-sdk/region-config-resolver": "3.890.0",
|
|
30
30
|
"@aws-sdk/types": "3.887.0",
|
|
31
|
-
"@aws-sdk/util-endpoints": "3.
|
|
31
|
+
"@aws-sdk/util-endpoints": "3.891.0",
|
|
32
32
|
"@aws-sdk/util-user-agent-browser": "3.887.0",
|
|
33
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
34
|
-
"@smithy/config-resolver": "^4.2.
|
|
33
|
+
"@aws-sdk/util-user-agent-node": "3.891.0",
|
|
34
|
+
"@smithy/config-resolver": "^4.2.2",
|
|
35
35
|
"@smithy/core": "^3.11.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.2.
|
|
40
|
+
"@smithy/middleware-endpoint": "^4.2.2",
|
|
41
|
+
"@smithy/middleware-retry": "^4.2.3",
|
|
42
42
|
"@smithy/middleware-serde": "^4.1.1",
|
|
43
43
|
"@smithy/middleware-stack": "^4.1.1",
|
|
44
|
-
"@smithy/node-config-provider": "^4.2.
|
|
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.2",
|
|
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.
|
|
55
|
-
"@smithy/util-endpoints": "^3.1.
|
|
53
|
+
"@smithy/util-defaults-mode-browser": "^4.1.2",
|
|
54
|
+
"@smithy/util-defaults-mode-node": "^4.1.2",
|
|
55
|
+
"@smithy/util-endpoints": "^3.1.2",
|
|
56
56
|
"@smithy/util-middleware": "^4.1.1",
|
|
57
|
-
"@smithy/util-retry": "^4.1.
|
|
57
|
+
"@smithy/util-retry": "^4.1.2",
|
|
58
58
|
"@smithy/util-utf8": "^4.1.0",
|
|
59
59
|
"@types/uuid": "^9.0.1",
|
|
60
60
|
"tslib": "^2.6.2",
|