Skip to content

Commit e4fdca9

Browse files
Updated API models and rebuilt service gems.
1 parent 9a28c56 commit e4fdca9

File tree

189 files changed

+17432
-1647
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

189 files changed

+17432
-1647
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -627,6 +627,7 @@ RubyGems.org page under "LINKS" section.
627627
| Amazon Route 53 Domains | Aws::Route53Domains | aws-sdk-route53domains | 2014-05-15 |
628628
| Amazon Route 53 Resolver | Aws::Route53Resolver | aws-sdk-route53resolver | 2018-04-01 |
629629
| Amazon S3 Tables | Aws::S3Tables | aws-sdk-s3tables | 2018-05-10 |
630+
| Amazon S3 Vectors | Aws::S3Vectors | aws-sdk-s3vectors | 2025-07-15 |
630631
| Amazon S3 on Outposts | Aws::S3Outposts | aws-sdk-s3outposts | 2017-07-25 |
631632
| Amazon SageMaker Feature Store Runtime | Aws::SageMakerFeatureStoreRuntime | aws-sdk-sagemakerfeaturestoreruntime | 2020-07-01 |
632633
| Amazon SageMaker Metrics Service | Aws::SageMakerMetrics | aws-sdk-sagemakermetrics | 2022-09-30 |

apis/bedrock-agent/2023-06-05/api-2.json

Lines changed: 25 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4390,6 +4390,16 @@
43904390
"Collector"
43914391
]
43924392
},
4393+
"IndexArn":{
4394+
"type":"string",
4395+
"sensitive":true
4396+
},
4397+
"IndexName":{
4398+
"type":"string",
4399+
"max":63,
4400+
"min":3,
4401+
"sensitive":true
4402+
},
43934403
"InferenceConfiguration":{
43944404
"type":"structure",
43954405
"members":{
@@ -4816,7 +4826,8 @@
48164826
"RDS",
48174827
"MONGO_DB_ATLAS",
48184828
"NEPTUNE_ANALYTICS",
4819-
"OPENSEARCH_MANAGED_CLUSTER"
4829+
"OPENSEARCH_MANAGED_CLUSTER",
4830+
"S3_VECTORS"
48204831
]
48214832
},
48224833
"KnowledgeBaseSummaries":{
@@ -6636,6 +6647,14 @@
66366647
"max":1,
66376648
"min":1
66386649
},
6650+
"S3VectorsConfiguration":{
6651+
"type":"structure",
6652+
"members":{
6653+
"indexArn":{"shape":"IndexArn"},
6654+
"indexName":{"shape":"IndexName"},
6655+
"vectorBucketArn":{"shape":"VectorBucketArn"}
6656+
}
6657+
},
66396658
"SalesforceAuthType":{
66406659
"type":"string",
66416660
"enum":["OAUTH2_CLIENT_CREDENTIALS"]
@@ -6907,6 +6926,7 @@
69076926
"pineconeConfiguration":{"shape":"PineconeConfiguration"},
69086927
"rdsConfiguration":{"shape":"RdsConfiguration"},
69096928
"redisEnterpriseCloudConfiguration":{"shape":"RedisEnterpriseCloudConfiguration"},
6929+
"s3VectorsConfiguration":{"shape":"S3VectorsConfiguration"},
69106930
"type":{"shape":"KnowledgeBaseStorageType"}
69116931
}
69126932
},
@@ -7737,6 +7757,10 @@
77377757
"type":"list",
77387758
"member":{"shape":"ValidationExceptionField"}
77397759
},
7760+
"VectorBucketArn":{
7761+
"type":"string",
7762+
"sensitive":true
7763+
},
77407764
"VectorIngestionConfiguration":{
77417765
"type":"structure",
77427766
"members":{

apis/bedrock-agent/2023-06-05/docs-2.json

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2201,6 +2201,18 @@
22012201
"LoopIncompatibleNodeTypeFlowValidationDetails$incompatibleNodeType": "<p>The node type of the incompatible node in the DoWhile loop. Some node types, like a condition node, aren't allowed in a DoWhile loop.</p>"
22022202
}
22032203
},
2204+
"IndexArn": {
2205+
"base": null,
2206+
"refs": {
2207+
"S3VectorsConfiguration$indexArn": "<p>The Amazon Resource Name (ARN) of the vector index used for the knowledge base. This ARN identifies the specific vector index resource within Amazon Bedrock.</p>"
2208+
}
2209+
},
2210+
"IndexName": {
2211+
"base": null,
2212+
"refs": {
2213+
"S3VectorsConfiguration$indexName": "<p>The name of the vector index used for the knowledge base. This name identifies the vector index within the Amazon Bedrock service.</p>"
2214+
}
2215+
},
22042216
"InferenceConfiguration": {
22052217
"base": "<p>Contains inference parameters to use when the agent invokes a foundation model in the part of the agent sequence defined by the <code>promptType</code>. For more information, see <a href=\"https://docs.aws.amazon.com/bedrock/latest/userguide/model-parameters.html\">Inference parameters for foundation models</a>.</p>",
22062218
"refs": {
@@ -3952,6 +3964,12 @@
39523964
"S3DataSourceConfiguration$inclusionPrefixes": "<p>A list of S3 prefixes to include certain files or content. For more information, see <a href=\"https://docs.aws.amazon.com/AmazonS3/latest/userguide/using-prefixes.html\">Organizing objects using prefixes</a>.</p>"
39533965
}
39543966
},
3967+
"S3VectorsConfiguration": {
3968+
"base": "<p>Contains the storage configuration of the knowledge base for S3 vectors.</p>",
3969+
"refs": {
3970+
"StorageConfiguration$s3VectorsConfiguration": "<p>The configuration settings for storing knowledge base data using S3 vectors. This includes vector index information and S3 bucket details for vector storage.</p>"
3971+
}
3972+
},
39553973
"SalesforceAuthType": {
39563974
"base": null,
39573975
"refs": {
@@ -4638,6 +4656,12 @@
46384656
"ValidationException$fieldList": "<p>A list of objects containing fields that caused validation errors and their corresponding validation error messages.</p>"
46394657
}
46404658
},
4659+
"VectorBucketArn": {
4660+
"base": null,
4661+
"refs": {
4662+
"S3VectorsConfiguration$vectorBucketArn": "<p>The Amazon Resource Name (ARN) of the S3 bucket where vector embeddings are stored. This bucket contains the vector data used by the knowledge base.</p>"
4663+
}
4664+
},
46414665
"VectorIngestionConfiguration": {
46424666
"base": "<p>Contains details about how to ingest the documents in a data source.</p>",
46434667
"refs": {

apis/datazone/2018-05-10/api-2.json

Lines changed: 42 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3909,6 +3909,7 @@
39093909
"hyperPodProperties":{"shape":"HyperPodPropertiesInput"},
39103910
"iamProperties":{"shape":"IamPropertiesInput"},
39113911
"redshiftProperties":{"shape":"RedshiftPropertiesInput"},
3912+
"s3Properties":{"shape":"S3PropertiesInput"},
39123913
"sparkEmrProperties":{"shape":"SparkEmrPropertiesInput"},
39133914
"sparkGlueProperties":{"shape":"SparkGluePropertiesInput"}
39143915
},
@@ -3922,6 +3923,7 @@
39223923
"hyperPodProperties":{"shape":"HyperPodPropertiesOutput"},
39233924
"iamProperties":{"shape":"IamPropertiesOutput"},
39243925
"redshiftProperties":{"shape":"RedshiftPropertiesOutput"},
3926+
"s3Properties":{"shape":"S3PropertiesOutput"},
39253927
"sparkEmrProperties":{"shape":"SparkEmrPropertiesOutput"},
39263928
"sparkGlueProperties":{"shape":"SparkGluePropertiesOutput"}
39273929
},
@@ -3934,6 +3936,7 @@
39343936
"glueProperties":{"shape":"GluePropertiesPatch"},
39353937
"iamProperties":{"shape":"IamPropertiesPatch"},
39363938
"redshiftProperties":{"shape":"RedshiftPropertiesPatch"},
3939+
"s3Properties":{"shape":"S3PropertiesPatch"},
39373940
"sparkEmrProperties":{"shape":"SparkEmrPropertiesPatch"}
39383941
},
39393942
"union":true
@@ -3997,6 +4000,7 @@
39974000
"ORACLE",
39984001
"POSTGRESQL",
39994002
"REDSHIFT",
4003+
"S3",
40004004
"SAPHANA",
40014005
"SNOWFLAKE",
40024006
"SPARK",
@@ -4605,7 +4609,6 @@
46054609
"type":"structure",
46064610
"required":[
46074611
"domainIdentifier",
4608-
"environmentProfileIdentifier",
46094612
"name",
46104613
"projectIdentifier"
46114614
],
@@ -12579,6 +12582,12 @@
1257912582
"updated":{"shape":"Integer"}
1258012583
}
1258112584
},
12585+
"S3AccessGrantLocationId":{
12586+
"type":"string",
12587+
"max":64,
12588+
"min":0,
12589+
"pattern":"^[a-zA-Z0-9\\-]+$"
12590+
},
1258212591
"S3Location":{
1258312592
"type":"string",
1258412593
"max":1024,
@@ -12591,6 +12600,38 @@
1259112600
"max":20,
1259212601
"min":0
1259312602
},
12603+
"S3PropertiesInput":{
12604+
"type":"structure",
12605+
"required":["s3Uri"],
12606+
"members":{
12607+
"s3AccessGrantLocationId":{"shape":"S3AccessGrantLocationId"},
12608+
"s3Uri":{"shape":"S3Uri"}
12609+
}
12610+
},
12611+
"S3PropertiesOutput":{
12612+
"type":"structure",
12613+
"required":["s3Uri"],
12614+
"members":{
12615+
"errorMessage":{"shape":"String"},
12616+
"s3AccessGrantLocationId":{"shape":"S3AccessGrantLocationId"},
12617+
"s3Uri":{"shape":"S3Uri"},
12618+
"status":{"shape":"ConnectionStatus"}
12619+
}
12620+
},
12621+
"S3PropertiesPatch":{
12622+
"type":"structure",
12623+
"required":["s3Uri"],
12624+
"members":{
12625+
"s3AccessGrantLocationId":{"shape":"S3AccessGrantLocationId"},
12626+
"s3Uri":{"shape":"S3Uri"}
12627+
}
12628+
},
12629+
"S3Uri":{
12630+
"type":"string",
12631+
"max":2048,
12632+
"min":0,
12633+
"pattern":"^s3://.+$"
12634+
},
1259412635
"SageMakerAssetType":{
1259512636
"type":"string",
1259612637
"max":64,

apis/datazone/2018-05-10/docs-2.json

Lines changed: 37 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -964,7 +964,8 @@
964964
"refs": {
965965
"GlueConnection$status": "<p>The status of the Amazon Web Services Glue connection.</p>",
966966
"GluePropertiesOutput$status": "<p>The status of a connection.</p>",
967-
"RedshiftPropertiesOutput$status": "<p>The status in the Amazon Redshift properties.</p>"
967+
"RedshiftPropertiesOutput$status": "<p>The status in the Amazon Redshift properties.</p>",
968+
"S3PropertiesOutput$status": "<p>The status of the Amazon S3 connection.</p>"
968969
}
969970
},
970971
"ConnectionSummaries": {
@@ -6352,6 +6353,14 @@
63526353
"StartDataSourceRunOutput$runStatisticsForAssets": "<p>Specifies run statistics for assets.</p>"
63536354
}
63546355
},
6356+
"S3AccessGrantLocationId": {
6357+
"base": null,
6358+
"refs": {
6359+
"S3PropertiesInput$s3AccessGrantLocationId": "<p>The Amazon S3 Access Grant location ID that's part of the Amazon S3 properties of a connection.</p>",
6360+
"S3PropertiesOutput$s3AccessGrantLocationId": "<p>The Amazon S3 Access Grant location ID that's part of the Amazon S3 properties of a connection.</p>",
6361+
"S3PropertiesPatch$s3AccessGrantLocationId": "<p>The Amazon S3 Access Grant location ID that's part of the Amazon S3 properties patch of a connection.</p>"
6362+
}
6363+
},
63556364
"S3Location": {
63566365
"base": null,
63576366
"refs": {
@@ -6364,6 +6373,32 @@
63646373
"LakeFormationConfiguration$locationRegistrationExcludeS3Locations": "<p>Specifies certain Amazon S3 locations if you do not want Amazon DataZone to automatically register them in hybrid mode. </p>"
63656374
}
63666375
},
6376+
"S3PropertiesInput": {
6377+
"base": "<p>The Amazon S3 properties of a connection.</p>",
6378+
"refs": {
6379+
"ConnectionPropertiesInput$s3Properties": "<p>The Amazon S3 properties of a connection.</p>"
6380+
}
6381+
},
6382+
"S3PropertiesOutput": {
6383+
"base": "<p>The Amazon S3 properties of a connection.</p>",
6384+
"refs": {
6385+
"ConnectionPropertiesOutput$s3Properties": "<p>The Amazon S3 properties of a connection.</p>"
6386+
}
6387+
},
6388+
"S3PropertiesPatch": {
6389+
"base": "<p>The Amazon S3 properties patch of a connection.</p>",
6390+
"refs": {
6391+
"ConnectionPropertiesPatch$s3Properties": "<p>The Amazon S3 properties of a connection properties patch.</p>"
6392+
}
6393+
},
6394+
"S3Uri": {
6395+
"base": null,
6396+
"refs": {
6397+
"S3PropertiesInput$s3Uri": "<p>The Amazon S3 URI that's part of the Amazon S3 properties of a connection.</p>",
6398+
"S3PropertiesOutput$s3Uri": "<p>The Amazon S3 URI that's part of the Amazon S3 properties of a connection.</p>",
6399+
"S3PropertiesPatch$s3Uri": "<p>The Amazon S3 URI that's part of the Amazon S3 properties patch of a connection.</p>"
6400+
}
6401+
},
63676402
"SageMakerAssetType": {
63686403
"base": null,
63696404
"refs": {
@@ -7071,6 +7106,7 @@
70717106
"Resource$provider": "<p>The provider of a provisioned resource of this Amazon DataZone environment.</p>",
70727107
"Resource$type": "<p>The type of a provisioned resource of this Amazon DataZone environment.</p>",
70737108
"Resource$value": "<p>The value of a provisioned resource of this Amazon DataZone environment.</p>",
7109+
"S3PropertiesOutput$errorMessage": "<p>The error message that gets displayed.</p>",
70747110
"SearchListingsInput$searchText": "<p>Specifies the text for which to search.</p>",
70757111
"SelfGrantStatusDetail$failureCause": "<p>The reason for why the operation failed.</p>",
70767112
"SparkEmrPropertiesOutput$computeArn": "<p>The compute ARN of the Spark EMR.</p>",

apis/ec2/2016-11-15/api-2.json

Lines changed: 36 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12295,7 +12295,8 @@
1229512295
"TagSpecifications":{
1229612296
"shape":"TagSpecificationList",
1229712297
"locationName":"TagSpecification"
12298-
}
12298+
},
12299+
"IpAddressType":{"shape":"IpAddressType"}
1229912300
}
1230012301
},
1230112302
"CreateInstanceConnectEndpointResult":{
@@ -23764,6 +23765,10 @@
2376423765
"Tags":{
2376523766
"shape":"TagList",
2376623767
"locationName":"tagSet"
23768+
},
23769+
"IpAddressType":{
23770+
"shape":"IpAddressType",
23771+
"locationName":"ipAddressType"
2376723772
}
2376823773
}
2376923774
},
@@ -29434,6 +29439,30 @@
2943429439
},
2943529440
"InferenceDeviceMemorySize":{"type":"integer"},
2943629441
"InferenceDeviceName":{"type":"string"},
29442+
"InitializationStatusDetails":{
29443+
"type":"structure",
29444+
"members":{
29445+
"InitializationType":{
29446+
"shape":"InitializationType",
29447+
"locationName":"initializationType"
29448+
},
29449+
"Progress":{
29450+
"shape":"Long",
29451+
"locationName":"progress"
29452+
},
29453+
"EstimatedTimeToCompleteInSeconds":{
29454+
"shape":"Long",
29455+
"locationName":"estimatedTimeToCompleteInSeconds"
29456+
}
29457+
}
29458+
},
29459+
"InitializationType":{
29460+
"type":"string",
29461+
"enum":[
29462+
"default",
29463+
"provisioned-rate"
29464+
]
29465+
},
2943729466
"InsideCidrBlocksStringList":{
2943829467
"type":"list",
2943929468
"member":{
@@ -52010,6 +52039,10 @@
5201052039
"shape":"VolumeStatusAttachmentStatusList",
5201152040
"locationName":"attachmentStatuses"
5201252041
},
52042+
"InitializationStatusDetails":{
52043+
"shape":"InitializationStatusDetails",
52044+
"locationName":"initializationStatusDetails"
52045+
},
5201352046
"AvailabilityZoneId":{
5201452047
"shape":"String",
5201552048
"locationName":"availabilityZoneId"
@@ -52027,7 +52060,8 @@
5202752060
"type":"string",
5202852061
"enum":[
5202952062
"io-enabled",
52030-
"io-performance"
52063+
"io-performance",
52064+
"initialization-state"
5203152065
]
5203252066
},
5203352067
"VolumeType":{

0 commit comments

Comments
 (0)