@aws-sdk/client-opensearch 3.775.0 → 3.782.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 (79) hide show
  1. package/dist-types/commands/AcceptInboundConnectionCommand.d.ts +1 -0
  2. package/dist-types/commands/AddDataSourceCommand.d.ts +1 -0
  3. package/dist-types/commands/AddDirectQueryDataSourceCommand.d.ts +1 -0
  4. package/dist-types/commands/AddTagsCommand.d.ts +1 -0
  5. package/dist-types/commands/AssociatePackageCommand.d.ts +1 -0
  6. package/dist-types/commands/AssociatePackagesCommand.d.ts +1 -0
  7. package/dist-types/commands/AuthorizeVpcEndpointAccessCommand.d.ts +1 -0
  8. package/dist-types/commands/CancelDomainConfigChangeCommand.d.ts +1 -0
  9. package/dist-types/commands/CancelServiceSoftwareUpdateCommand.d.ts +1 -0
  10. package/dist-types/commands/CreateApplicationCommand.d.ts +2 -1
  11. package/dist-types/commands/CreateDomainCommand.d.ts +1 -0
  12. package/dist-types/commands/CreateOutboundConnectionCommand.d.ts +1 -0
  13. package/dist-types/commands/CreatePackageCommand.d.ts +1 -0
  14. package/dist-types/commands/CreateVpcEndpointCommand.d.ts +1 -0
  15. package/dist-types/commands/DeleteApplicationCommand.d.ts +2 -1
  16. package/dist-types/commands/DeleteDataSourceCommand.d.ts +1 -0
  17. package/dist-types/commands/DeleteDirectQueryDataSourceCommand.d.ts +1 -0
  18. package/dist-types/commands/DeleteDomainCommand.d.ts +1 -0
  19. package/dist-types/commands/DeleteInboundConnectionCommand.d.ts +1 -0
  20. package/dist-types/commands/DeleteOutboundConnectionCommand.d.ts +1 -0
  21. package/dist-types/commands/DeletePackageCommand.d.ts +1 -0
  22. package/dist-types/commands/DeleteVpcEndpointCommand.d.ts +1 -0
  23. package/dist-types/commands/DescribeDomainAutoTunesCommand.d.ts +1 -0
  24. package/dist-types/commands/DescribeDomainChangeProgressCommand.d.ts +1 -0
  25. package/dist-types/commands/DescribeDomainCommand.d.ts +1 -0
  26. package/dist-types/commands/DescribeDomainConfigCommand.d.ts +1 -0
  27. package/dist-types/commands/DescribeDomainHealthCommand.d.ts +1 -0
  28. package/dist-types/commands/DescribeDomainNodesCommand.d.ts +1 -0
  29. package/dist-types/commands/DescribeDomainsCommand.d.ts +1 -0
  30. package/dist-types/commands/DescribeDryRunProgressCommand.d.ts +1 -0
  31. package/dist-types/commands/DescribeInboundConnectionsCommand.d.ts +1 -0
  32. package/dist-types/commands/DescribeInstanceTypeLimitsCommand.d.ts +1 -0
  33. package/dist-types/commands/DescribeOutboundConnectionsCommand.d.ts +1 -0
  34. package/dist-types/commands/DescribePackagesCommand.d.ts +1 -0
  35. package/dist-types/commands/DescribeReservedInstanceOfferingsCommand.d.ts +1 -0
  36. package/dist-types/commands/DescribeReservedInstancesCommand.d.ts +1 -0
  37. package/dist-types/commands/DescribeVpcEndpointsCommand.d.ts +1 -0
  38. package/dist-types/commands/DissociatePackageCommand.d.ts +1 -0
  39. package/dist-types/commands/DissociatePackagesCommand.d.ts +1 -0
  40. package/dist-types/commands/GetApplicationCommand.d.ts +2 -1
  41. package/dist-types/commands/GetCompatibleVersionsCommand.d.ts +1 -0
  42. package/dist-types/commands/GetDataSourceCommand.d.ts +1 -0
  43. package/dist-types/commands/GetDirectQueryDataSourceCommand.d.ts +1 -0
  44. package/dist-types/commands/GetDomainMaintenanceStatusCommand.d.ts +1 -0
  45. package/dist-types/commands/GetPackageVersionHistoryCommand.d.ts +1 -0
  46. package/dist-types/commands/GetUpgradeHistoryCommand.d.ts +1 -0
  47. package/dist-types/commands/GetUpgradeStatusCommand.d.ts +1 -0
  48. package/dist-types/commands/ListApplicationsCommand.d.ts +2 -1
  49. package/dist-types/commands/ListDataSourcesCommand.d.ts +1 -0
  50. package/dist-types/commands/ListDirectQueryDataSourcesCommand.d.ts +1 -0
  51. package/dist-types/commands/ListDomainMaintenancesCommand.d.ts +1 -0
  52. package/dist-types/commands/ListDomainNamesCommand.d.ts +1 -0
  53. package/dist-types/commands/ListDomainsForPackageCommand.d.ts +1 -0
  54. package/dist-types/commands/ListInstanceTypeDetailsCommand.d.ts +1 -0
  55. package/dist-types/commands/ListPackagesForDomainCommand.d.ts +1 -0
  56. package/dist-types/commands/ListScheduledActionsCommand.d.ts +1 -0
  57. package/dist-types/commands/ListTagsCommand.d.ts +1 -0
  58. package/dist-types/commands/ListVersionsCommand.d.ts +1 -0
  59. package/dist-types/commands/ListVpcEndpointAccessCommand.d.ts +1 -0
  60. package/dist-types/commands/ListVpcEndpointsCommand.d.ts +1 -0
  61. package/dist-types/commands/ListVpcEndpointsForDomainCommand.d.ts +1 -0
  62. package/dist-types/commands/PurchaseReservedInstanceOfferingCommand.d.ts +1 -0
  63. package/dist-types/commands/RejectInboundConnectionCommand.d.ts +1 -0
  64. package/dist-types/commands/RemoveTagsCommand.d.ts +1 -0
  65. package/dist-types/commands/RevokeVpcEndpointAccessCommand.d.ts +1 -0
  66. package/dist-types/commands/StartDomainMaintenanceCommand.d.ts +1 -0
  67. package/dist-types/commands/StartServiceSoftwareUpdateCommand.d.ts +1 -0
  68. package/dist-types/commands/UpdateApplicationCommand.d.ts +2 -1
  69. package/dist-types/commands/UpdateDataSourceCommand.d.ts +1 -0
  70. package/dist-types/commands/UpdateDirectQueryDataSourceCommand.d.ts +1 -0
  71. package/dist-types/commands/UpdateDomainConfigCommand.d.ts +1 -0
  72. package/dist-types/commands/UpdatePackageCommand.d.ts +1 -0
  73. package/dist-types/commands/UpdatePackageScopeCommand.d.ts +1 -0
  74. package/dist-types/commands/UpdateScheduledActionCommand.d.ts +1 -0
  75. package/dist-types/commands/UpdateVpcEndpointCommand.d.ts +1 -0
  76. package/dist-types/commands/UpgradeDomainCommand.d.ts +1 -0
  77. package/dist-types/models/models_0.d.ts +77 -77
  78. package/dist-types/models/models_1.d.ts +11 -11
  79. package/package.json +5 -5
@@ -86,6 +86,7 @@ declare const AcceptInboundConnectionCommand_base: {
86
86
  * @throws {@link OpenSearchServiceException}
87
87
  * <p>Base exception class for all service exceptions from OpenSearch service.</p>
88
88
  *
89
+ *
89
90
  * @public
90
91
  */
91
92
  export declare class AcceptInboundConnectionCommand extends AcceptInboundConnectionCommand_base {
@@ -83,6 +83,7 @@ declare const AddDataSourceCommand_base: {
83
83
  * @throws {@link OpenSearchServiceException}
84
84
  * <p>Base exception class for all service exceptions from OpenSearch service.</p>
85
85
  *
86
+ *
86
87
  * @public
87
88
  */
88
89
  export declare class AddDataSourceCommand extends AddDataSourceCommand_base {
@@ -93,6 +93,7 @@ declare const AddDirectQueryDataSourceCommand_base: {
93
93
  * @throws {@link OpenSearchServiceException}
94
94
  * <p>Base exception class for all service exceptions from OpenSearch service.</p>
95
95
  *
96
+ *
96
97
  * @public
97
98
  */
98
99
  export declare class AddDirectQueryDataSourceCommand extends AddDirectQueryDataSourceCommand_base {
@@ -73,6 +73,7 @@ declare const AddTagsCommand_base: {
73
73
  * @throws {@link OpenSearchServiceException}
74
74
  * <p>Base exception class for all service exceptions from OpenSearch service.</p>
75
75
  *
76
+ *
76
77
  * @public
77
78
  */
78
79
  export declare class AddTagsCommand extends AddTagsCommand_base {
@@ -106,6 +106,7 @@ declare const AssociatePackageCommand_base: {
106
106
  * @throws {@link OpenSearchServiceException}
107
107
  * <p>Base exception class for all service exceptions from OpenSearch service.</p>
108
108
  *
109
+ *
109
110
  * @public
110
111
  */
111
112
  export declare class AssociatePackageCommand extends AssociatePackageCommand_base {
@@ -110,6 +110,7 @@ declare const AssociatePackagesCommand_base: {
110
110
  * @throws {@link OpenSearchServiceException}
111
111
  * <p>Base exception class for all service exceptions from OpenSearch service.</p>
112
112
  *
113
+ *
113
114
  * @public
114
115
  */
115
116
  export declare class AssociatePackagesCommand extends AssociatePackagesCommand_base {
@@ -78,6 +78,7 @@ declare const AuthorizeVpcEndpointAccessCommand_base: {
78
78
  * @throws {@link OpenSearchServiceException}
79
79
  * <p>Base exception class for all service exceptions from OpenSearch service.</p>
80
80
  *
81
+ *
81
82
  * @public
82
83
  */
83
84
  export declare class AuthorizeVpcEndpointAccessCommand extends AuthorizeVpcEndpointAccessCommand_base {
@@ -80,6 +80,7 @@ declare const CancelDomainConfigChangeCommand_base: {
80
80
  * @throws {@link OpenSearchServiceException}
81
81
  * <p>Base exception class for all service exceptions from OpenSearch service.</p>
82
82
  *
83
+ *
83
84
  * @public
84
85
  */
85
86
  export declare class CancelDomainConfigChangeCommand extends CancelDomainConfigChangeCommand_base {
@@ -77,6 +77,7 @@ declare const CancelServiceSoftwareUpdateCommand_base: {
77
77
  * @throws {@link OpenSearchServiceException}
78
78
  * <p>Base exception class for all service exceptions from OpenSearch service.</p>
79
79
  *
80
+ *
80
81
  * @public
81
82
  */
82
83
  export declare class CancelServiceSoftwareUpdateCommand extends CancelServiceSoftwareUpdateCommand_base {
@@ -27,7 +27,7 @@ declare const CreateApplicationCommand_base: {
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
30
- * <p>Creates an OpenSearch Application.</p>
30
+ * <p>Creates an OpenSearch UI application. For more information, see <a href="https://docs.aws.amazon.com/opensearch-service/latest/developerguide/application.html">Using the OpenSearch user interface in Amazon OpenSearch Service</a>.</p>
31
31
  * @example
32
32
  * Use a bare-bones client and the command you need to make an API call.
33
33
  * ```javascript
@@ -123,6 +123,7 @@ declare const CreateApplicationCommand_base: {
123
123
  * @throws {@link OpenSearchServiceException}
124
124
  * <p>Base exception class for all service exceptions from OpenSearch service.</p>
125
125
  *
126
+ *
126
127
  * @public
127
128
  */
128
129
  export declare class CreateApplicationCommand extends CreateApplicationCommand_base {
@@ -400,6 +400,7 @@ declare const CreateDomainCommand_base: {
400
400
  * @throws {@link OpenSearchServiceException}
401
401
  * <p>Base exception class for all service exceptions from OpenSearch service.</p>
402
402
  *
403
+ *
403
404
  * @public
404
405
  */
405
406
  export declare class CreateDomainCommand extends CreateDomainCommand_base {
@@ -115,6 +115,7 @@ declare const CreateOutboundConnectionCommand_base: {
115
115
  * @throws {@link OpenSearchServiceException}
116
116
  * <p>Base exception class for all service exceptions from OpenSearch service.</p>
117
117
  *
118
+ *
118
119
  * @public
119
120
  */
120
121
  export declare class CreateOutboundConnectionCommand extends CreateOutboundConnectionCommand_base {
@@ -134,6 +134,7 @@ declare const CreatePackageCommand_base: {
134
134
  * @throws {@link OpenSearchServiceException}
135
135
  * <p>Base exception class for all service exceptions from OpenSearch service.</p>
136
136
  *
137
+ *
137
138
  * @public
138
139
  */
139
140
  export declare class CreatePackageCommand extends CreatePackageCommand_base {
@@ -99,6 +99,7 @@ declare const CreateVpcEndpointCommand_base: {
99
99
  * @throws {@link OpenSearchServiceException}
100
100
  * <p>Base exception class for all service exceptions from OpenSearch service.</p>
101
101
  *
102
+ *
102
103
  * @public
103
104
  */
104
105
  export declare class CreateVpcEndpointCommand extends CreateVpcEndpointCommand_base {
@@ -27,7 +27,7 @@ declare const DeleteApplicationCommand_base: {
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
30
- * <p>Deletes an existing OpenSearch Application.</p>
30
+ * <p>Deletes a specified OpenSearch application.</p>
31
31
  * @example
32
32
  * Use a bare-bones client and the command you need to make an API call.
33
33
  * ```javascript
@@ -73,6 +73,7 @@ declare const DeleteApplicationCommand_base: {
73
73
  * @throws {@link OpenSearchServiceException}
74
74
  * <p>Base exception class for all service exceptions from OpenSearch service.</p>
75
75
  *
76
+ *
76
77
  * @public
77
78
  */
78
79
  export declare class DeleteApplicationCommand extends DeleteApplicationCommand_base {
@@ -73,6 +73,7 @@ declare const DeleteDataSourceCommand_base: {
73
73
  * @throws {@link OpenSearchServiceException}
74
74
  * <p>Base exception class for all service exceptions from OpenSearch service.</p>
75
75
  *
76
+ *
76
77
  * @public
77
78
  */
78
79
  export declare class DeleteDataSourceCommand extends DeleteDataSourceCommand_base {
@@ -70,6 +70,7 @@ declare const DeleteDirectQueryDataSourceCommand_base: {
70
70
  * @throws {@link OpenSearchServiceException}
71
71
  * <p>Base exception class for all service exceptions from OpenSearch service.</p>
72
72
  *
73
+ *
73
74
  * @public
74
75
  */
75
76
  export declare class DeleteDirectQueryDataSourceCommand extends DeleteDirectQueryDataSourceCommand_base {
@@ -243,6 +243,7 @@ declare const DeleteDomainCommand_base: {
243
243
  * @throws {@link OpenSearchServiceException}
244
244
  * <p>Base exception class for all service exceptions from OpenSearch service.</p>
245
245
  *
246
+ *
246
247
  * @public
247
248
  */
248
249
  export declare class DeleteDomainCommand extends DeleteDomainCommand_base {
@@ -83,6 +83,7 @@ declare const DeleteInboundConnectionCommand_base: {
83
83
  * @throws {@link OpenSearchServiceException}
84
84
  * <p>Base exception class for all service exceptions from OpenSearch service.</p>
85
85
  *
86
+ *
86
87
  * @public
87
88
  */
88
89
  export declare class DeleteInboundConnectionCommand extends DeleteInboundConnectionCommand_base {
@@ -90,6 +90,7 @@ declare const DeleteOutboundConnectionCommand_base: {
90
90
  * @throws {@link OpenSearchServiceException}
91
91
  * <p>Base exception class for all service exceptions from OpenSearch service.</p>
92
92
  *
93
+ *
93
94
  * @public
94
95
  */
95
96
  export declare class DeleteOutboundConnectionCommand extends DeleteOutboundConnectionCommand_base {
@@ -111,6 +111,7 @@ declare const DeletePackageCommand_base: {
111
111
  * @throws {@link OpenSearchServiceException}
112
112
  * <p>Base exception class for all service exceptions from OpenSearch service.</p>
113
113
  *
114
+ *
114
115
  * @public
115
116
  */
116
117
  export declare class DeletePackageCommand extends DeletePackageCommand_base {
@@ -71,6 +71,7 @@ declare const DeleteVpcEndpointCommand_base: {
71
71
  * @throws {@link OpenSearchServiceException}
72
72
  * <p>Base exception class for all service exceptions from OpenSearch service.</p>
73
73
  *
74
+ *
74
75
  * @public
75
76
  */
76
77
  export declare class DeleteVpcEndpointCommand extends DeleteVpcEndpointCommand_base {
@@ -83,6 +83,7 @@ declare const DescribeDomainAutoTunesCommand_base: {
83
83
  * @throws {@link OpenSearchServiceException}
84
84
  * <p>Base exception class for all service exceptions from OpenSearch service.</p>
85
85
  *
86
+ *
86
87
  * @public
87
88
  */
88
89
  export declare class DescribeDomainAutoTunesCommand extends DescribeDomainAutoTunesCommand_base {
@@ -90,6 +90,7 @@ declare const DescribeDomainChangeProgressCommand_base: {
90
90
  * @throws {@link OpenSearchServiceException}
91
91
  * <p>Base exception class for all service exceptions from OpenSearch service.</p>
92
92
  *
93
+ *
93
94
  * @public
94
95
  */
95
96
  export declare class DescribeDomainChangeProgressCommand extends DescribeDomainChangeProgressCommand_base {
@@ -243,6 +243,7 @@ declare const DescribeDomainCommand_base: {
243
243
  * @throws {@link OpenSearchServiceException}
244
244
  * <p>Base exception class for all service exceptions from OpenSearch service.</p>
245
245
  *
246
+ *
246
247
  * @public
247
248
  */
248
249
  export declare class DescribeDomainCommand extends DescribeDomainCommand_base {
@@ -322,6 +322,7 @@ declare const DescribeDomainConfigCommand_base: {
322
322
  * @throws {@link OpenSearchServiceException}
323
323
  * <p>Base exception class for all service exceptions from OpenSearch service.</p>
324
324
  *
325
+ *
325
326
  * @public
326
327
  */
327
328
  export declare class DescribeDomainConfigCommand extends DescribeDomainConfigCommand_base {
@@ -94,6 +94,7 @@ declare const DescribeDomainHealthCommand_base: {
94
94
  * @throws {@link OpenSearchServiceException}
95
95
  * <p>Base exception class for all service exceptions from OpenSearch service.</p>
96
96
  *
97
+ *
97
98
  * @public
98
99
  */
99
100
  export declare class DescribeDomainHealthCommand extends DescribeDomainHealthCommand_base {
@@ -84,6 +84,7 @@ declare const DescribeDomainNodesCommand_base: {
84
84
  * @throws {@link OpenSearchServiceException}
85
85
  * <p>Base exception class for all service exceptions from OpenSearch service.</p>
86
86
  *
87
+ *
87
88
  * @public
88
89
  */
89
90
  export declare class DescribeDomainNodesCommand extends DescribeDomainNodesCommand_base {
@@ -244,6 +244,7 @@ declare const DescribeDomainsCommand_base: {
244
244
  * @throws {@link OpenSearchServiceException}
245
245
  * <p>Base exception class for all service exceptions from OpenSearch service.</p>
246
246
  *
247
+ *
247
248
  * @public
248
249
  */
249
250
  export declare class DescribeDomainsCommand extends DescribeDomainsCommand_base {
@@ -264,6 +264,7 @@ declare const DescribeDryRunProgressCommand_base: {
264
264
  * @throws {@link OpenSearchServiceException}
265
265
  * <p>Base exception class for all service exceptions from OpenSearch service.</p>
266
266
  *
267
+ *
267
268
  * @public
268
269
  */
269
270
  export declare class DescribeDryRunProgressCommand extends DescribeDryRunProgressCommand_base {
@@ -95,6 +95,7 @@ declare const DescribeInboundConnectionsCommand_base: {
95
95
  * @throws {@link OpenSearchServiceException}
96
96
  * <p>Base exception class for all service exceptions from OpenSearch service.</p>
97
97
  *
98
+ *
98
99
  * @public
99
100
  */
100
101
  export declare class DescribeInboundConnectionsCommand extends DescribeInboundConnectionsCommand_base {
@@ -106,6 +106,7 @@ declare const DescribeInstanceTypeLimitsCommand_base: {
106
106
  * @throws {@link OpenSearchServiceException}
107
107
  * <p>Base exception class for all service exceptions from OpenSearch service.</p>
108
108
  *
109
+ *
109
110
  * @public
110
111
  */
111
112
  export declare class DescribeInstanceTypeLimitsCommand extends DescribeInstanceTypeLimitsCommand_base {
@@ -102,6 +102,7 @@ declare const DescribeOutboundConnectionsCommand_base: {
102
102
  * @throws {@link OpenSearchServiceException}
103
103
  * <p>Base exception class for all service exceptions from OpenSearch service.</p>
104
104
  *
105
+ *
105
106
  * @public
106
107
  */
107
108
  export declare class DescribeOutboundConnectionsCommand extends DescribeOutboundConnectionsCommand_base {
@@ -120,6 +120,7 @@ declare const DescribePackagesCommand_base: {
120
120
  * @throws {@link OpenSearchServiceException}
121
121
  * <p>Base exception class for all service exceptions from OpenSearch service.</p>
122
122
  *
123
+ *
123
124
  * @public
124
125
  */
125
126
  export declare class DescribePackagesCommand extends DescribePackagesCommand_base {
@@ -86,6 +86,7 @@ declare const DescribeReservedInstanceOfferingsCommand_base: {
86
86
  * @throws {@link OpenSearchServiceException}
87
87
  * <p>Base exception class for all service exceptions from OpenSearch service.</p>
88
88
  *
89
+ *
89
90
  * @public
90
91
  */
91
92
  export declare class DescribeReservedInstanceOfferingsCommand extends DescribeReservedInstanceOfferingsCommand_base {
@@ -93,6 +93,7 @@ declare const DescribeReservedInstancesCommand_base: {
93
93
  * @throws {@link OpenSearchServiceException}
94
94
  * <p>Base exception class for all service exceptions from OpenSearch service.</p>
95
95
  *
96
+ *
96
97
  * @public
97
98
  */
98
99
  export declare class DescribeReservedInstancesCommand extends DescribeReservedInstancesCommand_base {
@@ -95,6 +95,7 @@ declare const DescribeVpcEndpointsCommand_base: {
95
95
  * @throws {@link OpenSearchServiceException}
96
96
  * <p>Base exception class for all service exceptions from OpenSearch service.</p>
97
97
  *
98
+ *
98
99
  * @public
99
100
  */
100
101
  export declare class DescribeVpcEndpointsCommand extends DescribeVpcEndpointsCommand_base {
@@ -98,6 +98,7 @@ declare const DissociatePackageCommand_base: {
98
98
  * @throws {@link OpenSearchServiceException}
99
99
  * <p>Base exception class for all service exceptions from OpenSearch service.</p>
100
100
  *
101
+ *
101
102
  * @public
102
103
  */
103
104
  export declare class DissociatePackageCommand extends DissociatePackageCommand_base {
@@ -99,6 +99,7 @@ declare const DissociatePackagesCommand_base: {
99
99
  * @throws {@link OpenSearchServiceException}
100
100
  * <p>Base exception class for all service exceptions from OpenSearch service.</p>
101
101
  *
102
+ *
102
103
  * @public
103
104
  */
104
105
  export declare class DissociatePackagesCommand extends DissociatePackagesCommand_base {
@@ -27,7 +27,7 @@ declare const GetApplicationCommand_base: {
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
30
- * <p>Check the configuration and status of an existing OpenSearch Application.</p>
30
+ * <p>Retrieves the configuration and status of an existing OpenSearch application.</p>
31
31
  * @example
32
32
  * Use a bare-bones client and the command you need to make an API call.
33
33
  * ```javascript
@@ -96,6 +96,7 @@ declare const GetApplicationCommand_base: {
96
96
  * @throws {@link OpenSearchServiceException}
97
97
  * <p>Base exception class for all service exceptions from OpenSearch service.</p>
98
98
  *
99
+ *
99
100
  * @public
100
101
  */
101
102
  export declare class GetApplicationCommand extends GetApplicationCommand_base {
@@ -77,6 +77,7 @@ declare const GetCompatibleVersionsCommand_base: {
77
77
  * @throws {@link OpenSearchServiceException}
78
78
  * <p>Base exception class for all service exceptions from OpenSearch service.</p>
79
79
  *
80
+ *
80
81
  * @public
81
82
  */
82
83
  export declare class GetCompatibleVersionsCommand extends GetCompatibleVersionsCommand_base {
@@ -80,6 +80,7 @@ declare const GetDataSourceCommand_base: {
80
80
  * @throws {@link OpenSearchServiceException}
81
81
  * <p>Base exception class for all service exceptions from OpenSearch service.</p>
82
82
  *
83
+ *
83
84
  * @public
84
85
  */
85
86
  export declare class GetDataSourceCommand extends GetDataSourceCommand_base {
@@ -85,6 +85,7 @@ declare const GetDirectQueryDataSourceCommand_base: {
85
85
  * @throws {@link OpenSearchServiceException}
86
86
  * <p>Base exception class for all service exceptions from OpenSearch service.</p>
87
87
  *
88
+ *
88
89
  * @public
89
90
  */
90
91
  export declare class GetDirectQueryDataSourceCommand extends GetDirectQueryDataSourceCommand_base {
@@ -75,6 +75,7 @@ declare const GetDomainMaintenanceStatusCommand_base: {
75
75
  * @throws {@link OpenSearchServiceException}
76
76
  * <p>Base exception class for all service exceptions from OpenSearch service.</p>
77
77
  *
78
+ *
78
79
  * @public
79
80
  */
80
81
  export declare class GetDomainMaintenanceStatusCommand extends GetDomainMaintenanceStatusCommand_base {
@@ -94,6 +94,7 @@ declare const GetPackageVersionHistoryCommand_base: {
94
94
  * @throws {@link OpenSearchServiceException}
95
95
  * <p>Base exception class for all service exceptions from OpenSearch service.</p>
96
96
  *
97
+ *
97
98
  * @public
98
99
  */
99
100
  export declare class GetPackageVersionHistoryCommand extends GetPackageVersionHistoryCommand_base {
@@ -89,6 +89,7 @@ declare const GetUpgradeHistoryCommand_base: {
89
89
  * @throws {@link OpenSearchServiceException}
90
90
  * <p>Base exception class for all service exceptions from OpenSearch service.</p>
91
91
  *
92
+ *
92
93
  * @public
93
94
  */
94
95
  export declare class GetUpgradeHistoryCommand extends GetUpgradeHistoryCommand_base {
@@ -72,6 +72,7 @@ declare const GetUpgradeStatusCommand_base: {
72
72
  * @throws {@link OpenSearchServiceException}
73
73
  * <p>Base exception class for all service exceptions from OpenSearch service.</p>
74
74
  *
75
+ *
75
76
  * @public
76
77
  */
77
78
  export declare class GetUpgradeStatusCommand extends GetUpgradeStatusCommand_base {
@@ -27,7 +27,7 @@ declare const ListApplicationsCommand_base: {
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
30
- * <p>List all OpenSearch Applications under your account.</p>
30
+ * <p>Lists all OpenSearch applications under your account.</p>
31
31
  * @example
32
32
  * Use a bare-bones client and the command you need to make an API call.
33
33
  * ```javascript
@@ -87,6 +87,7 @@ declare const ListApplicationsCommand_base: {
87
87
  * @throws {@link OpenSearchServiceException}
88
88
  * <p>Base exception class for all service exceptions from OpenSearch service.</p>
89
89
  *
90
+ *
90
91
  * @public
91
92
  */
92
93
  export declare class ListApplicationsCommand extends ListApplicationsCommand_base {
@@ -85,6 +85,7 @@ declare const ListDataSourcesCommand_base: {
85
85
  * @throws {@link OpenSearchServiceException}
86
86
  * <p>Base exception class for all service exceptions from OpenSearch service.</p>
87
87
  *
88
+ *
88
89
  * @public
89
90
  */
90
91
  export declare class ListDataSourcesCommand extends ListDataSourcesCommand_base {
@@ -96,6 +96,7 @@ declare const ListDirectQueryDataSourcesCommand_base: {
96
96
  * @throws {@link OpenSearchServiceException}
97
97
  * <p>Base exception class for all service exceptions from OpenSearch service.</p>
98
98
  *
99
+ *
99
100
  * @public
100
101
  */
101
102
  export declare class ListDirectQueryDataSourcesCommand extends ListDirectQueryDataSourcesCommand_base {
@@ -85,6 +85,7 @@ declare const ListDomainMaintenancesCommand_base: {
85
85
  * @throws {@link OpenSearchServiceException}
86
86
  * <p>Base exception class for all service exceptions from OpenSearch service.</p>
87
87
  *
88
+ *
88
89
  * @public
89
90
  */
90
91
  export declare class ListDomainMaintenancesCommand extends ListDomainMaintenancesCommand_base {
@@ -66,6 +66,7 @@ declare const ListDomainNamesCommand_base: {
66
66
  * @throws {@link OpenSearchServiceException}
67
67
  * <p>Base exception class for all service exceptions from OpenSearch service.</p>
68
68
  *
69
+ *
69
70
  * @public
70
71
  */
71
72
  export declare class ListDomainNamesCommand extends ListDomainNamesCommand_base {
@@ -98,6 +98,7 @@ declare const ListDomainsForPackageCommand_base: {
98
98
  * @throws {@link OpenSearchServiceException}
99
99
  * <p>Base exception class for all service exceptions from OpenSearch service.</p>
100
100
  *
101
+ *
101
102
  * @public
102
103
  */
103
104
  export declare class ListDomainsForPackageCommand extends ListDomainsForPackageCommand_base {
@@ -88,6 +88,7 @@ declare const ListInstanceTypeDetailsCommand_base: {
88
88
  * @throws {@link OpenSearchServiceException}
89
89
  * <p>Base exception class for all service exceptions from OpenSearch service.</p>
90
90
  *
91
+ *
91
92
  * @public
92
93
  */
93
94
  export declare class ListInstanceTypeDetailsCommand extends ListInstanceTypeDetailsCommand_base {
@@ -98,6 +98,7 @@ declare const ListPackagesForDomainCommand_base: {
98
98
  * @throws {@link OpenSearchServiceException}
99
99
  * <p>Base exception class for all service exceptions from OpenSearch service.</p>
100
100
  *
101
+ *
101
102
  * @public
102
103
  */
103
104
  export declare class ListPackagesForDomainCommand extends ListPackagesForDomainCommand_base {
@@ -87,6 +87,7 @@ declare const ListScheduledActionsCommand_base: {
87
87
  * @throws {@link OpenSearchServiceException}
88
88
  * <p>Base exception class for all service exceptions from OpenSearch service.</p>
89
89
  *
90
+ *
90
91
  * @public
91
92
  */
92
93
  export declare class ListScheduledActionsCommand extends ListScheduledActionsCommand_base {
@@ -73,6 +73,7 @@ declare const ListTagsCommand_base: {
73
73
  * @throws {@link OpenSearchServiceException}
74
74
  * <p>Base exception class for all service exceptions from OpenSearch service.</p>
75
75
  *
76
+ *
76
77
  * @public
77
78
  */
78
79
  export declare class ListTagsCommand extends ListTagsCommand_base {
@@ -71,6 +71,7 @@ declare const ListVersionsCommand_base: {
71
71
  * @throws {@link OpenSearchServiceException}
72
72
  * <p>Base exception class for all service exceptions from OpenSearch service.</p>
73
73
  *
74
+ *
74
75
  * @public
75
76
  */
76
77
  export declare class ListVersionsCommand extends ListVersionsCommand_base {
@@ -74,6 +74,7 @@ declare const ListVpcEndpointAccessCommand_base: {
74
74
  * @throws {@link OpenSearchServiceException}
75
75
  * <p>Base exception class for all service exceptions from OpenSearch service.</p>
76
76
  *
77
+ *
77
78
  * @public
78
79
  */
79
80
  export declare class ListVpcEndpointAccessCommand extends ListVpcEndpointAccessCommand_base {
@@ -71,6 +71,7 @@ declare const ListVpcEndpointsCommand_base: {
71
71
  * @throws {@link OpenSearchServiceException}
72
72
  * <p>Base exception class for all service exceptions from OpenSearch service.</p>
73
73
  *
74
+ *
74
75
  * @public
75
76
  */
76
77
  export declare class ListVpcEndpointsCommand extends ListVpcEndpointsCommand_base {
@@ -76,6 +76,7 @@ declare const ListVpcEndpointsForDomainCommand_base: {
76
76
  * @throws {@link OpenSearchServiceException}
77
77
  * <p>Base exception class for all service exceptions from OpenSearch service.</p>
78
78
  *
79
+ *
79
80
  * @public
80
81
  */
81
82
  export declare class ListVpcEndpointsForDomainCommand extends ListVpcEndpointsForDomainCommand_base {
@@ -75,6 +75,7 @@ declare const PurchaseReservedInstanceOfferingCommand_base: {
75
75
  * @throws {@link OpenSearchServiceException}
76
76
  * <p>Base exception class for all service exceptions from OpenSearch service.</p>
77
77
  *
78
+ *
78
79
  * @public
79
80
  */
80
81
  export declare class PurchaseReservedInstanceOfferingCommand extends PurchaseReservedInstanceOfferingCommand_base {
@@ -82,6 +82,7 @@ declare const RejectInboundConnectionCommand_base: {
82
82
  * @throws {@link OpenSearchServiceException}
83
83
  * <p>Base exception class for all service exceptions from OpenSearch service.</p>
84
84
  *
85
+ *
85
86
  * @public
86
87
  */
87
88
  export declare class RejectInboundConnectionCommand extends RejectInboundConnectionCommand_base {
@@ -65,6 +65,7 @@ declare const RemoveTagsCommand_base: {
65
65
  * @throws {@link OpenSearchServiceException}
66
66
  * <p>Base exception class for all service exceptions from OpenSearch service.</p>
67
67
  *
68
+ *
68
69
  * @public
69
70
  */
70
71
  export declare class RemoveTagsCommand extends RemoveTagsCommand_base {