@cdklabs/cdk-ecs-codedeploy 0.0.13 → 0.0.14
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/ecs-appspec/index.js +1 -1
- package/lib/ecs-deployment/index.js +1 -1
- package/node_modules/aws-sdk/CHANGELOG.md +10 -1
- package/node_modules/aws-sdk/README.md +2 -2
- package/node_modules/aws-sdk/apis/license-manager-linux-subscriptions-2018-05-10.examples.json +5 -0
- package/node_modules/aws-sdk/apis/license-manager-linux-subscriptions-2018-05-10.min.json +203 -0
- package/node_modules/aws-sdk/apis/license-manager-linux-subscriptions-2018-05-10.paginators.json +16 -0
- package/node_modules/aws-sdk/apis/metadata.json +4 -0
- package/node_modules/aws-sdk/apis/sagemaker-2017-07-24.min.json +14 -5
- package/node_modules/aws-sdk/apis/transfer-2018-11-05.min.json +52 -33
- package/node_modules/aws-sdk/clients/all.d.ts +1 -0
- package/node_modules/aws-sdk/clients/all.js +2 -1
- package/node_modules/aws-sdk/clients/licensemanagerlinuxsubscriptions.d.ts +269 -0
- package/node_modules/aws-sdk/clients/licensemanagerlinuxsubscriptions.js +18 -0
- package/node_modules/aws-sdk/clients/macie2.d.ts +1 -1
- package/node_modules/aws-sdk/clients/sagemaker.d.ts +17 -1
- package/node_modules/aws-sdk/clients/ssm.d.ts +3 -3
- package/node_modules/aws-sdk/clients/support.d.ts +35 -35
- package/node_modules/aws-sdk/clients/transfer.d.ts +16 -7
- package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +2 -2
- package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +43 -6
- package/node_modules/aws-sdk/dist/aws-sdk.js +7 -3
- package/node_modules/aws-sdk/dist/aws-sdk.min.js +34 -34
- package/node_modules/aws-sdk/lib/config_service_placeholders.d.ts +2 -0
- package/node_modules/aws-sdk/lib/core.js +1 -1
- package/node_modules/aws-sdk/package.json +1 -1
- package/package.json +5 -5
|
@@ -0,0 +1,269 @@
|
|
|
1
|
+
import {Request} from '../lib/request';
|
|
2
|
+
import {Response} from '../lib/response';
|
|
3
|
+
import {AWSError} from '../lib/error';
|
|
4
|
+
import {Service} from '../lib/service';
|
|
5
|
+
import {ServiceConfigurationOptions} from '../lib/service';
|
|
6
|
+
import {ConfigBase as Config} from '../lib/config-base';
|
|
7
|
+
interface Blob {}
|
|
8
|
+
declare class LicenseManagerLinuxSubscriptions extends Service {
|
|
9
|
+
/**
|
|
10
|
+
* Constructs a service object. This object has one method for each API operation.
|
|
11
|
+
*/
|
|
12
|
+
constructor(options?: LicenseManagerLinuxSubscriptions.Types.ClientConfiguration)
|
|
13
|
+
config: Config & LicenseManagerLinuxSubscriptions.Types.ClientConfiguration;
|
|
14
|
+
/**
|
|
15
|
+
* Lists the Linux subscriptions service settings.
|
|
16
|
+
*/
|
|
17
|
+
getServiceSettings(params: LicenseManagerLinuxSubscriptions.Types.GetServiceSettingsRequest, callback?: (err: AWSError, data: LicenseManagerLinuxSubscriptions.Types.GetServiceSettingsResponse) => void): Request<LicenseManagerLinuxSubscriptions.Types.GetServiceSettingsResponse, AWSError>;
|
|
18
|
+
/**
|
|
19
|
+
* Lists the Linux subscriptions service settings.
|
|
20
|
+
*/
|
|
21
|
+
getServiceSettings(callback?: (err: AWSError, data: LicenseManagerLinuxSubscriptions.Types.GetServiceSettingsResponse) => void): Request<LicenseManagerLinuxSubscriptions.Types.GetServiceSettingsResponse, AWSError>;
|
|
22
|
+
/**
|
|
23
|
+
* Lists the running Amazon EC2 instances that were discovered with commercial Linux subscriptions.
|
|
24
|
+
*/
|
|
25
|
+
listLinuxSubscriptionInstances(params: LicenseManagerLinuxSubscriptions.Types.ListLinuxSubscriptionInstancesRequest, callback?: (err: AWSError, data: LicenseManagerLinuxSubscriptions.Types.ListLinuxSubscriptionInstancesResponse) => void): Request<LicenseManagerLinuxSubscriptions.Types.ListLinuxSubscriptionInstancesResponse, AWSError>;
|
|
26
|
+
/**
|
|
27
|
+
* Lists the running Amazon EC2 instances that were discovered with commercial Linux subscriptions.
|
|
28
|
+
*/
|
|
29
|
+
listLinuxSubscriptionInstances(callback?: (err: AWSError, data: LicenseManagerLinuxSubscriptions.Types.ListLinuxSubscriptionInstancesResponse) => void): Request<LicenseManagerLinuxSubscriptions.Types.ListLinuxSubscriptionInstancesResponse, AWSError>;
|
|
30
|
+
/**
|
|
31
|
+
* Lists the Linux subscriptions that have been discovered. If you have linked your organization, the returned results will include data aggregated across your accounts in Organizations.
|
|
32
|
+
*/
|
|
33
|
+
listLinuxSubscriptions(params: LicenseManagerLinuxSubscriptions.Types.ListLinuxSubscriptionsRequest, callback?: (err: AWSError, data: LicenseManagerLinuxSubscriptions.Types.ListLinuxSubscriptionsResponse) => void): Request<LicenseManagerLinuxSubscriptions.Types.ListLinuxSubscriptionsResponse, AWSError>;
|
|
34
|
+
/**
|
|
35
|
+
* Lists the Linux subscriptions that have been discovered. If you have linked your organization, the returned results will include data aggregated across your accounts in Organizations.
|
|
36
|
+
*/
|
|
37
|
+
listLinuxSubscriptions(callback?: (err: AWSError, data: LicenseManagerLinuxSubscriptions.Types.ListLinuxSubscriptionsResponse) => void): Request<LicenseManagerLinuxSubscriptions.Types.ListLinuxSubscriptionsResponse, AWSError>;
|
|
38
|
+
/**
|
|
39
|
+
* Updates the service settings for Linux subscriptions.
|
|
40
|
+
*/
|
|
41
|
+
updateServiceSettings(params: LicenseManagerLinuxSubscriptions.Types.UpdateServiceSettingsRequest, callback?: (err: AWSError, data: LicenseManagerLinuxSubscriptions.Types.UpdateServiceSettingsResponse) => void): Request<LicenseManagerLinuxSubscriptions.Types.UpdateServiceSettingsResponse, AWSError>;
|
|
42
|
+
/**
|
|
43
|
+
* Updates the service settings for Linux subscriptions.
|
|
44
|
+
*/
|
|
45
|
+
updateServiceSettings(callback?: (err: AWSError, data: LicenseManagerLinuxSubscriptions.Types.UpdateServiceSettingsResponse) => void): Request<LicenseManagerLinuxSubscriptions.Types.UpdateServiceSettingsResponse, AWSError>;
|
|
46
|
+
}
|
|
47
|
+
declare namespace LicenseManagerLinuxSubscriptions {
|
|
48
|
+
export type Boolean = boolean;
|
|
49
|
+
export type BoxInteger = number;
|
|
50
|
+
export type BoxLong = number;
|
|
51
|
+
export interface Filter {
|
|
52
|
+
/**
|
|
53
|
+
* The type of name to filter by.
|
|
54
|
+
*/
|
|
55
|
+
Name?: String;
|
|
56
|
+
/**
|
|
57
|
+
* An operator for filtering results.
|
|
58
|
+
*/
|
|
59
|
+
Operator?: Operator;
|
|
60
|
+
/**
|
|
61
|
+
* One or more values for the name to filter by.
|
|
62
|
+
*/
|
|
63
|
+
Values?: StringList;
|
|
64
|
+
}
|
|
65
|
+
export type FilterList = Filter[];
|
|
66
|
+
export interface GetServiceSettingsRequest {
|
|
67
|
+
}
|
|
68
|
+
export interface GetServiceSettingsResponse {
|
|
69
|
+
/**
|
|
70
|
+
* The Region in which License Manager displays the aggregated data for Linux subscriptions.
|
|
71
|
+
*/
|
|
72
|
+
HomeRegions?: StringList;
|
|
73
|
+
/**
|
|
74
|
+
* Lists if discovery has been enabled for Linux subscriptions.
|
|
75
|
+
*/
|
|
76
|
+
LinuxSubscriptionsDiscovery?: LinuxSubscriptionsDiscovery;
|
|
77
|
+
/**
|
|
78
|
+
* Lists the settings defined for Linux subscriptions discovery. The settings include if Organizations integration has been enabled, and which Regions data will be aggregated from.
|
|
79
|
+
*/
|
|
80
|
+
LinuxSubscriptionsDiscoverySettings?: LinuxSubscriptionsDiscoverySettings;
|
|
81
|
+
/**
|
|
82
|
+
* Indicates the status of Linux subscriptions settings being applied.
|
|
83
|
+
*/
|
|
84
|
+
Status?: Status;
|
|
85
|
+
/**
|
|
86
|
+
* A message which details the Linux subscriptions service settings current status.
|
|
87
|
+
*/
|
|
88
|
+
StatusMessage?: StringMap;
|
|
89
|
+
}
|
|
90
|
+
export interface Instance {
|
|
91
|
+
/**
|
|
92
|
+
* The account ID which owns the instance.
|
|
93
|
+
*/
|
|
94
|
+
AccountID?: String;
|
|
95
|
+
/**
|
|
96
|
+
* The AMI ID used to launch the instance.
|
|
97
|
+
*/
|
|
98
|
+
AmiId?: String;
|
|
99
|
+
/**
|
|
100
|
+
* The instance ID of the resource.
|
|
101
|
+
*/
|
|
102
|
+
InstanceID?: String;
|
|
103
|
+
/**
|
|
104
|
+
* The instance type of the resource.
|
|
105
|
+
*/
|
|
106
|
+
InstanceType?: String;
|
|
107
|
+
/**
|
|
108
|
+
* The time in which the last discovery updated the instance details.
|
|
109
|
+
*/
|
|
110
|
+
LastUpdatedTime?: String;
|
|
111
|
+
/**
|
|
112
|
+
* The product code for the instance. For more information, see Usage operation values in the License Manager User Guide .
|
|
113
|
+
*/
|
|
114
|
+
ProductCode?: ProductCodeList;
|
|
115
|
+
/**
|
|
116
|
+
* The Region the instance is running in.
|
|
117
|
+
*/
|
|
118
|
+
Region?: String;
|
|
119
|
+
/**
|
|
120
|
+
* The status of the instance.
|
|
121
|
+
*/
|
|
122
|
+
Status?: String;
|
|
123
|
+
/**
|
|
124
|
+
* The name of the subscription being used by the instance.
|
|
125
|
+
*/
|
|
126
|
+
SubscriptionName?: String;
|
|
127
|
+
/**
|
|
128
|
+
* The usage operation of the instance. For more information, see For more information, see Usage operation values in the License Manager User Guide.
|
|
129
|
+
*/
|
|
130
|
+
UsageOperation?: String;
|
|
131
|
+
}
|
|
132
|
+
export type InstanceList = Instance[];
|
|
133
|
+
export type LinuxSubscriptionsDiscovery = "Enabled"|"Disabled"|string;
|
|
134
|
+
export interface LinuxSubscriptionsDiscoverySettings {
|
|
135
|
+
/**
|
|
136
|
+
* Details if you have enabled resource discovery across your accounts in Organizations.
|
|
137
|
+
*/
|
|
138
|
+
OrganizationIntegration: OrganizationIntegration;
|
|
139
|
+
/**
|
|
140
|
+
* The Regions in which to discover data for Linux subscriptions.
|
|
141
|
+
*/
|
|
142
|
+
SourceRegions: StringList;
|
|
143
|
+
}
|
|
144
|
+
export interface ListLinuxSubscriptionInstancesRequest {
|
|
145
|
+
/**
|
|
146
|
+
* An array of structures that you can use to filter the results to those that match one or more sets of key-value pairs that you specify. For example, you can filter by the name of AmiID with an optional operator to see subscriptions that match, partially match, or don't match a certain Amazon Machine Image (AMI) ID. The valid names for this filter are: AmiID InstanceID AccountID Status Region UsageOperation ProductCode InstanceType The valid Operators for this filter are: contains equals Notequal
|
|
147
|
+
*/
|
|
148
|
+
Filters?: FilterList;
|
|
149
|
+
/**
|
|
150
|
+
* Maximum number of results to return in a single call.
|
|
151
|
+
*/
|
|
152
|
+
MaxResults?: BoxInteger;
|
|
153
|
+
/**
|
|
154
|
+
* Token for the next set of results.
|
|
155
|
+
*/
|
|
156
|
+
NextToken?: ListLinuxSubscriptionInstancesRequestNextTokenString;
|
|
157
|
+
}
|
|
158
|
+
export type ListLinuxSubscriptionInstancesRequestNextTokenString = string;
|
|
159
|
+
export interface ListLinuxSubscriptionInstancesResponse {
|
|
160
|
+
/**
|
|
161
|
+
* An array that contains instance objects.
|
|
162
|
+
*/
|
|
163
|
+
Instances?: InstanceList;
|
|
164
|
+
/**
|
|
165
|
+
* Token for the next set of results.
|
|
166
|
+
*/
|
|
167
|
+
NextToken?: String;
|
|
168
|
+
}
|
|
169
|
+
export interface ListLinuxSubscriptionsRequest {
|
|
170
|
+
/**
|
|
171
|
+
* An array of structures that you can use to filter the results to those that match one or more sets of key-value pairs that you specify. For example, you can filter by the name of Subscription with an optional operator to see subscriptions that match, partially match, or don't match a certain subscription's name. The valid names for this filter are: Subscription The valid Operators for this filter are: contains equals Notequal
|
|
172
|
+
*/
|
|
173
|
+
Filters?: FilterList;
|
|
174
|
+
/**
|
|
175
|
+
* Maximum number of results to return in a single call.
|
|
176
|
+
*/
|
|
177
|
+
MaxResults?: BoxInteger;
|
|
178
|
+
/**
|
|
179
|
+
* Token for the next set of results.
|
|
180
|
+
*/
|
|
181
|
+
NextToken?: ListLinuxSubscriptionsRequestNextTokenString;
|
|
182
|
+
}
|
|
183
|
+
export type ListLinuxSubscriptionsRequestNextTokenString = string;
|
|
184
|
+
export interface ListLinuxSubscriptionsResponse {
|
|
185
|
+
/**
|
|
186
|
+
* Token for the next set of results.
|
|
187
|
+
*/
|
|
188
|
+
NextToken?: String;
|
|
189
|
+
/**
|
|
190
|
+
* An array that contains subscription objects.
|
|
191
|
+
*/
|
|
192
|
+
Subscriptions?: SubscriptionList;
|
|
193
|
+
}
|
|
194
|
+
export type Operator = "Equal"|"NotEqual"|"Contains"|string;
|
|
195
|
+
export type OrganizationIntegration = "Enabled"|"Disabled"|string;
|
|
196
|
+
export type ProductCodeList = String[];
|
|
197
|
+
export type Status = "InProgress"|"Completed"|"Successful"|"Failed"|string;
|
|
198
|
+
export type String = string;
|
|
199
|
+
export type StringList = StringListMemberString[];
|
|
200
|
+
export type StringListMemberString = string;
|
|
201
|
+
export type StringMap = {[key: string]: String};
|
|
202
|
+
export interface Subscription {
|
|
203
|
+
/**
|
|
204
|
+
* The total amount of running instances using this subscription.
|
|
205
|
+
*/
|
|
206
|
+
InstanceCount?: BoxLong;
|
|
207
|
+
/**
|
|
208
|
+
* The name of the subscription.
|
|
209
|
+
*/
|
|
210
|
+
Name?: String;
|
|
211
|
+
/**
|
|
212
|
+
* The type of subscription. The type can be subscription-included with Amazon EC2, Bring Your Own Subscription model (BYOS), or from the Amazon Web Services Marketplace. Certain subscriptions may use licensing from the Amazon Web Services Marketplace as well as OS licensing from Amazon EC2 or BYOS.
|
|
213
|
+
*/
|
|
214
|
+
Type?: String;
|
|
215
|
+
}
|
|
216
|
+
export type SubscriptionList = Subscription[];
|
|
217
|
+
export interface UpdateServiceSettingsRequest {
|
|
218
|
+
/**
|
|
219
|
+
* Describes if updates are allowed to the service settings for Linux subscriptions. If you allow updates, you can aggregate Linux subscription data in more than one home Region.
|
|
220
|
+
*/
|
|
221
|
+
AllowUpdate?: Boolean;
|
|
222
|
+
/**
|
|
223
|
+
* Describes if the discovery of Linux subscriptions is enabled.
|
|
224
|
+
*/
|
|
225
|
+
LinuxSubscriptionsDiscovery: LinuxSubscriptionsDiscovery;
|
|
226
|
+
/**
|
|
227
|
+
* The settings defined for Linux subscriptions discovery. The settings include if Organizations integration has been enabled, and which Regions data will be aggregated from.
|
|
228
|
+
*/
|
|
229
|
+
LinuxSubscriptionsDiscoverySettings: LinuxSubscriptionsDiscoverySettings;
|
|
230
|
+
}
|
|
231
|
+
export interface UpdateServiceSettingsResponse {
|
|
232
|
+
/**
|
|
233
|
+
* The Region in which License Manager displays the aggregated data for Linux subscriptions.
|
|
234
|
+
*/
|
|
235
|
+
HomeRegions?: StringList;
|
|
236
|
+
/**
|
|
237
|
+
* Lists if discovery has been enabled for Linux subscriptions.
|
|
238
|
+
*/
|
|
239
|
+
LinuxSubscriptionsDiscovery?: LinuxSubscriptionsDiscovery;
|
|
240
|
+
/**
|
|
241
|
+
* The settings defined for Linux subscriptions discovery. The settings include if Organizations integration has been enabled, and which Regions data will be aggregated from.
|
|
242
|
+
*/
|
|
243
|
+
LinuxSubscriptionsDiscoverySettings?: LinuxSubscriptionsDiscoverySettings;
|
|
244
|
+
/**
|
|
245
|
+
* Indicates the status of Linux subscriptions settings being applied.
|
|
246
|
+
*/
|
|
247
|
+
Status?: Status;
|
|
248
|
+
/**
|
|
249
|
+
* A message which details the Linux subscriptions service settings current status.
|
|
250
|
+
*/
|
|
251
|
+
StatusMessage?: StringMap;
|
|
252
|
+
}
|
|
253
|
+
/**
|
|
254
|
+
* A string in YYYY-MM-DD format that represents the latest possible API version that can be used in this service. Specify 'latest' to use the latest possible version.
|
|
255
|
+
*/
|
|
256
|
+
export type apiVersion = "2018-05-10"|"latest"|string;
|
|
257
|
+
export interface ClientApiVersions {
|
|
258
|
+
/**
|
|
259
|
+
* A string in YYYY-MM-DD format that represents the latest possible API version that can be used in this service. Specify 'latest' to use the latest possible version.
|
|
260
|
+
*/
|
|
261
|
+
apiVersion?: apiVersion;
|
|
262
|
+
}
|
|
263
|
+
export type ClientConfiguration = ServiceConfigurationOptions & ClientApiVersions;
|
|
264
|
+
/**
|
|
265
|
+
* Contains interfaces for use with the LicenseManagerLinuxSubscriptions client.
|
|
266
|
+
*/
|
|
267
|
+
export import Types = LicenseManagerLinuxSubscriptions;
|
|
268
|
+
}
|
|
269
|
+
export = LicenseManagerLinuxSubscriptions;
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
require('../lib/node_loader');
|
|
2
|
+
var AWS = require('../lib/core');
|
|
3
|
+
var Service = AWS.Service;
|
|
4
|
+
var apiLoader = AWS.apiLoader;
|
|
5
|
+
|
|
6
|
+
apiLoader.services['licensemanagerlinuxsubscriptions'] = {};
|
|
7
|
+
AWS.LicenseManagerLinuxSubscriptions = Service.defineService('licensemanagerlinuxsubscriptions', ['2018-05-10']);
|
|
8
|
+
Object.defineProperty(apiLoader.services['licensemanagerlinuxsubscriptions'], '2018-05-10', {
|
|
9
|
+
get: function get() {
|
|
10
|
+
var model = require('../apis/license-manager-linux-subscriptions-2018-05-10.min.json');
|
|
11
|
+
model.paginators = require('../apis/license-manager-linux-subscriptions-2018-05-10.paginators.json').pagination;
|
|
12
|
+
return model;
|
|
13
|
+
},
|
|
14
|
+
enumerable: true,
|
|
15
|
+
configurable: true
|
|
16
|
+
});
|
|
17
|
+
|
|
18
|
+
module.exports = AWS.LicenseManagerLinuxSubscriptions;
|
|
@@ -4008,7 +4008,7 @@ declare namespace Macie2 {
|
|
|
4008
4008
|
*/
|
|
4009
4009
|
numberOfRuns?: __double;
|
|
4010
4010
|
}
|
|
4011
|
-
export type StorageClass = "STANDARD"|"REDUCED_REDUNDANCY"|"STANDARD_IA"|"INTELLIGENT_TIERING"|"DEEP_ARCHIVE"|"ONEZONE_IA"|"GLACIER"|string;
|
|
4011
|
+
export type StorageClass = "STANDARD"|"REDUCED_REDUNDANCY"|"STANDARD_IA"|"INTELLIGENT_TIERING"|"DEEP_ARCHIVE"|"ONEZONE_IA"|"GLACIER"|"GLACIER_IR"|"OUTPOSTS"|string;
|
|
4012
4012
|
export interface SuppressDataIdentifier {
|
|
4013
4013
|
/**
|
|
4014
4014
|
* The unique identifier for the custom data identifier or managed data identifier that detected the type of sensitive data to exclude or include in the score.
|
|
@@ -10103,6 +10103,10 @@ declare namespace SageMaker {
|
|
|
10103
10103
|
* The configuration for attaching a SageMaker user profile name to the execution role as a sts:SourceIdentity key. This configuration can only be modified if there are no apps in the InService or Pending state.
|
|
10104
10104
|
*/
|
|
10105
10105
|
ExecutionRoleIdentityConfig?: ExecutionRoleIdentityConfig;
|
|
10106
|
+
/**
|
|
10107
|
+
* The security groups for the Amazon Virtual Private Cloud that the Domain uses for communication between Domain-level apps and user apps.
|
|
10108
|
+
*/
|
|
10109
|
+
SecurityGroupIds?: DomainSecurityGroupIds;
|
|
10106
10110
|
}
|
|
10107
10111
|
export type DomainStatus = "Deleting"|"Failed"|"InService"|"Pending"|"Updating"|"Update_Failed"|"Delete_Failed"|string;
|
|
10108
10112
|
export type DoubleParameterValue = number;
|
|
@@ -11582,7 +11586,7 @@ declare namespace SageMaker {
|
|
|
11582
11586
|
*/
|
|
11583
11587
|
InstanceType: TrainingInstanceType;
|
|
11584
11588
|
/**
|
|
11585
|
-
* The number of instances of the type specified by InstanceType. Choose an instance count larger than 1 for distributed training algorithms. See SageMaker distributed training jobs for more
|
|
11589
|
+
* The number of instances of the type specified by InstanceType. Choose an instance count larger than 1 for distributed training algorithms. See SageMaker distributed training jobs for more informcration.
|
|
11586
11590
|
*/
|
|
11587
11591
|
InstanceCount: TrainingInstanceCount;
|
|
11588
11592
|
/**
|
|
@@ -18653,6 +18657,14 @@ declare namespace SageMaker {
|
|
|
18653
18657
|
*/
|
|
18654
18658
|
DomainExecutionRoleArn: RoleArn;
|
|
18655
18659
|
DefaultResourceSpec?: ResourceSpec;
|
|
18660
|
+
/**
|
|
18661
|
+
* A URL pointing to an RStudio Connect server.
|
|
18662
|
+
*/
|
|
18663
|
+
RStudioConnectUrl?: String;
|
|
18664
|
+
/**
|
|
18665
|
+
* A URL pointing to an RStudio Package Manager server.
|
|
18666
|
+
*/
|
|
18667
|
+
RStudioPackageManagerUrl?: String;
|
|
18656
18668
|
}
|
|
18657
18669
|
export type RStudioServerProUserGroup = "R_STUDIO_ADMIN"|"R_STUDIO_USER"|string;
|
|
18658
18670
|
export type RandomSeed = number;
|
|
@@ -20812,6 +20824,10 @@ declare namespace SageMaker {
|
|
|
20812
20824
|
* The default settings used to create a space within the Domain.
|
|
20813
20825
|
*/
|
|
20814
20826
|
DefaultSpaceSettings?: DefaultSpaceSettings;
|
|
20827
|
+
/**
|
|
20828
|
+
* The entity that creates and manages the required security groups for inter-app communication in VPCOnly mode. Required when CreateDomain.AppNetworkAccessType is VPCOnly and DomainSettings.RStudioServerProDomainSettings.DomainExecutionRoleArn is provided.
|
|
20829
|
+
*/
|
|
20830
|
+
AppSecurityGroupManagement?: AppSecurityGroupManagement;
|
|
20815
20831
|
}
|
|
20816
20832
|
export interface UpdateDomainResponse {
|
|
20817
20833
|
/**
|
|
@@ -8171,7 +8171,7 @@ declare namespace SSM {
|
|
|
8171
8171
|
}
|
|
8172
8172
|
export interface PutResourcePolicyRequest {
|
|
8173
8173
|
/**
|
|
8174
|
-
* Amazon Resource Name (ARN) of the resource to which
|
|
8174
|
+
* Amazon Resource Name (ARN) of the resource to which you want to attach a policy.
|
|
8175
8175
|
*/
|
|
8176
8176
|
ResourceArn: ResourceArnString;
|
|
8177
8177
|
/**
|
|
@@ -8183,7 +8183,7 @@ declare namespace SSM {
|
|
|
8183
8183
|
*/
|
|
8184
8184
|
PolicyId?: PolicyId;
|
|
8185
8185
|
/**
|
|
8186
|
-
* ID of the current policy version. The hash helps to prevent a situation where multiple users attempt to overwrite a policy.
|
|
8186
|
+
* ID of the current policy version. The hash helps to prevent a situation where multiple users attempt to overwrite a policy. You must provide this hash when updating or deleting a policy.
|
|
8187
8187
|
*/
|
|
8188
8188
|
PolicyHash?: PolicyHash;
|
|
8189
8189
|
}
|
|
@@ -8193,7 +8193,7 @@ declare namespace SSM {
|
|
|
8193
8193
|
*/
|
|
8194
8194
|
PolicyId?: PolicyId;
|
|
8195
8195
|
/**
|
|
8196
|
-
* ID of the current policy version.
|
|
8196
|
+
* ID of the current policy version.
|
|
8197
8197
|
*/
|
|
8198
8198
|
PolicyHash?: PolicyHash;
|
|
8199
8199
|
}
|