Skip to content

Commit

Permalink
Amazon Inspector now allows customers to search its vulnerability int…
Browse files Browse the repository at this point in the history
…elligence database if any of the Inspector scanning types are activated.

This release adds support the inf2 and trn1n instances. inf2 instances are purpose built for deep learning inference while trn1n instances are powered by AWS Trainium accelerators and they build on the capabilities of Trainium-powered trn1 instances.
Revert previous SQS protocol change.
This release adds support for AFTER_LIVE_EDGE mode configuration for avail suppression, and adding a fill-policy setting that sets the avail suppression to PARTIAL_AVAIL or FULL_AVAIL_ONLY when AFTER_LIVE_EDGE is enabled.
  • Loading branch information
aws-sdk-cpp-automation committed May 5, 2023
1 parent a7c1144 commit 24c1b70
Show file tree
Hide file tree
Showing 797 changed files with 7,794 additions and 4,929 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.11.73
1.11.74
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ using namespace Aws::Utils;
ApplyArchiveRuleRequest::ApplyArchiveRuleRequest() :
m_analyzerArnHasBeenSet(false),
m_ruleNameHasBeenSet(false),
m_clientToken(Aws::Utils::UUID::RandomUUID()),
m_clientToken(Aws::Utils::UUID::PseudoRandomUUID()),
m_clientTokenHasBeenSet(true)
{
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ using namespace Aws::Utils;
CreateAccessPreviewRequest::CreateAccessPreviewRequest() :
m_analyzerArnHasBeenSet(false),
m_configurationsHasBeenSet(false),
m_clientToken(Aws::Utils::UUID::RandomUUID()),
m_clientToken(Aws::Utils::UUID::PseudoRandomUUID()),
m_clientTokenHasBeenSet(true)
{
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ CreateAnalyzerRequest::CreateAnalyzerRequest() :
m_typeHasBeenSet(false),
m_archiveRulesHasBeenSet(false),
m_tagsHasBeenSet(false),
m_clientToken(Aws::Utils::UUID::RandomUUID()),
m_clientToken(Aws::Utils::UUID::PseudoRandomUUID()),
m_clientTokenHasBeenSet(true)
{
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ CreateArchiveRuleRequest::CreateArchiveRuleRequest() :
m_analyzerNameHasBeenSet(false),
m_ruleNameHasBeenSet(false),
m_filterHasBeenSet(false),
m_clientToken(Aws::Utils::UUID::RandomUUID()),
m_clientToken(Aws::Utils::UUID::PseudoRandomUUID()),
m_clientTokenHasBeenSet(true)
{
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ using namespace Aws::Http;

DeleteAnalyzerRequest::DeleteAnalyzerRequest() :
m_analyzerNameHasBeenSet(false),
m_clientToken(Aws::Utils::UUID::RandomUUID()),
m_clientToken(Aws::Utils::UUID::PseudoRandomUUID()),
m_clientTokenHasBeenSet(true)
{
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ using namespace Aws::Http;
DeleteArchiveRuleRequest::DeleteArchiveRuleRequest() :
m_analyzerNameHasBeenSet(false),
m_ruleNameHasBeenSet(false),
m_clientToken(Aws::Utils::UUID::RandomUUID()),
m_clientToken(Aws::Utils::UUID::PseudoRandomUUID()),
m_clientTokenHasBeenSet(true)
{
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ using namespace Aws::Utils;
StartPolicyGenerationRequest::StartPolicyGenerationRequest() :
m_policyGenerationDetailsHasBeenSet(false),
m_cloudTrailDetailsHasBeenSet(false),
m_clientToken(Aws::Utils::UUID::RandomUUID()),
m_clientToken(Aws::Utils::UUID::PseudoRandomUUID()),
m_clientTokenHasBeenSet(true)
{
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ UpdateArchiveRuleRequest::UpdateArchiveRuleRequest() :
m_analyzerNameHasBeenSet(false),
m_ruleNameHasBeenSet(false),
m_filterHasBeenSet(false),
m_clientToken(Aws::Utils::UUID::RandomUUID()),
m_clientToken(Aws::Utils::UUID::PseudoRandomUUID()),
m_clientTokenHasBeenSet(true)
{
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ UpdateFindingsRequest::UpdateFindingsRequest() :
m_statusHasBeenSet(false),
m_idsHasBeenSet(false),
m_resourceArnHasBeenSet(false),
m_clientToken(Aws::Utils::UUID::RandomUUID()),
m_clientToken(Aws::Utils::UUID::PseudoRandomUUID()),
m_clientTokenHasBeenSet(true)
{
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ using namespace Aws::Utils;
CreateAddressBookRequest::CreateAddressBookRequest() :
m_nameHasBeenSet(false),
m_descriptionHasBeenSet(false),
m_clientRequestToken(Aws::Utils::UUID::RandomUUID()),
m_clientRequestToken(Aws::Utils::UUID::PseudoRandomUUID()),
m_clientRequestTokenHasBeenSet(true),
m_tagsHasBeenSet(false)
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ CreateBusinessReportScheduleRequest::CreateBusinessReportScheduleRequest() :
m_formatHasBeenSet(false),
m_contentRangeHasBeenSet(false),
m_recurrenceHasBeenSet(false),
m_clientRequestToken(Aws::Utils::UUID::RandomUUID()),
m_clientRequestToken(Aws::Utils::UUID::PseudoRandomUUID()),
m_clientRequestTokenHasBeenSet(true),
m_tagsHasBeenSet(false)
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ CreateConferenceProviderRequest::CreateConferenceProviderRequest() :
m_iPDialInHasBeenSet(false),
m_pSTNDialInHasBeenSet(false),
m_meetingSettingHasBeenSet(false),
m_clientRequestToken(Aws::Utils::UUID::RandomUUID()),
m_clientRequestToken(Aws::Utils::UUID::PseudoRandomUUID()),
m_clientRequestTokenHasBeenSet(true),
m_tagsHasBeenSet(false)
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ CreateContactRequest::CreateContactRequest() :
m_phoneNumberHasBeenSet(false),
m_phoneNumbersHasBeenSet(false),
m_sipAddressesHasBeenSet(false),
m_clientRequestToken(Aws::Utils::UUID::RandomUUID()),
m_clientRequestToken(Aws::Utils::UUID::PseudoRandomUUID()),
m_clientRequestTokenHasBeenSet(true),
m_tagsHasBeenSet(false)
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ using namespace Aws::Utils;
CreateGatewayGroupRequest::CreateGatewayGroupRequest() :
m_nameHasBeenSet(false),
m_descriptionHasBeenSet(false),
m_clientRequestToken(Aws::Utils::UUID::RandomUUID()),
m_clientRequestToken(Aws::Utils::UUID::PseudoRandomUUID()),
m_clientRequestTokenHasBeenSet(true),
m_tagsHasBeenSet(false)
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ CreateNetworkProfileRequest::CreateNetworkProfileRequest() :
m_nextPasswordHasBeenSet(false),
m_certificateAuthorityArnHasBeenSet(false),
m_trustAnchorsHasBeenSet(false),
m_clientRequestToken(Aws::Utils::UUID::RandomUUID()),
m_clientRequestToken(Aws::Utils::UUID::PseudoRandomUUID()),
m_clientRequestTokenHasBeenSet(true),
m_tagsHasBeenSet(false)
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ CreateProfileRequest::CreateProfileRequest() :
m_wakeWord(WakeWord::NOT_SET),
m_wakeWordHasBeenSet(false),
m_localeHasBeenSet(false),
m_clientRequestToken(Aws::Utils::UUID::RandomUUID()),
m_clientRequestToken(Aws::Utils::UUID::PseudoRandomUUID()),
m_clientRequestTokenHasBeenSet(true),
m_setupModeDisabled(false),
m_setupModeDisabledHasBeenSet(false),
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ CreateRoomRequest::CreateRoomRequest() :
m_descriptionHasBeenSet(false),
m_profileArnHasBeenSet(false),
m_providerCalendarIdHasBeenSet(false),
m_clientRequestToken(Aws::Utils::UUID::RandomUUID()),
m_clientRequestToken(Aws::Utils::UUID::PseudoRandomUUID()),
m_clientRequestTokenHasBeenSet(true),
m_tagsHasBeenSet(false)
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ using namespace Aws::Utils;
CreateSkillGroupRequest::CreateSkillGroupRequest() :
m_skillGroupNameHasBeenSet(false),
m_descriptionHasBeenSet(false),
m_clientRequestToken(Aws::Utils::UUID::RandomUUID()),
m_clientRequestToken(Aws::Utils::UUID::PseudoRandomUUID()),
m_clientRequestTokenHasBeenSet(true),
m_tagsHasBeenSet(false)
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ CreateUserRequest::CreateUserRequest() :
m_firstNameHasBeenSet(false),
m_lastNameHasBeenSet(false),
m_emailHasBeenSet(false),
m_clientRequestToken(Aws::Utils::UUID::RandomUUID()),
m_clientRequestToken(Aws::Utils::UUID::PseudoRandomUUID()),
m_clientRequestTokenHasBeenSet(true),
m_tagsHasBeenSet(false)
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ SendAnnouncementRequest::SendAnnouncementRequest() :
m_contentHasBeenSet(false),
m_timeToLiveInSeconds(0),
m_timeToLiveInSecondsHasBeenSet(false),
m_clientRequestToken(Aws::Utils::UUID::RandomUUID()),
m_clientRequestToken(Aws::Utils::UUID::PseudoRandomUUID()),
m_clientRequestTokenHasBeenSet(true)
{
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ using namespace Aws::Utils::Json;
using namespace Aws::Utils;

CreateAlertManagerDefinitionRequest::CreateAlertManagerDefinitionRequest() :
m_clientToken(Aws::Utils::UUID::RandomUUID()),
m_clientToken(Aws::Utils::UUID::PseudoRandomUUID()),
m_clientTokenHasBeenSet(true),
m_dataHasBeenSet(false),
m_workspaceIdHasBeenSet(false)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ using namespace Aws::Utils::Json;
using namespace Aws::Utils;

CreateLoggingConfigurationRequest::CreateLoggingConfigurationRequest() :
m_clientToken(Aws::Utils::UUID::RandomUUID()),
m_clientToken(Aws::Utils::UUID::PseudoRandomUUID()),
m_clientTokenHasBeenSet(true),
m_logGroupArnHasBeenSet(false),
m_workspaceIdHasBeenSet(false)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ using namespace Aws::Utils::Json;
using namespace Aws::Utils;

CreateRuleGroupsNamespaceRequest::CreateRuleGroupsNamespaceRequest() :
m_clientToken(Aws::Utils::UUID::RandomUUID()),
m_clientToken(Aws::Utils::UUID::PseudoRandomUUID()),
m_clientTokenHasBeenSet(true),
m_dataHasBeenSet(false),
m_nameHasBeenSet(false),
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ using namespace Aws::Utils;

CreateWorkspaceRequest::CreateWorkspaceRequest() :
m_aliasHasBeenSet(false),
m_clientToken(Aws::Utils::UUID::RandomUUID()),
m_clientToken(Aws::Utils::UUID::PseudoRandomUUID()),
m_clientTokenHasBeenSet(true),
m_tagsHasBeenSet(false)
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ using namespace Aws::Utils;
using namespace Aws::Http;

DeleteAlertManagerDefinitionRequest::DeleteAlertManagerDefinitionRequest() :
m_clientToken(Aws::Utils::UUID::RandomUUID()),
m_clientToken(Aws::Utils::UUID::PseudoRandomUUID()),
m_clientTokenHasBeenSet(true),
m_workspaceIdHasBeenSet(false)
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ using namespace Aws::Utils;
using namespace Aws::Http;

DeleteLoggingConfigurationRequest::DeleteLoggingConfigurationRequest() :
m_clientToken(Aws::Utils::UUID::RandomUUID()),
m_clientToken(Aws::Utils::UUID::PseudoRandomUUID()),
m_clientTokenHasBeenSet(true),
m_workspaceIdHasBeenSet(false)
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ using namespace Aws::Utils;
using namespace Aws::Http;

DeleteRuleGroupsNamespaceRequest::DeleteRuleGroupsNamespaceRequest() :
m_clientToken(Aws::Utils::UUID::RandomUUID()),
m_clientToken(Aws::Utils::UUID::PseudoRandomUUID()),
m_clientTokenHasBeenSet(true),
m_nameHasBeenSet(false),
m_workspaceIdHasBeenSet(false)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ using namespace Aws::Utils;
using namespace Aws::Http;

DeleteWorkspaceRequest::DeleteWorkspaceRequest() :
m_clientToken(Aws::Utils::UUID::RandomUUID()),
m_clientToken(Aws::Utils::UUID::PseudoRandomUUID()),
m_clientTokenHasBeenSet(true),
m_workspaceIdHasBeenSet(false)
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ using namespace Aws::Utils::Json;
using namespace Aws::Utils;

PutAlertManagerDefinitionRequest::PutAlertManagerDefinitionRequest() :
m_clientToken(Aws::Utils::UUID::RandomUUID()),
m_clientToken(Aws::Utils::UUID::PseudoRandomUUID()),
m_clientTokenHasBeenSet(true),
m_dataHasBeenSet(false),
m_workspaceIdHasBeenSet(false)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ using namespace Aws::Utils::Json;
using namespace Aws::Utils;

PutRuleGroupsNamespaceRequest::PutRuleGroupsNamespaceRequest() :
m_clientToken(Aws::Utils::UUID::RandomUUID()),
m_clientToken(Aws::Utils::UUID::PseudoRandomUUID()),
m_clientTokenHasBeenSet(true),
m_dataHasBeenSet(false),
m_nameHasBeenSet(false),
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ using namespace Aws::Utils::Json;
using namespace Aws::Utils;

UpdateLoggingConfigurationRequest::UpdateLoggingConfigurationRequest() :
m_clientToken(Aws::Utils::UUID::RandomUUID()),
m_clientToken(Aws::Utils::UUID::PseudoRandomUUID()),
m_clientTokenHasBeenSet(true),
m_logGroupArnHasBeenSet(false),
m_workspaceIdHasBeenSet(false)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ using namespace Aws::Utils;

UpdateWorkspaceAliasRequest::UpdateWorkspaceAliasRequest() :
m_aliasHasBeenSet(false),
m_clientToken(Aws::Utils::UUID::RandomUUID()),
m_clientToken(Aws::Utils::UUID::PseudoRandomUUID()),
m_clientTokenHasBeenSet(true),
m_workspaceIdHasBeenSet(false)
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ using namespace Aws::Http;
CreateComponentRequest::CreateComponentRequest() :
m_appIdHasBeenSet(false),
m_environmentNameHasBeenSet(false),
m_clientToken(Aws::Utils::UUID::RandomUUID()),
m_clientToken(Aws::Utils::UUID::PseudoRandomUUID()),
m_clientTokenHasBeenSet(true),
m_componentToCreateHasBeenSet(false)
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ using namespace Aws::Http;
CreateFormRequest::CreateFormRequest() :
m_appIdHasBeenSet(false),
m_environmentNameHasBeenSet(false),
m_clientToken(Aws::Utils::UUID::RandomUUID()),
m_clientToken(Aws::Utils::UUID::PseudoRandomUUID()),
m_clientTokenHasBeenSet(true),
m_formToCreateHasBeenSet(false)
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ using namespace Aws::Http;
CreateThemeRequest::CreateThemeRequest() :
m_appIdHasBeenSet(false),
m_environmentNameHasBeenSet(false),
m_clientToken(Aws::Utils::UUID::RandomUUID()),
m_clientToken(Aws::Utils::UUID::PseudoRandomUUID()),
m_clientTokenHasBeenSet(true),
m_themeToCreateHasBeenSet(false)
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ UpdateComponentRequest::UpdateComponentRequest() :
m_appIdHasBeenSet(false),
m_environmentNameHasBeenSet(false),
m_idHasBeenSet(false),
m_clientToken(Aws::Utils::UUID::RandomUUID()),
m_clientToken(Aws::Utils::UUID::PseudoRandomUUID()),
m_clientTokenHasBeenSet(true),
m_updatedComponentHasBeenSet(false)
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ UpdateFormRequest::UpdateFormRequest() :
m_appIdHasBeenSet(false),
m_environmentNameHasBeenSet(false),
m_idHasBeenSet(false),
m_clientToken(Aws::Utils::UUID::RandomUUID()),
m_clientToken(Aws::Utils::UUID::PseudoRandomUUID()),
m_clientTokenHasBeenSet(true),
m_updatedFormHasBeenSet(false)
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ UpdateThemeRequest::UpdateThemeRequest() :
m_appIdHasBeenSet(false),
m_environmentNameHasBeenSet(false),
m_idHasBeenSet(false),
m_clientToken(Aws::Utils::UUID::RandomUUID()),
m_clientToken(Aws::Utils::UUID::PseudoRandomUUID()),
m_clientTokenHasBeenSet(true),
m_updatedThemeHasBeenSet(false)
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ CreateConnectorProfileRequest::CreateConnectorProfileRequest() :
m_connectionMode(ConnectionMode::NOT_SET),
m_connectionModeHasBeenSet(false),
m_connectorProfileConfigHasBeenSet(false),
m_clientToken(Aws::Utils::UUID::RandomUUID()),
m_clientToken(Aws::Utils::UUID::PseudoRandomUUID()),
m_clientTokenHasBeenSet(true)
{
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ CreateFlowRequest::CreateFlowRequest() :
m_tasksHasBeenSet(false),
m_tagsHasBeenSet(false),
m_metadataCatalogConfigHasBeenSet(false),
m_clientToken(Aws::Utils::UUID::RandomUUID()),
m_clientToken(Aws::Utils::UUID::PseudoRandomUUID()),
m_clientTokenHasBeenSet(true)
{
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ RegisterConnectorRequest::RegisterConnectorRequest() :
m_connectorProvisioningType(ConnectorProvisioningType::NOT_SET),
m_connectorProvisioningTypeHasBeenSet(false),
m_connectorProvisioningConfigHasBeenSet(false),
m_clientToken(Aws::Utils::UUID::RandomUUID()),
m_clientToken(Aws::Utils::UUID::PseudoRandomUUID()),
m_clientTokenHasBeenSet(true)
{
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ using namespace Aws::Utils;

StartFlowRequest::StartFlowRequest() :
m_flowNameHasBeenSet(false),
m_clientToken(Aws::Utils::UUID::RandomUUID()),
m_clientToken(Aws::Utils::UUID::PseudoRandomUUID()),
m_clientTokenHasBeenSet(true)
{
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ UpdateConnectorProfileRequest::UpdateConnectorProfileRequest() :
m_connectionMode(ConnectionMode::NOT_SET),
m_connectionModeHasBeenSet(false),
m_connectorProfileConfigHasBeenSet(false),
m_clientToken(Aws::Utils::UUID::RandomUUID()),
m_clientToken(Aws::Utils::UUID::PseudoRandomUUID()),
m_clientTokenHasBeenSet(true)
{
}
Expand Down
Loading

0 comments on commit 24c1b70

Please sign in to comment.