Skip to content

Commit 13eb310

Browse files
Update SDK models
1 parent ba8530b commit 13eb310

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

42 files changed

+245
-896
lines changed

Diff for: Cargo.toml

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
[workspace]
22
resolver = "2"
33
exclude = [
4-
"examples/webassembly",
54
"examples/lambda",
65
"examples/examples",
7-
"examples/test-utils",
86
"examples/cross_service",
9-
"tests/webassembly",
10-
"tests/no-default-features"
7+
"examples/webassembly",
8+
"examples/test-utils",
9+
"tests/no-default-features",
10+
"tests/webassembly"
1111
]
1212
members = [
1313
"sdk/accessanalyzer",

Diff for: aws-models/redshift.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -1337,7 +1337,7 @@
13371337
"PubliclyAccessible": {
13381338
"target": "com.amazonaws.redshift#Boolean",
13391339
"traits": {
1340-
"smithy.api#documentation": "<p>A boolean value that, if <code>true</code>, indicates that the cluster can be\n accessed from a public network.</p>"
1340+
"smithy.api#documentation": "<p>A boolean value that, if <code>true</code>, indicates that the cluster can be\n accessed from a public network.</p>\n <p>Default: false</p>"
13411341
}
13421342
},
13431343
"Encrypted": {
@@ -2919,13 +2919,13 @@
29192919
"PubliclyAccessible": {
29202920
"target": "com.amazonaws.redshift#BooleanOptional",
29212921
"traits": {
2922-
"smithy.api#documentation": "<p>If <code>true</code>, the cluster can be accessed from a public network. </p>"
2922+
"smithy.api#documentation": "<p>If <code>true</code>, the cluster can be accessed from a public network. </p>\n <p>Default: false</p>"
29232923
}
29242924
},
29252925
"Encrypted": {
29262926
"target": "com.amazonaws.redshift#BooleanOptional",
29272927
"traits": {
2928-
"smithy.api#documentation": "<p>If <code>true</code>, the data in the cluster is encrypted at rest. </p>\n <p>Default: false</p>"
2928+
"smithy.api#documentation": "<p>If <code>true</code>, the data in the cluster is encrypted at rest. \n If you set the value on this parameter to <code>false</code>, the request will fail.</p>\n <p>Default: true</p>"
29292929
}
29302930
},
29312931
"HsmClientCertificateIdentifier": {
@@ -12156,7 +12156,7 @@
1215612156
"PubliclyAccessible": {
1215712157
"target": "com.amazonaws.redshift#BooleanOptional",
1215812158
"traits": {
12159-
"smithy.api#documentation": "<p>If <code>true</code>, the cluster can be accessed from a public network. Only\n clusters in VPCs can be set to be publicly available.</p>"
12159+
"smithy.api#documentation": "<p>If <code>true</code>, the cluster can be accessed from a public network. Only\n clusters in VPCs can be set to be publicly available.</p>\n <p>Default: false</p>"
1216012160
}
1216112161
},
1216212162
"ElasticIp": {
@@ -17035,7 +17035,7 @@
1703517035
"PubliclyAccessible": {
1703617036
"target": "com.amazonaws.redshift#BooleanOptional",
1703717037
"traits": {
17038-
"smithy.api#documentation": "<p>If <code>true</code>, the cluster can be accessed from a public network. </p>"
17038+
"smithy.api#documentation": "<p>If <code>true</code>, the cluster can be accessed from a public network. </p>\n <p>Default: false</p>"
1703917039
}
1704017040
},
1704117041
"OwnerAccount": {

Diff for: aws-models/sdk-endpoints.json

+110-7
Original file line numberDiff line numberDiff line change
@@ -13814,6 +13814,7 @@
1381413814
"ap-southeast-2" : { },
1381513815
"ap-southeast-3" : { },
1381613816
"ap-southeast-4" : { },
13817+
"ap-southeast-5" : { },
1381713818
"ca-central-1" : { },
1381813819
"ca-west-1" : { },
1381913820
"eu-central-1" : { },
@@ -21617,8 +21618,18 @@
2161721618
},
2161821619
"snowball" : {
2161921620
"endpoints" : {
21620-
"af-south-1" : { },
21621-
"ap-east-1" : { },
21621+
"af-south-1" : {
21622+
"variants" : [ {
21623+
"hostname" : "snowball-fips.af-south-1.amazonaws.com",
21624+
"tags" : [ "fips" ]
21625+
} ]
21626+
},
21627+
"ap-east-1" : {
21628+
"variants" : [ {
21629+
"hostname" : "snowball-fips.ap-east-1.amazonaws.com",
21630+
"tags" : [ "fips" ]
21631+
} ]
21632+
},
2162221633
"ap-northeast-1" : {
2162321634
"variants" : [ {
2162421635
"hostname" : "snowball-fips.ap-northeast-1.amazonaws.com",
@@ -21655,7 +21666,12 @@
2165521666
"tags" : [ "fips" ]
2165621667
} ]
2165721668
},
21658-
"ap-southeast-3" : { },
21669+
"ap-southeast-3" : {
21670+
"variants" : [ {
21671+
"hostname" : "snowball-fips.ap-southeast-3.amazonaws.com",
21672+
"tags" : [ "fips" ]
21673+
} ]
21674+
},
2165921675
"ca-central-1" : {
2166021676
"variants" : [ {
2166121677
"hostname" : "snowball-fips.ca-central-1.amazonaws.com",
@@ -21668,8 +21684,18 @@
2166821684
"tags" : [ "fips" ]
2166921685
} ]
2167021686
},
21671-
"eu-north-1" : { },
21672-
"eu-south-1" : { },
21687+
"eu-north-1" : {
21688+
"variants" : [ {
21689+
"hostname" : "snowball-fips.eu-north-1.amazonaws.com",
21690+
"tags" : [ "fips" ]
21691+
} ]
21692+
},
21693+
"eu-south-1" : {
21694+
"variants" : [ {
21695+
"hostname" : "snowball-fips.eu-south-1.amazonaws.com",
21696+
"tags" : [ "fips" ]
21697+
} ]
21698+
},
2167321699
"eu-west-1" : {
2167421700
"variants" : [ {
2167521701
"hostname" : "snowball-fips.eu-west-1.amazonaws.com",
@@ -21688,6 +21714,20 @@
2168821714
"tags" : [ "fips" ]
2168921715
} ]
2169021716
},
21717+
"fips-af-south-1" : {
21718+
"credentialScope" : {
21719+
"region" : "af-south-1"
21720+
},
21721+
"deprecated" : true,
21722+
"hostname" : "snowball-fips.af-south-1.amazonaws.com"
21723+
},
21724+
"fips-ap-east-1" : {
21725+
"credentialScope" : {
21726+
"region" : "ap-east-1"
21727+
},
21728+
"deprecated" : true,
21729+
"hostname" : "snowball-fips.ap-east-1.amazonaws.com"
21730+
},
2169121731
"fips-ap-northeast-1" : {
2169221732
"credentialScope" : {
2169321733
"region" : "ap-northeast-1"
@@ -21730,6 +21770,13 @@
2173021770
"deprecated" : true,
2173121771
"hostname" : "snowball-fips.ap-southeast-2.amazonaws.com"
2173221772
},
21773+
"fips-ap-southeast-3" : {
21774+
"credentialScope" : {
21775+
"region" : "ap-southeast-3"
21776+
},
21777+
"deprecated" : true,
21778+
"hostname" : "snowball-fips.ap-southeast-3.amazonaws.com"
21779+
},
2173321780
"fips-ca-central-1" : {
2173421781
"credentialScope" : {
2173521782
"region" : "ca-central-1"
@@ -21744,6 +21791,20 @@
2174421791
"deprecated" : true,
2174521792
"hostname" : "snowball-fips.eu-central-1.amazonaws.com"
2174621793
},
21794+
"fips-eu-north-1" : {
21795+
"credentialScope" : {
21796+
"region" : "eu-north-1"
21797+
},
21798+
"deprecated" : true,
21799+
"hostname" : "snowball-fips.eu-north-1.amazonaws.com"
21800+
},
21801+
"fips-eu-south-1" : {
21802+
"credentialScope" : {
21803+
"region" : "eu-south-1"
21804+
},
21805+
"deprecated" : true,
21806+
"hostname" : "snowball-fips.eu-south-1.amazonaws.com"
21807+
},
2174721808
"fips-eu-west-1" : {
2174821809
"credentialScope" : {
2174921810
"region" : "eu-west-1"
@@ -21765,6 +21826,20 @@
2176521826
"deprecated" : true,
2176621827
"hostname" : "snowball-fips.eu-west-3.amazonaws.com"
2176721828
},
21829+
"fips-il-central-1" : {
21830+
"credentialScope" : {
21831+
"region" : "il-central-1"
21832+
},
21833+
"deprecated" : true,
21834+
"hostname" : "snowball-fips.il-central-1.amazonaws.com"
21835+
},
21836+
"fips-me-central-1" : {
21837+
"credentialScope" : {
21838+
"region" : "me-central-1"
21839+
},
21840+
"deprecated" : true,
21841+
"hostname" : "snowball-fips.me-central-1.amazonaws.com"
21842+
},
2176821843
"fips-sa-east-1" : {
2176921844
"credentialScope" : {
2177021845
"region" : "sa-east-1"
@@ -21800,8 +21875,18 @@
2180021875
"deprecated" : true,
2180121876
"hostname" : "snowball-fips.us-west-2.amazonaws.com"
2180221877
},
21803-
"il-central-1" : { },
21804-
"me-central-1" : { },
21878+
"il-central-1" : {
21879+
"variants" : [ {
21880+
"hostname" : "snowball-fips.il-central-1.amazonaws.com",
21881+
"tags" : [ "fips" ]
21882+
} ]
21883+
},
21884+
"me-central-1" : {
21885+
"variants" : [ {
21886+
"hostname" : "snowball-fips.me-central-1.amazonaws.com",
21887+
"tags" : [ "fips" ]
21888+
} ]
21889+
},
2180521890
"sa-east-1" : {
2180621891
"variants" : [ {
2180721892
"hostname" : "snowball-fips.sa-east-1.amazonaws.com",
@@ -32431,6 +32516,24 @@
3243132516
"us-iso-east-1" : { }
3243232517
}
3243332518
},
32519+
"budgets" : {
32520+
"endpoints" : {
32521+
"aws-iso-global" : {
32522+
"credentialScope" : {
32523+
"region" : "us-iso-east-1"
32524+
},
32525+
"hostname" : "budgets.c2s.ic.gov"
32526+
},
32527+
"us-iso-east-1" : {
32528+
"credentialScope" : {
32529+
"region" : "us-iso-east-1"
32530+
},
32531+
"hostname" : "budgets.c2s.ic.gov"
32532+
}
32533+
},
32534+
"isRegionalized" : false,
32535+
"partitionEndpoint" : "aws-iso-global"
32536+
},
3243432537
"cloudcontrolapi" : {
3243532538
"endpoints" : {
3243632539
"us-iso-east-1" : { },

Diff for: aws-models/securitylake.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -427,7 +427,7 @@
427427
"eventClasses": {
428428
"target": "com.amazonaws.securitylake#OcsfEventClassList",
429429
"traits": {
430-
"smithy.api#documentation": "<p>The Open Cybersecurity Schema Framework (OCSF) event classes which describes the type of\n data that the custom source will send to Security Lake. The supported event classes are:</p>\n <ul>\n <li>\n <p>\n <code>ACCESS_ACTIVITY</code>\n </p>\n </li>\n <li>\n <p>\n <code>FILE_ACTIVITY</code>\n </p>\n </li>\n <li>\n <p>\n <code>KERNEL_ACTIVITY</code>\n </p>\n </li>\n <li>\n <p>\n <code>KERNEL_EXTENSION</code>\n </p>\n </li>\n <li>\n <p>\n <code>MEMORY_ACTIVITY</code>\n </p>\n </li>\n <li>\n <p>\n <code>MODULE_ACTIVITY</code>\n </p>\n </li>\n <li>\n <p>\n <code>PROCESS_ACTIVITY</code>\n </p>\n </li>\n <li>\n <p>\n <code>REGISTRY_KEY_ACTIVITY</code>\n </p>\n </li>\n <li>\n <p>\n <code>REGISTRY_VALUE_ACTIVITY</code>\n </p>\n </li>\n <li>\n <p>\n <code>RESOURCE_ACTIVITY</code>\n </p>\n </li>\n <li>\n <p>\n <code>SCHEDULED_JOB_ACTIVITY</code>\n </p>\n </li>\n <li>\n <p>\n <code>SECURITY_FINDING</code>\n </p>\n </li>\n <li>\n <p>\n <code>ACCOUNT_CHANGE</code>\n </p>\n </li>\n <li>\n <p>\n <code>AUTHENTICATION</code>\n </p>\n </li>\n <li>\n <p>\n <code>AUTHORIZATION</code>\n </p>\n </li>\n <li>\n <p>\n <code>ENTITY_MANAGEMENT_AUDIT</code>\n </p>\n </li>\n <li>\n <p>\n <code>DHCP_ACTIVITY</code>\n </p>\n </li>\n <li>\n <p>\n <code>NETWORK_ACTIVITY</code>\n </p>\n </li>\n <li>\n <p>\n <code>DNS_ACTIVITY</code>\n </p>\n </li>\n <li>\n <p>\n <code>FTP_ACTIVITY</code>\n </p>\n </li>\n <li>\n <p>\n <code>HTTP_ACTIVITY</code>\n </p>\n </li>\n <li>\n <p>\n <code>RDP_ACTIVITY</code>\n </p>\n </li>\n <li>\n <p>\n <code>SMB_ACTIVITY</code>\n </p>\n </li>\n <li>\n <p>\n <code>SSH_ACTIVITY</code>\n </p>\n </li>\n <li>\n <p>\n <code>CONFIG_STATE</code>\n </p>\n </li>\n <li>\n <p>\n <code>INVENTORY_INFO</code>\n </p>\n </li>\n <li>\n <p>\n <code>EMAIL_ACTIVITY</code>\n </p>\n </li>\n <li>\n <p>\n <code>API_ACTIVITY</code>\n </p>\n </li>\n <li>\n <p>\n <code>CLOUD_API</code>\n </p>\n </li>\n </ul>"
430+
"smithy.api#documentation": "<p>The Open Cybersecurity Schema Framework (OCSF) event classes which describes the type of\n data that the custom source will send to Security Lake. For the list of supported event classes, see the <a href=\"https://docs.aws.amazon.com/security-lake/latest/userguide/adding-custom-sources.html#ocsf-eventclass\">Amazon Security Lake User Guide</a>.</p>"
431431
}
432432
},
433433
"configuration": {
@@ -630,7 +630,7 @@
630630
],
631631
"traits": {
632632
"aws.iam#actionPermissionDescription": "Grants permission to automatically enable Amazon Security Lake for new member accounts in your organization. or Grants permission to automatically enable Amazon Security Lake for new organization accounts",
633-
"smithy.api#documentation": "<p>Automatically enables Amazon Security Lake for new member accounts in your organization.\n Security Lake is not automatically enabled for any existing member accounts in your\n organization.</p>",
633+
"smithy.api#documentation": "<p>Automatically enables Amazon Security Lake for new member accounts in your organization.\n Security Lake is not automatically enabled for any existing member accounts in your\n organization.</p>\n <p>This operation merges the new data lake organization configuration with the existing configuration for Security Lake in your organization. If you want to create a new data lake organization configuration, you must delete the existing one using <a href=\"https://docs.aws.amazon.com/security-lake/latest/APIReference/API_DeleteDataLakeOrganizationConfiguration.html\">DeleteDataLakeOrganizationConfiguration</a>.</p>",
634634
"smithy.api#http": {
635635
"method": "POST",
636636
"uri": "/v1/datalake/organization/configuration",
@@ -1402,7 +1402,7 @@
14021402
"eventClasses": {
14031403
"target": "com.amazonaws.securitylake#OcsfEventClassList",
14041404
"traits": {
1405-
"smithy.api#documentation": "<p>The Open Cybersecurity Schema Framework (OCSF) event classes which describes the type of\n data that the custom source will send to Security Lake. The supported event classes are:</p>\n <ul>\n <li>\n <p>\n <code>ACCESS_ACTIVITY</code>\n </p>\n </li>\n <li>\n <p>\n <code>FILE_ACTIVITY</code>\n </p>\n </li>\n <li>\n <p>\n <code>KERNEL_ACTIVITY</code>\n </p>\n </li>\n <li>\n <p>\n <code>KERNEL_EXTENSION</code>\n </p>\n </li>\n <li>\n <p>\n <code>MEMORY_ACTIVITY</code>\n </p>\n </li>\n <li>\n <p>\n <code>MODULE_ACTIVITY</code>\n </p>\n </li>\n <li>\n <p>\n <code>PROCESS_ACTIVITY</code>\n </p>\n </li>\n <li>\n <p>\n <code>REGISTRY_KEY_ACTIVITY</code>\n </p>\n </li>\n <li>\n <p>\n <code>REGISTRY_VALUE_ACTIVITY</code>\n </p>\n </li>\n <li>\n <p>\n <code>RESOURCE_ACTIVITY</code>\n </p>\n </li>\n <li>\n <p>\n <code>SCHEDULED_JOB_ACTIVITY</code>\n </p>\n </li>\n <li>\n <p>\n <code>SECURITY_FINDING</code>\n </p>\n </li>\n <li>\n <p>\n <code>ACCOUNT_CHANGE</code>\n </p>\n </li>\n <li>\n <p>\n <code>AUTHENTICATION</code>\n </p>\n </li>\n <li>\n <p>\n <code>AUTHORIZATION</code>\n </p>\n </li>\n <li>\n <p>\n <code>ENTITY_MANAGEMENT_AUDIT</code>\n </p>\n </li>\n <li>\n <p>\n <code>DHCP_ACTIVITY</code>\n </p>\n </li>\n <li>\n <p>\n <code>NETWORK_ACTIVITY</code>\n </p>\n </li>\n <li>\n <p>\n <code>DNS_ACTIVITY</code>\n </p>\n </li>\n <li>\n <p>\n <code>FTP_ACTIVITY</code>\n </p>\n </li>\n <li>\n <p>\n <code>HTTP_ACTIVITY</code>\n </p>\n </li>\n <li>\n <p>\n <code>RDP_ACTIVITY</code>\n </p>\n </li>\n <li>\n <p>\n <code>SMB_ACTIVITY</code>\n </p>\n </li>\n <li>\n <p>\n <code>SSH_ACTIVITY</code>\n </p>\n </li>\n <li>\n <p>\n <code>CONFIG_STATE</code>\n </p>\n </li>\n <li>\n <p>\n <code>INVENTORY_INFO</code>\n </p>\n </li>\n <li>\n <p>\n <code>EMAIL_ACTIVITY</code>\n </p>\n </li>\n <li>\n <p>\n <code>API_ACTIVITY</code>\n </p>\n </li>\n <li>\n <p>\n <code>CLOUD_API</code>\n </p>\n </li>\n </ul>"
1405+
"smithy.api#documentation": "<p>The Open Cybersecurity Schema Framework (OCSF) event classes describes the type of\n data that the custom source will send to Security Lake. For the list of supported event classes, see <a href=\"https://docs.aws.amazon.com/security-lake/latest/userguide/adding-custom-sources.html#ocsf-eventclass.html\">Supported OCSF Event classes</a> in the Amazon Security Lake User Guide.</p>"
14061406
}
14071407
},
14081408
"sourceStatuses": {

0 commit comments

Comments
 (0)