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 1, 2024
1 parent 29e8fc6 commit 6ff5c4d
Show file tree
Hide file tree
Showing 39 changed files with 654 additions and 170 deletions.
55 changes: 54 additions & 1 deletion apis/bedrock-agent/2023-06-05/api-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -916,6 +916,25 @@
],
"idempotent":true
},
"StopIngestionJob":{
"name":"StopIngestionJob",
"http":{
"method":"POST",
"requestUri":"/knowledgebases/{knowledgeBaseId}/datasources/{dataSourceId}/ingestionjobs/{ingestionJobId}/stop",
"responseCode":202
},
"input":{"shape":"StopIngestionJobRequest"},
"output":{"shape":"StopIngestionJobResponse"},
"errors":[
{"shape":"ThrottlingException"},
{"shape":"AccessDeniedException"},
{"shape":"ValidationException"},
{"shape":"InternalServerException"},
{"shape":"ResourceNotFoundException"},
{"shape":"ConflictException"}
],
"idempotent":true
},
"TagResource":{
"name":"TagResource",
"http":{
Expand Down Expand Up @@ -3521,7 +3540,9 @@
"STARTING",
"IN_PROGRESS",
"COMPLETE",
"FAILED"
"FAILED",
"STOPPING",
"STOPPED"
]
},
"IngestionJobSummaries":{
Expand Down Expand Up @@ -4997,6 +5018,38 @@
"type":"string",
"enum":["POST_CHUNKING"]
},
"StopIngestionJobRequest":{
"type":"structure",
"required":[
"dataSourceId",
"ingestionJobId",
"knowledgeBaseId"
],
"members":{
"dataSourceId":{
"shape":"Id",
"location":"uri",
"locationName":"dataSourceId"
},
"ingestionJobId":{
"shape":"Id",
"location":"uri",
"locationName":"ingestionJobId"
},
"knowledgeBaseId":{
"shape":"Id",
"location":"uri",
"locationName":"knowledgeBaseId"
}
}
},
"StopIngestionJobResponse":{
"type":"structure",
"required":["ingestionJob"],
"members":{
"ingestionJob":{"shape":"IngestionJob"}
}
},
"StopSequences":{
"type":"list",
"member":{"shape":"String"},
Expand Down
123 changes: 69 additions & 54 deletions apis/bedrock-agent/2023-06-05/docs-2.json

Large diffs are not rendered by default.

12 changes: 12 additions & 0 deletions apis/codeartifact/2018-09-22/api-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -1651,6 +1651,13 @@
"type":"list",
"member":{"shape":"DomainSummary"}
},
"EndpointType":{
"type":"string",
"enum":[
"dualstack",
"ipv4"
]
},
"ErrorMessage":{"type":"string"},
"ExternalConnectionName":{
"type":"string",
Expand Down Expand Up @@ -1920,6 +1927,11 @@
"shape":"PackageFormat",
"location":"querystring",
"locationName":"format"
},
"endpointType":{
"shape":"EndpointType",
"location":"querystring",
"locationName":"endpointType"
}
}
},
Expand Down
8 changes: 7 additions & 1 deletion apis/codeartifact/2018-09-22/docs-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -504,6 +504,12 @@
"ListDomainsResult$domains": "<p> The returned list of <a href=\"https://docs.aws.amazon.com/codeartifact/latest/APIReference/API_DomainSummary.html\">DomainSummary</a> objects. </p>"
}
},
"EndpointType": {
"base": null,
"refs": {
"GetRepositoryEndpointRequest$endpointType": "<p>A string that specifies the type of endpoint.</p>"
}
},
"ErrorMessage": {
"base": null,
"refs": {
Expand Down Expand Up @@ -865,7 +871,7 @@
"PublishPackageVersionRequest$format": "<p>A format that specifies the type of the package version with the requested asset file.</p> <p>The only supported value is <code>generic</code>.</p>",
"PublishPackageVersionResult$format": "<p>The format of the package version.</p>",
"PutPackageOriginConfigurationRequest$format": "<p>A format that specifies the type of the package to be updated.</p>",
"RepositoryExternalConnectionInfo$packageFormat": "<p> The package format associated with a repository's external connection. The valid package formats are: </p> <ul> <li> <p> <code>npm</code>: A Node Package Manager (npm) package. </p> </li> <li> <p> <code>pypi</code>: A Python Package Index (PyPI) package. </p> </li> <li> <p> <code>maven</code>: A Maven package that contains compiled code in a distributable format, such as a JAR file. </p> </li> <li> <p> <code>nuget</code>: A NuGet package. </p> </li> </ul>",
"RepositoryExternalConnectionInfo$packageFormat": "<p> The package format associated with a repository's external connection. The valid package formats are: </p> <ul> <li> <p> <code>npm</code>: A Node Package Manager (npm) package. </p> </li> <li> <p> <code>pypi</code>: A Python Package Index (PyPI) package. </p> </li> <li> <p> <code>maven</code>: A Maven package that contains compiled code in a distributable format, such as a JAR file. </p> </li> <li> <p> <code>nuget</code>: A NuGet package. </p> </li> <li> <p> <code>generic</code>: A generic package. </p> </li> <li> <p> <code>ruby</code>: A Ruby package. </p> </li> <li> <p> <code>swift</code>: A Swift package. </p> </li> <li> <p> <code>cargo</code>: A Cargo package. </p> </li> </ul>",
"UpdatePackageVersionsStatusRequest$format": "<p> A format that specifies the type of the package with the statuses to update. </p>"
}
},
Expand Down
18 changes: 15 additions & 3 deletions apis/rds/2014-10-31/api-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -529,7 +529,8 @@
{"shape":"MaxDBShardGroupLimitReached"},
{"shape":"InvalidDBClusterStateFault"},
{"shape":"UnsupportedDBEngineVersionFault"},
{"shape":"InvalidVPCNetworkStateFault"}
{"shape":"InvalidVPCNetworkStateFault"},
{"shape":"NetworkTypeNotSupported"}
]
},
"CreateDBSnapshot":{
Expand Down Expand Up @@ -3325,6 +3326,13 @@
"CertificateDetails":{"shape":"CertificateDetails"}
}
},
"ClusterScalabilityType":{
"type":"string",
"enum":[
"standard",
"limitless"
]
},
"ConnectionPoolConfiguration":{
"type":"structure",
"members":{
Expand Down Expand Up @@ -3586,6 +3594,7 @@
"EnableLimitlessDatabase":{"shape":"BooleanOptional"},
"ServerlessV2ScalingConfiguration":{"shape":"ServerlessV2ScalingConfiguration"},
"NetworkType":{"shape":"String"},
"ClusterScalabilityType":{"shape":"ClusterScalabilityType"},
"DBSystemId":{"shape":"String"},
"ManageMasterUserPassword":{"shape":"BooleanOptional"},
"MasterUserSecretKmsKeyId":{"shape":"String"},
Expand Down Expand Up @@ -3875,7 +3884,8 @@
"ComputeRedundancy":{"shape":"IntegerOptional"},
"MaxACU":{"shape":"DoubleOptional"},
"MinACU":{"shape":"DoubleOptional"},
"PubliclyAccessible":{"shape":"BooleanOptional"}
"PubliclyAccessible":{"shape":"BooleanOptional"},
"Tags":{"shape":"TagList"}
}
},
"CreateDBSnapshotMessage":{
Expand Down Expand Up @@ -4180,6 +4190,7 @@
"AwsBackupRecoveryPointArn":{"shape":"String"},
"LimitlessDatabase":{"shape":"LimitlessDatabase"},
"StorageThroughput":{"shape":"IntegerOptional"},
"ClusterScalabilityType":{"shape":"ClusterScalabilityType"},
"CertificateDetails":{"shape":"CertificateDetails"},
"EngineLifecycleSupport":{"shape":"String"}
},
Expand Down Expand Up @@ -5431,7 +5442,8 @@
"Status":{"shape":"String"},
"PubliclyAccessible":{"shape":"BooleanOptional"},
"Endpoint":{"shape":"String"},
"DBShardGroupArn":{"shape":"String"}
"DBShardGroupArn":{"shape":"String"},
"TagList":{"shape":"TagList"}
}
},
"DBShardGroupAlreadyExistsFault":{
Expand Down
9 changes: 9 additions & 0 deletions apis/rds/2014-10-31/docs-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -810,6 +810,13 @@
"DBCluster$PendingModifiedValues": "<p>Information about pending changes to the DB cluster. This information is returned only when there are pending changes. Specific changes are identified by subelements.</p>"
}
},
"ClusterScalabilityType": {
"base": null,
"refs": {
"CreateDBClusterMessage$ClusterScalabilityType": "<p>Specifies the scalability mode of the Aurora DB cluster. When set to <code>limitless</code>, the cluster operates as an Aurora Limitless Database. When set to <code>standard</code> (the default), the cluster uses normal DB instance creation.</p> <p>Valid for: Aurora DB clusters only</p> <note> <p>You can't modify this setting after you create the DB cluster.</p> </note>",
"DBCluster$ClusterScalabilityType": "<p>The scalability mode of the Aurora DB cluster. When set to <code>limitless</code>, the cluster operates as an Aurora Limitless Database. When set to <code>standard</code> (the default), the cluster uses normal DB instance creation.</p>"
}
},
"ConnectionPoolConfiguration": {
"base": "<p>Specifies the settings that control the size and behavior of the connection pool associated with a <code>DBProxyTargetGroup</code>.</p>",
"refs": {
Expand Down Expand Up @@ -5966,6 +5973,7 @@
"CreateDBProxyEndpointRequest$Tags": null,
"CreateDBProxyRequest$Tags": "<p>An optional set of key-value pairs to associate arbitrary data of your choosing with the proxy.</p>",
"CreateDBSecurityGroupMessage$Tags": "<p>Tags to assign to the DB security group.</p>",
"CreateDBShardGroupMessage$Tags": null,
"CreateDBSnapshotMessage$Tags": null,
"CreateDBSubnetGroupMessage$Tags": "<p>Tags to assign to the DB subnet group.</p>",
"CreateEventSubscriptionMessage$Tags": null,
Expand All @@ -5977,6 +5985,7 @@
"DBClusterSnapshot$TagList": null,
"DBEngineVersion$TagList": null,
"DBInstance$TagList": null,
"DBShardGroup$TagList": null,
"DBSnapshot$TagList": null,
"DBSnapshotTenantDatabase$TagList": null,
"GlobalCluster$TagList": null,
Expand Down
5 changes: 5 additions & 0 deletions gems/aws-partitions/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
Unreleased Changes
------------------

1.982.0 (2024-10-01)
------------------

* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.

1.981.0 (2024-09-27)
------------------

Expand Down
2 changes: 1 addition & 1 deletion gems/aws-partitions/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.981.0
1.982.0
3 changes: 3 additions & 0 deletions gems/aws-partitions/partitions.json
Original file line number Diff line number Diff line change
Expand Up @@ -559,6 +559,7 @@
"aoss" : {
"endpoints" : {
"ap-northeast-1" : { },
"ap-northeast-2" : { },
"ap-south-1" : { },
"ap-southeast-1" : { },
"ap-southeast-2" : { },
Expand Down Expand Up @@ -9138,6 +9139,7 @@
"ca-central-1" : { },
"eu-central-1" : { },
"eu-north-1" : { },
"eu-south-2" : { },
"eu-west-1" : { },
"eu-west-2" : { },
"sa-east-1" : { },
Expand Down Expand Up @@ -13001,6 +13003,7 @@
"eu-central-1" : { },
"eu-north-1" : { },
"eu-south-1" : { },
"eu-south-2" : { },
"eu-west-1" : { },
"eu-west-2" : { },
"eu-west-3" : { },
Expand Down
5 changes: 5 additions & 0 deletions gems/aws-sdk-bedrockagent/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
Unreleased Changes
------------------

1.28.0 (2024-10-01)
------------------

* Feature - This release adds support to stop an ongoing ingestion job using the StopIngestionJob API in Agents for Amazon Bedrock.

1.27.0 (2024-09-24)
------------------

Expand Down
2 changes: 1 addition & 1 deletion gems/aws-sdk-bedrockagent/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.27.0
1.28.0
2 changes: 1 addition & 1 deletion gems/aws-sdk-bedrockagent/lib/aws-sdk-bedrockagent.rb
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ module Plugins
autoload :EndpointProvider, 'aws-sdk-bedrockagent/endpoint_provider'
autoload :Endpoints, 'aws-sdk-bedrockagent/endpoints'

GEM_VERSION = '1.27.0'
GEM_VERSION = '1.28.0'

end

Expand Down
Loading

0 comments on commit 6ff5c4d

Please sign in to comment.