@aws-sdk/client-opensearch 3.1042.0 → 3.1044.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.
@@ -333,6 +333,7 @@ const _EBSOS = "EBSOptionsStatus";
333
333
  const _EC = "ErrorCode";
334
334
  const _ED = "ErrorDetails";
335
335
  const _EE = "EncryptionEnabled";
336
+ const _EEg = "EgressEnabled";
336
337
  const _EHTTPS = "EnforceHTTPS";
337
338
  const _EI = "EnvironmentInformation";
338
339
  const _EIL = "EnvironmentInfoList";
@@ -2499,8 +2500,8 @@ exports.VersionStatus$ = [3, n0, _VSe,
2499
2500
  ];
2500
2501
  exports.VPCDerivedInfo$ = [3, n0, _VPCDI,
2501
2502
  0,
2502
- [_VPCI, _SI, _AZv, _SGI],
2503
- [0, 64 | 0, 64 | 0, 64 | 0]
2503
+ [_VPCI, _SI, _AZv, _SGI, _EEg],
2504
+ [0, 64 | 0, 64 | 0, 64 | 0, 2]
2504
2505
  ];
2505
2506
  exports.VPCDerivedInfoStatus$ = [3, n0, _VPCDIS,
2506
2507
  0,
@@ -2524,8 +2525,8 @@ exports.VpcEndpointSummary$ = [3, n0, _VES,
2524
2525
  ];
2525
2526
  exports.VPCOptions$ = [3, n0, _VPCO,
2526
2527
  0,
2527
- [_SI, _SGI],
2528
- [64 | 0, 64 | 0]
2528
+ [_SI, _SGI, _EEg],
2529
+ [64 | 0, 64 | 0, 2]
2529
2530
  ];
2530
2531
  exports.WindowStartTime$ = [3, n0, _WST,
2531
2532
  0,
@@ -322,6 +322,7 @@ const _EBSOS = "EBSOptionsStatus";
322
322
  const _EC = "ErrorCode";
323
323
  const _ED = "ErrorDetails";
324
324
  const _EE = "EncryptionEnabled";
325
+ const _EEg = "EgressEnabled";
325
326
  const _EHTTPS = "EnforceHTTPS";
326
327
  const _EI = "EnvironmentInformation";
327
328
  const _EIL = "EnvironmentInfoList";
@@ -2488,8 +2489,8 @@ export var VersionStatus$ = [3, n0, _VSe,
2488
2489
  ];
2489
2490
  export var VPCDerivedInfo$ = [3, n0, _VPCDI,
2490
2491
  0,
2491
- [_VPCI, _SI, _AZv, _SGI],
2492
- [0, 64 | 0, 64 | 0, 64 | 0]
2492
+ [_VPCI, _SI, _AZv, _SGI, _EEg],
2493
+ [0, 64 | 0, 64 | 0, 64 | 0, 2]
2493
2494
  ];
2494
2495
  export var VPCDerivedInfoStatus$ = [3, n0, _VPCDIS,
2495
2496
  0,
@@ -2513,8 +2514,8 @@ export var VpcEndpointSummary$ = [3, n0, _VES,
2513
2514
  ];
2514
2515
  export var VPCOptions$ = [3, n0, _VPCO,
2515
2516
  0,
2516
- [_SI, _SGI],
2517
- [64 | 0, 64 | 0]
2517
+ [_SI, _SGI, _EEg],
2518
+ [64 | 0, 64 | 0, 2]
2518
2519
  ];
2519
2520
  export var WindowStartTime$ = [3, n0, _WST,
2520
2521
  0,
@@ -87,6 +87,7 @@ declare const CreateDomainCommand_base: {
87
87
  * SecurityGroupIds: [
88
88
  * "STRING_VALUE",
89
89
  * ],
90
+ * EgressEnabled: true || false,
90
91
  * },
91
92
  * CognitoOptions: { // CognitoOptions
92
93
  * Enabled: true || false,
@@ -275,6 +276,7 @@ declare const CreateDomainCommand_base: {
275
276
  * // SecurityGroupIds: [
276
277
  * // "STRING_VALUE",
277
278
  * // ],
279
+ * // EgressEnabled: true || false,
278
280
  * // },
279
281
  * // CognitoOptions: { // CognitoOptions
280
282
  * // Enabled: true || false,
@@ -45,6 +45,7 @@ declare const CreateVpcEndpointCommand_base: {
45
45
  * SecurityGroupIds: [
46
46
  * "STRING_VALUE",
47
47
  * ],
48
+ * EgressEnabled: true || false,
48
49
  * },
49
50
  * ClientToken: "STRING_VALUE",
50
51
  * };
@@ -66,6 +67,7 @@ declare const CreateVpcEndpointCommand_base: {
66
67
  * // SecurityGroupIds: [
67
68
  * // "STRING_VALUE",
68
69
  * // ],
70
+ * // EgressEnabled: true || false,
69
71
  * // },
70
72
  * // Status: "CREATING" || "CREATE_FAILED" || "ACTIVE" || "UPDATING" || "UPDATE_FAILED" || "DELETING" || "DELETE_FAILED",
71
73
  * // Endpoint: "STRING_VALUE",
@@ -109,6 +109,7 @@ declare const DeleteDomainCommand_base: {
109
109
  * // SecurityGroupIds: [
110
110
  * // "STRING_VALUE",
111
111
  * // ],
112
+ * // EgressEnabled: true || false,
112
113
  * // },
113
114
  * // CognitoOptions: { // CognitoOptions
114
115
  * // Enabled: true || false,
@@ -109,6 +109,7 @@ declare const DescribeDomainCommand_base: {
109
109
  * // SecurityGroupIds: [
110
110
  * // "STRING_VALUE",
111
111
  * // ],
112
+ * // EgressEnabled: true || false,
112
113
  * // },
113
114
  * // CognitoOptions: { // CognitoOptions
114
115
  * // Enabled: true || false,
@@ -144,6 +144,7 @@ declare const DescribeDomainConfigCommand_base: {
144
144
  * // SecurityGroupIds: [
145
145
  * // "STRING_VALUE",
146
146
  * // ],
147
+ * // EgressEnabled: true || false,
147
148
  * // },
148
149
  * // Status: "<OptionStatus>", // required
149
150
  * // },
@@ -112,6 +112,7 @@ declare const DescribeDomainsCommand_base: {
112
112
  * // SecurityGroupIds: [
113
113
  * // "STRING_VALUE",
114
114
  * // ],
115
+ * // EgressEnabled: true || false,
115
116
  * // },
116
117
  * // CognitoOptions: { // CognitoOptions
117
118
  * // Enabled: true || false,
@@ -123,6 +123,7 @@ declare const DescribeDryRunProgressCommand_base: {
123
123
  * // SecurityGroupIds: [
124
124
  * // "STRING_VALUE",
125
125
  * // ],
126
+ * // EgressEnabled: true || false,
126
127
  * // },
127
128
  * // CognitoOptions: { // CognitoOptions
128
129
  * // Enabled: true || false,
@@ -60,6 +60,7 @@ declare const DescribeVpcEndpointsCommand_base: {
60
60
  * // SecurityGroupIds: [
61
61
  * // "STRING_VALUE",
62
62
  * // ],
63
+ * // EgressEnabled: true || false,
63
64
  * // },
64
65
  * // Status: "CREATING" || "CREATE_FAILED" || "ACTIVE" || "UPDATING" || "UPDATE_FAILED" || "DELETING" || "DELETE_FAILED",
65
66
  * // Endpoint: "STRING_VALUE",
@@ -84,6 +84,7 @@ declare const UpdateDomainConfigCommand_base: {
84
84
  * SecurityGroupIds: [
85
85
  * "STRING_VALUE",
86
86
  * ],
87
+ * EgressEnabled: true || false,
87
88
  * },
88
89
  * CognitoOptions: { // CognitoOptions
89
90
  * Enabled: true || false,
@@ -307,6 +308,7 @@ declare const UpdateDomainConfigCommand_base: {
307
308
  * // SecurityGroupIds: [
308
309
  * // "STRING_VALUE",
309
310
  * // ],
311
+ * // EgressEnabled: true || false,
310
312
  * // },
311
313
  * // Status: "<OptionStatus>", // required
312
314
  * // },
@@ -45,6 +45,7 @@ declare const UpdateVpcEndpointCommand_base: {
45
45
  * SecurityGroupIds: [
46
46
  * "STRING_VALUE",
47
47
  * ],
48
+ * EgressEnabled: true || false,
48
49
  * },
49
50
  * };
50
51
  * const command = new UpdateVpcEndpointCommand(input);
@@ -65,6 +66,7 @@ declare const UpdateVpcEndpointCommand_base: {
65
66
  * // SecurityGroupIds: [
66
67
  * // "STRING_VALUE",
67
68
  * // ],
69
+ * // EgressEnabled: true || false,
68
70
  * // },
69
71
  * // Status: "CREATING" || "CREATE_FAILED" || "ACTIVE" || "UPDATING" || "UPDATE_FAILED" || "DELETING" || "DELETE_FAILED",
70
72
  * // Endpoint: "STRING_VALUE",
@@ -2136,9 +2136,9 @@ export interface SoftwareUpdateOptions {
2136
2136
  */
2137
2137
  export interface VPCOptions {
2138
2138
  /**
2139
- * <p>A list of subnet IDs associated with the VPC endpoints for the domain. If your domain
2140
- * uses multiple Availability Zones, you need to provide two subnet IDs, one per zone.
2141
- * Otherwise, provide only one.</p>
2139
+ * <p>A list of subnet IDs associated with the VPC endpoints for the domain. If your domain uses
2140
+ * multiple Availability Zones, you need to provide two subnet IDs, one per zone. Otherwise, provide
2141
+ * only one.</p>
2142
2142
  * @public
2143
2143
  */
2144
2144
  SubnetIds?: string[] | undefined;
@@ -2149,6 +2149,13 @@ export interface VPCOptions {
2149
2149
  * @public
2150
2150
  */
2151
2151
  SecurityGroupIds?: string[] | undefined;
2152
+ /**
2153
+ * <p>Controls whether egress traffic from the domain is routed through the customer VPC.
2154
+ * When <code>true</code>, outbound traffic flows through the VPC. When
2155
+ * <code>false</code>, outbound traffic goes through the public internet.</p>
2156
+ * @public
2157
+ */
2158
+ EgressEnabled?: boolean | undefined;
2152
2159
  }
2153
2160
  /**
2154
2161
  * @public
@@ -2494,6 +2501,13 @@ export interface VPCDerivedInfo {
2494
2501
  * @public
2495
2502
  */
2496
2503
  SecurityGroupIds?: string[] | undefined;
2504
+ /**
2505
+ * <p>Indicates whether egress traffic from the domain is routed through the customer VPC.
2506
+ * When <code>true</code>, outbound traffic flows through the VPC. When
2507
+ * <code>false</code>, outbound traffic goes through the public internet.</p>
2508
+ * @public
2509
+ */
2510
+ EgressEnabled?: boolean | undefined;
2497
2511
  }
2498
2512
  /**
2499
2513
  * <p>The current status of an OpenSearch Service domain.</p>
@@ -549,6 +549,7 @@ export interface SoftwareUpdateOptions {
549
549
  export interface VPCOptions {
550
550
  SubnetIds?: string[] | undefined;
551
551
  SecurityGroupIds?: string[] | undefined;
552
+ EgressEnabled?: boolean | undefined;
552
553
  }
553
554
  export interface CreateDomainRequest {
554
555
  DomainName: string | undefined;
@@ -609,6 +610,7 @@ export interface VPCDerivedInfo {
609
610
  SubnetIds?: string[] | undefined;
610
611
  AvailabilityZones?: string[] | undefined;
611
612
  SecurityGroupIds?: string[] | undefined;
613
+ EgressEnabled?: boolean | undefined;
612
614
  }
613
615
  export interface DomainStatus {
614
616
  DomainId: string | undefined;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-opensearch",
3
3
  "description": "AWS SDK for JavaScript Opensearch Client for Node.js, Browser and React Native",
4
- "version": "3.1042.0",
4
+ "version": "3.1044.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:types' 'yarn:build:es' && yarn build:cjs",
7
7
  "build:cjs": "node ../../scripts/compilation/inline client-opensearch",