Skip to content

Commit 3ecda90

Browse files
author
AWS
committed
AWS AppSync Update: Deprecate atRestEncryptionEnabled and transitEncryptionEnabled attributes in CreateApiCache action. Encryption is always enabled for new caches.
1 parent 2e0adcd commit 3ecda90

File tree

2 files changed

+28
-30
lines changed

2 files changed

+28
-30
lines changed
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"type": "feature",
3+
"category": "AWS AppSync",
4+
"contributor": "",
5+
"description": "Deprecate `atRestEncryptionEnabled` and `transitEncryptionEnabled` attributes in `CreateApiCache` action. Encryption is always enabled for new caches."
6+
}

services/appsync/src/main/resources/codegen-resources/service-2.json

Lines changed: 22 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -1964,11 +1964,17 @@
19641964
},
19651965
"transitEncryptionEnabled":{
19661966
"shape":"Boolean",
1967-
"documentation":"<p>Transit encryption flag when connecting to cache. You cannot update this setting after creation.</p>"
1967+
"documentation":"<p>Transit encryption flag when connecting to cache. You cannot update this setting after creation.</p>",
1968+
"deprecated":true,
1969+
"deprecatedMessage":"transitEncryptionEnabled attribute is deprecated. Encryption in transit is always enabled.",
1970+
"deprecatedSince":"5/15/2025"
19681971
},
19691972
"atRestEncryptionEnabled":{
19701973
"shape":"Boolean",
1971-
"documentation":"<p>At-rest encryption flag for cache. You cannot update this setting after creation.</p>"
1974+
"documentation":"<p>At-rest encryption flag for cache. You cannot update this setting after creation.</p>",
1975+
"deprecated":true,
1976+
"deprecatedMessage":"atRestEncryptionEnabled attribute is deprecated. Encryption at rest is always enabled.",
1977+
"deprecatedSince":"5/15/2025"
19721978
},
19731979
"apiCachingBehavior":{
19741980
"shape":"ApiCachingBehavior",
@@ -2690,8 +2696,7 @@
26902696
},
26912697
"DeleteApiCacheResponse":{
26922698
"type":"structure",
2693-
"members":{
2694-
},
2699+
"members":{},
26952700
"documentation":"<p>Represents the output of a <code>DeleteApiCache</code> operation.</p>"
26962701
},
26972702
"DeleteApiKeyRequest":{
@@ -2717,8 +2722,7 @@
27172722
},
27182723
"DeleteApiKeyResponse":{
27192724
"type":"structure",
2720-
"members":{
2721-
}
2725+
"members":{}
27222726
},
27232727
"DeleteApiRequest":{
27242728
"type":"structure",
@@ -2734,8 +2738,7 @@
27342738
},
27352739
"DeleteApiResponse":{
27362740
"type":"structure",
2737-
"members":{
2738-
}
2741+
"members":{}
27392742
},
27402743
"DeleteChannelNamespaceRequest":{
27412744
"type":"structure",
@@ -2760,8 +2763,7 @@
27602763
},
27612764
"DeleteChannelNamespaceResponse":{
27622765
"type":"structure",
2763-
"members":{
2764-
}
2766+
"members":{}
27652767
},
27662768
"DeleteDataSourceRequest":{
27672769
"type":"structure",
@@ -2786,8 +2788,7 @@
27862788
},
27872789
"DeleteDataSourceResponse":{
27882790
"type":"structure",
2789-
"members":{
2790-
}
2791+
"members":{}
27912792
},
27922793
"DeleteDomainNameRequest":{
27932794
"type":"structure",
@@ -2803,8 +2804,7 @@
28032804
},
28042805
"DeleteDomainNameResponse":{
28052806
"type":"structure",
2806-
"members":{
2807-
}
2807+
"members":{}
28082808
},
28092809
"DeleteFunctionRequest":{
28102810
"type":"structure",
@@ -2829,8 +2829,7 @@
28292829
},
28302830
"DeleteFunctionResponse":{
28312831
"type":"structure",
2832-
"members":{
2833-
}
2832+
"members":{}
28342833
},
28352834
"DeleteGraphqlApiRequest":{
28362835
"type":"structure",
@@ -2846,8 +2845,7 @@
28462845
},
28472846
"DeleteGraphqlApiResponse":{
28482847
"type":"structure",
2849-
"members":{
2850-
}
2848+
"members":{}
28512849
},
28522850
"DeleteResolverRequest":{
28532851
"type":"structure",
@@ -2879,8 +2877,7 @@
28792877
},
28802878
"DeleteResolverResponse":{
28812879
"type":"structure",
2882-
"members":{
2883-
}
2880+
"members":{}
28842881
},
28852882
"DeleteTypeRequest":{
28862883
"type":"structure",
@@ -2905,8 +2902,7 @@
29052902
},
29062903
"DeleteTypeResponse":{
29072904
"type":"structure",
2908-
"members":{
2909-
}
2905+
"members":{}
29102906
},
29112907
"DeltaSyncConfig":{
29122908
"type":"structure",
@@ -2946,8 +2942,7 @@
29462942
},
29472943
"DisassociateApiResponse":{
29482944
"type":"structure",
2949-
"members":{
2950-
}
2945+
"members":{}
29512946
},
29522947
"DisassociateMergedGraphqlApiRequest":{
29532948
"type":"structure",
@@ -3359,8 +3354,7 @@
33593354
},
33603355
"FlushApiCacheResponse":{
33613356
"type":"structure",
3362-
"members":{
3363-
},
3357+
"members":{},
33643358
"documentation":"<p>Represents the output of a <code>FlushApiCache</code> operation.</p>"
33653359
},
33663360
"FunctionConfiguration":{
@@ -5294,8 +5288,7 @@
52945288
},
52955289
"TagResourceResponse":{
52965290
"type":"structure",
5297-
"members":{
5298-
}
5291+
"members":{}
52995292
},
53005293
"TagValue":{
53015294
"type":"string",
@@ -5379,8 +5372,7 @@
53795372
},
53805373
"UntagResourceResponse":{
53815374
"type":"structure",
5382-
"members":{
5383-
}
5375+
"members":{}
53845376
},
53855377
"UpdateApiCacheRequest":{
53865378
"type":"structure",

0 commit comments

Comments
 (0)