@aws-sdk/client-ssm-quicksetup 3.987.0 → 3.989.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.
@@ -1,11 +1,23 @@
1
+ import { TypeRegistry } from "@smithy/core/schema";
1
2
  import type { StaticErrorSchema, StaticOperationSchema, StaticStructureSchema } from "@smithy/types";
3
+ export declare var SSMQuickSetupServiceException$: StaticErrorSchema;
2
4
  export declare var AccessDeniedException$: StaticErrorSchema;
5
+ export declare var ConflictException$: StaticErrorSchema;
6
+ export declare var InternalServerException$: StaticErrorSchema;
7
+ export declare var ResourceNotFoundException$: StaticErrorSchema;
8
+ export declare var ThrottlingException$: StaticErrorSchema;
9
+ export declare var ValidationException$: StaticErrorSchema;
10
+ /**
11
+ * TypeRegistry instances containing modeled errors.
12
+ * @internal
13
+ *
14
+ */
15
+ export declare const errorTypeRegistries: TypeRegistry[];
3
16
  export declare var ConfigurationDefinition$: StaticStructureSchema;
4
17
  export declare var ConfigurationDefinitionInput$: StaticStructureSchema;
5
18
  export declare var ConfigurationDefinitionSummary$: StaticStructureSchema;
6
19
  export declare var ConfigurationManagerSummary$: StaticStructureSchema;
7
20
  export declare var ConfigurationSummary$: StaticStructureSchema;
8
- export declare var ConflictException$: StaticErrorSchema;
9
21
  export declare var CreateConfigurationManagerInput$: StaticStructureSchema;
10
22
  export declare var CreateConfigurationManagerOutput$: StaticStructureSchema;
11
23
  export declare var DeleteConfigurationManagerInput$: StaticStructureSchema;
@@ -15,7 +27,6 @@ export declare var GetConfigurationManagerInput$: StaticStructureSchema;
15
27
  export declare var GetConfigurationManagerOutput$: StaticStructureSchema;
16
28
  export declare var GetConfigurationOutput$: StaticStructureSchema;
17
29
  export declare var GetServiceSettingsOutput$: StaticStructureSchema;
18
- export declare var InternalServerException$: StaticErrorSchema;
19
30
  export declare var ListConfigurationManagersInput$: StaticStructureSchema;
20
31
  export declare var ListConfigurationManagersOutput$: StaticStructureSchema;
21
32
  export declare var ListConfigurationsInput$: StaticStructureSchema;
@@ -24,18 +35,14 @@ export declare var ListQuickSetupTypesOutput$: StaticStructureSchema;
24
35
  export declare var ListTagsForResourceRequest$: StaticStructureSchema;
25
36
  export declare var ListTagsForResourceResponse$: StaticStructureSchema;
26
37
  export declare var QuickSetupTypeOutput$: StaticStructureSchema;
27
- export declare var ResourceNotFoundException$: StaticErrorSchema;
28
38
  export declare var ServiceSettings$: StaticStructureSchema;
29
39
  export declare var StatusSummary$: StaticStructureSchema;
30
40
  export declare var TagEntry$: StaticStructureSchema;
31
41
  export declare var TagResourceInput$: StaticStructureSchema;
32
- export declare var ThrottlingException$: StaticErrorSchema;
33
42
  export declare var UntagResourceInput$: StaticStructureSchema;
34
43
  export declare var UpdateConfigurationDefinitionInput$: StaticStructureSchema;
35
44
  export declare var UpdateConfigurationManagerInput$: StaticStructureSchema;
36
45
  export declare var UpdateServiceSettingsInput$: StaticStructureSchema;
37
- export declare var ValidationException$: StaticErrorSchema;
38
- export declare var SSMQuickSetupServiceException$: StaticErrorSchema;
39
46
  export declare var CreateConfigurationManager$: StaticOperationSchema;
40
47
  export declare var DeleteConfigurationManager$: StaticOperationSchema;
41
48
  export declare var GetConfiguration$: StaticOperationSchema;
@@ -1,15 +1,22 @@
1
+ import { TypeRegistry } from "@smithy/core/schema";
1
2
  import {
2
3
  StaticErrorSchema,
3
4
  StaticOperationSchema,
4
5
  StaticStructureSchema,
5
6
  } from "@smithy/types";
7
+ export declare var SSMQuickSetupServiceException$: StaticErrorSchema;
6
8
  export declare var AccessDeniedException$: StaticErrorSchema;
9
+ export declare var ConflictException$: StaticErrorSchema;
10
+ export declare var InternalServerException$: StaticErrorSchema;
11
+ export declare var ResourceNotFoundException$: StaticErrorSchema;
12
+ export declare var ThrottlingException$: StaticErrorSchema;
13
+ export declare var ValidationException$: StaticErrorSchema;
14
+ export declare const errorTypeRegistries: TypeRegistry[];
7
15
  export declare var ConfigurationDefinition$: StaticStructureSchema;
8
16
  export declare var ConfigurationDefinitionInput$: StaticStructureSchema;
9
17
  export declare var ConfigurationDefinitionSummary$: StaticStructureSchema;
10
18
  export declare var ConfigurationManagerSummary$: StaticStructureSchema;
11
19
  export declare var ConfigurationSummary$: StaticStructureSchema;
12
- export declare var ConflictException$: StaticErrorSchema;
13
20
  export declare var CreateConfigurationManagerInput$: StaticStructureSchema;
14
21
  export declare var CreateConfigurationManagerOutput$: StaticStructureSchema;
15
22
  export declare var DeleteConfigurationManagerInput$: StaticStructureSchema;
@@ -19,7 +26,6 @@ export declare var GetConfigurationManagerInput$: StaticStructureSchema;
19
26
  export declare var GetConfigurationManagerOutput$: StaticStructureSchema;
20
27
  export declare var GetConfigurationOutput$: StaticStructureSchema;
21
28
  export declare var GetServiceSettingsOutput$: StaticStructureSchema;
22
- export declare var InternalServerException$: StaticErrorSchema;
23
29
  export declare var ListConfigurationManagersInput$: StaticStructureSchema;
24
30
  export declare var ListConfigurationManagersOutput$: StaticStructureSchema;
25
31
  export declare var ListConfigurationsInput$: StaticStructureSchema;
@@ -28,18 +34,14 @@ export declare var ListQuickSetupTypesOutput$: StaticStructureSchema;
28
34
  export declare var ListTagsForResourceRequest$: StaticStructureSchema;
29
35
  export declare var ListTagsForResourceResponse$: StaticStructureSchema;
30
36
  export declare var QuickSetupTypeOutput$: StaticStructureSchema;
31
- export declare var ResourceNotFoundException$: StaticErrorSchema;
32
37
  export declare var ServiceSettings$: StaticStructureSchema;
33
38
  export declare var StatusSummary$: StaticStructureSchema;
34
39
  export declare var TagEntry$: StaticStructureSchema;
35
40
  export declare var TagResourceInput$: StaticStructureSchema;
36
- export declare var ThrottlingException$: StaticErrorSchema;
37
41
  export declare var UntagResourceInput$: StaticStructureSchema;
38
42
  export declare var UpdateConfigurationDefinitionInput$: StaticStructureSchema;
39
43
  export declare var UpdateConfigurationManagerInput$: StaticStructureSchema;
40
44
  export declare var UpdateServiceSettingsInput$: StaticStructureSchema;
41
- export declare var ValidationException$: StaticErrorSchema;
42
- export declare var SSMQuickSetupServiceException$: StaticErrorSchema;
43
45
  export declare var CreateConfigurationManager$: StaticOperationSchema;
44
46
  export declare var DeleteConfigurationManager$: StaticOperationSchema;
45
47
  export declare var GetConfiguration$: StaticOperationSchema;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-ssm-quicksetup",
3
3
  "description": "AWS SDK for JavaScript Ssm Quicksetup Client for Node.js, Browser and React Native",
4
- "version": "3.987.0",
4
+ "version": "3.989.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:types' 'yarn:build:es' && yarn build:cjs",
7
7
  "build:cjs": "node ../../scripts/compilation/inline client-ssm-quicksetup",
@@ -21,38 +21,38 @@
21
21
  "dependencies": {
22
22
  "@aws-crypto/sha256-browser": "5.2.0",
23
23
  "@aws-crypto/sha256-js": "5.2.0",
24
- "@aws-sdk/core": "^3.973.7",
25
- "@aws-sdk/credential-provider-node": "^3.972.6",
24
+ "@aws-sdk/core": "^3.973.9",
25
+ "@aws-sdk/credential-provider-node": "^3.972.8",
26
26
  "@aws-sdk/middleware-host-header": "^3.972.3",
27
27
  "@aws-sdk/middleware-logger": "^3.972.3",
28
28
  "@aws-sdk/middleware-recursion-detection": "^3.972.3",
29
- "@aws-sdk/middleware-user-agent": "^3.972.7",
29
+ "@aws-sdk/middleware-user-agent": "^3.972.9",
30
30
  "@aws-sdk/region-config-resolver": "^3.972.3",
31
31
  "@aws-sdk/types": "^3.973.1",
32
- "@aws-sdk/util-endpoints": "3.987.0",
32
+ "@aws-sdk/util-endpoints": "3.989.0",
33
33
  "@aws-sdk/util-user-agent-browser": "^3.972.3",
34
- "@aws-sdk/util-user-agent-node": "^3.972.5",
34
+ "@aws-sdk/util-user-agent-node": "^3.972.7",
35
35
  "@smithy/config-resolver": "^4.4.6",
36
- "@smithy/core": "^3.22.1",
36
+ "@smithy/core": "^3.23.0",
37
37
  "@smithy/fetch-http-handler": "^5.3.9",
38
38
  "@smithy/hash-node": "^4.2.8",
39
39
  "@smithy/invalid-dependency": "^4.2.8",
40
40
  "@smithy/middleware-content-length": "^4.2.8",
41
- "@smithy/middleware-endpoint": "^4.4.13",
42
- "@smithy/middleware-retry": "^4.4.30",
41
+ "@smithy/middleware-endpoint": "^4.4.14",
42
+ "@smithy/middleware-retry": "^4.4.31",
43
43
  "@smithy/middleware-serde": "^4.2.9",
44
44
  "@smithy/middleware-stack": "^4.2.8",
45
45
  "@smithy/node-config-provider": "^4.3.8",
46
- "@smithy/node-http-handler": "^4.4.9",
46
+ "@smithy/node-http-handler": "^4.4.10",
47
47
  "@smithy/protocol-http": "^5.3.8",
48
- "@smithy/smithy-client": "^4.11.2",
48
+ "@smithy/smithy-client": "^4.11.3",
49
49
  "@smithy/types": "^4.12.0",
50
50
  "@smithy/url-parser": "^4.2.8",
51
51
  "@smithy/util-base64": "^4.3.0",
52
52
  "@smithy/util-body-length-browser": "^4.2.0",
53
53
  "@smithy/util-body-length-node": "^4.2.1",
54
- "@smithy/util-defaults-mode-browser": "^4.3.29",
55
- "@smithy/util-defaults-mode-node": "^4.2.32",
54
+ "@smithy/util-defaults-mode-browser": "^4.3.30",
55
+ "@smithy/util-defaults-mode-node": "^4.2.33",
56
56
  "@smithy/util-endpoints": "^3.2.8",
57
57
  "@smithy/util-middleware": "^4.2.8",
58
58
  "@smithy/util-retry": "^4.2.8",