@@ -773,6 +773,7 @@ import { LogsArchiveDefinition } from "./LogsArchiveDefinition";
773
773
import { LogsArchiveDestinationAzure } from "./LogsArchiveDestinationAzure" ;
774
774
import { LogsArchiveDestinationGCS } from "./LogsArchiveDestinationGCS" ;
775
775
import { LogsArchiveDestinationS3 } from "./LogsArchiveDestinationS3" ;
776
+ import { LogsArchiveEncryptionS3 } from "./LogsArchiveEncryptionS3" ;
776
777
import { LogsArchiveIntegrationAzure } from "./LogsArchiveIntegrationAzure" ;
777
778
import { LogsArchiveIntegrationGCS } from "./LogsArchiveIntegrationGCS" ;
778
779
import { LogsArchiveIntegrationS3 } from "./LogsArchiveIntegrationS3" ;
@@ -1889,6 +1890,7 @@ const enumsMap: { [key: string]: any[] } = {
1889
1890
LogsArchiveDestinationAzureType : [ "azure" ] ,
1890
1891
LogsArchiveDestinationGCSType : [ "gcs" ] ,
1891
1892
LogsArchiveDestinationS3Type : [ "s3" ] ,
1893
+ LogsArchiveEncryptionS3Type : [ "NO_OVERRIDE" , "SSE_S3" , "SSE_KMS" ] ,
1892
1894
LogsArchiveOrderDefinitionType : [ "archive_order" ] ,
1893
1895
LogsArchiveState : [ "UNKNOWN" , "WORKING" , "FAILING" , "WORKING_AUTH_LEGACY" ] ,
1894
1896
LogsComputeType : [ "timeseries" , "total" ] ,
@@ -3204,6 +3206,7 @@ const typeMap: { [index: string]: any } = {
3204
3206
LogsArchiveDestinationAzure : LogsArchiveDestinationAzure ,
3205
3207
LogsArchiveDestinationGCS : LogsArchiveDestinationGCS ,
3206
3208
LogsArchiveDestinationS3 : LogsArchiveDestinationS3 ,
3209
+ LogsArchiveEncryptionS3 : LogsArchiveEncryptionS3 ,
3207
3210
LogsArchiveIntegrationAzure : LogsArchiveIntegrationAzure ,
3208
3211
LogsArchiveIntegrationGCS : LogsArchiveIntegrationGCS ,
3209
3212
LogsArchiveIntegrationS3 : LogsArchiveIntegrationS3 ,
0 commit comments