@aws-sdk/client-proton 3.750.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 +141 -149
- package/package.json +13 -13
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
|
AcceptEnvironmentAccountConnectionCommand: () => AcceptEnvironmentAccountConnectionCommand,
|
|
25
25
|
AccessDeniedException: () => AccessDeniedException,
|
|
26
26
|
BlockerStatus: () => BlockerStatus,
|
|
@@ -277,7 +277,7 @@ __export(src_exports, {
|
|
|
277
277
|
waitUntilServiceTemplateVersionRegistered: () => waitUntilServiceTemplateVersionRegistered,
|
|
278
278
|
waitUntilServiceUpdated: () => waitUntilServiceUpdated
|
|
279
279
|
});
|
|
280
|
-
module.exports = __toCommonJS(
|
|
280
|
+
module.exports = __toCommonJS(index_exports);
|
|
281
281
|
|
|
282
282
|
// src/ProtonClient.ts
|
|
283
283
|
var import_middleware_host_header = require("@aws-sdk/middleware-host-header");
|
|
@@ -404,9 +404,9 @@ var ProtonClient = class extends import_smithy_client.Client {
|
|
|
404
404
|
this.middlewareStack.use(
|
|
405
405
|
(0, import_core.getHttpAuthSchemeEndpointRuleSetPlugin)(this.config, {
|
|
406
406
|
httpAuthSchemeParametersProvider: import_httpAuthSchemeProvider.defaultProtonHttpAuthSchemeParametersProvider,
|
|
407
|
-
identityProviderConfigProvider: async (config) => new import_core.DefaultIdentityProviderConfig({
|
|
407
|
+
identityProviderConfigProvider: /* @__PURE__ */ __name(async (config) => new import_core.DefaultIdentityProviderConfig({
|
|
408
408
|
"aws.auth#sigv4": config.credentials
|
|
409
|
-
})
|
|
409
|
+
}), "identityProviderConfigProvider")
|
|
410
410
|
})
|
|
411
411
|
);
|
|
412
412
|
this.middlewareStack.use((0, import_core.getHttpSigningPlugin)(this.config));
|
|
@@ -618,14 +618,10 @@ var ComponentDeploymentUpdateType = {
|
|
|
618
618
|
var DeploymentState;
|
|
619
619
|
((DeploymentState3) => {
|
|
620
620
|
DeploymentState3.visit = /* @__PURE__ */ __name((value, visitor) => {
|
|
621
|
-
if (value.serviceInstance !== void 0)
|
|
622
|
-
|
|
623
|
-
if (value.
|
|
624
|
-
|
|
625
|
-
if (value.servicePipeline !== void 0)
|
|
626
|
-
return visitor.servicePipeline(value.servicePipeline);
|
|
627
|
-
if (value.component !== void 0)
|
|
628
|
-
return visitor.component(value.component);
|
|
621
|
+
if (value.serviceInstance !== void 0) return visitor.serviceInstance(value.serviceInstance);
|
|
622
|
+
if (value.environment !== void 0) return visitor.environment(value.environment);
|
|
623
|
+
if (value.servicePipeline !== void 0) return visitor.servicePipeline(value.servicePipeline);
|
|
624
|
+
if (value.component !== void 0) return visitor.component(value.component);
|
|
629
625
|
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
630
626
|
}, "visit");
|
|
631
627
|
})(DeploymentState || (DeploymentState = {}));
|
|
@@ -648,8 +644,7 @@ var DeploymentUpdateType = {
|
|
|
648
644
|
var TemplateVersionSourceInput;
|
|
649
645
|
((TemplateVersionSourceInput3) => {
|
|
650
646
|
TemplateVersionSourceInput3.visit = /* @__PURE__ */ __name((value, visitor) => {
|
|
651
|
-
if (value.s3 !== void 0)
|
|
652
|
-
return visitor.s3(value.s3);
|
|
647
|
+
if (value.s3 !== void 0) return visitor.s3(value.s3);
|
|
653
648
|
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
654
649
|
}, "visit");
|
|
655
650
|
})(TemplateVersionSourceInput || (TemplateVersionSourceInput = {}));
|
|
@@ -882,14 +877,11 @@ var ServicePipelineStateFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
|
882
877
|
var DeploymentStateFilterSensitiveLog = /* @__PURE__ */ __name((obj) => {
|
|
883
878
|
if (obj.serviceInstance !== void 0)
|
|
884
879
|
return { serviceInstance: ServiceInstanceStateFilterSensitiveLog(obj.serviceInstance) };
|
|
885
|
-
if (obj.environment !== void 0)
|
|
886
|
-
return { environment: EnvironmentStateFilterSensitiveLog(obj.environment) };
|
|
880
|
+
if (obj.environment !== void 0) return { environment: EnvironmentStateFilterSensitiveLog(obj.environment) };
|
|
887
881
|
if (obj.servicePipeline !== void 0)
|
|
888
882
|
return { servicePipeline: ServicePipelineStateFilterSensitiveLog(obj.servicePipeline) };
|
|
889
|
-
if (obj.component !== void 0)
|
|
890
|
-
|
|
891
|
-
if (obj.$unknown !== void 0)
|
|
892
|
-
return { [obj.$unknown[0]]: "UNKNOWN" };
|
|
883
|
+
if (obj.component !== void 0) return { component: ComponentStateFilterSensitiveLog(obj.component) };
|
|
884
|
+
if (obj.$unknown !== void 0) return { [obj.$unknown[0]]: "UNKNOWN" };
|
|
893
885
|
}, "DeploymentStateFilterSensitiveLog");
|
|
894
886
|
var DeploymentFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
895
887
|
...obj,
|
|
@@ -3124,42 +3116,42 @@ var se_UpdateServicePipelineInput = /* @__PURE__ */ __name((input, context) => {
|
|
|
3124
3116
|
}, "se_UpdateServicePipelineInput");
|
|
3125
3117
|
var de_AcceptEnvironmentAccountConnectionOutput = /* @__PURE__ */ __name((output, context) => {
|
|
3126
3118
|
return (0, import_smithy_client.take)(output, {
|
|
3127
|
-
environmentAccountConnection: (_) => de_EnvironmentAccountConnection(_, context)
|
|
3119
|
+
environmentAccountConnection: /* @__PURE__ */ __name((_) => de_EnvironmentAccountConnection(_, context), "environmentAccountConnection")
|
|
3128
3120
|
});
|
|
3129
3121
|
}, "de_AcceptEnvironmentAccountConnectionOutput");
|
|
3130
3122
|
var de_CancelComponentDeploymentOutput = /* @__PURE__ */ __name((output, context) => {
|
|
3131
3123
|
return (0, import_smithy_client.take)(output, {
|
|
3132
|
-
component: (_) => de_Component(_, context)
|
|
3124
|
+
component: /* @__PURE__ */ __name((_) => de_Component(_, context), "component")
|
|
3133
3125
|
});
|
|
3134
3126
|
}, "de_CancelComponentDeploymentOutput");
|
|
3135
3127
|
var de_CancelEnvironmentDeploymentOutput = /* @__PURE__ */ __name((output, context) => {
|
|
3136
3128
|
return (0, import_smithy_client.take)(output, {
|
|
3137
|
-
environment: (_) => de_Environment(_, context)
|
|
3129
|
+
environment: /* @__PURE__ */ __name((_) => de_Environment(_, context), "environment")
|
|
3138
3130
|
});
|
|
3139
3131
|
}, "de_CancelEnvironmentDeploymentOutput");
|
|
3140
3132
|
var de_CancelServiceInstanceDeploymentOutput = /* @__PURE__ */ __name((output, context) => {
|
|
3141
3133
|
return (0, import_smithy_client.take)(output, {
|
|
3142
|
-
serviceInstance: (_) => de_ServiceInstance(_, context)
|
|
3134
|
+
serviceInstance: /* @__PURE__ */ __name((_) => de_ServiceInstance(_, context), "serviceInstance")
|
|
3143
3135
|
});
|
|
3144
3136
|
}, "de_CancelServiceInstanceDeploymentOutput");
|
|
3145
3137
|
var de_CancelServicePipelineDeploymentOutput = /* @__PURE__ */ __name((output, context) => {
|
|
3146
3138
|
return (0, import_smithy_client.take)(output, {
|
|
3147
|
-
pipeline: (_) => de_ServicePipeline(_, context)
|
|
3139
|
+
pipeline: /* @__PURE__ */ __name((_) => de_ServicePipeline(_, context), "pipeline")
|
|
3148
3140
|
});
|
|
3149
3141
|
}, "de_CancelServicePipelineDeploymentOutput");
|
|
3150
3142
|
var de_Component = /* @__PURE__ */ __name((output, context) => {
|
|
3151
3143
|
return (0, import_smithy_client.take)(output, {
|
|
3152
3144
|
arn: import_smithy_client.expectString,
|
|
3153
|
-
createdAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
3145
|
+
createdAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "createdAt"),
|
|
3154
3146
|
deploymentStatus: import_smithy_client.expectString,
|
|
3155
3147
|
deploymentStatusMessage: import_smithy_client.expectString,
|
|
3156
3148
|
description: import_smithy_client.expectString,
|
|
3157
3149
|
environmentName: import_smithy_client.expectString,
|
|
3158
3150
|
lastAttemptedDeploymentId: import_smithy_client.expectString,
|
|
3159
3151
|
lastClientRequestToken: import_smithy_client.expectString,
|
|
3160
|
-
lastDeploymentAttemptedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
3161
|
-
lastDeploymentSucceededAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
3162
|
-
lastModifiedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
3152
|
+
lastDeploymentAttemptedAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "lastDeploymentAttemptedAt"),
|
|
3153
|
+
lastDeploymentSucceededAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "lastDeploymentSucceededAt"),
|
|
3154
|
+
lastModifiedAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "lastModifiedAt"),
|
|
3163
3155
|
lastSucceededDeploymentId: import_smithy_client.expectString,
|
|
3164
3156
|
name: import_smithy_client.expectString,
|
|
3165
3157
|
serviceInstanceName: import_smithy_client.expectString,
|
|
@@ -3178,14 +3170,14 @@ var de_ComponentState = /* @__PURE__ */ __name((output, context) => {
|
|
|
3178
3170
|
var de_ComponentSummary = /* @__PURE__ */ __name((output, context) => {
|
|
3179
3171
|
return (0, import_smithy_client.take)(output, {
|
|
3180
3172
|
arn: import_smithy_client.expectString,
|
|
3181
|
-
createdAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
3173
|
+
createdAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "createdAt"),
|
|
3182
3174
|
deploymentStatus: import_smithy_client.expectString,
|
|
3183
3175
|
deploymentStatusMessage: import_smithy_client.expectString,
|
|
3184
3176
|
environmentName: import_smithy_client.expectString,
|
|
3185
3177
|
lastAttemptedDeploymentId: import_smithy_client.expectString,
|
|
3186
|
-
lastDeploymentAttemptedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
3187
|
-
lastDeploymentSucceededAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
3188
|
-
lastModifiedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
3178
|
+
lastDeploymentAttemptedAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "lastDeploymentAttemptedAt"),
|
|
3179
|
+
lastDeploymentSucceededAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "lastDeploymentSucceededAt"),
|
|
3180
|
+
lastModifiedAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "lastModifiedAt"),
|
|
3189
3181
|
lastSucceededDeploymentId: import_smithy_client.expectString,
|
|
3190
3182
|
name: import_smithy_client.expectString,
|
|
3191
3183
|
serviceInstanceName: import_smithy_client.expectString,
|
|
@@ -3200,114 +3192,114 @@ var de_ComponentSummaryList = /* @__PURE__ */ __name((output, context) => {
|
|
|
3200
3192
|
}, "de_ComponentSummaryList");
|
|
3201
3193
|
var de_CreateComponentOutput = /* @__PURE__ */ __name((output, context) => {
|
|
3202
3194
|
return (0, import_smithy_client.take)(output, {
|
|
3203
|
-
component: (_) => de_Component(_, context)
|
|
3195
|
+
component: /* @__PURE__ */ __name((_) => de_Component(_, context), "component")
|
|
3204
3196
|
});
|
|
3205
3197
|
}, "de_CreateComponentOutput");
|
|
3206
3198
|
var de_CreateEnvironmentAccountConnectionOutput = /* @__PURE__ */ __name((output, context) => {
|
|
3207
3199
|
return (0, import_smithy_client.take)(output, {
|
|
3208
|
-
environmentAccountConnection: (_) => de_EnvironmentAccountConnection(_, context)
|
|
3200
|
+
environmentAccountConnection: /* @__PURE__ */ __name((_) => de_EnvironmentAccountConnection(_, context), "environmentAccountConnection")
|
|
3209
3201
|
});
|
|
3210
3202
|
}, "de_CreateEnvironmentAccountConnectionOutput");
|
|
3211
3203
|
var de_CreateEnvironmentOutput = /* @__PURE__ */ __name((output, context) => {
|
|
3212
3204
|
return (0, import_smithy_client.take)(output, {
|
|
3213
|
-
environment: (_) => de_Environment(_, context)
|
|
3205
|
+
environment: /* @__PURE__ */ __name((_) => de_Environment(_, context), "environment")
|
|
3214
3206
|
});
|
|
3215
3207
|
}, "de_CreateEnvironmentOutput");
|
|
3216
3208
|
var de_CreateEnvironmentTemplateOutput = /* @__PURE__ */ __name((output, context) => {
|
|
3217
3209
|
return (0, import_smithy_client.take)(output, {
|
|
3218
|
-
environmentTemplate: (_) => de_EnvironmentTemplate(_, context)
|
|
3210
|
+
environmentTemplate: /* @__PURE__ */ __name((_) => de_EnvironmentTemplate(_, context), "environmentTemplate")
|
|
3219
3211
|
});
|
|
3220
3212
|
}, "de_CreateEnvironmentTemplateOutput");
|
|
3221
3213
|
var de_CreateEnvironmentTemplateVersionOutput = /* @__PURE__ */ __name((output, context) => {
|
|
3222
3214
|
return (0, import_smithy_client.take)(output, {
|
|
3223
|
-
environmentTemplateVersion: (_) => de_EnvironmentTemplateVersion(_, context)
|
|
3215
|
+
environmentTemplateVersion: /* @__PURE__ */ __name((_) => de_EnvironmentTemplateVersion(_, context), "environmentTemplateVersion")
|
|
3224
3216
|
});
|
|
3225
3217
|
}, "de_CreateEnvironmentTemplateVersionOutput");
|
|
3226
3218
|
var de_CreateServiceInstanceOutput = /* @__PURE__ */ __name((output, context) => {
|
|
3227
3219
|
return (0, import_smithy_client.take)(output, {
|
|
3228
|
-
serviceInstance: (_) => de_ServiceInstance(_, context)
|
|
3220
|
+
serviceInstance: /* @__PURE__ */ __name((_) => de_ServiceInstance(_, context), "serviceInstance")
|
|
3229
3221
|
});
|
|
3230
3222
|
}, "de_CreateServiceInstanceOutput");
|
|
3231
3223
|
var de_CreateServiceOutput = /* @__PURE__ */ __name((output, context) => {
|
|
3232
3224
|
return (0, import_smithy_client.take)(output, {
|
|
3233
|
-
service: (_) => de_Service(_, context)
|
|
3225
|
+
service: /* @__PURE__ */ __name((_) => de_Service(_, context), "service")
|
|
3234
3226
|
});
|
|
3235
3227
|
}, "de_CreateServiceOutput");
|
|
3236
3228
|
var de_CreateServiceTemplateOutput = /* @__PURE__ */ __name((output, context) => {
|
|
3237
3229
|
return (0, import_smithy_client.take)(output, {
|
|
3238
|
-
serviceTemplate: (_) => de_ServiceTemplate(_, context)
|
|
3230
|
+
serviceTemplate: /* @__PURE__ */ __name((_) => de_ServiceTemplate(_, context), "serviceTemplate")
|
|
3239
3231
|
});
|
|
3240
3232
|
}, "de_CreateServiceTemplateOutput");
|
|
3241
3233
|
var de_CreateServiceTemplateVersionOutput = /* @__PURE__ */ __name((output, context) => {
|
|
3242
3234
|
return (0, import_smithy_client.take)(output, {
|
|
3243
|
-
serviceTemplateVersion: (_) => de_ServiceTemplateVersion(_, context)
|
|
3235
|
+
serviceTemplateVersion: /* @__PURE__ */ __name((_) => de_ServiceTemplateVersion(_, context), "serviceTemplateVersion")
|
|
3244
3236
|
});
|
|
3245
3237
|
}, "de_CreateServiceTemplateVersionOutput");
|
|
3246
3238
|
var de_DeleteComponentOutput = /* @__PURE__ */ __name((output, context) => {
|
|
3247
3239
|
return (0, import_smithy_client.take)(output, {
|
|
3248
|
-
component: (_) => de_Component(_, context)
|
|
3240
|
+
component: /* @__PURE__ */ __name((_) => de_Component(_, context), "component")
|
|
3249
3241
|
});
|
|
3250
3242
|
}, "de_DeleteComponentOutput");
|
|
3251
3243
|
var de_DeleteDeploymentOutput = /* @__PURE__ */ __name((output, context) => {
|
|
3252
3244
|
return (0, import_smithy_client.take)(output, {
|
|
3253
|
-
deployment: (_) => de_Deployment(_, context)
|
|
3245
|
+
deployment: /* @__PURE__ */ __name((_) => de_Deployment(_, context), "deployment")
|
|
3254
3246
|
});
|
|
3255
3247
|
}, "de_DeleteDeploymentOutput");
|
|
3256
3248
|
var de_DeleteEnvironmentAccountConnectionOutput = /* @__PURE__ */ __name((output, context) => {
|
|
3257
3249
|
return (0, import_smithy_client.take)(output, {
|
|
3258
|
-
environmentAccountConnection: (_) => de_EnvironmentAccountConnection(_, context)
|
|
3250
|
+
environmentAccountConnection: /* @__PURE__ */ __name((_) => de_EnvironmentAccountConnection(_, context), "environmentAccountConnection")
|
|
3259
3251
|
});
|
|
3260
3252
|
}, "de_DeleteEnvironmentAccountConnectionOutput");
|
|
3261
3253
|
var de_DeleteEnvironmentOutput = /* @__PURE__ */ __name((output, context) => {
|
|
3262
3254
|
return (0, import_smithy_client.take)(output, {
|
|
3263
|
-
environment: (_) => de_Environment(_, context)
|
|
3255
|
+
environment: /* @__PURE__ */ __name((_) => de_Environment(_, context), "environment")
|
|
3264
3256
|
});
|
|
3265
3257
|
}, "de_DeleteEnvironmentOutput");
|
|
3266
3258
|
var de_DeleteEnvironmentTemplateOutput = /* @__PURE__ */ __name((output, context) => {
|
|
3267
3259
|
return (0, import_smithy_client.take)(output, {
|
|
3268
|
-
environmentTemplate: (_) => de_EnvironmentTemplate(_, context)
|
|
3260
|
+
environmentTemplate: /* @__PURE__ */ __name((_) => de_EnvironmentTemplate(_, context), "environmentTemplate")
|
|
3269
3261
|
});
|
|
3270
3262
|
}, "de_DeleteEnvironmentTemplateOutput");
|
|
3271
3263
|
var de_DeleteEnvironmentTemplateVersionOutput = /* @__PURE__ */ __name((output, context) => {
|
|
3272
3264
|
return (0, import_smithy_client.take)(output, {
|
|
3273
|
-
environmentTemplateVersion: (_) => de_EnvironmentTemplateVersion(_, context)
|
|
3265
|
+
environmentTemplateVersion: /* @__PURE__ */ __name((_) => de_EnvironmentTemplateVersion(_, context), "environmentTemplateVersion")
|
|
3274
3266
|
});
|
|
3275
3267
|
}, "de_DeleteEnvironmentTemplateVersionOutput");
|
|
3276
3268
|
var de_DeleteServiceOutput = /* @__PURE__ */ __name((output, context) => {
|
|
3277
3269
|
return (0, import_smithy_client.take)(output, {
|
|
3278
|
-
service: (_) => de_Service(_, context)
|
|
3270
|
+
service: /* @__PURE__ */ __name((_) => de_Service(_, context), "service")
|
|
3279
3271
|
});
|
|
3280
3272
|
}, "de_DeleteServiceOutput");
|
|
3281
3273
|
var de_DeleteServiceTemplateOutput = /* @__PURE__ */ __name((output, context) => {
|
|
3282
3274
|
return (0, import_smithy_client.take)(output, {
|
|
3283
|
-
serviceTemplate: (_) => de_ServiceTemplate(_, context)
|
|
3275
|
+
serviceTemplate: /* @__PURE__ */ __name((_) => de_ServiceTemplate(_, context), "serviceTemplate")
|
|
3284
3276
|
});
|
|
3285
3277
|
}, "de_DeleteServiceTemplateOutput");
|
|
3286
3278
|
var de_DeleteServiceTemplateVersionOutput = /* @__PURE__ */ __name((output, context) => {
|
|
3287
3279
|
return (0, import_smithy_client.take)(output, {
|
|
3288
|
-
serviceTemplateVersion: (_) => de_ServiceTemplateVersion(_, context)
|
|
3280
|
+
serviceTemplateVersion: /* @__PURE__ */ __name((_) => de_ServiceTemplateVersion(_, context), "serviceTemplateVersion")
|
|
3289
3281
|
});
|
|
3290
3282
|
}, "de_DeleteServiceTemplateVersionOutput");
|
|
3291
3283
|
var de_Deployment = /* @__PURE__ */ __name((output, context) => {
|
|
3292
3284
|
return (0, import_smithy_client.take)(output, {
|
|
3293
3285
|
arn: import_smithy_client.expectString,
|
|
3294
|
-
completedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
3286
|
+
completedAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "completedAt"),
|
|
3295
3287
|
componentName: import_smithy_client.expectString,
|
|
3296
|
-
createdAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
3288
|
+
createdAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "createdAt"),
|
|
3297
3289
|
deploymentStatus: import_smithy_client.expectString,
|
|
3298
3290
|
deploymentStatusMessage: import_smithy_client.expectString,
|
|
3299
3291
|
environmentName: import_smithy_client.expectString,
|
|
3300
3292
|
id: import_smithy_client.expectString,
|
|
3301
|
-
initialState: (_) => de_DeploymentState((0, import_core2.awsExpectUnion)(_), context),
|
|
3293
|
+
initialState: /* @__PURE__ */ __name((_) => de_DeploymentState((0, import_core2.awsExpectUnion)(_), context), "initialState"),
|
|
3302
3294
|
lastAttemptedDeploymentId: import_smithy_client.expectString,
|
|
3303
|
-
lastModifiedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
3295
|
+
lastModifiedAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "lastModifiedAt"),
|
|
3304
3296
|
lastSucceededDeploymentId: import_smithy_client.expectString,
|
|
3305
3297
|
serviceInstanceName: import_smithy_client.expectString,
|
|
3306
3298
|
serviceName: import_smithy_client.expectString,
|
|
3307
3299
|
targetArn: import_smithy_client.expectString,
|
|
3308
|
-
targetResourceCreatedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
3300
|
+
targetResourceCreatedAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "targetResourceCreatedAt"),
|
|
3309
3301
|
targetResourceType: import_smithy_client.expectString,
|
|
3310
|
-
targetState: (_) => de_DeploymentState((0, import_core2.awsExpectUnion)(_), context)
|
|
3302
|
+
targetState: /* @__PURE__ */ __name((_) => de_DeploymentState((0, import_core2.awsExpectUnion)(_), context), "targetState")
|
|
3311
3303
|
});
|
|
3312
3304
|
}, "de_Deployment");
|
|
3313
3305
|
var de_DeploymentState = /* @__PURE__ */ __name((output, context) => {
|
|
@@ -3336,19 +3328,19 @@ var de_DeploymentState = /* @__PURE__ */ __name((output, context) => {
|
|
|
3336
3328
|
var de_DeploymentSummary = /* @__PURE__ */ __name((output, context) => {
|
|
3337
3329
|
return (0, import_smithy_client.take)(output, {
|
|
3338
3330
|
arn: import_smithy_client.expectString,
|
|
3339
|
-
completedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
3331
|
+
completedAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "completedAt"),
|
|
3340
3332
|
componentName: import_smithy_client.expectString,
|
|
3341
|
-
createdAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
3333
|
+
createdAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "createdAt"),
|
|
3342
3334
|
deploymentStatus: import_smithy_client.expectString,
|
|
3343
3335
|
environmentName: import_smithy_client.expectString,
|
|
3344
3336
|
id: import_smithy_client.expectString,
|
|
3345
3337
|
lastAttemptedDeploymentId: import_smithy_client.expectString,
|
|
3346
|
-
lastModifiedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
3338
|
+
lastModifiedAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "lastModifiedAt"),
|
|
3347
3339
|
lastSucceededDeploymentId: import_smithy_client.expectString,
|
|
3348
3340
|
serviceInstanceName: import_smithy_client.expectString,
|
|
3349
3341
|
serviceName: import_smithy_client.expectString,
|
|
3350
3342
|
targetArn: import_smithy_client.expectString,
|
|
3351
|
-
targetResourceCreatedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
3343
|
+
targetResourceCreatedAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "targetResourceCreatedAt"),
|
|
3352
3344
|
targetResourceType: import_smithy_client.expectString
|
|
3353
3345
|
});
|
|
3354
3346
|
}, "de_DeploymentSummary");
|
|
@@ -3363,15 +3355,15 @@ var de_Environment = /* @__PURE__ */ __name((output, context) => {
|
|
|
3363
3355
|
arn: import_smithy_client.expectString,
|
|
3364
3356
|
codebuildRoleArn: import_smithy_client.expectString,
|
|
3365
3357
|
componentRoleArn: import_smithy_client.expectString,
|
|
3366
|
-
createdAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
3358
|
+
createdAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "createdAt"),
|
|
3367
3359
|
deploymentStatus: import_smithy_client.expectString,
|
|
3368
3360
|
deploymentStatusMessage: import_smithy_client.expectString,
|
|
3369
3361
|
description: import_smithy_client.expectString,
|
|
3370
3362
|
environmentAccountConnectionId: import_smithy_client.expectString,
|
|
3371
3363
|
environmentAccountId: import_smithy_client.expectString,
|
|
3372
3364
|
lastAttemptedDeploymentId: import_smithy_client.expectString,
|
|
3373
|
-
lastDeploymentAttemptedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
3374
|
-
lastDeploymentSucceededAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
3365
|
+
lastDeploymentAttemptedAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "lastDeploymentAttemptedAt"),
|
|
3366
|
+
lastDeploymentSucceededAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "lastDeploymentSucceededAt"),
|
|
3375
3367
|
lastSucceededDeploymentId: import_smithy_client.expectString,
|
|
3376
3368
|
name: import_smithy_client.expectString,
|
|
3377
3369
|
protonServiceRoleArn: import_smithy_client.expectString,
|
|
@@ -3391,9 +3383,9 @@ var de_EnvironmentAccountConnection = /* @__PURE__ */ __name((output, context) =
|
|
|
3391
3383
|
environmentAccountId: import_smithy_client.expectString,
|
|
3392
3384
|
environmentName: import_smithy_client.expectString,
|
|
3393
3385
|
id: import_smithy_client.expectString,
|
|
3394
|
-
lastModifiedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
3386
|
+
lastModifiedAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "lastModifiedAt"),
|
|
3395
3387
|
managementAccountId: import_smithy_client.expectString,
|
|
3396
|
-
requestedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
3388
|
+
requestedAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "requestedAt"),
|
|
3397
3389
|
roleArn: import_smithy_client.expectString,
|
|
3398
3390
|
status: import_smithy_client.expectString
|
|
3399
3391
|
});
|
|
@@ -3405,9 +3397,9 @@ var de_EnvironmentAccountConnectionSummary = /* @__PURE__ */ __name((output, con
|
|
|
3405
3397
|
environmentAccountId: import_smithy_client.expectString,
|
|
3406
3398
|
environmentName: import_smithy_client.expectString,
|
|
3407
3399
|
id: import_smithy_client.expectString,
|
|
3408
|
-
lastModifiedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
3400
|
+
lastModifiedAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "lastModifiedAt"),
|
|
3409
3401
|
managementAccountId: import_smithy_client.expectString,
|
|
3410
|
-
requestedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
3402
|
+
requestedAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "requestedAt"),
|
|
3411
3403
|
roleArn: import_smithy_client.expectString,
|
|
3412
3404
|
status: import_smithy_client.expectString
|
|
3413
3405
|
});
|
|
@@ -3430,15 +3422,15 @@ var de_EnvironmentSummary = /* @__PURE__ */ __name((output, context) => {
|
|
|
3430
3422
|
return (0, import_smithy_client.take)(output, {
|
|
3431
3423
|
arn: import_smithy_client.expectString,
|
|
3432
3424
|
componentRoleArn: import_smithy_client.expectString,
|
|
3433
|
-
createdAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
3425
|
+
createdAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "createdAt"),
|
|
3434
3426
|
deploymentStatus: import_smithy_client.expectString,
|
|
3435
3427
|
deploymentStatusMessage: import_smithy_client.expectString,
|
|
3436
3428
|
description: import_smithy_client.expectString,
|
|
3437
3429
|
environmentAccountConnectionId: import_smithy_client.expectString,
|
|
3438
3430
|
environmentAccountId: import_smithy_client.expectString,
|
|
3439
3431
|
lastAttemptedDeploymentId: import_smithy_client.expectString,
|
|
3440
|
-
lastDeploymentAttemptedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
3441
|
-
lastDeploymentSucceededAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
3432
|
+
lastDeploymentAttemptedAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "lastDeploymentAttemptedAt"),
|
|
3433
|
+
lastDeploymentSucceededAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "lastDeploymentSucceededAt"),
|
|
3442
3434
|
lastSucceededDeploymentId: import_smithy_client.expectString,
|
|
3443
3435
|
name: import_smithy_client.expectString,
|
|
3444
3436
|
protonServiceRoleArn: import_smithy_client.expectString,
|
|
@@ -3457,11 +3449,11 @@ var de_EnvironmentSummaryList = /* @__PURE__ */ __name((output, context) => {
|
|
|
3457
3449
|
var de_EnvironmentTemplate = /* @__PURE__ */ __name((output, context) => {
|
|
3458
3450
|
return (0, import_smithy_client.take)(output, {
|
|
3459
3451
|
arn: import_smithy_client.expectString,
|
|
3460
|
-
createdAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
3452
|
+
createdAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "createdAt"),
|
|
3461
3453
|
description: import_smithy_client.expectString,
|
|
3462
3454
|
displayName: import_smithy_client.expectString,
|
|
3463
3455
|
encryptionKey: import_smithy_client.expectString,
|
|
3464
|
-
lastModifiedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
3456
|
+
lastModifiedAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "lastModifiedAt"),
|
|
3465
3457
|
name: import_smithy_client.expectString,
|
|
3466
3458
|
provisioning: import_smithy_client.expectString,
|
|
3467
3459
|
recommendedVersion: import_smithy_client.expectString
|
|
@@ -3470,10 +3462,10 @@ var de_EnvironmentTemplate = /* @__PURE__ */ __name((output, context) => {
|
|
|
3470
3462
|
var de_EnvironmentTemplateSummary = /* @__PURE__ */ __name((output, context) => {
|
|
3471
3463
|
return (0, import_smithy_client.take)(output, {
|
|
3472
3464
|
arn: import_smithy_client.expectString,
|
|
3473
|
-
createdAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
3465
|
+
createdAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "createdAt"),
|
|
3474
3466
|
description: import_smithy_client.expectString,
|
|
3475
3467
|
displayName: import_smithy_client.expectString,
|
|
3476
|
-
lastModifiedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
3468
|
+
lastModifiedAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "lastModifiedAt"),
|
|
3477
3469
|
name: import_smithy_client.expectString,
|
|
3478
3470
|
provisioning: import_smithy_client.expectString,
|
|
3479
3471
|
recommendedVersion: import_smithy_client.expectString
|
|
@@ -3488,9 +3480,9 @@ var de_EnvironmentTemplateSummaryList = /* @__PURE__ */ __name((output, context)
|
|
|
3488
3480
|
var de_EnvironmentTemplateVersion = /* @__PURE__ */ __name((output, context) => {
|
|
3489
3481
|
return (0, import_smithy_client.take)(output, {
|
|
3490
3482
|
arn: import_smithy_client.expectString,
|
|
3491
|
-
createdAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
3483
|
+
createdAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "createdAt"),
|
|
3492
3484
|
description: import_smithy_client.expectString,
|
|
3493
|
-
lastModifiedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
3485
|
+
lastModifiedAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "lastModifiedAt"),
|
|
3494
3486
|
majorVersion: import_smithy_client.expectString,
|
|
3495
3487
|
minorVersion: import_smithy_client.expectString,
|
|
3496
3488
|
recommendedMinorVersion: import_smithy_client.expectString,
|
|
@@ -3503,9 +3495,9 @@ var de_EnvironmentTemplateVersion = /* @__PURE__ */ __name((output, context) =>
|
|
|
3503
3495
|
var de_EnvironmentTemplateVersionSummary = /* @__PURE__ */ __name((output, context) => {
|
|
3504
3496
|
return (0, import_smithy_client.take)(output, {
|
|
3505
3497
|
arn: import_smithy_client.expectString,
|
|
3506
|
-
createdAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
3498
|
+
createdAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "createdAt"),
|
|
3507
3499
|
description: import_smithy_client.expectString,
|
|
3508
|
-
lastModifiedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
3500
|
+
lastModifiedAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "lastModifiedAt"),
|
|
3509
3501
|
majorVersion: import_smithy_client.expectString,
|
|
3510
3502
|
minorVersion: import_smithy_client.expectString,
|
|
3511
3503
|
recommendedMinorVersion: import_smithy_client.expectString,
|
|
@@ -3522,76 +3514,76 @@ var de_EnvironmentTemplateVersionSummaryList = /* @__PURE__ */ __name((output, c
|
|
|
3522
3514
|
}, "de_EnvironmentTemplateVersionSummaryList");
|
|
3523
3515
|
var de_GetComponentOutput = /* @__PURE__ */ __name((output, context) => {
|
|
3524
3516
|
return (0, import_smithy_client.take)(output, {
|
|
3525
|
-
component: (_) => de_Component(_, context)
|
|
3517
|
+
component: /* @__PURE__ */ __name((_) => de_Component(_, context), "component")
|
|
3526
3518
|
});
|
|
3527
3519
|
}, "de_GetComponentOutput");
|
|
3528
3520
|
var de_GetDeploymentOutput = /* @__PURE__ */ __name((output, context) => {
|
|
3529
3521
|
return (0, import_smithy_client.take)(output, {
|
|
3530
|
-
deployment: (_) => de_Deployment(_, context)
|
|
3522
|
+
deployment: /* @__PURE__ */ __name((_) => de_Deployment(_, context), "deployment")
|
|
3531
3523
|
});
|
|
3532
3524
|
}, "de_GetDeploymentOutput");
|
|
3533
3525
|
var de_GetEnvironmentAccountConnectionOutput = /* @__PURE__ */ __name((output, context) => {
|
|
3534
3526
|
return (0, import_smithy_client.take)(output, {
|
|
3535
|
-
environmentAccountConnection: (_) => de_EnvironmentAccountConnection(_, context)
|
|
3527
|
+
environmentAccountConnection: /* @__PURE__ */ __name((_) => de_EnvironmentAccountConnection(_, context), "environmentAccountConnection")
|
|
3536
3528
|
});
|
|
3537
3529
|
}, "de_GetEnvironmentAccountConnectionOutput");
|
|
3538
3530
|
var de_GetEnvironmentOutput = /* @__PURE__ */ __name((output, context) => {
|
|
3539
3531
|
return (0, import_smithy_client.take)(output, {
|
|
3540
|
-
environment: (_) => de_Environment(_, context)
|
|
3532
|
+
environment: /* @__PURE__ */ __name((_) => de_Environment(_, context), "environment")
|
|
3541
3533
|
});
|
|
3542
3534
|
}, "de_GetEnvironmentOutput");
|
|
3543
3535
|
var de_GetEnvironmentTemplateOutput = /* @__PURE__ */ __name((output, context) => {
|
|
3544
3536
|
return (0, import_smithy_client.take)(output, {
|
|
3545
|
-
environmentTemplate: (_) => de_EnvironmentTemplate(_, context)
|
|
3537
|
+
environmentTemplate: /* @__PURE__ */ __name((_) => de_EnvironmentTemplate(_, context), "environmentTemplate")
|
|
3546
3538
|
});
|
|
3547
3539
|
}, "de_GetEnvironmentTemplateOutput");
|
|
3548
3540
|
var de_GetEnvironmentTemplateVersionOutput = /* @__PURE__ */ __name((output, context) => {
|
|
3549
3541
|
return (0, import_smithy_client.take)(output, {
|
|
3550
|
-
environmentTemplateVersion: (_) => de_EnvironmentTemplateVersion(_, context)
|
|
3542
|
+
environmentTemplateVersion: /* @__PURE__ */ __name((_) => de_EnvironmentTemplateVersion(_, context), "environmentTemplateVersion")
|
|
3551
3543
|
});
|
|
3552
3544
|
}, "de_GetEnvironmentTemplateVersionOutput");
|
|
3553
3545
|
var de_GetRepositorySyncStatusOutput = /* @__PURE__ */ __name((output, context) => {
|
|
3554
3546
|
return (0, import_smithy_client.take)(output, {
|
|
3555
|
-
latestSync: (_) => de_RepositorySyncAttempt(_, context)
|
|
3547
|
+
latestSync: /* @__PURE__ */ __name((_) => de_RepositorySyncAttempt(_, context), "latestSync")
|
|
3556
3548
|
});
|
|
3557
3549
|
}, "de_GetRepositorySyncStatusOutput");
|
|
3558
3550
|
var de_GetServiceInstanceOutput = /* @__PURE__ */ __name((output, context) => {
|
|
3559
3551
|
return (0, import_smithy_client.take)(output, {
|
|
3560
|
-
serviceInstance: (_) => de_ServiceInstance(_, context)
|
|
3552
|
+
serviceInstance: /* @__PURE__ */ __name((_) => de_ServiceInstance(_, context), "serviceInstance")
|
|
3561
3553
|
});
|
|
3562
3554
|
}, "de_GetServiceInstanceOutput");
|
|
3563
3555
|
var de_GetServiceInstanceSyncStatusOutput = /* @__PURE__ */ __name((output, context) => {
|
|
3564
3556
|
return (0, import_smithy_client.take)(output, {
|
|
3565
3557
|
desiredState: import_smithy_client._json,
|
|
3566
|
-
latestSuccessfulSync: (_) => de_ResourceSyncAttempt(_, context),
|
|
3567
|
-
latestSync: (_) => de_ResourceSyncAttempt(_, context)
|
|
3558
|
+
latestSuccessfulSync: /* @__PURE__ */ __name((_) => de_ResourceSyncAttempt(_, context), "latestSuccessfulSync"),
|
|
3559
|
+
latestSync: /* @__PURE__ */ __name((_) => de_ResourceSyncAttempt(_, context), "latestSync")
|
|
3568
3560
|
});
|
|
3569
3561
|
}, "de_GetServiceInstanceSyncStatusOutput");
|
|
3570
3562
|
var de_GetServiceOutput = /* @__PURE__ */ __name((output, context) => {
|
|
3571
3563
|
return (0, import_smithy_client.take)(output, {
|
|
3572
|
-
service: (_) => de_Service(_, context)
|
|
3564
|
+
service: /* @__PURE__ */ __name((_) => de_Service(_, context), "service")
|
|
3573
3565
|
});
|
|
3574
3566
|
}, "de_GetServiceOutput");
|
|
3575
3567
|
var de_GetServiceSyncBlockerSummaryOutput = /* @__PURE__ */ __name((output, context) => {
|
|
3576
3568
|
return (0, import_smithy_client.take)(output, {
|
|
3577
|
-
serviceSyncBlockerSummary: (_) => de_ServiceSyncBlockerSummary(_, context)
|
|
3569
|
+
serviceSyncBlockerSummary: /* @__PURE__ */ __name((_) => de_ServiceSyncBlockerSummary(_, context), "serviceSyncBlockerSummary")
|
|
3578
3570
|
});
|
|
3579
3571
|
}, "de_GetServiceSyncBlockerSummaryOutput");
|
|
3580
3572
|
var de_GetServiceTemplateOutput = /* @__PURE__ */ __name((output, context) => {
|
|
3581
3573
|
return (0, import_smithy_client.take)(output, {
|
|
3582
|
-
serviceTemplate: (_) => de_ServiceTemplate(_, context)
|
|
3574
|
+
serviceTemplate: /* @__PURE__ */ __name((_) => de_ServiceTemplate(_, context), "serviceTemplate")
|
|
3583
3575
|
});
|
|
3584
3576
|
}, "de_GetServiceTemplateOutput");
|
|
3585
3577
|
var de_GetServiceTemplateVersionOutput = /* @__PURE__ */ __name((output, context) => {
|
|
3586
3578
|
return (0, import_smithy_client.take)(output, {
|
|
3587
|
-
serviceTemplateVersion: (_) => de_ServiceTemplateVersion(_, context)
|
|
3579
|
+
serviceTemplateVersion: /* @__PURE__ */ __name((_) => de_ServiceTemplateVersion(_, context), "serviceTemplateVersion")
|
|
3588
3580
|
});
|
|
3589
3581
|
}, "de_GetServiceTemplateVersionOutput");
|
|
3590
3582
|
var de_GetTemplateSyncStatusOutput = /* @__PURE__ */ __name((output, context) => {
|
|
3591
3583
|
return (0, import_smithy_client.take)(output, {
|
|
3592
3584
|
desiredState: import_smithy_client._json,
|
|
3593
|
-
latestSuccessfulSync: (_) => de_ResourceSyncAttempt(_, context),
|
|
3594
|
-
latestSync: (_) => de_ResourceSyncAttempt(_, context)
|
|
3585
|
+
latestSuccessfulSync: /* @__PURE__ */ __name((_) => de_ResourceSyncAttempt(_, context), "latestSuccessfulSync"),
|
|
3586
|
+
latestSync: /* @__PURE__ */ __name((_) => de_ResourceSyncAttempt(_, context), "latestSync")
|
|
3595
3587
|
});
|
|
3596
3588
|
}, "de_GetTemplateSyncStatusOutput");
|
|
3597
3589
|
var de_LatestSyncBlockers = /* @__PURE__ */ __name((output, context) => {
|
|
@@ -3602,73 +3594,73 @@ var de_LatestSyncBlockers = /* @__PURE__ */ __name((output, context) => {
|
|
|
3602
3594
|
}, "de_LatestSyncBlockers");
|
|
3603
3595
|
var de_ListComponentsOutput = /* @__PURE__ */ __name((output, context) => {
|
|
3604
3596
|
return (0, import_smithy_client.take)(output, {
|
|
3605
|
-
components: (_) => de_ComponentSummaryList(_, context),
|
|
3597
|
+
components: /* @__PURE__ */ __name((_) => de_ComponentSummaryList(_, context), "components"),
|
|
3606
3598
|
nextToken: import_smithy_client.expectString
|
|
3607
3599
|
});
|
|
3608
3600
|
}, "de_ListComponentsOutput");
|
|
3609
3601
|
var de_ListDeploymentsOutput = /* @__PURE__ */ __name((output, context) => {
|
|
3610
3602
|
return (0, import_smithy_client.take)(output, {
|
|
3611
|
-
deployments: (_) => de_DeploymentSummaryList(_, context),
|
|
3603
|
+
deployments: /* @__PURE__ */ __name((_) => de_DeploymentSummaryList(_, context), "deployments"),
|
|
3612
3604
|
nextToken: import_smithy_client.expectString
|
|
3613
3605
|
});
|
|
3614
3606
|
}, "de_ListDeploymentsOutput");
|
|
3615
3607
|
var de_ListEnvironmentAccountConnectionsOutput = /* @__PURE__ */ __name((output, context) => {
|
|
3616
3608
|
return (0, import_smithy_client.take)(output, {
|
|
3617
|
-
environmentAccountConnections: (_) => de_EnvironmentAccountConnectionSummaryList(_, context),
|
|
3609
|
+
environmentAccountConnections: /* @__PURE__ */ __name((_) => de_EnvironmentAccountConnectionSummaryList(_, context), "environmentAccountConnections"),
|
|
3618
3610
|
nextToken: import_smithy_client.expectString
|
|
3619
3611
|
});
|
|
3620
3612
|
}, "de_ListEnvironmentAccountConnectionsOutput");
|
|
3621
3613
|
var de_ListEnvironmentsOutput = /* @__PURE__ */ __name((output, context) => {
|
|
3622
3614
|
return (0, import_smithy_client.take)(output, {
|
|
3623
|
-
environments: (_) => de_EnvironmentSummaryList(_, context),
|
|
3615
|
+
environments: /* @__PURE__ */ __name((_) => de_EnvironmentSummaryList(_, context), "environments"),
|
|
3624
3616
|
nextToken: import_smithy_client.expectString
|
|
3625
3617
|
});
|
|
3626
3618
|
}, "de_ListEnvironmentsOutput");
|
|
3627
3619
|
var de_ListEnvironmentTemplatesOutput = /* @__PURE__ */ __name((output, context) => {
|
|
3628
3620
|
return (0, import_smithy_client.take)(output, {
|
|
3629
3621
|
nextToken: import_smithy_client.expectString,
|
|
3630
|
-
templates: (_) => de_EnvironmentTemplateSummaryList(_, context)
|
|
3622
|
+
templates: /* @__PURE__ */ __name((_) => de_EnvironmentTemplateSummaryList(_, context), "templates")
|
|
3631
3623
|
});
|
|
3632
3624
|
}, "de_ListEnvironmentTemplatesOutput");
|
|
3633
3625
|
var de_ListEnvironmentTemplateVersionsOutput = /* @__PURE__ */ __name((output, context) => {
|
|
3634
3626
|
return (0, import_smithy_client.take)(output, {
|
|
3635
3627
|
nextToken: import_smithy_client.expectString,
|
|
3636
|
-
templateVersions: (_) => de_EnvironmentTemplateVersionSummaryList(_, context)
|
|
3628
|
+
templateVersions: /* @__PURE__ */ __name((_) => de_EnvironmentTemplateVersionSummaryList(_, context), "templateVersions")
|
|
3637
3629
|
});
|
|
3638
3630
|
}, "de_ListEnvironmentTemplateVersionsOutput");
|
|
3639
3631
|
var de_ListServiceInstancesOutput = /* @__PURE__ */ __name((output, context) => {
|
|
3640
3632
|
return (0, import_smithy_client.take)(output, {
|
|
3641
3633
|
nextToken: import_smithy_client.expectString,
|
|
3642
|
-
serviceInstances: (_) => de_ServiceInstanceSummaryList(_, context)
|
|
3634
|
+
serviceInstances: /* @__PURE__ */ __name((_) => de_ServiceInstanceSummaryList(_, context), "serviceInstances")
|
|
3643
3635
|
});
|
|
3644
3636
|
}, "de_ListServiceInstancesOutput");
|
|
3645
3637
|
var de_ListServicesOutput = /* @__PURE__ */ __name((output, context) => {
|
|
3646
3638
|
return (0, import_smithy_client.take)(output, {
|
|
3647
3639
|
nextToken: import_smithy_client.expectString,
|
|
3648
|
-
services: (_) => de_ServiceSummaryList(_, context)
|
|
3640
|
+
services: /* @__PURE__ */ __name((_) => de_ServiceSummaryList(_, context), "services")
|
|
3649
3641
|
});
|
|
3650
3642
|
}, "de_ListServicesOutput");
|
|
3651
3643
|
var de_ListServiceTemplatesOutput = /* @__PURE__ */ __name((output, context) => {
|
|
3652
3644
|
return (0, import_smithy_client.take)(output, {
|
|
3653
3645
|
nextToken: import_smithy_client.expectString,
|
|
3654
|
-
templates: (_) => de_ServiceTemplateSummaryList(_, context)
|
|
3646
|
+
templates: /* @__PURE__ */ __name((_) => de_ServiceTemplateSummaryList(_, context), "templates")
|
|
3655
3647
|
});
|
|
3656
3648
|
}, "de_ListServiceTemplatesOutput");
|
|
3657
3649
|
var de_ListServiceTemplateVersionsOutput = /* @__PURE__ */ __name((output, context) => {
|
|
3658
3650
|
return (0, import_smithy_client.take)(output, {
|
|
3659
3651
|
nextToken: import_smithy_client.expectString,
|
|
3660
|
-
templateVersions: (_) => de_ServiceTemplateVersionSummaryList(_, context)
|
|
3652
|
+
templateVersions: /* @__PURE__ */ __name((_) => de_ServiceTemplateVersionSummaryList(_, context), "templateVersions")
|
|
3661
3653
|
});
|
|
3662
3654
|
}, "de_ListServiceTemplateVersionsOutput");
|
|
3663
3655
|
var de_RejectEnvironmentAccountConnectionOutput = /* @__PURE__ */ __name((output, context) => {
|
|
3664
3656
|
return (0, import_smithy_client.take)(output, {
|
|
3665
|
-
environmentAccountConnection: (_) => de_EnvironmentAccountConnection(_, context)
|
|
3657
|
+
environmentAccountConnection: /* @__PURE__ */ __name((_) => de_EnvironmentAccountConnection(_, context), "environmentAccountConnection")
|
|
3666
3658
|
});
|
|
3667
3659
|
}, "de_RejectEnvironmentAccountConnectionOutput");
|
|
3668
3660
|
var de_RepositorySyncAttempt = /* @__PURE__ */ __name((output, context) => {
|
|
3669
3661
|
return (0, import_smithy_client.take)(output, {
|
|
3670
|
-
events: (_) => de_RepositorySyncEvents(_, context),
|
|
3671
|
-
startedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
3662
|
+
events: /* @__PURE__ */ __name((_) => de_RepositorySyncEvents(_, context), "events"),
|
|
3663
|
+
startedAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "startedAt"),
|
|
3672
3664
|
status: import_smithy_client.expectString
|
|
3673
3665
|
});
|
|
3674
3666
|
}, "de_RepositorySyncAttempt");
|
|
@@ -3676,7 +3668,7 @@ var de_RepositorySyncEvent = /* @__PURE__ */ __name((output, context) => {
|
|
|
3676
3668
|
return (0, import_smithy_client.take)(output, {
|
|
3677
3669
|
event: import_smithy_client.expectString,
|
|
3678
3670
|
externalId: import_smithy_client.expectString,
|
|
3679
|
-
time: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
3671
|
+
time: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "time"),
|
|
3680
3672
|
type: import_smithy_client.expectString
|
|
3681
3673
|
});
|
|
3682
3674
|
}, "de_RepositorySyncEvent");
|
|
@@ -3688,9 +3680,9 @@ var de_RepositorySyncEvents = /* @__PURE__ */ __name((output, context) => {
|
|
|
3688
3680
|
}, "de_RepositorySyncEvents");
|
|
3689
3681
|
var de_ResourceSyncAttempt = /* @__PURE__ */ __name((output, context) => {
|
|
3690
3682
|
return (0, import_smithy_client.take)(output, {
|
|
3691
|
-
events: (_) => de_ResourceSyncEvents(_, context),
|
|
3683
|
+
events: /* @__PURE__ */ __name((_) => de_ResourceSyncEvents(_, context), "events"),
|
|
3692
3684
|
initialRevision: import_smithy_client._json,
|
|
3693
|
-
startedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
3685
|
+
startedAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "startedAt"),
|
|
3694
3686
|
status: import_smithy_client.expectString,
|
|
3695
3687
|
target: import_smithy_client.expectString,
|
|
3696
3688
|
targetRevision: import_smithy_client._json
|
|
@@ -3700,7 +3692,7 @@ var de_ResourceSyncEvent = /* @__PURE__ */ __name((output, context) => {
|
|
|
3700
3692
|
return (0, import_smithy_client.take)(output, {
|
|
3701
3693
|
event: import_smithy_client.expectString,
|
|
3702
3694
|
externalId: import_smithy_client.expectString,
|
|
3703
|
-
time: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
3695
|
+
time: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "time"),
|
|
3704
3696
|
type: import_smithy_client.expectString
|
|
3705
3697
|
});
|
|
3706
3698
|
}, "de_ResourceSyncEvent");
|
|
@@ -3714,11 +3706,11 @@ var de_Service = /* @__PURE__ */ __name((output, context) => {
|
|
|
3714
3706
|
return (0, import_smithy_client.take)(output, {
|
|
3715
3707
|
arn: import_smithy_client.expectString,
|
|
3716
3708
|
branchName: import_smithy_client.expectString,
|
|
3717
|
-
createdAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
3709
|
+
createdAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "createdAt"),
|
|
3718
3710
|
description: import_smithy_client.expectString,
|
|
3719
|
-
lastModifiedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
3711
|
+
lastModifiedAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "lastModifiedAt"),
|
|
3720
3712
|
name: import_smithy_client.expectString,
|
|
3721
|
-
pipeline: (_) => de_ServicePipeline(_, context),
|
|
3713
|
+
pipeline: /* @__PURE__ */ __name((_) => de_ServicePipeline(_, context), "pipeline"),
|
|
3722
3714
|
repositoryConnectionArn: import_smithy_client.expectString,
|
|
3723
3715
|
repositoryId: import_smithy_client.expectString,
|
|
3724
3716
|
spec: import_smithy_client.expectString,
|
|
@@ -3730,14 +3722,14 @@ var de_Service = /* @__PURE__ */ __name((output, context) => {
|
|
|
3730
3722
|
var de_ServiceInstance = /* @__PURE__ */ __name((output, context) => {
|
|
3731
3723
|
return (0, import_smithy_client.take)(output, {
|
|
3732
3724
|
arn: import_smithy_client.expectString,
|
|
3733
|
-
createdAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
3725
|
+
createdAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "createdAt"),
|
|
3734
3726
|
deploymentStatus: import_smithy_client.expectString,
|
|
3735
3727
|
deploymentStatusMessage: import_smithy_client.expectString,
|
|
3736
3728
|
environmentName: import_smithy_client.expectString,
|
|
3737
3729
|
lastAttemptedDeploymentId: import_smithy_client.expectString,
|
|
3738
3730
|
lastClientRequestToken: import_smithy_client.expectString,
|
|
3739
|
-
lastDeploymentAttemptedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
3740
|
-
lastDeploymentSucceededAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
3731
|
+
lastDeploymentAttemptedAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "lastDeploymentAttemptedAt"),
|
|
3732
|
+
lastDeploymentSucceededAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "lastDeploymentSucceededAt"),
|
|
3741
3733
|
lastSucceededDeploymentId: import_smithy_client.expectString,
|
|
3742
3734
|
name: import_smithy_client.expectString,
|
|
3743
3735
|
serviceName: import_smithy_client.expectString,
|
|
@@ -3761,13 +3753,13 @@ var de_ServiceInstanceState = /* @__PURE__ */ __name((output, context) => {
|
|
|
3761
3753
|
var de_ServiceInstanceSummary = /* @__PURE__ */ __name((output, context) => {
|
|
3762
3754
|
return (0, import_smithy_client.take)(output, {
|
|
3763
3755
|
arn: import_smithy_client.expectString,
|
|
3764
|
-
createdAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
3756
|
+
createdAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "createdAt"),
|
|
3765
3757
|
deploymentStatus: import_smithy_client.expectString,
|
|
3766
3758
|
deploymentStatusMessage: import_smithy_client.expectString,
|
|
3767
3759
|
environmentName: import_smithy_client.expectString,
|
|
3768
3760
|
lastAttemptedDeploymentId: import_smithy_client.expectString,
|
|
3769
|
-
lastDeploymentAttemptedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
3770
|
-
lastDeploymentSucceededAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
3761
|
+
lastDeploymentAttemptedAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "lastDeploymentAttemptedAt"),
|
|
3762
|
+
lastDeploymentSucceededAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "lastDeploymentSucceededAt"),
|
|
3771
3763
|
lastSucceededDeploymentId: import_smithy_client.expectString,
|
|
3772
3764
|
name: import_smithy_client.expectString,
|
|
3773
3765
|
serviceName: import_smithy_client.expectString,
|
|
@@ -3785,12 +3777,12 @@ var de_ServiceInstanceSummaryList = /* @__PURE__ */ __name((output, context) =>
|
|
|
3785
3777
|
var de_ServicePipeline = /* @__PURE__ */ __name((output, context) => {
|
|
3786
3778
|
return (0, import_smithy_client.take)(output, {
|
|
3787
3779
|
arn: import_smithy_client.expectString,
|
|
3788
|
-
createdAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
3780
|
+
createdAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "createdAt"),
|
|
3789
3781
|
deploymentStatus: import_smithy_client.expectString,
|
|
3790
3782
|
deploymentStatusMessage: import_smithy_client.expectString,
|
|
3791
3783
|
lastAttemptedDeploymentId: import_smithy_client.expectString,
|
|
3792
|
-
lastDeploymentAttemptedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
3793
|
-
lastDeploymentSucceededAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
3784
|
+
lastDeploymentAttemptedAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "lastDeploymentAttemptedAt"),
|
|
3785
|
+
lastDeploymentSucceededAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "lastDeploymentSucceededAt"),
|
|
3794
3786
|
lastSucceededDeploymentId: import_smithy_client.expectString,
|
|
3795
3787
|
spec: import_smithy_client.expectString,
|
|
3796
3788
|
templateMajorVersion: import_smithy_client.expectString,
|
|
@@ -3809,9 +3801,9 @@ var de_ServicePipelineState = /* @__PURE__ */ __name((output, context) => {
|
|
|
3809
3801
|
var de_ServiceSummary = /* @__PURE__ */ __name((output, context) => {
|
|
3810
3802
|
return (0, import_smithy_client.take)(output, {
|
|
3811
3803
|
arn: import_smithy_client.expectString,
|
|
3812
|
-
createdAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
3804
|
+
createdAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "createdAt"),
|
|
3813
3805
|
description: import_smithy_client.expectString,
|
|
3814
|
-
lastModifiedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
3806
|
+
lastModifiedAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "lastModifiedAt"),
|
|
3815
3807
|
name: import_smithy_client.expectString,
|
|
3816
3808
|
status: import_smithy_client.expectString,
|
|
3817
3809
|
statusMessage: import_smithy_client.expectString,
|
|
@@ -3826,7 +3818,7 @@ var de_ServiceSummaryList = /* @__PURE__ */ __name((output, context) => {
|
|
|
3826
3818
|
}, "de_ServiceSummaryList");
|
|
3827
3819
|
var de_ServiceSyncBlockerSummary = /* @__PURE__ */ __name((output, context) => {
|
|
3828
3820
|
return (0, import_smithy_client.take)(output, {
|
|
3829
|
-
latestBlockers: (_) => de_LatestSyncBlockers(_, context),
|
|
3821
|
+
latestBlockers: /* @__PURE__ */ __name((_) => de_LatestSyncBlockers(_, context), "latestBlockers"),
|
|
3830
3822
|
serviceInstanceName: import_smithy_client.expectString,
|
|
3831
3823
|
serviceName: import_smithy_client.expectString
|
|
3832
3824
|
});
|
|
@@ -3834,11 +3826,11 @@ var de_ServiceSyncBlockerSummary = /* @__PURE__ */ __name((output, context) => {
|
|
|
3834
3826
|
var de_ServiceTemplate = /* @__PURE__ */ __name((output, context) => {
|
|
3835
3827
|
return (0, import_smithy_client.take)(output, {
|
|
3836
3828
|
arn: import_smithy_client.expectString,
|
|
3837
|
-
createdAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
3829
|
+
createdAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "createdAt"),
|
|
3838
3830
|
description: import_smithy_client.expectString,
|
|
3839
3831
|
displayName: import_smithy_client.expectString,
|
|
3840
3832
|
encryptionKey: import_smithy_client.expectString,
|
|
3841
|
-
lastModifiedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
3833
|
+
lastModifiedAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "lastModifiedAt"),
|
|
3842
3834
|
name: import_smithy_client.expectString,
|
|
3843
3835
|
pipelineProvisioning: import_smithy_client.expectString,
|
|
3844
3836
|
recommendedVersion: import_smithy_client.expectString
|
|
@@ -3847,10 +3839,10 @@ var de_ServiceTemplate = /* @__PURE__ */ __name((output, context) => {
|
|
|
3847
3839
|
var de_ServiceTemplateSummary = /* @__PURE__ */ __name((output, context) => {
|
|
3848
3840
|
return (0, import_smithy_client.take)(output, {
|
|
3849
3841
|
arn: import_smithy_client.expectString,
|
|
3850
|
-
createdAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
3842
|
+
createdAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "createdAt"),
|
|
3851
3843
|
description: import_smithy_client.expectString,
|
|
3852
3844
|
displayName: import_smithy_client.expectString,
|
|
3853
|
-
lastModifiedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
3845
|
+
lastModifiedAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "lastModifiedAt"),
|
|
3854
3846
|
name: import_smithy_client.expectString,
|
|
3855
3847
|
pipelineProvisioning: import_smithy_client.expectString,
|
|
3856
3848
|
recommendedVersion: import_smithy_client.expectString
|
|
@@ -3866,9 +3858,9 @@ var de_ServiceTemplateVersion = /* @__PURE__ */ __name((output, context) => {
|
|
|
3866
3858
|
return (0, import_smithy_client.take)(output, {
|
|
3867
3859
|
arn: import_smithy_client.expectString,
|
|
3868
3860
|
compatibleEnvironmentTemplates: import_smithy_client._json,
|
|
3869
|
-
createdAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
3861
|
+
createdAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "createdAt"),
|
|
3870
3862
|
description: import_smithy_client.expectString,
|
|
3871
|
-
lastModifiedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
3863
|
+
lastModifiedAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "lastModifiedAt"),
|
|
3872
3864
|
majorVersion: import_smithy_client.expectString,
|
|
3873
3865
|
minorVersion: import_smithy_client.expectString,
|
|
3874
3866
|
recommendedMinorVersion: import_smithy_client.expectString,
|
|
@@ -3882,9 +3874,9 @@ var de_ServiceTemplateVersion = /* @__PURE__ */ __name((output, context) => {
|
|
|
3882
3874
|
var de_ServiceTemplateVersionSummary = /* @__PURE__ */ __name((output, context) => {
|
|
3883
3875
|
return (0, import_smithy_client.take)(output, {
|
|
3884
3876
|
arn: import_smithy_client.expectString,
|
|
3885
|
-
createdAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
3877
|
+
createdAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "createdAt"),
|
|
3886
3878
|
description: import_smithy_client.expectString,
|
|
3887
|
-
lastModifiedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
3879
|
+
lastModifiedAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "lastModifiedAt"),
|
|
3888
3880
|
majorVersion: import_smithy_client.expectString,
|
|
3889
3881
|
minorVersion: import_smithy_client.expectString,
|
|
3890
3882
|
recommendedMinorVersion: import_smithy_client.expectString,
|
|
@@ -3902,10 +3894,10 @@ var de_ServiceTemplateVersionSummaryList = /* @__PURE__ */ __name((output, conte
|
|
|
3902
3894
|
var de_SyncBlocker = /* @__PURE__ */ __name((output, context) => {
|
|
3903
3895
|
return (0, import_smithy_client.take)(output, {
|
|
3904
3896
|
contexts: import_smithy_client._json,
|
|
3905
|
-
createdAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
3897
|
+
createdAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "createdAt"),
|
|
3906
3898
|
createdReason: import_smithy_client.expectString,
|
|
3907
3899
|
id: import_smithy_client.expectString,
|
|
3908
|
-
resolvedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
3900
|
+
resolvedAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "resolvedAt"),
|
|
3909
3901
|
resolvedReason: import_smithy_client.expectString,
|
|
3910
3902
|
status: import_smithy_client.expectString,
|
|
3911
3903
|
type: import_smithy_client.expectString
|
|
@@ -3913,59 +3905,59 @@ var de_SyncBlocker = /* @__PURE__ */ __name((output, context) => {
|
|
|
3913
3905
|
}, "de_SyncBlocker");
|
|
3914
3906
|
var de_UpdateComponentOutput = /* @__PURE__ */ __name((output, context) => {
|
|
3915
3907
|
return (0, import_smithy_client.take)(output, {
|
|
3916
|
-
component: (_) => de_Component(_, context)
|
|
3908
|
+
component: /* @__PURE__ */ __name((_) => de_Component(_, context), "component")
|
|
3917
3909
|
});
|
|
3918
3910
|
}, "de_UpdateComponentOutput");
|
|
3919
3911
|
var de_UpdateEnvironmentAccountConnectionOutput = /* @__PURE__ */ __name((output, context) => {
|
|
3920
3912
|
return (0, import_smithy_client.take)(output, {
|
|
3921
|
-
environmentAccountConnection: (_) => de_EnvironmentAccountConnection(_, context)
|
|
3913
|
+
environmentAccountConnection: /* @__PURE__ */ __name((_) => de_EnvironmentAccountConnection(_, context), "environmentAccountConnection")
|
|
3922
3914
|
});
|
|
3923
3915
|
}, "de_UpdateEnvironmentAccountConnectionOutput");
|
|
3924
3916
|
var de_UpdateEnvironmentOutput = /* @__PURE__ */ __name((output, context) => {
|
|
3925
3917
|
return (0, import_smithy_client.take)(output, {
|
|
3926
|
-
environment: (_) => de_Environment(_, context)
|
|
3918
|
+
environment: /* @__PURE__ */ __name((_) => de_Environment(_, context), "environment")
|
|
3927
3919
|
});
|
|
3928
3920
|
}, "de_UpdateEnvironmentOutput");
|
|
3929
3921
|
var de_UpdateEnvironmentTemplateOutput = /* @__PURE__ */ __name((output, context) => {
|
|
3930
3922
|
return (0, import_smithy_client.take)(output, {
|
|
3931
|
-
environmentTemplate: (_) => de_EnvironmentTemplate(_, context)
|
|
3923
|
+
environmentTemplate: /* @__PURE__ */ __name((_) => de_EnvironmentTemplate(_, context), "environmentTemplate")
|
|
3932
3924
|
});
|
|
3933
3925
|
}, "de_UpdateEnvironmentTemplateOutput");
|
|
3934
3926
|
var de_UpdateEnvironmentTemplateVersionOutput = /* @__PURE__ */ __name((output, context) => {
|
|
3935
3927
|
return (0, import_smithy_client.take)(output, {
|
|
3936
|
-
environmentTemplateVersion: (_) => de_EnvironmentTemplateVersion(_, context)
|
|
3928
|
+
environmentTemplateVersion: /* @__PURE__ */ __name((_) => de_EnvironmentTemplateVersion(_, context), "environmentTemplateVersion")
|
|
3937
3929
|
});
|
|
3938
3930
|
}, "de_UpdateEnvironmentTemplateVersionOutput");
|
|
3939
3931
|
var de_UpdateServiceInstanceOutput = /* @__PURE__ */ __name((output, context) => {
|
|
3940
3932
|
return (0, import_smithy_client.take)(output, {
|
|
3941
|
-
serviceInstance: (_) => de_ServiceInstance(_, context)
|
|
3933
|
+
serviceInstance: /* @__PURE__ */ __name((_) => de_ServiceInstance(_, context), "serviceInstance")
|
|
3942
3934
|
});
|
|
3943
3935
|
}, "de_UpdateServiceInstanceOutput");
|
|
3944
3936
|
var de_UpdateServiceOutput = /* @__PURE__ */ __name((output, context) => {
|
|
3945
3937
|
return (0, import_smithy_client.take)(output, {
|
|
3946
|
-
service: (_) => de_Service(_, context)
|
|
3938
|
+
service: /* @__PURE__ */ __name((_) => de_Service(_, context), "service")
|
|
3947
3939
|
});
|
|
3948
3940
|
}, "de_UpdateServiceOutput");
|
|
3949
3941
|
var de_UpdateServicePipelineOutput = /* @__PURE__ */ __name((output, context) => {
|
|
3950
3942
|
return (0, import_smithy_client.take)(output, {
|
|
3951
|
-
pipeline: (_) => de_ServicePipeline(_, context)
|
|
3943
|
+
pipeline: /* @__PURE__ */ __name((_) => de_ServicePipeline(_, context), "pipeline")
|
|
3952
3944
|
});
|
|
3953
3945
|
}, "de_UpdateServicePipelineOutput");
|
|
3954
3946
|
var de_UpdateServiceSyncBlockerOutput = /* @__PURE__ */ __name((output, context) => {
|
|
3955
3947
|
return (0, import_smithy_client.take)(output, {
|
|
3956
3948
|
serviceInstanceName: import_smithy_client.expectString,
|
|
3957
3949
|
serviceName: import_smithy_client.expectString,
|
|
3958
|
-
serviceSyncBlocker: (_) => de_SyncBlocker(_, context)
|
|
3950
|
+
serviceSyncBlocker: /* @__PURE__ */ __name((_) => de_SyncBlocker(_, context), "serviceSyncBlocker")
|
|
3959
3951
|
});
|
|
3960
3952
|
}, "de_UpdateServiceSyncBlockerOutput");
|
|
3961
3953
|
var de_UpdateServiceTemplateOutput = /* @__PURE__ */ __name((output, context) => {
|
|
3962
3954
|
return (0, import_smithy_client.take)(output, {
|
|
3963
|
-
serviceTemplate: (_) => de_ServiceTemplate(_, context)
|
|
3955
|
+
serviceTemplate: /* @__PURE__ */ __name((_) => de_ServiceTemplate(_, context), "serviceTemplate")
|
|
3964
3956
|
});
|
|
3965
3957
|
}, "de_UpdateServiceTemplateOutput");
|
|
3966
3958
|
var de_UpdateServiceTemplateVersionOutput = /* @__PURE__ */ __name((output, context) => {
|
|
3967
3959
|
return (0, import_smithy_client.take)(output, {
|
|
3968
|
-
serviceTemplateVersion: (_) => de_ServiceTemplateVersion(_, context)
|
|
3960
|
+
serviceTemplateVersion: /* @__PURE__ */ __name((_) => de_ServiceTemplateVersion(_, context), "serviceTemplateVersion")
|
|
3969
3961
|
});
|
|
3970
3962
|
}, "de_UpdateServiceTemplateVersionOutput");
|
|
3971
3963
|
var deserializeMetadata = /* @__PURE__ */ __name((output) => ({
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-proton",
|
|
3
3
|
"description": "AWS SDK for JavaScript Proton Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.772.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-proton",
|
|
@@ -20,38 +20,38 @@
|
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
23
|
-
"@aws-sdk/core": "3.
|
|
24
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
23
|
+
"@aws-sdk/core": "3.758.0",
|
|
24
|
+
"@aws-sdk/credential-provider-node": "3.772.0",
|
|
25
25
|
"@aws-sdk/middleware-host-header": "3.734.0",
|
|
26
26
|
"@aws-sdk/middleware-logger": "3.734.0",
|
|
27
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
28
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
27
|
+
"@aws-sdk/middleware-recursion-detection": "3.772.0",
|
|
28
|
+
"@aws-sdk/middleware-user-agent": "3.758.0",
|
|
29
29
|
"@aws-sdk/region-config-resolver": "3.734.0",
|
|
30
30
|
"@aws-sdk/types": "3.734.0",
|
|
31
31
|
"@aws-sdk/util-endpoints": "3.743.0",
|
|
32
32
|
"@aws-sdk/util-user-agent-browser": "3.734.0",
|
|
33
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
33
|
+
"@aws-sdk/util-user-agent-node": "3.758.0",
|
|
34
34
|
"@smithy/config-resolver": "^4.0.1",
|
|
35
|
-
"@smithy/core": "^3.1.
|
|
35
|
+
"@smithy/core": "^3.1.5",
|
|
36
36
|
"@smithy/fetch-http-handler": "^5.0.1",
|
|
37
37
|
"@smithy/hash-node": "^4.0.1",
|
|
38
38
|
"@smithy/invalid-dependency": "^4.0.1",
|
|
39
39
|
"@smithy/middleware-content-length": "^4.0.1",
|
|
40
|
-
"@smithy/middleware-endpoint": "^4.0.
|
|
41
|
-
"@smithy/middleware-retry": "^4.0.
|
|
40
|
+
"@smithy/middleware-endpoint": "^4.0.6",
|
|
41
|
+
"@smithy/middleware-retry": "^4.0.7",
|
|
42
42
|
"@smithy/middleware-serde": "^4.0.2",
|
|
43
43
|
"@smithy/middleware-stack": "^4.0.1",
|
|
44
44
|
"@smithy/node-config-provider": "^4.0.1",
|
|
45
|
-
"@smithy/node-http-handler": "^4.0.
|
|
45
|
+
"@smithy/node-http-handler": "^4.0.3",
|
|
46
46
|
"@smithy/protocol-http": "^5.0.1",
|
|
47
|
-
"@smithy/smithy-client": "^4.1.
|
|
47
|
+
"@smithy/smithy-client": "^4.1.6",
|
|
48
48
|
"@smithy/types": "^4.1.0",
|
|
49
49
|
"@smithy/url-parser": "^4.0.1",
|
|
50
50
|
"@smithy/util-base64": "^4.0.0",
|
|
51
51
|
"@smithy/util-body-length-browser": "^4.0.0",
|
|
52
52
|
"@smithy/util-body-length-node": "^4.0.0",
|
|
53
|
-
"@smithy/util-defaults-mode-browser": "^4.0.
|
|
54
|
-
"@smithy/util-defaults-mode-node": "^4.0.
|
|
53
|
+
"@smithy/util-defaults-mode-browser": "^4.0.7",
|
|
54
|
+
"@smithy/util-defaults-mode-node": "^4.0.7",
|
|
55
55
|
"@smithy/util-endpoints": "^3.0.1",
|
|
56
56
|
"@smithy/util-middleware": "^4.0.1",
|
|
57
57
|
"@smithy/util-retry": "^4.0.1",
|