@aws-sdk/client-vpc-lattice 3.1113.0 → 3.1115.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-cjs/index.js CHANGED
@@ -69,7 +69,7 @@ const commonParams = {
69
69
  UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
70
70
  };
71
71
 
72
- var version = "3.1112.0";
72
+ var version = "3.1114.0";
73
73
  var packageInfo = {
74
74
  version: version};
75
75
 
@@ -1618,13 +1618,13 @@ var UpdateServiceNetworkResponse$ = [3, n0, _USNRp,
1618
1618
  ];
1619
1619
  var UpdateServiceNetworkVpcAssociationRequest$ = [3, n0, _USNVAR,
1620
1620
  0,
1621
- [_sNVAI, _sGI],
1622
- [[0, 1], 64 | 0], 2
1621
+ [_sNVAI, _sGI, _pDE, _dO],
1622
+ [[0, 1], 64 | 0, 2, () => DnsOptions$], 1
1623
1623
  ];
1624
1624
  var UpdateServiceNetworkVpcAssociationResponse$ = [3, n0, _USNVARp,
1625
1625
  0,
1626
- [_i, _a, _st, _cB, _sGI],
1627
- [0, 0, 0, 0, 64 | 0]
1626
+ [_i, _a, _st, _cB, _sGI, _pDE, _dO],
1627
+ [0, 0, 0, 0, 64 | 0, 2, () => DnsOptions$]
1628
1628
  ];
1629
1629
  var UpdateServiceRequest$ = [3, n0, _USR,
1630
1630
  0,
@@ -1364,13 +1364,13 @@ export var UpdateServiceNetworkResponse$ = [3, n0, _USNRp,
1364
1364
  ];
1365
1365
  export var UpdateServiceNetworkVpcAssociationRequest$ = [3, n0, _USNVAR,
1366
1366
  0,
1367
- [_sNVAI, _sGI],
1368
- [[0, 1], 64 | 0], 2
1367
+ [_sNVAI, _sGI, _pDE, _dO],
1368
+ [[0, 1], 64 | 0, 2, () => DnsOptions$], 1
1369
1369
  ];
1370
1370
  export var UpdateServiceNetworkVpcAssociationResponse$ = [3, n0, _USNVARp,
1371
1371
  0,
1372
- [_i, _a, _st, _cB, _sGI],
1373
- [0, 0, 0, 0, 64 | 0]
1372
+ [_i, _a, _st, _cB, _sGI, _pDE, _dO],
1373
+ [0, 0, 0, 0, 64 | 0, 2, () => DnsOptions$]
1374
1374
  ];
1375
1375
  export var UpdateServiceRequest$ = [3, n0, _USR,
1376
1376
  0,
@@ -39,7 +39,7 @@ declare const CreateResourceConfigurationCommand_base: {
39
39
  * portRanges: [ // PortRangeList
40
40
  * "STRING_VALUE",
41
41
  * ],
42
- * protocol: "STRING_VALUE",
42
+ * protocol: "TCP",
43
43
  * resourceGatewayIdentifier: "STRING_VALUE",
44
44
  * resourceConfigurationGroupIdentifier: "STRING_VALUE",
45
45
  * resourceConfigurationDefinition: { // ResourceConfigurationDefinition Union: only one key present
@@ -75,7 +75,7 @@ declare const CreateResourceConfigurationCommand_base: {
75
75
  * // portRanges: [ // PortRangeList
76
76
  * // "STRING_VALUE",
77
77
  * // ],
78
- * // protocol: "STRING_VALUE",
78
+ * // protocol: "TCP",
79
79
  * // status: "STRING_VALUE",
80
80
  * // resourceConfigurationDefinition: { // ResourceConfigurationDefinition Union: only one key present
81
81
  * // dnsResource: { // DnsResource
@@ -49,7 +49,7 @@ declare const GetResourceConfigurationCommand_base: {
49
49
  * // portRanges: [ // PortRangeList
50
50
  * // "STRING_VALUE",
51
51
  * // ],
52
- * // protocol: "STRING_VALUE",
52
+ * // protocol: "TCP",
53
53
  * // customDomainName: "STRING_VALUE",
54
54
  * // status: "STRING_VALUE",
55
55
  * // resourceConfigurationDefinition: { // ResourceConfigurationDefinition Union: only one key present
@@ -65,7 +65,7 @@ declare const UpdateResourceConfigurationCommand_base: {
65
65
  * // "STRING_VALUE",
66
66
  * // ],
67
67
  * // allowAssociationToShareableServiceNetwork: true || false,
68
- * // protocol: "STRING_VALUE",
68
+ * // protocol: "TCP",
69
69
  * // status: "STRING_VALUE",
70
70
  * // resourceConfigurationDefinition: { // ResourceConfigurationDefinition Union: only one key present
71
71
  * // dnsResource: { // DnsResource
@@ -35,9 +35,16 @@ declare const UpdateServiceNetworkVpcAssociationCommand_base: {
35
35
  * const client = new VPCLatticeClient(config);
36
36
  * const input = { // UpdateServiceNetworkVpcAssociationRequest
37
37
  * serviceNetworkVpcAssociationIdentifier: "STRING_VALUE", // required
38
- * securityGroupIds: [ // SecurityGroupList // required
38
+ * securityGroupIds: [ // SecurityGroupList
39
39
  * "STRING_VALUE",
40
40
  * ],
41
+ * privateDnsEnabled: true || false,
42
+ * dnsOptions: { // DnsOptions
43
+ * privateDnsPreference: "STRING_VALUE",
44
+ * privateDnsSpecifiedDomains: [ // PrivateDnsSpecifiedDomainsList
45
+ * "STRING_VALUE",
46
+ * ],
47
+ * },
41
48
  * };
42
49
  * const command = new UpdateServiceNetworkVpcAssociationCommand(input);
43
50
  * const response = await client.send(command);
@@ -49,6 +56,13 @@ declare const UpdateServiceNetworkVpcAssociationCommand_base: {
49
56
  * // securityGroupIds: [ // SecurityGroupList
50
57
  * // "STRING_VALUE",
51
58
  * // ],
59
+ * // privateDnsEnabled: true || false,
60
+ * // dnsOptions: { // DnsOptions
61
+ * // privateDnsPreference: "STRING_VALUE",
62
+ * // privateDnsSpecifiedDomains: [ // PrivateDnsSpecifiedDomainsList
63
+ * // "STRING_VALUE",
64
+ * // ],
65
+ * // },
52
66
  * // };
53
67
  *
54
68
  * ```
@@ -5002,7 +5002,17 @@ export interface UpdateServiceNetworkVpcAssociationRequest {
5002
5002
  * <p>The IDs of the security groups.</p>
5003
5003
  * @public
5004
5004
  */
5005
- securityGroupIds: string[] | undefined;
5005
+ securityGroupIds?: string[] | undefined;
5006
+ /**
5007
+ * <p> Indicates if private DNS is enabled for the VPC association. </p>
5008
+ * @public
5009
+ */
5010
+ privateDnsEnabled?: boolean | undefined;
5011
+ /**
5012
+ * <p> DNS options for the service network VPC association. </p>
5013
+ * @public
5014
+ */
5015
+ dnsOptions?: DnsOptions | undefined;
5006
5016
  }
5007
5017
  /**
5008
5018
  * @public
@@ -5033,6 +5043,16 @@ export interface UpdateServiceNetworkVpcAssociationResponse {
5033
5043
  * @public
5034
5044
  */
5035
5045
  securityGroupIds?: string[] | undefined;
5046
+ /**
5047
+ * <p> Indicates if private DNS is enabled for the VPC association. </p>
5048
+ * @public
5049
+ */
5050
+ privateDnsEnabled?: boolean | undefined;
5051
+ /**
5052
+ * <p> DNS options for the service network VPC association. </p>
5053
+ * @public
5054
+ */
5055
+ dnsOptions?: DnsOptions | undefined;
5036
5056
  }
5037
5057
  /**
5038
5058
  * @public
@@ -1282,7 +1282,9 @@ export interface UpdateServiceNetworkResponse {
1282
1282
  }
1283
1283
  export interface UpdateServiceNetworkVpcAssociationRequest {
1284
1284
  serviceNetworkVpcAssociationIdentifier: string | undefined;
1285
- securityGroupIds: string[] | undefined;
1285
+ securityGroupIds?: string[] | undefined;
1286
+ privateDnsEnabled?: boolean | undefined;
1287
+ dnsOptions?: DnsOptions | undefined;
1286
1288
  }
1287
1289
  export interface UpdateServiceNetworkVpcAssociationResponse {
1288
1290
  id?: string | undefined;
@@ -1290,6 +1292,8 @@ export interface UpdateServiceNetworkVpcAssociationResponse {
1290
1292
  status?: ServiceNetworkVpcAssociationStatus | undefined;
1291
1293
  createdBy?: string | undefined;
1292
1294
  securityGroupIds?: string[] | undefined;
1295
+ privateDnsEnabled?: boolean | undefined;
1296
+ dnsOptions?: DnsOptions | undefined;
1293
1297
  }
1294
1298
  export interface TagResourceRequest {
1295
1299
  resourceArn: string | undefined;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-vpc-lattice",
3
- "version": "3.1113.0",
3
+ "version": "3.1115.0",
4
4
  "description": "AWS SDK for JavaScript Vpc Lattice Client for Node.js, Browser and React Native",
5
5
  "homepage": "https://github.com/aws/aws-sdk-js-v3/tree/main/clients/client-vpc-lattice",
6
6
  "license": "Apache-2.0",