cdk-lambda-subminute 2.0.248 → 2.0.249
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.jsii +3 -3
- package/lib/cdk-lambda-subminute.js +3 -3
- package/node_modules/aws-sdk/CHANGELOG.md +10 -1
- package/node_modules/aws-sdk/README.md +1 -1
- package/node_modules/aws-sdk/apis/amplifyuibuilder-2021-08-11.min.json +28 -9
- package/node_modules/aws-sdk/apis/chime-sdk-media-pipelines-2021-07-15.min.json +296 -9
- package/node_modules/aws-sdk/apis/chime-sdk-media-pipelines-2021-07-15.paginators.json +5 -0
- package/node_modules/aws-sdk/apis/emr-serverless-2021-07-13.min.json +94 -73
- package/node_modules/aws-sdk/apis/finspace-data-2020-07-13.min.json +5 -3
- package/node_modules/aws-sdk/apis/quicksight-2018-04-01.min.json +4 -1
- package/node_modules/aws-sdk/apis/wafv2-2019-07-29.min.json +177 -168
- package/node_modules/aws-sdk/clients/amplifyuibuilder.d.ts +32 -4
- package/node_modules/aws-sdk/clients/chimesdkmediapipelines.d.ts +291 -2
- package/node_modules/aws-sdk/clients/emrserverless.d.ts +21 -0
- package/node_modules/aws-sdk/clients/finspacedata.d.ts +36 -36
- package/node_modules/aws-sdk/clients/quicksight.d.ts +7 -3
- package/node_modules/aws-sdk/clients/ssm.d.ts +7 -7
- package/node_modules/aws-sdk/clients/wafv2.d.ts +42 -32
- package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +1 -1
- package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +8 -8
- package/node_modules/aws-sdk/dist/aws-sdk.js +3 -3
- package/node_modules/aws-sdk/dist/aws-sdk.min.js +2 -2
- package/node_modules/aws-sdk/lib/core.js +1 -1
- package/node_modules/aws-sdk/package.json +1 -1
- package/package.json +3 -3
@@ -12,11 +12,11 @@ declare class Finspacedata extends Service {
|
|
12
12
|
constructor(options?: Finspacedata.Types.ClientConfiguration)
|
13
13
|
config: Config & Finspacedata.Types.ClientConfiguration;
|
14
14
|
/**
|
15
|
-
* Adds a user
|
15
|
+
* Adds a user to a permission group to grant permissions for actions a user can perform in FinSpace.
|
16
16
|
*/
|
17
17
|
associateUserToPermissionGroup(params: Finspacedata.Types.AssociateUserToPermissionGroupRequest, callback?: (err: AWSError, data: Finspacedata.Types.AssociateUserToPermissionGroupResponse) => void): Request<Finspacedata.Types.AssociateUserToPermissionGroupResponse, AWSError>;
|
18
18
|
/**
|
19
|
-
* Adds a user
|
19
|
+
* Adds a user to a permission group to grant permissions for actions a user can perform in FinSpace.
|
20
20
|
*/
|
21
21
|
associateUserToPermissionGroup(callback?: (err: AWSError, data: Finspacedata.Types.AssociateUserToPermissionGroupResponse) => void): Request<Finspacedata.Types.AssociateUserToPermissionGroupResponse, AWSError>;
|
22
22
|
/**
|
@@ -84,11 +84,11 @@ declare class Finspacedata extends Service {
|
|
84
84
|
*/
|
85
85
|
disableUser(callback?: (err: AWSError, data: Finspacedata.Types.DisableUserResponse) => void): Request<Finspacedata.Types.DisableUserResponse, AWSError>;
|
86
86
|
/**
|
87
|
-
* Removes a user
|
87
|
+
* Removes a user from a permission group.
|
88
88
|
*/
|
89
89
|
disassociateUserFromPermissionGroup(params: Finspacedata.Types.DisassociateUserFromPermissionGroupRequest, callback?: (err: AWSError, data: Finspacedata.Types.DisassociateUserFromPermissionGroupResponse) => void): Request<Finspacedata.Types.DisassociateUserFromPermissionGroupResponse, AWSError>;
|
90
90
|
/**
|
91
|
-
* Removes a user
|
91
|
+
* Removes a user from a permission group.
|
92
92
|
*/
|
93
93
|
disassociateUserFromPermissionGroup(callback?: (err: AWSError, data: Finspacedata.Types.DisassociateUserFromPermissionGroupResponse) => void): Request<Finspacedata.Types.DisassociateUserFromPermissionGroupResponse, AWSError>;
|
94
94
|
/**
|
@@ -140,11 +140,11 @@ declare class Finspacedata extends Service {
|
|
140
140
|
*/
|
141
141
|
getPermissionGroup(callback?: (err: AWSError, data: Finspacedata.Types.GetPermissionGroupResponse) => void): Request<Finspacedata.Types.GetPermissionGroupResponse, AWSError>;
|
142
142
|
/**
|
143
|
-
* Request programmatic credentials to use with FinSpace SDK.
|
143
|
+
* Request programmatic credentials to use with FinSpace SDK. For more information, see Step 2. Access credentials programmatically using IAM access key id and secret access key.
|
144
144
|
*/
|
145
145
|
getProgrammaticAccessCredentials(params: Finspacedata.Types.GetProgrammaticAccessCredentialsRequest, callback?: (err: AWSError, data: Finspacedata.Types.GetProgrammaticAccessCredentialsResponse) => void): Request<Finspacedata.Types.GetProgrammaticAccessCredentialsResponse, AWSError>;
|
146
146
|
/**
|
147
|
-
* Request programmatic credentials to use with FinSpace SDK.
|
147
|
+
* Request programmatic credentials to use with FinSpace SDK. For more information, see Step 2. Access credentials programmatically using IAM access key id and secret access key.
|
148
148
|
*/
|
149
149
|
getProgrammaticAccessCredentials(callback?: (err: AWSError, data: Finspacedata.Types.GetProgrammaticAccessCredentialsResponse) => void): Request<Finspacedata.Types.GetProgrammaticAccessCredentialsResponse, AWSError>;
|
150
150
|
/**
|
@@ -196,19 +196,19 @@ declare class Finspacedata extends Service {
|
|
196
196
|
*/
|
197
197
|
listPermissionGroups(callback?: (err: AWSError, data: Finspacedata.Types.ListPermissionGroupsResponse) => void): Request<Finspacedata.Types.ListPermissionGroupsResponse, AWSError>;
|
198
198
|
/**
|
199
|
-
* Lists all the permission groups that are associated with a specific user
|
199
|
+
* Lists all the permission groups that are associated with a specific user.
|
200
200
|
*/
|
201
201
|
listPermissionGroupsByUser(params: Finspacedata.Types.ListPermissionGroupsByUserRequest, callback?: (err: AWSError, data: Finspacedata.Types.ListPermissionGroupsByUserResponse) => void): Request<Finspacedata.Types.ListPermissionGroupsByUserResponse, AWSError>;
|
202
202
|
/**
|
203
|
-
* Lists all the permission groups that are associated with a specific user
|
203
|
+
* Lists all the permission groups that are associated with a specific user.
|
204
204
|
*/
|
205
205
|
listPermissionGroupsByUser(callback?: (err: AWSError, data: Finspacedata.Types.ListPermissionGroupsByUserResponse) => void): Request<Finspacedata.Types.ListPermissionGroupsByUserResponse, AWSError>;
|
206
206
|
/**
|
207
|
-
* Lists all available
|
207
|
+
* Lists all available users in FinSpace.
|
208
208
|
*/
|
209
209
|
listUsers(params: Finspacedata.Types.ListUsersRequest, callback?: (err: AWSError, data: Finspacedata.Types.ListUsersResponse) => void): Request<Finspacedata.Types.ListUsersResponse, AWSError>;
|
210
210
|
/**
|
211
|
-
* Lists all available
|
211
|
+
* Lists all available users in FinSpace.
|
212
212
|
*/
|
213
213
|
listUsers(callback?: (err: AWSError, data: Finspacedata.Types.ListUsersResponse) => void): Request<Finspacedata.Types.ListUsersResponse, AWSError>;
|
214
214
|
/**
|
@@ -252,11 +252,11 @@ declare class Finspacedata extends Service {
|
|
252
252
|
*/
|
253
253
|
updatePermissionGroup(callback?: (err: AWSError, data: Finspacedata.Types.UpdatePermissionGroupResponse) => void): Request<Finspacedata.Types.UpdatePermissionGroupResponse, AWSError>;
|
254
254
|
/**
|
255
|
-
* Modifies the details of the specified user
|
255
|
+
* Modifies the details of the specified user. You cannot update the userId for a user.
|
256
256
|
*/
|
257
257
|
updateUser(params: Finspacedata.Types.UpdateUserRequest, callback?: (err: AWSError, data: Finspacedata.Types.UpdateUserResponse) => void): Request<Finspacedata.Types.UpdateUserResponse, AWSError>;
|
258
258
|
/**
|
259
|
-
* Modifies the details of the specified user
|
259
|
+
* Modifies the details of the specified user. You cannot update the userId for a user.
|
260
260
|
*/
|
261
261
|
updateUser(callback?: (err: AWSError, data: Finspacedata.Types.UpdateUserResponse) => void): Request<Finspacedata.Types.UpdateUserResponse, AWSError>;
|
262
262
|
}
|
@@ -549,7 +549,7 @@ declare namespace Finspacedata {
|
|
549
549
|
/**
|
550
550
|
* The option to indicate whether the user can use the GetProgrammaticAccessCredentials API to obtain credentials that can then be used to access other FinSpace Data API operations. ENABLED – The user has permissions to use the APIs. DISABLED – The user does not have permissions to use any APIs.
|
551
551
|
*/
|
552
|
-
|
552
|
+
apiAccess?: ApiAccess;
|
553
553
|
/**
|
554
554
|
* The ARN identifier of an AWS user or role that is allowed to call the GetProgrammaticAccessCredentials API to obtain a credentials token for a specific FinSpace user. This must be an IAM role within your FinSpace account.
|
555
555
|
*/
|
@@ -755,7 +755,7 @@ declare namespace Finspacedata {
|
|
755
755
|
}
|
756
756
|
export interface DisableUserRequest {
|
757
757
|
/**
|
758
|
-
* The unique identifier for the user
|
758
|
+
* The unique identifier for the user that you want to deactivate.
|
759
759
|
*/
|
760
760
|
userId: UserId;
|
761
761
|
/**
|
@@ -765,7 +765,7 @@ declare namespace Finspacedata {
|
|
765
765
|
}
|
766
766
|
export interface DisableUserResponse {
|
767
767
|
/**
|
768
|
-
* The unique identifier for the
|
768
|
+
* The unique identifier for the deactivated user.
|
769
769
|
*/
|
770
770
|
userId?: UserId;
|
771
771
|
}
|
@@ -792,7 +792,7 @@ declare namespace Finspacedata {
|
|
792
792
|
export type Email = string;
|
793
793
|
export interface EnableUserRequest {
|
794
794
|
/**
|
795
|
-
* The unique identifier for the user
|
795
|
+
* The unique identifier for the user that you want to activate.
|
796
796
|
*/
|
797
797
|
userId: UserId;
|
798
798
|
/**
|
@@ -802,7 +802,7 @@ declare namespace Finspacedata {
|
|
802
802
|
}
|
803
803
|
export interface EnableUserResponse {
|
804
804
|
/**
|
805
|
-
* The unique identifier for the
|
805
|
+
* The unique identifier for the active user.
|
806
806
|
*/
|
807
807
|
userId?: UserId;
|
808
808
|
}
|
@@ -1040,11 +1040,11 @@ declare namespace Finspacedata {
|
|
1040
1040
|
}
|
1041
1041
|
export interface GetUserResponse {
|
1042
1042
|
/**
|
1043
|
-
* The unique identifier for the user
|
1043
|
+
* The unique identifier for the user that is retrieved.
|
1044
1044
|
*/
|
1045
1045
|
userId?: UserId;
|
1046
1046
|
/**
|
1047
|
-
* The current status of the user
|
1047
|
+
* The current status of the user. CREATING – The creation is in progress. ENABLED – The user is created and is currently active. DISABLED – The user is currently inactive.
|
1048
1048
|
*/
|
1049
1049
|
status?: UserStatus;
|
1050
1050
|
/**
|
@@ -1072,19 +1072,19 @@ declare namespace Finspacedata {
|
|
1072
1072
|
*/
|
1073
1073
|
apiAccessPrincipalArn?: RoleArn;
|
1074
1074
|
/**
|
1075
|
-
* The timestamp at which the user
|
1075
|
+
* The timestamp at which the user was created in FinSpace. The value is determined as epoch time in milliseconds.
|
1076
1076
|
*/
|
1077
1077
|
createTime?: TimestampEpoch;
|
1078
1078
|
/**
|
1079
|
-
* Describes the last time the user
|
1079
|
+
* Describes the last time the user was activated. The value is determined as epoch time in milliseconds.
|
1080
1080
|
*/
|
1081
1081
|
lastEnabledTime?: TimestampEpoch;
|
1082
1082
|
/**
|
1083
|
-
* Describes the last time the user
|
1083
|
+
* Describes the last time the user was deactivated. The value is determined as epoch time in milliseconds.
|
1084
1084
|
*/
|
1085
1085
|
lastDisabledTime?: TimestampEpoch;
|
1086
1086
|
/**
|
1087
|
-
* Describes the last time the user
|
1087
|
+
* Describes the last time the user details were updated. The value is determined as epoch time in milliseconds.
|
1088
1088
|
*/
|
1089
1089
|
lastModifiedTime?: TimestampEpoch;
|
1090
1090
|
/**
|
@@ -1263,7 +1263,7 @@ declare namespace Finspacedata {
|
|
1263
1263
|
}
|
1264
1264
|
export interface ListUsersResponse {
|
1265
1265
|
/**
|
1266
|
-
* A list of all the
|
1266
|
+
* A list of all the users.
|
1267
1267
|
*/
|
1268
1268
|
users?: UserList;
|
1269
1269
|
/**
|
@@ -1301,7 +1301,7 @@ declare namespace Finspacedata {
|
|
1301
1301
|
*/
|
1302
1302
|
lastModifiedTime?: TimestampEpoch;
|
1303
1303
|
/**
|
1304
|
-
* Indicates the status of the user
|
1304
|
+
* Indicates the status of the user within a permission group. ADDITION_IN_PROGRESS – The user is currently being added to the permission group. ADDITION_SUCCESS – The user is successfully added to the permission group. REMOVAL_IN_PROGRESS – The user is currently being removed from the permission group.
|
1305
1305
|
*/
|
1306
1306
|
membershipStatus?: PermissionGroupMembershipStatus;
|
1307
1307
|
}
|
@@ -1315,7 +1315,7 @@ declare namespace Finspacedata {
|
|
1315
1315
|
*/
|
1316
1316
|
name?: PermissionGroupName;
|
1317
1317
|
/**
|
1318
|
-
* Indicates the status of the user
|
1318
|
+
* Indicates the status of the user within a permission group. ADDITION_IN_PROGRESS – The user is currently being added to the permission group. ADDITION_SUCCESS – The user is successfully added to the permission group. REMOVAL_IN_PROGRESS – The user is currently being removed from the permission group.
|
1319
1319
|
*/
|
1320
1320
|
membershipStatus?: PermissionGroupMembershipStatus;
|
1321
1321
|
}
|
@@ -1352,7 +1352,7 @@ declare namespace Finspacedata {
|
|
1352
1352
|
*/
|
1353
1353
|
userId?: UserId;
|
1354
1354
|
/**
|
1355
|
-
* A randomly generated temporary password for the requested user
|
1355
|
+
* A randomly generated temporary password for the requested user. This password expires in 7 days.
|
1356
1356
|
*/
|
1357
1357
|
temporaryPassword?: Password;
|
1358
1358
|
}
|
@@ -1503,7 +1503,7 @@ declare namespace Finspacedata {
|
|
1503
1503
|
}
|
1504
1504
|
export interface UpdateUserRequest {
|
1505
1505
|
/**
|
1506
|
-
* The unique identifier for the user
|
1506
|
+
* The unique identifier for the user that you want to update.
|
1507
1507
|
*/
|
1508
1508
|
userId: UserId;
|
1509
1509
|
/**
|
@@ -1533,7 +1533,7 @@ declare namespace Finspacedata {
|
|
1533
1533
|
}
|
1534
1534
|
export interface UpdateUserResponse {
|
1535
1535
|
/**
|
1536
|
-
* The unique identifier of the updated user
|
1536
|
+
* The unique identifier of the updated user.
|
1537
1537
|
*/
|
1538
1538
|
userId?: UserId;
|
1539
1539
|
}
|
@@ -1543,7 +1543,7 @@ declare namespace Finspacedata {
|
|
1543
1543
|
*/
|
1544
1544
|
userId?: UserId;
|
1545
1545
|
/**
|
1546
|
-
* The current status of the user
|
1546
|
+
* The current status of the user. CREATING – The user creation is in progress. ENABLED – The user is created and is currently active. DISABLED – The user is currently inactive.
|
1547
1547
|
*/
|
1548
1548
|
status?: UserStatus;
|
1549
1549
|
/**
|
@@ -1571,19 +1571,19 @@ declare namespace Finspacedata {
|
|
1571
1571
|
*/
|
1572
1572
|
apiAccessPrincipalArn?: RoleArn;
|
1573
1573
|
/**
|
1574
|
-
* The timestamp at which the user
|
1574
|
+
* The timestamp at which the user was created in FinSpace. The value is determined as epoch time in milliseconds.
|
1575
1575
|
*/
|
1576
1576
|
createTime?: TimestampEpoch;
|
1577
1577
|
/**
|
1578
|
-
* Describes the last time the user
|
1578
|
+
* Describes the last time the user was activated. The value is determined as epoch time in milliseconds.
|
1579
1579
|
*/
|
1580
1580
|
lastEnabledTime?: TimestampEpoch;
|
1581
1581
|
/**
|
1582
|
-
* Describes the last time the user
|
1582
|
+
* Describes the last time the user was deactivated. The value is determined as epoch time in milliseconds.
|
1583
1583
|
*/
|
1584
1584
|
lastDisabledTime?: TimestampEpoch;
|
1585
1585
|
/**
|
1586
|
-
* Describes the last time the user
|
1586
|
+
* Describes the last time the user was updated. The value is determined as epoch time in milliseconds.
|
1587
1587
|
*/
|
1588
1588
|
lastModifiedTime?: TimestampEpoch;
|
1589
1589
|
/**
|
@@ -1597,7 +1597,7 @@ declare namespace Finspacedata {
|
|
1597
1597
|
*/
|
1598
1598
|
userId?: UserId;
|
1599
1599
|
/**
|
1600
|
-
* The current status of the user
|
1600
|
+
* The current status of the user. CREATING – The user creation is in progress. ENABLED – The user is created and is currently active. DISABLED – The user is currently inactive.
|
1601
1601
|
*/
|
1602
1602
|
status?: UserStatus;
|
1603
1603
|
/**
|
@@ -1625,7 +1625,7 @@ declare namespace Finspacedata {
|
|
1625
1625
|
*/
|
1626
1626
|
apiAccessPrincipalArn?: RoleArn;
|
1627
1627
|
/**
|
1628
|
-
* Indicates the status of the user
|
1628
|
+
* Indicates the status of the user within a permission group. ADDITION_IN_PROGRESS – The user is currently being added to the permission group. ADDITION_SUCCESS – The user is successfully added to the permission group. REMOVAL_IN_PROGRESS – The user is currently being removed from the permission group.
|
1629
1629
|
*/
|
1630
1630
|
membershipStatus?: PermissionGroupMembershipStatus;
|
1631
1631
|
}
|
@@ -1052,11 +1052,11 @@ declare class QuickSight extends Service {
|
|
1052
1052
|
*/
|
1053
1053
|
startDashboardSnapshotJob(callback?: (err: AWSError, data: QuickSight.Types.StartDashboardSnapshotJobResponse) => void): Request<QuickSight.Types.StartDashboardSnapshotJobResponse, AWSError>;
|
1054
1054
|
/**
|
1055
|
-
* Assigns one or more tags (key-value pairs) to the specified Amazon QuickSight resource. Tags can help you organize and categorize your resources. You can also use them to scope user permissions, by granting a user permission to access or change only resources with certain tag values. You can use the TagResource operation with a resource that already has tags. If you specify a new tag key for the resource, this tag is appended to the list of tags associated with the resource. If you specify a tag key that is already associated with the resource, the new tag value that you specify replaces the previous value for that tag. You can associate as many as 50 tags with a resource. Amazon QuickSight supports tagging on data set, data source, dashboard, template, and
|
1055
|
+
* Assigns one or more tags (key-value pairs) to the specified Amazon QuickSight resource. Tags can help you organize and categorize your resources. You can also use them to scope user permissions, by granting a user permission to access or change only resources with certain tag values. You can use the TagResource operation with a resource that already has tags. If you specify a new tag key for the resource, this tag is appended to the list of tags associated with the resource. If you specify a tag key that is already associated with the resource, the new tag value that you specify replaces the previous value for that tag. You can associate as many as 50 tags with a resource. Amazon QuickSight supports tagging on data set, data source, dashboard, template, topic, and user. Tagging for Amazon QuickSight works in a similar way to tagging for other Amazon Web Services services, except for the following: Tags are used to track costs for users in Amazon QuickSight. You can't tag other resources that Amazon QuickSight costs are based on, such as storage capacoty (SPICE), session usage, alert consumption, or reporting units. Amazon QuickSight doesn't currently support the tag editor for Resource Groups.
|
1056
1056
|
*/
|
1057
1057
|
tagResource(params: QuickSight.Types.TagResourceRequest, callback?: (err: AWSError, data: QuickSight.Types.TagResourceResponse) => void): Request<QuickSight.Types.TagResourceResponse, AWSError>;
|
1058
1058
|
/**
|
1059
|
-
* Assigns one or more tags (key-value pairs) to the specified Amazon QuickSight resource. Tags can help you organize and categorize your resources. You can also use them to scope user permissions, by granting a user permission to access or change only resources with certain tag values. You can use the TagResource operation with a resource that already has tags. If you specify a new tag key for the resource, this tag is appended to the list of tags associated with the resource. If you specify a tag key that is already associated with the resource, the new tag value that you specify replaces the previous value for that tag. You can associate as many as 50 tags with a resource. Amazon QuickSight supports tagging on data set, data source, dashboard, template, and
|
1059
|
+
* Assigns one or more tags (key-value pairs) to the specified Amazon QuickSight resource. Tags can help you organize and categorize your resources. You can also use them to scope user permissions, by granting a user permission to access or change only resources with certain tag values. You can use the TagResource operation with a resource that already has tags. If you specify a new tag key for the resource, this tag is appended to the list of tags associated with the resource. If you specify a tag key that is already associated with the resource, the new tag value that you specify replaces the previous value for that tag. You can associate as many as 50 tags with a resource. Amazon QuickSight supports tagging on data set, data source, dashboard, template, topic, and user. Tagging for Amazon QuickSight works in a similar way to tagging for other Amazon Web Services services, except for the following: Tags are used to track costs for users in Amazon QuickSight. You can't tag other resources that Amazon QuickSight costs are based on, such as storage capacoty (SPICE), session usage, alert consumption, or reporting units. Amazon QuickSight doesn't currently support the tag editor for Resource Groups.
|
1060
1060
|
*/
|
1061
1061
|
tagResource(callback?: (err: AWSError, data: QuickSight.Types.TagResourceResponse) => void): Request<QuickSight.Types.TagResourceResponse, AWSError>;
|
1062
1062
|
/**
|
@@ -11839,7 +11839,7 @@ declare namespace QuickSight {
|
|
11839
11839
|
*/
|
11840
11840
|
MemberArn?: Arn;
|
11841
11841
|
}
|
11842
|
-
export type MemberType = "DASHBOARD"|"ANALYSIS"|"DATASET"|string;
|
11842
|
+
export type MemberType = "DASHBOARD"|"ANALYSIS"|"DATASET"|"TOPIC"|string;
|
11843
11843
|
export interface MetricComparisonComputation {
|
11844
11844
|
/**
|
11845
11845
|
* The ID for a computation.
|
@@ -13632,6 +13632,10 @@ declare namespace QuickSight {
|
|
13632
13632
|
* The identity ID for a user in the external login provider.
|
13633
13633
|
*/
|
13634
13634
|
ExternalLoginId?: String;
|
13635
|
+
/**
|
13636
|
+
* The tags to associate with the user.
|
13637
|
+
*/
|
13638
|
+
Tags?: TagList;
|
13635
13639
|
}
|
13636
13640
|
export interface RegisterUserResponse {
|
13637
13641
|
/**
|
@@ -2470,7 +2470,7 @@ declare namespace SSM {
|
|
2470
2470
|
SeveritySummary?: SeveritySummary;
|
2471
2471
|
}
|
2472
2472
|
export type ComputerName = string;
|
2473
|
-
export type ConnectionStatus = "
|
2473
|
+
export type ConnectionStatus = "connected"|"notconnected"|string;
|
2474
2474
|
export type ContentLength = number;
|
2475
2475
|
export interface CreateActivationRequest {
|
2476
2476
|
/**
|
@@ -2795,11 +2795,11 @@ declare namespace SSM {
|
|
2795
2795
|
}
|
2796
2796
|
export interface CreateOpsItemRequest {
|
2797
2797
|
/**
|
2798
|
-
*
|
2798
|
+
* User-defined text that contains information about the OpsItem, in Markdown format. Provide enough information so that users viewing this OpsItem for the first time understand the issue.
|
2799
2799
|
*/
|
2800
2800
|
Description: OpsItemDescription;
|
2801
2801
|
/**
|
2802
|
-
* The type of OpsItem to create. Systems Manager supports the following types of OpsItems: /aws/issue This type of OpsItem is used for default OpsItems created by OpsCenter. /aws/changerequest This type of OpsItem is used by Change Manager for reviewing and approving or rejecting change requests. /aws/
|
2802
|
+
* The type of OpsItem to create. Systems Manager supports the following types of OpsItems: /aws/issue This type of OpsItem is used for default OpsItems created by OpsCenter. /aws/changerequest This type of OpsItem is used by Change Manager for reviewing and approving or rejecting change requests. /aws/insight This type of OpsItem is used by OpsCenter for aggregating and reporting on duplicate OpsItems.
|
2803
2803
|
*/
|
2804
2804
|
OpsItemType?: OpsItemType;
|
2805
2805
|
/**
|
@@ -7148,7 +7148,7 @@ declare namespace SSM {
|
|
7148
7148
|
*/
|
7149
7149
|
CreatedBy?: String;
|
7150
7150
|
/**
|
7151
|
-
* The type of OpsItem. Systems Manager supports the following types of OpsItems: /aws/issue This type of OpsItem is used for default OpsItems created by OpsCenter. /aws/changerequest This type of OpsItem is used by Change Manager for reviewing and approving or rejecting change requests. /aws/
|
7151
|
+
* The type of OpsItem. Systems Manager supports the following types of OpsItems: /aws/issue This type of OpsItem is used for default OpsItems created by OpsCenter. /aws/changerequest This type of OpsItem is used by Change Manager for reviewing and approving or rejecting change requests. /aws/insight This type of OpsItem is used by OpsCenter for aggregating and reporting on duplicate OpsItems.
|
7152
7152
|
*/
|
7153
7153
|
OpsItemType?: OpsItemType;
|
7154
7154
|
/**
|
@@ -7448,7 +7448,7 @@ declare namespace SSM {
|
|
7448
7448
|
*/
|
7449
7449
|
Severity?: OpsItemSeverity;
|
7450
7450
|
/**
|
7451
|
-
* The type of OpsItem. Systems Manager supports the following types of OpsItems: /aws/issue This type of OpsItem is used for default OpsItems created by OpsCenter. /aws/changerequest This type of OpsItem is used by Change Manager for reviewing and approving or rejecting change requests. /aws/
|
7451
|
+
* The type of OpsItem. Systems Manager supports the following types of OpsItems: /aws/issue This type of OpsItem is used for default OpsItems created by OpsCenter. /aws/changerequest This type of OpsItem is used by Change Manager for reviewing and approving or rejecting change requests. /aws/insight This type of OpsItem is used by OpsCenter for aggregating and reporting on duplicate OpsItems.
|
7452
7452
|
*/
|
7453
7453
|
OpsItemType?: OpsItemType;
|
7454
7454
|
/**
|
@@ -8608,7 +8608,7 @@ declare namespace SSM {
|
|
8608
8608
|
export type ResourceDataSyncType = string;
|
8609
8609
|
export type ResourceId = string;
|
8610
8610
|
export type ResourcePolicyMaxResults = number;
|
8611
|
-
export type ResourceType = "ManagedInstance"|"
|
8611
|
+
export type ResourceType = "ManagedInstance"|"EC2Instance"|string;
|
8612
8612
|
export type ResourceTypeForTagging = "Document"|"ManagedInstance"|"MaintenanceWindow"|"Parameter"|"PatchBaseline"|"OpsItem"|"OpsMetadata"|"Automation"|"Association"|string;
|
8613
8613
|
export type ResponseCode = number;
|
8614
8614
|
export interface ResultAttribute {
|
@@ -9837,7 +9837,7 @@ declare namespace SSM {
|
|
9837
9837
|
}
|
9838
9838
|
export interface UpdateOpsItemRequest {
|
9839
9839
|
/**
|
9840
|
-
*
|
9840
|
+
* User-defined text that contains information about the OpsItem, in Markdown format.
|
9841
9841
|
*/
|
9842
9842
|
Description?: OpsItemDescription;
|
9843
9843
|
/**
|