cdk-docker-image-deployment 0.0.185 → 0.0.186

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.
Files changed (29) hide show
  1. package/.jsii +3 -3
  2. package/lib/destination.js +1 -1
  3. package/lib/docker-image-deployment.js +1 -1
  4. package/lib/source.js +1 -1
  5. package/node_modules/aws-sdk/CHANGELOG.md +11 -1
  6. package/node_modules/aws-sdk/README.md +1 -1
  7. package/node_modules/aws-sdk/apis/athena-2017-05-18.min.json +2 -1
  8. package/node_modules/aws-sdk/apis/dynamodb-2012-08-10.min.json +114 -105
  9. package/node_modules/aws-sdk/apis/lakeformation-2017-03-31.min.json +84 -35
  10. package/node_modules/aws-sdk/apis/mediapackage-2017-10-12.min.json +33 -0
  11. package/node_modules/aws-sdk/apis/mediapackage-vod-2018-11-07.min.json +24 -0
  12. package/node_modules/aws-sdk/apis/route53resolver-2018-04-01.min.json +98 -80
  13. package/node_modules/aws-sdk/apis/sagemaker-2017-07-24.min.json +193 -185
  14. package/node_modules/aws-sdk/clients/athena.d.ts +7 -3
  15. package/node_modules/aws-sdk/clients/dynamodb.d.ts +25 -11
  16. package/node_modules/aws-sdk/clients/ec2.d.ts +1 -1
  17. package/node_modules/aws-sdk/clients/lakeformation.d.ts +50 -0
  18. package/node_modules/aws-sdk/clients/mediapackage.d.ts +47 -3
  19. package/node_modules/aws-sdk/clients/mediapackagevod.d.ts +33 -1
  20. package/node_modules/aws-sdk/clients/route53resolver.d.ts +71 -26
  21. package/node_modules/aws-sdk/clients/sagemaker.d.ts +20 -2
  22. package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +1 -1
  23. package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +8 -8
  24. package/node_modules/aws-sdk/dist/aws-sdk.js +119 -109
  25. package/node_modules/aws-sdk/dist/aws-sdk.min.js +69 -69
  26. package/node_modules/aws-sdk/lib/core.js +1 -1
  27. package/node_modules/aws-sdk/lib/dynamodb/document_client.d.ts +25 -11
  28. package/node_modules/aws-sdk/package.json +1 -1
  29. package/package.json +4 -4
@@ -212,11 +212,11 @@ declare class Route53Resolver extends Service {
212
212
  */
213
213
  getFirewallRuleGroupPolicy(callback?: (err: AWSError, data: Route53Resolver.Types.GetFirewallRuleGroupPolicyResponse) => void): Request<Route53Resolver.Types.GetFirewallRuleGroupPolicyResponse, AWSError>;
214
214
  /**
215
- * Retrieves the behavior configuration of Route 53 Resolver behavior for a single VPC from Amazon Virtual Private Cloud.
215
+ * Retrieves the behavior configuration of Route 53 Resolver behavior for a single VPC from Amazon Virtual Private Cloud.
216
216
  */
217
217
  getResolverConfig(params: Route53Resolver.Types.GetResolverConfigRequest, callback?: (err: AWSError, data: Route53Resolver.Types.GetResolverConfigResponse) => void): Request<Route53Resolver.Types.GetResolverConfigResponse, AWSError>;
218
218
  /**
219
- * Retrieves the behavior configuration of Route 53 Resolver behavior for a single VPC from Amazon Virtual Private Cloud.
219
+ * Retrieves the behavior configuration of Route 53 Resolver behavior for a single VPC from Amazon Virtual Private Cloud.
220
220
  */
221
221
  getResolverConfig(callback?: (err: AWSError, data: Route53Resolver.Types.GetResolverConfigResponse) => void): Request<Route53Resolver.Types.GetResolverConfigResponse, AWSError>;
222
222
  /**
@@ -340,11 +340,11 @@ declare class Route53Resolver extends Service {
340
340
  */
341
341
  listFirewallRules(callback?: (err: AWSError, data: Route53Resolver.Types.ListFirewallRulesResponse) => void): Request<Route53Resolver.Types.ListFirewallRulesResponse, AWSError>;
342
342
  /**
343
- * Retrieves the Resolver configurations that you have defined. Route 53 Resolver uses the configurations to manage DNS resolution behavior for your VPCs.
343
+ * Retrieves the Resolver configurations that you have defined. Route 53 Resolver uses the configurations to manage DNS resolution behavior for your VPCs.
344
344
  */
345
345
  listResolverConfigs(params: Route53Resolver.Types.ListResolverConfigsRequest, callback?: (err: AWSError, data: Route53Resolver.Types.ListResolverConfigsResponse) => void): Request<Route53Resolver.Types.ListResolverConfigsResponse, AWSError>;
346
346
  /**
347
- * Retrieves the Resolver configurations that you have defined. Route 53 Resolver uses the configurations to manage DNS resolution behavior for your VPCs.
347
+ * Retrieves the Resolver configurations that you have defined. Route 53 Resolver uses the configurations to manage DNS resolution behavior for your VPCs.
348
348
  */
349
349
  listResolverConfigs(callback?: (err: AWSError, data: Route53Resolver.Types.ListResolverConfigsResponse) => void): Request<Route53Resolver.Types.ListResolverConfigsResponse, AWSError>;
350
350
  /**
@@ -484,11 +484,11 @@ declare class Route53Resolver extends Service {
484
484
  */
485
485
  updateFirewallRuleGroupAssociation(callback?: (err: AWSError, data: Route53Resolver.Types.UpdateFirewallRuleGroupAssociationResponse) => void): Request<Route53Resolver.Types.UpdateFirewallRuleGroupAssociationResponse, AWSError>;
486
486
  /**
487
- * Updates the behavior configuration of Route 53 Resolver behavior for a single VPC from Amazon Virtual Private Cloud.
487
+ * Updates the behavior configuration of Route 53 Resolver behavior for a single VPC from Amazon Virtual Private Cloud.
488
488
  */
489
489
  updateResolverConfig(params: Route53Resolver.Types.UpdateResolverConfigRequest, callback?: (err: AWSError, data: Route53Resolver.Types.UpdateResolverConfigResponse) => void): Request<Route53Resolver.Types.UpdateResolverConfigResponse, AWSError>;
490
490
  /**
491
- * Updates the behavior configuration of Route 53 Resolver behavior for a single VPC from Amazon Virtual Private Cloud.
491
+ * Updates the behavior configuration of Route 53 Resolver behavior for a single VPC from Amazon Virtual Private Cloud.
492
492
  */
493
493
  updateResolverConfig(callback?: (err: AWSError, data: Route53Resolver.Types.UpdateResolverConfigResponse) => void): Request<Route53Resolver.Types.UpdateResolverConfigResponse, AWSError>;
494
494
  /**
@@ -500,11 +500,11 @@ declare class Route53Resolver extends Service {
500
500
  */
501
501
  updateResolverDnssecConfig(callback?: (err: AWSError, data: Route53Resolver.Types.UpdateResolverDnssecConfigResponse) => void): Request<Route53Resolver.Types.UpdateResolverDnssecConfigResponse, AWSError>;
502
502
  /**
503
- * Updates the name of an inbound or an outbound Resolver endpoint.
503
+ * Updates the name, or enpoint type for an inbound or an outbound Resolver endpoint. You can only update between IPV4 and DUALSTACK, IPV6 endpoint type can't be updated to other type.
504
504
  */
505
505
  updateResolverEndpoint(params: Route53Resolver.Types.UpdateResolverEndpointRequest, callback?: (err: AWSError, data: Route53Resolver.Types.UpdateResolverEndpointResponse) => void): Request<Route53Resolver.Types.UpdateResolverEndpointResponse, AWSError>;
506
506
  /**
507
- * Updates the name of an inbound or an outbound Resolver endpoint.
507
+ * Updates the name, or enpoint type for an inbound or an outbound Resolver endpoint. You can only update between IPV4 and DUALSTACK, IPV6 endpoint type can't be updated to other type.
508
508
  */
509
509
  updateResolverEndpoint(callback?: (err: AWSError, data: Route53Resolver.Types.UpdateResolverEndpointResponse) => void): Request<Route53Resolver.Types.UpdateResolverEndpointResponse, AWSError>;
510
510
  /**
@@ -608,7 +608,7 @@ declare namespace Route53Resolver {
608
608
  */
609
609
  ResolverRuleAssociation?: ResolverRuleAssociation;
610
610
  }
611
- export type AutodefinedReverseFlag = "ENABLE"|"DISABLE"|string;
611
+ export type AutodefinedReverseFlag = "ENABLE"|"DISABLE"|"USE_LOCAL_RESOURCE_SETTING"|string;
612
612
  export type BlockOverrideDnsType = "CNAME"|string;
613
613
  export type BlockOverrideDomain = string;
614
614
  export type BlockOverrideTtl = number;
@@ -728,6 +728,10 @@ declare namespace Route53Resolver {
728
728
  * A list of the tag keys and values that you want to associate with the endpoint.
729
729
  */
730
730
  Tags?: TagList;
731
+ /**
732
+ * For the endpoint type you can choose either IPv4, IPv6. or dual-stack. A dual-stack endpoint means that it will resolve via both IPv4 and IPv6. This endpoint type is applied to all IP addresses.
733
+ */
734
+ ResolverEndpointType?: ResolverEndpointType;
731
735
  }
732
736
  export interface CreateResolverEndpointResponse {
733
737
  /**
@@ -1038,7 +1042,7 @@ declare namespace Route53Resolver {
1038
1042
  export type FirewallDomainName = string;
1039
1043
  export type FirewallDomainUpdateOperation = "ADD"|"REMOVE"|"REPLACE"|string;
1040
1044
  export type FirewallDomains = FirewallDomainName[];
1041
- export type FirewallFailOpenStatus = "ENABLED"|"DISABLED"|string;
1045
+ export type FirewallFailOpenStatus = "ENABLED"|"DISABLED"|"USE_LOCAL_RESOURCE_SETTING"|string;
1042
1046
  export interface FirewallRule {
1043
1047
  /**
1044
1048
  * The unique identifier of the firewall rule group of the rule.
@@ -1289,7 +1293,7 @@ declare namespace Route53Resolver {
1289
1293
  }
1290
1294
  export interface GetResolverConfigResponse {
1291
1295
  /**
1292
- * Information about the behavior configuration of Route 53 Resolver behavior for the VPC you specified in the GetResolverConfig request.
1296
+ * Information about the behavior configuration of Route 53 Resolver behavior for the VPC you specified in the GetResolverConfig request.
1293
1297
  */
1294
1298
  ResolverConfig?: ResolverConfig;
1295
1299
  }
@@ -1413,7 +1417,7 @@ declare namespace Route53Resolver {
1413
1417
  */
1414
1418
  Name?: Name;
1415
1419
  /**
1416
- *
1420
+ * Status of the import request.
1417
1421
  */
1418
1422
  Status?: FirewallDomainListStatus;
1419
1423
  /**
@@ -1429,9 +1433,13 @@ declare namespace Route53Resolver {
1429
1433
  */
1430
1434
  SubnetId: SubnetId;
1431
1435
  /**
1432
- * The IP address that you want to use for DNS queries.
1436
+ * The IPv4 address that you want to use for DNS queries.
1433
1437
  */
1434
1438
  Ip?: Ip;
1439
+ /**
1440
+ * The IPv6 address that you want to use for DNS queries.
1441
+ */
1442
+ Ipv6?: Ipv6;
1435
1443
  }
1436
1444
  export interface IpAddressResponse {
1437
1445
  /**
@@ -1443,9 +1451,13 @@ declare namespace Route53Resolver {
1443
1451
  */
1444
1452
  SubnetId?: SubnetId;
1445
1453
  /**
1446
- * One IP address that the Resolver endpoint uses for DNS queries.
1454
+ * One IPv4 address that the Resolver endpoint uses for DNS queries.
1447
1455
  */
1448
1456
  Ip?: Ip;
1457
+ /**
1458
+ * One IPv6 address that the Resolver endpoint uses for DNS queries.
1459
+ */
1460
+ Ipv6?: Ipv6;
1449
1461
  /**
1450
1462
  * A status code that gives the current status of the request.
1451
1463
  */
@@ -1463,7 +1475,7 @@ declare namespace Route53Resolver {
1463
1475
  */
1464
1476
  ModificationTime?: Rfc3339TimeString;
1465
1477
  }
1466
- export type IpAddressStatus = "CREATING"|"FAILED_CREATION"|"ATTACHING"|"ATTACHED"|"REMAP_DETACHING"|"REMAP_ATTACHING"|"DETACHING"|"FAILED_RESOURCE_GONE"|"DELETING"|"DELETE_FAILED_FAS_EXPIRED"|string;
1478
+ export type IpAddressStatus = "CREATING"|"FAILED_CREATION"|"ATTACHING"|"ATTACHED"|"REMAP_DETACHING"|"REMAP_ATTACHING"|"DETACHING"|"FAILED_RESOURCE_GONE"|"DELETING"|"DELETE_FAILED_FAS_EXPIRED"|"UPDATING"|string;
1467
1479
  export interface IpAddressUpdate {
1468
1480
  /**
1469
1481
  * Only when removing an IP address from a Resolver endpoint: The ID of the IP address that you want to remove. To get this ID, use GetResolverEndpoint.
@@ -1474,12 +1486,17 @@ declare namespace Route53Resolver {
1474
1486
  */
1475
1487
  SubnetId?: SubnetId;
1476
1488
  /**
1477
- * The new IP address.
1489
+ * The new IPv4 address.
1478
1490
  */
1479
1491
  Ip?: Ip;
1492
+ /**
1493
+ * The new IPv6 address.
1494
+ */
1495
+ Ipv6?: Ipv6;
1480
1496
  }
1481
1497
  export type IpAddressesRequest = IpAddressRequest[];
1482
1498
  export type IpAddressesResponse = IpAddressResponse[];
1499
+ export type Ipv6 = string;
1483
1500
  export type ListDomainMaxResults = number;
1484
1501
  export type ListFirewallConfigsMaxResult = number;
1485
1502
  export interface ListFirewallConfigsRequest {
@@ -1647,7 +1664,7 @@ declare namespace Route53Resolver {
1647
1664
  }
1648
1665
  export interface ListResolverConfigsResponse {
1649
1666
  /**
1650
- * If a response includes the last of the Resolver configurations that are associated with the current Amazon Web Services account, NextToken doesn't appear in the response. If a response doesn't include the last of the configurations, you can get more configurations by submitting another ListResolverConfigs request. Get the value of NextToken that Amazon Route 53 returned in the previous response and include it in NextToken in the next request.
1667
+ * If a response includes the last of the Resolver configurations that are associated with the current Amazon Web Services account, NextToken doesn't appear in the response. If a response doesn't include the last of the configurations, you can get more configurations by submitting another ListResolverConfigs request. Get the value of NextToken that Amazon Route 53 returned in the previous response and include it in NextToken in the next request.
1651
1668
  */
1652
1669
  NextToken?: NextToken;
1653
1670
  /**
@@ -1949,7 +1966,7 @@ declare namespace Route53Resolver {
1949
1966
  */
1950
1967
  ReturnValue?: Boolean;
1951
1968
  }
1952
- export type ResolverAutodefinedReverseStatus = "ENABLING"|"ENABLED"|"DISABLING"|"DISABLED"|string;
1969
+ export type ResolverAutodefinedReverseStatus = "ENABLING"|"ENABLED"|"DISABLING"|"DISABLED"|"UPDATING_TO_USE_LOCAL_RESOURCE_SETTING"|"USE_LOCAL_RESOURCE_SETTING"|string;
1953
1970
  export interface ResolverConfig {
1954
1971
  /**
1955
1972
  * ID for the Resolver configuration.
@@ -1964,12 +1981,12 @@ declare namespace Route53Resolver {
1964
1981
  */
1965
1982
  OwnerId?: AccountId;
1966
1983
  /**
1967
- * The status of whether or not the Resolver will create autodefined rules for reverse DNS lookups. This is enabled by default. The status can be one of following: Status of the rules generated by VPCs based on CIDR/Region for reverse DNS resolution. The status can be one of following: ENABLING: Autodefined rules for reverse DNS lookups are being enabled but are not complete. ENABLED: Autodefined rules for reverse DNS lookups are enabled. DISABLING: Autodefined rules for reverse DNS lookups are being disabled but are not complete. DISABLED: Autodefined rules for reverse DNS lookups are disabled.
1984
+ * The status of whether or not the Resolver will create autodefined rules for reverse DNS lookups. This is enabled by default. The status can be one of following: ENABLING: Autodefined rules for reverse DNS lookups are being enabled but are not complete. ENABLED: Autodefined rules for reverse DNS lookups are enabled. DISABLING: Autodefined rules for reverse DNS lookups are being disabled but are not complete. DISABLED: Autodefined rules for reverse DNS lookups are disabled.
1968
1985
  */
1969
1986
  AutodefinedReverse?: ResolverAutodefinedReverseStatus;
1970
1987
  }
1971
1988
  export type ResolverConfigList = ResolverConfig[];
1972
- export type ResolverDNSSECValidationStatus = "ENABLING"|"ENABLED"|"DISABLING"|"DISABLED"|string;
1989
+ export type ResolverDNSSECValidationStatus = "ENABLING"|"ENABLED"|"DISABLING"|"DISABLED"|"UPDATING_TO_USE_LOCAL_RESOURCE_SETTING"|"USE_LOCAL_RESOURCE_SETTING"|string;
1973
1990
  export interface ResolverDnssecConfig {
1974
1991
  /**
1975
1992
  * The ID for a configuration for DNSSEC validation.
@@ -2038,9 +2055,14 @@ declare namespace Route53Resolver {
2038
2055
  * The date and time that the endpoint was last modified, in Unix time format and Coordinated Universal Time (UTC).
2039
2056
  */
2040
2057
  ModificationTime?: Rfc3339TimeString;
2058
+ /**
2059
+ * The Resolver endpoint IP address type.
2060
+ */
2061
+ ResolverEndpointType?: ResolverEndpointType;
2041
2062
  }
2042
2063
  export type ResolverEndpointDirection = "INBOUND"|"OUTBOUND"|string;
2043
2064
  export type ResolverEndpointStatus = "CREATING"|"OPERATIONAL"|"UPDATING"|"AUTO_RECOVERING"|"ACTION_NEEDED"|"DELETING"|string;
2065
+ export type ResolverEndpointType = "IPV6"|"IPV4"|"DUALSTACK"|string;
2044
2066
  export type ResolverEndpoints = ResolverEndpoint[];
2045
2067
  export interface ResolverQueryLogConfig {
2046
2068
  /**
@@ -2263,13 +2285,17 @@ declare namespace Route53Resolver {
2263
2285
  export type TagValue = string;
2264
2286
  export interface TargetAddress {
2265
2287
  /**
2266
- * One IP address that you want to forward DNS queries to. You can specify only IPv4 addresses.
2288
+ * One IPv4 address that you want to forward DNS queries to.
2267
2289
  */
2268
- Ip: Ip;
2290
+ Ip?: Ip;
2269
2291
  /**
2270
2292
  * The port at Ip that you want to forward DNS queries to.
2271
2293
  */
2272
2294
  Port?: Port;
2295
+ /**
2296
+ * One IPv6 address that you want to forward DNS queries to.
2297
+ */
2298
+ Ipv6?: Ipv6;
2273
2299
  }
2274
2300
  export type TargetList = TargetAddress[];
2275
2301
  export type Unsigned = number;
@@ -2311,7 +2337,7 @@ declare namespace Route53Resolver {
2311
2337
  */
2312
2338
  Operation: FirewallDomainUpdateOperation;
2313
2339
  /**
2314
- * A list of domains to use in the update operation. Each domain specification in your domain list must satisfy the following requirements: It can optionally start with * (asterisk). With the exception of the optional starting asterisk, it must only contain the following characters: A-Z, a-z, 0-9, - (hyphen). It must be from 1-255 characters in length.
2340
+ * A list of domains to use in the update operation. There is a limit of 1000 domains per request. Each domain specification in your domain list must satisfy the following requirements: It can optionally start with * (asterisk). With the exception of the optional starting asterisk, it must only contain the following characters: A-Z, a-z, 0-9, - (hyphen). It must be from 1-255 characters in length.
2315
2341
  */
2316
2342
  Domains: FirewallDomains;
2317
2343
  }
@@ -2325,7 +2351,7 @@ declare namespace Route53Resolver {
2325
2351
  */
2326
2352
  Name?: Name;
2327
2353
  /**
2328
- *
2354
+ * Status of the UpdateFirewallDomains request.
2329
2355
  */
2330
2356
  Status?: FirewallDomainListStatus;
2331
2357
  /**
@@ -2401,13 +2427,24 @@ declare namespace Route53Resolver {
2401
2427
  */
2402
2428
  FirewallRule?: FirewallRule;
2403
2429
  }
2430
+ export interface UpdateIpAddress {
2431
+ /**
2432
+ * The ID of the IP address, specified by the ResolverEndpointId.
2433
+ */
2434
+ IpId: ResourceId;
2435
+ /**
2436
+ * The IPv6 address that you want to use for DNS queries.
2437
+ */
2438
+ Ipv6: Ipv6;
2439
+ }
2440
+ export type UpdateIpAddresses = UpdateIpAddress[];
2404
2441
  export interface UpdateResolverConfigRequest {
2405
2442
  /**
2406
2443
  * Resource ID of the Amazon VPC that you want to update the Resolver configuration for.
2407
2444
  */
2408
2445
  ResourceId: ResourceId;
2409
2446
  /**
2410
- * Indicates whether or not the Resolver will create autodefined rules for reverse DNS lookups. This is enabled by default. Disabling this option will also affect EC2-Classic instances using ClassicLink. For more information, see ClassicLink in the Amazon EC2 guide. It can take some time for the status change to be completed.
2447
+ * Indicates whether or not the Resolver will create autodefined rules for reverse DNS lookups. This is enabled by default. Disabling this option will also affect EC2-Classic instances using ClassicLink. For more information, see ClassicLink in the Amazon EC2 guide. We are retiring EC2-Classic on August 15, 2022. We recommend that you migrate from EC2-Classic to a VPC. For more information, see Migrate from EC2-Classic to a VPC in the Amazon EC2 guide and the blog EC2-Classic Networking is Retiring – Here’s How to Prepare. It can take some time for the status change to be completed.
2411
2448
  */
2412
2449
  AutodefinedReverseFlag: AutodefinedReverseFlag;
2413
2450
  }
@@ -2442,6 +2479,14 @@ declare namespace Route53Resolver {
2442
2479
  * The name of the Resolver endpoint that you want to update.
2443
2480
  */
2444
2481
  Name?: Name;
2482
+ /**
2483
+ * Specifies the endpoint type for what type of IP address the endpoint uses to forward DNS queries.
2484
+ */
2485
+ ResolverEndpointType?: ResolverEndpointType;
2486
+ /**
2487
+ * Updates the Resolver endpoint type to IpV4, Ipv6, or dual-stack.
2488
+ */
2489
+ UpdateIpAddresses?: UpdateIpAddresses;
2445
2490
  }
2446
2491
  export interface UpdateResolverEndpointResponse {
2447
2492
  /**
@@ -2465,7 +2510,7 @@ declare namespace Route53Resolver {
2465
2510
  */
2466
2511
  ResolverRule?: ResolverRule;
2467
2512
  }
2468
- export type Validation = "ENABLE"|"DISABLE"|string;
2513
+ export type Validation = "ENABLE"|"DISABLE"|"USE_LOCAL_RESOURCE_SETTING"|string;
2469
2514
  /**
2470
2515
  * 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.
2471
2516
  */
@@ -2397,11 +2397,11 @@ declare class SageMaker extends Service {
2397
2397
  */
2398
2398
  updateUserProfile(callback?: (err: AWSError, data: SageMaker.Types.UpdateUserProfileResponse) => void): Request<SageMaker.Types.UpdateUserProfileResponse, AWSError>;
2399
2399
  /**
2400
- * Use this operation to update your workforce. You can use this operation to require that workers use specific IP addresses to work on tasks and to update your OpenID Connect (OIDC) Identity Provider (IdP) workforce configuration. The worker portal is now supported in VPC and public internet. Use SourceIpConfig to restrict worker access to tasks to a specific range of IP addresses. You specify allowed IP addresses by creating a list of up to ten CIDRs. By default, a workforce isn't restricted to specific IP addresses. If you specify a range of IP addresses, workers who attempt to access tasks using any IP address outside the specified range are denied and get a Not Found error message on the worker portal. To restrict access to all the workers in public internet, add the SourceIpConfig CIDR value as "0.0.0.0/0". Amazon SageMaker does not support Source Ip restriction for worker portals in VPC. Use OidcConfig to update the configuration of a workforce created using your own OIDC IdP. You can only update your OIDC IdP configuration when there are no work teams associated with your workforce. You can delete work teams using the operation. After restricting access to a range of IP addresses or updating your OIDC IdP configuration with this operation, you can view details about your update workforce using the operation. This operation only applies to private workforces.
2400
+ * Use this operation to update your workforce. You can use this operation to require that workers use specific IP addresses to work on tasks and to update your OpenID Connect (OIDC) Identity Provider (IdP) workforce configuration. The worker portal is now supported in VPC and public internet. Use SourceIpConfig to restrict worker access to tasks to a specific range of IP addresses. You specify allowed IP addresses by creating a list of up to ten CIDRs. By default, a workforce isn't restricted to specific IP addresses. If you specify a range of IP addresses, workers who attempt to access tasks using any IP address outside the specified range are denied and get a Not Found error message on the worker portal. To restrict access to all the workers in public internet, add the SourceIpConfig CIDR value as "10.0.0.0/16". Amazon SageMaker does not support Source Ip restriction for worker portals in VPC. Use OidcConfig to update the configuration of a workforce created using your own OIDC IdP. You can only update your OIDC IdP configuration when there are no work teams associated with your workforce. You can delete work teams using the operation. After restricting access to a range of IP addresses or updating your OIDC IdP configuration with this operation, you can view details about your update workforce using the operation. This operation only applies to private workforces.
2401
2401
  */
2402
2402
  updateWorkforce(params: SageMaker.Types.UpdateWorkforceRequest, callback?: (err: AWSError, data: SageMaker.Types.UpdateWorkforceResponse) => void): Request<SageMaker.Types.UpdateWorkforceResponse, AWSError>;
2403
2403
  /**
2404
- * Use this operation to update your workforce. You can use this operation to require that workers use specific IP addresses to work on tasks and to update your OpenID Connect (OIDC) Identity Provider (IdP) workforce configuration. The worker portal is now supported in VPC and public internet. Use SourceIpConfig to restrict worker access to tasks to a specific range of IP addresses. You specify allowed IP addresses by creating a list of up to ten CIDRs. By default, a workforce isn't restricted to specific IP addresses. If you specify a range of IP addresses, workers who attempt to access tasks using any IP address outside the specified range are denied and get a Not Found error message on the worker portal. To restrict access to all the workers in public internet, add the SourceIpConfig CIDR value as "0.0.0.0/0". Amazon SageMaker does not support Source Ip restriction for worker portals in VPC. Use OidcConfig to update the configuration of a workforce created using your own OIDC IdP. You can only update your OIDC IdP configuration when there are no work teams associated with your workforce. You can delete work teams using the operation. After restricting access to a range of IP addresses or updating your OIDC IdP configuration with this operation, you can view details about your update workforce using the operation. This operation only applies to private workforces.
2404
+ * Use this operation to update your workforce. You can use this operation to require that workers use specific IP addresses to work on tasks and to update your OpenID Connect (OIDC) Identity Provider (IdP) workforce configuration. The worker portal is now supported in VPC and public internet. Use SourceIpConfig to restrict worker access to tasks to a specific range of IP addresses. You specify allowed IP addresses by creating a list of up to ten CIDRs. By default, a workforce isn't restricted to specific IP addresses. If you specify a range of IP addresses, workers who attempt to access tasks using any IP address outside the specified range are denied and get a Not Found error message on the worker portal. To restrict access to all the workers in public internet, add the SourceIpConfig CIDR value as "10.0.0.0/16". Amazon SageMaker does not support Source Ip restriction for worker portals in VPC. Use OidcConfig to update the configuration of a workforce created using your own OIDC IdP. You can only update your OIDC IdP configuration when there are no work teams associated with your workforce. You can delete work teams using the operation. After restricting access to a range of IP addresses or updating your OIDC IdP configuration with this operation, you can view details about your update workforce using the operation. This operation only applies to private workforces.
2405
2405
  */
2406
2406
  updateWorkforce(callback?: (err: AWSError, data: SageMaker.Types.UpdateWorkforceResponse) => void): Request<SageMaker.Types.UpdateWorkforceResponse, AWSError>;
2407
2407
  /**
@@ -11862,6 +11862,20 @@ declare namespace SageMaker {
11862
11862
  }
11863
11863
  export type HyperbandStrategyMaxResource = number;
11864
11864
  export type HyperbandStrategyMinResource = number;
11865
+ export interface IamIdentity {
11866
+ /**
11867
+ * The Amazon Resource Name (ARN) of the IAM identity.
11868
+ */
11869
+ Arn?: String;
11870
+ /**
11871
+ * The ID of the principal that assumes the IAM identity.
11872
+ */
11873
+ PrincipalId?: String;
11874
+ /**
11875
+ * The person or application which assumes the IAM identity.
11876
+ */
11877
+ SourceIdentity?: String;
11878
+ }
11865
11879
  export type IdempotencyToken = string;
11866
11880
  export interface Image {
11867
11881
  /**
@@ -21660,6 +21674,10 @@ declare namespace SageMaker {
21660
21674
  * The domain associated with the user.
21661
21675
  */
21662
21676
  DomainId?: String;
21677
+ /**
21678
+ * The IAM Identity details associated with the user. These details are associated with model package groups, model packages, and project entities only.
21679
+ */
21680
+ IamIdentity?: IamIdentity;
21663
21681
  }
21664
21682
  export type UserProfileArn = string;
21665
21683
  export interface UserProfileDetails {
@@ -83,7 +83,7 @@ return /******/ (function(modules) { // webpackBootstrap
83
83
  /**
84
84
  * @constant
85
85
  */
86
- VERSION: '2.1330.0',
86
+ VERSION: '2.1331.0',
87
87
 
88
88
  /**
89
89
  * @api private