Skip to content

Commit

Permalink
Updated API models and rebuilt service gems.
Browse files Browse the repository at this point in the history
  • Loading branch information
aws-sdk-ruby-automation committed Jul 9, 2024
1 parent f5dde2d commit 7f98c97
Show file tree
Hide file tree
Showing 42 changed files with 3,074 additions and 242 deletions.
16 changes: 13 additions & 3 deletions apis/datazone/2018-05-10/api-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -3698,11 +3698,15 @@
"members":{
"domainId":{"shape":"DomainId"},
"itemId":{"shape":"DataProductId"}
}
},
"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 @@ -3732,7 +3736,9 @@
"owningProjectId":{"shape":"ProjectId"},
"updatedAt":{"shape":"UpdatedAt"},
"updatedBy":{"shape":"UpdatedBy"}
}
},
"deprecated":true,
"deprecatedMessage":"This structure is deprecated."
},
"DataSourceConfigurationInput":{
"type":"structure",
Expand Down Expand Up @@ -8293,7 +8299,11 @@
"type":"structure",
"members":{
"assetItem":{"shape":"AssetItem"},
"dataProductItem":{"shape":"DataProductSummary"},
"dataProductItem":{
"shape":"DataProductSummary",
"deprecated":true,
"deprecatedMessage":"This field is deprecated."
},
"glossaryItem":{"shape":"GlossaryItem"},
"glossaryTermItem":{"shape":"GlossaryTermItem"}
},
Expand Down
14 changes: 10 additions & 4 deletions apis/fsx/2018-03-01/api-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -847,7 +847,8 @@
"STORAGE_TYPE_OPTIMIZATION",
"MISCONFIGURED_STATE_RECOVERY",
"VOLUME_UPDATE_WITH_SNAPSHOT",
"VOLUME_INITIALIZE_WITH_SNAPSHOT"
"VOLUME_INITIALIZE_WITH_SNAPSHOT",
"DOWNLOAD_DATA_FROM_BACKUP"
]
},
"AdministrativeActions":{
Expand Down Expand Up @@ -2979,7 +2980,8 @@
"enum":[
"MULTI_AZ_1",
"SINGLE_AZ_1",
"SINGLE_AZ_2"
"SINGLE_AZ_2",
"MULTI_AZ_2"
]
},
"OntapEndpointIpAddresses":{
Expand Down Expand Up @@ -3089,6 +3091,8 @@
"enum":[
"SINGLE_AZ_1",
"SINGLE_AZ_2",
"SINGLE_AZ_HA_1",
"SINGLE_AZ_HA_2",
"MULTI_AZ_1"
]
},
Expand Down Expand Up @@ -3615,7 +3619,8 @@
"IN_PROGRESS",
"PENDING",
"COMPLETED",
"UPDATED_OPTIMIZING"
"UPDATED_OPTIMIZING",
"OPTIMIZING"
]
},
"StorageCapacity":{
Expand Down Expand Up @@ -3972,7 +3977,8 @@
"ThroughputCapacity":{"shape":"MegabytesPerSecond"},
"AddRouteTableIds":{"shape":"RouteTableIds"},
"RemoveRouteTableIds":{"shape":"RouteTableIds"},
"ThroughputCapacityPerHAPair":{"shape":"ThroughputCapacityPerHAPair"}
"ThroughputCapacityPerHAPair":{"shape":"ThroughputCapacityPerHAPair"},
"HAPairs":{"shape":"HAPairs"}
}
},
"UpdateFileSystemOpenZFSConfiguration":{
Expand Down
31 changes: 16 additions & 15 deletions apis/fsx/2018-03-01/docs-2.json

Large diffs are not rendered by default.

63 changes: 59 additions & 4 deletions apis/opensearch/2021-01-01/api-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -1000,6 +1000,25 @@
}
},
"shapes":{
"AIMLOptionsInput":{
"type":"structure",
"members":{
"NaturalLanguageQueryGenerationOptions":{"shape":"NaturalLanguageQueryGenerationOptionsInput"}
}
},
"AIMLOptionsOutput":{
"type":"structure",
"members":{
"NaturalLanguageQueryGenerationOptions":{"shape":"NaturalLanguageQueryGenerationOptionsOutput"}
}
},
"AIMLOptionsStatus":{
"type":"structure",
"members":{
"Options":{"shape":"AIMLOptionsOutput"},
"Status":{"shape":"OptionStatus"}
}
},
"ARN":{
"type":"string",
"max":2048,
Expand Down Expand Up @@ -1619,7 +1638,8 @@
"TagList":{"shape":"TagList"},
"AutoTuneOptions":{"shape":"AutoTuneOptionsInput"},
"OffPeakWindowOptions":{"shape":"OffPeakWindowOptions"},
"SoftwareUpdateOptions":{"shape":"SoftwareUpdateOptions"}
"SoftwareUpdateOptions":{"shape":"SoftwareUpdateOptions"},
"AIMLOptions":{"shape":"AIMLOptionsInput"}
}
},
"CreateDomainResponse":{
Expand Down Expand Up @@ -2278,7 +2298,8 @@
"ChangeProgressDetails":{"shape":"ChangeProgressDetails"},
"OffPeakWindowOptions":{"shape":"OffPeakWindowOptionsStatus"},
"SoftwareUpdateOptions":{"shape":"SoftwareUpdateOptionsStatus"},
"ModifyingProperties":{"shape":"ModifyingPropertiesList"}
"ModifyingProperties":{"shape":"ModifyingPropertiesList"},
"AIMLOptions":{"shape":"AIMLOptionsStatus"}
}
},
"DomainEndpointOptions":{
Expand Down Expand Up @@ -2471,7 +2492,8 @@
"OffPeakWindowOptions":{"shape":"OffPeakWindowOptions"},
"SoftwareUpdateOptions":{"shape":"SoftwareUpdateOptions"},
"DomainProcessingStatus":{"shape":"DomainProcessingStatusType"},
"ModifyingProperties":{"shape":"ModifyingPropertiesList"}
"ModifyingProperties":{"shape":"ModifyingPropertiesList"},
"AIMLOptions":{"shape":"AIMLOptionsOutput"}
}
},
"DomainStatusList":{
Expand Down Expand Up @@ -3365,6 +3387,38 @@
"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"}
}
},
"NaturalLanguageQueryGenerationOptionsOutput":{
"type":"structure",
"members":{
"DesiredState":{"shape":"NaturalLanguageQueryGenerationDesiredState"},
"CurrentState":{"shape":"NaturalLanguageQueryGenerationCurrentState"}
}
},
"NextToken":{"type":"string"},
"NodeId":{
"type":"string",
Expand Down Expand Up @@ -4309,7 +4363,8 @@
"DryRun":{"shape":"DryRun"},
"DryRunMode":{"shape":"DryRunMode"},
"OffPeakWindowOptions":{"shape":"OffPeakWindowOptions"},
"SoftwareUpdateOptions":{"shape":"SoftwareUpdateOptions"}
"SoftwareUpdateOptions":{"shape":"SoftwareUpdateOptions"},
"AIMLOptions":{"shape":"AIMLOptionsInput"}
}
},
"UpdateDomainConfigResponse":{
Expand Down
46 changes: 46 additions & 0 deletions apis/opensearch/2021-01-01/docs-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,26 @@
"UpgradeDomain": "<p>Allows you to either upgrade your Amazon OpenSearch Service domain or perform an upgrade eligibility check to a compatible version of OpenSearch or Elasticsearch.</p>"
},
"shapes": {
"AIMLOptionsInput": {
"base": "<p>Container for parameters required to enable all machine learning features.</p>",
"refs": {
"CreateDomainRequest$AIMLOptions": "<p>Options for all machine learning features for the specified domain.</p>",
"UpdateDomainConfigRequest$AIMLOptions": "<p>Options for all machine learning features for the specified domain.</p>"
}
},
"AIMLOptionsOutput": {
"base": "<p>Container for parameters representing the state of machine learning features on the specified domain.</p>",
"refs": {
"AIMLOptionsStatus$Options": "<p>Machine learning options on the specified domain.</p>",
"DomainStatus$AIMLOptions": "<p>Container for parameters required to enable all machine learning features.</p>"
}
},
"AIMLOptionsStatus": {
"base": "<p>The status of machine learning options on the specified domain.</p>",
"refs": {
"DomainConfig$AIMLOptions": "<p>Container for parameters required to enable all machine learning features.</p>"
}
},
"ARN": {
"base": "<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>",
"refs": {
Expand Down Expand Up @@ -1894,6 +1914,31 @@
"DomainStatus$ModifyingProperties": "<p>Information about the domain properties that are currently being modified.</p>"
}
},
"NaturalLanguageQueryGenerationCurrentState": {
"base": null,
"refs": {
"NaturalLanguageQueryGenerationOptionsOutput$CurrentState": "<p>The current state of the natural language query generation feature, indicating completion, in progress, or failure.</p>"
}
},
"NaturalLanguageQueryGenerationDesiredState": {
"base": null,
"refs": {
"NaturalLanguageQueryGenerationOptionsInput$DesiredState": "<p>The desired state of the natural language query generation feature. Valid values are ENABLED and DISABLED.</p>",
"NaturalLanguageQueryGenerationOptionsOutput$DesiredState": "<p>The desired state of the natural language query generation feature. Valid values are ENABLED and DISABLED.</p>"
}
},
"NaturalLanguageQueryGenerationOptionsInput": {
"base": "<p>Container for parameters required to enable the natural language query generation feature.</p>",
"refs": {
"AIMLOptionsInput$NaturalLanguageQueryGenerationOptions": "<p>Container for parameters required for natural language query generation on the specified domain.</p>"
}
},
"NaturalLanguageQueryGenerationOptionsOutput": {
"base": "<p>Container for parameters representing the state of the natural language query generation feature on the specified domain.</p>",
"refs": {
"AIMLOptionsOutput$NaturalLanguageQueryGenerationOptions": "<p>Container for parameters required for natural language query generation on the specified domain.</p>"
}
},
"NextToken": {
"base": "<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>",
"refs": {
Expand Down Expand Up @@ -2045,6 +2090,7 @@
"OptionStatus": {
"base": "<p>Provides the current status of an entity.</p>",
"refs": {
"AIMLOptionsStatus$Status": null,
"AccessPoliciesStatus$Status": "<p>The status of the access policy for the domain.</p>",
"AdvancedOptionsStatus$Status": "<p>The status of advanced options for the specified domain.</p>",
"AdvancedSecurityOptionsStatus$Status": "<p>Status of the fine-grained access control settings for a domain.</p>",
Expand Down
Loading

0 comments on commit 7f98c97

Please sign in to comment.