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 Oct 28, 2024
1 parent 86cccb9 commit 254f8de
Show file tree
Hide file tree
Showing 50 changed files with 3,838 additions and 57 deletions.
451 changes: 450 additions & 1 deletion apis/mediapackagev2/2022-12-25/api-2.json

Large diffs are not rendered by default.

220 changes: 220 additions & 0 deletions apis/mediapackagev2/2022-12-25/docs-2.json

Large diffs are not rendered by default.

467 changes: 467 additions & 0 deletions apis/mediapackagev2/2022-12-25/examples-1.json

Large diffs are not rendered by default.

6 changes: 6 additions & 0 deletions apis/mediapackagev2/2022-12-25/paginators-1.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,12 @@
"limit_key": "MaxResults",
"result_key": "Items"
},
"ListHarvestJobs": {
"input_token": "NextToken",
"output_token": "NextToken",
"limit_key": "MaxResults",
"result_key": "Items"
},
"ListOriginEndpoints": {
"input_token": "NextToken",
"output_token": "NextToken",
Expand Down
37 changes: 34 additions & 3 deletions apis/mediapackagev2/2022-12-25/waiters-2.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,36 @@
{
"version": 2,
"waiters": {
"version" : 2,
"waiters" : {
"HarvestJobFinished" : {
"delay" : 2,
"maxAttempts" : 60,
"operation" : "GetHarvestJob",
"acceptors" : [ {
"matcher" : "path",
"argument" : "Status",
"state" : "success",
"expected" : "COMPLETED"
}, {
"matcher" : "path",
"argument" : "Status",
"state" : "success",
"expected" : "CANCELLED"
}, {
"matcher" : "path",
"argument" : "Status",
"state" : "failure",
"expected" : "FAILED"
}, {
"matcher" : "path",
"argument" : "Status",
"state" : "retry",
"expected" : "QUEUED"
}, {
"matcher" : "path",
"argument" : "Status",
"state" : "retry",
"expected" : "IN_PROGRESS"
} ]
}
}
}
}
26 changes: 25 additions & 1 deletion apis/opensearch/2021-01-01/api-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -1513,7 +1513,8 @@
"WarmType":{"shape":"OpenSearchWarmPartitionInstanceType"},
"WarmCount":{"shape":"IntegerClass"},
"ColdStorageOptions":{"shape":"ColdStorageOptions"},
"MultiAZWithStandbyEnabled":{"shape":"Boolean"}
"MultiAZWithStandbyEnabled":{"shape":"Boolean"},
"NodeOptions":{"shape":"NodeOptionsList"}
}
},
"ClusterConfigStatus":{
Expand Down Expand Up @@ -3420,11 +3421,34 @@
}
},
"NextToken":{"type":"string"},
"NodeConfig":{
"type":"structure",
"members":{
"Enabled":{"shape":"Boolean"},
"Type":{"shape":"OpenSearchPartitionInstanceType"},
"Count":{"shape":"IntegerClass"}
}
},
"NodeId":{
"type":"string",
"max":40,
"min":10
},
"NodeOption":{
"type":"structure",
"members":{
"NodeType":{"shape":"NodeOptionsNodeType"},
"NodeConfig":{"shape":"NodeConfig"}
}
},
"NodeOptionsList":{
"type":"list",
"member":{"shape":"NodeOption"}
},
"NodeOptionsNodeType":{
"type":"string",
"enum":["coordinator"]
},
"NodeStatus":{
"type":"string",
"enum":[
Expand Down
27 changes: 27 additions & 0 deletions apis/opensearch/2021-01-01/docs-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -412,6 +412,7 @@
"JWTOptionsOutput$Enabled": "<p>True if JWT use is enabled.</p>",
"ListInstanceTypeDetailsRequest$RetrieveAZs": "<p>An optional parameter that specifies the Availability Zones for the domain.</p>",
"LogPublishingOption$Enabled": "<p>Whether the log should be published.</p>",
"NodeConfig$Enabled": "<p>A boolean that indicates whether a particular node type is enabled or not.</p>",
"NodeToNodeEncryptionOptions$Enabled": "<p>True to enable node-to-node encryption.</p>",
"OffPeakWindowOptions$Enabled": "<p>Whether to enable an off-peak window.</p> <p>This option is only available when modifying a domain created prior to February 16, 2023, not when creating a new domain. All domains created after this date have the off-peak window enabled by default. You can't disable the off-peak window after it's enabled for a domain.</p>",
"OptionStatus$PendingDeletion": "<p>Indicates whether the entity is being deleted.</p>",
Expand Down Expand Up @@ -1574,6 +1575,7 @@
"EBSOptions$VolumeSize": "<p>Specifies the size (in GiB) of EBS volumes attached to data nodes.</p>",
"EBSOptions$Iops": "<p>Specifies the baseline input/output (I/O) performance of EBS volumes attached to data nodes. Applicable only for the <code>gp3</code> and provisioned IOPS EBS volume types.</p>",
"EBSOptions$Throughput": "<p>Specifies the throughput (in MiB/s) of the EBS volumes attached to data nodes. Applicable only for the <code>gp3</code> volume type.</p>",
"NodeConfig$Count": "<p>The number of nodes of a particular node type in the cluster.</p>",
"SAMLOptionsInput$SessionTimeoutMinutes": "<p>The duration, in minutes, after which a user session becomes inactive. Acceptable values are between 1 and 1440, and the default value is 60.</p>",
"SAMLOptionsOutput$SessionTimeoutMinutes": "<p>The duration, in minutes, after which a user session becomes inactive.</p>",
"SnapshotOptions$AutomatedSnapshotStartHour": "<p>The time, in UTC format, when OpenSearch Service takes a daily automated snapshot of the specified domain. Default is <code>0</code> hours.</p>",
Expand Down Expand Up @@ -1972,6 +1974,12 @@
"ListVpcEndpointsResponse$NextToken": "<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>"
}
},
"NodeConfig": {
"base": "<p>Container for specifying configuration of any node type.</p>",
"refs": {
"NodeOption$NodeConfig": "<p>Container for specifying configuration of any node type.</p>"
}
},
"NodeId": {
"base": null,
"refs": {
Expand All @@ -1981,6 +1989,24 @@
"StartDomainMaintenanceRequest$NodeId": "<p>The ID of the data node.</p>"
}
},
"NodeOption": {
"base": "<p>Container for specifying node type.</p>",
"refs": {
"NodeOptionsList$member": null
}
},
"NodeOptionsList": {
"base": null,
"refs": {
"ClusterConfig$NodeOptions": "<p>List of node options for the domain.</p>"
}
},
"NodeOptionsNodeType": {
"base": null,
"refs": {
"NodeOption$NodeType": "<p>Container for node type like coordinating.</p>"
}
},
"NodeStatus": {
"base": null,
"refs": {
Expand Down Expand Up @@ -2071,6 +2097,7 @@
"DescribeInstanceTypeLimitsRequest$InstanceType": "<p>The OpenSearch Service instance type for which you need limit information.</p>",
"DomainNodesStatus$InstanceType": "<p>The instance type information of the node.</p>",
"InstanceTypeDetails$InstanceType": "<p>The instance type.</p>",
"NodeConfig$Type": "<p>The instance type of a particular node type in the cluster.</p>",
"ReservedInstance$InstanceType": "<p>The OpenSearch instance type offered by theReserved Instance offering.</p>",
"ReservedInstanceOffering$InstanceType": "<p>The OpenSearch instance type offered by the Reserved Instance offering.</p>"
}
Expand Down
10 changes: 10 additions & 0 deletions apis/rds/2014-10-31/api-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -9179,6 +9179,11 @@
"ServerlessV2ScalingConfiguration":{"shape":"ServerlessV2ScalingConfiguration"},
"NetworkType":{"shape":"String"},
"RdsCustomClusterConfiguration":{"shape":"RdsCustomClusterConfiguration"},
"MonitoringInterval":{"shape":"IntegerOptional"},
"MonitoringRoleArn":{"shape":"String"},
"EnablePerformanceInsights":{"shape":"BooleanOptional"},
"PerformanceInsightsKMSKeyId":{"shape":"String"},
"PerformanceInsightsRetentionPeriod":{"shape":"IntegerOptional"},
"EngineLifecycleSupport":{"shape":"String"}
}
},
Expand Down Expand Up @@ -9221,6 +9226,11 @@
"NetworkType":{"shape":"String"},
"SourceDbClusterResourceId":{"shape":"String"},
"RdsCustomClusterConfiguration":{"shape":"RdsCustomClusterConfiguration"},
"MonitoringInterval":{"shape":"IntegerOptional"},
"MonitoringRoleArn":{"shape":"String"},
"EnablePerformanceInsights":{"shape":"BooleanOptional"},
"PerformanceInsightsKMSKeyId":{"shape":"String"},
"PerformanceInsightsRetentionPeriod":{"shape":"IntegerOptional"},
"EngineLifecycleSupport":{"shape":"String"}
}
},
Expand Down
Loading

0 comments on commit 254f8de

Please sign in to comment.