@aws-sdk/client-proton 3.288.0 → 3.290.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-types/commands/AcceptEnvironmentAccountConnectionCommand.d.ts +19 -0
- package/dist-types/commands/CancelComponentDeploymentCommand.d.ts +19 -0
- package/dist-types/commands/CancelEnvironmentDeploymentCommand.d.ts +19 -0
- package/dist-types/commands/CancelServiceInstanceDeploymentCommand.d.ts +19 -0
- package/dist-types/commands/CancelServicePipelineDeploymentCommand.d.ts +19 -0
- package/dist-types/commands/CreateComponentCommand.d.ts +23 -0
- package/dist-types/commands/CreateEnvironmentAccountConnectionCommand.d.ts +20 -0
- package/dist-types/commands/CreateEnvironmentCommand.d.ts +23 -0
- package/dist-types/commands/CreateEnvironmentTemplateCommand.d.ts +20 -0
- package/dist-types/commands/CreateEnvironmentTemplateVersionCommand.d.ts +23 -0
- package/dist-types/commands/CreateRepositoryCommand.d.ts +20 -0
- package/dist-types/commands/CreateServiceCommand.d.ts +23 -0
- package/dist-types/commands/CreateServiceTemplateCommand.d.ts +20 -0
- package/dist-types/commands/CreateServiceTemplateVersionCommand.d.ts +23 -0
- package/dist-types/commands/CreateTemplateSyncConfigCommand.d.ts +20 -0
- package/dist-types/commands/DeleteComponentCommand.d.ts +19 -0
- package/dist-types/commands/DeleteEnvironmentAccountConnectionCommand.d.ts +19 -0
- package/dist-types/commands/DeleteEnvironmentCommand.d.ts +19 -0
- package/dist-types/commands/DeleteEnvironmentTemplateCommand.d.ts +19 -0
- package/dist-types/commands/DeleteEnvironmentTemplateVersionCommand.d.ts +19 -0
- package/dist-types/commands/DeleteRepositoryCommand.d.ts +19 -0
- package/dist-types/commands/DeleteServiceCommand.d.ts +19 -0
- package/dist-types/commands/DeleteServiceTemplateCommand.d.ts +19 -0
- package/dist-types/commands/DeleteServiceTemplateVersionCommand.d.ts +19 -0
- package/dist-types/commands/DeleteTemplateSyncConfigCommand.d.ts +19 -0
- package/dist-types/commands/GetAccountSettingsCommand.d.ts +16 -0
- package/dist-types/commands/GetComponentCommand.d.ts +16 -0
- package/dist-types/commands/GetEnvironmentAccountConnectionCommand.d.ts +16 -0
- package/dist-types/commands/GetEnvironmentCommand.d.ts +16 -0
- package/dist-types/commands/GetEnvironmentTemplateCommand.d.ts +16 -0
- package/dist-types/commands/GetEnvironmentTemplateVersionCommand.d.ts +16 -0
- package/dist-types/commands/GetRepositoryCommand.d.ts +16 -0
- package/dist-types/commands/GetRepositorySyncStatusCommand.d.ts +16 -0
- package/dist-types/commands/GetResourcesSummaryCommand.d.ts +13 -0
- package/dist-types/commands/GetServiceCommand.d.ts +16 -0
- package/dist-types/commands/GetServiceInstanceCommand.d.ts +16 -0
- package/dist-types/commands/GetServiceTemplateCommand.d.ts +16 -0
- package/dist-types/commands/GetServiceTemplateVersionCommand.d.ts +16 -0
- package/dist-types/commands/GetTemplateSyncConfigCommand.d.ts +16 -0
- package/dist-types/commands/GetTemplateSyncStatusCommand.d.ts +16 -0
- package/dist-types/commands/ListComponentOutputsCommand.d.ts +16 -0
- package/dist-types/commands/ListComponentProvisionedResourcesCommand.d.ts +16 -0
- package/dist-types/commands/ListComponentsCommand.d.ts +13 -0
- package/dist-types/commands/ListEnvironmentAccountConnectionsCommand.d.ts +13 -0
- package/dist-types/commands/ListEnvironmentOutputsCommand.d.ts +16 -0
- package/dist-types/commands/ListEnvironmentProvisionedResourcesCommand.d.ts +16 -0
- package/dist-types/commands/ListEnvironmentTemplateVersionsCommand.d.ts +16 -0
- package/dist-types/commands/ListEnvironmentTemplatesCommand.d.ts +13 -0
- package/dist-types/commands/ListEnvironmentsCommand.d.ts +16 -0
- package/dist-types/commands/ListRepositoriesCommand.d.ts +16 -0
- package/dist-types/commands/ListRepositorySyncDefinitionsCommand.d.ts +13 -0
- package/dist-types/commands/ListServiceInstanceOutputsCommand.d.ts +16 -0
- package/dist-types/commands/ListServiceInstanceProvisionedResourcesCommand.d.ts +16 -0
- package/dist-types/commands/ListServiceInstancesCommand.d.ts +16 -0
- package/dist-types/commands/ListServicePipelineOutputsCommand.d.ts +16 -0
- package/dist-types/commands/ListServicePipelineProvisionedResourcesCommand.d.ts +16 -0
- package/dist-types/commands/ListServiceTemplateVersionsCommand.d.ts +16 -0
- package/dist-types/commands/ListServiceTemplatesCommand.d.ts +13 -0
- package/dist-types/commands/ListServicesCommand.d.ts +13 -0
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +16 -0
- package/dist-types/commands/NotifyResourceDeploymentStatusChangeCommand.d.ts +23 -0
- package/dist-types/commands/RejectEnvironmentAccountConnectionCommand.d.ts +19 -0
- package/dist-types/commands/TagResourceCommand.d.ts +19 -0
- package/dist-types/commands/UntagResourceCommand.d.ts +19 -0
- package/dist-types/commands/UpdateAccountSettingsCommand.d.ts +16 -0
- package/dist-types/commands/UpdateComponentCommand.d.ts +23 -0
- package/dist-types/commands/UpdateEnvironmentAccountConnectionCommand.d.ts +19 -0
- package/dist-types/commands/UpdateEnvironmentCommand.d.ts +19 -0
- package/dist-types/commands/UpdateEnvironmentTemplateCommand.d.ts +19 -0
- package/dist-types/commands/UpdateEnvironmentTemplateVersionCommand.d.ts +19 -0
- package/dist-types/commands/UpdateServiceCommand.d.ts +23 -0
- package/dist-types/commands/UpdateServiceInstanceCommand.d.ts +19 -0
- package/dist-types/commands/UpdateServicePipelineCommand.d.ts +19 -0
- package/dist-types/commands/UpdateServiceTemplateCommand.d.ts +19 -0
- package/dist-types/commands/UpdateServiceTemplateVersionCommand.d.ts +19 -0
- package/dist-types/commands/UpdateTemplateSyncConfigCommand.d.ts +19 -0
- package/package.json +30 -30
|
@@ -31,6 +31,25 @@ export interface UpdateTemplateSyncConfigCommandOutput extends UpdateTemplateSyn
|
|
|
31
31
|
* @see {@link UpdateTemplateSyncConfigCommandOutput} for command's `response` shape.
|
|
32
32
|
* @see {@link ProtonClientResolvedConfig | config} for ProtonClient's `config` shape.
|
|
33
33
|
*
|
|
34
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
35
|
+
* <p>There <i>isn't</i> sufficient access for performing this action.</p>
|
|
36
|
+
*
|
|
37
|
+
* @throws {@link ConflictException} (client fault)
|
|
38
|
+
* <p>The request <i>couldn't</i> be made due to a conflicting operation or resource.</p>
|
|
39
|
+
*
|
|
40
|
+
* @throws {@link InternalServerException} (server fault)
|
|
41
|
+
* <p>The request failed to register with the service.</p>
|
|
42
|
+
*
|
|
43
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
44
|
+
* <p>The requested resource <i>wasn't</i> found.</p>
|
|
45
|
+
*
|
|
46
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
47
|
+
* <p>The request was denied due to request throttling.</p>
|
|
48
|
+
*
|
|
49
|
+
* @throws {@link ValidationException} (client fault)
|
|
50
|
+
* <p>The input is invalid or an out-of-range value was supplied for the input parameter.</p>
|
|
51
|
+
*
|
|
52
|
+
*
|
|
34
53
|
*/
|
|
35
54
|
export declare class UpdateTemplateSyncConfigCommand extends $Command<UpdateTemplateSyncConfigCommandInput, UpdateTemplateSyncConfigCommandOutput, ProtonClientResolvedConfig> {
|
|
36
55
|
readonly input: UpdateTemplateSyncConfigCommandInput;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-proton",
|
|
3
3
|
"description": "AWS SDK for JavaScript Proton Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.290.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "tsc -p tsconfig.cjs.json",
|
|
@@ -20,39 +20,39 @@
|
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"@aws-crypto/sha256-browser": "3.0.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "3.0.0",
|
|
23
|
-
"@aws-sdk/client-sts": "3.
|
|
24
|
-
"@aws-sdk/config-resolver": "3.
|
|
25
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
26
|
-
"@aws-sdk/fetch-http-handler": "3.
|
|
27
|
-
"@aws-sdk/hash-node": "3.
|
|
28
|
-
"@aws-sdk/invalid-dependency": "3.
|
|
29
|
-
"@aws-sdk/middleware-content-length": "3.
|
|
30
|
-
"@aws-sdk/middleware-endpoint": "3.
|
|
31
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
32
|
-
"@aws-sdk/middleware-logger": "3.
|
|
33
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
34
|
-
"@aws-sdk/middleware-retry": "3.
|
|
35
|
-
"@aws-sdk/middleware-serde": "3.
|
|
36
|
-
"@aws-sdk/middleware-signing": "3.
|
|
37
|
-
"@aws-sdk/middleware-stack": "3.
|
|
38
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
39
|
-
"@aws-sdk/node-config-provider": "3.
|
|
40
|
-
"@aws-sdk/node-http-handler": "3.
|
|
41
|
-
"@aws-sdk/protocol-http": "3.
|
|
42
|
-
"@aws-sdk/smithy-client": "3.
|
|
43
|
-
"@aws-sdk/types": "3.
|
|
44
|
-
"@aws-sdk/url-parser": "3.
|
|
23
|
+
"@aws-sdk/client-sts": "3.290.0",
|
|
24
|
+
"@aws-sdk/config-resolver": "3.290.0",
|
|
25
|
+
"@aws-sdk/credential-provider-node": "3.290.0",
|
|
26
|
+
"@aws-sdk/fetch-http-handler": "3.290.0",
|
|
27
|
+
"@aws-sdk/hash-node": "3.290.0",
|
|
28
|
+
"@aws-sdk/invalid-dependency": "3.290.0",
|
|
29
|
+
"@aws-sdk/middleware-content-length": "3.290.0",
|
|
30
|
+
"@aws-sdk/middleware-endpoint": "3.290.0",
|
|
31
|
+
"@aws-sdk/middleware-host-header": "3.290.0",
|
|
32
|
+
"@aws-sdk/middleware-logger": "3.290.0",
|
|
33
|
+
"@aws-sdk/middleware-recursion-detection": "3.290.0",
|
|
34
|
+
"@aws-sdk/middleware-retry": "3.290.0",
|
|
35
|
+
"@aws-sdk/middleware-serde": "3.290.0",
|
|
36
|
+
"@aws-sdk/middleware-signing": "3.290.0",
|
|
37
|
+
"@aws-sdk/middleware-stack": "3.290.0",
|
|
38
|
+
"@aws-sdk/middleware-user-agent": "3.290.0",
|
|
39
|
+
"@aws-sdk/node-config-provider": "3.290.0",
|
|
40
|
+
"@aws-sdk/node-http-handler": "3.290.0",
|
|
41
|
+
"@aws-sdk/protocol-http": "3.290.0",
|
|
42
|
+
"@aws-sdk/smithy-client": "3.290.0",
|
|
43
|
+
"@aws-sdk/types": "3.290.0",
|
|
44
|
+
"@aws-sdk/url-parser": "3.290.0",
|
|
45
45
|
"@aws-sdk/util-base64": "3.208.0",
|
|
46
46
|
"@aws-sdk/util-body-length-browser": "3.188.0",
|
|
47
47
|
"@aws-sdk/util-body-length-node": "3.208.0",
|
|
48
|
-
"@aws-sdk/util-defaults-mode-browser": "3.
|
|
49
|
-
"@aws-sdk/util-defaults-mode-node": "3.
|
|
50
|
-
"@aws-sdk/util-endpoints": "3.
|
|
51
|
-
"@aws-sdk/util-retry": "3.
|
|
52
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
|
53
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
48
|
+
"@aws-sdk/util-defaults-mode-browser": "3.290.0",
|
|
49
|
+
"@aws-sdk/util-defaults-mode-node": "3.290.0",
|
|
50
|
+
"@aws-sdk/util-endpoints": "3.290.0",
|
|
51
|
+
"@aws-sdk/util-retry": "3.290.0",
|
|
52
|
+
"@aws-sdk/util-user-agent-browser": "3.290.0",
|
|
53
|
+
"@aws-sdk/util-user-agent-node": "3.290.0",
|
|
54
54
|
"@aws-sdk/util-utf8": "3.254.0",
|
|
55
|
-
"@aws-sdk/util-waiter": "3.
|
|
55
|
+
"@aws-sdk/util-waiter": "3.290.0",
|
|
56
56
|
"tslib": "^2.3.1",
|
|
57
57
|
"uuid": "^8.3.2"
|
|
58
58
|
},
|