@aws-sdk/client-proton 3.1018.0 → 3.1020.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (64) hide show
  1. package/dist-cjs/auth/httpAuthSchemeProvider.js +2 -2
  2. package/dist-cjs/runtimeConfig.js +4 -3
  3. package/dist-cjs/runtimeConfig.shared.js +2 -2
  4. package/dist-es/Proton.js +2 -2
  5. package/dist-es/auth/httpAuthSchemeProvider.js +1 -1
  6. package/dist-es/runtimeConfig.js +2 -1
  7. package/dist-es/runtimeConfig.shared.js +1 -1
  8. package/dist-es/waiters/waitForComponentDeleted.js +1 -1
  9. package/dist-es/waiters/waitForComponentDeployed.js +1 -1
  10. package/dist-es/waiters/waitForEnvironmentDeployed.js +1 -1
  11. package/dist-es/waiters/waitForEnvironmentTemplateVersionRegistered.js +1 -1
  12. package/dist-es/waiters/waitForServiceCreated.js +1 -1
  13. package/dist-es/waiters/waitForServiceDeleted.js +1 -1
  14. package/dist-es/waiters/waitForServiceInstanceDeployed.js +1 -1
  15. package/dist-es/waiters/waitForServicePipelineDeployed.js +1 -1
  16. package/dist-es/waiters/waitForServiceTemplateVersionRegistered.js +1 -1
  17. package/dist-es/waiters/waitForServiceUpdated.js +1 -1
  18. package/dist-types/Proton.d.ts +87 -87
  19. package/dist-types/ProtonClient.d.ts +90 -90
  20. package/dist-types/auth/httpAuthExtensionConfiguration.d.ts +1 -1
  21. package/dist-types/auth/httpAuthSchemeProvider.d.ts +1 -1
  22. package/dist-types/index.d.ts +1 -1
  23. package/dist-types/models/models_0.d.ts +1 -1
  24. package/dist-types/pagination/ListComponentOutputsPaginator.d.ts +1 -1
  25. package/dist-types/pagination/ListComponentProvisionedResourcesPaginator.d.ts +1 -1
  26. package/dist-types/pagination/ListComponentsPaginator.d.ts +1 -1
  27. package/dist-types/pagination/ListDeploymentsPaginator.d.ts +1 -1
  28. package/dist-types/pagination/ListEnvironmentAccountConnectionsPaginator.d.ts +1 -1
  29. package/dist-types/pagination/ListEnvironmentOutputsPaginator.d.ts +1 -1
  30. package/dist-types/pagination/ListEnvironmentProvisionedResourcesPaginator.d.ts +1 -1
  31. package/dist-types/pagination/ListEnvironmentTemplateVersionsPaginator.d.ts +1 -1
  32. package/dist-types/pagination/ListEnvironmentTemplatesPaginator.d.ts +1 -1
  33. package/dist-types/pagination/ListEnvironmentsPaginator.d.ts +1 -1
  34. package/dist-types/pagination/ListRepositoriesPaginator.d.ts +1 -1
  35. package/dist-types/pagination/ListRepositorySyncDefinitionsPaginator.d.ts +1 -1
  36. package/dist-types/pagination/ListServiceInstanceOutputsPaginator.d.ts +1 -1
  37. package/dist-types/pagination/ListServiceInstanceProvisionedResourcesPaginator.d.ts +1 -1
  38. package/dist-types/pagination/ListServiceInstancesPaginator.d.ts +1 -1
  39. package/dist-types/pagination/ListServicePipelineOutputsPaginator.d.ts +1 -1
  40. package/dist-types/pagination/ListServicePipelineProvisionedResourcesPaginator.d.ts +1 -1
  41. package/dist-types/pagination/ListServiceTemplateVersionsPaginator.d.ts +1 -1
  42. package/dist-types/pagination/ListServiceTemplatesPaginator.d.ts +1 -1
  43. package/dist-types/pagination/ListServicesPaginator.d.ts +1 -1
  44. package/dist-types/pagination/ListTagsForResourcePaginator.d.ts +1 -1
  45. package/dist-types/runtimeConfig.browser.d.ts +1 -1
  46. package/dist-types/runtimeConfig.d.ts +1 -1
  47. package/dist-types/runtimeConfig.native.d.ts +1 -1
  48. package/dist-types/ts3.4/ProtonClient.d.ts +2 -3
  49. package/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +1 -1
  50. package/dist-types/ts3.4/auth/httpAuthSchemeProvider.d.ts +1 -1
  51. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +1 -1
  52. package/dist-types/ts3.4/runtimeConfig.d.ts +1 -1
  53. package/dist-types/ts3.4/runtimeConfig.native.d.ts +1 -1
  54. package/dist-types/waiters/waitForComponentDeleted.d.ts +3 -3
  55. package/dist-types/waiters/waitForComponentDeployed.d.ts +3 -3
  56. package/dist-types/waiters/waitForEnvironmentDeployed.d.ts +3 -3
  57. package/dist-types/waiters/waitForEnvironmentTemplateVersionRegistered.d.ts +3 -3
  58. package/dist-types/waiters/waitForServiceCreated.d.ts +3 -3
  59. package/dist-types/waiters/waitForServiceDeleted.d.ts +3 -3
  60. package/dist-types/waiters/waitForServiceInstanceDeployed.d.ts +3 -3
  61. package/dist-types/waiters/waitForServicePipelineDeployed.d.ts +3 -3
  62. package/dist-types/waiters/waitForServiceTemplateVersionRegistered.d.ts +3 -3
  63. package/dist-types/waiters/waitForServiceUpdated.d.ts +3 -3
  64. package/package.json +14 -14
@@ -1,7 +1,7 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.resolveHttpAuthSchemeConfig = exports.defaultProtonHttpAuthSchemeProvider = exports.defaultProtonHttpAuthSchemeParametersProvider = void 0;
4
- const core_1 = require("@aws-sdk/core");
4
+ const httpAuthSchemes_1 = require("@aws-sdk/core/httpAuthSchemes");
5
5
  const util_middleware_1 = require("@smithy/util-middleware");
6
6
  const defaultProtonHttpAuthSchemeParametersProvider = async (config, context, input) => {
7
7
  return {
@@ -38,7 +38,7 @@ const defaultProtonHttpAuthSchemeProvider = (authParameters) => {
38
38
  };
39
39
  exports.defaultProtonHttpAuthSchemeProvider = defaultProtonHttpAuthSchemeProvider;
40
40
  const resolveHttpAuthSchemeConfig = (config) => {
41
- const config_0 = (0, core_1.resolveAwsSdkSigV4Config)(config);
41
+ const config_0 = (0, httpAuthSchemes_1.resolveAwsSdkSigV4Config)(config);
42
42
  return Object.assign(config_0, {
43
43
  authSchemePreference: (0, util_middleware_1.normalizeProvider)(config.authSchemePreference ?? []),
44
44
  });
@@ -3,7 +3,8 @@ Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.getRuntimeConfig = void 0;
4
4
  const tslib_1 = require("tslib");
5
5
  const package_json_1 = tslib_1.__importDefault(require("../package.json"));
6
- const core_1 = require("@aws-sdk/core");
6
+ const client_1 = require("@aws-sdk/core/client");
7
+ const httpAuthSchemes_1 = require("@aws-sdk/core/httpAuthSchemes");
7
8
  const credential_provider_node_1 = require("@aws-sdk/credential-provider-node");
8
9
  const util_user_agent_node_1 = require("@aws-sdk/util-user-agent-node");
9
10
  const config_resolver_1 = require("@smithy/config-resolver");
@@ -21,7 +22,7 @@ const getRuntimeConfig = (config) => {
21
22
  const defaultsMode = (0, util_defaults_mode_node_1.resolveDefaultsModeConfig)(config);
22
23
  const defaultConfigProvider = () => defaultsMode().then(smithy_client_1.loadConfigsForDefaultMode);
23
24
  const clientSharedValues = (0, runtimeConfig_shared_1.getRuntimeConfig)(config);
24
- (0, core_1.emitWarningIfUnsupportedVersion)(process.version);
25
+ (0, client_1.emitWarningIfUnsupportedVersion)(process.version);
25
26
  const loaderConfig = {
26
27
  profile: config?.profile,
27
28
  logger: clientSharedValues.logger,
@@ -31,7 +32,7 @@ const getRuntimeConfig = (config) => {
31
32
  ...config,
32
33
  runtime: "node",
33
34
  defaultsMode,
34
- authSchemePreference: config?.authSchemePreference ?? (0, node_config_provider_1.loadConfig)(core_1.NODE_AUTH_SCHEME_PREFERENCE_OPTIONS, loaderConfig),
35
+ authSchemePreference: config?.authSchemePreference ?? (0, node_config_provider_1.loadConfig)(httpAuthSchemes_1.NODE_AUTH_SCHEME_PREFERENCE_OPTIONS, loaderConfig),
35
36
  bodyLengthChecker: config?.bodyLengthChecker ?? util_body_length_node_1.calculateBodyLength,
36
37
  credentialDefaultProvider: config?.credentialDefaultProvider ?? credential_provider_node_1.defaultProvider,
37
38
  defaultUserAgentProvider: config?.defaultUserAgentProvider ?? (0, util_user_agent_node_1.createDefaultUserAgentProvider)({ serviceId: clientSharedValues.serviceId, clientVersion: package_json_1.default.version }),
@@ -1,7 +1,7 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.getRuntimeConfig = void 0;
4
- const core_1 = require("@aws-sdk/core");
4
+ const httpAuthSchemes_1 = require("@aws-sdk/core/httpAuthSchemes");
5
5
  const protocols_1 = require("@aws-sdk/core/protocols");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  const url_parser_1 = require("@smithy/url-parser");
@@ -23,7 +23,7 @@ const getRuntimeConfig = (config) => {
23
23
  {
24
24
  schemeId: "aws.auth#sigv4",
25
25
  identityProvider: (ipc) => ipc.getIdentityProvider("aws.auth#sigv4"),
26
- signer: new core_1.AwsSdkSigV4Signer(),
26
+ signer: new httpAuthSchemes_1.AwsSdkSigV4Signer(),
27
27
  },
28
28
  ],
29
29
  logger: config?.logger ?? new smithy_client_1.NoOpLogger(),
package/dist-es/Proton.js CHANGED
@@ -38,7 +38,7 @@ import { GetEnvironmentTemplateVersionCommand, } from "./commands/GetEnvironment
38
38
  import { GetRepositoryCommand, } from "./commands/GetRepositoryCommand";
39
39
  import { GetRepositorySyncStatusCommand, } from "./commands/GetRepositorySyncStatusCommand";
40
40
  import { GetResourcesSummaryCommand, } from "./commands/GetResourcesSummaryCommand";
41
- import { GetServiceCommand } from "./commands/GetServiceCommand";
41
+ import { GetServiceCommand, } from "./commands/GetServiceCommand";
42
42
  import { GetServiceInstanceCommand, } from "./commands/GetServiceInstanceCommand";
43
43
  import { GetServiceInstanceSyncStatusCommand, } from "./commands/GetServiceInstanceSyncStatusCommand";
44
44
  import { GetServiceSyncBlockerSummaryCommand, } from "./commands/GetServiceSyncBlockerSummaryCommand";
@@ -70,7 +70,7 @@ import { ListServiceTemplateVersionsCommand, } from "./commands/ListServiceTempl
70
70
  import { ListTagsForResourceCommand, } from "./commands/ListTagsForResourceCommand";
71
71
  import { NotifyResourceDeploymentStatusChangeCommand, } from "./commands/NotifyResourceDeploymentStatusChangeCommand";
72
72
  import { RejectEnvironmentAccountConnectionCommand, } from "./commands/RejectEnvironmentAccountConnectionCommand";
73
- import { TagResourceCommand } from "./commands/TagResourceCommand";
73
+ import { TagResourceCommand, } from "./commands/TagResourceCommand";
74
74
  import { UntagResourceCommand, } from "./commands/UntagResourceCommand";
75
75
  import { UpdateAccountSettingsCommand, } from "./commands/UpdateAccountSettingsCommand";
76
76
  import { UpdateComponentCommand, } from "./commands/UpdateComponentCommand";
@@ -1,4 +1,4 @@
1
- import { resolveAwsSdkSigV4Config, } from "@aws-sdk/core";
1
+ import { resolveAwsSdkSigV4Config, } from "@aws-sdk/core/httpAuthSchemes";
2
2
  import { getSmithyContext, normalizeProvider } from "@smithy/util-middleware";
3
3
  export const defaultProtonHttpAuthSchemeParametersProvider = async (config, context, input) => {
4
4
  return {
@@ -1,5 +1,6 @@
1
1
  import packageInfo from "../package.json";
2
- import { emitWarningIfUnsupportedVersion as awsCheckVersion, NODE_AUTH_SCHEME_PREFERENCE_OPTIONS } from "@aws-sdk/core";
2
+ import { emitWarningIfUnsupportedVersion as awsCheckVersion } from "@aws-sdk/core/client";
3
+ import { NODE_AUTH_SCHEME_PREFERENCE_OPTIONS } from "@aws-sdk/core/httpAuthSchemes";
3
4
  import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node";
4
5
  import { createDefaultUserAgentProvider, NODE_APP_ID_CONFIG_OPTIONS } from "@aws-sdk/util-user-agent-node";
5
6
  import { NODE_REGION_CONFIG_FILE_OPTIONS, NODE_REGION_CONFIG_OPTIONS, NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, } from "@smithy/config-resolver";
@@ -1,4 +1,4 @@
1
- import { AwsSdkSigV4Signer } from "@aws-sdk/core";
1
+ import { AwsSdkSigV4Signer } from "@aws-sdk/core/httpAuthSchemes";
2
2
  import { AwsJson1_0Protocol } from "@aws-sdk/core/protocols";
3
3
  import { NoOpLogger } from "@smithy/smithy-client";
4
4
  import { parseUrl } from "@smithy/url-parser";
@@ -1,4 +1,4 @@
1
- import { checkExceptions, createWaiter, WaiterState } from "@smithy/util-waiter";
1
+ import { checkExceptions, createWaiter, WaiterState, } from "@smithy/util-waiter";
2
2
  import { GetComponentCommand } from "../commands/GetComponentCommand";
3
3
  const checkState = async (client, input) => {
4
4
  let reason;
@@ -1,4 +1,4 @@
1
- import { checkExceptions, createWaiter, WaiterState } from "@smithy/util-waiter";
1
+ import { checkExceptions, createWaiter, WaiterState, } from "@smithy/util-waiter";
2
2
  import { GetComponentCommand } from "../commands/GetComponentCommand";
3
3
  const checkState = async (client, input) => {
4
4
  let reason;
@@ -1,4 +1,4 @@
1
- import { checkExceptions, createWaiter, WaiterState } from "@smithy/util-waiter";
1
+ import { checkExceptions, createWaiter, WaiterState, } from "@smithy/util-waiter";
2
2
  import { GetEnvironmentCommand } from "../commands/GetEnvironmentCommand";
3
3
  const checkState = async (client, input) => {
4
4
  let reason;
@@ -1,4 +1,4 @@
1
- import { checkExceptions, createWaiter, WaiterState } from "@smithy/util-waiter";
1
+ import { checkExceptions, createWaiter, WaiterState, } from "@smithy/util-waiter";
2
2
  import { GetEnvironmentTemplateVersionCommand, } from "../commands/GetEnvironmentTemplateVersionCommand";
3
3
  const checkState = async (client, input) => {
4
4
  let reason;
@@ -1,4 +1,4 @@
1
- import { checkExceptions, createWaiter, WaiterState } from "@smithy/util-waiter";
1
+ import { checkExceptions, createWaiter, WaiterState, } from "@smithy/util-waiter";
2
2
  import { GetServiceCommand } from "../commands/GetServiceCommand";
3
3
  const checkState = async (client, input) => {
4
4
  let reason;
@@ -1,4 +1,4 @@
1
- import { checkExceptions, createWaiter, WaiterState } from "@smithy/util-waiter";
1
+ import { checkExceptions, createWaiter, WaiterState, } from "@smithy/util-waiter";
2
2
  import { GetServiceCommand } from "../commands/GetServiceCommand";
3
3
  const checkState = async (client, input) => {
4
4
  let reason;
@@ -1,4 +1,4 @@
1
- import { checkExceptions, createWaiter, WaiterState } from "@smithy/util-waiter";
1
+ import { checkExceptions, createWaiter, WaiterState, } from "@smithy/util-waiter";
2
2
  import { GetServiceInstanceCommand } from "../commands/GetServiceInstanceCommand";
3
3
  const checkState = async (client, input) => {
4
4
  let reason;
@@ -1,4 +1,4 @@
1
- import { checkExceptions, createWaiter, WaiterState } from "@smithy/util-waiter";
1
+ import { checkExceptions, createWaiter, WaiterState, } from "@smithy/util-waiter";
2
2
  import { GetServiceCommand } from "../commands/GetServiceCommand";
3
3
  const checkState = async (client, input) => {
4
4
  let reason;
@@ -1,4 +1,4 @@
1
- import { checkExceptions, createWaiter, WaiterState } from "@smithy/util-waiter";
1
+ import { checkExceptions, createWaiter, WaiterState, } from "@smithy/util-waiter";
2
2
  import { GetServiceTemplateVersionCommand, } from "../commands/GetServiceTemplateVersionCommand";
3
3
  const checkState = async (client, input) => {
4
4
  let reason;
@@ -1,4 +1,4 @@
1
- import { checkExceptions, createWaiter, WaiterState } from "@smithy/util-waiter";
1
+ import { checkExceptions, createWaiter, WaiterState, } from "@smithy/util-waiter";
2
2
  import { GetServiceCommand } from "../commands/GetServiceCommand";
3
3
  const checkState = async (client, input) => {
4
4
  let reason;
@@ -1,92 +1,92 @@
1
1
  import type { HttpHandlerOptions as __HttpHandlerOptions, PaginationConfiguration, Paginator, WaiterConfiguration } from "@smithy/types";
2
2
  import type { WaiterResult } from "@smithy/util-waiter";
3
- import { AcceptEnvironmentAccountConnectionCommandInput, AcceptEnvironmentAccountConnectionCommandOutput } from "./commands/AcceptEnvironmentAccountConnectionCommand";
4
- import { CancelComponentDeploymentCommandInput, CancelComponentDeploymentCommandOutput } from "./commands/CancelComponentDeploymentCommand";
5
- import { CancelEnvironmentDeploymentCommandInput, CancelEnvironmentDeploymentCommandOutput } from "./commands/CancelEnvironmentDeploymentCommand";
6
- import { CancelServiceInstanceDeploymentCommandInput, CancelServiceInstanceDeploymentCommandOutput } from "./commands/CancelServiceInstanceDeploymentCommand";
7
- import { CancelServicePipelineDeploymentCommandInput, CancelServicePipelineDeploymentCommandOutput } from "./commands/CancelServicePipelineDeploymentCommand";
8
- import { CreateComponentCommandInput, CreateComponentCommandOutput } from "./commands/CreateComponentCommand";
9
- import { CreateEnvironmentAccountConnectionCommandInput, CreateEnvironmentAccountConnectionCommandOutput } from "./commands/CreateEnvironmentAccountConnectionCommand";
10
- import { CreateEnvironmentCommandInput, CreateEnvironmentCommandOutput } from "./commands/CreateEnvironmentCommand";
11
- import { CreateEnvironmentTemplateCommandInput, CreateEnvironmentTemplateCommandOutput } from "./commands/CreateEnvironmentTemplateCommand";
12
- import { CreateEnvironmentTemplateVersionCommandInput, CreateEnvironmentTemplateVersionCommandOutput } from "./commands/CreateEnvironmentTemplateVersionCommand";
13
- import { CreateRepositoryCommandInput, CreateRepositoryCommandOutput } from "./commands/CreateRepositoryCommand";
14
- import { CreateServiceCommandInput, CreateServiceCommandOutput } from "./commands/CreateServiceCommand";
15
- import { CreateServiceInstanceCommandInput, CreateServiceInstanceCommandOutput } from "./commands/CreateServiceInstanceCommand";
16
- import { CreateServiceSyncConfigCommandInput, CreateServiceSyncConfigCommandOutput } from "./commands/CreateServiceSyncConfigCommand";
17
- import { CreateServiceTemplateCommandInput, CreateServiceTemplateCommandOutput } from "./commands/CreateServiceTemplateCommand";
18
- import { CreateServiceTemplateVersionCommandInput, CreateServiceTemplateVersionCommandOutput } from "./commands/CreateServiceTemplateVersionCommand";
19
- import { CreateTemplateSyncConfigCommandInput, CreateTemplateSyncConfigCommandOutput } from "./commands/CreateTemplateSyncConfigCommand";
20
- import { DeleteComponentCommandInput, DeleteComponentCommandOutput } from "./commands/DeleteComponentCommand";
21
- import { DeleteDeploymentCommandInput, DeleteDeploymentCommandOutput } from "./commands/DeleteDeploymentCommand";
22
- import { DeleteEnvironmentAccountConnectionCommandInput, DeleteEnvironmentAccountConnectionCommandOutput } from "./commands/DeleteEnvironmentAccountConnectionCommand";
23
- import { DeleteEnvironmentCommandInput, DeleteEnvironmentCommandOutput } from "./commands/DeleteEnvironmentCommand";
24
- import { DeleteEnvironmentTemplateCommandInput, DeleteEnvironmentTemplateCommandOutput } from "./commands/DeleteEnvironmentTemplateCommand";
25
- import { DeleteEnvironmentTemplateVersionCommandInput, DeleteEnvironmentTemplateVersionCommandOutput } from "./commands/DeleteEnvironmentTemplateVersionCommand";
26
- import { DeleteRepositoryCommandInput, DeleteRepositoryCommandOutput } from "./commands/DeleteRepositoryCommand";
27
- import { DeleteServiceCommandInput, DeleteServiceCommandOutput } from "./commands/DeleteServiceCommand";
28
- import { DeleteServiceSyncConfigCommandInput, DeleteServiceSyncConfigCommandOutput } from "./commands/DeleteServiceSyncConfigCommand";
29
- import { DeleteServiceTemplateCommandInput, DeleteServiceTemplateCommandOutput } from "./commands/DeleteServiceTemplateCommand";
30
- import { DeleteServiceTemplateVersionCommandInput, DeleteServiceTemplateVersionCommandOutput } from "./commands/DeleteServiceTemplateVersionCommand";
31
- import { DeleteTemplateSyncConfigCommandInput, DeleteTemplateSyncConfigCommandOutput } from "./commands/DeleteTemplateSyncConfigCommand";
32
- import { GetAccountSettingsCommandInput, GetAccountSettingsCommandOutput } from "./commands/GetAccountSettingsCommand";
33
- import { GetComponentCommandInput, GetComponentCommandOutput } from "./commands/GetComponentCommand";
34
- import { GetDeploymentCommandInput, GetDeploymentCommandOutput } from "./commands/GetDeploymentCommand";
35
- import { GetEnvironmentAccountConnectionCommandInput, GetEnvironmentAccountConnectionCommandOutput } from "./commands/GetEnvironmentAccountConnectionCommand";
36
- import { GetEnvironmentCommandInput, GetEnvironmentCommandOutput } from "./commands/GetEnvironmentCommand";
37
- import { GetEnvironmentTemplateCommandInput, GetEnvironmentTemplateCommandOutput } from "./commands/GetEnvironmentTemplateCommand";
38
- import { GetEnvironmentTemplateVersionCommandInput, GetEnvironmentTemplateVersionCommandOutput } from "./commands/GetEnvironmentTemplateVersionCommand";
39
- import { GetRepositoryCommandInput, GetRepositoryCommandOutput } from "./commands/GetRepositoryCommand";
40
- import { GetRepositorySyncStatusCommandInput, GetRepositorySyncStatusCommandOutput } from "./commands/GetRepositorySyncStatusCommand";
41
- import { GetResourcesSummaryCommandInput, GetResourcesSummaryCommandOutput } from "./commands/GetResourcesSummaryCommand";
42
- import { GetServiceCommandInput, GetServiceCommandOutput } from "./commands/GetServiceCommand";
43
- import { GetServiceInstanceCommandInput, GetServiceInstanceCommandOutput } from "./commands/GetServiceInstanceCommand";
44
- import { GetServiceInstanceSyncStatusCommandInput, GetServiceInstanceSyncStatusCommandOutput } from "./commands/GetServiceInstanceSyncStatusCommand";
45
- import { GetServiceSyncBlockerSummaryCommandInput, GetServiceSyncBlockerSummaryCommandOutput } from "./commands/GetServiceSyncBlockerSummaryCommand";
46
- import { GetServiceSyncConfigCommandInput, GetServiceSyncConfigCommandOutput } from "./commands/GetServiceSyncConfigCommand";
47
- import { GetServiceTemplateCommandInput, GetServiceTemplateCommandOutput } from "./commands/GetServiceTemplateCommand";
48
- import { GetServiceTemplateVersionCommandInput, GetServiceTemplateVersionCommandOutput } from "./commands/GetServiceTemplateVersionCommand";
49
- import { GetTemplateSyncConfigCommandInput, GetTemplateSyncConfigCommandOutput } from "./commands/GetTemplateSyncConfigCommand";
50
- import { GetTemplateSyncStatusCommandInput, GetTemplateSyncStatusCommandOutput } from "./commands/GetTemplateSyncStatusCommand";
51
- import { ListComponentOutputsCommandInput, ListComponentOutputsCommandOutput } from "./commands/ListComponentOutputsCommand";
52
- import { ListComponentProvisionedResourcesCommandInput, ListComponentProvisionedResourcesCommandOutput } from "./commands/ListComponentProvisionedResourcesCommand";
53
- import { ListComponentsCommandInput, ListComponentsCommandOutput } from "./commands/ListComponentsCommand";
54
- import { ListDeploymentsCommandInput, ListDeploymentsCommandOutput } from "./commands/ListDeploymentsCommand";
55
- import { ListEnvironmentAccountConnectionsCommandInput, ListEnvironmentAccountConnectionsCommandOutput } from "./commands/ListEnvironmentAccountConnectionsCommand";
56
- import { ListEnvironmentOutputsCommandInput, ListEnvironmentOutputsCommandOutput } from "./commands/ListEnvironmentOutputsCommand";
57
- import { ListEnvironmentProvisionedResourcesCommandInput, ListEnvironmentProvisionedResourcesCommandOutput } from "./commands/ListEnvironmentProvisionedResourcesCommand";
58
- import { ListEnvironmentsCommandInput, ListEnvironmentsCommandOutput } from "./commands/ListEnvironmentsCommand";
59
- import { ListEnvironmentTemplatesCommandInput, ListEnvironmentTemplatesCommandOutput } from "./commands/ListEnvironmentTemplatesCommand";
60
- import { ListEnvironmentTemplateVersionsCommandInput, ListEnvironmentTemplateVersionsCommandOutput } from "./commands/ListEnvironmentTemplateVersionsCommand";
61
- import { ListRepositoriesCommandInput, ListRepositoriesCommandOutput } from "./commands/ListRepositoriesCommand";
62
- import { ListRepositorySyncDefinitionsCommandInput, ListRepositorySyncDefinitionsCommandOutput } from "./commands/ListRepositorySyncDefinitionsCommand";
63
- import { ListServiceInstanceOutputsCommandInput, ListServiceInstanceOutputsCommandOutput } from "./commands/ListServiceInstanceOutputsCommand";
64
- import { ListServiceInstanceProvisionedResourcesCommandInput, ListServiceInstanceProvisionedResourcesCommandOutput } from "./commands/ListServiceInstanceProvisionedResourcesCommand";
65
- import { ListServiceInstancesCommandInput, ListServiceInstancesCommandOutput } from "./commands/ListServiceInstancesCommand";
66
- import { ListServicePipelineOutputsCommandInput, ListServicePipelineOutputsCommandOutput } from "./commands/ListServicePipelineOutputsCommand";
67
- import { ListServicePipelineProvisionedResourcesCommandInput, ListServicePipelineProvisionedResourcesCommandOutput } from "./commands/ListServicePipelineProvisionedResourcesCommand";
68
- import { ListServicesCommandInput, ListServicesCommandOutput } from "./commands/ListServicesCommand";
69
- import { ListServiceTemplatesCommandInput, ListServiceTemplatesCommandOutput } from "./commands/ListServiceTemplatesCommand";
70
- import { ListServiceTemplateVersionsCommandInput, ListServiceTemplateVersionsCommandOutput } from "./commands/ListServiceTemplateVersionsCommand";
71
- import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "./commands/ListTagsForResourceCommand";
72
- import { NotifyResourceDeploymentStatusChangeCommandInput, NotifyResourceDeploymentStatusChangeCommandOutput } from "./commands/NotifyResourceDeploymentStatusChangeCommand";
73
- import { RejectEnvironmentAccountConnectionCommandInput, RejectEnvironmentAccountConnectionCommandOutput } from "./commands/RejectEnvironmentAccountConnectionCommand";
74
- import { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/TagResourceCommand";
75
- import { UntagResourceCommandInput, UntagResourceCommandOutput } from "./commands/UntagResourceCommand";
76
- import { UpdateAccountSettingsCommandInput, UpdateAccountSettingsCommandOutput } from "./commands/UpdateAccountSettingsCommand";
77
- import { UpdateComponentCommandInput, UpdateComponentCommandOutput } from "./commands/UpdateComponentCommand";
78
- import { UpdateEnvironmentAccountConnectionCommandInput, UpdateEnvironmentAccountConnectionCommandOutput } from "./commands/UpdateEnvironmentAccountConnectionCommand";
79
- import { UpdateEnvironmentCommandInput, UpdateEnvironmentCommandOutput } from "./commands/UpdateEnvironmentCommand";
80
- import { UpdateEnvironmentTemplateCommandInput, UpdateEnvironmentTemplateCommandOutput } from "./commands/UpdateEnvironmentTemplateCommand";
81
- import { UpdateEnvironmentTemplateVersionCommandInput, UpdateEnvironmentTemplateVersionCommandOutput } from "./commands/UpdateEnvironmentTemplateVersionCommand";
82
- import { UpdateServiceCommandInput, UpdateServiceCommandOutput } from "./commands/UpdateServiceCommand";
83
- import { UpdateServiceInstanceCommandInput, UpdateServiceInstanceCommandOutput } from "./commands/UpdateServiceInstanceCommand";
84
- import { UpdateServicePipelineCommandInput, UpdateServicePipelineCommandOutput } from "./commands/UpdateServicePipelineCommand";
85
- import { UpdateServiceSyncBlockerCommandInput, UpdateServiceSyncBlockerCommandOutput } from "./commands/UpdateServiceSyncBlockerCommand";
86
- import { UpdateServiceSyncConfigCommandInput, UpdateServiceSyncConfigCommandOutput } from "./commands/UpdateServiceSyncConfigCommand";
87
- import { UpdateServiceTemplateCommandInput, UpdateServiceTemplateCommandOutput } from "./commands/UpdateServiceTemplateCommand";
88
- import { UpdateServiceTemplateVersionCommandInput, UpdateServiceTemplateVersionCommandOutput } from "./commands/UpdateServiceTemplateVersionCommand";
89
- import { UpdateTemplateSyncConfigCommandInput, UpdateTemplateSyncConfigCommandOutput } from "./commands/UpdateTemplateSyncConfigCommand";
3
+ import { type AcceptEnvironmentAccountConnectionCommandInput, type AcceptEnvironmentAccountConnectionCommandOutput } from "./commands/AcceptEnvironmentAccountConnectionCommand";
4
+ import { type CancelComponentDeploymentCommandInput, type CancelComponentDeploymentCommandOutput } from "./commands/CancelComponentDeploymentCommand";
5
+ import { type CancelEnvironmentDeploymentCommandInput, type CancelEnvironmentDeploymentCommandOutput } from "./commands/CancelEnvironmentDeploymentCommand";
6
+ import { type CancelServiceInstanceDeploymentCommandInput, type CancelServiceInstanceDeploymentCommandOutput } from "./commands/CancelServiceInstanceDeploymentCommand";
7
+ import { type CancelServicePipelineDeploymentCommandInput, type CancelServicePipelineDeploymentCommandOutput } from "./commands/CancelServicePipelineDeploymentCommand";
8
+ import { type CreateComponentCommandInput, type CreateComponentCommandOutput } from "./commands/CreateComponentCommand";
9
+ import { type CreateEnvironmentAccountConnectionCommandInput, type CreateEnvironmentAccountConnectionCommandOutput } from "./commands/CreateEnvironmentAccountConnectionCommand";
10
+ import { type CreateEnvironmentCommandInput, type CreateEnvironmentCommandOutput } from "./commands/CreateEnvironmentCommand";
11
+ import { type CreateEnvironmentTemplateCommandInput, type CreateEnvironmentTemplateCommandOutput } from "./commands/CreateEnvironmentTemplateCommand";
12
+ import { type CreateEnvironmentTemplateVersionCommandInput, type CreateEnvironmentTemplateVersionCommandOutput } from "./commands/CreateEnvironmentTemplateVersionCommand";
13
+ import { type CreateRepositoryCommandInput, type CreateRepositoryCommandOutput } from "./commands/CreateRepositoryCommand";
14
+ import { type CreateServiceCommandInput, type CreateServiceCommandOutput } from "./commands/CreateServiceCommand";
15
+ import { type CreateServiceInstanceCommandInput, type CreateServiceInstanceCommandOutput } from "./commands/CreateServiceInstanceCommand";
16
+ import { type CreateServiceSyncConfigCommandInput, type CreateServiceSyncConfigCommandOutput } from "./commands/CreateServiceSyncConfigCommand";
17
+ import { type CreateServiceTemplateCommandInput, type CreateServiceTemplateCommandOutput } from "./commands/CreateServiceTemplateCommand";
18
+ import { type CreateServiceTemplateVersionCommandInput, type CreateServiceTemplateVersionCommandOutput } from "./commands/CreateServiceTemplateVersionCommand";
19
+ import { type CreateTemplateSyncConfigCommandInput, type CreateTemplateSyncConfigCommandOutput } from "./commands/CreateTemplateSyncConfigCommand";
20
+ import { type DeleteComponentCommandInput, type DeleteComponentCommandOutput } from "./commands/DeleteComponentCommand";
21
+ import { type DeleteDeploymentCommandInput, type DeleteDeploymentCommandOutput } from "./commands/DeleteDeploymentCommand";
22
+ import { type DeleteEnvironmentAccountConnectionCommandInput, type DeleteEnvironmentAccountConnectionCommandOutput } from "./commands/DeleteEnvironmentAccountConnectionCommand";
23
+ import { type DeleteEnvironmentCommandInput, type DeleteEnvironmentCommandOutput } from "./commands/DeleteEnvironmentCommand";
24
+ import { type DeleteEnvironmentTemplateCommandInput, type DeleteEnvironmentTemplateCommandOutput } from "./commands/DeleteEnvironmentTemplateCommand";
25
+ import { type DeleteEnvironmentTemplateVersionCommandInput, type DeleteEnvironmentTemplateVersionCommandOutput } from "./commands/DeleteEnvironmentTemplateVersionCommand";
26
+ import { type DeleteRepositoryCommandInput, type DeleteRepositoryCommandOutput } from "./commands/DeleteRepositoryCommand";
27
+ import { type DeleteServiceCommandInput, type DeleteServiceCommandOutput } from "./commands/DeleteServiceCommand";
28
+ import { type DeleteServiceSyncConfigCommandInput, type DeleteServiceSyncConfigCommandOutput } from "./commands/DeleteServiceSyncConfigCommand";
29
+ import { type DeleteServiceTemplateCommandInput, type DeleteServiceTemplateCommandOutput } from "./commands/DeleteServiceTemplateCommand";
30
+ import { type DeleteServiceTemplateVersionCommandInput, type DeleteServiceTemplateVersionCommandOutput } from "./commands/DeleteServiceTemplateVersionCommand";
31
+ import { type DeleteTemplateSyncConfigCommandInput, type DeleteTemplateSyncConfigCommandOutput } from "./commands/DeleteTemplateSyncConfigCommand";
32
+ import { type GetAccountSettingsCommandInput, type GetAccountSettingsCommandOutput } from "./commands/GetAccountSettingsCommand";
33
+ import { type GetComponentCommandInput, type GetComponentCommandOutput } from "./commands/GetComponentCommand";
34
+ import { type GetDeploymentCommandInput, type GetDeploymentCommandOutput } from "./commands/GetDeploymentCommand";
35
+ import { type GetEnvironmentAccountConnectionCommandInput, type GetEnvironmentAccountConnectionCommandOutput } from "./commands/GetEnvironmentAccountConnectionCommand";
36
+ import { type GetEnvironmentCommandInput, type GetEnvironmentCommandOutput } from "./commands/GetEnvironmentCommand";
37
+ import { type GetEnvironmentTemplateCommandInput, type GetEnvironmentTemplateCommandOutput } from "./commands/GetEnvironmentTemplateCommand";
38
+ import { type GetEnvironmentTemplateVersionCommandInput, type GetEnvironmentTemplateVersionCommandOutput } from "./commands/GetEnvironmentTemplateVersionCommand";
39
+ import { type GetRepositoryCommandInput, type GetRepositoryCommandOutput } from "./commands/GetRepositoryCommand";
40
+ import { type GetRepositorySyncStatusCommandInput, type GetRepositorySyncStatusCommandOutput } from "./commands/GetRepositorySyncStatusCommand";
41
+ import { type GetResourcesSummaryCommandInput, type GetResourcesSummaryCommandOutput } from "./commands/GetResourcesSummaryCommand";
42
+ import { type GetServiceCommandInput, type GetServiceCommandOutput } from "./commands/GetServiceCommand";
43
+ import { type GetServiceInstanceCommandInput, type GetServiceInstanceCommandOutput } from "./commands/GetServiceInstanceCommand";
44
+ import { type GetServiceInstanceSyncStatusCommandInput, type GetServiceInstanceSyncStatusCommandOutput } from "./commands/GetServiceInstanceSyncStatusCommand";
45
+ import { type GetServiceSyncBlockerSummaryCommandInput, type GetServiceSyncBlockerSummaryCommandOutput } from "./commands/GetServiceSyncBlockerSummaryCommand";
46
+ import { type GetServiceSyncConfigCommandInput, type GetServiceSyncConfigCommandOutput } from "./commands/GetServiceSyncConfigCommand";
47
+ import { type GetServiceTemplateCommandInput, type GetServiceTemplateCommandOutput } from "./commands/GetServiceTemplateCommand";
48
+ import { type GetServiceTemplateVersionCommandInput, type GetServiceTemplateVersionCommandOutput } from "./commands/GetServiceTemplateVersionCommand";
49
+ import { type GetTemplateSyncConfigCommandInput, type GetTemplateSyncConfigCommandOutput } from "./commands/GetTemplateSyncConfigCommand";
50
+ import { type GetTemplateSyncStatusCommandInput, type GetTemplateSyncStatusCommandOutput } from "./commands/GetTemplateSyncStatusCommand";
51
+ import { type ListComponentOutputsCommandInput, type ListComponentOutputsCommandOutput } from "./commands/ListComponentOutputsCommand";
52
+ import { type ListComponentProvisionedResourcesCommandInput, type ListComponentProvisionedResourcesCommandOutput } from "./commands/ListComponentProvisionedResourcesCommand";
53
+ import { type ListComponentsCommandInput, type ListComponentsCommandOutput } from "./commands/ListComponentsCommand";
54
+ import { type ListDeploymentsCommandInput, type ListDeploymentsCommandOutput } from "./commands/ListDeploymentsCommand";
55
+ import { type ListEnvironmentAccountConnectionsCommandInput, type ListEnvironmentAccountConnectionsCommandOutput } from "./commands/ListEnvironmentAccountConnectionsCommand";
56
+ import { type ListEnvironmentOutputsCommandInput, type ListEnvironmentOutputsCommandOutput } from "./commands/ListEnvironmentOutputsCommand";
57
+ import { type ListEnvironmentProvisionedResourcesCommandInput, type ListEnvironmentProvisionedResourcesCommandOutput } from "./commands/ListEnvironmentProvisionedResourcesCommand";
58
+ import { type ListEnvironmentsCommandInput, type ListEnvironmentsCommandOutput } from "./commands/ListEnvironmentsCommand";
59
+ import { type ListEnvironmentTemplatesCommandInput, type ListEnvironmentTemplatesCommandOutput } from "./commands/ListEnvironmentTemplatesCommand";
60
+ import { type ListEnvironmentTemplateVersionsCommandInput, type ListEnvironmentTemplateVersionsCommandOutput } from "./commands/ListEnvironmentTemplateVersionsCommand";
61
+ import { type ListRepositoriesCommandInput, type ListRepositoriesCommandOutput } from "./commands/ListRepositoriesCommand";
62
+ import { type ListRepositorySyncDefinitionsCommandInput, type ListRepositorySyncDefinitionsCommandOutput } from "./commands/ListRepositorySyncDefinitionsCommand";
63
+ import { type ListServiceInstanceOutputsCommandInput, type ListServiceInstanceOutputsCommandOutput } from "./commands/ListServiceInstanceOutputsCommand";
64
+ import { type ListServiceInstanceProvisionedResourcesCommandInput, type ListServiceInstanceProvisionedResourcesCommandOutput } from "./commands/ListServiceInstanceProvisionedResourcesCommand";
65
+ import { type ListServiceInstancesCommandInput, type ListServiceInstancesCommandOutput } from "./commands/ListServiceInstancesCommand";
66
+ import { type ListServicePipelineOutputsCommandInput, type ListServicePipelineOutputsCommandOutput } from "./commands/ListServicePipelineOutputsCommand";
67
+ import { type ListServicePipelineProvisionedResourcesCommandInput, type ListServicePipelineProvisionedResourcesCommandOutput } from "./commands/ListServicePipelineProvisionedResourcesCommand";
68
+ import { type ListServicesCommandInput, type ListServicesCommandOutput } from "./commands/ListServicesCommand";
69
+ import { type ListServiceTemplatesCommandInput, type ListServiceTemplatesCommandOutput } from "./commands/ListServiceTemplatesCommand";
70
+ import { type ListServiceTemplateVersionsCommandInput, type ListServiceTemplateVersionsCommandOutput } from "./commands/ListServiceTemplateVersionsCommand";
71
+ import { type ListTagsForResourceCommandInput, type ListTagsForResourceCommandOutput } from "./commands/ListTagsForResourceCommand";
72
+ import { type NotifyResourceDeploymentStatusChangeCommandInput, type NotifyResourceDeploymentStatusChangeCommandOutput } from "./commands/NotifyResourceDeploymentStatusChangeCommand";
73
+ import { type RejectEnvironmentAccountConnectionCommandInput, type RejectEnvironmentAccountConnectionCommandOutput } from "./commands/RejectEnvironmentAccountConnectionCommand";
74
+ import { type TagResourceCommandInput, type TagResourceCommandOutput } from "./commands/TagResourceCommand";
75
+ import { type UntagResourceCommandInput, type UntagResourceCommandOutput } from "./commands/UntagResourceCommand";
76
+ import { type UpdateAccountSettingsCommandInput, type UpdateAccountSettingsCommandOutput } from "./commands/UpdateAccountSettingsCommand";
77
+ import { type UpdateComponentCommandInput, type UpdateComponentCommandOutput } from "./commands/UpdateComponentCommand";
78
+ import { type UpdateEnvironmentAccountConnectionCommandInput, type UpdateEnvironmentAccountConnectionCommandOutput } from "./commands/UpdateEnvironmentAccountConnectionCommand";
79
+ import { type UpdateEnvironmentCommandInput, type UpdateEnvironmentCommandOutput } from "./commands/UpdateEnvironmentCommand";
80
+ import { type UpdateEnvironmentTemplateCommandInput, type UpdateEnvironmentTemplateCommandOutput } from "./commands/UpdateEnvironmentTemplateCommand";
81
+ import { type UpdateEnvironmentTemplateVersionCommandInput, type UpdateEnvironmentTemplateVersionCommandOutput } from "./commands/UpdateEnvironmentTemplateVersionCommand";
82
+ import { type UpdateServiceCommandInput, type UpdateServiceCommandOutput } from "./commands/UpdateServiceCommand";
83
+ import { type UpdateServiceInstanceCommandInput, type UpdateServiceInstanceCommandOutput } from "./commands/UpdateServiceInstanceCommand";
84
+ import { type UpdateServicePipelineCommandInput, type UpdateServicePipelineCommandOutput } from "./commands/UpdateServicePipelineCommand";
85
+ import { type UpdateServiceSyncBlockerCommandInput, type UpdateServiceSyncBlockerCommandOutput } from "./commands/UpdateServiceSyncBlockerCommand";
86
+ import { type UpdateServiceSyncConfigCommandInput, type UpdateServiceSyncConfigCommandOutput } from "./commands/UpdateServiceSyncConfigCommand";
87
+ import { type UpdateServiceTemplateCommandInput, type UpdateServiceTemplateCommandOutput } from "./commands/UpdateServiceTemplateCommand";
88
+ import { type UpdateServiceTemplateVersionCommandInput, type UpdateServiceTemplateVersionCommandOutput } from "./commands/UpdateServiceTemplateVersionCommand";
89
+ import { type UpdateTemplateSyncConfigCommandInput, type UpdateTemplateSyncConfigCommandOutput } from "./commands/UpdateTemplateSyncConfigCommand";
90
90
  import { ProtonClient } from "./ProtonClient";
91
91
  export interface Proton {
92
92
  /**