Skip to content

Commit a71bbab

Browse files
feat: update AWS API models
1 parent cd7ee5f commit a71bbab

File tree

6 files changed

+1381
-534
lines changed

6 files changed

+1381
-534
lines changed

codegen/sdk/aws-models/cognito-identity-provider.json

Lines changed: 558 additions & 530 deletions
Large diffs are not rendered by default.

codegen/sdk/aws-models/ec2.json

Lines changed: 216 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113189,6 +113189,13 @@
113189113189
"smithy.api#xmlName": "isDefault"
113190113190
}
113191113191
},
113192+
"EncryptionControl": {
113193+
"target": "com.amazonaws.ec2#VpcEncryptionControl",
113194+
"traits": {
113195+
"aws.protocols#ec2QueryName": "EncryptionControl",
113196+
"smithy.api#xmlName": "encryptionControl"
113197+
}
113198+
},
113192113199
"Tags": {
113193113200
"target": "com.amazonaws.ec2#TagList",
113194113201
"traits": {
@@ -113735,6 +113742,215 @@
113735113742
}
113736113743
}
113737113744
},
113745+
"com.amazonaws.ec2#VpcEncryptionControl": {
113746+
"type": "structure",
113747+
"members": {
113748+
"VpcId": {
113749+
"target": "com.amazonaws.ec2#VpcId",
113750+
"traits": {
113751+
"aws.protocols#ec2QueryName": "VpcId",
113752+
"smithy.api#xmlName": "vpcId"
113753+
}
113754+
},
113755+
"VpcEncryptionControlId": {
113756+
"target": "com.amazonaws.ec2#VpcEncryptionControlId",
113757+
"traits": {
113758+
"aws.protocols#ec2QueryName": "VpcEncryptionControlId",
113759+
"smithy.api#xmlName": "vpcEncryptionControlId"
113760+
}
113761+
},
113762+
"Mode": {
113763+
"target": "com.amazonaws.ec2#VpcEncryptionControlMode",
113764+
"traits": {
113765+
"aws.protocols#ec2QueryName": "Mode",
113766+
"smithy.api#xmlName": "mode"
113767+
}
113768+
},
113769+
"State": {
113770+
"target": "com.amazonaws.ec2#VpcEncryptionControlState",
113771+
"traits": {
113772+
"aws.protocols#ec2QueryName": "State",
113773+
"smithy.api#xmlName": "state"
113774+
}
113775+
},
113776+
"StateMessage": {
113777+
"target": "com.amazonaws.ec2#String",
113778+
"traits": {
113779+
"aws.protocols#ec2QueryName": "StateMessage",
113780+
"smithy.api#xmlName": "stateMessage"
113781+
}
113782+
},
113783+
"ResourceExclusions": {
113784+
"target": "com.amazonaws.ec2#VpcEncryptionControlExclusions",
113785+
"traits": {
113786+
"aws.protocols#ec2QueryName": "ResourceExclusions",
113787+
"smithy.api#xmlName": "resourceExclusions"
113788+
}
113789+
},
113790+
"Tags": {
113791+
"target": "com.amazonaws.ec2#TagList",
113792+
"traits": {
113793+
"aws.protocols#ec2QueryName": "TagSet",
113794+
"smithy.api#xmlName": "tagSet"
113795+
}
113796+
}
113797+
}
113798+
},
113799+
"com.amazonaws.ec2#VpcEncryptionControlExclusion": {
113800+
"type": "structure",
113801+
"members": {
113802+
"State": {
113803+
"target": "com.amazonaws.ec2#VpcEncryptionControlExclusionState",
113804+
"traits": {
113805+
"aws.protocols#ec2QueryName": "State",
113806+
"smithy.api#xmlName": "state"
113807+
}
113808+
},
113809+
"StateMessage": {
113810+
"target": "com.amazonaws.ec2#String",
113811+
"traits": {
113812+
"aws.protocols#ec2QueryName": "StateMessage",
113813+
"smithy.api#xmlName": "stateMessage"
113814+
}
113815+
}
113816+
}
113817+
},
113818+
"com.amazonaws.ec2#VpcEncryptionControlExclusionState": {
113819+
"type": "enum",
113820+
"members": {
113821+
"enabling": {
113822+
"target": "smithy.api#Unit",
113823+
"traits": {
113824+
"smithy.api#enumValue": "enabling"
113825+
}
113826+
},
113827+
"enabled": {
113828+
"target": "smithy.api#Unit",
113829+
"traits": {
113830+
"smithy.api#enumValue": "enabled"
113831+
}
113832+
},
113833+
"disabling": {
113834+
"target": "smithy.api#Unit",
113835+
"traits": {
113836+
"smithy.api#enumValue": "disabling"
113837+
}
113838+
},
113839+
"disabled": {
113840+
"target": "smithy.api#Unit",
113841+
"traits": {
113842+
"smithy.api#enumValue": "disabled"
113843+
}
113844+
}
113845+
}
113846+
},
113847+
"com.amazonaws.ec2#VpcEncryptionControlExclusions": {
113848+
"type": "structure",
113849+
"members": {
113850+
"InternetGateway": {
113851+
"target": "com.amazonaws.ec2#VpcEncryptionControlExclusion",
113852+
"traits": {
113853+
"aws.protocols#ec2QueryName": "InternetGateway",
113854+
"smithy.api#xmlName": "internetGateway"
113855+
}
113856+
},
113857+
"EgressOnlyInternetGateway": {
113858+
"target": "com.amazonaws.ec2#VpcEncryptionControlExclusion",
113859+
"traits": {
113860+
"aws.protocols#ec2QueryName": "EgressOnlyInternetGateway",
113861+
"smithy.api#xmlName": "egressOnlyInternetGateway"
113862+
}
113863+
},
113864+
"NatGateway": {
113865+
"target": "com.amazonaws.ec2#VpcEncryptionControlExclusion",
113866+
"traits": {
113867+
"aws.protocols#ec2QueryName": "NatGateway",
113868+
"smithy.api#xmlName": "natGateway"
113869+
}
113870+
},
113871+
"VirtualPrivateGateway": {
113872+
"target": "com.amazonaws.ec2#VpcEncryptionControlExclusion",
113873+
"traits": {
113874+
"aws.protocols#ec2QueryName": "VirtualPrivateGateway",
113875+
"smithy.api#xmlName": "virtualPrivateGateway"
113876+
}
113877+
},
113878+
"VpcPeering": {
113879+
"target": "com.amazonaws.ec2#VpcEncryptionControlExclusion",
113880+
"traits": {
113881+
"aws.protocols#ec2QueryName": "VpcPeering",
113882+
"smithy.api#xmlName": "vpcPeering"
113883+
}
113884+
}
113885+
}
113886+
},
113887+
"com.amazonaws.ec2#VpcEncryptionControlId": {
113888+
"type": "string"
113889+
},
113890+
"com.amazonaws.ec2#VpcEncryptionControlMode": {
113891+
"type": "enum",
113892+
"members": {
113893+
"monitor": {
113894+
"target": "smithy.api#Unit",
113895+
"traits": {
113896+
"smithy.api#enumValue": "monitor"
113897+
}
113898+
},
113899+
"enforce": {
113900+
"target": "smithy.api#Unit",
113901+
"traits": {
113902+
"smithy.api#enumValue": "enforce"
113903+
}
113904+
}
113905+
}
113906+
},
113907+
"com.amazonaws.ec2#VpcEncryptionControlState": {
113908+
"type": "enum",
113909+
"members": {
113910+
"enforce_in_progress": {
113911+
"target": "smithy.api#Unit",
113912+
"traits": {
113913+
"smithy.api#enumValue": "enforce-in-progress"
113914+
}
113915+
},
113916+
"monitor_in_progress": {
113917+
"target": "smithy.api#Unit",
113918+
"traits": {
113919+
"smithy.api#enumValue": "monitor-in-progress"
113920+
}
113921+
},
113922+
"enforce_failed": {
113923+
"target": "smithy.api#Unit",
113924+
"traits": {
113925+
"smithy.api#enumValue": "enforce-failed"
113926+
}
113927+
},
113928+
"monitor_failed": {
113929+
"target": "smithy.api#Unit",
113930+
"traits": {
113931+
"smithy.api#enumValue": "monitor-failed"
113932+
}
113933+
},
113934+
"deleting": {
113935+
"target": "smithy.api#Unit",
113936+
"traits": {
113937+
"smithy.api#enumValue": "deleting"
113938+
}
113939+
},
113940+
"deleted": {
113941+
"target": "smithy.api#Unit",
113942+
"traits": {
113943+
"smithy.api#enumValue": "deleted"
113944+
}
113945+
},
113946+
"available": {
113947+
"target": "smithy.api#Unit",
113948+
"traits": {
113949+
"smithy.api#enumValue": "available"
113950+
}
113951+
}
113952+
}
113953+
},
113738113954
"com.amazonaws.ec2#VpcEndpoint": {
113739113955
"type": "structure",
113740113956
"members": {

0 commit comments

Comments
 (0)