@aws-sdk/client-codepipeline 3.495.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 +74 -71
  2. package/package.json +39 -39
package/dist-cjs/index.js CHANGED
@@ -4181,26 +4181,15 @@ var paginateListWebhooks = (0, import_core.createPaginator)(CodePipelineClient,
4181
4181
  // src/index.ts
4182
4182
  var import_util_endpoints = require("@aws-sdk/util-endpoints");
4183
4183
  // Annotate the CommonJS export names for ESM import in node:
4184
+
4184
4185
  0 && (module.exports = {
4185
- AWSSessionCredentialsFilterSensitiveLog,
4186
+ CodePipelineServiceException,
4187
+ __Client,
4188
+ CodePipelineClient,
4189
+ CodePipeline,
4190
+ $Command,
4186
4191
  AcknowledgeJobCommand,
4187
4192
  AcknowledgeThirdPartyJobCommand,
4188
- ActionCategory,
4189
- ActionConfigurationPropertyType,
4190
- ActionExecutionStatus,
4191
- ActionNotFoundException,
4192
- ActionOwner,
4193
- ActionTypeNotFoundException,
4194
- ApprovalAlreadyCompletedException,
4195
- ApprovalStatus,
4196
- ArtifactLocationType,
4197
- ArtifactStoreType,
4198
- BlockerType,
4199
- CodePipeline,
4200
- CodePipelineClient,
4201
- CodePipelineServiceException,
4202
- ConcurrentModificationException,
4203
- ConflictException,
4204
4193
  CreateCustomActionTypeCommand,
4205
4194
  CreatePipelineCommand,
4206
4195
  DeleteCustomActionTypeCommand,
@@ -4208,57 +4197,20 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
4208
4197
  DeleteWebhookCommand,
4209
4198
  DeregisterWebhookWithThirdPartyCommand,
4210
4199
  DisableStageTransitionCommand,
4211
- DuplicatedStopRequestException,
4212
4200
  EnableStageTransitionCommand,
4213
- EncryptionKeyType,
4214
- ExecutorType,
4215
- FailureType,
4216
4201
  GetActionTypeCommand,
4217
4202
  GetJobDetailsCommand,
4218
- GetJobDetailsOutputFilterSensitiveLog,
4219
4203
  GetPipelineCommand,
4220
4204
  GetPipelineExecutionCommand,
4221
4205
  GetPipelineStateCommand,
4222
4206
  GetThirdPartyJobDetailsCommand,
4223
- GetThirdPartyJobDetailsOutputFilterSensitiveLog,
4224
- InvalidActionDeclarationException,
4225
- InvalidApprovalTokenException,
4226
- InvalidArnException,
4227
- InvalidBlockerDeclarationException,
4228
- InvalidClientTokenException,
4229
- InvalidJobException,
4230
- InvalidJobStateException,
4231
- InvalidNextTokenException,
4232
- InvalidNonceException,
4233
- InvalidStageDeclarationException,
4234
- InvalidStructureException,
4235
- InvalidTagsException,
4236
- InvalidWebhookAuthenticationParametersException,
4237
- InvalidWebhookFilterPatternException,
4238
- JobDataFilterSensitiveLog,
4239
- JobDetailsFilterSensitiveLog,
4240
- JobFilterSensitiveLog,
4241
- JobNotFoundException,
4242
- JobStatus,
4243
- LimitExceededException,
4244
4207
  ListActionExecutionsCommand,
4245
4208
  ListActionTypesCommand,
4246
4209
  ListPipelineExecutionsCommand,
4247
4210
  ListPipelinesCommand,
4248
4211
  ListTagsForResourceCommand,
4249
4212
  ListWebhooksCommand,
4250
- NotLatestPipelineExecutionException,
4251
- OutputVariablesSizeExceededException,
4252
- PipelineExecutionNotFoundException,
4253
- PipelineExecutionNotStoppableException,
4254
- PipelineExecutionStatus,
4255
- PipelineNameInUseException,
4256
- PipelineNotFoundException,
4257
- PipelineTriggerProviderType,
4258
- PipelineType,
4259
- PipelineVersionNotFoundException,
4260
4213
  PollForJobsCommand,
4261
- PollForJobsOutputFilterSensitiveLog,
4262
4214
  PollForThirdPartyJobsCommand,
4263
4215
  PutActionRevisionCommand,
4264
4216
  PutApprovalResultCommand,
@@ -4268,33 +4220,84 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
4268
4220
  PutThirdPartyJobSuccessResultCommand,
4269
4221
  PutWebhookCommand,
4270
4222
  RegisterWebhookWithThirdPartyCommand,
4271
- RequestFailedException,
4272
- ResourceNotFoundException,
4273
4223
  RetryStageExecutionCommand,
4274
- SourceRevisionType,
4275
- StageExecutionStatus,
4276
- StageNotFoundException,
4277
- StageNotRetryableException,
4278
- StageRetryMode,
4279
- StageTransitionType,
4280
4224
  StartPipelineExecutionCommand,
4281
4225
  StopPipelineExecutionCommand,
4282
4226
  TagResourceCommand,
4283
- ThirdPartyJobDataFilterSensitiveLog,
4284
- ThirdPartyJobDetailsFilterSensitiveLog,
4285
- TooManyTagsException,
4286
- TriggerType,
4287
4227
  UntagResourceCommand,
4288
4228
  UpdateActionTypeCommand,
4289
4229
  UpdatePipelineCommand,
4290
- ValidationException,
4291
- WebhookAuthenticationType,
4292
- WebhookNotFoundException,
4293
- __Client,
4294
4230
  paginateListActionExecutions,
4295
4231
  paginateListActionTypes,
4296
4232
  paginateListPipelineExecutions,
4297
4233
  paginateListPipelines,
4298
4234
  paginateListTagsForResource,
4299
- 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
4300
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.495.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,48 +20,48 @@
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.495.0",
24
- "@aws-sdk/core": "3.495.0",
25
- "@aws-sdk/credential-provider-node": "3.495.0",
26
- "@aws-sdk/middleware-host-header": "3.495.0",
27
- "@aws-sdk/middleware-logger": "3.495.0",
28
- "@aws-sdk/middleware-recursion-detection": "3.495.0",
29
- "@aws-sdk/middleware-signing": "3.495.0",
30
- "@aws-sdk/middleware-user-agent": "3.495.0",
31
- "@aws-sdk/region-config-resolver": "3.495.0",
32
- "@aws-sdk/types": "3.495.0",
33
- "@aws-sdk/util-endpoints": "3.495.0",
34
- "@aws-sdk/util-user-agent-browser": "3.495.0",
35
- "@aws-sdk/util-user-agent-node": "3.495.0",
36
- "@smithy/config-resolver": "^2.1.0",
37
- "@smithy/core": "^1.3.0",
38
- "@smithy/fetch-http-handler": "^2.4.0",
39
- "@smithy/hash-node": "^2.1.0",
40
- "@smithy/invalid-dependency": "^2.1.0",
41
- "@smithy/middleware-content-length": "^2.1.0",
42
- "@smithy/middleware-endpoint": "^2.4.0",
43
- "@smithy/middleware-retry": "^2.1.0",
44
- "@smithy/middleware-serde": "^2.1.0",
45
- "@smithy/middleware-stack": "^2.1.0",
46
- "@smithy/node-config-provider": "^2.2.0",
47
- "@smithy/node-http-handler": "^2.3.0",
48
- "@smithy/protocol-http": "^3.1.0",
49
- "@smithy/smithy-client": "^2.3.0",
50
- "@smithy/types": "^2.9.0",
51
- "@smithy/url-parser": "^2.1.0",
52
- "@smithy/util-base64": "^2.1.0",
53
- "@smithy/util-body-length-browser": "^2.1.0",
54
- "@smithy/util-body-length-node": "^2.2.0",
55
- "@smithy/util-defaults-mode-browser": "^2.1.0",
56
- "@smithy/util-defaults-mode-node": "^2.1.0",
57
- "@smithy/util-endpoints": "^1.1.0",
58
- "@smithy/util-retry": "^2.1.0",
59
- "@smithy/util-utf8": "^2.1.0",
23
+ "@aws-sdk/client-sts": "3.499.0",
24
+ "@aws-sdk/core": "3.496.0",
25
+ "@aws-sdk/credential-provider-node": "3.499.0",
26
+ "@aws-sdk/middleware-host-header": "3.496.0",
27
+ "@aws-sdk/middleware-logger": "3.496.0",
28
+ "@aws-sdk/middleware-recursion-detection": "3.496.0",
29
+ "@aws-sdk/middleware-signing": "3.496.0",
30
+ "@aws-sdk/middleware-user-agent": "3.496.0",
31
+ "@aws-sdk/region-config-resolver": "3.496.0",
32
+ "@aws-sdk/types": "3.496.0",
33
+ "@aws-sdk/util-endpoints": "3.496.0",
34
+ "@aws-sdk/util-user-agent-browser": "3.496.0",
35
+ "@aws-sdk/util-user-agent-node": "3.496.0",
36
+ "@smithy/config-resolver": "^2.1.1",
37
+ "@smithy/core": "^1.3.1",
38
+ "@smithy/fetch-http-handler": "^2.4.1",
39
+ "@smithy/hash-node": "^2.1.1",
40
+ "@smithy/invalid-dependency": "^2.1.1",
41
+ "@smithy/middleware-content-length": "^2.1.1",
42
+ "@smithy/middleware-endpoint": "^2.4.1",
43
+ "@smithy/middleware-retry": "^2.1.1",
44
+ "@smithy/middleware-serde": "^2.1.1",
45
+ "@smithy/middleware-stack": "^2.1.1",
46
+ "@smithy/node-config-provider": "^2.2.1",
47
+ "@smithy/node-http-handler": "^2.3.1",
48
+ "@smithy/protocol-http": "^3.1.1",
49
+ "@smithy/smithy-client": "^2.3.1",
50
+ "@smithy/types": "^2.9.1",
51
+ "@smithy/url-parser": "^2.1.1",
52
+ "@smithy/util-base64": "^2.1.1",
53
+ "@smithy/util-body-length-browser": "^2.1.1",
54
+ "@smithy/util-body-length-node": "^2.2.1",
55
+ "@smithy/util-defaults-mode-browser": "^2.1.1",
56
+ "@smithy/util-defaults-mode-node": "^2.1.1",
57
+ "@smithy/util-endpoints": "^1.1.1",
58
+ "@smithy/util-retry": "^2.1.1",
59
+ "@smithy/util-utf8": "^2.1.1",
60
60
  "tslib": "^2.5.0",
61
61
  "uuid": "^8.3.2"
62
62
  },
63
63
  "devDependencies": {
64
- "@smithy/service-client-documentation-generator": "^2.1.0",
64
+ "@smithy/service-client-documentation-generator": "^2.1.1",
65
65
  "@tsconfig/node14": "1.0.3",
66
66
  "@types/node": "^14.14.31",
67
67
  "@types/uuid": "^8.3.0",