@aws-sdk/client-iot 3.758.0 → 3.772.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.
- package/dist-cjs/index.js +382 -386
- package/package.json +3 -3
package/dist-cjs/index.js
CHANGED
|
@@ -19,8 +19,8 @@ var __copyProps = (to, from, except, desc) => {
|
|
|
19
19
|
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
20
20
|
|
|
21
21
|
// src/index.ts
|
|
22
|
-
var
|
|
23
|
-
__export(
|
|
22
|
+
var index_exports = {};
|
|
23
|
+
__export(index_exports, {
|
|
24
24
|
AbortAction: () => AbortAction,
|
|
25
25
|
AcceptCertificateTransferCommand: () => AcceptCertificateTransferCommand,
|
|
26
26
|
ActionType: () => ActionType,
|
|
@@ -490,7 +490,7 @@ __export(src_exports, {
|
|
|
490
490
|
paginateListV2LoggingLevels: () => paginateListV2LoggingLevels,
|
|
491
491
|
paginateListViolationEvents: () => paginateListViolationEvents
|
|
492
492
|
});
|
|
493
|
-
module.exports = __toCommonJS(
|
|
493
|
+
module.exports = __toCommonJS(index_exports);
|
|
494
494
|
|
|
495
495
|
// src/IoTClient.ts
|
|
496
496
|
var import_middleware_host_header = require("@aws-sdk/middleware-host-header");
|
|
@@ -618,9 +618,9 @@ var IoTClient = class extends import_smithy_client.Client {
|
|
|
618
618
|
this.middlewareStack.use(
|
|
619
619
|
(0, import_core.getHttpAuthSchemeEndpointRuleSetPlugin)(this.config, {
|
|
620
620
|
httpAuthSchemeParametersProvider: import_httpAuthSchemeProvider.defaultIoTHttpAuthSchemeParametersProvider,
|
|
621
|
-
identityProviderConfigProvider: async (config) => new import_core.DefaultIdentityProviderConfig({
|
|
621
|
+
identityProviderConfigProvider: /* @__PURE__ */ __name(async (config) => new import_core.DefaultIdentityProviderConfig({
|
|
622
622
|
"aws.auth#sigv4": config.credentials
|
|
623
|
-
})
|
|
623
|
+
}), "identityProviderConfigProvider")
|
|
624
624
|
})
|
|
625
625
|
);
|
|
626
626
|
this.middlewareStack.use((0, import_core.getHttpSigningPlugin)(this.config));
|
|
@@ -808,14 +808,10 @@ var DynamoKeyType = {
|
|
|
808
808
|
var AssetPropertyVariant;
|
|
809
809
|
((AssetPropertyVariant3) => {
|
|
810
810
|
AssetPropertyVariant3.visit = /* @__PURE__ */ __name((value, visitor) => {
|
|
811
|
-
if (value.stringValue !== void 0)
|
|
812
|
-
|
|
813
|
-
if (value.
|
|
814
|
-
|
|
815
|
-
if (value.doubleValue !== void 0)
|
|
816
|
-
return visitor.doubleValue(value.doubleValue);
|
|
817
|
-
if (value.booleanValue !== void 0)
|
|
818
|
-
return visitor.booleanValue(value.booleanValue);
|
|
811
|
+
if (value.stringValue !== void 0) return visitor.stringValue(value.stringValue);
|
|
812
|
+
if (value.integerValue !== void 0) return visitor.integerValue(value.integerValue);
|
|
813
|
+
if (value.doubleValue !== void 0) return visitor.doubleValue(value.doubleValue);
|
|
814
|
+
if (value.booleanValue !== void 0) return visitor.booleanValue(value.booleanValue);
|
|
819
815
|
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
820
816
|
}, "visit");
|
|
821
817
|
})(AssetPropertyVariant || (AssetPropertyVariant = {}));
|
|
@@ -1905,7 +1901,7 @@ var se_AssociateSbomWithPackageVersionCommand = /* @__PURE__ */ __name(async (in
|
|
|
1905
1901
|
let body;
|
|
1906
1902
|
body = JSON.stringify(
|
|
1907
1903
|
(0, import_smithy_client.take)(input, {
|
|
1908
|
-
sbom: (_) => (0, import_smithy_client._json)(_)
|
|
1904
|
+
sbom: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "sbom")
|
|
1909
1905
|
})
|
|
1910
1906
|
);
|
|
1911
1907
|
b.m("PUT").h(headers).q(query).b(body);
|
|
@@ -1925,7 +1921,7 @@ var se_AssociateTargetsWithJobCommand = /* @__PURE__ */ __name(async (input, con
|
|
|
1925
1921
|
body = JSON.stringify(
|
|
1926
1922
|
(0, import_smithy_client.take)(input, {
|
|
1927
1923
|
comment: [],
|
|
1928
|
-
targets: (_) => (0, import_smithy_client._json)(_)
|
|
1924
|
+
targets: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "targets")
|
|
1929
1925
|
})
|
|
1930
1926
|
);
|
|
1931
1927
|
b.m("POST").h(headers).q(query).b(body);
|
|
@@ -2055,7 +2051,7 @@ var se_CancelJobExecutionCommand = /* @__PURE__ */ __name(async (input, context)
|
|
|
2055
2051
|
body = JSON.stringify(
|
|
2056
2052
|
(0, import_smithy_client.take)(input, {
|
|
2057
2053
|
expectedVersion: [],
|
|
2058
|
-
statusDetails: (_) => (0, import_smithy_client._json)(_)
|
|
2054
|
+
statusDetails: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "statusDetails")
|
|
2059
2055
|
})
|
|
2060
2056
|
);
|
|
2061
2057
|
b.m("PUT").h(headers).q(query).b(body);
|
|
@@ -2090,8 +2086,8 @@ var se_CreateAuditSuppressionCommand = /* @__PURE__ */ __name(async (input, cont
|
|
|
2090
2086
|
checkName: [],
|
|
2091
2087
|
clientRequestToken: [true, (_) => _ ?? (0, import_uuid.v4)()],
|
|
2092
2088
|
description: [],
|
|
2093
|
-
expirationDate: (_) => _.getTime() / 1e3,
|
|
2094
|
-
resourceIdentifier: (_) => (0, import_smithy_client._json)(_),
|
|
2089
|
+
expirationDate: /* @__PURE__ */ __name((_) => _.getTime() / 1e3, "expirationDate"),
|
|
2090
|
+
resourceIdentifier: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "resourceIdentifier"),
|
|
2095
2091
|
suppressIndefinitely: []
|
|
2096
2092
|
})
|
|
2097
2093
|
);
|
|
@@ -2112,9 +2108,9 @@ var se_CreateAuthorizerCommand = /* @__PURE__ */ __name(async (input, context) =
|
|
|
2112
2108
|
enableCachingForHttp: [],
|
|
2113
2109
|
signingDisabled: [],
|
|
2114
2110
|
status: [],
|
|
2115
|
-
tags: (_) => (0, import_smithy_client._json)(_),
|
|
2111
|
+
tags: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "tags"),
|
|
2116
2112
|
tokenKeyName: [],
|
|
2117
|
-
tokenSigningPublicKeys: (_) => (0, import_smithy_client._json)(_)
|
|
2113
|
+
tokenSigningPublicKeys: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "tokenSigningPublicKeys")
|
|
2118
2114
|
})
|
|
2119
2115
|
);
|
|
2120
2116
|
b.m("POST").h(headers).b(body);
|
|
@@ -2130,8 +2126,8 @@ var se_CreateBillingGroupCommand = /* @__PURE__ */ __name(async (input, context)
|
|
|
2130
2126
|
let body;
|
|
2131
2127
|
body = JSON.stringify(
|
|
2132
2128
|
(0, import_smithy_client.take)(input, {
|
|
2133
|
-
billingGroupProperties: (_) => (0, import_smithy_client._json)(_),
|
|
2134
|
-
tags: (_) => (0, import_smithy_client._json)(_)
|
|
2129
|
+
billingGroupProperties: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "billingGroupProperties"),
|
|
2130
|
+
tags: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "tags")
|
|
2135
2131
|
})
|
|
2136
2132
|
);
|
|
2137
2133
|
b.m("POST").h(headers).b(body);
|
|
@@ -2165,10 +2161,10 @@ var se_CreateCertificateProviderCommand = /* @__PURE__ */ __name(async (input, c
|
|
|
2165
2161
|
let body;
|
|
2166
2162
|
body = JSON.stringify(
|
|
2167
2163
|
(0, import_smithy_client.take)(input, {
|
|
2168
|
-
accountDefaultForOperations: (_) => (0, import_smithy_client._json)(_),
|
|
2164
|
+
accountDefaultForOperations: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "accountDefaultForOperations"),
|
|
2169
2165
|
clientToken: [true, (_) => _ ?? (0, import_uuid.v4)()],
|
|
2170
2166
|
lambdaFunctionArn: [],
|
|
2171
|
-
tags: (_) => (0, import_smithy_client._json)(_)
|
|
2167
|
+
tags: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "tags")
|
|
2172
2168
|
})
|
|
2173
2169
|
);
|
|
2174
2170
|
b.m("POST").h(headers).b(body);
|
|
@@ -2186,11 +2182,11 @@ var se_CreateCommandCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
|
2186
2182
|
(0, import_smithy_client.take)(input, {
|
|
2187
2183
|
description: [],
|
|
2188
2184
|
displayName: [],
|
|
2189
|
-
mandatoryParameters: (_) => se_CommandParameterList(_, context),
|
|
2185
|
+
mandatoryParameters: /* @__PURE__ */ __name((_) => se_CommandParameterList(_, context), "mandatoryParameters"),
|
|
2190
2186
|
namespace: [],
|
|
2191
|
-
payload: (_) => se_CommandPayload(_, context),
|
|
2187
|
+
payload: /* @__PURE__ */ __name((_) => se_CommandPayload(_, context), "payload"),
|
|
2192
2188
|
roleArn: [],
|
|
2193
|
-
tags: (_) => (0, import_smithy_client._json)(_)
|
|
2189
|
+
tags: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "tags")
|
|
2194
2190
|
})
|
|
2195
2191
|
);
|
|
2196
2192
|
b.m("PUT").h(headers).b(body);
|
|
@@ -2209,7 +2205,7 @@ var se_CreateCustomMetricCommand = /* @__PURE__ */ __name(async (input, context)
|
|
|
2209
2205
|
clientRequestToken: [true, (_) => _ ?? (0, import_uuid.v4)()],
|
|
2210
2206
|
displayName: [],
|
|
2211
2207
|
metricType: [],
|
|
2212
|
-
tags: (_) => (0, import_smithy_client._json)(_)
|
|
2208
|
+
tags: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "tags")
|
|
2213
2209
|
})
|
|
2214
2210
|
);
|
|
2215
2211
|
b.m("POST").h(headers).b(body);
|
|
@@ -2226,8 +2222,8 @@ var se_CreateDimensionCommand = /* @__PURE__ */ __name(async (input, context) =>
|
|
|
2226
2222
|
body = JSON.stringify(
|
|
2227
2223
|
(0, import_smithy_client.take)(input, {
|
|
2228
2224
|
clientRequestToken: [true, (_) => _ ?? (0, import_uuid.v4)()],
|
|
2229
|
-
stringValues: (_) => (0, import_smithy_client._json)(_),
|
|
2230
|
-
tags: (_) => (0, import_smithy_client._json)(_),
|
|
2225
|
+
stringValues: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "stringValues"),
|
|
2226
|
+
tags: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "tags"),
|
|
2231
2227
|
type: []
|
|
2232
2228
|
})
|
|
2233
2229
|
);
|
|
@@ -2246,14 +2242,14 @@ var se_CreateDomainConfigurationCommand = /* @__PURE__ */ __name(async (input, c
|
|
|
2246
2242
|
(0, import_smithy_client.take)(input, {
|
|
2247
2243
|
applicationProtocol: [],
|
|
2248
2244
|
authenticationType: [],
|
|
2249
|
-
authorizerConfig: (_) => (0, import_smithy_client._json)(_),
|
|
2250
|
-
clientCertificateConfig: (_) => (0, import_smithy_client._json)(_),
|
|
2245
|
+
authorizerConfig: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "authorizerConfig"),
|
|
2246
|
+
clientCertificateConfig: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "clientCertificateConfig"),
|
|
2251
2247
|
domainName: [],
|
|
2252
|
-
serverCertificateArns: (_) => (0, import_smithy_client._json)(_),
|
|
2253
|
-
serverCertificateConfig: (_) => (0, import_smithy_client._json)(_),
|
|
2248
|
+
serverCertificateArns: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "serverCertificateArns"),
|
|
2249
|
+
serverCertificateConfig: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "serverCertificateConfig"),
|
|
2254
2250
|
serviceType: [],
|
|
2255
|
-
tags: (_) => (0, import_smithy_client._json)(_),
|
|
2256
|
-
tlsConfig: (_) => (0, import_smithy_client._json)(_),
|
|
2251
|
+
tags: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "tags"),
|
|
2252
|
+
tlsConfig: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "tlsConfig"),
|
|
2257
2253
|
validationCertificateArn: []
|
|
2258
2254
|
})
|
|
2259
2255
|
);
|
|
@@ -2273,8 +2269,8 @@ var se_CreateDynamicThingGroupCommand = /* @__PURE__ */ __name(async (input, con
|
|
|
2273
2269
|
indexName: [],
|
|
2274
2270
|
queryString: [],
|
|
2275
2271
|
queryVersion: [],
|
|
2276
|
-
tags: (_) => (0, import_smithy_client._json)(_),
|
|
2277
|
-
thingGroupProperties: (_) => (0, import_smithy_client._json)(_)
|
|
2272
|
+
tags: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "tags"),
|
|
2273
|
+
thingGroupProperties: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "thingGroupProperties")
|
|
2278
2274
|
})
|
|
2279
2275
|
);
|
|
2280
2276
|
b.m("POST").h(headers).b(body);
|
|
@@ -2291,13 +2287,13 @@ var se_CreateFleetMetricCommand = /* @__PURE__ */ __name(async (input, context)
|
|
|
2291
2287
|
body = JSON.stringify(
|
|
2292
2288
|
(0, import_smithy_client.take)(input, {
|
|
2293
2289
|
aggregationField: [],
|
|
2294
|
-
aggregationType: (_) => (0, import_smithy_client._json)(_),
|
|
2290
|
+
aggregationType: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "aggregationType"),
|
|
2295
2291
|
description: [],
|
|
2296
2292
|
indexName: [],
|
|
2297
2293
|
period: [],
|
|
2298
2294
|
queryString: [],
|
|
2299
2295
|
queryVersion: [],
|
|
2300
|
-
tags: (_) => (0, import_smithy_client._json)(_),
|
|
2296
|
+
tags: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "tags"),
|
|
2301
2297
|
unit: []
|
|
2302
2298
|
})
|
|
2303
2299
|
);
|
|
@@ -2314,22 +2310,22 @@ var se_CreateJobCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
|
2314
2310
|
let body;
|
|
2315
2311
|
body = JSON.stringify(
|
|
2316
2312
|
(0, import_smithy_client.take)(input, {
|
|
2317
|
-
abortConfig: (_) => se_AbortConfig(_, context),
|
|
2313
|
+
abortConfig: /* @__PURE__ */ __name((_) => se_AbortConfig(_, context), "abortConfig"),
|
|
2318
2314
|
description: [],
|
|
2319
|
-
destinationPackageVersions: (_) => (0, import_smithy_client._json)(_),
|
|
2315
|
+
destinationPackageVersions: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "destinationPackageVersions"),
|
|
2320
2316
|
document: [],
|
|
2321
|
-
documentParameters: (_) => (0, import_smithy_client._json)(_),
|
|
2317
|
+
documentParameters: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "documentParameters"),
|
|
2322
2318
|
documentSource: [],
|
|
2323
|
-
jobExecutionsRetryConfig: (_) => (0, import_smithy_client._json)(_),
|
|
2324
|
-
jobExecutionsRolloutConfig: (_) => se_JobExecutionsRolloutConfig(_, context),
|
|
2319
|
+
jobExecutionsRetryConfig: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "jobExecutionsRetryConfig"),
|
|
2320
|
+
jobExecutionsRolloutConfig: /* @__PURE__ */ __name((_) => se_JobExecutionsRolloutConfig(_, context), "jobExecutionsRolloutConfig"),
|
|
2325
2321
|
jobTemplateArn: [],
|
|
2326
2322
|
namespaceId: [],
|
|
2327
|
-
presignedUrlConfig: (_) => (0, import_smithy_client._json)(_),
|
|
2328
|
-
schedulingConfig: (_) => (0, import_smithy_client._json)(_),
|
|
2329
|
-
tags: (_) => (0, import_smithy_client._json)(_),
|
|
2323
|
+
presignedUrlConfig: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "presignedUrlConfig"),
|
|
2324
|
+
schedulingConfig: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "schedulingConfig"),
|
|
2325
|
+
tags: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "tags"),
|
|
2330
2326
|
targetSelection: [],
|
|
2331
|
-
targets: (_) => (0, import_smithy_client._json)(_),
|
|
2332
|
-
timeoutConfig: (_) => (0, import_smithy_client._json)(_)
|
|
2327
|
+
targets: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "targets"),
|
|
2328
|
+
timeoutConfig: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "timeoutConfig")
|
|
2333
2329
|
})
|
|
2334
2330
|
);
|
|
2335
2331
|
b.m("PUT").h(headers).b(body);
|
|
@@ -2345,18 +2341,18 @@ var se_CreateJobTemplateCommand = /* @__PURE__ */ __name(async (input, context)
|
|
|
2345
2341
|
let body;
|
|
2346
2342
|
body = JSON.stringify(
|
|
2347
2343
|
(0, import_smithy_client.take)(input, {
|
|
2348
|
-
abortConfig: (_) => se_AbortConfig(_, context),
|
|
2344
|
+
abortConfig: /* @__PURE__ */ __name((_) => se_AbortConfig(_, context), "abortConfig"),
|
|
2349
2345
|
description: [],
|
|
2350
|
-
destinationPackageVersions: (_) => (0, import_smithy_client._json)(_),
|
|
2346
|
+
destinationPackageVersions: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "destinationPackageVersions"),
|
|
2351
2347
|
document: [],
|
|
2352
2348
|
documentSource: [],
|
|
2353
2349
|
jobArn: [],
|
|
2354
|
-
jobExecutionsRetryConfig: (_) => (0, import_smithy_client._json)(_),
|
|
2355
|
-
jobExecutionsRolloutConfig: (_) => se_JobExecutionsRolloutConfig(_, context),
|
|
2356
|
-
maintenanceWindows: (_) => (0, import_smithy_client._json)(_),
|
|
2357
|
-
presignedUrlConfig: (_) => (0, import_smithy_client._json)(_),
|
|
2358
|
-
tags: (_) => (0, import_smithy_client._json)(_),
|
|
2359
|
-
timeoutConfig: (_) => (0, import_smithy_client._json)(_)
|
|
2350
|
+
jobExecutionsRetryConfig: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "jobExecutionsRetryConfig"),
|
|
2351
|
+
jobExecutionsRolloutConfig: /* @__PURE__ */ __name((_) => se_JobExecutionsRolloutConfig(_, context), "jobExecutionsRolloutConfig"),
|
|
2352
|
+
maintenanceWindows: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "maintenanceWindows"),
|
|
2353
|
+
presignedUrlConfig: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "presignedUrlConfig"),
|
|
2354
|
+
tags: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "tags"),
|
|
2355
|
+
timeoutConfig: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "timeoutConfig")
|
|
2360
2356
|
})
|
|
2361
2357
|
);
|
|
2362
2358
|
b.m("PUT").h(headers).b(body);
|
|
@@ -2383,9 +2379,9 @@ var se_CreateMitigationActionCommand = /* @__PURE__ */ __name(async (input, cont
|
|
|
2383
2379
|
let body;
|
|
2384
2380
|
body = JSON.stringify(
|
|
2385
2381
|
(0, import_smithy_client.take)(input, {
|
|
2386
|
-
actionParams: (_) => (0, import_smithy_client._json)(_),
|
|
2382
|
+
actionParams: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "actionParams"),
|
|
2387
2383
|
roleArn: [],
|
|
2388
|
-
tags: (_) => (0, import_smithy_client._json)(_)
|
|
2384
|
+
tags: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "tags")
|
|
2389
2385
|
})
|
|
2390
2386
|
);
|
|
2391
2387
|
b.m("POST").h(headers).b(body);
|
|
@@ -2401,18 +2397,18 @@ var se_CreateOTAUpdateCommand = /* @__PURE__ */ __name(async (input, context) =>
|
|
|
2401
2397
|
let body;
|
|
2402
2398
|
body = JSON.stringify(
|
|
2403
2399
|
(0, import_smithy_client.take)(input, {
|
|
2404
|
-
additionalParameters: (_) => (0, import_smithy_client._json)(_),
|
|
2405
|
-
awsJobAbortConfig: (_) => se_AwsJobAbortConfig(_, context),
|
|
2406
|
-
awsJobExecutionsRolloutConfig: (_) => se_AwsJobExecutionsRolloutConfig(_, context),
|
|
2407
|
-
awsJobPresignedUrlConfig: (_) => (0, import_smithy_client._json)(_),
|
|
2408
|
-
awsJobTimeoutConfig: (_) => (0, import_smithy_client._json)(_),
|
|
2400
|
+
additionalParameters: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "additionalParameters"),
|
|
2401
|
+
awsJobAbortConfig: /* @__PURE__ */ __name((_) => se_AwsJobAbortConfig(_, context), "awsJobAbortConfig"),
|
|
2402
|
+
awsJobExecutionsRolloutConfig: /* @__PURE__ */ __name((_) => se_AwsJobExecutionsRolloutConfig(_, context), "awsJobExecutionsRolloutConfig"),
|
|
2403
|
+
awsJobPresignedUrlConfig: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "awsJobPresignedUrlConfig"),
|
|
2404
|
+
awsJobTimeoutConfig: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "awsJobTimeoutConfig"),
|
|
2409
2405
|
description: [],
|
|
2410
|
-
files: (_) => se_OTAUpdateFiles(_, context),
|
|
2411
|
-
protocols: (_) => (0, import_smithy_client._json)(_),
|
|
2406
|
+
files: /* @__PURE__ */ __name((_) => se_OTAUpdateFiles(_, context), "files"),
|
|
2407
|
+
protocols: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "protocols"),
|
|
2412
2408
|
roleArn: [],
|
|
2413
|
-
tags: (_) => (0, import_smithy_client._json)(_),
|
|
2409
|
+
tags: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "tags"),
|
|
2414
2410
|
targetSelection: [],
|
|
2415
|
-
targets: (_) => (0, import_smithy_client._json)(_)
|
|
2411
|
+
targets: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "targets")
|
|
2416
2412
|
})
|
|
2417
2413
|
);
|
|
2418
2414
|
b.m("POST").h(headers).b(body);
|
|
@@ -2432,7 +2428,7 @@ var se_CreatePackageCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
|
2432
2428
|
body = JSON.stringify(
|
|
2433
2429
|
(0, import_smithy_client.take)(input, {
|
|
2434
2430
|
description: [],
|
|
2435
|
-
tags: (_) => (0, import_smithy_client._json)(_)
|
|
2431
|
+
tags: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "tags")
|
|
2436
2432
|
})
|
|
2437
2433
|
);
|
|
2438
2434
|
b.m("PUT").h(headers).q(query).b(body);
|
|
@@ -2452,11 +2448,11 @@ var se_CreatePackageVersionCommand = /* @__PURE__ */ __name(async (input, contex
|
|
|
2452
2448
|
let body;
|
|
2453
2449
|
body = JSON.stringify(
|
|
2454
2450
|
(0, import_smithy_client.take)(input, {
|
|
2455
|
-
artifact: (_) => (0, import_smithy_client._json)(_),
|
|
2456
|
-
attributes: (_) => (0, import_smithy_client._json)(_),
|
|
2451
|
+
artifact: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "artifact"),
|
|
2452
|
+
attributes: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "attributes"),
|
|
2457
2453
|
description: [],
|
|
2458
2454
|
recipe: [],
|
|
2459
|
-
tags: (_) => (0, import_smithy_client._json)(_)
|
|
2455
|
+
tags: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "tags")
|
|
2460
2456
|
})
|
|
2461
2457
|
);
|
|
2462
2458
|
b.m("PUT").h(headers).q(query).b(body);
|
|
@@ -2473,7 +2469,7 @@ var se_CreatePolicyCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
|
2473
2469
|
body = JSON.stringify(
|
|
2474
2470
|
(0, import_smithy_client.take)(input, {
|
|
2475
2471
|
policyDocument: [],
|
|
2476
|
-
tags: (_) => (0, import_smithy_client._json)(_)
|
|
2472
|
+
tags: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "tags")
|
|
2477
2473
|
})
|
|
2478
2474
|
);
|
|
2479
2475
|
b.m("POST").h(headers).b(body);
|
|
@@ -2518,9 +2514,9 @@ var se_CreateProvisioningTemplateCommand = /* @__PURE__ */ __name(async (input,
|
|
|
2518
2514
|
(0, import_smithy_client.take)(input, {
|
|
2519
2515
|
description: [],
|
|
2520
2516
|
enabled: [],
|
|
2521
|
-
preProvisioningHook: (_) => (0, import_smithy_client._json)(_),
|
|
2517
|
+
preProvisioningHook: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "preProvisioningHook"),
|
|
2522
2518
|
provisioningRoleArn: [],
|
|
2523
|
-
tags: (_) => (0, import_smithy_client._json)(_),
|
|
2519
|
+
tags: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "tags"),
|
|
2524
2520
|
templateBody: [],
|
|
2525
2521
|
templateName: [],
|
|
2526
2522
|
type: []
|
|
@@ -2560,7 +2556,7 @@ var se_CreateRoleAliasCommand = /* @__PURE__ */ __name(async (input, context) =>
|
|
|
2560
2556
|
(0, import_smithy_client.take)(input, {
|
|
2561
2557
|
credentialDurationSeconds: [],
|
|
2562
2558
|
roleArn: [],
|
|
2563
|
-
tags: (_) => (0, import_smithy_client._json)(_)
|
|
2559
|
+
tags: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "tags")
|
|
2564
2560
|
})
|
|
2565
2561
|
);
|
|
2566
2562
|
b.m("POST").h(headers).b(body);
|
|
@@ -2579,8 +2575,8 @@ var se_CreateScheduledAuditCommand = /* @__PURE__ */ __name(async (input, contex
|
|
|
2579
2575
|
dayOfMonth: [],
|
|
2580
2576
|
dayOfWeek: [],
|
|
2581
2577
|
frequency: [],
|
|
2582
|
-
tags: (_) => (0, import_smithy_client._json)(_),
|
|
2583
|
-
targetCheckNames: (_) => (0, import_smithy_client._json)(_)
|
|
2578
|
+
tags: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "tags"),
|
|
2579
|
+
targetCheckNames: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "targetCheckNames")
|
|
2584
2580
|
})
|
|
2585
2581
|
);
|
|
2586
2582
|
b.m("POST").h(headers).b(body);
|
|
@@ -2596,13 +2592,13 @@ var se_CreateSecurityProfileCommand = /* @__PURE__ */ __name(async (input, conte
|
|
|
2596
2592
|
let body;
|
|
2597
2593
|
body = JSON.stringify(
|
|
2598
2594
|
(0, import_smithy_client.take)(input, {
|
|
2599
|
-
additionalMetricsToRetain: (_) => (0, import_smithy_client._json)(_),
|
|
2600
|
-
additionalMetricsToRetainV2: (_) => (0, import_smithy_client._json)(_),
|
|
2601
|
-
alertTargets: (_) => (0, import_smithy_client._json)(_),
|
|
2602
|
-
behaviors: (_) => se_Behaviors(_, context),
|
|
2603
|
-
metricsExportConfig: (_) => (0, import_smithy_client._json)(_),
|
|
2595
|
+
additionalMetricsToRetain: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "additionalMetricsToRetain"),
|
|
2596
|
+
additionalMetricsToRetainV2: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "additionalMetricsToRetainV2"),
|
|
2597
|
+
alertTargets: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "alertTargets"),
|
|
2598
|
+
behaviors: /* @__PURE__ */ __name((_) => se_Behaviors(_, context), "behaviors"),
|
|
2599
|
+
metricsExportConfig: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "metricsExportConfig"),
|
|
2604
2600
|
securityProfileDescription: [],
|
|
2605
|
-
tags: (_) => (0, import_smithy_client._json)(_)
|
|
2601
|
+
tags: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "tags")
|
|
2606
2602
|
})
|
|
2607
2603
|
);
|
|
2608
2604
|
b.m("POST").h(headers).b(body);
|
|
@@ -2619,9 +2615,9 @@ var se_CreateStreamCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
|
2619
2615
|
body = JSON.stringify(
|
|
2620
2616
|
(0, import_smithy_client.take)(input, {
|
|
2621
2617
|
description: [],
|
|
2622
|
-
files: (_) => (0, import_smithy_client._json)(_),
|
|
2618
|
+
files: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "files"),
|
|
2623
2619
|
roleArn: [],
|
|
2624
|
-
tags: (_) => (0, import_smithy_client._json)(_)
|
|
2620
|
+
tags: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "tags")
|
|
2625
2621
|
})
|
|
2626
2622
|
);
|
|
2627
2623
|
b.m("POST").h(headers).b(body);
|
|
@@ -2637,7 +2633,7 @@ var se_CreateThingCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
|
2637
2633
|
let body;
|
|
2638
2634
|
body = JSON.stringify(
|
|
2639
2635
|
(0, import_smithy_client.take)(input, {
|
|
2640
|
-
attributePayload: (_) => (0, import_smithy_client._json)(_),
|
|
2636
|
+
attributePayload: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "attributePayload"),
|
|
2641
2637
|
billingGroupName: [],
|
|
2642
2638
|
thingTypeName: []
|
|
2643
2639
|
})
|
|
@@ -2656,8 +2652,8 @@ var se_CreateThingGroupCommand = /* @__PURE__ */ __name(async (input, context) =
|
|
|
2656
2652
|
body = JSON.stringify(
|
|
2657
2653
|
(0, import_smithy_client.take)(input, {
|
|
2658
2654
|
parentGroupName: [],
|
|
2659
|
-
tags: (_) => (0, import_smithy_client._json)(_),
|
|
2660
|
-
thingGroupProperties: (_) => (0, import_smithy_client._json)(_)
|
|
2655
|
+
tags: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "tags"),
|
|
2656
|
+
thingGroupProperties: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "thingGroupProperties")
|
|
2661
2657
|
})
|
|
2662
2658
|
);
|
|
2663
2659
|
b.m("POST").h(headers).b(body);
|
|
@@ -2673,8 +2669,8 @@ var se_CreateThingTypeCommand = /* @__PURE__ */ __name(async (input, context) =>
|
|
|
2673
2669
|
let body;
|
|
2674
2670
|
body = JSON.stringify(
|
|
2675
2671
|
(0, import_smithy_client.take)(input, {
|
|
2676
|
-
tags: (_) => (0, import_smithy_client._json)(_),
|
|
2677
|
-
thingTypeProperties: (_) => (0, import_smithy_client._json)(_)
|
|
2672
|
+
tags: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "tags"),
|
|
2673
|
+
thingTypeProperties: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "thingTypeProperties")
|
|
2678
2674
|
})
|
|
2679
2675
|
);
|
|
2680
2676
|
b.m("POST").h(headers).b(body);
|
|
@@ -2708,7 +2704,7 @@ var se_CreateTopicRuleDestinationCommand = /* @__PURE__ */ __name(async (input,
|
|
|
2708
2704
|
let body;
|
|
2709
2705
|
body = JSON.stringify(
|
|
2710
2706
|
(0, import_smithy_client.take)(input, {
|
|
2711
|
-
destinationConfiguration: (_) => (0, import_smithy_client._json)(_)
|
|
2707
|
+
destinationConfiguration: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "destinationConfiguration")
|
|
2712
2708
|
})
|
|
2713
2709
|
);
|
|
2714
2710
|
b.m("POST").h(headers).b(body);
|
|
@@ -2735,7 +2731,7 @@ var se_DeleteAuditSuppressionCommand = /* @__PURE__ */ __name(async (input, cont
|
|
|
2735
2731
|
body = JSON.stringify(
|
|
2736
2732
|
(0, import_smithy_client.take)(input, {
|
|
2737
2733
|
checkName: [],
|
|
2738
|
-
resourceIdentifier: (_) => (0, import_smithy_client._json)(_)
|
|
2734
|
+
resourceIdentifier: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "resourceIdentifier")
|
|
2739
2735
|
})
|
|
2740
2736
|
);
|
|
2741
2737
|
b.m("POST").h(headers).b(body);
|
|
@@ -3148,7 +3144,7 @@ var se_DescribeAuditSuppressionCommand = /* @__PURE__ */ __name(async (input, co
|
|
|
3148
3144
|
body = JSON.stringify(
|
|
3149
3145
|
(0, import_smithy_client.take)(input, {
|
|
3150
3146
|
checkName: [],
|
|
3151
|
-
resourceIdentifier: (_) => (0, import_smithy_client._json)(_)
|
|
3147
|
+
resourceIdentifier: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "resourceIdentifier")
|
|
3152
3148
|
})
|
|
3153
3149
|
);
|
|
3154
3150
|
b.m("POST").h(headers).b(body);
|
|
@@ -3539,7 +3535,7 @@ var se_GetBucketsAggregationCommand = /* @__PURE__ */ __name(async (input, conte
|
|
|
3539
3535
|
body = JSON.stringify(
|
|
3540
3536
|
(0, import_smithy_client.take)(input, {
|
|
3541
3537
|
aggregationField: [],
|
|
3542
|
-
bucketsAggregationType: (_) => (0, import_smithy_client._json)(_),
|
|
3538
|
+
bucketsAggregationType: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "bucketsAggregationType"),
|
|
3543
3539
|
indexName: [],
|
|
3544
3540
|
queryString: [],
|
|
3545
3541
|
queryVersion: []
|
|
@@ -3682,7 +3678,7 @@ var se_GetPercentilesCommand = /* @__PURE__ */ __name(async (input, context) =>
|
|
|
3682
3678
|
(0, import_smithy_client.take)(input, {
|
|
3683
3679
|
aggregationField: [],
|
|
3684
3680
|
indexName: [],
|
|
3685
|
-
percents: (_) => se_PercentList(_, context),
|
|
3681
|
+
percents: /* @__PURE__ */ __name((_) => se_PercentList(_, context), "percents"),
|
|
3686
3682
|
queryString: [],
|
|
3687
3683
|
queryVersion: []
|
|
3688
3684
|
})
|
|
@@ -3811,12 +3807,12 @@ var se_ListAuditFindingsCommand = /* @__PURE__ */ __name(async (input, context)
|
|
|
3811
3807
|
body = JSON.stringify(
|
|
3812
3808
|
(0, import_smithy_client.take)(input, {
|
|
3813
3809
|
checkName: [],
|
|
3814
|
-
endTime: (_) => _.getTime() / 1e3,
|
|
3810
|
+
endTime: /* @__PURE__ */ __name((_) => _.getTime() / 1e3, "endTime"),
|
|
3815
3811
|
listSuppressedFindings: [],
|
|
3816
3812
|
maxResults: [],
|
|
3817
3813
|
nextToken: [],
|
|
3818
|
-
resourceIdentifier: (_) => (0, import_smithy_client._json)(_),
|
|
3819
|
-
startTime: (_) => _.getTime() / 1e3,
|
|
3814
|
+
resourceIdentifier: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "resourceIdentifier"),
|
|
3815
|
+
startTime: /* @__PURE__ */ __name((_) => _.getTime() / 1e3, "startTime"),
|
|
3820
3816
|
taskId: []
|
|
3821
3817
|
})
|
|
3822
3818
|
);
|
|
@@ -3868,7 +3864,7 @@ var se_ListAuditSuppressionsCommand = /* @__PURE__ */ __name(async (input, conte
|
|
|
3868
3864
|
checkName: [],
|
|
3869
3865
|
maxResults: [],
|
|
3870
3866
|
nextToken: [],
|
|
3871
|
-
resourceIdentifier: (_) => (0, import_smithy_client._json)(_)
|
|
3867
|
+
resourceIdentifier: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "resourceIdentifier")
|
|
3872
3868
|
})
|
|
3873
3869
|
);
|
|
3874
3870
|
b.m("POST").h(headers).b(body);
|
|
@@ -3984,10 +3980,10 @@ var se_ListCommandExecutionsCommand = /* @__PURE__ */ __name(async (input, conte
|
|
|
3984
3980
|
body = JSON.stringify(
|
|
3985
3981
|
(0, import_smithy_client.take)(input, {
|
|
3986
3982
|
commandArn: [],
|
|
3987
|
-
completedTimeFilter: (_) => (0, import_smithy_client._json)(_),
|
|
3983
|
+
completedTimeFilter: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "completedTimeFilter"),
|
|
3988
3984
|
namespace: [],
|
|
3989
3985
|
sortOrder: [],
|
|
3990
|
-
startedTimeFilter: (_) => (0, import_smithy_client._json)(_),
|
|
3986
|
+
startedTimeFilter: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "startedTimeFilter"),
|
|
3991
3987
|
status: [],
|
|
3992
3988
|
targetArn: []
|
|
3993
3989
|
})
|
|
@@ -4723,8 +4719,8 @@ var se_RegisterCACertificateCommand = /* @__PURE__ */ __name(async (input, conte
|
|
|
4723
4719
|
(0, import_smithy_client.take)(input, {
|
|
4724
4720
|
caCertificate: [],
|
|
4725
4721
|
certificateMode: [],
|
|
4726
|
-
registrationConfig: (_) => (0, import_smithy_client._json)(_),
|
|
4727
|
-
tags: (_) => (0, import_smithy_client._json)(_),
|
|
4722
|
+
registrationConfig: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "registrationConfig"),
|
|
4723
|
+
tags: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "tags"),
|
|
4728
4724
|
verificationCertificate: []
|
|
4729
4725
|
})
|
|
4730
4726
|
);
|
|
@@ -4776,7 +4772,7 @@ var se_RegisterThingCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
|
4776
4772
|
let body;
|
|
4777
4773
|
body = JSON.stringify(
|
|
4778
4774
|
(0, import_smithy_client.take)(input, {
|
|
4779
|
-
parameters: (_) => (0, import_smithy_client._json)(_),
|
|
4775
|
+
parameters: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "parameters"),
|
|
4780
4776
|
templateBody: []
|
|
4781
4777
|
})
|
|
4782
4778
|
);
|
|
@@ -4924,7 +4920,7 @@ var se_SetV2LoggingLevelCommand = /* @__PURE__ */ __name(async (input, context)
|
|
|
4924
4920
|
body = JSON.stringify(
|
|
4925
4921
|
(0, import_smithy_client.take)(input, {
|
|
4926
4922
|
logLevel: [],
|
|
4927
|
-
logTarget: (_) => (0, import_smithy_client._json)(_)
|
|
4923
|
+
logTarget: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "logTarget")
|
|
4928
4924
|
})
|
|
4929
4925
|
);
|
|
4930
4926
|
b.m("POST").h(headers).b(body);
|
|
@@ -4957,9 +4953,9 @@ var se_StartAuditMitigationActionsTaskCommand = /* @__PURE__ */ __name(async (in
|
|
|
4957
4953
|
let body;
|
|
4958
4954
|
body = JSON.stringify(
|
|
4959
4955
|
(0, import_smithy_client.take)(input, {
|
|
4960
|
-
auditCheckToActionsMapping: (_) => (0, import_smithy_client._json)(_),
|
|
4956
|
+
auditCheckToActionsMapping: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "auditCheckToActionsMapping"),
|
|
4961
4957
|
clientRequestToken: [true, (_) => _ ?? (0, import_uuid.v4)()],
|
|
4962
|
-
target: (_) => (0, import_smithy_client._json)(_)
|
|
4958
|
+
target: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "target")
|
|
4963
4959
|
})
|
|
4964
4960
|
);
|
|
4965
4961
|
b.m("POST").h(headers).b(body);
|
|
@@ -4975,12 +4971,12 @@ var se_StartDetectMitigationActionsTaskCommand = /* @__PURE__ */ __name(async (i
|
|
|
4975
4971
|
let body;
|
|
4976
4972
|
body = JSON.stringify(
|
|
4977
4973
|
(0, import_smithy_client.take)(input, {
|
|
4978
|
-
actions: (_) => (0, import_smithy_client._json)(_),
|
|
4974
|
+
actions: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "actions"),
|
|
4979
4975
|
clientRequestToken: [true, (_) => _ ?? (0, import_uuid.v4)()],
|
|
4980
4976
|
includeOnlyActiveViolations: [],
|
|
4981
4977
|
includeSuppressedAlerts: [],
|
|
4982
|
-
target: (_) => (0, import_smithy_client._json)(_),
|
|
4983
|
-
violationEventOccurrenceRange: (_) => se_ViolationEventOccurrenceRange(_, context)
|
|
4978
|
+
target: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "target"),
|
|
4979
|
+
violationEventOccurrenceRange: /* @__PURE__ */ __name((_) => se_ViolationEventOccurrenceRange(_, context), "violationEventOccurrenceRange")
|
|
4984
4980
|
})
|
|
4985
4981
|
);
|
|
4986
4982
|
b.m("PUT").h(headers).b(body);
|
|
@@ -4995,7 +4991,7 @@ var se_StartOnDemandAuditTaskCommand = /* @__PURE__ */ __name(async (input, cont
|
|
|
4995
4991
|
let body;
|
|
4996
4992
|
body = JSON.stringify(
|
|
4997
4993
|
(0, import_smithy_client.take)(input, {
|
|
4998
|
-
targetCheckNames: (_) => (0, import_smithy_client._json)(_)
|
|
4994
|
+
targetCheckNames: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "targetCheckNames")
|
|
4999
4995
|
})
|
|
5000
4996
|
);
|
|
5001
4997
|
b.m("POST").h(headers).b(body);
|
|
@@ -5038,7 +5034,7 @@ var se_TagResourceCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
|
5038
5034
|
body = JSON.stringify(
|
|
5039
5035
|
(0, import_smithy_client.take)(input, {
|
|
5040
5036
|
resourceArn: [],
|
|
5041
|
-
tags: (_) => (0, import_smithy_client._json)(_)
|
|
5037
|
+
tags: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "tags")
|
|
5042
5038
|
})
|
|
5043
5039
|
);
|
|
5044
5040
|
b.m("POST").h(headers).b(body);
|
|
@@ -5056,10 +5052,10 @@ var se_TestAuthorizationCommand = /* @__PURE__ */ __name(async (input, context)
|
|
|
5056
5052
|
let body;
|
|
5057
5053
|
body = JSON.stringify(
|
|
5058
5054
|
(0, import_smithy_client.take)(input, {
|
|
5059
|
-
authInfos: (_) => (0, import_smithy_client._json)(_),
|
|
5055
|
+
authInfos: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "authInfos"),
|
|
5060
5056
|
cognitoIdentityPoolId: [],
|
|
5061
|
-
policyNamesToAdd: (_) => (0, import_smithy_client._json)(_),
|
|
5062
|
-
policyNamesToSkip: (_) => (0, import_smithy_client._json)(_),
|
|
5057
|
+
policyNamesToAdd: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "policyNamesToAdd"),
|
|
5058
|
+
policyNamesToSkip: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "policyNamesToSkip"),
|
|
5063
5059
|
principal: []
|
|
5064
5060
|
})
|
|
5065
5061
|
);
|
|
@@ -5076,9 +5072,9 @@ var se_TestInvokeAuthorizerCommand = /* @__PURE__ */ __name(async (input, contex
|
|
|
5076
5072
|
let body;
|
|
5077
5073
|
body = JSON.stringify(
|
|
5078
5074
|
(0, import_smithy_client.take)(input, {
|
|
5079
|
-
httpContext: (_) => (0, import_smithy_client._json)(_),
|
|
5080
|
-
mqttContext: (_) => se_MqttContext(_, context),
|
|
5081
|
-
tlsContext: (_) => (0, import_smithy_client._json)(_),
|
|
5075
|
+
httpContext: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "httpContext"),
|
|
5076
|
+
mqttContext: /* @__PURE__ */ __name((_) => se_MqttContext(_, context), "mqttContext"),
|
|
5077
|
+
tlsContext: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "tlsContext"),
|
|
5082
5078
|
token: [],
|
|
5083
5079
|
tokenSignature: []
|
|
5084
5080
|
})
|
|
@@ -5115,7 +5111,7 @@ var se_UntagResourceCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
|
5115
5111
|
body = JSON.stringify(
|
|
5116
5112
|
(0, import_smithy_client.take)(input, {
|
|
5117
5113
|
resourceArn: [],
|
|
5118
|
-
tagKeys: (_) => (0, import_smithy_client._json)(_)
|
|
5114
|
+
tagKeys: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "tagKeys")
|
|
5119
5115
|
})
|
|
5120
5116
|
);
|
|
5121
5117
|
b.m("POST").h(headers).b(body);
|
|
@@ -5130,8 +5126,8 @@ var se_UpdateAccountAuditConfigurationCommand = /* @__PURE__ */ __name(async (in
|
|
|
5130
5126
|
let body;
|
|
5131
5127
|
body = JSON.stringify(
|
|
5132
5128
|
(0, import_smithy_client.take)(input, {
|
|
5133
|
-
auditCheckConfigurations: (_) => (0, import_smithy_client._json)(_),
|
|
5134
|
-
auditNotificationTargetConfigurations: (_) => (0, import_smithy_client._json)(_),
|
|
5129
|
+
auditCheckConfigurations: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "auditCheckConfigurations"),
|
|
5130
|
+
auditNotificationTargetConfigurations: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "auditNotificationTargetConfigurations"),
|
|
5135
5131
|
roleArn: []
|
|
5136
5132
|
})
|
|
5137
5133
|
);
|
|
@@ -5149,8 +5145,8 @@ var se_UpdateAuditSuppressionCommand = /* @__PURE__ */ __name(async (input, cont
|
|
|
5149
5145
|
(0, import_smithy_client.take)(input, {
|
|
5150
5146
|
checkName: [],
|
|
5151
5147
|
description: [],
|
|
5152
|
-
expirationDate: (_) => _.getTime() / 1e3,
|
|
5153
|
-
resourceIdentifier: (_) => (0, import_smithy_client._json)(_),
|
|
5148
|
+
expirationDate: /* @__PURE__ */ __name((_) => _.getTime() / 1e3, "expirationDate"),
|
|
5149
|
+
resourceIdentifier: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "resourceIdentifier"),
|
|
5154
5150
|
suppressIndefinitely: []
|
|
5155
5151
|
})
|
|
5156
5152
|
);
|
|
@@ -5171,7 +5167,7 @@ var se_UpdateAuthorizerCommand = /* @__PURE__ */ __name(async (input, context) =
|
|
|
5171
5167
|
enableCachingForHttp: [],
|
|
5172
5168
|
status: [],
|
|
5173
5169
|
tokenKeyName: [],
|
|
5174
|
-
tokenSigningPublicKeys: (_) => (0, import_smithy_client._json)(_)
|
|
5170
|
+
tokenSigningPublicKeys: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "tokenSigningPublicKeys")
|
|
5175
5171
|
})
|
|
5176
5172
|
);
|
|
5177
5173
|
b.m("PUT").h(headers).b(body);
|
|
@@ -5187,7 +5183,7 @@ var se_UpdateBillingGroupCommand = /* @__PURE__ */ __name(async (input, context)
|
|
|
5187
5183
|
let body;
|
|
5188
5184
|
body = JSON.stringify(
|
|
5189
5185
|
(0, import_smithy_client.take)(input, {
|
|
5190
|
-
billingGroupProperties: (_) => (0, import_smithy_client._json)(_),
|
|
5186
|
+
billingGroupProperties: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "billingGroupProperties"),
|
|
5191
5187
|
expectedVersion: []
|
|
5192
5188
|
})
|
|
5193
5189
|
);
|
|
@@ -5208,7 +5204,7 @@ var se_UpdateCACertificateCommand = /* @__PURE__ */ __name(async (input, context
|
|
|
5208
5204
|
let body;
|
|
5209
5205
|
body = JSON.stringify(
|
|
5210
5206
|
(0, import_smithy_client.take)(input, {
|
|
5211
|
-
registrationConfig: (_) => (0, import_smithy_client._json)(_),
|
|
5207
|
+
registrationConfig: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "registrationConfig"),
|
|
5212
5208
|
removeAutoRegistration: []
|
|
5213
5209
|
})
|
|
5214
5210
|
);
|
|
@@ -5237,7 +5233,7 @@ var se_UpdateCertificateProviderCommand = /* @__PURE__ */ __name(async (input, c
|
|
|
5237
5233
|
let body;
|
|
5238
5234
|
body = JSON.stringify(
|
|
5239
5235
|
(0, import_smithy_client.take)(input, {
|
|
5240
|
-
accountDefaultForOperations: (_) => (0, import_smithy_client._json)(_),
|
|
5236
|
+
accountDefaultForOperations: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "accountDefaultForOperations"),
|
|
5241
5237
|
lambdaFunctionArn: []
|
|
5242
5238
|
})
|
|
5243
5239
|
);
|
|
@@ -5288,7 +5284,7 @@ var se_UpdateDimensionCommand = /* @__PURE__ */ __name(async (input, context) =>
|
|
|
5288
5284
|
let body;
|
|
5289
5285
|
body = JSON.stringify(
|
|
5290
5286
|
(0, import_smithy_client.take)(input, {
|
|
5291
|
-
stringValues: (_) => (0, import_smithy_client._json)(_)
|
|
5287
|
+
stringValues: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "stringValues")
|
|
5292
5288
|
})
|
|
5293
5289
|
);
|
|
5294
5290
|
b.m("PATCH").h(headers).b(body);
|
|
@@ -5306,12 +5302,12 @@ var se_UpdateDomainConfigurationCommand = /* @__PURE__ */ __name(async (input, c
|
|
|
5306
5302
|
(0, import_smithy_client.take)(input, {
|
|
5307
5303
|
applicationProtocol: [],
|
|
5308
5304
|
authenticationType: [],
|
|
5309
|
-
authorizerConfig: (_) => (0, import_smithy_client._json)(_),
|
|
5310
|
-
clientCertificateConfig: (_) => (0, import_smithy_client._json)(_),
|
|
5305
|
+
authorizerConfig: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "authorizerConfig"),
|
|
5306
|
+
clientCertificateConfig: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "clientCertificateConfig"),
|
|
5311
5307
|
domainConfigurationStatus: [],
|
|
5312
5308
|
removeAuthorizerConfig: [],
|
|
5313
|
-
serverCertificateConfig: (_) => (0, import_smithy_client._json)(_),
|
|
5314
|
-
tlsConfig: (_) => (0, import_smithy_client._json)(_)
|
|
5309
|
+
serverCertificateConfig: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "serverCertificateConfig"),
|
|
5310
|
+
tlsConfig: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "tlsConfig")
|
|
5315
5311
|
})
|
|
5316
5312
|
);
|
|
5317
5313
|
b.m("PUT").h(headers).b(body);
|
|
@@ -5331,7 +5327,7 @@ var se_UpdateDynamicThingGroupCommand = /* @__PURE__ */ __name(async (input, con
|
|
|
5331
5327
|
indexName: [],
|
|
5332
5328
|
queryString: [],
|
|
5333
5329
|
queryVersion: [],
|
|
5334
|
-
thingGroupProperties: (_) => (0, import_smithy_client._json)(_)
|
|
5330
|
+
thingGroupProperties: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "thingGroupProperties")
|
|
5335
5331
|
})
|
|
5336
5332
|
);
|
|
5337
5333
|
b.m("PATCH").h(headers).b(body);
|
|
@@ -5346,7 +5342,7 @@ var se_UpdateEventConfigurationsCommand = /* @__PURE__ */ __name(async (input, c
|
|
|
5346
5342
|
let body;
|
|
5347
5343
|
body = JSON.stringify(
|
|
5348
5344
|
(0, import_smithy_client.take)(input, {
|
|
5349
|
-
eventConfigurations: (_) => (0, import_smithy_client._json)(_)
|
|
5345
|
+
eventConfigurations: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "eventConfigurations")
|
|
5350
5346
|
})
|
|
5351
5347
|
);
|
|
5352
5348
|
b.m("PATCH").h(headers).b(body);
|
|
@@ -5363,7 +5359,7 @@ var se_UpdateFleetMetricCommand = /* @__PURE__ */ __name(async (input, context)
|
|
|
5363
5359
|
body = JSON.stringify(
|
|
5364
5360
|
(0, import_smithy_client.take)(input, {
|
|
5365
5361
|
aggregationField: [],
|
|
5366
|
-
aggregationType: (_) => (0, import_smithy_client._json)(_),
|
|
5362
|
+
aggregationType: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "aggregationType"),
|
|
5367
5363
|
description: [],
|
|
5368
5364
|
expectedVersion: [],
|
|
5369
5365
|
indexName: [],
|
|
@@ -5385,8 +5381,8 @@ var se_UpdateIndexingConfigurationCommand = /* @__PURE__ */ __name(async (input,
|
|
|
5385
5381
|
let body;
|
|
5386
5382
|
body = JSON.stringify(
|
|
5387
5383
|
(0, import_smithy_client.take)(input, {
|
|
5388
|
-
thingGroupIndexingConfiguration: (_) => (0, import_smithy_client._json)(_),
|
|
5389
|
-
thingIndexingConfiguration: (_) => (0, import_smithy_client._json)(_)
|
|
5384
|
+
thingGroupIndexingConfiguration: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "thingGroupIndexingConfiguration"),
|
|
5385
|
+
thingIndexingConfiguration: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "thingIndexingConfiguration")
|
|
5390
5386
|
})
|
|
5391
5387
|
);
|
|
5392
5388
|
b.m("POST").h(headers).b(body);
|
|
@@ -5405,12 +5401,12 @@ var se_UpdateJobCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
|
5405
5401
|
let body;
|
|
5406
5402
|
body = JSON.stringify(
|
|
5407
5403
|
(0, import_smithy_client.take)(input, {
|
|
5408
|
-
abortConfig: (_) => se_AbortConfig(_, context),
|
|
5404
|
+
abortConfig: /* @__PURE__ */ __name((_) => se_AbortConfig(_, context), "abortConfig"),
|
|
5409
5405
|
description: [],
|
|
5410
|
-
jobExecutionsRetryConfig: (_) => (0, import_smithy_client._json)(_),
|
|
5411
|
-
jobExecutionsRolloutConfig: (_) => se_JobExecutionsRolloutConfig(_, context),
|
|
5412
|
-
presignedUrlConfig: (_) => (0, import_smithy_client._json)(_),
|
|
5413
|
-
timeoutConfig: (_) => (0, import_smithy_client._json)(_)
|
|
5406
|
+
jobExecutionsRetryConfig: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "jobExecutionsRetryConfig"),
|
|
5407
|
+
jobExecutionsRolloutConfig: /* @__PURE__ */ __name((_) => se_JobExecutionsRolloutConfig(_, context), "jobExecutionsRolloutConfig"),
|
|
5408
|
+
presignedUrlConfig: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "presignedUrlConfig"),
|
|
5409
|
+
timeoutConfig: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "timeoutConfig")
|
|
5414
5410
|
})
|
|
5415
5411
|
);
|
|
5416
5412
|
b.m("PATCH").h(headers).q(query).b(body);
|
|
@@ -5426,7 +5422,7 @@ var se_UpdateMitigationActionCommand = /* @__PURE__ */ __name(async (input, cont
|
|
|
5426
5422
|
let body;
|
|
5427
5423
|
body = JSON.stringify(
|
|
5428
5424
|
(0, import_smithy_client.take)(input, {
|
|
5429
|
-
actionParams: (_) => (0, import_smithy_client._json)(_),
|
|
5425
|
+
actionParams: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "actionParams"),
|
|
5430
5426
|
roleArn: []
|
|
5431
5427
|
})
|
|
5432
5428
|
);
|
|
@@ -5466,7 +5462,7 @@ var se_UpdatePackageConfigurationCommand = /* @__PURE__ */ __name(async (input,
|
|
|
5466
5462
|
let body;
|
|
5467
5463
|
body = JSON.stringify(
|
|
5468
5464
|
(0, import_smithy_client.take)(input, {
|
|
5469
|
-
versionUpdateByJobsConfig: (_) => (0, import_smithy_client._json)(_)
|
|
5465
|
+
versionUpdateByJobsConfig: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "versionUpdateByJobsConfig")
|
|
5470
5466
|
})
|
|
5471
5467
|
);
|
|
5472
5468
|
b.m("PATCH").h(headers).q(query).b(body);
|
|
@@ -5487,8 +5483,8 @@ var se_UpdatePackageVersionCommand = /* @__PURE__ */ __name(async (input, contex
|
|
|
5487
5483
|
body = JSON.stringify(
|
|
5488
5484
|
(0, import_smithy_client.take)(input, {
|
|
5489
5485
|
action: [],
|
|
5490
|
-
artifact: (_) => (0, import_smithy_client._json)(_),
|
|
5491
|
-
attributes: (_) => (0, import_smithy_client._json)(_),
|
|
5486
|
+
artifact: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "artifact"),
|
|
5487
|
+
attributes: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "attributes"),
|
|
5492
5488
|
description: [],
|
|
5493
5489
|
recipe: []
|
|
5494
5490
|
})
|
|
@@ -5509,7 +5505,7 @@ var se_UpdateProvisioningTemplateCommand = /* @__PURE__ */ __name(async (input,
|
|
|
5509
5505
|
defaultVersionId: [],
|
|
5510
5506
|
description: [],
|
|
5511
5507
|
enabled: [],
|
|
5512
|
-
preProvisioningHook: (_) => (0, import_smithy_client._json)(_),
|
|
5508
|
+
preProvisioningHook: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "preProvisioningHook"),
|
|
5513
5509
|
provisioningRoleArn: [],
|
|
5514
5510
|
removePreProvisioningHook: []
|
|
5515
5511
|
})
|
|
@@ -5547,7 +5543,7 @@ var se_UpdateScheduledAuditCommand = /* @__PURE__ */ __name(async (input, contex
|
|
|
5547
5543
|
dayOfMonth: [],
|
|
5548
5544
|
dayOfWeek: [],
|
|
5549
5545
|
frequency: [],
|
|
5550
|
-
targetCheckNames: (_) => (0, import_smithy_client._json)(_)
|
|
5546
|
+
targetCheckNames: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "targetCheckNames")
|
|
5551
5547
|
})
|
|
5552
5548
|
);
|
|
5553
5549
|
b.m("PATCH").h(headers).b(body);
|
|
@@ -5566,15 +5562,15 @@ var se_UpdateSecurityProfileCommand = /* @__PURE__ */ __name(async (input, conte
|
|
|
5566
5562
|
let body;
|
|
5567
5563
|
body = JSON.stringify(
|
|
5568
5564
|
(0, import_smithy_client.take)(input, {
|
|
5569
|
-
additionalMetricsToRetain: (_) => (0, import_smithy_client._json)(_),
|
|
5570
|
-
additionalMetricsToRetainV2: (_) => (0, import_smithy_client._json)(_),
|
|
5571
|
-
alertTargets: (_) => (0, import_smithy_client._json)(_),
|
|
5572
|
-
behaviors: (_) => se_Behaviors(_, context),
|
|
5565
|
+
additionalMetricsToRetain: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "additionalMetricsToRetain"),
|
|
5566
|
+
additionalMetricsToRetainV2: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "additionalMetricsToRetainV2"),
|
|
5567
|
+
alertTargets: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "alertTargets"),
|
|
5568
|
+
behaviors: /* @__PURE__ */ __name((_) => se_Behaviors(_, context), "behaviors"),
|
|
5573
5569
|
deleteAdditionalMetricsToRetain: [],
|
|
5574
5570
|
deleteAlertTargets: [],
|
|
5575
5571
|
deleteBehaviors: [],
|
|
5576
5572
|
deleteMetricsExportConfig: [],
|
|
5577
|
-
metricsExportConfig: (_) => (0, import_smithy_client._json)(_),
|
|
5573
|
+
metricsExportConfig: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "metricsExportConfig"),
|
|
5578
5574
|
securityProfileDescription: []
|
|
5579
5575
|
})
|
|
5580
5576
|
);
|
|
@@ -5592,7 +5588,7 @@ var se_UpdateStreamCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
|
5592
5588
|
body = JSON.stringify(
|
|
5593
5589
|
(0, import_smithy_client.take)(input, {
|
|
5594
5590
|
description: [],
|
|
5595
|
-
files: (_) => (0, import_smithy_client._json)(_),
|
|
5591
|
+
files: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "files"),
|
|
5596
5592
|
roleArn: []
|
|
5597
5593
|
})
|
|
5598
5594
|
);
|
|
@@ -5609,7 +5605,7 @@ var se_UpdateThingCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
|
5609
5605
|
let body;
|
|
5610
5606
|
body = JSON.stringify(
|
|
5611
5607
|
(0, import_smithy_client.take)(input, {
|
|
5612
|
-
attributePayload: (_) => (0, import_smithy_client._json)(_),
|
|
5608
|
+
attributePayload: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "attributePayload"),
|
|
5613
5609
|
expectedVersion: [],
|
|
5614
5610
|
removeThingType: [],
|
|
5615
5611
|
thingTypeName: []
|
|
@@ -5629,7 +5625,7 @@ var se_UpdateThingGroupCommand = /* @__PURE__ */ __name(async (input, context) =
|
|
|
5629
5625
|
body = JSON.stringify(
|
|
5630
5626
|
(0, import_smithy_client.take)(input, {
|
|
5631
5627
|
expectedVersion: [],
|
|
5632
|
-
thingGroupProperties: (_) => (0, import_smithy_client._json)(_)
|
|
5628
|
+
thingGroupProperties: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "thingGroupProperties")
|
|
5633
5629
|
})
|
|
5634
5630
|
);
|
|
5635
5631
|
b.m("PATCH").h(headers).b(body);
|
|
@@ -5645,8 +5641,8 @@ var se_UpdateThingGroupsForThingCommand = /* @__PURE__ */ __name(async (input, c
|
|
|
5645
5641
|
body = JSON.stringify(
|
|
5646
5642
|
(0, import_smithy_client.take)(input, {
|
|
5647
5643
|
overrideDynamicGroups: [],
|
|
5648
|
-
thingGroupsToAdd: (_) => (0, import_smithy_client._json)(_),
|
|
5649
|
-
thingGroupsToRemove: (_) => (0, import_smithy_client._json)(_),
|
|
5644
|
+
thingGroupsToAdd: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "thingGroupsToAdd"),
|
|
5645
|
+
thingGroupsToRemove: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "thingGroupsToRemove"),
|
|
5650
5646
|
thingName: []
|
|
5651
5647
|
})
|
|
5652
5648
|
);
|
|
@@ -5663,7 +5659,7 @@ var se_UpdateThingTypeCommand = /* @__PURE__ */ __name(async (input, context) =>
|
|
|
5663
5659
|
let body;
|
|
5664
5660
|
body = JSON.stringify(
|
|
5665
5661
|
(0, import_smithy_client.take)(input, {
|
|
5666
|
-
thingTypeProperties: (_) => (0, import_smithy_client._json)(_)
|
|
5662
|
+
thingTypeProperties: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "thingTypeProperties")
|
|
5667
5663
|
})
|
|
5668
5664
|
);
|
|
5669
5665
|
b.m("PATCH").h(headers).b(body);
|
|
@@ -5694,7 +5690,7 @@ var se_ValidateSecurityProfileBehaviorsCommand = /* @__PURE__ */ __name(async (i
|
|
|
5694
5690
|
let body;
|
|
5695
5691
|
body = JSON.stringify(
|
|
5696
5692
|
(0, import_smithy_client.take)(input, {
|
|
5697
|
-
behaviors: (_) => se_Behaviors(_, context)
|
|
5693
|
+
behaviors: /* @__PURE__ */ __name((_) => se_Behaviors(_, context), "behaviors")
|
|
5698
5694
|
})
|
|
5699
5695
|
);
|
|
5700
5696
|
b.m("POST").h(headers).b(body);
|
|
@@ -6217,7 +6213,7 @@ var de_CreateProvisioningClaimCommand = /* @__PURE__ */ __name(async (output, co
|
|
|
6217
6213
|
const doc = (0, import_smithy_client.take)(data, {
|
|
6218
6214
|
certificateId: import_smithy_client.expectString,
|
|
6219
6215
|
certificatePem: import_smithy_client.expectString,
|
|
6220
|
-
expiration: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
6216
|
+
expiration: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "expiration"),
|
|
6221
6217
|
keyPair: import_smithy_client._json
|
|
6222
6218
|
});
|
|
6223
6219
|
Object.assign(contents, doc);
|
|
@@ -6384,7 +6380,7 @@ var de_CreateTopicRuleDestinationCommand = /* @__PURE__ */ __name(async (output,
|
|
|
6384
6380
|
});
|
|
6385
6381
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
6386
6382
|
const doc = (0, import_smithy_client.take)(data, {
|
|
6387
|
-
topicRuleDestination: (_) => de_TopicRuleDestination(_, context)
|
|
6383
|
+
topicRuleDestination: /* @__PURE__ */ __name((_) => de_TopicRuleDestination(_, context), "topicRuleDestination")
|
|
6388
6384
|
});
|
|
6389
6385
|
Object.assign(contents, doc);
|
|
6390
6386
|
return contents;
|
|
@@ -6787,7 +6783,7 @@ var de_DescribeAuditFindingCommand = /* @__PURE__ */ __name(async (output, conte
|
|
|
6787
6783
|
});
|
|
6788
6784
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
6789
6785
|
const doc = (0, import_smithy_client.take)(data, {
|
|
6790
|
-
finding: (_) => de_AuditFinding(_, context)
|
|
6786
|
+
finding: /* @__PURE__ */ __name((_) => de_AuditFinding(_, context), "finding")
|
|
6791
6787
|
});
|
|
6792
6788
|
Object.assign(contents, doc);
|
|
6793
6789
|
return contents;
|
|
@@ -6803,8 +6799,8 @@ var de_DescribeAuditMitigationActionsTaskCommand = /* @__PURE__ */ __name(async
|
|
|
6803
6799
|
const doc = (0, import_smithy_client.take)(data, {
|
|
6804
6800
|
actionsDefinition: import_smithy_client._json,
|
|
6805
6801
|
auditCheckToActionsMapping: import_smithy_client._json,
|
|
6806
|
-
endTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
6807
|
-
startTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
6802
|
+
endTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "endTime"),
|
|
6803
|
+
startTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "startTime"),
|
|
6808
6804
|
target: import_smithy_client._json,
|
|
6809
6805
|
taskStatistics: import_smithy_client._json,
|
|
6810
6806
|
taskStatus: import_smithy_client.expectString
|
|
@@ -6823,7 +6819,7 @@ var de_DescribeAuditSuppressionCommand = /* @__PURE__ */ __name(async (output, c
|
|
|
6823
6819
|
const doc = (0, import_smithy_client.take)(data, {
|
|
6824
6820
|
checkName: import_smithy_client.expectString,
|
|
6825
6821
|
description: import_smithy_client.expectString,
|
|
6826
|
-
expirationDate: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
6822
|
+
expirationDate: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "expirationDate"),
|
|
6827
6823
|
resourceIdentifier: import_smithy_client._json,
|
|
6828
6824
|
suppressIndefinitely: import_smithy_client.expectBoolean
|
|
6829
6825
|
});
|
|
@@ -6841,7 +6837,7 @@ var de_DescribeAuditTaskCommand = /* @__PURE__ */ __name(async (output, context)
|
|
|
6841
6837
|
const doc = (0, import_smithy_client.take)(data, {
|
|
6842
6838
|
auditDetails: import_smithy_client._json,
|
|
6843
6839
|
scheduledAuditName: import_smithy_client.expectString,
|
|
6844
|
-
taskStartTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
6840
|
+
taskStartTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "taskStartTime"),
|
|
6845
6841
|
taskStatistics: import_smithy_client._json,
|
|
6846
6842
|
taskStatus: import_smithy_client.expectString,
|
|
6847
6843
|
taskType: import_smithy_client.expectString
|
|
@@ -6858,7 +6854,7 @@ var de_DescribeAuthorizerCommand = /* @__PURE__ */ __name(async (output, context
|
|
|
6858
6854
|
});
|
|
6859
6855
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
6860
6856
|
const doc = (0, import_smithy_client.take)(data, {
|
|
6861
|
-
authorizerDescription: (_) => de_AuthorizerDescription(_, context)
|
|
6857
|
+
authorizerDescription: /* @__PURE__ */ __name((_) => de_AuthorizerDescription(_, context), "authorizerDescription")
|
|
6862
6858
|
});
|
|
6863
6859
|
Object.assign(contents, doc);
|
|
6864
6860
|
return contents;
|
|
@@ -6874,7 +6870,7 @@ var de_DescribeBillingGroupCommand = /* @__PURE__ */ __name(async (output, conte
|
|
|
6874
6870
|
const doc = (0, import_smithy_client.take)(data, {
|
|
6875
6871
|
billingGroupArn: import_smithy_client.expectString,
|
|
6876
6872
|
billingGroupId: import_smithy_client.expectString,
|
|
6877
|
-
billingGroupMetadata: (_) => de_BillingGroupMetadata(_, context),
|
|
6873
|
+
billingGroupMetadata: /* @__PURE__ */ __name((_) => de_BillingGroupMetadata(_, context), "billingGroupMetadata"),
|
|
6878
6874
|
billingGroupName: import_smithy_client.expectString,
|
|
6879
6875
|
billingGroupProperties: import_smithy_client._json,
|
|
6880
6876
|
version: import_smithy_client.expectLong
|
|
@@ -6891,7 +6887,7 @@ var de_DescribeCACertificateCommand = /* @__PURE__ */ __name(async (output, cont
|
|
|
6891
6887
|
});
|
|
6892
6888
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
6893
6889
|
const doc = (0, import_smithy_client.take)(data, {
|
|
6894
|
-
certificateDescription: (_) => de_CACertificateDescription(_, context),
|
|
6890
|
+
certificateDescription: /* @__PURE__ */ __name((_) => de_CACertificateDescription(_, context), "certificateDescription"),
|
|
6895
6891
|
registrationConfig: import_smithy_client._json
|
|
6896
6892
|
});
|
|
6897
6893
|
Object.assign(contents, doc);
|
|
@@ -6906,7 +6902,7 @@ var de_DescribeCertificateCommand = /* @__PURE__ */ __name(async (output, contex
|
|
|
6906
6902
|
});
|
|
6907
6903
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
6908
6904
|
const doc = (0, import_smithy_client.take)(data, {
|
|
6909
|
-
certificateDescription: (_) => de_CertificateDescription(_, context)
|
|
6905
|
+
certificateDescription: /* @__PURE__ */ __name((_) => de_CertificateDescription(_, context), "certificateDescription")
|
|
6910
6906
|
});
|
|
6911
6907
|
Object.assign(contents, doc);
|
|
6912
6908
|
return contents;
|
|
@@ -6923,9 +6919,9 @@ var de_DescribeCertificateProviderCommand = /* @__PURE__ */ __name(async (output
|
|
|
6923
6919
|
accountDefaultForOperations: import_smithy_client._json,
|
|
6924
6920
|
certificateProviderArn: import_smithy_client.expectString,
|
|
6925
6921
|
certificateProviderName: import_smithy_client.expectString,
|
|
6926
|
-
creationDate: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
6922
|
+
creationDate: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "creationDate"),
|
|
6927
6923
|
lambdaFunctionArn: import_smithy_client.expectString,
|
|
6928
|
-
lastModifiedDate: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_)))
|
|
6924
|
+
lastModifiedDate: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "lastModifiedDate")
|
|
6929
6925
|
});
|
|
6930
6926
|
Object.assign(contents, doc);
|
|
6931
6927
|
return contents;
|
|
@@ -6939,9 +6935,9 @@ var de_DescribeCustomMetricCommand = /* @__PURE__ */ __name(async (output, conte
|
|
|
6939
6935
|
});
|
|
6940
6936
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
6941
6937
|
const doc = (0, import_smithy_client.take)(data, {
|
|
6942
|
-
creationDate: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
6938
|
+
creationDate: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "creationDate"),
|
|
6943
6939
|
displayName: import_smithy_client.expectString,
|
|
6944
|
-
lastModifiedDate: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
6940
|
+
lastModifiedDate: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "lastModifiedDate"),
|
|
6945
6941
|
metricArn: import_smithy_client.expectString,
|
|
6946
6942
|
metricName: import_smithy_client.expectString,
|
|
6947
6943
|
metricType: import_smithy_client.expectString
|
|
@@ -6958,7 +6954,7 @@ var de_DescribeDefaultAuthorizerCommand = /* @__PURE__ */ __name(async (output,
|
|
|
6958
6954
|
});
|
|
6959
6955
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
6960
6956
|
const doc = (0, import_smithy_client.take)(data, {
|
|
6961
|
-
authorizerDescription: (_) => de_AuthorizerDescription(_, context)
|
|
6957
|
+
authorizerDescription: /* @__PURE__ */ __name((_) => de_AuthorizerDescription(_, context), "authorizerDescription")
|
|
6962
6958
|
});
|
|
6963
6959
|
Object.assign(contents, doc);
|
|
6964
6960
|
return contents;
|
|
@@ -6972,7 +6968,7 @@ var de_DescribeDetectMitigationActionsTaskCommand = /* @__PURE__ */ __name(async
|
|
|
6972
6968
|
});
|
|
6973
6969
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
6974
6970
|
const doc = (0, import_smithy_client.take)(data, {
|
|
6975
|
-
taskSummary: (_) => de_DetectMitigationActionsTaskSummary(_, context)
|
|
6971
|
+
taskSummary: /* @__PURE__ */ __name((_) => de_DetectMitigationActionsTaskSummary(_, context), "taskSummary")
|
|
6976
6972
|
});
|
|
6977
6973
|
Object.assign(contents, doc);
|
|
6978
6974
|
return contents;
|
|
@@ -6987,8 +6983,8 @@ var de_DescribeDimensionCommand = /* @__PURE__ */ __name(async (output, context)
|
|
|
6987
6983
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
6988
6984
|
const doc = (0, import_smithy_client.take)(data, {
|
|
6989
6985
|
arn: import_smithy_client.expectString,
|
|
6990
|
-
creationDate: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
6991
|
-
lastModifiedDate: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
6986
|
+
creationDate: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "creationDate"),
|
|
6987
|
+
lastModifiedDate: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "lastModifiedDate"),
|
|
6992
6988
|
name: import_smithy_client.expectString,
|
|
6993
6989
|
stringValues: import_smithy_client._json,
|
|
6994
6990
|
type: import_smithy_client.expectString
|
|
@@ -7014,7 +7010,7 @@ var de_DescribeDomainConfigurationCommand = /* @__PURE__ */ __name(async (output
|
|
|
7014
7010
|
domainConfigurationStatus: import_smithy_client.expectString,
|
|
7015
7011
|
domainName: import_smithy_client.expectString,
|
|
7016
7012
|
domainType: import_smithy_client.expectString,
|
|
7017
|
-
lastStatusChangeDate: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
7013
|
+
lastStatusChangeDate: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "lastStatusChangeDate"),
|
|
7018
7014
|
serverCertificateConfig: import_smithy_client._json,
|
|
7019
7015
|
serverCertificates: import_smithy_client._json,
|
|
7020
7016
|
serviceType: import_smithy_client.expectString,
|
|
@@ -7046,9 +7042,9 @@ var de_DescribeEventConfigurationsCommand = /* @__PURE__ */ __name(async (output
|
|
|
7046
7042
|
});
|
|
7047
7043
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
7048
7044
|
const doc = (0, import_smithy_client.take)(data, {
|
|
7049
|
-
creationDate: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
7045
|
+
creationDate: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "creationDate"),
|
|
7050
7046
|
eventConfigurations: import_smithy_client._json,
|
|
7051
|
-
lastModifiedDate: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_)))
|
|
7047
|
+
lastModifiedDate: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "lastModifiedDate")
|
|
7052
7048
|
});
|
|
7053
7049
|
Object.assign(contents, doc);
|
|
7054
7050
|
return contents;
|
|
@@ -7064,10 +7060,10 @@ var de_DescribeFleetMetricCommand = /* @__PURE__ */ __name(async (output, contex
|
|
|
7064
7060
|
const doc = (0, import_smithy_client.take)(data, {
|
|
7065
7061
|
aggregationField: import_smithy_client.expectString,
|
|
7066
7062
|
aggregationType: import_smithy_client._json,
|
|
7067
|
-
creationDate: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
7063
|
+
creationDate: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "creationDate"),
|
|
7068
7064
|
description: import_smithy_client.expectString,
|
|
7069
7065
|
indexName: import_smithy_client.expectString,
|
|
7070
|
-
lastModifiedDate: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
7066
|
+
lastModifiedDate: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "lastModifiedDate"),
|
|
7071
7067
|
metricArn: import_smithy_client.expectString,
|
|
7072
7068
|
metricName: import_smithy_client.expectString,
|
|
7073
7069
|
period: import_smithy_client.expectInt32,
|
|
@@ -7105,7 +7101,7 @@ var de_DescribeJobCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
|
7105
7101
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
7106
7102
|
const doc = (0, import_smithy_client.take)(data, {
|
|
7107
7103
|
documentSource: import_smithy_client.expectString,
|
|
7108
|
-
job: (_) => de_Job(_, context)
|
|
7104
|
+
job: /* @__PURE__ */ __name((_) => de_Job(_, context), "job")
|
|
7109
7105
|
});
|
|
7110
7106
|
Object.assign(contents, doc);
|
|
7111
7107
|
return contents;
|
|
@@ -7119,7 +7115,7 @@ var de_DescribeJobExecutionCommand = /* @__PURE__ */ __name(async (output, conte
|
|
|
7119
7115
|
});
|
|
7120
7116
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
7121
7117
|
const doc = (0, import_smithy_client.take)(data, {
|
|
7122
|
-
execution: (_) => de_JobExecution(_, context)
|
|
7118
|
+
execution: /* @__PURE__ */ __name((_) => de_JobExecution(_, context), "execution")
|
|
7123
7119
|
});
|
|
7124
7120
|
Object.assign(contents, doc);
|
|
7125
7121
|
return contents;
|
|
@@ -7133,14 +7129,14 @@ var de_DescribeJobTemplateCommand = /* @__PURE__ */ __name(async (output, contex
|
|
|
7133
7129
|
});
|
|
7134
7130
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
7135
7131
|
const doc = (0, import_smithy_client.take)(data, {
|
|
7136
|
-
abortConfig: (_) => de_AbortConfig(_, context),
|
|
7137
|
-
createdAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
7132
|
+
abortConfig: /* @__PURE__ */ __name((_) => de_AbortConfig(_, context), "abortConfig"),
|
|
7133
|
+
createdAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "createdAt"),
|
|
7138
7134
|
description: import_smithy_client.expectString,
|
|
7139
7135
|
destinationPackageVersions: import_smithy_client._json,
|
|
7140
7136
|
document: import_smithy_client.expectString,
|
|
7141
7137
|
documentSource: import_smithy_client.expectString,
|
|
7142
7138
|
jobExecutionsRetryConfig: import_smithy_client._json,
|
|
7143
|
-
jobExecutionsRolloutConfig: (_) => de_JobExecutionsRolloutConfig(_, context),
|
|
7139
|
+
jobExecutionsRolloutConfig: /* @__PURE__ */ __name((_) => de_JobExecutionsRolloutConfig(_, context), "jobExecutionsRolloutConfig"),
|
|
7144
7140
|
jobTemplateArn: import_smithy_client.expectString,
|
|
7145
7141
|
jobTemplateId: import_smithy_client.expectString,
|
|
7146
7142
|
maintenanceWindows: import_smithy_client._json,
|
|
@@ -7184,8 +7180,8 @@ var de_DescribeMitigationActionCommand = /* @__PURE__ */ __name(async (output, c
|
|
|
7184
7180
|
actionName: import_smithy_client.expectString,
|
|
7185
7181
|
actionParams: import_smithy_client._json,
|
|
7186
7182
|
actionType: import_smithy_client.expectString,
|
|
7187
|
-
creationDate: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
7188
|
-
lastModifiedDate: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
7183
|
+
creationDate: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "creationDate"),
|
|
7184
|
+
lastModifiedDate: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "lastModifiedDate"),
|
|
7189
7185
|
roleArn: import_smithy_client.expectString
|
|
7190
7186
|
});
|
|
7191
7187
|
Object.assign(contents, doc);
|
|
@@ -7200,11 +7196,11 @@ var de_DescribeProvisioningTemplateCommand = /* @__PURE__ */ __name(async (outpu
|
|
|
7200
7196
|
});
|
|
7201
7197
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
7202
7198
|
const doc = (0, import_smithy_client.take)(data, {
|
|
7203
|
-
creationDate: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
7199
|
+
creationDate: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "creationDate"),
|
|
7204
7200
|
defaultVersionId: import_smithy_client.expectInt32,
|
|
7205
7201
|
description: import_smithy_client.expectString,
|
|
7206
7202
|
enabled: import_smithy_client.expectBoolean,
|
|
7207
|
-
lastModifiedDate: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
7203
|
+
lastModifiedDate: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "lastModifiedDate"),
|
|
7208
7204
|
preProvisioningHook: import_smithy_client._json,
|
|
7209
7205
|
provisioningRoleArn: import_smithy_client.expectString,
|
|
7210
7206
|
templateArn: import_smithy_client.expectString,
|
|
@@ -7224,7 +7220,7 @@ var de_DescribeProvisioningTemplateVersionCommand = /* @__PURE__ */ __name(async
|
|
|
7224
7220
|
});
|
|
7225
7221
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
7226
7222
|
const doc = (0, import_smithy_client.take)(data, {
|
|
7227
|
-
creationDate: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
7223
|
+
creationDate: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "creationDate"),
|
|
7228
7224
|
isDefaultVersion: import_smithy_client.expectBoolean,
|
|
7229
7225
|
templateBody: import_smithy_client.expectString,
|
|
7230
7226
|
versionId: import_smithy_client.expectInt32
|
|
@@ -7241,7 +7237,7 @@ var de_DescribeRoleAliasCommand = /* @__PURE__ */ __name(async (output, context)
|
|
|
7241
7237
|
});
|
|
7242
7238
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
7243
7239
|
const doc = (0, import_smithy_client.take)(data, {
|
|
7244
|
-
roleAliasDescription: (_) => de_RoleAliasDescription(_, context)
|
|
7240
|
+
roleAliasDescription: /* @__PURE__ */ __name((_) => de_RoleAliasDescription(_, context), "roleAliasDescription")
|
|
7245
7241
|
});
|
|
7246
7242
|
Object.assign(contents, doc);
|
|
7247
7243
|
return contents;
|
|
@@ -7277,9 +7273,9 @@ var de_DescribeSecurityProfileCommand = /* @__PURE__ */ __name(async (output, co
|
|
|
7277
7273
|
additionalMetricsToRetain: import_smithy_client._json,
|
|
7278
7274
|
additionalMetricsToRetainV2: import_smithy_client._json,
|
|
7279
7275
|
alertTargets: import_smithy_client._json,
|
|
7280
|
-
behaviors: (_) => de_Behaviors(_, context),
|
|
7281
|
-
creationDate: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
7282
|
-
lastModifiedDate: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
7276
|
+
behaviors: /* @__PURE__ */ __name((_) => de_Behaviors(_, context), "behaviors"),
|
|
7277
|
+
creationDate: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "creationDate"),
|
|
7278
|
+
lastModifiedDate: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "lastModifiedDate"),
|
|
7283
7279
|
metricsExportConfig: import_smithy_client._json,
|
|
7284
7280
|
securityProfileArn: import_smithy_client.expectString,
|
|
7285
7281
|
securityProfileDescription: import_smithy_client.expectString,
|
|
@@ -7298,7 +7294,7 @@ var de_DescribeStreamCommand = /* @__PURE__ */ __name(async (output, context) =>
|
|
|
7298
7294
|
});
|
|
7299
7295
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
7300
7296
|
const doc = (0, import_smithy_client.take)(data, {
|
|
7301
|
-
streamInfo: (_) => de_StreamInfo(_, context)
|
|
7297
|
+
streamInfo: /* @__PURE__ */ __name((_) => de_StreamInfo(_, context), "streamInfo")
|
|
7302
7298
|
});
|
|
7303
7299
|
Object.assign(contents, doc);
|
|
7304
7300
|
return contents;
|
|
@@ -7339,7 +7335,7 @@ var de_DescribeThingGroupCommand = /* @__PURE__ */ __name(async (output, context
|
|
|
7339
7335
|
status: import_smithy_client.expectString,
|
|
7340
7336
|
thingGroupArn: import_smithy_client.expectString,
|
|
7341
7337
|
thingGroupId: import_smithy_client.expectString,
|
|
7342
|
-
thingGroupMetadata: (_) => de_ThingGroupMetadata(_, context),
|
|
7338
|
+
thingGroupMetadata: /* @__PURE__ */ __name((_) => de_ThingGroupMetadata(_, context), "thingGroupMetadata"),
|
|
7343
7339
|
thingGroupName: import_smithy_client.expectString,
|
|
7344
7340
|
thingGroupProperties: import_smithy_client._json,
|
|
7345
7341
|
version: import_smithy_client.expectLong
|
|
@@ -7356,11 +7352,11 @@ var de_DescribeThingRegistrationTaskCommand = /* @__PURE__ */ __name(async (outp
|
|
|
7356
7352
|
});
|
|
7357
7353
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
7358
7354
|
const doc = (0, import_smithy_client.take)(data, {
|
|
7359
|
-
creationDate: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
7355
|
+
creationDate: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "creationDate"),
|
|
7360
7356
|
failureCount: import_smithy_client.expectInt32,
|
|
7361
7357
|
inputFileBucket: import_smithy_client.expectString,
|
|
7362
7358
|
inputFileKey: import_smithy_client.expectString,
|
|
7363
|
-
lastModifiedDate: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
7359
|
+
lastModifiedDate: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "lastModifiedDate"),
|
|
7364
7360
|
message: import_smithy_client.expectString,
|
|
7365
7361
|
percentageProgress: import_smithy_client.expectInt32,
|
|
7366
7362
|
roleArn: import_smithy_client.expectString,
|
|
@@ -7383,7 +7379,7 @@ var de_DescribeThingTypeCommand = /* @__PURE__ */ __name(async (output, context)
|
|
|
7383
7379
|
const doc = (0, import_smithy_client.take)(data, {
|
|
7384
7380
|
thingTypeArn: import_smithy_client.expectString,
|
|
7385
7381
|
thingTypeId: import_smithy_client.expectString,
|
|
7386
|
-
thingTypeMetadata: (_) => de_ThingTypeMetadata(_, context),
|
|
7382
|
+
thingTypeMetadata: /* @__PURE__ */ __name((_) => de_ThingTypeMetadata(_, context), "thingTypeMetadata"),
|
|
7387
7383
|
thingTypeName: import_smithy_client.expectString,
|
|
7388
7384
|
thingTypeProperties: import_smithy_client._json
|
|
7389
7385
|
});
|
|
@@ -7470,7 +7466,7 @@ var de_GetBehaviorModelTrainingSummariesCommand = /* @__PURE__ */ __name(async (
|
|
|
7470
7466
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
7471
7467
|
const doc = (0, import_smithy_client.take)(data, {
|
|
7472
7468
|
nextToken: import_smithy_client.expectString,
|
|
7473
|
-
summaries: (_) => de_BehaviorModelTrainingSummaries(_, context)
|
|
7469
|
+
summaries: /* @__PURE__ */ __name((_) => de_BehaviorModelTrainingSummaries(_, context), "summaries")
|
|
7474
7470
|
});
|
|
7475
7471
|
Object.assign(contents, doc);
|
|
7476
7472
|
return contents;
|
|
@@ -7515,14 +7511,14 @@ var de_GetCommandCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
|
7515
7511
|
const doc = (0, import_smithy_client.take)(data, {
|
|
7516
7512
|
commandArn: import_smithy_client.expectString,
|
|
7517
7513
|
commandId: import_smithy_client.expectString,
|
|
7518
|
-
createdAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
7514
|
+
createdAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "createdAt"),
|
|
7519
7515
|
deprecated: import_smithy_client.expectBoolean,
|
|
7520
7516
|
description: import_smithy_client.expectString,
|
|
7521
7517
|
displayName: import_smithy_client.expectString,
|
|
7522
|
-
lastUpdatedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
7523
|
-
mandatoryParameters: (_) => de_CommandParameterList(_, context),
|
|
7518
|
+
lastUpdatedAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "lastUpdatedAt"),
|
|
7519
|
+
mandatoryParameters: /* @__PURE__ */ __name((_) => de_CommandParameterList(_, context), "mandatoryParameters"),
|
|
7524
7520
|
namespace: import_smithy_client.expectString,
|
|
7525
|
-
payload: (_) => de_CommandPayload(_, context),
|
|
7521
|
+
payload: /* @__PURE__ */ __name((_) => de_CommandPayload(_, context), "payload"),
|
|
7526
7522
|
pendingDeletion: import_smithy_client.expectBoolean,
|
|
7527
7523
|
roleArn: import_smithy_client.expectString
|
|
7528
7524
|
});
|
|
@@ -7539,18 +7535,18 @@ var de_GetCommandExecutionCommand = /* @__PURE__ */ __name(async (output, contex
|
|
|
7539
7535
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
7540
7536
|
const doc = (0, import_smithy_client.take)(data, {
|
|
7541
7537
|
commandArn: import_smithy_client.expectString,
|
|
7542
|
-
completedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
7543
|
-
createdAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
7538
|
+
completedAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "completedAt"),
|
|
7539
|
+
createdAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "createdAt"),
|
|
7544
7540
|
executionId: import_smithy_client.expectString,
|
|
7545
7541
|
executionTimeoutSeconds: import_smithy_client.expectLong,
|
|
7546
|
-
lastUpdatedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
7547
|
-
parameters: (_) => de_CommandExecutionParameterMap(_, context),
|
|
7548
|
-
result: (_) => de_CommandExecutionResultMap(_, context),
|
|
7549
|
-
startedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
7542
|
+
lastUpdatedAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "lastUpdatedAt"),
|
|
7543
|
+
parameters: /* @__PURE__ */ __name((_) => de_CommandExecutionParameterMap(_, context), "parameters"),
|
|
7544
|
+
result: /* @__PURE__ */ __name((_) => de_CommandExecutionResultMap(_, context), "result"),
|
|
7545
|
+
startedAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "startedAt"),
|
|
7550
7546
|
status: import_smithy_client.expectString,
|
|
7551
7547
|
statusReason: import_smithy_client._json,
|
|
7552
7548
|
targetArn: import_smithy_client.expectString,
|
|
7553
|
-
timeToLive: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_)))
|
|
7549
|
+
timeToLive: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "timeToLive")
|
|
7554
7550
|
});
|
|
7555
7551
|
Object.assign(contents, doc);
|
|
7556
7552
|
return contents;
|
|
@@ -7622,7 +7618,7 @@ var de_GetOTAUpdateCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
|
7622
7618
|
});
|
|
7623
7619
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
7624
7620
|
const doc = (0, import_smithy_client.take)(data, {
|
|
7625
|
-
otaUpdateInfo: (_) => de_OTAUpdateInfo(_, context)
|
|
7621
|
+
otaUpdateInfo: /* @__PURE__ */ __name((_) => de_OTAUpdateInfo(_, context), "otaUpdateInfo")
|
|
7626
7622
|
});
|
|
7627
7623
|
Object.assign(contents, doc);
|
|
7628
7624
|
return contents;
|
|
@@ -7636,10 +7632,10 @@ var de_GetPackageCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
|
7636
7632
|
});
|
|
7637
7633
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
7638
7634
|
const doc = (0, import_smithy_client.take)(data, {
|
|
7639
|
-
creationDate: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
7635
|
+
creationDate: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "creationDate"),
|
|
7640
7636
|
defaultVersionName: import_smithy_client.expectString,
|
|
7641
7637
|
description: import_smithy_client.expectString,
|
|
7642
|
-
lastModifiedDate: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
7638
|
+
lastModifiedDate: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "lastModifiedDate"),
|
|
7643
7639
|
packageArn: import_smithy_client.expectString,
|
|
7644
7640
|
packageName: import_smithy_client.expectString
|
|
7645
7641
|
});
|
|
@@ -7671,10 +7667,10 @@ var de_GetPackageVersionCommand = /* @__PURE__ */ __name(async (output, context)
|
|
|
7671
7667
|
const doc = (0, import_smithy_client.take)(data, {
|
|
7672
7668
|
artifact: import_smithy_client._json,
|
|
7673
7669
|
attributes: import_smithy_client._json,
|
|
7674
|
-
creationDate: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
7670
|
+
creationDate: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "creationDate"),
|
|
7675
7671
|
description: import_smithy_client.expectString,
|
|
7676
7672
|
errorReason: import_smithy_client.expectString,
|
|
7677
|
-
lastModifiedDate: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
7673
|
+
lastModifiedDate: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "lastModifiedDate"),
|
|
7678
7674
|
packageName: import_smithy_client.expectString,
|
|
7679
7675
|
packageVersionArn: import_smithy_client.expectString,
|
|
7680
7676
|
recipe: import_smithy_client.expectString,
|
|
@@ -7695,7 +7691,7 @@ var de_GetPercentilesCommand = /* @__PURE__ */ __name(async (output, context) =>
|
|
|
7695
7691
|
});
|
|
7696
7692
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
7697
7693
|
const doc = (0, import_smithy_client.take)(data, {
|
|
7698
|
-
percentiles: (_) => de_Percentiles(_, context)
|
|
7694
|
+
percentiles: /* @__PURE__ */ __name((_) => de_Percentiles(_, context), "percentiles")
|
|
7699
7695
|
});
|
|
7700
7696
|
Object.assign(contents, doc);
|
|
7701
7697
|
return contents;
|
|
@@ -7709,10 +7705,10 @@ var de_GetPolicyCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
|
7709
7705
|
});
|
|
7710
7706
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
7711
7707
|
const doc = (0, import_smithy_client.take)(data, {
|
|
7712
|
-
creationDate: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
7708
|
+
creationDate: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "creationDate"),
|
|
7713
7709
|
defaultVersionId: import_smithy_client.expectString,
|
|
7714
7710
|
generationId: import_smithy_client.expectString,
|
|
7715
|
-
lastModifiedDate: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
7711
|
+
lastModifiedDate: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "lastModifiedDate"),
|
|
7716
7712
|
policyArn: import_smithy_client.expectString,
|
|
7717
7713
|
policyDocument: import_smithy_client.expectString,
|
|
7718
7714
|
policyName: import_smithy_client.expectString
|
|
@@ -7729,10 +7725,10 @@ var de_GetPolicyVersionCommand = /* @__PURE__ */ __name(async (output, context)
|
|
|
7729
7725
|
});
|
|
7730
7726
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
7731
7727
|
const doc = (0, import_smithy_client.take)(data, {
|
|
7732
|
-
creationDate: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
7728
|
+
creationDate: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "creationDate"),
|
|
7733
7729
|
generationId: import_smithy_client.expectString,
|
|
7734
7730
|
isDefaultVersion: import_smithy_client.expectBoolean,
|
|
7735
|
-
lastModifiedDate: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
7731
|
+
lastModifiedDate: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "lastModifiedDate"),
|
|
7736
7732
|
policyArn: import_smithy_client.expectString,
|
|
7737
7733
|
policyDocument: import_smithy_client.expectString,
|
|
7738
7734
|
policyName: import_smithy_client.expectString,
|
|
@@ -7764,7 +7760,7 @@ var de_GetStatisticsCommand = /* @__PURE__ */ __name(async (output, context) =>
|
|
|
7764
7760
|
});
|
|
7765
7761
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
7766
7762
|
const doc = (0, import_smithy_client.take)(data, {
|
|
7767
|
-
statistics: (_) => de_Statistics(_, context)
|
|
7763
|
+
statistics: /* @__PURE__ */ __name((_) => de_Statistics(_, context), "statistics")
|
|
7768
7764
|
});
|
|
7769
7765
|
Object.assign(contents, doc);
|
|
7770
7766
|
return contents;
|
|
@@ -7781,7 +7777,7 @@ var de_GetThingConnectivityDataCommand = /* @__PURE__ */ __name(async (output, c
|
|
|
7781
7777
|
connected: import_smithy_client.expectBoolean,
|
|
7782
7778
|
disconnectReason: import_smithy_client.expectString,
|
|
7783
7779
|
thingName: import_smithy_client.expectString,
|
|
7784
|
-
timestamp: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_)))
|
|
7780
|
+
timestamp: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "timestamp")
|
|
7785
7781
|
});
|
|
7786
7782
|
Object.assign(contents, doc);
|
|
7787
7783
|
return contents;
|
|
@@ -7795,7 +7791,7 @@ var de_GetTopicRuleCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
|
7795
7791
|
});
|
|
7796
7792
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
7797
7793
|
const doc = (0, import_smithy_client.take)(data, {
|
|
7798
|
-
rule: (_) => de_TopicRule(_, context),
|
|
7794
|
+
rule: /* @__PURE__ */ __name((_) => de_TopicRule(_, context), "rule"),
|
|
7799
7795
|
ruleArn: import_smithy_client.expectString
|
|
7800
7796
|
});
|
|
7801
7797
|
Object.assign(contents, doc);
|
|
@@ -7810,7 +7806,7 @@ var de_GetTopicRuleDestinationCommand = /* @__PURE__ */ __name(async (output, co
|
|
|
7810
7806
|
});
|
|
7811
7807
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
7812
7808
|
const doc = (0, import_smithy_client.take)(data, {
|
|
7813
|
-
topicRuleDestination: (_) => de_TopicRuleDestination(_, context)
|
|
7809
|
+
topicRuleDestination: /* @__PURE__ */ __name((_) => de_TopicRuleDestination(_, context), "topicRuleDestination")
|
|
7814
7810
|
});
|
|
7815
7811
|
Object.assign(contents, doc);
|
|
7816
7812
|
return contents;
|
|
@@ -7840,7 +7836,7 @@ var de_ListActiveViolationsCommand = /* @__PURE__ */ __name(async (output, conte
|
|
|
7840
7836
|
});
|
|
7841
7837
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
7842
7838
|
const doc = (0, import_smithy_client.take)(data, {
|
|
7843
|
-
activeViolations: (_) => de_ActiveViolations(_, context),
|
|
7839
|
+
activeViolations: /* @__PURE__ */ __name((_) => de_ActiveViolations(_, context), "activeViolations"),
|
|
7844
7840
|
nextToken: import_smithy_client.expectString
|
|
7845
7841
|
});
|
|
7846
7842
|
Object.assign(contents, doc);
|
|
@@ -7870,7 +7866,7 @@ var de_ListAuditFindingsCommand = /* @__PURE__ */ __name(async (output, context)
|
|
|
7870
7866
|
});
|
|
7871
7867
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
7872
7868
|
const doc = (0, import_smithy_client.take)(data, {
|
|
7873
|
-
findings: (_) => de_AuditFindings(_, context),
|
|
7869
|
+
findings: /* @__PURE__ */ __name((_) => de_AuditFindings(_, context), "findings"),
|
|
7874
7870
|
nextToken: import_smithy_client.expectString
|
|
7875
7871
|
});
|
|
7876
7872
|
Object.assign(contents, doc);
|
|
@@ -7885,7 +7881,7 @@ var de_ListAuditMitigationActionsExecutionsCommand = /* @__PURE__ */ __name(asyn
|
|
|
7885
7881
|
});
|
|
7886
7882
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
7887
7883
|
const doc = (0, import_smithy_client.take)(data, {
|
|
7888
|
-
actionsExecutions: (_) => de_AuditMitigationActionExecutionMetadataList(_, context),
|
|
7884
|
+
actionsExecutions: /* @__PURE__ */ __name((_) => de_AuditMitigationActionExecutionMetadataList(_, context), "actionsExecutions"),
|
|
7889
7885
|
nextToken: import_smithy_client.expectString
|
|
7890
7886
|
});
|
|
7891
7887
|
Object.assign(contents, doc);
|
|
@@ -7901,7 +7897,7 @@ var de_ListAuditMitigationActionsTasksCommand = /* @__PURE__ */ __name(async (ou
|
|
|
7901
7897
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
7902
7898
|
const doc = (0, import_smithy_client.take)(data, {
|
|
7903
7899
|
nextToken: import_smithy_client.expectString,
|
|
7904
|
-
tasks: (_) => de_AuditMitigationActionsTaskMetadataList(_, context)
|
|
7900
|
+
tasks: /* @__PURE__ */ __name((_) => de_AuditMitigationActionsTaskMetadataList(_, context), "tasks")
|
|
7905
7901
|
});
|
|
7906
7902
|
Object.assign(contents, doc);
|
|
7907
7903
|
return contents;
|
|
@@ -7916,7 +7912,7 @@ var de_ListAuditSuppressionsCommand = /* @__PURE__ */ __name(async (output, cont
|
|
|
7916
7912
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
7917
7913
|
const doc = (0, import_smithy_client.take)(data, {
|
|
7918
7914
|
nextToken: import_smithy_client.expectString,
|
|
7919
|
-
suppressions: (_) => de_AuditSuppressionList(_, context)
|
|
7915
|
+
suppressions: /* @__PURE__ */ __name((_) => de_AuditSuppressionList(_, context), "suppressions")
|
|
7920
7916
|
});
|
|
7921
7917
|
Object.assign(contents, doc);
|
|
7922
7918
|
return contents;
|
|
@@ -7975,7 +7971,7 @@ var de_ListCACertificatesCommand = /* @__PURE__ */ __name(async (output, context
|
|
|
7975
7971
|
});
|
|
7976
7972
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
7977
7973
|
const doc = (0, import_smithy_client.take)(data, {
|
|
7978
|
-
certificates: (_) => de_CACertificates(_, context),
|
|
7974
|
+
certificates: /* @__PURE__ */ __name((_) => de_CACertificates(_, context), "certificates"),
|
|
7979
7975
|
nextMarker: import_smithy_client.expectString
|
|
7980
7976
|
});
|
|
7981
7977
|
Object.assign(contents, doc);
|
|
@@ -8005,7 +8001,7 @@ var de_ListCertificatesCommand = /* @__PURE__ */ __name(async (output, context)
|
|
|
8005
8001
|
});
|
|
8006
8002
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
8007
8003
|
const doc = (0, import_smithy_client.take)(data, {
|
|
8008
|
-
certificates: (_) => de_Certificates(_, context),
|
|
8004
|
+
certificates: /* @__PURE__ */ __name((_) => de_Certificates(_, context), "certificates"),
|
|
8009
8005
|
nextMarker: import_smithy_client.expectString
|
|
8010
8006
|
});
|
|
8011
8007
|
Object.assign(contents, doc);
|
|
@@ -8020,7 +8016,7 @@ var de_ListCertificatesByCACommand = /* @__PURE__ */ __name(async (output, conte
|
|
|
8020
8016
|
});
|
|
8021
8017
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
8022
8018
|
const doc = (0, import_smithy_client.take)(data, {
|
|
8023
|
-
certificates: (_) => de_Certificates(_, context),
|
|
8019
|
+
certificates: /* @__PURE__ */ __name((_) => de_Certificates(_, context), "certificates"),
|
|
8024
8020
|
nextMarker: import_smithy_client.expectString
|
|
8025
8021
|
});
|
|
8026
8022
|
Object.assign(contents, doc);
|
|
@@ -8035,7 +8031,7 @@ var de_ListCommandExecutionsCommand = /* @__PURE__ */ __name(async (output, cont
|
|
|
8035
8031
|
});
|
|
8036
8032
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
8037
8033
|
const doc = (0, import_smithy_client.take)(data, {
|
|
8038
|
-
commandExecutions: (_) => de_CommandExecutionSummaryList(_, context),
|
|
8034
|
+
commandExecutions: /* @__PURE__ */ __name((_) => de_CommandExecutionSummaryList(_, context), "commandExecutions"),
|
|
8039
8035
|
nextToken: import_smithy_client.expectString
|
|
8040
8036
|
});
|
|
8041
8037
|
Object.assign(contents, doc);
|
|
@@ -8050,7 +8046,7 @@ var de_ListCommandsCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
|
8050
8046
|
});
|
|
8051
8047
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
8052
8048
|
const doc = (0, import_smithy_client.take)(data, {
|
|
8053
|
-
commands: (_) => de_CommandSummaryList(_, context),
|
|
8049
|
+
commands: /* @__PURE__ */ __name((_) => de_CommandSummaryList(_, context), "commands"),
|
|
8054
8050
|
nextToken: import_smithy_client.expectString
|
|
8055
8051
|
});
|
|
8056
8052
|
Object.assign(contents, doc);
|
|
@@ -8080,7 +8076,7 @@ var de_ListDetectMitigationActionsExecutionsCommand = /* @__PURE__ */ __name(asy
|
|
|
8080
8076
|
});
|
|
8081
8077
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
8082
8078
|
const doc = (0, import_smithy_client.take)(data, {
|
|
8083
|
-
actionsExecutions: (_) => de_DetectMitigationActionExecutionList(_, context),
|
|
8079
|
+
actionsExecutions: /* @__PURE__ */ __name((_) => de_DetectMitigationActionExecutionList(_, context), "actionsExecutions"),
|
|
8084
8080
|
nextToken: import_smithy_client.expectString
|
|
8085
8081
|
});
|
|
8086
8082
|
Object.assign(contents, doc);
|
|
@@ -8096,7 +8092,7 @@ var de_ListDetectMitigationActionsTasksCommand = /* @__PURE__ */ __name(async (o
|
|
|
8096
8092
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
8097
8093
|
const doc = (0, import_smithy_client.take)(data, {
|
|
8098
8094
|
nextToken: import_smithy_client.expectString,
|
|
8099
|
-
tasks: (_) => de_DetectMitigationActionsTaskSummaryList(_, context)
|
|
8095
|
+
tasks: /* @__PURE__ */ __name((_) => de_DetectMitigationActionsTaskSummaryList(_, context), "tasks")
|
|
8100
8096
|
});
|
|
8101
8097
|
Object.assign(contents, doc);
|
|
8102
8098
|
return contents;
|
|
@@ -8170,7 +8166,7 @@ var de_ListJobExecutionsForJobCommand = /* @__PURE__ */ __name(async (output, co
|
|
|
8170
8166
|
});
|
|
8171
8167
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
8172
8168
|
const doc = (0, import_smithy_client.take)(data, {
|
|
8173
|
-
executionSummaries: (_) => de_JobExecutionSummaryForJobList(_, context),
|
|
8169
|
+
executionSummaries: /* @__PURE__ */ __name((_) => de_JobExecutionSummaryForJobList(_, context), "executionSummaries"),
|
|
8174
8170
|
nextToken: import_smithy_client.expectString
|
|
8175
8171
|
});
|
|
8176
8172
|
Object.assign(contents, doc);
|
|
@@ -8185,7 +8181,7 @@ var de_ListJobExecutionsForThingCommand = /* @__PURE__ */ __name(async (output,
|
|
|
8185
8181
|
});
|
|
8186
8182
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
8187
8183
|
const doc = (0, import_smithy_client.take)(data, {
|
|
8188
|
-
executionSummaries: (_) => de_JobExecutionSummaryForThingList(_, context),
|
|
8184
|
+
executionSummaries: /* @__PURE__ */ __name((_) => de_JobExecutionSummaryForThingList(_, context), "executionSummaries"),
|
|
8189
8185
|
nextToken: import_smithy_client.expectString
|
|
8190
8186
|
});
|
|
8191
8187
|
Object.assign(contents, doc);
|
|
@@ -8200,7 +8196,7 @@ var de_ListJobsCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
|
8200
8196
|
});
|
|
8201
8197
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
8202
8198
|
const doc = (0, import_smithy_client.take)(data, {
|
|
8203
|
-
jobs: (_) => de_JobSummaryList(_, context),
|
|
8199
|
+
jobs: /* @__PURE__ */ __name((_) => de_JobSummaryList(_, context), "jobs"),
|
|
8204
8200
|
nextToken: import_smithy_client.expectString
|
|
8205
8201
|
});
|
|
8206
8202
|
Object.assign(contents, doc);
|
|
@@ -8215,7 +8211,7 @@ var de_ListJobTemplatesCommand = /* @__PURE__ */ __name(async (output, context)
|
|
|
8215
8211
|
});
|
|
8216
8212
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
8217
8213
|
const doc = (0, import_smithy_client.take)(data, {
|
|
8218
|
-
jobTemplates: (_) => de_JobTemplateSummaryList(_, context),
|
|
8214
|
+
jobTemplates: /* @__PURE__ */ __name((_) => de_JobTemplateSummaryList(_, context), "jobTemplates"),
|
|
8219
8215
|
nextToken: import_smithy_client.expectString
|
|
8220
8216
|
});
|
|
8221
8217
|
Object.assign(contents, doc);
|
|
@@ -8245,7 +8241,7 @@ var de_ListMetricValuesCommand = /* @__PURE__ */ __name(async (output, context)
|
|
|
8245
8241
|
});
|
|
8246
8242
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
8247
8243
|
const doc = (0, import_smithy_client.take)(data, {
|
|
8248
|
-
metricDatumList: (_) => de_MetricDatumList(_, context),
|
|
8244
|
+
metricDatumList: /* @__PURE__ */ __name((_) => de_MetricDatumList(_, context), "metricDatumList"),
|
|
8249
8245
|
nextToken: import_smithy_client.expectString
|
|
8250
8246
|
});
|
|
8251
8247
|
Object.assign(contents, doc);
|
|
@@ -8260,7 +8256,7 @@ var de_ListMitigationActionsCommand = /* @__PURE__ */ __name(async (output, cont
|
|
|
8260
8256
|
});
|
|
8261
8257
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
8262
8258
|
const doc = (0, import_smithy_client.take)(data, {
|
|
8263
|
-
actionIdentifiers: (_) => de_MitigationActionIdentifierList(_, context),
|
|
8259
|
+
actionIdentifiers: /* @__PURE__ */ __name((_) => de_MitigationActionIdentifierList(_, context), "actionIdentifiers"),
|
|
8264
8260
|
nextToken: import_smithy_client.expectString
|
|
8265
8261
|
});
|
|
8266
8262
|
Object.assign(contents, doc);
|
|
@@ -8276,7 +8272,7 @@ var de_ListOTAUpdatesCommand = /* @__PURE__ */ __name(async (output, context) =>
|
|
|
8276
8272
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
8277
8273
|
const doc = (0, import_smithy_client.take)(data, {
|
|
8278
8274
|
nextToken: import_smithy_client.expectString,
|
|
8279
|
-
otaUpdates: (_) => de_OTAUpdatesSummary(_, context)
|
|
8275
|
+
otaUpdates: /* @__PURE__ */ __name((_) => de_OTAUpdatesSummary(_, context), "otaUpdates")
|
|
8280
8276
|
});
|
|
8281
8277
|
Object.assign(contents, doc);
|
|
8282
8278
|
return contents;
|
|
@@ -8291,7 +8287,7 @@ var de_ListOutgoingCertificatesCommand = /* @__PURE__ */ __name(async (output, c
|
|
|
8291
8287
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
8292
8288
|
const doc = (0, import_smithy_client.take)(data, {
|
|
8293
8289
|
nextMarker: import_smithy_client.expectString,
|
|
8294
|
-
outgoingCertificates: (_) => de_OutgoingCertificates(_, context)
|
|
8290
|
+
outgoingCertificates: /* @__PURE__ */ __name((_) => de_OutgoingCertificates(_, context), "outgoingCertificates")
|
|
8295
8291
|
});
|
|
8296
8292
|
Object.assign(contents, doc);
|
|
8297
8293
|
return contents;
|
|
@@ -8306,7 +8302,7 @@ var de_ListPackagesCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
|
8306
8302
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
8307
8303
|
const doc = (0, import_smithy_client.take)(data, {
|
|
8308
8304
|
nextToken: import_smithy_client.expectString,
|
|
8309
|
-
packageSummaries: (_) => de_PackageSummaryList(_, context)
|
|
8305
|
+
packageSummaries: /* @__PURE__ */ __name((_) => de_PackageSummaryList(_, context), "packageSummaries")
|
|
8310
8306
|
});
|
|
8311
8307
|
Object.assign(contents, doc);
|
|
8312
8308
|
return contents;
|
|
@@ -8321,7 +8317,7 @@ var de_ListPackageVersionsCommand = /* @__PURE__ */ __name(async (output, contex
|
|
|
8321
8317
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
8322
8318
|
const doc = (0, import_smithy_client.take)(data, {
|
|
8323
8319
|
nextToken: import_smithy_client.expectString,
|
|
8324
|
-
packageVersionSummaries: (_) => de_PackageVersionSummaryList(_, context)
|
|
8320
|
+
packageVersionSummaries: /* @__PURE__ */ __name((_) => de_PackageVersionSummaryList(_, context), "packageVersionSummaries")
|
|
8325
8321
|
});
|
|
8326
8322
|
Object.assign(contents, doc);
|
|
8327
8323
|
return contents;
|
|
@@ -8365,7 +8361,7 @@ var de_ListPolicyVersionsCommand = /* @__PURE__ */ __name(async (output, context
|
|
|
8365
8361
|
});
|
|
8366
8362
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
8367
8363
|
const doc = (0, import_smithy_client.take)(data, {
|
|
8368
|
-
policyVersions: (_) => de_PolicyVersions(_, context)
|
|
8364
|
+
policyVersions: /* @__PURE__ */ __name((_) => de_PolicyVersions(_, context), "policyVersions")
|
|
8369
8365
|
});
|
|
8370
8366
|
Object.assign(contents, doc);
|
|
8371
8367
|
return contents;
|
|
@@ -8425,7 +8421,7 @@ var de_ListProvisioningTemplatesCommand = /* @__PURE__ */ __name(async (output,
|
|
|
8425
8421
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
8426
8422
|
const doc = (0, import_smithy_client.take)(data, {
|
|
8427
8423
|
nextToken: import_smithy_client.expectString,
|
|
8428
|
-
templates: (_) => de_ProvisioningTemplateListing(_, context)
|
|
8424
|
+
templates: /* @__PURE__ */ __name((_) => de_ProvisioningTemplateListing(_, context), "templates")
|
|
8429
8425
|
});
|
|
8430
8426
|
Object.assign(contents, doc);
|
|
8431
8427
|
return contents;
|
|
@@ -8440,7 +8436,7 @@ var de_ListProvisioningTemplateVersionsCommand = /* @__PURE__ */ __name(async (o
|
|
|
8440
8436
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
8441
8437
|
const doc = (0, import_smithy_client.take)(data, {
|
|
8442
8438
|
nextToken: import_smithy_client.expectString,
|
|
8443
|
-
versions: (_) => de_ProvisioningTemplateVersionListing(_, context)
|
|
8439
|
+
versions: /* @__PURE__ */ __name((_) => de_ProvisioningTemplateVersionListing(_, context), "versions")
|
|
8444
8440
|
});
|
|
8445
8441
|
Object.assign(contents, doc);
|
|
8446
8442
|
return contents;
|
|
@@ -8741,7 +8737,7 @@ var de_ListThingTypesCommand = /* @__PURE__ */ __name(async (output, context) =>
|
|
|
8741
8737
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
8742
8738
|
const doc = (0, import_smithy_client.take)(data, {
|
|
8743
8739
|
nextToken: import_smithy_client.expectString,
|
|
8744
|
-
thingTypes: (_) => de_ThingTypeList(_, context)
|
|
8740
|
+
thingTypes: /* @__PURE__ */ __name((_) => de_ThingTypeList(_, context), "thingTypes")
|
|
8745
8741
|
});
|
|
8746
8742
|
Object.assign(contents, doc);
|
|
8747
8743
|
return contents;
|
|
@@ -8755,7 +8751,7 @@ var de_ListTopicRuleDestinationsCommand = /* @__PURE__ */ __name(async (output,
|
|
|
8755
8751
|
});
|
|
8756
8752
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
8757
8753
|
const doc = (0, import_smithy_client.take)(data, {
|
|
8758
|
-
destinationSummaries: (_) => de_TopicRuleDestinationSummaries(_, context),
|
|
8754
|
+
destinationSummaries: /* @__PURE__ */ __name((_) => de_TopicRuleDestinationSummaries(_, context), "destinationSummaries"),
|
|
8759
8755
|
nextToken: import_smithy_client.expectString
|
|
8760
8756
|
});
|
|
8761
8757
|
Object.assign(contents, doc);
|
|
@@ -8771,7 +8767,7 @@ var de_ListTopicRulesCommand = /* @__PURE__ */ __name(async (output, context) =>
|
|
|
8771
8767
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
8772
8768
|
const doc = (0, import_smithy_client.take)(data, {
|
|
8773
8769
|
nextToken: import_smithy_client.expectString,
|
|
8774
|
-
rules: (_) => de_TopicRuleList(_, context)
|
|
8770
|
+
rules: /* @__PURE__ */ __name((_) => de_TopicRuleList(_, context), "rules")
|
|
8775
8771
|
});
|
|
8776
8772
|
Object.assign(contents, doc);
|
|
8777
8773
|
return contents;
|
|
@@ -8801,7 +8797,7 @@ var de_ListViolationEventsCommand = /* @__PURE__ */ __name(async (output, contex
|
|
|
8801
8797
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
8802
8798
|
const doc = (0, import_smithy_client.take)(data, {
|
|
8803
8799
|
nextToken: import_smithy_client.expectString,
|
|
8804
|
-
violationEvents: (_) => de_ViolationEvents(_, context)
|
|
8800
|
+
violationEvents: /* @__PURE__ */ __name((_) => de_ViolationEvents(_, context), "violationEvents")
|
|
8805
8801
|
});
|
|
8806
8802
|
Object.assign(contents, doc);
|
|
8807
8803
|
return contents;
|
|
@@ -9216,7 +9212,7 @@ var de_UpdateCommandCommand = /* @__PURE__ */ __name(async (output, context) =>
|
|
|
9216
9212
|
deprecated: import_smithy_client.expectBoolean,
|
|
9217
9213
|
description: import_smithy_client.expectString,
|
|
9218
9214
|
displayName: import_smithy_client.expectString,
|
|
9219
|
-
lastUpdatedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_)))
|
|
9215
|
+
lastUpdatedAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "lastUpdatedAt")
|
|
9220
9216
|
});
|
|
9221
9217
|
Object.assign(contents, doc);
|
|
9222
9218
|
return contents;
|
|
@@ -9230,9 +9226,9 @@ var de_UpdateCustomMetricCommand = /* @__PURE__ */ __name(async (output, context
|
|
|
9230
9226
|
});
|
|
9231
9227
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
9232
9228
|
const doc = (0, import_smithy_client.take)(data, {
|
|
9233
|
-
creationDate: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
9229
|
+
creationDate: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "creationDate"),
|
|
9234
9230
|
displayName: import_smithy_client.expectString,
|
|
9235
|
-
lastModifiedDate: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
9231
|
+
lastModifiedDate: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "lastModifiedDate"),
|
|
9236
9232
|
metricArn: import_smithy_client.expectString,
|
|
9237
9233
|
metricName: import_smithy_client.expectString,
|
|
9238
9234
|
metricType: import_smithy_client.expectString
|
|
@@ -9250,8 +9246,8 @@ var de_UpdateDimensionCommand = /* @__PURE__ */ __name(async (output, context) =
|
|
|
9250
9246
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
9251
9247
|
const doc = (0, import_smithy_client.take)(data, {
|
|
9252
9248
|
arn: import_smithy_client.expectString,
|
|
9253
|
-
creationDate: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
9254
|
-
lastModifiedDate: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
9249
|
+
creationDate: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "creationDate"),
|
|
9250
|
+
lastModifiedDate: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "lastModifiedDate"),
|
|
9255
9251
|
name: import_smithy_client.expectString,
|
|
9256
9252
|
stringValues: import_smithy_client._json,
|
|
9257
9253
|
type: import_smithy_client.expectString
|
|
@@ -9424,9 +9420,9 @@ var de_UpdateSecurityProfileCommand = /* @__PURE__ */ __name(async (output, cont
|
|
|
9424
9420
|
additionalMetricsToRetain: import_smithy_client._json,
|
|
9425
9421
|
additionalMetricsToRetainV2: import_smithy_client._json,
|
|
9426
9422
|
alertTargets: import_smithy_client._json,
|
|
9427
|
-
behaviors: (_) => de_Behaviors(_, context),
|
|
9428
|
-
creationDate: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
9429
|
-
lastModifiedDate: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
9423
|
+
behaviors: /* @__PURE__ */ __name((_) => de_Behaviors(_, context), "behaviors"),
|
|
9424
|
+
creationDate: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "creationDate"),
|
|
9425
|
+
lastModifiedDate: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "lastModifiedDate"),
|
|
9430
9426
|
metricsExportConfig: import_smithy_client._json,
|
|
9431
9427
|
securityProfileArn: import_smithy_client.expectString,
|
|
9432
9428
|
securityProfileDescription: import_smithy_client.expectString,
|
|
@@ -10072,7 +10068,7 @@ var de_VersionsLimitExceededExceptionRes = /* @__PURE__ */ __name(async (parsedO
|
|
|
10072
10068
|
}, "de_VersionsLimitExceededExceptionRes");
|
|
10073
10069
|
var se_AbortConfig = /* @__PURE__ */ __name((input, context) => {
|
|
10074
10070
|
return (0, import_smithy_client.take)(input, {
|
|
10075
|
-
criteriaList: (_) => se_AbortCriteriaList(_, context)
|
|
10071
|
+
criteriaList: /* @__PURE__ */ __name((_) => se_AbortCriteriaList(_, context), "criteriaList")
|
|
10076
10072
|
});
|
|
10077
10073
|
}, "se_AbortConfig");
|
|
10078
10074
|
var se_AbortCriteria = /* @__PURE__ */ __name((input, context) => {
|
|
@@ -10090,7 +10086,7 @@ var se_AbortCriteriaList = /* @__PURE__ */ __name((input, context) => {
|
|
|
10090
10086
|
}, "se_AbortCriteriaList");
|
|
10091
10087
|
var se_AwsJobAbortConfig = /* @__PURE__ */ __name((input, context) => {
|
|
10092
10088
|
return (0, import_smithy_client.take)(input, {
|
|
10093
|
-
abortCriteriaList: (_) => se_AwsJobAbortCriteriaList(_, context)
|
|
10089
|
+
abortCriteriaList: /* @__PURE__ */ __name((_) => se_AwsJobAbortCriteriaList(_, context), "abortCriteriaList")
|
|
10094
10090
|
});
|
|
10095
10091
|
}, "se_AwsJobAbortConfig");
|
|
10096
10092
|
var se_AwsJobAbortCriteria = /* @__PURE__ */ __name((input, context) => {
|
|
@@ -10108,7 +10104,7 @@ var se_AwsJobAbortCriteriaList = /* @__PURE__ */ __name((input, context) => {
|
|
|
10108
10104
|
}, "se_AwsJobAbortCriteriaList");
|
|
10109
10105
|
var se_AwsJobExecutionsRolloutConfig = /* @__PURE__ */ __name((input, context) => {
|
|
10110
10106
|
return (0, import_smithy_client.take)(input, {
|
|
10111
|
-
exponentialRate: (_) => se_AwsJobExponentialRolloutRate(_, context),
|
|
10107
|
+
exponentialRate: /* @__PURE__ */ __name((_) => se_AwsJobExponentialRolloutRate(_, context), "exponentialRate"),
|
|
10112
10108
|
maximumPerMinute: []
|
|
10113
10109
|
});
|
|
10114
10110
|
}, "se_AwsJobExecutionsRolloutConfig");
|
|
@@ -10121,7 +10117,7 @@ var se_AwsJobExponentialRolloutRate = /* @__PURE__ */ __name((input, context) =>
|
|
|
10121
10117
|
}, "se_AwsJobExponentialRolloutRate");
|
|
10122
10118
|
var se_Behavior = /* @__PURE__ */ __name((input, context) => {
|
|
10123
10119
|
return (0, import_smithy_client.take)(input, {
|
|
10124
|
-
criteria: (_) => se_BehaviorCriteria(_, context),
|
|
10120
|
+
criteria: /* @__PURE__ */ __name((_) => se_BehaviorCriteria(_, context), "criteria"),
|
|
10125
10121
|
exportMetric: [],
|
|
10126
10122
|
metric: [],
|
|
10127
10123
|
metricDimension: import_smithy_client._json,
|
|
@@ -10137,7 +10133,7 @@ var se_BehaviorCriteria = /* @__PURE__ */ __name((input, context) => {
|
|
|
10137
10133
|
durationSeconds: [],
|
|
10138
10134
|
mlDetectionConfig: import_smithy_client._json,
|
|
10139
10135
|
statisticalThreshold: import_smithy_client._json,
|
|
10140
|
-
value: (_) => se_MetricValue(_, context)
|
|
10136
|
+
value: /* @__PURE__ */ __name((_) => se_MetricValue(_, context), "value")
|
|
10141
10137
|
});
|
|
10142
10138
|
}, "se_BehaviorCriteria");
|
|
10143
10139
|
var se_Behaviors = /* @__PURE__ */ __name((input, context) => {
|
|
@@ -10148,7 +10144,7 @@ var se_Behaviors = /* @__PURE__ */ __name((input, context) => {
|
|
|
10148
10144
|
var se_CodeSigning = /* @__PURE__ */ __name((input, context) => {
|
|
10149
10145
|
return (0, import_smithy_client.take)(input, {
|
|
10150
10146
|
awsSignerJobId: [],
|
|
10151
|
-
customCodeSigning: (_) => se_CustomCodeSigning(_, context),
|
|
10147
|
+
customCodeSigning: /* @__PURE__ */ __name((_) => se_CustomCodeSigning(_, context), "customCodeSigning"),
|
|
10152
10148
|
startSigningJobParameter: import_smithy_client._json
|
|
10153
10149
|
});
|
|
10154
10150
|
}, "se_CodeSigning");
|
|
@@ -10159,10 +10155,10 @@ var se_CodeSigningSignature = /* @__PURE__ */ __name((input, context) => {
|
|
|
10159
10155
|
}, "se_CodeSigningSignature");
|
|
10160
10156
|
var se_CommandParameter = /* @__PURE__ */ __name((input, context) => {
|
|
10161
10157
|
return (0, import_smithy_client.take)(input, {
|
|
10162
|
-
defaultValue: (_) => se_CommandParameterValue(_, context),
|
|
10158
|
+
defaultValue: /* @__PURE__ */ __name((_) => se_CommandParameterValue(_, context), "defaultValue"),
|
|
10163
10159
|
description: [],
|
|
10164
10160
|
name: [],
|
|
10165
|
-
value: (_) => se_CommandParameterValue(_, context)
|
|
10161
|
+
value: /* @__PURE__ */ __name((_) => se_CommandParameterValue(_, context), "value")
|
|
10166
10162
|
});
|
|
10167
10163
|
}, "se_CommandParameter");
|
|
10168
10164
|
var se_CommandParameterList = /* @__PURE__ */ __name((input, context) => {
|
|
@@ -10191,7 +10187,7 @@ var se_CustomCodeSigning = /* @__PURE__ */ __name((input, context) => {
|
|
|
10191
10187
|
return (0, import_smithy_client.take)(input, {
|
|
10192
10188
|
certificateChain: import_smithy_client._json,
|
|
10193
10189
|
hashAlgorithm: [],
|
|
10194
|
-
signature: (_) => se_CodeSigningSignature(_, context),
|
|
10190
|
+
signature: /* @__PURE__ */ __name((_) => se_CodeSigningSignature(_, context), "signature"),
|
|
10195
10191
|
signatureAlgorithm: []
|
|
10196
10192
|
});
|
|
10197
10193
|
}, "se_CustomCodeSigning");
|
|
@@ -10204,7 +10200,7 @@ var se_ExponentialRolloutRate = /* @__PURE__ */ __name((input, context) => {
|
|
|
10204
10200
|
}, "se_ExponentialRolloutRate");
|
|
10205
10201
|
var se_JobExecutionsRolloutConfig = /* @__PURE__ */ __name((input, context) => {
|
|
10206
10202
|
return (0, import_smithy_client.take)(input, {
|
|
10207
|
-
exponentialRate: (_) => se_ExponentialRolloutRate(_, context),
|
|
10203
|
+
exponentialRate: /* @__PURE__ */ __name((_) => se_ExponentialRolloutRate(_, context), "exponentialRate"),
|
|
10208
10204
|
maximumPerMinute: []
|
|
10209
10205
|
});
|
|
10210
10206
|
}, "se_JobExecutionsRolloutConfig");
|
|
@@ -10213,7 +10209,7 @@ var se_MetricValue = /* @__PURE__ */ __name((input, context) => {
|
|
|
10213
10209
|
cidrs: import_smithy_client._json,
|
|
10214
10210
|
count: [],
|
|
10215
10211
|
number: import_smithy_client.serializeFloat,
|
|
10216
|
-
numbers: (_) => se_NumberList(_, context),
|
|
10212
|
+
numbers: /* @__PURE__ */ __name((_) => se_NumberList(_, context), "numbers"),
|
|
10217
10213
|
ports: import_smithy_client._json,
|
|
10218
10214
|
strings: import_smithy_client._json
|
|
10219
10215
|
});
|
|
@@ -10233,7 +10229,7 @@ var se_NumberList = /* @__PURE__ */ __name((input, context) => {
|
|
|
10233
10229
|
var se_OTAUpdateFile = /* @__PURE__ */ __name((input, context) => {
|
|
10234
10230
|
return (0, import_smithy_client.take)(input, {
|
|
10235
10231
|
attributes: import_smithy_client._json,
|
|
10236
|
-
codeSigning: (_) => se_CodeSigning(_, context),
|
|
10232
|
+
codeSigning: /* @__PURE__ */ __name((_) => se_CodeSigning(_, context), "codeSigning"),
|
|
10237
10233
|
fileLocation: import_smithy_client._json,
|
|
10238
10234
|
fileName: [],
|
|
10239
10235
|
fileType: [],
|
|
@@ -10252,13 +10248,13 @@ var se_PercentList = /* @__PURE__ */ __name((input, context) => {
|
|
|
10252
10248
|
}, "se_PercentList");
|
|
10253
10249
|
var se_ViolationEventOccurrenceRange = /* @__PURE__ */ __name((input, context) => {
|
|
10254
10250
|
return (0, import_smithy_client.take)(input, {
|
|
10255
|
-
endTime: (_) => _.getTime() / 1e3,
|
|
10256
|
-
startTime: (_) => _.getTime() / 1e3
|
|
10251
|
+
endTime: /* @__PURE__ */ __name((_) => _.getTime() / 1e3, "endTime"),
|
|
10252
|
+
startTime: /* @__PURE__ */ __name((_) => _.getTime() / 1e3, "startTime")
|
|
10257
10253
|
});
|
|
10258
10254
|
}, "se_ViolationEventOccurrenceRange");
|
|
10259
10255
|
var de_AbortConfig = /* @__PURE__ */ __name((output, context) => {
|
|
10260
10256
|
return (0, import_smithy_client.take)(output, {
|
|
10261
|
-
criteriaList: (_) => de_AbortCriteriaList(_, context)
|
|
10257
|
+
criteriaList: /* @__PURE__ */ __name((_) => de_AbortCriteriaList(_, context), "criteriaList")
|
|
10262
10258
|
});
|
|
10263
10259
|
}, "de_AbortConfig");
|
|
10264
10260
|
var de_AbortCriteria = /* @__PURE__ */ __name((output, context) => {
|
|
@@ -10277,16 +10273,16 @@ var de_AbortCriteriaList = /* @__PURE__ */ __name((output, context) => {
|
|
|
10277
10273
|
}, "de_AbortCriteriaList");
|
|
10278
10274
|
var de_ActiveViolation = /* @__PURE__ */ __name((output, context) => {
|
|
10279
10275
|
return (0, import_smithy_client.take)(output, {
|
|
10280
|
-
behavior: (_) => de_Behavior(_, context),
|
|
10281
|
-
lastViolationTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
10282
|
-
lastViolationValue: (_) => de_MetricValue(_, context),
|
|
10276
|
+
behavior: /* @__PURE__ */ __name((_) => de_Behavior(_, context), "behavior"),
|
|
10277
|
+
lastViolationTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "lastViolationTime"),
|
|
10278
|
+
lastViolationValue: /* @__PURE__ */ __name((_) => de_MetricValue(_, context), "lastViolationValue"),
|
|
10283
10279
|
securityProfileName: import_smithy_client.expectString,
|
|
10284
10280
|
thingName: import_smithy_client.expectString,
|
|
10285
10281
|
verificationState: import_smithy_client.expectString,
|
|
10286
10282
|
verificationStateDescription: import_smithy_client.expectString,
|
|
10287
10283
|
violationEventAdditionalInfo: import_smithy_client._json,
|
|
10288
10284
|
violationId: import_smithy_client.expectString,
|
|
10289
|
-
violationStartTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_)))
|
|
10285
|
+
violationStartTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "violationStartTime")
|
|
10290
10286
|
});
|
|
10291
10287
|
}, "de_ActiveViolation");
|
|
10292
10288
|
var de_ActiveViolations = /* @__PURE__ */ __name((output, context) => {
|
|
@@ -10299,7 +10295,7 @@ var de_AuditFinding = /* @__PURE__ */ __name((output, context) => {
|
|
|
10299
10295
|
return (0, import_smithy_client.take)(output, {
|
|
10300
10296
|
checkName: import_smithy_client.expectString,
|
|
10301
10297
|
findingId: import_smithy_client.expectString,
|
|
10302
|
-
findingTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
10298
|
+
findingTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "findingTime"),
|
|
10303
10299
|
isSuppressed: import_smithy_client.expectBoolean,
|
|
10304
10300
|
nonCompliantResource: import_smithy_client._json,
|
|
10305
10301
|
reasonForNonCompliance: import_smithy_client.expectString,
|
|
@@ -10307,7 +10303,7 @@ var de_AuditFinding = /* @__PURE__ */ __name((output, context) => {
|
|
|
10307
10303
|
relatedResources: import_smithy_client._json,
|
|
10308
10304
|
severity: import_smithy_client.expectString,
|
|
10309
10305
|
taskId: import_smithy_client.expectString,
|
|
10310
|
-
taskStartTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_)))
|
|
10306
|
+
taskStartTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "taskStartTime")
|
|
10311
10307
|
});
|
|
10312
10308
|
}, "de_AuditFinding");
|
|
10313
10309
|
var de_AuditFindings = /* @__PURE__ */ __name((output, context) => {
|
|
@@ -10320,11 +10316,11 @@ var de_AuditMitigationActionExecutionMetadata = /* @__PURE__ */ __name((output,
|
|
|
10320
10316
|
return (0, import_smithy_client.take)(output, {
|
|
10321
10317
|
actionId: import_smithy_client.expectString,
|
|
10322
10318
|
actionName: import_smithy_client.expectString,
|
|
10323
|
-
endTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
10319
|
+
endTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "endTime"),
|
|
10324
10320
|
errorCode: import_smithy_client.expectString,
|
|
10325
10321
|
findingId: import_smithy_client.expectString,
|
|
10326
10322
|
message: import_smithy_client.expectString,
|
|
10327
|
-
startTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
10323
|
+
startTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "startTime"),
|
|
10328
10324
|
status: import_smithy_client.expectString,
|
|
10329
10325
|
taskId: import_smithy_client.expectString
|
|
10330
10326
|
});
|
|
@@ -10337,7 +10333,7 @@ var de_AuditMitigationActionExecutionMetadataList = /* @__PURE__ */ __name((outp
|
|
|
10337
10333
|
}, "de_AuditMitigationActionExecutionMetadataList");
|
|
10338
10334
|
var de_AuditMitigationActionsTaskMetadata = /* @__PURE__ */ __name((output, context) => {
|
|
10339
10335
|
return (0, import_smithy_client.take)(output, {
|
|
10340
|
-
startTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
10336
|
+
startTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "startTime"),
|
|
10341
10337
|
taskId: import_smithy_client.expectString,
|
|
10342
10338
|
taskStatus: import_smithy_client.expectString
|
|
10343
10339
|
});
|
|
@@ -10352,7 +10348,7 @@ var de_AuditSuppression = /* @__PURE__ */ __name((output, context) => {
|
|
|
10352
10348
|
return (0, import_smithy_client.take)(output, {
|
|
10353
10349
|
checkName: import_smithy_client.expectString,
|
|
10354
10350
|
description: import_smithy_client.expectString,
|
|
10355
|
-
expirationDate: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
10351
|
+
expirationDate: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "expirationDate"),
|
|
10356
10352
|
resourceIdentifier: import_smithy_client._json,
|
|
10357
10353
|
suppressIndefinitely: import_smithy_client.expectBoolean
|
|
10358
10354
|
});
|
|
@@ -10368,9 +10364,9 @@ var de_AuthorizerDescription = /* @__PURE__ */ __name((output, context) => {
|
|
|
10368
10364
|
authorizerArn: import_smithy_client.expectString,
|
|
10369
10365
|
authorizerFunctionArn: import_smithy_client.expectString,
|
|
10370
10366
|
authorizerName: import_smithy_client.expectString,
|
|
10371
|
-
creationDate: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
10367
|
+
creationDate: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "creationDate"),
|
|
10372
10368
|
enableCachingForHttp: import_smithy_client.expectBoolean,
|
|
10373
|
-
lastModifiedDate: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
10369
|
+
lastModifiedDate: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "lastModifiedDate"),
|
|
10374
10370
|
signingDisabled: import_smithy_client.expectBoolean,
|
|
10375
10371
|
status: import_smithy_client.expectString,
|
|
10376
10372
|
tokenKeyName: import_smithy_client.expectString,
|
|
@@ -10379,7 +10375,7 @@ var de_AuthorizerDescription = /* @__PURE__ */ __name((output, context) => {
|
|
|
10379
10375
|
}, "de_AuthorizerDescription");
|
|
10380
10376
|
var de_AwsJobExecutionsRolloutConfig = /* @__PURE__ */ __name((output, context) => {
|
|
10381
10377
|
return (0, import_smithy_client.take)(output, {
|
|
10382
|
-
exponentialRate: (_) => de_AwsJobExponentialRolloutRate(_, context),
|
|
10378
|
+
exponentialRate: /* @__PURE__ */ __name((_) => de_AwsJobExponentialRolloutRate(_, context), "exponentialRate"),
|
|
10383
10379
|
maximumPerMinute: import_smithy_client.expectInt32
|
|
10384
10380
|
});
|
|
10385
10381
|
}, "de_AwsJobExecutionsRolloutConfig");
|
|
@@ -10392,7 +10388,7 @@ var de_AwsJobExponentialRolloutRate = /* @__PURE__ */ __name((output, context) =
|
|
|
10392
10388
|
}, "de_AwsJobExponentialRolloutRate");
|
|
10393
10389
|
var de_Behavior = /* @__PURE__ */ __name((output, context) => {
|
|
10394
10390
|
return (0, import_smithy_client.take)(output, {
|
|
10395
|
-
criteria: (_) => de_BehaviorCriteria(_, context),
|
|
10391
|
+
criteria: /* @__PURE__ */ __name((_) => de_BehaviorCriteria(_, context), "criteria"),
|
|
10396
10392
|
exportMetric: import_smithy_client.expectBoolean,
|
|
10397
10393
|
metric: import_smithy_client.expectString,
|
|
10398
10394
|
metricDimension: import_smithy_client._json,
|
|
@@ -10408,7 +10404,7 @@ var de_BehaviorCriteria = /* @__PURE__ */ __name((output, context) => {
|
|
|
10408
10404
|
durationSeconds: import_smithy_client.expectInt32,
|
|
10409
10405
|
mlDetectionConfig: import_smithy_client._json,
|
|
10410
10406
|
statisticalThreshold: import_smithy_client._json,
|
|
10411
|
-
value: (_) => de_MetricValue(_, context)
|
|
10407
|
+
value: /* @__PURE__ */ __name((_) => de_MetricValue(_, context), "value")
|
|
10412
10408
|
});
|
|
10413
10409
|
}, "de_BehaviorCriteria");
|
|
10414
10410
|
var de_BehaviorModelTrainingSummaries = /* @__PURE__ */ __name((output, context) => {
|
|
@@ -10421,10 +10417,10 @@ var de_BehaviorModelTrainingSummary = /* @__PURE__ */ __name((output, context) =
|
|
|
10421
10417
|
return (0, import_smithy_client.take)(output, {
|
|
10422
10418
|
behaviorName: import_smithy_client.expectString,
|
|
10423
10419
|
datapointsCollectionPercentage: import_smithy_client.limitedParseDouble,
|
|
10424
|
-
lastModelRefreshDate: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
10420
|
+
lastModelRefreshDate: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "lastModelRefreshDate"),
|
|
10425
10421
|
modelStatus: import_smithy_client.expectString,
|
|
10426
10422
|
securityProfileName: import_smithy_client.expectString,
|
|
10427
|
-
trainingDataCollectionStartDate: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_)))
|
|
10423
|
+
trainingDataCollectionStartDate: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "trainingDataCollectionStartDate")
|
|
10428
10424
|
});
|
|
10429
10425
|
}, "de_BehaviorModelTrainingSummary");
|
|
10430
10426
|
var de_Behaviors = /* @__PURE__ */ __name((output, context) => {
|
|
@@ -10435,14 +10431,14 @@ var de_Behaviors = /* @__PURE__ */ __name((output, context) => {
|
|
|
10435
10431
|
}, "de_Behaviors");
|
|
10436
10432
|
var de_BillingGroupMetadata = /* @__PURE__ */ __name((output, context) => {
|
|
10437
10433
|
return (0, import_smithy_client.take)(output, {
|
|
10438
|
-
creationDate: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_)))
|
|
10434
|
+
creationDate: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "creationDate")
|
|
10439
10435
|
});
|
|
10440
10436
|
}, "de_BillingGroupMetadata");
|
|
10441
10437
|
var de_CACertificate = /* @__PURE__ */ __name((output, context) => {
|
|
10442
10438
|
return (0, import_smithy_client.take)(output, {
|
|
10443
10439
|
certificateArn: import_smithy_client.expectString,
|
|
10444
10440
|
certificateId: import_smithy_client.expectString,
|
|
10445
|
-
creationDate: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
10441
|
+
creationDate: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "creationDate"),
|
|
10446
10442
|
status: import_smithy_client.expectString
|
|
10447
10443
|
});
|
|
10448
10444
|
}, "de_CACertificate");
|
|
@@ -10453,13 +10449,13 @@ var de_CACertificateDescription = /* @__PURE__ */ __name((output, context) => {
|
|
|
10453
10449
|
certificateId: import_smithy_client.expectString,
|
|
10454
10450
|
certificateMode: import_smithy_client.expectString,
|
|
10455
10451
|
certificatePem: import_smithy_client.expectString,
|
|
10456
|
-
creationDate: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
10452
|
+
creationDate: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "creationDate"),
|
|
10457
10453
|
customerVersion: import_smithy_client.expectInt32,
|
|
10458
10454
|
generationId: import_smithy_client.expectString,
|
|
10459
|
-
lastModifiedDate: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
10455
|
+
lastModifiedDate: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "lastModifiedDate"),
|
|
10460
10456
|
ownedBy: import_smithy_client.expectString,
|
|
10461
10457
|
status: import_smithy_client.expectString,
|
|
10462
|
-
validity: (_) => de_CertificateValidity(_, context)
|
|
10458
|
+
validity: /* @__PURE__ */ __name((_) => de_CertificateValidity(_, context), "validity")
|
|
10463
10459
|
});
|
|
10464
10460
|
}, "de_CACertificateDescription");
|
|
10465
10461
|
var de_CACertificates = /* @__PURE__ */ __name((output, context) => {
|
|
@@ -10473,7 +10469,7 @@ var de_Certificate = /* @__PURE__ */ __name((output, context) => {
|
|
|
10473
10469
|
certificateArn: import_smithy_client.expectString,
|
|
10474
10470
|
certificateId: import_smithy_client.expectString,
|
|
10475
10471
|
certificateMode: import_smithy_client.expectString,
|
|
10476
|
-
creationDate: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
10472
|
+
creationDate: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "creationDate"),
|
|
10477
10473
|
status: import_smithy_client.expectString
|
|
10478
10474
|
});
|
|
10479
10475
|
}, "de_Certificate");
|
|
@@ -10484,15 +10480,15 @@ var de_CertificateDescription = /* @__PURE__ */ __name((output, context) => {
|
|
|
10484
10480
|
certificateId: import_smithy_client.expectString,
|
|
10485
10481
|
certificateMode: import_smithy_client.expectString,
|
|
10486
10482
|
certificatePem: import_smithy_client.expectString,
|
|
10487
|
-
creationDate: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
10483
|
+
creationDate: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "creationDate"),
|
|
10488
10484
|
customerVersion: import_smithy_client.expectInt32,
|
|
10489
10485
|
generationId: import_smithy_client.expectString,
|
|
10490
|
-
lastModifiedDate: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
10486
|
+
lastModifiedDate: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "lastModifiedDate"),
|
|
10491
10487
|
ownedBy: import_smithy_client.expectString,
|
|
10492
10488
|
previousOwnedBy: import_smithy_client.expectString,
|
|
10493
10489
|
status: import_smithy_client.expectString,
|
|
10494
|
-
transferData: (_) => de_TransferData(_, context),
|
|
10495
|
-
validity: (_) => de_CertificateValidity(_, context)
|
|
10490
|
+
transferData: /* @__PURE__ */ __name((_) => de_TransferData(_, context), "transferData"),
|
|
10491
|
+
validity: /* @__PURE__ */ __name((_) => de_CertificateValidity(_, context), "validity")
|
|
10496
10492
|
});
|
|
10497
10493
|
}, "de_CertificateDescription");
|
|
10498
10494
|
var de_Certificates = /* @__PURE__ */ __name((output, context) => {
|
|
@@ -10503,14 +10499,14 @@ var de_Certificates = /* @__PURE__ */ __name((output, context) => {
|
|
|
10503
10499
|
}, "de_Certificates");
|
|
10504
10500
|
var de_CertificateValidity = /* @__PURE__ */ __name((output, context) => {
|
|
10505
10501
|
return (0, import_smithy_client.take)(output, {
|
|
10506
|
-
notAfter: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
10507
|
-
notBefore: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_)))
|
|
10502
|
+
notAfter: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "notAfter"),
|
|
10503
|
+
notBefore: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "notBefore")
|
|
10508
10504
|
});
|
|
10509
10505
|
}, "de_CertificateValidity");
|
|
10510
10506
|
var de_CodeSigning = /* @__PURE__ */ __name((output, context) => {
|
|
10511
10507
|
return (0, import_smithy_client.take)(output, {
|
|
10512
10508
|
awsSignerJobId: import_smithy_client.expectString,
|
|
10513
|
-
customCodeSigning: (_) => de_CustomCodeSigning(_, context),
|
|
10509
|
+
customCodeSigning: /* @__PURE__ */ __name((_) => de_CustomCodeSigning(_, context), "customCodeSigning"),
|
|
10514
10510
|
startSigningJobParameter: import_smithy_client._json
|
|
10515
10511
|
});
|
|
10516
10512
|
}, "de_CodeSigning");
|
|
@@ -10547,10 +10543,10 @@ var de_CommandExecutionResultMap = /* @__PURE__ */ __name((output, context) => {
|
|
|
10547
10543
|
var de_CommandExecutionSummary = /* @__PURE__ */ __name((output, context) => {
|
|
10548
10544
|
return (0, import_smithy_client.take)(output, {
|
|
10549
10545
|
commandArn: import_smithy_client.expectString,
|
|
10550
|
-
completedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
10551
|
-
createdAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
10546
|
+
completedAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "completedAt"),
|
|
10547
|
+
createdAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "createdAt"),
|
|
10552
10548
|
executionId: import_smithy_client.expectString,
|
|
10553
|
-
startedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
10549
|
+
startedAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "startedAt"),
|
|
10554
10550
|
status: import_smithy_client.expectString,
|
|
10555
10551
|
targetArn: import_smithy_client.expectString
|
|
10556
10552
|
});
|
|
@@ -10563,10 +10559,10 @@ var de_CommandExecutionSummaryList = /* @__PURE__ */ __name((output, context) =>
|
|
|
10563
10559
|
}, "de_CommandExecutionSummaryList");
|
|
10564
10560
|
var de_CommandParameter = /* @__PURE__ */ __name((output, context) => {
|
|
10565
10561
|
return (0, import_smithy_client.take)(output, {
|
|
10566
|
-
defaultValue: (_) => de_CommandParameterValue(_, context),
|
|
10562
|
+
defaultValue: /* @__PURE__ */ __name((_) => de_CommandParameterValue(_, context), "defaultValue"),
|
|
10567
10563
|
description: import_smithy_client.expectString,
|
|
10568
10564
|
name: import_smithy_client.expectString,
|
|
10569
|
-
value: (_) => de_CommandParameterValue(_, context)
|
|
10565
|
+
value: /* @__PURE__ */ __name((_) => de_CommandParameterValue(_, context), "value")
|
|
10570
10566
|
});
|
|
10571
10567
|
}, "de_CommandParameter");
|
|
10572
10568
|
var de_CommandParameterList = /* @__PURE__ */ __name((output, context) => {
|
|
@@ -10596,10 +10592,10 @@ var de_CommandSummary = /* @__PURE__ */ __name((output, context) => {
|
|
|
10596
10592
|
return (0, import_smithy_client.take)(output, {
|
|
10597
10593
|
commandArn: import_smithy_client.expectString,
|
|
10598
10594
|
commandId: import_smithy_client.expectString,
|
|
10599
|
-
createdAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
10595
|
+
createdAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "createdAt"),
|
|
10600
10596
|
deprecated: import_smithy_client.expectBoolean,
|
|
10601
10597
|
displayName: import_smithy_client.expectString,
|
|
10602
|
-
lastUpdatedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
10598
|
+
lastUpdatedAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "lastUpdatedAt"),
|
|
10603
10599
|
pendingDeletion: import_smithy_client.expectBoolean
|
|
10604
10600
|
});
|
|
10605
10601
|
}, "de_CommandSummary");
|
|
@@ -10613,7 +10609,7 @@ var de_CustomCodeSigning = /* @__PURE__ */ __name((output, context) => {
|
|
|
10613
10609
|
return (0, import_smithy_client.take)(output, {
|
|
10614
10610
|
certificateChain: import_smithy_client._json,
|
|
10615
10611
|
hashAlgorithm: import_smithy_client.expectString,
|
|
10616
|
-
signature: (_) => de_CodeSigningSignature(_, context),
|
|
10612
|
+
signature: /* @__PURE__ */ __name((_) => de_CodeSigningSignature(_, context), "signature"),
|
|
10617
10613
|
signatureAlgorithm: import_smithy_client.expectString
|
|
10618
10614
|
});
|
|
10619
10615
|
}, "de_CustomCodeSigning");
|
|
@@ -10621,8 +10617,8 @@ var de_DetectMitigationActionExecution = /* @__PURE__ */ __name((output, context
|
|
|
10621
10617
|
return (0, import_smithy_client.take)(output, {
|
|
10622
10618
|
actionName: import_smithy_client.expectString,
|
|
10623
10619
|
errorCode: import_smithy_client.expectString,
|
|
10624
|
-
executionEndDate: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
10625
|
-
executionStartDate: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
10620
|
+
executionEndDate: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "executionEndDate"),
|
|
10621
|
+
executionStartDate: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "executionStartDate"),
|
|
10626
10622
|
message: import_smithy_client.expectString,
|
|
10627
10623
|
status: import_smithy_client.expectString,
|
|
10628
10624
|
taskId: import_smithy_client.expectString,
|
|
@@ -10642,12 +10638,12 @@ var de_DetectMitigationActionsTaskSummary = /* @__PURE__ */ __name((output, cont
|
|
|
10642
10638
|
onlyActiveViolationsIncluded: import_smithy_client.expectBoolean,
|
|
10643
10639
|
suppressedAlertsIncluded: import_smithy_client.expectBoolean,
|
|
10644
10640
|
target: import_smithy_client._json,
|
|
10645
|
-
taskEndTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
10641
|
+
taskEndTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "taskEndTime"),
|
|
10646
10642
|
taskId: import_smithy_client.expectString,
|
|
10647
|
-
taskStartTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
10643
|
+
taskStartTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "taskStartTime"),
|
|
10648
10644
|
taskStatistics: import_smithy_client._json,
|
|
10649
10645
|
taskStatus: import_smithy_client.expectString,
|
|
10650
|
-
violationEventOccurrenceRange: (_) => de_ViolationEventOccurrenceRange(_, context)
|
|
10646
|
+
violationEventOccurrenceRange: /* @__PURE__ */ __name((_) => de_ViolationEventOccurrenceRange(_, context), "violationEventOccurrenceRange")
|
|
10651
10647
|
});
|
|
10652
10648
|
}, "de_DetectMitigationActionsTaskSummary");
|
|
10653
10649
|
var de_DetectMitigationActionsTaskSummaryList = /* @__PURE__ */ __name((output, context) => {
|
|
@@ -10665,10 +10661,10 @@ var de_ExponentialRolloutRate = /* @__PURE__ */ __name((output, context) => {
|
|
|
10665
10661
|
}, "de_ExponentialRolloutRate");
|
|
10666
10662
|
var de_Job = /* @__PURE__ */ __name((output, context) => {
|
|
10667
10663
|
return (0, import_smithy_client.take)(output, {
|
|
10668
|
-
abortConfig: (_) => de_AbortConfig(_, context),
|
|
10664
|
+
abortConfig: /* @__PURE__ */ __name((_) => de_AbortConfig(_, context), "abortConfig"),
|
|
10669
10665
|
comment: import_smithy_client.expectString,
|
|
10670
|
-
completedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
10671
|
-
createdAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
10666
|
+
completedAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "completedAt"),
|
|
10667
|
+
createdAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "createdAt"),
|
|
10672
10668
|
description: import_smithy_client.expectString,
|
|
10673
10669
|
destinationPackageVersions: import_smithy_client._json,
|
|
10674
10670
|
documentParameters: import_smithy_client._json,
|
|
@@ -10676,11 +10672,11 @@ var de_Job = /* @__PURE__ */ __name((output, context) => {
|
|
|
10676
10672
|
isConcurrent: import_smithy_client.expectBoolean,
|
|
10677
10673
|
jobArn: import_smithy_client.expectString,
|
|
10678
10674
|
jobExecutionsRetryConfig: import_smithy_client._json,
|
|
10679
|
-
jobExecutionsRolloutConfig: (_) => de_JobExecutionsRolloutConfig(_, context),
|
|
10675
|
+
jobExecutionsRolloutConfig: /* @__PURE__ */ __name((_) => de_JobExecutionsRolloutConfig(_, context), "jobExecutionsRolloutConfig"),
|
|
10680
10676
|
jobId: import_smithy_client.expectString,
|
|
10681
10677
|
jobProcessDetails: import_smithy_client._json,
|
|
10682
10678
|
jobTemplateArn: import_smithy_client.expectString,
|
|
10683
|
-
lastUpdatedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
10679
|
+
lastUpdatedAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "lastUpdatedAt"),
|
|
10684
10680
|
namespaceId: import_smithy_client.expectString,
|
|
10685
10681
|
presignedUrlConfig: import_smithy_client._json,
|
|
10686
10682
|
reasonCode: import_smithy_client.expectString,
|
|
@@ -10698,9 +10694,9 @@ var de_JobExecution = /* @__PURE__ */ __name((output, context) => {
|
|
|
10698
10694
|
executionNumber: import_smithy_client.expectLong,
|
|
10699
10695
|
forceCanceled: import_smithy_client.expectBoolean,
|
|
10700
10696
|
jobId: import_smithy_client.expectString,
|
|
10701
|
-
lastUpdatedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
10702
|
-
queuedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
10703
|
-
startedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
10697
|
+
lastUpdatedAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "lastUpdatedAt"),
|
|
10698
|
+
queuedAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "queuedAt"),
|
|
10699
|
+
startedAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "startedAt"),
|
|
10704
10700
|
status: import_smithy_client.expectString,
|
|
10705
10701
|
statusDetails: import_smithy_client._json,
|
|
10706
10702
|
thingArn: import_smithy_client.expectString,
|
|
@@ -10709,23 +10705,23 @@ var de_JobExecution = /* @__PURE__ */ __name((output, context) => {
|
|
|
10709
10705
|
}, "de_JobExecution");
|
|
10710
10706
|
var de_JobExecutionsRolloutConfig = /* @__PURE__ */ __name((output, context) => {
|
|
10711
10707
|
return (0, import_smithy_client.take)(output, {
|
|
10712
|
-
exponentialRate: (_) => de_ExponentialRolloutRate(_, context),
|
|
10708
|
+
exponentialRate: /* @__PURE__ */ __name((_) => de_ExponentialRolloutRate(_, context), "exponentialRate"),
|
|
10713
10709
|
maximumPerMinute: import_smithy_client.expectInt32
|
|
10714
10710
|
});
|
|
10715
10711
|
}, "de_JobExecutionsRolloutConfig");
|
|
10716
10712
|
var de_JobExecutionSummary = /* @__PURE__ */ __name((output, context) => {
|
|
10717
10713
|
return (0, import_smithy_client.take)(output, {
|
|
10718
10714
|
executionNumber: import_smithy_client.expectLong,
|
|
10719
|
-
lastUpdatedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
10720
|
-
queuedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
10715
|
+
lastUpdatedAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "lastUpdatedAt"),
|
|
10716
|
+
queuedAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "queuedAt"),
|
|
10721
10717
|
retryAttempt: import_smithy_client.expectInt32,
|
|
10722
|
-
startedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
10718
|
+
startedAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "startedAt"),
|
|
10723
10719
|
status: import_smithy_client.expectString
|
|
10724
10720
|
});
|
|
10725
10721
|
}, "de_JobExecutionSummary");
|
|
10726
10722
|
var de_JobExecutionSummaryForJob = /* @__PURE__ */ __name((output, context) => {
|
|
10727
10723
|
return (0, import_smithy_client.take)(output, {
|
|
10728
|
-
jobExecutionSummary: (_) => de_JobExecutionSummary(_, context),
|
|
10724
|
+
jobExecutionSummary: /* @__PURE__ */ __name((_) => de_JobExecutionSummary(_, context), "jobExecutionSummary"),
|
|
10729
10725
|
thingArn: import_smithy_client.expectString
|
|
10730
10726
|
});
|
|
10731
10727
|
}, "de_JobExecutionSummaryForJob");
|
|
@@ -10737,7 +10733,7 @@ var de_JobExecutionSummaryForJobList = /* @__PURE__ */ __name((output, context)
|
|
|
10737
10733
|
}, "de_JobExecutionSummaryForJobList");
|
|
10738
10734
|
var de_JobExecutionSummaryForThing = /* @__PURE__ */ __name((output, context) => {
|
|
10739
10735
|
return (0, import_smithy_client.take)(output, {
|
|
10740
|
-
jobExecutionSummary: (_) => de_JobExecutionSummary(_, context),
|
|
10736
|
+
jobExecutionSummary: /* @__PURE__ */ __name((_) => de_JobExecutionSummary(_, context), "jobExecutionSummary"),
|
|
10741
10737
|
jobId: import_smithy_client.expectString
|
|
10742
10738
|
});
|
|
10743
10739
|
}, "de_JobExecutionSummaryForThing");
|
|
@@ -10749,12 +10745,12 @@ var de_JobExecutionSummaryForThingList = /* @__PURE__ */ __name((output, context
|
|
|
10749
10745
|
}, "de_JobExecutionSummaryForThingList");
|
|
10750
10746
|
var de_JobSummary = /* @__PURE__ */ __name((output, context) => {
|
|
10751
10747
|
return (0, import_smithy_client.take)(output, {
|
|
10752
|
-
completedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
10753
|
-
createdAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
10748
|
+
completedAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "completedAt"),
|
|
10749
|
+
createdAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "createdAt"),
|
|
10754
10750
|
isConcurrent: import_smithy_client.expectBoolean,
|
|
10755
10751
|
jobArn: import_smithy_client.expectString,
|
|
10756
10752
|
jobId: import_smithy_client.expectString,
|
|
10757
|
-
lastUpdatedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
10753
|
+
lastUpdatedAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "lastUpdatedAt"),
|
|
10758
10754
|
status: import_smithy_client.expectString,
|
|
10759
10755
|
targetSelection: import_smithy_client.expectString,
|
|
10760
10756
|
thingGroupId: import_smithy_client.expectString
|
|
@@ -10768,7 +10764,7 @@ var de_JobSummaryList = /* @__PURE__ */ __name((output, context) => {
|
|
|
10768
10764
|
}, "de_JobSummaryList");
|
|
10769
10765
|
var de_JobTemplateSummary = /* @__PURE__ */ __name((output, context) => {
|
|
10770
10766
|
return (0, import_smithy_client.take)(output, {
|
|
10771
|
-
createdAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
10767
|
+
createdAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "createdAt"),
|
|
10772
10768
|
description: import_smithy_client.expectString,
|
|
10773
10769
|
jobTemplateArn: import_smithy_client.expectString,
|
|
10774
10770
|
jobTemplateId: import_smithy_client.expectString
|
|
@@ -10782,8 +10778,8 @@ var de_JobTemplateSummaryList = /* @__PURE__ */ __name((output, context) => {
|
|
|
10782
10778
|
}, "de_JobTemplateSummaryList");
|
|
10783
10779
|
var de_MetricDatum = /* @__PURE__ */ __name((output, context) => {
|
|
10784
10780
|
return (0, import_smithy_client.take)(output, {
|
|
10785
|
-
timestamp: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
10786
|
-
value: (_) => de_MetricValue(_, context)
|
|
10781
|
+
timestamp: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "timestamp"),
|
|
10782
|
+
value: /* @__PURE__ */ __name((_) => de_MetricValue(_, context), "value")
|
|
10787
10783
|
});
|
|
10788
10784
|
}, "de_MetricDatum");
|
|
10789
10785
|
var de_MetricDatumList = /* @__PURE__ */ __name((output, context) => {
|
|
@@ -10797,7 +10793,7 @@ var de_MetricValue = /* @__PURE__ */ __name((output, context) => {
|
|
|
10797
10793
|
cidrs: import_smithy_client._json,
|
|
10798
10794
|
count: import_smithy_client.expectLong,
|
|
10799
10795
|
number: import_smithy_client.limitedParseDouble,
|
|
10800
|
-
numbers: (_) => de_NumberList(_, context),
|
|
10796
|
+
numbers: /* @__PURE__ */ __name((_) => de_NumberList(_, context), "numbers"),
|
|
10801
10797
|
ports: import_smithy_client._json,
|
|
10802
10798
|
strings: import_smithy_client._json
|
|
10803
10799
|
});
|
|
@@ -10806,7 +10802,7 @@ var de_MitigationActionIdentifier = /* @__PURE__ */ __name((output, context) =>
|
|
|
10806
10802
|
return (0, import_smithy_client.take)(output, {
|
|
10807
10803
|
actionArn: import_smithy_client.expectString,
|
|
10808
10804
|
actionName: import_smithy_client.expectString,
|
|
10809
|
-
creationDate: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_)))
|
|
10805
|
+
creationDate: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "creationDate")
|
|
10810
10806
|
});
|
|
10811
10807
|
}, "de_MitigationActionIdentifier");
|
|
10812
10808
|
var de_MitigationActionIdentifierList = /* @__PURE__ */ __name((output, context) => {
|
|
@@ -10824,7 +10820,7 @@ var de_NumberList = /* @__PURE__ */ __name((output, context) => {
|
|
|
10824
10820
|
var de_OTAUpdateFile = /* @__PURE__ */ __name((output, context) => {
|
|
10825
10821
|
return (0, import_smithy_client.take)(output, {
|
|
10826
10822
|
attributes: import_smithy_client._json,
|
|
10827
|
-
codeSigning: (_) => de_CodeSigning(_, context),
|
|
10823
|
+
codeSigning: /* @__PURE__ */ __name((_) => de_CodeSigning(_, context), "codeSigning"),
|
|
10828
10824
|
fileLocation: import_smithy_client._json,
|
|
10829
10825
|
fileName: import_smithy_client.expectString,
|
|
10830
10826
|
fileType: import_smithy_client.expectInt32,
|
|
@@ -10842,14 +10838,14 @@ var de_OTAUpdateInfo = /* @__PURE__ */ __name((output, context) => {
|
|
|
10842
10838
|
additionalParameters: import_smithy_client._json,
|
|
10843
10839
|
awsIotJobArn: import_smithy_client.expectString,
|
|
10844
10840
|
awsIotJobId: import_smithy_client.expectString,
|
|
10845
|
-
awsJobExecutionsRolloutConfig: (_) => de_AwsJobExecutionsRolloutConfig(_, context),
|
|
10841
|
+
awsJobExecutionsRolloutConfig: /* @__PURE__ */ __name((_) => de_AwsJobExecutionsRolloutConfig(_, context), "awsJobExecutionsRolloutConfig"),
|
|
10846
10842
|
awsJobPresignedUrlConfig: import_smithy_client._json,
|
|
10847
|
-
creationDate: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
10843
|
+
creationDate: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "creationDate"),
|
|
10848
10844
|
description: import_smithy_client.expectString,
|
|
10849
10845
|
errorInfo: import_smithy_client._json,
|
|
10850
|
-
lastModifiedDate: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
10846
|
+
lastModifiedDate: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "lastModifiedDate"),
|
|
10851
10847
|
otaUpdateArn: import_smithy_client.expectString,
|
|
10852
|
-
otaUpdateFiles: (_) => de_OTAUpdateFiles(_, context),
|
|
10848
|
+
otaUpdateFiles: /* @__PURE__ */ __name((_) => de_OTAUpdateFiles(_, context), "otaUpdateFiles"),
|
|
10853
10849
|
otaUpdateId: import_smithy_client.expectString,
|
|
10854
10850
|
otaUpdateStatus: import_smithy_client.expectString,
|
|
10855
10851
|
protocols: import_smithy_client._json,
|
|
@@ -10865,7 +10861,7 @@ var de_OTAUpdatesSummary = /* @__PURE__ */ __name((output, context) => {
|
|
|
10865
10861
|
}, "de_OTAUpdatesSummary");
|
|
10866
10862
|
var de_OTAUpdateSummary = /* @__PURE__ */ __name((output, context) => {
|
|
10867
10863
|
return (0, import_smithy_client.take)(output, {
|
|
10868
|
-
creationDate: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
10864
|
+
creationDate: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "creationDate"),
|
|
10869
10865
|
otaUpdateArn: import_smithy_client.expectString,
|
|
10870
10866
|
otaUpdateId: import_smithy_client.expectString
|
|
10871
10867
|
});
|
|
@@ -10874,8 +10870,8 @@ var de_OutgoingCertificate = /* @__PURE__ */ __name((output, context) => {
|
|
|
10874
10870
|
return (0, import_smithy_client.take)(output, {
|
|
10875
10871
|
certificateArn: import_smithy_client.expectString,
|
|
10876
10872
|
certificateId: import_smithy_client.expectString,
|
|
10877
|
-
creationDate: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
10878
|
-
transferDate: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
10873
|
+
creationDate: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "creationDate"),
|
|
10874
|
+
transferDate: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "transferDate"),
|
|
10879
10875
|
transferMessage: import_smithy_client.expectString,
|
|
10880
10876
|
transferredTo: import_smithy_client.expectString
|
|
10881
10877
|
});
|
|
@@ -10888,9 +10884,9 @@ var de_OutgoingCertificates = /* @__PURE__ */ __name((output, context) => {
|
|
|
10888
10884
|
}, "de_OutgoingCertificates");
|
|
10889
10885
|
var de_PackageSummary = /* @__PURE__ */ __name((output, context) => {
|
|
10890
10886
|
return (0, import_smithy_client.take)(output, {
|
|
10891
|
-
creationDate: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
10887
|
+
creationDate: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "creationDate"),
|
|
10892
10888
|
defaultVersionName: import_smithy_client.expectString,
|
|
10893
|
-
lastModifiedDate: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
10889
|
+
lastModifiedDate: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "lastModifiedDate"),
|
|
10894
10890
|
packageName: import_smithy_client.expectString
|
|
10895
10891
|
});
|
|
10896
10892
|
}, "de_PackageSummary");
|
|
@@ -10902,8 +10898,8 @@ var de_PackageSummaryList = /* @__PURE__ */ __name((output, context) => {
|
|
|
10902
10898
|
}, "de_PackageSummaryList");
|
|
10903
10899
|
var de_PackageVersionSummary = /* @__PURE__ */ __name((output, context) => {
|
|
10904
10900
|
return (0, import_smithy_client.take)(output, {
|
|
10905
|
-
creationDate: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
10906
|
-
lastModifiedDate: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
10901
|
+
creationDate: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "creationDate"),
|
|
10902
|
+
lastModifiedDate: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "lastModifiedDate"),
|
|
10907
10903
|
packageName: import_smithy_client.expectString,
|
|
10908
10904
|
status: import_smithy_client.expectString,
|
|
10909
10905
|
versionName: import_smithy_client.expectString
|
|
@@ -10929,7 +10925,7 @@ var de_PercentPair = /* @__PURE__ */ __name((output, context) => {
|
|
|
10929
10925
|
}, "de_PercentPair");
|
|
10930
10926
|
var de_PolicyVersion = /* @__PURE__ */ __name((output, context) => {
|
|
10931
10927
|
return (0, import_smithy_client.take)(output, {
|
|
10932
|
-
createDate: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
10928
|
+
createDate: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "createDate"),
|
|
10933
10929
|
isDefaultVersion: import_smithy_client.expectBoolean,
|
|
10934
10930
|
versionId: import_smithy_client.expectString
|
|
10935
10931
|
});
|
|
@@ -10948,10 +10944,10 @@ var de_ProvisioningTemplateListing = /* @__PURE__ */ __name((output, context) =>
|
|
|
10948
10944
|
}, "de_ProvisioningTemplateListing");
|
|
10949
10945
|
var de_ProvisioningTemplateSummary = /* @__PURE__ */ __name((output, context) => {
|
|
10950
10946
|
return (0, import_smithy_client.take)(output, {
|
|
10951
|
-
creationDate: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
10947
|
+
creationDate: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "creationDate"),
|
|
10952
10948
|
description: import_smithy_client.expectString,
|
|
10953
10949
|
enabled: import_smithy_client.expectBoolean,
|
|
10954
|
-
lastModifiedDate: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
10950
|
+
lastModifiedDate: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "lastModifiedDate"),
|
|
10955
10951
|
templateArn: import_smithy_client.expectString,
|
|
10956
10952
|
templateName: import_smithy_client.expectString,
|
|
10957
10953
|
type: import_smithy_client.expectString
|
|
@@ -10965,16 +10961,16 @@ var de_ProvisioningTemplateVersionListing = /* @__PURE__ */ __name((output, cont
|
|
|
10965
10961
|
}, "de_ProvisioningTemplateVersionListing");
|
|
10966
10962
|
var de_ProvisioningTemplateVersionSummary = /* @__PURE__ */ __name((output, context) => {
|
|
10967
10963
|
return (0, import_smithy_client.take)(output, {
|
|
10968
|
-
creationDate: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
10964
|
+
creationDate: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "creationDate"),
|
|
10969
10965
|
isDefaultVersion: import_smithy_client.expectBoolean,
|
|
10970
10966
|
versionId: import_smithy_client.expectInt32
|
|
10971
10967
|
});
|
|
10972
10968
|
}, "de_ProvisioningTemplateVersionSummary");
|
|
10973
10969
|
var de_RoleAliasDescription = /* @__PURE__ */ __name((output, context) => {
|
|
10974
10970
|
return (0, import_smithy_client.take)(output, {
|
|
10975
|
-
creationDate: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
10971
|
+
creationDate: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "creationDate"),
|
|
10976
10972
|
credentialDurationSeconds: import_smithy_client.expectInt32,
|
|
10977
|
-
lastModifiedDate: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
10973
|
+
lastModifiedDate: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "lastModifiedDate"),
|
|
10978
10974
|
owner: import_smithy_client.expectString,
|
|
10979
10975
|
roleAlias: import_smithy_client.expectString,
|
|
10980
10976
|
roleAliasArn: import_smithy_client.expectString,
|
|
@@ -10995,10 +10991,10 @@ var de_Statistics = /* @__PURE__ */ __name((output, context) => {
|
|
|
10995
10991
|
}, "de_Statistics");
|
|
10996
10992
|
var de_StreamInfo = /* @__PURE__ */ __name((output, context) => {
|
|
10997
10993
|
return (0, import_smithy_client.take)(output, {
|
|
10998
|
-
createdAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
10994
|
+
createdAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "createdAt"),
|
|
10999
10995
|
description: import_smithy_client.expectString,
|
|
11000
10996
|
files: import_smithy_client._json,
|
|
11001
|
-
lastUpdatedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
10997
|
+
lastUpdatedAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "lastUpdatedAt"),
|
|
11002
10998
|
roleArn: import_smithy_client.expectString,
|
|
11003
10999
|
streamArn: import_smithy_client.expectString,
|
|
11004
11000
|
streamId: import_smithy_client.expectString,
|
|
@@ -11007,7 +11003,7 @@ var de_StreamInfo = /* @__PURE__ */ __name((output, context) => {
|
|
|
11007
11003
|
}, "de_StreamInfo");
|
|
11008
11004
|
var de_ThingGroupMetadata = /* @__PURE__ */ __name((output, context) => {
|
|
11009
11005
|
return (0, import_smithy_client.take)(output, {
|
|
11010
|
-
creationDate: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
11006
|
+
creationDate: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "creationDate"),
|
|
11011
11007
|
parentGroupName: import_smithy_client.expectString,
|
|
11012
11008
|
rootToParentThingGroups: import_smithy_client._json
|
|
11013
11009
|
});
|
|
@@ -11015,7 +11011,7 @@ var de_ThingGroupMetadata = /* @__PURE__ */ __name((output, context) => {
|
|
|
11015
11011
|
var de_ThingTypeDefinition = /* @__PURE__ */ __name((output, context) => {
|
|
11016
11012
|
return (0, import_smithy_client.take)(output, {
|
|
11017
11013
|
thingTypeArn: import_smithy_client.expectString,
|
|
11018
|
-
thingTypeMetadata: (_) => de_ThingTypeMetadata(_, context),
|
|
11014
|
+
thingTypeMetadata: /* @__PURE__ */ __name((_) => de_ThingTypeMetadata(_, context), "thingTypeMetadata"),
|
|
11019
11015
|
thingTypeName: import_smithy_client.expectString,
|
|
11020
11016
|
thingTypeProperties: import_smithy_client._json
|
|
11021
11017
|
});
|
|
@@ -11028,16 +11024,16 @@ var de_ThingTypeList = /* @__PURE__ */ __name((output, context) => {
|
|
|
11028
11024
|
}, "de_ThingTypeList");
|
|
11029
11025
|
var de_ThingTypeMetadata = /* @__PURE__ */ __name((output, context) => {
|
|
11030
11026
|
return (0, import_smithy_client.take)(output, {
|
|
11031
|
-
creationDate: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
11027
|
+
creationDate: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "creationDate"),
|
|
11032
11028
|
deprecated: import_smithy_client.expectBoolean,
|
|
11033
|
-
deprecationDate: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_)))
|
|
11029
|
+
deprecationDate: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "deprecationDate")
|
|
11034
11030
|
});
|
|
11035
11031
|
}, "de_ThingTypeMetadata");
|
|
11036
11032
|
var de_TopicRule = /* @__PURE__ */ __name((output, context) => {
|
|
11037
11033
|
return (0, import_smithy_client.take)(output, {
|
|
11038
11034
|
actions: import_smithy_client._json,
|
|
11039
11035
|
awsIotSqlVersion: import_smithy_client.expectString,
|
|
11040
|
-
createdAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
11036
|
+
createdAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "createdAt"),
|
|
11041
11037
|
description: import_smithy_client.expectString,
|
|
11042
11038
|
errorAction: import_smithy_client._json,
|
|
11043
11039
|
ruleDisabled: import_smithy_client.expectBoolean,
|
|
@@ -11048,9 +11044,9 @@ var de_TopicRule = /* @__PURE__ */ __name((output, context) => {
|
|
|
11048
11044
|
var de_TopicRuleDestination = /* @__PURE__ */ __name((output, context) => {
|
|
11049
11045
|
return (0, import_smithy_client.take)(output, {
|
|
11050
11046
|
arn: import_smithy_client.expectString,
|
|
11051
|
-
createdAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
11047
|
+
createdAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "createdAt"),
|
|
11052
11048
|
httpUrlProperties: import_smithy_client._json,
|
|
11053
|
-
lastUpdatedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
11049
|
+
lastUpdatedAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "lastUpdatedAt"),
|
|
11054
11050
|
status: import_smithy_client.expectString,
|
|
11055
11051
|
statusReason: import_smithy_client.expectString,
|
|
11056
11052
|
vpcProperties: import_smithy_client._json
|
|
@@ -11065,9 +11061,9 @@ var de_TopicRuleDestinationSummaries = /* @__PURE__ */ __name((output, context)
|
|
|
11065
11061
|
var de_TopicRuleDestinationSummary = /* @__PURE__ */ __name((output, context) => {
|
|
11066
11062
|
return (0, import_smithy_client.take)(output, {
|
|
11067
11063
|
arn: import_smithy_client.expectString,
|
|
11068
|
-
createdAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
11064
|
+
createdAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "createdAt"),
|
|
11069
11065
|
httpUrlSummary: import_smithy_client._json,
|
|
11070
|
-
lastUpdatedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
11066
|
+
lastUpdatedAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "lastUpdatedAt"),
|
|
11071
11067
|
status: import_smithy_client.expectString,
|
|
11072
11068
|
statusReason: import_smithy_client.expectString,
|
|
11073
11069
|
vpcDestinationSummary: import_smithy_client._json
|
|
@@ -11081,7 +11077,7 @@ var de_TopicRuleList = /* @__PURE__ */ __name((output, context) => {
|
|
|
11081
11077
|
}, "de_TopicRuleList");
|
|
11082
11078
|
var de_TopicRuleListItem = /* @__PURE__ */ __name((output, context) => {
|
|
11083
11079
|
return (0, import_smithy_client.take)(output, {
|
|
11084
|
-
createdAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
11080
|
+
createdAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "createdAt"),
|
|
11085
11081
|
ruleArn: import_smithy_client.expectString,
|
|
11086
11082
|
ruleDisabled: import_smithy_client.expectBoolean,
|
|
11087
11083
|
ruleName: import_smithy_client.expectString,
|
|
@@ -11090,31 +11086,31 @@ var de_TopicRuleListItem = /* @__PURE__ */ __name((output, context) => {
|
|
|
11090
11086
|
}, "de_TopicRuleListItem");
|
|
11091
11087
|
var de_TransferData = /* @__PURE__ */ __name((output, context) => {
|
|
11092
11088
|
return (0, import_smithy_client.take)(output, {
|
|
11093
|
-
acceptDate: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
11094
|
-
rejectDate: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
11089
|
+
acceptDate: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "acceptDate"),
|
|
11090
|
+
rejectDate: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "rejectDate"),
|
|
11095
11091
|
rejectReason: import_smithy_client.expectString,
|
|
11096
|
-
transferDate: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
11092
|
+
transferDate: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "transferDate"),
|
|
11097
11093
|
transferMessage: import_smithy_client.expectString
|
|
11098
11094
|
});
|
|
11099
11095
|
}, "de_TransferData");
|
|
11100
11096
|
var de_ViolationEvent = /* @__PURE__ */ __name((output, context) => {
|
|
11101
11097
|
return (0, import_smithy_client.take)(output, {
|
|
11102
|
-
behavior: (_) => de_Behavior(_, context),
|
|
11103
|
-
metricValue: (_) => de_MetricValue(_, context),
|
|
11098
|
+
behavior: /* @__PURE__ */ __name((_) => de_Behavior(_, context), "behavior"),
|
|
11099
|
+
metricValue: /* @__PURE__ */ __name((_) => de_MetricValue(_, context), "metricValue"),
|
|
11104
11100
|
securityProfileName: import_smithy_client.expectString,
|
|
11105
11101
|
thingName: import_smithy_client.expectString,
|
|
11106
11102
|
verificationState: import_smithy_client.expectString,
|
|
11107
11103
|
verificationStateDescription: import_smithy_client.expectString,
|
|
11108
11104
|
violationEventAdditionalInfo: import_smithy_client._json,
|
|
11109
|
-
violationEventTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
11105
|
+
violationEventTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "violationEventTime"),
|
|
11110
11106
|
violationEventType: import_smithy_client.expectString,
|
|
11111
11107
|
violationId: import_smithy_client.expectString
|
|
11112
11108
|
});
|
|
11113
11109
|
}, "de_ViolationEvent");
|
|
11114
11110
|
var de_ViolationEventOccurrenceRange = /* @__PURE__ */ __name((output, context) => {
|
|
11115
11111
|
return (0, import_smithy_client.take)(output, {
|
|
11116
|
-
endTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
11117
|
-
startTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_)))
|
|
11112
|
+
endTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "endTime"),
|
|
11113
|
+
startTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "startTime")
|
|
11118
11114
|
});
|
|
11119
11115
|
}, "de_ViolationEventOccurrenceRange");
|
|
11120
11116
|
var de_ViolationEvents = /* @__PURE__ */ __name((output, context) => {
|