@aws-sdk/client-ssm-sap 3.428.0 → 3.430.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.
@@ -58,7 +58,7 @@ export interface Application {
58
58
  * @public
59
59
  * <p>The type of the application.</p>
60
60
  */
61
- Type?: ApplicationType | string;
61
+ Type?: ApplicationType;
62
62
  /**
63
63
  * @public
64
64
  * <p>The Amazon Resource Name (ARN) of the application.</p>
@@ -73,12 +73,12 @@ export interface Application {
73
73
  * @public
74
74
  * <p>The status of the application.</p>
75
75
  */
76
- Status?: ApplicationStatus | string;
76
+ Status?: ApplicationStatus;
77
77
  /**
78
78
  * @public
79
79
  * <p>The latest discovery result for the application.</p>
80
80
  */
81
- DiscoveryStatus?: ApplicationDiscoveryStatus | string;
81
+ DiscoveryStatus?: ApplicationDiscoveryStatus;
82
82
  /**
83
83
  * @public
84
84
  * <p>The components of the application.</p>
@@ -120,7 +120,7 @@ export interface ApplicationCredential {
120
120
  * @public
121
121
  * <p>The type of the application credentials. </p>
122
122
  */
123
- CredentialType: CredentialType | string | undefined;
123
+ CredentialType: CredentialType | undefined;
124
124
  /**
125
125
  * @public
126
126
  * <p>The secret ID created in AWS Secrets Manager to store the credentials of the SAP
@@ -143,7 +143,7 @@ export interface ApplicationSummary {
143
143
  * @public
144
144
  * <p>The type of the application.</p>
145
145
  */
146
- Type?: ApplicationType | string;
146
+ Type?: ApplicationType;
147
147
  /**
148
148
  * @public
149
149
  * <p>The Amazon Resource Name (ARN) of the application.</p>
@@ -197,7 +197,7 @@ export interface BackintConfig {
197
197
  * @public
198
198
  * <p>AWS service for your database backup.</p>
199
199
  */
200
- BackintMode: BackintMode | string | undefined;
200
+ BackintMode: BackintMode | undefined;
201
201
  /**
202
202
  * @public
203
203
  * <p/>
@@ -274,7 +274,7 @@ export interface Host {
274
274
  * @public
275
275
  * <p>The role of the Dedicated Host.</p>
276
276
  */
277
- HostRole?: HostRole | string;
277
+ HostRole?: HostRole;
278
278
  /**
279
279
  * @public
280
280
  * <p>The version of the operating system.</p>
@@ -325,17 +325,17 @@ export interface Resilience {
325
325
  * @public
326
326
  * <p>The replication mode of the component.</p>
327
327
  */
328
- HsrReplicationMode?: ReplicationMode | string;
328
+ HsrReplicationMode?: ReplicationMode;
329
329
  /**
330
330
  * @public
331
331
  * <p>The operation mode of the component.</p>
332
332
  */
333
- HsrOperationMode?: OperationMode | string;
333
+ HsrOperationMode?: OperationMode;
334
334
  /**
335
335
  * @public
336
336
  * <p>The cluster status of the component.</p>
337
337
  */
338
- ClusterStatus?: ClusterStatus | string;
338
+ ClusterStatus?: ClusterStatus;
339
339
  }
340
340
  /**
341
341
  * @public
@@ -387,12 +387,12 @@ export interface Component {
387
387
  * @public
388
388
  * <p>The type of the component.</p>
389
389
  */
390
- ComponentType?: ComponentType | string;
390
+ ComponentType?: ComponentType;
391
391
  /**
392
392
  * @public
393
393
  * <p>The status of the component.</p>
394
394
  */
395
- Status?: ComponentStatus | string;
395
+ Status?: ComponentStatus;
396
396
  /**
397
397
  * @public
398
398
  * <p>The hostname of the component.</p>
@@ -467,7 +467,7 @@ export interface ComponentSummary {
467
467
  * @public
468
468
  * <p>The type of the component.</p>
469
469
  */
470
- ComponentType?: ComponentType | string;
470
+ ComponentType?: ComponentType;
471
471
  /**
472
472
  * @public
473
473
  * <p>The tags of the component.</p>
@@ -555,7 +555,7 @@ export interface Database {
555
555
  * @public
556
556
  * <p>The type of the database.</p>
557
557
  */
558
- DatabaseType?: DatabaseType | string;
558
+ DatabaseType?: DatabaseType;
559
559
  /**
560
560
  * @public
561
561
  * <p>The Amazon Resource Name (ARN) of the database.</p>
@@ -565,7 +565,7 @@ export interface Database {
565
565
  * @public
566
566
  * <p>The status of the database.</p>
567
567
  */
568
- Status?: DatabaseStatus | string;
568
+ Status?: DatabaseStatus;
569
569
  /**
570
570
  * @public
571
571
  * <p>The primary host of the database.</p>
@@ -606,7 +606,7 @@ export interface DatabaseSummary {
606
606
  * @public
607
607
  * <p>The type of the database.</p>
608
608
  */
609
- DatabaseType?: DatabaseType | string;
609
+ DatabaseType?: DatabaseType;
610
610
  /**
611
611
  * @public
612
612
  * <p>The Amazon Resource Name (ARN) of the database.</p>
@@ -637,7 +637,7 @@ export interface DeleteResourcePermissionInput {
637
637
  * @public
638
638
  * <p>Delete or restore the permissions on the target database.</p>
639
639
  */
640
- ActionType?: PermissionActionType | string;
640
+ ActionType?: PermissionActionType;
641
641
  /**
642
642
  * @public
643
643
  * <p>The Amazon Resource Name (ARN) of the source resource.</p>
@@ -747,7 +747,7 @@ export interface Filter {
747
747
  * @public
748
748
  * <p>The operator for the filter. </p>
749
749
  */
750
- Operator: FilterOperator | string | undefined;
750
+ Operator: FilterOperator | undefined;
751
751
  }
752
752
  /**
753
753
  * @public
@@ -898,7 +898,7 @@ export interface Operation {
898
898
  * @public
899
899
  * <p>The status of the operation.</p>
900
900
  */
901
- Status?: OperationStatus | string;
901
+ Status?: OperationStatus;
902
902
  /**
903
903
  * @public
904
904
  * <p>The status message of the operation.</p>
@@ -958,7 +958,7 @@ export interface GetResourcePermissionInput {
958
958
  * @public
959
959
  * <p/>
960
960
  */
961
- ActionType?: PermissionActionType | string;
961
+ ActionType?: PermissionActionType;
962
962
  /**
963
963
  * @public
964
964
  * <p>The Amazon Resource Name (ARN) of the resource.</p>
@@ -1160,7 +1160,7 @@ export interface PutResourcePermissionInput {
1160
1160
  * @public
1161
1161
  * <p/>
1162
1162
  */
1163
- ActionType: PermissionActionType | string | undefined;
1163
+ ActionType: PermissionActionType | undefined;
1164
1164
  /**
1165
1165
  * @public
1166
1166
  * <p/>
@@ -1195,7 +1195,7 @@ export interface RegisterApplicationInput {
1195
1195
  * @public
1196
1196
  * <p>The type of the application.</p>
1197
1197
  */
1198
- ApplicationType: ApplicationType | string | undefined;
1198
+ ApplicationType: ApplicationType | undefined;
1199
1199
  /**
1200
1200
  * @public
1201
1201
  * <p>The Amazon EC2 instances on which your SAP application is running.</p>
@@ -28,11 +28,11 @@ export type ApplicationType =
28
28
  (typeof ApplicationType)[keyof typeof ApplicationType];
29
29
  export interface Application {
30
30
  Id?: string;
31
- Type?: ApplicationType | string;
31
+ Type?: ApplicationType;
32
32
  Arn?: string;
33
33
  AppRegistryArn?: string;
34
- Status?: ApplicationStatus | string;
35
- DiscoveryStatus?: ApplicationDiscoveryStatus | string;
34
+ Status?: ApplicationStatus;
35
+ DiscoveryStatus?: ApplicationDiscoveryStatus;
36
36
  Components?: string[];
37
37
  LastUpdated?: Date;
38
38
  StatusMessage?: string;
@@ -44,12 +44,12 @@ export type CredentialType =
44
44
  (typeof CredentialType)[keyof typeof CredentialType];
45
45
  export interface ApplicationCredential {
46
46
  DatabaseName: string | undefined;
47
- CredentialType: CredentialType | string | undefined;
47
+ CredentialType: CredentialType | undefined;
48
48
  SecretId: string | undefined;
49
49
  }
50
50
  export interface ApplicationSummary {
51
51
  Id?: string;
52
- Type?: ApplicationType | string;
52
+ Type?: ApplicationType;
53
53
  Arn?: string;
54
54
  Tags?: Record<string, string>;
55
55
  }
@@ -63,7 +63,7 @@ export declare const BackintMode: {
63
63
  };
64
64
  export type BackintMode = (typeof BackintMode)[keyof typeof BackintMode];
65
65
  export interface BackintConfig {
66
- BackintMode: BackintMode | string | undefined;
66
+ BackintMode: BackintMode | undefined;
67
67
  EnsureNoBackupInProcess: boolean | undefined;
68
68
  }
69
69
  export declare const ClusterStatus: {
@@ -91,7 +91,7 @@ export interface Host {
91
91
  HostIp?: string;
92
92
  EC2InstanceId?: string;
93
93
  InstanceId?: string;
94
- HostRole?: HostRole | string;
94
+ HostRole?: HostRole;
95
95
  OsVersion?: string;
96
96
  }
97
97
  export declare const OperationMode: {
@@ -113,9 +113,9 @@ export type ReplicationMode =
113
113
  (typeof ReplicationMode)[keyof typeof ReplicationMode];
114
114
  export interface Resilience {
115
115
  HsrTier?: string;
116
- HsrReplicationMode?: ReplicationMode | string;
117
- HsrOperationMode?: OperationMode | string;
118
- ClusterStatus?: ClusterStatus | string;
116
+ HsrReplicationMode?: ReplicationMode;
117
+ HsrOperationMode?: OperationMode;
118
+ ClusterStatus?: ClusterStatus;
119
119
  }
120
120
  export declare const ComponentStatus: {
121
121
  readonly ACTIVATED: "ACTIVATED";
@@ -133,8 +133,8 @@ export interface Component {
133
133
  ParentComponent?: string;
134
134
  ChildComponents?: string[];
135
135
  ApplicationId?: string;
136
- ComponentType?: ComponentType | string;
137
- Status?: ComponentStatus | string;
136
+ ComponentType?: ComponentType;
137
+ Status?: ComponentStatus;
138
138
  SapHostname?: string;
139
139
  SapKernelVersion?: string;
140
140
  HdbVersion?: string;
@@ -149,7 +149,7 @@ export interface Component {
149
149
  export interface ComponentSummary {
150
150
  ApplicationId?: string;
151
151
  ComponentId?: string;
152
- ComponentType?: ComponentType | string;
152
+ ComponentType?: ComponentType;
153
153
  Tags?: Record<string, string>;
154
154
  Arn?: string;
155
155
  }
@@ -180,9 +180,9 @@ export interface Database {
180
180
  Credentials?: ApplicationCredential[];
181
181
  DatabaseId?: string;
182
182
  DatabaseName?: string;
183
- DatabaseType?: DatabaseType | string;
183
+ DatabaseType?: DatabaseType;
184
184
  Arn?: string;
185
- Status?: DatabaseStatus | string;
185
+ Status?: DatabaseStatus;
186
186
  PrimaryHost?: string;
187
187
  SQLPort?: number;
188
188
  LastUpdated?: Date;
@@ -191,7 +191,7 @@ export interface DatabaseSummary {
191
191
  ApplicationId?: string;
192
192
  ComponentId?: string;
193
193
  DatabaseId?: string;
194
- DatabaseType?: DatabaseType | string;
194
+ DatabaseType?: DatabaseType;
195
195
  Arn?: string;
196
196
  Tags?: Record<string, string>;
197
197
  }
@@ -201,7 +201,7 @@ export declare const PermissionActionType: {
201
201
  export type PermissionActionType =
202
202
  (typeof PermissionActionType)[keyof typeof PermissionActionType];
203
203
  export interface DeleteResourcePermissionInput {
204
- ActionType?: PermissionActionType | string;
204
+ ActionType?: PermissionActionType;
205
205
  SourceResourceArn?: string;
206
206
  ResourceArn: string | undefined;
207
207
  }
@@ -246,7 +246,7 @@ export type FilterOperator =
246
246
  export interface Filter {
247
247
  Name: string | undefined;
248
248
  Value: string | undefined;
249
- Operator: FilterOperator | string | undefined;
249
+ Operator: FilterOperator | undefined;
250
250
  }
251
251
  export interface GetApplicationInput {
252
252
  ApplicationId?: string;
@@ -288,7 +288,7 @@ export type OperationStatus =
288
288
  export interface Operation {
289
289
  Id?: string;
290
290
  Type?: string;
291
- Status?: OperationStatus | string;
291
+ Status?: OperationStatus;
292
292
  StatusMessage?: string;
293
293
  Properties?: Record<string, string>;
294
294
  ResourceType?: string;
@@ -302,7 +302,7 @@ export interface GetOperationOutput {
302
302
  Operation?: Operation;
303
303
  }
304
304
  export interface GetResourcePermissionInput {
305
- ActionType?: PermissionActionType | string;
305
+ ActionType?: PermissionActionType;
306
306
  ResourceArn: string | undefined;
307
307
  }
308
308
  export interface GetResourcePermissionOutput {
@@ -352,7 +352,7 @@ export interface ListTagsForResourceResponse {
352
352
  tags?: Record<string, string>;
353
353
  }
354
354
  export interface PutResourcePermissionInput {
355
- ActionType: PermissionActionType | string | undefined;
355
+ ActionType: PermissionActionType | undefined;
356
356
  SourceResourceArn: string | undefined;
357
357
  ResourceArn: string | undefined;
358
358
  }
@@ -361,7 +361,7 @@ export interface PutResourcePermissionOutput {
361
361
  }
362
362
  export interface RegisterApplicationInput {
363
363
  ApplicationId: string | undefined;
364
- ApplicationType: ApplicationType | string | undefined;
364
+ ApplicationType: ApplicationType | undefined;
365
365
  Instances: string[] | undefined;
366
366
  SapInstanceNumber?: string;
367
367
  Sid?: string;
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.428.0",
4
+ "version": "3.430.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",
@@ -21,28 +21,28 @@
21
21
  "dependencies": {
22
22
  "@aws-crypto/sha256-browser": "3.0.0",
23
23
  "@aws-crypto/sha256-js": "3.0.0",
24
- "@aws-sdk/client-sts": "3.428.0",
25
- "@aws-sdk/credential-provider-node": "3.428.0",
26
- "@aws-sdk/middleware-host-header": "3.428.0",
24
+ "@aws-sdk/client-sts": "3.430.0",
25
+ "@aws-sdk/credential-provider-node": "3.430.0",
26
+ "@aws-sdk/middleware-host-header": "3.429.0",
27
27
  "@aws-sdk/middleware-logger": "3.428.0",
28
28
  "@aws-sdk/middleware-recursion-detection": "3.428.0",
29
29
  "@aws-sdk/middleware-signing": "3.428.0",
30
30
  "@aws-sdk/middleware-user-agent": "3.428.0",
31
- "@aws-sdk/region-config-resolver": "3.428.0",
31
+ "@aws-sdk/region-config-resolver": "3.430.0",
32
32
  "@aws-sdk/types": "3.428.0",
33
33
  "@aws-sdk/util-endpoints": "3.428.0",
34
34
  "@aws-sdk/util-user-agent-browser": "3.428.0",
35
- "@aws-sdk/util-user-agent-node": "3.428.0",
36
- "@smithy/config-resolver": "^2.0.14",
35
+ "@aws-sdk/util-user-agent-node": "3.430.0",
36
+ "@smithy/config-resolver": "^2.0.15",
37
37
  "@smithy/fetch-http-handler": "^2.2.3",
38
38
  "@smithy/hash-node": "^2.0.11",
39
39
  "@smithy/invalid-dependency": "^2.0.11",
40
40
  "@smithy/middleware-content-length": "^2.0.13",
41
- "@smithy/middleware-endpoint": "^2.1.0",
42
- "@smithy/middleware-retry": "^2.0.16",
41
+ "@smithy/middleware-endpoint": "^2.1.2",
42
+ "@smithy/middleware-retry": "^2.0.17",
43
43
  "@smithy/middleware-serde": "^2.0.11",
44
44
  "@smithy/middleware-stack": "^2.0.5",
45
- "@smithy/node-config-provider": "^2.1.1",
45
+ "@smithy/node-config-provider": "^2.1.2",
46
46
  "@smithy/node-http-handler": "^2.1.7",
47
47
  "@smithy/protocol-http": "^3.0.7",
48
48
  "@smithy/smithy-client": "^2.1.11",
@@ -52,7 +52,7 @@
52
52
  "@smithy/util-body-length-browser": "^2.0.0",
53
53
  "@smithy/util-body-length-node": "^2.1.0",
54
54
  "@smithy/util-defaults-mode-browser": "^2.0.15",
55
- "@smithy/util-defaults-mode-node": "^2.0.19",
55
+ "@smithy/util-defaults-mode-node": "^2.0.20",
56
56
  "@smithy/util-retry": "^2.0.4",
57
57
  "@smithy/util-utf8": "^2.0.0",
58
58
  "tslib": "^2.5.0"