aws-sdk 2.1411.0 → 2.1412.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 +8 -1
- package/README.md +1 -1
- package/apis/ec2-2016-11-15.min.json +281 -278
- package/apis/location-2020-11-19.min.json +79 -40
- package/apis/outposts-2019-12-03.paginators.json +12 -6
- package/apis/quicksight-2018-04-01.min.json +561 -528
- package/clients/ec2.d.ts +10 -5
- package/clients/location.d.ts +50 -14
- package/clients/outposts.d.ts +4 -4
- package/clients/quicksight.d.ts +53 -7
- package/clients/rds.d.ts +35 -35
- package/dist/aws-sdk-core-react-native.js +1 -1
- package/dist/aws-sdk-react-native.js +5 -5
- package/dist/aws-sdk.js +363 -321
- package/dist/aws-sdk.min.js +70 -70
- package/lib/core.js +1 -1
- package/lib/credentials/shared_ini_file_credentials.js +2 -0
- package/package.json +1 -1
package/clients/ec2.d.ts
CHANGED
@@ -21793,13 +21793,13 @@ declare namespace EC2 {
|
|
21793
21793
|
export type HibernationFlag = boolean;
|
21794
21794
|
export interface HibernationOptions {
|
21795
21795
|
/**
|
21796
|
-
* If
|
21796
|
+
* If true, your instance is enabled for hibernation; otherwise, it is not enabled for hibernation.
|
21797
21797
|
*/
|
21798
21798
|
Configured?: Boolean;
|
21799
21799
|
}
|
21800
21800
|
export interface HibernationOptionsRequest {
|
21801
21801
|
/**
|
21802
|
-
*
|
21802
|
+
* Set to true to enable your instance for hibernation. Default: false
|
21803
21803
|
*/
|
21804
21804
|
Configured?: Boolean;
|
21805
21805
|
}
|
@@ -24256,6 +24256,10 @@ declare namespace EC2 {
|
|
24256
24256
|
* The supported boot modes. For more information, see Boot modes in the Amazon EC2 User Guide.
|
24257
24257
|
*/
|
24258
24258
|
SupportedBootModes?: BootModeTypeList;
|
24259
|
+
/**
|
24260
|
+
* Indicates whether Nitro Enclaves is supported.
|
24261
|
+
*/
|
24262
|
+
NitroEnclavesSupport?: NitroEnclavesSupport;
|
24259
24263
|
}
|
24260
24264
|
export interface InstanceTypeInfoFromInstanceRequirements {
|
24261
24265
|
/**
|
@@ -29565,6 +29569,7 @@ declare namespace EC2 {
|
|
29565
29569
|
}
|
29566
29570
|
export type NewDhcpConfigurationList = NewDhcpConfiguration[];
|
29567
29571
|
export type NextToken = string;
|
29572
|
+
export type NitroEnclavesSupport = "unsupported"|"supported"|string;
|
29568
29573
|
export type OccurrenceDayRequestSet = Integer[];
|
29569
29574
|
export type OccurrenceDaySet = Integer[];
|
29570
29575
|
export type OfferingClassType = "standard"|"convertible"|string;
|
@@ -32905,7 +32910,7 @@ declare namespace EC2 {
|
|
32905
32910
|
*/
|
32906
32911
|
CapacityReservationSpecification?: CapacityReservationSpecification;
|
32907
32912
|
/**
|
32908
|
-
* Indicates whether an instance is enabled for hibernation. For more information, see Hibernate your instance in the Amazon EC2 User Guide. You can't enable hibernation and Amazon Web Services Nitro Enclaves on the same instance.
|
32913
|
+
* Indicates whether an instance is enabled for hibernation. This parameter is valid only if the instance meets the hibernation prerequisites. For more information, see Hibernate your instance in the Amazon EC2 User Guide. You can't enable hibernation and Amazon Web Services Nitro Enclaves on the same instance.
|
32909
32914
|
*/
|
32910
32915
|
HibernationOptions?: HibernationOptionsRequest;
|
32911
32916
|
/**
|
@@ -32917,7 +32922,7 @@ declare namespace EC2 {
|
|
32917
32922
|
*/
|
32918
32923
|
MetadataOptions?: InstanceMetadataOptionsRequest;
|
32919
32924
|
/**
|
32920
|
-
* Indicates whether the instance is enabled for Amazon Web Services Nitro Enclaves. For more information, see
|
32925
|
+
* Indicates whether the instance is enabled for Amazon Web Services Nitro Enclaves. For more information, see What is Amazon Web Services Nitro Enclaves? in the Amazon Web Services Nitro Enclaves User Guide. You can't enable Amazon Web Services Nitro Enclaves and hibernation on the same instance.
|
32921
32926
|
*/
|
32922
32927
|
EnclaveOptions?: EnclaveOptionsRequest;
|
32923
32928
|
/**
|
@@ -35232,7 +35237,7 @@ declare namespace EC2 {
|
|
35232
35237
|
/**
|
35233
35238
|
* The ID of the client connection to be terminated.
|
35234
35239
|
*/
|
35235
|
-
ConnectionId?:
|
35240
|
+
ConnectionId?: String;
|
35236
35241
|
/**
|
35237
35242
|
* The name of the user who initiated the connection. Use this option to terminate all active connections for the specified user. This option can only be used if the user has established up to five connections.
|
35238
35243
|
*/
|
package/clients/location.d.ts
CHANGED
@@ -92,11 +92,11 @@ declare class Location extends Service {
|
|
92
92
|
*/
|
93
93
|
createGeofenceCollection(callback?: (err: AWSError, data: Location.Types.CreateGeofenceCollectionResponse) => void): Request<Location.Types.CreateGeofenceCollectionResponse, AWSError>;
|
94
94
|
/**
|
95
|
-
* Creates an API key resource in your Amazon Web Services account, which lets you grant
|
95
|
+
* Creates an API key resource in your Amazon Web Services account, which lets you grant actions for Amazon Location resources to the API key bearer. For more information, see Using API keys.
|
96
96
|
*/
|
97
97
|
createKey(params: Location.Types.CreateKeyRequest, callback?: (err: AWSError, data: Location.Types.CreateKeyResponse) => void): Request<Location.Types.CreateKeyResponse, AWSError>;
|
98
98
|
/**
|
99
|
-
* Creates an API key resource in your Amazon Web Services account, which lets you grant
|
99
|
+
* Creates an API key resource in your Amazon Web Services account, which lets you grant actions for Amazon Location resources to the API key bearer. For more information, see Using API keys.
|
100
100
|
*/
|
101
101
|
createKey(callback?: (err: AWSError, data: Location.Types.CreateKeyResponse) => void): Request<Location.Types.CreateKeyResponse, AWSError>;
|
102
102
|
/**
|
@@ -188,11 +188,11 @@ declare class Location extends Service {
|
|
188
188
|
*/
|
189
189
|
describeGeofenceCollection(callback?: (err: AWSError, data: Location.Types.DescribeGeofenceCollectionResponse) => void): Request<Location.Types.DescribeGeofenceCollectionResponse, AWSError>;
|
190
190
|
/**
|
191
|
-
* Retrieves the API key resource details.
|
191
|
+
* Retrieves the API key resource details.
|
192
192
|
*/
|
193
193
|
describeKey(params: Location.Types.DescribeKeyRequest, callback?: (err: AWSError, data: Location.Types.DescribeKeyResponse) => void): Request<Location.Types.DescribeKeyResponse, AWSError>;
|
194
194
|
/**
|
195
|
-
* Retrieves the API key resource details.
|
195
|
+
* Retrieves the API key resource details.
|
196
196
|
*/
|
197
197
|
describeKey(callback?: (err: AWSError, data: Location.Types.DescribeKeyResponse) => void): Request<Location.Types.DescribeKeyResponse, AWSError>;
|
198
198
|
/**
|
@@ -324,11 +324,11 @@ declare class Location extends Service {
|
|
324
324
|
*/
|
325
325
|
listGeofences(callback?: (err: AWSError, data: Location.Types.ListGeofencesResponse) => void): Request<Location.Types.ListGeofencesResponse, AWSError>;
|
326
326
|
/**
|
327
|
-
* Lists API key resources in your Amazon Web Services account.
|
327
|
+
* Lists API key resources in your Amazon Web Services account.
|
328
328
|
*/
|
329
329
|
listKeys(params: Location.Types.ListKeysRequest, callback?: (err: AWSError, data: Location.Types.ListKeysResponse) => void): Request<Location.Types.ListKeysResponse, AWSError>;
|
330
330
|
/**
|
331
|
-
* Lists API key resources in your Amazon Web Services account.
|
331
|
+
* Lists API key resources in your Amazon Web Services account.
|
332
332
|
*/
|
333
333
|
listKeys(callback?: (err: AWSError, data: Location.Types.ListKeysResponse) => void): Request<Location.Types.ListKeysResponse, AWSError>;
|
334
334
|
/**
|
@@ -436,11 +436,11 @@ declare class Location extends Service {
|
|
436
436
|
*/
|
437
437
|
updateGeofenceCollection(callback?: (err: AWSError, data: Location.Types.UpdateGeofenceCollectionResponse) => void): Request<Location.Types.UpdateGeofenceCollectionResponse, AWSError>;
|
438
438
|
/**
|
439
|
-
* Updates the specified properties of a given API key resource.
|
439
|
+
* Updates the specified properties of a given API key resource.
|
440
440
|
*/
|
441
441
|
updateKey(params: Location.Types.UpdateKeyRequest, callback?: (err: AWSError, data: Location.Types.UpdateKeyResponse) => void): Request<Location.Types.UpdateKeyResponse, AWSError>;
|
442
442
|
/**
|
443
|
-
* Updates the specified properties of a given API key resource.
|
443
|
+
* Updates the specified properties of a given API key resource.
|
444
444
|
*/
|
445
445
|
updateKey(callback?: (err: AWSError, data: Location.Types.UpdateKeyResponse) => void): Request<Location.Types.UpdateKeyResponse, AWSError>;
|
446
446
|
/**
|
@@ -487,7 +487,7 @@ declare namespace Location {
|
|
487
487
|
}
|
488
488
|
export interface ApiKeyRestrictions {
|
489
489
|
/**
|
490
|
-
* A list of allowed actions that an API key resource grants permissions to perform
|
490
|
+
* A list of allowed actions that an API key resource grants permissions to perform. You must have at least one action for each type of resource. For example, if you have a place resource, you must include at least one place action. The following are valid values for the actions. Map actions geo:GetMap* - Allows all actions needed for map rendering. Place actions geo:SearchPlaceIndexForText - Allows geocoding. geo:SearchPlaceIndexForPosition - Allows reverse geocoding. geo:SearchPlaceIndexForSuggestions - Allows generating suggestions from text. GetPlace - Allows finding a place by place ID. Route actions geo:CalculateRoute - Allows point to point routing. geo:CalculateRouteMatrix - Allows calculating a matrix of routes. You must use these strings exactly. For example, to provide access to map rendering, the only valid action is geo:GetMap* as an input to the list. ["geo:GetMap*"] is valid but ["geo:GetMapTile"] is not. Similarly, you cannot use ["geo:SearchPlaceIndexFor*"] - you must list each of the Place actions separately.
|
491
491
|
*/
|
492
492
|
AllowActions: ApiKeyRestrictionsAllowActionsList;
|
493
493
|
/**
|
@@ -495,7 +495,7 @@ declare namespace Location {
|
|
495
495
|
*/
|
496
496
|
AllowReferers?: ApiKeyRestrictionsAllowReferersList;
|
497
497
|
/**
|
498
|
-
* A list of allowed resource ARNs that a API key bearer can perform actions on
|
498
|
+
* A list of allowed resource ARNs that a API key bearer can perform actions on. The ARN must be the correct ARN for a map, place, or route ARN. You may include wildcards in the resource-id to match multiple resources of the same type. The resources must be in the same partition, region, and account-id as the key that is being created. Other than wildcards, you must include the full ARN, including the arn, partition, service, region, account-id and resource-id, delimited by colons (:). No spaces allowed, even with wildcards. For example, arn:aws:geo:region:account-id:map/ExampleMap*. For more information about ARN format, see Amazon Resource Names (ARNs).
|
499
499
|
*/
|
500
500
|
AllowResources: ApiKeyRestrictionsAllowResourcesList;
|
501
501
|
}
|
@@ -673,7 +673,7 @@ declare namespace Location {
|
|
673
673
|
*/
|
674
674
|
GeofenceId: Id;
|
675
675
|
/**
|
676
|
-
*
|
676
|
+
* Associates one of more properties with the geofence. A property is a key-value pair stored with the geofence and added to any geofence event triggered with that geofence. Format: "key" : "value"
|
677
677
|
*/
|
678
678
|
GeofenceProperties?: PropertyMap;
|
679
679
|
/**
|
@@ -780,6 +780,10 @@ declare namespace Location {
|
|
780
780
|
* Set the unit system to specify the distance. Default Value: Kilometers
|
781
781
|
*/
|
782
782
|
DistanceUnit?: DistanceUnit;
|
783
|
+
/**
|
784
|
+
* The optional API key to authorize the request.
|
785
|
+
*/
|
786
|
+
Key?: ApiKey;
|
783
787
|
/**
|
784
788
|
* Specifies the mode of transport when calculating a route. Used in estimating the speed of travel and road compatibility. The TravelMode you specify also determines how you specify route preferences: If traveling by Car use the CarModeOptions parameter. If traveling by Truck use the TruckModeOptions parameter. Bicycle or Motorcycle are only valid when using Grab as a data provider, and only within Southeast Asia. Truck is not available for Grab. For more information about using Grab as a data provider, see GrabMaps in the Amazon Location Service Developer Guide. Default Value: Car
|
785
789
|
*/
|
@@ -864,6 +868,10 @@ declare namespace Location {
|
|
864
868
|
* Set to include the geometry details in the result for each path between a pair of positions. Default Value: false Valid Values: false | true
|
865
869
|
*/
|
866
870
|
IncludeLegGeometry?: Boolean;
|
871
|
+
/**
|
872
|
+
* The optional API key to authorize the request.
|
873
|
+
*/
|
874
|
+
Key?: ApiKey;
|
867
875
|
/**
|
868
876
|
* Specifies the mode of transport when calculating a route. Used in estimating the speed of travel and road compatibility. You can choose Car, Truck, Walking, Bicycle or Motorcycle as options for the TravelMode. Bicycle and Motorcycle are only valid when using Grab as a data provider, and only within Southeast Asia. Truck is not available for Grab. For more details on the using Grab for routing, including areas of coverage, see GrabMaps in the Amazon Location Service Developer Guide. The TravelMode you specify also determines how you specify route preferences: If traveling by Car use the CarModeOptions parameter. If traveling by Truck use the TruckModeOptions parameter. Default Value: Car
|
869
877
|
*/
|
@@ -1145,6 +1153,10 @@ declare namespace Location {
|
|
1145
1153
|
* An optional description for the tracker resource.
|
1146
1154
|
*/
|
1147
1155
|
Description?: ResourceDescription;
|
1156
|
+
/**
|
1157
|
+
* Whether to enable position UPDATE events from this tracker to be sent to EventBridge. You do not need enable this feature to get ENTER and EXIT events for geofences with this tracker. Those events are always sent to EventBridge.
|
1158
|
+
*/
|
1159
|
+
EventBridgeEnabled?: Boolean;
|
1148
1160
|
/**
|
1149
1161
|
* A key identifier for an Amazon Web Services KMS customer managed key. Enter a key ID, key ARN, alias name, or alias ARN.
|
1150
1162
|
*/
|
@@ -1466,6 +1478,10 @@ declare namespace Location {
|
|
1466
1478
|
* The optional description for the tracker resource.
|
1467
1479
|
*/
|
1468
1480
|
Description: ResourceDescription;
|
1481
|
+
/**
|
1482
|
+
* Whether UPDATE events from this tracker in EventBridge are enabled. If set to true these events will be sent to EventBridge.
|
1483
|
+
*/
|
1484
|
+
EventBridgeEnabled?: Boolean;
|
1469
1485
|
/**
|
1470
1486
|
* A key identifier for an Amazon Web Services KMS customer managed key assigned to the Amazon Location resource.
|
1471
1487
|
*/
|
@@ -1668,7 +1684,7 @@ declare namespace Location {
|
|
1668
1684
|
*/
|
1669
1685
|
GeofenceId: Id;
|
1670
1686
|
/**
|
1671
|
-
*
|
1687
|
+
* User defined properties of the geofence. A property is a key-value pair stored with the geofence and added to any geofence event triggered with that geofence. Format: "key" : "value"
|
1672
1688
|
*/
|
1673
1689
|
GeofenceProperties?: PropertyMap;
|
1674
1690
|
/**
|
@@ -1814,6 +1830,10 @@ declare namespace Location {
|
|
1814
1830
|
* The name of the place index resource that you want to use for the search.
|
1815
1831
|
*/
|
1816
1832
|
IndexName: ResourceName;
|
1833
|
+
/**
|
1834
|
+
* The optional API key to authorize the request.
|
1835
|
+
*/
|
1836
|
+
Key?: ApiKey;
|
1817
1837
|
/**
|
1818
1838
|
* The preferred language used to return results. The value must be a valid BCP 47 language tag, for example, en for English. This setting affects the languages used in the results, but not the results themselves. If no language is specified, or not supported for a particular result, the partner automatically chooses a language for the result. For an example, we'll use the Greek language. You search for a location around Athens, Greece, with the language parameter set to en. The city in the results will most likely be returned as Athens. If you set the language parameter to el, for Greek, then the city in the results will more likely be returned as Αθήνα. If the data provider does not have a value for Greek, the result will be in a language that the provider does support.
|
1819
1839
|
*/
|
@@ -1978,7 +1998,7 @@ declare namespace Location {
|
|
1978
1998
|
*/
|
1979
1999
|
GeofenceId: Id;
|
1980
2000
|
/**
|
1981
|
-
*
|
2001
|
+
* User defined properties of the geofence. A property is a key-value pair stored with the geofence and added to any geofence event triggered with that geofence. Format: "key" : "value"
|
1982
2002
|
*/
|
1983
2003
|
GeofenceProperties?: PropertyMap;
|
1984
2004
|
/**
|
@@ -2413,7 +2433,7 @@ declare namespace Location {
|
|
2413
2433
|
*/
|
2414
2434
|
GeofenceId: Id;
|
2415
2435
|
/**
|
2416
|
-
*
|
2436
|
+
* Associates one of more properties with the geofence. A property is a key-value pair stored with the geofence and added to any geofence event triggered with that geofence. Format: "key" : "value"
|
2417
2437
|
*/
|
2418
2438
|
GeofenceProperties?: PropertyMap;
|
2419
2439
|
/**
|
@@ -2528,6 +2548,10 @@ declare namespace Location {
|
|
2528
2548
|
* The name of the place index resource you want to use for the search.
|
2529
2549
|
*/
|
2530
2550
|
IndexName: ResourceName;
|
2551
|
+
/**
|
2552
|
+
* The optional API key to authorize the request.
|
2553
|
+
*/
|
2554
|
+
Key?: ApiKey;
|
2531
2555
|
/**
|
2532
2556
|
* The preferred language used to return results. The value must be a valid BCP 47 language tag, for example, en for English. This setting affects the languages used in the results, but not the results themselves. If no language is specified, or not supported for a particular result, the partner automatically chooses a language for the result. For an example, we'll use the Greek language. You search for a location around Athens, Greece, with the language parameter set to en. The city in the results will most likely be returned as Athens. If you set the language parameter to el, for Greek, then the city in the results will more likely be returned as Αθήνα. If the data provider does not have a value for Greek, the result will be in a language that the provider does support.
|
2533
2557
|
*/
|
@@ -2590,6 +2614,10 @@ declare namespace Location {
|
|
2590
2614
|
* The name of the place index resource you want to use for the search.
|
2591
2615
|
*/
|
2592
2616
|
IndexName: ResourceName;
|
2617
|
+
/**
|
2618
|
+
* The optional API key to authorize the request.
|
2619
|
+
*/
|
2620
|
+
Key?: ApiKey;
|
2593
2621
|
/**
|
2594
2622
|
* The preferred language used to return results. The value must be a valid BCP 47 language tag, for example, en for English. This setting affects the languages used in the results. If no language is specified, or not supported for a particular result, the partner automatically chooses a language for the result. For an example, we'll use the Greek language. You search for Athens, Gr to get suggestions with the language parameter set to en. The results found will most likely be returned as Athens, Greece. If you set the language parameter to el, for Greek, then the result found will more likely be returned as Αθήνα, Ελλάδα. If the data provider does not have a value for Greek, the result will be in a language that the provider does support.
|
2595
2623
|
*/
|
@@ -2670,6 +2698,10 @@ declare namespace Location {
|
|
2670
2698
|
* The name of the place index resource you want to use for the search.
|
2671
2699
|
*/
|
2672
2700
|
IndexName: ResourceName;
|
2701
|
+
/**
|
2702
|
+
* The optional API key to authorize the request.
|
2703
|
+
*/
|
2704
|
+
Key?: ApiKey;
|
2673
2705
|
/**
|
2674
2706
|
* The preferred language used to return results. The value must be a valid BCP 47 language tag, for example, en for English. This setting affects the languages used in the results, but not the results themselves. If no language is specified, or not supported for a particular result, the partner automatically chooses a language for the result. For an example, we'll use the Greek language. You search for Athens, Greece, with the language parameter set to en. The result found will most likely be returned as Athens. If you set the language parameter to el, for Greek, then the result found will more likely be returned as Αθήνα. If the data provider does not have a value for Greek, the result will be in a language that the provider does support.
|
2675
2707
|
*/
|
@@ -3003,6 +3035,10 @@ declare namespace Location {
|
|
3003
3035
|
* Updates the description for the tracker resource.
|
3004
3036
|
*/
|
3005
3037
|
Description?: ResourceDescription;
|
3038
|
+
/**
|
3039
|
+
* Whether to enable position UPDATE events from this tracker to be sent to EventBridge. You do not need enable this feature to get ENTER and EXIT events for geofences with this tracker. Those events are always sent to EventBridge.
|
3040
|
+
*/
|
3041
|
+
EventBridgeEnabled?: Boolean;
|
3006
3042
|
/**
|
3007
3043
|
* Updates the position filtering for the tracker resource. Valid values: TimeBased - Location updates are evaluated against linked geofence collections, but not every location update is stored. If your update frequency is more often than 30 seconds, only one update per 30 seconds is stored for each unique device ID. DistanceBased - If the device has moved less than 30 m (98.4 ft), location updates are ignored. Location updates within this distance are neither evaluated against linked geofence collections, nor stored. This helps control costs by reducing the number of geofence evaluations and historical device positions to paginate through. Distance-based filtering can also reduce the effects of GPS noise when displaying device trajectories on a map. AccuracyBased - If the device has moved less than the measured accuracy, location updates are ignored. For example, if two consecutive updates from a device have a horizontal accuracy of 5 m and 10 m, the second update is ignored if the device has moved less than 15 m. Ignored location updates are neither evaluated against linked geofence collections, nor stored. This helps educe the effects of GPS noise when displaying device trajectories on a map, and can help control costs by reducing the number of geofence evaluations.
|
3008
3044
|
*/
|
package/clients/outposts.d.ts
CHANGED
@@ -303,7 +303,7 @@ declare namespace Outposts {
|
|
303
303
|
*/
|
304
304
|
RackElevation?: RackElevation;
|
305
305
|
}
|
306
|
-
export type AssetState = "ACTIVE"|"RETIRING"|string;
|
306
|
+
export type AssetState = "ACTIVE"|"RETIRING"|"ISOLATED"|string;
|
307
307
|
export type AssetType = "COMPUTE"|string;
|
308
308
|
export type AvailabilityZone = string;
|
309
309
|
export type AvailabilityZoneId = string;
|
@@ -640,7 +640,7 @@ declare namespace Outposts {
|
|
640
640
|
*/
|
641
641
|
PreviousLineItemId?: LineItemId;
|
642
642
|
/**
|
643
|
-
* The ID of the previous order.
|
643
|
+
* The ID of the previous order item.
|
644
644
|
*/
|
645
645
|
PreviousOrderId?: OrderId;
|
646
646
|
}
|
@@ -826,7 +826,7 @@ declare namespace Outposts {
|
|
826
826
|
*/
|
827
827
|
PaymentTerm?: PaymentTerm;
|
828
828
|
/**
|
829
|
-
*
|
829
|
+
* Type of order.
|
830
830
|
*/
|
831
831
|
OrderType?: OrderType;
|
832
832
|
}
|
@@ -842,7 +842,7 @@ declare namespace Outposts {
|
|
842
842
|
*/
|
843
843
|
OrderId?: OrderId;
|
844
844
|
/**
|
845
|
-
*
|
845
|
+
* The type of order.
|
846
846
|
*/
|
847
847
|
OrderType?: OrderType;
|
848
848
|
/**
|
package/clients/quicksight.d.ts
CHANGED
@@ -1012,19 +1012,19 @@ declare class QuickSight extends Service {
|
|
1012
1012
|
*/
|
1013
1013
|
searchGroups(callback?: (err: AWSError, data: QuickSight.Types.SearchGroupsResponse) => void): Request<QuickSight.Types.SearchGroupsResponse, AWSError>;
|
1014
1014
|
/**
|
1015
|
-
* Starts an Asset Bundle export job. An Asset Bundle export job exports specified Amazon QuickSight assets. You can also choose to export any asset dependencies in the same job. Export jobs run asynchronously and can be polled with a DescribeAssetBundleExportJob API call. When a job is successfully completed, a download URL that contains the exported assets is returned. The URL is valid for 5 minutes and can be refreshed with a DescribeAssetBundleExportJob API call. Each Amazon QuickSight account can run up to
|
1015
|
+
* Starts an Asset Bundle export job. An Asset Bundle export job exports specified Amazon QuickSight assets. You can also choose to export any asset dependencies in the same job. Export jobs run asynchronously and can be polled with a DescribeAssetBundleExportJob API call. When a job is successfully completed, a download URL that contains the exported assets is returned. The URL is valid for 5 minutes and can be refreshed with a DescribeAssetBundleExportJob API call. Each Amazon QuickSight account can run up to 5 export jobs concurrently. The API caller must have the necessary permissions in their IAM role to access each resource before the resources can be exported.
|
1016
1016
|
*/
|
1017
1017
|
startAssetBundleExportJob(params: QuickSight.Types.StartAssetBundleExportJobRequest, callback?: (err: AWSError, data: QuickSight.Types.StartAssetBundleExportJobResponse) => void): Request<QuickSight.Types.StartAssetBundleExportJobResponse, AWSError>;
|
1018
1018
|
/**
|
1019
|
-
* Starts an Asset Bundle export job. An Asset Bundle export job exports specified Amazon QuickSight assets. You can also choose to export any asset dependencies in the same job. Export jobs run asynchronously and can be polled with a DescribeAssetBundleExportJob API call. When a job is successfully completed, a download URL that contains the exported assets is returned. The URL is valid for 5 minutes and can be refreshed with a DescribeAssetBundleExportJob API call. Each Amazon QuickSight account can run up to
|
1019
|
+
* Starts an Asset Bundle export job. An Asset Bundle export job exports specified Amazon QuickSight assets. You can also choose to export any asset dependencies in the same job. Export jobs run asynchronously and can be polled with a DescribeAssetBundleExportJob API call. When a job is successfully completed, a download URL that contains the exported assets is returned. The URL is valid for 5 minutes and can be refreshed with a DescribeAssetBundleExportJob API call. Each Amazon QuickSight account can run up to 5 export jobs concurrently. The API caller must have the necessary permissions in their IAM role to access each resource before the resources can be exported.
|
1020
1020
|
*/
|
1021
1021
|
startAssetBundleExportJob(callback?: (err: AWSError, data: QuickSight.Types.StartAssetBundleExportJobResponse) => void): Request<QuickSight.Types.StartAssetBundleExportJobResponse, AWSError>;
|
1022
1022
|
/**
|
1023
|
-
* Starts an Asset Bundle import job. An Asset Bundle import job imports specified Amazon QuickSight assets into an Amazon QuickSight account. You can also choose to import a naming prefix and specified configuration overrides. The assets that are contained in the bundle file that you provide are used to create or update a new or existing asset in your Amazon QuickSight account. Each Amazon QuickSight account can run up to
|
1023
|
+
* Starts an Asset Bundle import job. An Asset Bundle import job imports specified Amazon QuickSight assets into an Amazon QuickSight account. You can also choose to import a naming prefix and specified configuration overrides. The assets that are contained in the bundle file that you provide are used to create or update a new or existing asset in your Amazon QuickSight account. Each Amazon QuickSight account can run up to 5 import jobs concurrently. The API caller must have the necessary "create", "describe", and "update" permissions in their IAM role to access each resource type that is contained in the bundle file before the resources can be imported.
|
1024
1024
|
*/
|
1025
1025
|
startAssetBundleImportJob(params: QuickSight.Types.StartAssetBundleImportJobRequest, callback?: (err: AWSError, data: QuickSight.Types.StartAssetBundleImportJobResponse) => void): Request<QuickSight.Types.StartAssetBundleImportJobResponse, AWSError>;
|
1026
1026
|
/**
|
1027
|
-
* Starts an Asset Bundle import job. An Asset Bundle import job imports specified Amazon QuickSight assets into an Amazon QuickSight account. You can also choose to import a naming prefix and specified configuration overrides. The assets that are contained in the bundle file that you provide are used to create or update a new or existing asset in your Amazon QuickSight account. Each Amazon QuickSight account can run up to
|
1027
|
+
* Starts an Asset Bundle import job. An Asset Bundle import job imports specified Amazon QuickSight assets into an Amazon QuickSight account. You can also choose to import a naming prefix and specified configuration overrides. The assets that are contained in the bundle file that you provide are used to create or update a new or existing asset in your Amazon QuickSight account. Each Amazon QuickSight account can run up to 5 import jobs concurrently. The API caller must have the necessary "create", "describe", and "update" permissions in their IAM role to access each resource type that is contained in the bundle file before the resources can be imported.
|
1028
1028
|
*/
|
1029
1029
|
startAssetBundleImportJob(callback?: (err: AWSError, data: QuickSight.Types.StartAssetBundleImportJobResponse) => void): Request<QuickSight.Types.StartAssetBundleImportJobResponse, AWSError>;
|
1030
1030
|
/**
|
@@ -1381,7 +1381,7 @@ declare namespace QuickSight {
|
|
1381
1381
|
/**
|
1382
1382
|
* The function that aggregates the values in Column.
|
1383
1383
|
*/
|
1384
|
-
AggregationFunction
|
1384
|
+
AggregationFunction?: AggregationFunction;
|
1385
1385
|
}
|
1386
1386
|
export type AggregationSortConfigurationList = AggregationSortConfiguration[];
|
1387
1387
|
export type AliasName = string;
|
@@ -2771,6 +2771,12 @@ declare namespace QuickSight {
|
|
2771
2771
|
NullValueColor?: DataColor;
|
2772
2772
|
}
|
2773
2773
|
export type ColorScaleColorList = DataColor[];
|
2774
|
+
export interface ColorsConfiguration {
|
2775
|
+
/**
|
2776
|
+
* A list of up to 50 custom colors.
|
2777
|
+
*/
|
2778
|
+
CustomColors?: CustomColorsList;
|
2779
|
+
}
|
2774
2780
|
export interface ColumnConfiguration {
|
2775
2781
|
/**
|
2776
2782
|
* The column.
|
@@ -2784,6 +2790,10 @@ declare namespace QuickSight {
|
|
2784
2790
|
* The role of the column.
|
2785
2791
|
*/
|
2786
2792
|
Role?: ColumnRole;
|
2793
|
+
/**
|
2794
|
+
* The color configurations of the column.
|
2795
|
+
*/
|
2796
|
+
ColorsConfiguration?: ColorsConfiguration;
|
2787
2797
|
}
|
2788
2798
|
export type ColumnConfigurationList = ColumnConfiguration[];
|
2789
2799
|
export type ColumnDataRole = "DIMENSION"|"MEASURE"|string;
|
@@ -4370,6 +4380,21 @@ declare namespace QuickSight {
|
|
4370
4380
|
*/
|
4371
4381
|
URLTarget: URLTargetConfiguration;
|
4372
4382
|
}
|
4383
|
+
export interface CustomColor {
|
4384
|
+
/**
|
4385
|
+
* The data value that the color is applied to.
|
4386
|
+
*/
|
4387
|
+
FieldValue?: FieldValue;
|
4388
|
+
/**
|
4389
|
+
* The color that is applied to the data value.
|
4390
|
+
*/
|
4391
|
+
Color: HexColor;
|
4392
|
+
/**
|
4393
|
+
* The value of a special data value.
|
4394
|
+
*/
|
4395
|
+
SpecialValue?: SpecialValue;
|
4396
|
+
}
|
4397
|
+
export type CustomColorsList = CustomColor[];
|
4373
4398
|
export interface CustomContentConfiguration {
|
4374
4399
|
/**
|
4375
4400
|
* The input URL that links to the custom content that you want in the custom visual.
|
@@ -6656,7 +6681,7 @@ declare namespace QuickSight {
|
|
6656
6681
|
*/
|
6657
6682
|
IncludeAllDependencies?: Boolean;
|
6658
6683
|
/**
|
6659
|
-
* The format of the
|
6684
|
+
* The format of the exported asset bundle. A QUICKSIGHT_JSON formatted file can be used to make a StartAssetBundleImportJob API call. A CLOUDFORMATION_JSON formatted file can be used in the CloudFormation console and with the CloudFormation APIs.
|
6660
6685
|
*/
|
6661
6686
|
ExportFormat?: AssetBundleExportFormat;
|
6662
6687
|
/**
|
@@ -14454,6 +14479,18 @@ declare namespace QuickSight {
|
|
14454
14479
|
*/
|
14455
14480
|
TitleOptions?: LabelOptions;
|
14456
14481
|
}
|
14482
|
+
export type SmallMultiplesAxisPlacement = "OUTSIDE"|"INSIDE"|string;
|
14483
|
+
export interface SmallMultiplesAxisProperties {
|
14484
|
+
/**
|
14485
|
+
* Determines whether scale of the axes are shared or independent. The default value is SHARED.
|
14486
|
+
*/
|
14487
|
+
Scale?: SmallMultiplesAxisScale;
|
14488
|
+
/**
|
14489
|
+
* Defines the placement of the axis. By default, axes are rendered OUTSIDE of the panels. Axes with INDEPENDENT scale are rendered INSIDE the panels.
|
14490
|
+
*/
|
14491
|
+
Placement?: SmallMultiplesAxisPlacement;
|
14492
|
+
}
|
14493
|
+
export type SmallMultiplesAxisScale = "SHARED"|"INDEPENDENT"|string;
|
14457
14494
|
export type SmallMultiplesDimensionFieldList = DimensionField[];
|
14458
14495
|
export interface SmallMultiplesOptions {
|
14459
14496
|
/**
|
@@ -14468,6 +14505,14 @@ declare namespace QuickSight {
|
|
14468
14505
|
* Configures the display options for each small multiples panel.
|
14469
14506
|
*/
|
14470
14507
|
PanelConfiguration?: PanelConfiguration;
|
14508
|
+
/**
|
14509
|
+
* The properties of a small multiples X axis.
|
14510
|
+
*/
|
14511
|
+
XAxis?: SmallMultiplesAxisProperties;
|
14512
|
+
/**
|
14513
|
+
* The properties of a small multiples Y axis.
|
14514
|
+
*/
|
14515
|
+
YAxis?: SmallMultiplesAxisProperties;
|
14471
14516
|
}
|
14472
14517
|
export interface SnowflakeParameters {
|
14473
14518
|
/**
|
@@ -14512,6 +14557,7 @@ declare namespace QuickSight {
|
|
14512
14557
|
*/
|
14513
14558
|
Port: Port;
|
14514
14559
|
}
|
14560
|
+
export type SpecialValue = "EMPTY"|"NULL"|"OTHER"|string;
|
14515
14561
|
export type SqlEndpointPath = string;
|
14516
14562
|
export type SqlQuery = string;
|
14517
14563
|
export interface SqlServerParameters {
|
@@ -14588,7 +14634,7 @@ declare namespace QuickSight {
|
|
14588
14634
|
*/
|
14589
14635
|
AssetBundleImportJobId: ShortRestrictiveResourceId;
|
14590
14636
|
/**
|
14591
|
-
* The source of the asset bundle zip file that contains the data that you want to import.
|
14637
|
+
* The source of the asset bundle zip file that contains the data that you want to import. The file must be in QUICKSIGHT_JSON format.
|
14592
14638
|
*/
|
14593
14639
|
AssetBundleImportSource: AssetBundleImportSource;
|
14594
14640
|
/**
|