aws-sdk 2.1387.0 → 2.1388.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.
- package/CHANGELOG.md +9 -1
- package/README.md +1 -1
- package/apis/config-2014-11-12.min.json +129 -112
- package/apis/frauddetector-2019-11-15.min.json +29 -12
- package/apis/healthlake-2017-07-01.min.json +43 -17
- package/apis/m2-2021-04-28.min.json +90 -40
- package/apis/rds-2014-10-31.min.json +4 -2
- package/apis/workspaces-web-2020-07-08.min.json +360 -71
- package/apis/workspaces-web-2020-07-08.paginators.json +5 -0
- package/clients/configservice.d.ts +34 -13
- package/clients/frauddetector.d.ts +18 -4
- package/clients/healthlake.d.ts +40 -10
- package/clients/m2.d.ts +81 -2
- package/clients/rds.d.ts +10 -2
- package/clients/servicecatalog.d.ts +8 -8
- package/clients/workspacesweb.d.ts +254 -0
- package/dist/aws-sdk-core-react-native.js +1 -1
- package/dist/aws-sdk-react-native.js +8 -8
- package/dist/aws-sdk.js +136 -117
- package/dist/aws-sdk.min.js +39 -39
- package/lib/core.js +1 -1
- package/package.json +1 -1
@@ -10,6 +10,11 @@
|
|
10
10
|
"output_token": "nextToken",
|
11
11
|
"limit_key": "maxResults"
|
12
12
|
},
|
13
|
+
"ListIpAccessSettings": {
|
14
|
+
"input_token": "nextToken",
|
15
|
+
"output_token": "nextToken",
|
16
|
+
"limit_key": "maxResults"
|
17
|
+
},
|
13
18
|
"ListNetworkSettings": {
|
14
19
|
"input_token": "nextToken",
|
15
20
|
"output_token": "nextToken",
|
@@ -228,19 +228,19 @@ declare class ConfigService extends Service {
|
|
228
228
|
*/
|
229
229
|
describeConfigurationAggregators(callback?: (err: AWSError, data: ConfigService.Types.DescribeConfigurationAggregatorsResponse) => void): Request<ConfigService.Types.DescribeConfigurationAggregatorsResponse, AWSError>;
|
230
230
|
/**
|
231
|
-
* Returns the current status of the specified configuration recorder as well as the status of the last recording event for the recorder. If a configuration recorder is not specified, this action returns the status of all configuration recorders associated with the account.
|
231
|
+
* Returns the current status of the specified configuration recorder as well as the status of the last recording event for the recorder. If a configuration recorder is not specified, this action returns the status of all configuration recorders associated with the account. >You can specify only one configuration recorder for each Amazon Web Services Region for each account. For a detailed status of recording events over time, add your Config events to Amazon CloudWatch metrics and use CloudWatch metrics.
|
232
232
|
*/
|
233
233
|
describeConfigurationRecorderStatus(params: ConfigService.Types.DescribeConfigurationRecorderStatusRequest, callback?: (err: AWSError, data: ConfigService.Types.DescribeConfigurationRecorderStatusResponse) => void): Request<ConfigService.Types.DescribeConfigurationRecorderStatusResponse, AWSError>;
|
234
234
|
/**
|
235
|
-
* Returns the current status of the specified configuration recorder as well as the status of the last recording event for the recorder. If a configuration recorder is not specified, this action returns the status of all configuration recorders associated with the account.
|
235
|
+
* Returns the current status of the specified configuration recorder as well as the status of the last recording event for the recorder. If a configuration recorder is not specified, this action returns the status of all configuration recorders associated with the account. >You can specify only one configuration recorder for each Amazon Web Services Region for each account. For a detailed status of recording events over time, add your Config events to Amazon CloudWatch metrics and use CloudWatch metrics.
|
236
236
|
*/
|
237
237
|
describeConfigurationRecorderStatus(callback?: (err: AWSError, data: ConfigService.Types.DescribeConfigurationRecorderStatusResponse) => void): Request<ConfigService.Types.DescribeConfigurationRecorderStatusResponse, AWSError>;
|
238
238
|
/**
|
239
|
-
* Returns the details for the specified configuration recorders. If the configuration recorder is not specified, this action returns the details for all configuration recorders associated with the account.
|
239
|
+
* Returns the details for the specified configuration recorders. If the configuration recorder is not specified, this action returns the details for all configuration recorders associated with the account. You can specify only one configuration recorder for each Amazon Web Services Region for each account.
|
240
240
|
*/
|
241
241
|
describeConfigurationRecorders(params: ConfigService.Types.DescribeConfigurationRecordersRequest, callback?: (err: AWSError, data: ConfigService.Types.DescribeConfigurationRecordersResponse) => void): Request<ConfigService.Types.DescribeConfigurationRecordersResponse, AWSError>;
|
242
242
|
/**
|
243
|
-
* Returns the details for the specified configuration recorders. If the configuration recorder is not specified, this action returns the details for all configuration recorders associated with the account.
|
243
|
+
* Returns the details for the specified configuration recorders. If the configuration recorder is not specified, this action returns the details for all configuration recorders associated with the account. You can specify only one configuration recorder for each Amazon Web Services Region for each account.
|
244
244
|
*/
|
245
245
|
describeConfigurationRecorders(callback?: (err: AWSError, data: ConfigService.Types.DescribeConfigurationRecordersResponse) => void): Request<ConfigService.Types.DescribeConfigurationRecordersResponse, AWSError>;
|
246
246
|
/**
|
@@ -576,11 +576,11 @@ declare class ConfigService extends Service {
|
|
576
576
|
*/
|
577
577
|
putConfigurationAggregator(callback?: (err: AWSError, data: ConfigService.Types.PutConfigurationAggregatorResponse) => void): Request<ConfigService.Types.PutConfigurationAggregatorResponse, AWSError>;
|
578
578
|
/**
|
579
|
-
* Creates a new configuration recorder to record
|
579
|
+
* Creates a new configuration recorder to record configuration changes for specified resource types. You can also use this action to change the roleARN or the recordingGroup of an existing recorder. For more information, see Managing the Configuration Recorder in the Config Developer Guide. You can specify only one configuration recorder for each Amazon Web Services Region for each account. If the configuration recorder does not have the recordingGroup field specified, the default is to record all supported resource types.
|
580
580
|
*/
|
581
581
|
putConfigurationRecorder(params: ConfigService.Types.PutConfigurationRecorderRequest, callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
|
582
582
|
/**
|
583
|
-
* Creates a new configuration recorder to record
|
583
|
+
* Creates a new configuration recorder to record configuration changes for specified resource types. You can also use this action to change the roleARN or the recordingGroup of an existing recorder. For more information, see Managing the Configuration Recorder in the Config Developer Guide. You can specify only one configuration recorder for each Amazon Web Services Region for each account. If the configuration recorder does not have the recordingGroup field specified, the default is to record all supported resource types.
|
584
584
|
*/
|
585
585
|
putConfigurationRecorder(callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
|
586
586
|
/**
|
@@ -1476,15 +1476,15 @@ declare namespace ConfigService {
|
|
1476
1476
|
export type ConfigurationItemStatus = "OK"|"ResourceDiscovered"|"ResourceNotRecorded"|"ResourceDeleted"|"ResourceDeletedNotRecorded"|string;
|
1477
1477
|
export interface ConfigurationRecorder {
|
1478
1478
|
/**
|
1479
|
-
* The name of the recorder.
|
1479
|
+
* The name of the configuration recorder. Config automatically assigns the name of "default" when creating the configuration recorder. You cannot change the name of the configuration recorder after it has been created. To change the configuration recorder name, you must delete it and create a new configuration recorder with a new name.
|
1480
1480
|
*/
|
1481
1481
|
name?: RecorderName;
|
1482
1482
|
/**
|
1483
|
-
* Amazon Resource Name (ARN) of the IAM role
|
1483
|
+
* Amazon Resource Name (ARN) of the IAM role assumed by Config and used by the configuration recorder. While the API model does not require this field, the server will reject a request without a defined roleARN for the configuration recorder. Pre-existing Config role If you have used an Amazon Web Services service that uses Config, such as Security Hub or Control Tower, and an Config role has already been created, make sure that the IAM role that you use when setting up Config keeps the same minimum permissions as the already created Config role. You must do this so that the other Amazon Web Services service continues to run as expected. For example, if Control Tower has an IAM role that allows Config to read Amazon Simple Storage Service (Amazon S3) objects, make sure that the same permissions are granted within the IAM role you use when setting up Config. Otherwise, it may interfere with how Control Tower operates. For more information about IAM roles for Config, see Identity and Access Management for Config in the Config Developer Guide.
|
1484
1484
|
*/
|
1485
1485
|
roleARN?: String;
|
1486
1486
|
/**
|
1487
|
-
* Specifies
|
1487
|
+
* Specifies which resource types Config records for configuration changes. High Number of Config Evaluations You may notice increased activity in your account during your initial month recording with Config when compared to subsequent months. During the initial bootstrapping process, Config runs evaluations on all the resources in your account that you have selected for Config to record. If you are running ephemeral workloads, you may see increased activity from Config as it records configuration changes associated with creating and deleting these temporary resources. An ephemeral workload is a temporary use of computing resources that are loaded and run when needed. Examples include Amazon Elastic Compute Cloud (Amazon EC2) Spot Instances, Amazon EMR jobs, and Auto Scaling. If you want to avoid the increased activity from running ephemeral workloads, you can run these types of workloads in a separate account with Config turned off to avoid increased configuration recording and rule evaluations.
|
1488
1488
|
*/
|
1489
1489
|
recordingGroup?: RecordingGroup;
|
1490
1490
|
}
|
@@ -2604,6 +2604,12 @@ declare namespace ConfigService {
|
|
2604
2604
|
export type Evaluations = Evaluation[];
|
2605
2605
|
export type EventSource = "aws.config"|string;
|
2606
2606
|
export type ExcludedAccounts = AccountId[];
|
2607
|
+
export interface ExclusionByResourceTypes {
|
2608
|
+
/**
|
2609
|
+
* A comma-separated list of resource types to exclude from recording by the configuration recorder.
|
2610
|
+
*/
|
2611
|
+
resourceTypes?: ResourceTypeList;
|
2612
|
+
}
|
2607
2613
|
export interface ExecutionControls {
|
2608
2614
|
/**
|
2609
2615
|
* A SsmControls object.
|
@@ -3797,7 +3803,7 @@ declare namespace ConfigService {
|
|
3797
3803
|
}
|
3798
3804
|
export interface PutConfigurationRecorderRequest {
|
3799
3805
|
/**
|
3800
|
-
*
|
3806
|
+
* An object for the configuration recorder to record configuration changes for specified resource types.
|
3801
3807
|
*/
|
3802
3808
|
ConfigurationRecorder: ConfigurationRecorder;
|
3803
3809
|
}
|
@@ -4044,18 +4050,33 @@ declare namespace ConfigService {
|
|
4044
4050
|
export type RecorderStatus = "Pending"|"Success"|"Failure"|string;
|
4045
4051
|
export interface RecordingGroup {
|
4046
4052
|
/**
|
4047
|
-
* Specifies whether Config records configuration changes for
|
4053
|
+
* Specifies whether Config records configuration changes for all supported regional resource types. If you set this field to true, when Config adds support for a new type of regional resource, Config starts recording resources of that type automatically. If you set this field to true, you cannot enumerate specific resource types to record in the resourceTypes field of RecordingGroup, or to exclude in the resourceTypes field of ExclusionByResourceTypes.
|
4048
4054
|
*/
|
4049
4055
|
allSupported?: AllSupported;
|
4050
4056
|
/**
|
4051
|
-
* Specifies whether Config
|
4057
|
+
* Specifies whether Config records configuration changes for all supported global resources. Before you set this field to true, set the allSupported field of RecordingGroup to true. Optionally, you can set the useOnly field of RecordingStrategy to ALL_SUPPORTED_RESOURCE_TYPES. If you set this field to true, when Config adds support for a new type of global resource in the Region where you set up the configuration recorder, Config starts recording resources of that type automatically. If you set this field to false but list global resource types in the resourceTypes field of RecordingGroup, Config will still record configuration changes for those specified resource types regardless of if you set the includeGlobalResourceTypes field to false. If you do not want to record configuration changes to global resource types, make sure to not list them in the resourceTypes field in addition to setting the includeGlobalResourceTypes field to false.
|
4052
4058
|
*/
|
4053
4059
|
includeGlobalResourceTypes?: IncludeGlobalResourceTypes;
|
4054
4060
|
/**
|
4055
|
-
* A comma-separated list that specifies
|
4061
|
+
* A comma-separated list that specifies which resource types Config records. Optionally, you can set the useOnly field of RecordingStrategy to INCLUSION_BY_RESOURCE_TYPES. To record all configuration changes, set the allSupported field of RecordingGroup to true, and either omit this field or don't specify any resource types in this field. If you set the allSupported field to false and specify values for resourceTypes, when Config adds support for a new type of resource, it will not record resources of that type unless you manually add that type to your recording group. For a list of valid resourceTypes values, see the Resource Type Value column in Supported Amazon Web Services resource Types in the Config developer guide. Region Availability Before specifying a resource type for Config to track, check Resource Coverage by Region Availability to see if the resource type is supported in the Amazon Web Services Region where you set up Config. If a resource type is supported by Config in at least one Region, you can enable the recording of that resource type in all Regions supported by Config, even if the specified resource type is not supported in the Amazon Web Services Region where you set up Config.
|
4056
4062
|
*/
|
4057
4063
|
resourceTypes?: ResourceTypeList;
|
4064
|
+
/**
|
4065
|
+
* An object that specifies how Config excludes resource types from being recorded by the configuration recorder. To use this option, you must set the useOnly field of RecordingStrategy to EXCLUSION_BY_RESOURCE_TYPES.
|
4066
|
+
*/
|
4067
|
+
exclusionByResourceTypes?: ExclusionByResourceTypes;
|
4068
|
+
/**
|
4069
|
+
* An object that specifies the recording strategy for the configuration recorder. If you set the useOnly field of RecordingStrategy to ALL_SUPPORTED_RESOURCE_TYPES, Config records configuration changes for all supported regional resource types. You also must set the allSupported field of RecordingGroup to true. When Config adds support for a new type of regional resource, Config automatically starts recording resources of that type. If you set the useOnly field of RecordingStrategy to INCLUSION_BY_RESOURCE_TYPES, Config records configuration changes for only the resource types you specify in the resourceTypes field of RecordingGroup. If you set the useOnly field of RecordingStrategy to EXCLUSION_BY_RESOURCE_TYPES, Config records configuration changes for all supported resource types except the resource types that you specify as exemptions to exclude from being recorded in the resourceTypes field of ExclusionByResourceTypes. The recordingStrategy field is optional when you set the allSupported field of RecordingGroup to true. The recordingStrategy field is optional when you list resource types in the resourceTypes field of RecordingGroup. The recordingStrategy field is required if you list resource types to exclude from recording in the resourceTypes field of ExclusionByResourceTypes. If you choose EXCLUSION_BY_RESOURCE_TYPES for the recording strategy, the exclusionByResourceTypes field will override other properties in the request. For example, even if you set includeGlobalResourceTypes to false, global resource types will still be automatically recorded in this option unless those resource types are specifically listed as exemptions in the resourceTypes field of exclusionByResourceTypes. By default, if you choose the EXCLUSION_BY_RESOURCE_TYPES recording strategy, when Config adds support for a new resource type in the Region where you set up the configuration recorder, including global resource types, Config starts recording resources of that type automatically.
|
4070
|
+
*/
|
4071
|
+
recordingStrategy?: RecordingStrategy;
|
4072
|
+
}
|
4073
|
+
export interface RecordingStrategy {
|
4074
|
+
/**
|
4075
|
+
* The recording strategy for the configuration recorder. If you set this option to ALL_SUPPORTED_RESOURCE_TYPES, Config records configuration changes for all supported regional resource types. You also must set the allSupported field of RecordingGroup to true. When Config adds support for a new type of regional resource, Config automatically starts recording resources of that type. For a list of supported resource types, see Supported Resource Types in the Config developer guide. If you set this option to INCLUSION_BY_RESOURCE_TYPES, Config records configuration changes for only the resource types that you specify in the resourceTypes field of RecordingGroup. If you set this option to EXCLUSION_BY_RESOURCE_TYPES, Config records configuration changes for all supported resource types, except the resource types that you specify as exemptions to exclude from being recorded in the resourceTypes field of ExclusionByResourceTypes. The recordingStrategy field is optional when you set the allSupported field of RecordingGroup to true. The recordingStrategy field is optional when you list resource types in the resourceTypes field of RecordingGroup. The recordingStrategy field is required if you list resource types to exclude from recording in the resourceTypes field of ExclusionByResourceTypes. If you choose EXCLUSION_BY_RESOURCE_TYPES for the recording strategy, the exclusionByResourceTypes field will override other properties in the request. For example, even if you set includeGlobalResourceTypes to false, global resource types will still be automatically recorded in this option unless those resource types are specifically listed as exemptions in the resourceTypes field of exclusionByResourceTypes. By default, if you choose the EXCLUSION_BY_RESOURCE_TYPES recording strategy, when Config adds support for a new resource type in the Region where you set up the configuration recorder, including global resource types, Config starts recording resources of that type automatically.
|
4076
|
+
*/
|
4077
|
+
useOnly?: RecordingStrategyType;
|
4058
4078
|
}
|
4079
|
+
export type RecordingStrategyType = "ALL_SUPPORTED_RESOURCE_TYPES"|"INCLUSION_BY_RESOURCE_TYPES"|"EXCLUSION_BY_RESOURCE_TYPES"|string;
|
4059
4080
|
export type ReevaluateConfigRuleNames = ConfigRuleName[];
|
4060
4081
|
export type RelatedEvent = string;
|
4061
4082
|
export type RelatedEventList = RelatedEvent[];
|
@@ -1572,6 +1572,12 @@ declare namespace FraudDetector {
|
|
1572
1572
|
}
|
1573
1573
|
export type EventAttributeMap = {[key: string]: attributeValue};
|
1574
1574
|
export type EventIngestion = "ENABLED"|"DISABLED"|string;
|
1575
|
+
export interface EventOrchestration {
|
1576
|
+
/**
|
1577
|
+
* Specifies if event orchestration is enabled through Amazon EventBridge.
|
1578
|
+
*/
|
1579
|
+
eventBridgeEnabled: Boolean;
|
1580
|
+
}
|
1575
1581
|
export interface EventPredictionSummary {
|
1576
1582
|
/**
|
1577
1583
|
* The event ID.
|
@@ -1640,6 +1646,10 @@ declare namespace FraudDetector {
|
|
1640
1646
|
* The entity type ARN.
|
1641
1647
|
*/
|
1642
1648
|
arn?: fraudDetectorArn;
|
1649
|
+
/**
|
1650
|
+
* The event orchestration status.
|
1651
|
+
*/
|
1652
|
+
eventOrchestration?: EventOrchestration;
|
1643
1653
|
}
|
1644
1654
|
export type EventVariableMap = {[key: string]: variableValue};
|
1645
1655
|
export interface EventVariableSummary {
|
@@ -2447,7 +2457,7 @@ declare namespace FraudDetector {
|
|
2447
2457
|
*/
|
2448
2458
|
labelMapper?: labelMapper;
|
2449
2459
|
/**
|
2450
|
-
* The action to take for unlabeled events. Use IGNORE if you want the unlabeled events to be ignored. This is recommended when the majority of the events in the dataset are labeled. Use FRAUD if you want to categorize all unlabeled events as “Fraud”. This is recommended when most of the events in your dataset are fraudulent. Use LEGIT
|
2460
|
+
* The action to take for unlabeled events. Use IGNORE if you want the unlabeled events to be ignored. This is recommended when the majority of the events in the dataset are labeled. Use FRAUD if you want to categorize all unlabeled events as “Fraud”. This is recommended when most of the events in your dataset are fraudulent. Use LEGIT if you want to categorize all unlabeled events as “Legit”. This is recommended when most of the events in your dataset are legitimate. Use AUTO if you want Amazon Fraud Detector to decide how to use the unlabeled data. This is recommended when there is significant unlabeled events in the dataset. By default, Amazon Fraud Detector ignores the unlabeled data.
|
2451
2461
|
*/
|
2452
2462
|
unlabeledEventsTreatment?: UnlabeledEventsTreatment;
|
2453
2463
|
}
|
@@ -2888,13 +2898,17 @@ declare namespace FraudDetector {
|
|
2888
2898
|
*/
|
2889
2899
|
entityTypes: NonEmptyListOfStrings;
|
2890
2900
|
/**
|
2891
|
-
* Specifies if
|
2901
|
+
* Specifies if ingestion is enabled or disabled.
|
2892
2902
|
*/
|
2893
2903
|
eventIngestion?: EventIngestion;
|
2894
2904
|
/**
|
2895
2905
|
* A collection of key and value pairs.
|
2896
2906
|
*/
|
2897
2907
|
tags?: tagList;
|
2908
|
+
/**
|
2909
|
+
* Enables or disables event orchestration. If enabled, you can send event predictions to select AWS services for downstream processing of the events.
|
2910
|
+
*/
|
2911
|
+
eventOrchestration?: EventOrchestration;
|
2898
2912
|
}
|
2899
2913
|
export interface PutEventTypeResult {
|
2900
2914
|
}
|
@@ -2948,7 +2962,7 @@ declare namespace FraudDetector {
|
|
2948
2962
|
*/
|
2949
2963
|
description?: description;
|
2950
2964
|
/**
|
2951
|
-
*
|
2965
|
+
* A collection of key and value pairs.
|
2952
2966
|
*/
|
2953
2967
|
tags?: tagList;
|
2954
2968
|
}
|
@@ -3198,7 +3212,7 @@ declare namespace FraudDetector {
|
|
3198
3212
|
*/
|
3199
3213
|
lowerBoundValue: float;
|
3200
3214
|
/**
|
3201
|
-
* The
|
3215
|
+
* The upper bound value of the area under curve (auc).
|
3202
3216
|
*/
|
3203
3217
|
upperBoundValue: float;
|
3204
3218
|
}
|
package/clients/healthlake.d.ts
CHANGED
@@ -100,11 +100,11 @@ declare class HealthLake extends Service {
|
|
100
100
|
*/
|
101
101
|
startFHIRImportJob(callback?: (err: AWSError, data: HealthLake.Types.StartFHIRImportJobResponse) => void): Request<HealthLake.Types.StartFHIRImportJobResponse, AWSError>;
|
102
102
|
/**
|
103
|
-
* Adds a user
|
103
|
+
* Adds a user specified key and value tag to a Data Store.
|
104
104
|
*/
|
105
105
|
tagResource(params: HealthLake.Types.TagResourceRequest, callback?: (err: AWSError, data: HealthLake.Types.TagResourceResponse) => void): Request<HealthLake.Types.TagResourceResponse, AWSError>;
|
106
106
|
/**
|
107
|
-
* Adds a user
|
107
|
+
* Adds a user specified key and value tag to a Data Store.
|
108
108
|
*/
|
109
109
|
tagResource(callback?: (err: AWSError, data: HealthLake.Types.TagResourceResponse) => void): Request<HealthLake.Types.TagResourceResponse, AWSError>;
|
110
110
|
/**
|
@@ -118,9 +118,12 @@ declare class HealthLake extends Service {
|
|
118
118
|
}
|
119
119
|
declare namespace HealthLake {
|
120
120
|
export type AmazonResourceName = string;
|
121
|
+
export type AuthorizationStrategy = "SMART_ON_FHIR_V1"|"AWS_AUTH"|string;
|
122
|
+
export type Boolean = boolean;
|
121
123
|
export type BoundedLengthString = string;
|
122
124
|
export type ClientTokenString = string;
|
123
125
|
export type CmkType = "CUSTOMER_MANAGED_KMS_KEY"|"AWS_OWNED_KMS_KEY"|string;
|
126
|
+
export type ConfigurationMetadata = string;
|
124
127
|
export interface CreateFHIRDatastoreRequest {
|
125
128
|
/**
|
126
129
|
* The user generated name for the Data Store.
|
@@ -146,6 +149,10 @@ declare namespace HealthLake {
|
|
146
149
|
* Resource tags that are applied to a Data Store when it is created.
|
147
150
|
*/
|
148
151
|
Tags?: TagList;
|
152
|
+
/**
|
153
|
+
* The configuration of the identity provider that you want to use for your Data Store.
|
154
|
+
*/
|
155
|
+
IdentityProviderConfiguration?: IdentityProviderConfiguration;
|
149
156
|
}
|
150
157
|
export interface CreateFHIRDatastoreResponse {
|
151
158
|
/**
|
@@ -153,7 +160,7 @@ declare namespace HealthLake {
|
|
153
160
|
*/
|
154
161
|
DatastoreId: DatastoreId;
|
155
162
|
/**
|
156
|
-
* The
|
163
|
+
* The Data Store ARN is generated during the creation of the Data Store and can be found in the output from the initial Data Store creation call.
|
157
164
|
*/
|
158
165
|
DatastoreArn: DatastoreArn;
|
159
166
|
/**
|
@@ -161,7 +168,7 @@ declare namespace HealthLake {
|
|
161
168
|
*/
|
162
169
|
DatastoreStatus: DatastoreStatus;
|
163
170
|
/**
|
164
|
-
* The AWS endpoint for the created Data Store.
|
171
|
+
* The AWS endpoint for the created Data Store.
|
165
172
|
*/
|
166
173
|
DatastoreEndpoint: BoundedLengthString;
|
167
174
|
}
|
@@ -223,6 +230,10 @@ declare namespace HealthLake {
|
|
223
230
|
* The preloaded data configuration for the Data Store. Only data preloaded from Synthea is supported.
|
224
231
|
*/
|
225
232
|
PreloadDataConfig?: PreloadDataConfig;
|
233
|
+
/**
|
234
|
+
* The identity provider that you selected when you created the Data Store.
|
235
|
+
*/
|
236
|
+
IdentityProviderConfiguration?: IdentityProviderConfiguration;
|
226
237
|
}
|
227
238
|
export type DatastorePropertiesList = DatastoreProperties[];
|
228
239
|
export type DatastoreStatus = "CREATING"|"ACTIVE"|"DELETING"|"DELETED"|string;
|
@@ -230,7 +241,7 @@ declare namespace HealthLake {
|
|
230
241
|
/**
|
231
242
|
* The AWS-generated ID for the Data Store to be deleted.
|
232
243
|
*/
|
233
|
-
DatastoreId
|
244
|
+
DatastoreId: DatastoreId;
|
234
245
|
}
|
235
246
|
export interface DeleteFHIRDatastoreResponse {
|
236
247
|
/**
|
@@ -252,9 +263,9 @@ declare namespace HealthLake {
|
|
252
263
|
}
|
253
264
|
export interface DescribeFHIRDatastoreRequest {
|
254
265
|
/**
|
255
|
-
* The AWS-generated Data Store
|
266
|
+
* The AWS-generated Data Store ID.
|
256
267
|
*/
|
257
|
-
DatastoreId
|
268
|
+
DatastoreId: DatastoreId;
|
258
269
|
}
|
259
270
|
export interface DescribeFHIRDatastoreResponse {
|
260
271
|
/**
|
@@ -336,6 +347,24 @@ declare namespace HealthLake {
|
|
336
347
|
export type ExportJobPropertiesList = ExportJobProperties[];
|
337
348
|
export type FHIRVersion = "R4"|string;
|
338
349
|
export type IamRoleArn = string;
|
350
|
+
export interface IdentityProviderConfiguration {
|
351
|
+
/**
|
352
|
+
* The authorization strategy that you selected when you created the Data Store.
|
353
|
+
*/
|
354
|
+
AuthorizationStrategy: AuthorizationStrategy;
|
355
|
+
/**
|
356
|
+
* If you enabled fine-grained authorization when you created the Data Store.
|
357
|
+
*/
|
358
|
+
FineGrainedAuthorizationEnabled?: Boolean;
|
359
|
+
/**
|
360
|
+
* The JSON metadata elements that you want to use in your identity provider configuration. Required elements are listed based on the launch specification of the SMART application. For more information on all possible elements, see Metadata in SMART's App Launch specification. authorization_endpoint: The URL to the OAuth2 authorization endpoint. grant_types_supported: An array of grant types that are supported at the token endpoint. You must provide at least one grant type option. Valid options are authorization_code and client_credentials. token_endpoint: The URL to the OAuth2 token endpoint. capabilities: An array of strings of the SMART capabilities that the authorization server supports. code_challenge_methods_supported: An array of strings of supported PKCE code challenge methods. You must include the S256 method in the array of PKCE code challenge methods.
|
361
|
+
*/
|
362
|
+
Metadata?: ConfigurationMetadata;
|
363
|
+
/**
|
364
|
+
* The Amazon Resource Name (ARN) of the Lambda function that you want to use to decode the access token created by the authorization server.
|
365
|
+
*/
|
366
|
+
IdpLambdaArn?: LambdaArn;
|
367
|
+
}
|
339
368
|
export interface ImportJobProperties {
|
340
369
|
/**
|
341
370
|
* The AWS-generated id number for the Import job.
|
@@ -346,7 +375,7 @@ declare namespace HealthLake {
|
|
346
375
|
*/
|
347
376
|
JobName?: JobName;
|
348
377
|
/**
|
349
|
-
* The job status for an Import job. Possible statuses are SUBMITTED, IN_PROGRESS, COMPLETED, FAILED.
|
378
|
+
* The job status for an Import job. Possible statuses are SUBMITTED, IN_PROGRESS, COMPLETED_WITH_ERRORS, COMPLETED, FAILED.
|
350
379
|
*/
|
351
380
|
JobStatus: JobStatus;
|
352
381
|
/**
|
@@ -384,7 +413,7 @@ declare namespace HealthLake {
|
|
384
413
|
}
|
385
414
|
export type JobId = string;
|
386
415
|
export type JobName = string;
|
387
|
-
export type JobStatus = "SUBMITTED"|"IN_PROGRESS"|"COMPLETED_WITH_ERRORS"|"COMPLETED"|"FAILED"|string;
|
416
|
+
export type JobStatus = "SUBMITTED"|"IN_PROGRESS"|"COMPLETED_WITH_ERRORS"|"COMPLETED"|"FAILED"|"CANCEL_SUBMITTED"|"CANCEL_IN_PROGRESS"|"CANCEL_COMPLETED"|"CANCEL_FAILED"|string;
|
388
417
|
export interface KmsEncryptionConfig {
|
389
418
|
/**
|
390
419
|
* The type of customer-managed-key(CMK) used for encyrption. The two types of supported CMKs are customer owned CMKs and AWS owned CMKs.
|
@@ -395,6 +424,7 @@ declare namespace HealthLake {
|
|
395
424
|
*/
|
396
425
|
KmsKeyId?: EncryptionKeyID;
|
397
426
|
}
|
427
|
+
export type LambdaArn = string;
|
398
428
|
export interface ListFHIRDatastoresRequest {
|
399
429
|
/**
|
400
430
|
* Lists all filters associated with a FHIR Data Store request.
|
@@ -624,7 +654,7 @@ declare namespace HealthLake {
|
|
624
654
|
*/
|
625
655
|
Key: TagKey;
|
626
656
|
/**
|
627
|
-
* The value portion of tag. Tag values are case sensitive.
|
657
|
+
* The value portion of a tag. Tag values are case sensitive.
|
628
658
|
*/
|
629
659
|
Value: TagValue;
|
630
660
|
}
|
package/clients/m2.d.ts
CHANGED
@@ -331,6 +331,10 @@ declare namespace M2 {
|
|
331
331
|
* The name of the application.
|
332
332
|
*/
|
333
333
|
name: EntityName;
|
334
|
+
/**
|
335
|
+
* The Amazon Resource Name (ARN) of the role associated with the application.
|
336
|
+
*/
|
337
|
+
roleArn?: Arn;
|
334
338
|
/**
|
335
339
|
* The status of the application.
|
336
340
|
*/
|
@@ -380,6 +384,9 @@ declare namespace M2 {
|
|
380
384
|
* The unique identifier of the application that hosts this batch job.
|
381
385
|
*/
|
382
386
|
applicationId: Identifier;
|
387
|
+
/**
|
388
|
+
* The unique identifier of this batch job.
|
389
|
+
*/
|
383
390
|
batchJobIdentifier?: BatchJobIdentifier;
|
384
391
|
/**
|
385
392
|
* The timestamp when this batch job execution ended.
|
@@ -402,7 +409,7 @@ declare namespace M2 {
|
|
402
409
|
*/
|
403
410
|
jobType?: BatchJobType;
|
404
411
|
/**
|
405
|
-
*
|
412
|
+
* The batch job return code from either the Blu Age or Micro Focus runtime engines. For more information, see Batch return codes in the IBM WebSphere Application Server documentation.
|
406
413
|
*/
|
407
414
|
returnCode?: String;
|
408
415
|
/**
|
@@ -468,6 +475,10 @@ declare namespace M2 {
|
|
468
475
|
* The unique identifier of the application.
|
469
476
|
*/
|
470
477
|
name: EntityName;
|
478
|
+
/**
|
479
|
+
* The Amazon Resource Name (ARN) of the role associated with the application.
|
480
|
+
*/
|
481
|
+
roleArn?: Arn;
|
471
482
|
/**
|
472
483
|
* A list of tags to apply to the application.
|
473
484
|
*/
|
@@ -708,6 +719,14 @@ declare namespace M2 {
|
|
708
719
|
* The generation data group of the data set.
|
709
720
|
*/
|
710
721
|
gdg?: GdgDetailAttributes;
|
722
|
+
/**
|
723
|
+
* The details of a PO type data set.
|
724
|
+
*/
|
725
|
+
po?: PoDetailAttributes;
|
726
|
+
/**
|
727
|
+
* The details of a PS type data set.
|
728
|
+
*/
|
729
|
+
ps?: PsDetailAttributes;
|
711
730
|
/**
|
712
731
|
* The details of a VSAM data set.
|
713
732
|
*/
|
@@ -718,6 +737,14 @@ declare namespace M2 {
|
|
718
737
|
* The generation data group of the data set.
|
719
738
|
*/
|
720
739
|
gdg?: GdgAttributes;
|
740
|
+
/**
|
741
|
+
* The details of a PO type data set.
|
742
|
+
*/
|
743
|
+
po?: PoAttributes;
|
744
|
+
/**
|
745
|
+
* The details of a PS type data set.
|
746
|
+
*/
|
747
|
+
ps?: PsAttributes;
|
721
748
|
/**
|
722
749
|
* The details of a VSAM data set.
|
723
750
|
*/
|
@@ -992,6 +1019,10 @@ declare namespace M2 {
|
|
992
1019
|
* The unique identifier of the application.
|
993
1020
|
*/
|
994
1021
|
name: EntityName;
|
1022
|
+
/**
|
1023
|
+
* The Amazon Resource Name (ARN) of the role associated with the application.
|
1024
|
+
*/
|
1025
|
+
roleArn?: Arn;
|
995
1026
|
/**
|
996
1027
|
* The status of the application.
|
997
1028
|
*/
|
@@ -1064,6 +1095,9 @@ declare namespace M2 {
|
|
1064
1095
|
* The identifier of the application.
|
1065
1096
|
*/
|
1066
1097
|
applicationId: Identifier;
|
1098
|
+
/**
|
1099
|
+
* The unique identifier of this batch job.
|
1100
|
+
*/
|
1067
1101
|
batchJobIdentifier?: BatchJobIdentifier;
|
1068
1102
|
/**
|
1069
1103
|
* The timestamp when the batch job execution ended.
|
@@ -1090,7 +1124,7 @@ declare namespace M2 {
|
|
1090
1124
|
*/
|
1091
1125
|
jobUser?: String100;
|
1092
1126
|
/**
|
1093
|
-
*
|
1127
|
+
* The batch job return code from either the Blu Age or Micro Focus runtime engines. For more information, see Batch return codes in the IBM WebSphere Application Server documentation.
|
1094
1128
|
*/
|
1095
1129
|
returnCode?: String;
|
1096
1130
|
/**
|
@@ -1617,6 +1651,30 @@ declare namespace M2 {
|
|
1617
1651
|
*/
|
1618
1652
|
schedule?: MaintenanceSchedule;
|
1619
1653
|
}
|
1654
|
+
export interface PoAttributes {
|
1655
|
+
/**
|
1656
|
+
* The character set encoding of the data set.
|
1657
|
+
*/
|
1658
|
+
encoding?: String;
|
1659
|
+
/**
|
1660
|
+
* The format of the data set records.
|
1661
|
+
*/
|
1662
|
+
format: String;
|
1663
|
+
/**
|
1664
|
+
* An array containing one or more filename extensions, allowing you to specify which files to be included as PDS member.
|
1665
|
+
*/
|
1666
|
+
memberFileExtensions: String20List;
|
1667
|
+
}
|
1668
|
+
export interface PoDetailAttributes {
|
1669
|
+
/**
|
1670
|
+
* The character set encoding of the data set.
|
1671
|
+
*/
|
1672
|
+
encoding: String;
|
1673
|
+
/**
|
1674
|
+
* The format of the data set records.
|
1675
|
+
*/
|
1676
|
+
format: String;
|
1677
|
+
}
|
1620
1678
|
export type PortList = Integer[];
|
1621
1679
|
export interface PrimaryKey {
|
1622
1680
|
/**
|
@@ -1632,6 +1690,26 @@ declare namespace M2 {
|
|
1632
1690
|
*/
|
1633
1691
|
offset: Integer;
|
1634
1692
|
}
|
1693
|
+
export interface PsAttributes {
|
1694
|
+
/**
|
1695
|
+
* The character set encoding of the data set.
|
1696
|
+
*/
|
1697
|
+
encoding?: String;
|
1698
|
+
/**
|
1699
|
+
* The format of the data set records.
|
1700
|
+
*/
|
1701
|
+
format: String;
|
1702
|
+
}
|
1703
|
+
export interface PsDetailAttributes {
|
1704
|
+
/**
|
1705
|
+
* The character set encoding of the data set.
|
1706
|
+
*/
|
1707
|
+
encoding: String;
|
1708
|
+
/**
|
1709
|
+
* The format of the data set records.
|
1710
|
+
*/
|
1711
|
+
format: String;
|
1712
|
+
}
|
1635
1713
|
export interface RecordLength {
|
1636
1714
|
/**
|
1637
1715
|
* The maximum record length. In case of fixed, both minimum and maximum are the same.
|
@@ -1710,6 +1788,7 @@ declare namespace M2 {
|
|
1710
1788
|
export type String20 = string;
|
1711
1789
|
export type String200 = string;
|
1712
1790
|
export type String2000 = string;
|
1791
|
+
export type String20List = String20[];
|
1713
1792
|
export type String50 = string;
|
1714
1793
|
export type String50List = String50[];
|
1715
1794
|
export type StringFree65000 = string;
|
package/clients/rds.d.ts
CHANGED
@@ -1959,7 +1959,7 @@ declare namespace RDS {
|
|
1959
1959
|
*/
|
1960
1960
|
AllocatedStorage?: IntegerOptional;
|
1961
1961
|
/**
|
1962
|
-
* Specifies the storage type to be associated with the DB cluster. This setting is required to create a Multi-AZ DB cluster. When specified for a Multi-AZ DB cluster, a value for the Iops parameter is required. Valid values: aurora, aurora-iopt1 (Aurora DB clusters); io1 (Multi-AZ DB clusters) Default: aurora (Aurora DB clusters); io1 (Multi-AZ DB clusters) Valid for: Aurora DB clusters and Multi-AZ DB clusters
|
1962
|
+
* Specifies the storage type to be associated with the DB cluster. This setting is required to create a Multi-AZ DB cluster. When specified for a Multi-AZ DB cluster, a value for the Iops parameter is required. Valid values: aurora, aurora-iopt1 (Aurora DB clusters); io1 (Multi-AZ DB clusters) Default: aurora (Aurora DB clusters); io1 (Multi-AZ DB clusters) Valid for: Aurora DB clusters and Multi-AZ DB clusters For more information on storage types for Aurora DB clusters, see Storage configurations for Amazon Aurora DB clusters. For more information on storage types for Multi-AZ DB clusters, see Settings for creating Multi-AZ DB clusters.
|
1963
1963
|
*/
|
1964
1964
|
StorageType?: String;
|
1965
1965
|
/**
|
@@ -6582,6 +6582,10 @@ declare namespace RDS {
|
|
6582
6582
|
* The Amazon Web Services KMS key identifier to encrypt a secret that is automatically generated and managed in Amazon Web Services Secrets Manager. This setting is valid only if both of the following conditions are met: The DB instance doesn't manage the master user password in Amazon Web Services Secrets Manager. If the DB instance already manages the master user password in Amazon Web Services Secrets Manager, you can't change the KMS key used to encrypt the secret. You are turning on ManageMasterUserPassword to manage the master user password in Amazon Web Services Secrets Manager. If you are turning on ManageMasterUserPassword and don't specify MasterUserSecretKmsKeyId, then the aws/secretsmanager KMS key is used to encrypt the secret. If the secret is in a different Amazon Web Services account, then you can't use the aws/secretsmanager KMS key to encrypt the secret, and you must use a customer managed KMS key. The Amazon Web Services KMS key identifier is the key ARN, key ID, alias ARN, or alias name for the KMS key. To use a KMS key in a different Amazon Web Services account, specify the key ARN or alias ARN. There is a default KMS key for your Amazon Web Services account. Your Amazon Web Services account has a different default KMS key for each Amazon Web Services Region.
|
6583
6583
|
*/
|
6584
6584
|
MasterUserSecretKmsKeyId?: String;
|
6585
|
+
/**
|
6586
|
+
* The target Oracle DB engine when you convert a non-CDB to a CDB. This intermediate step is necessary to upgrade an Oracle Database 19c non-CDB to an Oracle Database 21c CDB. Note the following requirements: Make sure that you specify oracle-ee-cdb or oracle-se2-cdb. Make sure that your DB engine runs Oracle Database 19c with an April 2021 or later RU. Note the following limitations: You can't convert a CDB to a non-CDB. You can't convert a replica database. You can't convert a non-CDB to a CDB and upgrade the engine version in the same command. You can't convert the existing custom parameter or option group when it has options or parameters that are permanent or persistent. In this situation, the DB instance reverts to the default option and parameter group. To avoid reverting to the default, specify a new parameter group with --db-parameter-group-name and a new option group with --option-group-name.
|
6587
|
+
*/
|
6588
|
+
Engine?: String;
|
6585
6589
|
}
|
6586
6590
|
export interface ModifyDBInstanceResult {
|
6587
6591
|
DBInstance?: DBInstance;
|
@@ -6707,7 +6711,7 @@ declare namespace RDS {
|
|
6707
6711
|
*/
|
6708
6712
|
DBSnapshotIdentifier: String;
|
6709
6713
|
/**
|
6710
|
-
* The engine version to upgrade the DB snapshot to. The following are the database engines and engine versions that are available when you upgrade a DB snapshot. MySQL 5.5.46 (supported for 5.1 DB snapshots) Oracle
|
6714
|
+
* The engine version to upgrade the DB snapshot to. The following are the database engines and engine versions that are available when you upgrade a DB snapshot. MySQL 5.5.46 (supported for 5.1 DB snapshots) Oracle 12.1.0.2.v8 (supported for 12.1.0.1 DB snapshots) 11.2.0.4.v12 (supported for 11.2.0.2 DB snapshots) 11.2.0.4.v11 (supported for 11.2.0.3 DB snapshots) PostgreSQL For the list of engine versions that are available for upgrading a DB snapshot, see Upgrading the PostgreSQL DB Engine for Amazon RDS.
|
6711
6715
|
*/
|
6712
6716
|
EngineVersion?: String;
|
6713
6717
|
/**
|
@@ -7435,6 +7439,10 @@ declare namespace RDS {
|
|
7435
7439
|
* The storage throughput of the DB instance.
|
7436
7440
|
*/
|
7437
7441
|
StorageThroughput?: IntegerOptional;
|
7442
|
+
/**
|
7443
|
+
* The database engine of the DB instance.
|
7444
|
+
*/
|
7445
|
+
Engine?: String;
|
7438
7446
|
}
|
7439
7447
|
export interface ProcessorFeature {
|
7440
7448
|
/**
|
@@ -356,11 +356,11 @@ declare class ServiceCatalog extends Service {
|
|
356
356
|
*/
|
357
357
|
disassociateBudgetFromResource(callback?: (err: AWSError, data: ServiceCatalog.Types.DisassociateBudgetFromResourceOutput) => void): Request<ServiceCatalog.Types.DisassociateBudgetFromResourceOutput, AWSError>;
|
358
358
|
/**
|
359
|
-
* Disassociates a previously associated principal ARN from a specified portfolio. The PrincipalType and PrincipalARN must match the AssociatePrincipalWithPortfolio call request details. For example, to disassociate an association created with a PrincipalARN of PrincipalType IAM you must use the PrincipalType IAM when calling DisassociatePrincipalFromPortfolio. For portfolios that have been shared with principal name sharing enabled: after disassociating a principal, share recipient accounts will no longer be able to provision products in this portfolio using a role matching the name of the associated principal.
|
359
|
+
* Disassociates a previously associated principal ARN from a specified portfolio. The PrincipalType and PrincipalARN must match the AssociatePrincipalWithPortfolio call request details. For example, to disassociate an association created with a PrincipalARN of PrincipalType IAM you must use the PrincipalType IAM when calling DisassociatePrincipalFromPortfolio. For portfolios that have been shared with principal name sharing enabled: after disassociating a principal, share recipient accounts will no longer be able to provision products in this portfolio using a role matching the name of the associated principal. For more information, review associate-principal-with-portfolio in the Amazon Web Services CLI Command Reference. If you disassociate a principal from a portfolio, with PrincipalType as IAM, the same principal will still have access to the portfolio if it matches one of the associated principals of type IAM_PATTERN. To fully remove access for a principal, verify all the associated Principals of type IAM_PATTERN, and then ensure you disassociate any IAM_PATTERN principals that match the principal whose access you are removing.
|
360
360
|
*/
|
361
361
|
disassociatePrincipalFromPortfolio(params: ServiceCatalog.Types.DisassociatePrincipalFromPortfolioInput, callback?: (err: AWSError, data: ServiceCatalog.Types.DisassociatePrincipalFromPortfolioOutput) => void): Request<ServiceCatalog.Types.DisassociatePrincipalFromPortfolioOutput, AWSError>;
|
362
362
|
/**
|
363
|
-
* Disassociates a previously associated principal ARN from a specified portfolio. The PrincipalType and PrincipalARN must match the AssociatePrincipalWithPortfolio call request details. For example, to disassociate an association created with a PrincipalARN of PrincipalType IAM you must use the PrincipalType IAM when calling DisassociatePrincipalFromPortfolio. For portfolios that have been shared with principal name sharing enabled: after disassociating a principal, share recipient accounts will no longer be able to provision products in this portfolio using a role matching the name of the associated principal.
|
363
|
+
* Disassociates a previously associated principal ARN from a specified portfolio. The PrincipalType and PrincipalARN must match the AssociatePrincipalWithPortfolio call request details. For example, to disassociate an association created with a PrincipalARN of PrincipalType IAM you must use the PrincipalType IAM when calling DisassociatePrincipalFromPortfolio. For portfolios that have been shared with principal name sharing enabled: after disassociating a principal, share recipient accounts will no longer be able to provision products in this portfolio using a role matching the name of the associated principal. For more information, review associate-principal-with-portfolio in the Amazon Web Services CLI Command Reference. If you disassociate a principal from a portfolio, with PrincipalType as IAM, the same principal will still have access to the portfolio if it matches one of the associated principals of type IAM_PATTERN. To fully remove access for a principal, verify all the associated Principals of type IAM_PATTERN, and then ensure you disassociate any IAM_PATTERN principals that match the principal whose access you are removing.
|
364
364
|
*/
|
365
365
|
disassociatePrincipalFromPortfolio(callback?: (err: AWSError, data: ServiceCatalog.Types.DisassociatePrincipalFromPortfolioOutput) => void): Request<ServiceCatalog.Types.DisassociatePrincipalFromPortfolioOutput, AWSError>;
|
366
366
|
/**
|
@@ -790,11 +790,11 @@ declare namespace ServiceCatalog {
|
|
790
790
|
*/
|
791
791
|
PortfolioId: Id;
|
792
792
|
/**
|
793
|
-
* The ARN of the principal (user, role, or group).
|
793
|
+
* The ARN of the principal (user, role, or group). The supported value is a fully defined IAM ARN if the PrincipalType is IAM. If the PrincipalType is IAM_PATTERN, the supported value is an IAM ARN without an AccountID in the following format: arn:partition:iam:::resource-type/resource-id The resource-id can be either of the following: Fully formed, for example arn:aws:iam:::role/resource-name or arn:aws:iam:::role/resource-path/resource-name A wildcard ARN. The wildcard ARN accepts IAM_PATTERN values with a "*" or "?" in the resource-id segment of the ARN, for example arn:partition:service:::resource-type/resource-path/resource-name. The new symbols are exclusive to the resource-path and resource-name and cannot be used to replace the resource-type or other ARN values. Examples of an acceptable wildcard ARN: arn:aws:iam:::role/ResourceName_* arn:aws:iam:::role/*ResourceName_? Examples of an unacceptable wildcard ARN: arn:aws:iam:::*ResourceName You can associate multiple IAM_PATTERNs even if the account has no principal with that name. The ARN path and principal name allow unlimited wildcard characters. The "?" wildcard character matches zero or one of any character. This is similar to ".?" in regular regex context. The "*" wildcard character matches any number of any characters. This is similar ".*" in regular regex context. In the IAM Principal ARNs format (arn:partition:iam:::resource-type/resource-path/resource-name), valid resource-type values include user/, group/, or role/. The "?" and "*" are allowed only after the resource-type, in the resource-id segment. You can use special characters anywhere within the resource-id. The "*" also matches the "/" character, allowing paths to be formed within the resource-id. For example, arn:aws:iam:::role/*ResourceName_? matches both arn:aws:iam:::role/pathA/pathB/ResourceName_1 and arn:aws:iam:::role/pathA/ResourceName_1.
|
794
794
|
*/
|
795
795
|
PrincipalARN: PrincipalARN;
|
796
796
|
/**
|
797
|
-
* The principal type. The supported value is IAM if you use a fully defined ARN, or IAM_PATTERN if you use an ARN with no accountID.
|
797
|
+
* The principal type. The supported value is IAM if you use a fully defined ARN, or IAM_PATTERN if you use an ARN with no accountID, with or without wildcard characters.
|
798
798
|
*/
|
799
799
|
PrincipalType: PrincipalType;
|
800
800
|
}
|
@@ -1935,11 +1935,11 @@ declare namespace ServiceCatalog {
|
|
1935
1935
|
*/
|
1936
1936
|
PortfolioId: Id;
|
1937
1937
|
/**
|
1938
|
-
* The ARN of the principal (user, role, or group). This field allows an ARN with no accountID if PrincipalType is IAM_PATTERN.
|
1938
|
+
* The ARN of the principal (user, role, or group). This field allows an ARN with no accountID with or without wildcard characters if PrincipalType is IAM_PATTERN.
|
1939
1939
|
*/
|
1940
1940
|
PrincipalARN: PrincipalARN;
|
1941
1941
|
/**
|
1942
|
-
* The supported value is IAM if you use a fully defined ARN, or IAM_PATTERN if you
|
1942
|
+
* The supported value is IAM if you use a fully defined ARN, or IAM_PATTERN if you specify an IAM ARN with no AccountId, with or without wildcard characters.
|
1943
1943
|
*/
|
1944
1944
|
PrincipalType?: PrincipalType;
|
1945
1945
|
}
|
@@ -2973,11 +2973,11 @@ declare namespace ServiceCatalog {
|
|
2973
2973
|
export type PortfolioShareType = "IMPORTED"|"AWS_SERVICECATALOG"|"AWS_ORGANIZATIONS"|string;
|
2974
2974
|
export interface Principal {
|
2975
2975
|
/**
|
2976
|
-
* The ARN of the principal (user, role, or group). This field allows for an ARN with no accountID if the PrincipalType is an IAM_PATTERN.
|
2976
|
+
* The ARN of the principal (user, role, or group). This field allows for an ARN with no accountID, with or without wildcard characters if the PrincipalType is an IAM_PATTERN. For more information, review associate-principal-with-portfolio in the Amazon Web Services CLI Command Reference.
|
2977
2977
|
*/
|
2978
2978
|
PrincipalARN?: PrincipalARN;
|
2979
2979
|
/**
|
2980
|
-
* The principal type. The supported value is IAM if you use a fully defined ARN, or IAM_PATTERN if you use an ARN with no accountID.
|
2980
|
+
* The principal type. The supported value is IAM if you use a fully defined ARN, or IAM_PATTERN if you use an ARN with no accountID, with or without wildcard characters.
|
2981
2981
|
*/
|
2982
2982
|
PrincipalType?: PrincipalType;
|
2983
2983
|
}
|