packages feed

amazonka-inspector 1.4.3 → 1.4.4

raw patch · 58 files changed

+15/−15 lines, 58 filesdep ~amazonka-coredep ~amazonka-inspectordep ~amazonka-testPVP ok

version bump matches the API change (PVP)

Dependency ranges changed: amazonka-core, amazonka-inspector, amazonka-test

API changes (from Hackage documentation)

Files

README.md view
@@ -8,7 +8,7 @@  ## Version -`1.4.3`+`1.4.4`   ## Description
amazonka-inspector.cabal view
@@ -1,5 +1,5 @@ name:                  amazonka-inspector-version:               1.4.3+version:               1.4.4 synopsis:              Amazon Inspector SDK. homepage:              https://github.com/brendanhay/amazonka bug-reports:           https://github.com/brendanhay/amazonka/issues@@ -11,7 +11,7 @@ category:              Network, AWS, Cloud, Distributed Computing build-type:            Simple cabal-version:         >= 1.10-extra-source-files:    README.md fixture/*.yaml fixture/*.proto+extra-source-files:    README.md fixture/*.yaml fixture/*.proto src/.gitkeep description:     Amazon Inspector @@ -83,7 +83,7 @@         , Network.AWS.Inspector.Types.Sum      build-depends:-          amazonka-core == 1.4.3.*+          amazonka-core == 1.4.4.*         , base          >= 4.7     && < 5  test-suite amazonka-inspector-test@@ -103,9 +103,9 @@         , Test.AWS.Inspector.Internal      build-depends:-          amazonka-core == 1.4.3.*-        , amazonka-test == 1.4.3.*-        , amazonka-inspector == 1.4.3.*+          amazonka-core == 1.4.4.*+        , amazonka-test == 1.4.4.*+        , amazonka-inspector == 1.4.4.*         , base         , bytestring         , tasty
− fixture/AttachAssessmentAndRulesPackage.yaml
− fixture/AttachAssessmentAndRulesPackageResponse.proto
− fixture/CreateApplication.yaml
− fixture/CreateApplicationResponse.proto
− fixture/CreateAssessment.yaml
− fixture/CreateAssessmentResponse.proto
− fixture/DeleteApplication.yaml
− fixture/DeleteApplicationResponse.proto
− fixture/DeleteAssessment.yaml
− fixture/DeleteAssessmentResponse.proto
− fixture/DeleteRun.yaml
− fixture/DeleteRunResponse.proto
− fixture/DescribeApplication.yaml
− fixture/DescribeApplicationResponse.proto
− fixture/DescribeAssessment.yaml
− fixture/DescribeAssessmentResponse.proto
− fixture/DescribeFinding.yaml
− fixture/DescribeFindingResponse.proto
− fixture/DescribeResourceGroup.yaml
− fixture/DescribeResourceGroupResponse.proto
− fixture/DescribeRulesPackage.yaml
− fixture/DescribeRulesPackageResponse.proto
− fixture/DescribeRun.yaml
− fixture/DescribeRunResponse.proto
− fixture/DetachAssessmentAndRulesPackage.yaml
− fixture/DetachAssessmentAndRulesPackageResponse.proto
− fixture/GetAssessmentTelemetry.yaml
− fixture/GetAssessmentTelemetryResponse.proto
− fixture/ListApplications.yaml
− fixture/ListApplicationsResponse.proto
− fixture/ListAssessmentAgents.yaml
− fixture/ListAssessmentAgentsResponse.proto
− fixture/ListAssessments.yaml
− fixture/ListAssessmentsResponse.proto
− fixture/ListAttachedAssessments.yaml
− fixture/ListAttachedAssessmentsResponse.proto
− fixture/ListAttachedRulesPackages.yaml
− fixture/ListAttachedRulesPackagesResponse.proto
− fixture/ListRuns.yaml
− fixture/ListRunsResponse.proto
− fixture/LocalizeText.yaml
− fixture/LocalizeTextResponse.proto
− fixture/PreviewAgentsForResourceGroup.yaml
− fixture/PreviewAgentsForResourceGroupResponse.proto
− fixture/RunAssessment.yaml
− fixture/RunAssessmentResponse.proto
− fixture/StartDataCollection.yaml
− fixture/StartDataCollectionResponse.proto
− fixture/StopDataCollection.yaml
− fixture/StopDataCollectionResponse.proto
− fixture/UpdateApplication.yaml
− fixture/UpdateApplicationResponse.proto
− fixture/UpdateAssessment.yaml
− fixture/UpdateAssessmentResponse.proto
gen/Network/AWS/Inspector/Types/Sum.hs view
@@ -29,7 +29,7 @@         "healthy" -> pure AHHealthy         "unhealthy" -> pure AHUnhealthy         e -> fromTextError $ "Failure parsing AgentHealth from value: '" <> e-           <> "'. Accepted values: HEALTHY, UNHEALTHY"+           <> "'. Accepted values: healthy, unhealthy"  instance ToText AgentHealth where     toText = \case@@ -66,7 +66,7 @@         "unhealthy" -> pure Unhealthy         "unknown" -> pure Unknown         e -> fromTextError $ "Failure parsing AgentHealthCode from value: '" <> e-           <> "'. Accepted values: IDLE, RUNNING, SHUTDOWN, THROTTLED, UNHEALTHY, UNKNOWN"+           <> "'. Accepted values: idle, running, shutdown, throttled, unhealthy, unknown"  instance ToText AgentHealthCode where     toText = \case@@ -103,7 +103,7 @@         "success" -> pure Success         "topic_does_not_exist" -> pure TopicDoesNotExist         e -> fromTextError $ "Failure parsing AssessmentRunNotificationSNSStatusCode from value: '" <> e-           <> "'. Accepted values: ACCESS_DENIED, INTERNAL_ERROR, SUCCESS, TOPIC_DOES_NOT_EXIST"+           <> "'. Accepted values: access_denied, internal_error, success, topic_does_not_exist"  instance ToText AssessmentRunNotificationSNSStatusCode where     toText = \case@@ -147,7 +147,7 @@         "start_data_collection_pending" -> pure StartDataCollectionPending         "stop_data_collection_pending" -> pure StopDataCollectionPending         e -> fromTextError $ "Failure parsing AssessmentRunState from value: '" <> e-           <> "'. Accepted values: COLLECTING_DATA, COMPLETED, COMPLETED_WITH_ERRORS, CREATED, DATA_COLLECTED, EVALUATING_RULES, FAILED, START_DATA_COLLECTION_IN_PROGRESS, START_DATA_COLLECTION_PENDING, STOP_DATA_COLLECTION_PENDING"+           <> "'. Accepted values: collecting_data, completed, completed_with_errors, created, data_collected, evaluating_rules, failed, start_data_collection_in_progress, start_data_collection_pending, stop_data_collection_pending"  instance ToText AssessmentRunState where     toText = \case@@ -215,7 +215,7 @@         "item_does_not_exist" -> pure FIECItemDoesNotExist         "limit_exceeded" -> pure FIECLimitExceeded         e -> fromTextError $ "Failure parsing FailedItemErrorCode from value: '" <> e-           <> "'. Accepted values: ACCESS_DENIED, DUPLICATE_ARN, INTERNAL_ERROR, INVALID_ARN, ITEM_DOES_NOT_EXIST, LIMIT_EXCEEDED"+           <> "'. Accepted values: access_denied, duplicate_arn, internal_error, invalid_arn, item_does_not_exist, limit_exceeded"  instance ToText FailedItemErrorCode where     toText = \case@@ -251,7 +251,7 @@         "finding_reported" -> pure FindingReported         "other" -> pure Other         e -> fromTextError $ "Failure parsing InspectorEvent from value: '" <> e-           <> "'. Accepted values: ASSESSMENT_RUN_COMPLETED, ASSESSMENT_RUN_STARTED, ASSESSMENT_RUN_STATE_CHANGED, FINDING_REPORTED, OTHER"+           <> "'. Accepted values: assessment_run_completed, assessment_run_started, assessment_run_state_changed, finding_reported, other"  instance ToText InspectorEvent where     toText = \case@@ -281,7 +281,7 @@     parser = takeLowerText >>= \case         "en_us" -> pure EnUs         e -> fromTextError $ "Failure parsing Locale from value: '" <> e-           <> "'. Accepted values: EN_US"+           <> "'. Accepted values: en_us"  instance ToText Locale where     toText = \case@@ -312,7 +312,7 @@         "medium" -> pure Medium         "undefined" -> pure Undefined         e -> fromTextError $ "Failure parsing Severity from value: '" <> e-           <> "'. Accepted values: High, Informational, Low, Medium, Undefined"+           <> "'. Accepted values: high, informational, low, medium, undefined"  instance ToText Severity where     toText = \case
+ src/.gitkeep view