@aws-sdk/client-cloudsearch 3.651.1 → 3.658.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 (53) hide show
  1. package/dist-types/commands/BuildSuggestersCommand.d.ts +11 -0
  2. package/dist-types/commands/CreateDomainCommand.d.ts +11 -0
  3. package/dist-types/commands/DefineAnalysisSchemeCommand.d.ts +11 -0
  4. package/dist-types/commands/DefineExpressionCommand.d.ts +11 -0
  5. package/dist-types/commands/DefineIndexFieldCommand.d.ts +11 -0
  6. package/dist-types/commands/DefineSuggesterCommand.d.ts +11 -0
  7. package/dist-types/commands/DeleteAnalysisSchemeCommand.d.ts +11 -0
  8. package/dist-types/commands/DeleteDomainCommand.d.ts +11 -0
  9. package/dist-types/commands/DeleteExpressionCommand.d.ts +11 -0
  10. package/dist-types/commands/DeleteIndexFieldCommand.d.ts +11 -0
  11. package/dist-types/commands/DeleteSuggesterCommand.d.ts +11 -0
  12. package/dist-types/commands/DescribeAnalysisSchemesCommand.d.ts +11 -0
  13. package/dist-types/commands/DescribeAvailabilityOptionsCommand.d.ts +11 -0
  14. package/dist-types/commands/DescribeDomainEndpointOptionsCommand.d.ts +11 -0
  15. package/dist-types/commands/DescribeDomainsCommand.d.ts +11 -0
  16. package/dist-types/commands/DescribeExpressionsCommand.d.ts +11 -0
  17. package/dist-types/commands/DescribeIndexFieldsCommand.d.ts +11 -0
  18. package/dist-types/commands/DescribeScalingParametersCommand.d.ts +11 -0
  19. package/dist-types/commands/DescribeServiceAccessPoliciesCommand.d.ts +11 -0
  20. package/dist-types/commands/DescribeSuggestersCommand.d.ts +11 -0
  21. package/dist-types/commands/IndexDocumentsCommand.d.ts +11 -0
  22. package/dist-types/commands/ListDomainNamesCommand.d.ts +11 -0
  23. package/dist-types/commands/UpdateAvailabilityOptionsCommand.d.ts +11 -0
  24. package/dist-types/commands/UpdateDomainEndpointOptionsCommand.d.ts +11 -0
  25. package/dist-types/commands/UpdateScalingParametersCommand.d.ts +11 -0
  26. package/dist-types/commands/UpdateServiceAccessPoliciesCommand.d.ts +11 -0
  27. package/dist-types/ts3.4/commands/BuildSuggestersCommand.d.ts +12 -1
  28. package/dist-types/ts3.4/commands/CreateDomainCommand.d.ts +12 -1
  29. package/dist-types/ts3.4/commands/DefineAnalysisSchemeCommand.d.ts +12 -1
  30. package/dist-types/ts3.4/commands/DefineExpressionCommand.d.ts +12 -1
  31. package/dist-types/ts3.4/commands/DefineIndexFieldCommand.d.ts +12 -1
  32. package/dist-types/ts3.4/commands/DefineSuggesterCommand.d.ts +12 -1
  33. package/dist-types/ts3.4/commands/DeleteAnalysisSchemeCommand.d.ts +12 -1
  34. package/dist-types/ts3.4/commands/DeleteDomainCommand.d.ts +12 -1
  35. package/dist-types/ts3.4/commands/DeleteExpressionCommand.d.ts +12 -1
  36. package/dist-types/ts3.4/commands/DeleteIndexFieldCommand.d.ts +12 -1
  37. package/dist-types/ts3.4/commands/DeleteSuggesterCommand.d.ts +12 -1
  38. package/dist-types/ts3.4/commands/DescribeAnalysisSchemesCommand.d.ts +12 -1
  39. package/dist-types/ts3.4/commands/DescribeAvailabilityOptionsCommand.d.ts +12 -1
  40. package/dist-types/ts3.4/commands/DescribeDomainEndpointOptionsCommand.d.ts +12 -1
  41. package/dist-types/ts3.4/commands/DescribeDomainsCommand.d.ts +12 -1
  42. package/dist-types/ts3.4/commands/DescribeExpressionsCommand.d.ts +12 -1
  43. package/dist-types/ts3.4/commands/DescribeIndexFieldsCommand.d.ts +12 -1
  44. package/dist-types/ts3.4/commands/DescribeScalingParametersCommand.d.ts +12 -1
  45. package/dist-types/ts3.4/commands/DescribeServiceAccessPoliciesCommand.d.ts +12 -1
  46. package/dist-types/ts3.4/commands/DescribeSuggestersCommand.d.ts +12 -1
  47. package/dist-types/ts3.4/commands/IndexDocumentsCommand.d.ts +12 -1
  48. package/dist-types/ts3.4/commands/ListDomainNamesCommand.d.ts +12 -1
  49. package/dist-types/ts3.4/commands/UpdateAvailabilityOptionsCommand.d.ts +12 -1
  50. package/dist-types/ts3.4/commands/UpdateDomainEndpointOptionsCommand.d.ts +12 -1
  51. package/dist-types/ts3.4/commands/UpdateScalingParametersCommand.d.ts +12 -1
  52. package/dist-types/ts3.4/commands/UpdateServiceAccessPoliciesCommand.d.ts +12 -1
  53. package/package.json +35 -35
@@ -72,4 +72,15 @@ declare const BuildSuggestersCommand_base: {
72
72
  * @public
73
73
  */
74
74
  export declare class BuildSuggestersCommand extends BuildSuggestersCommand_base {
75
+ /** @internal type navigation helper, not in runtime. */
76
+ protected static __types: {
77
+ api: {
78
+ input: BuildSuggestersRequest;
79
+ output: BuildSuggestersResponse;
80
+ };
81
+ sdk: {
82
+ input: BuildSuggestersCommandInput;
83
+ output: BuildSuggestersCommandOutput;
84
+ };
85
+ };
75
86
  }
@@ -95,4 +95,15 @@ declare const CreateDomainCommand_base: {
95
95
  * @public
96
96
  */
97
97
  export declare class CreateDomainCommand extends CreateDomainCommand_base {
98
+ /** @internal type navigation helper, not in runtime. */
99
+ protected static __types: {
100
+ api: {
101
+ input: CreateDomainRequest;
102
+ output: CreateDomainResponse;
103
+ };
104
+ sdk: {
105
+ input: CreateDomainCommandInput;
106
+ output: CreateDomainCommandOutput;
107
+ };
108
+ };
98
109
  }
@@ -106,4 +106,15 @@ declare const DefineAnalysisSchemeCommand_base: {
106
106
  * @public
107
107
  */
108
108
  export declare class DefineAnalysisSchemeCommand extends DefineAnalysisSchemeCommand_base {
109
+ /** @internal type navigation helper, not in runtime. */
110
+ protected static __types: {
111
+ api: {
112
+ input: DefineAnalysisSchemeRequest;
113
+ output: DefineAnalysisSchemeResponse;
114
+ };
115
+ sdk: {
116
+ input: DefineAnalysisSchemeCommandInput;
117
+ output: DefineAnalysisSchemeCommandOutput;
118
+ };
119
+ };
109
120
  }
@@ -92,4 +92,15 @@ declare const DefineExpressionCommand_base: {
92
92
  * @public
93
93
  */
94
94
  export declare class DefineExpressionCommand extends DefineExpressionCommand_base {
95
+ /** @internal type navigation helper, not in runtime. */
96
+ protected static __types: {
97
+ api: {
98
+ input: DefineExpressionRequest;
99
+ output: DefineExpressionResponse;
100
+ };
101
+ sdk: {
102
+ input: DefineExpressionCommandInput;
103
+ output: DefineExpressionCommandOutput;
104
+ };
105
+ };
95
106
  }
@@ -258,4 +258,15 @@ declare const DefineIndexFieldCommand_base: {
258
258
  * @public
259
259
  */
260
260
  export declare class DefineIndexFieldCommand extends DefineIndexFieldCommand_base {
261
+ /** @internal type navigation helper, not in runtime. */
262
+ protected static __types: {
263
+ api: {
264
+ input: DefineIndexFieldRequest;
265
+ output: DefineIndexFieldResponse;
266
+ };
267
+ sdk: {
268
+ input: DefineIndexFieldCommandInput;
269
+ output: DefineIndexFieldCommandOutput;
270
+ };
271
+ };
261
272
  }
@@ -100,4 +100,15 @@ declare const DefineSuggesterCommand_base: {
100
100
  * @public
101
101
  */
102
102
  export declare class DefineSuggesterCommand extends DefineSuggesterCommand_base {
103
+ /** @internal type navigation helper, not in runtime. */
104
+ protected static __types: {
105
+ api: {
106
+ input: DefineSuggesterRequest;
107
+ output: DefineSuggesterResponse;
108
+ };
109
+ sdk: {
110
+ input: DefineSuggesterCommandInput;
111
+ output: DefineSuggesterCommandOutput;
112
+ };
113
+ };
103
114
  }
@@ -93,4 +93,15 @@ declare const DeleteAnalysisSchemeCommand_base: {
93
93
  * @public
94
94
  */
95
95
  export declare class DeleteAnalysisSchemeCommand extends DeleteAnalysisSchemeCommand_base {
96
+ /** @internal type navigation helper, not in runtime. */
97
+ protected static __types: {
98
+ api: {
99
+ input: DeleteAnalysisSchemeRequest;
100
+ output: DeleteAnalysisSchemeResponse;
101
+ };
102
+ sdk: {
103
+ input: DeleteAnalysisSchemeCommandInput;
104
+ output: DeleteAnalysisSchemeCommandOutput;
105
+ };
106
+ };
96
107
  }
@@ -86,4 +86,15 @@ declare const DeleteDomainCommand_base: {
86
86
  * @public
87
87
  */
88
88
  export declare class DeleteDomainCommand extends DeleteDomainCommand_base {
89
+ /** @internal type navigation helper, not in runtime. */
90
+ protected static __types: {
91
+ api: {
92
+ input: DeleteDomainRequest;
93
+ output: DeleteDomainResponse;
94
+ };
95
+ sdk: {
96
+ input: DeleteDomainCommandInput;
97
+ output: DeleteDomainCommandOutput;
98
+ };
99
+ };
89
100
  }
@@ -86,4 +86,15 @@ declare const DeleteExpressionCommand_base: {
86
86
  * @public
87
87
  */
88
88
  export declare class DeleteExpressionCommand extends DeleteExpressionCommand_base {
89
+ /** @internal type navigation helper, not in runtime. */
90
+ protected static __types: {
91
+ api: {
92
+ input: DeleteExpressionRequest;
93
+ output: DeleteExpressionResponse;
94
+ };
95
+ sdk: {
96
+ input: DeleteExpressionCommandInput;
97
+ output: DeleteExpressionCommandOutput;
98
+ };
99
+ };
89
100
  }
@@ -169,4 +169,15 @@ declare const DeleteIndexFieldCommand_base: {
169
169
  * @public
170
170
  */
171
171
  export declare class DeleteIndexFieldCommand extends DeleteIndexFieldCommand_base {
172
+ /** @internal type navigation helper, not in runtime. */
173
+ protected static __types: {
174
+ api: {
175
+ input: DeleteIndexFieldRequest;
176
+ output: DeleteIndexFieldResponse;
177
+ };
178
+ sdk: {
179
+ input: DeleteIndexFieldCommandInput;
180
+ output: DeleteIndexFieldCommandOutput;
181
+ };
182
+ };
172
183
  }
@@ -90,4 +90,15 @@ declare const DeleteSuggesterCommand_base: {
90
90
  * @public
91
91
  */
92
92
  export declare class DeleteSuggesterCommand extends DeleteSuggesterCommand_base {
93
+ /** @internal type navigation helper, not in runtime. */
94
+ protected static __types: {
95
+ api: {
96
+ input: DeleteSuggesterRequest;
97
+ output: DeleteSuggesterResponse;
98
+ };
99
+ sdk: {
100
+ input: DeleteSuggesterCommandInput;
101
+ output: DeleteSuggesterCommandOutput;
102
+ };
103
+ };
93
104
  }
@@ -92,4 +92,15 @@ declare const DescribeAnalysisSchemesCommand_base: {
92
92
  * @public
93
93
  */
94
94
  export declare class DescribeAnalysisSchemesCommand extends DescribeAnalysisSchemesCommand_base {
95
+ /** @internal type navigation helper, not in runtime. */
96
+ protected static __types: {
97
+ api: {
98
+ input: DescribeAnalysisSchemesRequest;
99
+ output: DescribeAnalysisSchemesResponse;
100
+ };
101
+ sdk: {
102
+ input: DescribeAnalysisSchemesCommandInput;
103
+ output: DescribeAnalysisSchemesCommandOutput;
104
+ };
105
+ };
95
106
  }
@@ -86,4 +86,15 @@ declare const DescribeAvailabilityOptionsCommand_base: {
86
86
  * @public
87
87
  */
88
88
  export declare class DescribeAvailabilityOptionsCommand extends DescribeAvailabilityOptionsCommand_base {
89
+ /** @internal type navigation helper, not in runtime. */
90
+ protected static __types: {
91
+ api: {
92
+ input: DescribeAvailabilityOptionsRequest;
93
+ output: DescribeAvailabilityOptionsResponse;
94
+ };
95
+ sdk: {
96
+ input: DescribeAvailabilityOptionsCommandInput;
97
+ output: DescribeAvailabilityOptionsCommandOutput;
98
+ };
99
+ };
89
100
  }
@@ -86,4 +86,15 @@ declare const DescribeDomainEndpointOptionsCommand_base: {
86
86
  * @public
87
87
  */
88
88
  export declare class DescribeDomainEndpointOptionsCommand extends DescribeDomainEndpointOptionsCommand_base {
89
+ /** @internal type navigation helper, not in runtime. */
90
+ protected static __types: {
91
+ api: {
92
+ input: DescribeDomainEndpointOptionsRequest;
93
+ output: DescribeDomainEndpointOptionsResponse;
94
+ };
95
+ sdk: {
96
+ input: DescribeDomainEndpointOptionsCommandInput;
97
+ output: DescribeDomainEndpointOptionsCommandOutput;
98
+ };
99
+ };
89
100
  }
@@ -91,4 +91,15 @@ declare const DescribeDomainsCommand_base: {
91
91
  * @public
92
92
  */
93
93
  export declare class DescribeDomainsCommand extends DescribeDomainsCommand_base {
94
+ /** @internal type navigation helper, not in runtime. */
95
+ protected static __types: {
96
+ api: {
97
+ input: DescribeDomainsRequest;
98
+ output: DescribeDomainsResponse;
99
+ };
100
+ sdk: {
101
+ input: DescribeDomainsCommandInput;
102
+ output: DescribeDomainsCommandOutput;
103
+ };
104
+ };
94
105
  }
@@ -85,4 +85,15 @@ declare const DescribeExpressionsCommand_base: {
85
85
  * @public
86
86
  */
87
87
  export declare class DescribeExpressionsCommand extends DescribeExpressionsCommand_base {
88
+ /** @internal type navigation helper, not in runtime. */
89
+ protected static __types: {
90
+ api: {
91
+ input: DescribeExpressionsRequest;
92
+ output: DescribeExpressionsResponse;
93
+ };
94
+ sdk: {
95
+ input: DescribeExpressionsCommandInput;
96
+ output: DescribeExpressionsCommandOutput;
97
+ };
98
+ };
88
99
  }
@@ -170,4 +170,15 @@ declare const DescribeIndexFieldsCommand_base: {
170
170
  * @public
171
171
  */
172
172
  export declare class DescribeIndexFieldsCommand extends DescribeIndexFieldsCommand_base {
173
+ /** @internal type navigation helper, not in runtime. */
174
+ protected static __types: {
175
+ api: {
176
+ input: DescribeIndexFieldsRequest;
177
+ output: DescribeIndexFieldsResponse;
178
+ };
179
+ sdk: {
180
+ input: DescribeIndexFieldsCommandInput;
181
+ output: DescribeIndexFieldsCommandOutput;
182
+ };
183
+ };
173
184
  }
@@ -80,4 +80,15 @@ declare const DescribeScalingParametersCommand_base: {
80
80
  * @public
81
81
  */
82
82
  export declare class DescribeScalingParametersCommand extends DescribeScalingParametersCommand_base {
83
+ /** @internal type navigation helper, not in runtime. */
84
+ protected static __types: {
85
+ api: {
86
+ input: DescribeScalingParametersRequest;
87
+ output: DescribeScalingParametersResponse;
88
+ };
89
+ sdk: {
90
+ input: DescribeScalingParametersCommandInput;
91
+ output: DescribeScalingParametersCommandOutput;
92
+ };
93
+ };
83
94
  }
@@ -78,4 +78,15 @@ declare const DescribeServiceAccessPoliciesCommand_base: {
78
78
  * @public
79
79
  */
80
80
  export declare class DescribeServiceAccessPoliciesCommand extends DescribeServiceAccessPoliciesCommand_base {
81
+ /** @internal type navigation helper, not in runtime. */
82
+ protected static __types: {
83
+ api: {
84
+ input: DescribeServiceAccessPoliciesRequest;
85
+ output: DescribeServiceAccessPoliciesResponse;
86
+ };
87
+ sdk: {
88
+ input: DescribeServiceAccessPoliciesCommandInput;
89
+ output: DescribeServiceAccessPoliciesCommandOutput;
90
+ };
91
+ };
81
92
  }
@@ -89,4 +89,15 @@ declare const DescribeSuggestersCommand_base: {
89
89
  * @public
90
90
  */
91
91
  export declare class DescribeSuggestersCommand extends DescribeSuggestersCommand_base {
92
+ /** @internal type navigation helper, not in runtime. */
93
+ protected static __types: {
94
+ api: {
95
+ input: DescribeSuggestersRequest;
96
+ output: DescribeSuggestersResponse;
97
+ };
98
+ sdk: {
99
+ input: DescribeSuggestersCommandInput;
100
+ output: DescribeSuggestersCommandOutput;
101
+ };
102
+ };
92
103
  }
@@ -72,4 +72,15 @@ declare const IndexDocumentsCommand_base: {
72
72
  * @public
73
73
  */
74
74
  export declare class IndexDocumentsCommand extends IndexDocumentsCommand_base {
75
+ /** @internal type navigation helper, not in runtime. */
76
+ protected static __types: {
77
+ api: {
78
+ input: IndexDocumentsRequest;
79
+ output: IndexDocumentsResponse;
80
+ };
81
+ sdk: {
82
+ input: IndexDocumentsCommandInput;
83
+ output: IndexDocumentsCommandOutput;
84
+ };
85
+ };
75
86
  }
@@ -60,4 +60,15 @@ declare const ListDomainNamesCommand_base: {
60
60
  * @public
61
61
  */
62
62
  export declare class ListDomainNamesCommand extends ListDomainNamesCommand_base {
63
+ /** @internal type navigation helper, not in runtime. */
64
+ protected static __types: {
65
+ api: {
66
+ input: {};
67
+ output: ListDomainNamesResponse;
68
+ };
69
+ sdk: {
70
+ input: ListDomainNamesCommandInput;
71
+ output: ListDomainNamesCommandOutput;
72
+ };
73
+ };
63
74
  }
@@ -89,4 +89,15 @@ declare const UpdateAvailabilityOptionsCommand_base: {
89
89
  * @public
90
90
  */
91
91
  export declare class UpdateAvailabilityOptionsCommand extends UpdateAvailabilityOptionsCommand_base {
92
+ /** @internal type navigation helper, not in runtime. */
93
+ protected static __types: {
94
+ api: {
95
+ input: UpdateAvailabilityOptionsRequest;
96
+ output: UpdateAvailabilityOptionsResponse;
97
+ };
98
+ sdk: {
99
+ input: UpdateAvailabilityOptionsCommandInput;
100
+ output: UpdateAvailabilityOptionsCommandOutput;
101
+ };
102
+ };
92
103
  }
@@ -95,4 +95,15 @@ declare const UpdateDomainEndpointOptionsCommand_base: {
95
95
  * @public
96
96
  */
97
97
  export declare class UpdateDomainEndpointOptionsCommand extends UpdateDomainEndpointOptionsCommand_base {
98
+ /** @internal type navigation helper, not in runtime. */
99
+ protected static __types: {
100
+ api: {
101
+ input: UpdateDomainEndpointOptionsRequest;
102
+ output: UpdateDomainEndpointOptionsResponse;
103
+ };
104
+ sdk: {
105
+ input: UpdateDomainEndpointOptionsCommandInput;
106
+ output: UpdateDomainEndpointOptionsCommandOutput;
107
+ };
108
+ };
98
109
  }
@@ -94,4 +94,15 @@ declare const UpdateScalingParametersCommand_base: {
94
94
  * @public
95
95
  */
96
96
  export declare class UpdateScalingParametersCommand extends UpdateScalingParametersCommand_base {
97
+ /** @internal type navigation helper, not in runtime. */
98
+ protected static __types: {
99
+ api: {
100
+ input: UpdateScalingParametersRequest;
101
+ output: UpdateScalingParametersResponse;
102
+ };
103
+ sdk: {
104
+ input: UpdateScalingParametersCommandInput;
105
+ output: UpdateScalingParametersCommandOutput;
106
+ };
107
+ };
97
108
  }
@@ -88,4 +88,15 @@ declare const UpdateServiceAccessPoliciesCommand_base: {
88
88
  * @public
89
89
  */
90
90
  export declare class UpdateServiceAccessPoliciesCommand extends UpdateServiceAccessPoliciesCommand_base {
91
+ /** @internal type navigation helper, not in runtime. */
92
+ protected static __types: {
93
+ api: {
94
+ input: UpdateServiceAccessPoliciesRequest;
95
+ output: UpdateServiceAccessPoliciesResponse;
96
+ };
97
+ sdk: {
98
+ input: UpdateServiceAccessPoliciesCommandInput;
99
+ output: UpdateServiceAccessPoliciesCommandOutput;
100
+ };
101
+ };
91
102
  }
@@ -36,4 +36,15 @@ declare const BuildSuggestersCommand_base: {
36
36
  >;
37
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
38
  };
39
- export declare class BuildSuggestersCommand extends BuildSuggestersCommand_base {}
39
+ export declare class BuildSuggestersCommand extends BuildSuggestersCommand_base {
40
+ protected static __types: {
41
+ api: {
42
+ input: BuildSuggestersRequest;
43
+ output: BuildSuggestersResponse;
44
+ };
45
+ sdk: {
46
+ input: BuildSuggestersCommandInput;
47
+ output: BuildSuggestersCommandOutput;
48
+ };
49
+ };
50
+ }
@@ -33,4 +33,15 @@ declare const CreateDomainCommand_base: {
33
33
  >;
34
34
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
35
35
  };
36
- export declare class CreateDomainCommand extends CreateDomainCommand_base {}
36
+ export declare class CreateDomainCommand extends CreateDomainCommand_base {
37
+ protected static __types: {
38
+ api: {
39
+ input: CreateDomainRequest;
40
+ output: CreateDomainResponse;
41
+ };
42
+ sdk: {
43
+ input: CreateDomainCommandInput;
44
+ output: CreateDomainCommandOutput;
45
+ };
46
+ };
47
+ }
@@ -37,4 +37,15 @@ declare const DefineAnalysisSchemeCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class DefineAnalysisSchemeCommand extends DefineAnalysisSchemeCommand_base {}
40
+ export declare class DefineAnalysisSchemeCommand extends DefineAnalysisSchemeCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: DefineAnalysisSchemeRequest;
44
+ output: DefineAnalysisSchemeResponse;
45
+ };
46
+ sdk: {
47
+ input: DefineAnalysisSchemeCommandInput;
48
+ output: DefineAnalysisSchemeCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -36,4 +36,15 @@ declare const DefineExpressionCommand_base: {
36
36
  >;
37
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
38
  };
39
- export declare class DefineExpressionCommand extends DefineExpressionCommand_base {}
39
+ export declare class DefineExpressionCommand extends DefineExpressionCommand_base {
40
+ protected static __types: {
41
+ api: {
42
+ input: DefineExpressionRequest;
43
+ output: DefineExpressionResponse;
44
+ };
45
+ sdk: {
46
+ input: DefineExpressionCommandInput;
47
+ output: DefineExpressionCommandOutput;
48
+ };
49
+ };
50
+ }
@@ -36,4 +36,15 @@ declare const DefineIndexFieldCommand_base: {
36
36
  >;
37
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
38
  };
39
- export declare class DefineIndexFieldCommand extends DefineIndexFieldCommand_base {}
39
+ export declare class DefineIndexFieldCommand extends DefineIndexFieldCommand_base {
40
+ protected static __types: {
41
+ api: {
42
+ input: DefineIndexFieldRequest;
43
+ output: DefineIndexFieldResponse;
44
+ };
45
+ sdk: {
46
+ input: DefineIndexFieldCommandInput;
47
+ output: DefineIndexFieldCommandOutput;
48
+ };
49
+ };
50
+ }
@@ -36,4 +36,15 @@ declare const DefineSuggesterCommand_base: {
36
36
  >;
37
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
38
  };
39
- export declare class DefineSuggesterCommand extends DefineSuggesterCommand_base {}
39
+ export declare class DefineSuggesterCommand extends DefineSuggesterCommand_base {
40
+ protected static __types: {
41
+ api: {
42
+ input: DefineSuggesterRequest;
43
+ output: DefineSuggesterResponse;
44
+ };
45
+ sdk: {
46
+ input: DefineSuggesterCommandInput;
47
+ output: DefineSuggesterCommandOutput;
48
+ };
49
+ };
50
+ }
@@ -37,4 +37,15 @@ declare const DeleteAnalysisSchemeCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class DeleteAnalysisSchemeCommand extends DeleteAnalysisSchemeCommand_base {}
40
+ export declare class DeleteAnalysisSchemeCommand extends DeleteAnalysisSchemeCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: DeleteAnalysisSchemeRequest;
44
+ output: DeleteAnalysisSchemeResponse;
45
+ };
46
+ sdk: {
47
+ input: DeleteAnalysisSchemeCommandInput;
48
+ output: DeleteAnalysisSchemeCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -33,4 +33,15 @@ declare const DeleteDomainCommand_base: {
33
33
  >;
34
34
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
35
35
  };
36
- export declare class DeleteDomainCommand extends DeleteDomainCommand_base {}
36
+ export declare class DeleteDomainCommand extends DeleteDomainCommand_base {
37
+ protected static __types: {
38
+ api: {
39
+ input: DeleteDomainRequest;
40
+ output: DeleteDomainResponse;
41
+ };
42
+ sdk: {
43
+ input: DeleteDomainCommandInput;
44
+ output: DeleteDomainCommandOutput;
45
+ };
46
+ };
47
+ }
@@ -36,4 +36,15 @@ declare const DeleteExpressionCommand_base: {
36
36
  >;
37
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
38
  };
39
- export declare class DeleteExpressionCommand extends DeleteExpressionCommand_base {}
39
+ export declare class DeleteExpressionCommand extends DeleteExpressionCommand_base {
40
+ protected static __types: {
41
+ api: {
42
+ input: DeleteExpressionRequest;
43
+ output: DeleteExpressionResponse;
44
+ };
45
+ sdk: {
46
+ input: DeleteExpressionCommandInput;
47
+ output: DeleteExpressionCommandOutput;
48
+ };
49
+ };
50
+ }
@@ -36,4 +36,15 @@ declare const DeleteIndexFieldCommand_base: {
36
36
  >;
37
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
38
  };
39
- export declare class DeleteIndexFieldCommand extends DeleteIndexFieldCommand_base {}
39
+ export declare class DeleteIndexFieldCommand extends DeleteIndexFieldCommand_base {
40
+ protected static __types: {
41
+ api: {
42
+ input: DeleteIndexFieldRequest;
43
+ output: DeleteIndexFieldResponse;
44
+ };
45
+ sdk: {
46
+ input: DeleteIndexFieldCommandInput;
47
+ output: DeleteIndexFieldCommandOutput;
48
+ };
49
+ };
50
+ }
@@ -36,4 +36,15 @@ declare const DeleteSuggesterCommand_base: {
36
36
  >;
37
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
38
  };
39
- export declare class DeleteSuggesterCommand extends DeleteSuggesterCommand_base {}
39
+ export declare class DeleteSuggesterCommand extends DeleteSuggesterCommand_base {
40
+ protected static __types: {
41
+ api: {
42
+ input: DeleteSuggesterRequest;
43
+ output: DeleteSuggesterResponse;
44
+ };
45
+ sdk: {
46
+ input: DeleteSuggesterCommandInput;
47
+ output: DeleteSuggesterCommandOutput;
48
+ };
49
+ };
50
+ }
@@ -37,4 +37,15 @@ declare const DescribeAnalysisSchemesCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class DescribeAnalysisSchemesCommand extends DescribeAnalysisSchemesCommand_base {}
40
+ export declare class DescribeAnalysisSchemesCommand extends DescribeAnalysisSchemesCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: DescribeAnalysisSchemesRequest;
44
+ output: DescribeAnalysisSchemesResponse;
45
+ };
46
+ sdk: {
47
+ input: DescribeAnalysisSchemesCommandInput;
48
+ output: DescribeAnalysisSchemesCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -37,4 +37,15 @@ declare const DescribeAvailabilityOptionsCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class DescribeAvailabilityOptionsCommand extends DescribeAvailabilityOptionsCommand_base {}
40
+ export declare class DescribeAvailabilityOptionsCommand extends DescribeAvailabilityOptionsCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: DescribeAvailabilityOptionsRequest;
44
+ output: DescribeAvailabilityOptionsResponse;
45
+ };
46
+ sdk: {
47
+ input: DescribeAvailabilityOptionsCommandInput;
48
+ output: DescribeAvailabilityOptionsCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -37,4 +37,15 @@ declare const DescribeDomainEndpointOptionsCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class DescribeDomainEndpointOptionsCommand extends DescribeDomainEndpointOptionsCommand_base {}
40
+ export declare class DescribeDomainEndpointOptionsCommand extends DescribeDomainEndpointOptionsCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: DescribeDomainEndpointOptionsRequest;
44
+ output: DescribeDomainEndpointOptionsResponse;
45
+ };
46
+ sdk: {
47
+ input: DescribeDomainEndpointOptionsCommandInput;
48
+ output: DescribeDomainEndpointOptionsCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -36,4 +36,15 @@ declare const DescribeDomainsCommand_base: {
36
36
  >;
37
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
38
  };
39
- export declare class DescribeDomainsCommand extends DescribeDomainsCommand_base {}
39
+ export declare class DescribeDomainsCommand extends DescribeDomainsCommand_base {
40
+ protected static __types: {
41
+ api: {
42
+ input: DescribeDomainsRequest;
43
+ output: DescribeDomainsResponse;
44
+ };
45
+ sdk: {
46
+ input: DescribeDomainsCommandInput;
47
+ output: DescribeDomainsCommandOutput;
48
+ };
49
+ };
50
+ }
@@ -37,4 +37,15 @@ declare const DescribeExpressionsCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class DescribeExpressionsCommand extends DescribeExpressionsCommand_base {}
40
+ export declare class DescribeExpressionsCommand extends DescribeExpressionsCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: DescribeExpressionsRequest;
44
+ output: DescribeExpressionsResponse;
45
+ };
46
+ sdk: {
47
+ input: DescribeExpressionsCommandInput;
48
+ output: DescribeExpressionsCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -37,4 +37,15 @@ declare const DescribeIndexFieldsCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class DescribeIndexFieldsCommand extends DescribeIndexFieldsCommand_base {}
40
+ export declare class DescribeIndexFieldsCommand extends DescribeIndexFieldsCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: DescribeIndexFieldsRequest;
44
+ output: DescribeIndexFieldsResponse;
45
+ };
46
+ sdk: {
47
+ input: DescribeIndexFieldsCommandInput;
48
+ output: DescribeIndexFieldsCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -37,4 +37,15 @@ declare const DescribeScalingParametersCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class DescribeScalingParametersCommand extends DescribeScalingParametersCommand_base {}
40
+ export declare class DescribeScalingParametersCommand extends DescribeScalingParametersCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: DescribeScalingParametersRequest;
44
+ output: DescribeScalingParametersResponse;
45
+ };
46
+ sdk: {
47
+ input: DescribeScalingParametersCommandInput;
48
+ output: DescribeScalingParametersCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -37,4 +37,15 @@ declare const DescribeServiceAccessPoliciesCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class DescribeServiceAccessPoliciesCommand extends DescribeServiceAccessPoliciesCommand_base {}
40
+ export declare class DescribeServiceAccessPoliciesCommand extends DescribeServiceAccessPoliciesCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: DescribeServiceAccessPoliciesRequest;
44
+ output: DescribeServiceAccessPoliciesResponse;
45
+ };
46
+ sdk: {
47
+ input: DescribeServiceAccessPoliciesCommandInput;
48
+ output: DescribeServiceAccessPoliciesCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -37,4 +37,15 @@ declare const DescribeSuggestersCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class DescribeSuggestersCommand extends DescribeSuggestersCommand_base {}
40
+ export declare class DescribeSuggestersCommand extends DescribeSuggestersCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: DescribeSuggestersRequest;
44
+ output: DescribeSuggestersResponse;
45
+ };
46
+ sdk: {
47
+ input: DescribeSuggestersCommandInput;
48
+ output: DescribeSuggestersCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -36,4 +36,15 @@ declare const IndexDocumentsCommand_base: {
36
36
  >;
37
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
38
  };
39
- export declare class IndexDocumentsCommand extends IndexDocumentsCommand_base {}
39
+ export declare class IndexDocumentsCommand extends IndexDocumentsCommand_base {
40
+ protected static __types: {
41
+ api: {
42
+ input: IndexDocumentsRequest;
43
+ output: IndexDocumentsResponse;
44
+ };
45
+ sdk: {
46
+ input: IndexDocumentsCommandInput;
47
+ output: IndexDocumentsCommandOutput;
48
+ };
49
+ };
50
+ }
@@ -33,4 +33,15 @@ declare const ListDomainNamesCommand_base: {
33
33
  >;
34
34
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
35
35
  };
36
- export declare class ListDomainNamesCommand extends ListDomainNamesCommand_base {}
36
+ export declare class ListDomainNamesCommand extends ListDomainNamesCommand_base {
37
+ protected static __types: {
38
+ api: {
39
+ input: {};
40
+ output: ListDomainNamesResponse;
41
+ };
42
+ sdk: {
43
+ input: ListDomainNamesCommandInput;
44
+ output: ListDomainNamesCommandOutput;
45
+ };
46
+ };
47
+ }
@@ -37,4 +37,15 @@ declare const UpdateAvailabilityOptionsCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class UpdateAvailabilityOptionsCommand extends UpdateAvailabilityOptionsCommand_base {}
40
+ export declare class UpdateAvailabilityOptionsCommand extends UpdateAvailabilityOptionsCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: UpdateAvailabilityOptionsRequest;
44
+ output: UpdateAvailabilityOptionsResponse;
45
+ };
46
+ sdk: {
47
+ input: UpdateAvailabilityOptionsCommandInput;
48
+ output: UpdateAvailabilityOptionsCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -37,4 +37,15 @@ declare const UpdateDomainEndpointOptionsCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class UpdateDomainEndpointOptionsCommand extends UpdateDomainEndpointOptionsCommand_base {}
40
+ export declare class UpdateDomainEndpointOptionsCommand extends UpdateDomainEndpointOptionsCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: UpdateDomainEndpointOptionsRequest;
44
+ output: UpdateDomainEndpointOptionsResponse;
45
+ };
46
+ sdk: {
47
+ input: UpdateDomainEndpointOptionsCommandInput;
48
+ output: UpdateDomainEndpointOptionsCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -37,4 +37,15 @@ declare const UpdateScalingParametersCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class UpdateScalingParametersCommand extends UpdateScalingParametersCommand_base {}
40
+ export declare class UpdateScalingParametersCommand extends UpdateScalingParametersCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: UpdateScalingParametersRequest;
44
+ output: UpdateScalingParametersResponse;
45
+ };
46
+ sdk: {
47
+ input: UpdateScalingParametersCommandInput;
48
+ output: UpdateScalingParametersCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -37,4 +37,15 @@ declare const UpdateServiceAccessPoliciesCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class UpdateServiceAccessPoliciesCommand extends UpdateServiceAccessPoliciesCommand_base {}
40
+ export declare class UpdateServiceAccessPoliciesCommand extends UpdateServiceAccessPoliciesCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: UpdateServiceAccessPoliciesRequest;
44
+ output: UpdateServiceAccessPoliciesResponse;
45
+ };
46
+ sdk: {
47
+ input: UpdateServiceAccessPoliciesCommandInput;
48
+ output: UpdateServiceAccessPoliciesCommandOutput;
49
+ };
50
+ };
51
+ }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-cloudsearch",
3
3
  "description": "AWS SDK for JavaScript Cloudsearch Client for Node.js, Browser and React Native",
4
- "version": "3.651.1",
4
+ "version": "3.658.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-cloudsearch",
@@ -20,43 +20,43 @@
20
20
  "dependencies": {
21
21
  "@aws-crypto/sha256-browser": "5.2.0",
22
22
  "@aws-crypto/sha256-js": "5.2.0",
23
- "@aws-sdk/client-sso-oidc": "3.651.1",
24
- "@aws-sdk/client-sts": "3.651.1",
25
- "@aws-sdk/core": "3.651.1",
26
- "@aws-sdk/credential-provider-node": "3.651.1",
27
- "@aws-sdk/middleware-host-header": "3.649.0",
28
- "@aws-sdk/middleware-logger": "3.649.0",
29
- "@aws-sdk/middleware-recursion-detection": "3.649.0",
30
- "@aws-sdk/middleware-user-agent": "3.649.0",
31
- "@aws-sdk/region-config-resolver": "3.649.0",
32
- "@aws-sdk/types": "3.649.0",
33
- "@aws-sdk/util-endpoints": "3.649.0",
34
- "@aws-sdk/util-user-agent-browser": "3.649.0",
35
- "@aws-sdk/util-user-agent-node": "3.649.0",
36
- "@smithy/config-resolver": "^3.0.6",
37
- "@smithy/core": "^2.4.1",
38
- "@smithy/fetch-http-handler": "^3.2.5",
39
- "@smithy/hash-node": "^3.0.4",
40
- "@smithy/invalid-dependency": "^3.0.4",
41
- "@smithy/middleware-content-length": "^3.0.6",
42
- "@smithy/middleware-endpoint": "^3.1.1",
43
- "@smithy/middleware-retry": "^3.0.16",
44
- "@smithy/middleware-serde": "^3.0.4",
45
- "@smithy/middleware-stack": "^3.0.4",
46
- "@smithy/node-config-provider": "^3.1.5",
47
- "@smithy/node-http-handler": "^3.2.0",
48
- "@smithy/protocol-http": "^4.1.1",
49
- "@smithy/smithy-client": "^3.3.0",
50
- "@smithy/types": "^3.4.0",
51
- "@smithy/url-parser": "^3.0.4",
23
+ "@aws-sdk/client-sso-oidc": "3.658.0",
24
+ "@aws-sdk/client-sts": "3.658.0",
25
+ "@aws-sdk/core": "3.658.0",
26
+ "@aws-sdk/credential-provider-node": "3.658.0",
27
+ "@aws-sdk/middleware-host-header": "3.654.0",
28
+ "@aws-sdk/middleware-logger": "3.654.0",
29
+ "@aws-sdk/middleware-recursion-detection": "3.654.0",
30
+ "@aws-sdk/middleware-user-agent": "3.654.0",
31
+ "@aws-sdk/region-config-resolver": "3.654.0",
32
+ "@aws-sdk/types": "3.654.0",
33
+ "@aws-sdk/util-endpoints": "3.654.0",
34
+ "@aws-sdk/util-user-agent-browser": "3.654.0",
35
+ "@aws-sdk/util-user-agent-node": "3.654.0",
36
+ "@smithy/config-resolver": "^3.0.8",
37
+ "@smithy/core": "^2.4.3",
38
+ "@smithy/fetch-http-handler": "^3.2.7",
39
+ "@smithy/hash-node": "^3.0.6",
40
+ "@smithy/invalid-dependency": "^3.0.6",
41
+ "@smithy/middleware-content-length": "^3.0.8",
42
+ "@smithy/middleware-endpoint": "^3.1.3",
43
+ "@smithy/middleware-retry": "^3.0.18",
44
+ "@smithy/middleware-serde": "^3.0.6",
45
+ "@smithy/middleware-stack": "^3.0.6",
46
+ "@smithy/node-config-provider": "^3.1.7",
47
+ "@smithy/node-http-handler": "^3.2.2",
48
+ "@smithy/protocol-http": "^4.1.3",
49
+ "@smithy/smithy-client": "^3.3.2",
50
+ "@smithy/types": "^3.4.2",
51
+ "@smithy/url-parser": "^3.0.6",
52
52
  "@smithy/util-base64": "^3.0.0",
53
53
  "@smithy/util-body-length-browser": "^3.0.0",
54
54
  "@smithy/util-body-length-node": "^3.0.0",
55
- "@smithy/util-defaults-mode-browser": "^3.0.16",
56
- "@smithy/util-defaults-mode-node": "^3.0.16",
57
- "@smithy/util-endpoints": "^2.1.0",
58
- "@smithy/util-middleware": "^3.0.4",
59
- "@smithy/util-retry": "^3.0.4",
55
+ "@smithy/util-defaults-mode-browser": "^3.0.18",
56
+ "@smithy/util-defaults-mode-node": "^3.0.18",
57
+ "@smithy/util-endpoints": "^2.1.2",
58
+ "@smithy/util-middleware": "^3.0.6",
59
+ "@smithy/util-retry": "^3.0.6",
60
60
  "@smithy/util-utf8": "^3.0.0",
61
61
  "tslib": "^2.6.2"
62
62
  },