aws-sdk 2.1609.0 → 2.1611.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/apis/bedrock-agent-2023-06-05.min.json +42 -10
- package/apis/chime-sdk-voice-2022-08-03.min.json +6 -2
- package/apis/fms-2018-01-01.min.json +59 -58
- package/apis/omics-2022-11-28.min.json +36 -22
- package/apis/opensearch-2021-01-01.min.json +93 -92
- package/apis/personalize-runtime-2018-05-22.min.json +9 -1
- package/apis/pinpoint-sms-voice-v2-2022-03-31.min.json +521 -99
- package/apis/pinpoint-sms-voice-v2-2022-03-31.paginators.json +6 -0
- package/apis/qbusiness-2023-11-27.examples.json +2 -3
- package/apis/qbusiness-2023-11-27.min.json +778 -693
- package/apis/qbusiness-2023-11-27.paginators.json +1 -1
- package/apis/qbusiness-2023-11-27.waiters2.json +5 -0
- package/apis/quicksight-2018-04-01.min.json +557 -494
- package/apis/route53resolver-2018-04-01.min.json +58 -52
- package/apis/sagemaker-2017-07-24.min.json +330 -319
- package/apis/sesv2-2019-09-27.min.json +7 -16
- package/apis/signer-2017-08-25.min.json +3 -0
- package/clients/bedrockagent.d.ts +59 -6
- package/clients/chimesdkvoice.d.ts +9 -9
- package/clients/codeartifact.d.ts +27 -27
- package/clients/ec2.d.ts +7 -7
- package/clients/fms.d.ts +8 -3
- package/clients/omics.d.ts +89 -53
- package/clients/opensearch.d.ts +8 -3
- package/clients/personalizeruntime.d.ts +6 -0
- package/clients/pinpointsmsvoicev2.d.ts +514 -8
- package/clients/qbusiness.d.ts +818 -700
- package/clients/qbusiness.js +1 -0
- package/clients/quicksight.d.ts +91 -12
- package/clients/route53resolver.d.ts +18 -5
- package/clients/sagemaker.d.ts +12 -1
- package/clients/securityhub.d.ts +4 -4
- package/clients/signer.d.ts +3 -3
- package/dist/aws-sdk-core-react-native.js +1 -1
- package/dist/aws-sdk-react-native.js +103 -96
- package/dist/aws-sdk.js +12 -4
- package/dist/aws-sdk.min.js +29 -29
- package/lib/core.js +1 -1
- package/package.json +1 -1
@@ -5,6 +5,9 @@
|
|
5
5
|
"endpointPrefix": "email",
|
6
6
|
"jsonVersion": "1.1",
|
7
7
|
"protocol": "rest-json",
|
8
|
+
"protocols": [
|
9
|
+
"rest-json"
|
10
|
+
],
|
8
11
|
"serviceAbbreviation": "Amazon SES V2",
|
9
12
|
"serviceFullName": "Amazon Simple Email Service",
|
10
13
|
"serviceId": "SESv2",
|
@@ -1719,8 +1722,7 @@
|
|
1719
1722
|
},
|
1720
1723
|
"ListContacts": {
|
1721
1724
|
"http": {
|
1722
|
-
"
|
1723
|
-
"requestUri": "/v2/email/contact-lists/{ContactListName}/contacts"
|
1725
|
+
"requestUri": "/v2/email/contact-lists/{ContactListName}/contacts/list"
|
1724
1726
|
},
|
1725
1727
|
"input": {
|
1726
1728
|
"type": "structure",
|
@@ -1748,14 +1750,9 @@
|
|
1748
1750
|
}
|
1749
1751
|
},
|
1750
1752
|
"PageSize": {
|
1751
|
-
"location": "querystring",
|
1752
|
-
"locationName": "PageSize",
|
1753
1753
|
"type": "integer"
|
1754
1754
|
},
|
1755
|
-
"NextToken": {
|
1756
|
-
"location": "querystring",
|
1757
|
-
"locationName": "NextToken"
|
1758
|
-
}
|
1755
|
+
"NextToken": {}
|
1759
1756
|
}
|
1760
1757
|
},
|
1761
1758
|
"output": {
|
@@ -2063,20 +2060,14 @@
|
|
2063
2060
|
},
|
2064
2061
|
"ListImportJobs": {
|
2065
2062
|
"http": {
|
2066
|
-
"
|
2067
|
-
"requestUri": "/v2/email/import-jobs"
|
2063
|
+
"requestUri": "/v2/email/import-jobs/list"
|
2068
2064
|
},
|
2069
2065
|
"input": {
|
2070
2066
|
"type": "structure",
|
2071
2067
|
"members": {
|
2072
2068
|
"ImportDestinationType": {},
|
2073
|
-
"NextToken": {
|
2074
|
-
"location": "querystring",
|
2075
|
-
"locationName": "NextToken"
|
2076
|
-
},
|
2069
|
+
"NextToken": {},
|
2077
2070
|
"PageSize": {
|
2078
|
-
"location": "querystring",
|
2079
|
-
"locationName": "PageSize",
|
2080
2071
|
"type": "integer"
|
2081
2072
|
}
|
2082
2073
|
}
|
@@ -959,7 +959,7 @@ declare namespace BedrockAgent {
|
|
959
959
|
*/
|
960
960
|
clientToken?: ClientToken;
|
961
961
|
/**
|
962
|
-
* The deletion policy
|
962
|
+
* The data deletion policy assigned to the data source.
|
963
963
|
*/
|
964
964
|
dataDeletionPolicy?: DataDeletionPolicy;
|
965
965
|
/**
|
@@ -1038,7 +1038,7 @@ declare namespace BedrockAgent {
|
|
1038
1038
|
*/
|
1039
1039
|
createdAt: DateTimestamp;
|
1040
1040
|
/**
|
1041
|
-
* The deletion policy for
|
1041
|
+
* The data deletion policy for a data source.
|
1042
1042
|
*/
|
1043
1043
|
dataDeletionPolicy?: DataDeletionPolicy;
|
1044
1044
|
/**
|
@@ -1054,7 +1054,7 @@ declare namespace BedrockAgent {
|
|
1054
1054
|
*/
|
1055
1055
|
description?: Description;
|
1056
1056
|
/**
|
1057
|
-
* The
|
1057
|
+
* The detailed reasons on the failure to delete a data source.
|
1058
1058
|
*/
|
1059
1059
|
failureReasons?: FailureReasons;
|
1060
1060
|
/**
|
@@ -1660,7 +1660,7 @@ declare namespace BedrockAgent {
|
|
1660
1660
|
export type KnowledgeBaseRoleArn = string;
|
1661
1661
|
export type KnowledgeBaseState = "ENABLED"|"DISABLED"|string;
|
1662
1662
|
export type KnowledgeBaseStatus = "CREATING"|"ACTIVE"|"DELETING"|"UPDATING"|"FAILED"|"DELETE_UNSUCCESSFUL"|string;
|
1663
|
-
export type KnowledgeBaseStorageType = "OPENSEARCH_SERVERLESS"|"PINECONE"|"REDIS_ENTERPRISE_CLOUD"|"RDS"|string;
|
1663
|
+
export type KnowledgeBaseStorageType = "OPENSEARCH_SERVERLESS"|"PINECONE"|"REDIS_ENTERPRISE_CLOUD"|"RDS"|"MONGO_DB_ATLAS"|string;
|
1664
1664
|
export type KnowledgeBaseSummaries = KnowledgeBaseSummary[];
|
1665
1665
|
export interface KnowledgeBaseSummary {
|
1666
1666
|
/**
|
@@ -1905,6 +1905,55 @@ declare namespace BedrockAgent {
|
|
1905
1905
|
export type MaxResults = number;
|
1906
1906
|
export type MaximumLength = number;
|
1907
1907
|
export type ModelIdentifier = string;
|
1908
|
+
export type MongoDbAtlasCollectionName = string;
|
1909
|
+
export interface MongoDbAtlasConfiguration {
|
1910
|
+
/**
|
1911
|
+
* The collection name of the knowledge base in MongoDB Atlas.
|
1912
|
+
*/
|
1913
|
+
collectionName: MongoDbAtlasCollectionName;
|
1914
|
+
/**
|
1915
|
+
* The Amazon Resource Name (ARN) of the secret that you created in Secrets Manager that contains user credentials for your MongoDB Atlas cluster.
|
1916
|
+
*/
|
1917
|
+
credentialsSecretArn: SecretArn;
|
1918
|
+
/**
|
1919
|
+
* The database name in your MongoDB Atlas cluster for your knowledge base.
|
1920
|
+
*/
|
1921
|
+
databaseName: MongoDbAtlasDatabaseName;
|
1922
|
+
/**
|
1923
|
+
* The endpoint URL of your MongoDB Atlas cluster for your knowledge base.
|
1924
|
+
*/
|
1925
|
+
endpoint: MongoDbAtlasEndpoint;
|
1926
|
+
/**
|
1927
|
+
* The name of the VPC endpoint service in your account that is connected to your MongoDB Atlas cluster.
|
1928
|
+
*/
|
1929
|
+
endpointServiceName?: MongoDbAtlasEndpointServiceName;
|
1930
|
+
/**
|
1931
|
+
* Contains the names of the fields to which to map information about the vector store.
|
1932
|
+
*/
|
1933
|
+
fieldMapping: MongoDbAtlasFieldMapping;
|
1934
|
+
/**
|
1935
|
+
* The name of the MongoDB Atlas vector search index.
|
1936
|
+
*/
|
1937
|
+
vectorIndexName: MongoDbAtlasIndexName;
|
1938
|
+
}
|
1939
|
+
export type MongoDbAtlasDatabaseName = string;
|
1940
|
+
export type MongoDbAtlasEndpoint = string;
|
1941
|
+
export type MongoDbAtlasEndpointServiceName = string;
|
1942
|
+
export interface MongoDbAtlasFieldMapping {
|
1943
|
+
/**
|
1944
|
+
* The name of the field in which Amazon Bedrock stores metadata about the vector store.
|
1945
|
+
*/
|
1946
|
+
metadataField: FieldName;
|
1947
|
+
/**
|
1948
|
+
* The name of the field in which Amazon Bedrock stores the raw text from your data. The text is split according to the chunking strategy you choose.
|
1949
|
+
*/
|
1950
|
+
textField: FieldName;
|
1951
|
+
/**
|
1952
|
+
* The name of the field in which Amazon Bedrock stores the vector embeddings for your data sources.
|
1953
|
+
*/
|
1954
|
+
vectorField: FieldName;
|
1955
|
+
}
|
1956
|
+
export type MongoDbAtlasIndexName = string;
|
1908
1957
|
export type Name = string;
|
1909
1958
|
export type NextToken = string;
|
1910
1959
|
export type NumericalVersion = string;
|
@@ -2136,7 +2185,7 @@ declare namespace BedrockAgent {
|
|
2136
2185
|
*/
|
2137
2186
|
bucketArn: S3BucketArn;
|
2138
2187
|
/**
|
2139
|
-
* The account ID for the
|
2188
|
+
* The bucket account owner ID for the S3 bucket.
|
2140
2189
|
*/
|
2141
2190
|
bucketOwnerAccountId?: BucketOwnerAccountId;
|
2142
2191
|
/**
|
@@ -2192,6 +2241,10 @@ declare namespace BedrockAgent {
|
|
2192
2241
|
}
|
2193
2242
|
export type StopSequences = String[];
|
2194
2243
|
export interface StorageConfiguration {
|
2244
|
+
/**
|
2245
|
+
* Contains the storage configuration of the knowledge base in MongoDB Atlas.
|
2246
|
+
*/
|
2247
|
+
mongoDbAtlasConfiguration?: MongoDbAtlasConfiguration;
|
2195
2248
|
/**
|
2196
2249
|
* Contains the storage configuration of the knowledge base in Amazon OpenSearch Service.
|
2197
2250
|
*/
|
@@ -2397,7 +2450,7 @@ declare namespace BedrockAgent {
|
|
2397
2450
|
}
|
2398
2451
|
export interface UpdateDataSourceRequest {
|
2399
2452
|
/**
|
2400
|
-
* The data deletion policy
|
2453
|
+
* The data deletion policy assigned to the data source.
|
2401
2454
|
*/
|
2402
2455
|
dataDeletionPolicy?: DataDeletionPolicy;
|
2403
2456
|
/**
|
@@ -36,11 +36,11 @@ declare class ChimeSDKVoice extends Service {
|
|
36
36
|
*/
|
37
37
|
batchDeletePhoneNumber(callback?: (err: AWSError, data: ChimeSDKVoice.Types.BatchDeletePhoneNumberResponse) => void): Request<ChimeSDKVoice.Types.BatchDeletePhoneNumberResponse, AWSError>;
|
38
38
|
/**
|
39
|
-
* Updates one or
|
39
|
+
* Updates phone number product types, calling names, or phone number names. You can update one attribute at a time for each UpdatePhoneNumberRequestItem. For example, you can update the product type, the calling name, or phone name. You cannot have a duplicate phoneNumberId in a request.
|
40
40
|
*/
|
41
41
|
batchUpdatePhoneNumber(params: ChimeSDKVoice.Types.BatchUpdatePhoneNumberRequest, callback?: (err: AWSError, data: ChimeSDKVoice.Types.BatchUpdatePhoneNumberResponse) => void): Request<ChimeSDKVoice.Types.BatchUpdatePhoneNumberResponse, AWSError>;
|
42
42
|
/**
|
43
|
-
* Updates one or
|
43
|
+
* Updates phone number product types, calling names, or phone number names. You can update one attribute at a time for each UpdatePhoneNumberRequestItem. For example, you can update the product type, the calling name, or phone name. You cannot have a duplicate phoneNumberId in a request.
|
44
44
|
*/
|
45
45
|
batchUpdatePhoneNumber(callback?: (err: AWSError, data: ChimeSDKVoice.Types.BatchUpdatePhoneNumberResponse) => void): Request<ChimeSDKVoice.Types.BatchUpdatePhoneNumberResponse, AWSError>;
|
46
46
|
/**
|
@@ -284,11 +284,11 @@ declare class ChimeSDKVoice extends Service {
|
|
284
284
|
*/
|
285
285
|
getSipMediaApplication(callback?: (err: AWSError, data: ChimeSDKVoice.Types.GetSipMediaApplicationResponse) => void): Request<ChimeSDKVoice.Types.GetSipMediaApplicationResponse, AWSError>;
|
286
286
|
/**
|
287
|
-
* Gets the Alexa Skill configuration for the SIP media application.
|
287
|
+
* Gets the Alexa Skill configuration for the SIP media application. Due to changes made by the Amazon Alexa service, this API is no longer available for use. For more information, refer to the Alexa Smart Properties page.
|
288
288
|
*/
|
289
289
|
getSipMediaApplicationAlexaSkillConfiguration(params: ChimeSDKVoice.Types.GetSipMediaApplicationAlexaSkillConfigurationRequest, callback?: (err: AWSError, data: ChimeSDKVoice.Types.GetSipMediaApplicationAlexaSkillConfigurationResponse) => void): Request<ChimeSDKVoice.Types.GetSipMediaApplicationAlexaSkillConfigurationResponse, AWSError>;
|
290
290
|
/**
|
291
|
-
* Gets the Alexa Skill configuration for the SIP media application.
|
291
|
+
* Gets the Alexa Skill configuration for the SIP media application. Due to changes made by the Amazon Alexa service, this API is no longer available for use. For more information, refer to the Alexa Smart Properties page.
|
292
292
|
*/
|
293
293
|
getSipMediaApplicationAlexaSkillConfiguration(callback?: (err: AWSError, data: ChimeSDKVoice.Types.GetSipMediaApplicationAlexaSkillConfigurationResponse) => void): Request<ChimeSDKVoice.Types.GetSipMediaApplicationAlexaSkillConfigurationResponse, AWSError>;
|
294
294
|
/**
|
@@ -512,11 +512,11 @@ declare class ChimeSDKVoice extends Service {
|
|
512
512
|
*/
|
513
513
|
listVoiceProfiles(callback?: (err: AWSError, data: ChimeSDKVoice.Types.ListVoiceProfilesResponse) => void): Request<ChimeSDKVoice.Types.ListVoiceProfilesResponse, AWSError>;
|
514
514
|
/**
|
515
|
-
* Updates the Alexa Skill configuration for the SIP media application.
|
515
|
+
* Updates the Alexa Skill configuration for the SIP media application. Due to changes made by the Amazon Alexa service, this API is no longer available for use. For more information, refer to the Alexa Smart Properties page.
|
516
516
|
*/
|
517
517
|
putSipMediaApplicationAlexaSkillConfiguration(params: ChimeSDKVoice.Types.PutSipMediaApplicationAlexaSkillConfigurationRequest, callback?: (err: AWSError, data: ChimeSDKVoice.Types.PutSipMediaApplicationAlexaSkillConfigurationResponse) => void): Request<ChimeSDKVoice.Types.PutSipMediaApplicationAlexaSkillConfigurationResponse, AWSError>;
|
518
518
|
/**
|
519
|
-
* Updates the Alexa Skill configuration for the SIP media application.
|
519
|
+
* Updates the Alexa Skill configuration for the SIP media application. Due to changes made by the Amazon Alexa service, this API is no longer available for use. For more information, refer to the Alexa Smart Properties page.
|
520
520
|
*/
|
521
521
|
putSipMediaApplicationAlexaSkillConfiguration(callback?: (err: AWSError, data: ChimeSDKVoice.Types.PutSipMediaApplicationAlexaSkillConfigurationResponse) => void): Request<ChimeSDKVoice.Types.PutSipMediaApplicationAlexaSkillConfigurationResponse, AWSError>;
|
522
522
|
/**
|
@@ -656,11 +656,11 @@ declare class ChimeSDKVoice extends Service {
|
|
656
656
|
*/
|
657
657
|
updateGlobalSettings(callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
|
658
658
|
/**
|
659
|
-
* Updates phone number details, such as product type
|
659
|
+
* Updates phone number details, such as product type, calling name, or phone number name for the specified phone number ID. You can update one phone number detail at a time. For example, you can update either the product type, calling name, or phone number name in one action. For numbers outside the U.S., you must use the Amazon Chime SDK SIP Media Application Dial-In product type. Updates to outbound calling names can take 72 hours to complete. Pending updates to outbound calling names must be complete before you can request another update.
|
660
660
|
*/
|
661
661
|
updatePhoneNumber(params: ChimeSDKVoice.Types.UpdatePhoneNumberRequest, callback?: (err: AWSError, data: ChimeSDKVoice.Types.UpdatePhoneNumberResponse) => void): Request<ChimeSDKVoice.Types.UpdatePhoneNumberResponse, AWSError>;
|
662
662
|
/**
|
663
|
-
* Updates phone number details, such as product type
|
663
|
+
* Updates phone number details, such as product type, calling name, or phone number name for the specified phone number ID. You can update one phone number detail at a time. For example, you can update either the product type, calling name, or phone number name in one action. For numbers outside the U.S., you must use the Amazon Chime SDK SIP Media Application Dial-In product type. Updates to outbound calling names can take 72 hours to complete. Pending updates to outbound calling names must be complete before you can request another update.
|
664
664
|
*/
|
665
665
|
updatePhoneNumber(callback?: (err: AWSError, data: ChimeSDKVoice.Types.UpdatePhoneNumberResponse) => void): Request<ChimeSDKVoice.Types.UpdatePhoneNumberResponse, AWSError>;
|
666
666
|
/**
|
@@ -2747,7 +2747,7 @@ declare namespace ChimeSDKVoice {
|
|
2747
2747
|
*/
|
2748
2748
|
CallingName?: CallingName;
|
2749
2749
|
/**
|
2750
|
-
* Specifies the name assigned to one or more phone numbers.
|
2750
|
+
* Specifies the updated name assigned to one or more phone numbers.
|
2751
2751
|
*/
|
2752
2752
|
Name?: PhoneNumberName;
|
2753
2753
|
}
|
@@ -205,11 +205,11 @@ declare class CodeArtifact extends Service {
|
|
205
205
|
*/
|
206
206
|
getPackageVersionReadme(callback?: (err: AWSError, data: CodeArtifact.Types.GetPackageVersionReadmeResult) => void): Request<CodeArtifact.Types.GetPackageVersionReadmeResult, AWSError>;
|
207
207
|
/**
|
208
|
-
* Returns the endpoint of a repository for a specific package format. A repository has one endpoint for each package format: generic maven npm nuget pypi swift
|
208
|
+
* Returns the endpoint of a repository for a specific package format. A repository has one endpoint for each package format: generic maven npm nuget pypi ruby swift
|
209
209
|
*/
|
210
210
|
getRepositoryEndpoint(params: CodeArtifact.Types.GetRepositoryEndpointRequest, callback?: (err: AWSError, data: CodeArtifact.Types.GetRepositoryEndpointResult) => void): Request<CodeArtifact.Types.GetRepositoryEndpointResult, AWSError>;
|
211
211
|
/**
|
212
|
-
* Returns the endpoint of a repository for a specific package format. A repository has one endpoint for each package format: generic maven npm nuget pypi swift
|
212
|
+
* Returns the endpoint of a repository for a specific package format. A repository has one endpoint for each package format: generic maven npm nuget pypi ruby swift
|
213
213
|
*/
|
214
214
|
getRepositoryEndpoint(callback?: (err: AWSError, data: CodeArtifact.Types.GetRepositoryEndpointResult) => void): Request<CodeArtifact.Types.GetRepositoryEndpointResult, AWSError>;
|
215
215
|
/**
|
@@ -450,7 +450,7 @@ declare namespace CodeArtifact {
|
|
450
450
|
*/
|
451
451
|
format?: PackageFormat;
|
452
452
|
/**
|
453
|
-
* The namespace of the associated package. The package component that specifies its namespace depends on its type. For example: The namespace of a Maven package version is its groupId. The namespace of an npm or Swift package version is its scope. The namespace of a generic package is its namespace. Python and
|
453
|
+
* The namespace of the associated package. The package component that specifies its namespace depends on its type. For example: The namespace of a Maven package version is its groupId. The namespace of an npm or Swift package version is its scope. The namespace of a generic package is its namespace. Python, NuGet, and Ruby package versions do not contain a corresponding component, package versions of those formats do not have a namespace.
|
454
454
|
*/
|
455
455
|
namespace?: PackageNamespace;
|
456
456
|
/**
|
@@ -487,7 +487,7 @@ declare namespace CodeArtifact {
|
|
487
487
|
*/
|
488
488
|
format: PackageFormat;
|
489
489
|
/**
|
490
|
-
* The namespace of the package versions to be copied. The package component that specifies its namespace depends on its type. For example: The namespace is required when copying package versions of the following formats: Maven Swift generic The namespace of a Maven package version is its groupId. The namespace of an npm or Swift package version is its scope. The namespace of a generic package is its namespace. Python and
|
490
|
+
* The namespace of the package versions to be copied. The package component that specifies its namespace depends on its type. For example: The namespace is required when copying package versions of the following formats: Maven Swift generic The namespace of a Maven package version is its groupId. The namespace of an npm or Swift package version is its scope. The namespace of a generic package is its namespace. Python, NuGet, and Ruby package versions do not contain a corresponding component, package versions of those formats do not have a namespace.
|
491
491
|
*/
|
492
492
|
namespace?: PackageNamespace;
|
493
493
|
/**
|
@@ -679,7 +679,7 @@ declare namespace CodeArtifact {
|
|
679
679
|
*/
|
680
680
|
format: PackageFormat;
|
681
681
|
/**
|
682
|
-
* The namespace of the package to delete. The package component that specifies its namespace depends on its type. For example: The namespace is required when deleting packages of the following formats: Maven Swift generic The namespace of a Maven package version is its groupId. The namespace of an npm or Swift package version is its scope. The namespace of a generic package is its namespace. Python and
|
682
|
+
* The namespace of the package to delete. The package component that specifies its namespace depends on its type. For example: The namespace is required when deleting packages of the following formats: Maven Swift generic The namespace of a Maven package version is its groupId. The namespace of an npm or Swift package version is its scope. The namespace of a generic package is its namespace. Python, NuGet, and Ruby package versions do not contain a corresponding component, package versions of those formats do not have a namespace.
|
683
683
|
*/
|
684
684
|
namespace?: PackageNamespace;
|
685
685
|
/**
|
@@ -708,7 +708,7 @@ declare namespace CodeArtifact {
|
|
708
708
|
*/
|
709
709
|
format: PackageFormat;
|
710
710
|
/**
|
711
|
-
* The namespace of the package versions to be deleted. The package component that specifies its namespace depends on its type. For example: The namespace is required when deleting package versions of the following formats: Maven Swift generic The namespace of a Maven package version is its groupId. The namespace of an npm or Swift package version is its scope. The namespace of a generic package is its namespace. Python and
|
711
|
+
* The namespace of the package versions to be deleted. The package component that specifies its namespace depends on its type. For example: The namespace is required when deleting package versions of the following formats: Maven Swift generic The namespace of a Maven package version is its groupId. The namespace of an npm or Swift package version is its scope. The namespace of a generic package is its namespace. Python, NuGet, and Ruby package versions do not contain a corresponding component, package versions of those formats do not have a namespace.
|
712
712
|
*/
|
713
713
|
namespace?: PackageNamespace;
|
714
714
|
/**
|
@@ -829,7 +829,7 @@ declare namespace CodeArtifact {
|
|
829
829
|
*/
|
830
830
|
format: PackageFormat;
|
831
831
|
/**
|
832
|
-
* The namespace of the requested package. The package component that specifies its namespace depends on its type. For example: The namespace is required when requesting packages of the following formats: Maven Swift generic The namespace of a Maven package version is its groupId. The namespace of an npm or Swift package version is its scope. The namespace of a generic package is its namespace. Python and
|
832
|
+
* The namespace of the requested package. The package component that specifies its namespace depends on its type. For example: The namespace is required when requesting packages of the following formats: Maven Swift generic The namespace of a Maven package version is its groupId. The namespace of an npm or Swift package version is its scope. The namespace of a generic package is its namespace. Python, NuGet, and Ruby package versions do not contain a corresponding component, package versions of those formats do not have a namespace.
|
833
833
|
*/
|
834
834
|
namespace?: PackageNamespace;
|
835
835
|
/**
|
@@ -861,7 +861,7 @@ declare namespace CodeArtifact {
|
|
861
861
|
*/
|
862
862
|
format: PackageFormat;
|
863
863
|
/**
|
864
|
-
* The namespace of the requested package version. The package component that specifies its namespace depends on its type. For example: The namespace is required when requesting package versions of the following formats: Maven Swift generic The namespace of a Maven package version is its groupId. The namespace of an npm or Swift package version is its scope. The namespace of a generic package is its namespace. Python and
|
864
|
+
* The namespace of the requested package version. The package component that specifies its namespace depends on its type. For example: The namespace is required when requesting package versions of the following formats: Maven Swift generic The namespace of a Maven package version is its groupId. The namespace of an npm or Swift package version is its scope. The namespace of a generic package is its namespace. Python, NuGet, and Ruby package versions do not contain a corresponding component, package versions of those formats do not have a namespace.
|
865
865
|
*/
|
866
866
|
namespace?: PackageNamespace;
|
867
867
|
/**
|
@@ -942,7 +942,7 @@ declare namespace CodeArtifact {
|
|
942
942
|
*/
|
943
943
|
format: PackageFormat;
|
944
944
|
/**
|
945
|
-
* The namespace of the package versions to be disposed. The package component that specifies its namespace depends on its type. For example: The namespace is required when disposing package versions of the following formats: Maven Swift generic The namespace of a Maven package version is its groupId. The namespace of an npm or Swift package version is its scope. The namespace of a generic package is its namespace. Python and
|
945
|
+
* The namespace of the package versions to be disposed. The package component that specifies its namespace depends on its type. For example: The namespace is required when disposing package versions of the following formats: Maven Swift generic The namespace of a Maven package version is its groupId. The namespace of an npm or Swift package version is its scope. The namespace of a generic package is its namespace. Python, NuGet, and Ruby package versions do not contain a corresponding component, package versions of those formats do not have a namespace.
|
946
946
|
*/
|
947
947
|
namespace?: PackageNamespace;
|
948
948
|
/**
|
@@ -1066,7 +1066,7 @@ declare namespace CodeArtifact {
|
|
1066
1066
|
*/
|
1067
1067
|
format: PackageFormat;
|
1068
1068
|
/**
|
1069
|
-
* The namespace of the package from which to get the associated package group. The package component that specifies its namespace depends on its type. For example: The namespace is required when getting associated package groups from packages of the following formats: Maven Swift generic The namespace of a Maven package version is its groupId. The namespace of an npm or Swift package version is its scope. The namespace of a generic package is its namespace. Python and
|
1069
|
+
* The namespace of the package from which to get the associated package group. The package component that specifies its namespace depends on its type. For example: The namespace is required when getting associated package groups from packages of the following formats: Maven Swift generic The namespace of a Maven package version is its groupId. The namespace of an npm or Swift package version is its scope. The namespace of a generic package is its namespace. Python, NuGet, and Ruby package versions do not contain a corresponding component, package versions of those formats do not have a namespace.
|
1070
1070
|
*/
|
1071
1071
|
namespace?: PackageNamespace;
|
1072
1072
|
/**
|
@@ -1142,7 +1142,7 @@ declare namespace CodeArtifact {
|
|
1142
1142
|
*/
|
1143
1143
|
format: PackageFormat;
|
1144
1144
|
/**
|
1145
|
-
* The namespace of the package version with the requested asset file. The package component that specifies its namespace depends on its type. For example: The namespace is required when requesting assets from package versions of the following formats: Maven Swift generic The namespace of a Maven package version is its groupId. The namespace of an npm or Swift package version is its scope. The namespace of a generic package is its namespace. Python and
|
1145
|
+
* The namespace of the package version with the requested asset file. The package component that specifies its namespace depends on its type. For example: The namespace is required when requesting assets from package versions of the following formats: Maven Swift generic The namespace of a Maven package version is its groupId. The namespace of an npm or Swift package version is its scope. The namespace of a generic package is its namespace. Python, NuGet, and Ruby package versions do not contain a corresponding component, package versions of those formats do not have a namespace.
|
1146
1146
|
*/
|
1147
1147
|
namespace?: PackageNamespace;
|
1148
1148
|
/**
|
@@ -1198,7 +1198,7 @@ declare namespace CodeArtifact {
|
|
1198
1198
|
*/
|
1199
1199
|
format: PackageFormat;
|
1200
1200
|
/**
|
1201
|
-
* The namespace of the package version with the requested readme file. The package component that specifies its namespace depends on its type. For example: The namespace is required when requesting the readme from package versions of the following formats: Maven Swift generic The namespace of a Maven package version is its groupId. The namespace of an npm or Swift package version is its scope. The namespace of a generic package is its namespace. Python and
|
1201
|
+
* The namespace of the package version with the requested readme file. The package component that specifies its namespace depends on its type. For example: The namespace is required when requesting the readme from package versions of the following formats: Maven Swift generic The namespace of a Maven package version is its groupId. The namespace of an npm or Swift package version is its scope. The namespace of a generic package is its namespace. Python, NuGet, and Ruby package versions do not contain a corresponding component, package versions of those formats do not have a namespace.
|
1202
1202
|
*/
|
1203
1203
|
namespace?: PackageNamespace;
|
1204
1204
|
/**
|
@@ -1216,7 +1216,7 @@ declare namespace CodeArtifact {
|
|
1216
1216
|
*/
|
1217
1217
|
format?: PackageFormat;
|
1218
1218
|
/**
|
1219
|
-
* The namespace of the package version with the requested readme file. The package component that specifies its namespace depends on its type. For example: The namespace of a Maven package version is its groupId. The namespace of an npm or Swift package version is its scope. The namespace of a generic package is its namespace. Python and
|
1219
|
+
* The namespace of the package version with the requested readme file. The package component that specifies its namespace depends on its type. For example: The namespace of a Maven package version is its groupId. The namespace of an npm or Swift package version is its scope. The namespace of a generic package is its namespace. Python, NuGet, and Ruby package versions do not contain a corresponding component, package versions of those formats do not have a namespace.
|
1220
1220
|
*/
|
1221
1221
|
namespace?: PackageNamespace;
|
1222
1222
|
/**
|
@@ -1440,7 +1440,7 @@ declare namespace CodeArtifact {
|
|
1440
1440
|
*/
|
1441
1441
|
format: PackageFormat;
|
1442
1442
|
/**
|
1443
|
-
* The namespace of the package version that contains the requested package version assets. The package component that specifies its namespace depends on its type. For example: The namespace is required requesting assets from package versions of the following formats: Maven Swift generic The namespace of a Maven package version is its groupId. The namespace of an npm or Swift package version is its scope. The namespace of a generic package is its namespace. Python and
|
1443
|
+
* The namespace of the package version that contains the requested package version assets. The package component that specifies its namespace depends on its type. For example: The namespace is required requesting assets from package versions of the following formats: Maven Swift generic The namespace of a Maven package version is its groupId. The namespace of an npm or Swift package version is its scope. The namespace of a generic package is its namespace. Python, NuGet, and Ruby package versions do not contain a corresponding component, package versions of those formats do not have a namespace.
|
1444
1444
|
*/
|
1445
1445
|
namespace?: PackageNamespace;
|
1446
1446
|
/**
|
@@ -1466,7 +1466,7 @@ declare namespace CodeArtifact {
|
|
1466
1466
|
*/
|
1467
1467
|
format?: PackageFormat;
|
1468
1468
|
/**
|
1469
|
-
* The namespace of the package version that contains the requested package version assets. The package component that specifies its namespace depends on its type. For example: The namespace of a Maven package version is its groupId. The namespace of an npm or Swift package version is its scope. The namespace of a generic package is its namespace. Python and
|
1469
|
+
* The namespace of the package version that contains the requested package version assets. The package component that specifies its namespace depends on its type. For example: The namespace of a Maven package version is its groupId. The namespace of an npm or Swift package version is its scope. The namespace of a generic package is its namespace. Python, NuGet, and Ruby package versions do not contain a corresponding component, package versions of those formats do not have a namespace.
|
1470
1470
|
*/
|
1471
1471
|
namespace?: PackageNamespace;
|
1472
1472
|
/**
|
@@ -1508,7 +1508,7 @@ declare namespace CodeArtifact {
|
|
1508
1508
|
*/
|
1509
1509
|
format: PackageFormat;
|
1510
1510
|
/**
|
1511
|
-
* The namespace of the package version with the requested dependencies. The package component that specifies its namespace depends on its type. For example: The namespace is required when listing dependencies from package versions of the following formats: Maven Swift generic The namespace of a Maven package version is its groupId. The namespace of an npm or Swift package version is its scope. The namespace of a generic package is its namespace. Python and
|
1511
|
+
* The namespace of the package version with the requested dependencies. The package component that specifies its namespace depends on its type. For example: The namespace is required when listing dependencies from package versions of the following formats: Maven Swift generic The namespace of a Maven package version is its groupId. The namespace of an npm or Swift package version is its scope. The namespace of a generic package is its namespace. Python, NuGet, and Ruby package versions do not contain a corresponding component, package versions of those formats do not have a namespace.
|
1512
1512
|
*/
|
1513
1513
|
namespace?: PackageNamespace;
|
1514
1514
|
/**
|
@@ -1530,7 +1530,7 @@ declare namespace CodeArtifact {
|
|
1530
1530
|
*/
|
1531
1531
|
format?: PackageFormat;
|
1532
1532
|
/**
|
1533
|
-
* The namespace of the package version that contains the returned dependencies. The package component that specifies its namespace depends on its type. For example: The namespace of a Maven package version is its groupId. The namespace of an npm or Swift package version is its scope. The namespace of a generic package is its namespace. Python and
|
1533
|
+
* The namespace of the package version that contains the returned dependencies. The package component that specifies its namespace depends on its type. For example: The namespace of a Maven package version is its groupId. The namespace of an npm or Swift package version is its scope. The namespace of a generic package is its namespace. Python, NuGet, and Ruby package versions do not contain a corresponding component, package versions of those formats do not have a namespace.
|
1534
1534
|
*/
|
1535
1535
|
namespace?: PackageNamespace;
|
1536
1536
|
/**
|
@@ -1573,7 +1573,7 @@ declare namespace CodeArtifact {
|
|
1573
1573
|
*/
|
1574
1574
|
format: PackageFormat;
|
1575
1575
|
/**
|
1576
|
-
* The namespace of the package that contains the requested package versions. The package component that specifies its namespace depends on its type. For example: The namespace is required when deleting package versions of the following formats: Maven Swift generic The namespace of a Maven package version is its groupId. The namespace of an npm or Swift package version is its scope. The namespace of a generic package is its namespace. Python and
|
1576
|
+
* The namespace of the package that contains the requested package versions. The package component that specifies its namespace depends on its type. For example: The namespace is required when deleting package versions of the following formats: Maven Swift generic The namespace of a Maven package version is its groupId. The namespace of an npm or Swift package version is its scope. The namespace of a generic package is its namespace. Python, NuGet, and Ruby package versions do not contain a corresponding component, package versions of those formats do not have a namespace.
|
1577
1577
|
*/
|
1578
1578
|
namespace?: PackageNamespace;
|
1579
1579
|
/**
|
@@ -1611,7 +1611,7 @@ declare namespace CodeArtifact {
|
|
1611
1611
|
*/
|
1612
1612
|
format?: PackageFormat;
|
1613
1613
|
/**
|
1614
|
-
* The namespace of the package that contains the requested package versions. The package component that specifies its namespace depends on its type. For example: The namespace of a Maven package version is its groupId. The namespace of an npm or Swift package version is its scope. The namespace of a generic package is its namespace. Python and
|
1614
|
+
* The namespace of the package that contains the requested package versions. The package component that specifies its namespace depends on its type. For example: The namespace of a Maven package version is its groupId. The namespace of an npm or Swift package version is its scope. The namespace of a generic package is its namespace. Python, NuGet, and Ruby package versions do not contain a corresponding component, package versions of those formats do not have a namespace.
|
1615
1615
|
*/
|
1616
1616
|
namespace?: PackageNamespace;
|
1617
1617
|
/**
|
@@ -1646,7 +1646,7 @@ declare namespace CodeArtifact {
|
|
1646
1646
|
*/
|
1647
1647
|
format?: PackageFormat;
|
1648
1648
|
/**
|
1649
|
-
* The namespace prefix used to filter requested packages. Only packages with a namespace that starts with the provided string value are returned. Note that although this option is called --namespace and not --namespace-prefix, it has prefix-matching behavior. Each package format uses namespace as follows: The namespace of a Maven package version is its groupId. The namespace of an npm or Swift package version is its scope. The namespace of a generic package is its namespace. Python and
|
1649
|
+
* The namespace prefix used to filter requested packages. Only packages with a namespace that starts with the provided string value are returned. Note that although this option is called --namespace and not --namespace-prefix, it has prefix-matching behavior. Each package format uses namespace as follows: The namespace of a Maven package version is its groupId. The namespace of an npm or Swift package version is its scope. The namespace of a generic package is its namespace. Python, NuGet, and Ruby package versions do not contain a corresponding component, package versions of those formats do not have a namespace.
|
1650
1650
|
*/
|
1651
1651
|
namespace?: PackageNamespace;
|
1652
1652
|
/**
|
@@ -1791,7 +1791,7 @@ declare namespace CodeArtifact {
|
|
1791
1791
|
export type OriginRestrictions = {[key: string]: PackageGroupOriginRestrictionMode};
|
1792
1792
|
export interface PackageDependency {
|
1793
1793
|
/**
|
1794
|
-
* The namespace of the package that this package depends on. The package component that specifies its namespace depends on its type. For example: The namespace of a Maven package version is its groupId. The namespace of an npm or Swift package version is its scope. The namespace of a generic package is its namespace. Python and
|
1794
|
+
* The namespace of the package that this package depends on. The package component that specifies its namespace depends on its type. For example: The namespace of a Maven package version is its groupId. The namespace of an npm or Swift package version is its scope. The namespace of a generic package is its namespace. Python, NuGet, and Ruby package versions do not contain a corresponding component, package versions of those formats do not have a namespace.
|
1795
1795
|
*/
|
1796
1796
|
namespace?: PackageNamespace;
|
1797
1797
|
/**
|
@@ -1814,7 +1814,7 @@ declare namespace CodeArtifact {
|
|
1814
1814
|
*/
|
1815
1815
|
format?: PackageFormat;
|
1816
1816
|
/**
|
1817
|
-
* The namespace of the package. The package component that specifies its namespace depends on its type. For example: The namespace of a Maven package version is its groupId. The namespace of an npm or Swift package version is its scope. The namespace of a generic package is its namespace. Python and
|
1817
|
+
* The namespace of the package. The package component that specifies its namespace depends on its type. For example: The namespace of a Maven package version is its groupId. The namespace of an npm or Swift package version is its scope. The namespace of a generic package is its namespace. Python, NuGet, and Ruby package versions do not contain a corresponding component, package versions of those formats do not have a namespace.
|
1818
1818
|
*/
|
1819
1819
|
namespace?: PackageNamespace;
|
1820
1820
|
/**
|
@@ -1826,7 +1826,7 @@ declare namespace CodeArtifact {
|
|
1826
1826
|
*/
|
1827
1827
|
originConfiguration?: PackageOriginConfiguration;
|
1828
1828
|
}
|
1829
|
-
export type PackageFormat = "npm"|"pypi"|"maven"|"nuget"|"generic"|"swift"|string;
|
1829
|
+
export type PackageFormat = "npm"|"pypi"|"maven"|"nuget"|"generic"|"ruby"|"swift"|string;
|
1830
1830
|
export interface PackageGroupAllowedRepository {
|
1831
1831
|
/**
|
1832
1832
|
* The name of the allowed repository.
|
@@ -1983,7 +1983,7 @@ declare namespace CodeArtifact {
|
|
1983
1983
|
*/
|
1984
1984
|
format?: PackageFormat;
|
1985
1985
|
/**
|
1986
|
-
* The namespace of the package. The package component that specifies its namespace depends on its type. For example: The namespace of a Maven package version is its groupId. The namespace of an npm or Swift package version is its scope. The namespace of a generic package is its namespace. Python and
|
1986
|
+
* The namespace of the package. The package component that specifies its namespace depends on its type. For example: The namespace of a Maven package version is its groupId. The namespace of an npm or Swift package version is its scope. The namespace of a generic package is its namespace. Python, NuGet, and Ruby package versions do not contain a corresponding component, package versions of those formats do not have a namespace.
|
1987
1987
|
*/
|
1988
1988
|
namespace?: PackageNamespace;
|
1989
1989
|
/**
|
@@ -2003,7 +2003,7 @@ declare namespace CodeArtifact {
|
|
2003
2003
|
*/
|
2004
2004
|
format?: PackageFormat;
|
2005
2005
|
/**
|
2006
|
-
* The namespace of the package version. The package component that specifies its namespace depends on its type. For example: The namespace of a Maven package version is its groupId. The namespace of an npm or Swift package version is its scope. The namespace of a generic package is its namespace. Python and
|
2006
|
+
* The namespace of the package version. The package component that specifies its namespace depends on its type. For example: The namespace of a Maven package version is its groupId. The namespace of an npm or Swift package version is its scope. The namespace of a generic package is its namespace. Python, NuGet, and Ruby package versions do not contain a corresponding component, package versions of those formats do not have a namespace.
|
2007
2007
|
*/
|
2008
2008
|
namespace?: PackageNamespace;
|
2009
2009
|
/**
|
@@ -2219,7 +2219,7 @@ declare namespace CodeArtifact {
|
|
2219
2219
|
*/
|
2220
2220
|
format: PackageFormat;
|
2221
2221
|
/**
|
2222
|
-
* The namespace of the package to be updated. The package component that specifies its namespace depends on its type. For example: The namespace of a Maven package version is its groupId. The namespace of an npm or Swift package version is its scope. The namespace of a generic package is its namespace. Python and
|
2222
|
+
* The namespace of the package to be updated. The package component that specifies its namespace depends on its type. For example: The namespace of a Maven package version is its groupId. The namespace of an npm or Swift package version is its scope. The namespace of a generic package is its namespace. Python, NuGet, and Ruby package versions do not contain a corresponding component, package versions of those formats do not have a namespace.
|
2223
2223
|
*/
|
2224
2224
|
namespace?: PackageNamespace;
|
2225
2225
|
/**
|
@@ -2500,7 +2500,7 @@ declare namespace CodeArtifact {
|
|
2500
2500
|
*/
|
2501
2501
|
format: PackageFormat;
|
2502
2502
|
/**
|
2503
|
-
* The namespace of the package version to be updated. The package component that specifies its namespace depends on its type. For example: The namespace of a Maven package version is its groupId. The namespace of an npm or Swift package version is its scope. The namespace of a generic package is its namespace. Python and
|
2503
|
+
* The namespace of the package version to be updated. The package component that specifies its namespace depends on its type. For example: The namespace of a Maven package version is its groupId. The namespace of an npm or Swift package version is its scope. The namespace of a generic package is its namespace. Python, NuGet, and Ruby package versions do not contain a corresponding component, package versions of those formats do not have a namespace.
|
2504
2504
|
*/
|
2505
2505
|
namespace?: PackageNamespace;
|
2506
2506
|
/**
|
package/clients/ec2.d.ts
CHANGED
@@ -1573,11 +1573,11 @@ declare class EC2 extends Service {
|
|
1573
1573
|
*/
|
1574
1574
|
deleteTransitGatewayRoute(callback?: (err: AWSError, data: EC2.Types.DeleteTransitGatewayRouteResult) => void): Request<EC2.Types.DeleteTransitGatewayRouteResult, AWSError>;
|
1575
1575
|
/**
|
1576
|
-
* Deletes the specified transit gateway route table.
|
1576
|
+
* Deletes the specified transit gateway route table. If there are any route tables associated with the transit gateway route table, you must first run DisassociateRouteTable before you can delete the transit gateway route table. This removes any route tables associated with the transit gateway route table.
|
1577
1577
|
*/
|
1578
1578
|
deleteTransitGatewayRouteTable(params: EC2.Types.DeleteTransitGatewayRouteTableRequest, callback?: (err: AWSError, data: EC2.Types.DeleteTransitGatewayRouteTableResult) => void): Request<EC2.Types.DeleteTransitGatewayRouteTableResult, AWSError>;
|
1579
1579
|
/**
|
1580
|
-
* Deletes the specified transit gateway route table.
|
1580
|
+
* Deletes the specified transit gateway route table. If there are any route tables associated with the transit gateway route table, you must first run DisassociateRouteTable before you can delete the transit gateway route table. This removes any route tables associated with the transit gateway route table.
|
1581
1581
|
*/
|
1582
1582
|
deleteTransitGatewayRouteTable(callback?: (err: AWSError, data: EC2.Types.DeleteTransitGatewayRouteTableResult) => void): Request<EC2.Types.DeleteTransitGatewayRouteTableResult, AWSError>;
|
1583
1583
|
/**
|
@@ -17621,7 +17621,7 @@ declare namespace EC2 {
|
|
17621
17621
|
*/
|
17622
17622
|
TransitGatewayIds?: TransitGatewayIdStringList;
|
17623
17623
|
/**
|
17624
|
-
* One or more filters. The possible values are: options.propagation-default-route-table-id - The ID of the default propagation route table. options.amazon-side-asn - The private ASN for the Amazon side of a BGP session. options.association-default-route-table-id - The ID of the default association route table. options.auto-accept-shared-attachments - Indicates whether there is automatic acceptance of attachment requests (enable | disable). options.default-route-table-association - Indicates whether resource attachments are automatically associated with the default association route table (enable | disable). options.default-route-table-propagation - Indicates whether resource attachments automatically propagate routes to the default propagation route table (enable | disable). options.dns-support - Indicates whether DNS support is enabled (enable | disable). options.vpn-ecmp-support - Indicates whether Equal Cost Multipath Protocol support is enabled (enable | disable). owner-id - The ID of the Amazon Web Services account that owns the transit gateway. state - The state of the transit gateway (available | deleted | deleting | modifying | pending). transit-gateway-id - The ID of the transit gateway.
|
17624
|
+
* One or more filters. The possible values are: options.propagation-default-route-table-id - The ID of the default propagation route table. options.amazon-side-asn - The private ASN for the Amazon side of a BGP session. options.association-default-route-table-id - The ID of the default association route table. options.auto-accept-shared-attachments - Indicates whether there is automatic acceptance of attachment requests (enable | disable). options.default-route-table-association - Indicates whether resource attachments are automatically associated with the default association route table (enable | disable). options.default-route-table-propagation - Indicates whether resource attachments automatically propagate routes to the default propagation route table (enable | disable). options.dns-support - Indicates whether DNS support is enabled (enable | disable). options.vpn-ecmp-support - Indicates whether Equal Cost Multipath Protocol support is enabled (enable | disable). owner-id - The ID of the Amazon Web Services account that owns the transit gateway. state - The state of the transit gateway (available | deleted | deleting | modifying | pending). transit-gateway-id - The ID of the transit gateway. tag-key - The key/value combination of a tag assigned to the resource. Use the tag key in the filter name and the tag value as the filter value. For example, to find all resources that have a tag with the key Owner and the value TeamA, specify tag:Owner for the filter name and TeamA for the filter value.
|
17625
17625
|
*/
|
17626
17626
|
Filters?: FilterList;
|
17627
17627
|
/**
|
@@ -27038,7 +27038,7 @@ declare namespace EC2 {
|
|
27038
27038
|
*/
|
27039
27039
|
Description?: String;
|
27040
27040
|
/**
|
27041
|
-
* The device index for the network interface attachment.
|
27041
|
+
* The device index for the network interface attachment. Each network interface requires a device index. If you create a launch template that includes secondary network interfaces but not a primary network interface, then you must add a primary network interface as a launch parameter when you launch an instance from the template.
|
27042
27042
|
*/
|
27043
27043
|
DeviceIndex?: Integer;
|
27044
27044
|
/**
|
@@ -39277,7 +39277,7 @@ declare namespace EC2 {
|
|
39277
39277
|
export type VirtualizationTypeSet = VirtualizationType[];
|
39278
39278
|
export interface Volume {
|
39279
39279
|
/**
|
39280
|
-
* Information about the volume attachments.
|
39280
|
+
* This parameter is not returned by CreateVolume. Information about the volume attachments.
|
39281
39281
|
*/
|
39282
39282
|
Attachments?: VolumeAttachmentList;
|
39283
39283
|
/**
|
@@ -39329,7 +39329,7 @@ declare namespace EC2 {
|
|
39329
39329
|
*/
|
39330
39330
|
VolumeType?: VolumeType;
|
39331
39331
|
/**
|
39332
|
-
* Indicates whether the volume was created using fast snapshot restore.
|
39332
|
+
* This parameter is not returned by CreateVolume. Indicates whether the volume was created using fast snapshot restore.
|
39333
39333
|
*/
|
39334
39334
|
FastRestored?: Boolean;
|
39335
39335
|
/**
|
@@ -39341,7 +39341,7 @@ declare namespace EC2 {
|
|
39341
39341
|
*/
|
39342
39342
|
Throughput?: Integer;
|
39343
39343
|
/**
|
39344
|
-
* Reserved for future use.
|
39344
|
+
* This parameter is not returned by CreateVolume. Reserved for future use.
|
39345
39345
|
*/
|
39346
39346
|
SseType?: SSEType;
|
39347
39347
|
}
|
package/clients/fms.d.ts
CHANGED
@@ -1603,7 +1603,7 @@ declare namespace FMS {
|
|
1603
1603
|
}
|
1604
1604
|
export interface NetworkAclEntrySet {
|
1605
1605
|
/**
|
1606
|
-
* The rules that you want to run first in the Firewall Manager managed network ACLs. Provide these in the order in which you want them to run. Firewall Manager will assign the specific rule numbers for you, in the network ACLs that it creates.
|
1606
|
+
* The rules that you want to run first in the Firewall Manager managed network ACLs. Provide these in the order in which you want them to run. Firewall Manager will assign the specific rule numbers for you, in the network ACLs that it creates. You must specify at least one first entry or one last entry in any network ACL policy.
|
1607
1607
|
*/
|
1608
1608
|
FirstEntries?: NetworkAclEntries;
|
1609
1609
|
/**
|
@@ -1611,7 +1611,7 @@ declare namespace FMS {
|
|
1611
1611
|
*/
|
1612
1612
|
ForceRemediateForFirstEntries: BooleanObject;
|
1613
1613
|
/**
|
1614
|
-
* The rules that you want to run last in the Firewall Manager managed network ACLs. Provide these in the order in which you want them to run. Firewall Manager will assign the specific rule numbers for you, in the network ACLs that it creates.
|
1614
|
+
* The rules that you want to run last in the Firewall Manager managed network ACLs. Provide these in the order in which you want them to run. Firewall Manager will assign the specific rule numbers for you, in the network ACLs that it creates. You must specify at least one first entry or one last entry in any network ACL policy.
|
1615
1615
|
*/
|
1616
1616
|
LastEntries?: NetworkAclEntries;
|
1617
1617
|
/**
|
@@ -2763,9 +2763,13 @@ declare namespace FMS {
|
|
2763
2763
|
export type SecurityServiceTypeList = SecurityServiceType[];
|
2764
2764
|
export interface StatefulEngineOptions {
|
2765
2765
|
/**
|
2766
|
-
* Indicates how to manage the order of stateful rule evaluation for the policy.
|
2766
|
+
* Indicates how to manage the order of stateful rule evaluation for the policy. Stateful rules are provided to the rule engine as Suricata compatible strings, and Suricata evaluates them based on certain settings. For more information, see Evaluation order for stateful rules in the Network Firewall Developer Guide. Default: DEFAULT_ACTION_ORDER
|
2767
2767
|
*/
|
2768
2768
|
RuleOrder?: RuleOrder;
|
2769
|
+
/**
|
2770
|
+
* Indicates how Network Firewall should handle traffic when a network connection breaks midstream. DROP - Fail closed and drop all subsequent traffic going to the firewall. CONTINUE - Continue to apply rules to subsequent traffic without context from traffic before the break. This impacts the behavior of rules that depend on context. For example, with a stateful rule that drops HTTP traffic, Network Firewall won't match subsequent traffic because the it won't have the context from session initialization, which defines the application layer protocol as HTTP. However, a TCP-layer rule using a flow:stateless rule would still match, and so would the aws:drop_strict default action. REJECT - Fail closed and drop all subsequent traffic going to the firewall. With this option, Network Firewall also sends a TCP reject packet back to the client so the client can immediately establish a new session. With the new session, Network Firewall will have context and will apply rules appropriately. For applications that are reliant on long-lived TCP connections that trigger Gateway Load Balancer idle timeouts, this is the recommended setting. FMS_IGNORE - Firewall Manager doesn't monitor or modify the Network Firewall stream exception policy settings. For more information, see Stream exception policy in your firewall policy in the Network Firewall Developer Guide. Default: FMS_IGNORE
|
2771
|
+
*/
|
2772
|
+
StreamExceptionPolicy?: StreamExceptionPolicy;
|
2769
2773
|
}
|
2770
2774
|
export interface StatefulRuleGroup {
|
2771
2775
|
/**
|
@@ -2802,6 +2806,7 @@ declare namespace FMS {
|
|
2802
2806
|
}
|
2803
2807
|
export type StatelessRuleGroupList = StatelessRuleGroup[];
|
2804
2808
|
export type StatelessRuleGroupPriority = number;
|
2809
|
+
export type StreamExceptionPolicy = "DROP"|"CONTINUE"|"REJECT"|"FMS_IGNORE"|string;
|
2805
2810
|
export interface Tag {
|
2806
2811
|
/**
|
2807
2812
|
* Part of the key:value pair that defines a tag. You can use a tag key to describe a category of information, such as "customer." Tag keys are case-sensitive.
|