@aws-sdk/client-lightsail 3.940.0 → 3.946.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (189) hide show
  1. package/dist-cjs/index.js +184 -623
  2. package/dist-cjs/runtimeConfig.browser.js +2 -2
  3. package/dist-cjs/runtimeConfig.js +3 -4
  4. package/dist-es/LightsailClient.js +2 -2
  5. package/dist-es/runtimeConfig.browser.js +2 -2
  6. package/dist-es/runtimeConfig.js +2 -3
  7. package/dist-es/schemas/schemas_0.js +184 -623
  8. package/dist-types/Lightsail.d.ts +1 -1
  9. package/dist-types/LightsailClient.d.ts +10 -10
  10. package/dist-types/auth/httpAuthExtensionConfiguration.d.ts +2 -2
  11. package/dist-types/auth/httpAuthSchemeProvider.d.ts +2 -2
  12. package/dist-types/commands/AllocateStaticIpCommand.d.ts +3 -3
  13. package/dist-types/commands/AttachCertificateToDistributionCommand.d.ts +3 -3
  14. package/dist-types/commands/AttachDiskCommand.d.ts +3 -3
  15. package/dist-types/commands/AttachInstancesToLoadBalancerCommand.d.ts +3 -3
  16. package/dist-types/commands/AttachLoadBalancerTlsCertificateCommand.d.ts +3 -3
  17. package/dist-types/commands/AttachStaticIpCommand.d.ts +3 -3
  18. package/dist-types/commands/CloseInstancePublicPortsCommand.d.ts +3 -3
  19. package/dist-types/commands/CopySnapshotCommand.d.ts +3 -3
  20. package/dist-types/commands/CreateBucketAccessKeyCommand.d.ts +3 -3
  21. package/dist-types/commands/CreateBucketCommand.d.ts +3 -3
  22. package/dist-types/commands/CreateCertificateCommand.d.ts +3 -3
  23. package/dist-types/commands/CreateCloudFormationStackCommand.d.ts +3 -3
  24. package/dist-types/commands/CreateContactMethodCommand.d.ts +3 -3
  25. package/dist-types/commands/CreateContainerServiceCommand.d.ts +3 -3
  26. package/dist-types/commands/CreateContainerServiceDeploymentCommand.d.ts +3 -3
  27. package/dist-types/commands/CreateContainerServiceRegistryLoginCommand.d.ts +3 -3
  28. package/dist-types/commands/CreateDiskCommand.d.ts +3 -3
  29. package/dist-types/commands/CreateDiskFromSnapshotCommand.d.ts +3 -3
  30. package/dist-types/commands/CreateDiskSnapshotCommand.d.ts +3 -3
  31. package/dist-types/commands/CreateDistributionCommand.d.ts +3 -3
  32. package/dist-types/commands/CreateDomainCommand.d.ts +3 -3
  33. package/dist-types/commands/CreateDomainEntryCommand.d.ts +3 -3
  34. package/dist-types/commands/CreateGUISessionAccessDetailsCommand.d.ts +3 -3
  35. package/dist-types/commands/CreateInstanceSnapshotCommand.d.ts +3 -3
  36. package/dist-types/commands/CreateInstancesCommand.d.ts +3 -3
  37. package/dist-types/commands/CreateInstancesFromSnapshotCommand.d.ts +3 -3
  38. package/dist-types/commands/CreateKeyPairCommand.d.ts +3 -3
  39. package/dist-types/commands/CreateLoadBalancerCommand.d.ts +3 -3
  40. package/dist-types/commands/CreateLoadBalancerTlsCertificateCommand.d.ts +3 -3
  41. package/dist-types/commands/CreateRelationalDatabaseCommand.d.ts +3 -3
  42. package/dist-types/commands/CreateRelationalDatabaseFromSnapshotCommand.d.ts +3 -3
  43. package/dist-types/commands/CreateRelationalDatabaseSnapshotCommand.d.ts +3 -3
  44. package/dist-types/commands/DeleteAlarmCommand.d.ts +3 -3
  45. package/dist-types/commands/DeleteAutoSnapshotCommand.d.ts +3 -3
  46. package/dist-types/commands/DeleteBucketAccessKeyCommand.d.ts +3 -3
  47. package/dist-types/commands/DeleteBucketCommand.d.ts +3 -3
  48. package/dist-types/commands/DeleteCertificateCommand.d.ts +3 -3
  49. package/dist-types/commands/DeleteContactMethodCommand.d.ts +3 -3
  50. package/dist-types/commands/DeleteContainerImageCommand.d.ts +3 -3
  51. package/dist-types/commands/DeleteContainerServiceCommand.d.ts +3 -3
  52. package/dist-types/commands/DeleteDiskCommand.d.ts +3 -3
  53. package/dist-types/commands/DeleteDiskSnapshotCommand.d.ts +3 -3
  54. package/dist-types/commands/DeleteDistributionCommand.d.ts +3 -3
  55. package/dist-types/commands/DeleteDomainCommand.d.ts +3 -3
  56. package/dist-types/commands/DeleteDomainEntryCommand.d.ts +3 -3
  57. package/dist-types/commands/DeleteInstanceCommand.d.ts +3 -3
  58. package/dist-types/commands/DeleteInstanceSnapshotCommand.d.ts +3 -3
  59. package/dist-types/commands/DeleteKeyPairCommand.d.ts +3 -3
  60. package/dist-types/commands/DeleteKnownHostKeysCommand.d.ts +3 -3
  61. package/dist-types/commands/DeleteLoadBalancerCommand.d.ts +3 -3
  62. package/dist-types/commands/DeleteLoadBalancerTlsCertificateCommand.d.ts +3 -3
  63. package/dist-types/commands/DeleteRelationalDatabaseCommand.d.ts +3 -3
  64. package/dist-types/commands/DeleteRelationalDatabaseSnapshotCommand.d.ts +3 -3
  65. package/dist-types/commands/DetachCertificateFromDistributionCommand.d.ts +3 -3
  66. package/dist-types/commands/DetachDiskCommand.d.ts +3 -3
  67. package/dist-types/commands/DetachInstancesFromLoadBalancerCommand.d.ts +3 -3
  68. package/dist-types/commands/DetachStaticIpCommand.d.ts +3 -3
  69. package/dist-types/commands/DisableAddOnCommand.d.ts +3 -3
  70. package/dist-types/commands/DownloadDefaultKeyPairCommand.d.ts +3 -3
  71. package/dist-types/commands/EnableAddOnCommand.d.ts +3 -3
  72. package/dist-types/commands/ExportSnapshotCommand.d.ts +3 -3
  73. package/dist-types/commands/GetActiveNamesCommand.d.ts +3 -3
  74. package/dist-types/commands/GetAlarmsCommand.d.ts +3 -3
  75. package/dist-types/commands/GetAutoSnapshotsCommand.d.ts +3 -3
  76. package/dist-types/commands/GetBlueprintsCommand.d.ts +3 -3
  77. package/dist-types/commands/GetBucketAccessKeysCommand.d.ts +3 -3
  78. package/dist-types/commands/GetBucketBundlesCommand.d.ts +3 -3
  79. package/dist-types/commands/GetBucketMetricDataCommand.d.ts +3 -3
  80. package/dist-types/commands/GetBucketsCommand.d.ts +3 -3
  81. package/dist-types/commands/GetBundlesCommand.d.ts +3 -3
  82. package/dist-types/commands/GetCertificatesCommand.d.ts +3 -3
  83. package/dist-types/commands/GetCloudFormationStackRecordsCommand.d.ts +3 -3
  84. package/dist-types/commands/GetContactMethodsCommand.d.ts +3 -3
  85. package/dist-types/commands/GetContainerAPIMetadataCommand.d.ts +3 -3
  86. package/dist-types/commands/GetContainerImagesCommand.d.ts +3 -3
  87. package/dist-types/commands/GetContainerLogCommand.d.ts +3 -3
  88. package/dist-types/commands/GetContainerServiceDeploymentsCommand.d.ts +3 -3
  89. package/dist-types/commands/GetContainerServiceMetricDataCommand.d.ts +3 -3
  90. package/dist-types/commands/GetContainerServicePowersCommand.d.ts +3 -3
  91. package/dist-types/commands/GetContainerServicesCommand.d.ts +3 -3
  92. package/dist-types/commands/GetCostEstimateCommand.d.ts +3 -3
  93. package/dist-types/commands/GetDiskCommand.d.ts +3 -3
  94. package/dist-types/commands/GetDiskSnapshotCommand.d.ts +3 -3
  95. package/dist-types/commands/GetDiskSnapshotsCommand.d.ts +3 -3
  96. package/dist-types/commands/GetDisksCommand.d.ts +3 -3
  97. package/dist-types/commands/GetDistributionBundlesCommand.d.ts +3 -3
  98. package/dist-types/commands/GetDistributionLatestCacheResetCommand.d.ts +3 -3
  99. package/dist-types/commands/GetDistributionMetricDataCommand.d.ts +3 -3
  100. package/dist-types/commands/GetDistributionsCommand.d.ts +3 -3
  101. package/dist-types/commands/GetDomainCommand.d.ts +3 -3
  102. package/dist-types/commands/GetDomainsCommand.d.ts +3 -3
  103. package/dist-types/commands/GetExportSnapshotRecordsCommand.d.ts +3 -3
  104. package/dist-types/commands/GetInstanceAccessDetailsCommand.d.ts +3 -3
  105. package/dist-types/commands/GetInstanceCommand.d.ts +3 -3
  106. package/dist-types/commands/GetInstanceMetricDataCommand.d.ts +3 -3
  107. package/dist-types/commands/GetInstancePortStatesCommand.d.ts +3 -3
  108. package/dist-types/commands/GetInstanceSnapshotCommand.d.ts +3 -3
  109. package/dist-types/commands/GetInstanceSnapshotsCommand.d.ts +3 -3
  110. package/dist-types/commands/GetInstanceStateCommand.d.ts +3 -3
  111. package/dist-types/commands/GetInstancesCommand.d.ts +3 -3
  112. package/dist-types/commands/GetKeyPairCommand.d.ts +3 -3
  113. package/dist-types/commands/GetKeyPairsCommand.d.ts +3 -3
  114. package/dist-types/commands/GetLoadBalancerCommand.d.ts +4 -4
  115. package/dist-types/commands/GetLoadBalancerMetricDataCommand.d.ts +3 -3
  116. package/dist-types/commands/GetLoadBalancerTlsCertificatesCommand.d.ts +3 -3
  117. package/dist-types/commands/GetLoadBalancerTlsPoliciesCommand.d.ts +3 -3
  118. package/dist-types/commands/GetLoadBalancersCommand.d.ts +3 -3
  119. package/dist-types/commands/GetOperationCommand.d.ts +3 -3
  120. package/dist-types/commands/GetOperationsCommand.d.ts +3 -3
  121. package/dist-types/commands/GetOperationsForResourceCommand.d.ts +3 -3
  122. package/dist-types/commands/GetRegionsCommand.d.ts +3 -3
  123. package/dist-types/commands/GetRelationalDatabaseBlueprintsCommand.d.ts +3 -3
  124. package/dist-types/commands/GetRelationalDatabaseBundlesCommand.d.ts +3 -3
  125. package/dist-types/commands/GetRelationalDatabaseCommand.d.ts +3 -3
  126. package/dist-types/commands/GetRelationalDatabaseEventsCommand.d.ts +3 -3
  127. package/dist-types/commands/GetRelationalDatabaseLogEventsCommand.d.ts +3 -3
  128. package/dist-types/commands/GetRelationalDatabaseLogStreamsCommand.d.ts +3 -3
  129. package/dist-types/commands/GetRelationalDatabaseMasterUserPasswordCommand.d.ts +3 -3
  130. package/dist-types/commands/GetRelationalDatabaseMetricDataCommand.d.ts +3 -3
  131. package/dist-types/commands/GetRelationalDatabaseParametersCommand.d.ts +3 -3
  132. package/dist-types/commands/GetRelationalDatabaseSnapshotCommand.d.ts +3 -3
  133. package/dist-types/commands/GetRelationalDatabaseSnapshotsCommand.d.ts +3 -3
  134. package/dist-types/commands/GetRelationalDatabasesCommand.d.ts +3 -3
  135. package/dist-types/commands/GetSetupHistoryCommand.d.ts +3 -3
  136. package/dist-types/commands/GetStaticIpCommand.d.ts +3 -3
  137. package/dist-types/commands/GetStaticIpsCommand.d.ts +3 -3
  138. package/dist-types/commands/ImportKeyPairCommand.d.ts +3 -3
  139. package/dist-types/commands/IsVpcPeeredCommand.d.ts +3 -3
  140. package/dist-types/commands/OpenInstancePublicPortsCommand.d.ts +3 -3
  141. package/dist-types/commands/PeerVpcCommand.d.ts +3 -3
  142. package/dist-types/commands/PutAlarmCommand.d.ts +3 -3
  143. package/dist-types/commands/PutInstancePublicPortsCommand.d.ts +3 -3
  144. package/dist-types/commands/RebootInstanceCommand.d.ts +3 -3
  145. package/dist-types/commands/RebootRelationalDatabaseCommand.d.ts +3 -3
  146. package/dist-types/commands/RegisterContainerImageCommand.d.ts +3 -3
  147. package/dist-types/commands/ReleaseStaticIpCommand.d.ts +3 -3
  148. package/dist-types/commands/ResetDistributionCacheCommand.d.ts +3 -3
  149. package/dist-types/commands/SendContactMethodVerificationCommand.d.ts +3 -3
  150. package/dist-types/commands/SetIpAddressTypeCommand.d.ts +3 -3
  151. package/dist-types/commands/SetResourceAccessForBucketCommand.d.ts +3 -3
  152. package/dist-types/commands/SetupInstanceHttpsCommand.d.ts +3 -3
  153. package/dist-types/commands/StartGUISessionCommand.d.ts +3 -3
  154. package/dist-types/commands/StartInstanceCommand.d.ts +3 -3
  155. package/dist-types/commands/StartRelationalDatabaseCommand.d.ts +3 -3
  156. package/dist-types/commands/StopGUISessionCommand.d.ts +3 -3
  157. package/dist-types/commands/StopInstanceCommand.d.ts +3 -3
  158. package/dist-types/commands/StopRelationalDatabaseCommand.d.ts +3 -3
  159. package/dist-types/commands/TagResourceCommand.d.ts +3 -3
  160. package/dist-types/commands/TestAlarmCommand.d.ts +3 -3
  161. package/dist-types/commands/UnpeerVpcCommand.d.ts +3 -3
  162. package/dist-types/commands/UntagResourceCommand.d.ts +3 -3
  163. package/dist-types/commands/UpdateBucketBundleCommand.d.ts +3 -3
  164. package/dist-types/commands/UpdateBucketCommand.d.ts +3 -3
  165. package/dist-types/commands/UpdateContainerServiceCommand.d.ts +3 -3
  166. package/dist-types/commands/UpdateDistributionBundleCommand.d.ts +3 -3
  167. package/dist-types/commands/UpdateDistributionCommand.d.ts +3 -3
  168. package/dist-types/commands/UpdateDomainEntryCommand.d.ts +3 -3
  169. package/dist-types/commands/UpdateInstanceMetadataOptionsCommand.d.ts +3 -3
  170. package/dist-types/commands/UpdateLoadBalancerAttributeCommand.d.ts +3 -3
  171. package/dist-types/commands/UpdateRelationalDatabaseCommand.d.ts +3 -3
  172. package/dist-types/commands/UpdateRelationalDatabaseParametersCommand.d.ts +3 -3
  173. package/dist-types/endpoint/EndpointParameters.d.ts +13 -1
  174. package/dist-types/endpoint/endpointResolver.d.ts +5 -2
  175. package/dist-types/extensionConfiguration.d.ts +4 -4
  176. package/dist-types/models/LightsailServiceException.d.ts +1 -1
  177. package/dist-types/models/errors.d.ts +1 -1
  178. package/dist-types/models/models_1.d.ts +1 -1
  179. package/dist-types/runtimeConfig.browser.d.ts +1 -1
  180. package/dist-types/runtimeConfig.d.ts +1 -1
  181. package/dist-types/runtimeConfig.native.d.ts +1 -1
  182. package/dist-types/runtimeConfig.shared.d.ts +1 -1
  183. package/dist-types/runtimeExtensions.d.ts +1 -1
  184. package/dist-types/schemas/schemas_0.d.ts +1 -1
  185. package/dist-types/ts3.4/LightsailClient.d.ts +3 -3
  186. package/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +1 -1
  187. package/dist-types/ts3.4/models/LightsailServiceException.d.ts +1 -1
  188. package/dist-types/ts3.4/models/models_1.d.ts +4 -4
  189. package/package.json +13 -12
@@ -1190,10 +1190,7 @@ export var AccessDeniedException = [
1190
1190
  -3,
1191
1191
  n0,
1192
1192
  _ADE,
1193
- {
1194
- [_e]: _c,
1195
- [_hE]: 403,
1196
- },
1193
+ { [_e]: _c, [_hE]: 403 },
1197
1194
  [_co, _d, _m, _t],
1198
1195
  [0, 0, 0, 0],
1199
1196
  ];
@@ -1213,10 +1210,7 @@ export var AccountSetupInProgressException = [
1213
1210
  -3,
1214
1211
  n0,
1215
1212
  _ASIPE,
1216
- {
1217
- [_e]: _c,
1218
- [_hE]: 428,
1219
- },
1213
+ { [_e]: _c, [_hE]: 428 },
1220
1214
  [_co, _d, _m, _t],
1221
1215
  [0, 0, 0, 0],
1222
1216
  ];
@@ -1946,24 +1940,9 @@ export var GetAlarmsRequest = [
1946
1940
  0,
1947
1941
  [_aN, _pT, _mRN],
1948
1942
  [
1949
- [
1950
- 0,
1951
- {
1952
- [_hQ]: _aN,
1953
- },
1954
- ],
1955
- [
1956
- 0,
1957
- {
1958
- [_hQ]: _pT,
1959
- },
1960
- ],
1961
- [
1962
- 0,
1963
- {
1964
- [_hQ]: _mRN,
1965
- },
1966
- ],
1943
+ [0, { [_hQ]: _aN }],
1944
+ [0, { [_hQ]: _pT }],
1945
+ [0, { [_hQ]: _mRN }],
1967
1946
  ],
1968
1947
  ];
1969
1948
  export var GetAlarmsResult = [3, n0, _GARe, 0, [_al, _nPT], [() => AlarmsList, 0]];
@@ -2027,21 +2006,7 @@ export var GetCloudFormationStackRecordsResult = [
2027
2006
  [_cFSR, _nPT],
2028
2007
  [() => CloudFormationStackRecordList, 0],
2029
2008
  ];
2030
- export var GetContactMethodsRequest = [
2031
- 3,
2032
- n0,
2033
- _GCMR,
2034
- 0,
2035
- [_prot],
2036
- [
2037
- [
2038
- 64 | 0,
2039
- {
2040
- [_hQ]: _prot,
2041
- },
2042
- ],
2043
- ],
2044
- ];
2009
+ export var GetContactMethodsRequest = [3, n0, _GCMR, 0, [_prot], [[64 | 0, { [_hQ]: _prot }]]];
2045
2010
  export var GetContactMethodsResult = [3, n0, _GCMRe, 0, [_cM], [() => ContactMethodsList]];
2046
2011
  export var GetContainerAPIMetadataRequest = [3, n0, _GCAPIMR, 0, [], []];
2047
2012
  export var GetContainerAPIMetadataResult = [
@@ -2063,30 +2028,10 @@ export var GetContainerLogRequest = [
2063
2028
  [
2064
2029
  [0, 1],
2065
2030
  [0, 1],
2066
- [
2067
- 4,
2068
- {
2069
- [_hQ]: _sT,
2070
- },
2071
- ],
2072
- [
2073
- 4,
2074
- {
2075
- [_hQ]: _eT,
2076
- },
2077
- ],
2078
- [
2079
- 0,
2080
- {
2081
- [_hQ]: _fP,
2082
- },
2083
- ],
2084
- [
2085
- 0,
2086
- {
2087
- [_hQ]: _pT,
2088
- },
2089
- ],
2031
+ [4, { [_hQ]: _sT }],
2032
+ [4, { [_hQ]: _eT }],
2033
+ [0, { [_hQ]: _fP }],
2034
+ [0, { [_hQ]: _pT }],
2090
2035
  ],
2091
2036
  ];
2092
2037
  export var GetContainerLogResult = [
@@ -2114,36 +2059,11 @@ export var GetContainerServiceMetricDataRequest = [
2114
2059
  [_sN, _mN, _sT, _eT, _p, _stat],
2115
2060
  [
2116
2061
  [0, 1],
2117
- [
2118
- 0,
2119
- {
2120
- [_hQ]: _mN,
2121
- },
2122
- ],
2123
- [
2124
- 4,
2125
- {
2126
- [_hQ]: _sT,
2127
- },
2128
- ],
2129
- [
2130
- 4,
2131
- {
2132
- [_hQ]: _eT,
2133
- },
2134
- ],
2135
- [
2136
- 1,
2137
- {
2138
- [_hQ]: _p,
2139
- },
2140
- ],
2141
- [
2142
- 64 | 0,
2143
- {
2144
- [_hQ]: _stat,
2145
- },
2146
- ],
2062
+ [0, { [_hQ]: _mN }],
2063
+ [4, { [_hQ]: _sT }],
2064
+ [4, { [_hQ]: _eT }],
2065
+ [1, { [_hQ]: _p }],
2066
+ [64 | 0, { [_hQ]: _stat }],
2147
2067
  ],
2148
2068
  ];
2149
2069
  export var GetContainerServiceMetricDataResult = [
@@ -2163,21 +2083,7 @@ export var GetContainerServicePowersResult = [
2163
2083
  [_pow],
2164
2084
  [() => ContainerServicePowerList],
2165
2085
  ];
2166
- export var GetContainerServicesRequest = [
2167
- 3,
2168
- n0,
2169
- _GCSR,
2170
- 0,
2171
- [_sN],
2172
- [
2173
- [
2174
- 0,
2175
- {
2176
- [_hQ]: _sN,
2177
- },
2178
- ],
2179
- ],
2180
- ];
2086
+ export var GetContainerServicesRequest = [3, n0, _GCSR, 0, [_sN], [[0, { [_hQ]: _sN }]]];
2181
2087
  export var GetCostEstimateRequest = [3, n0, _GCER, 0, [_rN, _sT, _eT], [0, 4, 4]];
2182
2088
  export var GetCostEstimateResult = [3, n0, _GCERe, 0, [_rBE], [() => ResourcesBudgetEstimate]];
2183
2089
  export var GetDiskRequest = [3, n0, _GDR, 0, [_dNi], [0]];
@@ -2610,10 +2516,7 @@ export var InvalidInputException = [
2610
2516
  -3,
2611
2517
  n0,
2612
2518
  _IIE,
2613
- {
2614
- [_e]: _c,
2615
- [_hE]: 400,
2616
- },
2519
+ { [_e]: _c, [_hE]: 400 },
2617
2520
  [_co, _d, _m, _t],
2618
2521
  [0, 0, 0, 0],
2619
2522
  ];
@@ -2803,10 +2706,7 @@ export var NotFoundException = [
2803
2706
  -3,
2804
2707
  n0,
2805
2708
  _NFE,
2806
- {
2807
- [_e]: _c,
2808
- [_hE]: 404,
2809
- },
2709
+ { [_e]: _c, [_hE]: 404 },
2810
2710
  [_co, _d, _m, _t],
2811
2711
  [0, 0, 0, 0],
2812
2712
  ];
@@ -2825,10 +2725,7 @@ export var OperationFailureException = [
2825
2725
  -3,
2826
2726
  n0,
2827
2727
  _OFE,
2828
- {
2829
- [_e]: _c,
2830
- [_hE]: 400,
2831
- },
2728
+ { [_e]: _c, [_hE]: 400 },
2832
2729
  [_co, _d, _m, _t],
2833
2730
  [0, 0, 0, 0],
2834
2731
  ];
@@ -2906,10 +2803,7 @@ export var RegionSetupInProgressException = [
2906
2803
  -3,
2907
2804
  n0,
2908
2805
  _RSIPE,
2909
- {
2910
- [_e]: _c,
2911
- [_hE]: 428,
2912
- },
2806
+ { [_e]: _c, [_hE]: 428 },
2913
2807
  [_co, _d, _m, _t],
2914
2808
  [0, 0, 0, 0],
2915
2809
  ];
@@ -3064,10 +2958,7 @@ export var ServiceException = [
3064
2958
  -3,
3065
2959
  n0,
3066
2960
  _SE,
3067
- {
3068
- [_e]: _serv,
3069
- [_hE]: 500,
3070
- },
2961
+ { [_e]: _serv, [_hE]: 500 },
3071
2962
  [_co, _d, _m, _t],
3072
2963
  [0, 0, 0, 0],
3073
2964
  ];
@@ -3150,12 +3041,7 @@ export var TestAlarmRequest = [
3150
3041
  [_aN, _sta],
3151
3042
  [
3152
3043
  [0, 1],
3153
- [
3154
- 0,
3155
- {
3156
- [_hQ]: _sta,
3157
- },
3158
- ],
3044
+ [0, { [_hQ]: _sta }],
3159
3045
  ],
3160
3046
  ];
3161
3047
  export var TestAlarmResult = [3, n0, _TARe, 0, [_o], [() => OperationList]];
@@ -3164,10 +3050,7 @@ export var UnauthenticatedException = [
3164
3050
  -3,
3165
3051
  n0,
3166
3052
  _UE,
3167
- {
3168
- [_e]: _c,
3169
- [_hE]: 401,
3170
- },
3053
+ { [_e]: _c, [_hE]: 401 },
3171
3054
  [_co, _d, _m, _t],
3172
3055
  [0, 0, 0, 0],
3173
3056
  ];
@@ -3387,9 +3270,7 @@ export var AllocateStaticIp = [
3387
3270
  9,
3388
3271
  n0,
3389
3272
  _ASI,
3390
- {
3391
- [_ht]: ["POST", "/ls/api/2016-11-28/AllocateStaticIp", 200],
3392
- },
3273
+ { [_ht]: ["POST", "/ls/api/2016-11-28/AllocateStaticIp", 200] },
3393
3274
  () => AllocateStaticIpRequest,
3394
3275
  () => AllocateStaticIpResult,
3395
3276
  ];
@@ -3397,9 +3278,7 @@ export var AttachCertificateToDistribution = [
3397
3278
  9,
3398
3279
  n0,
3399
3280
  _ACTD,
3400
- {
3401
- [_ht]: ["POST", "/ls/api/2016-11-28/AttachCertificateToDistribution", 200],
3402
- },
3281
+ { [_ht]: ["POST", "/ls/api/2016-11-28/AttachCertificateToDistribution", 200] },
3403
3282
  () => AttachCertificateToDistributionRequest,
3404
3283
  () => AttachCertificateToDistributionResult,
3405
3284
  ];
@@ -3407,9 +3286,7 @@ export var AttachDisk = [
3407
3286
  9,
3408
3287
  n0,
3409
3288
  _ADt,
3410
- {
3411
- [_ht]: ["POST", "/ls/api/2016-11-28/AttachDisk", 200],
3412
- },
3289
+ { [_ht]: ["POST", "/ls/api/2016-11-28/AttachDisk", 200] },
3413
3290
  () => AttachDiskRequest,
3414
3291
  () => AttachDiskResult,
3415
3292
  ];
@@ -3417,9 +3294,7 @@ export var AttachInstancesToLoadBalancer = [
3417
3294
  9,
3418
3295
  n0,
3419
3296
  _AITLB,
3420
- {
3421
- [_ht]: ["POST", "/ls/api/2016-11-28/AttachInstancesToLoadBalancer", 200],
3422
- },
3297
+ { [_ht]: ["POST", "/ls/api/2016-11-28/AttachInstancesToLoadBalancer", 200] },
3423
3298
  () => AttachInstancesToLoadBalancerRequest,
3424
3299
  () => AttachInstancesToLoadBalancerResult,
3425
3300
  ];
@@ -3427,9 +3302,7 @@ export var AttachLoadBalancerTlsCertificate = [
3427
3302
  9,
3428
3303
  n0,
3429
3304
  _ALBTC,
3430
- {
3431
- [_ht]: ["POST", "/ls/api/2016-11-28/AttachLoadBalancerTlsCertificate", 200],
3432
- },
3305
+ { [_ht]: ["POST", "/ls/api/2016-11-28/AttachLoadBalancerTlsCertificate", 200] },
3433
3306
  () => AttachLoadBalancerTlsCertificateRequest,
3434
3307
  () => AttachLoadBalancerTlsCertificateResult,
3435
3308
  ];
@@ -3437,9 +3310,7 @@ export var AttachStaticIp = [
3437
3310
  9,
3438
3311
  n0,
3439
3312
  _ASIt,
3440
- {
3441
- [_ht]: ["POST", "/ls/api/2016-11-28/AttachStaticIp", 200],
3442
- },
3313
+ { [_ht]: ["POST", "/ls/api/2016-11-28/AttachStaticIp", 200] },
3443
3314
  () => AttachStaticIpRequest,
3444
3315
  () => AttachStaticIpResult,
3445
3316
  ];
@@ -3447,9 +3318,7 @@ export var CloseInstancePublicPorts = [
3447
3318
  9,
3448
3319
  n0,
3449
3320
  _CIPP,
3450
- {
3451
- [_ht]: ["POST", "/ls/api/2016-11-28/CloseInstancePublicPorts", 200],
3452
- },
3321
+ { [_ht]: ["POST", "/ls/api/2016-11-28/CloseInstancePublicPorts", 200] },
3453
3322
  () => CloseInstancePublicPortsRequest,
3454
3323
  () => CloseInstancePublicPortsResult,
3455
3324
  ];
@@ -3457,9 +3326,7 @@ export var CopySnapshot = [
3457
3326
  9,
3458
3327
  n0,
3459
3328
  _CSop,
3460
- {
3461
- [_ht]: ["POST", "/ls/api/2016-11-28/CopySnapshot", 200],
3462
- },
3329
+ { [_ht]: ["POST", "/ls/api/2016-11-28/CopySnapshot", 200] },
3463
3330
  () => CopySnapshotRequest,
3464
3331
  () => CopySnapshotResult,
3465
3332
  ];
@@ -3467,9 +3334,7 @@ export var CreateBucket = [
3467
3334
  9,
3468
3335
  n0,
3469
3336
  _CBr,
3470
- {
3471
- [_ht]: ["POST", "/ls/api/2016-11-28/CreateBucket", 200],
3472
- },
3337
+ { [_ht]: ["POST", "/ls/api/2016-11-28/CreateBucket", 200] },
3473
3338
  () => CreateBucketRequest,
3474
3339
  () => CreateBucketResult,
3475
3340
  ];
@@ -3477,9 +3342,7 @@ export var CreateBucketAccessKey = [
3477
3342
  9,
3478
3343
  n0,
3479
3344
  _CBAK,
3480
- {
3481
- [_ht]: ["POST", "/ls/api/2016-11-28/CreateBucketAccessKey", 200],
3482
- },
3345
+ { [_ht]: ["POST", "/ls/api/2016-11-28/CreateBucketAccessKey", 200] },
3483
3346
  () => CreateBucketAccessKeyRequest,
3484
3347
  () => CreateBucketAccessKeyResult,
3485
3348
  ];
@@ -3487,9 +3350,7 @@ export var CreateCertificate = [
3487
3350
  9,
3488
3351
  n0,
3489
3352
  _CC,
3490
- {
3491
- [_ht]: ["POST", "/ls/api/2016-11-28/CreateCertificate", 200],
3492
- },
3353
+ { [_ht]: ["POST", "/ls/api/2016-11-28/CreateCertificate", 200] },
3493
3354
  () => CreateCertificateRequest,
3494
3355
  () => CreateCertificateResult,
3495
3356
  ];
@@ -3497,9 +3358,7 @@ export var CreateCloudFormationStack = [
3497
3358
  9,
3498
3359
  n0,
3499
3360
  _CCFS,
3500
- {
3501
- [_ht]: ["POST", "/ls/api/2016-11-28/CreateCloudFormationStack", 200],
3502
- },
3361
+ { [_ht]: ["POST", "/ls/api/2016-11-28/CreateCloudFormationStack", 200] },
3503
3362
  () => CreateCloudFormationStackRequest,
3504
3363
  () => CreateCloudFormationStackResult,
3505
3364
  ];
@@ -3507,9 +3366,7 @@ export var CreateContactMethod = [
3507
3366
  9,
3508
3367
  n0,
3509
3368
  _CCM,
3510
- {
3511
- [_ht]: ["POST", "/ls/api/2016-11-28/CreateContactMethod", 200],
3512
- },
3369
+ { [_ht]: ["POST", "/ls/api/2016-11-28/CreateContactMethod", 200] },
3513
3370
  () => CreateContactMethodRequest,
3514
3371
  () => CreateContactMethodResult,
3515
3372
  ];
@@ -3517,9 +3374,7 @@ export var CreateContainerService = [
3517
3374
  9,
3518
3375
  n0,
3519
3376
  _CCS,
3520
- {
3521
- [_ht]: ["POST", "/ls/api/2016-11-28/container-services", 201],
3522
- },
3377
+ { [_ht]: ["POST", "/ls/api/2016-11-28/container-services", 201] },
3523
3378
  () => CreateContainerServiceRequest,
3524
3379
  () => CreateContainerServiceResult,
3525
3380
  ];
@@ -3527,9 +3382,7 @@ export var CreateContainerServiceDeployment = [
3527
3382
  9,
3528
3383
  n0,
3529
3384
  _CCSD,
3530
- {
3531
- [_ht]: ["POST", "/ls/api/2016-11-28/container-services/{serviceName}/deployments", 201],
3532
- },
3385
+ { [_ht]: ["POST", "/ls/api/2016-11-28/container-services/{serviceName}/deployments", 201] },
3533
3386
  () => CreateContainerServiceDeploymentRequest,
3534
3387
  () => CreateContainerServiceDeploymentResult,
3535
3388
  ];
@@ -3537,9 +3390,7 @@ export var CreateContainerServiceRegistryLogin = [
3537
3390
  9,
3538
3391
  n0,
3539
3392
  _CCSRL,
3540
- {
3541
- [_ht]: ["POST", "/ls/api/2016-11-28/container-registry-login", 200],
3542
- },
3393
+ { [_ht]: ["POST", "/ls/api/2016-11-28/container-registry-login", 200] },
3543
3394
  () => CreateContainerServiceRegistryLoginRequest,
3544
3395
  () => CreateContainerServiceRegistryLoginResult,
3545
3396
  ];
@@ -3547,9 +3398,7 @@ export var CreateDisk = [
3547
3398
  9,
3548
3399
  n0,
3549
3400
  _CD,
3550
- {
3551
- [_ht]: ["POST", "/ls/api/2016-11-28/CreateDisk", 200],
3552
- },
3401
+ { [_ht]: ["POST", "/ls/api/2016-11-28/CreateDisk", 200] },
3553
3402
  () => CreateDiskRequest,
3554
3403
  () => CreateDiskResult,
3555
3404
  ];
@@ -3557,9 +3406,7 @@ export var CreateDiskFromSnapshot = [
3557
3406
  9,
3558
3407
  n0,
3559
3408
  _CDFS,
3560
- {
3561
- [_ht]: ["POST", "/ls/api/2016-11-28/CreateDiskFromSnapshot", 200],
3562
- },
3409
+ { [_ht]: ["POST", "/ls/api/2016-11-28/CreateDiskFromSnapshot", 200] },
3563
3410
  () => CreateDiskFromSnapshotRequest,
3564
3411
  () => CreateDiskFromSnapshotResult,
3565
3412
  ];
@@ -3567,9 +3414,7 @@ export var CreateDiskSnapshot = [
3567
3414
  9,
3568
3415
  n0,
3569
3416
  _CDS,
3570
- {
3571
- [_ht]: ["POST", "/ls/api/2016-11-28/CreateDiskSnapshot", 200],
3572
- },
3417
+ { [_ht]: ["POST", "/ls/api/2016-11-28/CreateDiskSnapshot", 200] },
3573
3418
  () => CreateDiskSnapshotRequest,
3574
3419
  () => CreateDiskSnapshotResult,
3575
3420
  ];
@@ -3577,9 +3422,7 @@ export var CreateDistribution = [
3577
3422
  9,
3578
3423
  n0,
3579
3424
  _CDr,
3580
- {
3581
- [_ht]: ["POST", "/ls/api/2016-11-28/CreateDistribution", 200],
3582
- },
3425
+ { [_ht]: ["POST", "/ls/api/2016-11-28/CreateDistribution", 200] },
3583
3426
  () => CreateDistributionRequest,
3584
3427
  () => CreateDistributionResult,
3585
3428
  ];
@@ -3587,9 +3430,7 @@ export var CreateDomain = [
3587
3430
  9,
3588
3431
  n0,
3589
3432
  _CDre,
3590
- {
3591
- [_ht]: ["POST", "/ls/api/2016-11-28/CreateDomain", 200],
3592
- },
3433
+ { [_ht]: ["POST", "/ls/api/2016-11-28/CreateDomain", 200] },
3593
3434
  () => CreateDomainRequest,
3594
3435
  () => CreateDomainResult,
3595
3436
  ];
@@ -3597,9 +3438,7 @@ export var CreateDomainEntry = [
3597
3438
  9,
3598
3439
  n0,
3599
3440
  _CDE,
3600
- {
3601
- [_ht]: ["POST", "/ls/api/2016-11-28/CreateDomainEntry", 200],
3602
- },
3441
+ { [_ht]: ["POST", "/ls/api/2016-11-28/CreateDomainEntry", 200] },
3603
3442
  () => CreateDomainEntryRequest,
3604
3443
  () => CreateDomainEntryResult,
3605
3444
  ];
@@ -3607,9 +3446,7 @@ export var CreateGUISessionAccessDetails = [
3607
3446
  9,
3608
3447
  n0,
3609
3448
  _CGUISAD,
3610
- {
3611
- [_ht]: ["POST", "/ls/api/2016-11-28/create-gui-session-access-details", 200],
3612
- },
3449
+ { [_ht]: ["POST", "/ls/api/2016-11-28/create-gui-session-access-details", 200] },
3613
3450
  () => CreateGUISessionAccessDetailsRequest,
3614
3451
  () => CreateGUISessionAccessDetailsResult,
3615
3452
  ];
@@ -3617,9 +3454,7 @@ export var CreateInstances = [
3617
3454
  9,
3618
3455
  n0,
3619
3456
  _CIr,
3620
- {
3621
- [_ht]: ["POST", "/ls/api/2016-11-28/CreateInstances", 200],
3622
- },
3457
+ { [_ht]: ["POST", "/ls/api/2016-11-28/CreateInstances", 200] },
3623
3458
  () => CreateInstancesRequest,
3624
3459
  () => CreateInstancesResult,
3625
3460
  ];
@@ -3627,9 +3462,7 @@ export var CreateInstancesFromSnapshot = [
3627
3462
  9,
3628
3463
  n0,
3629
3464
  _CIFS,
3630
- {
3631
- [_ht]: ["POST", "/ls/api/2016-11-28/CreateInstancesFromSnapshot", 200],
3632
- },
3465
+ { [_ht]: ["POST", "/ls/api/2016-11-28/CreateInstancesFromSnapshot", 200] },
3633
3466
  () => CreateInstancesFromSnapshotRequest,
3634
3467
  () => CreateInstancesFromSnapshotResult,
3635
3468
  ];
@@ -3637,9 +3470,7 @@ export var CreateInstanceSnapshot = [
3637
3470
  9,
3638
3471
  n0,
3639
3472
  _CIS,
3640
- {
3641
- [_ht]: ["POST", "/ls/api/2016-11-28/CreateInstanceSnapshot", 200],
3642
- },
3473
+ { [_ht]: ["POST", "/ls/api/2016-11-28/CreateInstanceSnapshot", 200] },
3643
3474
  () => CreateInstanceSnapshotRequest,
3644
3475
  () => CreateInstanceSnapshotResult,
3645
3476
  ];
@@ -3647,9 +3478,7 @@ export var CreateKeyPair = [
3647
3478
  9,
3648
3479
  n0,
3649
3480
  _CKP,
3650
- {
3651
- [_ht]: ["POST", "/ls/api/2016-11-28/CreateKeyPair", 200],
3652
- },
3481
+ { [_ht]: ["POST", "/ls/api/2016-11-28/CreateKeyPair", 200] },
3653
3482
  () => CreateKeyPairRequest,
3654
3483
  () => CreateKeyPairResult,
3655
3484
  ];
@@ -3657,9 +3486,7 @@ export var CreateLoadBalancer = [
3657
3486
  9,
3658
3487
  n0,
3659
3488
  _CLB,
3660
- {
3661
- [_ht]: ["POST", "/ls/api/2016-11-28/CreateLoadBalancer", 200],
3662
- },
3489
+ { [_ht]: ["POST", "/ls/api/2016-11-28/CreateLoadBalancer", 200] },
3663
3490
  () => CreateLoadBalancerRequest,
3664
3491
  () => CreateLoadBalancerResult,
3665
3492
  ];
@@ -3667,9 +3494,7 @@ export var CreateLoadBalancerTlsCertificate = [
3667
3494
  9,
3668
3495
  n0,
3669
3496
  _CLBTC,
3670
- {
3671
- [_ht]: ["POST", "/ls/api/2016-11-28/CreateLoadBalancerTlsCertificate", 200],
3672
- },
3497
+ { [_ht]: ["POST", "/ls/api/2016-11-28/CreateLoadBalancerTlsCertificate", 200] },
3673
3498
  () => CreateLoadBalancerTlsCertificateRequest,
3674
3499
  () => CreateLoadBalancerTlsCertificateResult,
3675
3500
  ];
@@ -3677,9 +3502,7 @@ export var CreateRelationalDatabase = [
3677
3502
  9,
3678
3503
  n0,
3679
3504
  _CRD,
3680
- {
3681
- [_ht]: ["POST", "/ls/api/2016-11-28/CreateRelationalDatabase", 200],
3682
- },
3505
+ { [_ht]: ["POST", "/ls/api/2016-11-28/CreateRelationalDatabase", 200] },
3683
3506
  () => CreateRelationalDatabaseRequest,
3684
3507
  () => CreateRelationalDatabaseResult,
3685
3508
  ];
@@ -3687,9 +3510,7 @@ export var CreateRelationalDatabaseFromSnapshot = [
3687
3510
  9,
3688
3511
  n0,
3689
3512
  _CRDFS,
3690
- {
3691
- [_ht]: ["POST", "/ls/api/2016-11-28/CreateRelationalDatabaseFromSnapshot", 200],
3692
- },
3513
+ { [_ht]: ["POST", "/ls/api/2016-11-28/CreateRelationalDatabaseFromSnapshot", 200] },
3693
3514
  () => CreateRelationalDatabaseFromSnapshotRequest,
3694
3515
  () => CreateRelationalDatabaseFromSnapshotResult,
3695
3516
  ];
@@ -3697,9 +3518,7 @@ export var CreateRelationalDatabaseSnapshot = [
3697
3518
  9,
3698
3519
  n0,
3699
3520
  _CRDS,
3700
- {
3701
- [_ht]: ["POST", "/ls/api/2016-11-28/CreateRelationalDatabaseSnapshot", 200],
3702
- },
3521
+ { [_ht]: ["POST", "/ls/api/2016-11-28/CreateRelationalDatabaseSnapshot", 200] },
3703
3522
  () => CreateRelationalDatabaseSnapshotRequest,
3704
3523
  () => CreateRelationalDatabaseSnapshotResult,
3705
3524
  ];
@@ -3707,9 +3526,7 @@ export var DeleteAlarm = [
3707
3526
  9,
3708
3527
  n0,
3709
3528
  _DA,
3710
- {
3711
- [_ht]: ["DELETE", "/ls/api/2016-11-28/DeleteAlarm/{alarmName}", 200],
3712
- },
3529
+ { [_ht]: ["DELETE", "/ls/api/2016-11-28/DeleteAlarm/{alarmName}", 200] },
3713
3530
  () => DeleteAlarmRequest,
3714
3531
  () => DeleteAlarmResult,
3715
3532
  ];
@@ -3717,9 +3534,7 @@ export var DeleteAutoSnapshot = [
3717
3534
  9,
3718
3535
  n0,
3719
3536
  _DAS,
3720
- {
3721
- [_ht]: ["POST", "/ls/api/2016-11-28/DeleteAutoSnapshot", 200],
3722
- },
3537
+ { [_ht]: ["POST", "/ls/api/2016-11-28/DeleteAutoSnapshot", 200] },
3723
3538
  () => DeleteAutoSnapshotRequest,
3724
3539
  () => DeleteAutoSnapshotResult,
3725
3540
  ];
@@ -3727,9 +3542,7 @@ export var DeleteBucket = [
3727
3542
  9,
3728
3543
  n0,
3729
3544
  _DBe,
3730
- {
3731
- [_ht]: ["POST", "/ls/api/2016-11-28/DeleteBucket", 200],
3732
- },
3545
+ { [_ht]: ["POST", "/ls/api/2016-11-28/DeleteBucket", 200] },
3733
3546
  () => DeleteBucketRequest,
3734
3547
  () => DeleteBucketResult,
3735
3548
  ];
@@ -3737,9 +3550,7 @@ export var DeleteBucketAccessKey = [
3737
3550
  9,
3738
3551
  n0,
3739
3552
  _DBAK,
3740
- {
3741
- [_ht]: ["POST", "/ls/api/2016-11-28/DeleteBucketAccessKey", 200],
3742
- },
3553
+ { [_ht]: ["POST", "/ls/api/2016-11-28/DeleteBucketAccessKey", 200] },
3743
3554
  () => DeleteBucketAccessKeyRequest,
3744
3555
  () => DeleteBucketAccessKeyResult,
3745
3556
  ];
@@ -3747,9 +3558,7 @@ export var DeleteCertificate = [
3747
3558
  9,
3748
3559
  n0,
3749
3560
  _DC,
3750
- {
3751
- [_ht]: ["POST", "/ls/api/2016-11-28/DeleteCertificate", 200],
3752
- },
3561
+ { [_ht]: ["POST", "/ls/api/2016-11-28/DeleteCertificate", 200] },
3753
3562
  () => DeleteCertificateRequest,
3754
3563
  () => DeleteCertificateResult,
3755
3564
  ];
@@ -3757,9 +3566,7 @@ export var DeleteContactMethod = [
3757
3566
  9,
3758
3567
  n0,
3759
3568
  _DCM,
3760
- {
3761
- [_ht]: ["POST", "/ls/api/2016-11-28/DeleteContactMethod", 200],
3762
- },
3569
+ { [_ht]: ["POST", "/ls/api/2016-11-28/DeleteContactMethod", 200] },
3763
3570
  () => DeleteContactMethodRequest,
3764
3571
  () => DeleteContactMethodResult,
3765
3572
  ];
@@ -3767,9 +3574,7 @@ export var DeleteContainerImage = [
3767
3574
  9,
3768
3575
  n0,
3769
3576
  _DCI,
3770
- {
3771
- [_ht]: ["DELETE", "/ls/api/2016-11-28/container-services/{serviceName}/images/{image}", 204],
3772
- },
3577
+ { [_ht]: ["DELETE", "/ls/api/2016-11-28/container-services/{serviceName}/images/{image}", 204] },
3773
3578
  () => DeleteContainerImageRequest,
3774
3579
  () => DeleteContainerImageResult,
3775
3580
  ];
@@ -3777,9 +3582,7 @@ export var DeleteContainerService = [
3777
3582
  9,
3778
3583
  n0,
3779
3584
  _DCS,
3780
- {
3781
- [_ht]: ["DELETE", "/ls/api/2016-11-28/container-services/{serviceName}", 204],
3782
- },
3585
+ { [_ht]: ["DELETE", "/ls/api/2016-11-28/container-services/{serviceName}", 204] },
3783
3586
  () => DeleteContainerServiceRequest,
3784
3587
  () => DeleteContainerServiceResult,
3785
3588
  ];
@@ -3787,9 +3590,7 @@ export var DeleteDisk = [
3787
3590
  9,
3788
3591
  n0,
3789
3592
  _DD,
3790
- {
3791
- [_ht]: ["POST", "/ls/api/2016-11-28/DeleteDisk", 200],
3792
- },
3593
+ { [_ht]: ["POST", "/ls/api/2016-11-28/DeleteDisk", 200] },
3793
3594
  () => DeleteDiskRequest,
3794
3595
  () => DeleteDiskResult,
3795
3596
  ];
@@ -3797,9 +3598,7 @@ export var DeleteDiskSnapshot = [
3797
3598
  9,
3798
3599
  n0,
3799
3600
  _DDS,
3800
- {
3801
- [_ht]: ["POST", "/ls/api/2016-11-28/DeleteDiskSnapshot", 200],
3802
- },
3601
+ { [_ht]: ["POST", "/ls/api/2016-11-28/DeleteDiskSnapshot", 200] },
3803
3602
  () => DeleteDiskSnapshotRequest,
3804
3603
  () => DeleteDiskSnapshotResult,
3805
3604
  ];
@@ -3807,9 +3606,7 @@ export var DeleteDistribution = [
3807
3606
  9,
3808
3607
  n0,
3809
3608
  _DDe,
3810
- {
3811
- [_ht]: ["POST", "/ls/api/2016-11-28/DeleteDistribution", 200],
3812
- },
3609
+ { [_ht]: ["POST", "/ls/api/2016-11-28/DeleteDistribution", 200] },
3813
3610
  () => DeleteDistributionRequest,
3814
3611
  () => DeleteDistributionResult,
3815
3612
  ];
@@ -3817,9 +3614,7 @@ export var DeleteDomain = [
3817
3614
  9,
3818
3615
  n0,
3819
3616
  _DDel,
3820
- {
3821
- [_ht]: ["POST", "/ls/api/2016-11-28/DeleteDomain", 200],
3822
- },
3617
+ { [_ht]: ["POST", "/ls/api/2016-11-28/DeleteDomain", 200] },
3823
3618
  () => DeleteDomainRequest,
3824
3619
  () => DeleteDomainResult,
3825
3620
  ];
@@ -3827,9 +3622,7 @@ export var DeleteDomainEntry = [
3827
3622
  9,
3828
3623
  n0,
3829
3624
  _DDE,
3830
- {
3831
- [_ht]: ["POST", "/ls/api/2016-11-28/DeleteDomainEntry", 200],
3832
- },
3625
+ { [_ht]: ["POST", "/ls/api/2016-11-28/DeleteDomainEntry", 200] },
3833
3626
  () => DeleteDomainEntryRequest,
3834
3627
  () => DeleteDomainEntryResult,
3835
3628
  ];
@@ -3837,9 +3630,7 @@ export var DeleteInstance = [
3837
3630
  9,
3838
3631
  n0,
3839
3632
  _DIe,
3840
- {
3841
- [_ht]: ["POST", "/ls/api/2016-11-28/DeleteInstance", 200],
3842
- },
3633
+ { [_ht]: ["POST", "/ls/api/2016-11-28/DeleteInstance", 200] },
3843
3634
  () => DeleteInstanceRequest,
3844
3635
  () => DeleteInstanceResult,
3845
3636
  ];
@@ -3847,9 +3638,7 @@ export var DeleteInstanceSnapshot = [
3847
3638
  9,
3848
3639
  n0,
3849
3640
  _DIS,
3850
- {
3851
- [_ht]: ["POST", "/ls/api/2016-11-28/DeleteInstanceSnapshot", 200],
3852
- },
3641
+ { [_ht]: ["POST", "/ls/api/2016-11-28/DeleteInstanceSnapshot", 200] },
3853
3642
  () => DeleteInstanceSnapshotRequest,
3854
3643
  () => DeleteInstanceSnapshotResult,
3855
3644
  ];
@@ -3857,9 +3646,7 @@ export var DeleteKeyPair = [
3857
3646
  9,
3858
3647
  n0,
3859
3648
  _DKP,
3860
- {
3861
- [_ht]: ["POST", "/ls/api/2016-11-28/DeleteKeyPair", 200],
3862
- },
3649
+ { [_ht]: ["POST", "/ls/api/2016-11-28/DeleteKeyPair", 200] },
3863
3650
  () => DeleteKeyPairRequest,
3864
3651
  () => DeleteKeyPairResult,
3865
3652
  ];
@@ -3867,9 +3654,7 @@ export var DeleteKnownHostKeys = [
3867
3654
  9,
3868
3655
  n0,
3869
3656
  _DKHK,
3870
- {
3871
- [_ht]: ["POST", "/ls/api/2016-11-28/DeleteKnownHostKeys", 200],
3872
- },
3657
+ { [_ht]: ["POST", "/ls/api/2016-11-28/DeleteKnownHostKeys", 200] },
3873
3658
  () => DeleteKnownHostKeysRequest,
3874
3659
  () => DeleteKnownHostKeysResult,
3875
3660
  ];
@@ -3877,9 +3662,7 @@ export var DeleteLoadBalancer = [
3877
3662
  9,
3878
3663
  n0,
3879
3664
  _DLB,
3880
- {
3881
- [_ht]: ["POST", "/ls/api/2016-11-28/DeleteLoadBalancer", 200],
3882
- },
3665
+ { [_ht]: ["POST", "/ls/api/2016-11-28/DeleteLoadBalancer", 200] },
3883
3666
  () => DeleteLoadBalancerRequest,
3884
3667
  () => DeleteLoadBalancerResult,
3885
3668
  ];
@@ -3887,9 +3670,7 @@ export var DeleteLoadBalancerTlsCertificate = [
3887
3670
  9,
3888
3671
  n0,
3889
3672
  _DLBTC,
3890
- {
3891
- [_ht]: ["POST", "/ls/api/2016-11-28/DeleteLoadBalancerTlsCertificate", 200],
3892
- },
3673
+ { [_ht]: ["POST", "/ls/api/2016-11-28/DeleteLoadBalancerTlsCertificate", 200] },
3893
3674
  () => DeleteLoadBalancerTlsCertificateRequest,
3894
3675
  () => DeleteLoadBalancerTlsCertificateResult,
3895
3676
  ];
@@ -3897,9 +3678,7 @@ export var DeleteRelationalDatabase = [
3897
3678
  9,
3898
3679
  n0,
3899
3680
  _DRD,
3900
- {
3901
- [_ht]: ["POST", "/ls/api/2016-11-28/DeleteRelationalDatabase", 200],
3902
- },
3681
+ { [_ht]: ["POST", "/ls/api/2016-11-28/DeleteRelationalDatabase", 200] },
3903
3682
  () => DeleteRelationalDatabaseRequest,
3904
3683
  () => DeleteRelationalDatabaseResult,
3905
3684
  ];
@@ -3907,9 +3686,7 @@ export var DeleteRelationalDatabaseSnapshot = [
3907
3686
  9,
3908
3687
  n0,
3909
3688
  _DRDS,
3910
- {
3911
- [_ht]: ["POST", "/ls/api/2016-11-28/DeleteRelationalDatabaseSnapshot", 200],
3912
- },
3689
+ { [_ht]: ["POST", "/ls/api/2016-11-28/DeleteRelationalDatabaseSnapshot", 200] },
3913
3690
  () => DeleteRelationalDatabaseSnapshotRequest,
3914
3691
  () => DeleteRelationalDatabaseSnapshotResult,
3915
3692
  ];
@@ -3917,9 +3694,7 @@ export var DetachCertificateFromDistribution = [
3917
3694
  9,
3918
3695
  n0,
3919
3696
  _DCFD,
3920
- {
3921
- [_ht]: ["POST", "/ls/api/2016-11-28/DetachCertificateFromDistribution", 200],
3922
- },
3697
+ { [_ht]: ["POST", "/ls/api/2016-11-28/DetachCertificateFromDistribution", 200] },
3923
3698
  () => DetachCertificateFromDistributionRequest,
3924
3699
  () => DetachCertificateFromDistributionResult,
3925
3700
  ];
@@ -3927,9 +3702,7 @@ export var DetachDisk = [
3927
3702
  9,
3928
3703
  n0,
3929
3704
  _DDet,
3930
- {
3931
- [_ht]: ["POST", "/ls/api/2016-11-28/DetachDisk", 200],
3932
- },
3705
+ { [_ht]: ["POST", "/ls/api/2016-11-28/DetachDisk", 200] },
3933
3706
  () => DetachDiskRequest,
3934
3707
  () => DetachDiskResult,
3935
3708
  ];
@@ -3937,9 +3710,7 @@ export var DetachInstancesFromLoadBalancer = [
3937
3710
  9,
3938
3711
  n0,
3939
3712
  _DIFLB,
3940
- {
3941
- [_ht]: ["POST", "/ls/api/2016-11-28/DetachInstancesFromLoadBalancer", 200],
3942
- },
3713
+ { [_ht]: ["POST", "/ls/api/2016-11-28/DetachInstancesFromLoadBalancer", 200] },
3943
3714
  () => DetachInstancesFromLoadBalancerRequest,
3944
3715
  () => DetachInstancesFromLoadBalancerResult,
3945
3716
  ];
@@ -3947,9 +3718,7 @@ export var DetachStaticIp = [
3947
3718
  9,
3948
3719
  n0,
3949
3720
  _DSIe,
3950
- {
3951
- [_ht]: ["POST", "/ls/api/2016-11-28/DetachStaticIp", 200],
3952
- },
3721
+ { [_ht]: ["POST", "/ls/api/2016-11-28/DetachStaticIp", 200] },
3953
3722
  () => DetachStaticIpRequest,
3954
3723
  () => DetachStaticIpResult,
3955
3724
  ];
@@ -3957,9 +3726,7 @@ export var DisableAddOn = [
3957
3726
  9,
3958
3727
  n0,
3959
3728
  _DAO,
3960
- {
3961
- [_ht]: ["POST", "/ls/api/2016-11-28/DisableAddOn", 200],
3962
- },
3729
+ { [_ht]: ["POST", "/ls/api/2016-11-28/DisableAddOn", 200] },
3963
3730
  () => DisableAddOnRequest,
3964
3731
  () => DisableAddOnResult,
3965
3732
  ];
@@ -3967,9 +3734,7 @@ export var DownloadDefaultKeyPair = [
3967
3734
  9,
3968
3735
  n0,
3969
3736
  _DDKP,
3970
- {
3971
- [_ht]: ["POST", "/ls/api/2016-11-28/DownloadDefaultKeyPair", 200],
3972
- },
3737
+ { [_ht]: ["POST", "/ls/api/2016-11-28/DownloadDefaultKeyPair", 200] },
3973
3738
  () => DownloadDefaultKeyPairRequest,
3974
3739
  () => DownloadDefaultKeyPairResult,
3975
3740
  ];
@@ -3977,9 +3742,7 @@ export var EnableAddOn = [
3977
3742
  9,
3978
3743
  n0,
3979
3744
  _EAO,
3980
- {
3981
- [_ht]: ["POST", "/ls/api/2016-11-28/EnableAddOn", 200],
3982
- },
3745
+ { [_ht]: ["POST", "/ls/api/2016-11-28/EnableAddOn", 200] },
3983
3746
  () => EnableAddOnRequest,
3984
3747
  () => EnableAddOnResult,
3985
3748
  ];
@@ -3987,9 +3750,7 @@ export var ExportSnapshot = [
3987
3750
  9,
3988
3751
  n0,
3989
3752
  _ES,
3990
- {
3991
- [_ht]: ["POST", "/ls/api/2016-11-28/ExportSnapshot", 200],
3992
- },
3753
+ { [_ht]: ["POST", "/ls/api/2016-11-28/ExportSnapshot", 200] },
3993
3754
  () => ExportSnapshotRequest,
3994
3755
  () => ExportSnapshotResult,
3995
3756
  ];
@@ -3997,9 +3758,7 @@ export var GetActiveNames = [
3997
3758
  9,
3998
3759
  n0,
3999
3760
  _GAN,
4000
- {
4001
- [_ht]: ["POST", "/ls/api/2016-11-28/GetActiveNames", 200],
4002
- },
3761
+ { [_ht]: ["POST", "/ls/api/2016-11-28/GetActiveNames", 200] },
4003
3762
  () => GetActiveNamesRequest,
4004
3763
  () => GetActiveNamesResult,
4005
3764
  ];
@@ -4007,9 +3766,7 @@ export var GetAlarms = [
4007
3766
  9,
4008
3767
  n0,
4009
3768
  _GA,
4010
- {
4011
- [_ht]: ["GET", "/ls/api/2016-11-28/GetAlarms", 200],
4012
- },
3769
+ { [_ht]: ["GET", "/ls/api/2016-11-28/GetAlarms", 200] },
4013
3770
  () => GetAlarmsRequest,
4014
3771
  () => GetAlarmsResult,
4015
3772
  ];
@@ -4017,9 +3774,7 @@ export var GetAutoSnapshots = [
4017
3774
  9,
4018
3775
  n0,
4019
3776
  _GAS,
4020
- {
4021
- [_ht]: ["POST", "/ls/api/2016-11-28/GetAutoSnapshots", 200],
4022
- },
3777
+ { [_ht]: ["POST", "/ls/api/2016-11-28/GetAutoSnapshots", 200] },
4023
3778
  () => GetAutoSnapshotsRequest,
4024
3779
  () => GetAutoSnapshotsResult,
4025
3780
  ];
@@ -4027,9 +3782,7 @@ export var GetBlueprints = [
4027
3782
  9,
4028
3783
  n0,
4029
3784
  _GB,
4030
- {
4031
- [_ht]: ["POST", "/ls/api/2016-11-28/GetBlueprints", 200],
4032
- },
3785
+ { [_ht]: ["POST", "/ls/api/2016-11-28/GetBlueprints", 200] },
4033
3786
  () => GetBlueprintsRequest,
4034
3787
  () => GetBlueprintsResult,
4035
3788
  ];
@@ -4037,9 +3790,7 @@ export var GetBucketAccessKeys = [
4037
3790
  9,
4038
3791
  n0,
4039
3792
  _GBAK,
4040
- {
4041
- [_ht]: ["POST", "/ls/api/2016-11-28/GetBucketAccessKeys", 200],
4042
- },
3793
+ { [_ht]: ["POST", "/ls/api/2016-11-28/GetBucketAccessKeys", 200] },
4043
3794
  () => GetBucketAccessKeysRequest,
4044
3795
  () => GetBucketAccessKeysResult,
4045
3796
  ];
@@ -4047,9 +3798,7 @@ export var GetBucketBundles = [
4047
3798
  9,
4048
3799
  n0,
4049
3800
  _GBB,
4050
- {
4051
- [_ht]: ["POST", "/ls/api/2016-11-28/GetBucketBundles", 200],
4052
- },
3801
+ { [_ht]: ["POST", "/ls/api/2016-11-28/GetBucketBundles", 200] },
4053
3802
  () => GetBucketBundlesRequest,
4054
3803
  () => GetBucketBundlesResult,
4055
3804
  ];
@@ -4057,9 +3806,7 @@ export var GetBucketMetricData = [
4057
3806
  9,
4058
3807
  n0,
4059
3808
  _GBMD,
4060
- {
4061
- [_ht]: ["POST", "/ls/api/2016-11-28/GetBucketMetricData", 200],
4062
- },
3809
+ { [_ht]: ["POST", "/ls/api/2016-11-28/GetBucketMetricData", 200] },
4063
3810
  () => GetBucketMetricDataRequest,
4064
3811
  () => GetBucketMetricDataResult,
4065
3812
  ];
@@ -4067,9 +3814,7 @@ export var GetBuckets = [
4067
3814
  9,
4068
3815
  n0,
4069
3816
  _GBe,
4070
- {
4071
- [_ht]: ["POST", "/ls/api/2016-11-28/GetBuckets", 200],
4072
- },
3817
+ { [_ht]: ["POST", "/ls/api/2016-11-28/GetBuckets", 200] },
4073
3818
  () => GetBucketsRequest,
4074
3819
  () => GetBucketsResult,
4075
3820
  ];
@@ -4077,9 +3822,7 @@ export var GetBundles = [
4077
3822
  9,
4078
3823
  n0,
4079
3824
  _GBet,
4080
- {
4081
- [_ht]: ["POST", "/ls/api/2016-11-28/GetBundles", 200],
4082
- },
3825
+ { [_ht]: ["POST", "/ls/api/2016-11-28/GetBundles", 200] },
4083
3826
  () => GetBundlesRequest,
4084
3827
  () => GetBundlesResult,
4085
3828
  ];
@@ -4087,9 +3830,7 @@ export var GetCertificates = [
4087
3830
  9,
4088
3831
  n0,
4089
3832
  _GC,
4090
- {
4091
- [_ht]: ["POST", "/ls/api/2016-11-28/GetCertificates", 200],
4092
- },
3833
+ { [_ht]: ["POST", "/ls/api/2016-11-28/GetCertificates", 200] },
4093
3834
  () => GetCertificatesRequest,
4094
3835
  () => GetCertificatesResult,
4095
3836
  ];
@@ -4097,9 +3838,7 @@ export var GetCloudFormationStackRecords = [
4097
3838
  9,
4098
3839
  n0,
4099
3840
  _GCFSR,
4100
- {
4101
- [_ht]: ["POST", "/ls/api/2016-11-28/GetCloudFormationStackRecords", 200],
4102
- },
3841
+ { [_ht]: ["POST", "/ls/api/2016-11-28/GetCloudFormationStackRecords", 200] },
4103
3842
  () => GetCloudFormationStackRecordsRequest,
4104
3843
  () => GetCloudFormationStackRecordsResult,
4105
3844
  ];
@@ -4107,9 +3846,7 @@ export var GetContactMethods = [
4107
3846
  9,
4108
3847
  n0,
4109
3848
  _GCM,
4110
- {
4111
- [_ht]: ["GET", "/ls/api/2016-11-28/GetContactMethods", 200],
4112
- },
3849
+ { [_ht]: ["GET", "/ls/api/2016-11-28/GetContactMethods", 200] },
4113
3850
  () => GetContactMethodsRequest,
4114
3851
  () => GetContactMethodsResult,
4115
3852
  ];
@@ -4117,9 +3854,7 @@ export var GetContainerAPIMetadata = [
4117
3854
  9,
4118
3855
  n0,
4119
3856
  _GCAPIM,
4120
- {
4121
- [_ht]: ["GET", "/ls/api/2016-11-28/container-api-metadata", 200],
4122
- },
3857
+ { [_ht]: ["GET", "/ls/api/2016-11-28/container-api-metadata", 200] },
4123
3858
  () => GetContainerAPIMetadataRequest,
4124
3859
  () => GetContainerAPIMetadataResult,
4125
3860
  ];
@@ -4127,9 +3862,7 @@ export var GetContainerImages = [
4127
3862
  9,
4128
3863
  n0,
4129
3864
  _GCI,
4130
- {
4131
- [_ht]: ["GET", "/ls/api/2016-11-28/container-services/{serviceName}/images", 200],
4132
- },
3865
+ { [_ht]: ["GET", "/ls/api/2016-11-28/container-services/{serviceName}/images", 200] },
4133
3866
  () => GetContainerImagesRequest,
4134
3867
  () => GetContainerImagesResult,
4135
3868
  ];
@@ -4137,9 +3870,7 @@ export var GetContainerLog = [
4137
3870
  9,
4138
3871
  n0,
4139
3872
  _GCL,
4140
- {
4141
- [_ht]: ["GET", "/ls/api/2016-11-28/container-services/{serviceName}/containers/{containerName}/log", 200],
4142
- },
3873
+ { [_ht]: ["GET", "/ls/api/2016-11-28/container-services/{serviceName}/containers/{containerName}/log", 200] },
4143
3874
  () => GetContainerLogRequest,
4144
3875
  () => GetContainerLogResult,
4145
3876
  ];
@@ -4147,9 +3878,7 @@ export var GetContainerServiceDeployments = [
4147
3878
  9,
4148
3879
  n0,
4149
3880
  _GCSD,
4150
- {
4151
- [_ht]: ["GET", "/ls/api/2016-11-28/container-services/{serviceName}/deployments", 200],
4152
- },
3881
+ { [_ht]: ["GET", "/ls/api/2016-11-28/container-services/{serviceName}/deployments", 200] },
4153
3882
  () => GetContainerServiceDeploymentsRequest,
4154
3883
  () => GetContainerServiceDeploymentsResult,
4155
3884
  ];
@@ -4157,9 +3886,7 @@ export var GetContainerServiceMetricData = [
4157
3886
  9,
4158
3887
  n0,
4159
3888
  _GCSMD,
4160
- {
4161
- [_ht]: ["GET", "/ls/api/2016-11-28/container-services/{serviceName}/metrics", 200],
4162
- },
3889
+ { [_ht]: ["GET", "/ls/api/2016-11-28/container-services/{serviceName}/metrics", 200] },
4163
3890
  () => GetContainerServiceMetricDataRequest,
4164
3891
  () => GetContainerServiceMetricDataResult,
4165
3892
  ];
@@ -4167,9 +3894,7 @@ export var GetContainerServicePowers = [
4167
3894
  9,
4168
3895
  n0,
4169
3896
  _GCSP,
4170
- {
4171
- [_ht]: ["GET", "/ls/api/2016-11-28/container-service-powers", 200],
4172
- },
3897
+ { [_ht]: ["GET", "/ls/api/2016-11-28/container-service-powers", 200] },
4173
3898
  () => GetContainerServicePowersRequest,
4174
3899
  () => GetContainerServicePowersResult,
4175
3900
  ];
@@ -4177,9 +3902,7 @@ export var GetContainerServices = [
4177
3902
  9,
4178
3903
  n0,
4179
3904
  _GCS,
4180
- {
4181
- [_ht]: ["GET", "/ls/api/2016-11-28/container-services", 200],
4182
- },
3905
+ { [_ht]: ["GET", "/ls/api/2016-11-28/container-services", 200] },
4183
3906
  () => GetContainerServicesRequest,
4184
3907
  () => ContainerServicesListResult,
4185
3908
  ];
@@ -4187,9 +3910,7 @@ export var GetCostEstimate = [
4187
3910
  9,
4188
3911
  n0,
4189
3912
  _GCE,
4190
- {
4191
- [_ht]: ["POST", "/budgettracker/getCostEstimate", 200],
4192
- },
3913
+ { [_ht]: ["POST", "/budgettracker/getCostEstimate", 200] },
4193
3914
  () => GetCostEstimateRequest,
4194
3915
  () => GetCostEstimateResult,
4195
3916
  ];
@@ -4197,9 +3918,7 @@ export var GetDisk = [
4197
3918
  9,
4198
3919
  n0,
4199
3920
  _GD,
4200
- {
4201
- [_ht]: ["POST", "/ls/api/2016-11-28/GetDisk", 200],
4202
- },
3921
+ { [_ht]: ["POST", "/ls/api/2016-11-28/GetDisk", 200] },
4203
3922
  () => GetDiskRequest,
4204
3923
  () => GetDiskResult,
4205
3924
  ];
@@ -4207,9 +3926,7 @@ export var GetDisks = [
4207
3926
  9,
4208
3927
  n0,
4209
3928
  _GDe,
4210
- {
4211
- [_ht]: ["POST", "/ls/api/2016-11-28/GetDisks", 200],
4212
- },
3929
+ { [_ht]: ["POST", "/ls/api/2016-11-28/GetDisks", 200] },
4213
3930
  () => GetDisksRequest,
4214
3931
  () => GetDisksResult,
4215
3932
  ];
@@ -4217,9 +3934,7 @@ export var GetDiskSnapshot = [
4217
3934
  9,
4218
3935
  n0,
4219
3936
  _GDS,
4220
- {
4221
- [_ht]: ["POST", "/ls/api/2016-11-28/GetDiskSnapshot", 200],
4222
- },
3937
+ { [_ht]: ["POST", "/ls/api/2016-11-28/GetDiskSnapshot", 200] },
4223
3938
  () => GetDiskSnapshotRequest,
4224
3939
  () => GetDiskSnapshotResult,
4225
3940
  ];
@@ -4227,9 +3942,7 @@ export var GetDiskSnapshots = [
4227
3942
  9,
4228
3943
  n0,
4229
3944
  _GDSe,
4230
- {
4231
- [_ht]: ["POST", "/ls/api/2016-11-28/GetDiskSnapshots", 200],
4232
- },
3945
+ { [_ht]: ["POST", "/ls/api/2016-11-28/GetDiskSnapshots", 200] },
4233
3946
  () => GetDiskSnapshotsRequest,
4234
3947
  () => GetDiskSnapshotsResult,
4235
3948
  ];
@@ -4237,9 +3950,7 @@ export var GetDistributionBundles = [
4237
3950
  9,
4238
3951
  n0,
4239
3952
  _GDB,
4240
- {
4241
- [_ht]: ["POST", "/ls/api/2016-11-28/GetDistributionBundles", 200],
4242
- },
3953
+ { [_ht]: ["POST", "/ls/api/2016-11-28/GetDistributionBundles", 200] },
4243
3954
  () => GetDistributionBundlesRequest,
4244
3955
  () => GetDistributionBundlesResult,
4245
3956
  ];
@@ -4247,9 +3958,7 @@ export var GetDistributionLatestCacheReset = [
4247
3958
  9,
4248
3959
  n0,
4249
3960
  _GDLCR,
4250
- {
4251
- [_ht]: ["POST", "/ls/api/2016-11-28/GetDistributionLatestCacheReset", 200],
4252
- },
3961
+ { [_ht]: ["POST", "/ls/api/2016-11-28/GetDistributionLatestCacheReset", 200] },
4253
3962
  () => GetDistributionLatestCacheResetRequest,
4254
3963
  () => GetDistributionLatestCacheResetResult,
4255
3964
  ];
@@ -4257,9 +3966,7 @@ export var GetDistributionMetricData = [
4257
3966
  9,
4258
3967
  n0,
4259
3968
  _GDMD,
4260
- {
4261
- [_ht]: ["POST", "/ls/api/2016-11-28/GetDistributionMetricData", 200],
4262
- },
3969
+ { [_ht]: ["POST", "/ls/api/2016-11-28/GetDistributionMetricData", 200] },
4263
3970
  () => GetDistributionMetricDataRequest,
4264
3971
  () => GetDistributionMetricDataResult,
4265
3972
  ];
@@ -4267,9 +3974,7 @@ export var GetDistributions = [
4267
3974
  9,
4268
3975
  n0,
4269
3976
  _GDet,
4270
- {
4271
- [_ht]: ["POST", "/ls/api/2016-11-28/GetDistributions", 200],
4272
- },
3977
+ { [_ht]: ["POST", "/ls/api/2016-11-28/GetDistributions", 200] },
4273
3978
  () => GetDistributionsRequest,
4274
3979
  () => GetDistributionsResult,
4275
3980
  ];
@@ -4277,9 +3982,7 @@ export var GetDomain = [
4277
3982
  9,
4278
3983
  n0,
4279
3984
  _GDeto,
4280
- {
4281
- [_ht]: ["POST", "/ls/api/2016-11-28/GetDomain", 200],
4282
- },
3985
+ { [_ht]: ["POST", "/ls/api/2016-11-28/GetDomain", 200] },
4283
3986
  () => GetDomainRequest,
4284
3987
  () => GetDomainResult,
4285
3988
  ];
@@ -4287,9 +3990,7 @@ export var GetDomains = [
4287
3990
  9,
4288
3991
  n0,
4289
3992
  _GDetom,
4290
- {
4291
- [_ht]: ["POST", "/ls/api/2016-11-28/GetDomains", 200],
4292
- },
3993
+ { [_ht]: ["POST", "/ls/api/2016-11-28/GetDomains", 200] },
4293
3994
  () => GetDomainsRequest,
4294
3995
  () => GetDomainsResult,
4295
3996
  ];
@@ -4297,9 +3998,7 @@ export var GetExportSnapshotRecords = [
4297
3998
  9,
4298
3999
  n0,
4299
4000
  _GESR,
4300
- {
4301
- [_ht]: ["POST", "/ls/api/2016-11-28/GetExportSnapshotRecords", 200],
4302
- },
4001
+ { [_ht]: ["POST", "/ls/api/2016-11-28/GetExportSnapshotRecords", 200] },
4303
4002
  () => GetExportSnapshotRecordsRequest,
4304
4003
  () => GetExportSnapshotRecordsResult,
4305
4004
  ];
@@ -4307,9 +4006,7 @@ export var GetInstance = [
4307
4006
  9,
4308
4007
  n0,
4309
4008
  _GI,
4310
- {
4311
- [_ht]: ["POST", "/ls/api/2016-11-28/GetInstance", 200],
4312
- },
4009
+ { [_ht]: ["POST", "/ls/api/2016-11-28/GetInstance", 200] },
4313
4010
  () => GetInstanceRequest,
4314
4011
  () => GetInstanceResult,
4315
4012
  ];
@@ -4317,9 +4014,7 @@ export var GetInstanceAccessDetails = [
4317
4014
  9,
4318
4015
  n0,
4319
4016
  _GIAD,
4320
- {
4321
- [_ht]: ["POST", "/ls/api/2016-11-28/GetInstanceAccessDetails", 200],
4322
- },
4017
+ { [_ht]: ["POST", "/ls/api/2016-11-28/GetInstanceAccessDetails", 200] },
4323
4018
  () => GetInstanceAccessDetailsRequest,
4324
4019
  () => GetInstanceAccessDetailsResult,
4325
4020
  ];
@@ -4327,9 +4022,7 @@ export var GetInstanceMetricData = [
4327
4022
  9,
4328
4023
  n0,
4329
4024
  _GIMD,
4330
- {
4331
- [_ht]: ["POST", "/ls/api/2016-11-28/GetInstanceMetricData", 200],
4332
- },
4025
+ { [_ht]: ["POST", "/ls/api/2016-11-28/GetInstanceMetricData", 200] },
4333
4026
  () => GetInstanceMetricDataRequest,
4334
4027
  () => GetInstanceMetricDataResult,
4335
4028
  ];
@@ -4337,9 +4030,7 @@ export var GetInstancePortStates = [
4337
4030
  9,
4338
4031
  n0,
4339
4032
  _GIPS,
4340
- {
4341
- [_ht]: ["POST", "/ls/api/2016-11-28/GetInstancePortStates", 200],
4342
- },
4033
+ { [_ht]: ["POST", "/ls/api/2016-11-28/GetInstancePortStates", 200] },
4343
4034
  () => GetInstancePortStatesRequest,
4344
4035
  () => GetInstancePortStatesResult,
4345
4036
  ];
@@ -4347,9 +4038,7 @@ export var GetInstances = [
4347
4038
  9,
4348
4039
  n0,
4349
4040
  _GIe,
4350
- {
4351
- [_ht]: ["POST", "/ls/api/2016-11-28/GetInstances", 200],
4352
- },
4041
+ { [_ht]: ["POST", "/ls/api/2016-11-28/GetInstances", 200] },
4353
4042
  () => GetInstancesRequest,
4354
4043
  () => GetInstancesResult,
4355
4044
  ];
@@ -4357,9 +4046,7 @@ export var GetInstanceSnapshot = [
4357
4046
  9,
4358
4047
  n0,
4359
4048
  _GIS,
4360
- {
4361
- [_ht]: ["POST", "/ls/api/2016-11-28/GetInstanceSnapshot", 200],
4362
- },
4049
+ { [_ht]: ["POST", "/ls/api/2016-11-28/GetInstanceSnapshot", 200] },
4363
4050
  () => GetInstanceSnapshotRequest,
4364
4051
  () => GetInstanceSnapshotResult,
4365
4052
  ];
@@ -4367,9 +4054,7 @@ export var GetInstanceSnapshots = [
4367
4054
  9,
4368
4055
  n0,
4369
4056
  _GISe,
4370
- {
4371
- [_ht]: ["POST", "/ls/api/2016-11-28/GetInstanceSnapshots", 200],
4372
- },
4057
+ { [_ht]: ["POST", "/ls/api/2016-11-28/GetInstanceSnapshots", 200] },
4373
4058
  () => GetInstanceSnapshotsRequest,
4374
4059
  () => GetInstanceSnapshotsResult,
4375
4060
  ];
@@ -4377,9 +4062,7 @@ export var GetInstanceState = [
4377
4062
  9,
4378
4063
  n0,
4379
4064
  _GISet,
4380
- {
4381
- [_ht]: ["POST", "/ls/api/2016-11-28/GetInstanceState", 200],
4382
- },
4065
+ { [_ht]: ["POST", "/ls/api/2016-11-28/GetInstanceState", 200] },
4383
4066
  () => GetInstanceStateRequest,
4384
4067
  () => GetInstanceStateResult,
4385
4068
  ];
@@ -4387,9 +4070,7 @@ export var GetKeyPair = [
4387
4070
  9,
4388
4071
  n0,
4389
4072
  _GKP,
4390
- {
4391
- [_ht]: ["POST", "/ls/api/2016-11-28/GetKeyPair", 200],
4392
- },
4073
+ { [_ht]: ["POST", "/ls/api/2016-11-28/GetKeyPair", 200] },
4393
4074
  () => GetKeyPairRequest,
4394
4075
  () => GetKeyPairResult,
4395
4076
  ];
@@ -4397,9 +4078,7 @@ export var GetKeyPairs = [
4397
4078
  9,
4398
4079
  n0,
4399
4080
  _GKPe,
4400
- {
4401
- [_ht]: ["POST", "/ls/api/2016-11-28/GetKeyPairs", 200],
4402
- },
4081
+ { [_ht]: ["POST", "/ls/api/2016-11-28/GetKeyPairs", 200] },
4403
4082
  () => GetKeyPairsRequest,
4404
4083
  () => GetKeyPairsResult,
4405
4084
  ];
@@ -4407,9 +4086,7 @@ export var GetLoadBalancer = [
4407
4086
  9,
4408
4087
  n0,
4409
4088
  _GLB,
4410
- {
4411
- [_ht]: ["POST", "/ls/api/2016-11-28/GetLoadBalancer", 200],
4412
- },
4089
+ { [_ht]: ["POST", "/ls/api/2016-11-28/GetLoadBalancer", 200] },
4413
4090
  () => GetLoadBalancerRequest,
4414
4091
  () => GetLoadBalancerResult,
4415
4092
  ];
@@ -4417,9 +4094,7 @@ export var GetLoadBalancerMetricData = [
4417
4094
  9,
4418
4095
  n0,
4419
4096
  _GLBMD,
4420
- {
4421
- [_ht]: ["POST", "/ls/api/2016-11-28/GetLoadBalancerMetricData", 200],
4422
- },
4097
+ { [_ht]: ["POST", "/ls/api/2016-11-28/GetLoadBalancerMetricData", 200] },
4423
4098
  () => GetLoadBalancerMetricDataRequest,
4424
4099
  () => GetLoadBalancerMetricDataResult,
4425
4100
  ];
@@ -4427,9 +4102,7 @@ export var GetLoadBalancers = [
4427
4102
  9,
4428
4103
  n0,
4429
4104
  _GLBe,
4430
- {
4431
- [_ht]: ["POST", "/ls/api/2016-11-28/GetLoadBalancers", 200],
4432
- },
4105
+ { [_ht]: ["POST", "/ls/api/2016-11-28/GetLoadBalancers", 200] },
4433
4106
  () => GetLoadBalancersRequest,
4434
4107
  () => GetLoadBalancersResult,
4435
4108
  ];
@@ -4437,9 +4110,7 @@ export var GetLoadBalancerTlsCertificates = [
4437
4110
  9,
4438
4111
  n0,
4439
4112
  _GLBTC,
4440
- {
4441
- [_ht]: ["POST", "/ls/api/2016-11-28/GetLoadBalancerTlsCertificates", 200],
4442
- },
4113
+ { [_ht]: ["POST", "/ls/api/2016-11-28/GetLoadBalancerTlsCertificates", 200] },
4443
4114
  () => GetLoadBalancerTlsCertificatesRequest,
4444
4115
  () => GetLoadBalancerTlsCertificatesResult,
4445
4116
  ];
@@ -4447,9 +4118,7 @@ export var GetLoadBalancerTlsPolicies = [
4447
4118
  9,
4448
4119
  n0,
4449
4120
  _GLBTP,
4450
- {
4451
- [_ht]: ["POST", "/ls/api/2016-11-28/GetLoadBalancerTlsPolicies", 200],
4452
- },
4121
+ { [_ht]: ["POST", "/ls/api/2016-11-28/GetLoadBalancerTlsPolicies", 200] },
4453
4122
  () => GetLoadBalancerTlsPoliciesRequest,
4454
4123
  () => GetLoadBalancerTlsPoliciesResult,
4455
4124
  ];
@@ -4457,9 +4126,7 @@ export var GetOperation = [
4457
4126
  9,
4458
4127
  n0,
4459
4128
  _GO,
4460
- {
4461
- [_ht]: ["POST", "/ls/api/2016-11-28/GetOperation", 200],
4462
- },
4129
+ { [_ht]: ["POST", "/ls/api/2016-11-28/GetOperation", 200] },
4463
4130
  () => GetOperationRequest,
4464
4131
  () => GetOperationResult,
4465
4132
  ];
@@ -4467,9 +4134,7 @@ export var GetOperations = [
4467
4134
  9,
4468
4135
  n0,
4469
4136
  _GOe,
4470
- {
4471
- [_ht]: ["POST", "/ls/api/2016-11-28/GetOperations", 200],
4472
- },
4137
+ { [_ht]: ["POST", "/ls/api/2016-11-28/GetOperations", 200] },
4473
4138
  () => GetOperationsRequest,
4474
4139
  () => GetOperationsResult,
4475
4140
  ];
@@ -4477,9 +4142,7 @@ export var GetOperationsForResource = [
4477
4142
  9,
4478
4143
  n0,
4479
4144
  _GOFR,
4480
- {
4481
- [_ht]: ["POST", "/ls/api/2016-11-28/GetOperationsForResource", 200],
4482
- },
4145
+ { [_ht]: ["POST", "/ls/api/2016-11-28/GetOperationsForResource", 200] },
4483
4146
  () => GetOperationsForResourceRequest,
4484
4147
  () => GetOperationsForResourceResult,
4485
4148
  ];
@@ -4487,9 +4150,7 @@ export var GetRegions = [
4487
4150
  9,
4488
4151
  n0,
4489
4152
  _GR,
4490
- {
4491
- [_ht]: ["POST", "/ls/api/2016-11-28/GetRegions", 200],
4492
- },
4153
+ { [_ht]: ["POST", "/ls/api/2016-11-28/GetRegions", 200] },
4493
4154
  () => GetRegionsRequest,
4494
4155
  () => GetRegionsResult,
4495
4156
  ];
@@ -4497,9 +4158,7 @@ export var GetRelationalDatabase = [
4497
4158
  9,
4498
4159
  n0,
4499
4160
  _GRD,
4500
- {
4501
- [_ht]: ["POST", "/ls/api/2016-11-28/GetRelationalDatabase", 200],
4502
- },
4161
+ { [_ht]: ["POST", "/ls/api/2016-11-28/GetRelationalDatabase", 200] },
4503
4162
  () => GetRelationalDatabaseRequest,
4504
4163
  () => GetRelationalDatabaseResult,
4505
4164
  ];
@@ -4507,9 +4166,7 @@ export var GetRelationalDatabaseBlueprints = [
4507
4166
  9,
4508
4167
  n0,
4509
4168
  _GRDB,
4510
- {
4511
- [_ht]: ["POST", "/ls/api/2016-11-28/GetRelationalDatabaseBlueprints", 200],
4512
- },
4169
+ { [_ht]: ["POST", "/ls/api/2016-11-28/GetRelationalDatabaseBlueprints", 200] },
4513
4170
  () => GetRelationalDatabaseBlueprintsRequest,
4514
4171
  () => GetRelationalDatabaseBlueprintsResult,
4515
4172
  ];
@@ -4517,9 +4174,7 @@ export var GetRelationalDatabaseBundles = [
4517
4174
  9,
4518
4175
  n0,
4519
4176
  _GRDBe,
4520
- {
4521
- [_ht]: ["POST", "/ls/api/2016-11-28/GetRelationalDatabaseBundles", 200],
4522
- },
4177
+ { [_ht]: ["POST", "/ls/api/2016-11-28/GetRelationalDatabaseBundles", 200] },
4523
4178
  () => GetRelationalDatabaseBundlesRequest,
4524
4179
  () => GetRelationalDatabaseBundlesResult,
4525
4180
  ];
@@ -4527,9 +4182,7 @@ export var GetRelationalDatabaseEvents = [
4527
4182
  9,
4528
4183
  n0,
4529
4184
  _GRDE,
4530
- {
4531
- [_ht]: ["POST", "/ls/api/2016-11-28/GetRelationalDatabaseEvents", 200],
4532
- },
4185
+ { [_ht]: ["POST", "/ls/api/2016-11-28/GetRelationalDatabaseEvents", 200] },
4533
4186
  () => GetRelationalDatabaseEventsRequest,
4534
4187
  () => GetRelationalDatabaseEventsResult,
4535
4188
  ];
@@ -4537,9 +4190,7 @@ export var GetRelationalDatabaseLogEvents = [
4537
4190
  9,
4538
4191
  n0,
4539
4192
  _GRDLE,
4540
- {
4541
- [_ht]: ["POST", "/ls/api/2016-11-28/GetRelationalDatabaseLogEvents", 200],
4542
- },
4193
+ { [_ht]: ["POST", "/ls/api/2016-11-28/GetRelationalDatabaseLogEvents", 200] },
4543
4194
  () => GetRelationalDatabaseLogEventsRequest,
4544
4195
  () => GetRelationalDatabaseLogEventsResult,
4545
4196
  ];
@@ -4547,9 +4198,7 @@ export var GetRelationalDatabaseLogStreams = [
4547
4198
  9,
4548
4199
  n0,
4549
4200
  _GRDLS,
4550
- {
4551
- [_ht]: ["POST", "/ls/api/2016-11-28/GetRelationalDatabaseLogStreams", 200],
4552
- },
4201
+ { [_ht]: ["POST", "/ls/api/2016-11-28/GetRelationalDatabaseLogStreams", 200] },
4553
4202
  () => GetRelationalDatabaseLogStreamsRequest,
4554
4203
  () => GetRelationalDatabaseLogStreamsResult,
4555
4204
  ];
@@ -4557,9 +4206,7 @@ export var GetRelationalDatabaseMasterUserPassword = [
4557
4206
  9,
4558
4207
  n0,
4559
4208
  _GRDMUP,
4560
- {
4561
- [_ht]: ["POST", "/ls/api/2016-11-28/GetRelationalDatabaseMasterUserPassword", 200],
4562
- },
4209
+ { [_ht]: ["POST", "/ls/api/2016-11-28/GetRelationalDatabaseMasterUserPassword", 200] },
4563
4210
  () => GetRelationalDatabaseMasterUserPasswordRequest,
4564
4211
  () => GetRelationalDatabaseMasterUserPasswordResult,
4565
4212
  ];
@@ -4567,9 +4214,7 @@ export var GetRelationalDatabaseMetricData = [
4567
4214
  9,
4568
4215
  n0,
4569
4216
  _GRDMD,
4570
- {
4571
- [_ht]: ["POST", "/ls/api/2016-11-28/GetRelationalDatabaseMetricData", 200],
4572
- },
4217
+ { [_ht]: ["POST", "/ls/api/2016-11-28/GetRelationalDatabaseMetricData", 200] },
4573
4218
  () => GetRelationalDatabaseMetricDataRequest,
4574
4219
  () => GetRelationalDatabaseMetricDataResult,
4575
4220
  ];
@@ -4577,9 +4222,7 @@ export var GetRelationalDatabaseParameters = [
4577
4222
  9,
4578
4223
  n0,
4579
4224
  _GRDP,
4580
- {
4581
- [_ht]: ["POST", "/ls/api/2016-11-28/GetRelationalDatabaseParameters", 200],
4582
- },
4225
+ { [_ht]: ["POST", "/ls/api/2016-11-28/GetRelationalDatabaseParameters", 200] },
4583
4226
  () => GetRelationalDatabaseParametersRequest,
4584
4227
  () => GetRelationalDatabaseParametersResult,
4585
4228
  ];
@@ -4587,9 +4230,7 @@ export var GetRelationalDatabases = [
4587
4230
  9,
4588
4231
  n0,
4589
4232
  _GRDe,
4590
- {
4591
- [_ht]: ["POST", "/ls/api/2016-11-28/GetRelationalDatabases", 200],
4592
- },
4233
+ { [_ht]: ["POST", "/ls/api/2016-11-28/GetRelationalDatabases", 200] },
4593
4234
  () => GetRelationalDatabasesRequest,
4594
4235
  () => GetRelationalDatabasesResult,
4595
4236
  ];
@@ -4597,9 +4238,7 @@ export var GetRelationalDatabaseSnapshot = [
4597
4238
  9,
4598
4239
  n0,
4599
4240
  _GRDS,
4600
- {
4601
- [_ht]: ["POST", "/ls/api/2016-11-28/GetRelationalDatabaseSnapshot", 200],
4602
- },
4241
+ { [_ht]: ["POST", "/ls/api/2016-11-28/GetRelationalDatabaseSnapshot", 200] },
4603
4242
  () => GetRelationalDatabaseSnapshotRequest,
4604
4243
  () => GetRelationalDatabaseSnapshotResult,
4605
4244
  ];
@@ -4607,9 +4246,7 @@ export var GetRelationalDatabaseSnapshots = [
4607
4246
  9,
4608
4247
  n0,
4609
4248
  _GRDSe,
4610
- {
4611
- [_ht]: ["POST", "/ls/api/2016-11-28/GetRelationalDatabaseSnapshots", 200],
4612
- },
4249
+ { [_ht]: ["POST", "/ls/api/2016-11-28/GetRelationalDatabaseSnapshots", 200] },
4613
4250
  () => GetRelationalDatabaseSnapshotsRequest,
4614
4251
  () => GetRelationalDatabaseSnapshotsResult,
4615
4252
  ];
@@ -4617,9 +4254,7 @@ export var GetSetupHistory = [
4617
4254
  9,
4618
4255
  n0,
4619
4256
  _GSH,
4620
- {
4621
- [_ht]: ["POST", "/ls/api/2016-11-28/get-setup-history", 200],
4622
- },
4257
+ { [_ht]: ["POST", "/ls/api/2016-11-28/get-setup-history", 200] },
4623
4258
  () => GetSetupHistoryRequest,
4624
4259
  () => GetSetupHistoryResult,
4625
4260
  ];
@@ -4627,9 +4262,7 @@ export var GetStaticIp = [
4627
4262
  9,
4628
4263
  n0,
4629
4264
  _GSI,
4630
- {
4631
- [_ht]: ["POST", "/ls/api/2016-11-28/GetStaticIp", 200],
4632
- },
4265
+ { [_ht]: ["POST", "/ls/api/2016-11-28/GetStaticIp", 200] },
4633
4266
  () => GetStaticIpRequest,
4634
4267
  () => GetStaticIpResult,
4635
4268
  ];
@@ -4637,9 +4270,7 @@ export var GetStaticIps = [
4637
4270
  9,
4638
4271
  n0,
4639
4272
  _GSIe,
4640
- {
4641
- [_ht]: ["POST", "/ls/api/2016-11-28/GetStaticIps", 200],
4642
- },
4273
+ { [_ht]: ["POST", "/ls/api/2016-11-28/GetStaticIps", 200] },
4643
4274
  () => GetStaticIpsRequest,
4644
4275
  () => GetStaticIpsResult,
4645
4276
  ];
@@ -4647,9 +4278,7 @@ export var ImportKeyPair = [
4647
4278
  9,
4648
4279
  n0,
4649
4280
  _IKP,
4650
- {
4651
- [_ht]: ["POST", "/ls/api/2016-11-28/ImportKeyPair", 200],
4652
- },
4281
+ { [_ht]: ["POST", "/ls/api/2016-11-28/ImportKeyPair", 200] },
4653
4282
  () => ImportKeyPairRequest,
4654
4283
  () => ImportKeyPairResult,
4655
4284
  ];
@@ -4657,9 +4286,7 @@ export var IsVpcPeered = [
4657
4286
  9,
4658
4287
  n0,
4659
4288
  _IVP,
4660
- {
4661
- [_ht]: ["POST", "/ls/api/2016-11-28/IsVpcPeered", 200],
4662
- },
4289
+ { [_ht]: ["POST", "/ls/api/2016-11-28/IsVpcPeered", 200] },
4663
4290
  () => IsVpcPeeredRequest,
4664
4291
  () => IsVpcPeeredResult,
4665
4292
  ];
@@ -4667,9 +4294,7 @@ export var OpenInstancePublicPorts = [
4667
4294
  9,
4668
4295
  n0,
4669
4296
  _OIPP,
4670
- {
4671
- [_ht]: ["POST", "/ls/api/2016-11-28/OpenInstancePublicPorts", 200],
4672
- },
4297
+ { [_ht]: ["POST", "/ls/api/2016-11-28/OpenInstancePublicPorts", 200] },
4673
4298
  () => OpenInstancePublicPortsRequest,
4674
4299
  () => OpenInstancePublicPortsResult,
4675
4300
  ];
@@ -4677,9 +4302,7 @@ export var PeerVpc = [
4677
4302
  9,
4678
4303
  n0,
4679
4304
  _PV,
4680
- {
4681
- [_ht]: ["POST", "/ls/api/2016-11-28/PeerVpc", 200],
4682
- },
4305
+ { [_ht]: ["POST", "/ls/api/2016-11-28/PeerVpc", 200] },
4683
4306
  () => PeerVpcRequest,
4684
4307
  () => PeerVpcResult,
4685
4308
  ];
@@ -4687,9 +4310,7 @@ export var PutAlarm = [
4687
4310
  9,
4688
4311
  n0,
4689
4312
  _PA,
4690
- {
4691
- [_ht]: ["POST", "/ls/api/2016-11-28/PutAlarm", 200],
4692
- },
4313
+ { [_ht]: ["POST", "/ls/api/2016-11-28/PutAlarm", 200] },
4693
4314
  () => PutAlarmRequest,
4694
4315
  () => PutAlarmResult,
4695
4316
  ];
@@ -4697,9 +4318,7 @@ export var PutInstancePublicPorts = [
4697
4318
  9,
4698
4319
  n0,
4699
4320
  _PIPP,
4700
- {
4701
- [_ht]: ["POST", "/ls/api/2016-11-28/PutInstancePublicPorts", 200],
4702
- },
4321
+ { [_ht]: ["POST", "/ls/api/2016-11-28/PutInstancePublicPorts", 200] },
4703
4322
  () => PutInstancePublicPortsRequest,
4704
4323
  () => PutInstancePublicPortsResult,
4705
4324
  ];
@@ -4707,9 +4326,7 @@ export var RebootInstance = [
4707
4326
  9,
4708
4327
  n0,
4709
4328
  _RI,
4710
- {
4711
- [_ht]: ["POST", "/ls/api/2016-11-28/RebootInstance", 200],
4712
- },
4329
+ { [_ht]: ["POST", "/ls/api/2016-11-28/RebootInstance", 200] },
4713
4330
  () => RebootInstanceRequest,
4714
4331
  () => RebootInstanceResult,
4715
4332
  ];
@@ -4717,9 +4334,7 @@ export var RebootRelationalDatabase = [
4717
4334
  9,
4718
4335
  n0,
4719
4336
  _RRD,
4720
- {
4721
- [_ht]: ["POST", "/ls/api/2016-11-28/RebootRelationalDatabase", 200],
4722
- },
4337
+ { [_ht]: ["POST", "/ls/api/2016-11-28/RebootRelationalDatabase", 200] },
4723
4338
  () => RebootRelationalDatabaseRequest,
4724
4339
  () => RebootRelationalDatabaseResult,
4725
4340
  ];
@@ -4727,9 +4342,7 @@ export var RegisterContainerImage = [
4727
4342
  9,
4728
4343
  n0,
4729
4344
  _RCI,
4730
- {
4731
- [_ht]: ["POST", "/ls/api/2016-11-28/container-services/{serviceName}/images", 200],
4732
- },
4345
+ { [_ht]: ["POST", "/ls/api/2016-11-28/container-services/{serviceName}/images", 200] },
4733
4346
  () => RegisterContainerImageRequest,
4734
4347
  () => RegisterContainerImageResult,
4735
4348
  ];
@@ -4737,9 +4350,7 @@ export var ReleaseStaticIp = [
4737
4350
  9,
4738
4351
  n0,
4739
4352
  _RSI,
4740
- {
4741
- [_ht]: ["POST", "/ls/api/2016-11-28/ReleaseStaticIp", 200],
4742
- },
4353
+ { [_ht]: ["POST", "/ls/api/2016-11-28/ReleaseStaticIp", 200] },
4743
4354
  () => ReleaseStaticIpRequest,
4744
4355
  () => ReleaseStaticIpResult,
4745
4356
  ];
@@ -4747,9 +4358,7 @@ export var ResetDistributionCache = [
4747
4358
  9,
4748
4359
  n0,
4749
4360
  _RDC,
4750
- {
4751
- [_ht]: ["POST", "/ls/api/2016-11-28/ResetDistributionCache", 200],
4752
- },
4361
+ { [_ht]: ["POST", "/ls/api/2016-11-28/ResetDistributionCache", 200] },
4753
4362
  () => ResetDistributionCacheRequest,
4754
4363
  () => ResetDistributionCacheResult,
4755
4364
  ];
@@ -4757,9 +4366,7 @@ export var SendContactMethodVerification = [
4757
4366
  9,
4758
4367
  n0,
4759
4368
  _SCMV,
4760
- {
4761
- [_ht]: ["POST", "/ls/api/2016-11-28/SendContactMethodVerification", 200],
4762
- },
4369
+ { [_ht]: ["POST", "/ls/api/2016-11-28/SendContactMethodVerification", 200] },
4763
4370
  () => SendContactMethodVerificationRequest,
4764
4371
  () => SendContactMethodVerificationResult,
4765
4372
  ];
@@ -4767,9 +4374,7 @@ export var SetIpAddressType = [
4767
4374
  9,
4768
4375
  n0,
4769
4376
  _SIAT,
4770
- {
4771
- [_ht]: ["POST", "/ls/api/2016-11-28/SetIpAddressType", 200],
4772
- },
4377
+ { [_ht]: ["POST", "/ls/api/2016-11-28/SetIpAddressType", 200] },
4773
4378
  () => SetIpAddressTypeRequest,
4774
4379
  () => SetIpAddressTypeResult,
4775
4380
  ];
@@ -4777,9 +4382,7 @@ export var SetResourceAccessForBucket = [
4777
4382
  9,
4778
4383
  n0,
4779
4384
  _SRAFB,
4780
- {
4781
- [_ht]: ["POST", "/ls/api/2016-11-28/SetResourceAccessForBucket", 200],
4782
- },
4385
+ { [_ht]: ["POST", "/ls/api/2016-11-28/SetResourceAccessForBucket", 200] },
4783
4386
  () => SetResourceAccessForBucketRequest,
4784
4387
  () => SetResourceAccessForBucketResult,
4785
4388
  ];
@@ -4787,9 +4390,7 @@ export var SetupInstanceHttps = [
4787
4390
  9,
4788
4391
  n0,
4789
4392
  _SIH,
4790
- {
4791
- [_ht]: ["POST", "/ls/api/2016-11-28/setup-instance-https", 200],
4792
- },
4393
+ { [_ht]: ["POST", "/ls/api/2016-11-28/setup-instance-https", 200] },
4793
4394
  () => SetupInstanceHttpsRequest,
4794
4395
  () => SetupInstanceHttpsResult,
4795
4396
  ];
@@ -4797,9 +4398,7 @@ export var StartGUISession = [
4797
4398
  9,
4798
4399
  n0,
4799
4400
  _SGUIS,
4800
- {
4801
- [_ht]: ["POST", "/ls/api/2016-11-28/start-gui-session", 200],
4802
- },
4401
+ { [_ht]: ["POST", "/ls/api/2016-11-28/start-gui-session", 200] },
4803
4402
  () => StartGUISessionRequest,
4804
4403
  () => StartGUISessionResult,
4805
4404
  ];
@@ -4807,9 +4406,7 @@ export var StartInstance = [
4807
4406
  9,
4808
4407
  n0,
4809
4408
  _SIt,
4810
- {
4811
- [_ht]: ["POST", "/ls/api/2016-11-28/StartInstance", 200],
4812
- },
4409
+ { [_ht]: ["POST", "/ls/api/2016-11-28/StartInstance", 200] },
4813
4410
  () => StartInstanceRequest,
4814
4411
  () => StartInstanceResult,
4815
4412
  ];
@@ -4817,9 +4414,7 @@ export var StartRelationalDatabase = [
4817
4414
  9,
4818
4415
  n0,
4819
4416
  _SRD,
4820
- {
4821
- [_ht]: ["POST", "/ls/api/2016-11-28/StartRelationalDatabase", 200],
4822
- },
4417
+ { [_ht]: ["POST", "/ls/api/2016-11-28/StartRelationalDatabase", 200] },
4823
4418
  () => StartRelationalDatabaseRequest,
4824
4419
  () => StartRelationalDatabaseResult,
4825
4420
  ];
@@ -4827,9 +4422,7 @@ export var StopGUISession = [
4827
4422
  9,
4828
4423
  n0,
4829
4424
  _SGUISt,
4830
- {
4831
- [_ht]: ["POST", "/ls/api/2016-11-28/stop-gui-session", 200],
4832
- },
4425
+ { [_ht]: ["POST", "/ls/api/2016-11-28/stop-gui-session", 200] },
4833
4426
  () => StopGUISessionRequest,
4834
4427
  () => StopGUISessionResult,
4835
4428
  ];
@@ -4837,9 +4430,7 @@ export var StopInstance = [
4837
4430
  9,
4838
4431
  n0,
4839
4432
  _SIto,
4840
- {
4841
- [_ht]: ["POST", "/ls/api/2016-11-28/StopInstance", 200],
4842
- },
4433
+ { [_ht]: ["POST", "/ls/api/2016-11-28/StopInstance", 200] },
4843
4434
  () => StopInstanceRequest,
4844
4435
  () => StopInstanceResult,
4845
4436
  ];
@@ -4847,9 +4438,7 @@ export var StopRelationalDatabase = [
4847
4438
  9,
4848
4439
  n0,
4849
4440
  _SRDt,
4850
- {
4851
- [_ht]: ["POST", "/ls/api/2016-11-28/StopRelationalDatabase", 200],
4852
- },
4441
+ { [_ht]: ["POST", "/ls/api/2016-11-28/StopRelationalDatabase", 200] },
4853
4442
  () => StopRelationalDatabaseRequest,
4854
4443
  () => StopRelationalDatabaseResult,
4855
4444
  ];
@@ -4857,9 +4446,7 @@ export var TagResource = [
4857
4446
  9,
4858
4447
  n0,
4859
4448
  _TR,
4860
- {
4861
- [_ht]: ["POST", "/ls/api/2016-11-28/TagResource", 200],
4862
- },
4449
+ { [_ht]: ["POST", "/ls/api/2016-11-28/TagResource", 200] },
4863
4450
  () => TagResourceRequest,
4864
4451
  () => TagResourceResult,
4865
4452
  ];
@@ -4867,9 +4454,7 @@ export var TestAlarm = [
4867
4454
  9,
4868
4455
  n0,
4869
4456
  _TA,
4870
- {
4871
- [_ht]: ["GET", "/ls/api/2016-11-28/TestAlarm/{alarmName}", 200],
4872
- },
4457
+ { [_ht]: ["GET", "/ls/api/2016-11-28/TestAlarm/{alarmName}", 200] },
4873
4458
  () => TestAlarmRequest,
4874
4459
  () => TestAlarmResult,
4875
4460
  ];
@@ -4877,9 +4462,7 @@ export var UnpeerVpc = [
4877
4462
  9,
4878
4463
  n0,
4879
4464
  _UV,
4880
- {
4881
- [_ht]: ["POST", "/ls/api/2016-11-28/UnpeerVpc", 200],
4882
- },
4465
+ { [_ht]: ["POST", "/ls/api/2016-11-28/UnpeerVpc", 200] },
4883
4466
  () => UnpeerVpcRequest,
4884
4467
  () => UnpeerVpcResult,
4885
4468
  ];
@@ -4887,9 +4470,7 @@ export var UntagResource = [
4887
4470
  9,
4888
4471
  n0,
4889
4472
  _UR,
4890
- {
4891
- [_ht]: ["POST", "/ls/api/2016-11-28/UntagResource", 200],
4892
- },
4473
+ { [_ht]: ["POST", "/ls/api/2016-11-28/UntagResource", 200] },
4893
4474
  () => UntagResourceRequest,
4894
4475
  () => UntagResourceResult,
4895
4476
  ];
@@ -4897,9 +4478,7 @@ export var UpdateBucket = [
4897
4478
  9,
4898
4479
  n0,
4899
4480
  _UB,
4900
- {
4901
- [_ht]: ["POST", "/ls/api/2016-11-28/UpdateBucket", 200],
4902
- },
4481
+ { [_ht]: ["POST", "/ls/api/2016-11-28/UpdateBucket", 200] },
4903
4482
  () => UpdateBucketRequest,
4904
4483
  () => UpdateBucketResult,
4905
4484
  ];
@@ -4907,9 +4486,7 @@ export var UpdateBucketBundle = [
4907
4486
  9,
4908
4487
  n0,
4909
4488
  _UBB,
4910
- {
4911
- [_ht]: ["POST", "/ls/api/2016-11-28/UpdateBucketBundle", 200],
4912
- },
4489
+ { [_ht]: ["POST", "/ls/api/2016-11-28/UpdateBucketBundle", 200] },
4913
4490
  () => UpdateBucketBundleRequest,
4914
4491
  () => UpdateBucketBundleResult,
4915
4492
  ];
@@ -4917,9 +4494,7 @@ export var UpdateContainerService = [
4917
4494
  9,
4918
4495
  n0,
4919
4496
  _UCS,
4920
- {
4921
- [_ht]: ["PATCH", "/ls/api/2016-11-28/container-services/{serviceName}", 200],
4922
- },
4497
+ { [_ht]: ["PATCH", "/ls/api/2016-11-28/container-services/{serviceName}", 200] },
4923
4498
  () => UpdateContainerServiceRequest,
4924
4499
  () => UpdateContainerServiceResult,
4925
4500
  ];
@@ -4927,9 +4502,7 @@ export var UpdateDistribution = [
4927
4502
  9,
4928
4503
  n0,
4929
4504
  _UD,
4930
- {
4931
- [_ht]: ["POST", "/ls/api/2016-11-28/UpdateDistribution", 200],
4932
- },
4505
+ { [_ht]: ["POST", "/ls/api/2016-11-28/UpdateDistribution", 200] },
4933
4506
  () => UpdateDistributionRequest,
4934
4507
  () => UpdateDistributionResult,
4935
4508
  ];
@@ -4937,9 +4510,7 @@ export var UpdateDistributionBundle = [
4937
4510
  9,
4938
4511
  n0,
4939
4512
  _UDB,
4940
- {
4941
- [_ht]: ["POST", "/ls/api/2016-11-28/UpdateDistributionBundle", 200],
4942
- },
4513
+ { [_ht]: ["POST", "/ls/api/2016-11-28/UpdateDistributionBundle", 200] },
4943
4514
  () => UpdateDistributionBundleRequest,
4944
4515
  () => UpdateDistributionBundleResult,
4945
4516
  ];
@@ -4947,9 +4518,7 @@ export var UpdateDomainEntry = [
4947
4518
  9,
4948
4519
  n0,
4949
4520
  _UDE,
4950
- {
4951
- [_ht]: ["POST", "/ls/api/2016-11-28/UpdateDomainEntry", 200],
4952
- },
4521
+ { [_ht]: ["POST", "/ls/api/2016-11-28/UpdateDomainEntry", 200] },
4953
4522
  () => UpdateDomainEntryRequest,
4954
4523
  () => UpdateDomainEntryResult,
4955
4524
  ];
@@ -4957,9 +4526,7 @@ export var UpdateInstanceMetadataOptions = [
4957
4526
  9,
4958
4527
  n0,
4959
4528
  _UIMO,
4960
- {
4961
- [_ht]: ["POST", "/ls/api/2016-11-28/UpdateInstanceMetadataOptions", 200],
4962
- },
4529
+ { [_ht]: ["POST", "/ls/api/2016-11-28/UpdateInstanceMetadataOptions", 200] },
4963
4530
  () => UpdateInstanceMetadataOptionsRequest,
4964
4531
  () => UpdateInstanceMetadataOptionsResult,
4965
4532
  ];
@@ -4967,9 +4534,7 @@ export var UpdateLoadBalancerAttribute = [
4967
4534
  9,
4968
4535
  n0,
4969
4536
  _ULBA,
4970
- {
4971
- [_ht]: ["POST", "/ls/api/2016-11-28/UpdateLoadBalancerAttribute", 200],
4972
- },
4537
+ { [_ht]: ["POST", "/ls/api/2016-11-28/UpdateLoadBalancerAttribute", 200] },
4973
4538
  () => UpdateLoadBalancerAttributeRequest,
4974
4539
  () => UpdateLoadBalancerAttributeResult,
4975
4540
  ];
@@ -4977,9 +4542,7 @@ export var UpdateRelationalDatabase = [
4977
4542
  9,
4978
4543
  n0,
4979
4544
  _URD,
4980
- {
4981
- [_ht]: ["POST", "/ls/api/2016-11-28/UpdateRelationalDatabase", 200],
4982
- },
4545
+ { [_ht]: ["POST", "/ls/api/2016-11-28/UpdateRelationalDatabase", 200] },
4983
4546
  () => UpdateRelationalDatabaseRequest,
4984
4547
  () => UpdateRelationalDatabaseResult,
4985
4548
  ];
@@ -4987,9 +4550,7 @@ export var UpdateRelationalDatabaseParameters = [
4987
4550
  9,
4988
4551
  n0,
4989
4552
  _URDP,
4990
- {
4991
- [_ht]: ["POST", "/ls/api/2016-11-28/UpdateRelationalDatabaseParameters", 200],
4992
- },
4553
+ { [_ht]: ["POST", "/ls/api/2016-11-28/UpdateRelationalDatabaseParameters", 200] },
4993
4554
  () => UpdateRelationalDatabaseParametersRequest,
4994
4555
  () => UpdateRelationalDatabaseParametersResult,
4995
4556
  ];