aws-sdk 2.1386.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 +21 -1
- package/README.md +1 -1
- package/apis/chime-sdk-voice-2022-08-03.min.json +2 -1
- package/apis/config-2014-11-12.min.json +129 -112
- package/apis/frauddetector-2019-11-15.min.json +29 -12
- package/apis/glue-2017-03-31.min.json +510 -509
- package/apis/healthlake-2017-07-01.min.json +43 -17
- package/apis/iotfleetwise-2021-06-17.min.json +86 -43
- package/apis/location-2020-11-19.min.json +23 -16
- package/apis/m2-2021-04-28.min.json +90 -40
- package/apis/personalize-2018-05-22.min.json +32 -13
- package/apis/rds-2014-10-31.min.json +4 -2
- package/apis/securityhub-2018-10-26.examples.json +140 -3
- package/apis/securityhub-2018-10-26.min.json +465 -158
- package/apis/securitylake-2018-05-10.min.json +457 -447
- package/apis/securitylake-2018-05-10.paginators.json +7 -7
- package/apis/wafv2-2019-07-29.min.json +168 -159
- package/apis/workspaces-web-2020-07-08.min.json +360 -71
- package/apis/workspaces-web-2020-07-08.paginators.json +5 -0
- package/clients/chimesdkvoice.d.ts +5 -0
- package/clients/configservice.d.ts +34 -13
- package/clients/frauddetector.d.ts +18 -4
- package/clients/glue.d.ts +29 -24
- package/clients/groundstation.d.ts +2 -2
- package/clients/healthlake.d.ts +40 -10
- package/clients/iotfleetwise.d.ts +98 -13
- package/clients/location.d.ts +24 -8
- package/clients/m2.d.ts +81 -2
- package/clients/memorydb.d.ts +2 -2
- package/clients/personalize.d.ts +34 -17
- package/clients/polly.d.ts +2 -2
- package/clients/rds.d.ts +10 -2
- package/clients/securityhub.d.ts +539 -1
- package/clients/securitylake.d.ts +560 -541
- package/clients/servicecatalog.d.ts +8 -8
- package/clients/wafv2.d.ts +16 -6
- package/clients/workspacesweb.d.ts +254 -0
- package/dist/aws-sdk-core-react-native.js +1 -1
- package/dist/aws-sdk-react-native.js +17 -17
- package/dist/aws-sdk.js +191 -146
- package/dist/aws-sdk.min.js +63 -63
- package/lib/core.js +1 -1
- package/package.json +1 -1
@@ -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
|
}
|
package/clients/wafv2.d.ts
CHANGED
@@ -514,7 +514,7 @@ declare namespace WAFV2 {
|
|
514
514
|
}
|
515
515
|
export interface Body {
|
516
516
|
/**
|
517
|
-
* What WAF should do if the body is larger than WAF can inspect. WAF does not support inspecting the entire contents of the web request body if the body exceeds the limit for the resource type. If the body is larger than the limit, the underlying host service only forwards the contents that are below the limit to WAF for inspection. The default limit is 8 KB (8,192 kilobytes) for regional resources and 16 KB (16,384 kilobytes) for CloudFront distributions. For CloudFront distributions, you can increase the limit in the web ACL AssociationConfig, for additional processing fees. The options for oversize handling are the following: CONTINUE - Inspect the body normally, according to the rule inspection criteria. MATCH - Treat the web request as matching the rule statement. WAF applies the rule action to the request. NO_MATCH - Treat the web request as not matching the rule statement. You can combine the MATCH or NO_MATCH settings for oversize handling with your rule and web ACL action settings, so that you block any request whose body is over the limit. Default: CONTINUE
|
517
|
+
* What WAF should do if the body is larger than WAF can inspect. WAF does not support inspecting the entire contents of the web request body if the body exceeds the limit for the resource type. If the body is larger than the limit, the underlying host service only forwards the contents that are below the limit to WAF for inspection. The default limit is 8 KB (8,192 kilobytes) for regional resources and 16 KB (16,384 kilobytes) for CloudFront distributions. For CloudFront distributions, you can increase the limit in the web ACL AssociationConfig, for additional processing fees. The options for oversize handling are the following: CONTINUE - Inspect the available body contents normally, according to the rule inspection criteria. MATCH - Treat the web request as matching the rule statement. WAF applies the rule action to the request. NO_MATCH - Treat the web request as not matching the rule statement. You can combine the MATCH or NO_MATCH settings for oversize handling with your rule and web ACL action settings, so that you block any request whose body is over the limit. Default: CONTINUE
|
518
518
|
*/
|
519
519
|
OversizeHandling?: OversizeHandling;
|
520
520
|
}
|
@@ -522,7 +522,7 @@ declare namespace WAFV2 {
|
|
522
522
|
export type Boolean = boolean;
|
523
523
|
export interface ByteMatchStatement {
|
524
524
|
/**
|
525
|
-
* A string value that you want WAF to search for. WAF searches only in the part of web requests that you designate for inspection in FieldToMatch. The maximum length of the value is 200 bytes. Valid values depend on the component that you specify for inspection in FieldToMatch: Method: The HTTP method that you want WAF to search for. This indicates the type of operation specified in the request. UriPath: The value that you want WAF to search for in the URI path, for example, /images/daily-ad.jpg. If SearchString includes alphabetic characters A-Z and a-z, note that the value is case sensitive. If you're using the WAF API Specify a base64-encoded version of the value. The maximum length of the value before you base64-encode it is 200 bytes. For example, suppose the value of Type is HEADER and the value of Data is User-Agent. If you want to search the User-Agent header for the value BadBot, you base64-encode BadBot using MIME base64-encoding and include the resulting value, QmFkQm90, in the value of SearchString. If you're using the CLI or one of the Amazon Web Services SDKs The value that you want WAF to search for. The SDK automatically base64 encodes the value.
|
525
|
+
* A string value that you want WAF to search for. WAF searches only in the part of web requests that you designate for inspection in FieldToMatch. The maximum length of the value is 200 bytes. Valid values depend on the component that you specify for inspection in FieldToMatch: Method: The HTTP method that you want WAF to search for. This indicates the type of operation specified in the request. UriPath: The value that you want WAF to search for in the URI path, for example, /images/daily-ad.jpg. HeaderOrder: The comma-separated list of header names to match for. WAF creates a string that contains the ordered list of header names, from the headers in the web request, and then matches against that string. If SearchString includes alphabetic characters A-Z and a-z, note that the value is case sensitive. If you're using the WAF API Specify a base64-encoded version of the value. The maximum length of the value before you base64-encode it is 200 bytes. For example, suppose the value of Type is HEADER and the value of Data is User-Agent. If you want to search the User-Agent header for the value BadBot, you base64-encode BadBot using MIME base64-encoding and include the resulting value, QmFkQm90, in the value of SearchString. If you're using the CLI or one of the Amazon Web Services SDKs The value that you want WAF to search for. The SDK automatically base64 encodes the value.
|
526
526
|
*/
|
527
527
|
SearchString: SearchString;
|
528
528
|
/**
|
@@ -645,7 +645,7 @@ declare namespace WAFV2 {
|
|
645
645
|
*/
|
646
646
|
MatchScope: MapMatchScope;
|
647
647
|
/**
|
648
|
-
* What WAF should do if the cookies of the request are larger than WAF can inspect. WAF does not support inspecting the entire contents of request cookies when they exceed 8 KB (8192 bytes) or 200 total cookies. The underlying host service forwards a maximum of 200 cookies and at most 8 KB of cookie contents to WAF. The options for oversize handling are the following: CONTINUE - Inspect the cookies normally, according to the rule inspection criteria. MATCH - Treat the web request as matching the rule statement. WAF applies the rule action to the request. NO_MATCH - Treat the web request as not matching the rule statement.
|
648
|
+
* What WAF should do if the cookies of the request are more numerous or larger than WAF can inspect. WAF does not support inspecting the entire contents of request cookies when they exceed 8 KB (8192 bytes) or 200 total cookies. The underlying host service forwards a maximum of 200 cookies and at most 8 KB of cookie contents to WAF. The options for oversize handling are the following: CONTINUE - Inspect the available cookies normally, according to the rule inspection criteria. MATCH - Treat the web request as matching the rule statement. WAF applies the rule action to the request. NO_MATCH - Treat the web request as not matching the rule statement.
|
649
649
|
*/
|
650
650
|
OversizeHandling: OversizeHandling;
|
651
651
|
}
|
@@ -1109,6 +1109,10 @@ declare namespace WAFV2 {
|
|
1109
1109
|
* Inspect the request cookies. You must configure scope and pattern matching filters in the Cookies object, to define the set of cookies and the parts of the cookies that WAF inspects. Only the first 8 KB (8192 bytes) of a request's cookies and only the first 200 cookies are forwarded to WAF for inspection by the underlying host service. You must configure how to handle any oversize cookie content in the Cookies object. WAF applies the pattern matching filters to the cookies that it receives from the underlying host service.
|
1110
1110
|
*/
|
1111
1111
|
Cookies?: Cookies;
|
1112
|
+
/**
|
1113
|
+
* Inspect a string containing the list of the request's header names, ordered as they appear in the web request that WAF receives for inspection. WAF generates the string and then uses that as the field to match component in its inspection. WAF separates the header names in the string using commas and no added spaces. Matches against the header order string are case insensitive.
|
1114
|
+
*/
|
1115
|
+
HeaderOrder?: HeaderOrder;
|
1112
1116
|
}
|
1113
1117
|
export type FieldToMatchData = string;
|
1114
1118
|
export interface Filter {
|
@@ -1522,6 +1526,12 @@ declare namespace WAFV2 {
|
|
1522
1526
|
}
|
1523
1527
|
export type HeaderName = string;
|
1524
1528
|
export type HeaderNames = FieldToMatchData[];
|
1529
|
+
export interface HeaderOrder {
|
1530
|
+
/**
|
1531
|
+
* What WAF should do if the headers of the request are more numerous or larger than WAF can inspect. WAF does not support inspecting the entire contents of request headers when they exceed 8 KB (8192 bytes) or 200 total headers. The underlying host service forwards a maximum of 200 headers and at most 8 KB of header contents to WAF. The options for oversize handling are the following: CONTINUE - Inspect the available headers normally, according to the rule inspection criteria. MATCH - Treat the web request as matching the rule statement. WAF applies the rule action to the request. NO_MATCH - Treat the web request as not matching the rule statement.
|
1532
|
+
*/
|
1533
|
+
OversizeHandling: OversizeHandling;
|
1534
|
+
}
|
1525
1535
|
export type HeaderValue = string;
|
1526
1536
|
export interface Headers {
|
1527
1537
|
/**
|
@@ -1533,7 +1543,7 @@ declare namespace WAFV2 {
|
|
1533
1543
|
*/
|
1534
1544
|
MatchScope: MapMatchScope;
|
1535
1545
|
/**
|
1536
|
-
* What WAF should do if the headers of the request are larger than WAF can inspect. WAF does not support inspecting the entire contents of request headers when they exceed 8 KB (8192 bytes) or 200 total headers. The underlying host service forwards a maximum of 200 headers and at most 8 KB of header contents to WAF. The options for oversize handling are the following: CONTINUE - Inspect the headers normally, according to the rule inspection criteria. MATCH - Treat the web request as matching the rule statement. WAF applies the rule action to the request. NO_MATCH - Treat the web request as not matching the rule statement.
|
1546
|
+
* What WAF should do if the headers of the request are more numerous or larger than WAF can inspect. WAF does not support inspecting the entire contents of request headers when they exceed 8 KB (8192 bytes) or 200 total headers. The underlying host service forwards a maximum of 200 headers and at most 8 KB of header contents to WAF. The options for oversize handling are the following: CONTINUE - Inspect the available headers normally, according to the rule inspection criteria. MATCH - Treat the web request as matching the rule statement. WAF applies the rule action to the request. NO_MATCH - Treat the web request as not matching the rule statement.
|
1537
1547
|
*/
|
1538
1548
|
OversizeHandling: OversizeHandling;
|
1539
1549
|
}
|
@@ -1635,7 +1645,7 @@ declare namespace WAFV2 {
|
|
1635
1645
|
*/
|
1636
1646
|
InvalidFallbackBehavior?: BodyParsingFallbackBehavior;
|
1637
1647
|
/**
|
1638
|
-
* What WAF should do if the body is larger than WAF can inspect. WAF does not support inspecting the entire contents of the web request body if the body exceeds the limit for the resource type. If the body is larger than the limit, the underlying host service only forwards the contents that are below the limit to WAF for inspection. The default limit is 8 KB (8,192 kilobytes) for regional resources and 16 KB (16,384 kilobytes) for CloudFront distributions. For CloudFront distributions, you can increase the limit in the web ACL AssociationConfig, for additional processing fees. The options for oversize handling are the following: CONTINUE - Inspect the body normally, according to the rule inspection criteria. MATCH - Treat the web request as matching the rule statement. WAF applies the rule action to the request. NO_MATCH - Treat the web request as not matching the rule statement. You can combine the MATCH or NO_MATCH settings for oversize handling with your rule and web ACL action settings, so that you block any request whose body is over the limit. Default: CONTINUE
|
1648
|
+
* What WAF should do if the body is larger than WAF can inspect. WAF does not support inspecting the entire contents of the web request body if the body exceeds the limit for the resource type. If the body is larger than the limit, the underlying host service only forwards the contents that are below the limit to WAF for inspection. The default limit is 8 KB (8,192 kilobytes) for regional resources and 16 KB (16,384 kilobytes) for CloudFront distributions. For CloudFront distributions, you can increase the limit in the web ACL AssociationConfig, for additional processing fees. The options for oversize handling are the following: CONTINUE - Inspect the available body contents normally, according to the rule inspection criteria. MATCH - Treat the web request as matching the rule statement. WAF applies the rule action to the request. NO_MATCH - Treat the web request as not matching the rule statement. You can combine the MATCH or NO_MATCH settings for oversize handling with your rule and web ACL action settings, so that you block any request whose body is over the limit. Default: CONTINUE
|
1639
1649
|
*/
|
1640
1650
|
OversizeHandling?: OversizeHandling;
|
1641
1651
|
}
|
@@ -3263,7 +3273,7 @@ declare namespace WAFV2 {
|
|
3263
3273
|
*/
|
3264
3274
|
SampledRequestsEnabled: Boolean;
|
3265
3275
|
/**
|
3266
|
-
* A boolean indicating whether the associated resource sends metrics to Amazon CloudWatch. For the list of available metrics, see WAF Metrics in the WAF Developer Guide.
|
3276
|
+
* A boolean indicating whether the associated resource sends metrics to Amazon CloudWatch. For the list of available metrics, see WAF Metrics in the WAF Developer Guide. For web ACLs, the metrics are for web requests that have the web ACL default action applied. WAF applies the default action to web requests that pass the inspection of all rules in the web ACL without being either allowed or blocked. For more information, see The web ACL default action in the WAF Developer Guide.
|
3267
3277
|
*/
|
3268
3278
|
CloudWatchMetricsEnabled: Boolean;
|
3269
3279
|
/**
|
@@ -19,6 +19,14 @@ declare class WorkSpacesWeb extends Service {
|
|
19
19
|
* Associates a browser settings resource with a web portal.
|
20
20
|
*/
|
21
21
|
associateBrowserSettings(callback?: (err: AWSError, data: WorkSpacesWeb.Types.AssociateBrowserSettingsResponse) => void): Request<WorkSpacesWeb.Types.AssociateBrowserSettingsResponse, AWSError>;
|
22
|
+
/**
|
23
|
+
* Associates an IP access settings resource with a web portal.
|
24
|
+
*/
|
25
|
+
associateIpAccessSettings(params: WorkSpacesWeb.Types.AssociateIpAccessSettingsRequest, callback?: (err: AWSError, data: WorkSpacesWeb.Types.AssociateIpAccessSettingsResponse) => void): Request<WorkSpacesWeb.Types.AssociateIpAccessSettingsResponse, AWSError>;
|
26
|
+
/**
|
27
|
+
* Associates an IP access settings resource with a web portal.
|
28
|
+
*/
|
29
|
+
associateIpAccessSettings(callback?: (err: AWSError, data: WorkSpacesWeb.Types.AssociateIpAccessSettingsResponse) => void): Request<WorkSpacesWeb.Types.AssociateIpAccessSettingsResponse, AWSError>;
|
22
30
|
/**
|
23
31
|
* Associates a network settings resource with a web portal.
|
24
32
|
*/
|
@@ -67,6 +75,14 @@ declare class WorkSpacesWeb extends Service {
|
|
67
75
|
* Creates an identity provider resource that is then associated with a web portal.
|
68
76
|
*/
|
69
77
|
createIdentityProvider(callback?: (err: AWSError, data: WorkSpacesWeb.Types.CreateIdentityProviderResponse) => void): Request<WorkSpacesWeb.Types.CreateIdentityProviderResponse, AWSError>;
|
78
|
+
/**
|
79
|
+
* Creates an IP access settings resource that can be associated with a web portal.
|
80
|
+
*/
|
81
|
+
createIpAccessSettings(params: WorkSpacesWeb.Types.CreateIpAccessSettingsRequest, callback?: (err: AWSError, data: WorkSpacesWeb.Types.CreateIpAccessSettingsResponse) => void): Request<WorkSpacesWeb.Types.CreateIpAccessSettingsResponse, AWSError>;
|
82
|
+
/**
|
83
|
+
* Creates an IP access settings resource that can be associated with a web portal.
|
84
|
+
*/
|
85
|
+
createIpAccessSettings(callback?: (err: AWSError, data: WorkSpacesWeb.Types.CreateIpAccessSettingsResponse) => void): Request<WorkSpacesWeb.Types.CreateIpAccessSettingsResponse, AWSError>;
|
70
86
|
/**
|
71
87
|
* Creates a network settings resource that can be associated with a web portal. Once associated with a web portal, network settings define how streaming instances will connect with your specified VPC.
|
72
88
|
*/
|
@@ -123,6 +139,14 @@ declare class WorkSpacesWeb extends Service {
|
|
123
139
|
* Deletes the identity provider.
|
124
140
|
*/
|
125
141
|
deleteIdentityProvider(callback?: (err: AWSError, data: WorkSpacesWeb.Types.DeleteIdentityProviderResponse) => void): Request<WorkSpacesWeb.Types.DeleteIdentityProviderResponse, AWSError>;
|
142
|
+
/**
|
143
|
+
* Deletes IP access settings.
|
144
|
+
*/
|
145
|
+
deleteIpAccessSettings(params: WorkSpacesWeb.Types.DeleteIpAccessSettingsRequest, callback?: (err: AWSError, data: WorkSpacesWeb.Types.DeleteIpAccessSettingsResponse) => void): Request<WorkSpacesWeb.Types.DeleteIpAccessSettingsResponse, AWSError>;
|
146
|
+
/**
|
147
|
+
* Deletes IP access settings.
|
148
|
+
*/
|
149
|
+
deleteIpAccessSettings(callback?: (err: AWSError, data: WorkSpacesWeb.Types.DeleteIpAccessSettingsResponse) => void): Request<WorkSpacesWeb.Types.DeleteIpAccessSettingsResponse, AWSError>;
|
126
150
|
/**
|
127
151
|
* Deletes network settings.
|
128
152
|
*/
|
@@ -171,6 +195,14 @@ declare class WorkSpacesWeb extends Service {
|
|
171
195
|
* Disassociates browser settings from a web portal.
|
172
196
|
*/
|
173
197
|
disassociateBrowserSettings(callback?: (err: AWSError, data: WorkSpacesWeb.Types.DisassociateBrowserSettingsResponse) => void): Request<WorkSpacesWeb.Types.DisassociateBrowserSettingsResponse, AWSError>;
|
198
|
+
/**
|
199
|
+
* Disassociates IP access settings from a web portal.
|
200
|
+
*/
|
201
|
+
disassociateIpAccessSettings(params: WorkSpacesWeb.Types.DisassociateIpAccessSettingsRequest, callback?: (err: AWSError, data: WorkSpacesWeb.Types.DisassociateIpAccessSettingsResponse) => void): Request<WorkSpacesWeb.Types.DisassociateIpAccessSettingsResponse, AWSError>;
|
202
|
+
/**
|
203
|
+
* Disassociates IP access settings from a web portal.
|
204
|
+
*/
|
205
|
+
disassociateIpAccessSettings(callback?: (err: AWSError, data: WorkSpacesWeb.Types.DisassociateIpAccessSettingsResponse) => void): Request<WorkSpacesWeb.Types.DisassociateIpAccessSettingsResponse, AWSError>;
|
174
206
|
/**
|
175
207
|
* Disassociates network settings from a web portal.
|
176
208
|
*/
|
@@ -219,6 +251,14 @@ declare class WorkSpacesWeb extends Service {
|
|
219
251
|
* Gets the identity provider.
|
220
252
|
*/
|
221
253
|
getIdentityProvider(callback?: (err: AWSError, data: WorkSpacesWeb.Types.GetIdentityProviderResponse) => void): Request<WorkSpacesWeb.Types.GetIdentityProviderResponse, AWSError>;
|
254
|
+
/**
|
255
|
+
* Gets the IP access settings.
|
256
|
+
*/
|
257
|
+
getIpAccessSettings(params: WorkSpacesWeb.Types.GetIpAccessSettingsRequest, callback?: (err: AWSError, data: WorkSpacesWeb.Types.GetIpAccessSettingsResponse) => void): Request<WorkSpacesWeb.Types.GetIpAccessSettingsResponse, AWSError>;
|
258
|
+
/**
|
259
|
+
* Gets the IP access settings.
|
260
|
+
*/
|
261
|
+
getIpAccessSettings(callback?: (err: AWSError, data: WorkSpacesWeb.Types.GetIpAccessSettingsResponse) => void): Request<WorkSpacesWeb.Types.GetIpAccessSettingsResponse, AWSError>;
|
222
262
|
/**
|
223
263
|
* Gets the network settings.
|
224
264
|
*/
|
@@ -291,6 +331,14 @@ declare class WorkSpacesWeb extends Service {
|
|
291
331
|
* Retrieves a list of identity providers for a specific web portal.
|
292
332
|
*/
|
293
333
|
listIdentityProviders(callback?: (err: AWSError, data: WorkSpacesWeb.Types.ListIdentityProvidersResponse) => void): Request<WorkSpacesWeb.Types.ListIdentityProvidersResponse, AWSError>;
|
334
|
+
/**
|
335
|
+
* Retrieves a list of IP access settings.
|
336
|
+
*/
|
337
|
+
listIpAccessSettings(params: WorkSpacesWeb.Types.ListIpAccessSettingsRequest, callback?: (err: AWSError, data: WorkSpacesWeb.Types.ListIpAccessSettingsResponse) => void): Request<WorkSpacesWeb.Types.ListIpAccessSettingsResponse, AWSError>;
|
338
|
+
/**
|
339
|
+
* Retrieves a list of IP access settings.
|
340
|
+
*/
|
341
|
+
listIpAccessSettings(callback?: (err: AWSError, data: WorkSpacesWeb.Types.ListIpAccessSettingsResponse) => void): Request<WorkSpacesWeb.Types.ListIpAccessSettingsResponse, AWSError>;
|
294
342
|
/**
|
295
343
|
* Retrieves a list of network settings.
|
296
344
|
*/
|
@@ -379,6 +427,14 @@ declare class WorkSpacesWeb extends Service {
|
|
379
427
|
* Updates the identity provider.
|
380
428
|
*/
|
381
429
|
updateIdentityProvider(callback?: (err: AWSError, data: WorkSpacesWeb.Types.UpdateIdentityProviderResponse) => void): Request<WorkSpacesWeb.Types.UpdateIdentityProviderResponse, AWSError>;
|
430
|
+
/**
|
431
|
+
* Updates IP access settings.
|
432
|
+
*/
|
433
|
+
updateIpAccessSettings(params: WorkSpacesWeb.Types.UpdateIpAccessSettingsRequest, callback?: (err: AWSError, data: WorkSpacesWeb.Types.UpdateIpAccessSettingsResponse) => void): Request<WorkSpacesWeb.Types.UpdateIpAccessSettingsResponse, AWSError>;
|
434
|
+
/**
|
435
|
+
* Updates IP access settings.
|
436
|
+
*/
|
437
|
+
updateIpAccessSettings(callback?: (err: AWSError, data: WorkSpacesWeb.Types.UpdateIpAccessSettingsResponse) => void): Request<WorkSpacesWeb.Types.UpdateIpAccessSettingsResponse, AWSError>;
|
382
438
|
/**
|
383
439
|
* Updates network settings.
|
384
440
|
*/
|
@@ -443,6 +499,26 @@ declare namespace WorkSpacesWeb {
|
|
443
499
|
*/
|
444
500
|
portalArn: ARN;
|
445
501
|
}
|
502
|
+
export interface AssociateIpAccessSettingsRequest {
|
503
|
+
/**
|
504
|
+
* The ARN of the IP access settings.
|
505
|
+
*/
|
506
|
+
ipAccessSettingsArn: ARN;
|
507
|
+
/**
|
508
|
+
* The ARN of the web portal.
|
509
|
+
*/
|
510
|
+
portalArn: ARN;
|
511
|
+
}
|
512
|
+
export interface AssociateIpAccessSettingsResponse {
|
513
|
+
/**
|
514
|
+
* The ARN of the IP access settings resource.
|
515
|
+
*/
|
516
|
+
ipAccessSettingsArn: ARN;
|
517
|
+
/**
|
518
|
+
* The ARN of the web portal.
|
519
|
+
*/
|
520
|
+
portalArn: ARN;
|
521
|
+
}
|
446
522
|
export interface AssociateNetworkSettingsRequest {
|
447
523
|
/**
|
448
524
|
* The ARN of the network settings.
|
@@ -658,6 +734,42 @@ declare namespace WorkSpacesWeb {
|
|
658
734
|
*/
|
659
735
|
identityProviderArn: ARN;
|
660
736
|
}
|
737
|
+
export interface CreateIpAccessSettingsRequest {
|
738
|
+
/**
|
739
|
+
* Additional encryption context of the IP access settings.
|
740
|
+
*/
|
741
|
+
additionalEncryptionContext?: EncryptionContextMap;
|
742
|
+
/**
|
743
|
+
* A unique, case-sensitive identifier that you provide to ensure the idempotency of the request. Idempotency ensures that an API request completes only once. With an idempotent request, if the original request completes successfully, subsequent retries with the same client token returns the result from the original successful request. If you do not specify a client token, one is automatically generated by the AWS SDK.
|
744
|
+
*/
|
745
|
+
clientToken?: ClientToken;
|
746
|
+
/**
|
747
|
+
* The custom managed key of the IP access settings.
|
748
|
+
*/
|
749
|
+
customerManagedKey?: keyArn;
|
750
|
+
/**
|
751
|
+
* The description of the IP access settings.
|
752
|
+
*/
|
753
|
+
description?: Description;
|
754
|
+
/**
|
755
|
+
* The display name of the IP access settings.
|
756
|
+
*/
|
757
|
+
displayName?: DisplayName;
|
758
|
+
/**
|
759
|
+
* The IP rules of the IP access settings.
|
760
|
+
*/
|
761
|
+
ipRules: IpRuleList;
|
762
|
+
/**
|
763
|
+
* The tags to add to the browser settings resource. A tag is a key-value pair.
|
764
|
+
*/
|
765
|
+
tags?: TagList;
|
766
|
+
}
|
767
|
+
export interface CreateIpAccessSettingsResponse {
|
768
|
+
/**
|
769
|
+
* The ARN of the IP access settings resource.
|
770
|
+
*/
|
771
|
+
ipAccessSettingsArn: ARN;
|
772
|
+
}
|
661
773
|
export interface CreateNetworkSettingsRequest {
|
662
774
|
/**
|
663
775
|
* A unique, case-sensitive identifier that you provide to ensure the idempotency of the request. Idempotency ensures that an API request completes only once. With an idempotent request, if the original request completes successfully, subsequent retries with the same client token returns the result from the original successful request. If you do not specify a client token, one is automatically generated by the AWS SDK.
|
@@ -822,6 +934,14 @@ declare namespace WorkSpacesWeb {
|
|
822
934
|
}
|
823
935
|
export interface DeleteIdentityProviderResponse {
|
824
936
|
}
|
937
|
+
export interface DeleteIpAccessSettingsRequest {
|
938
|
+
/**
|
939
|
+
* The ARN of the IP access settings.
|
940
|
+
*/
|
941
|
+
ipAccessSettingsArn: ARN;
|
942
|
+
}
|
943
|
+
export interface DeleteIpAccessSettingsResponse {
|
944
|
+
}
|
825
945
|
export interface DeleteNetworkSettingsRequest {
|
826
946
|
/**
|
827
947
|
* The ARN of the network settings.
|
@@ -862,6 +982,7 @@ declare namespace WorkSpacesWeb {
|
|
862
982
|
}
|
863
983
|
export interface DeleteUserSettingsResponse {
|
864
984
|
}
|
985
|
+
export type Description = string;
|
865
986
|
export interface DisassociateBrowserSettingsRequest {
|
866
987
|
/**
|
867
988
|
* The ARN of the web portal.
|
@@ -870,6 +991,14 @@ declare namespace WorkSpacesWeb {
|
|
870
991
|
}
|
871
992
|
export interface DisassociateBrowserSettingsResponse {
|
872
993
|
}
|
994
|
+
export interface DisassociateIpAccessSettingsRequest {
|
995
|
+
/**
|
996
|
+
* The ARN of the web portal.
|
997
|
+
*/
|
998
|
+
portalArn: ARN;
|
999
|
+
}
|
1000
|
+
export interface DisassociateIpAccessSettingsResponse {
|
1001
|
+
}
|
873
1002
|
export interface DisassociateNetworkSettingsRequest {
|
874
1003
|
/**
|
875
1004
|
* The ARN of the web portal.
|
@@ -930,6 +1059,18 @@ declare namespace WorkSpacesWeb {
|
|
930
1059
|
*/
|
931
1060
|
identityProvider?: IdentityProvider;
|
932
1061
|
}
|
1062
|
+
export interface GetIpAccessSettingsRequest {
|
1063
|
+
/**
|
1064
|
+
* The ARN of the IP access settings.
|
1065
|
+
*/
|
1066
|
+
ipAccessSettingsArn: ARN;
|
1067
|
+
}
|
1068
|
+
export interface GetIpAccessSettingsResponse {
|
1069
|
+
/**
|
1070
|
+
* The IP access settings.
|
1071
|
+
*/
|
1072
|
+
ipAccessSettings?: IpAccessSettings;
|
1073
|
+
}
|
933
1074
|
export interface GetNetworkSettingsRequest {
|
934
1075
|
/**
|
935
1076
|
* The ARN of the network settings.
|
@@ -1063,6 +1204,63 @@ declare namespace WorkSpacesWeb {
|
|
1063
1204
|
}
|
1064
1205
|
export type IdentityProviderType = "SAML"|"Facebook"|"Google"|"LoginWithAmazon"|"SignInWithApple"|"OIDC"|string;
|
1065
1206
|
export type IdleDisconnectTimeoutInMinutes = number;
|
1207
|
+
export interface IpAccessSettings {
|
1208
|
+
/**
|
1209
|
+
* A list of web portal ARNs that this IP access settings resource is associated with.
|
1210
|
+
*/
|
1211
|
+
associatedPortalArns?: ArnList;
|
1212
|
+
/**
|
1213
|
+
* The creation date timestamp of the IP access settings.
|
1214
|
+
*/
|
1215
|
+
creationDate?: Timestamp;
|
1216
|
+
/**
|
1217
|
+
* The description of the IP access settings.
|
1218
|
+
*/
|
1219
|
+
description?: Description;
|
1220
|
+
/**
|
1221
|
+
* The display name of the IP access settings.
|
1222
|
+
*/
|
1223
|
+
displayName?: DisplayName;
|
1224
|
+
/**
|
1225
|
+
* The ARN of the IP access settings resource.
|
1226
|
+
*/
|
1227
|
+
ipAccessSettingsArn: ARN;
|
1228
|
+
/**
|
1229
|
+
* The IP rules of the IP access settings.
|
1230
|
+
*/
|
1231
|
+
ipRules?: IpRuleList;
|
1232
|
+
}
|
1233
|
+
export type IpAccessSettingsList = IpAccessSettingsSummary[];
|
1234
|
+
export interface IpAccessSettingsSummary {
|
1235
|
+
/**
|
1236
|
+
* The creation date timestamp of the IP access settings.
|
1237
|
+
*/
|
1238
|
+
creationDate?: Timestamp;
|
1239
|
+
/**
|
1240
|
+
* The description of the IP access settings.
|
1241
|
+
*/
|
1242
|
+
description?: Description;
|
1243
|
+
/**
|
1244
|
+
* The display name of the IP access settings.
|
1245
|
+
*/
|
1246
|
+
displayName?: DisplayName;
|
1247
|
+
/**
|
1248
|
+
* The ARN of IP access settings.
|
1249
|
+
*/
|
1250
|
+
ipAccessSettingsArn?: ARN;
|
1251
|
+
}
|
1252
|
+
export type IpRange = string;
|
1253
|
+
export interface IpRule {
|
1254
|
+
/**
|
1255
|
+
* The description of the IP rule.
|
1256
|
+
*/
|
1257
|
+
description?: Description;
|
1258
|
+
/**
|
1259
|
+
* The IP range of the IP rule.
|
1260
|
+
*/
|
1261
|
+
ipRange: IpRange;
|
1262
|
+
}
|
1263
|
+
export type IpRuleList = IpRule[];
|
1066
1264
|
export type KinesisStreamArn = string;
|
1067
1265
|
export interface ListBrowserSettingsRequest {
|
1068
1266
|
/**
|
@@ -1108,6 +1306,26 @@ declare namespace WorkSpacesWeb {
|
|
1108
1306
|
*/
|
1109
1307
|
nextToken?: PaginationToken;
|
1110
1308
|
}
|
1309
|
+
export interface ListIpAccessSettingsRequest {
|
1310
|
+
/**
|
1311
|
+
* The maximum number of results to be included in the next page.
|
1312
|
+
*/
|
1313
|
+
maxResults?: MaxResults;
|
1314
|
+
/**
|
1315
|
+
* The pagination token used to retrieve the next page of results for this operation.
|
1316
|
+
*/
|
1317
|
+
nextToken?: PaginationToken;
|
1318
|
+
}
|
1319
|
+
export interface ListIpAccessSettingsResponse {
|
1320
|
+
/**
|
1321
|
+
* The IP access settings.
|
1322
|
+
*/
|
1323
|
+
ipAccessSettings?: IpAccessSettingsList;
|
1324
|
+
/**
|
1325
|
+
* The pagination token used to retrieve the next page of results for this operation.
|
1326
|
+
*/
|
1327
|
+
nextToken?: PaginationToken;
|
1328
|
+
}
|
1111
1329
|
export interface ListNetworkSettingsRequest {
|
1112
1330
|
/**
|
1113
1331
|
* The maximum number of results to be included in the next page.
|
@@ -1304,6 +1522,10 @@ declare namespace WorkSpacesWeb {
|
|
1304
1522
|
* The name of the web portal.
|
1305
1523
|
*/
|
1306
1524
|
displayName?: DisplayName;
|
1525
|
+
/**
|
1526
|
+
* The ARN of the IP access settings.
|
1527
|
+
*/
|
1528
|
+
ipAccessSettingsArn?: ARN;
|
1307
1529
|
/**
|
1308
1530
|
* The ARN of the network settings that is associated with the web portal.
|
1309
1531
|
*/
|
@@ -1365,6 +1587,10 @@ declare namespace WorkSpacesWeb {
|
|
1365
1587
|
* The name of the web portal.
|
1366
1588
|
*/
|
1367
1589
|
displayName?: DisplayName;
|
1590
|
+
/**
|
1591
|
+
* The ARN of the IP access settings.
|
1592
|
+
*/
|
1593
|
+
ipAccessSettingsArn?: ARN;
|
1368
1594
|
/**
|
1369
1595
|
* The ARN of the network settings that is associated with the web portal.
|
1370
1596
|
*/
|
@@ -1514,6 +1740,34 @@ declare namespace WorkSpacesWeb {
|
|
1514
1740
|
*/
|
1515
1741
|
identityProvider: IdentityProvider;
|
1516
1742
|
}
|
1743
|
+
export interface UpdateIpAccessSettingsRequest {
|
1744
|
+
/**
|
1745
|
+
* A unique, case-sensitive identifier that you provide to ensure the idempotency of the request. Idempotency ensures that an API request completes only once. With an idempotent request, if the original request completes successfully, subsequent retries with the same client token return the result from the original successful request. If you do not specify a client token, one is automatically generated by the AWS SDK.
|
1746
|
+
*/
|
1747
|
+
clientToken?: ClientToken;
|
1748
|
+
/**
|
1749
|
+
* The description of the IP access settings.
|
1750
|
+
*/
|
1751
|
+
description?: Description;
|
1752
|
+
/**
|
1753
|
+
* The display name of the IP access settings.
|
1754
|
+
*/
|
1755
|
+
displayName?: DisplayName;
|
1756
|
+
/**
|
1757
|
+
* The ARN of the IP access settings.
|
1758
|
+
*/
|
1759
|
+
ipAccessSettingsArn: ARN;
|
1760
|
+
/**
|
1761
|
+
* The updated IP rules of the IP access settings.
|
1762
|
+
*/
|
1763
|
+
ipRules?: IpRuleList;
|
1764
|
+
}
|
1765
|
+
export interface UpdateIpAccessSettingsResponse {
|
1766
|
+
/**
|
1767
|
+
* The IP access settings.
|
1768
|
+
*/
|
1769
|
+
ipAccessSettings: IpAccessSettings;
|
1770
|
+
}
|
1517
1771
|
export interface UpdateNetworkSettingsRequest {
|
1518
1772
|
/**
|
1519
1773
|
* A unique, case-sensitive identifier that you provide to ensure the idempotency of the request. Idempotency ensures that an API request completes only once. With an idempotent request, if the original request completes successfully, subsequent retries with the same client token return the result from the original successful request. If you do not specify a client token, one is automatically generated by the AWS SDK.
|