Skip to content

Commit 31ec989

Browse files
Updated API models and rebuilt service gems.
1 parent 9f34ee5 commit 31ec989

File tree

23 files changed

+118
-16
lines changed

23 files changed

+118
-16
lines changed

apis/cleanrooms/2022-02-17/api-2.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6820,7 +6820,8 @@
68206820
"locationName":"collaborationIdentifier"
68216821
},
68226822
"name":{"shape":"CollaborationName"},
6823-
"description":{"shape":"CollaborationDescription"}
6823+
"description":{"shape":"CollaborationDescription"},
6824+
"analyticsEngine":{"shape":"AnalyticsEngine"}
68246825
}
68256826
},
68266827
"UpdateCollaborationOutput":{

apis/cleanrooms/2022-02-17/docs-2.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -537,7 +537,8 @@
537537
"refs": {
538538
"Collaboration$analyticsEngine": "<p> The analytics engine for the collaboration.</p>",
539539
"CollaborationSummary$analyticsEngine": "<p> The analytics engine.</p>",
540-
"CreateCollaborationInput$analyticsEngine": "<p> The analytics engine.</p>"
540+
"CreateCollaborationInput$analyticsEngine": "<p> The analytics engine.</p>",
541+
"UpdateCollaborationInput$analyticsEngine": "<p>The analytics engine.</p>"
541542
}
542543
},
543544
"AthenaDatabaseName": {

apis/sagemaker/2017-07-24/api-2.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8275,7 +8275,8 @@
82758275
"members":{
82768276
"NotebookInstanceLifecycleConfigName":{"shape":"NotebookInstanceLifecycleConfigName"},
82778277
"OnCreate":{"shape":"NotebookInstanceLifecycleConfigList"},
8278-
"OnStart":{"shape":"NotebookInstanceLifecycleConfigList"}
8278+
"OnStart":{"shape":"NotebookInstanceLifecycleConfigList"},
8279+
"Tags":{"shape":"TagList"}
82798280
}
82808281
},
82818282
"CreateNotebookInstanceLifecycleConfigOutput":{

apis/sagemaker/2017-07-24/docs-2.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16009,6 +16009,7 @@
1600916009
"CreateModelQualityJobDefinitionRequest$Tags": "<p>(Optional) An array of key-value pairs. For more information, see <a href=\"https://docs.aws.amazon.com/awsaccountbilling/latest/aboutv2/cost-alloc-tags.html#allocation-whatURL\"> Using Cost Allocation Tags</a> in the <i>Amazon Web Services Billing and Cost Management User Guide</i>.</p>",
1601016010
"CreateMonitoringScheduleRequest$Tags": "<p>(Optional) An array of key-value pairs. For more information, see <a href=\" https://docs.aws.amazon.com/awsaccountbilling/latest/aboutv2/cost-alloc-tags.html#allocation-whatURL\">Using Cost Allocation Tags</a> in the <i>Amazon Web Services Billing and Cost Management User Guide</i>.</p>",
1601116011
"CreateNotebookInstanceInput$Tags": "<p>An array of key-value pairs. You can use tags to categorize your Amazon Web Services resources in different ways, for example, by purpose, owner, or environment. For more information, see <a href=\"https://docs.aws.amazon.com/general/latest/gr/aws_tagging.html\">Tagging Amazon Web Services Resources</a>.</p>",
16012+
"CreateNotebookInstanceLifecycleConfigInput$Tags": "<p>An array of key-value pairs. You can use tags to categorize your Amazon Web Services resources in different ways, for example, by purpose, owner, or environment. For more information, see <a href=\"https://docs.aws.amazon.com/tag-editor/latest/userguide/tagging.html\">Tagging Amazon Web Services Resources</a>.</p>",
1601216013
"CreateOptimizationJobRequest$Tags": "<p>A list of key-value pairs associated with the optimization job. For more information, see <a href=\"https://docs.aws.amazon.com/general/latest/gr/aws_tagging.html\">Tagging Amazon Web Services resources</a> in the <i>Amazon Web Services General Reference Guide</i>.</p>",
1601316014
"CreatePartnerAppRequest$Tags": "<p>Each tag consists of a key and an optional value. Tag keys must be unique per resource.</p>",
1601416015
"CreatePipelineRequest$Tags": "<p>A list of tags to apply to the created pipeline.</p>",

gems/aws-partitions/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
Unreleased Changes
22
------------------
33

4+
1.1079.0 (2025-04-01)
5+
------------------
6+
7+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
8+
49
1.1078.0 (2025-03-31)
510
------------------
611

gems/aws-partitions/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.1078.0
1+
1.1079.0

gems/aws-partitions/partitions.json

Lines changed: 38 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36428,10 +36428,33 @@
3642836428
},
3642936429
"glacier" : {
3643036430
"endpoints" : {
36431+
"fips-us-iso-east-1" : {
36432+
"credentialScope" : {
36433+
"region" : "us-iso-east-1"
36434+
},
36435+
"deprecated" : true,
36436+
"hostname" : "glacier-fips.us-iso-east-1.c2s.ic.gov"
36437+
},
36438+
"fips-us-iso-west-1" : {
36439+
"credentialScope" : {
36440+
"region" : "us-iso-west-1"
36441+
},
36442+
"deprecated" : true,
36443+
"hostname" : "glacier-fips.us-iso-west-1.c2s.ic.gov"
36444+
},
3643136445
"us-iso-east-1" : {
36432-
"protocols" : [ "http", "https" ]
36446+
"protocols" : [ "http", "https" ],
36447+
"variants" : [ {
36448+
"hostname" : "glacier-fips.us-iso-east-1.c2s.ic.gov",
36449+
"tags" : [ "fips" ]
36450+
} ]
3643336451
},
36434-
"us-iso-west-1" : { }
36452+
"us-iso-west-1" : {
36453+
"variants" : [ {
36454+
"hostname" : "glacier-fips.us-iso-west-1.c2s.ic.gov",
36455+
"tags" : [ "fips" ]
36456+
} ]
36457+
}
3643536458
}
3643636459
},
3643736460
"glue" : {
@@ -37411,7 +37434,19 @@
3741137434
},
3741237435
"glacier" : {
3741337436
"endpoints" : {
37414-
"us-isob-east-1" : { }
37437+
"fips-us-isob-east-1" : {
37438+
"credentialScope" : {
37439+
"region" : "us-isob-east-1"
37440+
},
37441+
"deprecated" : true,
37442+
"hostname" : "glacier-fips.us-isob-east-1.sc2s.sgov.gov"
37443+
},
37444+
"us-isob-east-1" : {
37445+
"variants" : [ {
37446+
"hostname" : "glacier-fips.us-isob-east-1.sc2s.sgov.gov",
37447+
"tags" : [ "fips" ]
37448+
} ]
37449+
}
3741537450
}
3741637451
},
3741737452
"health" : {

gems/aws-sdk-cleanrooms/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
Unreleased Changes
22
------------------
33

4+
1.42.0 (2025-04-01)
5+
------------------
6+
7+
* Feature - This release adds support for updating the analytics engine of a collaboration.
8+
49
1.41.0 (2025-03-18)
510
------------------
611

gems/aws-sdk-cleanrooms/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.41.0
1+
1.42.0

gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ module Plugins
5555
autoload :EndpointProvider, 'aws-sdk-cleanrooms/endpoint_provider'
5656
autoload :Endpoints, 'aws-sdk-cleanrooms/endpoints'
5757

58-
GEM_VERSION = '1.41.0'
58+
GEM_VERSION = '1.42.0'
5959

6060
end
6161

0 commit comments

Comments
 (0)