cdk-comprehend-s3olap 2.0.61 → 2.0.64
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.jsii +4 -4
- package/lib/cdk-comprehend-s3olap.js +2 -2
- package/lib/comprehend-lambdas.js +2 -2
- package/lib/iam-roles.js +4 -4
- package/node_modules/aws-sdk/CHANGELOG.md +16 -1
- package/node_modules/aws-sdk/README.md +1 -1
- package/node_modules/aws-sdk/apis/dlm-2018-01-12.min.json +15 -9
- package/node_modules/aws-sdk/apis/ec2-2016-11-15.min.json +627 -623
- package/node_modules/aws-sdk/apis/glue-2017-03-31.min.json +306 -295
- package/node_modules/aws-sdk/apis/iotwireless-2020-11-22.min.json +128 -87
- package/node_modules/aws-sdk/apis/location-2020-11-19.min.json +60 -44
- package/node_modules/aws-sdk/apis/pinpoint-2016-12-01.min.json +274 -191
- package/node_modules/aws-sdk/apis/sagemaker-2017-07-24.min.json +501 -468
- package/node_modules/aws-sdk/apis/sagemaker-a2i-runtime-2019-11-07.min.json +12 -8
- package/node_modules/aws-sdk/clients/cloudwatch.d.ts +7 -7
- package/node_modules/aws-sdk/clients/dlm.d.ts +30 -25
- package/node_modules/aws-sdk/clients/ec2.d.ts +1 -0
- package/node_modules/aws-sdk/clients/glue.d.ts +31 -2
- package/node_modules/aws-sdk/clients/iotwireless.d.ts +45 -0
- package/node_modules/aws-sdk/clients/location.d.ts +27 -13
- package/node_modules/aws-sdk/clients/pinpoint.d.ts +96 -0
- package/node_modules/aws-sdk/clients/quicksight.d.ts +10 -10
- package/node_modules/aws-sdk/clients/sagemaker.d.ts +51 -5
- package/node_modules/aws-sdk/clients/sso.d.ts +19 -19
- package/node_modules/aws-sdk/clients/ssoadmin.d.ts +82 -82
- package/node_modules/aws-sdk/clients/ssooidc.d.ts +11 -11
- package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +1 -1
- package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +9 -9
- package/node_modules/aws-sdk/dist/aws-sdk.js +690 -670
- package/node_modules/aws-sdk/dist/aws-sdk.min.js +65 -65
- package/node_modules/aws-sdk/lib/core.js +1 -1
- package/node_modules/aws-sdk/package.json +1 -1
- package/node_modules/esbuild/install.js +4 -4
- package/node_modules/esbuild/lib/main.js +7 -7
- package/node_modules/esbuild/package.json +22 -22
- package/node_modules/esbuild-linux-64/bin/esbuild +0 -0
- package/node_modules/esbuild-linux-64/package.json +1 -1
- package/package.json +7 -7
@@ -68,11 +68,11 @@ declare class Location extends Service {
|
|
68
68
|
*/
|
69
69
|
batchUpdateDevicePosition(callback?: (err: AWSError, data: Location.Types.BatchUpdateDevicePositionResponse) => void): Request<Location.Types.BatchUpdateDevicePositionResponse, AWSError>;
|
70
70
|
/**
|
71
|
-
* Calculates a route given the following required parameters: DeparturePosition and DestinationPosition. Requires that you first create a route calculator resource. By default, a request that doesn't specify a departure time uses the best time of day to travel with the best traffic conditions when calculating the route. Additional options include: Specifying a departure time using either DepartureTime or DepartNow. This calculates a route based on predictive traffic data at the given time. You can't specify both DepartureTime and DepartNow in a single request. Specifying both parameters returns a validation error. Specifying a travel mode using TravelMode sets the transportation mode used to calculate the routes. This also lets you specify additional route preferences in CarModeOptions if traveling by Car, or TruckModeOptions if traveling by Truck.
|
71
|
+
* Calculates a route given the following required parameters: DeparturePosition and DestinationPosition. Requires that you first create a route calculator resource. By default, a request that doesn't specify a departure time uses the best time of day to travel with the best traffic conditions when calculating the route. Additional options include: Specifying a departure time using either DepartureTime or DepartNow. This calculates a route based on predictive traffic data at the given time. You can't specify both DepartureTime and DepartNow in a single request. Specifying both parameters returns a validation error. Specifying a travel mode using TravelMode sets the transportation mode used to calculate the routes. This also lets you specify additional route preferences in CarModeOptions if traveling by Car, or TruckModeOptions if traveling by Truck. If you specify walking for the travel mode and your data provider is Esri, the start and destination must be within 40km.
|
72
72
|
*/
|
73
73
|
calculateRoute(params: Location.Types.CalculateRouteRequest, callback?: (err: AWSError, data: Location.Types.CalculateRouteResponse) => void): Request<Location.Types.CalculateRouteResponse, AWSError>;
|
74
74
|
/**
|
75
|
-
* Calculates a route given the following required parameters: DeparturePosition and DestinationPosition. Requires that you first create a route calculator resource. By default, a request that doesn't specify a departure time uses the best time of day to travel with the best traffic conditions when calculating the route. Additional options include: Specifying a departure time using either DepartureTime or DepartNow. This calculates a route based on predictive traffic data at the given time. You can't specify both DepartureTime and DepartNow in a single request. Specifying both parameters returns a validation error. Specifying a travel mode using TravelMode sets the transportation mode used to calculate the routes. This also lets you specify additional route preferences in CarModeOptions if traveling by Car, or TruckModeOptions if traveling by Truck.
|
75
|
+
* Calculates a route given the following required parameters: DeparturePosition and DestinationPosition. Requires that you first create a route calculator resource. By default, a request that doesn't specify a departure time uses the best time of day to travel with the best traffic conditions when calculating the route. Additional options include: Specifying a departure time using either DepartureTime or DepartNow. This calculates a route based on predictive traffic data at the given time. You can't specify both DepartureTime and DepartNow in a single request. Specifying both parameters returns a validation error. Specifying a travel mode using TravelMode sets the transportation mode used to calculate the routes. This also lets you specify additional route preferences in CarModeOptions if traveling by Car, or TruckModeOptions if traveling by Truck. If you specify walking for the travel mode and your data provider is Esri, the start and destination must be within 40km.
|
76
76
|
*/
|
77
77
|
calculateRoute(callback?: (err: AWSError, data: Location.Types.CalculateRouteResponse) => void): Request<Location.Types.CalculateRouteResponse, AWSError>;
|
78
78
|
/**
|
@@ -600,7 +600,7 @@ declare namespace Location {
|
|
600
600
|
*/
|
601
601
|
GeofenceId: Id;
|
602
602
|
/**
|
603
|
-
* Contains the
|
603
|
+
* Contains the details of the position of the geofence. Can be either a polygon or a circle. Including both will return a validation error. Each geofence polygon can have a maximum of 1,000 vertices.
|
604
604
|
*/
|
605
605
|
Geometry: GeofenceGeometry;
|
606
606
|
}
|
@@ -788,7 +788,7 @@ declare namespace Location {
|
|
788
788
|
*/
|
789
789
|
IncludeLegGeometry?: Boolean;
|
790
790
|
/**
|
791
|
-
* 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. Default Value: Car
|
791
|
+
* Specifies the mode of transport when calculating a route. Used in estimating the speed of travel and road compatibility. You can choose Car, Truck, or Walking as options for the TravelMode. 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
|
792
792
|
*/
|
793
793
|
TravelMode?: TravelMode;
|
794
794
|
/**
|
@@ -853,6 +853,16 @@ declare namespace Location {
|
|
853
853
|
*/
|
854
854
|
Weight?: TruckWeight;
|
855
855
|
}
|
856
|
+
export interface Circle {
|
857
|
+
/**
|
858
|
+
* A single point geometry, specifying the center of the circle, using WGS 84 coordinates, in the form [longitude, latitude].
|
859
|
+
*/
|
860
|
+
Center: Position;
|
861
|
+
/**
|
862
|
+
* The radius of the circle in meters. Must be greater than zero and no larger than 100,000 (100 kilometers).
|
863
|
+
*/
|
864
|
+
Radius: Double;
|
865
|
+
}
|
856
866
|
export type CountryCode = string;
|
857
867
|
export type CountryCodeList = CountryCode[];
|
858
868
|
export interface CreateGeofenceCollectionRequest {
|
@@ -1383,7 +1393,11 @@ declare namespace Location {
|
|
1383
1393
|
export type Double = number;
|
1384
1394
|
export interface GeofenceGeometry {
|
1385
1395
|
/**
|
1386
|
-
*
|
1396
|
+
* A circle on the earth, as defined by a center point and a radius.
|
1397
|
+
*/
|
1398
|
+
Circle?: Circle;
|
1399
|
+
/**
|
1400
|
+
* An array of 1 or more linear rings. A linear ring is an array of 4 or more vertices, where the first and last vertex are the same to form a closed boundary. Each vertex is a 2-dimensional point of the form: [longitude, latitude]. The first linear ring is an outer ring, describing the polygon's boundary. Subsequent linear rings may be inner or outer rings to describe holes and islands. Outer rings must list their vertices in counter-clockwise order around the ring's center, where the left side is the polygon's exterior. Inner rings must list their vertices in clockwise order, where the left side is the polygon's interior. A geofence polygon can consist of between 4 and 1,000 vertices.
|
1387
1401
|
*/
|
1388
1402
|
Polygon?: LinearRings;
|
1389
1403
|
}
|
@@ -1480,7 +1494,7 @@ declare namespace Location {
|
|
1480
1494
|
*/
|
1481
1495
|
GeofenceId: Id;
|
1482
1496
|
/**
|
1483
|
-
* Contains the geofence geometry details describing a polygon.
|
1497
|
+
* Contains the geofence geometry details describing a polygon or a circle.
|
1484
1498
|
*/
|
1485
1499
|
Geometry: GeofenceGeometry;
|
1486
1500
|
/**
|
@@ -1494,7 +1508,7 @@ declare namespace Location {
|
|
1494
1508
|
}
|
1495
1509
|
export interface GetMapGlyphsRequest {
|
1496
1510
|
/**
|
1497
|
-
* A comma-separated list of fonts to load glyphs from in order of preference. For example, Noto Sans Regular, Arial Unicode. Valid fonts stacks for Esri styles: VectorEsriDarkGrayCanvas – Ubuntu Medium Italic | Ubuntu Medium | Ubuntu Italic | Ubuntu Regular | Ubuntu Bold VectorEsriLightGrayCanvas – Ubuntu Italic | Ubuntu Regular | Ubuntu Light | Ubuntu Bold VectorEsriTopographic – Noto Sans Italic | Noto Sans Regular | Noto Sans Bold | Noto Serif Regular | Roboto Condensed Light Italic VectorEsriStreets – Arial Regular | Arial Italic | Arial Bold VectorEsriNavigation – Arial Regular | Arial Italic | Arial Bold Valid font stacks for HERE Technologies styles:
|
1511
|
+
* A comma-separated list of fonts to load glyphs from in order of preference. For example, Noto Sans Regular, Arial Unicode. Valid fonts stacks for Esri styles: VectorEsriDarkGrayCanvas – Ubuntu Medium Italic | Ubuntu Medium | Ubuntu Italic | Ubuntu Regular | Ubuntu Bold VectorEsriLightGrayCanvas – Ubuntu Italic | Ubuntu Regular | Ubuntu Light | Ubuntu Bold VectorEsriTopographic – Noto Sans Italic | Noto Sans Regular | Noto Sans Bold | Noto Serif Regular | Roboto Condensed Light Italic VectorEsriStreets – Arial Regular | Arial Italic | Arial Bold VectorEsriNavigation – Arial Regular | Arial Italic | Arial Bold Valid font stacks for HERE Technologies styles: VectorHereContrast – Fira GO Regular | Fira GO Bold VectorHereExplore, VectorHereExploreTruck – Firo GO Italic | Fira GO Map | Fira GO Map Bold | Noto Sans CJK JP Bold | Noto Sans CJK JP Light | Noto Sans CJK JP Regular
|
1498
1512
|
*/
|
1499
1513
|
FontStack: String;
|
1500
1514
|
/**
|
@@ -1734,7 +1748,7 @@ declare namespace Location {
|
|
1734
1748
|
*/
|
1735
1749
|
GeofenceId: Id;
|
1736
1750
|
/**
|
1737
|
-
* Contains the geofence geometry details describing a polygon.
|
1751
|
+
* Contains the geofence geometry details describing a polygon or a circle.
|
1738
1752
|
*/
|
1739
1753
|
Geometry: GeofenceGeometry;
|
1740
1754
|
/**
|
@@ -2003,7 +2017,7 @@ declare namespace Location {
|
|
2003
2017
|
export type ListTrackersResponseEntryList = ListTrackersResponseEntry[];
|
2004
2018
|
export interface MapConfiguration {
|
2005
2019
|
/**
|
2006
|
-
* Specifies the map style selected from an available data provider. Valid Esri map styles: VectorEsriDarkGrayCanvas – The Esri Dark Gray Canvas map style. A vector basemap with a dark gray, neutral background with minimal colors, labels, and features that's designed to draw attention to your thematic content. RasterEsriImagery – The Esri Imagery map style. A raster basemap that provides one meter or better satellite and aerial imagery in many parts of the world and lower resolution satellite imagery worldwide. VectorEsriLightGrayCanvas – The Esri Light Gray Canvas map style, which provides a detailed vector basemap with a light gray, neutral background style with minimal colors, labels, and features that's designed to draw attention to your thematic content. VectorEsriTopographic – The Esri Light map style, which provides a detailed vector basemap with a classic Esri map style. VectorEsriStreets – The Esri World Streets map style, which provides a detailed vector basemap for the world symbolized with a classic Esri street map style. The vector tile layer is similar in content and style to the World Street Map raster map. VectorEsriNavigation – The Esri World Navigation map style, which provides a detailed basemap for the world symbolized with a custom navigation map style that's designed for use during the day in mobile devices. Valid HERE Technologies map styles:
|
2020
|
+
* Specifies the map style selected from an available data provider. Valid Esri map styles: VectorEsriDarkGrayCanvas – The Esri Dark Gray Canvas map style. A vector basemap with a dark gray, neutral background with minimal colors, labels, and features that's designed to draw attention to your thematic content. RasterEsriImagery – The Esri Imagery map style. A raster basemap that provides one meter or better satellite and aerial imagery in many parts of the world and lower resolution satellite imagery worldwide. VectorEsriLightGrayCanvas – The Esri Light Gray Canvas map style, which provides a detailed vector basemap with a light gray, neutral background style with minimal colors, labels, and features that's designed to draw attention to your thematic content. VectorEsriTopographic – The Esri Light map style, which provides a detailed vector basemap with a classic Esri map style. VectorEsriStreets – The Esri World Streets map style, which provides a detailed vector basemap for the world symbolized with a classic Esri street map style. The vector tile layer is similar in content and style to the World Street Map raster map. VectorEsriNavigation – The Esri World Navigation map style, which provides a detailed basemap for the world symbolized with a custom navigation map style that's designed for use during the day in mobile devices. Valid HERE Technologies map styles: VectorHereContrast – The HERE Contrast (Berlin) map style is a high contrast detailed base map of the world that blends 3D and 2D rendering. VectorHereExplore – A default HERE map style containing a neutral, global map and its features including roads, buildings, landmarks, and water features. It also now includes a fully designed map of Japan. VectorHereExploreTruck – A global map containing truck restrictions and attributes (e.g. width / height / HAZMAT) symbolized with highlighted segments and icons on top of HERE Explore to support use cases within transport and logistics. The VectorHereContrast style has been renamed from VectorHereBerlin. VectorHereBerlin has been deprecated, but will continue to work in applications that use it.
|
2007
2021
|
*/
|
2008
2022
|
Style: MapStyle;
|
2009
2023
|
}
|
@@ -2085,7 +2099,7 @@ declare namespace Location {
|
|
2085
2099
|
*/
|
2086
2100
|
GeofenceId: Id;
|
2087
2101
|
/**
|
2088
|
-
* Contains the
|
2102
|
+
* Contains the details to specify the position of the geofence. Can be either a polygon or a circle. Including both will return a validation error. Each geofence polygon can have a maximum of 1,000 vertices.
|
2089
2103
|
*/
|
2090
2104
|
Geometry: GeofenceGeometry;
|
2091
2105
|
}
|
@@ -2422,11 +2436,11 @@ declare namespace Location {
|
|
2422
2436
|
export type TravelMode = "Car"|"Truck"|"Walking"|string;
|
2423
2437
|
export interface TruckDimensions {
|
2424
2438
|
/**
|
2425
|
-
* The height of the truck. For example, 4.5.
|
2439
|
+
* The height of the truck. For example, 4.5. For routes calculated with a HERE resource, this value must be between 0 and 50 meters.
|
2426
2440
|
*/
|
2427
2441
|
Height?: TruckDimensionsHeightDouble;
|
2428
2442
|
/**
|
2429
|
-
* The length of the truck. For example, 15.5.
|
2443
|
+
* The length of the truck. For example, 15.5. For routes calculated with a HERE resource, this value must be between 0 and 300 meters.
|
2430
2444
|
*/
|
2431
2445
|
Length?: TruckDimensionsLengthDouble;
|
2432
2446
|
/**
|
@@ -2434,7 +2448,7 @@ declare namespace Location {
|
|
2434
2448
|
*/
|
2435
2449
|
Unit?: DimensionUnit;
|
2436
2450
|
/**
|
2437
|
-
* The width of the truck. For example, 4.5.
|
2451
|
+
* The width of the truck. For example, 4.5. For routes calculated with a HERE resource, this value must be between 0 and 50 meters.
|
2438
2452
|
*/
|
2439
2453
|
Width?: TruckDimensionsWidthDouble;
|
2440
2454
|
}
|
@@ -4997,6 +4997,18 @@ declare namespace Pinpoint {
|
|
4997
4997
|
* The channel-specific configurations for the journey.
|
4998
4998
|
*/
|
4999
4999
|
JourneyChannelSettings?: JourneyChannelSettings;
|
5000
|
+
/**
|
5001
|
+
* Indicates if journey have Advance Quiet Time (OpenHours and ClosedDays). This flag should be set to true in order to allow (OpenHours and ClosedDays)
|
5002
|
+
*/
|
5003
|
+
SendingSchedule?: __boolean;
|
5004
|
+
/**
|
5005
|
+
* The time when journey allow to send messages. QuietTime should be configured first and SendingSchedule should be set to true.
|
5006
|
+
*/
|
5007
|
+
OpenHours?: OpenHours;
|
5008
|
+
/**
|
5009
|
+
* The time when journey will stop sending messages. QuietTime should be configured first and SendingSchedule should be set to true.
|
5010
|
+
*/
|
5011
|
+
ClosedDays?: ClosedDays;
|
5000
5012
|
}
|
5001
5013
|
export interface JourneySMSMessage {
|
5002
5014
|
/**
|
@@ -7268,6 +7280,18 @@ declare namespace Pinpoint {
|
|
7268
7280
|
* The channel-specific configurations for the journey.
|
7269
7281
|
*/
|
7270
7282
|
JourneyChannelSettings?: JourneyChannelSettings;
|
7283
|
+
/**
|
7284
|
+
* Indicates if journey have Advance Quiet Time (OpenHours and ClosedDays). This flag should be set to true in order to allow (OpenHours and ClosedDays)
|
7285
|
+
*/
|
7286
|
+
SendingSchedule?: __boolean;
|
7287
|
+
/**
|
7288
|
+
* The time when journey allow to send messages. QuietTime should be configured first and SendingSchedule should be set to true.
|
7289
|
+
*/
|
7290
|
+
OpenHours?: OpenHours;
|
7291
|
+
/**
|
7292
|
+
* The time when journey will stop sending messages. QuietTime should be configured first and SendingSchedule should be set to true.
|
7293
|
+
*/
|
7294
|
+
ClosedDays?: ClosedDays;
|
7271
7295
|
}
|
7272
7296
|
export interface WriteSegmentRequest {
|
7273
7297
|
/**
|
@@ -7366,6 +7390,78 @@ declare namespace Pinpoint {
|
|
7366
7390
|
export type MapOf__string = {[key: string]: __string};
|
7367
7391
|
export type __string = string;
|
7368
7392
|
export type __timestampIso8601 = Date;
|
7393
|
+
export type DayOfWeek = "MONDAY"|"TUESDAY"|"WEDNESDAY"|"THURSDAY"|"FRIDAY"|"SATURDAY"|"SUNDAY"|string;
|
7394
|
+
export interface OpenHoursRule {
|
7395
|
+
/**
|
7396
|
+
* Local start time in ISO 8601 format.
|
7397
|
+
*/
|
7398
|
+
StartTime?: __string;
|
7399
|
+
/**
|
7400
|
+
* Local start time in ISO 8601 format.
|
7401
|
+
*/
|
7402
|
+
EndTime?: __string;
|
7403
|
+
}
|
7404
|
+
export type ListOfOpenHoursRules = OpenHoursRule[];
|
7405
|
+
export type MapOfListOfOpenHoursRules = {[key: string]: ListOfOpenHoursRules};
|
7406
|
+
export interface OpenHours {
|
7407
|
+
/**
|
7408
|
+
* Rules for Email Channel.
|
7409
|
+
*/
|
7410
|
+
EMAIL?: MapOfListOfOpenHoursRules;
|
7411
|
+
/**
|
7412
|
+
* Rules for SMS Channel.
|
7413
|
+
*/
|
7414
|
+
SMS?: MapOfListOfOpenHoursRules;
|
7415
|
+
/**
|
7416
|
+
* Rules for Push Channel.
|
7417
|
+
*/
|
7418
|
+
PUSH?: MapOfListOfOpenHoursRules;
|
7419
|
+
/**
|
7420
|
+
* Rules for Voice Channel.
|
7421
|
+
*/
|
7422
|
+
VOICE?: MapOfListOfOpenHoursRules;
|
7423
|
+
/**
|
7424
|
+
* Rules for Custom Channel.
|
7425
|
+
*/
|
7426
|
+
CUSTOM?: MapOfListOfOpenHoursRules;
|
7427
|
+
}
|
7428
|
+
export interface ClosedDaysRule {
|
7429
|
+
/**
|
7430
|
+
* Name of the rule.
|
7431
|
+
*/
|
7432
|
+
Name?: __string;
|
7433
|
+
/**
|
7434
|
+
* Start Datetime in ISO 8601 format.
|
7435
|
+
*/
|
7436
|
+
StartDateTime?: __string;
|
7437
|
+
/**
|
7438
|
+
* End Datetime in ISO 8601 format.
|
7439
|
+
*/
|
7440
|
+
EndDateTime?: __string;
|
7441
|
+
}
|
7442
|
+
export type ListOfClosedDaysRules = ClosedDaysRule[];
|
7443
|
+
export interface ClosedDays {
|
7444
|
+
/**
|
7445
|
+
* Rules for Email Channel.
|
7446
|
+
*/
|
7447
|
+
EMAIL?: ListOfClosedDaysRules;
|
7448
|
+
/**
|
7449
|
+
* Rules for SMS Channel.
|
7450
|
+
*/
|
7451
|
+
SMS?: ListOfClosedDaysRules;
|
7452
|
+
/**
|
7453
|
+
* Rules for Push Channel.
|
7454
|
+
*/
|
7455
|
+
PUSH?: ListOfClosedDaysRules;
|
7456
|
+
/**
|
7457
|
+
* Rules for Voice Channel.
|
7458
|
+
*/
|
7459
|
+
VOICE?: ListOfClosedDaysRules;
|
7460
|
+
/**
|
7461
|
+
* Rules for Custom Channel.
|
7462
|
+
*/
|
7463
|
+
CUSTOM?: ListOfClosedDaysRules;
|
7464
|
+
}
|
7369
7465
|
/**
|
7370
7466
|
* 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.
|
7371
7467
|
*/
|
@@ -84,11 +84,11 @@ declare class QuickSight extends Service {
|
|
84
84
|
*/
|
85
85
|
createFolderMembership(callback?: (err: AWSError, data: QuickSight.Types.CreateFolderMembershipResponse) => void): Request<QuickSight.Types.CreateFolderMembershipResponse, AWSError>;
|
86
86
|
/**
|
87
|
-
*
|
87
|
+
* Use the CreateGroup operation to create a group in Amazon QuickSight. You can create up to 10,000 groups in a namespace. If you want to create more than 10,000 groups in a namespace, contact AWS Support. The permissions resource is arn:aws:quicksight:<your-region>:<relevant-aws-account-id>:group/default/<group-name> . The response is a group object.
|
88
88
|
*/
|
89
89
|
createGroup(params: QuickSight.Types.CreateGroupRequest, callback?: (err: AWSError, data: QuickSight.Types.CreateGroupResponse) => void): Request<QuickSight.Types.CreateGroupResponse, AWSError>;
|
90
90
|
/**
|
91
|
-
*
|
91
|
+
* Use the CreateGroup operation to create a group in Amazon QuickSight. You can create up to 10,000 groups in a namespace. If you want to create more than 10,000 groups in a namespace, contact AWS Support. The permissions resource is arn:aws:quicksight:<your-region>:<relevant-aws-account-id>:group/default/<group-name> . The response is a group object.
|
92
92
|
*/
|
93
93
|
createGroup(callback?: (err: AWSError, data: QuickSight.Types.CreateGroupResponse) => void): Request<QuickSight.Types.CreateGroupResponse, AWSError>;
|
94
94
|
/**
|
@@ -524,11 +524,11 @@ declare class QuickSight extends Service {
|
|
524
524
|
*/
|
525
525
|
generateEmbedUrlForRegisteredUser(callback?: (err: AWSError, data: QuickSight.Types.GenerateEmbedUrlForRegisteredUserResponse) => void): Request<QuickSight.Types.GenerateEmbedUrlForRegisteredUserResponse, AWSError>;
|
526
526
|
/**
|
527
|
-
* Generates a temporary session URL and authorization code that you can use to embed an Amazon QuickSight read-only dashboard in your website or application. Before you use this command, make sure that you have configured the dashboards and permissions. Currently, you can use GetDashboardEmbedURL only from the server, not from the user's browser. The following rules apply to the generated URL: They must be used together. They can be used one time only. They are valid for 5 minutes after you run this command. The resulting user session is valid for 15 minutes (default) up to 10 hours (maximum). You can use the optional SessionLifetimeInMinutes parameter to
|
527
|
+
* Generates a temporary session URL and authorization code(bearer token) that you can use to embed an Amazon QuickSight read-only dashboard in your website or application. Before you use this command, make sure that you have configured the dashboards and permissions. Currently, you can use GetDashboardEmbedURL only from the server, not from the user's browser. The following rules apply to the generated URL: They must be used together. They can be used one time only. They are valid for 5 minutes after you run this command. You are charged only when the URL is used or there is interaction with Amazon QuickSight. The resulting user session is valid for 15 minutes (default) up to 10 hours (maximum). You can use the optional SessionLifetimeInMinutes parameter to customize session duration. For more information, see Embedding Analytics Using GetDashboardEmbedUrl in the Amazon QuickSight User Guide. For more information about the high-level steps for embedding and for an interactive demo of the ways you can customize embedding, visit the Amazon QuickSight Developer Portal.
|
528
528
|
*/
|
529
529
|
getDashboardEmbedUrl(params: QuickSight.Types.GetDashboardEmbedUrlRequest, callback?: (err: AWSError, data: QuickSight.Types.GetDashboardEmbedUrlResponse) => void): Request<QuickSight.Types.GetDashboardEmbedUrlResponse, AWSError>;
|
530
530
|
/**
|
531
|
-
* Generates a temporary session URL and authorization code that you can use to embed an Amazon QuickSight read-only dashboard in your website or application. Before you use this command, make sure that you have configured the dashboards and permissions. Currently, you can use GetDashboardEmbedURL only from the server, not from the user's browser. The following rules apply to the generated URL: They must be used together. They can be used one time only. They are valid for 5 minutes after you run this command. The resulting user session is valid for 15 minutes (default) up to 10 hours (maximum). You can use the optional SessionLifetimeInMinutes parameter to
|
531
|
+
* Generates a temporary session URL and authorization code(bearer token) that you can use to embed an Amazon QuickSight read-only dashboard in your website or application. Before you use this command, make sure that you have configured the dashboards and permissions. Currently, you can use GetDashboardEmbedURL only from the server, not from the user's browser. The following rules apply to the generated URL: They must be used together. They can be used one time only. They are valid for 5 minutes after you run this command. You are charged only when the URL is used or there is interaction with Amazon QuickSight. The resulting user session is valid for 15 minutes (default) up to 10 hours (maximum). You can use the optional SessionLifetimeInMinutes parameter to customize session duration. For more information, see Embedding Analytics Using GetDashboardEmbedUrl in the Amazon QuickSight User Guide. For more information about the high-level steps for embedding and for an interactive demo of the ways you can customize embedding, visit the Amazon QuickSight Developer Portal.
|
532
532
|
*/
|
533
533
|
getDashboardEmbedUrl(callback?: (err: AWSError, data: QuickSight.Types.GetDashboardEmbedUrlResponse) => void): Request<QuickSight.Types.GetDashboardEmbedUrlResponse, AWSError>;
|
534
534
|
/**
|
@@ -636,11 +636,11 @@ declare class QuickSight extends Service {
|
|
636
636
|
*/
|
637
637
|
listIngestions(callback?: (err: AWSError, data: QuickSight.Types.ListIngestionsResponse) => void): Request<QuickSight.Types.ListIngestionsResponse, AWSError>;
|
638
638
|
/**
|
639
|
-
* Lists the namespaces for the specified Amazon Web Services account.
|
639
|
+
* Lists the namespaces for the specified Amazon Web Services account. This operation doesn't list deleted namespaces.
|
640
640
|
*/
|
641
641
|
listNamespaces(params: QuickSight.Types.ListNamespacesRequest, callback?: (err: AWSError, data: QuickSight.Types.ListNamespacesResponse) => void): Request<QuickSight.Types.ListNamespacesResponse, AWSError>;
|
642
642
|
/**
|
643
|
-
* Lists the namespaces for the specified Amazon Web Services account.
|
643
|
+
* Lists the namespaces for the specified Amazon Web Services account. This operation doesn't list deleted namespaces.
|
644
644
|
*/
|
645
645
|
listNamespaces(callback?: (err: AWSError, data: QuickSight.Types.ListNamespacesResponse) => void): Request<QuickSight.Types.ListNamespacesResponse, AWSError>;
|
646
646
|
/**
|
@@ -4258,7 +4258,7 @@ declare namespace QuickSight {
|
|
4258
4258
|
*/
|
4259
4259
|
ExperienceConfiguration: AnonymousUserEmbeddingExperienceConfiguration;
|
4260
4260
|
/**
|
4261
|
-
* The domains that you want to add to the allow list for access to the generated URL that is then embedded. This optional parameter overrides the static domains that are configured in the Manage QuickSight menu in the Amazon QuickSight console
|
4261
|
+
* The domains that you want to add to the allow list for access to the generated URL that is then embedded. This optional parameter overrides the static domains that are configured in the Manage QuickSight menu in the Amazon QuickSight console. Instead, it allows only the domains that you include in this parameter. You can list up to three domains or subdomains in each API call. To include all subdomains under a specific domain to the allow list, use *. For example, https://*.sapp.amazon.com includes all subdomains under https://sapp.amazon.com.
|
4262
4262
|
*/
|
4263
4263
|
AllowedDomains?: StringList;
|
4264
4264
|
}
|
@@ -4294,7 +4294,7 @@ declare namespace QuickSight {
|
|
4294
4294
|
*/
|
4295
4295
|
ExperienceConfiguration: RegisteredUserEmbeddingExperienceConfiguration;
|
4296
4296
|
/**
|
4297
|
-
* The domains that you want to add to the allow list for access to the generated URL that is then embedded. This optional parameter overrides the static domains that are configured in the Manage QuickSight menu in the Amazon QuickSight console
|
4297
|
+
* The domains that you want to add to the allow list for access to the generated URL that is then embedded. This optional parameter overrides the static domains that are configured in the Manage QuickSight menu in the Amazon QuickSight console. Instead, it allows only the domains that you include in this parameter. You can list up to three domains or subdomains in each API call. To include all subdomains under a specific domain to the allow list, use *. For example, https://*.sapp.amazon.com includes all subdomains under https://sapp.amazon.com.
|
4298
4298
|
*/
|
4299
4299
|
AllowedDomains?: StringList;
|
4300
4300
|
}
|
@@ -5067,7 +5067,7 @@ declare namespace QuickSight {
|
|
5067
5067
|
*/
|
5068
5068
|
AwsAccountId: AwsAccountId;
|
5069
5069
|
/**
|
5070
|
-
* A pagination token that can be used in a subsequent request.
|
5070
|
+
* A unique pagination token that can be used in a subsequent request. You will receive a pagination token in the response body of a previous ListNameSpaces API call if there is more data that can be returned. To receive the data, make another ListNamespaces API call with the returned token to retrieve the next page of data. Each token is valid for 24 hours. If you try to make a ListNamespaces API call with an expired token, you will receive a HTTP 400 InvalidNextTokenException error.
|
5071
5071
|
*/
|
5072
5072
|
NextToken?: String;
|
5073
5073
|
/**
|
@@ -5081,7 +5081,7 @@ declare namespace QuickSight {
|
|
5081
5081
|
*/
|
5082
5082
|
Namespaces?: Namespaces;
|
5083
5083
|
/**
|
5084
|
-
* A pagination token that can be used in a subsequent request.
|
5084
|
+
* A unique pagination token that can be used in a subsequent request. Receiving NextToken in your response inticates that there is more data that can be returned. To receive the data, make another ListNamespaces API call with the returned token to retrieve the next page of data. Each token is valid for 24 hours. If you try to make a ListNamespaces API call with an expired token, you will receive a HTTP 400 InvalidNextTokenException error.
|
5085
5085
|
*/
|
5086
5086
|
NextToken?: String;
|
5087
5087
|
/**
|
@@ -3627,7 +3627,7 @@ declare namespace SageMaker {
|
|
3627
3627
|
*/
|
3628
3628
|
Tags?: TagList;
|
3629
3629
|
/**
|
3630
|
-
* The KernelGatewayImageConfig.
|
3630
|
+
* The KernelGatewayImageConfig. You can only specify one image kernel in the AppImageConfig API. This kernel will be shown to users before the image starts. Once the image runs, all kernels are visible in JupyterLab.
|
3631
3631
|
*/
|
3632
3632
|
KernelGatewayImageConfig?: KernelGatewayImageConfig;
|
3633
3633
|
}
|
@@ -10081,9 +10081,9 @@ declare namespace SageMaker {
|
|
10081
10081
|
*/
|
10082
10082
|
OutputDataConfig: OutputDataConfig;
|
10083
10083
|
/**
|
10084
|
-
* The resources, including the compute instances and storage volumes, to use for the training jobs that the tuning job launches. Storage volumes store model artifacts and incremental states. Training algorithms might also use storage volumes for scratch space. If you want SageMaker to use the storage volume to store the training data, choose File as the TrainingInputMode in the algorithm specification. For distributed training algorithms, specify an instance count greater than 1.
|
10084
|
+
* The resources, including the compute instances and storage volumes, to use for the training jobs that the tuning job launches. Storage volumes store model artifacts and incremental states. Training algorithms might also use storage volumes for scratch space. If you want SageMaker to use the storage volume to store the training data, choose File as the TrainingInputMode in the algorithm specification. For distributed training algorithms, specify an instance count greater than 1. If you want to use hyperparameter optimization with instance type flexibility, use HyperParameterTuningResourceConfig instead.
|
10085
10085
|
*/
|
10086
|
-
ResourceConfig
|
10086
|
+
ResourceConfig?: ResourceConfig;
|
10087
10087
|
/**
|
10088
10088
|
* Specifies a limit to how long a model hyperparameter training job can run. It also specifies how long a managed spot training job has to complete. When the job reaches the time limit, SageMaker ends the training job. Use this API to cap model training costs.
|
10089
10089
|
*/
|
@@ -10105,6 +10105,10 @@ declare namespace SageMaker {
|
|
10105
10105
|
* The number of times to retry the job when the job fails due to an InternalServerError.
|
10106
10106
|
*/
|
10107
10107
|
RetryStrategy?: RetryStrategy;
|
10108
|
+
/**
|
10109
|
+
* The configuration for the hyperparameter tuning resources, including the compute instances and storage volumes, used for training jobs launched by the tuning job. By default, storage volumes hold model artifacts and incremental states. Choose File for TrainingInputMode in the AlgorithmSpecificationparameter to additionally store training data in the storage volume (optional).
|
10110
|
+
*/
|
10111
|
+
HyperParameterTuningResourceConfig?: HyperParameterTuningResourceConfig;
|
10108
10112
|
}
|
10109
10113
|
export type HyperParameterTrainingJobDefinitionName = string;
|
10110
10114
|
export type HyperParameterTrainingJobDefinitions = HyperParameterTrainingJobDefinition[];
|
@@ -10159,6 +10163,22 @@ declare namespace SageMaker {
|
|
10159
10163
|
*/
|
10160
10164
|
ObjectiveStatus?: ObjectiveStatus;
|
10161
10165
|
}
|
10166
|
+
export type HyperParameterTuningAllocationStrategy = "Prioritized"|string;
|
10167
|
+
export interface HyperParameterTuningInstanceConfig {
|
10168
|
+
/**
|
10169
|
+
* The instance type used for processing of hyperparameter optimization jobs. Choose from general purpose (no GPUs) instance types: ml.m5.xlarge, ml.m5.2xlarge, and ml.m5.4xlarge or compute optimized (no GPUs) instance types: ml.c5.xlarge and ml.c5.2xlarge. For more information about instance types, see instance type descriptions.
|
10170
|
+
*/
|
10171
|
+
InstanceType: TrainingInstanceType;
|
10172
|
+
/**
|
10173
|
+
* 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 information.
|
10174
|
+
*/
|
10175
|
+
InstanceCount: TrainingInstanceCount;
|
10176
|
+
/**
|
10177
|
+
* The volume size in GB of the data to be processed for hyperparameter optimization (optional).
|
10178
|
+
*/
|
10179
|
+
VolumeSizeInGB: VolumeSizeInGB;
|
10180
|
+
}
|
10181
|
+
export type HyperParameterTuningInstanceConfigs = HyperParameterTuningInstanceConfig[];
|
10162
10182
|
export type HyperParameterTuningJobArn = string;
|
10163
10183
|
export interface HyperParameterTuningJobConfig {
|
10164
10184
|
/**
|
@@ -10256,6 +10276,32 @@ declare namespace SageMaker {
|
|
10256
10276
|
WarmStartType: HyperParameterTuningJobWarmStartType;
|
10257
10277
|
}
|
10258
10278
|
export type HyperParameterTuningJobWarmStartType = "IdenticalDataAndAlgorithm"|"TransferLearning"|string;
|
10279
|
+
export interface HyperParameterTuningResourceConfig {
|
10280
|
+
/**
|
10281
|
+
* The instance type used to run hyperparameter optimization tuning jobs. See descriptions of instance types for more information.
|
10282
|
+
*/
|
10283
|
+
InstanceType?: TrainingInstanceType;
|
10284
|
+
/**
|
10285
|
+
* The number of compute instances of type InstanceType to use. For distributed training, select a value greater than 1.
|
10286
|
+
*/
|
10287
|
+
InstanceCount?: TrainingInstanceCount;
|
10288
|
+
/**
|
10289
|
+
* The volume size in GB for the storage volume to be used in processing hyperparameter optimization jobs (optional). These volumes store model artifacts, incremental states and optionally, scratch space for training algorithms. Do not provide a value for this parameter if a value for InstanceConfigs is also specified. Some instance types have a fixed total local storage size. If you select one of these instances for training, VolumeSizeInGB cannot be greater than this total size. For a list of instance types with local instance storage and their sizes, see instance store volumes. SageMaker supports only the General Purpose SSD (gp2) storage volume type.
|
10290
|
+
*/
|
10291
|
+
VolumeSizeInGB?: OptionalVolumeSizeInGB;
|
10292
|
+
/**
|
10293
|
+
* A key used by AWS Key Management Service to encrypt data on the storage volume attached to the compute instances used to run the training job. You can use either of the following formats to specify a key. KMS Key ID: "1234abcd-12ab-34cd-56ef-1234567890ab" Amazon Resource Name (ARN) of a AWS KMS key: "arn:aws:kms:us-west-2:111122223333:key/1234abcd-12ab-34cd-56ef-1234567890ab" Some instances use local storage, which use a hardware module to encrypt storage volumes. If you choose one of these instance types, you cannot request a VolumeKmsKeyId. For a list of instance types that use local storage, see instance store volumes. For more information about AWS Key Management Service, see AWS KMS encryption for more information.
|
10294
|
+
*/
|
10295
|
+
VolumeKmsKeyId?: KmsKeyId;
|
10296
|
+
/**
|
10297
|
+
* The strategy that determines the order of preference for resources specified in InstanceConfigs used in hyperparameter optimization.
|
10298
|
+
*/
|
10299
|
+
AllocationStrategy?: HyperParameterTuningAllocationStrategy;
|
10300
|
+
/**
|
10301
|
+
* A list containing the configuration(s) for one or more resources for processing hyperparameter jobs. These resources include compute instances and storage volumes to use in model training jobs launched by hyperparameter tuning jobs. The AllocationStrategy controls the order in which multiple configurations provided in InstanceConfigs are used. If you only want to use a single InstanceConfig inside the HyperParameterTuningResourceConfig API, do not provide a value for InstanceConfigs. Instead, use InstanceType, VolumeSizeInGB and InstanceCount. If you use InstanceConfigs, do not provide values for InstanceType, VolumeSizeInGB or InstanceCount.
|
10302
|
+
*/
|
10303
|
+
InstanceConfigs?: HyperParameterTuningInstanceConfigs;
|
10304
|
+
}
|
10259
10305
|
export type HyperParameterValue = string;
|
10260
10306
|
export type HyperParameters = {[key: string]: HyperParameterValue};
|
10261
10307
|
export type IdempotencyToken = string;
|
@@ -17920,7 +17966,7 @@ declare namespace SageMaker {
|
|
17920
17966
|
*/
|
17921
17967
|
FeatureGroupName: FeatureGroupName;
|
17922
17968
|
/**
|
17923
|
-
*
|
17969
|
+
* Updates the feature group. Updating a feature group is an asynchronous operation. When you get an HTTP 200 response, you've made a valid request. It takes some time after you've made a valid request for Feature Store to update the feature group.
|
17924
17970
|
*/
|
17925
17971
|
FeatureAdditions?: FeatureAdditions;
|
17926
17972
|
}
|
@@ -18178,7 +18224,7 @@ declare namespace SageMaker {
|
|
18178
18224
|
*/
|
18179
18225
|
ServiceCatalogProvisioningUpdateDetails?: ServiceCatalogProvisioningUpdateDetails;
|
18180
18226
|
/**
|
18181
|
-
* An array of key-value pairs. You can use tags to categorize your Amazon Web Services resources in different ways, for example, by purpose, owner, or environment. For more information, see Tagging Amazon Web Services Resources.
|
18227
|
+
* An array of key-value pairs. You can use tags to categorize your Amazon Web Services resources in different ways, for example, by purpose, owner, or environment. For more information, see Tagging Amazon Web Services Resources. In addition, the project must have tag update constraints set in order to include this parameter in the request. For more information, see Amazon Web Services Service Catalog Tag Update Constraints.
|
18182
18228
|
*/
|
18183
18229
|
Tags?: TagList;
|
18184
18230
|
}
|
@@ -20,27 +20,27 @@ declare class SSO extends Service {
|
|
20
20
|
*/
|
21
21
|
getRoleCredentials(callback?: (err: AWSError, data: SSO.Types.GetRoleCredentialsResponse) => void): Request<SSO.Types.GetRoleCredentialsResponse, AWSError>;
|
22
22
|
/**
|
23
|
-
* Lists all roles that are assigned to the user for a given
|
23
|
+
* Lists all roles that are assigned to the user for a given Amazon Web Services account.
|
24
24
|
*/
|
25
25
|
listAccountRoles(params: SSO.Types.ListAccountRolesRequest, callback?: (err: AWSError, data: SSO.Types.ListAccountRolesResponse) => void): Request<SSO.Types.ListAccountRolesResponse, AWSError>;
|
26
26
|
/**
|
27
|
-
* Lists all roles that are assigned to the user for a given
|
27
|
+
* Lists all roles that are assigned to the user for a given Amazon Web Services account.
|
28
28
|
*/
|
29
29
|
listAccountRoles(callback?: (err: AWSError, data: SSO.Types.ListAccountRolesResponse) => void): Request<SSO.Types.ListAccountRolesResponse, AWSError>;
|
30
30
|
/**
|
31
|
-
* Lists all
|
31
|
+
* Lists all Amazon Web Services accounts assigned to the user. These Amazon Web Services accounts are assigned by the administrator of the account. For more information, see Assign User Access in the Amazon Web Services SSO User Guide. This operation returns a paginated response.
|
32
32
|
*/
|
33
33
|
listAccounts(params: SSO.Types.ListAccountsRequest, callback?: (err: AWSError, data: SSO.Types.ListAccountsResponse) => void): Request<SSO.Types.ListAccountsResponse, AWSError>;
|
34
34
|
/**
|
35
|
-
* Lists all
|
35
|
+
* Lists all Amazon Web Services accounts assigned to the user. These Amazon Web Services accounts are assigned by the administrator of the account. For more information, see Assign User Access in the Amazon Web Services SSO User Guide. This operation returns a paginated response.
|
36
36
|
*/
|
37
37
|
listAccounts(callback?: (err: AWSError, data: SSO.Types.ListAccountsResponse) => void): Request<SSO.Types.ListAccountsResponse, AWSError>;
|
38
38
|
/**
|
39
|
-
* Removes the client- and server-side session
|
39
|
+
* Removes the locally stored SSO tokens from the client-side cache and sends an API call to the Amazon Web Services SSO service to invalidate the corresponding server-side Amazon Web Services SSO sign in session. If a user uses Amazon Web Services SSO to access the AWS CLI, the user’s Amazon Web Services SSO sign in session is used to obtain an IAM session, as specified in the corresponding Amazon Web Services SSO permission set. More specifically, Amazon Web Services SSO assumes an IAM role in the target account on behalf of the user, and the corresponding temporary Amazon Web Services credentials are returned to the client. After user logout, any existing IAM role sessions that were created by using Amazon Web Services SSO permission sets continue based on the duration configured in the permission set. For more information, see User authentications in the Amazon Web Services SSO User Guide.
|
40
40
|
*/
|
41
41
|
logout(params: SSO.Types.LogoutRequest, callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
|
42
42
|
/**
|
43
|
-
* Removes the client- and server-side session
|
43
|
+
* Removes the locally stored SSO tokens from the client-side cache and sends an API call to the Amazon Web Services SSO service to invalidate the corresponding server-side Amazon Web Services SSO sign in session. If a user uses Amazon Web Services SSO to access the AWS CLI, the user’s Amazon Web Services SSO sign in session is used to obtain an IAM session, as specified in the corresponding Amazon Web Services SSO permission set. More specifically, Amazon Web Services SSO assumes an IAM role in the target account on behalf of the user, and the corresponding temporary Amazon Web Services credentials are returned to the client. After user logout, any existing IAM role sessions that were created by using Amazon Web Services SSO permission sets continue based on the duration configured in the permission set. For more information, see User authentications in the Amazon Web Services SSO User Guide.
|
44
44
|
*/
|
45
45
|
logout(callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
|
46
46
|
}
|
@@ -50,15 +50,15 @@ declare namespace SSO {
|
|
50
50
|
export type AccountIdType = string;
|
51
51
|
export interface AccountInfo {
|
52
52
|
/**
|
53
|
-
* The identifier of the
|
53
|
+
* The identifier of the Amazon Web Services account that is assigned to the user.
|
54
54
|
*/
|
55
55
|
accountId?: AccountIdType;
|
56
56
|
/**
|
57
|
-
* The display name of the
|
57
|
+
* The display name of the Amazon Web Services account that is assigned to the user.
|
58
58
|
*/
|
59
59
|
accountName?: AccountNameType;
|
60
60
|
/**
|
61
|
-
* The email address of the
|
61
|
+
* The email address of the Amazon Web Services account that is assigned to the user.
|
62
62
|
*/
|
63
63
|
emailAddress?: EmailAddressType;
|
64
64
|
}
|
@@ -72,11 +72,11 @@ declare namespace SSO {
|
|
72
72
|
*/
|
73
73
|
roleName: RoleNameType;
|
74
74
|
/**
|
75
|
-
* The identifier for the
|
75
|
+
* The identifier for the Amazon Web Services account that is assigned to the user.
|
76
76
|
*/
|
77
77
|
accountId: AccountIdType;
|
78
78
|
/**
|
79
|
-
* The token issued by the CreateToken API call. For more information, see CreateToken in the
|
79
|
+
* The token issued by the CreateToken API call. For more information, see CreateToken in the Amazon Web Services SSO OIDC API Reference Guide.
|
80
80
|
*/
|
81
81
|
accessToken: AccessTokenType;
|
82
82
|
}
|
@@ -96,11 +96,11 @@ declare namespace SSO {
|
|
96
96
|
*/
|
97
97
|
maxResults?: MaxResultType;
|
98
98
|
/**
|
99
|
-
* The token issued by the CreateToken API call. For more information, see CreateToken in the
|
99
|
+
* The token issued by the CreateToken API call. For more information, see CreateToken in the Amazon Web Services SSO OIDC API Reference Guide.
|
100
100
|
*/
|
101
101
|
accessToken: AccessTokenType;
|
102
102
|
/**
|
103
|
-
* The identifier for the
|
103
|
+
* The identifier for the Amazon Web Services account that is assigned to the user.
|
104
104
|
*/
|
105
105
|
accountId: AccountIdType;
|
106
106
|
}
|
@@ -124,7 +124,7 @@ declare namespace SSO {
|
|
124
124
|
*/
|
125
125
|
maxResults?: MaxResultType;
|
126
126
|
/**
|
127
|
-
* The token issued by the CreateToken API call. For more information, see CreateToken in the
|
127
|
+
* The token issued by the CreateToken API call. For more information, see CreateToken in the Amazon Web Services SSO OIDC API Reference Guide.
|
128
128
|
*/
|
129
129
|
accessToken: AccessTokenType;
|
130
130
|
}
|
@@ -140,7 +140,7 @@ declare namespace SSO {
|
|
140
140
|
}
|
141
141
|
export interface LogoutRequest {
|
142
142
|
/**
|
143
|
-
* The token issued by the CreateToken API call. For more information, see CreateToken in the
|
143
|
+
* The token issued by the CreateToken API call. For more information, see CreateToken in the Amazon Web Services SSO OIDC API Reference Guide.
|
144
144
|
*/
|
145
145
|
accessToken: AccessTokenType;
|
146
146
|
}
|
@@ -148,15 +148,15 @@ declare namespace SSO {
|
|
148
148
|
export type NextTokenType = string;
|
149
149
|
export interface RoleCredentials {
|
150
150
|
/**
|
151
|
-
* The identifier used for the temporary security credentials. For more information, see Using Temporary Security Credentials to Request Access to
|
151
|
+
* The identifier used for the temporary security credentials. For more information, see Using Temporary Security Credentials to Request Access to Amazon Web Services Resources in the Amazon Web Services IAM User Guide.
|
152
152
|
*/
|
153
153
|
accessKeyId?: AccessKeyType;
|
154
154
|
/**
|
155
|
-
* The key that is used to sign the request. For more information, see Using Temporary Security Credentials to Request Access to
|
155
|
+
* The key that is used to sign the request. For more information, see Using Temporary Security Credentials to Request Access to Amazon Web Services Resources in the Amazon Web Services IAM User Guide.
|
156
156
|
*/
|
157
157
|
secretAccessKey?: SecretAccessKeyType;
|
158
158
|
/**
|
159
|
-
* The token used for temporary credentials. For more information, see Using Temporary Security Credentials to Request Access to
|
159
|
+
* The token used for temporary credentials. For more information, see Using Temporary Security Credentials to Request Access to Amazon Web Services Resources in the Amazon Web Services IAM User Guide.
|
160
160
|
*/
|
161
161
|
sessionToken?: SessionTokenType;
|
162
162
|
/**
|
@@ -170,7 +170,7 @@ declare namespace SSO {
|
|
170
170
|
*/
|
171
171
|
roleName?: RoleNameType;
|
172
172
|
/**
|
173
|
-
* The identifier of the
|
173
|
+
* The identifier of the Amazon Web Services account assigned to the user.
|
174
174
|
*/
|
175
175
|
accountId?: AccountIdType;
|
176
176
|
}
|