Skip to content

Commit 4f21102

Browse files
authored
misc: sync AWS models and bump smithy-kotlin version (#998)
* Sync AWS models and bump smithy-kotlin version * Add API changes resulting from STS model change
1 parent 74c3a2d commit 4f21102

40 files changed

+20047
-13468
lines changed
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"id": "43d73007-6863-4294-b1b1-13b66e3b1056",
3+
"type": "misc",
4+
"description": "Sync AWS models and bump smithy-kotlin version"
5+
}

aws-runtime/aws-config/api/aws-config.api

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1097,6 +1097,7 @@ public final class aws/sdk/kotlin/runtime/auth/credentials/internal/sts/model/As
10971097
public final fun getExternalId ()Ljava/lang/String;
10981098
public final fun getPolicy ()Ljava/lang/String;
10991099
public final fun getPolicyArns ()Ljava/util/List;
1100+
public final fun getProvidedContexts ()Ljava/util/List;
11001101
public final fun getRoleArn ()Ljava/lang/String;
11011102
public final fun getRoleSessionName ()Ljava/lang/String;
11021103
public final fun getSerialNumber ()Ljava/lang/String;
@@ -1116,6 +1117,7 @@ public final class aws/sdk/kotlin/runtime/auth/credentials/internal/sts/model/As
11161117
public final fun getExternalId ()Ljava/lang/String;
11171118
public final fun getPolicy ()Ljava/lang/String;
11181119
public final fun getPolicyArns ()Ljava/util/List;
1120+
public final fun getProvidedContexts ()Ljava/util/List;
11191121
public final fun getRoleArn ()Ljava/lang/String;
11201122
public final fun getRoleSessionName ()Ljava/lang/String;
11211123
public final fun getSerialNumber ()Ljava/lang/String;
@@ -1127,6 +1129,7 @@ public final class aws/sdk/kotlin/runtime/auth/credentials/internal/sts/model/As
11271129
public final fun setExternalId (Ljava/lang/String;)V
11281130
public final fun setPolicy (Ljava/lang/String;)V
11291131
public final fun setPolicyArns (Ljava/util/List;)V
1132+
public final fun setProvidedContexts (Ljava/util/List;)V
11301133
public final fun setRoleArn (Ljava/lang/String;)V
11311134
public final fun setRoleSessionName (Ljava/lang/String;)V
11321135
public final fun setSerialNumber (Ljava/lang/String;)V
@@ -1477,6 +1480,32 @@ public final class aws/sdk/kotlin/runtime/auth/credentials/internal/sts/model/Po
14771480
public final fun invoke (Lkotlin/jvm/functions/Function1;)Laws/sdk/kotlin/runtime/auth/credentials/internal/sts/model/PolicyDescriptorType;
14781481
}
14791482

1483+
public final class aws/sdk/kotlin/runtime/auth/credentials/internal/sts/model/ProvidedContext {
1484+
public static final field Companion Laws/sdk/kotlin/runtime/auth/credentials/internal/sts/model/ProvidedContext$Companion;
1485+
public synthetic fun <init> (Laws/sdk/kotlin/runtime/auth/credentials/internal/sts/model/ProvidedContext$Builder;Lkotlin/jvm/internal/DefaultConstructorMarker;)V
1486+
public final fun copy (Lkotlin/jvm/functions/Function1;)Laws/sdk/kotlin/runtime/auth/credentials/internal/sts/model/ProvidedContext;
1487+
public static synthetic fun copy$default (Laws/sdk/kotlin/runtime/auth/credentials/internal/sts/model/ProvidedContext;Lkotlin/jvm/functions/Function1;ILjava/lang/Object;)Laws/sdk/kotlin/runtime/auth/credentials/internal/sts/model/ProvidedContext;
1488+
public fun equals (Ljava/lang/Object;)Z
1489+
public final fun getContextAssertion ()Ljava/lang/String;
1490+
public final fun getProviderArn ()Ljava/lang/String;
1491+
public fun hashCode ()I
1492+
public fun toString ()Ljava/lang/String;
1493+
}
1494+
1495+
public final class aws/sdk/kotlin/runtime/auth/credentials/internal/sts/model/ProvidedContext$Builder {
1496+
public fun <init> ()V
1497+
public fun <init> (Laws/sdk/kotlin/runtime/auth/credentials/internal/sts/model/ProvidedContext;)V
1498+
public final fun build ()Laws/sdk/kotlin/runtime/auth/credentials/internal/sts/model/ProvidedContext;
1499+
public final fun getContextAssertion ()Ljava/lang/String;
1500+
public final fun getProviderArn ()Ljava/lang/String;
1501+
public final fun setContextAssertion (Ljava/lang/String;)V
1502+
public final fun setProviderArn (Ljava/lang/String;)V
1503+
}
1504+
1505+
public final class aws/sdk/kotlin/runtime/auth/credentials/internal/sts/model/ProvidedContext$Companion {
1506+
public final fun invoke (Lkotlin/jvm/functions/Function1;)Laws/sdk/kotlin/runtime/auth/credentials/internal/sts/model/ProvidedContext;
1507+
}
1508+
14801509
public final class aws/sdk/kotlin/runtime/auth/credentials/internal/sts/model/RegionDisabledException : aws/sdk/kotlin/runtime/auth/credentials/internal/sts/model/StsException {
14811510
public static final field Companion Laws/sdk/kotlin/runtime/auth/credentials/internal/sts/model/RegionDisabledException$Companion;
14821511
public synthetic fun <init> (Laws/sdk/kotlin/runtime/auth/credentials/internal/sts/model/RegionDisabledException$Builder;Lkotlin/jvm/internal/DefaultConstructorMarker;)V

codegen/sdk/aws-models/apigatewayv2.json

Lines changed: 24 additions & 6 deletions
Large diffs are not rendered by default.

codegen/sdk/aws-models/billingconductor.json

Lines changed: 162 additions & 97 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)