@aws-sdk/client-apprunner 3.50.0 → 3.53.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 (87) hide show
  1. package/CHANGELOG.md +31 -0
  2. package/dist-cjs/AppRunner.js +60 -0
  3. package/dist-cjs/commands/CreateVpcConnectorCommand.js +36 -0
  4. package/dist-cjs/commands/DeleteVpcConnectorCommand.js +36 -0
  5. package/dist-cjs/commands/DescribeVpcConnectorCommand.js +36 -0
  6. package/dist-cjs/commands/ListVpcConnectorsCommand.js +36 -0
  7. package/dist-cjs/commands/index.js +4 -0
  8. package/dist-cjs/index.js +3 -0
  9. package/dist-cjs/models/AppRunnerServiceException.js +11 -0
  10. package/dist-cjs/models/models_0.js +153 -2
  11. package/dist-cjs/pagination/ListVpcConnectorsPaginator.js +35 -0
  12. package/dist-cjs/pagination/index.js +1 -0
  13. package/dist-cjs/protocols/Aws_json1_0.js +544 -675
  14. package/dist-es/AppRunner.js +60 -0
  15. package/dist-es/commands/CreateVpcConnectorCommand.js +39 -0
  16. package/dist-es/commands/DeleteVpcConnectorCommand.js +39 -0
  17. package/dist-es/commands/DescribeVpcConnectorCommand.js +39 -0
  18. package/dist-es/commands/ListVpcConnectorsCommand.js +39 -0
  19. package/dist-es/commands/index.js +4 -0
  20. package/dist-es/index.js +1 -0
  21. package/dist-es/models/AppRunnerServiceException.js +12 -0
  22. package/dist-es/models/models_0.js +125 -2
  23. package/dist-es/pagination/ListVpcConnectorsPaginator.js +74 -0
  24. package/dist-es/pagination/index.js +1 -0
  25. package/dist-es/protocols/Aws_json1_0.js +844 -759
  26. package/dist-types/AppRunner.d.ts +33 -3
  27. package/dist-types/AppRunnerClient.d.ts +6 -2
  28. package/dist-types/commands/CreateAutoScalingConfigurationCommand.d.ts +3 -3
  29. package/dist-types/commands/CreateVpcConnectorCommand.d.ts +36 -0
  30. package/dist-types/commands/DeleteVpcConnectorCommand.d.ts +36 -0
  31. package/dist-types/commands/DescribeVpcConnectorCommand.d.ts +35 -0
  32. package/dist-types/commands/ListVpcConnectorsCommand.d.ts +35 -0
  33. package/dist-types/commands/index.d.ts +4 -0
  34. package/dist-types/index.d.ts +1 -0
  35. package/dist-types/models/AppRunnerServiceException.d.ts +10 -0
  36. package/dist-types/models/models_0.d.ts +294 -27
  37. package/dist-types/pagination/ListVpcConnectorsPaginator.d.ts +4 -0
  38. package/dist-types/pagination/index.d.ts +1 -0
  39. package/dist-types/protocols/Aws_json1_0.d.ts +12 -0
  40. package/dist-types/ts3.4/AppRunner.d.ts +135 -0
  41. package/dist-types/ts3.4/AppRunnerClient.d.ts +99 -0
  42. package/dist-types/ts3.4/commands/AssociateCustomDomainCommand.d.ts +17 -0
  43. package/dist-types/ts3.4/commands/CreateAutoScalingConfigurationCommand.d.ts +17 -0
  44. package/dist-types/ts3.4/commands/CreateConnectionCommand.d.ts +17 -0
  45. package/dist-types/ts3.4/commands/CreateServiceCommand.d.ts +17 -0
  46. package/dist-types/ts3.4/commands/CreateVpcConnectorCommand.d.ts +17 -0
  47. package/dist-types/ts3.4/commands/DeleteAutoScalingConfigurationCommand.d.ts +17 -0
  48. package/dist-types/ts3.4/commands/DeleteConnectionCommand.d.ts +17 -0
  49. package/dist-types/ts3.4/commands/DeleteServiceCommand.d.ts +17 -0
  50. package/dist-types/ts3.4/commands/DeleteVpcConnectorCommand.d.ts +17 -0
  51. package/dist-types/ts3.4/commands/DescribeAutoScalingConfigurationCommand.d.ts +17 -0
  52. package/dist-types/ts3.4/commands/DescribeCustomDomainsCommand.d.ts +17 -0
  53. package/dist-types/ts3.4/commands/DescribeServiceCommand.d.ts +17 -0
  54. package/dist-types/ts3.4/commands/DescribeVpcConnectorCommand.d.ts +17 -0
  55. package/dist-types/ts3.4/commands/DisassociateCustomDomainCommand.d.ts +17 -0
  56. package/dist-types/ts3.4/commands/ListAutoScalingConfigurationsCommand.d.ts +17 -0
  57. package/dist-types/ts3.4/commands/ListConnectionsCommand.d.ts +17 -0
  58. package/dist-types/ts3.4/commands/ListOperationsCommand.d.ts +17 -0
  59. package/dist-types/ts3.4/commands/ListServicesCommand.d.ts +17 -0
  60. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +17 -0
  61. package/dist-types/ts3.4/commands/ListVpcConnectorsCommand.d.ts +17 -0
  62. package/dist-types/ts3.4/commands/PauseServiceCommand.d.ts +17 -0
  63. package/dist-types/ts3.4/commands/ResumeServiceCommand.d.ts +17 -0
  64. package/dist-types/ts3.4/commands/StartDeploymentCommand.d.ts +17 -0
  65. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +17 -0
  66. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +17 -0
  67. package/dist-types/ts3.4/commands/UpdateServiceCommand.d.ts +17 -0
  68. package/dist-types/ts3.4/commands/index.d.ts +26 -0
  69. package/dist-types/ts3.4/endpoints.d.ts +2 -0
  70. package/dist-types/ts3.4/index.d.ts +6 -0
  71. package/dist-types/ts3.4/models/AppRunnerServiceException.d.ts +6 -0
  72. package/dist-types/ts3.4/models/index.d.ts +1 -0
  73. package/dist-types/ts3.4/models/models_0.d.ts +1027 -0
  74. package/dist-types/ts3.4/pagination/DescribeCustomDomainsPaginator.d.ts +4 -0
  75. package/dist-types/ts3.4/pagination/Interfaces.d.ts +6 -0
  76. package/dist-types/ts3.4/pagination/ListAutoScalingConfigurationsPaginator.d.ts +4 -0
  77. package/dist-types/ts3.4/pagination/ListConnectionsPaginator.d.ts +4 -0
  78. package/dist-types/ts3.4/pagination/ListOperationsPaginator.d.ts +4 -0
  79. package/dist-types/ts3.4/pagination/ListServicesPaginator.d.ts +4 -0
  80. package/dist-types/ts3.4/pagination/ListVpcConnectorsPaginator.d.ts +4 -0
  81. package/dist-types/ts3.4/pagination/index.d.ts +7 -0
  82. package/dist-types/ts3.4/protocols/Aws_json1_0.d.ts +80 -0
  83. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +38 -0
  84. package/dist-types/ts3.4/runtimeConfig.d.ts +38 -0
  85. package/dist-types/ts3.4/runtimeConfig.native.d.ts +37 -0
  86. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +11 -0
  87. package/package.json +33 -33
@@ -1,4 +1,5 @@
1
- import { MetadataBearer as $MetadataBearer, SmithyException as __SmithyException } from "@aws-sdk/types";
1
+ import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client";
2
+ import { AppRunnerServiceException as __BaseException } from "./AppRunnerServiceException";
2
3
  export interface AssociateCustomDomainRequest {
3
4
  /**
4
5
  * <p>The Amazon Resource Name (ARN) of the App Runner service that you want to associate a custom domain name with.</p>
@@ -119,26 +120,38 @@ export declare namespace AssociateCustomDomainResponse {
119
120
  /**
120
121
  * <p>An unexpected service exception occurred.</p>
121
122
  */
122
- export interface InternalServiceErrorException extends __SmithyException, $MetadataBearer {
123
- name: "InternalServiceErrorException";
124
- $fault: "server";
123
+ export declare class InternalServiceErrorException extends __BaseException {
124
+ readonly name: "InternalServiceErrorException";
125
+ readonly $fault: "server";
125
126
  Message?: string;
127
+ /**
128
+ * @internal
129
+ */
130
+ constructor(opts: __ExceptionOptionType<InternalServiceErrorException, __BaseException>);
126
131
  }
127
132
  /**
128
133
  * <p>One or more input parameters aren't valid. Refer to the API action's document page, correct the input parameters, and try the action again.</p>
129
134
  */
130
- export interface InvalidRequestException extends __SmithyException, $MetadataBearer {
131
- name: "InvalidRequestException";
132
- $fault: "client";
135
+ export declare class InvalidRequestException extends __BaseException {
136
+ readonly name: "InvalidRequestException";
137
+ readonly $fault: "client";
133
138
  Message?: string;
139
+ /**
140
+ * @internal
141
+ */
142
+ constructor(opts: __ExceptionOptionType<InvalidRequestException, __BaseException>);
134
143
  }
135
144
  /**
136
145
  * <p>You can't perform this action when the resource is in its current state.</p>
137
146
  */
138
- export interface InvalidStateException extends __SmithyException, $MetadataBearer {
139
- name: "InvalidStateException";
140
- $fault: "client";
147
+ export declare class InvalidStateException extends __BaseException {
148
+ readonly name: "InvalidStateException";
149
+ readonly $fault: "client";
141
150
  Message?: string;
151
+ /**
152
+ * @internal
153
+ */
154
+ constructor(opts: __ExceptionOptionType<InvalidStateException, __BaseException>);
142
155
  }
143
156
  /**
144
157
  * <p>Describes a tag that is applied to an App Runner resource. A tag is a metadata item consisting of a key-value pair.</p>
@@ -163,6 +176,12 @@ export interface CreateAutoScalingConfigurationRequest {
163
176
  /**
164
177
  * <p>A name for the auto scaling configuration. When you use it for the first time in an Amazon Web Services Region, App Runner creates revision number <code>1</code> of this
165
178
  * name. When you use the same name in subsequent calls, App Runner creates incremental revisions of the configuration.</p>
179
+ * <note>
180
+ * <p>The name <code>DefaultConfiguration</code> is reserved (it's the configuration that App Runner uses if you don't provide a custome one). You can't use it
181
+ * to create a new auto scaling configuration, and you can't create a revision of it.</p>
182
+ * <p>When you want to use your own auto scaling configuration for your App Runner service, <i>create a configuration with a different name</i>,
183
+ * and then provide it when you create or update your service.</p>
184
+ * </note>
166
185
  */
167
186
  AutoScalingConfigurationName: string | undefined;
168
187
  /**
@@ -203,11 +222,12 @@ export declare enum AutoScalingConfigurationStatus {
203
222
  INACTIVE = "INACTIVE"
204
223
  }
205
224
  /**
206
- * <p>Describes an App Runner automatic scaling configuration resource. Multiple revisions of a configuration have the same
207
- * <code>AutoScalingConfigurationName</code> and different <code>AutoScalingConfigurationRevision</code> values.</p>
225
+ * <p>Describes an App Runner automatic scaling configuration resource.</p>
208
226
  * <p>A higher <code>MinSize</code> increases the spread of your App Runner service over more Availability Zones in the Amazon Web Services Region. The tradeoff is a higher
209
227
  * minimal cost.</p>
210
228
  * <p>A lower <code>MaxSize</code> controls your cost. The tradeoff is lower responsiveness during peak demand.</p>
229
+ * <p>Multiple revisions of a configuration might have the same <code>AutoScalingConfigurationName</code> and different
230
+ * <code>AutoScalingConfigurationRevision</code> values.</p>
211
231
  */
212
232
  export interface AutoScalingConfiguration {
213
233
  /**
@@ -281,10 +301,14 @@ export declare namespace CreateAutoScalingConfigurationResponse {
281
301
  * <p>For App Runner per-resource quotas, see <a href="https://docs.aws.amazon.com/general/latest/gr/apprunner.html">App Runner endpoints and quotas</a> in the
282
302
  * <i>Amazon Web Services General Reference</i>.</p>
283
303
  */
284
- export interface ServiceQuotaExceededException extends __SmithyException, $MetadataBearer {
285
- name: "ServiceQuotaExceededException";
286
- $fault: "client";
304
+ export declare class ServiceQuotaExceededException extends __BaseException {
305
+ readonly name: "ServiceQuotaExceededException";
306
+ readonly $fault: "client";
287
307
  Message?: string;
308
+ /**
309
+ * @internal
310
+ */
311
+ constructor(opts: __ExceptionOptionType<ServiceQuotaExceededException, __BaseException>);
288
312
  }
289
313
  export declare enum ProviderType {
290
314
  GITHUB = "GITHUB"
@@ -455,6 +479,48 @@ export declare namespace InstanceConfiguration {
455
479
  */
456
480
  const filterSensitiveLog: (obj: InstanceConfiguration) => any;
457
481
  }
482
+ export declare enum EgressType {
483
+ DEFAULT = "DEFAULT",
484
+ VPC = "VPC"
485
+ }
486
+ /**
487
+ * <p>Describes configuration settings related to outbound network traffic of an App Runner service.</p>
488
+ */
489
+ export interface EgressConfiguration {
490
+ /**
491
+ * <p>The type of egress configuration.</p>
492
+ * <p>Set to <code>DEFAULT</code> for access to resources hosted on public networks.</p>
493
+ * <p>Set to <code>VPC</code> to associate your service to a custom VPC specified by <code>VpcConnectorArn</code>.</p>
494
+ */
495
+ EgressType?: EgressType | string;
496
+ /**
497
+ * <p>The Amazon Resource Name (ARN) of the App Runner VPC connector that you want to associate with your App Runner service. Only valid when <code>EgressType =
498
+ * VPC</code>.</p>
499
+ */
500
+ VpcConnectorArn?: string;
501
+ }
502
+ export declare namespace EgressConfiguration {
503
+ /**
504
+ * @internal
505
+ */
506
+ const filterSensitiveLog: (obj: EgressConfiguration) => any;
507
+ }
508
+ /**
509
+ * <p>Describes configuration settings related to network traffic of an App Runner service. Consists of embedded objects for each configurable network
510
+ * feature.</p>
511
+ */
512
+ export interface NetworkConfiguration {
513
+ /**
514
+ * <p>Network configuration settings for outbound message traffic.</p>
515
+ */
516
+ EgressConfiguration?: EgressConfiguration;
517
+ }
518
+ export declare namespace NetworkConfiguration {
519
+ /**
520
+ * @internal
521
+ */
522
+ const filterSensitiveLog: (obj: NetworkConfiguration) => any;
523
+ }
458
524
  /**
459
525
  * <p>Describes resources needed to authenticate access to some source repositories. The specific resource depends on the repository provider.</p>
460
526
  */
@@ -477,7 +543,10 @@ export declare namespace AuthenticationConfiguration {
477
543
  const filterSensitiveLog: (obj: AuthenticationConfiguration) => any;
478
544
  }
479
545
  export declare enum Runtime {
546
+ CORRETTO_11 = "CORRETTO_11",
547
+ CORRETTO_8 = "CORRETTO_8",
480
548
  NODEJS_12 = "NODEJS_12",
549
+ NODEJS_14 = "NODEJS_14",
481
550
  PYTHON_3 = "PYTHON_3"
482
551
  }
483
552
  /**
@@ -694,7 +763,7 @@ export declare namespace SourceConfiguration {
694
763
  }
695
764
  export interface CreateServiceRequest {
696
765
  /**
697
- * <p>A name for the new service. It must be unique across all the running App Runner services in your Amazon Web Services account in the Amazon Web Services Region.</p>
766
+ * <p>A name for the App Runner service. It must be unique across all the running App Runner services in your Amazon Web Services account in the Amazon Web Services Region.</p>
698
767
  */
699
768
  ServiceName: string | undefined;
700
769
  /**
@@ -706,23 +775,27 @@ export interface CreateServiceRequest {
706
775
  */
707
776
  InstanceConfiguration?: InstanceConfiguration;
708
777
  /**
709
- * <p>An optional list of metadata items that you can associate with your service resource. A tag is a key-value pair.</p>
778
+ * <p>An optional list of metadata items that you can associate with the App Runner service resource. A tag is a key-value pair.</p>
710
779
  */
711
780
  Tags?: Tag[];
712
781
  /**
713
782
  * <p>An optional custom encryption key that App Runner uses to encrypt the copy of your source repository that it maintains and your service logs. By default,
714
- * App Runner uses an Amazon Web Services managed CMK.</p>
783
+ * App Runner uses an Amazon Web Services managed key.</p>
715
784
  */
716
785
  EncryptionConfiguration?: EncryptionConfiguration;
717
786
  /**
718
- * <p>The settings for the health check that App Runner performs to monitor the health of your service.</p>
787
+ * <p>The settings for the health check that App Runner performs to monitor the health of the App Runner service.</p>
719
788
  */
720
789
  HealthCheckConfiguration?: HealthCheckConfiguration;
721
790
  /**
722
- * <p>The Amazon Resource Name (ARN) of an App Runner automatic scaling configuration resource that you want to associate with your service. If not provided, App Runner
723
- * associates the latest revision of a default auto scaling configuration.</p>
791
+ * <p>The Amazon Resource Name (ARN) of an App Runner automatic scaling configuration resource that you want to associate with the App Runner service. If not provided,
792
+ * App Runner associates the latest revision of a default auto scaling configuration.</p>
724
793
  */
725
794
  AutoScalingConfigurationArn?: string;
795
+ /**
796
+ * <p>Configuration settings related to network traffic of the web application that the App Runner service runs.</p>
797
+ */
798
+ NetworkConfiguration?: NetworkConfiguration;
726
799
  }
727
800
  export declare namespace CreateServiceRequest {
728
801
  /**
@@ -826,7 +899,7 @@ export interface Service {
826
899
  InstanceConfiguration: InstanceConfiguration | undefined;
827
900
  /**
828
901
  * <p>The encryption key that App Runner uses to encrypt the service logs and the copy of the source repository that App Runner maintains for the service. It can be
829
- * either a customer-provided encryption key or an Amazon Web Services managed CMK.</p>
902
+ * either a customer-provided encryption key or an Amazon Web Services managed key.</p>
830
903
  */
831
904
  EncryptionConfiguration?: EncryptionConfiguration;
832
905
  /**
@@ -837,6 +910,10 @@ export interface Service {
837
910
  * <p>Summary information for the App Runner automatic scaling configuration resource that's associated with this service.</p>
838
911
  */
839
912
  AutoScalingConfigurationSummary: AutoScalingConfigurationSummary | undefined;
913
+ /**
914
+ * <p>Configuration settings related to network traffic of the web application that this service runs.</p>
915
+ */
916
+ NetworkConfiguration: NetworkConfiguration | undefined;
840
917
  }
841
918
  export declare namespace Service {
842
919
  /**
@@ -860,6 +937,102 @@ export declare namespace CreateServiceResponse {
860
937
  */
861
938
  const filterSensitiveLog: (obj: CreateServiceResponse) => any;
862
939
  }
940
+ export interface CreateVpcConnectorRequest {
941
+ /**
942
+ * <p>A name for the VPC connector.</p>
943
+ */
944
+ VpcConnectorName: string | undefined;
945
+ /**
946
+ * <p>A list of IDs of subnets that App Runner should use when it associates your service with a custom Amazon VPC. Specify IDs of subnets of a single
947
+ * Amazon VPC. App Runner determines the Amazon VPC from the subnets you specify.</p>
948
+ */
949
+ Subnets: string[] | undefined;
950
+ /**
951
+ * <p>A list of IDs of security groups that App Runner should use for access to Amazon Web Services resources under the specified subnets. If not specified, App Runner uses the
952
+ * default security group of the Amazon VPC. The default security group allows all outbound traffic.</p>
953
+ */
954
+ SecurityGroups?: string[];
955
+ /**
956
+ * <p>A list of metadata items that you can associate with your VPC connector resource. A tag is a key-value pair.</p>
957
+ */
958
+ Tags?: Tag[];
959
+ }
960
+ export declare namespace CreateVpcConnectorRequest {
961
+ /**
962
+ * @internal
963
+ */
964
+ const filterSensitiveLog: (obj: CreateVpcConnectorRequest) => any;
965
+ }
966
+ export declare enum VpcConnectorStatus {
967
+ ACTIVE = "ACTIVE",
968
+ INACTIVE = "INACTIVE"
969
+ }
970
+ /**
971
+ * <p>Describes an App Runner VPC connector resource. A VPC connector describes the Amazon Virtual Private Cloud (Amazon VPC) that an App Runner service is
972
+ * associated with, and the subnets and security group that are used.</p>
973
+ * <p>Multiple revisions of a connector might have the same <code>Name</code> and different <code>Revision</code> values.</p>
974
+ * <note>
975
+ * <p>At this time, App Runner supports only one revision per name.</p>
976
+ * </note>
977
+ */
978
+ export interface VpcConnector {
979
+ /**
980
+ * <p>The customer-provided VPC connector name.</p>
981
+ */
982
+ VpcConnectorName?: string;
983
+ /**
984
+ * <p>The Amazon Resource Name (ARN) of this VPC connector.</p>
985
+ */
986
+ VpcConnectorArn?: string;
987
+ /**
988
+ * <p>The revision of this VPC connector. It's unique among all the active connectors (<code>"Status": "ACTIVE"</code>) that share the same
989
+ * <code>Name</code>.</p>
990
+ * <note>
991
+ * <p>At this time, App Runner supports only one revision per name.</p>
992
+ * </note>
993
+ */
994
+ VpcConnectorRevision?: number;
995
+ /**
996
+ * <p>A list of IDs of subnets that App Runner uses for your service. All IDs are of subnets of a single Amazon VPC.</p>
997
+ */
998
+ Subnets?: string[];
999
+ /**
1000
+ * <p>A list of IDs of security groups that App Runner uses for access to Amazon Web Services resources under the specified subnets. If not specified, App Runner uses the default
1001
+ * security group of the Amazon VPC. The default security group allows all outbound traffic.</p>
1002
+ */
1003
+ SecurityGroups?: string[];
1004
+ /**
1005
+ * <p>The current state of the VPC connector. If the status of a connector revision is <code>INACTIVE</code>, it was deleted and can't be
1006
+ * used. Inactive connector revisions are permanently removed some time after they are deleted.</p>
1007
+ */
1008
+ Status?: VpcConnectorStatus | string;
1009
+ /**
1010
+ * <p>The time when the VPC connector was created. It's in Unix time stamp format.</p>
1011
+ */
1012
+ CreatedAt?: Date;
1013
+ /**
1014
+ * <p>The time when the VPC connector was deleted. It's in Unix time stamp format.</p>
1015
+ */
1016
+ DeletedAt?: Date;
1017
+ }
1018
+ export declare namespace VpcConnector {
1019
+ /**
1020
+ * @internal
1021
+ */
1022
+ const filterSensitiveLog: (obj: VpcConnector) => any;
1023
+ }
1024
+ export interface CreateVpcConnectorResponse {
1025
+ /**
1026
+ * <p>A description of the App Runner VPC connector that's created by this request.</p>
1027
+ */
1028
+ VpcConnector: VpcConnector | undefined;
1029
+ }
1030
+ export declare namespace CreateVpcConnectorResponse {
1031
+ /**
1032
+ * @internal
1033
+ */
1034
+ const filterSensitiveLog: (obj: CreateVpcConnectorResponse) => any;
1035
+ }
863
1036
  export interface DeleteAutoScalingConfigurationRequest {
864
1037
  /**
865
1038
  * <p>The Amazon Resource Name (ARN) of the App Runner auto scaling configuration that you want to delete.</p>
@@ -891,10 +1064,14 @@ export declare namespace DeleteAutoScalingConfigurationResponse {
891
1064
  /**
892
1065
  * <p>A resource doesn't exist for the specified Amazon Resource Name (ARN) in your Amazon Web Services account.</p>
893
1066
  */
894
- export interface ResourceNotFoundException extends __SmithyException, $MetadataBearer {
895
- name: "ResourceNotFoundException";
896
- $fault: "client";
1067
+ export declare class ResourceNotFoundException extends __BaseException {
1068
+ readonly name: "ResourceNotFoundException";
1069
+ readonly $fault: "client";
897
1070
  Message?: string;
1071
+ /**
1072
+ * @internal
1073
+ */
1074
+ constructor(opts: __ExceptionOptionType<ResourceNotFoundException, __BaseException>);
898
1075
  }
899
1076
  export interface DeleteConnectionRequest {
900
1077
  /**
@@ -949,6 +1126,31 @@ export declare namespace DeleteServiceResponse {
949
1126
  */
950
1127
  const filterSensitiveLog: (obj: DeleteServiceResponse) => any;
951
1128
  }
1129
+ export interface DeleteVpcConnectorRequest {
1130
+ /**
1131
+ * <p>The Amazon Resource Name (ARN) of the App Runner VPC connector that you want to delete.</p>
1132
+ * <p>The ARN must be a full VPC connector ARN.</p>
1133
+ */
1134
+ VpcConnectorArn: string | undefined;
1135
+ }
1136
+ export declare namespace DeleteVpcConnectorRequest {
1137
+ /**
1138
+ * @internal
1139
+ */
1140
+ const filterSensitiveLog: (obj: DeleteVpcConnectorRequest) => any;
1141
+ }
1142
+ export interface DeleteVpcConnectorResponse {
1143
+ /**
1144
+ * <p>A description of the App Runner VPC connector that this request just deleted.</p>
1145
+ */
1146
+ VpcConnector: VpcConnector | undefined;
1147
+ }
1148
+ export declare namespace DeleteVpcConnectorResponse {
1149
+ /**
1150
+ * @internal
1151
+ */
1152
+ const filterSensitiveLog: (obj: DeleteVpcConnectorResponse) => any;
1153
+ }
952
1154
  export interface DescribeAutoScalingConfigurationRequest {
953
1155
  /**
954
1156
  * <p>The Amazon Resource Name (ARN) of the App Runner auto scaling configuration that you want a description for.</p>
@@ -1050,6 +1252,31 @@ export declare namespace DescribeServiceResponse {
1050
1252
  */
1051
1253
  const filterSensitiveLog: (obj: DescribeServiceResponse) => any;
1052
1254
  }
1255
+ export interface DescribeVpcConnectorRequest {
1256
+ /**
1257
+ * <p>The Amazon Resource Name (ARN) of the App Runner VPC connector that you want a description for.</p>
1258
+ * <p>The ARN must be a full VPC connector ARN.</p>
1259
+ */
1260
+ VpcConnectorArn: string | undefined;
1261
+ }
1262
+ export declare namespace DescribeVpcConnectorRequest {
1263
+ /**
1264
+ * @internal
1265
+ */
1266
+ const filterSensitiveLog: (obj: DescribeVpcConnectorRequest) => any;
1267
+ }
1268
+ export interface DescribeVpcConnectorResponse {
1269
+ /**
1270
+ * <p>A description of the App Runner VPC connector that you specified in this request.</p>
1271
+ */
1272
+ VpcConnector: VpcConnector | undefined;
1273
+ }
1274
+ export declare namespace DescribeVpcConnectorResponse {
1275
+ /**
1276
+ * @internal
1277
+ */
1278
+ const filterSensitiveLog: (obj: DescribeVpcConnectorResponse) => any;
1279
+ }
1053
1280
  export interface DisassociateCustomDomainRequest {
1054
1281
  /**
1055
1282
  * <p>The Amazon Resource Name (ARN) of the App Runner service that you want to disassociate a custom domain name from.</p>
@@ -1413,6 +1640,42 @@ export declare namespace ListTagsForResourceResponse {
1413
1640
  */
1414
1641
  const filterSensitiveLog: (obj: ListTagsForResourceResponse) => any;
1415
1642
  }
1643
+ export interface ListVpcConnectorsRequest {
1644
+ /**
1645
+ * <p>The maximum number of results to include in each response (result page). It's used for a paginated request.</p>
1646
+ * <p>If you don't specify <code>MaxResults</code>, the request retrieves all available results in a single response.</p>
1647
+ */
1648
+ MaxResults?: number;
1649
+ /**
1650
+ * <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
1651
+ * identical to the ones that are specified in the initial request.</p>
1652
+ * <p>If you don't specify <code>NextToken</code>, the request retrieves the first result page.</p>
1653
+ */
1654
+ NextToken?: string;
1655
+ }
1656
+ export declare namespace ListVpcConnectorsRequest {
1657
+ /**
1658
+ * @internal
1659
+ */
1660
+ const filterSensitiveLog: (obj: ListVpcConnectorsRequest) => any;
1661
+ }
1662
+ export interface ListVpcConnectorsResponse {
1663
+ /**
1664
+ * <p>A list of information records for VPC connectors. In a paginated request, the request returns up to <code>MaxResults</code> records for each
1665
+ * call.</p>
1666
+ */
1667
+ VpcConnectors: VpcConnector[] | undefined;
1668
+ /**
1669
+ * <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>
1670
+ */
1671
+ NextToken?: string;
1672
+ }
1673
+ export declare namespace ListVpcConnectorsResponse {
1674
+ /**
1675
+ * @internal
1676
+ */
1677
+ const filterSensitiveLog: (obj: ListVpcConnectorsResponse) => any;
1678
+ }
1416
1679
  export interface PauseServiceRequest {
1417
1680
  /**
1418
1681
  * <p>The Amazon Resource Name (ARN) of the App Runner service that you want to pause.</p>
@@ -1565,13 +1828,17 @@ export interface UpdateServiceRequest {
1565
1828
  */
1566
1829
  InstanceConfiguration?: InstanceConfiguration;
1567
1830
  /**
1568
- * <p>The Amazon Resource Name (ARN) of an App Runner automatic scaling configuration resource that you want to associate with your service.</p>
1831
+ * <p>The Amazon Resource Name (ARN) of an App Runner automatic scaling configuration resource that you want to associate with the App Runner service.</p>
1569
1832
  */
1570
1833
  AutoScalingConfigurationArn?: string;
1571
1834
  /**
1572
- * <p>The settings for the health check that App Runner performs to monitor the health of your service.</p>
1835
+ * <p>The settings for the health check that App Runner performs to monitor the health of the App Runner service.</p>
1573
1836
  */
1574
1837
  HealthCheckConfiguration?: HealthCheckConfiguration;
1838
+ /**
1839
+ * <p>Configuration settings related to network traffic of the web application that the App Runner service runs.</p>
1840
+ */
1841
+ NetworkConfiguration?: NetworkConfiguration;
1575
1842
  }
1576
1843
  export declare namespace UpdateServiceRequest {
1577
1844
  /**
@@ -0,0 +1,4 @@
1
+ import { Paginator } from "@aws-sdk/types";
2
+ import { ListVpcConnectorsCommandInput, ListVpcConnectorsCommandOutput } from "../commands/ListVpcConnectorsCommand";
3
+ import { AppRunnerPaginationConfiguration } from "./Interfaces";
4
+ export declare function paginateListVpcConnectors(config: AppRunnerPaginationConfiguration, input: ListVpcConnectorsCommandInput, ...additionalArguments: any): Paginator<ListVpcConnectorsCommandOutput>;
@@ -4,3 +4,4 @@ export * from "./ListAutoScalingConfigurationsPaginator";
4
4
  export * from "./ListConnectionsPaginator";
5
5
  export * from "./ListOperationsPaginator";
6
6
  export * from "./ListServicesPaginator";
7
+ export * from "./ListVpcConnectorsPaginator";
@@ -4,18 +4,22 @@ import { AssociateCustomDomainCommandInput, AssociateCustomDomainCommandOutput }
4
4
  import { CreateAutoScalingConfigurationCommandInput, CreateAutoScalingConfigurationCommandOutput } from "../commands/CreateAutoScalingConfigurationCommand";
5
5
  import { CreateConnectionCommandInput, CreateConnectionCommandOutput } from "../commands/CreateConnectionCommand";
6
6
  import { CreateServiceCommandInput, CreateServiceCommandOutput } from "../commands/CreateServiceCommand";
7
+ import { CreateVpcConnectorCommandInput, CreateVpcConnectorCommandOutput } from "../commands/CreateVpcConnectorCommand";
7
8
  import { DeleteAutoScalingConfigurationCommandInput, DeleteAutoScalingConfigurationCommandOutput } from "../commands/DeleteAutoScalingConfigurationCommand";
8
9
  import { DeleteConnectionCommandInput, DeleteConnectionCommandOutput } from "../commands/DeleteConnectionCommand";
9
10
  import { DeleteServiceCommandInput, DeleteServiceCommandOutput } from "../commands/DeleteServiceCommand";
11
+ import { DeleteVpcConnectorCommandInput, DeleteVpcConnectorCommandOutput } from "../commands/DeleteVpcConnectorCommand";
10
12
  import { DescribeAutoScalingConfigurationCommandInput, DescribeAutoScalingConfigurationCommandOutput } from "../commands/DescribeAutoScalingConfigurationCommand";
11
13
  import { DescribeCustomDomainsCommandInput, DescribeCustomDomainsCommandOutput } from "../commands/DescribeCustomDomainsCommand";
12
14
  import { DescribeServiceCommandInput, DescribeServiceCommandOutput } from "../commands/DescribeServiceCommand";
15
+ import { DescribeVpcConnectorCommandInput, DescribeVpcConnectorCommandOutput } from "../commands/DescribeVpcConnectorCommand";
13
16
  import { DisassociateCustomDomainCommandInput, DisassociateCustomDomainCommandOutput } from "../commands/DisassociateCustomDomainCommand";
14
17
  import { ListAutoScalingConfigurationsCommandInput, ListAutoScalingConfigurationsCommandOutput } from "../commands/ListAutoScalingConfigurationsCommand";
15
18
  import { ListConnectionsCommandInput, ListConnectionsCommandOutput } from "../commands/ListConnectionsCommand";
16
19
  import { ListOperationsCommandInput, ListOperationsCommandOutput } from "../commands/ListOperationsCommand";
17
20
  import { ListServicesCommandInput, ListServicesCommandOutput } from "../commands/ListServicesCommand";
18
21
  import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "../commands/ListTagsForResourceCommand";
22
+ import { ListVpcConnectorsCommandInput, ListVpcConnectorsCommandOutput } from "../commands/ListVpcConnectorsCommand";
19
23
  import { PauseServiceCommandInput, PauseServiceCommandOutput } from "../commands/PauseServiceCommand";
20
24
  import { ResumeServiceCommandInput, ResumeServiceCommandOutput } from "../commands/ResumeServiceCommand";
21
25
  import { StartDeploymentCommandInput, StartDeploymentCommandOutput } from "../commands/StartDeploymentCommand";
@@ -26,18 +30,22 @@ export declare const serializeAws_json1_0AssociateCustomDomainCommand: (input: A
26
30
  export declare const serializeAws_json1_0CreateAutoScalingConfigurationCommand: (input: CreateAutoScalingConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
27
31
  export declare const serializeAws_json1_0CreateConnectionCommand: (input: CreateConnectionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
28
32
  export declare const serializeAws_json1_0CreateServiceCommand: (input: CreateServiceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
33
+ export declare const serializeAws_json1_0CreateVpcConnectorCommand: (input: CreateVpcConnectorCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
29
34
  export declare const serializeAws_json1_0DeleteAutoScalingConfigurationCommand: (input: DeleteAutoScalingConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
30
35
  export declare const serializeAws_json1_0DeleteConnectionCommand: (input: DeleteConnectionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
31
36
  export declare const serializeAws_json1_0DeleteServiceCommand: (input: DeleteServiceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
37
+ export declare const serializeAws_json1_0DeleteVpcConnectorCommand: (input: DeleteVpcConnectorCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
32
38
  export declare const serializeAws_json1_0DescribeAutoScalingConfigurationCommand: (input: DescribeAutoScalingConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
33
39
  export declare const serializeAws_json1_0DescribeCustomDomainsCommand: (input: DescribeCustomDomainsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
34
40
  export declare const serializeAws_json1_0DescribeServiceCommand: (input: DescribeServiceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
41
+ export declare const serializeAws_json1_0DescribeVpcConnectorCommand: (input: DescribeVpcConnectorCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
35
42
  export declare const serializeAws_json1_0DisassociateCustomDomainCommand: (input: DisassociateCustomDomainCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
36
43
  export declare const serializeAws_json1_0ListAutoScalingConfigurationsCommand: (input: ListAutoScalingConfigurationsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
37
44
  export declare const serializeAws_json1_0ListConnectionsCommand: (input: ListConnectionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
38
45
  export declare const serializeAws_json1_0ListOperationsCommand: (input: ListOperationsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
39
46
  export declare const serializeAws_json1_0ListServicesCommand: (input: ListServicesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
40
47
  export declare const serializeAws_json1_0ListTagsForResourceCommand: (input: ListTagsForResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
48
+ export declare const serializeAws_json1_0ListVpcConnectorsCommand: (input: ListVpcConnectorsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
41
49
  export declare const serializeAws_json1_0PauseServiceCommand: (input: PauseServiceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
42
50
  export declare const serializeAws_json1_0ResumeServiceCommand: (input: ResumeServiceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
43
51
  export declare const serializeAws_json1_0StartDeploymentCommand: (input: StartDeploymentCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
@@ -48,18 +56,22 @@ export declare const deserializeAws_json1_0AssociateCustomDomainCommand: (output
48
56
  export declare const deserializeAws_json1_0CreateAutoScalingConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateAutoScalingConfigurationCommandOutput>;
49
57
  export declare const deserializeAws_json1_0CreateConnectionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateConnectionCommandOutput>;
50
58
  export declare const deserializeAws_json1_0CreateServiceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateServiceCommandOutput>;
59
+ export declare const deserializeAws_json1_0CreateVpcConnectorCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateVpcConnectorCommandOutput>;
51
60
  export declare const deserializeAws_json1_0DeleteAutoScalingConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteAutoScalingConfigurationCommandOutput>;
52
61
  export declare const deserializeAws_json1_0DeleteConnectionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteConnectionCommandOutput>;
53
62
  export declare const deserializeAws_json1_0DeleteServiceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteServiceCommandOutput>;
63
+ export declare const deserializeAws_json1_0DeleteVpcConnectorCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteVpcConnectorCommandOutput>;
54
64
  export declare const deserializeAws_json1_0DescribeAutoScalingConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeAutoScalingConfigurationCommandOutput>;
55
65
  export declare const deserializeAws_json1_0DescribeCustomDomainsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeCustomDomainsCommandOutput>;
56
66
  export declare const deserializeAws_json1_0DescribeServiceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeServiceCommandOutput>;
67
+ export declare const deserializeAws_json1_0DescribeVpcConnectorCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeVpcConnectorCommandOutput>;
57
68
  export declare const deserializeAws_json1_0DisassociateCustomDomainCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DisassociateCustomDomainCommandOutput>;
58
69
  export declare const deserializeAws_json1_0ListAutoScalingConfigurationsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListAutoScalingConfigurationsCommandOutput>;
59
70
  export declare const deserializeAws_json1_0ListConnectionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListConnectionsCommandOutput>;
60
71
  export declare const deserializeAws_json1_0ListOperationsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListOperationsCommandOutput>;
61
72
  export declare const deserializeAws_json1_0ListServicesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListServicesCommandOutput>;
62
73
  export declare const deserializeAws_json1_0ListTagsForResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListTagsForResourceCommandOutput>;
74
+ export declare const deserializeAws_json1_0ListVpcConnectorsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListVpcConnectorsCommandOutput>;
63
75
  export declare const deserializeAws_json1_0PauseServiceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<PauseServiceCommandOutput>;
64
76
  export declare const deserializeAws_json1_0ResumeServiceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ResumeServiceCommandOutput>;
65
77
  export declare const deserializeAws_json1_0StartDeploymentCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StartDeploymentCommandOutput>;