@aws-sdk/client-ssm-sap 3.928.0 → 3.929.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 (51) hide show
  1. package/dist-cjs/index.js +940 -1243
  2. package/dist-cjs/runtimeConfig.shared.js +2 -0
  3. package/dist-es/SsmSapClient.js +2 -0
  4. package/dist-es/commands/DeleteResourcePermissionCommand.js +3 -9
  5. package/dist-es/commands/DeregisterApplicationCommand.js +3 -9
  6. package/dist-es/commands/GetApplicationCommand.js +3 -9
  7. package/dist-es/commands/GetComponentCommand.js +3 -9
  8. package/dist-es/commands/GetConfigurationCheckOperationCommand.js +3 -9
  9. package/dist-es/commands/GetDatabaseCommand.js +3 -10
  10. package/dist-es/commands/GetOperationCommand.js +3 -9
  11. package/dist-es/commands/GetResourcePermissionCommand.js +3 -9
  12. package/dist-es/commands/ListApplicationsCommand.js +3 -9
  13. package/dist-es/commands/ListComponentsCommand.js +3 -9
  14. package/dist-es/commands/ListConfigurationCheckDefinitionsCommand.js +3 -9
  15. package/dist-es/commands/ListConfigurationCheckOperationsCommand.js +3 -9
  16. package/dist-es/commands/ListDatabasesCommand.js +3 -9
  17. package/dist-es/commands/ListOperationEventsCommand.js +3 -9
  18. package/dist-es/commands/ListOperationsCommand.js +3 -9
  19. package/dist-es/commands/ListSubCheckResultsCommand.js +3 -9
  20. package/dist-es/commands/ListSubCheckRuleResultsCommand.js +3 -9
  21. package/dist-es/commands/ListTagsForResourceCommand.js +3 -9
  22. package/dist-es/commands/PutResourcePermissionCommand.js +3 -9
  23. package/dist-es/commands/RegisterApplicationCommand.js +3 -10
  24. package/dist-es/commands/StartApplicationCommand.js +3 -9
  25. package/dist-es/commands/StartApplicationRefreshCommand.js +3 -9
  26. package/dist-es/commands/StartConfigurationChecksCommand.js +3 -9
  27. package/dist-es/commands/StopApplicationCommand.js +3 -9
  28. package/dist-es/commands/TagResourceCommand.js +3 -9
  29. package/dist-es/commands/UntagResourceCommand.js +3 -9
  30. package/dist-es/commands/UpdateApplicationSettingsCommand.js +3 -10
  31. package/dist-es/models/models_0.js +0 -26
  32. package/dist-es/runtimeConfig.shared.js +2 -0
  33. package/dist-es/schemas/schemas_0.js +883 -0
  34. package/dist-types/SsmSapClient.d.ts +10 -1
  35. package/dist-types/models/models_0.d.ts +0 -20
  36. package/dist-types/runtimeConfig.browser.d.ts +1 -0
  37. package/dist-types/runtimeConfig.d.ts +1 -0
  38. package/dist-types/runtimeConfig.native.d.ts +1 -0
  39. package/dist-types/runtimeConfig.shared.d.ts +1 -0
  40. package/dist-types/schemas/schemas_0.d.ts +140 -0
  41. package/dist-types/ts3.4/SsmSapClient.d.ts +4 -0
  42. package/dist-types/ts3.4/models/models_0.d.ts +0 -13
  43. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +4 -0
  44. package/dist-types/ts3.4/runtimeConfig.d.ts +4 -0
  45. package/dist-types/ts3.4/runtimeConfig.native.d.ts +4 -0
  46. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +4 -0
  47. package/dist-types/ts3.4/schemas/schemas_0.d.ts +147 -0
  48. package/package.json +2 -2
  49. package/dist-es/protocols/Aws_restJson1.js +0 -1011
  50. package/dist-types/protocols/Aws_restJson1.d.ts +0 -245
  51. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +0 -329
@@ -5,7 +5,7 @@ import { EndpointInputConfig, EndpointResolvedConfig } from "@smithy/middleware-
5
5
  import { RetryInputConfig, RetryResolvedConfig } from "@smithy/middleware-retry";
6
6
  import { HttpHandlerUserInput as __HttpHandlerUserInput } from "@smithy/protocol-http";
7
7
  import { Client as __Client, DefaultsMode as __DefaultsMode, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration } from "@smithy/smithy-client";
8
- import { AwsCredentialIdentityProvider, BodyLengthCalculator as __BodyLengthCalculator, CheckOptionalClientConfig as __CheckOptionalClientConfig, ChecksumConstructor as __ChecksumConstructor, Decoder as __Decoder, Encoder as __Encoder, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, Provider as __Provider, Provider, StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent } from "@smithy/types";
8
+ import { AwsCredentialIdentityProvider, BodyLengthCalculator as __BodyLengthCalculator, CheckOptionalClientConfig as __CheckOptionalClientConfig, ChecksumConstructor as __ChecksumConstructor, ClientProtocol, Decoder as __Decoder, Encoder as __Encoder, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, HttpRequest, HttpResponse, Logger as __Logger, Provider as __Provider, Provider, StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent } from "@smithy/types";
9
9
  import { HttpAuthSchemeInputConfig, HttpAuthSchemeResolvedConfig } from "./auth/httpAuthSchemeProvider";
10
10
  import { DeleteResourcePermissionCommandInput, DeleteResourcePermissionCommandOutput } from "./commands/DeleteResourcePermissionCommand";
11
11
  import { DeregisterApplicationCommandInput, DeregisterApplicationCommandOutput } from "./commands/DeregisterApplicationCommand";
@@ -168,6 +168,15 @@ export interface ClientDefaults extends Partial<__SmithyConfiguration<__HttpHand
168
168
  * Optional extensions
169
169
  */
170
170
  extensions?: RuntimeExtension[];
171
+ /**
172
+ * The protocol controlling the message type (e.g. HTTP) and format (e.g. JSON)
173
+ * may be overridden. A default will always be set by the client.
174
+ * Available options depend on the service's supported protocols and will not be validated by
175
+ * the client.
176
+ * @alpha
177
+ *
178
+ */
179
+ protocol?: ClientProtocol<HttpRequest, HttpResponse>;
171
180
  /**
172
181
  * The {@link @smithy/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK.
173
182
  */
@@ -2048,23 +2048,3 @@ export interface UpdateApplicationSettingsOutput {
2048
2048
  */
2049
2049
  OperationIds?: string[] | undefined;
2050
2050
  }
2051
- /**
2052
- * @internal
2053
- */
2054
- export declare const ApplicationCredentialFilterSensitiveLog: (obj: ApplicationCredential) => any;
2055
- /**
2056
- * @internal
2057
- */
2058
- export declare const DatabaseFilterSensitiveLog: (obj: Database) => any;
2059
- /**
2060
- * @internal
2061
- */
2062
- export declare const GetDatabaseOutputFilterSensitiveLog: (obj: GetDatabaseOutput) => any;
2063
- /**
2064
- * @internal
2065
- */
2066
- export declare const RegisterApplicationInputFilterSensitiveLog: (obj: RegisterApplicationInput) => any;
2067
- /**
2068
- * @internal
2069
- */
2070
- export declare const UpdateApplicationSettingsInputFilterSensitiveLog: (obj: UpdateApplicationSettingsInput) => any;
@@ -29,6 +29,7 @@ export declare const getRuntimeConfig: (config: SsmSapClientConfig) => {
29
29
  profile?: string;
30
30
  logger: import("@smithy/types").Logger;
31
31
  extensions: import("./runtimeExtensions").RuntimeExtension[];
32
+ protocol: import("@smithy/types").ClientProtocol<import("@smithy/types").HttpRequest, import("@smithy/types").HttpResponse>;
32
33
  customUserAgent?: string | import("@smithy/types").UserAgent;
33
34
  userAgentAppId?: string | undefined | import("@smithy/types").Provider<string | undefined>;
34
35
  retryStrategy?: import("@smithy/types").RetryStrategy | import("@smithy/types").RetryStrategyV2;
@@ -31,6 +31,7 @@ export declare const getRuntimeConfig: (config: SsmSapClientConfig) => {
31
31
  profile?: string;
32
32
  logger: import("@smithy/types").Logger;
33
33
  extensions: import("./runtimeExtensions").RuntimeExtension[];
34
+ protocol: import("@smithy/types").ClientProtocol<import("@smithy/types").HttpRequest, import("@smithy/types").HttpResponse>;
34
35
  customUserAgent?: string | import("@smithy/types").UserAgent;
35
36
  retryStrategy?: import("@smithy/types").RetryStrategy | import("@smithy/types").RetryStrategyV2;
36
37
  endpoint?: ((string | import("@smithy/types").Endpoint | import("@smithy/types").Provider<import("@smithy/types").Endpoint> | import("@smithy/types").EndpointV2 | import("@smithy/types").Provider<import("@smithy/types").EndpointV2>) & (string | import("@smithy/types").Provider<string> | import("@smithy/types").Endpoint | import("@smithy/types").Provider<import("@smithy/types").Endpoint> | import("@smithy/types").EndpointV2 | import("@smithy/types").Provider<import("@smithy/types").EndpointV2>)) | undefined;
@@ -27,6 +27,7 @@ export declare const getRuntimeConfig: (config: SsmSapClientConfig) => {
27
27
  retryMode: string | import("@smithy/types").Provider<string>;
28
28
  logger: import("@smithy/types").Logger;
29
29
  extensions: import("./runtimeExtensions").RuntimeExtension[];
30
+ protocol: import("@smithy/types").ClientProtocol<import("@smithy/types").HttpRequest, import("@smithy/types").HttpResponse>;
30
31
  defaultsMode: import("@smithy/smithy-client").DefaultsMode | import("@smithy/types").Provider<import("@smithy/smithy-client").DefaultsMode>;
31
32
  customUserAgent?: string | import("@smithy/types").UserAgent;
32
33
  userAgentAppId?: string | undefined | import("@smithy/types").Provider<string | undefined>;
@@ -14,6 +14,7 @@ export declare const getRuntimeConfig: (config: SsmSapClientConfig) => {
14
14
  httpAuthSchemeProvider: import("./auth/httpAuthSchemeProvider").SsmSapHttpAuthSchemeProvider;
15
15
  httpAuthSchemes: import("@smithy/types").HttpAuthScheme[];
16
16
  logger: import("@smithy/types").Logger;
17
+ protocol: import("@smithy/types").ClientProtocol<import("@smithy/types").HttpRequest, import("@smithy/types").HttpResponse>;
17
18
  serviceId: string;
18
19
  urlParser: import("@smithy/types").UrlParser;
19
20
  utf8Decoder: import("@smithy/types").Decoder;
@@ -0,0 +1,140 @@
1
+ import { StaticErrorSchema, StaticListSchema, StaticMapSchema, StaticOperationSchema, StaticSimpleSchema, StaticStructureSchema } from "@smithy/types";
2
+ export declare var SecretId: StaticSimpleSchema;
3
+ export declare var Application: StaticStructureSchema;
4
+ export declare var ApplicationCredential: StaticStructureSchema;
5
+ export declare var ApplicationSummary: StaticStructureSchema;
6
+ export declare var AssociatedHost: StaticStructureSchema;
7
+ export declare var BackintConfig: StaticStructureSchema;
8
+ export declare var Component: StaticStructureSchema;
9
+ export declare var ComponentInfo: StaticStructureSchema;
10
+ export declare var ComponentSummary: StaticStructureSchema;
11
+ export declare var ConfigurationCheckDefinition: StaticStructureSchema;
12
+ export declare var ConfigurationCheckOperation: StaticStructureSchema;
13
+ export declare var ConflictException: StaticErrorSchema;
14
+ export declare var Database: StaticStructureSchema;
15
+ export declare var DatabaseConnection: StaticStructureSchema;
16
+ export declare var DatabaseSummary: StaticStructureSchema;
17
+ export declare var DeleteResourcePermissionInput: StaticStructureSchema;
18
+ export declare var DeleteResourcePermissionOutput: StaticStructureSchema;
19
+ export declare var DeregisterApplicationInput: StaticStructureSchema;
20
+ export declare var DeregisterApplicationOutput: StaticStructureSchema;
21
+ export declare var Filter: StaticStructureSchema;
22
+ export declare var GetApplicationInput: StaticStructureSchema;
23
+ export declare var GetApplicationOutput: StaticStructureSchema;
24
+ export declare var GetComponentInput: StaticStructureSchema;
25
+ export declare var GetComponentOutput: StaticStructureSchema;
26
+ export declare var GetConfigurationCheckOperationInput: StaticStructureSchema;
27
+ export declare var GetConfigurationCheckOperationOutput: StaticStructureSchema;
28
+ export declare var GetDatabaseInput: StaticStructureSchema;
29
+ export declare var GetDatabaseOutput: StaticStructureSchema;
30
+ export declare var GetOperationInput: StaticStructureSchema;
31
+ export declare var GetOperationOutput: StaticStructureSchema;
32
+ export declare var GetResourcePermissionInput: StaticStructureSchema;
33
+ export declare var GetResourcePermissionOutput: StaticStructureSchema;
34
+ export declare var Host: StaticStructureSchema;
35
+ export declare var InternalServerException: StaticErrorSchema;
36
+ export declare var IpAddressMember: StaticStructureSchema;
37
+ export declare var ListApplicationsInput: StaticStructureSchema;
38
+ export declare var ListApplicationsOutput: StaticStructureSchema;
39
+ export declare var ListComponentsInput: StaticStructureSchema;
40
+ export declare var ListComponentsOutput: StaticStructureSchema;
41
+ export declare var ListConfigurationCheckDefinitionsInput: StaticStructureSchema;
42
+ export declare var ListConfigurationCheckDefinitionsOutput: StaticStructureSchema;
43
+ export declare var ListConfigurationCheckOperationsInput: StaticStructureSchema;
44
+ export declare var ListConfigurationCheckOperationsOutput: StaticStructureSchema;
45
+ export declare var ListDatabasesInput: StaticStructureSchema;
46
+ export declare var ListDatabasesOutput: StaticStructureSchema;
47
+ export declare var ListOperationEventsInput: StaticStructureSchema;
48
+ export declare var ListOperationEventsOutput: StaticStructureSchema;
49
+ export declare var ListOperationsInput: StaticStructureSchema;
50
+ export declare var ListOperationsOutput: StaticStructureSchema;
51
+ export declare var ListSubCheckResultsInput: StaticStructureSchema;
52
+ export declare var ListSubCheckResultsOutput: StaticStructureSchema;
53
+ export declare var ListSubCheckRuleResultsInput: StaticStructureSchema;
54
+ export declare var ListSubCheckRuleResultsOutput: StaticStructureSchema;
55
+ export declare var ListTagsForResourceRequest: StaticStructureSchema;
56
+ export declare var ListTagsForResourceResponse: StaticStructureSchema;
57
+ export declare var Operation: StaticStructureSchema;
58
+ export declare var OperationEvent: StaticStructureSchema;
59
+ export declare var PutResourcePermissionInput: StaticStructureSchema;
60
+ export declare var PutResourcePermissionOutput: StaticStructureSchema;
61
+ export declare var RegisterApplicationInput: StaticStructureSchema;
62
+ export declare var RegisterApplicationOutput: StaticStructureSchema;
63
+ export declare var Resilience: StaticStructureSchema;
64
+ export declare var Resource: StaticStructureSchema;
65
+ export declare var ResourceNotFoundException: StaticErrorSchema;
66
+ export declare var RuleResult: StaticStructureSchema;
67
+ export declare var RuleStatusCounts: StaticStructureSchema;
68
+ export declare var StartApplicationInput: StaticStructureSchema;
69
+ export declare var StartApplicationOutput: StaticStructureSchema;
70
+ export declare var StartApplicationRefreshInput: StaticStructureSchema;
71
+ export declare var StartApplicationRefreshOutput: StaticStructureSchema;
72
+ export declare var StartConfigurationChecksInput: StaticStructureSchema;
73
+ export declare var StartConfigurationChecksOutput: StaticStructureSchema;
74
+ export declare var StopApplicationInput: StaticStructureSchema;
75
+ export declare var StopApplicationOutput: StaticStructureSchema;
76
+ export declare var SubCheckResult: StaticStructureSchema;
77
+ export declare var TagResourceRequest: StaticStructureSchema;
78
+ export declare var TagResourceResponse: StaticStructureSchema;
79
+ export declare var UnauthorizedException: StaticErrorSchema;
80
+ export declare var UntagResourceRequest: StaticStructureSchema;
81
+ export declare var UntagResourceResponse: StaticStructureSchema;
82
+ export declare var UpdateApplicationSettingsInput: StaticStructureSchema;
83
+ export declare var UpdateApplicationSettingsOutput: StaticStructureSchema;
84
+ export declare var ValidationException: StaticErrorSchema;
85
+ export declare var __Unit: "unit";
86
+ export declare var SsmSapServiceException: StaticErrorSchema;
87
+ export declare var ApplicationArnList: number;
88
+ export declare var ApplicationCredentialList: StaticListSchema;
89
+ export declare var ApplicationSummaryList: StaticListSchema;
90
+ export declare var ApplicationTypeList: number;
91
+ export declare var ComponentArnList: number;
92
+ export declare var ComponentIdList: number;
93
+ export declare var ComponentInfoList: StaticListSchema;
94
+ export declare var ComponentSummaryList: StaticListSchema;
95
+ export declare var ConfigurationCheckDefinitionList: StaticListSchema;
96
+ export declare var ConfigurationCheckOperationList: StaticListSchema;
97
+ export declare var ConfigurationCheckTypeList: number;
98
+ export declare var DatabaseIdList: number;
99
+ export declare var DatabaseSummaryList: StaticListSchema;
100
+ export declare var FilterList: StaticListSchema;
101
+ export declare var HostList: StaticListSchema;
102
+ export declare var InstanceList: number;
103
+ export declare var IpAddressList: StaticListSchema;
104
+ export declare var OperationEventList: StaticListSchema;
105
+ export declare var OperationIdList: number;
106
+ export declare var OperationList: StaticListSchema;
107
+ export declare var RuleResultList: StaticListSchema;
108
+ export declare var SubCheckReferencesList: number;
109
+ export declare var SubCheckResultList: StaticListSchema;
110
+ export declare var TagKeyList: number;
111
+ export declare var OperationProperties: StaticMapSchema;
112
+ export declare var RuleResultMetadata: number;
113
+ export declare var TagMap: number;
114
+ export declare var DeleteResourcePermission: StaticOperationSchema;
115
+ export declare var DeregisterApplication: StaticOperationSchema;
116
+ export declare var GetApplication: StaticOperationSchema;
117
+ export declare var GetComponent: StaticOperationSchema;
118
+ export declare var GetConfigurationCheckOperation: StaticOperationSchema;
119
+ export declare var GetDatabase: StaticOperationSchema;
120
+ export declare var GetOperation: StaticOperationSchema;
121
+ export declare var GetResourcePermission: StaticOperationSchema;
122
+ export declare var ListApplications: StaticOperationSchema;
123
+ export declare var ListComponents: StaticOperationSchema;
124
+ export declare var ListConfigurationCheckDefinitions: StaticOperationSchema;
125
+ export declare var ListConfigurationCheckOperations: StaticOperationSchema;
126
+ export declare var ListDatabases: StaticOperationSchema;
127
+ export declare var ListOperationEvents: StaticOperationSchema;
128
+ export declare var ListOperations: StaticOperationSchema;
129
+ export declare var ListSubCheckResults: StaticOperationSchema;
130
+ export declare var ListSubCheckRuleResults: StaticOperationSchema;
131
+ export declare var ListTagsForResource: StaticOperationSchema;
132
+ export declare var PutResourcePermission: StaticOperationSchema;
133
+ export declare var RegisterApplication: StaticOperationSchema;
134
+ export declare var StartApplication: StaticOperationSchema;
135
+ export declare var StartApplicationRefresh: StaticOperationSchema;
136
+ export declare var StartConfigurationChecks: StaticOperationSchema;
137
+ export declare var StopApplication: StaticOperationSchema;
138
+ export declare var TagResource: StaticOperationSchema;
139
+ export declare var UntagResource: StaticOperationSchema;
140
+ export declare var UpdateApplicationSettings: StaticOperationSchema;
@@ -30,10 +30,13 @@ import {
30
30
  BodyLengthCalculator as __BodyLengthCalculator,
31
31
  CheckOptionalClientConfig as __CheckOptionalClientConfig,
32
32
  ChecksumConstructor as __ChecksumConstructor,
33
+ ClientProtocol,
33
34
  Decoder as __Decoder,
34
35
  Encoder as __Encoder,
35
36
  HashConstructor as __HashConstructor,
36
37
  HttpHandlerOptions as __HttpHandlerOptions,
38
+ HttpRequest,
39
+ HttpResponse,
37
40
  Logger as __Logger,
38
41
  Provider as __Provider,
39
42
  Provider,
@@ -240,6 +243,7 @@ export interface ClientDefaults
240
243
  retryMode?: string | __Provider<string>;
241
244
  logger?: __Logger;
242
245
  extensions?: RuntimeExtension[];
246
+ protocol?: ClientProtocol<HttpRequest, HttpResponse>;
243
247
  defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>;
244
248
  }
245
249
  export type SsmSapClientConfigType = Partial<
@@ -612,16 +612,3 @@ export interface UpdateApplicationSettingsOutput {
612
612
  Message?: string | undefined;
613
613
  OperationIds?: string[] | undefined;
614
614
  }
615
- export declare const ApplicationCredentialFilterSensitiveLog: (
616
- obj: ApplicationCredential
617
- ) => any;
618
- export declare const DatabaseFilterSensitiveLog: (obj: Database) => any;
619
- export declare const GetDatabaseOutputFilterSensitiveLog: (
620
- obj: GetDatabaseOutput
621
- ) => any;
622
- export declare const RegisterApplicationInputFilterSensitiveLog: (
623
- obj: RegisterApplicationInput
624
- ) => any;
625
- export declare const UpdateApplicationSettingsInputFilterSensitiveLog: (
626
- obj: UpdateApplicationSettingsInput
627
- ) => any;
@@ -38,6 +38,10 @@ export declare const getRuntimeConfig: (config: SsmSapClientConfig) => {
38
38
  profile?: string;
39
39
  logger: import("@smithy/types").Logger;
40
40
  extensions: import("./runtimeExtensions").RuntimeExtension[];
41
+ protocol: import("@smithy/types").ClientProtocol<
42
+ import("@smithy/types").HttpRequest,
43
+ import("@smithy/types").HttpResponse
44
+ >;
41
45
  customUserAgent?: string | import("@smithy/types").UserAgent;
42
46
  userAgentAppId?:
43
47
  | string
@@ -38,6 +38,10 @@ export declare const getRuntimeConfig: (config: SsmSapClientConfig) => {
38
38
  profile?: string;
39
39
  logger: import("@smithy/types").Logger;
40
40
  extensions: import("./runtimeExtensions").RuntimeExtension[];
41
+ protocol: import("@smithy/types").ClientProtocol<
42
+ import("@smithy/types").HttpRequest,
43
+ import("@smithy/types").HttpResponse
44
+ >;
41
45
  customUserAgent?: string | import("@smithy/types").UserAgent;
42
46
  retryStrategy?:
43
47
  | import("@smithy/types").RetryStrategy
@@ -37,6 +37,10 @@ export declare const getRuntimeConfig: (config: SsmSapClientConfig) => {
37
37
  retryMode: string | import("@smithy/types").Provider<string>;
38
38
  logger: import("@smithy/types").Logger;
39
39
  extensions: import("./runtimeExtensions").RuntimeExtension[];
40
+ protocol: import("@smithy/types").ClientProtocol<
41
+ import("@smithy/types").HttpRequest,
42
+ import("@smithy/types").HttpResponse
43
+ >;
40
44
  defaultsMode:
41
45
  | import("@smithy/smithy-client").DefaultsMode
42
46
  | import("@smithy/types").Provider<
@@ -14,6 +14,10 @@ export declare const getRuntimeConfig: (config: SsmSapClientConfig) => {
14
14
  httpAuthSchemeProvider: import("./auth/httpAuthSchemeProvider").SsmSapHttpAuthSchemeProvider;
15
15
  httpAuthSchemes: import("@smithy/types").HttpAuthScheme[];
16
16
  logger: import("@smithy/types").Logger;
17
+ protocol: import("@smithy/types").ClientProtocol<
18
+ import("@smithy/types").HttpRequest,
19
+ import("@smithy/types").HttpResponse
20
+ >;
17
21
  serviceId: string;
18
22
  urlParser: import("@smithy/types").UrlParser;
19
23
  utf8Decoder: import("@smithy/types").Decoder;
@@ -0,0 +1,147 @@
1
+ import {
2
+ StaticErrorSchema,
3
+ StaticListSchema,
4
+ StaticMapSchema,
5
+ StaticOperationSchema,
6
+ StaticSimpleSchema,
7
+ StaticStructureSchema,
8
+ } from "@smithy/types";
9
+ export declare var SecretId: StaticSimpleSchema;
10
+ export declare var Application: StaticStructureSchema;
11
+ export declare var ApplicationCredential: StaticStructureSchema;
12
+ export declare var ApplicationSummary: StaticStructureSchema;
13
+ export declare var AssociatedHost: StaticStructureSchema;
14
+ export declare var BackintConfig: StaticStructureSchema;
15
+ export declare var Component: StaticStructureSchema;
16
+ export declare var ComponentInfo: StaticStructureSchema;
17
+ export declare var ComponentSummary: StaticStructureSchema;
18
+ export declare var ConfigurationCheckDefinition: StaticStructureSchema;
19
+ export declare var ConfigurationCheckOperation: StaticStructureSchema;
20
+ export declare var ConflictException: StaticErrorSchema;
21
+ export declare var Database: StaticStructureSchema;
22
+ export declare var DatabaseConnection: StaticStructureSchema;
23
+ export declare var DatabaseSummary: StaticStructureSchema;
24
+ export declare var DeleteResourcePermissionInput: StaticStructureSchema;
25
+ export declare var DeleteResourcePermissionOutput: StaticStructureSchema;
26
+ export declare var DeregisterApplicationInput: StaticStructureSchema;
27
+ export declare var DeregisterApplicationOutput: StaticStructureSchema;
28
+ export declare var Filter: StaticStructureSchema;
29
+ export declare var GetApplicationInput: StaticStructureSchema;
30
+ export declare var GetApplicationOutput: StaticStructureSchema;
31
+ export declare var GetComponentInput: StaticStructureSchema;
32
+ export declare var GetComponentOutput: StaticStructureSchema;
33
+ export declare var GetConfigurationCheckOperationInput: StaticStructureSchema;
34
+ export declare var GetConfigurationCheckOperationOutput: StaticStructureSchema;
35
+ export declare var GetDatabaseInput: StaticStructureSchema;
36
+ export declare var GetDatabaseOutput: StaticStructureSchema;
37
+ export declare var GetOperationInput: StaticStructureSchema;
38
+ export declare var GetOperationOutput: StaticStructureSchema;
39
+ export declare var GetResourcePermissionInput: StaticStructureSchema;
40
+ export declare var GetResourcePermissionOutput: StaticStructureSchema;
41
+ export declare var Host: StaticStructureSchema;
42
+ export declare var InternalServerException: StaticErrorSchema;
43
+ export declare var IpAddressMember: StaticStructureSchema;
44
+ export declare var ListApplicationsInput: StaticStructureSchema;
45
+ export declare var ListApplicationsOutput: StaticStructureSchema;
46
+ export declare var ListComponentsInput: StaticStructureSchema;
47
+ export declare var ListComponentsOutput: StaticStructureSchema;
48
+ export declare var ListConfigurationCheckDefinitionsInput: StaticStructureSchema;
49
+ export declare var ListConfigurationCheckDefinitionsOutput: StaticStructureSchema;
50
+ export declare var ListConfigurationCheckOperationsInput: StaticStructureSchema;
51
+ export declare var ListConfigurationCheckOperationsOutput: StaticStructureSchema;
52
+ export declare var ListDatabasesInput: StaticStructureSchema;
53
+ export declare var ListDatabasesOutput: StaticStructureSchema;
54
+ export declare var ListOperationEventsInput: StaticStructureSchema;
55
+ export declare var ListOperationEventsOutput: StaticStructureSchema;
56
+ export declare var ListOperationsInput: StaticStructureSchema;
57
+ export declare var ListOperationsOutput: StaticStructureSchema;
58
+ export declare var ListSubCheckResultsInput: StaticStructureSchema;
59
+ export declare var ListSubCheckResultsOutput: StaticStructureSchema;
60
+ export declare var ListSubCheckRuleResultsInput: StaticStructureSchema;
61
+ export declare var ListSubCheckRuleResultsOutput: StaticStructureSchema;
62
+ export declare var ListTagsForResourceRequest: StaticStructureSchema;
63
+ export declare var ListTagsForResourceResponse: StaticStructureSchema;
64
+ export declare var Operation: StaticStructureSchema;
65
+ export declare var OperationEvent: StaticStructureSchema;
66
+ export declare var PutResourcePermissionInput: StaticStructureSchema;
67
+ export declare var PutResourcePermissionOutput: StaticStructureSchema;
68
+ export declare var RegisterApplicationInput: StaticStructureSchema;
69
+ export declare var RegisterApplicationOutput: StaticStructureSchema;
70
+ export declare var Resilience: StaticStructureSchema;
71
+ export declare var Resource: StaticStructureSchema;
72
+ export declare var ResourceNotFoundException: StaticErrorSchema;
73
+ export declare var RuleResult: StaticStructureSchema;
74
+ export declare var RuleStatusCounts: StaticStructureSchema;
75
+ export declare var StartApplicationInput: StaticStructureSchema;
76
+ export declare var StartApplicationOutput: StaticStructureSchema;
77
+ export declare var StartApplicationRefreshInput: StaticStructureSchema;
78
+ export declare var StartApplicationRefreshOutput: StaticStructureSchema;
79
+ export declare var StartConfigurationChecksInput: StaticStructureSchema;
80
+ export declare var StartConfigurationChecksOutput: StaticStructureSchema;
81
+ export declare var StopApplicationInput: StaticStructureSchema;
82
+ export declare var StopApplicationOutput: StaticStructureSchema;
83
+ export declare var SubCheckResult: StaticStructureSchema;
84
+ export declare var TagResourceRequest: StaticStructureSchema;
85
+ export declare var TagResourceResponse: StaticStructureSchema;
86
+ export declare var UnauthorizedException: StaticErrorSchema;
87
+ export declare var UntagResourceRequest: StaticStructureSchema;
88
+ export declare var UntagResourceResponse: StaticStructureSchema;
89
+ export declare var UpdateApplicationSettingsInput: StaticStructureSchema;
90
+ export declare var UpdateApplicationSettingsOutput: StaticStructureSchema;
91
+ export declare var ValidationException: StaticErrorSchema;
92
+ export declare var __Unit: "unit";
93
+ export declare var SsmSapServiceException: StaticErrorSchema;
94
+ export declare var ApplicationArnList: number;
95
+ export declare var ApplicationCredentialList: StaticListSchema;
96
+ export declare var ApplicationSummaryList: StaticListSchema;
97
+ export declare var ApplicationTypeList: number;
98
+ export declare var ComponentArnList: number;
99
+ export declare var ComponentIdList: number;
100
+ export declare var ComponentInfoList: StaticListSchema;
101
+ export declare var ComponentSummaryList: StaticListSchema;
102
+ export declare var ConfigurationCheckDefinitionList: StaticListSchema;
103
+ export declare var ConfigurationCheckOperationList: StaticListSchema;
104
+ export declare var ConfigurationCheckTypeList: number;
105
+ export declare var DatabaseIdList: number;
106
+ export declare var DatabaseSummaryList: StaticListSchema;
107
+ export declare var FilterList: StaticListSchema;
108
+ export declare var HostList: StaticListSchema;
109
+ export declare var InstanceList: number;
110
+ export declare var IpAddressList: StaticListSchema;
111
+ export declare var OperationEventList: StaticListSchema;
112
+ export declare var OperationIdList: number;
113
+ export declare var OperationList: StaticListSchema;
114
+ export declare var RuleResultList: StaticListSchema;
115
+ export declare var SubCheckReferencesList: number;
116
+ export declare var SubCheckResultList: StaticListSchema;
117
+ export declare var TagKeyList: number;
118
+ export declare var OperationProperties: StaticMapSchema;
119
+ export declare var RuleResultMetadata: number;
120
+ export declare var TagMap: number;
121
+ export declare var DeleteResourcePermission: StaticOperationSchema;
122
+ export declare var DeregisterApplication: StaticOperationSchema;
123
+ export declare var GetApplication: StaticOperationSchema;
124
+ export declare var GetComponent: StaticOperationSchema;
125
+ export declare var GetConfigurationCheckOperation: StaticOperationSchema;
126
+ export declare var GetDatabase: StaticOperationSchema;
127
+ export declare var GetOperation: StaticOperationSchema;
128
+ export declare var GetResourcePermission: StaticOperationSchema;
129
+ export declare var ListApplications: StaticOperationSchema;
130
+ export declare var ListComponents: StaticOperationSchema;
131
+ export declare var ListConfigurationCheckDefinitions: StaticOperationSchema;
132
+ export declare var ListConfigurationCheckOperations: StaticOperationSchema;
133
+ export declare var ListDatabases: StaticOperationSchema;
134
+ export declare var ListOperationEvents: StaticOperationSchema;
135
+ export declare var ListOperations: StaticOperationSchema;
136
+ export declare var ListSubCheckResults: StaticOperationSchema;
137
+ export declare var ListSubCheckRuleResults: StaticOperationSchema;
138
+ export declare var ListTagsForResource: StaticOperationSchema;
139
+ export declare var PutResourcePermission: StaticOperationSchema;
140
+ export declare var RegisterApplication: StaticOperationSchema;
141
+ export declare var StartApplication: StaticOperationSchema;
142
+ export declare var StartApplicationRefresh: StaticOperationSchema;
143
+ export declare var StartConfigurationChecks: StaticOperationSchema;
144
+ export declare var StopApplication: StaticOperationSchema;
145
+ export declare var TagResource: StaticOperationSchema;
146
+ export declare var UntagResource: StaticOperationSchema;
147
+ export declare var UpdateApplicationSettings: StaticOperationSchema;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-ssm-sap",
3
3
  "description": "AWS SDK for JavaScript Ssm Sap Client for Node.js, Browser and React Native",
4
- "version": "3.928.0",
4
+ "version": "3.929.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "node ../../scripts/compilation/inline client-ssm-sap",
@@ -21,7 +21,7 @@
21
21
  "@aws-crypto/sha256-browser": "5.2.0",
22
22
  "@aws-crypto/sha256-js": "5.2.0",
23
23
  "@aws-sdk/core": "3.928.0",
24
- "@aws-sdk/credential-provider-node": "3.928.0",
24
+ "@aws-sdk/credential-provider-node": "3.929.0",
25
25
  "@aws-sdk/middleware-host-header": "3.922.0",
26
26
  "@aws-sdk/middleware-logger": "3.922.0",
27
27
  "@aws-sdk/middleware-recursion-detection": "3.922.0",