@aws-sdk/client-amplify 3.589.0 → 3.592.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 (83) hide show
  1. package/dist-cjs/index.js +0 -37
  2. package/dist-types/AmplifyClient.d.ts +4 -4
  3. package/dist-types/commands/CreateAppCommand.d.ts +2 -1
  4. package/dist-types/commands/CreateBackendEnvironmentCommand.d.ts +2 -1
  5. package/dist-types/commands/CreateBranchCommand.d.ts +2 -1
  6. package/dist-types/commands/CreateDeploymentCommand.d.ts +2 -1
  7. package/dist-types/commands/CreateDomainAssociationCommand.d.ts +2 -1
  8. package/dist-types/commands/CreateWebhookCommand.d.ts +2 -1
  9. package/dist-types/commands/DeleteAppCommand.d.ts +2 -1
  10. package/dist-types/commands/DeleteBackendEnvironmentCommand.d.ts +2 -1
  11. package/dist-types/commands/DeleteBranchCommand.d.ts +2 -1
  12. package/dist-types/commands/DeleteDomainAssociationCommand.d.ts +2 -1
  13. package/dist-types/commands/DeleteJobCommand.d.ts +2 -1
  14. package/dist-types/commands/DeleteWebhookCommand.d.ts +2 -1
  15. package/dist-types/commands/GenerateAccessLogsCommand.d.ts +2 -1
  16. package/dist-types/commands/GetAppCommand.d.ts +2 -1
  17. package/dist-types/commands/GetArtifactUrlCommand.d.ts +2 -1
  18. package/dist-types/commands/GetBackendEnvironmentCommand.d.ts +2 -1
  19. package/dist-types/commands/GetBranchCommand.d.ts +2 -1
  20. package/dist-types/commands/GetDomainAssociationCommand.d.ts +2 -1
  21. package/dist-types/commands/GetJobCommand.d.ts +2 -1
  22. package/dist-types/commands/GetWebhookCommand.d.ts +2 -1
  23. package/dist-types/commands/ListAppsCommand.d.ts +2 -1
  24. package/dist-types/commands/ListArtifactsCommand.d.ts +2 -1
  25. package/dist-types/commands/ListBackendEnvironmentsCommand.d.ts +2 -1
  26. package/dist-types/commands/ListBranchesCommand.d.ts +2 -1
  27. package/dist-types/commands/ListDomainAssociationsCommand.d.ts +2 -1
  28. package/dist-types/commands/ListJobsCommand.d.ts +2 -1
  29. package/dist-types/commands/ListTagsForResourceCommand.d.ts +2 -1
  30. package/dist-types/commands/ListWebhooksCommand.d.ts +2 -1
  31. package/dist-types/commands/StartDeploymentCommand.d.ts +2 -1
  32. package/dist-types/commands/StartJobCommand.d.ts +2 -1
  33. package/dist-types/commands/StopJobCommand.d.ts +2 -1
  34. package/dist-types/commands/TagResourceCommand.d.ts +2 -1
  35. package/dist-types/commands/UntagResourceCommand.d.ts +2 -1
  36. package/dist-types/commands/UpdateAppCommand.d.ts +2 -1
  37. package/dist-types/commands/UpdateBranchCommand.d.ts +2 -1
  38. package/dist-types/commands/UpdateDomainAssociationCommand.d.ts +2 -1
  39. package/dist-types/commands/UpdateWebhookCommand.d.ts +2 -1
  40. package/dist-types/index.d.ts +2 -2
  41. package/dist-types/models/AmplifyServiceException.d.ts +2 -1
  42. package/dist-types/runtimeConfig.native.d.ts +1 -1
  43. package/dist-types/ts3.4/AmplifyClient.d.ts +1 -1
  44. package/dist-types/ts3.4/commands/CreateAppCommand.d.ts +2 -1
  45. package/dist-types/ts3.4/commands/CreateBackendEnvironmentCommand.d.ts +2 -1
  46. package/dist-types/ts3.4/commands/CreateBranchCommand.d.ts +2 -1
  47. package/dist-types/ts3.4/commands/CreateDeploymentCommand.d.ts +2 -1
  48. package/dist-types/ts3.4/commands/CreateDomainAssociationCommand.d.ts +2 -1
  49. package/dist-types/ts3.4/commands/CreateWebhookCommand.d.ts +2 -1
  50. package/dist-types/ts3.4/commands/DeleteAppCommand.d.ts +2 -1
  51. package/dist-types/ts3.4/commands/DeleteBackendEnvironmentCommand.d.ts +2 -1
  52. package/dist-types/ts3.4/commands/DeleteBranchCommand.d.ts +2 -1
  53. package/dist-types/ts3.4/commands/DeleteDomainAssociationCommand.d.ts +2 -1
  54. package/dist-types/ts3.4/commands/DeleteJobCommand.d.ts +2 -1
  55. package/dist-types/ts3.4/commands/DeleteWebhookCommand.d.ts +2 -1
  56. package/dist-types/ts3.4/commands/GenerateAccessLogsCommand.d.ts +2 -1
  57. package/dist-types/ts3.4/commands/GetAppCommand.d.ts +2 -1
  58. package/dist-types/ts3.4/commands/GetArtifactUrlCommand.d.ts +2 -1
  59. package/dist-types/ts3.4/commands/GetBackendEnvironmentCommand.d.ts +2 -1
  60. package/dist-types/ts3.4/commands/GetBranchCommand.d.ts +2 -1
  61. package/dist-types/ts3.4/commands/GetDomainAssociationCommand.d.ts +2 -1
  62. package/dist-types/ts3.4/commands/GetJobCommand.d.ts +2 -1
  63. package/dist-types/ts3.4/commands/GetWebhookCommand.d.ts +2 -1
  64. package/dist-types/ts3.4/commands/ListAppsCommand.d.ts +2 -1
  65. package/dist-types/ts3.4/commands/ListArtifactsCommand.d.ts +2 -1
  66. package/dist-types/ts3.4/commands/ListBackendEnvironmentsCommand.d.ts +2 -1
  67. package/dist-types/ts3.4/commands/ListBranchesCommand.d.ts +2 -1
  68. package/dist-types/ts3.4/commands/ListDomainAssociationsCommand.d.ts +2 -1
  69. package/dist-types/ts3.4/commands/ListJobsCommand.d.ts +2 -1
  70. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +2 -1
  71. package/dist-types/ts3.4/commands/ListWebhooksCommand.d.ts +2 -1
  72. package/dist-types/ts3.4/commands/StartDeploymentCommand.d.ts +2 -1
  73. package/dist-types/ts3.4/commands/StartJobCommand.d.ts +2 -1
  74. package/dist-types/ts3.4/commands/StopJobCommand.d.ts +2 -1
  75. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +2 -1
  76. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +2 -1
  77. package/dist-types/ts3.4/commands/UpdateAppCommand.d.ts +2 -1
  78. package/dist-types/ts3.4/commands/UpdateBranchCommand.d.ts +2 -1
  79. package/dist-types/ts3.4/commands/UpdateDomainAssociationCommand.d.ts +2 -1
  80. package/dist-types/ts3.4/commands/UpdateWebhookCommand.d.ts +2 -1
  81. package/dist-types/ts3.4/models/AmplifyServiceException.d.ts +2 -1
  82. package/dist-types/ts3.4/runtimeConfig.native.d.ts +1 -1
  83. package/package.json +6 -6
package/dist-cjs/index.js CHANGED
@@ -251,7 +251,6 @@ var AmplifyClient = _AmplifyClient;
251
251
 
252
252
  var import_middleware_serde = require("@smithy/middleware-serde");
253
253
 
254
- var import_types = require("@smithy/types");
255
254
 
256
255
  // src/models/models_0.ts
257
256
 
@@ -1950,7 +1949,6 @@ var CreateAppCommand = _CreateAppCommand;
1950
1949
 
1951
1950
 
1952
1951
 
1953
-
1954
1952
  var _CreateBackendEnvironmentCommand = class _CreateBackendEnvironmentCommand extends import_smithy_client.Command.classBuilder().ep({
1955
1953
  ...commonParams
1956
1954
  }).m(function(Command, cs, config, o) {
@@ -1967,7 +1965,6 @@ var CreateBackendEnvironmentCommand = _CreateBackendEnvironmentCommand;
1967
1965
 
1968
1966
 
1969
1967
 
1970
-
1971
1968
  var _CreateBranchCommand = class _CreateBranchCommand extends import_smithy_client.Command.classBuilder().ep({
1972
1969
  ...commonParams
1973
1970
  }).m(function(Command, cs, config, o) {
@@ -1984,7 +1981,6 @@ var CreateBranchCommand = _CreateBranchCommand;
1984
1981
 
1985
1982
 
1986
1983
 
1987
-
1988
1984
  var _CreateDeploymentCommand = class _CreateDeploymentCommand extends import_smithy_client.Command.classBuilder().ep({
1989
1985
  ...commonParams
1990
1986
  }).m(function(Command, cs, config, o) {
@@ -2001,7 +1997,6 @@ var CreateDeploymentCommand = _CreateDeploymentCommand;
2001
1997
 
2002
1998
 
2003
1999
 
2004
-
2005
2000
  var _CreateDomainAssociationCommand = class _CreateDomainAssociationCommand extends import_smithy_client.Command.classBuilder().ep({
2006
2001
  ...commonParams
2007
2002
  }).m(function(Command, cs, config, o) {
@@ -2018,7 +2013,6 @@ var CreateDomainAssociationCommand = _CreateDomainAssociationCommand;
2018
2013
 
2019
2014
 
2020
2015
 
2021
-
2022
2016
  var _CreateWebhookCommand = class _CreateWebhookCommand extends import_smithy_client.Command.classBuilder().ep({
2023
2017
  ...commonParams
2024
2018
  }).m(function(Command, cs, config, o) {
@@ -2035,7 +2029,6 @@ var CreateWebhookCommand = _CreateWebhookCommand;
2035
2029
 
2036
2030
 
2037
2031
 
2038
-
2039
2032
  var _DeleteAppCommand = class _DeleteAppCommand extends import_smithy_client.Command.classBuilder().ep({
2040
2033
  ...commonParams
2041
2034
  }).m(function(Command, cs, config, o) {
@@ -2052,7 +2045,6 @@ var DeleteAppCommand = _DeleteAppCommand;
2052
2045
 
2053
2046
 
2054
2047
 
2055
-
2056
2048
  var _DeleteBackendEnvironmentCommand = class _DeleteBackendEnvironmentCommand extends import_smithy_client.Command.classBuilder().ep({
2057
2049
  ...commonParams
2058
2050
  }).m(function(Command, cs, config, o) {
@@ -2069,7 +2061,6 @@ var DeleteBackendEnvironmentCommand = _DeleteBackendEnvironmentCommand;
2069
2061
 
2070
2062
 
2071
2063
 
2072
-
2073
2064
  var _DeleteBranchCommand = class _DeleteBranchCommand extends import_smithy_client.Command.classBuilder().ep({
2074
2065
  ...commonParams
2075
2066
  }).m(function(Command, cs, config, o) {
@@ -2086,7 +2077,6 @@ var DeleteBranchCommand = _DeleteBranchCommand;
2086
2077
 
2087
2078
 
2088
2079
 
2089
-
2090
2080
  var _DeleteDomainAssociationCommand = class _DeleteDomainAssociationCommand extends import_smithy_client.Command.classBuilder().ep({
2091
2081
  ...commonParams
2092
2082
  }).m(function(Command, cs, config, o) {
@@ -2103,7 +2093,6 @@ var DeleteDomainAssociationCommand = _DeleteDomainAssociationCommand;
2103
2093
 
2104
2094
 
2105
2095
 
2106
-
2107
2096
  var _DeleteJobCommand = class _DeleteJobCommand extends import_smithy_client.Command.classBuilder().ep({
2108
2097
  ...commonParams
2109
2098
  }).m(function(Command, cs, config, o) {
@@ -2120,7 +2109,6 @@ var DeleteJobCommand = _DeleteJobCommand;
2120
2109
 
2121
2110
 
2122
2111
 
2123
-
2124
2112
  var _DeleteWebhookCommand = class _DeleteWebhookCommand extends import_smithy_client.Command.classBuilder().ep({
2125
2113
  ...commonParams
2126
2114
  }).m(function(Command, cs, config, o) {
@@ -2137,7 +2125,6 @@ var DeleteWebhookCommand = _DeleteWebhookCommand;
2137
2125
 
2138
2126
 
2139
2127
 
2140
-
2141
2128
  var _GenerateAccessLogsCommand = class _GenerateAccessLogsCommand extends import_smithy_client.Command.classBuilder().ep({
2142
2129
  ...commonParams
2143
2130
  }).m(function(Command, cs, config, o) {
@@ -2154,7 +2141,6 @@ var GenerateAccessLogsCommand = _GenerateAccessLogsCommand;
2154
2141
 
2155
2142
 
2156
2143
 
2157
-
2158
2144
  var _GetAppCommand = class _GetAppCommand extends import_smithy_client.Command.classBuilder().ep({
2159
2145
  ...commonParams
2160
2146
  }).m(function(Command, cs, config, o) {
@@ -2171,7 +2157,6 @@ var GetAppCommand = _GetAppCommand;
2171
2157
 
2172
2158
 
2173
2159
 
2174
-
2175
2160
  var _GetArtifactUrlCommand = class _GetArtifactUrlCommand extends import_smithy_client.Command.classBuilder().ep({
2176
2161
  ...commonParams
2177
2162
  }).m(function(Command, cs, config, o) {
@@ -2188,7 +2173,6 @@ var GetArtifactUrlCommand = _GetArtifactUrlCommand;
2188
2173
 
2189
2174
 
2190
2175
 
2191
-
2192
2176
  var _GetBackendEnvironmentCommand = class _GetBackendEnvironmentCommand extends import_smithy_client.Command.classBuilder().ep({
2193
2177
  ...commonParams
2194
2178
  }).m(function(Command, cs, config, o) {
@@ -2205,7 +2189,6 @@ var GetBackendEnvironmentCommand = _GetBackendEnvironmentCommand;
2205
2189
 
2206
2190
 
2207
2191
 
2208
-
2209
2192
  var _GetBranchCommand = class _GetBranchCommand extends import_smithy_client.Command.classBuilder().ep({
2210
2193
  ...commonParams
2211
2194
  }).m(function(Command, cs, config, o) {
@@ -2222,7 +2205,6 @@ var GetBranchCommand = _GetBranchCommand;
2222
2205
 
2223
2206
 
2224
2207
 
2225
-
2226
2208
  var _GetDomainAssociationCommand = class _GetDomainAssociationCommand extends import_smithy_client.Command.classBuilder().ep({
2227
2209
  ...commonParams
2228
2210
  }).m(function(Command, cs, config, o) {
@@ -2239,7 +2221,6 @@ var GetDomainAssociationCommand = _GetDomainAssociationCommand;
2239
2221
 
2240
2222
 
2241
2223
 
2242
-
2243
2224
  var _GetJobCommand = class _GetJobCommand extends import_smithy_client.Command.classBuilder().ep({
2244
2225
  ...commonParams
2245
2226
  }).m(function(Command, cs, config, o) {
@@ -2256,7 +2237,6 @@ var GetJobCommand = _GetJobCommand;
2256
2237
 
2257
2238
 
2258
2239
 
2259
-
2260
2240
  var _GetWebhookCommand = class _GetWebhookCommand extends import_smithy_client.Command.classBuilder().ep({
2261
2241
  ...commonParams
2262
2242
  }).m(function(Command, cs, config, o) {
@@ -2273,7 +2253,6 @@ var GetWebhookCommand = _GetWebhookCommand;
2273
2253
 
2274
2254
 
2275
2255
 
2276
-
2277
2256
  var _ListAppsCommand = class _ListAppsCommand extends import_smithy_client.Command.classBuilder().ep({
2278
2257
  ...commonParams
2279
2258
  }).m(function(Command, cs, config, o) {
@@ -2290,7 +2269,6 @@ var ListAppsCommand = _ListAppsCommand;
2290
2269
 
2291
2270
 
2292
2271
 
2293
-
2294
2272
  var _ListArtifactsCommand = class _ListArtifactsCommand extends import_smithy_client.Command.classBuilder().ep({
2295
2273
  ...commonParams
2296
2274
  }).m(function(Command, cs, config, o) {
@@ -2307,7 +2285,6 @@ var ListArtifactsCommand = _ListArtifactsCommand;
2307
2285
 
2308
2286
 
2309
2287
 
2310
-
2311
2288
  var _ListBackendEnvironmentsCommand = class _ListBackendEnvironmentsCommand extends import_smithy_client.Command.classBuilder().ep({
2312
2289
  ...commonParams
2313
2290
  }).m(function(Command, cs, config, o) {
@@ -2324,7 +2301,6 @@ var ListBackendEnvironmentsCommand = _ListBackendEnvironmentsCommand;
2324
2301
 
2325
2302
 
2326
2303
 
2327
-
2328
2304
  var _ListBranchesCommand = class _ListBranchesCommand extends import_smithy_client.Command.classBuilder().ep({
2329
2305
  ...commonParams
2330
2306
  }).m(function(Command, cs, config, o) {
@@ -2341,7 +2317,6 @@ var ListBranchesCommand = _ListBranchesCommand;
2341
2317
 
2342
2318
 
2343
2319
 
2344
-
2345
2320
  var _ListDomainAssociationsCommand = class _ListDomainAssociationsCommand extends import_smithy_client.Command.classBuilder().ep({
2346
2321
  ...commonParams
2347
2322
  }).m(function(Command, cs, config, o) {
@@ -2358,7 +2333,6 @@ var ListDomainAssociationsCommand = _ListDomainAssociationsCommand;
2358
2333
 
2359
2334
 
2360
2335
 
2361
-
2362
2336
  var _ListJobsCommand = class _ListJobsCommand extends import_smithy_client.Command.classBuilder().ep({
2363
2337
  ...commonParams
2364
2338
  }).m(function(Command, cs, config, o) {
@@ -2375,7 +2349,6 @@ var ListJobsCommand = _ListJobsCommand;
2375
2349
 
2376
2350
 
2377
2351
 
2378
-
2379
2352
  var _ListTagsForResourceCommand = class _ListTagsForResourceCommand extends import_smithy_client.Command.classBuilder().ep({
2380
2353
  ...commonParams
2381
2354
  }).m(function(Command, cs, config, o) {
@@ -2392,7 +2365,6 @@ var ListTagsForResourceCommand = _ListTagsForResourceCommand;
2392
2365
 
2393
2366
 
2394
2367
 
2395
-
2396
2368
  var _ListWebhooksCommand = class _ListWebhooksCommand extends import_smithy_client.Command.classBuilder().ep({
2397
2369
  ...commonParams
2398
2370
  }).m(function(Command, cs, config, o) {
@@ -2409,7 +2381,6 @@ var ListWebhooksCommand = _ListWebhooksCommand;
2409
2381
 
2410
2382
 
2411
2383
 
2412
-
2413
2384
  var _StartDeploymentCommand = class _StartDeploymentCommand extends import_smithy_client.Command.classBuilder().ep({
2414
2385
  ...commonParams
2415
2386
  }).m(function(Command, cs, config, o) {
@@ -2426,7 +2397,6 @@ var StartDeploymentCommand = _StartDeploymentCommand;
2426
2397
 
2427
2398
 
2428
2399
 
2429
-
2430
2400
  var _StartJobCommand = class _StartJobCommand extends import_smithy_client.Command.classBuilder().ep({
2431
2401
  ...commonParams
2432
2402
  }).m(function(Command, cs, config, o) {
@@ -2443,7 +2413,6 @@ var StartJobCommand = _StartJobCommand;
2443
2413
 
2444
2414
 
2445
2415
 
2446
-
2447
2416
  var _StopJobCommand = class _StopJobCommand extends import_smithy_client.Command.classBuilder().ep({
2448
2417
  ...commonParams
2449
2418
  }).m(function(Command, cs, config, o) {
@@ -2460,7 +2429,6 @@ var StopJobCommand = _StopJobCommand;
2460
2429
 
2461
2430
 
2462
2431
 
2463
-
2464
2432
  var _TagResourceCommand = class _TagResourceCommand extends import_smithy_client.Command.classBuilder().ep({
2465
2433
  ...commonParams
2466
2434
  }).m(function(Command, cs, config, o) {
@@ -2477,7 +2445,6 @@ var TagResourceCommand = _TagResourceCommand;
2477
2445
 
2478
2446
 
2479
2447
 
2480
-
2481
2448
  var _UntagResourceCommand = class _UntagResourceCommand extends import_smithy_client.Command.classBuilder().ep({
2482
2449
  ...commonParams
2483
2450
  }).m(function(Command, cs, config, o) {
@@ -2494,7 +2461,6 @@ var UntagResourceCommand = _UntagResourceCommand;
2494
2461
 
2495
2462
 
2496
2463
 
2497
-
2498
2464
  var _UpdateAppCommand = class _UpdateAppCommand extends import_smithy_client.Command.classBuilder().ep({
2499
2465
  ...commonParams
2500
2466
  }).m(function(Command, cs, config, o) {
@@ -2511,7 +2477,6 @@ var UpdateAppCommand = _UpdateAppCommand;
2511
2477
 
2512
2478
 
2513
2479
 
2514
-
2515
2480
  var _UpdateBranchCommand = class _UpdateBranchCommand extends import_smithy_client.Command.classBuilder().ep({
2516
2481
  ...commonParams
2517
2482
  }).m(function(Command, cs, config, o) {
@@ -2528,7 +2493,6 @@ var UpdateBranchCommand = _UpdateBranchCommand;
2528
2493
 
2529
2494
 
2530
2495
 
2531
-
2532
2496
  var _UpdateDomainAssociationCommand = class _UpdateDomainAssociationCommand extends import_smithy_client.Command.classBuilder().ep({
2533
2497
  ...commonParams
2534
2498
  }).m(function(Command, cs, config, o) {
@@ -2545,7 +2509,6 @@ var UpdateDomainAssociationCommand = _UpdateDomainAssociationCommand;
2545
2509
 
2546
2510
 
2547
2511
 
2548
-
2549
2512
  var _UpdateWebhookCommand = class _UpdateWebhookCommand extends import_smithy_client.Command.classBuilder().ep({
2550
2513
  ...commonParams
2551
2514
  }).m(function(Command, cs, config, o) {
@@ -127,15 +127,15 @@ export interface ClientDefaults extends Partial<__SmithyConfiguration<__HttpHand
127
127
  * Enables FIPS compatible endpoints.
128
128
  */
129
129
  useFipsEndpoint?: boolean | __Provider<boolean>;
130
+ /**
131
+ * The AWS region to which this client will send requests
132
+ */
133
+ region?: string | __Provider<string>;
130
134
  /**
131
135
  * The provider populating default tracking information to be sent with `user-agent`, `x-amz-user-agent` header
132
136
  * @internal
133
137
  */
134
138
  defaultUserAgentProvider?: Provider<__UserAgent>;
135
- /**
136
- * The AWS region to which this client will send requests
137
- */
138
- region?: string | __Provider<string>;
139
139
  /**
140
140
  * Default credentials provider; Not available in browser runtime.
141
141
  * @deprecated
@@ -5,7 +5,8 @@ import { CreateAppRequest, CreateAppResult } from "../models/models_0";
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { CreateBackendEnvironmentRequest, CreateBackendEnvironmentResult } from
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { CreateBranchRequest, CreateBranchResult } from "../models/models_0";
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { CreateDeploymentRequest, CreateDeploymentResult } from "../models/model
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { CreateDomainAssociationRequest, CreateDomainAssociationResult } from ".
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { CreateWebhookRequest, CreateWebhookResult } from "../models/models_0";
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { DeleteAppRequest, DeleteAppResult } from "../models/models_0";
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { DeleteBackendEnvironmentRequest, DeleteBackendEnvironmentResult } from
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { DeleteBranchRequest, DeleteBranchResult } from "../models/models_0";
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { DeleteDomainAssociationRequest, DeleteDomainAssociationResult } from ".
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { DeleteJobRequest, DeleteJobResult } from "../models/models_0";
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { DeleteWebhookRequest, DeleteWebhookResult } from "../models/models_0";
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { GenerateAccessLogsRequest, GenerateAccessLogsResult } from "../models/m
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { GetAppRequest, GetAppResult } from "../models/models_0";
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { GetArtifactUrlRequest, GetArtifactUrlResult } from "../models/models_0"
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { GetBackendEnvironmentRequest, GetBackendEnvironmentResult } from "../mo
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { GetBranchRequest, GetBranchResult } from "../models/models_0";
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { GetDomainAssociationRequest, GetDomainAssociationResult } from "../mode
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { GetJobRequest, GetJobResult } from "../models/models_0";
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { GetWebhookRequest, GetWebhookResult } from "../models/models_0";
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { ListAppsRequest, ListAppsResult } from "../models/models_0";
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { ListArtifactsRequest, ListArtifactsResult } from "../models/models_0";
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { ListBackendEnvironmentsRequest, ListBackendEnvironmentsResult } from ".
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { ListBranchesRequest, ListBranchesResult } from "../models/models_0";
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { ListDomainAssociationsRequest, ListDomainAssociationsResult } from "../
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { ListJobsRequest, ListJobsResult } from "../models/models_0";
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../mode
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { ListWebhooksRequest, ListWebhooksResult } from "../models/models_0";
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { StartDeploymentRequest, StartDeploymentResult } from "../models/models_
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { StartJobRequest, StartJobResult } from "../models/models_0";
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { StopJobRequest, StopJobResult } from "../models/models_0";
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { TagResourceRequest, TagResourceResponse } from "../models/models_0";
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { UntagResourceRequest, UntagResourceResponse } from "../models/models_0"
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *