@aws-sdk/client-apprunner 3.198.0 → 3.200.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.
Files changed (49) hide show
  1. package/CHANGELOG.md +22 -0
  2. package/dist-cjs/AppRunner.js +75 -0
  3. package/dist-cjs/commands/CreateVpcIngressConnectionCommand.js +46 -0
  4. package/dist-cjs/commands/DeleteVpcIngressConnectionCommand.js +46 -0
  5. package/dist-cjs/commands/DescribeVpcIngressConnectionCommand.js +46 -0
  6. package/dist-cjs/commands/ListVpcIngressConnectionsCommand.js +46 -0
  7. package/dist-cjs/commands/UpdateVpcIngressConnectionCommand.js +46 -0
  8. package/dist-cjs/commands/index.js +5 -0
  9. package/dist-cjs/models/models_0.js +82 -3
  10. package/dist-cjs/pagination/ListVpcIngressConnectionsPaginator.js +36 -0
  11. package/dist-cjs/pagination/index.js +1 -0
  12. package/dist-cjs/protocols/Aws_json1_0.js +416 -2
  13. package/dist-es/AppRunner.js +75 -0
  14. package/dist-es/commands/CreateVpcIngressConnectionCommand.js +42 -0
  15. package/dist-es/commands/DeleteVpcIngressConnectionCommand.js +42 -0
  16. package/dist-es/commands/DescribeVpcIngressConnectionCommand.js +42 -0
  17. package/dist-es/commands/ListVpcIngressConnectionsCommand.js +42 -0
  18. package/dist-es/commands/UpdateVpcIngressConnectionCommand.js +42 -0
  19. package/dist-es/commands/index.js +5 -0
  20. package/dist-es/models/models_0.js +63 -0
  21. package/dist-es/pagination/ListVpcIngressConnectionsPaginator.js +32 -0
  22. package/dist-es/pagination/index.js +1 -0
  23. package/dist-es/protocols/Aws_json1_0.js +404 -0
  24. package/dist-types/AppRunner.d.ts +79 -0
  25. package/dist-types/AppRunnerClient.d.ts +7 -2
  26. package/dist-types/commands/CreateVpcIngressConnectionCommand.d.ts +37 -0
  27. package/dist-types/commands/DeleteServiceCommand.d.ts +4 -0
  28. package/dist-types/commands/DeleteVpcIngressConnectionCommand.d.ts +60 -0
  29. package/dist-types/commands/DescribeVpcIngressConnectionCommand.d.ts +37 -0
  30. package/dist-types/commands/ListVpcIngressConnectionsCommand.d.ts +37 -0
  31. package/dist-types/commands/UpdateVpcIngressConnectionCommand.d.ts +54 -0
  32. package/dist-types/commands/index.d.ts +5 -0
  33. package/dist-types/models/models_0.d.ts +335 -2
  34. package/dist-types/pagination/ListVpcIngressConnectionsPaginator.d.ts +4 -0
  35. package/dist-types/pagination/index.d.ts +1 -0
  36. package/dist-types/protocols/Aws_json1_0.d.ts +15 -0
  37. package/dist-types/ts3.4/AppRunner.d.ts +85 -0
  38. package/dist-types/ts3.4/AppRunnerClient.d.ts +32 -2
  39. package/dist-types/ts3.4/commands/CreateVpcIngressConnectionCommand.d.ts +41 -0
  40. package/dist-types/ts3.4/commands/DeleteVpcIngressConnectionCommand.d.ts +41 -0
  41. package/dist-types/ts3.4/commands/DescribeVpcIngressConnectionCommand.d.ts +41 -0
  42. package/dist-types/ts3.4/commands/ListVpcIngressConnectionsCommand.d.ts +41 -0
  43. package/dist-types/ts3.4/commands/UpdateVpcIngressConnectionCommand.d.ts +41 -0
  44. package/dist-types/ts3.4/commands/index.d.ts +5 -0
  45. package/dist-types/ts3.4/models/models_0.d.ts +133 -1
  46. package/dist-types/ts3.4/pagination/ListVpcIngressConnectionsPaginator.d.ts +11 -0
  47. package/dist-types/ts3.4/pagination/index.d.ts +1 -0
  48. package/dist-types/ts3.4/protocols/Aws_json1_0.d.ts +60 -0
  49. package/package.json +29 -29
@@ -79,6 +79,23 @@ export interface CustomDomain {
79
79
  */
80
80
  Status: CustomDomainAssociationStatus | string | undefined;
81
81
  }
82
+ /**
83
+ * <p>DNS Target record for a custom domain of this Amazon VPC.</p>
84
+ */
85
+ export interface VpcDNSTarget {
86
+ /**
87
+ * <p>The Amazon Resource Name (ARN) of the VPC Ingress Connection that is associated with your service.</p>
88
+ */
89
+ VpcIngressConnectionArn?: string;
90
+ /**
91
+ * <p>The ID of the Amazon VPC that is associated with the custom domain name of the target DNS.</p>
92
+ */
93
+ VpcId?: string;
94
+ /**
95
+ * <p>The domain name of your target DNS that is associated with the Amazon VPC.</p>
96
+ */
97
+ DomainName?: string;
98
+ }
82
99
  export interface AssociateCustomDomainResponse {
83
100
  /**
84
101
  * <p>The App Runner subdomain of the App Runner service. The custom domain name is mapped to this target name.</p>
@@ -92,6 +109,11 @@ export interface AssociateCustomDomainResponse {
92
109
  * <p>A description of the domain name that's being associated.</p>
93
110
  */
94
111
  CustomDomain: CustomDomain | undefined;
112
+ /**
113
+ * <p>DNS Target records for the custom domains of this Amazon VPC.
114
+ * </p>
115
+ */
116
+ VpcDNSTargets: VpcDNSTarget[] | undefined;
95
117
  }
96
118
  /**
97
119
  * <p>An unexpected service exception occurred.</p>
@@ -502,6 +524,16 @@ export interface EgressConfiguration {
502
524
  */
503
525
  VpcConnectorArn?: string;
504
526
  }
527
+ /**
528
+ * <p>Network configuration settings for inbound network traffic.</p>
529
+ */
530
+ export interface IngressConfiguration {
531
+ /**
532
+ * <p>Specifies whether your App Runner service is publicly accessible. To make the service publicly accessible set it to <code>True</code>. To make the service
533
+ * privately accessible, from only within an Amazon VPC set it to <code>False</code>. </p>
534
+ */
535
+ IsPubliclyAccessible?: boolean;
536
+ }
505
537
  /**
506
538
  * <p>Describes configuration settings related to network traffic of an App Runner service. Consists of embedded objects for each configurable network
507
539
  * feature.</p>
@@ -511,6 +543,10 @@ export interface NetworkConfiguration {
511
543
  * <p>Network configuration settings for outbound message traffic.</p>
512
544
  */
513
545
  EgressConfiguration?: EgressConfiguration;
546
+ /**
547
+ * <p>Network configuration settings for inbound message traffic.</p>
548
+ */
549
+ IngressConfiguration?: IngressConfiguration;
514
550
  }
515
551
  /**
516
552
  * <p>Describes the observability configuration of an App Runner service. These are additional observability features, like tracing, that you choose to
@@ -552,10 +588,14 @@ export interface AuthenticationConfiguration {
552
588
  export declare enum Runtime {
553
589
  CORRETTO_11 = "CORRETTO_11",
554
590
  CORRETTO_8 = "CORRETTO_8",
591
+ DOTNET_6 = "DOTNET_6",
592
+ GO_1 = "GO_1",
555
593
  NODEJS_12 = "NODEJS_12",
556
594
  NODEJS_14 = "NODEJS_14",
557
595
  NODEJS_16 = "NODEJS_16",
558
- PYTHON_3 = "PYTHON_3"
596
+ PHP_81 = "PHP_81",
597
+ PYTHON_3 = "PYTHON_3",
598
+ RUBY_31 = "RUBY_31"
559
599
  }
560
600
  /**
561
601
  * <p>Describes the basic configuration needed for building and running an App Runner service. This type doesn't support the full set of possible
@@ -823,7 +863,7 @@ export interface Service {
823
863
  /**
824
864
  * <p>A subdomain URL that App Runner generated for this service. You can use this URL to access your service web application.</p>
825
865
  */
826
- ServiceUrl: string | undefined;
866
+ ServiceUrl?: string;
827
867
  /**
828
868
  * <p>The time when the App Runner service was created. It's in the Unix time stamp format.</p>
829
869
  */
@@ -976,6 +1016,127 @@ export interface CreateVpcConnectorResponse {
976
1016
  */
977
1017
  VpcConnector: VpcConnector | undefined;
978
1018
  }
1019
+ /**
1020
+ * <p>The configuration of your VPC and the associated VPC endpoint. The VPC endpoint is an Amazon Web Services PrivateLink resource that allows access to your App Runner
1021
+ * services from within an Amazon VPC.</p>
1022
+ */
1023
+ export interface IngressVpcConfiguration {
1024
+ /**
1025
+ * <p>The ID of the VPC that is used for the VPC endpoint.</p>
1026
+ */
1027
+ VpcId?: string;
1028
+ /**
1029
+ * <p>The ID of the VPC endpoint that your App Runner service connects to.
1030
+ * </p>
1031
+ */
1032
+ VpcEndpointId?: string;
1033
+ }
1034
+ export interface CreateVpcIngressConnectionRequest {
1035
+ /**
1036
+ * <p>The Amazon Resource Name (ARN) for this App Runner service that is used to create the VPC Ingress Connection resource.</p>
1037
+ */
1038
+ ServiceArn: string | undefined;
1039
+ /**
1040
+ * <p>A name for the VPC Ingress Connection resource. It must be unique across all the active VPC Ingress Connections in your Amazon Web Services account in the Amazon Web Services Region.
1041
+ * </p>
1042
+ */
1043
+ VpcIngressConnectionName: string | undefined;
1044
+ /**
1045
+ * <p>Specifications for the customer’s Amazon VPC and the related Amazon Web Services PrivateLink VPC endpoint that are used to create the VPC Ingress Connection
1046
+ * resource.</p>
1047
+ */
1048
+ IngressVpcConfiguration: IngressVpcConfiguration | undefined;
1049
+ /**
1050
+ * <p>An optional list of metadata items that you can associate with the VPC Ingress Connection resource. A tag is a key-value pair.</p>
1051
+ */
1052
+ Tags?: Tag[];
1053
+ }
1054
+ export declare enum VpcIngressConnectionStatus {
1055
+ AVAILABLE = "AVAILABLE",
1056
+ DELETED = "DELETED",
1057
+ FAILED_CREATION = "FAILED_CREATION",
1058
+ FAILED_DELETION = "FAILED_DELETION",
1059
+ FAILED_UPDATE = "FAILED_UPDATE",
1060
+ PENDING_CREATION = "PENDING_CREATION",
1061
+ PENDING_DELETION = "PENDING_DELETION",
1062
+ PENDING_UPDATE = "PENDING_UPDATE"
1063
+ }
1064
+ /**
1065
+ * <p>The App Runner resource that specifies an App Runner endpoint for incoming traffic. It establishes a connection between a VPC interface endpoint and a App Runner
1066
+ * service, to make your App Runner service accessible from only within an Amazon VPC.</p>
1067
+ */
1068
+ export interface VpcIngressConnection {
1069
+ /**
1070
+ * <p>The Amazon Resource Name (ARN) of the VPC Ingress Connection.
1071
+ * </p>
1072
+ */
1073
+ VpcIngressConnectionArn?: string;
1074
+ /**
1075
+ * <p>The customer-provided VPC Ingress Connection name.</p>
1076
+ */
1077
+ VpcIngressConnectionName?: string;
1078
+ /**
1079
+ * <p>The Amazon Resource Name (ARN) of the service associated with the VPC Ingress Connection.
1080
+ * </p>
1081
+ */
1082
+ ServiceArn?: string;
1083
+ /**
1084
+ * <p>The current status of the VPC Ingress Connection.
1085
+ * The VPC Ingress Connection displays one of the following statuses: <code>AVAILABLE</code>, <code>PENDING_CREATION</code>, <code>PENDING_UPDATE</code>, <code>PENDING_DELETION</code>,<code>FAILED_CREATION</code>, <code>FAILED_UPDATE</code>, <code>FAILED_DELETION</code>, and <code>DELETED</code>..
1086
+ * </p>
1087
+ */
1088
+ Status?: VpcIngressConnectionStatus | string;
1089
+ /**
1090
+ * <p>The Account Id you use to create the VPC Ingress Connection resource.</p>
1091
+ */
1092
+ AccountId?: string;
1093
+ /**
1094
+ * <p>The domain name associated with the VPC Ingress Connection resource.</p>
1095
+ */
1096
+ DomainName?: string;
1097
+ /**
1098
+ * <p>Specifications for the customer’s VPC and related PrivateLink VPC endpoint that are used to associate with the VPC Ingress Connection resource.</p>
1099
+ */
1100
+ IngressVpcConfiguration?: IngressVpcConfiguration;
1101
+ /**
1102
+ * <p>The time when the VPC Ingress Connection was created. It's in the Unix time stamp format.</p>
1103
+ * <ul>
1104
+ * <li>
1105
+ * <p>
1106
+ * Type: Timestamp
1107
+ * </p>
1108
+ * </li>
1109
+ * <li>
1110
+ * <p>
1111
+ * Required: Yes
1112
+ * </p>
1113
+ * </li>
1114
+ * </ul>
1115
+ */
1116
+ CreatedAt?: Date;
1117
+ /**
1118
+ * <p>The time when the App Runner service was deleted. It's in the Unix time stamp format.</p>
1119
+ * <ul>
1120
+ * <li>
1121
+ * <p>
1122
+ * Type: Timestamp
1123
+ * </p>
1124
+ * </li>
1125
+ * <li>
1126
+ * <p>
1127
+ * Required: No
1128
+ * </p>
1129
+ * </li>
1130
+ * </ul>
1131
+ */
1132
+ DeletedAt?: Date;
1133
+ }
1134
+ export interface CreateVpcIngressConnectionResponse {
1135
+ /**
1136
+ * <p>A description of the App Runner VPC Ingress Connection resource that's created by this request. </p>
1137
+ */
1138
+ VpcIngressConnection: VpcIngressConnection | undefined;
1139
+ }
979
1140
  export interface DeleteAutoScalingConfigurationRequest {
980
1141
  /**
981
1142
  * <p>The Amazon Resource Name (ARN) of the App Runner auto scaling configuration that you want to delete.</p>
@@ -1062,6 +1223,18 @@ export interface DeleteVpcConnectorResponse {
1062
1223
  */
1063
1224
  VpcConnector: VpcConnector | undefined;
1064
1225
  }
1226
+ export interface DeleteVpcIngressConnectionRequest {
1227
+ /**
1228
+ * <p>The Amazon Resource Name (ARN) of the App Runner VPC Ingress Connection that you want to delete.</p>
1229
+ */
1230
+ VpcIngressConnectionArn: string | undefined;
1231
+ }
1232
+ export interface DeleteVpcIngressConnectionResponse {
1233
+ /**
1234
+ * <p>A description of the App Runner VPC Ingress Connection that this request just deleted.</p>
1235
+ */
1236
+ VpcIngressConnection: VpcIngressConnection | undefined;
1237
+ }
1065
1238
  export interface DescribeAutoScalingConfigurationRequest {
1066
1239
  /**
1067
1240
  * <p>The Amazon Resource Name (ARN) of the App Runner auto scaling configuration that you want a description for.</p>
@@ -1110,6 +1283,11 @@ export interface DescribeCustomDomainsResponse {
1110
1283
  * <code>MaxResults</code> records per call.</p>
1111
1284
  */
1112
1285
  CustomDomains: CustomDomain[] | undefined;
1286
+ /**
1287
+ * <p>DNS Target records for the custom domains of this Amazon VPC.
1288
+ * </p>
1289
+ */
1290
+ VpcDNSTargets: VpcDNSTarget[] | undefined;
1113
1291
  /**
1114
1292
  * <p>The token that you can pass in a subsequent request to get the next result page. It's returned in a paginated request.</p>
1115
1293
  */
@@ -1157,6 +1335,18 @@ export interface DescribeVpcConnectorResponse {
1157
1335
  */
1158
1336
  VpcConnector: VpcConnector | undefined;
1159
1337
  }
1338
+ export interface DescribeVpcIngressConnectionRequest {
1339
+ /**
1340
+ * <p>The Amazon Resource Name (ARN) of the App Runner VPC Ingress Connection that you want a description for.</p>
1341
+ */
1342
+ VpcIngressConnectionArn: string | undefined;
1343
+ }
1344
+ export interface DescribeVpcIngressConnectionResponse {
1345
+ /**
1346
+ * <p>A description of the App Runner VPC Ingress Connection that you specified in this request.</p>
1347
+ */
1348
+ VpcIngressConnection: VpcIngressConnection | undefined;
1349
+ }
1160
1350
  export interface DisassociateCustomDomainRequest {
1161
1351
  /**
1162
1352
  * <p>The Amazon Resource Name (ARN) of the App Runner service that you want to disassociate a custom domain name from.</p>
@@ -1180,6 +1370,11 @@ export interface DisassociateCustomDomainResponse {
1180
1370
  * <p>A description of the domain name that's being disassociated.</p>
1181
1371
  */
1182
1372
  CustomDomain: CustomDomain | undefined;
1373
+ /**
1374
+ * <p>DNS Target records for the custom domains of this Amazon VPC.
1375
+ * </p>
1376
+ */
1377
+ VpcDNSTargets: VpcDNSTarget[] | undefined;
1183
1378
  }
1184
1379
  export interface ListAutoScalingConfigurationsRequest {
1185
1380
  /**
@@ -1511,6 +1706,63 @@ export interface ListVpcConnectorsResponse {
1511
1706
  */
1512
1707
  NextToken?: string;
1513
1708
  }
1709
+ /**
1710
+ * <p>Returns a list of VPC Ingress Connections based on the filter provided. It can return either <code>ServiceArn</code> or <code>VpcEndpointId</code>, or both.</p>
1711
+ */
1712
+ export interface ListVpcIngressConnectionsFilter {
1713
+ /**
1714
+ * <p>The Amazon Resource Name (ARN) of a service to filter by.
1715
+ * </p>
1716
+ */
1717
+ ServiceArn?: string;
1718
+ /**
1719
+ * <p>The ID of a VPC Endpoint to filter by.
1720
+ * </p>
1721
+ */
1722
+ VpcEndpointId?: string;
1723
+ }
1724
+ export interface ListVpcIngressConnectionsRequest {
1725
+ /**
1726
+ * <p>The VPC Ingress Connections to be listed based on either the Service Arn or Vpc Endpoint Id, or both.</p>
1727
+ */
1728
+ Filter?: ListVpcIngressConnectionsFilter;
1729
+ /**
1730
+ * <p>The maximum number of results to include in each response (result page). It's used for a paginated request.</p>
1731
+ * <p>If you don't specify <code>MaxResults</code>, the request retrieves all available results in a single response.</p>
1732
+ */
1733
+ MaxResults?: number;
1734
+ /**
1735
+ * <p>A token from a previous result page. It's used for a paginated request. The request retrieves the next result page. All other parameter values must be
1736
+ * identical to the ones that are specified in the initial request.</p>
1737
+ * <p>If you don't specify <code>NextToken</code>, the request retrieves the first result page.</p>
1738
+ */
1739
+ NextToken?: string;
1740
+ }
1741
+ /**
1742
+ * <p>Provides summary information about an VPC Ingress Connection, which includes its VPC Ingress Connection ARN and its associated Service ARN.</p>
1743
+ */
1744
+ export interface VpcIngressConnectionSummary {
1745
+ /**
1746
+ * <p>The Amazon Resource Name (ARN) of the VPC Ingress Connection.
1747
+ * </p>
1748
+ */
1749
+ VpcIngressConnectionArn?: string;
1750
+ /**
1751
+ * <p>The Amazon Resource Name (ARN) of the service associated with the VPC Ingress Connection.
1752
+ * </p>
1753
+ */
1754
+ ServiceArn?: string;
1755
+ }
1756
+ export interface ListVpcIngressConnectionsResponse {
1757
+ /**
1758
+ * <p>A list of summary information records for VPC Ingress Connections. In a paginated request, the request returns up to <code>MaxResults</code> records for each call.</p>
1759
+ */
1760
+ VpcIngressConnectionSummaryList: VpcIngressConnectionSummary[] | undefined;
1761
+ /**
1762
+ * <p>The token that you can pass in a subsequent request to get the next result page. It's returned in a paginated request.</p>
1763
+ */
1764
+ NextToken?: string;
1765
+ }
1514
1766
  export interface PauseServiceRequest {
1515
1767
  /**
1516
1768
  * <p>The Amazon Resource Name (ARN) of the App Runner service that you want to pause.</p>
@@ -1631,6 +1883,23 @@ export interface UpdateServiceResponse {
1631
1883
  */
1632
1884
  OperationId: string | undefined;
1633
1885
  }
1886
+ export interface UpdateVpcIngressConnectionRequest {
1887
+ /**
1888
+ * <p>The Amazon Resource Name (Arn) for the App Runner VPC Ingress Connection resource that you want to update.</p>
1889
+ */
1890
+ VpcIngressConnectionArn: string | undefined;
1891
+ /**
1892
+ * <p>Specifications for the customer’s Amazon VPC and the related Amazon Web Services PrivateLink VPC endpoint that are used to update the VPC Ingress Connection
1893
+ * resource.</p>
1894
+ */
1895
+ IngressVpcConfiguration: IngressVpcConfiguration | undefined;
1896
+ }
1897
+ export interface UpdateVpcIngressConnectionResponse {
1898
+ /**
1899
+ * <p>A description of the App Runner VPC Ingress Connection resource that's updated by this request.</p>
1900
+ */
1901
+ VpcIngressConnection: VpcIngressConnection | undefined;
1902
+ }
1634
1903
  /**
1635
1904
  * @internal
1636
1905
  */
@@ -1643,6 +1912,10 @@ export declare const CertificateValidationRecordFilterSensitiveLog: (obj: Certif
1643
1912
  * @internal
1644
1913
  */
1645
1914
  export declare const CustomDomainFilterSensitiveLog: (obj: CustomDomain) => any;
1915
+ /**
1916
+ * @internal
1917
+ */
1918
+ export declare const VpcDNSTargetFilterSensitiveLog: (obj: VpcDNSTarget) => any;
1646
1919
  /**
1647
1920
  * @internal
1648
1921
  */
@@ -1707,6 +1980,10 @@ export declare const InstanceConfigurationFilterSensitiveLog: (obj: InstanceConf
1707
1980
  * @internal
1708
1981
  */
1709
1982
  export declare const EgressConfigurationFilterSensitiveLog: (obj: EgressConfiguration) => any;
1983
+ /**
1984
+ * @internal
1985
+ */
1986
+ export declare const IngressConfigurationFilterSensitiveLog: (obj: IngressConfiguration) => any;
1710
1987
  /**
1711
1988
  * @internal
1712
1989
  */
@@ -1775,6 +2052,22 @@ export declare const VpcConnectorFilterSensitiveLog: (obj: VpcConnector) => any;
1775
2052
  * @internal
1776
2053
  */
1777
2054
  export declare const CreateVpcConnectorResponseFilterSensitiveLog: (obj: CreateVpcConnectorResponse) => any;
2055
+ /**
2056
+ * @internal
2057
+ */
2058
+ export declare const IngressVpcConfigurationFilterSensitiveLog: (obj: IngressVpcConfiguration) => any;
2059
+ /**
2060
+ * @internal
2061
+ */
2062
+ export declare const CreateVpcIngressConnectionRequestFilterSensitiveLog: (obj: CreateVpcIngressConnectionRequest) => any;
2063
+ /**
2064
+ * @internal
2065
+ */
2066
+ export declare const VpcIngressConnectionFilterSensitiveLog: (obj: VpcIngressConnection) => any;
2067
+ /**
2068
+ * @internal
2069
+ */
2070
+ export declare const CreateVpcIngressConnectionResponseFilterSensitiveLog: (obj: CreateVpcIngressConnectionResponse) => any;
1778
2071
  /**
1779
2072
  * @internal
1780
2073
  */
@@ -1815,6 +2108,14 @@ export declare const DeleteVpcConnectorRequestFilterSensitiveLog: (obj: DeleteVp
1815
2108
  * @internal
1816
2109
  */
1817
2110
  export declare const DeleteVpcConnectorResponseFilterSensitiveLog: (obj: DeleteVpcConnectorResponse) => any;
2111
+ /**
2112
+ * @internal
2113
+ */
2114
+ export declare const DeleteVpcIngressConnectionRequestFilterSensitiveLog: (obj: DeleteVpcIngressConnectionRequest) => any;
2115
+ /**
2116
+ * @internal
2117
+ */
2118
+ export declare const DeleteVpcIngressConnectionResponseFilterSensitiveLog: (obj: DeleteVpcIngressConnectionResponse) => any;
1818
2119
  /**
1819
2120
  * @internal
1820
2121
  */
@@ -1855,6 +2156,14 @@ export declare const DescribeVpcConnectorRequestFilterSensitiveLog: (obj: Descri
1855
2156
  * @internal
1856
2157
  */
1857
2158
  export declare const DescribeVpcConnectorResponseFilterSensitiveLog: (obj: DescribeVpcConnectorResponse) => any;
2159
+ /**
2160
+ * @internal
2161
+ */
2162
+ export declare const DescribeVpcIngressConnectionRequestFilterSensitiveLog: (obj: DescribeVpcIngressConnectionRequest) => any;
2163
+ /**
2164
+ * @internal
2165
+ */
2166
+ export declare const DescribeVpcIngressConnectionResponseFilterSensitiveLog: (obj: DescribeVpcIngressConnectionResponse) => any;
1858
2167
  /**
1859
2168
  * @internal
1860
2169
  */
@@ -1935,6 +2244,22 @@ export declare const ListVpcConnectorsRequestFilterSensitiveLog: (obj: ListVpcCo
1935
2244
  * @internal
1936
2245
  */
1937
2246
  export declare const ListVpcConnectorsResponseFilterSensitiveLog: (obj: ListVpcConnectorsResponse) => any;
2247
+ /**
2248
+ * @internal
2249
+ */
2250
+ export declare const ListVpcIngressConnectionsFilterFilterSensitiveLog: (obj: ListVpcIngressConnectionsFilter) => any;
2251
+ /**
2252
+ * @internal
2253
+ */
2254
+ export declare const ListVpcIngressConnectionsRequestFilterSensitiveLog: (obj: ListVpcIngressConnectionsRequest) => any;
2255
+ /**
2256
+ * @internal
2257
+ */
2258
+ export declare const VpcIngressConnectionSummaryFilterSensitiveLog: (obj: VpcIngressConnectionSummary) => any;
2259
+ /**
2260
+ * @internal
2261
+ */
2262
+ export declare const ListVpcIngressConnectionsResponseFilterSensitiveLog: (obj: ListVpcIngressConnectionsResponse) => any;
1938
2263
  /**
1939
2264
  * @internal
1940
2265
  */
@@ -1983,3 +2308,11 @@ export declare const UpdateServiceRequestFilterSensitiveLog: (obj: UpdateService
1983
2308
  * @internal
1984
2309
  */
1985
2310
  export declare const UpdateServiceResponseFilterSensitiveLog: (obj: UpdateServiceResponse) => any;
2311
+ /**
2312
+ * @internal
2313
+ */
2314
+ export declare const UpdateVpcIngressConnectionRequestFilterSensitiveLog: (obj: UpdateVpcIngressConnectionRequest) => any;
2315
+ /**
2316
+ * @internal
2317
+ */
2318
+ export declare const UpdateVpcIngressConnectionResponseFilterSensitiveLog: (obj: UpdateVpcIngressConnectionResponse) => any;
@@ -0,0 +1,4 @@
1
+ import { Paginator } from "@aws-sdk/types";
2
+ import { ListVpcIngressConnectionsCommandInput, ListVpcIngressConnectionsCommandOutput } from "../commands/ListVpcIngressConnectionsCommand";
3
+ import { AppRunnerPaginationConfiguration } from "./Interfaces";
4
+ export declare function paginateListVpcIngressConnections(config: AppRunnerPaginationConfiguration, input: ListVpcIngressConnectionsCommandInput, ...additionalArguments: any): Paginator<ListVpcIngressConnectionsCommandOutput>;
@@ -6,3 +6,4 @@ export * from "./ListObservabilityConfigurationsPaginator";
6
6
  export * from "./ListOperationsPaginator";
7
7
  export * from "./ListServicesPaginator";
8
8
  export * from "./ListVpcConnectorsPaginator";
9
+ export * from "./ListVpcIngressConnectionsPaginator";
@@ -6,16 +6,19 @@ import { CreateConnectionCommandInput, CreateConnectionCommandOutput } from "../
6
6
  import { CreateObservabilityConfigurationCommandInput, CreateObservabilityConfigurationCommandOutput } from "../commands/CreateObservabilityConfigurationCommand";
7
7
  import { CreateServiceCommandInput, CreateServiceCommandOutput } from "../commands/CreateServiceCommand";
8
8
  import { CreateVpcConnectorCommandInput, CreateVpcConnectorCommandOutput } from "../commands/CreateVpcConnectorCommand";
9
+ import { CreateVpcIngressConnectionCommandInput, CreateVpcIngressConnectionCommandOutput } from "../commands/CreateVpcIngressConnectionCommand";
9
10
  import { DeleteAutoScalingConfigurationCommandInput, DeleteAutoScalingConfigurationCommandOutput } from "../commands/DeleteAutoScalingConfigurationCommand";
10
11
  import { DeleteConnectionCommandInput, DeleteConnectionCommandOutput } from "../commands/DeleteConnectionCommand";
11
12
  import { DeleteObservabilityConfigurationCommandInput, DeleteObservabilityConfigurationCommandOutput } from "../commands/DeleteObservabilityConfigurationCommand";
12
13
  import { DeleteServiceCommandInput, DeleteServiceCommandOutput } from "../commands/DeleteServiceCommand";
13
14
  import { DeleteVpcConnectorCommandInput, DeleteVpcConnectorCommandOutput } from "../commands/DeleteVpcConnectorCommand";
15
+ import { DeleteVpcIngressConnectionCommandInput, DeleteVpcIngressConnectionCommandOutput } from "../commands/DeleteVpcIngressConnectionCommand";
14
16
  import { DescribeAutoScalingConfigurationCommandInput, DescribeAutoScalingConfigurationCommandOutput } from "../commands/DescribeAutoScalingConfigurationCommand";
15
17
  import { DescribeCustomDomainsCommandInput, DescribeCustomDomainsCommandOutput } from "../commands/DescribeCustomDomainsCommand";
16
18
  import { DescribeObservabilityConfigurationCommandInput, DescribeObservabilityConfigurationCommandOutput } from "../commands/DescribeObservabilityConfigurationCommand";
17
19
  import { DescribeServiceCommandInput, DescribeServiceCommandOutput } from "../commands/DescribeServiceCommand";
18
20
  import { DescribeVpcConnectorCommandInput, DescribeVpcConnectorCommandOutput } from "../commands/DescribeVpcConnectorCommand";
21
+ import { DescribeVpcIngressConnectionCommandInput, DescribeVpcIngressConnectionCommandOutput } from "../commands/DescribeVpcIngressConnectionCommand";
19
22
  import { DisassociateCustomDomainCommandInput, DisassociateCustomDomainCommandOutput } from "../commands/DisassociateCustomDomainCommand";
20
23
  import { ListAutoScalingConfigurationsCommandInput, ListAutoScalingConfigurationsCommandOutput } from "../commands/ListAutoScalingConfigurationsCommand";
21
24
  import { ListConnectionsCommandInput, ListConnectionsCommandOutput } from "../commands/ListConnectionsCommand";
@@ -24,28 +27,33 @@ import { ListOperationsCommandInput, ListOperationsCommandOutput } from "../comm
24
27
  import { ListServicesCommandInput, ListServicesCommandOutput } from "../commands/ListServicesCommand";
25
28
  import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "../commands/ListTagsForResourceCommand";
26
29
  import { ListVpcConnectorsCommandInput, ListVpcConnectorsCommandOutput } from "../commands/ListVpcConnectorsCommand";
30
+ import { ListVpcIngressConnectionsCommandInput, ListVpcIngressConnectionsCommandOutput } from "../commands/ListVpcIngressConnectionsCommand";
27
31
  import { PauseServiceCommandInput, PauseServiceCommandOutput } from "../commands/PauseServiceCommand";
28
32
  import { ResumeServiceCommandInput, ResumeServiceCommandOutput } from "../commands/ResumeServiceCommand";
29
33
  import { StartDeploymentCommandInput, StartDeploymentCommandOutput } from "../commands/StartDeploymentCommand";
30
34
  import { TagResourceCommandInput, TagResourceCommandOutput } from "../commands/TagResourceCommand";
31
35
  import { UntagResourceCommandInput, UntagResourceCommandOutput } from "../commands/UntagResourceCommand";
32
36
  import { UpdateServiceCommandInput, UpdateServiceCommandOutput } from "../commands/UpdateServiceCommand";
37
+ import { UpdateVpcIngressConnectionCommandInput, UpdateVpcIngressConnectionCommandOutput } from "../commands/UpdateVpcIngressConnectionCommand";
33
38
  export declare const serializeAws_json1_0AssociateCustomDomainCommand: (input: AssociateCustomDomainCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
34
39
  export declare const serializeAws_json1_0CreateAutoScalingConfigurationCommand: (input: CreateAutoScalingConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
35
40
  export declare const serializeAws_json1_0CreateConnectionCommand: (input: CreateConnectionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
36
41
  export declare const serializeAws_json1_0CreateObservabilityConfigurationCommand: (input: CreateObservabilityConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
37
42
  export declare const serializeAws_json1_0CreateServiceCommand: (input: CreateServiceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
38
43
  export declare const serializeAws_json1_0CreateVpcConnectorCommand: (input: CreateVpcConnectorCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
44
+ export declare const serializeAws_json1_0CreateVpcIngressConnectionCommand: (input: CreateVpcIngressConnectionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
39
45
  export declare const serializeAws_json1_0DeleteAutoScalingConfigurationCommand: (input: DeleteAutoScalingConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
40
46
  export declare const serializeAws_json1_0DeleteConnectionCommand: (input: DeleteConnectionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
41
47
  export declare const serializeAws_json1_0DeleteObservabilityConfigurationCommand: (input: DeleteObservabilityConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
42
48
  export declare const serializeAws_json1_0DeleteServiceCommand: (input: DeleteServiceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
43
49
  export declare const serializeAws_json1_0DeleteVpcConnectorCommand: (input: DeleteVpcConnectorCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
50
+ export declare const serializeAws_json1_0DeleteVpcIngressConnectionCommand: (input: DeleteVpcIngressConnectionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
44
51
  export declare const serializeAws_json1_0DescribeAutoScalingConfigurationCommand: (input: DescribeAutoScalingConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
45
52
  export declare const serializeAws_json1_0DescribeCustomDomainsCommand: (input: DescribeCustomDomainsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
46
53
  export declare const serializeAws_json1_0DescribeObservabilityConfigurationCommand: (input: DescribeObservabilityConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
47
54
  export declare const serializeAws_json1_0DescribeServiceCommand: (input: DescribeServiceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
48
55
  export declare const serializeAws_json1_0DescribeVpcConnectorCommand: (input: DescribeVpcConnectorCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
56
+ export declare const serializeAws_json1_0DescribeVpcIngressConnectionCommand: (input: DescribeVpcIngressConnectionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
49
57
  export declare const serializeAws_json1_0DisassociateCustomDomainCommand: (input: DisassociateCustomDomainCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
50
58
  export declare const serializeAws_json1_0ListAutoScalingConfigurationsCommand: (input: ListAutoScalingConfigurationsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
51
59
  export declare const serializeAws_json1_0ListConnectionsCommand: (input: ListConnectionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
@@ -54,28 +62,33 @@ export declare const serializeAws_json1_0ListOperationsCommand: (input: ListOper
54
62
  export declare const serializeAws_json1_0ListServicesCommand: (input: ListServicesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
55
63
  export declare const serializeAws_json1_0ListTagsForResourceCommand: (input: ListTagsForResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
56
64
  export declare const serializeAws_json1_0ListVpcConnectorsCommand: (input: ListVpcConnectorsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
65
+ export declare const serializeAws_json1_0ListVpcIngressConnectionsCommand: (input: ListVpcIngressConnectionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
57
66
  export declare const serializeAws_json1_0PauseServiceCommand: (input: PauseServiceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
58
67
  export declare const serializeAws_json1_0ResumeServiceCommand: (input: ResumeServiceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
59
68
  export declare const serializeAws_json1_0StartDeploymentCommand: (input: StartDeploymentCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
60
69
  export declare const serializeAws_json1_0TagResourceCommand: (input: TagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
61
70
  export declare const serializeAws_json1_0UntagResourceCommand: (input: UntagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
62
71
  export declare const serializeAws_json1_0UpdateServiceCommand: (input: UpdateServiceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
72
+ export declare const serializeAws_json1_0UpdateVpcIngressConnectionCommand: (input: UpdateVpcIngressConnectionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
63
73
  export declare const deserializeAws_json1_0AssociateCustomDomainCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<AssociateCustomDomainCommandOutput>;
64
74
  export declare const deserializeAws_json1_0CreateAutoScalingConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateAutoScalingConfigurationCommandOutput>;
65
75
  export declare const deserializeAws_json1_0CreateConnectionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateConnectionCommandOutput>;
66
76
  export declare const deserializeAws_json1_0CreateObservabilityConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateObservabilityConfigurationCommandOutput>;
67
77
  export declare const deserializeAws_json1_0CreateServiceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateServiceCommandOutput>;
68
78
  export declare const deserializeAws_json1_0CreateVpcConnectorCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateVpcConnectorCommandOutput>;
79
+ export declare const deserializeAws_json1_0CreateVpcIngressConnectionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateVpcIngressConnectionCommandOutput>;
69
80
  export declare const deserializeAws_json1_0DeleteAutoScalingConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteAutoScalingConfigurationCommandOutput>;
70
81
  export declare const deserializeAws_json1_0DeleteConnectionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteConnectionCommandOutput>;
71
82
  export declare const deserializeAws_json1_0DeleteObservabilityConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteObservabilityConfigurationCommandOutput>;
72
83
  export declare const deserializeAws_json1_0DeleteServiceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteServiceCommandOutput>;
73
84
  export declare const deserializeAws_json1_0DeleteVpcConnectorCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteVpcConnectorCommandOutput>;
85
+ export declare const deserializeAws_json1_0DeleteVpcIngressConnectionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteVpcIngressConnectionCommandOutput>;
74
86
  export declare const deserializeAws_json1_0DescribeAutoScalingConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeAutoScalingConfigurationCommandOutput>;
75
87
  export declare const deserializeAws_json1_0DescribeCustomDomainsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeCustomDomainsCommandOutput>;
76
88
  export declare const deserializeAws_json1_0DescribeObservabilityConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeObservabilityConfigurationCommandOutput>;
77
89
  export declare const deserializeAws_json1_0DescribeServiceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeServiceCommandOutput>;
78
90
  export declare const deserializeAws_json1_0DescribeVpcConnectorCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeVpcConnectorCommandOutput>;
91
+ export declare const deserializeAws_json1_0DescribeVpcIngressConnectionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeVpcIngressConnectionCommandOutput>;
79
92
  export declare const deserializeAws_json1_0DisassociateCustomDomainCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DisassociateCustomDomainCommandOutput>;
80
93
  export declare const deserializeAws_json1_0ListAutoScalingConfigurationsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListAutoScalingConfigurationsCommandOutput>;
81
94
  export declare const deserializeAws_json1_0ListConnectionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListConnectionsCommandOutput>;
@@ -84,9 +97,11 @@ export declare const deserializeAws_json1_0ListOperationsCommand: (output: __Htt
84
97
  export declare const deserializeAws_json1_0ListServicesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListServicesCommandOutput>;
85
98
  export declare const deserializeAws_json1_0ListTagsForResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListTagsForResourceCommandOutput>;
86
99
  export declare const deserializeAws_json1_0ListVpcConnectorsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListVpcConnectorsCommandOutput>;
100
+ export declare const deserializeAws_json1_0ListVpcIngressConnectionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListVpcIngressConnectionsCommandOutput>;
87
101
  export declare const deserializeAws_json1_0PauseServiceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<PauseServiceCommandOutput>;
88
102
  export declare const deserializeAws_json1_0ResumeServiceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ResumeServiceCommandOutput>;
89
103
  export declare const deserializeAws_json1_0StartDeploymentCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StartDeploymentCommandOutput>;
90
104
  export declare const deserializeAws_json1_0TagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<TagResourceCommandOutput>;
91
105
  export declare const deserializeAws_json1_0UntagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UntagResourceCommandOutput>;
92
106
  export declare const deserializeAws_json1_0UpdateServiceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateServiceCommandOutput>;
107
+ export declare const deserializeAws_json1_0UpdateVpcIngressConnectionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateVpcIngressConnectionCommandOutput>;