@aws-sdk/client-codepipeline 3.31.0 → 3.32.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (111) hide show
  1. package/CHANGELOG.md +8 -0
  2. package/dist/cjs/CodePipelineClient.js +13 -13
  3. package/dist/cjs/CodePipelineClient.js.map +1 -1
  4. package/dist/cjs/commands/AcknowledgeJobCommand.js +3 -3
  5. package/dist/cjs/commands/AcknowledgeJobCommand.js.map +1 -1
  6. package/dist/cjs/commands/AcknowledgeThirdPartyJobCommand.js +3 -3
  7. package/dist/cjs/commands/AcknowledgeThirdPartyJobCommand.js.map +1 -1
  8. package/dist/cjs/commands/CreateCustomActionTypeCommand.js +3 -3
  9. package/dist/cjs/commands/CreateCustomActionTypeCommand.js.map +1 -1
  10. package/dist/cjs/commands/CreatePipelineCommand.js +3 -3
  11. package/dist/cjs/commands/CreatePipelineCommand.js.map +1 -1
  12. package/dist/cjs/commands/DeleteCustomActionTypeCommand.js +3 -3
  13. package/dist/cjs/commands/DeleteCustomActionTypeCommand.js.map +1 -1
  14. package/dist/cjs/commands/DeletePipelineCommand.js +3 -3
  15. package/dist/cjs/commands/DeletePipelineCommand.js.map +1 -1
  16. package/dist/cjs/commands/DeleteWebhookCommand.js +3 -3
  17. package/dist/cjs/commands/DeleteWebhookCommand.js.map +1 -1
  18. package/dist/cjs/commands/DeregisterWebhookWithThirdPartyCommand.js +3 -3
  19. package/dist/cjs/commands/DeregisterWebhookWithThirdPartyCommand.js.map +1 -1
  20. package/dist/cjs/commands/DisableStageTransitionCommand.js +3 -3
  21. package/dist/cjs/commands/DisableStageTransitionCommand.js.map +1 -1
  22. package/dist/cjs/commands/EnableStageTransitionCommand.js +3 -3
  23. package/dist/cjs/commands/EnableStageTransitionCommand.js.map +1 -1
  24. package/dist/cjs/commands/GetActionTypeCommand.js +3 -3
  25. package/dist/cjs/commands/GetActionTypeCommand.js.map +1 -1
  26. package/dist/cjs/commands/GetJobDetailsCommand.js +3 -3
  27. package/dist/cjs/commands/GetJobDetailsCommand.js.map +1 -1
  28. package/dist/cjs/commands/GetPipelineCommand.js +3 -3
  29. package/dist/cjs/commands/GetPipelineCommand.js.map +1 -1
  30. package/dist/cjs/commands/GetPipelineExecutionCommand.js +3 -3
  31. package/dist/cjs/commands/GetPipelineExecutionCommand.js.map +1 -1
  32. package/dist/cjs/commands/GetPipelineStateCommand.js +3 -3
  33. package/dist/cjs/commands/GetPipelineStateCommand.js.map +1 -1
  34. package/dist/cjs/commands/GetThirdPartyJobDetailsCommand.js +3 -3
  35. package/dist/cjs/commands/GetThirdPartyJobDetailsCommand.js.map +1 -1
  36. package/dist/cjs/commands/ListActionExecutionsCommand.js +3 -3
  37. package/dist/cjs/commands/ListActionExecutionsCommand.js.map +1 -1
  38. package/dist/cjs/commands/ListActionTypesCommand.js +3 -3
  39. package/dist/cjs/commands/ListActionTypesCommand.js.map +1 -1
  40. package/dist/cjs/commands/ListPipelineExecutionsCommand.js +3 -3
  41. package/dist/cjs/commands/ListPipelineExecutionsCommand.js.map +1 -1
  42. package/dist/cjs/commands/ListPipelinesCommand.js +3 -3
  43. package/dist/cjs/commands/ListPipelinesCommand.js.map +1 -1
  44. package/dist/cjs/commands/ListTagsForResourceCommand.js +3 -3
  45. package/dist/cjs/commands/ListTagsForResourceCommand.js.map +1 -1
  46. package/dist/cjs/commands/ListWebhooksCommand.js +3 -3
  47. package/dist/cjs/commands/ListWebhooksCommand.js.map +1 -1
  48. package/dist/cjs/commands/PollForJobsCommand.js +3 -3
  49. package/dist/cjs/commands/PollForJobsCommand.js.map +1 -1
  50. package/dist/cjs/commands/PollForThirdPartyJobsCommand.js +3 -3
  51. package/dist/cjs/commands/PollForThirdPartyJobsCommand.js.map +1 -1
  52. package/dist/cjs/commands/PutActionRevisionCommand.js +3 -3
  53. package/dist/cjs/commands/PutActionRevisionCommand.js.map +1 -1
  54. package/dist/cjs/commands/PutApprovalResultCommand.js +3 -3
  55. package/dist/cjs/commands/PutApprovalResultCommand.js.map +1 -1
  56. package/dist/cjs/commands/PutJobFailureResultCommand.js +3 -3
  57. package/dist/cjs/commands/PutJobFailureResultCommand.js.map +1 -1
  58. package/dist/cjs/commands/PutJobSuccessResultCommand.js +3 -3
  59. package/dist/cjs/commands/PutJobSuccessResultCommand.js.map +1 -1
  60. package/dist/cjs/commands/PutThirdPartyJobFailureResultCommand.js +3 -3
  61. package/dist/cjs/commands/PutThirdPartyJobFailureResultCommand.js.map +1 -1
  62. package/dist/cjs/commands/PutThirdPartyJobSuccessResultCommand.js +3 -3
  63. package/dist/cjs/commands/PutThirdPartyJobSuccessResultCommand.js.map +1 -1
  64. package/dist/cjs/commands/PutWebhookCommand.js +3 -3
  65. package/dist/cjs/commands/PutWebhookCommand.js.map +1 -1
  66. package/dist/cjs/commands/RegisterWebhookWithThirdPartyCommand.js +3 -3
  67. package/dist/cjs/commands/RegisterWebhookWithThirdPartyCommand.js.map +1 -1
  68. package/dist/cjs/commands/RetryStageExecutionCommand.js +3 -3
  69. package/dist/cjs/commands/RetryStageExecutionCommand.js.map +1 -1
  70. package/dist/cjs/commands/StartPipelineExecutionCommand.js +3 -3
  71. package/dist/cjs/commands/StartPipelineExecutionCommand.js.map +1 -1
  72. package/dist/cjs/commands/StopPipelineExecutionCommand.js +3 -3
  73. package/dist/cjs/commands/StopPipelineExecutionCommand.js.map +1 -1
  74. package/dist/cjs/commands/TagResourceCommand.js +3 -3
  75. package/dist/cjs/commands/TagResourceCommand.js.map +1 -1
  76. package/dist/cjs/commands/UntagResourceCommand.js +3 -3
  77. package/dist/cjs/commands/UntagResourceCommand.js.map +1 -1
  78. package/dist/cjs/commands/UpdateActionTypeCommand.js +3 -3
  79. package/dist/cjs/commands/UpdateActionTypeCommand.js.map +1 -1
  80. package/dist/cjs/commands/UpdatePipelineCommand.js +3 -3
  81. package/dist/cjs/commands/UpdatePipelineCommand.js.map +1 -1
  82. package/dist/cjs/endpoints.js +1 -1
  83. package/dist/cjs/endpoints.js.map +1 -1
  84. package/dist/cjs/index.js +49 -49
  85. package/dist/cjs/index.js.map +1 -1
  86. package/dist/cjs/models/index.js +1 -1
  87. package/dist/cjs/models/index.js.map +1 -1
  88. package/dist/cjs/package.json +31 -31
  89. package/dist/cjs/protocols/Aws_json1_1.js +225 -225
  90. package/dist/cjs/protocols/Aws_json1_1.js.map +1 -1
  91. package/dist/cjs/runtimeConfig.browser.js +4 -4
  92. package/dist/cjs/runtimeConfig.browser.js.map +1 -1
  93. package/dist/cjs/runtimeConfig.js +8 -8
  94. package/dist/cjs/runtimeConfig.js.map +1 -1
  95. package/dist/cjs/runtimeConfig.native.js +1 -1
  96. package/dist/cjs/runtimeConfig.native.js.map +1 -1
  97. package/dist/es/package.json +31 -31
  98. package/dist/es/pagination/ListActionExecutionsPaginator.js +4 -4
  99. package/dist/es/pagination/ListActionExecutionsPaginator.js.map +1 -1
  100. package/dist/es/pagination/ListActionTypesPaginator.js +4 -4
  101. package/dist/es/pagination/ListActionTypesPaginator.js.map +1 -1
  102. package/dist/es/pagination/ListPipelineExecutionsPaginator.js +4 -4
  103. package/dist/es/pagination/ListPipelineExecutionsPaginator.js.map +1 -1
  104. package/dist/es/pagination/ListPipelinesPaginator.js +4 -4
  105. package/dist/es/pagination/ListPipelinesPaginator.js.map +1 -1
  106. package/dist/es/pagination/ListTagsForResourcePaginator.js +4 -4
  107. package/dist/es/pagination/ListTagsForResourcePaginator.js.map +1 -1
  108. package/dist/es/pagination/ListWebhooksPaginator.js +4 -4
  109. package/dist/es/pagination/ListWebhooksPaginator.js.map +1 -1
  110. package/package.json +31 -31
  111. package/tsconfig.json +1 -2
@@ -4121,7 +4121,7 @@ const serializeAws_json1_1StageDeclaration = (input, context) => {
4121
4121
  const serializeAws_json1_1StartPipelineExecutionInput = (input, context) => {
4122
4122
  var _a;
4123
4123
  return {
4124
- clientRequestToken: (_a = input.clientRequestToken) !== null && _a !== void 0 ? _a : (0, uuid_1.v4)(),
4124
+ clientRequestToken: (_a = input.clientRequestToken) !== null && _a !== void 0 ? _a : uuid_1.v4(),
4125
4125
  ...(input.name !== undefined && input.name !== null && { name: input.name }),
4126
4126
  };
4127
4127
  };
@@ -4228,12 +4228,12 @@ const serializeAws_json1_1WebhookFilters = (input, context) => {
4228
4228
  };
4229
4229
  const deserializeAws_json1_1AcknowledgeJobOutput = (output, context) => {
4230
4230
  return {
4231
- status: (0, smithy_client_1.expectString)(output.status),
4231
+ status: smithy_client_1.expectString(output.status),
4232
4232
  };
4233
4233
  };
4234
4234
  const deserializeAws_json1_1AcknowledgeThirdPartyJobOutput = (output, context) => {
4235
4235
  return {
4236
- status: (0, smithy_client_1.expectString)(output.status),
4236
+ status: smithy_client_1.expectString(output.status),
4237
4237
  };
4238
4238
  };
4239
4239
  const deserializeAws_json1_1ActionConfiguration = (output, context) => {
@@ -4250,19 +4250,19 @@ const deserializeAws_json1_1ActionConfigurationMap = (output, context) => {
4250
4250
  }
4251
4251
  return {
4252
4252
  ...acc,
4253
- [key]: (0, smithy_client_1.expectString)(value),
4253
+ [key]: smithy_client_1.expectString(value),
4254
4254
  };
4255
4255
  }, {});
4256
4256
  };
4257
4257
  const deserializeAws_json1_1ActionConfigurationProperty = (output, context) => {
4258
4258
  return {
4259
- description: (0, smithy_client_1.expectString)(output.description),
4260
- key: (0, smithy_client_1.expectBoolean)(output.key),
4261
- name: (0, smithy_client_1.expectString)(output.name),
4262
- queryable: (0, smithy_client_1.expectBoolean)(output.queryable),
4263
- required: (0, smithy_client_1.expectBoolean)(output.required),
4264
- secret: (0, smithy_client_1.expectBoolean)(output.secret),
4265
- type: (0, smithy_client_1.expectString)(output.type),
4259
+ description: smithy_client_1.expectString(output.description),
4260
+ key: smithy_client_1.expectBoolean(output.key),
4261
+ name: smithy_client_1.expectString(output.name),
4262
+ queryable: smithy_client_1.expectBoolean(output.queryable),
4263
+ required: smithy_client_1.expectBoolean(output.required),
4264
+ secret: smithy_client_1.expectBoolean(output.secret),
4265
+ type: smithy_client_1.expectString(output.type),
4266
4266
  };
4267
4267
  };
4268
4268
  const deserializeAws_json1_1ActionConfigurationPropertyList = (output, context) => {
@@ -4277,8 +4277,8 @@ const deserializeAws_json1_1ActionConfigurationPropertyList = (output, context)
4277
4277
  };
4278
4278
  const deserializeAws_json1_1ActionContext = (output, context) => {
4279
4279
  return {
4280
- actionExecutionId: (0, smithy_client_1.expectString)(output.actionExecutionId),
4281
- name: (0, smithy_client_1.expectString)(output.name),
4280
+ actionExecutionId: smithy_client_1.expectString(output.actionExecutionId),
4281
+ name: smithy_client_1.expectString(output.name),
4282
4282
  };
4283
4283
  };
4284
4284
  const deserializeAws_json1_1ActionDeclaration = (output, context) => {
@@ -4292,54 +4292,54 @@ const deserializeAws_json1_1ActionDeclaration = (output, context) => {
4292
4292
  inputArtifacts: output.inputArtifacts !== undefined && output.inputArtifacts !== null
4293
4293
  ? deserializeAws_json1_1InputArtifactList(output.inputArtifacts, context)
4294
4294
  : undefined,
4295
- name: (0, smithy_client_1.expectString)(output.name),
4296
- namespace: (0, smithy_client_1.expectString)(output.namespace),
4295
+ name: smithy_client_1.expectString(output.name),
4296
+ namespace: smithy_client_1.expectString(output.namespace),
4297
4297
  outputArtifacts: output.outputArtifacts !== undefined && output.outputArtifacts !== null
4298
4298
  ? deserializeAws_json1_1OutputArtifactList(output.outputArtifacts, context)
4299
4299
  : undefined,
4300
- region: (0, smithy_client_1.expectString)(output.region),
4301
- roleArn: (0, smithy_client_1.expectString)(output.roleArn),
4302
- runOrder: (0, smithy_client_1.expectInt32)(output.runOrder),
4300
+ region: smithy_client_1.expectString(output.region),
4301
+ roleArn: smithy_client_1.expectString(output.roleArn),
4302
+ runOrder: smithy_client_1.expectInt32(output.runOrder),
4303
4303
  };
4304
4304
  };
4305
4305
  const deserializeAws_json1_1ActionExecution = (output, context) => {
4306
4306
  return {
4307
- actionExecutionId: (0, smithy_client_1.expectString)(output.actionExecutionId),
4307
+ actionExecutionId: smithy_client_1.expectString(output.actionExecutionId),
4308
4308
  errorDetails: output.errorDetails !== undefined && output.errorDetails !== null
4309
4309
  ? deserializeAws_json1_1ErrorDetails(output.errorDetails, context)
4310
4310
  : undefined,
4311
- externalExecutionId: (0, smithy_client_1.expectString)(output.externalExecutionId),
4312
- externalExecutionUrl: (0, smithy_client_1.expectString)(output.externalExecutionUrl),
4311
+ externalExecutionId: smithy_client_1.expectString(output.externalExecutionId),
4312
+ externalExecutionUrl: smithy_client_1.expectString(output.externalExecutionUrl),
4313
4313
  lastStatusChange: output.lastStatusChange !== undefined && output.lastStatusChange !== null
4314
- ? (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseEpochTimestamp)((0, smithy_client_1.expectNumber)(output.lastStatusChange)))
4314
+ ? smithy_client_1.expectNonNull(smithy_client_1.parseEpochTimestamp(smithy_client_1.expectNumber(output.lastStatusChange)))
4315
4315
  : undefined,
4316
- lastUpdatedBy: (0, smithy_client_1.expectString)(output.lastUpdatedBy),
4317
- percentComplete: (0, smithy_client_1.expectInt32)(output.percentComplete),
4318
- status: (0, smithy_client_1.expectString)(output.status),
4319
- summary: (0, smithy_client_1.expectString)(output.summary),
4320
- token: (0, smithy_client_1.expectString)(output.token),
4316
+ lastUpdatedBy: smithy_client_1.expectString(output.lastUpdatedBy),
4317
+ percentComplete: smithy_client_1.expectInt32(output.percentComplete),
4318
+ status: smithy_client_1.expectString(output.status),
4319
+ summary: smithy_client_1.expectString(output.summary),
4320
+ token: smithy_client_1.expectString(output.token),
4321
4321
  };
4322
4322
  };
4323
4323
  const deserializeAws_json1_1ActionExecutionDetail = (output, context) => {
4324
4324
  return {
4325
- actionExecutionId: (0, smithy_client_1.expectString)(output.actionExecutionId),
4326
- actionName: (0, smithy_client_1.expectString)(output.actionName),
4325
+ actionExecutionId: smithy_client_1.expectString(output.actionExecutionId),
4326
+ actionName: smithy_client_1.expectString(output.actionName),
4327
4327
  input: output.input !== undefined && output.input !== null
4328
4328
  ? deserializeAws_json1_1ActionExecutionInput(output.input, context)
4329
4329
  : undefined,
4330
4330
  lastUpdateTime: output.lastUpdateTime !== undefined && output.lastUpdateTime !== null
4331
- ? (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseEpochTimestamp)((0, smithy_client_1.expectNumber)(output.lastUpdateTime)))
4331
+ ? smithy_client_1.expectNonNull(smithy_client_1.parseEpochTimestamp(smithy_client_1.expectNumber(output.lastUpdateTime)))
4332
4332
  : undefined,
4333
4333
  output: output.output !== undefined && output.output !== null
4334
4334
  ? deserializeAws_json1_1ActionExecutionOutput(output.output, context)
4335
4335
  : undefined,
4336
- pipelineExecutionId: (0, smithy_client_1.expectString)(output.pipelineExecutionId),
4337
- pipelineVersion: (0, smithy_client_1.expectInt32)(output.pipelineVersion),
4338
- stageName: (0, smithy_client_1.expectString)(output.stageName),
4336
+ pipelineExecutionId: smithy_client_1.expectString(output.pipelineExecutionId),
4337
+ pipelineVersion: smithy_client_1.expectInt32(output.pipelineVersion),
4338
+ stageName: smithy_client_1.expectString(output.stageName),
4339
4339
  startTime: output.startTime !== undefined && output.startTime !== null
4340
- ? (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseEpochTimestamp)((0, smithy_client_1.expectNumber)(output.startTime)))
4340
+ ? smithy_client_1.expectNonNull(smithy_client_1.parseEpochTimestamp(smithy_client_1.expectNumber(output.startTime)))
4341
4341
  : undefined,
4342
- status: (0, smithy_client_1.expectString)(output.status),
4342
+ status: smithy_client_1.expectString(output.status),
4343
4343
  };
4344
4344
  };
4345
4345
  const deserializeAws_json1_1ActionExecutionDetailList = (output, context) => {
@@ -4363,12 +4363,12 @@ const deserializeAws_json1_1ActionExecutionInput = (output, context) => {
4363
4363
  inputArtifacts: output.inputArtifacts !== undefined && output.inputArtifacts !== null
4364
4364
  ? deserializeAws_json1_1ArtifactDetailList(output.inputArtifacts, context)
4365
4365
  : undefined,
4366
- namespace: (0, smithy_client_1.expectString)(output.namespace),
4367
- region: (0, smithy_client_1.expectString)(output.region),
4366
+ namespace: smithy_client_1.expectString(output.namespace),
4367
+ region: smithy_client_1.expectString(output.region),
4368
4368
  resolvedConfiguration: output.resolvedConfiguration !== undefined && output.resolvedConfiguration !== null
4369
4369
  ? deserializeAws_json1_1ResolvedActionConfigurationMap(output.resolvedConfiguration, context)
4370
4370
  : undefined,
4371
- roleArn: (0, smithy_client_1.expectString)(output.roleArn),
4371
+ roleArn: smithy_client_1.expectString(output.roleArn),
4372
4372
  };
4373
4373
  };
4374
4374
  const deserializeAws_json1_1ActionExecutionOutput = (output, context) => {
@@ -4386,36 +4386,36 @@ const deserializeAws_json1_1ActionExecutionOutput = (output, context) => {
4386
4386
  };
4387
4387
  const deserializeAws_json1_1ActionExecutionResult = (output, context) => {
4388
4388
  return {
4389
- externalExecutionId: (0, smithy_client_1.expectString)(output.externalExecutionId),
4390
- externalExecutionSummary: (0, smithy_client_1.expectString)(output.externalExecutionSummary),
4391
- externalExecutionUrl: (0, smithy_client_1.expectString)(output.externalExecutionUrl),
4389
+ externalExecutionId: smithy_client_1.expectString(output.externalExecutionId),
4390
+ externalExecutionSummary: smithy_client_1.expectString(output.externalExecutionSummary),
4391
+ externalExecutionUrl: smithy_client_1.expectString(output.externalExecutionUrl),
4392
4392
  };
4393
4393
  };
4394
4394
  const deserializeAws_json1_1ActionNotFoundException = (output, context) => {
4395
4395
  return {
4396
- message: (0, smithy_client_1.expectString)(output.message),
4396
+ message: smithy_client_1.expectString(output.message),
4397
4397
  };
4398
4398
  };
4399
4399
  const deserializeAws_json1_1ActionRevision = (output, context) => {
4400
4400
  return {
4401
4401
  created: output.created !== undefined && output.created !== null
4402
- ? (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseEpochTimestamp)((0, smithy_client_1.expectNumber)(output.created)))
4402
+ ? smithy_client_1.expectNonNull(smithy_client_1.parseEpochTimestamp(smithy_client_1.expectNumber(output.created)))
4403
4403
  : undefined,
4404
- revisionChangeId: (0, smithy_client_1.expectString)(output.revisionChangeId),
4405
- revisionId: (0, smithy_client_1.expectString)(output.revisionId),
4404
+ revisionChangeId: smithy_client_1.expectString(output.revisionChangeId),
4405
+ revisionId: smithy_client_1.expectString(output.revisionId),
4406
4406
  };
4407
4407
  };
4408
4408
  const deserializeAws_json1_1ActionState = (output, context) => {
4409
4409
  return {
4410
- actionName: (0, smithy_client_1.expectString)(output.actionName),
4410
+ actionName: smithy_client_1.expectString(output.actionName),
4411
4411
  currentRevision: output.currentRevision !== undefined && output.currentRevision !== null
4412
4412
  ? deserializeAws_json1_1ActionRevision(output.currentRevision, context)
4413
4413
  : undefined,
4414
- entityUrl: (0, smithy_client_1.expectString)(output.entityUrl),
4414
+ entityUrl: smithy_client_1.expectString(output.entityUrl),
4415
4415
  latestExecution: output.latestExecution !== undefined && output.latestExecution !== null
4416
4416
  ? deserializeAws_json1_1ActionExecution(output.latestExecution, context)
4417
4417
  : undefined,
4418
- revisionUrl: (0, smithy_client_1.expectString)(output.revisionUrl),
4418
+ revisionUrl: smithy_client_1.expectString(output.revisionUrl),
4419
4419
  };
4420
4420
  };
4421
4421
  const deserializeAws_json1_1ActionStateList = (output, context) => {
@@ -4449,13 +4449,13 @@ const deserializeAws_json1_1ActionType = (output, context) => {
4449
4449
  };
4450
4450
  const deserializeAws_json1_1ActionTypeArtifactDetails = (output, context) => {
4451
4451
  return {
4452
- maximumCount: (0, smithy_client_1.expectInt32)(output.maximumCount),
4453
- minimumCount: (0, smithy_client_1.expectInt32)(output.minimumCount),
4452
+ maximumCount: smithy_client_1.expectInt32(output.maximumCount),
4453
+ minimumCount: smithy_client_1.expectInt32(output.minimumCount),
4454
4454
  };
4455
4455
  };
4456
4456
  const deserializeAws_json1_1ActionTypeDeclaration = (output, context) => {
4457
4457
  return {
4458
- description: (0, smithy_client_1.expectString)(output.description),
4458
+ description: smithy_client_1.expectString(output.description),
4459
4459
  executor: output.executor !== undefined && output.executor !== null
4460
4460
  ? deserializeAws_json1_1ActionTypeExecutor(output.executor, context)
4461
4461
  : undefined,
@@ -4484,25 +4484,25 @@ const deserializeAws_json1_1ActionTypeExecutor = (output, context) => {
4484
4484
  configuration: output.configuration !== undefined && output.configuration !== null
4485
4485
  ? deserializeAws_json1_1ExecutorConfiguration(output.configuration, context)
4486
4486
  : undefined,
4487
- jobTimeout: (0, smithy_client_1.expectInt32)(output.jobTimeout),
4488
- policyStatementsTemplate: (0, smithy_client_1.expectString)(output.policyStatementsTemplate),
4489
- type: (0, smithy_client_1.expectString)(output.type),
4487
+ jobTimeout: smithy_client_1.expectInt32(output.jobTimeout),
4488
+ policyStatementsTemplate: smithy_client_1.expectString(output.policyStatementsTemplate),
4489
+ type: smithy_client_1.expectString(output.type),
4490
4490
  };
4491
4491
  };
4492
4492
  const deserializeAws_json1_1ActionTypeId = (output, context) => {
4493
4493
  return {
4494
- category: (0, smithy_client_1.expectString)(output.category),
4495
- owner: (0, smithy_client_1.expectString)(output.owner),
4496
- provider: (0, smithy_client_1.expectString)(output.provider),
4497
- version: (0, smithy_client_1.expectString)(output.version),
4494
+ category: smithy_client_1.expectString(output.category),
4495
+ owner: smithy_client_1.expectString(output.owner),
4496
+ provider: smithy_client_1.expectString(output.provider),
4497
+ version: smithy_client_1.expectString(output.version),
4498
4498
  };
4499
4499
  };
4500
4500
  const deserializeAws_json1_1ActionTypeIdentifier = (output, context) => {
4501
4501
  return {
4502
- category: (0, smithy_client_1.expectString)(output.category),
4503
- owner: (0, smithy_client_1.expectString)(output.owner),
4504
- provider: (0, smithy_client_1.expectString)(output.provider),
4505
- version: (0, smithy_client_1.expectString)(output.version),
4502
+ category: smithy_client_1.expectString(output.category),
4503
+ owner: smithy_client_1.expectString(output.owner),
4504
+ provider: smithy_client_1.expectString(output.provider),
4505
+ version: smithy_client_1.expectString(output.version),
4506
4506
  };
4507
4507
  };
4508
4508
  const deserializeAws_json1_1ActionTypeList = (output, context) => {
@@ -4517,7 +4517,7 @@ const deserializeAws_json1_1ActionTypeList = (output, context) => {
4517
4517
  };
4518
4518
  const deserializeAws_json1_1ActionTypeNotFoundException = (output, context) => {
4519
4519
  return {
4520
- message: (0, smithy_client_1.expectString)(output.message),
4520
+ message: smithy_client_1.expectString(output.message),
4521
4521
  };
4522
4522
  };
4523
4523
  const deserializeAws_json1_1ActionTypePermissions = (output, context) => {
@@ -4539,28 +4539,28 @@ const deserializeAws_json1_1ActionTypeProperties = (output, context) => {
4539
4539
  };
4540
4540
  const deserializeAws_json1_1ActionTypeProperty = (output, context) => {
4541
4541
  return {
4542
- description: (0, smithy_client_1.expectString)(output.description),
4543
- key: (0, smithy_client_1.expectBoolean)(output.key),
4544
- name: (0, smithy_client_1.expectString)(output.name),
4545
- noEcho: (0, smithy_client_1.expectBoolean)(output.noEcho),
4546
- optional: (0, smithy_client_1.expectBoolean)(output.optional),
4547
- queryable: (0, smithy_client_1.expectBoolean)(output.queryable),
4542
+ description: smithy_client_1.expectString(output.description),
4543
+ key: smithy_client_1.expectBoolean(output.key),
4544
+ name: smithy_client_1.expectString(output.name),
4545
+ noEcho: smithy_client_1.expectBoolean(output.noEcho),
4546
+ optional: smithy_client_1.expectBoolean(output.optional),
4547
+ queryable: smithy_client_1.expectBoolean(output.queryable),
4548
4548
  };
4549
4549
  };
4550
4550
  const deserializeAws_json1_1ActionTypeSettings = (output, context) => {
4551
4551
  return {
4552
- entityUrlTemplate: (0, smithy_client_1.expectString)(output.entityUrlTemplate),
4553
- executionUrlTemplate: (0, smithy_client_1.expectString)(output.executionUrlTemplate),
4554
- revisionUrlTemplate: (0, smithy_client_1.expectString)(output.revisionUrlTemplate),
4555
- thirdPartyConfigurationUrl: (0, smithy_client_1.expectString)(output.thirdPartyConfigurationUrl),
4552
+ entityUrlTemplate: smithy_client_1.expectString(output.entityUrlTemplate),
4553
+ executionUrlTemplate: smithy_client_1.expectString(output.executionUrlTemplate),
4554
+ revisionUrlTemplate: smithy_client_1.expectString(output.revisionUrlTemplate),
4555
+ thirdPartyConfigurationUrl: smithy_client_1.expectString(output.thirdPartyConfigurationUrl),
4556
4556
  };
4557
4557
  };
4558
4558
  const deserializeAws_json1_1ActionTypeUrls = (output, context) => {
4559
4559
  return {
4560
- configurationUrl: (0, smithy_client_1.expectString)(output.configurationUrl),
4561
- entityUrlTemplate: (0, smithy_client_1.expectString)(output.entityUrlTemplate),
4562
- executionUrlTemplate: (0, smithy_client_1.expectString)(output.executionUrlTemplate),
4563
- revisionUrlTemplate: (0, smithy_client_1.expectString)(output.revisionUrlTemplate),
4560
+ configurationUrl: smithy_client_1.expectString(output.configurationUrl),
4561
+ entityUrlTemplate: smithy_client_1.expectString(output.entityUrlTemplate),
4562
+ executionUrlTemplate: smithy_client_1.expectString(output.executionUrlTemplate),
4563
+ revisionUrlTemplate: smithy_client_1.expectString(output.revisionUrlTemplate),
4564
4564
  };
4565
4565
  };
4566
4566
  const deserializeAws_json1_1AllowedAccounts = (output, context) => {
@@ -4570,12 +4570,12 @@ const deserializeAws_json1_1AllowedAccounts = (output, context) => {
4570
4570
  if (entry === null) {
4571
4571
  return null;
4572
4572
  }
4573
- return (0, smithy_client_1.expectString)(entry);
4573
+ return smithy_client_1.expectString(entry);
4574
4574
  });
4575
4575
  };
4576
4576
  const deserializeAws_json1_1ApprovalAlreadyCompletedException = (output, context) => {
4577
4577
  return {
4578
- message: (0, smithy_client_1.expectString)(output.message),
4578
+ message: smithy_client_1.expectString(output.message),
4579
4579
  };
4580
4580
  };
4581
4581
  const deserializeAws_json1_1Artifact = (output, context) => {
@@ -4583,13 +4583,13 @@ const deserializeAws_json1_1Artifact = (output, context) => {
4583
4583
  location: output.location !== undefined && output.location !== null
4584
4584
  ? deserializeAws_json1_1ArtifactLocation(output.location, context)
4585
4585
  : undefined,
4586
- name: (0, smithy_client_1.expectString)(output.name),
4587
- revision: (0, smithy_client_1.expectString)(output.revision),
4586
+ name: smithy_client_1.expectString(output.name),
4587
+ revision: smithy_client_1.expectString(output.revision),
4588
4588
  };
4589
4589
  };
4590
4590
  const deserializeAws_json1_1ArtifactDetail = (output, context) => {
4591
4591
  return {
4592
- name: (0, smithy_client_1.expectString)(output.name),
4592
+ name: smithy_client_1.expectString(output.name),
4593
4593
  s3location: output.s3location !== undefined && output.s3location !== null
4594
4594
  ? deserializeAws_json1_1S3Location(output.s3location, context)
4595
4595
  : undefined,
@@ -4607,8 +4607,8 @@ const deserializeAws_json1_1ArtifactDetailList = (output, context) => {
4607
4607
  };
4608
4608
  const deserializeAws_json1_1ArtifactDetails = (output, context) => {
4609
4609
  return {
4610
- maximumCount: (0, smithy_client_1.expectInt32)(output.maximumCount),
4611
- minimumCount: (0, smithy_client_1.expectInt32)(output.minimumCount),
4610
+ maximumCount: smithy_client_1.expectInt32(output.maximumCount),
4611
+ minimumCount: smithy_client_1.expectInt32(output.minimumCount),
4612
4612
  };
4613
4613
  };
4614
4614
  const deserializeAws_json1_1ArtifactList = (output, context) => {
@@ -4626,19 +4626,19 @@ const deserializeAws_json1_1ArtifactLocation = (output, context) => {
4626
4626
  s3Location: output.s3Location !== undefined && output.s3Location !== null
4627
4627
  ? deserializeAws_json1_1S3ArtifactLocation(output.s3Location, context)
4628
4628
  : undefined,
4629
- type: (0, smithy_client_1.expectString)(output.type),
4629
+ type: smithy_client_1.expectString(output.type),
4630
4630
  };
4631
4631
  };
4632
4632
  const deserializeAws_json1_1ArtifactRevision = (output, context) => {
4633
4633
  return {
4634
4634
  created: output.created !== undefined && output.created !== null
4635
- ? (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseEpochTimestamp)((0, smithy_client_1.expectNumber)(output.created)))
4635
+ ? smithy_client_1.expectNonNull(smithy_client_1.parseEpochTimestamp(smithy_client_1.expectNumber(output.created)))
4636
4636
  : undefined,
4637
- name: (0, smithy_client_1.expectString)(output.name),
4638
- revisionChangeIdentifier: (0, smithy_client_1.expectString)(output.revisionChangeIdentifier),
4639
- revisionId: (0, smithy_client_1.expectString)(output.revisionId),
4640
- revisionSummary: (0, smithy_client_1.expectString)(output.revisionSummary),
4641
- revisionUrl: (0, smithy_client_1.expectString)(output.revisionUrl),
4637
+ name: smithy_client_1.expectString(output.name),
4638
+ revisionChangeIdentifier: smithy_client_1.expectString(output.revisionChangeIdentifier),
4639
+ revisionId: smithy_client_1.expectString(output.revisionId),
4640
+ revisionSummary: smithy_client_1.expectString(output.revisionSummary),
4641
+ revisionUrl: smithy_client_1.expectString(output.revisionUrl),
4642
4642
  };
4643
4643
  };
4644
4644
  const deserializeAws_json1_1ArtifactRevisionList = (output, context) => {
@@ -4656,8 +4656,8 @@ const deserializeAws_json1_1ArtifactStore = (output, context) => {
4656
4656
  encryptionKey: output.encryptionKey !== undefined && output.encryptionKey !== null
4657
4657
  ? deserializeAws_json1_1EncryptionKey(output.encryptionKey, context)
4658
4658
  : undefined,
4659
- location: (0, smithy_client_1.expectString)(output.location),
4660
- type: (0, smithy_client_1.expectString)(output.type),
4659
+ location: smithy_client_1.expectString(output.location),
4660
+ type: smithy_client_1.expectString(output.type),
4661
4661
  };
4662
4662
  };
4663
4663
  const deserializeAws_json1_1ArtifactStoreMap = (output, context) => {
@@ -4673,25 +4673,25 @@ const deserializeAws_json1_1ArtifactStoreMap = (output, context) => {
4673
4673
  };
4674
4674
  const deserializeAws_json1_1AWSSessionCredentials = (output, context) => {
4675
4675
  return {
4676
- accessKeyId: (0, smithy_client_1.expectString)(output.accessKeyId),
4677
- secretAccessKey: (0, smithy_client_1.expectString)(output.secretAccessKey),
4678
- sessionToken: (0, smithy_client_1.expectString)(output.sessionToken),
4676
+ accessKeyId: smithy_client_1.expectString(output.accessKeyId),
4677
+ secretAccessKey: smithy_client_1.expectString(output.secretAccessKey),
4678
+ sessionToken: smithy_client_1.expectString(output.sessionToken),
4679
4679
  };
4680
4680
  };
4681
4681
  const deserializeAws_json1_1BlockerDeclaration = (output, context) => {
4682
4682
  return {
4683
- name: (0, smithy_client_1.expectString)(output.name),
4684
- type: (0, smithy_client_1.expectString)(output.type),
4683
+ name: smithy_client_1.expectString(output.name),
4684
+ type: smithy_client_1.expectString(output.type),
4685
4685
  };
4686
4686
  };
4687
4687
  const deserializeAws_json1_1ConcurrentModificationException = (output, context) => {
4688
4688
  return {
4689
- message: (0, smithy_client_1.expectString)(output.message),
4689
+ message: smithy_client_1.expectString(output.message),
4690
4690
  };
4691
4691
  };
4692
4692
  const deserializeAws_json1_1ConflictException = (output, context) => {
4693
4693
  return {
4694
- message: (0, smithy_client_1.expectString)(output.message),
4694
+ message: smithy_client_1.expectString(output.message),
4695
4695
  };
4696
4696
  };
4697
4697
  const deserializeAws_json1_1CreateCustomActionTypeOutput = (output, context) => {
@@ -4722,25 +4722,25 @@ const deserializeAws_json1_1DeregisterWebhookWithThirdPartyOutput = (output, con
4722
4722
  };
4723
4723
  const deserializeAws_json1_1DuplicatedStopRequestException = (output, context) => {
4724
4724
  return {
4725
- message: (0, smithy_client_1.expectString)(output.message),
4725
+ message: smithy_client_1.expectString(output.message),
4726
4726
  };
4727
4727
  };
4728
4728
  const deserializeAws_json1_1EncryptionKey = (output, context) => {
4729
4729
  return {
4730
- id: (0, smithy_client_1.expectString)(output.id),
4731
- type: (0, smithy_client_1.expectString)(output.type),
4730
+ id: smithy_client_1.expectString(output.id),
4731
+ type: smithy_client_1.expectString(output.type),
4732
4732
  };
4733
4733
  };
4734
4734
  const deserializeAws_json1_1ErrorDetails = (output, context) => {
4735
4735
  return {
4736
- code: (0, smithy_client_1.expectString)(output.code),
4737
- message: (0, smithy_client_1.expectString)(output.message),
4736
+ code: smithy_client_1.expectString(output.code),
4737
+ message: smithy_client_1.expectString(output.message),
4738
4738
  };
4739
4739
  };
4740
4740
  const deserializeAws_json1_1ExecutionTrigger = (output, context) => {
4741
4741
  return {
4742
- triggerDetail: (0, smithy_client_1.expectString)(output.triggerDetail),
4743
- triggerType: (0, smithy_client_1.expectString)(output.triggerType),
4742
+ triggerDetail: smithy_client_1.expectString(output.triggerDetail),
4743
+ triggerType: smithy_client_1.expectString(output.triggerType),
4744
4744
  };
4745
4745
  };
4746
4746
  const deserializeAws_json1_1ExecutorConfiguration = (output, context) => {
@@ -4787,15 +4787,15 @@ const deserializeAws_json1_1GetPipelineOutput = (output, context) => {
4787
4787
  const deserializeAws_json1_1GetPipelineStateOutput = (output, context) => {
4788
4788
  return {
4789
4789
  created: output.created !== undefined && output.created !== null
4790
- ? (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseEpochTimestamp)((0, smithy_client_1.expectNumber)(output.created)))
4790
+ ? smithy_client_1.expectNonNull(smithy_client_1.parseEpochTimestamp(smithy_client_1.expectNumber(output.created)))
4791
4791
  : undefined,
4792
- pipelineName: (0, smithy_client_1.expectString)(output.pipelineName),
4793
- pipelineVersion: (0, smithy_client_1.expectInt32)(output.pipelineVersion),
4792
+ pipelineName: smithy_client_1.expectString(output.pipelineName),
4793
+ pipelineVersion: smithy_client_1.expectInt32(output.pipelineVersion),
4794
4794
  stageStates: output.stageStates !== undefined && output.stageStates !== null
4795
4795
  ? deserializeAws_json1_1StageStateList(output.stageStates, context)
4796
4796
  : undefined,
4797
4797
  updated: output.updated !== undefined && output.updated !== null
4798
- ? (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseEpochTimestamp)((0, smithy_client_1.expectNumber)(output.updated)))
4798
+ ? smithy_client_1.expectNonNull(smithy_client_1.parseEpochTimestamp(smithy_client_1.expectNumber(output.updated)))
4799
4799
  : undefined,
4800
4800
  };
4801
4801
  };
@@ -4808,7 +4808,7 @@ const deserializeAws_json1_1GetThirdPartyJobDetailsOutput = (output, context) =>
4808
4808
  };
4809
4809
  const deserializeAws_json1_1InputArtifact = (output, context) => {
4810
4810
  return {
4811
- name: (0, smithy_client_1.expectString)(output.name),
4811
+ name: smithy_client_1.expectString(output.name),
4812
4812
  };
4813
4813
  };
4814
4814
  const deserializeAws_json1_1InputArtifactList = (output, context) => {
@@ -4823,82 +4823,82 @@ const deserializeAws_json1_1InputArtifactList = (output, context) => {
4823
4823
  };
4824
4824
  const deserializeAws_json1_1InvalidActionDeclarationException = (output, context) => {
4825
4825
  return {
4826
- message: (0, smithy_client_1.expectString)(output.message),
4826
+ message: smithy_client_1.expectString(output.message),
4827
4827
  };
4828
4828
  };
4829
4829
  const deserializeAws_json1_1InvalidApprovalTokenException = (output, context) => {
4830
4830
  return {
4831
- message: (0, smithy_client_1.expectString)(output.message),
4831
+ message: smithy_client_1.expectString(output.message),
4832
4832
  };
4833
4833
  };
4834
4834
  const deserializeAws_json1_1InvalidArnException = (output, context) => {
4835
4835
  return {
4836
- message: (0, smithy_client_1.expectString)(output.message),
4836
+ message: smithy_client_1.expectString(output.message),
4837
4837
  };
4838
4838
  };
4839
4839
  const deserializeAws_json1_1InvalidBlockerDeclarationException = (output, context) => {
4840
4840
  return {
4841
- message: (0, smithy_client_1.expectString)(output.message),
4841
+ message: smithy_client_1.expectString(output.message),
4842
4842
  };
4843
4843
  };
4844
4844
  const deserializeAws_json1_1InvalidClientTokenException = (output, context) => {
4845
4845
  return {
4846
- message: (0, smithy_client_1.expectString)(output.message),
4846
+ message: smithy_client_1.expectString(output.message),
4847
4847
  };
4848
4848
  };
4849
4849
  const deserializeAws_json1_1InvalidJobException = (output, context) => {
4850
4850
  return {
4851
- message: (0, smithy_client_1.expectString)(output.message),
4851
+ message: smithy_client_1.expectString(output.message),
4852
4852
  };
4853
4853
  };
4854
4854
  const deserializeAws_json1_1InvalidJobStateException = (output, context) => {
4855
4855
  return {
4856
- message: (0, smithy_client_1.expectString)(output.message),
4856
+ message: smithy_client_1.expectString(output.message),
4857
4857
  };
4858
4858
  };
4859
4859
  const deserializeAws_json1_1InvalidNextTokenException = (output, context) => {
4860
4860
  return {
4861
- message: (0, smithy_client_1.expectString)(output.message),
4861
+ message: smithy_client_1.expectString(output.message),
4862
4862
  };
4863
4863
  };
4864
4864
  const deserializeAws_json1_1InvalidNonceException = (output, context) => {
4865
4865
  return {
4866
- message: (0, smithy_client_1.expectString)(output.message),
4866
+ message: smithy_client_1.expectString(output.message),
4867
4867
  };
4868
4868
  };
4869
4869
  const deserializeAws_json1_1InvalidStageDeclarationException = (output, context) => {
4870
4870
  return {
4871
- message: (0, smithy_client_1.expectString)(output.message),
4871
+ message: smithy_client_1.expectString(output.message),
4872
4872
  };
4873
4873
  };
4874
4874
  const deserializeAws_json1_1InvalidStructureException = (output, context) => {
4875
4875
  return {
4876
- message: (0, smithy_client_1.expectString)(output.message),
4876
+ message: smithy_client_1.expectString(output.message),
4877
4877
  };
4878
4878
  };
4879
4879
  const deserializeAws_json1_1InvalidTagsException = (output, context) => {
4880
4880
  return {
4881
- message: (0, smithy_client_1.expectString)(output.message),
4881
+ message: smithy_client_1.expectString(output.message),
4882
4882
  };
4883
4883
  };
4884
4884
  const deserializeAws_json1_1InvalidWebhookAuthenticationParametersException = (output, context) => {
4885
4885
  return {
4886
- message: (0, smithy_client_1.expectString)(output.message),
4886
+ message: smithy_client_1.expectString(output.message),
4887
4887
  };
4888
4888
  };
4889
4889
  const deserializeAws_json1_1InvalidWebhookFilterPatternException = (output, context) => {
4890
4890
  return {
4891
- message: (0, smithy_client_1.expectString)(output.message),
4891
+ message: smithy_client_1.expectString(output.message),
4892
4892
  };
4893
4893
  };
4894
4894
  const deserializeAws_json1_1Job = (output, context) => {
4895
4895
  return {
4896
- accountId: (0, smithy_client_1.expectString)(output.accountId),
4896
+ accountId: smithy_client_1.expectString(output.accountId),
4897
4897
  data: output.data !== undefined && output.data !== null
4898
4898
  ? deserializeAws_json1_1JobData(output.data, context)
4899
4899
  : undefined,
4900
- id: (0, smithy_client_1.expectString)(output.id),
4901
- nonce: (0, smithy_client_1.expectString)(output.nonce),
4900
+ id: smithy_client_1.expectString(output.id),
4901
+ nonce: smithy_client_1.expectString(output.nonce),
4902
4902
  };
4903
4903
  };
4904
4904
  const deserializeAws_json1_1JobData = (output, context) => {
@@ -4912,7 +4912,7 @@ const deserializeAws_json1_1JobData = (output, context) => {
4912
4912
  artifactCredentials: output.artifactCredentials !== undefined && output.artifactCredentials !== null
4913
4913
  ? deserializeAws_json1_1AWSSessionCredentials(output.artifactCredentials, context)
4914
4914
  : undefined,
4915
- continuationToken: (0, smithy_client_1.expectString)(output.continuationToken),
4915
+ continuationToken: smithy_client_1.expectString(output.continuationToken),
4916
4916
  encryptionKey: output.encryptionKey !== undefined && output.encryptionKey !== null
4917
4917
  ? deserializeAws_json1_1EncryptionKey(output.encryptionKey, context)
4918
4918
  : undefined,
@@ -4929,11 +4929,11 @@ const deserializeAws_json1_1JobData = (output, context) => {
4929
4929
  };
4930
4930
  const deserializeAws_json1_1JobDetails = (output, context) => {
4931
4931
  return {
4932
- accountId: (0, smithy_client_1.expectString)(output.accountId),
4932
+ accountId: smithy_client_1.expectString(output.accountId),
4933
4933
  data: output.data !== undefined && output.data !== null
4934
4934
  ? deserializeAws_json1_1JobData(output.data, context)
4935
4935
  : undefined,
4936
- id: (0, smithy_client_1.expectString)(output.id),
4936
+ id: smithy_client_1.expectString(output.id),
4937
4937
  };
4938
4938
  };
4939
4939
  const deserializeAws_json1_1JobList = (output, context) => {
@@ -4948,7 +4948,7 @@ const deserializeAws_json1_1JobList = (output, context) => {
4948
4948
  };
4949
4949
  const deserializeAws_json1_1JobNotFoundException = (output, context) => {
4950
4950
  return {
4951
- message: (0, smithy_client_1.expectString)(output.message),
4951
+ message: smithy_client_1.expectString(output.message),
4952
4952
  };
4953
4953
  };
4954
4954
  const deserializeAws_json1_1JobWorkerExecutorConfiguration = (output, context) => {
@@ -4963,12 +4963,12 @@ const deserializeAws_json1_1JobWorkerExecutorConfiguration = (output, context) =
4963
4963
  };
4964
4964
  const deserializeAws_json1_1LambdaExecutorConfiguration = (output, context) => {
4965
4965
  return {
4966
- lambdaFunctionArn: (0, smithy_client_1.expectString)(output.lambdaFunctionArn),
4966
+ lambdaFunctionArn: smithy_client_1.expectString(output.lambdaFunctionArn),
4967
4967
  };
4968
4968
  };
4969
4969
  const deserializeAws_json1_1LimitExceededException = (output, context) => {
4970
4970
  return {
4971
- message: (0, smithy_client_1.expectString)(output.message),
4971
+ message: smithy_client_1.expectString(output.message),
4972
4972
  };
4973
4973
  };
4974
4974
  const deserializeAws_json1_1ListActionExecutionsOutput = (output, context) => {
@@ -4976,7 +4976,7 @@ const deserializeAws_json1_1ListActionExecutionsOutput = (output, context) => {
4976
4976
  actionExecutionDetails: output.actionExecutionDetails !== undefined && output.actionExecutionDetails !== null
4977
4977
  ? deserializeAws_json1_1ActionExecutionDetailList(output.actionExecutionDetails, context)
4978
4978
  : undefined,
4979
- nextToken: (0, smithy_client_1.expectString)(output.nextToken),
4979
+ nextToken: smithy_client_1.expectString(output.nextToken),
4980
4980
  };
4981
4981
  };
4982
4982
  const deserializeAws_json1_1ListActionTypesOutput = (output, context) => {
@@ -4984,12 +4984,12 @@ const deserializeAws_json1_1ListActionTypesOutput = (output, context) => {
4984
4984
  actionTypes: output.actionTypes !== undefined && output.actionTypes !== null
4985
4985
  ? deserializeAws_json1_1ActionTypeList(output.actionTypes, context)
4986
4986
  : undefined,
4987
- nextToken: (0, smithy_client_1.expectString)(output.nextToken),
4987
+ nextToken: smithy_client_1.expectString(output.nextToken),
4988
4988
  };
4989
4989
  };
4990
4990
  const deserializeAws_json1_1ListPipelineExecutionsOutput = (output, context) => {
4991
4991
  return {
4992
- nextToken: (0, smithy_client_1.expectString)(output.nextToken),
4992
+ nextToken: smithy_client_1.expectString(output.nextToken),
4993
4993
  pipelineExecutionSummaries: output.pipelineExecutionSummaries !== undefined && output.pipelineExecutionSummaries !== null
4994
4994
  ? deserializeAws_json1_1PipelineExecutionSummaryList(output.pipelineExecutionSummaries, context)
4995
4995
  : undefined,
@@ -4997,7 +4997,7 @@ const deserializeAws_json1_1ListPipelineExecutionsOutput = (output, context) =>
4997
4997
  };
4998
4998
  const deserializeAws_json1_1ListPipelinesOutput = (output, context) => {
4999
4999
  return {
5000
- nextToken: (0, smithy_client_1.expectString)(output.nextToken),
5000
+ nextToken: smithy_client_1.expectString(output.nextToken),
5001
5001
  pipelines: output.pipelines !== undefined && output.pipelines !== null
5002
5002
  ? deserializeAws_json1_1PipelineList(output.pipelines, context)
5003
5003
  : undefined,
@@ -5005,7 +5005,7 @@ const deserializeAws_json1_1ListPipelinesOutput = (output, context) => {
5005
5005
  };
5006
5006
  const deserializeAws_json1_1ListTagsForResourceOutput = (output, context) => {
5007
5007
  return {
5008
- nextToken: (0, smithy_client_1.expectString)(output.nextToken),
5008
+ nextToken: smithy_client_1.expectString(output.nextToken),
5009
5009
  tags: output.tags !== undefined && output.tags !== null
5010
5010
  ? deserializeAws_json1_1TagList(output.tags, context)
5011
5011
  : undefined,
@@ -5013,24 +5013,24 @@ const deserializeAws_json1_1ListTagsForResourceOutput = (output, context) => {
5013
5013
  };
5014
5014
  const deserializeAws_json1_1ListWebhookItem = (output, context) => {
5015
5015
  return {
5016
- arn: (0, smithy_client_1.expectString)(output.arn),
5016
+ arn: smithy_client_1.expectString(output.arn),
5017
5017
  definition: output.definition !== undefined && output.definition !== null
5018
5018
  ? deserializeAws_json1_1WebhookDefinition(output.definition, context)
5019
5019
  : undefined,
5020
- errorCode: (0, smithy_client_1.expectString)(output.errorCode),
5021
- errorMessage: (0, smithy_client_1.expectString)(output.errorMessage),
5020
+ errorCode: smithy_client_1.expectString(output.errorCode),
5021
+ errorMessage: smithy_client_1.expectString(output.errorMessage),
5022
5022
  lastTriggered: output.lastTriggered !== undefined && output.lastTriggered !== null
5023
- ? (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseEpochTimestamp)((0, smithy_client_1.expectNumber)(output.lastTriggered)))
5023
+ ? smithy_client_1.expectNonNull(smithy_client_1.parseEpochTimestamp(smithy_client_1.expectNumber(output.lastTriggered)))
5024
5024
  : undefined,
5025
5025
  tags: output.tags !== undefined && output.tags !== null
5026
5026
  ? deserializeAws_json1_1TagList(output.tags, context)
5027
5027
  : undefined,
5028
- url: (0, smithy_client_1.expectString)(output.url),
5028
+ url: smithy_client_1.expectString(output.url),
5029
5029
  };
5030
5030
  };
5031
5031
  const deserializeAws_json1_1ListWebhooksOutput = (output, context) => {
5032
5032
  return {
5033
- NextToken: (0, smithy_client_1.expectString)(output.NextToken),
5033
+ NextToken: smithy_client_1.expectString(output.NextToken),
5034
5034
  webhooks: output.webhooks !== undefined && output.webhooks !== null
5035
5035
  ? deserializeAws_json1_1WebhookList(output.webhooks, context)
5036
5036
  : undefined,
@@ -5038,12 +5038,12 @@ const deserializeAws_json1_1ListWebhooksOutput = (output, context) => {
5038
5038
  };
5039
5039
  const deserializeAws_json1_1NotLatestPipelineExecutionException = (output, context) => {
5040
5040
  return {
5041
- message: (0, smithy_client_1.expectString)(output.message),
5041
+ message: smithy_client_1.expectString(output.message),
5042
5042
  };
5043
5043
  };
5044
5044
  const deserializeAws_json1_1OutputArtifact = (output, context) => {
5045
5045
  return {
5046
- name: (0, smithy_client_1.expectString)(output.name),
5046
+ name: smithy_client_1.expectString(output.name),
5047
5047
  };
5048
5048
  };
5049
5049
  const deserializeAws_json1_1OutputArtifactList = (output, context) => {
@@ -5063,13 +5063,13 @@ const deserializeAws_json1_1OutputVariablesMap = (output, context) => {
5063
5063
  }
5064
5064
  return {
5065
5065
  ...acc,
5066
- [key]: (0, smithy_client_1.expectString)(value),
5066
+ [key]: smithy_client_1.expectString(value),
5067
5067
  };
5068
5068
  }, {});
5069
5069
  };
5070
5070
  const deserializeAws_json1_1OutputVariablesSizeExceededException = (output, context) => {
5071
5071
  return {
5072
- message: (0, smithy_client_1.expectString)(output.message),
5072
+ message: smithy_client_1.expectString(output.message),
5073
5073
  };
5074
5074
  };
5075
5075
  const deserializeAws_json1_1PipelineContext = (output, context) => {
@@ -5077,9 +5077,9 @@ const deserializeAws_json1_1PipelineContext = (output, context) => {
5077
5077
  action: output.action !== undefined && output.action !== null
5078
5078
  ? deserializeAws_json1_1ActionContext(output.action, context)
5079
5079
  : undefined,
5080
- pipelineArn: (0, smithy_client_1.expectString)(output.pipelineArn),
5081
- pipelineExecutionId: (0, smithy_client_1.expectString)(output.pipelineExecutionId),
5082
- pipelineName: (0, smithy_client_1.expectString)(output.pipelineName),
5080
+ pipelineArn: smithy_client_1.expectString(output.pipelineArn),
5081
+ pipelineExecutionId: smithy_client_1.expectString(output.pipelineExecutionId),
5082
+ pipelineName: smithy_client_1.expectString(output.pipelineName),
5083
5083
  stage: output.stage !== undefined && output.stage !== null
5084
5084
  ? deserializeAws_json1_1StageContext(output.stage, context)
5085
5085
  : undefined,
@@ -5093,12 +5093,12 @@ const deserializeAws_json1_1PipelineDeclaration = (output, context) => {
5093
5093
  artifactStores: output.artifactStores !== undefined && output.artifactStores !== null
5094
5094
  ? deserializeAws_json1_1ArtifactStoreMap(output.artifactStores, context)
5095
5095
  : undefined,
5096
- name: (0, smithy_client_1.expectString)(output.name),
5097
- roleArn: (0, smithy_client_1.expectString)(output.roleArn),
5096
+ name: smithy_client_1.expectString(output.name),
5097
+ roleArn: smithy_client_1.expectString(output.roleArn),
5098
5098
  stages: output.stages !== undefined && output.stages !== null
5099
5099
  ? deserializeAws_json1_1PipelineStageDeclarationList(output.stages, context)
5100
5100
  : undefined,
5101
- version: (0, smithy_client_1.expectInt32)(output.version),
5101
+ version: smithy_client_1.expectInt32(output.version),
5102
5102
  };
5103
5103
  };
5104
5104
  const deserializeAws_json1_1PipelineExecution = (output, context) => {
@@ -5106,36 +5106,36 @@ const deserializeAws_json1_1PipelineExecution = (output, context) => {
5106
5106
  artifactRevisions: output.artifactRevisions !== undefined && output.artifactRevisions !== null
5107
5107
  ? deserializeAws_json1_1ArtifactRevisionList(output.artifactRevisions, context)
5108
5108
  : undefined,
5109
- pipelineExecutionId: (0, smithy_client_1.expectString)(output.pipelineExecutionId),
5110
- pipelineName: (0, smithy_client_1.expectString)(output.pipelineName),
5111
- pipelineVersion: (0, smithy_client_1.expectInt32)(output.pipelineVersion),
5112
- status: (0, smithy_client_1.expectString)(output.status),
5113
- statusSummary: (0, smithy_client_1.expectString)(output.statusSummary),
5109
+ pipelineExecutionId: smithy_client_1.expectString(output.pipelineExecutionId),
5110
+ pipelineName: smithy_client_1.expectString(output.pipelineName),
5111
+ pipelineVersion: smithy_client_1.expectInt32(output.pipelineVersion),
5112
+ status: smithy_client_1.expectString(output.status),
5113
+ statusSummary: smithy_client_1.expectString(output.statusSummary),
5114
5114
  };
5115
5115
  };
5116
5116
  const deserializeAws_json1_1PipelineExecutionNotFoundException = (output, context) => {
5117
5117
  return {
5118
- message: (0, smithy_client_1.expectString)(output.message),
5118
+ message: smithy_client_1.expectString(output.message),
5119
5119
  };
5120
5120
  };
5121
5121
  const deserializeAws_json1_1PipelineExecutionNotStoppableException = (output, context) => {
5122
5122
  return {
5123
- message: (0, smithy_client_1.expectString)(output.message),
5123
+ message: smithy_client_1.expectString(output.message),
5124
5124
  };
5125
5125
  };
5126
5126
  const deserializeAws_json1_1PipelineExecutionSummary = (output, context) => {
5127
5127
  return {
5128
5128
  lastUpdateTime: output.lastUpdateTime !== undefined && output.lastUpdateTime !== null
5129
- ? (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseEpochTimestamp)((0, smithy_client_1.expectNumber)(output.lastUpdateTime)))
5129
+ ? smithy_client_1.expectNonNull(smithy_client_1.parseEpochTimestamp(smithy_client_1.expectNumber(output.lastUpdateTime)))
5130
5130
  : undefined,
5131
- pipelineExecutionId: (0, smithy_client_1.expectString)(output.pipelineExecutionId),
5131
+ pipelineExecutionId: smithy_client_1.expectString(output.pipelineExecutionId),
5132
5132
  sourceRevisions: output.sourceRevisions !== undefined && output.sourceRevisions !== null
5133
5133
  ? deserializeAws_json1_1SourceRevisionList(output.sourceRevisions, context)
5134
5134
  : undefined,
5135
5135
  startTime: output.startTime !== undefined && output.startTime !== null
5136
- ? (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseEpochTimestamp)((0, smithy_client_1.expectNumber)(output.startTime)))
5136
+ ? smithy_client_1.expectNonNull(smithy_client_1.parseEpochTimestamp(smithy_client_1.expectNumber(output.startTime)))
5137
5137
  : undefined,
5138
- status: (0, smithy_client_1.expectString)(output.status),
5138
+ status: smithy_client_1.expectString(output.status),
5139
5139
  stopTrigger: output.stopTrigger !== undefined && output.stopTrigger !== null
5140
5140
  ? deserializeAws_json1_1StopExecutionTrigger(output.stopTrigger, context)
5141
5141
  : undefined,
@@ -5167,22 +5167,22 @@ const deserializeAws_json1_1PipelineList = (output, context) => {
5167
5167
  const deserializeAws_json1_1PipelineMetadata = (output, context) => {
5168
5168
  return {
5169
5169
  created: output.created !== undefined && output.created !== null
5170
- ? (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseEpochTimestamp)((0, smithy_client_1.expectNumber)(output.created)))
5170
+ ? smithy_client_1.expectNonNull(smithy_client_1.parseEpochTimestamp(smithy_client_1.expectNumber(output.created)))
5171
5171
  : undefined,
5172
- pipelineArn: (0, smithy_client_1.expectString)(output.pipelineArn),
5172
+ pipelineArn: smithy_client_1.expectString(output.pipelineArn),
5173
5173
  updated: output.updated !== undefined && output.updated !== null
5174
- ? (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseEpochTimestamp)((0, smithy_client_1.expectNumber)(output.updated)))
5174
+ ? smithy_client_1.expectNonNull(smithy_client_1.parseEpochTimestamp(smithy_client_1.expectNumber(output.updated)))
5175
5175
  : undefined,
5176
5176
  };
5177
5177
  };
5178
5178
  const deserializeAws_json1_1PipelineNameInUseException = (output, context) => {
5179
5179
  return {
5180
- message: (0, smithy_client_1.expectString)(output.message),
5180
+ message: smithy_client_1.expectString(output.message),
5181
5181
  };
5182
5182
  };
5183
5183
  const deserializeAws_json1_1PipelineNotFoundException = (output, context) => {
5184
5184
  return {
5185
- message: (0, smithy_client_1.expectString)(output.message),
5185
+ message: smithy_client_1.expectString(output.message),
5186
5186
  };
5187
5187
  };
5188
5188
  const deserializeAws_json1_1PipelineStageDeclarationList = (output, context) => {
@@ -5198,18 +5198,18 @@ const deserializeAws_json1_1PipelineStageDeclarationList = (output, context) =>
5198
5198
  const deserializeAws_json1_1PipelineSummary = (output, context) => {
5199
5199
  return {
5200
5200
  created: output.created !== undefined && output.created !== null
5201
- ? (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseEpochTimestamp)((0, smithy_client_1.expectNumber)(output.created)))
5201
+ ? smithy_client_1.expectNonNull(smithy_client_1.parseEpochTimestamp(smithy_client_1.expectNumber(output.created)))
5202
5202
  : undefined,
5203
- name: (0, smithy_client_1.expectString)(output.name),
5203
+ name: smithy_client_1.expectString(output.name),
5204
5204
  updated: output.updated !== undefined && output.updated !== null
5205
- ? (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseEpochTimestamp)((0, smithy_client_1.expectNumber)(output.updated)))
5205
+ ? smithy_client_1.expectNonNull(smithy_client_1.parseEpochTimestamp(smithy_client_1.expectNumber(output.updated)))
5206
5206
  : undefined,
5207
- version: (0, smithy_client_1.expectInt32)(output.version),
5207
+ version: smithy_client_1.expectInt32(output.version),
5208
5208
  };
5209
5209
  };
5210
5210
  const deserializeAws_json1_1PipelineVersionNotFoundException = (output, context) => {
5211
5211
  return {
5212
- message: (0, smithy_client_1.expectString)(output.message),
5212
+ message: smithy_client_1.expectString(output.message),
5213
5213
  };
5214
5214
  };
5215
5215
  const deserializeAws_json1_1PollForJobsOutput = (output, context) => {
@@ -5233,7 +5233,7 @@ const deserializeAws_json1_1PollingAccountList = (output, context) => {
5233
5233
  if (entry === null) {
5234
5234
  return null;
5235
5235
  }
5236
- return (0, smithy_client_1.expectString)(entry);
5236
+ return smithy_client_1.expectString(entry);
5237
5237
  });
5238
5238
  };
5239
5239
  const deserializeAws_json1_1PollingServicePrincipalList = (output, context) => {
@@ -5243,19 +5243,19 @@ const deserializeAws_json1_1PollingServicePrincipalList = (output, context) => {
5243
5243
  if (entry === null) {
5244
5244
  return null;
5245
5245
  }
5246
- return (0, smithy_client_1.expectString)(entry);
5246
+ return smithy_client_1.expectString(entry);
5247
5247
  });
5248
5248
  };
5249
5249
  const deserializeAws_json1_1PutActionRevisionOutput = (output, context) => {
5250
5250
  return {
5251
- newRevision: (0, smithy_client_1.expectBoolean)(output.newRevision),
5252
- pipelineExecutionId: (0, smithy_client_1.expectString)(output.pipelineExecutionId),
5251
+ newRevision: smithy_client_1.expectBoolean(output.newRevision),
5252
+ pipelineExecutionId: smithy_client_1.expectString(output.pipelineExecutionId),
5253
5253
  };
5254
5254
  };
5255
5255
  const deserializeAws_json1_1PutApprovalResultOutput = (output, context) => {
5256
5256
  return {
5257
5257
  approvedAt: output.approvedAt !== undefined && output.approvedAt !== null
5258
- ? (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseEpochTimestamp)((0, smithy_client_1.expectNumber)(output.approvedAt)))
5258
+ ? smithy_client_1.expectNonNull(smithy_client_1.parseEpochTimestamp(smithy_client_1.expectNumber(output.approvedAt)))
5259
5259
  : undefined,
5260
5260
  };
5261
5261
  };
@@ -5271,7 +5271,7 @@ const deserializeAws_json1_1RegisterWebhookWithThirdPartyOutput = (output, conte
5271
5271
  };
5272
5272
  const deserializeAws_json1_1RequestFailedException = (output, context) => {
5273
5273
  return {
5274
- message: (0, smithy_client_1.expectString)(output.message),
5274
+ message: smithy_client_1.expectString(output.message),
5275
5275
  };
5276
5276
  };
5277
5277
  const deserializeAws_json1_1ResolvedActionConfigurationMap = (output, context) => {
@@ -5281,38 +5281,38 @@ const deserializeAws_json1_1ResolvedActionConfigurationMap = (output, context) =
5281
5281
  }
5282
5282
  return {
5283
5283
  ...acc,
5284
- [key]: (0, smithy_client_1.expectString)(value),
5284
+ [key]: smithy_client_1.expectString(value),
5285
5285
  };
5286
5286
  }, {});
5287
5287
  };
5288
5288
  const deserializeAws_json1_1ResourceNotFoundException = (output, context) => {
5289
5289
  return {
5290
- message: (0, smithy_client_1.expectString)(output.message),
5290
+ message: smithy_client_1.expectString(output.message),
5291
5291
  };
5292
5292
  };
5293
5293
  const deserializeAws_json1_1RetryStageExecutionOutput = (output, context) => {
5294
5294
  return {
5295
- pipelineExecutionId: (0, smithy_client_1.expectString)(output.pipelineExecutionId),
5295
+ pipelineExecutionId: smithy_client_1.expectString(output.pipelineExecutionId),
5296
5296
  };
5297
5297
  };
5298
5298
  const deserializeAws_json1_1S3ArtifactLocation = (output, context) => {
5299
5299
  return {
5300
- bucketName: (0, smithy_client_1.expectString)(output.bucketName),
5301
- objectKey: (0, smithy_client_1.expectString)(output.objectKey),
5300
+ bucketName: smithy_client_1.expectString(output.bucketName),
5301
+ objectKey: smithy_client_1.expectString(output.objectKey),
5302
5302
  };
5303
5303
  };
5304
5304
  const deserializeAws_json1_1S3Location = (output, context) => {
5305
5305
  return {
5306
- bucket: (0, smithy_client_1.expectString)(output.bucket),
5307
- key: (0, smithy_client_1.expectString)(output.key),
5306
+ bucket: smithy_client_1.expectString(output.bucket),
5307
+ key: smithy_client_1.expectString(output.key),
5308
5308
  };
5309
5309
  };
5310
5310
  const deserializeAws_json1_1SourceRevision = (output, context) => {
5311
5311
  return {
5312
- actionName: (0, smithy_client_1.expectString)(output.actionName),
5313
- revisionId: (0, smithy_client_1.expectString)(output.revisionId),
5314
- revisionSummary: (0, smithy_client_1.expectString)(output.revisionSummary),
5315
- revisionUrl: (0, smithy_client_1.expectString)(output.revisionUrl),
5312
+ actionName: smithy_client_1.expectString(output.actionName),
5313
+ revisionId: smithy_client_1.expectString(output.revisionId),
5314
+ revisionSummary: smithy_client_1.expectString(output.revisionSummary),
5315
+ revisionUrl: smithy_client_1.expectString(output.revisionUrl),
5316
5316
  };
5317
5317
  };
5318
5318
  const deserializeAws_json1_1SourceRevisionList = (output, context) => {
@@ -5347,7 +5347,7 @@ const deserializeAws_json1_1StageBlockerDeclarationList = (output, context) => {
5347
5347
  };
5348
5348
  const deserializeAws_json1_1StageContext = (output, context) => {
5349
5349
  return {
5350
- name: (0, smithy_client_1.expectString)(output.name),
5350
+ name: smithy_client_1.expectString(output.name),
5351
5351
  };
5352
5352
  };
5353
5353
  const deserializeAws_json1_1StageDeclaration = (output, context) => {
@@ -5358,23 +5358,23 @@ const deserializeAws_json1_1StageDeclaration = (output, context) => {
5358
5358
  blockers: output.blockers !== undefined && output.blockers !== null
5359
5359
  ? deserializeAws_json1_1StageBlockerDeclarationList(output.blockers, context)
5360
5360
  : undefined,
5361
- name: (0, smithy_client_1.expectString)(output.name),
5361
+ name: smithy_client_1.expectString(output.name),
5362
5362
  };
5363
5363
  };
5364
5364
  const deserializeAws_json1_1StageExecution = (output, context) => {
5365
5365
  return {
5366
- pipelineExecutionId: (0, smithy_client_1.expectString)(output.pipelineExecutionId),
5367
- status: (0, smithy_client_1.expectString)(output.status),
5366
+ pipelineExecutionId: smithy_client_1.expectString(output.pipelineExecutionId),
5367
+ status: smithy_client_1.expectString(output.status),
5368
5368
  };
5369
5369
  };
5370
5370
  const deserializeAws_json1_1StageNotFoundException = (output, context) => {
5371
5371
  return {
5372
- message: (0, smithy_client_1.expectString)(output.message),
5372
+ message: smithy_client_1.expectString(output.message),
5373
5373
  };
5374
5374
  };
5375
5375
  const deserializeAws_json1_1StageNotRetryableException = (output, context) => {
5376
5376
  return {
5377
- message: (0, smithy_client_1.expectString)(output.message),
5377
+ message: smithy_client_1.expectString(output.message),
5378
5378
  };
5379
5379
  };
5380
5380
  const deserializeAws_json1_1StageState = (output, context) => {
@@ -5391,7 +5391,7 @@ const deserializeAws_json1_1StageState = (output, context) => {
5391
5391
  latestExecution: output.latestExecution !== undefined && output.latestExecution !== null
5392
5392
  ? deserializeAws_json1_1StageExecution(output.latestExecution, context)
5393
5393
  : undefined,
5394
- stageName: (0, smithy_client_1.expectString)(output.stageName),
5394
+ stageName: smithy_client_1.expectString(output.stageName),
5395
5395
  };
5396
5396
  };
5397
5397
  const deserializeAws_json1_1StageStateList = (output, context) => {
@@ -5406,23 +5406,23 @@ const deserializeAws_json1_1StageStateList = (output, context) => {
5406
5406
  };
5407
5407
  const deserializeAws_json1_1StartPipelineExecutionOutput = (output, context) => {
5408
5408
  return {
5409
- pipelineExecutionId: (0, smithy_client_1.expectString)(output.pipelineExecutionId),
5409
+ pipelineExecutionId: smithy_client_1.expectString(output.pipelineExecutionId),
5410
5410
  };
5411
5411
  };
5412
5412
  const deserializeAws_json1_1StopExecutionTrigger = (output, context) => {
5413
5413
  return {
5414
- reason: (0, smithy_client_1.expectString)(output.reason),
5414
+ reason: smithy_client_1.expectString(output.reason),
5415
5415
  };
5416
5416
  };
5417
5417
  const deserializeAws_json1_1StopPipelineExecutionOutput = (output, context) => {
5418
5418
  return {
5419
- pipelineExecutionId: (0, smithy_client_1.expectString)(output.pipelineExecutionId),
5419
+ pipelineExecutionId: smithy_client_1.expectString(output.pipelineExecutionId),
5420
5420
  };
5421
5421
  };
5422
5422
  const deserializeAws_json1_1Tag = (output, context) => {
5423
5423
  return {
5424
- key: (0, smithy_client_1.expectString)(output.key),
5425
- value: (0, smithy_client_1.expectString)(output.value),
5424
+ key: smithy_client_1.expectString(output.key),
5425
+ value: smithy_client_1.expectString(output.value),
5426
5426
  };
5427
5427
  };
5428
5428
  const deserializeAws_json1_1TagList = (output, context) => {
@@ -5440,8 +5440,8 @@ const deserializeAws_json1_1TagResourceOutput = (output, context) => {
5440
5440
  };
5441
5441
  const deserializeAws_json1_1ThirdPartyJob = (output, context) => {
5442
5442
  return {
5443
- clientId: (0, smithy_client_1.expectString)(output.clientId),
5444
- jobId: (0, smithy_client_1.expectString)(output.jobId),
5443
+ clientId: smithy_client_1.expectString(output.clientId),
5444
+ jobId: smithy_client_1.expectString(output.jobId),
5445
5445
  };
5446
5446
  };
5447
5447
  const deserializeAws_json1_1ThirdPartyJobData = (output, context) => {
@@ -5455,7 +5455,7 @@ const deserializeAws_json1_1ThirdPartyJobData = (output, context) => {
5455
5455
  artifactCredentials: output.artifactCredentials !== undefined && output.artifactCredentials !== null
5456
5456
  ? deserializeAws_json1_1AWSSessionCredentials(output.artifactCredentials, context)
5457
5457
  : undefined,
5458
- continuationToken: (0, smithy_client_1.expectString)(output.continuationToken),
5458
+ continuationToken: smithy_client_1.expectString(output.continuationToken),
5459
5459
  encryptionKey: output.encryptionKey !== undefined && output.encryptionKey !== null
5460
5460
  ? deserializeAws_json1_1EncryptionKey(output.encryptionKey, context)
5461
5461
  : undefined,
@@ -5475,8 +5475,8 @@ const deserializeAws_json1_1ThirdPartyJobDetails = (output, context) => {
5475
5475
  data: output.data !== undefined && output.data !== null
5476
5476
  ? deserializeAws_json1_1ThirdPartyJobData(output.data, context)
5477
5477
  : undefined,
5478
- id: (0, smithy_client_1.expectString)(output.id),
5479
- nonce: (0, smithy_client_1.expectString)(output.nonce),
5478
+ id: smithy_client_1.expectString(output.id),
5479
+ nonce: smithy_client_1.expectString(output.nonce),
5480
5480
  };
5481
5481
  };
5482
5482
  const deserializeAws_json1_1ThirdPartyJobList = (output, context) => {
@@ -5491,17 +5491,17 @@ const deserializeAws_json1_1ThirdPartyJobList = (output, context) => {
5491
5491
  };
5492
5492
  const deserializeAws_json1_1TooManyTagsException = (output, context) => {
5493
5493
  return {
5494
- message: (0, smithy_client_1.expectString)(output.message),
5494
+ message: smithy_client_1.expectString(output.message),
5495
5495
  };
5496
5496
  };
5497
5497
  const deserializeAws_json1_1TransitionState = (output, context) => {
5498
5498
  return {
5499
- disabledReason: (0, smithy_client_1.expectString)(output.disabledReason),
5500
- enabled: (0, smithy_client_1.expectBoolean)(output.enabled),
5499
+ disabledReason: smithy_client_1.expectString(output.disabledReason),
5500
+ enabled: smithy_client_1.expectBoolean(output.enabled),
5501
5501
  lastChangedAt: output.lastChangedAt !== undefined && output.lastChangedAt !== null
5502
- ? (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseEpochTimestamp)((0, smithy_client_1.expectNumber)(output.lastChangedAt)))
5502
+ ? smithy_client_1.expectNonNull(smithy_client_1.parseEpochTimestamp(smithy_client_1.expectNumber(output.lastChangedAt)))
5503
5503
  : undefined,
5504
- lastChangedBy: (0, smithy_client_1.expectString)(output.lastChangedBy),
5504
+ lastChangedBy: smithy_client_1.expectString(output.lastChangedBy),
5505
5505
  };
5506
5506
  };
5507
5507
  const deserializeAws_json1_1UntagResourceOutput = (output, context) => {
@@ -5516,33 +5516,33 @@ const deserializeAws_json1_1UpdatePipelineOutput = (output, context) => {
5516
5516
  };
5517
5517
  const deserializeAws_json1_1ValidationException = (output, context) => {
5518
5518
  return {
5519
- message: (0, smithy_client_1.expectString)(output.message),
5519
+ message: smithy_client_1.expectString(output.message),
5520
5520
  };
5521
5521
  };
5522
5522
  const deserializeAws_json1_1WebhookAuthConfiguration = (output, context) => {
5523
5523
  return {
5524
- AllowedIPRange: (0, smithy_client_1.expectString)(output.AllowedIPRange),
5525
- SecretToken: (0, smithy_client_1.expectString)(output.SecretToken),
5524
+ AllowedIPRange: smithy_client_1.expectString(output.AllowedIPRange),
5525
+ SecretToken: smithy_client_1.expectString(output.SecretToken),
5526
5526
  };
5527
5527
  };
5528
5528
  const deserializeAws_json1_1WebhookDefinition = (output, context) => {
5529
5529
  return {
5530
- authentication: (0, smithy_client_1.expectString)(output.authentication),
5530
+ authentication: smithy_client_1.expectString(output.authentication),
5531
5531
  authenticationConfiguration: output.authenticationConfiguration !== undefined && output.authenticationConfiguration !== null
5532
5532
  ? deserializeAws_json1_1WebhookAuthConfiguration(output.authenticationConfiguration, context)
5533
5533
  : undefined,
5534
5534
  filters: output.filters !== undefined && output.filters !== null
5535
5535
  ? deserializeAws_json1_1WebhookFilters(output.filters, context)
5536
5536
  : undefined,
5537
- name: (0, smithy_client_1.expectString)(output.name),
5538
- targetAction: (0, smithy_client_1.expectString)(output.targetAction),
5539
- targetPipeline: (0, smithy_client_1.expectString)(output.targetPipeline),
5537
+ name: smithy_client_1.expectString(output.name),
5538
+ targetAction: smithy_client_1.expectString(output.targetAction),
5539
+ targetPipeline: smithy_client_1.expectString(output.targetPipeline),
5540
5540
  };
5541
5541
  };
5542
5542
  const deserializeAws_json1_1WebhookFilterRule = (output, context) => {
5543
5543
  return {
5544
- jsonPath: (0, smithy_client_1.expectString)(output.jsonPath),
5545
- matchEquals: (0, smithy_client_1.expectString)(output.matchEquals),
5544
+ jsonPath: smithy_client_1.expectString(output.jsonPath),
5545
+ matchEquals: smithy_client_1.expectString(output.matchEquals),
5546
5546
  };
5547
5547
  };
5548
5548
  const deserializeAws_json1_1WebhookFilters = (output, context) => {