aws-sdk-core 2.11.571 → 2.11.576

Sign up to get free protection for your applications and to get access to all the features.
@@ -71,17 +71,29 @@
71
71
  "AWSRegion":{
72
72
  "type":"string",
73
73
  "enum":[
74
- "us-east-1",
75
- "us-west-1",
76
- "us-west-2",
77
- "eu-central-1",
78
- "eu-west-1",
74
+ "af-south-1",
75
+ "ap-east-1",
76
+ "ap-south-1",
79
77
  "ap-southeast-1",
80
78
  "ap-southeast-2",
81
79
  "ap-northeast-1",
82
- "eu-north-1",
80
+ "ap-northeast-2",
83
81
  "ap-northeast-3",
84
- "ap-east-1"
82
+ "ca-central-1",
83
+ "eu-central-1",
84
+ "eu-west-1",
85
+ "eu-west-2",
86
+ "eu-west-3",
87
+ "eu-north-1",
88
+ "eu-south-1",
89
+ "me-south-1",
90
+ "sa-east-1",
91
+ "us-east-1",
92
+ "us-east-2",
93
+ "us-west-1",
94
+ "us-west-2",
95
+ "cn-north-1",
96
+ "cn-northwest-1"
85
97
  ]
86
98
  },
87
99
  "AdditionalArtifact":{
@@ -139,7 +151,11 @@
139
151
  "exception":true
140
152
  },
141
153
  "ErrorMessage":{"type":"string"},
142
- "GenericString":{"type":"string"},
154
+ "GenericString":{
155
+ "type":"string",
156
+ "max":256,
157
+ "pattern":"[A-Za-z0-9_\\.\\-=]*"
158
+ },
143
159
  "InternalErrorException":{
144
160
  "type":"structure",
145
161
  "members":{
@@ -244,7 +260,8 @@
244
260
  },
245
261
  "S3Bucket":{
246
262
  "type":"string",
247
- "max":256
263
+ "max":256,
264
+ "pattern":"[A-Za-z0-9_\\.\\-]+"
248
265
  },
249
266
  "S3Prefix":{
250
267
  "type":"string",
@@ -263,7 +280,8 @@
263
280
  "type":"string",
264
281
  "enum":[
265
282
  "HOURLY",
266
- "DAILY"
283
+ "DAILY",
284
+ "MONTHLY"
267
285
  ]
268
286
  },
269
287
  "ValidationException":{
@@ -1748,7 +1748,9 @@
1748
1748
  "IncludePartitionValue":{"shape":"BooleanOptional"},
1749
1749
  "PartitionIncludeSchemaTable":{"shape":"BooleanOptional"},
1750
1750
  "IncludeTableAlterOperations":{"shape":"BooleanOptional"},
1751
- "IncludeControlDetails":{"shape":"BooleanOptional"}
1751
+ "IncludeControlDetails":{"shape":"BooleanOptional"},
1752
+ "MessageMaxBytes":{"shape":"IntegerOptional"},
1753
+ "IncludeNullAndEmpty":{"shape":"BooleanOptional"}
1752
1754
  }
1753
1755
  },
1754
1756
  "KeyList":{
@@ -1765,7 +1767,8 @@
1765
1767
  "IncludePartitionValue":{"shape":"BooleanOptional"},
1766
1768
  "PartitionIncludeSchemaTable":{"shape":"BooleanOptional"},
1767
1769
  "IncludeTableAlterOperations":{"shape":"BooleanOptional"},
1768
- "IncludeControlDetails":{"shape":"BooleanOptional"}
1770
+ "IncludeControlDetails":{"shape":"BooleanOptional"},
1771
+ "IncludeNullAndEmpty":{"shape":"BooleanOptional"}
1769
1772
  }
1770
1773
  },
1771
1774
  "ListTagsForResourceMessage":{
@@ -760,6 +760,15 @@
760
760
  "input":{"shape":"CreateTransitGatewayPeeringAttachmentRequest"},
761
761
  "output":{"shape":"CreateTransitGatewayPeeringAttachmentResult"}
762
762
  },
763
+ "CreateTransitGatewayPrefixListReference":{
764
+ "name":"CreateTransitGatewayPrefixListReference",
765
+ "http":{
766
+ "method":"POST",
767
+ "requestUri":"/"
768
+ },
769
+ "input":{"shape":"CreateTransitGatewayPrefixListReferenceRequest"},
770
+ "output":{"shape":"CreateTransitGatewayPrefixListReferenceResult"}
771
+ },
763
772
  "CreateTransitGatewayRoute":{
764
773
  "name":"CreateTransitGatewayRoute",
765
774
  "http":{
@@ -1185,6 +1194,15 @@
1185
1194
  "input":{"shape":"DeleteTransitGatewayPeeringAttachmentRequest"},
1186
1195
  "output":{"shape":"DeleteTransitGatewayPeeringAttachmentResult"}
1187
1196
  },
1197
+ "DeleteTransitGatewayPrefixListReference":{
1198
+ "name":"DeleteTransitGatewayPrefixListReference",
1199
+ "http":{
1200
+ "method":"POST",
1201
+ "requestUri":"/"
1202
+ },
1203
+ "input":{"shape":"DeleteTransitGatewayPrefixListReferenceRequest"},
1204
+ "output":{"shape":"DeleteTransitGatewayPrefixListReferenceResult"}
1205
+ },
1188
1206
  "DeleteTransitGatewayRoute":{
1189
1207
  "name":"DeleteTransitGatewayRoute",
1190
1208
  "http":{
@@ -2782,6 +2800,15 @@
2782
2800
  "input":{"shape":"GetTransitGatewayMulticastDomainAssociationsRequest"},
2783
2801
  "output":{"shape":"GetTransitGatewayMulticastDomainAssociationsResult"}
2784
2802
  },
2803
+ "GetTransitGatewayPrefixListReferences":{
2804
+ "name":"GetTransitGatewayPrefixListReferences",
2805
+ "http":{
2806
+ "method":"POST",
2807
+ "requestUri":"/"
2808
+ },
2809
+ "input":{"shape":"GetTransitGatewayPrefixListReferencesRequest"},
2810
+ "output":{"shape":"GetTransitGatewayPrefixListReferencesResult"}
2811
+ },
2785
2812
  "GetTransitGatewayRouteTableAssociations":{
2786
2813
  "name":"GetTransitGatewayRouteTableAssociations",
2787
2814
  "http":{
@@ -3090,6 +3117,24 @@
3090
3117
  "input":{"shape":"ModifyTrafficMirrorSessionRequest"},
3091
3118
  "output":{"shape":"ModifyTrafficMirrorSessionResult"}
3092
3119
  },
3120
+ "ModifyTransitGateway":{
3121
+ "name":"ModifyTransitGateway",
3122
+ "http":{
3123
+ "method":"POST",
3124
+ "requestUri":"/"
3125
+ },
3126
+ "input":{"shape":"ModifyTransitGatewayRequest"},
3127
+ "output":{"shape":"ModifyTransitGatewayResult"}
3128
+ },
3129
+ "ModifyTransitGatewayPrefixListReference":{
3130
+ "name":"ModifyTransitGatewayPrefixListReference",
3131
+ "http":{
3132
+ "method":"POST",
3133
+ "requestUri":"/"
3134
+ },
3135
+ "input":{"shape":"ModifyTransitGatewayPrefixListReferenceRequest"},
3136
+ "output":{"shape":"ModifyTransitGatewayPrefixListReferenceResult"}
3137
+ },
3093
3138
  "ModifyTransitGatewayVpcAttachment":{
3094
3139
  "name":"ModifyTransitGatewayVpcAttachment",
3095
3140
  "http":{
@@ -3187,6 +3232,15 @@
3187
3232
  "input":{"shape":"ModifyVpnConnectionRequest"},
3188
3233
  "output":{"shape":"ModifyVpnConnectionResult"}
3189
3234
  },
3235
+ "ModifyVpnConnectionOptions":{
3236
+ "name":"ModifyVpnConnectionOptions",
3237
+ "http":{
3238
+ "method":"POST",
3239
+ "requestUri":"/"
3240
+ },
3241
+ "input":{"shape":"ModifyVpnConnectionOptionsRequest"},
3242
+ "output":{"shape":"ModifyVpnConnectionOptionsResult"}
3243
+ },
3190
3244
  "ModifyVpnTunnelCertificate":{
3191
3245
  "name":"ModifyVpnTunnelCertificate",
3192
3246
  "http":{
@@ -7924,6 +7978,29 @@
7924
7978
  }
7925
7979
  }
7926
7980
  },
7981
+ "CreateTransitGatewayPrefixListReferenceRequest":{
7982
+ "type":"structure",
7983
+ "required":[
7984
+ "TransitGatewayRouteTableId",
7985
+ "PrefixListId"
7986
+ ],
7987
+ "members":{
7988
+ "TransitGatewayRouteTableId":{"shape":"TransitGatewayRouteTableId"},
7989
+ "PrefixListId":{"shape":"PrefixListResourceId"},
7990
+ "TransitGatewayAttachmentId":{"shape":"TransitGatewayAttachmentId"},
7991
+ "Blackhole":{"shape":"Boolean"},
7992
+ "DryRun":{"shape":"Boolean"}
7993
+ }
7994
+ },
7995
+ "CreateTransitGatewayPrefixListReferenceResult":{
7996
+ "type":"structure",
7997
+ "members":{
7998
+ "TransitGatewayPrefixListReference":{
7999
+ "shape":"TransitGatewayPrefixListReference",
8000
+ "locationName":"transitGatewayPrefixListReference"
8001
+ }
8002
+ }
8003
+ },
7927
8004
  "CreateTransitGatewayRequest":{
7928
8005
  "type":"structure",
7929
8006
  "members":{
@@ -9188,6 +9265,27 @@
9188
9265
  }
9189
9266
  }
9190
9267
  },
9268
+ "DeleteTransitGatewayPrefixListReferenceRequest":{
9269
+ "type":"structure",
9270
+ "required":[
9271
+ "TransitGatewayRouteTableId",
9272
+ "PrefixListId"
9273
+ ],
9274
+ "members":{
9275
+ "TransitGatewayRouteTableId":{"shape":"TransitGatewayRouteTableId"},
9276
+ "PrefixListId":{"shape":"PrefixListResourceId"},
9277
+ "DryRun":{"shape":"Boolean"}
9278
+ }
9279
+ },
9280
+ "DeleteTransitGatewayPrefixListReferenceResult":{
9281
+ "type":"structure",
9282
+ "members":{
9283
+ "TransitGatewayPrefixListReference":{
9284
+ "shape":"TransitGatewayPrefixListReference",
9285
+ "locationName":"transitGatewayPrefixListReference"
9286
+ }
9287
+ }
9288
+ },
9191
9289
  "DeleteTransitGatewayRequest":{
9192
9290
  "type":"structure",
9193
9291
  "required":["TransitGatewayId"],
@@ -15968,6 +16066,33 @@
15968
16066
  }
15969
16067
  }
15970
16068
  },
16069
+ "GetTransitGatewayPrefixListReferencesRequest":{
16070
+ "type":"structure",
16071
+ "required":["TransitGatewayRouteTableId"],
16072
+ "members":{
16073
+ "TransitGatewayRouteTableId":{"shape":"TransitGatewayRouteTableId"},
16074
+ "Filters":{
16075
+ "shape":"FilterList",
16076
+ "locationName":"Filter"
16077
+ },
16078
+ "MaxResults":{"shape":"TransitGatewayMaxResults"},
16079
+ "NextToken":{"shape":"String"},
16080
+ "DryRun":{"shape":"Boolean"}
16081
+ }
16082
+ },
16083
+ "GetTransitGatewayPrefixListReferencesResult":{
16084
+ "type":"structure",
16085
+ "members":{
16086
+ "TransitGatewayPrefixListReferences":{
16087
+ "shape":"TransitGatewayPrefixListReferenceSet",
16088
+ "locationName":"transitGatewayPrefixListReferenceSet"
16089
+ },
16090
+ "NextToken":{
16091
+ "shape":"String",
16092
+ "locationName":"nextToken"
16093
+ }
16094
+ }
16095
+ },
15971
16096
  "GetTransitGatewayRouteTableAssociationsRequest":{
15972
16097
  "type":"structure",
15973
16098
  "required":["TransitGatewayRouteTableId"],
@@ -20688,6 +20813,10 @@
20688
20813
  "members":{
20689
20814
  "DryRun":{"shape":"Boolean"},
20690
20815
  "ExcessCapacityTerminationPolicy":{"shape":"FleetExcessCapacityTerminationPolicy"},
20816
+ "LaunchTemplateConfigs":{
20817
+ "shape":"FleetLaunchTemplateConfigListRequest",
20818
+ "locationName":"LaunchTemplateConfig"
20819
+ },
20691
20820
  "FleetId":{"shape":"FleetId"},
20692
20821
  "TargetCapacitySpecification":{"shape":"TargetCapacitySpecificationRequest"}
20693
20822
  }
@@ -21159,6 +21288,10 @@
21159
21288
  "shape":"ExcessCapacityTerminationPolicy",
21160
21289
  "locationName":"excessCapacityTerminationPolicy"
21161
21290
  },
21291
+ "LaunchTemplateConfigs":{
21292
+ "shape":"LaunchTemplateConfigList",
21293
+ "locationName":"LaunchTemplateConfig"
21294
+ },
21162
21295
  "SpotFleetRequestId":{
21163
21296
  "shape":"SpotFleetRequestId",
21164
21297
  "locationName":"spotFleetRequestId"
@@ -21275,6 +21408,60 @@
21275
21408
  }
21276
21409
  }
21277
21410
  },
21411
+ "ModifyTransitGatewayOptions":{
21412
+ "type":"structure",
21413
+ "members":{
21414
+ "VpnEcmpSupport":{"shape":"VpnEcmpSupportValue"},
21415
+ "DnsSupport":{"shape":"DnsSupportValue"},
21416
+ "AutoAcceptSharedAttachments":{"shape":"AutoAcceptSharedAttachmentsValue"},
21417
+ "DefaultRouteTableAssociation":{"shape":"DefaultRouteTableAssociationValue"},
21418
+ "AssociationDefaultRouteTableId":{"shape":"TransitGatewayRouteTableId"},
21419
+ "DefaultRouteTablePropagation":{"shape":"DefaultRouteTablePropagationValue"},
21420
+ "PropagationDefaultRouteTableId":{"shape":"TransitGatewayRouteTableId"}
21421
+ }
21422
+ },
21423
+ "ModifyTransitGatewayPrefixListReferenceRequest":{
21424
+ "type":"structure",
21425
+ "required":[
21426
+ "TransitGatewayRouteTableId",
21427
+ "PrefixListId"
21428
+ ],
21429
+ "members":{
21430
+ "TransitGatewayRouteTableId":{"shape":"TransitGatewayRouteTableId"},
21431
+ "PrefixListId":{"shape":"PrefixListResourceId"},
21432
+ "TransitGatewayAttachmentId":{"shape":"TransitGatewayAttachmentId"},
21433
+ "Blackhole":{"shape":"Boolean"},
21434
+ "DryRun":{"shape":"Boolean"}
21435
+ }
21436
+ },
21437
+ "ModifyTransitGatewayPrefixListReferenceResult":{
21438
+ "type":"structure",
21439
+ "members":{
21440
+ "TransitGatewayPrefixListReference":{
21441
+ "shape":"TransitGatewayPrefixListReference",
21442
+ "locationName":"transitGatewayPrefixListReference"
21443
+ }
21444
+ }
21445
+ },
21446
+ "ModifyTransitGatewayRequest":{
21447
+ "type":"structure",
21448
+ "required":["TransitGatewayId"],
21449
+ "members":{
21450
+ "TransitGatewayId":{"shape":"TransitGatewayId"},
21451
+ "Description":{"shape":"String"},
21452
+ "Options":{"shape":"ModifyTransitGatewayOptions"},
21453
+ "DryRun":{"shape":"Boolean"}
21454
+ }
21455
+ },
21456
+ "ModifyTransitGatewayResult":{
21457
+ "type":"structure",
21458
+ "members":{
21459
+ "TransitGateway":{
21460
+ "shape":"TransitGateway",
21461
+ "locationName":"transitGateway"
21462
+ }
21463
+ }
21464
+ },
21278
21465
  "ModifyTransitGatewayVpcAttachmentRequest":{
21279
21466
  "type":"structure",
21280
21467
  "required":["TransitGatewayAttachmentId"],
@@ -21500,6 +21687,27 @@
21500
21687
  }
21501
21688
  }
21502
21689
  },
21690
+ "ModifyVpnConnectionOptionsRequest":{
21691
+ "type":"structure",
21692
+ "required":["VpnConnectionId"],
21693
+ "members":{
21694
+ "VpnConnectionId":{"shape":"VpnConnectionId"},
21695
+ "LocalIpv4NetworkCidr":{"shape":"String"},
21696
+ "RemoteIpv4NetworkCidr":{"shape":"String"},
21697
+ "LocalIpv6NetworkCidr":{"shape":"String"},
21698
+ "RemoteIpv6NetworkCidr":{"shape":"String"},
21699
+ "DryRun":{"shape":"Boolean"}
21700
+ }
21701
+ },
21702
+ "ModifyVpnConnectionOptionsResult":{
21703
+ "type":"structure",
21704
+ "members":{
21705
+ "VpnConnection":{
21706
+ "shape":"VpnConnection",
21707
+ "locationName":"vpnConnection"
21708
+ }
21709
+ }
21710
+ },
21503
21711
  "ModifyVpnConnectionRequest":{
21504
21712
  "type":"structure",
21505
21713
  "required":["VpnConnectionId"],
@@ -21576,6 +21784,7 @@
21576
21784
  "RekeyFuzzPercentage":{"shape":"Integer"},
21577
21785
  "ReplayWindowSize":{"shape":"Integer"},
21578
21786
  "DPDTimeoutSeconds":{"shape":"Integer"},
21787
+ "DPDTimeoutAction":{"shape":"String"},
21579
21788
  "Phase1EncryptionAlgorithms":{
21580
21789
  "shape":"Phase1EncryptionAlgorithmsRequestList",
21581
21790
  "locationName":"Phase1EncryptionAlgorithm"
@@ -21603,7 +21812,8 @@
21603
21812
  "IKEVersions":{
21604
21813
  "shape":"IKEVersionsRequestList",
21605
21814
  "locationName":"IKEVersion"
21606
- }
21815
+ },
21816
+ "StartupAction":{"shape":"String"}
21607
21817
  }
21608
21818
  },
21609
21819
  "MonitorInstancesRequest":{
@@ -24906,6 +25116,7 @@
24906
25116
  "customer-gateway",
24907
25117
  "dedicated-host",
24908
25118
  "dhcp-options",
25119
+ "egress-only-internet-gateway",
24909
25120
  "elastic-ip",
24910
25121
  "elastic-gpu",
24911
25122
  "export-image-task",
@@ -28616,6 +28827,68 @@
28616
28827
  "locationName":"item"
28617
28828
  }
28618
28829
  },
28830
+ "TransitGatewayPrefixListAttachment":{
28831
+ "type":"structure",
28832
+ "members":{
28833
+ "TransitGatewayAttachmentId":{
28834
+ "shape":"TransitGatewayAttachmentId",
28835
+ "locationName":"transitGatewayAttachmentId"
28836
+ },
28837
+ "ResourceType":{
28838
+ "shape":"TransitGatewayAttachmentResourceType",
28839
+ "locationName":"resourceType"
28840
+ },
28841
+ "ResourceId":{
28842
+ "shape":"String",
28843
+ "locationName":"resourceId"
28844
+ }
28845
+ }
28846
+ },
28847
+ "TransitGatewayPrefixListReference":{
28848
+ "type":"structure",
28849
+ "members":{
28850
+ "TransitGatewayRouteTableId":{
28851
+ "shape":"TransitGatewayRouteTableId",
28852
+ "locationName":"transitGatewayRouteTableId"
28853
+ },
28854
+ "PrefixListId":{
28855
+ "shape":"PrefixListResourceId",
28856
+ "locationName":"prefixListId"
28857
+ },
28858
+ "PrefixListOwnerId":{
28859
+ "shape":"String",
28860
+ "locationName":"prefixListOwnerId"
28861
+ },
28862
+ "State":{
28863
+ "shape":"TransitGatewayPrefixListReferenceState",
28864
+ "locationName":"state"
28865
+ },
28866
+ "Blackhole":{
28867
+ "shape":"Boolean",
28868
+ "locationName":"blackhole"
28869
+ },
28870
+ "TransitGatewayAttachment":{
28871
+ "shape":"TransitGatewayPrefixListAttachment",
28872
+ "locationName":"transitGatewayAttachment"
28873
+ }
28874
+ }
28875
+ },
28876
+ "TransitGatewayPrefixListReferenceSet":{
28877
+ "type":"list",
28878
+ "member":{
28879
+ "shape":"TransitGatewayPrefixListReference",
28880
+ "locationName":"item"
28881
+ }
28882
+ },
28883
+ "TransitGatewayPrefixListReferenceState":{
28884
+ "type":"string",
28885
+ "enum":[
28886
+ "pending",
28887
+ "available",
28888
+ "modifying",
28889
+ "deleting"
28890
+ ]
28891
+ },
28619
28892
  "TransitGatewayPropagation":{
28620
28893
  "type":"structure",
28621
28894
  "members":{
@@ -28669,6 +28942,10 @@
28669
28942
  "shape":"String",
28670
28943
  "locationName":"destinationCidrBlock"
28671
28944
  },
28945
+ "PrefixListId":{
28946
+ "shape":"PrefixListResourceId",
28947
+ "locationName":"prefixListId"
28948
+ },
28672
28949
  "TransitGatewayAttachments":{
28673
28950
  "shape":"TransitGatewayRouteAttachmentList",
28674
28951
  "locationName":"transitGatewayAttachments"
@@ -28979,6 +29256,10 @@
28979
29256
  "shape":"Integer",
28980
29257
  "locationName":"dpdTimeoutSeconds"
28981
29258
  },
29259
+ "DpdTimeoutAction":{
29260
+ "shape":"String",
29261
+ "locationName":"dpdTimeoutAction"
29262
+ },
28982
29263
  "Phase1EncryptionAlgorithms":{
28983
29264
  "shape":"Phase1EncryptionAlgorithmsList",
28984
29265
  "locationName":"phase1EncryptionAlgorithmSet"
@@ -29006,6 +29287,10 @@
29006
29287
  "IkeVersions":{
29007
29288
  "shape":"IKEVersionsList",
29008
29289
  "locationName":"ikeVersionSet"
29290
+ },
29291
+ "StartupAction":{
29292
+ "shape":"String",
29293
+ "locationName":"startupAction"
29009
29294
  }
29010
29295
  }
29011
29296
  },
@@ -29835,6 +30120,7 @@
29835
30120
  "enum":[
29836
30121
  "standard",
29837
30122
  "io1",
30123
+ "io2",
29838
30124
  "gp2",
29839
30125
  "sc1",
29840
30126
  "st1"
@@ -30415,6 +30701,22 @@
30415
30701
  "shape":"Boolean",
30416
30702
  "locationName":"staticRoutesOnly"
30417
30703
  },
30704
+ "LocalIpv4NetworkCidr":{
30705
+ "shape":"String",
30706
+ "locationName":"localIpv4NetworkCidr"
30707
+ },
30708
+ "RemoteIpv4NetworkCidr":{
30709
+ "shape":"String",
30710
+ "locationName":"remoteIpv4NetworkCidr"
30711
+ },
30712
+ "LocalIpv6NetworkCidr":{
30713
+ "shape":"String",
30714
+ "locationName":"localIpv6NetworkCidr"
30715
+ },
30716
+ "RemoteIpv6NetworkCidr":{
30717
+ "shape":"String",
30718
+ "locationName":"remoteIpv6NetworkCidr"
30719
+ },
30418
30720
  "TunnelInsideIpVersion":{
30419
30721
  "shape":"TunnelInsideIpVersion",
30420
30722
  "locationName":"tunnelInsideIpVersion"
@@ -30434,7 +30736,11 @@
30434
30736
  "locationName":"staticRoutesOnly"
30435
30737
  },
30436
30738
  "TunnelInsideIpVersion":{"shape":"TunnelInsideIpVersion"},
30437
- "TunnelOptions":{"shape":"VpnTunnelOptionsSpecificationsList"}
30739
+ "TunnelOptions":{"shape":"VpnTunnelOptionsSpecificationsList"},
30740
+ "LocalIpv4NetworkCidr":{"shape":"String"},
30741
+ "RemoteIpv4NetworkCidr":{"shape":"String"},
30742
+ "LocalIpv6NetworkCidr":{"shape":"String"},
30743
+ "RemoteIpv6NetworkCidr":{"shape":"String"}
30438
30744
  }
30439
30745
  },
30440
30746
  "VpnEcmpSupportValue":{
@@ -30545,6 +30851,7 @@
30545
30851
  "RekeyFuzzPercentage":{"shape":"Integer"},
30546
30852
  "ReplayWindowSize":{"shape":"Integer"},
30547
30853
  "DPDTimeoutSeconds":{"shape":"Integer"},
30854
+ "DPDTimeoutAction":{"shape":"String"},
30548
30855
  "Phase1EncryptionAlgorithms":{
30549
30856
  "shape":"Phase1EncryptionAlgorithmsRequestList",
30550
30857
  "locationName":"Phase1EncryptionAlgorithm"
@@ -30572,7 +30879,8 @@
30572
30879
  "IKEVersions":{
30573
30880
  "shape":"IKEVersionsRequestList",
30574
30881
  "locationName":"IKEVersion"
30575
- }
30882
+ },
30883
+ "StartupAction":{"shape":"String"}
30576
30884
  }
30577
30885
  },
30578
30886
  "VpnTunnelOptionsSpecificationsList":{