Skip to content

Commit 0c35d8c

Browse files
authored
chore: remove opsworks services (#1670)
1 parent 5d19afb commit 0c35d8c

File tree

6 files changed

+7
-12733
lines changed

6 files changed

+7
-12733
lines changed
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"id": "b02d92c5-68b1-4b48-97c9-f4b733022153",
3+
"type": "misc",
4+
"description": "Remove OpsWorks and OpsWorks-CM service clients from SDK because the [service has reached End Of Life](https://docs.aws.amazon.com/opsworks/latest/userguide/stacks-eol-faqs.html)"
5+
}

codegen/aws-sdk-codegen/src/main/resources/aws/sdk/kotlin/codegen/endpoints.json

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -18006,22 +18006,6 @@
1800618006
}
1800718007
}
1800818008
},
18009-
"opsworks" : {
18010-
"endpoints" : {
18011-
"ap-southeast-1" : { },
18012-
"eu-central-1" : { },
18013-
"eu-west-1" : { },
18014-
"us-east-1" : { },
18015-
"us-west-2" : { }
18016-
}
18017-
},
18018-
"opsworks-cm" : {
18019-
"endpoints" : {
18020-
"ap-southeast-2" : { },
18021-
"eu-west-1" : { },
18022-
"us-east-1" : { }
18023-
}
18024-
},
1802518009
"organizations" : {
1802618010
"endpoints" : {
1802718011
"aws-global" : {

codegen/aws-sdk-codegen/src/test/kotlin/aws/sdk/kotlin/codegen/EndpointUrlConfigNamesTest.kt

Lines changed: 2 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@
55
package aws.sdk.kotlin.codegen
66

77
import kotlinx.serialization.json.*
8-
import kotlin.test.*
8+
import kotlin.test.Test
9+
import kotlin.test.assertEquals
910

1011
class EndpointUrlConfigNamesTest {
1112
// these don't appear to exist anymore - we don't have models (and therefore no generated clients) for them
@@ -1103,16 +1104,6 @@ private const val TEST_SUITE_JSON = """
11031104
"services_section_name": "opensearch",
11041105
"service_envvar_name": "AWS_ENDPOINT_URL_OPENSEARCH"
11051106
},
1106-
{
1107-
"service_id": "OpsWorks",
1108-
"services_section_name": "opsworks",
1109-
"service_envvar_name": "AWS_ENDPOINT_URL_OPSWORKS"
1110-
},
1111-
{
1112-
"service_id": "OpsWorksCM",
1113-
"services_section_name": "opsworkscm",
1114-
"service_envvar_name": "AWS_ENDPOINT_URL_OPSWORKSCM"
1115-
},
11161107
{
11171108
"service_id": "Organizations",
11181109
"services_section_name": "organizations",
@@ -1672,7 +1663,6 @@ private const val JAVA_CLIENT_NAMES_JSON = """
16721663
"Customer Profiles": "CustomerProfilesClient",
16731664
"DocDB": "DocDbClient",
16741665
"DAX": "DaxClient",
1675-
"OpsWorksCM": "OpsWorksCmClient",
16761666
"ACM PCA": "AcmPcaClient",
16771667
"GuardDuty": "GuardDutyClient",
16781668
"CleanRooms": "CleanRoomsClient",
@@ -1725,7 +1715,6 @@ private const val JAVA_CLIENT_NAMES_JSON = """
17251715
"ConnectCampaigns": "ConnectCampaignsClient",
17261716
"Textract": "TextractClient",
17271717
"Support": "SupportClient",
1728-
"OpsWorks": "OpsWorksClient",
17291718
"identitystore": "IdentitystoreClient",
17301719
"Kinesis Analytics": "KinesisAnalyticsClient",
17311720
"Snowball": "SnowballClient",

0 commit comments

Comments
 (0)