@aws-sdk/client-proton 3.716.0 → 3.723.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist-cjs/index.js +411 -310
- package/dist-es/ProtonClient.js +1 -0
- package/dist-es/models/models_0.js +18 -18
- package/dist-types/runtimeConfig.browser.d.ts +1 -1
- package/dist-types/runtimeConfig.d.ts +1 -1
- package/dist-types/runtimeConfig.native.d.ts +2 -2
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +5 -3
- package/dist-types/ts3.4/runtimeConfig.d.ts +9 -7
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +20 -8
- package/package.json +44 -44
package/dist-cjs/index.js
CHANGED
|
@@ -375,7 +375,14 @@ var resolveRuntimeExtensions = /* @__PURE__ */ __name((runtimeConfig, extensions
|
|
|
375
375
|
}, "resolveRuntimeExtensions");
|
|
376
376
|
|
|
377
377
|
// src/ProtonClient.ts
|
|
378
|
-
var
|
|
378
|
+
var ProtonClient = class extends import_smithy_client.Client {
|
|
379
|
+
static {
|
|
380
|
+
__name(this, "ProtonClient");
|
|
381
|
+
}
|
|
382
|
+
/**
|
|
383
|
+
* The resolved configuration of ProtonClient class. This is resolved and normalized from the {@link ProtonClientConfig | constructor configuration interface}.
|
|
384
|
+
*/
|
|
385
|
+
config;
|
|
379
386
|
constructor(...[configuration]) {
|
|
380
387
|
const _config_0 = (0, import_runtimeConfig.getRuntimeConfig)(configuration || {});
|
|
381
388
|
const _config_1 = resolveClientEndpointParameters(_config_0);
|
|
@@ -385,7 +392,7 @@ var _ProtonClient = class _ProtonClient extends import_smithy_client.Client {
|
|
|
385
392
|
const _config_5 = (0, import_middleware_host_header.resolveHostHeaderConfig)(_config_4);
|
|
386
393
|
const _config_6 = (0, import_middleware_endpoint.resolveEndpointConfig)(_config_5);
|
|
387
394
|
const _config_7 = (0, import_httpAuthSchemeProvider.resolveHttpAuthSchemeConfig)(_config_6);
|
|
388
|
-
const _config_8 = resolveRuntimeExtensions(_config_7,
|
|
395
|
+
const _config_8 = resolveRuntimeExtensions(_config_7, configuration?.extensions || []);
|
|
389
396
|
super(_config_8);
|
|
390
397
|
this.config = _config_8;
|
|
391
398
|
this.middlewareStack.use((0, import_middleware_user_agent.getUserAgentPlugin)(this.config));
|
|
@@ -413,8 +420,6 @@ var _ProtonClient = class _ProtonClient extends import_smithy_client.Client {
|
|
|
413
420
|
super.destroy();
|
|
414
421
|
}
|
|
415
422
|
};
|
|
416
|
-
__name(_ProtonClient, "ProtonClient");
|
|
417
|
-
var ProtonClient = _ProtonClient;
|
|
418
423
|
|
|
419
424
|
// src/Proton.ts
|
|
420
425
|
|
|
@@ -435,7 +440,10 @@ var import_uuid = require("uuid");
|
|
|
435
440
|
|
|
436
441
|
// src/models/ProtonServiceException.ts
|
|
437
442
|
|
|
438
|
-
var
|
|
443
|
+
var ProtonServiceException = class _ProtonServiceException extends import_smithy_client.ServiceException {
|
|
444
|
+
static {
|
|
445
|
+
__name(this, "ProtonServiceException");
|
|
446
|
+
}
|
|
439
447
|
/**
|
|
440
448
|
* @internal
|
|
441
449
|
*/
|
|
@@ -444,8 +452,6 @@ var _ProtonServiceException = class _ProtonServiceException extends import_smith
|
|
|
444
452
|
Object.setPrototypeOf(this, _ProtonServiceException.prototype);
|
|
445
453
|
}
|
|
446
454
|
};
|
|
447
|
-
__name(_ProtonServiceException, "ProtonServiceException");
|
|
448
|
-
var ProtonServiceException = _ProtonServiceException;
|
|
449
455
|
|
|
450
456
|
// src/models/models_0.ts
|
|
451
457
|
var EnvironmentAccountConnectionStatus = {
|
|
@@ -453,7 +459,12 @@ var EnvironmentAccountConnectionStatus = {
|
|
|
453
459
|
PENDING: "PENDING",
|
|
454
460
|
REJECTED: "REJECTED"
|
|
455
461
|
};
|
|
456
|
-
var
|
|
462
|
+
var AccessDeniedException = class _AccessDeniedException extends ProtonServiceException {
|
|
463
|
+
static {
|
|
464
|
+
__name(this, "AccessDeniedException");
|
|
465
|
+
}
|
|
466
|
+
name = "AccessDeniedException";
|
|
467
|
+
$fault = "client";
|
|
457
468
|
/**
|
|
458
469
|
* @internal
|
|
459
470
|
*/
|
|
@@ -463,14 +474,15 @@ var _AccessDeniedException = class _AccessDeniedException extends ProtonServiceE
|
|
|
463
474
|
$fault: "client",
|
|
464
475
|
...opts
|
|
465
476
|
});
|
|
466
|
-
this.name = "AccessDeniedException";
|
|
467
|
-
this.$fault = "client";
|
|
468
477
|
Object.setPrototypeOf(this, _AccessDeniedException.prototype);
|
|
469
478
|
}
|
|
470
479
|
};
|
|
471
|
-
|
|
472
|
-
|
|
473
|
-
|
|
480
|
+
var ConflictException = class _ConflictException extends ProtonServiceException {
|
|
481
|
+
static {
|
|
482
|
+
__name(this, "ConflictException");
|
|
483
|
+
}
|
|
484
|
+
name = "ConflictException";
|
|
485
|
+
$fault = "client";
|
|
474
486
|
/**
|
|
475
487
|
* @internal
|
|
476
488
|
*/
|
|
@@ -480,14 +492,16 @@ var _ConflictException = class _ConflictException extends ProtonServiceException
|
|
|
480
492
|
$fault: "client",
|
|
481
493
|
...opts
|
|
482
494
|
});
|
|
483
|
-
this.name = "ConflictException";
|
|
484
|
-
this.$fault = "client";
|
|
485
495
|
Object.setPrototypeOf(this, _ConflictException.prototype);
|
|
486
496
|
}
|
|
487
497
|
};
|
|
488
|
-
|
|
489
|
-
|
|
490
|
-
|
|
498
|
+
var InternalServerException = class _InternalServerException extends ProtonServiceException {
|
|
499
|
+
static {
|
|
500
|
+
__name(this, "InternalServerException");
|
|
501
|
+
}
|
|
502
|
+
name = "InternalServerException";
|
|
503
|
+
$fault = "server";
|
|
504
|
+
$retryable = {};
|
|
491
505
|
/**
|
|
492
506
|
* @internal
|
|
493
507
|
*/
|
|
@@ -497,15 +511,15 @@ var _InternalServerException = class _InternalServerException extends ProtonServ
|
|
|
497
511
|
$fault: "server",
|
|
498
512
|
...opts
|
|
499
513
|
});
|
|
500
|
-
this.name = "InternalServerException";
|
|
501
|
-
this.$fault = "server";
|
|
502
|
-
this.$retryable = {};
|
|
503
514
|
Object.setPrototypeOf(this, _InternalServerException.prototype);
|
|
504
515
|
}
|
|
505
516
|
};
|
|
506
|
-
|
|
507
|
-
|
|
508
|
-
|
|
517
|
+
var ResourceNotFoundException = class _ResourceNotFoundException extends ProtonServiceException {
|
|
518
|
+
static {
|
|
519
|
+
__name(this, "ResourceNotFoundException");
|
|
520
|
+
}
|
|
521
|
+
name = "ResourceNotFoundException";
|
|
522
|
+
$fault = "client";
|
|
509
523
|
/**
|
|
510
524
|
* @internal
|
|
511
525
|
*/
|
|
@@ -515,14 +529,18 @@ var _ResourceNotFoundException = class _ResourceNotFoundException extends Proton
|
|
|
515
529
|
$fault: "client",
|
|
516
530
|
...opts
|
|
517
531
|
});
|
|
518
|
-
this.name = "ResourceNotFoundException";
|
|
519
|
-
this.$fault = "client";
|
|
520
532
|
Object.setPrototypeOf(this, _ResourceNotFoundException.prototype);
|
|
521
533
|
}
|
|
522
534
|
};
|
|
523
|
-
|
|
524
|
-
|
|
525
|
-
|
|
535
|
+
var ThrottlingException = class _ThrottlingException extends ProtonServiceException {
|
|
536
|
+
static {
|
|
537
|
+
__name(this, "ThrottlingException");
|
|
538
|
+
}
|
|
539
|
+
name = "ThrottlingException";
|
|
540
|
+
$fault = "client";
|
|
541
|
+
$retryable = {
|
|
542
|
+
throttling: true
|
|
543
|
+
};
|
|
526
544
|
/**
|
|
527
545
|
* @internal
|
|
528
546
|
*/
|
|
@@ -532,17 +550,15 @@ var _ThrottlingException = class _ThrottlingException extends ProtonServiceExcep
|
|
|
532
550
|
$fault: "client",
|
|
533
551
|
...opts
|
|
534
552
|
});
|
|
535
|
-
this.name = "ThrottlingException";
|
|
536
|
-
this.$fault = "client";
|
|
537
|
-
this.$retryable = {
|
|
538
|
-
throttling: true
|
|
539
|
-
};
|
|
540
553
|
Object.setPrototypeOf(this, _ThrottlingException.prototype);
|
|
541
554
|
}
|
|
542
555
|
};
|
|
543
|
-
|
|
544
|
-
|
|
545
|
-
|
|
556
|
+
var ValidationException = class _ValidationException extends ProtonServiceException {
|
|
557
|
+
static {
|
|
558
|
+
__name(this, "ValidationException");
|
|
559
|
+
}
|
|
560
|
+
name = "ValidationException";
|
|
561
|
+
$fault = "client";
|
|
546
562
|
/**
|
|
547
563
|
* @internal
|
|
548
564
|
*/
|
|
@@ -552,13 +568,9 @@ var _ValidationException = class _ValidationException extends ProtonServiceExcep
|
|
|
552
568
|
$fault: "client",
|
|
553
569
|
...opts
|
|
554
570
|
});
|
|
555
|
-
this.name = "ValidationException";
|
|
556
|
-
this.$fault = "client";
|
|
557
571
|
Object.setPrototypeOf(this, _ValidationException.prototype);
|
|
558
572
|
}
|
|
559
573
|
};
|
|
560
|
-
__name(_ValidationException, "ValidationException");
|
|
561
|
-
var ValidationException = _ValidationException;
|
|
562
574
|
var RepositoryProvider = {
|
|
563
575
|
BITBUCKET: "BITBUCKET",
|
|
564
576
|
GITHUB: "GITHUB",
|
|
@@ -581,7 +593,12 @@ var ProvisionedResourceEngine = {
|
|
|
581
593
|
CLOUDFORMATION: "CLOUDFORMATION",
|
|
582
594
|
TERRAFORM: "TERRAFORM"
|
|
583
595
|
};
|
|
584
|
-
var
|
|
596
|
+
var ServiceQuotaExceededException = class _ServiceQuotaExceededException extends ProtonServiceException {
|
|
597
|
+
static {
|
|
598
|
+
__name(this, "ServiceQuotaExceededException");
|
|
599
|
+
}
|
|
600
|
+
name = "ServiceQuotaExceededException";
|
|
601
|
+
$fault = "client";
|
|
585
602
|
/**
|
|
586
603
|
* @internal
|
|
587
604
|
*/
|
|
@@ -591,13 +608,9 @@ var _ServiceQuotaExceededException = class _ServiceQuotaExceededException extend
|
|
|
591
608
|
$fault: "client",
|
|
592
609
|
...opts
|
|
593
610
|
});
|
|
594
|
-
this.name = "ServiceQuotaExceededException";
|
|
595
|
-
this.$fault = "client";
|
|
596
611
|
Object.setPrototypeOf(this, _ServiceQuotaExceededException.prototype);
|
|
597
612
|
}
|
|
598
613
|
};
|
|
599
|
-
__name(_ServiceQuotaExceededException, "ServiceQuotaExceededException");
|
|
600
|
-
var ServiceQuotaExceededException = _ServiceQuotaExceededException;
|
|
601
614
|
var ComponentDeploymentUpdateType = {
|
|
602
615
|
CURRENT_VERSION: "CURRENT_VERSION",
|
|
603
616
|
NONE: "NONE"
|
|
@@ -3989,1219 +4002,1306 @@ function sharedHeaders(operation) {
|
|
|
3989
4002
|
__name(sharedHeaders, "sharedHeaders");
|
|
3990
4003
|
|
|
3991
4004
|
// src/commands/AcceptEnvironmentAccountConnectionCommand.ts
|
|
3992
|
-
var
|
|
4005
|
+
var AcceptEnvironmentAccountConnectionCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3993
4006
|
return [
|
|
3994
4007
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3995
4008
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
3996
4009
|
];
|
|
3997
4010
|
}).s("AwsProton20200720", "AcceptEnvironmentAccountConnection", {}).n("ProtonClient", "AcceptEnvironmentAccountConnectionCommand").f(void 0, void 0).ser(se_AcceptEnvironmentAccountConnectionCommand).de(de_AcceptEnvironmentAccountConnectionCommand).build() {
|
|
4011
|
+
static {
|
|
4012
|
+
__name(this, "AcceptEnvironmentAccountConnectionCommand");
|
|
4013
|
+
}
|
|
3998
4014
|
};
|
|
3999
|
-
__name(_AcceptEnvironmentAccountConnectionCommand, "AcceptEnvironmentAccountConnectionCommand");
|
|
4000
|
-
var AcceptEnvironmentAccountConnectionCommand = _AcceptEnvironmentAccountConnectionCommand;
|
|
4001
4015
|
|
|
4002
4016
|
// src/commands/CancelComponentDeploymentCommand.ts
|
|
4003
4017
|
|
|
4004
4018
|
|
|
4005
4019
|
|
|
4006
|
-
var
|
|
4020
|
+
var CancelComponentDeploymentCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4007
4021
|
return [
|
|
4008
4022
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4009
4023
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
4010
4024
|
];
|
|
4011
4025
|
}).s("AwsProton20200720", "CancelComponentDeployment", {}).n("ProtonClient", "CancelComponentDeploymentCommand").f(void 0, CancelComponentDeploymentOutputFilterSensitiveLog).ser(se_CancelComponentDeploymentCommand).de(de_CancelComponentDeploymentCommand).build() {
|
|
4026
|
+
static {
|
|
4027
|
+
__name(this, "CancelComponentDeploymentCommand");
|
|
4028
|
+
}
|
|
4012
4029
|
};
|
|
4013
|
-
__name(_CancelComponentDeploymentCommand, "CancelComponentDeploymentCommand");
|
|
4014
|
-
var CancelComponentDeploymentCommand = _CancelComponentDeploymentCommand;
|
|
4015
4030
|
|
|
4016
4031
|
// src/commands/CancelEnvironmentDeploymentCommand.ts
|
|
4017
4032
|
|
|
4018
4033
|
|
|
4019
4034
|
|
|
4020
|
-
var
|
|
4035
|
+
var CancelEnvironmentDeploymentCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4021
4036
|
return [
|
|
4022
4037
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4023
4038
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
4024
4039
|
];
|
|
4025
4040
|
}).s("AwsProton20200720", "CancelEnvironmentDeployment", {}).n("ProtonClient", "CancelEnvironmentDeploymentCommand").f(void 0, CancelEnvironmentDeploymentOutputFilterSensitiveLog).ser(se_CancelEnvironmentDeploymentCommand).de(de_CancelEnvironmentDeploymentCommand).build() {
|
|
4041
|
+
static {
|
|
4042
|
+
__name(this, "CancelEnvironmentDeploymentCommand");
|
|
4043
|
+
}
|
|
4026
4044
|
};
|
|
4027
|
-
__name(_CancelEnvironmentDeploymentCommand, "CancelEnvironmentDeploymentCommand");
|
|
4028
|
-
var CancelEnvironmentDeploymentCommand = _CancelEnvironmentDeploymentCommand;
|
|
4029
4045
|
|
|
4030
4046
|
// src/commands/CancelServiceInstanceDeploymentCommand.ts
|
|
4031
4047
|
|
|
4032
4048
|
|
|
4033
4049
|
|
|
4034
|
-
var
|
|
4050
|
+
var CancelServiceInstanceDeploymentCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4035
4051
|
return [
|
|
4036
4052
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4037
4053
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
4038
4054
|
];
|
|
4039
4055
|
}).s("AwsProton20200720", "CancelServiceInstanceDeployment", {}).n("ProtonClient", "CancelServiceInstanceDeploymentCommand").f(void 0, CancelServiceInstanceDeploymentOutputFilterSensitiveLog).ser(se_CancelServiceInstanceDeploymentCommand).de(de_CancelServiceInstanceDeploymentCommand).build() {
|
|
4056
|
+
static {
|
|
4057
|
+
__name(this, "CancelServiceInstanceDeploymentCommand");
|
|
4058
|
+
}
|
|
4040
4059
|
};
|
|
4041
|
-
__name(_CancelServiceInstanceDeploymentCommand, "CancelServiceInstanceDeploymentCommand");
|
|
4042
|
-
var CancelServiceInstanceDeploymentCommand = _CancelServiceInstanceDeploymentCommand;
|
|
4043
4060
|
|
|
4044
4061
|
// src/commands/CancelServicePipelineDeploymentCommand.ts
|
|
4045
4062
|
|
|
4046
4063
|
|
|
4047
4064
|
|
|
4048
|
-
var
|
|
4065
|
+
var CancelServicePipelineDeploymentCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4049
4066
|
return [
|
|
4050
4067
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4051
4068
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
4052
4069
|
];
|
|
4053
4070
|
}).s("AwsProton20200720", "CancelServicePipelineDeployment", {}).n("ProtonClient", "CancelServicePipelineDeploymentCommand").f(void 0, CancelServicePipelineDeploymentOutputFilterSensitiveLog).ser(se_CancelServicePipelineDeploymentCommand).de(de_CancelServicePipelineDeploymentCommand).build() {
|
|
4071
|
+
static {
|
|
4072
|
+
__name(this, "CancelServicePipelineDeploymentCommand");
|
|
4073
|
+
}
|
|
4054
4074
|
};
|
|
4055
|
-
__name(_CancelServicePipelineDeploymentCommand, "CancelServicePipelineDeploymentCommand");
|
|
4056
|
-
var CancelServicePipelineDeploymentCommand = _CancelServicePipelineDeploymentCommand;
|
|
4057
4075
|
|
|
4058
4076
|
// src/commands/CreateComponentCommand.ts
|
|
4059
4077
|
|
|
4060
4078
|
|
|
4061
4079
|
|
|
4062
|
-
var
|
|
4080
|
+
var CreateComponentCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4063
4081
|
return [
|
|
4064
4082
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4065
4083
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
4066
4084
|
];
|
|
4067
4085
|
}).s("AwsProton20200720", "CreateComponent", {}).n("ProtonClient", "CreateComponentCommand").f(CreateComponentInputFilterSensitiveLog, CreateComponentOutputFilterSensitiveLog).ser(se_CreateComponentCommand).de(de_CreateComponentCommand).build() {
|
|
4086
|
+
static {
|
|
4087
|
+
__name(this, "CreateComponentCommand");
|
|
4088
|
+
}
|
|
4068
4089
|
};
|
|
4069
|
-
__name(_CreateComponentCommand, "CreateComponentCommand");
|
|
4070
|
-
var CreateComponentCommand = _CreateComponentCommand;
|
|
4071
4090
|
|
|
4072
4091
|
// src/commands/CreateEnvironmentAccountConnectionCommand.ts
|
|
4073
4092
|
|
|
4074
4093
|
|
|
4075
4094
|
|
|
4076
|
-
var
|
|
4095
|
+
var CreateEnvironmentAccountConnectionCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4077
4096
|
return [
|
|
4078
4097
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4079
4098
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
4080
4099
|
];
|
|
4081
4100
|
}).s("AwsProton20200720", "CreateEnvironmentAccountConnection", {}).n("ProtonClient", "CreateEnvironmentAccountConnectionCommand").f(void 0, void 0).ser(se_CreateEnvironmentAccountConnectionCommand).de(de_CreateEnvironmentAccountConnectionCommand).build() {
|
|
4101
|
+
static {
|
|
4102
|
+
__name(this, "CreateEnvironmentAccountConnectionCommand");
|
|
4103
|
+
}
|
|
4082
4104
|
};
|
|
4083
|
-
__name(_CreateEnvironmentAccountConnectionCommand, "CreateEnvironmentAccountConnectionCommand");
|
|
4084
|
-
var CreateEnvironmentAccountConnectionCommand = _CreateEnvironmentAccountConnectionCommand;
|
|
4085
4105
|
|
|
4086
4106
|
// src/commands/CreateEnvironmentCommand.ts
|
|
4087
4107
|
|
|
4088
4108
|
|
|
4089
4109
|
|
|
4090
|
-
var
|
|
4110
|
+
var CreateEnvironmentCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4091
4111
|
return [
|
|
4092
4112
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4093
4113
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
4094
4114
|
];
|
|
4095
4115
|
}).s("AwsProton20200720", "CreateEnvironment", {}).n("ProtonClient", "CreateEnvironmentCommand").f(CreateEnvironmentInputFilterSensitiveLog, CreateEnvironmentOutputFilterSensitiveLog).ser(se_CreateEnvironmentCommand).de(de_CreateEnvironmentCommand).build() {
|
|
4116
|
+
static {
|
|
4117
|
+
__name(this, "CreateEnvironmentCommand");
|
|
4118
|
+
}
|
|
4096
4119
|
};
|
|
4097
|
-
__name(_CreateEnvironmentCommand, "CreateEnvironmentCommand");
|
|
4098
|
-
var CreateEnvironmentCommand = _CreateEnvironmentCommand;
|
|
4099
4120
|
|
|
4100
4121
|
// src/commands/CreateEnvironmentTemplateCommand.ts
|
|
4101
4122
|
|
|
4102
4123
|
|
|
4103
4124
|
|
|
4104
|
-
var
|
|
4125
|
+
var CreateEnvironmentTemplateCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4105
4126
|
return [
|
|
4106
4127
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4107
4128
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
4108
4129
|
];
|
|
4109
4130
|
}).s("AwsProton20200720", "CreateEnvironmentTemplate", {}).n("ProtonClient", "CreateEnvironmentTemplateCommand").f(CreateEnvironmentTemplateInputFilterSensitiveLog, CreateEnvironmentTemplateOutputFilterSensitiveLog).ser(se_CreateEnvironmentTemplateCommand).de(de_CreateEnvironmentTemplateCommand).build() {
|
|
4131
|
+
static {
|
|
4132
|
+
__name(this, "CreateEnvironmentTemplateCommand");
|
|
4133
|
+
}
|
|
4110
4134
|
};
|
|
4111
|
-
__name(_CreateEnvironmentTemplateCommand, "CreateEnvironmentTemplateCommand");
|
|
4112
|
-
var CreateEnvironmentTemplateCommand = _CreateEnvironmentTemplateCommand;
|
|
4113
4135
|
|
|
4114
4136
|
// src/commands/CreateEnvironmentTemplateVersionCommand.ts
|
|
4115
4137
|
|
|
4116
4138
|
|
|
4117
4139
|
|
|
4118
|
-
var
|
|
4140
|
+
var CreateEnvironmentTemplateVersionCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4119
4141
|
return [
|
|
4120
4142
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4121
4143
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
4122
4144
|
];
|
|
4123
4145
|
}).s("AwsProton20200720", "CreateEnvironmentTemplateVersion", {}).n("ProtonClient", "CreateEnvironmentTemplateVersionCommand").f(CreateEnvironmentTemplateVersionInputFilterSensitiveLog, CreateEnvironmentTemplateVersionOutputFilterSensitiveLog).ser(se_CreateEnvironmentTemplateVersionCommand).de(de_CreateEnvironmentTemplateVersionCommand).build() {
|
|
4146
|
+
static {
|
|
4147
|
+
__name(this, "CreateEnvironmentTemplateVersionCommand");
|
|
4148
|
+
}
|
|
4124
4149
|
};
|
|
4125
|
-
__name(_CreateEnvironmentTemplateVersionCommand, "CreateEnvironmentTemplateVersionCommand");
|
|
4126
|
-
var CreateEnvironmentTemplateVersionCommand = _CreateEnvironmentTemplateVersionCommand;
|
|
4127
4150
|
|
|
4128
4151
|
// src/commands/CreateRepositoryCommand.ts
|
|
4129
4152
|
|
|
4130
4153
|
|
|
4131
4154
|
|
|
4132
|
-
var
|
|
4155
|
+
var CreateRepositoryCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4133
4156
|
return [
|
|
4134
4157
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4135
4158
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
4136
4159
|
];
|
|
4137
4160
|
}).s("AwsProton20200720", "CreateRepository", {}).n("ProtonClient", "CreateRepositoryCommand").f(void 0, void 0).ser(se_CreateRepositoryCommand).de(de_CreateRepositoryCommand).build() {
|
|
4161
|
+
static {
|
|
4162
|
+
__name(this, "CreateRepositoryCommand");
|
|
4163
|
+
}
|
|
4138
4164
|
};
|
|
4139
|
-
__name(_CreateRepositoryCommand, "CreateRepositoryCommand");
|
|
4140
|
-
var CreateRepositoryCommand = _CreateRepositoryCommand;
|
|
4141
4165
|
|
|
4142
4166
|
// src/commands/CreateServiceCommand.ts
|
|
4143
4167
|
|
|
4144
4168
|
|
|
4145
4169
|
|
|
4146
|
-
var
|
|
4170
|
+
var CreateServiceCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4147
4171
|
return [
|
|
4148
4172
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4149
4173
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
4150
4174
|
];
|
|
4151
4175
|
}).s("AwsProton20200720", "CreateService", {}).n("ProtonClient", "CreateServiceCommand").f(CreateServiceInputFilterSensitiveLog, CreateServiceOutputFilterSensitiveLog).ser(se_CreateServiceCommand).de(de_CreateServiceCommand).build() {
|
|
4176
|
+
static {
|
|
4177
|
+
__name(this, "CreateServiceCommand");
|
|
4178
|
+
}
|
|
4152
4179
|
};
|
|
4153
|
-
__name(_CreateServiceCommand, "CreateServiceCommand");
|
|
4154
|
-
var CreateServiceCommand = _CreateServiceCommand;
|
|
4155
4180
|
|
|
4156
4181
|
// src/commands/CreateServiceInstanceCommand.ts
|
|
4157
4182
|
|
|
4158
4183
|
|
|
4159
4184
|
|
|
4160
|
-
var
|
|
4185
|
+
var CreateServiceInstanceCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4161
4186
|
return [
|
|
4162
4187
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4163
4188
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
4164
4189
|
];
|
|
4165
4190
|
}).s("AwsProton20200720", "CreateServiceInstance", {}).n("ProtonClient", "CreateServiceInstanceCommand").f(CreateServiceInstanceInputFilterSensitiveLog, CreateServiceInstanceOutputFilterSensitiveLog).ser(se_CreateServiceInstanceCommand).de(de_CreateServiceInstanceCommand).build() {
|
|
4191
|
+
static {
|
|
4192
|
+
__name(this, "CreateServiceInstanceCommand");
|
|
4193
|
+
}
|
|
4166
4194
|
};
|
|
4167
|
-
__name(_CreateServiceInstanceCommand, "CreateServiceInstanceCommand");
|
|
4168
|
-
var CreateServiceInstanceCommand = _CreateServiceInstanceCommand;
|
|
4169
4195
|
|
|
4170
4196
|
// src/commands/CreateServiceSyncConfigCommand.ts
|
|
4171
4197
|
|
|
4172
4198
|
|
|
4173
4199
|
|
|
4174
|
-
var
|
|
4200
|
+
var CreateServiceSyncConfigCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4175
4201
|
return [
|
|
4176
4202
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4177
4203
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
4178
4204
|
];
|
|
4179
4205
|
}).s("AwsProton20200720", "CreateServiceSyncConfig", {}).n("ProtonClient", "CreateServiceSyncConfigCommand").f(void 0, void 0).ser(se_CreateServiceSyncConfigCommand).de(de_CreateServiceSyncConfigCommand).build() {
|
|
4206
|
+
static {
|
|
4207
|
+
__name(this, "CreateServiceSyncConfigCommand");
|
|
4208
|
+
}
|
|
4180
4209
|
};
|
|
4181
|
-
__name(_CreateServiceSyncConfigCommand, "CreateServiceSyncConfigCommand");
|
|
4182
|
-
var CreateServiceSyncConfigCommand = _CreateServiceSyncConfigCommand;
|
|
4183
4210
|
|
|
4184
4211
|
// src/commands/CreateServiceTemplateCommand.ts
|
|
4185
4212
|
|
|
4186
4213
|
|
|
4187
4214
|
|
|
4188
|
-
var
|
|
4215
|
+
var CreateServiceTemplateCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4189
4216
|
return [
|
|
4190
4217
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4191
4218
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
4192
4219
|
];
|
|
4193
4220
|
}).s("AwsProton20200720", "CreateServiceTemplate", {}).n("ProtonClient", "CreateServiceTemplateCommand").f(CreateServiceTemplateInputFilterSensitiveLog, CreateServiceTemplateOutputFilterSensitiveLog).ser(se_CreateServiceTemplateCommand).de(de_CreateServiceTemplateCommand).build() {
|
|
4221
|
+
static {
|
|
4222
|
+
__name(this, "CreateServiceTemplateCommand");
|
|
4223
|
+
}
|
|
4194
4224
|
};
|
|
4195
|
-
__name(_CreateServiceTemplateCommand, "CreateServiceTemplateCommand");
|
|
4196
|
-
var CreateServiceTemplateCommand = _CreateServiceTemplateCommand;
|
|
4197
4225
|
|
|
4198
4226
|
// src/commands/CreateServiceTemplateVersionCommand.ts
|
|
4199
4227
|
|
|
4200
4228
|
|
|
4201
4229
|
|
|
4202
|
-
var
|
|
4230
|
+
var CreateServiceTemplateVersionCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4203
4231
|
return [
|
|
4204
4232
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4205
4233
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
4206
4234
|
];
|
|
4207
4235
|
}).s("AwsProton20200720", "CreateServiceTemplateVersion", {}).n("ProtonClient", "CreateServiceTemplateVersionCommand").f(CreateServiceTemplateVersionInputFilterSensitiveLog, CreateServiceTemplateVersionOutputFilterSensitiveLog).ser(se_CreateServiceTemplateVersionCommand).de(de_CreateServiceTemplateVersionCommand).build() {
|
|
4236
|
+
static {
|
|
4237
|
+
__name(this, "CreateServiceTemplateVersionCommand");
|
|
4238
|
+
}
|
|
4208
4239
|
};
|
|
4209
|
-
__name(_CreateServiceTemplateVersionCommand, "CreateServiceTemplateVersionCommand");
|
|
4210
|
-
var CreateServiceTemplateVersionCommand = _CreateServiceTemplateVersionCommand;
|
|
4211
4240
|
|
|
4212
4241
|
// src/commands/CreateTemplateSyncConfigCommand.ts
|
|
4213
4242
|
|
|
4214
4243
|
|
|
4215
4244
|
|
|
4216
|
-
var
|
|
4245
|
+
var CreateTemplateSyncConfigCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4217
4246
|
return [
|
|
4218
4247
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4219
4248
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
4220
4249
|
];
|
|
4221
4250
|
}).s("AwsProton20200720", "CreateTemplateSyncConfig", {}).n("ProtonClient", "CreateTemplateSyncConfigCommand").f(void 0, void 0).ser(se_CreateTemplateSyncConfigCommand).de(de_CreateTemplateSyncConfigCommand).build() {
|
|
4251
|
+
static {
|
|
4252
|
+
__name(this, "CreateTemplateSyncConfigCommand");
|
|
4253
|
+
}
|
|
4222
4254
|
};
|
|
4223
|
-
__name(_CreateTemplateSyncConfigCommand, "CreateTemplateSyncConfigCommand");
|
|
4224
|
-
var CreateTemplateSyncConfigCommand = _CreateTemplateSyncConfigCommand;
|
|
4225
4255
|
|
|
4226
4256
|
// src/commands/DeleteComponentCommand.ts
|
|
4227
4257
|
|
|
4228
4258
|
|
|
4229
4259
|
|
|
4230
|
-
var
|
|
4260
|
+
var DeleteComponentCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4231
4261
|
return [
|
|
4232
4262
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4233
4263
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
4234
4264
|
];
|
|
4235
4265
|
}).s("AwsProton20200720", "DeleteComponent", {}).n("ProtonClient", "DeleteComponentCommand").f(void 0, DeleteComponentOutputFilterSensitiveLog).ser(se_DeleteComponentCommand).de(de_DeleteComponentCommand).build() {
|
|
4266
|
+
static {
|
|
4267
|
+
__name(this, "DeleteComponentCommand");
|
|
4268
|
+
}
|
|
4236
4269
|
};
|
|
4237
|
-
__name(_DeleteComponentCommand, "DeleteComponentCommand");
|
|
4238
|
-
var DeleteComponentCommand = _DeleteComponentCommand;
|
|
4239
4270
|
|
|
4240
4271
|
// src/commands/DeleteDeploymentCommand.ts
|
|
4241
4272
|
|
|
4242
4273
|
|
|
4243
4274
|
|
|
4244
|
-
var
|
|
4275
|
+
var DeleteDeploymentCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4245
4276
|
return [
|
|
4246
4277
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4247
4278
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
4248
4279
|
];
|
|
4249
4280
|
}).s("AwsProton20200720", "DeleteDeployment", {}).n("ProtonClient", "DeleteDeploymentCommand").f(void 0, DeleteDeploymentOutputFilterSensitiveLog).ser(se_DeleteDeploymentCommand).de(de_DeleteDeploymentCommand).build() {
|
|
4281
|
+
static {
|
|
4282
|
+
__name(this, "DeleteDeploymentCommand");
|
|
4283
|
+
}
|
|
4250
4284
|
};
|
|
4251
|
-
__name(_DeleteDeploymentCommand, "DeleteDeploymentCommand");
|
|
4252
|
-
var DeleteDeploymentCommand = _DeleteDeploymentCommand;
|
|
4253
4285
|
|
|
4254
4286
|
// src/commands/DeleteEnvironmentAccountConnectionCommand.ts
|
|
4255
4287
|
|
|
4256
4288
|
|
|
4257
4289
|
|
|
4258
|
-
var
|
|
4290
|
+
var DeleteEnvironmentAccountConnectionCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4259
4291
|
return [
|
|
4260
4292
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4261
4293
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
4262
4294
|
];
|
|
4263
4295
|
}).s("AwsProton20200720", "DeleteEnvironmentAccountConnection", {}).n("ProtonClient", "DeleteEnvironmentAccountConnectionCommand").f(void 0, void 0).ser(se_DeleteEnvironmentAccountConnectionCommand).de(de_DeleteEnvironmentAccountConnectionCommand).build() {
|
|
4296
|
+
static {
|
|
4297
|
+
__name(this, "DeleteEnvironmentAccountConnectionCommand");
|
|
4298
|
+
}
|
|
4264
4299
|
};
|
|
4265
|
-
__name(_DeleteEnvironmentAccountConnectionCommand, "DeleteEnvironmentAccountConnectionCommand");
|
|
4266
|
-
var DeleteEnvironmentAccountConnectionCommand = _DeleteEnvironmentAccountConnectionCommand;
|
|
4267
4300
|
|
|
4268
4301
|
// src/commands/DeleteEnvironmentCommand.ts
|
|
4269
4302
|
|
|
4270
4303
|
|
|
4271
4304
|
|
|
4272
|
-
var
|
|
4305
|
+
var DeleteEnvironmentCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4273
4306
|
return [
|
|
4274
4307
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4275
4308
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
4276
4309
|
];
|
|
4277
4310
|
}).s("AwsProton20200720", "DeleteEnvironment", {}).n("ProtonClient", "DeleteEnvironmentCommand").f(void 0, DeleteEnvironmentOutputFilterSensitiveLog).ser(se_DeleteEnvironmentCommand).de(de_DeleteEnvironmentCommand).build() {
|
|
4311
|
+
static {
|
|
4312
|
+
__name(this, "DeleteEnvironmentCommand");
|
|
4313
|
+
}
|
|
4278
4314
|
};
|
|
4279
|
-
__name(_DeleteEnvironmentCommand, "DeleteEnvironmentCommand");
|
|
4280
|
-
var DeleteEnvironmentCommand = _DeleteEnvironmentCommand;
|
|
4281
4315
|
|
|
4282
4316
|
// src/commands/DeleteEnvironmentTemplateCommand.ts
|
|
4283
4317
|
|
|
4284
4318
|
|
|
4285
4319
|
|
|
4286
|
-
var
|
|
4320
|
+
var DeleteEnvironmentTemplateCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4287
4321
|
return [
|
|
4288
4322
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4289
4323
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
4290
4324
|
];
|
|
4291
4325
|
}).s("AwsProton20200720", "DeleteEnvironmentTemplate", {}).n("ProtonClient", "DeleteEnvironmentTemplateCommand").f(void 0, DeleteEnvironmentTemplateOutputFilterSensitiveLog).ser(se_DeleteEnvironmentTemplateCommand).de(de_DeleteEnvironmentTemplateCommand).build() {
|
|
4326
|
+
static {
|
|
4327
|
+
__name(this, "DeleteEnvironmentTemplateCommand");
|
|
4328
|
+
}
|
|
4292
4329
|
};
|
|
4293
|
-
__name(_DeleteEnvironmentTemplateCommand, "DeleteEnvironmentTemplateCommand");
|
|
4294
|
-
var DeleteEnvironmentTemplateCommand = _DeleteEnvironmentTemplateCommand;
|
|
4295
4330
|
|
|
4296
4331
|
// src/commands/DeleteEnvironmentTemplateVersionCommand.ts
|
|
4297
4332
|
|
|
4298
4333
|
|
|
4299
4334
|
|
|
4300
|
-
var
|
|
4335
|
+
var DeleteEnvironmentTemplateVersionCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4301
4336
|
return [
|
|
4302
4337
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4303
4338
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
4304
4339
|
];
|
|
4305
4340
|
}).s("AwsProton20200720", "DeleteEnvironmentTemplateVersion", {}).n("ProtonClient", "DeleteEnvironmentTemplateVersionCommand").f(void 0, DeleteEnvironmentTemplateVersionOutputFilterSensitiveLog).ser(se_DeleteEnvironmentTemplateVersionCommand).de(de_DeleteEnvironmentTemplateVersionCommand).build() {
|
|
4341
|
+
static {
|
|
4342
|
+
__name(this, "DeleteEnvironmentTemplateVersionCommand");
|
|
4343
|
+
}
|
|
4306
4344
|
};
|
|
4307
|
-
__name(_DeleteEnvironmentTemplateVersionCommand, "DeleteEnvironmentTemplateVersionCommand");
|
|
4308
|
-
var DeleteEnvironmentTemplateVersionCommand = _DeleteEnvironmentTemplateVersionCommand;
|
|
4309
4345
|
|
|
4310
4346
|
// src/commands/DeleteRepositoryCommand.ts
|
|
4311
4347
|
|
|
4312
4348
|
|
|
4313
4349
|
|
|
4314
|
-
var
|
|
4350
|
+
var DeleteRepositoryCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4315
4351
|
return [
|
|
4316
4352
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4317
4353
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
4318
4354
|
];
|
|
4319
4355
|
}).s("AwsProton20200720", "DeleteRepository", {}).n("ProtonClient", "DeleteRepositoryCommand").f(void 0, void 0).ser(se_DeleteRepositoryCommand).de(de_DeleteRepositoryCommand).build() {
|
|
4356
|
+
static {
|
|
4357
|
+
__name(this, "DeleteRepositoryCommand");
|
|
4358
|
+
}
|
|
4320
4359
|
};
|
|
4321
|
-
__name(_DeleteRepositoryCommand, "DeleteRepositoryCommand");
|
|
4322
|
-
var DeleteRepositoryCommand = _DeleteRepositoryCommand;
|
|
4323
4360
|
|
|
4324
4361
|
// src/commands/DeleteServiceCommand.ts
|
|
4325
4362
|
|
|
4326
4363
|
|
|
4327
4364
|
|
|
4328
|
-
var
|
|
4365
|
+
var DeleteServiceCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4329
4366
|
return [
|
|
4330
4367
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4331
4368
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
4332
4369
|
];
|
|
4333
4370
|
}).s("AwsProton20200720", "DeleteService", {}).n("ProtonClient", "DeleteServiceCommand").f(void 0, DeleteServiceOutputFilterSensitiveLog).ser(se_DeleteServiceCommand).de(de_DeleteServiceCommand).build() {
|
|
4371
|
+
static {
|
|
4372
|
+
__name(this, "DeleteServiceCommand");
|
|
4373
|
+
}
|
|
4334
4374
|
};
|
|
4335
|
-
__name(_DeleteServiceCommand, "DeleteServiceCommand");
|
|
4336
|
-
var DeleteServiceCommand = _DeleteServiceCommand;
|
|
4337
4375
|
|
|
4338
4376
|
// src/commands/DeleteServiceSyncConfigCommand.ts
|
|
4339
4377
|
|
|
4340
4378
|
|
|
4341
4379
|
|
|
4342
|
-
var
|
|
4380
|
+
var DeleteServiceSyncConfigCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4343
4381
|
return [
|
|
4344
4382
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4345
4383
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
4346
4384
|
];
|
|
4347
4385
|
}).s("AwsProton20200720", "DeleteServiceSyncConfig", {}).n("ProtonClient", "DeleteServiceSyncConfigCommand").f(void 0, void 0).ser(se_DeleteServiceSyncConfigCommand).de(de_DeleteServiceSyncConfigCommand).build() {
|
|
4386
|
+
static {
|
|
4387
|
+
__name(this, "DeleteServiceSyncConfigCommand");
|
|
4388
|
+
}
|
|
4348
4389
|
};
|
|
4349
|
-
__name(_DeleteServiceSyncConfigCommand, "DeleteServiceSyncConfigCommand");
|
|
4350
|
-
var DeleteServiceSyncConfigCommand = _DeleteServiceSyncConfigCommand;
|
|
4351
4390
|
|
|
4352
4391
|
// src/commands/DeleteServiceTemplateCommand.ts
|
|
4353
4392
|
|
|
4354
4393
|
|
|
4355
4394
|
|
|
4356
|
-
var
|
|
4395
|
+
var DeleteServiceTemplateCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4357
4396
|
return [
|
|
4358
4397
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4359
4398
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
4360
4399
|
];
|
|
4361
4400
|
}).s("AwsProton20200720", "DeleteServiceTemplate", {}).n("ProtonClient", "DeleteServiceTemplateCommand").f(void 0, DeleteServiceTemplateOutputFilterSensitiveLog).ser(se_DeleteServiceTemplateCommand).de(de_DeleteServiceTemplateCommand).build() {
|
|
4401
|
+
static {
|
|
4402
|
+
__name(this, "DeleteServiceTemplateCommand");
|
|
4403
|
+
}
|
|
4362
4404
|
};
|
|
4363
|
-
__name(_DeleteServiceTemplateCommand, "DeleteServiceTemplateCommand");
|
|
4364
|
-
var DeleteServiceTemplateCommand = _DeleteServiceTemplateCommand;
|
|
4365
4405
|
|
|
4366
4406
|
// src/commands/DeleteServiceTemplateVersionCommand.ts
|
|
4367
4407
|
|
|
4368
4408
|
|
|
4369
4409
|
|
|
4370
|
-
var
|
|
4410
|
+
var DeleteServiceTemplateVersionCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4371
4411
|
return [
|
|
4372
4412
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4373
4413
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
4374
4414
|
];
|
|
4375
4415
|
}).s("AwsProton20200720", "DeleteServiceTemplateVersion", {}).n("ProtonClient", "DeleteServiceTemplateVersionCommand").f(void 0, DeleteServiceTemplateVersionOutputFilterSensitiveLog).ser(se_DeleteServiceTemplateVersionCommand).de(de_DeleteServiceTemplateVersionCommand).build() {
|
|
4416
|
+
static {
|
|
4417
|
+
__name(this, "DeleteServiceTemplateVersionCommand");
|
|
4418
|
+
}
|
|
4376
4419
|
};
|
|
4377
|
-
__name(_DeleteServiceTemplateVersionCommand, "DeleteServiceTemplateVersionCommand");
|
|
4378
|
-
var DeleteServiceTemplateVersionCommand = _DeleteServiceTemplateVersionCommand;
|
|
4379
4420
|
|
|
4380
4421
|
// src/commands/DeleteTemplateSyncConfigCommand.ts
|
|
4381
4422
|
|
|
4382
4423
|
|
|
4383
4424
|
|
|
4384
|
-
var
|
|
4425
|
+
var DeleteTemplateSyncConfigCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4385
4426
|
return [
|
|
4386
4427
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4387
4428
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
4388
4429
|
];
|
|
4389
4430
|
}).s("AwsProton20200720", "DeleteTemplateSyncConfig", {}).n("ProtonClient", "DeleteTemplateSyncConfigCommand").f(void 0, void 0).ser(se_DeleteTemplateSyncConfigCommand).de(de_DeleteTemplateSyncConfigCommand).build() {
|
|
4431
|
+
static {
|
|
4432
|
+
__name(this, "DeleteTemplateSyncConfigCommand");
|
|
4433
|
+
}
|
|
4390
4434
|
};
|
|
4391
|
-
__name(_DeleteTemplateSyncConfigCommand, "DeleteTemplateSyncConfigCommand");
|
|
4392
|
-
var DeleteTemplateSyncConfigCommand = _DeleteTemplateSyncConfigCommand;
|
|
4393
4435
|
|
|
4394
4436
|
// src/commands/GetAccountSettingsCommand.ts
|
|
4395
4437
|
|
|
4396
4438
|
|
|
4397
4439
|
|
|
4398
|
-
var
|
|
4440
|
+
var GetAccountSettingsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4399
4441
|
return [
|
|
4400
4442
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4401
4443
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
4402
4444
|
];
|
|
4403
4445
|
}).s("AwsProton20200720", "GetAccountSettings", {}).n("ProtonClient", "GetAccountSettingsCommand").f(void 0, void 0).ser(se_GetAccountSettingsCommand).de(de_GetAccountSettingsCommand).build() {
|
|
4446
|
+
static {
|
|
4447
|
+
__name(this, "GetAccountSettingsCommand");
|
|
4448
|
+
}
|
|
4404
4449
|
};
|
|
4405
|
-
__name(_GetAccountSettingsCommand, "GetAccountSettingsCommand");
|
|
4406
|
-
var GetAccountSettingsCommand = _GetAccountSettingsCommand;
|
|
4407
4450
|
|
|
4408
4451
|
// src/commands/GetComponentCommand.ts
|
|
4409
4452
|
|
|
4410
4453
|
|
|
4411
4454
|
|
|
4412
|
-
var
|
|
4455
|
+
var GetComponentCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4413
4456
|
return [
|
|
4414
4457
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4415
4458
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
4416
4459
|
];
|
|
4417
4460
|
}).s("AwsProton20200720", "GetComponent", {}).n("ProtonClient", "GetComponentCommand").f(void 0, GetComponentOutputFilterSensitiveLog).ser(se_GetComponentCommand).de(de_GetComponentCommand).build() {
|
|
4461
|
+
static {
|
|
4462
|
+
__name(this, "GetComponentCommand");
|
|
4463
|
+
}
|
|
4418
4464
|
};
|
|
4419
|
-
__name(_GetComponentCommand, "GetComponentCommand");
|
|
4420
|
-
var GetComponentCommand = _GetComponentCommand;
|
|
4421
4465
|
|
|
4422
4466
|
// src/commands/GetDeploymentCommand.ts
|
|
4423
4467
|
|
|
4424
4468
|
|
|
4425
4469
|
|
|
4426
|
-
var
|
|
4470
|
+
var GetDeploymentCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4427
4471
|
return [
|
|
4428
4472
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4429
4473
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
4430
4474
|
];
|
|
4431
4475
|
}).s("AwsProton20200720", "GetDeployment", {}).n("ProtonClient", "GetDeploymentCommand").f(void 0, GetDeploymentOutputFilterSensitiveLog).ser(se_GetDeploymentCommand).de(de_GetDeploymentCommand).build() {
|
|
4476
|
+
static {
|
|
4477
|
+
__name(this, "GetDeploymentCommand");
|
|
4478
|
+
}
|
|
4432
4479
|
};
|
|
4433
|
-
__name(_GetDeploymentCommand, "GetDeploymentCommand");
|
|
4434
|
-
var GetDeploymentCommand = _GetDeploymentCommand;
|
|
4435
4480
|
|
|
4436
4481
|
// src/commands/GetEnvironmentAccountConnectionCommand.ts
|
|
4437
4482
|
|
|
4438
4483
|
|
|
4439
4484
|
|
|
4440
|
-
var
|
|
4485
|
+
var GetEnvironmentAccountConnectionCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4441
4486
|
return [
|
|
4442
4487
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4443
4488
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
4444
4489
|
];
|
|
4445
4490
|
}).s("AwsProton20200720", "GetEnvironmentAccountConnection", {}).n("ProtonClient", "GetEnvironmentAccountConnectionCommand").f(void 0, void 0).ser(se_GetEnvironmentAccountConnectionCommand).de(de_GetEnvironmentAccountConnectionCommand).build() {
|
|
4491
|
+
static {
|
|
4492
|
+
__name(this, "GetEnvironmentAccountConnectionCommand");
|
|
4493
|
+
}
|
|
4446
4494
|
};
|
|
4447
|
-
__name(_GetEnvironmentAccountConnectionCommand, "GetEnvironmentAccountConnectionCommand");
|
|
4448
|
-
var GetEnvironmentAccountConnectionCommand = _GetEnvironmentAccountConnectionCommand;
|
|
4449
4495
|
|
|
4450
4496
|
// src/commands/GetEnvironmentCommand.ts
|
|
4451
4497
|
|
|
4452
4498
|
|
|
4453
4499
|
|
|
4454
|
-
var
|
|
4500
|
+
var GetEnvironmentCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4455
4501
|
return [
|
|
4456
4502
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4457
4503
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
4458
4504
|
];
|
|
4459
4505
|
}).s("AwsProton20200720", "GetEnvironment", {}).n("ProtonClient", "GetEnvironmentCommand").f(void 0, GetEnvironmentOutputFilterSensitiveLog).ser(se_GetEnvironmentCommand).de(de_GetEnvironmentCommand).build() {
|
|
4506
|
+
static {
|
|
4507
|
+
__name(this, "GetEnvironmentCommand");
|
|
4508
|
+
}
|
|
4460
4509
|
};
|
|
4461
|
-
__name(_GetEnvironmentCommand, "GetEnvironmentCommand");
|
|
4462
|
-
var GetEnvironmentCommand = _GetEnvironmentCommand;
|
|
4463
4510
|
|
|
4464
4511
|
// src/commands/GetEnvironmentTemplateCommand.ts
|
|
4465
4512
|
|
|
4466
4513
|
|
|
4467
4514
|
|
|
4468
|
-
var
|
|
4515
|
+
var GetEnvironmentTemplateCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4469
4516
|
return [
|
|
4470
4517
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4471
4518
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
4472
4519
|
];
|
|
4473
4520
|
}).s("AwsProton20200720", "GetEnvironmentTemplate", {}).n("ProtonClient", "GetEnvironmentTemplateCommand").f(void 0, GetEnvironmentTemplateOutputFilterSensitiveLog).ser(se_GetEnvironmentTemplateCommand).de(de_GetEnvironmentTemplateCommand).build() {
|
|
4521
|
+
static {
|
|
4522
|
+
__name(this, "GetEnvironmentTemplateCommand");
|
|
4523
|
+
}
|
|
4474
4524
|
};
|
|
4475
|
-
__name(_GetEnvironmentTemplateCommand, "GetEnvironmentTemplateCommand");
|
|
4476
|
-
var GetEnvironmentTemplateCommand = _GetEnvironmentTemplateCommand;
|
|
4477
4525
|
|
|
4478
4526
|
// src/commands/GetEnvironmentTemplateVersionCommand.ts
|
|
4479
4527
|
|
|
4480
4528
|
|
|
4481
4529
|
|
|
4482
|
-
var
|
|
4530
|
+
var GetEnvironmentTemplateVersionCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4483
4531
|
return [
|
|
4484
4532
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4485
4533
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
4486
4534
|
];
|
|
4487
4535
|
}).s("AwsProton20200720", "GetEnvironmentTemplateVersion", {}).n("ProtonClient", "GetEnvironmentTemplateVersionCommand").f(void 0, GetEnvironmentTemplateVersionOutputFilterSensitiveLog).ser(se_GetEnvironmentTemplateVersionCommand).de(de_GetEnvironmentTemplateVersionCommand).build() {
|
|
4536
|
+
static {
|
|
4537
|
+
__name(this, "GetEnvironmentTemplateVersionCommand");
|
|
4538
|
+
}
|
|
4488
4539
|
};
|
|
4489
|
-
__name(_GetEnvironmentTemplateVersionCommand, "GetEnvironmentTemplateVersionCommand");
|
|
4490
|
-
var GetEnvironmentTemplateVersionCommand = _GetEnvironmentTemplateVersionCommand;
|
|
4491
4540
|
|
|
4492
4541
|
// src/commands/GetRepositoryCommand.ts
|
|
4493
4542
|
|
|
4494
4543
|
|
|
4495
4544
|
|
|
4496
|
-
var
|
|
4545
|
+
var GetRepositoryCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4497
4546
|
return [
|
|
4498
4547
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4499
4548
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
4500
4549
|
];
|
|
4501
4550
|
}).s("AwsProton20200720", "GetRepository", {}).n("ProtonClient", "GetRepositoryCommand").f(void 0, void 0).ser(se_GetRepositoryCommand).de(de_GetRepositoryCommand).build() {
|
|
4551
|
+
static {
|
|
4552
|
+
__name(this, "GetRepositoryCommand");
|
|
4553
|
+
}
|
|
4502
4554
|
};
|
|
4503
|
-
__name(_GetRepositoryCommand, "GetRepositoryCommand");
|
|
4504
|
-
var GetRepositoryCommand = _GetRepositoryCommand;
|
|
4505
4555
|
|
|
4506
4556
|
// src/commands/GetRepositorySyncStatusCommand.ts
|
|
4507
4557
|
|
|
4508
4558
|
|
|
4509
4559
|
|
|
4510
|
-
var
|
|
4560
|
+
var GetRepositorySyncStatusCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4511
4561
|
return [
|
|
4512
4562
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4513
4563
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
4514
4564
|
];
|
|
4515
4565
|
}).s("AwsProton20200720", "GetRepositorySyncStatus", {}).n("ProtonClient", "GetRepositorySyncStatusCommand").f(void 0, void 0).ser(se_GetRepositorySyncStatusCommand).de(de_GetRepositorySyncStatusCommand).build() {
|
|
4566
|
+
static {
|
|
4567
|
+
__name(this, "GetRepositorySyncStatusCommand");
|
|
4568
|
+
}
|
|
4516
4569
|
};
|
|
4517
|
-
__name(_GetRepositorySyncStatusCommand, "GetRepositorySyncStatusCommand");
|
|
4518
|
-
var GetRepositorySyncStatusCommand = _GetRepositorySyncStatusCommand;
|
|
4519
4570
|
|
|
4520
4571
|
// src/commands/GetResourcesSummaryCommand.ts
|
|
4521
4572
|
|
|
4522
4573
|
|
|
4523
4574
|
|
|
4524
|
-
var
|
|
4575
|
+
var GetResourcesSummaryCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4525
4576
|
return [
|
|
4526
4577
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4527
4578
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
4528
4579
|
];
|
|
4529
4580
|
}).s("AwsProton20200720", "GetResourcesSummary", {}).n("ProtonClient", "GetResourcesSummaryCommand").f(void 0, void 0).ser(se_GetResourcesSummaryCommand).de(de_GetResourcesSummaryCommand).build() {
|
|
4581
|
+
static {
|
|
4582
|
+
__name(this, "GetResourcesSummaryCommand");
|
|
4583
|
+
}
|
|
4530
4584
|
};
|
|
4531
|
-
__name(_GetResourcesSummaryCommand, "GetResourcesSummaryCommand");
|
|
4532
|
-
var GetResourcesSummaryCommand = _GetResourcesSummaryCommand;
|
|
4533
4585
|
|
|
4534
4586
|
// src/commands/GetServiceCommand.ts
|
|
4535
4587
|
|
|
4536
4588
|
|
|
4537
4589
|
|
|
4538
|
-
var
|
|
4590
|
+
var GetServiceCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4539
4591
|
return [
|
|
4540
4592
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4541
4593
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
4542
4594
|
];
|
|
4543
4595
|
}).s("AwsProton20200720", "GetService", {}).n("ProtonClient", "GetServiceCommand").f(void 0, GetServiceOutputFilterSensitiveLog).ser(se_GetServiceCommand).de(de_GetServiceCommand).build() {
|
|
4596
|
+
static {
|
|
4597
|
+
__name(this, "GetServiceCommand");
|
|
4598
|
+
}
|
|
4544
4599
|
};
|
|
4545
|
-
__name(_GetServiceCommand, "GetServiceCommand");
|
|
4546
|
-
var GetServiceCommand = _GetServiceCommand;
|
|
4547
4600
|
|
|
4548
4601
|
// src/commands/GetServiceInstanceCommand.ts
|
|
4549
4602
|
|
|
4550
4603
|
|
|
4551
4604
|
|
|
4552
|
-
var
|
|
4605
|
+
var GetServiceInstanceCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4553
4606
|
return [
|
|
4554
4607
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4555
4608
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
4556
4609
|
];
|
|
4557
4610
|
}).s("AwsProton20200720", "GetServiceInstance", {}).n("ProtonClient", "GetServiceInstanceCommand").f(void 0, GetServiceInstanceOutputFilterSensitiveLog).ser(se_GetServiceInstanceCommand).de(de_GetServiceInstanceCommand).build() {
|
|
4611
|
+
static {
|
|
4612
|
+
__name(this, "GetServiceInstanceCommand");
|
|
4613
|
+
}
|
|
4558
4614
|
};
|
|
4559
|
-
__name(_GetServiceInstanceCommand, "GetServiceInstanceCommand");
|
|
4560
|
-
var GetServiceInstanceCommand = _GetServiceInstanceCommand;
|
|
4561
4615
|
|
|
4562
4616
|
// src/commands/GetServiceInstanceSyncStatusCommand.ts
|
|
4563
4617
|
|
|
4564
4618
|
|
|
4565
4619
|
|
|
4566
|
-
var
|
|
4620
|
+
var GetServiceInstanceSyncStatusCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4567
4621
|
return [
|
|
4568
4622
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4569
4623
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
4570
4624
|
];
|
|
4571
4625
|
}).s("AwsProton20200720", "GetServiceInstanceSyncStatus", {}).n("ProtonClient", "GetServiceInstanceSyncStatusCommand").f(void 0, void 0).ser(se_GetServiceInstanceSyncStatusCommand).de(de_GetServiceInstanceSyncStatusCommand).build() {
|
|
4626
|
+
static {
|
|
4627
|
+
__name(this, "GetServiceInstanceSyncStatusCommand");
|
|
4628
|
+
}
|
|
4572
4629
|
};
|
|
4573
|
-
__name(_GetServiceInstanceSyncStatusCommand, "GetServiceInstanceSyncStatusCommand");
|
|
4574
|
-
var GetServiceInstanceSyncStatusCommand = _GetServiceInstanceSyncStatusCommand;
|
|
4575
4630
|
|
|
4576
4631
|
// src/commands/GetServiceSyncBlockerSummaryCommand.ts
|
|
4577
4632
|
|
|
4578
4633
|
|
|
4579
4634
|
|
|
4580
|
-
var
|
|
4635
|
+
var GetServiceSyncBlockerSummaryCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4581
4636
|
return [
|
|
4582
4637
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4583
4638
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
4584
4639
|
];
|
|
4585
4640
|
}).s("AwsProton20200720", "GetServiceSyncBlockerSummary", {}).n("ProtonClient", "GetServiceSyncBlockerSummaryCommand").f(void 0, void 0).ser(se_GetServiceSyncBlockerSummaryCommand).de(de_GetServiceSyncBlockerSummaryCommand).build() {
|
|
4641
|
+
static {
|
|
4642
|
+
__name(this, "GetServiceSyncBlockerSummaryCommand");
|
|
4643
|
+
}
|
|
4586
4644
|
};
|
|
4587
|
-
__name(_GetServiceSyncBlockerSummaryCommand, "GetServiceSyncBlockerSummaryCommand");
|
|
4588
|
-
var GetServiceSyncBlockerSummaryCommand = _GetServiceSyncBlockerSummaryCommand;
|
|
4589
4645
|
|
|
4590
4646
|
// src/commands/GetServiceSyncConfigCommand.ts
|
|
4591
4647
|
|
|
4592
4648
|
|
|
4593
4649
|
|
|
4594
|
-
var
|
|
4650
|
+
var GetServiceSyncConfigCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4595
4651
|
return [
|
|
4596
4652
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4597
4653
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
4598
4654
|
];
|
|
4599
4655
|
}).s("AwsProton20200720", "GetServiceSyncConfig", {}).n("ProtonClient", "GetServiceSyncConfigCommand").f(void 0, void 0).ser(se_GetServiceSyncConfigCommand).de(de_GetServiceSyncConfigCommand).build() {
|
|
4656
|
+
static {
|
|
4657
|
+
__name(this, "GetServiceSyncConfigCommand");
|
|
4658
|
+
}
|
|
4600
4659
|
};
|
|
4601
|
-
__name(_GetServiceSyncConfigCommand, "GetServiceSyncConfigCommand");
|
|
4602
|
-
var GetServiceSyncConfigCommand = _GetServiceSyncConfigCommand;
|
|
4603
4660
|
|
|
4604
4661
|
// src/commands/GetServiceTemplateCommand.ts
|
|
4605
4662
|
|
|
4606
4663
|
|
|
4607
4664
|
|
|
4608
|
-
var
|
|
4665
|
+
var GetServiceTemplateCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4609
4666
|
return [
|
|
4610
4667
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4611
4668
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
4612
4669
|
];
|
|
4613
4670
|
}).s("AwsProton20200720", "GetServiceTemplate", {}).n("ProtonClient", "GetServiceTemplateCommand").f(void 0, GetServiceTemplateOutputFilterSensitiveLog).ser(se_GetServiceTemplateCommand).de(de_GetServiceTemplateCommand).build() {
|
|
4671
|
+
static {
|
|
4672
|
+
__name(this, "GetServiceTemplateCommand");
|
|
4673
|
+
}
|
|
4614
4674
|
};
|
|
4615
|
-
__name(_GetServiceTemplateCommand, "GetServiceTemplateCommand");
|
|
4616
|
-
var GetServiceTemplateCommand = _GetServiceTemplateCommand;
|
|
4617
4675
|
|
|
4618
4676
|
// src/commands/GetServiceTemplateVersionCommand.ts
|
|
4619
4677
|
|
|
4620
4678
|
|
|
4621
4679
|
|
|
4622
|
-
var
|
|
4680
|
+
var GetServiceTemplateVersionCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4623
4681
|
return [
|
|
4624
4682
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4625
4683
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
4626
4684
|
];
|
|
4627
4685
|
}).s("AwsProton20200720", "GetServiceTemplateVersion", {}).n("ProtonClient", "GetServiceTemplateVersionCommand").f(void 0, GetServiceTemplateVersionOutputFilterSensitiveLog).ser(se_GetServiceTemplateVersionCommand).de(de_GetServiceTemplateVersionCommand).build() {
|
|
4686
|
+
static {
|
|
4687
|
+
__name(this, "GetServiceTemplateVersionCommand");
|
|
4688
|
+
}
|
|
4628
4689
|
};
|
|
4629
|
-
__name(_GetServiceTemplateVersionCommand, "GetServiceTemplateVersionCommand");
|
|
4630
|
-
var GetServiceTemplateVersionCommand = _GetServiceTemplateVersionCommand;
|
|
4631
4690
|
|
|
4632
4691
|
// src/commands/GetTemplateSyncConfigCommand.ts
|
|
4633
4692
|
|
|
4634
4693
|
|
|
4635
4694
|
|
|
4636
|
-
var
|
|
4695
|
+
var GetTemplateSyncConfigCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4637
4696
|
return [
|
|
4638
4697
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4639
4698
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
4640
4699
|
];
|
|
4641
4700
|
}).s("AwsProton20200720", "GetTemplateSyncConfig", {}).n("ProtonClient", "GetTemplateSyncConfigCommand").f(void 0, void 0).ser(se_GetTemplateSyncConfigCommand).de(de_GetTemplateSyncConfigCommand).build() {
|
|
4701
|
+
static {
|
|
4702
|
+
__name(this, "GetTemplateSyncConfigCommand");
|
|
4703
|
+
}
|
|
4642
4704
|
};
|
|
4643
|
-
__name(_GetTemplateSyncConfigCommand, "GetTemplateSyncConfigCommand");
|
|
4644
|
-
var GetTemplateSyncConfigCommand = _GetTemplateSyncConfigCommand;
|
|
4645
4705
|
|
|
4646
4706
|
// src/commands/GetTemplateSyncStatusCommand.ts
|
|
4647
4707
|
|
|
4648
4708
|
|
|
4649
4709
|
|
|
4650
|
-
var
|
|
4710
|
+
var GetTemplateSyncStatusCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4651
4711
|
return [
|
|
4652
4712
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4653
4713
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
4654
4714
|
];
|
|
4655
4715
|
}).s("AwsProton20200720", "GetTemplateSyncStatus", {}).n("ProtonClient", "GetTemplateSyncStatusCommand").f(void 0, void 0).ser(se_GetTemplateSyncStatusCommand).de(de_GetTemplateSyncStatusCommand).build() {
|
|
4716
|
+
static {
|
|
4717
|
+
__name(this, "GetTemplateSyncStatusCommand");
|
|
4718
|
+
}
|
|
4656
4719
|
};
|
|
4657
|
-
__name(_GetTemplateSyncStatusCommand, "GetTemplateSyncStatusCommand");
|
|
4658
|
-
var GetTemplateSyncStatusCommand = _GetTemplateSyncStatusCommand;
|
|
4659
4720
|
|
|
4660
4721
|
// src/commands/ListComponentOutputsCommand.ts
|
|
4661
4722
|
|
|
4662
4723
|
|
|
4663
4724
|
|
|
4664
|
-
var
|
|
4725
|
+
var ListComponentOutputsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4665
4726
|
return [
|
|
4666
4727
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4667
4728
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
4668
4729
|
];
|
|
4669
4730
|
}).s("AwsProton20200720", "ListComponentOutputs", {}).n("ProtonClient", "ListComponentOutputsCommand").f(void 0, ListComponentOutputsOutputFilterSensitiveLog).ser(se_ListComponentOutputsCommand).de(de_ListComponentOutputsCommand).build() {
|
|
4731
|
+
static {
|
|
4732
|
+
__name(this, "ListComponentOutputsCommand");
|
|
4733
|
+
}
|
|
4670
4734
|
};
|
|
4671
|
-
__name(_ListComponentOutputsCommand, "ListComponentOutputsCommand");
|
|
4672
|
-
var ListComponentOutputsCommand = _ListComponentOutputsCommand;
|
|
4673
4735
|
|
|
4674
4736
|
// src/commands/ListComponentProvisionedResourcesCommand.ts
|
|
4675
4737
|
|
|
4676
4738
|
|
|
4677
4739
|
|
|
4678
|
-
var
|
|
4740
|
+
var ListComponentProvisionedResourcesCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4679
4741
|
return [
|
|
4680
4742
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4681
4743
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
4682
4744
|
];
|
|
4683
4745
|
}).s("AwsProton20200720", "ListComponentProvisionedResources", {}).n("ProtonClient", "ListComponentProvisionedResourcesCommand").f(void 0, void 0).ser(se_ListComponentProvisionedResourcesCommand).de(de_ListComponentProvisionedResourcesCommand).build() {
|
|
4746
|
+
static {
|
|
4747
|
+
__name(this, "ListComponentProvisionedResourcesCommand");
|
|
4748
|
+
}
|
|
4684
4749
|
};
|
|
4685
|
-
__name(_ListComponentProvisionedResourcesCommand, "ListComponentProvisionedResourcesCommand");
|
|
4686
|
-
var ListComponentProvisionedResourcesCommand = _ListComponentProvisionedResourcesCommand;
|
|
4687
4750
|
|
|
4688
4751
|
// src/commands/ListComponentsCommand.ts
|
|
4689
4752
|
|
|
4690
4753
|
|
|
4691
4754
|
|
|
4692
|
-
var
|
|
4755
|
+
var ListComponentsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4693
4756
|
return [
|
|
4694
4757
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4695
4758
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
4696
4759
|
];
|
|
4697
4760
|
}).s("AwsProton20200720", "ListComponents", {}).n("ProtonClient", "ListComponentsCommand").f(void 0, ListComponentsOutputFilterSensitiveLog).ser(se_ListComponentsCommand).de(de_ListComponentsCommand).build() {
|
|
4761
|
+
static {
|
|
4762
|
+
__name(this, "ListComponentsCommand");
|
|
4763
|
+
}
|
|
4698
4764
|
};
|
|
4699
|
-
__name(_ListComponentsCommand, "ListComponentsCommand");
|
|
4700
|
-
var ListComponentsCommand = _ListComponentsCommand;
|
|
4701
4765
|
|
|
4702
4766
|
// src/commands/ListDeploymentsCommand.ts
|
|
4703
4767
|
|
|
4704
4768
|
|
|
4705
4769
|
|
|
4706
|
-
var
|
|
4770
|
+
var ListDeploymentsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4707
4771
|
return [
|
|
4708
4772
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4709
4773
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
4710
4774
|
];
|
|
4711
4775
|
}).s("AwsProton20200720", "ListDeployments", {}).n("ProtonClient", "ListDeploymentsCommand").f(void 0, void 0).ser(se_ListDeploymentsCommand).de(de_ListDeploymentsCommand).build() {
|
|
4776
|
+
static {
|
|
4777
|
+
__name(this, "ListDeploymentsCommand");
|
|
4778
|
+
}
|
|
4712
4779
|
};
|
|
4713
|
-
__name(_ListDeploymentsCommand, "ListDeploymentsCommand");
|
|
4714
|
-
var ListDeploymentsCommand = _ListDeploymentsCommand;
|
|
4715
4780
|
|
|
4716
4781
|
// src/commands/ListEnvironmentAccountConnectionsCommand.ts
|
|
4717
4782
|
|
|
4718
4783
|
|
|
4719
4784
|
|
|
4720
|
-
var
|
|
4785
|
+
var ListEnvironmentAccountConnectionsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4721
4786
|
return [
|
|
4722
4787
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4723
4788
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
4724
4789
|
];
|
|
4725
4790
|
}).s("AwsProton20200720", "ListEnvironmentAccountConnections", {}).n("ProtonClient", "ListEnvironmentAccountConnectionsCommand").f(void 0, void 0).ser(se_ListEnvironmentAccountConnectionsCommand).de(de_ListEnvironmentAccountConnectionsCommand).build() {
|
|
4791
|
+
static {
|
|
4792
|
+
__name(this, "ListEnvironmentAccountConnectionsCommand");
|
|
4793
|
+
}
|
|
4726
4794
|
};
|
|
4727
|
-
__name(_ListEnvironmentAccountConnectionsCommand, "ListEnvironmentAccountConnectionsCommand");
|
|
4728
|
-
var ListEnvironmentAccountConnectionsCommand = _ListEnvironmentAccountConnectionsCommand;
|
|
4729
4795
|
|
|
4730
4796
|
// src/commands/ListEnvironmentOutputsCommand.ts
|
|
4731
4797
|
|
|
4732
4798
|
|
|
4733
4799
|
|
|
4734
|
-
var
|
|
4800
|
+
var ListEnvironmentOutputsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4735
4801
|
return [
|
|
4736
4802
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4737
4803
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
4738
4804
|
];
|
|
4739
4805
|
}).s("AwsProton20200720", "ListEnvironmentOutputs", {}).n("ProtonClient", "ListEnvironmentOutputsCommand").f(void 0, ListEnvironmentOutputsOutputFilterSensitiveLog).ser(se_ListEnvironmentOutputsCommand).de(de_ListEnvironmentOutputsCommand).build() {
|
|
4806
|
+
static {
|
|
4807
|
+
__name(this, "ListEnvironmentOutputsCommand");
|
|
4808
|
+
}
|
|
4740
4809
|
};
|
|
4741
|
-
__name(_ListEnvironmentOutputsCommand, "ListEnvironmentOutputsCommand");
|
|
4742
|
-
var ListEnvironmentOutputsCommand = _ListEnvironmentOutputsCommand;
|
|
4743
4810
|
|
|
4744
4811
|
// src/commands/ListEnvironmentProvisionedResourcesCommand.ts
|
|
4745
4812
|
|
|
4746
4813
|
|
|
4747
4814
|
|
|
4748
|
-
var
|
|
4815
|
+
var ListEnvironmentProvisionedResourcesCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4749
4816
|
return [
|
|
4750
4817
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4751
4818
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
4752
4819
|
];
|
|
4753
4820
|
}).s("AwsProton20200720", "ListEnvironmentProvisionedResources", {}).n("ProtonClient", "ListEnvironmentProvisionedResourcesCommand").f(void 0, void 0).ser(se_ListEnvironmentProvisionedResourcesCommand).de(de_ListEnvironmentProvisionedResourcesCommand).build() {
|
|
4821
|
+
static {
|
|
4822
|
+
__name(this, "ListEnvironmentProvisionedResourcesCommand");
|
|
4823
|
+
}
|
|
4754
4824
|
};
|
|
4755
|
-
__name(_ListEnvironmentProvisionedResourcesCommand, "ListEnvironmentProvisionedResourcesCommand");
|
|
4756
|
-
var ListEnvironmentProvisionedResourcesCommand = _ListEnvironmentProvisionedResourcesCommand;
|
|
4757
4825
|
|
|
4758
4826
|
// src/commands/ListEnvironmentsCommand.ts
|
|
4759
4827
|
|
|
4760
4828
|
|
|
4761
4829
|
|
|
4762
|
-
var
|
|
4830
|
+
var ListEnvironmentsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4763
4831
|
return [
|
|
4764
4832
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4765
4833
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
4766
4834
|
];
|
|
4767
4835
|
}).s("AwsProton20200720", "ListEnvironments", {}).n("ProtonClient", "ListEnvironmentsCommand").f(void 0, ListEnvironmentsOutputFilterSensitiveLog).ser(se_ListEnvironmentsCommand).de(de_ListEnvironmentsCommand).build() {
|
|
4836
|
+
static {
|
|
4837
|
+
__name(this, "ListEnvironmentsCommand");
|
|
4838
|
+
}
|
|
4768
4839
|
};
|
|
4769
|
-
__name(_ListEnvironmentsCommand, "ListEnvironmentsCommand");
|
|
4770
|
-
var ListEnvironmentsCommand = _ListEnvironmentsCommand;
|
|
4771
4840
|
|
|
4772
4841
|
// src/commands/ListEnvironmentTemplatesCommand.ts
|
|
4773
4842
|
|
|
4774
4843
|
|
|
4775
4844
|
|
|
4776
|
-
var
|
|
4845
|
+
var ListEnvironmentTemplatesCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4777
4846
|
return [
|
|
4778
4847
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4779
4848
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
4780
4849
|
];
|
|
4781
4850
|
}).s("AwsProton20200720", "ListEnvironmentTemplates", {}).n("ProtonClient", "ListEnvironmentTemplatesCommand").f(void 0, ListEnvironmentTemplatesOutputFilterSensitiveLog).ser(se_ListEnvironmentTemplatesCommand).de(de_ListEnvironmentTemplatesCommand).build() {
|
|
4851
|
+
static {
|
|
4852
|
+
__name(this, "ListEnvironmentTemplatesCommand");
|
|
4853
|
+
}
|
|
4782
4854
|
};
|
|
4783
|
-
__name(_ListEnvironmentTemplatesCommand, "ListEnvironmentTemplatesCommand");
|
|
4784
|
-
var ListEnvironmentTemplatesCommand = _ListEnvironmentTemplatesCommand;
|
|
4785
4855
|
|
|
4786
4856
|
// src/commands/ListEnvironmentTemplateVersionsCommand.ts
|
|
4787
4857
|
|
|
4788
4858
|
|
|
4789
4859
|
|
|
4790
|
-
var
|
|
4860
|
+
var ListEnvironmentTemplateVersionsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4791
4861
|
return [
|
|
4792
4862
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4793
4863
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
4794
4864
|
];
|
|
4795
4865
|
}).s("AwsProton20200720", "ListEnvironmentTemplateVersions", {}).n("ProtonClient", "ListEnvironmentTemplateVersionsCommand").f(void 0, ListEnvironmentTemplateVersionsOutputFilterSensitiveLog).ser(se_ListEnvironmentTemplateVersionsCommand).de(de_ListEnvironmentTemplateVersionsCommand).build() {
|
|
4866
|
+
static {
|
|
4867
|
+
__name(this, "ListEnvironmentTemplateVersionsCommand");
|
|
4868
|
+
}
|
|
4796
4869
|
};
|
|
4797
|
-
__name(_ListEnvironmentTemplateVersionsCommand, "ListEnvironmentTemplateVersionsCommand");
|
|
4798
|
-
var ListEnvironmentTemplateVersionsCommand = _ListEnvironmentTemplateVersionsCommand;
|
|
4799
4870
|
|
|
4800
4871
|
// src/commands/ListRepositoriesCommand.ts
|
|
4801
4872
|
|
|
4802
4873
|
|
|
4803
4874
|
|
|
4804
|
-
var
|
|
4875
|
+
var ListRepositoriesCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4805
4876
|
return [
|
|
4806
4877
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4807
4878
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
4808
4879
|
];
|
|
4809
4880
|
}).s("AwsProton20200720", "ListRepositories", {}).n("ProtonClient", "ListRepositoriesCommand").f(void 0, void 0).ser(se_ListRepositoriesCommand).de(de_ListRepositoriesCommand).build() {
|
|
4881
|
+
static {
|
|
4882
|
+
__name(this, "ListRepositoriesCommand");
|
|
4883
|
+
}
|
|
4810
4884
|
};
|
|
4811
|
-
__name(_ListRepositoriesCommand, "ListRepositoriesCommand");
|
|
4812
|
-
var ListRepositoriesCommand = _ListRepositoriesCommand;
|
|
4813
4885
|
|
|
4814
4886
|
// src/commands/ListRepositorySyncDefinitionsCommand.ts
|
|
4815
4887
|
|
|
4816
4888
|
|
|
4817
4889
|
|
|
4818
|
-
var
|
|
4890
|
+
var ListRepositorySyncDefinitionsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4819
4891
|
return [
|
|
4820
4892
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4821
4893
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
4822
4894
|
];
|
|
4823
4895
|
}).s("AwsProton20200720", "ListRepositorySyncDefinitions", {}).n("ProtonClient", "ListRepositorySyncDefinitionsCommand").f(void 0, void 0).ser(se_ListRepositorySyncDefinitionsCommand).de(de_ListRepositorySyncDefinitionsCommand).build() {
|
|
4896
|
+
static {
|
|
4897
|
+
__name(this, "ListRepositorySyncDefinitionsCommand");
|
|
4898
|
+
}
|
|
4824
4899
|
};
|
|
4825
|
-
__name(_ListRepositorySyncDefinitionsCommand, "ListRepositorySyncDefinitionsCommand");
|
|
4826
|
-
var ListRepositorySyncDefinitionsCommand = _ListRepositorySyncDefinitionsCommand;
|
|
4827
4900
|
|
|
4828
4901
|
// src/commands/ListServiceInstanceOutputsCommand.ts
|
|
4829
4902
|
|
|
4830
4903
|
|
|
4831
4904
|
|
|
4832
|
-
var
|
|
4905
|
+
var ListServiceInstanceOutputsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4833
4906
|
return [
|
|
4834
4907
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4835
4908
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
4836
4909
|
];
|
|
4837
4910
|
}).s("AwsProton20200720", "ListServiceInstanceOutputs", {}).n("ProtonClient", "ListServiceInstanceOutputsCommand").f(void 0, ListServiceInstanceOutputsOutputFilterSensitiveLog).ser(se_ListServiceInstanceOutputsCommand).de(de_ListServiceInstanceOutputsCommand).build() {
|
|
4911
|
+
static {
|
|
4912
|
+
__name(this, "ListServiceInstanceOutputsCommand");
|
|
4913
|
+
}
|
|
4838
4914
|
};
|
|
4839
|
-
__name(_ListServiceInstanceOutputsCommand, "ListServiceInstanceOutputsCommand");
|
|
4840
|
-
var ListServiceInstanceOutputsCommand = _ListServiceInstanceOutputsCommand;
|
|
4841
4915
|
|
|
4842
4916
|
// src/commands/ListServiceInstanceProvisionedResourcesCommand.ts
|
|
4843
4917
|
|
|
4844
4918
|
|
|
4845
4919
|
|
|
4846
|
-
var
|
|
4920
|
+
var ListServiceInstanceProvisionedResourcesCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4847
4921
|
return [
|
|
4848
4922
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4849
4923
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
4850
4924
|
];
|
|
4851
4925
|
}).s("AwsProton20200720", "ListServiceInstanceProvisionedResources", {}).n("ProtonClient", "ListServiceInstanceProvisionedResourcesCommand").f(void 0, void 0).ser(se_ListServiceInstanceProvisionedResourcesCommand).de(de_ListServiceInstanceProvisionedResourcesCommand).build() {
|
|
4926
|
+
static {
|
|
4927
|
+
__name(this, "ListServiceInstanceProvisionedResourcesCommand");
|
|
4928
|
+
}
|
|
4852
4929
|
};
|
|
4853
|
-
__name(_ListServiceInstanceProvisionedResourcesCommand, "ListServiceInstanceProvisionedResourcesCommand");
|
|
4854
|
-
var ListServiceInstanceProvisionedResourcesCommand = _ListServiceInstanceProvisionedResourcesCommand;
|
|
4855
4930
|
|
|
4856
4931
|
// src/commands/ListServiceInstancesCommand.ts
|
|
4857
4932
|
|
|
4858
4933
|
|
|
4859
4934
|
|
|
4860
|
-
var
|
|
4935
|
+
var ListServiceInstancesCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4861
4936
|
return [
|
|
4862
4937
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4863
4938
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
4864
4939
|
];
|
|
4865
4940
|
}).s("AwsProton20200720", "ListServiceInstances", {}).n("ProtonClient", "ListServiceInstancesCommand").f(void 0, ListServiceInstancesOutputFilterSensitiveLog).ser(se_ListServiceInstancesCommand).de(de_ListServiceInstancesCommand).build() {
|
|
4941
|
+
static {
|
|
4942
|
+
__name(this, "ListServiceInstancesCommand");
|
|
4943
|
+
}
|
|
4866
4944
|
};
|
|
4867
|
-
__name(_ListServiceInstancesCommand, "ListServiceInstancesCommand");
|
|
4868
|
-
var ListServiceInstancesCommand = _ListServiceInstancesCommand;
|
|
4869
4945
|
|
|
4870
4946
|
// src/commands/ListServicePipelineOutputsCommand.ts
|
|
4871
4947
|
|
|
4872
4948
|
|
|
4873
4949
|
|
|
4874
|
-
var
|
|
4950
|
+
var ListServicePipelineOutputsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4875
4951
|
return [
|
|
4876
4952
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4877
4953
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
4878
4954
|
];
|
|
4879
4955
|
}).s("AwsProton20200720", "ListServicePipelineOutputs", {}).n("ProtonClient", "ListServicePipelineOutputsCommand").f(void 0, ListServicePipelineOutputsOutputFilterSensitiveLog).ser(se_ListServicePipelineOutputsCommand).de(de_ListServicePipelineOutputsCommand).build() {
|
|
4956
|
+
static {
|
|
4957
|
+
__name(this, "ListServicePipelineOutputsCommand");
|
|
4958
|
+
}
|
|
4880
4959
|
};
|
|
4881
|
-
__name(_ListServicePipelineOutputsCommand, "ListServicePipelineOutputsCommand");
|
|
4882
|
-
var ListServicePipelineOutputsCommand = _ListServicePipelineOutputsCommand;
|
|
4883
4960
|
|
|
4884
4961
|
// src/commands/ListServicePipelineProvisionedResourcesCommand.ts
|
|
4885
4962
|
|
|
4886
4963
|
|
|
4887
4964
|
|
|
4888
|
-
var
|
|
4965
|
+
var ListServicePipelineProvisionedResourcesCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4889
4966
|
return [
|
|
4890
4967
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4891
4968
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
4892
4969
|
];
|
|
4893
4970
|
}).s("AwsProton20200720", "ListServicePipelineProvisionedResources", {}).n("ProtonClient", "ListServicePipelineProvisionedResourcesCommand").f(void 0, void 0).ser(se_ListServicePipelineProvisionedResourcesCommand).de(de_ListServicePipelineProvisionedResourcesCommand).build() {
|
|
4971
|
+
static {
|
|
4972
|
+
__name(this, "ListServicePipelineProvisionedResourcesCommand");
|
|
4973
|
+
}
|
|
4894
4974
|
};
|
|
4895
|
-
__name(_ListServicePipelineProvisionedResourcesCommand, "ListServicePipelineProvisionedResourcesCommand");
|
|
4896
|
-
var ListServicePipelineProvisionedResourcesCommand = _ListServicePipelineProvisionedResourcesCommand;
|
|
4897
4975
|
|
|
4898
4976
|
// src/commands/ListServicesCommand.ts
|
|
4899
4977
|
|
|
4900
4978
|
|
|
4901
4979
|
|
|
4902
|
-
var
|
|
4980
|
+
var ListServicesCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4903
4981
|
return [
|
|
4904
4982
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4905
4983
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
4906
4984
|
];
|
|
4907
4985
|
}).s("AwsProton20200720", "ListServices", {}).n("ProtonClient", "ListServicesCommand").f(void 0, ListServicesOutputFilterSensitiveLog).ser(se_ListServicesCommand).de(de_ListServicesCommand).build() {
|
|
4986
|
+
static {
|
|
4987
|
+
__name(this, "ListServicesCommand");
|
|
4988
|
+
}
|
|
4908
4989
|
};
|
|
4909
|
-
__name(_ListServicesCommand, "ListServicesCommand");
|
|
4910
|
-
var ListServicesCommand = _ListServicesCommand;
|
|
4911
4990
|
|
|
4912
4991
|
// src/commands/ListServiceTemplatesCommand.ts
|
|
4913
4992
|
|
|
4914
4993
|
|
|
4915
4994
|
|
|
4916
|
-
var
|
|
4995
|
+
var ListServiceTemplatesCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4917
4996
|
return [
|
|
4918
4997
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4919
4998
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
4920
4999
|
];
|
|
4921
5000
|
}).s("AwsProton20200720", "ListServiceTemplates", {}).n("ProtonClient", "ListServiceTemplatesCommand").f(void 0, ListServiceTemplatesOutputFilterSensitiveLog).ser(se_ListServiceTemplatesCommand).de(de_ListServiceTemplatesCommand).build() {
|
|
5001
|
+
static {
|
|
5002
|
+
__name(this, "ListServiceTemplatesCommand");
|
|
5003
|
+
}
|
|
4922
5004
|
};
|
|
4923
|
-
__name(_ListServiceTemplatesCommand, "ListServiceTemplatesCommand");
|
|
4924
|
-
var ListServiceTemplatesCommand = _ListServiceTemplatesCommand;
|
|
4925
5005
|
|
|
4926
5006
|
// src/commands/ListServiceTemplateVersionsCommand.ts
|
|
4927
5007
|
|
|
4928
5008
|
|
|
4929
5009
|
|
|
4930
|
-
var
|
|
5010
|
+
var ListServiceTemplateVersionsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4931
5011
|
return [
|
|
4932
5012
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4933
5013
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
4934
5014
|
];
|
|
4935
5015
|
}).s("AwsProton20200720", "ListServiceTemplateVersions", {}).n("ProtonClient", "ListServiceTemplateVersionsCommand").f(void 0, ListServiceTemplateVersionsOutputFilterSensitiveLog).ser(se_ListServiceTemplateVersionsCommand).de(de_ListServiceTemplateVersionsCommand).build() {
|
|
5016
|
+
static {
|
|
5017
|
+
__name(this, "ListServiceTemplateVersionsCommand");
|
|
5018
|
+
}
|
|
4936
5019
|
};
|
|
4937
|
-
__name(_ListServiceTemplateVersionsCommand, "ListServiceTemplateVersionsCommand");
|
|
4938
|
-
var ListServiceTemplateVersionsCommand = _ListServiceTemplateVersionsCommand;
|
|
4939
5020
|
|
|
4940
5021
|
// src/commands/ListTagsForResourceCommand.ts
|
|
4941
5022
|
|
|
4942
5023
|
|
|
4943
5024
|
|
|
4944
|
-
var
|
|
5025
|
+
var ListTagsForResourceCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4945
5026
|
return [
|
|
4946
5027
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4947
5028
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
4948
5029
|
];
|
|
4949
5030
|
}).s("AwsProton20200720", "ListTagsForResource", {}).n("ProtonClient", "ListTagsForResourceCommand").f(void 0, void 0).ser(se_ListTagsForResourceCommand).de(de_ListTagsForResourceCommand).build() {
|
|
5031
|
+
static {
|
|
5032
|
+
__name(this, "ListTagsForResourceCommand");
|
|
5033
|
+
}
|
|
4950
5034
|
};
|
|
4951
|
-
__name(_ListTagsForResourceCommand, "ListTagsForResourceCommand");
|
|
4952
|
-
var ListTagsForResourceCommand = _ListTagsForResourceCommand;
|
|
4953
5035
|
|
|
4954
5036
|
// src/commands/NotifyResourceDeploymentStatusChangeCommand.ts
|
|
4955
5037
|
|
|
4956
5038
|
|
|
4957
5039
|
|
|
4958
|
-
var
|
|
5040
|
+
var NotifyResourceDeploymentStatusChangeCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4959
5041
|
return [
|
|
4960
5042
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4961
5043
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
4962
5044
|
];
|
|
4963
5045
|
}).s("AwsProton20200720", "NotifyResourceDeploymentStatusChange", {}).n("ProtonClient", "NotifyResourceDeploymentStatusChangeCommand").f(NotifyResourceDeploymentStatusChangeInputFilterSensitiveLog, void 0).ser(se_NotifyResourceDeploymentStatusChangeCommand).de(de_NotifyResourceDeploymentStatusChangeCommand).build() {
|
|
5046
|
+
static {
|
|
5047
|
+
__name(this, "NotifyResourceDeploymentStatusChangeCommand");
|
|
5048
|
+
}
|
|
4964
5049
|
};
|
|
4965
|
-
__name(_NotifyResourceDeploymentStatusChangeCommand, "NotifyResourceDeploymentStatusChangeCommand");
|
|
4966
|
-
var NotifyResourceDeploymentStatusChangeCommand = _NotifyResourceDeploymentStatusChangeCommand;
|
|
4967
5050
|
|
|
4968
5051
|
// src/commands/RejectEnvironmentAccountConnectionCommand.ts
|
|
4969
5052
|
|
|
4970
5053
|
|
|
4971
5054
|
|
|
4972
|
-
var
|
|
5055
|
+
var RejectEnvironmentAccountConnectionCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4973
5056
|
return [
|
|
4974
5057
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4975
5058
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
4976
5059
|
];
|
|
4977
5060
|
}).s("AwsProton20200720", "RejectEnvironmentAccountConnection", {}).n("ProtonClient", "RejectEnvironmentAccountConnectionCommand").f(void 0, void 0).ser(se_RejectEnvironmentAccountConnectionCommand).de(de_RejectEnvironmentAccountConnectionCommand).build() {
|
|
5061
|
+
static {
|
|
5062
|
+
__name(this, "RejectEnvironmentAccountConnectionCommand");
|
|
5063
|
+
}
|
|
4978
5064
|
};
|
|
4979
|
-
__name(_RejectEnvironmentAccountConnectionCommand, "RejectEnvironmentAccountConnectionCommand");
|
|
4980
|
-
var RejectEnvironmentAccountConnectionCommand = _RejectEnvironmentAccountConnectionCommand;
|
|
4981
5065
|
|
|
4982
5066
|
// src/commands/TagResourceCommand.ts
|
|
4983
5067
|
|
|
4984
5068
|
|
|
4985
5069
|
|
|
4986
|
-
var
|
|
5070
|
+
var TagResourceCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4987
5071
|
return [
|
|
4988
5072
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4989
5073
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
4990
5074
|
];
|
|
4991
5075
|
}).s("AwsProton20200720", "TagResource", {}).n("ProtonClient", "TagResourceCommand").f(void 0, void 0).ser(se_TagResourceCommand).de(de_TagResourceCommand).build() {
|
|
5076
|
+
static {
|
|
5077
|
+
__name(this, "TagResourceCommand");
|
|
5078
|
+
}
|
|
4992
5079
|
};
|
|
4993
|
-
__name(_TagResourceCommand, "TagResourceCommand");
|
|
4994
|
-
var TagResourceCommand = _TagResourceCommand;
|
|
4995
5080
|
|
|
4996
5081
|
// src/commands/UntagResourceCommand.ts
|
|
4997
5082
|
|
|
4998
5083
|
|
|
4999
5084
|
|
|
5000
|
-
var
|
|
5085
|
+
var UntagResourceCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
5001
5086
|
return [
|
|
5002
5087
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
5003
5088
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
5004
5089
|
];
|
|
5005
5090
|
}).s("AwsProton20200720", "UntagResource", {}).n("ProtonClient", "UntagResourceCommand").f(void 0, void 0).ser(se_UntagResourceCommand).de(de_UntagResourceCommand).build() {
|
|
5091
|
+
static {
|
|
5092
|
+
__name(this, "UntagResourceCommand");
|
|
5093
|
+
}
|
|
5006
5094
|
};
|
|
5007
|
-
__name(_UntagResourceCommand, "UntagResourceCommand");
|
|
5008
|
-
var UntagResourceCommand = _UntagResourceCommand;
|
|
5009
5095
|
|
|
5010
5096
|
// src/commands/UpdateAccountSettingsCommand.ts
|
|
5011
5097
|
|
|
5012
5098
|
|
|
5013
5099
|
|
|
5014
|
-
var
|
|
5100
|
+
var UpdateAccountSettingsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
5015
5101
|
return [
|
|
5016
5102
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
5017
5103
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
5018
5104
|
];
|
|
5019
5105
|
}).s("AwsProton20200720", "UpdateAccountSettings", {}).n("ProtonClient", "UpdateAccountSettingsCommand").f(void 0, void 0).ser(se_UpdateAccountSettingsCommand).de(de_UpdateAccountSettingsCommand).build() {
|
|
5106
|
+
static {
|
|
5107
|
+
__name(this, "UpdateAccountSettingsCommand");
|
|
5108
|
+
}
|
|
5020
5109
|
};
|
|
5021
|
-
__name(_UpdateAccountSettingsCommand, "UpdateAccountSettingsCommand");
|
|
5022
|
-
var UpdateAccountSettingsCommand = _UpdateAccountSettingsCommand;
|
|
5023
5110
|
|
|
5024
5111
|
// src/commands/UpdateComponentCommand.ts
|
|
5025
5112
|
|
|
5026
5113
|
|
|
5027
5114
|
|
|
5028
|
-
var
|
|
5115
|
+
var UpdateComponentCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
5029
5116
|
return [
|
|
5030
5117
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
5031
5118
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
5032
5119
|
];
|
|
5033
5120
|
}).s("AwsProton20200720", "UpdateComponent", {}).n("ProtonClient", "UpdateComponentCommand").f(UpdateComponentInputFilterSensitiveLog, UpdateComponentOutputFilterSensitiveLog).ser(se_UpdateComponentCommand).de(de_UpdateComponentCommand).build() {
|
|
5121
|
+
static {
|
|
5122
|
+
__name(this, "UpdateComponentCommand");
|
|
5123
|
+
}
|
|
5034
5124
|
};
|
|
5035
|
-
__name(_UpdateComponentCommand, "UpdateComponentCommand");
|
|
5036
|
-
var UpdateComponentCommand = _UpdateComponentCommand;
|
|
5037
5125
|
|
|
5038
5126
|
// src/commands/UpdateEnvironmentAccountConnectionCommand.ts
|
|
5039
5127
|
|
|
5040
5128
|
|
|
5041
5129
|
|
|
5042
|
-
var
|
|
5130
|
+
var UpdateEnvironmentAccountConnectionCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
5043
5131
|
return [
|
|
5044
5132
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
5045
5133
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
5046
5134
|
];
|
|
5047
5135
|
}).s("AwsProton20200720", "UpdateEnvironmentAccountConnection", {}).n("ProtonClient", "UpdateEnvironmentAccountConnectionCommand").f(void 0, void 0).ser(se_UpdateEnvironmentAccountConnectionCommand).de(de_UpdateEnvironmentAccountConnectionCommand).build() {
|
|
5136
|
+
static {
|
|
5137
|
+
__name(this, "UpdateEnvironmentAccountConnectionCommand");
|
|
5138
|
+
}
|
|
5048
5139
|
};
|
|
5049
|
-
__name(_UpdateEnvironmentAccountConnectionCommand, "UpdateEnvironmentAccountConnectionCommand");
|
|
5050
|
-
var UpdateEnvironmentAccountConnectionCommand = _UpdateEnvironmentAccountConnectionCommand;
|
|
5051
5140
|
|
|
5052
5141
|
// src/commands/UpdateEnvironmentCommand.ts
|
|
5053
5142
|
|
|
5054
5143
|
|
|
5055
5144
|
|
|
5056
|
-
var
|
|
5145
|
+
var UpdateEnvironmentCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
5057
5146
|
return [
|
|
5058
5147
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
5059
5148
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
5060
5149
|
];
|
|
5061
5150
|
}).s("AwsProton20200720", "UpdateEnvironment", {}).n("ProtonClient", "UpdateEnvironmentCommand").f(UpdateEnvironmentInputFilterSensitiveLog, UpdateEnvironmentOutputFilterSensitiveLog).ser(se_UpdateEnvironmentCommand).de(de_UpdateEnvironmentCommand).build() {
|
|
5151
|
+
static {
|
|
5152
|
+
__name(this, "UpdateEnvironmentCommand");
|
|
5153
|
+
}
|
|
5062
5154
|
};
|
|
5063
|
-
__name(_UpdateEnvironmentCommand, "UpdateEnvironmentCommand");
|
|
5064
|
-
var UpdateEnvironmentCommand = _UpdateEnvironmentCommand;
|
|
5065
5155
|
|
|
5066
5156
|
// src/commands/UpdateEnvironmentTemplateCommand.ts
|
|
5067
5157
|
|
|
5068
5158
|
|
|
5069
5159
|
|
|
5070
|
-
var
|
|
5160
|
+
var UpdateEnvironmentTemplateCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
5071
5161
|
return [
|
|
5072
5162
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
5073
5163
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
5074
5164
|
];
|
|
5075
5165
|
}).s("AwsProton20200720", "UpdateEnvironmentTemplate", {}).n("ProtonClient", "UpdateEnvironmentTemplateCommand").f(UpdateEnvironmentTemplateInputFilterSensitiveLog, UpdateEnvironmentTemplateOutputFilterSensitiveLog).ser(se_UpdateEnvironmentTemplateCommand).de(de_UpdateEnvironmentTemplateCommand).build() {
|
|
5166
|
+
static {
|
|
5167
|
+
__name(this, "UpdateEnvironmentTemplateCommand");
|
|
5168
|
+
}
|
|
5076
5169
|
};
|
|
5077
|
-
__name(_UpdateEnvironmentTemplateCommand, "UpdateEnvironmentTemplateCommand");
|
|
5078
|
-
var UpdateEnvironmentTemplateCommand = _UpdateEnvironmentTemplateCommand;
|
|
5079
5170
|
|
|
5080
5171
|
// src/commands/UpdateEnvironmentTemplateVersionCommand.ts
|
|
5081
5172
|
|
|
5082
5173
|
|
|
5083
5174
|
|
|
5084
|
-
var
|
|
5175
|
+
var UpdateEnvironmentTemplateVersionCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
5085
5176
|
return [
|
|
5086
5177
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
5087
5178
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
5088
5179
|
];
|
|
5089
5180
|
}).s("AwsProton20200720", "UpdateEnvironmentTemplateVersion", {}).n("ProtonClient", "UpdateEnvironmentTemplateVersionCommand").f(UpdateEnvironmentTemplateVersionInputFilterSensitiveLog, UpdateEnvironmentTemplateVersionOutputFilterSensitiveLog).ser(se_UpdateEnvironmentTemplateVersionCommand).de(de_UpdateEnvironmentTemplateVersionCommand).build() {
|
|
5181
|
+
static {
|
|
5182
|
+
__name(this, "UpdateEnvironmentTemplateVersionCommand");
|
|
5183
|
+
}
|
|
5090
5184
|
};
|
|
5091
|
-
__name(_UpdateEnvironmentTemplateVersionCommand, "UpdateEnvironmentTemplateVersionCommand");
|
|
5092
|
-
var UpdateEnvironmentTemplateVersionCommand = _UpdateEnvironmentTemplateVersionCommand;
|
|
5093
5185
|
|
|
5094
5186
|
// src/commands/UpdateServiceCommand.ts
|
|
5095
5187
|
|
|
5096
5188
|
|
|
5097
5189
|
|
|
5098
|
-
var
|
|
5190
|
+
var UpdateServiceCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
5099
5191
|
return [
|
|
5100
5192
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
5101
5193
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
5102
5194
|
];
|
|
5103
5195
|
}).s("AwsProton20200720", "UpdateService", {}).n("ProtonClient", "UpdateServiceCommand").f(UpdateServiceInputFilterSensitiveLog, UpdateServiceOutputFilterSensitiveLog).ser(se_UpdateServiceCommand).de(de_UpdateServiceCommand).build() {
|
|
5196
|
+
static {
|
|
5197
|
+
__name(this, "UpdateServiceCommand");
|
|
5198
|
+
}
|
|
5104
5199
|
};
|
|
5105
|
-
__name(_UpdateServiceCommand, "UpdateServiceCommand");
|
|
5106
|
-
var UpdateServiceCommand = _UpdateServiceCommand;
|
|
5107
5200
|
|
|
5108
5201
|
// src/commands/UpdateServiceInstanceCommand.ts
|
|
5109
5202
|
|
|
5110
5203
|
|
|
5111
5204
|
|
|
5112
|
-
var
|
|
5205
|
+
var UpdateServiceInstanceCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
5113
5206
|
return [
|
|
5114
5207
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
5115
5208
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
5116
5209
|
];
|
|
5117
5210
|
}).s("AwsProton20200720", "UpdateServiceInstance", {}).n("ProtonClient", "UpdateServiceInstanceCommand").f(UpdateServiceInstanceInputFilterSensitiveLog, UpdateServiceInstanceOutputFilterSensitiveLog).ser(se_UpdateServiceInstanceCommand).de(de_UpdateServiceInstanceCommand).build() {
|
|
5211
|
+
static {
|
|
5212
|
+
__name(this, "UpdateServiceInstanceCommand");
|
|
5213
|
+
}
|
|
5118
5214
|
};
|
|
5119
|
-
__name(_UpdateServiceInstanceCommand, "UpdateServiceInstanceCommand");
|
|
5120
|
-
var UpdateServiceInstanceCommand = _UpdateServiceInstanceCommand;
|
|
5121
5215
|
|
|
5122
5216
|
// src/commands/UpdateServicePipelineCommand.ts
|
|
5123
5217
|
|
|
5124
5218
|
|
|
5125
5219
|
|
|
5126
|
-
var
|
|
5220
|
+
var UpdateServicePipelineCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
5127
5221
|
return [
|
|
5128
5222
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
5129
5223
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
5130
5224
|
];
|
|
5131
5225
|
}).s("AwsProton20200720", "UpdateServicePipeline", {}).n("ProtonClient", "UpdateServicePipelineCommand").f(UpdateServicePipelineInputFilterSensitiveLog, UpdateServicePipelineOutputFilterSensitiveLog).ser(se_UpdateServicePipelineCommand).de(de_UpdateServicePipelineCommand).build() {
|
|
5226
|
+
static {
|
|
5227
|
+
__name(this, "UpdateServicePipelineCommand");
|
|
5228
|
+
}
|
|
5132
5229
|
};
|
|
5133
|
-
__name(_UpdateServicePipelineCommand, "UpdateServicePipelineCommand");
|
|
5134
|
-
var UpdateServicePipelineCommand = _UpdateServicePipelineCommand;
|
|
5135
5230
|
|
|
5136
5231
|
// src/commands/UpdateServiceSyncBlockerCommand.ts
|
|
5137
5232
|
|
|
5138
5233
|
|
|
5139
5234
|
|
|
5140
|
-
var
|
|
5235
|
+
var UpdateServiceSyncBlockerCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
5141
5236
|
return [
|
|
5142
5237
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
5143
5238
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
5144
5239
|
];
|
|
5145
5240
|
}).s("AwsProton20200720", "UpdateServiceSyncBlocker", {}).n("ProtonClient", "UpdateServiceSyncBlockerCommand").f(void 0, void 0).ser(se_UpdateServiceSyncBlockerCommand).de(de_UpdateServiceSyncBlockerCommand).build() {
|
|
5241
|
+
static {
|
|
5242
|
+
__name(this, "UpdateServiceSyncBlockerCommand");
|
|
5243
|
+
}
|
|
5146
5244
|
};
|
|
5147
|
-
__name(_UpdateServiceSyncBlockerCommand, "UpdateServiceSyncBlockerCommand");
|
|
5148
|
-
var UpdateServiceSyncBlockerCommand = _UpdateServiceSyncBlockerCommand;
|
|
5149
5245
|
|
|
5150
5246
|
// src/commands/UpdateServiceSyncConfigCommand.ts
|
|
5151
5247
|
|
|
5152
5248
|
|
|
5153
5249
|
|
|
5154
|
-
var
|
|
5250
|
+
var UpdateServiceSyncConfigCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
5155
5251
|
return [
|
|
5156
5252
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
5157
5253
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
5158
5254
|
];
|
|
5159
5255
|
}).s("AwsProton20200720", "UpdateServiceSyncConfig", {}).n("ProtonClient", "UpdateServiceSyncConfigCommand").f(void 0, void 0).ser(se_UpdateServiceSyncConfigCommand).de(de_UpdateServiceSyncConfigCommand).build() {
|
|
5256
|
+
static {
|
|
5257
|
+
__name(this, "UpdateServiceSyncConfigCommand");
|
|
5258
|
+
}
|
|
5160
5259
|
};
|
|
5161
|
-
__name(_UpdateServiceSyncConfigCommand, "UpdateServiceSyncConfigCommand");
|
|
5162
|
-
var UpdateServiceSyncConfigCommand = _UpdateServiceSyncConfigCommand;
|
|
5163
5260
|
|
|
5164
5261
|
// src/commands/UpdateServiceTemplateCommand.ts
|
|
5165
5262
|
|
|
5166
5263
|
|
|
5167
5264
|
|
|
5168
|
-
var
|
|
5265
|
+
var UpdateServiceTemplateCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
5169
5266
|
return [
|
|
5170
5267
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
5171
5268
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
5172
5269
|
];
|
|
5173
5270
|
}).s("AwsProton20200720", "UpdateServiceTemplate", {}).n("ProtonClient", "UpdateServiceTemplateCommand").f(UpdateServiceTemplateInputFilterSensitiveLog, UpdateServiceTemplateOutputFilterSensitiveLog).ser(se_UpdateServiceTemplateCommand).de(de_UpdateServiceTemplateCommand).build() {
|
|
5271
|
+
static {
|
|
5272
|
+
__name(this, "UpdateServiceTemplateCommand");
|
|
5273
|
+
}
|
|
5174
5274
|
};
|
|
5175
|
-
__name(_UpdateServiceTemplateCommand, "UpdateServiceTemplateCommand");
|
|
5176
|
-
var UpdateServiceTemplateCommand = _UpdateServiceTemplateCommand;
|
|
5177
5275
|
|
|
5178
5276
|
// src/commands/UpdateServiceTemplateVersionCommand.ts
|
|
5179
5277
|
|
|
5180
5278
|
|
|
5181
5279
|
|
|
5182
|
-
var
|
|
5280
|
+
var UpdateServiceTemplateVersionCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
5183
5281
|
return [
|
|
5184
5282
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
5185
5283
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
5186
5284
|
];
|
|
5187
5285
|
}).s("AwsProton20200720", "UpdateServiceTemplateVersion", {}).n("ProtonClient", "UpdateServiceTemplateVersionCommand").f(UpdateServiceTemplateVersionInputFilterSensitiveLog, UpdateServiceTemplateVersionOutputFilterSensitiveLog).ser(se_UpdateServiceTemplateVersionCommand).de(de_UpdateServiceTemplateVersionCommand).build() {
|
|
5286
|
+
static {
|
|
5287
|
+
__name(this, "UpdateServiceTemplateVersionCommand");
|
|
5288
|
+
}
|
|
5188
5289
|
};
|
|
5189
|
-
__name(_UpdateServiceTemplateVersionCommand, "UpdateServiceTemplateVersionCommand");
|
|
5190
|
-
var UpdateServiceTemplateVersionCommand = _UpdateServiceTemplateVersionCommand;
|
|
5191
5290
|
|
|
5192
5291
|
// src/commands/UpdateTemplateSyncConfigCommand.ts
|
|
5193
5292
|
|
|
5194
5293
|
|
|
5195
5294
|
|
|
5196
|
-
var
|
|
5295
|
+
var UpdateTemplateSyncConfigCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
5197
5296
|
return [
|
|
5198
5297
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
5199
5298
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
5200
5299
|
];
|
|
5201
5300
|
}).s("AwsProton20200720", "UpdateTemplateSyncConfig", {}).n("ProtonClient", "UpdateTemplateSyncConfigCommand").f(void 0, void 0).ser(se_UpdateTemplateSyncConfigCommand).de(de_UpdateTemplateSyncConfigCommand).build() {
|
|
5301
|
+
static {
|
|
5302
|
+
__name(this, "UpdateTemplateSyncConfigCommand");
|
|
5303
|
+
}
|
|
5202
5304
|
};
|
|
5203
|
-
__name(_UpdateTemplateSyncConfigCommand, "UpdateTemplateSyncConfigCommand");
|
|
5204
|
-
var UpdateTemplateSyncConfigCommand = _UpdateTemplateSyncConfigCommand;
|
|
5205
5305
|
|
|
5206
5306
|
// src/Proton.ts
|
|
5207
5307
|
var commands = {
|
|
@@ -5293,10 +5393,11 @@ var commands = {
|
|
|
5293
5393
|
UpdateServiceTemplateVersionCommand,
|
|
5294
5394
|
UpdateTemplateSyncConfigCommand
|
|
5295
5395
|
};
|
|
5296
|
-
var
|
|
5396
|
+
var Proton = class extends ProtonClient {
|
|
5397
|
+
static {
|
|
5398
|
+
__name(this, "Proton");
|
|
5399
|
+
}
|
|
5297
5400
|
};
|
|
5298
|
-
__name(_Proton, "Proton");
|
|
5299
|
-
var Proton = _Proton;
|
|
5300
5401
|
(0, import_smithy_client.createAggregatedClient)(commands, Proton);
|
|
5301
5402
|
|
|
5302
5403
|
// src/pagination/ListComponentOutputsPaginator.ts
|