@aws-sdk/client-cloudsearch 3.533.0 → 3.540.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 (63) hide show
  1. package/dist-cjs/endpoint/endpointResolver.js +4 -2
  2. package/dist-cjs/index.js +0 -3
  3. package/dist-es/endpoint/endpointResolver.js +3 -1
  4. package/dist-es/index.js +0 -1
  5. package/dist-types/CloudSearch.d.ts +3 -1
  6. package/dist-types/CloudSearchClient.d.ts +1 -1
  7. package/dist-types/commands/BuildSuggestersCommand.d.ts +2 -1
  8. package/dist-types/commands/CreateDomainCommand.d.ts +2 -1
  9. package/dist-types/commands/DefineAnalysisSchemeCommand.d.ts +2 -1
  10. package/dist-types/commands/DefineExpressionCommand.d.ts +2 -1
  11. package/dist-types/commands/DefineIndexFieldCommand.d.ts +2 -1
  12. package/dist-types/commands/DefineSuggesterCommand.d.ts +2 -1
  13. package/dist-types/commands/DeleteAnalysisSchemeCommand.d.ts +2 -1
  14. package/dist-types/commands/DeleteDomainCommand.d.ts +2 -1
  15. package/dist-types/commands/DeleteExpressionCommand.d.ts +2 -1
  16. package/dist-types/commands/DeleteIndexFieldCommand.d.ts +2 -1
  17. package/dist-types/commands/DeleteSuggesterCommand.d.ts +2 -1
  18. package/dist-types/commands/DescribeAnalysisSchemesCommand.d.ts +2 -1
  19. package/dist-types/commands/DescribeAvailabilityOptionsCommand.d.ts +2 -1
  20. package/dist-types/commands/DescribeDomainEndpointOptionsCommand.d.ts +2 -1
  21. package/dist-types/commands/DescribeDomainsCommand.d.ts +2 -1
  22. package/dist-types/commands/DescribeExpressionsCommand.d.ts +2 -1
  23. package/dist-types/commands/DescribeIndexFieldsCommand.d.ts +2 -1
  24. package/dist-types/commands/DescribeScalingParametersCommand.d.ts +2 -1
  25. package/dist-types/commands/DescribeServiceAccessPoliciesCommand.d.ts +2 -1
  26. package/dist-types/commands/DescribeSuggestersCommand.d.ts +2 -1
  27. package/dist-types/commands/IndexDocumentsCommand.d.ts +2 -1
  28. package/dist-types/commands/ListDomainNamesCommand.d.ts +2 -1
  29. package/dist-types/commands/UpdateAvailabilityOptionsCommand.d.ts +2 -1
  30. package/dist-types/commands/UpdateDomainEndpointOptionsCommand.d.ts +2 -1
  31. package/dist-types/commands/UpdateScalingParametersCommand.d.ts +2 -1
  32. package/dist-types/commands/UpdateServiceAccessPoliciesCommand.d.ts +2 -1
  33. package/dist-types/index.d.ts +0 -1
  34. package/dist-types/models/models_0.d.ts +307 -307
  35. package/dist-types/ts3.4/CloudSearch.d.ts +2 -0
  36. package/dist-types/ts3.4/commands/BuildSuggestersCommand.d.ts +9 -0
  37. package/dist-types/ts3.4/commands/CreateDomainCommand.d.ts +9 -0
  38. package/dist-types/ts3.4/commands/DefineAnalysisSchemeCommand.d.ts +9 -0
  39. package/dist-types/ts3.4/commands/DefineExpressionCommand.d.ts +9 -0
  40. package/dist-types/ts3.4/commands/DefineIndexFieldCommand.d.ts +9 -0
  41. package/dist-types/ts3.4/commands/DefineSuggesterCommand.d.ts +9 -0
  42. package/dist-types/ts3.4/commands/DeleteAnalysisSchemeCommand.d.ts +9 -0
  43. package/dist-types/ts3.4/commands/DeleteDomainCommand.d.ts +9 -0
  44. package/dist-types/ts3.4/commands/DeleteExpressionCommand.d.ts +9 -0
  45. package/dist-types/ts3.4/commands/DeleteIndexFieldCommand.d.ts +9 -0
  46. package/dist-types/ts3.4/commands/DeleteSuggesterCommand.d.ts +9 -0
  47. package/dist-types/ts3.4/commands/DescribeAnalysisSchemesCommand.d.ts +9 -0
  48. package/dist-types/ts3.4/commands/DescribeAvailabilityOptionsCommand.d.ts +9 -0
  49. package/dist-types/ts3.4/commands/DescribeDomainEndpointOptionsCommand.d.ts +9 -0
  50. package/dist-types/ts3.4/commands/DescribeDomainsCommand.d.ts +9 -0
  51. package/dist-types/ts3.4/commands/DescribeExpressionsCommand.d.ts +9 -0
  52. package/dist-types/ts3.4/commands/DescribeIndexFieldsCommand.d.ts +9 -0
  53. package/dist-types/ts3.4/commands/DescribeScalingParametersCommand.d.ts +9 -0
  54. package/dist-types/ts3.4/commands/DescribeServiceAccessPoliciesCommand.d.ts +9 -0
  55. package/dist-types/ts3.4/commands/DescribeSuggestersCommand.d.ts +9 -0
  56. package/dist-types/ts3.4/commands/IndexDocumentsCommand.d.ts +9 -0
  57. package/dist-types/ts3.4/commands/ListDomainNamesCommand.d.ts +9 -0
  58. package/dist-types/ts3.4/commands/UpdateAvailabilityOptionsCommand.d.ts +9 -0
  59. package/dist-types/ts3.4/commands/UpdateDomainEndpointOptionsCommand.d.ts +9 -0
  60. package/dist-types/ts3.4/commands/UpdateScalingParametersCommand.d.ts +9 -0
  61. package/dist-types/ts3.4/commands/UpdateServiceAccessPoliciesCommand.d.ts +9 -0
  62. package/dist-types/ts3.4/index.d.ts +0 -1
  63. package/package.json +40 -40
@@ -22,10 +22,10 @@ export interface UpdateScalingParametersCommandOutput extends UpdateScalingParam
22
22
  }
23
23
  declare const UpdateScalingParametersCommand_base: {
24
24
  new (input: UpdateScalingParametersCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateScalingParametersCommandInput, UpdateScalingParametersCommandOutput, CloudSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: UpdateScalingParametersCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateScalingParametersCommandInput, UpdateScalingParametersCommandOutput, CloudSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Configures scaling parameters for a domain. A domain's scaling parameters specify the desired search instance type and replication count. Amazon CloudSearch will still automatically scale your domain based on the volume of data and traffic, but not below the desired instance type and replication count. If the Multi-AZ option is enabled, these values control the resources used per Availability Zone. For more information, see <a href="http://docs.aws.amazon.com/cloudsearch/latest/developerguide/configuring-scaling-options.html" target="_blank">Configuring Scaling Options</a> in the <i>Amazon CloudSearch Developer Guide</i>. </p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -90,6 +90,7 @@ declare const UpdateScalingParametersCommand_base: {
90
90
  * @throws {@link CloudSearchServiceException}
91
91
  * <p>Base exception class for all service exceptions from CloudSearch service.</p>
92
92
  *
93
+ * @public
93
94
  */
94
95
  export declare class UpdateScalingParametersCommand extends UpdateScalingParametersCommand_base {
95
96
  }
@@ -22,10 +22,10 @@ export interface UpdateServiceAccessPoliciesCommandOutput extends UpdateServiceA
22
22
  }
23
23
  declare const UpdateServiceAccessPoliciesCommand_base: {
24
24
  new (input: UpdateServiceAccessPoliciesCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateServiceAccessPoliciesCommandInput, UpdateServiceAccessPoliciesCommandOutput, CloudSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: UpdateServiceAccessPoliciesCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateServiceAccessPoliciesCommandInput, UpdateServiceAccessPoliciesCommandOutput, CloudSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Configures the access rules that control access to the domain's document and search endpoints.
30
30
  * For more information, see <a href="http://docs.aws.amazon.com/cloudsearch/latest/developerguide/configuring-access.html" target="_blank">
31
31
  * Configuring Access for an Amazon CloudSearch Domain</a>.</p>
@@ -84,6 +84,7 @@ declare const UpdateServiceAccessPoliciesCommand_base: {
84
84
  * @throws {@link CloudSearchServiceException}
85
85
  * <p>Base exception class for all service exceptions from CloudSearch service.</p>
86
86
  *
87
+ * @public
87
88
  */
88
89
  export declare class UpdateServiceAccessPoliciesCommand extends UpdateServiceAccessPoliciesCommand_base {
89
90
  }
@@ -16,5 +16,4 @@ export { RuntimeExtension } from "./runtimeExtensions";
16
16
  export { CloudSearchExtensionConfiguration } from "./extensionConfiguration";
17
17
  export * from "./commands";
18
18
  export * from "./models";
19
- import "@aws-sdk/util-endpoints";
20
19
  export { CloudSearchServiceException } from "./models/CloudSearchServiceException";