@aws-sdk/client-scheduler 3.1067.0 → 3.1069.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.
@@ -1,17 +1,13 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.resolveHttpAuthSchemeConfig = exports.defaultSchedulerHttpAuthSchemeProvider = exports.defaultSchedulerHttpAuthSchemeParametersProvider = void 0;
4
- const httpAuthSchemes_1 = require("@aws-sdk/core/httpAuthSchemes");
5
- const client_1 = require("@smithy/core/client");
6
- const defaultSchedulerHttpAuthSchemeParametersProvider = async (config, context, input) => {
1
+ const { resolveAwsSdkSigV4Config } = require("@aws-sdk/core/httpAuthSchemes");
2
+ const { getSmithyContext, normalizeProvider } = require("@smithy/core/client");
3
+ exports.defaultSchedulerHttpAuthSchemeParametersProvider = async (config, context, input) => {
7
4
  return {
8
- operation: (0, client_1.getSmithyContext)(context).operation,
9
- region: await (0, client_1.normalizeProvider)(config.region)() || (() => {
5
+ operation: getSmithyContext(context).operation,
6
+ region: await normalizeProvider(config.region)() || (() => {
10
7
  throw new Error("expected `region` to be configured for `aws.auth#sigv4`");
11
8
  })(),
12
9
  };
13
10
  };
14
- exports.defaultSchedulerHttpAuthSchemeParametersProvider = defaultSchedulerHttpAuthSchemeParametersProvider;
15
11
  function createAwsAuthSigv4HttpAuthOption(authParameters) {
16
12
  return {
17
13
  schemeId: "aws.auth#sigv4",
@@ -27,7 +23,7 @@ function createAwsAuthSigv4HttpAuthOption(authParameters) {
27
23
  }),
28
24
  };
29
25
  }
30
- const defaultSchedulerHttpAuthSchemeProvider = (authParameters) => {
26
+ exports.defaultSchedulerHttpAuthSchemeProvider = (authParameters) => {
31
27
  const options = [];
32
28
  switch (authParameters.operation) {
33
29
  default: {
@@ -36,11 +32,9 @@ const defaultSchedulerHttpAuthSchemeProvider = (authParameters) => {
36
32
  }
37
33
  return options;
38
34
  };
39
- exports.defaultSchedulerHttpAuthSchemeProvider = defaultSchedulerHttpAuthSchemeProvider;
40
- const resolveHttpAuthSchemeConfig = (config) => {
41
- const config_0 = (0, httpAuthSchemes_1.resolveAwsSdkSigV4Config)(config);
35
+ exports.resolveHttpAuthSchemeConfig = (config) => {
36
+ const config_0 = resolveAwsSdkSigV4Config(config);
42
37
  return Object.assign(config_0, {
43
- authSchemePreference: (0, client_1.normalizeProvider)(config.authSchemePreference ?? []),
38
+ authSchemePreference: normalizeProvider(config.authSchemePreference ?? []),
44
39
  });
45
40
  };
46
- exports.resolveHttpAuthSchemeConfig = resolveHttpAuthSchemeConfig;
@@ -1,7 +1,4 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.bdd = void 0;
4
- const endpoints_1 = require("@smithy/core/endpoints");
1
+ const { BinaryDecisionDiagram } = require("@smithy/core/endpoints");
5
2
  const k = "ref";
6
3
  const a = -1, b = true, c = "isSet", d = "PartitionResult", e = "booleanEquals", f = "getAttr", g = { [k]: "Endpoint" }, h = { [k]: d }, i = {}, j = [{ [k]: "Region" }];
7
4
  const _data = {
@@ -46,4 +43,4 @@ const nodes = new Int32Array([
46
43
  3, r + 1, 13,
47
44
  4, r + 2, r + 3,
48
45
  ]);
49
- exports.bdd = endpoints_1.BinaryDecisionDiagram.from(nodes, root, _data.conditions, _data.results);
46
+ exports.bdd = BinaryDecisionDiagram.from(nodes, root, _data.conditions, _data.results);
@@ -1,18 +1,14 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.defaultEndpointResolver = void 0;
4
- const client_1 = require("@aws-sdk/core/client");
5
- const endpoints_1 = require("@smithy/core/endpoints");
6
- const bdd_1 = require("./bdd");
7
- const cache = new endpoints_1.EndpointCache({
1
+ const { awsEndpointFunctions } = require("@aws-sdk/core/client");
2
+ const { customEndpointFunctions, decideEndpoint, EndpointCache } = require("@smithy/core/endpoints");
3
+ const { bdd } = require("./bdd");
4
+ const cache = new EndpointCache({
8
5
  size: 50,
9
6
  params: ["Endpoint", "Region", "UseDualStack", "UseFIPS"],
10
7
  });
11
- const defaultEndpointResolver = (endpointParams, context = {}) => {
12
- return cache.get(endpointParams, () => (0, endpoints_1.decideEndpoint)(bdd_1.bdd, {
8
+ exports.defaultEndpointResolver = (endpointParams, context = {}) => {
9
+ return cache.get(endpointParams, () => decideEndpoint(bdd, {
13
10
  endpointParams: endpointParams,
14
11
  logger: context.logger,
15
12
  }));
16
13
  };
17
- exports.defaultEndpointResolver = defaultEndpointResolver;
18
- endpoints_1.customEndpointFunctions.aws = client_1.awsEndpointFunctions;
14
+ customEndpointFunctions.aws = awsEndpointFunctions;
package/dist-cjs/index.js CHANGED
@@ -1,18 +1,21 @@
1
- 'use strict';
2
-
3
- var client$1 = require('@aws-sdk/core/client');
4
- var core = require('@smithy/core');
5
- var client = require('@smithy/core/client');
6
- var config = require('@smithy/core/config');
7
- var endpoints = require('@smithy/core/endpoints');
8
- var protocols = require('@smithy/core/protocols');
9
- var retry = require('@smithy/core/retry');
10
- var schema = require('@smithy/core/schema');
11
- var httpAuthSchemeProvider = require('./auth/httpAuthSchemeProvider');
12
- var runtimeConfig = require('./runtimeConfig');
13
- var schemas_0 = require('./schemas/schemas_0');
14
- var errors = require('./models/errors');
15
- var SchedulerServiceException = require('./models/SchedulerServiceException');
1
+ var __exportStar = (m, e) => { Object.assign(e, m); };
2
+ const { getAwsRegionExtensionConfiguration, resolveAwsRegionExtensionConfiguration, resolveUserAgentConfig, resolveHostHeaderConfig, getUserAgentPlugin, getHostHeaderPlugin, getLoggerPlugin, getRecursionDetectionPlugin } = require("@aws-sdk/core/client");
3
+ const { getHttpAuthSchemeEndpointRuleSetPlugin, DefaultIdentityProviderConfig, getHttpSigningPlugin, createPaginator } = require("@smithy/core");
4
+ const { getDefaultExtensionConfiguration, resolveDefaultRuntimeConfig, Client, Command, createAggregatedClient } = require("@smithy/core/client");
5
+ exports.$Command = Command;
6
+ exports.__Client = Client;
7
+ const { resolveRegionConfig } = require("@smithy/core/config");
8
+ const { resolveEndpointConfig, getEndpointPlugin } = require("@smithy/core/endpoints");
9
+ const { getHttpHandlerExtensionConfiguration, resolveHttpHandlerRuntimeConfig, getContentLengthPlugin } = require("@smithy/core/protocols");
10
+ const { resolveRetryConfig, getRetryPlugin } = require("@smithy/core/retry");
11
+ const { getSchemaSerdePlugin } = require("@smithy/core/schema");
12
+ const { resolveHttpAuthSchemeConfig, defaultSchedulerHttpAuthSchemeParametersProvider } = require("./auth/httpAuthSchemeProvider");
13
+ const { getRuntimeConfig } = require("./runtimeConfig");
14
+ const { CreateSchedule$, CreateScheduleGroup$, DeleteSchedule$, DeleteScheduleGroup$, GetSchedule$, GetScheduleGroup$, ListScheduleGroups$, ListSchedules$, ListTagsForResource$, TagResource$, UntagResource$, UpdateSchedule$ } = require("./schemas/schemas_0");
15
+ __exportStar(require("./schemas/schemas_0"), exports);
16
+ __exportStar(require("./models/errors"), exports);
17
+ const { SchedulerServiceException } = require("./models/SchedulerServiceException");
18
+ exports.SchedulerServiceException = SchedulerServiceException;
16
19
 
17
20
  const resolveClientEndpointParameters = (options) => {
18
21
  return Object.assign(options, {
@@ -68,193 +71,193 @@ const resolveHttpAuthRuntimeConfig = (config) => {
68
71
  };
69
72
 
70
73
  const resolveRuntimeExtensions = (runtimeConfig, extensions) => {
71
- const extensionConfiguration = Object.assign(client$1.getAwsRegionExtensionConfiguration(runtimeConfig), client.getDefaultExtensionConfiguration(runtimeConfig), protocols.getHttpHandlerExtensionConfiguration(runtimeConfig), getHttpAuthExtensionConfiguration(runtimeConfig));
74
+ const extensionConfiguration = Object.assign(getAwsRegionExtensionConfiguration(runtimeConfig), getDefaultExtensionConfiguration(runtimeConfig), getHttpHandlerExtensionConfiguration(runtimeConfig), getHttpAuthExtensionConfiguration(runtimeConfig));
72
75
  extensions.forEach((extension) => extension.configure(extensionConfiguration));
73
- return Object.assign(runtimeConfig, client$1.resolveAwsRegionExtensionConfiguration(extensionConfiguration), client.resolveDefaultRuntimeConfig(extensionConfiguration), protocols.resolveHttpHandlerRuntimeConfig(extensionConfiguration), resolveHttpAuthRuntimeConfig(extensionConfiguration));
76
+ return Object.assign(runtimeConfig, resolveAwsRegionExtensionConfiguration(extensionConfiguration), resolveDefaultRuntimeConfig(extensionConfiguration), resolveHttpHandlerRuntimeConfig(extensionConfiguration), resolveHttpAuthRuntimeConfig(extensionConfiguration));
74
77
  };
75
78
 
76
- class SchedulerClient extends client.Client {
79
+ class SchedulerClient extends Client {
77
80
  config;
78
81
  constructor(...[configuration]) {
79
- const _config_0 = runtimeConfig.getRuntimeConfig(configuration || {});
82
+ const _config_0 = getRuntimeConfig(configuration || {});
80
83
  super(_config_0);
81
84
  this.initConfig = _config_0;
82
85
  const _config_1 = resolveClientEndpointParameters(_config_0);
83
- const _config_2 = client$1.resolveUserAgentConfig(_config_1);
84
- const _config_3 = retry.resolveRetryConfig(_config_2);
85
- const _config_4 = config.resolveRegionConfig(_config_3);
86
- const _config_5 = client$1.resolveHostHeaderConfig(_config_4);
87
- const _config_6 = endpoints.resolveEndpointConfig(_config_5);
88
- const _config_7 = httpAuthSchemeProvider.resolveHttpAuthSchemeConfig(_config_6);
86
+ const _config_2 = resolveUserAgentConfig(_config_1);
87
+ const _config_3 = resolveRetryConfig(_config_2);
88
+ const _config_4 = resolveRegionConfig(_config_3);
89
+ const _config_5 = resolveHostHeaderConfig(_config_4);
90
+ const _config_6 = resolveEndpointConfig(_config_5);
91
+ const _config_7 = resolveHttpAuthSchemeConfig(_config_6);
89
92
  const _config_8 = resolveRuntimeExtensions(_config_7, configuration?.extensions || []);
90
93
  this.config = _config_8;
91
- this.middlewareStack.use(schema.getSchemaSerdePlugin(this.config));
92
- this.middlewareStack.use(client$1.getUserAgentPlugin(this.config));
93
- this.middlewareStack.use(retry.getRetryPlugin(this.config));
94
- this.middlewareStack.use(protocols.getContentLengthPlugin(this.config));
95
- this.middlewareStack.use(client$1.getHostHeaderPlugin(this.config));
96
- this.middlewareStack.use(client$1.getLoggerPlugin(this.config));
97
- this.middlewareStack.use(client$1.getRecursionDetectionPlugin(this.config));
98
- this.middlewareStack.use(core.getHttpAuthSchemeEndpointRuleSetPlugin(this.config, {
99
- httpAuthSchemeParametersProvider: httpAuthSchemeProvider.defaultSchedulerHttpAuthSchemeParametersProvider,
100
- identityProviderConfigProvider: async (config) => new core.DefaultIdentityProviderConfig({
94
+ this.middlewareStack.use(getSchemaSerdePlugin(this.config));
95
+ this.middlewareStack.use(getUserAgentPlugin(this.config));
96
+ this.middlewareStack.use(getRetryPlugin(this.config));
97
+ this.middlewareStack.use(getContentLengthPlugin(this.config));
98
+ this.middlewareStack.use(getHostHeaderPlugin(this.config));
99
+ this.middlewareStack.use(getLoggerPlugin(this.config));
100
+ this.middlewareStack.use(getRecursionDetectionPlugin(this.config));
101
+ this.middlewareStack.use(getHttpAuthSchemeEndpointRuleSetPlugin(this.config, {
102
+ httpAuthSchemeParametersProvider: defaultSchedulerHttpAuthSchemeParametersProvider,
103
+ identityProviderConfigProvider: async (config) => new DefaultIdentityProviderConfig({
101
104
  "aws.auth#sigv4": config.credentials,
102
105
  }),
103
106
  }));
104
- this.middlewareStack.use(core.getHttpSigningPlugin(this.config));
107
+ this.middlewareStack.use(getHttpSigningPlugin(this.config));
105
108
  }
106
109
  destroy() {
107
110
  super.destroy();
108
111
  }
109
112
  }
110
113
 
111
- class CreateScheduleCommand extends client.Command
114
+ class CreateScheduleCommand extends Command
112
115
  .classBuilder()
113
116
  .ep(commonParams)
114
117
  .m(function (Command, cs, config, o) {
115
- return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
118
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
116
119
  })
117
120
  .s("AWSChronosService", "CreateSchedule", {})
118
121
  .n("SchedulerClient", "CreateScheduleCommand")
119
- .sc(schemas_0.CreateSchedule$)
122
+ .sc(CreateSchedule$)
120
123
  .build() {
121
124
  }
122
125
 
123
- class CreateScheduleGroupCommand extends client.Command
126
+ class CreateScheduleGroupCommand extends Command
124
127
  .classBuilder()
125
128
  .ep(commonParams)
126
129
  .m(function (Command, cs, config, o) {
127
- return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
130
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
128
131
  })
129
132
  .s("AWSChronosService", "CreateScheduleGroup", {})
130
133
  .n("SchedulerClient", "CreateScheduleGroupCommand")
131
- .sc(schemas_0.CreateScheduleGroup$)
134
+ .sc(CreateScheduleGroup$)
132
135
  .build() {
133
136
  }
134
137
 
135
- class DeleteScheduleCommand extends client.Command
138
+ class DeleteScheduleCommand extends Command
136
139
  .classBuilder()
137
140
  .ep(commonParams)
138
141
  .m(function (Command, cs, config, o) {
139
- return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
142
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
140
143
  })
141
144
  .s("AWSChronosService", "DeleteSchedule", {})
142
145
  .n("SchedulerClient", "DeleteScheduleCommand")
143
- .sc(schemas_0.DeleteSchedule$)
146
+ .sc(DeleteSchedule$)
144
147
  .build() {
145
148
  }
146
149
 
147
- class DeleteScheduleGroupCommand extends client.Command
150
+ class DeleteScheduleGroupCommand extends Command
148
151
  .classBuilder()
149
152
  .ep(commonParams)
150
153
  .m(function (Command, cs, config, o) {
151
- return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
154
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
152
155
  })
153
156
  .s("AWSChronosService", "DeleteScheduleGroup", {})
154
157
  .n("SchedulerClient", "DeleteScheduleGroupCommand")
155
- .sc(schemas_0.DeleteScheduleGroup$)
158
+ .sc(DeleteScheduleGroup$)
156
159
  .build() {
157
160
  }
158
161
 
159
- class GetScheduleCommand extends client.Command
162
+ class GetScheduleCommand extends Command
160
163
  .classBuilder()
161
164
  .ep(commonParams)
162
165
  .m(function (Command, cs, config, o) {
163
- return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
166
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
164
167
  })
165
168
  .s("AWSChronosService", "GetSchedule", {})
166
169
  .n("SchedulerClient", "GetScheduleCommand")
167
- .sc(schemas_0.GetSchedule$)
170
+ .sc(GetSchedule$)
168
171
  .build() {
169
172
  }
170
173
 
171
- class GetScheduleGroupCommand extends client.Command
174
+ class GetScheduleGroupCommand extends Command
172
175
  .classBuilder()
173
176
  .ep(commonParams)
174
177
  .m(function (Command, cs, config, o) {
175
- return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
178
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
176
179
  })
177
180
  .s("AWSChronosService", "GetScheduleGroup", {})
178
181
  .n("SchedulerClient", "GetScheduleGroupCommand")
179
- .sc(schemas_0.GetScheduleGroup$)
182
+ .sc(GetScheduleGroup$)
180
183
  .build() {
181
184
  }
182
185
 
183
- class ListScheduleGroupsCommand extends client.Command
186
+ class ListScheduleGroupsCommand extends Command
184
187
  .classBuilder()
185
188
  .ep(commonParams)
186
189
  .m(function (Command, cs, config, o) {
187
- return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
190
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
188
191
  })
189
192
  .s("AWSChronosService", "ListScheduleGroups", {})
190
193
  .n("SchedulerClient", "ListScheduleGroupsCommand")
191
- .sc(schemas_0.ListScheduleGroups$)
194
+ .sc(ListScheduleGroups$)
192
195
  .build() {
193
196
  }
194
197
 
195
- class ListSchedulesCommand extends client.Command
198
+ class ListSchedulesCommand extends Command
196
199
  .classBuilder()
197
200
  .ep(commonParams)
198
201
  .m(function (Command, cs, config, o) {
199
- return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
202
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
200
203
  })
201
204
  .s("AWSChronosService", "ListSchedules", {})
202
205
  .n("SchedulerClient", "ListSchedulesCommand")
203
- .sc(schemas_0.ListSchedules$)
206
+ .sc(ListSchedules$)
204
207
  .build() {
205
208
  }
206
209
 
207
- class ListTagsForResourceCommand extends client.Command
210
+ class ListTagsForResourceCommand extends Command
208
211
  .classBuilder()
209
212
  .ep(commonParams)
210
213
  .m(function (Command, cs, config, o) {
211
- return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
214
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
212
215
  })
213
216
  .s("AWSChronosService", "ListTagsForResource", {})
214
217
  .n("SchedulerClient", "ListTagsForResourceCommand")
215
- .sc(schemas_0.ListTagsForResource$)
218
+ .sc(ListTagsForResource$)
216
219
  .build() {
217
220
  }
218
221
 
219
- class TagResourceCommand extends client.Command
222
+ class TagResourceCommand extends Command
220
223
  .classBuilder()
221
224
  .ep(commonParams)
222
225
  .m(function (Command, cs, config, o) {
223
- return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
226
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
224
227
  })
225
228
  .s("AWSChronosService", "TagResource", {})
226
229
  .n("SchedulerClient", "TagResourceCommand")
227
- .sc(schemas_0.TagResource$)
230
+ .sc(TagResource$)
228
231
  .build() {
229
232
  }
230
233
 
231
- class UntagResourceCommand extends client.Command
234
+ class UntagResourceCommand extends Command
232
235
  .classBuilder()
233
236
  .ep(commonParams)
234
237
  .m(function (Command, cs, config, o) {
235
- return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
238
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
236
239
  })
237
240
  .s("AWSChronosService", "UntagResource", {})
238
241
  .n("SchedulerClient", "UntagResourceCommand")
239
- .sc(schemas_0.UntagResource$)
242
+ .sc(UntagResource$)
240
243
  .build() {
241
244
  }
242
245
 
243
- class UpdateScheduleCommand extends client.Command
246
+ class UpdateScheduleCommand extends Command
244
247
  .classBuilder()
245
248
  .ep(commonParams)
246
249
  .m(function (Command, cs, config, o) {
247
- return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
250
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
248
251
  })
249
252
  .s("AWSChronosService", "UpdateSchedule", {})
250
253
  .n("SchedulerClient", "UpdateScheduleCommand")
251
- .sc(schemas_0.UpdateSchedule$)
254
+ .sc(UpdateSchedule$)
252
255
  .build() {
253
256
  }
254
257
 
255
- const paginateListScheduleGroups = core.createPaginator(SchedulerClient, ListScheduleGroupsCommand, "NextToken", "NextToken", "MaxResults");
258
+ const paginateListScheduleGroups = createPaginator(SchedulerClient, ListScheduleGroupsCommand, "NextToken", "NextToken", "MaxResults");
256
259
 
257
- const paginateListSchedules = core.createPaginator(SchedulerClient, ListSchedulesCommand, "NextToken", "NextToken", "MaxResults");
260
+ const paginateListSchedules = createPaginator(SchedulerClient, ListSchedulesCommand, "NextToken", "NextToken", "MaxResults");
258
261
 
259
262
  const commands = {
260
263
  CreateScheduleCommand,
@@ -276,7 +279,7 @@ const paginators = {
276
279
  };
277
280
  class Scheduler extends SchedulerClient {
278
281
  }
279
- client.createAggregatedClient(commands, Scheduler, { paginators });
282
+ createAggregatedClient(commands, Scheduler, { paginators });
280
283
 
281
284
  const ActionAfterCompletion = {
282
285
  DELETE: "DELETE",
@@ -316,9 +319,6 @@ const ScheduleGroupState = {
316
319
  DELETING: "DELETING",
317
320
  };
318
321
 
319
- exports.$Command = client.Command;
320
- exports.__Client = client.Client;
321
- exports.SchedulerServiceException = SchedulerServiceException.SchedulerServiceException;
322
322
  exports.ActionAfterCompletion = ActionAfterCompletion;
323
323
  exports.AssignPublicIp = AssignPublicIp;
324
324
  exports.CreateScheduleCommand = CreateScheduleCommand;
@@ -344,23 +344,3 @@ exports.UntagResourceCommand = UntagResourceCommand;
344
344
  exports.UpdateScheduleCommand = UpdateScheduleCommand;
345
345
  exports.paginateListScheduleGroups = paginateListScheduleGroups;
346
346
  exports.paginateListSchedules = paginateListSchedules;
347
- Object.prototype.hasOwnProperty.call(schemas_0, '__proto__') &&
348
- !Object.prototype.hasOwnProperty.call(exports, '__proto__') &&
349
- Object.defineProperty(exports, '__proto__', {
350
- enumerable: true,
351
- value: schemas_0['__proto__']
352
- });
353
-
354
- Object.keys(schemas_0).forEach(function (k) {
355
- if (k !== 'default' && !Object.prototype.hasOwnProperty.call(exports, k)) exports[k] = schemas_0[k];
356
- });
357
- Object.prototype.hasOwnProperty.call(errors, '__proto__') &&
358
- !Object.prototype.hasOwnProperty.call(exports, '__proto__') &&
359
- Object.defineProperty(exports, '__proto__', {
360
- enumerable: true,
361
- value: errors['__proto__']
362
- });
363
-
364
- Object.keys(errors).forEach(function (k) {
365
- if (k !== 'default' && !Object.prototype.hasOwnProperty.call(exports, k)) exports[k] = errors[k];
366
- });
@@ -1,12 +1,8 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.SchedulerServiceException = exports.__ServiceException = void 0;
4
- const client_1 = require("@smithy/core/client");
5
- Object.defineProperty(exports, "__ServiceException", { enumerable: true, get: function () { return client_1.ServiceException; } });
6
- class SchedulerServiceException extends client_1.ServiceException {
1
+ const { ServiceException: __ServiceException } = require("@smithy/core/client");
2
+ exports.__ServiceException = __ServiceException;
3
+ exports.SchedulerServiceException = class SchedulerServiceException extends __ServiceException {
7
4
  constructor(options) {
8
5
  super(options);
9
6
  Object.setPrototypeOf(this, SchedulerServiceException.prototype);
10
7
  }
11
- }
12
- exports.SchedulerServiceException = SchedulerServiceException;
8
+ };
@@ -1,8 +1,5 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ServiceQuotaExceededException = exports.ConflictException = exports.ValidationException = exports.ThrottlingException = exports.ResourceNotFoundException = exports.InternalServerException = void 0;
4
- const SchedulerServiceException_1 = require("./SchedulerServiceException");
5
- class InternalServerException extends SchedulerServiceException_1.SchedulerServiceException {
1
+ const { SchedulerServiceException: __BaseException } = require("./SchedulerServiceException");
2
+ exports.InternalServerException = class InternalServerException extends __BaseException {
6
3
  name = "InternalServerException";
7
4
  $fault = "server";
8
5
  Message;
@@ -15,9 +12,8 @@ class InternalServerException extends SchedulerServiceException_1.SchedulerServi
15
12
  Object.setPrototypeOf(this, InternalServerException.prototype);
16
13
  this.Message = opts.Message;
17
14
  }
18
- }
19
- exports.InternalServerException = InternalServerException;
20
- class ResourceNotFoundException extends SchedulerServiceException_1.SchedulerServiceException {
15
+ };
16
+ exports.ResourceNotFoundException = class ResourceNotFoundException extends __BaseException {
21
17
  name = "ResourceNotFoundException";
22
18
  $fault = "client";
23
19
  Message;
@@ -30,9 +26,8 @@ class ResourceNotFoundException extends SchedulerServiceException_1.SchedulerSer
30
26
  Object.setPrototypeOf(this, ResourceNotFoundException.prototype);
31
27
  this.Message = opts.Message;
32
28
  }
33
- }
34
- exports.ResourceNotFoundException = ResourceNotFoundException;
35
- class ThrottlingException extends SchedulerServiceException_1.SchedulerServiceException {
29
+ };
30
+ exports.ThrottlingException = class ThrottlingException extends __BaseException {
36
31
  name = "ThrottlingException";
37
32
  $fault = "client";
38
33
  Message;
@@ -45,9 +40,8 @@ class ThrottlingException extends SchedulerServiceException_1.SchedulerServiceEx
45
40
  Object.setPrototypeOf(this, ThrottlingException.prototype);
46
41
  this.Message = opts.Message;
47
42
  }
48
- }
49
- exports.ThrottlingException = ThrottlingException;
50
- class ValidationException extends SchedulerServiceException_1.SchedulerServiceException {
43
+ };
44
+ exports.ValidationException = class ValidationException extends __BaseException {
51
45
  name = "ValidationException";
52
46
  $fault = "client";
53
47
  Message;
@@ -60,9 +54,8 @@ class ValidationException extends SchedulerServiceException_1.SchedulerServiceEx
60
54
  Object.setPrototypeOf(this, ValidationException.prototype);
61
55
  this.Message = opts.Message;
62
56
  }
63
- }
64
- exports.ValidationException = ValidationException;
65
- class ConflictException extends SchedulerServiceException_1.SchedulerServiceException {
57
+ };
58
+ exports.ConflictException = class ConflictException extends __BaseException {
66
59
  name = "ConflictException";
67
60
  $fault = "client";
68
61
  Message;
@@ -75,9 +68,8 @@ class ConflictException extends SchedulerServiceException_1.SchedulerServiceExce
75
68
  Object.setPrototypeOf(this, ConflictException.prototype);
76
69
  this.Message = opts.Message;
77
70
  }
78
- }
79
- exports.ConflictException = ConflictException;
80
- class ServiceQuotaExceededException extends SchedulerServiceException_1.SchedulerServiceException {
71
+ };
72
+ exports.ServiceQuotaExceededException = class ServiceQuotaExceededException extends __BaseException {
81
73
  name = "ServiceQuotaExceededException";
82
74
  $fault = "client";
83
75
  Message;
@@ -90,5 +82,4 @@ class ServiceQuotaExceededException extends SchedulerServiceException_1.Schedule
90
82
  Object.setPrototypeOf(this, ServiceQuotaExceededException.prototype);
91
83
  this.Message = opts.Message;
92
84
  }
93
- }
94
- exports.ServiceQuotaExceededException = ServiceQuotaExceededException;
85
+ };
@@ -1,36 +1,32 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.getRuntimeConfig = void 0;
4
- const tslib_1 = require("tslib");
5
- const package_json_1 = tslib_1.__importDefault(require("../package.json"));
6
- const sha256_browser_1 = require("@aws-crypto/sha256-browser");
7
- const client_1 = require("@aws-sdk/core/client");
8
- const client_2 = require("@smithy/core/client");
9
- const config_1 = require("@smithy/core/config");
10
- const retry_1 = require("@smithy/core/retry");
11
- const serde_1 = require("@smithy/core/serde");
12
- const fetch_http_handler_1 = require("@smithy/fetch-http-handler");
13
- const runtimeConfig_shared_1 = require("./runtimeConfig.shared");
1
+ const packageInfo = require("../package.json");
2
+ const { Sha256 } = require("@aws-crypto/sha256-browser");
3
+ const { createDefaultUserAgentProvider } = require("@aws-sdk/core/client");
4
+ const { invalidProvider, loadConfigsForDefaultMode } = require("@smithy/core/client");
5
+ const { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT, resolveDefaultsModeConfig } = require("@smithy/core/config");
6
+ const { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } = require("@smithy/core/retry");
7
+ const { calculateBodyLength } = require("@smithy/core/serde");
8
+ const { FetchHttpHandler: RequestHandler, streamCollector } = require("@smithy/fetch-http-handler");
9
+ const { getRuntimeConfig: getSharedRuntimeConfig } = require("./runtimeConfig.shared");
14
10
  const getRuntimeConfig = (config) => {
15
- const defaultsMode = (0, config_1.resolveDefaultsModeConfig)(config);
16
- const defaultConfigProvider = () => defaultsMode().then(client_2.loadConfigsForDefaultMode);
17
- const clientSharedValues = (0, runtimeConfig_shared_1.getRuntimeConfig)(config);
11
+ const defaultsMode = resolveDefaultsModeConfig(config);
12
+ const defaultConfigProvider = () => defaultsMode().then(loadConfigsForDefaultMode);
13
+ const clientSharedValues = getSharedRuntimeConfig(config);
18
14
  return {
19
15
  ...clientSharedValues,
20
16
  ...config,
21
17
  runtime: "browser",
22
18
  defaultsMode,
23
- bodyLengthChecker: config?.bodyLengthChecker ?? serde_1.calculateBodyLength,
19
+ bodyLengthChecker: config?.bodyLengthChecker ?? calculateBodyLength,
24
20
  credentialDefaultProvider: config?.credentialDefaultProvider ?? ((_) => () => Promise.reject(new Error("Credential is missing"))),
25
- defaultUserAgentProvider: config?.defaultUserAgentProvider ?? (0, client_1.createDefaultUserAgentProvider)({ serviceId: clientSharedValues.serviceId, clientVersion: package_json_1.default.version }),
26
- maxAttempts: config?.maxAttempts ?? retry_1.DEFAULT_MAX_ATTEMPTS,
27
- region: config?.region ?? (0, client_2.invalidProvider)("Region is missing"),
28
- requestHandler: fetch_http_handler_1.FetchHttpHandler.create(config?.requestHandler ?? defaultConfigProvider),
29
- retryMode: config?.retryMode ?? (async () => (await defaultConfigProvider()).retryMode || retry_1.DEFAULT_RETRY_MODE),
30
- sha256: config?.sha256 ?? sha256_browser_1.Sha256,
31
- streamCollector: config?.streamCollector ?? fetch_http_handler_1.streamCollector,
32
- useDualstackEndpoint: config?.useDualstackEndpoint ?? (() => Promise.resolve(config_1.DEFAULT_USE_DUALSTACK_ENDPOINT)),
33
- useFipsEndpoint: config?.useFipsEndpoint ?? (() => Promise.resolve(config_1.DEFAULT_USE_FIPS_ENDPOINT)),
21
+ defaultUserAgentProvider: config?.defaultUserAgentProvider ?? createDefaultUserAgentProvider({ serviceId: clientSharedValues.serviceId, clientVersion: packageInfo.version }),
22
+ maxAttempts: config?.maxAttempts ?? DEFAULT_MAX_ATTEMPTS,
23
+ region: config?.region ?? invalidProvider("Region is missing"),
24
+ requestHandler: RequestHandler.create(config?.requestHandler ?? defaultConfigProvider),
25
+ retryMode: config?.retryMode ?? (async () => (await defaultConfigProvider()).retryMode || DEFAULT_RETRY_MODE),
26
+ sha256: config?.sha256 ?? Sha256,
27
+ streamCollector: config?.streamCollector ?? streamCollector,
28
+ useDualstackEndpoint: config?.useDualstackEndpoint ?? (() => Promise.resolve(DEFAULT_USE_DUALSTACK_ENDPOINT)),
29
+ useFipsEndpoint: config?.useFipsEndpoint ?? (() => Promise.resolve(DEFAULT_USE_FIPS_ENDPOINT)),
34
30
  };
35
31
  };
36
32
  exports.getRuntimeConfig = getRuntimeConfig;
@@ -1,23 +1,19 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.getRuntimeConfig = void 0;
4
- const tslib_1 = require("tslib");
5
- const package_json_1 = tslib_1.__importDefault(require("../package.json"));
6
- const client_1 = require("@aws-sdk/core/client");
7
- const httpAuthSchemes_1 = require("@aws-sdk/core/httpAuthSchemes");
8
- const credential_provider_node_1 = require("@aws-sdk/credential-provider-node");
9
- const client_2 = require("@smithy/core/client");
10
- const config_1 = require("@smithy/core/config");
11
- const retry_1 = require("@smithy/core/retry");
12
- const serde_1 = require("@smithy/core/serde");
13
- const node_http_handler_1 = require("@smithy/node-http-handler");
14
- const runtimeConfig_shared_1 = require("./runtimeConfig.shared");
1
+ const packageInfo = require("../package.json");
2
+ const { createDefaultUserAgentProvider, emitWarningIfUnsupportedVersion: awsCheckVersion, NODE_APP_ID_CONFIG_OPTIONS } = require("@aws-sdk/core/client");
3
+ const { NODE_AUTH_SCHEME_PREFERENCE_OPTIONS } = require("@aws-sdk/core/httpAuthSchemes");
4
+ const { defaultProvider: credentialDefaultProvider } = require("@aws-sdk/credential-provider-node");
5
+ const { emitWarningIfUnsupportedVersion, loadConfigsForDefaultMode } = require("@smithy/core/client");
6
+ const { loadConfig: loadNodeConfig, NODE_REGION_CONFIG_FILE_OPTIONS, NODE_REGION_CONFIG_OPTIONS, NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, resolveDefaultsModeConfig } = require("@smithy/core/config");
7
+ const { DEFAULT_RETRY_MODE, NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } = require("@smithy/core/retry");
8
+ const { calculateBodyLength, Hash } = require("@smithy/core/serde");
9
+ const { NodeHttpHandler: RequestHandler, streamCollector } = require("@smithy/node-http-handler");
10
+ const { getRuntimeConfig: getSharedRuntimeConfig } = require("./runtimeConfig.shared");
15
11
  const getRuntimeConfig = (config) => {
16
- (0, client_2.emitWarningIfUnsupportedVersion)(process.version);
17
- const defaultsMode = (0, config_1.resolveDefaultsModeConfig)(config);
18
- const defaultConfigProvider = () => defaultsMode().then(client_2.loadConfigsForDefaultMode);
19
- const clientSharedValues = (0, runtimeConfig_shared_1.getRuntimeConfig)(config);
20
- (0, client_1.emitWarningIfUnsupportedVersion)(process.version);
12
+ emitWarningIfUnsupportedVersion(process.version);
13
+ const defaultsMode = resolveDefaultsModeConfig(config);
14
+ const defaultConfigProvider = () => defaultsMode().then(loadConfigsForDefaultMode);
15
+ const clientSharedValues = getSharedRuntimeConfig(config);
16
+ awsCheckVersion(process.version);
21
17
  const loaderConfig = {
22
18
  profile: config?.profile,
23
19
  logger: clientSharedValues.logger,
@@ -27,23 +23,23 @@ const getRuntimeConfig = (config) => {
27
23
  ...config,
28
24
  runtime: "node",
29
25
  defaultsMode,
30
- authSchemePreference: config?.authSchemePreference ?? (0, config_1.loadConfig)(httpAuthSchemes_1.NODE_AUTH_SCHEME_PREFERENCE_OPTIONS, loaderConfig),
31
- bodyLengthChecker: config?.bodyLengthChecker ?? serde_1.calculateBodyLength,
32
- credentialDefaultProvider: config?.credentialDefaultProvider ?? credential_provider_node_1.defaultProvider,
33
- defaultUserAgentProvider: config?.defaultUserAgentProvider ?? (0, client_1.createDefaultUserAgentProvider)({ serviceId: clientSharedValues.serviceId, clientVersion: package_json_1.default.version }),
34
- maxAttempts: config?.maxAttempts ?? (0, config_1.loadConfig)(retry_1.NODE_MAX_ATTEMPT_CONFIG_OPTIONS, config),
35
- region: config?.region ?? (0, config_1.loadConfig)(config_1.NODE_REGION_CONFIG_OPTIONS, { ...config_1.NODE_REGION_CONFIG_FILE_OPTIONS, ...loaderConfig }),
36
- requestHandler: node_http_handler_1.NodeHttpHandler.create(config?.requestHandler ?? defaultConfigProvider),
26
+ authSchemePreference: config?.authSchemePreference ?? loadNodeConfig(NODE_AUTH_SCHEME_PREFERENCE_OPTIONS, loaderConfig),
27
+ bodyLengthChecker: config?.bodyLengthChecker ?? calculateBodyLength,
28
+ credentialDefaultProvider: config?.credentialDefaultProvider ?? credentialDefaultProvider,
29
+ defaultUserAgentProvider: config?.defaultUserAgentProvider ?? createDefaultUserAgentProvider({ serviceId: clientSharedValues.serviceId, clientVersion: packageInfo.version }),
30
+ maxAttempts: config?.maxAttempts ?? loadNodeConfig(NODE_MAX_ATTEMPT_CONFIG_OPTIONS, config),
31
+ region: config?.region ?? loadNodeConfig(NODE_REGION_CONFIG_OPTIONS, { ...NODE_REGION_CONFIG_FILE_OPTIONS, ...loaderConfig }),
32
+ requestHandler: RequestHandler.create(config?.requestHandler ?? defaultConfigProvider),
37
33
  retryMode: config?.retryMode ??
38
- (0, config_1.loadConfig)({
39
- ...retry_1.NODE_RETRY_MODE_CONFIG_OPTIONS,
40
- default: async () => (await defaultConfigProvider()).retryMode || retry_1.DEFAULT_RETRY_MODE,
34
+ loadNodeConfig({
35
+ ...NODE_RETRY_MODE_CONFIG_OPTIONS,
36
+ default: async () => (await defaultConfigProvider()).retryMode || DEFAULT_RETRY_MODE,
41
37
  }, config),
42
- sha256: config?.sha256 ?? serde_1.Hash.bind(null, "sha256"),
43
- streamCollector: config?.streamCollector ?? node_http_handler_1.streamCollector,
44
- useDualstackEndpoint: config?.useDualstackEndpoint ?? (0, config_1.loadConfig)(config_1.NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, loaderConfig),
45
- useFipsEndpoint: config?.useFipsEndpoint ?? (0, config_1.loadConfig)(config_1.NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, loaderConfig),
46
- userAgentAppId: config?.userAgentAppId ?? (0, config_1.loadConfig)(client_1.NODE_APP_ID_CONFIG_OPTIONS, loaderConfig),
38
+ sha256: config?.sha256 ?? Hash.bind(null, "sha256"),
39
+ streamCollector: config?.streamCollector ?? streamCollector,
40
+ useDualstackEndpoint: config?.useDualstackEndpoint ?? loadNodeConfig(NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, loaderConfig),
41
+ useFipsEndpoint: config?.useFipsEndpoint ?? loadNodeConfig(NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, loaderConfig),
42
+ userAgentAppId: config?.userAgentAppId ?? loadNodeConfig(NODE_APP_ID_CONFIG_OPTIONS, loaderConfig),
47
43
  };
48
44
  };
49
45
  exports.getRuntimeConfig = getRuntimeConfig;
@@ -1,15 +1,12 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.getRuntimeConfig = void 0;
4
- const sha256_js_1 = require("@aws-crypto/sha256-js");
5
- const runtimeConfig_browser_1 = require("./runtimeConfig.browser");
1
+ const { Sha256 } = require("@aws-crypto/sha256-js");
2
+ const { getRuntimeConfig: getBrowserRuntimeConfig } = require("./runtimeConfig.browser");
6
3
  const getRuntimeConfig = (config) => {
7
- const browserDefaults = (0, runtimeConfig_browser_1.getRuntimeConfig)(config);
4
+ const browserDefaults = getBrowserRuntimeConfig(config);
8
5
  return {
9
6
  ...browserDefaults,
10
7
  ...config,
11
8
  runtime: "react-native",
12
- sha256: config?.sha256 ?? sha256_js_1.Sha256,
9
+ sha256: config?.sha256 ?? Sha256,
13
10
  };
14
11
  };
15
12
  exports.getRuntimeConfig = getRuntimeConfig;
@@ -1,42 +1,38 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.getRuntimeConfig = void 0;
4
- const httpAuthSchemes_1 = require("@aws-sdk/core/httpAuthSchemes");
5
- const protocols_1 = require("@aws-sdk/core/protocols");
6
- const client_1 = require("@smithy/core/client");
7
- const protocols_2 = require("@smithy/core/protocols");
8
- const serde_1 = require("@smithy/core/serde");
9
- const httpAuthSchemeProvider_1 = require("./auth/httpAuthSchemeProvider");
10
- const endpointResolver_1 = require("./endpoint/endpointResolver");
11
- const schemas_0_1 = require("./schemas/schemas_0");
12
- const getRuntimeConfig = (config) => {
1
+ const { AwsSdkSigV4Signer } = require("@aws-sdk/core/httpAuthSchemes");
2
+ const { AwsRestJsonProtocol } = require("@aws-sdk/core/protocols");
3
+ const { NoOpLogger } = require("@smithy/core/client");
4
+ const { parseUrl } = require("@smithy/core/protocols");
5
+ const { fromBase64, fromUtf8, toBase64, toUtf8 } = require("@smithy/core/serde");
6
+ const { defaultSchedulerHttpAuthSchemeProvider } = require("./auth/httpAuthSchemeProvider");
7
+ const { defaultEndpointResolver } = require("./endpoint/endpointResolver");
8
+ const { errorTypeRegistries } = require("./schemas/schemas_0");
9
+ exports.getRuntimeConfig = (config) => {
13
10
  return {
14
11
  apiVersion: "2021-06-30",
15
- base64Decoder: config?.base64Decoder ?? serde_1.fromBase64,
16
- base64Encoder: config?.base64Encoder ?? serde_1.toBase64,
12
+ base64Decoder: config?.base64Decoder ?? fromBase64,
13
+ base64Encoder: config?.base64Encoder ?? toBase64,
17
14
  disableHostPrefix: config?.disableHostPrefix ?? false,
18
- endpointProvider: config?.endpointProvider ?? endpointResolver_1.defaultEndpointResolver,
15
+ endpointProvider: config?.endpointProvider ?? defaultEndpointResolver,
19
16
  extensions: config?.extensions ?? [],
20
- httpAuthSchemeProvider: config?.httpAuthSchemeProvider ?? httpAuthSchemeProvider_1.defaultSchedulerHttpAuthSchemeProvider,
17
+ httpAuthSchemeProvider: config?.httpAuthSchemeProvider ?? defaultSchedulerHttpAuthSchemeProvider,
21
18
  httpAuthSchemes: config?.httpAuthSchemes ?? [
22
19
  {
23
20
  schemeId: "aws.auth#sigv4",
24
21
  identityProvider: (ipc) => ipc.getIdentityProvider("aws.auth#sigv4"),
25
- signer: new httpAuthSchemes_1.AwsSdkSigV4Signer(),
22
+ signer: new AwsSdkSigV4Signer(),
26
23
  },
27
24
  ],
28
- logger: config?.logger ?? new client_1.NoOpLogger(),
29
- protocol: config?.protocol ?? protocols_1.AwsRestJsonProtocol,
25
+ logger: config?.logger ?? new NoOpLogger(),
26
+ protocol: config?.protocol ?? AwsRestJsonProtocol,
30
27
  protocolSettings: config?.protocolSettings ?? {
31
28
  defaultNamespace: "com.amazonaws.scheduler",
32
- errorTypeRegistries: schemas_0_1.errorTypeRegistries,
29
+ errorTypeRegistries,
33
30
  version: "2021-06-30",
34
31
  serviceTarget: "AWSChronosService",
35
32
  },
36
33
  serviceId: config?.serviceId ?? "Scheduler",
37
- urlParser: config?.urlParser ?? protocols_2.parseUrl,
38
- utf8Decoder: config?.utf8Decoder ?? serde_1.fromUtf8,
39
- utf8Encoder: config?.utf8Encoder ?? serde_1.toUtf8,
34
+ urlParser: config?.urlParser ?? parseUrl,
35
+ utf8Decoder: config?.utf8Decoder ?? fromUtf8,
36
+ utf8Encoder: config?.utf8Encoder ?? toUtf8,
40
37
  };
41
38
  };
42
- exports.getRuntimeConfig = getRuntimeConfig;
@@ -1,7 +1,3 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.UpdateScheduleInput$ = exports.UntagResourceOutput$ = exports.UntagResourceInput$ = exports.TargetSummary$ = exports.Target$ = exports.TagResourceOutput$ = exports.TagResourceInput$ = exports.Tag$ = exports.SqsParameters$ = exports.ScheduleSummary$ = exports.ScheduleGroupSummary$ = exports.SageMakerPipelineParameters$ = exports.SageMakerPipelineParameter$ = exports.RetryPolicy$ = exports.PlacementStrategy$ = exports.PlacementConstraint$ = exports.NetworkConfiguration$ = exports.ListTagsForResourceOutput$ = exports.ListTagsForResourceInput$ = exports.ListSchedulesOutput$ = exports.ListSchedulesInput$ = exports.ListScheduleGroupsOutput$ = exports.ListScheduleGroupsInput$ = exports.KinesisParameters$ = exports.GetScheduleOutput$ = exports.GetScheduleInput$ = exports.GetScheduleGroupOutput$ = exports.GetScheduleGroupInput$ = exports.FlexibleTimeWindow$ = exports.EventBridgeParameters$ = exports.EcsParameters$ = exports.DeleteScheduleOutput$ = exports.DeleteScheduleInput$ = exports.DeleteScheduleGroupOutput$ = exports.DeleteScheduleGroupInput$ = exports.DeadLetterConfig$ = exports.CreateScheduleOutput$ = exports.CreateScheduleInput$ = exports.CreateScheduleGroupOutput$ = exports.CreateScheduleGroupInput$ = exports.CapacityProviderStrategyItem$ = exports.AwsVpcConfiguration$ = exports.errorTypeRegistries = exports.ValidationException$ = exports.ThrottlingException$ = exports.ServiceQuotaExceededException$ = exports.ResourceNotFoundException$ = exports.InternalServerException$ = exports.ConflictException$ = exports.SchedulerServiceException$ = void 0;
4
- exports.UpdateSchedule$ = exports.UntagResource$ = exports.TagResource$ = exports.ListTagsForResource$ = exports.ListSchedules$ = exports.ListScheduleGroups$ = exports.GetScheduleGroup$ = exports.GetSchedule$ = exports.DeleteScheduleGroup$ = exports.DeleteSchedule$ = exports.CreateScheduleGroup$ = exports.CreateSchedule$ = exports.UpdateScheduleOutput$ = void 0;
5
1
  const _A = "Arn";
6
2
  const _AAC = "ActionAfterCompletion";
7
3
  const _API = "AssignPublicIp";
@@ -139,329 +135,379 @@ const _se = "server";
139
135
  const _t = "type";
140
136
  const _w = "weight";
141
137
  const n0 = "com.amazonaws.scheduler";
142
- const schema_1 = require("@smithy/core/schema");
143
- const errors_1 = require("../models/errors");
144
- const SchedulerServiceException_1 = require("../models/SchedulerServiceException");
145
- const _s_registry = schema_1.TypeRegistry.for(_s);
146
- exports.SchedulerServiceException$ = [-3, _s, "SchedulerServiceException", 0, [], []];
147
- _s_registry.registerError(exports.SchedulerServiceException$, SchedulerServiceException_1.SchedulerServiceException);
148
- const n0_registry = schema_1.TypeRegistry.for(n0);
149
- exports.ConflictException$ = [-3, n0, _CE,
138
+ const { TypeRegistry } = require("@smithy/core/schema");
139
+ const { ConflictException, InternalServerException, ResourceNotFoundException, ServiceQuotaExceededException, ThrottlingException, ValidationException } = require("../models/errors");
140
+ const { SchedulerServiceException } = require("../models/SchedulerServiceException");
141
+ const _s_registry = TypeRegistry.for(_s);
142
+ const SchedulerServiceException$ = [-3, _s, "SchedulerServiceException", 0, [], []];
143
+ exports.SchedulerServiceException$ = SchedulerServiceException$;
144
+ _s_registry.registerError(SchedulerServiceException$, SchedulerServiceException);
145
+ const n0_registry = TypeRegistry.for(n0);
146
+ const ConflictException$ = [-3, n0, _CE,
150
147
  { [_e]: _c, [_hE]: 409 },
151
148
  [_M],
152
149
  [0], 1
153
150
  ];
154
- n0_registry.registerError(exports.ConflictException$, errors_1.ConflictException);
155
- exports.InternalServerException$ = [-3, n0, _ISE,
151
+ exports.ConflictException$ = ConflictException$;
152
+ n0_registry.registerError(ConflictException$, ConflictException);
153
+ const InternalServerException$ = [-3, n0, _ISE,
156
154
  { [_e]: _se, [_hE]: 500 },
157
155
  [_M],
158
156
  [0], 1
159
157
  ];
160
- n0_registry.registerError(exports.InternalServerException$, errors_1.InternalServerException);
161
- exports.ResourceNotFoundException$ = [-3, n0, _RNFE,
158
+ exports.InternalServerException$ = InternalServerException$;
159
+ n0_registry.registerError(InternalServerException$, InternalServerException);
160
+ const ResourceNotFoundException$ = [-3, n0, _RNFE,
162
161
  { [_e]: _c, [_hE]: 404 },
163
162
  [_M],
164
163
  [0], 1
165
164
  ];
166
- n0_registry.registerError(exports.ResourceNotFoundException$, errors_1.ResourceNotFoundException);
167
- exports.ServiceQuotaExceededException$ = [-3, n0, _SQEE,
165
+ exports.ResourceNotFoundException$ = ResourceNotFoundException$;
166
+ n0_registry.registerError(ResourceNotFoundException$, ResourceNotFoundException);
167
+ const ServiceQuotaExceededException$ = [-3, n0, _SQEE,
168
168
  { [_e]: _c, [_hE]: 402 },
169
169
  [_M],
170
170
  [0], 1
171
171
  ];
172
- n0_registry.registerError(exports.ServiceQuotaExceededException$, errors_1.ServiceQuotaExceededException);
173
- exports.ThrottlingException$ = [-3, n0, _TE,
172
+ exports.ServiceQuotaExceededException$ = ServiceQuotaExceededException$;
173
+ n0_registry.registerError(ServiceQuotaExceededException$, ServiceQuotaExceededException);
174
+ const ThrottlingException$ = [-3, n0, _TE,
174
175
  { [_e]: _c, [_hE]: 429 },
175
176
  [_M],
176
177
  [0], 1
177
178
  ];
178
- n0_registry.registerError(exports.ThrottlingException$, errors_1.ThrottlingException);
179
- exports.ValidationException$ = [-3, n0, _VE,
179
+ exports.ThrottlingException$ = ThrottlingException$;
180
+ n0_registry.registerError(ThrottlingException$, ThrottlingException);
181
+ const ValidationException$ = [-3, n0, _VE,
180
182
  { [_e]: _c, [_hE]: 400 },
181
183
  [_M],
182
184
  [0], 1
183
185
  ];
184
- n0_registry.registerError(exports.ValidationException$, errors_1.ValidationException);
186
+ exports.ValidationException$ = ValidationException$;
187
+ n0_registry.registerError(ValidationException$, ValidationException);
185
188
  exports.errorTypeRegistries = [
186
189
  _s_registry,
187
190
  n0_registry,
188
191
  ];
189
- exports.AwsVpcConfiguration$ = [3, n0, _AVC,
192
+ const AwsVpcConfiguration$ = [3, n0, _AVC,
190
193
  0,
191
194
  [_S, _SG, _API],
192
195
  [64 | 0, 64 | 0, 0], 1
193
196
  ];
194
- exports.CapacityProviderStrategyItem$ = [3, n0, _CPSI,
197
+ exports.AwsVpcConfiguration$ = AwsVpcConfiguration$;
198
+ const CapacityProviderStrategyItem$ = [3, n0, _CPSI,
195
199
  0,
196
200
  [_cP, _w, _b],
197
201
  [0, 1, 1], 1
198
202
  ];
199
- exports.CreateScheduleGroupInput$ = [3, n0, _CSGI,
203
+ exports.CapacityProviderStrategyItem$ = CapacityProviderStrategyItem$;
204
+ const CreateScheduleGroupInput$ = [3, n0, _CSGI,
200
205
  0,
201
206
  [_N, _T, _CT],
202
207
  [[0, 1], () => TagList, [0, 4]], 1
203
208
  ];
204
- exports.CreateScheduleGroupOutput$ = [3, n0, _CSGO,
209
+ exports.CreateScheduleGroupInput$ = CreateScheduleGroupInput$;
210
+ const CreateScheduleGroupOutput$ = [3, n0, _CSGO,
205
211
  0,
206
212
  [_SGA],
207
213
  [0], 1
208
214
  ];
209
- exports.CreateScheduleInput$ = [3, n0, _CSI,
215
+ exports.CreateScheduleGroupOutput$ = CreateScheduleGroupOutput$;
216
+ const CreateScheduleInput$ = [3, n0, _CSI,
210
217
  0,
211
218
  [_N, _SE, _Ta, _FTW, _GN, _SD, _ED, _D, _SET, _St, _KKA, _CT, _AAC],
212
- [[0, 1], 0, () => exports.Target$, () => exports.FlexibleTimeWindow$, 0, 4, 4, 0, 0, 0, 0, [0, 4], 0], 4
219
+ [[0, 1], 0, () => Target$, () => FlexibleTimeWindow$, 0, 4, 4, 0, 0, 0, 0, [0, 4], 0], 4
213
220
  ];
214
- exports.CreateScheduleOutput$ = [3, n0, _CSO,
221
+ exports.CreateScheduleInput$ = CreateScheduleInput$;
222
+ const CreateScheduleOutput$ = [3, n0, _CSO,
215
223
  0,
216
224
  [_SA],
217
225
  [0], 1
218
226
  ];
219
- exports.DeadLetterConfig$ = [3, n0, _DLC,
227
+ exports.CreateScheduleOutput$ = CreateScheduleOutput$;
228
+ const DeadLetterConfig$ = [3, n0, _DLC,
220
229
  0,
221
230
  [_A],
222
231
  [0]
223
232
  ];
224
- exports.DeleteScheduleGroupInput$ = [3, n0, _DSGI,
233
+ exports.DeadLetterConfig$ = DeadLetterConfig$;
234
+ const DeleteScheduleGroupInput$ = [3, n0, _DSGI,
225
235
  0,
226
236
  [_N, _CT],
227
237
  [[0, 1], [0, { [_hQ]: _cT, [_iT]: 1 }]], 1
228
238
  ];
229
- exports.DeleteScheduleGroupOutput$ = [3, n0, _DSGO,
239
+ exports.DeleteScheduleGroupInput$ = DeleteScheduleGroupInput$;
240
+ const DeleteScheduleGroupOutput$ = [3, n0, _DSGO,
230
241
  0,
231
242
  [],
232
243
  []
233
244
  ];
234
- exports.DeleteScheduleInput$ = [3, n0, _DSI,
245
+ exports.DeleteScheduleGroupOutput$ = DeleteScheduleGroupOutput$;
246
+ const DeleteScheduleInput$ = [3, n0, _DSI,
235
247
  0,
236
248
  [_N, _GN, _CT],
237
249
  [[0, 1], [0, { [_hQ]: _gN }], [0, { [_hQ]: _cT, [_iT]: 1 }]], 1
238
250
  ];
239
- exports.DeleteScheduleOutput$ = [3, n0, _DSO,
251
+ exports.DeleteScheduleInput$ = DeleteScheduleInput$;
252
+ const DeleteScheduleOutput$ = [3, n0, _DSO,
240
253
  0,
241
254
  [],
242
255
  []
243
256
  ];
244
- exports.EcsParameters$ = [3, n0, _EP,
257
+ exports.DeleteScheduleOutput$ = DeleteScheduleOutput$;
258
+ const EcsParameters$ = [3, n0, _EP,
245
259
  0,
246
260
  [_TDA, _TC, _LT, _NC, _PV, _G, _CPS, _EECSMT, _EEC, _PC, _PS, _PT, _RI, _T],
247
- [0, 1, 0, () => exports.NetworkConfiguration$, 0, 0, () => CapacityProviderStrategy, 2, 2, () => PlacementConstraints, () => PlacementStrategies, 0, 0, [1, n0, _T, 0, 128 | 0]], 1
261
+ [0, 1, 0, () => NetworkConfiguration$, 0, 0, () => CapacityProviderStrategy, 2, 2, () => PlacementConstraints, () => PlacementStrategies, 0, 0, [1, n0, _T, 0, 128 | 0]], 1
248
262
  ];
249
- exports.EventBridgeParameters$ = [3, n0, _EBP,
263
+ exports.EcsParameters$ = EcsParameters$;
264
+ const EventBridgeParameters$ = [3, n0, _EBP,
250
265
  0,
251
266
  [_DT, _So],
252
267
  [0, 0], 2
253
268
  ];
254
- exports.FlexibleTimeWindow$ = [3, n0, _FTW,
269
+ exports.EventBridgeParameters$ = EventBridgeParameters$;
270
+ const FlexibleTimeWindow$ = [3, n0, _FTW,
255
271
  0,
256
272
  [_Mo, _MWIM],
257
273
  [0, 1], 1
258
274
  ];
259
- exports.GetScheduleGroupInput$ = [3, n0, _GSGI,
275
+ exports.FlexibleTimeWindow$ = FlexibleTimeWindow$;
276
+ const GetScheduleGroupInput$ = [3, n0, _GSGI,
260
277
  0,
261
278
  [_N],
262
279
  [[0, 1]], 1
263
280
  ];
264
- exports.GetScheduleGroupOutput$ = [3, n0, _GSGO,
281
+ exports.GetScheduleGroupInput$ = GetScheduleGroupInput$;
282
+ const GetScheduleGroupOutput$ = [3, n0, _GSGO,
265
283
  0,
266
284
  [_A, _N, _St, _CD, _LMD],
267
285
  [0, 0, 0, 4, 4]
268
286
  ];
269
- exports.GetScheduleInput$ = [3, n0, _GSI,
287
+ exports.GetScheduleGroupOutput$ = GetScheduleGroupOutput$;
288
+ const GetScheduleInput$ = [3, n0, _GSI,
270
289
  0,
271
290
  [_N, _GN],
272
291
  [[0, 1], [0, { [_hQ]: _gN }]], 1
273
292
  ];
274
- exports.GetScheduleOutput$ = [3, n0, _GSO,
293
+ exports.GetScheduleInput$ = GetScheduleInput$;
294
+ const GetScheduleOutput$ = [3, n0, _GSO,
275
295
  0,
276
296
  [_A, _GN, _N, _SE, _SD, _ED, _D, _SET, _St, _CD, _LMD, _KKA, _Ta, _FTW, _AAC],
277
- [0, 0, 0, 0, 4, 4, 0, 0, 0, 4, 4, 0, () => exports.Target$, () => exports.FlexibleTimeWindow$, 0]
297
+ [0, 0, 0, 0, 4, 4, 0, 0, 0, 4, 4, 0, () => Target$, () => FlexibleTimeWindow$, 0]
278
298
  ];
279
- exports.KinesisParameters$ = [3, n0, _KP,
299
+ exports.GetScheduleOutput$ = GetScheduleOutput$;
300
+ const KinesisParameters$ = [3, n0, _KP,
280
301
  0,
281
302
  [_PK],
282
303
  [0], 1
283
304
  ];
284
- exports.ListScheduleGroupsInput$ = [3, n0, _LSGI,
305
+ exports.KinesisParameters$ = KinesisParameters$;
306
+ const ListScheduleGroupsInput$ = [3, n0, _LSGI,
285
307
  0,
286
308
  [_NP, _NT, _MR],
287
309
  [[0, { [_hQ]: _NP }], [0, { [_hQ]: _NT }], [1, { [_hQ]: _MR }]]
288
310
  ];
289
- exports.ListScheduleGroupsOutput$ = [3, n0, _LSGO,
311
+ exports.ListScheduleGroupsInput$ = ListScheduleGroupsInput$;
312
+ const ListScheduleGroupsOutput$ = [3, n0, _LSGO,
290
313
  0,
291
314
  [_SGc, _NT],
292
315
  [() => ScheduleGroupList, 0], 1
293
316
  ];
294
- exports.ListSchedulesInput$ = [3, n0, _LSI,
317
+ exports.ListScheduleGroupsOutput$ = ListScheduleGroupsOutput$;
318
+ const ListSchedulesInput$ = [3, n0, _LSI,
295
319
  0,
296
320
  [_GN, _NP, _St, _NT, _MR],
297
321
  [[0, { [_hQ]: _SGch }], [0, { [_hQ]: _NP }], [0, { [_hQ]: _St }], [0, { [_hQ]: _NT }], [1, { [_hQ]: _MR }]]
298
322
  ];
299
- exports.ListSchedulesOutput$ = [3, n0, _LSO,
323
+ exports.ListSchedulesInput$ = ListSchedulesInput$;
324
+ const ListSchedulesOutput$ = [3, n0, _LSO,
300
325
  0,
301
326
  [_Sc, _NT],
302
327
  [() => ScheduleList, 0], 1
303
328
  ];
304
- exports.ListTagsForResourceInput$ = [3, n0, _LTFRI,
329
+ exports.ListSchedulesOutput$ = ListSchedulesOutput$;
330
+ const ListTagsForResourceInput$ = [3, n0, _LTFRI,
305
331
  0,
306
332
  [_RA],
307
333
  [[0, 1]], 1
308
334
  ];
309
- exports.ListTagsForResourceOutput$ = [3, n0, _LTFRO,
335
+ exports.ListTagsForResourceInput$ = ListTagsForResourceInput$;
336
+ const ListTagsForResourceOutput$ = [3, n0, _LTFRO,
310
337
  0,
311
338
  [_T],
312
339
  [() => TagList]
313
340
  ];
314
- exports.NetworkConfiguration$ = [3, n0, _NC,
341
+ exports.ListTagsForResourceOutput$ = ListTagsForResourceOutput$;
342
+ const NetworkConfiguration$ = [3, n0, _NC,
315
343
  0,
316
344
  [_aC],
317
- [() => exports.AwsVpcConfiguration$]
345
+ [() => AwsVpcConfiguration$]
318
346
  ];
319
- exports.PlacementConstraint$ = [3, n0, _PCl,
347
+ exports.NetworkConfiguration$ = NetworkConfiguration$;
348
+ const PlacementConstraint$ = [3, n0, _PCl,
320
349
  0,
321
350
  [_t, _ex],
322
351
  [0, 0]
323
352
  ];
324
- exports.PlacementStrategy$ = [3, n0, _PS,
353
+ exports.PlacementConstraint$ = PlacementConstraint$;
354
+ const PlacementStrategy$ = [3, n0, _PS,
325
355
  0,
326
356
  [_t, _f],
327
357
  [0, 0]
328
358
  ];
329
- exports.RetryPolicy$ = [3, n0, _RP,
359
+ exports.PlacementStrategy$ = PlacementStrategy$;
360
+ const RetryPolicy$ = [3, n0, _RP,
330
361
  0,
331
362
  [_MEAIS, _MRA],
332
363
  [1, 1]
333
364
  ];
334
- exports.SageMakerPipelineParameter$ = [3, n0, _SMPP,
365
+ exports.RetryPolicy$ = RetryPolicy$;
366
+ const SageMakerPipelineParameter$ = [3, n0, _SMPP,
335
367
  0,
336
368
  [_N, _V],
337
369
  [0, 0], 2
338
370
  ];
339
- exports.SageMakerPipelineParameters$ = [3, n0, _SMPPa,
371
+ exports.SageMakerPipelineParameter$ = SageMakerPipelineParameter$;
372
+ const SageMakerPipelineParameters$ = [3, n0, _SMPPa,
340
373
  0,
341
374
  [_PPL],
342
375
  [() => SageMakerPipelineParameterList]
343
376
  ];
344
- exports.ScheduleGroupSummary$ = [3, n0, _SGS,
377
+ exports.SageMakerPipelineParameters$ = SageMakerPipelineParameters$;
378
+ const ScheduleGroupSummary$ = [3, n0, _SGS,
345
379
  0,
346
380
  [_A, _N, _St, _CD, _LMD],
347
381
  [0, 0, 0, 4, 4]
348
382
  ];
349
- exports.ScheduleSummary$ = [3, n0, _SS,
383
+ exports.ScheduleGroupSummary$ = ScheduleGroupSummary$;
384
+ const ScheduleSummary$ = [3, n0, _SS,
350
385
  0,
351
386
  [_A, _N, _GN, _St, _CD, _LMD, _Ta],
352
- [0, 0, 0, 0, 4, 4, () => exports.TargetSummary$]
387
+ [0, 0, 0, 0, 4, 4, () => TargetSummary$]
353
388
  ];
354
- exports.SqsParameters$ = [3, n0, _SP,
389
+ exports.ScheduleSummary$ = ScheduleSummary$;
390
+ const SqsParameters$ = [3, n0, _SP,
355
391
  0,
356
392
  [_MGI],
357
393
  [0]
358
394
  ];
359
- exports.Tag$ = [3, n0, _Tag,
395
+ exports.SqsParameters$ = SqsParameters$;
396
+ const Tag$ = [3, n0, _Tag,
360
397
  0,
361
398
  [_K, _V],
362
399
  [0, 0], 2
363
400
  ];
364
- exports.TagResourceInput$ = [3, n0, _TRI,
401
+ exports.Tag$ = Tag$;
402
+ const TagResourceInput$ = [3, n0, _TRI,
365
403
  0,
366
404
  [_RA, _T],
367
405
  [[0, 1], () => TagList], 2
368
406
  ];
369
- exports.TagResourceOutput$ = [3, n0, _TRO,
407
+ exports.TagResourceInput$ = TagResourceInput$;
408
+ const TagResourceOutput$ = [3, n0, _TRO,
370
409
  0,
371
410
  [],
372
411
  []
373
412
  ];
374
- exports.Target$ = [3, n0, _Ta,
413
+ exports.TagResourceOutput$ = TagResourceOutput$;
414
+ const Target$ = [3, n0, _Ta,
375
415
  0,
376
416
  [_A, _RAo, _DLC, _RP, _I, _EP, _EBP, _KP, _SMPPa, _SP],
377
- [0, 0, () => exports.DeadLetterConfig$, () => exports.RetryPolicy$, 0, () => exports.EcsParameters$, () => exports.EventBridgeParameters$, () => exports.KinesisParameters$, () => exports.SageMakerPipelineParameters$, () => exports.SqsParameters$], 2
417
+ [0, 0, () => DeadLetterConfig$, () => RetryPolicy$, 0, () => EcsParameters$, () => EventBridgeParameters$, () => KinesisParameters$, () => SageMakerPipelineParameters$, () => SqsParameters$], 2
378
418
  ];
379
- exports.TargetSummary$ = [3, n0, _TS,
419
+ exports.Target$ = Target$;
420
+ const TargetSummary$ = [3, n0, _TS,
380
421
  0,
381
422
  [_A],
382
423
  [0], 1
383
424
  ];
384
- exports.UntagResourceInput$ = [3, n0, _URI,
425
+ exports.TargetSummary$ = TargetSummary$;
426
+ const UntagResourceInput$ = [3, n0, _URI,
385
427
  0,
386
428
  [_RA, _TK],
387
429
  [[0, 1], [64 | 0, { [_hQ]: _TK }]], 2
388
430
  ];
389
- exports.UntagResourceOutput$ = [3, n0, _URO,
431
+ exports.UntagResourceInput$ = UntagResourceInput$;
432
+ const UntagResourceOutput$ = [3, n0, _URO,
390
433
  0,
391
434
  [],
392
435
  []
393
436
  ];
394
- exports.UpdateScheduleInput$ = [3, n0, _USI,
437
+ exports.UntagResourceOutput$ = UntagResourceOutput$;
438
+ const UpdateScheduleInput$ = [3, n0, _USI,
395
439
  0,
396
440
  [_N, _SE, _Ta, _FTW, _GN, _SD, _ED, _D, _SET, _St, _KKA, _CT, _AAC],
397
- [[0, 1], 0, () => exports.Target$, () => exports.FlexibleTimeWindow$, 0, 4, 4, 0, 0, 0, 0, [0, 4], 0], 4
441
+ [[0, 1], 0, () => Target$, () => FlexibleTimeWindow$, 0, 4, 4, 0, 0, 0, 0, [0, 4], 0], 4
398
442
  ];
399
- exports.UpdateScheduleOutput$ = [3, n0, _USO,
443
+ exports.UpdateScheduleInput$ = UpdateScheduleInput$;
444
+ const UpdateScheduleOutput$ = [3, n0, _USO,
400
445
  0,
401
446
  [_SA],
402
447
  [0], 1
403
448
  ];
449
+ exports.UpdateScheduleOutput$ = UpdateScheduleOutput$;
404
450
  var CapacityProviderStrategy = [1, n0, _CPS,
405
- 0, () => exports.CapacityProviderStrategyItem$
451
+ 0, () => CapacityProviderStrategyItem$
406
452
  ];
407
453
  var PlacementConstraints = [1, n0, _PC,
408
- 0, () => exports.PlacementConstraint$
454
+ 0, () => PlacementConstraint$
409
455
  ];
410
456
  var PlacementStrategies = [1, n0, _PSl,
411
- 0, () => exports.PlacementStrategy$
457
+ 0, () => PlacementStrategy$
412
458
  ];
413
459
  var SageMakerPipelineParameterList = [1, n0, _SMPPL,
414
- 0, () => exports.SageMakerPipelineParameter$
460
+ 0, () => SageMakerPipelineParameter$
415
461
  ];
416
462
  var ScheduleGroupList = [1, n0, _SGL,
417
- 0, () => exports.ScheduleGroupSummary$
463
+ 0, () => ScheduleGroupSummary$
418
464
  ];
419
465
  var ScheduleList = [1, n0, _SL,
420
- 0, () => exports.ScheduleSummary$
466
+ 0, () => ScheduleSummary$
421
467
  ];
422
468
  var SecurityGroups = 64 | 0;
423
469
  var Subnets = 64 | 0;
424
470
  var TagKeyList = 64 | 0;
425
471
  var TagList = [1, n0, _TL,
426
- 0, () => exports.Tag$
472
+ 0, () => Tag$
427
473
  ];
428
474
  var Tags = [1, n0, _T,
429
475
  0, 128 | 0
430
476
  ];
431
477
  var TagMap = 128 | 0;
432
478
  exports.CreateSchedule$ = [9, n0, _CS,
433
- { [_h]: ["POST", "/schedules/{Name}", 200] }, () => exports.CreateScheduleInput$, () => exports.CreateScheduleOutput$
479
+ { [_h]: ["POST", "/schedules/{Name}", 200] }, () => CreateScheduleInput$, () => CreateScheduleOutput$
434
480
  ];
435
481
  exports.CreateScheduleGroup$ = [9, n0, _CSG,
436
- { [_h]: ["POST", "/schedule-groups/{Name}", 200] }, () => exports.CreateScheduleGroupInput$, () => exports.CreateScheduleGroupOutput$
482
+ { [_h]: ["POST", "/schedule-groups/{Name}", 200] }, () => CreateScheduleGroupInput$, () => CreateScheduleGroupOutput$
437
483
  ];
438
484
  exports.DeleteSchedule$ = [9, n0, _DS,
439
- { [_h]: ["DELETE", "/schedules/{Name}", 200] }, () => exports.DeleteScheduleInput$, () => exports.DeleteScheduleOutput$
485
+ { [_h]: ["DELETE", "/schedules/{Name}", 200] }, () => DeleteScheduleInput$, () => DeleteScheduleOutput$
440
486
  ];
441
487
  exports.DeleteScheduleGroup$ = [9, n0, _DSG,
442
- { [_h]: ["DELETE", "/schedule-groups/{Name}", 200] }, () => exports.DeleteScheduleGroupInput$, () => exports.DeleteScheduleGroupOutput$
488
+ { [_h]: ["DELETE", "/schedule-groups/{Name}", 200] }, () => DeleteScheduleGroupInput$, () => DeleteScheduleGroupOutput$
443
489
  ];
444
490
  exports.GetSchedule$ = [9, n0, _GS,
445
- { [_h]: ["GET", "/schedules/{Name}", 200] }, () => exports.GetScheduleInput$, () => exports.GetScheduleOutput$
491
+ { [_h]: ["GET", "/schedules/{Name}", 200] }, () => GetScheduleInput$, () => GetScheduleOutput$
446
492
  ];
447
493
  exports.GetScheduleGroup$ = [9, n0, _GSG,
448
- { [_h]: ["GET", "/schedule-groups/{Name}", 200] }, () => exports.GetScheduleGroupInput$, () => exports.GetScheduleGroupOutput$
494
+ { [_h]: ["GET", "/schedule-groups/{Name}", 200] }, () => GetScheduleGroupInput$, () => GetScheduleGroupOutput$
449
495
  ];
450
496
  exports.ListScheduleGroups$ = [9, n0, _LSG,
451
- { [_h]: ["GET", "/schedule-groups", 200] }, () => exports.ListScheduleGroupsInput$, () => exports.ListScheduleGroupsOutput$
497
+ { [_h]: ["GET", "/schedule-groups", 200] }, () => ListScheduleGroupsInput$, () => ListScheduleGroupsOutput$
452
498
  ];
453
499
  exports.ListSchedules$ = [9, n0, _LS,
454
- { [_h]: ["GET", "/schedules", 200] }, () => exports.ListSchedulesInput$, () => exports.ListSchedulesOutput$
500
+ { [_h]: ["GET", "/schedules", 200] }, () => ListSchedulesInput$, () => ListSchedulesOutput$
455
501
  ];
456
502
  exports.ListTagsForResource$ = [9, n0, _LTFR,
457
- { [_h]: ["GET", "/tags/{ResourceArn}", 200] }, () => exports.ListTagsForResourceInput$, () => exports.ListTagsForResourceOutput$
503
+ { [_h]: ["GET", "/tags/{ResourceArn}", 200] }, () => ListTagsForResourceInput$, () => ListTagsForResourceOutput$
458
504
  ];
459
505
  exports.TagResource$ = [9, n0, _TR,
460
- { [_h]: ["POST", "/tags/{ResourceArn}", 200] }, () => exports.TagResourceInput$, () => exports.TagResourceOutput$
506
+ { [_h]: ["POST", "/tags/{ResourceArn}", 200] }, () => TagResourceInput$, () => TagResourceOutput$
461
507
  ];
462
508
  exports.UntagResource$ = [9, n0, _UR,
463
- { [_h]: ["DELETE", "/tags/{ResourceArn}", 200] }, () => exports.UntagResourceInput$, () => exports.UntagResourceOutput$
509
+ { [_h]: ["DELETE", "/tags/{ResourceArn}", 200] }, () => UntagResourceInput$, () => UntagResourceOutput$
464
510
  ];
465
511
  exports.UpdateSchedule$ = [9, n0, _US,
466
- { [_h]: ["PUT", "/schedules/{Name}", 200] }, () => exports.UpdateScheduleInput$, () => exports.UpdateScheduleOutput$
512
+ { [_h]: ["PUT", "/schedules/{Name}", 200] }, () => UpdateScheduleInput$, () => UpdateScheduleOutput$
467
513
  ];
package/package.json CHANGED
@@ -1,17 +1,17 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-scheduler",
3
3
  "description": "AWS SDK for JavaScript Scheduler Client for Node.js, Browser and React Native",
4
- "version": "3.1067.0",
4
+ "version": "3.1069.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:types' 'yarn:build:es' && yarn build:cjs",
7
7
  "build:cjs": "node ../../scripts/compilation/inline",
8
- "build:es": "tsc -p tsconfig.es.json",
8
+ "build:es": "premove dist-es && tsc -p tsconfig.es.json",
9
9
  "build:include:deps": "yarn g:turbo run build -F=\"$npm_package_name\"",
10
- "build:types": "tsc -p tsconfig.types.json",
10
+ "build:types": "premove dist-types && tsc -p tsconfig.types.json",
11
11
  "build:types:downlevel": "downlevel-dts dist-types dist-types/ts3.4",
12
- "clean": "premove dist-cjs dist-es dist-types tsconfig.cjs.tsbuildinfo tsconfig.es.tsbuildinfo tsconfig.types.tsbuildinfo",
12
+ "clean": "premove dist-cjs dist-es dist-types",
13
13
  "extract:docs": "api-extractor run --local",
14
- "generate:client": "node ../../scripts/generate-clients/single-service --solo scheduler",
14
+ "generate:client": "node ../../scripts/generate-clients/single-service",
15
15
  "test:index": "tsc --noEmit ./test/index-types.ts && node ./test/index-objects.spec.mjs"
16
16
  },
17
17
  "main": "./dist-cjs/index.js",
@@ -21,9 +21,9 @@
21
21
  "dependencies": {
22
22
  "@aws-crypto/sha256-browser": "5.2.0",
23
23
  "@aws-crypto/sha256-js": "5.2.0",
24
- "@aws-sdk/core": "^3.974.20",
25
- "@aws-sdk/credential-provider-node": "^3.972.55",
26
- "@aws-sdk/types": "^3.973.12",
24
+ "@aws-sdk/core": "^3.974.21",
25
+ "@aws-sdk/credential-provider-node": "^3.972.56",
26
+ "@aws-sdk/types": "^3.973.13",
27
27
  "@smithy/core": "^3.24.6",
28
28
  "@smithy/fetch-http-handler": "^5.4.6",
29
29
  "@smithy/node-http-handler": "^4.7.6",