Skip to content

Commit

Permalink
Update to latest models
Browse files Browse the repository at this point in the history
  • Loading branch information
aws-sdk-python-automation committed Jul 9, 2024
1 parent 55175ca commit bc7b916
Show file tree
Hide file tree
Showing 9 changed files with 787 additions and 23 deletions.
5 changes: 5 additions & 0 deletions .changes/next-release/api-change-datazone-24284.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"type": "api-change",
"category": "``datazone``",
"description": "This release deprecates dataProductItem field from SearchInventoryResultItem, along with some unused DataProduct shapes"
}
5 changes: 5 additions & 0 deletions .changes/next-release/api-change-fsx-63480.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"type": "api-change",
"category": "``fsx``",
"description": "Adds support for FSx for NetApp ONTAP 2nd Generation file systems, and FSx for OpenZFS Single AZ HA file systems."
}
5 changes: 5 additions & 0 deletions .changes/next-release/api-change-opensearch-6019.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"type": "api-change",
"category": "``opensearch``",
"description": "This release adds support for enabling or disabling Natural Language Query Processing feature for Amazon OpenSearch Service domains, and provides visibility into the current state of the setup or tear-down."
}
5 changes: 5 additions & 0 deletions .changes/next-release/api-change-sagemaker-55808.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"type": "api-change",
"category": "``sagemaker``",
"description": "This release 1/ enables optimization jobs that allows customers to perform Ahead-of-time compilation and quantization. 2/ allows customers to control access to Amazon Q integration in SageMaker Studio. 3/ enables AdditionalModelDataSources for CreateModel action."
}
14 changes: 11 additions & 3 deletions botocore/data/datazone/2018-05-10/service-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -5104,11 +5104,15 @@
"documentation":"<p/>"
}
},
"documentation":"<p/>"
"documentation":"<p/>",
"deprecated":true,
"deprecatedMessage":"This structure is deprecated."
},
"DataProductItems":{
"type":"list",
"member":{"shape":"DataProductItem"},
"deprecated":true,
"deprecatedMessage":"This structure is deprecated.",
"max":100,
"min":0
},
Expand Down Expand Up @@ -5172,7 +5176,9 @@
"documentation":"<p/>"
}
},
"documentation":"<p/>"
"documentation":"<p/>",
"deprecated":true,
"deprecatedMessage":"This structure is deprecated."
},
"DataSourceConfigurationInput":{
"type":"structure",
Expand Down Expand Up @@ -12161,7 +12167,9 @@
},
"dataProductItem":{
"shape":"DataProductSummary",
"documentation":"<p>The data product item included in the search results.</p>"
"documentation":"<p>The data product item included in the search results.</p>",
"deprecated":true,
"deprecatedMessage":"This field is deprecated."
},
"glossaryItem":{
"shape":"GlossaryItem",
Expand Down
48 changes: 29 additions & 19 deletions botocore/data/fsx/2018-03-01/service-2.json

Large diffs are not rendered by default.

90 changes: 90 additions & 0 deletions botocore/data/opensearch/2021-01-01/service-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -1063,6 +1063,37 @@
}
},
"shapes":{
"AIMLOptionsInput":{
"type":"structure",
"members":{
"NaturalLanguageQueryGenerationOptions":{
"shape":"NaturalLanguageQueryGenerationOptionsInput",
"documentation":"<p>Container for parameters required for natural language query generation on the specified domain.</p>"
}
},
"documentation":"<p>Container for parameters required to enable all machine learning features.</p>"
},
"AIMLOptionsOutput":{
"type":"structure",
"members":{
"NaturalLanguageQueryGenerationOptions":{
"shape":"NaturalLanguageQueryGenerationOptionsOutput",
"documentation":"<p>Container for parameters required for natural language query generation on the specified domain.</p>"
}
},
"documentation":"<p>Container for parameters representing the state of machine learning features on the specified domain.</p>"
},
"AIMLOptionsStatus":{
"type":"structure",
"members":{
"Options":{
"shape":"AIMLOptionsOutput",
"documentation":"<p>Machine learning options on the specified domain.</p>"
},
"Status":{"shape":"OptionStatus"}
},
"documentation":"<p>The status of machine learning options on the specified domain.</p>"
},
"ARN":{
"type":"string",
"documentation":"<p>The Amazon Resource Name (ARN) of the domain. See <a href=\"https://docs.aws.amazon.com/IAM/latest/UserGuide/index.html\">Identifiers for IAM Entities </a> in <i>Using Amazon Web Services Identity and Access Management</i> for more information. </p>",
Expand Down Expand Up @@ -2155,6 +2186,10 @@
"SoftwareUpdateOptions":{
"shape":"SoftwareUpdateOptions",
"documentation":"<p>Software update options for the domain.</p>"
},
"AIMLOptions":{
"shape":"AIMLOptionsInput",
"documentation":"<p>Options for all machine learning features for the specified domain.</p>"
}
}
},
Expand Down Expand Up @@ -3207,6 +3242,10 @@
"ModifyingProperties":{
"shape":"ModifyingPropertiesList",
"documentation":"<p>Information about the domain properties that are currently being modified.</p>"
},
"AIMLOptions":{
"shape":"AIMLOptionsStatus",
"documentation":"<p>Container for parameters required to enable all machine learning features.</p>"
}
},
"documentation":"<p>Container for the configuration of an OpenSearch Service domain.</p>"
Expand Down Expand Up @@ -3614,6 +3653,10 @@
"ModifyingProperties":{
"shape":"ModifyingPropertiesList",
"documentation":"<p>Information about the domain properties that are currently being modified.</p>"
},
"AIMLOptions":{
"shape":"AIMLOptionsOutput",
"documentation":"<p>Container for parameters required to enable all machine learning features.</p>"
}
},
"documentation":"<p>The current status of an OpenSearch Service domain.</p>"
Expand Down Expand Up @@ -4934,6 +4977,49 @@
"type":"list",
"member":{"shape":"ModifyingProperties"}
},
"NaturalLanguageQueryGenerationCurrentState":{
"type":"string",
"enum":[
"NOT_ENABLED",
"ENABLE_COMPLETE",
"ENABLE_IN_PROGRESS",
"ENABLE_FAILED",
"DISABLE_COMPLETE",
"DISABLE_IN_PROGRESS",
"DISABLE_FAILED"
]
},
"NaturalLanguageQueryGenerationDesiredState":{
"type":"string",
"enum":[
"ENABLED",
"DISABLED"
]
},
"NaturalLanguageQueryGenerationOptionsInput":{
"type":"structure",
"members":{
"DesiredState":{
"shape":"NaturalLanguageQueryGenerationDesiredState",
"documentation":"<p>The desired state of the natural language query generation feature. Valid values are ENABLED and DISABLED.</p>"
}
},
"documentation":"<p>Container for parameters required to enable the natural language query generation feature.</p>"
},
"NaturalLanguageQueryGenerationOptionsOutput":{
"type":"structure",
"members":{
"DesiredState":{
"shape":"NaturalLanguageQueryGenerationDesiredState",
"documentation":"<p>The desired state of the natural language query generation feature. Valid values are ENABLED and DISABLED.</p>"
},
"CurrentState":{
"shape":"NaturalLanguageQueryGenerationCurrentState",
"documentation":"<p>The current state of the natural language query generation feature, indicating completion, in progress, or failure.</p>"
}
},
"documentation":"<p>Container for parameters representing the state of the natural language query generation feature on the specified domain.</p>"
},
"NextToken":{
"type":"string",
"documentation":"<p>When <code>nextToken</code> is returned, there are more results available. The value of <code>nextToken</code> is a unique pagination token for each page. Send the request again using the returned token to retrieve the next page.</p>"
Expand Down Expand Up @@ -6421,6 +6507,10 @@
"SoftwareUpdateOptions":{
"shape":"SoftwareUpdateOptions",
"documentation":"<p>Service software update options for the domain.</p>"
},
"AIMLOptions":{
"shape":"AIMLOptionsInput",
"documentation":"<p>Options for all machine learning features for the specified domain.</p>"
}
},
"documentation":"<p>Container for the request parameters to the <code>UpdateDomain</code> operation.</p>"
Expand Down
6 changes: 6 additions & 0 deletions botocore/data/sagemaker/2017-07-24/paginators-1.json
Original file line number Diff line number Diff line change
Expand Up @@ -437,6 +437,12 @@
"output_token": "NextToken",
"limit_key": "MaxResults",
"result_key": "TrackingServerSummaries"
},
"ListOptimizationJobs": {
"input_token": "NextToken",
"output_token": "NextToken",
"limit_key": "MaxResults",
"result_key": "OptimizationJobSummaries"
}
}
}
Loading

0 comments on commit bc7b916

Please sign in to comment.