cdk-comprehend-s3olap 2.0.8 → 2.0.9
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 +4 -4
- package/lib/cdk-comprehend-s3olap.js +2 -2
- package/lib/comprehend-lambdas.js +2 -2
- package/lib/iam-roles.js +4 -4
- package/node_modules/aws-sdk/CHANGELOG.md +7 -1
- package/node_modules/aws-sdk/README.md +1 -1
- package/node_modules/aws-sdk/apis/finspace-data-2020-07-13.min.json +278 -73
- package/node_modules/aws-sdk/apis/guardduty-2017-11-28.min.json +325 -98
- package/node_modules/aws-sdk/apis/servicecatalog-appregistry-2020-06-24.min.json +45 -0
- package/node_modules/aws-sdk/apis/servicecatalog-appregistry-2020-06-24.paginators.json +6 -0
- package/node_modules/aws-sdk/clients/finspacedata.d.ts +201 -4
- package/node_modules/aws-sdk/clients/guardduty.d.ts +186 -4
- package/node_modules/aws-sdk/clients/servicecatalogappregistry.d.ts +49 -2
- package/node_modules/aws-sdk/clients/workspaces.d.ts +10 -10
- 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 +5 -5
- 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/node_modules/esbuild/bin/esbuild +1 -0
- package/node_modules/esbuild/install.js +5 -4
- package/node_modules/esbuild/lib/main.d.ts +1 -1
- package/node_modules/esbuild/lib/main.js +8 -7
- package/node_modules/esbuild/package.json +21 -21
- package/node_modules/esbuild-linux-64/bin/esbuild +0 -0
- package/node_modules/esbuild-linux-64/package.json +1 -1
- package/package.json +7 -7
@@ -11,6 +11,14 @@ declare class GuardDuty extends Service {
|
|
11
11
|
*/
|
12
12
|
constructor(options?: GuardDuty.Types.ClientConfiguration)
|
13
13
|
config: Config & GuardDuty.Types.ClientConfiguration;
|
14
|
+
/**
|
15
|
+
* Accepts the invitation to be a member account and get monitored by a GuardDuty administrator account that sent the invitation.
|
16
|
+
*/
|
17
|
+
acceptAdministratorInvitation(params: GuardDuty.Types.AcceptAdministratorInvitationRequest, callback?: (err: AWSError, data: GuardDuty.Types.AcceptAdministratorInvitationResponse) => void): Request<GuardDuty.Types.AcceptAdministratorInvitationResponse, AWSError>;
|
18
|
+
/**
|
19
|
+
* Accepts the invitation to be a member account and get monitored by a GuardDuty administrator account that sent the invitation.
|
20
|
+
*/
|
21
|
+
acceptAdministratorInvitation(callback?: (err: AWSError, data: GuardDuty.Types.AcceptAdministratorInvitationResponse) => void): Request<GuardDuty.Types.AcceptAdministratorInvitationResponse, AWSError>;
|
14
22
|
/**
|
15
23
|
* Accepts the invitation to be monitored by a GuardDuty administrator account.
|
16
24
|
*/
|
@@ -171,6 +179,14 @@ declare class GuardDuty extends Service {
|
|
171
179
|
* Disables an Amazon Web Services account within the Organization as the GuardDuty delegated administrator.
|
172
180
|
*/
|
173
181
|
disableOrganizationAdminAccount(callback?: (err: AWSError, data: GuardDuty.Types.DisableOrganizationAdminAccountResponse) => void): Request<GuardDuty.Types.DisableOrganizationAdminAccountResponse, AWSError>;
|
182
|
+
/**
|
183
|
+
* Disassociates the current GuardDuty member account from its administrator account.
|
184
|
+
*/
|
185
|
+
disassociateFromAdministratorAccount(params: GuardDuty.Types.DisassociateFromAdministratorAccountRequest, callback?: (err: AWSError, data: GuardDuty.Types.DisassociateFromAdministratorAccountResponse) => void): Request<GuardDuty.Types.DisassociateFromAdministratorAccountResponse, AWSError>;
|
186
|
+
/**
|
187
|
+
* Disassociates the current GuardDuty member account from its administrator account.
|
188
|
+
*/
|
189
|
+
disassociateFromAdministratorAccount(callback?: (err: AWSError, data: GuardDuty.Types.DisassociateFromAdministratorAccountResponse) => void): Request<GuardDuty.Types.DisassociateFromAdministratorAccountResponse, AWSError>;
|
174
190
|
/**
|
175
191
|
* Disassociates the current GuardDuty member account from its administrator account.
|
176
192
|
*/
|
@@ -180,11 +196,11 @@ declare class GuardDuty extends Service {
|
|
180
196
|
*/
|
181
197
|
disassociateFromMasterAccount(callback?: (err: AWSError, data: GuardDuty.Types.DisassociateFromMasterAccountResponse) => void): Request<GuardDuty.Types.DisassociateFromMasterAccountResponse, AWSError>;
|
182
198
|
/**
|
183
|
-
* Disassociates GuardDuty member accounts (to the current GuardDuty administrator account) specified by the account IDs.
|
199
|
+
* Disassociates GuardDuty member accounts (to the current GuardDuty administrator account) specified by the account IDs.
|
184
200
|
*/
|
185
201
|
disassociateMembers(params: GuardDuty.Types.DisassociateMembersRequest, callback?: (err: AWSError, data: GuardDuty.Types.DisassociateMembersResponse) => void): Request<GuardDuty.Types.DisassociateMembersResponse, AWSError>;
|
186
202
|
/**
|
187
|
-
* Disassociates GuardDuty member accounts (to the current GuardDuty administrator account) specified by the account IDs.
|
203
|
+
* Disassociates GuardDuty member accounts (to the current GuardDuty administrator account) specified by the account IDs.
|
188
204
|
*/
|
189
205
|
disassociateMembers(callback?: (err: AWSError, data: GuardDuty.Types.DisassociateMembersResponse) => void): Request<GuardDuty.Types.DisassociateMembersResponse, AWSError>;
|
190
206
|
/**
|
@@ -195,6 +211,14 @@ declare class GuardDuty extends Service {
|
|
195
211
|
* Enables an Amazon Web Services account within the organization as the GuardDuty delegated administrator.
|
196
212
|
*/
|
197
213
|
enableOrganizationAdminAccount(callback?: (err: AWSError, data: GuardDuty.Types.EnableOrganizationAdminAccountResponse) => void): Request<GuardDuty.Types.EnableOrganizationAdminAccountResponse, AWSError>;
|
214
|
+
/**
|
215
|
+
* Provides the details for the GuardDuty administrator account associated with the current GuardDuty member account.
|
216
|
+
*/
|
217
|
+
getAdministratorAccount(params: GuardDuty.Types.GetAdministratorAccountRequest, callback?: (err: AWSError, data: GuardDuty.Types.GetAdministratorAccountResponse) => void): Request<GuardDuty.Types.GetAdministratorAccountResponse, AWSError>;
|
218
|
+
/**
|
219
|
+
* Provides the details for the GuardDuty administrator account associated with the current GuardDuty member account.
|
220
|
+
*/
|
221
|
+
getAdministratorAccount(callback?: (err: AWSError, data: GuardDuty.Types.GetAdministratorAccountResponse) => void): Request<GuardDuty.Types.GetAdministratorAccountResponse, AWSError>;
|
198
222
|
/**
|
199
223
|
* Retrieves an Amazon GuardDuty detector specified by the detectorId.
|
200
224
|
*/
|
@@ -267,6 +291,14 @@ declare class GuardDuty extends Service {
|
|
267
291
|
* Retrieves GuardDuty member accounts (of the current GuardDuty administrator account) specified by the account IDs.
|
268
292
|
*/
|
269
293
|
getMembers(callback?: (err: AWSError, data: GuardDuty.Types.GetMembersResponse) => void): Request<GuardDuty.Types.GetMembersResponse, AWSError>;
|
294
|
+
/**
|
295
|
+
* Provides the number of days left for each data source used in the free trial period.
|
296
|
+
*/
|
297
|
+
getRemainingFreeTrialDays(params: GuardDuty.Types.GetRemainingFreeTrialDaysRequest, callback?: (err: AWSError, data: GuardDuty.Types.GetRemainingFreeTrialDaysResponse) => void): Request<GuardDuty.Types.GetRemainingFreeTrialDaysResponse, AWSError>;
|
298
|
+
/**
|
299
|
+
* Provides the number of days left for each data source used in the free trial period.
|
300
|
+
*/
|
301
|
+
getRemainingFreeTrialDays(callback?: (err: AWSError, data: GuardDuty.Types.GetRemainingFreeTrialDaysResponse) => void): Request<GuardDuty.Types.GetRemainingFreeTrialDaysResponse, AWSError>;
|
270
302
|
/**
|
271
303
|
* Retrieves the ThreatIntelSet that is specified by the ThreatIntelSet ID.
|
272
304
|
*/
|
@@ -276,11 +308,11 @@ declare class GuardDuty extends Service {
|
|
276
308
|
*/
|
277
309
|
getThreatIntelSet(callback?: (err: AWSError, data: GuardDuty.Types.GetThreatIntelSetResponse) => void): Request<GuardDuty.Types.GetThreatIntelSetResponse, AWSError>;
|
278
310
|
/**
|
279
|
-
* Lists Amazon GuardDuty usage statistics over the last 30 days for the specified detector ID. For newly enabled detectors or data sources the cost returned will include only the usage so far under 30 days
|
311
|
+
* Lists Amazon GuardDuty usage statistics over the last 30 days for the specified detector ID. For newly enabled detectors or data sources, the cost returned will include only the usage so far under 30 days. This may differ from the cost metrics in the console, which project usage over 30 days to provide a monthly cost estimate. For more information, see Understanding How Usage Costs are Calculated.
|
280
312
|
*/
|
281
313
|
getUsageStatistics(params: GuardDuty.Types.GetUsageStatisticsRequest, callback?: (err: AWSError, data: GuardDuty.Types.GetUsageStatisticsResponse) => void): Request<GuardDuty.Types.GetUsageStatisticsResponse, AWSError>;
|
282
314
|
/**
|
283
|
-
* Lists Amazon GuardDuty usage statistics over the last 30 days for the specified detector ID. For newly enabled detectors or data sources the cost returned will include only the usage so far under 30 days
|
315
|
+
* Lists Amazon GuardDuty usage statistics over the last 30 days for the specified detector ID. For newly enabled detectors or data sources, the cost returned will include only the usage so far under 30 days. This may differ from the cost metrics in the console, which project usage over 30 days to provide a monthly cost estimate. For more information, see Understanding How Usage Costs are Calculated.
|
284
316
|
*/
|
285
317
|
getUsageStatistics(callback?: (err: AWSError, data: GuardDuty.Types.GetUsageStatisticsResponse) => void): Request<GuardDuty.Types.GetUsageStatisticsResponse, AWSError>;
|
286
318
|
/**
|
@@ -477,6 +509,22 @@ declare class GuardDuty extends Service {
|
|
477
509
|
updateThreatIntelSet(callback?: (err: AWSError, data: GuardDuty.Types.UpdateThreatIntelSetResponse) => void): Request<GuardDuty.Types.UpdateThreatIntelSetResponse, AWSError>;
|
478
510
|
}
|
479
511
|
declare namespace GuardDuty {
|
512
|
+
export interface AcceptAdministratorInvitationRequest {
|
513
|
+
/**
|
514
|
+
* The unique ID of the detector of the GuardDuty member account.
|
515
|
+
*/
|
516
|
+
DetectorId: DetectorId;
|
517
|
+
/**
|
518
|
+
* The account ID of the GuardDuty administrator account whose invitation you're accepting.
|
519
|
+
*/
|
520
|
+
AdministratorId: String;
|
521
|
+
/**
|
522
|
+
* The value that is used to validate the administrator account to the member account.
|
523
|
+
*/
|
524
|
+
InvitationId: String;
|
525
|
+
}
|
526
|
+
export interface AcceptAdministratorInvitationResponse {
|
527
|
+
}
|
480
528
|
export interface AcceptInvitationRequest {
|
481
529
|
/**
|
482
530
|
* The unique ID of the detector of the GuardDuty member account.
|
@@ -532,6 +580,17 @@ declare namespace GuardDuty {
|
|
532
580
|
Email: Email;
|
533
581
|
}
|
534
582
|
export type AccountDetails = AccountDetail[];
|
583
|
+
export interface AccountFreeTrialInfo {
|
584
|
+
/**
|
585
|
+
* The account identifier of the GuardDuty member account.
|
586
|
+
*/
|
587
|
+
AccountId?: String;
|
588
|
+
/**
|
589
|
+
* Describes the data source enabled for the GuardDuty member account.
|
590
|
+
*/
|
591
|
+
DataSources?: DataSourcesFreeTrial;
|
592
|
+
}
|
593
|
+
export type AccountFreeTrialInfos = AccountFreeTrialInfo[];
|
535
594
|
export type AccountId = string;
|
536
595
|
export type AccountIds = AccountId[];
|
537
596
|
export interface AccountLevelPermissions {
|
@@ -578,6 +637,25 @@ declare namespace GuardDuty {
|
|
578
637
|
}
|
579
638
|
export type AdminAccounts = AdminAccount[];
|
580
639
|
export type AdminStatus = "ENABLED"|"DISABLE_IN_PROGRESS"|string;
|
640
|
+
export interface Administrator {
|
641
|
+
/**
|
642
|
+
* The ID of the account used as the administrator account.
|
643
|
+
*/
|
644
|
+
AccountId?: AccountId;
|
645
|
+
/**
|
646
|
+
* The value that is used to validate the administrator account to the member account.
|
647
|
+
*/
|
648
|
+
InvitationId?: String;
|
649
|
+
/**
|
650
|
+
* The status of the relationship between the administrator and member accounts.
|
651
|
+
*/
|
652
|
+
RelationshipStatus?: String;
|
653
|
+
/**
|
654
|
+
* The timestamp when the invitation was sent.
|
655
|
+
*/
|
656
|
+
InvitedAt?: String;
|
657
|
+
}
|
658
|
+
export type AffectedResources = {[key: string]: String};
|
581
659
|
export interface ArchiveFindingsRequest {
|
582
660
|
/**
|
583
661
|
* The ID of the detector that specifies the GuardDuty service whose findings you want to archive.
|
@@ -623,6 +701,10 @@ declare namespace GuardDuty {
|
|
623
701
|
* The details of the Amazon Web Services account that made the API call. This field appears if the call was made from outside your account.
|
624
702
|
*/
|
625
703
|
RemoteAccountDetails?: RemoteAccountDetails;
|
704
|
+
/**
|
705
|
+
* The details of the Amazon Web Services account that made the API call. This field identifies the resources that were affected by this API call.
|
706
|
+
*/
|
707
|
+
AffectedResources?: AffectedResources;
|
626
708
|
}
|
627
709
|
export interface BlockPublicAccess {
|
628
710
|
/**
|
@@ -1004,8 +1086,36 @@ declare namespace GuardDuty {
|
|
1004
1086
|
*/
|
1005
1087
|
Kubernetes?: KubernetesConfigurationResult;
|
1006
1088
|
}
|
1089
|
+
export interface DataSourceFreeTrial {
|
1090
|
+
/**
|
1091
|
+
* A value that specifies the number of days left to use each enabled data source.
|
1092
|
+
*/
|
1093
|
+
FreeTrialDaysRemaining?: Integer;
|
1094
|
+
}
|
1007
1095
|
export type DataSourceList = DataSource[];
|
1008
1096
|
export type DataSourceStatus = "ENABLED"|"DISABLED"|string;
|
1097
|
+
export interface DataSourcesFreeTrial {
|
1098
|
+
/**
|
1099
|
+
* Describes whether any AWS CloudTrail management event logs are enabled as data sources.
|
1100
|
+
*/
|
1101
|
+
CloudTrail?: DataSourceFreeTrial;
|
1102
|
+
/**
|
1103
|
+
* Describes whether any DNS logs are enabled as data sources.
|
1104
|
+
*/
|
1105
|
+
DnsLogs?: DataSourceFreeTrial;
|
1106
|
+
/**
|
1107
|
+
* Describes whether any VPC Flow logs are enabled as data sources.
|
1108
|
+
*/
|
1109
|
+
FlowLogs?: DataSourceFreeTrial;
|
1110
|
+
/**
|
1111
|
+
* Describes whether any S3 data event logs are enabled as data sources.
|
1112
|
+
*/
|
1113
|
+
S3Logs?: DataSourceFreeTrial;
|
1114
|
+
/**
|
1115
|
+
* Describes whether any Kubernetes logs are enabled as data sources.
|
1116
|
+
*/
|
1117
|
+
Kubernetes?: KubernetesDataSourceFreeTrial;
|
1118
|
+
}
|
1009
1119
|
export interface DeclineInvitationsRequest {
|
1010
1120
|
/**
|
1011
1121
|
* A list of account IDs of the Amazon Web Services accounts that sent invitations to the current member account that you want to decline invitations from.
|
@@ -1201,6 +1311,14 @@ declare namespace GuardDuty {
|
|
1201
1311
|
}
|
1202
1312
|
export interface DisableOrganizationAdminAccountResponse {
|
1203
1313
|
}
|
1314
|
+
export interface DisassociateFromAdministratorAccountRequest {
|
1315
|
+
/**
|
1316
|
+
* The unique ID of the detector of the GuardDuty member account.
|
1317
|
+
*/
|
1318
|
+
DetectorId: DetectorId;
|
1319
|
+
}
|
1320
|
+
export interface DisassociateFromAdministratorAccountResponse {
|
1321
|
+
}
|
1204
1322
|
export interface DisassociateFromMasterAccountRequest {
|
1205
1323
|
/**
|
1206
1324
|
* The unique ID of the detector of the GuardDuty member account.
|
@@ -1230,6 +1348,14 @@ declare namespace GuardDuty {
|
|
1230
1348
|
* The domain information for the API request.
|
1231
1349
|
*/
|
1232
1350
|
Domain?: String;
|
1351
|
+
/**
|
1352
|
+
* The network connection protocol observed in the activity that prompted GuardDuty to generate the finding.
|
1353
|
+
*/
|
1354
|
+
Protocol?: String;
|
1355
|
+
/**
|
1356
|
+
* Indicates whether the targeted port is blocked.
|
1357
|
+
*/
|
1358
|
+
Blocked?: Boolean;
|
1233
1359
|
}
|
1234
1360
|
export interface DomainDetails {
|
1235
1361
|
/**
|
@@ -1379,6 +1505,18 @@ declare namespace GuardDuty {
|
|
1379
1505
|
*/
|
1380
1506
|
Lon?: Double;
|
1381
1507
|
}
|
1508
|
+
export interface GetAdministratorAccountRequest {
|
1509
|
+
/**
|
1510
|
+
* The unique ID of the detector of the GuardDuty member account.
|
1511
|
+
*/
|
1512
|
+
DetectorId: DetectorId;
|
1513
|
+
}
|
1514
|
+
export interface GetAdministratorAccountResponse {
|
1515
|
+
/**
|
1516
|
+
* The administrator account details.
|
1517
|
+
*/
|
1518
|
+
Administrator: Administrator;
|
1519
|
+
}
|
1382
1520
|
export interface GetDetectorRequest {
|
1383
1521
|
/**
|
1384
1522
|
* The unique ID of the detector that you want to get.
|
@@ -1583,6 +1721,26 @@ declare namespace GuardDuty {
|
|
1583
1721
|
*/
|
1584
1722
|
UnprocessedAccounts: UnprocessedAccounts;
|
1585
1723
|
}
|
1724
|
+
export interface GetRemainingFreeTrialDaysRequest {
|
1725
|
+
/**
|
1726
|
+
* The unique ID of the detector of the GuardDuty member account.
|
1727
|
+
*/
|
1728
|
+
DetectorId: DetectorId;
|
1729
|
+
/**
|
1730
|
+
* A list of account identifiers of the GuardDuty member account.
|
1731
|
+
*/
|
1732
|
+
AccountIds?: AccountIds;
|
1733
|
+
}
|
1734
|
+
export interface GetRemainingFreeTrialDaysResponse {
|
1735
|
+
/**
|
1736
|
+
* The member accounts which were included in a request and were processed successfully.
|
1737
|
+
*/
|
1738
|
+
Accounts?: AccountFreeTrialInfos;
|
1739
|
+
/**
|
1740
|
+
* The member account that was included in a request but for which the request could not be processed.
|
1741
|
+
*/
|
1742
|
+
UnprocessedAccounts?: UnprocessedAccounts;
|
1743
|
+
}
|
1586
1744
|
export interface GetThreatIntelSetRequest {
|
1587
1745
|
/**
|
1588
1746
|
* The unique ID of the detector that the threatIntelSet is associated with.
|
@@ -1822,6 +1980,12 @@ declare namespace GuardDuty {
|
|
1822
1980
|
*/
|
1823
1981
|
AuditLogs: KubernetesAuditLogsConfigurationResult;
|
1824
1982
|
}
|
1983
|
+
export interface KubernetesDataSourceFreeTrial {
|
1984
|
+
/**
|
1985
|
+
* Describes whether Kubernetes audit logs are enabled as a data source.
|
1986
|
+
*/
|
1987
|
+
AuditLogs?: DataSourceFreeTrial;
|
1988
|
+
}
|
1825
1989
|
export interface KubernetesDetails {
|
1826
1990
|
/**
|
1827
1991
|
* Details about the Kubernetes user involved in a Kubernetes finding.
|
@@ -2170,6 +2334,10 @@ declare namespace GuardDuty {
|
|
2170
2334
|
* The last-updated timestamp of the member.
|
2171
2335
|
*/
|
2172
2336
|
UpdatedAt: String;
|
2337
|
+
/**
|
2338
|
+
* The administrator account ID.
|
2339
|
+
*/
|
2340
|
+
AdministratorId?: String;
|
2173
2341
|
}
|
2174
2342
|
export interface MemberDataSourceConfiguration {
|
2175
2343
|
/**
|
@@ -2582,6 +2750,20 @@ declare namespace GuardDuty {
|
|
2582
2750
|
* Feedback that was submitted about the finding.
|
2583
2751
|
*/
|
2584
2752
|
UserFeedback?: String;
|
2753
|
+
/**
|
2754
|
+
* Contains additional information about the generated finding.
|
2755
|
+
*/
|
2756
|
+
AdditionalInfo?: ServiceAdditionalInfo;
|
2757
|
+
}
|
2758
|
+
export interface ServiceAdditionalInfo {
|
2759
|
+
/**
|
2760
|
+
* This field specifies the value of the additional information.
|
2761
|
+
*/
|
2762
|
+
Value?: String;
|
2763
|
+
/**
|
2764
|
+
* Describes the type of the additional information.
|
2765
|
+
*/
|
2766
|
+
Type?: String;
|
2585
2767
|
}
|
2586
2768
|
export interface SortCriteria {
|
2587
2769
|
/**
|
@@ -131,6 +131,14 @@ declare class ServiceCatalogAppRegistry extends Service {
|
|
131
131
|
* Lists all attribute groups which you have access to. Results are paginated.
|
132
132
|
*/
|
133
133
|
listAttributeGroups(callback?: (err: AWSError, data: ServiceCatalogAppRegistry.Types.ListAttributeGroupsResponse) => void): Request<ServiceCatalogAppRegistry.Types.ListAttributeGroupsResponse, AWSError>;
|
134
|
+
/**
|
135
|
+
* Lists the details of all attribute groups associated with a specific application. The results display in pages.
|
136
|
+
*/
|
137
|
+
listAttributeGroupsForApplication(params: ServiceCatalogAppRegistry.Types.ListAttributeGroupsForApplicationRequest, callback?: (err: AWSError, data: ServiceCatalogAppRegistry.Types.ListAttributeGroupsForApplicationResponse) => void): Request<ServiceCatalogAppRegistry.Types.ListAttributeGroupsForApplicationResponse, AWSError>;
|
138
|
+
/**
|
139
|
+
* Lists the details of all attribute groups associated with a specific application. The results display in pages.
|
140
|
+
*/
|
141
|
+
listAttributeGroupsForApplication(callback?: (err: AWSError, data: ServiceCatalogAppRegistry.Types.ListAttributeGroupsForApplicationResponse) => void): Request<ServiceCatalogAppRegistry.Types.ListAttributeGroupsForApplicationResponse, AWSError>;
|
134
142
|
/**
|
135
143
|
* Lists all of the tags on the resource.
|
136
144
|
*/
|
@@ -318,6 +326,21 @@ declare namespace ServiceCatalogAppRegistry {
|
|
318
326
|
tags?: Tags;
|
319
327
|
}
|
320
328
|
export type AttributeGroupArn = string;
|
329
|
+
export interface AttributeGroupDetails {
|
330
|
+
/**
|
331
|
+
* The unique identifier of the attribute group.
|
332
|
+
*/
|
333
|
+
id?: AttributeGroupId;
|
334
|
+
/**
|
335
|
+
* The Amazon resource name (ARN) that specifies the attribute group.
|
336
|
+
*/
|
337
|
+
arn?: AttributeGroupArn;
|
338
|
+
/**
|
339
|
+
* The name of the attribute group.
|
340
|
+
*/
|
341
|
+
name?: Name;
|
342
|
+
}
|
343
|
+
export type AttributeGroupDetailsList = AttributeGroupDetails[];
|
321
344
|
export type AttributeGroupId = string;
|
322
345
|
export type AttributeGroupIds = AttributeGroupId[];
|
323
346
|
export type AttributeGroupSpecifier = string;
|
@@ -649,6 +672,30 @@ declare namespace ServiceCatalogAppRegistry {
|
|
649
672
|
*/
|
650
673
|
nextToken?: NextToken;
|
651
674
|
}
|
675
|
+
export interface ListAttributeGroupsForApplicationRequest {
|
676
|
+
/**
|
677
|
+
* The name or ID of the application.
|
678
|
+
*/
|
679
|
+
application: ApplicationSpecifier;
|
680
|
+
/**
|
681
|
+
* This token retrieves the next page of results after a previous API call.
|
682
|
+
*/
|
683
|
+
nextToken?: NextToken;
|
684
|
+
/**
|
685
|
+
* The upper bound of the number of results to return. The value cannot exceed 25. If you omit this parameter, it defaults to 25. This value is optional.
|
686
|
+
*/
|
687
|
+
maxResults?: MaxResults;
|
688
|
+
}
|
689
|
+
export interface ListAttributeGroupsForApplicationResponse {
|
690
|
+
/**
|
691
|
+
* The details related to a specific AttributeGroup.
|
692
|
+
*/
|
693
|
+
attributeGroupsDetails?: AttributeGroupDetailsList;
|
694
|
+
/**
|
695
|
+
* The token to use to get the next page of results after a previous API call.
|
696
|
+
*/
|
697
|
+
nextToken?: NextToken;
|
698
|
+
}
|
652
699
|
export interface ListAttributeGroupsRequest {
|
653
700
|
/**
|
654
701
|
* The token to use to get the next page of results after a previous API call.
|
@@ -798,7 +845,7 @@ declare namespace ServiceCatalogAppRegistry {
|
|
798
845
|
*/
|
799
846
|
application: ApplicationSpecifier;
|
800
847
|
/**
|
801
|
-
* The new name of the application. The name must be unique in the region in which you are updating the application.
|
848
|
+
* Deprecated: The new name of the application. The name must be unique in the region in which you are updating the application. Please do not use this field as we have stopped supporting name updates.
|
802
849
|
*/
|
803
850
|
name?: Name;
|
804
851
|
/**
|
@@ -818,7 +865,7 @@ declare namespace ServiceCatalogAppRegistry {
|
|
818
865
|
*/
|
819
866
|
attributeGroup: AttributeGroupSpecifier;
|
820
867
|
/**
|
821
|
-
* The new name of the attribute group. The name must be unique in the region in which you are updating the attribute group.
|
868
|
+
* Deprecated: The new name of the attribute group. The name must be unique in the region in which you are updating the attribute group. Please do not use this field as we have stopped supporting name updates.
|
822
869
|
*/
|
823
870
|
name?: Name;
|
824
871
|
/**
|
@@ -863,7 +863,7 @@ declare namespace WorkSpaces {
|
|
863
863
|
export type DedicatedTenancySupportResultEnum = "ENABLED"|"DISABLED"|string;
|
864
864
|
export interface DefaultClientBrandingAttributes {
|
865
865
|
/**
|
866
|
-
* The logo URL.
|
866
|
+
* The logo URL. The only image format accepted is a binary data object that is converted from a .png file.
|
867
867
|
*/
|
868
868
|
LogoUrl?: ClientUrl;
|
869
869
|
/**
|
@@ -885,7 +885,7 @@ declare namespace WorkSpaces {
|
|
885
885
|
}
|
886
886
|
export interface DefaultImportClientBrandingAttributes {
|
887
887
|
/**
|
888
|
-
* The logo.
|
888
|
+
* The logo. The only image format accepted is a binary data object that is converted from a .png file.
|
889
889
|
*/
|
890
890
|
Logo?: DefaultLogo;
|
891
891
|
/**
|
@@ -1505,7 +1505,7 @@ declare namespace WorkSpaces {
|
|
1505
1505
|
*/
|
1506
1506
|
Ec2ImageId: Ec2ImageId;
|
1507
1507
|
/**
|
1508
|
-
* The ingestion process to be used when importing the image, depending on which protocol you want to use for your BYOL Workspace image, either PCoIP or WorkSpaces Streaming Protocol (WSP). To use WSP, specify a value that ends in _WSP. To use PCoIP, specify a value that does not end in _WSP. For non-GPU-enabled
|
1508
|
+
* The ingestion process to be used when importing the image, depending on which protocol you want to use for your BYOL Workspace image, either PCoIP or WorkSpaces Streaming Protocol (WSP). To use WSP, specify a value that ends in _WSP. To use PCoIP, specify a value that does not end in _WSP. For non-GPU-enabled bundles (bundles other than Graphics or GraphicsPro), specify BYOL_REGULAR or BYOL_REGULAR_WSP, depending on the protocol.
|
1509
1509
|
*/
|
1510
1510
|
IngestionProcess: WorkspaceImageIngestionProcess;
|
1511
1511
|
/**
|
@@ -1521,7 +1521,7 @@ declare namespace WorkSpaces {
|
|
1521
1521
|
*/
|
1522
1522
|
Tags?: TagList;
|
1523
1523
|
/**
|
1524
|
-
* If specified, the version of Microsoft Office to subscribe to. Valid only for Windows 10 BYOL images. For more information about subscribing to Office for BYOL images, see Bring Your Own Windows Desktop Licenses.
|
1524
|
+
* If specified, the version of Microsoft Office to subscribe to. Valid only for Windows 10 BYOL images. For more information about subscribing to Office for BYOL images, see Bring Your Own Windows Desktop Licenses. Although this parameter is an array, only one item is allowed at this time.
|
1525
1525
|
*/
|
1526
1526
|
Applications?: ApplicationList;
|
1527
1527
|
}
|
@@ -1535,15 +1535,15 @@ declare namespace WorkSpaces {
|
|
1535
1535
|
export type Ios3XLogo = Buffer|Uint8Array|Blob|string;
|
1536
1536
|
export interface IosClientBrandingAttributes {
|
1537
1537
|
/**
|
1538
|
-
* The logo. This is the
|
1538
|
+
* The logo. This is the standard-resolution display that has a 1:1 pixel density (or @1x), where one pixel is equal to one point. The only image format accepted is a binary data object that is converted from a .png file.
|
1539
1539
|
*/
|
1540
1540
|
LogoUrl?: ClientUrl;
|
1541
1541
|
/**
|
1542
|
-
* The @2x version of the logo. This is the higher resolution display that offers a scale factor of 2.0 (or @2x). For more information about iOS image size and resolution, see Image Size and Resolution in the Apple Human Interface Guidelines.
|
1542
|
+
* The @2x version of the logo. This is the higher resolution display that offers a scale factor of 2.0 (or @2x). The only image format accepted is a binary data object that is converted from a .png file. For more information about iOS image size and resolution, see Image Size and Resolution in the Apple Human Interface Guidelines.
|
1543
1543
|
*/
|
1544
1544
|
Logo2xUrl?: ClientUrl;
|
1545
1545
|
/**
|
1546
|
-
* The @3x version of the logo. This is the higher resolution display that offers a scale factor of 3.0 (or @3x). For more information about iOS image size and resolution, see Image Size and Resolution in the Apple Human Interface Guidelines.
|
1546
|
+
* The @3x version of the logo. This is the higher resolution display that offers a scale factor of 3.0 (or @3x).The only image format accepted is a binary data object that is converted from a .png file. For more information about iOS image size and resolution, see Image Size and Resolution in the Apple Human Interface Guidelines.
|
1547
1547
|
*/
|
1548
1548
|
Logo3xUrl?: ClientUrl;
|
1549
1549
|
/**
|
@@ -1565,15 +1565,15 @@ declare namespace WorkSpaces {
|
|
1565
1565
|
}
|
1566
1566
|
export interface IosImportClientBrandingAttributes {
|
1567
1567
|
/**
|
1568
|
-
* The logo. This is the
|
1568
|
+
* The logo. This is the standard-resolution display that has a 1:1 pixel density (or @1x), where one pixel is equal to one point. The only image format accepted is a binary data object that is converted from a .png file.
|
1569
1569
|
*/
|
1570
1570
|
Logo?: IosLogo;
|
1571
1571
|
/**
|
1572
|
-
* The @2x version of the logo. This is the higher resolution display that offers a scale factor of 2.0 (or @2x). For more information about iOS image size and resolution, see Image Size and Resolution in the Apple Human Interface Guidelines.
|
1572
|
+
* The @2x version of the logo. This is the higher resolution display that offers a scale factor of 2.0 (or @2x). The only image format accepted is a binary data object that is converted from a .png file. For more information about iOS image size and resolution, see Image Size and Resolution in the Apple Human Interface Guidelines.
|
1573
1573
|
*/
|
1574
1574
|
Logo2x?: Ios2XLogo;
|
1575
1575
|
/**
|
1576
|
-
* The @3x version of the logo. This is the higher resolution display that offers a scale factor of 3.0 (or @3x). For more information about iOS image size and resolution, see Image Size and Resolution in the Apple Human Interface Guidelines.
|
1576
|
+
* The @3x version of the logo. This is the higher resolution display that offers a scale factor of 3.0 (or @3x). The only image format accepted is a binary data object that is converted from a .png file. For more information about iOS image size and resolution, see Image Size and Resolution in the Apple Human Interface Guidelines.
|
1577
1577
|
*/
|
1578
1578
|
Logo3x?: Ios3XLogo;
|
1579
1579
|
/**
|