|
1666 | 1666 | "TagList":{ |
1667 | 1667 | "shape":"TagList", |
1668 | 1668 | "documentation":"<p>A list of <code>Tag</code> added during domain creation.</p>" |
| 1669 | + }, |
| 1670 | + "DeploymentStrategyOptions":{ |
| 1671 | + "shape":"DeploymentStrategyOptions", |
| 1672 | + "documentation":"<p>Specifies the deployment strategy options.</p>" |
1669 | 1673 | } |
1670 | 1674 | } |
1671 | 1675 | }, |
|
1928 | 1932 | "ELIGIBLE" |
1929 | 1933 | ] |
1930 | 1934 | }, |
| 1935 | + "DeploymentStrategy":{ |
| 1936 | + "type":"string", |
| 1937 | + "documentation":"<p>Specifies the deployment strategy for the domain. Valid values are <code>Default</code> and <code>CapacityOptimized</code>.</p>", |
| 1938 | + "enum":[ |
| 1939 | + "Default", |
| 1940 | + "CapacityOptimized" |
| 1941 | + ] |
| 1942 | + }, |
| 1943 | + "DeploymentStrategyOptions":{ |
| 1944 | + "type":"structure", |
| 1945 | + "required":["DeploymentStrategy"], |
| 1946 | + "members":{ |
| 1947 | + "DeploymentStrategy":{ |
| 1948 | + "shape":"DeploymentStrategy", |
| 1949 | + "documentation":"<p>Specifies the deployment strategy for the domain. Valid values are <code>Default</code> and <code>CapacityOptimized</code>.</p>" |
| 1950 | + } |
| 1951 | + }, |
| 1952 | + "documentation":"<p>Specifies the deployment strategy options for the domain.</p>" |
| 1953 | + }, |
| 1954 | + "DeploymentStrategyOptionsStatus":{ |
| 1955 | + "type":"structure", |
| 1956 | + "required":[ |
| 1957 | + "Options", |
| 1958 | + "Status" |
| 1959 | + ], |
| 1960 | + "members":{ |
| 1961 | + "Options":{ |
| 1962 | + "shape":"DeploymentStrategyOptions", |
| 1963 | + "documentation":"<p>Specifies deployment strategy options for the specified Elasticsearch domain.</p>" |
| 1964 | + }, |
| 1965 | + "Status":{ |
| 1966 | + "shape":"OptionStatus", |
| 1967 | + "documentation":"<p>Specifies the status of the deployment strategy options for the specified Elasticsearch domain.</p>" |
| 1968 | + } |
| 1969 | + }, |
| 1970 | + "documentation":"<p>Specifies the status of deployment strategy options for the specified Elasticsearch domain.</p>" |
| 1971 | + }, |
1931 | 1972 | "DeploymentType":{ |
1932 | 1973 | "type":"string", |
1933 | 1974 | "max":128, |
|
2830 | 2871 | "ModifyingProperties":{ |
2831 | 2872 | "shape":"ModifyingPropertiesList", |
2832 | 2873 | "documentation":"<p>Information about the domain properties that are currently being modified.</p>" |
| 2874 | + }, |
| 2875 | + "DeploymentStrategyOptions":{ |
| 2876 | + "shape":"DeploymentStrategyOptionsStatus", |
| 2877 | + "documentation":"<p>Specifies <code>DeploymentStrategyOptions</code> for the domain. </p>" |
2833 | 2878 | } |
2834 | 2879 | }, |
2835 | 2880 | "documentation":"<p>The configuration of an Elasticsearch domain.</p>" |
|
2947 | 2992 | "ModifyingProperties":{ |
2948 | 2993 | "shape":"ModifyingPropertiesList", |
2949 | 2994 | "documentation":"<p>Information about the domain properties that are currently being modified.</p>" |
| 2995 | + }, |
| 2996 | + "DeploymentStrategyOptions":{ |
| 2997 | + "shape":"DeploymentStrategyOptions", |
| 2998 | + "documentation":"<p>The current status of the Elasticsearch domain's deployment strategy options.</p>" |
2950 | 2999 | } |
2951 | 3000 | }, |
2952 | 3001 | "documentation":"<p>The current status of an Elasticsearch domain.</p>" |
|
4682 | 4731 | "DryRun":{ |
4683 | 4732 | "shape":"DryRun", |
4684 | 4733 | "documentation":"<p> This flag, when set to True, specifies whether the <code>UpdateElasticsearchDomain</code> request should return the results of validation checks without actually applying the change. This flag, when set to True, specifies the deployment mechanism through which the update shall be applied on the domain. This will not actually perform the Update. </p>" |
| 4734 | + }, |
| 4735 | + "DeploymentStrategyOptions":{ |
| 4736 | + "shape":"DeploymentStrategyOptions", |
| 4737 | + "documentation":"<p>Specifies the deployment strategy options.</p>" |
4685 | 4738 | } |
4686 | 4739 | }, |
4687 | 4740 | "documentation":"<p>Container for the parameters to the <code><a>UpdateElasticsearchDomain</a></code> operation. Specifies the type and number of instances in the domain cluster.</p>" |
|
0 commit comments