@aws-sdk/client-codepipeline 3.496.0 → 3.499.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 (2) hide show
  1. package/dist-cjs/index.js +72 -71
  2. package/package.json +3 -3
package/dist-cjs/index.js CHANGED
@@ -4183,25 +4183,13 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
4183
4183
  // Annotate the CommonJS export names for ESM import in node:
4184
4184
 
4185
4185
  0 && (module.exports = {
4186
- AWSSessionCredentialsFilterSensitiveLog,
4186
+ CodePipelineServiceException,
4187
+ __Client,
4188
+ CodePipelineClient,
4189
+ CodePipeline,
4190
+ $Command,
4187
4191
  AcknowledgeJobCommand,
4188
4192
  AcknowledgeThirdPartyJobCommand,
4189
- ActionCategory,
4190
- ActionConfigurationPropertyType,
4191
- ActionExecutionStatus,
4192
- ActionNotFoundException,
4193
- ActionOwner,
4194
- ActionTypeNotFoundException,
4195
- ApprovalAlreadyCompletedException,
4196
- ApprovalStatus,
4197
- ArtifactLocationType,
4198
- ArtifactStoreType,
4199
- BlockerType,
4200
- CodePipeline,
4201
- CodePipelineClient,
4202
- CodePipelineServiceException,
4203
- ConcurrentModificationException,
4204
- ConflictException,
4205
4193
  CreateCustomActionTypeCommand,
4206
4194
  CreatePipelineCommand,
4207
4195
  DeleteCustomActionTypeCommand,
@@ -4209,57 +4197,20 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
4209
4197
  DeleteWebhookCommand,
4210
4198
  DeregisterWebhookWithThirdPartyCommand,
4211
4199
  DisableStageTransitionCommand,
4212
- DuplicatedStopRequestException,
4213
4200
  EnableStageTransitionCommand,
4214
- EncryptionKeyType,
4215
- ExecutorType,
4216
- FailureType,
4217
4201
  GetActionTypeCommand,
4218
4202
  GetJobDetailsCommand,
4219
- GetJobDetailsOutputFilterSensitiveLog,
4220
4203
  GetPipelineCommand,
4221
4204
  GetPipelineExecutionCommand,
4222
4205
  GetPipelineStateCommand,
4223
4206
  GetThirdPartyJobDetailsCommand,
4224
- GetThirdPartyJobDetailsOutputFilterSensitiveLog,
4225
- InvalidActionDeclarationException,
4226
- InvalidApprovalTokenException,
4227
- InvalidArnException,
4228
- InvalidBlockerDeclarationException,
4229
- InvalidClientTokenException,
4230
- InvalidJobException,
4231
- InvalidJobStateException,
4232
- InvalidNextTokenException,
4233
- InvalidNonceException,
4234
- InvalidStageDeclarationException,
4235
- InvalidStructureException,
4236
- InvalidTagsException,
4237
- InvalidWebhookAuthenticationParametersException,
4238
- InvalidWebhookFilterPatternException,
4239
- JobDataFilterSensitiveLog,
4240
- JobDetailsFilterSensitiveLog,
4241
- JobFilterSensitiveLog,
4242
- JobNotFoundException,
4243
- JobStatus,
4244
- LimitExceededException,
4245
4207
  ListActionExecutionsCommand,
4246
4208
  ListActionTypesCommand,
4247
4209
  ListPipelineExecutionsCommand,
4248
4210
  ListPipelinesCommand,
4249
4211
  ListTagsForResourceCommand,
4250
4212
  ListWebhooksCommand,
4251
- NotLatestPipelineExecutionException,
4252
- OutputVariablesSizeExceededException,
4253
- PipelineExecutionNotFoundException,
4254
- PipelineExecutionNotStoppableException,
4255
- PipelineExecutionStatus,
4256
- PipelineNameInUseException,
4257
- PipelineNotFoundException,
4258
- PipelineTriggerProviderType,
4259
- PipelineType,
4260
- PipelineVersionNotFoundException,
4261
4213
  PollForJobsCommand,
4262
- PollForJobsOutputFilterSensitiveLog,
4263
4214
  PollForThirdPartyJobsCommand,
4264
4215
  PutActionRevisionCommand,
4265
4216
  PutApprovalResultCommand,
@@ -4269,34 +4220,84 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
4269
4220
  PutThirdPartyJobSuccessResultCommand,
4270
4221
  PutWebhookCommand,
4271
4222
  RegisterWebhookWithThirdPartyCommand,
4272
- RequestFailedException,
4273
- ResourceNotFoundException,
4274
4223
  RetryStageExecutionCommand,
4275
- SourceRevisionType,
4276
- StageExecutionStatus,
4277
- StageNotFoundException,
4278
- StageNotRetryableException,
4279
- StageRetryMode,
4280
- StageTransitionType,
4281
4224
  StartPipelineExecutionCommand,
4282
4225
  StopPipelineExecutionCommand,
4283
4226
  TagResourceCommand,
4284
- ThirdPartyJobDataFilterSensitiveLog,
4285
- ThirdPartyJobDetailsFilterSensitiveLog,
4286
- TooManyTagsException,
4287
- TriggerType,
4288
4227
  UntagResourceCommand,
4289
4228
  UpdateActionTypeCommand,
4290
4229
  UpdatePipelineCommand,
4291
- ValidationException,
4292
- WebhookAuthenticationType,
4293
- WebhookNotFoundException,
4294
- __Client,
4295
4230
  paginateListActionExecutions,
4296
4231
  paginateListActionTypes,
4297
4232
  paginateListPipelineExecutions,
4298
4233
  paginateListPipelines,
4299
4234
  paginateListTagsForResource,
4300
- paginateListWebhooks
4235
+ paginateListWebhooks,
4236
+ JobStatus,
4237
+ InvalidNonceException,
4238
+ JobNotFoundException,
4239
+ ValidationException,
4240
+ InvalidClientTokenException,
4241
+ ActionCategory,
4242
+ ActionConfigurationPropertyType,
4243
+ ActionOwner,
4244
+ ActionExecutionStatus,
4245
+ ActionNotFoundException,
4246
+ ExecutorType,
4247
+ ActionTypeNotFoundException,
4248
+ ApprovalAlreadyCompletedException,
4249
+ ApprovalStatus,
4250
+ ArtifactLocationType,
4251
+ EncryptionKeyType,
4252
+ ArtifactStoreType,
4253
+ BlockerType,
4254
+ ConcurrentModificationException,
4255
+ InvalidTagsException,
4256
+ LimitExceededException,
4257
+ TooManyTagsException,
4258
+ PipelineType,
4259
+ PipelineTriggerProviderType,
4260
+ InvalidActionDeclarationException,
4261
+ InvalidBlockerDeclarationException,
4262
+ InvalidStageDeclarationException,
4263
+ InvalidStructureException,
4264
+ PipelineNameInUseException,
4265
+ WebhookNotFoundException,
4266
+ StageTransitionType,
4267
+ PipelineNotFoundException,
4268
+ StageNotFoundException,
4269
+ PipelineVersionNotFoundException,
4270
+ PipelineExecutionStatus,
4271
+ TriggerType,
4272
+ PipelineExecutionNotFoundException,
4273
+ StageExecutionStatus,
4274
+ InvalidJobException,
4275
+ InvalidNextTokenException,
4276
+ InvalidArnException,
4277
+ ResourceNotFoundException,
4278
+ WebhookAuthenticationType,
4279
+ InvalidApprovalTokenException,
4280
+ InvalidJobStateException,
4281
+ FailureType,
4282
+ OutputVariablesSizeExceededException,
4283
+ InvalidWebhookAuthenticationParametersException,
4284
+ InvalidWebhookFilterPatternException,
4285
+ ConflictException,
4286
+ NotLatestPipelineExecutionException,
4287
+ StageRetryMode,
4288
+ StageNotRetryableException,
4289
+ SourceRevisionType,
4290
+ DuplicatedStopRequestException,
4291
+ PipelineExecutionNotStoppableException,
4292
+ RequestFailedException,
4293
+ AWSSessionCredentialsFilterSensitiveLog,
4294
+ JobDataFilterSensitiveLog,
4295
+ JobDetailsFilterSensitiveLog,
4296
+ GetJobDetailsOutputFilterSensitiveLog,
4297
+ ThirdPartyJobDataFilterSensitiveLog,
4298
+ ThirdPartyJobDetailsFilterSensitiveLog,
4299
+ GetThirdPartyJobDetailsOutputFilterSensitiveLog,
4300
+ JobFilterSensitiveLog,
4301
+ PollForJobsOutputFilterSensitiveLog
4301
4302
  });
4302
4303
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-codepipeline",
3
3
  "description": "AWS SDK for JavaScript Codepipeline Client for Node.js, Browser and React Native",
4
- "version": "3.496.0",
4
+ "version": "3.499.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-codepipeline",
@@ -20,9 +20,9 @@
20
20
  "dependencies": {
21
21
  "@aws-crypto/sha256-browser": "3.0.0",
22
22
  "@aws-crypto/sha256-js": "3.0.0",
23
- "@aws-sdk/client-sts": "3.496.0",
23
+ "@aws-sdk/client-sts": "3.499.0",
24
24
  "@aws-sdk/core": "3.496.0",
25
- "@aws-sdk/credential-provider-node": "3.496.0",
25
+ "@aws-sdk/credential-provider-node": "3.499.0",
26
26
  "@aws-sdk/middleware-host-header": "3.496.0",
27
27
  "@aws-sdk/middleware-logger": "3.496.0",
28
28
  "@aws-sdk/middleware-recursion-detection": "3.496.0",